:root {
    --input-bg: white;
}
/* Для изменения фона автозаполненного поля */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px var(--input-bg) inset !important;
    background-color: var(--input-bg) !important;
}

/* Для изменения цвета текста в автозаполненном поле */
input:-webkit-autofill {
    -webkit-text-fill-color: black !important; /* Черный цвет текста */
}
@font-face {
    font-family: 'Gotham Pro';
    font-weight: 400;
    font-style: normal;
    src: url('../../idg/assets/fonts/Gotham-Pro/gothampro.ttf') format('truetype');
}

@font-face {
    font-family: 'RAYDIS';
    font-weight: 700;
    font-style: normal;
    src: url("fonts/RAYDIS/RAYDIS.woff2") format("woff2"),
    url("fonts/RAYDIS/RAYDIS.woff") format("woff"),
    url("fonts/RAYDIS/RAYDIS.otf") format("opentype"),
    url('fonts/RAYDIS/RAYDIS.ttf') format('truetype');
}

@font-face {
    font-family: 'Lemon Tuesday';
    font-weight: 400;
    font-style: normal;
    src: url('fonts/Lemon Tuesday/Lemon Tuesday.otf') format('truetype');
}

[disabled] {
    opacity: 0.5;
}

button {
    outline: none;
}

html {
    scroll-padding-top: 4.4vw;
}

@media (max-width: 575.5px) {
    html {
        scroll-padding-top: 16vw;
    }
}

body {
    font-family: Montserrat;
    /*font-size: 20px;*/
    /*line-height: 24px;*/
    /*color: #363636;*/
    cursor:  url(../img/cursor.svg) 14 4, default !important;
    background-color: black;
}

/*.absolute-image {*/
/*    position: absolute !important;*/
/*    pointer-events: none;*/
/*}*/
/*.absolute-image img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
/*.absolute-image.vertical img {*/
/*    width: auto;*/
/*    height: 100%;*/
/*}*/
/*.navigation-link {*/
/*    position: absolute !important;*/
/*    top: 0;*/
/*}*/

/*.top {*/
/*    position: absolute !important;*/
/*    top: 68px;*/
/*    right: 69px;*/
/*    left: 107px;*/
/*    display: -ms-flex;*/
/*    display: flex;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*}*/
/*.top .top-content {*/
/*    display: -ms-flex;*/
/*    display: flex;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    font-weight: 600;*/
/*    font-size: 18px;*/
/*    line-height: 22px;*/
/*    color: white;*/
/*    width: 100%;*/
/*}*/
/*.top .top-content > img {*/
/*    width: 106px;*/
/*    margin-right: 62px;*/
/*    flex-shrink: 0;*/
/*}*/
/*.top .top-content .links {*/
/*    display: -ms-flex;*/
/*    display: flex;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*    background: url("/img/2/top-links-back.png") center center no-repeat;*/
/*    background-size: 100% 100%;*/
/*    padding: 20px 75px 18px 66px;*/
/*}*/
/*.top .links a {*/
/*    display: inline-block;*/
/*    font-family: Montserrat Alternates;*/
/*    font-weight: 400;*/
/*    font-size: 25px;*/
/*    line-height: 30px;*/
/*    letter-spacing: -0.02em;*/
/*    color: #FFF;*/
/*}*/
/*.top .links > div:first-child > a:first-child {*/
/*    letter-spacing: 0;*/
/*}*/
/*.top .links > div:first-child > a:first-child span {*/
/*    letter-spacing: 0.15em;*/
/*}*/
/*.top .links a:not(:last-child) {*/
/*    margin-right: 50px;*/
/*}*/
/*.top .top-content .phones {*/
/*    display: -ms-flex;*/
/*    display: flex;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    margin-left: 25px;*/
/*    white-space: nowrap;*/
/*}*/
/*.top .top-content .phones > div:not(:last-child) {*/
/*    margin-bottom: 5px;*/
/*}*/

/*NEW BLOCK1*/
.hair-page {
    overflow: hidden;
}
.top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 1.46vw 5.99vw 1.45vw 5.99vw;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top .menu-toggle {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.04vw;
    line-height: 1.25vw;
    letter-spacing: -0.02em;
    background: transparent;
    color: white;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 0.63vw;
    position: relative;
    z-index: 1010;
    padding: 0;
}

.top .menu-toggle img {
    height: 0.83vw;
    width: auto;
}

.top .menu-toggle img:nth-child(2) {
    display: none;
}

.top__button {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.94vw;
    line-height: 1.10vw;
    letter-spacing: -0.02em;
    border: none;
    background: rgba(240, 240, 240, 1);
    color: black;
    border-radius: 4.58vw;
    padding: 0.68vw 1.35vw;
    margin-left: 2.24vw;
    opacity: 0;
}

.top__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0.16vw;
}

.top__logo img {
    width: 12.6vw;
    height: auto;
}

.top__logo img:nth-child(2) {
    display: none;
}

.top__contacts {
    margin-left: auto;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.83vw;
    line-height: 1.15vw;
    letter-spacing: 0;
    text-align: right;
    color: white;
}

.top__contacts ul {
    list-style: none;
    margin-bottom: 0;
}

.top__contacts a {
    text-decoration: none;
    color: white;
}

#sidebar {
    position: fixed;
    width: 23.8vw;
    height: -webkit-fill-available;
    height: 100%;
    top: 0;
    left: -23.8vw;
    background: white;
    color: black;
    transition: left 0.3s ease;
    z-index: 1000;
    padding: 5.78vw 0 3.29vw 3.54vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar.open {
    left: 0 !important;
}

.top .menu-toggle.sidebar_open {
    color: black;
}

.top .menu-toggle.sidebar_open img:nth-child(1) {
    display: none;
}

.top .menu-toggle.sidebar_open img:nth-child(2) {
    display: unset;
}

#sidebar ul {
    list-style: none;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.52vw;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

#sidebar .menu-items li:not(:last-child) {
    margin-bottom: 1.25vw;
}

#sidebar ul a {
    color: rgba(171, 168, 156, 1);
    text-decoration: none;
}
#sidebar ul a.active {
    color: rgba(100, 26, 29, 1);
    font-weight: 500;
    text-decoration: underline;
}
#sidebar .social {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.04vw;
    line-height: 1.25vw;
    letter-spacing: 0;
}

#sidebar .social li {
    display: flex;
    flex-direction: row;
    column-gap: 0.52vw;
    margin-bottom: 1.04vw;
    align-items: center;
}

#sidebar .social li a {
    color: rgba(84, 84, 84, 1);
}

#sidebar .social li img {
    height: 1.56vw;
    width: auto;
}

.top_scroll {
    background: white;
    z-index: 3;
}

.top_scroll .menu-toggle {
    color: black;
}

.top_scroll .menu-toggle img:nth-child(1) {
    display: none;
}

.top_scroll .menu-toggle img:nth-child(2) {
    display: unset;
}

.top_scroll .top__logo img:nth-child(1) {
    display: none;
}

.top_scroll .top__logo img:nth-child(2) {
    display: unset;
}

.top_scroll .top__button {
    opacity: 1;
}

.top_scroll .top__button:disabled {
    opacity: 0.5;
}

.top_scroll .top__contacts {
    color: black;
}

.top_scroll .top__contacts a {
    color: black;
}

#sidebar .top__button {
    display: none;
}

#sidebar .contacts {
    display: none;
}

@media (max-width: 575.5px) {
    .top {
        padding: 7.81vw 7.5vw 6.88vw 7.81vw;
    }

    .top .menu-toggle {
        font-size: 3.91vw;
        line-height: 4.84vw;
        column-gap: 2.34vw;
    }

    .top .menu-toggle span {
        display: none;
    }

    .top .menu-toggle img {
        height: 3.75vw;
    }

    .top__button {
        display: none;
    }

    .top__logo {
        padding-top: 2.19vw;
    }

    .top__logo img {
        width: 42.81vw;
    }

    .top__contacts {
        display: none;
    }

    #sidebar {
        width: 64.06vw;
        left: -64.06vw;
        padding: 20.94vw 0 9.38vw 7.81vw;
    }

    #sidebar .menu-items {
        font-size: 4.06vw;
        line-height: 5vw;
    }

    #sidebar ul a {
        font-weight: 400;
    }

    #sidebar .menu-items {
        margin-bottom: 5.31vw;
    }

    #sidebar .menu-items li:not(:last-child) {
        margin-bottom: 5vw;
    }

    #sidebar .social {
        font-size: 3.44vw;
        line-height: 4.06vw;
        display: flex;
        flex-direction: column-reverse;
        column-gap: 5vw;
        row-gap: 2.5vw;
        justify-content: flex-end;
        margin-top: auto;
    }

    #sidebar .social li {
        column-gap: 1.56vw;
        margin-bottom: 0;
    }

    #sidebar .social li img {
        height: 5vw;
    }

    #sidebar .top__button {
        display: inline-block;
        font-size: 3.13vw;
        line-height: 3.75vw;
        border-radius: 15.31vw;
        padding: 2.19vw 4.69vw;
        margin-left: 0;
        opacity: 1;
        width: fit-content;
    }

    #sidebar .top__button:first-of-type {
        margin-bottom: 2.97vw;
    }

    #sidebar .top__button:disabled {
        opacity: 0.5;
    }

    #sidebar .contacts {
        margin-top: 3.44vw;
        display: flex;
        flex-direction: column;
        font-family: Montserrat;
        font-weight: 400;
        font-size: 3.13vw;
        line-height: 4.38vw;
        letter-spacing: 0;
        color: rgba(84, 84, 84, 1);
        text-align: left;
    }

    #sidebar .contacts a {
        color: rgba(84, 84, 84, 1);
        text-decoration: none;
    }
}

.marquee-1 {
    position: absolute;
    background: radial-gradient(50% 1824.24% at 50% 50%, #B2A89B 0%, #3E413A 100%);
    font-family: Lemon Tuesday;
    font-weight: 400;
    font-size: 1.77vw;
    line-height: 1.81vw;
    letter-spacing: -0.02em;
    color: rgba(84, 84, 84, 1);
    overflow: hidden;
    white-space: nowrap;
    padding: 0.42vw 0 0;
    bottom: 0;
    width: 100%;
    left: 0;
}

.marquee-1 div {
    display: -webkit-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    animation: reload-marquee-1 20s linear infinite;
}

@keyframes reload-marquee-1 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-50%, 0);
    }
}

.marquee span {
    position: relative;
    margin-right: 3.44vw;
}

@media (max-width: 575.5px) {
    .marquee-1 {
        font-size: 4.69vw;
        line-height: 6.88vw;
        padding: 0.62vw 0 0;
    }

    .marquee span {
        margin-right: 10.63vw;
    }
}

.modal .modal-dialog {
    max-width: 35.73vw;
    margin-top: 3.93vw;
}

.modal .modal-content {
    padding: 1.77vw 4.49vw 2.14vw;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-image: url('../img/contactPopup-modal-image.png');
    background-size: cover;
    background-position: center;
    border-radius: 0;
}

.modal .contact-form {
    width: 100%;
}

.modal .title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 1.52vw;
    letter-spacing: 0;
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin-bottom: 1.67vw;
}

.modal .checkboxes {
    margin: 0 auto 1.83vw;
    width: 23.65vw;
}

.modal .btn-send {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.30vw;
    line-height: 1.30vw;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #000000 0%, #ABA89C 100%);
    box-shadow: 0px 0.31vw 0.61vw 0px rgba(0, 0, 0, 0.4);
    padding: 0.93vw 1.82vw;
    color: white;
    border-radius: 6.11vw;
    border: none;
    text-transform: uppercase;
}

.modal .btn-close {
    height: 2.60vw;
    width: 2.60vw;
    background: url(../img/close-button.svg) center center no-repeat;
    background-size: contain;
    border: none;
    outline: none;
    position: absolute;
    right: -2.85vw;
    top: -2.60vw;
}

.form-group {
    margin-bottom: 1.15vw;
}

.form-group input {
    width: 100%;
    padding: 0.62vw 2.24vw 0.52vw;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.52vw;
    letter-spacing: 0;
    color: white;
    background: rgba(0, 0, 0, 0.25);
    border: 0.12vw solid rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0.25vw 0.25vw 0px rgba(0, 0, 0, 0.25);
    border-radius: 1.25vw;
    outline: none;
}

.form-group input::placeholder {
    color: white;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.52vw;
    letter-spacing: 0;
}

.form-group textarea {
    width: 100%;
    height: 5.93vw;
    padding: 0.62vw 2.24vw 0.52vw;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.52vw;
    letter-spacing: 0;
    color: white;
    background: rgba(0, 0, 0, 0.25);
    border: 0.12vw solid rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0.25vw 0.25vw 0px rgba(0, 0, 0, 0.25);
    border-radius: 1.25vw;
    outline: none;
    resize: none;
}

.form-group textarea::placeholder {
    color: white;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.52vw;
    letter-spacing: 0;
}

.checkboxes input[type=checkbox] {
    display: none;
}

.checkboxes input[type=checkbox] + label {
    display: block;
    font-family: Gotham Pro;
    font-weight: 400;
    font-size: 0.68vw;
    line-height: 0.52vw;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 0.54vw;
    cursor: pointer;
    color: white;
    text-align: left;
    padding-left: 1.96vw;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkboxes input[type=checkbox] + label a {
    color: white;
}

.checkboxes input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid white;
    width: 1.25vw;
    height: 1.25vw;
    border-radius: 0.31vw;
}

.checkboxes input[type=checkbox]:checked + label:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1.21vw;
    height: 1.21vw;
    content: '';
    background: url(../img/contact-check.png) center center no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkboxes .show-message {
    position: relative;
    padding: 0;
    border: none;
    background: transparent;
    outline: none !important;
    line-height: 0.39vw;
}

.checkboxes .show-message img {
    height: 1.25vw;
    width: auto;
}

.checkboxes .show-message .hidden-message {
    display: none;
}

.checkboxes .show-message:hover .hidden-message {
    display: block;
    position: absolute;
    top: -0.54vw;
    right: -9.38vw;
    width: 10.62vw;
    border-radius: 0.68vw;
    background: linear-gradient(90deg, #000000 0%, #ABA89C 100%);
    box-shadow: 0px 0.25vw 0.25vw 0px rgba(0, 0, 0, 0.25);
    padding: 0.52vw 1.04vw 0.52vw 0.78vw;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.57vw;
    line-height: 0.52vw;
    letter-spacing: 0;
    z-index: 1;
    text-align: left;
    color: white;
    letter-spacing: 0;
    cursor: default;
}

#participatePopup .choice-package {
    display: flex;
    flex-direction: column;
    row-gap: 1.04vw;
    margin-bottom: 1.15vw;
    position: relative;
}

#participatePopup .choice-package__head {
    display: inline-block;
    width: 100%;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.52vw;
    letter-spacing: 0px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.25vw 0.25vw 0px;
    padding: 0.62vw 0.83vw 0.52vw 2.24vw;
    background: rgba(0, 0, 0, 0.25);
    border-width: 0.12vw;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#participatePopup .choice-package__arrow {
    border: none;
    padding: 0;
    background: url(../img/packages-arrow.svg);
    background-size: cover;
    height: 1.15vw;
    width: 1.15vw;
}

#participatePopup .choice-package__body {
    display: none;
}

#participatePopup .choice-package.active .choice-package__body {
    position: absolute;
    top: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 0.47vw;
    width: 100%;
    padding-top: 0.52vw;
    z-index: 1;
}

#participatePopup .choice-group {
    padding: 0.39vw 2.20vw 0.47vw;
    background: linear-gradient(90deg, #000000 0%, #ABA89C 100%);
    box-shadow: 0px 0.25vw 0.25vw 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    border-radius: 0.78vw;
}

#participatePopup .choice-group label {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.93vw;
    line-height: 1.04vw;
    letter-spacing: 0;
    position: relative;
    cursor: pointer;
    color: white;
    text-align: left;
    padding-left: 1.77vw;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

#participatePopup .choice-group input[type=radio] {
    display: none;
}

#participatePopup .choice-group input[type=radio] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid white;
    width: 1.15vw;
    height: 1.15vw;
    border-radius: 0.31vw;
}

#participatePopup .choice-group input[type=radio]:checked + label:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1.04vw;
    height: 1.04vw;
    content: '';
    background: url(../img/contact-check.png) center center no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 575.5px) {
    .modal .modal-dialog {
        max-width: 87.19vw;
        margin: 28.63vw auto 0 auto;
        border-radius: 0.94vw;
    }

    .modal .modal-content {
        padding: 4.69vw 10.94vw 5vw;
    }

    .modal .title {
        font-size: 3.13vw;
        line-height: 3.75vw;
        margin-bottom: 4.06vw;
    }

    .modal .checkboxes {
        margin: 0 auto 3.13vw;
        width: 58.75vw;
    }

    .modal .btn-send {
        font-size: 3.13vw;
        line-height: 3.13vw;
        box-shadow: 0vw 0.75vw 1.5vw 0px rgba(0, 0, 0, 0.4);
        padding: 2.19vw 4.38vw;
        border-radius: 15vw;
    }

    .modal .btn-close {
        height: 4.69vw;
        width: 4.69vw;
        right: -6vw;
        top: -3.13vw;
    }

    .form-group {
        margin-bottom: 3.13vw;
    }

    .form-group input {
        padding: 1.41vw 5.31vw 1.56vw;
        font-size: 3.13vw;
        line-height: 3.75vw;
        border: 0.3vw solid rgba(255, 255, 255, 0.5);
        box-shadow: 0vw 0.6vw 0.6vw 0px rgba(0, 0, 0, 0.25);
        border-radius: 3.13vw;
    }

    .form-group input::placeholder {
        font-size: 3.13vw;
        line-height: 3.75vw;
    }

    .form-group textarea {
        height: 14.69vw;
        padding: 1.41vw 5.31vw 1.56vw;
        font-size: 3.13vw;
        line-height: 3.75vw;
        box-shadow: 0vw 0.6vw 0.6vw 0px rgba(0, 0, 0, 0.25);
        border-radius: 3.13vw;
    }

    .form-group textarea::placeholder {
        font-size: 3.13vw;
        line-height: 3.75vw;
    }

    .checkboxes input[type=checkbox] + label {
        font-size: 1.56vw;
        line-height: 1.56vw;
        margin-bottom: 1.88vw;
        padding-left: 5vw;
    }

    .checkboxes input[type=checkbox] + label:before {
        width: 3.13vw;
        height: 3.13vw;
        border-radius: 0.94vw;
    }

    .checkboxes input[type=checkbox]:checked + label:after {
        width: 2.81vw;
        height: 2.81vw;
    }

    .checkboxes .show-message {
        height: 3.13vw;
        width: 3.13vw;
    }

    .checkboxes .show-message img {
        height: 3.13vw;
        width: auto;
    }

    .checkboxes .show-message:hover .hidden-message {
        top: unset;
        left: -2.5vw;
        width: 25.63vw;
        border-radius: 1.88vw;
        box-shadow: 0vw 0.54vw 0.54vw 0px rgba(0, 0, 0, 0.25);
        padding: 0.62vw 1.88vw 0.5vw 1.88vw;
        font-size: 1.56vw;
        line-height: 1.88vw;
        height: fit-content;
    }

    #participatePopup .choice-package {
        margin-bottom: 1.25vw;
    }

    #participatePopup .choice-package__head {
        padding: 1.41vw 2.01vw 1.56vw 5.31vw;
        font-size: 3.13vw;
        line-height: 3.75vw;
        border: 0.3vw solid rgba(255, 255, 255, 0.5);
        box-shadow: 0vw 0.6vw 0.6vw 0px rgba(0, 0, 0, 0.25);
        border-radius: 3.13vw;
    }

    #participatePopup .choice-package__arrow {
        height: 3.125vw;
        width: 3.125vw;
        margin-top: 0.3125vw;
        background: url(../img/packages-arrow-mobile.svg);
        background-size: cover;
    }

    #participatePopup .choice-package.active .choice-package__body {
        row-gap: 1.25vw;
        padding-top: 1.25vw;
    }

    #participatePopup .choice-group {
        padding: 0.94vw 5.31vw 1.25vw;
        box-shadow: 0px 0.57vw 0.57vw 0px rgba(0, 0, 0, 0.25);
        border-radius: 1.88vw;
    }

    #participatePopup .choice-group label {
        font-size: 2.19vw;
        line-height: 2.81vw;
        padding-left: 4.38vw;
    }

    #participatePopup .choice-group input[type=radio] + label:before {
        border: 1px solid white;
        width: 3.13vw;
        height: 3.13vw;
        border-radius: 0.94vw;
    }

    #participatePopup .choice-group input[type=radio]:checked + label:after {
        width: 2.81vw;
        height: 2.81vw;
        left: 0.31vw;
    }
}

#successPopup .modal-content {
    padding: 1.30vw 1.71vw 1.87vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 25.76vw;
    background: url(../img/success-popup-image.png) center center no-repeat;
    background-size: contain;
    border-radius: 0;
}

#successPopup .logo {
    font-family: Lemon Tuesday;
    font-weight: 400;
    font-size: 1.79vw;
    line-height: 1.82vw;
    letter-spacing: -0.02em;
    text-align: right;
    color: rgba(0, 0, 0, 0.85);
}

#successPopup .modal-body {
    display: flex;
    flex-direction: column;
    row-gap: 0.84vw;
    max-width: 19.41vw;
    padding: 0;
    justify-content: flex-end;
    align-items: flex-end;
}

#successPopup .modal-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.46vw;
    line-height: 1.68vw;
    letter-spacing: 0;
    color: white;
    position: relative;
    text-transform: uppercase;
}

#successPopup .modal-title img {
    position: absolute;
    left: -2.10vw;
    top: 0;
    width: 1.04vw;
    height: 1.04vw;
}

