article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}[hidden]{display:none;visibility:hidden}html{font-size:100%;overflow-y:scroll;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}body,button,input,select,textarea{font-family:sans-serif}a{color:#00e}a:visited{color:#551a8b}a:focus{outline:thin dotted}a:hover,a:active{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}pre,code,kbd,samp{font-family:monospace,monospace;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}ul,ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul,nav ol{list-style:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal;*overflow:visible}table button,table input{*overflow:auto}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}input[type="checkbox"],input[type="radio"]{box-sizing:border-box}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05.09.2017, 13:57:53
    Author     : ivan
*/

/*#e12325*/

*{box-sizing: border-box;}

html, body{
    height: 100%;
}
html.popup_open {
    overflow: hidden;
}
html.popup_open .top_header{
    left: -7px;
}

body{
    font-family: 'Fira Sans', sans-serif;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    line-height: 1.6;
    background-color: #fff;
    font-weight: 300;
}

#wrapper{
    /*    min-height: 100%;*/
    background-color: #FFF;
    /*    padding-bottom: 540px;*/
    padding-top: 65px;
}

.header.fixed{
    box-shadow: 0 1px 3px 0 #ccc;
    height: 100px;
}

.header{
    display: flex;
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100px;
}
.main-logo img{
    width: 70px;
}
.mobile-logo{
    display: none
}
.btn{
    border-radius: 5px;
}
#bread_crumbs{
    /*display: none;*/
    font-weight: 200;
    margin-top: 5px;
    font-size: 16px;
}
.block{
    width: 100%;
    /*min-width: 1280px;*/
}
.inner{
    width: 1170px;
    margin: 0 auto;
    position: relative;
}
#slider {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.clear{
    clear: both;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
a, a:hover, a:visited, a:active, a:link{
    color: rgba(0,0,0,0.7);
    outline: none;
}

a{
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
button {
    outline: none;
}
h2, h3{
    font-weight: 400;
}
h2{

    font-size: 36px;
    margin-top: 0;
}
h1{
    margin-top: 0;
    font-weight: 200;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 0px;
}
#page_top h1{
    font-size: 32px;
}
#page_top{
    margin-top: 35px;
    padding: 30px 0;
    background: #f5f5f5;
}
#content{
    padding-bottom: 60px;
    padding-top: 30px;
    background: #f9f9f9;
    min-height: 50vh;
}
.header .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*    height: 100px;*/
}
.popup_open .fixed_nav{
    padding-left: 0;
}

.inner .menu {
    width: calc(100% - 100px);
    display: flex;
    justify-content: center;
    /*    margin-left: 85px;
        margin-top: -3px;*/
}
.menu ul{
    display: flex;
}

s
#text ul li:before,
section ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    background: #e12325;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 10px;
    opacity: 0.6;
}
img{
    max-width: 100%;
    height: auto;
}
ul li{
    position: relative;
    padding-left: 15px;
}
.header .phone{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.header .phone a span{
    font-size: 20px;
}
.header .phone a{
    font-weight: 500;
}

#menu .phone{
    position: absolute;
    font-size: 18px;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
}

#menu .contacts{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
}
#menu .contacts a{
    font-size: 20px;
    text-transform: none;
}
#menu .our_otels{
    position: absolute;
    bottom : 50px;
    right: 50px;
    color: #fff;
    font-size: 20px;
    font-size: 24px;
    cursor: pointer;
    text-transform: uppercase;
}

#menu .logo{
    /*// filter: invert(1);*/
}
.logo{
    display: block;
    width: 215px;
    height: 50px;
    background: url(/i/cleanTime.svg) no-repeat center;
    background-size: 100%;
}



/*MENU_BTN*/

.nav-icon2:hover{
    transform: scale(1.05);
}
.nav-icon2{
    position: fixed;
    left: 40px;
    top: 40px;
    width: 60px;
    height: 36px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 2001;
    margin-right: 0;
    display: none;
}

.nav-icon2 span {
    background: rgba(0,0,0,.7);
}
.scroll_top .black .nav-icon2 span {
    background: #666;

}
.scroll_top .nav-icon2 span {
    background: #fff;
}
.nav-icon2 span {
    display: block;
    position: absolute;
    height: 2px;
    width: calc(50% - 5px);
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out transform;
    -moz-transition: .25s ease-in-out transform;
    -o-transition: .25s ease-in-out transform;
    transition: .25s ease-in-out transform;
}

.nav-icon2 span:nth-child(even) {
    left: calc(50%);
    border-radius: 0 9px 9px 0;
}

.nav-icon2 span:nth-child(odd) {
    left:5px;
    border-radius: 9px 0 0 9px;
}

.nav-icon2 span:nth-child(1), .nav-icon2 span:nth-child(2) {
    top: 0px;
}
.nav-icon2 span:nth-child(3), .nav-icon2 span:nth-child(4) {
    top: 12px;
}
.nav-icon2 span:nth-child(5), .nav-icon2 span:nth-child(6) {
    top: 24px;
}
.nav-icon2.open span:nth-child(1),.nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-icon2.open span:nth-child(2),.nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.right_btns .nav-ico2.open,
.right_btns .nav-icon2{
    margin-right: 0;
}
.nav-icon2.open{
    background: none;
    margin-top: 5px;
}
.nav-icon2.open span:nth-child(1) {
    left: 8px;
    top: 2px;
    background: #fff;
}
.nav-icon2.open span:nth-child(2) {
    left: calc(50% - 8px);
    top: 2px;
    background: #fff;
}
.nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
.nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
.nav-icon2.open span:nth-child(5) {
    left: 7px;
    top: 17px;
    background: #fff;
}
.nav-icon2.open span:nth-child(6) {
    left: calc(50% - 7px);
    top: 17px;
    background: #fff;
}
/*/-----*MENU_BTN*-----/*/


