html {
    font-size: 10px;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

textarea:focus,
input:focus {
    outline: none;
}

.container {
    position: relative;
}

.feedbacks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
}

.header-top {
    padding: 0px 0px 15px 0px;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: none;

    transition: background 0.3s ease;
}

.logo-1,
.logo-2 {
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.logo-1.active,
.logo-2.active {
    opacity: 1;
    visibility: visible;
}

.logo-1,
.logo-2 {
    width: 230px;
    height: 95px;
    border-radius: 10px;
}

/* .header-top.header-fixed {
    position: fixed;
    
} */

.header-top.header-fixed {
    background: rgba(59, 56, 56, 0.85);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.16);
}

.header-top .header-top-logo {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    margin-top: 11px;
    margin-left: -7px;
}

.header-top .header-top-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-top .header-top-phones {
    float: right;
    padding-left: 30px;
    position: relative;
}

.header-top .header-top-phones::before {
    content: '';
    width: 1px;
    height: 74px;
    background: #fff;
    opacity: 0.46;
    position: absolute;
    display: block;
    left: 0;
    top: 29px;
}

.header-top-phone-icon {
    width: 33px;
    height: 33px;
    display: inline-block;
    background: url(../img/ico_phone.png) center center no-repeat;
    background-size: cover;
    margin-right: 15px;
    top: 2px;
    position: relative;
}

.header-top .header-top-phone {
    display: inline-block;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 1;
    text-align: right;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
}

.header-top .header-top-callback {
    display: block;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: right;
    color: #ffc815;
    text-transform: uppercase;
    float: right;
    padding-bottom: 3px;
    border-bottom: 1px solid #ffc815;
}

.header-top .header-top-callback:hover {
    text-decoration: none;
}

.header-top .header-top-schedule {
    float: right;
    padding-left: 57px;
    position: relative;
}

.header-top-schedule-icon {
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-top: 46px;
    background: url(../img/ico_schedule.png) center center no-repeat;
    background-size: cover;
    vertical-align: top;
    margin-right: 19px;
}

.header-top .header-top-schedule .header-top-schedule-wrap {
    display: inline-block;
    vertical-align: top;
    margin-top: 37px;
    margin-right: 55px;
}

.header-top .header-top-schedule span.header-top-schedule-item {
    display: block;
    font-family: Montserrat;
    font-size: 2rem;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: left;
    color: #fff;
}

.header-top .header-top-schedule span.header-top-schedule-item:first-of-type {
    margin-bottom: 16px;
}

.section-hero {
    height: 100vh;

    background: #000;
    position: relative;


}