#successPopup .modal-subtitle {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.15vw;
    line-height: 1.31vw;
    letter-spacing: 0;
    text-align: right;
    color: black;
}
#paymentPopup .modal-content {
    padding: 4.53vw 4.49vw 3.33vw;
}
#paymentPopup .choice-package__head {
    display: block;
    width: 100%;
    padding: 0.62vw 2.24vw 0.52vw;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.52vw;
    letter-spacing: 0;
    color: white;
    background: rgba(0, 0, 0, 0.25);
    border: 0.12vw solid rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0.25vw 0.25vw 0px rgba(0, 0, 0, 0.25);
    border-radius: 1.25vw;
    margin-bottom: 0.57vw;
}
#paymentPopup .choice-package .choice-package__body {
    top: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 0.47vw;
    width: 100%;
}
#paymentPopup .choice-group {
    padding: 0.5vw 2.20vw 0.55vw;
    background: linear-gradient(90deg, #000000 0%, #ABA89C 100%);
    box-shadow: 0px 0.25vw 0.25vw 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    border-radius: 0.78vw;
}
#paymentPopup .choice-group input[type=radio] {
    display: none;
}
#paymentPopup .choice-group label {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.93vw;
    line-height: 1.04vw;
    letter-spacing: 0;
    position: relative;
    cursor: pointer;
    color: white;
    text-align: left;
    padding-left: 1.77vw;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
#paymentPopup .choice-group input[type=radio] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid white;
    width: 1.15vw;
    height: 1.15vw;
    border-radius: 0.31vw;
}
#paymentPopup .choice-group input[type=radio]:checked + label:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1.04vw;
    height: 1.04vw;
    content: '';
    background: url(../img/contact-check.png) center center no-repeat;
    background-size: contain;
    display: flex
;
    justify-content: center;
    align-items: center;
}
#paymentPopup .text-center {
    margin-top: 1.98vw;
}
@media (max-width: 575.5px) {
    #successPopup .modal-content {
        padding: 3.13vw 4.06vw 4.69vw;
        height: 63.13vw;
    }

    #successPopup .logo {
        font-size: 4.38vw;
        line-height: 4.53vw;
    }

    #successPopup .modal-body {
        row-gap: 2.03vw;
        max-width: 48.13vw;
    }

    #successPopup .modal-title {
        font-size: 3.59vw;
        line-height: 4.38vw;
    }

    #successPopup .modal-title img {
        left: -4.69vw;
        width: 4.06vw;
        height: 4.06vw;
    }

    #successPopup .modal-subtitle {
        font-size: 2.81vw;
        line-height: 3.44vw;
    }
    #paymentPopup .modal-content {
        padding: 11.25vw 10.94vw 8.125vw;
    }
    #paymentPopup .choice-package__head {
        padding: 1.41vw 5.31vw 1.56vw;
        font-size: 3.13vw;
        line-height: 3.75vw;
        border: 0.3vw solid rgba(255, 255, 255, 0.5);
        box-shadow: 0vw 0.6vw 0.6vw 0px rgba(0, 0, 0, 0.25);
        border-radius: 3.13vw;
        margin-bottom: 1.25vw;
    }
    #paymentPopup .choice-package .choice-package__body {
        row-gap: 1.25vw;
    }
    #paymentPopup .choice-group {
        padding: 0.94vw 5.31vw 1.25vw;
        box-shadow: 0px 0.57vw 0.57vw 0px rgba(0, 0, 0, 0.25);
        border-radius: 1.88vw;
    }

    #paymentPopup .choice-group label {
        font-size: 2.19vw;
        line-height: 2.81vw;
        padding-left: 4.38vw;
    }
    #paymentPopup .choice-group input[type=radio] + label:before {
        border: 1px solid white;
        width: 3.13vw;
        height: 3.13vw;
        border-radius: 0.94vw;
    }
    #paymentPopup .choice-group input[type=radio]:checked + label:after {
        width: 2.81vw;
        height: 2.81vw;
        left: 0.31vw;
    }
    #paymentPopup .text-center {
        margin-top: 4.67vw;
    }
}

#block_1 {
    position: relative;
    padding: 10.98vw 0 4.73vw;
    height: 49.24vw;
    overflow: hidden;
}

#block_1 .main-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}
#block_1 .main-video-mobile {
    display: none;
}
#block_1 .content {
    position: relative;
    z-index: 1;
    text-align: center;
    height: 100%;
}

#block_1 .title {
    font-family: RAYDIS;
    font-weight: 700;
    font-size: 3.60vw;
    line-height: 3.70vw;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0.16vw 0.16vw rgba(0, 0, 0, 0.25);
    margin-bottom: 0.01vw; /* Округлено до сотых */
}

#block_1 .subtitle {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.62vw;
    line-height: 1.62vw;
    letter-spacing: -0.02em;
    color: white;
}

#block_1 .forum-info {
    font-family: RAYDIS;
    font-weight: 700;
    font-size: 1.15vw;
    line-height: 1.23vw;
    letter-spacing: -0.02em;
    color: white;
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.62vw 4.55vw 1.17vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    /*backdrop-filter: blur(0.25vw);*/
    border-radius: 100%;
}

#block_1 .forum-info::before {
    content: '';
    border-radius: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
}

#block_1 .vertical-line {
    width: 0.05vw;
    height: 3.01vw;
    background-color: white;
    margin: 0 1.72vw;
}

#block_1 .contact-button {
    position: fixed;
    width: 2.55vw;
    height: 2.55vw;
    margin-right: 5.56vw;
    right: 0;
    background: none;
    border: none;
    bottom: 2.89vw;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

#block_1 .contact-button img {
    width: 2.60vw;
    height: 2.60vw;
}

#block_1 .contact-button img:last-child {
    display: none;
}

#block_1 .text-center {
    display: none;
}

#block_1 .bg-blur {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 62.5vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.5%, #000000 100%);
    -webkit-backdrop-filter: blur(4x);
    backdrop-filter: blur(4px);
}

@media (max-width: 575.5px) {
    #block_1 {
        padding: 32.19vw 0 17.8vw;
        height: 177.5vw;
    }

    #block_1 .content {
        max-width: 83.44vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    #block_1 .title {
        font-weight: 700;
        font-size: 6.25vw;
        line-height: 6.41vw;
        text-shadow: 0vw 0.28vw 0.28vw rgba(0, 0, 0, 0.25);
        margin-bottom: 0.94vw;
        text-align: left;
        order: 2;
        margin-top: auto;
    }

    #block_1 .subtitle {
        font-size: 3.44vw;
        line-height: 3.75vw;
        text-align: left;
        order: 3;
        max-width: 68.75vw;
    }

    #block_1 .forum-info {
        font-size: 3.13vw;
        line-height: 3.44vw;
        flex-direction: column;
        row-gap: 1.88vw;
        justify-content: center;
        align-items: center;
        padding: 0;
        position: relative;
        backdrop-filter: none;
        border-radius: 0;
        order: 1;
    }

    #block_1 .forum-info::before {
        content: '';
        border-radius: 100%;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    #block_1 .vertical-line {
        display: none;
    }

    #block_1 .contact-button {
        top: 6.75vw;
        right: 7.5vw;
        width: 6.56vw;
        height: 6.56vw;
        margin: 0;
        z-index: 10;
        display: none;
    }

    #block_1 .contact-button img {
        width: 6.56vw;
        height: 6.56vw;
    }

    #block_1 .contact-button img:first-child {
        display: none;
    }

    #block_1 .contact-button img:last-child {
        display: unset;
    }

    #block_1 .text-center {
        display: inline-block;
        margin-top: 7.5vw;
        order: 4;
    }

    #block_1 .btn-join {
        background: linear-gradient(90deg, #000000 0%, #ABA89C 100%);
        border-radius: 20.94vw;
        border: none;
        color: white;
        padding: 2.19vw 6.56vw;
        font-family: Montserrat;
        font-weight: 400;
        font-size: 4.38vw;
        line-height: 5.31vw;
        letter-spacing: -0.02em;
        text-transform: uppercase;
    }

    #block_1 .bg-blur {
        display: unset;
    }
    #block_1 .main-video {
        display: none;
    }
    #block_1 .main-video-mobile {
        display: unset;
    }
}

/*END NEW BLOCK 1*/


/*BLOCK 2*/
#block_2 {
    padding: 3.75vw 7.00vw 3.07vw;
    background: rgba(4, 5, 6, 1) url(../img/block2/block2-bg-image.png) center center no-repeat;
    background-size: contain;
    position: relative;
}

#block_2 .content {
    position: relative;
    z-index: 1;
}

#block_2 .block-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/block2/block2-master-image.png) left no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: 0;
}

#block_2 .block-bg-image-mobile {
    display: none;
}

#block_2 .intro {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.36vw;
    line-height: 1.67vw;
    letter-spacing: -0.02em;
    text-align: right;
    color: white;
    margin-bottom: 3.59vw;
    max-width: 47.73vw;
    margin-left: auto;
}

#block_2 .title {
    font-family: RAYDIS;
    font-weight: 700;
    font-size: 3.65vw;
    line-height: 4.02vw;
    letter-spacing: -0.02em;
    margin-bottom: 6.67vw;
    text-align: right;
    color: white;
    text: 0px 0.21vw 0.21vw 0px rgba(0, 0, 0, 0.25);
}

#block_2 .blocks {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
    column-gap: 3.65vw;
}

#block_2 .block {
    display: flex;
    flex-direction: column;
    row-gap: 1.67vw;
}

#block_2 .block:last-of-type {
    align-self: flex-start;
    align-items: flex-start;
}

#block_2 .block:last-of-type .block__body {
    text-align: left;
}

#block_2 .block__header {
    font-family: Montserrat;
    font-weight: 500;
    font-style: italic;
    font-size: 1.41vw;
    line-height: 1.73vw;
    letter-spacing: -0.02em;
    text-align: center;
    color: white;
}

#block_2 .block__body {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.94vw;
    line-height: 1.14vw;
    letter-spacing: -0.02em;
    text-align: center;
    color: white;
}

#block_2 .bottom-text {
    display: flex;
    flex-direction: column;
    row-gap: 0.57vw;
    align-items: center;
    margin-top: 2.86vw;
    width: 100%;
}

#block_2 .bottom-text img {
    width: 1.67vw;
    height: auto;
}

#block_2 .bottom-text p {
    margin-bottom: 0;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.04vw;
    line-height: 1.27vw;
    letter-spacing: -0.02em;
    text-align: center;
    color: white;
}

@media (max-width: 575.5px) {
    #block_2 {
        padding: 8.13vw 7.81vw 7.5vw;
        background: rgba(4, 5, 6, 1) url(../img/block2/block2-bg-image-mobile.png) center center no-repeat;
        background-size: contain;
    }

    #block_2 .block-bg-image {
        display: none;
    }

    #block_2 .block-bg-image-mobile {
        display: unset;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/block2/block2-master-image-mobile.png?v=2) left no-repeat;
        background-size: contain;
        height: 100%;
        width: 100%;
        z-index: 0;
    }

    #block_2 .intro {
        font-size: 2.81vw;
        line-height: 3.44vw;
        text-align: right;
        margin: 0 auto 3.13vw auto;
        max-width: 81.25vw;
    }

    #block_2 .title {
        font-size: 6.88vw;
        line-height: 7.5vw;
        margin-bottom: 19.38vw;
        text-align: center;
        position: relative;
    }

    #block_2 .title:after {
        position: absolute;
        content: '';
        width: 8.13vw;
        height: 8.13vw;
        background: url(../img/block2/block2-arrow-image.svg) left no-repeat;
        background-size: contain;
        right: 50%;
        top: 12.5vw;
        transform: translateX(50%);
    }

    #block_2 .blocks {
        flex-direction: column;
        row-gap: 7.5vw;
    }

    #block_2 .block {
        row-gap: 4.69vw;
        align-items: flex-end;
    }

    #block_2 .block__header {
        font-style: normal;
        font-size: 4.38vw;
        line-height: 5.31vw;
        text-align: right;
    }

    #block_2 .block__header br {
        display: none;
    }

    #block_2 .block__body {
        font-size: 3.13vw;
        line-height: 3.75vw;
        text-align: right;
        font-weight: 200;
        max-width: 62.5vw;
    }

    #block_2 .bottom-text {
        row-gap: 2.19vw;
        margin-top: 7.5vw;
    }

    #block_2 .bottom-text img {
        width: 5vw;
        height: auto;
    }

    #block_2 .bottom-text p {
        font-size: 3.13vw;
        line-height: 4.06vw;
    }
}

/*END BLOCK 2*/

/*BLOCK 3*/
#block_3 {
    position: relative;
    padding: 6.25vw 4.58vw 6.81vw;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(180deg, #0C0B10 0%, #ABA89C 100%);
}

#block_3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 5, 6, 1) url(../img/block3/block3-bg-image.png) left center no-repeat;
    background-size: cover;
    z-index: 0;
    opacity: 1;
}

#block_3.change-bg {
    background: black;
}

#block_3.change-padding {
    padding-bottom: 17.5vw;
}
#block_3.change-padding-2 {
    padding-bottom: 25.5vw;
}
#block_3.remove-padding {
    padding-bottom: 0;
}
#block_3.change-opacity::before {
    opacity: 0.55;
}

#block_3 .content {
    position: relative;
    z-index: 1;
}

#block_3 .title {
    margin-bottom: 2.56vw;
    position: relative;
}

#block_3 .title span:first-child {
    font-family: RAYDIS;
    font-weight: 700;
    font-size: 3.60vw;
    line-height: 3.70vw;
    letter-spacing: -0.02em;
    text-shadow: 0px 0.16vw 0.16vw rgba(0, 0, 0, 0.25);
    color: white;
    position: relative;
    z-index: 1;
}

#block_3 .title span:last-child {
    content: 'ПРОГРАММА';
    font-family: Lemon Tuesday;
    font-weight: 400;
    font-size: 5.98vw;
    line-height: 6.10vw;
    letter-spacing: -0.02em;
    color: rgba(158, 151, 139, 0.24);
    position: absolute;
    bottom: 0.94vw;
    right: 39.75vw;
    z-index: 0;
}

#block_3 .program-items {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    column-gap: 2.50vw;
    justify-content: space-between;
}

#block_3 .program-item {
    height: 19.01vw;
    background-size: contain;
    position: relative;
    display: inline-flex;
    border: none;
    padding: 0;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}

#block_3 .program-item:nth-child(1) {
    background: url('../img/block3/program-item-1-image.png') center center no-repeat;
    background-size: cover;
}

#block_3 .program-item:nth-child(2) {
    background: url('../img/block3/program-item-2-image.png') center center no-repeat;
    background-size: cover;
}

#block_3 .program-item:nth-child(3) {
    background: url('../img/block3/program-item-3-image.png') center center no-repeat;
    background-size: cover;
}

#block_3 .program-item__header {
    font-family: Montserrat;
    font-weight: 400;
    font-style: italic;
    font-size: 0.89vw;
    line-height: 1.09vw;
    letter-spacing: -0.02em;
    text-align: center;
    color: white;
    width: 100%;
    padding: 0.36vw 3.65vw 0.31vw;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(0.52vw);
}

#block_3 .btn-join {
    background: linear-gradient(90deg, #000000 0%, #ABA89C 100%);
    box-shadow: 0px 0.21vw 0.21vw 0px rgba(0, 0, 0, 0.25);
    border-radius: 4.58vw;
    border: none;
    color: white;
    padding: 0.68vw 1.36vw;
    margin-top: 3.49vw;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.94vw;
    line-height: 1.09vw;
    letter-spacing: -0.02em;
}

/*ПРОГРАММЫ*/
#block_3 .program {
    position: absolute;
    top: 0;
    right: 150%;
    color: white;
    width: 100%;
    height: 100%;
    padding: 2.81vw 4.17vw 1.83vw 4.58vw;
}

#block_3 .program.active {
    right: 50%;
    transform: translateX(50%);
    transition: right 0.6s ease;
}

#block_3 .program__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.77vw;
}

#block_3 .program__title button {
    width: 1.10vw;
    height: 1.10vw;
    background: url("../img/block3/block3-arrow-button-image.svg");
    background-size: cover;
    margin-left: 1.98vw;
    margin-right: 2.60vw;
    border: none;
    z-index: 2;
}

#block_3 .program__title span:first-of-type {
    font-family: RAYDIS;
    font-weight: 700;
    font-size: 1.67vw;
    line-height: 1.72vw;
    letter-spacing: -0.02em;
    color: white;
    text-shadow: 0px 0.08vw 0.08vw rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
}

#block_3 .program__title span:nth-of-type(2) {
    font-family: Lemon Tuesday;
    font-weight: 400;
    font-size: 2.76vw;
    line-height: 2.81vw;
    letter-spacing: -0.02em;
    color: rgba(158, 151, 139, 0.24);
    text-transform: uppercase;
    position: absolute;
    top: 2.14vw;
    left: 4.17vw;
    z-index: 0;
}

#block_3 .program__title span:last-of-type {
    font-family: Montserrat;
    font-weight: 400;
    font-style: italic;
    font-size: 1.72vw;
    line-height: 2.08vw;
    letter-spacing: -0.02em;
    text-shadow: 0px 0.14vw 0.14vw 0px rgba(0, 0, 0, 0.25);
}

#block_3 .program__title .vertical-line {
    width: 0.05vw;
    height: 3.02vw;
    background-color: white;
    margin: 0 3.33vw;
}

#block_3 .timing-list {
    display: flex;
    flex-direction: column;
    row-gap: 0.26vw;
    text-align: left;
    width: 100%;
    margin-bottom: 2.19vw;
}
#block_3 .program-2.active .timing-list {
    margin-bottom: 1vw;
}
#block_3 .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 3.44vw;
}
#block_3 .item.item_height {
    height: 6vw;
    align-items: flex-start;
}
#block_3 .item.item_speakers {
    height: 7.5vw;
    align-items: flex-start;
}
#block_3 .item.item_speakers .item__time {
    margin-top: 0.46vw;
}
#block_3 .item.item_speakers .item__title {
    margin-top: 0.46vw;
}
#block_3 .item.item_height .item__time {
    margin-top: 0.57vw;
}
#block_3 .item.item_height .item__speaker {
    margin-top: auto;
    margin-bottom: auto;
}
#block_3 .program-3 .item {
    height: 9.34vw;
    align-items: flex-start;
}
#block_3 .item__time {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.04vw;
    line-height: 1.25vw;
    letter-spacing: 0;
    text-align: center;
    padding: 0.68vw 0.57vw;
    background: rgba(99, 1, 1, 1);
    color: white;
    width: 7.19vw;
    white-space: nowrap;
}
#block_3 .program-3 .item > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    row-gap: 0.52vw;
}
#block_3 .program-3 .item > div:nth-of-type(3) {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    row-gap: 0.47vw;
    padding-top: 0.62vw;
}
#block_3 .item__title {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.04vw;
    line-height: 1.25vw;
    letter-spacing: 0;
    padding: 0.57vw 0 0.57vw 1.82vw;
    width: 65.63vw;
    display: block;
}
#block_3 .program-3 .item__title {
    width: 60vw;
}
#block_3 .item__subtitle {
    font-family: Montserrat;
    font-weight: 400;
    font-style: italic;
    font-size: 1.04vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    padding: 0 0 0 1.82vw;
    color: rgba(171, 168, 156, 1);
    display: block;
    width: 60vw;
}
#block_3 .item__title_red {
    border: 0.2vw solid transparent;
    border-image-source: linear-gradient(90.86deg, #FFFFFF 27.59%, rgba(100, 26, 29, 0.12) 50.74%);
    border-image-slice: 1;
    border-width: 0.2vw;
    font-family: RAYDIS;
    font-weight: 700;
    font-size: 1.04vw;
    height: 2.6vw;
}

#block_3 .item__speaker {
    display: flex;
    flex-direction: row;
    column-gap: 1.41vw;
    align-items: center;
    min-width: 17.19vw;
    width: 17.19vw;
    margin-left: auto;
}
#block_3 .item__speakers {
    display: flex;
    flex-direction: column;
    row-gap: 0.36vw;
    margin-left: auto;
}
#block_3 .item__speaker img {
    height: 3.44vw;
    width: 4.69vw;
    background: black;
}
#block_3 .item__speaker-info {
    display: flex;
    flex-direction: column;
}
#block_3 .item__speaker span:first-of-type {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.89vw;
    line-height: 1.10vw;
    letter-spacing: 0;
    color: white;
}

