@import url("bootstrap.min.css");
@import url("swiper.min.css");
@import url("arcticmodal.css");
@import url("animate.min.css");
@import url("font-awesome.min.css");
@import url("form.css");
@import url("ilightbox/ilightbox.css");

@font-face {
    font-family: "HeliosCondRegular";
    src: url("../fonts/HeliosCondRegular/HeliosCondRegular.eot");
    src: url("../fonts/HeliosCondRegular/HeliosCondRegular.eot?#iefix")format("embedded-opentype"), url("../fonts/HeliosCondRegular/HeliosCondRegular.woff") format("woff"), url("../fonts/HeliosCondRegular/HeliosCondRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "HeliosCondBold";
    src: url("../fonts/HeliosCondBold/HeliosCondBold.eot");
    src: url("../fonts/HeliosCondBold/HeliosCondBold.eot?#iefix")format("embedded-opentype"), url("../fonts/HeliosCondBold/HeliosCondBold.woff") format("woff"), url("../fonts/HeliosCondBold/HeliosCondBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'font-awesome';
    src: url('../fonts/fontawesome-webfont.ttf');
    src: url('../fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
    url('../fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/fontawesome-webfont.svg') format('svg');
    /* Legacy iOS */
}


/*________________Preloader_______________ */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    overflow: hidden
}

#loader {
    background-image: url(/images/logo/logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    width: 280px;
    height: 86px;
    position: relative;
    top: 50%;
    margin: -43px auto 0 auto;
}

#loader {
    animation-name: scale;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezer(1, .01, 0, 1.01);
    transform-origin: 50% 50%
}



@keyframes scale {
    from {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0.6;
    }
}


/*______________________ Global stlye ___________________*/

body {
    font-family: "HeliosCondRegular", sans-serif;
    font-weight: 400;
    color: #231f20;
    font-size: 17px;
    line-height: 25px;
    background: #F7F9FE;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "HeliosCondBold", sans-serif;
    color: #231f20;
}

h1 {
    font-size: 42px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 44px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-family: "HeliosCondRegular", sans-serif;
    font-size: 16px;
}

h1 a, h2 a, h3 a {
    color: #231f20;
}

p {
    line-height: 1.5;
}

ul {
    list-style-type: none;
}

a {
    color: #4261bc;
    text-decoration: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a,
a:focus,
a:hover {
    color: #4261bc;
}

img {
    max-width: 100%;
    display: block;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
}

input,
textarea {
    display: block;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section {
    position: relative;
    padding: 100px 0 30px 0;
    z-index: 0;
}


.theme-title {
    margin: 0 auto;
}

.theme-title p {
    font-size: 20px;
    color: #858c9a;
    margin-top: 10px;
}


.theme-title h2 {
    text-align: left;
    font-size: 42px;
    line-height: normal;
    margin: 0 0 45px;
    text-transform: uppercase;
}

.theme-title h2 span {
    display: block;
    padding-left: 60px;
}



.nopadding {
    padding: 0 !important;
}

.logo img {
    max-width: 280px;
}

.logo {
    min-height: 86px;
}

.theme-color {
    color: #4261bc !important;
}

.white {
    color: #ffffff !important;
}



/*================== info-company" ===================*/

.info-company {
    background: #fff;
}


.about {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.info-company .flex-container {

    display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

}

.info-company_slider {
    -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.info-company_info {
    -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
    padding-left: 50px;
}

.slider {
    position: relative;
}


#v-slider {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    margin-right: 100px;
    top: 50px;
    left: 50px;
    max-width: 400px;
    position: relative;
}

#v-slider .swiper-pagination {
    right: 27px;
    top: 385px;
}

#v-slider .swiper-pagination-bullet:hover {
    background: #c3c3c3;
}

#v-slider .swiper-pagination-bullet-active:hover {
    background: #231f20;
}

#v-slider .swiper-pagination-bullet {
    width: 2px;
    height: 40px;
    display: block;
    border-radius: 0;
    margin: 10px auto;
    background: #e8e1e4;
    opacity: 1;
}

