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

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

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

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

[class^=icon-],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon-clock:before {
    content: "\e914";
}

.icon-people:before {
    content: "\e915";
}

.icon-lamp:before {
    content: "\e900";
}

.icon-mail:before {
    content: "\e901";
}

.icon-peoples:before {
    content: "\e902";
}

.icon-play:before {
    content: "\e903";
}

.icon-plus:before {
    content: "\e904";
}

.icon-point:before {
    content: "\e905";
}

.icon-wa:before {
    content: "\e906";
}

.icon-yt:before {
    content: "\e907";
}

.icon-arrow-down:before {
    content: "\e908";
}

.icon-arrow-next:before {
    content: "\e909";
}

.icon-arrow-prev:before {
    content: "\e90a";
}

.icon-arrow-right:before {
    content: "\e90b";
}

.icon-arrow-top-right:before {
    content: "\e90c";
}

.icon-calendar:before {
    content: "\e90d";
}

.icon-check:before {
    content: "\e90e";
}

.icon-close:before {
    content: "\e90f";
}

.icon-cup:before {
    content: "\e910";
}

.icon-fb:before {
    content: "\e911";
}

.icon-inst:before {
    content: "\e912";
}

.icon-key:before {
    content: "\e913";
}

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

button,
a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

button {
    background: none;
    padding: 0;
    border: none;
    cursor: pointer;
}

p {
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #e61667;
}

b,
strong {
    font-weight: 500;
}

img {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

select {
    color: inherit;
}

body {
    font-size: 16px;
    line-height: 1.2;
    font-family: "onest", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    color: #282828;
}

@media screen and (max-width: 575.98px) {
    body {
        font-size: 14px;
    }
}

body.no-scroll {
    overflow: hidden;
}

.t1 {
    font-weight: 500;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -0.02em;
}

@media screen and (max-width: 575.98px) {
    .t1 {
        font-size: 32px;
        letter-spacing: -0.03em;
    }
}

.t2 {
    font-weight: 500;
    font-size: 45px;
    line-height: 1.11;
    letter-spacing: -0.02em;
}

@media screen and (max-width: 575.98px) {
    .t2 {
        font-size: 26px;
        line-height: 1.12;
        letter-spacing: -0.03em;
    }
}

.t3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.23;
}

.t4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

@media screen and (max-width: 575.98px) {
    .t4 {
        font-size: 20px;
    }
}

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

.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.container {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 15px;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 10px 20px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    min-height: 56px;
    border-radius: 90px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 575.98px) {
    .btn {
        min-height: 50px;
        font-size: 14px;
    }
}

.btn .icon {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
}