#block_3 .item__speaker span:last-of-type {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.68vw;
    line-height: 0.78vw;
    letter-spacing: 0;
    color: rgba(171, 168, 156, 1);
}
#block_3 .item__speaker span:last-of-type a {
    color: rgba(84, 84, 84, 1);
    text-decoration: none;
}
#block_3 .content.close-block {
    left: 150%;
    transition: left 0.6s ease;
    position: relative;
}
#block_3 .item_mobile .item__speaker-info {
    display: flex;
    flex-direction: column;
}
#block_3 .info {
    font-family: Montserrat;
    font-weight: 400;
    font-style: italic;
    font-size: 0.91vw;
    line-height: 1.04vw;
    letter-spacing: 0;
    text-align: center;
    color: rgba(171, 168, 156, 1);
    display: block;
    white-space: nowrap;
    margin-left: 8.85vw;
}
#block_3 .program-1 .timing-list > img {
    height: 40.66vw;
    width: 2px;
    position: absolute;
    right: 27.83vw;
}
#block_3 .program-2 .timing-list > img {
    height: 49.66vw;
    width: 2px;
    position: absolute;
    right: 26.83vw;
}
#block_3 .program-3 .timing-list > img {
    height: 10.66vw;
    width: 2px;
    position: absolute;
    right: 27.83vw;
}
@media (max-width: 575.5px) {
    #block_3 {
        padding: 15.00vw 7.50vw 16.25vw 10.00vw;
        background: rgba(4, 5, 6, 1) url(../img/block3/block3-bg-image-mobile.png) center center no-repeat;
        background-size: cover;
    }

    #block_3 .title {
        margin-bottom: 5.94vw;
        text-align: end;
    }

    #block_3 .title span:first-child {
        font-size: 7.50vw;
        line-height: 7.81vw;
        text-shadow: 0vw 0.35vw 0.35vw rgba(0, 0, 0, 0.25);
        text-align: right;
    }

    #block_3 .title span:last-child {
        font-size: 12.50vw;
        line-height: 12.81vw;
        left: 0;
    }

    #block_3 .program-items {
        flex-direction: column;
        row-gap: 3.75vw;
        width: 80.00vw;
        margin: auto;
    }

    #block_3 .program-item {
        height: 53.44vw;
    }
    #block_3 .program-item:nth-child(1) {
        background: url(../img/block3/program-item-1-image-mobile.png?v=2) center center no-repeat;
        background-size: cover;
    }
    #block_3 .program-item:nth-child(2) {
        background: url(../img/block3/program-item-2-image-mobile.png?v=2) center center no-repeat;
        background-size: cover;
    }
    #block_3 .program-item:nth-child(3) {
        background: url(../img/block3/program-item-3-image-mobile.png?v=2) center center no-repeat;
        background-size: cover;
    }
    #block_3 .program-item__header {
        font-size: 3.13vw;
        line-height: 2.81vw;
        padding: 2.50vw 10.31vw 2.19vw;
        backdrop-filter: blur(5px);
    }

    #block_3 .btn-join {
        box-shadow: 0vw 0.98vw 0.98vw 0vw rgba(0, 0, 0, 0.25);
        border-radius: 21.56vw;
        padding: 2.19vw 6.56vw;
        margin-top: 8.44vw;
        font-weight: 400;
        font-family: Montserrat;
        font-weight: 400;
        font-size: 4.31vw;
        line-height: 5.25vw;
        letter-spacing: -0.02em;
    }

    /*программы*/
    #block_3 .program {
        padding: 6.88vw 5.94vw 5.31vw;
    }
    #block_3.change-padding-mobile {
        padding-bottom: 82.38vw;
    }
    #block_3.change-padding-mobile-2 {
        padding-bottom: 129vw;
    }
    #block_3.no-padding-mobile {
        padding-bottom: 0;
    }
    #block_3 .program__title {
        margin-bottom: 5.63vw;
        padding: 0 3.13vw;
    }
    #block_3 .item_mobile .item__title {
        max-width: 57.81vw;
    }
    #block_3 .item_mobile .item__subtitle {
        max-width: 57.81vw;
        font-family: Montserrat;
        font-weight: 400;
        font-size: 2.5vw;
        line-height: 3.1vw;
        letter-spacing: 0;
        padding: 0;
    }
    #block_3 .program-3 .item_mobile .item__subtitle {
        max-width: 51vw;
    }
    #block_3 .program-3 .item > div:nth-of-type(2) {
        row-gap: 2.81vw;
    }
    #block_3 .program__title button {
        width: 5vw;
        height: 5vw;
        margin-left: 0;
        margin-right: 3.44vw;
    }
    #block_3 .program__title span:first-of-type {
        display: none;
    }
    #block_3 .program__title span:nth-of-type(2) {
        font-size: 12.81vw;
        line-height: 13.13vw;
        top: 3.13vw;
        right: 23.44vw;
        left: unset;
    }
    #block_3 .program__title span:last-of-type {
        font-size: 4.38vw;
        line-height: 4.69vw;
        text-shadow: 0 0.87vw 0.87vw rgba(0, 0, 0, 0.25);
        text-align: left;
    }
    #block_3 .program-2 .program__title span:last-of-type {
        text-align: right;
    }
    #block_3 .program__title .vertical-line {
        display: none;
    }
    #block_3 .timing-list {
        row-gap: 2.5vw;
        margin-bottom: 4.38vw;
    }
    #block_3 .item {
        height: fit-content;
        padding: 0 3.13vw;
    }
    #block_3 .program-3 .item {
        height: fit-content;
        padding: 0 3.13vw;
    }
    #block_3 .item.item_mobile {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        row-gap: 2.81vw;
        padding: 3.13vw;
        border: 0.63vw solid transparent;
        border-image-source: radial-gradient(28.55% 130% at 50% 49.41%, #630101 0%, #000000 100%);
        border-image-slice: 1;
        border-width: 0.63vw;
        border-radius: 3.13vw;
    }
    #block_3 .item.item_height {
        height: unset;
    }
    #block_3 .item.item_height .item__title {
        max-width: 61vw;
    }
    #block_3 .item__time {
        font-size: 3.13vw;
        line-height: 3.75vw;
        padding: 1.88vw 2.19vw;
        width: 21.25vw;
        min-width: 21.25vw;
        height: 7.81vw;
        white-space: nowrap;
    }
    #block_3 .item__time.no-bg {
        background: transparent;
    }
    #block_3 .item__title {
        font-size: 3.13vw;
        line-height: 3.13vw;
        padding: 0;
        width: unset;
    }
    #block_3 .item__title_red {
       border: none;
        padding: 1.56vw 0 1.88vw 3.13vw;
        height: auto;
        font-size: 2.8vw;
        line-height: 3.125vw;
    }
    #block_3 .item__speaker {
        display: block;
        position: relative;
    }
    #block_3 .item.item_speakers {
        height: 50vw;
    }
    #block_3 .item__speakers {
        position: absolute;
        right: 3.13vw;
        display: flex;
        align-items: flex-end;
        row-gap: 3.94vw;
    }
    #block_3 .item_mobile .item__speakers .item__speaker {
        position: relative;
        right: 0;
    }
    #block_3 .item_mobile .item__speaker {
        position: absolute;
        right: 3.13vw;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
        row-gap: 1.25vw;
    }
    #block_3 .program-3 .item_mobile .item__speaker {
        position: relative;
    }
    #block_3 .program-3 .item > div:nth-of-type(3) {
        position: absolute;
        right: 3.13vw;
        padding-top: 0;
        row-gap: 3.43vw;
    }
    #block_3 .item_mobile .item__speaker br {
        display: none;
    }
    #block_3 .item_mobile .item__speaker-info {
        display: flex;
        flex-direction: column;
    }
    #block_3 .item__speaker span:last-of-type a {
        color: rgba(171, 168, 156, 1);
    }
    #block_3 .item__speaker img {
        height: 11.56vw;
        width: 15.63vw;
    }
    #block_3 .item__speaker span:first-of-type {
        font-weight: 400;
        font-style: italic;
        font-size: 3.13vw;
        line-height: 3.75vw;
        text-align: right;
        white-space: nowrap;
    }
    #block_3 .item__speaker span:last-of-type {
        font-size: 2.19vw;
        line-height: 2.81vw;
        text-align: right;
    }
    #block_3 .info {
        font-style: italic;
        font-size: 2.8vw;
        line-height: 2.5vw;
        margin: 0 -4.69vw;
        white-space: break-spaces;
    }
    #block_3  .timing-list > img {
       display: none;
    }
}

/*END BLOCK 3*/
/*BLOCK 4*/
#block_4 {
    position: relative;
    padding: 15.63vw 7.81vw 7.29vw;
    overflow: hidden;
    text-align: left;
    background: rgba(0, 0, 0, 1);
}

#block_4 .logo {
    font-family: Lemon Tuesday;
    font-weight: 400;
    font-size: 10.37vw;
    line-height: 10.62vw;
    letter-spacing: -0.02em;
    color: rgba(161, 153, 141, 1);
    text-shadow: 0vw 0.47vw 0.47vw rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 50%;
    top: 2.76vw;
    transform: translateX(50%);
    white-space: nowrap;
    z-index: 1;
}

#block_4 .title {
    display: flex;
    flex-direction: row;
    column-gap: 3.65vw;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 3.4vw;
    position: relative;
}

#block_4 .title span:first-of-type {
    font-family: RAYDIS;
    font-weight: 700;
    font-size: 3.6vw;
    line-height: 3.69vw;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0vw 0.16vw 0.16vw rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
}

#block_4 .title span:last-of-type {
    position: absolute;
    font-family: Lemon Tuesday;
    font-weight: 400;
    font-size: 5.98vw;
    line-height: 6.09vw;
    letter-spacing: -0.02em;
    color: rgba(42, 42, 42, 1);
    bottom: 0.78vw;
    left: 1.3vw;
    z-index: 0;
}

#block_4 .subtitle {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.36vw;
    line-height: 1.67vw;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 1);
    max-width: 48.44vw;
    margin-bottom: 0.78vw;
}

#block_4 .speakers-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, auto);
    column-gap: 0.68vw;
    row-gap: 1.83vw;
}

#block_4 .speaker-item {
    display: flex;
    flex-direction: column;
    row-gap: 0.47vw;
    width: 100%;
    align-items: flex-start;
    position: relative;
}

#block_4 .speaker-item__image {
    height: 11.93vw;
    width: 100%;
    display: flex;
    align-items: center;
}

#block_4 .speaker-item__image-mobile {
    display: none;
}
#block_4 .speaker-item__image img {
    width: 100%;
    height: auto;
}

#block_4 .speaker-item__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#block_4 .speaker-item__info span:first-of-type {
    display: inline-block;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.15vw;
    line-height: 1.4vw;
    letter-spacing: 0;
    color: rgba(171, 168, 156, 1);
}

#block_4 .speaker-item__info span:last-of-type {
    display: inline-block;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.83vw;
    line-height: 1.04vw;
    letter-spacing: 0;
    color: rgba(84, 84, 84, 1);
}
#block_4 .speaker-item__info span:last-of-type a {
    text-decoration: none;
    color: rgba(84, 84, 84, 1);
    /*z-index: 2;*/
    position: relative;
}
#block_4 .speaker-item__info.secret span {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.15vw;
    line-height: 1.4vw;
    letter-spacing: 0;
    color: rgba(171, 168, 156, 1);
}

#block_4 .speaker-item__description {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
#block_4 .speaker-item__description.no-qr p{
    height: 16.67vw;
}
#block_4 .speaker-item__description.no-qr p:hover{
    opacity: 1;
}
#block_4 .speaker-item__description.no-qr > .speaker-item__info span:last-of-type a {
    z-index: 1;
}
#block_4 .speaker-item__description img {
    width: 9.69vw;
    height: auto;
}

#block_4 .speaker-item__description div:hover {
    opacity: 1;
    transition: opacity 0.6s ease;

}

#block_4 .speaker-item__description div:hover + p {
    opacity: 1;
    transition: opacity 0.6s ease;
}

#block_4 .speaker-item__description div {
    padding: 1.41vw 3.33vw 0.84vw;
    margin: auto;
    opacity: 0;
    background: rgba(0, 0, 0, 0.85);
    transition: opacity 0.6s ease;
}

#block_4 .speaker-item__description p {
    margin: 0;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.83vw;
    line-height: 1.04vw;
    letter-spacing: 0;
    color: white;
    padding: 0.99vw 0.78vw 1.36vw;
    opacity: 0;
    background: rgba(0, 0, 0, 0.85);
    transition: opacity 0.6s ease;
}
#block_4 .speakers-list > .text-center {
    display: none;
}
#block_4 > img {
    position: absolute;
    right: 0;
    top: 13.39vw;
    height: 12.81vw;
    width: auto;
}
#block_4 #btn-collapse {
    display: none;
}
#block_4 .speakers-list + .text-center {
    display: none;
}
@media (max-width: 575.5px) {
    #block_4 {
        padding: 19.69vw 7.19vw 6.56vw;
    }
    #block_4 .logo {
        font-size: 12.19vw;
        line-height: 12.5vw;
        text-shadow: 0vw 0.56vw 0.56vw rgba(0, 0, 0, 0.5);
        top: 4.69vw;
    }

    #block_4 .title {
        margin-bottom: 5.31vw;
        flex-direction: column;
        row-gap: 2.19vw;
    }

    #block_4 .title div {
        margin-left: auto;
    }

    #block_4 .title span:first-of-type {
        font-size: 7.5vw;
        line-height: 7.81vw;
        text-shadow: 0vw 0.35vw 0.35vw rgba(0, 0, 0, 0.25);
    }

    #block_4 .title span:last-of-type {
        font-size: 7.19vw;
        line-height: 7.19vw;
        bottom: 0;
        left: 29.38vw;
        top: -3.13vw;
    }

    #block_4 .subtitle {
        font-size: 3.44vw;
        line-height: 3.75vw;
        max-width: unset;
        margin-bottom: 0;
        margin-right: auto;
    }

    #block_4 .subtitle br {
        display: unset!important;
    }

    #block_4 .speakers-list {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, auto);
        column-gap: 1.56vw;
        row-gap: 3.44vw;
    }

    #block_4 .speaker-item {
        row-gap: 1.25vw;
    }

    #block_4 .speaker-item__image {
        height: 30.63vw;
        order: 1;
    }

    #block_4 .speaker-item__image img {
        height: 30.63vw;
        width: auto;
    }
    #block_4 .speaker-item__image {
        display: none;
    }
    #block_4 .speaker-item__image-mobile {
        display: flex;
    }
    #block_4 .speaker-item__info {
        order: 2;
    }

    #block_4 .speaker-item__info span:first-of-type {
        font-size: 3.13vw;
        line-height: 3.75vw;
    }

    #block_4 .speaker-item__info span:last-of-type {
        font-size: 2.5vw;
        line-height: 2.81vw;
    }

    #block_4 .speaker-item__info.secret span {
        font-size: 3.13vw;
        line-height: 4.06vw;
    }

    #block_4 .speaker-item:nth-child(odd) .speaker-item__description {
        flex-direction: row;
        align-items: stretch;
        width: 87vw;
        display: none;
    }

    #block_4 .speaker-item:nth-child(even) .speaker-item__description {
        flex-direction: row-reverse;
        align-items: stretch;
        width: 87vw;
        right: 0;
        left: unset;
        display: none;
    }

    #block_4 .speaker-item:nth-child(even) .speaker-item__description div {
        padding-right: 2.5vw;
    }

    #block_4 .speaker-item:nth-child(even) .speaker-item__description p {
        padding-right: 0vw;
        padding-left: 3.5vw;
    }

    #block_4 .speaker-item__description img {
        width: 25vw;
    }

    #block_4 .speaker-item__description div {
        padding: 2.5vw 0 12.5vw 2.19vw;
        opacity: 1;
        margin: 0;
    }

    #block_4 .speaker-item__description p {
        font-size: 3.13vw;
        line-height: 3.75vw;
        padding: 3.13vw 4.06vw 3.75vw 1.88vw;
        opacity: 1;
    }
    #block_4 .speaker-item__description.no-qr p {
        height: 40vw;
    }
    #block_4 > img {
        display: none;
    }
    #block_4 .speakers-list > .text-center {
        display: unset;
    }
    #block_4 #btn-loadMore {
        background: linear-gradient(90deg, #000000 0%, #ABA89C 100%);
        box-shadow: 0vw 0.98vw 0.98vw 0px rgba(0, 0, 0, 0.25);
        border: none;
        font-family: Montserrat;
        font-weight: 400;
        font-size: 4.38vw;
        line-height: 5.31vw;
        letter-spacing: -0.02em;
        padding: 2.19vw 11.56vw;
        text-transform: uppercase;
        color: white;
        width: fit-content;
        border-radius: 21.56vw;
        margin-top: 7.19vw;
    }

    #block_4 .content .text-center {
        display: block;
    }
    #block_4 #btn-collapse {
        display: none;
        flex-direction: row;
        column-gap: 3.13vw;
        padding: 4.38vw 6.56vw 3.75vw 4.38vw;
        border: none;
        background: rgba(99, 1, 1, 1);
        border-radius: 17.81vw 0 0 17.81vw;
        position: fixed;
        right: -31.25vw;
        top: 135.75vw;
        align-items: center;
        z-index: 5;
    }

    #block_4 #btn-collapse span {
        display: block;
        font-family: Gotham Pro;
        font-weight: 400;
        font-size: 4.38vw;
        line-height: 4.06vw;
        letter-spacing: -0.02em;
        color: white;
    }

    #block_4 #btn-collapse img {
        height: 4.06vw;
        width: 4.06vw;
    }

    #block_4 #btn-collapse.active {
        right: 0;
    }
}
/*END BLOCK 4*/
/*BLOCK 5*/
#block_5 {
    background: rgba(0, 0, 0, 1);
    padding: 2.71vw 5.73vw 5.06vw;
    position: relative;
}

#block_5 > img {
    position: absolute;
    left: 0;
    top: -4vw;
    z-index: 0;
    width: 33.94vw;
}

#block_5 .title span:first-of-type {
    position: absolute;
    top: 2.81vw;
    right: 36.04vw;
    font-family: RAYDIS;
    font-weight: 700;
    font-size: 3.6vw;
    line-height: 3.69vw;
    letter-spacing: -0.02em;
    color: white;
    text-shadow: 0vw 0.16vw 0.16vw rgba(0, 0, 0, 0.25);
    z-index: 1;
}

#block_5 .title span:last-of-type {
    font-family: Lemon Tuesday;
    font-weight: 400;
    font-size: 4.95vw;
    line-height: 5.04vw;
    letter-spacing: -0.02em;
    position: absolute;
    right: 32.31vw;
    top: -1.3vw;
    color: rgba(42, 42, 42, 1);
    z-index: 0;
}

#block_5 .packages-list {
    display: flex;
    flex-direction: row;
    column-gap: 4.69vw;
    align-items: flex-end;
}

#block_5 .package-item {
    padding: 0.63vw 0.84vw;
}

#block_5 .package-item_1 {
    background: url("../img/block5/item-bg-image-1.png") center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

#block_5 .package-item_1:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}
#block_5 .package-item_1 > img {
    position: absolute;
    top: 5.2vw;
    left: 0;
    width: 30.16vw;
    z-index: 1;
}
#block_5 .package-item_2 {
    background: url("../img/block5/item-bg-image-2.png") center center no-repeat;
    background-size: 100% 100%;
}

#block_5 .package-item_3 {
    background: url("../img/block5/item-bg-image-3.png") center center no-repeat;
    background-size: 100% 100%;
}

#block_5 .package-item__title {
    font-family: Lemon Tuesday;
    font-weight: 400;
    font-size: 1.83vw;
    line-height: 2.08vw;
    letter-spacing: 0;
    text-align: center;
    color: white;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 1.3vw;
    text-transform: uppercase;
}

#block_5 .package-item__content {
    display: flex;
    flex-direction: column;
    row-gap: 1.04vw;
    margin-bottom: 3.17vw;
    list-style: none;
    padding-left: 2.24vw;
}

#block_5 .package-item_2 .package-item__content {
    margin-bottom: 1.98vw;
}

#block_5 .package-item__content .new {
    font-weight: 500!important;
}

#block_5 .package-item__content li {
    font-family: Montserrat;
    font-weight: 100;
    font-size: 1.04vw;
    line-height: 1.3vw;
    letter-spacing: -0.01em;
    color: white;
    max-width: 22.39vw;
    position: relative;
}
#block_5 .package-item__content li:before {
    content: '';
    position: absolute;
    left: -1.51vw;
    top: 0.10vw;
    width: 0.94vw;
    height: 0.94vw;
    background:url("../img/block5/list-image.svg");
    background-size: 100% 100%;
}
#block_5 .package-item__content .new:before {
    content: '';
    position: absolute;
    left: -1.51vw;
    top: 0.10vw;
    width: 0.94vw;
    height: 0.94vw;
    background:url("../img/block5/list-image-new.svg");
    background-size: 100% 100%;
}
#block_5 .package-item__content .narrow-text {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 1.04vw;
    line-height: 1.04vw;
    letter-spacing: -0.01em;
}

#block_5 .package-item__content li span {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.04vw;
    line-height: 1.3vw;
    letter-spacing: -0.01em;
    color: rgba(171, 168, 156, 1);
}

#block_5 .package-item__content .narrow-text span {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.04vw;
    line-height: 1.04vw;
    letter-spacing: -0.01em;
}

#block_5 .package-item_3 .package-item__content {
    margin-bottom: 0.47vw;
}

#block_5 .package-item_3 .package-item__content + span {
    font-family: Montserrat;
    font-weight: 400;
    font-style: italic;
    font-size: 0.83vw;
    line-height: 1.04vw;
    letter-spacing: 0;
    text-align: center;
    color: rgba(171, 168, 156, 1);
    margin: 0 auto 1.04vw;
    display: block;
}

#block_5 .package-item_2 .package-item__current-price {
    text-align: center;
    margin-bottom: 0.57vw;
    opacity: 0;
}

#block_5 .package-item_3 .package-item__current-price {
    text-align: center;
    margin-bottom: 0;
    opacity: 0;
}

#block_5 .package-item__current-price span:first-of-type {
    font-family: Montserrat;
    font-weight: 500;
    font-style: italic;
    font-size: 0.94vw;
    line-height: 1.04vw;
    letter-spacing: 0;
    text-align: center;
    color: rgba(171, 168, 156, 1);
}

#block_5 .package-item__current-price span:last-of-type {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.15vw;
    line-height: 1.4vw;
    letter-spacing: 0;
    color: rgba(145, 48, 49, 1);
}

