@font-face {
    font-family: instrument;
    src: url("../qonvhjrzfg_fonts/qonvhjrzfg_instrumentsans-regular.woff2");
}

@font-face {
    font-family: "Instrument Sans";
    src: url("../qonvhjrzfg_fonts/qonvhjrzfg_instrumentsans-bold.woff2");
}

#confirmButton {
    background-color: #5956E9;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: instrument;
    background: #0C0603;
}

.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.qonvhjrzfg_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0px;
    left: 0;
    background: #FFF5ED;
}

.qonvhjrzfg_header__burger {
    display: none;
}

.qonvhjrzfg_header__wrappper {
    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;
}

.qonvhjrzfg_header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.qonvhjrzfg_header__logo {
    max-width: 155px;
    margin: 0 auto;
}

.qonvhjrzfg_header__box {
    padding-top: 20px;
}

.qonvhjrzfg_header__block {
    max-width: 916px;
    width: 100%;
    margin: 0 auto;
}


.qonvhjrzfg_header {
    padding-top: 300px;
    padding-bottom: 250px;
    background: url("../qonvhjrzfg_img/qonvhjrzfg_header-background.webp") no-repeat center;
    background-size: cover;
}

.qonvhjrzfg_header__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
}

.qonvhjrzfg_header__link {
    color: #2B2B2F;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 4px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.qonvhjrzfg_header__link:hover {
    border-bottom: 1px solid #DE0104;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.qonvhjrzfg_header__info {
    color: #2B2B2F;
    text-align: right;
    font-family: "Instrument Sans";
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.qonvhjrzfg_header__title {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.qonvhjrzfg_header__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.qonvhjrzfg_top {
    padding-bottom: 80px;
    padding-top: 150px;
    background: #362624;
}
.qonvhjrzfg_top__title {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.mb0{
    margin-bottom: 0;
}
.qonvhjrzfg_top__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.qonvhjrzfg_bars {
    padding-top: 80px;
    padding-bottom: 80px;
}

.qonvhjrzfg_bars__title {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.qonvhjrzfg_bars__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}
.qonvhjrzfg_bars__item {
    padding: 5px 20px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: -webkit-gradient(linear, left top, right top, from(rgba(47, 23, 23, 0.10)), color-stop(49.04%, rgba(26, 12, 12, 0.10)), to(rgba(58, 26, 26, 0.10)));
    background: -o-linear-gradient(left, rgba(47, 23, 23, 0.10) 0%, rgba(26, 12, 12, 0.10) 49.04%, rgba(58, 26, 26, 0.10) 100%);
    background: linear-gradient(90deg, rgba(47, 23, 23, 0.10) 0%, rgba(26, 12, 12, 0.10) 49.04%, rgba(58, 26, 26, 0.10) 100%);
}
.qonvhjrzfg_bars__content {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.qonvhjrzfg_bars__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-bottom: 16px;
}

.qonvhjrzfg_bars__info{
    color: #DFDFDF;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.qonvhjrzfg_bars__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
}

.qonvhjrzfg_bars__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
}

.qonvhjrzfg_bars__content {
    max-width: 568px;
    width: 100%;
}

.qonvhjrzfg_bars__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #BCBCBC;
    font-family: "Instrument Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 16px;
}

.qonvhjrzfg_bars__location::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20px;
    height: 20px;
    background: url("../qonvhjrzfg_img/qonvhjrzfg_bar-icon-location.webp") no-repeat center;
}

.qonvhjrzfg_bars__rating {
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
}

.qonvhjrzfg_bars__name {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 8px;
}

.qonvhjrzfg_bars__text {
    color: #DFDFDF;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}

.qonvhjrzfg_bars__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.qonvhjrzfg_bars__link {
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 162px;
    border-radius: 30px;
    background: rgba(222, 1, 4, 0.50);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.qonvhjrzfg_bars__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #000;
    background: #fff
}

.qonvhjrzfg_explore {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #1A0C0C;
}

.explore{
    background: #241F1C;
}

.qonvhjrzfg_explore__title {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.qonvhjrzfg_explore__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}

.qonvhjrzfg_explore__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    max-width: 400px;
    width: 100%;
    padding: 20px;
}

.qonvhjrzfg_explore__item:nth-child(1)::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 50px;
    height: 54px;
    background: url("../qonvhjrzfg_img/qonvhjrzfg_explore-icon-1.webp") no-repeat center
}

.qonvhjrzfg_explore__item:nth-child(2)::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 50px;
    height: 54px;
    background: url("../qonvhjrzfg_img/qonvhjrzfg_explore-icon-2.webp") no-repeat center
}

.qonvhjrzfg_explore__item:nth-child(3)::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 50px;
    height: 54px;
    background: url("../qonvhjrzfg_img/qonvhjrzfg_explore-icon-3.webp") no-repeat center
}

.qonvhjrzfg_explore__item:nth-child(4)::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 50px;
    height: 54px;
    background: url("../qonvhjrzfg_img/qonvhjrzfg_explore-icon-4.webp") no-repeat center
}

