:root {
    --main-bg-color: #fff;
    --primary-color: #1a1a1c;
    --black: #1a1a1c;
    --white: #fff;
    --red: #c90e11;
    --gray-text: #6a6a6b;
    --gray-element: #afafb0;
    --stroke: #eaeaea;
    --bg: #f8f8f8;
    --hover: #990306;
    --yellow: #f3b416;
    --brown: #8a3b13;
    --body-font-size: 18px;
    --font-family: "Geologica", sans-serif;
    ;
    --second-family: "Geologica", sans-serif;
    --third-family: "Nunito", sans-serif;
    --title-font-family: "Nunito", sans-serif;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
address {
    display: block;
}

audio,
canvas {
    display: inline-block;
}

video {
    display: block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

address {
    font-style: normal;
}

ul,
ol,
li,
form,
fieldset,
a,
img,
div,
figure,
address {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    list-style: inside;
}

ol {
    list-style: inside;
}

ul li {
    list-style: none;
}

ol li {
    list-style: decimal inside;
}

ol {
    padding: 10px 0;
}

ol li {
    margin: 0 0 20px 0;
}

body {
    height: 100%;
    position: relative;
    background: var(--main-bg-color);
    font-family: "Geologica", sans-serif;
}

body,
td,
input,
textarea,
button {
    margin: 0px;
    padding: 0px;
    font-weight: 300;
}

body * {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

a,
a:active,
a:focus {
    outline: none;
}

b,
strong {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.main {
    position: relative;
}

.cbc {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

input::-moz-placeholder {
    opacity: 0.7;
    color: var(--primary-color);
}

input::placeholder {
    opacity: 0.7;
    color: var(--primary-color);
}

textarea::-moz-placeholder {
    opacity: 0.7;
    color: var(--primary-color);
}

textarea::placeholder {
    opacity: 0.7;
    color: var(--primary-color);
}

input[type=submit] {
    cursor: pointer;
}

textarea,
button,
input[type=text],
input[type=password] {
    -webkit-appearance: none;
    outline: none;
}

body,
td,
input,
textarea,
button {
    color: var(--primary-color);
    font-family: var(--font-family);
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

@media (max-width: 767px) {
    .row {
        margin: -7.5px;
    }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding: 10px;
}

@media (max-width: 767px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto {
        padding: 7.5px;
    }
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }
}

/* elements */
.title-h1,
.title-h2,
.title-h3 {
    padding: 0;
    margin: 0;
    font-family: var(--title-font-family);
    font-weight: 900;
    line-height: 90%;
    letter-spacing: -0.01em;
    margin-bottom: 0;
    color: var(--brown);
}

.title-h1 {
    font-size: 73px;
    margin-bottom: 60px;
}

@media (max-width: 1400px) {
    .title-h1 {
        font-size: 64px;
    }
}

@media (max-width: 1200px) {
    .title-h1 {
        font-size: 58px;
    }
}

@media (max-width: 568px) {
    .title-h1 {
        font-size: 48px;
        margin: 0 0 30px;
    }
}

.title-h2 {
    font-size: 60px;
}

@media (max-width: 1400px) {
    .title-h2 {
        font-size: 52px;
    }
}

@media (max-width: 1200px) {
    .title-h2 {
        font-size: 42px;
        margin: 0 0 30px;
    }
}

@media (max-width: 568px) {
    .title-h2 {
        font-size: 32px;
        margin: 0 0 30px;
    }
}

@media (max-width: 390px) {
    .title-h2 {
        font-size: 32px;
    }
}

.title-h3 {
    font-size: 38px;
}

@media (max-width: 1200px) {
    .title-h3 {
        font-size: 32px;
    }
}

@media (max-width: 568px) {
    .title-h3 {
        font-size: 30px;
    }
}

.cms_submit,
.button {
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid var(--brown);
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 0 25px;
    height: 64px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
    color: var(--brown);
    letter-spacing: -0.01em;
}

@media (max-width: 1200px) {

    .cms_submit,
    .button {
        padding: 0 20px;
        height: 54px;
        min-width: 120px;
        font-size: 16px;
    }
}

.cms_submit:hover,
.button:hover {
    color: var(--white);
    border-color: var(--hover);
    background: var(--hover);
}

.cms_submit._lg,
.button._lg {
    font-size: 18px;
    height: 82px;
    padding: 0 35px;
}

.cms_submit._yellow-border,
.button._yellow-border {
    border-color: var(--yellow);
}

.cms_submit._yellow-border:hover,
.button._yellow-border:hover {
    background: var(--yellow);
}

.cms_submit._white,
.button._white {
    color: var(--white);
    border-color: rgb(255 255 255 / 40%);
    background: rgba(255, 255, 255, 0.1);
}

.cms_submit._white:hover,
.button._white:hover {
    color: var(--brown);
    background: var(--white);
}

.cms_submit._blur,
.button._blur {
    color: var(--white);
    border-color: var(--white);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.1);
}

.cms_submit._blur:hover,
.button._blur:hover {
    color: var(--brown);
    background: var(--white);
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
}

.icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--brown);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    color: var(--brown);
    font-weight: 800;
    font-size: 16px;
    letter-spacing: -0.01em;
}

@media (max-width: 1200px) {
    .icon-button {
        width: 54px;
        height: 54px;
    }
}

@media (max-width: 568px) {
    .icon-button {
        width: 34px;
        height: 34px;
        border: none !important;
    }
}

.icon-button img {
    display: block;
    transition: 0.3s;
}

@media (min-width: 1401px) {
    .icon-button:hover {
        color: var(--white);
        border-color: var(--hover);
        background: var(--hover);
    }

    .icon-button:hover img {
        filter: brightness(0) invert(1);
    }
}

.icon-button._white {
    border: 1px solid rgb(255 255 255 / 40%);
    color: var(--white);
}

.icon-button._white::after {
    filter: brightness(0) invert(1);
}

.icon-button._white::before,
.icon-button._white img {
    /*filter: brightness(0) invert(1);*/
}

@media (min-width: 1401px) {
    .icon-button._white:hover {
        color: var(--white);
        border-color: var(--red);
        background: var(--red);
    }

    .icon-button._white:hover img {
        filter: brightness(0) invert(1);
    }
}

.icon-link img {
    display: block;
}

.typography {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
}

@media (max-width: 1200px) {
    .typography {
        font-size: 16px;
    }
}

.typography p {
    font-size: 18px;
    line-height: 140%;
    margin: 0 0 15px;
}

@media (max-width: 1200px) {
    .typography p {
        font-size: 16px;
    }
}

.typography p:last-child {
    margin-bottom: 0;
}

.typography ul {
    margin-bottom: 20px;
    padding-left: 10px;
}

.typography ul li {
    font-size: 18px;
    line-height: 140%;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
}

@media (max-width: 568px) {
    .typography ul li {
        font-size: 16px;
    }
}

.typography ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    background-color: var(--black);
    border-radius: 50%;
}

.typography ol {
    margin-bottom: 20px;
    padding-left: 20px;
    counter-reset: custom-counter;
    list-style: none;
}

.typography ol:last-child {
    margin-bottom: 0;
}

.typography ol li {
    font-size: 18px;
    line-height: 140%;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
    list-style: none;
}

@media (max-width: 568px) {
    .typography ol li {
        font-size: 16px;
        line-height: 1.5;
    }
}

.typography ol li::before {
    content: counter(custom-counter) ".";
    counter-increment: custom-counter;
    position: absolute;
    left: 0;
    top: 0;
}

.typography h2 {
    font-size: 32px;
    font-weight: 500;
    margin: 40px 0 20px;
}

.typography h2:first-child {
    margin-top: 0;
}

.typography h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    color: var(--black);
    margin: 40px 0 24px;
}