#block_5 .package-item__price {
    font-family: Montserrat Alternates;
    font-weight: 400;
    font-style: italic;
    font-size: 1.36vw;
    line-height: 1.67vw;
    letter-spacing: -0.02em;
    color: white;
    text-shadow: 0vw 0.21vw 0.21vw rgba(0, 0, 0, 0.25);
    text-align: center;
}
#block_5 .navigation {
    display: none;
}
@media (max-width: 575.5px) {
    #block_5 {
        padding: 10.31vw 0 0;
    }

    #block_5 > img {
        display: none;
    }

    #block_5 .title {
        text-align: center;
        margin-bottom: 27.19vw;
    }

    #block_5 .title span:last-of-type {
        display: none;
    }

    #block_5 .title span:first-of-type {
        font-size: 7.5vw;
        line-height: 7.81vw;
        text-shadow: 0vw 0.35vw 0.35vw rgba(0, 0, 0, 0.25);
        display: inline-block;
        white-space: nowrap;
        position: unset;
    }

    #block_5 .packages-list {
        display: flex;
        flex-direction: row;
        column-gap: 0;
        align-items: center;
        justify-content: center;
    }

    #block_5 .package-item {
        padding: 1.88vw 2.81vw;
        opacity: 0.1;
        width: 75vw;
        transition: transform 0.5s, opacity 0.6s;
    }
    /*#block_5 .package-item_1 {*/
    /*    background: rgba(0, 0, 0, 0.45);*/
    /*}*/
    /*#block_5 .package-item_1:before {*/
    /*    background: url("../img/block5/bg-sold-out.png") center center no-repeat;*/
    /*    background-size: 100% 100%;*/
    /*}*/
    /*#block_5 .package-item_1.active:before {*/
    /*    z-index: 1;*/
    /*}*/
    #block_5 .package-item_1 > img {
        position: absolute;
        top: 15.2vw;
        left: 0;
        width: 83.16vw;
    }

    #block_5 .package-item:nth-child(2) {
        margin-top: -15vw;
    }

    #block_5 .package-item:nth-child(3) {
        margin-top: -15.31vw;
    }

    #block_5 .navigation {
        position: absolute;
        top: 73.44vw;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0 2.19vw;
        z-index: 2;
    }

    #block_5 .right-btn {
        width: 12.19vw;
        height: 12.19vw;
        border: none;
        background: url("../img/block5/right-btn-mobile.svg") center center no-repeat;
        background-size: 100% 100%;
        display: flex;
        padding: 0;
    }

    #block_5 .left-btn {
        width: 12.19vw;
        height: 12.19vw;
        border: none;
        background: url("../img/block5/left-btn-mobile.svg") center center no-repeat;
        background-size: 100% 100%;
        display: flex;
        padding: 0;
    }

    #block_5 .package-item__title {
        font-size: 5.31vw;
        line-height: 5.9vw;
        margin-bottom: 3.75vw;
    }

    #block_5 .package-item__content {
        row-gap: 3.13vw;
        margin-bottom: 8.75vw;
        padding-left: 6.88vw;
    }

    #block_5 .package-item_2 .package-item__content {
        margin-bottom: 4.69vw;
    }

    #block_5 .package-item__content li {
        font-size: 3.13vw;
        line-height: 3.75vw;
        max-width: 59.38vw;
    }

    #block_5 .package-item__content li:before {
        left: -4.38vw;
        top: 0.31vw;
        width: 2.81vw;
        height: 2.81vw;
    }

    #block_5 .package-item__content .new:before {
        left: -4.38vw;
        top: 0.31vw;
        width: 2.81vw;
        height: 2.81vw;
    }

    #block_5 .package-item__content .narrow-text {
        font-size: 3.13vw;
        line-height: 3.13vw;
    }

    #block_5 .package-item__content li span {
        font-size: 3.13vw;
        line-height: 3.13vw;
    }

    #block_5 .package-item__content .narrow-text span {
        font-size: 3.13vw;
        line-height: 3.13vw;
    }

    #block_5 .package-item_3 .package-item__content {
        margin-bottom: 1.25vw;
    }

    #block_5 .package-item_3 .package-item__content + span {
        font-size: 2.5vw;
        line-height: 2.81vw;
        margin: 0 auto 2.81vw;
    }

    #block_5 .package-item_2 .package-item__current-price {
        margin-bottom: 7.5vw;
    }

    #block_5 .package-item_3 .package-item__current-price {
        margin-bottom: 5.31vw;
    }
    #block_5 .package-item_3 .package-item__current-price br {
        display: none;
    }
    #block_5 .package-item__current-price span:first-of-type {
        font-size: 2.81vw;
        line-height: 3.13vw;
        display: none;
    }

    #block_5 .package-item__current-price span:last-of-type {
        font-size: 3.9vw;
        line-height: 4.06vw;
    }

    #block_5 .package-item__price {
        font-size: 4.06vw;
        line-height: 4.69vw;
        text-shadow: 0vw 0.61vw 0.61vw rgba(0, 0, 0, 0.25);
    }
}
/*END BLOCK 5*/
/*BLOCK 6*/
#block_6 {
    position: relative;
    padding: 1.67vw 17.03vw 9.41vw;
    background: url("../img/block6/block6-bg-image.png?ver=1") center center no-repeat;
    background-size: cover;
}

#block_6 .btn-join {
    background: linear-gradient(90deg, #000000 0%, #ABA89C 100%);
    box-shadow: 0vw 0.35vw 0.35vw 0px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.51vw;
    line-height: 1.88vw;
    letter-spacing: -0.02em;
    padding: 1.1vw 2.34vw;
    color: white;
    margin-bottom: 7.5vw;
    border-radius: 7.66vw;
    border: none;
    text-transform: uppercase;
}
#block_6 .partners {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.97vw;
    align-items: center;
    justify-content: space-between;
    row-gap: 1.83vw;
}
#block_6 .partners .title {
    font-family: RAYDIS;
    font-weight: 700;
    font-size: 2.55vw;
    line-height: 3.7vw;
    letter-spacing: -0.02em;
    color:    white;
}
#block_6 .partners .partners-list {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    column-gap: 2.65vw;
    height: 100%;
}
#block_6 .partners .partner-item {
    display: flex;
    align-items: flex-end;
    height: 100%;
}
#block_6 .partners .partner-item:nth-child(3) img{
    height: 3.4vw;
}
#block_6 .partners .partner-item:nth-child(5) img{
    height: 3.3vw;
}
#block_6 .partners .partner-item:nth-child(6) img{
    height: 3.44vw;
}
#block_6 .partners .partner-item img {
    height: 2.9vw;
}
#block_6 .partner-block {
    padding: 2.92vw 4.13vw 2.4vw;
    background: url("../img/block6/parnter-block-bg-image.png") center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#block_6 .partner-block__title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 3.49vw;
    line-height: 3.4vw;
    letter-spacing: 0;
    margin-bottom: 2.03vw;
    color: white;
    text-shadow: 0vw 0.21vw 0.21vw rgba(0, 0, 0, 0.25);
    max-width: 31.25vw;
}

#block_6 .partner-block__subtitle {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.3vw;
    line-height: 1.56vw;
    letter-spacing: 0;
    color: white;
    max-width: 23.96vw;
    margin-bottom: 1.88vw;
}

#block_6 .btn-partner {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.72vw;
    line-height: 2.14vw;
    letter-spacing: 0;
    color: white;
    padding: 0.73vw 2.14vw;
    background: linear-gradient(90deg, #090101 0%, #545454 100%);
    box-shadow: 0vw 0.21vw 0.21vw 0px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 1.3vw;
}
@media (max-width: 575.5px) {
    #block_6 {
        padding: 22.19vw 9.69vw 18.75vw;
        background: url("../img/block6/block6-bg-image-mobile.png") center center no-repeat;
        background-size: cover;
    }
    #block_6 .partners {
        margin-bottom: 7.97vw;
        flex-direction: column;
        align-items: center;
        row-gap: 6vw;
    }
    #block_6 .partners .partners-list {
        column-gap: 5.625vw;
        row-gap: 2.625vw;
        flex-wrap: wrap;
        justify-content: center;
    }
    #block_6 .partners .title {
        font-size: 5.6vw;
        line-height: 5.7vw;
    }
    #block_6 .partners .title br {
        display: none;
    }
    #block_6 .partners .partner-item img {
        height: 7vw;
    }
    #block_6 .partners .partner-item:nth-child(3) img {
        height: 7.5vw;
    }
    #block_6 .partners .partner-item:nth-child(4) img {
        height: 6vw;
    }
    #block_6 .partners .partner-item:nth-child(5) img {
        height: 8vw;
    }
    #block_6 .partners .partner-item:nth-child(6) img {
        height: 8vw;
    }
    #block_6 .btn-join {
        box-shadow: 0vw 0.98vw 0.98vw 0px rgba(0, 0, 0, 0.25);
        font-size: 4.38vw;
        line-height: 5.31vw;
        padding: 2.19vw 6.56vw;
        margin-bottom: 20.88vw;
        border-radius: 21.56vw;
    }

    #block_6 .partner-block {
        padding: 5vw 5vw 2.5vw;
        background: url(../img/block6/partner-block-bg-image-mobile.png) center center no-repeat;
        background-size: cover;
    }

    #block_6 .partner-block__title {
        font-size: 5.63vw;
        line-height: 4.69vw;
        margin-bottom: 5.63vw;
        text-shadow: 0vw 0.37vw 0.37vw rgba(0, 0, 0, 0.25);
        max-width: 56.25vw;
    }

    #block_6 .partner-block__subtitle {
        font-size: 3.13vw;
        line-height: 4.06vw;
        max-width: 53.13vw;
        margin-bottom: 2.81vw;
    }

    #block_6 .btn-partner {
        font-size: 3.13vw;
        line-height: 4.06vw;
        padding: 1.25vw 2.81vw;
        box-shadow: 0vw 0.37vw 0.37vw 0px rgba(0, 0, 0, 0.25);
        border-radius: 2.19vw;
    }
}
/*END BLOCK 6*/
/*BLOCK 7*/
#block_7 {
    position: relative;
    padding: 6.58vw 11.61vw 3.91vw;
    background: url(../img/block7/block7-bg-image.png) center center no-repeat;
    background-size: cover;
    background-color: black;
}

#block_7 .title {
    display: flex;
    flex-direction: row;
    column-gap: 9.17vw;
    justify-content: flex-end;
    margin-bottom: 3.4vw;
    position: relative;
    align-items: center;
}
#block_7 .logo img {
    width: 27.34vw;
    height: auto;
}
#block_7 .title span:first-of-type {
    font-family: RAYDIS;
    font-weight: 700;
    font-size: 3.6vw;
    line-height: 3.69vw;
    letter-spacing: -0.02em;
    color: white;
    text-shadow: 0vw 0.16vw 0.16vw rgba(0, 0, 0, 0.25);
    position: relative;
    margin-bottom: 1.35vw;
    z-index: 1;
}

#block_7 .title span:last-of-type {
    font-family: Lemon Tuesday;
    font-weight: 400;
    font-size: 5.98vw;
    line-height: 6.09vw;
    letter-spacing: -0.02em;
    position: absolute;
    left: -3.4vw;
    bottom: 2.6vw;
    color: rgba(84, 84, 84, 1);
    z-index: 0;
}

#block_7 .organizers-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#block_7 .organizer-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 0.78vw;
}

#block_7 .organizer-item__image {
    width: 19.53vw;
    height: 17.19vw;
    display: flex;
    align-items: center;
    margin-bottom: 1.56vw;
}

#block_7 .organizer-item__image img {
    width: -webkit-fill-available;
    height: auto;
}
#block_7 .organizer-item__image img:last-of-type {
    display: none;
}
#block_7 .organizer-item__name {
    display: flex;
    flex-direction: column;
}

#block_7 .organizer-item__name span:first-of-type {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.51vw;
    line-height: 1.82vw;
    letter-spacing: 0;
    color: white;
}

#block_7 .organizer-item__name span:last-of-type {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.1vw;
    line-height: 1.3vw;
    letter-spacing: 0;
    color: rgba(171, 168, 156, 1);
}

#block_7 .organizer-item__contacts {
    display: flex;
    flex-direction: row;
    column-gap: 0.52vw;
    align-items: center;
}

#block_7 .organizer-item__contacts img {
    height: 1.46vw;
    width: auto;
}

#block_7 .organizer-item__contacts a {
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.99vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    color: rgba(171, 168, 156, 1);
}
@media (max-width: 575.5px) {
    #block_7 {
        padding: 11.88vw 7vw 5vw;
        background: url(../img/block7/block7-bg-image-mobile.png) center center no-repeat;
        background-size: cover;
    }

    #block_7 .content {
        position: relative;
        z-index: 1;
    }

    #block_7 .title {
        flex-direction: column;
        row-gap: -3.13vw;
        margin-bottom: 2.5vw;
        position: relative;
        align-items: flex-end;
    }

    #block_7 .logo img {
        width: 47.19vw;
        height: auto;
    }

    #block_7 .title span:first-of-type {
        font-size: 7.5vw;
        line-height: 7.81vw;
        text-shadow: 0vw 0.35vw 0.35vw rgba(0, 0, 0, 0.25);
        margin-bottom: 0;
    }

    #block_7 .title span:last-of-type {
        font-size: 12.81vw;
        line-height: 13.13vw;
        left: -3.44vw;
        bottom: unset;
        top: -7.81vw;
        color: rgba(158, 151, 139, 0.24);
    }

    #block_7 .logo {
        margin-top: -3.13vw;
        opacity: 0.5;
    }

    #block_7 .organizers-list {
        flex-wrap: wrap;
        column-gap: 3.75vw;
        row-gap: 6.25vw;
        justify-content: center;
    }

    #block_7 .organizer-item {
        row-gap: 1.25vw;
        position: relative;
    }

    #block_7 .organizer-item__image {
        width: 40.94vw;
        height: 48.44vw;
        margin-bottom: 0;
        position: relative;
    }

    #block_7 .organizer-item__image img:first-of-type {
        display: none;
    }

    #block_7 .organizer-item__image img:last-of-type {
        display: unset;
    }

    #block_7 .organizer-item__name {
        display: flex;
        flex-direction: column;
        position: absolute;
        bottom: 5.31vw;
        left: 0;
        right: 0;
        padding: 2.5vw 2.5vw 3.13vw;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(1.88vw);
    }

    #block_7 .organizer-item__name span:first-of-type {
        font-size: 3.2vw;
        line-height: 4.06vw;
    }

    #block_7 .organizer-item__name span:last-of-type {
        font-size: 2.5vw;
        line-height: 2.81vw;
    }

    #block_7 .organizer-item__contacts {
        column-gap: 1.25vw;
        text-align: center;
        margin: auto;
    }

    #block_7 .organizer-item__contacts img {
        height: 4.06vw;
        width: auto;
    }

    #block_7 .organizer-item__contacts a {
        font-size: 2.5vw;
        line-height: 3.13vw;
    }

    #block_7 .bg-image-mobile {
        width: 100vw;
        height: 103.13vw;
        background: url(../img/block7/block7-image-mobile.png) center center no-repeat;
        background-size: 100% 100%;
        position: absolute;
        z-index: 0;
        left: 0;
        bottom: -18.75vw;
    }
}
    /*END BLOCK 7*/
/*footer*/
#footer {
    padding: 4.69vw 5.62vw 3.8vw 5.7vw;
}

#footer .contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#footer .contacts .data {
    display: flex;
    align-items: center;
    font-size: 1.46vw;
    line-height: 1.73vw;
    color: white;
    margin-bottom: 1.46vw;
}

#footer .contacts .data img {
    width: 2.14vw;
    height: auto;
    margin-right: 0.68vw;
}
#footer .contacts .data:nth-child(3) {
    display: none;
}
#footer .footer-bottom {
    margin-top: 5.25vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-family: Nunito;
    font-size: 0.73vw;
    line-height: 0.99vw;
    color: white;
    position: relative;
}
#footer .btn-acts {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 1);
    color: black;
    padding: 0.78vw 3.13vw;
    border-radius: 3.13vw;
    border: none;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.08vw;
    line-height: 100%;
    letter-spacing: 0;
    white-space: nowrap;
}
#footer .footer-bottom div:last-child {
    text-align: right;
}
#footer .footer-bottom a {
    color: white;
    font-size: 0.95vw;
}
@media (max-width: 575.5px) {
    #footer {
        padding: 9.06vw 5vw 3.75vw;
        background: url(../img/footer/footer-bg-image-mobile.png) center center no-repeat;
        background-size: 100% 100%;
    }

    #footer .contacts {
        column-gap: 14.38vw;
        position: relative;
        z-index: 2;
    }

    #footer .contacts .data {
        font-size: 3.13vw;
        line-height: 3.75vw;
        margin-bottom: 3.44vw;
        column-gap: 1.56vw;
    }

    #footer .contacts > div:first-of-type .data span {
        white-space: nowrap;
    }

    #footer .contacts > div:nth-of-type(2) {
        display: none;
    }

    #footer .contacts .data a:nth-child(3) {
        display: unset;
    }

    #footer .contacts .data img {
        width: 4.69vw;
        margin-right: 0.63vw;
    }

    #footer .footer-bottom {
        margin-top: 7.81vw;
        font-size: 1.56vw;
        line-height: 2.19vw;
    }
    #footer .footer-bottom a {
        font-size: 2vw;
    }
    #footer .btn-acts {
        bottom: 120%;
        padding: 1.5vw 4.7vw 1.5vw;
        border-radius: 4.7vw;
        font-size: 2vw;
    }
}
/*end footer*/
#registerPopup .modal-dialog {
    max-width: 1272px;
    margin-right: auto;
    margin-left: auto;
}

#registerPopup .modal-dialog.form {
    max-width: 706px;
}

#registerPopup .modal-content {
    padding: 28px 64px 0 0;
    background: none;
    box-shadow: none;
    border: none;
}

#registerPopup .form .modal-content {
    padding: 4px 8px 0 0;
}

#registerPopup .modal-close {
    border: none;
    padding: 0;
    position: absolute;
    top: 0;
    right: 32px;
    background: url('../img/modal-close-2.png') center center no-repeat;
    background-size: contain;
    width: 39px;
    height: 39px;
    z-index: 100;
}

#registerPopup .form .modal-close {
    right: 0;
    background-image: url('../img/modal-close.png');
    width: 47px;
    height: 45px;
}

#registerPopup .modal-dialog:not(.form) .modal-body-2 {
    display: none;
}

#registerPopup .modal-dialog.form .modal-body-1 {
    display: none;
}

#registerPopup .modal-body-1 {
    background: linear-gradient(90deg, #362D2D 0%, #48B9DB 100%);
    padding: 48px 45px 51px 46px;
    border-radius: 40px;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#registerPopup .modal-body-1 .btn {
    border: 1px solid #FFFFFF;
    padding: 14px 29px;
    font-family: "Montserrat Alternates";
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.02em;
    color: white;
    border-radius: 100px;
}

#registerPopup .modal-body-1 .btn:hover {
    background: white;
    color: #362D2D;
}

#registerPopup .modal-body-2 {
    background: url('../img/modal-body-2-back.png') center center no-repeat;
    background-size: cover;
    border-radius: 50%;
    padding: 146px 105px 66px 106px;
}

#registerPopup .modal-body-2 input {
    border: 2px solid #FFFFFF80;
    background: #FFFFFF80;
    border-radius: 22px;
    box-shadow: 0px 4.46px 4.46px 0px #00000040;
    padding: 11px 39px 10px;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 27px;
    color: white;
    width: 100%;
}

#registerPopup .modal-body-2 input.code {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 21px;
    margin-top: -7px;
    margin-bottom: 15px;
}

#registerPopup .modal-body-2 input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.select2-container {
    z-index: 11000;
}

#registerPopup .select2-hidden-accessible {
    width: 487px !important;
    height: 52px !important;
}

#registerPopup .select2-container {
    width: 100% !important;
    margin-bottom: 10px;
}

#registerPopup .select2-container--default .select2-selection--single {
    background: #FFFFFF80;
    border: 2px solid #FFFFFF80;
    outline: none !important;
    border-radius: 22px;
    padding: 10px 0 12px;
    height: auto;
}

#registerPopup .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 50px 0 39px;
    color: white;
    font-size: 22px;
    line-height: 27px;
}

#registerPopup .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    left: auto;
    top: 6px;
    right: 10px;
    margin-top: 0;
    margin-left: 0;
    background: url('../img/register-select-arrow.png') center center no-repeat;
    background-size: contain;
    width: 42px;
    height: 42px;
}

#registerPopup .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background-image: url('../img/register-select-arrow-down.png');
}

.select2-search {
    display: none;
}

.select2-container--open .select2-dropdown {
    margin-top: 7px;
    overflow: hidden;
    border: none;
    background: none;
}

.select2-container--open .select2-dropdown .select2-results {
    background: #FFFFFF80;
    border-radius: 22px;
    max-width: 344px;
    margin-left: auto;
    padding-left: 1px;
}

.select2-results__option {
    box-shadow: 0px 4.47px 4.47px 0px #00000040;
    padding: 7px 8px 10px 39px;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 22px;
    color: white;
    text-shadow: 0px 4px 4px #00000040;
    border-radius: 20px;
    background: #FFFFFF40;
    cursor: pointer;
}

.select2-results__option:not(:last-child) {
    margin-bottom: 9px;
}

.select2-results__option:first-child {
    display: none;
}

.select2-dropdown .select2-results__option:nth-child(2) {
    border: 2.23px solid #ABA89C;
    padding: 5px 6px 8px 38px;
    background: white;
    color: #362D2D;
}

.code.active ~ .select2-container .select2-results__option:nth-child(2) {
    display: none;
}

.select2-dropdown .select2-results__option:nth-child(3) {
    background: #407384;
}

.select2-dropdown .select2-results__option:nth-child(4) {
    background: #48B3D4;
}

.select2-dropdown .select2-results__option:nth-child(5) {
    background: linear-gradient(90deg, #3F3132 0%, #48B7D9 100%);
}

#registerPopup .ellipse {
    position: relative;
}

#registerPopup .ellipse > * {
    position: relative;
}

#registerPopup .ellipse:before {
    content: '';
    position: absolute;
    top: -73px;
    right: -35px;
    bottom: -70px;
    left: -69px;
    background: url('../img/modal-ellipse.png') center center no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}

#registerPopup input[type=checkbox] {
    display: none;
}

#registerPopup label {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    position: relative;
    max-width: 436px;
    margin: 9px auto 13px;
    cursor: pointer;
    color: #FFFFFF;
    text-align: left;
}

#registerPopup input[type=checkbox] + label {
    font-family: "Gotham Pro";
    padding-left: 37px;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#registerPopup input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #D2D2D2;
    width: 23px;
    height: 23px;
    border-radius: 6px;
}

#registerPopup input[type=checkbox]:checked + label:after {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    content: '';
    background: url('../img/check.png') center center no-repeat;
    background-size: contain;
}

#registerPopup input[type=checkbox] + label a {
    color: white;
}

#registerPopup input[type=checkbox] + label span:not(:last-child) {
    max-width: 322px;
}

#registerPopup .image-1 {
    right: 8px;
    bottom: 73px;
    background: url("../img/modal-image.png") center center no-repeat;
    background-size: contain;
    width: 243px;
    height: 217px;
}

#registerPopup .show-message {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    outline: none !important;
    flex-shrink: 0;
    margin-left: 4px;
}

#registerPopup .show-message img {
    width: 22px;
    height: 23px;
}

#registerPopup .hidden-message {
    display: none;
}

#registerPopup .show-message:hover .hidden-message {
    display: block;
    position: absolute;
    top: 20px;
    left: -1px;
    width: 204px;
    border-radius: 15px;
    background: linear-gradient(90deg, #3F2E2E 0%, #48B9DB 100%);
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 3px 0 2px 14px;
    font-family: Montserrat;
    font-size: 11px;
    line-height: 13px;
    color: white;
    z-index: 1;
    text-align: left;
}

#registerPopup .btn-send {
    margin-top: -2px;
    background: linear-gradient(90deg, #3F2E2E 0%, #48B9DB 100%);
    border: none;
    border-radius: 112px;
    padding: 17px 33px;
    box-shadow: 0px 5.58px 11.16px 0px #00000066;
    color: white;
    font-family: "Gotham Pro";
    font-size: 33px;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-shadow: 0px 4.46px 4.46px #00000040;
}

