@charset "UTF-8";

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

ul,
ol {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

ul[class] {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

a {
    text-decoration: none;
    color: #000;
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/Montserrat-ExtraBold.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/Montserrat-Bold.woff") format("woff");
}

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

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/Montserrat-Regular.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/Montserrat-Light.woff") format("woff");
}

@font-face {
    font-family: "icomoon";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/icomoon.woff") format("woff");
}

[class^=icon-],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-arrow-2:before {
    content: "\e900";
}

.icon-arrow-drop:before {
    content: "\e901";
}

.icon-arrow-slider:before {
    content: "\e902";
}

.icon-arrow:before {
    content: "\e903";
}

.icon-basket-2:before {
    content: "\e904";
}

.icon-basket:before {
    content: "\e905";
}

.icon-check:before {
    content: "\e906";
}

.icon-favorite:before {
    content: "\e907";
}

.icon-inst:before {
    content: "\e908";
}

.icon-map-point:before {
    content: "\e909";
}

.icon-search:before {
    content: "\e90a";
}

.icon-tg:before {
    content: "\e90b";
}

.icon-vk:before {
    content: "\e90c";
}


body {
    font-family: "Montserrat";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

@media only screen and (max-width: 576px) {
    body {
        font-size: 14px;
    }
}

body:after {
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(42, 47, 63, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}

body.fixed {
    overflow: hidden;
}

body.fixed:after {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    position: fixed;
}

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

.container {
    width: 100%;
    /*padding-right: 15px;
  padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    /*
  width: vw(1496);
  max-width: 100%;
  margin: 0 auto;
  @include media("max", "md2") {
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
  }*/
    /*   @include media('min', 'md7') {
    max-width: 1350px;
  }

  @include media('min', 'md8') {
    max-width: 1496px;
  } */
}

@media only screen and (min-width: 320px) {
    .container {
        max-width: none;
    }
}

@media only screen and (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media only screen and (min-width: 1236px) {
    .container {
        max-width: 1216px;
    }
}

@media only screen and (max-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.wrapper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
}

.wrapper-container__left-menu {
    width: 23rem;

    ::-webkit-scrollbar {
        display: none;
    }
}

@media only screen and (max-width: 1236px) {
    .wrapper-container__left-menu {
        display: none;
    }
}

.wrapper-container__main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.main-container {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 10px;
}

.footer-container {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 10px;
}

@media (min-width: 1024px) {
    .main-container {
        padding: 0 20px;
    }
}

body {
    margin: 0;
    line-height: normal;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

a {
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

a:hover {
    color: #009254;
}

button {
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

button:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #ffffff;
    background-color: #8d97b0;
}

.btn_callback {
    background: #ffffff;
    border-radius: 23px;
    border: none;
    color: #989eae;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

.btn_callback:hover {
    background: #30343d;
}

.btn_has-icon {
    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;
    gap: 9px;
    padding: 12px 10px;
}

.btn_has-icon i {
    font-size: 21px;
    color: inherit;
}

.btn_wide {
    width: 100%;
}

.left-menu__location {
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .left-menu__location {
        margin-bottom: calc(15px + 15 * ((100vw - 400px) / 800));
    }
}

.left-menu__body {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .left-menu__body {
        margin-top: calc(20px + 20 * ((100vw - 400px) / 800));
    }
}

.left-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
}

.left-menu__item:not(:last-child) {
    margin-bottom: 27px;
}

@media (max-width: 1200px) {
    .left-menu__item:not(:last-child) {
        margin-bottom: calc(16px + 11 * ((100vw - 400px) / 800));
    }
}

.left-menu__icon-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26px;
}

.left-menu__item-text {
    font-size: 15px;
    font-weight: 600;
}

.left-menu__footer {
    margin-top: 48px;
}

@media (max-width: 1200px) {
    .left-menu__footer {
        margin-top: calc(20px + 28 * ((100vw - 400px) / 800));
    }
}

.left-menu__footer a + a {
    display: inline-block;
    margin-top: 16px;
}

.left-menu__contacts {
    margin-top: 48px;
}

@media (max-width: 1200px) {
    .left-menu__contacts {
        margin-top: calc(20px + 28 * ((100vw - 400px) / 800));
    }
}

.left-menu__phone {
    font-size: 21px;
    font-weight: 600;
}

.left-menu__mail {
    font-size: 14px;
    font-weight: 500;
}

.left-menu__info {
    margin-top: 54px;
}

@media (max-width: 1200px) {
    .left-menu__info {
        margin-top: calc(22px + 32 * ((100vw - 400px) / 800));
    }
}

.left-menu__info a {
    font-weight: 700;
}

.left-menu a {
    color: #ffffff;
}

.box {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 25px 20px 20px;
    border-radius: 0 0 30px 0;
    /* background: #009254; */
    background: #363636;
    color: #fff;
    width: 23rem;
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
}

.header {
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px 0 28px;
}

.header_main {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 700px) {
    .header_main {
        background: #FFFFFF;
    }

    .header {
        min-height: 70px;
        padding: 0 20px 0 20px;
    }
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
}

@media (max-width: 1200px) {
    .header__nav {
        -webkit-column-gap: calc(10px + 26 * ((100vw - 400px) / 800));
        -moz-column-gap: calc(10px + 26 * ((100vw - 400px) / 800));
        column-gap: calc(10px + 26 * ((100vw - 400px) / 800));
    }
}

@media (max-width: 700px) {
    .header__nav {
        display: none;
    }

}

.header__nav-link {
    font-size: 20px;
    font-weight: 600;
    color: #8c92a3;
}

.header__nav-link-on_main {
    color: #fff;
}

.header__activity {
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    display: flex;
    gap: 16px;
}

.header__activity-item {
    border: 2px solid;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
}

.header__activity-item .icon {
    font-size: 19px;
}

.header__activity-item:hover {
    color: #009254;
}

@media screen and (max-width: 700px) {
    .header__activity-item {
        color: #8D97B0;
    }

    .header-favorite {
        display: none;
    }

    /*.header__search-mobile-btn {
        color: #8D97B0 !important;
    }*/
}

.header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border: 2px solid #ffffff;
    border-radius: 30px;
}

@media only screen and (max-width: 1236px) {
    .header__search {
        display: none;
    }
}

.header__search-input {
    background: inherit;
    border: none;
    margin-left: 16px;
    font-size: 16px;
    font-weight: 600;
    min-height: 36px;
    outline: none;
}

.header__search-input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.header__search-input::-moz-placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.header__search-input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.header__search-input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.header__search-input::placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.header__search-btn {
    background: inherit;
    border: none;
    cursor: pointer;
    padding-right: 16px;
    color: #ffffff;
}

.header__search-btn:hover {
    color: #009254;
}

.header__search-mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid;
    color: #ffffff;
    background: inherit;
    cursor: pointer;
}

.header__search-mobile-btn .icon {
    font-size: 19px;
}

.header__search-mobile-btn:hover {
    color: #009254;
}

@media only screen and (min-width: 1236px) {
    .header__search-mobile-btn {
        display: none;
    }
}

.footer {
    background-color: #111111;
    padding-top: 73px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 30px;

}

.footer_from_btn {
    background: #fff;
    color: #000 !important;
    padding: 10px;
    border-radius: 20px;

}

.footer__text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.footer__logo-image {
    margin-bottom: 5px;
}

.footer__link {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

.footer__global-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    column-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 110px;
}

.footer__list {
    padding-top: 19px;
}

.footer__item--indent {
    margin-bottom: 55px;
}

.footer__item--distance {
    margin-bottom: 14px;
}

.footer__item--length {
    margin-bottom: 33px;
}

.footer__item--spacing {
    margin-bottom: 30px;
}

.footer__copyright-text {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.footer__social-link {
    background-color: #ffffff;
    width: 42px;
    height: 42px;
    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;
}

.footer__social-link:hover {
    background-color: #009254;
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    column-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 150px;
}

.footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 879px;
}

@media screen and (max-width: 580px) {
    .footer__list:nth-child(1) {
        display: none;
    }

    .footer__list:nth-child(2) {
        display: none;
    }

    .footer_from_btn {
        display: none;
    }

    .footer__copyright-text:nth-child(2) {
        order: 2;
    }

    .footer__copyright-text:nth-child(1) {
        order: 1;
    }

    .footer__social {
        margin-bottom: 20px;
    }

    .footer__link {
        font-size: 21px;
        color: #888888;
    }

    .footer__item--distance {
        a {
            color: #ffffff !important;
        }
    }

    .footer__text {
        color: #888888;
    }

    .footer__global-wrapper {
        margin-bottom: 46px;
    }

    .footer__copyright-text {
        color: #888888;
    }

    .footer__item:nth-child(3) {
        a {
            font-size: 15px;

        }
    }
}

.icon-vk,
.icon-inst,
.icon-tg {
    color: #a3a9b6;
}

.icon-inst {
    font-size: 24px;
}

/* checkbox */
input[type=checkbox]:checked,
input[type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type=checkbox]:checked + label,
input[type=checkbox]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 2.125rem;
    padding: 2px 0 3px 2.125rem;
    cursor: pointer;
    font-size: 1rem;
}

input[type=checkbox].input-checkbox:checked + label:before,
input[type=checkbox].input-checkbox:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.3125rem;
    background-color: inherit;
}

input[type=checkbox].input-checkbox:checked + label:after,
input[type=checkbox].input-checkbox:not(:checked) + label:after {
    position: absolute;
    content: "\e91b";
    font-family: "icomoon" !important;
    left: 0px;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.3125rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    background: #009254;
    -webkit-transition: color 0.4s, background 0.4s;
    -o-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

input[type=checkbox].input-checkbox:not(:checked) + label:after {
    opacity: 0;
}

input[type=checkbox].input-checkbox:checked + label:after {
    opacity: 1;
}

/* checkbox */
/* text field */
.text-field__label {
    display: block;
    margin-bottom: 0.25rem;
}

.text-field__input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #000;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.text-field__textarea {
    resize: vertical;
}

.text-field__input::-webkit-input-placeholder {
    color: #212529;
    opacity: 0.4;
}

.text-field__input::-moz-placeholder {
    color: #212529;
    opacity: 0.4;
}

.text-field__input:-ms-input-placeholder {
    color: #212529;
    opacity: 0.4;
}

.text-field__input::-ms-input-placeholder {
    color: #212529;
    opacity: 0.4;
}

.text-field__input::placeholder {
    color: #212529;
    opacity: 0.4;
}

.text-field__input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #009254;
    outline: 0;
}

