* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

li::marker {
    display: none
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    width: 100%;
    font-size: 100%;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    cursor: default;
    scroll-behavior: smooth
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer;
    background: inherit
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited {
    text-decoration: none
}

a {
    cursor: pointer
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none;
    list-style-type: none
}

img {
    vertical-align: top;
    max-width: 100%
}

@font-face {
    font-family: "Lato Medium";
    src: local("Lato Medium"), url(../fonts/Lato-Medium.woff) format("woff"), url(../fonts/Lato-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

.header {
    position: relative;
    z-index: 3;
    background: #000000CC;
}

.form-simple-content__input input::-webkit-input-placeholder {
    font-family: Lato, sans-serif;
    font-weight: 400
}

.form-simple-content__input input::-moz-placeholder {
    font-family: Lato, sans-serif;
    font-weight: 400
}

.form-simple-content__input input:-ms-input-placeholder {
    font-family: Lato, sans-serif;
    font-weight: 400
}

.form-simple-content__input input::-ms-input-placeholder {
    font-family: Lato, sans-serif;
    font-weight: 400
}

.awards__descr span,
.block__descr span,
.certificates-slide__title span,
.footer-contacts__item span,
.footer-copyright span,
.form-simple-content__input input,
.form-simple-content__input input::placeholder,
.form__policy a,
.form__policy span,
.header__logo span,
.hero__descr span,
.promo-body__text span,
.reviews-slide-body__text span,
.reviews-slide-header__city span,
.showroom-descr-hours__time span,
.showroom-descr__address span {
    font-family: Lato, sans-serif;
    font-weight: 400
}

.header-list li span {
    font-family: Lato, sans-serif;
    font-weight: 500
}

.button span,
.header-contact__tel span,
.promo-body__title span {
    font-family: Lato, sans-serif;
    font-weight: 600
}

.block__title span,
.footer-logo__text span,
.footer-menu span,
.footer-title span,
.form-simple-content__title span,
.form__submit button,
.header-contact__button span,
.header-contact__text span,
.hero__title h1,
.map__title span,
.promo-body__number span,
.reviews-slide-body__link span,
.reviews-slide-header__name span,
.showroom-descr-hours__title span {
    font-family: Lato, sans-serif;
    font-weight: 700
}

.promo-header__title span,
.showroom-descr__title>span {
    font-family: Lato, sans-serif;
    font-weight: 800
}

body,
html {
    scrollbar-gutter: stable
}

body.lock {
    overflow: hidden
}

.page {
    overflow-x: hidden
}

.container {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.button {
    text-align: center;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    white-space: nowrap;
    background: -webkit-gradient(linear, left bottom, left top, from(#FE8C01), to(#FF8404));
    background: linear-gradient(180deg, #FE8C01 0%, #FF8404 100%);

}

.button--big {
    padding: 16px 40px
}

.button--big span {
    font-size: 20px;
    letter-spacing: -3%
}

.button--small {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 8px 15px;
    height: 44px;
    /* width: 100%; */
}

.promo-body .button--small {
    /* padding: 8px 15px;
    height: 44px; */
}

.projects .button--small {
    height: auto;
    padding: 12px;
}


.button--hero {
    /* width: 267px; */
    width: auto;
    height: 61px;
}

.button--small span {
    font-size: 18px
}

.button--shadow {
    -webkit-box-shadow: 0px 6px 9px 0px #FE8C014D;
    box-shadow: 0px 6px 9px 0px #FE8C014D;
}

.button__arrow {
    width: 39px;
    height: 39px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    margin-left: 10px;
    margin-right: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.button__arrow svg {
    width: 20px;
    height: 18px;
}

.button span {
    color: #fff;
    line-height: 24px;
    white-space: nowrap
}

.block__title span {
    font-size: 40px;
    color: #333;
    line-height: 44px
}

.block__descr {
    margin-top: 24px
}

.reviews-arrows {
    margin-top: 44px
}

.block__descr span {
    font-size: 16px;
    color: #333;
    line-height: 139%;
    display: block;
    max-width: 600px;
    letter-spacing: 0.07px;
}

.block__descr--certs span {
    max-width: 450px;
}

.wpcf7-form-control-wrap {
    display: contents
}

.header {
    padding-top: 42px;
    padding-bottom: 20px;
}

.header-wrapper>.row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    width: 134px;
    text-align: center;
    position: relative
}

.header__logo span {
    letter-spacing: 0.15px;
    margin-top: 3px;
    display: block;
    font-size: 9px;
    color: #FFF;
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header-items {
    width: 70.5%
}

.header-items>.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-list li {
    margin-right: 40px
}

.header-list li:last-child {
    margin-right: 0
}

.header-list li span {
    font-size: 18px;
    color: #333;
    letter-spacing: -.1px
}

.header-burger {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    width: 24px;
    height: 24px;
    padding: 2px;
    z-index: 4;
    cursor: pointer;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.header-burger.active::after {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header-burger.active::before {
    width: 100%;
    bottom: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header-burger.active span {
    display: none
}

.header-burger::after,
.header-burger::before {
    content: ""
}

.header-burger span,
.header-burger::after,
.header-burger::before {
    position: absolute;
    height: 2px;
    left: 0;
    background: #000;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.header-burger span,
.header-burger::after {
    width: 100%
}

.header-burger::after {
    top: 3px
}

.header-burger::before {
    width: 70%;
    bottom: 3px
}

.header-burger span {
    top: 11px
}

.header-contact>.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-contact__content {
    margin-right: 12px
}

.header-contact__text {
    margin-bottom: 3px;
    text-align: right
}

.header-contact__text span {
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 16.8px;
    letter-spacing: .3px
}

.header-contact__tel span {
    font-size: 23px;
    color: #FFFFFF;
    line-height: 27.6px;
    letter-spacing: .2px
}

.header-contact__icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#14b514), to(#64d064));
    background: linear-gradient(0deg, #14b514 0, #64d064 100%)
}

.header-contact__icon svg {
    width: 50%;
    height: 50%
}

.header-contact__button {
    display: none
}

.header-contact {
    margin-top: 10px;
}

.header-contact__button a {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    padding: 8px;
    background: -webkit-gradient(linear, left bottom, left top, from(#14b514), to(#64d064));
    background: linear-gradient(0deg, #14b514 0, #64d064 100%)
}

.header-contact__button span {
    font-size: 14px;
    color: #fff;
    letter-spacing: 3%;
    text-transform: uppercase
}

.footer {
    background: #f5f5f5;
    padding-top: 44px;
    padding-bottom: 12px
}

.footer .col {
    width: 50%
}

.footer-logo {
    margin-bottom: 30px
}

.footer-logo a {
    display: inline-block;
    margin-bottom: 4px;
    width: 155px
}

.footer-logo a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer-logo__text span {
    font-size: 10.55px;
    color: #333
}

.footer-title {
    margin-bottom: 16px
}

.footer-title span {
    font-size: 20px;
    color: #333
}

.footer-contacts {
    margin-bottom: 40px
}

.footer-contacts__item {
    margin-bottom: 12px
}

.footer-contacts__item:last-child {
    margin-bottom: 0
}

.footer-contacts__item span {
    font-size: 16px;
    color: #333;
    opacity: .8
}

.footer-copyright span {
    font-size: 13px;
    color: #333;
    opacity: .8;
    line-height: 20px;
    display: block;
    letter-spacing: -0.4px;
}

.footer-menu {
    margin-top: 70px;
    margin-bottom: 40px
}

.footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-menu li {
    margin-right: 40px
}

.footer-menu li:last-child {
    margin-right: 0
}

.footer-menu span {
    font-size: 20px;
    color: #333
}

.footer-awards>.row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-awards {
    margin-top: 22px;
}

.footer-awards__item {
    height: 41px
}

.footer-awards__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.hero {
    margin-top: 151px;
    margin-bottom: 96px
}

.promo-body__item.last .promo-body__title {
    margin-bottom: 8px;
}

.promo-body__item.last .promo-body__title span {
    margin-bottom: 2px;
    line-height: 32px;
}

.hero .container {
    position: relative;
    z-index: 3;
}

.hero-wrapper {
    position: relative
}

.hero-wrapper .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero__title {
    text-align: center;
    margin-bottom: 42px
}

.hero__title h1 {
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: -2.6px;

    display: flex;
    flex-direction: column;
    gap: 11px;
}

.hero__title h1>span {
    display: block;
    color: #FFF
}

.hero__title h1>span span {
    background: -webkit-gradient(linear, left bottom, left top, from(#14b514), to(#64d064));
    background: linear-gradient(0deg, #14b514 0, #64d064 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.hero__descr {
    text-align: center;
    margin-bottom: 55px;
    width: 482px;
    max-width: 100%
}

.hero__descr span {
    font-size: 28px;
    color: #FFF;
    line-height: 1.15
}

.hero-image {
    position: absolute;
    overflow: hidden
}

.hero-image-mobile {
    display: none;
}

.hero-image-left-top {
    width: 161px;
    height: 161px;
    top: -130px;
    left: 119px;
    border-radius: 24px;
    -webkit-box-shadow: 8px 40px 80px -16px rgba(0, 0, 0, .5);
    box-shadow: 8px 40px 80px -16px rgba(0, 0, 0, .5)
}

.hero-image-left-center {
    width: 151px;
    height: 151px;
    left: -68px;
    top: 65px;
    border-radius: 32px;
    -webkit-box-shadow: 12px 32px 80px -7px rgba(0, 0, 0, .2);
    box-shadow: 12px 32px 80px -7px rgba(0, 0, 0, .2)
}

.hero-image-left-bottom {
    top: 261px;
    left: 54px;
    width: 227px;
    height: 227px;
    border-radius: 32px;
    -webkit-box-shadow: 8px 40px 80px -16px rgba(0, 0, 0, .3);
    box-shadow: 8px 40px 80px -16px rgba(0, 0, 0, .3)
}

.hero-image-right-top {
    top: -100px;
    right: -23px;
    width: 210px;
    height: 210px;
    border-radius: 32px;
    -webkit-box-shadow: 8px 40px 80px -16px rgba(0, 0, 0, .5);
    box-shadow: 8px 40px 80px -16px rgba(0, 0, 0, .5)
}

.hero-image-right-bottom {
    top: 214px;
    right: -7px;
    width: 271px;
    height: 271px;
    border-radius: 40px;
    -webkit-box-shadow: 8px 40px 80px -16px rgba(0, 0, 0, .5);
    box-shadow: 8px 40px 80px -16px rgba(0, 0, 0, .5)
}

.awards {
    margin-bottom: 44px
}

.awards-wrapper>.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.awards__descr {
    margin-bottom: 15px;
    width: 330px;
    max-width: 100%;
    text-align: center
}

.awards__descr span {
    font-size: 20px;
    color: #848484;
    line-height: 1.15
}

.awards-list {
    padding: 18.5px 32px;
    background: #fff;
    border-radius: 24px;
    -webkit-box-shadow: 0 12px 76.2px -15px rgba(58, 58, 58, .3);
    box-shadow: 0 12px 76.2px -15px rgba(58, 58, 58, .3)
}

.awards-list__item {
    margin-right: 24px;
    height: 55px
}

.awards-list__item:last-child {
    margin-right: 0
}

.awards-list__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.promo {
    padding-top: 20px;
    margin-bottom: 80px
}

.promo-header {
    margin-bottom: 42px
}

.promo-header__title {
    text-align: center
}

.promo-header__title span {
    font-size: 40px;
    color: #333;
    letter-spacing: 1px;
    line-height: 1.2
}

.promo-header__title span span {
    color: #14b514
}

.promo-body {
    width: calc(100% + 16px);
    margin-left: -8px
}

.promo-body__item {
    width: calc(25% - 16px);
    margin: 8px;
    position: relative
}

.promo-body__media {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 100%
}

.promo-body__media::after {
    content: "";
    display: block;
    padding-top: 139%
}

.promo-body__media::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), color-stop(86%, rgba(0, 0, 0, .7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .7) 86%);
    z-index: 2
}

.promo-body__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.promo-body__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.promo-body__content {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    margin: 24px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.promo-body__number span {
    font-size: 42px;
    color: #fff
}

.promo-body__title {
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}

.promo-body__title span {
    font-size: 24px;
    color: #fff
}

.promo-body__text span {
    font-size: 19px;
    line-height: 23px;
    color: #fff;
    letter-spacing: 0.15px;
}

.form-simple {
    padding-top: 3px;
    margin-bottom: 59px;
}

.form-simple-wrapper {
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

.form-simple-media {
    width: 50%;
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.form-simple-media::after {
    content: "";
    display: block;
    padding-top: 85%
}

.form-simple-media__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.form-simple-media__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.form-simple-media__image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.form-simple-content {
    width: 50%;
    padding: 58px 65px
}

.form-simple-content>.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-simple-content__title {
    margin-bottom: 14px;
    text-align: center
}

.form-simple-content__subtitle {
    font-family: 'Lato';
    font-size: 16px;
    letter-spacing: 0.05px;
}

.form-simple-content__form {
    margin-top: 22px;
}

.form-simple-content__title span {
    font-size: 33px;
    color: #333;
    line-height: 1.2
}

.form-simple-content__form {
    width: 390px;
    max-width: 100%
}

.form-simple-content__input {
    margin-bottom: 10px
}

.form-simple-content__input input {
    width: 100%;
    padding: 11.5px 15px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #ccc;
    font-size: 16px;
    color: #333
}

.form-simple-content__input input::-webkit-input-placeholder {
    font-size: 16px;
    color: #ccc
}

.form-simple-content__input input::-moz-placeholder {
    font-size: 16px;
    color: #ccc
}

.form-simple-content__input input:-ms-input-placeholder {
    font-size: 16px;
    color: #ccc
}

.form-simple-content__input input::-ms-input-placeholder {
    font-size: 16px;
    color: #ccc
}

.form-simple-content__input input::placeholder {
    font-size: 16px;
    color: #ccc
}

.form__submit {
    margin-top: 32px;
    margin-bottom: 20px
}

.form__submit button {
    padding: 8px 15px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ff8404), to(#fe8c01));
    background: linear-gradient(0deg, #ff8404 0, #fe8c01 100%);
    border-radius: 50px;
    font-size: 19px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 6px 9px rgba(254, 140, 1, .3);
    box-shadow: 0 6px 9px rgba(254, 140, 1, .3);
    margin: 0 auto
}

.form__submit .button__arrow {
    margin-right: -5px;
}

.form__policy {
    text-align: center
}

.form__policy span {
    font-size: 10px;
    color: #ccc;
    display: block
}

.form__policy a {
    font-size: 10px;
    color: #ccc
}

.form__policy a {
    text-decoration: underline
}

.reviews {
    padding-top: 20px;
    margin-bottom: 49px;
}

.reviews-header {
    margin-bottom: 33px
}

.reviews-header>.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews-header-descr {
    width: 46%;
    margin-top: -17px;
}

.reviews-header-logo {
    margin-right: -16px;
    width: 45%
}

.reviews-header-logo>.row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -21px;
    row-gap: 1px;
}

.reviews-header-logo__item {
    margin: 12px 16px
}

.reviews-body {
    overflow: visible;
    position: relative;
    width: calc(100% + 16px);
    margin-right: -8px
}

.reviews-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px !important
}

.reviews-slide {
    width: calc(50% - 16px);
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 24px;
    -webkit-box-shadow: 0 4px 16px rgba(64, 64, 64, .15);
    box-shadow: 0 4px 16px rgba(64, 64, 64, .15);
    padding: 24px
}

.reviews-slide-header {
    margin-bottom: 24px
}

.reviews-slide-header>.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-slide-header__image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px
}

.reviews-slide-header__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews-slide-header__name span {
    font-size: 16px;
    color: #333
}

.reviews-slide-header__city span {
    font-size: 14px;
    color: #333;
    opacity: .6
}

.reviews-slide-body {
    position: relative;
    padding-bottom: 17px
}

.reviews-slide-body:hover .reviews-slide-body__text {
    max-height: 500px
}

.reviews-slide-body__text {
    overflow: hidden;
    margin-bottom: 24px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    max-height: 132px;
    min-height: 132px
}

.reviews-slide-body__text span {
    font-size: 16px;
    color: #333;
    line-height: 140%;
    display: block
}

.reviews-slide-body__link {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0
}

.reviews-slide-body__link span {
    font-size: 16px;
    color: #14b514
}

.reviews-arrow {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: #fff
}

.reviews-arrow svg {
    width: auto;
    height: auto;
    fill: none
}

.reviews-arrow--prev {
    margin-right: 16px
}

.reviews-arrow--prev svg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.projects {
    padding-top: 20px;
    margin-bottom: 190px;
}

.projects-header {
    margin-bottom: 32px
}

.projects-header>.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.projects-body .eapps-instagram-feed-header {
    padding: 0;
    padding-bottom: 8px
}

.projects-body .eapps-instagram-feed-header-inner {
    margin: 0
}

.projects-body .eapps-instagram-feed-posts-container {
    width: calc(100% + 16px);
    margin-left: -8px;
    overflow: hidden
}

.projects-body .eapps-instagram-feed-posts-item {
    padding: 8px
}

.projects-body .eapps-instagram-feed-posts-item a {
    border-radius: 16px;
    overflow: hidden
}

.projects-body .eapps-instagram-feed-posts-item-overlay {
    background: rgba(255, 255, 255, .8) !important
}

.projects-body .eapps-instagram-feed-posts-item-text {
    color: #000 !important
}

.projects-body .eapps-instagram-feed-posts-item-content {
    color: #000 !important
}

.projects-body .eapps-instagram-feed-posts-slider-nav {
    background: rgba(20, 181, 20, .8) !important
}

.certificates {
    padding-top: 41px;
    margin-bottom: 80px
}



.certificates-wrapper>.row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.certificates-descr {
    width: 44%;
    margin-right: 15px;
    margin-left: 4px;
    margin-top: -80px;
}

.certificates-descr .block__descr {
    margin-bottom: 32px
}

.certificates-slider {
    width: 49%;
    margin: 0
}

.certificates-slide {
    opacity: .6;
    -webkit-transform: scale(.9) !important;
    -ms-transform: scale(.9) !important;
    transform: scale(.9) !important;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 250px;
}

.certificates-slide.swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important
}

.certificates-slide.swiper-slide-active .certificates-slide__title {
    opacity: 1
}

.certificates-slide>.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.certificates-slide__media {
    margin-bottom: 53px;
}

.certificates-slide__image img {
    width: 185px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.certificates-slide__title {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 250%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.certificates-slide__title span {
    font-size: 18px;
    color: #333
}

.certificates-arrow {
    position: absolute;
    bottom: -10px;
    z-index: 2;
    cursor: pointer
}

.certificates-arrow--prev {
    left: 0
}

.certificates-arrow--next {
    right: 0
}

.map {
    padding-top: 20px;
    margin-bottom: 80px
}

.map__title {
    text-align: center;
    margin-bottom: 20px
}

.map__title span {
    font-size: 30px;
    color: #333
}

.map-media {
    position: relative;
    border-radius: 24px;
    overflow: hidden
}

.map-media::after {
    content: "";
    display: block;
    padding-top: 40%
}

.map-media::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(51, 51, 51, .7);
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.map-media:hover::before {
    opacity: 1
}

.map-media:hover .button {
    opacity: 1
}

.map-media__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.map-media__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.map-media .button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.showroom {
    padding-top: 20px;
    margin-bottom: 80px
}

.showroom-wrapper {
    background: #f5f5f5;
    border-radius: 24px;
    padding: 64px
}

.showroom-descr {
    width: 50%;
    margin-top: 32px
}

.showroom-descr__title {
    margin-bottom: 65px
}

.showroom-descr__title>span {
    font-size: 40px;
    color: #333;
    display: block
}

.showroom-descr__title>span span {
    color: #14b514
}

.showroom-descr-hours {
    margin-bottom: 16px
}

.showroom-descr-hours__title {
    margin-bottom: 8px
}

.showroom-descr-hours__title span {
    font-size: 16px;
    color: #333;
    line-height: 140%;
    opacity: .8
}

.showroom-descr-hours__time {
    margin-bottom: 4px
}

.showroom-descr-hours__time span {
    font-size: 16px;
    color: #333;
    line-height: 140%;
    opacity: .8;
    display: inline-block;
    min-width: 65px
}

.showroom-descr-hours__time span:first-child {
    margin-right: 32px
}

.showroom-descr__address span {
    font-size: 16px;
    color: #333;
    line-height: 140%;
    opacity: .8
}

.showroom-media {
    width: 50%;
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.showroom-media::after {
    content: "";
    display: block;
    padding-top: 67%
}

.showroom-media__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.showroom-media__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-awards {
    height: 86px;
    background: #FFFFFF;
    width: 918px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 115px;
    border-radius: 24px;
    padding: 0px 5px;
    display: flex;
    gap: 16px;
    box-shadow: 0px 12px 76.2px -15px #3A3A3A4D;
}

.hero-awards__item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding: 16px 0px 0px 11px;
}

.hero-awards__reviews {
    font-size: 13px;
    color: #33333399;
    margin-top: 8px;
}

.hero-awards__title {
    margin-top: -3px;
}

.hero-awards__rating {
    margin-top: 4px;
}

.hero-awards__rating span {
    margin-right: 4px;
    font-weight: 900;
}

.hero-awards__item .hero-awards__info .hero-awards__rating svg {
    width: 16px;
    height: 16px;
}

.hero-awards__item.google .hero-awards__logo {
    margin: 6px 7px 0px 6px;
}

.hero-awards__item.google .hero-awards__info .hero-awards__rating svg path {
    fill: #FBBB00;
}

.hero-awards__item.facebook .hero-awards__logo {
    margin: 2px 3px 0px 4px;
}

.hero-awards__item.facebook .hero-awards__info .hero-awards__rating svg path {
    fill: #3B5999;
}

.hero-awards__item.yelp .hero-awards__logo {
    margin: 2px 9px 0px 7px;
}

.hero-awards__item.yelp .hero-awards__info .hero-awards__rating svg path {
    fill: #C01900;
}

.hero-awards__info {
    margin-left: 9px;
    color: #333333;
    font-family: 'Lato';
    font-weight: 700;
}

.hero__background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 938px;
    z-index: 1;
}

.hero__background-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 938px;
    z-index: 2;
    backdrop-filter: blur(2px);
    background-color: #00000080;
}

.footer-copyright span br {
    display: none;
}

.form-simple-content__form button {
    /* width: 100%; */
}

@media (max-width:1439px) {
    .footer-awards>.row {
        gap: 5px;
    }

    .container {
        width: 1000px;
        padding-left: 20px;
        padding-right: 20px
    }

    .header {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .header__logo {
        /* width: 115px */
    }

    .header-list li {
        margin-right: 16px
    }

    .header-list li span {
        font-size: 16px
    }

    .header-contact>.row {
        display: none
    }

    .header-contact__button {
        display: block;
        margin-right: 65px
    }

    .hero {
        margin-top: 230px;
        margin-bottom: 115px
    }

    .hero__title {
        margin-bottom: 12px
    }

    .hero__title h1 {
        font-size: 48px
    }

    .hero__descr {
        width: 440px;
        margin-bottom: 32px
    }

    .hero__descr span {
        font-size: 24px
    }

    .hero-image-left-top {
        width: 130px;
        height: 130px;
        top: -165px
    }

    .hero-image-left-center {
        width: 150px;
        height: 150px;
        left: -10px;
        border-radius: 24px;
        top: 15px;
    }

    .hero-image-left-bottom {
        top: 215px;
        width: 190px;
        height: 190px;
        left: 40px;
        border-radius: 24px
    }

    .hero-image-right-top {
        width: 150px;
        height: 150px;
        top: -130px;
        right: 10px;
        border-radius: 24px
    }

    .hero-image-right-top img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .hero-image-right-bottom {
        top: 158px;
        width: 230px;
        height: 230px;
        right: -8px;
        border-radius: 24px
    }

    .awards {
        margin-bottom: 140px
    }

    .awards-list {
        padding: 13.5px 15px;
        border-radius: 8px
    }

    .awards-list__item {
        margin-right: 20px;
        height: 46px
    }

    .promo-header {
        margin-bottom: 30px
    }

    .promo-header__title {
        text-align: left
    }

    .promo-header__title>span {
        display: block
    }

    .promo-header__title span {
        font-size: 32px
    }

    .promo-body {
        overflow: visible
    }

    .promo-body>.row {
        margin-bottom: 32px
    }

    .promo-body__media::after {
        padding-top: 130%
    }

    .promo-body__content {
        width: calc(100% - 32px);
        height: calc(100% - 40px);
        margin: 20px 16px
    }

    .promo-body__number span {
        font-size: 40px
    }

    .promo-body__title span {
        font-size: 20px
    }

    .reviews-header-logo {
        width: 51%
    }

    .reviews-slider {
        margin-bottom: 24px !important
    }

    .form-simple-content {
        padding: 55px 24px
    }

    .form-simple-content__form {
        width: 100%
    }

    .form-contacts__title {
        margin-bottom: 32px
    }

    .form-contacts__input {
        margin-bottom: 15px
    }

    .form-contacts__input input {
        width: 100%;
        padding: 16px 15px;
        font-size: 14px
    }

    .form-contacts__input input::-webkit-input-placeholder {
        font-size: 14px
    }

    .form-contacts__input input::-moz-placeholder {
        font-size: 14px
    }

    .form-contacts__input input:-ms-input-placeholder {
        font-size: 14px
    }

    .form-contacts__input input::-ms-input-placeholder {
        font-size: 14px
    }

    .form-contacts__input input::placeholder {
        font-size: 14px
    }

    .block__title span {
        font-size: 32px;
        line-height: 1.15
    }

    .projects-body__title span {
        font-size: 14px
    }

    .projects-body__icon {
        display: none
    }

    .contacts-wrapper {
        padding: 32px
    }

    .contacts-wrapper>.row {
        position: relative;
        padding-bottom: 40px
    }

    .contacts-descr__title {
        margin-bottom: 32px
    }

    .contacts-descr__title span {
        font-size: 32px
    }

    .contacts-connect__item {
        margin-bottom: 24px
    }

    .contacts-connect__text span {
        display: block
    }

    .contacts-form {
        padding: 20px
    }

    .contacts .form__submit {
        margin-bottom: 0
    }

    .contacts .form__policy {
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: left;
        line-height: .7
    }

    .contacts .form__policy span {
        display: inline
    }

    .map__title {
        text-align: left;
        width: 620px
    }

    .map-media {
        border-radius: 16px
    }

    .showroom-wrapper {
        border-radius: 24px;
        padding: 32px
    }

    .showroom-descr {
        margin-top: 20px
    }

    .showroom-descr__title>span {
        font-size: 32px
    }

    .showroom-descr__address span {
        display: block
    }

    .footer-logo {
        margin-bottom: 31px
    }

    .footer-menu li {
        margin-right: 30px
    }

    .footer-menu span {
        font-size: 18px;
        letter-spacing: -1px
    }

    .footer-awards__item {
        height: 37px
    }
}

@media (max-width:1024px) {
    .hero__background {
        height: 1100px;
        background-position: center;
        background-size: 2600px auto;
    }

    .hero__background-filter {
        height: 1100px;
    }

    .container {
        width: 800px
    }

    .hero-awards {
        width: 100%;
        flex-wrap: wrap;
        height: fit-content;
        padding: 0px 5px 10px;
        margin-top: 166px;
    }

    .hero-awards__item {
        width: 48.9%;
        
    }
    .hero-awards__item.google, .hero-awards__item.yelp {
        justify-content: flex-start;
    }
    .hero-awards__item.aplus, .hero-awards__item.facebook {
        justify-content: flex-end;
    }

    .button--big {
        padding: 12px 64px
    }

    .button--big span {
        font-size: 18px
    }

    .header-contact__button {
        margin-right: 10px
    }

    .hero {
        margin-bottom: 190px
    }

    .hero__title h1 {
        font-size: 36px
    }

    .hero__descr {
        width: 320px
    }

    .hero__descr span {
        font-size: 18px
    }

    .hero-image-left-top {
        width: 120px;
        height: 120px;
        top: -205px;
        left: 65px
    }

    .hero-image-left-center {
        width: 125px;
        height: 125px
    }

    .hero-image-left-bottom {
        width: 165px;
        height: 165px;
        left: 28px;
        bottom: -220px
    }

    .hero-image-right-top {
        width: 150px;
        height: 150px;
        top: -180px
    }

    .hero-image-right-bottom {
        width: 190px;
        height: 190px;
        bottom: -130px
    }

    .promo-header__title span {
        font-size: 28px
    }

    .promo-body>.row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .promo-body__item {
        width: calc(50% - 16px)
    }

    .reviews-header>.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .reviews-header-descr {
        width: 70%
    }

    .reviews-header-logo {
        margin-top: 20px;
        margin-right: 0;
        width: 100%;
        overflow: visible
    }

    .reviews-header-logo>.row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .reviews-header-logo__item {
        margin: 0
    }

    .certificates-descr {
        width: 50%
    }

    .footer-wrapper {
        position: relative
    }

    .footer-menu {
        margin-top: 40px
    }

    .footer-menu ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-menu li {
        width: 50%;
        margin-right: 0
    }

    .footer-menu li:first-child {
        margin-bottom: 16px
    }

    .footer-menu li:nth-child(2) {
        margin-bottom: 16px
    }

    .footer-contacts {
        margin-bottom: 75px
    }

    .footer-copyright {
        padding-top: 40px
    }

    .footer-awards {
        position: absolute;
        bottom: 127px;
        left: 0;
        width: 60%;
        margin-left: 0;
    }

    .footer-awards__item {
        margin-left: 0;
        height: 55px
    }
}

@media (max-width:830px) {
    .hero-awards {
        margin-top: 215px;
    }

    .hero-image-left-bottom {
        left: 30px;
    }

    .hero-awards__item {
        width: 47.9%;
    }

    .container {
        width: 740px
    }

    .header-contact__button {
        margin-right: 0
    }

    .hero-image-right-bottom {
        right: 0
    }

    .awards {
        margin-bottom: 26px
    }

    .awards__descr span {
        font-size: 16px
    }

    .form__submit button {
        font-size: 18px
    }

    .contacts-descr__title span {
        font-size: 28px
    }

    .contacts-connect__icon {
        width: 52px;
        height: 52px
    }

    .contacts-connect__text span {
        font-size: 16px
    }

    .footer-copyright {
        padding-top: 60px
    }

    .footer-awards {
        bottom: 120px
    }
}

@media (max-width:768px) {
    .header-wrapper>.row {
        justify-content: center;
    }

    .desktop-br {
        display: none;
    }

    .hero-awards__item {
        width: 51.5%;
        max-width: 125px;
    }

    .reviews-header {
        margin-bottom: 55px;
    }

    .block__descr {
        margin-top: 26px;
    }

    .block__descr span {
        line-height: 137%;
        letter-spacing: 0.1px;
    }

    .reviews-header-logo {
        margin-top: 49px;
        width: 93%;
        margin-left: 0;
    }

    .form-simple-content__input-group {
        margin-top: 8px;
        display: flex;
        flex-direction: column;
    }

    .form-simple-content {
        padding: 22px 11px 28px;
    }

    .form-simple-media {
        height: 220px;
    }

    .promo-body__item.last .promo-body__content {
        width: calc(100% - 48px);
        height: calc(100% - 52px);
        margin: 28px 24px 27px;
    }

    .form-simple-content__subtitle {
        font-family: 'Lato';
        text-align: center;
        letter-spacing: -0.8px;
    }

    .promo-body__item.last .promo-body__content .button {
        /* height: 44px; */
        /* width: 100%; */
    }

    .promo-body__item.last .promo-body__title {
        margin-bottom: 9px;
        line-height: 26px;
    }

    .promo-body__text span {
        font-size: 19px;
    }

    .promo-body__title {
        margin-bottom: 13px;
        letter-spacing: 0.08px;
    }

    .promo-body__title span {
        font-size: 25px;
    }

    .promo-body__content {
        width: calc(100% - 48px);
        height: calc(100% - 54px);
        margin: 28px 24px 27px;
    }

    .promo-body__item {
        height: 305px;
    }

    .promo-header {
        margin-bottom: 21px;
    }

    .promo {
        padding-top: 16px;
        margin-bottom: 0px !important;
    }

    .hero__background {
        height: 875px;
    }

    .hero__background-filter {
        height: 875px;
    }

    .hero-awards__item.yelp .hero-awards__logo {
        width: 28px;
        height: 28px;
        margin: 5px 0px 0px -3px;
    }

    .hero-awards__item.facebook .hero-awards__logo {
        margin: 2px -1px 0px 5px;
    }

    .hero-awards__item.google .hero-awards__logo {
        margin: 5px 3px 0px -3px;
        width: 25px;
        height: 25px;
    }

    .hero-awards__rating {
        display: flex;
    }

    .button--hero {
        height: 51px;
    }

    .hero__descr {
        margin-bottom: 30px;
    }

    .hero-awards__rating {
        margin-top: 2px;
    }

    .hero-awards__rating svg {
        margin-right: 2px;
    }

    .hero-awards__rating span {
        font-size: 11px;
    }

    .hero-awards__info {
        margin-left: 7px;
    }

    .hero-awards__logo {
        width: 31px;
        height: 31px;
        margin-top: 2px;
        margin-left: 2px;
    }

    .hero-awards__logo img {
        width: 100%;
        height: 100%;
    }

    .hero-awards__item .hero-awards__info .hero-awards__rating svg {
        width: 10px;
        height: 10px;
    }

    .hero-image-mobile {
        display: block;
        border-radius: 30px;
        position: relative;
        top: 0;
        margin-top: 30px;
        /* left: calc(50% - 139.5px); */
        /* left: calc(50% - 170px); */
        width: 100%;
        text-align: center;
    }

    .hero-wrapper {
        position: relative;
        top: 20px;
        display: flex;
        flex-direction: column-reverse;
    }

    .hero-awards {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        padding: 7px;
        justify-content: center;
        gap: 1px 10px;
        /* margin-top: 146px; */
        margin-top: 50px;
        border-radius: 8px;
    }

    .hero-awards__title {
        margin-top: 0;
        font-size: 10px;
    }

    .hero-awards__item {
        width: 48.5%;
        /* max-width: 130px; */
        padding: 7px;
    }

    .hero-awards__reviews {
        font-size: 8px;
        margin-top: 4px;
    }

    .hero-image-left-top {
        display: none;
    }

    .hero-image-right-top {
        display: none;
    }

    .container {
        width: 600px
    }

    .awards,
    .certificates,
    .contacts,
    .form-simple,
    .map,
    .projects,
    .promo,
    .reviews,
    .showroom {
        margin-bottom: 50px
    }

    .form-simple {
        padding-top: 10px;
        margin-bottom: 62px;
    }

    .certificates-slide__media {
        margin-bottom: 32px;
    }

    .reviews {
        padding-top: 0px;
        margin-bottom: 84px;
    }

    .header-wrapper {
        position: relative
    }

    .header-contact {
        display: none
    }

    .header__logo {
        z-index: 4
    }

    .header-burger {
        display: block
    }

    .header-menu {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 3;
        width: 100%;
        height: 100%;
        padding: 120px 20px 20px;
        background: #fff;
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease 0s
    }

    .header-menu.active {
        right: 0
    }

    .header-menu li {
        margin-bottom: 20px
    }

    .header-menu li span {
        font-size: 22px;
        display: inline-block
    }

    .header-list {
        width: 560px;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .hero {
        margin-bottom: 115px;
        margin-top: 0;
    }

    .hero-image-left-top {
        width: 150px;
        height: 150px;
        top: -180px;
        left: 100px
    }

    .hero-image-left-center {
        display: none
    }

    .hero-image-left-bottom {
        display: none
    }

    .hero-image-right-top {
        width: 150px;
        height: 150px;
        top: -260px;
        right: 80px
    }

    .hero-image-right-bottom {
        display: none
    }

    .form-simple-wrapper>.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form-simple-media {
        width: 100%
    }

    .form-simple-media::after {
        padding-top: 60%
    }

    .form-simple-content {
        width: 100%
    }

    .block__title span {
        font-size: 28px;
        letter-spacing: 0.2px;
    }

    .reviews-header-descr {
        width: 100%
    }

    .projects-body .eapps-instagram-feed-header-inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .projects-body .eapps-instagram-feed-posts-container {
        width: calc(100% + 16px);
        margin-left: -8px;
        overflow: hidden
    }

    .projects-body .eapps-instagram-feed-posts-item {
        padding: 8px
    }

    .projects-body .eapps-instagram-feed-posts-item a {
        border-radius: 16px;
        overflow: hidden
    }

    .projects-body .eapps-instagram-feed-posts-item-overlay {
        background: rgba(255, 255, 255, .8) !important
    }

    .projects-body .eapps-instagram-feed-posts-item-text {
        color: #000 !important
    }

    .projects-body .eapps-instagram-feed-posts-item-content {
        color: #000 !important
    }

    .projects-body .eapps-instagram-feed-posts-slider-nav {
        background: rgba(20, 181, 20, .8) !important
    }

    .certificates-wrapper {
        position: relative;
        padding-bottom: 88px
    }

    .certificates-wrapper>.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .certificates-descr {
        width: 100%;
        margin-bottom: 32px;
        margin-right: 0px;
    }

    .certificates-slider {
        width: 128%;
    }

    .certificates .block__descr {
        margin-bottom: 0
    }

    .certificates .button {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .contacts-wrapper {
        background: 0 0;
        padding: 0
    }

    .contacts-wrapper>.row {
        padding-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .contacts-descr {
        width: 100%;
        padding: 32px 20px;
        background: #f5f5f5;
        border-radius: 16px
    }

    .contacts-descr__title {
        font-size: 24px
    }

    .contacts-connect__icon {
        width: 36px;
        height: 36px;
        border-radius: 8px
    }

    .contacts-form {
        width: 100%;
        margin-bottom: 18px
    }

    .contacts .form__submit {
        margin-bottom: 20px
    }

    .contacts .form__policy {
        position: static;
        text-align: center
    }

    .map__title {
        width: auto
    }

    .map__title span {
        font-size: 24px
    }

    .map-media::after {
        padding-top: 90%
    }

    .showroom-wrapper {
        background: 0 0;
        padding: 0
    }

    .showroom-wrapper>.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .showroom-descr {
        width: 100%;
        padding: 32px 20px;
        background: #f5f5f5;
        border-radius: 16px
    }

    .showroom-descr__title {
        margin-bottom: 32px
    }

    .showroom-descr__title span {
        font-size: 24px
    }

    .showroom-media {
        width: 100%
    }

    .showroom-media::after {
        padding-top: 50%
    }

    .footer-wrapper>.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-wrapper .col {
        width: 100%
    }

    .footer {
        padding-top: 60px;
    }

    .footer .container {
        padding-top: 4px;
    }

    .footer-logo {
        margin-bottom: 32px;
    }

    .footer-logo__text span {
        font-size: 10.7px;
    }

    .footer-logo a {
        margin-bottom: 4px;
    }

    .footer-menu {
        position: absolute;
        top: 90px;
        left: 0
    }

    .footer-contacts {
        margin-top: 130px
    }

    .footer-awards {
        bottom: 134px;
        width: 75%;
    }

    .footer-awards>.row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer-awards__item {
        height: 40px;
        margin-bottom: 8px;
        margin-right: 8px
    }

    .footer-awards__item:nth-child(2) {
        width: 70%
    }

    .footer-awards__item img {
        -o-object-position: left;
        object-position: left
    }

    .footer-copyright {
        padding-top: 100px;
        margin-top: 34px;
    }

    .form-simple-content__form button {
        width: auto;
    }

}

@media (max-width:620px) {
    .footer-copyright span br {
        display: block;
    }

    .footer-awards {
        width: 90%;
    }

    .hero {
        margin-bottom: 75px;
    }

    .hero__title h1 {
        gap: 4px;
    }

    /*
    .hero-image-mobile {
        top: -305px;
    }
    */

    .container {
        width: 390px;
        padding-left: 0px;
        padding-right: 0px
    }

    /*
    .hero-wrapper {
        top: 120px;
    }
    */

    .hero__title h1>span {
        font-weight: 400;
        font-size: 23px;
        letter-spacing: -0.3px;
    }

    .hero__title h1>span>span {
        font-family: 'Lato';
        font-weight: 700;
        font-size: 23px;
        letter-spacing: -0.3px;
    }

    .header-list {
        width: 372px
    }

    .hero__title span {
        font-size: 28px
    }

    .hero__descr {
        width: 290px
    }

    .hero__descr span {
        font-size: 16px;
        line-height: 1.25;
    }

    .hero-image-left-top {
        left: 8px
    }

    .hero-image-right-top {
        right: 10px;
        top: -240px
    }

    .hero .button {
        /* width: 100% */
    }

    .awards-list {
        width: 100%
    }

    .awards-list__item {
        height: 36px;
        margin-right: 16px
    }

    .awards-list>.row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .promo-header__title span {
        font-size: 28px
    }

    .promo-body__item {
        width: 100%
    }

    .form-simple-content__title {
        margin-bottom: 12px
    }

    .form-simple-content__title span {
        font-size: 22px;
        line-height: 130%
    }

    .form-simple-content__input input {
        padding: 16px 10px 8px;
        font-size: 14px
    }

    .form-simple-content__input input::-webkit-input-placeholder {
        font-size: 14px
    }

    .form-simple-content__input input::-moz-placeholder {
        font-size: 14px
    }

    .form-simple-content__input input:-ms-input-placeholder {
        font-size: 14px
    }

    .form-simple-content__input input::-ms-input-placeholder {
        font-size: 14px
    }

    .form-simple-content__input input::placeholder {
        font-size: 14px
    }

    .form-contacts__title {
        margin-bottom: 12px
    }

    .form-contacts__title span {
        font-size: 22px;
        line-height: 115%
    }

    .form-contacts__input input {
        padding: 16px 10px 8px;
        font-size: 14px
    }

    .form-contacts__input input::-webkit-input-placeholder {
        font-size: 14px
    }

    .form-contacts__input input::-moz-placeholder {
        font-size: 14px
    }

    .form-contacts__input input:-ms-input-placeholder {
        font-size: 14px
    }

    .form-contacts__input input::-ms-input-placeholder {
        font-size: 14px
    }

    .form-contacts__input input::placeholder {
        font-size: 14px
    }

    .form__submit {
        margin-top: 20px;
        margin-bottom: 8px
    }

    .projects-wrapper {
        position: relative;
        padding-bottom: 88px
    }

    .projects .projects-button-container {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .certificates .button {
        width: 100%
    }

    .contacts-descr__title span {
        font-size: 24px
    }
}

@media (max-width:395px) {
    .footer-copyright> :first-child {
        margin-top: 37px;
    }

    .footer-awards>.row {
        margin-bottom: 38px;
        gap: 0px;
    }

    .footer-awards {
        width: 100%;
    }

    .promo {
        padding-top: 72px;
    }

    .hero-awards {
        /* margin-top: 241px; */
        gap: 1px 16px;
        padding: 5px;
    }

    /*
    .hero-wrapper {
        top: 188px;
    }
    */

    .form-simple-content__input {
        margin-bottom: 8px;
    }

    .form-simple-content__form {
        margin-top: 3px;
    }

    .header {
        padding-top: 17px;
        padding-bottom: 14px;
    }

    .header__logo {
        width: 95px;
    }

    .header-wrapper>.row {
        flex-direction: column;
    }

    /* .header__logo span {
        font-size: 6.3px;
    } */

    .container {
        width: 304px
    }

    .button--big {
        padding: 12px 50px
    }

    .header-list {
        width: 288px
    }

    
    .hero {
        margin-top: 0;
        margin-bottom: 30px
    }

    .hero__background {
        height: 775px;
    }

    .hero__background-filter {
        height: 775px;
    }

    .hero__title {
        margin-bottom: 16px
    }

    .hero__title span {
        font-size: 28px
    }

    .hero .button {
        /* width: 100% */
    }

    .awards__descr span {
        font-size: 14px
    }

    .awards-list {
        padding: 10px
    }

    .awards-list__item {
        height: 30px
    }

    .form-simple-content__title span {
        font-size: 20px
    }

    .footer-awards__item {}

    .footer-awards__item:nth-child(2) {
        width: 65%
    }

    .footer-copyright {
        padding-top: 111px;
    }
}

.popup__background,
.popup__bg {
    right: 0;
    top: 0
}

.popup__background,
.popup__bg,
.popup__bg-wrapper {
    left: 0;
    position: absolute
}

.popup,
.popup__bg,
.popup__picture img {
    height: 100%;
    width: 100%
}

.popup,
.popup__close svg,
.popup__form .wpcf7-form.submitting .popup__form-submit {
    pointer-events: none
}

.popup {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    opacity: 0;
    background: rgba(31, 31, 31, .8);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup--active {
    pointer-events: all;
    opacity: 1
}

.popup--thanks {
    position: relative;
    background: 0 0
}

.popup__container {
    position: relative;
    margin: auto;
    padding: 0 20px
}

.popup__container--thanks {
    padding-top: 81px
}

.popup__form-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    max-width: 400px;
    margin: 0 auto 22px;
    padding-right: 20px;
    text-align: center
}

.popup__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: 994px;
    border-radius: 20px;
    background-color: #fff
}

.popup__wrapper--success {
    max-width: 500px;
    border-radius: 8px
}

.popup__bg-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(31, 31, 31, .5)
}

.popup__bg {
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.popup__picture {
    overflow: hidden;
    width: 100%;
    max-width: 477px;
    border-radius: 20px
}

.popup__picture img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.popup__form {
    width: 100%;
    max-width: 517px;
    padding: 60px 30px 32px 21px
}

.popup__form-fieldset {
    padding-right: 34px;
    padding-left: 19px
}

.popup__form-field {
    margin-bottom: 17px
}

.popup__form-submit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: unset;
    margin: 20px auto 0;
    padding: 12px 30px 13px
}

.popup__form-policy {
    margin-top: 14px;
    padding-right: 10px;
    padding-left: 0;
    text-align: center
}

.popup__form-policy svg {
    margin-right: 4px
}

.popup__form-text {
    margin-top: 11px;
    letter-spacing: .007em
}

.popup__close {
    position: absolute;
    top: 13px;
    right: 13px;
    padding: 7px;
    cursor: pointer;
    border: none;
    outline: 0;
    background-color: transparent
}

.popup__close svg {
    width: 16px;
    height: 16px;
    fill: #333
}

.popup__success {
    position: relative;
    padding: 64px 72px 50px
}

.popup__success-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 12px;
    text-align: center
}

.popup__success-subtitle {
    font-size: 21px;
    font-weight: 900;
    line-height: 22px;
    margin-bottom: 16px;
    text-align: center
}

.popup__success-text {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center
}

.popup__success-phone {
    width: 100%;
    max-width: 195px;
    margin: 0 auto
}

.popup__success-phone a {
    padding: 13px 0;
    text-decoration: none
}

.popup__success-insta {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 38px auto 0
}

.popup__success-insta-title {
    font-size: 21px;
    font-weight: 900;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup__success-insta-title span {
    padding-bottom: 6px
}

.popup__success-insta-title svg {
    width: 119px;
    height: 34px;
    margin-left: 6px
}

.popup__success-insta-link {
    width: 100%;
    max-width: 195px;
    margin: 6px auto 0
}

.popup__success-insta-link a {
    padding: 11px 0;
    text-decoration: none
}

.popup__success-insta-link a svg {
    width: 28px;
    height: 28px;
    margin-left: 6px
}

.popup__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column
}

.popup__title {
    font-family: Lato;
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    color: #14b514
}

.popup__subtitle {
    font-family: Lato;
    font-size: 17px;
    font-weight: 900;
    font-style: normal;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #333
}

.popup__list li,
.popup__text {
    font-family: Lato;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
    margin-bottom: 5px;
    color: #333
}

.popup__list li {
    padding-left: 17px
}

.popup__list li::before {
    font-size: 16px;
    position: relative;
    top: 0;
    left: -17px;
    display: block;
    max-width: 0;
    max-height: 0;
    content: '•';
    color: #30cc5c
}

.popup__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup__image img {
    width: 100%
}

@media (max-width:1023px) {
    .popup__wrapper {
        width: 100%;
    }

    .popup__image {
        margin-top: 40px;
        padding: 10px
    }
}

@media (max-width:767px) {
    .certificates-arrow--prev {
        left: 41px;
    }

    .certificates-arrow--next {
        right: 41px;
    }

    .popup__container {
        padding: 0 11px
    }

    .popup__container--thanks {
        padding-top: 65px
    }

    .popup__wrapper {
        flex-direction: column;
        max-width: 380px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column
    }

    .popup__picture,
    .popup__wrapper--text {
        max-width: unset
    }

    .popup__title {
        text-align: left
    }

    .popup__info {
        padding: 30px
    }

    .popup__picture {
        height: 211px
    }

    .popup__form {
        margin: 0 auto;
        padding: 20px 12px 40px
    }

    .popup__form-title {
        font-size: 30px;
        line-height: 120%;
        margin: 0 auto 15px;
        padding-right: 0
    }

    .popup__form-fieldset {
        padding: 0 20px
    }

    .popup__form-text {
        padding: 0 15px
    }

    .popup__form-field {
        margin-bottom: 7px
    }

    .popup__success {
        padding: 56px 15px 53px
    }

    .popup__success-title {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 13px
    }

    .popup__success-subtitle {
        margin-bottom: 13px
    }

    .popup__success-text {
        line-height: 22px;
        margin-bottom: 21px
    }
}

@media (max-width:392px) {
    .popup__success-text br {
        display: none;
    }
        .header__logo span {
        font-size: 6px;
    }
}

@media (max-width:391px) {
    .popup__picture {
        height: 169px
    }

    .popup__form {
        padding: 20px 9px
    }

    .popup__form-fieldset {
        padding: 0 5px
    }

    .popup__info {
        padding: 30px 20px
    }
}

@media (max-width:320px) {
    .popup__container--thanks {
        padding-top: 30px;
    }
    .popup__success {
        padding: 56px 0 53px;
    }
    .popup__success-text {
        margin-bottom: 30px;
    }
    .popup__background img {
        max-width: 120%;
        margin-left: -30px;
        margin-top: 3px;
    }
}

@font-face {
    font-family: Lato;
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/lato-200.woff2') format('woff2'), url('./fonts/lato-200.ttf') format('truetype')
}

@font-face {
    font-family: Lato;
    font-weight: 250;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/lato-250.woff2') format('woff2'), url('./fonts/lato-250.ttf') format('truetype')
}

@font-face {
    font-family: Lato;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/lato-300.woff2') format('woff2'), url('./fonts/lato-300.ttf') format('truetype')
}

@font-face {
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/lato-400.woff2') format('woff2'), url('./fonts/lato-400.ttf') format('truetype')
}

@font-face {
    font-family: Lato;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/lato-500.woff2') format('woff2'), url('./fonts/lato-500.ttf') format('truetype')
}

@font-face {
    font-family: Lato;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/lato-600.woff2') format('woff2'), url('./fonts/lato-600.ttf') format('truetype')
}

@font-face {
    font-family: Lato;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/lato-700.woff2') format('woff2'), url('./fonts/lato-700.ttf') format('truetype')
}

@font-face {
    font-family: Lato;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/lato-800.woff2') format('woff2'), url('./fonts/lato-800.ttf') format('truetype')
}

@font-face {
    font-family: Lato;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/lato-900.woff2') format('woff2'), url('./fonts/lato-900.ttf') format('truetype')
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/roboto-400.woff2') format('woff2'), url('./fonts/roboto-400.ttf') format('truetype')
}

.form-simple-content__input-group {
    display: flex;
}

.form-simple-content__input-group .form-simple-content__input {
    width: calc(50% - 5px);
}

@media (max-width:768px) {
    .form-simple-content__input-group .form-simple-content__input {
        width: 100%;
    }
}

.form-simple-content__input-group .form-simple-content__input:first-child {
    margin-right: 10px;
}

.row--spaceb {
    justify-content: space-between;
}

.footer .col-40 {
    width: 40%;
}