#v-slider .swiper-pagination-bullet-active {
    width: 4px;
    background: #231f20;
}

#v-slider .swiper-button-next,
#v-slider .swiper-button-prev {
    left: auto;
    right: 20px;
    width: 17px;
    height: 8px;
    top: 30px;
    margin-top: 0;
}

#v-slider .swiper-button-next {
    background-image: url(/images/icon/arrow_v.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}

#v-slider .swiper-button-prev {
    background-image: url(/images/icon/arrow_v.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 60px;
}

.img-slide {
    top: -50px;
    left: -60px;
    position: relative;
	min-width: 400px;
}

.v-slider {
    top: 0px;
    left: 0px;
    max-width: 400px;
    overflow: visible;
}

.v-slider .swiper-slidee {}

.v-slider .swiper-slide-active .info-slider {

    display: block;
}

.info-slider {
    padding: 10px 20px 20px 20px;
    background: #fff;
    width: 100%;
    color: #888888;
    font-style: italic;
    margin-top: -40px;
    display: none;
}

.info-company_info h2 {
    margin-bottom: 0px;
	margin-top: -9px;
}

.info-company_info p {
    margin-bottom: 30px;
}

.about .text {
    position: relative;
    top: -25px;

    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    padding-left: 55px;
    padding-top: 65px;
    border-left: 1px #e4e4e4 solid;
}

.about .text::before {
    content: '';
    position: absolute;
    top: 0px;
    width: 30px;
    height: 1px;
    background: #e4e4e4;
    left: 0px;
}



/*========= CLIENTS LOGO =========*/

.clients .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.clients .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 260px;
    flex: 1 320px;
    max-width:630px;
    text-align: center;
    padding: 20px 0;
    /* max-width: 250px; */
    border-left: 1px #e4e4e4 solid;
    position: relative;
    cursor: pointer;
}

.clients .item:nth-child(2n+3) {
    border-right: 1px #e4e4e4 solid;
}


.clients .item img {
    margin: 0 auto;
}

.clients .item:hover .overlay-info {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;

    margin-top: 0px;
}
/*
.overlay-info:before{
	content: "";
    top:100%;
    height: 2px;
    left: 50%;
    position: absolute;
    width: 1px;
    background: #4261bc;

}
*/

.overlay-info {
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.10);
    cursor: pointer;
        padding: 0px 10px;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    -moz-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    -o-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
}

.overlay-info div:nth-child(even) {
    border-left: 1px #e4e4e4 solid;
}
.overlay-info span.sertificate{
    display: none;
}
.overlay-info div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.overlay-info ul li i {
    position: absolute;
    top: 3px;
    left: 0px;
    font-size: 20px;
    color: #e9232a;
}

.overlay-info ul li {
    display: block;
    position: relative;
    padding: 0px 30px 0px 25px;
}

/************** topmenu *****************/

.main-menu {
    width: 100%;
    max-width: 1000px;
    height: 55px;
    box-shadow: 0 1px 5px 0 #6464644D;
    background: #fff;
    flex-grow: 1;
}

.sticky .main-menu {
    margin: 0 auto;
    box-shadow: none;
}

.main-menu > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
}

.main-menu > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    position: relative;
    z-index: 10;
}

.main-menu > ul > li:first-child {
    padding-left: 6px;
}

.main-menu > ul > li:last-child {
    padding-right: 6px;
}

.main-menu a {
    color: #000;
    white-space: nowrap;
    position: relative;
    display: block;
}

.main-menu > ul > li > a {
    padding: 0 7px;
}

.main-menu > ul > li > ul > li > a {
    height: 42px;
    line-height: 42px;
    padding: 0 13px 0 11px;
    flex-grow: 1;
}


.main-menu ul ul {
    display: none;
}

