

html *{
    max-width:  99999px;
}


/*class*/


div.center-block{
    max-width:1200px;
    width:100%;
    margin:0 auto;
    box-sizing: border-box;
}

div.flex-block{
    display:flex;
    
}

div.inline_bl{
    display:inline-block;
    vertical-align:top;
}

a{
    color:#000;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}


/*blocks*/

body *{
    font-size:18.58px;
    font-family: calibri, arial;
    line-height:normal;
    color:#171717;
    outline:none;
}


body {
    transition:all 2s ease 1.5s;
    padding-top: 75px;
}


section{
    max-width:1920px;
    margin:0 auto;
}

input[type='text'],
input[type='file'],
input[type='tel'],
select,
textarea{
    outline: none;
    background: #E7E7E7;
    padding: 10px 20px;
    font-size: 18px;
    box-sizing: border-box;
    resize:none;
    color: #171717;
    font-family: calibri, helvetica, arial;
    border: none;
    margin-bottom: 10px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

input[type='file']{
    max-width:200px;
    opacity: 0;
    filter: alpha(opacity:0);
    font-size: 42px;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    border: none;
    margin-left: 0;
    position: relative;
    z-index: 4;
    height: 100%;
    height: 42px;
}

.mfp-content textarea{
    width:100%;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder{
    color:#171717;
}
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
textarea::-moz-input-placeholder,
select::-moz-input-placeholder{
    color:#171717;
}/* Firefox 19+ */
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
textarea:-moz-input-placeholder,
select:-moz-input-placeholder{
    color:#171717;
}/* Firefox 18- */
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder{
    color:#171717;
}


input[type="submit"]{
background: #00C1F6;
    outline: none;
    color: #fff;
    font-size: 18.58px;
    font-family: calibri, arial;
    padding: 10px 40px;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

input[type="submit"]:hover{
    background: #D1D1D1;
    color: #171717;
}

div.form_block input[type='text'],
div.form_block input[type='tel'],
div.form_block select,
div.form_block textarea,
div.form_block input[type="submit"]{
    width: 48%;
}

img {
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    -webkit-user-drag: none;
}

/*overheader*/

div.fixed_header{
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 100;
    right: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
    background: rgb(255,255,255);
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

div.fixed_header.active{
    top:0;
}

.fixed_header .logo-block img{
}

.fixed_header  .logo-block{
    margin-top:0;
}

.fixed_header  p.descriptor{
}

.menu_top{
    display:none;
}

.fixed_header.header .center-block {
    align-items: center;
}


/*overheader--end*/

/*header*/

.header .center-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
}

.header .center-block .right-block{
    display: flex;
    align-items: center;
    margin-right: 40px;

}

.logo-block{
    text-align: center;
    margin-left: 40px;
}

a.logo{
    line-height: 0;
    display: block;
}

p.descriptor{
    font-size: 12.5px;
    line-height: 15px;
    white-space: pre-line;
    margin-top: 5px;
    max-width: 175px;
}

.phones{
    display: flex;
    flex-direction: column;
}

.phones{
    font-size: 20.11px;
}

.phones{
    margin:0 12px 0 34px;
}

.phones a {
    text-decoration: none;
    font-family: calibri, arial;
    font-size: 20.32px;
    font-weight: bold;
    color: #01c0f4;
    white-space: nowrap;
}

.call-me-but{
    width: auto;
}


.call-me-but a.call_back,
a.call_back{
    background: #00C1F6;
    font-size: 15.28px;
    font-family: calibri, arial;
    text-transform:uppercase;
    padding: 10px 27px;
    display:block;
    color:#fff;
    text-decoration:none;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    
}


.call-me-but a.call_back:hover,
a.call_back:hover{
    background: #D1D1D1;
    color: #171717;
}

.gold-after-h a{
    max-width: 170px;
    margin-top: 20px;
}

.city{
    position: relative;
    line-height: 0;
}

.city-name{
    position: absolute;
    top: 42px;
    left: -36px;
    font-family: robotothin, calibri, arial;
}


 
/*header--end*/

/*nav*/


nav{
	display:flex;
}

nav a,
div.nav a{
    font-size: 17.78px;
    text-decoration: none;
    letter-spacing: 0.5px;
    position: relative;
    margin:0 13px 0;
    text-decoration:none;
    padding: 10px 0;
}

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

nav a:before,
.fixed_header  div.nav a:before{
    content: '';
    border-bottom: 2px solid #00C1F6;
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
    transition: all 0.5s ease;  
}

nav a:hover:before,
.fixed_header  div.nav a:hover:before{
    width: 60%;
}

div.nav a {
    padding: 10px 0;
    font-size: 17.78px;
    text-decoration: none;
    letter-spacing: 0.5px;
    position: relative;
    margin: 0 13px 0;
}

/*nav*/


/*nav_menu*/

.nav_menu {
    background: #353535;
    padding:3px 0;
}

.chap{
    display:inline-block;
    vertical-align: middle;
    padding-right:95px;
}

.chap a{
    color:#fff;
    font-family:robotolight, calibri, arial;
    text-decoration:none;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.chap a:hover{
    text-decoration:underline;
}



/*nav_menu--end*/


/*first_screen*/

.first_screen{
    min-height: 520px;
    position: relative;
    margin: 0 auto;
    background: url(/assets/img/slide-1.jpg) no-repeat center bottom;
    padding:1px 0;
    border-bottom:5px solid #8E8E8E;
}

.first_screen .center-block{
    position: relative;
    justify-content: center;
    align-items: center;
}

.first_screen .black-line{
    margin-top: 81px;
    background: rgba(44,44,44,0.55);
    padding: 0 1px;
}

.first_screen .black-line:last-child{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 0 20px;
}

.first_screen .black-line:last-child .flex-block{
    max-width: 815px;
    justify-content: space-between;
    padding-right: 130px;
    box-sizing: content-box;
}

.first_screen .black-line:last-child .flex-block p{
    color: #fff;

}

.first_screen .black-line:last-child .flex-block p,
.first_screen .black-line:last-child .flex-block p span{
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 25.4px;
    text-transform: uppercase;
}

.first_screen .black-line:last-child .flex-block .but-block a {
    display: block;
    font-size: 17.78px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 12px 40px;
}

h1#maksimka{
    font-size: 35.56px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: calibri, arial;
    padding-top: 15px;
    line-height: 35px;
    position: relative;
    margin-bottom: 0;
    margin-right: 94px;
    letter-spacing: 1px;
}



.blue-text{
    color: #01c0f4;
}

h1#maksimka span{
    color: #01c0f4;    
    font-size: 35.56px;
}

h1#maksimka + p{
    color: #fff;
    font-size: 17.78px;
    letter-spacing: 1px;
    margin-top: 7px;
    margin-bottom: 10px;
}

.first_screen .black-line .flex-block > div:nth-child(2) p{
    color: #fff;
    letter-spacing: 1px;
    font-size: 20.32px;
}

.first_screen .black-line .flex-block > div:nth-child(2) p span{
    font-size: 20.32px;
    font-weight: bold;
}


h2{
    font-family: calibri, arial;
    font-size: 26px;
    color: #111213;
}


p.zagl{
    text-align: center;
    color: #171717;
    font-weight: bold;
    font-size: 35.58px;
    padding: 35px 0;
}




/*first_screen--end*/





/*uslugi*/

.uslugi .flex-block h2{
    width: 245px;
    height: 235px;
    border: 1px solid #D1D1D1;
    border-right: none;
    color: #00C1F6;
    font-size: 25.4px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 33px;
    position:relative;
}

.uslugi .flex-block h2:before{
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:1px;
    border-top: 35px solid #D1D1D1;
    border-bottom: 35px solid #D1D1D1;
}

.uslugi .center-block > .flex-block{
    justify-content: space-between;
    max-width: 1175px;
    margin: 0 auto;
    width: 100%;
    margin-bottom:15px;
    
}

.uslugi .center-block > .flex-block:nth-child(2) .type-const {
    width: 100%;
    max-width: 890px;
    min-height: 235px;
}

.uslugi div.img-hor {
    width: 100%;
    line-height: 0;
}

.uslugi div.img-hor img{
    max-width:100%;
}

.uslugi .center-block > .flex-block:nth-child(2) div.text-line{
    max-width:210px;

}

.uslugi div.text-line{
    width:100%;
    align-items: center;
    justify-content: start;
    position:relative;
}

.uslugi div.text-line h3{
    text-align: left;
    padding: 0 21px;
    font-size: 20.32px;
    white-space: pre-line;
}

.uslugi div.text-line .absolute-number{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 35.54px;
    color: #70DFFA;
    font-weight: bold;
    transition:all 0.5s ease;
} 

.uslugi .center-block > .flex-block:nth-child(2) .type-const div.img-hor{
    background: url(/assets/img/type/1.jpg) no-repeat right top;
    
}

.uslugi .center-block > .flex-block:nth-child(3) .type-const:first-child{
    width: 100%;
    max-width: 251px;
    flex-direction: column;
    
}

.uslugi .center-block > .flex-block:nth-child(3) .type-const:first-child ~ .type-const{

    flex-direction: column;
    
}


.uslugi .center-block > .flex-block:nth-child(3) .text-line{
    min-height: 137px;
    align-items: center;
    justify-content: start;
}

.uslugi .center-block > .flex-block:nth-child(4) .type-const{
    min-height: 277px;
}

.uslugi .center-block > .flex-block:nth-child(4) .type-const:first-child{
    width: 100%;
    max-width: 738px;
}

.uslugi .center-block > .flex-block:nth-child(4) .type-const:last-child{
    width: 100%;
    max-width: 427px;
}

.uslugi .center-block > .flex-block:nth-child(4) .type-const:first-child .text-line{
    max-width:226px;
}

.uslugi .center-block > .flex-block:nth-child(4) .type-const:last-child .text-line{
    max-width:137px;
}

.uslugi .center-block > .flex-block:nth-child(4) .type-const:first-child .img-hor{
    background: url(/assets/img/type/6.jpg) no-repeat right top;
}

.uslugi .center-block > .flex-block:nth-child(4) .type-const:last-child .img-hor{
    background: url(/assets/img/type/7.jpg) no-repeat left top;
}

.type-const{
    box-shadow: 2px 3px 10px 0 rgba(0,0,0,0.3);
    transition:all 0.5s ease;
    cursor:pointer;
    position:relative;
}

.type-const a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.uslugi .type-const:hover div.text-line .absolute-number{
    color: #00C1F6;
} 

.type-const:hover{
    box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.4);
}

/*uslugi*/


/*sert-materials*/

.center-block > h3,
.center-block > h2{
    text-align: center;
    color: #171717;
    font-weight: bold;
    font-size: 35.58px;
    padding: 35px 0;
}

.sert-materials .flex-block{
    max-width: 1130px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    padding: 25px 0 54px;
}

div.material{
    max-width: 242px;
    min-height: 217px;
    position: relative;
    width: 100%;
}

div.material p{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 208px;
    max-height: 188px;
    width: 100%;
    height: 100%;
    color: #171717;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 3px 10px 0 rgba(0,0,0,0.3);
    font-size: 20.32px;
}

div.material:first-child p{
    background:rgba(255,255,255,0.82);
}

div.material:nth-child(2) p{
    background:rgba(169,169,169,0.81);
}

div.material:nth-child(3) p{
    color:#fff;
    background:rgba(44,44,44, 0.68);
}

div.material img{
    box-shadow: 2px 3px 10px 0 rgba(0,0,0,0.3);
}

div.garantee{
    max-width: 293px;
    min-height: 217px;
    width: 100%;
    position: relative;
    background: #00C1F6 url(/assets/img/garantee.jpg) no-repeat center top;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 23px;
    box-sizing: border-box;
}

div.garantee p{
    font-size: 20.32px;
    color: #fff;
    white-space: pre-line;
}

div.garantee p span{
        font-weight: bold;
    font-size: 25.4px;
    text-transform: uppercase;
}

/*sert-materials--end--*/

/*check-block*/

#check-block{
    background: #F3F1F1;
}

