@charset "UTF-8";

@font-face {
    font-family: TildaSans;
    font-display: swap;
    src: url(../fonts/TildaSans-Black.woff2) format("woff2"), url(../fonts/TildaSans-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Petrogradski;
    font-display: swap;
    src: url(../fonts/Petrogradski.woff2) format("woff2"), url(../fonts/Petrogradski.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: TildaSans;
    font-display: swap;
    src: url(../fonts/TildaSans-ExtraBold.woff2) format("woff2"), url(../fonts/TildaSans-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: TildaSans;
    font-display: swap;
    src: url(../fonts/TildaSans-Bold.woff2) format("woff2"), url(../fonts/TildaSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

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

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

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

@font-face {
    font-family: TildaSans;
    font-display: swap;
    src: url(../fonts/TildaSans-Semibold.woff2) format("woff2"), url(../fonts/TildaSans-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    color: #767676;
    line-height: 1;
    font-family: TildaSans;
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
    font-family: TildaSans;
    font-size: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit
}

a {
    color: inherit
}

a:link,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

body {
    height: 100%;
    /* overflow: hidden; */
    background: #fff
}

body.lock {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.wrapper {
    height: 100%;
    position: relative;
    overflow: auto;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    margin: 0 auto;
    max-width: 68.75rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.header {
    position: relative;
    width: 100%;
    top: 0;
    background: #fff
}

.header__container {
    z-index: 60;
    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;
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 20px
}

.poster_main_mob {
    display: none;
}

@supports (padding-top:clamp(1.25rem, 1.1885245902rem + 1.0928961749vw, 2.5rem)) {
    .header__container {
        padding-top: clamp(1.25rem, 1.1885245902rem + 1.0928961749vw, 2.5rem)
    }
}

@supports not (padding-top:clamp(1.25rem, 1.1885245902rem + 1.0928961749vw, 2.5rem)) {
    .header__container {
        padding-top: calc(1.25rem + 1.25 * (100vw - 5.625rem)/ 114.375)
    }
}

.header__name {
    display: none
}

.header__content {
    z-index: 10;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__content-bg {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 70px;
    z-index: 120
}

.header__content.active {
    left: 0
}

.header__content.active .header__name {
    display: block
}

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

.header__menu>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@supports (gap:clamp(1.25rem, -0.625rem + 2.0833333333vw, 1.875rem)) {
    .header__menu>li {
        gap: clamp(1.25rem, -.625rem + 2.0833333333vw, 1.875rem)
    }
}

@supports not (gap:clamp(1.25rem, -0.625rem + 2.0833333333vw, 1.875rem)) {
    .header__menu>li {
        gap: calc(1.25rem + .625 * (100vw - 90rem)/ 30)
    }
}

.header__menu>li::after {
    content: "";
    display: block;
    height: auto;
    width: 2px;
    background: #756650;
    opacity: .25
}

.header__menu>li:last-child::after {
    content: "";
    display: none;
    height: auto;
    width: 2px;
    background: #756650
}

.header__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -.02em;
    color: #756650;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header__link-hidden {
    display: none
}

.header__link:hover {
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.header__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 320px
}

@supports (height:clamp(12.5rem, -10rem + 25vw, 20rem)) {
    .header__bg {
        height: clamp(12.5rem, -10rem + 25vw, 20rem)
    }
}

@supports not (height:clamp(12.5rem, -10rem + 25vw, 20rem)) {
    .header__bg {
        height: calc(12.5rem + 7.5 * (100vw - 90rem)/ 30)
    }
}

.header__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right top;
    object-position: right top
}

.header__bg-mob {
    display: none
}

.header__bg-mob img {
    -o-object-position: bottom;
    object-position: bottom;
    -o-object-fit: cover;
    object-fit: cover
}

.logo {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px
}

@supports (width:clamp(2.8125rem, 2.5375rem + 1.375vw, 4.1875rem)) {
    .logo__logo {
        width: clamp(2.8125rem, 2.5375rem + 1.375vw, 4.1875rem)
    }
}

@supports not (width:clamp(2.8125rem, 2.5375rem + 1.375vw, 4.1875rem)) {
    .logo__logo {
        width: calc(2.8125rem + 1.375 * (100vw - 20rem)/ 100)
    }
}

@supports (height:clamp(0.9375rem, 0.8375rem + 0.5vw, 1.4375rem)) {
    .logo__logo {
        height: clamp(.9375rem, .8375rem + .5vw, 1.4375rem)
    }
}

@supports not (height:clamp(0.9375rem, 0.8375rem + 0.5vw, 1.4375rem)) {
    .logo__logo {
        height: calc(.9375rem + .5 * (100vw - 20rem)/ 100)
    }
}

@supports (width:clamp(6.6875rem, 6.025rem + 3.3125vw, 10rem)) {
    .logo__title {
        width: clamp(6.6875rem, 6.025rem + 3.3125vw, 10rem)
    }
}

@supports not (width:clamp(6.6875rem, 6.025rem + 3.3125vw, 10rem)) {
    .logo__title {
        width: calc(6.6875rem + 3.3125 * (100vw - 20rem)/ 100)
    }
}

@supports (height:clamp(0.9375rem, 0.8375rem + 0.5vw, 1.4375rem)) {
    .logo__title {
        height: clamp(.9375rem, .8375rem + .5vw, 1.4375rem)
    }
}

@supports not (height:clamp(0.9375rem, 0.8375rem + 0.5vw, 1.4375rem)) {
    .logo__title {
        height: calc(.9375rem + .5 * (100vw - 20rem)/ 100)
    }
}

.icon-menu {
    display: none
}

.menu-open .header__content {
    z-index: -1;
    position: fixed;
    left: 0;
    overflow: auto;
    height: 100%;
    width: 100%
}

.menu-open .header__menu {
    position: relative;
    margin-top: 1.25em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@supports (font-size:clamp(1.25rem, 0.9523809524rem + 1.4880952381vw, 1.875rem)) {
    .menu-open .header__menu {
        font-size: clamp(1.25rem, .9523809524rem + 1.4880952381vw, 1.875rem)
    }
}

@supports not (font-size:clamp(1.25rem, 0.9523809524rem + 1.4880952381vw, 1.875rem)) {
    .menu-open .header__menu {
        font-size: calc(1.25rem + .625 * (100vw - 20rem)/ 42)
    }
}

h1 {
    font-size: 96px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-51.7%, #ab8d60), color-stop(-37.22%, #c7ad7e), color-stop(-21.67%, #e1cb9b), color-stop(3.74%, #ead097), color-stop(25.67%, #e1cb9b), color-stop(53.38%, #ab8d60), color-stop(66.2%, #c7ad7e), color-stop(79.95%, #e1cb9b), color-stop(103.04%, #eed9ab), color-stop(128.45%, #e1cb9b), color-stop(163.1%, #ab8d60));
    background-image: -o-linear-gradient(top, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    background-image: linear-gradient(180deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    letter-spacing: -.04em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;
    font-family: Petrogradski
}

.section-main {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 40px;
    /* overflow: hidden */
}

.section-main__container {
    z-index: 20;
    position: relative;
    top: 0;
    left: 0
}

.wow_bg-b {
    display: none;
}

.section-main__content {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 180px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
    opacity: 0;
}

.section-main__left {
    position: relative;
    z-index: 10
}

.section-main__img {
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -21;
    width: 411px;
    height: 100%
}

.section-main__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-main__right {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end
}

.main-left__content {
    padding-right: 250px
}

.main-left__title {
    white-space: nowrap;
    position: relative;
    top: 0;
    left: 0
}

@supports (width:clamp(18.75rem, 15.55rem + 16vw, 34.75rem)) {
    .main-left__title {
        width: clamp(18.75rem, 15.55rem + 16vw, 34.75rem)
    }
}

@supports not (width:clamp(18.75rem, 15.55rem + 16vw, 34.75rem)) {
    .main-left__title {
        width: calc(18.75rem + 16 * (100vw - 20rem)/ 100)
    }
}

@supports (height:clamp(2.5rem, 1.8375rem + 3.3125vw, 5.8125rem)) {
    .main-left__title {
        height: clamp(2.5rem, 1.8375rem + 3.3125vw, 5.8125rem)
    }
}

@supports not (height:clamp(2.5rem, 1.8375rem + 3.3125vw, 5.8125rem)) {
    .main-left__title {
        height: calc(2.5rem + 3.3125 * (100vw - 20rem)/ 100)
    }
}

.main-left__title img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-left__subtitle {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #756650
}

@supports (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .main-left__subtitle {
        font-size: clamp(.75rem, .675rem + .375vw, 1.125rem)
    }
}

@supports not (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .main-left__subtitle {
        font-size: calc(.75rem + .375 * (100vw - 20rem)/ 100)
    }
}

.main-left__list {
    margin-top: 20px
}

@supports (margin-top:clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem)) {
    .main-left__button {
        margin-top: clamp(.9375rem, .75rem + .9375vw, 1.875rem)
    }
}

@supports not (margin-top:clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem)) {
    .main-left__button {
        margin-top: calc(.9375rem + .9375 * (100vw - 20rem)/ 100)
    }
}

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

@supports (gap:clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem)) {
    .list {
        gap: clamp(1.25rem, 1.1875rem + .3125vw, 1.5625rem)
    }
}

@supports not (gap:clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem)) {
    .list {
        gap: calc(1.25rem + .3125 * (100vw - 20rem)/ 100)
    }
}

.list li {
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #756650
}

@supports (font-size:clamp(0.625rem, 0.55rem + 0.375vw, 1rem)) {
    .list li {
        font-size: clamp(.625rem, .55rem + .375vw, 1rem)
    }
}

@supports not (font-size:clamp(0.625rem, 0.55rem + 0.375vw, 1rem)) {
    .list li {
        font-size: calc(.625rem + .375 * (100vw - 20rem)/ 100)
    }
}

@supports (font-size:clamp(0.75rem, 0.7rem + 0.25vw, 1rem)) {
    .list li {
        font-size: clamp(.75rem, .7rem + .25vw, 1rem)
    }
}

@supports not (font-size:clamp(0.75rem, 0.7rem + 0.25vw, 1rem)) {
    .list li {
        font-size: calc(.75rem + .25 * (100vw - 20rem)/ 100)
    }
}

.list li span {
    color: #d2b385;
    font-weight: 600
}

.list li::after {
    margin-top: 25px;
    content: "";
    opacity: 25%;
    display: block;
    background: #756650;
    width: 100%;
    height: 1px
}

.list li:last-child::after {
    display: none
}

.list li.list__small {
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -.02em;
    color: #756650
}

@supports (font-size:clamp(0.625rem, 0.575rem + 0.25vw, 0.875rem)) {
    .list li.list__small {
        font-size: clamp(.625rem, .575rem + .25vw, .875rem)
    }
}

@supports not (font-size:clamp(0.625rem, 0.575rem + 0.25vw, 0.875rem)) {
    .list li.list__small {
        font-size: calc(.625rem + .25 * (100vw - 20rem)/ 100)
    }
}

.main-right__title {
    white-space: nowrap;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -.02em;
    text-align: center;
    color: #d2b385;
    padding-bottom: 27px
}

@supports (font-size:clamp(0.625rem, 0.525rem + 0.5vw, 1.125rem)) {
    .main-right__title {
        font-size: clamp(.625rem, .525rem + .5vw, 1.125rem)
    }
}

@supports not (font-size:clamp(0.625rem, 0.525rem + 0.5vw, 1.125rem)) {
    .main-right__title {
        font-size: calc(.625rem + .5 * (100vw - 20rem)/ 100)
    }
}

.main-right__title span {
    color: #756650 !important
}

.bg-b {
    display: none
}

.bg-b__container {
    width: 100%
}

.bg-b img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.list-right {
    position: relative;
    top: 0;
    left: 0;
    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
}

.list-right li {
    border-bottom: 1px solid rgba(171, 153, 128, .25)
}

@supports (padding-bottom:clamp(1.25rem, 1.0375rem + 1.0625vw, 2.3125rem)) {
    .list-right li {
        padding-bottom: clamp(1.25rem, 1.0375rem + 1.0625vw, 2.3125rem)
    }
}

@supports not (padding-bottom:clamp(1.25rem, 1.0375rem + 1.0625vw, 2.3125rem)) {
    .list-right li {
        padding-bottom: calc(1.25rem + 1.0625 * (100vw - 20rem)/ 100)
    }
}

@supports (padding-top:clamp(1.25rem, 1.0375rem + 1.0625vw, 2.3125rem)) {
    .list-right li {
        padding-top: clamp(1.25rem, 1.0375rem + 1.0625vw, 2.3125rem)
    }
}

@supports not (padding-top:clamp(1.25rem, 1.0375rem + 1.0625vw, 2.3125rem)) {
    .list-right li {
        padding-top: calc(1.25rem + 1.0625 * (100vw - 20rem)/ 100)
    }
}

.list-right li:first-child {
    border-top: 1px solid rgba(171, 153, 128, .25)
}

.list-right__title {
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: -.02em;
    color: #756650
}

.list-right__cost {
    white-space: nowrap;
    margin-top: 20px;
    font-family: Petrogradski;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -.03em;
    background: -o-linear-gradient(43.37deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    background: linear-gradient(46.63deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    z-index: 10
}

.button__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -o-linear-gradient(43.37deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    background: linear-gradient(46.63deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    border-radius: 10px;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -.02em;
    color: #fff;
    padding: 26px 150px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-size: 100%
}

.button__btn:hover {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-size: 160%;
    -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 12px rgba(0, 0, 0, .25)
}

.section-questions {
    overflow: hidden;
    margin-top: 40px;
    padding-bottom: 40px;
    will-change: transform;
}

.section-questions__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-questions__img {
    max-width: 700px;
    width: 100%
}

@supports (height:clamp(7.1875rem, 6.1rem + 5.4375vw, 12.625rem)) {
    .section-questions__img {
        height: clamp(7.1875rem, 6.1rem + 5.4375vw, 12.625rem)
    }
}

@supports not (height:clamp(7.1875rem, 6.1rem + 5.4375vw, 12.625rem)) {
    .section-questions__img {
        height: calc(7.1875rem + 5.4375 * (100vw - 20rem)/ 100)
    }
}

.section-questions__title {
    padding: 0 80px
}

@supports (margin-top:clamp(3.125rem, 2.55rem + 2.875vw, 6rem)) {
    .section-questions__title {
        margin-top: clamp(3.125rem, 2.55rem + 2.875vw, 6rem)
    }
}

@supports not (margin-top:clamp(3.125rem, 2.55rem + 2.875vw, 6rem)) {
    .section-questions__title {
        margin-top: calc(3.125rem + 2.875 * (100vw - 20rem)/ 100)
    }
}

.section-questions__subtitle {
    padding: 0 80px;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -.02em;
    color: #756650
}

@supports (margin-top:clamp(1.375rem, 1.3375rem + 0.1875vw, 1.5625rem)) {
    .section-questions__subtitle {
        margin-top: clamp(1.375rem, 1.3375rem + .1875vw, 1.5625rem)
    }
}

@supports not (margin-top:clamp(1.375rem, 1.3375rem + 0.1875vw, 1.5625rem)) {
    .section-questions__subtitle {
        margin-top: calc(1.375rem + .1875 * (100vw - 20rem)/ 100)
    }
}

.section-questions__button {
    margin-top: 55px;
    text-align: center
}

.title_gold {
    font-family: Petrogradski;
    font-weight: 400;
    line-height: 102%;
    text-align: center;
    letter-spacing: -.02em;
    text-transform: uppercase;
    background: -o-linear-gradient(279.37deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    background: linear-gradient(170.63deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

@supports (font-size:clamp(2.625rem, 1.95rem + 3.375vw, 6rem)) {
    .title_gold {
        font-size: clamp(2.625rem, 1.95rem + 3.375vw, 6rem)
    }
}

@supports not (font-size:clamp(2.625rem, 1.95rem + 3.375vw, 6rem)) {
    .title_gold {
        font-size: calc(2.625rem + 3.375 * (100vw - 20rem)/ 100)
    }
}

.section-info {
    margin-top: 40px
}

.section-info__content {
    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;
    text-align: center
}

.section-info__img {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@supports (height:clamp(18.75rem, 15.4125rem + 16.6875vw, 35.4375rem)) {
    .section-info__img {
        height: clamp(18.75rem, 15.4125rem + 16.6875vw, 35.4375rem)
    }
}

@supports not (height:clamp(18.75rem, 15.4125rem + 16.6875vw, 35.4375rem)) {
    .section-info__img {
        height: calc(18.75rem + 16.6875 * (100vw - 20rem)/ 100)
    }
}

.section-info__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom
}

.section-info__text {
    margin-top: 44px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -.02em;
    color: #756650
}

.section-info__title {
    position: relative;
    top: 0;
    left: 0;
    max-width: 880px;
    width: 100%
}

@supports (margin-top:clamp(1.6875rem, 1.35rem + 1.6875vw, 3.375rem)) {
    .section-info__title {
        margin-top: clamp(1.6875rem, 1.35rem + 1.6875vw, 3.375rem)
    }
}

@supports not (margin-top:clamp(1.6875rem, 1.35rem + 1.6875vw, 3.375rem)) {
    .section-info__title {
        margin-top: calc(1.6875rem + 1.6875 * (100vw - 20rem)/ 100)
    }
}

@supports (height:clamp(5rem, 4.225rem + 3.875vw, 8.875rem)) {
    .section-info__title {
        height: clamp(5rem, 4.225rem + 3.875vw, 8.875rem)
    }
}

@supports not (height:clamp(5rem, 4.225rem + 3.875vw, 8.875rem)) {
    .section-info__title {
        height: calc(5rem + 3.875 * (100vw - 20rem)/ 100)
    }
}

.section-info__title img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-info__subtitle {
    margin-top: 48px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -.02em;
    color: #756650
}

.section-info__subtitle span {
    color: #ad9572
}

@supports (margin-top:clamp(2.25rem, 1.8rem + 2.25vw, 4.5rem)) {
    .section-info__list {
        margin-top: clamp(2.25rem, 1.8rem + 2.25vw, 4.5rem)
    }
}

@supports not (margin-top:clamp(2.25rem, 1.8rem + 2.25vw, 4.5rem)) {
    .section-info__list {
        margin-top: calc(2.25rem + 2.25 * (100vw - 20rem)/ 100)
    }
}

.list-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@supports (gap:clamp(0.3125rem, 0.25rem + 0.3125vw, 0.625rem)) {
    .list-info {
        gap: clamp(.3125rem, .25rem + .3125vw, .625rem)
    }
}

@supports not (gap:clamp(0.3125rem, 0.25rem + 0.3125vw, 0.625rem)) {
    .list-info {
        gap: calc(.3125rem + .3125 * (100vw - 20rem)/ 100)
    }
}

.list-info li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    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;
    border-radius: 50% 50% 0 0;
    border: 1px solid rgba(226, 189, 134, .705)
}

@supports (gap:clamp(1.75rem, 0.875rem + 4.375vw, 6.125rem)) {
    .list-info li {
        gap: clamp(1.75rem, .875rem + 4.375vw, 6.125rem)
    }
}

@supports not (gap:clamp(1.75rem, 0.875rem + 4.375vw, 6.125rem)) {
    .list-info li {
        gap: calc(1.75rem + 4.375 * (100vw - 20rem)/ 100)
    }
}

@supports (padding-top:clamp(2.5rem, 1.5rem + 5vw, 7.5rem)) {
    .list-info li {
        padding-top: clamp(2.5rem, 1.5rem + 5vw, 7.5rem)
    }
}

@supports not (padding-top:clamp(2.5rem, 1.5rem + 5vw, 7.5rem)) {
    .list-info li {
        padding-top: calc(2.5rem + 5 * (100vw - 20rem)/ 100)
    }
}

@supports (padding-bottom:clamp(1.125rem, 0.575rem + 2.75vw, 3.875rem)) {
    .list-info li {
        padding-bottom: clamp(1.125rem, .575rem + 2.75vw, 3.875rem)
    }
}

@supports not (padding-bottom:clamp(1.125rem, 0.575rem + 2.75vw, 3.875rem)) {
    .list-info li {
        padding-bottom: calc(1.125rem + 2.75 * (100vw - 20rem)/ 100)
    }
}

.list-info__icon {
    position: relative;
    top: 0;
    left: 0
}

@supports (width:clamp(4.0625rem, 3.0625rem + 5vw, 9.0625rem)) {
    .list-info__icon {
        width: clamp(4.0625rem, 3.0625rem + 5vw, 9.0625rem)
    }
}

@supports not (width:clamp(4.0625rem, 3.0625rem + 5vw, 9.0625rem)) {
    .list-info__icon {
        width: calc(4.0625rem + 5 * (100vw - 20rem)/ 100)
    }
}

@supports (height:clamp(2.8125rem, 2.1rem + 3.5625vw, 6.375rem)) {
    .list-info__icon {
        height: clamp(2.8125rem, 2.1rem + 3.5625vw, 6.375rem)
    }
}

@supports not (height:clamp(2.8125rem, 2.1rem + 3.5625vw, 6.375rem)) {
    .list-info__icon {
        height: calc(2.8125rem + 3.5625 * (100vw - 20rem)/ 100)
    }
}

.list-info__icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.list-info__title {
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    letter-spacing: -.02em;
    color: #756650
}

@supports (font-size:clamp(0.75rem, 0.55rem + 1vw, 1.75rem)) {
    .list-info__title {
        font-size: clamp(.75rem, .55rem + 1vw, 1.75rem)
    }
}

@supports not (font-size:clamp(0.75rem, 0.55rem + 1vw, 1.75rem)) {
    .list-info__title {
        font-size: calc(.75rem + 1 * (100vw - 20rem)/ 100)
    }
}

.section-quote {
    margin-top: 40px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0
}

@supports (height:clamp(18.75rem, 10rem + 43.75vw, 62.5rem)) {
    .section-quote {
        height: clamp(18.75rem, 10rem + 43.75vw, 62.5rem)
    }
}

@supports not (height:clamp(18.75rem, 10rem + 43.75vw, 62.5rem)) {
    .section-quote {
        height: calc(18.75rem + 43.75 * (100vw - 20rem)/ 100)
    }
}

.section-quote__bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-quote__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-quote__content {
    height: 100%;
    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;
    padding-top: 14%;
    margin: 0 auto;
    max-width: 600px;
    text-align: center
}

.section-quote__title {
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    letter-spacing: -.02em;
    color: #ccbfaa
}

@supports (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .section-quote__title {
        font-size: clamp(.75rem, .675rem + .375vw, 1.125rem)
    }
}

@supports not (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .section-quote__title {
        font-size: calc(.75rem + .375 * (100vw - 20rem)/ 100)
    }
}

.section-quote__p {
    line-height: 120%;
    font-weight: 400;
    text-align: center;
    letter-spacing: -.02em;
    color: #ccbfaa
}

@supports (margin-top:clamp(0.8125rem, 0.6rem + 1.0625vw, 1.875rem)) {
    .section-quote__p {
        margin-top: clamp(.8125rem, .6rem + 1.0625vw, 1.875rem)
    }
}

@supports not (margin-top:clamp(0.8125rem, 0.6rem + 1.0625vw, 1.875rem)) {
    .section-quote__p {
        margin-top: calc(.8125rem + 1.0625 * (100vw - 20rem)/ 100)
    }
}

@supports (font-size:clamp(1.125rem, 1rem + 0.625vw, 1.75rem)) {
    .section-quote__p {
        font-size: clamp(1.125rem, 1rem + .625vw, 1.75rem)
    }
}

@supports not (font-size:clamp(1.125rem, 1rem + 0.625vw, 1.75rem)) {
    .section-quote__p {
        font-size: calc(1.125rem + .625 * (100vw - 20rem)/ 100)
    }
}

.section-quote__p span {
    color: #e2dbcf
}

@supports (margin-top:clamp(2.75rem, 2.05rem + 3.5vw, 6.25rem)) {
    .section-table {
        margin-top: clamp(2.75rem, 2.05rem + 3.5vw, 6.25rem)
    }
}

@supports not (margin-top:clamp(2.75rem, 2.05rem + 3.5vw, 6.25rem)) {
    .section-table {
        margin-top: calc(2.75rem + 3.5 * (100vw - 20rem)/ 100)
    }
}

@supports (margin-bottom:clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem)) {
    .section-table {
        margin-bottom: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem)
    }
}

@supports not (margin-bottom:clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem)) {
    .section-table {
        margin-bottom: calc(2.5rem + 1.25 * (100vw - 20rem)/ 100)
    }
}

.section-table__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-table__part {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    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
}

.section-table__title {
    -ms-grid-column-align: start;
    justify-self: start;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #756650
}

@supports (font-size:clamp(1.125rem, 1rem + 0.625vw, 1.75rem)) {
    .section-table__title {
        font-size: clamp(1.125rem, 1rem + .625vw, 1.75rem)
    }
}

@supports not (font-size:clamp(1.125rem, 1rem + 0.625vw, 1.75rem)) {
    .section-table__title {
        font-size: calc(1.125rem + .625 * (100vw - 20rem)/ 100)
    }
}

@supports (margin-top:clamp(2rem, 1.9rem + 0.5vw, 2.5rem)) {
    .section-table__items {
        margin-top: clamp(2rem, 1.9rem + .5vw, 2.5rem)
    }
}

@supports not (margin-top:clamp(2rem, 1.9rem + 0.5vw, 2.5rem)) {
    .section-table__items {
        margin-top: calc(2rem + .5 * (100vw - 20rem)/ 100)
    }
}

.section-table__subtitle {
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #756650
}

@supports (margin-top:clamp(0.625rem, 0.5rem + 0.625vw, 1.25rem)) {
    .section-table__subtitle {
        margin-top: clamp(.625rem, .5rem + .625vw, 1.25rem)
    }
}

@supports not (margin-top:clamp(0.625rem, 0.5rem + 0.625vw, 1.25rem)) {
    .section-table__subtitle {
        margin-top: calc(.625rem + .625 * (100vw - 20rem)/ 100)
    }
}

@supports (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .section-table__subtitle {
        font-size: clamp(.75rem, .675rem + .375vw, 1.125rem)
    }
}

@supports not (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .section-table__subtitle {
        font-size: calc(.75rem + .375 * (100vw - 20rem)/ 100)
    }
}

@supports (margin-top:clamp(1.5rem, 1.2125rem + 1.4375vw, 2.9375rem)) {
    .section-table__next {
        margin-top: clamp(1.5rem, 1.2125rem + 1.4375vw, 2.9375rem)
    }
}

@supports not (margin-top:clamp(1.5rem, 1.2125rem + 1.4375vw, 2.9375rem)) {
    .section-table__next {
        margin-top: calc(1.5rem + 1.4375 * (100vw - 20rem)/ 100)
    }
}

.items-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.item-table {
    /* position: relative;
    top: 0;
    left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    height: 350px */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 350px;
    padding: 40px 0;
    border-top: 1px solid rgba(117, 102, 80, 0.25);
    border-bottom: 1px solid rgba(117, 102, 80, 0.25);
}

.item-table .max_width_last_p {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}

.item-table p {
    margin: 0;
    color: #756650;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
}

.item-table .value {
    margin: 25px 0 13px;
    font-family: Petrogradski, sans-serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 102%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(46.63deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.item-table .last_p {
    margin-top: 45px;
}

.item-table.item-table_60 .last_p {
    margin: 0;
}

.item-table.item-table_60 .value {
    margin: 60px 0;
}

.item-table img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 40px
}

.next__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.next__title {
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    letter-spacing: -.02em;
    color: #756650
}

@supports (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .next__title {
        font-size: clamp(.75rem, .675rem + .375vw, 1.125rem)
    }
}

@supports not (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .next__title {
        font-size: calc(.75rem + .375 * (100vw - 20rem)/ 100)
    }
}

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

@supports (margin-top:clamp(1.5rem, 1.2125rem + 1.4375vw, 2.9375rem)) {
    .next__links {
        margin-top: clamp(1.5rem, 1.2125rem + 1.4375vw, 2.9375rem)
    }
}

@supports not (margin-top:clamp(1.5rem, 1.2125rem + 1.4375vw, 2.9375rem)) {
    .next__links {
        margin-top: calc(1.5rem + 1.4375 * (100vw - 20rem)/ 100)
    }
}

@supports (gap:clamp(0.625rem, 0.375rem + 1.25vw, 1.875rem)) {
    .next__links {
        gap: clamp(.625rem, .375rem + 1.25vw, 1.875rem)
    }
}

@supports not (gap:clamp(0.625rem, 0.375rem + 1.25vw, 1.875rem)) {
    .next__links {
        gap: calc(.625rem + 1.25 * (100vw - 20rem)/ 100)
    }
}

.next__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@supports (gap:clamp(0.3125rem, 0.1875rem + 0.625vw, 0.9375rem)) {
    .next__link {
        gap: clamp(.3125rem, .1875rem + .625vw, .9375rem)
    }
}

@supports not (gap:clamp(0.3125rem, 0.1875rem + 0.625vw, 0.9375rem)) {
    .next__link {
        gap: calc(.3125rem + .625 * (100vw - 20rem)/ 100)
    }
}

.next__link-title {
    color: #756650;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -.02em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

@supports (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .next__link-title {
        font-size: clamp(.75rem, .675rem + .375vw, 1.125rem)
    }
}

@supports not (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .next__link-title {
        font-size: calc(.75rem + .375 * (100vw - 20rem)/ 100)
    }
}

.next__icon {
    position: relative;
    top: 0;
    left: 0;
    height: 12px;
    width: 100%
}

.next__icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.section-why {
    padding-bottom: 40px
}

.section-why__img {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@supports (height:clamp(15rem, 9.65rem + 26.75vw, 41.75rem)) {
    .section-why__img {
        height: clamp(15rem, 9.65rem + 26.75vw, 41.75rem)
    }
}

@supports not (height:clamp(15rem, 9.65rem + 26.75vw, 41.75rem)) {
    .section-why__img {
        height: calc(15rem + 26.75 * (100vw - 20rem)/ 100)
    }
}

.section-why__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top
}

@supports (margin-top:clamp(2.625rem, 2.3rem + 1.625vw, 4.25rem)) {
    .section-why__title {
        margin-top: clamp(2.625rem, 2.3rem + 1.625vw, 4.25rem)
    }
}

@supports not (margin-top:clamp(2.625rem, 2.3rem + 1.625vw, 4.25rem)) {
    .section-why__title {
        margin-top: calc(2.625rem + 1.625 * (100vw - 20rem)/ 100)
    }
}

@supports (margin-top:clamp(1.5rem, 0.7rem + 4vw, 5.5rem)) {
    .section-why__list {
        margin-top: clamp(1.5rem, .7rem + 4vw, 5.5rem)
    }
}

@supports not (margin-top:clamp(1.5rem, 0.7rem + 4vw, 5.5rem)) {
    .section-why__list {
        margin-top: calc(1.5rem + 4 * (100vw - 20rem)/ 100)
    }
}

.list-why {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.item-why {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    border: 1px solid #ab8d60;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0
}

.item-why-full {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@supports (padding-top:clamp(0.625rem, -0.35rem + 4.875vw, 5.5rem)) {
    .item-why-full {
        padding-top: clamp(.625rem, -.35rem + 4.875vw, 5.5rem)
    }
}

@supports not (padding-top:clamp(0.625rem, -0.35rem + 4.875vw, 5.5rem)) {
    .item-why-full {
        padding-top: calc(.625rem + 4.875 * (100vw - 20rem)/ 100)
    }
}

@supports (padding-bottom:clamp(0.625rem, -0.35rem + 4.875vw, 5.5rem)) {
    .item-why-full {
        padding-bottom: clamp(.625rem, -.35rem + 4.875vw, 5.5rem)
    }
}

@supports not (padding-bottom:clamp(0.625rem, -0.35rem + 4.875vw, 5.5rem)) {
    .item-why-full {
        padding-bottom: calc(.625rem + 4.875 * (100vw - 20rem)/ 100)
    }
}

@supports (padding-left:clamp(4.375rem, 3.1724137931rem + 1.9396551724vw, 5.5rem)) {
    .item-why-full {
        padding-left: clamp(4.375rem, 3.1724137931rem + 1.9396551724vw, 5.5rem)
    }
}

@supports not (padding-left:clamp(4.375rem, 3.1724137931rem + 1.9396551724vw, 5.5rem)) {
    .item-why-full {
        padding-left: calc(4.375rem + 1.125 * (100vw - 62rem)/ 58)
    }
}

@supports (padding-right:clamp(4.375rem, 3.1724137931rem + 1.9396551724vw, 5.5rem)) {
    .item-why-full {
        padding-right: clamp(4.375rem, 3.1724137931rem + 1.9396551724vw, 5.5rem)
    }
}

@supports not (padding-right:clamp(4.375rem, 3.1724137931rem + 1.9396551724vw, 5.5rem)) {
    .item-why-full {
        padding-right: calc(4.375rem + 1.125 * (100vw - 62rem)/ 58)
    }
}

.item-why-min {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    margin: 0 auto
}

.no-webp .item-why:nth-child(1)::after {
    background: url(../img/icons/arrow1.png) 0 0/contain no-repeat
}

.item-why:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 16%;
    left: 80%
}

@supports (width:clamp(5.625rem, 3.6875rem + 9.6875vw, 15.3125rem)) {
    .item-why:nth-child(1)::after {
        width: clamp(5.625rem, 3.6875rem + 9.6875vw, 15.3125rem)
    }
}

@supports not (width:clamp(5.625rem, 3.6875rem + 9.6875vw, 15.3125rem)) {
    .item-why:nth-child(1)::after {
        width: calc(5.625rem + 9.6875 * (100vw - 20rem)/ 100)
    }
}

@supports (height:clamp(0.8125rem, 0.5375rem + 1.375vw, 2.1875rem)) {
    .item-why:nth-child(1)::after {
        height: clamp(.8125rem, .5375rem + 1.375vw, 2.1875rem)
    }
}

@supports not (height:clamp(0.8125rem, 0.5375rem + 1.375vw, 2.1875rem)) {
    .item-why:nth-child(1)::after {
        height: calc(.8125rem + 1.375 * (100vw - 20rem)/ 100)
    }
}

.no-webp .item-why:nth-child(2)::after {
    background: url(../img/icons/arrow2.png) 0 0/contain no-repeat
}

.item-why:nth-child(2)::after {
    content: "";
    -webkit-transform: rotate(125deg);
    -ms-transform: rotate(125deg);
    transform: rotate(125deg);
    position: absolute;
    top: 100%;
    left: 20%
}

@supports (width:clamp(6.0625rem, 5.325rem + 3.6875vw, 9.75rem)) {
    .item-why:nth-child(2)::after {
        width: clamp(6.0625rem, 5.325rem + 3.6875vw, 9.75rem)
    }
}

@supports not (width:clamp(6.0625rem, 5.325rem + 3.6875vw, 9.75rem)) {
    .item-why:nth-child(2)::after {
        width: calc(6.0625rem + 3.6875 * (100vw - 20rem)/ 100)
    }
}

@supports (height:clamp(1.1875rem, 1.05rem + 0.6875vw, 1.875rem)) {
    .item-why:nth-child(2)::after {
        height: clamp(1.1875rem, 1.05rem + .6875vw, 1.875rem)
    }
}

@supports not (height:clamp(1.1875rem, 1.05rem + 0.6875vw, 1.875rem)) {
    .item-why:nth-child(2)::after {
        height: calc(1.1875rem + .6875 * (100vw - 20rem)/ 100)
    }
}

.no-webp .item-why:nth-child(3)::after {
    background: url(../img/icons/arrow3.png) 0 0/contain no-repeat
}

.item-why:nth-child(3)::after {
    content: "";
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: absolute;
    top: 76%;
    left: 16%
}

@supports (height:clamp(6.0625rem, 5.15rem + 4.5625vw, 10.625rem)) {
    .item-why:nth-child(3)::after {
        height: clamp(6.0625rem, 5.15rem + 4.5625vw, 10.625rem)
    }
}

@supports not (height:clamp(6.0625rem, 5.15rem + 4.5625vw, 10.625rem)) {
    .item-why:nth-child(3)::after {
        height: calc(6.0625rem + 4.5625 * (100vw - 20rem)/ 100)
    }
}

@supports (width:clamp(1.1875rem, 1.0125rem + 0.875vw, 2.0625rem)) {
    .item-why:nth-child(3)::after {
        width: clamp(1.1875rem, 1.0125rem + .875vw, 2.0625rem)
    }
}

@supports not (width:clamp(1.1875rem, 1.0125rem + 0.875vw, 2.0625rem)) {
    .item-why:nth-child(3)::after {
        width: calc(1.1875rem + .875 * (100vw - 20rem)/ 100)
    }
}

.no-webp .item-why:nth-child(4)::after {
    background: url(../img/icons/arrow4.png) 0 0/contain no-repeat
}

.item-why:nth-child(4)::after {
    content: "";
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    top: 16%;
    left: 80%
}

@supports (height:clamp(0.8125rem, 0.5375rem + 1.375vw, 2.1875rem)) {
    .item-why:nth-child(4)::after {
        height: clamp(.8125rem, .5375rem + 1.375vw, 2.1875rem)
    }
}

@supports not (height:clamp(0.8125rem, 0.5375rem + 1.375vw, 2.1875rem)) {
    .item-why:nth-child(4)::after {
        height: calc(.8125rem + 1.375 * (100vw - 20rem)/ 100)
    }
}

@supports (width:clamp(5.625rem, 3.6875rem + 9.6875vw, 15.3125rem)) {
    .item-why:nth-child(4)::after {
        width: clamp(5.625rem, 3.6875rem + 9.6875vw, 15.3125rem)
    }
}

@supports not (width:clamp(5.625rem, 3.6875rem + 9.6875vw, 15.3125rem)) {
    .item-why:nth-child(4)::after {
        width: calc(5.625rem + 9.6875 * (100vw - 20rem)/ 100)
    }
}

.no-webp .item-why:nth-child(5)::after {
    background: url(../img/icons/arrow5.png) 0 0/contain no-repeat
}

.item-why:nth-child(5)::after {
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 100%;
    left: 12%
}

@supports (height:clamp(1.1875rem, 1.05rem + 0.6875vw, 1.875rem)) {
    .item-why:nth-child(5)::after {
        height: clamp(1.1875rem, 1.05rem + .6875vw, 1.875rem)
    }
}

@supports not (height:clamp(1.1875rem, 1.05rem + 0.6875vw, 1.875rem)) {
    .item-why:nth-child(5)::after {
        height: calc(1.1875rem + .6875 * (100vw - 20rem)/ 100)
    }
}

@supports (width:clamp(6.0625rem, 5.325rem + 3.6875vw, 9.75rem)) {
    .item-why:nth-child(5)::after {
        width: clamp(6.0625rem, 5.325rem + 3.6875vw, 9.75rem)
    }
}

@supports not (width:clamp(6.0625rem, 5.325rem + 3.6875vw, 9.75rem)) {
    .item-why:nth-child(5)::after {
        width: calc(6.0625rem + 3.6875 * (100vw - 20rem)/ 100)
    }
}

.item-why__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 68px 20px;
    text-align: center;
    max-width: 380px
}

@supports (padding-top:clamp(2.5rem, 2.15rem + 1.75vw, 4.25rem)) {
    .item-why__content {
        padding-top: clamp(2.5rem, 2.15rem + 1.75vw, 4.25rem)
    }
}

@supports not (padding-top:clamp(2.5rem, 2.15rem + 1.75vw, 4.25rem)) {
    .item-why__content {
        padding-top: calc(2.5rem + 1.75 * (100vw - 20rem)/ 100)
    }
}

@supports (padding-bottom:clamp(2.5rem, 2.15rem + 1.75vw, 4.25rem)) {
    .item-why__content {
        padding-bottom: clamp(2.5rem, 2.15rem + 1.75vw, 4.25rem)
    }
}

@supports not (padding-bottom:clamp(2.5rem, 2.15rem + 1.75vw, 4.25rem)) {
    .item-why__content {
        padding-bottom: calc(2.5rem + 1.75 * (100vw - 20rem)/ 100)
    }
}

.item-why__number {
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -.02em;
    color: #756650
}

@supports (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .item-why__number {
        font-size: clamp(.75rem, .675rem + .375vw, 1.125rem)
    }
}

@supports not (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .item-why__number {
        font-size: calc(.75rem + .375 * (100vw - 20rem)/ 100)
    }
}

.item-why__text {
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -.02em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #756650
}

@supports (margin-top:clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem)) {
    .item-why__text {
        margin-top: clamp(1.25rem, 1.2rem + .25vw, 1.5rem)
    }
}

@supports not (margin-top:clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem)) {
    .item-why__text {
        margin-top: calc(1.25rem + .25 * (100vw - 20rem)/ 100)
    }
}

@supports (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .item-why__text {
        font-size: clamp(.75rem, .675rem + .375vw, 1.125rem)
    }
}

@supports not (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .item-why__text {
        font-size: calc(.75rem + .375 * (100vw - 20rem)/ 100)
    }
}

@supports (gap:clamp(1.25rem, 1.0625rem + 0.9375vw, 2.1875rem)) {
    .item-why__text {
        gap: clamp(1.25rem, 1.0625rem + .9375vw, 2.1875rem)
    }
}

@supports not (gap:clamp(1.25rem, 1.0625rem + 0.9375vw, 2.1875rem)) {
    .item-why__text {
        gap: calc(1.25rem + .9375 * (100vw - 20rem)/ 100)
    }
}

.item-why__text span {
    font-weight: 600
}

.item-why__icon {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 57px;
    height: 48px;
    max-height: 100%
}

@supports (margin-top:clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem)) {
    .item-why__icon {
        margin-top: clamp(1.875rem, 1.75rem + .625vw, 2.5rem)
    }
}

@supports not (margin-top:clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem)) {
    .item-why__icon {
        margin-top: calc(1.875rem + .625 * (100vw - 20rem)/ 100)
    }
}

.item-why__icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -.02em;
    color: #756650;
    padding: 40px 0;
    border-top: 1px solid rgba(117, 102, 80, .25);
    border-bottom: 1px solid rgba(117, 102, 80, .25)
}

@supports (gap:clamp(1.875rem, 1.725rem + 0.75vw, 2.625rem)) {
    .list-item {
        gap: clamp(1.875rem, 1.725rem + .75vw, 2.625rem)
    }
}

@supports not (gap:clamp(1.875rem, 1.725rem + 0.75vw, 2.625rem)) {
    .list-item {
        gap: calc(1.875rem + .75 * (100vw - 20rem)/ 100)
    }
}

@supports (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .list-item {
        font-size: clamp(.75rem, .675rem + .375vw, 1.125rem)
    }
}

@supports not (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .list-item {
        font-size: calc(.75rem + .375 * (100vw - 20rem)/ 100)
    }
}

.list-item li {
    max-width: 120px
}

.list-item__count {
    font-weight: 600
}

.list-item__text {
    margin-top: 30px
}

.section-list {
    margin-top: 20px
}

.section-list__container {
    position: relative;
    top: 0;
    left: 0
}

.section-list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-list__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

@supports (margin-top:clamp(1.25rem, 1.075rem + 0.875vw, 2.125rem)) {
    .section-list__lists {
        margin-top: clamp(1.25rem, 1.075rem + .875vw, 2.125rem)
    }
}

@supports not (margin-top:clamp(1.25rem, 1.075rem + 0.875vw, 2.125rem)) {
    .section-list__lists {
        margin-top: calc(1.25rem + .875 * (100vw - 20rem)/ 100)
    }
}

.section-list__img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 430px
}

@supports (margin-top:clamp(3.125rem, 2.45rem + 3.375vw, 6.5rem)) {
    .section-list__img {
        margin-top: clamp(3.125rem, 2.45rem + 3.375vw, 6.5rem)
    }
}

@supports not (margin-top:clamp(3.125rem, 2.45rem + 3.375vw, 6.5rem)) {
    .section-list__img {
        margin-top: calc(3.125rem + 3.375 * (100vw - 20rem)/ 100)
    }
}

@supports (margin-bottom:clamp(1.75rem, 1.45rem + 1.5vw, 3.25rem)) {
    .section-list__img {
        margin-bottom: clamp(1.75rem, 1.45rem + 1.5vw, 3.25rem)
    }
}

@supports not (margin-bottom:clamp(1.75rem, 1.45rem + 1.5vw, 3.25rem)) {
    .section-list__img {
        margin-bottom: calc(1.75rem + 1.5 * (100vw - 20rem)/ 100)
    }
}

@supports (height:clamp(3.125rem, 2.4rem + 3.625vw, 6.75rem)) {
    .section-list__img {
        height: clamp(3.125rem, 2.4rem + 3.625vw, 6.75rem)
    }
}

@supports not (height:clamp(3.125rem, 2.4rem + 3.625vw, 6.75rem)) {
    .section-list__img {
        height: calc(3.125rem + 3.625 * (100vw - 20rem)/ 100)
    }
}

.section-list__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.section-list__bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%
}

@supports (height:clamp(14.8125rem, 9.75rem + 25.3125vw, 40.125rem)) {
    .section-list__bg {
        height: clamp(14.8125rem, 9.75rem + 25.3125vw, 40.125rem)
    }
}

@supports not (height:clamp(14.8125rem, 9.75rem + 25.3125vw, 40.125rem)) {
    .section-list__bg {
        height: calc(14.8125rem + 25.3125 * (100vw - 20rem)/ 100)
    }
}

.section-list__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.section-list__p {
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -.02em;
    max-width: 540px;
    color: #ccbfaa
}

@supports (padding-top:clamp(5.625rem, 2.75rem + 14.375vw, 20rem)) {
    .section-list__p {
        padding-top: clamp(5.625rem, 2.75rem + 14.375vw, 20rem)
    }
}

@supports not (padding-top:clamp(5.625rem, 2.75rem + 14.375vw, 20rem)) {
    .section-list__p {
        padding-top: calc(5.625rem + 14.375 * (100vw - 20rem)/ 100)
    }
}

@supports (font-size:clamp(1.125rem, 1rem + 0.625vw, 1.75rem)) {
    .section-list__p {
        font-size: clamp(1.125rem, 1rem + .625vw, 1.75rem)
    }
}

@supports not (font-size:clamp(1.125rem, 1rem + 0.625vw, 1.75rem)) {
    .section-list__p {
        font-size: calc(1.125rem + .625 * (100vw - 20rem)/ 100)
    }
}

.section-list__p span {
    font-weight: 600;
    color: #e2dbcf
}

.list-list li {
    border-top: 1px solid rgba(117, 102, 80, .25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #756650
}

@supports (gap:clamp(0.9375rem, 0.8125rem + 0.625vw, 1.5625rem)) {
    .list-list li {
        gap: clamp(.9375rem, .8125rem + .625vw, 1.5625rem)
    }
}

@supports not (gap:clamp(0.9375rem, 0.8125rem + 0.625vw, 1.5625rem)) {
    .list-list li {
        gap: calc(.9375rem + .625 * (100vw - 20rem)/ 100)
    }
}

@supports (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .list-list li {
        font-size: clamp(.75rem, .675rem + .375vw, 1.125rem)
    }
}

@supports not (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .list-list li {
        font-size: calc(.75rem + .375 * (100vw - 20rem)/ 100)
    }
}

@supports (padding-top:clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem)) {
    .list-list li {
        padding-top: clamp(1.25rem, 1.1875rem + .3125vw, 1.5625rem)
    }
}

@supports not (padding-top:clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem)) {
    .list-list li {
        padding-top: calc(1.25rem + .3125 * (100vw - 20rem)/ 100)
    }
}

@supports (padding-bottom:clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem)) {
    .list-list li {
        padding-bottom: clamp(1.25rem, 1.1875rem + .3125vw, 1.5625rem)
    }
}

@supports not (padding-bottom:clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem)) {
    .list-list li {
        padding-bottom: calc(1.25rem + .3125 * (100vw - 20rem)/ 100)
    }
}