.section-hero::before {
    top: 0;
    content: '';
    width: 100%;
    height: 289px;
    position: absolute;
    z-index: 1;
    background: rgba(59, 56, 56, 0.78);
    background: -moz-linear-gradient(top, rgba(59, 56, 56, 0.78) 0%, rgba(84, 84, 84, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(59, 56, 56, 0.78)), color-stop(100%, rgba(84, 84, 84, 0)));
    background: -webkit-linear-gradient(top, rgba(59, 56, 56, 0.78) 0%, rgba(84, 84, 84, 0) 100%);
    background: -o-linear-gradient(top, rgba(59, 56, 56, 0.78) 0%, rgba(84, 84, 84, 0) 100%);
    background: -ms-linear-gradient(top, rgba(59, 56, 56, 0.78) 0%, rgba(84, 84, 84, 0) 100%);
    background: linear-gradient(to bottom, rgba(59, 56, 56, 0.78) 0%, rgba(84, 84, 84, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3838', endColorstr='#545454', GradientType=0);
}

.section-hero .hero-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../img/hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-hero .section-hero-subtitle {
    position: absolute;
    top: 355px;
    width: 100%;
}

.section-hero .section-hero-subtitle .section-hero-subtitle-bg {
    text-align: right;
    position: relative;
    float: right;
}

.section-hero .section-hero-subtitle .section-hero-subtitle-bg::after {
    content: '';
    height: 4px;
    background: #ffc815;
    display: block;
    position: absolute;
    left: 0;
    /* top: 0; */
    bottom: -7px;
    right: -300%;
}

.section-hero .section-hero-subtitle span {
    position: relative;
    text-align: right;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 5rem;
    letter-spacing: 0.01em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    padding-right: 25px;
    display: inline-block;
}

.section-hero .section-hero-title {
    position: absolute;
    width: 100%;
    top: 456px;
}

.section-hero .section-hero-title .section-hero-title-bg {
    padding-left: 80px;
    padding-right: 50px;
    display: inline-block;
    line-height: 130px;
    font-weight: 500;
    font-size: 7rem;
    height: 130px;
    position: relative;
}

.section-hero .section-hero-title .container .section-hero-title-bg::before {
    content: '';
    height: 130px;
    background: rgba(255, 200, 21, 0.56);
    display: block;
    position: absolute;
    left: -300%;
    top: 0;
    bottom: 0;
    right: 0;
}

.section-hero .section-hero-title .section-hero-title-bg span {
    position: relative;
    font-family: Montserrat;
    text-align: left;
    color: #fff;
    text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
}

.section-hero .section-hero-title .section-hero-title-bg span strong {
    font-weight: bold;
    font-size: 9.5rem;
}

.section-hero .section-hero-features {
    position: absolute;
    bottom: 100px;
    width: 100%;
}

.section-hero .section-hero-features ul {
    margin-left: 190px;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.section-hero .section-hero-features ul li {
    list-style: none;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 3.4rem;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: left;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    margin-bottom: 35px;
    padding-left: 55px;
    position: relative;
}

.section-hero .section-hero-features ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 32px;
    background: url(../img/ico_tick.png) 0px 0px no-repeat;
}

.section-hero .section-hero-features ul li:last-child {
    margin-bottom: 0px;
}

.section-panels {
    padding-top: 55px;
    padding-bottom: 65px;
    position: relative;
}

.section-panels-helper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.section-panels::before {
    content: '';
    width: 357px;
    height: 369px;
    background: url(../img/panels_bg_1.png) center center no-repeat;
    position: absolute;
    top: 400px;
    left: -110px;
}

.section-panels::after {
    content: '';
    width: 403px;
    height: 345px;
    background: url(../img/panels_bg_2.png) center center no-repeat;
    position: absolute;
    top: -80px;
    right: -130px;
    z-index: -1;
}

.section-panels-helper::before {
    content: '';
    width: 357px;
    height: 369px;
    background: url(../img/panels_bg_3.png) center center no-repeat;
    position: absolute;
    bottom: -65px;
    left: 24%;
}

.section-panels h3 {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 8.5rem;
    line-height: 1;
    text-align: left;
    color: #202429;
    margin-bottom: 75px;
}

.section-panels h3 span {
    color: #82B22D;
    font-weight: bold;
}

.section-panels .panel-item {
    margin-bottom: 35px;
}

.section-panels .panel-item-inner {

    /* box-shadow: 0px 5px 50px rgba(78, 90, 106, 0.2); */

}

.section-panels .panel-item:hover {}

.section-panels .panel-item h5 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 3.1rem;
    line-height: 1;
    text-align: center;
    color: #202429;
    margin-bottom: 30px;
    padding-top: 15px;
}

.panel-item-main-link {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 5px 50px rgba(78, 90, 106, .2);
}

.panel-item-main-link:hover {
    box-shadow: 0px 5px 50px #ffc815;
}

.panel-item-main-link:hover {
    text-decoration: none;
}

.section-panels .panel-item .panel-item-img {
    margin-bottom: 70px;
}

.section-panels .panel-item .panel-item-img img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.section-panels .panel-item .panel-item-link-wrap {
    padding-bottom: 75px;
}

.section-panels .panel-item .panel-item-link {
    display: block;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 3.1rem;
    line-height: 1;
    text-align: center;
    color: #202429;
    position: relative;
}

.section-panels .panel-item .panel-item-link:hover {
    text-decoration: none;
}

.section-panels .panel-item .panel-item-link::after {
    content: '';
    width: 66%;
    height: 4px;
    background: #ffc815;
    position: absolute;
    left: 0px;
    bottom: -7px;

    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}



.section-panels .panel-item .panel-item-link:hover::after {
    width: 82%;
}

.section-panels .panel-item .panel-item-form-block {
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    bottom: 0;
    background: #fff;
    box-shadow: 0px 5px 50px #ffc815;
}

.section-profit {
    width: 100%;
    /* height: 507px; */
    background: #4b4d50;
    position: relative;
}

.section-profit-helper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.section-profit-helper::before {
    content: '';
    width: 910px;
    height: 621px;
    background: url(../img/dollars_back.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 17%;
}

.section-profit::after {
    content: '';
    width: 770px;
    height: 677px;
    background: url(../img/dollars_front.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: -46px;
    left: 685px;
}

.section-profit-title {
    width: 40%;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 9rem;
    line-height: 14rem;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    float: left;
    margin-top: 31px;
    margin-bottom: 56px;
    position: relative;
    z-index: 9;
}

.section-profit-title .yellow {
    color: #FFC815;
}

.section-profit-right {
    float: right;
    position: relative;
    z-index: 9;
}

.section-profit-offer {
    margin-top: 38px;
    border-radius: 52px;
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 50px 58px 60px 74px;
    margin-bottom: 33px;
}

.section-profit-offer-title {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 5rem;
    line-height: 1.2;
    text-align: left;
    color: #202429;
    margin-bottom: 35px;
    display: block;
}

.section-profit-offer-title strong {
    color: #82B22D;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: bold;
}

.section-profit-offer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.section-profit-offer ul li {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 4rem;
    line-height: 1;
    text-align: left;
    color: #202429;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-left: 70px;
    position: relative;
}

.section-profit-offer ul li::before {
    content: '';
    position: absolute;
    width: 46px;
    height: 43px;
    background: url(../img/ico_tick_2.png) 0px 0px no-repeat;
    left: 0px;
    top: 0px;
}

.section-profit-offer ul li:last-of-type {
    margin-bottom: 0px;
}

.section-profit-right .section-profit-link {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: left;
    color: #ffc815;
    text-transform: uppercase;
    float: right;
    margin-right: 55px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffc815;
}

.section-profit-right .section-profit-link:hover {
    text-decoration: none;
}

.section-portfolio {
    padding-top: 85px;
    padding-bottom: 115px;
}

.section-portfolio h3 {
    font-family: Montserrat;
    font-weight: normal;
    line-height: 1.1;
    text-align: left;
    color: #202429;
    font-size: 8.5rem;
    margin-bottom: 70px;
}

.section-portfolio h3 span {
    font-weight: bold;
    color: #82B22D;
    display: block;
}

.section-portfolio .masonry-grid-item {
    position: relative;
    /* margin-bottom: 15px; */
    /* padding-right: 7.5px;
    padding-left: 7.5px; */
    /* float: left; */
}

.section-portfolio .masonry-grid-item img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.section-portfolio .masonry-item-1 {
    height: 550px;
    width: 1081.7px;
}

.section-portfolio .masonry-item-2 {
    height: 942px;
    width: 533.3px;
}

.section-portfolio .masonry-item-3 {
    height: 377px;
    width: 533.3px;
}

.section-portfolio .masonry-item-4 {
    height: 377px;
    width: 533.3px
}

.section-portfolio .masonry-item-5 {
    height: 950px;
    width: 533.3px
}

.section-portfolio .masonry-item-6 {
    height: 380px;
    width: 533.3px
}

.section-portfolio .masonry-item-7 {
    height: 380px;
    width: 533.3px
}

.section-portfolio .masonry-item-8 {
    height: 555px;
    width: 1081.7px;
}

.masonry-item-link {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.masonry-item-link::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.masonry-item-link:hover {
    text-decoration: none;
}

.masonry-item-link span {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 3.3rem;
    text-align: center;
    color: #fff;
    display: none;
    position: absolute;
    padding: 10px 30px;
    border: 3px solid #FFC815;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -37px;
}

.masonry-grid-item:hover .masonry-item-link::before {
    opacity: 0.5;
}

.masonry-grid-item:hover .masonry-item-link span {
    display: inline-block;
}

.masonry-item-link img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.owl-carousel {
    text-align: center;
}

.section-portfolio .owl-nav {
    width: 100%;
    position: absolute;
    background: #fff;
    bottom: 0px;
    height: 101px;
    opacity: 0.95;
    filter: drop-shadow(0px 3px 25px rgba(0, 0, 0, 0.2));
}

.section-portfolio .owl-nav.owl-nav-fixed {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
}

.section-portfolio .owl-nav .container {
    padding: 0px;
}

.section-portfolio .owl-nav.owl-nav-fixed .container {
    padding: 0px 15px;
}

.section-portfolio .owl-nav::before {
    content: '';
    position: absolute;
    background: #fff;
    height: 101px;
    opacity: 0.95;
    /* filter: drop-shadow(0px 3px 25px rgba(0, 0, 0, 0.2)); */
    left: -300%;
    width: 300%;
}

.section-portfolio .owl-nav::after {
    content: '';
    position: absolute;
    background: #fff;
    height: 101px;
    opacity: 0.95;
    /* filter: drop-shadow(0px 3px 25px rgba(0, 0, 0, 0.2)); */
    right: -300%;
    width: 300%;
}

.section-portfolio .owl-nav button {
    width: 93px;
    height: 101px;
    background: #FFC815 !important;
    position: relative;
}

.section-portfolio .owl-nav .owl-prev {
    float: left;
}

.section-portfolio .owl-nav .owl-prev::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/nav_left.png) center center no-repeat;
}

.section-portfolio .owl-nav .owl-next {
    float: right;
}

.section-portfolio .owl-nav .owl-next::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/nav_right.png) center center no-repeat;
}