#check-block div.flex-block{
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1140px;
    margin:0 auto;
}

.check-step{
    max-width: 530px;
    width: 100%;
    min-height: 510px;
    background: #fff;
    padding: 24px 40px;
    box-sizing: border-box;
    margin-bottom: 45px;
    transition:all 0.5s ease;
}

.check-step:hover{
    box-shadow: 0 0 37px 0 rgba(0,0,0,0.25);
}

.check-step p.step-title{
    font-size: 25.4px;
    padding-bottom:30px;
}

.check-step p.step-title span{
    font-weight: bold;
    font-size: 35.56px;
    color: #01c0f4;
    padding-right: 5px;
    line-height: 25.4px;
}


div.step-text{
    padding-left: 27px;
    border-left: 1px solid #E7E7E7;
    padding: 7px 10px 7px 27px;
    min-height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items:flex-start;
}

div.step-text p{
    padding: 10px 0;
    white-space: pre-line;
}



/*check-block--end*/

/*projects*/

.projects h3{
    padding-bottom:10px;
}

.projects h3 + p{
    padding:0 0 30px;
    text-align: center;
    font-size: 20.32px;
}

.projects{
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}

.projects-gallery{
    max-width: 672px;
}

.projects .slick-slide .img-block + p{
    text-align: left;
    border-left: 2px solid #00C1F6;
    padding-left: 11px;
    margin: 0 auto;
    display: inline-block;
    margin: 15px 0 0;
    opacity:0;
    transition:all 0.5s ease;
}

