﻿@font-face {
    font-family: 'Panton 500';
    src: url("../fonts/Panton-Regular.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Panton 700';
    src: url("../fonts/Panton-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Panton 900';
    src: url("../fonts/Panton-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Panton Light';
    src: url("../fonts/Panton-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url("../fonts/Panton-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Engravers Gothic';
    src: url('../fonts/EngraversGothic.woff2') format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Engravers Gothic Bold';
    src: url('../fonts/EngraversGothic-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url("../fonts/Myriad-Pro.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-family: Engravers Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 69px;
    line-height: 103.6%;
}

h3 {
    font-family: Engravers Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 31px;
    line-height: 37px;
}

h4 {
    font-family: Panton Light;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 130%;
}

.btn {
    border-radius: 0;
    height: 54px;
    /* line-height: 54px; */
    text-transform: uppercase;
    transition: 0.5s;
    /* letter-spacing: 2px */
}

.offerta-text {
    font-family: Myriad Pro;
    font-style: normal;
    font-weight: 300;
}

input {
    padding-left: 20px;
}

.btn.btn-white {
    background: #fff;
    color: #000;
    border: 2px solid #fff
}

.btn.btn-white:hover {
    background: transparent;
    color: #fff
}

.btn.btn-empty-white {
    font-family: 'Engravers Gothic';
    background: transparent;
    color: #36353A;
    border: 1px solid #36353A;
    font-size: 21px;
    line-height: 25px;
}

.btn.btn-empty-white:hover {
    background: #fff;
    color: #000;
}

a:hover {
    text-decoration: none
}

 :focus {
    outline: 0
}

* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

body {
    font-family: 'Panton 500';
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    color: #0e0e0e
}


/* ul {
    list-style-type: none
} */

header {
    position: fixed;
    height: 115px;
    width: calc(100% - 90px);
    left: 45px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
    z-index: 99;
    padding-top: 25px;
    transition: 0.5s
}

header .contacts-phone {
    float: right;
    padding-right: 0px;
}

header .contacts-phone.contacts-mobile {
    display: none;
}

header .contacts-phone .btn {
    display: inline-block;
    padding: 0 30px;
    width: auto;
    margin-top: 20px;
}

header .contacts-phone .phone-item {
    display: inline-block;
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 25px;
    color: #36353A;
    margin: 0 30px 0 20px;
    position: relative;
    bottom: -14px;
    font-weight: 500;
}

.language-item {
    display: inline-block;
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #36353A;
    position: relative;
    bottom: -14px;
    font-weight: 500;
}

.language-item:hover {
    color: #DDBE9C;
}

.language-active {
    text-decoration: underline;
}

.main-btn {
    text-transform: none;
    padding-left: 21px !important;
    padding-right: 24px !important;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
    height: auto !important;
    line-height: 25px !important;
}

.contacts-phone .btn {
    height: 48px;
    line-height: 48px;
}

.phone-icons {
    margin-top: 20px;
}

.logo img {
    height: 93px;
    vertical-align: top;
}

.logo-top {
    opacity: 1
}

.logo-sticky {
    display: none
}

.logo {
    float: left;
    margin-right: 40px
}

.logo img {
    transition: 0.5s
}

.about_us {
    padding-left: 175px;
    padding-right: 175px;
    padding-top: 150px;
    padding-bottom: 150px;
}

.service-subtitle {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #36353A;
}

.service-title {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    color: #36353A
}

.service-cart {
    max-width: 330px;
    margin: auto;
}

.offer-border:hover {
    transform: scale(1.1);
    transition: 1s;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: none;
    z-index: 9;
}

.offer-btn {
    font-family: Engravers Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 21px !important;
}

.main-block {
    position: relative;
    overflow: hidden;
    clear: both;
    height: calc(96vh - 13px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 96vh;
    background: url(../images/bg01.jpg) no-repeat;
    background-size: cover;
}

.w-100-why {
    display: none;
}

.promo01 {
    position: absolute;
    bottom: 0;
    padding: 50px 0px 40px 32px;
    background: rgba(54, 53, 58, 0.8);
    z-index: 9;
    color: #fff;
}

.services {
    padding-top: 150px;
    padding-left: 175px;
    padding-right: 175px;
}

.service-mob {
    display: none;
}

.main-icon p {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    width: 110px;
}

.main-icon img {
    vertical-align: baseline;
}

.main-icon {
    align-items: baseline;
}

.mainblock-btn {
    position: absolute;
    right: 18%;
    bottom: 15.5%;
}

.promo02 {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 0;
    right: 15%;
    padding: 51px 61px 34px 54px;
    background: rgba(54, 53, 58, 0.8);
    z-index: 9;
    color: #fff;
    max-width: 358px;
}

.projects {
    overflow: hidden;
    clear: both;
    padding: 00px 0 80px 0;
    position: relative;
    z-index: 9;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52.92%, rgba(224, 223, 223, 0.8) 85.44%);
}

.portfolio {
    padding-left: 175px;
    padding-right: 175px;
    padding-bottom: 50px;
}

.portfolio-header p {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #36353A;
}

.portfolio .form-group input {
    height: 65px;
    max-width: 643px;
    width: 100%;
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #828282;
    text-align: start;
    padding-top: 30px;
    padding-left: 33px;
    margin-left: 0 !important;
}

.portfolio-description {
    min-width: 700px;
    margin-left: 65px;
    margin-top: 50px;
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
}

.portfolio-btn {
    font-family: Engravers Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 21px !important;
    line-height: 25px !important;
    text-align: center;
    text-transform: uppercase;
    color: #36353A !important;
    width: 320px !important;
    height: 60px !important;
}

.portfolio-line {
    max-width: 4.75% !important;
}

.prices {
    background: url(../images/Rectangle63.jpg);
    min-height: 700px;
}

.prices-btn {
    font-family: Engravers Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 21px !important;
    line-height: 25px !important;
    text-align: center;
    text-transform: uppercase;
    width: 330px !important;
    height: 60px !important;
}

.prices-btn img {
    margin-right: -35px;
}

.prices-form {
    max-width: 574px;
    width: 100% !important;
    height: 65px !important;
    margin-left: 0 !important;
}

.prices .form-group input {
    height: 65px;
    max-width: 643px;
    width: 100%;
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #828282;
    text-align: start;
    padding-top: 30px;
    padding-left: 35px;
}

.prices-description {
    margin-left: 65px;
    margin-top: 50px;
}

.promo03 {
    bottom: 0;
    padding: 67px 32px 67px 32px;
    background: rgba(54, 53, 58, 0.8);
    z-index: 9;
    color: #fff;
    padding-right: 6rem;
    padding-left: 8.3rem;
}

.carousel-control-prev-arrov {
    background-image: url(../images/prev_arrov.svg) !important;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: no-repeat 50%/100% 100%;
    margin-right: 30px;
}

.carousel-control-next-arrov {
    background-image: url(../images/next_arrov.svg) !important;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: no-repeat 50%/100% 100%;
    margin-left: 30px;
}

.worker-block {
    background: url(../images/line_workers.png) 0% 0% no-repeat, url(../images/line_workers.png) 100% 85% no-repeat;
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 29px;
}

.manager-name {
    font-family: Panton;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 10px;
}

.manager-position {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 0px;
}

.feedback-position {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 0px;
    text-align: end;
}

.carousel-process {
    background: url(../images/prev_back.jpg) 0% 0% no-repeat, url(../images/nex_back.jpg) 100% 0% no-repeat;
}

.carousel-img {
    max-width: 515px;
}

.project-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.project-item {
    float: left;
    width: 33.3333%;
    transition: 0.5s
}

.project-item__image {
    overflow: hidden;
    position: relative;
    height: auto;
    width: 100%;
    transition: 0.5s;
    min-height: 300px;
    max-height: 508px;
}

.project-item__image img {
    transition: 6s;
    float: left;
    width: 100%;
    overflow: hidden;
    object-fit: cover
}

.project-item .project-item__info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    height: 100%;
    transition: 1.5s;
    background: rgba(0, 0, 0, 0.7);
    border: none;
}

.project-item .project-item__info .border1 {
    /* display: flex; */
    flex-wrap: wrap;
    align-items: flex-end;
    border: 0px solid rgba(255, 255, 255, 0.8);
    padding: 20px;
    width: 100%;
    height: 100%
}

.project-item .project-item__info .project-item__title {
    color: #fff;
    padding-left: 0;
    letter-spacing: 2px;
    font-family: Engravers Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
}

.project-item .project-item__info p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 40px;
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
}

.project-item:hover .project-item__info {
    opacity: 1
}

.project-item:hover img {
    transform: scale(1.1)
}

.project-item__title {
    text-transform: uppercase;
    font-family: 'Panton 700';
    display: block;
    padding-left: 30px;
    font-size: 15px;
    margin-bottom: 5px
}

.why {
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 150px 0 00px 0;
}

iframe {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.why-row {
    background: url(../images/why_bg.jpg) no-repeat;
    min-height: 590px;
    background-size: cover;
}

.media-body a {
    color: #fff !important;
}

.why-row h4 {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.why-padd {
    padding-left: 180px;
    padding-right: 180px;
}

.feedback-padd {
    padding-left: 180px;
    padding-right: 180px;
}

.contacts-row {
    background: url(../images/contact_bg.jpg) no-repeat;
    min-height: 770px;
    background-size: cover;
}

.contacts-row {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.media span {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 35px;
}

.contacts {
    overflow: hidden;
    clear: both;
    padding: 150px 0 0 0
}

footer {
    overflow: hidden;
    clear: both;
    padding: 35px 45px 45px 45px;
    min-height: 210px;
}

footer a {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #36353A;
    text-decoration: none;
}

footer a:hover {
    color: #000;
}


/* Carousel Control */

a:focus,
a:active {
    text-decoration: none
}

.right-form {
    max-width: 500px;
    height: auto;
    background: #fff;
    padding: 50px;
}

.form-group {
    margin-bottom: 25px
}

.form-group label {
    font-family: 'Panton';
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase
}

.form-group .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.8);
    height: 38px;
    width: 265px;
    margin-left: -8px;
}

.form-safe {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.8);
    height: 38px;
    width: 265px;
    margin-left: -8px;
}

.main-block-btn {
    font-family: Engravers Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 19px !important;
    text-transform: none;
    color: #36353A;
    width: 200px;
    height: 40px;
    margin-left: 20px !important;
}

input.form-control {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130.6%;
    color: rgba(130, 130, 130, 0.8);
    text-align: center;
}

.form-group .form-control:focus {
    box-shadow: none
}

.form-safe:focus {
    box-shadow: none
}

.btn {
    background: #DDBE9C;
    color: #fff;
    border: 2px solid #DDBE9C;
    padding: 0;
    font-size: 13px;
    color: #36353A;
}

.btn:hover {
    background: #C09F7B;
    border: 2px solid #C09F7B;
    color: #000
}

.process {
    overflow: hidden;
    clear: both;
}

.feedback {
    padding: 150px 0 0 0;
}

.item .btn {
    width: 85%;
    max-width: 340px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 70px;
    /* z-index: 9999; */
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .item {
    position: relative
}

.carousel-feedback {
    background: url(../images/prev_back2.jpg) 0% 0% no-repeat, url(../images/nex_back2.jpg) 100% 0% no-repeat;
    min-height: 460px;
}

.carousel-feedback img {
    max-width: 256px;
    max-height: 256px;
}

.carousel-control-prev-arrov2 {
    background-image: url(../images/prev_arrov.svg) !important;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: no-repeat 50%/100% 100%;
    position: absolute;
    right: -10px;
    top: 200px;
}

.carousel-control-next-arrov2 {
    background-image: url(../images/next_arrov.svg) !important;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: no-repeat 50%/100% 100%;
    position: absolute;
    left: -10px;
    top: 200px;
}

.feedback-title {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
}


/* .feedback-title img {
    vertical-align: top;
    padding-top: 26px;
} */

.feed-btn {
    width: 330px !important;
    height: 60px !important;
    font-family: Engravers Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
}

.cont-btn {
    position: absolute;
    right: 23%;
    bottom: 7%;
}

.feedback-block {
    font-family: Panton;
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #36353A;
}

.feedback-name {
    font-family: Panton;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: end;
}

.fadeInUp {
    animation: fadeInUp 2s;
}

.modal-body {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

.modal-content {
    border-radius: 0 !important;
}

.phone-ua input {
    background: url(../images/UA.png) no-repeat 0% 50% !important;
    text-align: left;
}

#menu .main-menu li {
    display: inline-block;
    margin-right: 3%
}

#menu.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    background: #fff;
    height: auto;
    border-bottom: 0;
    -webkit-box-shadow: 0px 8px 47px 1px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 8px 47px 1px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 8px 47px 1px rgba(0, 0, 0, 0.52);
    padding-top: 0px !important;
}

#menu.fixed .logo-top {
    opacity: 0;
    display: none
}

#menu.fixed .logo-sticky {
    opacity: 1;
    display: block
}

#menu.fixed .contacts-phone {
    float: right;
}

