@font-face {
    font-family: montserrat;
    src: url("../yfsdocaz_fonts/yfsdocaz_montserrat-regular.woff2");
}

@font-face {
    font-family: montserrat-bold;
    src: url("../yfsdocaz_fonts/yfsdocaz_montserrat-bold.woff2");
}

#confirmButton {
    background-color: #5956E9;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.cursor-glow {
    position: fixed;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: -o-radial-gradient(
        circle,
        rgba(0, 59, 120, 0.4) 0%,
        rgba(0, 58, 120, 0.544) 30%,
        transparent 70%
    );
    background: radial-gradient(
        circle,
        rgba(0, 59, 120, 0.4) 0%,
        rgba(0, 58, 120, 0.544) 30%,
        transparent 70%
    );
    pointer-events: none;
    z-index: 9998;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-filter: blur(15px);
            filter: blur(15px);
    mix-blend-mode: screen;
}
#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: montserrat;
    background: #09090B;
}

.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.yfsdocaz_header__fixed {
    position: fixed;
    z-index: 10000;
    background: #09090B;
    width: 100%;
    top: 0px;
    left: 0;
}

.yfsdocaz_header__burger {
    display: none;
}

.yfsdocaz_header__wrappper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.yfsdocaz_header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0 auto;
    max-width: 1240px;
}

.yfsdocaz_header__bottom {
    padding: 10px 0;
    background: #5110F7;
}

.yfsdocaz_header__info {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.yfsdocaz_header__logo {
    max-width: 155px;
    margin: 0 auto;
}

.yfsdocaz_header__box {
    padding-top: 50px;
}

.header__link__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #EFE6D1;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.16px;
    text-transform: uppercase;
}


