

/* Start:/local/templates/itach.by/components/bitrix/news/service/style.css?17792018953843*/
.service_utp_block{
margin:0 20px
}
.service_utp_block .service_utp_block_item .service_utp_block_item_title{
	    font-size: 1.5em;
    line-height: 1.1;
    color: #E8473A;
    font-weight: 900;
	
}
.service_utp_block .service_utp_block_item .service_utp_block_item_content{
    font-size: 1.15em;
    font-weight: 300;
    line-height: 1.1;
}
.service_utp_block .service_utp_block_item{
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 11px 17px;
    border: 1px dashed #999;
}
.service_utp_block .service_utp_block_item:not(:first-child){
	margin-top:-1px
}
.section.section-service-info + .section.top_text_block{
	padding-top:0
}
@media (max-width:1140px){
.service_utp_block{
margin:0
}
}

.section-service-info__inner .block-with-triangles-back img {
    opacity: 0;
    position: absolute;
}
.section-service-info__inner .block-with-triangles-back{
	    display: flex;
    align-items: center;
}
.services-detail-page .section-advantages__inner .section-advantages__title em{
	    font-style: normal;
		color: #E8473A;
}
.services-detail-page .section-advantages__inner .service_advantages_block{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(282px, 1fr));
    grid-gap: 2em;
	background: #f5f5f5;
    padding: 20px;
}
.services-detail-page .section-advantages__inner .service_advantages_block .service_advantages_block_item{
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.services-detail-page .section-advantages__inner .service_advantages_block .service_advantages_block_item .service_advantages_block_item_number{
	font-size: 1.4em;
    color: #E8473A;
    font-weight: 700;
}
.services-detail-page .section-advantages__inner .service_advantages_block .service_advantages_block_item .service_advantages_block_item_title{
    font-weight: 700;
    font-size: 1.1em;
	border-bottom:1px solid #222222;
	padding-bottom:13px
}

@media screen and (max-width: 1400px) {
    .services-detail-page .section-advantages__inner .section-advantages__title.title-l{
        font-size: 43px;
        line-height: 1.2;
    }
}
@media screen and (min-width: 600px) {
.services-detail-page .section-advantages__inner .service_advantages_block .service_advantages_block_item .service_advantages_block_item_title {

    min-height: 3.5em;
    display: flex;
    align-items: center;
}
}
@media (max-width: 768px) {
    .service_utp_block {
        margin: 0;
        width: 100%;
    }
}

.anchors_block{
display: flex;
    grid-gap: 0 1.3em;
    padding: 10px;
    border: 1px dashed #d55444;
    justify-items: center;
    justify-content: space-evenly;
	    flex-wrap: wrap;
}
.anchors_block .anchors_block_item{
	display: flex;
    align-items: center;
    gap: 0.6em;
	    padding: 10px;
}
.anchors_block .anchors_block_item img{
	    width: 1.5em;
		filter: grayscale(1);
}
.anchors_block .anchors_block_item{
	    color: #222222;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
}
.anchors_block .anchors_block_item:hover{
	border-bottom: 3px solid #d55444;
	color:#d55444;
}
.anchors_block .anchors_block_item:hover img{
	filter: unset;
}
.section-anchors.section{
	     padding: 0 0 20px 0;
 }
 #faq{
	 display:block !important;

 }
 @media screen and (max-width: 680px) {
    .page-content:not(.main-page) .section-anchors.section {
        padding: 0;
    }
}
@media screen and (max-width: 600px) {
	.anchors_block{
		display: grid;
    grid-template-columns: repeat(auto-fill, minmax(171px, 1fr));
    grid-gap: .5rem;
	    justify-items: start;
	}
	.anchors_block .anchors_block_item{
		    padding: 5px;
	}
	.anchors_block .anchors_block_item:hover{
		border-bottom: 3px solid transparent;
	}
}
/* End */


/* Start:/local/templates/itach.by/components/bitrix/news.detail/services-detail/style.css?17828721955426*/
.section.section-portfolio-areas{
	padding-top:0;
}
.section.section-portfolio-areas .second_portfolio_title{
	    margin-bottom: 30px;
}
.section-portfolio__col_col-100{
	width:100%
	
}