.text-field_gray .text-field__input {
    background-color: #f5f5f9;
}

.text-field .icon {
    position: absolute;
    top: 26px;
    right: 16px;
    color: #000;
    font-size: 20px;
}

@media only screen and (max-width: 576px) {
    .text-field .icon {
        top: 23px;
        right: 5px;
        font-size: 16px;
    }
}

.text-field .icon-warning-triangle {
    color: #009254;
}

.text-field .icon-check-circle {
    color: #12b76a;
}

.text-field__input_warning {
    -webkit-box-shadow: 0px 0px 0px 1px #009254;
    box-shadow: 0px 0px 0px 1px #009254;
}

.text-field__input_success {
    -webkit-box-shadow: 0px 0px 0px 1px #12b76a;
    box-shadow: 0px 0px 0px 1px #12b76a;
}

.text-field__input[type=search]::-webkit-search-decoration,
.text-field__input[type=search]::-webkit-search-cancel-button,
.text-field__input[type=search]::-webkit-search-results-button,
.text-field__input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.text-field__input:disabled,
.text-field__input[readonly] {
    background-color: #f5f5f5;
    opacity: 1;
}

/* with floating label */
.text-field_floating {
    position: relative;
    width: 100%;
}

.text-field_floating .text-field__input {
    height: calc(3.25rem + 2px);
    line-height: 100%;
    padding: 0.5625rem 1rem;
    border-radius: 12px;
    border: 1px;
}

@media only screen and (max-width: 576px) {
    .text-field_floating .text-field__input {
        height: calc(2.75rem + 2px);
    }
}

.text-field_floating textarea.text-field__input {
    height: calc(11.1875rem + 2px);
}

.text-field_floating .text-field__label {
    position: absolute;
    top: 0.5625rem;
    left: 1rem;
    height: auto;
    padding: 0.3125rem 0;
    pointer-events: none;
    border: 1px solid transparent;
    font-size: 18px;
    color: #9b9b9b;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.15s ease-in-out, font-size 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, font-size 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, font-size 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, font-size 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, font-size 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    margin: 0;
}

@media only screen and (max-width: 576px) {
    .text-field_floating .text-field__label {
        font-size: 1rem;
    }
}

.text-field_floating .text-field__input::-moz-placeholder {
    color: transparent;
}

.text-field_floating .text-field__input::-webkit-input-placeholder {
    color: transparent;
}

.text-field_floating .text-field__input:-ms-input-placeholder {
    color: transparent;
}

.text-field_floating .text-field__input::-ms-input-placeholder {
    color: transparent;
}

.text-field_floating .text-field__input::placeholder {
    color: transparent;
}

.text-field_floating .text-field__input:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.text-field_floating .text-field__input:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.text-field_floating .text-field__input:focus,
.text-field_floating .text-field__input:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.text-field_floating .text-field__input:not(:-moz-placeholder-shown) ~ .text-field__label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-10px) translateX(0.15rem);
    font-size: 0.75rem;
}

.text-field_floating .text-field__input:not(:-ms-input-placeholder) ~ .text-field__label {
    opacity: 0.65;
    -ms-transform: scale(0.85) translateY(-10px) translateX(0.15rem);
    transform: scale(0.85) translateY(-10px) translateX(0.15rem);
    font-size: 0.75rem;
}

.text-field_floating .text-field__input:focus ~ .text-field__label,
.text-field_floating .text-field__input:not(:placeholder-shown) ~ .text-field__label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-10px) translateX(0.15rem);
    -ms-transform: scale(0.85) translateY(-10px) translateX(0.15rem);
    transform: scale(0.85) translateY(-10px) translateX(0.15rem);
    font-size: 0.75rem;
}

/* text field */
/*file*/
.file-upload input[type=file],
.file-upload input[type=submit],
.submit input[type=file],
.submit input[type=submit] {
    display: none;
}