@media (max-width: 992px) {
    .typography h3 {
        font-size: 30px;
    }
}

@media (max-width: 568px) {
    .typography h3 {
        font-size: 18px;
    }
}

.typography h3:first-child {
    margin-top: 0;
}

.typography h4 {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    margin: 34px 0 14px;
}

.typography h4:first-child {
    margin-top: 0;
}

.typography a {
    color: var(--red);
    text-decoration: underline;
}

.typography a:hover {
    text-decoration: none;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    margin-bottom: 60px;
    scrollbar-width: none;
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: var(--gray-element);
}

@media (max-width: 568px) {
    .breadcrumb {
        overflow: auto;
        margin: 14px -15px 20px;
        padding: 0 15px;
        font-size: 14px;
    }
}

.breadcrumb::-webkit-scrollbar {
    display: none;
}

.breadcrumb a {
    color: var(--gray-element);
    white-space: nowrap;
}

.breadcrumb a:hover {
    color: var(--brown);
}

.breadcrumb span {
    color: var(--brown);
}

.forms {
    /*
    select {
        width: 100%;
        -webkit-appearance: none;
        outline: none;
        background: url(../../images/select-arrow.svg) var(--white) right 18px center no-repeat;
  
        option:disabled {
            display: none;
        }
    }
    */
}

.forms label:not([class]) {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.forms__label {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .forms__label {
        margin-bottom: 5px;
    }
}

.forms__label span {
    color: var(--blue-new);
}

.forms__row {
    display: flex;
    margin: 0 -4px 15px;
}

.forms__row:last-child {
    margin-bottom: 0;
}

.forms__field {
    padding: 0 4px;
    width: 100%;
}

.forms__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

@media (max-width: 767px) {
    .forms__footer {
        flex-direction: column;
    }
}

.forms select,
.forms textarea,
.forms input[type=text],
.forms input[type=password],
.forms input[type=email],
.forms input[type=tel] {
    width: 100%;
    height: 82px;
    padding: 0 30px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: var(--black);
    text-align: left;
    border: 1px solid var(--stroke);
    border-radius: 500px;
    background: var(--white);
    -webkit-appearance: none !important;
    outline: none !important;
}

@media (max-width: 767px) {

    .forms select,
    .forms textarea,
    .forms input[type=text],
    .forms input[type=password],
    .forms input[type=email],
    .forms input[type=tel] {
        height: 64px;
        padding: 0 15px;
        border-radius: 16px;
        font-size: 16px;
    }
}

.forms textarea {
    padding: 30px;
    resize: none;
    height: 150px;
    border-radius: 41px;
}

@media (max-width: 767px) {
    .forms textarea {
        height: 100px;
        border-radius: 16px;
        padding: 15px;
    }
}

.forms input[type=button],
.forms button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    padding: 30px 35px 25px 35px;
    width: 100%;
    height: 82px;
    border: none;
    background: var(--red);
    font-weight: 800;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--white);
    cursor: pointer;
    transition: 0.3s;
}

@media (max-width: 767px) {

    .forms input[type=button],
    .forms button {
        height: 64px;
    }
}

.forms input[type=button]:hover,
.forms button:hover {
    color: var(--white);
    border-color: var(--hover);
    background: var(--hover);
}

.forms .jq-selectbox {
    width: 100%;
}

.label-field {
    width: 100%;
    height: 82px;
    position: relative;
    background: var(--white);
    border: 1px solid var(--stroke);
    border-radius: 500px;
}

@media (max-width: 767px) {
    .label-field {
        height: 64px;
        border-radius: 16px;
    }
}

.label-field select,
.label-field textarea,
.label-field input[type=text],
.label-field input[type=password],
.label-field input[type=email],
.label-field input[type=tel] {
    position: relative;
    z-index: 9;
    border: none;
    padding-top: 26px;
    background: none;
    height: 80px;
}

.label-field select:focus+label,
.label-field textarea:focus+label,
.label-field input[type=text]:focus+label,
.label-field input[type=password]:focus+label,
.label-field input[type=email]:focus+label,
.label-field input[type=tel]:focus+label {
    top: 15px;
}