.product_menu ul.catalog_list li{
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    margin-right: 0;
}

.product_menu ul.catalog_list li a:hover{
    text-decoration: none;
}
.product_menu ul.catalog_list li:hover{
    background: #eee;
}

.fa-bars{
    display: none;
}
#menu:before{
    content: '';
    position: absolute;
    width: 40vw;
    height: 40vw;
    bottom: 3vw;
    right: 3vw;
    opacity: 0.3;
    /*background: url('/i/big_logo_yasn_gr.png') no-repeat center;*/
    background-size: 90%;
}
#menu{
    display: none;
    align-self: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    background:#2467b4;
    color: #fff;
    z-index: 101;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
#menu .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#menu.active{
    display: block;
}
.menu_items .title{
    font-size: 24px;
}
.menu_items{
    width: 25%;
    display: flex;
    flex-direction: column;
}
.menu_items a {
    /*    padding-left: 15px;*/
}

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

#menu .logo{
    margin-right: 80%;
    margin-bottom: 40px;
}
#menu ul{
    display: flex;
    flex-direction: column;
}
#menu h3{
    font-weight: 300;
    font-size: 24px;
}

#menu .social h3{
    font-weight: 300;
    font-size: 20px;

}
.social h3{
    margin-bottom: 10px;
    font-weight: 300;
}
.social .icons{
    display: flex;
}
#menu .social .vk{
    background: url(/i/vk.svg) no-repeat center;
    background-size: 100%;
}
#menu .social .in{
    background: url(/i/inst.svg) no-repeat center;
    background-size: 100%;
}
#footer .social .vk{
    background: url(/i/vk_footer.svg) no-repeat center;
    background-size: 100%;
}
#footer .social .in{
    background: url(/i/inst_footer.svg) no-repeat center;
    background-size: 100%;
}
#footer .social a,
.social a{
    display: block;
    background: #eee;
    width: 30px;
    height: 30px;
    margin: 0;
    margin-right: 20px;
}
#menu a:hover{
    text-decoration: none;
}
#menu span,
#menu a{
    color: #fff;
    font-size: 18px;
    line-height: 2;
    /*    padding-left: 15px;*/
}

.header  ul.catalog_list li{
    width: 100%;
    align-self: flex-start;
    margin-right: 5px;
    padding-left: 0;
}

.header  ul.catalog_list a{
    display: block;
    color: #0047bb;
    font-weight: 600;
    padding: 2px 20px;
    /*    border-radius: 25px;*/
    cursor: pointer;
    white-space: nowrap;
    transition: .3s all;
    border: 1px solid transparent;
}

.header ul.catalog_list li.current a span{
    /*    background-color: #52a7e3;
        color: #fff;*/
    border-bottom: 1px solid;
}
.header ul.catalog_list .second_ul li.current a{
    background-color: #52a7e3;
    color: #fff;
}

.header ul.catalog_list .second_ul li a{
    background-color: #fff;
    color: #000;
}
.header ul.catalog_list li a:hover span{
    border-bottom: 1px solid;
    /*        background: #ebebeb;*/

}
/*a:focus {
    border: 1px solid #ccc;
}*/
#footer .footer_items a:hover{
    text-decoration: underline;
}

/*#basket:hover .basket_title{
    color: #e59451;
}*/


/*#to_top {
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 5px;
    left: 0;
    opacity: 0.8;
    position: fixed;
    text-align: center;
    bottom: 140px;
    font-size: 48px;
    display: none;
    transition: opacity 0.3s ease;
    z-index: 20;
}*/






/*Прелоадер*/
.cssload-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cssload-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    transition: top 1.38s linear 3.57s;
    -o-transition: top 1.38s linear 3.57s;
    -ms-transition: top 1.38s linear 3.57s;
    -webkit-transition: top 1.38s linear 3.57s;
    -moz-transition: top 1.38s linear 3.57s;
}
.cssload-container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    transition: bottom 1.38s linear 3.57s;
    -o-transition: bottom 1.38s linear 3.57s;
    -ms-transition: bottom 1.38s linear 3.57s;
    -webkit-transition: bottom 1.38s linear 3.57s;
    -moz-transition: bottom 1.38s linear 3.57s;
}
.cssload-container.done:before {
    top: -50%;
}
.cssload-container.done:after {
    bottom: -50%;
}

.cssload-progress {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
}
.cssload-progress .cssload-progress-item {
    text-align: center;
    width: 97px;
    height: 97px;
    line-height: 97px;
    border: 2px solid #e12325;
    border-radius: 50%;
}
.cssload-progress .cssload-progress-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -3px;
    margin-left: 0px;
    width: 44px;
    height: 44px;
    border-top: solid 10px #e12325;
    border-right: solid 10px #e12325;
    border-top-right-radius: 100%;
    transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    animation: spin 3.45s linear infinite;
    -o-animation: spin 3.45s linear infinite;
    -ms-animation: spin 3.45s linear infinite;
    -webkit-animation: spin 3.45s linear infinite;
    -moz-animation: spin 3.45s linear infinite;
}
.cssload-progress.cssload-float .cssload-progress-item:before {
    border-top-width: 2px;
    margin-top: 0px;
    height: 49px;
}
.cssload-progress.cssload-float.cssload-shadow:before {
    border-top-width: 2px;
    margin-top: -40px;
    height: 49px;
}
.cssload-progress.cssload-shadow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -42px 0 0 12px;
    width: 44px;
    height: 44px;
    border-top: solid 10px rgb(100,100,100);
    border-right: solid 10px rgb(100,100,100);
    border-top-right-radius: 100%;
    z-index: -1;
    transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    animation: spin 3.45s linear infinite;
    -o-animation: spin 3.45s linear infinite;
    -ms-animation: spin 3.45s linear infinite;
    -webkit-animation: spin 3.45s linear infinite;
    -moz-animation: spin 3.45s linear infinite;
}
.cssload-progress.cssload-shadow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 97px;
    height: 97px;
    color: rgb(221,221,221);
    text-align: center;
    line-height: 97px;
    border: 2px solid rgb(100,100,100);
    margin: -39px 0 0 -39px;
    z-index: -1;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
}


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

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

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

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

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
/*Прелоадер END*/