.list-list li:last-child {
    border-bottom: 1px solid rgba(117, 102, 80, .25)
}

.list-list li span {
    color: rgba(117, 102, 80, .5)
}

.section-sale {
    padding-bottom: 26px
}

@supports (padding-top:clamp(1.5625rem, 1rem + 2.8125vw, 4.375rem)) {
    .section-sale {
        padding-top: clamp(1.5625rem, 1rem + 2.8125vw, 4.375rem)
    }
}

@supports not (padding-top:clamp(1.5625rem, 1rem + 2.8125vw, 4.375rem)) {
    .section-sale {
        padding-top: calc(1.5625rem + 2.8125 * (100vw - 20rem)/ 100)
    }
}

@supports (margin-top:clamp(-7.5rem, -3rem + -3.75vw, -3.75rem)) {
    .section-sale__bg {
        margin-top: clamp(-7.5rem, -3rem + -3.75vw, -3.75rem)
    }
}

@supports not (margin-top:clamp(-7.5rem, -3rem + -3.75vw, -3.75rem)) {
    .section-sale__bg {
        margin-top: calc(-3.75rem + -3.75 * (100vw - 20rem)/ 100)
    }
}

@supports (padding-top:clamp(5rem, 3rem + 10vw, 15rem)) {
    .section-sale__bg .section-list__p {
        padding-top: clamp(5rem, 3rem + 10vw, 15rem)
    }
}