.projects .slick-current  .img-block + p{
    opacity:1;
}


.slider {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px;
    }

    .slick-slide img {
  
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
        opacity:0.3;
      transition: all ease-in-out .3s;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }


/* Slider */
.slick-slider
{
    position: relative;

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

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

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

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

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

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

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

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

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}


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

    height: auto;

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


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 75px;
    padding: 0;
    outline: none;
    background: rgba(255,255,255,0.45);
    border: none;
    cursor:pointer;
    transition:all 0.5s ease;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: rgba(255,255,255,0.7);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{

    opacity: .1;
}

.slick-prev:before,
.slick-next:before
{
    width: 0;
    height: 0;
    font-size: 20px;
    line-height: 1;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 35px solid #00C1F6;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 40%;
    transition:all 0.5s ease;
}

.slick-prev:before{
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 35px solid #00C1F6;
    border-left: 0 solid #00C1F6;
}

.slick-prev:hover:before,
.slick-next:hover:before{
    border-left-color:#2C2C2C;
}



.slick-prev
{
    z-index:1;
    left: -85px;
}
[dir='rtl'] .slick-prev
{
    right: -85px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

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

/* Dots */
.slick-dotted.slick-slider{
    margin-bottom: 30px;
    max-width: 672px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

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

    display: block;

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

    list-style: none;

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

    display: inline-block;

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

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

    display: block;

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

    cursor: pointer;

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

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

    width: 20px;
    height: 20px;

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

    opacity: .25;
    color: black;

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



@media screen and (max-width:600px){
    .slick-prev {
    left: -20px;
    z-index:1;
}

.slick-next {
    right: -20px;
}
}


/*projects--end--*/

/*form-price*/

.form-price{
    background:#F2F2F2;
    padding-bottom:50px;
}

.form-price .center-block{
    position:relative;
}


.form-price h3{
    position:relative;
    z-index:3;
}

.list-os{
    position:relative;
    z-index:2;
}

.list-os img{
    box-shadow: 0 0 37px 0 rgba(0,0,0,0.25);
}

.list-os img:first-child{
    position: absolute;
    top: -53px;
    right: 101px;
}

.list-os img:nth-child(2){
    position: absolute;
    top: 146px;
    right: 38px;
    z-index: 1;
}


.list-os ul{
    max-width: 750px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}

.list-os ul li{
    position:relative;  
}

.list-os ul li:before{
    content: '';
    position: absolute;
    top: 4px;
    bottom: 0;
    right: -10px;
    margin: auto;
    width: 3px;
    height: 11px;
    background: #00C1F6;
}

.list-os ul li.blue-text{
    margin-top:15px;
}

.list-os ul li.blue-text:before{
    display:none;
}

.form-block{
    position: relative;
    margin-top: 35px;
}

.form-block:before{
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60%;
    box-shadow: 0 0 37px 0 rgba(0,0,0,0.1);
}

.form-block-in{
    max-width:1200px;
    margin:0 auto;
    position: relative;
    z-index: 1;
}

.form-block-in .flex-block{
    width: 70%;
    background: #fff;
}

.form-block-in #popup3 + p{
    max-width: 153px;
    background: #00C1F6;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}

.flex-block textarea {
    width: 98%;
}

.flex-block input[type='text'],
.flex-block input[type='tel']{
    margin-right: 10px;
}

@media screen and (min-width:1100px){
    .flex-block input[type='text'],
    .flex-block input[type='tel']{
        max-width: 33.33333%;
    }
}

.flex-block form{
    text-align: center;
}

.flex-block #popup3{
    text-align: left;
    padding-bottom: 20px;
}

.flex-block p.zagl {
    font-size: 30.48px;
    padding: 20px 0;
}

.file-send{
    position:relative;
}

.file-send:before{
        content: "Прикрепить файл";
        color: #323232;
        font-size: 1em;
        position: absolute;
        top: 0;
        left: 0;
        right: 10px;
        bottom: 0px;
        box-sizing: border-box;
        height: 42px;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        cursor: pointer;
        border-width: 2px;
        border-style: solid;
        border-color: rgb(231, 231, 231);
        border-image: initial;
        transition: all 0.5s ease 0s;
}

.file-send:hover:before{
    border-color: #00c1f6;
    color: #00c1f6;
}


/*form-price--end*/

/*work-with-us*/

.work-with-us .flex-block{
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
}

.work-with-us .icon{
    max-width: 285px;
    min-height: 295px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
}




.work-with-us .icon:nth-child(even) .img-block{
    background:#00D4F5;
}

.work-with-us .icon:nth-child(even){
    background:#F2F2F2;
}


p.work-tez{
    font-size: 20.32px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: right;
    padding: 25px 0 50px;
}

.work-with-us .icon:nth-child(3) p.work-tez{
    padding-right: 30px;
}


.work-with-us .icon:nth-child(4) p.work-tez{
    padding-right: 65px;
}

p.work-tez ~ p{
    padding: 0 15px 20px;
    letter-spacing: 0.5px;
}

.work-with-us .img-block{
    width: 130px;
    height: 130px;
    box-sizing: border-box;
    border-radius: 200px;
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    right: -10px;
    padding: 20px 0 0 0;
}

/*work-with-us--end*/




/*shema*/

.shema div.flex-block{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    position:relative;
}

.shema div.flex-block:before{
    content: '';
    position: absolute;
    height: 1px;
    max-width: 700px;
    left: 0;
    right: 0;
    top: 23px;
    margin: auto;
    background: #C3C3C3;
}

.steps {
    text-align: center;
    width: 25%;
}

.steps .number{
    color: #01c0f4;
    font-size: 35.56px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 7px;
    display: inline-block;
    padding: 0 12px;
    background: #fff;
    letter-spacing: 1px;
}

.steps .number:before{
    content: '';
    position: absolute;
    height: 11px;
    width: 1px;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: auto;
    background: #C3C3C3;
}

.steps p{
    font-size: 20.32px;
    white-space: pre-line;
}

.steps .but-block{
    padding: 10px 0 0;
    display: flex;
    align-items: flex-start;
}

.steps .but-block:before{
    content: '';
    position: absolute;
    height: 65px;
    width: 1px;
    left: 0;
    right: 0;
    bottom: 50%;
    margin: auto;
    background: #C3C3C3;
    
}

.steps .but-block a{
    position: relative;
    z-index: 1;
    font-size: 18.58px;
    text-transform: none;
    font-weight: bold;
    margin: 0 auto;
}

/*shema--end*/

/*call-me*/

.call-me{
    padding-bottom:32px;
}

.call-me .flex-block{
    max-width: 1050px;
    margin: 0 auto;
    justify-content: space-between;
}
.call-me .gray-block{
    max-width: 530px;
    background: #F2F2F2;
    padding: 25px 25px 50px;
    box-sizing: border-box;
}

.gray-block > p{
    font-size: 25.4px;
    padding-bottom: 20px;
    margin-left: 50px;
}

.gray-block > ul{
    margin-left: 50px;
}

.gray-block > ul li:before{
    content:'-';
}

.gray-block form{
    width: 581px;
    background: #fff;
    box-shadow: 0 0 37px 0 rgba(0,0,0,0.25);
    margin-top: 30px;
    padding:25px 30px;
    box-sizing: border-box;
}

.gray-block form p.zagl {
    padding: 0 0 20px;
    font-size: 25.4px;
}


.gray-block input[type='text'], 
.gray-block input[type='tel'] {
    margin-right: 10px;
    max-width: 246px;
    width: 100%;
}

.gray-block input[type='tel']{
    margin-right: 0;
}

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

.spec-block > p{
font-size: 20.32px;
    display: inline-block;
    vertical-align: top;
    padding: 20px 0 15px;
    text-align: left;
}

.spec-block > div{
    max-width: 350px;
    margin: 0 auto;
    text-align: left;
}


.spec-block > div p{
    font-size:25.4px;
}

.spec-block > div a{
    font-size: 25.4px;
    color: #171717;
    text-decoration: none;
}

/*call-me--end*/



/*footer*/


footer{
    background: #4A4A4A;
    padding-top: 32px;
    padding-bottom: 25px;
    min-height: 208px;
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
}



footer *{
    color:#b3b3b3;
}

footer .center-block{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;

}

footer .center-block .right-block{
    display: flex;
    align-items: center;
    margin-right: 65px;

}

footer div.nav{
    display: flex;
    flex-direction: column;
    position: relative;
}

footer div.nav:before{
    content: '';
    height: 72px;
    background: #B4B5B4;
    width: 1px;
    position: absolute;
    left: -45px;
    top: 10px;
}

footer div.nav:after{
    content: '';
    height: 72px;
    background: #B4B5B4;
    width: 1px;
    position: absolute;
    right: -45px;
    top: 10px;
}

footer .contact-block{
    position:relative;
}

footer .contact-block:after{
    content: '';
    height: 72px;
    background: #B4B5B4;
    width: 1px;
    position: absolute;
    right: -45px;
    top: 10px;
}

footer div.nav a {
    margin: 0 13px 0;
    transition: all 0.5s ease;
}

footer div.nav a:hover {
    margin: 0 13px 0;
    color:#fff;
}

footer .about-us {
    max-width: 300px;
}

.about-us h4{
    font-size: 20.32px;
    padding-bottom: 10px;
}

.about-us p{
    font-size:15.24px;
}

footer .phones a,
footer .mail a {
    color:#B4B5B4;
    transition:all 0.5s ease;
}

footer .phones a:hover,
footer .mail a:hover{
    color:#fff;
}

footer .call-me-but a.call_back{
    background:#0B162C;
    border: 1px solid #fff;
}

footer a.call_back span{
    color: #fff;
}

footer a.call_back:hover span{
    color: #fff;
}


footer .phones {
    margin: 0 12px 0 0;
}

footer .logo-block{
    margin-top:12px;
}



.effe a,
.effe{
    background: #666666;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    font-family: calibri, arial;
    color: #fff;
    text-decoration: none;
}




/*footer--end*/


/*popup*/

.mfp-auto-cursor .mfp-content {
    cursor: auto;
    max-width: 500px;
    background: #fff;
    padding: 30px 15px 30px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;


}


.mfp-auto-cursor .mfp-content p{
    padding: 7px 0 15px;
    color: #171717;
    font-size: 25px;
    font-family: calibri, arial;
}



.mfp-auto-cursor .mfp-content p span {
    color: #171717;
    font-size: 25px;
    font-weight: bold;
    display: block;
}


.mfp-auto-cursor .mfp-content input,
.mfp-auto-cursor .mfp-content textarea,
.mfp-auto-cursor .mfp-content input[type="submit"] {
    width: 80%;
    display: block;
    margin: 0 auto 10px;
}

.mfp-auto-cursor .mfp-content input[type="submit"] {
        margin-bottom: 0;
}



/*up*/


#scroller{
    position: fixed;
    right: 20px;
    bottom: 121px;
    display: block;
    padding: 30px 15px 10px;
    z-index: 100;
    background: rgba(20, 23, 26, 0.67);
    cursor: pointer;
    opacity: 0.6;
    transition:all 0.5s ease;
}