.section-portfolio .owl-dots {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    height: 101px;
    text-align: center;
    display: inline-block;
    left: 0;
    background: transparent;
    width: 50%;
    margin-left: 25%;
}

.section-portfolio .owl-dots.owl-dots-fixed {
    position: fixed;
}

.section-portfolio .owl-dots .owl-dot {
    width: 22px;
    height: 22px;
    background: #d3d3d3;
    border-radius: 100%;
    margin: 39.5px 9px 0;
}

.section-portfolio .owl-dots .owl-dot.active {
    background: #FFC815;
}

.section-lower-price {
    background: #4B4D50;
}

.section-lower-price .container {
    position: relative;
}

.section-lower-price img.section-lower-price-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.section-lower-price h3 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 8rem;
    text-align: left;
    color: #202429;
    position: relative;
    display: inline-block;
    z-index: 999;
    line-height: 134px;
    margin: 0px;
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 164px;
    margin-bottom: 25px;
}

.section-lower-price h3::before {
    content: '';
    height: 134px;
    background: #FFE415;
    display: block;
    position: absolute;
    left: -300%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.section-lower-price h5 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 8rem;
    text-align: left;
    color: #fff;
    padding-left: 360px;
    display: inline-block;
    margin-bottom: 30px;
}

.section-lower-price .trigger-form-price {
    display: inline-block;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: left;
    color: #ffc815;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 1px solid #ffc815;
    margin-left: 725px;
    margin-bottom: 36px;
    position: relative;
    z-index: 9;
}

