:root {
    --color-text: #403428;
    --color-accent: #d8b05e;
    --font-helvetica: "Helvetica Neue", sans-serif;
    --font-fixel: "Fixel Display", sans-serif;
}
@font-face {
    font-family: "Fixel Display";
    src: url("../content/fonts/Fixel/FixelDisplay-SemiBold.woff2")
            format("woff2"),
        url("../content/fonts/Fixel/FixelDisplay-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fixel Display";
    src: url("../content/fonts/Fixel/FixelDisplay-Medium.woff2") format("woff2"),
        url("../content/fonts/Fixel/FixelDisplay-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fixel Display";
    src: url("../content/fonts/Fixel/FixelDisplay-Bold.woff2") format("woff2"),
        url("../content/fonts/Fixel/FixelDisplay-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fixel Display";
    src: url("../content/fonts/Fixel/FixelDisplay-Regular.woff2")
            format("woff2"),
        url("../content/fonts/Fixel/FixelDisplay-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../content/fonts/Helvetica/HelveticaNeue-Light.woff2")
            format("woff2"),
        url("../content/fonts/Helvetica/HelveticaNeue-Light.woff")
            format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../content/fonts/Helvetica/HelveticaNeue-Medium.woff2")
            format("woff2"),
        url("../content/fonts/Helvetica/HelveticaNeue-Medium.woff")
            format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../content/fonts/Helvetica/HelveticaNeue-Roman.woff2")
            format("woff2"),
        url("../content/fonts/Helvetica/HelveticaNeue-Roman.woff")
            format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;

    font-family: var(--font-helvetica);
    scroll-behavior: smooth;
}
body {
    background-color: #fbfaf9;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    display: block;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}
input {
    display: block;
}

.header {
    padding: 60px 0 0;
}
.container {
    max-width: calc(100% - 180px);
    width: 100%;
    margin: 0 auto;
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.header__navigation {
    max-width: 839px;
    width: 100%;
    padding-top: 6px;
    display: flex;
    justify-content: space-between;
}
.header__menu {
    max-width: 460px;
    width: 100%;
}
.header__menu-link {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #4a3c2d;
    width: fit-content;
    margin-bottom: 7px;
}
.header__menu-link:hover {
    text-decoration: underline;
}
.header__navigation-phone {
    font-family: var(--font-fixel);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(64, 52, 40, 0.9);
    /* padding-top: 6px; */
    height: 30px;
}
.header__language {
    position: relative;
    padding-right: 17px;
    height: 30px;
    cursor: pointer;
}
.header__language::after {
    position: absolute;
    right: 0;
    top: 13px;
    content: "";
    width: 11px;
    height: 6px;
    background-image: url(../content/lang-arr.png);
}
.header__language.--opened::after {
    transform: rotate(180deg);
}
.about__box:nth-of-type(6) > .lt,
.about__box:nth-of-type(6) > .lb {
    display: none;
}
.about__box:nth-of-type(7) > .lt,
.about__box:nth-of-type(7) > .lb,
.about__box:nth-of-type(7) > .rt,
.about__box:nth-of-type(7) > .rb {
    display: none;
}

.header__language-menu {
    display: none;
}
.header__language-active {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.01em;
    color: var(--color-text);
    height: 30px;
}
.header__language-link {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.01em;
    color: var(--color-text);
}
.header__language-item.--active {
    display: block;
}
.headerMenuBtn {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: var(--color-text);
    text-decoration: underline;
    border: none;
    outline: none;
    background-color: transparent;
    display: none;
}
.top {
    padding-top: 60px;
    overflow: hidden;
}
.top__inner {
    position: relative;
    padding: 237px 90px 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 81px;
}
.top__main-text {
    position: absolute;
    left: 0;
    top: -35px;
    width: 100%;
}
.top__title,
.top__title > img {
    width: 100%;
}
.top__main-box {
    position: relative;
    padding: 0 0 30px;
}
.top__main-description {
    position: absolute;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(64, 52, 40, 0.9);
}
.top__main-description:nth-of-type(1) {
    top: 15%;
    left: 20%;
}
.top__main-description:nth-of-type(2) {
    top: 15%;
    right: 20%;
}
.top__main-description:nth-of-type(3) {
    bottom: 0px;
    left: 180px;
}
.top__main-description:nth-of-type(4) {
    bottom: 0px;
    right: 63px;
}
.top__static-box {
    max-width: 294px;
    width: 100%;
    margin-bottom: 163px;
}
.top__static-text {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--color-text);
    padding-right: 34px;
    position: relative;
}
.top__static-text::after {
    position: absolute;
    right: 0px;
    top: 9px;
    content: "";
    width: 34px;
    height: 1px;
    background-image: url(../content/top-line.png);
}
.top__static-text > span {
    color: var(--color-accent);
}
.top__static-link {
    border: 1px solid rgba(64, 52, 40, 0.9);
    border-radius: 25px;
    padding: 15px 51px;
    width: 294px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: rgba(64, 52, 40, 0.9);
    margin-top: 50px;
}
.top__static-link:hover,
.services__link-link:hover {
    background-color: var(--color-text);
    color: #fff;
}
.top__absolute-box {
    max-width: 510px;
    width: 100%;
    position: absolute;
    left: 60px;
    bottom: 420px;
}
.top__absolute-line {
    display: block;
    width: 30px;
    height: 1px;
    background-color: var(--color-text);
    margin: 0 5px 10px;
}
.top__absolute-title {
    font-family: var(--font-fixel);
    font-weight: 600;
    font-size: 45px;
    letter-spacing: -0.07em;
    text-transform: uppercase;
    color: var(--color-text);
    display: flex;
    align-items: center;
}
.top__absolute-title:nth-of-type(2) {
    margin-left: 76px;
}
.top__absolute-text {
    margin-top: 38px;
    max-width: 442px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(64, 52, 40, 0.9);
}
.top__absolute-text > span {
    color: var(--color-accent);
}
.about {
    padding: 200px 0;
}
.about__inner {
    display: grid;
    width: 100%;
    grid-template: 65px 166px 84px 259px / 14% 29% 30% 26%;
    /* gap: 1px; */
    padding-bottom: 72px;
}
.about__box {
    padding: 16px;
    border: 1px solid var(--color-text);
}
.about__box:nth-of-type(1) {
    grid-column: 2 span;
    grid-row: 2 span;
    border: none;
}
.about__box:nth-of-type(2) {
    border: none;
    grid-row: 2 span;
}
.about__box:nth-of-type(3) {
    border: none;
    grid-row: 2 span;
}
.about__box:nth-of-type(4),
.about__box:nth-of-type(5),
.about__box:nth-of-type(6),
.about__box:nth-of-type(8),
.about__box:nth-of-type(9),
.about__box:nth-of-type(10) {
    border-left: none;
    border-bottom: none;
}

.about__box:nth-of-type(7),
.about__box:nth-of-type(11) {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.subtitle {
    font-weight: 400;
    font-size: 18px;
    color: var(--color-text);
    margin-left: 5px;
    margin-bottom: 10px;
}
.about__subtitle-text {
    font-family: var(--font-fixel);
    font-weight: 600;
    font-size: 60px;
    letter-spacing: -0.03em;
    color: var(--color-text);
    line-height: 70%;
    padding-bottom: 40px;
}
.about__subtitle-text > .yellow {
    font-family: var(--font-fixel);
    font-weight: 400;
    font-size: 45px;
    letter-spacing: -0.01em;
    color: var(--color-accent);
}
.about__subtitle-text > .thin {
    font-weight: 400;
    font-size: 45px;
    letter-spacing: -0.01em;
    color: var(--color-text);
    margin-left: 29px;
}
.about__box.text {
    padding: 0 29px 0 0;
}
.about__box-text {
    font-weight: 400;
    font-size: 18px;
    color: rgba(64, 52, 40, 0.9);
}
.about__box.title {
    position: relative;
}
.circle {
    position: absolute;
    z-index: 2;
}
.circle.lt {
    top: -15px;
    left: -15px;
}
.circle.rt {
    top: -15px;
    right: -15px;
}
.circle.lb {
    bottom: -15px;
    left: -15px;
}
.circle.rb {
    bottom: -15px;
    right: -15px;
}
.about__box-title {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--color-text);
}
.about__bottom {
    overflow: hidden;
    width: 100%;
}
.about__image {
    width: 100%;
}
.title {
    font-family: var(--font-fixel);
    font-weight: 500;
    /* font-size: 80px; */
    font-size: clamp(60px, 4vw, 80px);
    letter-spacing: -0.03em;
    color: var(--color-text);
}
.title > span {
    font-size: 100px;
    text-transform: lowercase;
    font-size: clamp(66px, 4vw, 100px);
}
.reason {
    padding-bottom: 190px;
}
.reason__header-content > .title:nth-of-type(2) {
    /* margin-left: 418px; */
    /* margin-left: 4%; */
}
.reason__header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.reason__boxes {
    max-width: 974px;
    width: 100%;
    margin: 63px auto 0;
}
.reason__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}
.reason__box-number {
    font-weight: 300;
    font-size: 80px;
    color: var(--color-accent);
}
.reason__box-short {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(64, 52, 40, 0.9);
}
.reason__box-description {
    max-width: 436px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: rgba(64, 52, 40, 0.9);
}
.production__box {
    padding-top: 135px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 150px;
}
.production__inner > .subtitle {
    margin-left: 90px;
}
.production__text {
    font-family: var(--font-fixel);
    font-weight: 500;
    font-size: 45px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--color-text);
}
.production__text-head {
    max-width: 1210px;
    width: calc(100% - 90px);
    position: absolute;
    top: 10px;
    left: 90px;
    /* right: 257px; */
}
.production__text-bottom {
    position: absolute;
    bottom: -55px;
    left: 90px;
}
.production__text-bottom > span {
    display: block;
    margin-left: 170px;
}
.example__box {
    border: 1px solid #00000067;
    /* width: 624px; */
    width: 40%;
    height: 540px;
    position: relative;
}

.example__box-front {
    padding: 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.example__box-back {
    display: none;
    position: relative;
    height: 100%;
}
.example__box-placeholder {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}
.example__box-placeholder > svg {
    width: 45px;
    height: 45px;
}
/* .example__box:hover > .example__box-back{
    display: block;
}
.example__box:hover > .example__box-front{
    display: none;
} */

.example__slider-next {
    cursor: pointer;
    position: absolute;
    z-index: 13;
    bottom: 30px;
    right: 30px;
}

.example__box-title {
    font-family: var(--font-fixel);
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(64, 52, 40, 0.9);
}
.example {
    display: flex;
    justify-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 130px;
    padding-bottom: 200px;
}
.example__box-text {
    font-weight: 400;
    font-size: 18px;
    color: rgba(64, 52, 40, 0.9);
}
.example__box:nth-of-type(3) {
    margin-left: 140px;
}
.example__slider-item {
    width: 100%;
}
.services__top {
    display: flex;
    gap: 108px;
}
.services__top-content {
    padding-top: 33px;
}
.services__top-title {
    font-family: var(--font-fixel);
    font-weight: 500;
    font-size: 80px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: rgba(64, 52, 40, 0.9);
}
.services__top-title > span {
    color: var(--color-accent);
}
.services__top-title:nth-of-type(2) {
    margin-left: 222px;
}
.services__top-title:nth-of-type(3) {
    margin-left: 71px;
    margin-bottom: 47px;
}
.services__top-text {
    margin-left: 331px;
    max-width: 376px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: rgba(64, 52, 40, 0.9);
}
.services__top-text > span {
    color: var(--color-accent);
}
.services__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1365px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 203px;
    padding-top: 116px;
}
.services__bottom > span {
    display: block;
    background-color: rgba(64, 52, 40, 0.682);
    width: 100%;
    height: 2px;
}

.services__bottom-circle {
    position: relative;
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: rgba(64, 52, 40, 0.682);
}
.services__bottom-circle.--active {
    width: 65px;
    height: 65px;
    background-color: var(--color-text);
}
.services__bottom-circle::before {
    position: absolute;
    font-weight: 400;
    font-size: 18px;
    color: var(--color-accent);
    top: -38px;
    right: 2px;
    white-space: nowrap;
}

.services__bottom-circle:nth-of-type(1)::before {
    content: "( этап 1 )";
}
.services__bottom-circle:nth-of-type(2)::before {
    content: "( этап 2 )";
}
.services__bottom-circle:nth-of-type(3)::before {
    content: "( этап 3 )";
}
.services__bottom-circle:nth-of-type(4)::before {
    content: "( этап 4 )";
}
.services__bottom-circle:nth-of-type(5)::before {
    content: "( этап 5 )";
}
.services__bottom-circle > p {
    width: fit-content;
    position: absolute;
    left: -10%;
    top: calc(100% + 17px);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(64, 52, 40, 0.9);
}
.services__bottom-circle > p > span {
    text-transform: none;
}
.services__bottom-circle:nth-of-type(1) > p,
.services__bottom-circle:nth-of-type(4) > p {
    white-space: nowrap;
}
.services__bottom-circle:nth-of-type(5) > p {
    left: -100%;
}
.services__link-link {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: rgba(64, 52, 40, 0.9);
    border: 1px solid var(--color-text);
    border-radius: 25px;
    width: 294px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services__link {
    display: flex;
    justify-content: flex-end;
    padding-right: 90px;
    padding-bottom: 200px;
}
.projects {
    padding-left: 90px;
    padding-bottom: 200px;
}
.projects__title {
    font-family: var(--font-fixel);
    font-weight: 500;
    font-size: 80px;
    letter-spacing: -0.03em;
    color: var(--color-text);
    margin-bottom: 50px;
}
.projects__boxes {
    display: none;
    /* display: grid; */
    width: 100%;
    grid-template: 121px 648px 114px 536px 113px 405px 114px 535px 102px / 28% 28% 44%;
}
.projects__boxes.--active {
    display: grid;
}
.project__box:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column: 3 span;
}
.project__box:nth-of-type(3) {
    padding-right: 10px;
    grid-row: 2 span;
}
.project__box:nth-of-type(4) {
    grid-row: 2 span;
}
.project__box:nth-of-type(6) {
    grid-row: 4 / 5;
    grid-column: 2 / 4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.project__box:nth-of-type(7) {
    grid-row: 5 / 8;
    grid-column: 2 / 3;
}
.project__box:nth-of-type(7) > img {
    height: 518px;
}
.project__box:nth-of-type(8) {
    grid-row: 7 / 9;
    grid-column: 3 / 4;
}

.project__box-content {
    display: flex;
    gap: 40px;
    padding-right: 30px;
}
.project__box-title {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(64, 52, 40, 0.9);
    cursor: pointer;
}
.project__box-title:hover {
    text-decoration: underline;
}
.project__box-title.--active {
    color: var(--color-accent);
}
.project__paragraph {
    font-weight: 400;
    font-size: 18px;
    color: rgba(64, 52, 40, 0.9);
}
.project__box-image {
    width: 100%;
    height: 649px;
    object-fit: cover;
    object-position: center;
}
.project__box-description {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(64, 52, 40, 0.9);
    padding: 10px 30px;
}
.project__box-large {
    max-width: 441px;
    width: 100%;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.02em;
    color: rgba(64, 52, 40, 0.9);
}
.project__box-large > span {
    color: var(--color-accent);
}
.certification {
    padding-bottom: 200px;
}
.certification__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    max-width: 1660px;
    width: 100%;
    margin: 65px auto 0;
    flex-wrap: wrap;
}
/* .certification__image{
    width: 25%;
} */
.footer__inner {
    width: 100%;
    display: grid;
    grid-template: auto 32px / 20% 25% 45%;
    padding-bottom: 17px;
    grid-gap: 70px 50px;
}

.footer__address-phone {
    font-family: var(--font-fixel);
    font-weight: 500;
    /* font-size: 45px; */
    font-size: 2vw;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(64, 52, 40, 0.9);
    margin-bottom: 79px;
}
.footer__address-text {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: -0.02em;
    /* text-transform: uppercase; */
    color: rgba(64, 52, 40, 0.9);
    line-height: 130%;
}
.footer__contact-title {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(64, 52, 40, 0.9);
    margin-bottom: 9px;
}
.footer__contact-subtitle {
    font-weight: 500;
    font-size: 32px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: rgba(64, 52, 40, 0.9);
}
.footer__contact-subtitle:nth-of-type(2) {
    margin-left: 60px;
}
.footer__form {
    margin-top: 33px;
    max-width: 578px;
    width: 100%;
}
.footer__form-title {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-text);
    opacity: 0.8;
    margin-bottom: 14px;
}
.footer__form-input {
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(64, 52, 40, 0.6);
    background-color: transparent;
    padding: 4px 0;
    margin-left: 15px;
    margin-bottom: 17px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-text);
    width: 100%;
}
.footer__form-submit {
    display: block;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(64, 52, 40, 0.9);
    border: none;
    outline: none;
    border-bottom: 1px solid var(--color-text);
    background-color: transparent;
    margin-top: 45px;
    cursor: pointer;
    padding-bottom: 8px;
}
.footer__form-submit:hover {
    font-weight: 700;
    padding: 0 25px 8px 6px;
}
.footer__copyright {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(64, 52, 40, 0.9);
}
.footer__copyright-adaptive {
    display: none;
}
.footer__politics {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(64, 52, 40, 0.9);
    display: flex;
    align-items: center;
}
.footer__rights {
    font-weight: 400;
    font-size: 24px;
    color: rgba(64, 52, 40, 0.9);
    text-align: right;
}
.footer__rights > span {
    font-size: 18px;
}