.main-menu > ul > li > ul > li {
    display: flex;
    align-items: center;
    justify-content: stretch;
    border-left: solid 2px transparent;
}

@media screen and (min-width: 767px)
{
    .main-menu > ul > li:hover > ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        background: #fff;
        box-shadow: 0 4px 4px 0 #00000040;
        text-align: left;
        border-top: solid 1px #ddd;
    }

    .main-menu > ul > li > ul > li:hover {
        border-left-color: #4261BC;
    }

    .main-menu > ul > li > a:before {
        content: '';
        top: -15px;
        height: 2px;
        left: 50%;
        position: absolute;
        width: 0;
        background: #4261bc;
        -webkit-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

    .main-menu > ul > li:hover > a:before {
        width: 100%;
        margin-left: -50%;
    }
}





.navbar-collapse {
    padding: 0px;
}

ul.menu li.active a:before {
    width: 100%;
    margin-left: -50%;
}
ul.menu li a .dropdown-menu ul li:hover a:before {
 display:none;
}

.menu .dropdown-menu>li>a{
       padding: 0px;
    color:#231f20;
}

.menu .dropdown-menu>li>a:hover{
    color:#4261bc;
}

ul.menu li ul.dropdown-menu li{
       border-left: 0px!important;
        border-bottom: 0px!important;
		    text-align: center;
    padding-right: 0px;
}

.menu .dropdown-menu>.active>a{
    background: none;
}
ul.menu li.br{
	position:relative;
}
ul.menu li.br::before{
content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    background: #e4e4e4;
}



.menu .dropdown-menu{
    max-width:50px;
    left:0;
    right:0;
    text-align: center;
    min-width: inherit;
    margin: 0 auto;
    border:0px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color:#4261bc;
}

ul.dropdown-menu li a:before{
   display: none!important;
}

ul.menu li a:before {
    content: "";
    top: -49px;
    height: 2px;
    left: 50%;
    position: absolute;
    width: 0;
    background: #4261bc;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.sticky ul.menu li a:before {
    top: -15px;
}

.in ul.menu li a:before {
    display: none;
}

ul.menu li:hover a:before {
    width: 100%;
    margin-left: -50%;
}







/*======== Banner =======*/

.toper {
    padding: 25px 0;
    width: 100%;
    background: #F7F7F7;
}

.toper .block-menu {
    width: 100%;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}


.logo {
    width: 280px;
}

.toper .flex-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.title-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    flex-grow: 1;
    margin-bottom: 50px;
}

.title-info h1 {
    display: block;
    padding: 35px;
    font-size: 52px;
    line-height: 1.1;
    background: #fff;
    text-transform: uppercase;
}

.banner {
    width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
    padding: 0 0 200px;
}

.top_link {
    text-align: left;
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

.top_link a:after {
    position: absolute;
    right: -20px;
    top: 6px;
    background-image: url(/images/icon/arrow_b.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    width: 11px;
    height: 13px;
}
.top_link::after {
    left: 100%;
}
.top_link::before {
    right: 100%;
}
.top_link::after, .top_link::before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.banner .container {
    position: relative;
    z-index: 1;
    height:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.big-slider {
    width: 100%;
    height: 100%;
}

#big-slider .slider {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -400px;
    top: 0px;

}

#big-slider .slider .swiper-slide {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#big-slider .swiper-pagination {
    position: relative;
    left: 0px;
    bottom: 0px;
    font-size: 21px;
    line-height: normal;
    width: 70px;
    text-align: center;
    display: inline-block;
}

.swiper-pagination-current:before {
    content: "0"
}

.swiper-pagination-total:before {
    content: "0"
}

#big-slider .swiper-button-next {
    left: 80px;
    top: 0px;
    background-image: url(/images/icon/arrow_next.svg);
    background-position: center center;
    background-repeat: no-repeat;

}

#big-slider .swiper-button-prev {
    left: 0px;
    top: 0px;
    background-image: url(/images/icon/arrow_prev.svg);
    background-position: center center;
    background-repeat: no-repeat;

}