.btn_accent {
    background-image: linear-gradient(140deg, #fc5d6d 0%, #e61667 100%);
    color: #ffffff;
}

.btn_icon {
    padding-right: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn_white {
    background-color: #ffffff;
    color: #282828;
}

.btn_white:hover .icon {
    background-color: #282828;
}

.btn_white .icon {
    color: #ffffff;
    background-color: #e61667;
}

.btn_darken {
    background-color: #282828;
    color: #ffffff;
}

.btn_darken .icon {
    color: #282828;
    background-color: #ffffff;
}

.btn_darken:hover {
    background-color: rgb(52.75, 52.75, 52.75);
}

.burger {
    display: none;
    width: 40px;
    height: 40px;
    background-color: #353535;
    border-radius: 50%;
}

@media screen and (max-width: 991.98px) {
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.burger__line {
    margin: 2px 0;
    height: 2px;
    width: 20px;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tabs__content {
    display: none;
}

.tabs__content.active {
    display: block;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50%;
    background-color: #f5f2f3;
    color: #e61667;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slick-arrow:hover {
    background-color: rgb(222.8260869565, 213.1739130435, 216.3913043478);
}

.block-fb {
    position: relative;
    padding: 40px;
    background-image: linear-gradient(170deg, #fc5d6d 0%, #e61667 100%);
    border-radius: 24px;
    color: #ffffff;
    overflow: hidden;
}

@media screen and (max-width: 991.98px) {
    .block-fb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width: 575.98px) {
    .block-fb {
        padding: 20px;
    }
}

.block-fb__text {
    margin: 11px 0 35px;
}

.block-fb__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

@media screen and (max-width: 575.98px) {
    .block-fb__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        row-gap: 10px;
    }
}

.block-fb__btn {
    min-width: 246px;
}

@media screen and (max-width: 575.98px) {
    .block-fb__btn {
        min-width: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.block-fb__image {
    position: absolute;
    bottom: 0;
    right: 183px;
}

@media screen and (max-width: 1199.98px) {
    .block-fb__image {
        right: 100px;
    }
}

@media screen and (max-width: 991.98px) {
    .block-fb__image {
        position: static;
        margin-top: 40px;
        margin-bottom: -40px;
    }
}

@media screen and (max-width: 575.98px) {
    .block-fb__image {
        margin-bottom: -20px;
    }
}

.block-fb__image::before,
.block-fb__image::after {
    position: absolute;
    top: 63%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

@media screen and (max-width: 991.98px) {

    .block-fb__image::before,
    .block-fb__image::after {
        top: 100%;
    }
}

.block-fb__image::before {
    width: 340px;
    height: 340px;
}

.block-fb__image::after {
    width: 425px;
    height: 425px;
}

.block-fb__image img {
    position: relative;
    z-index: 2;
}

.tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    padding: 11px 20px;
    border-radius: 90px;
    font-size: 14px;
    line-height: 1;
    color: #604952;
    background-color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
}

.tag_bg-gray {
    background-color: #f5f2f3;
}

.tag .icon {
    color: #e61667;
}

.tag__point {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #e61667;
}

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

@media screen and (max-width: 575.98px) {
    .block-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 575.98px) {
    .block-heading__title {
        margin-top: 20px;
    }
}

.block-heading__title span {
    font-weight: 400;
}

.block__package-inner {
    position: relative;
}

.block-package {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #ffffff;
    background-color: #282828;
    border-radius: 24px;
    padding: 40px;
    overflow: hidden;
    /* background-image: url("../images/bg-package.webp"); */
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 100%;
}

.block__package-background {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 38%;
    height: 100%;
    z-index: -1;

}

@media screen and (max-width: 991.98px) {
    .block__package-background {
        display: none;
    }
}


@media screen and (max-width: 767.98px) {
    .block-package {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 575.98px) {
    .block-package {
        padding: 20px;
        /* background-image: none; */
        border-radius: 16px;
    }
}

.block-package__title {
    max-width: 200px;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

@media screen and (max-width: 767.98px) {
    .block-package__title {
        margin-bottom: 30px;
        max-width: none;
    }
}

@media screen and (max-width: 575.98px) {
    .block-package__title {
        font-size: 24px;
    }
}

.block-package__list {
    max-width: 720px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

@media screen and (max-width: 575.98px) {
    .block-package__list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

.block-package__item {
    padding-left: 26px;
    position: relative;
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 18px;
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 575.98px) {
    .block-package__item {
        margin-bottom: 12px;
    }
}

.block-package__item:last-child {
    margin-bottom: 0;
}

.block-package__item::before {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 14px;
    color: #e61667;
    content: url("../images/check.svg");
}

.ui-widget-header .ui-icon {
    background-image: url("../images/icons/arrow-next.svg");
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
    background-image: url("../images/icons/arrow-prev.svg");
}

.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w {
    background-position: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #e61667;
    background: #e61667;
    font-weight: normal;
    color: #fff;
}

.ui-widget-header,
.ui-widget-content {
    color: #282828;
}

.ui-widget-header {
    background: rgba(230, 22, 103, 0.2);
}

/* Header */
.header {
    position: relative;
    z-index: 20;
    background-color: #ffffff;
}

@media screen and (max-width: 575.98px) {
    .header {
        position: sticky;
        top: 0;
    }
}

.header_bg-gray {
    background-color: #f5f2f3;
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 40px 16px;
}

@media screen and (max-width: 1199.98px) {
    .header__inner {
        padding: 20px 15px 16px;
    }
}

@media screen and (max-width: 575.98px) {
    .header__inner {
        padding: 12px 15px;
    }
}

@media screen and (max-width: 991.98px) {
    .header__nav {
        margin-bottom: 70px;
    }
}

.header__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991.98px) {
    .header__group {
        margin-left: auto;
    }
}

.header__phone {
    margin-right: 11px;
    padding: 10px;
    display: block;
    background-image: linear-gradient(145deg, #fc5d6d 0%, #e61667 100%);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    border-radius: 100px;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 991.98px) {
    .header__phone {
        margin-right: 14px;
    }
}

@media screen and (max-width: 575.98px) {
    .header__phone {
        padding: 9px 12px;
        font-size: 12px;
    }
}

.header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991.98px) {
    .header__socials {
        display: none;
    }
}

.header__socials-link+.header__socials-link {
    margin-left: 11px;
}

.header__socials-link {
    width: 36px;
    height: 36px;
    color: #ffffff;
    background-color: #353535;
    font-size: 16px;
}

.header__wrapper {
    margin: 0 auto;
}

@media screen and (max-width: 991.98px) {
    .header__wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        background-color: rgba(0, 0, 0, 0.7);
        overflow-y: auto;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        visibility: hidden;
    }

    .header__wrapper.open {
        opacity: 1;
        visibility: visible;
    }

    .header__wrapper.open .header__wrapper-group {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media screen and (max-width: 991.98px) {
    .header__wrapper-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: auto;
        min-height: 100%;
        width: 300px;
        background-color: #282828;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

@media screen and (max-width: 991.98px) and (max-width: 575.98px) {
    .header__wrapper-group {
        width: 260px;
    }
}

.header__wrapper-close {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #a9a9a9;
}

.header__wrapper-heading {
    display: none;
    padding: 12px 15px 14px 20px;
}

@media screen and (max-width: 991.98px) {
    .header__wrapper-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.header__contacts {
    display: none;
    margin-top: auto;
    padding: 0 25px 80px;
    color: #ffffff;
}

@media screen and (max-width: 991.98px) {
    .header__contacts {
        display: block;
    }
}

.header__contacts-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
}

.header__contacts-item {
    margin-bottom: 12px;
}

.header__contacts-item-name {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.4);
}

.header__contacts-item-value {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.51;
    color: #ffffff;
}

.header__contacts-item-value a {
    color: inherit;
    text-decoration: none;
}

.header__contacts-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.header__contacts-socials-link {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #ffffff;
    background-color: #3b3b3b;
}

.social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991.98px) {
    .main-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.main-menu__item {
    padding: 10px 0;
}

@media screen and (max-width: 991.98px) {
    .main-menu__item {
        padding: 0;
        width: 100%;
    }
}

.main-menu__item+.main-menu__item {
    margin-left: 40px;
    padding-top: 0px;
    padding-bottom: 5px;
}

@media screen and (max-width: 1199.98px) {
    .main-menu__item+.main-menu__item {
        margin-left: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .main-menu__item+.main-menu__item {
        margin-left: 0;
    }
}

.main-menu__item_drop {
    position: relative;
    padding-right: 20px;
}

@media screen and (max-width: 991.98px) {
    .main-menu__item_drop {
        padding-right: 0;
    }

    .main-menu__item_drop.open {
        background-color: rgba(255, 255, 255, 0.05);
    }
}

.main-menu__item_drop::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-family: "icomoon";
    content: "\e908";
    font-size: 10px;
    color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 991.98px) {
    .main-menu__item_drop::after {
        right: 15px;
        color: rgba(255, 255, 255, 0.5);
    }
}

.main-menu__item_drop:hover .main-menu__submenu {
    opacity: 1;
    visibility: visible;
}

.main-menu__submenu {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 991.98px) {
    .main-menu__submenu {
        display: none;
        margin-top: 8px;
        padding-bottom: 12px;
        opacity: 1;
        visibility: visible;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.main-menu__link {
    color: inherit;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.07;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 991.98px) {
    .main-menu__link {
        display: block;
        padding: 10px 25px;
        font-size: 16px;
        line-height: 1.2;
        color: #ffffff;
    }
}

.main-menu__link:hover {
    color: #e61667;
}

.submenu {
    background-color: #ffffff;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

@media screen and (max-width: 991.98px) {
    .submenu {
        background-color: transparent;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.submenu__link {
    display: block;
    padding: 9px 16px 7px;
    font-size: 14px;
    line-height: 1.43;
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 991.98px) {
    .submenu__link {
        padding: 8px 25px;
        font-size: 13px;
        line-height: 1.23;
        color: #ffffff;
    }
}

@media screen and (min-width: 992px) {
    .submenu__link:hover {
        background-color: #f2f4f5;
        color: #e61667;
    }
}

/* First */
.first-main {
    padding-top: 10px;
    background-color: #f5f2f3;
}

.first-main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    max-width: 1270px;
    margin: 0 auto;
}

@media screen and (max-width: 991.98px) {
    .first-main__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.first-main__info {
    width: calc(56% - 20px);
    margin-right: 20px;
    padding: 50px 60px;
    border-radius: 24px;
    background-image: linear-gradient(148deg, #FF6342 0%, #FE3E67 23%, #ED427C 51%, #D64C91 75%, #44A6C9 100%);
    color: #ffffff;
}

@media screen and (max-width: 991.98px) {
    .first-main__info {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991.98px) {
    .first-main__info {
        padding: 40px;
    }
}

@media screen and (max-width: 575.98px) {
    .first-main__info {
        margin-bottom: 10px;
        padding: 40px 22px;
        border-radius: 14px;
    }
}

.first-main__title {
    margin: 28px 0 25px;
}

@media screen and (max-width: 575.98px) {
    .first-main__title {
        margin: 25px 0 20px;
    }
}

.first-main__text {
    max-width: 475px;
    margin-bottom: 60px;
    line-height: 1.37;
}

@media screen and (max-width: 575.98px) {
    .first-main__text {
        margin-bottom: 30px;
        line-height: 1.43;
    }
}

@media screen and (max-width: 575.98px) {
    .first-main__btn {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.first-main__video {
    position: relative;
    width: calc(44% - 20px);
    border-radius: 24px;
    overflow: hidden;
}

.first-main__video .hero__img img{
    top: 0% !important;
    left: 0% !important;
    z-index:0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 24px !important;
    object-fit: cover !important;
}



@media screen and (max-width: 991.98px) {
    .first-main__video {
        width: 100%;
    }
}

@media screen and (max-width: 575.98px) {
    .first-main__video {
        border-radius: 14px;
    }
}

.first-main__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.first-main__video img {
    position: absolute;
    max-width: 140px;
    max-height: 32px;
	z-index: 1;
    top: 5%;
    left: 5%;
    /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    pointer-events: none;
    -o-object-fit: contain;
    object-fit: contain;
}

.first-main__video::before {
    content: "";
    padding-top: 100%;
    display: block;
}

@media screen and (max-width: 991.98px) {
    .first-main__video::before {
        padding-top: 50%;
    }
}

@media screen and (max-width: 575.98px) {

    .first-main__video img {
        max-width: 100px;
        max-height: 32px;
    }

    .first-main__video::before {
        padding-top: 85%;

    }
}

.video {
    position: relative;
}

.video__play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

.play {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #e61667;
    font-size: 12px;
    background-color: rgba(245, 242, 243, 0.8);
    text-decoration: none;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.play:hover {
    background-color: rgb(245, 242, 243);
}

.play .icon {
    margin-right: -3px;
}

.play_big {
    width: 90px;
    height: 90px;
    font-size: 22px;
}

@media screen and (max-width: 575.98px) {
    .play_big {
        width: 60px;
        height: 60px;
        font-size: 15px;
    }
}

.play_big .icon {
    margin-right: -5px;
}

@media screen and (max-width: 575.98px) {
    .play_big .icon {
        margin-right: -3px;
    }
}

.first-about {
    padding: 40px 0;
    background-color: #f5f2f3;
}

.first-about__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

@media screen and (max-width: 991.98px) {
    .first-about__inner {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

@media screen and (max-width: 767.98px) {
    .first-about__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.first-about__tag {
    margin-bottom: 29px;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

.first-about__info {
    margin-bottom: 50px;
}

@media screen and (max-width: 575.98px) {
    .first-about__info {
        margin-bottom: 30px;
    }
}

.first-about__title {
    max-width: 510px;
    margin-bottom: 24px;
}

.first-about__title strong {
    color: #e61667;
}

.first-about__text {
    max-width: 450px;
    font-size: 16px;
    line-height: 1.37;
    color: #565656;
}

.first-about__list {
    margin-top: auto;
    max-width: 505px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media screen and (max-width: 767.98px) {
    .first-about__list {
        margin-top: 30px;
        max-width: none;
    }
}

.first-about__list-item {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 12px;
}

@media screen and (max-width: 575.98px) {
    .first-about__list-item {
        padding: 0;
        background-color: transparent;
    }
}

.first-about__list-item-num {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.07;
    letter-spacing: -0.02em;
    background: linear-gradient(167deg, #fc5d6d 0%, #e61667 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid #d0d0d0;
}

.first-about__list-item-text {
    padding-top: 13px;
    font-size: 15px;
    line-height: 1.2;
    color: #565656;
}

.first-about__image {
    position: relative;
    width: 100%;
    max-width: 560px;
    border-radius: 20px;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    overflow: hidden;
}

@media screen and (max-width: 767.98px) {
    .first-about__image {
        max-width: none;
        -ms-grid-row-span: 1;
        grid-row: span 1;
    }
}

.first-about__image::before {
    padding-top: 94%;
    content: "";
    display: block;
}

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

.first-services {
    position: relative;
    padding: 129px 0;
}

.first-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(40, 40, 40, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(270deg, rgba(40, 40, 40, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@media screen and (max-width: 575.98px) {
    .first-services::before {
        background-image: none;
        background-color: rgba(40, 40, 40, 0.3);
    }
}

@media screen and (max-width: 991.98px) {
    .first-services {
        background-position: center right;
    }
}

@media screen and (max-width: 575.98px) {
    .first-services {
        padding: 80px 0;
        background-position: center;
    }
}

.first-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 40, 40, 0.5);
}

.first-services__info {
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.first-services__title {
    max-width: 390px;
    margin: 28px 0 36px;
}

.first-services__title strong {
    color: #e61667;
}

.first-services__text {
    margin-bottom: 60px;
    max-width: 475px;
    font-size: 16px;
    line-height: 1.37;
}

@media screen and (max-width: 575.98px) {
    .first-services__text {
        margin-bottom: 40px;
    }
}

.first-services__video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.first-services__img {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.first-services__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Interactive */
.interactive {
    padding: 80px 0 50px;
    background-color: #f5f2f3;
}

@media screen and (max-width: 575.98px) {
    .interactive {
        padding: 60px 0 30px;
    }
}

.interactive__block-heading {
    margin-bottom: 65px;
}

@media screen and (max-width: 575.98px) {
    .interactive__block-heading {
        margin-bottom: 20px;
    }
}

.interactive__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

@media screen and (max-width: 1199.98px) {
    .interactive__list {
        gap: 30px;
    }
}

@media screen and (max-width: 991.98px) {
    .interactive__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767.98px) {
    .interactive__list {
        gap: 20px;
    }
}

@media screen and (max-width: 575.98px) {
    .interactive__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.interactive__card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    background-color: #ffffff;
}

.interactive__card:hover .interactive__card-icon {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.interactive__card-icon {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    color: #e61667;
    font-size: 8px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.interactive__card-icon .icon {
    margin-right: -1px;
    margin-bottom: -2px;
}

.interactive__card-image {
    position: relative;
}

.interactive__card-image::before {
    content: "";
    display: block;
    padding-top: 66.67%;
}

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

.interactive__card-info {
    padding: 20px;
}

.interactive__card-title {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 20px;
}

.interactive__card-text {
    font-size: 14px;
    line-height: 1.5;
    color: #565656;
}

/* Services */
.services {
    padding: 50px 0 100px;
    background-color: #f5f2f3;
}

@media screen and (max-width: 575.98px) {
    .services {
        padding: 30px 0 60px;
    }
}

.services__block-heading {
    margin-bottom: 40px;
}

.services__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media screen and (max-width: 767.98px) {
    .services__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.services__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

.services__card-more {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    column-gap: 9px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.38;
    color: #e61667;
}

@media screen and (max-width: 575.98px) {
    .services__card-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.services__card-more .icon {
    margin-bottom: -2px;
    font-size: 9px;
}

.services__card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px;
}

@media screen and (max-width: 575.98px) {
    .services__card-info {
        padding-right: 5px;
    }
}

.services__card-image {
    position: relative;
    width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1199.98px) {
    .services__card-image {
        width: 250px;
    }
}

@media screen and (max-width: 991.98px) {
    .services__card-image {
        width: 150px;
    }
}

@media screen and (max-width: 767.98px) {
    .services__card-image {
        width: 250px;
    }
}

@media screen and (max-width: 575.98px) {
    .services__card-image {
        width: 36%;
    }
}

.services__card-image::before {
    content: "";
    padding-top: 66.67%;
    display: block;
}

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

.services__card-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.06;
}

@media screen and (max-width: 575.98px) {
    .services__card-title {
        font-size: 18px;
        line-height: 1.3;
    }
}

.services__card-text {
    font-size: 14px;
    line-height: 1.29;
    color: #565656;
}

@media screen and (max-width: 575.98px) {
    .services__card-text {
        margin-bottom: 14px;
    }
}

.services__more {
    margin-top: 40px;
    text-align: center;
}

@media screen and (max-width: 575.98px) {
    .services__more {
        margin-top: 20px;
    }
}

.services__more-btn {
    width: 100%;
    max-width: 475px;
}

/* Clients */
.clients {
    padding: 100px 0;
    overflow: hidden;
}

@media screen and (max-width: 575.98px) {
    .clients {
        padding: 43px 0 20px;
    }
}

.clients__title {
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (max-width: 575.98px) {
    .clients__title {
        margin-bottom: 20px;
        text-align: left;
    }
}

.clients__partners {
    margin-bottom: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.7);
    overflow-x: auto;
}

@media screen and (max-width: 575.98px) {
    .clients__partners {
        margin-bottom: 20px;
        padding-bottom: 25px;
    }
}

.clients__partners-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

@media screen and (max-width: 575.98px) {
    .clients__partners-list {
        -webkit-column-gap: 27px;
        -moz-column-gap: 27px;
        column-gap: 27px;
    }
}

.clients__partners-list img {
    opacity: 0.7;
    max-height: 45px;
}

.clients__slider {
    margin: 0 -20px;
}

@media screen and (max-width: 1199.98px) {
    .clients__slider {
        padding: 0 60px;
        margin: 0 -10px;
    }
}

@media screen and (max-width: 767.98px) {
    .clients__slider {
        padding: 0 40px;
    }
}

@media screen and (max-width: 575.98px) {
    .clients__slider {
        padding: 0;
        margin: 0;
    }
}

.clients__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.clients__slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.clients__slider .slick-prev {
    left: -80px;
}

@media screen and (max-width: 1199.98px) {
    .clients__slider .slick-prev {
        left: 10px;
    }
}

@media screen and (max-width: 767.98px) {
    .clients__slider .slick-prev {
        left: 0;
    }
}

.clients__slider .slick-next {
    right: -80px;
}

@media screen and (max-width: 1199.98px) {
    .clients__slider .slick-next {
        right: 10px;
    }
}

@media screen and (max-width: 767.98px) {
    .clients__slider .slick-next {
        right: 0;
    }
}

.clients__slide {
    height: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    margin: 0 20px;
    border-radius: 16px;
    background-color: #f7f7f7;
    overflow: hidden;
}

@media screen and (max-width: 1199.98px) {
    .clients__slide {
        margin: 0 10px;
    }
}

@media screen and (max-width: 575.98px) {
    .clients__slide {
        width: 280px;
    }
}

.clients__slide-image {
    position: relative;
}

.clients__slide-image::before {
    content: "";
    padding-top: 55.55%;
    display: block;
}

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

.clients__slide-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #565656;
}

.clients__slide-text {
    margin: 9px 0;
}

.clients__slide-date {
    margin-top: auto;
}

.clients__block-fb {
    margin-top: 100px;
}

@media screen and (max-width: 575.98px) {
    .clients__block-fb {
        margin-top: 60px;
    }
}

/* Team */
.team {
    padding: 100px 0;
    background-image: linear-gradient(152deg, #f0e6e8 0%, #f0dfe1 100%);
}

@media screen and (max-width: 575.98px) {
    .team {
        padding: 60px 0;
    }
}

.team__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 480px 1fr;
    grid-template-columns: 480px 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 20px;
}

@media screen and (max-width: 1199.98px) {
    .team__inner {
        -ms-grid-columns: 400px 1fr;
        grid-template-columns: 400px 1fr;
    }
}

@media screen and (max-width: 991.98px) {
    .team__inner {
        row-gap: 0;
        max-width: 600px;
        margin: 0 auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.team__title {
    margin: 27px 0 20px;
}

@media screen and (max-width: 1199.98px) {
    .team__title {
        font-size: 40px;
    }
}

@media screen and (max-width: 575.98px) {
    .team__title {
        font-size: 26px;
        line-height: 1.12;
        margin: 20px 0;
    }
}

.team__title span {
    font-weight: 400;
    display: block;
}

.team__text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.37;
    color: #565656;
}

@media screen and (max-width: 575.98px) {
    .team__text {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.43;
    }
}

.team__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    margin-bottom: 45px;
}

@media screen and (max-width: 575.98px) {
    .team__list {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
        margin-bottom: 30px;
    }
}

.team__list-item-num {
    padding-bottom: 11px;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.07;
    letter-spacing: -0.02em;
    color: #e61667;
    border-bottom: 1px solid #ada4a5;
}

@media screen and (max-width: 575.98px) {
    .team__list-item-num {
        padding-bottom: 10px;
        font-size: 20px;
        line-height: 1.04;
    }
}

.team__list-item-text {
    padding-top: 12px;
    font-size: 15px;
    line-height: 1.2;
    color: #565656;
}

@media screen and (max-width: 575.98px) {
    .team__list-item-text {
        padding-top: 10px;
        font-size: 12px;
        line-height: 1.17;
    }
}

.team__btn {
    width: 100%;
    max-width: 195px;
}

@media screen and (max-width: 575.98px) {
    .team__btn {
        max-width: none;
    }
}

.team__collage {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 991.98px) {
    .team__collage {
        -ms-grid-row-span: 1;
        grid-row: span 1;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 575.98px) {
    .team__collage {
        margin-bottom: 20px;
    }
}

.team__collage-image-big {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 20px;
    width: 73.4%;
    overflow: hidden;
}

@media screen and (max-width: 575.98px) {
    .team__collage-image-big {
        margin-right: 5px;
        border-radius: 14px;
    }
}

.team__collage-image-big::before {
    content: "";
    display: block;
    padding-top: 105%;
}

.team__collage-image-big img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team__collage-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    row-gap: 14px;
    padding: 14px;
    border-radius: 20px;
    background-image: linear-gradient(140deg, #fc5d6d 0%, #e61667 100%);
}

@media screen and (max-width: 575.98px) {
    .team__collage-thumbs {
        padding: 8px;
        row-gap: 8px;
        border-radius: 14px;
    }
}

.team__collage-image-small {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

@media screen and (max-width: 575.98px) {
    .team__collage-image-small {
        border-radius: 8px;
    }
}

.team__collage-image-small::before {
    content: "";
    padding-top: 110.6%;
    display: block;
}

.team__collage-image-small img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Contacts */
.contacts {
    padding: 80px 0;
}

@media screen and (max-width: 575.98px) {
    .contacts {
        padding: 60px 0;
    }
}

.contacts__title {
    margin-bottom: 56px;
}

@media screen and (max-width: 575.98px) {
    .contacts__title {
        margin-bottom: 20px;
    }
}

.contacts__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
}

@media screen and (max-width: 1199.98px) {
    .contacts__inner {
        gap: 30px;
    }
}

@media screen and (max-width: 767.98px) {
    .contacts__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.contacts__map {
    position: relative;
    margin-bottom: 40px;
    border-radius: 24px;
    overflow: hidden;
    background-image: url("../images/map.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 575.98px) {
    .contacts__map {
        margin-bottom: 30px;
    }
}

.contacts__map::before {
    content: "";
    padding-top: 68%;
    display: block;
}

.contacts__map iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contacts__list-item {
    margin-bottom: 27px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ededed;
}

.contacts__list-item:last-child {
    margin-bottom: 0;
}

.contacts__list-item-name {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.5;
    color: #565656;
}

@media screen and (max-width: 575.98px) {
    .contacts__list-item-name {
        font-size: 14px;
    }
}

.contacts__list-item-value {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: -0.02em;
}

@media screen and (max-width: 575.98px) {
    .contacts__list-item-value {
        font-size: 16px;
    }
}

.contacts__list-item-value a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contacts__list-item-value a:hover {
    color: #e61667;
}

.contacts__block-fb {
    margin-top: 80px;
}

@media screen and (max-width: 575.98px) {
    .contacts__block-fb {
        margin-top: 60px;
    }
}

.form__item {
    margin-bottom: 16px;
}

.form__item_cols-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media screen and (max-width: 575.98px) {
    .form__item_cols-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.form__group-name {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #a1a1a1;
}

.form__block {
    position: relative;
}

.form__btn {
    margin-top: 16px;
    width: 100%;
}

.input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.5;
}

.input.placeholder {
    opacity: 1;
    color: rgba(40, 40, 40, 0.5);
}

.input:-moz-placeholder {
    opacity: 1;
    color: rgba(40, 40, 40, 0.5);
}

.input::-moz-placeholder {
    opacity: 1;
    color: rgba(40, 40, 40, 0.5);
}

.input:-ms-input-placeholder {
    opacity: 1;
    color: rgba(40, 40, 40, 0.5);
}

.input::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(40, 40, 40, 0.5);
}

.input:focus {
    border-color: #282828;
}

.input_date {
    padding-right: 30px;
    background-image: url("../images/icons/calendar.svg");
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 14px auto;
}

.textarea {
    width: 100%;
    height: 126px;
    padding: 12px 16px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.5;
    resize: none;
}

.textarea.placeholder {
    opacity: 1;
    color: rgba(40, 40, 40, 0.5);
}

.textarea:-moz-placeholder {
    opacity: 1;
    color: rgba(40, 40, 40, 0.5);
}

.textarea::-moz-placeholder {
    opacity: 1;
    color: rgba(40, 40, 40, 0.5);
}

.textarea:-ms-input-placeholder {
    opacity: 1;
    color: rgba(40, 40, 40, 0.5);
}

.textarea::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(40, 40, 40, 0.5);
}

.textarea:focus {
    border-color: #282828;
}

.select {
    padding: 0 30px 0 16px;
    width: 100%;
    height: 48px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.5;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 9px auto;
}

.select:focus {
    border-color: #282828;
}

/* Steps */
.steps {
    padding: 60px 0 120px;
    background-color: #f5f2f3;
}

@media screen and (max-width: 575.98px) {
    .steps {
        padding-bottom: 60px;
    }
}

.steps__block-heading {
    margin-bottom: 40px;
}

@media screen and (max-width: 575.98px) {
    .steps__block-heading {
        margin-bottom: 20px;
    }
}

.steps__card {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 575.98px) {
    .steps__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.steps__card:last-child {
    margin-bottom: 0;
}

.steps__card-year {
    margin-right: 14px;
    width: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px;
    color: #ffffff;
    border-radius: 20px;
    background-image: linear-gradient(271deg, #e61667 0%, #fc5d6d 100%);
}

@media screen and (max-width: 575.98px) {
    .steps__card-year {
        width: auto;
        height: 50px;
        margin-right: 0;
        margin-bottom: 14px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-radius: 14px;
    }
}

.steps__card-year::after {
    content: "";
    width: 1px;
    background-color: #F5F2F3;
    opacity: 0.4;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 20px 0;
}

@media screen and (max-width: 575.98px) {
    .steps__card-year::after {
        margin: 0 20px;
        width: auto;
        height: 1px;
    }
}

.steps__card-year-num {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.29;
    text-align: center;
}

@media screen and (max-width: 575.98px) {
    .steps__card-year-num {
        font-size: 18px;
    }
}

.steps__card-year-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background-color: #f5f2f3;
    border-radius: 50%;
    font-size: 18px;
    color: #e61667;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

@media screen and (max-width: 575.98px) {
    .steps__card-year-icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

.steps__card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 24px;
}

@media screen and (max-width: 991.98px) {
    .steps__card-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 575.98px) {
    .steps__card-content {
        border-radius: 14px;
        padding: 20px;
    }
}

.steps__card-content_bg-dark {
    background-color: #282828;
    color: #ffffff;
}

.steps__card-content_bg-dark .steps__card-text {
    color: rgba(255, 255, 255, 0.8);
}

.steps__card-info {
    margin-right: 40px;
}

@media screen and (max-width: 991.98px) {
    .steps__card-info {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 575.98px) {
    .steps__card-info {
        margin-bottom: 20px;
    }
}

.steps__card-title {
    margin-bottom: 20px;
}

.steps__card-text {
    font-size: 16px;
    line-height: 1.37;
    color: #565656;
}

@media screen and (max-width: 575.98px) {
    .steps__card-text {
        font-size: 14px;
    }
}

.steps__card-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
    max-width: 520px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1199.98px) {
    .steps__card-gallery {
        max-width: 450px;
    }
}

@media screen and (max-width: 575.98px) {
    .steps__card-gallery {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

.steps__card-gallery img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

@media screen and (max-width: 575.98px) {
    .steps__card-gallery img {
        border-radius: 10px;
    }
}

/* Benefits */
.benefits {
    padding: 100px 0;
}

@media screen and (max-width: 575.98px) {
    .benefits {
        padding: 60px 0;
    }
}

.benefits__block-heading {
    margin-bottom: 40px;
}

.benefits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.benefits__list-item {
    padding: 0 12px;
}

.benefits__list-item:first-child {
    width: 41%;
}

@media screen and (max-width: 991.98px) {
    .benefits__list-item:first-child {
        width: 100%;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 575.98px) {
    .benefits__list-item:first-child {
        margin-bottom: 16px;
    }
}

.benefits__list-item:nth-child(2) {
    width: 29.5%;
}

@media screen and (max-width: 991.98px) {
    .benefits__list-item:nth-child(2) {
        width: 50%;
    }
}

@media screen and (max-width: 575.98px) {
    .benefits__list-item:nth-child(2) {
        margin-bottom: 16px;
        width: 100%;
    }
}

.benefits__list-item:last-child {
    width: 29.5%;
}

@media screen and (max-width: 991.98px) {
    .benefits__list-item:last-child {
        width: 50%;
    }
}

@media screen and (max-width: 575.98px) {
    .benefits__list-item:last-child {
        width: 100%;
    }
}

.benefits__card {
    position: relative;
    min-height: 350px;
    padding: 30px 70px 30px 24px;
    border-radius: 20px;
    background-repeat: no-repeat;
}

.benefits__card-1 {
    background-image: url("../images/benefits/card-bg-1.webp"), linear-gradient(140deg, #fc5d6d 0%, #e61667 100%);
    background-position: bottom left;
    background-size: 450px auto;
    color: #ffffff;
}

@media screen and (max-width: 991.98px) {
    .benefits__card-1 {
        min-height: auto;
        background-position: bottom right;
        background-size: 350px auto, cover;
    }
}

@media screen and (max-width: 575.98px) {
    .benefits__card-1 {
        min-height: 300px;
    }
}

.benefits__card-1 .benefits__card-icon {
    background-color: #ffffff;
    color: #e61667;
}

.benefits__card-1 .benefits__card-info {
    max-width: 295px;
}

.benefits__card-1 .benefits__card-text {
    opacity: 0.9;
}

.benefits__card-2 {
    background-color: #282828;
    background-image: url("../images/benefits/card-bg-2.webp");
    background-position: bottom center;
    background-size: 193px auto;
    color: #ffffff;
}

.benefits__card-2 .benefits__card-icon {
    background-color: #e61667;
    color: #ffffff;
}

.benefits__card-2 .benefits__card-info {
    max-width: 227px;
}

.benefits__card-2 .benefits__card-text {
    opacity: 0.8;
}

.benefits__card-3 {
    background-color: #f5f2f3;
    background-image: url("../images/benefits/card-bg-3.webp");
    background-position: bottom center;
    background-size: 326px auto;
}

.benefits__card-3 .benefits__card-icon {
    background-color: #e61667;
    color: #ffffff;
}

.benefits__card-3 .benefits__card-info {
    max-width: 241px;
}

.benefits__card-3 .benefits__card-text {
    color: #4c4447;
}

.benefits__card-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 14px;
}

@media screen and (max-width: 575.98px) {
    .benefits__card-icon {
        width: 33px;
        height: 33px;
    }
}

.benefits__card-title {
    margin-bottom: 10px;
}

/* Gallery */
.gallery {
    padding: 100px 0;
    background-color: #f5f2f3;
}

@media screen and (max-width: 575.98px) {
    .gallery {
        padding: 60px 0;
    }
}

.gallery__block-heading {
    margin-bottom: 40px;
}

@media screen and (max-width: 575.98px) {
    .gallery__block-heading {
        margin-bottom: 20px;
    }
}

.gallery__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

@media screen and (max-width: 991.98px) {
    .gallery__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media screen and (max-width: 575.98px) {
    .gallery__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}

.gallery__card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

@media screen and (max-width: 575.98px) {
    .gallery__card {
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px;
    }
}

.gallery__card img {
    width: 100%;
    height: auto;
}

.gallery__card-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Options */
.options {
    padding: 100px 0;
}

@media screen and (max-width: 575.98px) {
    .options {
        padding: 60px 0;
    }
}

.options__block-heading {
    margin-bottom: 40px;
}

@media screen and (max-width: 575.98px) {
    .options__block-heading {
        margin-bottom: 20px;
    }
}

.options__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 991.98px) {
    .options__list {
        gap: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .options__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575.98px) {
    .options__list {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.options__card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background-color: #f7f7f7;
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width: 767.98px) {
    .options__card:nth-child(3) {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
}

@media screen and (max-width: 575.98px) {
    .options__card:nth-child(3) {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }
}

.options__card-image {
    position: relative;
    max-height: 300px;
}

.options__card-image::before {
    content: "";
    padding-top: 61%;
    display: block;
}

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

.options__card-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.options__card-title {
    margin-bottom: 9px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
}

.options__card-text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.57;
    color: #565656;
}

/* Past */
.past {
    padding: 100px 0;
    background-color: #f5f2f3;
}

@media screen and (max-width: 575.98px) {
    .past {
        padding: 60px 0;
    }
}

.past__block-heading {
    margin-bottom: 40px;
}

@media screen and (max-width: 575.98px) {
    .past__block-heading {
        margin-bottom: 20px;
    }
}

.past__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
}

@media screen and (max-width: 767.98px) {
    .past__list {
        max-width: 500px;
        margin: 0 auto;
    }
}

.past__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
}

@media screen and (max-width: 767.98px) {
    .past__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.past__card:hover .past__card-btn {
    opacity: 1;
    visibility: visible;
}

.past__card:hover .past__card-image::before {
    opacity: 1;
    visibility: visible;
}

.past__card:hover .past__card-group-item .icon {
    color: #e61667;
}

.past__card-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 767.98px) {
    .past__card-info {
        padding: 20px;
    }
}

.past__card-title {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.36;
}

@media screen and (max-width: 575.98px) {
    .past__card-title {
        font-size: 20px;
    }
}

.past__card-list {
    margin-bottom: 30px;
}

.past__card-list-item {
    position: relative;
    padding-left: 15px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.62;
    color: #565656;
}

@media screen and (max-width: 575.98px) {
    .past__card-list-item {
        font-size: 14px;
    }
}

.past__card-list-item::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #e61667;
}

.past__card-list-item:last-child {
    margin-bottom: 0;
}

.past__card-group {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.past__card-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    color: rgba(86, 86, 86, 0.7);
    font-size: 14px;
    line-height: 1.5;
}

.past__card-group-item .icon {
    font-size: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.past__card-image {
    position: relative;
    width: 100%;
    max-width: 520px;
    min-height: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 991.98px) {
    .past__card-image {
        max-width: none;
        min-height: 260px;
        width: 50%;
    }
}

@media screen and (max-width: 767.98px) {
    .past__card-image {
        width: 100%;
    }
}

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

.past__card-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 991.98px) {
    .past__card-image::before {
        opacity: 1;
        visibility: visible;
    }
}

.past__card-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    white-space: nowrap;
}

@media screen and (max-width: 991.98px) {
    .past__card-btn {
        opacity: 1;
        visibility: visible;
    }
}

/* Questions */
.questions {
    padding: 100px 0;
}

@media screen and (max-width: 575.98px) {
    .questions {
        padding: 60px 0;
    }
}

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

@media screen and (max-width: 991.98px) {
    .questions__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.questions__left {
    margin-right: 40px;
}

@media screen and (max-width: 991.98px) {
    .questions__left {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 575.98px) {
    .questions__left {
        margin-bottom: 30px;
    }
}

.questions__title {
    font-weight: 400;
}

.questions__title strong {
    display: block;
}

.questions__text {
    margin: 33px 0;
    font-size: 16px;
    line-height: 1.37;
    color: #565656;
}

@media screen and (max-width: 575.98px) {
    .questions__text {
        margin: 20px 0;
    }
}

.questions__text strong {
    display: block;
    color: #282828;
}

.questions__group {
    width: 257px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media screen and (max-width: 991.98px) {
    .questions__group {
        width: 540px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 575.98px) {
    .questions__group {
        width: 100%;
        max-width: 300px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.questions__right {
    width: 100%;
    max-width: 660px;
}

@media screen and (max-width: 1199.98px) {
    .questions__right {
        max-width: 550px;
    }
}

@media screen and (max-width: 991.98px) {
    .questions__right {
        max-width: none;
    }
}

.accordion__item {
    margin-bottom: 10px;
    background-color: #f7f7f7;
    border-radius: 14px;
    overflow: hidden;
}

@media screen and (max-width: 575.98px) {
    .accordion__item {
        border-radius: 10px;
    }
}

.accordion__item:last-child {
    margin-bottom: 0;
}

.accordion__item.open .accordion__icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 24px 13px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    cursor: pointer;
}

@media screen and (max-width: 575.98px) {
    .accordion__header {
        padding: 12px 12px 8px;
        font-size: 16px;
    }
}

.accordion__icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    color: #e61667;
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 575.98px) {
    .accordion__icon {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 575.98px) {
    .accordion__icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

.accordion__content {
    display: none;
    padding: 0 24px 25px;
    font-size: 15px;
    line-height: 1.33;
    color: #565656;
}

@media screen and (max-width: 575.98px) {
    .accordion__content {
        padding: 10px 12px 15px;
        font-size: 14px;
    }
}

/* Racing */
.racing {
    position: relative;
    padding: 46px 0 40px;
}

.racing > .container {
    position: relative;
    z-index: 1;
}

.racing__container--color {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.racing__backgorund {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.racing__container--color::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f5f2f3;
}


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

@media screen and (max-width: 991.98px) {
    .racing__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.racing__info {
    margin-right: 40px;
    max-width: 515px;
}

@media screen and (max-width: 991.98px) {
    .racing__info {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 575.98px) {
    .racing__info img {
        width: 160px;
        height: auto;
    }
}

.racing__title {
    margin: 26px 0;
}

.racing__title span {
    font-weight: 400;
    display: block;
}

.racing__text {
    font-size: 16px;
    line-height: 1.37;
    color: #565656;
}

.racing__text p {
    margin-bottom: 22px;
}

.racing__text p:last-child {
    margin-bottom: 0;
}

.racing__images {
    position: relative;
    width: 100%;
    max-width: 560px;
}

.racing__images::before {
    content: "";
    display: block;
    padding-top: 80.4%;
}

.racing__image {
    position: absolute;
    border-radius: 24px;
    overflow: hidden;
}

@media screen and (max-width: 575.98px) {
    .racing__image {
        border-radius: 16px;
    }
}

.racing__image-1 {
    bottom: 0;
    left: 0;
    width: 63.2%;
}

.racing__image-2 {
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
    width: 50%;
}

.racing__image img {
    width: 100%;
    height: auto;
}

/* Case */
.case {
    padding: 95px 0;
}

@media screen and (max-width: 575.98px) {
    .case {
        padding: 60px 0;
    }
}

.case__inner {
    max-width: 760px;
    margin: 0 auto;
}

.case__title {
    margin-bottom: 19px;
}

.case__tag {
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.case__content {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.55;
    color: #565656;
}

@media screen and (max-width: 575.98px) {
    .case__content {
        font-size: 16px;
    }
}

.case__content p {
    margin-bottom: 10px;
}

.case__content p:last-child {
    margin-bottom: 0;
}

.case__content img {
    margin: 10px 0;
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.case__gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.case__card {
    position: relative;
}

.case__card::before {
    content: "";
    display: block;
    padding-top: 70.8%;
}

.case__card-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.case__card-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Other */
.other {
    padding: 100px 0;
    background-color: #f5f2f3;
}

@media screen and (max-width: 575.98px) {
    .other {
        padding: 60px 0;
    }
}

.other__block-heading {
    margin-bottom: 40px;
}

@media screen and (max-width: 575.98px) {
    .other__block-heading {
        margin-bottom: 20px;
    }
}

.other__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

@media screen and (max-width: 991.98px) {
    .other__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media screen and (max-width: 575.98px) {
    .other__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.other__card {
    color: inherit;
    text-decoration: none;
}

.other__card-image {
    margin-bottom: 19px;
    border-radius: 14px;
    overflow: hidden;
}

.other__card-image img {
    width: 100%;
    height: auto;
}

.other__card-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}

/* Footer */
.footer {
    padding: 70px 0 40px;
    background-color: #282828;
    background-image: url(../images/footer/bg-mob.webp), url(../images/footer/bg.svg);
    background-size: 270px auto, auto;
    background-repeat: no-repeat;
    background-position: left 460px top 80px, top 80px left -60px;
    color: #ffffff;
}

.footer__logo {
    width: 100%
}

@media screen and (max-width: 1199.98px) {
    .footer {
        background-position: top 70px left -270px;
    }
}

@media screen and (max-width: 991.98px) {
    .footer {
        background-position: top 280px left -300px;
    }
}

@media screen and (max-width: 575.98px) {
    .footer {
        background-image: url("../images/footer/bg-mob.webp");
        background-position: top 660px right 10px;
    }
}

.footer__group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 100px;
}

@media screen and (max-width: 991.98px) {
    .footer__group {
        margin-bottom: 60px;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767.98px) {
    .footer__group {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575.98px) {
    .footer__group {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 575.98px) {
    .footer__group-item {
        text-align: center;
    }
}

@media screen and (max-width: 575.98px) {
    .footer__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer__info-text {
    max-width: 190px;
    margin: 19px 0;
    font-size: 14px;
    line-height: 1.43;
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 991.98px) {
    .footer__contacts {
        -ms-grid-column-span: 3;
        grid-column: span 3;
    }
}

@media screen and (max-width: 767.98px) {
    .footer__contacts {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }
}

.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__socials-link {
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #ffffff;
    background-color: #3b3b3b;
}

.footer__socials-link:hover {
    background-color: rgb(84.5, 84.5, 84.5);
}

.footer__socials-link+.footer__socials-link {
    margin-left: 8px;
}

.footer__group-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.17;
}

.footer__menu-item {
    margin-bottom: 14px;
}

.footer__menu-item:last-child {
    margin-bottom: 0;
}

.footer__menu-link {
    font-size: 14px;
    line-height: 1.14;
    color: inherit;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}

.footer__menu-link:hover {
    color: #e61667;
}

.footer__contacts-item {
    margin-bottom: 12px;
}

.footer__contacts-item:last-child {
    margin-bottom: 0;
}

.footer__contacts-item-name {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.4);
}

.footer__contacts-item-value {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
}

.footer__contacts-item-value a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__contacts-item-value a:hover {
    color: #e61667;
}

.footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px;
    padding: 20px;
    border-radius: 16px;
    background-color: #313131;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.42;
    color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 575.98px) {
    .footer__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 12px;
    }
}

.footer__block a {
    text-decoration: none;
    color: inherit;
}

.footer__bottom-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.42;
    color: rgba(255, 255, 255, 0.4);
}

.footer__bottom-text p {
    margin-bottom: 14px;
}

.footer__bottom-text p:last-child {
    margin-bottom: 0;
}

/* Modals */
.modal {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: auto;
    z-index: 10000;
}

.modal.show {
    visibility: visible;
    opacity: 1;
}

.modal.show .modal__content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.modal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding: 40px 15px;
}

.modal__content {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 40px;
}

.gallery__video {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 460px;
    /* дефолт для десктопа */
    border-radius: 12px;
    /* если нужно */
}

/* Для планшетов и телефонов */
@media screen and (max-width: 767.98px) {
    .gallery__video {
        height: 320px;
    }
}

/* Для узких телефонов */
@media screen and (max-width: 575.98px) {
    .gallery__video {
        height: 260px;
    }
}



/* Блок info */

.info {
    padding: 80px 0px 80px 0;
}

.info__title {
    padding-bottom: 26px;
}

.info__content {
    position: relative;
}

.info__subtitle {
    padding-bottom: 20px;
}

.info__descr {
    line-height: 1.38;
    color: #565656;
    padding-bottom: 20px;
}

.info__hidden {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    padding-top: 0;
}

.info__hidden.show {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    padding-top: 20px;
}

/* Скрытие картинок если не заданы в админке */

.options__card.card-no-image .options__card-image {
    display: none;
}

.options__card-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 5px;
}

.btn__optins-wrapper {
    margin-top: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Кнопка у options */
.btn__options {
    background: #ffffff;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn__options:hover {
    background-color: #e61667;
    color: #ffffff;
}

.options__card-list .options__card-list--item {}


.options__card-list--item {
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.options__card-list--item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #e61667;
    border-radius: 50%;
}


@media screen and (max-width: 1199.98px) {
    .options__card-list--item {
        padding-left: 15px;
    }
}


@media screen and (max-width: 991.98px) {
    .options__card-list--item {
        padding-left: 15px;
    }
}

@media screen and (max-width: 767.98px) {
    .options__card-list--item {
        padding-left: 10px;
    }
}


@media screen and (max-width: 575.98px) {
    .options__card-list--item {
        padding-left: 10px;
    }

}