@supports not (padding-top:clamp(5rem, 3rem + 10vw, 15rem)) {
    .section-sale__bg .section-list__p {
        padding-top: calc(5rem + 10 * (100vw - 20rem)/ 100)
    }
}

.section-sale__img {
    z-index: -1;
    position: relative;
    top: 0;
    left: 0;
    width: 100%
}

@supports (height:clamp(12.5rem, 5.5rem + 35vw, 47.5rem)) {
    .section-sale__img {
        height: clamp(12.5rem, 5.5rem + 35vw, 47.5rem)
    }
}

@supports not (height:clamp(12.5rem, 5.5rem + 35vw, 47.5rem)) {
    .section-sale__img {
        height: calc(12.5rem + 35 * (100vw - 20rem)/ 100)
    }
}

.section-sale__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.section-sale__container {
    max-width: 540px
}

.section-sale__block {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(188, 171, 144, .05)), to(rgba(117, 102, 80, .05)));
    background: -o-linear-gradient(top, rgba(188, 171, 144, .05) 0, rgba(117, 102, 80, .05) 100%);
    background: linear-gradient(180deg, rgba(188, 171, 144, .05) 0, rgba(117, 102, 80, .05) 100%);
    border-radius: 10px;
    border: 2px solid #dcd4c6
}