#big-slider .swiper-pagination-total {
    font-size: 15px;
    color: #d2c3c9;
}

#big-slider .swiper-button-next,
#big-slider .swiper-button-prev {
    right: 0;
    left: 0;
    width: 8px;
    height: 16px;
    margin-top: 0px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    background-size: 100%;
    display: inline-block;
}




.center_block {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
}


.navslider {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 22px 0;
}

.navslider::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    bottom: 50%;
    right: -150px;
    z-index: 1;
}



.border-link:hover {
    border-bottom: 0px;
}

.border-link {
    border-bottom: 1px #4261bc dashed;
    line-height: normal;
    position: relative;
}

.top_link a {
    color: #4261bc;
}

/*========== Item ============*/

.items {
    background-color: #fff;

}

.items .item {
    width: 100%;
    position: relative;
    margin-bottom: 150px;
    padding: 0px;
    background: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.items .item:last-child{
    margin-bottom: 50px;
}

.info-work p {
    margin: 10px 0 30px 0;
    font-size: 17px;
    color: #231f20;
}

.info-work h3 {
    font-size: 32px;
    margin-bottom: 30px;
    display: inline-block;
    margin-right: 30px;
}

.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    position: relative;
    width: 100%;
    bottom: 25px;
}
.buttons .theme-block{
    margin-left:10px;
}



.items .item {
    text-align: left;
}

.info-work span {
    display: inline-block;
    color: #888888;
    font-size: 21px;
    font-family: "HeliosCondRegular";
    margin-bottom: 30px;
}

.phones-block .theme-block {
    background-color: transparent;
    padding: 0px 0px;
    text-align: left;
    border: 0px;
}

.phones-block .theme-block a:after {
    position: absolute;
    right: -30px;
    top: 7px;
    background-image: url(/images/icon/mail.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    width: 20px;
    height: 10px;
}

.theme-block {
    padding: 13px 40px 13px 30px;
    background: #fff;
    border: 1px #e4e4e4 solid;
}

.theme-block a {
    border-bottom: 1px #4261bc dashed;
    line-height: normal;
    position: relative;

}

.theme-block a:hover {
    border-bottom: 0px;

}

.theme-block a.book:after {
    position: absolute;
    right: -23px;
    top: 6px;
    content: "";
    width: 15px;
    height: 11px;
    background-image: url(/images/icon/book.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.theme-block a:after {
    position: absolute;
    right: -20px;
    top: 4px;
    font-family: FontAwesome;
    content: "\f04b";
    font-size: 14px;
}

.noborder {
    border: 0px !important;
}

.nomargin {
    margin: 0px !important;
}

.info-work i {
    font-style: normal;
    color: #666;
}

.info-work .content{
height:100%;
}

.items .info-work.shadow {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border: 1px #fff solid;
}


.info-work {
    -webkit-box-flex: 2.5;
    -ms-flex: 2.5;
    flex: 2.5;
    padding: 53px 50px 0px 120px;
    position: relative;
    border: 1px #e4e4e4 solid;
    /*max-width: 915px;*/
    transition: 0.4s;
}



.item-photo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    position: relative;
    min-width: 345px;
    min-height: 400px;
    z-index: 1;
}

.item-photo img {
    position: absolute;
    left: 0px;
    top: 60px;
    min-width: 400px;
}

.item.revers {
    margin-bottom: 100px;
}

.revers .info-work {
    padding: 53px 120px 0px 50px;
}

.revers .item-photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}


.revers .item-photo img {
    right: 0px;
    left: auto;
    top: -60px;
}




/*--------- SERVICE -----------*/

.service {}

.servise_title {
    color: #231f20;
    font-family: "HeliosCondBold";
    font-size: 32px;
    position: relative;

    margin-bottom: 55px;
    margin-top: 20px;
    display: inline-block;

    /*padding: 2px 35px 2px 40px;*/
}

.servise_title span {
    display: block;
    position: relative;
    z-index: 1;

    background: #f4f4f4;
    line-height: normal;
    padding: 5px 40px 10px 40px;
}



.servise_title img {
    margin-right: 20px;
    float: left;
    margin-top: -15px;
    max-height: 80px;
}

.service .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.services-text:last-child {
    margin-right: 0px;
}

.service_list {
    -webkit-box-flex: 1;
    -ms-flex: 1 430px;
    flex: 1 430px;
    max-width: 600px;
    margin-right: 50px;
    margin-bottom: 50px;
}

.services-text ul li:last-child {
    margin-bottom: 0;
}

.services-text ul li {
    padding-left: 23px;
    margin-bottom: 25px;
    position: relative;
    color: #888888;
}

.services-text ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #e9232a;
    position: absolute;
    left: 0;
    top: 10px;
}