.section-portfolio__col_col-100 .projects-all-portfolio{
display: grid;
    grid-template-columns: repeat(auto-fill, minmax(277px, 1fr));
	    grid-gap: 5px;
}


.section-portfolio__col_col-100 .projects-all-portfolio .project-card__type {
    width: 60px;
}

.section-portfolio__col_col-100 .projects-all-portfolio .project-card__content {
    padding: 35px 35px 25px 35px;
     width: calc(100% - 60px);
}
.section-portfolio__col_col-100 .projects-all-portfolio .project-card__title {
    margin-top: 30px;
}
.section-portfolio__col_col-100 .projects-all-portfolio .project-card__title.text-l{
	    font-size: 30px;
}
.section-portfolio__col_col-100 .projects-all-portfolio .project-card__content.block-with-arrow svg {
    margin-top: 20px;
}

.section-portfolio__col_col-100 .projects-all-portfolio .project-card__logo img{
    height: 213px;
    object-fit: contain;
    background: #fff;
    padding: 0 15px;
}

.section-portfolio__col_col-100 .projects-all-portfolio .project-card a{
	    width: 100%;
}
.section-portfolio__col_col-100 .projects-all-portfolio .project-card__logo{
	    display: flex;
    align-items: center;
    justify-content: center;
}
.section-portfolio__col_col-100 .projects-all-portfolio_areas{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 30px;
}
.section-portfolio__col_col-100 .projects-all-portfolio_areas .projects-all-portfolio_areas_item{
    display: inline-block;
    cursor: pointer;
        padding: 10px 28px;
    font-family: "Gilroy Bold";
    font-size: 15px;
    font-weight: 700;
    line-height: 18.13px;
    text-align: center;
    border: 1px solid #D2D2D2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.section-portfolio__col_col-100 .projects-all-portfolio_areas .projects-all-portfolio_areas_item.active{
	border: 1px solid #e9473c;
	color: #e9473c;
}
.section-portfolio__col_col-100 .projects-all-portfolio_areas .projects-all-portfolio_areas_item:hover{
	    background-color: #E8473A;
    color: #fff;
	border: 1px solid #e9473c;
}

.services-detail-page .section-advantages__inner .section-advantages__title em{
	    font-style: normal;
		color: #E8473A;
}
.services-detail-page .section-advantages__inner .service_advantages_block{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(282px, 1fr));
    grid-gap: 2em;
	background: #f5f5f5;
    padding: 20px;
}
.services-detail-page .section-advantages__inner .service_advantages_block .service_advantages_block_item{
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.services-detail-page .section-advantages__inner .service_advantages_block .service_advantages_block_item .service_advantages_block_item_number{
	font-size: 1.4em;
    color: #E8473A;
    font-weight: 700;
}
.services-detail-page .section-advantages__inner .service_advantages_block .service_advantages_block_item .service_advantages_block_item_title{
    font-weight: 700;
    font-size: 1.1em;
	border-bottom:1px solid #222222;
	padding-bottom:13px
}

.anchors_block{
display: flex;
    grid-gap: 0 1.3em;
    padding: 10px;
    border: 1px dashed #d55444;
    justify-items: center;
    justify-content: space-evenly;
	    flex-wrap: wrap;
}
.anchors_block .anchors_block_item{
	display: flex;
    align-items: center;
    gap: 0.6em;
	    padding: 10px;
}
.anchors_block .anchors_block_item img{
	    width: 1.5em;
		filter: grayscale(1);
}
.anchors_block .anchors_block_item{
	    color: #222222;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
}
.anchors_block .anchors_block_item:hover{
	border-bottom: 3px solid #d55444;
	color:#d55444;
}
.anchors_block .anchors_block_item:hover img{
	filter: unset;
}
.section-anchors.section{
	     padding: 0 0 20px 0;
 }
 #faq{
	 display:block !important;

 }
 @media screen and (max-width: 680px) {
    .page-content:not(.main-page) .section-anchors.section {
        padding: 0;
    }
}
@media screen and (max-width: 600px) {
	.anchors_block{
		display: grid;
    grid-template-columns: repeat(auto-fill, minmax(171px, 1fr));
    grid-gap: .5rem;
	    justify-items: start;
	}
	.anchors_block .anchors_block_item{
		    padding: 5px;
	}
	.anchors_block .anchors_block_item:hover{
		border-bottom: 3px solid transparent;
	}
}

