

/* Start:/local/templates/global/components/bitrix/breadcrumb/universal/style.css?1657529932833*/
.bx-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; margin-top: 15px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bx-breadcrumb-item {height: 22px;white-space: nowrap}
.bx-breadcrumb-item-angle {margin: 0 10px;color: #b5bdc2;vertical-align: top;font-size: 12px}
.bx-breadcrumb-item-link {border-bottom: none;vertical-align: top;line-height: 20px}
.bx-breadcrumb-item-link:hover { }
.bx-breadcrumb-item-text{vertical-align: top;white-space: normal;font-size: 13px; line-height:20px;transition: 250ms linear all}

@media (max-width:767.98px){
	.bx-breadcrumb-item {height: auto}
	.bx-breadcrumb-item-text{font-size:12px; line-height:16px;display:block}
}
/* End */


/* Start:/local/templates/global/template_styles.css?176433474955599*/
body.compensate-for-scrollbar{
    overflow: hidden;
}

.fancybox-is-hidden{
    position: absolute !important;
    top: -9999px;
    left: -9999px;visibility: hidden;margin: 0;
}

.fancybox-container{
    position: fixed;
    z-index: 99992;
    top: 0;
    left: 0;width: 100%;
    height: 100%;transform: translateZ(0);outline: none;-webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

.fancybox-container *{
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer{
    overflow-y: auto;-webkit-overflow-scrolling: touch;
}

.fancybox-bg{
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-duration: inherit;
    transition-property: opacity;opacity: 0;
    background: rgb(30, 30, 30);
}

.fancybox-is-open .fancybox-bg{
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);opacity: .9;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button{
    position: absolute;
    z-index: 99997;visibility: hidden;transition: opacity .25s ease, visibility 0s ease .25s;opacity: 0;direction: ltr;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button{
    visibility: visible;transition: opacity .25s ease 0s, visibility 0s ease 0s;opacity: 1;
}

.fancybox-infobar{
    color: #ccc;
    font-size: 13px;
    line-height: 44px;top: 0;
    left: 0;min-width: 44px;
    height: 44px;
    padding: 0 10px;-webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;-webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: difference;
    -webkit-touch-callout: none;
}

.fancybox-toolbar{
    top: 0;
    right: 0;
}

.fancybox-stage{
    z-index: 99994;overflow: visible;transform: translateZ(0);direction: ltr;
}

.fancybox-is-open .fancybox-stage{
    overflow: hidden;
}

.fancybox-slide{
    position: absolute;
    z-index: 99994;
    top: 0;
    left: 0;
    /* Using without prefix would break IE11 */

    display: none;
    overflow: auto;width: 100%;
    height: 100%;
    padding: 44px;transition-property: transform, opacity;
    text-align: center;
    white-space: normal;outline: none;-webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before{
    font-size: 0;display: inline-block;width: 0;
    height: 100%;content: '';
    vertical-align: middle;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next{
    display: block;
}

.fancybox-slide--image{
    overflow: hidden;padding: 44px 0;
}

.fancybox-slide--image::before{
    display: none;
}

.fancybox-slide--html{
    padding: 40px;
}

.fancybox-content{
    position: relative;display: inline-block;
    overflow: visible;max-width: 100%;
    margin: 0;cursor: default;
    text-align: left;
    vertical-align: middle;-webkit-overflow-scrolling: touch;
}

.fancybox-slide--image .fancybox-content{
    position: absolute;
    z-index: 99995;
    top: 0;
    left: 0;overflow: visible;max-width: none;
    padding: 0;-webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition-property: transform, opacity;
    -ms-transform-origin: top left;
        transform-origin: top left;
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;-webkit-backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-content{
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content{
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content{
    cursor: -webkit-grab;
    cursor:         grab;
}

.fancybox-is-grabbing .fancybox-content{
    cursor: -webkit-grabbing;
    cursor:         grabbing;
}

.fancybox-container [data-selectable='true']{
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball{
    position: absolute;
    top: 0;
    left: 0;width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0;-webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;border: 0;
    background: transparent;
}

.fancybox-spaceball{
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content{
    overflow: visible;width: 100%;
    height: 100%;
    padding: 0;
}

.fancybox-slide--video .fancybox-content{
    background: #000;
}

.fancybox-slide--map .fancybox-content{
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content{
    background: #fff;
}

.fancybox-video,
.fancybox-iframe{
    display: block;
    overflow: hidden;width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;border: 0;
    background: transparent;
}

/* Fix iOS */
.fancybox-iframe{
    position: absolute;
    top: 0;
    left: 0;
}

.fancybox-error{
    width: 100%;
    max-width: 400px;
    padding: 40px;cursor: default;background: #fff;
}

.fancybox-error p{
    color: #444;
    font-size: 16px;
    line-height: 20px;margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button{
    position: relative;display: inline-block;
    visibility: inherit;width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;cursor: pointer;
    transition: color .2s;
    vertical-align: top;border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    box-shadow: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link{
    color: #ccc;
}

.fancybox-button:hover{
    color: #fff;
}

.fancybox-button:focus{
    outline: none;
}

.fancybox-button.fancybox-focus{
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover{
    color: #888;cursor: default;outline: none;
}

/* Fix IE11 */
.fancybox-button div{
    height: 100%;
}

.fancybox-button svg{
    position: relative;display: block;
    overflow: visible;width: 100%;
    height: 100%;
}

.fancybox-button svg path{
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2){
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1){
    display: none;
}

.fancybox-progress{
    position: absolute;
    z-index: 99998;
    top: 0;
    right: 0;
    left: 0;height: 2px;transition-timing-function: linear;
    transition-property: transform;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -ms-transform-origin: 0;
        transform-origin: 0;background: #ff5268;
}

/* Close button on the top right corner of html content */

.fancybox-close-small{
    color: #ccc;position: absolute;
    z-index: 401;
    top: -44px;
    right: -12px;padding: 8px;cursor: pointer;opacity: .8;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.fancybox-close-small:hover{
    color: #fff;opacity: 1;
}

.fancybox-slide--html .fancybox-close-small{
    color: #c0c0c0;top: 0;
    right: 0;width: 50px;
    height: 50px;
    padding: 10px;transition: color .2s linear;opacity: 1;
}

.fancybox-slide--html .fancybox-close-small:hover{
    color: #63a0ff;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content{
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button{
    position: absolute;
    top: calc(50% - 50px);width: 70px;
    height: 100px;opacity: 0;
    background-clip: content-box;
}

.fancybox-navigation .fancybox-button div{
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left{
    left: 0;
    left: env(safe-area-inset-left);padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right{
    right: 0;
    right: env(safe-area-inset-right);padding: 31px 6px 31px 26px;
}

/* Caption */

.fancybox-caption{
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;z-index: 99996;
    right: 0;
    bottom: 0;
    left: 0;padding: 75px 44px 25px 44px;text-align: center;
    pointer-events: none;background: linear-gradient(to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%);
}

@supports (padding: max(0px)){
    .fancybox-caption
   {    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate{
    margin-top: -50px;
}

.fancybox-caption__body{
    overflow: auto;max-height: 50vh;pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited{
    color: #ccc;text-decoration: none;
}

.fancybox-caption a:hover{
    color: #fff;text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading{
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    padding: 0;animation: fancybox-rotate 1s linear infinite;opacity: .7;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    background: transparent;
}

@keyframes fancybox-rotate{
    100%
   {    transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated{
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous{
    transform: translate3d(-100%, 0, 0);opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next{
    transform: translate3d(100%, 0, 0);opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current{
    transform: translate3d(0, 0, 0);opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next{
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);opacity: 0;
}

.fancybox-fx-fade.fancybox-slide--current{
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous{
    transform: scale3d(1.5, 1.5, 1.5);opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next{
    transform: scale3d(.5, .5, .5);opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current{
    transform: scale3d(1, 1, 1);opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous{
    -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next{
    -ms-transform: rotate(360deg);
        transform: rotate(360deg);opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current{
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous{
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next{
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current{
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous{
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next{
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current{
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px){
    .fancybox-slide
   {    padding-right: 6px;
        padding-left: 6px;
    }

    .fancybox-slide--image
   {    padding: 6px 0;
    }

    .fancybox-close-small
   {    right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small
   {    color: #f2f4f6;    top: 0;
        right: 0;    width: 36px;
        height: 36px;
        padding: 6px;    opacity: 1;
        background: #4e4e4e;
    }

    .fancybox-caption
   {    padding-right: 12px;
        padding-left: 12px;
    }

    @supports (padding: max(0px))
   {    .fancybox-caption
       {        padding-right: max(12px, env(safe-area-inset-right));
            padding-left: max(12px, env(safe-area-inset-left));
        }
    }
}
/* Share */

.fancybox-share{
    max-width: 90%;
    padding: 30px;text-align: center;border-radius: 3px;
    background: #f4f4f4;
}

.fancybox-share h1{
    color: #222;
    font-size: 35px;
    font-weight: 700;margin: 0 0 20px 0;
}

.fancybox-share p{
    margin: 0;
    padding: 0;
}

.fancybox-share__button{
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;display: inline-block;min-width: 130px;
    margin: 0 5px 10px 5px;
    padding: 0 15px;-webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: all .2s;
    white-space: nowrap;
    text-decoration: none;border: 0;
    border-radius: 3px;
}

.fancybox-share__button:visited,
.fancybox-share__button:link{
    color: #fff;
}

.fancybox-share__button:hover{
    text-decoration: none;
}

.fancybox-share__button--fb{
    background: #3b5998;
}

.fancybox-share__button--fb:hover{
    background: #344e86;
}

.fancybox-share__button--pt{
    background: #bd081d;
}

.fancybox-share__button--pt:hover{
    background: #aa0719;
}

.fancybox-share__button--tw{
    background: #1da1f2;
}

.fancybox-share__button--tw:hover{
    background: #0d95e8;
}

.fancybox-share__button svg{
    position: relative;
    top: -1px;width: 25px;
    height: 25px;
    margin-right: 7px;vertical-align: middle;
}
.fancybox-share__button svg path{
    fill: #fff;
}
.fancybox-share__input{
    color: #5d5b5b;
    font-size: 14px;width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 15px;border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    outline: none;
    background: transparent;
}
.fancybox-thumbs{
    position: absolute;
    z-index: 99995;
    top: 0;
    right: 0;
    bottom: 0;display: none;width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;background: #ddd;-webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fancybox-thumbs-x{
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs{
    display: block;
}

.fancybox-show-thumbs .fancybox-inner{
    right: 212px;
}

.fancybox-thumbs__list{
    font-size: 0;position: absolute;
    position: relative;overflow-x: hidden;
    overflow-y: auto;width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;list-style: none;white-space: nowrap;
}

.fancybox-thumbs-x .fancybox-thumbs__list{
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: #2a2a2a;
}

.fancybox-thumbs__list a{
    position: relative;float: left;
    overflow: hidden;width: 100px;
    max-width: calc(50% - 4px);
    height: 75px;
    max-height: calc(100% - 8px);
    margin: 2px;
    padding: 0;cursor: pointer;outline: none;
    background-color: rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;-webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs__list a::before{
    position: absolute;
    z-index: 99991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;content: '';
    transition: all .2s cubic-bezier(.25, .46, .45, .94);opacity: 0;
    border: 6px solid #ff5268;
}

.fancybox-thumbs__list a:focus::before{
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before{
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px){
    .fancybox-thumbs
   {    width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner
   {    right: 110px;
    }

    .fancybox-thumbs__list a
   {    max-width: calc(100% - 10px);
    }
}

/* Slider */
.slick-slider{
    position: relative;display: block;
    box-sizing: border-box;-webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;-webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;display: block;
    overflow: hidden;margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;height: auto;border: 1px solid transparent;
}
.slick-arrow.slick-hidden{display: none;
}


@font-face{font-family: 'TT Norms Pro';
    src: url('/local/templates/global/fonts/TTNormsPro-Regular.eot');
    src: local('TT Norms Pro Regular'), local('TTNormsPro-Regular'),
        url('/local/templates/global/fonts/TTNormsPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/global/fonts/TTNormsPro-Regular.woff2') format('woff2'),
        url('/local/templates/global/fonts/TTNormsPro-Regular.woff') format('woff'),
        url('/local/templates/global/fonts/TTNormsPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{font-family: 'TT Norms Pro';
    src: url('/local/templates/global/fonts/TTNormsPro-Medium.eot');
    src: local('TT Norms Pro Medium'), local('TTNormsPro-Medium'),
        url('/local/templates/global/fonts/TTNormsPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/global/fonts/TTNormsPro-Medium.woff2') format('woff2'),
        url('/local/templates/global/fonts/TTNormsPro-Medium.woff') format('woff'),
        url('/local/templates/global/fonts/TTNormsPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face{font-family: 'TT Norms Pro';
    src: url('/local/templates/global/fonts/TTNormsPro-Bold.eot');
    src: local('TT Norms Pro Bold'), local('TTNormsPro-Bold'),
        url('/local/templates/global/fonts/TTNormsPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/global/fonts/TTNormsPro-Bold.woff2') format('woff2'),
        url('/local/templates/global/fonts/TTNormsPro-Bold.woff') format('woff'),
        url('/local/templates/global/fonts/TTNormsPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

*{box-sizing: border-box;margin: 0;padding: 0}
*:before,*:after{box-sizing: border-box}
html{-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%}
body{margin: 0;-webkit-tap-highlight-color: transparent;-webkit-overflow-scrolling: touch;text-rendering: optimizeLegibility;text-decoration-skip: objects}
img{border-style: none}
textarea{overflow: auto}
input,
textarea,
input:active,
textarea:active,
button{
    margin: 0;-webkit-border-radius: 0;
            border-radius: 0;
         outline: none transparent !important;
    box-shadow: none;-webkit-appearance: none;
            appearance: none;
    -moz-outline: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    margin: 0;-webkit-appearance: none;
}

input[type=number]{
    -moz-appearance: textfield;
}

:focus{
    /* outline: 0; */
}

:hover,
:active{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}


::-ms-clear{
    display: none;
}



/*-------------------
    Global styles
-------------------*/
:root{
    --bg: #fff;
    --scroll_width: 17px;
    --text_color: #363843;
    --font_size: 16px;
    --font_size_title: 40px;
    --font_family: 'TT Norms Pro', sans-serif;
}


::selection{
    color: #fff;background: #9ebf41;
}

::-moz-selection{
    color: #fff;background: #9ebf41;
}


.clear{
    clear: both;
}

.left{
    float: left;
}

.right{
    float: right;
}



html{
    height: 100%;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height:         fill-available;
}

html.custom_scroll ::-webkit-scrollbar{
    width: 10px;
    height: 10px;background-color: #ccc;
}

html.custom_scroll ::-webkit-scrollbar-thumb{
    background-color: #5C9BFF;
}

html.custom_scroll{
    scrollbar-color: #5C9BFF #ccc;
    scrollbar-width: thin;
}


body{
    color: var(--text_color);
    font: var(--font_size) var(--font_family);height: 100%;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height:         fill-available;
}


button{
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;display: inline-block;cursor: pointer;
    vertical-align: top;border: none;
    background: none;
}


.wrap{
    position: relative;display: flex;
    overflow: hidden;
    flex-direction: column;min-width: 360px;
    min-height: 100%;background: var(--bg);
}


.main{
    flex: 1 0 auto;
}


.cont{
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 20px;
}


.lozad{
    transition: opacity .5s linear;opacity: 0;
}

.lozad.loaded{
    opacity: 1;
}


.row{
    display: flex;justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}



.supports_error{
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    line-height: 30px;position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;display: none;width: 100%;
    height: 100%;
    padding: 20px;text-align: center;background: #fff;justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.supports_error.show{
    display: flex;
}



/*--------------
    Fancybox
--------------*/
.fancybox__backdrop{background: rgba(0,0,0,.6);
}
.fancybox__slide{padding: 40px;
}
.modal.fancybox__content > .carousel__button.is-close{color: #000;
    top: 14px;
    right: 14px;
    display: flex;
    width: 34px;
    height: 34px;
    transition: .2s linear !important;
    opacity: 1 !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.modal.fancybox__content > .carousel__button.is-close svg{display: block;
    width: 20px;
    height: 20px;
    filter: none;
    stroke: #000;
    stroke-width: 0;
}
.modal.fancybox__content > .carousel__button.is-close:hover{color: #000;
}




/*------------------
    Form elements
------------------*/
.form{--form_border_color: #E8E8E8;
    --form_focus_color: #1A59BD;
    --form_border_radius: 6px;
    --form_bg_color: #fff;
    --form_placeholder_color: #6B7073;
}
.form ::-webkit-input-placeholder{color: var(--form_placeholder_color);
    font-size: 18px;
    font-weight: 400;
}
.form :-moz-placeholder{color: var(--form_placeholder_color);
    font-size: 18px;
    font-weight: 400;
}
.form :-ms-input-placeholder{color: var(--form_placeholder_color);
    font-size: 18px;
    font-weight: 400;
}
.form .line{margin-bottom: 20px;
}
.form .field{position: relative;
}
.form .input{color: var(--text_color);
    font-family: var(--font_family);
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 100%;
    height: 64px;
    padding: 0 20px;
    transition: border-color .2s linear;
    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}
.form .input:focus{border-color: var(--form_focus_color);
}
.form .error{color: #E70202;
    border-color: #E70202;
    background: #FFF0F0;
}
.form .submit_btn{font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    width: 100%;
    height: 62px;
    color: #fff;
    border-radius: var(--form_border_radius);
    background: #5C9BFF;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 12px;
}
.form .submit_btn:hover{opacity: 0.8;
}
.modal .checkbox{color: var(--text_color);
    margin-top: 20px;
}
.modal .checkbox a{color: inherit;
}



/* HEADER */

header{z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    padding: 17px 0;
    background: #F7FAFF;
}
header .cont{justify-content: space-between;
    align-items: center;
    align-content: center;
}
.header_left{display: flex;
    align-items: center;
}
header .logo{text-decoration: none;
}

header .logo img{
	max-width: 195px;
}

header .desc{margin-left: 60px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
header .desc span{color: #1A59BD;
}
header .contacts{display: flex;
    align-items: center;   
    margin-top: 0px;
    margin-bottom: 0px;   
}
header .phone{text-align: end;
    margin-right: 17px;
}
header .phone a{text-decoration: none;    
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: var(--text_color);
}
header .time{font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #6B7073;
}
header .callback_btn{width: 175px;
    height: 54px;
    background: #5C9BFF;
    border-radius: 12px;  
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    transition: all .5s;
}
header .callback_btn:hover{background: #7AAEFF;
}

.title{font-weight: 500;
    font-size: var(--font_size_title);
    line-height: 50px;
    text-align: center;
    color: var(--text_color); 
    margin-bottom: 40px;
}




/*-------------------
    First section
-------------------*/

.first_section{background: #F7FAFF;
    padding: 0 15px;
}
.first_section-wrap{position: relative;
    z-index: 3;
    padding: 50px 100px;
    background: #1A59BD;
    border-radius: 30px;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}
.first_section .cont{padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.first_section-img{flex-shrink: 0;
}
.first_section-title{font-weight: 700;
    font-size: 54px;
    line-height: 64px;
    color: #FFFFFF;  
    max-width: 647px;
}
.first_section-title br{display: none;
}
.price-green{background: #C9FF56;
    padding: 0px 10px 0px 5px;
    border-radius: 12px;
    color: var(--text_color);
    white-space: nowrap;
}
.price-blau{background: #5C9BFF;
    padding: 0px 10px 0px 5px;
    border-radius: 12px;
    white-space: nowrap;
}
.first_section-desc{font-weight: 400;
    font-size: 30px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 23px;
}
.first_section-list{list-style: none;
    margin-top: 31px;
    display: flex;
    margin-left: -30px;
    margin-bottom: 29px;
}
.first_section-list span br{display: none;
}
.first_section-list > *{width: calc(100%/3 - 30px);
    margin-left: 30px;
}
.first_section-list li{font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;  
    display: flex;
}
.first_section-list li svg{flex-shrink: 0;
    margin-right: 6px;
    margin-top: 4px;
}
.first_section .btns{display: flex;
    align-items: center;
}
.btn{font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    border-radius: 12px;
    height: 62px;
    transition: all .5s;
}
.btn-white{width: 320px;
    background: #fff;
    color: var(--text_color);
    margin-right: 20px;
}
.btn-blau{width: 244px;
    border: 2px solid rgba(255, 255, 255, 0.5); 
    color: #FFFFFF;   
}
.btn-white:hover{opacity: 0.8;
}
.btn-blau:hover{opacity: 0.8;
}



/* BENEFITS */

.benefits{background: #F7FAFF;
}
.benefits_list{list-style: none;
    padding: 31px 58px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.benefits_list li{display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--text_color);
}
.benefits_list li img{margin-right: 22px;
}




/* COMPANY */

.company{margin-top: 70px;
    margin-bottom: 70px;
}
.company_title{max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
}
.company_title br{display: none;
}
.company_items{display: flex; 
    margin-left: -30px;   
    margin-bottom: -30px;
    flex-wrap: wrap;
}
.company_items > *{width: calc(100%/4 - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
}
.company_item{position: relative;
}
.company_item-img{position: relative;
    overflow: hidden;
    padding-bottom: 81%;
}
.company_item img{position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.company_item-img:after {
	content: "";
	display: block;    
	width: 100%;
	height: 100%;    
	position: absolute;
	top: 0;      
	left: 0;   
	background: transparent;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	border-radius: 20px;
}
.company_item-text{padding: 7px 13px;
    background: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--text_color);
    position: absolute;
    bottom: 14px;
    left: 14px;
    border-radius: 12px;
}





/* APLICATION-FORM */

.application-form{padding-top: 60px;
    padding-bottom: 60px;
    background: #F7FAFF;
}
.application-form_wrap{background: #1A59BD;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.application-form_title{font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 30px;
    max-width: 760px;
    width: 100%;
}
.application-form_title br{display: none;
}
.field_box{display: flex;
}
.callback_form{padding: 50px 50px 30px;
}
.callback_form .line{display: flex;
}
.callback_form .line .field {  
    width: 100%;   
    margin-right: 20px; 
}
.callback_form .line .field input{width: 280px;
    height: 62px;
    background-color: #ffffff;
    border-radius: 6px;
    font-family: var(--font_family);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--text_color);
    padding: 0 20px;
    border: none;
}
.callback_form .line .field input:focus{border-color: var(--form_focus_color);
}
.callback_form .line .submit_btn{width: 200px;
    height: 62px;
    background: #5C9BFF;
    border-radius: 12px;
    font-family: var(--font_family);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    transition: all 0.5s;
}
.callback_form .line .submit_btn:hover{opacity: 0.8;
}
.callback_form .checkbox{width: auto;
}
input[type=checkbox]{display: none;
    opacity: 0;
}
label.checkbox{font-family: var(--font_family);
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    position: relative;
    display: table-cell;
    padding-left: 32px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}
label.checkbox a{text-decoration: underline;
    color: #fff;
}
label.checkbox:before{position: absolute;
    top: 2px;
    left: 0px;
    display: inline-block;
    content: '';
    transition: .2s linear;
    background: #FFFFFF;
    width: 22px;
    height: 22px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
}
label.checkbox:after{position: absolute;
    top: 9px;
    left: 5px;
    display: block;
    width: 12px;
    height: 6px;
    content: '';
    transition: opacity .2s linear;
    transform: rotate(-45deg);
    opacity: 0;
    border-bottom: 2px solid #000;
    border-left: 2px solid  #000;
}
input[type=checkbox]:checked + label.checkbox:after{opacity: 1;
}
::-webkit-input-placeholder{color: #6B7073;
}
::-moz-placeholder{color: #6B7073;
}
:-moz-placeholder{color: #6B7073;
}
:-ms-input-placeholder{color: #6B7073;
}





/* ADVANTAGES */

.advantages{margin-top: 90px;
}
.title span{font-weight: 700;
}
.advantages_title{max-width: 930px;
    width: 100%;
    margin: 0 auto 40px;
}
.advantages_title br{display: none;
}
.advantages_items{display: flex;
    align-items: stretch;
    margin-left: -30px;
    margin-bottom: -30px;
    flex-wrap: wrap;
}
.advantages_items > *{width: calc(100%/2 - 30px);
    margin-bottom: 30px;
    margin-left: 30px;
}
.advantages_item{display: flex;
    justify-content: space-between;
    background: #F7FAFF;
    border-radius: 20px;
}
.advantages_item-info{padding: 40px;
}
.advantages_item-title{font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: var(--text_color);
    margin-bottom: 10px; 
}
.advantages_item-text{font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text_color);
}
.advantages_item-text br{display: none;
}



/* TARIF */

.tarif{background: #1A59BD;
    padding-top: 80px;
    padding-bottom: 90px;
    margin-top: 90px;
}
.tarif_title{font-weight: 500;
    font-size: var(--font_size_title);
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    max-width: 750px;
    width: 100%;
    margin: 0 auto 40px;
}
.tarif_title br{display: none;
}
.tarif_items{display: flex;
    align-items: stretch;
    margin-left: -30px;
    padding: 0 180px;
}
.tarif_items > *{width: calc(100%/2 - 30px);
    margin-left: 30px;
}
.tarif_item{padding: 35px;
    background: #FFFFFF;
    border-radius: 40px;
}
.tarif_item-top{display: flex;
    align-items: center;
    margin-bottom: 23px;
}
.tarif_item-logo{margin-right: 22px;
}
.tarif_item-name{font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--text_color);
}
.tarif_item-price {font-weight: 500;font-size:34px;line-height: 50px;color: var(--text_color)}
.tarif_item-price span{font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--text_color);
}
.tarif_item-list{list-style: none;    
}
.tarif_item-list li{position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: var(--text_color);
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
}
.tarif_item-list li:last-child{margin-bottom: 0;
    border-bottom: none;
}
.tarif_item-list li svg{margin-right: 10px;
}
.tarif_link {    
    width: 100%;
    height: 62px;
    background: #5C9BFF;
    border-radius: 12px;
    padding: 17px;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s;
}
.tarif_link span:hover{opacity: 0.8;
}





/* ADDITIONALLY */

.additionally{margin-top: 90px;
    padding-bottom: 90px;
}
.additionally_title br{display: none;
}
.additionally_item-text br{display: none;
}
.additionally_items{display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -30px;
}
.additionally_items > *{width: calc(100%/4 - 30px);
    margin-left: 30px;
}
.additionally_item-title{font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--text_color);
    margin-bottom: 10px; 
}
.additionally_item-text{font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--text_color);
    margin-bottom: 35px;
}
.additionally_item{position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}
.additionally_item-info{padding: 20px 20px 0;
}
.additionally_item-img{margin-top: auto;
}
.additionally_item-img img{width: 100%;
}
.additionally_item:nth-child(1){background: #FBF4FF;
}
.additionally_item:nth-child(2){background: #ECFFE9;
}
.additionally_item:nth-child(3){background: #F7FAFF;
}
.additionally_item:nth-child(4){background: #FFF6ED;
}






/* REVIEWS */

.reviews{padding-top: 90px;
    background: #F7FAFF;
    padding-bottom: 90px;
}
.reviews_items{padding: 0 100px;
}
.reviews_item{padding: 40px;
    background: #fff;
    border-radius: 20px;
}
.reviews_item-img{width: 385px;
    height: 385px;
}
.reviews_item-img img{width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews_item-name{margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--text_color);
}
.reviews_item-company{font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text_color);
    margin-bottom: 20px;
}
.reviews_item-text{font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text_color);
}
.slick-slide{margin: 0 15px;
}
.slick-list{margin: 0 -15px;
}
.slick-next{right: 0;
    top: 50%;
    transform: translateY(-58px);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    position: absolute;
    background: url(/local/templates/global/images/arrow_next.svg);
    font-size: 0;
}
.slick-prev{left: 0;
    top: 50%;
    transform: translateY(-58px);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    position: absolute;
    background: url(/local/templates/global/images/arrow_prev.svg);
    font-size: 0;
}
.slick-prev:hover,
.slick-next{opacity: 0.8;
}




/* CONTACTS */

.contacts{margin-top: 90px;
    margin-bottom: 90px;
}
.contacts_title{text-align: start;
}
.contacts_items{column-count: 3;
    column-gap: 25px;
}
.contacts_item{margin-bottom: 20px;
}
.contacts_item-title{font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #6B7073;
    margin-bottom: 4px;
}
.contacts_item-text{font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text_color);  
}
.contacts_item-text-phone{font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--text_color);
    text-decoration: none;
}
.contacts_item-text-email{font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #1A59BD;  
}
.contacts .map_wrap{position: relative;
    overflow: hidden;
    max-width: 100%;
    width: 100% !important;
    height: 369px;
    transform: translateZ(0);
    border-radius: 10px;
  }
#map{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






/* QUESTION */

.question{padding-top: 90px;
    padding-bottom: 74px;
    background: #1A59BD;
}
.question_wrap{display: flex;
    flex-wrap: nowrap;
    background: #fff;
    padding: 60px 60px 40px;
    border-radius: 20px;
}
.question_title{text-align: start;
    margin-bottom: 10px;
}
.question_text{font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--text_color);
}
.question_right{width: 100%;    
    max-width: 600px;
    margin-left: 77px;
    width: 100%;
}
.question_form-line{display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.question_form-line > *{width: calc(100%/2 - 10px);
    margin-bottom: 20px;
}
.question_form-field input{width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    height: 62px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--text_color);
    font-family: var(--font_family);
}
.question_form-field input:focus{border: 1px solid var(--form_focus_color);
}
.question_form-line textarea{background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    resize: none;
    padding: 17px 20px;
    width: 100%;
    height: 118px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--text_color);
    font-family: var(--font_family);
}
.question_form-line textarea:focus{border: 1px solid var(--form_focus_color);
}
.fieldset{width: 100%;
}
.question_form-field button{background: #0084FF;
    box-shadow: 0px 10px 19px rgba(0, 132, 255, 0.31);
    border-radius: 10px;
    width: 100%;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}
.question label.checkbox,
.question label.checkbox a{font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--text_color);
}
.question .submit_btn{background: #5C9BFF;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    width: 100%;
    margin-bottom: 0;
    transition: all 0.5s;
}
.question .submit_btn:hover{opacity: 0.8;
}
.question label.checkbox:before{top: -3px;
}
.question label.checkbox:after{top: 4px;
}

  




/* FOOTER */

footer{padding: 20px 0 25px;
}
footer .cont{display: flex;
    align-items: center;
}
footer img{
	max-width: 195px;
}
.footer_text{margin-left:150px;max-width: 400px;font-weight: 400;font-size: 14px;line-height: 22px;color: var(--text_color)}





/*-----------
    PopUp
-----------*/


.modal{display: none;
    visibility: visible !important;
    width: 408px;
    max-width: 100%;
    padding: 40px 30px 10px;
    background: #FFFFFF;
    border-radius: 20px;
    -webkit-overflow-scrolling: touch;
}
.modal_title{font-family: var(--font_family);
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 11px;
}
.modal_text{font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;  
    margin-bottom: 20px;  
}
.fancybox-slide--html .fancybox-close-small{color: #000;
    top: 14px;
    right: 14px;
    display: flex;
    width: 34px;
    height: 34px;
    transition: .2s linear !important;
    opacity: 1 !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background: transparent;
    padding:0;
}
.fancybox-button svg{position: relative;
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%;
}


#callback_modal2{
    text-align: center;
    align-items: center;
        padding: 40px 0;
        width: 525px;
}

#callback_modal2 img{
    max-width: 100px;
    margin-bottom: 30px;
}

@media print, (max-width: 1187px) {
  
    :root {
        --font_size_title: 40px;
    }
    html.custom_scroll ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .first_section-title {
        font-weight: 500;
        font-size: 40px;
        line-height: 50px;
    }
    .first_section-wrap {
        padding: 40px;
    }
    .first_section-desc {
        font-size: 20px;
        line-height: 20px;
    }
    .first_section-list li {
        font-size: 14px;
        line-height: 22px;
    }
    .first_section-img img {
        width: 100%;
    }
    .first_section-img {
        flex-shrink: 1;
    }
    .first_section-list {
        max-width: 838px;
    }
    .benefits_list {
        padding: 31px 0;
    }
    .callback_form .line {
        flex-direction: column;
    }
    .callback_form .line .submit_btn {
        margin-top: 20px;
        width: 100%;
        margin-bottom: 0;
    }
    .application-form_title br {
        display: none;
    }
    .callback_form {
        max-width: 680px;
        width: 100%;
    }
    .advantages_item-info {
        padding: 40px 0 40px 40px;
    }
    .tarif_items {
        padding: 0px 40px;
    }
    .additionally_items > * {
        width: calc(100%/2 - 30px);
        margin-bottom: 30px;
    }
    .additionally_items {
        padding: 0 70px;
    }
    .additionally_item-text {
        margin-bottom: 15px;
    }
    .additionally_item-img {
        margin: auto auto 0;
    }
    .additionally_item-img img {
        max-width: 220px;
        text-align: center;
        display: block;
    }
    .slick-slide img {
        width: 100%;
    }
    .reviews_item {
        padding: 30px;
    }
    .question_form-line {
        flex-direction: column;
    }
    .question_form-line > * {
        width: 100%;
    }
    .question_wrap {
        padding: 40px;
    }
    .callback_form .checkbox {
        margin-top: 0;
    }
    .application-form_title {
        font-size: 26px;
        line-height: 32px;
    }
    .callback_form {
        padding: 40px 40px 20px 40px;
    }
    .company_item-text {
        font-size: 16px;
        line-height: 24px;
    }
    .company {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .field_box {
        margin-left: -20px;
    }
    .field_box > * {
        width: calc(100%/2 - 20px);
        margin-left: 20px;
    }
    .callback_form .line .field input {
        width: 100%;
    }
    .callback_form .line .field { 
        margin-right: 0px; 
    }
    .advantages {
        margin-top: 60px;
    }
    .tarif {
        padding-top: 70px;
        padding-bottom: 70px;
        margin-top: 70px;
    }
    .additionally {
        margin-top: 60px;
        padding-bottom: 40px;
    }
    .reviews {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .contacts {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .question {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .question_left {
        margin-right: 20px;
    }
}
@media print, (max-width: 1023px) {

    :root {
        --font_size_title: 24px;
    }
    .title {
        line-height: 30px;
        margin-bottom: 30px;
    }
    header .desc {
        display: none;
    }
    .first_section .info {
        max-width: 410px;
    }
    .first_section-list {
        flex-direction: column;
        margin-left: 0;
    }
    .first_section-list > * {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .first_section-list li span {
        margin-top: 3px;
    }
    .benefits_list li {
        font-size: 16px;
    }
    .title br {
        display: none;
    }
    .company_items > * {
        width: calc(100%/3 - 30px);
    }
    .field_box {
        flex-direction: column;
        margin-left: 0;
    }
    .field_box > * {
        width: 100%;
        margin-left: 00px;
    }
    .callback_form .line .field input {
        width: 100%;
        margin-bottom: 20px;
    }
    .callback_form .line .submit_btn {
        margin-top: 0;
    }
    .application-form_title {
        font-size: 24px;
        line-height: 30px;
    }
    .advantages_items {
        margin-left: 0;
    }
    .advantages_items > * {
        width: 100%;
        margin-left: 0;
    }
    .tarif_items {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .tarif_items > * {
        max-width: 390px;
        margin-bottom: 30px;
    }
    .slick-list{
        padding:0 20% 0 0;
    }
    .reviews_items {
        padding: 0;
    }
    .slick-dots{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .slick-dots li{
        list-style: none;
        margin: 0px 5px;
    }
    .slick-dots button{
        font-size: 0;
        width: 10px;
        height: 10px;
        background: #E8E8E8;
        border-radius: 50%;
    }
    .slick-dots li.slick-active button{
        background: #1A59BD;
        width: 10px;
        height: 10px;	
    }
    .contacts_items {
        column-count: 2;
        margin-bottom: 40px;
    }
    .contacts_items br {
        display: none;
    }
    .contacts_item-text br {
        display: block;
    }
    .btn {
        font-size: 16px;
        height: 58px;
    }
    .btn-white {
        width: 289px;
    }
    .btn-blau {
        width: 222px;
    }
    .first_section .btns {
        margin-right: -180px;
    }
    .callback_form {
        padding: 40px;
    }
    .tarif_title br {
        display: none;
    }
    header .phone a {
        line-height: 28px;
    }
    header .time {
        font-size: 13px;
        line-height: 20px;
    }
    header .callback_btn {
        width: 160px;
        height: 50px;
        font-size: 16px;
    }
    .first_section-title {
        font-size: 30px;
        line-height: 40px;
    }
    .price-green img {
        width: 32px;
        height: auto;
    }
    .tarif_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .additionally_items {
        padding: 0 30px;
    }
    .reviews {
        padding-top: 40px;
    }
    .reviews_item {
        display: flex !important;
        flex-wrap: wrap;
    }
    .reviews_item-text {
        width: 100%;
        margin-top: 20px;
    }
    .reviews_item-info {
        margin-left: 20px;
    }
    .reviews_item-img {
        width: 200px;
        height: auto;
    }
    .question {
        padding-bottom: 43px;
    }
    .company_title br {
        display: none;
    }
    .question_right {
        max-width: 100%;
        margin-left: 0;
    }
}
@media print, (max-width: 767px) {

    :root {
        --font_size_title: 24px;
    }
    header .contacts {
        display: none !important;
    }
    .contacts_mob {
        display: block !important;
    }
    .first_section-img {
        display: none !important;
    }
    .first_section-img-mob {
        display: block !important;
    }
    .first_section .cont {
        flex-direction: column;
    }
    .first_section {
        padding: 0 20px;
    }
    .first_section .info {
        max-width: 100%;
    }
    .first_section-img-mob img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .first_section .btns {
        flex-direction: column;
    }
    .first_section-wrap {
        padding: 20px;
    }
    .btn-white {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .first_section .btns {
        margin-right: 0px;
    }
    .btn-blau {
        width: 100%;
    }
    .company_items > * {
        width: calc(100%/2 - 30px);
    }
    .application-form_img {
        display: none;
    }
    .question_wrap {
        flex-direction: column;
    }
    .question_form {
        max-width: 100%;
        margin-top: 20px;
    }
    .advantages_item-img-mob {
        display: block!important;
    }
    .advantages_item-img {
        display: none!important;
    }
    .advantages_item-info {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 20px;
    }
    .advantages_item-title {
        margin-bottom: 0;
        margin-left: 17px;
        font-size: 21px;
        line-height: 25px;
    }
    .tarif_items {
        padding: 0;
        flex-direction: column-reverse;
        margin-left: 0;
    }
    .tarif_items > * {
        max-width: 390px;
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
    }
    .first_section-wrap {
        border-radius: 20px;
    }
    .company_item-text {
        font-size: 13px;
        line-height: 13px;
        padding: 6px 10px;
        bottom: 9px;
        left: 9px;
        border-radius: 6px;
    }
    .company_item img {
        border-radius: 10px;
    }
    .callback_form {
        padding: 30px 30px 15px;
    }
    .first_section-title {
        font-size: 24px;
        line-height: 36px;
    }
    .first_section-desc {
        font-size: 18px;
        line-height: 20px;
        margin-top: 12px;
        margin-bottom: 20px;
    }
    .company {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .company_items {
        margin-bottom: -20px;
    }
    .company_items > * {
        margin-bottom: 20px;
    }
    .application-form {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .advantages {
        margin-top: 40px;
    }
    .tarif {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 40px;
    }
    .additionally {
        margin-top: 40px;
        padding-bottom: 20px;
    }
    .reviews_item {
        flex-direction: column;
    }
    .reviews_item-info {
        margin-left: 0px;
    }
    .reviews_item-company {
        margin-bottom: 0;
    }
    .reviews_item-img {
        width: 100%;
        height: 100%;
    }
    .reviews_item {
        padding: 20px;
    }
    .contacts {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .contacts_items {
        margin-bottom: 0;
    }
    .reviews_title {
        margin-bottom: 20px;
    }
    .question {
        padding-top: 40px;
        padding-bottom: 23px;
    }
    .question_wrap {
        padding: 20px;
    }
    .question_title {
        margin-bottom: 10px;
    }
    .question .submit_btn {
        margin-top: 0;
    }
    .footer_text {
        margin-left: 110px;
    }
    .additionally_item-text {
        font-size: 16px;
        line-height: 24px;
    }
    .additionally_item-title {
        font-size: 20px;
        line-height: 26px;
    }
    .modal {
        padding: 45px 15px 5px;
    }   
}
@media print, (max-width: 600px) {
    .contacts_items {
        column-count: 1;
    }
    footer .cont {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_text {
        margin-left: 0;
        margin-top: 30px;
    }
    footer {
        padding: 40px 0 25px;
    }
    .additionally_items {
        margin-left: 0;
    }
    .additionally_items > * {
        width: 100%;
        margin-left: 0;
    }
    .benefits_list li {
        font-size: 14px;
        flex-direction: column;
        text-align: center;
    }
    .benefits_list li img {
        margin-right: 0px;
        margin-bottom: 11px;
    }
    .additionally_item-title br {
        display: none;
    }

}
@media (max-width: 479px) {
    :root {
        --font_size: 14px;
        --font_size_title: 24px;
    }

    .cont {
        padding: 0 15px;
    }
    .first_section {
        padding: 0 15px;
    }
    .additionally_items {
        padding: 0;
    }
    .advantages_item-title {
        font-size: 16px;
        line-height: 24px;
    }
    .advantages_item-text {
        font-size: 14px;
        line-height: 22px;
    }
    .first_section-list {
        margin-top: 20px;
    }
    label.checkbox {
        text-align: start;
        line-height: 19px;
    }
    .tarif_item {
        padding: 30px;
    }
    .callback_form {
        padding: 20px 20px 15px;
    }

    .company_title {
        max-width: 350px;
    }
    .company_title br {
        display: block;
    }
    .application-form_title br {
        display: block;
    }
    .advantages_title br {
        display: block;
    }
    .tarif_title br {
        display: block;
    }
    .additionally_title br {
        display: block;
    }
    .question_text {
        font-size: 16px;
    }
    .advantages_item-text br {
        display: block;
    }
    .additionally_item-text br {
        display: block;
    }
    .first_section-title br {
        display: block;
    }
    .first_section-list span br {
        display: block;
    }
}

/* End */
/* /local/templates/global/components/bitrix/breadcrumb/universal/style.css?1657529932833 */
/* /local/templates/global/template_styles.css?176433474955599 */