.services-text ul li strong {
    display: block;
    margin-bottom: 15px;
    color: #231f20;
    font-size: 21px;
    font-weight: normal;
}

.service_list a.theme-button {
    margin-left: 23px;
}


/*============= Footer ===========*/


.top-footer .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-footer .logo,
.top-footer .politic {
    -webkit-box-flex: 1;
    -ms-flex: 1 250px;
    flex: 1 250px;

}

.top-footer .anticorruption {
    display: none;
}



.top-footer {
    padding: 33px 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-color: #f7f7f7;
}

.top-footer a {
    color: #a5a5a5;
    text-decoration: underline;
}

.top-footer p {
    color: #eee;
}



.phones-block {
    text-align: center;
    margin-right: 15px;
}

.phones-block span {
    font-size: 21px;
    color: #1a171b;
    font-family: "HeliosCondBold";
}

.phones-block .top-phone {
    color: #1a171b;
    font-family: "HeliosCondBold", sans-serif;
    font-size: 19px;
}

.phones-navbar {
    float: right;
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    display: none;
}

.sticky .phones-navbar i {
    color: #4261bc !important;
}



.submithidden {
    visibility: hidden;
    position: absolute;
    left: -99999px;
}


a.theme-button {
    line-height: 1.5em;
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #4261bc;
    background-color: #fff;
    border: 1px #4261bc solid;
    margin: 0px auto 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 13px 30px;
    font-size: 17px;
    text-decoration: none;
}

a.theme-button.ilightbox_videos {
    padding-left: 25px;
    padding-right: 35px;
}

a.theme-button:focus,
a.theme-button:visited {
    text-decoration: none;
}

a.theme-button:hover {
    text-decoration: none;
    background-color: #4261bc;
    color: #fff;
}

input::-webkit-input-placeholder {
    color: #9f9f9f !important;
}

input:-moz-placeholder {
    color: #9f9f9f !important;
}


.closed {
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 9999;
    background: url(/images/close.svg) left top no-repeat;
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    display: block;
    cursor: pointer;
}


/*
------------------------------------------------------------
		Map canvas
------------------------------------------------------------
*/

.map-section {
    padding: 0;
    background: #fff;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.map-detail ul li h4 {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
}

.title-form {
    font-size: 28px;
    font-family: "HeliosCondBold", sans-serif;
    text-align: center;
    display: block;
    line-height: normal;
    margin-bottom: 15px;
}

.arctform {
    max-width: 780px;
}

.map-detail p {
    line-height: normal;
    margin-bottom: 25px;
}


.map-detail {
    max-width: 360px;
    background: #fff;
    position: absolute;
    right: auto;
    margin: -80px auto 0 auto;
    padding: 35px;
    z-index: 3;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}

.map-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 330px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 25px 10px 25px 80px;
}

.map-box ul li {
    display: block;
    position: relative;
    padding: 0px 0px 0px 25px;
	    margin-left: 20px;

}

.nowrap{
	    white-space: nowrap;
}

.map-box ul li:first-child {
	margin-left:0px;
	    white-space: nowrap;
}