/*#successPopup .modal-dialog {*/
/*    max-width: 629px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/
/*#successPopup .modal-close {*/
/*    border: none;*/
/*    padding: 0;*/
/*    position: absolute;*/
/*    top: 8px;*/
/*    right: 8px;*/
/*    background: url('../img/modal-close-2.png') center center no-repeat;*/
/*    background-size: contain;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    z-index: 100;*/
/*}*/
/*#successPopup .modal-body {*/
/*    background: linear-gradient(90deg, #362D2D 0%, #48B9DB 100%);*/
/*    padding: 68px 57px;*/
/*    color: white;*/
/*}*/
/*#successPopup .modal-title {*/
/*    font-size: 30px;*/
/*    line-height: 44px;*/
/*    margin-bottom: 0;*/
/*}*/
@media (max-width: 1599.5px) {
    #registerPopup .modal-dialog {
        max-width: 954px;
    }

    #registerPopup .modal-dialog.form {
        max-width: 529px;
    }

    #registerPopup .modal-content {
        padding: 21px 48px 0 0;
    }

    #registerPopup .form .modal-content {
        padding: 3px 6px 0 0;
    }

    #registerPopup .modal-close {
        right: 24px;
        width: 28px;
        height: 28px;
    }

    #registerPopup .form .modal-close {
        width: 34px;
        height: 34px;
    }

    #registerPopup .modal-body-1 {
        padding: 36px 33px 37px 34px;
        border-radius: 30px;
    }

    #registerPopup .modal-body-1 .btn {
        padding: 10px 21px;
        font-size: 22px;
        line-height: 27px;
        border-radius: 75px;
    }

    #registerPopup .modal-body-2 {
        padding: 109px 78px 49px 79px;
    }

    #registerPopup .modal-body-2 input {
        border-radius: 16px;
        padding: 7px 28px 7px;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 19px;
    }

    #registerPopup .modal-body-2 input.code {
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 13px;
        line-height: 15px;
        margin-top: -4px;
        margin-bottom: 10px;
    }

    #registerPopup .select2-hidden-accessible {
        width: 366px !important;
        height: 38px !important;
    }

    #registerPopup .select2-container {
        margin-bottom: 7px;
    }

    #registerPopup .select2-container--default .select2-selection--single {
        border-radius: 16px;
        padding: 7px 0 9px;
    }

    #registerPopup .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 0 37px 0 28px;
        font-size: 16px;
        line-height: 19px;
    }

    #registerPopup .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 4px;
        right: 7px;
        width: 31px;
        height: 31px;
    }

    .select2-container--open .select2-dropdown {
        margin-top: 4px;
    }

    .select2-container--open .select2-dropdown .select2-results {
        border-radius: 16px;
        max-width: 258px;
    }

    .select2-results__option {
        padding: 4px 6px 7px 28px;
        font-size: 13px;
        line-height: 16px;
        border-radius: 15px;
    }

    .select2-results__option:not(:last-child) {
        margin-bottom: 6px;
    }

    .select2-dropdown .select2-results__option:nth-child(2) {
        padding: 3px 4px 6px 27px;
    }

    #registerPopup label {
        font-size: 9px;
        line-height: 8px;
        max-width: 327px;
        margin: 6px auto 9px;
    }

    #registerPopup input[type=checkbox] + label {
        padding-left: 27px;
    }

    #registerPopup input[type=checkbox] + label:before {
        width: 16px;
        height: 16px;
        border-radius: 4px;
    }

    #registerPopup input[type=checkbox]:checked + label:after {
        width: 15px;
        height: 15px;
    }

    #registerPopup input[type=checkbox] + label span:not(:last-child) {
        max-width: 241px;
    }

    #registerPopup .image-1 {
        right: 6px;
        bottom: 54px;
        width: 181px;
        height: 162px;
    }

    #registerPopup .show-message {
        margin-left: 3px;
    }

    #registerPopup .show-message img {
        width: 16px;
        height: 16px;
    }

    #registerPopup .show-message:hover .hidden-message {
        top: 15px;
        left: 0;
        width: 153px;
        border-radius: 10px;
        padding: 2px 0 1px 10px;
        font-size: 7px;
        line-height: 9px;
    }

    #registerPopup .btn-send {
        margin-top: -1px;
        border-radius: 84px;
        padding: 12px 24px;
        font-size: 24px;
        line-height: 24px;
    }

    /*#successPopup .modal-dialog {*/
    /*    max-width: 471px;*/
    /*}*/
    /*#successPopup .modal-close {*/
    /*    top: 6px;*/
    /*    right: 6px;*/
    /*    width: 18px;*/
    /*    height: 18px;*/
    /*}*/
    /*#successPopup .modal-body {*/
    /*    padding: 51px 42px;*/
    /*}*/
    /*#successPopup .modal-title {*/
    /*    font-size: 22px;*/
    /*    line-height: 33px;*/
    /*}*/
}

@media (max-width: 1439.5px) {
    #registerPopup .modal-dialog {
        max-width: 715px;
    }

    #registerPopup .modal-dialog.form {
        max-width: 396px;
    }

    #registerPopup .modal-content {
        padding: 15px 36px 0 0;
    }

    #registerPopup .form .modal-content {
        padding: 2px 4px 0 0;
    }

    #registerPopup .modal-close {
        right: 18px;
        width: 21px;
        height: 21px;
    }

    #registerPopup .form .modal-close {
        width: 25px;
        height: 25px;
    }

    #registerPopup .modal-body-1 {
        padding: 27px 24px 27px 25px;
        border-radius: 22px;
    }

    #registerPopup .modal-body-1 .btn {
        padding: 7px 15px;
        font-size: 16px;
        line-height: 19px;
        border-radius: 55px;
    }

    #registerPopup .modal-body-2 {
        padding: 81px 58px 36px 58px;
    }

    #registerPopup .modal-body-2 input {
        border-radius: 12px;
        padding: 5px 21px;
        font-size: 12px;
        line-height: 13px;
        margin-bottom: 13px;
    }

    #registerPopup .modal-body-2 input.code {
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 9px;
        line-height: 10px;
        margin-top: -3px;
        margin-bottom: 7px;
    }

    #registerPopup .select2-hidden-accessible {
        width: 276px !important;
        height: 26px !important;
    }

    #registerPopup .select2-container {
        margin-bottom: 4px;
    }

    #registerPopup .select2-container--default .select2-selection--single {
        border-radius: 12px;
        padding: 4px 0 6px;
    }

    #registerPopup .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 0 27px 0 21px;
        font-size: 12px;
        line-height: 13px;
    }

    #registerPopup .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 3px;
        right: 4px;
        width: 22px;
        height: 22px;
    }

    .select2-container--open .select2-dropdown {
        margin-top: 3px;
    }

    .select2-container--open .select2-dropdown .select2-results {
        border-radius: 12px;
        max-width: 193px;
    }

    .select2-results__option {
        padding: 3px 4px 4px 21px;
        font-size: 9px;
        line-height: 12px;
        border-radius: 10px;
    }

    .select2-results__option:not(:last-child) {
        margin-bottom: 4px;
    }

    .select2-dropdown .select2-results__option:nth-child(2) {
        padding: 2px 3px 4px 19px;
    }

    #registerPopup label {
        font-size: 6px;
        line-height: 6px;
        max-width: 244px;
        margin: 4px auto 6px;
    }

    #registerPopup input[type=checkbox] + label {
        padding-left: 19px;
    }

    #registerPopup input[type=checkbox] + label:before {
        width: 12px;
        height: 12px;
        border-radius: 3px;
    }

    #registerPopup input[type=checkbox]:checked + label:after {
        width: 11px;
        height: 11px;
    }

    #registerPopup input[type=checkbox] + label span:not(:last-child) {
        max-width: 160px;
    }

    #registerPopup .image-1 {
        right: 4px;
        bottom: 40px;
        width: 135px;
        height: 121px;
    }

    #registerPopup .show-message {
        margin-left: 2px;
    }

    #registerPopup .show-message img {
        width: 12px;
        height: 12px;
    }

    #registerPopup .show-message:hover .hidden-message {
        top: 10px;
        width: 114px;
        border-radius: 7px;
        padding: 1px 0 0 7px;
        font-size: 5px;
        line-height: 6px;
    }

    #registerPopup .btn-send {
        margin-top: 0;
        border-radius: 63px;
        padding: 9px 18px;
        font-size: 18px;
        line-height: 18px;
    }

    /*#successPopup .modal-dialog {*/
    /*    max-width: 352px;*/
    /*}*/
    /*#successPopup .modal-close {*/
    /*    top: 4px;*/
    /*    right: 4px;*/
    /*    width: 13px;*/
    /*    height: 13px;*/
    /*}*/
    /*#successPopup .modal-body {*/
    /*    padding: 37px 31px;*/
    /*}*/
    /*#successPopup .modal-title {*/
    /*    font-size: 16px;*/
    /*    line-height: 24px;*/
    /*}*/
}

@media (max-width: 991.5px) {
    #registerPopup .modal-dialog {
        max-width: 535px;
    }

    #registerPopup .modal-dialog.form {
        max-width: 317px;
    }

    #registerPopup .modal-content {
        padding: 10px 27px 0 0;
    }

    #registerPopup .modal-close {
        right: 13px;
        width: 15px;
        height: 15px;
    }

    #registerPopup .form .modal-close {
        background-image: url("../img/modal-close-mobile.png");
        width: 22px;
        height: 20px;
    }

    #registerPopup .modal-body-1 {
        padding: 19px 18px;
        border-radius: 16px;
    }

    #registerPopup .modal-body-1 .btn {
        padding: 7px 12px;
        font-size: 12.5px;
        line-height: 15px;
        border-radius: 42px;
        white-space: nowrap;
    }

    #registerPopup .modal-body-2 {
        padding: 60px 47px 27px 48px;
    }

    #registerPopup .modal-body-2 input {
        border-radius: 10px;
        border: 1px solid #FFFFFF80;
        padding: 5px 18px;
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 12px;
    }

    #registerPopup .modal-body-2 input.code {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    #registerPopup .select2-hidden-accessible {
        width: 218px !important;
        height: 19px !important;
    }

    #registerPopup .select2-container {
        margin-bottom: 3px;
    }

    #registerPopup .select2-container--default .select2-selection--single {
        border-radius: 9px;
        padding: 3px 0 4px;
    }

    #registerPopup .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 0 19px 0 15px;
        font-size: 9px;
        line-height: 9px;
    }

    #registerPopup .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 2px;
        right: 3px;
        width: 16px;
        height: 16px;
    }

    .select2-container--open .select2-dropdown {
        margin-top: 2px;
    }

    .select2-container--open .select2-dropdown .select2-results {
        border-radius: 9px;
        max-width: 144px;
    }

    .select2-results__option {
        padding: 2px 3px 3px 15px;
        border-radius: 7px;
    }

    .select2-results__option:not(:last-child) {
        margin-bottom: 3px;
    }

    .select2-dropdown .select2-results__option:nth-child(2) {
        padding: 1px 2px 3px 13px;
    }

    #registerPopup label {
        font-size: 5px;
        line-height: 5px;
        max-width: 195px;
        margin-top: 3px;
    }

    #registerPopup input[type=checkbox] + label {
        padding-left: 16px;
    }

    #registerPopup input[type=checkbox] + label:before {
        width: 10px;
        height: 10px;
    }

    #registerPopup input[type=checkbox]:checked + label:after {
        width: 9px;
        height: 9px;
    }

    #registerPopup input[type=checkbox] + label span:not(:last-child) {
        max-width: 135px;
    }

    #registerPopup .image-1 {
        right: 0;
        bottom: 30px;
        width: 109px;
        height: 98px;
    }

    #registerPopup .show-message img {
        width: 11px;
        height: 11px;
    }

    #registerPopup .show-message:hover .hidden-message {
        top: 9px;
        width: 92px;
        padding-left: 6px;
    }

    #registerPopup .btn-send {
        border-radius: 50px;
        padding: 8px 15px;
        font-size: 15px;
        line-height: 14px;
    }

    /*#successPopup .modal-dialog {*/
    /*    max-width: 264px;*/
    /*}*/
    /*#successPopup .modal-close {*/
    /*    top: 3px;*/
    /*    right: 3px;*/
    /*    width: 9px;*/
    /*    height: 9px;*/
    /*}*/
    /*#successPopup .modal-body {*/
    /*    padding: 27px 22px;*/
    /*}*/
    /*#successPopup .modal-title {*/
    /*    font-size: 12px;*/
    /*    line-height: 18px;*/
    /*}*/
}

@media (max-width: 767.5px) {
    #registerPopup .modal-dialog {
        max-width: 400px;
    }

    #registerPopup .modal-content {
        padding-right: 19px;
    }

    #registerPopup .modal-close {
        right: 9px;
        height: 14px;
        background-image: url("../img/modal-close-2-mobile.png");
    }

    #registerPopup .modal-body-1 {
        padding: 13px;
        border-radius: 14px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }

    #registerPopup .modal-body-1 .btn:not(:last-child) {
        margin-bottom: 9px;
    }

    /*#successPopup .modal-dialog {*/
    /*    max-width: 198px;*/
    /*}*/
    /*#successPopup .modal-body {*/
    /*    padding: 19px 16px;*/
    /*}*/
    /*#successPopup .modal-title {*/
    /*    font-size: 9px;*/
    /*    line-height: 13px;*/
    /*}*/
}

@media (max-width: 575.5px) {
    #registerPopup .modal-dialog {
        max-width: 314px;
    }

    #registerPopup .modal-close {
        right: 0;
    }

    #registerPopup .modal-content {
        padding-right: 12px;
    }

    #registerPopup .modal-body-1 {
        padding: 11px 4px 11px 5px;
    }
}

/*#block_3 {*/
/*    padding: 87px 72px 76px 95px;*/
/*    background: linear-gradient(90deg, #362D2D 0%, #48B9DB 100%);*/
/*    position: relative;*/
/*}*/
/*#block_3 .image-1 {*/
/*    top: -148px;*/
/*    right: 368px;*/
/*    bottom: -169px;*/
/*    width: 778px;*/
/*}*/
.about-blocks {
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-evenly;
    position: relative;
}

.about-blocks .block {
    color: white;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.about-blocks .block * {
    letter-spacing: -0.02em;
}

.about-blocks .block .number {
    font-family: RAYDIS;
    font-weight: 700;
    font-size: 88px;
    line-height: 90px;
    margin-bottom: 8px;
    text-shadow: 0px 4px 4px #00000040;
}

.about-blocks .block .title {
    font-weight: 600;
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 11px;
}

.about-blocks .block .delimiter {
    width: 36px;
    border-bottom: 2px solid #E0E0E0;
    margin: 0 auto 20px;
}

.about-blocks .block:first-child {
    margin-right: 13px;
    width: 341px;
}

.about-blocks .block:nth-child(2) {
    margin-right: 1px;
    width: 318px;
    flex-shrink: 0;
}

.about-blocks .block:nth-child(2) .title {
    padding: 0 29px;
}

.about-blocks .block:nth-child(3) {
    width: 414px;
}

.about-blocks .block:nth-child(3) div:last-child {
    padding: 0 21px 0 28px;
}

.about-blocks .block:nth-child(4) {
    width: 370px;
}

.about-blocks .block:nth-child(4) div:last-child {
    padding: 0 8px;
}

@media (max-width: 1599.5px) {
    /*#block_3 {*/
    /*    padding: 64px 54px 57px 70px;*/
    /*}*/
    /*#block_3 .image-1 {*/
    /*    top: -111px;*/
    /*    right: 276px;*/
    /*    bottom: -126px;*/
    /*    width: 583px;*/
    /*}*/
    .about-blocks .block {
        font-size: 13px;
        line-height: 16px;
    }

    .about-blocks .block .number {
        font-size: 66px;
        line-height: 67px;
        margin-bottom: 6px;
    }

    .about-blocks .block .title {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .about-blocks .block .delimiter {
        width: 27px;
        margin-bottom: 15px;
    }

    .about-blocks .block:first-child {
        margin-right: 9px;
        width: 255px;
    }

    .about-blocks .block:nth-child(2) {
        margin-right: 0;
        width: 237px;
    }

    .about-blocks .block:nth-child(2) .title {
        padding: 0 21px;
    }

    .about-blocks .block:nth-child(3) {
        width: 310px;
    }

    .about-blocks .block:nth-child(3) div:last-child {
        padding: 0 15px 0 21px;
    }

    .about-blocks .block:nth-child(4) {
        width: 277px;
    }

    .about-blocks .block:nth-child(4) div:last-child {
        padding: 0 6px;
    }
}

@media (max-width: 1439.5px) {
    /*#block_3 {*/
    /*    padding: 48px 40px 48px 52px;*/
    /*}*/
    /*#block_3 .image-1 {*/
    /*    top: -82px;*/
    /*    right: 207px;*/
    /*    bottom: -94px;*/
    /*    width: 436px;*/
    /*}*/
    .about-blocks .block {
        font-size: 9px;
        line-height: 12px;
    }

    .about-blocks .block .number {
        font-size: 49px;
        line-height: 49px;
        margin-bottom: 4px;
    }

    .about-blocks .block .title {
        font-size: 13px;
        line-height: 18px;
    }

    .about-blocks .block .delimiter {
        width: 19px;
        margin-bottom: 10px;
    }

    .about-blocks .block:first-child {
        margin-right: 6px;
        width: 190px;
    }

    .about-blocks .block:nth-child(2) {
        width: 177px;
    }

    .about-blocks .block:nth-child(2) .title {
        padding: 0 15px;
    }

    .about-blocks .block:nth-child(3) {
        width: 232px;
    }

    .about-blocks .block:nth-child(3) div:last-child {
        padding: 0 10px 0 15px;
    }

    .about-blocks .block:nth-child(4) {
        width: 207px;
    }

    .about-blocks .block:nth-child(4) div:last-child {
        padding: 0 4px;
    }
}

@media (max-width: 991.5px) {
    /*#block_3 {*/
    /*    padding: 36px 30px 48px 39px;*/
    /*}*/
    /*#block_3 .image-1 {*/
    /*    top: -61px;*/
    /*    right: 154px;*/
    /*    bottom: -70px;*/
    /*    width: 327px;*/
    /*}*/
    .about-blocks .block {
        font-size: 7.5px;
        line-height: 9px;
    }

    .about-blocks .block .number {
        font-size: 36px;
        line-height: 37px;
        margin-bottom: 3px;
    }

    .about-blocks .block .title {
        font-size: 11px;
        line-height: 13px;
    }

    .about-blocks .block .delimiter {
        width: 15px;
        margin-bottom: 7px;
    }

    .about-blocks .block:first-child {
        margin-right: 4px;
        width: 149px;
    }

    .about-blocks .block:nth-child(2) {
        width: 132px;
    }

    .about-blocks .block:nth-child(2) .title {
        padding: 0 10px;
    }

    .about-blocks .block:nth-child(3) {
        width: 174px;
    }

    .about-blocks .block:nth-child(3) div:last-child {
        padding: 0 7px 0 10px;
    }

    .about-blocks .block:nth-child(4) {
        width: 154px;
    }

    .about-blocks .block:nth-child(4) div:last-child {
        padding: 0 3px;
    }
}

@media (min-width: 576px) {
    /*#block_3 .image-2 {*/
    /*    display: none;*/
    /*}*/
}

@media (max-width: 575.5px) {
    /*#block_3 {*/
    /*    padding: 29px 13px 48px 8px;*/
    /*    overflow: hidden;*/
    /*}*/
    /*#block_3 .image-1 {*/
    /*    top: -13px;*/
    /*    right: -71px;*/
    /*    bottom: auto;*/
    /*    width: 286px;*/
    /*}*/
    /*#block_3 .image-2 {*/
    /*    top: 0;*/
    /*    bottom: 0;*/
    /*    left: 0;*/
    /*}*/
    .about-blocks {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-blocks .block:first-child, .about-blocks .block:nth-child(2) {
        line-height: 8px;
    }

    .about-blocks .block .number {
        margin-bottom: 0;
    }

    .about-blocks .block .title {
        line-height: 11px;
    }

    .about-blocks .block .delimiter {
        border-width: 1px;
    }

    .about-blocks .block:first-child {
        margin-right: 0;
    }

    .about-blocks .block:first-child div:last-child {
        padding: 0 11px 0 7px;
    }

    .about-blocks .block:nth-child(2) {
        width: 123px;
        align-self: flex-end;
        margin-right: 12px;
        margin-top: -67px;
        margin-bottom: 6px;
    }

    .about-blocks .block:nth-child(2) .title {
        padding: 0 8px 0 7px;
    }

    .about-blocks .block:nth-child(3) {
        width: 140px;
        margin-right: 0;
        margin-left: 8px;
    }

    .about-blocks .block:nth-child(3) div:last-child {
        padding: 0 1px;
    }

    .about-blocks .block:nth-child(4) {
        width: 146px;
        align-self: flex-end;
        margin-top: -56px;
    }

    .about-blocks .block:nth-child(4) .title {
        padding: 0 6px 0 4px;
    }

    .about-blocks .block:nth-child(4) div:last-child {
        padding: 0;
    }
}

#speaker {
    position: relative;
    background: #E0E0E0;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#speaker .image-1 {
    bottom: 0;
    left: 0;
    width: 559px;
}

#speaker .image-2 {
    top: 600px;
    right: 0;
    width: 529px;
}

#speaker .image-3 {
    bottom: 75px;
    right: 544px;
    width: 235px;
}

.speaker-left {
    padding: 22px 18px 82px 267px;
    width: 100%;
    position: relative;
}

.speaker-left * {
    letter-spacing: -0.02em;
}

.speaker-left .block-title {
    display: inline-block;
    padding: 93px 89px 57px 176px;
    background: url("../img/speaker-title.png") center center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 118px;
    font-family: RAYDIS;
    font-weight: 700;
    font-size: 70px;
    line-height: 90px;
    text-shadow: 0px 4px 4px #00000040;
    white-space: nowrap;
}