/*Красивые чекбоксы и радио*/
input[type=checkbox], input[type=radio] {display: none;}

/*input[type=checkbox] + label:before, input[type=radio] + label:before {
    content: "";
    font-size: 14px;    
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 7px;
    left: 0;
}*/


input[type=checkbox] + label, input[type=radio] + label{
    display: block;
    background-color: transparent;
    transition: background-color 0.25s ease;
    padding: 5px 5px 5px 35px;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
    position: relative;
}

input[type=checkbox] + label:first-letter, input[type=radio] + label:first-letter{
    text-transform: capitalize;
}

input[type=checkbox] + label:hover, input[type=radio] + label:hover{
    background-color: #f0f3f5;
}
input[type=checkbox] + label:hover:before, input[type=radio] + label:hover:before{
    border-color: #F79C1C;
}


/*С‡РµРє*/
input[type=checkbox] + label:before {
    color: transparent;
    transition: all ease .3s;
}
input[type=checkbox]:checked + label:before {
    content: "\2713";
    color: #0047bb;
    border-color: #0047bb;
    
}

/*СЂР°РґРёРѕ*/
input[type=radio] + label:before {
    transition: all ease .3s;
    color: #fff;
}
input[type=radio]:checked + label:before {
    font-size: 14px; 
    color: #d2e0ef;
}
/*Красивые чекбоксы и радио END*/


/*Мой селект*/

.choose_items_title{
    margin-bottom: 7px;
    font-weight: bold;
}

.choose_items{
    width: 210px;
    margin-left: 15px;
    font-size: 13px;
    position: relative;
    z-index: 10;
}

.compare_big_cell .choose_items{
    top: 0;
}

.current_choose_item{
    position: relative;
    border-radius: 4px;
    border: solid 1px #d3cac4;
    padding: 7px 30px 7px 15px;
    cursor: pointer;
    color: #6C7179;
}
.current_choose_item i{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    color: #d3cac4;
}
.choose_items_list{
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    margin-top: -1px;
    border-radius: 2px;
    padding: 6px 0;
    background-color: #f8f8f8;
    border: solid 1px #d3cac4;
    border-top: none;
}

.choose_item{
    padding: 6px 15px;
    cursor: pointer;
}

.choose_item:hover, .choose_item.active{
    background-color: #d3cac4;
}


button.lock{
    opacity: 0.2;
    cursor: default !important;
}

/*Messages END*/

/*item_popup*/


::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 5px;
    height: 1px;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-button {
    background: #ccc;
    width: 5px;
    height: 20px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #52a7e3;
}
::-webkit-scrollbar-track {
    background-color: #aaa;
}