@media (min-width: 767px) {

    .label-field select::-moz-placeholder,
    .label-field textarea::-moz-placeholder,
    .label-field input[type=text]::-moz-placeholder,
    .label-field input[type=password]::-moz-placeholder,
    .label-field input[type=email]::-moz-placeholder,
    .label-field input[type=tel]::-moz-placeholder {
        color: transparent;
    }

    .label-field select::placeholder,
    .label-field textarea::placeholder,
    .label-field input[type=text]::placeholder,
    .label-field input[type=password]::placeholder,
    .label-field input[type=email]::placeholder,
    .label-field input[type=tel]::placeholder {
        color: transparent;
    }
}

@media (max-width: 767px) {

    .label-field select,
    .label-field textarea,
    .label-field input[type=text],
    .label-field input[type=password],
    .label-field input[type=email],
    .label-field input[type=tel] {
        height: 64px;
        padding: 0 15px;
        border-radius: 16px;
        font-size: 16px;
    }
}

.label-field.active label {
    top: 15px;
}

.label-field label {
    position: absolute;
    left: 30px;
    top: 30px;
    transition: 0.15s;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--gray-text);
}

@media (max-width: 767px) {
    .label-field label {
        display: none !important;
    }
}

.burger-btn {
    width: 30px;
    height: 21px;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
    background: none;
    border: none;
    position: relative;
    outline: none;
}

.burger-btn span {
    position: absolute;
    left: 0;
    top: 9px;
    width: 30px;
    height: 3px;
    background-color: var(--blue-new);
    transition: 0.3s;
}

.burger-btn::before,
.burger-btn::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: var(--blue-new);
    transition: 0.3s;
}

.burger-btn::before {
    top: 0;
}

.burger-btn::after {
    bottom: 0;
}

.burger-btn.open {
    height: 30px;
}

.burger-btn.open span {
    opacity: 0;
}

.burger-btn.open::before,
.burger-btn.open::after {
    width: 28px;
    background: var(--blue-new);
}

.burger-btn.open::before {
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
}

.burger-btn.open::after {
    bottom: 50%;
    margin-bottom: -2px;
    transform: rotate(45deg);
}

/* plugins */
.swiper-button {
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: var(--white);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.0000001);
    transition: 0.5s;
}

.swiper-button:hover {
    transform: scale(1.1);
}

.swiper-button:after {
    content: "";
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev::after {
    background-image: url(../../images/arrow-prev.svg);
}

.swiper-button-next::after {
    background-image: url(../../images/arrow-next.svg);
}

.swiper-button-disabled {
    opacity: 1 !important;
}

.swiper-button-disabled::after {
    filter: brightness(0) invert(0.6);
}

.swiper-pagination-bullet {
    border-radius: 0;
    width: 40px;
    height: 6px;
    background-color: var(--red);
    opacity: 1;
    border-radius: 5px;
    transition: 0.5s;
}

.swiper-pagination-bullet-active {
    width: 80px;
    background-color: var(--red);
}

.swiper-horizontal>.swiper-scrollbar {
    width: 100%;
    left: 0;
    bottom: 0;
}

.swiper-horizontal>.swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--red);
}

@media (max-width: 767px) {
    .fancybox__slide {
        padding: 8px;
    }
}

/* support class style */
.animated,
.anmtli {
    opacity: 0;
}

*.font-weight-normal {
    font-weight: normal;
    font-family: var(--second-family);
}

@media (max-width: 767px) {
    .mob-hide {
        display: none;
    }
}

body.open-nav {
    overflow: hidden;
}

@media (max-width: 1400px) {
    body.open-nav {
        padding-top: 100px;
    }
}

body.open-nav .cbc {
    overflow: hidden;
}

@media (min-width: 992px) {
    body.open-nav .cbc::after {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 998;
        background: rgba(0, 0, 0, 0.7);
    }
}

body.open-nav .header {
    z-index: 999;
}

@media (min-width: 1401px) {
    body.open-nav .header {
        background: var(--white);
    }

    /*body.open-nav .header .header-nav {
      gap: 30px;
    }*/
    body.open-nav .header .header-nav__link {
        color: var(--brown);
    }

    body.open-nav .header .header-nav__link::after {
        display: none;
    }

    body.open-nav .header .header-nav__link._burger,
    body.open-nav .header .header-nav__link:hover {
        color: var(--red);
    }

    body.open-nav .header .header-phone {
        color: var(--brown);
    }

    body.open-nav .header .header-phone:hover {
        color: var(--red);
    }

    body.open-nav .header .button,
    body.open-nav .header .icon-button {
        border-color: rgb(138 59 19 / 30%);
        color: #8a3b13;
    }

    body.open-nav .header .button::after,
    body.open-nav .header .button img,
    body.open-nav .header .icon-button::after,
    body.open-nav .header .icon-button img {
        filter: none;
    }

    body.open-nav .header .button:hover,
    body.open-nav .header .icon-button:hover {
        background: var(--red);
        color: var(--white);
    }

    body.open-nav .header .button:hover::after,
    body.open-nav .header .button:hover img,
    body.open-nav .header .icon-button:hover::after,
    body.open-nav .header .icon-button:hover img {
        filter: brightness(0) invert(1);
    }

    body.open-nav .header__catalog {
        display: block;
    }
}

@media (max-width: 1400px) {
    body.open-nav .header {
        background: var(--white);
    }

    body.open-nav .header .header-nav {
        left: 0;
    }

    body.open-nav .header .header-phone,
    body.open-nav .header .icon-button {
        border: 1px solid var(--stroke);
        color: var(--red);
    }

    body.open-nav .header .header-phone::before,
    body.open-nav .header .header-phone img,
    body.open-nav .header .icon-button::before,
    body.open-nav .header .icon-button img {
        filter: none;
    }

    body.open-nav .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    body.open-nav .header__top {
        z-index: 999;
    }

    body.open-nav .header__action {
        z-index: 999;
    }
}