@supports (margin-top:clamp(1.875rem, 1.375rem + 2.5vw, 4.375rem)) {
    .section-sale__block {
        margin-top: clamp(1.875rem, 1.375rem + 2.5vw, 4.375rem)
    }
}

@supports not (margin-top:clamp(1.875rem, 1.375rem + 2.5vw, 4.375rem)) {
    .section-sale__block {
        margin-top: calc(1.875rem + 2.5 * (100vw - 20rem)/ 100)
    }
}

@supports (padding-top:clamp(2.625rem, 2.375rem + 1.25vw, 3.875rem)) {
    .section-sale__block {
        padding-top: clamp(2.625rem, 2.375rem + 1.25vw, 3.875rem)
    }
}

@supports not (padding-top:clamp(2.625rem, 2.375rem + 1.25vw, 3.875rem)) {
    .section-sale__block {
        padding-top: calc(2.625rem + 1.25 * (100vw - 20rem)/ 100)
    }
}

@supports (padding-bottom:clamp(2rem, 1.875rem + 0.625vw, 2.625rem)) {
    .section-sale__block {
        padding-bottom: clamp(2rem, 1.875rem + .625vw, 2.625rem)
    }
}

@supports not (padding-bottom:clamp(2rem, 1.875rem + 0.625vw, 2.625rem)) {
    .section-sale__block {
        padding-bottom: calc(2rem + .625 * (100vw - 20rem)/ 100)
    }
}

@supports (padding-left:clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem)) {
    .section-sale__block {
        padding-left: clamp(1.875rem, 1.75rem + .625vw, 2.5rem)
    }
}

@supports not (padding-left:clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem)) {
    .section-sale__block {
        padding-left: calc(1.875rem + .625 * (100vw - 20rem)/ 100)
    }
}

@supports (padding-right:clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem)) {
    .section-sale__block {
        padding-right: clamp(1.875rem, 1.75rem + .625vw, 2.5rem)
    }
}

@supports not (padding-right:clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem)) {
    .section-sale__block {
        padding-right: calc(1.875rem + .625 * (100vw - 20rem)/ 100)
    }
}

.section-sale__cost {
    padding: 30px 0;
    border-top: 1px solid rgba(117, 102, 80, .25);
    border-bottom: 1px solid rgba(117, 102, 80, .25)
}

@supports (margin-top:clamp(2.375rem, 2.3rem + 0.375vw, 2.75rem)) {
    .section-sale__cost {
        margin-top: clamp(2.375rem, 2.3rem + .375vw, 2.75rem)
    }
}

@supports not (margin-top:clamp(2.375rem, 2.3rem + 0.375vw, 2.75rem)) {
    .section-sale__cost {
        margin-top: calc(2.375rem + .375 * (100vw - 20rem)/ 100)
    }
}

.section-sale__button {
    width: 100%
}

.section-sale__btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

@supports (margin-top:clamp(1.25rem, 1.225rem + 0.125vw, 1.375rem)) {
    .section-sale__btn {
        margin-top: clamp(1.25rem, 1.225rem + .125vw, 1.375rem)
    }
}

@supports not (margin-top:clamp(1.25rem, 1.225rem + 0.125vw, 1.375rem)) {
    .section-sale__btn {
        margin-top: calc(1.25rem + .125 * (100vw - 20rem)/ 100)
    }
}

.cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cost__title {
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -.02em;
    color: #756650
}

@supports (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .cost__title {
        font-size: clamp(.75rem, .675rem + .375vw, 1.125rem)
    }
}

@supports not (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .cost__title {
        font-size: calc(.75rem + .375 * (100vw - 20rem)/ 100)
    }
}

@supports (margin-top:clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem)) {
    .cost__cost {
        margin-top: clamp(.9375rem, .875rem + .3125vw, 1.25rem)
    }
}

@supports not (margin-top:clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem)) {
    .cost__cost {
        margin-top: calc(.9375rem + .3125 * (100vw - 20rem)/ 100)
    }
}