.file-upload span {
    cursor: pointer;
    line-height: 1rem;
    color: #009254;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.file-upload .icon {
    font-size: 24px;
    margin-right: 10px;
}

/*file*/
.form-wrapper {
    width: 100%;
}

.form-inner_size-s {
    max-width: 684px;
}

.form-inner__title {
    font-size: 2rem;
    font-weight: 600;
}

@media only screen and (max-width: 1236px) {
    .form-inner__title {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 576px) {
    .form-inner__title {
        font-size: 1.25rem;
    }
}

.form-inner__desc {
    margin-top: 0.6875rem;
    margin-bottom: 1.875rem;
    line-height: 150%;
}

@media only screen and (max-width: 1236px) {
    .form-inner__desc {
        margin-right: 1.25rem;
    }
}

@media only screen and (max-width: 576px) {
    .form-inner__desc {
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 400;
        margin: 10px 0 9px;
    }
}

.form-inner__row:not(:last-of-type) {
    margin-bottom: 0.9375rem;
}

.form-inner__row_grid-col2 {
    display: grid;
    grid-template: 1fr/repeat(2, 1fr);
}

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

.form-inner__privacy {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
}

@media only screen and (max-width: 576px) {
    .form-inner__privacy {
        display: none;
    }
}

.form-inner__privacy a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: -webkit-text-decoration 0.4s;
    transition: -webkit-text-decoration 0.4s;
    -o-transition: text-decoration 0.4s;
    transition: text-decoration 0.4s;
    transition: text-decoration 0.4s, -webkit-text-decoration 0.4s;
}

.form-inner__privacy a:hover {
    color: inherit;
    text-decoration: none;
}

.cebab-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 1.3125rem;
}

@media only screen and (max-width: 992px) {
    .cebab-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cebab-form__form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    gap: 10px 15px;
}

@media only screen and (max-width: 992px) {
    .cebab-form__form-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .cebab-form__form-wrapper .btn {
        width: 100%;
    }
}

/* standart form */
textarea {
    resize: vertical;
}

.form_light .form__privacy,
.form_light .form__privacy a {
    color: rgba(255, 255, 255, 0.6);
}

.form__title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 1.25rem;
}

.form__row {
    margin: 0.9375rem 0;
}

.form__row:first-child {
    margin-top: 0;
}

.form__row_3el,
.form__row_2el {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9375rem 0.9375rem;
}

.form__row_2el {
    grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 576px) {
    .form__row_2el {
        grid-template-columns: 1fr;
    }
}

.form__row_blog-form {
    display: grid;
    grid-template-columns: 21.8% 21.8% 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.9375rem;
}

@media only screen and (max-width: 768px) {
    .form__row_blog-form {
        grid-template-columns: 1fr;
    }
}

.form__footer {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem 1.25rem;
}

@media only screen and (max-width: 576px) {
    .form__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form__footer .btn {
        width: 100%;
    }
}

.form__privacy {
    font-size: 0.75rem;
    font-weight: 400;
    color: #abaab4;
    max-width: 250px;
}

.form__privacy a {
    color: #abaab4;
}

.form__privacy a:hover {
    color: #009254;
}

/* standart form */
.check-wrapper {
    margin-top: 0.5625rem;
}

.recall-banner_dark .btn_dark {
    background: #009254;
}

.accordion__item {
    border-radius: 0.625rem;
}

.accordion__item:not(:last-of-type) {
    margin-bottom: 0.9375rem;
}

@media only screen and (max-width: 576px) {
    .accordion__item:not(:last-of-type) {
        margin-bottom: 0.625rem;
    }
}

.accordion__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.875rem 3.375rem 1.875rem 1.875rem;
    font-size: 1.125rem;
    border-radius: 0.625rem;
    cursor: pointer;
}

@media only screen and (max-width: 576px) {
    .accordion__header {
        padding: 1.25rem 3.75rem 1.25rem 1.25rem;
        font-size: 0.875rem;
    }
}

.accordion__header::after {
    position: absolute;
    content: "\e902";
    font-family: "icomoon" !important;
    right: 1.875rem;
    top: 50%;
    margin-top: -12px;
    width: 0.9375rem;
    height: 0.625rem;
    font-size: 0.5625rem;
    line-height: 0.5625rem;
    font-weight: 500;
    color: #009254;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 0 0 0.625rem 0.625rem;
    padding: 0 1.875rem 1.875rem 1.875rem;
    line-height: 150%;
}

@media only screen and (max-width: 576px) {
    .accordion__content {
        padding: 0 1.25rem 1.25rem 1.25rem;
    }
}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}

.accordion__item_show .accordion__header {
    border-radius: 0.625rem 0.625rem 0 0;
}

/* main-slider */
.main-slider {
    /*margin-top: -100px;*/
}

.main-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
   min-height: 757px;
    height: 100%;
    background-size: contain;

    position: relative;
    background-position-y:50% !important;
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 10px;

    background: url('/local/templates/dverum/assets/images/backround-banner.jpg') 50% no-repeat !important;
    background-size: cover !important;



}

.main-slider__item-img{
    
}


.header__logo {
    display: none;
}


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

    .main-slider__item {
        width: 100%;
        min-height: 527px;

    }

    .header__logo {
        display: block;
    }
}

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

    .main-slider__item{
        height: 400px;
    }
}
.main-slider__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 40px 40px;
    position: relative;
}

.main-slider__info {
    max-width: 750px;
}

.main-slider__title {
    font-size: 50px;
    line-height: 135%;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.15);
    color: #ffffff;
    border-radius: 30px;
    padding: 0 15px;
}

.main-slider__footer {
    margin-top: 25.958333vh;
}

@media screen and (max-width: 30vh) {
}

.main-slider__price {
    display: inline-block;
    padding: 12px 20px;
    font-size: 22px;
    font-weight: 600;
    color: #504e4e;
    background: #ffffff;
    border-radius: 25px;
    margin-right: 8px;
}

.main-slider__btn {
    display: inline-block;
    padding: 10px 18px;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    background: inherit;
    border-radius: 25px;
    border: 2px solid #ffffff;
    cursor: pointer;
    -webkit-transition: background 0.4s, border 0.4s;
    -o-transition: background 0.4s, border 0.4s;
    transition: background 0.4s, border 0.4s;
}

.main-slider__btn:hover {
    background: #009254;
    border-color: #009254;
}

.main-slider__link-wrapper {
    -ms-flex-item-align: center;
    align-self: center;

}

@media screen and (max-width: 1150px) {
    .main-slider__link-wrapper {
        position: absolute;
        top: 43%;
        right: 5%;
    }

}

@media screen and (max-width: 680px) {
    .main-slider__link-wrapper {
        position: absolute;
        top: 34%;
        right: 3%;
    }

    .main-slider__inner {
        padding: 20px 12px 30px 12px;
    }


}

.main-slider__link {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 170px;
    width: 270px;
    border-radius: 20px;
    padding: 10px;
}


@media screen and (max-width: 580px) {
    .main-slider__link {
        min-height: 140px;
        width: 230px;
    }

}