span.b-top-but{
    position: relative;
    display: block;
    font-family: robotolight, calibri, arial;
    color: #fff;
    font-size: 15px;
}

#scroller:hover{
    opacity:0.9;
}

#scroller:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 13px;
    right: 13px;
    border-bottom: 12px solid #fff;
    border-left: 27px solid transparent;
    border-top: 10px solid transparent;
    border-right: 27px solid transparent;
}


#popup1:before{
    content: url(/assets/img/form-shema.jpg);
    position: absolute;
    top: 100px;
    left: 63%;
    transform: rotate(25deg);
    z-index: -1;
    box-shadow: 2px 3px 10px 0 rgba(0,0,0,0.3);
} 

#rc-copyright{
    display:none!important;
}

#rc-scheduler > .rc-txt span{
    font-size: 1.1em;
    line-height: 1.1em;
    color: #fff;
}


/*effe-line*/

.effe-line{
    /*background: #E8E8E8;*/
    background:#666666;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
}

.effe-line a{
    text-decoration:none;
    /*color: #303030;*/
    color:#fff;
}

.effe-line a:hover{
    
}

.effe-line a span{
    
}

.effe-line img{
    max-width: 18px;
    margin-top: -9px;
    margin-left: -12px;
    left: 13px;
    top: 6px;
    position: relative;
}

