

/* Start:/bitrix/templates/img/libs/owlcarousel/owl.carousel.min.css?16804963613260*/
/**
 * Owl Carousel v2.3.2
 * 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;cursor:hand;-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:none;touch-action:none;-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 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/img/libs/owlcarousel/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/img/libs/owlcarousel/owl.theme.default.min.css?16804963611013*/
/**
 * Owl Carousel v2.3.2
 * 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/img/libs/slick/slick.css?16804963611776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/img/libs/slick/slick-theme.css?16804963613145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bitrix/templates/img/libs/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/img/libs/slick/./fonts/slick.eot');
    src: url('/bitrix/templates/img/libs/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/img/libs/slick/./fonts/slick.woff') format('woff'), url('/bitrix/templates/img/libs/slick/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/img/libs/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/bitrix/templates/img/css/main.css?168431836271568*/
body {
    font-family: "georgia";
}

#panel {
    position: absolute;
    z-index: 100000;
}

.header-main-page {
    margin-bottom: 0px;
    height: 800px;
}

.header-main-page .top_menu_main{

}

.header-main-page .menu-line {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.15);
    height: 120px;
    margin-top: 60px;
    position: relative;
    z-index: 1000;
}

.header-main-page .menu-line .align-middle{
    height: 120px;
    padding-left: 20px;
}

.container {
    width: 1530px;
}

.header-main-page .menu-line .logo-img {
    display: table-cell;
    vertical-align: middle;
}

.padding-0 {
    padding: 0;
}

.simple-text a {
    font-weight: bold;
    color: #2a7f67;
}

ul.justify {
    margin: 0;
    padding: 0;
    list-style: none;
    /*text-align: justify;*/
    zoom: 1;
    /*text-align-last: justify;*/
    height: auto;
    display: -webkit-box; /* Android 4.3-, Safari без оптимизации */
    -webkit-box-pack: justify; /* Android 4.3-, Safari без оптимизации */
    display: -webkit-flex; /* оптимизация для Safari */
    -webkit-justify-content: space-between; /* оптимизация для Safari */
    display: flex;
    justify-content: space-between;
    text-align: justify; /* IE10-, Firefox 12-22 */
    text-align-last: justify; /* IE10-, Firefox 12-22 */
}

ul.justify>li {
    display: inline-block;
    display: -webkit-box;
    position: relative;
    text-align: left;
    vertical-align: top;
    text-align-last: justify;
}

ul.justify>li a {
    display: block;
}

.header-main-page .menu-line .menu a{
    font-size: 20px;
    color: #454546;
    font-family: "Georgia";
    font-weight: bold;
}

.header-main-page .menu-line .menu a:hover{
    color: #e9b33e;
}

.header-main-page .menu-line .menu {
    display: table-cell;
    vertical-align: middle;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

.align-middle {
    display: table;
    height: 140px;
}

.header-main-page .menu-line .change-lang {
    display: table-cell;
    vertical-align: middle;
}

.header-main-page .menu-line .find {
    display: table-cell;
    vertical-align: middle;
}

.header-main-page .menu-line .lk {
    display: table-cell;
    vertical-align: middle;
}

.header-main-page .menu-line .find a {
    background: url(/bitrix/templates/img/css/../images/search.svg) no-repeat center;
    height: 25px;
    width: 25px;
    display: block;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

.header-main-page .menu-line .lk a {
    background: url(/bitrix/templates/img/css/../images/lk.svg) no-repeat center;
    height: 30px;
    width: 30px;
    display: block;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

.header-main-page .menu-line .find a:hover {
    background: url(/bitrix/templates/img/css/../images/search_hover.svg) no-repeat center;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

.header-main-page .menu-line .lk a:hover {
    background: url(/bitrix/templates/img/css/../images/lk_hover.svg) no-repeat center;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

.header-main-page .menu-line .change-lang select {
    color: #bcbcbc;
    border: none;
    cursor: pointer;
    width: 50px;
    font-size: 16px;
    font-family: "Book Antiqua";
    background: url(/bitrix/templates/img/css/../images/language_deploy.svg) 100% center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header-main-page .menu-line .change-lang select:hover {
    background: url(/bitrix/templates/img/css/../images/language_deploy_hover.svg) 100% center;
    background-repeat: no-repeat;
    color: #454546;
}

.header-main-page .menu-line .change-lang select:focus {
    outline: none;
}

.header-main-page .title {
    font-size: 60px;
    color: #fff;
    font-family: "Book Antiqua";
    font-weight: bold;
    line-height: 1.167;
    padding-left: 20px;
    /*background: url(/bitrix/templates/img/css/../images/line.png) no-repeat;*/
    background-position: left 35px;
    margin-top: 55px;
    margin-bottom: 30px;
}

.header-main-page .subtitle {
    font-size: 18px;
    font-family: "georgia";
    color: #fff;
    line-height: 1.667;
    padding-left: 20px;
}

.header-main-page .link-about {
    margin-left: 20px;
    padding: 15px 35px;
    margin-top: 30px;
    color: #282829;
    font-family: "Georgia";
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    /*background-image: -moz-linear-gradient( 135deg, rgb(255,255,255) 0%, rgb(195,195,195) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(255,255,255) 0%, rgb(195,195,195) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(255,255,255) 0%, rgb(195,195,195) 100%);
       box-shadow: 15px 20px 7px 0px rgba(0, 0, 0, 0.3);*/
    background: #FFFFFF;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;

}

.header-main-page .link-about:hover{
    background: #F8C521;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.header-main-page .link-about:active{
    background: #FFDE47;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.header-main-page .top_menu_main{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.header-main-page .main_tabs{
    position: relative;
}

.header-main-page .banner-padding-0{
    position: absolute;
    bottom: 10px;
    left: 25%;
    transform: translateX(-25%);
}

.tab-content .tab-pane {
    background: url(/bitrix/templates/img/css/../images/bg_banner.jpg) no-repeat top center;
    height: 800px;
    padding-top: 200px;
}

.tab-content {

    position: relative;
    z-index: 0;
}

.tab-content #panel1 {
    background: url(/bitrix/templates/img/css/../images/bg_banner_n.jpg) no-repeat top center;
}

.tab-content #panel2 {
    background: url(/bitrix/templates/img/css/../images/bg_banner2_n.jpg) no-repeat top center;
}

.tab-content #panel3 {
    background: url(/bitrix/templates/img/css/../images/bg_banner3_n.jpg) no-repeat top center;
}

.tab-content #panel4 {
    background: url(/bitrix/templates/img/css/../images/bg_banner4_n.jpg) no-repeat top center;
}

.tab-content #panel5 {
    background: url(/bitrix/templates/img/css/../images/bg_banner5_n.jpg) no-repeat top center;
}


.header-main-page .nav-tabs>li {
    float: none;
    -webkit-transition:  0.5s all;
    -moz-transition:  0.5s all;
    -ms-transition:  0.5s all;
    -o-transition:  0.5s all;
    transition:  0.5s all;
    margin-right: 50px;
}

.header-main-page .nav-tabs>li.block1 a:before{
    background-image: url("/bitrix/templates/img/css/../images/document.svg");
}
.header-main-page .nav-tabs>li.block1:hover a:before{
    background-image: url("/bitrix/templates/img/css/../images/document_hov.svg");
}
.header-main-page .nav-tabs>li.block1.active a:before{
    background-image: url("/bitrix/templates/img/css/../images/document_hov.svg");
}

.header-main-page .nav-tabs>li.block2 a:before{
    background-image: url("/bitrix/templates/img/css/../images/files.svg");
}
.header-main-page .nav-tabs>li.block2:hover a:before{
    background-image: url("/bitrix/templates/img/css/../images/files_hov.svg");
}
.header-main-page .nav-tabs>li.block2.active a:before{
    background-image: url("/bitrix/templates/img/css/../images/files_hov.svg");
}

.header-main-page .nav-tabs>li.block3 a:before{
    background-image: url("/bitrix/templates/img/css/../images/mace.svg");
}
.header-main-page .nav-tabs>li.block3:hover a:before{
    background-image: url("/bitrix/templates/img/css/../images/mace_hov.svg");
}
.header-main-page .nav-tabs>li.block3.active a:before{
    background-image: url("/bitrix/templates/img/css/../images/mace_hov.svg");
}

.header-main-page .nav-tabs>li.block4 a:before{
    background-image: url("/bitrix/templates/img/css/../images/medical.svg");
}
.header-main-page .nav-tabs>li.block4:hover a:before{
    background-image: url("/bitrix/templates/img/css/../images/medical_hov.svg");
}
.header-main-page .nav-tabs>li.block4.active a:before{
    background-image: url("/bitrix/templates/img/css/../images/medical_hov.svg");
}

.header-main-page .nav-tabs>li.block5 a:before{
    background-image: url("/bitrix/templates/img/css/../images/medicine.svg");
}
.header-main-page .nav-tabs>li.block5:hover a:before{
    background-image: url("/bitrix/templates/img/css/../images/medicine_hov.svg");
}
.header-main-page .nav-tabs>li.block5.active a:before{
    background-image: url("/bitrix/templates/img/css/../images/medicine_hov.svg");
}


.header-main-page .nav-tabs>li a {
    font-size: 18px;
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 0;
    border-radius: 0;
    -webkit-transition:  0.5s all;
    -moz-transition:  0.5s all;
    -ms-transition:  0.5s all;
    -o-transition:  0.5s all;
    transition:  0.5s all;
    padding: 0;
}

.header-main-page .nav-tabs>li a:hover{
    color: #E9B33E;
}

.header-main-page .nav-tabs>li a:before{
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 18px auto;
    transition: all ease-in-out 0.3s;
}

.header-main-page .nav-tabs>li.active>a {
    color: #E9B33E;
    border: none;
    background-color: transparent;
}

.header-main-page .nav-tabs>li.active>a:focus {
    color: #fff;
    border: none;
}

.header-main-page .nav-tabs>li.active>a:hover {
    color: #E9B33E;
    border: none;
}


.header-main-page .nav-tabs>li.active {

}

.header-main-page .nav-tabs {
    border-bottom: none;
    justify-content: flex-start;
}

.section-principles .owl-theme .owl-nav{
    text-align: right;
    padding-right: 50px;
    margin:20px 0;
}

.section-principles .title-2{
    color: #000;
}

.section-principles .subtitle-2{
    color: #000
}

.section-principles .owl-dots {
    display: none;
}

.section-principles .owl-carousel .item {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.15);
    width: 360px;
    height: 340px;
    padding-top: 60px;
    padding-left: 0px;
    padding-right: 50px;
}
.nav-tabs>li>a{
    border: none;
}

.section-principles .owl-carousel .owl-stage-outer {
    /*padding-bottom: 80px;*/
    padding-left: 200px;
}

.section-principles .owl-carousel .item .name-principles {
    font-family: "Book Antiqua";
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #282829;
    padding-left: 40px;
}

.section-principles .owl-carousel .item .about-principles {
    font-size: 16px;
    font-family: "georgia";
    line-height: 1.5;
    padding-left: 40px;
}

.section-principles .owl-carousel .item .count {
    font-family: "Book Antiqua";
    font-weight: bold;
    font-size: 40px;
    color: #e8e8e8;
    margin-bottom: 30px;
    padding-left: 40px;
    background: url(/bitrix/templates/img/css/../images/line2.png) no-repeat left center;
}

.section-principles .owl-carousel .number-1 {
    background: #fff url(/bitrix/templates/img/css/../images/bg_01.png) no-repeat 0% bottom;
}

.section-principles .owl-carousel .number-2 {
    background: #fff url(/bitrix/templates/img/css/../images/bg_02.png) no-repeat 0% bottom;
}

.section-principles .owl-carousel .number-3 {
    background: #fff url(/bitrix/templates/img/css/../images/bg_03.png) no-repeat 0% bottom;
}

.section-principles .owl-carousel .number-4 {
    background: #fff url(/bitrix/templates/img/css/../images/bg_04.png) no-repeat 0% bottom;
}

.section-principles .owl-carousel .number-5 {
    background: #fff url(/bitrix/templates/img/css/../images/bg_05.png) no-repeat 0% bottom;
}

.section-principles .owl-carousel .number-6 {
    background: #fff url(/bitrix/templates/img/css/../images/bg_06.png) no-repeat 0% bottom;
}

.section-principles .owl-carousel .number-7 {
    background: #fff url(/bitrix/templates/img/css/../images/bg_07.png) no-repeat 0% bottom;
}

.section-principles .owl-carousel .number-8 {
    background: #fff url(/bitrix/templates/img/css/../images/bg_08.png) no-repeat 0% bottom;
}

.section-mission {
    background: url(/bitrix/templates/img/css/../images/bg_mission.png) no-repeat top center;
    height: 550px;
    margin-bottom: 100px;
}

.section-mission .img-mission {
    margin-top: -40px;
    /*margin-bottom: 50px;*/
    box-shadow: 0px 10px 30px 0px rgba(192, 161, 129, 0.5);
}

.section-mission .img-mission img {
    width: 100%;
}