.main-slider__link::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: url("/assets/images/play-icon.svg") no-repeat center;
    border-radius: 20px;
}

.main-slider__link::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 42px;
    left: 25px;
    width: 10px;
    height: 10px;
    background: #009254;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.main-slider__link:hover::before {
    -webkit-transform: scale(57);
    -ms-transform: scale(57);
    transform: scale(57);
}

.main-slider__title-wrapper {
    max-width: 200px;
    z-index: 2;
}

@media screen and (max-width: 680px) {
    .main-slider__title {
        font-size: 30px;
    }
}

.main-slider__link-title {
    display: inline;
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
    color: #ffffff;
    background: #009254;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    border-radius: 30px;
    padding: 0 8px;
}

@media screen and (max-width: 1110px) {
    .main-slider__inner {
        display: flex;
    }
}

.slider-tabs__header {
    column-gap: 20px;
}

.slider-tabs__title {
    margin-top: 60px;

    color: #2c2e34;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 23px;

    position: relative;
}

.models {
    /* margin-top: 60px; */
    /* /* padding-top: 60px; */
    /* padding-bottom: 52px; */
}

.models__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 803px;
}

.models__link {
    color: #2c2e34;
    font-size: 20px;
    font-weight: 500;
}


@media screen and (max-width: 580px) {
    .models__link {
        font-size: 15px;

    }

}

.swiper-slide__text {
    color: #616980;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 14px;
    display: block;
}

.swiper-slide__price {
    color: #2c2e34;
    font-size: 23px;
    font-weight: 600;
    display: block;
}

.swiper-slide__link {
    background-color: #8d97b0;
    width: 42px;
    height: 42px;
    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;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 580px) {
    .swiper-slide__link {
        height: 30px;
        width: 30px;
    }

    .swiper-slide__price {
        font-size: 18px;
    }

}

.swiper-slide__link:hover {
    background-color: #009254;
}

.swiper-slide__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 370px;
}

@media screen and (max-width: 580px) {
    .swiper-slide__wrapper {
        flex-direction: column;
        align-items: start;
        row-gap: 15px;
    }
}

.swiper-slide__card {
    /*background-color: #e8ebef;*/
    border: 3px solid #e8ebef;
    padding: 82px 50px;
    /* padding: calc((1vh + 1vw) * 2.5) calc((1vh + 1vw) * 1.5); */
    border-radius: 20px;
    margin-bottom: 26px;
    max-width: 400px;
    min-height: auto;

    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide__button {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    background-color: #009254;
    border: 1px solid transparent;
    padding: 10px 17px;
    border-radius: 50px;
    position: absolute;
    top: 21px;
    left: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}

.swiper-slide__button:hover {
    border: 1px solid #009254;
    background-color: transparent;
}

.swiper-slide__button--bestseller {
    background-color: #8d97b0;
}

.swiper-slide__button--bestseller:hover {
    border: 1px solid #8d97b0;
    background-color: transparent;
}

.icon-basket-2 {
    color: #ffffff;
    font-size: 24px;
}

.slider-tabs__tab-item {
    background-color: transparent;
    width: 46px;
    height: 46px;
    border: 1px solid #8d97b0;
    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;
}

@media screen and (max-width: 580px) {
    .slider-tabs__tab-item {
        width: 35px;
        height: 35px;
    }
}

.swiper-button-lock {
    display: block !important;
}

.arrow-left {
    display: block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-arrow-slider {
    color: #8d97b0;
    font-size: 14px;
    padding: 10px;
}

@media screen and (max-width: 580px) {
    .icon-arrow-slider {
        font-size: 10px;

    }
}

.icon-arrow-slider:hover {
    color: #ffffff;
}

.slider-tabs__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 98px;
    margin-bottom: 10px;

    &.models {
    }
}

@media (min-width: 980px) {
    .slider-tabs__tabs {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 580px) {
    .slider-tabs__tabs {
        width: 78px;

        position: unset;
    }
}

.slider-tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 1576px;
    row-gap: 20px;
    margin-bottom: 20px;
}

.slider-tabs__header--indent {
    margin-bottom: 22px;
}

@media screen and (max-width: 580px) {
    .swiper-slide__card {
        padding: 36px 34px;
    }
}

.froze {
    padding-top: 100px;
}


@media (min-width: 1880px) {
    .froze {
        padding-top: 164px;
    }
}

.froze__link {
    display: block;
}

.froze__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px;
    width: 100%;
    column-gap: 10px;
    border-radius: 100px;

    background-color: #9fa8c0;

    img {
        width: 100%;
        max-width: 120px;
    }
}

.froze__text {
    color: #ffffff;
    font-size: 22px;
}

.froze__list {

    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

    width: 100%;
    max-width: 1581px;
    row-gap: 10px;

}

.froze__item {
    width: 100%;
    max-width: 320px;
}

@media screen and (max-width: 560px) {
    .froze__item {
        width: 100%;
    }
}

@media (max-width: 580px) {

    .slider-tabs__title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .models__wrapper {
        column-gap: 30px;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 15px;

    }

    .models__wrapper::-webkit-scrollbar {
        height: 5px;
        width: 2px;
    }

    .models__wrapper::-webkit-scrollbar-thumb {
        background: #888;

    }

    .models__wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .models__link {
        white-space: nowrap;
    }

    .models {
        padding-bottom: 20px;
    }

    .froze__wrapper {
        height: auto;
        align-items: center;
        min-width: 0px;
        padding: 14px;


        img {
            width: 100%;
            max-width: 140px;
        }

    }

    .froze {
        padding-top: 20px;

    }

    .froze__text {
        font-size: 19px;
    }

}

.action {
    padding-top: 150px;
}

.action__title {
    font-size: 50px;
    font-weight: 600;
}

.action__button {
    color: #8d97b0;
    font-size: 18px;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #8d97b0;
    border-radius: 50px;
    padding: 10px 15px;
    cursor: pointer;
}

.action__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.action__discount {
    position: absolute;
    top: 25px;
    left: 21px;
    color: #8c92a3;
    font-size: 18px;
    font-weight: 700;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 50px;
}