.speaker-left .speaker-links-block {
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.speaker-left .speaker-links-block > div {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

.speaker-left .speaker-links-block .speaker-link {
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 115px;
    background: transparent;
    box-shadow: 0px 4.59px 4.59px 0px #00000040;
    padding: 7px 33px;
    min-height: 62px;
    font-family: "Montserrat Alternates";
    font-size: 23px;
    line-height: 23px;
    color: #3F2E2E;
    margin-bottom: 27px;
    text-align: left;
}

.speaker-left .speaker-links-block .speaker-link.active {
    border-color: #363636;
    background: #363636;
    color: white;
}

.speaker-left .speaker-links-block .program-link {
    margin-top: 62px;
    background: linear-gradient(90deg, #362D2D 0%, #48B9DB 100%);
    border-radius: 90px;
    padding: 14px 44px;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: white;
    text-shadow: 0px 4.39px 4.39px #00000040;
    text-decoration: none !important;
}

.speaker-right {
    background: white;
    padding: 36px 12px 78px;
    width: 816px;
    flex-shrink: 0;
    position: relative;
}

.speaker-right .speaker-list:not(.active) {
    display: none;
}

.speaker-right .speaker-list .list-title {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #ABA89C;
    margin-bottom: 53px;
    text-align: center;
}

.speaker-right .speaker-list:first-child .list-title {
    font-size: 45px;
    line-height: 90px;
    margin-bottom: 38px;
    padding-left: 5px;
}

.speaker-right .speaker-list:nth-child(2) .list-title {
    padding-left: 10px;
}

.speaker-right .speaker-list:nth-child(3) .list-title {
    padding-left: 12px;
}

.speaker-right .speaker-list:nth-child(4) .list-title {
    padding-left: 9px;
}

.speaker-right .speaker-list:nth-child(5) .list-title {
    padding-left: 9px;
    margin-bottom: 173px;
}

.speaker-right .speaker {
    display: block;
    width: 350px;
    font-weight: 500;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
}

.speaker-right .speaker img {
    width: 100%;
    margin-bottom: 10px;
}

.speaker-right .speaker .title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: -1px;
    color: #363636;
}

.speaker-right .speaker .link {
    font-size: 18px;
    line-height: 22px;
    color: #ABA89C;
}

.speaker-right .speaker-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 27px 15px;
    max-width: 715px;
    margin: auto;
}

.speaker-right .speaker-grid .speaker {
    width: 100%;
}

.speaker-right .speaker-flex {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.speaker-right .speaker-flex .speaker:not(:last-child) {
    margin-bottom: 47px;
}

.modal-speaker .modal-dialog {
    max-width: 715px;
}

.modal-speaker .modal-content {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
}

.modal-speaker .modal-close {
    position: absolute;
    top: 13px;
    right: 11px;
    border: none;
    padding: 0;
    background: url('../img/speaker-close.png') center center no-repeat;
    background-size: contain;
    width: 37px;
    height: 37px;
    z-index: 1;
}

.modal-speaker .modal-body {
    background: linear-gradient(89.61deg, #362D2D 0.11%, #417F93 99.44%);
    padding: 0 0 19px 28px;
    color: white;
}

.modal-speaker .modal-head {
    position: relative;
    margin-left: -28px;
    margin-bottom: 17px;
}

#speakerBody1, #speakerBody10 {
    padding-right: 12px;
}

#speakerBody1 .modal-head, #speakerBody10 .modal-head {
    margin-right: -12px;
}

#speakerBody9 {
    padding-right: 11px;
}

#speakerBody9 .modal-head {
    margin-right: -11px;
}

.modal-speaker .modal-head .photo {
    width: 100%;
}

.modal-speaker .modal-head .qr {
    position: absolute;
    top: 11px;
    left: 13px;
    width: 88px;
}

.modal-speaker .modal-head .btn-arrow {
    position: absolute;
    bottom: 41px;
    padding: 0;
    border: none;
    width: 49px;
    height: 49px;
}

.modal-speaker .modal-head .btn-prev {
    left: 15px;
    background: url('../img/speaker-left.png') center center no-repeat;
    background-size: contain;
}

.modal-speaker .modal-head .btn-next {
    right: 17px;
    background: url('../img/speaker-right.png') center center no-repeat;
    background-size: contain;
}

.modal-speaker .speaker-info {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}

.modal-speaker .speaker-name {
    font-weight: 700;
    font-size: 25px;
}

.modal-speaker .speaker-theme {
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 24px;
}

.modal-speaker .speaker-theme-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-indent: 16px;
}

.modal-speaker ul {
    padding-left: 0;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 14px;
    list-style: none;
}

.modal-speaker ul li {
    position: relative;
}

.modal-speaker ul li:before {
    content: '';
    display: inline-block;
    margin-top: 4px;
    margin-right: 7px;
    background: url('../img/speaker-li.png') center center no-repeat;
    width: 12px;
    height: 9px;
}

.modal-speaker .video-link {
    display: inline-block;
    background: white;
    border-radius: 40px;
    padding: 4px 70px;
    font-size: 12px;
    line-height: 15px;
    color: #362D2D;
    letter-spacing: -0.02em;
}

@media (max-width: 1749.5px) {
    .speaker-right {
        width: 664px;
    }
}

@media (max-width: 1599.5px) {
    #speaker .image-1 {
        width: 418px;
    }

    #speaker .image-2 {
        top: 450px;
        width: 396px;
    }

    #speaker .image-3 {
        bottom: 55px;
        right: 408px;
        width: 175px;
    }

    .speaker-left {
        padding: 16px 13px 61px 199px;
    }

    .speaker-left .block-title {
        padding: 69px 66px 42px 132px;
        margin-bottom: 88px;
        font-size: 52px;
        line-height: 67px;
    }

    .speaker-left .speaker-links-block .speaker-link {
        border-radius: 85px;
        padding: 4px 24px;
        min-height: 46px;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 19px;
    }

    .speaker-left .speaker-links-block .program-link {
        margin-top: 46px;
        border-radius: 67px;
        padding: 10px 33px;
        font-size: 24px;
        line-height: 28px;
    }

    .speaker-right {
        padding: 27px 9px 58px;
        width: 612px;
    }

    .speaker-right .speaker-list .list-title {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 39px;
    }

    .speaker-right .speaker-list:first-child .list-title {
        font-size: 33px;
        line-height: 67px;
        margin-bottom: 28px;
        padding-left: 7px;
    }

    .speaker-right .speaker-list:nth-child(2) .list-title {
        padding-left: 7px;
    }

    .speaker-right .speaker-list:nth-child(3) .list-title {
        padding-left: 9px;
    }

    .speaker-right .speaker-list:nth-child(4) .list-title {
        padding-left: 6px;
    }

    .speaker-right .speaker-list:nth-child(5) .list-title {
        padding-left: 6px;
        margin-bottom: 129px;
    }

    .speaker-right .speaker {
        width: 262px;
    }

    .speaker-right .speaker img {
        margin-bottom: 7px;
    }

    .speaker-right .speaker .title {
        font-size: 18px;
        line-height: 22px;
    }

    .speaker-right .speaker .link {
        font-size: 13px;
        line-height: 16px;
    }

    .speaker-right .speaker-grid {
        grid-gap: 19px 10px;
        max-width: 535px;
    }

    .speaker-right .speaker-flex .speaker:not(:last-child) {
        margin-bottom: 34px;
    }

    .modal-speaker .modal-dialog {
        max-width: 535px;
    }

    .modal-speaker .modal-close {
        top: 9px;
        right: 7px;
        width: 27px;
        height: 27px;
    }

    .modal-speaker .modal-body {
        padding: 0 0 13px 21px;
    }

    .modal-speaker .modal-head {
        margin-left: -21px;
        margin-bottom: 12px;
    }

    #speakerBody1, #speakerBody10 {
        padding-right: 9px;
    }

    #speakerBody1 .modal-head, #speakerBody10 .modal-head {
        margin-right: -9px;
    }

    #speakerBody9 {
        padding-right: 7px;
    }

    #speakerBody9 .modal-head {
        margin-right: -7px;
    }

    .modal-speaker .modal-head .qr {
        top: 7px;
        left: 9px;
        width: 66px;
    }

    .modal-speaker .modal-head .btn-arrow {
        bottom: 30px;
        width: 36px;
        height: 36px;
    }

    .modal-speaker .modal-head .btn-prev {
        left: 10px;
    }

    .modal-speaker .modal-head .btn-next {
        right: 12px;
    }

    .modal-speaker .speaker-info {
        font-size: 9px;
        line-height: 15px;
    }

    .modal-speaker .speaker-name {
        font-size: 18px;
    }

    .modal-speaker .speaker-theme {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 18px;
    }

    .modal-speaker .speaker-theme-text {
        font-size: 9px;
        line-height: 12px;
        text-indent: 12px;
    }

    .modal-speaker ul {
        margin-bottom: 4px;
        font-size: 9px;
        line-height: 10px;
    }

    .modal-speaker ul li:before {
        margin-top: 3px;
        margin-right: 4px;
        width: 9px;
        height: 6px;
    }

    .modal-speaker .video-link {
        border-radius: 30px;
        padding: 3px 52px;
        font-size: 9px;
        line-height: 10px;
    }
}

@media (max-width: 1439.5px) {
    #speaker .image-1 {
        width: 313px;
    }

    #speaker .image-2 {
        top: 337px;
        width: 297px;
    }

    #speaker .image-3 {
        bottom: 40px;
        right: 306px;
        width: 130px;
    }

    .speaker-left {
        padding: 12px 9px 45px 148px;
    }

    .speaker-left .block-title {
        padding: 51px 49px 31px 99px;
        margin-bottom: 66px;
        font-size: 39px;
        line-height: 49px;
    }

    .speaker-left .speaker-links-block .speaker-link {
        border-radius: 63px;
        padding: 3px 18px;
        min-height: 34px;
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 13px;
    }

    .speaker-left .speaker-links-block .program-link {
        margin-top: 34px;
        border-radius: 49px;
        padding: 7px 24px;
        font-size: 18px;
        line-height: 21px;
    }

    .speaker-right {
        padding: 19px 6px 43px;
        width: 459px;
    }

    .speaker-right .speaker-list .list-title {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 28px;
    }

    .speaker-right .speaker-list:first-child .list-title {
        font-size: 24px;
        line-height: 49px;
        margin-bottom: 21px;
    }

    .speaker-right .speaker-list:nth-child(2) .list-title {
        padding-left: 4px;
    }

    .speaker-right .speaker-list:nth-child(3) .list-title {
        padding-left: 6px;
    }

    .speaker-right .speaker-list:nth-child(4) .list-title {
        padding-left: 4px;
    }

    .speaker-right .speaker-list:nth-child(5) .list-title {
        padding-left: 4px;
        margin-bottom: 96px;
    }

    .speaker-right .speaker {
        width: 196px;
    }

    .speaker-right .speaker img {
        margin-bottom: 4px;
    }

    .speaker-right .speaker .title {
        font-size: 13px;
        line-height: 16px;
    }

    .speaker-right .speaker .link {
        font-size: 9px;
        line-height: 12px;
    }

    .speaker-right .speaker-grid {
        grid-gap: 13px 7px;
        max-width: 400px;
    }

    .speaker-right .speaker-flex .speaker:not(:last-child) {
        margin-bottom: 25px;
    }

    .modal-speaker .modal-dialog {
        max-width: 400px;
    }

    .modal-speaker .modal-close {
        top: 6px;
        right: 4px;
        width: 19px;
        height: 19px;
    }

    .modal-speaker .modal-body {
        padding: 0 0 9px 15px;
    }

    .modal-speaker .modal-head {
        margin-left: -15px;
        margin-bottom: 9px;
    }

    #speakerBody1, #speakerBody10 {
        padding-right: 6px;
    }

    #speakerBody1 .modal-head, #speakerBody10 .modal-head {
        margin-right: -6px;
    }

    #speakerBody9 {
        padding-right: 4px;
    }

    #speakerBody9 .modal-head {
        margin-right: -4px;
    }

    .modal-speaker .modal-head .qr {
        top: 4px;
        left: 6px;
        width: 49px;
    }

    .modal-speaker .modal-head .btn-arrow {
        bottom: 22px;
        width: 27px;
        height: 27px;
    }

    .modal-speaker .modal-head .btn-prev {
        left: 7px;
    }

    .modal-speaker .modal-head .btn-next {
        right: 9px;
    }

    .modal-speaker .speaker-info {
        line-height: 12px;
    }

    .modal-speaker .speaker-name {
        font-size: 13px;
    }

    .modal-speaker .speaker-theme {
        margin-bottom: 13px;
    }

    .modal-speaker .speaker-theme-text {
        text-indent: 9px;
    }

    .modal-speaker ul {
        margin-bottom: 3px;
    }

    .modal-speaker .video-link {
        border-radius: 22px;
        padding: 2px 39px;
    }
}

@media (max-width: 991.5px) {
    #speaker .image-1 {
        width: 234px;
    }

    #speaker .image-2 {
        top: 252px;
        width: 222px;
    }

    #speaker .image-3 {
        bottom: 30px;
        right: 229px;
        width: 97px;
    }

    .speaker-left {
        padding: 9px 6px 33px 111px;
    }

    .speaker-left .block-title {
        padding: 37px 36px 22px 73px;
        margin-bottom: 49px;
        font-size: 28px;
        line-height: 36px;
    }

    .speaker-left .speaker-links-block .speaker-link {
        border-radius: 46px;
        padding: 2px 13px;
        min-height: 25px;
        font-size: 9px;
        line-height: 9px;
        margin-bottom: 10px;
    }

    .speaker-left .speaker-links-block .program-link {
        margin-top: 25px;
        border-radius: 36px;
        padding: 5px 18px;
        font-size: 13px;
        line-height: 15px;
    }

    .speaker-right {
        padding: 13px 4px 31px;
        width: 343px;
    }

    .speaker-right .speaker-list .list-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 21px;
    }

    .speaker-right .speaker-list:first-child .list-title {
        font-size: 19px;
        line-height: 37px;
        margin-bottom: 15px;
    }

    .speaker-right .speaker-list:nth-child(2) .list-title {
        padding-left: 3px;
    }

    .speaker-right .speaker-list:nth-child(3) .list-title {
        padding-left: 4px;
    }

    .speaker-right .speaker-list:nth-child(4) .list-title {
        padding-left: 3px;
    }

    .speaker-right .speaker-list:nth-child(5) .list-title {
        padding-left: 3px;
        margin-bottom: 72px;
    }

    .speaker-right .speaker {
        width: 147px;
    }

    .speaker-right .speaker .title {
        font-size: 10px;
        line-height: 13px;
    }

    .speaker-right .speaker .link {
        font-size: 7px;
        line-height: 9px;
    }

    .speaker-right .speaker-grid {
        grid-gap: 11px 6px;
        max-width: 300px;
    }

    .speaker-right .speaker-flex .speaker:not(:last-child) {
        margin-bottom: 18px;
    }

    .modal-speaker .modal-dialog {
        max-width: 300px;
    }

    .modal-speaker .modal-close {
        top: 4px;
        right: 3px;
        width: 13px;
        height: 13px;
    }

    .modal-speaker .modal-body {
        padding: 0 0 6px 10px;
    }

    .modal-speaker .modal-head {
        margin-left: -10px;
        margin-bottom: 6px;
    }

    #speakerBody1, #speakerBody10 {
        padding-right: 4px;
    }

    #speakerBody1 .modal-head, #speakerBody10 .modal-head {
        margin-right: -4px;
    }

    #speakerBody9 {
        padding-right: 3px;
    }

    #speakerBody9 .modal-head {
        margin-right: -3px;
    }

    .modal-speaker .modal-head .qr {
        top: 3px;
        left: 4px;
        width: 36px;
    }

    .modal-speaker .modal-head .btn-arrow {
        bottom: 16px;
        width: 19px;
        height: 19px;
    }

    .modal-speaker .modal-head .btn-prev {
        left: 4px;
    }

    .modal-speaker .modal-head .btn-next {
        right: 6px;
    }

    .modal-speaker .speaker-info {
        line-height: 9px;
    }

    .modal-speaker .speaker-name {
        font-size: 9px;
    }

    .modal-speaker .speaker-theme {
        margin-bottom: 9px;
    }

    .modal-speaker .speaker-theme-text {
        text-indent: 6px;
    }

    .modal-speaker ul {
        margin-bottom: 2px;
    }

    .modal-speaker .video-link {
        border-radius: 16px;
        padding: 1px 28px;
    }
}

@media (min-width: 768px) {
    #speaker .image-1 img:last-child {
        display: none;
    }

    #speaker .image-2 img:last-child {
        display: none;
    }
}

@media (max-width: 767.5px) {
    #speaker {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .speaker-left .mobile-block {
        display: -ms-flex;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #speaker .image-2 {
        top: auto;
        bottom: -91px;
        width: 166px;
    }

    #speaker .image-1 {
        bottom: -4px;
    }

    #speaker .image-1 img:first-child {
        display: none;
    }

    #speaker .image-2 img:first-child {
        display: none;
    }

    .speaker-right {
        width: 100%;
        padding: 9px 4px 22px;
    }
}

@media (max-width: 575.5px) {
    #speaker .image-1 {
        width: 160px;
        bottom: -3px;
    }

    #speaker .image-2 {
        bottom: -52px;
        width: 95px;
    }

    #speaker .image-3 {
        bottom: 22px;
        right: 200px;
        width: 72px;
    }

    .speaker-left {
        padding: 11px 0 24px 107px;
    }

    .speaker-left .mobile-block {
        display: block;
        overflow: hidden;
    }

    .speaker-left .block-title {
        padding: 30px 44px 22px 55px;
        margin-bottom: 36px;
        font-size: 22px;
        line-height: 28px;
    }

    .speaker-left .speaker-links-block {
        width: 100%;
        padding-right: 1px;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .speaker-left .speaker-links-block .speaker-link {
        border-radius: 41px;
        padding: 2px 12px;
        min-height: 22px;
        font-size: 8px;
        line-height: 8px;
        box-shadow: 0px 1.66px 1.66px 0px #00000040;
    }

    .speaker-left .speaker-links-block .speaker-link:first-child {
        margin-left: 36px;
    }

    .speaker-left .speaker-links-block .speaker-link:nth-child(2) {
        margin-left: 36px;
    }

    .speaker-left .speaker-links-block .speaker-link:nth-child(3) {
        margin-left: 24px;
    }

    .speaker-left .speaker-links-block .speaker-link:nth-child(4) {
        margin-left: 5px;
    }

    .speaker-left .speaker-links-block .speaker-link:nth-child(5) {
        margin-left: -14px;
    }

    .speaker-left .speaker-links-block .program-link {
        margin-top: 17px;
        margin-left: 19px;
        border-radius: 32px;
        padding: 5px 13px;
        font-size: 11px;
        line-height: 14px;
    }

    .speaker-right {
        padding: 8px 4px 17px;
    }

    .speaker-right .speaker-list .list-title {
        margin-bottom: 9px;
    }

    .speaker-right .speaker-list:first-child .list-title {
        margin-bottom: 4px;
    }

    .speaker-right .speaker-list:nth-child(2) .list-title {
        padding-left: 0;
        padding-right: 3px;
    }

    .speaker-right .speaker-list:nth-child(3) .list-title {
        padding-left: 0;
        padding-right: 2px;
    }

    .speaker-right .speaker-list:nth-child(4) .list-title {
        padding-left: 0;
        padding-right: 1px;
    }

    .speaker-right .speaker-list:nth-child(5) .list-title {
        padding-left: 0;
        padding-right: 1px;
        margin-bottom: 8px;
    }

    .speaker-right .speaker-list:nth-child(5) {
        padding-bottom: 146px;
    }

    .speaker-right .speaker {
        width: 144px;
    }

    .speaker-right .speaker-grid {
        grid-gap: 9px 4px;
        max-width: 295px;
    }

    .speaker-right .speaker-flex .speaker:not(:last-child) {
        margin-bottom: 8px;
    }
}

#bag_block {
    position: relative;
    padding: 69px 81px 42px 78px;
    overflow: hidden;
}

#bag_block * {
    letter-spacing: -0.02em;
}

#bag_block > * {
    position: relative;
}

#bag_block .image-1 {
    top: 530px;
    left: 0;
    width: 405px;
}

#bag_block .image-2 {
    top: 726px;
    right: 0;
    width: 413px;
}

#bag_block .image-3 {
    right: 0;
    bottom: 25px;
    left: 638px;
    margin: auto;
    width: 233px;
    z-index: 1;
}

#bag_block .block-title {
    font-family: RAYDIS;
    font-weight: 700;
    font-size: 55px;
    line-height: 61px;
    margin-bottom: 17px;
}

#bag_block .bag-buttons-line {
    display: -ms-flex;
    display: flex;
    margin-bottom: 67px;
}

#bag_block .bag-button {
    border-radius: 123px;
    border: 1px solid #FFFFFFAB;
    background: #E0E0E0;
    width: 493px;
    height: 66px;
    padding: 0;
    box-shadow: 0px 4.9px 9.8px 0px #062D3F;
    transition: all 0.5s;
}

#bag_block .bag-button .ui-slider-handle {
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -3px;
    bottom: -1px;
    border-radius: 90px;
    border: none;
    width: 390px;
    height: auto;
    color: white;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    text-shadow: 0px 4.39px 4.39px #00000040;
    cursor: pointer;
}

#bag_block .bag-button:first-child .ui-slider-handle {
    background: linear-gradient(90deg, #362D2D 0%, #48B9DB 100%);
    box-shadow: 0px 4px 4px 0px #00000040;
}

#bag_block .bag-button:last-child .ui-slider-handle {
    background: linear-gradient(90deg, #362D2D 0%, #ABA89C 100%);
    box-shadow: 0px 4px 4px 0px #00000040;
}

#bag_block .bag-button:not(:last-child) {
    margin-right: 49px;
}

#bag_block .bag-button.ui-slider.active .ui-slider-handle {
    left: auto !important;
    right: 0;
}

#bag_block .bag-container {
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 29px;
    position: relative;
    z-index: 1;
}

#bag_block #onlineBag .bag-container {
    max-width: 1405px;
    margin: 0 auto 66px;
}

#bag_block #offlineBag .bag-item {
    width: 421px;
}

#bag_block .bag-item:not(:last-child) {
    margin-right: 32px;
}

#bag_block #onlineBag .bag-item:not(:last-child) {
    margin-right: 63px;
}

#bag_block .bag-item .bag-title {
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 421px;
    height: 66px;
    border-radius: 90px;
    margin: 0 auto 15px;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: white;
}

#bag_block .bag-item:first-child .bag-title {
    border: 1px solid #ABA89C;
    background: white;
    color: #363636;
}

#bag_block .bag-item:nth-child(2) .bag-title {
    background: #407384;
}

#bag_block .bag-item:nth-child(3) .bag-title {
    background: #48B3D4;
}

#bag_block .bag-item:nth-child(4) .bag-title {
    background: linear-gradient(90deg, #3F2E2E 0%, #48B9DB 100%);
}

#bag_block .bag-item > a {
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 421px;
    height: 66px;
    border-radius: 90px;
    margin: 15px auto 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: white;
    text-decoration: none !important;
}

