

/* Start:/bitrix/components/bitrix/catalog.section.list/templates/files/style.css?17478877655202*/
.download h1 {
	font-size: 24px;
	font-weight: 400;
	line-height: 29.23px;
	padding: 68px 0 27px;
    border-bottom: 1px solid #CDD0D2;
	margin-bottom: 37px;
}

.download form {
	max-width: 500px;
	margin-bottom: 37px;
}
.download form input {
	width: 100%;
	height: 50px;
	background: #FAFBFD;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	color: #222222;
	font-size: 20px;
	font-weight: 400;
	line-height: 24.36px;
	padding: 13px 17px 13px;
}
.download form input::placeholder {
	color: #C4C4C4;
}



.download .files-section {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	min-height: 250px;
	display: flex;
	background: #F2FAFF;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-bottom: 60px;
}

.download .files-section .section-prod {
	background: #FFF;
	width: 264px;
	padding: 25px 25px 25px 38px;
}
.download .files-section .section-prod .logo {
	width: 95px;
	height: 95px;
	border-radius: 3px;

	border: 1px solid #eaeaea;
	border-radius: 5px;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	overflow: hidden;
}
.download .files-section .section-prod .logo img {
	display: none;
}
.download .files-section .section-prod .name {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	min-width: 195px;
	padding: 18px 0 26px;
}
.download .files-section .section-prod .links p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #8D8D8D;
	display: block;
	padding: 0 0 10px;
}
.download .files-section .section-prod .links a {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;	
	color: #005BFF;
	display: block;
	padding: 0 0 5px;
    text-decoration: none;
}

.download .files-section .section-prod .links a:hover {
    --underline-opacity: 16%;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: color-mix(in oklab, var(--white_text_black) var(--underline-opacity), transparent);
    text-underline-offset: 0.2em;
}

.download .files-section .section-files {
	/* padding: 22px 47px; */
	padding: 22px 22px 10px;
	display: flex;
    flex-wrap: wrap;
	align-content: flex-start;
	width: 100%;
}
.download .files-section .section-files .item {
	display: inline-block;
	width: 25%; /*min-width: 225px;*/
	text-align: center;
	text-decoration: none;

	display: flex;
	flex-wrap: wrap;
    flex-direction: column;
    align-items: center;

	padding: 0 21px;
}




.download .files-section .section-files .item .item-cover {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	overflow: hidden;

	width: 82px;
	height: 121px;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
	border-radius: 5px;

	margin-bottom: 10px;

}
.download .files-section .section-files .item .item-cover img {
	display:none
}

.download .files-section .section-files .item .item-title {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;

	margin-bottom: 5px;
	
	color: #000000;
}

.download .files-section .section-files .item .item-src {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	
	margin-bottom: 22px;

	color: #8D8D8D;
}
.download .files-section .section-files .item:hover .item-src {
	color: #005BFF;
}


.download-files {
    max-height: 100000px;
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}


@media (max-width: 1299px) {
	.download .files-section .section-files .item {
		width: 33.3%;
	}
}

@media (max-width: 991px) {
	.download .files-section .section-files .item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.download h1 {
		padding: 27px 0 27px;
		margin-bottom: 23px;
		margin-top: -37px;
	}
	.download form {
		max-width: 100%;
		margin-bottom: 23px;
	}
	.download form input {
		height: 35px;
		font-size: 16px;
		line-height: 19.49px;
		padding: 13px 12px 13px;
	}
	
	.download .files-section {
		margin-bottom: 27px;
		flex-direction: column;
	}
	.download .files-section .section-prod {
		width: 100%;
		padding: 19px 29px 19px 29px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.download .files-section .section-prod .logo {
		width: 45px;
		height: 45px;
	}
	.download .files-section .section-prod .name {
		font-size: 16px;
		line-height: 19.49px;
		padding: 10px 10px 0px 0;
		margin-bottom: 0;
	}
	.download .files-section .section-prod .prod ,
	.download .files-section .section-prod .links {
		width: 50%;
	}
	.download .files-section .section-prod .links p ,
	.download .files-section .section-prod .links a {
		font-size: 12px;
		line-height: 15px;
		padding: 0 0 5px;
	}
	.download .files-section .section-files {
		padding: 25px 10px 6px;
	}
	.download .files-section .section-files .item {
		padding: 0 6px;
	}
	.download .files-section .section-files .item .item-cover {
		width: 54px;
		height: 82px;
	}
	.download .files-section .section-files .item .item-title {
		font-size: 16px;
		line-height: 19px;
	}
	.download .files-section .section-files .item .item-src {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 25px;
	}
}

/* End */
/* /bitrix/components/bitrix/catalog.section.list/templates/files/style.css?17478877655202 */