.action__brand {
    display: block;
    color: #009254;
    font-size: 22px;
    font-weight: 600;
    background-color: #ffffff;
    padding: 11px 17px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.action__price {
    display: block;
    color: #2c2e35;
    font-size: 22px;
    font-weight: 600;
    background-color: #ffffff;
    padding: 12px 21px;
    border-radius: 50px;
    max-width: 153px;
}

.action__box {
    position: absolute;
    bottom: 24px;
    left: 21px;
}

.action__slider {
    overflow-x: hidden;
}

.action {
    padding-top: 150px;
}


.action__button {
    color: #8d97b0;
    font-size: 18px;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #8d97b0;
    border-radius: 50px;
    padding: 10px 15px;
    cursor: pointer;
}

.action__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.action__discount {
    position: absolute;
    top: 25px;
    left: 21px;
    color: #8c92a3;
    font-size: 18px;
    font-weight: 700;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 50px;
}

.action__brand {
    display: block;
    color: #009254;
    font-size: 22px;
    font-weight: 600;
    background-color: #ffffff;
    padding: 11px 17px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.action__price {
    display: block;
    color: #2c2e35;
    font-size: 22px;
    font-weight: 600;
    background-color: #ffffff;
    padding: 12px 21px;
    border-radius: 50px;
    max-width: 153px;
}

.action__box {
    position: absolute;
    bottom: 24px;
    left: 21px;
}

.action__slider {
    overflow-x: hidden;
}

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

    .action {
        padding-top: 54px;
    }

    .choice {
        padding-top: 54px;
    }

    .action__title {
        font-size: 30px;
    }
}

/* /main-slider */
.choice {
    padding-top: 177px;
}

.choice__title {
    color: #2c2e34;
    font-size: 50px;
    font-weight: 600;
    max-width: 800px;
    margin-bottom: 21px;
}

.choice__description {
    color: #616980;
    font-size: 24px;
    font-weight: 400;
    max-width: 760px;
    margin-bottom: 39px;
}

.choice__subtitle {
    color: #009254;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 13px;
}

.choice__word {
    color: #8c92a3;
    font-size: 17px;
    font-weight: 500;
}

.choice__item {
    background-color: #eaeef7;
    border-radius: 30px;
    padding: 28px 18px;
}

.choice__image {
    margin-bottom: 146px;
}

.choice__list {
    display: grid;
    grid-template: 1fr / repeat(4, 1fr);
    max-width: 1578px;
    gap: 20px;
}

@media screen and (max-width: 1410px) {
    .choice__list {

        grid-template: 1fr / repeat(4, 1fr);
    }

    .choice__image {
        margin-bottom: 56px;
    }
}

@media screen and (max-width: 996px) {
    .choice__list {
        grid-template: 1fr / repeat(2, 1fr);
    }
}

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

    .choice {
        padding-top: 57px;
    }

    .choice__list {
        justify-content: center;
    }

    .choice__title {
        font-size: 30px;
    }

    .choice__description {
        font-size: 14px;
    }

    .choice__word {
        font-size: 10px;
    }

    .choice__subtitle {
        font-size: 12px;
    }

    .choice__image {
        margin-bottom: 36px;
        height: 40px;
    }

    .choice__item {
        padding: 15px 13px;
    }
}

.about-us {
    padding-top: 171px;
}

.about-us__title {
    color: #2c2e34;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 22px;
}

.about-us__description {
    color: #616980;
    font-size: 22px;
    font-weight: 400;
    max-width: 760px;
    margin-bottom: 36px;
}

.about-us__word {
    color: #616980;
    font-size: 22px;
    font-weight: 400;
    max-width: 760px;
    margin-bottom: 34px;
}

.about-us__number {
    color: #009254;
    font-size: 80px;
    font-weight: 600;
    display: block;

    white-space: nowrap;

}

.about-us__text {
    color: #7a839b;
    font-size: 16px;
    font-weight: 600;
    display: block;
    max-width: 120px;
}

.about-us__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 23px;
    margin-bottom: 47px;
}


@media screen and (max-width: 580px) {
    .about-us__list {
        grid-template-columns: repeat(3, 1fr);

        gap: 30px;
    }

    .about-us__number {
        font-size: 33px;
        line-height: 63px;
    }

    .about-us__text {
        font-size: 12px;
        line-height: 13px;
    }
}

.about-us__wrapper {

    display: flex;
    column-gap: 20px;
    row-gap: 32px;
    max-width: 1559px;
}


.about-us__image {
    max-width: 100%;
    height: auto;
    display: block;
}

.about-us__link {
    display: inline-block;
    color: #8d97b0;
    font-size: 20px;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #8d97b0;
    border-radius: 50px;
    padding: 11px 20px;
    cursor: pointer;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;


}

.about-us__link:hover {
    color: #ffffff;
    background-color: #8d97b0;
}


@media screen and (max-width: 1450px) {
    .about-us__wrapper {
        flex-wrap: wrap;
    }

    .about-us__box {
        width: 100%;
    }

    .about-us__box-image {
        width: 100%;
    }

    .about-us__image {
        width: 100%;
    }
}

@media (min-width: 680px) {
    .about-us__list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 580px) {
    .about-us {
        padding-top: 54px;
    }

    .about-us__description {
        font-size: 14px;
    }
}

.our-projects {
    padding-top: 150px;
}

.our-projects__title {
    color: #2c2e34;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 25px;
}

.our-projects__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1579px;
}

.our-projects__name {
    color: #009254;
    font-size: 20px;
    font-weight: 500;
}

.our-projects__image {
    margin-bottom: 20px;
}

.our-projects__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.our-projects__button {
    color: #8d97b0;
    font-size: 18px;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #8d97b0;
    border-radius: 50px;
    padding: 10px 15px;
    cursor: pointer;
}

.salon {
    padding-top: 155px;
}


.salon__title {
    color: #2c2e34;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 23px;
}

.salon__description {
    color: #3d4353;
    font-size: 22px;
    font-weight: 400;
    max-width: 740px;
    margin-bottom: 26px;
}

.salon__link {
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    background-color: #009254;
    padding: 14px 23px;
    border-radius: 5px;
}

.salon__box {
    width: 50%;
}

.salon__wrapper {
    display: flex;

    column-gap: 50px;
    align-items: center;
    max-width: 1580px;
    row-gap: 45px;

    img {

        width: 50%;
    }
}

@media screen and (max-width: 580px) {
    .salon__title {
        font-size: 30px;
    }

    .salon__description {
        font-size: 14px;
    }


}

.popular {
    padding-top: 148px;
}

.consultation {
    padding-top: 166px;
    padding-bottom: 172px;
    position: relative;
}

.consultation__box {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

@media (min-width: 1829px) {
    .consultation__box {
        display: block;
    }
}

.consultation__box-2 {
    display: none;
}

@media (min-width: 1840px) {
    .consultation__box-2 {
        display: block;
    }
}

.consultation__wrapper {
    background-color: #e3e8f5;
    padding: 73px 18px;
    border-radius: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-radius: 0 0 0 60px;
}

@media (min-width: 1840px) {
    .consultation__wrapper {
        padding: 74px 18px;
    }
}

@media (min-width: 1840px) {
    .consultation__img {
        position: absolute;
        top: -42px;
        left: 38px;
    }
}

.consultation__title {
    color: #2c2e34;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 71px;
}

.consultation__title--indent {
    margin-bottom: 37px;
}

@media (max-width: 580px) {
    .consultation__title {
        font-size: 30px;
        margin-bottom: 44px;
    }

    .consultation__field {
        font-size: 30px;
    }
}


.consultation__field {
    display: block;
    font-size: 28px;
    font-weight: 500;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9fa8c0;
    padding-bottom: 8px;
}

.consultation__field::-webkit-input-placeholder {
    color: #009254;
}

.consultation__field::-moz-placeholder {
    color: #009254;
}

.consultation__field:-ms-input-placeholder {
    color: #009254;
}

.consultation__field::-ms-input-placeholder {
    color: #009254;
}

.consultation__field::placeholder {
    color: #009254;
}

@media (min-width: 575px) {
    .consultation__field {
        font-size: 30px;
    }
}

.consultation__form-name {
    color: #7a839b;
    font-size: 13px;
    font-weight: 500;
}

.consultation__global-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 846px;
    margin-bottom: 62px;
}