.qonvhjrzfg_explore__item:nth-child(5)::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 50px;
    height: 54px;
    background: url("../qonvhjrzfg_img/qonvhjrzfg_explore-icon-5.webp") no-repeat center
}

.qonvhjrzfg_explore__head {
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.qonvhjrzfg_explore__text {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.qonvhjrzfg_about {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #0C0603;
}
.qonvhjrzfg_about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}
.qonvhjrzfg_about__image {
    width: 586px;
    height: 300px;
    border-radius: 20px;
    background: url("../qonvhjrzfg_img/qonvhjrzfg_about-image.webp") no-repeat center
}
.qonvhjrzfg_about__content {
    max-width: 634px;
    width: 100%;
}
.qonvhjrzfg_about__title {
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.qonvhjrzfg_about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
}
.qonvhjrzfg_about__text {
    color: #DFDFDF;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.qonvhjrzfg_saying {
    padding-top: 80px;
    padding-bottom: 80px;
}

.saying{
    background: #241F1C;
}

.qonvhjrzfg_saying__title {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.qonvhjrzfg_saying__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}

.qonvhjrzfg_saying__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}

.qonvhjrzfg_saying__item {
    max-width: 400px;
    width: 100%;
    border-radius: 20px;
    background: #362624;
    padding: 20px;
}

