

/* Start:/local/templates/main/components/bitrix/news.list/gallery_single_slide/style.css?17295183253916*/
.one-image-carousel.owl-carousel {
    z-index: 9;
    position: relative;
    display: block;
    max-width: 90%;
    width: 493px;
    height: 276px;
    max-height: 62vw;
    margin: auto;
    top: 17px;
}

.one-image-carousel .owl-stage-outer {
    position: relative;
    z-index: 10;
}
.one-image-carousel.owl-carousel .owl-item:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    border: 7px solid #c3c3c3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}
.one-image-carousel.owl-carousel .owl-item img.slider_section_image {
    width: 100%;
    height: 276px;
    max-height: 62vw;
	/* max-height: 276px; */
    position: relative;
    z-index: 10;
    overflow-x: clip;
    overflow-y: unset;
    /* outline: 8px solid #c3c3c3;
    outline-offset: -7px; */
    
}

.one-image-carousel.owl-carousel .owl-nav {
    /* position: absolute;
    top: 41%;
    display: flex;
    justify-content: space-between;
    width: 115%;
    left: -7%; */
    z-index: 11;
}

.one-image-carousel.owl-carousel .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 28px;
    margin: 5px;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    /* height: 70px; */
    font-family: 'Linearicons-Free';
	line-height: 1;
    text-shadow: 1px 1px #333;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    position: absolute;
    z-index: 11;
    left: -6%;
    bottom: 40%;
}
.one-image-carousel.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -6%;
}
.one-image-carousel.owl-carousel .owl-nav .owl-prev::before{
    content: "\e875";
}
.one-image-carousel.owl-carousel .owl-nav .owl-next::before{
    content: "\e876";
}

.one-image-carousel.owl-carousel .owl-nav .owl-prev:hover::before{
    text-shadow: #cadfff 0px 0px 15px;
}
.one-image-carousel.owl-carousel .owl-nav .owl-next:hover::before{
    text-shadow: #000034 0 0 15px;
}

/* @media (min-width: 768px) and (max-width: 920px) {} */


@media (max-width: 767px) {
    .one-image-carousel::before {
        content: '';
        position: absolute;
        top: -4px;
        left: -1%;
        display: block;
        z-index: 9;
        width: 102%;
        height: 288px;
        max-height: 64vw;
        background: #ffffff;
        transform: rotate(6deg);
    }
}
@media (max-width: 480px) {
    .one-image-carousel.owl-carousel .owl-nav [class*=owl-] {
        font-size: 40px;
        font-weight: bold;
        color: #f4f4f5;
    }
}
@media (max-width: 380px) {

}
@media (max-width: 330px) {

}
@media (min-width: 768px) {
    .one-image-carousel.owl-carousel {
        width: 919px;
        max-width: 83%;
        height: 334px;
        top: 68px;
    }
    .one-image-carousel.owl-carousel .owl-item img.slider_section_image {
        height: auto;
        max-height: 334px;
        width: 100%;
    }
    .one-image-carousel.owl-carousel .owl-nav {
        /* top: 38%;
        width: 120%;
        left: -10%; */
    }
    .one-image-carousel.owl-carousel .owl-nav [class*=owl-] {
        font-size: 52px;
        left: -12%;
    }
    .one-image-carousel.owl-carousel .owl-nav .owl-next {
        left: auto;
        right: -12%;
    }
}

@media (min-width: 992px) {
    .one-image-carousel.owl-carousel {
        width: 919px;
        max-width: 83%;
        height: 446px;
    }
    .one-image-carousel.owl-carousel .owl-item img.slider_section_image {
        height: 446px;
        max-height: 446px;
    }
}
@media (min-width: 1200px) {
    .one-image-carousel.owl-carousel {
        width: 919px;
        max-width: 83%;
        height: 515px;
        top: 72px;
    }
    .one-image-carousel.owl-carousel .owl-item img.slider_section_image {
        height: 515px;
        max-height: 515px;
        min-width: 100%;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/single_video/style.css?17295183254433*/
.single_video_section {
    width: 100%;
    height: 433px;
    z-index: 6;
    position: relative;
    margin: 30px 0 0 0;
    overflow: hidden;
}

.single_video_section::before {
    z-index: 7;
    position: absolute;
    content: '';
    background: url(/local/templates/main/styles/img/mob_video_section-bg.png) no-repeat center top #f4f4f5;
    width: 100%;
    height: calc(100% - 18px);
    top: 0;
    left: 0;
    background-size: cover;
    margin-top: 18px;
}

.single_video_section__title {
    position: absolute;
    z-index: 8;
    display: block;
    right: 13%;
    left: auto;
    top: 0;
    background: #b10708;
    padding: 12px 66px 4px 66px;
    max-width: 474px;
    width: 74%;
    -webkit-clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0 100%);
    clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0 100%);
}
.single_video_section__title h4 {
    color: #ffffff;
    padding-left: 10px;
}

.single_video_section__video {
    z-index: 8;
    position: relative;
    width: 432px;
    top: 117px;
    margin: 0 auto;
    max-width: 100%;
}
.single_video_section__video iframe,
.single_video_section__video video {
    z-index: 8;
    position: relative;
    width: 432px;
    height: 246px;
}

.single_video_section__video::before {
    z-index: 7;
    position: absolute;
    content: '';
    background: url(/local/templates/main/styles/img/video_section-video_bg2.png) no-repeat center top transparent;
    width: 134%;
    height: 142%;
    top: -9%;
    left: -18%;
    background-size: contain;
    opacity: 1;
}
.single_video_section__video::after {
    z-index: 7;
    position: absolute;
    content: '';
    background: url(/local/templates/main/styles/img/video_section-video-cover.png) no-repeat center top transparent;
    width: 100%;
    height: 98%;
    top: 0;
    left: 0;
    background-size: cover;
}

@media (max-width: 625px) {
	.single_video_section__title {
        width: 90%;
        right: 5%;
    }
}
@media (max-width: 525px) {
	.single_video_section__title {
        width: 100%;
        right: 0%;
    }
}
@media (max-width: 480px) {
    .single_video_section {
        height: 90vw;
    }
    .single_video_section__video {
        width: 90%;
    }
    .single_video_section__video iframe,
    .single_video_section__video video {
        width: 100%;
        height: 51vw;
        max-height: 246px;
    }
    .single_video_section__title {
        padding: 12px 57px 4px 61px;
    }
    .single_video_section__title h4 {
        font-size: 1.4em;
    }
}
@media (max-width: 430px) {
    .single_video_section {
        height: 93vw;
    }
    .single_video_section__video::after {
        height: 96%;
    }
}
@media (max-width: 400px) {
	.single_video_section {
        height: 95vw;
    }
    .single_video_section__title {
        padding: 12px 47px 4px 47px;
    }
    .single_video_section__video {
        top: 27vw;
    }
}
@media (max-width: 380px) {
    .single_video_section__title h4 {
        font-size: 1.1em;
    }
	.single_video_section__video::after {
        height: 96%;
    }
}
@media (max-width: 320px) {
    .single_video_section__video::after {
        height: 95%;
    }
    .single_video_section__title {
        padding: 12px 37px 4px
    }
}
@media (max-width: 300px) {
	.single_video_section__title {
        padding: 12px 30px 4px
    }
    .single_video_section__title h4 {
        font-size: 1em;
    }
}
@media (max-width: 250px) {
    .single_video_section__video {
        top: 32vw;
    }
}
@media (min-width: 768px) {
	
    .single_video_section {
        height: 667px;
        margin-top: -60px;
        overflow: hidden;
    }
    
    .single_video_section::before {
        background: url(/local/templates/main/styles/img/video_section-bg2.png) no-repeat center top transparent;
        -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    }
    
    .single_video_section__title {
        right: 8%;
        top: 2%;
        padding: 16px 85px 16px 95px;
        max-width: 675px;
        width: 95%;
        -webkit-clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0 100%);
        clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0 100%);
    }
    
    .single_video_section__video {
        width: 675px;
        top: 185px;
    }
    .single_video_section__video iframe,
    .single_video_section__video video {
        width: 675px;
        height: 380px;
    }

}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/section_header/style.css?1729518325665*/
.section_with_top-icon__container .red-upper2 {
    line-height: 1.2;
    padding: 0 0 10px 0;
}

