@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

*[hidden] {
    display: none
}

body {
    line-height: 1
}

menu,
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-family: SONGER SemiExpanded;
    background-color: #090909;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

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

.header__wrapper {
    background-image: url(/assets/Shape-3-De5VUI7M.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: 175px;
    background-position-y: center;
    background-size: inherit;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 580px) {
    .header__wrapper {
        background-position-x: center;
        background-position-y: center;
        background-size: cover
    }
}

.header__logo {
    position: absolute;
    top: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 14px;
    z-index: 100
}

.header__logo img {
    max-width: 100%
}

@media (max-width: 1030px) {
    .header__logo {
        width: 54px;
        left: 24px
    }
}

@media (max-width: 580px) {
    .header__logo {
        position: absolute;
        width: 44px;
        z-index: 9999999999999
    }
}

.header__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 10px
}

.header__item_link {
    text-decoration: none;
    color: #b7ab98;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 10px
}

.container__header {
    width: min(100% - 63px, 1920px);
    margin-inline: auto
}

.header_menu {
    z-index: 100;
    position: fixed;
    right: 1rem;
    top: 2rem
}

.header__drop-down-btn {
    background: none;
    outline: none;
    border: none;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header__drop-down-btn svg {
    height: 20px;
    width: 40px;
}

@media (max-width: 580px) {
    .header_menu_list {
        display: none !important;
    }

    .header__drop-down-btn {
        display: inline-flex !important;
    }

    .header {
        z-index: 10000;
    }
}

.header_menu a {
    cursor: pointer;
    padding: .375rem 0;
    display: block;
    position: relative;
    text-align: right;
    text-decoration: none
}

.ul__reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .2rem;
    padding-left: 0;
    list-style: none;
    font-style: normal;
    font-weight: 800;
    font-size: 1rem;
    font-family: SONGER Bold;
    text-transform: uppercase;
    letter-spacing: .1em
}

.header_menu_item_inner {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    display: block;
    position: relative
}

.header_menu_item_link__deep {
    background: transparent;
    color: #b7ab98;
    filter: brightness(.5)
}

.header_menu_item_link {
    display: block;
    will-change: transform;
    transition: transform .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1)
}

.header_menu_item_link__active {
    color: #dfbb87;
    position: absolute;
    right: 0;
    top: 2px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    will-change: transform
}

.header_menu_item.is-active .header_menu_item_link__active,
.header_menu_item:hover .header_menu_item_link__active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0);
    will-change: transform
}

.header_menu_item.is-active .header_menu_item_link__deep,
.header_menu_item:hover .header_menu_item_link__deep {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    will-change: transform
}

.container {
    width: min(100% - 1em, 1392px);
    margin-inline: auto;
    position: relative
}

@media (max-width: 1680px) {
    .container {
        width: min(100% - 18em, 1392px)
    }
}

@media (max-width: 580px) {
    .container {
        width: min(100% - 1em, 1392px)
    }
    
    .quiz__container {
        padding: 0 20px;
        box-sizing: border-box;
    }
}

html {
    scroll-behavior: smooth
}

::-webkit-scrollbar {
    display: none
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.main__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px;
    position: relative
}

@media (max-width: 580px) {
    .main__title {
        margin-bottom: 10px
    }
}

.main__title_img {
    position: absolute;
    top: 40px;
    left: 5vw;
    -webkit-animation: up_down 5s infinite ease-in-out;
    animation: up_down 5s infinite ease-in-out
}

@media (max-width: 580px) {
    .main__title_img {
        position: absolute;
        top: -60px;
        left: 0rem;
        width: 72px
    }
}

.title__small {
    font-family: SONGER SemiExpanded;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 5px;
    text-align: left;
    text-transform: uppercase;
    color: #dfbb87;
    text-align: center;
    margin-bottom: 40px;
}

.title__big {
    max-width: min(80%, 1131px);
    font-family: Unbounded;
    margin-top: 5px;
    font-size: 38px;
    font-weight: 700;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
    color: #b7ab98
}