.map-box ul li i {
    position: absolute;
    top: 3px;
    left: 0px;
    font-size: 20px;
    color: #e9232a;
}

.map-box ul li a {
    color: #231f20;
}



.map-block {
    position: relative;
    width: 100%;
}

#map {
    background-color: #e5e3df;
    height: 600px;
    position: relative;
    width: 100%;
}

#map:before,
#map:after {
    background: none;
    text-align: center;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

#map:after {
    bottom: 0;
    top: auto;
}





/* Back to top */

.scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 9;
    text-align: center;
    color: #fff;
    font-size: 25px;
    display: none;
    background-color: #4261bc;
    padding-bottom: 2px;
}

.scroll-top i {}

.scroll-top:focus {
    color: #fff;
}

.scroll-top:hover {
    background-color: #757575;
    color: #fff;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}

#politic {
    max-width: 800px;
    width: 100%;
    color: #1D1D1D;
    text-align: left;

}

.politic p {
    font-size: 12px;
    color: #a5a5a5;
    line-height: normal;
}

#politic .content {
    padding: 30px 30px 50px 30px;
}




/*-------------------------
    25. Sticky css here
---------------------*/

.sticky ul.menu > li > a {
    color: #000;
}


.sticky {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(100, 100, 100, .3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(100, 100, 100, .3);
    box-shadow: 0px 1px 5px 0px rgba(100, 100, 100, .3);
}

.navbar-toggle {
    float: left;
    margin-left: 5px;
}

.navbar-toggle .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}



.navbar-toggle .icon-bar {
    background-color: #4261bc;
}

/* ANIMATED X */

.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* END ANIMATED X */

.navbar-toggle .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.none {
    display: none !important;
}

.footer__dev{color:#666;height:20px;font-size:13px;font-weight:400;line-height:20px;position:relative;padding-right:25px;display:inline-block;text-decoration:none;top:0;margin-top:10px;margin-right:27px;}
.footer__dev:hover{text-decoration:underline}
.footer__dev:before{top:0;right:0;content:'';width:16px;height:20px;position:absolute;background:url(/images/logo_redbee.png) 0 0 no-repeat}

/*.ymaps-2-1-79-ground-pane {
    filter: saturate(0);
}*/

.container:before,
.container:after {
    content: none !important;
}

.phones-block > a {
    font-size: 17px;
    line-height: 30px;
    color: #000;
}


.main-content {
    margin-top: 36px;
    margin-bottom: 40px;
}


.B_crumbBox {
    margin-bottom: 44px;
    display: flex;
    gap: 5px;
}

.B_crumbBox, .B_crumbBox li a {
    color: #92908F;
}

.B_crumbBox li a {
    text-decoration: underline;
}

.B_lastCrumb {
    display: none;
}


.agm-block {
    background: #fff;
    box-shadow: 0 4px 4px 0 #00000040;
}

.product-list-wrapper {
    padding: 27px;
    margin-bottom: 40px;
}

.product-list-inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 29px;
}

.product-list-inner.reverse {
    flex-direction: row-reverse;
}

.product-photo {
    width: 400px;
    height: 400px;
    overflow: hidden;
    flex-shrink: 0;
    margin: 30px 0;
}

.product-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-text h3 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 46px;
}

.product-text p {
    font-size: 17px;
    line-height: 26px;
}

.details-link {
    margin-top: 30px;
    text-align: right;
}

.details-link a {
    color: #4261BC;
}

.details-link a:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 11px;
    margin-left: 9px;
    background: url(/images/right.svg) no-repeat center / contain;
}


.product-detail-wrapper {
    padding: 60px 24px 20px 39px;
}

.product-detail-inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 22px;
}

.product-detail-inner .product-photo {
    margin: 0;
}

.product-detail-buttons {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-left: 422px;
    gap: 20px;
}

.product-detail-buttons a {
    flex-basis: 290px;
    flex-grow: 0;
    flex-shrink: 1;
}