.showcase_block{
    display: flex;
    justify-content: space-between;
}
.showcase_block .bg_noize{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(250,250,250, 0.85);
    transition: .3s all;
}
.showcase_block .left:hover .bg_noize{
    background: rgba(250,250,250, 0.65);
}
.showcase_block .left{
    position: relative;
    width: 49%;
    height: 600px;
    background: url(/i/left_img.jpg) no-repeat center;
    background-size: cover;

}
.showcase_block .right{
    width: 49%;
    height: 600px;
    background: url(/i/main.jpg) no-repeat center;
    background-size: cover;
}
.section_content .lib{
    width: 240px;
    background: url(/i/big_logo_yasn.svg) no-repeat center;
    height: 240px;
    background-size: 100%;
}
.section_content address{
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
}
.showcase_block .section_content{
    display: flex;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: center;
}
.showcase_block .section_content .text{
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.features_block{
    padding: 40px 0;
    padding-top: 80px;
}

.features_block .features{
    display: flex;
    justify-content: space-between;
}
.features .left{
    justify-content: flex-end;
    background: #eee;
}
.feature{
    position: relative;
}
.feature a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}
.features .left,
.features .right{
    height: 570px;
    width: 570px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.features .left .feature{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    border: 1px solid #eee;
    background: url(/i/m_1.jpg) no-repeat center;
    transition: .3s all;
}
.features .left .feature:hover .panel,
.features .right .feature:hover .panel{
    /*filter: contrast(115%);*/
    background: rgba(34, 101, 179, 0.9);
}
.left .feature .panel{
    height: 100px;

}
.feature.sad{
    background: url(/i/m_2.jpg) no-repeat center;
}
.feature.mebel{
    background: url(/i/m_3.jpg) no-repeat center;
}
.feature.remont{
    background: url(/i/m_4.jpg) no-repeat center;
}
.feature.les{
    background: url(/i/m_5.jpg) no-repeat center;
}

#catalog{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.catalog_text,
.feature .panel{
    display: flex;
    align-items: center;
    width: 100%;
    height: 25%;
    font-size: 22px;
    color: #fff;
    padding-left: 15px;
    transition: .3s all;
    background: rgba(34, 101, 179, 0.7); 
    flex-direction: column
}
.catalog_item,
.features .right .feature{
    display: flex;
    width: 47.5%;
    flex-direction: column;
    height: 270px;
    justify-content: flex-end;
    margin-bottom: 30px;
    /*border: 1px solid #eee;*/
    /*background: url(i/)*/
}

.catalog_title {
    text-align: center;
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: 200;
}

.catalog_descr {
    text-align: center;
    font-size: 14px;
}
.catalog_item a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.catalog_item .catalog_img{
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.catalog_item:hover .catalog_text{
    background: rgba(34, 101, 179, 0.9);
}
.catalog_item{
    position: relative;
    width: 32%;
}


.flat_block{
    padding: 40px 0;
}

.flat_btns{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.flat_btn.current{
    background: #2265b3;
    color: #fff;
}
.flat_btn:hover{
    border-color: #ccc;
}
.flat_btn{
    padding: 3px 20px;
    cursor: pointer;
    font-size: 22px;
    transition: .3s all;
    border: 1px solid transparent;
    border-radius: 25px;
    margin-right: 5px;
}
.flat .descr{
    margin-bottom: 20px;

}
.flat .descr li{
    position: relative;
}
.flat .descr li:after{
    content: '-';
    position: absolute;
    left: 0;
}
.flat .title{
    font-size: 28px;
    margin-bottom: 20px;
}
.flat .btn a{
    color: #fff;
}
.flat .btn:hover{
    background: #bb1f20;

}
.flat .btn{
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e12325;
    color: #fff;
    font-size: 20px;
    border-radius: 25px;
    transition: .3s all;
}
.flat .choice{
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: center;
}
.choice .price span{
    font-size: 32px;

}
.choice .price {
    margin-right: 50px;
}
.flat.current{
    display: flex;
    justify-content: space-between;
}

.flat[data-id="1"] .img{
    background-image: url(/i/1scheme.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.flat[data-id="2"] .img{
    background-image: url(/i/2scheme.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.flat[data-id="3"] .img{
    background-image: url(/i/3com.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.popup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    display: none;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    z-index: 15;
}
.popup_bg {
    position: absolute;
    z-index: 100;
    height: 100%;
    width: 100%;
}
.popup_img {
    position: relative;
    margin: 0 auto;
    z-index: 20;
    max-height: 70%;
    max-width: 70%;
    margin: 10% 0 0 0;
}


.flat{
    display: none;
}

.flat .text{
    width: 60%;
}

.flat .img:hover{
    transform: scale(1.05);
}
.flat .img{
    width: 38%;
    height: 360px;
    cursor: pointer;
    transition: .3s all;
}

.chestr_lib{
    width: 120px;
    height: 200px;
    background: url(/i/chest_inv.svg) no-repeat center;
    background-size: 100%;
    margin: 0 auto;
    margin-top: -50px;
}
.about_block .img{
    width: 45%;
    background: url(/i/main2.jpg) no-repeat center bottom;
    background-size: 100%;
}
.about_block h3,
.about_block h4{
    width: 100%;
    margin: 0;
    position: relative;
}
.about_block p{
    margin-top: 0;

}
.about_block h3{
    margin-bottom: 10px;
    font-weight: 200;
    font-size: 32px;
}

.about_block .about:after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 65%;
    height: 100%;
    background: url('/i/2.png') no-repeat right center;
    background-size: 100%;
}
.about_block .about:before{
    content: '';
    position: absolute;
    top: -5%;
    left: 0%;
    width: 115%;
    height: 110%;
    background: linear-gradient(to right, transparent 40%, #f8f8f8);
}
.build_steps:before{
    content: '';
    position: absolute;
    top: -5%;
    left: -15%;
    width: 115%;
    height: 110%;
    background: linear-gradient(to left, transparent 40%, #f8f8f8);
}
.about_block .about{
    position: relative;

}
.about_block .inner >div{
    margin-bottom: 60px;
    position: relative;
}
.about_block{
    padding: 40px 0;
}
.about_block .news .text,
.about_block .about .text{
    width: 53%;
}
.builder{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.builder .left{
    width: 75%;
}
.builder .right{
    width: 23%;
}
.build_steps .text{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}
.build_steps .txt{
    width: 50%;

}
.builder .text{
    margin-bottom: 20px;
}
.in_cheb span, .in_yo span{
    padding-left: 10px;
}
.in_cheb, .in_yo{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    text-align: center;
}

#footer{
    /*    height: 540px;*/
    /*    padding-bottom: 40px;*/
    border-top: 1px solid #eee;
    padding-top: 45px;
}
#footer .bottom .inner{
    align-items: center;
}
#footer .inner{
    display: flex;
    display: -webkit-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: 300;
}
#footer .top .inner .top_footer{
    width: 100%;
    display: flex;
    flex-direction: row;
    display: -webkit-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.top_footer .callback_button{
    font-size: 20px;
    color: #3e78bd;
    background: none;
    border-bottom: 1px dashed ;
    transition: all .3s ease;
    margin-right: 165px;
}




.top_footer .callback_button:hover{
    color: #ff6600;
    border-color: #ff6600;
}

.general_phone_footer{
    font-size: 20px;
}

#footer .ask_title{
    font-size: 20px;
    margin-right: 20px;
    position: relative;
    left: 11px;
}

#callback_footer{
    position: relative;
    text-transform: uppercase;

    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    background-size: 9%;
    cursor: pointer;
    transition: .3s all;
    margin-top: 20px;
}

#callback_footer span{
    background-size: 100%;
    width: 20px;
    height: 40px;
    display: block;
    position: absolute;
    left: 0px;

}

#callback:hover{
    color: #e59451;
    border-color: #e59451; 
}

.footer_adress{
    margin-bottom: 20px;
}

#footer .top{
    padding-bottom: 30px;
}
#footer .bottom{
    padding: 20px 0;
    background: #eee;
    font-size: 14px;
    height: 100px;
}
#footer .top .inner >div{
    display: flex;
    flex-direction: column;
    padding-left: 5px;
}