.contacts-phone .btn {
    height: 48px;
    line-height: 48px;
}

#menu.fixed .main-menu li {
    margin-top: 5px
}

#menu.fixed .contacts-phone .btn {
    color: #000;
    border-color: #000
}

#menu.fixed .contacts-phone .btn:hover {
    background: #000;
    color: #fff
}

#menu.fixed .contacts-phone .phone-item {
    color: #000
}


/* #menu.fixed .main-menu {
    padding-top: 20px;
    margin: -10px 0 0 0;
} */

#menu.fixed .main-menu li {
    display: inline-block
}

#menu.fixed .main-menu li span {
    color: #b0b0b0;
    margin-right: 5px
}

#menu.fixed .main-menu li a {
    color: #000
}

.logo img {
    height: 93px;
    vertical-align: top;
}

.logo-top {
    opacity: 1
}

.logo-sticky {
    display: none
}

.logo {
    float: left;
    margin-right: 40px
}

.logo img {
    transition: 0.5s
}

.main-menu {
    padding-top: 30px
}

.main-menu li {
    display: inline-block;
    margin-right: 3%
}

.main-menu li span {
    color: #b0b0b0;
    margin-right: 3px
}

.main-menu li a {
    font-size: 14px;
    color: #36353A;
    text-transform: uppercase
}