.section-lower-price .trigger-form-price:hover {
    text-decoration: none;
}

.section-clients {
    padding-top: 95px;
    padding-bottom: 40px;
    position: relative;
}

.section-clients-helper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.section-clients::before {
    content: '';
    width: 357px;
    height: 369px;
    background: url(../img/panels_bg_1.png) center center no-repeat;
    position: absolute;
    top: 470px;
    left: -120px;
}

.section-clients::after {
    content: '';
    width: 418px;
    height: 394px;
    background: url(../img/clients_bg_2.png) center center no-repeat;
    position: absolute;
    top: -15px;
    right: -130px;
    z-index: -1;
}

.section-clients-helper::before {
    content: '';
    width: 357px;
    height: 369px;
    background: url(../img/clients_bg_3.png) center center no-repeat;
    position: absolute;
    bottom: 0px;
    left: 52%;
}

.section-clients h3 {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 8.5rem;
    line-height: 1;
    text-align: left;
    color: #202429;
    margin-bottom: 75px;
}

.section-clients h3 span {
    color: #82B22D;
    font-weight: bold;
}

.section-clients .client-item {

    margin-bottom: 55px;
}

.section-clients .client-item-inner {
    background: #fff;
    box-shadow: 0px 5px 50px rgba(78, 90, 106, 0.2);
}

.section-clients .client-item-img {
    width: 100%;
    position: relative;
}

.section-clients .client-item-img::after {
    content: '';
    height: 4px;
    background: #FFC815;
    width: 68%;
    position: absolute;
    bottom: -4px;
    left: 0px;
}

.section-clients .client-item-img img {
    width: 100%;
    height: auto;
}

.client-item-info {
    padding: 30px 25px 50px;
}

.client-item-info-item {
    font-family: Montserrat;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 1.5;
    text-align: left;
    color: #202429;
    margin-bottom: 10px;
}