.title-2 {
    font-size: 70px;
    font-weight: bold;
    line-height: 0.889;
    font-family: "Book Antiqua";
    color: #fff;
    margin-top: 80px;
    margin-bottom: 45px;
}

.subtitle-2 {
    font-size: 26px;
    font-family: "Georgia";
    font-weight: bold;
    color: #fff;
    line-height: 1.538;
}

.unusial-text {
    margin-top: 50px;
}

.unusial-text .character-f {
    font-size: 80px;
    font-family: "Georgia";
    font-weight: bold;
    color: #fff;
    float: left;
    line-height: 0.8;
    margin-right: 10px;
}

.unusial-text .text {
    font-size: 16px;
    font-family: "georgia";
    color: #fff;
    width: 400px;
    padding-right: 20px;
}

.black-title {
    font-size: 70px;
    font-weight: bold;
    font-family: "Book Antiqua";
    color: #282829;
    padding-left: 130px;
    margin-bottom: 50px;
}

.section-partners {

    background-repeat: no-repeat;
    background-position: center bottom;
    height: auto;
    background-size: 120%;
}

.section-partners .block-partners {
    height: 180px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.1), 4px 4px 10px rgba(0, 0, 0, 0.1);
    display: table;
    vertical-align: middle;
    position: relative;
    margin-bottom: 30px;
    transition: all ease-in-out 0.3s;

}
.section-partners .block-partners:hover{
    box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.2), 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.section-partners .block-partners img {
    width: 100%;
}