@supports (font-size:clamp(3.125rem, 2.8125rem + 1.5625vw, 4.6875rem)) {
    .cost__cost {
        font-size: clamp(3.125rem, 2.8125rem + 1.5625vw, 4.6875rem)
    }
}

@supports not (font-size:clamp(3.125rem, 2.8125rem + 1.5625vw, 4.6875rem)) {
    .cost__cost {
        font-size: calc(3.125rem + 1.5625 * (100vw - 20rem)/ 100)
    }
}

.cost__oldcost {
    margin-top: 17px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -.02em;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #756650;
    opacity: .5
}

@supports (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .cost__oldcost {
        font-size: clamp(.75rem, .675rem + .375vw, 1.125rem)
    }
}

@supports not (font-size:clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem)) {
    .cost__oldcost {
        font-size: calc(.75rem + .375 * (100vw - 20rem)/ 100)
    }
}

.footer {
    margin-top: -1px;
    will-change: transform;
}

@supports (padding-bottom:clamp(1.25rem, 0.8rem + 2.25vw, 3.5rem)) {
    .footer {
        padding-bottom: clamp(1.25rem, .8rem + 2.25vw, 3.5rem)
    }
}

@supports not (padding-bottom:clamp(1.25rem, 0.8rem + 2.25vw, 3.5rem)) {
    .footer {
        padding-bottom: calc(1.25rem + 2.25 * (100vw - 20rem)/ 100)
    }
}

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

@supports (margin-top:clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem)) {
    .footer__lists {
        margin-top: clamp(1.25rem, .875rem + 1.875vw, 3.125rem)
    }
}

@supports not (margin-top:clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem)) {
    .footer__lists {
        margin-top: calc(1.25rem + 1.875 * (100vw - 20rem)/ 100)
    }
}

@supports (gap:clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem)) {
    .footer__lists {
        gap: clamp(1.25rem, .75rem + 2.5vw, 3.75rem)
    }
}

@supports not (gap:clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem)) {
    .footer__lists {
        gap: calc(1.25rem + 2.5 * (100vw - 20rem)/ 100)
    }
}

.footer__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%
}

.footer__list:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%
}

.footer__list:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%
}

.footer__list:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%
}

.footer__list:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%
}

.footer__list:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16%;
    flex: 0 1 16%
}

.footer__copyright {
    color: #726bb6;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

@supports (margin-top:clamp(2.1875rem, 2.5625rem + -0.3125vw, 2.5rem)) {
    .footer__copyright {
        margin-top: clamp(2.1875rem, 2.5625rem + -.3125vw, 2.5rem)
    }
}

@supports not (margin-top:clamp(2.1875rem, 2.5625rem + -0.3125vw, 2.5rem)) {
    .footer__copyright {
        margin-top: calc(2.5rem + -.3125 * (100vw - 20rem)/ 100)
    }
}

@supports (font-size:clamp(0.6875rem, 0.6625rem + 0.125vw, 0.8125rem)) {
    .footer__copyright {
        font-size: clamp(.6875rem, .6625rem + .125vw, .8125rem)
    }
}

@supports not (font-size:clamp(0.6875rem, 0.6625rem + 0.125vw, 0.8125rem)) {
    .footer__copyright {
        font-size: calc(.6875rem + .125 * (100vw - 20rem)/ 100)
    }
}

.footer__copyright a {
    text-decoration: underline
}

.footer-head {
    background: #393185
}

.footer-head__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px
}

@supports (padding-left:clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem)) {
    .footer-head__content {
        padding-left: clamp(1.25rem, .75rem + 2.5vw, 3.75rem)
    }
}

@supports not (padding-left:clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem)) {
    .footer-head__content {
        padding-left: calc(1.25rem + 2.5 * (100vw - 20rem)/ 100)
    }
}

@supports (padding-right:clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem)) {
    .footer-head__content {
        padding-right: clamp(1.25rem, .75rem + 2.5vw, 3.75rem)
    }
}

@supports not (padding-right:clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem)) {
    .footer-head__content {
        padding-right: calc(1.25rem + 2.5 * (100vw - 20rem)/ 100)
    }
}

.footer-head__title {
    text-align: center;
    display: inline;
    color: #e7f0ff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

@supports (font-size:clamp(1.375rem, 1.3625rem + 0.0625vw, 1.4375rem)) {
    .footer-head__title {
        font-size: clamp(1.375rem, 1.3625rem + .0625vw, 1.4375rem)
    }
}

@supports not (font-size:clamp(1.375rem, 1.3625rem + 0.0625vw, 1.4375rem)) {
    .footer-head__title {
        font-size: calc(1.375rem + .0625 * (100vw - 20rem)/ 100)
    }
}

.footer-head__btn {
    padding: 12px 27px
}

.footer-head__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
    width: 5.8125rem;
    height: 2.5rem
}

.footer-head__icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.footer-list__title {
    color: #867ed2;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

@supports (font-size:clamp(0.875rem, 0.8625rem + 0.0625vw, 0.9375rem)) {
    .footer-list__title {
        font-size: clamp(.875rem, .8625rem + .0625vw, .9375rem)
    }
}

@supports not (font-size:clamp(0.875rem, 0.8625rem + 0.0625vw, 0.9375rem)) {
    .footer-list__title {
        font-size: calc(.875rem + .0625 * (100vw - 20rem)/ 100)
    }
}

.footer-list__list {
    margin-top: 14px;
    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
}

.footer-list__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-list__link {
    color: #726bb6;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: underline !important;
    -webkit-text-decoration-color: #292361 !important;
    text-decoration-color: #292361 !important
}

@supports (font-size:clamp(0.75rem, 0.7375rem + 0.0625vw, 0.8125rem)) {
    .footer-list__link {
        font-size: clamp(.75rem, .7375rem + .0625vw, .8125rem)
    }
}

@supports not (font-size:clamp(0.75rem, 0.7375rem + 0.0625vw, 0.8125rem)) {
    .footer-list__link {
        font-size: calc(.75rem + .0625 * (100vw - 20rem)/ 100)
    }
}

.footer-list__link:hover {
    -webkit-text-decoration-color: #726bb6 !important;
    text-decoration-color: #726bb6 !important
}

.footer-list__link svg {
    width: 24px;
    height: 14px;
    fill: #726bb6;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.footer-list__link-vk:hover svg {
    fill: #3661f0
}

.footer-list__link-yt:hover svg {
    fill: red
}

.spollers {
    display: -ms-inline-grid;
    display: inline-grid
}

.spollers__title {
    display: inline;
    cursor: default;
    text-align: left;
    position: relative;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    color: #393185;
    cursor: pointer;
    border-bottom: 1px solid #393185;
    border-style: dotted;
    padding-bottom: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@supports (font-size:clamp(0.875rem, 0.85rem + 0.125vw, 1rem)) {
    .spollers__title {
        font-size: clamp(.875rem, .85rem + .125vw, 1rem)
    }
}

@supports not (font-size:clamp(0.875rem, 0.85rem + 0.125vw, 1rem)) {
    .spollers__title {
        font-size: calc(.875rem + .125 * (100vw - 20rem)/ 100)
    }
}

.spollers__title:hover {
    color: #8577ff;
    border-color: #8577ff
}

.spollers__title._spoller-active {
    color: #292929;
    border-bottom: none
}

.spollers__body {
    padding-top: 10px;
    color: #7a7a7a;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5
}

@supports (font-size:clamp(0.875rem, 0.85rem + 0.125vw, 1rem)) {
    .spollers__body {
        font-size: clamp(.875rem, .85rem + .125vw, 1rem)
    }
}

@supports not (font-size:clamp(0.875rem, 0.85rem + 0.125vw, 1rem)) {
    .spollers__body {
        font-size: calc(.875rem + .125 * (100vw - 20rem)/ 100)
    }
}

.spollers__content {
    margin-left: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.spollers__content p {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit
}

.tabs {
    -webkit-filter: drop-shadow(0 0 20px rgba(41, 44, 121, .15));
    filter: drop-shadow(0 0 20px rgba(41, 44, 121, .15))
}

.tabs__navigation {
    width: 100%;
    position: relative;
    overflow-x: auto;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@supports (gap:clamp(0.3125rem, 0.1625rem + 0.75vw, 1.0625rem)) {
    .tabs__navigation {
        gap: clamp(.3125rem, .1625rem + .75vw, 1.0625rem)
    }
}

@supports not (gap:clamp(0.3125rem, 0.1625rem + 0.75vw, 1.0625rem)) {
    .tabs__navigation {
        gap: calc(.3125rem + .75 * (100vw - 20rem)/ 100)
    }
}

.tabs__title {
    padding: .9375em 1.875em;
    border-radius: 5px 5px 0 0;
    background: #393185;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    z-index: 2
}

@supports (font-size:clamp(0.75rem, 0.7rem + 0.25vw, 1rem)) {
    .tabs__title {
        font-size: clamp(.75rem, .7rem + .25vw, 1rem)
    }
}

@supports not (font-size:clamp(0.75rem, 0.7rem + 0.25vw, 1rem)) {
    .tabs__title {
        font-size: calc(.75rem + .25 * (100vw - 20rem)/ 100)
    }
}

.tabs__title._tab-active {
    background: #fff;
    color: #000
}

.tabs__content {
    border-radius: 0 0 5px 5px;
    background: #fff;
    z-index: 12
}

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

@supports (padding-top:clamp(1.875rem, 1.675rem + 1vw, 2.875rem)) {
    .tab {
        padding-top: clamp(1.875rem, 1.675rem + 1vw, 2.875rem)
    }
}

@supports not (padding-top:clamp(1.875rem, 1.675rem + 1vw, 2.875rem)) {
    .tab {
        padding-top: calc(1.875rem + 1 * (100vw - 20rem)/ 100)
    }
}

@supports (padding-bottom:clamp(1.25rem, 0.925rem + 1.625vw, 2.875rem)) {
    .tab {
        padding-bottom: clamp(1.25rem, .925rem + 1.625vw, 2.875rem)
    }
}

@supports not (padding-bottom:clamp(1.25rem, 0.925rem + 1.625vw, 2.875rem)) {
    .tab {
        padding-bottom: calc(1.25rem + 1.625 * (100vw - 20rem)/ 100)
    }
}

@supports (padding-left:clamp(1.25rem, 0.825rem + 2.125vw, 3.375rem)) {
    .tab {
        padding-left: clamp(1.25rem, .825rem + 2.125vw, 3.375rem)
    }
}

@supports not (padding-left:clamp(1.25rem, 0.825rem + 2.125vw, 3.375rem)) {
    .tab {
        padding-left: calc(1.25rem + 2.125 * (100vw - 20rem)/ 100)
    }
}

@supports (padding-right:clamp(1.25rem, 0.825rem + 2.125vw, 3.375rem)) {
    .tab {
        padding-right: clamp(1.25rem, .825rem + 2.125vw, 3.375rem)
    }
}

@supports not (padding-right:clamp(1.25rem, 0.825rem + 2.125vw, 3.375rem)) {
    .tab {
        padding-right: calc(1.25rem + 2.125 * (100vw - 20rem)/ 100)
    }
}

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

@supports (gap:clamp(1.5625rem, 1.5125rem + 0.25vw, 1.8125rem)) {
    .tab__list {
        gap: clamp(1.5625rem, 1.5125rem + .25vw, 1.8125rem)
    }
}

@supports not (gap:clamp(1.5625rem, 1.5125rem + 0.25vw, 1.8125rem)) {
    .tab__list {
        gap: calc(1.5625rem + .25 * (100vw - 20rem)/ 100)
    }
}

.tab__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    position: relative;
    top: 0;
    left: 0;
    height: 360px;
    max-height: 100%
}

.tab__right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1
}

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

@supports (gap:clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem)) {
    .item {
        gap: clamp(.875rem, .8rem + .375vw, 1.25rem)
    }
}

@supports not (gap:clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem)) {
    .item {
        gap: calc(.875rem + .375 * (100vw - 20rem)/ 100)
    }
}

.item__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    top: 0;
    left: 0
}

@supports (width:clamp(2.5rem, 2.3125rem + 0.9375vw, 3.4375rem)) {
    .item__icon {
        width: clamp(2.5rem, 2.3125rem + .9375vw, 3.4375rem)
    }
}

@supports not (width:clamp(2.5rem, 2.3125rem + 0.9375vw, 3.4375rem)) {
    .item__icon {
        width: calc(2.5rem + .9375 * (100vw - 20rem)/ 100)
    }
}

@supports (height:clamp(2.5rem, 2.3125rem + 0.9375vw, 3.4375rem)) {
    .item__icon {
        height: clamp(2.5rem, 2.3125rem + .9375vw, 3.4375rem)
    }
}

@supports not (height:clamp(2.5rem, 2.3125rem + 0.9375vw, 3.4375rem)) {
    .item__icon {
        height: calc(2.5rem + .9375 * (100vw - 20rem)/ 100)
    }
}

.item__icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@supports (margin-top:clamp(0.4375rem, 0.4rem + 0.1875vw, 0.625rem)) {
    .item__subtitle {
        margin-top: clamp(.4375rem, .4rem + .1875vw, .625rem)
    }
}