.top__main-box {
    width: fit-content;
}
.text-wrapper {
    /* width: fit-content; */
    overflow: hidden;
    height: fit-content;
}
.top__main-box > h1 {
    transform: translateY(450px);
}
.animated-text {
    transform: translateY(250px);
}
.animated-text.distance650 {
    transform: translateY(650px);
}
.example__slider-next:hover > svg > circle {
    fill: var(--color-accent) cc;
}
.production__image {
    width: 76%;
}
.slick-slider {
    height: 100%;
}
.example__slider-item,
.slick-track,
.slick-list {
    height: 100%;
}
.example__slider-item {
    object-fit: cover;
    object-position: center;
}
.services__top-title:nth-of-type(2) {
    margin-left: 96px;
}

.example__box-circle {
    position: absolute;
}
.example__box-circle:nth-of-type(1) {
    top: -15px;
    left: -15px;
}
.example__box-circle:nth-of-type(2) {
    top: -15px;
    right: -15px;
}
.example__box-circle:nth-of-type(3) {
    bottom: -15px;
    left: -15px;
}
.example__box-circle:nth-of-type(4) {
    bottom: -15px;
    right: -15px;
}
.modals {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #0000006f;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}
.modals.--opened {
    display: flex;
}
.modal {
    display: none;
    max-width: 676px;
    width: 100%;
    position: relative;
    padding: 10px;
    background-color: #fff;
}
.modal__container {
    border: 1px solid var(--color-text);
    padding: 66px 0 64px;
}
.modal.--opened {
    display: block;
}
.modal__title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal__title > img {
    width: calc(100% - 5px);
    margin: 0 auto 45px;
}
.modal__subtitle {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-text);
    margin-bottom: 18px;
}
.modal__container > form {
    padding: 0 41px;
}
.modal__input {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-text);
    padding: 5px 20px;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #4a3c2d;
    margin-bottom: 60px;
}
.modal__submit {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--color-text);
    border: 1px solid rgba(64, 52, 40, 0.9);
    border-radius: 25px;
    width: 294px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
    margin: 0 auto;
    transition: .3s all linear;
}
.modal__submit:hover {
    background-color: #403428;
    color: #FFF;
}
.closeModal {
    width: fit-content;
    cursor: pointer;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 30px;
    background-color: transparent;
}
.openModal {
    cursor: pointer;
}
.closeModal:hover > svg > path {
    stroke: #d8b05e;
}