.consultation__field--indent {
    width: 325px;
    margin-bottom: 50px;
    resize: none;
}

@media (min-width: 575px) {
    .consultation__field--indent {
        width: 350px;
    }
}

.consultation__button {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    background-color: #009254;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 16px 21px;
    cursor: pointer;
}

.consultation__button:hover {
    background-color: transparent;
    color: #009254;
    border: 1px solid #009254;
}

.consultation__checkbox {
    display: inline-block;
    width: 20px;
    /* задайте нужную ширину */
    height: 20px;
    /* задайте нужную высоту */
    left: -1px !important;
    bottom: 1px !important;
    position: relative !important;
}

.consultation__checkbox-name {
    position: relative;
    display: flex;
    align-items: center;


}

.consultation__small-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 916px;
}

.consultation__checkbox-name--indent {
    display: block;
    margin-bottom: 15px;
}

.consultation--indent {
    padding-top: 133px;
}

.slider-tabs__wrapper {
    overflow: hidden;
}

.product {
    padding-top: 72px;
}

@media (min-width: 820px) {
    .product__image-box {
        /*background-color: #e8ebef;*/
        width: 742px;
        padding: 85px 238px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 580px) {
    .swiper-slide__text {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .swiper-slide__text--indent {
        margin-bottom: 0px !important;
    }
}

.product__image-box {
    position: relative;
}

.product__button {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background-color: #009254;
    border: 1px solid transparent;
    padding: 10px 17px;
    border-radius: 50px;
    position: absolute;
    top: -47px;
    left: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    -webkit-transition: background 0.4s, border 0.4s;
    -o-transition: background 0.4s, border 0.4s;
    transition: background 0.4s, border 0.4s;
}

.product__button:hover {
    background: #ffffff;
    border-color: #009254;
}

@media (min-width: 820px) {
    .product__button {
        top: 18px;
        right: 18px;
        left: 84%;
    }
}

@media (max-width: 787px) {
    .wrapper {
        width: 100%;
        margin-bottom: 40px;
    }

    .consultation__field {
        width: 100%;
    }

    .consultation__global-wrapper {
        margin-bottom: 0px;
    }

    .consultation__small-wrapper {
        margin-bottom: 40px;
    }
}

.product__favorite {
    border: 2px solid;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 20px;
    color: #7a839b;
    cursor: pointer;
    margin-left: auto;
    margin-bottom: 6px;
}

.product__title {
    color: #111111;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 4px;
}

.product__vendor {
    color: #009254;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 43px;
}

.product__subtitle {
    color: #111111;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 29px;
}

.product__subtitle--indent {
    margin-bottom: 12px;
}

.product__link {
    color: #7a839b;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #7a839b;
    border-radius: 30px;
    padding: 13px 41px;
    -webkit-transition: border 0.4s;
    -o-transition: border 0.4s;
    transition: border 0.4s;
}

.product__link:hover {
    border: 2px solid #009254;
}

.product__link--size {
    padding: 13px 31px;
}

.product__list--breadth {
    max-width: 779px !important;
}

.product__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 574px;
    margin-bottom: 58px;
}

@media (max-width: 736px) {
    .product__list {
        row-gap: 35px;
    }
}

.product__color-list {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 400px;
    margin-bottom: 46px;
}

@media (max-width: 500px) {
    .product__color-list {
        row-gap: 15px;
    }
}

.product__color-item {
    margin-right: 10px;
    position: relative;
}

.product__color-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.product__color {
    display: none;
}

.product .color-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.product .color-selection-1 {
    background-color: #054642;
}

.product .color-selection-2 {
    background-color: #786b67;
}

.product .color-selection-3 {
    background-color: #c0c7cd;
}

.product .color-selection-4 {
    background-color: #978e8c;
}

.product .color-selection-5 {
    background-color: #b89142;
}

.product .color-selection-6 {
    background-color: #c19397;
}

.product .color-selection-7 {
    background-color: #e3d5c8;
}

.product__color:checked + .product__color-label::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 56px;
    height: 56px;
    border: 1px solid gray;
    border-radius: 50%;
}

.product__price {
    color: #2c2e34;
    font-size: 33px;
    font-weight: 500;
    display: block;
}

.product__old-price {
    color: #7a839b;
    font-size: 23px;
    font-weight: 500;
    display: block;
    text-decoration: line-through;
}

.product__small-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 284px;
}

.product__price-link {
    color: #009254;
    font-size: 18px;
    font-weight: 500;
    text-decoration-line: underline;
}

.product__price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

.product__buy {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    background-color: #009254;
    border: 1px solid transparent;
    padding: 18px 17px;
    border-radius: 5px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    margin-bottom: 33px;
}

.product__buy:hover {
    border: 1px solid #009254;
    background-color: transparent;
    color: #009254;
}

.product__global-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1513px;
}

@media (max-width: 1780px) {
    .product__global-wrapper {
        row-gap: 20px;
    }
}

.product__installment {
    color: #7a839b;
    font-size: 18px;
    font-weight: 500;
}

@media screen and (max-width: 580px) {
    .popular {
        padding-top: 54px;
    }
}

.icon {
    font-size: 24px;
}

.feature {
    padding-top: 77px;
}

.feature__link {
    color: #7a839b;
    font-size: 26px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.feature__link:hover {
    color: #3d4353;
}

.feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 760px;
    margin-bottom: 49px;
}

.feature__subtitle {
    color: #3d4353;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.feature__description {
    color: #616980;
    font-size: 18px;
    font-weight: 400;
    max-width: 600px;
}

.feature__unit {
    margin-bottom: 29px;
}

.feature__unit--indent {
    margin-bottom: 44px;
}

@media (min-width: 900px) {
    .feature__roster {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.kinds {
    padding-top: 77px;
}

.kinds__link {
    color: #7a839b;
    font-size: 26px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.kinds__link:hover {
    color: #3d4353;
}

.kinds__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 760px;
    margin-bottom: 49px;
}

.kinds__title {
    color: #252831;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
}

.kinds__name {
    color: #3d4353;
    font-size: 18px;
    font-weight: 400;
}

.kinds__global-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1378px;
    margin-bottom: 32px;
    border-bottom: 1px solid #dde0e7;
    padding-bottom: 8px;
}

@media (max-width: 990px) {
    .kinds__global-wrapper {
        row-gap: 10px;
    }
}

.kinds__global-wrapper:last-child {
    margin-bottom: 0;
}

.kinds__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 279px;
}

.kinds__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 680px;
}

@media (max-width: 440px) {
    .kinds__wrapp {
        row-gap: 10px;
    }
}

.kinds__unit {
    margin-bottom: 67px;
}

.catalog {
    padding-bottom: 79px;
}

.catalog__title {
    color: #2c2e34;
    font-size: 50px;
    font-weight: 600;
    padding-top: 70px;
    padding-bottom: 22px;
    border-bottom: 1px solid #bfc6da;
}

@media (max-width: 440px) {
    .catalog__title {
        font-size: 36px;
    }
}

.catalog__item {
    color: #616980;
    font-size: 15px;
    font-weight: 500;
}

