@font-face {
    font-family: Manrope;
    src: url("../fonts/Manrope-Bold.eot");
    src: url("../fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold.ttf") format("truetype"), url("../fonts/Manrope-Bold.svg#Manrope-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: url("../fonts/Manrope-SemiBold.eot");
    src: url("../fonts/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff"), url("../fonts/Manrope-SemiBold.ttf") format("truetype"), url("../fonts/Manrope-SemiBold.svg#Manrope-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Manrope;
    src: url("../fonts/Manrope-Regular.eot");
    src: url("../fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype"), url("../fonts/Manrope-Regular.svg#Manrope-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Forum;
    src: url("../fonts/Forum.eot");
    src: url("../fonts/Forum.eot?#iefix") format("embedded-opentype"), url("../fonts/Forum.woff2") format("woff2"), url("../fonts/Forum.woff") format("woff"), url("../fonts/Forum.ttf") format("truetype"), url("../fonts/Forum.svg#Forum") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bodoni Cyrillic";
    src: url("../fonts/BodoniCyrillic.eot");
    src: url("../fonts/BodoniCyrillic.eot?#iefix") format("embedded-opentype"), url("../fonts/BodoniCyrillic.woff2") format("woff2"), url("../fonts/BodoniCyrillic.woff") format("woff"), url("../fonts/BodoniCyrillic.ttf") format("truetype"), url("../fonts/BodoniCyrillic.svg#BodoniCyrillic") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bodoni Cyrillic";
    src: url("../fonts/BodoniBoldCyrillic.eot");
    src: url("../fonts/BodoniBoldCyrillic.eot?#iefix") format("embedded-opentype"), url("../fonts/BodoniBoldCyrillic.woff2") format("woff2"), url("../fonts/BodoniBoldCyrillic.woff") format("woff"), url("../fonts/BodoniBoldCyrillic.ttf") format("truetype"), url("../fonts/BodoniBoldCyrillic.svg#BodoniBoldCyrillic") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    font-weight: 400;
}

strong {
    font-weight: 700;
}

input {
    outline: none !important;
}

.container {
    max-width: 1170px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.visible-xs {
    display: none !important;
}

.hide {
    display: none;
}

.visible-sm {
    display: none;
}

.visible-if-sm {
    display: none !important;
}

.visible-md {
    display: none;
}

.visible-lg {
    display: none;
}

.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    .hidden-lg {
        display: none !important;
    }
    .visible-lg {
        display: block;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 720px;
    }
    .hidden-md {
        display: none !important;
    }
    .visible-md {
        display: block;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 540px;
    }
    .hidden-sm {
        display: none !important;
    }
    .visible-sm {
        display: block;
    }
    .visible-if-sm {
        display: inline-flex !important;
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 100%;
    }
    .hidden-xs {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
}

.quiz {
    position: relative;
}

.progress-bar {
    display: flex;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    transition: width 0.6s ease;
    width: 100%;
    background-color: transparent;
    margin: 0 auto 42px;
    height: auto;
    overflow: initial;
    position: relative;
}

@media (max-width: 991px) {
    .progress-bar {
        margin: 0 auto 22px;
    }
}

@media (max-width: 575px) {
    .progress-bar {
        flex-wrap: wrap;
    }
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.end {
    position: absolute;
    right: 80px;
    bottom: 60px;
}

.end .h4 {
    color: #0e1120;
    font-family: Mont;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    margin-bottom: 11px;
}

.ebs {
    display: flex;
    align-items: flex-start;
}

.end-block {
    display: flex;
    align-items: center;
}

.l-quiz {
    padding-top: 15px;
}

.right-final-step {
    position: absolute;
    top: 121px;
    right: -10px;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.ready {
    position: absolute;
    top: 36px;
    left: 211px;
}

.step .h3 {
    color: #000;
    line-height: 1.3;
}

.step5 {
    position: relative;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}

.step5 .h3 {
    font-family: "Bodoni Cyrillic";
    font-weight: 700;
    max-width: 651px;
    margin: 0 0 22px 0;
}

@media (max-width: 1199px) {
    .step5 .h3 {
        max-width: 620px;
    }
}

.step5 .quiz-interactive {
    background-color: initial;
}

.step5 .quiz-cols {
    display: block;
}

.step5 .progress-line {
    margin: 0 19px;
    max-width: 519px;
}

.quiz-cols {
    display: flex;
}

@media (max-width: 991px) {
    .quiz-cols {
        flex-wrap: wrap;
    }
}

.quiz-cols__final-form {
    display: flex;
    position: relative;
    margin: 0 0 22px 0;
}

@media (max-width: 767px) {
    .quiz-cols__final-form {
        flex-wrap: wrap;
        max-width: 301px;
    }
}

.quiz-cols__final-label {
    width: 100%;
    max-width: 411px;
    height: 94px;
    position: relative;
    z-index: 6;
    flex-shrink: 0;
    margin-right: 16px;
}

@media (max-width: 1199px) {
    .quiz-cols__final-label {
        flex-shrink: 1;
    }
}

@media (max-width: 767px) {
    .quiz-cols__final-label {
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .quiz-cols__final-label {
        height: 74px;
    }
}

.quiz-cols__final-input {
    border: none;
    height: 100%;
    color: transparent;
    border-radius: 12px;
    background-color: #f8f8f8;
    outline: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px 33px;
    z-index: -1;
}

.quiz-cols__final-input:focus {
    color: #000;
}

.quiz-cols__final-input:focus+.quiz-cols__tel-placeholder {
    display: none;
}

.quiz-cols__tel-placeholder {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    line-height: 1.75;
    height: 100%;
    box-sizing: border-box;
    padding: 16px 38px;
    margin: 0;
}

@media (max-width: 767px) {
    .quiz-cols__tel-placeholder {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .quiz-cols__tel-placeholder {
        padding: 10px;
        display: flex;
        align-items: center;
    }
}

.quiz-final__btn {
    max-width: 301px;
    width: 100%;
    height: 91px;
    cursor: pointer;
    font-size: 17px;
    line-height: 29px;
    flex-shrink: 0;
}

@media (max-width: 1199px) {
    .quiz-final__btn {
        flex-shrink: 1;
    }
}

@media (max-width: 575px) {
    .quiz-final__btn {
        height: 74px;
    }
}

.quiz-cols__final-check {
    margin: 0 0 49px 0;
}

@media (max-width: 767px) {
    .quiz-cols__final-check {
        margin: 0 0 9px 0;
    }
}

.quiz-cols__final-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    align-self: flex-end;
}

@media (max-width: 991px) {
    .quiz-cols__final-image {
        display: none;
    }
}

.quiz-cols__final-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 49px 0;
    display: flex;
}

@media (max-width: 767px) {
    .quiz-cols__final-list {
        flex-wrap: wrap;
        margin: 0 0 19px 0;
    }
}

.quiz-cols__final-item {
    position: relative;
    padding-left: 24px;
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .quiz-cols__final-item br {
        display: none;
    }
}

@media (max-width: 575px) {
    .quiz-cols__final-item {
        font-size: 14px;
    }
}

.quiz-cols__final-item:not(:last-child) {
    margin-right: 52px;
}

@media (max-width: 767px) {
    .quiz-cols__final-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.quiz-cols__final-item::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #b29462;
}

@media (max-width: 575px) {
    .quiz-cols__final-item::before {
        top: 11px;
    }
}

.quiz-bgornament {
    position: absolute;
    top: 0;
    right: 0;
}

.err {
    display: none;
}

.quiz-btn {
    max-width: 315px;
    width: 100%;
    height: 83px;
    font-size: 17px;
    line-height: 30px;
}

@media (max-width: 575px) {
    .quiz-btn {
        height: 63px;
        margin-bottom: 16px;
    }
}

.timer {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .timer {
        flex-wrap: wrap;
    }
}

.timer__title {
    margin: 0 25px 0 0;
}

.countdown {
    width: 132px;
    height: 69px;
    border-radius: 8px;
    background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
    padding: 1px;
    position: relative;
    box-sizing: border-box;
}

.countdown-number {
    display: inline-block;
    background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Manrope;
    font-size: 36px;
    font-weight: 500;
    line-height: 30px;
}

.countdown-number__wrapper {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.separator {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 46px;
    margin: 0 7px;
    margin-top: -27px;
    color: #0e1120;
    font-size: 56px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 66px;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check input {
    display: none;
    width: auto !important;
    height: auto !important;
}

.form-check-label {
    margin-bottom: 0px;
}

.form-check label {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #bbb;
    letter-spacing: 0.28px;
    position: relative;
    padding-left: 24px;
}

.form-check label::before {
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 3px;
}

.form-check label::after {
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    background-image: url(../img/check.svg);
    background-size: contain;
    content: "";
    position: absolute;
    left: 3px;
    top: 2px;
    opacity: 0;
    transition: all 0.1s linear;
    background-repeat: no-repeat;
    background-position: center;
}

.form-check input:checked+label::after {
    opacity: 1;
    transition: all 0.1s linear;
}

.form-check label a {
    text-decoration: underline !important;
    color: #ffa488 !important;
    cursor: pointer;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.variants {
    margin-top: 30px;
}

.buttons {
    position: relative;
    max-width: 310px;
    text-align: center;
}

.skip {
    opacity: 0.35;
    color: #0e1120;
    font-family: Mont;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.variant input {
    display: none;
}

.variant-radio-label {
    position: relative;
    margin-bottom: 0px;
    height: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    color: #0e1120;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.step3 .variant-radio-label {
    font-size: 16px;
}

.variants .variant-radio-label::after {
    width: 101px;
    height: 101px;
    background: url(../img/check-quiz.svg) center center no-repeat;
    background-size: 101px;
    position: absolute;
    content: "";
    top: 210px;
    margin-top: -32px;
    left: 111px;
    border-radius: 6px;
    bottom: auto;
}

.variant span {
    display: block;
    margin-top: 45px;
}

.progress-text {
    color: #010101;
    font-family: Manrope;
    font-size: 14px;
}

@media (max-width: 575px) {
    .progress-text {
        margin: 0 auto 15px;
    }
}

.progress-line {
    width: 100%;
    max-width: 420px;
    height: 8px;
    border-radius: 4px;
    background-color: #f5f5f5;
    z-index: 2;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 0 0 3%;
}

.line {
    position: absolute;
    left: 57px;
    top: 64px;
}

.progress-line .line {
    left: -20%;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.2s linear;
    background-color: #ffa488;
    width: 100%;
    top: 0px;
}

.progress-line .line::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    height: 100%;
    border-radius: 4px;
    background-image: linear-gradient(to right, #b3b3b3 0%, #d1d1d1 100%);
    text-align: center;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    transition: width 0.3s;
}

.quiz-present__image {
    position: relative;
    color: #fff;
}

.quiz-present__strip {
    position: absolute;
    top: 21px;
    left: -50px;
}

.quiz-present__image p {
    font-size: 18px;
    line-height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 170px;
}

.quiz__title {
    text-align: center;
    margin: 0 0 15px 0;
}

@media (max-width: 575px) {
    .variant--below {
        order: 5;
    }
}

.quiz-interactive {
    padding: 54px 30px 78px 58px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    margin-right: 6px;
    display: flex;
    flex-direction: column;
    z-index: 8;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .quiz-interactive {
        padding: 30px 30px 40px;
    }
}

@media (max-width: 991px) {
    .quiz-interactive {
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 410px) {
    .quiz-interactive {
        padding: 30px 15px 56px;
    }
}

.quiz-aside {
    max-width: 391px;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    padding: 38px 12px 45px 47px;
    box-sizing: border-box;
}

@media (max-width: 1199px) {
    .quiz-aside {
        padding: 25px 25px;
    }
}

@media (max-width: 991px) {
    .quiz-aside {
        flex-basis: 100%;
        max-width: initial;
        display: flex;
    }
}

@media (max-width: 575px) {
    .quiz-aside {
        display: none;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.quiz-aside__title {
    margin: 0 0 8px 0;
}

.quiz-aside__subtitle {
    max-width: 277px;
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 31px 0;
}

@media (max-width: 991px) {
    .quiz-aside__subtitle {
        max-width: initial;
        margin: 0;
    }
}

.quiz-aside__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px) {
    .quiz-aside__text {
        padding-right: 10px;
    }
}

@media (max-width: 575px) {
    .quiz-aside__text {
        margin-bottom: 10px;
        text-align: center;
        padding-right: 0;
    }
}

.quiz-aside__images {
    flex: 0 0 30%;
}

@media (max-width: 575px) {
    .quiz-aside__images {
        flex-basis: auto;
    }
}

.quiz-aside__image+.quiz-aside__image {
    margin-top: 13px;
}

.quiz-aside__image img {
    max-width: 100%;
    border-radius: 17px;
}

.quiz-aside__list {
    list-style: none;
    padding-left: 26px;
    margin: 0 0 32px 0;
}

@media (max-width: 575px) {
    .quiz-aside__list {
        display: flex;
        flex-direction: column;
        margin: 0 auto 7px;
        max-width: 300px;
    }
}

.quiz-aside__item {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    max-width: 274px;
}

@media (max-width: 991px) {
    .quiz-aside__item {
        max-width: initial;
    }
}

@media (max-width: 575px) {
    .quiz-aside__item {
        text-align: left;
        font-size: 14px;
    }
}

.quiz-aside__item:not(:last-child) {
    margin-bottom: 6px;
}

.quiz-aside__item::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -24px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #b29462;
}

.quiz-ornament {
    position: absolute;
    bottom: 45px;
    right: 0;
    z-index: -1;
}

@media (max-width: 575px) {
    .quiz-ornament {
        display: none;
    }
}

.question-number__span {
    background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Forum;
    font-size: 36px;
    text-transform: uppercase;
    margin-right: 17px;
}

.quiz-question {
    display: flex;
}

@media (max-width: 575px) {
    .quiz-question {
        flex-wrap: wrap;
    }
}

.quiz-question__number {
    background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #000;
    font-family: Forum;
    font-size: 36px;
    text-transform: uppercase;
    margin-right: 29px;
    height: 36px;
}

@media (max-width: 767px) {
    .quiz-question__number {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .quiz-question__number {
        margin-right: 8px;
        font-size: 23px;
        margin-bottom: 10px;
    }
}

.quiz-question__title {
    margin: 0 0 47px 0;
}

@media (max-width: 1199px) {
    .quiz-question__title br {
        display: none;
    }
}

@media (max-width: 575px) {
    .quiz-question__title {
        margin: 0 0 17px 0;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 30px !important;
    }
}

.quiz-list {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 410px) {
    .quiz-list {
        margin-bottom: 10px;
    }
}

.quiz-list__col {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
}

@media (max-width: 575px) {
    .quiz-list__col {
        flex-basis: 100%;
        order: 3;
    }
}

.quiz-list__item {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    height: 52px;
    margin-bottom: 35px;
}

@media (max-width: 575px) {
    .quiz-list__item {
        margin-bottom: 20px;
    }
    .quiz-list__item br {
        display: none;
    }
}

@media (max-width: 410px) {
    .quiz-list__item {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 6px;
    }
}

.quiz-list__col .quiz-list__item {
    flex-basis: initial;
    max-width: 100%;
}

.quiz-list__col .quiz-list__item:last-child {
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .quiz-list__col .quiz-list__item {
        flex-basis: initial !important;
    }
}

.step4 .quiz-list__item {
    height: auto;
    max-height: 96px;
}

@media (max-width: 1199px) {
    .step4 .quiz-list__item {
        max-height: initial;
    }
}

@media (max-width: 575px) {
    .step4 .quiz-list__item {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.quiz-list__label {
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 72px;
}

@media (max-width: 575px) {
    .quiz-list__label {
        padding-left: 52px;
    }
}

.quiz-list__label:hover:before {
    background-image: linear-gradient(to top, #d48d46 0%, #d48d46 100%);
    transition: 0.4s;
}

.quiz-list__label:hover:after {
    background: url("../img/ok-w.svg") center center / contain no-repeat;
    transition: 0.4s;
}

.quiz-list__label::before,
.quiz-list__label::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    /* background: url("../img/var.svg") center/contain no-repeat */
}

.quiz-list__label::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background-color: #f3f3f3;
}

.quiz-list__label::after {
    top: 50%;
    left: 18px;
    transform: translatey(-50%);
    width: 16px;
    height: 16px;
    background: url("../img/ok.svg") center center / contain no-repeat;
}

@media (max-width: 575px) {
    .quiz-list__label::before {
        width: 36px;
        height: 36px;
    }
    .quiz-list__label::after {
        left: 10px;
    }
}

.quiz-list__item-text {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 575px) {
    .quiz-list__item-text {
        font-size: 14px;
    }
}

.quiz-list__list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 0 0;
}

@media (max-width: 410px) {
    .quiz-list__list {
        margin: 0 0 6px 0;
    }
}

.quiz-list__list-item {
    color: #000;
    font-family: Manrope;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    padding-left: 15px;
}

.quiz-list__list-item::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #b29462;
    border-radius: 50%;
}

.quiz-grow {
    flex-grow: 1;
}

.quiz-skip {
    display: none;
    position: absolute;
    width: 100%;
    margin: 7px 0;
    font-family: Manrope;
    font-size: 12px;
    color: #ed3750;
    font-weight: 600;
}

@media (max-width: 575px) {
    .quiz-skip br {
        display: none;
    }
}

.quiz-skip.visible-block {
    display: block;
}

.policy {
    border-radius: 8px;
}

.policy__title {
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
    margin: 0 0 15px 0;
}

@media (max-width: 575px) {
    .policy__title {
        font-size: 22px;
    }
}

.policy__text {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: auto;
}

@media (max-width: 410px) {
    .fancybox__content {
        padding: 10px;
    }
}

.main {
    overflow: hidden;
}

.swipe {
    display: none;
    justify-content: center;
    margin: 0 0 30px 0;
}

@media (max-width: 991px) {
    .swipe {
        display: flex;
    }
}

.h2 {
    display: inline-block;
    background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Bodoni Cyrillic";
    font-weight: 400;
    font-size: 56px;
    line-height: 72px;
    text-transform: uppercase;
    margin: 0 0 1px 0;
}

@media (max-width: 1199px) {
    .h2 {
        font-size: 40px !important;
        line-height: 1.3;
    }
    .h2 br {
        display: none;
    }
}

@media (max-width: 991px) {
    .h2 {
        font-size: 34px !important;
    }
}

@media (max-width: 575px) {
    .h2 {
        font-size: 20px !important;
        font-weight: 700;
        text-align: center;
        line-height: 32px !important;
    }
}

.h3 {
    color: #fff;
    font-family: "Bodoni Cyrillic";
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .h3 {
        font-size: 30px !important;
    }
}

@media (max-width: 575px) {
    .h3 {
        font-size: 23px !important;
    }
}

@media (max-width: 410px) {
    .h3 {
        font-size: 20px !important;
    }
}

.h4 {
    display: inline-block;
    background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Bodoni Cyrillic";
    font-weight: 400;
    font-size: 26px;
    line-height: 1.1;
    margin: 0 0 9px 0;
}

@media (max-width: 1199px) {
    .h4 {
        font-size: 21px !important;
    }
}

.h5 {
    display: inline-block;
    background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Bodoni Cyrillic";
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .h5 {
        font-size: 18px !important;
    }
}

@media (max-width: 575px) {
    .h5 {
        font-size: 16px !important;
        font-weight: 700;
        line-height: 28px;
    }
}

.h6 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
    font-family: "Bodoni Cyrillic";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75;
    text-transform: uppercase;
}

.span--nowrap {
    white-space: nowrap;
}

.span--border {
    margin-left: 5px;
    padding: 5px 16px;
    white-space: nowrap;
    border-radius: 18px;
    border: 1px solid rgba(138, 125, 103, 0.3);
}

@media (max-width: 575px) {
    .span--border {
        margin-left: 0;
        padding: 0;
        white-space: initial;
        border: initial;
    }
}

.coursor path {
    fill: #ac8b52;
}

.subtitle {
    color: #515151;
    font-family: Manrope;
    font-size: 20px;
    line-height: 1.7;
    margin: 0 0 60px 0;
}

.quiz__subtitle {
    text-align: center;
}

@media (max-width: 1199px) {
    .subtitle {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 991px) {
    .subtitle {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 575px) {
    .subtitle {
        text-align: center;
        font-size: 16px !important;
        line-height: 28px !important;
        color: #000000 !important;
    }
}

.label-mask {
    border-radius: 12px;
}

.input--hover {
    outline: none;
}

.input--hover::-moz-placeholder {
    color: #000;
}

.input--hover:-ms-input-placeholder {
    color: #000;
}

.input--hover::placeholder {
    color: #000;
}

.input--hover:hover {
    border: 1px solid #dbdbdb;
    background-color: #f9f7f4;
}

.header {
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
    z-index: 8;
}

@media (max-width: 575px) {
    .header {
        top: 7px;
    }
}

.header__body {
    display: flex;
    justify-content: space-between;
}

.header__start {
    display: flex;
}

.header__exp {
    color: #000;
    font-family: Manrope;
    font-size: 15px;
    line-height: 26px;
    margin: 25px 0 0 0;
}

@media (max-width: 767px) {
    .header__exp {
        display: none;
    }
}

.logo {
    display: flex;
}

@media (max-width: 575px) {
    .logo {
        align-items: center;
    }
    .logo__image img {
        max-width: 64px;
    }
}

.header .logo {
    margin-right: 77px;
}

@media (max-width: 767px) {
    .header .logo {
        margin-right: 0;
    }
}

.logo__image {
    margin-right: 21px;
}

@media (max-width: 575px) {
    .logo__image {
        margin-right: 11px;
    }
}

.logo__title {
    color: #a37e47;
    font-family: Forum;
    font-size: 26px;
    margin: 0 0 6px 0;
}

@media (max-width: 575px) {
    .logo__title {
        margin: 0;
    }
}

.logo__text {
    color: #000;
    font-family: Manrope;
    font-size: 12px;
    line-height: 21px;
    margin: 0;
}

@media (max-width: 575px) {
    .logo__text {
        font-weight: 600;
        line-height: 1.2;
    }
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    font-family: Manrope;
    font-weight: 600;
    text-align: center;
    border-radius: 12px;
    border: none;
    border-bottom: 5px solid #806a30;
    background: -webkit-linear-gradient( top, rgba(221, 180, 100, 1) 5%, rgba(225, 179, 94, 1) 6%, rgba(235, 185, 96, 1) 9%, rgba(244, 192, 93, 1) 14%, rgba(243, 191, 90, 1) 15%, rgba(247, 192, 91, 1) 18%, rgba(243, 191, 92, 1) 23%, rgba(232, 183, 90, 1) 28%, rgba(232, 181, 90, 1) 30%, rgba(226, 176, 87, 1) 33%, rgba(213, 169, 82, 1) 38%, rgba(205, 159, 74, 1) 42%, rgba(199, 153, 75, 1) 45%, rgba(192, 149, 70, 1) 47%, rgba(181, 136, 68, 1) 58%, rgba(179, 136, 68, 1) 70%);
    box-sizing: content-box !important;
    padding: 0;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

@media (max-width: 575px) {
    .entry__btn-span {
        max-width: 235px;
    }
}

@media (max-width: 575px) {
    .btn {
        font-size: 14px !important;
        line-height: 1.57 !important;
    }
}

.btn::before {
    content: "";
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition: 0.4s;
    z-index: -1;
    opacity: 0;
}

.btn:hover:before {
    opacity: 1;
}

.btn:active {
    margin-top: 5px !important;
    border-bottom: none;
}

.btn:active::before {
    opacity: 0;
}

.small-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    font-family: Manrope;
    font-weight: 600;
    text-align: center;
    border: none;
    border-bottom: 3px solid #806a30;
    background-image: -webkit-linear-gradient( top, rgba(221, 180, 100, 1) 5%, rgba(225, 179, 94, 1) 6%, rgba(235, 185, 96, 1) 9%, rgba(244, 192, 93, 1) 14%, rgba(243, 191, 90, 1) 15%, rgba(247, 192, 91, 1) 18%, rgba(243, 191, 92, 1) 23%, rgba(232, 183, 90, 1) 28%, rgba(232, 181, 90, 1) 30%, rgba(226, 176, 87, 1) 33%, rgba(213, 169, 82, 1) 38%, rgba(205, 159, 74, 1) 42%, rgba(199, 153, 75, 1) 45%, rgba(192, 149, 70, 1) 47%, rgba(181, 136, 68, 1) 58%, rgba(179, 136, 68, 1) 70%);
    box-sizing: content-box !important;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.small-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition: 0.4s;
    z-index: -1;
    opacity: 0;
    background-image: -webkit-linear-gradient( top, rgba(221, 180, 100, 1) 5%, rgba(225, 179, 94, 1) 6%, rgba(235, 185, 96, 1) 9%, rgba(244, 192, 93, 1) 14%, rgba(243, 191, 90, 1) 15%, rgba(247, 192, 91, 1) 18%, rgba(243, 191, 92, 1) 23%, rgba(232, 183, 90, 1) 28%, rgba(232, 181, 90, 1) 30%, rgba(226, 176, 87, 1) 33%, rgba(213, 169, 82, 1) 38%, rgba(205, 159, 74, 1) 42%, rgba(199, 153, 75, 1) 45%, rgba(192, 149, 70, 1) 47%, rgba(181, 136, 68, 1) 58%, rgba(179, 136, 68, 1) 70%);
}

.small-btn:hover {
    transition: 0.2s;
    margin-top: 2px !important;
    border-bottom-width: 0.1px;
}

.contacts {
    display: flex;
}

.header .contacts {
    flex-direction: column;
}

@media (max-width: 575px) {
    .header .contacts {
        padding-top: 11px;
    }
}

.contacts__working {
    color: #000;
    font-family: Manrope;
    font-size: 12px;
    position: relative;
    margin: 0 0 12px 17px;
}

.contacts__working::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -17px;
    width: 10px;
    height: 10px;
    background-color: #8dc63f;
    opacity: 0.3;
    border-radius: 50%;
}

.contacts__working::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -14px;
    width: 4px;
    height: 4px;
    background-color: #8dc63f;
    border-radius: 50%;
}

.contacts__tel {
    color: #000;
    font-family: Manrope;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    white-space: nowrap;
    margin: 0 0 20px 0;
}

@media (max-width: 575px) {
    .contacts__tel {
        font-size: 15px;
        margin: 0 0 0 0;
    }
}

.contacts__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    font-family: Manrope;
    font-weight: 600;
    text-align: center;
    max-width: 150px;
    width: 100%;
    height: 38px;
    font-size: 13px;
    box-shadow: 0 3px 0 #710707;
    border: none;
    border-radius: 8px;
    background-color: #5a5a5a;
    background: linear-gradient( to bottom, rgba(255, 48, 72, 1) 20%, rgba(255, 45, 69, 1) 30%, rgba(218, 34, 48, 1) 73%, rgba(213, 32, 46, 1) 75%);
    align-self: flex-end;
}

.contacts__btn2 {
    color: #c31b2c;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: underline;
}

.contacts__btn:hover {
    margin-top: 3px;
    box-shadow: initial;
    transition: 0.2s;
}

.entry {
    position: relative;
    background: url("../img/s1bg.jpg") center/cover no-repeat;
    overflow: hidden;
    margin-bottom: 64px;
}

@media (max-width: 991px) {
    .entry {
        background-position: 0 0;
    }
}

@media (max-width: 575px) {
    .entry {
        background: url(../img/s1-bg-s.png) 50% / cover no-repeat;
        margin-bottom: 50px;
        background-position: top;
    }
}

.entry-bgg {
    display: none;
}


/*
@media (max-width: 575px) {
   .entry {
      background: initial;
   }

   .entry-bgg {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: 725px;
      width: 100%;
   }
}

.entry-bgg__img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
*/

.entry__btn {
    max-width: 401px;
    width: 100%;
    height: 100px;
    font-size: 16px;
    line-height: 28px;
}

@media (max-width: 575px) {
    .entry__btn {
        height: 85px;
    }
}

.entry__image {
    position: absolute;
    bottom: -5px;
    right: -83px;
    z-index: 0;
}

@media (max-width: 1199px) {
    .entry__image {
        max-width: 66%;
    }
}

@media (max-width: 767px) {
    .entry__image {
        display: none;
    }
}

.entry__container {
    position: relative;
}

.entry-text {
    max-width: 530px;
    position: relative;
    padding: 205px 0 146px 0;
    z-index: 6;
}

@media (max-width: 575px) {
    .entry-text {
        text-align: center;
        padding: 891px 0 54px 0;
    }
}

.entry-text__title {
    background-image: linear-gradient(36deg, #e2a43b 0%, #747474 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #000;
    font-family: "Bodoni Cyrillic";
    font-size: 60px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0 0 18px 0;
}

@media (max-width: 991px) {
    .entry-text__title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .entry-text__title {
        color: #ffffff;
        font-family: "Bodoni Cyrillic";
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        letter-spacing: -0.6px;
        background-image: initial;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
        margin: 0 0 10px 0;
    }
}

.entry-text__description {
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    line-height: 38px;
    max-width: 390px;
    margin: 0 0 45px 0;
}

@media (max-width: 575px) {
    .entry-text__description {
        color: #ffffff;
        font-family: Manrope;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        margin: 0 auto 24px;
    }
    .stars__title,
    .gallery-item__title,
    .h2 {
        font-weight: 700;
    }
    .presentation.consultation {
        padding: 60px 0 40px !important;
    }
}

.entry-text .span--border {
    margin-left: 0;
    padding: 0;
    white-space: initial;
    border: initial;
}

.gallery-block {
    margin: 0 0 87px 0;
}

.gallery-block .gallery-item:not(:last-child) {
    margin-right: 30px;
}

@media (max-width: 410px) {
    .gallery-block .img-fluid {
        max-width: initial;
        width: 100%;
    }
    .entry-text {
        text-align: center;
        padding: 766px 0 54px 0;
    }
}

.hide-mobile {
    display: block !important;
}

.show-mobile {
    display: none !important;
}

@media (max-width: 575px) {
    .gallery-block {
        margin-bottom: 24px;
    }
    .hide-mobile {
        display: none !important;
    }
    .show-mobile {
        display: block !important;
    }
    .gallery-block .gallery-item {
        flex-basis: 100%;
    }
}

@media (max-width: 991px) {
    .gallery-block .gallery-list {
        overflow-x: initial;
        flex-wrap: wrap;
        justify-content: center;
    }
    .gallery-block .gallery-item:not(:last-child) {
        margin-right: 0;
    }
}

.gallery-block .gallery-item__image {
    margin-bottom: 25px;
}

.gallery-list {
    max-width: 100%;
    list-style: none;
    padding-left: 0;
    margin: 0 0 15px 0;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .gallery-list {
        margin: 0;
    }
}

.gallery-list__swiper,
.gallery-list__swiper2,
.gallery-list__swiper4 {
    padding-bottom: 20px;
    overflow: visible;
}

.gallery-list__swiper3 {
    padding-bottom: 20px;
}

.d-flex {
    display: flex !important;
}

.gallery-list__swiper3 .gallery-item {
    flex-shrink: 0;
}

.gallery-list__swiper .gallery-list__pagination {
    bottom: 0;
}

.gallery-list__pagination {
    white-space: nowrap;
}

.gallery-list__pagination .swiper-pagination-bullet {
    margin: 0 9px !important;
    width: 6px;
    height: 6px;
}

@media (max-width: 991px) {
    .gallery-list__pagination .swiper-pagination-bullet {
        margin: 0 1% !important;
    }
    .gallery-list__pagination {
        display: flex;
        justify-content: center;
    }
}

.premium .swiper-pagination-bullet,
.unique .swiper-pagination-bullet {
    background: #dcdcdc;
    opacity: 1;
}

.gallery-list__pagination .swiper-pagination-bullet-active {
    background-image: linear-gradient(45deg, #ac8b52 0%, #747474 100%);
}


/* @media(max-width: 991px) {
   .gallery-list {
      overflow-x: scroll
   }
} */


/* .manifest-list {
   flex-wrap: wrap
}

@media(max-width: 991px) {
   .manifest-list {
      flex-wrap: nowrap
   }
} */

.manifest-list .gallery-item__desc {
    color: #fff;
}

@media (max-width: 575px) {
    .manifest-list .gallery-item__desc {
        color: #000;
    }
}


/* @media(max-width: 991px) {
   .manifest-list .gallery-item__image .img-fluid {
      max-width: 88vw
   }
}

.manifest-list .gallery-item {
   flex-basis: 49%;
   margin-bottom: 8px
}

@media(max-width: 991px) {
   .manifest-list .gallery-item {
      flex-basis: auto
   }
}

.manifest-list .gallery-item:nth-child(2) {
   margin-right: 0
}

@media(max-width: 991px) {
   .manifest-list .gallery-item:nth-child(2) {
      margin-right: 15px
   }
} */

.gallery-item {
    position: relative;
    margin-bottom: 20px;
    flex-shrink: 1;
    width: auto;
    max-width: 88vw;
}

.gallery-item:last-child {
    margin-right: 0 !important;
}

@media (max-width: 991px) {
    .gallery-item {
        flex-shrink: 0;
    }
}

@media (max-width: 575px) {
    .gallery-item {
        flex-basis: 290px;
    }
    .gallery-item br {
        display: none;
    }
}


/* .gallery-item:not(:last-child) {
   margin-right: 15px
} */

@media (max-width: 575px) {
    .deact-popup-mob {
        position: relative;
        z-index: 1;
    }
    .deact-popup-mob::after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
    }
}

.d-block {
    display: block !important;
}

.gallery-item__image {
    margin-bottom: 34px;
    /* max-width: 88vw; */
}

@media (max-width: 575px) {
    .gallery-item__image {
        margin-bottom: 22px;
    }
    .gallery-block .gallery-item:not(:last-child) {
        margin-bottom: 43px;
    }
}

.gallery-item__image .img-fluid {
    border-radius: 23px;
}

.gallery-item__text {
    position: absolute;
    left: 50px;
    bottom: 62px;
    padding-right: 7px;
}

@media (max-width: 575px) {
    .gallery-item__text {
        position: relative;
        left: initial;
        bottom: initial;
    }
}

.gallery-item__title {
    margin: 0 0 11px 0;
}

@media (max-width: 575px) {
    .gallery-item__title.h3 {
        display: inline-block;
        background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .gallery-item__title.h5 {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .gallery-item__title {
        margin: 0 0 6px 0;
    }
}

.gallery-item__desc {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}

@media (max-width: 575px) {
    .gallery-item__desc {
        font-size: 14px;
    }
}

@media (max-width: 410px) {
    .gallery-item__desc br {
        display: none;
    }
}

.surprise {
    margin: 0 0 96px 0;
}

@media (max-width: 1199px) {
    .surprise {
        margin: 0 0 89px 0;
    }
}

@media (max-width: 575px) {
    .surprise {
        margin: 0 0 43px 0;
    }
    .surprise .swipe {
        margin: 0 0 32px 0;
    }
}

.surprise .gallery-item {
    width: 31.6%;
    max-width: 370px;
}

@media (max-width: 1199px) {
    .surprise .gallery-item {
        flex-shrink: 1;
    }
}

@media (max-width: 991px) {
    .surprise .gallery-item {
        flex-shrink: 0;
        width: auto;
    }
}

@media (max-width: 575px) {
    .surprise {
        padding-top: 57px;
        border-top: 1px solid #eeeeee;
    }
}

@media (max-width: 575px) {
    .surprise .gallery-item__image .img-fluid {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }
}

.surprise__container {
    position: relative;
}

.surprise__title {
    margin: 0 0 16px 0;
}

@media (max-width: 575px) {
    .surprise__title {
        margin: 0 0 7px 0;
        line-height: 30px !important;
    }
}

.surprise__bgimage {
    position: absolute;
    top: -220px;
    right: -297px;
    z-index: -1;
}

@media (max-width: 575px) {
    .surprise__bgimage {
        display: none;
    }
}

.manifest {
    padding-bottom: 93px;
}

@media (max-width: 575px) {
    .manifest {
        padding-top: 52px;
        padding-bottom: 31px;
        background: url("../img/mbg.png") center / cover no-repeat;
    }
}

.manifest__title {
    text-align: center;
    margin: 0 0 13px 0;
}

@media (max-width: 575px) {
    .manifest__title {
        margin: 0 0 18px 0;
    }
}

.manifest__subtitle {
    text-align: center;
}

.manifest-list {
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .manifest-list {
        margin-bottom: 47px;
    }
}

.manifest-list .gallery-item {
    /* margin: 0 !important; */
    flex-basis: 49%;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .manifest-list .gallery-item {
        flex-basis: auto;
    }
    .manifest-list .gallery-item:not(:last-child) {
        /* margin: inherit !important; */
    }
}

@media (max-width: 767px) {
    /* .manifest-list .gallery-item:not(:last-child) {
      margin-right: 30px !important;
      margin-bottom: 20px !important;
   } */
}


/* .manifest-list .gallery-item:not(:last-child) {
   margin-right: 15px !important;
}

.manifest-list .gallery-item:nth-child(2), .manifest-list .gallery-item:nth-child(4) {
   margin-right: 0 !important;
} */

@media (max-width: 991px) {
    .manifest-list {
        flex-wrap: nowrap;
    }
}


/* .manifest .gallery-item__image {
   margin-bottom: 20px
} */

@media (max-width: 575px) {
    .manifest .gallery-item__image .img-fluid {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 410px) {
    .manifest .gallery-item__image .img-fluid {
        height: 245px;
    }
}

.quiz-section {
    background: url("../img/quiz-bg.jpg") center/cover no-repeat;
    /* margin-top: -400px; */
    padding: 64px 0 126px;
}

@media (max-width: 575px) {
    .quiz-section {
        padding-bottom: 51px;
    }
}

.quiz-section__subtitle {
    text-align: center;
    margin: 0 0 60px 0;
}

@media (max-width: 1199px) {
    .quiz-section__subtitle {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 991px) {
    .quiz-section__subtitle {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 410px) {
    .quiz-section__subtitle {
        font-size: 18px;
    }
}

.quiz-aside__title {
    font-size: 24px;
}

.picture {
    padding: 52px 0 41px;
    margin: 79px 0 77px;
    background: url("../img/s5bg.png") center/contain no-repeat;
}

@media (max-width: 1199px) {
    .picture {
        padding: 30px 0;
        margin: 30px 0;
        background-size: cover;
    }
}

@media (max-width: 575px) {
    .picture {
        background: initial;
    }
}

.picture__title {
    text-align: center;
    margin: 0 0 13px 0;
}

.picture__subtitle {
    text-align: center;
}

.picture .gallery-item__title {
    text-align: center;
    font-size: 24px;
}

@media (max-width: 575px) {
    .picture .gallery-item__title {
        margin-bottom: 7px;
    }
    .picture {
        margin: 30px 0 0;
    }
}

.picture .gallery-item__desc {
    text-align: center;
}

.picture .gallery-item {
    text-align: center;
}

.picture .gallery-item__image {
    margin-bottom: 33px;
}

@media (max-width: 1199px) {
    .picture .gallery-item__image {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .picture .gallery-item__image {
        margin-bottom: 26px;
    }
    .picture .gallery-item__image .img-fluid {
        width: 100%;
        height: 352px;
        object-fit: cover;
    }
}

.premium {
    padding: 128px 0 90px;
    background: url("../img/s6-bbg.jpg") center/cover no-repeat;
}

@media (max-width: 1199px) {
    .premium {
        padding: 60px 0;
    }
}

@media (max-width: 575px) {
    .premium {
        padding: 75px 0 46px;
        background: url("../img/s6-bg2.png") center/cover no-repeat;
    }
}

.premium__title {
    text-align: center;
    margin: 0 0 107px 0;
}

@media (max-width: 1199px) {
    .premium__title {
        margin: 0 0 40px 0;
    }
}

@media (max-width: 575px) {
    .premium__title {
        margin: 0 0 37px 0;
    }
    .swipe {
        margin: 0 0 47px 0;
    }
}

.premium__title .h2 {
    font-size: 54px;
    background-image: linear-gradient(45deg, #ecb993 0%, #ecb993 45%, #f2f2f2 61%, #f2f2f2 100%);
}

.premium-swiper {
    overflow: visible;
}

@media (max-width: 575px) {
    .premium-swiper {
        padding-bottom: 50px;
    }
}

.premium-swiper__wrapper {
    padding: 0 0 30px 0;
}

.premium-swiper__slide {
    width: auto !important;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.premium-swiper__slide:not(:last-child) {
    margin-right: 80px;
}

@media (max-width: 767px) {
    .premium-swiper__slide {
        max-width: 88vw;
    }
}

.premium-swiper__image {
    display: block;
    margin: 0 0 62px 0;
    position: relative;
}

.swiper-slide-active .premium-swiper__image::after {
    opacity: 0;
}

.swiper-slide-next .premium-swiper__image::after {
    opacity: 0;
}

@media (max-width: 1199px) {
    .swiper-slide-next .premium-swiper__image::after {
        opacity: 1;
    }
}

.premium-swiper__image:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s;
    background-color: rgba(24, 24, 24, 0.6);
    border-radius: inherit;
    opacity: 1;
}

@media (max-width: 1199px) {
    .premium-swiper__image {
        margin: 0 0 32px 0;
    }
}

.premium-swiper__caption {
    color: #fff;
    font-family: Manrope;
    font-size: 17px;
    line-height: 1.9;
    margin: 0 0 19px 0;
    display: flex;
}

@media (max-width: 575px) {
    .premium-swiper__caption {
        font-size: 14px;
    }
}

@media (max-width: 410px) {
    .premium-swiper__caption br {
        display: none;
    }
}

.premium-swiper__caption-span {
    background-image: linear-gradient(45deg, #ecb993 0%, #ecb993 45%, #f2f2f2 61%, #f2f2f2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Bodoni Cyrillic";
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 22px;
}

@media (max-width: 575px) {
    .premium-swiper__caption-span {
        font-size: 38px;
        font-weight: 700;
    }
}

.premium-swiper__watch-link {
    display: none !important;
    color: #e5c08b;
    font-family: Manrope;
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20%;
}

.premium-swiper__watch-link:hover .watch {
    transition: 0.4s;
    border-width: 0px;
}

.premium-swiper__watch-link:hover .watch:before {
    opacity: 1;
}

.premium-swiper__watch-link:hover .watch:after {
    opacity: 1;
}

.premium-swiper__watch-link .watch {
    width: 58px;
    height: 58px;
    margin-right: 17px;
}

.premium-swiper__watch-link .play {
    width: 14px;
    height: 14px;
}

.premium-swiper__watch-span {
    border-bottom: 1px solid #e5c08b;
}

.premium-swiper__prev,
.premium-swiper__next {
    position: absolute;
    top: 230px;
    width: 81px;
    height: 81px;
    box-shadow: inset 0 0 35px rgba(225, 179, 112, 0.24);
    background-image: linear-gradient(to top, #d48d46 0%, #d48d46 100%);
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.premium-swiper__prev::before,
.premium-swiper__next::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 25px 30px rgba(187, 146, 87, 0.4), inset 0 0 35px rgba(225, 179, 112, 0.24);
    background-image: linear-gradient(to top, #d48d46 0%, #d48d46 100%);
    border-radius: inherit;
    transition: 0.4s;
    z-index: -1;
    opacity: 0;
}

.premium-swiper__prev::after,
.premium-swiper__next::after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: inherit;
    transition: 0.4s;
    z-index: -1;
    opacity: 0;
}

.premium-swiper__prev:hover::after,
.premium-swiper__next:hover::after {
    opacity: 1;
}

.premium-swiper__prev:hover::before,
.premium-swiper__next:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {
    .premium-swiper__prev,
    .premium-swiper__next {
        display: none;
    }
}

@media (max-width: 767px) {
    .premium-swiper__prev,
    .premium-swiper__next {
        width: 61px;
        height: 61px;
    }
}

@media (max-width: 575px) {
    .premium-swiper__prev,
    .premium-swiper__next {
        top: 30%;
    }
}

.premium-swiper__prev.swiper-button-disabled,
.premium-swiper__next.swiper-button-disabled {
    display: none;
}

.premium-swiper__prev {
    left: -59px;
}

.premium-swiper__prev .arrow {
    transform: rotateY(180deg);
}

@media (max-width: 1399px) {
    .premium-swiper__prev {
        left: -10px;
    }
}

.premium-swiper__next {
    right: -59px;
}

@media (max-width: 1399px) {
    .premium-swiper__next {
        right: -10px;
    }
}

.awards {
    padding: 88px 0 131px;
    background: url("../img/s7-bg.jpg") center/cover no-repeat;
}

@media (max-width: 1199px) {
    .awards {
        padding: 55px 0;
    }
}

.awards__logo {
    text-align: center;
    margin: 0 0 33px 0;
}

@media (max-width: 1199px) {
    .awards__logo {
        margin: 0 0 25px 0;
    }
}

@media (max-width: 575px) {
    .awards__logo {
        display: none;
    }
}

.awards__title {
    text-align: center;
    margin: 0 0 61px 0;
}

@media (max-width: 1199px) {
    .awards__title {
        margin: 0 0 30px 0;
    }
}

.awards-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    margin: 0 0 0 0;
}

@media (max-width: 991px) {
    /* .awards-list {
      flex-wrap: wrap;
      justify-content: center
   } */
}

.watch {
    box-shadow: inset 0 0 35px rgba(225, 179, 112, 0.24);
    background-image: linear-gradient(to top, #d48d46 0%, #d48d46 100%);
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.watch::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 25px 30px rgba(187, 146, 87, 0.4), inset 0 0 35px rgba(225, 179, 112, 0.24);
    background-image: linear-gradient(to top, #d48d46 0%, #d48d46 100%);
    border-radius: inherit;
    transition: 0.4s;
    z-index: -1;
    opacity: 0;
}

.watch::after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: inherit;
    transition: 0.4s;
    z-index: -1;
    opacity: 0;
}

.watch--center {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 10px solid rgba(255, 255, 255, 0.2);
    background-clip: padding-box;
    transform: translate(-50%, -50%);
    z-index: 5;
}

@media (max-width: 991px) {
    .awards .gallery-list__swiper {
        padding-bottom: 56px;
    }
}

.awards .swipe {
    margin: 0 0 22px 0;
}

.awards-item {
    padding: 14px 15px 44px;
    flex-basis: 370px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    height: auto;
    flex-shrink: 1;
}

@media (max-width: 991px) {
    .awards-item {
        flex-shrink: 0;
        max-width: 88vw;
    }
}

.awards-item::after {
    content: url("../img/quote.svg");
    position: absolute;
    bottom: -12px;
    right: 28px;
}

.awards-item:not(:last-child) {
    margin-right: 30px;
}

@media (max-width: 991px) {
    .awards-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0;
    }
}

.awards-item__image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    margin: 0 0 17px 0;
}

.awards-item__image:hover .watch {
    transition: 0.4s;
    border-width: 0px;
}

.awards-item__image:hover .watch:before {
    opacity: 1;
}

.awards-item__image:hover .watch:after {
    opacity: 1;
}

.awards-item__image:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s;
    box-shadow: 0 30px 40px #cfcfcf;
    background-color: rgba(24, 24, 24, 0.7);
    border-radius: inherit;
    opacity: 0;
}

.awards-item__image:hover::after {
    opacity: 1;
}

@media (max-width: 991px) {
    .awards-item__image .play {
        width: 16px;
    }
}

.awards-item .watch {
    width: 81px;
    height: 81px;
}

@media (max-width: 991px) {
    .awards-item .watch {
        width: 71px;
        height: 71px;
        border-width: 6px;
    }
}

.awards-item__caption {
    color: #000;
    font-family: Manrope;
    font-size: 17px;
    line-height: 30px;
    margin: 0;
}

@media (max-width: 575px) {
    .awards-item__caption {
        font-size: 14px;
        line-height: 26px;
    }
    .awards-item__image {
        margin: 0 0 7px 0;
    }
    .awards-item {
        padding: 14px 15px 24px;
    }
}

.form-check {
    color: #000;
    font-family: Manrope;
    font-size: 12px;
    line-height: 24px;
}

.consultation {
    padding: 139px 0 240px;
}

@media (max-width: 1199px) {
    .consultation {
        padding: 69px 0 164px;
    }
}

@media (max-width: 575px) {
    .consultation {
        padding: 45px 0 60px;
    }
}

.consultation__container {
    position: relative;
}

.consultation .consultation__title {
    font-size: 52px;
    line-height: 1.4;
    margin: 0 0 21px 0;
}

@media (max-width: 575px) {
    .consultation .consultation__title {
        line-height: 32px;
        margin: 0 0 16px 0;
    }
}

.consultation__subtitle {
    padding-bottom: 9px;
}

@media (max-width: 575px) {
    .consultation__subtitle {
        padding-bottom: 0;
    }
}

.consultation-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 133px 0;
    display: flex;
    max-width: 836px;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .consultation-list {
        margin: 0 0 43px 0;
    }
}

@media (max-width: 767px) {
    .consultation-list {
        flex-direction: column;
        max-width: 255px;
    }
}

.consultation-item {
    position: relative;
    padding-left: 43px;
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .consultation-item {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .consultation-item:not(:last-child) {
        margin-bottom: 10px;
    }
}

.consultation-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 31px;
    background: url("../img/s8-li.png") center/contain no-repeat;
}

.consultation-bg {
    display: block;
    position: absolute;
    bottom: -41px;
    left: -123px;
    z-index: -1;
}

@media (max-width: 991px) {
    .consultation-bg {
        bottom: -91px;
    }
}

@media (max-width: 575px) {
    .consultation-bg {
        position: relative;
        left: -8%;
        right: -8%;
        bottom: initial;
    }
    .consultation-bg img {
        max-width: 120%;
        height: auto;
    }
}

.consultation-pdf {
    position: absolute;
    bottom: -107px;
    left: 103px;
    width: 200px;
    height: 200px;
    background: url("../img/s8-1.png") center/contain no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-family: Manrope;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

@media (max-width: 991px) {
    .consultation-pdf {
        left: 6px;
        bottom: -130px;
    }
}

@media (max-width: 575px) {
    .consultation-pdf {
        width: 115px;
        height: 115px;
        font-size: 11px;
        line-height: 16px;
        left: 50%;
        bottom: 507px;
        transform: translateX(-50%);
    }
}

.consultation-pdf__plus {
    font-size: 30px;
    line-height: 1;
    margin-top: -10px;
}

@media (max-width: 575px) {
    .consultation-pdf__plus {
        line-height: 1.3;
    }
}

.consultation-form {
    max-width: 460px;
    width: 100%;
    padding: 51px 55px;
    margin-right: -55px;
    border-radius: 20px;
    background-color: #f8f8f8;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .consultation-form {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .consultation-form {
        padding: 30px !important;
        align-items: center;
        max-width: 411px;
    }
}

@media (max-width: 575px) {
    .consultation-form {
        padding: 30px 23px !important;
    }
}

.consultation-form__wrapper {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 8;
}

@media (max-width: 575px) {
    .consultation-form__wrapper {
        margin-top: -40px;
    }
}

.consultation-form__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.45;
    margin: 0 0 8px 0;
}

@media (max-width: 575px) {
    .consultation-form__title {
        font-size: 16px !important;
        line-height: 36px !important;
        font-weight: 700 !important;
        margin: 0 !important;
    }
    .contacts__btn2 {
        color: #f80019;
        text-align: right;
    }
    .contacts__working {
        display: none;
    }
}

.consultation-form__subtitle {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 35px 0;
}

@media (max-width: 575px) {
    .consultation-form__subtitle {
        font-size: 14px;
        line-height: 26px;
        margin: 0 0 15px 0 !important;
    }
}

.consultation-form__phone-label {
    color: #000;
    font-family: Manrope;
    font-size: 11px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin: 0 0 8px 0;
}

.consultation-form__phone-input {
    max-width: 351px;
    width: 100%;
    height: 87px;
    border-radius: 12px;
    background-color: #fff;
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    line-height: 30px;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-left: 32px;
    margin: 0 0 22px 0;
}

@media (max-width: 575px) {
    .consultation-form__phone-input {
        height: 71px;
        margin: 0 0 10px 0;
    }
}

.consultation-form__btn {
    max-width: 351px;
    width: 100%;
    height: 91px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.7;
    margin: 0 0 18px 0;
}

@media (max-width: 575px) {
    .consultation-form__btn {
        height: 72px;
        margin: 0 0 11px 0 !important;
    }
}

@media (max-width: 410px) {
    .consultation-form__btn {
        font-size: 15px;
    }
}

.consultation-form__check {
    text-align: center;
    margin: 0;
}

@media (max-width: 575px) {
    .consultation-form__check {
        font-size: 10px;
        line-height: 20px;
        max-width: 184px;
    }
}

.unique {
    padding: 130px 0 124px;
    background: url("../img/s9-bg.jpg") center/cover no-repeat;
}

@media (max-width: 1199px) {
    .unique {
        padding: 62px 0;
    }
}

@media (max-width: 575px) {
    .unique {
        padding: 66px 0 47px;
        background: url("../img/s9-bg2.png") 0 48% / cover no-repeat;
    }
}

.unique .swipe {
    margin: 0 0 31px 0;
}

.unique-head {
    margin: 0 0 614px 0;
}

@media (max-width: 575px) {
    .unique-head {
        margin: 0 0 305px 0;
    }
}

.unique-head__title {
    text-align: center;
    margin: 0 0 21px 0;
}

@media (max-width: 575px) {
    .unique-head__title {
        margin: 0 0 10px 0;
    }
}

.unique-head__title .h2 {
    background-image: linear-gradient(45deg, #ecb993 0%, #ecb993 45%, #f2f2f2 61%, #f2f2f2 100%);
    font-size: 53px;
    line-height: 1.33;
}

.unique-head__subtitle {
    color: #fff !important;
    text-align: center;
    margin: 0;
}

.unique-body__title {
    background-image: linear-gradient(45deg, #ecb993 0%, #ecb993 45%, #f2f2f2 61%, #f2f2f2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 68px 0;
}

@media (max-width: 1199px) {
    .unique-body__title {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 575px) {
    .unique-body__title {
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        margin: 0 0 23px 0;
    }
}

.unique-body__btn-wrapper {
    text-align: center;
}

.unique-body__btn {
    max-width: 446px;
    width: 100%;
    height: 100px;
    font-size: 17px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .unique-body__btn {
        font-size: 16px;
        height: 89px;
    }
    .unique-body__btn br {
        display: none;
    }
}

@media (max-width: 410px) {
    .unique-body__btn-span {
        max-width: 210px;
    }
}

.unique-list {
    margin: 0 0 68px 0;
}

@media (max-width: 575px) {
    .unique-list {
        margin: 0 0 10px 0;
    }
}

.unique-list__btn {
    width: 211px;
    height: 53px;
    border-radius: 27px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.2;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: Manrope;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    position: relative;
    z-index: 2;
}

.unique-list__btn::before {
    content: "";
    background-color: #c59b5f;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    border: 1px solid #c59b5f;
    opacity: 0;
    z-index: -1;
}


/* .unique-list__btn:hover {
   transition: 0.4s;
   background-color: #c59b5f;
   border: none;
} */

.unique-list__btn:hover {
    border-color: transparent;
    transition: 0.4s;
}

.unique-list__btn:hover::before {
    transition: 0.4s;
    opacity: 1;
}

.unique-list .gallery-item {
    text-align: center;
}

.unique-list .gallery-item__image {
    margin-bottom: 32px;
}

@media (max-width: 575px) {
    .unique-list .gallery-item__image {
        margin-bottom: 25px;
    }
}

.unique-list .gallery-item__title {
    background-image: linear-gradient(45deg, #ecb993 0%, #ecb993 45%, #f2f2f2 61%, #f2f2f2 100%);
    font-size: 24px;
}

@media (max-width: 575px) {
    .unique-list .gallery-item__title {
        margin: 0 0 9px 0;
    }
}

.unique-list .gallery-item__desc {
    color: #fff;
    margin: 0 0 31px 0;
}

@media (max-width: 575px) {
    .unique-list .gallery-item__desc {
        max-width: 211px;
        margin-left: auto;
        margin-right: auto;
    }
}

.emotions {
    padding: 148px 0 216px;
}

@media (max-width: 1199px) {
    .emotions {
        padding: 62px 0 156px;
    }
}

@media (max-width: 575px) {
    .emotions {
        padding: 39px 0 36px;
    }
}

.emotions__container {
    position: relative;
}

.emotions__title {
    text-align: center;
    margin: 0 0 23px 0;
}

.emotions__title .h2 {
    font-size: 54px;
}

@media (max-width: 1199px) {
    .emotions__title {
        margin: 0 0 26px 0;
    }
}

@media (max-width: 575px) {
    .emotions__title {
        margin: 0 0 8px 0;
    }
}

.emotions__subtitle {
    text-align: center;
}

@media (max-width: 767px) {
    .emotions__subtitle br {
        display: none;
    }
}

.emotions-ornament {
    position: absolute;
    bottom: -120px;
    left: -94px;
    z-index: -1;
}

@media (max-width: 991px) {
    .emotions-ornament {
        right: -94px;
    }
}

@media (max-width: 575px) {
    .emotions-ornament {
        bottom: -50px;
        display: none;
    }
}

.poster {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin: 0 0 90px 0;
}

@media (max-width: 1199px) {
    .poster {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 575px) {
    .poster {
        border-radius: initial;
    }
}

.poster__image {
    overflow: hidden;
    height: 600px;
}

@media (max-width: 1199px) {
    .poster__image {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .poster__image {
        height: initial;
        max-height: 400px;
    }
}

.poster__image .img-fluid {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 575px) {
    .poster__image--gray {
        display: none;
    }
}

.poster__image--gray {
    position: absolute;
    left: 0;
    bottom: 0;
}

.poster__text {
    position: absolute;
    bottom: 11%;
    left: 6%;
}

@media (max-width: 1199px) {
    .poster__text {
        bottom: 6%;
        left: 5%;
    }
}

@media (max-width: 575px) {
    .poster__text {
        position: relative;
        bottom: initial;
        left: initial;
        margin-top: 23px;
    }
}

.poster__title {
    color: #fff;
    font-family: Forum;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

@media (max-width: 1199px) {
    .poster__title {
        margin: 0 0 5px 0;
    }
}

@media (max-width: 767px) {
    .poster__title {
        font-size: 32px !important;
    }
}

@media (max-width: 575px) {
    .poster__title {
        font-family: "Bodoni Cyrillic";
        background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 16px !important;
        line-height: 28px !important;
        font-weight: 700;
        display: inline-block;
    }
    .poster__title br {
        display: none;
    }
}

.poster__subtitle {
    color: #fff;
    font-family: Manrope;
    font-size: 18px;
    line-height: 1.77;
    margin: 0;
}

@media (max-width: 575px) {
    .poster__subtitle br {
        display: none;
    }
    .poster__subtitle {
        color: #000000;
        font-size: 14px;
        line-height: 26px;
    }
}

.emotions-row {
    display: flex;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 991px) {
    .emotions-row {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.emotions-list {
    list-style: none;
    padding-left: 82px;
    padding-right: 20px;
    margin: 0;
}

@media (max-width: 991px) {
    .emotions-list {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 767px) {
    .emotions-list {
        padding-left: 20px;
    }
}

@media (max-width: 575px) {
    .emotions-list {
        order: 1;
        margin-top: 34px;
        padding-left: 0;
        padding-right: 0;
    }
}

.emotions-item {
    display: flex;
    align-items: center;
}

.emotions-item:not(:last-child) {
    margin: 0 0 30px 0;
}

@media (max-width: 1199px) {
    .emotions-item:not(:last-child) {
        margin: 0 0 5px 0;
    }
}

@media (max-width: 991px) {
    .emotions-item:not(:last-child) {
        margin: 0 0 15px 0;
    }
}

@media (max-width: 575px) {
    .emotions-item:not(:last-child) {
        margin: 0 0 23px 0;
    }
}

.emotions-item__image {
    flex-shrink: 0;
    margin-right: 39px;
}

@media (max-width: 1199px) {
    .emotions-item__image {
        width: 76px;
        margin-right: 19px;
    }
}

@media (max-width: 575px) {
    .emotions-item__image {
        width: 66px;
    }
}

.emotions-item__text {
    color: #000;
    font-family: Manrope;
    font-size: 17px;
    line-height: 1.76;
    margin: 0;
}

@media (max-width: 1199px) {
    .emotions-item__text br {
        display: none;
    }
}

@media (max-width: 575px) {
    .emotions-item__text {
        font-size: 14px;
        line-height: 26px;
    }
}

.emotions-video {
    position: relative;
    border-radius: 15px;
    z-index: 2;
}

.emotions-video:hover .watch {
    transition: 0.4s;
    border-width: 0px;
}

.emotions-video:hover .watch:before {
    opacity: 1;
}

.emotions-video:hover .watch:after {
    opacity: 1;
}

.emotions-video:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s;
    box-shadow: 0 30px 40px #cfcfcf;
    background-color: rgba(24, 24, 24, 0.7);
    border-radius: inherit;
    opacity: 0;
    z-index: 0;
}

.emotions-video:hover::after {
    opacity: 1;
}

.emotions-video__text {
    position: absolute;
    z-index: 10;
    bottom: 16%;
    left: 12%;
    color: #fff;
    font-family: Manrope;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

@media (max-width: 1199px) {
    .emotions-video__text {
        bottom: 12%;
        left: 9%;
    }
}

@media (max-width: 575px) {
    .emotions-video__text {
        display: none;
    }
}

@media (max-width: 410px) {
    .emotions-video__text {
        bottom: 5%;
        left: 4%;
    }
}

.emotions-video .watch {
    width: 107px;
    height: 107px;
}

@media (max-width: 1199px) {
    .emotions-video .watch {
        width: 87px;
        height: 87px;
    }
}

.emotions-video .play {
    width: 24px;
    height: 27px;
}

@media (max-width: 1199px) {
    .emotions-video .play {
        width: 20px;
        height: 20px;
    }
}

.projects {
    padding: 126px 0 115px;
    background: url("../img/s11-bg.jpg");
}

@media (max-width: 1199px) {
    .projects {
        padding: 60px 0;
    }
}

@media (max-width: 575px) {
    .projects {
        padding: 65px 0 60px;
    }
}

.projects__title {
    text-align: center;
    margin: 0 0 56px 0;
}

.projects__title .h2 {
    font-size: 55px;
}

@media (max-width: 767px) {
    .projects__title {
        margin: 0 0 30px 0;
    }
}

.projects__btn {
    position: relative;
    max-width: 409px;
    width: 100%;
    height: 91px;
    font-size: 17px;
    line-height: 29px;
    margin: 0 0 5px 27px;
    padding-left: 32px;
    box-sizing: border-box;
}

@media (max-width: 1199px) {
    .projects__btn {
        margin: 0 0 5px 0;
    }
}

@media (max-width: 767px) {
    .projects__btn {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .projects__btn {
        width: 100%;
        padding-left: 0;
        height: 76px;
    }
}

.projects__btn .img-fluid {
    position: absolute;
    top: 9px;
    left: -39px;
}

@media (max-width: 575px) {
    .projects__btn .img-fluid {
        display: none;
    }
}

.projects__btn-wrapper {
    text-align: center;
}

.projects-tabs {
    display: flex;
}

@media (max-width: 991px) {
    .projects-tabs {
        flex-direction: column;
    }
}

.projects-nav {
    margin: 0 7px 15px 0;
}

@media (max-width: 767px) {
    .projects-nav {
        margin: 0;
    }
}

.projects-nav .slick-list {
    padding: 0 !important;
}

@media (min-width: 575px) {
    .projects-nav .slick-track {
        transform: translate3d(0, 0, 0) !important;
    }
}

@media (max-width: 991px) {
    .projects-nav .slick-track {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    .projects-nav .slick-track {
        flex-wrap: wrap;
    }
}

.projects-nav .slick-slide {
    display: flex;
    align-items: center;
    height: 120px;
    border-radius: 16px;
    background-image: linear-gradient(#fff, #fff);
    /* background-color: #fff; */
    padding-left: 9%;
    margin-bottom: 15px;
    box-sizing: border-box;
    outline: none;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.projects-nav .slick-slide:before {
    content: "";
    background-image: -webkit-linear-gradient( top, rgba(221, 180, 100, 1) 5%, rgba(225, 179, 94, 1) 6%, rgba(235, 185, 96, 1) 9%, rgba(244, 192, 93, 1) 14%, rgba(243, 191, 90, 1) 15%, rgba(247, 192, 91, 1) 18%, rgba(243, 191, 92, 1) 23%, rgba(232, 183, 90, 1) 28%, rgba(232, 181, 90, 1) 30%, rgba(226, 176, 87, 1) 33%, rgba(213, 169, 82, 1) 38%, rgba(205, 159, 74, 1) 42%, rgba(199, 153, 75, 1) 45%, rgba(192, 149, 70, 1) 47%, rgba(181, 136, 68, 1) 58%, rgba(179, 136, 68, 1) 70%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: inherit;
    z-index: -1;
}

.projects-nav .slick-slide:hover:before {
    opacity: 1;
    transition: 0.4s;
}

.projects-nav .slick-slide:hover .projects-nav__name {
    color: #fff;
    font-family: Manrope;
    font-size: 17px;
    font-weight: 600;
    transition: 0.4s;
}

@media (max-width: 1199px) {
    .projects-nav .slick-slide {
        width: 260px !important;
        height: 100px;
        padding-left: 5%;
    }
}

@media (max-width: 991px) {
    .projects-nav .slick-slide {
        width: 32% !important;
        padding-left: 1%;
    }
}

@media (max-width: 767px) {
    .projects-nav .slick-slide {
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .projects-nav .slick-slide {
        width: 100% !important;
        flex-wrap: nowrap;
        padding-left: 7%;
        height: 60px;
        margin-bottom: 7px;
    }
}

.projects-nav .slick-slide.slick-current {
    background-image: -webkit-linear-gradient( top, rgba(221, 180, 100, 1) 5%, rgba(225, 179, 94, 1) 6%, rgba(235, 185, 96, 1) 9%, rgba(244, 192, 93, 1) 14%, rgba(243, 191, 90, 1) 15%, rgba(247, 192, 91, 1) 18%, rgba(243, 191, 92, 1) 23%, rgba(232, 183, 90, 1) 28%, rgba(232, 181, 90, 1) 30%, rgba(226, 176, 87, 1) 33%, rgba(213, 169, 82, 1) 38%, rgba(205, 159, 74, 1) 42%, rgba(199, 153, 75, 1) 45%, rgba(192, 149, 70, 1) 47%, rgba(181, 136, 68, 1) 58%, rgba(179, 136, 68, 1) 70%);
}

.projects-nav .slick-slide.slick-current .projects-nav__name {
    color: #fff;
    font-family: Manrope;
    font-size: 17px;
    font-weight: 600;
}

.projects-nav__number {
    color: #f0edeb;
    font-family: "Bodoni Cyrillic";
    font-size: 65px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .projects-nav__number {
        flex-basis: 100%;
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .projects-nav__number {
        flex-basis: auto;
        margin-top: 5px;
    }
}

@media (max-width: 575px) {
    .projects-nav__number {
        font-size: 30px;
    }
}

.projects-nav__name {
    color: #7b7b7b;
    font-family: Manrope;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

@media (max-width: 991px) {
    .projects-nav__name {
        font-size: 16px !important;
    }
}

@media (max-width: 575px) {
    .projects-nav__name br {
        display: none;
    }
}

.projects-pane {
    margin: 0 0 59px 0;
    border-radius: 20px;
    background: url("../img/s11-o.png") 93px 44px no-repeat;
    padding: 62px 65px 83px;
    background-color: #fff;
    box-sizing: border-box;
    max-width: 863px;
}

@media (max-width: 1199px) {
    .projects-pane {
        max-width: 688px;
    }
}

@media (max-width: 991px) {
    .projects-pane {
        max-width: initial;
    }
}

@media (max-width: 767px) {
    .projects-pane {
        padding: 22px 20px 33px;
        margin: 0 0 30px 0;
    }
}

@media (max-width: 410px) {
    .projects-pane {
        padding: 12px 20px 47px;
        margin: 0 0 50px 0;
    }
}

.projects-pane__title {
    color: #000;
    font-family: "Bodoni Cyrillic";
    font-size: 34px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0 0 17px 0;
}

@media (max-width: 1199px) {
    .projects-pane__title br {
        display: none;
    }
}

@media (max-width: 767px) {
    .projects-pane__title {
        font-size: 29px !important;
    }
}

@media (max-width: 575px) {
    .projects-pane__title {
        font-size: 23px !important;
    }
}

@media (max-width: 410px) {
    .projects-pane__title {
        font-size: 20px !important;
    }
}

.projects-pane__subtitle {
    max-width: 558px;
    color: #000;
    font-family: Manrope;
    font-size: 18px;
    line-height: 1.77;
    margin: 0 0 41px 0;
}

@media (max-width: 575px) {
    .projects-pane__subtitle {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    .projects-pane__subtitle br {
        display: none;
    }
}

.projects-pane__list {
    max-width: 626px;
    margin: 37px 0 50px 0;
}

@media (max-width: 767px) {
    .projects-pane__list {
        margin: 20px 0 20px 0;
    }
}

.projects-pane__list .consultation-item {
    padding-left: 60px;
}

@media (max-width: 767px) {
    .projects-pane__list .consultation-item {
        margin-bottom: 15px;
    }
}

.projects-pane__list .consultation-item::before {
    top: -4px;
    width: 40px;
    height: 40px;
    box-shadow: inset 0 0 35px rgba(255, 255, 255, 0.18);
    background-image: url("../img/s11-li.png");
}

.projects-pane__images {
    display: flex;
    justify-content: space-between;
    margin: 0 0 51px 0;
}

@media (max-width: 767px) {
    .projects-pane__images {
        margin: 0 0 21px 0;
    }
}

.projects-pane__image {
    display: flex;
    flex-direction: column;
}

.projects-pane__image .img-fluid {
    border-radius: 15px;
}

@media (max-width: 991px) {
    .projects-pane__image .img-fluid {
        max-width: initial;
        margin-bottom: 20px;
    }
}

.projects-pane__image:not(:last-child) {
    margin-right: 15px;
}

.projects-pane__image-caption {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 16px 0;
    flex-grow: 1;
}

.projects-pane__about {
    color: #000;
    font-family: Manrope;
    font-size: 22px;
    line-height: 1.7;
    margin: 0 0 37px 0;
}

@media (max-width: 1199px) {
    .projects-pane__about br {
        display: none;
    }
}

@media (max-width: 767px) {
    .projects-pane__about {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 575px) {
    .projects-pane__about {
        font-size: 19px;
    }
}

.projects-pane .gallery-item__desc br {
    display: block;
}

.projects-pane__btn {
    max-width: 377px;
    width: 100%;
    height: 64px;
}

.projects-pane__row {
    list-style: none;
    padding-left: 0;
    margin: 0 0 24px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.projects-pane__item {
    flex-basis: 49%;
    display: flex;
    align-items: center;
    margin-bottom: 38px;
}

@media (max-width: 767px) {
    .projects-pane__item {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
}

.projects-pane__item-image {
    margin-right: 28px;
    flex-shrink: 0;
}

.projects-pane__item-caption {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

@media (max-width: 767px) {
    .projects-pane__item-caption br {
        display: none;
    }
}

.project-classic .gallery-item__image {
    height: 110px;
    margin-bottom: 0;
}

.project-classic .projects-pane__gallery-list {
    max-width: 700px;
    margin: 0 0 35px 0;
}

.projects-elite .projects-pane__list {
    margin: 37px 0 33px 0;
}

@media (max-width: 767px) {
    .projects-elite .projects-pane__list {
        margin: 20px 0 20px 0;
    }
}

.projects-elite .projects-pane__subtitle {
    margin: 0 0 20px 0;
}

.projects-elite .elite__item {
    margin-bottom: 57px;
}

@media (max-width: 767px) {
    .projects-elite .elite__item {
        margin-bottom: 20px;
    }
}

@media (max-width: 410px) {
    .projects-elite .elite__item {
        flex-wrap: wrap;
    }
}

.projects-elite .gallery-item__image {
    margin-bottom: 13px;
}

.projects-elite .gallery-list {
    margin: 0 0 22px 0;
}

@media (max-width: 1199px) {
    .projects-elite .projects-pane__item-caption br {
        display: none;
    }
}

@media (max-width: 410px) {
    .projects-elite .gallery-item {
        max-width: 77vw;
    }
}

.transparrent-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: Manrope;
    font-weight: 600;
    text-align: center;
    color: #8c7045;
    font-size: 16px;
    line-height: 30px;
    border-radius: 32px;
    border: 1px solid #8c7045;
    background-color: transparent;
    box-sizing: border-box;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.transparrent-btn:hover {
    transition: 0.4s;
    border: none;
    color: #fff;
    background-color: #c59b5f;
}

.documentation {
    background: url("../img/s12-bg.jpg") center/cover no-repeat;
    padding: 118px 0 0;
    margin: 0 0 157px 0;
}

@media (max-width: 1199px) {
    .documentation {
        padding: 60px 0 0;
        margin: 0 0 90px 0;
    }
}

@media (max-width: 575px) {
    .documentation {
        background: initial;
        margin: 0 0 40px 0;
    }
}

.documentation__container {
    position: relative;
}

.documentation__title {
    background-image: linear-gradient(45deg, #ecb993 0%, #ecb993 45%, #f2f2f2 61%, #f2f2f2 100%);
    font-size: 50px;
    position: relative;
    z-index: 5;
    margin: 0 0 20px 0;
}

@media (max-width: 767px) {
    .documentation__title {
        margin: 0 0 22px 0;
    }
}

@media (max-width: 575px) {
    .documentation__title {
        background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
        text-align: left;
    }
}

.documentation__subtitle {
    color: #fff;
    position: relative;
    z-index: 5;
    margin: 0 0 155px 0;
}

@media (max-width: 991px) {
    .documentation__subtitle {
        margin: 0 0 60px 0;
    }
}

@media (max-width: 767px) {
    .documentation__subtitle {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 575px) {
    .documentation__subtitle {
        color: #000000;
        text-align: left;
    }
}

.documentation__image {
    display: block;
    position: absolute;
    bottom: 0;
    right: -28%;
    z-index: 2;
}

@media (max-width: 1199px) {
    .documentation__image {
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    .documentation__image {
        position: relative;
        right: initial;
        max-width: 90%;
    }
}

@media (max-width: 575px) {
    .documentation__image {
        display: none;
    }
}

.documentation-desc {
    display: flex;
    position: relative;
    z-index: 5;
    padding: 0 0 109px 0;
}

@media (max-width: 991px) {
    .documentation-desc {
        padding: 0 0 60px 0;
    }
}

@media (max-width: 767px) {
    .documentation-desc {
        padding: 0 0 10px 0;
    }
}

.documentation-desc__image {
    margin-top: -10px;
    margin-right: 31px;
}

@media (max-width: 575px) {
    .documentation-desc__image {
        width: 74px;
        margin-right: 15px;
        flex-shrink: 0;
        margin-top: 0;
    }
}

.documentation-desc__text {
    max-width: 284px;
    color: #fff;
    font-family: Manrope;
    font-size: 16px;
    line-height: 1.87;
    margin: 0;
}

@media (max-width: 575px) {
    .documentation-desc__text {
        font-size: 14px;
        color: #000000;
        padding-right: 23px;
    }
}

.legal {
    margin: 0 0 95px;
}

@media (max-width: 1199px) {
    .legal {
        margin: 0 0 35px;
    }
}

.legal__wrapper {
    background: url("../img/s13-bg.jpg") center/cover no-repeat;
    border-radius: 20px;
    padding: 70px 92px 71px;
}

@media (max-width: 991px) {
    .legal__wrapper {
        background-position: 0 0;
    }
}

@media (max-width: 767px) {
    .legal__wrapper {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .legal__wrapper {
        background: initial;
        padding: 0;
    }
    .legal__img-wrapper .img-fluid {
        border-radius: 15px;
        width: 100%;
        min-height: 254px;
        object-fit: cover;
        margin-bottom: 27px;
    }
}

.legal__title {
    background-image: linear-gradient(84deg, #e2a43b 10%, #f9f9f9 71%);
    font-size: 54px;
    margin: 0 0 21px 0;
}

@media (max-width: 767px) {
    .legal__title {
        max-width: 76%;
    }
}

@media (max-width: 575px) {
    .legal__title {
        background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
        max-width: initial;
        text-align: left;
        margin: 0 0 2px 0;
    }
    .legal br {
        display: none;
    }
}

.legal__subtitle {
    color: #fff;
    margin: 0 0 34px 0;
}

@media (max-width: 575px) {
    .legal__subtitle {
        text-align: left;
    }
}

.legal .documentation-desc {
    padding: 0;
}

.certificate {
    /* background: url("../img/s14-o.png") 100% 0 no-repeat;
   background-size: 50%; */
    padding: 89px 0 76px;
    margin: 0 0 107px 0;
}

@media (max-width: 575px) {
    .certificate {
        padding: 59px 0 0;
        margin: 0 0 58px 0;
        background: url("../img/mbg.png") 0 0 / 100% 592px no-repeat;
    }
}

.certificate .container {}


/* @media(max-width: 1199px) {
   .certificate {
      padding: 89px 0 60px;
      margin: 0 0 60px 0
   }
} */

.certificate__btn {
    max-width: 486px;
    width: 100%;
    height: 91px;
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 575px) {
    .certificate__btn {
        height: 76px;
    }
}

.certificate__btn-wrapper {
    text-align: center;
}

.certificate__title {
    font-size: 54px;
    margin: 0 0 20px 0;
}

@media (max-width: 1199px) {
    .certificate__title {
        margin: 0 0 2px 0;
    }
}

@media (max-width: 991px) {
    .certificate__title {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .certificate-row br {
        display: none;
    }
    .certificate__title {
        margin-bottom: 16px;
    }
}

.certificate__subtitle {
    margin: 0 0 80px 0;
}

@media (max-width: 1199px) {
    .certificate__subtitle {
        margin: 0 0 12px 0;
    }
}

@media (max-width: 991px) {
    .certificate__subtitle {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .certificate__subtitle {
        margin: 0 0 27px 0;
    }
}

.certificate-row__image2 {
    margin-right: -12px;
    margin-left: -12px;
}

.certificate-row__image2 .img-fluid {
    min-height: 320px;
    margin-bottom: 36px;
}

.certificate-row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 105px 0;
}

@media (max-width: 1199px) {
    .certificate-row {
        margin: 0 0 35px 0;
    }
}

@media (max-width: 991px) {
    .certificate-row {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .certificate-row {
        margin: 0 0 23px 0;
    }
}

.certificate__container {
    position: relative;
}

.certificate-row__image {
    margin-top: 16px;
    position: absolute;
    right: -225px;
    top: -103px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .certificate-row__image {
        max-width: 90%;
    }
}

@media (max-width: 991px) {
    .certificate-row__image {
        position: relative;
        right: 0;
        top: 0;
        margin: 0 auto;
    }
}

.certificate-row__image .img-fluid {
    border-radius: 9px;
}

.certificate-text {
    flex-basis: 47%;
}

.certificate-card {
    max-width: 360px;
    background: url("../img/s14-2.png") center/cover no-repeat;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 42px 37px;
}

@media (max-width: 991px) {
    .certificate-card {
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .certificate-card {
        padding: 30px 27px;
    }
}

.certificate-card__title {
    max-width: 287px;
    margin: 0 0 19px 0;
}

@media (max-width: 575px) {
    .certificate-card__title {
        font-size: 16px;
        line-height: 28px;
        font-weight: 700;
        margin: 0 0 7px 0;
    }
}

.certificate-card__subtitle {
    max-width: 219px;
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

@media (max-width: 575px) {
    .certificate-card__subtitle {
        font-size: 14px;
        line-height: 26px;
    }
}

.success {
    margin: 0 0 174px 0;
}

@media (max-width: 1199px) {
    .success {
        margin: 0 0 52px 0;
    }
}

.success__title {
    text-align: center;
    margin: 0 0 16px 0;
}

.success__title .h2 {
    font-size: 54px;
}

.success__subtitle {
    text-align: center;
}

@media (max-width: 767px) {
    .success__subtitle br {
        display: none;
    }
}

@media (max-width: 575px) {
    .success__subtitle {
        margin: 0 0 28px 0;
    }
}

.success-poster__img-wrapper {
    margin-bottom: 40px;
}

.success-poster {
    background: url("../img/s15-bg.jpg") center/cover no-repeat;
    border-radius: 20px;
    padding: 140px 116px 215px;
    margin: 0 0 44px 0;
}

@media (max-width: 991px) {
    .success-poster {
        padding: 130px 46px 195px;
    }
}

@media (max-width: 575px) {
    .success-poster {
        background: initial;
        padding: 0;
        margin: 0 0 59px 0;
    }
    .success-poster__img-wrapper .img-fluid {
        border-radius: 10px;
    }
}

.success-poster__title {
    text-align: center;
    background-image: linear-gradient(45deg, #ffe6ba 0%, #f2f2f2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    line-height: 1.45;
    margin: 0 0 12px 0;
}

@media (max-width: 575px) {
    .success-poster__title {
        background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
        font-size: 16px !important;
        font-weight: 700;
        line-height: 28px;
    }
}

.success-poster__subtitle {
    text-align: center;
    color: #fff;
    margin: 0;
}

.success-video__title {
    color: #000;
    font-size: 34px;
    line-height: 1.47;
    text-align: center;
    margin: 0 0 43px 0;
}

@media (max-width: 575px) {
    .success-video__title {
        font-size: 16px !important;
        font-weight: 700;
        line-height: 28px;
        margin: 0 0 23px 0;
    }
}

@media (max-width: 575px) {
    .success-video .swipe {
        margin: 0 0 19px 0;
    }
}

.success-video__content {
    display: flex;
    justify-content: space-between;
}

.success-video__video {
    position: relative;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
    flex-shrink: 1;
    width: auto;
    max-width: 88vw;
}

.success-video__video:not(:last-child) {
    margin-right: 15px;
}

@media (max-width: 767px) {
    .success-video__video:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .success-video__video {
        flex-shrink: 0;
    }
}

.success-video__video:hover .watch {
    transition: 0.4s;
    border-width: 0px;
}

.success-video__video:hover .watch:before {
    opacity: 1;
}

.success-video__video:hover .watch:after {
    opacity: 1;
}

.success-video__video:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s;
    box-shadow: 0 30px 40px #cfcfcf;
    background-color: rgba(24, 24, 24, 0.7);
    border-radius: inherit;
    opacity: 0;
}

.success-video__video:hover::after {
    opacity: 1;
}

.success-video__video .watch {
    width: 91px;
    height: 91px;
    border: 12px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
    .success-video__video .watch {
        width: 71px;
        height: 71px;
        border-width: 6px;
    }
}

.success-video__video .play {
    width: 20px;
    height: 23px;
}

@media (max-width: 991px) {
    .success-video__video .play {
        width: 16px;
    }
}

.stars {
    background: url("../img/s16-bg.jpg") center/cover no-repeat;
    padding: 119px 0 163px;
}

@media (max-width: 1199px) {
    .stars {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .stars .gallery-list__swiper {
        padding-bottom: 37px;
    }
}

.stars .swipe {
    margin: 0 0 31px 0;
}

.stars__container {
    position: relative;
}

.stars__big {
    position: absolute;
    top: -2px;
    left: -18%;
}

@media (max-width: 1199px) {
    .stars__big {
        top: 55px;
    }
}

@media (max-width: 991px) {
    .stars__big {
        display: none;
    }
}

.stars__small {
    position: absolute;
    top: 20px;
    right: -9%;
}

@media (max-width: 1199px) {
    .stars__small {
        top: 80px;
    }
}

@media (max-width: 991px) {
    .stars__small {
        display: none;
    }
}

.stars__title {
    background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 40px;
    line-height: 1.45;
    margin: 0 0 15px 0;
}

@media (max-width: 1199px) {
    .stars__title br {
        display: none;
    }
}

.stars__subtitle {
    text-align: center;
}

@media (max-width: 1199px) {
    .stars .awards-item {
        padding: 14px 14px 14px;
    }
}

.stars .awards-item::after {
    display: none;
}

.stars .awards-item__caption {
    height: 120px;
    padding-left: 21px;
}

@media (max-width: 1199px) {
    .stars .awards-item__caption br {
        display: none;
    }
}

@media (max-width: 991px) {
    .stars .awards-item__caption {
        height: 100px;
    }
}

.stars .awards-item__desc {
    color: #515151;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    padding-left: 88px;
    margin: 0;
}

@media (max-width: 1199px) {
    .stars .awards-item__desc br {
        display: none;
    }
}

.stars .awards-item__desc::after {
    content: "";
    position: absolute;
    top: 0;
    left: 21px;
    width: 52px;
    height: 52px;
    background: url("../img/s16-li.png") center/contain no-repeat;
}

.presentation.consultation {
    padding: 151px 0 151px;
}

@media (max-width: 1199px) {
    .presentation.consultation {
        padding: 60px 0 140px;
    }
}

.presentation .consultation__title {
    font-size: 54px;
    line-height: 1.4;
    margin: 0 0 49px 0;
}

@media (max-width: 575px) {
    .presentation .consultation__title {
        margin: 0 0 16px 0;
    }
}

.presentation .consultation__subtitle {
    background-image: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    text-transform: initial;
}

.presentation .consultation-list {
    max-width: 792px;
}

.presentation .consultation-bg {
    bottom: -44px;
    left: -80px;
}

@media (max-width: 1199px) {
    .presentation .consultation-bg {
        bottom: -74px;
    }
}

@media (max-width: 575px) {
    .presentation .consultation-bg {
        position: relative;
        left: -8%;
        right: -8%;
        bottom: initial;
    }
    .presentation .consultation-list {
        margin: 0 0 0px 0;
    }
}

.presentation .consultation-pdf {
    bottom: 419px;
    left: 47px;
}

@media (max-width: 1199px) {
    .presentation .consultation-pdf {
        bottom: 366px;
    }
}

@media (max-width: 767px) {
    .presentation .consultation-pdf {
        left: 6px;
        bottom: -130px;
    }
}

@media (max-width: 575px) {
    .presentation .consultation-pdf {
        display: none;
    }
}

.presentation .consultation-form {
    margin-right: -56px;
    padding: 52px 55px;
}

@media (max-width: 1199px) {
    .presentation .consultation-form {
        margin-right: 0;
    }
}

.presentation .consultation-form__title {
    margin: 0 0 10px 0;
}

.presentation .consultation-form__subtitle {
    margin: 0px 0 34px 0;
}

.presentation .consultation-form__phone-label {
    margin: 0 0 10px 0;
}

.presentation .consultation-form__btn {
    margin: 0 0 17px 0;
}

.director-mob {
    padding-bottom: 58px;
    border-bottom: 1px solid #eeeeee;
}

@media (max-width: 575px) {
    .director-mob .director-badge {
        display: block;
        position: relative;
        bottom: initial;
        right: initial;
        left: 9%;
        top: -19px;
        margin-bottom: 8px;
    }
}

.director-about__btn {
    width: 100%;
    max-width: 251px;
    height: 72px;
    margin: 0 auto;
}

.director-about__btn-wrapper {
    text-align: center;
}

.director {
    background: url("../img/s18-bg.jpg") center/cover no-repeat;
    padding: 131px 0 122px;
    margin: 0 0 161px 0;
}

@media (max-width: 1199px) {
    .director {
        padding: 60px 0 116px;
        margin: 0 0 60px 0;
    }
}

@media (max-width: 575px) {
    .director {
        background-position: 22% 50%;
        padding: 60px 0;
    }
}

.director__title {
    font-size: 52px;
    line-height: 1.38;
    text-align: center;
    margin: 0 0 16px 0;
}

.director__subtitle {
    text-align: center;
    margin: 0 0 85px 0;
}

@media (max-width: 1199px) {
    .director__subtitle {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 991px) {
    .director__subtitle {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 575px) {
    .director__subtitle {
        margin: 0 0 38px 0;
    }
}

.director-about__image .img-fluid {
    border-radius: 10px;
}

.director__container {
    position: relative;
}

.director-about__title {
    display: inline-block;
    background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
    margin: 0 0 38px 0;
}

@media (max-width: 991px) {
    .director-about__title {
        margin: 0 0 15px 0;
    }
}

.director-about__cards {
    list-style: none;
    padding-left: 0;
    margin: 0 0 0 0;
}

.director-about__card {
    background: url("../img/s18-li.png") center/cover no-repeat;
    border-radius: 20px;
    width: 100%;
    max-width: 421px;
    height: 185px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    color: #000;
    font-family: Manrope;
    font-size: 17px;
    line-height: 1.88;
    padding: 10px 37px;
}

@media (max-width: 575px) {
    .director-about__card br {
        display: none;
    }
}

.director-about__card:not(:last-child) {
    margin-bottom: 30px;
}

.director-badge {
    position: absolute;
    bottom: -15px;
    right: 23%;
}

@media (max-width: 991px) {
    .director-badge {
        bottom: -101px;
        right: 0;
    }
}

@media (max-width: 575px) {
    .director-badge {
        display: none;
    }
    .premium-swiper__slide:not(:last-child) {
        margin-right: 17px;
    }
}

.director-badge__name {
    width: 180px;
    height: 36px;
    border-radius: 8px;
    background-color: #eba156;
    color: #fff;
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.director-badge__position {
    width: 240px;
    height: 59px;
    border-radius: 8px;
    background-color: #fff;
    color: #000;
    font-family: Manrope;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.posters {
    margin: 0 0 152px 0;
}

.posters__title {
    margin-top: 60px;
    margin-bottom: 26px;
}

.posters__title h2 {
    font-size: 18px !important;
    line-height: 30px !important;
}

.posters__title br {
    display: block !important;
}

.posters__item {
    padding: 6% 5.5%;
    border-radius: 20px;
    max-width: 1170px;
    width: 100%;
    height: 600px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .posters__item {
        display: block;
        padding: 0;
    }
}

.posters__image .img-fluid {
    border-radius: 10px;
}

.posters__item:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .posters__item {
        height: 500px;
    }
}

@media (max-width: 575px) {
    .posters__item {
        height: initial;
    }
    .posters__item:not(:last-child) {
        margin-bottom: 50px;
    }
}

@media (max-width: 1199px) {
    .posters {
        margin: 0 0 60px 0;
    }
}

.posters__image {
    margin-bottom: 30px;
}

.characters {
    background: url("../img/s19-1.jpg") center/cover no-repeat;
}

@media (max-width: 575px) {
    .characters {
        background: initial;
    }
}

.posters-text {
    align-self: flex-end;
}

@media (max-width: 991px) {
    .posters-text br {
        display: none;
    }
}

.posters-text__title {
    background-image: linear-gradient(45deg, #ffedcd 0%, #f2f2f2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34px;
    line-height: 1.47;
    margin: 0 0 31px 0;
}

@media (max-width: 1199px) {
    .posters-text__title {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 575px) {
    .posters-text__title {
        background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
        font-size: 17px !important;
        font-weight: 700;
        line-height: 31px;
    }
}

.posters-text__subtitle {
    color: #fff;
    font-family: Manrope;
    font-size: 19px;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 575px) {
    .posters-text__subtitle {
        color: #000000;
        font-size: 14px;
        line-height: 26px;
    }
}

.posters-text__list {
    list-style: none;
    padding-left: 0;
    margin: 44px 0 0 0;
    counter-reset: report-counter;
}

.posters-text__item {
    counter-increment: report-counter;
    position: relative;
    padding-left: 54px;
    color: #fff;
    font-family: Manrope;
    font-size: 16px;
    line-height: 1.87;
}

@media (max-width: 575px) {
    .posters-text__item {
        color: #000000;
        font-size: 14px;
        line-height: 26px;
    }
}

.posters-text__item:not(:last-child) {
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .posters-text__item:not(:last-child) {
        margin-bottom: 7px;
    }
}

.posters-text__item::before {
    content: "0" counter(report-counter);
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, #ffedcd 0%, #f2f2f2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-family: "Bodoni Cyrillic";
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .posters-text__item::before {
        background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
    }
}

.details {
    background: url("../img/s19-2.jpg") center/cover no-repeat;
}

@media (max-width: 575px) {
    .details {
        background: initial;
    }
}

.details-badge {
    align-self: flex-end;
}

@media (max-width: 767px) {
    .details-badge {
        display: none;
    }
}

.details-badge__name {
    width: 195px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #c19a61;
    color: #fff;
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 21px 0;
}

.details-badge__position {
    max-width: 245px;
    color: #fff;
    font-family: Manrope;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

.report {
    background: url("../img/s19-3.jpg") center/cover no-repeat;
}

@media (max-width: 575px) {
    .report {
        background: initial;
    }
}

.stages {
    padding: 127px 0 137px;
    background: url("../img/s20-bg.jpg");
}

@media (max-width: 1199px) {
    .stages {
        padding: 60px 0;
    }
}

.stages__container {
    position: relative;
}

.stages__ornament {
    position: absolute;
    top: 59px;
    right: -19%;
    z-index: 0;
}

@media (max-width: 767px) {
    .stages__ornament {
        display: none;
    }
}

.stages__title {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 0 0 15px 0;
}

.stages__title .h2 {
    font-size: 54px;
}

.stages__subtitle {
    position: relative;
    z-index: 3;
    text-align: center;
}

.stages-nav {
    max-width: 990px;
    margin: 0 0 1px 0;
}

@media (max-width: 767px) {
    .stages-nav__number {
        flex-basis: auto;
    }
}

@media (min-width: 576px) {
    .stages-nav .slick-track {
        transform: translate3d(0, 0, 0) !important;
    }
}

@media (max-width: 575px) {
    .stages-nav .slick-track {
        display: flex;
        width: auto !important;
    }
}

.stages-nav .slick-slide {
    max-width: 320px;
    height: 95px;
    border-radius: 16px 16px 0 0;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 33px;
    box-sizing: border-box;
    outline: none;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.stages-nav .slick-slide:before {
    content: "";
    background-image: -webkit-linear-gradient( top, rgba(221, 180, 100, 1) 5%, rgba(225, 179, 94, 1) 6%, rgba(235, 185, 96, 1) 9%, rgba(244, 192, 93, 1) 14%, rgba(243, 191, 90, 1) 15%, rgba(247, 192, 91, 1) 18%, rgba(243, 191, 92, 1) 23%, rgba(232, 183, 90, 1) 28%, rgba(232, 181, 90, 1) 30%, rgba(226, 176, 87, 1) 33%, rgba(213, 169, 82, 1) 38%, rgba(205, 159, 74, 1) 42%, rgba(199, 153, 75, 1) 45%, rgba(192, 149, 70, 1) 47%, rgba(181, 136, 68, 1) 58%, rgba(179, 136, 68, 1) 70%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: inherit;
    z-index: -1;
}

.stages-nav .slick-slide:hover:before {
    opacity: 1;
    transition: 0.4s;
}

.stages-nav .slick-slide:hover .projects-nav__name {
    color: #fff;
    font-family: Manrope;
    font-size: 17px;
    font-weight: 600;
    transition: 0.4s;
}

.stages-nav .slick-slide:not(:last-child) {
    margin-right: 6px;
}

@media (max-width: 1199px) {
    .stages-nav .slick-slide {
        width: 260px !important;
    }
}

@media (max-width: 991px) {
    .stages-nav .slick-slide {
        width: 32% !important;
    }
}

@media (max-width: 767px) {
    .stages-nav .slick-slide {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .stages-nav .slick-slide {
        width: 210px !important;
        height: auto;
        flex-shrink: 0;
    }
}

.stages-nav .slick-slide.slick-current {
    background-image: -webkit-linear-gradient( top, rgba(221, 180, 100, 1) 5%, rgba(225, 179, 94, 1) 6%, rgba(235, 185, 96, 1) 9%, rgba(244, 192, 93, 1) 14%, rgba(243, 191, 90, 1) 15%, rgba(247, 192, 91, 1) 18%, rgba(243, 191, 92, 1) 23%, rgba(232, 183, 90, 1) 28%, rgba(232, 181, 90, 1) 30%, rgba(226, 176, 87, 1) 33%, rgba(213, 169, 82, 1) 38%, rgba(205, 159, 74, 1) 42%, rgba(199, 153, 75, 1) 45%, rgba(192, 149, 70, 1) 47%, rgba(181, 136, 68, 1) 58%, rgba(179, 136, 68, 1) 70%);
}

.stages-nav .slick-slide.slick-current .projects-nav__name {
    color: #fff;
    font-family: Manrope;
    font-size: 17px;
    font-weight: 600;
}

.stages-pane {
    border-radius: 0 20px 20px;
    background-color: #fff;
}

.stages-pane__image {
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .stages-pane__image {
        margin-bottom: 30px;
    }
}

.stages-pane__image .img-fluid {
    border-radius: 20px;
}

.stages-pane__number {
    position: absolute;
    bottom: -4px;
    left: 22.6%;
    opacity: 0.3;
    color: #f0edeb;
    font-family: Forum;
    font-size: 400px;
    font-weight: 400;
    line-height: 0.6375;
    text-transform: uppercase;
    z-index: -1;
}

.stages-pane__row {
    padding: 60px 60px;
    display: flex !important;
    justify-content: space-between;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .stages-pane__row {
        padding: 30px 30px;
    }
}

@media (max-width: 767px) {
    .stages-pane__row {
        flex-wrap: wrap;
    }
}

.stages-pane__text-col {
    flex: 0 0 50%;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .stages-pane__text-col {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .stages-pane__text-col {
        order: 1;
    }
}

.stages-pane__title {
    font-size: 24px;
    line-height: 1.66;
    text-transform: uppercase;
    margin: 12px 0 0 14px;
}

@media (max-width: 991px) {
    .stages-pane__title {
        margin: 0px 0 10px 14px;
    }
}

@media (max-width: 767px) {
    .stages-pane__title {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .stages-pane__title {
        font-size: 16px !important;
        font-weight: 700;
        line-height: 28px;
    }
}

.stages-pane__result-title {
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    margin: 50px 0 14px 14px;
}

@media (max-width: 991px) {
    .stages-pane__result-title {
        font-size: 19px;
        margin: 0px 0 14px 14px;
    }
}

@media (max-width: 767px) {
    .stages-pane__result-title {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .stages-pane__result-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 32px;
    }
}

.stages-pane__result {
    max-width: 391px;
    color: #000;
    font-family: Manrope;
    font-size: 17px;
    line-height: 1.88;
    margin: 12px 0 51px 14px;
}

@media (max-width: 991px) {
    .stages-pane__result {
        margin: 12px 0 10px 14px;
    }
}

@media (max-width: 767px) {
    .stages-pane__result {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .stages-pane__result {
        font-size: 14px;
        line-height: 26px;
    }
}

.stages-pane__btn {
    width: 100%;
    max-width: 270px;
    height: 64px;
    background-color: #fff;
}

.excursion {
    padding: 163px 0 112px;
}

@media (max-width: 1199px) {
    .excursion {
        padding: 60px 0 120px;
    }
}

@media (max-width: 575px) {
    .excursion {
        padding: 60px 0 60px;
    }
}

.excursion__container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.excursion__title {
    text-align: center;
    margin: 0 0 31px 0;
}

@media (max-width: 575px) {
    .excursion__title {
        margin: 0 0 13px 0;
    }
}

.excursion__title .h2 {
    font-size: 54px;
}

.excursion__h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.8;
    margin: 0 0 16px 0;
}

@media (max-width: 575px) {
    .excursion__h4 {
        display: none;
    }
}

.excursion__subtitle {
    text-align: center;
    font-size: 17px;
    margin: 0 0 67px 0;
}

@media (max-width: 1199px) {
    .excursion__subtitle {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 991px) {
    .excursion__subtitle {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 575px) {
    .excursion__subtitle {
        margin: 0 0 28px 0;
    }
    .excursion__subtitle br {
        display: none;
    }
}

@media (max-width: 410px) {
    .excursion__subtitle {
        font-size: 18px;
    }
}

.excursion__btn {
    width: 100%;
    max-width: 380px;
    height: 96px;
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 575px) {
    .excursion__btn {
        height: 72px;
    }
}

.excursion__ornament {
    position: absolute;
    top: 222px;
    right: 53%;
    z-index: -1;
}

@media (max-width: 575px) {
    .excursion__ornament {
        display: none;
    }
}

.excursion-video {
    width: 100%;
    height: 600px;
    background: url("../img/s21-1.jpg") center/cover no-repeat;
    border-radius: 20px;
    position: relative;
    color: #fff;
    font-family: Manrope;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 68px 0;
}

@media (max-width: 575px) {
    .excursion-video {
        height: 220px;
        margin: 0 0 31px 0;
    }
}

.excursion-video:hover .watch {
    transition: 0.4s;
    border-width: 0px;
}

.excursion-video:hover .watch:before {
    opacity: 1;
}

.excursion-video:hover .watch:after {
    opacity: 1;
}

.excursion-video:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s;
    box-shadow: 0 30px 40px #cfcfcf;
    background-color: rgba(24, 24, 24, 0.7);
    border-radius: inherit;
    opacity: 0;
}

.excursion-video:hover::after {
    opacity: 1;
}

.excursion-video .watch {
    position: relative;
    background-clip: padding-box;
    width: 107px;
    height: 107px;
    border: 16px solid rgba(255, 255, 255, 0.2);
    margin-right: 24px;
}

@media (max-width: 575px) {
    .excursion-video .watch {
        width: 87px;
        height: 87px;
    }
}

.excursion-video__watch {
    margin-left: 2.7%;
}

.excursion-video__text {
    position: absolute;
    top: 46%;
    left: calc(50% + 95px);
    width: 166px;
    margin: 0;
    z-index: 10;
}

@media (max-width: 767px) {
    .excursion-video__text {
        text-align: center;
        top: 63%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 575px) {
    .excursion-video__text {
        display: none;
    }
}

.excursion-video .play {
    width: 27px;
}

@media (max-width: 575px) {
    .excursion-video .play {
        width: 21px;
    }
}

.delivery {
    padding: 0 0 122px 0;
}

@media (max-width: 575px) {
    .delivery {
        padding-bottom: 50px;
        border-bottom: 1px solid #eeeeee;
    }
}

.delivery__container {
    position: relative;
    display: flex;
    flex-direction: column;
}

.delivery__title {
    text-align: center;
    margin: 0 0 18px 0;
}

.delivery__title .h2 {
    font-size: 54px;
}

.delivery__subtitle {
    text-align: center;
    margin: 0 0 53px 0;
}

@media (max-width: 1199px) {
    .delivery__subtitle {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 991px) {
    .delivery__subtitle {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 410px) {
    .delivery__subtitle {
        font-size: 18px;
    }
}

.delivery__ornament {
    position: absolute;
    top: -26%;
    right: -28%;
    z-index: -1;
}

@media (max-width: 767px) {
    .delivery__ornament {
        top: -13%;
        right: -36%;
    }
}

@media (max-width: 575px) {
    .delivery__ornament {
        display: none;
    }
}

.delivery-poster {
    background: url("../img/s22-bg.jpg") center/cover no-repeat;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    padding: 4.9% 5.5%;
}

@media (max-width: 575px) {
    .delivery-poster {
        background: initial;
        padding: 0;
    }
}

.delivery-poster__image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 36px;
}

.delivery-poster__image .img-fluid {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}

.delivery-poster__title {
    line-height: 1.44;
    margin: 0 0 17px 0;
}

@media (max-width: 575px) {
    .delivery-poster__title {
        background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 15px !important;
        line-height: 27px;
        font-weight: 700;
        margin: 0 0 4px 0;
    }
    .delivery-poster__title br {
        display: none;
    }
}

.delivery-poster__subtitle {
    color: #fff;
    font-family: Manrope;
    font-size: 19px;
    line-height: 1.8;
    margin: 0 0 117px 0;
}

@media (max-width: 575px) {
    .delivery-poster__subtitle {
        color: #000000;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .delivery-poster__subtitle br {
        display: none;
    }
}

.delivery-poster__card {
    background: url("../img/s22-1.png") center/cover no-repeat;
    border-radius: 15px;
    max-width: 321px;
    width: 100%;
    height: 120px;
    display: flex;
    padding: 23px;
    box-sizing: border-box;
}

@media (max-width: 575px) {
    .delivery-poster__card {
        display: none;
    }
}

.delivery-poster__card-icon {
    align-self: center;
    flex-shrink: 0;
    margin-right: 14px;
}

.delivery-poster__card-name {
    color: #000;
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 3px 0;
}

.delivery-poster__card-position {
    color: #000;
    font-family: Manrope;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

.question {
    margin: 0 0 131px 0;
}

@media (max-width: 575px) {
    .question {
        padding-top: 38px;
        margin: 0;
    }
}

.question .consultation__title {
    font-size: 54px;
    line-height: 1.4;
    margin: 0 0 18px 0;
}

.question .consultation__subtitle {
    margin: 0 0 56px 0;
}

@media (max-width: 991px) {
    .question .consultation__subtitle {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 575px) {
    .question .consultation__subtitle {
        margin: 0 0 30px 0;
    }
}

.question .consultation-pdf {
    bottom: 442px;
    left: 179px;
}

@media (max-width: 1199px) {
    .question .consultation-pdf {
        bottom: 366px;
    }
}

@media (max-width: 767px) {
    .question .consultation-pdf {
        left: 6px;
        bottom: -130px;
    }
}

@media (max-width: 575px) {
    .question .consultation-pdf {
        left: 50%;
        bottom: 507px;
    }
}

.question .consultation-pdf__plus {
    font-size: 30px;
    line-height: 1;
}

.question .consultation-form {
    margin-right: -56px;
    padding: 52px 55px;
}

@media (max-width: 1199px) {
    .question .consultation-form {
        margin-right: 0;
    }
}

.question .consultation-form__title {
    margin: 0 0 10px 0;
}

.question .consultation-form__subtitle {
    margin: 0px 0 34px 0;
}

.question .consultation-form__phone-label {
    margin: 0 0 10px 0;
}

.question .consultation-form__btn {
    margin: 0 0 17px 0;
}

.question .consultation-bg {
    bottom: -44px;
    left: -80px;
}

@media (max-width: 575px) {
    .question .consultation-bg {
        left: -8%;
        right: -8%;
        bottom: initial;
    }
}

.question .consultation-list {
    max-width: 792px;
}

@media (max-width: 1199px) {
    .question .consultation-list {
        margin: 0 0 93px 0;
    }
}

@media (max-width: 575px) {
    .question .consultation-list {
        margin: 0 0 39px 0;
    }
}

.footer {
    border-top: 1px solid #f7f7f7;
    padding: 42px 0 55px;
}

@media (max-width: 1199px) {
    .footer {
        padding: 42px 0;
    }
}

@media (max-width: 575px) {
    .footer {
        border: none;
    }
    .footer .contacts__tel {
        font-size: 20px;
        font-weight: 600;
        line-height: 25px;
    }
}

.footer__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .footer__row {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

.footer__btn {
    width: 160px;
    height: 39px;
    border-radius: 8px;
    flex-shrink: 0;
    font-size: 13px;
    line-height: 25px;
}

.footer .contacts {
    flex-direction: row;
}

@media (max-width: 991px) {
    .footer .contacts {
        flex-direction: column;
        flex-shrink: 0;
    }
}

@media (max-width: 575px) {
    .footer .contacts {
        margin-bottom: 33px;
    }
}

.footer .contacts__col {
    margin-right: 53px;
    margin-bottom: 7px;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .footer .contacts__col {
        margin-right: 0;
        margin-bottom: 7px;
    }
}

@media (max-width: 575px) {
    .footer .logo {
        margin-bottom: 28px;
        width: 100%;
        justify-content: center;
    }
    .footer .contacts__col {
        margin-right: 0;
        margin-bottom: 21px;
    }
}

.a-cont a {
    color: #000 !important;
}

.politic,
.abot-us {
    color: #000;
    font-family: Manrope;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    text-decoration: underline;
}

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

@media (max-width: 420px) {
    .politica {
        margin-bottom: 20px;
    }
}

.politic:hover {
    transition: 0.4s;
    color: #a68d50;
}

#about-us {
    max-width: 800px;
}

@media (max-width: 575px) {
    .politic {
        flex-basis: 100%;
        order: 1;
    }
}

.pd-link {
    color: inherit;
}

.pd-link:hover {
    transition: 0.4s;
    color: #a68d50;
}

@media (max-width: 410px) {
    .pd-link br {
        display: none;
    }
}

.thankyou .header .contacts {
    flex-direction: row;
    position: relative;
}

@media (max-width: 767px) {
    .thankyou .header .contacts {
        flex-direction: column;
    }
}

.thankyou .header .contacts__col {
    margin-right: 53px;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .thankyou .header .contacts__col {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

.thankyou .header .contacts__btn {
    align-self: flex-start;
    width: 150px;
}

@media (max-width: 410px) {
    .thankyou .header .contacts__btn {
        width: 100%;
    }
}

.thankyou .header .contacts__working {
    margin: 0 0 8px 17px;
}

.thankyou .header .contacts__tel {
    font-size: 17px;
    line-height: 1;
}

.thankyou .main {
    background: url("../img/t1-bg.jpg") center/cover no-repeat;
}

.initiate {
    padding: 194px 0 156px;
    margin-bottom: -246px;
}

@media (max-width: 1199px) {
    .initiate {
        padding: 194px 0 120px;
        margin-bottom: -226px;
    }
}

.initiate__row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px 0;
}

.initiate__body {
    margin-right: 2%;
    margin-top: 16px;
    flex-basis: 725px;
}

@media (max-width: 1199px) {
    .initiate__body {
        margin-top: 0;
    }
}

.initiate__title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(36deg, #e2a43b 10%, #747474 71%);
    color: #000;
    font-family: "Bodoni Cyrillic";
    font-size: 58px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 26px 0;
}

@media (max-width: 1199px) {
    .initiate__title {
        font-size: 50px;
        margin: 0 0 9px 0;
    }
    .initiate__title br {
        display: none;
    }
}

@media (max-width: 991px) {
    .initiate__title {
        font-size: 32px;
    }
}

@media (max-width: 410px) {
    .initiate__title {
        font-size: 26px;
    }
}

.initiate__subtitle {
    max-width: 578px;
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.9;
    margin: 0 0 57px 0;
}

@media (max-width: 1199px) {
    .initiate__subtitle {
        margin: 0 0 23px 0;
    }
}

@media (max-width: 410px) {
    .initiate__subtitle {
        font-size: 19px;
        line-height: 1.5;
    }
}

@media (max-width: 991px) {
    .initiate__image {
        display: none;
    }
}

.initiate-form {
    overflow: hidden;
    position: relative;
    max-width: 725px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    background: url("../img/t1-2.png") center/cover no-repeat;
    padding: 35px 58px 50px 50px;
}

@media (max-width: 410px) {
    .initiate-form {
        padding: 30px;
    }
}

.initiate-form__title {
    max-width: 401px;
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.initiate-form__row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px 0;
}

@media (max-width: 767px) {
    .initiate-form__row {
        flex-wrap: wrap;
    }
}

.initiate-form__input {
    width: 100%;
    max-width: 301px;
    box-sizing: border-box;
    outline: none;
    height: 94px;
    border-radius: 12px;
    background-color: #f8f8f8;
    border: none;
    padding: 0 0 0 39px;
    margin-right: 14px;
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

@media (max-width: 767px) {
    .initiate-form__input {
        margin-bottom: 8px;
        margin-right: 0;
    }
}

.initiate-form__button {
    width: 100%;
    max-width: 301px;
    height: 94px;
    box-sizing: border-box;
    padding: 0;
    outline: none;
    font-size: 17px;
    line-height: 1.7;
}

.initiate-gift {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .initiate-gift {
        flex-wrap: wrap;
    }
}

.initiate-gift__image {
    margin-right: 7%;
    flex: 0 0 33%;
}

@media (max-width: 575px) {
    .initiate-gift__image {
        flex: 0 1 auto;
        margin-bottom: 10px;
    }
}

.initiate-gift__text {
    max-width: 557px;
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    line-height: 1.9;
    margin: 0;
}

@media (max-width: 767px) {
    .initiate-gift__text {
        font-size: 16px;
    }
}

.while {
    padding: 246px 0 0;
}

@media (max-width: 1199px) {
    .while {
        padding: 176px 0 0;
    }
}

.while__title {
    text-align: center;
    margin: 0 0 73px 0;
}

@media (max-width: 1199px) {
    .while__title {
        margin: 0 0 33px 0;
    }
}

.while__title .h2 {
    font-size: 50px;
}

.while .awards-item__image {
    border-radius: 10px;
}

.while .success-video__video {
    border-radius: 20px;
}

.while .success-video__content {
    margin: 0 0 134px 0;
}

@media (max-width: 1199px) {
    .while .success-video__content {
        margin: 0 0 70px 0;
    }
    .thankyou .while .success-video__content {
        margin: 0 0 0px 0;
    }
}

.while .awards-list {
    margin: 0 0 141px 0;
}

@media (max-width: 1199px) {
    .while .awards-list {
        margin: 0 0 70px 0;
    }
    .thankyou .while .awards-list {
        margin: 0 0 20px 0;
    }
}

.gray-mask {
    overflow: hidden;
}

.gray-mask::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(24, 24, 24, 0.45);
}

.starred {
    position: relative;
}

.starred .stars__small {
    top: -78px;
    right: -10%;
}

.starred .stars__big {
    top: 311px;
    left: -15%;
}

.starred .awards-item__caption {
    height: 120px;
    padding-left: 21px;
}

@media (max-width: 1199px) {
    .starred .awards-item__caption br {
        display: none;
    }
}

@media (max-width: 991px) {
    .starred .awards-item__caption {
        height: 100px;
    }
}

.starred .awards-item__desc {
    color: #515151;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    padding-left: 88px;
    margin: 0;
}

@media (max-width: 1199px) {
    .starred .awards-item__desc br {
        display: none;
    }
}

.starred .awards-item__desc::after {
    content: "";
    position: absolute;
    top: 0;
    left: 21px;
    width: 52px;
    height: 52px;
    background: url("../img/s16-li.png") center/contain no-repeat;
}

.starred .awards-item::after {
    display: none;
}

.inst {
    padding: 25px 0 148px;
}

@media (max-width: 1199px) {
    .inst {
        padding: 25px 0 60px;
    }
}

.inst__row {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .inst__row {
        flex-wrap: wrap;
    }
}

.inst__start {
    max-width: 580px;
    margin-right: 7.4%;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .inst__start {
        margin-right: 0;
        margin-bottom: 0;
        text-align: center;
    }
}

.inst__title {
    font-size: 45px;
    margin: 0 0 39px 0;
}

.inst__btn {
    max-width: 431px;
    width: 100%;
    height: 91px;
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 575px) {
    .inst__btn {
        height: 76px;
    }
}

.inst__image {
    flex: 0 0 31.5%;
    border-radius: 20px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .inst__image {
        flex: 0 1 auto;
        margin-bottom: 20px;
    }
}

.quiz-modal {
    max-width: 1170px;
    width: 100%;
    background: initial;
}

.quiz-modal.fancybox__content {
    padding: 0;
}

.consultation-modal {
    width: 100%;
    border-radius: 20px;
}

.consultation-modal.fancybox__content {
    padding: 0;
}

.consultation-modal .consultation__title {
    padding-top: 20px;
    font-size: 50px;
}

@media (max-width: 410px) {
    .consultation-modal .h2 {
        font-size: 22px !important;
    }
}

.consultation-modal .consultation-list {
    margin: 0 0 43px 0;
}

.modal-overflow-bg {
    max-width: 100%;
    height: auto;
}

.d-none {
    display: none !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border: 1px solid #dc3545;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border: 1px solid #28a745;
}

.varexe {
    margin: 0 0 50px 0;
}

.varexe .gallery-item .img-fluid {
    border-radius: initial;
}

@media (max-width: 991px) {
    .varexe .gallery-item .img-fluid {
        max-height: 450px;
    }
    .varexe .gallery-item__image {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .varexe {
        padding-top: 58px;
    }
    .varexe .gallery-item {
        flex-basis: auto;
    }
}

.varexe__title {
    text-align: center;
    margin: 0 0 78px 0;
}

@media (max-width: 991px) {
    .varexe__title {
        margin: 0 0 24px 0;
    }
}

.examples {
    padding: 162px 0 0;
}

@media (max-width: 1199px) {
    .examples {
        padding: 60px 0 30px;
    }
}

.examples__title {
    text-align: center;
    margin: 0 0 78px 0;
}

@media (max-width: 991px) {
    .examples__title {
        margin: 0 0 24px 0;
    }
    .examples .gallery-item .img-fluid {
        max-height: 450px;
    }
    .examples .gallery-item__image {
        margin-bottom: 0;
    }
    .examples .gallery-list__swiper {
        margin-bottom: 50px;
    }
    .examples .swiper {
        margin-bottom: 20px;
    }
}


/* @media (max-width: 575px) {
   .examples__title .h2 {
      font-size: 18px !important;
      line-height: 28px !important;
   }
} */

@media (max-width: 575px) {
    .examples {
        padding-top: 48px;
    }
    .examples .gallery-item {
        flex-basis: auto;
    }
    .examples .gallery-item .img-fluid {
        max-height: 245px;
    }
    .examples .gallery-item__image {
        margin-bottom: 12px;
    }
}

@media (max-width: 1200px) {
    .projects-tabs .projects-pane__image-caption {
        font-size: 14px;
    }
    .projects-tabs .projects-pane {
        padding: 62px 50px 83px;
    }
    .projects-tabs .gallery-item {
        max-width: 49%;
    }
    .projects-tabs .gallery-item__desc br {
        display: none;
    }
    .ggl2 {
        margin-top: -20px !important;
    }
    .gallery-item__desc {
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .projects-tabs .projects-nav .slick-track {
        display: flex;
        justify-content: space-between;
        height: auto !important;
    }
    .projects-tabs .projects-nav .slick-list {
        height: auto !important;
    }
    .projects-tabs .projects-elite .coursor.visible-md {
        display: none;
    }
    .projects-tabs .projects-pane__gallery-list .gallery-item {
        max-width: 33%;
    }
    .projects-tabs .projects-elite .projects-pane__gallery-list .gallery-item {
        max-width: 48%;
    }
    .projects-pane__images {
        margin: 0 0 0 0;
    }
    .projects-pane__wrapper .gallery-list__swiper4 {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .projects-nav .slick-slide {
        padding: 0 20px;
    }
    .projects-tabs .projects-pane__image-caption {
        font-size: 12px;
    }
    .gallery-list__swiper,
    .gallery-list__swiper4 {
        margin-bottom: 51px;
    }
    .projects-pane__images {
        margin: 0;
    }
    .projects-tabs .projects-pane {
        padding: 62px 20px 83px;
    }
    .projects-pane .gallery-item__desc {
        color: #000;
        font-family: Manrope;
        font-size: 14px;
        line-height: 1.475;
        margin: 0;
        padding-right: 10px;
    }
}

.projects-tabs .projects-pane__image {
    flex-shrink: 1;
    height: auto;
}

@media (max-width: 991px) {
    .projects-tabs .projects-pane__image {
        width: auto;
        margin-right: 15px !important;
        flex-shrink: 0;
    }
}

@media (max-width: 575px) {
    .projects-tabs .projects-pane__image-caption {
        font-size: 16px;
    }
    .projects-tabs .projects-nav .slick-slide {
        width: 230px !important;
        flex-wrap: nowrap;
        padding-left: 20px;
        height: 70px;
        margin-bottom: 7px;
        max-width: 230px;
        margin-right: 10px;
    }
    .projects-tabs .projects-nav__name {
        font-size: 15px !important;
        line-height: 24px;
    }
    .projects-tabs .projects-nav__number {
        font-size: 30px;
        margin-right: 13px;
    }
    .projects-tabs .projects-nav .slick-track {
        flex-wrap: wrap;
        display: block !important;
    }
    .projects-tabs .projects-nav {
        margin-bottom: 30px;
        margin-right: -15px;
    }
    .projects-tabs .projects-pane {
        padding: 50px 20px 49px;
        margin: 0 0 30px 0;
    }
    .projects-tabs .projects-pane__title {
        font-size: 21px !important;
        font-weight: bold;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 29px;
    }
    .projects-tabs .projects-pane {
        background: #fff;
    }
    .projects-tabs .project-classic .projects-pane__gallery-list {
        max-width: 100%;
        margin: 0 0 35px 0;
        flex-wrap: wrap;
    }
    .projects-tabs .gallery-item {
        flex-basis: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
    }
    .projects-tabs .gallery-item__image .img-fluid {
        border-radius: 23px;
        max-width: 78px;
        margin-right: 13px;
    }
    .projects-tabs .project-classic .gallery-item__image {
        height: auto;
        margin-bottom: 0;
    }
    .projects-tabs .gallery-item__desc br {
        display: none !important;
    }
    .projects-tabs .projects-pane {
        padding: 50px 20px 49px;
        margin: 0 0 50px 0;
    }
    .projects-tabs .projects-pane__gallery-list .gallery-item {
        max-width: 100%;
    }
    .projects-tabs .gallery-list.projects-pane__gallery-list {
        margin-top: 50px;
    }
    .projects-tabs .gallery-list.projects-pane__gallery-list {
        margin-top: 50px;
        flex-wrap: wrap;
    }
    .projects-tabs .projects-elite .projects-pane__gallery-list .gallery-item {
        max-width: 100%;
        flex-wrap: wrap;
    }
    .project-classic .projects-tabs .gallery-item__image .img-fluid {
        border-radius: 23px;
        max-width: initial;
        margin-right: 13px;
    }
    .projects-tabs .projects-elite .gallery-item__image .img-fluid {
        max-width: 100%;
    }
    .projects-pane .gallery-item__desc {
        color: #000;
        font-family: Manrope;
        font-size: 16px;
        line-height: 1.475;
        margin: 0;
        padding-right: 10px;
    }
    .projects-pane__row {
        margin-top: 25px;
    }
    .projects-tabs .gallery-list.projects-pane__gallery-list:nth-child(1) {
        margin-top: 20px;
    }
    .premium-swiper__caption br {
        display: none;
    }
    .projects-tabs .projects-pane__image {
        width: 100%;
        margin-right: 15px !important;
        flex-shrink: 0;
    }
    .posters__title {
        text-align: center;
    }
}

@media (max-width: 410px) {
    .projects-tabs .projects-pane__title {
        font-size: 15px !important;
        font-weight: bold;
        margin-bottom: 29px;
    }
    .projects-pane__list .consultation-item {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 29px;
    }
    .projects-pane__image:not(:last-child) {
        margin-right: 15px !important;
    }
    .projects-tabs .gallery-list__swiper4 {
        margin-bottom: 30px;
    }
    .projects-pane__about {
        font-size: 15px;
        line-height: 25px;
    }
    .projects-pane .gallery-item__desc {
        color: #000;
        font-family: Manrope;
        font-size: 14px;
        line-height: 26px;
        margin: 0;
        padding-right: 10px;
    }
    .projects-pane__subtitle {
        font-size: 14px;
        margin: 0 0 25px 0;
        line-height: 24px;
    }
    .projects-tabs .projects-pane__image-caption {
        font-size: 14px;
    }
    .projects-pane__item-caption {
        color: #000;
        font-family: Manrope;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }
    .transparrent-btn {
        font-size: 14px;
        line-height: 24px;
        padding: 0 15px;
    }
}

.documentation-mob__image .img-fluid {
    margin: 0 auto 44px;
}

@media (max-width: 991px) {
    .thankyou .gallery-list__swiper {
        margin-bottom: 30px;
    }
    .thankyou .success-video__content {
        padding-bottom: 20px;
    }
}


/*# sourceMappingURL=style.css.map */

* {
    outline: none !important;
}

@media (min-width: 991px) {
    .projects__title .hidden-md {
        display: block !important;
    }
    .projects__title .visible-md {
        display: none !important;
    }
}

.wh__wrapper {
    position: fixed;
    bottom: 30px;
    right: 35px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
}

.wh__wrapper::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 62px;
    background: #42bd52;
    border-radius: 50%;
    top: 0;
    left: -1px;
    bottom: 4px;
    right: 0;
    margin: auto;
    z-index: -1;
}

.invisible {
    display: none;
}

.consultation-form__btn.btn {
    margin-top: 32px !important;
}

.quiz-cols__tel-placeholder {
    display: none;
}

.first-form {
    max-width: 351px;
}