#bag_block .bag-item:first-child > a {
    border: 1px solid #ABA89C;
    background: white;
    color: #363636;
}

#bag_block .bag-item:nth-child(2) > a {
    background: #407384;
}

#bag_block .bag-item:nth-child(3) > a {
    background: #48B3D4;
}

#bag_block .bag-item:nth-child(4) > a {
    background: linear-gradient(90deg, #3F2E2E 0%, #48B9DB 100%);
}

#bag_block .bag-item .bag-body {
    border-radius: 25px;
    padding: 22px 10px 11px;
    overflow: hidden;
    color: white;
}

#bag_block .bag-item:first-child .bag-body {
    position: relative;
    background: url('../img/bag-body-1.png?ver=1') center center no-repeat;
    background-size: cover;
    color: #363636;
}

#bag_block .bag-item:nth-child(2) .bag-body {
    position: relative;
    background: url('../img/bag-body-2.png?ver=1') center center no-repeat;
    background-size: cover;
}

#bag_block .bag-item:nth-child(3) .bag-body {
    position: relative;
    background: url('../img/bag-body-3.png?ver=1') center center no-repeat;
    background-size: cover;
}

#bag_block .bag-item:nth-child(4) .bag-body {
    position: relative;
    background: url('../img/bag-body-4.png?ver=1') center center no-repeat;
    background-size: cover;
}

#bag_block .bag-item ul {
    list-style: none;
    padding-left: 46px;
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 16px;
    text-shadow: 0px 4px 4px #00000040;
}

#bag_block .bag-item ul li {
    position: relative;
}

#bag_block .bag-item ul li:not(:last-child) {
    margin-bottom: 18px;
}

#bag_block .bag-item ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -33px;
    background: url('../img/bag-check-white.png') center center no-repeat;
    background-size: contain;
    width: 23px;
    height: 28px;
}

#bag_block .bag-item:first-child ul li:before {
    background-image: url('../img/bag-check.png');
}

#bag_block .bag-item ul li.none {
    color: #2C5866;
}

#bag_block .bag-item:first-child ul li.none {
    color: #767676;
}

#bag_block .bag-item ul li.none:before {
    top: 2px;
    left: -34px;
    background-image: url('../img/bag-none-blue.png');
    width: 21px;
    height: 21px;
}

#bag_block .bag-item:first-child ul li.none:before {
    background-image: url('../img/bag-none.png');
}

#bag_block .bag-item ul li span:not(.small) {
    line-height: 25px;
}

#bag_block .bag-item ul li .small {
    font-size: 16px;
}

#bag_block .bag-item .bag-cost {
    width: 395px;
    margin: auto;
    background: #FFFFFF;
    border-radius: 25px;
    padding: 10px 10px 11px;
    font-family: "Montserrat Alternates";
    font-size: 29px;
    line-height: 35px;
    color: #417F93;
    text-shadow: 0px 4px 4px #00000040;
    text-align: center;
}

#bag_block .bag-item:first-child .bag-cost {
    color: #363636;
}

#bag_block .bag-item .bag-cost .old-price {
    margin-top: -2px;
    text-shadow: none;
    font-size: 16px;
    line-height: 20px;
    text-decoration: line-through;
    color: #ABA89C;
}

#bag_block .bag-description {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: normal;
    margin-bottom: 49px;
}

#bag_block .bag-description .bag-description--title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #417F93;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}

#bag_block .bag-description .star {
    display: inline-block;
    font-size: 22px;
    line-height: 14px;
    margin-top: -8px;
    margin-right: 3px;
}

#bag_block .discount-block {
    position: relative;
    margin-right: -81px;
    margin-left: -78px;
    margin-bottom: 39px;
    background: linear-gradient(90deg, #362D2D 0%, #48B9DB 100%);
    padding: 28px 75px 32px;
    color: white;
    font-size: 24px;
    line-height: 29px;
}

#bag_block .discount-block > div {
    position: relative;
}

#bag_block .discount-block .image-4 {
    top: 0;
    right: 368px;
    bottom: 0;
    margin-bottom: 0 !important;
}

#bag_block .discount-block div:not(:last-child) {
    margin-bottom: 8px;
}

#bag_block .btn-register {
    display: inline-block;
    background: linear-gradient(90deg, #362D2D 0%, #48B9DB 100%);
    padding: 18px 38px;
    font-family: "Montserrat Alternates";
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: white;
    text-decoration: none !important;
    border-radius: 50px;
}

@media (max-width: 1899.5px) AND (min-width: 1600px) {
    #offlineBag .bag-item:not(:last-child) {
        margin-right: 24px;
    }

    #offlineBag .bag-item .bag-title {
        width: 325px;
    }

    #offlineBag .bag-item .bag-cost {
        width: 295px;
    }
}

@media (max-width: 1599.5px) {
    #bag_block {
        padding: 51px 60px 31px 58px;
    }

    #bag_block .image-1 {
        top: 397px;
        width: 303px;
    }

    #bag_block .image-2 {
        top: 544px;
        width: 309px;
    }

    #bag_block .image-3 {
        bottom: 18px;
        left: 478px;
        width: 174px;
    }

    #bag_block .block-title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 12px;
    }

    #bag_block .bag-buttons-line {
        margin-bottom: 49px;
    }

    #bag_block .bag-button {
        border-radius: 91px;
        width: 369px;
        height: 49px;
    }

    #bag_block .bag-button .ui-slider-handle {
        border-radius: 67px;
        width: 292px;
        font-size: 24px;
        line-height: 28px;
    }

    #bag_block .bag-button:not(:last-child) {
        margin-right: 36px;
    }

    #bag_block .bag-container {
        margin-bottom: 21px;
    }

    #bag_block #onlineBag .bag-container {
        max-width: 1053px;
        margin-bottom: 49px;
    }

    #bag_block #offlineBag .bag-item {
        width: 315px;
    }

    #bag_block .bag-item:not(:last-child) {
        margin-right: 24px;
    }

    #bag_block #onlineBag .bag-item:not(:last-child) {
        margin-right: 46px;
    }

    #bag_block .bag-item .bag-title {
        max-width: 315px;
        height: 49px;
        border-radius: 67px;
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 28px;
    }

    #bag_block .bag-item > a {
        max-width: 315px;
        height: 49px;
        border-radius: 67px;
        margin-top: 10px;
        font-size: 24px;
        line-height: 28px;
    }

    #bag_block .bag-item .bag-body {
        border-radius: 18px;
        padding: 16px 7px 13px;
    }

    #bag_block .bag-item ul {
        padding-left: 34px;
        font-size: 18px;
        line-height: 12px;
    }

    #bag_block .bag-item ul li:not(:last-child) {
        margin-bottom: 13px;
    }

    #bag_block .bag-item ul li:before {
        left: -24px;
        width: 16px;
        height: 21px;
    }

    #bag_block .bag-item ul li.none:before {
        top: 1px;
        left: -25px;
        width: 15px;
        height: 15px;
    }

    #bag_block .bag-item ul li span:not(.small) {
        line-height: 18px;
    }

    #bag_block .bag-item ul li .small {
        font-size: 12px;
    }

    #bag_block .bag-item .bag-cost {
        width: 295px;
        border-radius: 18px;
        padding: 7px;
        font-size: 21px;
        line-height: 25px;
    }

    #bag_block .bag-item .bag-cost .old-price {
        margin-top: -1px;
        font-size: 12px;
        line-height: 15px;
    }

    #bag_block .bag-description {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 36px;
    }

    #bag_block .bag-description .bag-description--title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 13px;
    }

    #bag_block .bag-description .star {
        font-size: 16px;
        line-height: 10px;
        margin-top: -6px;
        margin-right: 2px;
    }

    #bag_block .discount-block {
        margin-right: -60px;
        margin-left: -58px;
        margin-bottom: 28px;
        padding: 21px 55px 24px;
        font-size: 18px;
        line-height: 21px;
    }

    #bag_block .discount-block .image-4 {
        right: 276px;
    }

    #bag_block .discount-block div:not(:last-child) {
        margin-bottom: 6px;
    }

    #bag_block .btn-register {
        padding: 13px 28px;
        font-size: 22px;
        line-height: 27px;
        border-radius: 37px;
    }
}

@media (max-width: 1439.5px) {
    #bag_block {
        padding: 37px 45px 22px 43px;
    }

    #bag_block .image-1 {
        top: 297px;
        width: 226px;
    }

    #bag_block .image-2 {
        top: 408px;
        width: 231px;
    }

    #bag_block .image-3 {
        bottom: 16px;
        left: 358px;
        width: 130px;
    }

    #bag_block .block-title {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 10px;
    }

    #bag_block .bag-buttons-line {
        margin-bottom: 36px;
    }

    #bag_block .bag-button {
        border-radius: 67px;
        width: 276px;
        height: 36px;
    }

    #bag_block .bag-button .ui-slider-handle {
        border-radius: 49px;
        width: 219px;
        font-size: 19px;
        line-height: 21px;
    }

    #bag_block .bag-button:not(:last-child) {
        margin-right: 27px;
    }

    #bag_block .bag-container {
        margin-bottom: 15px;
    }

    #bag_block #onlineBag .bag-container {
        max-width: 789px;
        margin-bottom: 36px;
    }

    #bag_block #offlineBag .bag-item {
        width: 275px;
    }

    #bag_block .bag-item:not(:last-child) {
        margin-right: 18px;
    }

    #bag_block #onlineBag .bag-item:not(:last-child) {
        margin-right: 34px;
    }

    #bag_block .bag-item .bag-title {
        max-width: 235px;
        height: 36px;
        border-radius: 49px;
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 21px;
    }

    #bag_block .bag-item > a {
        max-width: 235px;
        height: 36px;
        border-radius: 49px;
        margin-top: 8px;
        font-size: 18px;
        line-height: 21px;
    }

    #bag_block .bag-item .bag-body {
        border-radius: 14px;
        padding: 12px 4px 13px;
    }

    #bag_block .bag-item ul {
        padding-left: 27px;
        font-size: 13px;
        line-height: 9px;
    }

    #bag_block .bag-item ul li:not(:last-child) {
        margin-bottom: 9px;
    }

    #bag_block .bag-item ul li:before {
        left: -19px;
        width: 14px;
        height: 16px;
    }

    #bag_block .bag-item ul li.none:before {
        left: -19px;
        width: 12px;
        height: 12px;
    }

    #bag_block .bag-item ul li span:not(.small) {
        line-height: 14px;
    }

    #bag_block .bag-item ul li .small {
        font-size: 9px;
    }

    #bag_block .bag-item .bag-cost {
        width: 220px;
        border-radius: 14px;
        padding: 5px;
        font-size: 15px;
        line-height: 18px;
    }

    #bag_block .bag-item .bag-cost .old-price {
        margin-top: 0;
        font-size: 9px;
        line-height: 11px;
    }

    #bag_block .bag-item .bag-cost .old-price + div {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 1px;
    }

    #bag_block .bag-description {
        font-size: 9px;
        line-height: 10px;
        margin-bottom: 27px;
    }

    #bag_block .bag-description .bag-description--title {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 9px;
    }

    #bag_block .bag-description .star {
        font-size: 12px;
        line-height: 7px;
        margin-top: -4px;
        margin-right: 1px;
    }

    #bag_block .discount-block {
        margin-right: -45px;
        margin-left: -43px;
        margin-bottom: 21px;
        padding: 15px 40px 18px;
        font-size: 13px;
        line-height: 15px;
    }

    #bag_block .discount-block .image-4 {
        right: 207px;
    }

    #bag_block .discount-block div:not(:last-child) {
        margin-bottom: 4px;
    }

    #bag_block .btn-register {
        padding: 9px 21px;
        font-size: 16px;
        line-height: 19px;
        border-radius: 27px;
    }
}

@media (max-width: 1199.5px) AND (min-width: 992px) {
    #offlineBag .bag-item:not(:last-child) {
        margin-right: 13px;
    }

    #offlineBag .bag-item .bag-title {
        width: 185px;
    }

    #offlineBag .bag-item .bag-cost {
        width: 165px;
    }
}

@media (min-width: 992px) {
    #bag_block .bag-container .btn-arrow {
        display: none;
    }
}

@media (max-width: 991.5px) {
    #bag_block {
        padding: 27px 33px 16px 31px;
    }

    #bag_block .image-1 {
        top: 222px;
        width: 169px;
    }

    #bag_block .image-2 {
        top: 306px;
        width: 172px;
    }

    #bag_block .image-3 {
        left: 268px;
        width: 97px;
    }

    #bag_block .block-title {
        font-size: 22px;
        line-height: 24px;
    }

    #bag_block .bag-buttons-line {
        margin-bottom: 27px;
    }

    #bag_block .bag-button {
        border-radius: 49px;
        width: 207px;
        height: 27px;
    }

    #bag_block .bag-button .ui-slider-handle {
        border-radius: 36px;
        width: 163px;
        font-size: 13px;
        line-height: 15px;
    }

    #bag_block .bag-button:not(:last-child) {
        margin-right: 19px;
    }

    #bag_block .bag-container {
        margin-bottom: 10px;
    }

    #bag_block #offlineBag .bag-container {
        width: 275px;
        margin-right: auto;
        margin-left: auto;
    }

    #bag_block #offlineBag .bag-container .bag-item:not(.active) {
        display: none;
    }

    #bag_block #onlineBag .bag-container {
        max-width: 591px;
        margin-bottom: 27px;
    }

    #bag_block .bag-item:not(:last-child) {
        margin-right: 0;
    }

    #bag_block #onlineBag .bag-item:not(:last-child) {
        margin-right: 25px;
    }

    #bag_block .bag-item .bag-title {
        max-width: 230px;
        font-size: 17px;
    }

    #bag_block .bag-item > a {
        max-width: 230px;
        font-size: 17px;
    }

    #bag_block .bag-item .bag-cost {
        width: 216px;
        font-size: 14px;
    }

    #bag_block #onlineBag .bag-cost {
        width: 198px;
    }

    #bag_block .bag-container .btn-arrow {
        position: absolute;
        top: 82px;
        bottom: 0;
        margin: auto;
        background: center center no-repeat;
        background-size: contain;
        border: none;
        width: 46px;
        height: 47px;
    }

    #bag_block .bag-container .btn-prev {
        background-image: url("../img/bag-body-left.png");
        left: -20px;
    }

    #bag_block .bag-container .btn-next {
        background-image: url("../img/bag-body-right.png");
        right: -21px;
    }

    #bag_block .bag-description {
        font-size: 6px;
        line-height: 7px;
        margin-bottom: 19px;
    }

    #bag_block .bag-description .bag-description--title {
        font-size: 9px;
        line-height: 10px;
        margin-bottom: 6px;
    }

    #bag_block .bag-description .star {
        font-size: 7.7px;
        line-height: 5px;
        margin-top: -2.8px;
    }

    #bag_block .discount-block {
        margin-right: -33px;
        margin-left: -31px;
        margin-bottom: 15px;
        padding: 10px 30px 13px;
        font-size: 9px;
        line-height: 10px;
    }

    #bag_block .discount-block .image-4 {
        right: 154px;
    }

    #bag_block .btn-register {
        padding: 8px 17px;
        font-size: 14px;
        line-height: 17px;
        border-radius: 23px;
    }
}

@media (max-width: 767.5px) {
    #bag_block {
        padding: 19px 24px 12px 22px;
    }

    #bag_block .image-1 {
        top: 166px;
    }

    #bag_block .image-3 {
        left: 248px;
        width: 72px;
    }

    #bag_block .bag-buttons-line {
        margin-bottom: 19px;
    }

    #bag_block .bag-button:not(:last-child) {
        margin-right: 13px;
    }

    #bag_block #onlineBag .bag-container {
        margin-bottom: 19px;
    }

    #bag_block #onlineBag .bag-item:not(:last-child) {
        margin-right: 18px;
    }

    #bag_block .bag-description {
        margin-bottom: 13px;
    }

    #bag_block .discount-block {
        margin-right: -24px;
        margin-left: -22px;
        padding: 7px 22px 9px;
        font-size: 9px;
        line-height: 10px;
    }
}

@media (min-width: 576px) {
    #bag_block .image-1 img:last-child {
        display: none;
    }
}

@media (max-width: 575.5px) {
    #bag_block {
        padding: 16px 15px 11px 14px;
    }

    #bag_block .image-1 {
        top: 65px;
        width: 128px;
    }

    #bag_block .image-1 img:first-child {
        display: none;
    }

    #bag_block .image-2 {
        display: none;
    }

    #bag_block .image-3 {
        width: 66px;
    }

    #bag_block .block-title {
        font-size: 18px;
        line-height: 20px;
    }

    #bag_block .bag-buttons-line {
        margin-bottom: 16px;
    }

    #bag_block .bag-button {
        border-radius: 41px;
        width: 142px;
        height: 22px;
    }

    #bag_block .bag-button .ui-slider-handle {
        border-radius: 30px;
        width: 123px;
        font-size: 11px;
        line-height: 13px;
        top: -2px;
    }

    #bag_block .bag-button:not(:last-child) {
        margin-right: 7px;
    }

    #bag_block #onlineBag .bag-container {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
    }

    #bag_block #onlineBag .bag-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 14px;
    }

    #bag_block .bag-description {
        margin-bottom: 10px;
    }

    #bag_block .bag-description .bag-description--title {
        font-size: 8px;
    }

    #bag_block .discount-block {
        margin-right: -15px;
        margin-left: -14px;
        margin-bottom: 11px;
        padding: 5px 13px;
        font-size: 6px;
        line-height: 8px;
    }

    #bag_block .discount-block b {
        font-size: 8px;
        line-height: 10px;
    }

    #bag_block .discount-block .image-4 {
        display: none;
    }

    #bag_block .btn-register {
        padding: 8px 17px;
        font-size: 14px;
        line-height: 17px;
        border-radius: 23px;
    }
}

#contact-block {
    position: relative;
    padding: 53px 160px 0 140px;
}

#contact-block:before {
    content: '';
    position: absolute;
    top: 0;
    right: 916px;
    bottom: 0;
    left: 0;
    background: url(../img/contact-back.png?ver=1) center center no-repeat;
    background-size: cover;
    pointer-events: none;
}

#contact-block > * {
    position: relative;
}

#contact-block .image-1 {
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#contact-block .image-2 {
    bottom: 225px;
    left: 623px;
    width: 227px;
}

#contact-block .block-title {
    font-family: RAYDIS;
    font-weight: 700;
    font-size: 88px;
    line-height: 90px;
    letter-spacing: -0.02em;
    text-align: right;
    margin-bottom: 63px;
    text-shadow: 0px 4px 4px #00000040;
}

#contact-block .block-title span:first-child {
    color: white;
}

#contact-block .contact-line {
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 67px;
}

#contact-block .contact-left {
    padding-top: 7px;
    margin-right: 100px;
}

#contact-block .contact-item {
    padding-left: 32px;
    color: white;
    margin-bottom: 18px;
}

#contact-block .contact-title {
    position: relative;
    font-family: RAYDIS;
    font-weight: 700;
    font-size: 28px;
    line-height: 56px;
    margin-bottom: 4px;
    padding-left: 42px;
}

#contact-block .contact-title img {
    position: absolute;
    top: -1px;
    left: -32px;
    width: 52px;
}

#contact-block .contact-body {
    padding: 13px 42px;
    background: linear-gradient(270.35deg, #48B9DB 3.6%, #3F2E2E 95.99%);
    box-shadow: 0px 4.68px 4.68px 0px #00000040;
    border-radius: 100px;
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
}

#contact-block .contact-body span:not(:last-child) {
    display: inline-block;
    margin-bottom: 6px;
}

#contact-block .contact-links {
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -4px;
    padding-left: 74px;
    margin-bottom: 60px;
}

#contact-block .contact-links a {
    text-decoration: none !important;
}

#contact-block .contact-links a:not(:last-child) {
    margin-right: 8px;
}

#contact-block .contact-links a:first-child img {
    width: 34px;
    height: 34px;
}

#contact-block .contact-links a:last-child img {
    width: 37px;
    height: 39px;
}

#contact-block .btn-register {
    display: inline-block;
    border-radius: 90px;
    border: none;
    background: white;
    padding: 14px 35px;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.02em;
    color: #363636;
    text-shadow: 0px 4.39px 4.39px #00000040;
}

#contact-block .contact-right iframe {
    width: 850px;
    height: 472px;
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

#contact-block .contact-footer {
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 41px 139px;
    margin-right: -160px;
    margin-left: -140px;
    font-family: Nunito;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: white;
    background: linear-gradient(90deg, #362D2D 0%, #48B9DB 100%);
}

#contact-block .contact-footer .footer-offer {
    position: absolute;
    top: 10px;
}

#contact-block .contact-footer .footer-offer a {
    color: white !important;
}

#contact-block .contact-footer span {
    position: relative;
    z-index: 1;
}

#contact-block .contact-footer span:last-child {
    text-align: right;
}

@media (max-width: 1599.5px) {
    #contact-block {
        padding: 39px 120px 0 105px;
    }

    #contact-block:before {
        right: 687px;
    }

    #contact-block .image-2 {
        bottom: 168px;
        left: 466px;
        width: 169px;
    }

    #contact-block .block-title {
        font-size: 66px;
        line-height: 67px;
        margin-bottom: 46px;
    }

    #contact-block .contact-line {
        margin-bottom: 49px;
    }

    #contact-block .contact-left {
        padding-top: 10px;
        margin-right: 75px;
    }

    #contact-block .contact-item {
        padding-left: 24px;
        margin-bottom: 13px;
    }

    #contact-block .contact-title {
        font-size: 21px;
        line-height: 42px;
        margin-bottom: 3px;
        padding-left: 31px;
    }

    #contact-block .contact-title img {
        left: -24px;
        width: 39px;
    }

    #contact-block .contact-body {
        padding: 9px 31px;
        border-radius: 75px;
        font-size: 16px;
        line-height: 21px;
    }

    #contact-block .contact-body span:not(:last-child) {
        margin-bottom: 4px;
    }

    #contact-block .contact-links {
        margin-top: -3px;
        padding-left: 55px;
        margin-bottom: 45px;
    }

    #contact-block .contact-links a:not(:last-child) {
        margin-right: 6px;
    }

    #contact-block .contact-links a:first-child img {
        width: 25px;
        height: 25px;
    }

    #contact-block .contact-links a:last-child img {
        width: 27px;
        height: 28px;
    }

    #contact-block .btn-register {
        border-radius: 67px;
        padding: 10px 25px;
        font-size: 24px;
        line-height: 28px;
    }

    #contact-block .contact-right iframe {
        width: 637px;
        height: 354px;
        border-radius: 22px;
    }

    #contact-block .contact-footer {
        padding: 30px 103px;
        margin-right: -120px;
        margin-left: -105px;
        font-size: 10px;
        line-height: 15px;
    }

    #contact-block .contact-footer .footer-offer {
        top: 7px;
    }
}