.catalog__list {
    width: 180px;
    border-radius: 50px;
    padding: 12px 9px;
    border-radius: 50px;
    display: block;
}

.catalog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 26px;
    max-width: 1131px;
    row-gap: 20px;
    margin-bottom: 33px;
}

.catalog__popularity {
    color: #009254;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.catalog__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
    max-width: 271px;
    margin-bottom: 48px;
}

.catalog__roster {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 81px;

}

.catalog__page {
    font-size: 20px;
    font-weight: 600;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.catalog__page:hover {
    color: #ffffff;
    background-color: #8d97b0;
}

.catalog__page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 490px;
    margin: 0 auto;
    padding-top: 82px;
}

.catalog__arrow {
    padding: 10px;
}

.swiper-slide__text--indent {
    margin-bottom: 14px;
    display: block;
    max-width: 351px;
}

.projects {
    padding-bottom: 73px;
}

.projects__title {
    color: #2c2e34;
    font-size: 50px;
    font-weight: 600;
    padding-top: 70px;
    padding-bottom: 22px;
    border-bottom: 1px solid #bfc6da;
}

@media (max-width: 440px) {
    .projects__title {
        font-size: 36px;
    }
}

.projects__item {
    color: #616980;
    font-size: 15px;
    font-weight: 500;
}

.projects__list {
    width: 180px;
    border-radius: 50px;
    padding: 12px 9px;
    border-radius: 50px;
    display: block;
}

.projects__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 26px;
    max-width: 1131px;
    row-gap: 20px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 33px;
}

.projects__reset {
    width: 204px;
    padding: 12px 9px;
    border-radius: 50px;
    display: block;
    background-color: transparent;
    border: 1px solid #8d97b0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.projects__reset:hover {
    color: #ffffff;
    background-color: #8d97b0;
}

.projects__cross {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #e0e9fe;
    position: relative;
}

.projects__cross::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #616980;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.projects__cross::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #616980;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.projects__global-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    max-width: 1580px;
}

.projects__text {
    color: #009254;
    font-size: 20px;
    font-weight: 500;
}

.projects__image {
    display: block;
    margin-bottom: 20px;
}

.projects__roster {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1580px;
    row-gap: 75px;
}

.conditions {
    padding-top: 99px;
}

.conditions__title {
    color: #2c2e34;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 26px;
}

.conditions__description {
    color: #616980;
    font-size: 22px;
    font-weight: 400;
    max-width: 680px;
}

.conditions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1580px;
}

.conditions__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.conditions__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 80px;
}

.conditions__title {
    color: #2c2e34;
    font-size: 50px;
    font-weight: 600;
}

.gallery {
    padding-top: 94px;
}

.gallery__title {
    color: #2c2e34;
    font-size: 50px;
    font-weight: 600;
}

.gallery__slider {
    overflow-x: hidden;
}

.adress {
    padding-bottom: 79px;
}

.adress__title {
    color: #2c2e34;
    font-size: 50px;
    font-weight: 600;
    padding-top: 70px;
    padding-bottom: 22px;
    border-bottom: 1px solid #bfc6da;
}

@media (max-width: 440px) {
    .adress__title {
        font-size: 36px;
    }
}

.adress__item {
    color: #616980;
    font-size: 15px;
    font-weight: 500;
}

.adress__list {
    width: 180px;
    border-radius: 50px;
    padding: 12px 9px;
    border-radius: 50px;
    display: block;
}

.adress__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 26px;
    max-width: 625px;
    row-gap: 20px;
    margin-bottom: 33px;
}

.adress__list--indent {
    width: 242px;
}

.adress-list__title {
    color: #30343d;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 40px;
}

@media (max-width: 440px) {
    .adress-list__title {
        font-size: 36px;
    }
}

.adress-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 55px;
}

.adress-list__item {
    border-bottom: 1px solid #bfc6da;
    padding-bottom: 10px;
}

.adress-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    column-gap: 25px;
}

.adress-list__subtitle {
    color: #30343d;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 32px;
}

.adress-list__caption {
    color: #a3a9b6;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 13px;
}

.adress-list__street {
    color: #101010;
    font-size: 20px;
    font-weight: 500;
    display: block;
    max-width: 367px;
    margin-bottom: 26px;
}

.adress-list__mail {
    color: #009254;
    font-size: 20px;
    font-weight: 500;
    display: block;
}

.models-adress {
    padding-top: 86px;
}

.buyers {
    padding-top: 73px;
}

.buyers__title {
    color: #2c2e34;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
}

@media (max-width: 440px) {
    .buyers__title {
        font-size: 36px;
    }
}

.buyers__link {
    color: #009254;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #009254;
    border-radius: 30px;
    padding: 8px 26px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.buyers__link:hover {
    background-color: #009254;
    color: #ffffff;
}

.buyers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px;
    row-gap: 30px;
}

.buyers__line {
    border-bottom: 1px solid #bfc6da;
    padding-bottom: 48px;
}

.buyers__title--indent {
    margin-bottom: 0;
}

.buyers__line--indent {
    padding-bottom: 18px;
}

.reviews {
    padding-top: 55px;
}

.reviews__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 123px;
}

.reviews__title {
    color: #2c2e34;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 22px;
}

.reviews__name {
    color: #3d4353;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.reviews__date {
    color: #93959a;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.reviews__description {
    color: #616980;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -1px;
    max-width: 765px;
}

.reviews__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 806px;
    margin-bottom: 18px;
}

.reviews__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 835px;
    border-bottom: 1px solid #bfc6da;
    padding-bottom: 43px;
}

.reviews__image-box {
    background-color: #009254;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.reviews__box {
    padding-top: 16px;
}

.reviews__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 19px;
}

.reviews__box-wrapper {
    background-color: #e9edf8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 55px 20px;
    border-radius: 10px;
}

.reviews__answer {
    color: #009254;
    font-size: 20px;
    font-weight: 600;
    display: block;
}

.reviews__answer-description {
    color: #585f71;
    font-size: 18px;
    font-weight: 500;
}

.reviews__box--indent {
    margin-bottom: 21px;
}

.small-container {
    max-width: 1040px;
}

.cooperation {
    padding-top: 28px;
}

.cooperation__title {
    color: #2c2e34;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 24px;
}

@media (max-width: 440px) {
    .cooperation__title {
        font-size: 36px;
    }
}

.cooperation__description {
    color: #616980;
    font-size: 22px;
    font-weight: 400;
    max-width: 708px;
    line-height: 29px;
    margin-bottom: 33px;
}

.cooperation__button {
    color: #8d97b0;
    font-size: 18px;
    font-weight: 500;
    background: none;
    border-radius: 30px;
    border: 2px solid #616980;
    padding: 12px 18px;
    cursor: pointer;
}

.cooperation__button:hover {
    background-color: #616980;
    color: #ffffff;
}

.cooperation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1580px;
}

.cooperation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 82px;
}

.cooperation__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cooperation__title--indent {
    max-width: 780px;
}

.cooperation__unit {
    color: #616980;
    font-size: 22px;
    font-weight: 400;
    max-width: 752px;
    margin-bottom: 30px;
}

.quest {
    padding-top: 40px;
}

.quest__not-found {
    color: #3d4353;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 40px;
}