.main-menu li a {
    position: relative;
    display: block;
    cursor: pointer;
    /* padding: 8px 0; */
    color: #36353A;
    padding-top: 14px;
    text-decoration: none;
}

.main-menu li a:hover {
    color: #fff;
    text-decoration: none;
}

.main-menu li a:before,
.main-menu li a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -2px;
    background: #fff;
}

.main-menu li a:before {
    left: 0;
}

.main-menu li a:after {
    right: 0;
    background: #fff;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.main-menu li a:hover:before {
    background: #fff;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.main-menu li a:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}

#menu.fixed .main-menu li a {
    font-size: 13px;
    color: #000;
    text-transform: uppercase
}

#menu.fixed .main-menu li a {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 8px 0;
    color: #000;
    text-decoration: none;
}

.main-menu li a:hover {
    color: #000;
    text-decoration: none;
}

.main-menu li a:before,
.main-menu li a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -2px;
    background: #000;
}

.main-menu li a:before {
    left: 0;
    color: #000;
}

.main-menu li a:after {
    right: 0;
    background: #000;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    color: #000;
}

.main-menu li a:hover:before {
    background: #000;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    color: #000;
}

.main-menu li a:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
    color: #000;
}

.mobile-menu {
    display: none;
}

.menuBtn {
    height: 30px;
    width: 30px;
    position: fixed;
    right: 45px;
    top: 40px;
    z-index: 101;
}

.menuBtn>span {
    background-color: #36353A;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -15px;
    -webkit-transition: height 100ms;
    transition: height 100ms;
}

.menuBtn>span:after,
.menuBtn>span:before {
    content: '';
    background-color: #36353A;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}


/* #menu.fixed .menuBtn {
    top: 30px;
} */

#menu.fixed .menuBtn>span {
    background-color: #000;
}

#menu.fixed .menuBtn>span:after,
#menu.fixed .menuBtn>span:before {
    background-color: #000;
}

.menuBtn>span:after {
    top: -7px;
}

.menuBtn>span:before {
    bottom: -7px;
}

.menuBtn.act>span {
    height: 0;
}

.menuBtn.act>span:after,
.menuBtn.act>span:before {
    background-color: #000;
    top: 1px;
}