@media (max-width: 1439.5px) {
    #contact-block {
        padding: 29px 90px 0 78px;
    }

    #contact-block:before {
        right: 514px;
    }

    #contact-block .image-2 {
        bottom: 126px;
        left: 349px;
        width: 126px;
    }

    #contact-block .block-title {
        font-size: 49px;
        line-height: 49px;
        margin-bottom: 34px;
    }

    #contact-block .contact-line {
        margin-bottom: 36px;
    }

    #contact-block .contact-left {
        padding-top: 15px;
        margin-right: 55px;
    }

    #contact-block .contact-item {
        padding-left: 18px;
        margin-bottom: 9px;
    }

    #contact-block .contact-title {
        font-size: 15px;
        line-height: 31px;
        margin-bottom: 2px;
        padding-left: 22px;
    }

    #contact-block .contact-title img {
        left: -18px;
        width: 27px;
    }

    #contact-block .contact-body {
        padding: 6px 22px;
        border-radius: 55px;
        font-size: 12px;
        line-height: 15px;
    }

    #contact-block .contact-body span:not(:last-child) {
        margin-bottom: 3px;
    }

    #contact-block .contact-links {
        margin-top: -2px;
        padding-left: 40px;
        margin-bottom: 33px;
    }

    #contact-block .contact-links a:not(:last-child) {
        margin-right: 4px;
    }

    #contact-block .contact-links a:first-child img {
        width: 18px;
        height: 18px;
    }

    #contact-block .contact-links a:last-child img {
        width: 19px;
        height: 21px;
    }

    #contact-block .btn-register {
        border-radius: 50px;
        padding: 8px 19px;
        font-size: 18px;
        line-height: 21px;
    }

    #contact-block .contact-right iframe {
        width: 477px;
        height: 265px;
        border-radius: 16px;
    }

    #contact-block .contact-footer {
        padding: 22px 76px;
        margin-right: -90px;
        margin-left: -78px;
        font-size: 7px;
        line-height: 10px;
    }

    #contact-block .contact-footer .footer-offer {
        top: 6px;
    }
}

@media (max-width: 991.5px) {
    #contact-block {
        padding: 29px 67px 0 58px;
    }

    #contact-block:before {
        right: 374px;
    }

    #contact-block .image-2 {
        bottom: 94px;
        left: 256px;
        width: 94px;
    }

    #contact-block .block-title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 25px;
    }

    #contact-block .contact-line {
        margin-bottom: 30px;
    }

    #contact-block .contact-left {
        padding-top: 21px;
        margin-right: 40px;
    }

    #contact-block .contact-item {
        padding-left: 15px;
    }

    #contact-block .contact-title {
        font-size: 13px;
        line-height: 27px;
        padding-left: 20px;
    }

    #contact-block .contact-title img {
        left: -15px;
        width: 24px;
    }

    #contact-block .contact-body {
        padding: 6px 20px;
        border-radius: 48px;
        font-size: 11px;
        line-height: 14px;
    }

    #contact-block .contact-links {
        padding-left: 35px;
        margin-bottom: 24px;
    }

    #contact-block .contact-links a:first-child img {
        width: 16px;
        height: 16px;
    }

    #contact-block .contact-links a:last-child img {
        width: 18px;
        height: 19px;
    }

    #contact-block .btn-register {
        font-size: 17px;
    }

    #contact-block .contact-right iframe {
        width: 357px;
        height: 198px;
        border-radius: 12px;
    }

    #contact-block .contact-footer {
        padding: 16px 57px;
        margin-right: -67px;
        margin-left: -58px;
        font-size: 5px;
        line-height: 7px;
    }

    #contact-block .contact-footer .footer-offer {
        top: 4px;
    }
}

@media (max-width: 767.5px) {
    #contact-block {
        padding-right: 49px;
        padding-left: 43px;
    }

    #contact-block:before {
        right: 0;
    }

    .contact-line {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-align: center;
        align-items: center;
    }

    #contact-block .contact-left {
        margin-right: 0;
    }

    #contact-block .image-1, #contact-block .image-2 {
        display: none;
    }

    #contact-block .block-title {
        color: white;
        text-align: center;
    }

    #contact-block .contact-footer {
        padding: 16px 42px;
        margin-right: -49px;
        margin-left: -43px;
    }
}

@media (max-width: 575.5px) {
    #contact-block {
        padding-right: 12px;
        padding-left: 12px;
    }

    #contact-block .block-title {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 23px;
        text-shadow: 0px 1.43px 1.43px #00000040;
    }

    #contact-block .contact-links {
        margin-bottom: 21px;
    }

    #contact-block .contact-right iframe {
        width: 252px;
        height: 159px;
        border-radius: 10px;
    }

    #contact-block .contact-footer {
        padding: 16px 23px;
        margin-right: -12px;
        margin-left: -12px;
        font-weight: 400;
    }
}

#interview .modal-dialog {
    max-width: 1533px;
    margin: 79px auto 107px;
}

#interview .modal-content {
    background: #E0E0E0;
    padding: 38px 43px 38px 592px;
    border-radius: 0;
    border: none;
    color: black;
    font-family: Montserrat;
    overflow: hidden;
}

#interview .btn-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 35px;
    background: url('/img/interview-close.png') center center no-repeat;
    background-size: contain;
    border: none;
    padding: 0;
}

#interview .absolute-image {
    position: absolute;
    pointer-events: none;
}

#interview .absolute-image img {
    width: 100%;
}

#interview .image-1 {
    top: 0;
    left: 0;
    width: 547px;
}

#interview .image-2 {
    top: 0;
    right: 0;
    width: 377px;
}

#interview .title {
    font-family: RAYDIS;
    font-weight: 700;
    font-size: 34px;
    line-height: 37px;
    margin-bottom: 33px;
    text-align: center;
    color: #363636;
    letter-spacing: -0.02em;
}

#interview .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 33px;
    letter-spacing: -0.02em;
}

#interview input[type=text] {
    border: 1px solid #417F93;
    border-radius: 14px;
    padding: 7px 14px;
    background: #417F932E;
    width: 100%;
    max-width: 757px;
    font-size: 20px;
    line-height: 24px;
    height: auto;
    margin: 0;
    outline: none !important;
}

#interview .form-group {
    margin-bottom: 31px;
    position: relative;
    padding-left: 51px;
}

#interview .form-group .num {
    position: absolute;
    top: 0;
    left: -46px;
    bottom: 0;
    margin: auto;
    height: 59px;
}

#interview .form-group .num img {
    width: auto;
    height: 100%;
}

#interview .form-group label {
    position: relative;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 9px;
    letter-spacing: -0.02em;
}

#interview .form-group .delimiter {
    margin-left: -53px;
    border-bottom: 1px solid #14445326;
    margin-bottom: 15px;
}

#interview .radio-group:not(:last-child) {
    margin-bottom: 15px;
}

#interview .radio-group input[type=radio] {
    position: absolute;
    opacity: 0;
}

#interview .radio-group input[type=radio] + label {
    position: relative;
    padding-left: 50px;
    margin-bottom: 0;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
}

#interview .radio-group input[type=radio] + label:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #417F93;
}

#interview .radio-group input[type=radio]:checked + label:before {
    border-color: #2B7262;
}

#interview .radio-group input[type=radio]:checked + label:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #417F93;
}

#interview .radio-group input[type=radio] + label > .input-container input {
    pointer-events: all;
    max-width: 707px;
}

#interview .radio-group input[type=radio] + label input[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

#interview .btn-send {
    margin-top: 7px;
    padding: 15px 135px;
    background: linear-gradient(90deg, #362D2D 0%, #48B9DB 100%);
    border-radius: 90px;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: white;
    border: none;
    text-shadow: 0px 4.39px 4.39px #00000040;
    text-transform: uppercase;
}

#interview .checkboxes {
    position: absolute;
    bottom: 5px;
    left: 25px;
    width: 533px;
    animation: 2s linear infinite blink;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

#interview input[type=checkbox] {
    display: none;
}

#interview input[type=checkbox] + label {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    color: #777777;
    text-align: left;
    padding-left: 44px;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#interview input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #417F93;
    width: 29px;
    height: 29px;
    border-radius: 7px;
}

#interview input[type=checkbox]:checked + label:after {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    margin: auto;
    width: 25px;
    height: 25px;
    content: '';
    background: url('../img/interview-check.png') center center no-repeat;
    background-size: contain;
}

#interview input[type=checkbox] + label a {
    color: #777777;
}

@media (max-width: 1599.5px) {
    #interview .modal-dialog {
        max-width: 1149px;
        margin: 58px auto 79px;
    }

    #interview .modal-content {
        padding: 27px 31px 27px 444px;
    }

    #interview .btn-close {
        top: 13px;
        right: 13px;
        width: 25px;
        height: 25px;
    }

    #interview .image-1 {
        width: 409px;
        top: -53px;
    }

    #interview .image-2 {
        width: 282px;
    }

    #interview .title {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 24px;
    }

    #interview .text {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 24px;
    }

    #interview input[type=text] {
        border-radius: 10px;
        padding: 4px 10px;
        max-width: 567px;
        font-size: 15px;
        line-height: 18px;
    }

    #interview .form-group {
        margin-bottom: 22px;
        padding-left: 37px;
    }

    #interview .form-group .num {
        left: -34px;
        height: 43px;
    }

    #interview .form-group label {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 6px;
    }

    #interview .form-group .delimiter {
        margin-left: -39px;
        margin-bottom: 10px;
    }

    #interview .radio-group:not(:last-child) {
        margin-bottom: 10px;
    }

    #interview .radio-group input[type=radio] + label {
        padding-left: 37px;
        font-size: 15px;
        line-height: 18px;
    }

    #interview .radio-group input[type=radio] + label:before {
        width: 15px;
        height: 15px;
    }

    #interview .radio-group input[type=radio]:checked + label:after {
        left: 2px;
        width: 11px;
        height: 11px;
    }

    #interview .radio-group input[type=radio] + label > .input-container input {
        max-width: 529px;
    }

    #interview .btn-send {
        margin-top: 4px;
        padding: 10px 100px;
        border-radius: 67px;
        font-size: 22px;
        line-height: 27px;
    }

    #interview .checkboxes {
        bottom: 3px;
        left: 18px;
        width: 399px;
    }

    #interview input[type=checkbox] + label {
        font-size: 10px;
        line-height: 13px;
        margin-bottom: 15px;
        padding-left: 33px;
    }

    #interview input[type=checkbox] + label:before {
        width: 21px;
        height: 21px;
        border-radius: 4px;
    }

    #interview input[type=checkbox]:checked + label:after {
        width: 17px;
        height: 17px;
    }
}

@media (max-width: 1439.5px) {
    #interview .modal-dialog {
        max-width: 861px;
        margin: 43px auto 58px;
    }

    #interview .modal-content {
        padding: 19px 22px 19px 333px;
    }

    #interview .btn-close {
        top: 9px;
        right: 9px;
        width: 18px;
        height: 18px;
    }

    #interview .image-1 {
        width: 306px;
        top: -71px;
    }

    #interview .image-2 {
        width: 211px;
    }

    #interview .title {
        font-size: 18px;
        line-height: 19px;
        margin-bottom: 18px;
    }

    #interview .text {
        font-size: 9px;
        line-height: 12px;
        margin-bottom: 18px;
    }

    #interview input[type=text] {
        border-radius: 7px;
        padding: 3px 7px;
        max-width: 424px;
        font-size: 10px;
        line-height: 13px;
    }

    #interview .form-group {
        margin-bottom: 16px;
        padding-left: 27px;
    }

    #interview .form-group .num {
        left: -25px;
        height: 31px;
    }

    #interview .form-group label {
        font-size: 12px;
        line-height: 13px;
        margin-bottom: 4px;
    }

    #interview .form-group .delimiter {
        margin-left: -28px;
        margin-bottom: 7px;
    }

    #interview .radio-group:not(:last-child) {
        margin-bottom: 7px;
    }

    #interview .radio-group input[type=radio] + label {
        padding-left: 27px;
        font-size: 10px;
        line-height: 13px;
    }

    #interview .radio-group input[type=radio] + label:before {
        width: 10px;
        height: 10px;
    }

    #interview .radio-group input[type=radio]:checked + label:after {
        width: 6px;
        height: 6px;
    }

    #interview .radio-group input[type=radio] + label > .input-container input {
        max-width: 396px;
    }

    #interview .btn-send {
        margin-top: 3px;
        padding: 7px 75px;
        border-radius: 49px;
        font-size: 16px;
        line-height: 19px;
    }

    #interview .checkboxes {
        bottom: 2px;
        left: 13px;
        width: 298px;
    }

    #interview input[type=checkbox] + label {
        font-size: 7px;
        line-height: 9px;
        margin-bottom: 10px;
        padding-left: 24px;
    }

    #interview input[type=checkbox] + label:before {
        width: 15px;
        height: 15px;
        border-radius: 3px;
    }

    #interview input[type=checkbox]:checked + label:after {
        width: 11px;
        height: 11px;
    }
}

@media (max-width: 991.5px) {
    #interview .modal-dialog {
        max-width: 645px;
        margin: 31px auto 43px;
    }

    #interview .modal-content {
        padding: 13px 16px 13px 249px;
    }

    #interview .btn-close {
        top: 6px;
        right: 6px;
        width: 13px;
        height: 13px;
    }

    #interview .image-1 {
        width: 229px;
        top: 0;
    }

    #interview .image-2 {
        width: 157px;
    }

    #interview .title {
        font-size: 13px;
        line-height: 13px;
        margin-bottom: 13px;
    }

    #interview .text {
        margin-bottom: 13px;
    }

    #interview input[type=text] {
        border-radius: 4px;
        padding: 2px 4px;
        max-width: 318px;
    }

    #interview .form-group {
        margin-bottom: 12px;
        padding-left: 19px;
    }

    #interview .form-group .num {
        left: -15px;
        height: 22px;
    }

    #interview .form-group label {
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 3px;
    }

    #interview .form-group .delimiter {
        margin-left: -21px;
        margin-bottom: 4px;
    }

    #interview .radio-group:not(:last-child) {
        margin-bottom: 4px;
    }

    #interview .radio-group input[type=radio] + label {
        padding-left: 19px;
    }

    #interview .radio-group input[type=radio] + label > .input-container input {
        max-width: 297px;
    }

    #interview .btn-send {
        margin-top: 2px;
        padding: 4px 55px;
        border-radius: 36px;
        font-size: 12px;
        line-height: 13px;
    }

    #interview .checkboxes {
        bottom: 1px;
        left: 9px;
        width: 223px;
    }

    #interview input[type=checkbox] + label {
        margin-bottom: 7px;
        padding-left: 18px;
    }

    #interview input[type=checkbox] + label:before {
        width: 10px;
        height: 10px;
        border-radius: 2px;
    }

    #interview input[type=checkbox]:checked + label:after {
        width: 6px;
        height: 6px;
    }
}

@media (max-width: 767.5px) {
    #interview .modal-dialog {
        max-width: 483px;
        margin: 22px auto 31px;
    }

    #interview .modal-content {
        padding: 9px 12px 9px 186px;
    }

    #interview .btn-close {
        top: 3px;
        right: 3px;
        width: 9px;
        height: 9px;
    }

    #interview .image-1 {
        width: 171px;
    }

    #interview .image-2 {
        width: 117px;
    }

    #interview .title {
        margin-bottom: 9px;
    }

    #interview .text {
        margin-bottom: 9px;
    }

    #interview input[type=text] {
        border-radius: 3px;
        max-width: 238px;
    }

    #interview .form-group {
        margin-bottom: 9px;
        padding-left: 13px;
    }

    #interview .form-group .delimiter {
        margin-left: -15px;
    }

    #interview .radio-group input[type=radio] + label > .input-container input {
        max-width: 222px;
    }

    #interview .btn-send {
        margin-top: 1px;
        padding: 3px 40px;
        border-radius: 27px;
    }

    #interview .checkboxes {
        left: 6px;
        bottom: 0;
        width: 166px;
        height: 187px;
        display: -ms-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-evenly;
    }

    #interview input[type=checkbox] + label {
        margin-bottom: 4px;
    }
}

@media (max-width: 575.5px) {
    #interview .modal-dialog {
        max-width: 361px;
        margin: 16px auto 22px;
    }

    #interview .modal-content {
        padding: 6px 9px 6px 139px;
    }

    #interview .image-1 {
        width: 127px;
    }

    #interview .image-2 {
        width: 87px;
    }

    #interview .title {
        margin-bottom: 6px;
    }

    #interview .text {
        margin-bottom: 6px;
    }

    #interview input[type=text] {
        border-radius: 2px;
        max-width: 178px;
    }

    #interview .form-group {
        margin-bottom: 6px;
        padding-left: 9px;
    }

    #interview .form-group .delimiter {
        margin-left: -10px;
    }

    #interview .radio-group input[type=radio] + label > .input-container input {
        max-width: 166px;
    }

    #interview .btn-send {
        margin-top: 0;
        padding: 2px 30px;
        border-radius: 19px;
    }

    #interview .checkboxes {
        left: 4px;
        width: 124px;
        height: 329px;
    }

    #interview input[type=checkbox] + label {
        margin-bottom: 3px;
    }
}


/*#modalActs .modal-dialog {*/
/*    max-width: 670px;*/
/*    background: none;*/
/*    border-radius: 0;*/
/*    font-family: Nunito;*/
/*}*/

/*#modalActs .modal-content {*/
/*    background: white;*/
/*    border: 5px solid #3A2B6F;*/
/*    border-radius: 0;*/
/*    box-shadow: none;*/
/*    backdrop-filter: none;*/
/*}*/

/*#modalActs .modal-body {*/
/*    padding: 27px 20px 2px;*/
/*}*/

/*#modalActs .modal-title {*/
/*    font-weight: 500;*/
/*    font-size: 20px;*/
/*    line-height: 22px;*/
/*    color: #3A2B6F;*/
/*    margin-bottom: 13px;*/
/*    text-align: center;*/
/*}*/

/*#modalActs .modal-line {*/
/*    width: 100%;*/
/*    max-width: 316px;*/
/*    border-top: 1px solid #F0F0F0;*/
/*    margin: 0 auto 15px;*/
/*}*/

/*#modalActs form {*/
/*    max-width: 242px;*/
/*    margin: auto;*/
/*    margin-bottom: 15px;*/
/*}*/

/*#modalActs .form-group {*/
/*    margin-bottom: 18px;*/
/*    position: relative;*/
/*}*/

/*#modalActs label {*/
/*    font-weight: 300;*/
/*    font-size: 16px;*/
/*    line-height: 22px;*/
/*    color: black;*/
/*    margin-bottom: 5px;*/
/*}*/

/*#modalActs input {*/
/*    background: #EDEDED;*/
/*    border: 1px solid #3A2B6F;*/
/*    border-radius: 5px;*/
/*    padding: 6px;*/
/*    font-weight: 300;*/
/*    font-size: 16px;*/
/*    line-height: 17px;*/
/*    color: black;*/
/*    margin-bottom: 0 !important;*/
/*    height: auto;*/
/*    outline: none !important;*/
/*    width: 100%;*/
/*}*/

/*#modalActs .btnRegis {*/
/*    margin-top: 28px;*/
/*    text-align: center;*/
/*}*/

/*#modalActs .btnRegis button {*/
/*    max-width: 138px;*/
/*    color: white;*/
/*    font-weight: 600;*/
/*    font-size: 16px;*/
/*    line-height: 23px;*/
/*    padding: 4px;*/
/*    background: #31E056;*/
/*    border-radius: 5px;*/
/*    width: 100%;*/
/*    cursor: pointer;*/
/*}*/

/*#modalActs .show-password-link {*/
/*    position: absolute;*/
/*    right: 8px;*/
/*    top: 35px;*/
/*    line-height: 15px;*/
/*    cursor: pointer;*/
/*}*/

/*#modalActs .help-block {*/
/*    font-size: 12px;*/
/*    line-height: 12px;*/
/*    margin-top: 0;*/
/*    margin-bottom: -12px;*/
/*    height: 12px;*/
/*    color: #E31E24;*/
/*}*/

/*#modalActs .modal-desc {*/
/*    text-align: center;*/
/*    font-weight: 300;*/
/*    font-size: 12px;*/
/*    line-height: 22px;*/
/*    color: #000000;*/
/*    max-width: none;*/
/*    margin-bottom: 0;*/
/*}*/

/*#actLinks .acts-title {*/
/*    font-weight: 500;*/
/*    font-size: 20px;*/
/*    line-height: 22px;*/
/*    margin-bottom: 16px;*/
/*    color: black;*/
/*}*/

/*.acts-none, .acts-link {*/
/*    font-weight: 500;*/
/*    font-size: 14px;*/
/*    line-height: 17px;*/
/*    display: block;*/
/*    margin-bottom: 12px;*/
/*    color: black;*/
/*}*/
#modalActs .show-password-link {
    position: absolute;
    right: 5.5vw;
    top: 10vw;
    line-height: 0.78vw;
    cursor: pointer;
}
#modalActs .show-password-link img {
    width: 1.5vw;
    height: auto;
}
#modalActs .modal-desc {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    color: white;
    text-align: center;
    margin-top: 2vw;
}
#actLinks {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.2vw;
    letter-spacing: 0;
    color: white;
    display: flex;
    flex-direction: column;
    width: 100%;
}
#actLinks a {
    color: white;
}
#actLinks .acts-none {
    font-weight: 400;
}
#actLoginForm {
    width: 100%;
}
@media (max-width: 575.5px) {
    #modalActs .show-password-link {
        right: 14vw;
        top: 27vw;
        width: 4vw;
    }
    #modalActs .show-password-link img {
        width: 4.5vw;
        height: auto;
    }
    #modalActs .modal-desc {
        font-size: 2.5vw;
        line-height: 2.9vw;
        margin-top: 4vw;
    }
    #actLinks {
        font-size: 2.5vw;
        line-height: 2.9vw;
    }
}