@media screen and (max-width: 1400px) {
    .services-detail-page .section-advantages__inner .section-advantages__title.title-l{
        font-size: 43px;
        line-height: 1.2;
    }
}
@media screen and (min-width: 600px) {

.services-detail-page .section-advantages__inner .service_advantages_block .service_advantages_block_item .service_advantages_block_item_title {

    min-height: 3.5em;
    display: flex;
    align-items: center;
}
}
@media screen and (max-width: 820px) {
    .section-portfolio__col_col-100 .project-card {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 500px) {
   .section-portfolio__col_col-100 .project-card__logo {
        max-width: 100%;
    }
}

[data-page-id="525"] .section-technologies__inner,
[data-page-id="634"] .section-technologies__inner,
[data-page-id="524"] .section-technologies__inner{
    grid-template-columns: repeat(auto-fit, minmax(242px, 1fr));
}

/* End */


/* Start:/local/templates/itach.by/components/bitrix/news/catalog/style.css?1778223440130*/

.heading--large {
	font-family: 'Gilroy Bold';
	color: #222222;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}
/* End */


/* Start:/local/templates/itach.by/e-shop/css/style.css?17712498287778*/
textarea,
input {
	font-family: 'Gilroy Regular' !important;
}

.flex-column-gap-20 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.flex-column-gap-40 {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.flex-column-gap-60 {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.text-description--lite {
	color: #222222;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.text-description--medium {
	color: #222222;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.cart__checkout-button {
	font-family: 'Gilroy ExtraBold';
	color: #e8473a;
	border: 1px solid #e8473a;
	font-size: 15px;
	font-weight: 800;
	line-height: 18px;
	padding: 18px 33px;
	margin-right: auto;
	text-align: center;
	cursor: pointer;
	background: #ffffff;
	transition:
		background-color 0.2s,
		color 0.2s;
}

.cart__checkout-button:disabled {
	cursor: not-allowed;
}

.cart__checkout-button:not(:disabled):hover {
	background: #e8473a;
	color: #ffffff;
}

.supply {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.supply__content {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.supply__text {
	color: #222222;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.supply__list-item {
	list-style-type: disc;
}

.supply__link {
	color: #222222;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: #222222;
	transition: text-decoration-color 0.3s;
}

.supply__link:hover {
	text-decoration-color: #fff;
}

.product-about {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.heading {
	font-family: 'Gilroy Bold';
	color: #222222;
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
}

.heading--large {
	font-family: 'Gilroy Bold';
	color: #222222;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}

.heading--small {
	font-family: 'Gilroy Bold';
	color: #222222;
	font-size: 28px;
	font-weight: 700;
	line-height: 34px;
}

.product-content {
	display: flex;
	flex-direction: column;
	gap: 150px;
}

.bitrix-box {
	display: flex;
	flex-direction: column;
	gap: 60px;
	background: url(/local/templates/itach.by/assets/css/../images/icons/back-top.svg)
		100% no-repeat;
	background-size: 30%;
}

.bitrix-box__description {
	display: flex;
	align-items: center;
	gap: 60px;
}

.bitrix-box__text {
	max-width: 412px;
	width: 100%;
	color: #222222;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.product-box__image {
	max-width: 348px;
	width: 100%;
}

.tabs {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.tab--payer-type,
.tab--edo,
.product-tab {
	font-family: 'Gilroy Bold';
	padding: 18px 28px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	cursor: pointer;
	color: rgba(34, 34, 34, 1);
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	transition: all 0.2s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.tab--payer-type {
	gap: 6px;
}

.product-tab {
	text-transform: uppercase;
}

.tab--payer-type:hover,
.tab--edo:hover,
.product-tab:hover {
	background-color: #f5f5f5;
}

.tab--payer-type.active,
.tab--edo.active,
.product-tab.active {
	border-color: #e73230;
	color: #e73230;
}

.tab-pane,
.tab-pane--edo,
.tab-pane--product {
	display: none;
	flex-direction: column;
}

.tab-pane.active,
.tab-pane--edo.active,
.tab-pane--product.active {
	display: flex;
}

.product-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
	background: #f8f8f8;
}

.product-name {
	font-family: 'Gilroy Semibold';
	color: rgba(34, 34, 34, 1);
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

.product-desc {
	color: rgba(34, 34, 34, 1);
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.product-item__actions {
	display: flex;
	align-items: center;
	gap: 120px;
}

.product-item__price-block {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
}

.product-item__old-price {
	display: flex;
	align-items: center;
	gap: 5px;
}

.old-price {
	font-size: 16px;
	line-height: 140%;
	color: #898989;
	font-weight: 800;
	text-decoration: line-through;
}

.discount {
	padding: 2px 8px;
	font-size: 16px;
	line-height: 130%;
	color: #222222;
	font-weight: 600;
	background-color: #ffc166;
}

.current-price {
	font-family: 'Gilroy Medium';
	color: #222222;
	font-size: 28px;
	font-weight: 500;
	line-height: 24px;
}

.button--primary {
	font-family: 'Gilroy ExtraBold';
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	line-height: 18px;
	padding: 18px 66px;
	text-align: center;
	cursor: pointer;
	background: #e8473a;
	transition: background-color 0.2s;
	border: none;
}

.aboutBlock .contentBlock {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.noteBlock {
	padding-left: 20px;
	border-left: 2px solid #e8473a;
}

@media (max-width: 1441px) {
	.aboutBlock .contentBlock {
		flex-direction: column;
	}

	.noteBlock {
		padding-left: 0;
		padding-top: 20px;
		margin-top: 20px;
		border-left: none;
		border-top: 2px solid #e8473a;
	}

	.aboutBlock .main {
		width: 100%;
	}

	.aboutBlock .more {
		max-width: 100%;
	}
}

/* .button--primary:hover {
	background-color: #c0392b;
} */

.pdf-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 40px;
	border-left: 2px solid #e8473a;
	background: rgba(232, 71, 58, 0.08);
	width: 100%;
}

.pdf-link:hover .pdf-link__action {
	text-decoration-line: underline;
}

.pdf-link__icon {
	width: 36px;
	height: 36px;
}

.pdf-link__text {
	display: flex;
	flex-direction: column;
}

.pdf-link__title {
	font-family: 'Gilroy Semibold';
	color: #e8473a;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

.pdf-link__action {
	color: #e8473a;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

@media (max-width: 922px) {
	.product-content {
		gap: 75px;
	}
	.product-item {
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
	}

	.product-item__price-block {
		align-items: start;
	}

	.product-item__actions {
		justify-content: space-between;
		gap: 0;
	}

	.button--primary {
		padding: 12px 33px;
	}

	.cart__checkout-button {
		padding: 12px 24px;
	}
}

@media (max-width: 864px) {
	.tabs--payer-type {
		flex-direction: column;
	}
}

@media (max-width: 775px) {
	.heading--large {
		font-size: 32px;
		line-height: 35px;
	}

	.heading {
		font-size: 26px;
		line-height: 28px;
	}

	.heading--small {
		font-size: 22px;
		line-height: 28px;
	}

	.bitrix-box__description {
		gap: 40px;
		flex-direction: column;
		align-items: center;
	}

	.bitrix-box__text {
		max-width: 100%;
		text-align: center;
	}

	.tabs--edo {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.flex-column-gap-20 {
		gap: 10px;
	}

	.flex-column-gap-40 {
		gap: 20px;
	}

	.flex-column-gap-60 {
		gap: 30px;
	}
}

@media (max-width: 474px) {
	.tabs {
		justify-content: center;
	}

	.product-tab {
		flex: 1;
	}

	.tabs--edo {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	.current-price {
		font-size: 21px;
	}
	.old-price,
	.discount {
		font-size: 14px;
	}
}

@media (max-width: 361px) {
	.product-item__actions {
		gap: 15px;
		flex-direction: column;
		align-items: flex-start;
	}
}

/* End */


/* Start:/local/templates/itach.by/e-shop/css/stylesForm.css?17728880463229*/
.consultation-form {
	display: flex;
	gap: 60px;
}

.consultation-form__info {
	flex: 0 0 400px;
}

.consultation-form__form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	flex: 1;
	background-color: #f8f8f8;
	padding: 40px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.consultation-form__item {
	color: rgba(34, 34, 34, 1);
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	list-style-type: disc;
}

.form-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	row-gap: 20px;
	width: 100%;
}

.form-row--3cols {
	display: grid;
	grid-template-columns: 3fr 1fr 1fr;
	column-gap: 20px;
	width: 100%;
}

.form-row--centered {
	align-items: center;
}

.form-group {
	max-width: 400px;
	width: 100%;
}

.full-width {
	grid-column: 1 / -1;
}

.form-label {
	color: #999999;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.form-label.required::after {
	content: ' *';
	color: #ff0000;
}

.form-input,
.form-textarea {
	font-size: 16px;
	border: none;
	border-bottom: 1px solid #999999;
	background-color: transparent;
	outline: none;
	transition: border-color 0.2s;
	resize: none;
	padding: 20px 0 4px !important;
}

.form-input:focus,
.form-textarea:focus {
	outline: none;
	border-color: #ff0000;
}

/* Стили ошибки */
.form-input.error,
.form-textarea.error {
	border-color: #ff0000;
}

.error-message {
	font-size: 16px;
	color: #ff0000;
	margin-top: 6px;
	display: none;
}

.policy-container {
	display: flex;
	align-items: flex-start; /* Выравнивание по верхнему краю */
	gap: 16px;
}

.checkbox-wrapper {
	display: flex;
	gap: 16px;
	cursor: pointer;
}

.checkbox-input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkbox-custom {
	width: 22px;
	height: 22px;
	box-sizing: border-box;
	border: 1px solid #e8473a;
	background: #fff;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.checkbox-custom img {
	display: none;
	width: 12px;
	height: 12px;
}

.checkbox-input:checked + .checkbox-custom {
	width: 22px;
	height: 22px;
}

.checkbox-input:checked + .checkbox-custom img {
	display: block;
}

.policy-text,
.policy-text--orange {
	flex: 1;
}

.policy-text a,
.policy-text--orange a {
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}

.policy-text a:hover {
	text-decoration: none;
}

.policy-text--orange a:hover {
	color: #e8473a;
}

.button-form:disabled {
	cursor: default;
}

.form-submit:hover {
	background-color: #ff0000;
}

/* Адаптивность */
@media (max-width: 922px) {
	.consultation-form {
		flex-direction: column;
		gap: 40px;
	}

	.consultation-form__info {
		flex: 1;
	}
}

@media (max-width: 768px) {
	.consultation-form {
		flex-direction: column;
		padding: 10px;
	}

	.consultation-form__info {
		flex: none;
		width: 100%;
	}

	.form-row {
		flex-direction: column;
		gap: 15px;
		grid-template-columns: repeat(1, 1fr);
	}

	.form-group {
		max-width: 100%;
	}
}

/* End */
/* /local/templates/itach.by/components/bitrix/news/service/style.css?17792018953843 */
/* /local/templates/itach.by/components/bitrix/news.detail/services-detail/style.css?17828721955426 */
/* /local/templates/itach.by/components/bitrix/news/catalog/style.css?1778223440130 */
/* /local/templates/itach.by/e-shop/css/style.css?17712498287778 */
/* /local/templates/itach.by/e-shop/css/stylesForm.css?17728880463229 */