.main__info-items {
    display: flex;
    max-width: 1131px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.main__info-item {
    font-size: 16px;
    color: #dfbb87;
    text-align: center;
    line-height: normal;
    border: 2px #dfbb87 solid;
    border-radius: 30px;
    padding: 15px;
}

@media (max-width: 580px) {
    .title__big {
        max-width: 90%;
        font-size: 24px;
        line-height: 130%;
    }
}

.primary__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid rgb(223, 187, 135);
    border-radius: 46px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(223, 187, 135, .1);
    box-shadow: 0 0 24px #dfbb871a;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: #ffffff05;
    padding: 8px 32px 8px 8px;
    text-decoration: none;
    margin-top: 56px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.primary__btn:hover .primary__btn_hover {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translate(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.primary__btn_hover {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    font-family: SONGER SemiExpanded;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 5px;
    text-transform: uppercase;
    border-radius: 46px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #dfbb87;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translate(-100%);
    color: #090909;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 580px) {
    .primary__btn_hover {
        font-size: 12px
    }
}

@media (max-width: 580px) {
    .primary__btn {
        padding: 5px 10px 5px 4px
    }
}

.primary__btn_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 46px;
    padding: 11px;
    background: #b7ab9833;
    width: 25px;
    height: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 580px) {
    .primary__btn_img {
        width: 20px;
        height: 20px
    }
}

.primary__btn_img img {
    width: 23px;
    height: 23px
}

@media (max-width: 580px) {
    .primary__btn_img img {
        width: 18px;
        height: 18px
    }
}

.primary__btn_text {
    font-family: SONGER SemiExpanded;
    margin-left: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 5px;
    text-align: left;
    text-transform: uppercase;
    color: #dfbb87
}

@media (max-width: 580px) {
    .primary__btn_text {
        font-size: 10px;
        margin-left: 8px;
        font-weight: 600
    }
}

.running__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px;
    background-color: #dfbb87;
    gap: 80px;
    margin-top: 120px;
    overflow: hidden
}

@media (max-width: 580px) {
    .running__line {
        padding: 15px
    }
}

.running__line span {
    font-family: Unbounded;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
    -webkit-animation: scroll 1s linear infinite;
    animation: scroll 1s linear infinite;
    color: #090909;
    -webkit-animation: 5s running_line infinite linear;
    animation: 5s running_line infinite linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@media (max-width: 580px) {
    .running__line span {
        color: #fff
    }
}

.glossy__line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    position: absolute;
    bottom: 4px;
    left: -50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: #b7ab9866;
    overflow: hidden
}

@media (max-width: 580px) {
    .glossy__line {
        top: 154px
    }
}

.glossy__line span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    gap: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: SONGER SemiExpanded;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    text-transform: uppercase
}

.glossy__line span:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #090909;
    opacity: .5;
    border-radius: 50%
}

.glossy__line span:first-child:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #090909;
    opacity: .5;
    border-radius: 50%
}

.line__wrapper {
    position: relative;
    overflow-x: clip;
    width: 100%
}

.line__wrapper_img {
    position: absolute;
    right: 2vw;
    bottom: 20px;
    z-index: 1000;
    -webkit-animation: up_down 6s infinite ease-in-out;
    animation: up_down 6s infinite ease-in-out
}

@media (max-width: 580px) {
    .line__wrapper_img {
        right: 0;
        width: 110px;
        bottom: 5px
    }
}

.social__wrapper {
    border: 2px solid rgba(183, 171, 152, .2);
    border-radius: 46px;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: #09090966;
    display: inline-block;
    padding: 24px 16px;
    position: fixed;
    left: 64px;
    bottom: 64px
}

@media (max-width: 1030px) {
    .social__wrapper {
        left: 24px
    }
}

@media (max-width: 580px) {
    .social__wrapper {
        z-index: 9999999999999;
        padding: 16px 24px;
        left: 50%;
        bottom: -10px;
        transform: translate(-50%, -50%)
    }
}

