

/* Start:/bitrix/templates/sinto_new/bxslider/jquery.bxslider.css?15235457873297*/
.bx-wrapper{position:relative;margin:0 auto;padding:0;*zoom:1;}
.bx-wrapper img{max-width:100%;display:block;}
.bx-wrapper .bx-viewport{-webkit-transform:translatez(0);-moz-transform:translatez(0);-ms-transform:translatez(0);-o-transform:translatez(0);transform:translatez(0);}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto{position:absolute;bottom:10px;width:100%;}
.bx-wrapper .bx-pager{text-align:center;color:#666;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block;*zoom:1;*display:inline;}
.bx-wrapper .bx-pager.bx-default-pager a{background:rgba(229, 229, 228, 0.2);text-indent:-9999px;display:block;width:14px;height:14px;margin:0 5px;outline:0;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;border:1px solid #fff;position:relative;}
.bx-wrapper .bx-pager.bx-default-pager a:hover{border:1px solid #f59c00;}
.bx-wrapper .bx-pager.bx-default-pager a.active:before{position:absolute;content:'';background:#fff;width:8px;height:8px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;top:3px;left:3px;}
.bx-wrapper .bx-pager.bx-default-pager a.active:hover{border:1px solid #fff;}
.bx-wrapper .bx-prev{left:-31px;background:url('/bitrix/templates/sinto/bxslider/../images/arrow_grey_left.svg') center no-repeat;}
.bx-wrapper .bx-next{right:-31px;background:url('/bitrix/templates/sinto/bxslider/../images/arrow_grey_right.svg') center no-repeat;}
.bx-wrapper .bx-prev:hover{background:url('/bitrix/templates/sinto/bxslider/../images/arrow_orange_left.svg') center no-repeat;}
.bx-wrapper .bx-next:hover{background:url('/bitrix/templates/sinto/bxslider/../images/arrow_orange_right.svg') center no-repeat;}
.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:4;}
.bx-wrapper .bx-controls-direction a.disabled{display:none;}
.sert_slider_arr .bx-wrapper .bx-prev{left:-61px;}
.sert_slider_arr .bx-wrapper .bx-next{right:-61px;}
.proj_ven_arr .bx-wrapper .bx-prev{left:-50px;}
.proj_ven_arr .bx-wrapper .bx-next{right:-50px;}
.bx-wrapper .bx-controls-auto{text-align:center;}
.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(/bitrix/templates/sinto/bxslider/images/controls.png) -86px -11px no-repeat;margin:0 3px;}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active{background-position:-86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(/bitrix/templates/sinto/bxslider/images/controls.png) -86px -44px no-repeat;margin:0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active{background-position:-86px -33px;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px;}
.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666\9;background:rgba(80, 80, 80, 0.75);width:100%;}
.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px;}
/* End */


/* Start:/bitrix/templates/sinto_new/chosen/chosen.css?154282740212345*/
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 280px;
    margin: 10px 0 23px 0;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #d5d5d5;
    border-bottom: none;
    border-top: 0;
    background: #fff;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 30px;
    border: 1px solid #d5d5d5;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 28px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('/bitrix/templates/sinto/chosen/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
    width: 26px;
    height: 26px;
    background: #47a4d0;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/bitrix/templates/sinto/chosen/../images/arrow_down.svg') center no-repeat;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url('/bitrix/templates/sinto/chosen/chosen-sprite.png') no-repeat 100% -20px;
    background: url('/bitrix/templates/sinto/chosen/chosen-sprite.png') no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: 0px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 240px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0 0 1px 0;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    position: relative;
}

.chosen-container .chosen-results li:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: -1px;
    width: 278px;
    height: 1px;
    border-bottom: 1px solid #d5d5d5;
}

.chosen-container .chosen-results li:before {
    content: '';
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background: #47a4d0;
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('/bitrix/templates/sinto/chosen/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container-active .chosen-single {
    border: 1px solid #47a4d0;
    box-sizing: border-box;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #47a4d0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.chosen-container-active .chosen-choices {
    border: 1px solid #47a4d0;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url('/bitrix/templates/sinto/chosen/chosen-sprite.png') no-repeat -30px -20px;
    background: url('/bitrix/templates/sinto/chosen/chosen-sprite.png') no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        /*background-image: url('/bitrix/templates/sinto/chosen/chosen-sprite@2x.png') !important;*/
        /*background-size: 52px 37px !important;*/
        /*background-repeat: no-repeat !important;*/
    }
}
/* End */


/* Start:/bitrix/templates/sinto_new/js/OwlCarousel2-2.3.4/dist/assets/owl.carousel.min.css?15241945303351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/sinto_new/js/OwlCarousel2-2.3.4/dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/sinto_new/js/OwlCarousel2-2.3.4/dist/assets/owl.theme.default.min.css?15241945301013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/bitrix/templates/sinto_new/js/jquery-filestyle/dist/jquery-filestyle.min.css?15199867321224*/
.jfilestyle{display:inline-block;margin:0 0 10px;padding:0;position:relative;border-collapse:separate}div.jfilestyle input,div.jfilestyle label{font-family:sans-serif}div.jfilestyle input{background:#d9d9d9;margin:0 -5px 0 0;color:#8d8d8d;cursor:default}div.jfilestyle input,div.jfilestyle label{border:1px solid silver;vertical-align:middle;padding:7px 14px;font-size:14px;border-radius:4px;line-height:normal}div.jfilestyle label{display:inline-block;background:#fff;color:#0662ba;text-align:center;margin:0;width:auto;font-weight:400}div.jfilestyle.jfilestyle-corner input:first-child{border-right:0}div.jfilestyle.jfilestyle-corner input:last-child{border-left:0}div.jfilestyle.jfilestyle-corner input:first-child,div.jfilestyle.jfilestyle-corner span:first-child>label{border-radius:4px 0 0 4px}div.jfilestyle.jfilestyle-corner input:last-child,div.jfilestyle.jfilestyle-corner span:last-child>label{border-radius:0 4px 4px 0}div.jfilestyle label[disabled]{pointer-events:none;opacity:.6;filter:alpha(opacity=65);cursor:not-allowed}div.jfilestyle label:hover{cursor:pointer;opacity:.9}div.jfilestyle .count-jfilestyle{background:#303030;color:#fff;border-radius:50%;padding:1px 5px;font-size:12px;vertical-align:middle}
/* End */


/* Start:/bitrix/templates/sinto_new/fontello.css?154076594814381*/
@font-face {
  font-family: 'fontello';
  src: url('/bitrix/templates/sinto_new/./font/fontello.eot?45691662');
  src: url('/bitrix/templates/sinto_new/./font/fontello.eot?45691662#iefix') format('embedded-opentype'),
       url('/bitrix/templates/sinto_new/./font/fontello.woff?45691662') format('woff'),
       url('/bitrix/templates/sinto_new/./font/fontello.ttf?45691662') format('truetype'),
       url('/bitrix/templates/sinto_new/./font/fontello.svg?45691662#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/bitrix/templates/sinto_new/../font/fontello.svg?45691662#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-stackoverflow:before { content: '\e800'; } /* 'î €' */
.icon-pagelines:before { content: '\e801'; } /* 'î ' */
.icon-weibo:before { content: '\e802'; } /* 'î ‚' */
.icon-youtube-play:before { content: '\e803'; } /* 'î ƒ' */
.icon-youtube:before { content: '\e804'; } /* 'î „' */
.icon-bitcoin:before { content: '\e805'; } /* 'î …' */
.icon-foursquare:before { content: '\e806'; } /* 'î †' */
.icon-gittip:before { content: '\e807'; } /* 'î ‡' */
.icon-maxcdn:before { content: '\e809'; } /* 'î ‰' */
.icon-vimeo-squared:before { content: '\e80a'; } /* 'î Š' */
.icon-stackexchange:before { content: '\e80b'; } /* 'î ‹' */
.icon-xing:before { content: '\e80c'; } /* 'î Œ' */
.icon-bitbucket:before { content: '\e80d'; } /* 'î ' */
.icon-flash:before { content: '\e80e'; } /* 'î Ž' */
.icon-moon:before { content: '\e80f'; } /* 'î ' */
.icon-flight:before { content: '\e810'; } /* 'î ' */
.icon-paper-plane:before { content: '\e811'; } /* 'î ‘' */
.icon-leaf:before { content: '\e812'; } /* 'î ’' */
.icon-lifebuoy:before { content: '\e813'; } /* 'î “' */
.icon-mouse:before { content: '\e814'; } /* 'î ”' */
.icon-briefcase:before { content: '\e815'; } /* 'î •' */
.icon-suitcase:before { content: '\e816'; } /* 'î –' */
.icon-dot:before { content: '\e817'; } /* 'î —' */
.icon-flow-cascade:before { content: '\e818'; } /* 'î ˜' */
.icon-trello:before { content: '\e819'; } /* 'î ™' */
.icon-brush:before { content: '\e81a'; } /* 'î š' */
.icon-magnet:before { content: '\e81b'; } /* 'î ›' */
.icon-infinity:before { content: '\e81c'; } /* 'î œ' */
.icon-yelp:before { content: '\e81d'; } /* 'î ' */
.icon-chart-pie:before { content: '\e81e'; } /* 'î ž' */
.icon-chart-line:before { content: '\e81f'; } /* 'î Ÿ' */
.icon-chart-bar:before { content: '\e820'; } /* 'î  ' */
.icon-tape:before { content: '\e822'; } /* 'î ¢' */
.icon-graduation-cap-1:before { content: '\e823'; } /* 'î £' */
.icon-ticket:before { content: '\e825'; } /* 'î ¥' */
.icon-water:before { content: '\e826'; } /* 'î ¦' */
.icon-droplet:before { content: '\e827'; } /* 'î §' */
.icon-air:before { content: '\e828'; } /* 'î ¨' */
.icon-credit-card:before { content: '\e829'; } /* 'î ©' */
.icon-floppy:before { content: '\e82a'; } /* 'î ª' */
.icon-clipboard:before { content: '\e82b'; } /* 'î «' */
.icon-megaphone:before { content: '\e82c'; } /* 'î ¬' */
.icon-database:before { content: '\e82d'; } /* 'î ­' */
.icon-drive:before { content: '\e82e'; } /* 'î ®' */
.icon-bucket:before { content: '\e82f'; } /* 'î ¯' */
.icon-thermometer:before { content: '\e830'; } /* 'î °' */
.icon-key-1:before { content: '\e831'; } /* 'î ±' */
.icon-rocket:before { content: '\e837'; } /* 'î ·' */
.icon-gauge:before { content: '\e838'; } /* 'î ¸' */
.icon-traffic-cone:before { content: '\e839'; } /* 'î ¹' */
.icon-github:before { content: '\e845'; } /* 'î¡…' */
.icon-flickr:before { content: '\e847'; } /* 'î¡‡' */
.icon-vimeo:before { content: '\e849'; } /* 'î¡‰' */
.icon-twitter:before { content: '\e84b'; } /* 'î¡‹' */
.icon-facebook:before { content: '\e84d'; } /* 'î¡' */
.icon-facebook-squared:before { content: '\e84f'; } /* 'î¡' */
.icon-gplus:before { content: '\e850'; } /* 'î¡' */
.icon-pinterest:before { content: '\e852'; } /* 'î¡’' */
.icon-tumblr:before { content: '\e854'; } /* 'î¡”' */
.icon-linkedin:before { content: '\e856'; } /* 'î¡–' */
.icon-dribbble:before { content: '\e858'; } /* 'î¡˜' */
.icon-stumbleupon:before { content: '\e85a'; } /* 'î¡š' */
.icon-lastfm:before { content: '\e85c'; } /* 'î¡œ' */
.icon-rdio:before { content: '\e85e'; } /* 'î¡ž' */
.icon-spotify:before { content: '\e860'; } /* 'î¡ ' */
.icon-spotify-circled:before { content: '\e861'; } /* 'î¡¡' */
.icon-qq:before { content: '\e862'; } /* 'î¡¢' */
.icon-instagram:before { content: '\e863'; } /* 'î¡£' */
.icon-dropbox:before { content: '\e864'; } /* 'î¡¤' */
.icon-evernote:before { content: '\e865'; } /* 'î¡¥' */
.icon-flattr:before { content: '\e866'; } /* 'î¡¦' */
.icon-skype:before { content: '\e867'; } /* 'î¡§' */
.icon-renren:before { content: '\e869'; } /* 'î¡©' */
.icon-sina-weibo:before { content: '\e86a'; } /* 'î¡ª' */
.icon-paypal:before { content: '\e86b'; } /* 'î¡«' */
.icon-picasa:before { content: '\e86c'; } /* 'î¡¬' */
.icon-soundcloud:before { content: '\e86d'; } /* 'î¡­' */
.icon-mixi:before { content: '\e86e'; } /* 'î¡®' */
.icon-behance:before { content: '\e86f'; } /* 'î¡¯' */
.icon-google-circles:before { content: '\e870'; } /* 'î¡°' */
.icon-vkontakte:before { content: '\e871'; } /* 'î¡±' */
.icon-smashing:before { content: '\e872'; } /* 'î¡²' */
.icon-sweden:before { content: '\e873'; } /* 'î¡³' */
.icon-logo-db:before { content: '\e875'; } /* 'î¡µ' */
.icon-comment:before { content: '\e876'; } /* 'î¡¶' */
.icon-bookmark:before { content: '\e877'; } /* 'î¡·' */
.icon-trash:before { content: '\e878'; } /* 'î¡¸' */
.icon-flag:before { content: '\e879'; } /* 'î¡¹' */
.icon-thumbs-up:before { content: '\e87a'; } /* 'î¡º' */
.icon-thumbs-down:before { content: '\e87b'; } /* 'î¡»' */
.icon-download:before { content: '\e87c'; } /* 'î¡¼' */
.icon-upload:before { content: '\e87d'; } /* 'î¡½' */
.icon-upload-cloud:before { content: '\e87e'; } /* 'î¡¾' */
.icon-reply:before { content: '\e87f'; } /* 'î¡¿' */
.icon-reply-all:before { content: '\e880'; } /* 'î¢€' */
.icon-forward:before { content: '\e881'; } /* 'î¢' */
.icon-quote:before { content: '\e882'; } /* 'î¢‚' */
.icon-code:before { content: '\e883'; } /* 'î¢ƒ' */
.icon-export:before { content: '\e884'; } /* 'î¢„' */
.icon-pencil:before { content: '\e885'; } /* 'î¢…' */
.icon-feather:before { content: '\e886'; } /* 'î¢†' */
.icon-print:before { content: '\e887'; } /* 'î¢‡' */
.icon-retweet:before { content: '\e888'; } /* 'î¢ˆ' */
.icon-sound-1:before { content: '\e889'; } /* 'î¢‰' */
.icon-chat:before { content: '\e88a'; } /* 'î¢Š' */
.icon-bell:before { content: '\e88b'; } /* 'î¢‹' */
.icon-attention:before { content: '\e88c'; } /* 'î¢Œ' */
.icon-volume-1:before { content: '\e88d'; } /* 'î¢' */
.icon-vcard:before { content: '\e88e'; } /* 'î¢Ž' */
.icon-address:before { content: '\e88f'; } /* 'î¢' */
.icon-search-1:before { content: '\e890'; } /* 'î¢' */
.icon-location:before { content: '\e891'; } /* 'î¢‘' */
.icon-map:before { content: '\e892'; } /* 'î¢’' */
.icon-direction:before { content: '\e893'; } /* 'î¢“' */
.icon-compass:before { content: '\e894'; } /* 'î¢”' */
.icon-docs-1:before { content: '\e898'; } /* 'î¢˜' */
.icon-doc-text:before { content: '\e89a'; } /* 'î¢š' */
.icon-newspaper:before { content: '\e89c'; } /* 'î¢œ' */
.icon-book-open:before { content: '\e89d'; } /* 'î¢' */
.icon-book:before { content: '\e89e'; } /* 'î¢ž' */
.icon-folder:before { content: '\e89f'; } /* 'î¢Ÿ' */
.icon-archive:before { content: '\e8a0'; } /* 'î¢ ' */
.icon-rss:before { content: '\e8a2'; } /* 'î¢¢' */
.icon-phone:before { content: '\e8a3'; } /* 'î¢£' */
.icon-cog:before { content: '\e8a4'; } /* 'î¢¤' */
.icon-tools:before { content: '\e8a5'; } /* 'î¢¥' */
.icon-share:before { content: '\e8a6'; } /* 'î¢¦' */
.icon-shareable:before { content: '\e8a7'; } /* 'î¢§' */
.icon-basket:before { content: '\e8a8'; } /* 'î¢¨' */
.icon-calendar:before { content: '\e8aa'; } /* 'î¢ª' */
.icon-login:before { content: '\e8ab'; } /* 'î¢«' */
.icon-logout:before { content: '\e8ac'; } /* 'î¢¬' */
.icon-mic:before { content: '\e8ad'; } /* 'î¢­' */
.icon-clock:before { content: '\e8b1'; } /* 'î¢±' */
.icon-hourglass:before { content: '\e8b2'; } /* 'î¢²' */
.icon-lamp:before { content: '\e8b3'; } /* 'î¢³' */
.icon-block:before { content: '\e8b7'; } /* 'î¢·' */
.icon-resize-full:before { content: '\e8b8'; } /* 'î¢¸' */
.icon-resize-small:before { content: '\e8b9'; } /* 'î¢¹' */
.icon-popup:before { content: '\e8ba'; } /* 'î¢º' */
.icon-publish:before { content: '\e8bb'; } /* 'î¢»' */
.icon-window:before { content: '\e8bc'; } /* 'î¢¼' */
.icon-arrow-combo:before { content: '\e8bd'; } /* 'î¢½' */
.icon-down-open:before { content: '\e8c2'; } /* 'î£‚' */
.icon-left-open:before { content: '\e8c3'; } /* 'î£ƒ' */
.icon-right-open:before { content: '\e8c4'; } /* 'î£„' */
.icon-up-open:before { content: '\e8c5'; } /* 'î£…' */
.icon-down-open-mini:before { content: '\e8c6'; } /* 'î£†' */
.icon-left-open-mini:before { content: '\e8c7'; } /* 'î£‡' */
.icon-right-open-mini:before { content: '\e8c8'; } /* 'î£ˆ' */
.icon-up-open-mini:before { content: '\e8c9'; } /* 'î£‰' */
.icon-down-open-big:before { content: '\e8ca'; } /* 'î£Š' */
.icon-left-open-big:before { content: '\e8cb'; } /* 'î£‹' */
.icon-right-open-big:before { content: '\e8cc'; } /* 'î£Œ' */
.icon-up-open-big:before { content: '\e8cd'; } /* 'î£' */
.icon-down-dir:before { content: '\e8d2'; } /* 'î£’' */
.icon-left-dir:before { content: '\e8d3'; } /* 'î£“' */
.icon-right-dir:before { content: '\e8d4'; } /* 'î£”' */
.icon-up-dir:before { content: '\e8d5'; } /* 'î£•' */
.icon-ccw:before { content: '\e8de'; } /* 'î£ž' */
.icon-cw:before { content: '\e8df'; } /* 'î£Ÿ' */
.icon-arrows-ccw:before { content: '\e8e0'; } /* 'î£ ' */
.icon-level-down:before { content: '\e8e1'; } /* 'î£¡' */
.icon-level-up:before { content: '\e8e2'; } /* 'î£¢' */
.icon-shuffle:before { content: '\e8e3'; } /* 'î££' */
.icon-loop:before { content: '\e8e4'; } /* 'î£¤' */
.icon-switch:before { content: '\e8e5'; } /* 'î£¥' */
.icon-play:before { content: '\e8e6'; } /* 'î£¦' */
.icon-stop:before { content: '\e8e7'; } /* 'î£§' */
.icon-pause:before { content: '\e8e8'; } /* 'î£¨' */
.icon-record:before { content: '\e8e9'; } /* 'î£©' */
.icon-to-end:before { content: '\e8ea'; } /* 'î£ª' */
.icon-to-start:before { content: '\e8eb'; } /* 'î£«' */
.icon-fast-forward:before { content: '\e8ec'; } /* 'î£¬' */
.icon-fast-backward:before { content: '\e8ed'; } /* 'î£­' */
.icon-target:before { content: '\e8f2'; } /* 'î£²' */
.icon-palette:before { content: '\e8f3'; } /* 'î£³' */
.icon-list:before { content: '\e8f4'; } /* 'î£´' */
.icon-signal:before { content: '\e8f6'; } /* 'î£¶' */
.icon-trophy:before { content: '\e8f7'; } /* 'î£·' */
.icon-battery:before { content: '\e8f8'; } /* 'î£¸' */
.icon-back-in-time:before { content: '\e8f9'; } /* 'î£¹' */
.icon-monitor:before { content: '\e8fa'; } /* 'î£º' */
.icon-mobile:before { content: '\e8fb'; } /* 'î£»' */
.icon-network:before { content: '\e8fc'; } /* 'î£¼' */
.icon-cd-1:before { content: '\e8fd'; } /* 'î£½' */
.icon-inbox:before { content: '\e8fe'; } /* 'î£¾' */
.icon-install:before { content: '\e8ff'; } /* 'î£¿' */
.icon-globe:before { content: '\e900'; } /* 'î¤€' */
.icon-cloud:before { content: '\e901'; } /* 'î¤' */
.icon-cloud-thunder:before { content: '\e902'; } /* 'î¤‚' */
.icon-note-beamed:before { content: '\e903'; } /* 'î¤ƒ' */
.icon-search:before { content: '\e905'; } /* 'î¤…' */
.icon-flashlight:before { content: '\e906'; } /* 'î¤†' */
.icon-mail:before { content: '\e907'; } /* 'î¤‡' */
.icon-heart:before { content: '\e908'; } /* 'î¤ˆ' */
.icon-heart-empty:before { content: '\e909'; } /* 'î¤‰' */
.icon-star:before { content: '\e90a'; } /* 'î¤Š' */
.icon-star-empty:before { content: '\e90b'; } /* 'î¤‹' */
.icon-user:before { content: '\e90c'; } /* 'î¤Œ' */
.icon-users:before { content: '\e90d'; } /* 'î¤' */
.icon-user-add:before { content: '\e90e'; } /* 'î¤Ž' */
.icon-video:before { content: '\e90f'; } /* 'î¤' */
.icon-picture:before { content: '\e910'; } /* 'î¤' */
.icon-camera:before { content: '\e911'; } /* 'î¤‘' */
.icon-layout:before { content: '\e912'; } /* 'î¤’' */
.icon-menu:before { content: '\e913'; } /* 'î¤“' */
.icon-check:before { content: '\e914'; } /* 'î¤”' */
.icon-cancel:before { content: '\e915'; } /* 'î¤•' */
.icon-plus:before { content: '\e918'; } /* 'î¤˜' */
.icon-minus:before { content: '\e91b'; } /* 'î¤›' */
.icon-help:before { content: '\e91e'; } /* 'î¤ž' */
.icon-info:before { content: '\e920'; } /* 'î¤ ' */
.icon-back:before { content: '\e922'; } /* 'î¤¢' */
.icon-home:before { content: '\e923'; } /* 'î¤£' */
.icon-link:before { content: '\e924'; } /* 'î¤¤' */
.icon-attach:before { content: '\e925'; } /* 'î¤¥' */
.icon-lock:before { content: '\e926'; } /* 'î¤¦' */
.icon-lock-open:before { content: '\e927'; } /* 'î¤§' */
.icon-eye:before { content: '\e928'; } /* 'î¤¨' */
.icon-tag:before { content: '\e929'; } /* 'î¤©' */
.icon-keyboard:before { content: '\e92a'; } /* 'î¤ª' */
/* End */


/* Start:/bitrix/templates/sinto_new/js/redesing.css?158289060911292*/
@charset "UTF-8";@font-face{font-display:swap;font-family:'icomoon';src:url(/bitrix/templates/sinto_new/js/../fonts/icomoon/fonts/icomoon.eot?9xr0uc);src:url(/bitrix/templates/sinto_new/js/../fonts/icomoon/fonts/icomoon.eot?9xr0uc#iefix) format("embedded-opentype"),url(/bitrix/templates/sinto_new/js/../fonts/icomoon/fonts/icomoon.ttf?9xr0uc) format("truetype"),url(/bitrix/templates/sinto_new/js/../fonts/icomoon/fonts/icomoon.woff?9xr0uc) format("woff"),url(/bitrix/templates/sinto_new/js/../fonts/icomoon/fonts/icomoon.svg?9xr0uc#icomoon) format("svg");font-weight:400;font-style:normal}.slider-arrow__box{z-index:2}.personal-data{margin-left:3px;padding-left:34px;margin-top:15px;margin-bottom:15px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:0;line-height:0}.personal-data__label{display:inline-block;vertical-align:top;position:relative;margin:0!important}.personal-data__checkbox{position:absolute;top:-9999px;left:-9999px;width:1px;height:1px;visibility:hidden}.personal-data__text,.personal-data__title{font-size:14px;line-height:20px;vertical-align:top}.personal-data__text{cursor:pointer}.personal-data__title{display:inline-block;cursor:pointer}.personal-data__title:after,nav .first_lvl.fixed_nav>li{display:none}.personal-data__link{color:#48a2d0;border-bottom:1px solid #48a2d0}.personal-data__link:hover{color:#008489;border-color:transparent}.personal-data__ico{display:block;position:absolute;top:-1px;left:-34px;width:20px;height:20px;cursor:pointer;border:1px solid silver;background-color:#fff;border-radius:3px}.personal-data__ico:after{display:none;content:'\2714';position:absolute;top:5px;left:3px;font-size:24px;color:#034a6e}[type=checkbox]:checked~.personal-data__ico:after{display:block}.footer-services,.footer-solution,.footer_container .info_col{float:left;width:33.33333%;box-sizing:border-box}.footer_container .phone-left{float:none;margin-top:3px}.footer_container .phone-left .phone div{text-align:left}.footer-services,.footer-solution{padding-right:40px;font-size:14px;line-height:21px}.footer-services p,.footer-solution p{margin-bottom:6px}.footer__title{display:block;margin-bottom:13px;font-family:'Exo 2',sans-serif;font-size:21px;line-height:34px;text-transform:uppercase;font-weight:500}.footer-socials{position:relative;bottom:auto;left:auto;margin-left:auto;-webkit-transform:translateX(0);transform:translateX(0);float:right;margin-top:25px;text-align:center}.f_mail{margin-bottom:15px}.phone_block--footer{overflow:inherit!important}.footer-bottom{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:1px solid #6f9ab0;padding-top:26px;padding-bottom:27px;font-size:13px;line-height:20px;color:#6f9ab0}.footer-bottom__privat{color:#6f9ab0!important}.footer-bottom__privat:hover{color:#fff!important}header{height:90px}#logo{top:9px}.header-info{position:absolute;top:14px;right:48px;text-align:right}.header-info__free{display:block;margin-bottom:6px;font-size:12px;line-height:14px;color:#3e3e3e}.header-info__phone{display:block;font-size:20px;line-height:1;cursor:default;font-weight:700;color:#3e3e3e}.header-info__email:hover,.header-info__phone:hover{color:#3e3e3e}.header-info__email{display:block;margin-top:6px;font-size:12px;line-height:14px;color:#48b5de}nav .first_lvl{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin-top:0}nav .first_lvl.fixed_nav>li.first_lvl__btns,nav .first_lvl.fixed_nav>li.first_lvl__info,nav .first_lvl>li{display:inline-block}nav .first_lvl>li{width:auto;vertical-align:middle}nav .first_lvl>li:nth-child(7){width:auto}nav .show_search_form{position:relative;top:7px;right:auto;bottom:auto;left:auto;margin-right:8px}nav .show_search_form--new{border-color:#fff}nav .header-sign-link__text{color:#f6bb42!important;z-index:100}nav .first_lvl>li.first_lvl__btns,nav .first_lvl>li.first_lvl__list{margin-left:auto}nav .first_lvl>li>.root-item{display:block;padding:18px 31px 19px}nav .first_lvl.fixed_nav{top:0}.first_lvl .header-btns,nav .first_lvl>li.first_lvl__info{display:none}.header-btn{display:inline-block;border-radius:25px;background-color:#f6bb42;padding:15px 24px;font-size:16px;line-height:1;white-space:nowrap}.header-btns{position:absolute;top:23px;right:249px;font-size:0;line-height:0}.fixed_nav .header-btns{display:block;top:7px;right:304px}.header-btn:nth-child(2){margin-left:24px}.header-btn,.header-btn:hover{color:#3e3e3e}.header-btn:hover{background-color:#f4ae1d}.fixed_nav .burger{position:absolute;display:block!important;top:0;left:55px;width:75px;height:60px;background:50% url(/bitrix/templates/sinto_new/images/menu.svg) no-repeat;background-size:30px 30px;cursor:pointer}.first_lvl__info .header-info{top:10px;color:#fff}.first_lvl__info .header-info__free,.first_lvl__info .header-info__phone{color:#fff}.dialog:after,.fixed_nav0 .first_lvl__info{display:inline-block}.search_form{background-color:transparent}.search_form--new{top:7px;right:8px!important}.burger-menu{width:256px}.fixed_nav0{z-index:100}.burger-menu{z-index:80}.wide-content .search_form{z-index:inherit}.js-dialog{cursor:pointer}.dialog-container{max-width:540px}.dialog-content{position:relative;background-color:#fff;padding:52px 60px 61px;font-size:16px;line-height:24px}.dialog--popup .dialog-content{padding:0;background-color:transparent}.dialog--popup .dialog-container{max-width:720px}.burger-menu.active+.burger-menu__bg,.dialog-popup__link{display:block}.html--disabled-scroll,.html--disabled-scroll body,.html--disabled-scroll body>.global,.html--overflow,.html--overflow body,.html--overflow body>.global{overflow:auto;overflow-y:hidden}.html--disabled-scroll #wrapper,.html--overflow #wrapper{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.modal-opened body{overflow:hidden}html.modal-opened body>.global{overflow-y:auto}.dialog,.dialog-overlay{top:0;right:0;bottom:0;opacity:0;visibility:hidden}.dialog{position:fixed!important;overflow:auto;white-space:nowrap;text-align:center;pointer-events:auto;font-size:0;line-height:0;background-color:rgba(0,0,0,.9);z-index:901;left:-9999px;transition:opacity .3s,visibility .3s,background-color .3s}.dialog:after{vertical-align:middle;height:100%;content:''}.dialog.dialog-open,.dialog.modal_opened{left:0;visibility:visible;opacity:1}.dialog-overlay{left:0;position:fixed;z-index:900;transition:opacity .3s;-webkit-backface-visibility:hidden}.dialog-overlay_active{opacity:1;pointer-events:auto;visibility:visible}.dialog-container,.dialog-container-wrap{position:relative;margin:0 auto;vertical-align:middle}.dialog-container{display:inline-block;width:100%}.dialog-container-wrap{white-space:normal;pointer-events:auto;text-align:left}.dialog-close{display:block;position:fixed;top:40px;right:40px;width:43px;height:43px;cursor:pointer;color:#a3a3a3;text-align:center;transition:color .2s ease}.dialog-close:hover{color:#e8f7ff}.dialog-close:before{font-family:'icomoon'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e916';font-size:43px}.modal-opened body.iosBugFixCaret{position:fixed;width:100%}.show_desktop,.show_desktop--to,.show_mobile,.show_mobile--to,.show_notebook,.show_notebook--inline,.show_phone,.show_tablet,.visible-print,html.no-scroll .to-top-button.active{display:none}.no-scroll{overflow:hidden}body .burger-menu{position:absolute;top:100%;background:#fff;vertical-align:top;box-shadow:0 30px 20px -27px rgba(0,0,0,.2) inset;height:calc(100vh - 80px);overflow:auto;z-index:2;display:inline-block;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:transform .4s;transition:transform .4s,-webkit-transform .4s;padding:21px 20px 40px 22px}.burger-menu.active{-webkit-transform:translateX(0);transform:translateX(0)}.burger-menu__item a{color:#333!important;display:block;margin:0;border-bottom:none;padding:10px 10px 10px 0;font-size:16px;line-height:24px}.burger-menu__bg{position:absolute;left:0;right:0;opacity:.3;background:#000;height:calc(100vh - 60px);z-index:1;top:100%;cursor:pointer}.burger-menu__item{border-bottom:solid 1px #e3e3e3}.burger-menu__item-inside{position:relative;padding-right:40px}.burger-submenu{margin-left:0;padding-left:20px;margin-top:0;display:none}.burger-menu-trigger__input:checked~.burger-submenu{display:block}.burger-submenu__link{font-size:15px!important}.burger-menu-trigger__input{display:block;position:absolute;top:0;left:0;visibility:hidden;opacity:0}.burger-menu-trigger__label{position:absolute;top:0;right:0;bottom:0;background-color:transparent;width:40px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:0}.burger-menu-trigger__label:before{content:'';position:absolute;top:50%;left:50%;width:22px;height:22px;margin-top:-11px;margin-left:-11px;border-radius:3px;background-color:rgba(3,74,110,.1)}.burger-menu-trigger__input:checked~.burger-menu__item-inside .burger-menu-trigger__label:before{background-color:#f6bb42}.burger-menu-trigger__label:after{content:'';position:absolute;top:50%;left:50%;margin-top:-6px;margin-left:-4px;width:6px;height:6px;border:2px solid #034a6e;border-top:none;border-right:none;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.burger-menu-trigger__input:checked~.burger-menu__item-inside .burger-menu-trigger__label:after{-webkit-transform:rotate(135deg);transform:rotate(135deg);margin-top:-2px}@media all and (min-width:480px){.wide-content .search_form--new{width:438px!important}}@media all and (min-width:960px){.visible--960-to{display:none}}@media all and (min-width:1281px){.show_desktop{display:block}.hide_desktop{display:none}}@media all and (min-width:1025px) and (max-width:1280px){.show_notebook{display:block}.show_notebook--inline{display:inline}.hide_notebook{display:none}}@media all and (min-width:768px) and (max-width:1024px){.show_tablet{display:block}.hide_tablet{display:none}}@media all and (max-width:1024px){.footer-services,.footer-solution{padding-right:10px}html.modal-opened body>.global{position:relative}.show_mobile,html.modal-opened #wrapper{display:block}.hide_mobile{display:none}}@media all and (max-width:1000px){.first_lvl .burger{display:none!important}}@media all and (max-width:980px){.header-info{right:8px}}@media all and (max-width:959px){.visible--960-from,header .header-btns{display:none}.visible--960-to{display:block}.hidden--960-from,.hidden--960-to{display:none}}@media all and (max-width:767px){.footer_container .info_col{width:auto;float:none;margin-bottom:27px}.footer-services,.footer-solution{width:auto;float:none}.footer-services{margin-bottom:27px}.footer-solution{margin-bottom:18px}.footer-socials{float:none;bottom:0!important}.dialog-content{padding-left:20px;padding-right:20px}.dialog--popup .dialog-content{padding-top:69px;padding-bottom:19px}.dialog--popup .dialog-container{max-width:320px}.modal-opened body.iosBugFixCaret .dialog-content{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.dialog-close{position:absolute;left:50%;margin-left:-22px;top:13px}.dialog-close:before{font-size:24px;position:relative;top:9px}.show_phone,.show_phone--only{display:block}.hide_phone{display:none}}
/* End */


/* Start:/bitrix/templates/sinto_new/sinto2/css/styles.override.css?16926293584433*/
.h2,
.h2 a{
    font-size: 28px;
    color: #034a6e;
    line-height: 34px;
    margin: 25px 0 20px 0;
    display: block;
}

.radio-group label{
    margin-right: 5px;
}

.main_slide_small--custom{
    min-height: calc(100vh - 400px) !important;
}

.form__errors{
    position: relative;
}

.vertical-breakline{
    display: inline-block;
    color: #3DA2D3;
    /*margin-right: -3px;*/
}

.close-button{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 43px;
    height: 43px;
    background: url(/bitrix/templates/sinto_new/sinto2/css/../images/close-button.png);
    background-size: contain;
}

.product-widget__list li{
    list-style-type: none;
}

.service-card__name{
    font-size: 14px !important;
}

.banner2-btn a:hover{
    color: #000 !important;
    background: #F9BC4E;
    transition: 0.5s;
}

.banner2-content{
    background: rgba(0, 0, 0, 0.3);
}

.banner2-text{
    margin: 0 auto;
    text-align: center;
}

.r-col .header-btn{
    margin: 20px auto 0;
    display: inline-block;
}

span .anchor{
    color: #034a6e;
    font-size: 18px;
    margin-top: 30px;
    display: inline-block;
}

h2 .anchor{
    font-size: 28px;
}

.navigate-menu__list li{
    padding: 8px 0 !important;
}

.navigate-menu__list li a{
    font-weight: 300 !important;
}

.scroll-down{
    position: relative !important;
    bottom: 40px !important;
}

.project--common-card{
    min-height: 350px !important;
}

.events-item__name{
    color: #fff !important;
}

.events-item2__share .ya-share2{
    position: relative;
    /* opacity: 0; */
    display: none;
    left: 5px;
    white-space: nowrap;
    background: #fff;
    transition: opacity .3s;
}

.active{
    display: inline-block;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
    margin: 0 !important;
}

.events-item2__active{
    cursor: pointer;
}

.events-item2__share a{
    margin-right: 10px !important;
}

.project_otrasl .otr{
    background-size: 14px !important;
}

._form-wrapper{
    display: none;
}

#bx_1847241719_2 .services_menu_ul li:first-child a{
    font-weight: bold;
    font-size: 18px !important;
}

/* about page */

.text-block{
    /*padding: 20px;*/
    margin: 20px 0;
}

.text-block__title{
    margin-bottom: 10px;
    color: #034a6e;
    cursor: pointer;
    /*border-bottom: 1px solid transparent;*/
    padding-bottom: 3px;
    border-bottom: 1px dotted #034a6e;
    width: 100%;
}

.text-block__title.active{
    font-weight: 600;
}

.text-block__title:hover{
    /*border-bottom: 1px #034a6e;*/
    /*color: #f6bb42;*/
    font-weight: 600;
}

.text-block__description{
    display: none;
}

.text-block__description p{
    height: 100px;
    display: flex;
    align-items: center;
}

.text-block__description ul{
    padding-left: 30px;
}

.text-block__description p img{
    height: 100px;
    position: relative;
    float: left;
    margin: 0 10px 0 0;
}

.text-block-grey{
    background: #f5f5f5;
    color: #034a6e;
    font-weight: bold;
    padding: 30px;
}

.logo-list{
    height: auto;
    margin-top: 20px;
}

.logo-list__row{
    display: flex;
    align-items: center;
}

.logo-list__row a{
    display: inline-block;
    height: 120px;
}

.logo-list__item,
.logo-list__item2{
    text-align: center !important;
}

.logo-list__item img{
    width: 80%;
    margin: 0 auto;
}

.logo-list__item2 img{
    height: 120px;
    width: auto;
}

.logo-list__item2 p{
    font-size: 14px;
}

.block .clients,
.block--branches{
    display: none;
}

.text-center{
    text-align: center;
}

.first_lvl:first-child li{
    top: -10px !important;
}

.form-left .btn--round{
    padding: 13px 24px !important;
}

.event-reg__row{
    display: flex;
    align-items: start;
}

.event-reg__col{
    align-items: start;
    justify-content: space-between;
}

.event-reg__col:nth-child(1){
    width: 64%;
}

.event-reg__col:nth-child(2){
    width: 36%;
    display: flex;
    justify-content: end;
    align-items: end;
}

.event-reg__col:nth-child(2){
    text-align: right;
}

.event-reg__col:nth-child(2) img{
    width: 96%;
}

@media(max-width: 576px){
    .text-block__description p{
        height: 150px;
        display: flex;
        align-items: center;
    }

    .logo-list__row{
        flex-wrap: wrap;
    }

    .logo-list__item2{
        margin-bottom: 30px;
    }

}

@media  (min-width: 720px){
    .text-center{
        text-align: center;
        margin-left: -330px !important;
    }
}
/* End */


/* Start:/bitrix/templates/sinto_new/monitoring-center/css/jquery.fancybox.min.css?169347469412795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{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}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.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}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.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{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,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%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@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{max-height:50vh;overflow:auto;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}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.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:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{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{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.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;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.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{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/sinto_new/monitoring-center/css/normalize.css?16934746948026*/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/bitrix/templates/sinto_new/monitoring-center/css/style.css?169348230020879*/
@import url("/bitrix/templates/sinto_new/monitoring-center/css/../../css2");
body {
  font-family: 'Noto Sans', sans-serif;
  padding-top: 80px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none;
}

.header {
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #fff;
  top: 0;
}

.container {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}

.logo img {
  display: block;
  width: 250px;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation li {
  margin: 0 25px;
}

.navigation li a {
  font-size: 16px;
  color: #0F4F71;
  text-decoration: none;
}

.navigation li a:hover {
  color: #F6BB42;
}

.button {
  display: inline-block;
  height: 46px;
  background: #F6BB42;
  border-radius: 25px;
  line-height: 46px;
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 0 24px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer;
  border: none;
}

.button:hover {
  background: #e2a424;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4px;
}

.social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #EEEEEE;
  margin-left: 12px;
}

.wa-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/bitrix/templates/sinto_new/monitoring-center/css/../images/wa-icon.svg) no-repeat center;
}

.tg-icon {
  width: 40px;
  height: 40px;
  background: url(/bitrix/templates/sinto_new/monitoring-center/css/../images/tg-icon.svg) no-repeat center;
}

.footer {
  background: #1E496B;
  padding: 70px 0;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
}

.f-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.f-navigation li {
  margin-right: 40px;
}

.f-navigation li a {
  color: #fff;
  text-decoration: none;
}

.f-navigation li a:hover {
  color: #EDBD5A;
}

.f-logo {
  margin-right: 45px;
}

.f-logo img {
  max-width: 125px;
}

.f-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-right .button {
  margin-left: 20px;
}

.f-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f-contacts a {
  font-size: 17px;
  color: #EDBD5A;
  text-decoration: none;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.icon-phone {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(/bitrix/templates/sinto_new/monitoring-center/css/../images/phone-icon.svg) no-repeat center;
}

.icon-mail {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(/bitrix/templates/sinto_new/monitoring-center/css/../images/mail-icon.svg) no-repeat center;
}

.f-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid #30648D;
}

.copyright {
  color: #B6CBDC;
  font-size: 14px;
}

.pol {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
}

.pol:hover {
  color: #EDBD5A;
}

.menu-btn {
  display: none;
  width: 40px;
  height: 34px;
  position: relative;
  z-index: 11;
}

.menu-btn span {
  display: block;
  height: 2px;
  width: 100%;
  position: relative;
  background: #1E496B;
  top: 50%;
  margin-top: -2.5px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.menu-btn span:before,
.menu-btn span:after {
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #1E496B;
}

.menu-btn span:before {
  top: -15px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.menu-btn span:after {
  bottom: -15px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.menu-btn.active span {
  background: transparent;
}

.menu-btn.active span:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.menu-btn.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.page {
  overflow: hidden;
}

.mobile-visible {
  display: none;
}

.banner {
  background: #02164C url(/bitrix/templates/sinto_new/monitoring-center/css/../images/banner.png) no-repeat top center;
  background-size: cover;
  height: 800px;
  padding-top: 200px;
  text-align: center;
}

.banner-title {
  color: #F6BB42;
  font-size: 112px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.banner-text {
  color: #fff;
  font-size: 29px;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 65px;
}

.banner-btn {
  margin-bottom: 80px;
}

.banner-btn .button {
  width: 190px;
}

.banner-subtitle {
  color: #F6BB42;
  font-size: 28px;
  text-transform: uppercase;
}

.s2-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s2-item__icon {
  width: 200px;
  height: 200px;
  background: #010F3D;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 15px;
}

.s2-item__title {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 25px;
}

.s2-item {
  text-align: center;
  width: 280px;
}

.section2 {
  padding: 50px 0;
}

.block-title {
  font-size: 28px;
  color: #02164C;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 55px;
}

.block-title span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  line-height: 22px;
}

.section3 {
  background: url(/bitrix/templates/sinto_new/monitoring-center/css/../images/s3-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}

.section3 .block-title {
  margin-bottom: 25px;
}

.s3-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 25px -10px;
}

.s3-col {
  width: 25%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s3-item {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border-radius: 29px;
  color: #02164C;
}

.s3-item h3 {
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}

.s3-item p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
}

.s3-text {
  font-size: 17px;
  color: #02164C;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 25px;
}

.section4 {
  background: #F5F5F5;
  padding: 50px 0;
}

.s4-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s4-row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s4-icon {
  width: 136px;
  height: 136px;
  background: #FDCF57;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 10px;
}

.s4-item {
  width: 155px;
  text-align: center;
  margin: 0 20px 40px 25px;
}

.s4-item h3 {
  color: #02164C;
  font-size: 21px;
  margin: 0;
  text-transform: uppercase;
}

.section5 {
  padding: 50px 0 0;
}

.s5-img {
  text-align: center;
}

.s5-img img {
  max-width: 100%;
}

.section6 {
  background: #02164C;
  padding: 50px 0;
}

.s6-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.s6-row:last-child {
  margin-bottom: 0;
}

.s6-row:last-child .s6-text {
  margin: 0 0 0 40px;
}

.s6-text {
  color: #F6BB42;
  margin-right: 30px;
  max-width: 500px;
}

.s6-text h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.s6-text p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 25px;
}

.s6-img img {
  width: 100%;
}

.section7 {
  padding: 50px 0;
  position: relative;
}

.section7:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 340px;
  background: #F6BB42;
  top: 50%;
  margin-top: -170px;
}

.section7 .container {
  position: relative;
  z-index: 3;
}

.s7-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.s7-img img {
  display: block;
  max-width: 100%;
}

.s7-text {
  max-width: 510px;
  margin-right: 50px;
}

.s7-pic {
  margin-top: -30px;
}

.s7-pic img {
  display: block;
  max-width: 100%;
}

.section8 {
  padding: 50px 0;
  background: #F5F5F5;
}

.section8 .block-title {
  max-width: 870px;
}

.s8-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s8-img img {
  display: block;
}

.section9 {
  background: #02164C;
  padding: 50px 0;
}

.section9 .block-title {
  color: #fff;
  max-width: 870px;
}

.section10 {
  padding: 50px 0;
}

.s10-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s10-col {
  width: 33.333%;
  padding: 10px;
}

.s10-col:nth-child(even) .s10-item {
  background: #D7D7D7;
}

.s10-item {
  background: #F6BB42;
  padding: 22px;
  border-radius: 15px;
  height: 230px;
}

.s10-item h3 {
  font-size: 14px;
  font-weight: 700;
  color: #02164C;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

.s10-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s10-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  color: #02164C;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.s10-list li:last-child {
  margin-bottom: 0;
}

.s10-list li span {
  margin-right: 10px;
  min-width: 25px;
}

.s10-list li span img {
  display: block;
}

.section11 {
  background: url(/bitrix/templates/sinto_new/monitoring-center/css/../images/s11-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}

.section11 .block-title {
  max-width: 720px;
  margin-bottom: 30px;
}

.s11-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s11-img2 {
  margin: -75px 0 0 -100px;
}

.s11-img2 img {
  display: block;
  max-width: 100%;
}

.s11-img1 img {
  display: block;
  max-width: 100%;
}

.s12-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.s12-col {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.s12-item {
  background: #34549E;
  border-radius: 18px;
  padding: 15px;
}

.s12-item img {
  display: block;
  max-width: 100%;
}

.section12 {
  padding: 50px 0;
}

@media (max-width: 1280px) {
  .banner-title {
    font-size: 100px;
  }
  .s8-img img {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .banner-title {
    font-size: 80px;
  }
  .banner-text {
    font-size: 24px;
  }
  .banner-subtitle {
    font-size: 24px;
  }
  .navigation li {
    margin: 0 10px;
  }
  .f-navigation li {
    margin-right: 20px;
  }
  .f-navigation li a {
    font-size: 14px;
  }
  .f-logo {
    margin-right: 20px;
  }
  .s3-col {
    width: 50%;
    margin-bottom: 20px;
  }
  .s3-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  .menu-btn {
    display: block;
    margin-left: 20px;
  }
  .navigation {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    right: 0;
    min-width: 250px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    top: 80px;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .navigation.open {
    opacity: 1;
    visibility: visible;
  }
  .navigation li {
    margin: 15px 0;
  }
  .header-right {
    margin-left: auto;
  }
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .f-right {
    margin: 30px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .f-right .button {
    margin: 0;
  }
  .f-contacts {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .f-contacts a {
    margin-bottom: 20px;
  }
  .f-logo {
    margin-bottom: 20px;
  }
  .f-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .copyright {
    margin-bottom: 20px;
  }
  .footer {
    padding: 30px 0;
  }
  .f-navigation li a {
    font-size: 16px;
  }
  .banner-title {
    font-size: 60px;
  }
  .banner {
    padding-top: 100px;
    height: 650px;
  }
  .s6-text {
    max-width: 400px;
  }
  .s7-text {
    max-width: 335px;
    margin-right: 20px;
  }
  .section7:after {
    bottom: 0;
    margin: 0;
  }
  .s10-col {
    width: 50%;
  }
  .s12-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s12-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .logo img {
    width: 170px;
  }
  .mobile-visible {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  .f-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .f-navigation li {
    margin: 0 0 20px 0;
  }
  .f-right {
    margin-top: 10px;
  }
  .modal {
    padding: 20px !important;
  }
  .banner-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .banner-text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .banner {
    padding-top: 60px;
    height: 450px;
  }
  .banner-btn {
    margin-bottom: 40px;
  }
  .block-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .s2-item__icon {
    width: 100px;
    height: 100px;
  }
  .s2-item__icon img {
    width: 50%;
  }
  .s2-item {
    width: 200px;
  }
  .s2-item__title {
    font-size: 14px;
    line-height: 22px;
  }
  section {
    padding: 30px 0 !important;
  }
  .s3-col {
    width: 100%;
  }
  .s6-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .s6-row:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .s6-row:last-child .s6-text {
    margin: 0 0 20px 0;
  }
  .s6-text {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .s6-text h3 {
    font-size: 18px;
  }
  .s6-text p {
    font-size: 13px;
    line-height: 20px;
  }
  .s7-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s7-text {
    max-width: 100%;
    margin: 0;
  }
  .s7-pic {
    margin: 0;
  }
  .section7:after {
    display: none;
  }
  .s11-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s11-img2 {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 600px) {
  .s4-item {
    width: 50%;
    margin: 0 0 30px 0;
  }
  .s4-item:last-child {
    margin-bottom: 0;
  }
  .s4-item h3 {
    font-size: 18px;
  }
  .s10-col {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .logo img {
    width: 130px;
  }
  .navigation {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner-title {
    font-size: 28px;
  }
  .banner-text {
    font-size: 14px;
  }
  .banner-subtitle {
    font-size: 14px;
  }
  .banner {
    height: auto;
    padding: 40px 0;
  }
  .s2-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .s2-item {
    margin-bottom: 20px;
  }
  .s2-item:last-child {
    margin-bottom: 0;
  }
}

.modal {
  width: 400px;
}

.modal-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.modal-form__row {
  margin-bottom: 20px;
}

.input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 20px;
  font-family: 'Exo 2', sans-serif;
}

.modal-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.modal-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-form__checkbox input {
  display: none;
}

.modal-form__checkbox input:checked + label span {
  background: #F6BB42 url(/bitrix/templates/sinto_new/monitoring-center/css/../images/check2.svg) no-repeat center;
  border-color: #F6BB42;
}

.modal-form__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-form__checkbox label span {
  min-width: 20px;
  width: 20px;
  border: 1px solid #CCC;
  border-radius: 4px;
  height: 20px;
  margin-right: 10px;
}

.modal-form__checkbox label a {
  margin-left: 5px;
  color: #000;
}

.show_search_form--new {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/bitrix/templates/sinto_new/monitoring-center/css/swiper-bundle.min.css?169347469616470*/
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/bitrix/templates/sinto_new/ib/css/ib-style.css?170075973073679*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap");
@font-face {
    font-family: ProximaNova;
    src: url("/bitrix/templates/sinto_new/ib/css/fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/sinto_new/ib/css/fonts/ProximaNova-Light.otf") format("opentype"), url("/bitrix/templates/sinto_new/ib/css/fonts/ProximaNova-Light.woff") format("woff"), url("/bitrix/templates/sinto_new/ib/css/fonts/ProximaNova-Light.ttf") format("truetype"), url("/bitrix/templates/sinto_new/ib/css/fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.products-title {
    text-align: center;
    font-size: 50px;
    margin-bottom: 60px;
    text-transform: none;
}

.product-item__title {
    font-size: 30px;
    padding: 20px 10px;
}

.product-item__top {
    background: #fcfcfc;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.products-grid {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
}

.products-col {
    width: 380px;
}

.product-item {
    max-width: 380px;
    margin: 0 auto;
}

.product-item__img {
    height: 300px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-item__img img {
    max-width: 100%;
    max-height: 100%;
}

.product-item__disc {
    position: absolute;
    right: 0;
    color: #fff;
    background: #fe553b;
    font-size: 23px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 6px 0 0 6px;
    top: 100px;
}

.product-item__price {
    position: absolute;
    color: #034a6e;
    font-size: 31px;
    right: 0;
    top: 155px;
    font-weight: 700;
    padding-right: 10px;
}

.product-item__price span {
    display: block;
    text-decoration: line-through;
    font-size: 22PX;
    opacity: .5;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
}

.product-item__desc {
    text-align: center;
    color: #fff;
    background: #034a6e;
    font-size: 17px;
    padding: 10px;
    border-radius: 0 0 8px 8px;
}

.product-item__info {
    margin-bottom: 20px;
}

.product-item__info span {
    display: block;
    color: #c2c2c2;
    font-size: 19px;
    margin: 20px 0 15px;
}

.product-item__info ul {
    margin: 0;
    padding: 0 0 0 22px;
    font-size: 21px;
    line-height: 140%;
}

.product-item__btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-item__btn a {
    font-size: 20px;
    color: #84b9d4;
}

.product-order {
    display: inline-block;
    height: 40px;
    background: #ffcd2b;
    line-height: 40px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    padding: 0 15px;
    border-radius: 20px;
}

.product-item__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.product-galery__slider {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 360px;
}

.product-galery__slider .slick-list li {
    height: 450px;
    width: 360px;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-galery__slider li img {
    max-width: 100%;
    max-height: 100%;
}

.product-galery__slider-wrapp {
    width: 150px;
    height: 450px;
    float: left;
}

.product-galery__slider {
    margin-left: 160px;
}

.product-galery__slider-thumb {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-galery__slider-thumb li {
    height: 150px;
    width: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.product-galery__slider-thumb li img {
    max-width: 100%;
    max-height: 100%;
}

.product-galery__slider-thumb .slick-slide {
    opacity: .3;
}

.product-galery__slider-thumb .slick-slide.slick-current {
    opacity: 1;
}

.product-galery .slick-dots {
    text-align: center;
    margin: 50px 0 30px;
    padding: 0;
    list-style: none;
}

.product-galery .slick-dots li {
    display: inline-block;
    margin: 0 11px;
}

.product-galery .slick-dots li button {
    font-size: 0;
    background: 0 0;
    border: none;
    padding: 0;
    width: 18px;
    height: 18px;
    background: #ccc;
    border-radius: 50%;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.product-galery .slick-dots li.slick-active button {
    background: #ffcd2b;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.product-galery {
    float: left;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.product-desc {
    margin-left: 540px;
    padding-top: 40px;
}

.product-desc__price {
    color: #034a6e;
    font-size: 50px;
    font-weight: 700;
}

.product-desc__price span {
    display: block;
    color: #7f7f7f;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    text-decoration: line-through;
}

.product-desc__title {
    font-size: 35px;
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 120%;
}

.product-desc__disc {
    background: #fe553b;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    margin-left: 30px;
    padding: 5px 8px;
    font-weight: 700;
    border-radius: 6px;
    line-height: 100%;
}

.product-desc__info {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 40px 0;
    font-size: 23px;
}

.product-desc__info li {
    margin: 20px 0;
}

.product-desc__info li span {
    color: #ccc;
    margin-left: 10px;
}

.product-desc .tabs {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.product-desc .tabs li {
    margin-right: 20px;
}

.product-desc .tabs li a {
    color: #ccc;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
}

.product-desc .tabs li a.active {
    color: #034a6e;
    border-color: #034a6e;
}

.product-desc__table {
    overflow: hidden;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
}

.product-desc__table tr td {
    border: 1px solid #e9e9e9;
    padding: 15px 20px;
    font-size: 20px;
    text-align: center;
}

.product-desc__table tr td:last-child {
    font-weight: 700;
}

.product-desc__text {
    font-size: 18px;
}

.products {
    margin-bottom: 100px;
}

.product-desc__control {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.spinner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
}

.spinner a {
    display: inline-block;
    width: 60px;
    height: 35px;
    background: #f3f3f3;
    text-align: center;
    font-size: 45px;
    color: #ccc;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
    border-radius: 17.5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.spinner input {
    width: 65px;
    text-align: center;
    background: 0 0;
    border: none;
    font-size: 38px;
}

.product-desc__tabs {
    margin-bottom: 30px;
}

.product-order__btn {
    display: inline-block;
    height: 55px;
    background: #ffcd2b;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 22px;
    padding: 0 40px;
    border-radius: 25px;
}

.app-modal {
    width: 700px;
    padding: 40px 50px !important;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    cursor: default !important;
}

.app-modal:before {
    content: "";
    display: block;
    position: absolute;
    width: 565px;
    height: 565px;
    background: #e5f1fc;
    border-radius: 50%;
    left: -306px;
    top: -433px;
}

.app-modal .fancybox-close-small {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #f7f7f7;
    font-size: 0 !important;
}

.app-modal__title {
    color: #0178de;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}

.app-modal__form {
    position: relative;
    z-index: 2;
}

.inputbox {
    position: relative;
    width: 100%;
}

.inputbox input {
    display: block;
    width: 100%;
    height: 42px;
    border: none;
    border-bottom: 1px solid #0178de;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding-left: 30px;
    background: 0 0;
}

.inputbox label {
    display: block;
    position: absolute;
    top: 10px;
    left: 30px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    pointer-events: none;
    color: #999;
}

.inputbox i {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
}

.icon-user2 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/user-icon.png) no-repeat;
    width: 20px;
    height: 20px;
}

.icon-site {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/site-icon.png) no-repeat;
    width: 22px;
    height: 22px;
}

.icon-phone2 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/phone-icon.png) no-repeat;
    width: 20px;
    height: 20px;
}

.icon-mail2 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/mail-icon.png) no-repeat;
    width: 20px;
    height: 20px;
}

.inputbox.error-field .icon-user2 {
    background-image: url(/bitrix/templates/sinto_new/ib/css/../images/user-icon2.png);
}

.inputbox.error-field .icon-site {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/site-icon2.png) no-repeat;
}

.inputbox.error-field .icon-phone2 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/phone-icon2.png) no-repeat;
}

.inputbox.error-field .icon-mail2 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/mail-icon2.png) no-repeat;
}

.inputbox.changed label {
    font-size: 11px;
    top: -14px;
    left: 0;
}

.app-modal__row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.app-modal__col {
    width: 250px;
}

.inputbox.textbox input {
    padding-left: 0;
}

.inputbox.textbox label {
    left: 0;
}

.app-modal__radio {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
}

.app-modal__radio > div {
    width: 390px;
}

.app-modal__radio > span {
    width: 170px;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.app-modal__radiobox {
    margin: 10px 0;
}

.app-modal__radiobox input {
    display: none;
}

.app-modal__radiobox label {
    display: inline-block;
    cursor: pointer;
}

.app-modal__radiobox label span {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}

.app-modal__radiobox label i {
    display: block;
    float: left;
    margin-right: 10px;
}

.icon1 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/radio-icon1.png) no-repeat center;
    width: 28px;
    height: 28px;
}

.icon2 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/radio-icon2.png) no-repeat center;
    width: 28px;
    height: 28px;
}

.icon3 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/radio-icon3.png) no-repeat center;
    width: 28px;
    height: 28px;
}

.app-modal__radiobox input:checked + label .icon1 {
    background-image: url(/bitrix/templates/sinto_new/ib/css/../images/radio-icon1-active.png);
}

.app-modal__radiobox input:checked + label .icon2 {
    background-image: url(/bitrix/templates/sinto_new/ib/css/../images/radio-icon2-active.png);
}

.app-modal__radiobox input:checked + label .icon3 {
    background-image: url(/bitrix/templates/sinto_new/ib/css/../images/radio-icon3-active.png);
}

.app-modal__radiobox input:checked + label span {
    background: #0f7fe0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0f7fe0), to(#0b99ff));
    background: linear-gradient(to bottom, #0f7fe0 0, #0b99ff 100%);
}

.app-modal__radiobox input:checked + label span:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    left: 4px;
    top: 4px;
}

.app-modal__file {
    background: #ebf4fc;
    border-radius: 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 23px 30px;
    margin: 10px 0 25px;
}

.app-modal__file > span {
    font-size: 14px;
}

.file {
    width: 270px;
    height: 50px;
    border-radius: 25px;
    background: url(/bitrix/templates/sinto_new/ib/css/../images/file-icon.png) no-repeat #0880e5 10px 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.file:hover {
    opacity: .8;
}

.file input {
    display: block;
    position: absolute;
    width: 100%;
    height: 138%;
    z-index: 2;
    cursor: pointer;
    top: -22px;
}

.file span {
    font-weight: 700;
    font-size: 15px;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    width: 100%;
    padding-left: 55px;
}

.app-modal__btn {
    margin-bottom: 20px;
}

.app-modal__btn input {
    height: 80px;
    background: #ffc84c;
    line-height: 80px;
    display: block;
    width: 100%;
    border: none;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 40px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.app-modal__btn input:hover {
    background: #f4ae1d;
}

.app-modal__checkbox {
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.app-modal__checkbox input {
    display: none;
}

.app-modal__checkbox label span {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid silver;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.app-modal__checkbox input:checked + label span:before {
    content: "";
    display: block;
    position: absolute;
    background: url(/bitrix/templates/sinto_new/ib/css/../images/check.png) no-repeat;
    width: 20px;
    height: 18px;
    top: -3px;
    left: 3px;
}

.app-modal__checkbox a {
    text-decoration: underline;
}

.app-modal__checkbox a:hover {
    text-decoration: none;
}

.app-modal__info {
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
}

.app-modal__info a {
    color: #0178de;
}

.fancybox-container * {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.service_nav_header i {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.menu-icon1 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/menu-icon1.png) no-repeat;
}

.menu-icon2 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/menu-icon2.png) no-repeat;
}

.menu-icon3 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/menu-icon3.png) no-repeat;
}

.menu-icon4 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/menu-icon4.png) no-repeat;
}

.service_nav_header div.col {
    font-size: 20px !important;
    color: #000;
}

.service_nav_header {
    margin-bottom: 40px;
}

.nav_prj_sect {
    padding: 40px 45px;
}

.services_menu_ul a {
    font-size: 13px;
    line-height: 100%;
}

.projects_menu:after {
    content: "";
    display: block;
    position: absolute;
    width: 565px;
    height: 565px;
    background: #e5f1fc;
    border-radius: 50%;
    right: -306px;
    bottom: -433px;
    z-index: -1;
}

.first_lvl .projects_menu {
    overflow: hidden;
}

.first_lvl .projects_menu .all-solutions a:not(.btn) {
    color: #eead27 !important;
    border-bottom: 1px dashed #eead27 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    font-family: Open Sans;
}

.nav_prj_sect .col {
    padding: 0 15px;
}

.services_menu_ul li {
    margin: 0 0 14px 0;
    line-height: 100%;
}

.cols_solutions .services_menu_ul {
    border: none !important;
}

.cols_solutions .services_menu_ul a span {
    display: block !important;
    color: #999 !important;
    font-size: 12px;
    line-height: 1;
    margin-top: 6px;
}

.cols_solutions .services_menu_ul li {
    position: relative;
    padding-left: 15px;
}

.cols_solutions .services_menu_ul li p {
    padding-bottom: 0;
    line-height: 1;
    margin-top: 4px;
}

.cols_solutions .services_menu_ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #f6bb42;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.cols_solutions .services_menu_ul li:first-child {
    padding-left: 0;
}

.cols_solutions .services_menu_ul li:first-child:before {
    display: none;
}

.inputbox.error-field input {
    border-color: red;
}

.banner2 {
    height: 340px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.banner2-title {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    color: #fff;
    margin-bottom: 25px;
}

.banner2-text {
    max-width: 600px;
}

.banner2-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 340px;
}

.banner2-text p {
    font-size: 18px;
    color: #fff;
}

.button2 {
    display: inline-block;
    border-radius: 25px;
    border: 1px solid #f6bb42;
    padding: 15px 24px;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    font-weight: 600;
    color: #fff;
}

.banner2-btn {
    margin-top: 30px;
}

.navigate-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 15px;
}

.navigate-menu__list li a {
    color: #034a6e;
    font-size: 15px;
    font-weight: 600;
}

.navigate-menu__list li {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
}

.navigate-menu__list li:last-child {
    border-bottom: none;
}

.product-widget__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-widget__list li {
    margin: 5px 0;
    line-height: 130%;
    width: 33.3333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.product-widget__list li a {
    font-size: 14px;
    color: #48a2d0;
}

.product-widget__list li a:hover {
    text-decoration: underline;
}

.product-widget__row {
    margin: 0 -15px;
}

.product-widget {
    margin: 100px 0;
}

.services-detail .form-new--static {
    padding-left: 0;
    margin-left: 0;
}

.service_item_vendor {
    position: relative;
    margin-bottom: 30px !important;
}

.service_item_vendor span {
    display: block;
    position: absolute;
    color: #999;
    font-size: 13px;
    bottom: -26px;
    left: 0;
}

.section_services {
    border: none;
}

.service-solutions .service_title {
    padding-left: 115px;
}

.services .section_services__link a span {
    color: #999;
    font-size: 12px;
    display: block;
    line-height: 110%;
    margin-top: 4px;
}

a.section_services__more {
    color: #eead27;
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px dashed #eead27;
}

.services .section_services__link a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.service_title_icon_99:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 67px;
    width: 32px;
    height: 32px;
    background: url(/bitrix/templates/sinto_new/ib/css/../images/menu-icon4.png) 0 0 no-repeat;
}

.project--common-card .project_otrasl .otr {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 300;
    font-family: ProximaNova;
    background-size: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0 12px 30px;
}

.project--common-card .project_otrasl .otr:last-child {
    border-bottom: none;
}

.project--common-card .project_otrasl .otr span {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.s-icon1 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s1.png) no-repeat left center;
}

.s-icon2 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s2.png) no-repeat left center;
}

.s-icon3 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s3.png) no-repeat left center;
}

.s-icon4 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s4.png) no-repeat left center;
}

.s-icon5 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s5.png) no-repeat left center;
}

.s-icon6 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s6.png) no-repeat left center;
}

.s-icon7 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s7.png) no-repeat left center;
}

.s-icon8 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s8.png) no-repeat left center;
}

.s-icon9 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s9.png) no-repeat left center;
}

.s-icon10 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s10.png) no-repeat left center;
}

.s-icon11 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s11.png) no-repeat left center;
}

.s-icon12 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s12.png) no-repeat left center;
}

.s-icon13 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s13.png) no-repeat left center;
}

.s-icon14 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s14.png) no-repeat left center;
}

.s-icon15 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s15.png) no-repeat left center;
}

.s-icon16 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s16.png) no-repeat left center;
}

.s-icon17 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s17.png) no-repeat left center;
}

.s-icon18 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s18.png) no-repeat left center;
}

.s-icon19 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s19.png) no-repeat left center;
}

.s-icon20 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s20.png) no-repeat left center;
}

.s-icon21 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s21.png) no-repeat left center;
}

.s-icon22 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s22.png) no-repeat left center;
}

.s-icon23 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s23.png) no-repeat left center;
}

.s-icon24 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s24.png) no-repeat left center;
}

.s-icon25 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s25.png) no-repeat left center;
}

.s-icon26 {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/s26.png) no-repeat left center;
}

.projects .col .project--common-card {
    min-height: 330px;
}

.main_slide_small--custom:before {
    opacity: .7 !important;
}

.events-item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 320px;
    margin-bottom: 30px;
    font-family: 'Noto Sans', sans-serif;
}

.events-item2__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.events-item2__img a {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.events-item2__desc {
    padding: 20px;
}

.events-item2__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.events-item2__views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9f9f9f;
    font-size: 12px;
}

.eye-icon {
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url(/bitrix/templates/sinto_new/ib/css/../images/eye-icon.svg) no-repeat;
    background-size: 100%;
    margin-right: 5px;
}

.events-item2__label {
    font-size: 14px;
    color: #454545;
    margin-bottom: 8px;
}

.events-item2__title {
    margin-bottom: 25px;
}

.events-item2__title a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.events-item2__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.events-item2__btn {
    display: inline-block;
    height: 36px;
    border: 1px solid #f6bb42;
    line-height: 36px;
    border-radius: 18px;
    color: #000;
    font-size: 14px;
    width: 115px;
    text-align: center;
    font-weight: 400;
}

.events-item2__btn:hover {
    color: #000;
    background: #f6bb42;
}

.events-item2__share a {
    font-size: 12px;
    color: #828282;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px 0 0;
}

.events-item2__share a:hover {
    text-decoration: underline;
}

.heart-icon {
    display: inline-block;
    background: url(/bitrix/templates/sinto_new/ib/css/../images/heart-icon.svg) no-repeat;
    width: 19px;
    height: 19px;
    margin-right: 5px;
}

.events-item2__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.share-icon {
    display: inline-block;
    background: url(/bitrix/templates/sinto_new/ib/css/../images/chare-icon.svg) no-repeat;
    width: 19px;
    height: 19px;
    margin-right: 5px;
}

.events-item3__img {
    height: 270px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.events-item3__img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .7;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.events-item3:hover .events-item3__img:before {
    opacity: .6;
}

.events-item3__text {
    position: relative;
    z-index: 2;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 270px;
    font-size: 20px;
    font-weight: 700;
    padding: 0 30px;
    line-height: 130%;
}

.events-item3__text span {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 15px;
}

.events-item3__text span.events-item4__btn {
    display: inline-block;
    height: 36px;
    background: #ffff;
    line-height: 36px;
    border-radius: 18px;
    color: #000;
    font-size: 14px;
    width: 115px;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
    border: 1px solid #fff;
    font-family: 'Noto Sans', sans-serif;
    text-transform: none;
}

.events-item3 {
    margin-bottom: 40px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.events-item3:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

.events-item3__link {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}

.p_bunner {
    background-position: top center;
    background-repeat: no-repeat;
}

.container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.p_bunner .container {
    height: 422px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p_bunner-title {
    font-size: 45px;
    font-weight: 700;
    margin-top: 15px;
    line-height: 130%;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p_s1-text {
    width: 60%;
}

.p_s1-text h3,
.p_s2-text h3 {
    color: #034a6e;
    font-size: 33px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    line-height: 130%;
}

.p_s1-text p,
.p_s2-text p {
    margin-bottom: 30px;
}

.p_s1-img {
    width: 35%;
}

.p_s1-img img {
    width: 100%;
}

.p_section1 {
    padding: 100px 0 60px;
}

.button {
    display: inline-block;
    border-radius: 30px;
    background-color: #f6bb42;
    padding: 0 26px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    white-space: nowrap;
    color: #000;
    font-weight: 700;
}

.button:hover {
    background: #f4ae1d;
    color: #000;
}

.p_s2-img {
    width: 40%;
}

.p_s2-img img {
    max-width: 100%;
}

.p_s2-text {
    width: 50%;
}

.p_section2 {
    background: #f9f9f9;
    padding: 45px 0 20px;
}

.p_s4-title {
    text-align: center;
    color: #034a6e;
    font-size: 33px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 100px;
}

.p_section4 {
    padding: 140px 0;
}

.p-s4__text {
    width: 50%;
}

.p-s4__progress {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    padding: 25px;
    margin-top: 30px;
}

.p-s4__text p {
    color: #373737;
    font-size: 18px;
    line-height: 140%;
}

.p-s4__progress-line {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-s4__progressbar {
    position: absolute;
    bottom: -20px;
    width: 100%;
}

.p-s4__progress-line > span {
    color: #373737;
    font-size: 20px;
    font-weight: 700;
}

.p-s4__progress-row {
    margin-bottom: 50px;
}

.p-s4__progress-row:last-child {
    margin-bottom: 30px;
}

.p-s4__progressbar span {
    display: block;
    height: 4px;
    background: #f6bb42;
}

.wifi-icon {
    display: inline-block;
    background: url(/bitrix/templates/sinto_new/ib/css/../images/wifi-icon.png) no-repeat;
    width: 24px;
    height: 18px;
    margin-left: 5px;
}

.wifi-icon1 {
    display: inline-block;
    background: url(/bitrix/templates/sinto_new/ib/css/../images/wifi-icon1.png) no-repeat;
    width: 24px;
    height: 18px;
    margin-left: 5px;
}

.p-s4__progress-line2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-s4__progress-line2 > span {
    color: #8e8e8e;
    font-size: 20px;
    font-weight: 700;
}

.p-s4__img {
    width: 40%;
    border-radius: 5px;
    overflow: hidden;
}

.p-s4__img img {
    display: block;
}

.video-play {
    display: block;
    position: relative;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.video-play img {
    display: block;
}

.video-play span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.play-icon {
    display: inline-block;
    background: url(/bitrix/templates/sinto_new/ib/css/../images/play-icon.png) no-repeat;
    width: 80px;
    height: 80px;
    background-size: 100%;
    margin-bottom: 15px;
}

.p_section5 {
    padding: 120px 0;
    overflow: hidden;
}

.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 65px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs li {
    margin: 0 10px 15px 10px;
}

.tabs li a {
    display: inline-block;
    height: 60px;
    line-height: 58px;
    border-radius: 30px;
    padding: 0 20px;
    border: 1px solid #034a6e;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.tabs li a:hover {
    color: #034a6e;
}

.tabs li.active a {
    background: #034a6e;
    color: #fff;
}

.panel-container {
    background: #f9f9f9;
    padding: 60px 120px;
    margin: 0 -60px;
}

.p_s5-text {
    width: 60%;
}

.p_s5-text h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.p_s5-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.p_s5-text ul li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 30px;
}

.p_s5-text ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #034a6e;
    left: 0;
    top: 8px;
}

.p_s5-item {
    height: 150px;
    background: #ebebeb;
    margin-bottom: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 283px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p_s5-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.p_s5-item a:hover {
    opacity: 1;
}

.fixed-tools {
    z-index: 99;
}

.header-socials {
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: auto;
}

.header-socials a {
    display: block;
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    margin-left: 12px;
    position: relative;
}

.header-btns {
    right: 400px;
}

.header-info {
    right: 220px;
}

.icon-wa {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/bitrix/templates/sinto_new/ib/css/../images/wa-icon.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon-tg {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/bitrix/templates/sinto_new/ib/css/../images/tg-icon.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 7px;
    top: 10px;
}

.icon-yt {
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://site.sinto.pro/bitrix/templates/sinto_new/sinto2/images/yt-icon.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 8px;
    top: 8px;
}

.icon-dz {
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://site.sinto.pro/bitrix/templates/sinto_new/sinto2/images/dz-icon.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 8px;
    top: 8px;
}

.footer-left {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: auto;
    float: left;
    text-align: center;
}

.footer-left .social-title {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 34px;
}

.footer-left a.social {
    width: 42px;
    height: 42px;
    background-size: contain;
    margin: 0 1px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.footer-left a.social:hover {
    background-color: #fff !important;
}

.wa {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/wa-icon.svg) no-repeat center !important;
    background-size: 24px !important;
}

.tg {
    background: url(/bitrix/templates/sinto_new/ib/css/../images/tg-icon.svg) no-repeat 38% 50% !important;
    background-size: 24px !important;
}

.import-slider {
    height: 390px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.import-slider__item {
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    padding-top: 40px;
    max-width: 760px;
    margin: 0 auto;
}

.import-slider__item h3 {
    font-size: 36px;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    line-height: 1.5;
    margin: 0 0 15px 0;
}

.import-slider__item p {
    font-size: 16px;
    line-height: 2;
    margin: 0;
}

.button3 {
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 0 35px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    white-space: nowrap;
    color: #fff;
}

.button3:hover {
    background: #f6bb42;
    color: #000;
    border-color: #f6bb42;
}

.import-slider__btn {
    margin-top: 20px;
}

.import-slider__list .owl-dots button {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #c9c9c9;
    border-radius: 50%;
    margin: 0 8px;
}

.import-slider__list .owl-dots button.active {
    background: #f6bb42;
}

.import-slider__list .owl-dots {
    margin: 0;
    bottom: -50px;
    top: auto;
}

.block-title {
    color: #034a6e;
    font-size: 27px;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 35px;
}

.text {
    font-size: 16px;
    color: #535b60;
    line-height: 2;
}

.text p {
    margin: 20px 0;
}

.text ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.text ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.text ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #535b60;
    left: 0;
    top: 14px;
}

.text h4 {
    font-size: 18px;
    color: #034a6e;
    font-weight: 400;
}

.import-section1 .text {
    max-width: 670px;
}

.col-4 {
    width: 33.3333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.is-item {
    background: #fff;
    padding: 24px;
}

.client--common-card {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.is-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #f2f2f2;
    border-radius: 50%;
    margin-bottom: 20px;
}

.is-item__title {
    color: #31424b;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.is-item p {
    color: #4e565b;
    font-size: 15px;
    line-height: 2;
    margin: 0;
}

.is-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.import-pagetitle {
    height: 393px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.import-pagetitle__text {
    max-width: 850px;
}

.import-pagetitle__text h3 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.5;
    margin: 0 0 30px 0;
}

.import-pagetitle__text p {
    font-size: 16px;
    line-height: 2;
}

.import-inner {
    padding: 60px 0 50px;
}

.import-inner .text {
    max-width: 680px;
}

.fixed_nav0 .header-info {
    right: 0;
}

.title-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 30px;
}

.title-widget .h2 {
    font-weight: 500;
    font-size: 32px;
    margin: 0;
    max-width: 750px;
    line-height: 1.3;
}

.serve-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.serve-item {
    border: 1px solid #e7e7e7;
    width: 254px;
    position: relative;
    margin: 0 30px 40px 0;
}

.serve-item__link,
.services-item__link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.serve-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 130px;
    border-bottom: 1px solid #e7e7e7;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.serve-item__title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}

.serve-item:hover,
.serve-item:hover .serve-item__img {
    border-color: #034a6e;
}

.col-3 {
    width: 25%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.services-item {
    position: relative;
    border: 1px solid #e7e7e7;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.services-item:hover {
    -webkit-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 11px 30px rgba(0, 0, 0, 0.05);
}

.services-item__desc {
    background: #fff;
    padding: 10px;
}

.services-item__title {
    font-family: Roboto;
    font-weight: 500;
    color: #000;
    font-size: 18px;
}

.services-item__img img {
    display: block;
    width: 100%;
}

.docs-widget {
    padding: 35px 0;
    border-top: 1px solid #ebebeb;
}

.docs-widget__title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}

.docs-widget__item {
    margin-bottom: 20px;
}

.docs-widget__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #000;
}

.docs-widget__item a:hover {
    color: #034a6e;
}

.pdf-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/bitrix/templates/sinto_new/ib/css/../images/pdf-icon.png) no-repeat;
    margin-right: 10px;
}

.docs-widget__item a:hover .pdf-icon {
    background-image: url(/bitrix/templates/sinto_new/ib/css/../images/pdf-icon2.png);
}

.services-detail {
    padding-bottom: 0;
}

.serve-item__desc {
    position: absolute;
    background: #fff;
    border: 1px solid #034a6e;
    right: -1px;
    left: -1px;
    border-top: 0;
    padding: 0 0 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    margin-top: -1px;
}

.serve-item__desc ul {
    margin: 0;
    padding: 0;
}

.serve-item:hover .serve-item__desc {
    opacity: 1;
    visibility: visible;
}

nav .first_lvl > li > a {
    height: auto;
}

nav .show_search_form {
    top: 0;
}

.search_form--new {
    top: 8px;
}

nav.fixed_nav0 .first_lvl {
    margin: 0 auto;
}

nav.fixed_nav0 .header-btn {
    display: block;
}

.block--partners .sert {
    height: 75px !important;
}

.main-page-body .form-new--small {
    max-width: 100%;
}

.footer-services, .footer-solution, .footer_container .info_col {
    width: 25%;
}

.footer-socials {
    position: static !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.info_col .social-title .h4 {
    text-align: right;
}

.info_col .footer-left {
    text-align: right;
    width: 100%;
    float: none;
}

.info_col .footer-socials {
    text-align: right;
}

.btn--transparent:hover {
    background: #f4ae1d !important;
    border-color: #f4ae1d;
    color: #000;
}

.input-wrapper input[type="email"], .input-wrapper:not(.input-wrapper--textarea-and-file) input[type="text"] {
    font-size: 16px !important;
}

.form-new textarea {
    font-size: 16px;
    resize: none;
    padding-left: 0 !important;
}

.btn-col {
    margin-top: 56px;
}

.footer__title {
    display: block;
    margin-bottom: 13px;
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 20px;
    line-height: 34px;
    text-transform: capitalize !important;
    font-weight: 700;
}

.footer-socials {
    margin-top: 0 !important;
}

.input-wrapper input[type="email"], .input-wrapper:not(.input-wrapper--textarea-and-file) input[type="text"] {
    padding-left: 0 !important;
}

.col--50 .col--100 {
    padding: 10px 0;
}

.first_lvl.fixed_nav {
    width: 100% !important;
}

.first_lvl.fixed_nav > li {
    width: auto !important;
    position: static !important;
}

.first_lvl.fixed_nav .nav_logo {
    left: 65px;
    height: 63px;
    position: absolute;
}

.fixed_nav .header-btns {
    right: 190px;
}

.fixed_nav .burger {
    width: 50px !important;
    left: 0 !important;
}

.header-sign-link__text {
    top: 50% !important;
    left: 131% !important;
    -webkit-transform: translate(0, -11px) !important;
    transform: translate(0, -11px) !important;
}

.logo-list__item2 {
    width: 25%;
}

.ib-banner {
    height: 926px;
    background-color: #02164C;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ib-banner__title {
    text-align: center;
    color: #F6BB42;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 78px;
    line-height: 90px;
    margin: 0 0 65px 0;
}

.ib-banner__text {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    max-width: 1270px;
    margin: 0 auto;
}

.ib-banner__text p {
    margin: 40px 0;
    line-height: 120%;
}

.block-title2 {
    color: #02164C;
    font-size: 28px;
    line-height: 120%;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: 'Rubik', sans-serif;
}

.block-title2 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    line-height: 130%;
    margin-top: 10px;
}

.ib-section1 {
    padding: 60px 0 72px;
}

.ib-section1 .container {
    max-width: 1278px;
}

.ib-s1__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 74px;
}

.ib-s1__item-img {
    width: 200px;
    height: 200px;
    background: #010F3D;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 35px;
}

.ib-s1__col {
    width: 25%;
    max-width: 250px;
}

.ib-s1__item {
    text-align: center;
    font-family: 'Rubik', sans-serif;
    color: #02164C;
}

.ib-s1__item h3 {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
}

.ib-s1__item p {
    font-size: 15px;
    margin: 0;
    line-height: 18px;
}

.ib-s1__text {
    font-size: 20px;
    font-weight: 600;
    color: #02164C;
    line-height: 130%;
}

.ib-section2 .container {
    max-width: 1278px;
}

.ib-section2 .block-title2 {
    margin-bottom: 15px;
}

.ib-s2__item {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 18px;
    padding: 20px 23px;
    color: #02164C;
    height: 100%;
    margin-bottom: 20px;
}

.ib-s2__item h3 {
    margin: 0 0 11px 0;
    font-size: 18px;
    font-weight: 600;
    color: #02164C;
    font-family: 'Rubik', sans-serif;
}

.ib-s2__item ul {
    margin: 0;
    padding: 0 0 0 23px;
    font-size: 14px;
    font-weight: 600;
}

.ib-s2__item ul li {
    line-height: 22px;
}

.ib-s2__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.ib-s2__col {
    width: 50%;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ib-s2__wrapp {
    background: #FFDA8F;
    padding: 50px 0 30px;
}

.ib-s2__text {
    font-size: 24px;
    line-height: 27px;
    font-weight: 500;
    color: #02164C;
    font-family: 'Rubik', sans-serif;
    padding: 31px 0 78px;
}

.ib-s2__text.upper {
    text-transform: uppercase;
}

.ib-section3 {
    background: #F5F5F5;
    padding: 40px 0;
}

.ib-section3 .block-title2 {
    text-align: center;
    margin-bottom: 38px;
}

.ib-section3 .block-title2 p {
    font-size: 20px;
    font-family: 'Noto Sans', sans-serif;
    text-transform: none;
    font-weight: 400;
    margin-top: 6px;
    letter-spacing: 0.2px;
}

.ib-section3 .block-title2 p a {
    color: #02324C;
    font-weight: 700;
}

.ib-s3__form {
    max-width: 400px;
    margin: 0 auto;
}

.inputbox2 input {
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #02324C;
    border-radius: 12px;
    padding: 0 14px;
    font-size: 18px;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inputbox2 input::-webkit-input-placeholder {
    color: #5E5E5E;
}

.inputbox2 input:-ms-input-placeholder {
    color: #5E5E5E;
}

.inputbox2 input::-ms-input-placeholder {
    color: #5E5E5E;
}

.inputbox2 input::placeholder {
    color: #5E5E5E;
}

.ib-s3__form-row {
    margin-bottom: 25px;
}

.ib-s3__form-btn {
    display: block;
    width: 100%;
    height: 56px;
    font-size: 16px;
    font-weight: 700;
    color: #3E3E3E;
    font-family: 'Noto Sans', sans-serif;
    background: #F6BB42;
    border-radius: 12px;
    border: none;
}

.ib-s4__title {
    font-size: 28px;
    letter-spacing: -0.4px;
    line-height: 130%;
    color: #02324C;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.ib-section4 {
    padding: 100px 0 80px;
}

.ib-section4 .container {
    max-width: 1278px;
}

.ib-s4-item {
    height: 153px;
    background: #E7E7E7;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ib-s4-item img {
    display: block;
    max-width: 90%;
}

.ib-s4-carousel .owl-nav {
    display: block !important;
}

.ib-s4-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -12px;
    font-size: 0 !important;
    width: 24px;
    height: 24px;
    background: url(/bitrix/templates/sinto_new/ib/css/../images/di-slider-arrow.svg) no-repeat center !important;
}

.ib-s4-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    right: -40px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 50%;
    margin-top: -12px;
    font-size: 0 !important;
    width: 24px;
    height: 24px;
    background: url(/bitrix/templates/sinto_new/ib/css/../images/di-slider-arrow.svg) no-repeat center !important;
}

.ib-section5 {
    padding: 60px 0 100px;
}

.ib-section5 .container {
    max-width: 1280px;
}

.ib-section5 .block-title2 span {
    letter-spacing: 0.18px;
}

.ib-s5__list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 1057px;
}

.ib-s5__list li {
    margin-bottom: 20px;
    border: 2px solid #283661;
    border-radius: 37px;
    padding: 26px 15px;
    background: rgba(203, 203, 203, 0.4);
    font-size: 16px;
    color: #02164C;
    font-weight: 600;
}

.ib-section6 {
    background: #FFDA8F;
    padding: 60px 0;
}

.ib-section6 .container {
    max-width: 1280px;
}

.ib-section6 .block-title2 span {
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    margin-top: 20px;
    letter-spacing: 0.08px;
}

.ib-s6__list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 400px;
}

.ib-s6__list li {
    height: 75px;
    background: #FFFFFF;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    font-family: 'Rubik', sans-serif;
}

.ib-s6__list li:last-child {
    margin-bottom: 0;
}

.ib-s6__list li span {
    display: block;
    min-width: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ib-s6__list li div {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #02164C;
}

.ib-s6__list li:nth-child(1) {
    -webkit-transform: translate(110px);
    transform: translate(110px);
}

.ib-s6__list li:nth-child(2) {
    -webkit-transform: translate(28px);
    transform: translate(28px);
}

.ib-s6__list li:nth-child(4) {
    -webkit-transform: translate(28px);
    transform: translate(28px);
}

.ib-s6__list li:nth-child(5) {
    -webkit-transform: translate(110px);
    transform: translate(110px);
}

.ib-s6__list2 {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 400px;
}

.ib-s6__list2 li {
    height: 75px;
    background: #FFFFFF;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    font-family: 'Rubik', sans-serif;
}

.ib-s6__list2 li:last-child {
    margin-bottom: 0;
}

.ib-s6__list2 li span {
    display: block;
    min-width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ib-s6__list2 li div {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #02164C;
}

.ib-s6__list2 li:nth-child(1) {
    -webkit-transform: translate(-110px);
    transform: translate(-110px);
}

.ib-s6__list2 li:nth-child(2) {
    -webkit-transform: translate(-28px);
    transform: translate(-28px);
}

.ib-s6__list2 li:nth-child(4) {
    -webkit-transform: translate(-28px);
    transform: translate(-28px);
}

.ib-s6__list2 li:nth-child(5) {
    -webkit-transform: translate(-110px);
    transform: translate(-110px);
}

.ib-s6-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.ib-s6-title {
    position: absolute;
    width: 400px;
    height: 400px;
    background: #00416A;
    border-radius: 50%;
    color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 50px;
    padding: 70px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 26.17px solid rgba(196, 212, 255, 0.67);
}

.ib-s6-title h2 {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    margin: 0 0 25px 0;
    text-align: center;
    letter-spacing: 1.5px;
}

.ib-s6-title ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ib-s6-title ul li {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 130%;
    font-family: 'Noto Sans', sans-serif;
}

.ib-section7 {
    padding: 60px 0;
}

.ib-section7 .container {
    max-width: 1278px;
}

.ib-section7 .ib-s2__col:last-child .ib-s7__item {
    padding: 23px 20px 20px 35px;
}

.ib-s7__item {
    background: rgba(203, 203, 203, 0.4);
    padding: 26px 20px;
    border-radius: 15px;
    height: 100%;
}

.ib-s7__item h3 {
    margin: 0 0 6px 0;
    font-size: 22px;
    font-weight: 600;
    color: #02164C;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
}

.ib-s7__item ul {
    margin: 0;
    padding: 0 0 0 23px;
}

.ib-s7__item ul li {
    font-size: 15px;
    font-weight: 600;
    color: #02164C;
    margin-bottom: -3px;
}

@media (max-width: 1240px) {
    .header-sign-link__text {
        display: none !important;
    }
    .fixed_nav0 .header-info {
        right: 50px;
    }
    .fixed_nav .header-btns {
        right: 240px;
    }
    .products-col {
        width: 310px;
    }
    .product-item__btn a {
        font-size: 17px;
    }
    .product-item__title {
        font-size: 23px;
    }
    .product-item__info ul {
        font-size: 16px;
    }
    .product-item__desc {
        font-size: 15px;
    }
    .product-desc__title {
        font-size: 30px;
    }
    .product-desc__price {
        font-size: 42px;
    }
    .services .cols {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .services .col--25 {
        width: 50%;
    }
    .p_bunner {
        background-size: cover;
        background-position: 50% 50%;
    }
    .p_bunner .container {
        height: 300px;
    }
    .p_bunner-title {
        font-size: 32px;
    }
    .ib-s4-carousel .owl-nav .owl-prev {
        left: 50%;
        margin: 0 0 0 -50px;
        top: auto;
        bottom: -50px;
    }
    .ib-s4-carousel .owl-nav .owl-next {
        right: 50%;
        margin: 0 -50px 0 0;
        top: auto;
        bottom: -50px;
    }
    .ib-s6-title {
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
        height: auto;
        border-radius: 20px;
        padding: 20px;
        border-width: 10px;
        margin-bottom: 20px;
    }
    .ib-s6-title h2 {
        text-align: left;
    }
    .ib-s6-wrapp {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ib-s6__list,
    .ib-s6__list2 {
        width: 48%;
    }
    .ib-s6__list li,
    .ib-s6__list2 li {
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }
}

@media screen and (max-width: 1150px) {
    body .block--schedule .col--33 {
        float: none !important;
        width: 100% !important;
    }
}

@media (max-width: 1000px) {
    .search_form--new .search_form_cont {
        width: 100% !important;
        right: -11px;
    }
    .first_lvl.fixed_nav {
        width: auto !important;
    }
    body .search_form--new:not(.search_form--static) input[type=text] {
        width: 100% !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .first_lvl.fixed_nav .nav_logo {
        left: 15px;
    }
    .footer_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer_container .info_col,
    .footer_container .footer-solution,
    .footer_container .footer-services {
        width: 50%;
    }
    .info_col .social-title .h4 {
        text-align: left;
    }
    .info_col .footer-left {
        text-align: left;
    }
    .info_col .footer-socials {
        text-align: left;
        float: none;
    }
    .products-col {
        width: 50%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 40px;
    }
    .products-grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-galery {
        float: none;
        margin: 0 auto 40px;
        max-width: 520px;
    }
    .product-desc {
        margin-left: 0;
    }
    .flex-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .p-s4__text,
    .p_s1-text,
    .p_s2-text {
        width: 100%;
    }
    .p-s4__img,
    .p_s1-img,
    .p_s2-img {
        width: 100%;
        text-align: center;
    }
    .p_s1-img img,
    .p_s2-img img,
    .p_s4-img img {
        max-width: 100%;
        width: auto;
    }
    .p_s2-text {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .p_s2-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .p-s4__img {
        text-align: center;
        margin-top: 40px;
    }
    .p_s5-text {
        width: 100%;
        margin-bottom: 30px;
    }
    .p_s5-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .panel-container {
        padding: 30px;
        margin: 0;
    }
    .p_s5-item {
        margin: 0 10px 20px 10px;
    }
    .footer-left a.social {
        width: 33px;
        height: 33px;
    }
    .is-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .is-row .col-4 {
        width: 50%;
        margin-bottom: 30px;
    }
    .is-row .col-3 {
        width: 50%;
        margin-bottom: 30px;
    }
    nav .show_search_form {
        top: 7px;
    }
    .ib-banner__title {
        font-size: 45px;
        line-height: 120%;
    }
    .ib-banner {
        padding: 100px 15px 0;
        height: 660px;
    }
    .ib-banner__text {
        font-size: 20px;
    }
    .ib-s1__col {
        width: 50%;
        max-width: 100%;
    }
    .ib-s1__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .ib-s1__item {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .logo-list__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .logo-list__item2 {
        width: 50%;
    }
    .products-col {
        width: 100%;
    }
    .products-title {
        font-size: 40px;
    }
    .product-desc__title {
        display: block;
    }
    .product-desc__disc {
        margin-left: 10px;
    }
    .product-galery__slider-wrapp {
        display: none;
    }
    .slick-slider {
        margin-left: 0;
    }
    .product-galery__slider {
        width: 100%;
    }
    .product-desc__title {
        font-size: 22px;
    }
    .product-desc__price {
        font-size: 36px;
    }
    .product-desc__price span {
        font-size: 23px;
        margin-bottom: 10px;
    }
    .product-desc__info {
        font-size: 17px;
        margin: 25px 0;
    }
    .product-desc__info li {
        margin: 10px 0;
    }
    .product-desc .tabs li a {
        font-size: 17px;
    }
    .product-desc__table tr td,
    .product-desc__text {
        font-size: 16px;
    }
    .product-desc__table tr td {
        padding: 10px;
    }
    .product-widget__list li {
        width: 100%;
    }
    .product-widget__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .services .col--25 {
        width: 100%;
    }
    .services__filter {
        margin-bottom: 20px;
    }
    .service-solutions .service_title {
        padding-left: 60px;
    }
    .service_title_icon_99:before {
        left: 17px;
    }
    .service-solutions .section_services__link--with-pic {
        padding-left: 0;
    }
    .tabs li a {
        height: 45px;
        line-height: 45px;
        border-radius: 22.5px;
        font-size: 14px;
    }
    .p_section4,
    .p_section5 {
        padding: 60px 0;
    }
    .p_s4-title {
        margin-bottom: 60px;
    }
    .footer-left {
        float: none;
    }
    .is-row .col-4 {
        width: 100%;
    }
    .import-slider__item {
        padding: 50px 20px 0 20px;
    }
    .import-pagetitle__text h3,
    .import-slider__item h3 {
        font-size: 21px;
    }
    .import-pagetitle__text p,
    .import-slider__item p {
        font-size: 14px;
    }
    .import-pagetitle__text {
        padding: 0 20px;
    }
    .title-widget {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .title-widget .h2 {
        margin-bottom: 30px;
    }
    .ib-s6__list,
    .ib-s6__list2 {
        width: 100%;
    }
    .ib-s6__list li,
    .ib-s6__list2 li {
        margin-bottom: 15px !important;
    }
    .ib-s6__list2 li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .ib-s6__list2 li div {
        padding: 0 15px 0 0;
    }
}

@media (max-width: 700px) {
    body header {
        height: 150px !important;
    }
    body header #logo {
        margin-top: 20px;
    }
    .app-modal__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
    .app-modal__col {
        width: 100%;
        margin-bottom: 30px;
    }
    .app-modal__radio {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
    }
    .app-modal__file {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .app-modal__file > span {
        text-align: center;
        margin-bottom: 20px;
    }
    .header-info {
        right: 15px;
        top: -3px;
    }
    .header-socials {
        top: 68%;
    }
    .footer-left {
        text-align: left;
    }
    .serve-item {
        width: 100%;
        margin-right: 0;
    }
    .serve-item__title {
        text-align: center;
    }
    .is-row .col-3 {
        width: 100%;
    }
    .footer_container .info_col,
    .footer_container .footer-solution,
    .footer_container .footer-services {
        width: 100%;
    }
    .events-item2__desc {
        padding: 20px 0;
    }
    .ib-banner__title {
        font-size: 30px;
    }
    .ib-banner__text {
        font-size: 18px;
    }
    .ib-banner {
        padding: 80px 15px;
        height: auto;
    }
    .ib-s1__col {
        width: 100%;
    }
    .ib-s2__col {
        width: 100%;
    }
    .ib-section4 {
        padding: 50px 0;
    }
    .ib-s6__list2 li div {
        font-size: 16px;
    }
    .ib-s7__item {
        margin-bottom: 20px;
    }
    .ib-s2__col:last-child .ib-s7__item {
        margin-bottom: 0;
    }
    .block-title2 {
        font-size: 24px;
    }
    .block-title2 span {
        font-size: 18px;
    }
}
/*# sourceMappingURL=novene-style.css.map */
/* End */


/* Start:/bitrix/templates/sinto_new/ib/css/ib-style.scss?170074669058755*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');


@font-face {
  font-family: ProximaNova;
  src: url('/bitrix/templates/sinto_new/ib/css/fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/sinto_new/ib/css/fonts/ProximaNova-Light.otf') format('opentype'), url('/bitrix/templates/sinto_new/ib/css/fonts/ProximaNova-Light.woff') format('woff'), url('/bitrix/templates/sinto_new/ib/css/fonts/ProximaNova-Light.ttf') format('truetype'), url('/bitrix/templates/sinto_new/ib/css/fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

.products-title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 60px;
  text-transform: none
}

.product-item__title {
  font-size: 30px;
  padding: 20px 10px
}

.product-item__top {
  background: #fcfcfc;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  position: relative
}

.products-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px
}

.products-col {
  width: 380px
}

.product-item {
  max-width: 380px;
  margin: 0 auto
}

.product-item__img {
  height: 300px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center
}

.product-item__img img {
  max-width: 100%;
  max-height: 100%
}

.product-item__disc {
  position: absolute;
  right: 0;
  color: #fff;
  background: #fe553b;
  font-size: 23px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px 0 0 6px;
  top: 100px
}

.product-item__price {
  position: absolute;
  color: #034a6e;
  font-size: 31px;
  right: 0;
  top: 155px;
  font-weight: 700;
  padding-right: 10px
}

.product-item__price span {
  display: block;
  text-decoration: line-through;
  font-size: 22PX;
  opacity: .5;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px
}

.product-item__desc {
  text-align: center;
  color: #fff;
  background: #034a6e;
  font-size: 17px;
  padding: 10px;
  border-radius: 0 0 8px 8px
}

.product-item__info {
  margin-bottom: 20px
}

.product-item__info span {
  display: block;
  color: #c2c2c2;
  font-size: 19px;
  margin: 20px 0 15px
}

.product-item__info ul {
  margin: 0;
  padding: 0 0 0 22px;
  font-size: 21px;
  line-height: 140%
}

.product-item__btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.product-item__btn a {
  font-size: 20px;
  color: #84b9d4
}

.product-order {
  display: inline-block;
  height: 40px;
  background: #ffcd2b;
  line-height: 40px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  padding: 0 15px;
  border-radius: 20px
}

.product-item__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2
}

.product-galery__slider {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 360px
}

.product-galery__slider .slick-list li {
  height: 450px;
  width: 360px;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  align-items: center;
  justify-content: center
}

.product-galery__slider li img {
  max-width: 100%;
  max-height: 100%
}

.product-galery__slider-wrapp {
  width: 150px;
  height: 450px;
  float: left
}

.product-galery__slider {
  margin-left: 160px
}

.product-galery__slider-thumb {
  margin: 0;
  padding: 0;
  list-style: none
}

.product-galery__slider-thumb li {
  height: 150px;
  width: 150px;
  box-sizing: border-box;
  padding: 10px 0;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.product-galery__slider-thumb li img {
  max-width: 100%;
  max-height: 100%
}

.product-galery__slider-thumb .slick-slide {
  opacity: .3
}

.product-galery__slider-thumb .slick-slide.slick-current {
  opacity: 1
}

.product-galery .slick-dots {
  text-align: center;
  margin: 50px 0 30px;
  padding: 0;
  list-style: none
}

.product-galery .slick-dots li {
  display: inline-block;
  margin: 0 11px
}

.product-galery .slick-dots li button {
  font-size: 0;
  background: 0 0;
  border: none;
  padding: 0;
  width: 18px;
  height: 18px;
  background: #ccc;
  border-radius: 50%;
  transition: all ease .3s
}

.product-galery .slick-dots li.slick-active button {
  background: #ffcd2b;
  transform: scale(1.4)
}

.product-galery {
  float: left
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table
}

.clearfix:after {
  clear: both
}

.product-desc {
  margin-left: 540px;
  padding-top: 40px
}

.product-desc__price {
  color: #034a6e;
  font-size: 50px;
  font-weight: 700
}

.product-desc__price span {
  display: block;
  color: #7f7f7f;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  text-decoration: line-through
}

.product-desc__title {
  font-size: 35px;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  line-height: 120%
}

.product-desc__disc {
  background: #fe553b;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  margin-left: 30px;
  padding: 5px 8px;
  font-weight: 700;
  border-radius: 6px;
  line-height: 100%
}

.product-desc__info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 40px 0;
  font-size: 23px
}

.product-desc__info li {
  margin: 20px 0
}

.product-desc__info li span {
  color: #ccc;
  margin-left: 10px
}

.product-desc .tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none
}

.product-desc .tabs li {
  margin-right: 20px
}

.product-desc .tabs li a {
  color: #ccc;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent
}

.product-desc .tabs li a.active {
  color: #034a6e;
  border-color: #034a6e
}

.product-desc__table {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 7px rgba(0, 0, 0, .07)
}

.product-desc__table tr td {
  border: 1px solid #e9e9e9;
  padding: 15px 20px;
  font-size: 20px;
  text-align: center
}

.product-desc__table tr td:last-child {
  font-weight: 700
}

.product-desc__text {
  font-size: 18px
}

.products {
  margin-bottom: 100px
}

.product-desc__control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center
}

.spinner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 30px
}

.spinner a {
  display: inline-block;
  width: 60px;
  height: 35px;
  background: #f3f3f3;
  text-align: center;
  font-size: 45px;
  color: #ccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  border-radius: 17.5px;
  cursor: pointer;
  user-select: none
}

.spinner input {
  width: 65px;
  text-align: center;
  background: 0 0;
  border: none;
  font-size: 38px
}

.product-desc__tabs {
  margin-bottom: 30px
}

.product-order__btn {
  display: inline-block;
  height: 55px;
  background: #ffcd2b;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 22px;
  padding: 0 40px;
  border-radius: 25px
}

.app-modal {
  width: 700px;
  padding: 40px 50px !important;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  cursor: default !important
}

.app-modal:before {
  content: "";
  display: block;
  position: absolute;
  width: 565px;
  height: 565px;
  background: #e5f1fc;
  border-radius: 50%;
  left: -306px;
  top: -433px
}

.app-modal .fancybox-close-small {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: #f7f7f7;
  font-size: 0 !important
}

.app-modal__title {
  color: #0178de;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
  z-index: 2
}

.app-modal__form {
  position: relative;
  z-index: 2
}

.inputbox {
  position: relative;
  width: 100%
}

.inputbox input {
  display: block;
  width: 100%;
  height: 42px;
  border: none;
  border-bottom: 1px solid #0178de;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding-left: 30px;
  background: 0 0
}

.inputbox label {
  display: block;
  position: absolute;
  top: 10px;
  left: 30px;
  transition: all ease .3s;
  pointer-events: none;
  color: #999
}

.inputbox i {
  display: block;
  position: absolute;
  top: 12px;
  left: 0
}

.icon-user2 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/user-icon.png) no-repeat;
  width: 20px;
  height: 20px
}

.icon-site {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/site-icon.png) no-repeat;
  width: 22px;
  height: 22px
}

.icon-phone2 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/phone-icon.png) no-repeat;
  width: 20px;
  height: 20px
}

.icon-mail2 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/mail-icon.png) no-repeat;
  width: 20px;
  height: 20px
}

.inputbox.error-field .icon-user2 {
  background-image: url(/bitrix/templates/sinto_new/ib/css/../images/user-icon2.png)
}

.inputbox.error-field .icon-site {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/site-icon2.png) no-repeat
}

.inputbox.error-field .icon-phone2 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/phone-icon2.png) no-repeat
}

.inputbox.error-field .icon-mail2 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/mail-icon2.png) no-repeat
}

.inputbox.changed label {
  font-size: 11px;
  top: -14px;
  left: 0
}

.app-modal__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}

.app-modal__col {
  width: 250px
}

.inputbox.textbox input {
  padding-left: 0
}

.inputbox.textbox label {
  left: 0
}

.app-modal__radio {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: default
}

.app-modal__radio>div {
  width: 390px
}

.app-modal__radio>span {
  width: 170px;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700
}

.app-modal__radiobox {
  margin: 10px 0
}

.app-modal__radiobox input {
  display: none
}

.app-modal__radiobox label {
  display: inline-block;
  cursor: pointer
}

.app-modal__radiobox label span {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: #e6e6e6;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  cursor: pointer
}

.app-modal__radiobox label i {
  display: block;
  float: left;
  margin-right: 10px
}

.icon1 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/radio-icon1.png) no-repeat center;
  width: 28px;
  height: 28px
}

.icon2 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/radio-icon2.png) no-repeat center;
  width: 28px;
  height: 28px
}

.icon3 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/radio-icon3.png) no-repeat center;
  width: 28px;
  height: 28px
}

.app-modal__radiobox input:checked+label .icon1 {
  background-image: url(/bitrix/templates/sinto_new/ib/css/../images/radio-icon1-active.png)
}

.app-modal__radiobox input:checked+label .icon2 {
  background-image: url(/bitrix/templates/sinto_new/ib/css/../images/radio-icon2-active.png)
}

.app-modal__radiobox input:checked+label .icon3 {
  background-image: url(/bitrix/templates/sinto_new/ib/css/../images/radio-icon3-active.png)
}

.app-modal__radiobox input:checked+label span {
  background: #0f7fe0;
  background: -moz-linear-gradient(top, #0f7fe0 0, #0b99ff 100%);
  background: -webkit-linear-gradient(top, #0f7fe0 0, #0b99ff 100%);
  background: linear-gradient(to bottom, #0f7fe0 0, #0b99ff 100%)
}

.app-modal__radiobox input:checked+label span:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  left: 4px;
  top: 4px
}

.app-modal__file {
  background: #ebf4fc;
  border-radius: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 23px 30px;
  margin: 10px 0 25px
}

.app-modal__file>span {
  font-size: 14px
}

.file {
  width: 270px;
  height: 50px;
  border-radius: 25px;
  background: url(/bitrix/templates/sinto_new/ib/css/../images/file-icon.png) no-repeat #0880e5 10px 10px;
  position: relative;
  cursor: pointer;
  overflow: hidden
}

.file:hover {
  opacity: .8
}

.file input {
  display: block;
  position: absolute;
  width: 100%;
  height: 138%;
  z-index: 2;
  cursor: pointer;
  top: -22px
}

.file span {
  font-weight: 700;
  font-size: 15px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  width: 100%;
  padding-left: 55px
}

.app-modal__btn {
  margin-bottom: 20px
}

.app-modal__btn input {
  height: 80px;
  background: #ffc84c;
  line-height: 80px;
  display: block;
  width: 100%;
  border: none;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border-radius: 40px;
  font-weight: 700;
  letter-spacing: 1.5px
}

.app-modal__btn input:hover {
  background: #f4ae1d
}

.app-modal__checkbox {
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center
}

.app-modal__checkbox input {
  display: none
}

.app-modal__checkbox label span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid silver;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  position: relative;
  cursor: pointer
}

.app-modal__checkbox input:checked+label span:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/bitrix/templates/sinto_new/ib/css/../images/check.png) no-repeat;
  width: 20px;
  height: 18px;
  top: -3px;
  left: 3px
}

.app-modal__checkbox a {
  text-decoration: underline
}

.app-modal__checkbox a:hover {
  text-decoration: none
}

.app-modal__info {
  text-align: center;
  margin-top: 20px;
  font-size: 17px
}

.app-modal__info a {
  color: #0178de
}

.fancybox-container * {
  box-sizing: border-box !important
}

.service_nav_header i {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px
}

.menu-icon1 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/menu-icon1.png) no-repeat
}

.menu-icon2 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/menu-icon2.png) no-repeat
}

.menu-icon3 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/menu-icon3.png) no-repeat
}

.menu-icon4 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/menu-icon4.png) no-repeat
}

.service_nav_header div.col {
  font-size: 20px !important;
  color: #000
}

.service_nav_header {
  margin-bottom: 40px
}

.nav_prj_sect {
  padding: 40px 45px
}

.services_menu_ul a {
  font-size: 13px;
  line-height: 100%
}

.projects_menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 565px;
  height: 565px;
  background: #e5f1fc;
  border-radius: 50%;
  right: -306px;
  bottom: -433px;
  z-index: -1
}

.first_lvl .projects_menu {
  overflow: hidden
}

.first_lvl .projects_menu .all-solutions a:not(.btn) {
  color: #eead27 !important;
  border-bottom: 1px dashed #eead27 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  font-family: Open Sans
}

.nav_prj_sect .col {
  padding: 0 15px
}

.services_menu_ul li {
  margin: 0 0 14px 0;
  line-height: 100%
}

.cols_solutions .services_menu_ul {
  border: none !important
}

.cols_solutions .services_menu_ul a span {
  display: block !important;
  color: #999 !important;
  font-size: 12px;
  line-height: 1;
  margin-top: 6px
}

.cols_solutions .services_menu_ul li {
  position: relative;
  padding-left: 15px
}

.cols_solutions .services_menu_ul li p {
  padding-bottom: 0;
  line-height: 1;
  margin-top: 4px
}

.cols_solutions .services_menu_ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #f6bb42;
  border-radius: 50%;
  left: 0;
  top: 7px
}

.cols_solutions .services_menu_ul li:first-child {
  padding-left: 0
}

.cols_solutions .services_menu_ul li:first-child:before {
  display: none
}

.inputbox.error-field input {
  border-color: red
}

.banner2 {
  height: 340px;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover
}

.banner2-title {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Exo 2', sans-serif;
  color: #fff;
  margin-bottom: 25px
}

.banner2-text {
  max-width: 600px
}

.banner2-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 340px
}

.banner2-text p {
  font-size: 18px;
  color: #fff
}

.button2 {
  display: inline-block;
  border-radius: 25px;
  border: 1px solid #f6bb42;
  padding: 15px 24px;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 600;
  color: #fff
}

.banner2-btn {
  margin-top: 30px
}

.navigate-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 15px
}

.navigate-menu__list li a {
  color: #034a6e;
  font-size: 15px;
  font-weight: 600
}

.navigate-menu__list li {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0
}

.navigate-menu__list li:last-child {
  border-bottom: none
}

.product-widget__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap
}

.product-widget__list li {
  margin: 5px 0;
  line-height: 130%;
  width: 33.3333%;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box
}

.product-widget__list li a {
  font-size: 14px;
  color: #48a2d0
}

.product-widget__list li a:hover {
  text-decoration: underline
}

.product-widget__row {
  margin: 0 -15px
}

.product-widget {
  margin: 100px 0
}

.services-detail .form-new--static {
  padding-left: 0;
  margin-left: 0
}

.service_item_vendor {
  position: relative;
  margin-bottom: 30px !important
}

.service_item_vendor span {
  display: block;
  position: absolute;
  color: #999;
  font-size: 13px;
  bottom: -26px;
  left: 0
}

.section_services {
  border: none
}

.service-solutions .service_title {
  padding-left: 115px
}

.services .section_services__link a span {
  color: #999;
  font-size: 12px;
  display: block;
  line-height: 110%;
  margin-top: 4px
}

a.section_services__more {
  color: #eead27;
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px dashed #eead27
}

.services .section_services__link a {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif
}

.service_title_icon_99:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 67px;
  width: 32px;
  height: 32px;
  background: url(/bitrix/templates/sinto_new/ib/css/../images/menu-icon4.png) 0 0 no-repeat
}

.project--common-card .project_otrasl .otr {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 300;
  font-family: ProximaNova;
  -webkit-background-size: auto;
  background-size: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 12px 0 12px 30px
}

.project--common-card .project_otrasl .otr:last-child {
  border-bottom: none
}

.project--common-card .project_otrasl .otr span {
  position: static;
  transform: translateY(0)
}

.s-icon1 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s1.png) no-repeat left center
}

.s-icon2 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s2.png) no-repeat left center
}

.s-icon3 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s3.png) no-repeat left center
}

.s-icon4 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s4.png) no-repeat left center
}

.s-icon5 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s5.png) no-repeat left center
}

.s-icon6 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s6.png) no-repeat left center
}

.s-icon7 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s7.png) no-repeat left center
}

.s-icon8 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s8.png) no-repeat left center
}

.s-icon9 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s9.png) no-repeat left center
}

.s-icon10 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s10.png) no-repeat left center
}

.s-icon11 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s11.png) no-repeat left center
}

.s-icon12 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s12.png) no-repeat left center
}

.s-icon13 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s13.png) no-repeat left center
}

.s-icon14 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s14.png) no-repeat left center
}

.s-icon15 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s15.png) no-repeat left center
}

.s-icon16 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s16.png) no-repeat left center
}

.s-icon17 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s17.png) no-repeat left center
}

.s-icon18 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s18.png) no-repeat left center
}

.s-icon19 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s19.png) no-repeat left center
}

.s-icon20 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s20.png) no-repeat left center
}

.s-icon21 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s21.png) no-repeat left center
}

.s-icon22 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s22.png) no-repeat left center
}

.s-icon23 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s23.png) no-repeat left center
}

.s-icon24 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s24.png) no-repeat left center
}

.s-icon25 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s25.png) no-repeat left center
}

.s-icon26 {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/s26.png) no-repeat left center
}

.projects .col .project--common-card {
  min-height: 330px
}

.main_slide_small--custom:before {
  opacity: .7 !important
}

.events-item2 {
  display: flex;
  flex-direction: column;
  height: 320px;
  margin-bottom: 30px;
  font-family: 'Noto Sans', sans-serif
}

.events-item2__img {
  display: flex;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative
}

.events-item2__img a {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute
}

.events-item2__desc {
  padding: 20px
}

.events-item2__top {
  display: flex;
  justify-content: space-between
}

.events-item2__views {
  display: flex;
  align-items: center;
  color: #9f9f9f;
  font-size: 12px
}

.eye-icon {
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url(/bitrix/templates/sinto_new/ib/css/../images/eye-icon.svg) no-repeat;
  background-size: 100%;
  margin-right: 5px
}

.events-item2__label {
  font-size: 14px;
  color: #454545;
  margin-bottom: 8px
}

.events-item2__title {
  margin-bottom: 25px
}

.events-item2__title a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none
}

.events-item2__control {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.events-item2__btn {
  display: inline-block;
  height: 36px;
  border: 1px solid #f6bb42;
  line-height: 36px;
  border-radius: 18px;
  color: #000;
  font-size: 14px;
  width: 115px;
  text-align: center;
  font-weight: 400
}

.events-item2__btn:hover {
  color: #000;
  background: #f6bb42
}

.events-item2__share a {
  font-size: 12px;
  color: #828282;
  display: flex;
  align-items: center;
  margin: 0 20px 0 0
}

.events-item2__share a:hover {
  text-decoration: underline
}

.heart-icon {
  display: inline-block;
  background: url(/bitrix/templates/sinto_new/ib/css/../images/heart-icon.svg) no-repeat;
  width: 19px;
  height: 19px;
  margin-right: 5px
}

.events-item2__share {
  display: flex
}

.share-icon {
  display: inline-block;
  background: url(/bitrix/templates/sinto_new/ib/css/../images/chare-icon.svg) no-repeat;
  width: 19px;
  height: 19px;
  margin-right: 5px
}

.events-item3__img {
  height: 270px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative
}

.events-item3__img:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: .7;
  transition: all ease .3s
}

.events-item3:hover .events-item3__img:before {
  opacity: .6
}

.events-item3__text {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 270px;
  font-size: 20px;
  font-weight: 700;
  padding: 0 30px;
  line-height: 130%
}

.events-item3__text span {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px
}

.events-item3__text span.events-item4__btn {
  display: inline-block;
  height: 36px;
  background: #ffff;
  line-height: 36px;
  border-radius: 18px;
  color: #000;
  font-size: 14px;
  width: 115px;
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
  border: 1px solid #fff;
  font-family: 'Noto Sans', sans-serif;
  text-transform: none
}

.events-item3 {
  margin-bottom: 40px;
  transition: all ease .3s
}

.events-item3:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, .06)
}

.events-item3__link {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3
}

.p_bunner {
  background-position: top center;
  background-repeat: no-repeat
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px
}

.p_bunner .container {
  height: 422px;
  display: flex;
  align-items: center
}

.p_bunner-title {
  font-size: 45px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 130%
}

.flex-row {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.p_s1-text {
  width: 60%
}

.p_s1-text h3,
.p_s2-text h3 {
  color: #034a6e;
  font-size: 33px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  line-height: 130%
}

.p_s1-text p,
.p_s2-text p {
  margin-bottom: 30px
}

.p_s1-img {
  width: 35%
}

.p_s1-img img {
  width: 100%
}

.p_section1 {
  padding: 100px 0 60px
}

.button {
  display: inline-block;
  border-radius: 30px;
  background-color: #f6bb42;
  padding: 0 26px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  white-space: nowrap;
  color: #000;
  font-weight: 700
}

.button:hover {
  background: #f4ae1d;
  color: #000
}

.p_s2-img {
  width: 40%
}

.p_s2-img img {
  max-width: 100%
}

.p_s2-text {
  width: 50%
}

.p_section2 {
  background: #f9f9f9;
  padding: 45px 0 20px
}

.p_s4-title {
  text-align: center;
  color: #034a6e;
  font-size: 33px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 100px
}

.p_section4 {
  padding: 140px 0
}

.p-s4__text {
  width: 50%
}

.p-s4__progress {
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
  padding: 25px;
  margin-top: 30px
}

.p-s4__text p {
  color: #373737;
  font-size: 18px;
  line-height: 140%
}

.p-s4__progress-line {
  position: relative;
  display: flex;
  justify-content: space-between
}

.p-s4__progressbar {
  position: absolute;
  bottom: -20px;
  width: 100%
}

.p-s4__progress-line>span {
  color: #373737;
  font-size: 20px;
  font-weight: 700
}

.p-s4__progress-row {
  margin-bottom: 50px
}

.p-s4__progress-row:last-child {
  margin-bottom: 30px
}

.p-s4__progressbar span {
  display: block;
  height: 4px;
  background: #f6bb42
}

.wifi-icon {
  display: inline-block;
  background: url(/bitrix/templates/sinto_new/ib/css/../images/wifi-icon.png) no-repeat;
  width: 24px;
  height: 18px;
  margin-left: 5px
}

.wifi-icon1 {
  display: inline-block;
  background: url(/bitrix/templates/sinto_new/ib/css/../images/wifi-icon1.png) no-repeat;
  width: 24px;
  height: 18px;
  margin-left: 5px
}

.p-s4__progress-line2 {
  position: relative;
  display: flex;
  justify-content: space-between
}

.p-s4__progress-line2>span {
  color: #8e8e8e;
  font-size: 20px;
  font-weight: 700
}

.p-s4__img {
  width: 40%;
  border-radius: 5px;
  overflow: hidden
}

.p-s4__img img {
  display: block
}

.video-play {
  display: block;
  position: relative;
  color: #fff;
  font-size: 20px;
  border-radius: 8px;
  overflow: hidden
}

.video-play img {
  display: block
}

.video-play span {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0
}

.play-icon {
  display: inline-block;
  background: url(/bitrix/templates/sinto_new/ib/css/../images/play-icon.png) no-repeat;
  width: 80px;
  height: 80px;
  background-size: 100%;
  margin-bottom: 15px
}

.p_section5 {
  padding: 120px 0;
  overflow: hidden
}

.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
  flex-wrap: wrap
}

.tabs li {
  margin: 0 10px 15px 10px
}

.tabs li a {
  display: inline-block;
  height: 60px;
  line-height: 58px;
  border-radius: 30px;
  padding: 0 20px;
  border: 1px solid #034a6e;
  color: #000;
  font-size: 16px;
  font-weight: 700
}

.tabs li a:hover {
  color: #034a6e
}

.tabs li.active a {
  background: #034a6e;
  color: #fff
}

.panel-container {
  background: #f9f9f9;
  padding: 60px 120px;
  margin: 0 -60px
}

.p_s5-text {
  width: 60%
}

.p_s5-text h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%
}

.p_s5-text ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.p_s5-text ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 30px
}

.p_s5-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #034a6e;
  left: 0;
  top: 8px
}

.p_s5-item {
  height: 150px;
  background: #ebebeb;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
  width: 283px;
  justify-content: center
}

.p_s5-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .4);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  opacity: 0;
  transition: all ease .3s
}

.p_s5-item a:hover {
  opacity: 1
}

.fixed-tools {
  z-index: 99
}

.header-socials {
  margin-right: 0px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-100%);
  width: auto;
}

.header-socials a {
  display: block;
  width: 40px;
  height: 40px;
  background: #eee;
  border-radius: 50%;
  margin-left: 12px;
  position: relative
}

.header-btns {
  right: 400px
}

.header-info {
  right: 220px
}

.icon-wa {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/bitrix/templates/sinto_new/ib/css/../images/wa-icon.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.icon-tg {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/bitrix/templates/sinto_new/ib/css/../images/tg-icon.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 7px;
  top: 10px
}
.icon-yt{
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://site.sinto.pro/bitrix/templates/sinto_new/sinto2/images/yt-icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 8px;
}
.icon-dz{
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://site.sinto.pro/bitrix/templates/sinto_new/sinto2/images/dz-icon.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 8px;
}
.footer-left {
  position: relative;
  bottom: auto;
  left: auto;
  margin-left: auto;
  float: left;
  text-align: center
}

.footer-left .social-title {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 34px;
}

.footer-left a.social {
  width: 42px;
  height: 42px;
  background-size: contain;
  margin: 0 1px;
  border: 2px solid #fff;
  border-radius: 50%
}

.footer-left a.social:hover {
  background-color: #fff !important
}

.wa {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/wa-icon.svg) no-repeat center !important;
  background-size: 24px !important
}

.tg {
  background: url(/bitrix/templates/sinto_new/ib/css/../images/tg-icon.svg) no-repeat 38% 50% !important;
  background-size: 24px !important
}

.import-slider {
  height: 390px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover
}

.import-slider__item {
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  padding-top: 40px;
  max-width: 760px;
  margin: 0 auto
}

.import-slider__item h3 {
  font-size: 36px;
  font-family: 'Noto Sans', sans-serif;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0 0 15px 0
}

.import-slider__item p {
  font-size: 16px;
  line-height: 2;
  margin: 0
}

.button3 {
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 0 35px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  white-space: nowrap;
  color: #fff
}

.button3:hover {
  background: #f6bb42;
  color: #000;
  border-color: #f6bb42
}

.import-slider__btn {
  margin-top: 20px
}

.import-slider__list .owl-dots button {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #c9c9c9;
  border-radius: 50%;
  margin: 0 8px
}

.import-slider__list .owl-dots button.active {
  background: #f6bb42
}

.import-slider__list .owl-dots {
  margin: 0;
  bottom: -50px;
  top: auto
}

.block-title {
  color: #034a6e;
  font-size: 27px;
  font-family: 'Noto Sans', sans-serif;
  margin-bottom: 35px
}

.text {
  font-size: 16px;
  color: #535b60;
  line-height: 2
}

.text p {
  margin: 20px 0
}

.text ul {
  margin: 30px 0;
  padding: 0;
  list-style: none
}

.text ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px
}

.text ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #535b60;
  left: 0;
  top: 14px
}

.text h4 {
  font-size: 18px;
  color: #034a6e;
  font-weight: 400
}

.import-section1 .text {
  max-width: 670px
}

.col-4 {
  width: 33.3333%;
  padding: 0 15px;
  box-sizing: border-box
}

.is-item {
  background: #fff;
  padding: 24px
}

.client--common-card {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center
}

.is-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #f2f2f2;
  border-radius: 50%;
  margin-bottom: 20px
}

.is-item__title {
  color: #31424b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px
}

.is-item p {
  color: #4e565b;
  font-size: 15px;
  line-height: 2;
  margin: 0
}

.is-row {
  display: flex;
  margin: 0 -15px
}

.import-pagetitle {
  height: 393px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff
}

.import-pagetitle__text {
  max-width: 850px
}

.import-pagetitle__text h3 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0 0 30px 0
}

.import-pagetitle__text p {
  font-size: 16px;
  line-height: 2
}

.import-inner {
  padding: 60px 0 50px
}

.import-inner .text {
  max-width: 680px
}

.fixed_nav0 .header-info {
  right: 0
}

.title-widget {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 30px
}

.title-widget .h2 {
  font-weight: 500;
  font-size: 32px;
  margin: 0;
  max-width: 750px;
  line-height: 1.3
}

.serve-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start
}

.serve-item {
  border: 1px solid #e7e7e7;
  width: 254px;
  position: relative;
  margin: 0 30px 40px 0
}

.serve-item__link,
.services-item__link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.serve-item__img {
  display: flex;
  width: 100%;
  height: 130px;
  border-bottom: 1px solid #e7e7e7;
  justify-content: center;
  align-items: center
}

.serve-item__title {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  padding: 10px
}

.serve-item:hover,
.serve-item:hover .serve-item__img {
  border-color: #034a6e
}

.col-3 {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box
}

.services-item {
  position: relative;
  border: 1px solid #e7e7e7;
  transition: all ease .3s
}

.services-item:hover {
  box-shadow: 0 11px 30px rgba(0, 0, 0, .05)
}

.services-item__desc {
  background: #fff;
  padding: 10px
}

.services-item__title {
  font-family: Roboto;
  font-weight: 500;
  color: #000;
  font-size: 18px
}

.services-item__img img {
  display: block;
  width: 100%
}

.docs-widget {
  padding: 35px 0;
  border-top: 1px solid #ebebeb
}

.docs-widget__title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px
}

.docs-widget__item {
  margin-bottom: 20px
}

.docs-widget__item a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000
}

.docs-widget__item a:hover {
  color: #034a6e
}

.pdf-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/bitrix/templates/sinto_new/ib/css/../images/pdf-icon.png) no-repeat;
  margin-right: 10px
}

.docs-widget__item a:hover .pdf-icon {
  background-image: url(/bitrix/templates/sinto_new/ib/css/../images/pdf-icon2.png)
}

.services-detail {
  padding-bottom: 0
}

.serve-item__desc {
  position: absolute;
  background: #fff;
  border: 1px solid #034a6e;
  right: -1px;
  left: -1px;
  border-top: 0;
  padding: 0 0 15px 30px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  margin-top: -1px
}

.serve-item__desc ul {
  margin: 0;
  padding: 0
}

.serve-item:hover .serve-item__desc {
  opacity: 1;
  visibility: visible
}

nav .first_lvl > li > a{
  height: auto;
}

nav .show_search_form{
  top: 0
}

.search_form--new{
  top: 8px
}

nav.fixed_nav0 .first_lvl{
  margin: 0 auto;
}

nav.fixed_nav0 .header-btn{
  display: block;
}


.block--partners .sert{
  height: 75px !important;
}

.main-page-body .form-new--small{
  max-width: 100%;
}

.footer-services, .footer-solution, .footer_container .info_col{
  width: 25%;
}

.footer-socials{
  position: static !important;
  transform: translateX(0) !important;
}

.info_col .social-title .h4{
  text-align: right;
}

.info_col .footer-left{
  text-align: right;
  width: 100%;
  float: none;
}

.info_col .footer-socials{
  text-align: right;
}

.btn--transparent:hover{
  background: #f4ae1d !important;
  border-color: #f4ae1d;
  color: #000;
}

.input-wrapper input[type="email"], .input-wrapper:not(.input-wrapper--textarea-and-file) input[type="text"]{
  font-size: 16px !important;
}

.form-new textarea{
  font-size: 16px;
  resize: none;
  padding-left: 0 !important;
}

.btn-col{
  margin-top: 56px;
}

.footer__title {
  display: block;
  margin-bottom: 13px;
  font-family: 'Noto Sans', sans-serif !important;
  font-size: 20px;
  line-height: 34px;
  text-transform: capitalize !important;
  font-weight: 700;
}

.footer-socials{
  margin-top: 0 !important;
}

.input-wrapper input[type="email"], .input-wrapper:not(.input-wrapper--textarea-and-file) input[type="text"]{
  padding-left: 0 !important;
}

.col--50 .col--100{
  padding: 10px 0;
}

.first_lvl.fixed_nav{
  width: 100% !important;
}

.first_lvl.fixed_nav > li{
  width: auto !important;
  position: static !important;
}

.first_lvl.fixed_nav .nav_logo{
  left: 65px;
  height: 63px;
  position: absolute;
}

.fixed_nav .header-btns{
  right: 190px
}

.fixed_nav .burger{
  width: 50px !important;
  left: 0 !important;
}

.header-sign-link__text{
  top: 50% !important;
  left: 131% !important;
  transform: translate(0, -11px) !important;
}

.logo-list__item2{
  width: 25%;
}

.ib-banner{
  height: 926px;
  background-color: #02164C;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 200px;
  box-sizing: border-box;
}

.ib-banner__title{
  text-align: center;
  color: #F6BB42;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 78px;
  line-height: 90px;
  margin: 0 0 65px 0;
}

.ib-banner__text{
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  max-width: 1270px;
  margin: 0 auto;
  p{
    margin: 40px 0;
    line-height: 120%;
  }
}

.block-title2{
  color: #02164C;
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: 'Rubik', sans-serif;
  span{
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    line-height: 130%;
    margin-top: 10px;
  }
}

.ib-section1{
  padding: 60px 0 72px;
  .container{
    max-width: 1278px;
  }
}

.ib-s1__row{
  display: flex;
  justify-content: space-between;
  margin-bottom: 74px;
}

.ib-s1__item-img{
  width: 200px;
  height: 200px;
  background: #010F3D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 35px;
}

.ib-s1__col{
  width: 25%;
  max-width: 250px;
}

.ib-s1__item{
  text-align: center;
  font-family: 'Rubik', sans-serif;
  color: #02164C;
  h3{
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
  }
  p{
    font-size: 15px;
    margin: 0;
    line-height: 18px;
  }
}

.ib-s1__text{
  font-size: 20px;
  font-weight: 600;
  color: #02164C;
  line-height: 130%;
}

.ib-section2{
  .container{
    max-width: 1278px;
  }
  .block-title2{
    margin-bottom: 15px;
  }
}

.ib-s2__item{
  background: rgba(255,255,255,0.8);
  border-radius: 18px;
  padding: 20px 23px;
  color: #02164C;
  height: 100%;
  margin-bottom: 20px;
  h3{
    margin: 0 0 11px 0;
    font-size: 18px;
    font-weight: 600;
    color: #02164C;
    font-family: 'Rubik', sans-serif;
  }
  ul{
    margin: 0;
    padding: 0 0 0 23px;
    font-size: 14px;
    font-weight: 600;
    li{
      line-height: 22px;
    }
  }
}

.ib-s2__row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.ib-s2__col{
  width: 50%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.ib-s2__wrapp{
  background: #FFDA8F;
  padding: 50px 0 30px;
}

.ib-s2__text{
  font-size: 24px;
  line-height: 27px;
  font-weight: 500;
  color: #02164C;
  font-family: 'Rubik', sans-serif;
  padding: 31px 0 78px;
  &.upper{
    text-transform: uppercase;
  }
}

.ib-section3{
  background: #F5F5F5;
  padding: 40px 0;

  .block-title2{
    text-align: center;
    margin-bottom: 38px;
    p{
      font-size: 20px;
      font-family: 'Noto Sans', sans-serif;
      text-transform: none;
      font-weight: 400;
      margin-top: 6px;
      letter-spacing: 0.2px;
      a{
        color: #02324C;
        font-weight: 700;
      }
    }
  }
}

.ib-s3__form{
  max-width: 400px;
  margin: 0 auto;
}

.inputbox2{
  input{
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #02324C;
    border-radius: 12px;
    padding: 0 14px;
    font-size: 18px;
    background: transparent;
    box-sizing: border-box;
    &::placeholder{
      color: #5E5E5E;
    }
  }
}

.ib-s3__form-row{
  margin-bottom: 25px;
}

.ib-s3__form-btn{
  display: block;
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: 700;
  color: #3E3E3E;
  font-family: 'Noto Sans', sans-serif;
  background: #F6BB42;
  border-radius: 12px;
  border: none;
}

.ib-s4__title{
  font-size: 28px;
  letter-spacing: -0.4px;
  line-height: 130%;
  color: #02324C;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.ib-section4{
  padding: 100px 0 80px;
  .container{
    max-width: 1278px;
  }
}

.ib-s4-item{
  height: 153px;
  background: #E7E7E7;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  img{
    display: block;
    max-width: 90%;
  }
}

.ib-s4-carousel{
  .owl-nav{
    display: block !important;
    .owl-prev{
      display: block;
      position: absolute;
      left: -40px;
      top: 50%;
      margin-top: -12px;
      font-size: 0 !important;
      width: 24px;
      height: 24px;
      background: url(/bitrix/templates/sinto_new/ib/css/../images/di-slider-arrow.svg) no-repeat center !important;
    }
    .owl-next{
      display: block;
      position: absolute;
      right: -40px;
      transform: rotate(180deg);
      top: 50%;
      margin-top: -12px;
      font-size: 0 !important;
      width: 24px;
      height: 24px;
      background: url(/bitrix/templates/sinto_new/ib/css/../images/di-slider-arrow.svg) no-repeat center !important;
    }
  }


}

.ib-section5{
  padding: 60px 0 100px;
  .container{
    max-width: 1280px;
  }
  .block-title2{
    span{
      letter-spacing: 0.18px;
    }
  }
}

.ib-s5__list{
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 1057px;
  li{
    margin-bottom: 20px;
    border: 2px solid #283661;
    border-radius: 37px;
    padding: 26px 15px;
    background: rgba(203,203,203,0.4);
    font-size: 16px;
    color: #02164C;
    font-weight: 600;
  }
}

.ib-section6{
  background: #FFDA8F;
  padding:  60px 0;
  .container{
    max-width: 1280px;
  }
  .block-title2{
    span{
      font-size: 16px;
      font-weight: 600;
      line-height: 130%;
      margin-top: 20px;
      letter-spacing: 0.08px;
    }
  }
}

.ib-s6__list{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 400px;
  li{
    height: 75px;
    background: #FFFFFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-family: 'Rubik', sans-serif;

    &:last-child{
      margin-bottom: 0;
    }
    span{
      display: block;
      min-width: 75px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    div{
      text-align: center;
      flex: 1;
      padding-right: 15px;
      font-size: 18px;
      font-weight: 600;
      color: #02164C;
    }

    &:nth-child(1){
      transform: translate(110px);
    }
    &:nth-child(2){
      transform: translate(28px);
    }
    &:nth-child(4){
      transform: translate(28px);
    }
    &:nth-child(5){
      transform: translate(110px);
    }
  }
}

.ib-s6__list2{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 400px;
  li{
    height: 75px;
    background: #FFFFFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-family: 'Rubik', sans-serif;
    &:last-child{
      margin-bottom: 0;
    }
    span{
      display: block;
      min-width: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    div{
      text-align: center;
      flex: 1;
      padding-left: 15px;
      font-size: 18px;
      font-weight: 600;
      color: #02164C;
    }

    &:nth-child(1){
      transform: translate(-110px);
    }
    &:nth-child(2){
      transform: translate(-28px);
    }
    &:nth-child(4){
      transform: translate(-28px);
    }
    &:nth-child(5){
      transform: translate(-110px);
    }
  }
}

.ib-s6-wrapp{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.ib-s6-title{
  position: absolute;
  width: 400px;
  height: 400px;
  background: #00416A;
  border-radius: 50%;
  color: #fff;
  left: 50%;
  transform: translate(-50%,0);
  top: 50px;
  padding: 70px 25px;
  box-sizing: border-box;
  border: 26.17px solid rgba(196,212,255,0.67);
  h2{
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    margin: 0 0 25px 0;
    text-align: center;
    letter-spacing: 1.5px;
  }
  ul{
    margin: 0;
    padding: 0;
    list-style: none;
    li{
      margin-bottom: 5px;
      font-size: 13px;
      line-height: 130%;
      font-family: 'Noto Sans', sans-serif;
    }
  }
}

.ib-section7{
  padding: 60px 0;
  .container{
    max-width: 1278px;
  }

  .ib-s2__col{
    &:last-child{
      .ib-s7__item{
        padding:  23px 20px 20px 35px
      }
    }
  }
}

.ib-s7__item{
  background: rgba(203,203,203,0.4);
  padding: 26px 20px;
  border-radius: 15px;
  height: 100%;
  h3{
    margin: 0 0 6px 0;
    font-size: 22px;
    font-weight: 600;
    color: #02164C;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
  }
  ul{
    margin: 0;
    padding: 0 0 0 23px;
    li{
      font-size: 15px;
      font-weight: 600;
      color: #02164C;
      margin-bottom: -3px;
    }
  }
}

@media (max-width:1240px) {
  .header-sign-link__text{
    display: none !important;
  }
  .fixed_nav0 .header-info{
    right: 50px
  }
  .fixed_nav .header-btns{
    right: 240px
  }
  .products-col {
    width: 310px
  }
  .product-item__btn a {
    font-size: 17px
  }
  .product-item__title {
    font-size: 23px
  }
  .product-item__info ul {
    font-size: 16px
  }
  .product-item__desc {
    font-size: 15px
  }
  .product-desc__title {
    font-size: 30px
  }
  .product-desc__price {
    font-size: 42px
  }
  .services .cols {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
  }
  .services .col--25 {
    width: 50%
  }
  .p_bunner {
    background-size: cover;
    background-position: 50% 50%
  }
  .p_bunner .container {
    height: 300px
  }
  .p_bunner-title {
    font-size: 32px
  }

  .ib-s4-carousel{
    .owl-nav{
      .owl-prev{
        left: 50%;
        margin: 0 0 0 -50px;
        top: auto;
        bottom: -50px;
      }
      .owl-next{
        right: 50%;
        margin: 0 -50px 0 0 ;
        top: auto;
        bottom: -50px;
      }
    }
  }

  .ib-s6-title{
    position: static;
    transform: translate(0,0);
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 20px;
    border-width: 10px;
    margin-bottom: 20px;
    h2{
      text-align: left;
    }
  }

  .ib-s6-wrapp{
    flex-wrap: wrap;
  }

  .ib-s6__list,
  .ib-s6__list2{
    width: 48%;
    li{
      transform: translate(0,0) !important;
    }
  }


}

@media screen and (max-width: 1150px){
  body .block--schedule .col--33 {
    float: none !important;
    width: 100% !important
  }
}

@media (max-width:1000px) {
  .search_form--new .search_form_cont{
    width: 100% !important;
    right: -11px
  }
  .first_lvl.fixed_nav{
    width: auto !important
  }
  body .search_form--new:not(.search_form--static) input[type=text]{
    width: 100% !important;
    box-sizing: border-box;
  }
  .first_lvl.fixed_nav .nav_logo{
    left: 15px;
  }
  .footer_container{
    display: flex;
    flex-wrap: wrap;
  }

  .footer_container .info_col,
  .footer_container .footer-solution,
  .footer_container .footer-services{
    width: 50%;
  }

  .info_col .social-title .h4{
    text-align: left;
  }

  .info_col .footer-left{
    text-align: left;
  }

  .info_col .footer-socials{
    text-align: left;
    float: none;
  }

  .products-col {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 40px
  }
  .products-grid {
    flex-wrap: wrap
  }
  .product-galery {
    float: none;
    margin: 0 auto 40px;
    max-width: 520px
  }
  .product-desc {
    margin-left: 0
  }
  .flex-row {
    flex-wrap: wrap
  }
  .p-s4__text,
  .p_s1-text,
  .p_s2-text {
    width: 100%
  }
  .p-s4__img,
  .p_s1-img,
  .p_s2-img {
    width: 100%;
    text-align: center
  }
  .p_s1-img img,
  .p_s2-img img,
  .p_s4-img img {
    max-width: 100%;
    width: auto
  }
  .p_s2-text {
    order: 0
  }
  .p_s2-img {
    order: 1
  }
  .p-s4__img {
    text-align: center;
    margin-top: 40px
  }
  .p_s5-text {
    width: 100%;
    margin-bottom: 30px
  }
  .p_s5-col {
    display: flex;
    flex-wrap: wrap
  }
  .panel-container {
    padding: 30px;
    margin: 0
  }
  .p_s5-item {
    margin: 0 10px 20px 10px
  }
  .footer-left a.social {
    width: 33px;
    height: 33px
  }
  .is-row {
    flex-wrap: wrap
  }
  .is-row .col-4 {
    width: 50%;
    margin-bottom: 30px
  }
  .is-row .col-3 {
    width: 50%;
    margin-bottom: 30px
  }
  nav .show_search_form{
    top: 7px
  }

  .ib-banner__title{
    font-size: 45px;
    line-height: 120%;
  }

  .ib-banner{
    padding: 100px 15px 0;
    height: 660px;
  }

  .ib-banner__text{
    font-size: 20px;
  }

  .ib-s1__col{
    width: 50%;
    max-width: 100%;
  }

  .ib-s1__row{
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .ib-s1__item{
    margin-bottom: 40px;
  }

}
@media (max-width:768px) {
  .logo-list__row{
    flex-wrap: wrap;
  }
  .logo-list__item2{
    width: 50%;
  }
  .products-col {
    width: 100%
  }
  .products-title {
    font-size: 40px
  }
  .product-desc__title {
    display: block
  }
  .product-desc__disc {
    margin-left: 10px
  }
  .product-galery__slider-wrapp {
    display: none
  }
  .slick-slider {
    margin-left: 0
  }
  .product-galery__slider {
    width: 100%
  }
  .product-desc__title {
    font-size: 22px
  }
  .product-desc__price {
    font-size: 36px
  }
  .product-desc__price span {
    font-size: 23px;
    margin-bottom: 10px
  }
  .product-desc__info {
    font-size: 17px;
    margin: 25px 0
  }
  .product-desc__info li {
    margin: 10px 0
  }
  .product-desc .tabs li a {
    font-size: 17px
  }
  .product-desc__table tr td,
  .product-desc__text {
    font-size: 16px
  }
  .product-desc__table tr td {
    padding: 10px
  }
  .product-widget__list li {
    width: 100%
  }
  .product-widget__row {
    flex-direction: column
  }
  .services .col--25 {
    width: 100%
  }
  .services__filter {
    margin-bottom: 20px
  }
  .service-solutions .service_title {
    padding-left: 60px
  }
  .service_title_icon_99:before {
    left: 17px
  }
  .service-solutions .section_services__link--with-pic {
    padding-left: 0
  }
  .tabs li a {
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
    font-size: 14px
  }
  .p_section4,
  .p_section5 {
    padding: 60px 0
  }
  .p_s4-title {
    margin-bottom: 60px
  }
  .footer-left {
    float: none
  }
  .is-row .col-4 {
    width: 100%
  }
  .import-slider__item {
    padding: 50px 20px 0 20px
  }
  .import-pagetitle__text h3,
  .import-slider__item h3 {
    font-size: 21px
  }
  .import-pagetitle__text p,
  .import-slider__item p {
    font-size: 14px
  }
  .import-pagetitle__text {
    padding: 0 20px
  }
  .title-widget {
    flex-direction: column
  }
  .title-widget .h2 {
    margin-bottom: 30px
  }

  .ib-s6__list,
  .ib-s6__list2{
    width: 100%;
    li{
      margin-bottom: 15px !important;
    }
  }

  .ib-s6__list2{
    li{
      flex-direction: row-reverse;
      div{
        padding: 0 15px 0 0;
      }
    }
  }
}

@media(max-width:700px) {
  body header{
    height: 150px !important;
  }
  body header #logo {
    margin-top: 20px
  }
  .app-modal__row {
    flex-direction: column;
    margin-bottom: 0
  }
  .app-modal__col {
    width: 100%;
    margin-bottom: 30px
  }
  .app-modal__radio {
    flex-direction: column;
    margin-top: 20px
  }
  .app-modal__file {
    flex-direction: column;
    align-items: center
  }
  .app-modal__file>span {
    text-align: center;
    margin-bottom: 20px
  }
  .header-info {
    right: 15px;
    top: -3px
  }
  .header-socials {
    top: 68%
  }
  .footer-left {
    text-align: left
  }
  .serve-item {
    width: 100%;
    margin-right: 0
  }
  .serve-item__title {
    text-align: center
  }
  .is-row .col-3 {
    width: 100%
  }
  .footer_container .info_col,
  .footer_container .footer-solution,
  .footer_container .footer-services{
    width: 100%;
  }

  .events-item2__desc{
    padding: 20px 0;
  }

  .ib-banner__title{
    font-size: 30px;
  }

  .ib-banner__text{
    font-size: 18px;
  }

  .ib-banner{
    padding: 80px 15px;
    height: auto;
  }

  .ib-s1__col{
    width: 100%;
  }

  .ib-s2__col{
    width: 100%;
  }

  .ib-section4{
    padding: 50px 0;
  }

  .ib-s6__list2 li div{
    font-size: 16px;
  }

  .ib-s7__item{
    margin-bottom: 20px;

  }

  .ib-s2__col{
    &:last-child{
      .ib-s7__item{
        margin-bottom: 0;
      }

    }
  }

  .block-title2{
    font-size: 24px;
    span{
      font-size: 18px;
    }
  }
}
/* End */


/* Start:/bitrix/templates/sinto_new/fancybox3/dist/jquery.fancybox.css?155234208317416*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

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

.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: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

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

.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 {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.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 {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.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 {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

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

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

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

/* Buttons */

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

.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 {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 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 {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

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

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

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

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.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 {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.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 {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    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%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@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 {
    max-height: 50vh;
    overflow: auto;
    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 {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@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 {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* 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-left: 6px;
        padding-right: 6px;
    }

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

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

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

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

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

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

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

.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 {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.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;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.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 {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

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

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

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

.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);
    }
}
/* End */


/* Start:/bitrix/templates/sinto_new/fancybox3/src/css/thumbs.css?15522952282416*/
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.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;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.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 {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

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

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

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

.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);
    }
}
/* End */


/* Start:/bitrix/templates/sinto_new/e_styles.css?16536231817014*/
body,html{height:auto!important}.main-banner-detail,header{max-width:1200px!important;width:auto!important;padding-left:40px!important;padding-right:40px!important}nav .first_lvl{max-width:1200px!important;width:auto!important}nav .submenu{width:1200px!important}header #logo{left:40px!important}header .show_search_form{right:40px!important}.header_nav{left:350px!important}header .phone_block{left:930px!important}.main_slide_small--main .main_slide_video{left:40px!important;width:470px!important}.main_slide_small--main .slide_result{width:470px!important}.wrap{width:1200px!important;max-width:1200px!important;padding:0 30px!important}.block--partners .content.pt{padding:0;width:auto}.block--partners .main_partner_cont{width:auto}.main-page-body .page_content{display:none}.main-page-body .form-new--small{padding:50px 0 80px;margin-top:0;border-top:0;max-width:570px}#for_footer{display:none}footer{margin-top:0!important;background:50% url('/bitrix/templates/sinto_new/images/artboard2.svg') repeat #034a6e!important;background-size:1090px!important}.footer_container{width:auto!important}footer .copy{padding-left:0;padding-right:0}footer .prominado{right:0}footer .info_col{padding-left:0}footer .foot_section{overflow:hidden;width:calc(100% - 680px)}footer .foot_section ul{float:left;width:calc(50% - 30px);margin-right:30px;padding-top:11px}footer .foot_section li{line-height:21px;margin-bottom:12px}.main-page-body .tensor_house{padding-top:60px;position:relative;height:auto;padding-bottom:4px}.main-page-body .tensor_house .wrap{position:relative}.main-page-body .tensor_house__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background:url('/bitrix/templates/sinto_new/images/tensor_house.jpg') center no-repeat;filter:grayscale(.6) brightness(2)}.main-page-body .tensor_house_left{width:55%}.main-page-body .main_page_about_info{width:auto}.main-page-body .tensor_house_right{width:calc(45% - 65px)}.main-page-body .tensor_house .our_positions{display:block;margin-top:20px}.main-page-body .tensor_house .position{display:block;bottom:0}.services{padding-bottom:80px;position:relative}.bx-breadcrumb{margin-top:30px!important;margin-bottom:0!important}.services h1{margin-top:0!important}.services .section_services__link{margin:11px 0;line-height:19px}.service .section_services{padding:15px 30px;min-height:300px}.services__solutions .project{min-height:470px}.services__solutions .like-h1{margin-bottom:20px}.projects--solutions .project__picture{height:130px;margin-bottom:5px}.services__filters{margin:0;position:absolute;top:-30px;right:30px}.services__filter{display:inline-block;vertical-align:top;margin-left:20px;text-align:left}.services__filter-title{font-weight:600;margin-bottom:-7px;color:#737373}.services-detail,.services-section{overflow:hidden;padding-bottom:80px}.l-col{float:left;width:calc(100% - 265px)}.r-col{width:235px;float:right}.servises_person{margin:0!important}.service-card--light.service-card--less .service-card__bg{height:158px}.services-section__description{margin-top:20px}.narrow-projects-carousel .owl-prev{left:-14px!important}.narrow-projects-carousel .owl-next{right:-16px!important}.services-detail .service_item_vendor,.services-section .service_item_vendor{margin:0 18px 13px 0}.service_item_vendor:nth-child(6n){margin-right:0}.services-detail{position:relative;margin-top:20px}.full-height-col{position:absolute;top:0;bottom:0;padding-bottom:30px}.project-detail .form-new--static,.services-detail .form-new--static{padding:30px 120px 0}.servises_person_info{padding:15px 10px 14px 10px!important}.servises_person__btns{padding:0 10px 20px!important}.narrow-projects-carousel .projects.owl-carousel{margin-left:-18px}.narrow-projects-carousel .projects.owl-carousel .project{margin-left:18px}.services-detail .owl-carousel .service-card--light.service-card--small{width:183px}.services-detail .owl-carousel .owl-prev{right:-9px!important}.services-detail .owl-carousel .owl-next{right:-11px!important}.services-detail__description>h2:first-child{margin-top:0}.project-detail__aside h3{font-size:20px;margin-bottom:10px}.project-detail{position:relative;margin-top:20px;padding-bottom:100px;font-size:17px;line-height:25px}.project-detail .snippet_temp{float:none;width:auto}.project-detail .snippet_temp+br{display:none}.project-detail .snippet_temp__right{width:200px}.project-detail .snippet_temp__left{max-width:calc(100% - 230px);width:auto}.project-detail .snippet_temp__right+.snippet_button{width:180px}.project-detail .snippet_temp__head{font-size:20px;line-height:25px}.project-detail .snippet_temp__text{font-size:14px;line-height:16px}.project-detail .results_ul{list-style:none}.project-detail .results_ul li{margin-bottom:15px;background-repeat:no-repeat;background-position:left center}.project-detail .project_job_title{font-size:14px}.filter_drop_cont a span{padding-left:5px!important}.filter_title_drop:after{right:0!important}.blog-person{padding:0 0 20px 0;overflow:hidden;border-bottom:solid 1px #ccc;margin:20px 0 25px}.blog-person__photo{display:inline-block;vertical-align:middle;width:100px;height:100px;border-radius:50%;overflow:hidden;background:50% no-repeat;background-size:cover;margin-right:30px}.blog-person__info{display:inline-block;vertical-align:middle}.blog-person__name{font-family:'Exo 2',sans-serif;font-size:21px;line-height:21px}.blog-person__company{font-size:15px;line-height:18px;margin-top:7px}.about-section{padding:0 0 70px;overflow:hidden}.about-section .section_nav{margin-bottom:0}.about-section .section_nav li:last-child{padding-bottom:0}.wrap--medium{width:1000px!important}.main_slide_small--about .main-banner-detail{padding:0!important}.main_slide_small--about h1{left:0!important}.about-section .persona:hover .percona_hover{position:static!important;width:auto!important;padding:0!important;box-shadow:none!important}.about-section .persona:hover{box-shadow:0 5px 30px rgba(0,0,0,.3)}.about-section .staff_photo{width:auto;padding:10px;height:180px;margin-top:10px}.about-section .vendor{width:auto;margin:0;display:block;text-align:center;transition:all .3s}.about-section .vendor:after{display:none!important}.about-section .vendor_info{display:inline-block;vertical-align:top}.about-section .vendor:hover{box-shadow:0 5px 30px rgba(0,0,0,.3)}.vendor_slide{width:auto!important;background-size:500px auto!important}.about-section .license:hover .license_h{position:static}.about-section .license{transition:all .3s;cursor:pointer;padding:20px}.about-section .license:hover{box-shadow:0 2px 16px 3px rgba(0,0,0,.1)}.about-section .license_hover:hover{position:static;width:auto;background:0 0;border:0;padding:0;box-shadow:none}.about-section .license .event_left{width:auto;margin-right:20px;max-width:150px}.about-section .license .event_left a{line-height:0}.about-section .license .event_right{width:calc(100% - 170px)}.search-page{padding-bottom:70px}.search_form--static{position:relative!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important}
/* End */


/* Start:/bitrix/templates/sinto_new/mobile.css?168975357234384*/

#wrapper,
.wrap {
    width: auto !important;
    min-width: 0 !important;
}
.burger-menu__bg {
    display: none;
}
.form-new textarea,
.input-wrapper input[type="email"],
.input-wrapper:not(.input-wrapper--textarea-and-file) input[type="text"] {
    border-radius: 0;
}
.main_slide_small--event,
.main_slide_small--main {
    width: 100vw;
}
body .search_form--new input[type="text"] {
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}
body .form-new__bottom a {
    white-space: nowrap;
}
body .fancy-wrap-video {
    width: 800px !important;
}
body .projects-root .l-col {
    width: 100%;
    float: none;
}
body .projects-root .projects .col--25 {
    width: 20%;
}
@media screen and (max-width: 1280px) {
    nav .first_lvl {
        margin-left: 40px !important;
    }
}
@media screen and (max-width: 1260px) {
    .services-detail .service_item_vendor:nth-child(6n),
    .services-section .service_item_vendor {
        margin-right: 18px;
    }
}
@media screen and (max-width: 1250px) {
    body .foot_menu {
        width: 210px;
    }
    body footer .foot_section {
        width: 500px;
    }
    body footer .foot_section ul {
        width: calc(50% - 15px);
    }
    body footer .foot_section ul:last-child {
        margin-right: 0;
    }
    body .main_slide_small--main .main_slide_video,
    body .main_slide_small--main .slide_result {
        width: 380px !important;
    }
    body .main-banner-detail__info {
        margin-left: calc(-50% + 460px);
        max-width: calc(100% - 510px);
        border: 0;
    }
    body .projects-root .r-col {
        width: 175px;
    }
    body .projects-root .projects--wide {
        margin-left: 0;
    }
    body .projects-root .nav_prj__block {
        width: 33.3%;
    }
}
@media screen and (max-width: 1240px) {
    body .block--branches .col--16 {
        width: 25%;
    }
}
@media screen and (max-width: 1220px) {
    body .project-detail .r-col {
        position: static !important;
        width: auto !important;
        padding-top: 20px;
        margin-bottom: 25px;
    }
    body .project-detail .full-height-col {
        position: static !important;
        padding-bottom: 0 !important;
    }
    body .wrap--small:not(.wrap--about) {
        width: auto !important;
        max-width: 735px;
    }
    body .wrap--small:not(.wrap--about) > * {
        margin: 0;
    }
    body .project-detail .r-col .photo_span {
        float: left;
        width: 160px;
        height: 160px;
    }
    body .project-detail .r-col .servises_person_info {
        padding: 0 !important;
    }
    body .project-detail .r-col .photo_span ~ .servises_person_info {
        padding-left: 180px !important;
    }
    body .project-detail .r-col .servises_person.person_margin {
        width: auto !important;
        max-width: 450px;
    }
    body .project-detail .r-col .servises_person__btns {
        padding: 0 0 10px !important;
        clear: both;
        margin-top: 10px;
    }
    body .services-detail .r-col {
        position: static !important;
        width: auto !important;
        margin-bottom: 25px;
        float: none;
    }
    body .services-detail .l-col {
        width: auto;
        float: none;
    }
    body .services-detail .full-height-col {
        position: static !important;
        padding-bottom: 0 !important;
    }
    body .services-detail .r-col .photo_span {
        float: left;
        width: 160px;
        height: 160px;
    }
    body .services-detail .r-col .servises_person_info {
        padding: 0 !important;
    }
    body .services-detail .r-col .photo_span ~ .servises_person_info {
        padding-left: 180px !important;
    }
    body .services-detail .r-col .servises_person.person_margin {
        width: auto !important;
        max-width: 450px;
    }
    body .services-detail .r-col .servises_person__btns {
        padding: 0 0 10px !important;
        clear: both;
        margin-top: 10px;
    }
    body .services-detail > .wrap {
        max-width: 750px !important;
    }
    .services-detail .form-new--static {
        padding-left: 0;
        padding-right: 0;
        max-width: 550px;
    }
    body .wrap--small.wrap--about > * {
        margin-left: -100px;
        margin-right: 150px;
    }
}
@media screen and (max-width: 1200px) {
    .projects.projects--solutions.solutions-root .col--20 {
        width: 25%;
    }
    body .about-section--vendors .vendor_info {
        width: 100%;
        background-size: contain !important;
    }
    body .about-section--vendors .col--25 {
        width: 33.3%;
    }
    body .about-section--license .license {
        height: auto !important;
    }
}
@media screen and (max-width: 1150px) {
    body .main_slide_small--about-us {
        display: none;
    }
    body .foot_menu {
        width: 180px;
        padding-left: 10px;
    }
    body footer .foot_section {
        width: 450px;
    }
    body .block--schedule .col--66 {
        width: 100%;
    }
    body .block--schedule .col--33 {
        width: 50%;
    }
    body .block--schedule .clear + .col--33,
    body .block--schedule .clear + .col--33 + .col--33 {
        padding-left: 20px;
    }
    body .block--schedule .col--33:last-child {
        float: right;
    }
    body .block--schedule .clear {
        display: none;
    }
    body .block--schedule .financial-schedule {
        margin: 20px 80px;
    }
    body .services--root .section_services {
        border: 0;
    }
    body .services--root .services__filter .custom-chosen + .chosen-container {
        min-width: 260px;
    }
    body .services--root h1 {
        margin-bottom: 10px;
        max-width: none;
    }
    body .services--root .services__filters {
        position: static;
    }
    body .services--root .services__filter:first-child {
        margin-left: 0;
    }
}
@media screen and (max-width: 1100px) {
    body .main_slide_small--main .main_slide_video,
    body .main_slide_small--main .slide_result {
        width: 340px !important;
    }
    body .main-banner-detail__info {
        margin-left: calc(-50% + 420px);
        max-width: calc(100% - 470px);
    }
    body .card__title {
        font-size: 22px;
        line-height: 23px;
        margin-bottom: 18px;
    }
    body .card__sign {
        margin-bottom: 10px;
    }
    body .events-item__info {
        top: calc(50% - 11px);
    }
    body .events-item__pics {
        height: 250px;
    }
    body .events-item__name {
        font-size: 21px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    body .events-item__label {
        margin: 10px 0;
    }
    body .events-item__btn-read {
        height: 33px;
        border-radius: 33px;
        line-height: 33px;
        margin-top: 5px;
    }
    body .wrap--medium {
        width: auto !important;
        max-width: 1000px;
    }
}
@media screen and (max-width: 1080px) {
    body nav .first_lvl li.radio-head {
        padding-left: 20px;
    }
    body .main-banner-detail__info .like-h1,
    body .main-banner-detail__info h1 {
        font-size: 27px;
        line-height: 34px;
    }
    body .main-banner-detail__btns .btn:last-child {
        margin-right: 0;
    }
    body nav.fixed_nav0 .first_lvl li.radio-head {
        padding-left: 18px;
        padding-right: 8px;
    }
    body .about-section--vendors .l-col {
        float: none;
        width: auto;
    }
    body .about-section--vendors .col--25 {
        width: 25%;
    }
}
@media screen and (max-width: 1030px) {
    nav .first_lvl li.radio-head {
        padding-left: 20px;
        padding-right: 10px;
    }
    body .card__title {
        font-size: 20px;
        margin-bottom: 14px;
    }
    body .card__sign {
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 1020px) {
    body footer .foot_section {
        width: 430px;
    }
}
@media screen and (max-width: 1000px) {
    .no-scroll {
        overflow: hidden;
    }
    body .wrap {
        padding: 0 25px !important;
    }
    header {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    header #logo {
        left: 17px !important;
    }
    header .header_nav.header_nav--second {
        left: 300px !important;
    }
    .header__tagline {
        left: 87px !important;
    }
    .burger {
        position: absolute;
        display: block !important;
        top: 0;
        left: 0;
        width: 75px;
        height: 60px;
        background: 50% url("/bitrix/templates/sinto_new/images/menu.svg") no-repeat;
        background-size: 30px 30px;
        cursor: pointer;
    }
    nav .first_lvl {
        display: block !important;
        text-align: right;
        margin-left: 70px !important;
    }
    nav .first_lvl li.fixed-nav-phone-container,
    nav .first_lvl li.radio-head,
    nav .first_lvl li:last-child:not(.active-result) {
        display: inline-block !important;
        vertical-align: top;
        width: auto !important;
    }
    nav .first_lvl li.radio-head {
        padding-left: 25px;
        padding-top: 15px;
    }
    nav .first_lvl li:last-child a {
        padding-left: 20px;
        padding-right: 20px;
    }
    body nav .first_lvl li.radio-head {
        position: absolute;
        top: -80px;
        right: 197px;
    }
    body .fixed-nav-phone {
        width: 148px;
    }
    body .burger-menu {
        position: absolute;
        top: 100%;
        background: #fff;
        vertical-align: top;
        padding: 21px 40px 40px 25px;
        box-shadow: 0 30px 20px -27px rgba(0, 0, 0, 0.2) inset;
        height: calc(100vh - 80px);
        overflow: auto;
        z-index: 2;
        display: inline-block;
        transform: translateX(-100%);
        transition: transform 0.4s;
    }
    .burger-menu.active {
        transform: translateX(0);
    }
    .burger-menu__item a {
        color: #333 !important;
        font-size: 20px;
        line-height: 30px;
        display: block;
        margin: 8px 0;
        /* border-bottom: solid 1px #e3e3e3; */
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .burger-menu__bg {
        position: absolute;
        left: 0;
        right: 0;
        opacity: 0.3;
        background: #000;
        height: calc(100vh - 60px);
        z-index: 1;
        top: 100%;
        cursor: pointer;
    }
    .burger-menu.active + .burger-menu__bg {
        display: block;
    }
    body footer {
        min-width: 0 !important;
    }
    body footer .foot_menu {
        display: none;
    }
    body footer .foot_section {
        width: calc(100% - 320px);
    }
    body .footer-column-btns a.btn,
    body .footer-column-btns a.btn:hover {
        padding: 0;
        border: 0;
        background: 0 0;
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 3px;
    }
    body .footer-socials .social-title {
        font-size: 19px;
        margin-bottom: 9px;
    }
    body footer .copy {
        font-size: 12px;
    }
    body .footer-socials a.social {
        width: 33px;
        height: 33px;
    }
    body header .header-sign-link,
    body header .show_search_form--new {
        height: 24px;
        top: 28px !important;
    }
    body header .header-sign-link--gallery {
        background-size: 29px;
        background-position-y: 8px;
    }
    body header .header-sign-link--video {
        background-size: 29px;
        background-position-y: 10px;
    }
    body header .search_form--new {
        top: 18px;
    }
    body header .search_form--new.active {
        width: 379px;
    }
    body header .search_form--new .search_form_cont {
        width: 100%;
    }
    body .search_form--new:not(.search_form--static) input[type="text"] {
        width: 290px;
    }
    body .main_slide_small--main .main_slide_video,
    body .main_slide_small--main .slide_result {
        display: none;
    }
    body .main-banner-detail__info {
        margin-left: 0;
        max-width: calc(100% - 110px);
        left: 55px;
    }
    body .fancybox-wrap:not(.fancy-wrap-video) {
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px) !important;
    }
    body .fancybox-inner {
        max-width: 100%;
    }
    body .bank-details {
        max-width: 75vw;
    }
    body .bank-details .btn {
        float: none;
        margin: 10px 0 0;
    }
    body .popup-docs {
        max-width: 85vw;
    }
    body .doc {
        width: auto;
    }
    body .doc__type {
        white-space: normal;
    }
    body .doc__name {
        max-width: calc(100% - 60px);
    }
    body .fancybox-nav span {
        visibility: visible;
    }
    body .fancy-wrap-custom .fancybox-next span,
    body .fancy-wrap-custom .fancybox-prev span {
        background-image: url("/bitrix/templates/sinto_new/images/right-arrow-white.svg");
    }
    body .events-root {
        margin-top: -10px;
        padding-bottom: 60px;
    }
    body .events-root > .l-col,
    body .events-root > .r-col {
        width: 100%;
        float: none;
    }
    body .events-root > .r-col {
        margin-bottom: 25px;
    }
    body .events-root .filter_section:not(.filter_section--root) {
        border-bottom: solid 1px #ccc;
        margin-bottom: 11px;
    }
    body .events-root .filter_section:not(.filter_section--root) ul {
        padding-bottom: 10px;
    }
    body .events-root .filter_title span {
        border-bottom: 0;
    }
    body .events-root .filter_section--root .left_column_titile {
        margin-bottom: 15px;
    }
    .projects.projects--solutions.solutions-root .col--20 {
        width: 33.3%;
    }
    body .projects-root .nav_prj__block {
        width: 34%;
    }
    body .services-section .col--25,
    body .services-section .col--33 {
        width: 50%;
    }
    body .services-section .service-card--light.service-card--less .service-card__bg {
        height: 143px;
    }
    body .wrap--small.wrap--about > * {
        margin: 0;
    }
    body .about-section .r-col {
        display: none;
    }
    body .wrap--small.wrap--about {
        width: auto !important;
        max-width: 735px;
    }
    body .wrap--about:not(.wrap--small) .l-col {
        float: none;
        width: auto;
    }
    body .person_detail_info_photo,
    body .person_detail_info_text {
        float: none;
        width: auto;
        margin: 0;
    }
    body .person_detail_info_photo {
        text-align: center !important;
        margin-bottom: 20px;
        padding-top: 0;
    }
    body .vendor_detail_info--popup {
        width: auto;
    }
    body .about-section--tender {
        margin-top: 20px !important;
    }
    body .about-section--license .l-col {
        width: auto;
        float: none;
    }
    body .about-section--jobs .license {
        height: auto !important;
    }
    body .about-section--contacts .l-col {
        float: none;
        width: auto;
    }
    body .gallery__section {
        font-size: 18px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    body .search_form--new input[type="text"] {
        height: 46px;
    }
    body .search_form--new .header-search-btn input {
        line-height: 50px;
    }
    body .gallery__sections-level:not(:empty) {
        white-space: nowrap;
        overflow: auto;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    body .fancybox-navigation {
        display: none !important;
    }
    body footer .phone {
        white-space: nowrap;
    }
    body footer .foot_section a:hover,
    body footer .info_col a:hover {
        color: #fff !important;
    }
    body .bar-div {
        background: #034a6e;
    }
    nav .first_lvl li:not(.fixed-nav-phone-container):not(.radio-head):not(:last-child):not(.active-result) {
        display: none;
    }
    body .radio-head__btn {
        transform: translateY(-3px);
    }
    .radio-head__text {
        display: none;
    }
    body .img404 {
        width: 200px;
    }
    body .right404 {
        max-width: calc(100% - 260px);
        padding-bottom: 40px;
    }
    body .title404 {
        font-size: 38px;
        line-height: 40px;
        margin: 60px 0 20px 0;
    }
}
@media screen and (max-width: 965px) {
    body .projects-root .nav_prj__block {
        width: 50%;
    }
}
@media screen and (max-width: 960px) {
    body .block--4-in-1 {
        padding-bottom: 65px;
    }
    body .block--4-in-1 .wrap {
        padding: 0 15px !important;
    }
    body .block--4-in-1 h2 {
        padding: 0 10px;
    }
    body .block--4-in-1 .cols {
        margin: 0;
    }
    body .block--4-in-1 .owl-carousel .col--25 {
        width: 100%;
    }
    body .block--4-in-1 .owl-carousel .owl-stage {
        padding-bottom: 5px;
    }
    body .card--4-in-1:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }
}
@media screen and (max-width: 900px) {
    body .block--clients {
        padding-top: 50px;
        padding-bottom: 35px;
    }
    body .block--clients .owl-carousel .col--16 {
        width: 100%;
    }
    body .block--clients .cols.owl-carousel {
        overflow: visible;
    }
    body .block--clients .owl-carousel .owl-dots {
        margin-top: 10px !important;
        width: 80%;
    }
    body .fancy-wrap-video {
        width: 600px !important;
    }
    body .services-section .l-col {
        width: auto;
        float: none;
    }
    body .services-section .r-col {
        float: none;
        width: auto;
    }
    body .services-section .photo_span {
        float: left;
        width: 160px;
        height: 160px;
        margin-bottom: 10px;
    }
    body .project-detail .r-col .photo_span,
    body .services-detail .photo_span {
        margin-bottom: 10px;
    }
    body .services-section .servises_person_info {
        padding: 0 !important;
    }
    body .services-section .servises_person_info_jb {
        padding-bottom: 3px;
    }
    body .services-section .photo_span ~ .servises_person_info {
        padding-left: 180px !important;
    }
    body .services-section .servises_person.person_margin {
        width: auto;
        margin-bottom: 20px !important;
    }
    body .services-section .servises_person__btns {
        padding: 0 0 10px !important;
        clear: both;
        margin-top: 10px;
    }
    body .about-section--vendors .vendor_info {
        height: 80px;
    }
}
@media screen and (max-width: 860px) {
    body .block--video .col--25 {
        width: 33.3%;
    }
    body .gallery .col--25 {
        width: 33.3%;
    }
    body .client-popup:before {
        display: none !important;
    }
    body .client-popup .col {
        width: 100% !important;
    }
    body .client-popup .project_otrasl--popup {
        width: 100%;
    }
}
@media screen and (max-width: 830px) {
    body .block--branches .col--16 {
        width: 33.3%;
    }
    body .projects-show-all {
        margin-top: 60px;
    }
    body .main-projects-carousel h2 {
        padding-top: 50px;
    }
    body .project-detail .snippet,
    body .project-detail .snippet_temp {
        display: none;
    }
    body .services--root .col--25,
    body .services--root .col--33 {
        width: 100%;
    }
    body .services--root .col--33 .db {
        margin-bottom: 0;
    }
    body .services--root .service .section_services {
        min-height: 0;
        padding-left: 10px;
    }
    body .services .section_services__link {
        line-height: 23px;
        font-size: 18px;
    }
}
@media screen and (max-width: 800px) {
    body .block--schedule .financial-schedule {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 10px;
    }
    body .wrap--narrow {
        width: auto !important;
        padding: 0 60px 0 40px !important;
    }
    body .fixed-close {
        top: -5px;
        right: 17px;
        width: 20px;
        height: 20px;
        background-size: 23px auto;
    }
    body .fixed-night {
        right: 16px;
        top: 52px;
        width: 20px;
        height: 20px;
        background-size: 26px auto;
    }
    body .events-root .modern-page-navigation {
        margin-top: 20px;
    }
}
@media screen and (max-width: 770px) {
    body .footer-mid-clear {
        padding-top: 90px;
    }
    body .footer_container {
        padding-top: 50px;
    }
    body footer .info_col {
        width: 240px;
        padding-right: 30px;
    }
    body footer .foot_section {
        width: calc(100% - 270px);
    }
    body .footer-mid-clear {
        padding-top: 80px;
    }
    body footer .copy {
        position: relative;
        height: 74px;
        font-size: 11px;
        line-height: 17px;
        padding-right: 110px;
    }
    body footer .copy span {
        position: absolute;
        top: 50%;
        left: 0;
        right: 110px;
        transform: translateY(-50%);
    }
    body .services--root .services__filter .custom-chosen + .chosen-container {
        min-width: 200px;
    }
    body .projects-root .projects .col--25 {
        width: 50%;
    }
}
@media screen and (max-width: 730px) {
    .projects.projects--solutions.solutions-root .col--20 {
        width: 50%;
    }
}
@media screen and (max-width: 710px) {
    body .projects-root .nav_prj__block {
        width: 100%;
    }
    body .projects-root .l-col {
        width: 100%;
    }
    body .projects-root .r-col {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    body .show-to-700 {
        display: block !important;
    }
    body .show-to-700-inline {
        display: inline !important;
    }
    .show-from-700 {
        display: none !important;
    }
    body .owl-item .client--common-card + .client--common-card {
        margin-top: 60px;
    }
    body header {
        height: 115px;
    }
    body header #logo {
        width: 190px;
        height: 50px;
    }
    body .header__tagline {
        left: 71px !important;
        font-size: 17px;
        line-height: 17px;
        top: 51px;
    }
    body .header_nav--second {
        display: none;
    }
    body header .show_search_form {
        top: 22px;
    }
    body .header-sign-link {
        right: 75px;
    }
    body header .header-sign-link,
    body header .show_search_form--new {
        top: 18px !important;
    }
    body .header-sign-link--gallery {
        right: 130px;
    }
    body header .show_search_form {
        top: 20px;
        right: 20px !important;
    }
    body .header-sign-link__text {
        display: none;
    }
    body .footer-mid-clear {
        padding-top: 0;
    }
    body .footer-socials .social-title {
        display: none;
    }
    body .footer-socials {
        text-align: left;
        transform: none;
        bottom: 95px;
        left: 0;
    }
    body footer .copy {
        margin-top: 20px;
    }
    body footer .foot_section ul {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    body footer .foot_section li {
        margin-bottom: 5px;
    }
    body footer .foot_section {
        width: calc(100% - 300px);
        padding-left: 30px;
    }
    body footer .foot_section > div {
        margin-bottom: 10px;
    }
    body .header__city:not(.header__city--burger) {
        display: none;
    }
    body .fixed-nav-phone a:nth-child(2) {
        margin-top: 8px;
        line-height: 22px;
    }
    body .fixed-nav-phone a:nth-child(3) {
        font-size: 17px;
        margin-top: 2px;
        line-height: 21px;
    }
    body .header__city--burger {
        margin-top: 0;
        position: static;
        border-bottom: solid 1px #333;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    body .header__city--burger select {
        opacity: 1;
        width: 100%;
        border: none;
        font-size: 20px;
        padding-left: 8px;
        font-family: "Noto Sans", sans-serif;
        background: #fff;
        -webkit-appearance: none;
    }
    body .header__city--burger .chosen-container-single .chosen-single {
        font-size: 16px;
    }
    body .header__city--burger .chosen-container {
        max-width: none;
        width: 100% !important;
    }
    body .header__city--burger .chosen-container-single .chosen-single div b {
        border-width: 6px 5px 0 5px;
    }
    body .header__city--burger .chosen-container .chosen-results li {
        padding: 15px;
    }
    body .header__city .chosen-container-single .chosen-single {
        color: #333;
        font-size: 20px;
    }
    body .header__city .chosen-container-single .chosen-single div b {
        border-color: #333 transparent transparent transparent;
    }
    body .block--partners .owl-carousel {
        margin-top: 20px !important;
    }
    body .block--partners .owl-dots {
        margin-top: 20px !important;
    }
    body .form-new--popup {
        padding-left: 10px;
        padding-right: 10px;
    }
    body .fancy-wrap-video {
        width: 500px !important;
    }
    body .events-root .col--50 {
        width: 100%;
    }
    body .services-section .col--25,
    body .services-section .col--33 {
        width: 100%;
    }
    body .services-section .service-card--light.service-card--less .service-card__bg {
        height: 44vw;
    }
    body .services-section .service-card--light {
        height: auto;
    }
    body .services-section .service-card--light .service-card__name {
        position: static;
        min-height: 40px;
    }
    .services-detail {
        padding-bottom: 40px;
    }
    body .reviews-section {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    body .reviews-section .client--reviews {
        float: none;
        display: block;
        width: auto;
        margin-right: 0;
        height: 180px !important;
    }
    body .reviews-section .client--reviews img {
        max-width: 100%;
        max-height: 100%;
    }
    body .about-section--staff .col--33 {
        width: 50%;
    }
    nav .chosen-results {
        border: solid 1px #ccc !important;
        border-bottom: 0 !important;
    }
    body .show-to-700 .burger-menu__item:last-child {
        padding-bottom: 100px;
    }
    body nav .first_lvl li.radio-head {
        top: -60px;
        right: 179px;
    }
}
@media screen and (max-width: 660px) {
    body .main-banner-detail__text {
        font-size: 18px;
        line-height: 24px;
    }
    body .main-banner-detail__btns .btn:not(:last-child) {
        margin-right: 8px;
    }
    body .btn--transparent {
        padding: 11px 19px;
    }
    body .main-banner-detail__info {
        max-width: calc(100% - 50px);
        left: 25px;
    }
    body .main-banner-detail__info .like-h1,
    body .main-banner-detail__info h1 {
        font-size: 26px;
    }
    body .block--schedule .financial-schedule {
        margin: 10px;
    }
    body .block--schedule {
        padding-top: 50px;
    }
    body .form-new h2 {
        margin-bottom: 20px;
    }
    body .client-popup,
    body .form-new--popup,
    body .vendor_detail_info--popup {
        width: auto;
        max-width: 80vw;
    }
    body .form-new--popup .jfilestyle {
        width: calc(100% - 24px);
    }
    body .services--root .services__filter {
        margin-left: 10px;
    }
    body .services--root .services__filter .custom-chosen + .chosen-container {
        min-width: 170px;
    }
    body .about-section--jobs .col--50 {
        width: 100%;
    }
    body .about-section--jobs {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 640px) {
    body .block--video .col--25 {
        width: 50%;
    }
    body .gallery {
        padding-bottom: 40px;
    }
    body .gallery .col--25 {
        width: 50%;
    }
    body .img404 {
        display: none;
    }
    body .right404 {
        max-width: none;
        width: 100%;
    }
    body .title404 {
        margin-top: 40px;
    }
}
@media screen and (max-width: 630px) {
    body .block--branches .col--16 {
        width: 50%;
    }
}
@media screen and (max-width: 620px) {
    body .form-new--static {
        margin-left: 30px;
        margin-right: 30px;
    }
    body footer .foot_section {
        padding-left: 0;
        width: calc(100% - 270px);
    }
}
@media screen and (max-width: 610px) {
    body .form-new--small {
        padding-bottom: 60px !important;
    }
    body .form-new--popup .col--50:not(.btn-col),
    body .form-new--small .col--50:not(.btn-col),
    body .form-new--static .col--50:not(.btn-col) {
        width: 100%;
    }
    body .form-new--popup .col--50:last-child:not(.btn-col),
    body .form-new--small .col--50:last-child:not(.btn-col),
    body .form-new--static .col--50:last-child:not(.btn-col) {
        margin-top: 40px;
    }
    body .form-new--popup .jfilestyle,
    body .form-new--static .jfilestyle {
        width: calc(100% - 24px);
    }
    body .project-detail {
        padding-bottom: 50px;
    }
    body .wrap .form-new--static {
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
    }

    .input-wrapper:not(.input-wrapper--textarea-and-file) input[type="text"]{
        width: 100% !important;
    }
}
@media screen and (max-width: 600px) {
    body .fancy-wrap-video {
        width: 400px !important;
    }
    body .about-section--vendors .col--25 {
        width: 33.3%;
    }
    body .about-section--tender .project_preview_gray {
        width: calc(100% - 40px);
    }
    body .about-section--tender .project_preview_gray * {
        max-width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    body .block--clients h2 {
        margin-bottom: 20px;
    }
    body .owl-item .client--common-card + .client--common-card {
        margin-top: 30px;
    }
    body .block--partners .sert {
        width: calc(100% - 25px);
        height: 65px;
    }
    body .block--4-in-1 .card__title {
        font-size: 19px;
    }
    body .block--4-in-1 .card {
        padding: 15px;
    }
    body .projects-root .nav_prj_link_pad {
        font-size: 18px;
    }
    body .projects-root .nav_prj_link_pad:before {
        width: 25px;
        height: 25px;
    }
    body .services__filters {
        display: none;
    }
}
@media screen and (max-width: 580px) {
    body .block--schedule .financial-schedule {
        margin: 10px 0 5px;
    }
    body .block--schedule .col--33 {
        width: 100%;
    }
    body .block--schedule .clear + .col--33 {
        margin-top: 10px;
    }
}
@media screen and (max-width: 550px) {
    body .main-banner-detail__btns {
        margin-top: 15px;
    }
    body .main-banner-detail__info .like-h1,
    body .main-banner-detail__info h1 {
        margin-bottom: 11px;
    }
    body .main-banner-detail__btns .btn {
        margin-bottom: 10px;
        font-size: 16px;
        padding: 15px 9px;
    }
    body .projects.owl-carousel {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    body .projects.owl-carousel .project--common-card {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .vendors-full-list {
        margin-left: -5px;
        margin-right: -5px;
    }
    .vendors-full-list .service_item_vendor {
        width: calc((100% - 150px) / 3);
        margin-left: 5px;
        margin-right: 5px;
    }
    .about-section--staff .persona {
        height: 270px;
    }
    .about-section--staff .staff_photo {
        height: 130px;
    }
}
@media screen and (max-width: 520px) {
    body footer .foot_section {
        padding-left: 0;
        width: calc(100% - 220px);
    }
    body footer .info_col {
        width: 200px;
        padding-right: 20px;
    }
    body footer .info_col .phone div:nth-child(1) a {
        font-size: 20px;
    }
    body .client--common-card {
        height: 70px;
        margin: 15px;
    }
    body .block--clients {
        padding-top: 40px;
        padding-bottom: 35px;
    }
    body .block--clients .owl-carousel .owl-dots {
        margin-top: 10px !important;
    }
}
@media screen and (max-width: 500px) {
    body .fancy-wrap-video {
        width: 350px !important;
    }
    .projects.projects--solutions.solutions-root .col--20 /*body .projects-root .projects .col--25*/ {
        width: 100%;
    }
    body .projects-root .projects .cols {
        margin: -5px -10px;
    }
    body .projects-root .projects .col--25 {
        padding: 5px;
    }
    .projects.projects--solutions.solutions-root .project--common-card {
        min-height: 0;
    }
    body .search_form--new.search_form--static.active {
        width: 400px;
    }
    body .block--video .col--25 {
        width: 100%;
    }
    body .block--video .gallery__item {
        height: 270px;
    }

    body header #logo{
        width: 150px;
    }

    body .burger-menu{
        padding: 40px 10px;
    }

    .burger-menu__item a{
        padding: 0 10px;
    }

    body .wrap{
        padding: 0 15px !important;
    }

    .search_form--new.active{
        width: calc(100vw - 15px) !important;
    }
}

@media screen and (max-width: 420px) {
    body .projects-root .projects .col--25{
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/sinto_new/components/bitrix/catalog.section.list/services_sections_menu/style.css?15940172616624*/
.bx_catalog_line{margin-bottom:30px;}
.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px;}
.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none;}
.bx_catalog_line .bx_catalog_line_ul{padding:0;}
.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none;}
.bx_catalog_line .bx_catalog_line_ul li:before{content:'' !important}
.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain;}
.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px;}
.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px;}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none;}
.bx_catalog_line .bx_catalog_line_title span{font-size:16px}
.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px;}
@media (max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px;}
}
.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
.bx_catalog_text{margin-bottom:30px;}
.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px;}
.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none;}
.bx_catalog_text .bx_catalog_text_ul{padding:0;}
.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none;}
.bx_catalog_text .bx_catalog_text_ul li:before{content:'' !important}
.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;line-height:14px;}
.bx_catalog_text .bx_catalog_text_title a{color:#4c7da6;white-space:nowrap;font-size:14px;}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}
.bx_catalog_text .bx_catalog_text_title span{font-size:12px;}
@media (max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px;}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px;}
}
.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
.bx_catalog_tile{margin-bottom:30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px;}
.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none;}
.bx_catalog_tile .bx_catalog_tile_ul{padding:0;}
.bx_catalog_tile .bx_catalog_tile_ul li{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center;}
.bx_catalog_tile .bx_catalog_tile_ul li:before{content:'' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both;}
.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain;}
.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px;}
.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px;}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px;}
@media (max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both;}
}
@media (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px;}
}
@media (min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both;}
}
@media (max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both;}
}
.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
.bx_sitemap{margin-bottom:30px;}
.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px;}
.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none;}
.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px;}
.bx_sitemap .bx_sitemap_ul li:before{content:'' !important}
.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;padding:0;vertical-align:top;font-weight:normal;line-height:13px;margin-bottom:10px;}
.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px;}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}
.bx_sitemap .bx_sitemap_li_title span{font-size:11px;}
@media (max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px;}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px;}
}
.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}

/* End */


/* Start:/bitrix/templates/sinto_new/components/bitrix/news.index/mainpage_slider/style.css?1671428939491*/
.main_slide_small--banner:before{
    background: none !important;
}

.slide-49538{
    display: flex;
    align-items: start;
}

.slide-49538 .main-banner-detail__info{
    display: flex;
    align-items: start;
    flex-direction: column;
    max-width: 90%;
    width: 90%;
    left: 40%;
}

.slide-49538 .main-banner-detail__info .like-h1{
    font-weight: 600;
}

.slide-49538 .main-banner-detail__info .like-h1 p{
    font-weight: 300;
    font-size: 14px;
}

/* End */


/* Start:/bitrix/templates/sinto_new/components/bitrix/form.result.new/static-small-v2/style.css?16695990551071*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/sinto_new/components/bitrix/form.result.new/static-small-v2/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/sinto_new/components/bitrix/form.result.new/static-small-v2/images/icon_warn.gif);
}

.form-left .btn--round{
	display: inline-block;
	border-radius: 25px;
	background-color: #f6bb42;
	padding: 15px 24px;
	font-size: 16px;
	line-height: 1;
	white-space: nowrap;
	text-transform: capitalize;
}

.form-left .jfilestyle-corner,
.form-left .focus-jfilestyle label{
	border-radius: 30px !important;
}

.form-left .show-from-700{
	text-transform: none;
	font-size: 16px;
}

/* End */


/* Start:/bitrix/templates/sinto_new/styles.css?1651643408714*/
img.imgleft{float:left;margin:0 22px 22px 0;}
img.imgright{float:right;margin:0 0 22px 22px;}

.snippet {display: block;}
.snippet_temp {  display: none; }

.solution-list{
padding: 0;
display: inline-block;
}

.solution-list li{
width: 100%;
list-style-type: none;
float: left;
margin: 0px;
height: 55px;
}

.solution-list img{
float: left;
margin: 0 20px 0 0;
}

.solution-list span{
display: block;
position: relative;
}

.solution-item{
    width: 100%;
    float: left;
    margin-bottom: 35px;
}

.solution-item-nm{
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

.solution-item img{
   width: 40px;
   margin-right: 15px;
}

.solution-item-text{
display: block;
top: -5px;
position: relative;
}
/* End */


/* Start:/bitrix/templates/sinto_new/template_styles.css?1761645024185371*/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}



*:focus {
    outline: none;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */



/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */


h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    padding: 0 0 10px 0;
    margin: 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    max-width: 100%;
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}
body {
    font-family: Arial, serif;
    font-size: 12px;
    line-height: 20px;
}
table {
    border-collapse: collapse;
}
table td, table th {
    padding: 0;
    border: none 0;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
    line-height: normal !important;
}
input[type="text"],
input[type="password"],
textarea {
    outline: none;
    resize: none;
}
h1, h2, h3, .like-h1 {
    font-weight: normal;
}
a, a:focus {
    outline: none;
}
a img {
    border: none;
}
.clear  {
    clear: both;
}
.bx-core-adm-dialog, .bx-core-adm-dialog a, .bx-core-adm-dialog span, .bx-core-adm-dialog div {
    vertical-align: middle !important;
}
.pad0{padding: 0;}
.pad10{padding: 10px;}
.img40p{max-width:40%;}
.img60p{max-width:60%;}
.img80p{max-width:80%;}
.text-bold{font-weight:bold!important;}
.text-cntr{text-align:center;}
.text-cntr div,.text-cntr p{text-align:center;}
.rebus-row{overflow:hidden;clear:oth}
.rebus-lg-6{width:50%;float:left;}
.rebus-lg-3{width:25%;float:left;}
.rebus-lg-4{width:33.33%;float:left;}
.rebus-lg-9{width:75%;float:left;}
.font01{font:24px 'Exo 2';font-weight:bold;color: #034a6e;line-height:36px;}
.font02{font:inherit;color: #777;}
.font03{font:85% 'Exo 2';}
.table01{width:100%}
.table01 img{width:20px;}
.table01 th{font-size:13px;text-align:center;}
.table01 tr:nth-child(2n){background:#f4f4f4;}
.table01 td,.table01 th{padding:10px;}
.table01 tr td:nth-child(1){text-align:left;font-size:13px;}
.table01 tr td:nth-child(2){text-align:center;}
.table01 tr td:nth-child(3){text-align:center;}
.table01 tr td:nth-child(4){text-align:center;}

.h10{height:10px!important;}
.h20{height:20px!important;}
.h30{height:30px!important;}
.h40{height:40px!important;}
.h50{height:50px!important;}
.h60{height:60px!important;}
.h70{height:70px!important;}
.h80{height:80px!important;}
.h90{height:90px!important;}
.h100{height:100px!important;}
.button-red{
	background:#a00;color:#fff;display:inline-block;padding:10px 40px;text-transform:uppercase;font:14px 'Exo 2';transition:all 0.5s}
.button-red:hover{background:#c00;color:#fff;}
/* Конец таблицы сброса   ================================================             */

::-webkit-input-placeholder {
    color:#d5d5d5;
    font-weight: 300;
    font-family: "Roboto", "sans-serif";
}
::-moz-placeholder          {
    color:#d5d5d5;
    font-weight: 300;
    font-family: "Roboto", "sans-serif";
}
:-moz-placeholder           {
    color:#d5d5d5;
    font-weight: 300;
    font-family: "Roboto", "sans-serif";
}

.inputtext::placeholder,
.inputtextarea::placeholder,
.inputtext:-ms-input-placeholder,
.inputtextarea:-ms-input-placeholder,
:-ms-input-placeholder      {
    color:#d5d5d5;
    font-weight: 300;
    font-family: "Roboto", "sans-serif";
}


/*::-webkit-input-placeholder, !* WebKit, Blink, Edge *!*/
/*::-moz-placeholder, !* Mozilla Firefox 19+ *!*/
/*:-ms-input-placeholder {*/
/*font-weight: 300;*/
/*font-family: "Calibri", "sans-serif";*/
/*color: red;*/
/*}*/


/*::-webkit-input-placeholder {color:#888888;}*/
/*::-moz-placeholder          {color:#888888;}*/
/*:-moz-placeholder           {color:#888888;}*/
/*:-ms-input-placeholder      {color:#888888;}*/

/*::selection {background: rgba(245, 156, 0, 0.2);}*/
/*::-moz-selection {background: rgba(245, 156, 0, 0.2);}*/

html, body, #wrapper {
    min-height: 100%;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Noto Sans', sans-serif;
}

#wrapper {
    min-width: 990px;
}

h1, h2, h3, .like-h1
{
    font-family: 'Exo 2', sans-serif;
}

h1, .h1, .like-h1  {
    font-size: 24px;
    color: #034a6e;
    text-transform: uppercase;
    line-height: 34px;
    margin-bottom: 30px;
}

h2  {
    /*font-size: 20px;*/
    /*font-size: 26px;*/
    font-size: 28px;
    color: #034a6e;
    line-height: 34px;
    margin: 25px 0 20px 0;
}

a {
    color: #48a2d0;
    transition: color .3s;
}

a:hover {
    text-decoration: none;
    color: #008489;
}

footer {
    min-width: 990px;
    height: 440px;
    margin-top: -440px;
    background: #034a6e;
}

#for_footer {
    width: 100%;
    height: 440px;
}

header {
    width: 930px;
    height: 145px;
    margin: 0 auto;
    position: relative;
}

.content {
    width: 930px;
    margin: 0 auto;
}

#logo {
    width: 251px;
    height: 76px;
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    /*background: url("/bitrix/templates/sinto_new/images/logo.svg") center no-repeat;*/
    /*background: url("/bitrix/templates/sinto_new/images/logo-empty.svg") center no-repeat;*/
    background: url("/bitrix/templates/sinto_new/images/logo-sinto-2019.png") center no-repeat;
    background-size: contain;
}

.header_nav {
    position: absolute;
    left: 328px;
    top: 33px;
    font-size: 13px;
}
.header_nav ul {
    margin: 0;
    padding: 0;
}
.header_nav li {
    list-style-type: none;
    padding-bottom: 1px;
}

.header_nav a {
    color: #acacac;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
}

.header_nav a:hover {
    border-bottom: 1px solid #acacac;
}

.phone_block {
    line-height: 32px;
    position: absolute;
    left: 577px;
    top: 17px;
}

.phone-right {float:right;}
.phone-right img{height:44px;padding:0 14px;}
.phone-left {float:left;}
.phone-left img{height:44px;padding:0 14px;}
.phone-left img{height:44px;padding:0 14px;}
.phone {
    color: #000;
    font-size: 21px;
    padding: 3px 0;
    line-height: 31px;
    font-family: 'Exo 2', sans-serif;
}
.phone div{text-align:right}
.phone div:nth-child(1) a{
    /*font-size:24px;*/
    color:#000;text-decoration:none;transition: all 0.2s;}
.phone div:nth-child(1) a:hover{color: #034a6e;}
.phone div:nth-child(2) a{
    /*font-size:17px;*/
    color:#000;text-decoration:none;transition: all 0.2s;}
.phone div:nth-child(2) a:hover{color: #034a6e;}
.phone__free {
    font-size: 13px;
    display: block;
    margin-top: -5px;
}

.two_lines {
    margin-top: -10px;
}

.phone_descr {
    color: #d5d5d5;
    font-size: 11px;
    line-height: 14px;
}

.search_page {
    margin-bottom: 30px;
}

.search_form {
    z-index: 10;
    position: absolute;
    background: #fff;
    top: 35px;
    right: 0;
    width: 0;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.search_submit {
    vertical-align: middle;
    width: 32px;
    right: 1px;
    position: absolute;
    height: 32px;
    border: none;
    background: url("/bitrix/templates/sinto_new/images/search_active.svg") center no-repeat;
}

.search_form_cont {
    position: relative;
    width: 344px;
    padding: 1px;
    border: 1px solid rgba(227, 227, 227, 0.61);
}

.search_submit:focus {
    outline: none;
    cursor: pointer;
}

.search_string {
    vertical-align: middle;
    padding-left: 10px;
    width: 295px;
    height: 30px;
    border: none;
    color: #333;
    font-size: 13px;
}



.show_search_form {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 43px;
    right: 0;
    cursor: pointer;
    background: url("/bitrix/templates/sinto_new/images/search_hover.svg") center no-repeat;
}

/*.show_search_form:hover {*/
    /*background: url("/bitrix/templates/sinto_new/images/search_hover.svg") center no-repeat;*/
/*}*/

nav a{text-decoration:none!important}

nav {
    position: relative;
    z-index: 5;
    white-space: nowrap;
    width: 990px;
    margin: 0 auto 29px auto;
}

nav .first_lvl {
    position: relative;
    padding: 0;
    width: 990px;
    height: 60px;
    background: #034a6e;
    display: table;
    margin: -30px auto;
    font-size: 18px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.38);

}

nav .fixed_nav {
    position: fixed;
    height: 45px;
    top: 30px;
    z-index: 100;
    font-size: 16px;
    transition: all .4s;
}

nav .fixed_nav > li > a {
    padding: 12px 5px 0 5px;
    height: 33px;
    font-size: 18px;
    transition: all .4s;
}

.nav_logo {
    width: 60px;
    /*height: 45px;*/
    /*display: none;*/
    padding: 0;
    overflow: hidden;
    background: url("/bitrix/templates/sinto_new/images/small_logo.svg?123") center no-repeat;
    transition: all .4s;
}
.nav_logo--color {
    background: none;
    position: relative;
    overflow: hidden;
    display: table-cell;
    width: 0;
}
.nav_logo__sign {
    position: absolute;
    /*background: url("/bitrix/templates/sinto_new/images/logo-color.svg") center no-repeat #fff;*/
    /*background: url("/bitrix/templates/sinto_new/images/logo-color-2.svg") center no-repeat;*/
    background: url("/bitrix/templates/sinto_new/images/small_logo.svg") center no-repeat;
    width: 50px;
    height: 50px;
    background-size: 35px;
    top: 5px;
    left: 0;
}
.nav_logo__bg {
    /*content: '';*/
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: 10px;*/
    /*bottom: 10px;*/
    /*left: 10px;*/

    /*content: '';*/
    /*position: absolute;*/
    /*top: 22px;*/
    /*right: 19px;*/
    /*bottom: 22px;*/
    /*left: 22px;*/
    /*background: #fff;*/
    /*border-radius: 50%;*/
    /*box-shadow: 0px 0px 15px 14px rgba(255,255,255,1);*/
    /*opacity: 0.9;*/
}

nav .fixed_nav .nav_logo {
    display: table-cell;
    padding: 0 30px;
}
nav .fixed_nav .nav_logo--color {
    padding: 0 25px;
    padding-right: 40px;
}



nav .first_lvl > li {
    padding: 0;
    margin: 0;
    /*width: 990px;*/
    width: 890px;
    display: table-cell;
    position: relative;
}

nav .first_lvl > li > a {
    display: block;
    padding: 18px 5px 2px 5px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    /*text-align: center;*/
    text-align: left;
    transition: all .3s;
}
nav .first_lvl > li:last-child > a {
    text-align: center;
}
nav.fixed_nav0 .equilizer-div {
    margin-left: 8px;
    margin-right: 3px;
}
nav .first_lvl > li:nth-child(7) {
    width: 330px;
}
/*nav.fixed_nav0 .radio-head__btn {*/
/*transform: translateY(-4px);*/
/*}*/

nav .first_lvl > li > a:hover {
    /*color: #034a6e;*/
}

#wrapper .root-item-selected {
    /*color: #F59C00;*/
}

.dropdown:after {
    display: none;
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    right: -21px;
    top: 10px;
    background: url("/bitrix/templates/sinto_new/images/arrow_down_white.svg") center no-repeat;
}

#wrapper .root-item-selected .dropdown:after {
    background: url("/bitrix/templates/sinto_new/images/arrow_down_orange.svg") center no-repeat;
}

.root-item-selected .dropdown:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    right: -21px;
    top: 10px;
    background: url("/bitrix/templates/sinto_new/images/arrow_down_white.svg") center no-repeat;
}


nav .first_lvl li:hover > .submenu {
    /*display: block;*/
}

.crafty_hover {
    position: relative;
    z-index: 1;
    transition: all .4s;
}

/*.crafty_hover::before {*/
/*content: '';*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*background: #fff;*/
/*z-index: -1;*/
/*opacity: 0;*/
/*-webkit-transform: scale3d(0.7, 1, 1);*/
/*transform: scale3d(0.7, 1, 1);*/
/*-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;*/
/*transition: transform 0.4s, opacity 0.4s;*/
/*-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);*/
/*transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);*/
/*}*/

nav .first_lvl > li > a.selected {
    background: #fff;
    color: #034a6e;
}

/*.first_lvl li > .crafty_hover.root-item-selected::before,*/
/*.first_lvl li.active > .crafty_hover::before,*/
/*.crafty_hover:hover::before,*/
/*.first_lvl li:hover > .crafty_hover::before {*/
/*opacity: 1;*/
/*-webkit-transform: translate3d(0, 0, 0);*/
/*transform: translate3d(0, 0, 0);*/
/*}*/
.first_lvl li > .crafty_hover > span {
    position: relative;
}
.first_lvl li > .crafty_hover > span:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -18px;
    left: 0;
    height: 3px;
    background: #cfcfcf;
    opacity: 0;
    transition: all .3s;
}

.first_lvl li > .crafty_hover.root-item-selected > span:before,
.first_lvl li.active > .crafty_hover > span:before,
.first_lvl li:hover > .crafty_hover > span:before {
    opacity: 1;
}

.first_lvl li.active > .crafty_hover,
.first_lvl li:hover > .crafty_hover {
    /*background: #fff !important;*/
}

.first_lvl li.active > .crafty_hover,
.first_lvl li:hover > .crafty_hover {
    /*color: #034a6e;*/
}


#wrapper nav .first_lvl > li:last-child > a {
    /*background: #f59c00;*/
    background: #f6bb42;
    color: #fff;
}

#wrapper nav .first_lvl > li:last-child > a:hover {
    /*color: #f59c00;*/
    color: #f6bb42;
}

.dropdown {
    position: relative;
}



.submenu {
    z-index: 99999999;
    background: #fff;
    /*font-size: 15px;*/
    font-size: 17px;
    line-height: 24px;
    position: absolute;
    top: 60px;
    left: 0;
    margin: 0;
    padding: 44px 30px 25px 30px;
    min-width: 100%;
    box-sizing: border-box;
    display: none;
    box-shadow: 0 10px 24px -5px rgba(0, 0, 0, 0.38);
}

nav ul.submenu li {
    display: block;
    padding: 0 0 17px 0;
}

nav ul.submenu li a {
    text-decoration: none!important;
    color: #034a6e;
    transition: 0.3s all;
}

nav ul.submenu li a:hover {
    text-decoration: none;
    color: #f59c00;
}


.projects_menu {
    z-index: 9999999999;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    box-shadow: 0 10px 24px -5px rgba(0, 0, 0, 0.38);

}

.projects_menu a {
    /*font-size: 15px;*/
    font-size: 17px;
}
.projects_menu a span {
    color: #034a6e;
    transition: 0.3s all;
}
.projects_menu a:hover {
    text-decoration: none;
}
.projects_menu a:hover span {
    color: #f59c00;
}

.first_lvl li:hover >  .projects_menu {
    /*display: block;*/
}

.nav_prj_title {
    color: #acacac;
    /*font-size: 18px;*/
    font-size: 21px;
    line-height: 32px;
    font-family: 'Exo 2', sans-serif;
    text-transform: none;
    padding-bottom: 16px;
}

.nav_prj_sect {
    /*padding: 20px 30px 10px 30px;*/
    padding: 20px 30px 10px 30px;
    /*border-bottom: 1px solid #dae9f1;*/
    border-bottom: 1px solid #dadada;
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
}

.nav_prj_sect a.lh23 {
    color: #48a2d0;
}
.nav_prj__block {
    /*min-width: 265px;*/
    /*width: 430px;*/
    width: 370px;
    float: left;
    white-space:normal;
    /*overflow:hidden;	*/
}
.nav_prj_link_pad {
    /*display: inline-block;*/
    /*float: left;*/
    padding: 0 0 15px 35px;
    position: relative;
    text-decoration: none;
}
.nav_link__amount {
    font-size: 13px;
    color: #cccccc;
    /*display: inline-block;*/
    /*float: left;*/
}

.nav_prj_link_pad:hover {
}

.nav_prj_link_pad:before {
    content: '';
    position: absolute;
    left: 0;
    /*top: 4px;*/
    top: 1px;
    width: 20px;
    height: 20px;
    /*background-position: top center;*/
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s all;
}

.blue_icon_47219 {background-image: url("/bitrix/templates/sinto_new/images/excavator.svg")}


/*.icon_12:hover:before {background-image: url("/bitrix/templates/sinto_new/images/zdrav_orange_big.svg")}*/
.blue_icon_12 {background-image: url("/bitrix/templates/sinto_new/images/zdrav_blue_big.svg")}
.icon_12:before {background-image: url("/bitrix/templates/sinto_new/images/zdrav_blue_big.svg")}
/*.icon_12:hover:before {background-image: url("/bitrix/templates/sinto_new/images/zdrav_orange_big.svg")}*/

.blue_icon_18 {background-image: url("/bitrix/templates/sinto_new/images/banki_big_blue.svg")}
.icon_18:before {background-image: url("/bitrix/templates/sinto_new/images/banki_big_blue.svg")}
/*.icon_18:hover:before {background-image: url("/bitrix/templates/sinto_new/images/banki_orange_big.svg")}*/

.blue_icon_19 {background-image: url("/bitrix/templates/sinto_new/images/armia_blue_big.svg")}
.icon_19:before {background-image: url("/bitrix/templates/sinto_new/images/armia_blue_big.svg")}
/*.icon_19:hover:before {background-image: url("/bitrix/templates/sinto_new/images/armia_orange_big.svg")}*/

.blue_icon_20 {background-image: url("/bitrix/templates/sinto_new/images/torgovla_blue_big.svg")}
.icon_20:before {background-image: url("/bitrix/templates/sinto_new/images/torgovla_blue_big.svg")}
/*.icon_20:hover:before {background-image: url("/bitrix/templates/sinto_new/images/togovla_orange_big.svg")}*/

.blue_icon_21 {background-image: url("/bitrix/templates/sinto_new/images/gov_blue_big.svg")}
.icon_21:before {background-image: url("/bitrix/templates/sinto_new/images/gov_blue_big.svg")}
/*.icon_21:hover:before {background-image: url("/bitrix/templates/sinto_new/images/gov_orange_big.svg")}*/

.blue_icon_22 {background-image: url("/bitrix/templates/sinto_new/images/obrazovanie_blue_big.svg")}
.icon_22:before {background-image: url("/bitrix/templates/sinto_new/images/obrazovanie_blue_big.svg")}
/*.icon_22:hover:before {background-image: url("/bitrix/templates/sinto_new/images/obrazovanie_orange_big.svg")}*/

.blue_icon_23 {background-image: url("/bitrix/templates/sinto_new/images/stroika_blue_big.svg")}
.icon_23:before {background-image: url("/bitrix/templates/sinto_new/images/stroika_blue_big.svg")}
/*.icon_23:hover:before {background-image: url("/bitrix/templates/sinto_new/images/stroika_orange_big.svg")}*/

.blue_icon_24 {background-image: url("/bitrix/templates/sinto_new/images/transport_blue_big.svg")}
.icon_24:before {background-image: url("/bitrix/templates/sinto_new/images/transport_blue_big.svg"); background-position: center center;}
/*.icon_24:hover:before {background-image: url("/bitrix/templates/sinto_new/images/transport_orange_big.svg"); background-position: center center;}*/

.blue_icon_25 {background-image: url("/bitrix/templates/sinto_new/images/neft_blue_big.svg")}
.icon_25:before {background-image: url("/bitrix/templates/sinto_new/images/neft_blue_big.svg")}
/*.icon_25:hover:before {background-image: url("/bitrix/templates/sinto_new/images/neft_orange_big.svg")}*/

.blue_icon_26 {background-image: url("/bitrix/templates/sinto_new/images/prom_blue_big.svg")}
.icon_26:before {background-image: url("/bitrix/templates/sinto_new/images/prom_blue_big.svg")}
/*.icon_26:hover:before {background-image: url("/bitrix/templates/sinto_new/images/prom_orange_big.svg")}*/

.blue_icon_27 {background-image: url("/bitrix/templates/sinto_new/images/it_blue_big.svg")}
.icon_27:before {background-image: url("/bitrix/templates/sinto_new/images/it_blue_big.svg")}
/*.icon_27:hover:before {background-image: url("/bitrix/templates/sinto_new/images/it_orange_big.svg")}*/

.blue_icon_28 {background-image: url("/bitrix/templates/sinto_new/images/energy_blue_big.svg")}
.icon_28:before {background-image: url("/bitrix/templates/sinto_new/images/energy_blue_big.svg")}
/*.icon_28:hover:before {background-image: url("/bitrix/templates/sinto_new/images/enegry_orange_big.svg")}*/

.blue_icon_261 {background-image: url("/bitrix/templates/sinto_new/images/services_blue.svg")}
.icon_261:before {background-image: url("/bitrix/templates/sinto_new/images/services_blue.svg")}
/*.icon_261:hover:before {background-image: url("/bitrix/templates/sinto_new/images/services_orange.svg")}*/

.blue_icon_262 {background-image: url("/bitrix/templates/sinto_new/images/metal_blue.svg")}
.icon_262:before {background-image: url("/bitrix/templates/sinto_new/images/metal_blue.svg")}
/*.icon_262:hover:before {background-image: url("/bitrix/templates/sinto_new/images/metal_orange.svg")}*/

.blue_icon_263 {background-image: url("/bitrix/templates/sinto_new/images/nikor_blue_big.svg")}
.icon_263:before {background-image: url("/bitrix/templates/sinto_new/images/nikor_blue_big.svg"); background-size: 11px 16px;}
/*.icon_263:hover:before {background-image: url("/bitrix/templates/sinto_new/images/nikor_orange_big.svg"); background-size: 11px 16px;}*/

.blue_icon_470 {background-image: url("/bitrix/templates/sinto_new/images/chemical_blue.svg")}
.icon_470:before {background-image: url("/bitrix/templates/sinto_new/images/chemical_blue.svg")}
/*.icon_470:hover:before {background-image: url("/bitrix/templates/sinto_new/images/chemical_orange.svg")}*/

.blue_icon_531 {background-image: url("/bitrix/templates/sinto_new/images/tractor-side-view.svg")}
.icon_531:before {background-image: url("/bitrix/templates/sinto_new/images/tractor-side-view.svg"); background-size: cover}
/*.icon_531:hover:before {background-image: url("/bitrix/templates/sinto_new/images/tractor-side-view_active.svg"); background-size: cover}*/

.blue_icon_48074 {background-image: url("/bitrix/templates/sinto_new/images/plant.svg")}
.icon_48074:before {background-image: url("/bitrix/templates/sinto_new/images/plant.svg"); background-size: cover}


.gray_icon_12 {background-image: url("/bitrix/templates/sinto_new/images/zdrav_grey_small.svg")}
.gray_icon_18 {background-image: url("/bitrix/templates/sinto_new/images/banki_grey_small.svg")}
.gray_icon_19 {background-image: url("/bitrix/templates/sinto_new/images/armia_grey_small.svg")}
.gray_icon_20 {background-image: url("/bitrix/templates/sinto_new/images/torgovla_grey_small.svg")}
.gray_icon_21 {background-image: url("/bitrix/templates/sinto_new/images/gov_grey_small.svg")}
.gray_icon_22 {background-image: url("/bitrix/templates/sinto_new/images/obrazovanie_grey_small.svg")}
.gray_icon_23 {background-image: url("/bitrix/templates/sinto_new/images/stroika_grey_small.svg")}
.gray_icon_24 {background-image: url("/bitrix/templates/sinto_new/images/trasport_grey_small.svg")}
.gray_icon_25 {background-image: url("/bitrix/templates/sinto_new/images/neft_grey_small.svg")}
.gray_icon_26 {background-image: url("/bitrix/templates/sinto_new/images/prom_grey_small.svg")}
.gray_icon_27 {background-image: url("/bitrix/templates/sinto_new/images/it_grey_small.svg")}
.gray_icon_28 {background-image: url("/bitrix/templates/sinto_new/images/energy_grey_small.svg")}
.gray_icon_261 {background-image: url("/bitrix/templates/sinto_new/images/services_gray.svg")} /*жкх*/
.gray_icon_262 {background-image: url("/bitrix/templates/sinto_new/images/metal_gray.svg")} /*металлургия*/
.gray_icon_263 {background-image: url("/bitrix/templates/sinto_new/images/nikor_grey_small.svg")}
.gray_icon_470 {background-image: url("/bitrix/templates/sinto_new/images/chemical_gray.svg")} /*химическая промышленность*/
.gray_icon_531{background-image: url("/bitrix/templates/sinto_new/images/tractor-side-view_gray.svg"); background-size: cover}

.dark_gray_icon_12 {background-image: url("/bitrix/templates/sinto_new/images/dark_zdrav_grey_small.svg")}
.dark_gray_icon_18 {background-image: url("/bitrix/templates/sinto_new/images/dark_banki_grey_small.svg")}
.dark_gray_icon_19 {background-image: url("/bitrix/templates/sinto_new/images/dark_armia_grey_small.svg")}
.dark_gray_icon_20 {background-image: url("/bitrix/templates/sinto_new/images/dark_torgovla_grey_small.svg")}
.dark_gray_icon_21 {background-image: url("/bitrix/templates/sinto_new/images/dark_gov_grey_small.svg")}
.dark_gray_icon_22 {background-image: url("/bitrix/templates/sinto_new/images/dark_obrazovanie_grey_small.svg")}
.dark_gray_icon_23 {background-image: url("/bitrix/templates/sinto_new/images/dark_stroika_grey_small.svg")}
.dark_gray_icon_24 {background-image: url("/bitrix/templates/sinto_new/images/dark_trasport_grey_small.svg")}
.dark_gray_icon_25 {background-image: url("/bitrix/templates/sinto_new/images/dark_neft_grey_small.svg")}
.dark_gray_icon_26 {background-image: url("/bitrix/templates/sinto_new/images/dark_prom_grey_small.svg")}
.dark_gray_icon_27 {background-image: url("/bitrix/templates/sinto_new/images/dark_it_grey_small.svg")}
.dark_gray_icon_28 {background-image: url("/bitrix/templates/sinto_new/images/dark_energy_grey_small.svg")}
.dark_gray_icon_261 {background-image: url("/bitrix/templates/sinto_new/images/dark_services_gray.svg")} /*жкх*/
.dark_gray_icon_262 {background-image: url("/bitrix/templates/sinto_new/images/dark_metal_gray.svg")} /*металлургия*/
.dark_gray_icon_263 {background-image: url("/bitrix/templates/sinto_new/images/dark_nikor_grey_small.svg")}
.dark_gray_icon_470 {background-image: url("/bitrix/templates/sinto_new/images/dark_chemical_gray.svg")} /*химическая промышленность*/
.dark_gray_icon_531{background-image: url("/bitrix/templates/sinto_new/images/dark_tractor-side-view_gray.svg"); background-size: cover}
.dark_gray_icon_47219{background-image: url("/bitrix/templates/sinto_new/images/dark_excavator_grey_small.svg"); background-size: cover}
.dark_gray_icon_48074 {background-image: url("/bitrix/templates/sinto_new/images/plant_grey.svg")}

.project .otr.gray_icon_531, .event .otr.gray_icon_531 {background-size: 14px auto;}

.main_slider {
    width: 1920px;
    height: 480px;
    margin: 0 auto;
}

.main_slide {
    height: 480px;
    position: relative;
    overflow:hidden;
}

.main_slide_content {
    width: 930px;
    margin: 0 auto;
    padding-top: 62px;
    overflow:hidden;
}
.main_slide_text {
    width: 620px;
    margin-right: 30px;
    float: left;
    line-height: 24px;
    color: #fff;
}

.main_slide_video {
    width: 280px;
    min-height: 240px;
    float: right;
    position: relative;
}

.main_slide_video .btn {
    position: absolute;
    top: 190px;
    left: 25px;
}

.main_slide_title {
    font-size: 24px;
    color: #f59c00;
    line-height: 32px;
    padding-bottom: 25px;
    font-family: 'Exo 2', sans-serif;
}

.btn {
    /*background: #f59c00;*/
    background: #f6bb42;
    /*color: #fff;*/
    /*color: #fff;*/
    color: #3e3e3e;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    border: none;
    display: block;
    width: 207px;
    padding: 9px 10px 10px 10px;
    margin: 0 auto;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .3s;
    text-transform: uppercase;
    font-weight: 600;
}

.btn:hover {
    /*color: #f59c00;*/
    color: #1f1f1f;
    background-color: #f4ae1d;
}

.btn:focus {
    outline: none;
}

.slider_tube {
    margin: 12px 0 20px 0;
    position: relative;
}

.click_to_view {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slide_result {
    width: 930px;
    background: rgba(0, 0, 0, 0.3);
    height: 40px;
    padding: 30px;
    display: table;
    position: absolute;
    bottom: 45px;
}

.slide_result_item {
    vertical-align: middle;
    display: table-cell;
    width: 280px;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    padding: 0 15px;
    background-position: left center;
    background-repeat: no-repeat;
}

.slide_result_item img {
    float: left;
    vertical-align: middle;
    max-width: 40px;
    margin-right: 20px;
}

.slide_result_item div {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.result_icon_rocket:before {
    background-image: url("/bitrix/templates/sinto_new/images/rocket_white.svg");
}

.result_icon_data:before {
    background-image: url("/bitrix/templates/sinto_new/images/data_icon_white.svg");
}

.result_icon_database:before {
    background-image: url("/bitrix/templates/sinto_new/images/base_icon_white.svg");
}

.result_icon_diagram:before {
    background-image: url("/bitrix/templates/sinto_new/images/diagram_icon.svg");
}

.result_icon_docs:before {background-image: url("/bitrix/templates/sinto_new/images/docs_white.svg");}
.result_icon_link:before {background-image: url("/bitrix/templates/sinto_new/images/link_white.svg");}
.result_icon_lock:before {background-image: url("/bitrix/templates/sinto_new/images/lock_white.svg");}
.result_icon_team:before {background-image: url("/bitrix/templates/sinto_new/images/team_white.svg");}
.result_icon_vector:before {background-image: url("/bitrix/templates/sinto_new/images/vector_white.svg");}

.result_icon_cards:before {background-image: url("/bitrix/templates/sinto_new/images/cards_white.svg");}
.result_icon_connect:before {background-image: url("/bitrix/templates/sinto_new/images/connect_white.svg");}
.result_icon_graphic:before {background-image: url("/bitrix/templates/sinto_new/images/graphic_white.svg");}
.result_icon_like:before {background-image: url("/bitrix/templates/sinto_new/images/like_white.svg");}
.result_icon_phone:before {background-image: url("/bitrix/templates/sinto_new/images/phone_white.svg");}
.result_icon_rub:before {background-image: url("/bitrix/templates/sinto_new/images/rub_white.svg");}
.result_icon_time:before {background-image: url("/bitrix/templates/sinto_new/images/time_white.svg");}

.result_icon_4-arrow:before {background-image: url("/bitrix/templates/sinto_new/images/4-arrow_white.svg");}
.result_icon_circle:before {background-image: url("/bitrix/templates/sinto_new/images/circle_white.svg");}
.relative {
    position: relative;
    width: 990px;
    height: 480px;
    margin: 0 auto;
}

.p001 {
    padding: 20px 20px 80px 20px;
    box-sizing: border-box;
}

.event_slide {
    position: relative;
    width: 250px;
    /*border: 1px solid #dae9f1;*/
    border: 1px solid #dadada;
    padding: 9px 9px 7px 9px;
}

.event_slide:hover  {
    z-index: 1;
    /*top: -6px;*/
    /*left: -6px;*/
    /*border: 1px solid #034a6e;*/
    /*padding: 15px 15px 13px 15px;*/
    /*margin-right: 18px !important;*/
    /*box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0 9px 23px -7px rgba(0, 0, 0, 0.2);
    padding-bottom: 13px;
}


.event_slide:hover .event_slide_picture {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}


.event_slide:hover .otr {
    display: block;
}

.event_slide .btn {
    display: none;
}

.event_slide:hover .btn {
    display: block;
}


.event_slide:hover .label {
    background: #034a6e;
}


.event_slide_picture {
    margin: 0 0 21px 0;
    padding: 0;
    width: 250px;
    height: 150px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.label {
    background: #dae9f1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    padding: 4px 12px;
}

.date{
    color: #acacac;
    font-size: 12px;
    line-height: 18px;
    padding-left: 20px;
    background: url("/bitrix/templates/sinto_new/images/calendar_grey.svg") left 2px no-repeat;
}

.new__time {
    color: #acacac;
    font-size: 12px;
    line-height: 18px;
    padding-left: 20px;
    background: url("/bitrix/templates/sinto_new/images/time-gray.svg") left 1px no-repeat;
    margin-top: 4px;
}

.location {
    color: #acacac;
    font-size: 12px;
    line-height: 18px;
    padding-left: 20px;
    background: url("/bitrix/templates/sinto_new/images/place-icon.svg") 2px 2px no-repeat;
    margin-top: 4px;
}

.event_slide_link {
    font-size: 14px;
    line-height: 23px;
    margin-top: 7px;
    display: block;

    text-decoration: none;
}
a.event_slide_link:hover {
    color: #f59c00;
}

.otr {
    color: #acacac;
    font-size: 12px;
    line-height: 24px;
    padding-left: 20px;
    background-position: left 6px;
    background-repeat: no-repeat;
}

.otr span {
    /*border-bottom: 1px solid #acacac;*/
}

.event_slide_pad {
    padding: 15px 10px 30px 10px;
}

.h_whith_btn {
    width: 900px;
    margin: 50px auto 10px auto;
}

.for_h {
    float: left;
    width: 630px;
}

.for_btn {
    float: right;
    margin-left: 30px;
    width: 210px;
    padding-top: 15px;
}

.tensor_house {
    background: url("/bitrix/templates/sinto_new/images/tensor_house.jpg") center no-repeat;
    height: 480px;
    width: 100%;
    color: #fff;
}

.tensor_house .content {
    padding-top: 60px;
}

.tensor_house_left {
    float: left;
    width: 450px;
    margin-right: 30px;
}

.tensor_house_right {
    float: right;
    width: 400px;
}

.shem {
    background: url("/bitrix/templates/sinto_new/images/diagramma_main.png") center no-repeat;
    width: 374px;
    height: 164px;
}


.our_positions {
    margin: 90px 0 50px 0;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.position {
    position: relative;
    bottom: 30px;
    padding: 0 30px 0 55px;
    font-size: 14px;
    display: table-cell;
}

.icon_diagram:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url("/bitrix/templates/sinto_new/images/samye-samye.svg") left -50px no-repeat;
}
.icon_crn:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -30px;
    width: 66px;
    height: 26px;
    background: url("/bitrix/templates/sinto_new/images/tableteditionlogo.png") 0 0 no-repeat;
}
.icon_b2b:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -30px;
    width: 66px;
    height: 26px;
    background: url("/bitrix/templates/sinto_new/images/b2b.png") 0 0 no-repeat;
}


.icon_workers:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url("/bitrix/templates/sinto_new/images/samye-samye.svg") -55px -50px no-repeat;
}


.icon_lamp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url("/bitrix/templates/sinto_new/images/samye-samye.svg") -115px -50px no-repeat;
}


.main_partner {
    width: 435px;
    float: left;
}

.main_partner_cont {
    width: 870px;
    margin: 0 auto;
}

.sert {
    width: 100px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
}

.url {
    display: none;
}

.response {
    background: #dae9f1;
    width: 930px;
    padding: 29px 30px 29px 30px;
    margin: 0 auto;
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #034a6e;
    line-height: 22px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.38);
    position: absolute;
    top: -50px;
}

.r_desc {
    width: 466px;
    float: left;
}
.r_form {
    width: 464px;
    float: left;
    padding-top: 3px;
    text-align: right;
}

.response .btn {
    display: inline-block;
    width: 115px;
    margin-left: 12px;
}

.input_text:focus {
    outline: none;
}
.response .input_text {
    width: 333px;
    height: 35px;
    line-height: 35px;
    border: none;
    box-sizing: border-box;
    padding: 0 10px;
    vertical-align: middle;
}

.response .input_text:focus {
    border: 1px solid #47a2d0;
}


.footer_container {
    width: 990px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    height: 440px;
    box-sizing: border-box;
    /*padding-top: 108px;*/
    padding-top: 60px;
    font-size: 16px;
}

.footer_container a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s all;
}

.footer_container a:hover {
    /*border-bottom: 1px solid rgba(255, 255, 255, 1);*/
    color: #f59c00;
}

.info_col {
    float: left;
    width: 280px;
    margin-right: 30px;
    padding-left: 30px;
    font-size: 14px;
}

.foot_section li {
    float: left;
    width: 165px;
    list-style-type: none;
    font-size: 12px;
    line-height: 24px;
}

.foot_section {
    width: 346px;
    float: left;
    padding-top: 3px;
}

.foot_section ul {
    padding: 20px 0 0 0;
    margin: 0;
}

.foot_menu {
    float: left;
    width: 220px;
    padding: 3px 0 0 55px;
}

.foot_menu ul {
    padding: 0;
    margin: 0;
}

.foot_menu ul li {
    list-style-type: none;
    padding: 0 0 12px 0;
    margin: 0;
}

.copy {
    border-top: 1px solid #6f9ab0;
    padding: 25px 30px;
    font-size: 13px;
    color: #6f9ab0;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.footer_phone {
    font-size: 21px;
    line-height: 22px;
    margin-bottom: 20px;
}

.foot_phone_descr {
    font-size: 11px;
    margin-bottom: 30px;
}

.f_adress {
    padding-left: 30px;
    margin-bottom: 15px;
    background: url("/bitrix/templates/sinto_new/images/map.svg") left center no-repeat;
}
.f_phone {
    padding-left: 30px;
    margin-bottom: 15px;
    background: url("/bitrix/templates/sinto_new/images/phone.svg") left center no-repeat;
}
.f_mail {
    padding-left: 30px;
    /*margin-bottom: 42px;*/
    margin-bottom: 6px;
    background: url("/bitrix/templates/sinto_new/images/mail.svg") left center no-repeat;
}

.footer_container a.social {
    border: none;
    width: 26px;
    height: 26px;
    display: inline-block;
}

/*.ok {background: url("/bitrix/templates/sinto_new/images/ok_white.png") left center no-repeat;}*/
/*.ok:hover {background: url("/bitrix/templates/sinto_new/images/ok_color.png") left center no-repeat;}*/

.ok {background: url("/bitrix/templates/sinto_new/images/ok.svg") left center no-repeat;}
.ok:hover {background: url("/bitrix/templates/sinto_new/images/ok-hover.svg") left center no-repeat;}

.fb {background: url("/bitrix/templates/sinto_new/images/fb_white.svg?123") left center no-repeat;}
.fb:hover {background: url("/bitrix/templates/sinto_new/images/fb_color.svg?123") left center no-repeat;}

/*.vk {background: url("/bitrix/templates/sinto_new/images/vk_white.svg?123") left center no-repeat;}*/
/*.vk:hover {background: url("/bitrix/templates/sinto_new/images/vk_color.svg?123") left center no-repeat;}*/

.tw {background: url("/bitrix/templates/sinto_new/images/tw_white.svg?123") left center no-repeat;}
.tw:hover {background: url("/bitrix/templates/sinto_new/images/tw_color.svg?123") left center no-repeat;}

/*.in {background: url("/bitrix/templates/sinto_new/images/in_white.svg?123") left center no-repeat;}*/
/*.in:hover {background: url("/bitrix/templates/sinto_new/images/in_color.svg?123") left center no-repeat;}*/

.in {background: url("/bitrix/templates/sinto_new/images/ig.svg") left center no-repeat;}
.in:hover {background: url("/bitrix/templates/sinto_new/images/ig-hover-2.svg") left center no-repeat;}

.yt {background: url("/bitrix/templates/sinto_new/images/yt_white.svg?123") left center no-repeat;}
.yt:hover {background: url("/bitrix/templates/sinto_new/images/yt_color.svg?123") left center no-repeat;}

.slsh {background: url("/bitrix/templates/sinto_new/images/slsh_white.svg?123") left center no-repeat;}
.slsh:hover {background: url("/bitrix/templates/sinto_new/images/slsh_color.svg?123") left center no-repeat;}

.vk {background: url("/bitrix/templates/sinto_new/images/vk-white.svg") left center no-repeat;}
.vk:hover {background: url("/bitrix/templates/sinto_new/images/vk-colored.svg") left center no-repeat;}

.rutube {background: url("/bitrix/templates/sinto_new/images/rutube-white.svg") left center no-repeat; background-size: 28px !important;}
.rutube:hover {background: url("/bitrix/templates/sinto_new/images/rutube-colored.svg") left center no-repeat;}

.social.border {border: 2px solid #ffffff !important; border-radius: 50%}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #034a6e;
}


.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -7px;
}


.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 12px;
    height: 12px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #034a6e;
    border: 1px solid #fff;
    cursor: pointer;
}

.ui-slider .ui-slider-handle:focus {
    outline: none;
}

.ui-slider {
    position: relative;
    text-align: left;
    height: 5px;
    background: #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.for_dates {
    position: relative;
    width: 100%;
    height: 35px;

}

.range_date {
    position: absolute;
    width: 50px;
    margin-left: -25px;
    top: 6px;
    text-align: center;
    font-size: 15px;
    color: #d5d5d5;
}

.ranger {
    width: 610px;
    padding: 10px 0;
    float: left;
}

.show_projects {
    width: 220px;
    float: left;
    padding-left: 80px;
}

.nav_vip_projects  {
    float: left;
    width: 410px;
    padding: 0 40px;
    white-space: normal;
}

.nav_vip_projects a {
    color: #48a2d0;
    text-transform: none;
}

.nav_vip_projects_img {
    float: left;
    width: 150px;
    margin-right: 30px;
}

.nav_vip_proj_link {
    float: left;
    width: 230px;
}

.nav_vip_block {
    padding: 30px 0;
    border-bottom: 1px solid #dae9f1;
}

.nav_all_projects {
    font-size: 13px !important;
    color: #f59c00 !important;
    text-transform: none;
    margin-bottom: 10px;
    display: block;
}
.nav_all_projects:hover {
    text-decoration: none;
}
.nav_all_projects--top {
    margin-bottom: 30px;
    margin-top: -10px;
}

a.prominado {
    display: block;
    position: absolute;
    bottom: 25px;
    /*right: 30px;*/
    right: 0;
    opacity: 0.9;
    height: 23px;
    width: 120px;
    /*background: url('/bitrix/templates/sinto_new/images/prominado.svg') no-repeat center center;*/
    background: url('/bitrix/templates/sinto_new/images/prominado.svg') no-repeat 100% 50%;
    background-size: 70%;
    outline: none;
    overflow: hidden;
    text-indent: 130px;
    border: none;
    z-index: 2;
}
a.prominado:hover {
    opacity: 1;

    border: none;}


.left_column {
    float: left;
    width: 250px;
    margin-right: 30px;
}

.right_column {
    width: 930px;
    position: relative;
}

.two_cols .right_column, .right_column .right_column {
    float: left;
    width: 650px;
    margin-top: 0;
}

.main_slide_small {
    width: 100%;
    height: 200px;
    margin-top: -60px;
}

.page_content {
    background: #fff;
    padding: 15px 30px 30px 30px;
    width: 930px;
    /*margin: -30px auto 60px auto;*/
    margin: 0 auto 60px auto;
    text-align:justify;
}
.page_content h1{text-align:left!important}
.staff_photo {
    width: 290px;
    height: 190px;
    overflow: hidden;
}

.staff_photo img {
    margin-top: -20px;

}


.persona {
    position: relative;
    display: inline-block;
    width: 290px;
    /*border: 1px solid #dae9f1;*/
    border: 1px solid #dadada;
    padding: 9px;
    margin-left: 26px;
    margin-bottom: 25px;
    text-decoration: none;
    vertical-align: top;
}


.persona:hover .percona_hover{
    position: absolute;
    order: 1px solid #034a6e;
    top: -9px;
    left: -9px;
    width: 290px;
    background: #fff;
    padding: 18px 18px 15px 18px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.3);
}

.persona_info {
    position: relative;
    z-index: 1;
}
.job_title {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    padding: 0 0 3px 10px;
}


.persona_name {
    font-size: 14px;
    line-height: 23px;
    padding: 13px 0 6px 10px;
    text-decoration: none;
}

.staff_block {
    margin-left: -26px;
    width: 677px;
    padding-top: 23px;
}

.section_nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 12px;
    margin-bottom: 35px;
}

.section_nav li {
    padding-bottom: 5px;
}


.section_nav a {
    color: #acacac;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

.section_nav a:hover, .section_nav a.selected {
    /*color: #f59c00;*/
    color: #2b6b8c;
    /*font-weight: 600;*/
}

.left_column_titile {
    color: #acacac;
    /*font-size: 16px;*/
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
    margin: 20px 0 30px 0;
}

.person_detail_info {
    padding: 30px;
}

.person_detail_info_photo {
    float: left;
    width: 290px;
    margin-right: 40px;
}

.person_detail_info_text {
    float: left;
    width: 490px;
}

.job_title_detail {
    color: #acacac;
    font-size: 14px;
    line-height: 23px;
}

.person_detail_info .h1 {
    margin: -10px 0 4px 0;
    text-transform: none;
}

.person_line_name {
    margin-top: 15px;
}

.footer_container #to_top_link {
    position: absolute;
    right: 30px;
    top: -120px;
    color: #acacac;
    font-size: 13px;
    text-align: right;
    padding-left: 30px;
    background: url("/bitrix/templates/sinto_new/images/up_arrow_grey.svg") left center no-repeat;
}

.footer_container #to_top_link:hover {
    color: #f59c00;
    background: url("/bitrix/templates/sinto_new/images/up_arrow_orange.svg") left center no-repeat;
}

.back_to {
    position: absolute;
    bottom: -90px;
    left: -280px;
    color: #acacac;
    font-size: 13px;
    text-align: right;
    padding-left: 30px;
    background: url("/bitrix/templates/sinto_new/images/back_arrow_grey.svg") left center no-repeat;
}

.back_to:hover {
    color: #f59c00;
    background: url("/bitrix/templates/sinto_new/images/back_arrow_orange.svg") left center no-repeat;
}

.vendor_info {
    height: 120px;
    width: 180px;
    position: relative;
    z-index: 1;
}

.vendor {
    position: relative;
    display: inline-block;
    width: 180px;
    /*border: 1px solid #dae9f1;*/
    border: 1px solid #dadada;
    padding: 9px;
    margin-left: 23px;
    margin-bottom: 25px;
    vertical-align: top;
    text-decoration: none;
}

.vendor:hover:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    width: 100%;
    padding: 9px;
    height: 100%;
    box-shadow: 0 5px 30px rgba(0,0,0,0.3);
    border: 1px solid #034a6e;
}

.vendor:hover{
    border-color: #fff;
    z-index: 2;
}

.z1 {
    position: relative;
    z-index: 1;
}

.vendor_detail_info {
    width: 490px;
    padding: 25px 40px;
}

.vendor_detail_info_photo {
    float: right;
    width: 150px;
}

.vendor_detail_info_text {
    float: left;
    width: 320px;
}

.custom_ul {
    padding: 0 0 0 15px;
}

.right_column ul li, .custom_ul li {
    position: relative;
    list-style-type: none;
    margin: 5px 0;
}


.technologies {
    margin-bottom: 10px;
}
.right_column ul li:before, .custom_ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #034a6e;
    display: block;
    position: absolute;
    left: -15px;
    top: 10px;
}

.technologies_left {
    margin-left: 16px;
    float: left;
    width: 420px;
}


.technologies_left.full_width {
    width: 634px;
}

.products_more {
    display: none;
}

.product_info {
    margin-top: 60px;
}
.section_description {
    margin-top: 25px;
    font-size: 15px;
    text-align:justify;
}

.services_section h2 {
    margin: -10px 0 20px 0;
}
.products_more_link {
    color: #034a6e;
    cursor: pointer;
    border-bottom: 1px dashed #034a6e;
}

.technologies_right {
    float: right;
    width: 200px;
    height: 40px;
}
.technologies img {
    float: right;
}
.technologies_name {
    position: relative;
    display: block;
    color: #034a6e;
    font-weight: bold;
}

span.technologies_name {
    color: #000;
}
.technologies_name:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #034a6e;
    display: block;
    position: absolute;
    left: -15px;
    top: 9px;
}

.vendor_detail_info_photo img {
    float: right;
}

.vendor_line_name {
    padding: 0;
}

.vendor_slide {
    width: 1920px;
    height: 480px;
}

.vendor_slider {
    margin-bottom: 80px;
}

.blu_pos {
    position: relative;
    float: left;
    width: 215px;
    padding-top: 50px;
}

.us_icon_diagram:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 40px;
    left: 0;
    top: 0;
    background: url("/bitrix/templates/sinto_new/images/icons_about_company_blue.svg") 0 0  no-repeat;
}

.us_icon_workers:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 40px;
    left: 0;
    top: 0;
    background: url("/bitrix/templates/sinto_new/images/icons_about_company_blue.svg") -52px 0  no-repeat;
}

.us_icon_lamp:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 40px;
    left: 0;
    top: 0;
    background: url("/bitrix/templates/sinto_new/images/icons_about_company_blue.svg") -110px 0 no-repeat;
}

.feedback_img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin: 0 20px 20px 0;
    width: 80px;
    height: 80px;
}

.event {
//float: left;
    width: 178px;
    margin-left: 25px;
    margin-bottom: 25px;
    /*border: 1px solid #dae9f1;*/
    border: 1px solid #dadada;
    padding: 9px;
    position: relative;
}
.event--fixed {
    height: 320px !important;
    width: 178px !important;
}
.event--fixed .ev_hover:hover {
    height: 320px !important;
}
.event--fixed .event_slide_link {
    max-height: 96px;
    overflow: hidden;
}
.event_gorizontal {
    width: 630px;
}

.event_line, .event_line .ev_hover:hover {
    width: 630px;
}

.event .btn {
    display: none;
    margin-top: 30px;
    width: auto;
}

.event:hover .btn {
    display: block;
}

.ev_hover:hover {
    position: absolute;
    z-index: 1;
    width: 178px;
    top: -7px;
    left: -7px;
    background: #fff;
    border: 1px solid #034a6e;
    padding: 15px 15px 13px 15px;
    /*margin-right: 18px !important;*/
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.2);
}

.event:hover .otr {
    display: block;
}
.event:hover .label {
    background: #034a6e;
}

.event:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}

.event img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    margin-bottom: 10px;
}

.event .date {
    margin: 10px 0 5px 0;
}

.event_left {
    float: left;
    width: 165px;
    margin-right: 20px;
}

.event_line .event_left {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.event_right {
    float: left;
    width: 445px;
}





.event_gorizontal {
    /*padding-bottom: 0;*/
}
.event_gorizontal .ev_hover:hover {
    width: 630px;
}


.event_gorizontal .btn {
    margin-left: 0;
}

.line_event_img {
    width: 40px;
    height: 40px;
    display: block;
    background: #cad8df;
}
.seminar_icon {background: url("/bitrix/templates/sinto_new/images/speak_light.svg") center no-repeat;}
.webinar_icon {background: url("/bitrix/templates/sinto_new/images/video_light.svg") center no-repeat;}
.news_icon {background: url("/bitrix/templates/sinto_new/images/news_light.svg") center no-repeat;}
.smi_icon {background: url("/bitrix/templates/sinto_new/images/interview_light.svg") center no-repeat;}

.ev_hover:hover .seminar_icon {background: url("/bitrix/templates/sinto_new/images/speak.svg") center no-repeat;}
.ev_hover:hover .webinar_icon {background: url("/bitrix/templates/sinto_new/images/video.svg") center no-repeat;}
.ev_hover:hover .news_icon {background: url("/bitrix/templates/sinto_new/images/news.svg") center no-repeat;}
.ev_hover:hover .smi_icon {background: url("/bitrix/templates/sinto_new/images/interview.svg") center no-repeat;}

.list_style_type1 {background: url("/bitrix/templates/sinto_new/images/pic_style_gray.svg") right no-repeat;    padding: 0 0 0 25px;}
.list_style_type1:hover, .style_type_active1 {background: url("/bitrix/templates/sinto_new/images/pic_style_orange.svg") right no-repeat;}
.list_style_type2 {background: url("/bitrix/templates/sinto_new/images/text_pic_style_gray.svg") right no-repeat;    padding: 0 0 0 25px;}
.list_style_type2:hover, .style_type_active2 {background: url("/bitrix/templates/sinto_new/images/text_pic_style_orange.svg?123") right no-repeat;}
.list_style_type3 {background: url("/bitrix/templates/sinto_new/images/text_style_icon_gray.svg") right no-repeat;    padding: 0 0 0 25px;}
.list_style_type3:hover, .style_type_active3 {background: url("/bitrix/templates/sinto_new/images/text_style_icon_orange.svg") right no-repeat;}


.list_style_types {
    position: relative;
    right: 0;
    top: -57px;
    float: right;
    text-align: right;
    width: 300px;
}

.time_filter {
    text-decoration: none;
    border-bottom: 1px dashed #ACACAC;
    color: #ACACAC;
    vertical-align: bottom;
    font-size: 12px;
}


.big_date {
    background: url("/bitrix/templates/sinto_new/images/calendar_white.svg") left no-repeat;
    padding-left: 40px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin: 25px 70px 25px 0;
}

.big_time {
    background: url("/bitrix/templates/sinto_new/images/time-icon.svg") left no-repeat;
    padding-left: 40px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin: 25px 70px 25px 0;
}

.big_map {
    background: url("/bitrix/templates/sinto_new/images/map_white.svg") left no-repeat;
    padding-left: 40px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin: 25px 0 25px 0;
}

.main_events_slider {
    font-size: 16px;
}
.main_events_slider .btn {
    margin-left: 0;
    width: 185px;
}

.main_events_slider .main_slide_text {
    width: 900px;
}

.filter_title {
    font-weight: bold;
    font-size: 16px;
    color: #034a6e;
    position: relative;
    cursor: pointer;
}

.filter_title:after {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    /*right: 47px;*/
    right: 0;
    top: 0;
    background: url("/bitrix/templates/sinto_new/images/arrow_grey_down.svg") center no-repeat;
}

.filter_title_drop:after {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    right: 47px;
    top: 0;
    background: url("/bitrix/templates/sinto_new/images/minus_grey.svg") center no-repeat;
}

.filter_title span {
    border-bottom: 1px dotted #034a6e;
}

.filter_section {
    /*margin-bottom: 30px;*/
    margin-bottom: 5px;
}

.filter_drop_cont ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.filter_drop_cont ul li {
    padding-bottom: 3px;
}

.filter_drop_cont ul li:before {
    display: none;
}

.filter_drop_cont a {
    font-size: 12px;
    color: #acacac;
    text-decoration: none;
    text-transform: uppercase;
}

.filter_drop_cont a:hover, .filter_drop_cont a.selected {
    color: #f59c00;
}

.filter_drop_cont .ranger {
    width: 200px;
}

.filter_drop_cont_date {
    /*padding-bottom: 40px;*/
}


.filter_drop_cont a span {
    color: #d5d5d5;
    padding-left: 10px;
}

.field_block {
    width: 280px;
    float: left;
    margin-left: 45px;
}
.field_block-fw {
    width: auto;
    float: none;
    margin-left: 45px;
}
.field_block-fw span {
    display: block;
}

.field_block .chosen-container {
    width: 100% !important;
}


.form label {
    color: #acacac;
    font-size: 13px;
}

.required {
    color: #f59c00;
}

.inp_text {
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    width: 280px;
    height: 30px;
    margin: 10px 0 20px 0;
    padding: 0 8px;
}

.inp_text:focus {
    border: 1px solid #47a4d0;
}

.textarea {
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    margin: 10px 0 20px 0;
    padding:  8px;
    width: 100%;
    height: 90px;
}

.textarea:focus {
    border: 1px solid #47a4d0;
}

.form_small_descr {
    color: #d5d5d5;
    font-size: 13px;
    margin: -15px 0 20px 0;
}

.discuss {
    position: relative;
    margin-bottom: 20px;
}

.discuss .btn {
    width: 150px;
    margin-top: 60px;
    margin-left: 0;
}

.facebook_grab {
    text-decoration: none;
    position: absolute;
    right: 0;
    top: -65px;
    background: #3b5999 url("/bitrix/templates/sinto_new/images/f.svg") 30px 10px no-repeat;
    text-align: center;
    color: #fff;
    padding: 7px 20px 8px 55px;
    width: 250px;
    cursor: pointer;
}

.facebook_grab:hover {
    background: #4A6BB1 url("/bitrix/templates/sinto_new/images/f.svg") 30px 10px no-repeat;
}

.disscuss_hid_title {
    position: relative;
}

.disscuss_show_button {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 25px;
    cursor: pointer;
    background: url("/bitrix/templates/sinto_new/images/minus_gray_big.svg");
}

.disscuss_show_button.can_show {
    background: url("/bitrix/templates/sinto_new/images/arrow_grey_down_big.svg");
}


.solution {

    width: 632px;
    margin-bottom: 25px;
    /*border: 1px solid #dae9f1;*/
    border: 1px solid #dadada;
    padding: 8px;
    position: relative;
}
.solution_product {
    display: none;
    width: 632px;
    margin-bottom: 25px;
    border: 1px solid #dae9f1;
    padding: 8px;
    position: relative;
}

.solution_hover:hover {
    position: absolute;
    z-index: 1;
    top: -13px;
    left: -13px;
    background: #fff;
    border: 1px solid #034a6e;
    width: 632px;
    padding: 20px;
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.2);
}

.solution_left {
    float: left;
    width: 180px;
    margin-right: 10px;
}

.solution_right {
    float: right;
    width: 440px;
}
.license {
    margin-bottom: 25px;
    /*border: 1px solid #dae9f1;*/
    border: 1px solid #dadada;
    padding: 8px;
    position: relative;
}

.license_hover:hover {
    position: absolute;
    width: 630px;
    z-index: 1;
    top: -8px;
    left: -8px;
    background: #fff;
    border: 1px solid #034a6e;
    padding: 15px 15px 13px 15px;
    /*margin-right: 18px !important;*/
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.2);
}

.project_nav {
    float: left;
    width: 450px;
    box-sizing: border-box;
    margin: 0 5px 25px 0;
    /*border: 1px solid #dae9f1;*/
    padding: 0 16px 8px 0;
}

.project_nav_left {
    float: left;
    width: 150px;
    margin-right: 30px;
}

.project_nav_right {
    float: left;
    width: 250px;
}

.project_hover:hover {
    /*position: absolute;*/
    /*z-index: 1;*/
    /*top: -13px;*/
    /*left: -13px;*/
    /*background: #fff;*/
    /*border: 1px solid #034a6e;*/
    /*width: 180px;*/
    /*padding: 20px;*/
    /*box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.2);*/
}

.project {
    float: left;
    width: 180px;
    margin-left: 18px;
    margin-bottom: 25px;
    /*border: 1px solid #dae9f1;*/
    border: 1px solid #dadada;
    padding: 8px;
    position: relative;
    z-index: 2;
}

.фproject:hover:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    width: 100%;
    padding: 10px;
    height: 100%;
    box-shadow: 0 5px 30px rgba(0,0,0,0.4);
    border: 1px solid transparent;
}

.project:hover {
    ox-shadow: 0 9px 23px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 30px rgba(0,0,0,0.2)!important;
}
/*
.vendor {
    position: relative;
    display: inline-block;
    width: 180px;
    border: 1px solid #dadada;
    padding: 9px;
    margin-left: 23px;
    margin-bottom: 25px;
    vertical-align: top;
    text-decoration: none;
}

.vendor:hover:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    width: 100%;
    padding: 9px;
    height: 100%;
    box-shadow: 0 5px 30px rgba(0,0,0,0.3);
    order: 1px solid #034a6e;
}

.vendor:hover{
    border-color: #fff;
    z-index: 2;
}
*/
.project img {
    display: block;
    margin: 0 auto 15px auto;
}

.project_title {
    font-size: 14px;
}

.project .otr {
    display: block;
}

.project_otrasl {
    padding: 2px 0 4px 0;
}

.lh23 {
    line-height: 23px;
    display: block;
}

.project_job_title {
    font-size: 12px;
    color: #acacac;
}

.project_person {
    margin: 23px 0 0 0;
    padding: 0;
}

.feedback {
    padding: 0 30px;
    margin-bottom: 30px;
    line-height: 23px;
    font-style: italic;
    background: url("/bitrix/templates/sinto_new/images/kovychka_left.svg") left 5px no-repeat, url("/bitrix/templates/sinto_new/images/kovychka.svg") right bottom no-repeat ;
}

.project_preview {

    /*padding: 40px 150px 30px 30px;*/
    /*min-height: 150px;*/
    /*margin-bottom: 40px;*/
    /*position: relative;*/

    padding: 40px 30px 40px 30px;
    min-height: 150px;
    margin-bottom: 40px;
    position: relative;
}
.project_preview--short {
    width: 471px;
    float: left;
}
.project_preview_gray {
    /*background: rgba(0, 0, 0, 0.5);*/
    /*padding: 15px;*/
    /*color: #fff;*/
    /*font-size: 16px;*/
    /*line-height: 24px;*/
    /*position: absolute;*/
    /*left: 90px;*/
    /*!*bottom: 30px;*!*/
    /*width: 440px;*/


    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    width: 440px;
    margin: auto;
}
.project_preview_gray--long {
    left: 80px;
}
.present_block__text {
    font-size: 13px;
    line-height: 18px;
}
.project_company_left {
    float: left;
    width: 450px;
}
.project_company_right {
    float: right;
    max-width: 180px;
    text-align: center;
}

.project_company_right img {
    margin: 0 auto;
}

.project_company_right .project_title {
    font-size: 13px;
    font-weight: bold;
}

.project_company_right .project_otrasl {
    font-size: 12px;
    color: #acacac;
}

.project_vendor {
    width: 90px;
    height: 45px;
}

.project_vendor_non {
    display: inline-block;
    margin-right: 20px;
    width: 90px;
    height: 45px;
}

.one_project .otr {
    background-position: left center;
}

.small_info {
    color: #acacac;
    font-size: 12px;
    line-height: 23px;
}
.small_info--left {
    float: left;
    width: 59%;
}
.small_info--right {
    float: right;
    width: 40%;
    text-align: center;
}
.small_info2 {
    display: inline-block;
    color: #acacac;
    font-size: 12px;
    line-height: 18px;
}

.small_info_title {
    width: 140px;
    display: inline-block;
    vertical-align: top;
}


.small_info_title-block {
    display: block;
    float: left;
}

.project_service-fll {
    float: left;
    width: 510px;
}

.one_project {text-align:justify;}
.one_project .small_info {
    margin-bottom: 35px;
}

.small_info .otr, .small_info .date, .small_info .project_service {
    text-decoration: underline;
    color: #acacac;
}

.solut_otras {
    text-decoration: none !important;
}

.solut_preview {
    font-size: 12px;
    color: #acacac;
    line-height: 15px;
    margin-top: 10px;
}

.results_title {
    margin-top: 30px;
    font-size: 24px;
    line-height: 28px;
    color: #f59c00;
    font-family: 'Exo 2', sans-serif;
}
.results_ul {
    color: #034a6e;
    padding: 0;
    margin: 30px 0;
}

.right_column .results_ul li {
    padding: 10px 0 15px 0px;
    background-repeat: no-repeat;
    background-position: left center;
}

.right_column .results_ul li:before {
    display: none;
}

.project_service_date {
    text-decoration: none !important;
}

.results_li_data { background-image: url("/bitrix/templates/sinto_new/images/data_icon_blue.svg"); }
.results_li_rocket { background-image: url("/bitrix/templates/sinto_new/images/rocket_blue.svg"); }
.results_li_diagram { background-image: url("/bitrix/templates/sinto_new/images/diagramma_icon.svg"); }
.results_li_database { background-image: url("/bitrix/templates/sinto_new/images/base_icon_blue.svg"); }

.results_li_docs { background-image: url("/bitrix/templates/sinto_new/images/docs_blue.svg"); }
.results_li_link { background-image: url("/bitrix/templates/sinto_new/images/link_blue.svg?1"); }
.results_li_lock { background-image: url("/bitrix/templates/sinto_new/images/lock_blue.svg"); }
.results_li_team { background-image: url("/bitrix/templates/sinto_new/images/team_blue.svg"); }
.results_li_vector { background-image: url("/bitrix/templates/sinto_new/images/vector_blue.svg"); }

.results_li_cards { background-image: url("/bitrix/templates/sinto_new/images/cards_blue.svg"); }
.results_li_connect { background-image: url("/bitrix/templates/sinto_new/images/connect_blue.svg"); }
.results_li_graphic { background-image: url("/bitrix/templates/sinto_new/images/graphic_blue.svg"); }
.results_li_like { background-image: url("/bitrix/templates/sinto_new/images/like_blue.svg"); }
.results_li_phone { background-image: url("/bitrix/templates/sinto_new/images/phone_blue.svg"); }
.results_li_rub { background-image: url("/bitrix/templates/sinto_new/images/rub_blue.svg"); }
.results_li_time { background-image: url("/bitrix/templates/sinto_new/images/time_blue.svg?1"); }

.results_li_4-arrow { background-image: url("/bitrix/templates/sinto_new/images/4-arrow_blue.svg?1"); }
.results_li_circle { background-image: url("/bitrix/templates/sinto_new/images/circle_blue.svg?1"); }

.project_company_info {
    margin-bottom: 20px;
}

.project_results_block {
    margin: 0px 0px 20px 0;
}

.project_video {
    margin-bottom: 30px;
}


.service_title {
    background: #034a6e;
    color: #fffefe;
    text-transform: uppercase;
    padding: 13px 10px 14px 60px;
    font-weight: bold;
    position: relative;
}

.section_services {
    /*border: 1px solid #dae9f1;*/
    border: 1px solid #dadada;
    padding: 20px 30px;
    border-top: none;
}

.services_half_link {
    float: left;
    width: 50%;
    font-size: 13px;
    line-height: 20px;
    padding: 5px  15px 0 5px;
    box-sizing: border-box;
}

.service_title_icon1:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 25px;
    width: 25px;
    height: 32px;
    background: url("/bitrix/templates/sinto_new/images/uslugi_big.svg?123") 5px -20px no-repeat;
}

.service_title_icon2:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 25px;
    width: 25px;
    height: 32px;
    background: url("/bitrix/templates/sinto_new/images/uslugi_big.svg?123") 5px 8px  no-repeat;
}

.service_title_icon3:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 25px;
    width: 25px;
    height: 32px;
    background: url("/bitrix/templates/sinto_new/images/uslugi_big.svg?123") 5px -50px  no-repeat;
}

.all_projects {
    position: relative;
    padding: 10px 0;
}

.all_prj {
    position: absolute;
    right: 0;
    top : 18px;
    font-size: 13px;
    color: #acacac;
}

.hidden_product {
    width: 850px;
    padding: 50px;
}

.hidden_product_preview {
    float: left;
}

.hidden_product_preview_pict {
    width: 530px;
    float: left;
}

.hidden_product_img {
    float: right;
}

.any_title {
    font-family: 'Exo 2', sans-serif;
    color: #034a6e;
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 30px;
}

.product_link {
    padding-left: 10px;
    font-size: 12px;
    color: #47a4d0;
}

.ml20 {
    margin: 0 0 10px -15px;
}

.pl20 {
    padding-left: 15px;
}

.prod_tit {
    margin: 50px 0 10px 0;
    padding: 0;
}

.perion_separator {
    width: 20px;
    text-align: center;
    display: inline-block;
}

.slider_margin {
    margin-bottom: 30px;
}

.small {
    padding-top: 30px;
    font-size: 10px;
    line-height: 12px;
    color: #d5d5d5;
}

.case_datepicker_block {
    display: inline-block;
    position: relative;
    width: 150px;
    cursor: pointer;
}

.case_datepicker_block:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    top: 12px;
    right: 2px;
    background: url("/bitrix/templates/sinto_new/images/calendar_blue.svg") center no-repeat;
}

.case_datepicker_block .inp_text {
    width: 100%;
}

.delivery_time {
    width: 100px;
    margin-left: 26px;
}

.case_project_name {
    font-size: 19px;
    line-height: 28px;
    color: #f59c00;
    text-transform: uppercase;
    max-width: 500px;
    margin-bottom: 30px;
    display: inline-block;
    font-family: 'Exo 2', sans-serif;
}

.get_case {
    font-size: 12px;
    line-height: 18px;
    color: #034a6e;
    background: #dae9f1 url("/bitrix/templates/sinto_new/images/chemodan.svg") 60px 90px no-repeat;
    padding: 26px 20px 20px 30px;
    margin: 60px 0 0 -30px;
    width: 180px;
}

.long_case {
    font-size: 12px;
    line-height: 18px;
    color: #034a6e;
    background: #dae9f1 url("/bitrix/templates/sinto_new/images/chemodan.svg") 760px 4px no-repeat;
    padding: 30px;
    margin: 60px 0 0 0;
    width: 100%;
    box-sizing: border-box;

}

.get_case_title {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
}

.get_case_link {
    text-transform: uppercase;
    display: inline-block;
    color: #034a6e;
    margin: 23px 0 5px 0px;
}




/*----------------------------------*/
.ui-datepicker-year {
    display: none;
}
.ui-datepicker-month {
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
}
.ui-widget-header {
    background: #47a4d0;
    color: #034a6e;
}

.ui-datepicker {
    width: 280px;
    background: #dae9f1;
    display: none;
}
.ui-datepicker a {
    color: #034a6e;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 11px;
    cursor: pointer;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
    left: 12px;
    background: url("/bitrix/templates/sinto_new/images/arrow_grey_left.svg") no-repeat;
    width: 30px;
    height: 31px;
}
.ui-datepicker .ui-datepicker-next {
    right: 12px;
    background: url("/bitrix/templates/sinto_new/images/arrow_grey_right.svg") no-repeat;
    width: 30px;
    height: 31px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker-unselectable {
    color: #99b9c9;
}


.ui-datepicker-week-end a {
    color: #fff;
}

.ui-state-active {
    background: #47a4d0;
    color: #fff;
}
.ui-datepicker .ui-datepicker-title {
    margin: 10px 0 5px 0;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #47a4d0;
}
.ui-datepicker td {
    border: 0;
    padding: 4px 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    font-size: 16px;
    text-align: center;
    padding: .2em;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.job_name {
    display: block;
    margin-bottom: 15px;
}

.add_resume {
    float: right;
    padding: 5px 10px 7px 10px;
}

.add_resume_detail {
    float: left;
    margin-top: 30px;
}
.job_descr {
    float: left;
    display: inline-block;
    margin-top: 5px;
}

.job {
    position: relative;
    margin-bottom: 25px;
    padding: 10px 20px 0 20px;
    /*border: 1px solid #dae9f1;*/
    border: 1px solid #dadada;
}


.job_show_hover {
    display: none;
}
.job:hover .job_show_hover {
    display: block;
    width: 630px;
}

.job:hover .job_hover {
    position: absolute;
    z-index: 1;
    top: -7px;
    left: -7px;
    background: #fff;
    border: 1px solid #034a6e;
    padding: 15px 25px 13px 25px;
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.2);
}

.add_resume_form {
    width: 500px;
    padding: 20px;
}

.job_subm {
    margin: 20px 0 20px 0;

}

.resp_res {
    line-height: 35px;
    color: #D27A00;
}

.sert_slider_arr {
    margin-top: 60px;
    margin-bottom: 0;
}
.sert_slider_arr .sert {
    display: block;
}

.pt {
    padding-top: 60px;
}

.servises_person {
    padding: 10px 10px 0 10px;
    margin: 50px 0 0 -30px;
    /*border: 1px solid #dae9f1;*/
    border: 1px solid #dadada;
    width: 210px;
}

.servises_person_info {
    /*padding: 10px 15px;*/
    padding: 15px;
    /*font-size: 12px;*/
    /*font-size: 13px;*/
    font-size: 15px;
}
.servises_person_info b {
    /*font-size: 15px;*/
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}

.servises_person_info_jb {
    color: #acacac;
    line-height: 18px;
}

.back_solut {
    left: 0;
}

.solut_text {
    margin-bottom: 20px;
}

.solut_pict {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    text-align: right;
    margin-bottom: 20px;
}

.main_page_slider_text {
    width: 620px;
    height: 120px;
}

.main_page_about_info {
    width: 410px;
    height: 180px;
}

.events_slider_text {
    width: 560px;
}


.service_nav_container {
    float: left;
    width: 300px;
}
.service_nav_container:nth-child(1) {
    width: 100%;
}
.service_nav_container:nth-child(2) {
    width: 245px;
}

.services_menu_ul {
    padding: 0;
    margin: 0 0 20px 0;
}

.serv_nav_title {
    color: #acacac;
    /*font-size: 20px !important;*/
    font-size: 18px !important;
    line-height: 24px;
    font-family: 'Exo 2', sans-serif;
    text-transform: none;
    padding-bottom: 10px;
}
.service_nav_header div.col {
    font-size: 24px !important;
    line-height: 32px;
    font-family: 'Exo 2', sans-serif;
    text-align: center;
}
.service_nav_header div.col--25 {
    text-align: left;
}

.services_menu_ul a {
    color: #034a6e;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    transition: 0.3s all;
}
.services_menu_ul span {
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    transition: 0.3s all;
}
.services_menu_ul li {
    margin: 5px 0;
}

.services_menu_ul a:hover {
    color: #f59c00;
    border-bottom: 1px solid #f59c00;
}

.hide_if_receive_type {
    display: none;
}

.show_if_receive_type {
    padding-top: 34px;
}

.hide_my_otrasl {
    display: none;
    margin-top: -20px;
}

.hide_my_job_title {
    display: none;
    margin-top: -20px;
}

.true_margin {
    padding: 0;
    margin: 20px 0 5px 0;
}

.img404 {
    float: left;
    /*margin: 60px 70px 0 0;*/
    margin: 60px 50px 0 0;
}

.title404 {
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    margin: 100px 0 40px 0;
}

.right404 {
    /*float: right;*/
    float: left;
    width: 530px;
}

.right_column img {max-width:100%;}

.w250 {
    width: 200px !important;
}

.results_ul img {
    margin-right: 20px;
    vertical-align: bottom;
    max-width: 20px;
}

.technologies_title {
    padding: 0;
    margin: 20px 0;
    color: #f59c00;
    font-size: 15px;
    line-height: 23px;
}

.preview123 {
    margin-bottom: 7px;
}

.product_info_picture {
    float: left;
    margin-right: 20px;
    width: 110px;
}

.product_info_text {
    float: left;
    width: 520px;
}

.person_margin {
    margin: 15px 0 40px -10px;
}

.service_by_tag h2 {
    margin: -10px 0 20px 0;
}

.solutions_case {
    margin: 15px 0 60px -10px;

}
.solutions_case.solutions_case_fixed {
    position: fixed;
    top: 80px;
}

.solution_left_column {
    position: relative;
    min-height: 200px;
}

.solutions_case_bottom {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}

.to_products {
    left: 0;
}

.list_of_services {
    display: inline-block;
    /*width: 570px;*/
    width: 500px;
    line-height: 20px;
}

.service_detail {

}

.projects {
    margin-left: -25px;
    width: 670px;
}

.service_item_vendor {
    width: 80px;
    height: 45px;
    display: inline-block;
    margin-right: 8px;
}
.service_item_vendor2 {
    width: 160px;
    height: 90px;
    display: inline-block;
    margin-right: 8px;
}

.service_vendor_list_title {
    margin: 20px 0 10px 0;
    padding: 0;
    font-size: 12px;
    line-height: 12px;
    color: #888;
}

.top-40 {
    margin-top: 40px;
}

.services_link_prev_picture {
    height: 115px;
    width: 100%;
    display: block;
}

.servise {
    float: left;
    width: 292px;
    margin-left: 25px;
    margin-bottom: 25px;
    /*border: 1px solid #dae9f1;*/
    border: 1px solid #dadada;
    padding: 8px;
    position: relative;
}


.service {
    color: #acacac;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 20px;
}


.service-l {
    color: #acacac;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding-left:20px;
    background: url("/bitrix/templates/sinto_new/images/project_arrow.svg") left 5px no-repeat;
}

.servise_hover:hover {
    position: absolute;
    z-index: 1;
    top: -13px;
    left: -13px;
    background: #fff;
    border: 1px solid #034a6e;
    width: 292px;
    padding: 20px;
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.2);
}


.servise_left {
    float: left;
    width: 46px;
    height: 46px;
    margin-right: 10px;
    background-size: 38px;
    background-position: center;
    background-repeat: no-repeat;
}


.servise_right {
    float: left;
    width: 236px;
    display: table;
    min-height: 46px;
}

.servise_right a {
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
}


.bottom-10 {
    margin-bottom: 10px!important;
}

.photo_span {
    width: 210px;
    height: 220px;
    display: block;
    /*background-size: 100% !important;*/
    background: 50% 0 no-repeat;
    background-size: cover !important;
}

.grey_table td {
    vertical-align:top;
    color: #acacac;
}

.grey_table td.pt15 {
    padding-top: 15px;
}

.grey_table td:first-child {
    padding-right: 15px;
    width: 190px;
}

img[align="left"] {
    margin: 0 15px 15px 0;
}

img[align="right"] {
    margin: 0 0 15px 15px;
}

.red_border {
    border: 1px solid red;
}

.service_main {
    margin-bottom: 20px;
}

.form_line {
    margin-bottom: 5px;
}
.form_line .caption {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
}
.form_line .file_label {
    height: 33px;
    border: 1px dashed #115577;
    border-radius: 4px;
    line-height: 33px;
    box-sizing: border-box;
    display: block;
    font-size: 12px;
    color: #034a6e;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    margin-bottom: -13px;
    z-index: 2;
}
.form_line .file_label:hover .text {
    opacity: 1;
}
.form_line .file_label:hover .text:before {
    opacity: 0.8;
}
.form_line .file_label input {
    display: none;
}
.form_line .file_label .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.form_line .file_label .text:before {
    content: '';
    background: url("/bitrix/templates/sinto_new/images/ico_upload.png") 0 0 no-repeat;
    width: 11px;
    height: 17px;
    display: inline-block;
    opacity: 0.48;
    position: relative;
    top: 3px;
    margin-right: 6px;
}
.form_line .file_label .val {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10%;
    white-space: nowrap;
}
.form_line input[type="text"], .form_line textarea {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #dae9f1;
    margin-bottom: 7px;
}
.form_line label {
    padding-left: 5px;
}

.btn-right_form {
    margin: 10px 0 5px 0;
    width: 100%;
}

.left_form_title {
    color: #034a6e;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 10px;
}

.form_wrap {
    background: #dae9f1;
    box-sizing: border-box;
    margin-left: -10px;
    margin-bottom: 40px;
    padding: 15px 20px;
    width: 230px;
    /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.38);*/
}
.form_wrap p {
    margin-bottom: 8px;
}

.fsz11 {
    font-size: 11px;
}

.lh18 {
    line-height: 18px;
}

.db {
    display: block;
}

.services_section_left {
    float: left;
    width: 400px;
}
.services_section_right {
    float: right;
    width: 200px;
}

.people_counter {
    position: absolute;
    /*right: 340px;*/
    right: 0;
    top: -65px;
    background: #47a4d0;
    color: #fff;
    padding: 7px 15px 8px;
}

.event__middle {
    margin: 80px 0 55px 0;
}
.event__subname {
    font-size: 24px;
    color: #034A6E;
    line-height: 28px;
    margin-bottom: 11px;
}
.event__meta {
    margin-bottom: 35px;
}
.meta__date {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    line-height: 22px;
    margin-right: 30px;
}
.meta__date:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    background: url("/bitrix/templates/sinto_new/images/calendar_grey.svg") 0 0 no-repeat;
    width: 14px;
    height: 13px;
}
.meta__time {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    line-height: 22px;
}
.meta__time:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    background: url("/bitrix/templates/sinto_new/images/time-gray.svg") 0 0 no-repeat;
    width: 15px;
    height: 15px;
}
.speakers {
    border: 1px solid rgba(3, 74, 110, 0.15);
    padding: 20px 30px;
    position: relative;
}
.speakers__item {
    font-family: 'Noto Sans', sans-serif;
}
.speaker__info {

}
.speaker__photo {
    width: 150px;
    float: left;
    margin-right: 20px;
}
.speaker__meta {
    width: 418px;
    float: right;
    margin-top: 21px;
}
.speaker__name {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 3px;
}
.speaker__position {
    font-size: 16px;
    color: #9B9B9B;
    line-height: 22px;
}
.speaker__description {
    margin-top: 18px;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 23px;
    margin-bottom: 30px;
}

.speakers .bx-wrapper .bx-controls-direction a {
    bottom: -21px;
    top: auto;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(3, 74, 110, 0.15);
}
.speakers .bx-wrapper .bx-prev {
    right: 10px;
    left: auto;
    background: url("/bitrix/templates/sinto_new/images/arrow-point-to-left.svg") 15px 11px no-repeat #ffffff;
}
.speakers .bx-wrapper .bx-next {
    background: url("/bitrix/templates/sinto_new/images/arrow-point-to-right.svg") 15px 11px no-repeat #ffffff;
}

.event__share {

}
.share__title {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 30px;
}

.share__item {
    display: inline-block;
    width: 80px;
    height: 40px;
    margin-right: 10px;
}
.share--vk {
    background: url("/bitrix/templates/sinto_new/images/vk.svg") 0 0 no-repeat;
}
.share--fb {
    background: url("/bitrix/templates/sinto_new/images/facebook.svg") 0 0 no-repeat;
}
.share--google {
    background: url("/bitrix/templates/sinto_new/images/google.svg") 0 0 no-repeat;
}
.share--twitter {
    background: url("/bitrix/templates/sinto_new/images/twitter.svg") 0 0 no-repeat;
}

.webinar__block {
    margin: 55px 0 0 0;
}
.webinar__block .bx-wrapper .bx-viewport {
    padding: 20px 0;
}

.webinar__block .bx-wrapper .bx-controls-direction a {
    top: -10px;
    width: 26px;
    height: 26px;
}

.webinar__block .bx-prev, .webinar__block .bx-prev:hover {
    right: 45px;
    left: auto;
    background: url("/bitrix/templates/sinto_new/images/arrow_left.svg");
}
.webinar__block .bx-next, .webinar__block .bx-next:hover {
    right: 0;
    background: url("/bitrix/templates/sinto_new/images/arrow_right.svg");
}

.webinar__header {
    /*margin-bottom: 30px;*/
}
.webinar__title {
    font-size: 20px;
    color: #034A6E;
    line-height: 23px;
    float: left;
}
.webinar__more {
    float: right;
    line-height: 23px;
    font-size: 14px;
}
.webinar__more a {
    color: #034A6E;
}
.webinar__list {

}
.speaker__services {
    position: absolute;
    bottom: 13px;
    left: 30px;
    font-size: 16px;
}
.services__link {
    color: #034A6E;
    text-decoration: none;

}
.up {
    position: relative;
}
.down {
    position: relative;
}
.up:before {
    content: "";
    display: block;
    background: url("/bitrix/templates/sinto_new/images/up.svg") 0 0 no-repeat;
    width: 9px;
    height: 5px;
    position: absolute;
    top: 9px;
    right: -15px;
}
.down:before {
    content: "";
    display: block;
    background: url("/bitrix/templates/sinto_new/images/down.svg") 0 0 no-repeat;
    width: 9px;
    height: 5px;
    position: absolute;
    top: 9px;
    right: -15px;
}
.event__btn {
    margin: 50px 0;
}

.events_pd {
    padding: 20px;
    margin-left: -20px;
}

.ya-share2:not(.ya-share2--simple) .ya-share2__list li:before {
    content: "";
    display: none !important;
}
.ya-share2:not(.ya-share2--simple) .ya-share2__container_size_m .ya-share2__icon {
    width: 80px !important;
    height: 40px !important;
}
.ya-share2:not(.ya-share2--simple) .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
    background: url("/bitrix/templates/sinto_new/images/vk.svg") 0 0 no-repeat !important;
}
.ya-share2:not(.ya-share2--simple) .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
    background: url("/bitrix/templates/sinto_new/images/facebook.svg") 0 0 no-repeat !important;
}
.ya-share2:not(.ya-share2--simple) .ya-share2__container_size_m .ya-share2__item_service_gplus .ya-share2__icon {
    background: url("/bitrix/templates/sinto_new/images/google.svg") 0 0 no-repeat !important;
}
.ya-share2:not(.ya-share2--simple) .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
    background: url("/bitrix/templates/sinto_new/images/twitter.svg") 0 0 no-repeat !important;
}
.ya-share2:not(.ya-share2--simple) .ya-share2__container_size_m .ya-share2__counter {
    line-height: 40px !important;
    font-size: 16px !important;
}

.forms_radio input[type="radio"]{
    margin-right: 5px;
}

.forms_radio label {
    color: #333;
}

.solution_right_column h1 {
    /*max-width: 380px;*/
}
.btn--sm {
    width: auto;
    font-size: 14px;
    line-height: 16px;
}

.blog__list {
    margin-left: -25px;
}
.blog__meta {
    font-size: 14px;
    line-height: 19px;
    color: #9B9B9B;
}
.ico__view, .ico__likes, .ico__comments {
    position: relative;
}
.ico__view:before {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 10px;
    top: 5px;
    left: 0;
    background: url("/bitrix/templates/sinto_new/images/ico__eye.svg") 0 0 no-repeat;
}
.ico__likes:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 13px;
    top: 3px;
    left: 0;
    background: url("/bitrix/templates/sinto_new/images/ico__like.svg") 0 0 no-repeat;
}
.ico__comments:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 13px;
    top: 3px;
    left: 0;
    background: url("/bitrix/templates/sinto_new/images/ico__comment.svg") 0 0 no-repeat;
}
.ico__star {
    background: url("/bitrix/templates/sinto_new/images/ico__star.svg") 0 0 no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
}
.blog__stars {
    margin-top: 10px;
}
.meta__view {
    padding-left: 22px;
    margin-right: 15px;
}
.meta__likes {
    padding-left: 19px;
    margin-right: 15px;
}
.meta__comments {
    padding-left: 21px;
}

.blog__summary {
    margin: 50px 0;
}
.summary__article {
    border: 1px solid #ebeaea;
    padding: 10px 19px;
    height: 23px;
    margin-bottom: 10px;
}
.summary__author {
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    padding: 15px 19px;
}
.summary__counts {
    width: 300px;
    float: left;
}
.summary__rating {
    width: 310px;
    float: left;
    text-align: right;
}
.author__picture {
    width: 70px;
    float: left;
    margin-right: 30px;
}
.author__info {
    width: 510px;
    float: right;
}
.author__name {
    font-size: 16px;
    font-weight: bold;
}
.blog__queries {
    font-size: 12px;
    color: #9B9B9B;
    line-height: 14px;
    margin: 10px 0;
}
.detail__queries {
    font-size: 14px;
    color: #9B9B9B;
    line-height: 19px;
    margin: 10px 0;
}
.detail__queries span, .blog__queries span {
    display: inline-block;
    margin-right: 15px;
}
.author__rating {
    margin-top: 10px;
}

.blog__list .event .date {
    position: absolute;
    top: 0;
    right: 10px;
}
.blog__list .event_right {
    position: relative;
}
.blog__list .event_slide_link {
    max-width: 310px;
}
.blog__preview {
    margin: 10px;
}
.blog__date {
    position: absolute;
    top: 21px;
    right: 0;
}
.col-blog h1 {
    max-width: 380px;
    display: inline-block;
    margin-bottom: 0;
}
.blog__special {
    margin: 10px 0;
}
.blog__special span {
    color: #9B9B9B;
}
.blog__rating {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    padding-top: 21px;
}
.detail__counts {
    margin: 20px 0;
}
.menu__lbtn {
    text-align: left;
    margin-bottom: 20px;
}
.no_border_bottom {
    border-bottom: none;
}
.blog__share {
    margin-top: 30px;
}
.author__prop {
    font-size: 12px;
    color: #847e7e;
}
.author__title {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.dashed__link {
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
    color: #acacac;
    text-decoration: none;
}
.blog__ratio {
    line-height: 22px;
}
.blog__ratio .ico__star {
    position: relative;
    top: 4px;
}

.blog-news img:hover {
    cursor: pointer;
}
/* image popup at blog section */
#dialog {
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    background: #000;
    border-top: none;
    border: none !important;
}

.ui-draggable {
    width: 100%;
    /*background: none !important;*/
}
.ui-widget-header {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background: #000;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: none;
}
.ui-widget-header button {
    float: right;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    margin: 10px;
    padding: 6px 9px;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
    color: #000;
}

#dialog img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-height: 550px;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
    margin-right: 1px;
    float: right;
    padding: 0 !important;
}

/* ** ** ** ** */


.vendor_detail_info--solution {
    width: 100%;
    overflow: auto;
    padding: 0;
    padding-top: 30px;
    margin-top: 50px;
    border-top: 1px solid #ccc;
}
.vendor_detail_info_text--solution {
    width: 400px;

}
.vendor_line_name--solution {
    font-size: 12px;
}
.field_block--vehical {
    float: none;
    margin-left: 0;
}
.popup_default {
    padding-left: 30px;
    padding-right: 20px;
}
.popup_default__container {
    margin-left: 0;
    margin-right: auto;
    width: auto;
    margin-bottom: 17px;
}
.popup_success {
    display: none;
    padding: 30px;
}
.popup_success--text {
    font-size: 20px;
}

.fixed_left_form {
    position: fixed;
    top: 80px;
}
.present_block {
    margin-left: 9px;
    width: 150px;
    display: inline-block;
    /*float: left;*/
}
.present_block__text {
    /*height: 163px;*/
}
.btn-short {
    width: 150px;
    margin: 10px 0;
    /*display: inline-block ;*/
}
/* Сниппет */
.snippet {display: none;}
.snippet_temp {
    display: block;
    width: 650px;
    /*min-height: 216px;*/
    float: left;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.snippet_temp__left {
    font-size: 14px;
    line-height: 23px;
    font-family: 'Noto Sans', sans-serif;
    width: 460px;
    margin-right: 11px;
    float: left;
    background-size: contain;
    /*padding-left: 10px;*/
}
.snippet_temp__right {
    width: 169px;
    float: right;
}
.snippet_temp__right + .snippet_button {
    font-size: 12px;
}
.snippet_temp__head {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    text-align: center;
}
.snippet_temp__text {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.snippet_button {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 7px;
    line-height: 20px;
}
/* Сниппет */

/**** loader *****/


.cssload-thecube {
    width: 47px;
    height: 47px;
    margin: 0 auto;
    margin-top: 31px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f59c00;
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}



@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(87px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(87px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(87px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(87px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -o-transform: perspective(87px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -o-transform: perspective(87px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(87px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -ms-transform: perspective(87px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -ms-transform: perspective(87px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(87px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(87px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(87px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(87px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -moz-transform: perspective(87px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -moz-transform: perspective(87px) rotateY(180deg);
        opacity: 0;
    }
}
.popup-form-bottom{
    position: relative;
}
.form-loader{
    display: none;
}
.form-loader-wrapper{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #fff;
    z-index: 10;
}
input[placeholder="page_link"]{
    display: none;
}
.field_block--vehical#page_link, #page_link{
    display: none;
}
input[name="form_text_157"]{
    display: none;
}

.phone__free a {
    color: #000;
    text-decoration: none;
}
.phone__free a:hover {
    color: #f59c00;
}


nav {
    width: auto;
    background: #034a6e;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.38);
}
nav.fixed_nav0 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
}
nav .first_lvl {
    box-shadow: none;
}
.first_lvl.fixed_nav {
    position: relative;
}

nav .submenu {
    width: 990px;
    /*z-index: 99999999;*/
    /*background: #fff;*/
    /*font-size: 15px;*/
    /*line-height: 24px;*/
    /*position: absolute;*/
    /*top: 60px;*/
    /*left: 0;*/
    /*margin: 0;*/
    /*padding: 44px 30px 25px 30px;*/
    /*min-width: 100%;*/
    /*box-sizing: border-box;*/
    /*display: none;*/
    /*box-shadow: 0 10px 24px -5px rgba(0, 0, 0, 0.38);*/
}
nav.fixed_nav0 .submenu {
    left: -65px;
}

nav ul.submenu li {
    /*display: block;*/
    /*padding: 0 0 17px 0;*/
    padding-bottom: 5px;
    float: left;
    width: 33%;
}

nav ul.submenu li a {
    /*text-decoration: none!important;*/
    /*color: #034a6e;*/
    /*transition: 0.3s all;*/
}

nav ul.submenu li a:hover {
    /*text-decoration: none;*/
    /*color: #f59c00;*/
}
.page_content {
    text-align: left;
}
.project a {
    text-decoration: none;
}
.project a:hover {
    color: #f59c00;
}
.projects {
    width: 708px !important;
}
.right_column--services-section .projects {
    width: 670px !important;
}
.project {
    padding: 17px;
    width: 184px;
    margin-left: 15px;
    min-height: 340px;
    margin-bottom: 16px;
}
.project_otrasl .otr {
    border-top: solid 1px #dadada;
    padding: 8px 0 8px 28px;
    border-bottom: solid 1px #dadada;
    line-height: 18px;
    min-height: 36px;
    background-position: left 6px;
    background-size: 20px 20px;
    margin: 8px 0;
}
.project_title {
    min-height: 46px;
    font-weight: 600;
    color: #008489;
}
.project__picture {
    position: relative;
    display: block;
    height: 80px;
}
.project__picture img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.project .lh23 {
    color: #000 !important;
    overflow: hidden;
}

/* new */

.project:hover {
    box-shadow: 0 9px 32px -7px rgba(0, 0, 0, 0.2);
}
.event-wrapper {
    width: 708px !important;
}
.event {
    padding: 17px;
    margin-left: 15px;
}
.ev_hover:hover {
    box-shadow: 0 9px 32px -7px rgba(0, 0, 0, 0.2);
    padding: 17px;
    top: -1px;
    left: -1px;
    border: 1px solid #dae9f1;
}
.top-menu-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
    padding-left: 0;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    box-shadow: 0 10px 24px -5px rgba(0, 0, 0, 0.38);
}
.top-menu-dropdown > * {
    display: none;
}
.top-menu-dropdown .submenu,
.top-menu-dropdown .projects_menu {
    display: block;
    top: 0;
    position: static;
    overflow: hidden;
}
.top-menu-dropdown .submenu {
    padding: 0;
    box-shadow: none;
    min-width: 0;
    margin: 0 auto;
}
.top-menu-dropdown__block {
    background: #fff;
}
[data-js-top-menu-dropdown] {
    display: block;
    z-index: -1;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
[data-js-top-menu-dropdown]:hover,
[data-js-top-menu-dropdown].active {
    z-index: 1;
    opacity: 1;
    height: auto;
    transition: opacity .3s;
}
.top-menu-dropdown__block[data-js-top-menu-dropdown]:hover,
.top-menu-dropdown__block[data-js-top-menu-dropdown].active {
    padding: 44px 30px 25px 30px;
}
.nav_prj_sect,
.nav_vip_block {
    /*width: 990px;*/
    /*padding-left: 0;*/
    /*padding-right: 0;*/
    /*margin: 0 auto;*/
}
.preload {
    display: none;
}
.nav_prj__block {
    margin-bottom: 9px;
}
.services_menu_ul li {
    margin: 5px 0;
}
nav ul.submenu li {
    padding-bottom: 10px;
}
.nav_prj_sect {
    padding-bottom: 25px;
}
/*.top-menu-dropdown a,*/
/*.top-menu-dropdown .projects_menu a,*/
/*.top-menu-dropdown .projects_menu a span,*/
.first_lvl .submenu a:not(.btn),
.first_lvl .projects_menu a:not(.btn),
.first_lvl .projects_menu a span {
    transition: all .3s;
    color: #333 !important;
    text-decoration: none !important;
    border: none !important;
}
/*.top-menu-dropdown a:hover,*/
/*.top-menu-dropdown .projects_menu a:hover,*/
/*.top-menu-dropdown .projects_menu a span:hover,*/
.first_lvl .submenu a:not(.btn):hover,
.first_lvl .projects_menu a:not(.btn):hover,
.first_lvl .projects_menu a span:hover {
    color: #008489 !important;
}
nav.fixed_nav0 + .nav-substitute {
    /*height: 60px;*/
    height: 60px;
}
.page-with-custom-banner nav.fixed_nav0 + .nav-substitute,
.main-page-body nav.fixed_nav0 + .nav-substitute {
    /*height: 60px;*/
    height: 30px;
}
nav.fixed_nav0 + .nav-substitute--30 {
    height: 30px;
}
.nav_vip_projects {
    /*padding-left: 0;*/
    /*padding-right: 80px;*/
}
.phone_block--footer {
    position: static;
    clear: both;
    overflow: hidden;
    margin: -4px 0 3px;
    padding-left: 30px;
    /*background: url('/bitrix/templates/sinto_new/images/phone.svg') left 14px no-repeat;*/
    background: url('/bitrix/templates/sinto_new/images/phone.svg') left 10px no-repeat;
    background-size: 19px;
}
.phone__free a {
    font-size: 16px;
}
.phone_block--footer a {
    color: #fff !important;
}
.phone_block--footer a:hover {
    color: #f59c00 !important;
}
.phone_block--footer .phone > div {
    margin-bottom: 9px;
}
.phone_block--footer .phone-email {
    display: none;
}
.copy {
    position: static;
    margin-top: 30px;
}
.foot_section li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 24px;
}
.foot_section {
    width: 310px;
}
.foot_menu {
    width: 270px;
}
.info_col {
    width: 320px;
    margin-right: 0;
}
footer,
.footer_container {
    height: auto;
}
.left_column--services-section {
    float: right;
    margin-right: 0;
}
.left_column--services-section .person_margin {
    margin-left: 0;
}
.right_column--services-section {
    margin-right: 30px;
}
.phone_block {
    top: 22px;
}
.phone-email a {
    font-size: 18px;
}
.phone-email {
    margin-top: -4px;
}
.first_lvl .submenu,
.first_lvl .projects_menu {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.nav_vip_projects {
    width: 390px;
}
.nav_vip_proj_link {
    width: 200px;
}
.footer_container a.social {
    padding: 1px;
    background-position: 50%;
}
.event__detail-text img {
    width: 100%;
}
.event__detail-text,.event__detail-text p,.event__detail-text div {text-align:justify;}
.blog-news,.blog-news p,.blog-news div {text-align:justify;}
.just,.just p,.just div {text-align:justify;}
.person_detail_info,.person_detail_info p,.person_detail_info div {text-align:justify;}
.main_slide_small--custom {
    overflow: hidden;
    position: relative;
    background: 50% no-repeat #86bffd;
    background-size: cover;
    margin: 0;
    /*height: 430px;*/
    height: 370px;
    /*min-height: calc(100vh - 240px);*/
    min-height: calc(100vh - 260px);
}
.main_slide_small--custom:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .4;
    z-index: 1;
}
.main_slide_small--custom + .main_slide_small:not(.main_slide_small--custom) {
    display: none;
}
.main-banner-detail {
    width: 930px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    height: 100%;
    z-index: 2;
}
.main-banner-detail__info {
    /*max-width: 676px;*/
    max-width: 660px;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -76px;
    /*left: 42.3%;*/
    transform: translateY(-50%);
    z-index: 2;
}
.main-banner-detail__info h1,
.main-banner-detail__info .like-h1 {
    margin-top: 0;
    color: #fff;
    /*font-size: 36px;*/
    /*font-size: 40px;*/
    /*line-height: 45px;*/
    font-size: 31px;
    line-height: 36px;
    margin-bottom: 20px;
}
.main-banner-detail__text {
    /*font-size: 20px;*/
    /*font-size: 22px;*/
    /*line-height: 27px;*/
    /*max-width: 500px;*/
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.2px;
}
.main-banner-detail__btns {
    /*margin-top: 50px;*/
    margin-top: 30px;
}
.main-banner-detail__btns .btn {
    margin-left: 0;
    margin-right: 15px;
}
.bx-breadcrumb a {
    text-decoration: none !important;
    transition: all .3s;
}
.bx-breadcrumb a:hover {
    color: #02588a;
}
.main_slide_small--bad {
    /*background-size: auto 100%;*/
}
/*.main_slide_small--bad:before {*/
/*content: '';*/
/*position: absolute;*/
/*top: 0;*/
/*right: 50%;*/
/*bottom: 0;*/
/*left: calc(50% - 400px);*/
/*opacity: 1;*/
/*background: rgba(47,86,128,1);*/
/*background: -moz-linear-gradient(left, rgba(47,86,128,1) 0%, rgba(214,214,214,0.4) 100%);*/
/*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,86,128,1)), color-stop(100%, rgba(214,214,214,0.4)));*/
/*background: -webkit-linear-gradient(left, rgba(47,86,128,1) 0%, rgba(214,214,214,0.4) 100%);*/
/*background: -o-linear-gradient(left, rgba(47,86,128,1) 0%, rgba(214,214,214,0.4) 100%);*/
/*background: -ms-linear-gradient(left, rgba(47,86,128,1) 0%, rgba(214,214,214,0.4) 100%);*/
/*background: linear-gradient(to right, rgba(47,86,128,1) 0%, rgba(214,214,214,0.4) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5680', endColorstr='#d6d6d6', GradientType=1 );*/
/*}*/
/*.main_slide_small--bad:after {*/
/*content: '';*/
/*position: absolute;*/
/*top: 0;*/
/*right: calc(50% - 400px);*/
/*bottom: 0;*/
/*left: 50%;*/
/*background: rgba(214,214,214,0.4);*/
/*background: -moz-linear-gradient(left, rgba(214,214,214,0.4) 0%, rgba(47,86,128,1) 100%);*/
/*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,214,214,0.4)), color-stop(100%, rgba(47,86,128,1)));*/
/*background: -webkit-linear-gradient(left, rgba(214,214,214,0.4) 0%, rgba(47,86,128,1) 100%);*/
/*background: -o-linear-gradient(left, rgba(214,214,214,0.4) 0%, rgba(47,86,128,1) 100%);*/
/*background: -ms-linear-gradient(left, rgba(214,214,214,0.4) 0%, rgba(47,86,128,1) 100%);*/
/*background: linear-gradient(to right, rgba(214,214,214,0.4) 0%, rgba(47,86,128,1) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#2f5680', GradientType=1 );*/
/*}*/
.main-banner-small-pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: 50% no-repeat;
    background-size: cover;
}
.main-banner-small-pic:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .6;
    z-index: 1;
}
.left_column.left_column--services-section .form_wrap {
    margin-left: 0;
}
.services_section_left {
    width: 100%;
}
.service-card {
    display: inline-block;
    vertical-align: top;
    margin-right: 21px;
    margin-bottom: 25px;
    position: relative;
    width: 310px;
    height: 180px;
    background: 50% #dadada no-repeat;
    background-size: cover;
    border: solid 1px #dadada;
    cursor: pointer;
}
.service-card:nth-child(2n) {
    margin-right: 0;
}
.service-card:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .6;
    z-index: 1;
    transition: all .3s;
}
.service-card:hover:before {
    opacity: .8;
}
.service-card__name {
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
    text-align: left;
}
.main-banner-detail__video {
    position: absolute;
    left: 75%;
    bottom: 30px;
}
.btn--transparent {
    background: transparent;
    border: solid 1px #fff;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    padding: 14px 24px;
    border-radius: 66px;
    letter-spacing: 0.6px;
    cursor: pointer;
    transition: all .3s;
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-transform: none;
}
.btn--transparent:hover {
    color: #000;
    background-color: #fff;
}
.btn--transparent-to-blue:hover {
    color: #034a6e !important;
}
.btn--video {
    position: relative;
    height: 30px;
    padding: 0 0 0 55px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.6px;
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 0;
    background: transparent;
    text-align: left;
    transition: all .3s;
}
.btn--video i {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 50px;
    background-image: url('/bitrix/templates/sinto_new/images/video.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
.btn--video:hover {
    color: #fff;
}
.btn--transparent.btn--video {
    font-size: 16px;
    line-height: 18px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 14px 24px;
    height: auto;
    padding-left: 49px;
}
.btn--transparent.btn--video:hover {
    color: #000;
}
.btn--transparent.btn--video i {
    width: 23px;
    height: 31px;
    top: 7px;
    left: 12px;
}
.btn--transparent.btn--video:hover i {
    background-image: url('/bitrix/templates/sinto_new/images/youtube.svg');
}
.left_column--services-section .person_margin {
    margin-bottom: 0;
}
.left_column--services-section .person_margin + * {
    margin-top: 40px;
}
.left_column--services-section .servises_person {
    padding-bottom: 10px;
}
.link {
    text-decoration: none !important;
    transition: all .3s;
}
.link:hover {
    color: #02588a;
}
.additional-phone-number {
    color: #acacac;
}
.main_slide_small--about {
    height: 430px;
    /*min-height: calc(100vh - 240px);*/
    min-height: calc(100vh - 210px);
    background: 50% 40% url('/bitrix/templates/sinto_new/images/image24.jpg') no-repeat #000;
    background-size: auto 289px;
    /*margin-top: 0;*/
}
.main_slide_small--about-us {
    height: 320px;
    /*background: 50% 100% url('/bitrix/templates/sinto_new/images/6-1.jpg') no-repeat #fff;*/
    background: 50% 100% url('/bitrix/templates/sinto_new/images/about-us-banner.jpg') no-repeat #f7f7f7;
    background-size: auto 290px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
}
.main_slide_small--about h1,
.main_slide_small--about .like-h1 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    margin-top: 0;
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 0;
}
.right_column.right_column--services-section .projects .project {
    width: 172px;
}
.main_slide_small--bad-quality {

}
.main-banner-blur-pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: 50% transparent no-repeat;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    background-size: cover;
}
.service_item_vendor {
    width: 100px;
    height: 60px;
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 4px 19px;
    border: solid 1px #dadada;
    background-size: contain;
}
.service_item_vendor2 {
    background-size: cover;
    width: 160px;
    height: 90px;
    display: inline-block;
    margin-right: 8px;
}

.owl-theme {
    position: relative;
}
.owl-theme .owl-prev,
.owl-theme .owl-next {
    position: absolute;
    top: 50%;
    left: -30px;
    background: 50% url('/bitrix/templates/sinto_new/images/right-arrow-hover.svg') !important;
    background-size: contain !important;
    /*transform: rotate(180deg) translateY(calc(-50% + 15px));*/
    transform: translateY(calc(-50%)) rotate(180deg);
    width: 30px;
    height: 30px !important;
    margin: 0 !important;
    transition: all .3s;
    opacity: .8;
}
.owl-theme .owl-prev:not(.disabled):hover,
.owl-theme .owl-next:not(.disabled):hover {
    background-image: url('/bitrix/templates/sinto_new/images/right-arrow.svg') !important;
    opacity: 1;
}
.owl-theme .owl-next {
    left: auto;
    right: -30px;
    /*transform: translateY(calc(-50% + 15px));*/
    transform: translateY(calc(-50%));
}
.owl-theme .owl-prev span,
.owl-theme .owl-next span {
    display: none;
}
.owl-theme .owl-nav {
    margin: 0;
}
.preload {
    display: none;
}
/*.projects.owl-carousel {*/
/*!*margin-left: 0;*!*/
/*margin-left: -10px;*/
/*margin-right: -20px;*/
/*width: auto !important;*/
/*}*/
/*.projects.owl-carousel .project {*/
/*!*margin-left: 15px;*!*/
/*margin-left: 10px;*/
/*}*/
.with-top-border {
    border-top: solid 1px #dadada;
    padding-top: 35px;
    margin-top: 40px;
}
.btn--block {
    display: block;
    width: 100%;
    line-height: 23px;
}
.btn--blue {
    background: #034a6e;
    color: #fff;
}
.btn--blue:hover {
    color: #fff;
    background: #2b6b8c;
}
.siblings {
    position: relative;
    text-align: left;
}
.siblings__all {
    position: absolute;
    top: -4px;
    right: 0;
}
.service-card--small:not(.service-card--light) {
    margin-right: 12px;
    width: 204px;
    height: 130px;
    margin-bottom: 15px;
}
.service-card--small:not(.service-card--light):nth-child(2n) {
    margin-right: 12px;
}
.service-card--small:not(.service-card--light):nth-child(3n) {
    margin-right: 0;
}
.service-card--small:not(.service-card--light) .service-card__name {
    font-size: 14px;
    line-height: 20px;
    left: 15px;
    bottom: 15px;
    right: 15px;
}
.btn--w100 {
    width: 100px;
}

.input-wrapper {
    position         : relative;
    display          : inline-block;
    vertical-align   : top;
    background-color : #FFFFFF;
    /*overflow         : hidden;*/
}
.input-wrapper input[type="email"],
.input-wrapper:not(.input-wrapper--textarea-and-file) input[type="text"] {
    position           : relative;
    width              : calc(100% - 42px);
    background         : transparent;
    /*font-family        : 'Open Sans', 'Helvetica Neue', 'Helvetica', 'OpenSans', sans-serif !important;*/
    font-size          : 19px !important;
    line-height        : 28px !important;
    height        : 28px; /* explorer */
    /*border             : solid 1px #dadada;*/
    border: 0;
    /*border-bottom             : solid 2px #dadada;*/
    /*border-bottom             : solid 2px #888888;*/
    border-bottom             : solid 1px #888888;
    /*padding            : 10px 10px 0 10px;*/
    padding: 0 10px 0 32px;
    outline            : none;
    -webkit-transition : all .4s;
    -moz-transition    : all .4s;
    -o-transition      : all .4s;
    transition         : all .4s;
    z-index            : 1;
    color: #333;
}
.input-wrapper input[type="email"].invalid,
.input-wrapper input[type="text"].invalid {
    border-color : red !important;
}
.input-wrapper input[type="email"]:focus,
.input-wrapper input[type="text"]:focus,
.form-new textarea:focus {
    border-color : #9a9a9a;
}
.input-wrapper i {
    position: absolute;
    font-size: 19px;
    left: 3px;
    top: 1px;
    /*color: #a09f9f;*/
    color: #888;
}
/*.input-wrapper:not(.input-wrapper--textarea-and-file) span {*/
.input-wrapper__placeholder {
    position               : absolute;
    display                : block;
    /*width              : 100%;*/
    white-space            : nowrap;
    /*font-family            : "GeometriaMedium", "OpenSans", 'serif';*/
    color                  : #ccc;
    /*font-family : "Lora", serif;*/
    /*font-family : "Open Sans", serif;*/
    /*color : #767676;*/
    -webkit-font-smoothing : antialiased;
    /*top                    : 14px;*/
    top                    : 2px;
    left                   : 25px;
    font-size              : 14px;
    line-height            : 24px;
    -webkit-transition     : all .3s;
    -moz-transition        : all .3s;
    -o-transition          : all .3s;
    transition             : all .3s;
}
.input-wrapper__placeholder.active,
textarea + .input-wrapper__placeholder.active {
    display: none;
}
/*.input-wrapper:not(.input-wrapper--textarea-and-file) span.active {*/
/*.input-wrapper__placeholder.active {*/
/*transform : translate(-15%, -15px) scale(0.7);*/
/*}*/
/*textarea + .input-wrapper__placeholder.active {*/
/*transform : translate(-15%, -16px) scale(0.7);*/
/*}*/
/*.input-wrapper--phone input[type="text"] {*/
/*display        : inline-block;*/
/*vertical-align : top;*/
/*width          : calc(100% - 100px) !important;*/
/*}*/
/*.input-wrapper--phone .flag {*/
/*position        : relative;*/
/*border          : solid 1px #CCCCCC;*/
/*!*display         : inline-block;*!*/
/*!*vertical-align  : top;*!*/
/*float           : left;*/
/*width           : 66px;*/
/*height          : 47px;*/
/*!*margin-right    : 5px;*!*/
/*background-size : 30px 21px;*/
/*}*/
/*.input-wrapper--phone input[type="text"] {*/
/*float : right;*/
/*}*/

/*.input-wrapper--phone span {*/
/*left : 87px !important;*/
/*}*/
.form-new {
    overflow : hidden;
    margin   : 30px 0;
}
.form-new textarea {
    width       : calc(100% - 42px);
    font-size   : 19px;
    line-height: 17px;
    padding: 6px 10px 10px 32px;
    /*margin-top  : 20px;*/
    /*border      : solid 1px #dadada;*/
    border : 0;
    /*border-bottom: solid 2px #dadada;*/
    /*border-bottom: solid 2px #888888;*/
    border-bottom: solid 1px #888888;
    resize      : vertical;
    outline     : none;
    height      : 60px;
    color: #333;
    font-family: 'Noto sans', sans-serif;
}


/*.form-new textarea::-webkit-input-placeholder, !* WebKit, Blink, Edge *!*/
/*.form-new textarea[placeholder],*/
/*.form-new textarea:-moz-placeholder, !* Mozilla Firefox 4 to 18 *!*/
/*.form-new textarea::-moz-placeholder, !* Mozilla Firefox 19+ *!*/
/*.form-new textarea:-ms-input-placeholder, !* Internet Explorer 10-11 *!*/
/*.form-new textarea:-ms-input-placeholder { !* Microsoft Edge *!*/
/*color : #9B9B9B;*/
/*opacity : 1;*/
/*font-family: "GeometriaMedium", "OpenSans", 'serif' !important;*/
/*}*/
.form-new .input-wrapper {
    width      : 100%;
    margin-top : 20px;
}
.form-new .input-wrapper:first-child {
    margin-top : 0;
}
/*.form-new input[type="submit"] {*/
/*margin-top : 13px;*/
/*}*/
.form-new__errors {
    padding-bottom : 20px;
}
.form-new__errors p:first-child {
    margin-top : 0;
}
.form-new__errors p:last-child {
    margin-bottom : 0;
}
.form-new > .form-new {
    margin: 0;
    padding: 0;
    box-shadow: none;
    position: static;
    width: auto;
    max-width: none;
}
.form-new .input-wrapper input:required + span:after,
.form-new .input-wrapper input + span.required:after,
.form-new .input-wrapper textarea + span.required:after {
    content : '*';
    color : red;
    margin-left : 3px;
}
.jfilestyle {
    display    : block;
    margin     : 0 10px;
    border-top : solid 1px #ccc;
}
.jfilestyle label {
    border         : none !important;
    padding-left   : 0 !important;
    padding-bottom : 1px !important;
    padding-top    : 6px !important;
    margin-right: 1px !important;
}
.focus-jfilestyle {
    outline : none !important;
}
.focus-jfilestyle + input {
    opacity: 0;
}
.jfilestyle label span {
    /*color          : #ccc;*/
    /*color          : #b1b1b1;*/
    color          : #888;
    font-weight: 600;
    text-transform : uppercase;
    /*font-size      : 11px;*/
    font-size      : 14px;
    /*line-height    : 30px;*/
    line-height    : 25px;
    margin-right: 4px;
    margin-left: -2px;
    /*font-family    : "GeometriaBold", serif;*/
}
.jfilestyle input[type="text"] {
    border           : none !important;
    background-color : transparent !important;
    padding          : 5px 0 0 2px !important;
    font-size        : 13px;
    line-height      : 24px;
    width            : calc(100% - 156px) !important;
}


.form-new--popup {
    /*position   : relative;*/
    /*box-shadow : 0 0 20px 0 rgba(0, 0, 0, .2);*/
    padding    : 20px 30px 20px;
    /*max-width  : 430px;*/
    max-width  : 570px;
    width      : calc(90vw - 40px);
    margin : 0;
}
.form-new--confirm {
    text-align: center !important;
    padding: 60px 0px 60px;
    margin: 0 auto;
}
.form-new--confirm > img {
    width         : 121px;
    margin-bottom : 50px;
}
.form-new--confirm > p {
    color                  : #000000;
    /*font-family            : "GeometriaRegular", serif;*/
    -webkit-font-smoothing : antialiased;
    font-weight            : 300;
    font-size              : 15px;
    line-height            : 20px;
    margin                 : 9px 0;
}
.form-new--confirm > button {
    margin-top : 45px;

}
.form-new--popup input[type="submit"] {
    /*margin-top : 27px;*/
}
.form-new--popup textarea {
    /*padding-bottom : 70px;*/
}
.form-new--popup .close,
.form-new--popup + .close {
    position        : absolute;
    top             : 26px;
    right           : 22px;
    background      : 50% url('/bitrix/templates/sinto_new/images/close.svg') transparent no-repeat;
    background-size : calc(100% - 10px);
    width           : 25px;
    height          : 25px;
}
.form-new--static {
    /*padding: 40px 50px 50px;*/
    /*padding: 40px 110px 50px;*/
    /*padding: 40px 40px 50px;*/
    padding: 40px 0 50px;
    /*border: solid 1px #dadada;*/
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}
.form-new--popup .jfilestyle,
.form-new--static .jfilestyle {
    /* position: absolute; */
    /* width: calc(100% - 24px); */
    /* bottom: 9px; */
    position: absolute;
    width: calc(100% - 22px);
    top: 10px;
    margin: 0;
    bottom: auto;
    /* border: solid 1px #dadada; */
    border: solid 2px #888;
    padding: 1px 0px 0px;
    text-align: right;
    height: 37px;
    cursor: pointer;
}
.jfilestyle label {
    width: 100% !important;
    padding-right: 0 !important;
    height: 29px;
}
.form-new--popup h2 {
    /*color          : #000000;*/
    /*margin         : 0;*/
    /*font-size      : 24px;*/
    /*line-height    : 24px;*/
    /*text-transform : uppercase;*/
    /*margin-bottom  : 6px;*/
    /*font-family    : "GeometriaBold", serif;*/
}

.form-new--static.form-new--confirm {
    padding : 0;
}
.form-new--static.form-new--confirm > img {
    margin-bottom : 0;
}
.form-new--static.form-new--confirm h2 {
    padding: 10px 0 0 0;
    margin: 0;
    min-height: 0;
}
.input-wrapper--half {
    width : calc((100% - 25px) / 2) !important;
    /*display        : inline-block;*/
    /*vertical-align : top;*/
    float : left;
}
/*.input-wrapper--half.input-wrapper--phone {*/
/*float : right;*/
/*}*/
.input-wrapper--half + .input-wrapper--half {
    /*margin-left : 20px;*/
}
.fancybox-slide > script {
    display : none;
}
.input-wrapper--textarea-and-file {
    position : relative;
}
.input-wrapper--textarea-and-file textarea {
    margin-top : 0;
    padding-bottom: 55px;
}
.icon {
    display         : inline-block;
    vertical-align  : top;
    width           : 30px;
    height          : 30px;
    background-size : contain;
}
.icon--clip {
    background: -21px 2px url("/bitrix/templates/sinto_new/images/sprite.png") transparent no-repeat;
    height     : 27px;
}
.cols {
    overflow: hidden;
    margin: -10px;
}
.cols--no-margin {
    margin: 0;
}
.cols--no-padding {
    margin: 0;
}
.col,
.col--100 {
    padding: 10px;
    float: left;
    display: block;
    width: 100%;
}
.cols--no-padding .col {
    padding: 0;
}
.col--80 {
    width: 80%;
}
.col--75 {
    width: 75%;
}
.col--66 {
    width: 66.6%;
}
.col--60 {
    width: 60%;
}
.col--55 {
    width: 55%;
}
.col--50 {
    width: 50%;
}
.col--45 {
    width: 45%;
}
.col--40 {
    width: 40%;
}
.col--33 {
    width: 33.3%;
}
.col--25 {
    width: 25%;
}
.col--20 {
    width: 20%;
}
.col--16 {
    width: 16.6%;
}
.cols,
.col {
    box-sizing: border-box;
}
.col--right {
    float: right;
}
.servises_person__btns {
    padding: 0 15px 10px;
}
.servises_person__btns .btn {
    box-sizing: border-box;
}
.no-margin {
    margin: 0;
}

.form-new {
    text-align: left;
}
.form-new__manager-email,
.form-new__page-link {
    display: none;
}
.form-new h2 {
    margin-top: 0;
    /*margin-bottom: 30px;*/
    margin-bottom: 37px;
}
.form-new h2 + p {
    margin: -20px 0 40px 0;
    font-size: 17px;
    padding: 0;
    line-height: 23px;

}
.form-new .jfilestyle,
.btn--round {
    /*border-radius: 6px;*/
}
.form-new--static.form--confirm {
    text-align: center;
}
.form--confirm,
.form-new--confirm {
    font-size: 20px;
    line-height: 28px;
}
.form--confirm h2,
.form-new--confirm h2 {
    margin-bottom: 17px;
}
.event-registration {
    max-width: 700px;
    margin: 0 auto;
}
.event-registration table {
    max-width: 100%;
}
.event-registration__text {
    font-size: 20px;
    line-height: 30px;
}
.event-registration__after {
    /*font-size: 20px;*/
    /*line-height: 27px;*/
    font-size: 20px;
    line-height: 30px;
    /*font-weight: 600;*/
}

.event-registration__form {
    /*max-width: 600px;*/
    margin: 0 auto;
}
.main_slide_small--event,
.main_slide_small--main {
    background-color: #00a2df;
    /*height: 430px;*/
    height: 420px;
    background-position-y: 70%;
    /*margin-bottom: 20px;*/
    /*min-height: calc(100vh - 170px);*/
    /*min-height: calc(100vh - 230px);*/
    /*min-height: calc(100vh - 240px);*/
    min-height: calc(100vh - 250px);
}
.main_slide_small--event:before {
    /*.main_slide_small--main:before {*/
    /*display: none;*/
    opacity: 0.4;
}
.main_slide_small--main:before {
    /*display: none;*/
}
.main_slide_small--main .main_slide_small__logo,
.main_slide_small--event .main_slide_small__logo {
    display: none;
    width: 150px;
    height: 56px;
    /*display: block;*/
    position: absolute;
    top: 30px;
    /*right: 40px;*/
    left: 50%;
    margin-left: -76px;
    /*background: url('/bitrix/templates/sinto_new/images/logo.svg') center no-repeat;*/
    background: url('/bitrix/templates/sinto_new/images/logo-white.svg') center no-repeat;
    background-size: contain;
    z-index: 2;
}
.main_slide_small--event .main-banner-detail__info {
    /*margin-left: 136px;*/
}
.form-new .chosen-container {
    margin: 0;
    position: absolute;
    /*left: 185px;*/
    /*left: 0;*/
    left: calc(50% + 11px);
    /*width: 232px !important;*/
    /*width: 100% !important;*/
    width: calc(50% - 11px) !important;
}
.form-new .chosen-container + .input-wrapper__placeholder {
    left: 0;
}
.form-new .chosen-container-single .chosen-single div b {
    background-image: url('/bitrix/templates/sinto_new/images/arrow_down_yellow.svg');
}
.form-new .chosen-container-active .chosen-single {
    border-color: #ccc !important;
}
.fancybox-type-iframe .fancybox-skin {
    padding: 5px !important;
}
.input-wrapper--dropdown {
    /*padding-bottom: 25px;*/
}
.input-wrapper__input-title {
    padding-bottom: 4px;
    /*padding-left: 25px;*/
    padding-left: 32px;
    /*font-size: 14px;*/
    font-size: 19px;
    line-height: 28px;
    /*color: #d5d5d5;*/
    color: #888;
    width: calc(50% - 42px);
    display: inline-block;
    vertical-align: top;
}
.owl-carousel .service-card--small:not(.service-card--light) {
    width: 100%;
    margin: 0;
}
.owl-carousel {
    margin-bottom: 40px;
}
.owl-dots {
    margin-top: 7px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
[data-js-owl-shadows] .owl-dots {
    margin-top: -4px;
}
.form-new--small {
    border: none;
    padding: 50px 0 30px;
    margin: 50px auto 0;
    max-width: 570px;
    border-top: solid 1px #dadada;
    /*margin-top: 50px;*/
}
[data-js-main-slider-owl] .owl-dots {
    position: absolute;
    top: auto;
    bottom: 30px;
}
[data-js-main-slider-owl] .owl-nav {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 0;
    right: 0;
}
[data-js-main-slider-owl] .owl-prev,
[data-js-main-slider-owl] .owl-next {
    position: absolute;
    transform: translateY(-50%);
    left: 10px;
}
[data-js-main-slider-owl] .owl-prev {
    transform: translateY(-50%) rotate(180deg);
}
[data-js-main-slider-owl] .owl-next {
    left: auto;
    right: 10px;
}
[data-js-main-slider-owl] .owl-dot.active span {
    background: #f59c00 !important;
}
.main_slide_small--main .main_slide_video {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 350px;
    transform: translateY(-50%);
    height: 380px;
}
.main_slide_small--main .slider_tube {
    margin: 0;
    height: 100%;
    line-height: 0;
}
.main_slide_small--main .slide_result {
    width: 320px;
    height: auto;
    display: block;
    padding: 40px 10px 20px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: none;
}
.main_slide_small--main .slide_result_item {
    display: block;
    width: auto;
    margin-bottom: 30px;
}
.main_slide_small--main .slide_result_item:last-child {
    margin-bottom: 0;
}
.main_slide_small--main .slide_result_item div:nth-child(1) {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-right: 20px;
}
.main_slide_small--main .slide_result_item div:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 55px);
}
[data-js-main-slider-owl].owl-carousel {
    margin-bottom: 0;
}
.block {
    padding: 70px 0;
}
.block--4-in-1 {
    padding-top: 30px;
    /*padding-bottom: 60px;*/
    padding-bottom: 50px;
}
.block--4-in-1 h2 {
    margin-bottom: 30px;
}
.card {
    display: block;
    position: relative;
    text-align: center;
    padding: 20px;
    border: solid 1px #dadada;
    transition: all .3s;
    cursor: default;
}
.card:hover {
    border-color: #bbb;
}
.card__sign {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    height: auto;
    margin-bottom: 20px;
}
.card--4-in-1 .card__sign {
    height: 90px;
    background: 50% no-repeat;
    background-size: contain;
}
.card__sign img {
    max-width: 100%;
}
.card__title {
    color: #333;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    height: 48px;
    position: relative;
    letter-spacing: 1px;
    font-family: "Exo 2", sans-serif;
}
.card__title span {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}
.wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 990px;
    padding: 0 30px;
}
.card .btn {
    width: auto;
    margin: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow-y: auto;
}
.fancybox-lock,
.fancybox-lock body {
    overflow: visible !important;
}
.fancybox-margin {
    margin-right: 0 !important;
}
.bank-details {
    max-width: 700px;
    /*padding: 30px;*/
    /*padding: 10px;*/
    padding: 20px 50px 20px 20px !important;
    font-size: 13px;
    line-height: 16px;
}
.bank-details__title {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 24px !important;
}
.bank-details h4 {
    /*margin: 15px 0 10px;*/
    margin: 3px 0 7px;
}

.bank-details .btn {
    display: inline-block;
    vertical-align: top;
    /*margin-bottom: 13px;*/
    float: right;
    margin: -47px 0 0 0;
}

.bank-details__title {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px !important;
}
.bank-details p {
    padding-bottom: 5px;
}
.anchor {
    position: relative;
}
.anchor a {
    position: absolute;
    top: -70px;
    opacity: 0;
}
.event-registration table {
    width: 100%;
}
.event-registration__text table td {
    border: solid 1px #dadada;
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
}
.event-registration__text table td:first-child {
    /*white-space: nowrap;*/
}

.main-projects-carousel {
    overflow: hidden;
}
.main-projects-carousel .owl-prev {
    left: -20px;
}
.main-projects-carousel .owl-next {
    /*right: -20px;*/
    right: -12px;
}
.owl-carousel .owl-item img {
    width: auto;
}
.projects.owl-carousel {
    margin-left: -15px;
    margin-right: -15px;
    width: auto !important;
}
.projects.owl-carousel .project {
    margin-right: 0;
    margin-left: 14px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.projects.owl-carousel .project:hover {
    box-shadow: 0 5px 26px rgba(0,0,0,0.2)!important;
}
.main-projects-carousel {
    padding-bottom: 17px;
}
.main-projects-carousel .projects.owl-carousel {
    margin-left: -15px;
    margin-right: -15px;
}
.main-projects-carousel h2 {
    margin-bottom: 15px;
    margin-top: 0;
    padding-top: 56px;
    border: 0;
}
.main-projects-carousel .projects.owl-carousel .project {
    margin-right: 8px;
    margin-left: 15px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.project--common-card {
    transition: all .3s;
}
.project--common-card .otr {
    font-size: 14px;
}
.project--common-card .otr + .otr {
    border-top: none;
    margin-top: -10px;
}
.project_otrasl--new .otr,
.project--common-card .project_otrasl .otr {
    background-position-y: 50%;
    position: relative;
}
.project--common-card .project_otrasl .otr {
    color: #5f5f5f;
}
.project_otrasl--new .otr span,
.project--common-card .project_otrasl .otr span {
    position: absolute;
    left: 28px;
    top: 50%;
    transform: translateY(-50%);
}
.narrow-projects-carousel h2 {
    margin-bottom: 15px;
}
.narrow-projects-carousel .wrap {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
}
.client--common-card {
    display: block;
    position: relative;
    height: 60px;
    margin: 20px;
    overflow: hidden;
}
.client--common-card img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.clients h2 {
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0;
    border: 0;
}
.block--gray {
    background-color: #f5f5f5;
}
.block--gray .client--common-card {
    background: #f5f5f5 no-repeat center;
    background-blend-mode: multiply;
    background-size: contain;
}
.block--clients {
    padding-top: 56px;
    padding-bottom: 45px;
}
.block--partners {
    padding-top: 50px;
    padding-bottom: 50px;
}
.block--partners h2 {
    margin-top: 0;
}
.block--partners .sert {
    background-size: contain !important;
}
.main-partners {
    /*text-align: center;*/
    margin-top: 30px;
}
.main-partners .main_partner {
    display: inline-block;
    vertical-align: top;
    float: none;
    line-height: 0;
}
.block--partners p {
    max-width: 900px;
}
.block--partners .owl-dots {
    margin-top: 17px;
}
.block--p50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.block h2 {
    margin-top: 0;
}
.card--branch {
    background: #fff;
    /*padding: 25px 10px;*/
    padding: 19px 10px;
    cursor: pointer;
}
.card--branch .card__sign {
    /*height: 67px;*/
    height: 61px;
    background-position: 50%;
    background-repeat:  no-repeat;
    background-size: contain;
    margin-bottom: 8px;
}
.card--branch .card__title {
    /*font-size: 19px;*/
    /*font-size: 126%;*/
    /*line-height: 120%;*/
    font-size: 120%;
    line-height: 129%;
    margin-bottom: 0;
    letter-spacing: 0;
}
.block--branches h2 {
    margin-bottom: 30px;
}
.branches .owl-dots {
    margin-top: 24px;
}
.card--branch:hover {
    /*border-color: #f6bb42;*/
    box-shadow: 0 5px 26px rgba(0,0,0,0.2);
}
.card--4-in-1:hover {
    box-shadow: 0 5px 26px rgba(0,0,0,0.2);
}
.projects-show-all {
    float: right;
    margin-top: 66px;
}
.projects-show-all--video {
    margin-top: 62px;
}
.projects-show-all a,
.reviews-show-all a {
    font-size: 18px;
    line-height: 20px;
}
.reviews-show-all {
    float: right;
    margin-top: 8px;
}
.fancybox-close,
.fancybox-close-small {
    background: 10px url('/bitrix/templates/sinto_new/images/close-gray.svg') #f5f5f5 no-repeat;
    padding: 10px;
    border-radius: 50%;
    transition: all .3s;
    background-size: 25px;
}
.fancybox-close-small {
    top: 15px !important;
    right: 15px !important;
}
.fancybox-close-small svg {
    display: none;
}
.fancybox-close:hover,
.fancybox-close-small:hover {
    background: 10px url('/bitrix/templates/sinto_new/images/close-blue.svg') #efefef no-repeat;
    background-size: 25px;
}
[data-js-main-slider-owl]:not(.owl-loaded),
[data-js-owl-preload]:not(.owl-loaded)
{
    opacity: 0;
}
.service-card--light {
    padding: 17px;
    width: auto;
    border: 1px solid #dadada;
    background: #fff !important;
    margin: 0;
    display: block;
    /*height: 201px;*/
    height: 216px;
    transition: all .3s;
}
.service-card--light:hover {
    box-shadow: 0 5px 26px rgba(0,0,0,0.2);
}
.service-card--light .service-card__bg {
    height: 150px;
    /*border: 1px solid #dadada;*/
    background: 50% no-repeat transparent;
    background-size: contain;
    /*background-size: cover;*/
}
.service-card--light:before {
    display: none;
}
.service-card--light .service-card__name {
    position: absolute;
    top: 167px;
    left: 17px;
    right: 17px;
    color: #333;
    /*font-size: 20px;*/
    /*font-size: 19px;*/
    font-size: 18px;
    /*line-height: 26px;*/
    line-height: 21px;
    bottom: auto;
    border-top: solid 1px #dadada;
    padding-top: 7px;
    /*max-height: 54px;*/
    max-height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-card--light.service-card--small {
    /*height: 161px;*/
    height: 181px;
    margin: 14px 0 20px;
}
.service-card--light.service-card--small .service-card__bg {
    height: 120px;
}
.service-card--light.service-card--small .service-card__name {
    top: 137px;
    font-size: 16px;
    line-height: 20px;
}
.owl-carousel .service-card--light.service-card--small {
    margin-left: 20px;
    width: 167px;
}
[data-js-owl-detail-sections].owl-carousel {
    margin-left: -20px;
    margin-right: -19px;
    margin-top: -14px;
    width: auto;
}
[data-js-owl-detail-sections].owl-carousel .owl-prev {
    left: -15px;
}
[data-js-owl-detail-sections].owl-carousel .owl-next {
    right: -15px;
}
[data-js-owl-detail-sections].owl-carousel .owl-dots {
    margin-top: -2px;
}

.header__tagline {
    /*position: absolute;*/
    /*font-family: 'Exo 2', sans-serif;*/
    /*top: 65px;*/
    /*left: 129px;*/
    /*color: #034a6e;*/
    /*font-size: 16px;*/
    /*line-height: 29px;*/
    /*max-width: none;*/
    /*text-transform: uppercase;*/
    /*letter-spacing: 1px;*/

    position: absolute;
    font-family: 'Exo 2', sans-serif;
    /*top: 61px;*/
    top: 71px;
    /*left: 112px;*/
    left: 110px;
    color: #034a6e;
    /*font-size: 12px;*/
    font-size: 23px;
    line-height: 14px;
    max-width: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header_nav--second {
    /*left: 560px !important;*/
    top: 31px;
    /*left: 770px !important;*/
    /*left: 480px !important;*/
    left: 350px !important;
}
.show_search_form--new {
    /*background-image: url('/bitrix/templates/sinto_new/images/search-blue.svg') !important;*/
    background-image: url('/bitrix/templates/sinto_new/images/search_hover.svg') !important;

    /*border: solid 1px #008489;*/
    /*border: solid 2px #008489;*/
    border: solid 2px #034a6e;
    border-radius: 50%;
    padding: 11px;
    background-size: 20px !important;
    top: 34px;
}

.show_search_form--new:before {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    /*background: 50% url('/bitrix/templates/sinto_new/images/search_hover.svg') no-repeat #fff;*/
    /*background-size: 20px !important;*/
    opacity: 0;
    transition: all .3s;
}
.show_search_form--new:hover:before {
    opacity: 1;
}
.search_form--new {
    /*right: 84px;*/
    right: 40px;
    box-shadow: none;
    /*top: 38px;*/
    top: 34px;
    transition: all .3s;
}
.search_form--new.active {
    /*width: 449px;*/
    width: 438px;
}
.search_form--new .search_form_cont {
    border: none;
    /*width: 448px;*/
    width: 437px;
    padding: 0;
}
.search_form--new input[type="text"] {
    /*border: solid 2px #ffdb4d;*/
    border: solid 2px #f6bb42;
    font-size: 16px;
    width: 350px;
    height: 42px;
}
.search_form--new .header-search-btn {
    position: absolute;
    top: 0;
    /*right: 11px;*/
    right: -1px;
}
.search_form--new .header-search-btn input {
    font-size: 16px;
    /*line-height: 36px;*/
    /*background: #ffdb4d;*/
    background: #f6bb42;
    text-align: center;
    width: 76px;
    border: 0;
    border-radius: 0;
    padding: 0;
    color: #333;
    font-family: "Noto Sans", sans-serif;
    line-height: 46px;
    font-weight: 600;
    /*text-indent: 7px;*/
}
/*.search_form--new .header-search-btn:before {*/
/*content: '';*/
/*position: absolute;*/
/*top: 0;*/
/*right: -11px;*/
/*border-width: 18px 0 18px 11px;*/
/*width: 0;*/
/*height: 0;*/
/*border-style: solid;*/
/*!*border-color: rgba(255,219,76,0);*!*/
/*border-color: rgba(246,187,66,0);*/
/*!*border-left-color: #ffdb4d;*!*/
/*border-left-color: #f6bb42;*/
/*}*/
.fixed-nav-phone-container {
    position: relative;
    /*padding: 0 22px;*/
    /*width: 118px;*/
}
.fixed-nav-phone {
    width: 118px;
    /*position: relative;*/
    padding: 0 22px;
    /*height: 60px;*/
    /*overflow: hidden;*/
}
.fixed-nav-phone > div {
    position: absolute;
    left: 19px;
    /*top: 8px;*/
    top: 0;
    text-align: right;
}
.fixed-nav-phone a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}
.fixed-nav-phone a:nth-child(2) {
    /*display: block;*/
    /*font-size: 14px;*/
    margin-top: -5px;
    font-weight: 600;
    /*font-size: 16px;*/
    font-size: 20px;
}
.fixed-nav-phone a:nth-child(3) {
    font-size: 12px;
    margin-top: -2px;
}

.header-search-btn input,
.crafty_hover.like-btn {
    background: #f6bb42 !important;
    color: #3e3e3e !important;
    font-weight: 600;
}
.header-search-btn input:hover,
.first_lvl li:hover > .crafty_hover.like-btn,
.crafty_hover.like-btn:hover {
    color: #1f1f1f !important;
    background-color: #f4ae1d !important;
    font-weight: 600;
}


.slider_tube_preview {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}
.slider_tube_preview:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: 50% url('/bitrix/templates/sinto_new/images/youtube-play.svg') no-repeat;
    background-size: contain;
}
.client-popup {
    position: relative;
    max-width: 800px;
}
.client-popup:before {
    position: absolute;
    content: '';
    width: 1px;
    top: 16px;
    bottom: 16px;
    background: #dadada;
    left: calc(45% - 11px);
}
.client-popup__pic {
    text-align: center;
}
.client-popup__name {
    margin: 5px 0;
    text-align: center;
}
.client-popup__text {
    padding-right: 50px;
}

.vendor_detail_info--popup {
    /*width: auto;*/
    width: 800px;
    padding-right: 30px;
}
.vendor_detail_info--popup .vendor_detail_info_photo {
    float: none;
    text-align: center;
    margin-bottom: 20px;
    width: auto;
}
.vendor_detail_info--popup .vendor_detail_info_photo img {
    float: none;
}
.vendor_detail_info--popup .h1 {
    text-align: center;
}
.vendor_detail_info--popup .vendor_detail_info_text {
    width: auto;
    float: none;
}
.header__city {
    margin-top: -2px;
    /*position: absolute;*/
    /*top: 31px;*/
    /*right: 106px;*/

}
.header__city-title {
    /*font-size: 13px;*/
    /*line-height: 23px;*/
}
.header__city > div,
.header__city > select {
    opacity: 0;
}
.header__city .chosen-container {
    margin: 5px 0 0;
    opacity: 1;
    max-width: 87px;
}
.header__city .chosen-container-single .chosen-single {
    border: none;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    height: 21px;
    padding: 0 0 0 0;
}
.header__city .chosen-container-single .chosen-single span {
    margin-right: 15px;
}
.header__city .chosen-container-single .chosen-single div {
    background: none;
    width: auto;
    height: auto;
    top: 6px;
    right: 0;
}
.header__city .chosen-container-single .chosen-single div b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
    background: none;
}
.header__city .chosen-container .chosen-results {
    font-size: 12px;
    overflow: hidden;
}
.header__city .chosen-container .chosen-results li {
    padding: 7px 12px;
    transition: background-color .3s, color .3s;
}
.header__city .chosen-drop {
    border: 0;
}
.header__city .chosen-container .chosen-results li.highlighted {
    background: #dadada;
    color: #000;
}
.header__city .chosen-container .chosen-results li.active-result {
    border: 0;
    /*border-bottom: solid 1px #dadada;*/
}
.header__city .chosen-container .chosen-results li.active-result:last-child {
    /*border-bottom: 0;*/
}
.header__city .chosen-container .chosen-results li:after {
    bottom: -1px;
}

.form-new__bottom {
    margin-top: 20px;
    /*max-width: 80%;*/
    font-size: 16px;
    line-height: 27px;
}
.project_otrasl--popup {
    display: inline-block;
    vertical-align: top;
    border-top: solid 1px #dadada;
    padding: 9px 0 11px;
    margin-top: 15px;
    white-space: nowrap;
    /*width: 270px;*/
    width: 317px;
}
.project_otrasl--popup .otr {
    border: none;
    padding: 0 0 0 0;
    width: 30px;
    height: 30px;
    min-height: 0;
    margin: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    background-size: 30px 30px;
    margin-right: 7px;
}
.project_otrasl--popup .project_otrasl__name {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    /* color: #acacac; */
    color: #5f5f5f;
    white-space: normal;
    max-width: calc(100% - 41px);
}
.client-popup__left-top {
    /*border-right: solid 1px #dadada;*/
}
.social-title {
    margin: -19px 0 10px;
}
.popup-docs {
    padding: 15px;
}
.doc {
    position: relative;
    margin-bottom: 20px;
    width: 600px;
    white-space: nowrap;
}
.doc:last-child {
    margin-bottom: 0;
}
.doc img {
    max-width: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.doc__type {
    position: absolute;
    background: #f4ae1d;
    color: #fff;
    padding: 2px 4px 3px;
    left: 2px;
    top: 24px;
    font-size: 12px;
    line-height: 12px;
}
.doc__name {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    line-height: 18px;
}
.doc__size {}
.radio-head {
    width: 550px !important;
    cursor: pointer;
}
.equilizer {
    height: 30px;
    width: 30px;
    transform: rotate(180deg);
}
.equilizer-div {
    overflow: hidden;
    height: 30px;
    width: 30px;
    transform: rotate(180deg);
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
}
svg rect.bar:nth-child(1) {
    animation-duration: 1.9s;
    height: 60px;
}
svg rect.bar {
    fill: #fff;
    width: 18px;
}
.bar-div {
    float: left;
    width: 5px;
    margin-right: 1px;
    height: 100px;
    background: #fff;
}
.bar-div:last-child {
    margin-right: 0;
}
.radio-head__btn {
    /*transform: translateY(6px);*/
    /*transform: translateY(-3px);*/
    transform: translateY(-10px);
}
.radio-head__btn.active svg rect.bar {
    animation: equalize 1.25s steps(25, end) 0s infinite;
}
.radio-head__btn.active svg rect.bar:nth-child(1) {
    animation-duration: 1.9s;
    height: 60px;
}
.radio-head__btn.active svg rect.bar:nth-child(2) {
    animation-duration: 2s;
    height: 80px;
}
.radio-head__btn.active svg rect.bar:nth-child(3) {
    animation-duration: 2.3s;
    height: 100px;
}
.radio-head__btn.active svg rect.bar:nth-child(4) {
    animation-duration: 2.4s;
    height: 45px;
}
.radio-head__btn.active svg rect.bar:nth-child(5) {
    animation-duration: 2.1s;
    height: 55px;
}

.radio-head__btn-div.active .bar-div {
    animation: equalize-div 1.25s steps(25, end) 0s infinite;
}
.radio-head__btn-div.active .bar-div:nth-child(1) {
    animation-duration: 1.9s;
    height: 60px;
}
.radio-head__btn-div.active .bar-div:nth-child(2) {
    animation-duration: 2s;
    height: 80px;
}
.radio-head__btn-div.active .bar-div:nth-child(3) {
    animation-duration: 2.3s;
    height: 100px;
}
.radio-head__btn-div.active .bar-div:nth-child(4) {
    animation-duration: 2.4s;
    height: 45px;
}
.radio-head__btn-div.active .bar-div:nth-child(5) {
    animation-duration: 2.1s;
    height: 55px;
}

.to-top-button {
    position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: -1;
    opacity: 0;
    padding: 7px 11px 7px 25px;
    overflow: hidden;
    cursor: pointer;
    color: #ccc;
    /*background: #fff;*/
    border-radius: 19px;
    font-size: 14px;
    border: solid 1px #ccc;
    min-height: 22px;
}
.to-top-button:hover {
    color: #034a6e;
    border-color: #034a6e;
    background: #fff;
    opacity: .4 !important;
}
.to-top-button span {
    position: absolute;
    background: 0 50% url('/bitrix/templates/sinto_new/images/back.svg') no-repeat;
    background-size: 15px;
    width: 20px;
    top: 0;
    left: 7px;
    bottom: 0;
    transition: all .3s;
}
.to-top-button span:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .3s;
    opacity: 0;
    background: 0 50% url('/bitrix/templates/sinto_new/images/back-hover.svg') no-repeat;
    background-size: 15px;
}
.to-top-button:hover span:before {
    opacity: 1;
}
.to-top-button div {
    transition: all .3s, color 0s;
    max-width: 100px;
}
.to-top-button.active {
    z-index: 100;
    opacity: .7;
    transition: all .3s linear 0s, z-index 0s linear 0s;
}
.to-top-button.top div {
    max-width: 0;
    opacity: 0;
}
.to-top-button.top span {
    transform: rotate(90deg);
    top: 3px;
    left: 8px;
}
/*.to-top-button.bottom-fixed {*/
/*position: absolute;*/
/*top: -95px;*/
/*left: -30px;*/
/*}*/

.custom-chosen + .chosen-container {
    min-width: 250px;
}
.custom-chosen + .chosen-container .chosen-results {
    font-size: 12px;
    overflow: hidden;
}
.custom-chosen + .chosen-container .chosen-results li {
    padding: 7px 12px;
    transition: background-color .3s, color .3s;
}
.custom-chosen + .chosen-drop {
    border: 0;
}
.custom-chosen + .chosen-container .chosen-results li.highlighted {
    background: #dadada;
    color: #000;
}
.custom-chosen + .chosen-container .chosen-results li.active-result {
    border: 0;
    /*border-bottom: solid 1px #dadada;*/
}
.custom-chosen + .chosen-container .chosen-results li.active-result:last-child {
    border-bottom: 0;
}
.custom-chosen + .chosen-container .chosen-results li:after {
    bottom: -1px;
}
.custom-chosen + .chosen-container .chosen-drop {
    border-bottom: solid 1px #dadada;
}
.custom-chosen + .chosen-container .chosen-single {
    border-color : #dadada !important;
}
.service-card--big {
    height: 250px;
}
.service-card--big .service-card__bg {
    height: 188px;
}
.service-card--big .service-card__name {
    top: 206px;
}
.serv {
    display: none;
}

.projects--wide {
    width: auto !important;
    margin-left: -15px;
}
.projects-root {
    padding: 0 0 70px;
}
.projects-root .left_column_titile {
    margin-top: -6px;
}
.wide-content .bx-breadcrumb + h1 {
    margin-top: 0;
}

.form-new--popup .form-loader-wrapper {
    display: block;
    width: calc(100% - 60px);
    height: auto;
    top: calc(50% - 20px);
    transform: translateY(-50%);
}
.form-new--popup .popup_success {
    padding: 0;
}

.wide-content {
    border-top: solid 1px transparent;
}
.events-root {
    padding: 0 0 100px;
}
.events-root .filter_section:first-child .left_column_titile {
    margin-top: 0;
}
.events-root .time_filter {
    margin: -25px 0 0;
    display: inline-block;
    vertical-align: top;
}
.events-item {
    position: relative;
    background: #fff;
    padding: 20px;
    border: solid 1px #d8d8d8;
    border-radius: 5px;
}
.col > .events-item {
    margin-bottom: 20px;
}
.col > .events-item:last-child {
    margin-bottom: 0;
}
.events-item__pic {
    position: relative;
    padding-bottom: 20px;
    border-bottom: solid 1px #d8d8d8;
    min-height: 100px;
    overflow: hidden;
}
.events-item__pics {
    line-height: 0;
    position: relative;
    /*background-color: #8d8d8d;*/


    height: 320px;
    background: 50% no-repeat #8d8d8d;
    background-size: cover;
    border-radius: 5px;
    cursor: pointer;
}
.events-item__pic img {
    width: 100%;
}
.events-item__pics img:nth-child(1) {
    opacity: 0;
}
.events-item__pics img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.events-item__blackout {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 20px;
    left: 0;
    background: rgba(0,0,0,.4);
    border-radius: 5px;
    cursor: pointer;
}

.events-item__info {
    position: absolute;
    top: calc(50%);
    left: 20px;
    right: 20px;
    transform: translateY(-50%);
    text-align: center;
    cursor: pointer;
}
.events-item__name {
    color: #fff;
    font-weight: 800;
    text-transform: none;
    margin-bottom: 20px;
    margin-top: 0;
    /*font-size: 29px;*/
    font-size: 26px;
    line-height: 30px;
}
.events-item__label {
    font-size: 19px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 17px 0 19px;
    color: #fff;
}
.events-item__btn-read {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
    padding: 0 15px 0 35px;
    color: #000;
    font-weight: 800;
    letter-spacing: 1px;
    background: 13px 50% url('/bitrix/templates/sinto_new/images/lightning.svg') #fff no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
    border-radius: 40px;
    transition: all .3s;
}
.events-item__btn-read:hover {
    color: #000;
    /*background-image: url('/bitrix/templates/sinto_new/images/lightning-hover.svg');*/
}
.events-item__tools {
    padding-top: 20px;
    overflow: hidden;
}
.event-detail__tools {
    padding-top: 40px;
    overflow: hidden;
}
.like-it {
    font-size: 16px;
    line-height: 24px;
    background: 5px 50% url('/bitrix/templates/sinto_new/images/like-it.svg') no-repeat;
    background-size: 24px;
    cursor: pointer;
    padding: 5px 5px 5px 33px;
    margin: -5px;
    transition: all .3s;
}
.like-it span {
    color: #67707a;
}
/*.like-it:hover,*/
.like-it.active {
    background-image: url('/bitrix/templates/sinto_new/images/like-it-hover.svg');
}
/*.like-it:hover span,*/
.like-it.active span {
    color: #cf1f30;
}
.count-it {
    background: 0 50% url('/bitrix/templates/sinto_new/images/eye.svg') no-repeat;
    background-size: 14px auto;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 24px;
    color: #a7a7a7;
}
.events-item__tools .like-it {
    float: left;
    /*margin-right: 40px;*/
    margin-right: 10px;
}
.event-detail__tools .like-it {
    float: left;
    margin-right: 10px;
}
.events-item__share {
    float: left;
    vertical-align: top;
    height: 24px;
    width: 24px;
    padding: 5px;
    position: relative;
    margin: -5px;
    cursor: pointer;
    background: 50% url('/bitrix/templates/sinto_new/images/share-it.svg') no-repeat;
    background-size: 24px auto;
}
.events-item__share.active {
    /*background: transparent;*/
}
.events-item__share .ya-share2 {
    position: absolute;
    /*opacity: 0;*/
    display: none;
    top: 5px;
    left: 5px;
    white-space: nowrap;
    background: #fff;
    transition: opacity .3s;
}
/*.events-item__share:hover .ya-share2,*/
.events-item__share.active .ya-share2 {
    /*opacity: 1;*/
    display: block;
}
.event-detail__share {
    text-align: right;
    float: right;
}
.event-detail__share .ya-share2 {
    left: auto;
    right: 5px;
}
.events-item__tools .count-it {
    float: right;
}
.event-detail__tools .count-it {
    /*float: left;*/
    float: right;
}
.events-root .modern-page-navigation {
    margin-top: 40px;
    text-align: right;
}
.webinar-btn {
    margin-bottom: 10px;
}
.webinar-btn .btn {
    margin: 0;
}
.narrow-content {
    max-width: 750px;
}
.event-detail__text,
.event-detail__text p,
.event-detail__text span,
.event-detail__text a,
.event-detail__text div {
    font-size: 17px !important;
    line-height: 25px !important;
}
/*.narrow-content img,*/
.narrow-content iframe {
    width: 100%;
    /*height: auto;*/
}
body iframe {
    max-width: 100%;
}
.event-detail {
    padding-bottom: 70px;
}

.wrap--narrow {
    width: 750px !important;
}
.wrap--medium {
    width: 1000px !important;
}

.event-detail .events-item__name {
    font-size: 25px;
}
.event-detail__date {
    color: #979797;
    margin: -10px 0 15px;
}
.wide-content {
    position: relative;
}
.fixed-tools-container {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 150px;
}
.fixed-tools {
    position: absolute;
    right: 0;
    top: 0;
}
.fixed-close,
.fixed-night {
    position: absolute;
    top: 0;
    right: 30px;
    padding: 5px;
    background: 50% url('/bitrix/templates/sinto_new/images/close-gray.svg') no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.fixed-night {
    right: 100px;
    background-image: url('/bitrix/templates/sinto_new/images/moon.svg');
    background-size: 32px auto;
}
.wide-content--night {
    color: #fff;
    background-color: #222;
    transition: all .3s;
}
.wide-content--night * {
    transition: color .3s;
    color: #fff !important;
}
.wide-content--night .fixed-night {
    background-image: url('/bitrix/templates/sinto_new/images/moon-white.svg');
}
.wide-content--night .fixed-close {
    background-image: url('/bitrix/templates/sinto_new/images/close-white.svg');
}
.wide-content--night .like-it {
    background-image: url('/bitrix/templates/sinto_new/images/like-it-white.svg');
}
.wide-content--night .like-it.active {
    background-image: url('/bitrix/templates/sinto_new/images/like-it-hover.svg');
}
.wide-content--night .count-it {
    background-image: url('/bitrix/templates/sinto_new/images/eye-white.svg');
}
.license--col {
    margin-bottom: 0;
}
.about-section .job_name {
    margin-bottom: 0;
}
.about-section .news-detail h2:first-child {
    margin-top: 0;
}
.about-section .l-col h2:first-child {
    margin-top: 0;
}
.large-font-size {
    font-size: 17px !important;
    line-height: 25px !important;
}
.reviews-section {
    padding-bottom: 70px;
}
.reviews-section__item {
    padding: 30px 0;
    border-bottom: solid 1px #ccc;
}
.reviews-section__item:first-child {
    padding-top: 0;
}
.client--reviews {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 220px;
    min-height: 100px;
    border:solid 1px #cccccc;
    float: left;
    margin: 0 30px 20px 0;
}
.client--reviews img {
    opacity: 1;
    max-width: 180px;
    max-height: 60px;
}
.reviews-section__item-pic {
    width: 80px;
    height: 80px;
    background: 50% no-repeat;
    background-size: cover;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}
.reviews-section__title {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.large-font-size .reviews-section__title {
    font-size: 18px;
    line-height: 20px;
}
.reviews-section__prop {

}
.reviews-section__company {
    margin-bottom: 30px;
}
.reviews-section__item-body {
    clear: both;
}
.reviews-section__person-delimiter {
    margin-top: 15px;
    border-top: solid 1px #e5e5e5;
    padding-top: 15px;
}
.cols--no-padding .col:not(:first-child) .section_services {
    border-left: 0;
}
.services__filter .custom-chosen + .chosen-container {
    min-width: 389px;
}
.services__filter .chosen-container .chosen-results {
    max-height: 227px;
}

.services--root {
    padding-bottom: 50px;
}
.services--root h1 {
    max-width: 380px;
}
.services--solutions {
    padding-bottom: 30px;
}
.services--solutions h1 {
    margin-bottom: 20px;
}

[data-js-fixed-about-menu] {
    border: solid 1px #dadada;
    padding: 23px 15px;
}

.wrap--small {
    width: 735px !important;
}
.wrap--small > * {
    margin-left: -40px;
    margin-right: 40px;
}
.about-section--small,
.wrap--small .project-detail {
    overflow: visible;
    position: relative;
}

.wrap--small .project-detail .l-col,
.about-section--small .l-col {
    float: none;
    width: auto;
}
.wrap--small .project-detail .r-col,
.about-section--small .r-col {
    float: none;
    position: absolute;
    right: -270px;
    top: 0;
    bottom: 0;
}
.wrap--small .project-detail .form-new--static {
    padding-left: 0;
    padding-right: 0;
}
.block--schedule {
    padding-top: 55px;
    padding-bottom: 50px;
    font-size: 17px;
    line-height: 27px;
}

.icon--block {
    display: block;
    color: #000;
}
.block--schedule .icon_diagram,
.block--schedule .icon_crn,
.block--schedule .icon_b2b {
    position: relative;
    padding-left: 50px;
    font-size: 17px;
    line-height: 27px;
}
.block--schedule .icon_diagram:before {
    background-image: url('/bitrix/templates/sinto_new/images/schedule.svg');
}
.block--schedule .icon_crn:before {
    background: 0 0 url('/bitrix/templates/sinto_new/images/crn.svg') no-repeat;
    left: 0;
    background-size: contain;
    width: 45px;
    height: 40px;
    top: 0;
}
.block--schedule .icon_b2b:before {
    background: 50% 0 url('/bitrix/templates/sinto_new/images/b2b.png') no-repeat;
    left: 0;
    background-size: contain;
    width: 45px;
    height: 40px;
    top: 0;
}
.financial-schedule {
    margin-top: 8px;
    margin-right: 35px;
}

.footer-socials {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.footer-socials .social-title {
    margin: 0 0 15px;
    font-size: 20px;
}
.footer-socials a.social {
    width: 42px;
    height: 42px;
    background-size: contain;
    margin: 0 1px;
}
.footer-mid-clear {
    padding-top: 110px;
}

.requisites {
    background: 0 50% url('/bitrix/templates/sinto_new/images/docs-req-white.svg') no-repeat;
    background-size: auto 27px;
    padding: 10px 0 10px 30px;
    margin-top: 0px;
    color: #fff;
    /*font-weight: bold;*/
    display: block;
}
.projects .col .project--common-card {
    width: calc(100% - 34px);
    margin: 0;
}

.solutions-root {
    width: auto !important;
    margin-left: 0;
    padding-bottom: 70px;
}
.solutions-root .project {
    min-height: 470px;
    /*margin-left: 24px;*/
}
/*.solutions-root .projects--wide {*/
/*margin-left: -22px;*/
/*}*/

.text-bottom-btn {
    text-align: center;
    margin-top: 30px;
}
.btn--blue-transparent {
    background: transparent;
    border: solid 2px #2b6b8c;
    color: #2b6b8c !important;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    padding: 14px 24px;
    border-radius: 66px;
    letter-spacing: 0.6px;
    cursor: pointer;
    transition: all .3s;
    text-transform: none;
    white-space: nowrap;
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.btn--blue-transparent:hover {
    background: #f4f4f4;
}
.btn--blue-transparent.btn--block {
    display: block;
    width: auto;
}

.wide-content--night .ya-share2__list {
    background: #222;
}

.gallery {
    padding-bottom: 100px;
}
.gallery__item {
    display: block;
    position: relative;
    height: 200px;
    border: solid 1px #a7a7a7;
    cursor: pointer;
    background: 50% url('/bitrix/templates/sinto_new/images/no-photo.png') no-repeat;
    background-size: cover;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gallery__item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: all .3s;
}
.gallery__item:hover {
    box-shadow: 0 5px 27px rgba(0,0,0,0.4);
}
.gallery__item:hover:before {
    opacity: .3;
}
.gallery.folded .gallery__item {
    opacity: 0;
    transform: scale(.2);
}
.gallery__sections {
    text-align: left;
    margin-top: -20px;
    margin-bottom: 20px;
}
.gallery__sections-level {
    margin-bottom: 4px;
    position: relative;
}
.gallery__sections-level:not(:empty):not(:first-child):before
{
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    margin-top: 12px;
    opacity: .3;
    width: 20px;
    height: 20px;
    background: 50% url('/bitrix/templates/sinto_new/images/enter-arrow.svg') no-repeat;
    transform: scale(-1, 1);
    background-size: contain;

}
.gallery__sections-level:last-child {
    margin-bottom: 0;
}
.gallery__section {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    padding: 6px 10px;
    border-radius: 40px;
    margin: 3px 0;
    transition: all .3s;
    cursor: pointer;
    /*border: solid 1px #dadada;*/
    /*color: #dadada;*/

    border: solid 1px #2b6b8c;
    color: #2b6b8c;
}
span.gallery__section {
    cursor: default;
}
.gallery__section:last-child {
    margin-right: 0;
}
/*.gallery__section:hover,*/
.gallery__section.active {
    /*color: #2b6b8c;*/
    /*border-color: #2b6b8c;*/

    color: #fff;
    border-color: #2b6b8c;
    background-color: #2b6b8c;
}
.gallery__item video {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}
.gallery__item--video {
    background: 50% no-repeat #333;
    background-size: 100% auto;
}
.gallery__item--video:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: 50% url('/bitrix/templates/sinto_new/images/youtube-play.svg') no-repeat;
    background-size: contain;
}
.gallery__sections-enter {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 10px;
    opacity: .3;
    width: 20px;
    height: 20px;
    background: 50% url('/bitrix/templates/sinto_new/images/enter-arrow.svg') no-repeat;
    background-size: contain;
}
.scroll-down {
    position: absolute;
    bottom: 3px;
    left: 50%;
    width: 26px;
    height: 26px;
    margin-left: -17px;
    background: 50% url('/bitrix/templates/sinto_new/images/down-arrow.svg') no-repeat;
    background-size: 26px;
    cursor: pointer;
    /*opacity: 1;*/
    padding: 5px;
    animation: arrow-down 4s infinite linear;
    z-index: 1;
}
.fancy-wrap-custom .fancybox-skin {
    padding: 0 !important;
}
.fancy-wrap-custom .fancybox-close {
    background: 50% url('/bitrix/templates/sinto_new/images/close-white.svg') no-repeat;
    background-size: 19px;
    opacity: .7;
}
.fancy-wrap-custom--youtube .fancybox-close {
    top: -10px;
    right: -50px;
}

.fancy-wrap-custom .fancybox-next span {
    background: 50% url('/bitrix/templates/sinto_new/images/right-arrow.svg') no-repeat;
    background-size: 28px;
}

.fancy-wrap-custom .fancybox-prev span {
    background: 50% url('/bitrix/templates/sinto_new/images/right-arrow.svg') no-repeat;
    background-size: 28px;
    transform: rotate(180deg);
}
.fancy-wrap-custom video {
    margin-bottom: -6px;
}
.gallery .like-it {
    margin-right: 5px;
}
.gallery .events-item__tools {
    padding-top: 8px;
}
.block.block--video {
    padding-top: 0;
}
.block.block--video h2 {
    border-top: solid 1px #dadada;
    padding-top: 50px;
}
.header-sign-link {
    position: absolute;
    top: 34px;
    right: 94px;
    /*border: solid 1px #034a6e;*/
    /*border: solid 1px #008489;*/
    /*border: solid 2px #008489;*/
    border: solid 2px #034a6e;
    border-radius: 50%;
    padding: 11px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('/bitrix/templates/sinto_new/images/video-camera-3.svg') center no-repeat;
    background-size: 20px;
    transition: all .3s;
}
.header-sign-link__text {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 3px);
    font-size: 14px;
    line-height: 20px;
    /*transition: opacity .2s;*/
    opacity: 0;
    /*color: #000 !important;*/
    /*color: #008489 !important;*/
    color: #acacac !important;
    font-weight: 600;
}
.header-sign-link:hover .header-sign-link__text,
.show_search_form--new:hover .header-sign-link__text {
    opacity: 1;
}
.header-sign-link--gallery {
    right: 148px;
    background-image: url('/bitrix/templates/sinto_new/images/photo-camera-4.svg');
    background-size: 27px;
    background-position-y: 7px;
}
.header-sign-link--gallery:hover {
    /*background-image: url('/bitrix/templates/sinto_new/images/photo-camera-4-hover.svg');*/
}
.header-sign-link--video {
    background-size: 27px;
    background-position-y: 9px;
}
.header-sign-link--video:hover {
    /*background-image: url('/bitrix/templates/sinto_new/images/video-camera-3-hover.svg');*/
}

.show_search_form--new:hover,
.header-sign-link:hover {
    /*border-color: #008489;*/
}

.signs-block {
    margin: 40px 0 30px;
    display: table;
    width: 100%;
}
.signs-block__row {
    display: table-row;
}
.signs-block__item {
    display: table-cell;
    width: 33.3%;
    text-align: center;
    padding: 30px 30px 0;
    border-right: solid 1px #dadada;
    background: 50% 0 url('/bitrix/templates/sinto_new/images/signs-flag.svg') no-repeat;
    background-size: 20px;
}
.signs-block .signs-block__item:last-child {
    border-right: 0;
}
.signs-block__item--time {
    background-image: url('/bitrix/templates/sinto_new/images/signs-time.svg');
}
.signs-block__item--address {
    background-image: url('/bitrix/templates/sinto_new/images/signs-address.svg');
}
.signs-block__item div {
    font-size: 14px;
    line-height: 20px;
}
.signs-block__bold-text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}
.event-registration__map-container {
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 40px;
}

.event-registration__map {
    height: 220px;
    width: 220px;
}

.footer-column-btns {
    margin-top: 15px;
    margin-left: 31px;
}
.footer-column-btns a {
    margin-bottom: 15px;
}
.footer-column-btns a:last-child {
    margin-bottom: 0;
}
.errortext {
    color: red !important;
}
.first_lvl span.dropdown {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}
.projects-root__top-filter {
    margin-top: -10px;
    margin-bottom: 5px;
}
.projects-root__top-filter .nav_prj_sect {
    padding: 0 0 15px 0;
}
.projects-root__top-filter .nav_prj_sect:not(:first-child) {
    padding-top: 15px;
}
.projects-root__top-filter .nav_prj_sect:last-child {
    border-bottom: 0;
    padding-bottom: 30px;
}
.projects-root__top-filter .ranger {
    width: calc(100% - 275px);
}
.projects-root__top-filter .show_projects {
    width: 235px;
    padding: 0;
    float: right;
}
.projects-root__top-filter .show_projects .btn {
    margin: 0;
    width: 100%;
}
.projects-root__top-filter .nav_prj_link_pad {
    color: #000;
}
.projects-root__top-filter .nav_prj_link_pad.active,
.projects-root__top-filter .nav_prj_link_pad:hover {
    color: #008489;
}
.filter_drop_cont a {
    color: #000;
}
.filter_drop_cont a:hover,
.filter_drop_cont a.selected {
    color: #008489;
}
.btn--blue-transparent.btn--video-sign {
    background: 15px 50% no-repeat url('/bitrix/templates/sinto_new/images/video-camera-3.svg');
    background-size: 23px;
    padding-left: 50px;
}
.btn--blue-transparent.btn--video-sign:hover {
    background-color: #f4f4f4;
}

.burger-menu,
.burger {
    display: none;
}
.show-to-700,
.show-to-700-inline {
    display: none !important;
}
.projects.projects--solutions.solutions-root .projects--wide {
    margin: 0;
}
[data-js-owl-detail-sections].owl-carousel,
.projects.owl-carousel {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
[data-js-owl-detail-sections].owl-carousel .service-card,
.projects.owl-carousel .project--common-card {
    width: auto;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
[data-js-owl-detail-sections].owl-carousel .service-card {
    width: auto !important;
}
[data-js-owl-detail-sections].owl-carousel .service-card:hover,
body .projects.owl-carousel .project:hover {
    box-shadow: 0 3px 26px -5px rgba(0,0,0,0.2)!important;
}
[data-js-owl-detail-sections].owl-carousel .owl-prev,
.main-projects-carousel .owl-prev {
    left: -22px;
}
.main-projects-carousel .owl-next {
    right: -22px;
}
[data-js-owl-detail-sections].owl-carousel .owl-next {
    right: -22px !important;
}
.narrow-projects-carousel .owl-prev {
    left: -19px !important;
}
.narrow-projects-carousel .owl-next {
    right: -20px !important;
}
.search-result {
    overflow: hidden;
}

/*.fancybox-container * {*/
    /*box-sizing: content-box;*/
/*}*/
.fancybox-content {
    padding: 15px;
}
.fancybox-slide {
    padding: 0;
}
.fancybox-content.vendor_detail_info {
    padding: 25px;
}
.fancybox-button div {
    height: auto;
}
.fancybox-button--arrow_left,
.fancybox-button--arrow_right {
    background: none;
}
.fancybox-button--arrow_left svg,
.fancybox-button--arrow_right svg {
    display: none;
}
.fancybox-button--arrow_left > div,
.fancybox-button--arrow_right > div {
    background: 50% url('/bitrix/templates/sinto_new/images/right-arrow-hover.svg') no-repeat;
    background-size: 30px;
    outline: none;
    padding: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.fancybox-button--arrow_left > div {
    transform: rotate(180deg);
}
.fancybox-button--arrow_left:hover > div,
.fancybox-button--arrow_right:hover > div {
    background-image: url('/bitrix/templates/sinto_new/images/right-arrow.svg');
}
.fancybox-button--arrow_left,
.fancybox-button--arrow_left *,
.fancybox-button--arrow_right,
.fancybox-button--arrow_right * {
    box-sizing: border-box;
}

.fancybox-container .events-item__tools {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    background: rgba(0,0,0,.8);
    z-index: 99995;
    text-align: center;
}
.fancybox-container .events-item__tools .like-it,
.fancybox-container .events-item__tools .events-item__share {
    float: none;
    display: inline-block;
}
.fancybox-container .events-item__tools .like-it {
    margin-right: 20px;
}
.fancybox-container .events-item__share .ya-share2 {
    background: transparent;
}
body .doc__name {
    max-width: calc(100% - 60px);
}

.chosen-container.chosen-with-drop .chosen-drop {
    margin-top: -4px;
    left: auto;
    right: 0;
    width: 165px;
}

.fancybox-container .fancybox-button--arrow_left > div,
.fancybox-container .fancybox-button--arrow_right > div {
    background-position-x: 100%;
}
.fancybox-container .fancybox-navigation .fancybox-button {
    top: 40px;
    width: 30%;
    bottom: 40px;
    height: auto;
}

.radio-head__text {
    position: absolute;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
    margin-left: -3px;
}

.projects-root .projects .col .project--common-card {
    transition: all .3s;
}
.projects-root.folded .projects .col .project--common-card {
    opacity: 0;
    transform: scale(.2);
}

.section_services__link--with-pic {
    background: 0 50% no-repeat;
    padding-left: 37px;
    background-size: 25px 25px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.section_services__link--with-pic-4 {
    background-image: url('/bitrix/templates/sinto_new/images/services/4.svg');
}
.section_services__link--with-pic-5 {
    background-image: url('/bitrix/templates/sinto_new/images/services/5.svg');
}
.section_services__link--with-pic-6 {
    background-image: url('/bitrix/templates/sinto_new/images/services/6.svg');
}
.section_services__link--with-pic-7 {
    background-image: url('/bitrix/templates/sinto_new/images/services/7.svg');
}
.section_services__link--with-pic-8 {
    background-image: url('/bitrix/templates/sinto_new/images/services/8-2.svg');
}
.section_services__link--with-pic-9 {
    background-image: url('/bitrix/templates/sinto_new/images/services/9.svg');
}
.section_services__link--with-pic-10 {
    background-image: url('/bitrix/templates/sinto_new/images/services/10.svg');
}
.section_services__link--with-pic-19 {
    background-image: url('/bitrix/templates/sinto_new/images/services/19.svg');
}
.section_services__link--with-pic-22 {
    background-image: url('/bitrix/templates/sinto_new/images/services/apps.svg');
}
.section_services__link--with-pic-26 {
    background-image: url('/bitrix/templates/sinto_new/images/services/26.svg');
}
.section_services__link--with-pic-36 {
    background-image: url('/bitrix/templates/sinto_new/images/services/36.svg');
}
.section_services__link--with-pic-38 {
    background-image: url('/bitrix/templates/sinto_new/images/services/38.svg');
}
.section_services__link--with-pic-39 {
    background-image: url('/bitrix/templates/sinto_new/images/services/39.svg');
}
.section_services__link--with-pic-40 {
    background-image: url('/bitrix/templates/sinto_new/images/services/40.svg');
}
.section_services__link--with-pic-46 {
    background-image: url('/bitrix/templates/sinto_new/images/services/46.svg');
}
.section_services__link--with-pic-47 {
    background-image: url('/bitrix/templates/sinto_new/images/services/47.svg');
}
.section_services__link--with-pic-48 {
    background-image: url('/bitrix/templates/sinto_new/images/services/48.svg');
}
.section_services__link--with-pic-49 {
    background-image: url('/bitrix/templates/sinto_new/images/services/49.svg');
}
.section_services__link--with-pic-81 {
    background-image: url('/bitrix/templates/sinto_new/images/services/22.svg');
}
.section_services__link--with-pic-82 {
    background-image: url('/bitrix/templates/sinto_new/images/services/82.svg');
}
.section_services__link--with-pic-84 {
    background-image: url('/bitrix/templates/sinto_new/images/services/84.svg');
}

.block--reviews {
    background-color: #f5f5f5;
    padding: 50px 0 40px;
}
.block--reviews + .block.block--video h2 {
    border-top: 0;
}
.reviews-section--carousel {
    padding-bottom: 20px;
}
.reviews-section--carousel .reviews-section__item {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 0;
}
.reviews-section--carousel .reviews-section__company {
    margin-bottom: 20px;
}

@keyframes arrow-down {
    0%,
    40%
    {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
    60%,
    100% {
        transform: translateY(0);
    }
}

@keyframes equalize {
    0% {
        height: 60px;
    }
    4% {
        height: 50px;
    }
    8% {
        height: 40px;
    }
    12% {
        height: 30px;
    }
    16% {
        height: 20px;
    }
    20% {
        height: 30px;
    }
    24% {
        height: 40px;
    }
    28% {
        height: 10px;
    }
    32% {
        height: 40px;
    }
    36% {
        height: 60px;
    }
    40% {
        height: 20px;
    }
    44% {
        height: 40px;
    }
    48% {
        height: 70px;
    }
    52% {
        height: 30px;
    }
    56% {
        height: 10px;
    }
    60% {
        height: 30px;
    }
    64% {
        height: 50px;
    }
    68% {
        height: 60px;
    }
    72% {
        height: 70px;
    }
    76% {
        height: 80px;
    }
    80% {
        height: 70px;
    }
    84% {
        height: 60px;
    }
    88% {
        height: 50px;
    }
    92% {
        height: 60px;
    }
    96% {
        height: 70px;
    }
    100% {
        height: 80px;
    }
}
@keyframes equalize-div {
    0% {
        height: 60%;
    }
    4% {
        height: 50%;
    }
    8% {
        height: 40%;
    }
    12% {
        height: 30%;
    }
    16% {
        height: 20%;
    }
    20% {
        height: 30%;
    }
    24% {
        height: 40%;
    }
    28% {
        height: 10%;
    }
    32% {
        height: 40%;
    }
    36% {
        height: 60%;
    }
    40% {
        height: 20%;
    }
    44% {
        height: 40%;
    }
    48% {
        height: 70%;
    }
    52% {
        height: 30%;
    }
    56% {
        height: 10%;
    }
    60% {
        height: 30%;
    }
    64% {
        height: 50%;
    }
    68% {
        height: 60%;
    }
    72% {
        height: 70%;
    }
    76% {
        height: 80%;
    }
    80% {
        height: 70%;
    }
    84% {
        height: 60%;
    }
    88% {
        height: 50%;
    }
    92% {
        height: 60%;
    }
    96% {
        height: 70%;
    }
    100% {
        height: 80%;
    }
}
/*@media screen and (max-width: 900px) {*/
/*.main_slide_small--custom,*/
/*.main_slide_small--about,*/
/*.main_slide_small--event,*/
/*.main_slide_small--main {*/
/*height: 500px;*/
/*min-height: 0;*/
/*}*/
/*}*/

/* Custom */

.h2{
    font-size: 28px;
    color: #034a6e;
    line-height: 34px;
    margin: 25px 0 20px 0;
    display: block;
}

.radio-group label{
    margin-right: 5px;
}
/* End */
/* /bitrix/templates/sinto_new/bxslider/jquery.bxslider.css?15235457873297 */
/* /bitrix/templates/sinto_new/chosen/chosen.css?154282740212345 */
/* /bitrix/templates/sinto_new/js/OwlCarousel2-2.3.4/dist/assets/owl.carousel.min.css?15241945303351 */
/* /bitrix/templates/sinto_new/js/OwlCarousel2-2.3.4/dist/assets/owl.theme.default.min.css?15241945301013 */
/* /bitrix/templates/sinto_new/js/jquery-filestyle/dist/jquery-filestyle.min.css?15199867321224 */
/* /bitrix/templates/sinto_new/fontello.css?154076594814381 */
/* /bitrix/templates/sinto_new/js/redesing.css?158289060911292 */
/* /bitrix/templates/sinto_new/sinto2/css/styles.override.css?16926293584433 */
/* /bitrix/templates/sinto_new/monitoring-center/css/jquery.fancybox.min.css?169347469412795 */
/* /bitrix/templates/sinto_new/monitoring-center/css/normalize.css?16934746948026 */
/* /bitrix/templates/sinto_new/monitoring-center/css/style.css?169348230020879 */
/* /bitrix/templates/sinto_new/monitoring-center/css/swiper-bundle.min.css?169347469616470 */
/* /bitrix/templates/sinto_new/ib/css/ib-style.css?170075973073679 */
/* /bitrix/templates/sinto_new/ib/css/ib-style.scss?170074669058755 */
/* /bitrix/templates/sinto_new/fancybox3/dist/jquery.fancybox.css?155234208317416 */
/* /bitrix/templates/sinto_new/fancybox3/src/css/thumbs.css?15522952282416 */
/* /bitrix/templates/sinto_new/e_styles.css?16536231817014 */
/* /bitrix/templates/sinto_new/mobile.css?168975357234384 */
/* /bitrix/templates/sinto_new/components/bitrix/catalog.section.list/services_sections_menu/style.css?15940172616624 */
/* /bitrix/templates/sinto_new/components/bitrix/news.index/mainpage_slider/style.css?1671428939491 */
/* /bitrix/templates/sinto_new/components/bitrix/form.result.new/static-small-v2/style.css?16695990551071 */
/* /bitrix/templates/sinto_new/styles.css?1651643408714 */
/* /bitrix/templates/sinto_new/template_styles.css?1761645024185371 */