@media (max-width: 625px) {
	.section_with_top-icon__container .red-upper2,
    .section_with_top-icon__container .tree_line {
        margin-left: 18px;
    }
}
@media (max-width: 576px) {
	.section_with_top-icon__container .red-upper2,
    .section_with_top-icon__container .tree_line {
		margin-left: 4px;
	}
}
@media (min-width: 768px) {
	.section_with_top-icon__container .red-upper2 {
        font-size: 2.6827em;
        line-height: 1.4547;
        padding-left: 65px;
    }
    .section_with_top-icon__container .tree_line::before {
        top: 15%;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/section_with_top-icon/style.css?17295183254147*/
.section_with_top-icon__list {
    display: block;
    margin: 16px 0;
	padding-left: 30px;
}
.section_with_top-icon__list__item {
    width: 100%;
	display: flex;
    padding: 0;
    margin-bottom: 30px;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
}

.section_with_top-icon__list__item:nth-child(even) {
	flex-direction: row-reverse;
}

.section_with_top-icon__list__item__image_mob,
.section_with_top-icon__list__item__image_mob_small {
    width: 29%;
    height: auto;
	padding: 0px;
    max-width: 138px;
    max-height: 137px;
    margin: 0 0 0 -14px;
    display: block;
}
.section_with_top-icon__list__item__image,
.section_with_top-icon__list__item__image_mob_small {
    display: none;
}
.section_with_top-icon__list__item__desc {
	width: 70%;
}
.section_with_top-icon__list__item__title {
    width: 100%;
	font-size: 20px;
    line-height: 1.2;
}
.section_with_top-icon__list__item__text {
    width: 100%;
    font-size: 20px;
    line-height: 1;
    color: #5d5f61;
    font-weight: 300;
    margin-top: 10px;
}
@media (max-width: 625px) {
    .section_with_top-icon__list {
        padding: 0px;
    }
}
@media (max-width: 425px) {
    .result_section .section_with_top-icon__container {
        padding: 53px 25px 0px 35px;
    }
    .section_with_top-icon__list__item__image_mob {
        display: none;
    }
    .section_with_top-icon__list__item__image_mob_small {
        width: 33%;
        height: auto;
        margin: 0px 15px 10px -15px;
        display: block;
        float: left;
    }
    .section_with_top-icon__list__item__desc {
        width: 100%;
    }
    .section_with_top-icon__list__item:nth-child(even) .section_with_top-icon__list__item__image_mob_small {
        margin: 0px 0 10px 10px;
        float: right;
    }
}
@media (max-width: 380px) {
    .section_with_top-icon__list__item__title,
    .section_with_top-icon__list__item__text {
        font-size: 19px;
    }
}
@media (max-width: 320px) {
    
    .section_with_top-icon__list__item__image_mob_small,
    .section_with_top-icon__list__item:nth-child(even) .section_with_top-icon__list__item__image_mob_small {
        float: none;
        margin: 0 auto 15px;
        min-width: 90px;
        max-width: 100%;
    }
    .section_with_top-icon__list__item__title,
    .section_with_top-icon__list__item__text {
        word-wrap: normal;
        word-break: break-word;
        font-size: 18px;
    }
}
@media (max-width: 280px) {
    .section_with_top-icon__list__item__title,
    .section_with_top-icon__list__item__text {
        font-size: 16px;
    }
}
@media (max-width: 250px) {
    .section_with_top-icon__list__item__title,
    .section_with_top-icon__list__item__text {
        font-size: 15px;
    }
}
@media (max-width: 230px) {
    .section_with_top-icon__list__item__title,
    .section_with_top-icon__list__item__text {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
	.section_with_top-icon__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        margin: 60px 0;
		padding-left: 0px;
    }

    .section_with_top-icon__list__item {
        width: 33.33%;
		display: block;
        padding: 0 30px;
        margin-bottom: 45px;
    }
	.section_with_top-icon__list__item:nth-child(odd) {
		flex-direction: row;
	}
	.section_with_top-icon__list__item__desc{
		width: 100%;
	}
	.section_with_top-icon__list__item__title {
		font-size: 1.67em;
		line-height: 1.2;
	}
	.section_with_top-icon__list__item__text {
		font-size: 2em;		
		margin-top: 24px;
	}
	.section_with_top-icon__list__item__image {
		width: 100%;
		height: auto;
		max-width: 236px;
		max-height: 236px;
		margin: auto;
		display: block;
		padding: 0 14px 0 0; /*чтобы выравнить из-за тени на круге*/
	}
    .section_with_top-icon__list__item__image_mob,
    .section_with_top-icon__list__item__image_mob_small {
        display: none;
    }
    .section_with_top-icon__list__item:nth-child(1) {
        padding-left: 0;
    }
    .section_with_top-icon__list__item:nth-child(3n) {
        padding-right: 0;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/gallery_five_slide/style.css?17295183254094*/
.five-image-carousel.owl-carousel {
    position: relative;
    display: block;
    z-index: 6;
    position: relative;
    display: block;
    width: 420px;
    height: 280px;
    margin: 15px auto 0;
    max-width: 95%;
}
.five-image-carousel.owl-carousel .owl-stage-outer {
    height: 280px;
    overflow: hidden;
}
.five-image-carousel .slider_section_image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.five-image-carousel.owl-carousel .owl-nav {
    /* position: absolute;
    top: 38%;
    display: flex;
    justify-content: space-between;
    width: 134%;
    left: -17%; */
}

.five-image-carousel.owl-carousel .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 30px;
    margin: 5px;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    font-family: 'Linearicons-Free';
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    bottom: 41%;
    position: absolute;
    left: -10%;
}
.five-image-carousel.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -10%;
}
.five-image-carousel.owl-carousel .owl-nav .owl-prev::before{
    content: "\e875";
}
.five-image-carousel.owl-carousel .owl-nav .owl-next::before{
    content: "\e876";
}

.five-image-carousel.owl-carousel .owl-nav .owl-prev:hover::before{
    /* padding: 7px 6px 5px 0;
    -webkit-box-shadow: 0px 0px 10px 10px #51679499;
    -moz-box-shadow: 0px 0px 10px 10px #51679499;
    box-shadow: 0px 0px 10px 10px #51679499;
    border-radius: 50%;
    height: 71px;
    width: 71px;
    display: block;
    margin-top: 3px;
    margin-left: -9px; */
    text-shadow: #ffffff 0px 0px 10px;
}
.five-image-carousel.owl-carousel .owl-nav .owl-next:hover::before{
    /* padding: 7px 0 5px 11px;
    -webkit-box-shadow: 0px 0px 10px 10px #51679499;
    -moz-box-shadow: 0px 0px 10px 10px #51679499;
    box-shadow: 0px 0px 10px 10px #51679499;
    border-radius: 50%;
    height: 71px;
    width: 71px;
    display: block;
    margin-top: 3px;
    margin-right: -9px; */
    text-shadow: #ffffff 0px 0px 10px;
}
.reviews_section .five-image-carousel.owl-carousel .owl-nav [class*=owl-] {
    color: #3a3a3a;
}
@media (max-width: 625px) {
    .five-image-carousel.owl-carousel {
        /* margin: -90px auto 0; */
    }
}
@media (max-width: 576px) {
    .five-image-carousel.owl-carousel .owl-nav {
        padding: 0 20px;
    }
}
@media (max-width: 525px) {
    .five-image-carousel.owl-carousel .owl-nav {
        /* top: 41%;
        width: 128%;
        left: -14%; */
    }
}
@media (max-width: 480px) {
    .five-image-carousel.owl-carousel .owl-nav {
        /* width: 122%;
        left: -11%; */
    }
    .five-image-carousel.owl-carousel .owl-nav [class*=owl-] {
        font-size: 40px;
        text-shadow: #491929 0px 0px 10px;
    }
    .five-image-carousel.owl-carousel .owl-nav .owl-next {
        left: auto;
        right: -6%;
    }
    .five-image-carousel.owl-carousel .owl-nav .owl-prev {
        left: -6%;
    }
    .five-image-carousel.owl-carousel {
        /* margin: -88px auto 0; */
    }
}
@media (max-width: 430px) {
    .five-image-carousel.owl-carousel {
        /* margin: -76px auto 0; */
    }
    .five-image-carousel.owl-carousel .owl-nav .owl-next {
        left: auto;
        right: -4%;
    }
    .five-image-carousel.owl-carousel .owl-nav .owl-prev {
        left: -4%;
    }
}
@media (min-width: 768px) {
    .five-image-carousel.owl-carousel {
        z-index: 9;
        width: 87%;
        height: max-content;
        margin: 15px auto;
    }
    .five-image-carousel.owl-carousel .owl-stage-outer {
        height: auto;
    }
    .five-image-carousel .slider_section_image {
        /* width: 85%; */
        height: auto;
        max-height: 440px;
        overflow: hidden;
    }
    .five-image-carousel.owl-carousel .owl-nav {
        /* top: 38%;
        width: 110%;
        left: -5%; */
    }
    .five-image-carousel.owl-carousel .owl-nav [class*=owl-] {
        font-size: 52px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/section_header_h3/style.css?1729518325578*/
.protection_section h3.tree_line {
    color: #a5a6a8;
    line-height: 0.8379;  
    padding-left: 62px;
    margin-bottom: 25px;
}
.protection_section h3.tree_line::before {
    width: 12px;
    height: 41px;
    top: 5px;
}

@media (max-width: 400px) {
    .protection_section h3.tree_line {
        padding-left: 20px;
    }
}

@media (min-width: 992px) {
    .protection_section h3.tree_line {
        padding-left: 27px;
        margin-bottom: 0;
    }
    /* .protection_section h3.tree_line::before {
        width: 21px;
        height: 64px;
        top: 0;
    } */
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/protection_section/style.css?17295183254093*/
.protection_section__text_section {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
}
.protection_section__text_section__item {
    width: 33.3%;
    /* width: calc(33.3% - 20px); */
    margin: 0 10px 0 0;
    padding: 0;
    /* max-width: 33.3%; */
    /* max-width: 195px; */
    text-align: center;
}
.protection_section__text_section__item__icon {
    width: 100%;
    height: 100%;
    /* width: 195px;
    height: 195px; */
    position: relative;
    max-width: 100%;
}
.protection_section__text_section__item__icon::before {
    content: '';
    background: url(/local/templates/main/styles/img/mob_protection_section__item.png) no-repeat center top transparent;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 7;
    position: absolute;
}
.protection_section__text_section__item:nth-child(2n)>.protection_section__text_section__item__icon::before {
    background: url(/local/templates/main/styles/img/mob_protection_section__item2.png) no-repeat center top transparent;
    background-size: contain;
}
.protection_section__text_section__item:nth-child(3n)>.protection_section__text_section__item__icon::before{
    background: url(/local/templates/main/styles/img/mob_protection_section__item3.png) no-repeat center top transparent;
    background-size: contain;
}
.protection_section__text_section__item__icon img {
    z-index: 8;
    position: relative;
    margin-top: 29%;
    max-width: 80%;
    padding-left: 10px;
}
.protection_section__active_icon {
    display: inline-block;
}
.protection_section__hover_icon {
    display: none;
}
.protection_section__text_section__item:hover .protection_section__active_icon {
    display: none;
}
.protection_section__text_section__item:hover .protection_section__hover_icon {
    display: inline-block;
}
.protection_section__text_section__item__title{
    /* font-size: 25.5px; */
    line-height: 1;
    color: #8f929e;
    font-weight: 900;
}
.protection_section__text_section__item__subtitle{
    display: none;
}

@media (max-width: 400px) {
	.protection_section__text_section {
        flex-wrap: wrap;
    }
    .protection_section__text_section__item {
        width: 90%;
        /* width: calc(100% - 20px); */
        margin: 0 auto 30px;
    }
    .protection_section__text_section__item__icon img {
        margin: 30% 10% 10% 10%;
        width: 70%;
        max-width: 70%;
    }

}
@media (min-width: 992px) {
	
    .protection_section__text_section {
        margin-top: 30px;
    }
    .protection_section__text_section__item {
        max-width: 280px;
        /* max-width: 248px; */
        margin: 0 10px;
    }
    .protection_section__text_section__item__icon {
        width: 100%;
        height: 40vh;
        max-width: 280px;
        max-height: 290px;
        /* max-width: 228px;
        max-height: 232px; */
    }
    .protection_section__text_section__item__icon img {
        margin-top: 35%;
        width: 85%;
        max-width: 85%;
    }
    .protection_section__text_section__item__icon::before {
        background: url(/local/templates/main/styles/img/protection_section__item.png) no-repeat center top transparent;
        background-size: contain;
    }
    .protection_section__text_section__item:nth-child(2)>.protection_section__text_section__item__icon::before {
        background: url(/local/templates/main/styles/img/protection_section__item2.png) no-repeat center top transparent;
        background-size: contain;
    }
    .protection_section__text_section__item:nth-child(3)>.protection_section__text_section__item__icon::before{
        background: url(/local/templates/main/styles/img/protection_section__item3.png) no-repeat center top transparent;
        background-size: contain;
    }
    .protection_section__text_section__item__title{
        font-size: 2em;
    }
    .protection_section__text_section__item__subtitle{
        display: block;
        font-style: italic;
        color: #eeeeee;
        font-size: 1.4927em;
        line-height: 1.3;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/section_with_top-icon_mixed/style.css?17295183257573*/
.section_with_top-icon_mixed__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 16px 0;
	padding-left: 0px;
}
.section_with_top-icon_mixed__list__item {
    width: 64%;
	display: flex;
    padding: 0;
    margin-bottom: 30px;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row;
    order: 4;
}

.section_with_top-icon_mixed__list__item__image,
.section_with_top-icon_mixed__list__item__image_mob {
    width: 41%;
    height: auto;
	padding: 0px;
    max-width: 128px;
    max-height: 128px;
    margin: 0 15px 0 0;
    display: block;
}
.section_with_top-icon_mixed__list__item__image {
    display: none;
}
.section_with_top-icon_mixed__list__item__desc {
	width: 55%;
    max-width: 207px;
}
.section_with_top-icon_mixed__list__item__title {
    width: 100%;
	/* font-size: 1.334em; */
    line-height: 1.2;
}
.section_with_top-icon_mixed__list__item__text {
    width: 100%;
    font-size: 1.334em;
    line-height: 1;
    color: #5d5f61;
    font-weight: 300;
    margin-top: 10px;
}


@media (max-width: 768px) {
    .section_with_top-icon_mixed__list__item:nth-child(1),
    .section_with_top-icon_mixed__list__item:nth-child(2) {
        order: 1;
    }
    .section_with_top-icon_mixed__list__item:nth-child(2) {
        right: 13%;
        position: relative;
    }
    .section_with_top-icon_mixed__list__item:nth-child(4) {
        order: 2;
    }
    .section_with_top-icon_mixed__list__item:nth-child(4) .section_with_top-icon_mixed__list__item__desc {
        min-width: 210px;
    }
    .section_with_top-icon_mixed__list__item:nth-child(5) {
        width: 27%;
        order: 3;
        justify-content: center;
        flex-wrap: wrap;
        min-width: 190px;
    }
    .section_with_top-icon_mixed__list__item:nth-child(5) .section_with_top-icon_mixed__list__item__desc{
		width: 100%;
		max-width: 100%;
	}
    .section_with_top-icon_mixed__list__item:nth-child(5) .section_with_top-icon_mixed__list__item__image_mob {
        width: 100%;
    }
    .section_with_top-icon_mixed__list__item:nth-child(3) {
        position: relative;
        right: 31%;
        margin-top: -11%;
    }
    .section_with_top-icon_mixed__list__item:nth-child(6) {
        width: 100%;
        position: relative;
        right: 5%;
    }
    .section_with_top-icon_mixed__list__item:nth-child(6) .section_with_top-icon_mixed__list__item__desc {
        max-width: 290px;
    }
}
@media (max-width: 600px) {
    .section_with_top-icon_mixed__list__item__desc {
        width: 60%;
        max-width: 215px;
    }
}
@media (max-width: 576px) {
    .section_with_top-icon_mixed__list__item {
        width: 100%;
    }
    .section_with_top-icon_mixed__list__item:nth-child(3) {
        margin-top: 0%;
    }
    .section_with_top-icon_mixed__list__item:nth-child(5) {
        width: 100%;
        flex-wrap: nowrap;
    }
    .section_with_top-icon_mixed__list__item:nth-child(5) .section_with_top-icon_mixed__list__item__image_mob {
        width: 40%;
    }
    .section_with_top-icon_mixed__list__item:nth-child(5) .section_with_top-icon_mixed__list__item__desc {
        width: 60%;
    }
    .section_with_top-icon_mixed__list__item:nth-child(5),
    .section_with_top-icon_mixed__list__item:nth-child(4) .section_with_top-icon_mixed__list__item__desc {
        min-width: auto;
    }
}

@media (max-width: 520px) {
    .section_with_top-icon_mixed__list__item {
        width: 100%;
        justify-content: center;
    }
    .section_with_top-icon_mixed__list__item:nth-child(6) .section_with_top-icon_mixed__list__item__desc,
    .section_with_top-icon_mixed__list__item:nth-child(5) .section_with_top-icon_mixed__list__item__desc,
    .section_with_top-icon_mixed__list__item__desc {
        width: calc(100% - 128px);
        max-width: 100%;
    }
    .section_with_top-icon_mixed__list__item:nth-child(2),
    .section_with_top-icon_mixed__list__item:nth-child(3),
    .section_with_top-icon_mixed__list__item:nth-child(6) {
        right: auto;
    }
    .section_with_top-icon_mixed__list__item:nth-child(n) {
        order: 1;
    }
    .section_with_top-icon_mixed__list__item:nth-child(odd) {
        flex-direction: row-reverse;
    }
}
@media (max-width: 400px) {
    .section_with_top-icon_mixed__list__item {
        align-items: flex-start;
        justify-content: flex-start;
    }
    .section_with_top-icon_mixed__list__item:nth-child(even) .section_with_top-icon_mixed__list__item__image_mob {
        margin: 0 15px 0 -15px;
    }
    .section_with_top-icon_mixed__list__item__image_mob,
    .section_with_top-icon_mixed__list__item:nth-child(5) .section_with_top-icon_mixed__list__item__image_mob {
        width: 33%;
    }
    .section_with_top-icon_mixed__list__item:nth-child(6) .section_with_top-icon_mixed__list__item__desc, .section_with_top-icon_mixed__list__item:nth-child(5) .section_with_top-icon_mixed__list__item__desc, .section_with_top-icon_mixed__list__item__desc {
        width: calc(100% - 100px);
    }
    .section_with_top-icon_mixed__list__item__text {
        font-size: 19px;
    }
}
@media (max-width: 355px) {
    .section_with_top-icon_mixed__list__item {
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
    }
    .section_with_top-icon_mixed__list__item__image_mob,
    .section_with_top-icon_mixed__list__item:nth-child(5) .section_with_top-icon_mixed__list__item__image_mob,
    .section_with_top-icon_mixed__list__item:nth-child(6) .section_with_top-icon_mixed__list__item__desc, .section_with_top-icon_mixed__list__item:nth-child(5) .section_with_top-icon_mixed__list__item__desc, .section_with_top-icon_mixed__list__item__desc {
        width: 100%;
    }
    .section_with_top-icon_mixed__list__item:nth-child(5) {
        flex-wrap: wrap;
    }
    .section_with_top-icon_mixed__list__item__image_mob,
    .section_with_top-icon_mixed__list__item:nth-child(5) .section_with_top-icon_mixed__list__item__image_mob,
    .section_with_top-icon_mixed__list__item:nth-child(even) .section_with_top-icon_mixed__list__item__image_mob {
        margin: 0 auto 15px;
    }
}
@media (max-width: 320px) {
    .section_with_top-icon_mixed__list__item__text {
        font-size: 18px;
    }
}
@media (min-width: 768px) {
	.section_with_top-icon_mixed__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        margin: 60px 0;
		padding-left: 0px;
    }

    .section_with_top-icon_mixed__list__item {
        width: 33.33%;
		display: block;
        padding: 0 30px;
        margin-bottom: 45px;
    }
	.section_with_top-icon_mixed__list__item:nth-child(3n+1) {
        padding-left: 0;
    }
	.section_with_top-icon_mixed__list__item__desc{
		width: 100%;
		max-width: 100%;
	}
	.section_with_top-icon_mixed__list__item__title {
		font-size: 1.67em;
		line-height: 1.2;
	}
	.section_with_top-icon_mixed__list__item__text {
		font-size: 2em;		
		margin-top: 24px;
	}
	.section_with_top-icon_mixed__list__item__image,
    .section_with_top-icon_mixed__list__item__image_mob {
		width: 100%;
		height: auto;
		max-width: 236px;
		max-height: 236px;
		margin: auto;
		display: block;
		padding: 0 14px 0 0; /*чтобы выравнить из-за тени на круге*/
	}
    .section_with_top-icon_mixed__list__item__image_mob {
        display: none;
    }
    .section_with_top-icon_mixed__list__item:nth-child(1) {
        padding-left: 0;
    }
    .section_with_top-icon_mixed__list__item:nth-child(3n) {
        padding-right: 0;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/more_video_section__list/style.css?17295183254169*/
.more_video_section__list {
    display: none;
}


.more_video_section__slider .f-carousel__slide img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 3px;
  }
  .more_video_section__slider .f-carousel__slide iframe, 
  .more_video_section__slider .f-carousel__slide video {
    max-width: 100%;
    /* height: auto; */
    position: relative;
    z-index: 2;
    border-radius: 3px;
}

  .more_video_section__slider #videoCarousel.f-carousel {
    max-width: 524px;
    margin: 25px auto;
    --f-button-svg-width: 31px;
    --f-button-svg-height: 31px;
    --f-button-width: 42px;
    --f-button-height: 42px;
    --f-button-next-pos: -45px;
    --f-button-prev-pos: -45px;
    --f-button-color: #fff;        
  }

  .more_video_section__slider #videoCarousel .f-carousel__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 2px solid #ffffff;
    border-radius: 3px;
  }

  .more_video_section__slider .f-carousel__thumbs.is-classic {
    --f-thumb-width: 166px;
    --f-thumb-height: 108px;
    --f-thumb-gap: 13px;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 0.8;
    --f-thumb-selected-opacity: 1;
    max-width: 524px;
    margin: auto;
  }
  .more_video_section__slider .is-classic .is-nav-selected .f-thumbs__slide__button::before {
    content: '';
    background-color: #2b2231;
    opacity: 0.8;
    width: 166px;
    height: 108px;
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}


@media (max-width: 480px) {
    .more_video_section__slider  .f-carousel__nav,
    .technology_video_section__slider .f-carousel__nav {
        --f-button-next-pos: -13px;
        --f-button-prev-pos: -13px;
        --f-button-width: 50px;
        --f-button-height: 50px;
        --f-button-svg-width: 40px;
        --f-button-svg-height: 40px;
    }
    .more_video_section__slider  .f-carousel__nav {
        --f-button-next-pos: -36px;
        --f-button-prev-pos: -36px;
    }
    .more_video_section__slider .f-carousel__slide iframe,
    .more_video_section__slider .f-carousel__slide video {
        height: 250px;
    }
}
@media (max-width: 430px) {
    .more_video_section__slider .f-carousel__slide iframe,
    .more_video_section__slider .f-carousel__slide video {
        height: 53vw;
    }
}

@media (min-width: 992px) {
    .more_video_section__slider {
        display: none;
    }
    .more_video_section__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        margin-top: 55px;
    }
    
    .more_video_section__item {
        width: 33%;
        z-index: 6;
        position: relative;
        margin-bottom: 40px;
    }
    
    .more_video_section__item__video {
        width: 100%;
        z-index: 6;
        position: relative;
        max-width: 436px;
        max-height: 247px;
        height: 30vh;
        background: url(/local/templates/main/styles/img/video_section-video-cover.png) no-repeat center top transparent;
        background-size: cover;
    }
    
    .more_video_section__item iframe {
        z-index: 7;
        position: relative;
        width: 100%;
        height: 30vh;
        max-width: 436px;
        max-height: 247px;
    }
    .more_video_section__item img {
        z-index: 6;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30vh;
        max-width: 436px;
        max-height: 247px;
    }
    
    .more_video_section__item__text {
        color: #8f929e;
        font-size: 2em;
        line-height: 0.9;
        padding: 17px 10px 10px 60px;
        font-weight: 900;
        position: relative;
        z-index: 7;
    }
    .more_video_section__item__text::before {
        content: '';
        display: block;
        width: 28px;
        height: 38px;
        position: absolute;
        background: url(/local/templates/main/styles/img/one-line.png) no-repeat center top transparent;
        background-size: cover;
        top: 20px;
        left: 20px;
        z-index: 7;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/section_header_h5/style.css?1729518325535*/
.technology_section h5 {
    color: #3a3a3a;
    line-height: 1;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
}
.technology_section h5.tree_line {
    margin: 0px 25px 0 57px;
}

@media (min-width: 992px) {
    .technology_section h5 {
        color: #3a3a3a;
        font-size: 2.4em;
        line-height: 1;
        font-style: italic;
        font-weight: 900;
        text-transform: uppercase;
    }
    .technology_section h5.tree_line {
        padding-left: 40px;
        margin-left: 0;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/form/form_sign_up/bitrix/form.result.new/.default/style.css?17295183252315*/
font.notetext {
	font-size: 1em;
}

.form-required 
{
	font-size: 1em;
	color: red;
}

.error-fld {
	font-size: 1em;
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/form/form_sign_up/bitrix/form.result.new/.default/images/icon_warn.gif);
}

.form_input .inputtext {
	border-color: transparent;
	border-bottom: 2px solid #d2d2d2;
	width: 78%;
	background-color: transparent;
}
.form_input.name_input .inputtext {
	width: 89%;
}
.form_input {
	margin: 38px 0;
}
.form_input .caption{
	color: #787878;
}
.form_enter_btn {
	position: absolute;
	bottom: 0;
    left: 19%;
	height: 120px;
    width: 64%;
	background-color: transparent;
	background-image: url(/local/templates/main/components/bitrix/form/form_sign_up/bitrix/form.result.new/.default/images/sign_up_btn.png);
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	padding: 0;
	color: transparent;
	z-index: 8;
}

.form_enter_btn.signup_btn {
	display: block;
	bottom: -20%;
	background-image: url(/local/templates/main/components/bitrix/form/form_sign_up/bitrix/form.result.new/.default/images/sign_up_btn.png);
	cursor: pointer;
}

.form_enter_btn.price_btn {
	display: block;
	background-image: url(/local/templates/main/components/bitrix/form/form_sign_up/bitrix/form.result.new/.default/images/price-btn.png);
	bottom: -23%;
    width: 352px;
	max-width: 85%;
    height: 135px;
	left: 0%;
    right: 0%;
    margin: auto;
	cursor: pointer;
}

.form_enter_btn.discount_btn {
	display: block;
	bottom: 0x;
	background-image: url(/local/templates/main/components/bitrix/form/form_sign_up/bitrix/form.result.new/.default/images/discount-btn.png);
	cursor: pointer;
}

.discount_section__form .phone_input .inputtext {
    width: 73%;
}
.discount_section__form .name_input .inputtext {
    width: 85%;
}
.form_enter_btn.price_btn:hover{
	background-image: url(/local/templates/main/components/bitrix/form/form_sign_up/bitrix/form.result.new/.default/images/price-btn-hover.png);
}
.form_enter_btn.signup_btn:hover{
	background-image: url(/local/templates/main/components/bitrix/form/form_sign_up/bitrix/form.result.new/.default/images/sign_up_btn-hover.png);
}
.form_enter_btn.discount_btn:hover {
	background-image: url(/local/templates/main/components/bitrix/form/form_sign_up/bitrix/form.result.new/.default/images/discount-btn-hover.png);
}


@media (max-width: 576px) {
	.discount_section .discount_section__form {
		font-size: 25px;
	}
	.discount_section__form .form_input .inputtext,
	.technology_section__form .form_input .inputtext {
        width: 89%;
    }
}
@media (min-width: 992px) {
	.form_input .inputtext {
		width: 80%;
	}
	.form_enter_btn.signup_btn {
		bottom: -13vh;
	}
	.form_enter_btn {
		position: absolute;
		bottom: 0;
		left: 33%;
		height: 80px;
		width: 38%;
	}
	.discount_section__form .form_input.phone_input .inputtext {
		width: 78%;
	}
	.discount_section__form .form_input.name_input .inputtext {
		width: 89%;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/technology_section__text/style.css?17295183251143*/
.technology_section__text_description {
    color: #5d5f61;
    font-size: 2em;
    line-height: 1;
    font-weight: 300;
    margin: 18px 0px 10px;
}
@media (max-width: 625px) {
    .technology_section__text_description {
        color: #5d5f61;
        font-size: 1.6em;
        line-height: 1;
        font-weight: 300;
        margin: 18px 10px 10px;
    }
}
@media (max-width: 430px) {
    .technology_section__text_description {
        margin: 18px 0px 0px;
    }
}
@media (max-width: 400px) {
    .technology_section__text_description {
        font-size: 20px;
    }
}
@media (max-width: 300px) {
    .technology_section__text_description {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .technology_section__text__shaped {
        width: 93%;
        height: 11vw;
        background: transparent;
        float: right;
        shape-outside: polygon(0% 100%, 100% 22%, 100% 100%, 0% 100%);
        shape-margin: 0px;
        -webkit-clip-path: polygon(0% 100%, 100% 22%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 100%, 100% 22%, 100% 100%, 0% 100%);
        bottom: 0;
        position: relative;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/technology_video_section/style.css?17295183254658*/
.technology_video_section__item {
    display: none;
}

.technology_video_section__slider .f-carousel__slide img {
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 24px;
	left: 22px;
	z-index: 3;
}
.technology_video_section__slider .f-carousel__slide iframe, 
.technology_video_section__slider .f-carousel__slide video {
	max-width: 100%;
	/* height: auto; */
    width: 411px;
    height: 242px;
	position: relative;
	z-index: 8;
}

.technology_video_section__slider #technologyVideoCarousel.f-carousel {
	max-width: 100%;
	width: 455px;
	height: 284px;
	margin: 0px auto 25px;
	--f-button-svg-width: 31px;
	--f-button-svg-height: 31px;
	--f-button-width: 42px;
	--f-button-height: 42px;
	--f-button-next-pos: -50px;
	--f-button-prev-pos: -50px;
	--f-button-color: #fff;        
}

.technology_video_section__slider #technologyVideoCarousel .f-carousel__slide {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.technology_video_section__slider #technologyVideoCarousel .f-carousel__slide::before {
	z-index: 2;
	position: absolute;
	content: '';
	background: url(/local/templates/main/styles/img/technology_video_section__video_bg.png) no-repeat center top transparent;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	background-size: contain;
	opacity: 1;
}

@media (max-width: 525px) {
    .technology_video_section__slider .f-carousel__nav {
        --f-button-next-pos: -28px;
        --f-button-prev-pos: -28px;
    }
}
@media (max-width: 480px) {
	.technology_video_section__slider .f-carousel__nav {
        --f-button-next-pos: -13px;
        --f-button-prev-pos: -13px;
        --f-button-width: 50px;
        --f-button-height: 50px;
        --f-button-svg-width: 40px;
        --f-button-svg-height: 40px;
    }

    .technology_video_section__slider .is-horizontal .f-carousel__nav .f-button.is-prev, 
    .technology_video_section__slider .is-horizontal .f-carousel__nav .f-button.is-next {
        top: 52%;
    }
}
@media (max-width: 450px) {
    .technology_video_section__slider #technologyVideoCarousel .f-carousel__slide::before {
        /* top: 3%; */
    }
    .technology_video_section .technology_video_section__slider #technologyVideoCarousel.f-carousel {
        width: 98%;
        height: 62vw;
    }
    .technology_video_section .technology_video_section__slider .f-carousel__slide iframe,
    .technology_video_section .technology_video_section__slider .f-carousel__slide video {
        width: 90%;
        height: 52vw;
    }
    .technology_video_section .technology_video_section__slider .f-carousel__slide img {
        width: 90%;
        top: 9%;
        height: 51vw;
    }
}
@media (max-width: 380px) {
	.technology_video_section .technology_video_section__slider .f-carousel__slide img {
        top: 15px;
        left: 15px;
    }
}
@media (min-width: 992px) {
	.technology_video_section__slider {
        display: none;
    }
    .technology_video_section__item {
        width: 49%;
        display: block;
    }
    .technology_video_section__video {
        width: 100%;
        padding: 29px 33px 20px;
        z-index: 6;
        position: relative;
        overflow: hidden;
    }
    .technology_video_section__video::before {
        z-index: 6;
        position: absolute;
        content: '';
        background: url(/local/templates/main/styles/img/technology_video_section__video_bg.png) no-repeat center top transparent;
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        background-size: contain;
        opacity: 1;
    }
    
    .technology_video_section__video img{
        width: 90%;
        height: 86%;
        z-index: 7;
        position: absolute;
        top: 29px;
        left: 33px;
    }
    
    .technology_video_section__video iframe,
    .technology_video_section__video video {
        width: 100%;
        height: 37vh;
        z-index: 8;
        position: relative;
    }
    .technology_video_section__video_title {
        color: #ffffff;
        font-size: 30px;
        line-height: 0.9;
        padding: 17px 10px 10px 60px;
        font-weight: 900;
        position: relative;
        z-index: 7;
        text-shadow: 0 0 4px black;
    }
    .technology_video_section__video_title::before {
        content: '';
        display: block;
        width: 28px;
        height: 38px;
        position: absolute;
        background: url(/local/templates/main/styles/img/one-line.png) no-repeat center top transparent;
        background-size: cover;
        top: 20px;
        left: 20px;
        z-index: 7;
    }
    .mob_technology_video_section__video_title {
		display: none;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/certificates/style.css?17295183251681*/
.certificates_section__certificate img {
    height: 100%;
    width: auto;
}
.certificates_section__certificate {
    margin-top: -62px;
    margin-left: 0;
    height: 70%;
    width: auto;
    max-height: 285px;
    position: absolute;
}
.certificates_section__certificate:first-of-type {
    margin-top: 0;
    left: 0px;
    top: 70px;
}
.certificates_section__certificate:nth-of-type(n+2) {
    margin-top: 0;
    left: 30%;
    top: 33px;
}
.certificates_section__certificate:last-of-type {
    top: 58px;
    left: 60%;
}

@media (max-width: 380px) {
    .certificates_section__certificate:nth-of-type(n),
    .certificates_section__certificate:first-of-type,
    .certificates_section__certificate:last-of-type {
        width: 33%;
        display: block;
        top: 0px;
        left: -12%;
        margin-top: 0;
        margin-left: 0;
        height: 56vw;
        position: relative;
    }
    .certificates_section__certificate:first-of-type{
        left: -15px;
    }
    .certificates_section__certificate:last-of-type {
        left: -20%;
    }
}
@media (min-width: 992px) {
	.certificates_section__certificate, .certificates_section__certificate:last-of-type,
    .certificates_section__certificate:nth-of-type(n+2),
    .certificates_section__certificate:first-of-type {
        margin-top: 0;
        margin-left: 0%;
        height: 100%;
        width: auto;
        max-height: 328px;
        top: 0px;
    }
    .certificates_section__certificate:first-of-type {
        left: 10%;
    }
    .certificates_section__certificate:nth-of-type(n+2) {
        left: 30%;
    }
    .certificates_section__certificate:last-of-type {
        left: 50%;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/FAQ/style.css?17295183252295*/
.faq_list {
    margin-left: -24px;
    position: relative;
    z-index: 7;
    margin-top: 40px;
}
.faq_list__item {cursor: pointer;}
.faq_list__item__question {
    text-transform: uppercase;
}
.faq_list__item__question,
.faq_list__item__answer {
    padding: 0px 0 0 62px;
    color: #8f9397;
    font-size: 25px;
    line-height: 1;
    font-weight: 300;
    position: relative;
    margin: 30px 0;
}
.faq_list__item__question::before {
    content: '';
    width: 66px;
    height: 52px;
    z-index: 7;
    position: absolute;
    background: url(/local/templates/main/components/bitrix/news.list/FAQ/img/faq_section_check.png) no-repeat left top transparent;
    top: 0;
    left: 0;
    background-size: contain;
}
.faq_list__item__answer {
    margin: 0px 0 34px;
    color: #ffffff;
    display: none;
    transition: height 0.4s;
}

/* .faq_list>.faq_list__item:hover>.faq_list__item__answer, */
.faq_list__item__answer.a-active {
    display: block;
    height: max-content;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
@media (max-width: 625px) {
    .faq_list__item__question,
    .faq_list__item__answer {
        font-size: 22px;
    }
}
@media (max-width: 576px) {
    .faq_list {
        margin-left: -10px;
    }
}
@media (max-width: 430px) {
    .faq_list__item__question,
    .faq_list__item__answer {
        font-size: 20.55px;
    }
}
@media (max-width: 380px) {
    .faq_list__item__question,
    .faq_list__item__answer {
        font-size: 19px;
    }
}
@media (max-width: 320px) {
    .faq_list__item__question,
    .faq_list__item__answer {
        font-size: 18px;
    }
}
@media (max-width: 280px) {
    .faq_list__item__question,
    .faq_list__item__answer {
        font-size: 16px;
    }
}
@media (max-width: 250px) {
    .faq_list__item__question,
    .faq_list__item__answer {
        font-size: 15px;
    }
}
@media (max-width: 230px) {
    .faq_list__item__question,
    .faq_list__item__answer {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .faq_list {
        margin-left: 0px;
        padding-left: 108px;
        position: relative;
        z-index: 7;
        margin-top: 50px;
    }
    .faq_list__item__question,
    .faq_list__item__answer {
        font-size: 2em;
        padding: 0px 0 0 85px;
    }
    .faq_list__item__answer {
        margin: 40px 0;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.detail/contacts/style.css?17295183258837*/
.map_section__contacts{
    display: block;
    width: 100%;
    order: 1;
    /* height: 900px; */
    position: relative;
    background: url(/local/templates/main/styles/img/mob-map_section-bg.png) no-repeat center top transparent;
    background-size: cover;
    margin-top: -63px;
    z-index: 6;
    color: #ffffff;
    padding: 194px 46px 70px;
}
.map_section__contacts__title {
    /* font-size: 56px; */
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 57px 0;
}
.map_section__contacts__phone {
    margin: 0 0 50px 0;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 66px;
}
.map_section__contacts__phone a{
    color: #ffffff;
    text-decoration: none;
    font-size: 34.5px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}
.map_section__contacts__place,
.map_section__contacts__time {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: start;
    padding-left: 66px;
}
.map_section__contacts__place{
    margin: 0 0 50px 0;
}
.map_section__contacts__place_title {
    font-weight: bold;
}

.map_section__contacts__phone::before,
.map_section__contacts__place::before,
.map_section__contacts__time::before
 {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
}
.map_section__contacts__place::before {
    background: url(/local/templates/main/styles/img/map_section-place.png) no-repeat left top transparent;
    background-size: contain;
}
.map_section__contacts__phone::before {
    background: url(/local/templates/main/styles/img/map_section-phone.png) no-repeat left top transparent;
    background-size: contain;
}
.map_section__contacts__time::before {
    background: url(/local/templates/main/styles/img/map_section-time.png) no-repeat left top transparent;
    background-size: contain;
}
.map_section__contacts .call_btn {
    margin: 28px 50px;
    background-size: contain;
}

.soc_list {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
}
.soc_list li {
    position: relative;
    margin-right: 25px;
}
.soc_list li a {
    position: relative;
    width: 37px;
    height: 37px;
    display: block;
    text-decoration: none;
}
.soc_list li a:before, .soc_list li a:after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.soc_list li a:after {
    background-position: center bottom;
    z-index: 2;
    opacity: 0;
}
.soc_list li .vk_link:before, .soc_list li .vk_link:after {
    width: 25px;
    height: 31px;
    background-image: url(/local/templates/main/styles/img/vk_icon.png);
}
.soc_list li .fb_link:before, .soc_list li .fb_link:after {
    width: 19px;
    height: 37px;
    background-image: url(/local/templates/main/styles/img/fb_icon.png);
}
.soc_list li .insta_link:before, .soc_list li .insta_link:after {
    width: 32px;
    height: 31px;
    background-image: url(/local/templates/main/styles/img/insta_icon.png);
}
.soc_list li .youtube_link:before, .soc_list li .youtube_link:after {
    width: 28px;
    height: 33px;
    background-image: url(/local/templates/main/styles/img/youtube_icon.png);
}
.soc_list li .rutube_link {
    background: url(/local/templates/main/styles/img/rutube.png) no-repeat center center transparent;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 33px;
    height: 33px;
}
.soc_list li .drive2_link {
    background: url(/local/templates/main/styles/img/drive2.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 80px;
    height: 33px;
}
.soc_list li .rutube_link:hover, 
.soc_list li a.drive2_link:hover {
    -webkit-box-shadow: 0px 0px 16px 7px rgba(232, 171, 186, 0.2);
    -moz-box-shadow: 0px 0px 16px 7px rgba(232, 171, 186, 0.2);
    box-shadow: 0px 0px 16px 7px rgba(232, 171, 186, 0.2);
}
.soc_list li a:hover:before {
    opacity: 0;
}
.soc_list li a:hover:after {
    opacity: 1;
}
@media (max-width: 767px) {
    .map_section__contacts .call_btn {
        content: '';
        display: block;
        width: 294px;
        height: 117px;
        max-width: 100%;
        margin: 82px auto 112px;
    }
}
@media (max-width: 576px) {
    .map_section__contacts {
        padding: 145px 46px 60px;
    }
    .map_section__contacts .call_btn {
        margin: 62px auto 82px;
    }
}
@media (max-width: 525px) {
    .map_section__contacts__phone a{
        font-size: 30px;
    }
    .map_section__contacts__place,
    .map_section__contacts__time {
        font-size: 23px;
        line-height: 1.2;
    }
    .soc_list li {
        margin-right: 15px;
    }
}
@media (max-width: 380px) {
	.map_section__contacts__phone a{
        font-size: 28px;
    }
    .map_section__contacts__place,
    .map_section__contacts__time {
        font-size: 21px;
        line-height: 1.2;
    }
    .map_section__contacts__phone::before, .map_section__contacts__place::before, .map_section__contacts__time::before {
        width: 38px;
        height: 40px;
    }
    .map_section__contacts__phone, .map_section__contacts__place, .map_section__contacts__time {
        padding-left: 55px;
    }
    .soc_list li {
        margin-right: auto;
    }
}
@media (max-width: 320px) {
    .map_section__contacts__phone a{
        font-size: 24px;
    }
    .map_section__contacts__place,
    .map_section__contacts__time {
        font-size: 20px;
        line-height: 1.3;
    }
    .map_section__contacts__phone::before, .map_section__contacts__place::before, .map_section__contacts__time::before {
        width: 32px;
        height: 34px;
    }
    .map_section__contacts__phone, .map_section__contacts__place, .map_section__contacts__time {
        padding-left: 48px;
    }
    .map_section__contacts {
        padding: 129px 35px 60px;
    }
    .map_section__contacts .call_btn {
        margin: 42px auto 52px;
    }
}
@media (max-width: 280px) {
    .map_section__contacts__phone a{
        font-size: 22px;
    }
    .map_section__contacts__phone::before, .map_section__contacts__place::before, .map_section__contacts__time::before {
        width: 28px;
        height: 30px;
    }
    .map_section__contacts__phone, .map_section__contacts__place, .map_section__contacts__time {
        padding-left: 44px;
    }
    .map_section__contacts {
        padding: 110px 20px 60px;
    }
}
@media (max-width: 250px) {
	.map_section__contacts__phone a{
        font-size: 21px;
    }
    .map_section__contacts__phone::before, .map_section__contacts__place::before, .map_section__contacts__time::before {
        display: none;
    }
    .map_section__contacts__phone, .map_section__contacts__place, .map_section__contacts__time {
        padding-left: 0px;
    }
    .soc_list li a {
        width: 32px;
        height: 32px;
    }
}
@media (min-width: 600px) {
    .map_section__contacts__title {
        font-size: 56px;
    }
}
@media (min-width: 992px) {
	.map_section__contacts{
        width: 50%;
        order: 2;
        height: 900px;
        background: url(/local/templates/main/styles/img/map_section-bg.png) no-repeat center top transparent;
        background-size: cover;
        padding: 134px 111px;
    }
    .map_section__contacts__title {
        font-size: 3.2em;
        line-height: 1;
        margin: 0 0 67px 0;
    }
    .map_section__contacts__phone a{
        font-size: 1.7em;
        line-height: 1.3;
    }
    .map_section__contacts__place,
    .map_section__contacts__time {
        font-size: 1.2em;
        font-weight: 400;
        line-height: 1.4;
    }
    .map_section__contacts__phone::before,
    .map_section__contacts__place::before,
    .map_section__contacts__time::before
    {
        width: 34px;
        height: 34px;
    }
    .soc_list {
        position: absolute;
        bottom: 76px;
        left: 118px;
        padding: 0;
        margin: 0;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/map.yandex.view/main_map/style.css?1729518325361*/
.bx-yandex-map,
.ymaps-map,
.ymaps-glass-pane.ymaps-events-pane {
    height: 500px;
}

@media (min-width: 768px) {
    .bx-yandex-map,
    .ymaps-map,
    .ymaps-glass-pane.ymaps-events-pane {
        height: 600px;
    }
}
@media (min-width: 992px) {
    .bx-yandex-map,
    .ymaps-map,
    .ymaps-glass-pane.ymaps-events-pane {
        height: 840px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/map.yandex.system/.default/style.css?1729518325666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/templates/main/components/bitrix/news.list/gallery_single_slide/style.css?17295183253916 */
/* /local/templates/main/components/bitrix/news.list/single_video/style.css?17295183254433 */
/* /local/templates/main/components/bitrix/news.list/section_header/style.css?1729518325665 */
/* /local/templates/main/components/bitrix/news.list/section_with_top-icon/style.css?17295183254147 */
/* /local/templates/main/components/bitrix/news.list/gallery_five_slide/style.css?17295183254094 */
/* /local/templates/main/components/bitrix/news.list/section_header_h3/style.css?1729518325578 */
/* /local/templates/main/components/bitrix/news.list/protection_section/style.css?17295183254093 */
/* /local/templates/main/components/bitrix/news.list/section_with_top-icon_mixed/style.css?17295183257573 */
/* /local/templates/main/components/bitrix/news.list/more_video_section__list/style.css?17295183254169 */
/* /local/templates/main/components/bitrix/news.list/section_header_h5/style.css?1729518325535 */
/* /local/templates/main/components/bitrix/form/form_sign_up/bitrix/form.result.new/.default/style.css?17295183252315 */
/* /local/templates/main/components/bitrix/news.list/technology_section__text/style.css?17295183251143 */
/* /local/templates/main/components/bitrix/news.list/technology_video_section/style.css?17295183254658 */
/* /local/templates/main/components/bitrix/news.list/certificates/style.css?17295183251681 */
/* /local/templates/main/components/bitrix/news.list/FAQ/style.css?17295183252295 */
/* /local/templates/main/components/bitrix/news.detail/contacts/style.css?17295183258837 */
/* /local/templates/main/components/bitrix/map.yandex.view/main_map/style.css?1729518325361 */
/* /local/templates/main/components/bitrix/map.yandex.system/.default/style.css?1729518325666 */