.yfsdocaz_header {
    padding-top: 0px;
    padding-bottom: 0px;
    background: -o-radial-gradient(0% 0%, 78.52% 72.02%, #003B78 0%, #09090B 100%);
    background: radial-gradient(78.52% 72.02% at 0% 0%, #003B78 0%, #09090B 100%);
}

.yfsdocaz_header__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.yfsdocaz_header__link {
    color: #D1D5DB;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.yfsdocaz_header__link:hover {
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: 700;
}

.yfsdocaz_header__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
}

.yfsdocaz_header__block {
    max-width: 580px;
    width: 100%;
    z-index: 1;
}

.yfsdocaz_header__sup {
    color: #F8FAFC;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.yfsdocaz_header__title {
    color: #F8FAFC;
    font-family: montserrat-bold;
    font-size: 44px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.yfsdocaz_header__subtitle {
    color: #F8FAFC;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}
.yfsdocaz_header__play{
    color: #F8FAFC;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    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: 308px;
    padding: 12px 18px;
    height: 40px;
    border-radius: 60px;
    background: #0085F7;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.yfsdocaz_header__play:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #000;
    background: #fff;
}
.yfsdocaz_header__image{
    width: 720px;
    height: 542px;
    background: url("../yfsdocaz_img/yfsdocaz_header-background-1.webp") no-repeat center;
}
.header__image_2{
    width: 720px;
    height: 542px;
    background: url("../yfsdocaz_img/yfsdocaz_header-background-2.webp") no-repeat center;
}
.header__image_3{
    width: 720px;
    height: 434px;
    background: url("../yfsdocaz_img/yfsdocaz_header-background-3.webp") no-repeat center;
}
.yfsdocaz_offer {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #09090B;
}
.yfsdocaz_offer__title {
    color: #F8FAFC;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}
.yfsdocaz_offer__subtitle {
    color: #F8FAFC;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}
.yfsdocaz_offer__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
}
.yfsdocaz_offer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    max-width: 397px;
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #D1D5DB;
    background: rgba(57, 57, 57, 0.60);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.yfsdocaz_offer__item:nth-child(1):before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    background: url("../yfsdocaz_img/yfsdocaz_offer-icon-1.webp") no-repeat center;
}
.yfsdocaz_offer__item:nth-child(2):before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    background: url("../yfsdocaz_img/yfsdocaz_offer-icon-2.webp") no-repeat center;
}
.yfsdocaz_offer__item:nth-child(3):before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    background: url("../yfsdocaz_img/yfsdocaz_offer-icon-3.webp") no-repeat center;
}
.yfsdocaz_offer__head {
    color: #F8FAFC;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.yfsdocaz_offer__text {
    color: #F8FAFC;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.yfsdocaz_customizable {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #09090B;
}
.yfsdocaz_customizable__title {
    color: #F8FAFC;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.yfsdocaz_customizable__subtitle {
    color: #F8FAFC;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}
.yfsdocaz_customizable__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 24px;
}
.yfsdocaz_customizable__item {
    max-width: 608px;
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #D1D5DB;
    background: rgba(57, 57, 57, 0.60);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.yfsdocaz_customizable__item:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #0085F7;
    background: rgba(57, 57, 57, 0.60);
    -webkit-box-shadow: 0 4px 4px 0 #0085F7;
            box-shadow: 0 4px 4px 0 #0085F7;
}
.yfsdocaz_customizable__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}
.customizable__header_1::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 54px;
    height: 54px;
    background: url("../yfsdocaz_img/yfsdocaz_customizable-icon-1.webp") no-repeat center;
}
.customizable__header_2::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 54px;
    height: 54px;
    background: url("../yfsdocaz_img/yfsdocaz_customizable-icon-2.webp") no-repeat center;
}
.customizable__header_3::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 54px;
    height: 54px;
    background: url("../yfsdocaz_img/yfsdocaz_customizable-icon-3.webp") no-repeat center;
}
.customizable__header_4::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 54px;
    height: 54px;
    background: url("../yfsdocaz_img/yfsdocaz_customizable-icon-4.webp") no-repeat center;
}
.yfsdocaz_customizable__sup {
    color: #F8FAFC;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.yfsdocaz_customizable__name {
    color: #F8FAFC;
    font-family: montserrat-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.yfsdocaz_customizable__text {
    color: #F8FAFC;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}
.yfsdocaz_customizable__info {
    padding: 12px 32px;
    border-radius: 60px;
    background: rgba(57, 57, 57, 0.60);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
.yfsdocaz_customizable__content {
    color: #F8FAFC;
    font-family: montserrat-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}
.yfsdocaz_customizable__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 12px 32px;
    border-radius: 16px;
    border: 1px solid #0085F7;
    background: rgba(57, 57, 57, 0.60);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 133, 247, 0.25);
            box-shadow: 0 4px 10px 0 rgba(0, 133, 247, 0.25);
}
.yfsdocaz_customizable__caption {
    color: #F8FAFC;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.yfsdocaz_customizable__information {
    color: #F8FAFC;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.yfsdocaz_experience {
    padding-top: 80px;
    padding-bottom: 80px;
}
.yfsdocaz_experience__title {
    color: #F8FAFC;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.yfsdocaz_experience__subtitle {
    color: #F8FAFC;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}
.yfsdocaz_experience__buttons {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
}
.yfsdocaz_experience__btn {
    color: #F8FAFC;
    font-family: montserrat-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 41px;
    padding: 12px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 60px;
    background: rgba(57, 57, 57, 0.60);
    border: none;
    cursor: pointer;
}
.active {
    border: 1px solid #0085F7;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.yfsdocaz_experience__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.yfsdocaz_experience__top {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #D1D5DB;
    background: rgba(57, 57, 57, 0.60);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
}
.yfsdocaz_experience__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}
.yfsdocaz_experience__image {
    position: relative;
    padding-top: 105px;
    padding-bottom: 105px;
    border-radius: 16px;
    max-width: 608px;
    width: 100%;
    border-radius: 16px;
    border: 1px solid #F8FAFC;
    overflow: hidden;
}
.yfsdocaz_experience__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 608px;
    height: 211px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 16px;
}
.yfsdocaz_experience__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}
.experience__header_1::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 54px;
    height: 54px;
    background: url("../yfsdocaz_img/yfsdocaz_customizable-icon-1.webp") no-repeat center;
}
.experience__header_2::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 54px;
    height: 54px;
    background: url("../yfsdocaz_img/yfsdocaz_customizable-icon-2.webp") no-repeat center;
}
.experience__header_3::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 54px;
    height: 54px;
    background: url("../yfsdocaz_img/yfsdocaz_customizable-icon-3.webp") no-repeat center;
}
.experience__header_4::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 54px;
    height: 54px;
    background: url("../yfsdocaz_img/yfsdocaz_customizable-icon-4.webp") no-repeat center;
}
.yfsdocaz_experience__sup {
    color: #F8FAFC;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.yfsdocaz_experience__name {
    color: #F8FAFC;
    font-family: montserrat-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.yfsdocaz_experience__text {
    color: #F8FAFC;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}
.yfsdocaz_experience__wrapper:not([style*="display: block"]) {
    display: none;
}
.yfsdocaz_choose {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #282828;
}
.yfsdocaz_choose__title {
    color: #F8FAFC;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.yfsdocaz_choose__subtitle {
    color: #F8FAFC;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}
.yfsdocaz_choose__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
}
.yfsdocaz_choose__item {
    position: relative;
    max-width: 397px;
    width: 100%;
    padding: 24px 32px;
    border-radius: 16px;
    border: 1px solid #D1D5DB;
    background: -o-radial-gradient(0% 0%, 78.52% 72.02%, #003B78 0%, #09090B 100%);
    background: radial-gradient(78.52% 72.02% at 0% 0%, #003B78 0%, #09090B 100%);
}
.yfsdocaz_choose__item:nth-child(2){
    padding-top: 64px;
}
.yfsdocaz_choose__head {
    color: #F8FAFC;
    font-family: montserrat-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.yfsdocaz_choose__number {
    color: #0085F7;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}
.yfsdocaz_choose__text {
    color: #F8FAFC;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}
.yfsdocaz_choose__list {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}
.yfsdocaz_choose__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: #F8FAFC;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.yfsdocaz_choose__info::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 24px;
    background: url("../yfsdocaz_img/yfsdocaz_choose-icon.webp") no-repeat center;
}
.yfsdocaz_choose__container {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 273px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 12px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0 0 60px 60px;
    border: 1px solid #F8FAFC;
    background: rgba(57, 57, 57, 0.60);
}
.yfsdocaz_choose__sup {
    color: #F8FAFC;
    font-family: montserrat-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}
.yfsdocaz_choose__link {
    color: #F8FAFC;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    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;
    margin: 0 auto;
    width: 357px;
    height: 40px;
    padding: 12px 18px;
    border-radius: 60px;
    background: #0085F7;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.yfsdocaz_choose__link:hover{
    color: #000;
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.yfsdocaz_events {
    padding-top: 80px;
    padding-bottom: 80px;
}
.yfsdocaz_events__title {
    color: #F8FAFC;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.yfsdocaz_events__subtitle {
    color: #F8FAFC;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}
.yfsdocaz_events__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
}
.yfsdocaz_events__wrapper {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
}
.yfsdocaz_events__slider {
    padding-left: 0;
    list-style: none;
    display: none;
}
.yfsdocaz_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #282828;
}
.yfsdocaz_footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
}
.yfsdocaz_footer__left {
    max-width: 364px;
    width: 100%;
}
.yfsdocaz_footer__logo {
    margin-bottom: 30px;
}
.yfsdocaz_footer__info {
    color: #F8FAFC;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.yfsdocaz_footer__head {
    color: #F8FAFC;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.yfsdocaz_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}
.yfsdocaz_footer__link {
    color: #F8FAFC;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.yfsdocaz_footer__link:hover{
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.yfsdocaz_footer__sup {
    color: #8C8C8C;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
}

.yfsdocaz_info {
    padding-bottom: 80px;
    background: -o-radial-gradient(0% 0%, 78.52% 72.02%, #003B78 0%, #09090B 100%);
    background: radial-gradient(78.52% 72.02% at 0% 0%, #003B78 0%, #09090B 100%);
}
.yfsdocaz_info__title {
    color: #F8FAFC;
    font-family: montserrat-bold;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.yfsdocaz_info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #D1D5DB;
    background: rgba(57, 57, 57, 0.60);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.yfsdocaz_info__text {
    color: #F8FAFC;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.yfsdocaz_contact {
    padding-top: 80px;
    padding-bottom: 80px;
}
.yfsdocaz_contact__title {
    color: #F8FAFC;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.yfsdocaz_contact__subtitle {
    color: #F8FAFC;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}
.yfsdocaz_contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
}
.yfsdocaz_contact__wrap {
    max-width: 720px;
    width: 100%;
}
.yfsdocaz_contact__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.yfsdocaz_contact__label {
    color: #F8FAFC;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}
.yfsdocaz_contact__input {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #D1D5DB;
    background: rgba(57, 57, 57, 0.60);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.yfsdocaz_contact__message {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #D1D5DB;
    background: rgba(57, 57, 57, 0.60);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    resize: none;
    height: 216px;
}
.yfsdocaz_contact__btn {
    color: #F8FAFC;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    border: none;
    cursor: pointer;
    width: 251px;
    padding: 12px 18px;
    border-radius: 60px;
    margin-bottom: 20px;
    background: #0085F7;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.yfsdocaz_contact__btn:hover {
    background: #fff;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}
.yfsdocaz_contact__messages {
    display: none;
    font-size: 12px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    color: #fff;
}
.yfsdocaz_contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    max-width: 440px;
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #D1D5DB;
    background: rgba(57, 57, 57, 0.60);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.yfsdocaz_contact__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #F8FAFC;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.contact_email::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 24px;
    background: url("../yfsdocaz_img/yfsdocaz_contact-email.webp") no-repeat center;
}
.contact_location::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 24px;
    height: 24px;
    background: url("../yfsdocaz_img/yfsdocaz_contact-location.webp") no-repeat center;
}
.contact_phone::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 24px;
    background: url("../yfsdocaz_img/yfsdocaz_contact-phone.webp") no-repeat center;
}
/* Чекбокс согласия */
.yfsdocaz_contact__checkbox-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #212529;
    line-height: 1.4;
}

.yfsdocaz_contact__checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #D1D5DB;
    background: rgba(57, 57, 57, 0.60);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    position: relative;
    margin-top: 0px;
}

.yfsdocaz_contact__checkbox-group {
    margin-bottom: 24px;
}

.yfsdocaz_contact__checkbox:checked {
    background: -o-radial-gradient(50.06% 50.11%, 49.89% 49.94%, #06B08D 0%, #138611 100%);
    background: radial-gradient(49.89% 49.94% at 50.06% 50.11%, #06B08D 0%, #138611 100%);
    border-color: #06B08D;
}

.yfsdocaz_contact__checkbox:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.yfsdocaz_contact__consent__info {
    color: #F8FAFC;
    font-size: 16px;
    font-weight: 400;
}

.cookie-popup.hidden {
    display: none;
}

.popupcookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
}


.popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 16px;
    border: 1px solid #0085F7;
    background: var(--Grey, #282828);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 133, 247, 0.25);
            box-shadow: 0 4px 10px 0 rgba(0, 133, 247, 0.25);
    padding: 12px 32px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title {
    color: #FFF;
    font-family: montserrat-bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.popupcookie__wraps{
    width: 100%;
}

.popupcookie__subtitle {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.popupcookie__btn {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 264px;
    border-radius: 60px;
    background: #0085F7;
    color: #F8FAFC;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.popupcookie__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 264px;
    gap: 10px;
    border: none;
    cursor: pointer;
    border-radius: 60px;
    border: 1px solid #F8FAFC;
    background: rgba(57, 57, 57, 0.60);
    color: #F8FAFC;
    font-family: montserrat-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__button:hover {
    background: #F8E71C;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
}

.popupcookie__btn:hover {
    background: #fff;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-dots {
    position: absolute;
    bottom: -40px; 
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


.slick-dots li {
    width: 10px;
    height: 14px;
    margin: 0 5px;
    list-style: none;
}

.slick-dots li button {
    font-size: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    border: 1px solid #0085F7;
    border-radius: 50px; 
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s; 
    transition: background-color 0.3s, -webkit-transform 0.3s; 
    -o-transition: background-color 0.3s, transform 0.3s; 
    transition: background-color 0.3s, transform 0.3s; 
    transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
    cursor: pointer; 
}

/* Цвет активной полоски */
.slick-dots li.slick-active button {
    background: #0085F7;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}


.slick-dots li button:hover {
    background-color: #0085F7; 
    -webkit-transform: scale(1.1); 
        -ms-transform: scale(1.1); 
            transform: scale(1.1); 
}

.slick-prev, .slick-next {
    display: none !important; 
}

.desc__top {
    padding-top: 140px;
}

@media (max-width: 1260px) {
    .body__container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .yfsdocaz_header__nav {
        padding-left: 20px;
        padding-right: 20px;
    }

    .yfsdocaz_header__links {
        display: none
    }

    .yfsdocaz_header__burger {
        background: transparent;
        padding: 0;
        border: none;
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22px;
        height: 22px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .yfsdocaz_header__burger.active_menu .bar:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 1px
    }

    .yfsdocaz_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .yfsdocaz_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 5px;
        -ms-transform-origin: 5px;
        transform-origin: 5px
    }

    .yfsdocaz_header__line {
        display: block;
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .menu {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        -webkit-backdrop-filter: blur(19px);
        backdrop-filter: blur(19px);
        background-color: rgba(0, 0, 0, 0.4);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 54px;
        left: 0;
        width: 100%;
        border-radius: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .popupcookie__content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .popupcookie__btns{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }

    .popupcookie__button{
        width: 100%;
    }

    .popupcookie__btn{
        width: 100%
    }

    .popupcookie__content{
        padding: 10px;
    }

    .popupcookie__title{
        font-size: 20px;
    }

    .popupcookie__subtitle{
        font-size: 12px;
    }
    .popupcookie__content{
        gap: 10px;
    }

    .popupcookie__button{
        font-size: 12px;
        padding: 10px;
    }

    .popupcookie__btn{
        font-size: 12px;
        padding: 10px;
    }

    .yfsdocaz_customizable__item{
        max-width: 800px;
    }

    .yfsdocaz_contact__wrapper{
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .yfsdocaz_header__sup{
        margin-bottom: 24px;
    }

    .yfsdocaz_header__title{
        margin-bottom: 24px;
        font-size: 36px;
    }

    .yfsdocaz_header__subtitle{
        margin-bottom: 24px;
    }

    .yfsdocaz_header__block{
        max-width: 50vw;
    }

    .yfsdocaz_choose__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .yfsdocaz_choose__item{
        max-width: 800px;
    }

    .yfsdocaz_footer__wrapper{
        gap: 24px;
    }

    .yfsdocaz_footer__left{
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .yfsdocaz_footer__wrapper{
        gap: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .yfsdocaz_footer__left{
        max-width: 100%;
    }

    .yfsdocaz_header__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0;
    }

    .yfsdocaz_header__block{
        max-width: 100%;
    }

    .yfsdocaz_header__image {
        width: 100%;
        height: 300px;
        background: url(../yfsdocaz_img/yfsdocaz_header-background-1.webp) no-repeat center;
        background-size: cover;
    }

    .header__image_2{
        width: 100%;
        height: 300px;
        background: url(../yfsdocaz_img/yfsdocaz_header-background-2.webp) no-repeat center;
        background-size: cover;
    }
    .header__image_3{
        width: 100%;
        height: 300px;
        background: url(../yfsdocaz_img/yfsdocaz_header-background-3.webp) no-repeat center;
        background-size: cover;
    }
    .yfsdocaz_header__block{
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .yfsdocaz_header__container{
        padding: 0;
    }
    .yfsdocaz_contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .yfsdocaz_offer{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .yfsdocaz_customizable{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .yfsdocaz_choose{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .yfsdocaz_events{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .yfsdocaz_experience{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .yfsdocaz_offer__item{
        max-width: 600px;
    }

    .yfsdocaz_contact__wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .yfsdocaz_contact__inner{
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        max-width: 100%;
    }

    .yfsdocaz_contact__wrap{
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .yfsdocaz_header__nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    .yfsdocaz_header__container{
        padding: 0;
    }

    .yfsdocaz_header__block{
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .yfsdocaz_header__title{
        font-size: 32px;
    }

    .yfsdocaz_header__play{
        width: 100%;
    }

    .yfsdocaz_header__image{
        height: 271px;
    }

    .header__image_2{
        height: 271px;
    }

    .header__image_3{
        height: 271px;
    }

    .yfsdocaz_offer__title{
        font-size: 24px;
        text-align: left;
    }

    .yfsdocaz_offer__subtitle{
        text-align: left;
    }

    .yfsdocaz_offer__items{
        gap: 16px;
    }

    .yfsdocaz_customizable__title{
        font-size: 24px;
        text-align: left;
    }

    .yfsdocaz_customizable__subtitle{
        text-align: left;
    }

    .yfsdocaz_customizable__item{
        padding: 16px;
    }

    .yfsdocaz_customizable__info{
        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;
        max-width: 100%;
    }

    .yfsdocaz_customizable__wrapper{
        padding: 24px;
    }

    .yfsdocaz_customizable__wrapper{
        gap: 16px;
    }

    .yfsdocaz_customizable__information{
        text-align: left;
    }

    .yfsdocaz_choose__title{
        text-align: left;
        font-size: 24px;
    }

    .yfsdocaz_choose__subtitle{
        text-align: left;
    }

    .yfsdocaz_choose__item{
        padding: 24px;
    }

    .yfsdocaz_choose__head{
        font-size: 20px;
    }

    .yfsdocaz_choose__link{
        width: 100%;
    }

    .yfsdocaz_events__title{
        font-size: 24px;
        text-align: left;
    }

    .yfsdocaz_events__subtitle{
        text-align: left;
    }

    .yfsdocaz_events__items{
        display: none;
    }

    .yfsdocaz_events__wrapper{
        display: none;
    }

    .yfsdocaz_header__link{
        font-size: 12px;
    }

    .yfsdocaz_events__slider{
        display: block;
    }

    .yfsdocaz_events {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .yfsdocaz_events__inner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .desc__top {
        padding-top: 100px;
    }

    .yfsdocaz_info{
        padding-bottom: 40px;
    }

    .yfsdocaz_info__title{
        font-size: 32px;
        margin-bottom: 24px;
        text-align: left;
    }

    .yfsdocaz_contact__title{
        font-size: 24px;
        text-align: left;
    }

    .yfsdocaz_contact__subtitle{
        text-align: left;
    }

    .yfsdocaz_contact__btn{
        width: 100%;
    }

    .yfsdocaz_experience__title{
        text-align: left;
        font-size: 24px;
    }

    .yfsdocaz_experience__subtitle{
        text-align: left;
    }

    .yfsdocaz_experience__buttons{
        gap: 12px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .yfsdocaz_experience__img {
        max-width: 100%;
        height: 160px;
    }
    .yfsdocaz_experience__image {
        padding-top: 80px;
        padding-bottom: 80px;
        max-width: 100%;
    }

    .yfsdocaz_experience__bottom{
        gap: 16px;
    }

    .yfsdocaz_experience__btn{
        padding: 12px 16px;
    }
}