.footer_menu .catalog_list{
    flex-direction: column;
}


.footer_items a,
.footer_items span,
.footer_items p{
    margin: 0;
    line-height: 2;
}
.footer_items a{
    color:#535d6c;
}
.footer_items ul{
    display: flex;
    display: -webkit-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    flex-wrap: wrap;

}

.footer_items ul li{
    margin-right: 5px;
    padding-left: 0;
}

.footer_title{
    font-size: 22px;
    margin-bottom: 15px;
}

#to_top {
    color: #979797;
    cursor: pointer;
    font-weight: bold;
    padding: 5px;
    left: 0;
    opacity: 0.5;
    position: fixed;
    text-align: center;
    bottom: 340px;
    font-size: 48px;
    display: none;
    transition: opacity 0.3s ease;
    z-index: 20;
}

.gallery{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.gallery .img:hover{
    box-shadow: 0 0 1px 2px #ccc;
}
.gallery .img{
    width: 32%;
    height: 300px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}


#popup__toggle {
    bottom: 25px;
    display: none;
    right: 10px;
    position: fixed;
    z-index: 999;
    cursor: pointer;
}

#popup__toggle:hover .img-circle{
    opacity: .9;
    transform: scale(1.05);
}
.circlephone {
    border: 2px solid #1f8fde;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
.circle-fill {
    background-color: #1f8fde;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 35px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}




.img-circle {
    width: 72px;
    height: 72px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    background-color: #1f8fde;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    position: relative;
    transition: .3s all;
}
.img-circleblock {
    width: 72px;
    height: 72px;
    background-image: url(/i/smartphone.svg);
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}
@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}
@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}
@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}
@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}
@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}
@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}




/*
@media screen and (max-width : 1600px){
    .nav-icon2{
        left: 10px;
    }
    .about_block .about:before{
        width: 110%;
    }
    .about_block .about:after{
        width: 60%;
    }
}
@media screen and (max-width : 1440px){
    .nav-icon2{
        left: 10px;
    }
    .about_block .about:before{
        width: 105%;
    }
    .about_block .about:after{
        width: 55%;
    }
}*/


.pop{
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

/*.header>div {
    padding-top: 24px;
}*/

.main-logo {
    display: flex;
    /*    margin-left: 16px;
    margin-top: 8px;*/
}

#slider {
    padding: 4.9%;
    width: 100%;
    background: url(/i/za.png)center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-top: 13px
}
.slider {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;

}
.img-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.big-logo {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    /*    margin: -12px 300px 60px*/


}
.slider-text {
    display: flex;
    flex-direction: column;

}
.slider-text h2 {
    color: #ffffff;
    font-size: 60px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    padding-left: 70px;
    padding-top: 55px;
    margin: 0;
    text-align: left;
}
.slider-text p {
    color: #ffffff;
    font-size: 31.25px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    margin: 0;
    padding-left: 70px;
}

#progects {
    padding-top: 105px;
    background-color: #f2f2f2ff;
    padding-bottom: 95px;
    margin: 0px auto;

}
.link-container {
    text-align: center;
}
.result-link {

    text-align: center;
    font-size: 26px;


    /*    font-size: 20px;
        color: #3e78bd;*/
    background: none;
    border-bottom: 1px dashed ;
    transition: all .3s ease;

}

.result-link:hover{
    color: #ff6600;
    border-color: #ff6600;
}

#progects.inner {
    padding-top: 100px;
}
.block-title {
    text-align: center;
    font-size: 60px;
    font-weight: 100;
    padding-bottom: 20px;

}

#more {
    padding-top: 40px;
}
.our-progect {
    padding-top: 75px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}


.progect {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 31%;
    flex-wrap: nowrap;
    margin-bottom: 4%;

}

.progect img {
    width: 100%;
}

.progect h3 {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 200;

}
.progect p {
    text-align: center;
    margin-top: -2px;
    font-size: 14px;
}


#about-company {
    padding-top: 100px;
    text-align: center;
    background-color: #ffffffff;
    padding-bottom: 97px;
}



.company-descr {
    text-align: center;
    width: 868px;
    max-width: 100%;
    margin: 0 auto;

}
.company-descr p{
    text-align: initial;
    /*padding-top: 21px;*/
    font-size: 20px;
    line-height: 30px;
    /*    padding-bottom: 30px;*/

}
#company-group {
    padding-top: 90px;
    background-color: #f2f2f2ff;
    padding-bottom: 50px;
}

.company-groups {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 55px;
}
.group-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #ffffffff;
    width: 23%;
    height: 167px;
    margin-bottom: 4%;
}
.group-item a{
    display: flex;
    align-items: center;


}
.group-item img{
    width: 100%;
}

.owl-nav div{
    width: 65px;
    height: 70px;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 50%;
    margin-top: -25px;
    transition: 0.3s ease;
    opacity: 0.5;
    font-size: 0;
    filter: invert(100%);
}
#back_slide:hover, #forward_slide:hover{
    opacity: 1;
    filter: hue-rotate(180deg);
}


.owl-prev{
    left: -250px;
    background-image: url(/i/left.svg);
}
.owl-next{
    right: -250px;
    background-image: url(/i/right.svg);
}

.owl-carousel .owl-item img {
    display: block;

}

table {
    width: 100%;
    font-size: 14px;
}

tr{
    border: 1px solid transparent;
    transition: background-color 0.2s ease-in-out;
}

tr:nth-child(odd){
    background-color: rgba(0, 108, 184, 0.17);
}
tr:nth-child(even){
    background-color: #fff;
}

tr:nth-child(odd):hover{
    background-color: rgba(0, 108, 184, 0.27);
}