.client-item-info-item-key {
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    width: 35%;
}

.client-item-info-item-value {
    display: inline-block;
    vertical-align: top;
    width: 62%;
}

.section-quality {
    width: 100%;
    /* height: 970px; */
    background: url(../img/quality_bg.png) center center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 85px;
    padding-bottom: 35px;
}

.section-quality::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 70%;
    /* background: linear-gradient(rgba(71, 87, 45, 0) 0%, #2b2f23 100%); */
    opacity: 0.59;

    background: rgba(43, 47, 35, 1);
    background: -moz-linear-gradient(top, rgba(43, 47, 35, 1) 0%, rgba(71, 87, 45, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43, 47, 35, 1)), color-stop(100%, rgba(71, 87, 45, 0)));
    background: -webkit-linear-gradient(top, rgba(43, 47, 35, 1) 0%, rgba(71, 87, 45, 0) 100%);
    background: -o-linear-gradient(top, rgba(43, 47, 35, 1) 0%, rgba(71, 87, 45, 0) 100%);
    background: -ms-linear-gradient(top, rgba(43, 47, 35, 1) 0%, rgba(71, 87, 45, 0) 100%);
    background: linear-gradient(to bottom, rgba(43, 47, 35, 1) 0%, rgba(71, 87, 45, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2f23', endColorstr='#47572d', GradientType=0);
}

.section-quality h3 {
    font-family: Montserrat;
    font-size: 7.5rem;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 9;
    display: inline-block;
    margin-bottom: 290px;
    /* margin-bottom: 29rem; */
}

.section-quality h3::after {
    content: '';
    position: absolute;
    height: 4px;
    background: #FFC815;
    /* width: 50%; */
    bottom: -8px;
    right: 59%;
    left: -300%;
}

.section-quality-form-block {
    width: 596px;
    background: #fff;
    opacity: 0.96;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 9;
    padding: 35px 42px;
}

.section-quality-form-block h5 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 5.8rem;
    text-align: center;
    color: #202429;
    margin-bottom: 30px;
}

.section-quality-form-block h5 strong {
    font-weight: bold;
    color: #82B22D;
}

.section-quality-form-block input[type=text] {
    height: 48px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #AFB7C2;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 4.8rem;
    text-align: left;
    color: #4e5a6a;
    margin-bottom: 7px;
}

.section-quality-form-block input[type=submit] {
    height: 48px;
    width: 100%;
    border: none;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 4.8rem;
    text-align: center;
    color: #202429;
    background: #ffc815;
}

.data-processing-allow {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1;
    text-align: left;
    color: #4e5a6a;
    margin: 20px 0;
    display: block;
}

.section-testimonials {
    padding-top: 75px;
    padding-bottom: 45px;
}

.section-testimonials h3 {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 8.5rem;
    line-height: 1;
    text-align: left;
    color: #202429;
    margin-bottom: 75px;
}

.section-testimonials h3 span {
    color: #82B22D;
    font-weight: bold;
}

.section-testimonials .testimonial-item {
    padding: 67px;
    position: relative;
    margin-bottom: 30px;
}

.section-testimonials .testimonial-item::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 67px;
    height: 45px;
    background: url(../img/testimonial_1.png) center center no-repeat;
    background-size: cover;
}

.section-testimonials .testimonial-item::after {
    content: '';
    position: absolute;
    right: 67px;
    width: 67px;
    height: 45px;
    background: url(../img/testimonial_2.png) center center no-repeat;
    background-size: cover;
}

.section-testimonials .testimonial-item h5 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: left;
    color: #202429;
    margin-bottom: 18px;
}

.section-testimonials .testimonial-item .testimonial-item-content {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 2.8rem;
    text-align: left;
    color: #202429;
}

.load-more-testimonials-wrap {
    margin-top: 50px;
    text-align: center;
}

.load-more-testimonials {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 3.3rem;
    line-height: 1;
    text-align: center;
    color: #202429;
    display: inline-block;
    padding: 15px 25px;
    border: 3px solid #9BC74C;
}

.load-more-testimonials:hover {
    text-decoration: none;
    color: #202429;
}

.section-about {
    width: 100%;
    /* height: 970px; */
    background: url(../img/about_bg.png) center center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 250px;
    padding-bottom: 160px;
}