.social__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

@media (max-width: 580px) {
    .social__items {
        flex-direction: row
    }
}

.social__item_link:hover svg {
    fill: #dfbb87;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

@-webkit-keyframes running_line {
    0% {
        -webkit-transform: translateX(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translateX(149%);
        transform: translate(149%)
    }
}

@keyframes running_line {
    0% {
        -webkit-transform: translateX(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translateX(149%);
        transform: translate(149%)
    }
}

.overfloy__up {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 83px;
    z-index: 10000;
    background: linear-gradient(0deg, #09090900, #090909bf 65.4%, #090909)
}

@media (max-width: 580px) {
    .overfloy__up {
        display: block
    }
}

.overfloy__down {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 83px;
    z-index: 10000;
    background: linear-gradient(0deg, #090909, #090909bf 34.6%, #09090900)
}

@media (max-width: 580px) {
    .overfloy__down {
        display: block
    }
}

.requez {
    padding: 40px 20px;
    text-align: center
}

@media (max-width: 580px) {
    .requez {
        padding: 40px 0;
        text-align: left
    }
}

.about {
    position: relative;
    margin-top: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left
}

@media (max-width: 580px) {
    .about {
        margin-top: 400px
    }
}

.about__suptext {
    font-family: SONGER Bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .5rem;
    text-align: left;
    text-transform: uppercase;
    color: #b7ab98;
    margin-bottom: 48px;
    opacity: .7
}

@media (max-width: 1300px) {
    .about__suptext {
        font-size: 14px
    }
}

.about__title {
    font-family: Montserrat Bold;
    font-size: 58px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: justify;
    color: #b7ab98;
    width: 100%;
}

@media (max-width: 1300px) {
    .about__title {
        width: 100%
    }
}

@media (max-width: 1000px) {
    .about {
        margin-top: 150px;
    }
}

@media (max-width: 580px) {
    .about__title {
        font-size: 30px
    }
}

.about__text {
    margin-top: 24px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0%;
    color: #b7ab98;
    opacity: .7;
    text-align: justify;
}

.about__img {
    position: absolute;
    top: 50px;
    right: -10px
}

.about__columns {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 1060px;
}

.about__info-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 130px 130px;
    gap: 50px;
}

@media (max-width: 998px) {
    .about__info-items {
        gap: 25px;
    }
}

@media (max-width: 400px) {
    .about__info-items {
        gap: 10px;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }
}

.about__info-item {
    padding: 15px;
    border: 2px #dfbb87 solid;
    border-radius: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about__info-item-text {
    color: #dfbb87;
    font-size: 16px;
    line-height: normal;
}

.about__column_info {
    max-width: 590px;
    width: 100%;
    border: 2px #dfbb87 solid;
    border-radius: 30px;
    padding: 40px 30px;
    box-sizing: border-box;
}

.about__title {
    color: #b7ab98;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about__subtitle {
    font-family: Montserrat;
    text-transform: none;
    font-size: 18px;
    color: #dfbb87;
    line-height: normal;
    text-align: justify;
}

@media all and (max-width: 1150px) {

    .about__columns {
        flex-direction: column;
        align-items: flex-start;
    }

}

@media (max-width: 1620px) {
    .about__img {
        display: none
    }

    .about__columns {
        max-width: 100%;
    }
}

@media (max-width: 580px) {
    /* .about__img {
        top: -370px;
        display: block;
        right: 20%
    } */

    .label__wrapper {
        display: none;
    }
}

.about__img img {
    -webkit-animation: up_down 7s infinite ease-in-out;
    animation: up_down 7s infinite ease-in-out;
    width: 90%
}

.leader {
    margin-top: 220px;
}

.leader__columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.leader__column_info {
    border: 2px #dfbb87 solid;
    border-radius: 30px;
    padding: 40px 30px;
    box-sizing: border-box;
}

.leader__name {
    color: #b7ab98;
    font-size: 28px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.leader__mail {
    color: #dfbb87;
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin-bottom: 30px;
}

.leader__job-title {
    font-size: 24px;
    display: block;
    margin-bottom: 30px;
    color: #b7ab98;
}

.leader__text {
    font-size: 22px;
    display: block;
    color: #dfbb87;
    line-height: normal;
    font-family: Montserrat;
}

.leader__img {
    width: 600px;
    height: auto;
    border-radius: 30px;
}

.color {
    color: #dfbb87 !important
}

.label__wrapper {
    position: absolute;
    bottom: 0;
    right: 0
}

@media all and (max-width: 1000px) {

    .leader {
        margin-top: 100px;
    }

}

@media all and (max-width: 1300px) {

    .leader__columns {
        flex-direction: column-reverse;
    }

    .leader__img {
        width: 100%;
    }

}

.contact {
    margin-top: 120px;
    padding-bottom: 50px;
}

.contact__container {
    display: flex;
    flex-direction: column;
}

.contact__columns {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contact__column_map {
    border-radius: 30px;
    overflow: hidden;
    max-width: 700px;
    width: 100%;
}

.contact__column_socials {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact__title {
    font-size: 28px;
    display: block;
    color: #b7ab98;
    line-height: normal;
    margin-bottom: 20px;
}

.contact__link-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact__link-item {
    border: 2px #dfbb87 solid;
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 250px;
}

.contact__link-title {
    font-size: 24px;
    display: block;
    color: #b7ab98;
    line-height: normal;
}

.contact__link {
    font-size: 24px;
    display: block;
    color: #dfbb87;
    line-height: normal;
    text-decoration: none;
}

.contact__policy {
    border: 2px #dfbb87 solid;
    border-radius: 30px;
    padding: 10px;
    box-sizing: border-box;
}

.contact__policy-text {
    font-size: 18px;
    display: block;
    color: #dfbb87;
    line-height: normal;
    text-align: center;
}

@media all and (max-width: 1000px) {

    .contact__columns {
        flex-direction: column-reverse;
    }

    .contact__link-list {
        width: 100%;
    }

    .contact__link-item {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .contact__column_map iframe {
        height: 300px;
    }

}

@media (max-width: 580px) {
    .label__wrapper {
        right: 25px;
        top: -185px
    }
}

.Label__text {
    width: 148px;
    height: 144px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: #b7ab981a;
    font-family: Unbounded;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    color: #b7ab98;
    position: relative
}

.Label__text:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 20px;
    width: 143px;
    height: 118px;
    border: 1px solid rgb(223, 187, 135)
}

@media (max-width: 1620px) {
    .Label__text {
        display: none
    }
}

@media (max-width: 580px) {
    .Label__text {
        display: flex
    }
}

.experience {
    background-image: url(/assets/tax-CyJetfmT.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 120px;
    position: relative
}

@media (max-width: 580px) {
    .experience .glossy__line {
        top: 40px
    }
}

.experience_img {
    position: absolute;
    bottom: 80px;
    right: 1vw;
    -webkit-animation: up_down 7s infinite ease-in-out;
    animation: up_down 7s infinite ease-in-out;
    z-index: 1
}

@media (max-width: 580px) {
    .experience_img {
        bottom: 50px;
        width: 140px;
        right: 0;
        z-index: 1000
    }
}

.experience__text {
    padding-bottom: 70px
}

.experience__title {
    font-family: Montserrat Bold;
    font-size: 56px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: left;
    color: #b7ab98
}

@media (max-width: 1000px) {
    .experience__title {
        font-size: 41px
    }
}

@media (max-width: 580px) {
    .experience__title {
        font-size: 30px
    }
}

@-webkit-keyframes up_down {
    0% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    50% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    to {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
}

@keyframes up_down {
    0% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    50% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    to {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
}

.cases {
    margin-top: 220px;
    scroll-margin-top: 6rem
}

.cases__title {
    font-family: SONGER Bold;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: .5rem;
    text-align: left;
    text-transform: uppercase;
    color: #b7ab98;
    margin-bottom: 24px;
    opacity: .7
}

@media (max-width: 580px) {
    .cases__title {
        font-size: 14px;
        letter-spacing: .2rem
    }
}

@media all and (max-width: 1000px) {

    .cases {
        margin-top: 100px;
    }

}

.accordion__wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: .3s grid-template-rows linear
}

.accordion__wrapper.open {
    grid-template-rows: 1fr
}

.accordion__content {
    background-color: #b7ab98;
    color: #090909;
    min-height: 0;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    margin-top: 32px
}

.accordion__content p {
    margin-bottom: 20px
}

.accordion__items {
    padding: 70px 0 40px;
    border-top: 1px solid rgba(183, 171, 152, .3);
    cursor: pointer;
    transition: all .3s
}

@media (max-width: 580px) {
    .accordion__items {
        padding: 25px 0 20px
    }
}

.accordion__items.open {
    background-color: #b7ab98;
    border-bottom: 1px solid rgb(9, 9, 9)
}

.accordion__items:hover {
    background-color: #b7ab98;
    transition: all .3s
}

.accordion__items:hover .accordion__item_title,
.accordion__items:hover .accordion__item_text {
    color: #090909;
    transition: all .3s
}

.accordion__items:hover .accordion__item_img svg path {
    stroke: #090909;
    transition: all .3s
}

.accordion__item {
    display: grid;
    grid-template-columns: 26px 1fr 1fr;
    gap: 38px;
    grid-template-areas: "img title text"
}

@media (max-width: 580px) {
    .accordion__item {
        gap: 15px 40px
    }
}

.accordion__item.open {
    color: #090909
}

@media (max-width: 960px) {
    .accordion__item {
        grid-template-areas: "img title title" "img text text"
    }
}

.accordion__item_img {
    place-items: center;
    display: grid;
    transition: all .3s;
    grid-area: img
}

.accordion__item_img.open {
    transition: transform .3s;
    transform: rotate(45deg)
}

.accordion__item_title {
    font-family: Montserrat Bold;
    font-size: 56px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: left;
    color: #b7ab98;
    display: flex;
    align-items: center;
    justify-content: start;
    grid-area: title
}

.accordion__item_title.open {
    color: #090909
}

@media (max-width: 580px) {
    .accordion__item_title {
        font-size: 32px
    }
}

.accordion__item_text {
    font-family: Unbounded;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    text-transform: uppercase;
    color: #dfbb87;
    display: flex;
    align-items: center;
    justify-content: end;
    grid-area: text
}

.accordion__item_text.open {
    color: #090909
}

@media (max-width: 1000px) {
    .accordion__item_text {
        justify-content: flex-start
    }
}

@media (max-width: 580px) {
    .accordion__item_text {
        justify-content: space-between;
        text-align: left
    }
}

.accordion__item_img.open svg path {
    stroke: #090909
}

#services {
    color: #b7ab98;
    overflow: hidden;
    margin-top: 90px;
    padding-top: 90px
}

@media (max-width: 1130px) {
    #services {
        padding-top: 10px
    }
}

.servises__items {
    padding: 70px 0;
    border-top: 1px solid rgba(183, 171, 152, .3);
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.servises__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1130px) {
    .servises__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.servises__item_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.servises__item_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 32px;
    min-width: 27%
}

@media (max-width: 1350px) {
    .servises__item_right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 16px
    }
}

.servises__item_title {
    font-family: Montserrat Bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 110%
}

@media (max-width: 580px) {
    .servises__item_title {
        font-size: 24px
    }
}

.servises__item_text {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    opacity: .7
}

.servises__item_price {
    font-family: SONGER SemiExpanded;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 15%;
    text-transform: uppercase
}

@media (max-width: 1320px) {
    .servises__item_price {
        margin-top: 32px;
        font-size: 18px
    }
}

.servises__item_price span {
    font-family: Unbounded;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    color: #dfbb87
}

@media (max-width: 1320px) {
    .servises__item_price span {
        font-size: 20px
    }
}

@media (max-width: 580px) {
    .servises__item_price span {
        font-size: 24px
    }
}

.servises__item_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-family: Unbounded;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #b7ab98;
    border-bottom: 2px solid rgb(183, 171, 152)
}

.servises__item_order:hover {
    color: #dfbb87;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 2px solid rgb(223, 187, 135)
}

.servises__item_order:hover svg {
    fill: #dfbb87
}

.help {
    padding-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(/assets/image\ 3-D-c_L-er.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    justify-content: flex-end
}

.help__img {
    z-index: 1;
    position: absolute;
    bottom: 5px;
    left: 1%;
    -webkit-animation: up_down 6s infinite ease-in-out;
    animation: up_down 6s infinite ease-in-out
}

@media (max-width: 580px) {
    .help__img {
        width: 100px;
        bottom: 60px;
        left: 0%
    }
}

@media (max-width: 580px) {
    .help {
        overflow-y: hidden
    }
}

.help__suptitle {
    font-family: SONGER SemiExpanded;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: .3rem;
    text-align: center;
    text-transform: uppercase;
    color: #b7ab98;
    margin-bottom: 32px
}

@media (max-width: 580px) {
    .help__suptitle {
        font-size: 14px;
        line-height: 18px
    }
}

.help__title {
    font-family: Unbounded;
    font-size: clamp(28px, 4.67vw, 70px);
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #b7ab98;
    max-width: 1131px
}

@media (max-width: 580px) {
    .help__title {
        font-size: 28px;
        line-height: 35px
    }
}

.help .running__line {
    background-color: #b7ab98;
    opacity: .7
}

@media (max-width: 580px) {
    .help .running__line {
        margin-top: 120px
    }
}

.help .running__line span {
    color: #090909;
    -webkit-animation: 5s running_line infinite linear;
    animation: 5s running_line infinite linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.second__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid rgb(183, 171, 152);
    border-radius: 46px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(223, 187, 135, .1);
    box-shadow: 0 0 24px #dfbb871a;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: #ffffff05;
    padding: 8px 32px 8px 8px;
    text-decoration: none;
    margin-top: 56px;
    overflow: hidden;
    letter-spacing: .2rem;
    position: relative;
    font-weight: 600
}

.second__btn:hover .second__btn_hover {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translate(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.second__btn_hover {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    font-family: SONGER SemiExpanded;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 5px;
    text-transform: uppercase;
    border-radius: 46px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #b7ab98;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translate(-100%);
    color: #090909;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 580px) {
    .second__btn_hover {
        font-size: 12px
    }
}

.second__btn_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 46px;
    padding: 11px;
    background: #b7ab98;
    width: 25px;
    height: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 580px) {
    .second__btn_img {
        width: 20px;
        height: 20px
    }
}

.second__btn_img img {
    width: 23px;
    height: 23px
}

@media (max-width: 580px) {
    .second__btn_img img {
        width: 18px;
        height: 18px
    }
}

.second__btn_text {
    font-family: SONGER SemiExpanded;
    margin-left: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 15%;
    text-align: left;
    text-transform: uppercase;
    color: #b7ab98
}

@media (max-width: 580px) {
    .second__btn_text {
        font-size: 10px;
        margin-left: 8px
    }
}

.down {
    padding-bottom: 140px;
    background-image: url(/assets/desert_clock-B0vDLt5C.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.down__img {
    width: 14vw;
    position: absolute;
    bottom: -80px;
    right: 250px;
    -webkit-animation: up_down 7s infinite ease-in-out;
    animation: up_down 7s infinite ease-in-out
}

@media (max-width: 580px) {
    .down__img {
        bottom: -35px;
        width: 100px;
        right: 0
    }
}

.reviews {
    padding: 220px 0;
    padding-bottom: 0;
    scroll-margin-top: -7rem;
    background-image: url(/assets/Shape_2-CdT5OJhw.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: -50%;
    background-position-y: 85%
}

@media (max-width: 580px) {
    .reviews {
        padding: 110px 0
    }
}

.reviews__title {
    font-family: SONGER Bold;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: .3rem;
    text-align: left;
    text-transform: uppercase;
    color: #b7ab98;
    margin-bottom: 32px;
    opacity: .7
}

@media (max-width: 580px) {
    .reviews__title {
        font-size: 14px
    }
}

.reviews__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.reviews__items_img {
    position: absolute;
    right: 10px;
    top: 48%;
    -webkit-animation: up_down 7s infinite ease-in-out;
    animation: up_down 7s infinite ease-in-out
}

.reviews__item {
    border-top: 1px solid rgba(183, 171, 152, .304);
    padding: 50px 0;
    position: relative
}

.reviews__item img {
    position: absolute;
    top: 65px;
    left: -50px
}

@media (max-width: 580px) {
    .reviews__item img {
        top: 20px;
        left: 0;
        width: 10%
    }
}

@media (max-width: 580px) {
    .reviews__item {
        padding: 40px 0
    }
}

.reviews__item_text p {
    font-family: Montserrat Bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 130%;
    margin-top: 20px;
    color: #b7ab98
}

@media (max-width: 900px) {
    .reviews__item_text p {
        font-size: 28px
    }
}

@media (max-width: 580px) {
    .reviews__item_text p {
        font-size: 18px
    }
}

.reviews__item_text span {
    color: #dfbb87
}

.reviews__item_company {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0%;
    margin-top: 32px;
    color: #b7ab98;
    opacity: .5
}

@media (max-width: 580px) {
    .reviews__item_company {
        font-size: 12px
    }
}

.reviews__item_name {
    font-family: Montserrat Bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0%;
    color: #b7ab98
}

@media (max-width: 580px) {
    .reviews__item_name {
        font-size: 18px
    }
}

.none {
    display: none !important;
}

.quiz {
    width: 100%;
    margin-top: 150px;
}

.quiz__container {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.quiz__start {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quiz__title {
    font-family: Unbounded;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
    text-align: center;
    color: #b7ab98;
}

.quiz__btn {
    font-size: 28px;
    font-weight: 700;
    color: #dfbb87;
    padding: 15px 30px;
    border: 2px #dfbb87 solid;
    border-radius: 100px;
    background: none;
    cursor: pointer;
}

.quiz__questions {
    min-height: 500px;
    padding: 40px;
    border: 2px #dfbb87 solid;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.quiz__item {
    display: none;
}

.quiz__item_active {
    display: block;
}

.quiz__question-name {
    font-family: Unbounded;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
    color: #b7ab98;
}

.quiz__selects {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.quiz__select {
    font-size: 28px;
    font-weight: 500;
    color: #dfbb87;
    padding: 15px 30px;
    border: 2px #dfbb87 solid;
    border-radius: 100px;
    background: none;
    cursor: pointer;
}

.quiz__select_active {
    background: #dfbb87;
    color: black;
}

.quiz__bottom-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.quiz__progress-title {
    font-family: Unbounded;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    color: #b7ab98;
}

.quiz__progress-wrapper {
    height: 8px;
    width: 500px;
    border-radius: 10px;
    background: #b7ab98;
    overflow: hidden;
}

.quiz__progress {
    height: 100%;
    width: 0;
    background: #dfbb87;
    transition: .5s;
}

.quiz__buttons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.quiz__end {
    max-width: 600px;
    min-height: 500px;
    padding: 40px;
    border: 2px #dfbb87 solid;
    border-radius: 30px;
}

.quiz__end-title {
    font-family: Unbounded;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
    color: #b7ab98;
}

.quiz__form {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    gap: 20px;
    margin-bottom: 40px;
}

.quiz__input,
.quiz__select-input,
.quiz__option {
    font-family: Unbounded;
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    color: #b7ab98;
    padding: 15px;
    border-radius: 30px;
    background: none;
    outline: none;
    border: 3px solid #dfbb87;
    box-sizing: border-box;
}

.quiz__input::placeholder {
    color: #b7ab98;
}

.quiz__submit-btn {
    font-size: 24px;
    font-weight: 700;
    color: #dfbb87;
    padding: 15px 30px;
    border: 2px #dfbb87 solid;
    border-radius: 100px;
    background: none;
    cursor: pointer;
    margin-top: 20px;
}

.quiz__policy-section {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.quiz__policy-checkbox {
    cursor: pointer;
}

.quiz__policy-text {
    font-size: 16px;
    line-height: normal;
    color: #dfbb87;
    cursor: pointer;
}

.quiz__input-title {
    font-size: 18px;
    color: #b7ab98;
    line-height: normal;
    text-align: left;
    margin-top: 20px;
}
.quiz__radio-input {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
}
.quiz__radio-btn {
    background: #b7ab98;
    height: 20px;
    width: 20px;
    margin-top: 0;
}
.quiz__radio-label {
    font-family: Unbounded;
    font-size: 18px;
    font-weight: 700;
    color: #b7ab98;
}

@media all and (max-width: 900px) {
    .contact {
        margin-top: 0;
    }
    .quiz__title {
        font-size: 28px;
    }

    .quiz__btn {
        font-size: 24px;
    }

    .quiz__progress-wrapper,
    .quiz__progress-section {
        width: 100%;
    }

}

@media all and (max-width: 500px) {

    .quiz__select {
        font-size: 22px;
        padding: 10px 20px;
    }

    .quiz__selects {
        gap: 20px;
    }

}

/* @media all and (max-width: 580px) {

    .quiz__container {
        padding: 0px;
    }

} */

.drop-down {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    padding: 40px 20px;
    background: #090909;
    box-sizing: border-box;
    z-index: 10000;
    transition: .5s;
}

.drop-down__close {
    position: absolute;
    top: 40px;
    right: 20px;
    transform: translateY(-15px);
    font-size: 40px;
    color: #b7ab98;
    line-height: normal;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.drop-down__links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.drop-down__link {
    font-size: 20px;
    color: #b7ab98;
    line-height: normal;
    text-decoration: none;
    transition: .5s;
}

.drop-down__link:hover {
    opacity: 0.5;
}

.hidden {
    visibility: hidden;
    opacity: 0;
}

.footer {
    padding: 56px
}

@media (max-width: 580px) {
    .footer {
        padding: 56px 56px 120px
    }
}

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

@media (max-width: 1030px) {
    .footer__contact_items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }
}

@media (max-width: 580px) {
    .footer__contact_items {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }
}

.footer__contact_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.footer__contact_box svg {
    margin-left: -30px
}

.footer__contact_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0 4px
}

.footer__contact_item:hover {
    background-color: #dfbb87;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer__contact_item:hover .footer__contact_text {
    color: #090909;
    opacity: 1
}

.footer__contact_item:hover .footer__contact_link {
    color: #090909
}

.footer__contact_text {
    font-family: Montserrat;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0%;
    color: #b7ab98;
    opacity: .5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (max-width: 1030px) {
    .footer__contact_text {
        font-size: 14px
    }
}

.footer__contact_link {
    font-family: Montserrat Bold;
    font-size: 1.7vw;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0%;
    color: #b7ab98;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (max-width: 1030px) {
    .footer__contact_link {
        font-size: 20px
    }
}

@font-face {
    font-family: Unbounded;
    src: url(/assets/Unbounded-Bold-CYipmTBf.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SONGER SemiExpanded;
    src: url(/assets/SONGER™_SE_Regular-B9ZwBPFp.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SONGER Bold;
    src: url(/assets/SONGER™_SE_Bold-DRYpaifj.otf) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/assets/Montserrat-VariableFont_wght-DI3p5GXo.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat Bold;
    src: url(/assets/Montserrat-VariableFont_wght-DI3p5GXo.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}