.menuBtn.act>span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menuBtn.act>span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* main menu block */

.mainMenu {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    display: table;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.mainMenu.act {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mainMenu.act ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mainMenu ul {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

#menu.fixed .mainMenu ul {
    padding-left: 0;
}

.mainMenu li {
    padding: 20px 20px;
    -webkit-transition: all 400ms 510ms;
    transition: all 400ms 510ms;
    opacity: 0;
}

.mainMenu li:nth-child(odd) {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
}

.mainMenu li:nth-child(even) {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
}

.mainMenu li:last-child {
    -webkit-transform: none;
    transform: none;
}

.mainMenu a {
    color: #000;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}

.mainMenu a span {
    color: #b0b0b0;
    margin-right: 5px
}

#menu.fixed .main-menu li {
    margin-right: 1%;
}

#menu.fixed .main-menu li:last-child {
    margin-right: 0;
}

.popup-pay__box {
    height: auto;
    background: #fff;
    position: absolute;
    margin-left: -248px;
    top: 50%;
    left: 50%;
    margin-top: -335px;
    padding: 54px 45px 47px;
}

.pay__content {
    max-width: 180px;
}

.popup-call__box {
    width: 496px;
    height: 512px;
    background: #fff;
    position: absolute;
    margin-left: -248px;
    top: 50%;
    left: 50%;
    margin-top: -256px;
    padding: 138px 47px 76px;
}

.box-modal {
    position: relative;
}

.box-modal__close {
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 0.5s ease;
}

.pay__name {
    font-family: Engravers Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
    color: #36353A;
}

.pay__item {
    padding-bottom: 32px;
    border-bottom: 1px solid #36353A;
}

.pay__item {
    align-items: center;
    margin-top: 27px;
}

.pay__money {
    display: flex;
    justify-content: flex-end;
}

.pay__money {
    font-weight: 600;
    font-size: 21px;
    color: #333333;
    margin-top: 20px;
    text-align: right;
}

.popup-call__box label {
    color: #BDBDBD;
    font-weight: 300;
    font-size: 14px;
    margin-top: 50px;
    display: block;
}

.popup-call__box input,
#popup-tell textarea {
    border: none;
    background: transparent;
    border-bottom: 1px solid #333333;
    width: 400px;
    height: 46px;
    padding-left: 20px;
    font-size: 24px;
}

.pay__info {
    font-size: 18px;
    margin-top: 28px;
}

.zae {
    justify-content: flex-start;
    margin-top: 10px;
    width: auto;
    margin: 10px auto 0;
}

#popup-tell button,
.popup-call__box button {
    border: none;
}

.popup__btn {
    font-size: 24px;
    width: 348px;
    height: 63px;
    margin: 39.5px auto 0;
    outline: none;
    border: none;
}

.popup__pay img {
    margin-right: 10px;
    margin-top: -4px;
}

.order-btn {
    font-family: Engravers Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.hid-sum {
    border: none;
}

.pay__num input {
    border: none;
}

.pay__num {
    right: 10%;
    position: absolute;
}

input[type=radio]+label:before {
    content: "\26AB";
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #000;
    font-size: 20px;
    line-height: 20px;
    margin: -5px 5px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    color: #DDBE9C;
    transition: font-size ease .3s;
}

input[type=radio]:checked+label:before {
    font-size: 10px;
}

input[type=radio] {
    display: none;
}

.zae input {
    width: 18px;
    height: 18px;
}

.pay-pic {
    max-width: 100px;
}

.thankmodal-title h4 {
    font-family: Engravers Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
}

.thankmodal-text {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}

.thankmodal-span {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}

.thankmodal-content {
    padding: 20px 75px 50px 75px;
}

.thankmodal-line {
    position: absolute;
    bottom: 16%;
    right: 10%;
}

.thankmodal-btn {
    font-family: Engravers Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
}

.offer-alone {
    max-width: 576px !important;
}

.boy img {
    width: auto;
    max-width: 450px;
    margin-left: 25%;
}

.safe-block {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #36353A;
    padding-left: 175px;
    padding-right: 175px;
    padding-top: 150px;
    padding-bottom: 150px;
}

.safe-form {
    background: url(../images/safe-bg.jpg) no-repeat;
    height: 585px;
}

.safe-list {
    height: 585px;
}

.safe-form input {
    text-align: left;
    margin-top: 10px;
    padding-left: 30px;
    padding-top: 27px;
    background: rgba(255, 255, 255, 0.7) !important;
}

.safe-form textarea {
    height: 147px !important;
    text-align: left;
    margin-top: 10px;
    padding-left: 30px;
    padding-top: 27px;
    background: rgba(255, 255, 255, 0.7) !important;
}

.safe-btn-line {
    position: absolute;
    right: 36%;
    bottom: 6%;
}

.safe-btn {
    text-align: left;
    padding-left: 30px!important;
}

.safe-list ul {
    margin-left: 21px;
}

.safe-list li::marker {
    color: #C4C4C4;
}

.safe-list h4 {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #36353A;
    margin-bottom: 25px;
}

.safe-ul01 {
    margin-top: 23px;
    margin-left: 73px;
}

.safe-ul02 {
    margin-top: 73px;
    margin-left: 73px;
}

.safe-img01 {
    margin-top: 23px;
}

.safe-img02 {
    margin-top: 73px;
}


/* .wrapper {
    height: 1vh;
    position: absolute;
    left: 50%;
}

.arrow {
    width: 50px;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 25px);
    animation: arrowDown 2s infinite;
}

.arrow.two {
    opacity: 0;
    animation-delay: 1s;
}

@keyframes arrowDown {
    0% {
        bottom: 30px;
        opacity: 1;
    }
    100% {
        bottom: 0px;
        opacity: 0;
    }
} */

.arrow-down {
    position: absolute;
    left: 50%;
    bottom: 50%;
}

.arrow-down span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #feffff;
    border-right: 5px solid #feffff;
    transform: rotate(45deg);
    margin: -27px 0px -27px 0px;
    animation: arrow-down 2s infinite;
}