.section-partners .block-partners .name-partners {
    font-family: "Georgia";
    font-weight: bold;
    font-size: 11px;
    color: #4c4c4e;
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: 70%;
    /* background: url(/bitrix/templates/img/css/../images/line-small.png) no-repeat right center;
    padding-right: 35px;*/
}
.section-partners .block-partners .name-partners:after{
    content: "";
    display: inline-block;
    width: 50px;
    height: 7px;
    background-image: url(/bitrix/templates/img/css/../images/arrowr_hov.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.section-partners .block-partners .name-partners:before{
    content: "Перейти на сайт:";
    display: block;
    position: absolute;
    font-size: 11px;
    top: -13px;
}

.section-partners .block-partners-1 {
    background-image: url(/bitrix/templates/img/css/../images/logo03_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

/*.section-partners .block-partners-1:hover {
	background-image: url(/bitrix/templates/img/css/../images/logo03_hover.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}*/

.section-partners .block-partners-2 {
    background-image: url(/bitrix/templates/img/css/../images/logo04_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

/*.section-partners .block-partners-2:hover {
	background-image: url(/bitrix/templates/img/css/../images/logo04_hover.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}*/

.section-partners .block-partners-3 {
    background-image: url(/bitrix/templates/img/css/../images/logo01_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

/*.section-partners .block-partners-3:hover {
	background-image: url(/bitrix/templates/img/css/../images/logo01_hover.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}*/

.section-partners .block-partners-4 {
    background-image: url(/bitrix/templates/img/css/../images/logo02_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

/*.section-partners .block-partners-4:hover {
	background-image: url(/bitrix/templates/img/css/../images/logo02_hover.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}*/

.section-partners .block-partners-5 {
    background-image: url(/bitrix/templates/img/css/../images/logo05_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

/*.section-partners .block-partners-5:hover {
	background-image: url(/bitrix/templates/img/css/../images/logo05_hover.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}*/

.section-partners .block-partners-6 {
    background-image: url(/bitrix/templates/img/css/../images/logo06_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

/*.section-partners .block-partners-6:hover {
	background-image: url(/bitrix/templates/img/css/../images/logo06_hover.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}*/

.section-partners .block-partners-7 {
    background-image: url(/bitrix/templates/img/css/../images/logo08_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

/*.section-partners .block-partners-7:hover {
	background-image: url(/bitrix/templates/img/css/../images/logo08_hover.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}*/

.section-partners .block-partners-8 {
    background-image: url(/bitrix/templates/img/css/../images/logo07_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

/*.section-partners .block-partners-8:hover {
	background-image: url(/bitrix/templates/img/css/../images/logo07_hover.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}*/

.section-partners .block-partners-9 {
    background-image: url(/bitrix/templates/img/css/../images/logo08_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

/*.section-partners .block-partners-9:hover {
	background-image: url(/bitrix/templates/img/css/../images/logo08_hover.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}*/

.section-partners .block-partners-10 {
    background-image: url(/bitrix/templates/img/css/../images/logo09_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

/*.section-partners .block-partners-10:hover {
	background-image: url(/bitrix/templates/img/css/../images/logo09_hover.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}*/

.section-partners .block-partners-11 {
    background-image: url(/bitrix/templates/img/css/../images/logo10_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

/*.section-partners .block-partners-11:hover {
	background-image: url(/bitrix/templates/img/css/../images/logo10_hover.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition:  .3s all;
       -moz-transition:  .3s all;
        -ms-transition:  .3s all;
         -o-transition:  .3s all;
            transition:  .3s all;
}*/

.section-partners .block-partners-12 {
    background-image: url(/bitrix/templates/img/css/../images/logo_11.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

.section-partners .block-partners-13 {
    background-image: url(/bitrix/templates/img/css/../images/logo13.png);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

.section-partners .block-partners-14 {
    background-image: url(/bitrix/templates/img/css/../images/logo14.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}

.section-partners .block-partners-15 {
    background-image: url(/bitrix/templates/img/css/../images/logo15.png);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
}


footer {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 80px;
    position: relative;
    z-index: 12;
}

footer a{
    transition: all ease-in-out 0.3s;
}

footer a:hover{
    color: #E9B33E;
}

footer .block-cell-pol{
    margin-top: 20px;
}
footer .block-cell-pol a{
    font-size: 18px;
}

footer .menu ul{
    padding-left: 0;
    list-style-type: none;
}

footer .menu ul li a{
    font-size: 18px;
    margin-bottom: 13px;
    display: block;
    color: #000000;
    transition: all ease-in-out 0.3s;
}
footer .menu ul li a:hover{
    color: #E9B33E;
}

footer .modal_click{
    background: #25745E;
    border: 4px solid #194B3D;
    color: #fff;
    box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
    display: inline-block;
    width: 227px;
    height: 58px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Book Antiqua";
    letter-spacing: 3px;
    transition: all ease-in-out 0.3s;
    margin-bottom: 20px;
    cursor: pointer;
}

footer .modal_click:hover {
    background: #25745E;
    border: 4px solid #194B3D;
    box-shadow: inset 0px 0px 20px 2px #194B3D;
}


footer .modal_click p{
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 54px;
}

footer .footer_last .phone{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

footer .footer_last .phone span,footer .footer_last .phone a{
    font-size: 16px;
    color: #000000;
    transition: all ease-in-out 0.3s;
}

footer .footer_last .phone a:hover{
    color: #E9B33E;
}

footer .footer_last .mail{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

footer .footer_last .mail span,footer .footer_last .mail a{
    font-size: 16px;
    color: #000000;
    transition: all ease-in-out 0.3s;
}

footer .footer_last .mail a:hover{
    color: #E9B33E;
}

.align-middle-footer {
    display: table;
    height: 70px;
}

.align-middle-footer .block-cell {
    display: table-cell;
    vertical-align: middle;
}

footer .footer-text {
    font-size: 14px;
    font-family: "georgia";
    color: #4c4c4e;
    margin: 0;
}

footer .link-up {
    font-size: 16px;
    font-family: "Georgia";
    font-weight: bold;
    color: #fff;
    width: 100%;
    display: block;
    line-height: 70px;
    background-color: #4c4c4e;
    padding-left: 60px;
    background-image: url(/bitrix/templates/img/css/../images/language_collapse.svg);
    background-repeat: no-repeat;
    background-position: 80% center;
}

footer .footer-logo {
    margin-right: 70px;
    vertical-align: 0;
}

/*-----------------------------*/

#google-container {
    position: relative;
    width: 100%;
    height: 600px;
    background-color: #e7eaf0;
}

#cd-google-map {
    position: relative;
    filter: brightness(0.5);
}

#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-right: 25px;
    background-color: #4c4c4e;
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("/bitrix/templates/img/css/../images/cd-icon-controller.svg");
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.5);
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
    background-color: #68b500;
}

#cd-zoom-in {
    background-position: 50% 0;
    margin-bottom: 10px;
}


#cd-zoom-out {
    background-position: 50% -32px;
}

.gm-style button {
    margin: 40px 25px 0 0 !important;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.5);
}

/*-----------------------------*/

.gm-fullscreen-control {
    left: 0 !important;
}

.section-block-adress .block-address {
    background: #fff;
    height: 290px;
    width: 470px;
    margin-top: -450px;
    padding: 55px 40px;
    margin-left: 20px;
    position: relative;
    z-index: 15;
}

.section-block-adress {
    margin-bottom: -1px;
}

.name-info {
    font-size: 14px;
    font-family: "georgia";
    color: #4c4c4e;
    margin-bottom: 0;
}

a.name-info {
    color: #e9b33e;
    display: block;
    text-decoration: underline;
    padding-top: 20px;
    font-size: 20px;
}

.detail-info {
    font-family: "Book Antiqua";
    font-size: 21px;
    color: #282829;
    font-weight: bold;
}

.section-block-adress .border {
    background: #9e7a2c;
    height: 250px;
    margin-top: -270px;
    position: relative;
    z-index: 10;
}

#back-to-top{
    display: table-cell;
    vertical-align: middle;
}

#back-to-top .back__top{
    font-size: 16px;
    font-family: "Georgia";
    font-weight: bold;
    color: #fff;
    width: 100%;
    display: block;
    line-height: 70px;
    background-color: #4c4c4e;
    padding-left: 60px;
    background-image: url(/bitrix/templates/img/css/../images/language_collapse.svg);
    background-repeat: no-repeat;
    background-position: 80% center;
    cursor: pointer;
}

.header-other-page {
    margin-bottom: 0 !important;
    height: auto !important;
}

.header-other-page .menu-line {
    margin-top: 0;
}

.other-page {
    background: url(/bitrix/templates/img/css/../images/bg2.jpg) repeat-y top center;
    height: auto;
    padding-bottom: 70px;
}

.other-page .left-menu {
    padding: 200px 0 100px 0;
    list-style: none;
    text-align: left;
    position: relative;
    height: 0;
}

.other-page .left-menu li {
    padding-bottom: 30px;
}

.other-page .left-menu li>a {
    font-size: 16px;
    font-family: "georgia";
    color: #fff;
}

.padding-right-30 {
    padding-right: 30px;
}

.bread ul {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.bread .bx-breadcrumb-item {
    margin-top: 40px;
}

.bread ul>li {
    display: inline-block;
}

.bread ul>li a {
    font-size: 18px;
    font-family: "georgia";
    color: #4c4c4e;
}

.bread .bx-breadcrumb-item a {
    font-size: 18px;
    font-family: "georgia";
    color: #4c4c4e;
}

.bread .bx-breadcrumb-item span {
    font-size: 18px;
    font-family: "georgia";
    color: #4c4c4e;
}

.bread .bx-breadcrumb-item {
    display: inline-block;
}


h1 {
    font-family: "Book Antiqua";
    font-weight: bold;
    font-size: 70px;
    color: #282829;
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 0.7;
}

h2 {
    font-family: "Georgia";
    font-weight: bold;
    font-size: 26px;
    color: #282829;
    margin-top: 0;
    margin-bottom: 50px;
    line-height: 1.538;
}

h2::before {
    content: '';
    background: url(/bitrix/templates/img/css/../images/catline.png) no-repeat;
}

.main-text {
    font-size: 18px;
    font-family: "georgia";
    color: #4c4c4e;
    line-height: 1.667;
    padding-right: 370px;
}

.link-serv {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.15);
    height: 365px;
    margin-bottom: 30px;
    padding: 50px 40px 30px 40px;
    position: relative;
}

ul.list-service {
    margin-top: 60px;
    display: inline-block;
}

ul.list-service li {
    display: inline-block;
}

.serv-middle {
    width: 620px;
}

.serv-small {
    width: 490px;
}

.serv-big {
    width: 1140px;
}

.padding-7 {
    padding: 0 7px 0 0px;
}

.link-serv .name-serv {
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #2a7f67;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align-last: left;
}

.link-serv .about-serv {
    font-size: 16px;
    font-family: "georgia";
    color: #4c4c4e;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align-last: left;
}

.link-serv .link-about {
    padding: 10px 35px;
    margin-top: 0px;
    color: #282829;
    font-family: "Georgia";
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
}

.link-serv .link-about:hover{
    background: #F8C521;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.link-serv .link-about:active{
    background: #FFDE47;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.link-serv:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    border-width: 35px 35px 0px 0;
    border-style:solid;
    border-color:#2a7f67 #fff;
}

.simple-list {
    padding: 0;
    list-style: none;
    height: 111px;
    margin-bottom: 30px;
}

.simple-list li {
    font-size: 16px;
    font-family: "georgia";
    color: #4c4c4e;
    line-height: 1.5;
    padding-bottom: 10px;
    text-align-last: left;
}

.bg-client {
    background: url(/bitrix/templates/img/css/../images/bg-client.png) repeat-y top center;
}

.bg-client .section-partners {
    background: transparent;
}

.section-callback {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 587px;
    text-align: center;
    padding: 60px 125px;
    position: relative;
    z-index: 10;
}

.title-form {
    font-weight: bold;
    font-family: "Book Antiqua";
    font-size: 40px;
    color: #282829;
    margin-bottom: 25px;
    line-height: 1;
}

.sub-title-form {
    font-family: "georgia";
    font-size: 18px;
    color: #4c4c4e;
    line-height: 1.667;
    margin-bottom: 30px;
}

.sub-title-form2 {
    font-family: "Book Antiqua";
    font-size: 17px;
    color: #4c4c4e;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    margin-bottom: 20px;
}

.input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #282829;
    display: block;
    padding-top: 15px;
    height: 45px;
    color: #6d6e71;
    font-size: 16px;
    font-family: "SkolarReg";
    margin: 0;
    -webkit-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    cursor: pointer;
    -webkit-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}


.input:focus {
    border-bottom: 2px solid #277f66;
    -webkit-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
}

.input:focus+.label {
    color: #6d6e71;
    -webkit-transform: translateY(-50px) scale(0.8);
    -ms-transform: translateY(-50px) scale(0.8);
    transform: translateY(-50px) scale(0.8);
    -webkit-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}

.label {
    display: block;
    height: 35px;
    text-align: left;
    color: #6d6e71;
    font-size: 14px;
    font-family: "georgia";
    font-weight: 400;
    margin: 0;
    -webkit-transform: translateY(-40px) scale(1);
    -ms-transform: translateY(-40px) scale(1);
    transform: translateY(-40px) scale(1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    cursor: pointer;
    -webkit-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
    padding: 0;
}

input:focus {
    outline: none;
}

.arround-button {
    transform: translateY(-15px);
    display: inline-block;
    width: auto;
    padding: 5px;
}

.arround-button:hover input,
.arround-button:hover button{
    background: #25745E;
    border: 4px solid #194B3D;
    box-shadow: inset 0px 0px 20px 2px #194B3D;
}


.arround-button input {
    background: #25745E;
    border: 4px solid #194B3D;
    box-shadow: inset 0px 0px 16px 2px rgba(255, 255, 255, 0.7);
    color: #fff;
    border: none;
    display: inline-block;
    width: auto;
    height: 90px;
    width: 235px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Book Antiqua";
    font-weight: bold;
    letter-spacing: 3px;
    transition: all ease-in-out 0.3s;
}


.arround-button button {
    background: #25745E;
    border: 4px solid #194B3D;
    box-shadow: inset 0px 0px 16px 2px rgba(255, 255, 255, 0.7);
    color: #fff;
    border: none;
    box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
    display: inline-block;
    width: auto;
    height: 90px;
    width: 235px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Book Antiqua";
    font-weight: bold;
    letter-spacing: 3px;
    transition: all ease-in-out 0.3s;
}

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:25px;
    height:25px;
    margin:-5px 4px 0 0;
    vertical-align:middle;
    background:url(/bitrix/templates/img/css/../images/nocheck.png) left 3px no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(/bitrix/templates/img/css/../images/check.png) left top no-repeat;
}

.label-check {
    font-size: 14px;
    font-family: "georgia";
    color: #4c4c4e;
    font-weight: 400;
    margin-bottom: 50px;
}

.label-check2 {
    margin-bottom: 30px;
}

.bg-out-form {
    background: #96742a;
    height: 545px;
    margin-top: -565px;
    margin-bottom: 30px;
    margin-left: -20px;
    position: relative;
    z-index: 0;
}

.bg-personal-cab {
    background: url(/bitrix/templates/img/css/../images/bg-other.png) repeat-y top center;
}

#back-to-top {
    display: block !important;
    opacity: 1 !important;
}

.left-menu li a.active {
    color: #e9b33e;
    position: relative;
}

.left-menu li.active::after {
    /*content: '';*/
    background: url(/bitrix/templates/img/css/../images/catline.png) no-repeat center;
    display: block;
    width: 96px;
    height: 2px;
    position: absolute;
    right: -130px;
    top: 10px;
}

/*.pageservice .left-menu li.active::after {
	content: '';
    background: transparent;
    display: block;
    width: 96px;
    height: 2px;
    position: absolute;
    right: -130px;
    top: 20px;
}*/

.title-section {
    font-size: 26px;
    font-weight: bold;
    font-family: "Georgia";
    color: #000;
    /*background: #2a7f67;*/
    display: inline-block;
    line-height: 1.3;
    padding: 14px 25px;
    margin-bottom: 40px;
}

.sticky {
    position: fixed;
    top: 0px;  /* если ноль заменить на число (и в скрипте тоже), то блок будет прилипать до того, как верхний край окна браузера дойдёт до верхнего края элемента. Может быть отрицательным числом. Применим, например, при фиксированном сверху меню */
    z-index: 101;
}
.stop {
    position: relative;
    z-index: 101;
}

.block-law {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.15);
    height: 200px;
    width: 100%;
    display: table;
    margin-bottom: 80px;
    padding: 30px 40px 30px 125px;
    background: url(/bitrix/templates/img/css/../images/5.png) no-repeat left top;
}

.block-law p {
    font-size: 18px;
    font-family: "georgia";
    font-weight: 400;
    color: #4c4c4e;
    margin-bottom: 0;
    line-height: 1.667;
    display: table-cell;
    vertical-align: middle;
}

.simple-text {
    font-weight: 400;
    font-family: "georgia";
    font-size: 18px;
    color: #4c4c4e;
    line-height: 1.667;
}

.common-list li {
    font-weight: 400;
    font-family: "georgia";
    font-size: 18px;
    color: #4c4c4e;
    line-height: 1.667;
}

.common-list {
    margin-bottom: 15px;
}

.block-gerb {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.15);
    height: 100px;
    width: 100%;
    background: url(/bitrix/templates/img/css/../images/43.png) no-repeat 15px top;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 35px 40px 30px 125px;
}

.block-gerb p {
    font-size: 18px;
    font-family: "georgia";
    font-weight: 400;
    color: #4c4c4e;
    margin-bottom: 0;
}

.panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #e9b33e;
}

.header-main-page .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: transparent;
    color: #e9b33e;
}

.panel-body {
    padding: 0;
}

.title-section2 {
    font-size: 18px;
    font-weight: bold;
    font-family: "Georgia";
    color: #000;
    /*background: #c3c3c3;*/
    display: inline-block;
    line-height: 45px;
    padding: 0 25px;
    margin-bottom: 40px;
}

.bg-farmadvokatura {
    background: url(/bitrix/templates/img/css/../images/bg-adv.png) repeat-y top center;
}

.section-principles .owl-carousel2 .item {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.15);
    width: 230px;
    height: 300px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 10px;
}

.section-principles .owl-carousel2 .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 50px 50px 0px 0;
    border-style: solid;
    border-color: #e9b33e #fff;
}

.section-principles .owl-carousel2 .owl-stage-outer {
    padding-bottom: 80px;
    padding-left: 120px;
    padding-top: 30px;
}

.section-principles .owl-carousel2 .item .name-principles {
    font-family: "Book Antiqua";
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #282829;
    padding-left: 40px;
}

.section-principles .owl-carousel2 .item .about-principles {
    font-size: 14px;
    font-family: "georgia";
    line-height: 1.5;
    padding-left: 25px;
    color: #4c4c4e;
    padding-top: 5px;
    margin-bottom: 0;
}

.section-principles .owl-carousel2 .item .count {
    font-family: "georgia";
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    background: transparent;
    padding-left: 0;
    position: relative;
    z-index: 100;
}

.other-page .section-principles {
    margin-left: 446px;
    height: auto;
    margin-bottom: 50px;
}

/*.section-principles .owl-carousel2 {
	margin-top: 30px;
}*/

.owl-carousel2 .owl-nav.disabled {
    display: block !important;
    text-align: right;
    margin-right: 190px;
    margin-top: -50px;
    position: relative;
    z-index: 10000;
}

.owl-prev span {
    display: none;
}

.owl-next span {
    display: none;
}

.owl-prev {
    height: 16px;
    width: 100px;
    margin-right: 30px !important;
    background: url(/bitrix/templates/img/css/../images/arrowl.png) no-repeat center !important;
    opacity: 1;
    transition: all ease-in-out 0.3s;
}
.owl-prev:hover{
    background: url(/bitrix/templates/img/css/../images/arrowl_hov.png) no-repeat center !important;
}


.owl-next {
    height: 16px;
    width: 100px;
    background: url(/bitrix/templates/img/css/../images/arrowr.png) no-repeat center !important;
    opacity: 1;
    transition: all ease-in-out 0.3s;
}
.owl-next:hover{
    background: url(/bitrix/templates/img/css/../images/arrowr_hov.png) no-repeat center !important;
}


button:focus {
    outline: none;
}

.section-principles .owl-carousel2 .green:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 50px 50px 0px 0;
    border-style: solid;
    border-color: #2a7f67 #fff;
}

.block-find {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.15) !important;
    /*height: 164px !important;*/
    width: 100% !important;
    margin-bottom: 30px !important;
    padding: 30px 40px !important;
}

.page-find {
    padding: 60px 0px;
}

.block-find .path a {
    font-size: 18px;
    font-family: "georgia";
    font-weight: 400;
    color: #c3c3c3;
    margin-bottom: 20px;
}

.page-find .simple {
    font-size: 18px;
    color: #4c4c4e;
    font-weight: 400;
    line-height: 1.667;
    font-family: "georgia";
}

.page-find .simple span {
    color: rgb(233, 179, 62);
    font-weight: bold;
    font-family: "Georgia";
}

.page-find .simple b {
    color: rgb(233, 179, 62);
    font-weight: bold;
    font-family: "Georgia";
}


input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.input-find {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    width: 100% !important;
    padding: 5px 5px 20px 5px !important;
    background: url(/bitrix/templates/img/css/../images/search_hover.svg) no-repeat 98% center !important;
}

.page-find .text-find {
    font-size: 14px;
    font-family: "georgia";
    font-weight: 400;
    color: #c3c3c3;
    margin-top: 15px;
    margin-bottom: 70px;
}

.page-find .text-find span {
    color: #282829;
}

.other-page .nav>li>a {
    padding: 0;
}

.arrows-none .owl-nav.disabled {
    display: none !important;
}

.mt-100 {
    margin-top: -100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.section-principles .owl-carousel2 .text-bold .about-principles {
    font-family: "Georgia";
    font-weight: bold;
    font-size: 14px;
    height: 100px;
}

.section-principles .owl-carousel2 .text-bold .about-principles span {
    font-family: "georgia";
    font-weight: 400;
}

.bg-kons {
    background: url(/bitrix/templates/img/css/../images/bg-kons.png) repeat-y top center;
}

.section-predl-com {
    border-width: 1px;
    border-color: rgb(195, 195, 195);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: -20px 20px 80px -30px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 438px;
    padding: 80px 60px 50px 60px;
    position: relative;
    margin-top: -60px;
}


.section-predl-com:before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 60px;
    height: 60px;
    border-bottom: 60px solid #fefefe;
    border-left: 60px solid #fefefe;
}

.section-predl-com:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 60px;
    height: 60px;
    background: url(/bitrix/templates/img/css/../images/angle.png) no-repeat right bottom;
}

.section-predl-com .big-title {
    font-size: 50px;
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #282829;
    line-height: 1;
}

.section-predl-com .btn_line{
    display: flex;
}

.section-predl-com .btn_line .border-green-link .green-link,
.section-predl-com .btn_line .border-orange-link .orange-link{
    width: 300px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-green-link {
    background-image: -moz-linear-gradient( 49deg, rgb(158,122,44) 0%, rgb(233,179,62) 100%);
    background-image: -webkit-linear-gradient( -80deg, #559986 0%, #194b3d 40%);
    background-image: -ms-linear-gradient( 49deg, rgb(158,122,44) 0%, rgb(233,179,62) 100%);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5), 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
    padding: 5px;
    display: inline-block;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    margin-right: 30px;
}

.border-green-link .green-link {
    background-image: -moz-linear-gradient( 49deg, rgb(30,101,81) 0%, rgb(42,127,103) 100%);
    background-image: -webkit-linear-gradient( 49deg, rgb(30,101,81) 0%, rgb(42,127,103) 100%);
    background-image: -ms-linear-gradient( 49deg, rgb(30,101,81) 0%, rgb(42,127,103) 100%);
    color: #fff;
    border: none;
    box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
    font-size: 22px;
    display: block;
    font-family: "Book Antiqua";
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-right: 0;
    border-radius: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    text-align: center;
}

.border-green-link .green-link span {
    font-family: "georgia";
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: none;
}


.border-orange-link {
    background-image: -moz-linear-gradient( 49deg, rgb(158,122,44) 0%, rgb(233,179,62) 100%);
    background-image: -webkit-linear-gradient( -80deg, rgb(158,122,44) 0%, rgb(233,179,62) 40%);
    background-image: -ms-linear-gradient( 49deg, rgb(158,122,44) 0%, rgb(233,179,62) 100%);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
    padding: 5px;
    display: inline-block;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.border-orange-link .orange-link {
    background-image: -moz-linear-gradient( 49deg, rgb(202,154,50) 0%, rgb(233,179,62) 100%);
    background-image: -webkit-linear-gradient( 49deg, rgb(202,154,50) 0%, rgb(233,179,62) 100%);
    background-image: -ms-linear-gradient( 49deg, rgb(202,154,50) 0%, rgb(233,179,62) 100%);
    box-shadow: inset 0px 0px 15px 0px #fdff5d;
    color: #fff;
    border: none;
    font-size: 22px;
    display: block;
    font-family: "Book Antiqua";
    font-weight: bold;
    line-height: 1;
    color: #282829;
    text-transform: uppercase;
    margin-right: 0;
    border-radius: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    text-align: center;
}

.border-orange-link .orange-link span {
    font-family: "georgia";
    font-size: 14px;
    color: #282829;
    font-weight: 400;
    text-transform: none;
}

.align-bottom {
    position: absolute;
    bottom: 40px;
}

.section-principles .item .align {
    height: 150px;
    display: table;
    margin: 15px auto 0;
    position: relative;
    bottom: 30px;
}

.section-principles .item .align .valign {
    display: table-cell;
    vertical-align: middle;
}

.mt-0 {
    margin-top: 0;
}

h4 {
    font-size: 26px;
    font-weight: bold;
    font-family: "Georgia";
    color: #282829;
    line-height: 1.538;
    margin-bottom: 30px;
}

h5 {
    font-size: 40px;
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #282829;
    margin-top: 75px;
    margin-bottom: 0;
}

.section-principles .slider-contact .owl-stage-outer {
    padding-top: 40px;
    padding-left: 125px;
}

.slider-contact .owl-nav.disabled {
    display: block !important;
    text-align: right;
    margin-right: 190px;
    margin-top: -50px;
    position: relative;
    z-index: 10000;
}

.yellow-list {

}

.yellow-list .link-serv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 35px 35px 0px 0;
    border-style: solid;
    border-color: #e9b33e #fff;
}

.yellow-list .link-serv {
    height: 280px;
}

.yellow-list .link-serv .name-serv {
    font-size: 18px;
}

.section-company-clients {
    background: url(/bitrix/templates/img/css/../images/companybg.png) no-repeat right center;
    height: 300px;
}

.bg-company {
    background: url(/bitrix/templates/img/css/../images/bg-company.png) repeat-y top center;
}

.text-present {
    font-size: 26px;
    font-family: "Georgia";
    font-weight: bold;
    color: #282829;
    margin-top: 130px;
    margin-bottom: 250px;
}

.video_wrapper {
    width: 750px;
    height: 500px;
    margin: 0 auto;
    position: relative;
    background-color: #000;
}
.video_wrapper_full {
    padding-top: 315px;
}


.videoIframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image:url(/bitrix/templates/img/css/../images/videobg.png);
    border: none;
    background-size: 100%;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}
.videoPoster:hover {
    cursor: pointer;
}
.videoPoster:before {
    content: '';
    position: absolute;
    background: url(/bitrix/templates/img/css/../images/play.png);
    top: 50%;
    left: 50%;
    width: 118px;
    height: 118px;
    margin: -50px 0 0 -50px;
    /* border: 5px solid #fff; */
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.videoPoster:hover:before,  .videoPoster:focus:before {
    border-color: #f00;
}

.videoPoster:hover:after, .videoPoster:focus:after {
    border-left-color: #f00;
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}


.slider-clients {
    height: 300px;
    margin-top: 13px;
    margin-bottom: 100px;
    background: transparent;
    overflow: hidden;
}

.slider-clients .slider-client{
    width: calc(100% - 300px);
}

.slider-client {
    margin-top: 50px;
}

.section-partners .slider-client .block-partners {
    box-shadow: none;
}

.section-partners .slider-client .block-partners a{
    display: block;
    width: 100%;
    height: 100%;
}

:focus {
    outline: none;
}

.slider-client .slick-prev {
    display: none !important;
}

.section-partners .slider-client .block-partners:hover {
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    cursor: pointer;
}

.slider-client .slick-track {
    padding-top: 30px;
}

.slider-client .slick-next {
    height: 180px;
    width: 230px;
    background: #fff url(/bitrix/templates/img/css/../images/arrowr.png);
    background-repeat: no-repeat;
    background-position: center;
}

.slider-client .slick-next {
    right: -230px;
}

.slider-client .slick-next:before {
    content: '';
}

.section-principles .corner-none .item:before {
    display: none;
}

.section-principles .corner-none .item {
    padding-top: 30px;
}

.mt-80	{
    margin-top: -80px;
}

.ordinary-list {
    margin-bottom: 90px;
    padding-right: 70px;
}

.ordinary-list li {
    font-size: 18px;
    font-family: "georgia";
    font-weight: 400;
    color: #4c4c4e;
    padding-bottom: 20px;
}

.list-table td {
    vertical-align: top;
}

.bg-gmp {
    background: url(/bitrix/templates/img/css/../images/bggmp.png) repeat-y top center;
}

.section-principles .owl-carousel2 .bg-none {
    background-color: transparent;
    box-shadow: none;
}

.section-principles .owl-carousel2 .bg-none:before {
    display: none;
}

.section-principles .owl-carousel2 .bg-none .text1 {
    font-size: 16px;
    font-family: "Georgia";
    font-weight: bold;
    color: #4c4c4e;
}

.section-principles .owl-carousel2 .bg-none .text2 {
    font-size: 16px;
    font-family: "georgia";
    font-weight: 400;
    color: #c3c3c3;
    margin-bottom: 25px;
}

.section-principles .owl-carousel2 .bg-none .text3 {
    font-family: "Book Antiqua";
    font-weight: bold;
    font-size: 60px;
    color: #e9b33e;
    line-height: 0.4;
}

.section-principles .owl-carousel2 .bg-none .text3 span {
    font-family: "georgia";
    font-weight: 400;
    font-size: 14px;
    color: #e9b33e;
}

.section-principles .owl-carousel2 .bg-none {
    padding-top: 60px;
}

.mb-30 {
    padding-bottom: 30px;
}


.section-principles .fivedays:after {
    content: '';
    border: 1px dashed #bdbdbd;
    display: block;
    width: 510px;
    height: 325px;
    position: absolute;
    top: -10px;
    left: -10px;
}

.section-principles .day3:after {
    content: '';
    border: 1px dashed #bdbdbd;
    display: block;
    width: 770px;
    height: 325px;
    position: absolute;
    top: -10px;
    left: -10px;
}


.section-principles .fivedays2:after {
    content: '5 дней';
    position: absolute;
    bottom: -45px;
    left: -50px;
    font-size: 14px;
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #282829;
    background: url(/bitrix/templates/img/css/../images/time.png) no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.section-principles .fivedays10:after {
    content: '10 дней';
    position: absolute;
    bottom: -45px;
    left: -50px;
    font-size: 14px;
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #282829;
    background: url(/bitrix/templates/img/css/../images/time.png) no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.section-principles .fivedays15:after {
    content: '15 дней';
    position: absolute;
    bottom: -45px;
    left: -50px;
    font-size: 14px;
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #282829;
    background: url(/bitrix/templates/img/css/../images/time.png) no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.section-principles .fivedays110:after {
    content: '110 дней';
    position: absolute;
    bottom: -45px;
    left: -50px;
    font-size: 14px;
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #282829;
    background: url(/bitrix/templates/img/css/../images/time.png) no-repeat;
    background-position: left center;
    padding-left: 25px;
}


.section-principles .fivedays3:after {
    content: '5 дней';
    position: absolute;
    bottom: -45px;
    left: 37%;
    font-size: 14px;
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #282829;
    background: url(/bitrix/templates/img/css/../images/time.png) no-repeat;
    background-position: left center;
    padding-left: 25px;
}



.section-principles .tendays:after {
    content: '10 дней';
    position: absolute;
    bottom: -45px;
    left: 37%;
    font-size: 14px;
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #282829;
    background: url(/bitrix/templates/img/css/../images/time.png) no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.section-principles .days15:after {
    content: '15 дней';
    position: absolute;
    bottom: -45px;
    left: 37%;
    font-size: 14px;
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #282829;
    background: url(/bitrix/templates/img/css/../images/time.png) no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.section-principles .days14:after {
    content: '14 дней';
    position: absolute;
    bottom: -45px;
    left: 37%;
    font-size: 14px;
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #282829;
    background: url(/bitrix/templates/img/css/../images/time.png) no-repeat;
    background-position: left center;
    padding-left: 25px;
}


.section-principles .days14:after {
    content: '14 дней';
    position: absolute;
    bottom: -45px;
    left: 37%;
    font-size: 14px;
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #282829;
    background: url(/bitrix/templates/img/css/../images/time.png) no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.section-principles .days40:after {
    content: '40 дней';
    position: absolute;
    bottom: -45px;
    left: 37%;
    font-size: 14px;
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #282829;
    background: url(/bitrix/templates/img/css/../images/time.png) no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.section-principles .days110:after {
    content: '110 дней';
    position: absolute;
    bottom: -45px;
    left: 37%;
    font-size: 14px;
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #282829;
    background: url(/bitrix/templates/img/css/../images/time.png) no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.section-principles .days90:after {
    content: '90 - 120 дней';
    position: absolute;
    bottom: -45px;
    left: 29%;
    font-size: 14px;
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #282829;
    background: url(/bitrix/templates/img/css/../images/time.png) no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.section-principles .days10:after {
    content: '10 дней';
    position: absolute;
    bottom: -45px;
    left: 37%;
    font-size: 14px;
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #282829;
    background: url(/bitrix/templates/img/css/../images/time.png) no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.description .owl-nav.disabled {
    margin-top: -15px;
}

.pb10 {
    padding-bottom: 20px;
}

.mt70 {
    margin-top: 150px;
    margin-bottom: 30px;
}

.imggmp {
    margin-top: 80px;
    margin-bottom: 100px;
    width: 100%;
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.15);
}

.sub-menu {
    padding-left: 25px;
    list-style: none;
    margin-top: 20px;
    margin-bottom: -30px;
}

.other-page .left-menu .sub-menu li>a {
    font-size: 14px;
}

.block-border-top {
    width: 100%;
    border-top: 5px solid #e9b33e;
    height: 350px;
    margin-bottom: 30px;
}

.block-border-top.icon{
    height: auto;
    border: none;
}

.block-border-top img {
    width: 100%;
    margin-bottom: 20px;
    height: 220px;
}

.block-border-top.icon img{
    width: 50px;
    height: 50px;
    margin-left: 40px;
}

.block-border-top p {
    font-size: 18px;
    font-family: "georgia";
    font-weight: 400;
    color: #4c4c4e;
    line-height: 1.667;
}

.number {
    font-family: "Book Antiqua";
    font-weight: bold;
    font-size: 100px;
    color: #e9b33e;
    text-align: center;
    line-height: 0.2;
}

.number span {
    font-size: 14px;
}



/*mobile-menu*/

.navBurger {
    margin-top: 40px;
    cursor: pointer;
    background: #bcbcbc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: content-box;
    width: 25px;
    height: 24px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.navBurger span {
    padding-left: 40px;
    font-size: 15px;
    font-family: "Georgia";
    font-weight: bold;
    text-transform: uppercase;
    color: #454546;
    display: block;
    margin-top: -9px;
}


.navBurger:before, .navBurger:after {
    content: "";
    position: absolute;
    background: #bcbcbc;
    height: 2px;
    width: 100%;
    right: 0;
    will-change: rotate;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navBurger:before {
    top: -10px;
}
.navBurger:after {
    bottom: -10px;
    width: 100%;
}
.navBurger.active {
    background: transparent;
    background-clip: content-box;
    position: relative;
    z-index: 100000;
    margin: 0 auto;
    margin-top: 80px;
}

.navBurger.active span {
    display: none;
}

.navBurger.active:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0;
    background: #616162;
    width: 110%;
}
.navBurger.active:after {
    bottom: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #616162;
    width: 110%;
}

.overlay {
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.overlay.open {
    opacity: 1;
    z-index: 1000;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.overlay.open li {
    display: block;
    -webkit-animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
    animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.overlayMenu {
    text-align: center;
    margin-top: 180px;
}
.overlayMenu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    height: 100%;
}
.overlayMenu ul li {
    display: block;
    position: relative;
    opacity: 0;
    width: 100%;
}
.overlayMenu ul li a {
    display: inline-block;
    /*border: 1px solid rgba(255, 255, 255, 0.09);*/
    color: #454546;
    font-family: "Georgia";
    font-weight: bold;
    text-decoration: none;
    font-size: 24px;
    padding: 10px 40px 10px 40px;
    margin: 5px 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
/*.overlayMenu ul li a:hover, .overlayMenu ul li a:active, .overlayMenu ul li a:focus {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
  padding-left: 80px;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
}*/

.locked {
    overflow: hidden;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 50px;
    }
    100% {
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 50px;
    }
    100% {
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/*---------------------*/

.change-lang option {
    border: 1px solid #fff;
    font-size: 16px;
    font-family: "Book Antiqua";
    color: #bcbcbc;
}

.header-main-page .simple-list {
    padding-left: 130px;
    height: auto;
    margin-bottom: 0;
}

.header-main-page .simple-list li {
    font-size: 18px;
    font-family: "georgia";
    color: #fff;
    line-height: 1.667;
}

.bg-company .slick-dots {
    display: none !important;
}


.form__note {
    position: absolute;
    background: #fff;
    padding: 0 40px;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
    overflow: hidden;
}

.form__note .form__title {
    position: relative;
    top: 25%;
}

.form__note .h5 {
    font-family: "Georgia";
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
}

.form__note p {
    font-size: 15px;
    font-family: "georgia";
    color: #000;
    margin-bottom: 20px;
}

.form__note .small {
    font-size: 14px;
    font-family: "georgia";
    color: #000;
}

.top-line-contact {
    background: url(/bitrix/templates/img/css/../images/linetop.png) repeat-x top center;
    margin-top: -830px;
}

.top-line-contact .block-address {
    padding-left: 125px;
    padding-top: 43px;
    padding-bottom: 32px;
}

.top-line-contact .block-address p {
    color: #fff;
}

.top-line-contact .block-address p a{
    color: #fff;
    transition: all ease-in-out 0.3s;
}

.top-line-contact .block-address p a:hover{
    color: #e9b33e;
}

.page-contact .form-contact {
    margin-top: 80px;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

.page-contact .bread .bx-breadcrumb-item span {
    color: #fff;
}

.page-contact .bread .bx-breadcrumb-item a {
    color: #fff;
}

.page-contact h1 {
    color: #fff;
}

.page-contact .bread .bx-breadcrumb-item {
    display: inline-block;
    color: #fff;
}

.page-contact .form-contact {
    padding-left: 115px;
}

.page-contact .title-form {
    padding-left: 15px;
}

.page-contact #cd-google-map {
    width: 1090px;
    filter: brightness(0.5);
}

.page-contact #cd-google-map .ymaps-2-1-77-map{
    margin-top: -20px !important;
}

.page-contact #google-container {
    height: 830px;
}

.page-not-found {
    background: url(/bitrix/templates/img/css/../images/bg404.png) no-repeat top center;
    height: 700px;
    padding-top: 200px;
}

.page-not-found .title-not-found {
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Book Antiqua";
    font-weight: bold;
    padding-left: 130px;
    margin-bottom: 40px;
    background: url(/bitrix/templates/img/css/../images/line404.png) no-repeat left center;
}

.page-not-found .text {
    font-size: 24px;
    font-family: "georgia";
    font-weight: 400;
    color: #fff;
    padding-left: 130px;
    margin-bottom: 40px;
}

.page-not-found .link-about {
    margin-left: 130px;
    padding: 15px 35px;
    margin-top: 30px;
    color: #282829;
    font-family: "Georgia";
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    background-image: -moz-linear-gradient( 135deg, rgb(255,255,255) 0%, rgb(195,195,195) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(255,255,255) 0%, rgb(195,195,195) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(255,255,255) 0%, rgb(195,195,195) 100%);
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.3);
}

.page-title {
    font-size: 40px;
    font-family: "Book Antiqua";
    font-weight: bold;
    color: #282829;
    line-height: 1.25;
    margin-bottom: 45px;
}

.section-principles  .big-item .item {
    width: 490px !important;
    height: 510px !important;
}

.section-principles .big-item  .bg-none {
    width: 230px !important;
}

.section-principles  .big-item .item .grey-list {
    color: #c3c3c3;
    font-size: 14px;
    font-family: "georgia";
    font-weight: 400;
    list-style: none;
}

.section-principles  .big-item .item .name-item {
    font-size: 16px;
    font-family: "Georgia";
    font-weight: bold;
    color: #282829;
    padding-left: 25px;
    padding-top: 5px;
}

.pb50 {
    padding-bottom: 50px;
}

.section-principles  .big-item2 .item {
    width: 490px !important;
    height: 760px !important;
}

.section-principles .big-item2  .bg-none {
    width: 230px !important;
}

.section-principles  .big-item2 .item .grey-list {
    color: #c3c3c3;
    font-size: 14px;
    font-family: "georgia";
    font-weight: 400;
    list-style: none;
}

.section-principles  .big-item2 .item .name-item {
    font-size: 16px;
    font-family: "Georgia";
    font-weight: bold;
    color: #282829;
    padding-left: 25px;
    padding-top: 5px;
}


.other-page .left-menu .other-small {
    padding-left: 20px;
    padding-bottom: 15px;
}

.other-page .left-menu .other-small>a {
    font-size: 14px;
}

.other-page .left-menu .pb15 {
    padding-bottom: 15px;
}

.block-news {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.15);
    height: auto;
    width: 100%;
    padding: 45px 40px;
    margin-bottom: 30px;
    transition: all ease-in-out 0.3s;
}

.block-news:hover{
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15), 0px 20px 80px rgba(0, 0, 0, 0.15);
}
.date {
    font-size: 18px;
    font-family: "georgia";
    font-weight: 400;
    color: #c3c3c3;
}

.name-news {
    font-size: 26px;
    font-family: "georgia";
    font-weight: bold;
    color: #282829;
}

.preview-news {
    font-size: 18px;
    font-family: "georgia";
    font-weight: 400;
    color: #4c4c4e;
}

.title-deteail-news {
    font-size: 26px;
    font-family: "georgia";
    font-weight: bold;
    color: #282829;
    margin-top: 30px;
    margin-bottom: 20px;
}


div.search-item h4 a {
    text-decoration: none;
    color: rgb(233, 179, 62);
}

div.search-advanced-result {
    margin-bottom: 30px;
}

.search-button {
    background: transparent;
    border: none;
    color: #1f1f1f;
    font-family: "georgia";
    padding: 2px 10px;
}

.page-news .bread {
    margin-bottom: 30px;
}

.h100 {
    height: 100vh !important;
}

#company2 {
    margin-top: 30px;
}

.section-principles .owl-carousel2 .item {
    overflow: hidden;
}

/*video*/

.video_wrapper video {
    width: 100%;
    height: 500px;
}

.video_wrapper_full {
    padding-top: 0;
    margin-top: 20px;
}

.other-page .nav>li>a {
    padding: 0 20px 0 0;
}

#myVideo {
    padding: 0;
}

#myVideo2 {
    padding: 0;
}

/*modal*/
.modal_form{
    background-color: rgba(0,0,0,0.8);
}

.modal_form .container{
    margin-top: 40px;
    position: relative;
}

.modal_form .close{
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 11;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_form .close:after,.modal_form .close:before{
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background-color: #25745E;
    transform-origin: center;
    transform: rotate(45deg);
    position: absolute;
}
.modal_form .close:after{
    transform: rotate(45deg);
}

.modal_form .close:before{
    transform: rotate(-45deg);
}
/* End */


/* Start:/bitrix/templates/img/css/media.css?168049635447908*/
/*==========  Desktop First Method  ==========*/
@media only screen and (max-width : 1750px) {
    .page-contact #cd-google-map {
        width: 1000px;
    }

}

@media only screen and (max-width : 1560px) {
    .page-contact #cd-google-map {
        width: 940px;
    }

}

@media only screen and (max-width : 1529px) {

    .container {
        width: 1170px;
    }

    a.name-info {
        font-size: 17px;
    }

    .top-line-contact .block-address {
        padding-left: 125px;
        padding-top: 30px;
        padding-bottom: 49px;
    }

    .section-mission {
        margin-bottom: 0;
    }

    .other-page .left-menu {
        padding: 130px 0 100px 0;
    }

    .header-main-page .menu-line .menu a {
        font-size: 16px;
    }

    .header-main-page .nav-tabs>li a {
        padding: 22.5px 15px;
        font-size: 18px;
        width: max-content;
    }

    .header-main-page .nav-tabs {

    }

    .tab-content .tab-pane{
        height: 840px;
    }

    .title-2 {
        font-size: 70px;
    }

    .section-mission .img-mission {
        margin-top: 50px;
    }

    .black-title {
        margin-top: 80px;
        font-size: 80px;
    }

    .section-partners .block-partners {
        background-size: 70%!important;
        height: 200px;
    }

    .serv-big {
        width: 100%;
    }

    .list-service li:nth-child(3) .link-serv {
        width: 100%;
    }

    .list-service li:nth-child(4) .link-serv {
        width: 100%;
    }

    .list-service li:nth-child(3) {
        width: 100%;
    }

    .list-service li:nth-child(4) {
        width: 100%;
    }

    .serv-middle {
        width: 445px;
    }

    .serv-small {
        width: 400px;
    }

    .link-serv .name-serv {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .bg-company {
        background: url(/bitrix/templates/img/css/../images/bg-kons.png) repeat-y top center;
    }

    .other-page {
        background-size: 1529px;
    }



    .left-menu li.active::after {
        width: 90px;
        right: -107px;
    }

    .link-serv .about-serv {
        font-size: 15px;
    }

    .simple-list li {
        font-size: 15px;
    }

    .other-page .left-menu li>a {
        font-size: 14px;
    }

    .other-page .left-menu li {
        padding-bottom: 20px;
    }

    .section-predl-com .big-title {
        font-size: 38px;
    }

    .section-predl-com .btn_line .border-green-link .green-link, .section-predl-com .btn_line .border-orange-link .orange-link{
        width: 200px;
    }

    .simple-text {
        font-size: 16px;
    }

    .text-present {
        font-size: 22px;
    }

    h5 {
        font-size: 39px;
    }

    .page-contact #cd-google-map {
        width: 875px;
    }

    .top-line-contact {
        margin-top: -830px;
    }

    .page-contact #google-container {
        height: 880px;
    }

    .block-law p {
        font-size: 17px;
    }

    .common-list li {
        font-size: 16px;
    }

    .block-gerb p {
        font-size: 16px;
    }

    .block-gerb {
        padding: 30px 40px 30px 125px;
    }

    h1 {
        font-size: 60px;
    }

    .other-page .section-principles {
        margin-left: 362px;
    }

    .section-principles .owl-carousel2 .owl-stage-outer {
        padding-left: 110px;
    }

    .owl-carousel2 .owl-nav.disabled {
        margin-right: 170px;
    }

    .block-border-top img {
        height: 190px;
    }

    .bg-company {
        background: url(/bitrix/templates/img/css/../images/v6.png) repeat-y top center;
        -webkit-background-size: 1529px;
        background-size: 1529px;
    }

    .slider-client {
        margin-top: 40px;
    }

    .bg-gmp {
        background: url(/bitrix/templates/img/css/../images/g3.png) repeat-y top center;
        background-size: 1529px;
    }

    .mt70 {
        margin-top: 95px;
        margin-bottom: 30px;
    }


    .video_wrapper_full {
        padding-top: 0;
        margin-top: 15px;
    }

    .section-partners .block-partners-13 {
        background-size: 80%;
    }

    .section-partners .block-partners-15 {
        background-size: 80%;
    }

    .video_wrapper {
        height: auto;
    }

    .video_wrapper video {
        width: 100%;
        height: auto;
    }

    .video_wrapper_full {
        width: 100%;
        padding-top: 0;
        margin-top: 100px;
        margin-bottom: 140px;
    }

    .sub-title-form2 {
        font-size: 15px;
    }

    .border-green-link .green-link,
    .border-orange-link .orange-link{
        padding: 28.5px 5px;
    }

}


@media only screen and (max-width : 1380px) {
    .page-contact #cd-google-map {
        width: 810px;
    }

    .header-main-page .nav-tabs>li a{
        width: max-content;
        padding: 0;
    }
    .tab-content .tab-pane{
        height: 850px;
    }
}

@media only screen and (max-width : 1250px) {
    .page-contact #cd-google-map {
        width: 770px;
    }

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

    .container {
        width: 940px;
    }

    .top-line-contact .block-address {
        padding-bottom: 47px;
    }

    .header-main-page .menu-line .menu a {
        font-size: 15px;
    }

    .header-main-page{
        height: 710px;
    }

    .header-main-page .menu-line .logo-img img {
        width: 120px;
    }

    .header-main-page .menu-line {
        height: 80px;
        margin-top: 40px;
    }

    .header-main-page .menu-line .align-middle{
        height: 80px;
    }



    .navBurger{
        margin-top: 30px;
    }

    .section-principles .day3:after {
        height: 295px;
    }

    .align-middle {
        height: 100px;
    }

    .header-main-page .menu-line .menu {
        padding: 0 15px;
    }

    .header-main-page .menu-line .change-lang select {
        width: 45px;
        font-size: 14px;
    }

    .padding-md-0 {
        padding: 0;
    }

    .header-main-page .menu-line .find a {
        background-size: 80%;
    }

    .header-main-page .menu-line .lk a {
        background-size: 70%;
    }

    .tab-content .tab-pane {
        background-size: contain;
    }

    .tab-content .tab-pane {
        background-size: 160% !important;
        background-position-x: 81.5% !important;
        height: 710px;
        padding-top: 140px;
    }

    .header-main-page .nav-tabs>li a {
        padding: 15px 12px;
        font-size: 14px;
    }

    .header-main-page .title {
        font-size: 50px;
    }

    .header-main-page .subtitle {
        font-size: 16px;
    }

    .header-main-page .title {
        padding-left: 70px;
        background-position: left 28px;
        background-size: 9%;
        margin-top: 55px;
    }

    .header-main-page .subtitle {
        padding-left: 70px;
    }

    .header-main-page .nav-tabs {
        margin-top: 0px;
        padding-left: 0px;
    }


    .tab-content {
        top: 0px;
        margin-bottom: 0px;
    }

    .header-main-page .link-about {
        margin-left: 70px;
        font-size: 13px;
        padding: 6px 20px;
        margin-top: 10px;
        box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.3);
    }

    .hidd {
        display: none;
    }

    .section-principles .owl-carousel .item {
        width: 460px;
        height: 234px;
        padding-top: 45px;
    }

    .section-principles .owl-carousel .item .count {
        margin-bottom: 15px;
        font-size: 30px;
    }

    .section-principles .owl-carousel .item .name-principles {
        font-size: 16px;
    }

    .section-principles .owl-carousel .item .about-principles {
        font-size: 14px;
        z-index: 1000;
        position: relative;
    }

    .section-principles .owl-carousel .owl-stage-outer {
        padding-left: 30px;
    }

    .section-principles .owl-carousel .owl-stage-outer {
        padding-left: 60px;
    }

    .section-principles {
        /* height: 300px;*/
    }

    .header-main-page .nav-tabs>li {
        padding: 3px;
    }

    .header-main-page .nav-tabs>li.active {
        transform: translateY(-10px);
    }

    .section-mission {
        height: 465px;
    }

    .title-2 {
        font-size: 50px;
        line-height: 1.2;
        margin-top: 55px;
        margin-bottom: 25px;
    }

    .subtitle-2 {
        font-size: 18px;
    }

    .unusial-text .character-f {
        font-size: 69px;
    }

    .unusial-text .text {
        font-size: 14px;
    }

    .unusial-text {
        margin-top: 30px;
    }

    .unusial-text .text {
        width: auto;
    }

    .section-mission .img-mission {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .pr-0 {
        padding-right: 0;
    }

    .black-title {
        text-align: center;
        font-size: 50px;
        padding-left: 0;
    }

    .section-partners .block-partners {
        width: 230px;
        height: 160px;
    }

    .section-partners {
        height: 775px;
    }

    #cd-google-map {
        margin-top: -190px;
    }

    #google-container {
        height: 500px;
    }

    .section-block-adress .block-address {
        width: 360px;
        height: 239px;
        padding: 45px 40px;
        margin-top: -360px;
        margin-left: 10px;
    }

    .detail-info {
        font-size: 16px;
    }

    .name-info {
        font-size: 12px;
    }

    .section-block-adress .border {
        height: 200px;
        margin-top: -220px;
    }

    #back-to-top .back__top {
        padding-left: 25px;
    }

    footer .footer-logo {
        margin-right: 0;
    }

    .header-main-page .simple-list {
        padding-left: 70px;
    }

    .header-main-page .simple-list li {
        font-size: 16px;
    }

    .bread ul>li a {
        font-size: 16px;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .main-text {
        font-size: 16px;
        padding-right: 0;
    }

    .serv-middle {
        width: 355px;
    }

    .link-serv {
        height: 340px;
        margin-bottom: 20px;
    }

    .link-serv .name-serv {
        font-size: 18px;
    }

    .link-serv .about-serv {
        font-size: 14px;
        margin-bottom: 0;
    }

    .link-serv .link-about {
        font-size: 13px;
    }

    .link-serv .link-about {
        bottom: 20px;
    }

    .serv-small {
        width: 300px;
    }

    .other-page {
        background-size: 1199px;
    }

    .left-menu li.active::after {
        width: 60px;
        right: -87px;
    }

    .other-page .left-menu {
        padding: 180px 0 100px 0;
    }

    .title-form {
        font-size: 30px;
    }

    .sub-title-form {
        font-size: 16px;
    }

    .section-callback {
        padding: 40px 70px;
    }

    .arround-button input {
        font-size: 20px;
        height: 70px;
        width: 200px;
    }

    .arround-button button {
        font-size: 20px;
        height: 70px;
        width: 200px;
    }

    .section-callback {
        height: 480px;
    }

    .input {
        height: 30px;
    }

    .label {
        margin: 15px 0 0 0;
        height: 10px;
    }

    .bg-out-form {
        height: 440px;
        margin-top: -460px;
    }

    .bg-client  .section-partners .block-partners {
        margin-bottom: 20px;
    }

    .bg-client .section-partners {
        height: auto;
        margin-bottom: 30px;
    }

    .link-serv {
        padding: 50px 30px 30px 30px;
    }

    .padding-7 {
        padding: 0 15px 0 15px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 30px;
        margin-top: 30px;
    }

    .other-page .section-principles {
        margin-left: 320px;
        margin-bottom: 125px;
    }

    .bg-company .section-principles .owl-carousel .owl-stage-outer {
        padding-left: 95px;
    }

    .bg-company .section-principles {
        margin-left: 196px;
        margin-bottom: 65px;
    }

    .slider-contact .owl-nav.disabled {
        margin-right: 50px;
    }

    .bg-company .list-service .link-serv {
        height: auto;
        width: 100%;
    }

    .bg-company .list-service li {
        width: 100%;
    }

    .bg-company .link-serv {
        padding: 40px 40px 30px 40px;
    }

    .bg-company ul.list-service {
        margin-top: 30px;
    }

    .owl-prev {
        width: 100px;
        margin-right: 10px !important;
        background-position-x: 0 !important;
    }

    .owl-next {
        width: 100px;
        background-position-x: 100% !important;
    }

    .video_wrapper {
        width: 460px;
        height: 300px;
    }

    .text-present {
        font-size: 18px;
        margin-top: 75px;
        margin-bottom: 225px;
    }

    .section-predl-com .big-title {
        font-size: 39px;
    }

    .section-predl-com {
        padding: 55px 80px 50px 40px;
        height: 395px;
    }
    .section-predl-com .align-bottom{
        position: relative;
        bottom: 0;
        display: block;
    }

    .border-green-link .green-link {
        font-size: 20px;
        padding: 15px 35px;
    }

    .border-orange-link .orange-link {
        font-size: 20px;
        padding: 15px 35px;
    }

    .border-green-link .green-link span {
        font-size: 13px;
    }

    .border-orange-link .orange-link span {
        font-size: 13px;
    }

    .border-green-link {
        box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
    }

    .border-orange-link {
        box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
        margin-top: 20px;
    }

    .bg-company #cd-google-map {
        margin-top: 0;
    }

    .bg-company .section-partners {
        height: auto;
    }

    .slider-clients .slider-client{
        width: 100%;
    }

    .slider-client .slick-next {
        height: 170px;
        width: 140px;
        background-size: 50%;
        cursor: pointer;
    }

    .slider-client .slick-next {
        right: -140px;
    }

    .slider-client {
        background: #fff;
    }

    .page-contact #cd-google-map {
        width: 446px;
        height: 675px;
    }

    .page-contact #cd-google-map #map{
        height: 675px !important;
    }

    .page-contact #cd-google-map {
        margin-top: 0;
    }


    .top-line-contact .block-address {
        padding-left: 80px;
    }

    .page-contact .form-contact {
        padding-left: 70px;
        margin-top: 40px;
    }

    .top-line-contact {
        background-position-y: -65px;
    }

    .top-line-contact {
        margin-top: -675px;
    }

    .page-contact #google-container {
        height: 675px;
    }

    .page-not-found .title-not-found {
        font-size: 50px;
        padding-left: 80px;
        background-size: 11%;
        margin-bottom: 20px;
    }

    .page-not-found .text {
        font-size: 18px;
        padding-left: 80px;
        margin-bottom: 20px;
    }

    .page-not-found .link-about {
        margin-left: 80px;
        font-size: 13px;
        padding: 8px 30px;
        margin-top: 0;
    }

    .page-not-found {
        height: 480px;
        padding-top: 125px;
        background-size: cover;
        background-position-x: 100%;
    }

    .block-law p {
        font-size: 16px;
    }

    .block-law {
        height: auto;
    }

    .title-section {
        font-size: 22px;
    }

    .block-gerb {
        height: auto;
    }

    .owl-carousel2 .owl-nav.disabled {
        font-size: 16px;
        margin-right: 15px;
    }

    .section-principles .owl-carousel2 .item {
        width: 230px;
        height: 275px;
        padding-top: 3px;
        padding-left: 5px;
        padding-right: 10px;
    }

    .section-principles .owl-carousel2 .item .count {
        font-family: "georgia";
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        margin-bottom: 0px;
        background: transparent;
        padding-left: 0;
        position: relative;
        z-index: 100;
    }

    .section-principles .fivedays:after {
        height: 295px;
    }

    .mt-100 {
        margin-top: 0;
    }

    .ordinary-list li {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .mt70 {
        margin-top: 70px;
        margin-bottom: 20px;
    }

    .bg-gmp {
        overflow: hidden;
    }

    .imggmp {
        width: auto;
        margin-top: 28px;
        margin-bottom: 80px;
    }

    .mt-80 {
        margin-top: 0;
    }

    .white-blocks {
        margin-bottom: 50px;
        margin-top: 20px;
    }

    .white-blocks .item {
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.15);
        width: 100%;
        height: 222px;
        margin-bottom: 20px;
        padding: 35px 30px;
    }

    .white-blocks .col-md-4 {
        padding-right: 5px;
    }

    .white-blocks .item .about-principles {
        font-size: 14px;
        font-family: "georgiab";
        font-weight: bold;
        color: #4c4c4e;
    }

    .white-blocks .item img {
        display: block;
        margin: 40px auto 0 auto;
    }

    .pb30 {
        padding-bottom: 90px;
    }

    .section-principles .owl-carousel2 .bg-none {
        width: 145px !important;
    }

    .page-title {
        font-size: 32px;
    }

    .other-page .left-menu .other-small>a {
        font-size: 12px;
    }

    .block-border-top img {
        height: auto;
    }

    .block-border-top p {
        font-size: 16px;
    }

    .block-border-top {
        height: auto;
    }

    .title-section2 {
        line-height: 1.3;
        padding: 7px 25px;
    }

    .other-page .section-principles {
        margin-bottom: 85px;
    }

    .number {
        font-size: 86px;
    }

    .section-principles .owl-carousel2 .text-bold .about-principles {
        height: 75px;
        font-size: 12px;
    }

    .section-principles .item .align {
        height: 140px;
        margin-top: 35px;
    }

    .section-principles .big-item2 .item {
        height: 700px !important;
    }

    .date {
        font-size: 16px;
    }

    .name-news {
        font-size: 24px;
    }

    .block-news .preview-news {
        font-size: 16px;
    }

    .page-find .simple {
        font-size: 16px;
    }


    .bg-company {
        background: url(/bitrix/templates/img/css/../images/v9.png) repeat-y top center;
        -webkit-background-size: 1199px;
        background-size: 1199px;
    }

    .slider-client {
        margin-top: 50px;
    }

    .video_wrapper {
        margin-top: 65px;
    }

    .bg-gmp {
        background: url(/bitrix/templates/img/css/../images/g8.png) repeat-y top center;
        background-size: 1199px;
    }

    .video_wrapper video {
        height: 300px;
    }

    #myVideo {
        width: 900px;
    }

    #myVideo2 {
        width: 900px;
    }

    /****************/

    .section-partners {
        height: auto;
        background-size: 155%;
    }

    #cd-google-map {
        margin-top: 0px;
    }

    .section-partners .block-partners-13 {
        background-size: 55%;
    }

    .section-partners .block-partners-15 {
        background-size: 55%;
    }

}



@media only screen and (max-width : 1024px) {
    .other-page .section-principles {
        margin-left: 196px;
    }

    .section-principles .owl-carousel2 .owl-stage-outer {
        padding-left: 97px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .container {
        width: 732px;
    }

    a.name-info {
        padding-top: 0;
    }

    .header-main-page .menu-line .logo-img img {
        width: 130px;
    }

    .section-principles .owl-carousel .item {
        width: 360px;
        height: 201px;
        padding-top: 25px;
    }

    .section-principles .owl-carousel .item .count {
        font-size: 25px;
    }

    .title-2 {
        font-size: 40px;
        margin-bottom: 15px;
        margin-top: 22px;
    }

    .subtitle-2 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .section-principles .day3:after {
        height: 255px;
        left: -8px;
        width: 615px;
    }

    .unusial-text .character-f {
        font-size: 60px;
    }

    .unusial-text .text {
        font-size: 13px;
    }

    .black-title {
        margin-top: 25px;
        font-size: 40px;
        margin-bottom: 55px;
    }

    .section-mission {
        height: 330px;
        background-size: 120%;
    }

    .section-mission .panel .video_wrapper{
        margin: 76px 0;
        height: 100%;
        width: auto;
    }

    .section-mission .img-mission {
        margin-top: -30px;
        margin-bottom: 0;
        height: 360px;
        overflow: hidden;
        position: relative;
    }

    .section-mission .img-mission img {
        width: 130%;
        height: 360px;
        position: absolute;
    }

    #back-to-top .back__top {
        background-position: 50% center;
    }

    #back-to-top .back__top span {
        display: none;
    }

    #back-to-top .back__top {
        float: right;
        width: 70px;
        display: block;
        height: 70px;
        background-color: #4c4c4e;
        background-image: url(/bitrix/templates/img/css/../images/language_collapse.svg);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        padding-left: 0;
    }

    #google-container {
        height: 360px;
    }

    .section-block-adress .block-address {
        margin-top: -300px;
    }

    #cd-google-map {
        margin-top: 0;
    }

    .section-partners{
        height: auto;
        margin-bottom: 20px;
    }

    .section-partners .block-partners {
        height: 190px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .bg-client .section-partners .block-partners {
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    }


    .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #eed058;
    }

    .slick-dots li button:before {
        opacity: 1;
        background: #3c9c81;
        content: '';
        border-radius: 50%;
        width: 8px;
        height: 8px;
    }

    .slick-dots li button {
        width: 8px;
        height: 8px;
    }

    .slick-dots li {
        width: 8px;
        height: 8px;
    }

    .padding-sm-0 {
        padding: 0;
    }

    .section-partners .block-partners .name-partners {
        bottom: 10px;
        font-size: 12px;
    }

    .section-partners .block-partners {
        background-size: 85%;
    }

    .section-partners {
        height: 340px;
        background-position-y: -55%;
    }

    .single-item {
        height: 475px;
    }

    .single-item .tab {
        background: url(/bitrix/templates/img/css/../images/bg_mission.png) no-repeat top center;
        background-size: 180%;
        height: 475px;
        padding: 0 15px;
        padding-top: 130px;
    }

    .tab-content {
        margin-top: 0;
    }

    .header-main-page .title {
        background-size: 7%;
    }

    .header-main-page .top_menu_main{
        width: 100%;
        height: 100%;
    }

    .header-main-page .title {
        font-size: 40px;
        margin-bottom: 5px;
        margin-top: 40px;
    }

    .header-main-page .subtitle {
        font-size: 14px;
    }

    .single-item {
        overflow: hidden;
    }

    .single-item .slick-dots {
        bottom: 60px;
        left: 80px;
        text-align: left;
    }

    .header-main-page .simple-list li {
        font-size: 14px;
        padding-bottom: 0;
    }

    .other-page {
        background-position-x: 100%;
        /*background-size: cover;*/
    }

    .list-service li .link-serv {
        width: 100%;
        height: auto;
        padding-bottom: 80px;
    }

    .list-service li {
        width: 100%;
    }

    .simple-list {
        height: auto;
    }

    .bg-personal-cab {
        background: transparent;
    }

    h1 {
        font-size: 40px;
    }

    h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .simple-text {
        font-size: 14px;
    }

    h5 {
        font-size: 24px;
    }

    .section-principles .owl-carousel .owl-stage-outer{
        padding-bottom: 0;
    }
    .section-principles .owl-theme .owl-nav{
        margin-bottom: 10px;
    }

    .bg-company .section-principles {
        margin-left: 0;
        margin-bottom: 0;
    }

    .bg-company .section-principles .owl-carousel .owl-stage-outer {
        padding-left: 30px;
    }

    .slider-contact .owl-nav.disabled {
        margin-right: 15px;
    }

    .bg-company .list-service .link-serv {
        padding: 35px 30px 30px 30px;
    }

    .slider-client .slick-next {
        right: 0;
        display: none !important;
    }

    .bg-company .slick-dots {
        display: block !important;
    }

    .slider-client {
        background: transparent;
    }

    .video_wrapper_full {
        padding-top: 300px;
    }

    .text-present {
        font-size: 16px;
    }

    .section-predl-com .big-title {
        font-size: 30px;
    }

    .section-predl-com .simple-text {
        font-size: 16px;
    }

    .section-predl-com {
        padding: 35px 80px 50px 40px;
        height: 380px;
    }

    .bg-company .mb-100 {
        display: none;
    }

    .top-line-contact {
        margin-top: 0px;
    }

    .page-contact #google-container {
        height: 350px;
    }

    .page-contact #cd-google-map {
        width: 100%;
    }

    .page-contact .fly-block {
        position: absolute;
        top: 125px;
    }

    .top-line-contact {
        background-position-y: -160px;
    }

    .top-line-contact .block-address {
        padding: 50px 0 0 0;
    }

    .page-contact .form-contact {
        padding-left: 0;
        margin-top: 70px;
    }

    .sm-padding-0 {
        padding: 0;
    }

    .page-not-found .title-not-found {
        font-size: 40px;
        padding-left: 62px;
        background-size: 7%;
    }

    .page-not-found .text {
        font-size: 16px;
        padding-left: 62px;
    }

    .page-not-found .link-about {
        margin-left: 62px;
    }

    .page-not-found {
        background-size: 175%;
        background-position-x: 0;
    }

    .title-section {
        font-size: 18px;
        line-height: 35px;
        padding: 0 15px;
    }

    .block-law p {
        font-size: 14px;
    }

    .common-list li {
        font-size: 14px;
    }

    .block-gerb p {
        font-size: 14px;
    }

    .title-section2 {
        line-height: 40px;
        padding: 0 15px;
    }

    .section-principles .owl-carousel2 .item {
        width: 190px;
        height: 385px;
        padding-top: 3px;
        padding-left: 5px;
        padding-right: 10px;
    }

    .section-principles .owl-carousel2 .item .count {
        font-family: "georgia";
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        margin-bottom: 20px;
        background: transparent;
        padding-left: 0;
        position: relative;
        z-index: 100;
    }

    .section-principles .fivedays:after {
        width: 430px;height: 255px;
    }

    .other-page .section-principles {
        margin-left: 0;
    }

    .other-page .section-principles {
        margin-bottom: 120px;
    }

    .bg-company .section-principles {
        margin-bottom: 0px;
    }

    .owl-carousel2 .owl-nav.disabled {
        margin-right: 15px;
    }

    .section-principles .owl-carousel2 .owl-stage-outer {
        padding-left: 35px;
    }

    .page-title {
        font-size: 26px;
    }

    .section-principles .fivedays:after {
        width: 413px;
        height: 255px;
    }

    .other-page .section-principles {
        margin-bottom: 55px;
    }


    .section-principles .owl-carousel2 .bg-none .text1 {
        font-size: 14px;
    }

    .block-border-top {
        height: 295px;
    }

    .date {
        font-size: 14px;
    }

    .name-news {
        font-size: 20px;
    }

    .preview-news {
        font-size: 14px;
    }

    .block-news {
        padding: 35px 30px;
    }

    .block-find .path a {
        font-size: 14px;
    }

    .unusial-text {
        margin-top: 10px;
    }


    .bg-company {
        background: url(/bitrix/templates/img/css/../images/v10.png) repeat-y top center;
        background-size: 1160px;
        background-position-x: 100%;
    }

    .video_wrapper {
        margin-top: 50px;
    }

    .bg-gmp {
        background: url(/bitrix/templates/img/css/../images/g9.png) repeat-y top center;
        background-position-x: 100%;
    }

    .section-principles .item .align {
        margin-top: 0;
    }

    /*new style header banner*/

    .tab-content .tab-pane {
        height: 600px;
        background-size: 160% !important;
        background-position-x: 74% !important;
    }

    .header-main-page{
        height: 600px;
    }

    .header-main-page .nav-tabs>li a {
        padding: 15px 15px;
        font-size: 14px;
    }

    .header-main-page {
        margin-bottom: 20px;
    }

    .header-main-page .nav-tabs {
        margin-top: 0px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 0;
    }

    .banner-padding-0 {
        padding: 0;
    }

    .header-main-page .subtitle {
        padding-left: 0;
    }

    .header-main-page .title {
        padding-left: 0;
        background: transparent;
    }

    .header-main-page .link-about {
        margin-left: 0;
    }

    .header-main-page .simple-list {
        padding-left: 0;
        margin-bottom: 15px;
    }

    .header-main-page .nav-tabs>li {
        margin-right: 5px;
    }

    .header-main-page .menu-line .overlayMenu .change-lang {
        display: block;
    }

    .video_wrapper_full {
        padding-top: 0;
    }

    .video_wrapper {
        margin-top: 70px;
    }

    #myVideo {
        width: 500px;
    }

    #myVideo2 {
        width: 500px;
    }


    /**************************/

    .section-partners {
        height: 545px;
        background-size: auto;
    }

    .section-partners .block-partners-13 {
        background-size: 50%;
    }

    .section-partners .block-partners-15 {
        background-size: 50%;
    }

    footer .footer_last{
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .multiple-items .slick-prev {
        height: 16px;
        top: auto;
        bottom: -30px;
        left: 0;
        width: 100px;
        margin-right: 30px !important;
        background: url(/bitrix/templates/img/css/../images/arrowl.png) no-repeat center !important;
        opacity: 1;
        transition: all ease-in-out 0.3s;
    }
    .multiple-items .slick-prev:hover{
        background: url(/bitrix/templates/img/css/../images/arrowl_hov.png) no-repeat center !important;
    }

    .multiple-items .slick-prev:before,
    .multiple-items .slick-next:before{
        content: none;
    }

    .multiple-items .slick-next {
        height: 16px;
        top: auto;
        bottom: -30px;
        right: 0;
        width: 100px;
        background: url(/bitrix/templates/img/css/../images/arrowr.png) no-repeat center !important;
        opacity: 1;
        transition: all ease-in-out 0.3s;
    }
    .multiple-items .slick-next:hover{
        background: url(/bitrix/templates/img/css/../images/arrowr_hov.png) no-repeat center !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

    .slick-dots {
        display: none !important;
    }

    .container {
        width: auto;
    }

    .bgs {
        background: #f6f6f6;
        padding-bottom: 30px;
        margin-bottom: 50px;
        margin-top: 30px;
    }
    .bg-gmp {
        background: url(/bitrix/templates/img/css/../images/g11.png) repeat-y top center;
        background-position-x: 100%;

        background-size: cover;
    }

    .header-main-page .menu-line .logo-img img {
        width: 90px;
    }

    .header-main-page .menu-line {
        height: 50px;
        margin: 20px 15px 0 15px;
    }

    .align-middle {
        height: 50px;
    }

    .navBurger span {
        display: none;
    }

    .navBurger {
        margin-top: 15px;
        float: right;
        margin-right: 30px;
    }

    .header-main-page .title {
        font-size: 30px;
        padding-left: 0;
        background: transparent;
        margin-top: 30px;
        margin-bottom: 10px;
        line-height: 1;
    }

    .single-item .tab {
        background-size: 440%;
        padding-top: 90px;
    }

    .header-main-page .subtitle {
        font-size: 13px;
        padding-left: 0;
    }

    .section-block-adress .block-address {
        width: 97%;
        height: 155px;
        padding: 25px 30px;
    }

    .section-block-adress .border {
        height: 115px;
        margin-top: -135px;
    }

    #google-container {
        height: 330px;
    }

    footer {
        padding: 30px 15px 0 15px;
    }

    .align-middle-footer {
        height: auto;
    }

    footer .footer-text {
        margin-bottom: 10px;
        font-size: 13px;
    }

    footer .footer-logo {
        display: block;
        margin: 15px auto 0 auto;
    }

    .section-partners .block-partners {
        margin-right: 0;
        height: 120px;
    }

    .multiple-items {
        padding: 0 15px;
        width: 290px;
        display: block;
        margin: 0 auto;
    }

    .header-main-page{
        height: 475px;
    }

    .black-title {
        font-size: 30px;
        line-height: 1;
    }

    .section-mission {
        height: 250px;
        background-size: 230%;
    }

    .title-2 {
        font-size: 30px;
        margin-top: 25px;
        margin-bottom: 5px;
    }

    .subtitle-2 {
        font-size: 14px;
    }

    .unusial-text .text span {
        display: inline-block !important;
    }

    .unusial-text {
        margin-top: 20px;
    }

    .section-partners {
        height: 305px;
        background-position-y: -40%;
    }

    .section-principles .owl-carousel .item {
        width: 290px;
        height: 200px;
        padding-right: 5px;
    }

    .section-principles .owl-carousel .owl-stage-outer {
        padding-left: 15px;
    }

    .main-page {
        overflow: hidden;
    }

    .section-principles {
        height: 370px;
    }

    .other-page .section-principles {
        height: auto;
    }

    .bg-company .section-principles {
        height: 230px;
    }

    .section-principles .owl-carousel .item .name-principles {
        font-size: 14px;
    }

    .section-principles .owl-carousel .item .about-principles {
        font-size: 13px;
    }

    .single-item {
        width: 100%;
    }

    .header-main-page .top_menu_main{
        height: auto;
    }
    .header-main-page .top_menu_main.active{
        height: 100%;
    }

    .header-main-page .link-about {
        margin-left: 0;
    }

    .single-item .slick-dots {
        left: 15px;
    }

    .navBurger.active {
        margin-top: 50px;
        float: left;
        margin-left: -15px;
    }

    .overlayMenu ul li a {
        font-size: 20px;
        padding: 5px 40px 5px 40px;
    }

    .overlayMenu {
        margin-top: 130px;
    }

    .header-main-page .simple-list {
        padding-left: 0;
    }

    .header-main-page .simple-list li {
        font-size: 12px;
    }

    .padding-7 {
        padding: 0 15px 0 15px;
    }

    h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 14px;
    }

    .main-text {
        font-size: 13px;
    }

    .header-other-page .menu-line {
        margin: 20px 0px 0 0px;
    }

    .link-serv .name-serv {
        font-size: 16px;
    }

    .link-serv .about-serv {
        font-size: 13px;
    }

    ul.list-service {
        margin-top: 30px;
    }

    .list-service li .link-serv {
        padding-bottom: 85px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }

    .bg-out-form {
        display: none;
    }

    .title-form {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .sub-title-form {
        font-size: 14px;
    }

    .section-callback {
        padding: 40px 15px 25px 15px;
        display: inline-block;
        height: auto;
    }

    input[type="checkbox"] + label span {
        float: left;
        height: 30px;
        margin: 0px 4px 0 0;
    }

    .input {
        height: 30px;
        font-size: 14px;
        padding-top: 4px;
    }

    .label-check {
        margin-bottom: 30px;
    }

    .bg-client .section-partners .block-partners {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
        width: 290px;
        height: 120px;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    }

    .bg-client .section-partners {
        margin-top: 30px;
    }

    .video_wrapper {
        width: 100%;
    }

    h4 {
        font-size: 14px;
    }

    .simple-text {
        font-size: 13px;
    }

    h5 {
        font-size: 20px;
    }

    .bg-company .section-principles .owl-carousel .owl-stage-outer {
        padding-left: 15px;
    }

    .slider-contact .owl-nav.disabled {
        display: none !important;
    }

    .yellow-list .link-serv .name-serv {
        font-size: 16px;
    }

    .text-present {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .section-predl-com .big-title {
        font-size: 16px;
        line-height: 1.3;
    }

    .section-predl-com .simple-text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .section-predl-com {
        height: auto;
        padding: 30px 15px 50px 15px;
        margin-top: 30px;
    }

    .align-bottom {
        position: relative;
        bottom: 0;
    }

    .border-green-link {
        margin-right: 0;
    }

    .section-predl-com:after {
        content: "";
        position: absolute;
        bottom: -1px;
        right: -1px;
        width: 30px;
        height: 40px;
        /* background-size: 146%; */
        background: url(/bitrix/templates/img/css/../images/angle.png) no-repeat right bottom;
        background-size: contain;
    }

    .section-predl-com:before {
        content: "";
        position: absolute;
        bottom: -1px;
        right: -1px;
        width: 30px;
        height: 30px;
        border-bottom: 30px solid #fefefe;
        border-left: 25px solid #fefefe;
    }

    .slider-client {
        margin-top: 0;
    }

    .videoPoster {
        height: 100%
    }

    .video_wrapper_full {
        padding-top: 190px;
        height: 190px;
    }

    .bg-company .section-partners {
        height: auto;
        margin-bottom: 30px;
        background: url(/bitrix/templates/img/css/../images/bgcompany2.png) no-repeat top center;
        padding-bottom: 30px;
    }

    .videoPoster:before {
        margin: -55px 0 0 -60px;
    }

    .bgvideo {
        padding: 35px 15px;
        background: url(/bitrix/templates/img/css/../images/bgcompany.png) no-repeat top center;
    }

    .video_wrapper {
        margin-top: 0;
    }


    .label {
        margin: 5px 0 0 0;
        height: 15px;
        font-size: 13px;
    }

    .page-contact #google-container {
        height: 285px;
    }

    .top-line-contact .block-address {
        padding: 30px 0 0 0;
    }

    .page-contact .title-form {
        padding-left: 0;
        font-size: 28px;
        margin-bottom: 30px;
    }

    .padding-xs-0 {
        padding: 0;
    }

    .page-contact .fly-block {
        top: 100px;
    }

    .page-not-found {
        height: 325px;
        padding-top: 90px;
    }

    .page-not-found .title-not-found {
        font-size: 30px;
        padding-left: 0;
        background: transparent;
        margin-bottom: 5px;
    }

    .page-not-found .text {
        font-size: 13px;
        padding-left: 0;
    }

    .page-not-found .link-about {
        margin-left: 0;
    }

    .page-not-found {
        background-size: cover;
    }

    .title-section {
        font-size: 16px;
        padding: 0 10px;
    }

    .block-law {
        padding: 20px 15px;
        background: transparent;
        margin-bottom: 30px;
    }

    .common-list {
        margin-bottom: 0;
        padding-left: 15px;
    }

    .block-gerb {
        padding: 20px 15px;
        background: transparent;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .title-section2 {
        line-height: 1.5;
        padding: 0 15px;
        font-size: 16px;
    }

    .section-principles .owl-carousel2 .item {
        width: 195px;
        height: 330px;
        padding-top: 3px;
        padding-left: 5px;
        padding-right: 10px;
    }

    .owl-carousel2 .owl-nav.disabled {
        display: none !important;
    }

    .section-principles .fivedays:after {
        width: 422px;
        height: 320px;
    }

    .section-principles .owl-carousel2 .owl-stage-outer {
        padding-bottom: 65px;
    }

    .other-page .section-principles {
        margin-bottom: 50px;
    }

    .mb-100 {
        margin-bottom: 50px;
    }

    .ordinary-list li {
        font-size: 13px;
    }

    .white-blocks .col-md-4 {
        padding-right: 15px;
    }

    .white-blocks {
        margin-bottom: 15px;
    }

    .ordinary-list {
        margin-bottom: 50px;
        padding-right: 0;
        padding-left: 15px;
    }

    .bg-none .text1 {
        font-size: 16px;
        font-family: "georgiab";
        font-weight: bold;
        color: #4c4c4e;
    }

    .bg-none .text2 {
        font-size: 16px;
        font-family: "georgia";
        font-weight: 400;
        color: #c3c3c3;
        margin-bottom: 25px;
    }

    .bg-none .text3 {
        font-family: "book-Book Antiqua Bold Italic";
        font-weight: bold;
        font-size: 60px;
        color: #e9b33e;
        line-height: 0.4;
    }

    .bg-none .text3 span {
        font-family: "georgia";
        font-weight: 400;
        font-size: 14px;
        color: #e9b33e;
    }

    .pb30 {
        padding-bottom: 0;
    }

    .pb100 {
        padding-bottom: 100px;
    }

    .page-title {
        font-size: 18px;
    }

    .title-section {
        font-size: 16px;
        padding: 7px 10px;
        line-height: 1.5;
    }

    .block-border-top {
        height: auto;
    }

    .block-border-top p {
        font-size: 14px;
    }

    .number {
        font-size: 100px;
    }

    .section-principles .owl-carousel2 .text-bold .about-principles {
        height: 100px;
    }

    .section-principles .owl-carousel2 .bg-none .text1 {
        font-size: 13px;
    }

    .section-principles .big-item .item {
        height: 450px !important;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 70%;
        margin: -45px auto 0 auto;
    }

    .name-news {
        font-size: 18px;
    }

    .block-news {
        padding: 25px 20px;
    }

    .title-deteail-news {
        font-size: 18px;
    }

    .page-find .simple {
        font-size: 14px;
    }

    div.search-item h4 {
        font-size: 14px;
    }

    .block-find {
        padding: 25px 20px !important;
    }

    .bg-company {
        background: url(/bitrix/templates/img/css/../images/bg-kons.png) repeat-y top center;
        background-position-x: 100%;
    }

    .section-principles .day3:after {
        height: 260px;
    }

    /****************/

    .tab-content .tab-pane {
        height: 490px;
        background-size: cover !important;
        background-position-x: 0 !important;
    }

    .tab-content .col-xs-12 {
        padding: 0 15px;
    }

    .tab-content {
        top: -105px;
        margin-bottom: -105px;
    }

    .header-main-page .nav-tabs>li a {
        padding: 7px 10px;
        font-size: 12px;
    }

    .header-main-page .nav-tabs {
        margin-top: -135px;
    }

    .tab-content .tab-pane {
        padding-top: 100px;
    }

    .banner-padding-0 {
        padding: 0 15px;
    }

    .banner-xs-0 {
        padding: 0;
    }

    .video_wrapper video {
        height: 190px;
    }

    .video_wrapper_full {
        padding-top: 0;
    }

    #myVideo {
        width: 290px;
    }

    #myVideo2 {
        width: 290px;
    }

    /**********************/

    #cd-google-map {
        margin-top: 0px;
    }

    .section-partners {
        height: 510px;
    }

    .section-partners .block-partners {
        background-size: 50%;
    }

    .slider-nav .slick-slide .li {
        padding: 3px;
        margin-right: 10px;
        -webkit-transition:  0.5s all;
        -moz-transition:  0.5s all;
        -ms-transition:  0.5s all;
        -o-transition:  0.5s all;
        transition:  0.5s all;
    }

    .slider-nav .slick-slide .li a {
        font-size: 12px;
        font-family: "Book Antiqua";
        font-weight: bold;
        color: #ffffff;
        text-transform: uppercase;
        padding: 5px 15px;
        display: block;
        margin-right: 0;
        border-radius: 0;
        -webkit-transition:  0.5s all;
        -moz-transition:  0.5s all;
        -ms-transition:  0.5s all;
        -o-transition:  0.5s all;
        transition:  0.5s all;
    }

    .slider-nav .slick-slide .li a:before{
        content: "";
        display: block;
        width: 46px;
        height: 46px;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 auto 18px auto;
        transition: all ease-in-out 0.3s;
    }

    .slider-nav .slick-current .li>a {
        color: #E9B33E;
        border: none;
        background-color: transparent;
    }

    .slider-nav .slick-current .li {

    }

    .slider-nav .slick-slide .li.block1 a:before{
        background-image: url("/bitrix/templates/img/css/../images/document.svg");
    }

    .slider-nav .slick-current .li.block1 a:before{
        background-image: url("/bitrix/templates/img/css/../images/document_hov.svg");
    }

    .slider-nav .slick-slide .li.block2 a:before{
        background-image: url("/bitrix/templates/img/css/../images/files.svg");
    }

    .slider-nav .slick-current .li.block2 a:before{
        background-image: url("/bitrix/templates/img/css/../images/files_hov.svg");
    }

    .slider-nav .slick-slide .li.block3 a:before{
        background-image: url("/bitrix/templates/img/css/../images/mace.svg");
    }

    .slider-nav .slick-current .li.block3 a:before{
        background-image: url("/bitrix/templates/img/css/../images/mace_hov.svg");
    }

    .slider-nav .slick-slide .li.block4 a:before{
        background-image: url("/bitrix/templates/img/css/../images/medical.svg");
    }

    .slider-nav .slick-current .li.block4 a:before{
        background-image: url("/bitrix/templates/img/css/../images/medical_hov.svg");
    }

    .slider-nav .slick-slide .li.block5 a:before{
        background-image: url("/bitrix/templates/img/css/../images/medicine.svg");
    }

    .slider-nav .slick-current .li.block5 a:before{
        background-image: url("/bitrix/templates/img/css/../images/medicine_hov.svg");
    }

    .header-main-page .nav-tabs {
        padding: 30px 0px 30px 15px;
    }

    a.name-info {
        font-size: 14px;
    }

    .top-line-contact .block-address {
        padding: 20px 0 0 0;
    }

    .sub-title-form2 {
        font-size: 14px;
        margin-bottom: 030px;
        text-align: center;
        font-weight: 400;
    }

    footer .logo-img{
        padding: 0 20px 0 0;
        margin-bottom: 10px;
    }

    footer .logo-img img{
        width: 100%;
    }

    footer .menu ul li a{
        font-size: 14px;
    }

    .header-main-page .menu-line .align-middle{
        height: 50px;
    }

}

@media only screen and (max-width : 576px){
    footer .footer_last{
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }
    footer .footer_last .modal_click{
        flex-basis: 100%;
        order: 2;
    }
    footer .footer_last .phone{
        flex-basis: 50%;
        order: 1;
    }
    footer .footer_last .mail{
        flex-basis: 50%;
    }

    footer .footer_last .mail span, footer .footer_last .mail a,
    footer .footer_last .phone span, footer .footer_last .phone a{
        font-size: 14px;
    }
    footer .block-cell-pol a{
        font-size: 14px;
    }
    footer .menu ul li a{
        margin-bottom: 8px;
    }
    .section-principles{
        height: 470px;
    }

    footer .footer_menu{
        margin-left: 60px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/* End */
/* /bitrix/templates/img/libs/owlcarousel/owl.carousel.min.css?16804963613260 */
/* /bitrix/templates/img/libs/owlcarousel/owl.theme.default.min.css?16804963611013 */
/* /bitrix/templates/img/libs/slick/slick.css?16804963611776 */
/* /bitrix/templates/img/libs/slick/slick-theme.css?16804963613145 */
/* /bitrix/templates/img/css/main.css?168431836271568 */
/* /bitrix/templates/img/css/media.css?168049635447908 */