.section-about .section-about-block {
    padding: 45px 45px;
    width: 790px;
    /* height: 552px; */
    background: #fff;
    opacity: 0.96;
    filter: drop-shadow(0px 5px 25px rgba(0, 0, 0, 0.25));
}

.section-about .section-about-block h5 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 7.5rem;
    line-height: 1;
    text-align: left;
    color: #202429;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 70px;
}

.section-about .section-about-block h5::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 78%;
    height: 4px;
    background: #ffc815;
}

.section-about .section-about-block p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 1.3;
    text-align: left;
    color: #202429;
    margin-bottom: 45px;
}

.section-about .section-about-block ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.section-about .section-about-block ul li {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 1.7;
    text-align: left;
    color: #202429;
    margin-bottom: 40px;
    padding-left: 35px;
    position: relative;
}

.section-about .section-about-block ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    background: url(../img/ico_green_tick.png) center center no-repeat;
    background-size: cover;
    width: 23px;
    height: 21px;
}

.section-about .section-about-block ul li:last-child {
    margin-bottom: 0px;
}

.section-contacts {
    width: 100%;
    position: relative;
    padding-top: 145px;
    padding-bottom: 110px;
}

#yaMap {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.circleMarker {
    width: 30px;
    height: 30px;
    border: 11px solid #d99e2e;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    -webkit-transition: border 250ms ease 0s;
    transition: border 250ms ease 0s
}

.circleMarker:before {
    content: "";
    position: absolute;
    top: -14px;
    bottom: -14px;
    left: -14px;
    right: -14px;
    border: 1px solid #007bff;
    border-radius: 100%;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s
}

.circleMarker.active {
    width: 35px;
    height: 35px;
    border: 8px solid #007bff
}

.circleMarker.active:before {
    top: -12px;
    bottom: -12px;
    left: -12px;
    right: -12px
}

#yaMap .ymaps-2-1-74-balloon__tail:after {
    display: none
}

#yaMap .ymaps-2-1-74-balloon__close {
    display: none
}

#yaMap .ymaps-2-1-74-balloon {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
    border-radius: 15px;
    margin-left: 90px;
    margin-top: -25px;
}

#yaMap .ymaps-2-1-74-balloon__content {
    padding: 8px 32px 8px 30px;
    margin-right: 0
}

#yaMap .ymaps-2-1-74-balloon_to_top .ymaps-2-1-74-balloon__tail {
    display: none;
}

#yaMap .maps__item {
    font-size: 1.8rem;
    font-family: Montserrat;
    line-height: 3.6rem;
}

.section-contacts .section-contacts-block {
    /* height: 665px; */
    width: 790px;
    position: relative;
    padding: 45px 45px;
    background: #fff;
    opacity: 0.96;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
}

.section-contacts .section-contacts-block h5 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 7.5rem;
    line-height: 1;
    text-align: left;
    color: #202429;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 80px;
}

.section-contacts .section-contacts-block h5::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    height: 4px;
    background: #ffc815;
}

.section-contacts .section-contacts-block .section-contacts-phone {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 4rem;
    line-height: 1.6;
    text-align: left;
    color: #1e1e1e;
    display: block;
    padding-left: 55px;
    position: relative;
}

.section-contacts .section-contacts-block .section-contacts-email,
.section-contacts .section-contacts-block .section-contacts-address {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: left;
    color: #1e1e1e;
    display: block;
    padding-left: 55px;
    position: relative;
    margin-top: 46px;
}

.section-contacts .section-contacts-block .section-contacts-phone:first-of-type::before {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    background: url(../img/ico_cont_phone.png) center center no-repeat;
    left: 0;
    top: 14px;
}

.section-contacts .section-contacts-block .section-contacts-email::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../img/ico_cont_email.png) center center no-repeat;
    left: 0;
    top: 0;
}

.section-contacts .section-contacts-block .section-contacts-address::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    background: url(../img/ico_cont_map.png) center center no-repeat;
    left: 0;
    top: 0;
}

footer {
    width: 100%;

    background: url(../img/footer_bg.png) center center no-repeat;
    background-size: cover;
}

footer .copyright {
    margin-top: 90px;
    margin-left: 50px;
    margin-right: 215px;
    float: left;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
}

footer .copyright .made-by {
    margin-top: 30px;
}

footer .copyright .made-by a {
    display: block;
    float: right;
    margin-top: 5px;
}