.quest__number {
    color: #7a839b;
    font-size: 18px;
    font-weight: 500;
}

.quest__subtitle {
    color: #30343d;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.quest__description {
    color: #7a839b;
    font-size: 18px;
    font-weight: 400;
    max-width: 1348px;
}

.quest__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1380px;
    border-bottom: 1px solid #bfc6da;
    padding-bottom: 38px;
}

.quest__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
}

.catalog__page-wrapper--indent {
    padding-bottom: 102px;
    padding-top: 52px;
}

.consultation-new {
    padding-top: 166px;
    padding-bottom: 172px;
    position: relative;
}

.consultation-new__box {
    position: absolute;
    left: 0;
    bottom: 19%;
    display: none;
}

@media (min-width: 1829px) {
    .consultation-new__box {
        display: block;
        bottom: 18%;
    }

    .consultation-new__wrapper {
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20px;
    }

    .consultation-new__title {
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    .consultation-new__small-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        row-gap: 30px;
    }
}

.consultation-new__wrapper {
    background-color: #e3e8f5;
    padding: 73px 18px;
    border-radius: 40px;
}

@media (min-width: 1920px) {
    .consultation-new__wrapper {
        padding-left: 100px;
    }
}

@media (max-width: 1800px) {
    .consultation-new__wrapper {
        padding-left: 20px;
    }
}

.consultation-new__title {
    color: #2c2e34;
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 71px;
    display: flex;
    justify-content: center;
}

@media (min-width: 575px) {
    .consultation-new__title {
        font-size: 50px;
    }

    .consultation-new__field {
        font-size: 30px;
    }
}

.consultation-new__field {
    display: block;
    font-size: 26px;
    font-weight: 500;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9fa8c0;
    padding-bottom: 8px;
}

@media (min-width: 300px) {
    .consultation-new__title {
        font-size: 40px;
    }

    .consultation-new__field {
        font-size: 20px;
    }
}

.consultation-new__field::-webkit-input-placeholder {
    color: #009254;
}

.consultation-new__field::-moz-placeholder {
    color: #009254;
}

.consultation-new__field:-ms-input-placeholder {
    color: #009254;
}

.consultation-new__field::-ms-input-placeholder {
    color: #009254;
}

.consultation-new__field::placeholder {

    color: #009254;
}

@media (min-width: 575px) {
    .consultation-new__field {
        font-size: 30px;
    }
}

.consultation-new__form-name {
    color: #7a839b;
    font-size: 13px;
    font-weight: 500;
}



.consultation-new__global-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    max-width: 846px;
    margin-bottom: 62px;
}

@media (min-width: 1830px) {
    .consultation-new__global-wrapper {
        padding-left: 60px;
    }
}

@media (min-width: 860px) {
    .consultation-new__global-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        gap: 40px;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 846px;
        margin-bottom: 62px;
    }

    .consultation-new__field--indent {
        width: 325px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        height: 90px;
        resize: none;
    }

    .consultation-new__small-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 290px) {
    .consultation-new__global-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        gap: 20px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 846px;
        margin-bottom: 22px;
    }

    .consultation-new__field--indent {
        width: 325px;
        margin-bottom: 50px;
        height: 90px;
        resize: none;
    }

    .consultation-new__small-wrapper {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        gap: 30px;
    }
}

.consultation-new__field--indent {
    width: 325px;
    margin-bottom: 50px;
    resize: none;
}

@media (min-width: 575px) {
    .consultation-new__field--indent {
        width: 350px;
    }
}

@media (min-width: 300px) {
    .consultation-new__field--indent {
        width: 250px;
    }
}

.consultation-new__button {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    background-color: #009254;
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 16px 21px;
    cursor: pointer;
}

@media (min-width: 1300px) {
    .consultation-new__button {
        width: auto;
        font-size: 20px;
    }
}

@media (min-width: 300px) {
    .consultation-new__button {
        width: 250px;
        font-size: 14px;
    }
}

.consultation-new__button:hover {
    background-color: #ffffff;
    color: #009254;
    border: 2px solid #009254;
}

.consultation-new__checkbox {
    display: inline-block;
    width: 20px;
    /* задайте нужную ширину */
    height: 20px;
    /* задайте нужную высоту */
    left: -1px !important;
    bottom: 1px !important;
    position: relative !important;
}

.consultation-new__checkbox-name {
    position: relative;
}

.consultation-new__small-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 916px;
}

@media screen and (max-width: 580px) {
    .consultation {
        padding-top: 54px;
        padding-bottom: 60px;
    }

    .consultation__wrapper {
        padding: 39px 11px;
    }

    .consultation__field {
        font-size: 22px
    }
}

@media screen and (max-width: 915px) {
    .salon__box {
        width: 100%;
    }

    .salon__wrapper {
        flex-wrap: wrap;

        img {
            width: 100%;
        }
    }
}

@media screen and (max-width: 580px) {
    .salon {
        padding-top: 54px;
    }
}

.tfl__link-container {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

/* 
.consultation__checkbox-name {

	label {
		display: none;
	}
} */


.burger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 35px;
    height: 20px;
    background: transparent;
    cursor: pointer;
    z-index: 0;

    span {
        width: 35px;
        height: 2px;
        background: #5B5B5B;
        transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    &.active span {
        background: #ffffff;

        &:nth-child(1) {
            transform: rotate(45deg);
            position: absolute;
            top: 50px;
        }

        &:nth-child(2) {
            opacity: 0;
        }

        &:nth-child(3) {
            transform: rotate(-45deg);
            position: absolute;
            top: 50px;
        }
    }
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #009254;
    z-index: 1;
    opacity: 1;

    padding: 15px;
    transition: opacity 0.3s ease-in-out;

    /*display: none !important;*/
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.header-burger__list {
    font-weight: 600;
    list-style: none;
    color: #ffffff;

    li {
        margin-bottom: 25px;

    }
}

.header-burger__top {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;

    padding: 0 15px;

    width: 100%;
    color: #ffffff;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 700px) {
    .menu__list {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background: rgba(0, 0, 0, 0.8);
        z-index: 2;
        transition: transform 0.3s ease-in-out;
        transform: translateX(100%);
    }

    .menu__list.active {
        transform: translateX(0);
    }

    .burger {
        display: flex;
    }

    .mask {
        /* display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease-in-out; */
    }

    .mask.active {
        display: flex;
        opacity: 1;
    }
}

.contacts {
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;

    a {
        color: #ffffff;
    }

    .number {
        font-size: 21px;
        font-weight: 700;
    }
}

.header-burger__btn {
    color: #989EAE;
    background-color: #fff;

    padding: 13px 15px;
    border: 0px;
    border-radius: 30px;

}

.header-burger__author {

    padding: 0 15px;

    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    color: #ffffff;

    span {
        font-weight: 700;
    }
}


.header-burger__close {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;

    span {
        position: absolute;
        display: inline-block;
        width: 40px;
        height: 1px;
        background-color: #fff;
        transform: rotate(45deg);

    }

    span:nth-child(2) {
        width: 40px;
        height: 1px;
        background-color: #fff;
        transform: rotate(-45deg);
    }
}

.action__item {
    img {
        min-height: 450px;
    }
}