@supports not (margin-top:clamp(0.4375rem, 0.4rem + 0.1875vw, 0.625rem)) {
    .item__subtitle {
        margin-top: calc(.4375rem + .1875 * (100vw - 20rem)/ 100)
    }
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: inherit
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

a {
    -webkit-tap-highlight-color: transparent
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

@media (min-width:992px) {
    .header__content-bg {
        display: none
    }

    .logo-hidden {
        display: none
    }
}

@media (max-width:1440px) {
    .item-table {
        height: 300px
    }
}

@media (max-width:1420px) {
    @supports (height:clamp(10rem, 1.1538461538rem + 15.3846153846vw, 15rem)) {
        .header__bg {
            height: clamp(10rem, 1.1538461538rem + 15.3846153846vw, 15rem)
        }
    }

    @supports not (height:clamp(10rem, 1.1538461538rem + 15.3846153846vw, 15rem)) {
        .header__bg {
            height: calc(10rem + 5 * (100vw - 57.5rem)/ 32.5)
        }
    }

    .section-main__content {
        gap: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section-main__left {
        width: 50%
    }

    .section-main__img {
        position: relative;
        height: 558px;
        left: 0;
        top: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .section-main__right {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        margin-top: 30px
    }

    .main-left__content {
        padding-right: 80px
    }
}

@media (max-width:70em) {
    [class*=__container] {
        max-width: 60.625rem
    }
}

@media (max-width:992px) {
    .header__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        z-index: 100
    }

    .header__name {
        position: absolute;
        padding: 0 25px;
        bottom: 10px;
        left: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -.02em;
        color: #756650
    }

    .header__content {
        position: fixed;
        left: -100%
    }

    .header__content {
        top: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: left .3s ease 0s;
        -o-transition: left .3s ease 0s;
        transition: left .3s ease 0s;
        text-align: center;
        overflow: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding: 0;
        border-radius: 0 0 0 20px
    }

    @supports (padding-top:clamp(3.5625rem, 3.25rem + 1.5625vw, 5.125rem)) {
        .header__content {
            padding-top: clamp(3.5625rem, 3.25rem + 1.5625vw, 5.125rem)
        }
    }

    @supports not (padding-top:clamp(3.5625rem, 3.25rem + 1.5625vw, 5.125rem)) {
        .header__content {
            padding-top: calc(3.5625rem + 1.5625 * (100vw - 20rem)/ 100)
        }
    }

    .header__menu {
        width: 100%;
        padding: 0 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        margin-top: 120px
    }

    .header__menu>li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .header__menu>li::after {
        content: "";
        display: block;
        height: auto;
        width: 100%;
        height: 2px;
        background: #756650;
        opacity: .25
    }

    .header__menu>li:last-child::after {
        content: "";
        display: block;
        height: auto;
        width: 100%;
        height: 2px;
        background: #756650;
        opacity: .25
    }

    .header__link {
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        letter-spacing: -.02em;
        color: #756650
    }

    .header__link-hidden {
        display: block;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -.02em;
        color: #756650
    }

    .header__bg {
        display: none
    }

    .section-main__content {
        padding-bottom: 24px
    }

    .section-main__img {
        width: 50%;
        height: 550px;
        z-index: 10
    }

    .section-main__right {
        width: 100%;
        z-index: 20
    }

    .list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .list li::after {
        margin-top: 0
    }

    .main-right__title {
        text-align: left
    }

    .bg-b {
        margin-top: -110px;
        padding-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 22
    }

    .list-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 120px
    }

    .list-right li {
        border-top: 1px solid rgba(171, 153, 128, .25)
    }

    .list-right li:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .list-right__title {
        color: rgba(204, 191, 170, .75);
        text-align: left;
        white-space: normal
    }

    .list-right__cost {
        text-align: left
    }

    .section-table__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px
    }

    @supports (height:clamp(12.5rem, 6.5476190476rem + 29.7619047619vw, 25rem)) {
        .item-table {
            height: clamp(12.5rem, 6.5476190476rem + 29.7619047619vw, 25rem)
        }
    }

    @supports not (height:clamp(12.5rem, 6.5476190476rem + 29.7619047619vw, 25rem)) {
        .item-table {
            height: calc(12.5rem + 12.5 * (100vw - 20rem)/ 42)
        }
    }

    .next {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0
    }

    .item-why-full {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .item-why:nth-child(3)::after {
        top: 86%;
        left: 20%
    }

    .section-list__title {
        text-align: left;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__lists {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer__list {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 30% !important;
        flex: 0 1 30% !important
    }

    .footer-head__content {
        gap: 30px
    }

    .tab__right {
        display: none
    }
}

@media (max-width:767px) {
    .section-quote__content {
        padding-top: 25%;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:765px) {
    .section-main__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .section-main__left {
        width: 60%
    }

    .section-main__img {
        position: absolute;
        top: 60%;
        left: 80%;
        width: 411px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .bg-b {
        margin-top: -40px
    }
}

@media (max-width:525px) {
    .main-left__btn {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width:520px) {
    .item-why-full {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .list-item {
        border: 0 solid #fff
    }

    .section-list__lists {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .list-list:first-child li:last-child {
        border-bottom: 0 solid rgba(117, 102, 80, .25)
    }

    @supports (padding-left:clamp(0.0000000625rem, -2.9999998375rem + 14.9999995vw, 1.875rem)) {
        .footer__lists {
            padding-left: clamp(.0000000625rem, -2.9999998375rem + 14.9999995vw, 1.875rem)
        }
    }

    @supports not (padding-left:clamp(0.0000000625rem, -2.9999998375rem + 14.9999995vw, 1.875rem)) {
        .footer__lists {
            padding-left: calc(.0000000625rem + 1.8749999375 * (100vw - 20rem)/ 12.5)
        }
    }

    @supports (padding-right:clamp(0.0000000625rem, -2.9999998375rem + 14.9999995vw, 1.875rem)) {
        .footer__lists {
            padding-right: clamp(.0000000625rem, -2.9999998375rem + 14.9999995vw, 1.875rem)
        }
    }

    @supports not (padding-right:clamp(0.0000000625rem, -2.9999998375rem + 14.9999995vw, 1.875rem)) {
        .footer__lists {
            padding-right: calc(.0000000625rem + 1.8749999375 * (100vw - 20rem)/ 12.5)
        }
    }

    .footer__list {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 35% !important;
        flex: 1 1 35% !important
    }
}

@media (max-width:500px) {
    .section-questions__button {
        width: 100%
    }

    .section-questions__btn {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:460px) {
    .header__bg-mob {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }

    .section-main__img {
        height: 500px;
    }

    @supports (height:clamp(5rem, 3.5714285714rem + 7.1428571429vw, 5.625rem)) {
        .header__bg-mob {
            height: clamp(5rem, 3.5714285714rem + 7.1428571429vw, 5.625rem)
        }
    }

    @supports not (height:clamp(5rem, 3.5714285714rem + 7.1428571429vw, 5.625rem)) {
        .header__bg-mob {
            height: calc(5rem + .625 * (100vw - 20rem)/ 8.75)
        }
    }

    .section-main__right {
        margin-top: 0
    }

    .bg-b {
        margin-top: -30px
    }

    .list-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .list-right_price_value {
        flex-direction: row;
    }

    .list-right li {
        border: 0 solid rgba(171, 153, 128, .25)
    }

    .list-right_price_value.list-right li {
        border-top: 1px solid rgba(171, 153, 128, .25);
        border-bottom: 1px solid rgba(171, 153, 128, .25);
    }

    .list-right_price_value .list-right__title {
        max-width: 150px;
    }

    .border_mob.button__btn {
        border-radius: 3px;
        font-size: 18px;
        padding: 20px 20px;
    }

    .list li.list__small {
        font-size: 10px;
        max-width: 150px;
        line-height: normal;
    }

    .main-left__subtitle {
        margin-top: 12px;
        font-size: 12px;
    }

    .main-left__list {
        margin-top: 2px;
        gap: 20px;
    }

    .main-left__list .list__first {
        font-size: 10px;
    }

    .main-right__title {
        padding-bottom: 0;
        line-height: normal;
    }

    .list-right__title {
        font-size: 10px;
    }

    .list-right_price_value .list-right__title {
        max-width: 120px;
    }

    img.wow_bg-b {
        display: block;
        position: absolute;
        width: 125px;
        height: 88px;
    }

}

@media (max-width:425px) {
    .footer__lists {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
        flex: 1 1 100% !important;
        gap: 32px !important
    }

    .footer__list {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
        flex: 1 1 100% !important
    }
}

@media (max-width:440px) {
    .section-main__left {
        /* width: 100% */
    }

    .section-main__img {
        left: 95%;
        display: none;
        height: 500px;
    }

    .section-main__img.poster_main_mob {
        display: block;
    }

    .section-main__img.poster_main_mob img {
        height: auto;
    }

    .main-left__content {
        width: 100%;
        padding: 0
    }
}

@media (max-width:400px) {
    .list-right_price_value .list-right__cost {
        font-size: 40px;
    }


}

@media (max-width:88.75rem) {
    [class*=__container] {
        max-width: 56.25rem
    }
}

@media (max-width:61.99875em) {
    [class*=__container] {
        max-width: 46.875rem
    }

    .icon-menu {
        z-index: 70;
        display: block;
        position: relative;
        width: 1.125rem;
        height: .875rem;
        cursor: pointer
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .0625rem;
        background-color: #d7c7aa;
        border-radius: 10px
    }

    .icon-menu::before {
        top: 0
    }

    .icon-menu::after {
        bottom: 0
    }

    .icon-menu span {
        top: 6.5px
    }

    .icon-menu.active span {
        width: 0
    }

    .icon-menu.active::after,
    .icon-menu.active::before {
        background-color: #756650
    }

    .icon-menu.active::before {
        top: calc(50% - .01875rem);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .icon-menu.active::after {
        bottom: calc(50% - .0625rem);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@media (max-width:47.99875em) {
    [class*=__container] {
        max-width: none;
        padding-left: .625rem;
        padding-right: .625rem
    }

    .footer-head__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-head__title {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-head__icon {
        margin-top: 10px
    }
}

.webp .item-why:nth-child(1)::after {
    background: url(../img/icons/arrow1.webp) 0 0/contain no-repeat
}

.webp .item-why:nth-child(2)::after {
    background: url(../img/icons/arrow2.webp) 0 0/contain no-repeat
}

.webp .item-why:nth-child(3)::after {
    background: url(../img/icons/arrow3.webp) 0 0/contain no-repeat
}

.webp .item-why:nth-child(4)::after {
    background: url(../img/icons/arrow4.webp) 0 0/contain no-repeat
}

.webp .item-why:nth-child(5)::after {
    background: url(../img/icons/arrow5.webp) 0 0/contain no-repeat
}

/* ============================================== */


.footer {
    position: relative;
    margin-top: 160px;
}

.footer .footer_bg_mob {
    display: none;
}

.footer .footer__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.footer .wrappper__content {
    display: flex;
    align-items: flex-start;
    gap: 54px;
}

.footer p.white {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #e2dbcf;
    margin-bottom: 10px;
}

.footer .all_right {
    margin-top: 38px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #ccbfaa;
}

.footer .footer__list {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #ccbfaa;
}

.footer .footer_bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: 0;
    left: 0;
}

.footer .all_right_mob {
    display: none;
}

.wrapper {
    overflow: hidden !important;
    height: auto;
}

@media (max-width: 992px) {
    .footer .wrappper__content {
        flex-direction: column;
        gap: 24px;
    }

    .footer .footer__content {
        align-items: normal;
    }

    .footer .wrapper_logo_footer img {
        width: 152px;
    }

    .footer p.white {
        font-size: 10px;
        letter-spacing: -0.02em;
        margin: 0;
        line-height: 130%;
    }

    .footer .footer__list {
        font-size: 10px;
        letter-spacing: -0.02em;
    }

    .footer .footer_bg_mob {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 160%;
        z-index: -1;
    }

    .footer .all_right_mob {
        display: block;
        font-weight: 400;
        font-size: 10px;
        letter-spacing: -0.02em;
        color: #ccbfaa;
    }

    .footer .all_right {
        display: none;
    }

    .footer .wrapper_logo_footer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.faq__content {
    margin-top: 220px;
    display: flex;
    align-items: flex-start;
    gap: 170px;
}

.faq__content .faq_title {
    margin: 0;
    font-family: Petrogradski, sans-serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 102%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(46.63deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.faq__content .accordion {
    flex: 1 1 auto;
}

.faq__content .accordion a {
    text-decoration: underline;
}

.faq__content .accordion .accordion-button {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: #756650;
    padding: 29px 0;
    outline: none;
}

.faq__content .accordion .accordion-item {
    border: 0px;
    border-top: 1px solid rgba(117, 102, 80, 0.25);
}

.faq__content .accordion .accordion-button::after {
    background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="10.5" y1="0.5" x2="10.5" y2="20.5" stroke="%23756650"/><line y1="10" x2="20" y2="10" stroke="%23756650"/></svg>');
}

.faq__content .accordion .accordion-header {
    outline: none;
}

.faq__content .accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
}

.faq__content .accordion .accordion-item:first-of-type {
    border-radius: 0;
}

.faq__content .accordion .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.faq__content .accordion .accordion-button:focus {
    box-shadow: none;
}

.faq__content .accordion .accordion-body {
    padding-top: 0;
    padding-bottom: 29px;
}

.faq__content .accordion .accordion-body ul {
    margin-top: 10px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.faq__content .accordion .accordion-body ul li {
    position: relative;
}

.faq__content .accordion .accordion-body ul li::before {
    content: "-";
    position: absolute;
    left: -10px;
}

ol,
ul {
    padding: 0;
    margin: 0;
}

@media (max-width: 992px) {
    .faq__content {
        flex-direction: column;
        row-gap: 36px;
    }

    .accordion {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .faq__content {
        flex-direction: column;
        row-gap: 36px;
        margin-top: 60px;
    }

    .faq__content .faq_title {
        font-weight: 400;
        font-size: 50px;
    }

    .faq__content .accordion .accordion-button {
        font-size: 14px;
    }

    .accordion-button::after {
        width: 13px;
        height: 13px;
        background-size: contain;
    }

    .faq__content .accordion .accordion-body {
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }

    .accordion {
        width: 100%;
    }
}

.book_place {
    margin-top: 100px;
    position: relative;
}

.book_place .book_place_title {
    margin: 0;
    font-family: Petrogradski, sans-serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 102%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(46.63deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

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

.book_place .txt_price {
    margin: 220px 0 28px;
    font-family: Petrogradski, sans-serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 102%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(46.63deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.book_place .wrapper_book_place__img {
    position: relative;
}

.book_place .book_place_img {
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: 0;
    transform: translateY(25%);
}

@media (max-width: 992px) {
    .book_place_img {
        display: none;
    }

    .book_place .txt_price {
        margin-top: 50px;
        margin-bottom: 25px;
    }

    .book_place .book_place_title {
        padding-bottom: 43px;
        border-bottom: 0.5px solid rgba(117, 102, 80, 0.25);
        font-size: 50px;
    }

    .book_place .main-left__button.button {
        width: 100%;
        justify-content: center;
    }

    .book_place .main-left__button.button .button__btn {
        padding: 22px;
        justify-content: center;
    }

    .br__book_place_title {
        display: none;
    }

    .book_place .txt_price {
        font-size: 50px;
    }
}

.results {
    margin-top: 120px;
}

.results .results_title {
    margin: 0;
    font-family: Petrogradski, sans-serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 102%;
    text-align: left;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(46.63deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.results .txt_scroll_right {
    display: inline-block;
    margin: 26px 0 20px 50%;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #756650;
    position: relative;
}

.results .txt_scroll_right::before {
    position: absolute;
    left: 300px;
    content: "";
    width: 56px;
    height: 16px;
    background-image: url("/img/Arrow_069.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.slider_item {
    background: #F8F6F4;
    border-radius: 10px;
    padding: 40px;
    border: 1px solid #DDD4C7;
    position: relative;
}

.slider_item .avatar {
    position: absolute;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    top: 40px;
    right: 40px;
}

.slider_item .title {
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.02em;
    color: #756650;
    margin-bottom: 40px;
}

.slider_item .subtitle {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: #756650;
    margin-bottom: 25px;
}

.slider_item .description {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #756650;
}

.slider_item .main_txt {
    margin-top: 40px;
}

.slider_item .line {
    margin: 30px 0;
    width: 100%;
    height: 0.5px;
    background-color: #D6D1C9;
}

@media (max-width: 991px) {
    .results .results_title {
        font-size: 50px;
    }

    .results {
        margin-top: 60px;
    }

    .results .txt_scroll_right {
        margin-left: 0;
        display: block;
        margin-top: 40px;
        font-size: 12px;
    }

    .results .txt_scroll_right::before {
        right: 0;
        left: auto;
    }
}

.peek {
    margin-top: 120px;
    position: relative;
}

.peek .peek_bg_img {
    position: absolute;
    z-index: -1;
    width: 100%;
    bottom: 0;
    transform: translateY(35%);
    max-height: 550px;
}

.peek .peek__container {
    display: flex;
    flex-direction: column;
}

.peek .peek_title {
    margin: 0;
    font-family: Petrogradski, sans-serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 102%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(46.63deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.peek .peek_see {
    display: block;
    width: 430px;
    margin: 73px auto 290px;
}

.peek .peek_txt {
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #e2dbcf;
    max-width: 490px;
    margin: auto;
}

.peek .peek_txt span {
    font-weight: 600;
}

.peek-video_img {
    width: 100%;
    max-width: 545px;
    display: block;
    margin: auto;
}

.peek-video {
    margin-top: 253px;
}

@media (max-width: 991px) {
    .peek .peek_title {
        font-size: 50px;
    }

    .peek .peek_see {
        width: 269px;
    }

    .peek .peek_txt {
        max-width: 282px;
        font-weight: 500;
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .peek-video {
        margin-top: 120px;
    }

    .peek .peek_see {
        margin: 31px auto 104px;
    }
}

@media (max-width: 576px) {
    .peek .peek_bg_img {
        width: 120%;
    }
}

@media (max-width: 440px) {
    .peek .peek_bg_img {
        width: 140%;
    }
}

.teachers_list {
    margin-top: 120px;
}

.teachers_list .teachers_list_title {
    font-family: Petrogradski, sans-serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 102%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(46.63deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.teachers_list .teachers_list_wrapper {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.teachers_list .wrapper_avatar {
    margin: auto;
    border-radius: 100%;
    border: 1px solid rgba(117, 102, 80, 0.5);
    background-color: rgba(117, 102, 80, 0.1);
    padding: 9.5px;
    max-width: 155px;
}

.teachers_list .wrapper_avatar .teacher_avatar {
    width: 100%;
}

.teachers_list .teacher_item {
    flex: 1 1 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    border-top: 1px solid rgba(117, 102, 80, 0.25);
}

.teachers_list .title {
    margin-top: 23px;
    margin-bottom: 23px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #756650;
}

.teachers_list .description {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #756650;
}

.teachers_list .modal_btn {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #756650;
}

.modal_teacher .modal-dialog {
    max-width: 784px;
}

.modal_teacher .title {
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.02em;
    color: #756650;
}

.modal_teacher .description {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #756650;
}

.modal_teacher .modal_teacher_avatar {
    position: absolute;
    width: 100px;
    right: 50px;
    top: 50px;
}

.modal_teacher .modal-body {
    padding: 50px;
}

.modal_teacher .modal-content {
    position: relative;
    border-radius: 28px;
    border: 2px solid #DDD4C7;
}

.modal_teacher .line {
    width: 100%;
    height: 1px;
    background-color: rgba(117, 102, 80, 0.25);
    margin: 52px 0 40px;
}

.modal_teacher ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #756650;
    padding-left: 20px;
}

.modal_teacher ul li {
    list-style: disc;
}

@media (max-width: 991.9px) {
    .teachers_list .teachers_list_title {
        font-size: 50px;
        margin-bottom: 32px;
    }

    .teachers_list .wrapper_avatar {
        width: 119px;
    }

    .teachers_list .title {
        font-size: 12px;
        margin: 17px 0 11px;
    }

    .teachers_list .description {
        font-size: 10px;
    }

    .teachers_list .modal_btn {
        font-size: 10px;
    }

    .modal_teacher .modal-body {
        padding: 35px 30px;
    }

    .modal_teacher .description {
        max-width: 240px;
    }

    .modal_teacher .modal_teacher_avatar {
        top: 39px;
        right: 30px;
        width: 47px;
    }

    .modal_teacher .title {
        font-weight: 500;
        font-size: 14px;
    }

    .modal_teacher .description {
        font-weight: 400;
        font-size: 12px;
        margin-top: 10px;
    }

    .modal_teacher .line {
        margin: 22px 0;
    }

    .modal_teacher ul {
        font-weight: 400;
        font-size: 12px;
        row-gap: 10px;
    }
}

.author_program_img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    max-width: 570px;
}

.author_program {
    position: relative;
    margin: 220px 0 190px;
}

.author_program .author_program_description {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #756650;
}

.author_program .author_program_title {
    margin-top: 32px;
    font-family: Petrogradski, sans-serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 102%;
    text-align: left;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(46.63deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.author_program .author_program_list {
    margin-top: 30px;
}

.author_program .author_program_list li {
    position: relative;
    padding: 24px 0 24px 26px;
    border-top: 0.5px solid rgba(117, 102, 80, 0.25);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #756650;
}

.author_program .author_program_list li::before {
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #756650;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.author_program .author_program_block {
    max-width: 552px;
}

.author_program .author_program__content {
    display: flex;
    justify-content: flex-end;
}

.author_program_bg {
    display: none;
}

@media (max-width: 991.9px) {
    .author_program_img {
        position: static;
        transform: none;
        display: block;
        margin: auto;
    }

    .author_program .author_program_block {
        max-width: none;
        width: 100%;
    }

    .author_program .author_program_description {
        text-align: center;
        font-size: 12px;
        letter-spacing: -0.02em;
    }

    .author_program .author_program_title {
        font-size: 50px;
    }

    .author_program .author_program_title {
        text-align: center;
    }

    .author_program .author_program_list li {
        font-weight: 400;
        font-size: 12px;
        padding: 15px 0 15px 16px;
    }

    .author_program .author_program_list li::before {
        width: 5px;
        height: 5px;
    }

    .author_program {
        margin: 60px 0;
    }
}

@media (max-width: 576px) {
    .author_program_bg {
        display: block;
        position: absolute;
        width: 100%;
        bottom: -10%;
        left: 0;
    }

    .author_program__container {
        position: relative;
        z-index: 1;
    }

    .author_program_img {
        width: 100%;
        transform: translateY(20%);
    }

    .author_program_list {
        display: flex;
        flex-wrap: wrap;
    }

    .author_program_list li {
        flex: 0 0 50%;
    }

    .author_program .author_program_description {
        color: #ccbfaa;
    }

    .author_program .author_program_list li {
        color: #ccbfaa;
    }
}

@media (max-width: 400px) {
    .author_program_bg {
        width: 150%;
    }
}

.example_diplom .example_diplom_title {
    margin-top: 32px;
    margin: 0;
    font-family: Petrogradski, sans-serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 102%;
    text-align: left;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(46.63deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.example_diplom .diplom_img {
    width: 100%;
}

.example_diplom .diplom_description {
    margin-top: 30px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #756650;
    max-width: 350px;
}

.example_diplom .diplom_list {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.example_diplom .diplom_img.small {
    width: auto;
    height: 100%;
    max-height: 340px;
}

.example_diplom .diplom_item {
    margin-top: 50px;
}

@media (max-width: 991.9px) {
    .example_diplom .diplom_list {
        display: flex;
        flex-direction: column;
    }

    .example_diplom .example_diplom_title {
        font-size: 50px;
    }

    .example_diplom .diplom_item {
        padding-top: 40px;
        margin-top: 40px;
        border-top: 0.5px solid rgba(117, 102, 80, 0.25);
        width: 100%;
    }

    .example_diplom .diplom_description {
        margin-bottom: 0;
    }

    .diplom_list.wrap_reverce {
        flex-direction: column-reverse;
        row-gap: 20px;
    }

    .example_diplom .diplom_img.small {
        height: auto;
        width: 100%;
        max-height: none;
    }
}

@media (max-width: 576px) {
    .example_diplom .diplom_description {
        max-width: 240px;
        font-size: 12px;
    }

    .diplom_item.mt50 {
        padding-bottom: 40px;
        border-bottom: 0.5px solid rgba(117, 102, 80, 0.25);
    }

    .author_program {
        margin-top: 0;
    }
}

.graduates_say {
    margin: 120px 0;
}

.graduates_say .graduates_say_title {
    margin: 0;
    font-family: Petrogradski, sans-serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 102%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(46.63deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.graduates_say .swiper_graduates_say_item {
    width: 100%;
    display: block;
    padding: 9.4px;
    background-color: rgba(117, 102, 80, 0.1);
    border-radius: 50%;
    border: 1px solid rgba(117, 102, 80, 0.5);
    position: relative;
}

.graduates_say .swiper_graduates_say_item::before {
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 30px;
    height: 33px;
    background-image: url('data:image/svg+xml,<svg width="29" height="33" viewBox="0 0 29 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.9955 15.5984C28.6621 15.9833 28.6621 16.9456 27.9955 17.3305L1.92676 32.3813C1.26009 32.7662 0.426758 32.285 0.426758 31.5152L0.426759 1.41369C0.426759 0.643891 1.26009 0.162766 1.92676 0.547666L27.9955 15.5984Z" fill="%23E2DBCF" /></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.graduates_say .swiper_graduates_say_item .graduates_say_img {
    width: 100%;
}

.graduates_say .txt_scroll_right {
    display: inline-block;
    margin: 26px 0 20px 50%;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #756650;
    position: relative;
}

.graduates_say .txt_scroll_right::before {
    position: absolute;
    left: 300px;
    content: "";
    width: 56px;
    height: 16px;
    background-image: url("/img/Arrow_069.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_graduates_say {
    overflow: visible;
    padding-top: 45px;
    padding-bottom: 45px;
    border-top: 1px solid rgba(117, 102, 80, 0.25);
    border-bottom: 1px solid rgba(117, 102, 80, 0.25);
}

@media (max-width: 991.9px) {
    .graduates_say .graduates_say_title {
        font-size: 50px;
        text-align: left;
    }

    .graduates_say .txt_scroll_right {
        margin-left: 0;
        display: block;
        margin-top: 29px;
        margin-bottom: 23px;
    }

    .graduates_say .txt_scroll_right::before {
        right: 0;
        left: auto;
    }

    .swiper_graduates_say {
        padding: 30px 0;
    }

    .graduates_say .swiper_graduates_say_item {
        padding: 5px;
    }

    .graduates_say .swiper_graduates_say_item::before {
        width: 15px;
        height: 17px;
    }

    .graduates_say {
        margin: 60px 0;
    }
}

.revenue_growth {
    margin: 120px 0;
}

.revenue_growth .revenue_growth_title {
    margin: 0;
    font-family: Petrogradski, sans-serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 102%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(46.63deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.revenue_growth .revenue_growth_description {
    margin-top: 58px;
    margin-bottom: 80px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #756650;
}

.revenue_growth .cards_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.revenue_growth .cards_wrapper .card_item {
    flex: 0 0 33%;
}

.revenue_growth .cards_wrapper .card_item .card_item_img {
    display: block;
    height: 85px;
    margin: auto;
}

.revenue_growth .cards_wrapper .card_item .line {
    margin: 70px 0 43px;
    width: 100%;
    height: 5px;
    background-color: rgba(117, 102, 80, 0.25);
    border-radius: 5px;
}

.revenue_growth .cards_wrapper .card_item.card_item2 .line {
    background-color: rgba(117, 102, 80, 0.5);
}

.revenue_growth .cards_wrapper .card_item.card_item3 .line {
    background-color: #756650;
}

.revenue_growth .cards_wrapper .card_item .description {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #756650;
}

.revenue_growth .cards_wrapper .card_item .price_value {
    margin: 35px 0 10px;
    text-align: left;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -0.02em;
    color: #756650;
}

.revenue_growth .cards_wrapper .card_item .price_value_big {
    text-align: left;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -0.02em;
    color: #756650;
}

.revenue_growth_txt {
    position: relative;
    width: 100%;
    margin-top: 284px;
    margin-bottom: 254px;
}

.revenue_growth_txt .revenue_growth_bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: 0;
    transform: translateY(35%);
    max-height: 550px;
}

.revenue_growth_txt .big {
    max-width: 450px;
    margin: 0 auto 35px;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #e2dbcf;
}

.revenue_growth_txt .small {
    margin: auto;
    max-width: 320px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #e2dbcf;
}

.revenue_growth_txt .small span {
    font-weight: 700;
}

@media (max-width: 991.9px) {
    .revenue_growth {
        margin: 60px 0;
    }

    .revenue_growth .revenue_growth_title {
        text-align: left;
        font-size: 50px;
    }

    .revenue_growth .revenue_growth_description {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 50px;
        font-size: 12px;
    }

    .revenue_growth .cards_wrapper .card_item .card_item_img {
        height: 50px;
    }

    .revenue_growth .cards_wrapper .card_item .line {
        margin: 25px 0;
    }

    .revenue_growth .cards_wrapper .card_item .price_value {
        margin-top: 25px;
        margin-bottom: 0;
        font-size: 14px;
        letter-spacing: -0.02em;
    }

    .revenue_growth .cards_wrapper .card_item .price_value_big {
        font-weight: 600;
        font-size: 14px;
    }

    .revenue_growth .cards_wrapper .card_item .description {
        font-weight: 400;
        font-size: 12px;
        letter-spacing: -0.02em;
    }

    .revenue_growth_txt {
        margin-top: 136px;
        margin-bottom: 100px;
    }

    .revenue_growth_txt .big {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .revenue_growth_txt .small {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .revenue_growth_txt .big {
        max-width: 280px;
    }

    .revenue_growth_txt .small {
        max-width: 270px;
    }

    .revenue_growth_txt .revenue_growth_bg {
        width: 130%;
        transform: translateY(29%);
    }

    .revenue_growth .cards_wrapper .card_item {
        flex: 0 0 30%;
    }
}

.program_aimed_img {
    height: 50px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.program_aimed .slider_item .title {
    margin-bottom: 25px;
}

.program_aimed .slider_item .main_txt {
    margin-top: 0;
}

.program_aimed .results_title {
    text-align: center;
}

@media (max-width: 991.9px) {
    .program_aimed .results_title {
        text-align: left;
        margin-top: 20px;
    }

    .program_aimed .txt_scroll_right {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .program_aimed .slider_item {
        padding: 35px 30px;
    }

    .program_aimed_img {
        margin-bottom: 35px;
    }

    .program_aimed .slider_item .title {
        margin-bottom: 22px;
        font-size: 18px;
    }

    .program_aimed .slider_item .main_txt {
        font-size: 14px;
    }
}

.waiting_training .slider_item .title {
    margin-bottom: 25px;
}

.waiting_training .slider_item .main_txt {
    margin-top: 0;
}

.waiting_training .slider_item .avatar {
    height: auto;
    top: 20px;
    right: 20px;
}

.main__section-quote {
    height: 543px;
    margin-top: 227px;
}

.section-quote__content {
    padding-top: 212px;
    height: auto;
}

.section-quote__bg .section_quote_emodj {
    position: absolute;
    width: 185px;
    height: 283px;
    top: 0;
    transform: translateY(-60%);
    left: 30%;
}

@media (max-width: 991.9px) {
    .waiting_training .slider_item {
        padding: 40px 30px;
    }

    .section-quote__content {
        padding-top: 96px;
    }

    .section-quote__title {
        max-width: 300px;
        margin: auto;
    }

    .section-quote__bg .section_quote_emodj {
        left: 43px;
        width: 86px;
        height: 132px;
    }

    .main__section-quote {
        height: 292px;
        margin-top: 118px;
    }

    .waiting_training .slider_item .title {
        font-size: 18px;
    }

    .slider_item .description {
        font-size: 12px;
    }

    .waiting_training .slider_item .avatar {
        width: 50px;
    }

    .padding_duration_program {
        padding: 0px 20px;
    }

    .list-item__text {
        margin-top: 12px;
        font-size: 12px;
        line-height: normal;
        font-weight: 400;
    }

    .padding_duration_program2 {
        padding-bottom: 18px;
    }

    .item-why__icon.mb_3 {
        margin-bottom: 30px;
    }

    .item-table .max_width_last_p {
        max-width: none;
        margin-top: 22px;
    }

    .item-table p {
        font-size: 12px;
    }

    .item-table .value {
        font-size: 50px;
        margin: 16px 0 -4px;
    }

    .item-table {
        padding: 30px 0;
        height: auto;
    }

    .item-table.item-table_60 .value {
        margin: 20px 0 13px;
    }

    .list-info li {
        flex: 0 0 32.3333%;
    }

    .waiting_training .slider_item .title {
        max-width: 270px;
    }
}


.section-payment-success .line_left {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 1px;
    background-color: rgba(117, 102, 80, 0.25);
}

.section-payment-success .line_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 1px;
    background-color: rgba(117, 102, 80, 0.25);
}

.section-payment-success .heart_icon {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 86px;
    height: 72px;
}

.payment-success_thanks {
    margin-top: 200px;
    position: relative;
    padding: 47px 0 41px;
    color: #D2B385;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.44px;
    border-bottom: 1px solid rgba(117, 102, 80, 0.25);

}

.payment-success_thanks p {
    margin: 0;
}

.section-payment-success .list-right__cost {
    max-width: 300px;
}

.section-payment-success .section-main__right {}

.section-payment-success .list-right {
    max-width: 376px;
}

.section-payment-success .list-right__cost {
    white-space: normal;
    margin: auto;
    margin-bottom: 30px;
}

.section-payment-success .list-right__title {
    white-space: normal;
}

.section-payment-success .list-right li {
    padding: 44px 20px;
}

.section-payment-success .list-right li a {
    text-decoration-line: underline;
}

.section-payment-success .list-right li .line {
    margin: 25px auto;
    width: 180px;
    height: 1px;
    background-color: rgba(117, 102, 80, 0.25);
}

.section-payment-success .section-main__img {
    left: 50%;
    width: 428px;
    height: 110%;
}

.section-payment-success .main-left__content {
    padding: 0;
}

@media (max-width: 1420px) {
    .section-payment-success .section-main__img {
        left: 0;
        height: 558px;
    }
}

@media (max-width: 992.8px) {
    .section-payment-success .section-main__img {
        left: 0;
        top: 70px;
        width: 50%;
        /* height: 550px; */
    }
}

@media (max-width: 765.8px) {
    .section-payment-success .section-main__img {
        top: 80%;
        left: 70%;
        width: 280px;
        height: 380px;
    }
}

@media (max-width: 576.8px) {
    .payment-success_thanks {
        margin-top: 82px;
    }

    .section-payment-success .section-main__img {
        top: 80%;
        left: 70%;
        width: 280px;
        height: 380px;
    }

    .section-payment-success .section-main__img {
        display: block;
    }

    .section-payment-success .list-right {
        max-width: none;
    }

    .section-payment-success .list-right li {
        width: 100%;
    }

    .section-payment-success .list-right__cost {
        max-width: none;
        margin-bottom: 21px;
        text-align: center;
    }

    .section-payment-success .list-right__title {
        max-width: 360px;
        text-align: center;
        margin: auto;
        font-size: 14px;
    }

    .section-payment-success .list-right li {
        border: 0;
        padding: 30px 0 0;
    }

    .author_program {
        margin-top: -100px;
    }
}

.accordion.accordionProgram {
    width: 100%;


}

.accordion.accordionProgram .accordion-button {
    padding: 25px 0;
    color: #756650;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    box-shadow: none;
}

.accordion.accordionProgram .accordion-item {
    border-radius: 0;
    border: 0;
    border-top: 1px solid rgba(117, 102, 80, 0.25);
    /* border-bottom: 1px solid rgba(117, 102, 80, 0.25); */
}

.accordion.accordionProgram .accordion-button::after {
    background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="10.5" y1="0.5" x2="10.5" y2="20.5" stroke="%23756650"/><line y1="10" x2="20" y2="10" stroke="%23756650"/></svg>');
}

.accordion.accordionProgram .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion.accordionProgram .accordion-body {
    padding: 0 0 25px 0;
}

.section-list__lists {
    gap: 30px;
}

@media (max-width: 576.8px) {
    .accordion.accordionProgram .accordion-button {
        color: #756650;
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.24px;
        padding: 20px 0;
    }

    .accordion.accordionProgram .accordion-body {
        font-size: 12px;
        padding: 0 0 20px 0;
    }

    .section-list__lists {
        gap: 0;
    }
}

.faq,
.book_place__content,
.swiper_results,
.results.results_title,
.peek-video,
.peek,
.teacher_item,
.teachers_list_title,
.author_program_block,
.author_program_img,
.example_diplom__content,
.graduates_say,
.revenue_growth,
.section-sale__button,
.section-sale__block,
.section-sale__img,
.swiper_program_aimed,
.program_aimed.results_title,
.section-list__bg,
.accordionProgram,
.section-list__title,
.item-why_6,
.item-why_5,
.item-why_4,
.item-why_3,
.item-why_2,
.item-why_1,
.section-why__img,
.main__section-table,
.main__section-quote,
.list-info,
.section-info__title.title,
.section-info__img img,
.section-main__content {
    will-change: transform;
}

.card_schedule {
    border: 2px solid #AB8D60;
    border-radius: 16px;
    padding: 49px 20px 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0;
    cursor: pointer;
}

.card_schedule img {
    height: 130px;
}

.card_schedule .title {
    margin: 40px 0 0;
    color: #756650;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
}

.row_schedule {
    display: flex;
    gap: 10px;
}

.schedule_description {
    color: #756650;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
    max-width: 350px;
    margin: 50px auto 0;
}

.modal_schedule .title {
    font-family: Petrogradski;
    font-size: 70px;
    font-weight: 400;
    line-height: 102%;
    text-align: center;
    letter-spacing: -2.8px;
    text-transform: uppercase;
    background: -o-linear-gradient(279.37deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    background: linear-gradient(170.63deg, #ab8d60 -51.7%, #c7ad7e -37.22%, #e1cb9b -21.67%, #ead097 3.74%, #e1cb9b 25.67%, #ab8d60 53.38%, #c7ad7e 66.2%, #e1cb9b 79.95%, #eed9ab 103.04%, #e1cb9b 128.45%, #ab8d60 163.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.row_schedule_modal {
    display: flex;
    padding: 25px 0;
    border-top: 1px solid #DCD9D3;
}

.row_schedule_modal .date {
    color: #AD9572;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
}

.row_schedule_modal .day_week {
    color: #756650;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
}

.row_schedule_modal .col_2 {
    color: #756650;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
}

.row_schedule_modal .col_3 {
    color: #756650;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
}

.row_schedule_modal .col_3 p {
    font-weight: 600;
    margin: 0 0 10px;
}

.row_schedule_modal .col_1 {
    flex: 0 0 25%;
}

.row_schedule_modal .col_2 {
    flex: 0 0 25%;
}

.row_schedule_modal .col_3 {
    flex: 0 0 50%;
}

.table_schedule {
    margin-top: 25px;
}

.schedule_description {
    position: relative;
}

.arrow_schedule {
    position: absolute;
    width: 100px;
    z-index: 1;
    top: 0;
    left: 75px;
    transform: translateY(-100%);
    animation: arrow_schedule_anim 3s infinite ease-in-out;
}

@keyframes arrow_schedule_anim {
    0% {
        left: 0px;
        transform: translateY(-50%);
    }

    50% {
        top: 0;
        left: 75px;
        transform: translateY(-100%);
    }

    55% {
        top: 0;
        left: 75px;
        transform: translateY(-100%) scale(0.8);
    }

    56% {
        top: 0;
        left: 75px;
        transform: translateY(-100%) scale(1);
    }

    100% {
        top: 0;
        left: 75px;
        transform: translateY(-100%) scale(1);
    }
}



@media (max-width: 991.8px) {
    .row_schedule {
        flex-wrap: wrap;
    }

    .card_schedule {
        padding: 49px 15px 27px;
    }

    .card_schedule img {
        height: 85px;
    }

    .card_schedule .title {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        margin-top: 30px;
    }

    .modal_schedule .title {
        font-size: 50px;
        text-align: left;
    }

    .table_schedule {
        margin-top: 30px;
    }

    .row_schedule_modal {
        padding: 18px 0;
    }

    .row_schedule_modal .date {
        font-size: 11px;
    }

    .row_schedule_modal .day_week {
        font-size: 11px;
    }

    .row_schedule_modal .col_2 {
        font-size: 11px;
    }

    .row_schedule_modal .col_3 {
        font-size: 11px;

    }

    .schedule__container {
        display: flex;
        flex-direction: column-reverse;
    }

    .schedule_description {
        margin-bottom: 34px;
        margin-top: 20px;
    }


    .arrow_schedule {
        width: 70px;
        top: 400px;
        left: 0px;
        transform: translateY(-100%);
        animation: arrow_schedule_anim2 3s infinite ease-in-out;
    }
}


@keyframes arrow_schedule_anim2 {
    0% {
        top: 400px;
        left: 0px;
        transform: translateY(-100%);
    }

    50% {
        top: 300px;
        left: 75px;
        transform: translateY(-100%);
    }

    55% {
        top: 300px;
        left: 75px;
        transform: translateY(-100%) scale(0.8);
    }

    56% {
        top: 300px;
        left: 75px;
        transform: translateY(-100%) scale(1);
    }

    100% {
        top: 300px;
        left: 75px;
        transform: translateY(-100%) scale(1);
    }
}