tr:nth-child(even):hover{
    background-color: rgba(255,255,255, .3);
}




th {
    text-shadow: 0 1px 1px #2D2020;
    padding: 5px 10px;
}
th, td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
}
th:first-child, td:first-child {
    text-align: left;
}
th:first-child {
    border-top-left-radius: 10px;
}
th:last-child {
    border-top-right-radius: 10px;
    border-right: none;
}
td {
    padding: 10px 20px;

}
tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}
tr td:last-child {
    border-right: none;
}

tr:first-child td:first-child{
    border-radius: 10px 0 0 0;
}

tr:first-child td:last-child{
    border-radius: 0 10px 0 0;
}
td p{
    margin: 0;
}

th p{
    margin: 0;
}
thead {
    background-color: #ccc;
}
.href-btn{
    display: inline-block;
    padding: 2px 20px;
    border-radius: 25px;
    cursor: pointer;
    white-space: nowrap;
    transition: .3s all;
    border: 1px solid transparent;
    background-color: #f52828;
    color: #fff;
    transition: .3s all;
}

.href-btn:hover{
    background-color: #b11515;
}

#text li:before, .nice_ul li:before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #006cb8;
}

/*Gallery*/

.gallery_page{
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    margin-top: 60px;
}

.gallery_item_wrap{
    position: relative;
    width: 23%;
    margin-bottom: 2%;
    margin-left: 2%;
    border: 1px solid #ccc;
    cursor: zoom-in;
    transition: all 0.25s ease-out;
}
.gallery_item_wrap:hover{
    opacity: 0.85;
}
.gallery_item{
    padding-bottom: 75%;
    height: 0;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*AND Gallery*/


/*site_preloader*/
.site_preloader{
    display: none; 
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    left: 50%;
    top: 50%;
}

.cssload-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cssload-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    transition: top 1.38s linear 3.57s;
    -o-transition: top 1.38s linear 3.57s;
    -ms-transition: top 1.38s linear 3.57s;
    -webkit-transition: top 1.38s linear 3.57s;
    -moz-transition: top 1.38s linear 3.57s;
}
.cssload-container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    transition: bottom 1.38s linear 3.57s;
    -o-transition: bottom 1.38s linear 3.57s;
    -ms-transition: bottom 1.38s linear 3.57s;
    -webkit-transition: bottom 1.38s linear 3.57s;
    -moz-transition: bottom 1.38s linear 3.57s;
}
.cssload-container.done:before {
    top: -50%;
}
.cssload-container.done:after {
    bottom: -50%;
}

.cssload-progress {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
}
.cssload-progress .cssload-progress-item {
    text-align: center;
    width: 97px;
    height: 97px;
    line-height: 97px;
    border: 2px solid #502d16;
    border-radius: 50%;
}
.cssload-progress .cssload-progress-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -3px;
    margin-left: 0px;
    width: 44px;
    height: 44px;
    border-top: solid 10px #502d16;
    border-right: solid 10px #502d16;
    border-top-right-radius: 100%;
    transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    animation: spin 3.45s linear infinite;
    -o-animation: spin 3.45s linear infinite;
    -ms-animation: spin 3.45s linear infinite;
    -webkit-animation: spin 3.45s linear infinite;
    -moz-animation: spin 3.45s linear infinite;
}
.cssload-progress.cssload-float .cssload-progress-item:before {
    border-top-width: 2px;
    margin-top: 0px;
    height: 49px;
}
.cssload-progress.cssload-float.cssload-shadow:before {
    border-top-width: 2px;
    margin-top: -40px;
    height: 49px;
}
.cssload-progress.cssload-shadow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -42px 0 0 12px;
    width: 44px;
    height: 44px;
    border-top: solid 10px rgb(221,221,221);
    border-right: solid 10px rgb(221,221,221);
    border-top-right-radius: 100%;
    z-index: -1;
    transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    animation: spin 3.45s linear infinite;
    -o-animation: spin 3.45s linear infinite;
    -ms-animation: spin 3.45s linear infinite;
    -webkit-animation: spin 3.45s linear infinite;
    -moz-animation: spin 3.45s linear infinite;
}
.cssload-progress.cssload-shadow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 97px;
    height: 97px;
    color: rgb(221,221,221);
    text-align: center;
    line-height: 97px;
    border: 2px solid rgb(221,221,221);
    margin: -39px 0 0 -39px;
    z-index: -1;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
}


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

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

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

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

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
/*AND site_preloader*/


.header li{
    padding: 0;
}

.header .top_li{
    margin-right: 5px;
}
.header .top_li:last-child{
    margin-right: 0;    
}

.header .catalog_list a{
    display: block;
    transition: background-color 0.2s ease-in-out;
}
.header .top_li > a{
    padding: 7px 18px;
    display: block;
}

.header .top_li > a > span{
    padding-bottom: 5px;
    /*    border-bottom: 1px solid #e2e2e2;*/
    transition: border-bottom-color 0.2s ease-in-out;
}

.header .top_li:hover > a, .header .top_li.current > a{
    /*    background-color: #f4f4f4;*/
}
.header .top_li:hover > a span, .top_li.current > a span{
    border-bottom-color: transparent;
}

.header .second_ul a{
    padding: 7px 20px;
    font-size: 14px;
}
.header .second_ul a:hover, .header .second_ul li.current a{
    background-color: #f9f9f9;
}


.header ul.second_ul li{
    border-bottom: 1px solid #eee;
}
.header ul.second_ul{
    display: none;
    /*    width: 200px;*/
    position: absolute;
    top: 70px;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    /*    box-shadow: 0px 1px 1px 1px #aaa;*/
}