.arrow-down span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow-down span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes arrow-down {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}


/*-------MOBILE---------*/

@media (min-width: 1224px) and (max-width: 1665px) {
    .img-text1 {
        font-size: 16px !important;
    }
    .img-text {
        font-size: 17px !important;
    }
    .owl-carousel .item {
        padding-right: 20px;
        padding-left: 20px;
    }
    .portfolio {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .about_us {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .safe-block {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .head-menu {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .services {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .owl-carousel .prev-slide {
        left: 0 !important;
    }
    .owl-carousel .next-slide {
        right: 0px !important;
    }
    .promo03 {
        bottom: 0;
        padding: 67px 32px 67px 32px;
        background: rgba(54, 53, 58, 0.8);
        padding-right: 6rem;
        padding-left: 0.5rem !important;
        margin-left: 0!important;
    }
    .why-padd {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .feedback-padd {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .cont-btn {
        position: absolute;
        right: 8%;
        bottom: 6%;
    }
    h1 {
        font-size: 65px;
    }
    .safe-btn-line {
        position: absolute;
        right: 39%;
        bottom: 6%;
    }
}

@media (max-width: 1600px) {
    #menu .main-menu li {
        display: inline-block;
        margin-right: 1%
    }
    .project-item .project-item__info p {
        font-size: 12px;
    }
    .project-item .project-item__info .border1 {
        padding: 45px;
    }
    .boy img {
        width: auto;
        max-width: 440px;
    }
    .feedback-position {
        font-size: 12px;
    }
    .promo02 {
        right: 10%;
    }
}

@media (max-width: 1440px) {
    h1 {
        font-size: 60px;
    }
    header {
        height: 115px;
    }
    header .contacts-phone {
        width: auto;
        padding-right: 70px;
    }
    header .contacts-phone .btn {
        height: 44px;
        line-height: 42px;
        margin-top: 0px;
    }
    header .contacts-phone .phone-item {
        font-size: 18px
    }
    header .contacts-phone .btn {
        margin-top: 0px !important;
        margin-right: 10px;
    }
    .phone-icons {
        display: none
    }
    .contacts-phone {
        margin-top: 16px;
    }
    .process {
        padding-left: 80px
    }
    .project-item .project-item__info .border1 {
        padding: 35px;
    }
    .cont-btn {
        position: absolute;
        right: -7%;
        bottom: 6%;
    }
    .arrow-down {
        position: absolute;
        left: 50%;
        bottom: 45%;
    }
    .safe-img01,
    .safe-img02 {
        width: 40px;
    }
    .safe-ul01,
    .safe-ul02 {
        margin-left: 13px
    }
    .safe-btn-line {
        position: absolute;
        right: 24%;
        bottom: 6%;
    }
}

@media (max-width: 1220px) {
    header .contacts-phone .phone-item {
        float: right;
    }
    header .contacts-phone {
        width: auto
    }
    /* .container {
        width: 1330px;
    } */
    .logo {
        margin-right: 0
    }
    .project-item .project-item__info .border1 {
        padding: 30px;
    }
    .project-item .project-item__info p {
        height: auto
    }
    .project-item {
        width: 49.5%
    }
    .portfolio-flat {
        display: none;
    }
    .boy img {
        width: auto;
        max-width: 360px;
        margin-left: 0%;
    }
    .main-menu {
        display: none
    }
    #menu.fixed .contacts-phone {
        float: right;
        margin: 8px 0 0 0;
        padding-top: 25px;
    }
    #menu.fixed .main-menu {
        padding-top: 0px;
        margin: 0px 0 0 0;
    }
    #menu.fixed .contacts-phone {
        float: right;
    }
    #menu .main-menu li {
        margin-right: 2%
    }
    #menu .main-menu {
        padding-top: 7px
    }
    header .contacts-phone .phone-item {
        float: right;
    }
    .mobile-menu {
        display: block;
    }
    .portfolio {
        padding-left: 0px;
        padding-right: 0px;
    }
    .about_us {
        padding-left: 0px;
        padding-right: 0px;
    }
    .safe-block {
        padding-left: 0px;
        padding-right: 0px;
    }
    .head-menu {
        padding-left: 0px;
        padding-right: 0px;
    }
    .services {
        padding-left: 0px;
        padding-right: 0px;
    }
    .safe-btn-line {
        position: absolute;
        right: 15%;
        bottom: 6%;
    }
}

@media (max-width: 1024px) {
    h3 {
        font-size: 1.75rem;
    }
    h1 {
        font-size: 2.5rem;
    }
    .main-block {
        min-height: auto;
        height: auto;
        padding-top: 218px;
    }
    .promo01 {
        position: relative !important;
        padding: 50px 41px 0px 0px !important;
    }
    .promo02 {
        position: relative !important;
        right: -30px !important;
        vertical-align: middle;
        top: 35%;
    }
    .promo01-mob {
        width: 100%;
        margin: 0;
    }
    .main-icon p {
        font-size: 15px;
        line-height: 24px;
        width: 100px;
    }
    .portfolio {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .services {
        padding-top: 50px;
    }
    .head-menu {
        padding-left: 0px;
        padding-right: 0px;
    }
    .about_us {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .safe-block {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .services {
        padding-left: 15px;
        padding-right: 15px;
    }
    .why-padd {
        padding-left: 0px;
        padding-right: 0px;
    }
    .feedback-padd {
        padding-left: 0px;
        padding-right: 0px;
    }
    .owl-carousel .next-slide {
        right: -20px !important;
    }
    .owl-carousel .prev-slide {
        left: -20px !important;
    }
    .process {
        padding-left: 0px;
    }
    .promo03 {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .contacts-row {
        min-height: 100%;
        padding-left: 10px;
    }
    .feedback-title p {
        font-size: 13px;
        line-height: 18px;
    }
    .feedback {
        padding: 48px 0px 0px 0px;
    }
    .feedback-block {
        font-size: 14px;
        line-height: 17px;
        padding-top: 25px !important;
    }
    .why-row {
        padding: 50px 44px 50px 44px;
        min-height: 900px;
        background-image: none;
        background-color: gray;
    }
    .cont-btn {
        position: absolute;
        bottom: 6%;
        right: -41%;
    }
    .language-item {
        display: none;
    }
}

@media (min-width: 1024px) and (max-height:800px) {
    h1 {
        font-size: 45px !important;
    }
    .project-item .project-item__info .project-item__title {
        font-size: 24px !important;
        line-height: 26px !important;
    }
    .project-item .project-item__info {
        padding: 0px !important;
    }
    .img-text1 {
        font-size: 16px !important;
    }
    .img-text {
        font-size: 17px !important;
    }
    .w-100-why {
        width: 100% !important;
        display: block;
    }
    h3 {
        font-size: 1.75rem !important;
    }
    .main-icon {
        padding-bottom: 0!important;
    }
    /* .boy {
        display: none;
    } */
}

@media (max-width: 992px) {
    .project-item {
        width: 100%
    }
    .project-item .project-item__info .border1 {
        padding: 20px;
    }
    .why {
        padding: 40px 0 50px 0
    }
    header .contacts-phone .phone-item {
        float: right;
        right: 60px;
    }
}

@media (max-width: 810px) {
    header .contacts-phone {
        text-align: center;
        width: auto !important;
    }
    header .contacts-phone.contacts-mobile .phone-item {
        float: left;
        display: inline-block;
        font-family: 'Engravers Gothic';
        display: block;
        font-size: 22px;
        font-weight: bold;
        color: #000;
        margin: 0;
        position: relative;
        bottom: -10px;
        font-weight: 500;
        text-align: left;
    }
    header .contacts-phone.contacts-mobile .btn {
        color: #000;
        border-color: #000;
        width: 220px;
    }
    header .contacts-phone.contacts-mobile .btn:hover {
        background: #000;
        color: #fff;
    }
    header .contacts-phone .btn {
        display: none;
    }
    header .contacts-phone.phone-item {
        display: block !important;
        padding: 0 0px;
    }
    .mainblock-btn {
        position: absolute;
        right: 29%;
        bottom: 40%;
    }
    .offer03 {
        border-left: none!important;
        border-right: 1px solid #dee2e6!important;
        border-top: 1px solid #dee2e6!important;
    }
    .offer04 {
        border-right: none!important;
    }
    .prices-header {
        padding-left: 35px;
    }
    .prices-description {
        min-width: 100%;
        margin-left: 0px;
        margin-top: 25px;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 53px;
    }
    .prices-btn {
        font-size: 17px !important;
        line-height: 21px !important;
        width: 266px !important;
        height: 55px !important;
    }
    .prices-btn img {
        margin-right: -60px;
    }
    .portfolio-flat {
        display: none;
    }
    .portfolio-description {
        min-width: 600px;
    }
    .cont-btn {
        position: absolute;
        bottom: 6%;
        right: -85%;
    }
    .contacts-row {
        min-height: 100%;
        padding-left: 200px;
    }
    .arrow-down {
        position: absolute;
        left: 50%;
        bottom: 52%;
    }
}

@media (max-width: 767px) {
    header {
        height: 95px !important;
        padding-bottom: 20px;
        border: none;
        position: absolute
    }
    header .contacts-phone .phone-item {
        display: none;
        /*отображение номера телефона в меню*/
        width: 100%;
        float: none;
        margin: 0;
    }
    h3 {
        font-family: Engravers Gothic;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
    }
    main {
        width: 100%;
    }
    footer {
        height: auto;
        padding: 30px 15px
    }
    .title img {
        width: 32px;
        margin-left: -37px;
    }
    .offer03 {
        border-left: none!important;
        border-right: 1px solid #dee2e6!important;
        border-top: 1px solid #dee2e6!important;
    }
    .offer04 {
        border-right: none!important;
    }
    .logo {
        float: left;
        margin-left: -30px;
    }
    #menu .main-menu {
        display: none
    }
    .menuBtn {
        height: 30px;
        width: 30px;
        position: fixed;
        right: 20px;
        top: 50px;
        z-index: 101;
    }
    .btn {
        display: block;
        text-align: center
    }
    .main-block-btn {
        margin-left: 0!important;
    }
    .promo01-mob h1 {
        text-align: left;
        font-family: Engravers Gothic;
        font-style: normal;
        font-weight: normal;
        font-size: 31px;
        line-height: 103.6%;
    }
    .promo01 {
        position: relative !important;
        padding: 33px 0px 0px 0px !important;
    }
    .promo01-mob h3 {
        font-family: Engravers Gothic;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        text-align: left;
    }
    .promo02 {
        top: 0% !important;
        position: relative !important;
        padding: 50px 32px 40px 32px !important;
        max-width: 100% !important;
        right: 0 !important;
        vertical-align: middle;
    }
    .promo02 h4 {
        font-family: Panton;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 130%;
    }
    .form-group .form-control {
        margin-left: 0 !important;
        width: 300px !important;
        height: 50px !important;
        padding-top: 14px !important;
        padding-left: 20px !important;
    }
    input.form-control {
        text-align: left;
        color: rgba(130, 130, 130, 0.8);
    }
    .portfolio-header {
        padding-left: 35px;
    }
    .portfolio-description {
        min-width: 100%;
        margin-left: 0px;
        margin-top: 25px;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 24px;
    }
    .prices-header {
        padding-left: 35px;
    }
    .prices-description {
        min-width: 100%;
        margin-left: 0px;
        margin-top: 25px;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 53px;
    }
    .prices-btn {
        font-size: 17px !important;
        line-height: 21px !important;
        width: 266px !important;
        height: 55px !important;
    }
    .prices-btn img {
        margin-right: -35px;
    }
    .portfolio-flat {
        display: none;
    }
    .process {
        padding: 48px 30px 0px 30px;
        background: url(../images/grey-block.png) 100% 168px no-repeat;
    }
    .cont-btn {
        position: absolute;
        right: 8%;
        bottom: 9%;
    }
    .carousel-img {
        width: 187px!important;
        margin-left: 30px;
        height: 187px!important;
    }
    .worker-block {
        font-size: 12px;
        line-height: 17px;
        background: url(../images/line_workers_mob.png) 0% 10% no-repeat, url(../images/line_workers_mob.png) 100% 90% no-repeat;
        padding-left: 20px!important;
        padding-right: 13px !important;
    }
    .carousel-control-next-arrov {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 200px;
    }
    .carousel-control-prev-arrov {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 200px;
        left: -30px;
    }
    .manager-name {
        font-size: 10px;
        line-height: 3px;
    }
    .manager-position {
        font-size: 10px;
    }
    .feedback-position {
        font-size: 10px;
    }
    .carousel-control-prev-arrov2 {
        width: 40px;
        height: 40px;
        right: 15px;
        position: absolute;
        top: 80px;
    }
    .carousel-control-next-arrov2 {
        width: 40px;
        height: 40px;
        left: 15px;
        position: absolute;
        top: 80px;
    }
    .feed-btn {
        width: 320px !important;
    }
    .right-form {
        width: 100%;
        height: auto;
        padding: 20px
    }
    .about_us {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .portfolio {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .service-title {
        font-family: Panton;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        display: initial;
        position: absolute;
        padding-left: 10px;
    }
    .service-cart-img {
        display: inline-block;
    }
    .service-cart-img img {
        width: 34px;
        height: 34px;
    }
    .service-subtitle {
        font-family: Panton;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 130%;
    }
    .services-header {
        padding-left: 25px;
    }
    .services-header p {
        font-size: 13px;
        line-height: 18px;
    }
    .services {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .owl-carousel .nav-btn {
        top: 30% !important;
    }
    .owl-carousel .next-slide {
        right: -30px !important;
    }
    .owl-carousel .prev-slide {
        left: -30px !important;
    }
    .owl-carousel .item {
        padding-top: 25px !important;
    }
    .img-text {
        font-size: 17px !important;
        line-height: 23px !important;
    }
    .img-text1 {
        font-size: 14px !important;
        line-height: 19px !important;
    }
    p.img-text1 {
        float: left;
        width: 40%;
        margin-right: 20px;
    }
    .item .btn {
        margin: 0;
        width: 266px;
    }
    .feedback-padd {
        padding-left: 30px;
        padding-right: 30px;
    }
    .why-hidden {
        display: none;
    }
    .prices {
        min-height: auto;
    }
    .promo03 {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        width: 100% !important;
        padding-bottom: 20px;
    }
    .promo03 .row {
        width: 100% !important;
    }
    .boy {
        display: none;
    }
    .projects-container {
        padding-left: 0;
        padding-right: 0;
    }
    .carousel-process {
        background: none;
    }
    .project-item .project-item__info {
        padding: 10px
    }
    .project-item .project-item__info p {
        margin-bottom: 20px
    }
    .project-item__title {
        font-size: 18px !important;
        line-height: 20px !important;
    }
    .why-row {
        background: url(../images/why_bg.jpg);
        min-height: auto;
    }
    .why {
        padding: 0px 0 10px 0;
    }
    .contacts-row {
        background-size: cover;
        min-height: auto !important;
        max-width: 100%!important;
        margin-right: 0%;
        padding: 43px 30px !important;
    }
    .media-body {
        width: 95%;
    }
    .media {
        font-size: 14px;
        line-height: 17px;
    }
    .media span {
        font-size: 29px;
        line-height: 41px;
        padding-left: 15px;
    }
    .contacts {
        padding-top: 50px;
    }
    .map {
        height: 289px;
    }
    .feedback-title p {
        font-size: 13px;
        line-height: 18px;
    }
    .feedback {
        background: url(../images/grey-block.png) 0% 168px no-repeat;
        padding: 48px 30px 0px 30px;
    }
    .carousel-feedback {
        background: none;
    }
    .feedback-block {
        font-size: 14px;
        line-height: 17px;
        padding-top: 25px !important;
    }
    .main-icon {
        display: none;
    }
    .arrow-down {
        position: absolute;
        left: 25%;
        bottom: 60%;
    }
    .safe-btn-line {
        position: absolute;
        right: 20%;
        bottom: 8%;
    }
    .safe-block {
        font-size: 12px !important;
        line-height: 18px;
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .safe-list {
        height: auto;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .safe-form {
        background: url(../images/safe-bg-mob.jpg) no-repeat;
        background-size: cover;
        height: 340px;
        padding-left: 30px !important;
        padding-top: 30px !important;
    }
    .safe-form textarea {
        height: 76px !important;
        margin-top: 5px;
        padding-left: 16px;
        padding-top: 8px;
    }
    .safe-btn {
        text-align: left;
        padding-left: 30px!important;
        font-size: 17px;
        margin-bottom: 20px;
    }
    .safe-list h4 {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 11px;
    }
    .safe-block h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 11px;
    }
    .safe-ul01 {
        margin-top: 23px;
        margin-left: 33px;
    }
    .safe-ul02 {
        margin-top: 13px;
        margin-left: 33px;
    }
    .safe-img01 {
        margin-top: 23px;
        width: 50px;
    }
    .safe-img02 {
        margin-top: 13px;
        width: 50px;
    }
    .safe-header {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 480px) {
    header {
        position: fixed !important;
    }
    .head-menu {
        padding-left: 10px !important;
        padding-right: 0px !important;
    }
    .logo img {
        height: 50px !important;
        vertical-align: top;
    }
    #menu.fixed .logo-sticky {
        opacity: 1;
        display: block;
        height: 81px !important;
        padding-left: 37px;
        padding-top: 30px;
    }
    .main-block {
        background: url(../images/bg01-mob.jpg) no-repeat;
        background-size: cover;
    }
    .prices {
        background: url(../images/Rectangle63.jpg) no-repeat;
        background-size: cover;
    }
    .mainblock-btn {
        position: absolute;
        right: 41%;
        bottom: 21.5%;
    }
    .main-icon {
        display: none;
    }
    .promo01-mob .row {
        padding-left: 30px;
        padding-right: 30px;
    }
    .project-item .project-item__info p {
        font-size: 12px;
        line-height: 16px;
    }
    #menu.fixed .contacts-phone .phone-item {
        display: inline-block;
        width: 100%;
        float: none;
        font-size: 14px;
        margin: 0 0px 0 20px;
        right: 0px;
        bottom: -20px;
    }
    .arrow-down {
        position: absolute;
        left: 40%;
        bottom: 60%;
    }
    .carousel-control-next-arrov {
        top: 200px;
    }
    .carousel-control-prev-arrov {
        top: 200px;
    }
    .safe-form input {
        margin-top: 5px;
        padding-left: 16px;
        padding-top: 8px;
        width: 300px !important;
        height: 40px !important;
    }
    .safe-form textarea {
        width: 300px !important;
    }
    .safe-btn-line {
        position: absolute;
        right: 16%;
        bottom: 14%;
    }
    .carousel-mob {
        display: none !important;
    }
    .service-mob {
        display: unset;
    }
}

@media (max-width: 375px) {
    .menuBtn {
        height: 30px;
        width: 30px;
        position: fixed;
        right: 40px;
        top: 40px !important;
        z-index: 101;
    }
    header .contacts-phone {
        padding-right: 30px !important;
        position: fixed;
    }
    .mainblock-btn {
        position: absolute;
        right: 33%;
        bottom: 21.5%;
    }
    .feed-btn {
        width: 266px !important;
    }
    #menu.fixed .contacts-phone .phone-item {
        display: inline-block;
        width: 100%;
        float: none;
        font-size: 12px;
        margin: 0 30px 0 90px;
        right: 0px;
        bottom: -14px;
    }
    .arrow-down {
        position: absolute;
        left: 40%;
        bottom: 55%;
    }
    .carousel-control-next-arrov {
        top: 155px;
    }
    .carousel-control-prev-arrov {
        top: 155px;
    }
    .form-safe {
        height: 38px !important;
        width: 300px !important;
        padding-top: 19px !important;
        padding-left: 16px !important;
        font-size: 10px;
        line-height: 130.6%;
    }
    .safe-btn {
        text-align: center;
        padding-left: 0px !important;
        height: 50px !important;
    }
}

@media (max-width: 350px) {
    .form-group .form-control {
        margin-left: 0 !important;
        width: 266px !important;
        height: 40px !important;
        padding-top: 14px !important;
        padding-left: 35px !important;
    }
    .prices-btn {
        font-size: 15px !important;
        line-height: 21px !important;
        width: 257px !important;
        height: 45px !important;
    }
    .prices-btn img {
        margin-right: -35px;
    }
    .mainblock-btn {
        position: absolute;
        right: 22%;
        bottom: 18.5%;
    }
    .promo01 {
        position: relative !important;
        padding: 20px 0px 0px 0px !important;
    }
    .promo02 {
        padding: 10px 32px 40px 32px !important;
    }
    .project-item .project-item__info p {
        font-size: 10px;
        line-height: 16px;
    }
    .img-text1 {
        font-size: 10px !important;
        line-height: 20px !important;
    }
    .img-text {
        font-size: 12px !important;
        line-height: 23px !important;
    }
    .feed-btn {
        width: 215px !important;
    }
    #menu.fixed .contacts-phone .phone-item {
        margin: 0 30px 0 75px;
    }
    .arrow-down {
        position: absolute;
        left: 40%;
        bottom: 50%;
    }
    .safe-form input {
        margin-top: 5px;
        padding-left: 16px;
        padding-top: 8px;
        width: 250px !important;
        height: 40px !important;
    }
    .safe-form textarea {
        width: 250px !important;
    }
    .safe-form {
        width: 104%;
    }
}