/*effe-line*/


/*mobile-menu*/


.h-menu{
    right: -100%;
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
    z-index: 106;
    transition:all 0.8s ease;
}

.h-menu .mfp-close{
    color: #000;
    font-size: 3em;
}

.h-menu.active{
    right: 0;
}

.open-hamburger-menu{
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 110;
    width: 50px;
    height: 50px;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    display: none;
    cursor: pointer;
    cursor: hand;
    transition: all 0.2s ease;
}

/*.open-hamburger-menu:before{
    content: 'Menu';
    color: #fff;
}*/

.open-hamburger-menu.active:before{
    opacity:0;
}

header.active ~ .open-hamburger-menu{

}

.open-hamburger-menu.active{

}

.open-hamburger-menu span{
    height: 4px;
    background:#101010;
    display: block;
    margin-bottom: 8px;
    width: 100%;
    transition:all 0.2s ease;
    position: relative;
}

.open-hamburger-menu span:nth-child(1){
    max-width: 80%;
}

.open-hamburger-menu span:nth-child(2){
    max-width: 90%;
}


.open-hamburger-menu.active span:nth-child(2){
    opacity:0;
}

.open-hamburger-menu.active span:first-child{
    transform: rotate(45deg);
    top: 8px;
}

.open-hamburger-menu.active span:last-child{
    transform: rotate(-45deg);
    bottom: 13px;
}

