@import "bootstrap-change.css";

html, body{
    height: 100%;
}

@font-face {
    font-family: 'GothamPro';
    src: url(../fonts/GothaProReg.otf) format('opentype');
}

@font-face {
    font-family: 'GothamPro_Medium';
    src: url(../fonts/GothaProMed.otf) format('opentype');
}

@font-face {
    font-family: 'GothamPro_Bold';
    src: url(../fonts/GothaProBol.otf) format('opentype');
}

@font-face {
    font-family: 'AvenirNextW10-Heavy';
    src: url(../fonts/AvenirNextW10-Heavy.otf) format('opentype');
}

@font-face {
    font-family: 'AvenirNextW10-Demi';
    src: url(../fonts/AvenirNextW10-Demi.otf) format('opentype');
}

@font-face {
    font-family: 'AvenirNextW10-Book';
    src: url(../fonts/AvenirNextW10-Book.otf) format('opentype');
}

body{
    overflow-x: hidden;
}

.about{
    overflow-x: hidden;
}
/*header*/

header{
    padding-top: 21px;
    padding-bottom: 20px;
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}
header.fixeded{
    box-shadow: 0 0 45px rgba(0,0,0,0.15);
}

header .offer{
    padding-left: 0;
}

header .offer{
    color: #555;
    font-family: GothamPro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 10px;
    float: left;
    margin-right: 40px;
}

header .contact-head p:last-child{
    color: #00a4ff;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: underline;
}

header .contact-head p:first-child{
    color: #555;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 3px;
}
header .contact-head a:first-child{
    color: #555;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 3px;
}
header .contact-head a:first-child:hover{
    color: #00a4ff;
}
header .contact-head a:last-child:hover{
    color: #0778b7;
}
header .contact-head a:last-child{
    color: #00a4ff;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: underline;
    display: inherit;
}

.cont-head-link img{
    margin-right: 10px !important;
        margin-top: 3px;
}
.cont-head-link:hover{
    cursor: pointer;
}

header .call-company{
    float: left;
}

header .call-company a:hover,
footer .call-company a:hover{
    background-color: #00a3fe;
    transition: all .5s;
    text-decoration: none;
}
header .call-company a:active,
footer .call-company a:active{
    background-color: #0889d1;
}

textarea{
    width: 330px;
    height: 90px;
    box-shadow: 0 0 45px rgba(0,0,0,0.15);
    border: 0;
    border-radius: 71px;
    margin-bottom: 15px;
    font-family: GothamPro_Medium, sans-serif !important;
    font-size: 18px !important;
    padding-left: 35px;
    padding-top: 15px;
}
textarea:focus{
    outline: 0;
    border: 2px solid #00a4ff;
}

header .call-company a{
    color: white;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 25px;
    background-color: #96969d;
    padding: 20px 38px;
    border-radius: 50px;
    margin-right: 21px;
    display: inline-block;
}

.contact-head{
    float: left;
    margin-right: 39px;
    margin-top: 7px;
}

.container .row .contact-head p img{
    margin-right: 10px;
}

header .logo-wrp{
    padding-right: 0;
}

.header-mobile {
    display: none;
}

header .logo-wrp img{
    float: left;
    margin-right: 45px;
}

header .burger{
    float: right;
    text-align: right;
}

header .burger img{
    margin-right: 0;
    margin-top: 20px;
}

header .burger a{
    padding: 0;
    background-color: rgba(0,0,0,0) !important;
    border: 0;
    position: relative;
}

header .burger a:hover, header .burger a:active, header .burger a:focus{
    padding: 0;
    background-color: rgba(0,0,0,0);
    border: 0;
    box-shadow: none;
}

.burger-img:hover .burder-img-hover{
    opacity: 1;
    transition: all .5s;
}

.burder-img-hover{
    opacity: 0;
    position: absolute;
    left: 0;
}

.our-works h2:after {display:none !important;}

/*modal*/
#myModalBox{
    padding-right: 0 !important;
    z-index: 99999;
}

#myModalBox .modal-header{
    border-bottom: 0;
}

#myModalBox .modal-dialog{
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 445px;
    height: 100%;
}

#myModalBox .modal-body{
    padding-left: 0;
    padding-bottom: 35px;
    background-color: #00a4ff;
}

#myModalBox .modal-content{
    border-radius: 0 !important;
    box-shadow: none;
    border: 0;
    background-color: #00a4ff;
    padding-left: 0px;
    height: 100%;
}

.menu-header-modal a{
    font-family: AvenirNextW10-Heavy, sans-serif;
    font-size: 25px;
    font-weight: 800;
    line-height: 60px;
    color: #363636;
    display: block;
    text-decoration: none;
    padding-left: 40px;
}
.menu-header-modal a:hover{
    color: #ffffff;
    border-left: 8px solid #fff;
    padding-left: 32px;
}

#myModalBox2 .header-offer form{
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: 0;
}

#myModalBox2 .modal-dialog{
    width: 470px;
    height: 500px;
}
#myModalBox2 .modal-content{
    width: 470px;
    height: auto;
    border-radius: 20px;
}

#myModalBox2 .close{
    opacity: 1;
    margin-top: 20px;
    margin-right: 20px;
}
#myModalBox2 .close:focus{
    outline: 0;
}

#myModalBox2 .header-offer{
    background-image: none;
    padding-top: 0;
}

#myModalBox2 .modal-header{
    border-bottom: 0;
    padding: 0;
}

#myModalBox .close {
    float: left;
    opacity: 1;
    margin-top: 28px !important;
    margin-left: 25px;
}



.phone-modal{
    color: #fff;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 7px;
}
.phone-modal a{
    color: #fff;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 7px;
}

.email-modal{
    color: #fff;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: underline;
}


.email-modal a{
    color: #fff;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: underline;
}

.phone-email-modal{
    padding-left: 40px;
    margin-top: 30px;
}

.phone-email-modal p img{
    margin-right: 10px;
}

.pem-img{
    margin-bottom: 30px;
}

.recalus2{
    display: none;
}

.text-1, .text-2, .text-recalus{
    height: 1px;
    opacity: 0;
}

.text1-add{
    display: none;
}

.recal-1:hover, .text1-add:hover{
    cursor: pointer;
}

.recal-2:hover{
    cursor: pointer;
}

#myModalBox3 .header-offer form{
     box-shadow: none;
     padding-left: 0;
     padding-right: 0;
     padding-top: 0;
     margin-top: 0;
     padding-bottom: 25px;
 }

#myModalBox3 .modal-dialog{
    width: 470px;
    height: 500px;
}
#myModalBox3 .modal-content{
    width: 470px;
    height: 380px;
    border-radius: 20px;
    background-color: #00a4ff;
    text-align: center;
}

#myModalBox3 .pem-img {
    margin-bottom: 23px;
}

#myModalBox3 .close{
    opacity: 1;
    margin-top: 20px;
    margin-right: 20px;
}
#myModalBox3 .close:focus{
    outline: 0;
}

#myModalBox3 .header-offer{
    background-image: none;
    padding-top: 0;
}

#myModalBox3 .modal-header{
    border-bottom: 0;
    padding: 0;
}

#myModalBox3 .header-offer form h3{
    color: #ffffff;
}

#myModalBox3 .header-offer form p{
    color: #ffffff;
}

#myModalBox3 p.succes-modal{
    color: white;
    font-family: GothamPro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}




#myModalBox4 .header-offer form{
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 25px;
}

#myModalBox4 .modal-dialog{
    width: 1200px;
}
#myModalBox4 .modal-content{
    width: 1200px;
    border-radius: 0px;
    text-align: center;
}

#myModalBox4 .pem-img {
    margin-bottom: 23px;
}

#myModalBox4 .close{
    opacity: 1;
    margin-top: 20px;
    margin-right: 20px;
}
#myModalBox4 .close:focus{
    outline: 0;
}

#myModalBox4 .header-offer{
    background-image: none;
    padding-top: 0;
}

#myModalBox4 .modal-header{
    border-bottom: 0;
    padding: 0;
}

#myModalBox4 .header-offer form h3{
    color: #ffffff;
}

#myModalBox4 .header-offer form p{
    color: #ffffff;
}

#myModalBox4 p.succes-modal{
    color: white;
    font-family: GothamPro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

#myModalBox4 .our-works-right{
    text-align: left;
}

#myModalBox4 .our-works{
    padding-top: 0px;
    background-image: none;
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding-bottom: 0px;
    background-color: #fff;
}

#myModalBox4 .arw-slider-mpdal-4 {
    height: 165px;
    width: 780px;
    position: relative;
    margin: 0 auto;
}

#myModalBox4 .carousel-control {
    position: absolute;
    top: calc(50% - 24px);
    line-height: 160px;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
    height: 165px;
    opacity: 1;
}

#myModalBox4 .arw-slider-mpdal-4 p{
    color: #797c80;
    font-family: GothamPro, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 160px;
}