.product-detail-buttons a.ilightbox_videos span {
    position: relative;
    border-bottom: 1px dashed #4261bc;
}

.product-detail-buttons a.ilightbox_videos span:after {
	position: absolute;
	right: -22px;
	top: -2px;
	font-family: FontAwesome;
	content: "";
	font-size: 14px;
}

.product-detail-table {
    margin-top: 40px;
    box-shadow: 0 4px 4px 0 #00000040;
}

.product-detail-table table tr:nth-child(odd) {
    background: #d9d9d9;
}

.product-detail-table table tr:nth-child(even) {
    background: #fff;
}

.product-detail-table table td {
    text-align: center;
    font-size: 17px;
    line-height: normal;
    vertical-align: center;
    padding: 7px 13px;
    width: 50% !important;
}

.product-detail-table table td:first-child {
    border-right: solid 1px #92908F;
}

.product-detail-table table tr:not(:last-child) td {
    border-bottom: solid 1px #92908F;
}

.product-detail-table p {
    display: none;
}

.product-detail-back {
    text-align: right;
    margin-top: 32px;
    margin-bottom: 90px;
}

.product-detail-back a:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 11px;
    margin-left: 9px;
    background: url(/images/right.svg) no-repeat center / contain;
    transform: rotate(180deg);
}


.form-request {
    padding: 35px 35px 83px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-request p {
    margin-bottom: 45px;
}

.form-request .theme-button {
    max-width: 290px;
}

.form-request .form-group {
    text-align: center;
}

.form-request .lock {
    margin-top: 17px;
}

.form-request .lock label {
    display: inline;
}


.about-image {
    width: 100%;
    margin-bottom: 40px;
}

.about-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 77px;
}

.about-text {
    padding: 48px 40px 77px;
    background: #fff;
    box-shadow: 0 4px 4px 0 #00000040;
}

.about-text h1 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 37px;
}

.about-text p + p {
    margin-top: 30px;
}

.about-form {
    min-width: 360px;
}

.about-form .form-request {
    padding-bottom: 35px;
}

.about-benefits {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.about-benefits div {
    width: 225px;
    height: 229px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin: 40px 0 70px;
    padding: 20px 10px 5px;
    box-shadow: 0 4px 4px 0 #00000040;
    background: #fff;
}

.about-benefits img {
    width: auto;
    height: 130px;
}

.about-benefits span {
    display: block;
    text-align: center;
    font-size: 23px;
    line-height: 25px;
}


.tab-header {
    cursor: pointer;
    background: linear-gradient(to top, #d7d7d7, #fcfcfd 15%);
    box-shadow: 0 4px 4px 0 #00000040;
    border-top: solid 1px #ebebeb;
    font-family: "HeliosCondBold", sans-serif;
    color: #4261bc;
}

.tab-header.active {
    cursor: default;
    background: #fff;
    color: #231f20;
}

.tab-header span {
    border-bottom: 1px #4261bc dashed;
}

.tab-header.active span {
    border-bottom-color: transparent;
}

.tab-content {
    display: none;
    position: relative;
    z-index: 2;
}

.tab-content.active {
    display: block;
}


.documents-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    gap: 10px;
}

.documents-tab-header {
    font-family: "HeliosCondBold", sans-serif;
    font-size: 22px;
    line-height: normal;
    padding: 15px 65px;
}

.documents-tab-content {
    box-shadow: 0 4px 4px 0 #00000040;
    background: #fff;
    padding: 40px;
    margin: -1px 0 40px;
    font-size: 14px;
    line-height: 25px;
}

.documents-tab-content div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 35px;
}

.documents-tab-content div a {
    color: #231f20;
}

.documents-tab-content div img {
    height: 35px;
}


.services-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    gap: 100px;
    position: relative;
    z-index: 1;
}

.services-tab-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-family: "HeliosCondBold", sans-serif;
    font-size: 32px;
    line-height: normal;
    flex-grow: 1;
    padding: 4px;
}