.container {
    margin: 0 auto;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1700px;
    width: 100%;
}

@media (max-width: 1600px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1200px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 568px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.page-content {
    flex: 1;
}

.header {
    position: relative;
    z-index: 999;
}

.header .header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 140px;
}

@media (max-width: 1400px) {
    .header .header__wrap {
        height: 100px;
    }
}

@media (max-width: 767px) {
    .header .header__wrap {
        gap: 10px;
    }
}

.header__left {
    display: flex;
    gap: 47px;
    align-items: center;
}

@media (max-width: 1500px) {
    .header__left {
        gap: 20px;
    }
}

@media (max-width: 568px) {
    .header__left {
        order: 3;
    }
}

.header__right {
    display: flex;
    gap: 30px;
    align-items: center;
}

@media (max-width: 1500px) {
    .header__right {
        gap: 20px;
    }
}

@media (max-width: 1400px) {
    .header__right {
        gap: 10px;
    }
}

.header__logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

@media (max-width: 767px) {
    .header__logo {
        position: static;
        transform: none;
    }
}

@media (max-width: 568px) {
    .header__logo {
        flex: 1;
    }
}

.header__buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1500px) {
    .header__buttons {
        gap: 5px;
    }
}

.header__contacts {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header__contacts .icon-link {
    display: none;
}

.header__catalog {
    display: none;
    padding: 40px 0;
    position: relative;
}

@media (max-width: 1400px) {
    .header__catalog {
        padding: 20px 0;
    }
}

.header__catalog::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    height: 1px;
    background: var(--stroke);
}

.header-logo {
    display: flex;
    justify-content: center;
    border-radius: 0 0 80px 80px;
    width: 159px;
    height: 140px;
    /*background: var(--white);*/
    padding-top: 20px;
    transition: none;
}

@media (max-width: 1400px) {
    .header-logo {
        height: 80px;
        padding-top: 10px;
    }
}

@media (max-width: 767px) {
    .header-logo {
        position: static;
        background: var(--white);
        width: auto;
        height: auto;
        border-radius: 50px;
        padding: 5px;
        width: 80px;
        height: 80px;
    }
}

.header-logo img {
    display: block;
    width: 100px;
    height: 98px;
}

@media (max-width: 1400px) {
    .header-logo img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767px) {
    .header-logo img {
        width: 70px;
        height: 70px;
    }
}

.header-logo__slogan {
    display: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: var(--brown);
}

@media (max-width: 1400px) {
    .header-feedback {
        display: none;
    }
}

@media (min-width: 1401px) {
    .header-phone {
        font-weight: 300;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: -0.01em;
        text-align: center;
        color: var(--white);
        position: relative;
        z-index: 1;
    }

    .header-phone:hover {
        color: var(--red);
    }
}

@media (max-width: 1400px) {
    .header-phone {
        font-size: 0;
        color: transparent;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--white);
        border-radius: 50%;
        width: 54px;
        height: 54px;
    }

    .header-phone::before {
        content: "";
        width: 24px;
        height: 24px;
        background: url(../../images/icon-phone.svg) center/contain no-repeat;
        filter: brightness(0) invert(1);
    }
}

@media (max-width: 1400px) and (max-width: 568px) {
    .header-phone::before {
        width: 30px;
        height: 30px;
        border: none !important;
    }
}

@media (max-width: 568px) {
    .header-phone {
        width: 34px;
        height: 34px;
        border: none !important;
    }
}

.header-nav {
    font-family: var(--second-family);
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: var(--white);
}

@media (max-width: 1400px) {
    .header-nav {
        gap: 10px;
    }
}

.header-nav__item {
    position: relative;
    z-index: 1;
}

.header-nav__link {
    position: relative;
    z-index: 1;
    transition: none;
}

@media (min-width: 1401px) {
    .header-nav__link:hover {
        color: var(--red);
    }
}

.header-nav__link._burger {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (min-width: 1401px) {
    .header-nav__link._burger::before {
        content: "";
        width: 16px;
        height: 16px;
        background: url(../../images/button-burger.svg) center no-repeat;
        filter: brightness(0) invert(1);
    }
}

.header-nav__link._burger:hover::before {
    filter: none;
}

.header-nav__link._burger.open {
    color: var(--red);
}

.header-nav__link._burger.open::before {
    background-image: url(../../images/button-close.svg);
    filter: none;
}

@media (max-width: 1400px) {
    .header-nav {
        display: block;
        padding: 20px 20px 40px;
        position: fixed;
        top: 100px;
        left: -100vw;
        bottom: 0;
        background: var(--white);
        z-index: -1;
        width: 100vw;
        overflow: auto;
        transition: 0.3s;
    }

    .header-nav__item {
        margin-bottom: 20px;
    }

    .header-nav__link {
        color: var(--black);
        font-size: 32px;
        line-height: 1.4;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-nav__link._burger::after {
        content: "";
        width: 24px;
        height: 24px;
        background: url(../../images/chevron-down.svg) center/24px no-repeat;
    }

    .header-nav__link._burger.open::after {
        transform: rotate(180deg);
    }

    .header-nav__link a:hover {
        color: var(--red);
    }

    .header-nav .header-feedback {
        display: block;
        border: none;
        color: var(--yellow);
        font-size: 32px;
        line-height: 1.4;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        height: auto;
    }
}

.header-catalog {
    display: flex;
    gap: 20px;
}

@media (max-width: 1400px) {
    .header-catalog {
        justify-content: space-between;
    }
}

@media (max-width: 1400px) {
    .header-catalog {
        padding-top: 15px;
        display: none;
    }
}

.header-catalog__group {
    width: 100%;
}

@media (max-width: 1400px) {
    .header-catalog__group {
        width: auto;
    }
}

@media (max-width: 1400px) {
    .header-catalog__group {
        margin-bottom: 20px;
    }

    .header-catalog__group:last-child {
        margin-bottom: 0;
    }
}

.header-catalog__title {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #8a3b13;
    margin-bottom: 25px;
    font-family: "Nunito", sans-serif;
}

@media (max-width: 1400px) {
    .header-catalog__title {
        margin-bottom: 12px;
    }
}

@media (max-width: 1400px) {
    .header-catalog__title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: var(--black);
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
        font-size: 20px;
        padding-right: 4px;
    }

    .header-catalog__title::after {
        content: "";
        width: 16px;
        height: 16px;
        background: url(../../images/chevron-down.svg) center/16px no-repeat;
    }

    .header-catalog__title.open::after {
        transform: rotate(180deg);
    }
}

.header-catalog__list {
    /*display: flex;*/
    align-items: center;
    gap: 20px;
}

@media (max-width: 1400px) {
    .header-catalog__list {
        gap: 12px;
    }
}

@media (max-width: 1400px) {
    .header-catalog__list {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 10px;
        display: none;
    }
}



@media (max-width: 1400px) {
    .header-catalog__item {
        margin-bottom: 8px;
    }

    .header-catalog__item:last-child {
        margin-bottom: 0;
    }
}

.header-catalog__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 190%;
    color: var(--black);
    color: #8a3b13;
    font-family: "Geologica", sans-serif;
}