#slider-block {
    padding-top: 15px;
    width: 100%;
    height: calc(100vh - 65px);
    overflow: hidden;
}
.slider-item{
    height: 100%;
    position: relative;
    /*   width: 1920px;*/
    min-width: 100%;
    display: block;
}
.slider_img{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    background-repeat:no-repeat;
    background-size: cover; 
    background-position: center;
}
.slider_img:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.55);;

}
.slider-item .inner{
    position: relative;
    height: 100%;
}

.slider_title{
    font-size: 38px;
    margin-bottom: 15px;
    font-weight: 500;

}
.slider_text{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.slider_attr{
    padding: 5px 10px;
    background-color: #0083C9;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.slider_attr:nth-child(2){
    background-color: #E31E24;
}

.slider_descr{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}
a.slider_link{
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
}
#slider-block .owl-prev{
    left: 0;
}
#slider-block .owl-next{
    right: 0;
}
#slider-block .owl-dots{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
}
#slider-block .owl-dot{
    width: 12px;
    height: 12px;
    content: '';
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 5px;
}
#slider-block .owl-dot.active{
    background-color: #fff;
}
.footnote{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    margin-bottom: 90px;
    width: 55%;
}
.footnote br{
    display: none;
}
#progets{
    padding: 90px 0;
}
.progects_block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.progect_item{
    width: calc(50% - 15px);
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    min-height: 220px;
    height: 360px;
    transition: .3s all;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-width: 370px;
}
.progect_item:hover .progect_img{
    transform: scale(1.2);
}
.progect_text{
    position: relative;
    padding: 20px;
    height: 100%;
    width: 100%;
}
.progect_item div{
    color: #fff;
    z-index: 1;
}
/*.progect_address{
    display: flex;
    align-items: center;
}*/
.progect_address:before{
    content: '';
        background: url(/i/icon-mappin-white.svg) no-repeat center;
    display: inline-block;
/*    vertical-align: bottom;*/
    height: 13px;
    width: 10px;
    margin-right: 5px;
}
.progect_img{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s all;
}
.progect_img:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}
.progect_title{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.2;
}
.progect_type{
    font-size: 14px;
    margin-bottom: 15px;
}
.progect_attr_block{
    display: flex;
}
.progect_attr{
    font-size: 14px;
    padding: 4px 9px 4px;
    border-radius: 5px;
    margin-right: 10px;
    background-color: #0083C9;
    margin-bottom: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.progect_attr:nth-child(2){
    background-color: #E31E24;
}
.progect_address{
    font-size: 16px;
    font-weight: 500;

}
.progect_bottom{
    bottom: 30px;
    position: absolute
}
#about_company{
    width: 100%;
    background-image: url(/i/about_compani.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px 0;
    color: #fff;
    margin-bottom: 90px;

}
.about_company_text{
    font-size: 24px;
    margin: 45px;
    margin-top: 0;
}
.about_company_text span{
    font-size: 32px;
    font-weight: 500;
}
.about_company_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*    align-items: center;*/
}
.about_company_item{
    width: calc(33% - 30px);
    /*    display: flex;
        flex-wrap: wrap;
        align-items: center;*/
    /*    justify-content: center;*/
    margin-bottom: 30px;
    min-width: 230px;
    /*    background-color: #fff;*/
}
.about_company_item_num{
    font-size: 75px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    line-height: 1;
}
.about_company_item_text{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}
.about_company_item_img{
    content: '';
    width: 70px;
    height: 70px;

    margin: 0 auto;
    margin-bottom: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about_company_item_img.star{
    background-image: url(/i/star.png);
}
.about_company_item_img.cup{
    background-image: url(/i/cup.png);

}
.row{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 55px;
}
a.btn{
    font-size: 18px;
    font-weight: 500;
    color: #0047bb;
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
}
a.btn:hover{
    background-color: #0047bb;
    color: #fff;
}
.progect_row a.btn{
    border: 1px solid #0047bb;
}


footer{
    background-color: #e3e6e6;
    padding: 30px 0;
    position: relative;
}
.footer_top{
    width: 100%;
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_element{
    width: 50%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    min-width: 300px;
}
.footer_col{
    width: 50%;
    min-width: 200px;
}
.footer_row{
    width: 90%;
    min-width: 300px;
}
.footer_menu .catalog_list li{
    padding: 0;
    margin-bottom: 10px;

}
.footer_menu .catalog_list li:hover a span{
    border-bottom: 2px solid;
}
.footer_menu .catalog_list li a span{
    border-bottom: 2px solid transparent;
}
.footer_menu .catalog_list .top_li.current a span{
    border-bottom: 2px solid;
}
.footer_menu .catalog_list li a{
    color: #0047bb;
    font-size: 16px;
    font-weight: 600;

}
.footer_contacts{
    display: flex;
    flex-direction: column;
}
.footer_contacts a{
    color: #0047bb;
    transition: .3s all;
}
.footer_contacts a:hover{
    text-decoration: underline;
}
.footer_title{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
a.footer_phone{
    font-size: 24px;

    font-weight: 600;
}
a.footer_email{
    font-size: 20px;

}
.input-group{
    display: flex;
    width: 100%;

}
.form-control{
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: none;
    border-radius: 4px 0 0 4px;
    width: calc(100% - 200px);

}
.subscribe_btn{
    border: none;
    background-color: #0047bb;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    font-weight: 600;
    max-height: 45px;
    transition: .3s all;
    width: 145px;
}
.subscribe_btn:hover{
    background-color:#073278;
}
.agree-apply input[type="checkbox"]+label{
    display: flex;
    position: relative;
    align-items: center;
}
.agree-apply input[type="checkbox"]+label:hover{}
.agree-apply input[type="checkbox"]:checked + label:before{
position: absolute;
left: 2px;
z-index: 10;

}
.agree-apply label:after{
    content: '';
    position: absolute;
    margin-right: 3px;
    width: 18px;
    height: 18px;
    background-color: #cfd2d3;
    display: block;
    margin-right: 15px;
    border-radius: 4px;
    left: 0;
}
footer small{
    font-weight: 400;
}
.footer_bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    flex-wrap: wrap;
}
.footer_menu{
    margin-bottom: 15px;
}
.footer_pdf{
    content: '';
    display: inline-block;
    height: 17px;
    width: 14px;
    margin-right: 5px;
    background-image: url(/i/icons/icon-pdf-small.svg);
    background-size: 100%;
    background-repeat: no-repeat;

}
.footer_social_block{
    display: flex;
    margin-bottom: 5px;
    margin-top: 5px;
}
.footer_social_item{
        width: 44px;
    height: 44px;
    content: '';
    display: inline-block;
    margin-right: 9px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 100%;
    cursor: pointer;
    transition: .3s all;
}
.footer_element p{
    display: flex;
    align-items: center;
}
.footer_element p a:hover{
    text-decoration: underline;
}
.footer_row.zakon{
    margin-top: 15px;
}
.footer_social_item.vk{
background-image:url(/i/icons/icon-vk.svg)
}
.footer_social_item.inst{
background-image:url(/i/icons/icon-inst.svg)
}
.footer_social_item.yt{
background-image:url(/i/icons/icon-ytb.svg)
}
.footer_social_item.fb{
background-image:url(/i/icons/icon-fb.svg)
}
.footer_social_item.vk:hover{
background-image:url(/i/icons/icon-vk-hover.svg)
}
.footer_social_item.inst:hover{
background-image:url(/i/icons/icon-inst-hover.svg)
}
.footer_social_item.yt:hover{
background-image:url(/i/icons/icon-ytb-hover.svg)
}
.footer_social_item.fb:hover{
background-image:url(/i/icons/icon-fb-hover.svg)
}


.news_block{
        display: flex;
        flex-wrap: wrap;
        margin-left: -30px;
    }
    .new_item{
        width: calc(33% - 30px);
        margin-left: 30px;
        margin-bottom: 30px;
        height: 200px;
        position: relative;
        overflow: hidden;
        min-width: 300px;
    }
    .new_item:hover .new_img{
        transform: scale(1.2);
    }
    .new_img{
        position: absolute;
        top: 0;
        left:0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        transition: .3s all;
    }
    .new_img:before{
        position: absolute;
        top: 0;
        left:0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .45);
        content: '';
    }
    .new_text{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 15px;
        color: #fff;
    }
    .new_attr{
        position: absolute;
        bottom: 15px;
    }
    .new_date{
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .new_date:before{
        display: inline-block;
        background: url(/i/icon-clock.svg) no-repeat center;

        height: 18px;
        width: 18px;
        margin-right: 5px;
        content: '';
    }
    .new_title{
        font-weight: 500;
    }
    #news{
        margin-bottom: 90px;
    }
    #news a.btn{
        border-color: #0047bb;
    }
    .new_attr_block{
    display: flex;
}
.new_attr{
    font-size: 14px;
    padding: 4px 9px 4px;
    border-radius: 5px;
    margin-right: 10px;
    background-color: #0083C9;
    margin-bottom: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.new_attr:nth-child(2){
    background-color: #E31E24;
}

@media screen and (max-width : 1170px){
    .about_company_text {
        font-size: 20px;
        margin: 20px;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .about_company_item_num {
        font-size: 55px;
    }
    .about_company_item_text {

        font-size: 14px;
    }
    .about_company_item_img {
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width : 920px){
    .slider_top,.slider_bottom{
        margin: 40px 0;
    }
    #slider-block{
        height: 60vh;
    }
    .slider_title {
        font-size: 30px;
        margin-bottom: 10px;

    }
    .slider_text {
        font-size: 18px;

        margin-bottom: 10px;
    }
    .inner .menu{
        display: none;
    }
    .new_item{
        width: 100%;
        
    }
}
@media screen and (max-width : 800px){
    .progect_item {
        width: 100%;
    }
}
@media screen and (max-width : 640px){
    .slider_title {
        font-size: 24px;
    } 
    .slider_text {
        font-size: 14px;
    }
    .slider_descr {
        font-size: 14px;
    }
    .footer_element{
        width: 100%;
    }
    .footer_row{
        width: 100%;
    }
}
@media screen and (max-width : 580px){
    .about_company_item{
        width: 100%;
        margin-bottom: 20px;
    } 
    .about_company_text{
        text-align: center;
        font-size: 18px;
        width: 100%;
        margin: 0;
        margin-bottom: 40px;
    }
    .progect_item{
        min-width: unset;
        height: 320px;
    }
    .progect_attr_block{
        flex-wrap: wrap;
    }
    .footer_col{
        width: 100%;
    }
}
@media screen and (max-width : 450px){
    .slider_title {
        font-size: 22px;
    } 
    .slider_descr {
        margin-bottom: 20px;
    }
    .slider_top,.slider_bottom {
        margin: 30px 2%; 
    }
    #slider-block .owl-dots{
        bottom: 5px;
    }
}
@media screen and (max-height : 640px){
    #slider-block{
        height: 60vh;
    }
}
@media screen and (max-width : 420px){
    .slider_text br{
        display: none;
    }
    .progect_title {
        font-size: 22px;
    }
    .about_company_text span{
        font-size: 24px;
    }

}
@media screen and (max-width : 370px){
    .slider_title {
        font-size: 18px;
    }
    .slider_text,.slider_descr { 
        font-size: 12px;
    }
}