#myModalBox4 .carousel-control.left{
    background-image: url("../img/left-modal-4.png");
    width: 25px;
    height: 48px;
    transition: all .5s;
}

#myModalBox4 .carousel-control.right{
    background-image: url("../img/right-modal-4.png");
    width: 25px;
    height: 48px;
    transition: all .5s;
}

#myModalBox4 .carousel-control.left:hover{
    background-image: url("../img/left-modal-4-hover.png");
    transition: all .5s;
}

#myModalBox4 .carousel-control.right:hover{
    background-image: url("../img/right-arrow-hover.png");
    transition: all .5s;
}

#myModalBox4 .our-works-right{
    padding-right: 0;
}

#myModalBox4 .images{
    padding-left: 0;
}

.modal-header button{
    width: 22px;
    height: 23px;
    background-image: url("../img/close-modal-menu.png");
    background-repeat: no-repeat;
    transition: all .5s;
}

.modal-header button:hover{
    background-image: url("../img/close-hover.png");
    transition: all .5s;
}
/*modal*/




/*header*/

/*header-offer*/

.header-offer{
    background-image: url("../img/bg-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.header-offer-fixed{
    padding-top: 160px;
}

.header-offer h2 span {
    color: white;
    font-family: AvenirNextW10-Heavy, sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 60px;
    text-transform: uppercase;
    background-color: #ff4444;
    padding: 13px 20px;
    border-radius: 30px;
    display: inline;
    position: relative;
    top: -7px;
}

.closefileupload2,.closefileupload1,.closefileupload3 {background-image: url(../img/close-hover.png) !important;
    width: 20px !important;
    height: 21px !important;
    box-shadow: none !important;
    opacity: 1 !important;
    background-color: transparent !important;
    float: none;
    margin-left: 5px;
    position: relative;
    padding-top: 20px !important;
    margin-bottom: 0 !important;
    top: 4px;}



.header-offer h2{
    color: #363636;
    font-family: AvenirNextW10-Heavy, sans-serif;
    line-height: 60px;
    font-size: 50px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0;
}

.header-offer h3{
    color: #363636;
    font-family: AvenirNextW10-Book, sans-serif;
    line-height: 45px;
    font-size: 35px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 70px;
}

.tech-one{
    margin-bottom: 45px;
}

.tech-one h4{
    font-family: GothamPro_Medium, sans-serif;
    color: #0c0c0c;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
}

.tech-one h4::after{
    content: '';
    display: block;
    width: 40px;
    background-color: #e1e2e2;
    height: 2px;
    margin-top: 15px;
}

.tech-one p{
    font-family: GothamPro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: black;
}

.tech-one p span{
    color: #626262;
}

.tech-one .col-md-2{
    padding-left: 0;
}

.header-offer form h3{
    font-family: GothamPro_Bold, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: black;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.header-offer form p{
    font-family: GothamPro, sans-serif;
    font-size: 18px;
    color: #626262;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-bottom: 25px;
}

.header-offer form{
    text-align: center;
    box-shadow: 0 0 45px rgba(0,0,0,0.15);
    padding: 40px 35px;
    border-radius: 15px;
    margin-top: 13px;
}

.header-offer form input {
    height: 65px;
    width: 330px;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 0 45px rgba(0,0,0,0.15);
    padding-left: 35px;
    margin-bottom: 15px;
    display: inline-block;
    font-family: GothamPro_Medium, sans-serif !important;
    font-size: 18px !important;
    color: #555 !important;
}


.header-offer form input:hover{
    border: 2px solid #dfdfdf;
}
.header-offer form input:focus{
    outline: none;
    border: 2px solid #00a4ff;
    box-shadow: 0 0 45px rgba(216,215,215,1);
}

.header-offer form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: GothamPro_Medium, sans-serif !important;
    font-size: 18px !important;
    color: #555 !important;
}
.header-offer form input::-moz-placeholder { /* Firefox 19+ */
    font-family: GothamPro_Medium, sans-serif !important;
    font-size: 18px !important;
    color: #555 !important;

}
.header-offer form input:-ms-input-placeholder { /* IE 10+ */
    font-family: GothamPro_Medium, sans-serif !important;
    font-size: 18px !important;
    color: #555 !important;

}
.header-offer form input:-moz-placeholder { /* Firefox 18- */
    font-family: GothamPro_Medium, sans-serif !important;
    font-size: 18px !important;
    color: #555 !important;

}

.header-offer form input[type=file]{

}

.zakaz-wrp a:hover,
.recal-infos a:hover,
.value-on a:hover,
.our-service-link a:hover{
    background-color: #434343;
    text-decoration: none;
    transition: all .5s;
    text-shadow: none;
    box-shadow:none;
}

.zakaz-wrp a:active,
.recal-infos a:active,
.value-on a:active,
.our-service-link a:active{
    background-color: #2e2e2e;
    text-decoration: none;
    transition: all .5s;
    text-shadow: none;
    box-shadow:none;
}

.recals .carousel-control.right:hover{
    background-color: #00a3fe;
    box-shadow: 8px 4px 35px rgba(67,67,67,0.6);
    text-decoration: none;
    transition: all .5s;
    text-shadow: none;
}

.recals .carousel-control.right:active{
    background-color: #2e2e2e;
    box-shadow: 8px 4px 35px rgba(46,46,46,0.6);
}

.recals .carousel-control.left:hover{
    background-color: #00a3fe;
    transition: all .5s;
}

.recals .carousel-control.left:active{
    background-color: #0889d1;
    transition: all .5s;
}


.header-offer form button:hover{
    background-color: #434343;
    transition: all .5s;
    box-shadow: 0 0 45px rgba(0, 61, 162, 0.5);
}
.header-offer form button:active{
    background-color: #2e2e2e;
}
.header-offer form button{
    height: 65px;
    width: 330px;
    background-color: #00a4ff;
    border-radius: 50px;
    border: 0;
    box-shadow: 0 0 45px rgba(0, 164, 255, 0.5);
    margin-bottom: 30px;
    display: inline-block;
    color: #ffffff;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 25px;
}
.header-offer form button:focus{
    outline: 0;
}

.header-offer form input[type=checkbox]{

}

.file-upload {
    position: relative; /* Даем возможность делать позиционирование, внутри данного элемента */
    overflow: hidden; /* Все что выходит за пределы - скрываем */
    height: 65px;
    width: 330px;
    padding: 8px 4px;
    text-align: left;
    display: inline-block;
    box-shadow: 0 0 45px rgba(0,0,0,0.15);
    border-radius: 50px;

    color: #555;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;

    padding-left: 35px;
    margin-bottom: 15px;

    background-image: url("../img/form-header-input-file.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 25px);
}
.file-upload:hover{
    background-color: #434343;
    color: #ffffff;
    background-image: url("../img/form-header-input-file-white.png");
    transition: all .5s;
}
.file-upload:active{
    background-color: #2e2e2e;
    color: #ffffff;
    background-image: url("../img/form-header-input-file-white.png");
    transition: all .5s;
}


.file-upload label{
    font-weight: 500;
}
.file-upload:hover {
}
.file-upload input[type="file"]{
    display: none; /* Обязательно скрываем настоящий Input File */
}
.file-upload label {
    /* Растягиваем label на всю возможную площадь блока .file-upload */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin-left: 35px;
}
.file-upload span {
    line-height: 65px; /* Делаем вертикальное выравнивание текста, который написан на кнопке */
}

.file-upload-out:not(:empty) {
    margin-bottom: 15px;
}

.file-upload-out p {
    margin: 5px 0 !important;
}

.persd{
    width: 330px;
}

/* Скрываем реальный чекбокс */
.checkbox {
    opacity: 0;
    position: absolute;
}
/* Задаем внешний вид для нашего кастомного чекбокса. Все обязательные свойства прокомментированы, остальные же свойства меняйте по вашему усмотрению */
.checkbox-custom {
    position: relative;
    width: 17px;
    height: 17px;
    border: 1px solid #cecece;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 20px;
}
/* Кастомный чекбокс и лейбл центрируем по вертикали. Если вам это не требуется, то вы можете убрать свойство vertical-align: middle из данного правила, но свойство display: inline-block обязательно должно быть */
.checkbox-custom,
.label {
    vertical-align: middle;
    color: #555;
    font-family: GothamPro, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    white-space: normal;
    position: relative;
    z-index: 9;
}

.checkbox-custom{
    float: left;
    border: 1px solid #cecece;
    transition: all .5s;
}

.persd:hover .checkbox-custom{
    border: 1px solid #7b7b7b;
    transition: all .5s;
}

.checkbox:checked + .checkbox-custom{
    border: 1px solid #00a4ff;
}

.carousel-inner>.item>img {
    width: 97%;
}

.label a{
    color: #555;
    text-decoration: underline;
}
.label a:hover{
    text-decoration: none;
}
/* Если реальный чекбокс у нас отмечен, то тогда добавляем данный признак и к нашему кастомному чекбоксу  */
.checkbox:checked + .checkbox-custom::before {
    content: "";             /* Добавляем наш псевдоэлемент */
    display: block;			 /* Делаем его блочным элементом */
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

    background-image: url("../img/galka.png");

        /* Добавляем фон. Если требуется, можете поставить сюда картинку в виде "галочки", которая будет символизировать, что чекбокс отмечен */
    border-radius: 2px;

    background-repeat: no-repeat;
    background-position: center;
}

.header-offer form input::-webkit-input-placeholder {
    color: #555;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.header-offer form input::-moz-placeholder {
    color: #555;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.header-offer form input:-ms-input-placeholder {
    color: #555;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.header-offer form input:-moz-placeholder {
    color: #555;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.list-down-wrp{
    text-align: center;
}

.list-down{
    display: inline-block;
}

.list-down p{
    color: #272727;
    font-family: GothamPro_Bold, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    float: left;
    text-align: right;
    margin-top: 86px;
}

.list-down img{
    margin-left: 25px;
}


/*header-offer*/

/*cikl-works*/

.cikl-works{
    height: 780px;
    box-shadow: 0 30px 120px rgba(0,0,0,0.1);
}

.cikl-works .cikl-left{
    background-image: url(../img/cikl-bg-left.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 10px 0 490px 0; */
    height: 780px;
}

.cikl-works .cikl-left h3{
    font-family: AvenirNextW10-Heavy, sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 60px;
    color: #363636;
    display: inline-block;
    width: 419px;
}

.cikl-works .cikl-wrp br{
    display: none;
}

.cikl-works .cikl-left h3 span{
    color: #ffffff;
    background-color: #363636;
    padding-left: 10px;
    padding-right: 10px;
}

.cikl-works .cikl-wrp{
}

.cikl-works .cikl-offer{
    display: inline;
    float: right;
}

.cikl-works .cikl-right{
    background-image: url(../img/cikl-bg-right.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    /*padding: 10px 0 490px 0;*/
    padding-top: 25px;
}

.cikl-works .cikl-right .cikl-one-icon {
    background-color: #00a4ff;
    border-radius: 50px;
    text-align: center;
    width: 55px;
    padding: 0;
    margin: 0 auto;
    height: 55px;
    display: inline-block;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cikl-works .cikl-right .cikl-one-icon img {
    width: auto;
}

.cikl-works .cikl-right .cikl-one h4{
    color: #75757e;
    font-family: GothamPro_Bold, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

.cikl-one .col-md-1{
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.cikl-one{
    overflow: hidden;
    margin-bottom: 20px;
}
.cikl-one2{
    margin-bottom: 0;
}

.cikl-one h3{
    color: #363636;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 32px;
}

.cikl-one p{
    color: #363636;
    font-family: GothamPro, sans-serif;
    font-size: 16px;
    line-height: 30px;
}

.cikl-one p span{
    font-weight: 600;
    font-family: GothamPro_Medium, sans-serif;
}

.cirl-right-wrp{
    padding-left: 60px;
}

@media only screen and (max-width : 1800px){
    .cikl-works .cikl-left h3{
        font-size: 37px;
    }

    .cikl-works .cikl-left h3{
        width: 390px;
    }
}

@media only screen and (max-width : 1700px) {
    .cikl-works .cikl-wrp br {
        display: block;
    }

    .cikl-works .cikl-left h3 {
        font-size: 35px;
    }

    .cikl-works .cikl-left h3 {
        width: 285px;
        line-height: 50px;
    }
}


@media only screen and (max-width : 1440px){
    .cikl-works .cikl-left h3 {
        font-size: 33px;
    }

    .cikl-works .cikl-left h3 {
        width: 265px;
        line-height: 50px;
    }

    .cirl-right-wrp{
        padding-left: 25px;
    }
}

@media only screen and (max-width : 1400px){
    .cikl-works .cikl-left h3 {
        font-size: 30px;
        width: 240px;
        line-height: 40px;
    }
}

/*cikl-works*/

/*our-works*/
.our-works {
    padding-top: 49px;
    /* background-image: url(../img/works-bg.jpg); */
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding-bottom: 24px;
}

.our-works h2{
    color: #363636;
    font-family: AvenirNextW10-Heavy, sans-serif;
    font-size: 50px;
    font-weight: 800;
    text-align: center;
}

.our-works h2:after{
    content: '';
    width: 60px;
    height: 2px;
    background-color: #d5d5d5;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.our-works h3{
    font-family: AvenirNextW10-Book, sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 55px;
}

.our-works .images img{
    box-shadow: 0 0 80px rgba(0,0,0,0.3);
    width: 100%;
}

.our-works-right span{
    color: white;
    font-family: AvenirNextW10-Demi, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 44px;
    background-color: #ff4444;
    padding: 10px 15px;
}

.our-works-right h3{
    color: #363636;
    font-family: AvenirNextW10-Demi, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
    text-align: left;
    margin-bottom: 10px;
}

.info-caise{
    background-color: #fff;
    overflow: hidden;
    padding-top: 5px;
    box-shadow: 0 0 80px rgba(0,0,0,0.2);
}

.caise-info-wrp{
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}

.info-caise .col-lg-4{
    box-shadow: 15px 0px 65px 0px rgba(50, 50, 30, 0.1);
}

.info-caise .col-lg-4 p{
    color: #363636;
    font-family: AvenirNextW10-Demi, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 70px;
    padding-left: 25px;
}

.info-caise .col-lg-8 p{
    color: #363636;
    font-family: AvenirNextW10-Book, sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 70px;
    text-align: right;
    padding-right: 25px;
}
/*our-works*/

/*recal*/
.recal {
    padding-top: 30px;
    box-shadow: none;
    padding-bottom: 30px;
}

.recal .recal-client span{
    color: white;
    font-family: AvenirNextW10-Demi, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 45px;
    background-color: #ff4444;
    padding: 7px 15px;
}

.recal .recal-client p{
    font-family: AvenirNextW10-Book, sans-serif;
    font-size: 25px;
    line-height: 45px;
    color: #363636;
    font-weight: 300;
}

.recal .recal-client p span{
    color: #363636;
    font-weight: 300;
    font-family: AvenirNextW10-Demi, sans-serif;
    background-color: #fff;
    padding: 0;
}

.recal .recal-client p span span{
    color: #838383;
    font-weight: 300;
    background-color: #fff;
    padding: 0;
}

.recal-text p{
    color: #363636;
    font-family: AvenirNextW10-Book, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.recal-text a{
    color: #1387fb;
    font-family: AvenirNextW10-Demi, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    text-decoration: underline;
}

.recal-text a img{
    padding-left: 10px;
}

.recal-text a:hover{
    text-decoration: none;
    cursor: pointer;
}

.recal-text{
    border-left: 5px solid #d4d4d4;
    padding-left: 25px;
}

.zakaz-wrp:after{
    content: '';
    display: block;
    background-color: #00a4ff;
    width: 2px;
    height: 200px;
    position: absolute;
    top: 15px;
    right: 0;
}

.zakaz-wrp:before{
    content: '';
    display: block;
    background-color: #00a4ff;
    width: 2px;
    height: 200px;
    position: absolute;
    bottom: 15px;
    left: 0;
}

.zakaz-wrp{
    text-align: center;
    box-shadow: 0 0 80px rgba(0,0,0,0.2);
    padding: 15px 17px 50px 17px;
    background-color: #f9f9f9;
    position: relative;
    margin-bottom: 60px;
}

.zakaz-wrp h3{
    color: #363636;
    font-family: AvenirNextW10-Demi, sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
}

.zakaz-wrp h3:after{
    content: '';
    display: block;
    height: 2px;
    width: 50px;
    background-color: #dedede;
    margin: 12px auto 0px auto;
}

.zakaz-wrp p{
    color: #363636;
    font-family: AvenirNextW10-Book, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 45px;
}

.zakaz-wrp a{
    text-shadow: 0 2px 0 #2386bd;
    color: white;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    background-color: #00a4ff;
    padding: 20px 30px;
    border-radius: 50px;
}

.recal-one{
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #d3d3d3;
    margin-bottom: 30px;
    position: relative;
}

.recal-one:hover{
    background-image: url("../img/caise/all/bg.jpg");
    transition: all .5s;
}

.recal-one:hover .recal-infos{
    opacity: 1;
    transition: all .5s;
}

.recal-one:hover img{
    opacity: 0;
    transition: all .5s;
}

.recal-infos{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding-top: 60px;
    text-align: center;
    opacity: 0;
}

.recal-infos p{
    color: white;
    font-family: AvenirNextW10-Demi, sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 70px;
    margin-bottom: 0;
}

.recal-infos a{
    text-shadow: 0 2px 0 #2386bd;
    color: white;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 25px;
    background-color: #00a4ff;
    border-radius: 30px;
    width: 230px;
    height: 66px;
    display: inline-block;
    line-height: 66px;
}

.files-in{
    display: none;
}


/*recal*/

/*preim*/
.preim{
    padding-top: 40px;
}

.preim h2{
    color: #363636;
    font-family: AvenirNextW10-Heavy, sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    text-align: center;
    margin-bottom: 40px;
}

.preim p{
    color: #363636;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.preim p span{
    color: #00a4ff;
    font-family: GothamPro_Bold, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 30px;
    display: block;
    margin-bottom: 30px;
}

.preim1{
    background-image: url("../img/preim/1.png");
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 136px;
}
.preim2{
    background-image: url("../img/preim/2.png");
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 136px;
    padding: 0 15px;
}
.preim3{
    background-image: url("../img/preim/3.png");
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 121px;
}

.value-on-wrp{
    padding-top: 40px;
    padding-bottom: 65px;
}

.value-on{
    width: 800px;
    height: 280px;
    display: block;
    margin: 0 auto;
    border: 7px solid #00a4ff;
    box-shadow: 0 0 80px rgba(0,0,0,0.2);
    text-align: center;
    padding-top: 40px;
}

.arw-right{
    padding-top: 15px;
}

.arw-left{
    padding-top: 55px;
}

.value-on a{
    text-shadow: 0 2px 0 #2386bd;
    color: white;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 25px;
    background-color: #00a4ff;
    padding: 20px 30px;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 8px 4px 35px rgba(0,164,255,0.6);
}

.value-on p{
    color: #363636;
    font-family: AvenirNextW10-Demi, sans-serif;
    font-weight: 300;
    line-height: 40px;
    font-size: 30px;
}

.value-on p span{
    color: #363636;
    font-family: AvenirNextW10-Demi, sans-serif;
    font-weight: 300;
    line-height: 40px;
    font-size: 20px;
}
/*preim*/

/*our-service*/
.our-service{
    background-color: #e9f7ff;
    padding: 30px 0 65px 0;
}

.service-img img{
    width: 100%;
    box-shadow: 0 0 80px rgba(0,0,0,0.2);
}

.service-info h3{
    color: #363636;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.service-info h3:after{
    content: '';
    display: block;
    background-color: #00a4ff;
    width: 50px;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 15px;
}

.service-info p{
    color: #363636;
    font-family: GothamPro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.service-info h4 img{
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.service-info h4{
    color: #363636;
    font-family: GothamPro, sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}

.service-info h4 span{
    font-weight: 700;
    font-family: GothamPro_Bold, sans-serif;
}

.our-service-link{
    text-align: center;
}

.our-service-link a{
    text-shadow: 0 2px 0 #2386bd;
    color: white;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 25px;
    background-color: #00a4ff;
    padding: 20px 35px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 30px;
}

.our-service h2{
    color: #363636;
    font-family: AvenirNextW10-Heavy, sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 40px;
    text-align: center;
}
/*our-service*/

/*our-video*/
.our-video{
    overflow: hidden;
    position: relative;
}

.video1-wrp{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
}

.video3-wrp{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
}

.our-video .col-md-3{
    padding-left: 0;
    padding-right: 0;
}

.our-video .col-md-6{
    padding-left: 0;
    padding-right: 0;

    margin-left: 25%;
}

.video2-wrp{
    background-image: url("../img/video/video-bg-centr.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
}

.video1{
    background-image: url("../img/video/video-bg-left.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.video3{
    background-image: url("../img/video/video-bg-right.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.video2{
    text-align: center;
    border: 3px solid #fff;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 135px;
    padding-bottom: 115px;
}

.video2 p:after{
    content: '';
    display: block;
    height: 2px;
    width: 50px;
    background-color: #d5d5d5;
    margin: 15px auto 0 auto;
}
.video2 p{
    color: #fff;
    font-family: AvenirNextW10-Heavy, sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
}

.video2 span{
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
    font-family: AvenirNextW10-Book, sans-serif;
}

.video2 a{
    background-color: #00a4ff;
    display: inline-block;
    padding: 20px;
    border-radius: 182px;
    margin-top: 45px;
}

.video2 p.history-play{
    background-color: #00a4ff;
    display: inline-block;
    padding: 20px;
    border-radius: 182px;
    margin-top: 45px;
    line-height: 190px;
}
.video2 p.history-play:after{
    background-color:rgba(0,0,0,0)
}
.our-video .container-fluid{

}

.history-play{
    background-color: #292929 !important;
    border: 3px solid #3e3e3e;
    width: 250px;
    height: 250px;
    line-height: 195px;
}
/*our-video*/

/*qa*/
.qa{
    background-image: url("../img/qa-bg.jpg");
    padding-top: 55px;
}

.qa-head h2:after{
    content: '';
    background-color: #d5d5d5;
    width: 50px;
    height: 2px;
    display: block;
    margin: 20px auto;
}

.qa-head h2{
    color: #363636;
    font-family: AvenirNextW10-Heavy, sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    text-align: center;
    margin-top: 0;
}

.qa-head p{
    color: #363636;
    font-family: AvenirNextW10-Book, sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
    margin-bottom: 0;
}

.qa .header-offer{
    background-image: none;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 88px;
}

.qa .header-offer form{
    box-shadow: none;
}

.qa img{
    position: relative;
    left: -80px;
}
/*qa*/

/*recals*/
.recals{
    background-color: #252526;
    padding-top: 35px;
    padding-bottom: 125px;
    background-image: url("../img/recals-bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

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

.recals-head p{
    color: white;
    font-family: AvenirNextW10-Book, sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 50px;
}

.recals-head h2:after{
    content: '';
    margin: 25px auto 25px auto;
    display: block;
    width: 70px;
    height: 2px;
    background-color: #d5d5d5;
}

.recals-head h2{
    color: white;
    font-family: AvenirNextW10-Heavy, sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
}

.recals .carousel-control.left{
    width: 160px;
    height: 65px;
    top: auto;
    background-color: #494949;
    opacity: 1;
    border-radius: 30px;
    background-image: none;
    margin-bottom: -75px;
    left: 290px;

    color: white;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 63px;
}

.recals .carousel-control.left img{
    margin-right: 15px;
}

.recals .carousel-control.right img{
    margin-left: 15px;
}

.recals .carousel-control.right{
    width: 160px;
    height: 65px;
    top: auto;
    background-color: #494949;
    opacity: 1;
    border-radius: 30px;
    background-image: none;
    margin-bottom: -75px;
    left: 475px;

    color: white;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 63px;

}

.item-wrp{
    width: 900px;
    height: 340px;
    background-color: #343434;
    border: 2px solid #515151;
    display: block;
    margin: 0 auto;
}

.item-wrp h3{
    color: white;
    font-family: AvenirNextW10-Heavy, sans-serif;
    font-size: 35px;
    font-weight: 800;
    line-height: 50px;
}

.item-wrp a{
    color: white;
    font-family: AvenirNextW10-Demi, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    text-decoration: underline;
}

.item-wrp{
    padding-right: 70px;
    padding-top: 20px;
}


.item-wrp a img{
    margin-left: 10px;
}

.item-wrp p{
    color: white;
    font-family: AvenirNextW10-Book, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
}

.item-wrp h3:after{
    content: '';
    width: 50px;
    height: 2px;
    display: block;
    background-color: #d5d5d5;
    margin-top: 25px;
    margin-bottom: 25px;
}

.recal-info{
    margin-left: -140px;
    padding-top: 15px;
    text-align: center;
}

.recal-info img{
    margin-bottom: 15px;
}

.recal-info p{
    color: white;
    font-family: AvenirNextW10-Demi, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
}

.recal-info p a{
    color: white;
    font-family: AvenirNextW10-Demi, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    background-color: #00a4ff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
/*recals*/

/*doverie*/
.doverie {
    background-color: #f5f8fa;
    padding-top: 35px;
    padding-bottom: 65px;
}
.doverie-info-head p{
    color: #363636;
    font-family: AvenirNextW10-Book, sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 50px;
}

.doverie-info h3 {
    text-align: left;
    font-family: AvenirNextW10-Book, sans-serif;
}

.top-line {
    width: 28px;
    height: 2px;
    border: 1px solid;
}

.doverie h2{
    color: #363636;
    font-family: AvenirNextW10-Heavy, sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
}
.flex {    display: flex;
    align-items: center;}

.flex img {margin-left: 6px;}

.adress {
    /* width: 277px; */
    /* float: left; */
    /* margin-top: 5px; */
    text-align: center;
    padding: 25px 0;
}

.adress img {
    margin-right: 6px !important;
    float: none !important;
}

/*.doverie h2:after{
    content: '';
    display: block;
    height: 2px;
    width: 50px;
    background-color: #d5d5d5;
    margin: 10px auto 15px auto;
}
*/
.doverie-info-head{
    text-align: center;
}

.doverie-one{
    background-color: #fff;
    text-align: center;
}
.doverie-one:hover{
    outline: 1px solid #527fff;
}

.doverie-info-head h3{
    color: #363636;
    font-family: AvenirNextW10-Demi, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
}

.doverie-info p{
    font-family: AvenirNextW10-Heavy, sans-serif;
    font-size: 16px;
    color: #363636;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    border-bottom:2px solid #eaeaea;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 0;
}
.doverie-info p:last-child{
    border-bottom: 0;
}

.doverie-info p span{
    color: #00a4ff;
    font-weight: 800;
    display: block;
    float: left;
    margin-bottom: 25px;
    margin-right: 15px;
}

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

.doverie-one {
    box-shadow: 0 0 50px rgba(0,0,0,0.2);
    padding: 35px 35px 5px 35px;
}
/*doverie*/

/*about*/

.about{
    padding-top: 50px;
}

.about h3 {
    color: #363636;
    font-family: AvenirNextW10-Heavy, sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    margin-top: 5px;
    margin-left: 39px;
}

/*.about h3:after{
    content: '';
    display: block;
    background-color: #dddddd;
    width: 50px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 17px;
}*/

.about p {
    margin-bottom: 30px;
    color: #363636;
    font-family: AvenirNextW10-Book, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    margin-right: 0;
    margin-left: 39px;
}

.about .carousel-control.left{
    line-height: 390px;
    opacity: 1;
    background-image: none;
}

.about .carousel-control.right{
    line-height: 390px;
    opacity: 1;
    background-image: none;
}

.about {
    background-repeat: no-repeat;
    background-position: right;
    background-color: #f5f8fa;
    padding-bottom: 50px;
}


.about-2-callumn{
    padding-left: 0;
}

/*about*/

/*search*/

#search .col-md-3 {
    padding: 0;
}

.search {
    background-color: #f6fcff;
    padding-top: 45px;
    padding-bottom: 85px;
}

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

.search-head h2 {
    color: #363636;
    font-family: AvenirNextW10-Heavy, sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 80px;
}
/*
.search-head h2:after{
    content: '';
    display: block;
    height: 2px;
    width: 60px;
    background-color: #d5d5d5;
    margin: 18px auto 15px auto;
}*/

.search-head p{
    color: #363636;
    font-family: AvenirNextW10-Book, sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 60px;
}

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

.search-one, .search-img{
    width: 220px;
    height: 185px;
    background-color: #ffffff;
}

.search-img{
    background-repeat: no-repeat;
    background-position: center;
}

.search1{
   background-image: url("../img/search/1.png");
}
.search1:hover{
    background-image: url("../img/search/1-1.png");
    box-shadow: 0 0 45px rgba(0, 164, 255, 0.4);
    transition: all .5s;
}

.search2{
   background-image: url("../img/search/2.png");
}
.search2:hover{
    background-image: url("../img/search/2-2.png");
    box-shadow: 0 0 45px rgba(0, 164, 255, 0.4);
    transition: all .5s;
}

.search3{
   background-image: url("../img/search/3.png");
}
.search3:hover{
    background-image: url("../img/search/3-3.png");
    box-shadow: 0 0 45px rgba(0, 164, 255, 0.4);
    transition: all .5s;
}

.search4{
   background-image: url("../img/search/4.png");
}
.search4:hover{
    background-image: url("../img/search/4-4.png");
    box-shadow: 0 0 45px rgba(0, 164, 255, 0.4);
    transition: all .5s;
}

.search5{
   background-image: url("../img/search/5.png");
}
.search5:hover{
    background-image: url("../img/search/5-5.png");
    box-shadow: 0 0 45px rgba(0, 164, 255, 0.4);
    transition: all .5s;
}

.search6{
   background-image: url("../img/search/6.png");
}
.search6:hover{
    background-image: url("../img/search/6-6.png");
    box-shadow: 0 0 45px rgba(0, 164, 255, 0.4);
    transition: all .5s;
}

.search7{
   background-image: url("../img/search/7.png");
}
.search7:hover{
    background-image: url("../img/search/7-7.png");
    box-shadow: 0 0 45px rgba(0, 164, 255, 0.4);
    transition: all .5s;
}

.search8{
   background-image: url("../img/search/8.png");
}
.search8:hover{
    background-image: url("../img/search/8-8.png");
    box-shadow: 0 0 45px rgba(0, 164, 255, 0.4);
    transition: all .5s;
}

.search-text p{
    color: #363636;
    font-family: AvenirNextW10-Demi, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 15px;
}

.row-2-search{
    margin-top: 35px;
}
/*search*/

/*dop-form*/
.dop-form-text h2{
    color: #363636;
    font-family: AvenirNextW10-Heavy, sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
}

.dop-form-text h2:after{
    content: '';
    display: block;
    height: 3px;
    width: 60px;
    background-color: #00a3fe;
    margin-bottom: 12px;
    margin-top: 10px;
}

.dop-form-text p{
    font-family: AvenirNextW10-Book, sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
}

.dop-form .container-fluid .container-fluid-wrp{
    border: 5px solid #00a3fe;
    margin: 35px 25px;
}

.dop-form-text {
    padding-top: 115px;
    padding-bottom: 165px;
}

.dop-form .header-offer{
    background-image: none;
}

.dop-form form{
    background-color: #fff;
}

.dop-form{
    background-image: url("../img/dop-form-bg-left.png");
    background-position:top left;
    background-repeat: no-repeat;
    background-size: 40%;
}

.dop-form-2{
    background-image: url("../img/dop-form-bg-right.png");
    background-position:top right;
    background-repeat: no-repeat;
    background-size: 50%;
}
/*dop-form*/

/*map*/
.map iframe{
    height: 570px;
    width: 100%;
}

#map {
    overflow: hidden;
}
/*footer*/
footer{
    padding-top: 17px;
    padding-bottom: 17px;
}

footer .offer{
    padding-left: 0;
}

footer .offer{
    color: #555;
    font-family: GothamPro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 10px;
    float: left;
    margin-right: 40px;
}

footer .contact-head p:last-child{
    color: #00a4ff;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: underline;
}

footer .contact-head p:first-child{
    color: #555;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 3px;
}


footer .contact-head a:last-child{
    color: #00a4ff;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: underline;
    display: inherit;
}

footer .contact-head a:first-child{
    color: #555;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 3px;
}

footer .call-company{
    float: right;
}


footer .call-company a{
    color: white;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 25px;
    background-color: #96969d;
    padding: 20px 38px;
    border-radius: 50px;
    margin-right: 21px;
    display: inline-block;
}

footer .contact-head{
    float: left;
    margin-right: 39px;
    margin-top: 7px;
}

footer .container .row .contact-head p img{
    margin-right: 10px;
}

footer .logo-wrp{
    padding-right: 0;
}

footer .logo-wrp img{
    float: left;
    margin-right: 45px;
}

/*footer*/

/*map*/
.map {
    position: relative;
}

.map img{
    position: absolute;
    right: 25px;
    top: 25px;
}

.modal-dialog{
	margin-left: auto;
    margin-right: auto;
}
/*map*/
@media only screen and (max-width : 1350px){

    .cikl-works .cikl-left {
        background-position: -30px;
    }
}

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

    .cikl-works .cikl-left {
        background-position: -65px;
    }

    .cikl-works {
        height: 805px;
    }

    .cikl-works .cikl-left{
        height: 805px;
    }

    .dop-form .container{
        width: 100%;
    }
}

@media only screen and (max-width : 1250px){
    .cikl-works {
        height: 835px;
    }

    .cikl-works .cikl-left{
        height: 835px;
    }

    #myModalBox4 .modal-dialog{
        width: 96%;
        margin-left: 2%;
    }

    #myModalBox4 .modal-content{
        width: 100%;
    }
}

@media only screen and (max-width : 1200px){
    header .logo-wrp img{
        margin-right: 10px;
    }

    header .offer{
        margin-right: 10px;
        margin-top: 5px;
    }

    .contact-head {
        margin-right: 20px;
    }

    header .call-company a {
        font-size: 17px;
        padding: 10px 15px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .logo-img{
        width: 180px;
    }

    header .contact-head p:first-child{
        font-size: 23px;
    }

    .header-offer h2{
        font-size: 40px;
    }

.header-offer form input {
    width: auto;
}

    .header-offer form button{
        width: 100%;
    }

    .file-upload{
        width: 100%;
    }

    .header-offer form h3{
        font-size: 16px;
    }

    .header-offer form p{
        font-size: 16px;
    }

    .tech-one p{
        font-size: 15px;
    }

    .header-offer form{
        padding: 20px 35px;
    }

    .checkbox-custom, .label{
        font-size: 13px;
    }

    header {
		padding-bottom: 10px;
		padding-top: 7px;
	}

    .cikl-works .cikl-left h3 {
        font-size: 28px;
        width: 223px;
        line-height: 38px;
    }

    .cikl-works .cikl-right{
        background-position: 120%;
    }

    .our-works-right h3{
        font-size: 25px;
    }

    .preim h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .preim{
        padding-top: 15px;
    }

    .value-on-wrp{
        padding-bottom: 40px;
    }

    .preim p{
        font-size: 18px;
    }

    .our-service h2{
        font-size: 40px;
    }

    .qa img {
        width: 715px;
    }

    .header-offer form {
        padding: 0px 35px;
    }

    .qa .header-offer{
        margin-top: 50px;
    }

    .qa-head h2{
        font-size: 40px;
        line-height: 50px;
    }

    .qa{
        padding-top: 35px;
    }

    .recal-info {
        margin-left: -52px;
    }

    .recal-text-wrp{
        padding-left: 45px;
    }

    .recal-info p{
        font-size: 17px;
    }

    .recal-info p a{
        font-size: 18px;
    }

    .recals .carousel-control.right{
        font-size: 20px;
    }

    .recals .carousel-control.left{
        font-size: 20px;
    }

    .recals-head h2{
        font-size: 40px;
    }

    .recals .carousel-control.left{
        left: 35px;
    }

    .recals .carousel-control.right{
        left: 205px;
    }

    .doverie-info p span{
        margin-bottom: 26px;
    }

    .doverie h2{
        font-size: 40px;
    }

    .about h3{
        font-size: 40px;
    }

    .search-head h2{
        font-size: 40px;
    }

    .dop-form-text{
        padding-bottom: 50px;
        padding-top: 25px;
    }

    .dop-form .container {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .dop-form-text h2{
        font-size: 40px;
    }

    footer .call-company a {
        font-size: 17px;
        padding: 10px 15px;
        margin-right: 10px;
        margin-top: 10px;
    }

    footer .contact-head p:first-child{
        font-size: 23px;
    }

    footer .logo-wrp img{
        margin-right: 20px;
    }

    footer .offer{
        margin-right: 30px;
    }

    .about p {
        font-size: 18px;
        line-height: 30px;
    }

    .recal-one img{
        width: 100%;
    }

    header .burger a{
        float: none;
        position: absolute;
        top: 0;
        right: 15px;
    }

    header .logo-wrp img {
        margin-right: 0;
    }

}

@media only screen and (max-width : 1150px){
    .cikl-works .cikl-left h3 {
        font-size: 28px;
        width: 223px;
        line-height: 38px;
    }

    .cikl-works .cikl-left {
        background-position: -85px;
    }
}

@media only screen and (max-width : 1100px){
    .cikl-works .cikl-left h3 {
        font-size: 28px;
        width: 223px;
        line-height: 38px;
    }

    .cikl-works .cikl-left {
        background-position: -105px;
    }


    .cikl-works .cikl-right{
        background-position: 130%;
    }

}

@media only screen and (max-width : 1050px){
    .cikl-works .cikl-left {
        background-position: -130px;
    }

    .cikl-works .cikl-right{
        background-position: 145%;
    }
}

@media only screen and (max-width : 992px){
    header .logo-wrp{
        overflow: hidden;
        text-align: center;
    }

    header .logo-wrp img.logo-img {
        margin-right: 10px;
        display: inline-block;
        position: relative;
        top: -14px;
        float: none;
    }

    header .offer{
        text-align: left;
        display: inline-block;
        float: none;
    }

    header .logo-wrp img {
        float: none;
        margin-right: 45px;
    }

    .contact-head{
        float: none;
    }

    header .call-company {
        float: none;
        display: inline-block;
    }

    .contact-head {
        float: none;
        display: inline-block;
        margin-left: 82px;
    }

    header .call-company a {
        font-size: 17px;
        padding: 10px 15px;
        margin-right: 0px;
        margin-top: 0;
        position: relative;
        top: -15px;
    }


    .header-offer h2 {
        font-size: 45px;
    }

    .cikl-works{
        height: auto;
    }

    .cikl-works .cikl-left {
        background-position: 0 top;
        height: 450px;
    }

    .cikl-works .cikl-left h3 br{
        display: none;
    }

    .cikl-works .cikl-left h3 {
        font-size: 33px;
        width: 350px;
        line-height: 45px;
    }

    .cirl-right-wrp {
        padding-left: 0;
    }

    .cikl-one .col-md-1{
        display: inline-block;
    }

    .cikl-works .cikl-right {
        background-position: 100%;
    }

    .our-works-right{
        padding-top: 15px;
    }

    .our-works h2{
        font-size: 45px;
    }

    .our-works h3{
        font-size: 30px;
        line-height: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .our-works{
        padding-top: 25px;
    }

    .info-caise .col-lg-9 p{
        font-size: 18px;
    }

    .info-caise .col-lg-3 p{
        font-size: 18px;
    }

    .zakaz-wrp{
        margin-top: 15px;
    }

    .preim p {
        font-size: 16px;
    }

    .preim h2{
        margin-bottom: 50px;
    }

    .preim1{
        text-align: center;
    }

    .preim2{
        text-align: center;
        margin-bottom: 30px;
    }

    .preim3{
        text-align: center;
    }

    .arw-left img{
        display: none;
    }

    .arw-right img{
        display: none;
    }

    .value-on {
        width: 100%;
        height: auto;
        padding-bottom: 40px;
    }

    .arw-left {
        padding-top: 0;
    }

    .value-on-wrp{
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .value-on a{
        font-size: 20px;
    }

    .our-service {
        padding: 0px 0 30px 0;
    }

    .service-info p{
        font-size: 15px;
    }

    .service-info h3{
        font-size: 18px;
    }

    .service-info h4{
        font-size: 18px;
    }

    .our-service-link a{
        font-size: 21px;
    }

    .our-video .col-sm-2 {
        padding-left: 0;
        padding-right: 0;
    }

    .our-video .col-md-6 {
        margin-left: 16.66666667%;
    }

    .video2 p{
        font-size: 45px;
    }

    .video2 span {
        font-size: 23px;
        line-height: 35px;
    }

    .video2 {
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .qa{
        padding-bottom: 30px;
    }

    .qa img {
        width: 100%;
        left: 0;
        padding-bottom: 0px;
    }

    .qa-head h2{
        font-size: 35px;
    }

    .qa .header-offer {
        margin-top: 0;
    }

    .header-offer form {
        padding: 10px 35px;
    }

    .item-wrp{
        height: auto;
        width: 100%;
    }

    .item-wrp {
        padding: 10px 20px 20px 20px;
    }

    .recal-info {
        margin-left: 0;
    }

    .recal-info p a {
        display: block;
        width: 124px;
        margin: 0 auto;
    }

    .recals-head h2{
        font-size: 35px;
        line-height: 45px;
    }

.doverie-one {
    padding: 10px 10px 5px 10px;
    margin-bottom: 20px;
}

.top-line {
    margin: 0 auto;
}

    .doverie h2{
        font-size: 35px;
        line-height: 45px;
    }

    .doverie-info-head p {
        font-size: 22px;
        line-height: 30px;
    }

    .doverie-info-head p{
        margin-bottom: 30px;
    }

    .about h3{
        font-size: 35px;
        line-height: 45px;
        margin-left: 0;
    }

.about p {
    font-size: 19px;
    line-height: 30px;
    margin-left: 0;
}

    .about {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .search-head h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .search-one, .search-img {
        margin: 0 auto;
    }

    .search-text{
        margin-bottom: 30px;
    }

    .search-text p{
        text-align: center;
        margin-top: 5px;
    }

    .row-2-search {
        margin-top: 0;
    }

    .search {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .dop-form-text h2{
        text-align: center;
    }

    .dop-form-text p{
        text-align: center;
    }

    .dop-form-text h2:after {
        margin: 10px auto 12px auto;
    }

    .dop-form-text {
        padding-top: 0;
    }

    .dop-form-text h2{
        font-size: 35px;
        line-height: 45px;
        margin-top: 0;
    }

    .dop-form-text {
        padding-bottom: 15px;
    }

    footer .logo-wrp{
        overflow: hidden;
    }

    footer .logo-wrp img {
        float: none;
        display: inline-block;
    }

    footer .offer {
        float: none;
        display: inline-block;
        text-align: left;
    }

    footer .logo-wrp{
        text-align: center;
    }

    footer .contact-head {
        float: none;
        display: inline-block;
    }

    footer .call-company {
        float: none;
        display: inline-block;
        position: relative;
        top: -15px;
    }

    .contact-head{
        margin-left: 0;
        margin-right: 15px;
    }

    .about{
        background-image: none;
    }

    .about-2-callumn {
        padding-left: 15px;
    }

    #myModalBox4 .arw-slider-mpdal-4{
        width: 96%;
    }

    #myModalBox4 .arw-slider-mpdal-4 p{
        font-size: 16px;
    }

    .history-play{
        width: 200px;
        height: 200px;
        line-height: 145px;
    }

    .history-play img{
        width: 80%;
    }
	
	/*Меню в одну полосу*/
	header .offer{
		display:none;
	}
	
	.contact-head a span{
		display:none;
	}
	
	header .logo-wrp {
		padding: 15px 0 0px 0;
	}

	.header-offer-fixed {
		padding-top: 90px;
	}
	
	.contact-head{
		position:relative;
		top:-10px;
	}
	
	header {
		padding-bottom: 0;
	}
	
	.contact-head {
		margin-left: 5px;
	}
	
	.cont-head-link img {
		margin-right: 3px !important;
	}
	/*Меню в одну полосу*/
}

@media only screen and (max-width : 768px){
    .tech-one{
        text-align: center;
    }

    .tech-one h4::after {
        margin: 15px auto;
    }

    .col-md-5 form {display:none;}

    .header-offer h2 {
        font-size: 33px;
        line-height: 45px;
        text-align: center;
    }

    .header-offer h2 span {
        line-height: 45px;
        padding: 0px 20px;
        display: inline-block;
        margin-top: 15px;
    }

    .header-offer h3{
        line-height: 30px;
        text-align: center;
    }

    .cikl-works .cikl-right {
        background-position: 120%;
    }

    .our-works h3 {
        font-size: 25px;
        margin-top: 0;
    }

    .our-works-right span {
        font-size: 18px;
        padding: 5px 10px;
    }

    .our-works h3{
        line-height: 30px;
        font-size: 20px;
    }

    .our-works h2 {
        font-size: 35px;
    }

    .recal {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    .preim h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .service-info p{
        font-size: 14px;
    }

    .service-info h3{
        font-size: 17px;
    }

    .our-service h2 {
        font-size: 35px;
    }

    .our-video .col-md-6 {
        margin-left: 0;
    }

    .video2 p {
        font-size: 35px;
    }

    .video2 span {
        font-size: 18px;
        line-height: 30px;
    }

    .video2 a img{
        width: 130px;
    }

    .video2 a{
        padding: 10px;
    }

    .video2 a{
        margin-top: 15px;
    }

    .video2{
        padding: 15px;
    }

    .item-wrp {
        width: 90%;
        overflow: hidden;
        height: auto !important;
    }

    .item-wrp p{
        font-size: 18px;
    }

    .item-wrp h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .recal-text-wrp {
        padding-left: 30px;
    }

    .doverie-info p{
        font-size: 14px;
    }

    .doverie-info h3{
        font-size: 22px;
    }

    .about p {
        font-size: 18px;
        line-height: 30px;
    }

    .about p{
        margin-bottom: 20px;
    }

.search {
    padding-top: 25px;
    padding-bottom: 15px;
}

.search-head p {
    margin-bottom: 30px;
}

    .search-text p{
        font-size: 16px;
    }

    .dop-form .container-fluid .container-fluid-wrp {
        margin: 20px 0;
    }

    #myModalBox .modal-dialog{
        float: right;
    }

    #myModalBox2 .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }

    .history-play {
        width: 150px;
        height: 150px;
        line-height: 120px;
    }

    .video2 a img {
        width: 85px;
    }

    header .burger {
        float: none;
        position: absolute;
        top: 0;
        right: 15px;
    }

    header .logo-wrp img {
        margin-right: 0;
        margin-top: 0;
    }

    .header-offer-fixed {
        padding-top: 90px;
    }
}

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

.flex {
    display: block;
    align-items: center;
}

.flex img {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}

#map {    width: 100% !important;
    height: 350px !important;
}

.adress img {
    margin-right: 0;
    float: none !important;
    display: none !important;
}

.adress {
    width: 100%;
    float: none;
    margin-top: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .cikl-works .cikl-left h3 {
        font-size: 31px;
        width: 330px;
        line-height: 45px;
    }


    .cikl-works .cikl-right {
        background-position: 165%;
    }
}

@media only screen and (max-width : 650px){
    .recal-one-wrp .col-xs-6{
        width: 100%;
    }
    .doverie {
    padding-bottom: 30px;
}
}

@media only screen and (max-width : 600px){
    header .logo-wrp img.logo-img {
        display: inline-block;
        top: 0;
        float: none;
        margin: 0 auto;
    }

    header .logo-wrp{
        padding-right: 15px;
    }

    header .offer {
        margin-right: 0;
        margin-top: 5px;
        text-align: center !important;
    }

    .contact-head{
        margin-left: 10px;
    }

    header .burger {
        float: none;
        position: absolute;
        top: 0;
        right: 15px;
    }


    header .logo-wrp img{
        margin-right: 0;
        margin-top: 0;
    }

    header {
		padding-bottom: 0px;
		padding-top: 0;
	}

    .header-offer h3{
        margin-bottom: 30px;
    }

    .cikl-works .cikl-left h3 {
        font-size: 28px;
        width: 300px;
        line-height: 40px;
    }

    .cikl-works .cikl-left {
        background-position: -10px top;
    }

    .cikl-works .cikl-right {
        background-position: 240%;
    }

    .our-service .col-xs-4{
        width: 100%;
    }

    .service_one{
        margin-bottom: 30px;
    }

    .service-info h3{
        margin-top: 10px;
    }

    .our-service-link a {
        font-size: 18px;
    }

    .doverie .col-xs-4{
        width: 100%;
    }

    footer .logo-wrp img {
        float: none;
        display: block;
        margin: 0 auto;
    }

    footer .offer {
        float: none;
        display: block;
        margin-right: 0;
        text-align: center;
        margin-top: 5px;
    }

    footer .container .row .contact-head p img {
        margin-right: 10px;
        display: inline-block;
    }

    footer .contact-head{
        margin-right: 15px;
    }

#myModalBox2 .modal-dialog {
    width: 98%;
    margin-left: auto;
}

    #myModalBox2 .modal-content {
        width: 100%;
    }

    header .call-company a{
        top: 0;
    }

    .header-offer-fixed {
        padding-top: 105px;
    }
	
	.contact-head{
		top:3px;
	}
}

@media only screen and (max-width : 550px){
    .cikl-works .cikl-left {
        background-position: -60px;
    }


    .cikl-works .cikl-right {
        background-position: 100%;
        background-image: none;

    }

    .cikl-one .col-xs-6{
        width: 83.3%;
    }

    .cikl-one p{
        font-size: 14px;
    }

    .cikl-one h3 {
        font-size: 25px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .info-caise .col-lg-9 p{
        font-size: 16px;
    }

    .info-caise .col-lg-3 p{
        font-size: 16px;
    }
}

@media only screen and (max-width : 500px){
    .cikl-works .cikl-left {
        background-position: -75px;
    }

    .search .col-xs-6{
        width: 100%;
    }
}

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

	.email-modal a {
    color: #fff;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: underline;
}

.pem-img {
    margin-bottom: 10px;
    width: 60%;
}

.phone-email-modal {
    padding-left: 40px;
    margin-top: 10px;
}

#myModalBox .close {
    margin-top: 0px !important;
}

    .search1:hover {
    background-image: url(../img/search/1.png);
    box-shadow: none;
    transition: all .5s;
}

.search2:hover {
    background-image: url(../img/search/2.png);
    box-shadow: none;
    transition: all .5s;
}

.search3:hover {
    background-image: url(../img/search/3.png);
    box-shadow: none;
    transition: all .5s;
}

.search4:hover {
    background-image: url(../img/search/4.png);
    box-shadow: none;
    transition: all .5s;
}

.search5:hover {
    background-image: url(../img/search/5.png);
    box-shadow: none;
    transition: all .5s;
}

.search6:hover {
    background-image: url(../img/search/6.png);
    box-shadow: none;
    transition: all .5s;
}

.search7:hover {
    background-image: url(../img/search/7.png);
    box-shadow: none;
    transition: all .5s;
}

.search8:hover {
    background-image: url(../img/search/8.png);
    box-shadow: none;
    transition: all .5s;
}
	
	header .logo-wrp {
		padding-right: 0;
	}
.about p br {display:none;}
	.info-caise .col-lg-4 p, .info-caise .col-lg-8 p {
    padding-left: 5px;
    text-align: left;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 0;
}

#myModalBox3 .modal-content {
    width: 100%;
    height: auto;
    border-radius: 20px;
    background-color: #00a4ff;
    text-align: center;
    padding-bottom: 20px;
}

#myModalBox3 .modal-dialog {
    width: 100%;
    height: auto;
}

footer .logo-wrp {
    padding-right: 0;
    padding-left: 0;
}

.video2 p.history-play:after {display:none;}

.video2 p.history-play {
    background-color: #00a4ff;
    display: flex;
    padding: 20px;
    border-radius: 182px;
    margin-top: 45px;
    line-height: 190px;
    align-items: center;
    justify-content: center;
    margin: 45px auto;
    text-align: center;
}

    header .burger a {
        position: relative;
    }

    header .call-company {
        float: none;
        display: block;
        margin-top: 15px;
    }

    header{
        padding-top: 10px;
    }

    header .logo-wrp {
        text-align: left;
    }

    header .burger{
        position: static;
        display: block;
        margin-left: 15px;
    }

    .header-offer h2 {
        font-size: 25px;
        line-height: 35px;
        text-align: center;
    }

    .header-offer h3 {
        line-height: 33px;
        text-align: center;
        font-size: 30px;
    }

    header {
        padding-bottom: 0;
		padding-left: 15px;
    }

    .header-offer form {
        padding: 15px;
    }

    .header-offer form h3 {
        font-size: 14px;
    }

    .header-offer form p {
        font-size: 14px;
        line-height: 25px;
    }

    .header-offer form input::-webkit-input-placeholder {
        color: #555;
        font-family: GothamPro_Medium, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
    }
    .header-offer form input::-moz-placeholder {
        color: #555;
        font-family: GothamPro_Medium, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
    }
    .header-offer form input:-ms-input-placeholder {
        color: #555;
        font-family: GothamPro_Medium, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
    }
    .header-offer form input:-moz-placeholder {
        color: #555;
        font-family: GothamPro_Medium, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
    }

.header-offer form input {
    width: 100%;
    height: 40px;
}
.header-offer form input[type=checkbox] {
    width: auto;
}

.file-upload {
    height: 50px;
    border: 1px solid rgba(0,0,0,0.15);
}

    .file-upload span {
        line-height: 50px;
        font-size: 14px;
    }

    .header-offer form button{
        font-size: 16px;
        height: 50px;
        margin-bottom: 10px;
    }

    .checkbox-custom, .label {
        font-size: 10px;
        line-height: 10px;
    }

    .cikl-works .cikl-left {
        background-position: -105px;
    }

    .cikl-one h3{
        font-size: 22px;
    }

    .caise-info-wrp .col-xs-4{
        width: 100%;
    }

    .caise-info-wrp .col-xs-8{
        width: 100%;
    }

    .info-caise .col-lg-3 p{
        padding-left: 0;
        padding-right: 0;
    }

    .info-caise .col-lg-9 p{
        padding-left: 0;
        padding-right: 0;
    }

    .zakaz-wrp h3{
        font-size: 22px;
    }

    .zakaz-wrp p{
        font-size: 15px;
    }

    .zakaz-wrp p{
        margin-bottom: 35px;
    }

    .recal-text p{
        font-size: 15px;
    }

    .recal .recal-client p{
        font-size: 23px;
    }

    .recal .recal-client span{
        font-size: 18px;
    }

    .preim p {
        font-size: 15px;
    }

    .value-on a{
        padding: 15px 25px;
    }

    .preim p span{
        margin-bottom: 15px;
    }

    .value-on {
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        padding-top: 20px;
    }

    .value-on a {
        font-size: 18px;
    }

    .our-service-link a{
        padding: 5px 15px;
        margin-top: 0;
    }

    .our-service-link a {
        font-size: 16px;
    }

    .video2 p{
        line-height: 35px;
    }

    .video2 a{
        padding: 7px;
    }

    .video2 a img {
        width: 100px;
    }

    .video2 span {
        font-size: 17px;
        line-height: 25px;
    }

    .qa-head h2{
        line-height: 40px;
    }

    .qa {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .recal-text-wrp {
        padding-left: 15px;
    }

    .item-wrp p {
        font-size: 16px;
        line-height: 30px;
    }

    .item-wrp h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .item-wrp a{
        font-size: 18px;
    }

    .recals-head {
        padding-left: 15px;
        padding-right: 15px;
    }

    .recals .carousel-control.left{
        left: 15px;
        width: 120px;
        height: 50px;
        line-height: 49px;
        font-size: 18px;
        margin-bottom: -85px;
    }

    .recals .carousel-control.right{
        left: 145px;
        width: 120px;
        height: 50px;
        line-height: 49px;
        font-size: 18px;
        margin-bottom: -85px;
    }

.recals {
    padding-top: 0;
    padding-bottom: 120px;
}


    .recals-head p{
        margin-bottom: 30px;
    }

    .about .carousel-control.right {
        line-height: 250px
    }

    .about .carousel-control.left {
        line-height: 250px
    }

    .about .carousel-control.right span{
        position: relative;
        right: 18px;
    }

footer .contact-head {
    margin-right: 0;
    display: block;
    margin-left: 0;
    text-align: center;
}

#myModalBox2 .header-offer {
    padding: 0 10px;
}

footer .contact-head a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

footer .call-company {
    top: 0;
}

footer .contact-head a img {
    float: none;
    display: block;
    margin: 0 !important;
    margin-right: 9px !important;
    top: 0;
    margin-top: -2px !important;
}

    footer .call-company a{
        margin-right: 0;
        margin-top: 15px;
    }

footer {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .video2 span br{
        display: none;
    }

    #myModalBox .modal-dialog{
        width: 100%;
    }

    .header-offer form p {
    font-family: GothamPro, sans-serif;
    font-size: 18px;
    color: #626262;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-bottom: 13px;
}


.header-offer form p {
    font-size: 12px;
    line-height: 17px;
}

.menu-header-modal a {
    font-family: AvenirNextW10-Heavy, sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 31px;
    color: #363636;
    display: block;
    text-decoration: none;
    padding-left: 40px;
}

.phone-modal a {
    color: #fff;
    font-family: GothamPro_Medium, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 7px;
}

    #myModalBox2 .modal-content{
        height: auto;
    }

    header.fixeded{
        padding-bottom: 15px;
    }

    header .contact-head a span{
        display: none;
    }

    header .offer {
        display: none;
        /*color: #555;
        font-family: GothamPro, sans-serif;
        font-size: 13px;
        font-weight: 400;
        width: 100%;
        line-height: 18px;
        margin-bottom: 0;
        margin-top: 10px;
        float: left;
        margin-right: 40px;*/
    }

    header .logo-wrp img.logo-img{
        display: inline-block;
        width: 100px;
        margin: 0;
    }
    header .logo-wrp {
    padding: 0;
}

    header .contact-head a:last-child img{
        margin-right: 0 !important;
    }

.contact-head {
    margin-top: -6px !important;
    margin-right: 0;
    /* display: none; */
    margin-left: 0;
}

    #myModalBox4 .images {
    padding-left: 15px;
}

#myModalBox4 .our-works-right {
    padding-right: 15px;
}

#myModalBox4 .arw-slider-mpdal-4 p {
    font-size: 13px;
}

    .contact-head a {
        display: inline-block !important;
    }

    header .call-company{
        margin: 0;
    }

header .call-company a {
    font-size: 12px;
    padding: 5px 12px;
    margin-right: 0px;
    margin-top: 0;
    position: relative;
}
    header.fixeded {
		padding: 10px 0 10px 15px;
	}

    header .call-company{
        display: inline-block;
    }

    header .header-mobile {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    header .header-desktop {
        display: none;
    }

    .header-offer2 form{
        display: none;
    }

    .list-down {
        display: none;
    }

    .cikl-one1 {
        height: 170px;
    }

    .recals .carousel-control.right {
        left: initial;
        width: 120px;
        height: 50px;
        line-height: 49px;
        font-size: 18px;
        margin-bottom: -85px;
        right: 15px;
    }

    .close {
        margin-top: 14px !important;
    }

    .modal-body {
        padding: 0;
    }
	
	.header-offer-fixed {
		padding-top: 70px;
	}
	
	textarea{
		width:100%;
            border: 1px solid rgba(0,0,0,0.15);
	}
}

@media only screen and (max-width : 450px){
    .cikl-works .cikl-left {
        background-position: -100px top;
    }

    .cikl-works .cikl-left h3 br {
        display: block;
    }

    .cikl-works .cikl-left h3 {
        font-size: 26px;
        width: 223px;
        line-height: 33px;
        margin-top: 5px;
    }

    .value-on a {
        font-size: 17px;
    }

    .value-on p span {
        line-height: 30px;
        font-size: 18px;
    }

    .value-on-wrp{
        padding-bottom: 15px;
    }

    .preim {
        padding-top: 5px;
    }
}

@media only screen and (max-width : 400px){
    .cikl-works .cikl-left {
        background-position: -100px top;
    }

    .value-on{
        padding-left: 10px;
        padding-right: 10px;
    }

    .value-on a {
        font-size: 13.5px;
    }

    .value-on a {
        padding: 15px 7px;
    }

    .value-on {
        padding-bottom: 25px;
        padding-top: 10px;
    }

    .value-on p{
        line-height: 25px;
    }

    .about .carousel-control.right {
        line-height: 250px
    }

    .about .carousel-control.left {
        line-height: 250px
    }

}

@media only screen and (max-width : 350px){
    .cikl-works .cikl-left {
        background-position: -140px top;
    }
}