@media (max-width: 1400px) {
    .header-catalog__link {
        font-size: 16px;
    }
}

@media (max-width: 1400px) {
    .header-catalog__link {
        font-weight: 400;
    }
}

.header-catalog__link:hover {
    color: var(--red);
}

@media (min-width: 1401px) {
    .header-burger {
        display: none;
    }
}

@media (max-width: 568px) {
    .header-burger {
        order: 3;
    }
}

.header-burger::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../../images/icon-burger.svg) center/contain no-repeat;
}

@media (max-width: 568px) {
    .header-burger::before {
        width: 34px;
        height: 34px;
    }
}

.header-burger.open::before {
    width: 20px;
    height: 20px;
    background-image: url(../../images/icon-cross.svg);
}

.header._inner .header-burger::before {
    background: url(../../images/icon-burger-brown.svg) center/contain no-repeat;
}

.header._inner .header-burger.open::before {
    background-image: url(../../images/icon-cross.svg);
}

@media (min-width: 1401px) {
    .header._inner .header-burger:hover::before {
        filter: brightness(0) invert(1);
    }
}

.header._inner .header-phone,
.header._inner .header-nav__link {
    color: var(--brown);
}

@media (min-width: 1401px) {

    .header._inner .header-phone:hover,
    .header._inner .header-nav__link:hover {
        color: var(--red);
    }
}

.header._inner .header-phone::before {
    background-image: url(../../images/icon-phone-brown.svg);
    filter: none;
}

.header._inner .header-nav__link._burger::before {
    background-image: url(../../images/button-burger-brown.svg);
    filter: none;
}

@media (min-width: 1401px) {
    .header._inner .header-nav__link._burger:hover::before {
        background-image: url(../../images/button-burger.svg);
    }
}

.header._inner .header-logo {
    background: var(--bg);
}

/* content */
.section {
    padding: 80px 0;
}

@media (max-width: 1400px) {
    .section {
        padding: 50px 0;
    }
}

.section-header {
    margin-bottom: 60px;
}

@media (max-width: 1400px) {
    .section-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .section-header {
        margin-bottom: 20px;
    }
}