.open-hamburger-menu span:last-child{
    margin:0;
}

.mobile-nav{
    padding-top: 76px;
}

.mobile-nav > a,
.mobile-nav .menu--chapters__item a,
.mobile-nav .menu--chapters__item a {
    background: #fff;
    display: block;
    padding: 10px 20px;
    border-bottom: 4px solid #e9e9e9;
    font-size: 1.2em;
    font-family: var(--semibold-font-family);
    text-decoration: none;
    text-align: center;
    margin: 0 0 5px;

}


.mobile-nav a.close-but-mobile-menu{
    color: #fff;
    border: none;
}


.mobile-nav  .headcolumnlogo{
    margin: 0 auto;
    padding: 20px 0;
}

.mobile-nav .phones a{
    color: #272b34;
    font-size: 1.2em;
    margin: 0;
    line-height: 1.8;
}

.mobile-nav .phones {
    padding: 20px 0;
    text-align: center;
}


.h-menu .content-block  a{
    color: #2F2F2F;
    margin-right: 0;
    justify-content: flex-start;
    margin: 0 25px;
    font-size: 19px;
}

.h-menu .content-block  div.topchapters_separator{
        display: block;
    height: 1px;
    background: #eee;
    margin: 15px 0;
}

.h-menu .languages{
        height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.languages{
    margin-left:22px;
}

.languages .language a {
    font-weight: 400;
    padding: 5px;
    border: 1px solid #d1d1d1;
    display: block;
    color: #00C1F6;
    position:relative;
}

.languages .language a:before{
    content:'';
    position:absolute;
    right:-1px;
    top:20%;
    bottom:20%;
    width:1px;
    background:#fff;
}

.languages .languageact{
    display:none;
}

.h-menu  div.languageact a,
.h-menu  div.language:hover a {
    font-size: 25px;
    color: #fff;
    font-family: roboto-bold, calibri,arial;
    border-bottom: 2px solid #ed1c28;
    background:#ed1c28;
    padding:5px;
}

.h-menu  div.language a {
    font-size: 25px;
    color: #2f2f2f;
    font-family: roboto-bold, calibri,arial;
    border-bottom: 2px solid transparent;
        padding:5px;
}

.h-menu  .content-block{
    margin-top: 50px;
}

.h-menu div.languages > div:first-child:before{
    content: '';
    height: 36px;
    background: #eee;
    width: 2px;
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.h-menu .menu--chapters__item {
    width: 100%;
}

@media screen and (min-width:1000px){
    .open-hamburger-menu{
        display:none;
    }
}
    

@media screen and (max-width:1000px){
    
.open-hamburger-menu{
    display:flex;
}
}





.h-menu .content-block a {
    color: #2F2F2F;
    margin-right: 0;
    justify-content: flex-start;
    margin: 0 25px;
    font-size: 16px;
}
}



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


.h-menu {
    right: -100%;
    width: 100%;
}
}