footer .footer-list {
    margin-top: 70px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    float: left;
    margin-bottom: 40px;
}

footer .footer-list ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

footer .footer-list ul li {
    padding-left: 50px;
    position: relative;
    margin-bottom: 35px;
}

footer .footer-list ul li:last-child {
    margin-bottom: 0px;
}

footer .footer-list ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background: url(../img/ico_map_y.png) center center no-repeat;
}

footer .footer-phones {
    margin-top: 60px;
    float: right;
    margin-bottom: 40px;
}

footer .footer-phones .footer-phone {
    display: block;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 4rem;
    line-height: 60px;
    text-align: left;
    color: #fff;
    position: relative;
}

footer .footer-phones .footer-phone:first-child::before {
    content: '';
    width: 33px;
    height: 33px;
    background: url(../img/ico_phone.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: -50px;
    top: 13px;
}

footer .footer-phones .footer-callback {
    margin-top: 20px;
    display: block;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: right;
    color: #ffc815;
    text-transform: uppercase;
    float: right;
    padding-bottom: 3px;
    border-bottom: 1px solid #ffc815;
}

footer .footer-phones .footer-callback:hover {
    text-decoration: none;
}

/* Modal Form */

.data-processing-allow .label {

    font-family: Montserrat;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 23px;
    text-align: left;
    color: #4e5a6a;
    position: relative;
    padding-left: 35px;
    /* margin-top: 10px; */
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.data-processing-allow .label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.data-processing-allow .label input:checked~.checkmark {
    background-color: #ffffff;
}

.data-processing-allow .label input:checked~.checkmark:after {
    display: block;
}

.data-processing-allow .label .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 1px solid #707070;
    border-radius: 0;
}

.data-processing-allow .label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #9BC74C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.data-processing-allow .label:hover input~.checkmark {
    background-color: #ffffff;
}

.modal-form-block {
    width: 100%;
    background: #fff;
    opacity: 0.96;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 9;
    padding: 35px 42px;
}

.modal-form-block h5 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 5.8rem;
    text-align: center;
    color: #202429;
    margin-bottom: 30px;
    padding: 0 20px;
    line-height: 1;
}

.modal-form-block h5 strong {
    font-weight: bold;
    color: #82B22D;
}

.modal-form-block input[type=text] {
    height: 48px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #AFB7C2;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 4.8rem;
    text-align: left;
    color: #4e5a6a;
    margin-bottom: 7px;
}

.modal-form-block input[type=submit] {
    height: 48px;
    width: 100%;
    border: none;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 4.8rem;
    text-align: center;
    color: #202429;
    background: #ffc815;
}

.data-processing-allow {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1;
    text-align: left;
    color: #4e5a6a;
    margin: 20px 0;
    display: block;
}

div.wpcf7 .ajax-loader {
    background-image: url(../img/ajax-loader2.gif);
    width: 24px;
    height: 24px;
    position: relative;
    top: -43px;
    left: 16px;
    background-size: cover;

    display: none !important;
}

input.wpcf7-not-valid {
    border-bottom: 1px solid #e30746 !important;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-response-output.wpcf7-validation-errors {
    display: none !important;
}

.remodal .wpcf7-response-output.wpcf7-mail-sent-ok {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 0px;
    border: none;
    padding: 0px;
    vertical-align: middle;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.8rem;
    text-align: left;
    color: #202429;
    text-align: center;
    padding: 340px 80px 90px;
}

.remodal .wpcf7-response-output.wpcf7-mail-sent-ok::before {
    content: '';
    position: absolute;
    width: 416px;
    height: 223px;
    background: url(../img/mail_sent_bg.png) center center no-repeat;
    background-size: cover;
    top: 65px;
    left: 50%;
    margin-left: -208px;
}

.wpcf7-response-output.wpcf7-mail-sent-ng {
    display: block;
    padding: 0px;
    margin: 0px;
    border: none;
    margin-top: 30px;
    font-size: 2rem;
}

.section-quality .wpcf7-response-output.wpcf7-mail-sent-ok {
    display: block;
    font-size: 1.8rem;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
    border: none;
}

body.compensate-for-scrollbar {
    margin-right: 0px !important;
}

.remodal-is-locked .header-top {
    margin-right: 21px;
}

.remodal-is-locked .owl-nav {
    padding-right: 21px;
}

.remodal-is-locked .owl-dots {
    padding-right: 21px;
}