.section-footer {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

@media (max-width: 568px) {
    .section-footer .button {
        width: 100%;
    }
}

.promo-box {
    height: 100vh;
    margin-top: -140px;
    color: var(--white);
    padding-top: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media (max-width: 1400px) {
    .promo-box {
        height: 640px;
    }
}

.promo-box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

.promo-box__info {
    font-weight: 300;
    font-size: 20px;
    line-height: 90%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 1400px) {
    .promo-box__info {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .promo-box__info {
        line-height: 1.4;
    }
}

.promo-box__title {
    width: 875px;
    margin: 0 auto;
    color: var(--white);
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .promo-box__title {
        width: auto;
    }
}

.promo-box__more {
    display: flex;
    justify-content: center;
}

.promo-box video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-card {
    display: block;
    padding: 45px 50px 70px 50px;
    position: relative;
}

.product-card:hover .product-card__info {
    color: #000;
}

.product-card:hover .product-card__title,
.product-card:hover .product-card__descr {
    color: var(--red);
}

@media (max-width: 1400px) {
    .product-card {
        padding: 100px 50px;
    }
}

@media (max-width: 992px) {
    .product-card {
        padding: 0 0 15px;
    }
}

.product-card__thumb img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 1400px) {
    .product-card__thumb img {
        width: 290px;
    }
}

.product-card__info {
    position: absolute;
    top: 50px;
    left: 50px;
}

@media (max-width: 992px) {
    .product-card__info {
        left: 0;
        position: static;
        margin-bottom: -30px;
        z-index: 1;
    }
}

.product-card__tags {
    /*position: absolute;*/
    z-index: 9;
    bottom: 50px;
    left: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 992px) {
    .product-card__tags {
        left: 0;
        gap: 5px;
        position: static;
        padding-left: 10px;
    }
}

.product-card__tags::before {
    content: "";
    position: absolute;
    left: -34px;
    bottom: 37px;
    width: 86px;
    height: 114px;
    background: url(../../images/decor-arrow.svg);
}

@media (max-width: 992px) {
    .product-card__tags::before {
        left: -20px;
    }
}

.product-card__title {
    font-weight: 300;
    font-size: 44px;
    line-height: 105%;
    letter-spacing: -0.01em;
    color: var(--brown);
    margin-bottom: 4px;
    position: relative;
    font-family: "Geologica", sans-serif;
}

@media (max-width: 1200px) {
    .product-card__title {
        font-size: 26px;
        font-weight: bold;
    }
}

.product-card__descr {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: var(--brown);
    margin-bottom: 14px;
    position: relative;
    font-family: "Geologica", sans-serif;
}

@media (max-width: 1200px) {
    .product-card__descr {
        font-size: 16px;
    }
}

.product-card__label {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

@media (max-width: 992px) {
    .product-card__label {
        gap: 5px;
    }
}

.product-card__link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.card-label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Geologica", sans-serif;
    ;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #fff;
    padding: 2px 15px;
    border-radius: 500px;
    height: 40px;
    background: var(--yellow);
}

@media (max-width: 568px) {
    .card-label {
        font-size: 12px;
        height: auto;
        padding: 10px;
        line-height: 1.1;
    }
}

.tag {
    display: inline-flex;
    align-items: center;
    border: 1px solid #f3ebe7;
    border-radius: 500px;
    padding: 0 15px;
    height: 42px;
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: var(--brown);
    z-index: 11;
}

@media (max-width: 992px) {
    .tag {
        font-size: 14px;
        padding: 0 10px;
    }
}

a.tag:hover {
    border-color: var(--red);
    color: var(--red);
}

.product-slider-box {
    position: relative;
}

.product-slider-box .swiper-scrollbar {
    display: none;
}

@media (max-width: 1200px) {
    .product-slider-box .swiper-scrollbar {
        display: block;
    }
}

.product-slider-box .swiper-slide {
    height: auto;
}

.product-slider-box .swiper-button {
    top: calc(50% - 88px);
}

@media (max-width: 1400px) {
    .product-slider-box .swiper-button {
        top: calc(50% - 62.5px);
    }
}

@media (max-width: 1200px) {
    .product-slider-box .swiper-button {
        display: none;
    }
}

.product-slider-box .swiper-button-prev {
    left: 20px;
}

.product-slider-box .swiper-button-next {
    right: 20px;
}

.product-slider__item {
    width: 25%;
}

.product-short-card {
    display: block;
    position: relative;
}

@media (max-width: 767px) {
    .product-short-card {
        padding-bottom: 20px;
    }
}

.product-short-card__thumb {
    overflow: hidden;
}

.product-short-card__thumb img {
    display: block;
    width: 100%;
    transition: 1s;
}

.product-short-card__labels {
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 568px) {
    .product-short-card__labels {
        top: 10px;
        left: 10px;
    }
}

.product-short-card__header {
    padding: 40px;
    transition: 0.3s;
    min-height: 176px;
}

@media (max-width: 1400px) {
    .product-short-card__header {
        min-height: 125px;
        padding: 20px 0 0 0;
    }
}

@media (max-width: 767px) {
    .product-short-card__header {
        min-height: 0;
    }
}

@media (min-width: 1200px) {
    .product-short-card:hover .product-short-card__header {
        background: var(--yellow);
    }

    .product-short-card:hover .product-short-card__title {
        background: var(--yellow);
    }

    .product-short-card:hover .product-short-card__thumb img {
        transform: scale(1.05);
    }
}

.product-short-card-title {
    font-weight: 300;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: var(--brown);
    margin-bottom: 4px;
    position: relative;
}

@media (max-width: 1400px) {
    .product-short-card-title {
        font-size: 22px;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .product-short-card-title {
        min-height: 0;
        font-weight: 700;
    }
}

@media (max-width: 568px) {
    .product-short-card-title {
        font-size: 18px;
    }
}

.product-short-card-descr {
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: var(--brown);
}

.section .catalog {
    margin-bottom: 0;
}

.catalog {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .catalog {
        margin-bottom: 40px;
    }
}

.catalog .product-short-card__thumb img {
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-about__wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: anchor-center;
}

.main-about__wrap>.button {
    position: absolute;
    right: 0;
    bottom: 0;
}

.two_buttons {
    display: flex;
    gap: 20px;
}

@media (max-width: 992px) {
    .main-about__wrap>.button {
        position: static;
        margin-top: 30px;
    }

    .main-about__wrap {
        display: block
    }
}

.main-about__text {
    max-width: 800px;
    font-weight: 300;
    font-size: 18px;
    /* line-height: 36px; */
    line-height: 150%;
    letter-spacing: -0.01em;
    color: var(--brown);
}

.main-about__text p {
    font-size: 18px;
}

.main-about__text h3 {
    font-size: 24px;
    font-weight: 300;
}

.main-about__photo {
    margin-top: 60px;
}

.main-about__photo img {
    max-width: 100%;
}

.advantages {
    position: relative;
    height: 555px;
    background: url(../../images/advantage-decor.svg) center bottom no-repeat;
}

@media (max-width: 1400px) {
    .advantages {
        background-size: 400px;
        height: 465px;
    }
}

@media (max-width: 992px) {
    .advantages {
        padding-bottom: 380px;
        height: auto;
    }
}

@media (max-width: 568px) {
    .advantages {
        background-size: contain;
    }
}

.advantages__item {
    position: absolute;
}

@media (max-width: 992px) {
    .advantages__item {
        position: static;
        margin-bottom: 30px;
    }
}

.advantages__item::after {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}

.advantages__item._pos-1 {
    top: 0;
    left: 0;
}

.advantages__item._pos-1::after {
    left: 100%;
    top: 26px;
    margin-left: 60px;
    width: 92px;
    height: 72px;
    background-image: url(../../images/advantage-card-decor-01.svg);
}

@media (max-width: 1400px) {
    .advantages__item._pos-1::after {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .advantages__item._pos-1::after {
        display: none;
    }
}

.advantages__item._pos-2 {
    top: 214px;
    left: 0;
}

.advantages__item._pos-2::after {
    left: 100%;
    top: -23px;
    margin-left: 60px;
    width: 164px;
    height: 53px;
    background-image: url(../../images/advantage-card-decor-02.svg);
}

@media (max-width: 1400px) {
    .advantages__item._pos-2::after {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .advantages__item._pos-2::after {
        display: none;
    }
}

.advantages__item._pos-3 {
    top: 44px;
    right: 0;
    text-align: right;
}

@media (max-width: 992px) {
    .advantages__item._pos-3 {
        text-align: left;
    }
}

.advantages__item._pos-3::after {
    top: 16px;
    right: 100%;
    margin-right: 47px;
    width: 85px;
    height: 57px;
    background-image: url(../../images/advantage-card-decor-03.svg);
}

@media (max-width: 1400px) {
    .advantages__item._pos-3::after {
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .advantages__item._pos-3::after {
        display: none;
    }
}

.advantages__item._pos-4 {
    top: 316px;
    right: 0;
    text-align: right;
}

@media (max-width: 992px) {
    .advantages__item._pos-4 {
        text-align: left;
    }
}

.advantages__item._pos-4::after {
    top: -42px;
    right: 100%;
    margin-right: 60px;
    width: 178px;
    height: 93px;
    background-image: url(../../images/advantage-card-decor-04.svg);
}

@media (max-width: 1400px) {
    .advantages__item._pos-4::after {
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .advantages__item._pos-4::after {
        display: none;
    }
}

.advantage-card {
    font-weight: 300;
    color: var(--brown);
    letter-spacing: -0.01em;
}

.advantage-card__title {
    font-size: 28px;
    line-height: 125%;
    margin-bottom: 15px;
}

@media (max-width: 1400px) {
    .advantage-card__title {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .advantage-card__title {
        font-weight: bold;
    }
}

.advantage-card__descr {
    font-size: 18px;
    line-height: 150%;
}

@media (max-width: 1400px) {
    .advantage-card__descr {
        font-size: 16px;
    }
}

.product-page__header {
    position: relative;
    margin-bottom: 60px;
}

.product-page__header .title-h1 {
    margin-bottom: 35px;
    padding-right: 200px;
}

.product-page__header .button {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 992px) {
    .product-page__header .button {
        position: static;
        margin-top: 40px;
    }

    .product-page__header .title-h1 {
        padding-right: 0
    }
}

.product-page__cover {
    margin-left: calc((100vw - 1620px) / -2);
    margin-right: calc((100vw - 1620px) / -2);
}

@media (max-width: 1600px) {
    .product-page__cover {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media (max-width: 1200px) {
    .product-page__cover {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (max-width: 568px) {
    .product-page__cover {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.product-page__cover img {
    display: block;
    width: 100%;
    height: 730px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 992px) {
    .product-page__cover img {
        height: 400px;
    }
}

.product-page__info {
    padding: 160px 0 80px;
}

@media (max-width: 992px) {
    .product-page__info {
        padding: 60px 0 40px;
    }
}

.product-page-descr {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: var(--brown);
    max-width: 660px;
}

.product-page-art {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: var(--brown);
    margin-bottom: 10px;
}

.product-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 992px) {
    .product-info {
        flex-direction: column;
        width: 100%;
    }
}

.product-info__text {
    width: 50%;
}

.product-info__text h3 {
    font-size: 35px;
    padding: 0;
    margin: 40px 0;
    font-family: var(--title-font-family);
    font-weight: 900;
    line-height: 90%;
    letter-spacing: -0.01em;
    margin-bottom: 0;
    color: var(--brown);
}

@media (max-width: 992px) {
    .product-info__text {
        width: 100%;
    }
}

.product-info__cover {
    width: 50%;
    height: 500px;
}

@media (max-width: 992px) {
    .product-info__cover {
        width: 100%;
    }
}

.product-info__cover img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-info-title {
    margin-bottom: 20px;
}

.product-info-text {
    max-width: 660px;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: var(--brown);
}



/* popup */
.popup {
    display: none;
    min-height: 658px;
    width: 755px;
    padding: 50px;
}

@media (max-width: 767px) {
    .popup {
        padding: 30px;
        width: 100%;
    }
}

.popup::after {
    content: "";
    position: absolute;
    z-index: 98;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 43px;
    background: url(../../images/popup-decor.svg) 0 0/cover no-repeat;
}

@media (max-width: 767px) {
    .popup::after {
        display: none;
    }
}

.popup::before {
    content: "";
    position: absolute;
    z-index: 99;
    right: -125px;
    bottom: -88px;
    width: 165px;
    height: 176px;
    background: url(../../images/logo.svg) center no-repeat;
    background-size: contain;
}

@media (max-width: 767px) {
    .popup::before {
        display: none;
    }
}

.popup__header {
    margin-bottom: 30px;
}

.popup-title {
    font-weight: 600;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: var(--black);
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .popup-title {
        font-weight: 700;
        font-size: 30px;
    }
}

.popup-title:last-child {
    margin: 0;
}

.popup-subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: var(--gray-text);
}

@media (max-width: 767px) {
    .popup-subtitle {
        font-size: 16px;
    }
}

.popup-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -5px;
}

.popup-form>* {
    padding: 5px;
}

@media (max-width: 767px) {
    .popup-form .checkbox-field {
        display: block;
        margin: 15px 0;
    }
}

.popup.fancybox__content>.carousel__button.is-close {
    width: 64px;
    height: 64px;
    background: url(../../images/popup-close.svg) center no-repeat;
    top: 20px;
    right: 20px;
}

.popup.fancybox__content>.carousel__button.is-close svg {
    display: none;
}

.popup-form-confirm {
    display: none;
    position: relative;
    padding-top: 100px;
    height: 100%;
    text-align: center;
}

.popup-form-confirm::before {
    content: "";
    position: absolute;
    left: -50px;
    bottom: -50px;
    right: -50px;
    height: 300px;
    background: url(../../images/popup-text-decor.svg) center bottom no-repeat;
}

.checkbox-field {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 16px;
    color: var(--gray-text);
    line-height: 140%;
    letter-spacing: -0.01em;
}

.checkbox-field input[type=checkbox] {
    width: 22px;
    height: 22px;
    display: none;
}

.checkbox-field input[type=checkbox]:checked+div::before {
    background: url(../../images/check.svg) var(--red) center no-repeat;
}

.checkbox-field div {
    position: relative;
    padding-left: 32px;
}

.checkbox-field div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    border: 1px solid var(--red);
    cursor: pointer;
}

.checkbox-field a {
    color: var(--black);
    text-decoration: underline;
}

.checkbox-field a:hover {
    text-decoration: none;
}

/* footer */
.footer {
    background: var(--yellow);
    margin-top: 60px;
    color: var(--brown);
    padding: 60px 0;
}

.footer .container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.footer__wrap {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .footer__wrap {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .footer__bottom {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }
}

.footer__nav {
    display: flex;
    gap: 80px;
}

@media (max-width: 1400px) {
    .footer__nav {
        gap: 60px;
    }
}

@media (max-width: 992px) {
    .footer__nav {
        display: none;
    }
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
}

.footer-logo__image img {
    display: block;
}

.footer-logo__slogan {
    font-weight: 300;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.01em;
    width: 205px;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
}

.footer-info a {
    text-decoration: underline;
}

.footer-info a:hover {
    text-decoration: none;
}

.footer-dev {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: var(--brown);
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-dev a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-dev img {
    display: block;
    position: relative;
    top: -3px;
}

.footer-soc {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-soc .button {
    margin-right: 4px;
}

.footer-info a {
    text-decoration: underline;
}

.footer-info a:hover {
    text-decoration: none;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-nav__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
}

@media (max-width: 1400px) {
    .footer-nav__title {
        font-size: 18px;
    }
}

.footer-nav__item {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
}

@media (max-width: 1400px) {
    .footer-nav__item {
        font-size: 16px;
    }
}

.footer-nav__item a:hover {
    color: var(--hover);
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
}

@media (max-width: 1400px) {
    .footer-contacts {
        max-width: 300px;
    }
}

.footer-phone {
    font-weight: 300;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

@media (max-width: 1400px) {
    .footer-phone {
        font-size: 40px;
    }
}

@media (max-width: 1200px) {
    .footer-phone {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .footer-phone {
        font-size: 28px;
    }
}

.footer-addr {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
}

@media (max-width: 1400px) {
    .footer-addr {
        font-size: 16px;
    }
}

.header-nav__item a.header-nav__link.active {
    color: var(--red);
}

div.footer-nav__title.active {
    color: var(--red);
}

.footer-nav__item.active a {
    color: var(--red);
}

.error {
    background: pink !important;
    opacity: 0.5;
}

.container div.catalog p {
    font-weight: 100;
    font-size: 18px;
    line-height: 36px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: var(--brown);
}

.promo-box__title.title-h1 {
    font-size: 83px;
}

.cat_txt {
    display: block;
    max-width: 60%;
    margin: auto
}

.cat_txt h2 {
    padding: 0;
    margin: 0;
    font-family: var(--title-font-family);
    font-weight: 900;
    line-height: 90%;
    letter-spacing: -0.01em;
    margin: 40px 0 35px;
    color: var(--brown);
    font-size: 32px;
}

.contacts_block {
    padding: 0
}

.block_video video {
    margin: auto;
    border: none
}

@media (max-width: 1024px) {
    .block_video video {
        width: 100%;
        border: none
    }

    .cat_txt {
        display: block;
        max-width: 100%;
        margin: auto
    }

    .cat_txt h2 {
        padding: 0;
        margin: 0;
        font-family: var(--title-font-family);
        font-weight: 900;
        line-height: 90%;
        letter-spacing: -0.01em;
        margin: 40px 0 35px;
        color: var(--brown);
        font-size: 60px;
    }
}

@media (max-width: 960px) {
    .promo-box__title.title-h1 {
        font-size: 60px;
        line-height: 110%;
    }
}



.lang-select {
    position: relative;    
}

.lang-select .icon-button {
    gap: 4px;
    transition: 0.3s;
    cursor: pointer;
}

.lang-select .icon-button:hover::after {
    filter: brightness(0) invert(1);
}

.lang-select .icon-button::after {
    content: '';
    display: block;
    width: 11px;
    height: 8px;
    background: url(../../images/select-arrow.svg) center no-repeat;
    transition: 0.3s;
}


.lang-select__dropdown {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    border-radius: 15px;
    padding: 20px 25px;
    width: 107px;
    background: #fff;
    border: 1px solid var(--brown);
    transform: translate(-50%, 15px);
}

.lang-select__dropdown._white {
    border-color: var(--white);
}

.lang-select-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: -0.01em;
    padding: 5px 0;
    color: #b1b1b1;
}

a.lang-select-link {
    color: #000;
}

.lang-select-link::before {
    content: '';
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.lang-select-link._uz::before {
    background-image: url(../../images/flag-uz.png);
}

.lang-select-link._az::before {
    background-image: url(../../images/flag-az.png);
}


.lang-select-link._ru::before {
    background-image: url(../../images/flag-ru.png);
}


.lang-select-link._uz::before {
    background-image: url(../../images/flag-uz.png);
}

.lang-select-link._am::before {
    background-image: url(../../images/flag-am.png);
}

.lang-select-link._kz::before {
    background-image: url(../../images/flag-kz.png);
}


.lang-select-link._ro::before {
    background-image: url(../../images/flag-ro.png);
}

.lang-select-link._kg::before {
    background-image: url(../../images/flag-kg.png);
}

.lang-select-link._tj::before {
    background-image: url(../../images/flag-tj.png);
}

.lang-select-link._tm::before {
    background-image: url(../../images/flag-tm.png);
}

.lang-select-link._en::before {
    background-image: url(../../images/flag-en.png);
}

.lang-select-link._ge::before {
    background-image: url(../../images/flag-ge.png);
}

.lang-select-link._md::before {
    background-image: url(../../images/flag-md.png);
}

/*.promo-box__wrap {display:none}*/
/* Stylesheet: Стиль Modified On 2026-01-15 11:52:46 */