.qonvhjrzfg_saying__content {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.qonvhjrzfg_saying__text {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.qonvhjrzfg_saying__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
}

.qonvhjrzfg_saying__name {
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.qonvhjrzfg_saying__data {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.qonvhjrzfg_saying__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.qonvhjrzfg_saying__rating::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 16px;
    height: 16px;
    background: url("../qonvhjrzfg_img/qonvhjrzfg_saying-icon-star.webp") no-repeat center
}

.qonvhjrzfg_contact {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #241F1C;
}

.contact{
    background: #0C0603;
}

.qonvhjrzfg_contact__wrapper{
    padding: 40px 50px;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    background: #241F1C;
}

.qonvhjrzfg_contact__wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.qonvhjrzfg_contact__title {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.qonvhjrzfg_contact__subtitle {
    color: #DFDFDF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}

.qonvhjrzfg_contact__info {
    color: #DFDFDF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}

.qonvhjrzfg_contact__form {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.qonvhjrzfg_contact__input {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.10);
    border: none;
    margin-bottom: 10px;
}

.qonvhjrzfg_contact__input::-webkit-input-placeholder {
    color: #D4D4D4;
}

.qonvhjrzfg_contact__input::-moz-placeholder {
    color: #D4D4D4;
}

.qonvhjrzfg_contact__input:-ms-input-placeholder {
    color: #D4D4D4;
}

.qonvhjrzfg_contact__input::-ms-input-placeholder {
    color: #D4D4D4;
}

.qonvhjrzfg_contact__input::placeholder {
    color: #D4D4D4;
}

.qonvhjrzfg_contact__message {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.10);
    border: none;
    height: 100px;
    margin-bottom: 20px;
    resize: none;
}

.qonvhjrzfg_contact__message::-webkit-input-placeholder {
    color: #D4D4D4;
}

.qonvhjrzfg_contact__message::-moz-placeholder {
    color: #D4D4D4;
}

.qonvhjrzfg_contact__message:-ms-input-placeholder {
    color: #D4D4D4;
}

.qonvhjrzfg_contact__message::-ms-input-placeholder {
    color: #D4D4D4;
}

.qonvhjrzfg_contact__message::placeholder {
    color: #D4D4D4;
}

.qonvhjrzfg_contact__btn {
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    width: 204px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    border: 2px solid #DE0104;
    background: rgba(222, 1, 4, 0.10);
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.qonvhjrzfg_contact__btn:hover {
    background: #DE0104;
}

.qonvhjrzfg_contact__messages {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.qonvhjrzfg_footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #FFF5ED;
}

.qonvhjrzfg_footer__wrpper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.qonvhjrzfg_footer__item {
    max-width: 610px;
    width: 100%;
}

.qonvhjrzfg_footer__head {
    color: #2B2B2F;
    font-family: "Instrument Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.qonvhjrzfg_footer__text {
    color: #2B2B2F;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.qonvhjrzfg_footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.qonvhjrzfg_footer__contact {
    max-width: 400px;
    width: 100%;
}

.qonvhjrzfg_footer__address {
    color: #2B2B2F;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.qonvhjrzfg_footer__address:last-child {
    margin-bottom: 0;
}

.qonvhjrzfg_footer__bold {
    font-weight: 500;
}

.qonvhjrzfg_footer__nav {
    max-width: 400px;
    width: 100%;
}

.qonvhjrzfg_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.qonvhjrzfg_footer__link {
    color: #2B2B2F;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.qonvhjrzfg_footer__link:hover {
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.qonvhjrzfg_footer__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
}

.qonvhjrzfg_footer__age {
    width: 50px;
    height: 50px;
    background: url("../qonvhjrzfg_img/qonvhjrzfg_footer-icon-age.webp") no-repeat center;
}

.qonvhjrzfg_footer__info {
    color: #2B2B2F;
    text-align: center;
    font-family: "Instrument Sans";
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.qonvhjrzfg_footer__sup {
    color: #2B2B2F;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.qonvhjrzfg_info {
    padding-top: 70px;
    padding-bottom: 70px;
}
.qonvhjrzfg_info__data {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.qonvhjrzfg_info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}
.qonvhjrzfg_info__head {
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}
.qonvhjrzfg_info__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.qonvhjrzfg_info__list {
    padding-left: 20px;
}
.qonvhjrzfg_info__content {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.desc__top {
    padding-top: 140px;
}

.header__list_mob {
    display: none;
    width: 100%;
}

@media (max-width: 1260px) {
    .body__container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .qonvhjrzfg_header__fixed {
        padding-left: 20px;
        padding-right: 20px;
    }

    .qonvhjrzfg_header__links {
        display: none
    }

    .qonvhjrzfg_header__burger {
        background: transparent;
        padding: 0;
        border: none;
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22px;
        height: 22px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .qonvhjrzfg_header__burger.active_menu .bar:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 1px
    }

    .qonvhjrzfg_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .qonvhjrzfg_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 5px;
        -ms-transform-origin: 5px;
        transform-origin: 5px
    }

    .qonvhjrzfg_header__line {
        display: block;
        height: 2px;
        background-color: #000;
        margin: 4px 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .menu {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        background: #FFF5ED;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        border-radius: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 10px;
        padding: 10px
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__list_mob {
        display: block;
    }

    .header__info_desctop {
        display: none;
    }

    .qonvhjrzfg_explore__item {
        max-width: 500px;
    }

    .qonvhjrzfg_bars__image {
        position: relative;
        padding-top: 150px;
        padding-bottom: 150px;
        border-radius: 20px;
        max-width: 586px;
        width: 100%;
        overflow: hidden;
        border-radius: 20px;
    }

    .qonvhjrzfg_bars__imf {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        max-width: 586px;
        height: 300px;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border-radius: 20px;
    }

    .bars__image{
        padding-top: 207px;
        padding-bottom: 207px;
    }

    .bars__imf{
        height: 415px;
        top: 0%;
        left: 0%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}

@media (max-width: 991px) {
    .qonvhjrzfg_header {
        padding-bottom: 200px;
        padding-top: 240px;
    }

    .qonvhjrzfg_explore__item {
        max-width: 100%;
    }

    .qonvhjrzfg_saying__item {
        max-width: 800px;
    }
}

@media (max-width: 767px) {
    .qonvhjrzfg_header__title {
        font-size: 38px;
    }

    .qonvhjrzfg_contact__wrapper{
        padding: 20px 16px;
    }
    
    .qonvhjrzfg_top__title{
        font-size: 32px;
    }

    .qonvhjrzfg_header {
        padding-bottom: 160px;
        padding-top: 200px;
    }

    .qonvhjrzfg_bars__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .qonvhjrzfg_bars__content {
        max-width: 100%;
    }

    .qonvhjrzfg_bars__imf {
        width: 100%;
        height: 202px;
    }

    .bars__imf{
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }

    .qonvhjrzfg_bars__image {
        max-width: 100%;
        padding-top: 101px;
        padding-bottom: 101px;
    }

    .qonvhjrzfg_bars__button {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .qonvhjrzfg_footer__wrpper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .qonvhjrzfg_footer__item {
        max-width: 100%;
    }

    .qonvhjrzfg_footer__inner {
        -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;
        margin-bottom: 30px;
    }

    .qonvhjrzfg_footer__head {
        text-align: center;
    }

    .qonvhjrzfg_footer__address {
        text-align: center;
    }

    .qonvhjrzfg_footer__links {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
    }

    .qonvhjrzfg_footer__text {
        text-align: center;
    }

    .qonvhjrzfg_footer__information {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
        margin-bottom: 30px;
    }

    .qonvhjrzfg_footer__wrpper {
        margin-bottom: 30px;
    }

    .qonvhjrzfg_about__wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .qonvhjrzfg_about__content{
        max-width: 100%;
    }

    .qonvhjrzfg_about__image{
        width: 100%;
        background-size: cover;
    }
}

@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .qonvhjrzfg_header__fixed {
        padding-left: 10px;
        padding-right: 10px;
    }

    .qonvhjrzfg_header__title {
        font-size: 32px;
    }

    .qonvhjrzfg_header__subtitle {
        font-size: 14px;
    }

    .qonvhjrzfg_header {
        padding-bottom: 140px;
    }

    .qonvhjrzfg_bars__wrap {
        padding: 16px;
        gap: 16px;
    }

    .qonvhjrzfg_explore__item {
        padding: 16px;
    }

    .qonvhjrzfg_contact__subtitle {
        font-size: 14px;
    }

    .qonvhjrzfg_contact__info {
        font-size: 14px;
    }

    .qonvhjrzfg_footer__text {
        font-size: 14px;
    }

    .qonvhjrzfg_top__subtitle{
        font-size: 14px;
    }

    .qonvhjrzfg_about__image{
        height: 168px;
    }

    .qonvhjrzfg_about__title{
        margin-bottom: 16px;
    }
}