.services-tab-header img {
    height: 70px;
    margin: 10px 0;
}

.services-tab-content {
    box-shadow: 0 4px 4px 0 #00000040;
    background: #fff;
    padding: 45px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    z-index: 2;
}

.services-tab-content.active {
    display: block;
}

.services-top-block {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    gap: 90px;
}

.services-text {
    flex-grow: 1;
}

.services-right {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
}

.services-slider-top {
    width: 470px;
    height: 470px;
    position: relative;
    overflow: hidden;
}

.services-slider-top .swiper-button-prev,
.services-slider-top .swiper-button-next {
    background: url(/images/swiper-arrow-white.svg);
    opacity: .3;
}

.services-slider-top .swiper-button-next,
.services-bottom .swiper-button-next {
    transform: rotate(180deg);
}

.services-slider-top:hover .swiper-button-prev,
.services-slider-top:hover .swiper-button-next {
    opacity: .7;
}

.services-slider-top .swiper-button-prev:hover,
.services-slider-top .swiper-button-next:hover {
    opacity: 1;
}

.services-slider-top a,
.services-slider-bottom a {
    display: block;
}

.services-wrapper h3 {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 35px;
}

.services-mobile-button {
    display: none;
    margin-top: 40px;
}

.services-bottom {
    background: #fff;
    box-shadow: 0 4px 4px 0 #00000040;
    padding: 52px 61px;
    position: relative;
}

.services-slider-bottom {
    position: relative;
    overflow: hidden;
}

.services-bottom .swiper-button-prev,
.services-bottom .swiper-button-next {
    background: url(/images/swiper-arrow-black.svg);
}

.services-slider-bottom .swiper-slide {
    height: 177px;
}

.services-slider-top .swiper-slide img,
.services-slider-bottom .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#production {
    padding: 40px 0 41px;
}

.products-main-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 46px;
    justify-content: stretch;
    margin: 68px 0 41px;
}

.product-main {
    padding: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 30px;
}

.product-main-photo {
    width: 100%;
    height: 311px;
}

.product-main-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-main-name {
    font-size: 25px;
    color: #000;
}



a.dot-link span {
    border-bottom: dashed 1px;
}

a.dot-link:hover span {
    border-bottom-color: transparent;
}

a.dotted:hover {
    text-decoration: underline;
    text-decoration-style: dashed;
}



#services {
    padding: 80px 0;
    background: #fff;
}

#dealers {
    padding: 80px 0 90px;
}

#contacts {
    padding-top: 80px;
}


.services-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.services-main-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: center;
    gap: 10px 60px;
    margin-top: 40px;
}

.services-main-bottom .details-link {
    margin-top: 10px;
    text-align: right;
    flex-grow: 1;
}

.service-main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 54px;
}

.service-main-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 21px;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 80%;
}

.service-main-header:before {
    content: '';
    position: absolute;
    background: #f4f4f4;
    height: 53px;
    left: 0;
    right: 0;
    z-index: 1;
}


.service-main-header img {
    height: 80px;
    position: relative;
    z-index: 2;
}

.service-main-header span {
    font-family: "HeliosCondBold", sans-serif;
    font-size: 32px;
    position: relative;
    z-index: 2;
}


.viewer {
    padding: 40px;
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 41px;
}

.viewer a {
    display: block;
    flex-basis: 150px;
    flex-grow: 1;
    overflow: hidden;
    border: solid 1px #ccc;
}

.viewer a:hover {
    border-color: inherit;
}

.viewer a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.header-404 {
    color: #3853A2;
    font-family: "HeliosCondBold", sans-serif;
    font-size: 120px;
    line-height: 140px;
    margin-bottom: 18px;
    text-align: center;
}

.text-404 {
    color: #3853A2;
    font-size: 32px;
    text-align: center;
    margin-bottom: 44px;
}


/* iLightBox fix */
.ilightbox-noscroll #navbar-1 {
    margin-right: 17px !important;
}