@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Gotham", sans-serif;
}

*:focus,
*:active {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.blue {
    color: #2b84fa;
}

@font-face {
    src: url("../fonts/Gotham/GothamPro-Bold.otf");
    font-family: "Gotham";
    font-weight: 700;
}
@font-face {
    src: url("../fonts/Gotham/GothamPro.otf");
    font-family: "Gotham";
    font-weight: 400;
}
@font-face {
    src: url("../fonts/Gotham/GothamPro-Light.otf");
    font-family: "Gotham";
    font-weight: 300;
}
@font-face {
    src: url("../fonts/Gotham/GothamPro-Medium.otf");
    font-family: "Gotham";
    font-weight: normal;
}

@font-face {
    src: url("../fonts/ProximaNova/ProximaNovaBold.otf");
    font-family: "ProximaNova";
    font-weight: 900;
}
@font-face {
    src: url("../fonts/ProximaNova/ProximaNovaSemibold.otf");
    font-family: "ProximaNova";
    font-weight: 700;
}
@font-face {
    src: url("../fonts/ProximaNova/ProximaNovaRegular.otf");
    font-family: "ProximaNova";
    font-weight: normal;
}
@font-face {
    src: url("../fonts/ProximaNova/ProximaNovaThin.otf");
    font-family: "ProximaNova";
    font-weight: 100;
}
@font-face {
    src: url("../fonts/Atyp.otf");
    font-family: "Atyp";
    font-weight: bold;
}
li {
    list-style: none;
}
.slick-prev,
.slick-next {
    cursor: pointer;
}

.btn-outline {
    display: inline-block;
    padding: 18px 28px;
    border: 3px solid #ffffff;
    background-color: transparent;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}


@media (max-width: 1024px) {
    .btn-outline {
        padding: 9px 22px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
    }
}

.btn-outline:hover {
    background-color: #fff;
    color: #000;
}

.btn-primary {
    display: inline-block;
    padding: 18px 28px;
    border: 3px solid #000;
    background-color: #fff;
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
}

.btn-primary:hover {
    background: #a8a8a8;
}

.btn-primary.violet{
    color: #af119e;
    border: 3px solid #af119e;
    font-size: 20px;
    line-height: 22px;
}

.btn-primary.violet:hover{
    background: rgba(175,17,158, 0.2);
}

.profile--options-row > .btn-primary{
    margin-right: 20px;
    margin-bottom: 20px;
}

.profile--options-row > input:checked + label {
    background: rgba(175,17,158, 0.2);
}

@media (max-width: 1024px) {
    .btn-primary {
        padding: 9px 22px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
    }
}

.btn {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    border-radius: 48px;
    transition: 0.3s;
    white-space: nowrap;
    border-color: transparent;
}
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}
.btn.disabled {
    background: #c4c4c4;
    cursor: not-allowed;
}
@media screen and (max-width: 48rem) {
    .btn {
        font-size: 14px;
    }
}
.btn-large {
    padding: 15px 18px;
}
.btn-small {
    padding: 12px 16px;
}
@media screen and (max-width: 48rem) {
    .btn-small {
        padding: 8px 10px;
    }
}
.btn-blue {
    background: #2b84fa;
    color: #fff;
}
.btn-blue:not(.disabled):hover {
    background: #326fc0;
}
.btn-yellow-program2 {
    border: 5px solid #ffa828;
    border-radius: 48px;
    color: #000;
    padding: 5px 40px !important;
    font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
    .btn-yellow-program2 {
        width: 100%;
        margin-bottom: 10px;
    }
}
input[type="radio"]:checked + .btn-yellow-program2 {
    background: #ffa828;
    color: #fff !important;
}
@media screen and (max-width: 48rem) {
    .btn-yellow-program2 {
        padding: 8px 13px !important;
    }
}
.btn-yellow-program2:hover {
    background: rgba(255, 168, 40, 0.2);
}
.btn-transparent-yellow {
    border: 1px solid #ffa828;
    border-radius: 48px;
    color: #ffa828;
}
@media screen and (max-width: 48rem) {
    .btn-transparent-yellow {
        padding: 8px 13px !important;
    }
}
.btn-transparent-yellow:hover {
    background: rgba(255, 168, 40, 0.2);
}
.btn-yellow {
    background: #ffa828;
    color: #fff;
}
.btn-yellow:not(.disabled):hover {
    background: #f49100;
}
.btn-white {
    background: #fff;
    border: none;
    padding: 10px 20px !important;
}
.btn-transparent-blue {
    border: 1px solid #2b84fa;
    border-radius: 48px;
    color: #2b84fa;
}
@media screen and (max-width: 48rem) {
    .btn-transparent-blue {
        padding: 8px 13px !important;
    }
}
.btn-transparent-blue:hover {
    background: rgba(43, 132, 250, 0.2);
}
.btn-transparent-orange {
    border: 1px solid #fa6b32;
    border-radius: 48px;
    color: #fa6b32;
}
@media screen and (max-width: 48rem) {
    .btn-transparent-orange {
        padding: 8px 13px !important;
    }
}
.btn-transparent-orange:hover {
    background: rgba(250, 107, 50, 0.2);
}
.btn-orange {
    background: #fa6b32;
    color: #fff;
    border: 1px solid #fa6b32;
}
.btn-orange:hover {
    background: #d75c2b;
}
.btn-toggle {
    background: #d1e5ff;
    border-radius: 150px;
    width: 30px;
    height: 16px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    padding: 1px;
}
.btn-toggle--active {
    background: #2b84fa;
}
.btn-toggle--active .btn-toggle--circle {
    background: #fff;
    left: calc(100% - 16px);
}
.btn-toggle--circle {
    border-radius: 50%;
    background: #2b84fa;
    position: absolute;
    height: calc(100% - 2px);
    width: 14px;
    left: 2px;
    transition: 0.3s;
}

.footer {
    margin-top: 50px;
    padding: 45px;
    background: rgba(216, 224, 246, 0.2);
}
@media screen and (max-width: 75rem) {
    .footer {
        padding: 30px 20px;
    }
}
.footer-profile {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-profile--links{
    padding-top: 16px;
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

@media(max-width:1024px){
    .footer-profile--links{
        flex-direction: column;
    }
}
.footer-profile--links .links--title{
    flex-basis: 100%;
    margin-bottom: 16px;
    color: #000;
    font-style: normal;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
}

.footer-profile--links .links--link{
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.footer-profile--links .links--link p{
    margin-bottom: 8px;
}

.footer-profile--links .links--link a{
    color: #2b84fa;
}

@media (max-width: 1024px) {
    .footer-profile--item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .footer-profile--item button:first-child {
        margin-right: 1rem;
    }
    .footer-profile--item button:last-child {
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 48rem) {
    .footer-profile {
        flex-wrap: wrap;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
.footer-profile--profile {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 48rem) {
    .footer-profile--profile {
        width: 48%;
    }
}
.footer-profile--icon {
    margin-right: 21px;
    width: 49px;
    height: 49px;
    border-radius: 50%;
}
@media screen and (max-width: 48rem) {
    .footer-profile--menu {
        width: 48%;
    }
}
@media screen and (max-width: 48rem) {
    .footer-profile--item:first-child {
        width: 100%;
        margin-top: 15px;
    }
    .footer-profile--item:first-child .btn {
        width: 100%;
    }
    .footer-profile--item:first-child .btn:first-child {
        margin-bottom: 8px;
    }
}
.footer-profile--item .btn:first-child {
    margin-right: 30px;
}
@media screen and (max-width: 75rem) {
    .footer-profile--item .btn:first-child {
        margin-right: 15px;
    }
}
.footer-profile--menu .footer-profile--link:first-child {
    margin-right: 40px;
}
.footer-profile--link {
    font-size: 18px;
}
.footer-main {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
    /* border-top: 1px solid rgba(43, 132, 250, 0.16); */
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
@media screen and (max-width: 48rem) {
    .footer-main {
        padding-left: 1rem;
        padding-right: 1rem;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}
@media screen and (max-width: 48rem) {
    .footer-icon {
        width: 224px;
        margin-bottom: 1rem;
    }
}
.footer-link--highlight {
    color: #2b84fa;
}
.footer-history {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 48rem) {
    .footer-history {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1rem;
    }
}
.footer-history--dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #231f20;
    margin: 0 3px;
}

.footer-history--link {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 102.19%;
    text-transform: uppercase;
    color: #231f20;
    margin-right: 5px;
}
@media (max-width: 1024px) {
    .footer-history--link {
        font-size: 22px;
        line-height: 102.19%;
    }
}

.footer-history--link:last-child {
    margin-left: 5px;
}
.footer-history--link-highlight {
    color: #2b84fa;
}
.footer-history--years {
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 102.19%;
    text-transform: uppercase;
    color: #231f20;
}
@media screen and (max-width: 48rem) {
    .footer-history--years {
        margin-left: 0;
        margin-top: 13px;
    }
}
.footer-copyright {
    flex-basis: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 114.19%;
    text-transform: uppercase;
    color: #58595b;
}

.header-container {
    padding-left: 7rem;
    padding-right: 7rem;
    max-width: 1440px;
    margin: 0 auto;
    margin: 26px auto;
}
@media (max-width: 1024px) {
    .header-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media screen and (min-width: 48rem) {
    .header-container .socials {
        display: none;
    }
}
.header-register {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    min-height: 56px;
    /* margin-left: auto; */
    border-right: 2px solid #231f20;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
}
@media (max-width: 1400px) {
    .header-register {
        font-weight: 400;
        font-size: 16px;
        line-height: 17px;
    }
}

@media (max-width: 1024px) {
    .header-register {
        font-weight: 400;
        font-size: 21px;
        line-height: 22px;
        justify-content: flex-start;
    }
}
.header-register.border-none {
    border: none;
}
.header-register:hover {
    background-color: #af119e;
    color: #fff;
}

@media (max-width: 1024px) {
    .header-register {
        margin-bottom: 24px;
        position: relative;
        border-right: none;
    }
    .header-register:after {
        content: "";
        position: absolute;
        width: 150px;
        background-color: #231f20;
        height: 2px;
        left: 1rem;
        bottom: 0;
    }
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.header-menu-row {
    display: flex;
    align-items: center;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        flex-direction: column;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: none;
        padding-top: 120px;
        text-align: center;
        font-size: 22px;
    }
}
.header-menu--burger {
    display: none;
}
@media screen and (max-width: 1024px) {
    .header-menu--burger {
        display: block;
    }
}
.header-menu--burger-item {
    width: 60px;
    height: 1px;
    border: 2px solid #231f20;
    margin-bottom: 6px;
}

.header-menu-flex {
    width: 100%;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .header-menu-flex {
        flex-direction: row-reverse;
        width: 100%;
        justify-content: space-between;
    }
}
.header-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-menu--item {
    border-right: 2px solid #231f20;
    text-align: center;
}

/* @media screen and (min-width: 48rem) {
      .header-menu--item:nth-child(2) {
        display: none; } } */
@media screen and (max-width: 1024px) {
    .header-menu--item {
        margin-right: 0;
        border-right: none;
        margin-bottom: 24px;
        position: relative;
    }
    .header-menu--item:after {
        content: "";
        position: absolute;
        width: 150px;
        background-color: #231f20;
        height: 2px;
        left: 1rem;
    }
    /* .header-menu--item:nth-last-child(-n + 3) {
        margin-bottom: 60px;
    } */
}
.header-menu--close {
    display: none;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
    .header-menu--close {
        display: block;
        position: absolute;
        left: 20px;
        top: 25px;
        font-size: 25px;
    }
}
.header-menu--logo {
    margin-right: 71px;
}
@media screen and (max-width: 48rem) {
    .header-menu--logo {
        z-index: 6;
    }
}
.header-menu--logo-link {
    display: flex;
    align-items: center;
}
.header-menu--logo-title {
    margin-left: 20px;
    font-size: 20px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
}
.header-menu--logo-title--top {
    color: #2b84fa;
}
.header-menu--logo-title--bottom {
    color: #1b1b1b;
}
.header-menu--link {
    color: #1b1b1b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    transition: 0.3s;
    cursor: pointer;
    padding: 8px 10px;
    min-height: 56px;
}
@media (max-width: 1400px) {
    .header-menu--link {
        font-weight: 400;
        font-size: 16px;
        line-height: 17px;
    }
}
.header-menu--link:hover {
    background-color: #af119e;
    color: #fff;
}

@media (max-width: 1024px) {
    .header-menu--link {
        font-weight: 400;
        font-size: 21px;
        line-height: 22px;
        justify-content: flex-start;
    }
}

.more-video {
    height: 480px;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 1024px) {
    .more-video {
        height: 300px;
    }
}
.more-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-video--logo {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 1rem;
    left: 20%;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .more-video--logo {
        left: 1rem;
    }
}

.more-video--bg {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.more-video--logo h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 95px;
    line-height: 111px;
}
.more-video--logo img {
    width: 128px;
    margin-bottom: 1rem;
}

@media (max-width: 1024px) {
    .more-video--logo {
        color: #fff;
        text-transform: uppercase;
    }
    .more-video--logo img {
        width: 61px;
        margin-bottom: 1rem;
    }

    .more-video--logo h1 {
        font-size: 40px;
        line-height: 47px;
    }
}

.more-about {
    background-image: url("../img/BG_purp.png");
}

.more-about--container {
    max-width: 1440px;
    padding: 3.5rem 7rem;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .more-about--container {
        padding: 2rem 2rem;
        margin: 0 auto;
    }
}

.more-about--block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 74px;
}

.more-about--block-text {
    max-width: 630px;
}

@media (max-width: 1310px) {
    .more-about--block {
        flex-direction: column-reverse;
    }

    .more-about--block-text {
        max-width: 100%;
        margin-top: 6rem;
        margin-bottom: 4rem;
    }
}

@media (max-width: 1024px) {
    .more-about--block {
        flex-direction: column-reverse;
    }
    .more-about--block-text {
        margin-bottom: 2rem;
        margin-top: 0;
    }
}

.more-about--block .btn-outline {
    margin-right: 2rem;
}

.text-title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 28px;
    color: #fff;
}

.text-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #fff;
}

@media (max-width: 1024px) {
    .text-title {
        font-size: 20px;
        line-height: 23px;
    }
    .text-desc {
        font-size: 16px;
        line-height: 18px;
        text-align: justify;
    }
    .more-about--block .btn-outline {
        margin: 0 auto;
    }
}

.last-year--title {
    color: #fff;
    margin-bottom: 38px;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 50px;
    text-transform: uppercase;
}

.last-year--translation-row {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.last-year--translation-item {
    flex-grow: 1;
    flex-basis: 0;
}
.last-year--translation-item-name {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #fff;
    margin-top: 20px;
}
.last-year--translation {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
}
.last-year--translation iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 153px;
}

.last-year--title p {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .last-year--title {
        font-size: 26px;
        line-height: 28px;
    }
    .last-year--title p {
        font-size: 26px;
        line-height: 28px;
    }

    .last-year--translation-row {
        flex-direction: column;
    }
}

.last-year--news {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.last-year-video-container {
    height: 200px;
    margin-bottom: 26px;
}
.last-year--news-four .last-year-video-container {
    height: 154px;
}
.last-year-video-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.last-year-item-title {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #fff;
}

.last-year-news--item {
    flex-basis: calc(100% / 4 - 30px);
}

@media (max-width: 1024px) {
    .last-year--news {
        flex-direction: column;
    }

    .last-year-news--item {
        flex-basis: 100%;
        margin-bottom: 2rem;
    }

    .last-year-video-container {
        margin-bottom: 1rem;
    }
}

.what-is--container {
    padding: 50px 7rem 0px 7rem;
    max-width: 1440px;
    margin: 0 auto;
}

.what-is--title {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .what-is--container {
        padding: 2rem 2rem;
        max-width: 1440px;
        margin: 0 auto;
    }
    .what-is--title {
        font-size: 26px;
        line-height: 28px;
    }
}

.what-is--cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

.what-is--row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-basis: calc(50% - 40px);
}
.what-is--row:first-child {
    margin-right: 80px;
}

.cards-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: calc(50% - 40px);
}
.cards-card:first-child {
    margin-right: 80px;
}
@media (max-width: 1300px) {
    .what-is--row:first-child {
        margin-right: 0;
    }
    .cards-card:first-child {
        margin-right: 0;
    }
}

.card-img {
    margin-bottom: 30px;
    max-width: 100px;
    max-height: 100px;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-title {
    text-align: center;
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 37px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 26px;
}

.card-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

@media (max-width: 1024px) {
    .what-is--cards {
        flex-direction: row;
        margin-bottom: 1rem;
    }

    .cards-card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card-img {
        margin-bottom: 30px;
    }

    .card-title {
        font-size: 22px;
        line-height: 26px;
    }

    .card-desc {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    .what-is--cards {
        flex-direction: column;
        margin-bottom: 1rem;
    }
}

.news-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 7rem 3.5rem 7rem;
}

.news-title {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 45px;
}

@media (max-width: 1024px) {
    .news-container {
        padding: 2rem 2rem;
    }
    .news-title {
        font-size: 26px;
        line-height: 28px;
    }
}

.news-slider {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.news-slider .slick-list {
    width: 100%;
}

.news-item--wrapper {
    margin: 0 1.5rem;
}

.news-item--wrapper .item--img {
    width: 100%;
    margin-bottom: 3rem;
}

.news-item--wrapper .item--img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-item--wrapper .item--title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: #000000;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .news-item--wrapper .item--img {
        width: 100%;
        margin-bottom: 1rem;
    }

    .news-item--wrapper .item--title {
        font-size: 17px;
        line-height: 18px;
    }
}

.main-themes {
    background-image: url("../img/main-themes.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.main-themes--container {
    padding: 5rem 7rem;
    max-width: 1440px;
    margin: 0 auto;
}

.main-themes--container img {
    width: 100%;
}

.main-themes--title {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 3.5rem;
}

.main-themes--title p {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
}

.main-themes--tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.main-themes--tags .tags-tag {
    border: 1px solid #fff;
    padding: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 16px;
    margin-bottom: 16px;
}

@media (max-width: 1024px) {
    .main-themes--container {
        padding: 1rem 2rem;
    }
    .main-themes--title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 1rem;
    }
    .main-themes--title p {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 1rem;
    }
    .main-themes--tags .tags-tag {
        font-size: 16px;
        line-height: 18px;
    }
}

.main-themes--rows {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.rows--row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.faq-modal-window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
}

.faq-modal-window.active {
    display: block;
}

.faq-modal-window--container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 10px;
}

.faq-modal-window--content {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 2rem 2rem 2rem;
    background-color: #fff;
    border-radius: 10px;
}

.faq-slider .slick-next,
.faq-slider .slick-prev {
    position: absolute;
    z-index: 2;
    top: 44%;
}
.faq-slider .slick-next {
    right: -50px;
}
.faq-slider .slick-prev {
    left: -50px;
}

@media (max-width: 1024px) {
    .faq-slider .slick-next,
    .faq-slider .slick-prev {
        position: absolute;
        top: 45.5%;
    }
    .faq-modal-window--content {
        max-height: 500px;
        overflow: auto;
    }
    .faq-slider .slick-next {
        right: 10px;
    }
    .faq-slider .slick-prev {
        left: 10px;
    }
    .faq-slider .slick-next ,
    .faq-slider .slick-prev  {
        width: 18px;
    }
}

.faq-modal-window--content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    max-width: 700px;
    text-align: justify;
}

.faq-modal-window--content .faq-link{
    color: #2b84fa
}

.faq-modal--close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    left: 25px;
    top: -20px;
}
.faq-modal--close div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 1px;
    border: 1px solid #000;
    transform: rotate(45deg);
    background-color: #000;
    cursor: pointer;
    position: fixed;
    z-index: 1;
}

.faq-modal--close div::after {
    content: "";
    width: 18px;
    border: 1px solid #000;
    transform: rotate(-90deg);
    background-color: #000;
    position: absolute;
}

.faq--container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 7rem 0rem 7rem;
}

.faq-title {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
    color: #000000;
    margin: 2rem 0;
}

.faq-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
    color: #000000;
}

.faq-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: url("../img/BG_FAQ-05.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.faq-items .items-item {
    display: flex;
    flex-direction: column;
    height: 256px;
    flex-basis: 50%;
    padding: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.faq-link {
    color: #fff;
    text-decoration: underline;
}
.faq-items .item--title {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1rem;
    pointer-events: none;
    min-height: 72px;
}

.faq-items .item--desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    pointer-events: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .faq--container {
        padding: 1rem 0rem;
    }
    .faq-title {
        padding: 0 1rem;
        font-size: 26px;
        line-height: 28px;
    }

    .faq-title p {
        font-size: 26px;
        line-height: 28px;
    }
    .faq-items {
        flex-direction: column;
    }
    .faq-items .items-item {
        flex-basis: 100%;
        padding: 1rem 2.5rem;
        /* min-height: 280px; */
        min-height: 200px;
        background-position:  center center;
    }
    .faq-items {
        background: none;
        /* background-position: center center;
        background-size: cover; */
    }
    .faq-items .items-item:nth-child(1) {
        background-image: url("../img/faq1.jpg");
    }
    .faq-items .items-item.violet:nth-child(1) {
        background-image: url("../img/faq2.jpg");
    }
    .faq-items .items-item:nth-child(2) {
        background-image: url("../img/faq2.jpg");
    }
    .faq-items .items-item.orange:nth-child(2) {
        background-image: url("../img/faq1.jpg");
    }
    .faq-items .items-item:nth-child(3) {
        background-image: url("../img/faq3.jpg");
    }
    .faq-items .items-item.red:nth-child(3) {
        background-image: url("../img/faq4.jpg");
    }
    .faq-items .items-item:nth-child(4) {
        background-image: url("../img/faq4.jpg");
    }
    .faq-items .items-item.blue:nth-child(4) {
        background-image: url("../img/faq3.jpg");
    }
    .faq-items .item--title {
        font-size: 30px;
        line-height: 35px;
    }
}



.participants--container {
    padding: 3.5rem 7rem 5rem 7rem;
    max-width: 1440px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .participants--container {
        padding: 2rem;
    }
}

.participants--title {
    margin-bottom: 2rem;
}

.participants--title p:first-child {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
    color: #000000;
}

.participants--title p:last-child {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
    color: #000000;
}

@media (max-width: 1024px) {
    .participants--title p:first-child {
        font-size: 26px;
        line-height: 28px;
    }
    .participants--title p:last-child {
        font-size: 26px;
        line-height: 28px;
    }
}

.participants--blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .participants--blocks {
        flex-direction: column;
    }
}

.participants--blocks .blocks--item {
    display: flex;
    flex-direction: column;
    flex-basis: 32%;
    padding: 1.5rem;
    background: #4a4a4a;
}

.participants--blocks .blocks--item:first-child {
    margin-right: 3.5rem;
}
.participants--blocks .blocks--item:last-child {
    margin-left: 3.5rem;
}

@media (max-width: 1024px) {
    .participants--blocks .blocks--item:first-child {
        margin-right: 0;
    }
    .participants--blocks .blocks--item:last-child {
        margin-left: 0;
    }
    .participants--blocks .blocks--item {
        margin-bottom: 1.5rem;
    }
}

.participants--blocks .item--list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem;
}

.participants--blocks .item--title {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 1rem;
    min-height: 84px;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .participants--blocks .item--title {
        font-size: 26px;
        line-height: 32px;
        min-height: unset;
    }
}

.participants--blocks .item--list-item.item--list-item {
    margin-bottom: 0;
}

.participants--blocks .item--list-item span:first-child {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #ffffff;
}

.participants--blocks .item--list-item span:last-child {
    margin-left: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: right;
    text-transform: uppercase;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .participants--blocks .item--list-item span:last-child {
        font-size: 24px;
        font-size: 36px;
    }
}

.reg-statuses {
    background-image: url("../img/regbg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.reg-statuses--container {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    margin: 0 auto;
    padding: 4rem 7rem 5rem 7rem;
}

@media (max-width: 1024px) {
    .reg-statuses--container {
        padding: 2rem;
    }
}

.reg-statuses--top {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 1024px) {
    .reg-statuses--top {
        flex-direction: column;
    }
}

.reg-statuses--top .top--title {
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 94px;
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 16px;
}

.reg-statuses--top .top--logo {
    margin-left: auto;
}

.reg-statuses--top .top--logo img {
    width: 100%;
    object-fit: scale-down;
}

@media (max-width: 1024px) {
    .reg-statuses--top .top--title {
        font-size: 33px;
        line-height: 39px;
        margin-bottom: 2rem;
        margin-right: 0;
    }
    .reg-statuses--top .top--logo {
        margin-left: 0;
        width: 50%;
        margin-bottom: 4rem;
    }
}

.reg-statuses--subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 2.5rem;
}

@media (max-width: 1024px) {
    .reg-statuses--subtitle {
        font-size: 21px;
        line-height: 25px;
    }
}

.reg-statuses--cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    justify-content: space-between;
}

.cards--row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-basis: calc(50% - 9px);
}

.reg-statuses--cards .cards--item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-basis: calc(50% - 9px);
    background: rgba(113, 0, 0, 0.55);
    padding: 3.5rem 0.7rem 1.5rem 0.7rem;
}


@media (max-width: 1024px) {
    .reg-statuses--cards .cards--item {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 2.5rem;
    }
    .reg-statuses--cards {
        flex-direction: column;
        margin-bottom: 0;
    }
    .cards--row:first-child {
        margin-bottom: 0;
    }
    .cards--row {
        flex-direction: column;
    }
}

.reg-statuses--cards .cards--item .item--title {
    font-style: normal;
    font-weight: 800;
    font-size: 39px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 3rem;
}

.reg-statuses--cards .cards--item .item--desc {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 3.5rem;
}

@media (max-width: 1440px) {
    .reg-statuses--cards .cards--item .item--title{
        font-size: 30px;
    line-height: 32px;
    }
    .reg-statuses--cards .cards--item .item--desc{
        font-size: 21px;
    line-height: 23px;
    }
}
.reg-statuses .btn-outline {
    display: inline-block;
    margin-left: auto;
}

@media (max-width: 1024px) {
    .reg-statuses--cards .cards--item .item--desc {
        font-size: 18px;
        line-height: 22px;
    }
    .reg-statuses .btn-outline {
        margin: 0 auto;
    }
}

.for-business {
    background-image: url("../img/for-business.png");
    background-size: cover;
    background-position-y: 25%;
}

.for-business--container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 1440px;
    margin: 0 auto;
    padding: 4.5rem 7rem;
}

@media (max-width: 1024px) {
    .for-business--container {
        min-height: unset;
        padding: 4rem 2rem;
    }
}

.for-business--title {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 3.5rem;
}

@media (max-width: 1024px) {
    .for-business--title {
        font-size: 26px;
        line-height: 28px;
    }
}

.for-business--desc {
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 7rem;
}

@media (max-width: 1024px) {
    .for-business--desc {
        font-size: 14px;
        line-height: 16px;
    }
}

.more-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
@media screen and (max-width: 62rem) {
    .more-container {
        flex-direction: column;
    }
}
.more-h {
    font-size: 65px;
    font-weight: 900;
    line-height: 65px;
    text-transform: uppercase;
}
@media screen and (max-width: 75rem) {
    .more-h {
        font-size: 55px;
    }
}
@media screen and (max-width: 62rem) {
    .more-h {
        font-size: 40px;
    }
}
@media screen and (max-width: 48rem) {
    .more-h {
        font-size: 40px;
        line-height: 37px;
        margin-top: 20px;
    }
}
.more-h-highlight {
    color: #2b84fa;
}
.more-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    right: 32px;
    height: 100%;
}
@media screen and (max-width: 62rem) {
    .more-info {
        position: initial;
        right: 0;
        display: contents;
    }
}
.more-info-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
@media screen and (max-width: 62rem) {
    .more-info-row {
        justify-content: space-between;
    }
    .more-info-row:first-child {
        margin-bottom: 15px;
        order: -1;
    }
}
@media screen and (min-width: 768px) {
    .more-info-row a:first-child {
        display: none;
    }
}
@media screen and (max-width: 48rem) {
    .more-info-row:last-child {
        margin-top: 15px;
    }
}
.more-info-row:last-child a {
    margin-right: 24px;
    margin-bottom: 16px;
}
.more-info-row:last-child a:last-child {
    margin-right: 0;
}
@media screen and (max-width: 48rem) {
    .more-info-row:last-child a {
        width: calc(50% - 6px);
        margin-right: 12px;
    }
    .more-info-row:last-child a:first-child {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 14px;
    }
    .more-info-row:last-child a .btn {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .more-info-row-full-button {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 14px;
    }
}
.more-place {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
@media screen and (max-width: 48rem) {
    .more-place {
        margin-left: 0;
    }
}
.more-place img {
    margin-right: 15px;
}
.more-description {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
    margin-top: 20px;
    color: #838383;
    font-size: 15px;
    line-height: 31px;
}
.more-description strong {
    color: #000;
}
@media screen and (max-width: 768px) {
    .more-description {
        font-size: 16px;
        line-height: 1.5;
    }
}

.box-list {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
}
.box-block {
    background: #fff;
    box-shadow: 0px 4px 61px rgba(0, 0, 0, 0.13);
    border-radius: 20px;
    margin-top: 48px;
}
.box-block-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 48rem) {
    .box-block-flex {
        flex-direction: column;
    }
}
.box-block-flex .box-item {
    width: 50%;
}
@media screen and (max-width: 48rem) {
    .box-block-flex .box-item {
        width: 100%;
    }
}
.box-block-flex .box-item img {
    width: 100%;
    height: 190px;
}
@media screen and (max-width: 768px) {
    .box-block-flex .box-item img {
        height: 150px;
    }
}
.box-block-flex .box-item:first-child {
    margin-right: 32px;
}
@media screen and (max-width: 48rem) {
    .box-block-flex .box-item:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.box-block--blue {
    background: #d9e9fd;
}
.box-block--green {
    background: #44d79c;
}
.box-block--green .box-item--title {
    color: #fff;
}
.box-padding {
    padding: 27px 32px;
}
@media screen and (max-width: 48rem) {
    .box-padding {
        padding: 15px;
    }
}
.box-item--arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-item--title {
    font-size: 50px;
    line-height: 61px;
    color: #1b1b1b;
    font-weight: bold;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 75rem) {
    .box-item--title {
        font-size: 35px;
    }
}
@media screen and (max-width: 48rem) {
    .box-item--title {
        font-size: 25px;
        line-height: 1.3;
    }
}
.box-item--title-highlight {
    color: #2b84fa;
    font-size: 40px;
    margin-left: 25px;
}
@media screen and (max-width: 75rem) {
    .box-item--title-highlight {
        font-size: 30px;
    }
}
@media screen and (max-width: 48rem) {
    .box-item--title-highlight {
        font-size: 20px;
    }
}
.box-item--img {
    margin-top: 16px;
    position: relative;
}
.box-item--img img {
    border-radius: 10px;
    width: 100%;
}
.box-participant-list {
    margin-top: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 24px;
    color: #fff;
}
@media screen and (max-width: 75rem) {
    .box-participant-list {
        border-left: none;
        padding-left: 0;
    }
}
.box-participant-list-container {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
@media screen and (max-width: 62rem) {
    .box-participant-list-container {
        overflow-x: scroll;
    }
}
.box-participant-list-container::-webkit-scrollbar {
    display: none;
}
.box-participant-item {
    font-size: 24px;
    margin-bottom: 23px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.box-participant-item span:first-child {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.box-participant-item span:last-child {
    margin-left: auto;
}
@media screen and (max-width: 75rem) {
    .box-participant-item {
        font-size: 14px;
    }
}
.box-participant-item:last-child {
    margin-bottom: 0;
}
.box-participant-item--count {
    margin-left: 15px;
}
.box-participant-card--title {
    font-size: 20px;
    color: #fff;
}
@media screen and (max-width: 75rem) {
    .box-participant-card--title {
        font-size: 12px;
    }
}
.box-card {
    border-radius: 10px;
    margin-right: 33px;
    flex: 1;
    padding: 22px 24px;
}
.box-card:last-child {
    margin-right: 0;
}
.box-card--blue {
    background: #2b84fa;
}
.box-card--orange {
    background: #fa6b32;
}

.participants-slider {
    padding-bottom: 30px;
    margin-top: 33px;
}
.participants-slider img {
    width: 96px;
    height: 113px;
    object-fit: cover;
    margin: 0 20px;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    /* IE 9 */
    -webkit-transform: translateZ(0);
    /* Chrome, Safari, Opera */
    transform: translateZ(0);
}
@media screen and (max-width: 75rem) {
    .participants-slider img {
        height: 65px;
        width: 50px;
    }
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    /* IE 9 */
    -webkit-transform: translateZ(0);
    /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

.news-item {
    width: 385px;
    height: 100%;
    padding: 18px 25px;
    background: #2b84fa;
    color: #fff;
    border-radius: 10px;
    transition: 0.3s;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 75rem) {
    .news-item {
        width: 250px;
    }
}
.news-item--container {
    margin: 0 0 50px;
    padding-left: 26px;
}
@media screen and (max-width: 48rem) {
    .news-item--container {
        padding-left: 15px;
    }
}
.news-item:hover {
    color: #1b1b1b;
    background: #fff;
    box-shadow: 0px 20px 20px rgba(50, 50, 71, 0.1),
        0px 32px 40px rgba(50, 50, 71, 0.1);
}
.news-item--title {
    font-size: 25px;
    margin-bottom: auto;
}
@media screen and (max-width: 75rem) {
    .news-item--title {
        font-size: 18px;
    }
}
.news-item--cat {
    font-size: 14px;
    margin-top: 70px;
}
@media screen and (max-width: 75rem) {
    .news-item--cat {
        font-size: 12px;
    }
}
.news-page-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
    background: #d9e9fd;
    border-radius: 20px;
    padding: 22px 27px;
}
.news-page-container .news-item {
    width: 100%;
}
.news-page-container .news-item--container {
    padding-left: 0;
    margin-bottom: 30px;
}
.news-page-title {
    font-size: 50px;
    color: #1b1b1b;
    font-weight: bold;
}
.news-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    margin-top: 20px;
}
@media screen and (max-width: 1100px) {
    .news-items {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .news-items {
        grid-template-columns: 1fr;
    }
}

.news-article {
    margin-top: 50px;
}
.news-article--line {
    width: 100%;
    height: 1px;
    background: #838383;
    opacity: 0.3;
    margin: 38px 0;
}
.news-article-main {
    display: flex;
    align-items: flex-start;
}
.news-article-title {
    font-size: 50px;
    font-weight: bold;
    margin-top: 30px;
}
@media screen and (max-width: 62rem) {
    .news-article-title {
        font-size: 35px;
    }
}
.news-article-title-top {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
}
.news-article-time {
    margin-top: 30px;
}
.news-article-description {
    flex: 1;
    padding-right: 40px;
}
.news-article-description p {
    text-align: justify;
}
.news-article-description li {
    list-style: initial;
}
.news-article-description ul,
.news-article-description ol {
    padding-left: 25px;
}
.news-article-description a {
    color: #2b84fa;
}
.news-article-news {
    max-width: 350px;
}
@media screen and (max-width: 62rem) {
    .news-article-news {
        margin-top: 50px;
        width: 100%;
        max-width: 100%;
    }
}
.news-article-news-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 32px;
}
@media screen and (max-width: 62rem) {
    .news-article-news-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        grid-gap: 40px;
    }
}
@media screen and (max-width: 48rem) {
    .news-article-news-items {
        grid-template-columns: 1fr;
    }
}
.news-article-news-items .news-item {
    margin-bottom: 20px;
    width: 100%;
}
.news-article-main {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
}
@media screen and (max-width: 62rem) {
    .news-article-main {
        flex-direction: column;
    }
}

.speakers-slider {
    margin-top: -40px;
}
.speakers-item {
    box-shadow: 3px 4px 32px rgba(116, 114, 189, 0.02);
    border-radius: 10px;
    background: #2b84fa;
    width: 335px;
    display: flex;
    transition: 0.3s;
    height: 100%;
    flex-direction: column;
}
@media screen and (max-width: 75rem) {
    .speakers-item {
        width: 300px;
    }
}
@media screen and (max-width: 48rem) {
    .speakers-item {
        width: 250px;
    }
}
.speakers-item:hover {
    background: #fff;
    box-shadow: 0px 4px 41px rgba(69, 129, 226, 0.67);
}
.speakers-item:hover .speakers-item--title,
.speakers-item:hover .speakers-item--name,
.speakers-item:hover .speakers-item--job {
    color: #1b1b1b;
}
.speakers-item--container {
    padding-left: 26px;
    padding-bottom: 60px;
    padding-top: 40px;
}
@media screen and (max-width: 48rem) {
    .speakers-item--container {
        padding-left: 15px;
    }
}
.speakers-item--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.speakers-item--img-container {
    width: 100%;
    height: 300px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    flex-shrink: 0;
}
.speakers-item--info {
    margin-top: 15px;
    padding: 0 24px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.speakers-item--title {
    font-size: 26px;
    color: #fff;
    transition: 0.3s;
    margin-bottom: 20px;
}
@media screen and (max-width: 48rem) {
    .speakers-item--title {
        font-size: 18px;
    }
}
.speakers-item--name {
    margin-top: auto;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s;
}
@media screen and (max-width: 48rem) {
    .speakers-item--name {
        font-size: 14px;
    }
}
.speakers-item--job {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    transition: 0.3s;
}
@media screen and (max-width: 75rem) {
    .speakers-item--job {
        font-size: 12px;
    }
}

.themes-container {
    background-image: url("../img/themes-bg.svg");
    background-repeat: no-repeat;
    background-position: top right;
}
@media screen and (max-width: 48rem) {
    .themes-container {
        background-image: none;
    }
}
.themes-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.themes-item {
    font-size: 22px;
    color: #fff;
    padding: 9px 25px;
    text-transform: lowercase;
    background: #2b84fa;
    border-radius: 10px;
    transition: 0.3s;
    margin-right: 16px;
    margin-top: 16px;
}
@media screen and (max-width: 48rem) {
    .themes-item {
        font-size: 16px;
    }
}
.themes-item:hover {
    cursor: pointer;
    background: #fff;
    color: #2b84fa;
    box-shadow: 0px 10px 31px rgba(0, 0, 0, 0.58);
}

.faq-map-img {
    width: 400px;
    float: left;
    padding: 0 30px 30px 0;
}
@media screen and (max-width: 768px) {
    .faq-map-img {
        width: 100%;
    }
}
.faq-second-button {
    margin-left: 50px;
}
@media screen and (max-width: 768px) {
    .faq-second-button {
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }
}
.faq-container {
    margin-top: 27px;
}
.faq-item:first-child {
    margin-top: 0;
}
.faq-accordion {
    color: #2b84fa;
    cursor: pointer;
    padding: 32px;
    width: 100%;
    transition: 0.4s;
    border-top: 1px solid rgba(131, 131, 131, 0.2);
    font-size: 25px;
    font-weight: bold;
    position: relative;
}
@media screen and (max-width: 48rem) {
    .faq-accordion {
        font-size: 18px;
        padding: 32px 0;
        padding-right: 30px;
    }
}
.faq-accordion:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../img/plus.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 48rem) {
    .faq-accordion:after {
        width: 20px;
        height: 20px;
    }
}
.active ~ .faq-panel {
    padding-bottom: 16px;
}
.faq-accordion.active:after {
    background-image: url("../img/minus.svg");
}
.faq-panel {
    background-color: white;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    font-size: 20px;
    color: #3e454d;
    line-height: 140%;
    padding: 0 32px;
}
.faq-panel a {
    color: #2b84fa;
}
@media screen and (max-width: 48rem) {
    .faq-panel {
        padding: 0;
        font-size: 16px;
    }
}

.nprogram {
    margin: 40px auto 0;
    /* width: 1440px; */
    position: relative;
    overflow: visible;
}

.nprogram-title {
    font-size: 50px;
    margin-right: 30px;
    font-weight: bold;
}

.nprogram--nav {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: sticky;
    top: 0;
    background: #f3f3f3;
    position: -webkit-sticky;
    z-index: 4;
}

.nprogram--pages-buttons {
    border: 2px solid #2b84fa;
    border-radius: 250px;
    margin-right: 30px;
}

.nprogram--page-button {
    padding: 0 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 250px;
    transition: 0.3s;
    border: 1px solid transparent;
    /* font-size: 11px; */
    height: 40px;
    display: flex;
    align-items: center;
    transform: translate(-1px, 0);
}

.nprogram--page-button:hover {
    color: #2b84fa;
}

.nprogram--page-button-active {
    background: rgba(43, 132, 250, 0.2);
    border: 1px solid #2b84fa;
}

.nprogram--nav-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    height: 40px;
}

.nprogram--nav-item div:last-child {
    transform: translateX(1px);
}

.nprogram--filter {
    margin-left: 15px;
    position: relative;
    z-index: 5;
}

.nprogram--filter-block {
    display: none;
    position: absolute;
    background: #fff;
    padding: 30px;
    border-radius: 7px;
    top: 20px;
    right: 0;
    z-index: 3;
    width: 640px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
}

.nprogram--filter-block-items {
    display: flex;
    justify-content: space-between;
}

.nprogram--filter-block-buttons {
    text-align: right;
    margin-top: 20px;
}

.nprogram--filter-button-reset {
    border: 1px solid #fc6a31;
    color: #fc6a31;
    margin-right: 15px;
    background: #fff;
}

.nprogram--filter-button-reset:hover {
    background: #fc6a31;
    color: #fff;
}

.nprogram--filter-button-show {
    background: #2b84fa;
    color: #fff;
    border: 1px solid #2b84fa;
}

.nprogram--filter-button-show:hover {
    background: transparent;
    color: #2b84fa;
}

.nprogram--filter-button {
    background: #2b84fa;
    color: #fff;
    z-index: 5;
    border-color: transparent;
}

.nprogram--filter-button-arrow {
    margin-left: 7px;
}

.nprogram--filter-button-arrow path {
    transition: 0.3s;
}

.nprogram--filter-block--section-types {
    display: flex;
    flex-direction: column;
    width: 200px;
}

.nprogram--filter-block--section-types label {
    margin: 2px 0;
    display: flex;
    align-items: center;
}

.nprogram--filter-block--section-types label span {
    margin-left: 5px;
}

.nprogram--filter-block--hubs {
    flex: 1;
    padding: 0 30px 0 0;
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.nprogram--filter-button:hover .nprogram--filter-button-arrow path {
    stroke: #000;
}

.nprogram--filter-block-hub {
    color: #2b84fa;
    border: 1px solid #2b84fa;
    border-radius: 20px;
    padding: 2px 20px;
    cursor: pointer;
    transition: 0.2s;
}

.nprogram--filter-block-hub:hover {
    background: rgba(43, 132, 250, 0.15);
}

.nprogram--filter-block-hub-input:checked + .nprogram--filter-block-hub {
    background: #2b84fa;
    color: #fff;
}

.nprogram--fav {
    background: #cecece;
    /* width: 80px; */
    border-radius: 250px;
    padding: 10px 14px;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    height: 45px;
    transition: background 0.2s;
}

.nprogram--fav-caption {
    color: #fff;
    font-weight: bold;
    margin-left: 35px;
    transition: 0.3s;
}

.nprogram--fav.active .nprogram--fav-caption {
    margin-left: 0;
    margin-right: 35px;
}

.nprogram--fav-button {
    width: 35px;
    height: 35px;
    background: #ffa828;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 5px;
    transition: left 0.3s;
}

#nprogram--toggle-favorite.active {
    background: #ffa828;
}

#nprogram--toggle-favorite.active .nprogram--fav-button {
    background: #fff;
    left: calc(100% - 45px);
    /* right: 5px; */
}

#nprogram--toggle-favorite.active .nprogram--fav-button path {
    fill: #ffa828;
}

.nprogram--txt-button {
    background: #44d69b;
    color: #fff;
}

.nprogram--item {
    /* display: none; */
}

.nprogram--item.active {
    display: block;
}

/************* СЕТКА МЕРОПРИЯТИЙ ************/
.nprogram--grid {
    position: relative;
    margin-top: 40px;
    width: 100%;
}

.nprogram--grid-timeline {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.nprogram--grid-timeline-ingrid {
    position: absolute;
    left: 0;
    margin-top: 50px;
}

.nprogram--dates {
    /* display: flex; */
    margin: 0;
    /* margin-left: 40px; */
}

.nprogram--dates-ingrid {
    overflow: visible;
}

.nprogram--dates-container {
    position: relative;
    margin-top: 40px;
}

.nprogram--dates-container-item-day {
    /*height: 33%;*/
    /* padding-top: 580px; */
    transition: 0.2s;
}

.nprogram--dates-item {
    color: #2b84fa;
    padding: 11px 21px;
    left: 0;
    border-radius: 20px;
    font-weight: bold;
    z-index: 2;
    border: 1px solid #2b84fa;
    cursor: pointer;
    transition: 0.3s;
    background: #fff;
    bottom: 50px;
    margin: 0 6px;
    position: sticky;
    top: 190px;
}

.nprogram--dates-item:hover {
    background: rgba(43, 132, 250, 0.2);
}

.nprogram--dates-item.active {
    background: #2b84fa;
    color: #fff;
}

.nprogram--dates-item-2 {
    /* top: 130px; */
    /* transform: translateY(660px); */
    /* bottom: 401px; */
    /* min-height: 300px; */
}

.nprogram--dates-item-3 {
    /* top: 190px; */
}

.nprogram--timeline-graph {
    position: absolute;
    left: 0;
    display: grid;
    font-size: 14px;
    min-height: 500px;
    min-height: 100%;
    padding-left: 130px;
    /* padding-right: 120px; */
    width: 100%;
    top: 0;
    height: 5000px;
}

.nprogram--timeline-graph-time-container {
    width: 100%;
    display: grid;
    padding-left: 130px;
    background: #f3f3f3;
    position: sticky;
    top: 150px;
    z-index: 3;
    overflow-x: hidden;
    padding-right: 120px;
    pointer-events: none;
}

.nprogram--timeline-graph-item {
    border-left: 1px solid #bdbdbd;
    /* margin-top: 30px; */
    position: relative;
    /* width: 200px; */
    /* max-width: 200px; */
    width: 125px;
    /* overflow: visible; */
    height: 100%;
}

.nprogram--timeline-item {
    min-height: 500px;
    padding-top: 10px;
    overflow: visible;
    margin-left: 130px;
    position: relative;
    /* padding-right: 100px; */
}

.nprogram--timeline-graph-time {
    color: #828282;
    /* position: absolute; */
    top: -30px;
    left: -1px;
    /* z-index: 3; */
    /*background: #f3f3f3;*/
    z-index: 2;
    padding: 5px;
    /*transition: .005s;*/
    width: 125px;
}

.nprogram--timeline-day {
    padding-bottom: 40px;
}

@media screen and (max-width: 48rem) {
    .nprogram--timeline-day {
        padding-top: 30px;
    }
}
.nprogram--timeline-row {
    display: grid;
    margin-bottom: 20px;
}

.nprogram--timeline-row-color1 .nprogram--timeline-section {
    background-color: #fc6a31;
}

.nprogram--timeline-row-color2 .nprogram--timeline-section {
    background-color: #ffa828;
}

.nprogram--timeline-row-color3 .nprogram--timeline-section {
    background-color: #2b84fa;
}

.nprogram--timeline-row-color4 .nprogram--timeline-section {
    background-color: #44d69b;
}

.nprogram--timeline-section {
    text-align: center;
    background: #2b84fa;
    color: #fff;
    height: 60px;
    font-size: 14px;
    display: flex;
    margin-bottom: 7px;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: opacity 0.3s;
    overflow: hidden;
    margin-right: 3px;
}

.nprogram--timeline-section[data-isfavorite]
    .nprogram--timeline-section-isfavorite-icon {
    display: block;
}

.nprogram--timeline-section-isfavorite-icon {
    position: absolute;
    right: 5px;
    top: 0;
    display: none;
}

.nprogram--timeline-section .nprogram--timeline-section-title {
    max-height: 50px;
    overflow: hidden;
    padding: 0 10px;
}

.nprogram--timeline-section-technical {
    background: #dbdbdb !important;
    color: #000;
    font-size: 10px;
    overflow: visible;
}

.nprogram--timeline-wrap {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    /* margin-top: -20px; */
}

.nprogram--grid.without-after::after {
    opacity: 0;
}

.nprogram--grid::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 200px;
    right: 0;
    top: 0;
    /* z-index: 2; */
    background: linear-gradient(to right, rgba(243, 243, 243, 0), #f3f3f3);
    background: -moz-linear-gradient(to right, rgba(243, 243, 243, 0), #f3f3f3);
    background: -webkit-linear-gradient(
        to right,
        rgba(243, 243, 243, 0),
        #f3f3f3
    );
    background: -o-linear-gradient(to right, rgba(243, 243, 243, 0), #f3f3f3);
    pointer-events: none;
    transition: opacity 0.2s;
}

.nprogram--grid::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 300px;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(to left, rgba(243, 243, 243, 0) 50%, #f3f3f3);
    background: -moz-linear-gradient(
        to left,
        rgba(243, 243, 243, 0) 50%,
        #f3f3f3
    );
    background: -webkit-linear-gradient(
        to left,
        rgba(243, 243, 243, 0) 50%,
        #f3f3f3
    );
    background: -o-linear-gradient(
        to left,
        rgba(243, 243, 243, 0) 50%,
        #f3f3f3
    );
    pointer-events: none;
    transition: opacity 0.2s;
}

.nprogram--timeline-section-modal {
    width: 110%;
    min-height: 80px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
    color: #000;
    text-align: left;
    padding: 10px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nprogram--timeline-section:hover {
    overflow: visible;
}

.nprogram--timeline-section:hover .nprogram--timeline-section-modal {
    opacity: 1;
    z-index: 3;
}

.nprogram--timeline-section-modal-fav-button {
    margin-top: 5px;
    cursor: pointer;
    color: #fc6a31;
    position: relative;
    padding: 7px 0;
}

.nprogram--timeline-section-modal-fav-button span {
    margin-left: 5px;
}

.nprogram--timeline-section-modal > span:hover {
    color: #fc6a31;
}

.nprogram--timeline-section-modal-fav-button-active {
    color: #2b84fa;
}

/************* /СЕТКА МЕРОПРИЯТИЙ ************/
/************* ФОРУМ ************/
.nprogram--forum-container {
    width: 100%;
    margin-top: 30px;
}

.nprogram--forum-accordion {
    display: flex;
    width: 100%;
}

.nprogram--forum-accordion-buttons {
    width: 140px;
    overflow: visible;
}

.nprogram--forum-accordion-button {
    /* top: 0 !important; */
}

.nprogram--forum-accordion-buttons-sticky {
    position: sticky;
}

.nprogram--forum-accordion-button {
    /* position: relative; */
    top: 0;
    display: inline-block;
    margin-bottom: 10px;
}

.nprogram--forum-accordion-container {
    flex: 1;
    width: 100%;
}

.nprogram--forum-accordion-section {
    margin-bottom: 50px;
    width: 100%;
    /*border-bottom: 1px solid #BDBDBD;*/
}

.nprogram--forum-accordion-header {
    display: grid;
    grid-template-columns: 150px 1fr 210px;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 7px;
    width: 100%;
}

.nprogram--forum-accordion-time {
    font-size: 20px;
    font-weight: bold;
}

.nprogram--forum-accordion-title {
    font-size: 20px;
    font-weight: bold;
}

.nprogram--forum-accordion-content {
    display: grid;
    grid-template-columns: 150px 1fr 210px;
}

.nprogram--forum-accordion-content-center {
    grid-column: 2 / 3;
}

.nprogram--forum-accordion-place {
    color: #828282;
    font-size: 18px;
    margin-top: 13px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.nprogram--forum-accordion-place-select {
    color: #2b84fa;
    background: rgba(43, 132, 250, 0.2);
    border-radius: 250px;
    padding: 0px 14px;
    border: 1px solid #2b84fa;
}

.nprogram--forum-accordion-place-reset {
    margin-left: 7px;
    display: none;
}

.nprogram--forum-accordion-place-select .nprogram--forum-accordion-place-reset {
    display: block;
}

.nprogram--forum-accordion-desc {
    margin-top: 18px;
    color: #2b2a29;
}

.nprogram--forum-accordion-more {
    background: #2b84fa;
    color: #fff;
    padding: 6px 13px !important;
    margin-top: 9px;
}

.nprogram--forum-accordion-more:hover {
    background: #509dff;
}

.nprogram--forum-accordion-participants-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
}

.nprogram--forum-accordion-participants-item {
    position: relative;
    margin-bottom: 20px;
}

.nprogram--forum-accordion-participants-item:hover
    .nprogram--forum-accordion-participants-modal {
    opacity: 1;
    z-index: 3;
}

.nprogram--forum-accordion-participants-name {
    font-weight: bold;
}

.nprogram--forum-accordion-participants-company {
    font-size: 14px;
    color: #9a9a9a;
}

.nprogram--forum-accordion-participants-modal {
    position: absolute;
    background: #fff;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    opacity: 0;
    transition: 0.3s;
    z-index: 2;
    padding: 15px;
    display: flex;
    align-items: center;
    top: -20px;
}

.nprogram--forum-accordion-participants-modal-avatar {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    flex-shrink: 0;
}

.nprogram--forum-accordion-participants-modal-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.nprogram--forum-accordion-participants-modal-info
    .nprogram--forum-accordion-participants-name {
    color: #2b84fa;
}

/************* /ФОРУМ ************/
/************* ФЕСТИВАЛЬ ************/
body[data-curpage~="#nprogram--festival"] .nprogram--filter {
    display: none;
}

body {
    position: relative;
}

/************* /ФЕСТИВАЛЬ ************/
/************* СТРАНИЦА СЕКЦИИ ************/
.nprogram--section-grid-container {
    display: grid;
    grid-template-columns: 1fr 300px;
}

.nprogram--section-speakers {
    padding-left: 30px;
}

.nprogram--section-presenters {
    grid-column: 1 / 3;
}

.nprogram--section-name {
    color: #2b84fa;
    font-size: 16px;
}

.nprogram--section-presenters-item {
    border: 1px solid #b6b6b6;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    border-radius: 250px;
    transition: background 0.3s, color 0.3s;
    cursor: pointer;
    display: inline-block;
}

.mb-2 {
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .nprogram--section-grid-container {
        grid-template-columns: 1fr;
    }

    .nprogram--section-speakers-info {
        flex-direction: column;
        text-align: center;
    }

    .nprogram--section-presenters {
        grid-column: auto;
    }

    .nprogram--section-speakers {
        padding-left: 0;
    }
}
@media screen and (max-width: 768px) {
    /*.nprogram--nav-item {
      justify-content: space-between;
  }
  .nprogram--page-button {
      font-size: 10px;
  }
  .nprogram--pages-buttons {
      width: 100%;
      margin-right: 0;
  }*/
    /************* СЕТКА ПРОГРАММЫ ************/
    .nprogram--txt-button-container {
        display: none;
    }

    .nprogram--filter {
        margin-left: 0;
    }

    .nprogram--fav {
        margin-left: 10px;
    }

    .nprogram--page-button {
        font-size: 14px;
    }

    /************* /СЕТКА ПРОГРАММЫ ************/
    /************* СТРАНИЦА ФОРУМА ************/
    .nprogram--forum-accordion-buttons {
        display: none;
    }

    .nprogram--forum-accordion-header {
        padding: 0 10px;
        grid-template-columns: 100px 1fr 40px;
    }

    .nprogram--forum-accordion-participants-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .nprogram--timeline-section-modal-fav-button span {
        display: none;
    }

    .nprogram--forum-accordion-content {
        grid-template-columns: 100px 1fr;
        padding: 0 10px;
    }

    /************* /СТРАНИЦА ФОРУМА ************/
}
@media screen and (max-width: 500px) {
    .nprogram--grid::before {
        display: none;
    }

    /************* СЕТКА ПРОГРАММЫ ************/
    .nprogram--grid::after {
        display: none;
    }

    .nprogram--timeline-graph-time-container,
    .nprogram--timeline-graph {
        padding-left: 0;
    }

    .nprogram--timeline-item {
        margin-left: 0;
    }

    .nprogram--page-button {
        font-size: 11px;
    }

    .nprogram--nav-item {
        margin-right: 0 !important;
        width: 100%;
        justify-content: space-between;
    }

    .nprogram--nav-item .btn {
        font-size: 12px;
        padding: 10px 15px;
    }

    .nprogram--dates {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .nprogram--filter {
        margin-left: 0;
        width: 49%;
    }

    .nprogram--fav {
        margin-left: 2%;
        width: 49%;
    }

    .nprogram--fav-caption {
        margin: 0 auto;
        font-size: 12px;
    }

    .nprogram--fav.active .nprogram--fav-caption {
        margin: 0 auto;
    }

    .nprogram--dates-item {
        font-size: 12px;
        padding: 8px 15px;
        border-radius: 10px;
    }

    .nprogram--filter-block {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        border-radius: 0;
        overflow-y: scroll;
    }

    .nprogram--filter-block-items {
        flex-direction: column;
    }

    .nprogram--filter-block--section-types {
        margin-top: 20px;
    }

    .nprogram--filter-button-show {
        margin-top: 15px;
    }

    .nprogram--filter-block-container {
        display: flex;
        flex-direction: column;
        min-height: 100%;
        justify-content: space-between;
    }

    .nprogram--txt-button-container {
        display: none;
    }

    /************* /СЕТКА ПРОГРАММЫ ************/
    /************* ФОРУМ ************/
    .nprogram--forum-accordion-buttons {
        display: none;
    }

    .nprogram--forum-accordion-time {
        column-width: 50px;
        font-size: 16px;
        padding-left: 10px;
    }

    .nprogram--timeline-section-modal-fav-button span {
        display: none;
    }

    .nprogram--forum-accordion-header {
        grid-template-columns: 90px 1fr 30px;
    }

    .nprogram--forum-accordion-title {
        font-size: 16px;
        padding-right: 10px;
    }

    .nprogram--forum-accordion-content {
        grid-template-columns: 1fr;
    }

    .nprogram--forum-accordion-content-center {
        padding: 0 20px;
        grid-column: auto;
    }

    .nprogram--forum-accordion-participants-container {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .nprogram--forum-accordion-participants-modal {
        width: 100%;
    }

    /************* /ФОРУМ ************/
    /************* СТРАНИЦА СЕКЦИИ ************/
    .nprogram--section-speakers-info {
        flex-direction: row;
        text-align: left;
    }

    /************* /СТРАНИЦА СЕКЦИИ ************/
}
.nprogram--arrows {
    display: flex;
    align-items: center;
    margin-left: auto;
}
@media screen and (max-width: 62rem) {
    .nprogram--arrows {
        display: none;
    }
}
.nprogram--arrow {
    width: 47px;
    height: 47px;
    background: #fc6a31;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}
.nprogram--arrow:hover {
    background: #ff7e52;
}
.nprogram--arrow-right {
    margin-left: 15px;
}

.program-favorite-btn {
    display: flex;
    align-items: center;
    padding: 3px 10px;
    height: 32px;
    margin-left: 30px;
}
@media screen and (max-width: 768px) {
    .program-favorite-btn {
        order: -5;
        margin-left: 0;
        margin-right: 30px;
    }
}
.program-favorite-btn img {
    margin-right: 5px;
    height: 14px;
}
@media screen and (max-width: 768px) {
    .program-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.program--btn-simple {
    padding: 6px 20px;
    font-weight: bold;
    margin-right: 30px;
}
@media screen and (max-width: 768px) {
    .program--btn-simple {
        display: none;
    }
}
.program--header-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: sticky;
    position: -webkit-sticky;
    background-color: #fff;
    top: 0;
    z-index: 2;
    padding: 8px;
}
@media screen and (max-width: 1024px) {
    .program--header-container {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        max-width: 1216px;
        margin: 0 auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
.program--header-title {
    order: 0;
}
.program--header-dates-container {
    width: 164px;
    /* overflow: hidden; */
    position: relative;
}
@media screen and (max-width: 768px) {
    .program--header-dates-container {
        width: 136px;
        margin-left: 0 !important;
    }
}
.program--header-dates-item {
    width: auto !important;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.program--header-dates-item--month {
    display: inline-block;
    overflow: hidden;
    margin-left: 3px;
}
.program--header-dates-active {
    width: 60px;
    position: absolute;
    display: flex;
    align-items: center;
    background: #2b84fa;
    color: #fff;
    overflow: hidden;
    border-radius: 40px;
    transition: 0.2s;
}
@media screen and (max-width: 768px) {
    .program--header-dates-active {
        width: 49px;
    }
}
.program--header-dates-active .program--header-dates-item {
    color: #fff;
    transition: 0.2s;
}
.program--header-search {
    width: 100%;
    display: flex;
    align-items: center;
}
.program--header-search-container {
    background: #ccc;
    padding: 11px 20px;
    border-radius: 48px;
    flex-basis: 350px;
    margin-right: 30px;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .program--header-search-container {
        /* width: 250px; */
        margin-bottom: 12px;
        flex-basis:content;
        width: 100%;
        order: 2;
    }
}
@media screen and (max-width: 768px) {
    .program--header-search-container {
        margin-left: 0;
    }
}
.program--header-search-popup-container {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 24px;
    z-index: 9999;
}
.program--header-search-popup-btn {
    font-size: 14px;
    background: transparent;
    padding: 2px 10px !important;
    margin-bottom: 5px;
}
.program--header-search--input {
    background: transparent;
    border: none;
    flex: 1;
    color: #111;
}
.program--header-search--input::placeholder{
    color: #111;
}

.programm-container{
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media(max-width: 1024px){
    .programm-container{
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
}



.program--buttons{
    display: flex;
    flex-direction: row;
}


.program--header-favorite-container {
    display: flex;
    align-items: center;
    border: 1px solid #2b84fa;
    border-radius: 48px;
    padding: 9px 15px;
}
@media screen and (max-width: 768px) {
    .program--header-favorite-container {
        order: 3;
        margin-left: auto;
        padding-top: 7px;
        padding-bottom: 7px;
    }
}
.program--header-favorite--toggle {
    margin-left: 5px;
}
.program--btn-toggle {
    border-radius: 40px;
    border: 1px solid #2b84fa;
    padding: 2px;
    display: flex;
    align-items: center;
    margin-right: 30px;
    position: relative;
}
@media screen and (max-width:1024px) {
    .program--btn-toggle {
        margin-bottom: 8px;
        order: 3;
    }
}
.program--btn-toggle--item {
    width: 110px;
    color: #2b84fa;
    padding: 6px;
    cursor: pointer;
    text-align: center;
    flex-shrink: 0;
}
@media screen and (max-width: 768px) {
    .program--btn-toggle--item {
        width: 80px;
        font-size: 12px;
    }
}
.program--btn-toggle--item-active {
    width: 110px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 40px;
    height: calc(100% - 4px);
    color: #fff;
    background: #2b84fa;
    transition: 0.5s;
    display: flex;
    align-items: center;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .program--btn-toggle--item-active {
        width: 80px;
    }
}
.program--btn-toggle--item-active .program--btn-toggle--item {
    color: #fff;
    white-space: nowrap;
    transition: 0.47s;
}
.program-main-container {
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .program-main-container {
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .program-main--toggle {
        margin-top: 5px;
    }
}
.program-main--day-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: sticky;
    position: -webkit-sticky;
    top: 72px;
    background: #ffff;
    z-index: 1;
    padding: 8px;
    margin-top: 22px;
    overflow: auto;

}
@media screen and (max-width: 1438px) {
    .program-main--day-info {
        top: 110px;
    }
}
@media screen and (max-width: 768px) {
    .program-main--day-info {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        max-width: 1216px;
        margin: 0 auto;
        top: 124px;
        padding-top: 8px;
        flex-direction: column;
        overflow: auto;
    }
}
@media (max-width:671px){
    .program-main--day-info {
        top: 164px;
    }
}
@media (max-width:480px){
    .program-main--day-info {
        top: 208px;
    }
}
.program-main--day-date {
    font-size: 25px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .program-main--day-date {
        font-size: 14px;
        white-space: nowrap;
    }
}
.program-main--border {
    width: calc(100% - 40px);
    height: 1px;
    background: rgba(43, 132, 250, 0.2);
    margin-left: 40px;
}
.program-main--row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width: 1100px) {
    .program-main--row {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .program-main--row {
        grid-template-columns: none;
        display: flex;
        overflow-x: scroll;
        padding-bottom: 50px;
    }
}
.program-main--row-full {
    display: grid;
    grid-template-columns: min-content 1fr;
    white-space: nowrap;
    align-items: center;
    color: #a8a8a8;
}
@media screen and (max-width: 768px) {
    .program-main--row-full {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        max-width: 1216px;
        margin: 0 auto;
    }
}
.program-main--row:first-of-type {
    border-top: none;
}
.program--item {
    border-radius: 10px;
    background: #fff;
    box-shadow: 3px 4px 32px rgba(114, 189, 186, 0.02);
    position: relative;
    transition: 0.3s;
    cursor: pointer;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .program--item {
        width: 260px;
        flex-shrink: 0;
    }
    .program--item:first-child {
        margin-left: 30px;
    }
}
.program--item-time {
    color: #2b84fa;
    font-size: 14px;
    margin-top: 9px;
    transition: 0.3s;
}
.program--item-video-red:hover .program--item-bottom {
    background: #fa6b32;
}
.program--item-video-blue:hover .program--item-bottom {
    background: #2b84fa;
}
.program--item-video-green:hover .program--item-bottom {
    background: #02a468;
}
.program--item:hover {
    background: transparent;
    box-shadow: 0px 28px 28px rgba(50, 50, 71, 0.15),
        0px 48px 56px rgba(50, 50, 71, 0.25);
}
@media screen and (max-width: 768px) {
    .program--item:hover {
        box-shadow: 0px 5px 14px rgba(50, 50, 71, 0.15),
            0px 15px 25px rgba(50, 50, 71, 0.25);
    }
}
.program--item:hover .program--item-video {
    display: block !important;
}
.program--item:hover .program--item-time {
    color: #fff;
}
.program--item:hover .program--item-title {
    color: #fff;
}
.program--item:hover .program--item-hall {
    background: #fff;
}
.program--item:hover .program--item-head {
    border-color: transparent;
}
.program--item-hall {
    padding: 5px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
}
.program--item-hall-reset {
    margin-left: 15px;
}
.program--item-title {
    font-size: 20px;
    color: #2b84fa;
    margin-top: 15px;
    height: 180px;
    overflow: hidden;
    transition: 0.3s;
}
.program--item-head {
    height: 280px;
    padding: 25px 16px;
    border: 2px solid #2b84fa;
    transition: 0.3s;
    border-radius: 10px 10px 0 0;
}
.program--item-bottom {
    padding: 13px 16px;
    background: #2b84fa;
    transition: 0.3s;
    height: 100%;
}
.program--item-jobs {
    color: #fff;
    font-size: 14px;
}
.program--item-fav {
    position: absolute;
    right: 10px;
    top: 10px;
}
.program--item-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    object-fit: cover;
}
.program-article ul {
    padding-left: 24px;
}
.program-article li {
    list-style: initial;
}
@media screen and (max-width: 768px) {
    .program-article {
        display: flex;
        flex-wrap: wrap;
    }
}
.program-article--title {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
}
@media screen and (max-width: 768px) {
    .program-article--title {
        width: 100%;
        font-size: 24px;
        line-height: 30px;
        order: -4;
        margin-top: 15px !important;
        margin-bottom: 20px !important;
    }
}
.program-article--header {
    display: flex;
    align-items: center;
    margin-top: 15px !important;
}
@media screen and (max-width: 768px) {
    .program-article--header {
        display: contents;
    }
}
.program-article--header a {
    height: 18px;
}
@media screen and (max-width: 768px) {
    .program-article--header a {
        order: -6;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        max-width: 1216px;
        margin: 0 auto;
        margin-left: 0;
        display: block;
    }
}
.program-article--header-text {
    margin-left: 30px;
}
.program-article--header-time {
    margin-left: 30px;
    color: #44d79c;
}
.program-article--header-partners {
    color: #2b84fa;
}
@media screen and (max-width: 768px) {
    .program-article--header-partners {
        margin-top: 12px;
    }
}
.program-article--main {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 768px) {
    .program-article--main {
        flex-wrap: wrap;
    }
}
.program-article--main .program-article--participants {
    width: 40%;
}
@media screen and (max-width: 768px) {
    .program-article--main .program-article--participants {
        width: 100%;
        margin-top: 45px;
    }
}
.program-article--main .program-article--participants-item {
    background: transparent;
    box-shadow: none;
}
.program-article--main-container {
    padding: 47px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(131, 131, 131, 0.3);
    border-bottom: 1px solid rgba(131, 131, 131, 0.3);
}
@media screen and (max-width: 768px) {
    .program-article--main-container {
        display: flex;
        flex-wrap: wrap;
    }
}
.program-article--participants-title {
    font-size: 25px;
    font-weight: 900;
    color: #1b1b1b;
}
.program-article--participants-list {
    margin-top: 35px;
    margin-bottom: 35px;
}
.program-article--participants-list:last-child {
    margin-bottom: 0;
}
.program-article--participants-list-short {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 30px;
}
@media screen and (max-width: 768px) {
    .program-article--participants-list-short {
        grid-template-columns: 1fr;
    }
}
.program-article--participants-list-short .program-article--participants-item {
    height: auto;
    margin-bottom: 0;
}
.program-article--participants-list-short
    .program-article--participants-item-column {
    width: 100%;
    background: #fff;
    border-radius: 28px;
    align-items: flex-start;
}
.program-article--participants-item {
    display: flex;
    align-items: stretch;
    margin-bottom: 60px;
    box-shadow: 0px 20px 20px rgba(50, 50, 71, 0.1),
        0px 32px 40px rgba(50, 50, 71, 0.1);
    border-radius: 28px;
    background: #fff;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .program-article--participants-item {
        flex-wrap: wrap;
        border-radius: 16px;
    }
}
.program-article--participants-item:last-child {
    margin-bottom: 0;
}
.program-article--participants-item-column {
    display: flex;
    flex-wrap: wrap;
    width: 490px;
    flex-shrink: 0;
    background: rgba(43, 132, 250, 0.1);
    padding: 38px 32px;
    border-radius: 28px 0 0 28px;
}
@media screen and (max-width: 768px) {
    .program-article--participants-item-column {
        width: 100%;
        border-radius: 16px 16px 0 0;
        padding: 15px;
    }
}
.program-article--participants-item-buttons {
    width: 100%;
    margin-top: 30px;
}
.program-article--participants-item-buttons .btn {
    background: transparent;
}
@media screen and (max-width: 768px) {
    .program-article--participants-item-buttons .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}
.program-article--participants-item-buttons button:first-child {
    margin-right: 20px;
}
.program-article--participants-item-content-container {
    height: 100%;
    padding: 17px 24px;
    border-radius: 10px;
    box-shadow: 3px 4px 32px rgba(116, 114, 189, 0.02);
}
@media screen and (max-width: 768px) {
    .program-article--participants-item-content-container {
        padding: 15px;
    }
}
.program-article--participants-item-content--title {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
    .program-article--participants-item-content--title {
        font-size: 18px;
        line-height: 22px;
    }
}
.program-article--participants-item-content--description {
    word-wrap: break-word;
}
@media screen and (max-width: 768px) {
    .program-article--participants-item-content--description {
        font-size: 14px;
    }
}
.program-article--participants-item-info {
    margin-left: 30px;
    flex: 1;
}
.program-article--participants-item-name {
    font-size: 25px;
    color: #2b84fa;
    line-height: 30px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .program-article--participants-item-name {
        font-size: 15px;
        line-height: 18px;
    }
}
.program-article--participants-item-job {
    font-size: 14px;
    margin-top: 10px;
}
.program-article--participants-item-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.program-article--participants-item-avatar-container {
    width: 150px;
    height: 179px;
    position: relative;
    border-radius: 10px;
}
.program-article--participants-item-avatar-container .livephoto-preview {
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
    .program-article--participants-item-avatar-container {
        width: 103px;
        height: 121px;
    }
}
.program-article--info-section {
    width: 60%;
}
@media screen and (max-width: 768px) {
    .program-article--info-section {
        width: 100%;
        order: -1;
    }
}
.program-article--description a{
    color: blue;
}
.program-article--description-title {
    font-size: 25px;
    font-weight: 900;
}
.program-article--additional-container {
    margin-top: 30px !important;
}
.program-article--popup-video {
    padding: 0 !important;
    width: 900px;
    height: 500px;
}

.partners {
    margin-top: 100px;
}
.partners-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
}
.partners-title {
    font-size: 44px;
    text-transform: uppercase;
}
.partners-subtitle {
    margin-top: 25px;
    font-size: 24px;
    text-transform: uppercase;
    
}
.partners-subtitle:first-child{
    font-size: 28px;
}
.partners-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 30px;
    row-gap: 50px;
    margin-top: 10px;
    /*@include to($tablet_break) {
        display: flex;
        flex-direction: column;
    }*/
}
@media screen and (max-width: 62rem) {
    .partners-items {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 48rem) {
    .partners-items {
        grid-template-columns: repeat(2, 1fr);
    }
}
.partners-item {
    display: flex;
    flex-direction: column;
}
.partners-item-img {
    width: 80%;
    max-width: 160px;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
}
.partners-item-img-container {
    width: 100%;
    height: 100px;
    object-fit: contain;
    display: block;
}
.partners-item-description {
    font-size: 14px;
    color: #2b2a29;
    opacity: 0.5;
    margin-top: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
.partners-item-description * {
    display: contents;
}

.popup {
    position: absolute;
    width: 800px;
    height: 500px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    padding: 20px;
}
@media screen and (max-width: 768px) {
    .popup {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}
.popup-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}
.popup-title {
    font-size: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}
.popup-body {
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .popup-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}
.popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-weight: 100;
    font-size: 25px;
    cursor: pointer;
}

.profile-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
    margin-top: 50px;
}
.profile-container .btn {
    position: relative;
}
.profile-title {
    font-size: 40px;
    font-weight: 900;
    margin-right: 30px;
}
@media screen and (max-width: 1024px) {
    .profile-title {
        font-size: 30px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 768px) {
    .profile-title {
        font-size: 25px;
    }
}
.profile-subtitle {
    font-weight: bold;
    font-size: 25px;
}
.profile-subtitle-mini {
    font-size: 18px;
}
.profile--info {
    margin-left: 45px;
}
@media screen and (max-width: 768px) {
    .profile--info {
        margin-top: 15px;
        margin-left: 0;
        display: contents;
    }
}
.profile--info-qr {
    display: inline-block;
    margin-right: 20px;
    margin-top: 5px;
}
@media screen and (max-width: 768px) {
    .profile--info-qr {
        order: 2;
        margin-left: 20px;
    }
}
.profile--info-user {
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .profile--info-user {
        order: 4;
        width: 100%;
    }
    .profile--info-user .faq-second-button {
        margin-left: 20px;
    }
}
.profile--info-container {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 1100px) {
    .profile--info-container {
        margin-top: 30px;
    }
}
@media screen and (max-width: 768px) {
    .profile--info-container {
        flex-wrap: wrap;
    }
}
.profile--info .link {
    margin-top: 30px;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .profile--info .link {
        margin-top: 15px;
    }
}
.profile--user-name {
    font-size: 70px;
    color: #2b84fa;
    line-height: 65px;
    font-weight: bold;
    text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
    .profile--user-name {
        font-size: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width: 768px) {
    .profile--user-name {
        font-size: 30px;
        line-height: 30px;
        color: #1b1b1b;
        order: 3;
        width: 100%;
        margin-top: 15px;
    }
}
.profile--user-job {
    font-size: 20px;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .profile--user-job {
        font-size: 16px;
    }
}
.profile--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.profile--img-container {
    width: 175px;
    height: 210px;
}
@media screen and (max-width: 1100px) {
    .profile--img-container {
        width: 150px;
        height: 180px;
    }
}
@media screen and (max-width: 768px) {
    .profile--img-container {
        width: 120px;
        height: 150px;
        order: 1;
    }
}
.profile--packages-container {
    margin-top: 50px;
}
@media screen and (max-width: 1100px) {
    .profile--packages-container {
        margin-top: 30px;
    }
}
.profile--packages-items {
    margin-top: 35px;
}
@media screen and (max-width: 1100px) {
    .profile--packages-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
        grid-row-gap: 20px;
    }
}
@media screen and (max-width: 768px) {
    .profile--packages-items {
        grid-template-columns: 1fr;
    }
}
.profile--packages-item {
    background: #fff;
    padding: 15px 25px;
    box-shadow: 0px 20px 20px rgba(50, 50, 71, 0.1),
        0px 32px 40px rgba(50, 50, 71, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    width: 100%;
}
@media screen and (max-width: 1100px) {
    .profile--packages-item {
        flex-wrap: wrap;
    }
}
.profile--packages-item--title {
    font-size: 40px;
    width: 300px;
}
.profile--packages-item--title-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}
.profile--packages-item--title-upgrade {
    font-size: 25px;
    color: #3e454d;
    font-weight: 900;
}
.profile--packages-item--title-upgrade
    + .profile--packages-item--title-gradient {
    display: block;
    margin-top: -14px;
}
@media screen and (max-width: 1100px) {
    .profile--packages-item--title {
        order: 0;
        width: 100%;
        font-size: 30px;
    }
}
.profile--packages-item--options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-right: auto;
}
@media screen and (max-width: 1100px) {
    .profile--packages-item--options {
        order: 3;
        width: 100%;
        margin-top: 10px;
    }
}
.profile--packages-item--option {
    position: relative;
    margin: 0 7px;
    width: 25px;
    height: 25px;
}
@media screen and (max-width: 1100px) {
    .profile--packages-item--option {
        position: static;
    }
}
.profile--packages-item--option img {
    width: 100%;
    height: 100%;
}
.profile--packages-item--option--description {
    position: absolute;
    background: #fff;
    padding: 10px;
    border: 2px solid #2b84fa;
    font-size: 14px;
    bottom: 44px;
    width: 300px;
    border-radius: 8px;
    display: none;
    font-weight: normal;
    z-index: 2;
}
@media screen and (max-width: 1100px) {
    .profile--packages-item--option--description {
        left: 0;
        bottom: 35px;
        width: 100%;
    }
}
.profile--packages-item--option--description:before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    background: #fff;
    border-left: 2px solid #2b84fa;
    border-bottom: 2px solid #2b84fa;
    transform: rotate(-45deg) translate(-7px);
}
.profile--packages-item--price {
    font-size: 25px;
    color: #2b84fa;
    font-weight: bold;
}
@media screen and (max-width: 1100px) {
    .profile--packages-item--price {
        order: 1;
        font-size: 18px;
    }
}
.profile--packages-item--rest {
    margin-right: 30px;
    font-size: 18px;
    color: #fa6b32;
    font-weight: bold;
}
@media screen and (max-width: 1100px) {
    .profile--packages-item--rest {
        order: 1;
        font-size: 16px;
    }
}
.profile--packages-item--actions {
    margin-left: 23px;
}
@media screen and (max-width: 1100px) {
    .profile--packages-item--actions {
        order: 4;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}
.profile--options {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
    width: 100%;
}
@media screen and (max-width: 1100px) {
    .profile--options {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .profile--options {
        width: calc(100% + 3.75rem);
        margin-left: -1.875rem;
        flex-direction: column;
    }
    .profile--options .profile-subtitle {
        padding: 0 1.875rem;
    }
}
.profile--options-container {
    margin-top: 50px;
}
.profile--options-items {
    flex: 1;
    padding-right: 40px;
}
@media screen and (max-width: 768px) {
    .profile--options-items {
        width: 100%;
        padding-right: 0;
    }
}
.profile--options-item {
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .profile--options-item {
        margin-top: 0;
    }
}
.profile--options-item:first-child {
    margin-top: 0;
}
.profile--options-row {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .profile--options-row {
        overflow-x: scroll;
        width: 100%;
        padding: 40px 1.875rem;
        margin-top: -20px;
        flex-wrap: nowrap;
    }
    .profile--options-row:after {
        content: "";
        display: block;
        width: 50px;
        flex-shrink: 0;
    }
}
.profile--options-btn {
    box-shadow: none;
    background: transparent;
    color: #2b84fa;
    transition: 0.3s;
    margin-right: 20px;
    flex-shrink: 0;
    margin-bottom: 20px;
}
.profile--options-btn::first-letter {
    text-transform: uppercase;
}
.profile--options-btn span {
    text-transform: lowercase;
}
.profile--options-btn:last-child {
    margin-right: 0;
}
.profile--options-btn:not(.profile--options-btn-box) {
    border: 1px solid #2b84fa;
}
.profile--options-btn:focus,
.profile--options-btn:active {
    box-shadow: 0px 10px 31px rgba(43, 132, 250, 0.58) !important;
}
.profile--options-btn-box {
    position: relative;
    width: 175px;
    background: transparent;
    border-radius: 28px;
    padding: 0;
    box-shadow: none;
    cursor: pointer;
    transition: 0.3s;
}
.profile--options-btn-box:hover {
    background: transparent;
}
.profile--options-btn-box:focus,
.profile--options-btn-box:active {
    box-shadow: none !important;
}
input:checked + .profile--options-btn:not(.profile--options-btn-box) {
    background: #2b84fa !important;
    color: #fff !important;
    box-shadow: 0px 10px 31px rgba(43, 132, 250, 0.58) !important;
}

input:checked + .profile--options-btn-box {
    border-color: transparent;
    box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.25) !important;
}
input:checked + .profile--options-btn-box:active,
input:checked + .profile--options-btn-box:focus {
    box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.25) !important;
}
input:checked + .profile--options-btn-box .profile--options-btn--title {
    background: #2b84fa;
    color: #fff;
    border: 1px solid #2b84fa;
}
input:checked + .profile--options-btn-box .profile--options-btn--description {
    border: 1px solid transparent;
    background: #fff;
}
.profile--options-btn-box-select,
.profile--options-btn-box:hover {
    border-color: transparent;
    box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.25);
}
.profile--options-btn-box-select:active,
.profile--options-btn-box-select:focus,
.profile--options-btn-box:hover:active,
.profile--options-btn-box:hover:focus {
    box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.25) !important;
}
.profile--options-btn-box-select .profile--options-btn--title,
.profile--options-btn-box:hover .profile--options-btn--title {
    background: #2b84fa;
    color: #fff;
    border: 1px solid #2b84fa;
}
.profile--options-btn-box-select .profile--options-btn--description,
.profile--options-btn-box:hover .profile--options-btn--description {
    border: 1px solid transparent;
}
.profile--options-btn--title {
    padding: 13px 10px;
    text-align: center;
    color: #2b84fa;
    border-radius: 28px 28px 0 0;
    border: 1px solid #2b84fa;
    transition: 0.3s;
}
.profile--options-btn--description {
    font-size: 11px;
    padding: 12px 15px;
    color: #3e454d;
    height: 120px;
    border: 1px solid #2b84fa;
    border-top-color: transparent;
    border-radius: 0 0 28px 28px;
    transition: 0.3s;
}
.profile--options-btn-select,
.profile--options-btn:not(.profile--options-btn-box):hover {
    background: #2b84fa !important;
    color: #fff !important;
    box-shadow: 0px 10px 31px rgba(43, 132, 250, 0.58) !important;
}
.profile--options-package {
    margin-top: 20px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0px 20px 20px rgba(50, 50, 71, 0.1),
        0px 32px 40px rgba(50, 50, 71, 0.1);
}
.profile--options-package .profile--packages-item--title {
    padding: 22px 22px 0 22px;
}
.profile--options-package .profile--packages-item--options {
    padding: 0 16px;
    margin-top: 15px;
}
.profile--options-package .btn {
    width: 100%;
}
.profile--options-package-container {
    width: 385px;
}
@media screen and (max-width: 1100px) {
    .profile--options-package-container {
        margin-top: 30px;
    }
}
@media screen and (max-width: 768px) {
    .profile--options-package-container {
        width: 100%;
        padding: 0 1.875rem;
    }
}
.profile--options-package-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile--options-package--line {
    margin: 25px 0;
    width: 100%;
    height: 1px;
    background: #838383;
    opacity: 0.2;
}
.profile--options-package--btn {
    padding: 0 22px 22px;
}
.profile--basket {
    margin-top: 30px;
}
.profile--basket-container {
    margin-top: 50px;
}
.profile--basket-other {
    margin-top: 30px;
}
.profile--basket-item {
    background: #fff;
    box-shadow: 0px 20px 20px rgba(50, 50, 71, 0.1),
        0px 32px 40px rgba(50, 50, 71, 0.1);
    border-radius: 28px;
    display: flex;
}
@media screen and (max-width: 768px) {
    .profile--basket-item {
        flex-wrap: wrap;
    }
}
.profile--basket-item--profile {
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--profile {
        flex-wrap: wrap;
    }
}
.profile--basket-item--profile-avatar {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.profile--basket-item--profile-avatar-container {
    width: 67px;
    height: 80px;
    object-fit: cover;
    margin-right: 22px;
    flex-shrink: 0;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--profile-avatar-container {
        display: inline-block;
        width: 56px;
        height: 67px;
    }
}
@media screen and (max-width: 768px) {
    .profile--basket-item--profile-info-container {
        width: calc(100% - 88px);
    }
}
.profile--basket-item--profile-name {
    font-size: 18px;
    color: #2b84fa;
    font-weight: bold;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--profile-name {
        line-height: 1.2;
    }
}
.profile--basket-item--profile-job {
    font-size: 12px;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--profile-job {
        margin-top: 5px;
        flex: 1;
    }
}
.profile--basket-item--left {
    width: 485px;
    padding: 20px 26px 20px 23px;
    border-right: 1px solid rgba(131, 131, 131, 0.2);
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--left {
        border-right: none;
        border-bottom: 1px solid rgba(131, 131, 131, 0.2);
    }
}
.profile--basket-item--left .profile--packages-item--options {
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--left .profile--packages-item--options {
        order: 0;
    }
}
.profile--basket-item--left-bg {
    background: rgba(43, 132, 250, 0.1);
    border-radius: 28px 0 0 28px;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--left-bg {
        border-radius: 28px 28px 0 0;
    }
}
.profile--basket-item--left-bg .profile--basket-item--price {
    margin-top: 10px;
    margin-left: auto;
}
.profile--basket-item--right {
    display: flex;
    padding: 20px 23px 20px 26px;
    justify-content: space-between;
    flex: 1;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--right {
        flex-wrap: wrap;
    }
}
.profile--basket-item--title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile--basket-item--title-container .profile--packages-item--title {
    font-weight: 900;
}
.profile--basket-item--title-container-other {
    justify-content: initial;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--title-container-other {
        display: contents;
    }
}
.profile--basket-item--title-container-other .profile--packages-item--title {
    font-size: 30px;
    width: auto;
    margin-right: 20px;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--title-container-other
        .profile--packages-item--title {
        width: max-content;
    }
}
.profile--basket-item--price {
    font-size: 25px;
    color: #2b84fa;
    font-weight: bold;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--price {
        font-size: 18px;
    }
}
.profile--basket-item--dates {
    margin-top: 8px;
    font-size: 25px;
    color: #1b1b1b;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--dates {
        font-size: 16px;
        margin-top: 3px;
    }
}
.profile--basket-item--dates-container {
    margin-top: 15px;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--dates-container {
        margin-top: 15px;
    }
}
.profile--basket-item--dates-title {
    color: #838383;
}
.profile--basket-item--info {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.profile--basket-item--info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.profile--basket-item--info-item:last-child {
    margin-bottom: 0;
}
.profile--basket-item--title {
    font-size: 18px;
    color: #838383;
    width: 130px;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--title {
        font-size: 14px;
        width: 110px;
    }
}
.profile--basket-item--description {
    font-size: 25px;
    color: #1b1b1b;
    font-weight: bold;
}
.profile--basket-item--description-flex {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--description {
        font-size: 16px;
    }
}
.profile--basket-item--success {
    font-size: 16px;
    color: #44d79c;
    margin-top: 4px;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--success {
        margin-bottom: 15px;
    }
}
.profile--basket-item--paid {
    font-size: 25px;
    text-align: right;
    margin-top: 0;
}
.profile--basket-item--input {
    font-size: 18px;
    color: #2b84fa;
    border: none;
    width: 170px;
}
.profile--basket-item--input-form {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--input-form {
        margin-bottom: 15px;
    }
}
.profile--basket-item--input-btn {
    width: auto;
    cursor: pointer;
    background: none;
}
.profile--basket-item--input:focus::-webkit-input-placeholder {
    color: transparent;
}
.profile--basket-item--input::-webkit-input-placeholder {
    color: #2b84fa;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--input {
        font-size: 16px;
    }
}
.profile--basket-item--pay-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 210px;
}
@media screen and (max-width: 768px) {
    .profile--basket-item--pay-container {
        margin-top: 20px;
        width: 100%;
    }
}
.profile--basket-item--pay-container .btn {
    margin-bottom: 10px;
}
.profile--basket-total {
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .profile--basket-total {
        margin-left: 0;
        margin-top: 20px;
    }
}
.profile--basket-total-container {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.profile--basket-total--price {
    color: #2b84fa;
    font-size: 25px;
    margin-left: 30px;
}
.profile--basket-total--price-container {
    display: flex;
    align-items: center;
}
.profile--basket-total--price-title {
    color: #838383;
    font-size: 18px;
}
.profile--basket-total--pay {
    margin-top: 20px;
    width: 100%;
}
.profile--search-container {
    background: #fff;
    box-shadow: 0px 20px 20px rgba(50, 50, 71, 0.1),
        0px 32px 40px rgba(50, 50, 71, 0.1);
    border-radius: 48px;
    padding: 8px 13px;
    width: 400px;
    position: relative;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .profile--search-container {
        width: 100%;
    }
}
.profile--search-input {
    border: none;
    font-size: 18px;
    flex: 1;
    padding: 5px 3px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .profile--search-input {
        font-size: 16px;
    }
}
.profile--search-results {
    position: absolute;
    background: #fff;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    border-radius: 20px;
    color: #838383;
    padding: 15px 15px;
    box-shadow: 0px 20px 20px rgba(50, 50, 71, 0.1),
        0px 32px 40px rgba(50, 50, 71, 0.1);
}
.profile--search-results--item {
    margin-bottom: 5px;
    transition: 0.3s;
    cursor: pointer;
    display: block;
}
.profile--search-results--item:last-child {
    margin-bottom: 0;
}
.profile--search-results--item:hover {
    color: #2b84fa;
}
.profile--btns {
    display: flex;
    flex-direction: column;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .profile--btns {
        order: 5;
        margin-left: 0;
        width: 100%;
        margin-top: 30px;
    }
}
.profile--btns .btn {
    margin-bottom: 10px;
}
.profile--btns .btn:last-child {
    margin-bottom: 0;
}

.option-denied {
    background: transparent;
    color: #2b84fa;
    border: 1px solid rgba(43, 132, 250, 0.2) !important;
    box-shadow: none;
    cursor: not-allowed;
    pointer-events: none;
    user-select: none;
}
.option-denied > * {
    opacity: 0.2;
}
.option-denied:hover {
    background: transparent;
    color: #2b84fa;
}
.option-denied:active,
.option-denied:focus {
    box-shadow: none !important;
}

.option-denied:before {
    content: "продано";
    display: block;
    position: absolute;
    color: #fff;
    background: #fa6b32;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 4px;
    top: 0;
    right: -5px;
    transform: translateY(-50%);
    line-height: 1;
    z-index: 2;
}

/************* ПРОГРАММА 2.0 ************/
.program2--description {
    color: #2b2a29;
    font-size: 20px;
    line-height: 150%;
}
@media screen and (max-width: 768px) {
    .program2--description {
        font-size: 16px;
    }
}

.program2--subtitle {
    font-size: 26px;
    font-weight: bold;
    color: #2b2a29;
}
@media screen and (max-width: 768px) {
    .program2--subtitle {
        font-size: 20px;
    }
}

.program2--request-steps {
    display: flex;
    justify-content: space-between;
    margin-top: 39px;
}
@media screen and (max-width: 768px) {
    .program2--request-steps {
        flex-wrap: wrap;
    }
}

.program2--request-steps--item {
    margin-bottom: 50px;
    width: 20%;
}
@media screen and (max-width: 768px) {
    .program2--request-steps--item {
        width: 100%;
    }
}

.program2--request-steps--item-text {
    margin-top: 28px;
    color: #1b1b1b;
    font-size: 20px;
    line-height: 150%;
}
@media screen and (max-width: 768px) {
    .program2--request-steps--item-text {
        font-size: 16px;
    }
}

.program2--steps-container {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.program2--steps-item {
    width: 32%;
    padding: 40px;
    text-align: center;
    background: #2b84fa;
    color: #fff;
    border-radius: 95px;
}

.program2--steps-item-top {
    display: flex;
    align-items: center;
}

.program2--steps-item-number {
    font-size: 77px;
    line-height: 1;
    position: relative;
    margin-left: 20px;
}

.program2--steps-item-step {
    font-size: 26px;
    transform: rotate(90deg);
    display: inline-block;
    top: 24px;
    position: absolute;
    left: 35px;
    font-weight: 300;
}

.program2--steps-item-title {
    font-size: 23px;
    margin-left: 50px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 9px;
}

.program2--steps-item-duration {
    font-size: 14px;
    text-align: center;
}

.program2--steps-item1 .program2--steps-item-step {
    left: 15px;
}

.program2--steps-item2 {
    background: #fc6a31;
    border-radius: 0px 250px 250px 0px;
}

.program2--steps-item3 {
    background: #ffa828;
    border-radius: 0px 0px 0px 95.5px;
}

.orange-title {
    color: #fc6a31;
}

.yellow-title {
    color: #ffa828;
}

.green-title {
    color: #44d69b;
}

.program2--sections-container {
    display: flex;
    justify-content: space-between;
    margin: 70px 0;
    column-gap: 40px;
    row-gap: 40px;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .program2--sections-container {
        flex-direction: column;
    }
}

.program2--sections-item {
    padding: 25px;
    border: 1px solid #dbdbdb;
    border-radius: 50px;
    width: 47%;
    position: relative;
    margin-bottom: 20px;
}

.program2--sections-item:nth-of-type(n + 2) {
    justify-self: flex-end;
}

.program2--sections-item--title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 150%;
}

.program2--sections-item--description {
    overflow: hidden;
}

.program2--sections-item--line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 24px !important;
    height: 100%;
}

.program2--sections-item--speakers-container {
    margin-top: 30px;
}

.program2--sections-item-block--title {
    font-weight: 800;
    text-transform: uppercase;
    color: #2b84fa;
}

.program2--sections-item--population {
    margin-top: 20px;
}

.program2--sections-item--organization {
    margin-top: 20px;
}

.program2--sections-item--organization-flex {
    display: flex;
    justify-content: flex-end;
}
.program2--sections-item--organization-flex-start {
    justify-content: flex-start;
}

.program2--sections-item--organization-flex-column-1 {
    grid-template-columns: 1fr;
}

.program2--sections-item--organization-flex-column-1
    .program2--sections-item--organization--vote-button {
    width: 100%;
}

.program2--sections-item--organization--speaker {
    display: flex;
    margin-top: 10px;
}

.program2--sections-item--organization--speaker--avatar-img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
}

.program2--sections-item--organization--speaker--info {
    margin-left: 20px;
}

.program2--sections-item--organization--speaker--name {
    font-weight: bold;
}

.program2--sections-item--organization--speaker--job {
    font-size: 14px;
    color: #9a9a9a;
}

.program2--sections-item--organization--vote-button-container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    justify-content: flex-start;
    margin-top: 20px;
}

.program2--sections-item--organization--vote-button {
    background: #ffa828;
    color: #fff;
}

.program2--sections-item-block-speaker-item:not(:last-of-type):after {
    content: ",";
    display: inline-block;
}

.program2--sections-item--winner {
    background: #2b84fa;
    color: #fff;
}

.program2--sections-item--winner .program2--sections-item-block--title {
    color: #fff;
}

.program2--sections-item--winner
    .program2--sections-item--organization--speaker--job {
    color: #fff;
}

.program2--sections-item--winner .nprogram--forum-accordion-more {
    background: #fc6a31;
}

.program2--apply-request {
    font-size: 25px;
    padding: 20px 70px;
    margin-bottom: 50px;
}

.program2--sections-item--organization--vote-button-apply {
    padding-left: 0;
}

.program2--sections-item--winner-caption {
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.program2--sections-item--winner-caption--icon {
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

/************* /ПРОГРАММА 2.0 ************/
@media screen and (max-width: 1024px) {
    /************* ПРОГРАММА 2.0 ************/
    .program2--steps-container {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .program2--steps-item {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    /************* /ПРОГРАММА 2.0 ************/
}
@media screen and (max-width: 768px) {
    /************* ПРОГРАММА 2.0 ************/
    .program2--steps-item {
        width: 400px;
    }

    .program2--sections-container {
        grid-template-columns: 1fr;
    }

    .program2--sections-item {
        width: 100%;
    }

    .program2--sections-item--organization-flex {
        grid-template-columns: 1fr;
    }

    .program2--sections-item--organization--vote-button-container {
        margin-top: 20px;
    }

    /************* /ПРОГРАММА 2.0 ************/
}
@media screen and (max-width: 500px) {
    /************* ПРОГРАММА 2.0 ************/
    .program2--steps-item {
        width: 100%;
    }

    /************* /ПРОГРАММА 2.0 ************/
}
.program2--main-container {
    border-bottom: 1px solid rgba(131, 131, 131, 0.3);
    padding: 60px 0;
    margin: 0 0 66px;
}
.program2--items {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .program2--items {
        flex-wrap: wrap;
    }
}
.program2--items .program2--description {
    width: 590px;
}
@media screen and (max-width: 768px) {
    .program2--items .program2--description {
        margin-top: 40px;
        font-size: 16px;
    }
}
.program2--list {
    font-size: 20px;
    line-height: 30px;
    width: 350px;
}
@media screen and (max-width: 768px) {
    .program2--list {
        font-size: 16px;
    }
}
.program2--list li {
    position: relative;
    padding-left: 20px;
}
.program2--list li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #2b84fa;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}
@media screen and (max-width: 768px) {
    .program2--list li:before {
        width: 5px;
        height: 5px;
    }
}
.program2--form-suggest {
    margin-top: 40px;
    background: #ffffff;
    box-shadow: 0px 20px 20px rgba(50, 50, 71, 0.1),
        0px 32px 40px rgba(50, 50, 71, 0.1);
    border-radius: 28px;
    padding: 32px;
    color: #1b1b1b;
}
.program2--form-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
    .program2--form-title {
        font-size: 20px;
    }
}
.program2--form-groups {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "input1 input2 " "input3 input4" "input3 input5" "input6 input7";
    column-gap: 40px;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .program2--form-groups {
        display: flex;
        flex-wrap: wrap;
    }
}
.program2--form-group {
    margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
    .program2--form-group {
        width: 100%;
    }
}
.program2--form-group--title {
    color: #333;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .program2--form-group--title {
        font-size: 14px;
    }
}
.program2--form-group--input {
    width: 100%;
    border: 1px solid #838383;
    border-radius: 37px;
    padding: 15px 25px;
    margin-top: 8px;
    resize: none;
}
.program2--form-group--inputs {
    margin-top: 8px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .program2--form-group--inputs {
        flex-wrap: wrap;
    }
}
.program2--form-group--inputs .btn {
    margin-right: 15px;
}
@media screen and (max-width: 768px) {
    .program2--form-group--inputs .btn {
        margin-right: 0;
    }
}
.program2--form-group--inputs .btn:last-child {
    margin-right: 0;
}
.program2--form-group--input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 19px;
    opacity: 0.4;
}
@media screen and (max-width: 768px) {
    .program2--form-group--input::-webkit-input-placeholder {
        font-size: 12px;
    }
}
.program2--form-bottom {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .program2--form-bottom {
        flex-wrap: wrap;
    }
}
.program2--form-caption {
    font-size: 11px;
    line-height: 13px;
    margin-left: 20px;
    width: 560px;
}
@media screen and (max-width: 768px) {
    .program2--form-caption {
        margin-left: 0;
        margin-top: 30px;
    }
}
.program2--isPaid {
    margin-top: 40px;
    text-align: center;
}
.program2--isPaid .program2--subtitle {
    margin-bottom: 15px;
}

.map-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.map-container .map-img{
    display: block;
    width: 100%;
}

.map-container .map-img img{
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1100px) {
    .map-container {
        width: 1139px;
    }
}
@media screen and (max-width: 768px) {
    .map-container {
        width: 300%;
    }
}
.map-main-container {
    margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
    .map-main-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow-x: scroll;
    }
}
.map-main-header {
    display: flex;
    align-items: center;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .map-main-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }
}
.map-main-header--title {
    font-size: 50px;
    font-weight: 900;
}
@media screen and (max-width: 768px) {
    .map-main-header--title {
        font-size: 25px;
    }
}
.map-main-header--buttons {
    margin-left: 80px;
}
@media screen and (max-width: 768px) {
    .map-main-header--buttons {
        margin-left: 0;
        margin-top: 15px;
    }
}
.map-main-header--buttons a:first-child {
    margin-right: 30px;
}
@media screen and (max-width: 768px) {
    .map-main-header--buttons a:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.map-logo {
    width: 70%;
    position: absolute;
    top: 0px;
    right: 0px;
}
.map-video {
    width: 100%;
    border-radius: 20px;
}
.map-marker {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    filter: drop-shadow(0px 2.84605px 2.84605px rgba(0, 0, 0, 0.25));
    z-index: 2;
    transition: 0.4s;
}
.map-marker-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    z-index: 2;
}
.map-marker-caption-img {
    width: 32px;
    height: 32px;
}
.map-marker-caption-img-parking {
    width: 22px;
    height: 22px;
}
.map-marker-back .map-marker-card {
    order: -1;
    padding: 5px 40px 5px 15px;
    margin-right: -30px;
    margin-left: 0;
}
.map-marker:after {
    content: "";
    display: block;
    position: absolute;
    top: 72%;
    left: 50%;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: translate(-50%) rotate(45deg);
    z-index: 1;
    transition: 0.4s;
}
.map-marker:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fa6b32;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.map-marker-full-orange {
    background: #fa6b32;
    filter: drop-shadow(0px 5px 10px #c54f21);
}
.map-marker-full-orange:after {
    background: #fa6b32;
}
.map-marker-top:after {
    top: -10%;
}
.map-marker-right:after {
    top: 35%;
    left: 90%;
}
.map-marker-blue:before {
    background: #2b84fa;
}
.map-marker-green:before {
    background: #2ab07a;
}
.map-marker-transparent:before {
    background: transparent;
}
.map-marker-container {
    position: absolute;
    display: flex;
    align-items: center;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: 0.4s;
    cursor: pointer;
}
.map-marker-container:hover {
    -webkit-backface-visibility: hidden;
    transform: perspective(1px) translateZ(0) scale(1.1);
}
.map-marker-container:hover .map-marker {
    filter: drop-shadow(0px 5.30324px 5.30324px rgba(0, 0, 0, 0.75));
}
.map-marker-container:hover .map-marker-card {
    filter: drop-shadow(0px 5.30324px 5.30324px rgba(0, 0, 0, 0.75));
}
.map-marker-card {
    background: #fff;
    padding: 5px 20px 5px 40px;
    border-radius: 12px;
    margin-left: -30px;
    font-weight: bold;
    filter: drop-shadow(0px 5.30324px 5.30324px rgba(0, 0, 0, 0.25));
    display: flex;
    align-items: center;
    transition: 0.4s;
    font-size: 13px;
}
.map-marker-card--list {
    display: flex;
    align-items: center;
}
.map-marker-card-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fa6b32;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.4s;
}
.map-marker-card-circle:hover {
    background: #fa6b32;
    color: #fff;
}
.map-info-container {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    border-radius: 30px;
    padding: 20px;
}
.map-info-container .map-marker {
    width: 20px;
    height: 20px;
}
.map-info-container .map-marker:before {
    width: 15px;
    height: 15px;
}
.map-info-container .map-marker:after {
    width: 5px;
    height: 5px;
    top: 88%;
}
.map-info-container .map-marker-caption {
    font-size: 12px;
}
.map-info-container-second {
    bottom: 280px;
    left: 20px;
}
.map-info-container-second .map-marker:before {
    background: transparent;
}
.map-info-container-second .map-marker-caption-img {
    width: 15px;
    height: 15px;
}
.map-info-container-third {
    top: 20px;
    left: 20px;
    bottom: auto;
    display: flex;
    align-items: flex-start;
}
.map-info-item {
    display: flex;
    align-items: center;
    font-weight: bold;
}
.map-info-item:not(:last-child) {
    margin-bottom: 15px;
}
.map-info-item-text {
    margin-left: 15px;
    font-size: 14px;
}
.map-info-third-icon {
    width: 80px;
}
.map-info-third-content {
    margin-left: 25px;
}
.map-info-third-content-item {
    margin-bottom: 15px;
}
.map-info-third-content-item:last-child {
    margin-bottom: 0;
}
.map-info-third-content-title {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 3px;
}
.map-info-third-content-description {
    font-size: 14px;
    color: #1b1b1b;
    font-weight: bold;
    opacity: 0.8;
}
.map-sheme {
    width: 100%;
    margin-top: 20px;
}
.map-sheme-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
    margin-top: 50px;
}
.map-toggle {
    display: flex;
    align-items: center;
}
.map-toggle .btn-toggle {
    margin: 0 10px;
}

.exponents-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
    margin-top: 50px;
}
.exponents-group-list {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-top: 20px;
}
.exponents-group-item {
    font-size: 30px;
    border: 2px solid transparent;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 900;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .exponents-group-item {
        font-size: 16px;
    }
}
.exponents-group-item.red {
    color: indianred;
    border-color: indianred;
}
.exponents-group-item.red:hover {
    background: indianred;
}
.exponents-group-item.orange {
    color: #fa6b32;
    border-color: #fa6b32;
}
.exponents-group-item.orange:hover {
    background: #fa6b32;
}
.exponents-group-item.green {
    color: #44d79c;
    border-color: #44d79c;
}
.exponents-group-item.green:hover {
    background: #44d79c;
}
.exponents-group-item.yellow {
    color: #ffa828;
    border-color: #ffa828;
}
.exponents-group-item.yellow:hover {
    background: #ffa828;
}
.exponents-group-item.blue {
    color: #2b84fa;
    border-color: #2b84fa;
}
.exponents-group-item.blue:hover {
    background: #2b84fa;
}
.exponents-group-item.black {
    width: auto;
    color: #fff;
    background: #2d2d2d;
    border-color: #2d2d2d;
    padding: 0 10px;
}
.exponents-group-item:hover {
    color: #fff;
}
.exponents-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-top: 30px;
}
@media screen and (max-width: 1100px) {
    .exponents-list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .exponents-list {
        grid-template-columns: 1fr;
    }
}
.exponents-item {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.exponents-item-img {
    width: 140px;
    height: 90px;
    object-fit: contain;
}
.exponents-item-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.exponents-item-card {
    height: 100%;
    width: 90px;
    flex-shrink: 0;
    background: #fa6b32;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.exponents-item-card.red {
    background: indianred;
}
.exponents-item-card.orange {
    background: #fa6b32;
}
.exponents-item-card.green {
    background: #44d79c;
}
.exponents-item-card.yellow {
    background: #ffa828;
}
.exponents-item-card.blue {
    background: #2b84fa;
}

.ld-header {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
}
.ld-header--title {
    font-size: 50px;
    font-weight: 900;
}
@media screen and (max-width: 768px) {
    .ld-header--title {
        font-size: 25px;
    }
}
.ld-register-container {
    border-top: 1px solid rgba(131, 131, 131, 0.3);
    border-bottom: 1px solid rgba(131, 131, 131, 0.3);
    padding: 50px 0;
    margin-top: 50px;
    position: relative;
}
.ld-register-wp {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
    display: flex;
}
@media screen and (max-width: 768px) {
    .ld-register-wp {
        flex-direction: column;
    }
}
.ld-register-bg {
    position: absolute;
    right: 0;
    bottom: 0;
}
.ld-register-bg-mobile {
    position: absolute;
    right: 0;
    top: 50px;
    display: none;
}
@media screen and (max-width: 768px) {
    .ld-register-bg {
        display: none;
    }
    .ld-register-bg-mobile {
        display: block;
    }
}
.ld-register-register-container {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .ld-register-register-container {
        display: contents;
    }
}
.ld-register-register-logo {
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .ld-register-register-logo {
        width: 119px;
        order: 1;
    }
}
@media screen and (max-width: 768px) {
    .ld-register-register-btn {
        order: 3;
        margin-top: 17px;
    }
}
.ld-register-description {
    font-size: 20px;
    margin-left: 50px;
    line-height: 30px;
    width: 550px;
}
@media screen and (max-width: 768px) {
    .ld-register-description {
        margin-left: 0;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        order: 2;
    }
}
.ld-main-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
    .ld-main-container {
        grid-template-columns: 1fr;
    }
}
.ld-main-left-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ld-main-left-header-item {
    font-size: 40px;
    color: #2b84fa;
    font-weight: 900;
}
@media screen and (max-width: 768px) {
    .ld-main-left-header-item {
        font-size: 20px;
    }
}
.ld-main-left-main {
    margin-top: 30px;
}
.ld-main-left-main-title {
    font-size: 50px;
    background: #fa6b32;
    color: #fff;
    font-weight: 900;
    margin-bottom: 4px;
    display: inline-block;
    padding: 0 25px 0 10px;
}
@media screen and (max-width: 768px) {
    .ld-main-left-main-title {
        font-size: 24px;
        padding: 5px 25px 5px 10px;
    }
}
.ld-main-left-main-description {
    margin-top: 32px;
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .ld-main-left-main-description {
        font-size: 14px;
        line-height: 19px;
    }
}
@media screen and (max-width: 768px) {
    .ld-main-left-main-btn {
        width: 100%;
    }
}
.ld-prize-fund {
    font-size: 50px;
    color: #2b84fa;
    font-weight: 900;
    margin: 68px auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .ld-prize-fund {
        font-size: 24px;
        width: 260px;
        margin: 34px auto;
    }
}
.ld-hub-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0px 20px 20px rgba(50, 50, 71, 0.1),
        0px 32px 40px rgba(50, 50, 71, 0.1);
    display: flex;
    align-items: center;
    padding: 28px 15px;
}
@media screen and (max-width: 768px) {
    .ld-hub-container {
        margin: 0 17px;
    }
}
.ld-hub-photo {
    margin-top: -60px;
    margin-bottom: -118px;
}
@media screen and (max-width: 768px) {
    .ld-hub-photo-container {
        display: none;
    }
}
.ld-hub-description {
    margin-top: 35px;
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .ld-hub-description {
        font-size: 18px;
    }
}
.ld-hub-description-title {
    font-size: 50px;
    font-weight: 900;
    background: #2b84fa;
    padding: 0 15px;
    display: inline-block;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .ld-hub-description-title {
        font-size: 24px;
        padding: 10px 15px;
    }
}
.ld-hub-description-register {
    margin-top: 30px;
    padding-left: 80px;
    padding-right: 80px;
}
@media screen and (max-width: 768px) {
    .ld-hub-description-register {
        width: 100%;
    }
}
.ld-tv-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 100px;
}
@media screen and (max-width: 768px) {
    .ld-tv-container {
        grid-template-columns: 1fr;
    }
}
.ld-tv-item-title {
    font-size: 50px;
    font-weight: 900;
    background: #2b84fa;
    padding: 0 15px;
    display: inline-block;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .ld-tv-item-title {
        font-size: 24px;
        padding: 10px 15px;
    }
}
.ld-tv-item-description {
    font-size: 20px;
    margin-top: 35px;
    width: 450px;
}
@media screen and (max-width: 768px) {
    .ld-tv-item-description {
        width: 100%;
        font-size: 18px;
    }
}
.ld-tv-video {
    margin-top: 20px;
    width: 100%;
    height: 100%;
    border: transparent;
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
    .ld-tv-video {
        height: 300px;
    }
}
.ld-banner-img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .ld-banner-img {
        display: none;
    }
}
.ld-banner-img-mobile {
    display: block;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .ld-banner-img-mobile {
        display: none;
    }
}
.ld-banner-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 1216px;
    margin: 0 auto;
    display: block;
    margin: 50px 0;
    padding-left: 0;
    padding-right: 0;
}

.jss39 {
    position: relative;
    transform: translate(-50%, -50%);
    transform-origin: center;
}
.jss40 {
    top: 50%;
    left: 50%;
    color: #1940ff;
    width: 50%;
    cursor: pointer;
    height: 50%;
    z-index: 20;
    position: absolute;
    transform: scale(1) translate(-50%, -50%);
    background: transparent;
    transition: transform 0.5s ease-in-out;
    border-radius: 50%;
    pointer-events: none;
    background-size: 100%;
    transform-origin: center;
}
.jss41 {
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    position: relative;
    background: transparent;
    margin-top: auto;
    margin-left: auto;
    border-radius: 50%;
}
.jss42 {
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    transform: scale(0.6);
    border-radius: 50%;
    pointer-events: auto;
    transform-origin: center;
    background-position-x: 50%;
    background-position-y: 50%;
}
.jss44 {
    width: 100%;
    position: absolute;
    transition: transform 2s ease-in-out;
    pointer-events: none;
}
.jss45 {
    width: 100%;
    position: absolute;
    transition: transform 2s ease-in-out;
    pointer-events: none;
}
.jss46 {
    width: 100%;
    position: absolute;
    transition: transform 2s ease-in-out;
    pointer-events: none;
}
.jss50 {
    top: -50%;
    left: -50%;
    width: 100%;
    border: 8px solid transparent;
    height: 100%;
    overflow: hidden;
    position: absolute;
    transition: transform 1s;
    pointer-events: none;
    transform-origin: 100% 100%;
}
.jss51 {
    transform: translate(0%, -50%);
    margin-top: 52%;
    text-align: center;
    font-weight: 700;
    font-family: "Atyp", sans-serif;
}
@media screen and (max-width: 768px) {
    .jss51 {
        font-size: 20px !important;
    }
}
.jss52 {
    width: 90%;
    transform: translate(-50%, -50%);
    margin-top: 2%;
    text-align: center;
    font-weight: 700;
    margin-left: 50%;
    text-transform: uppercase;
}
.jss53 {
    top: 50%;
    left: 50%;
    color: #fff;
    display: block;
    position: absolute;
    transition: transform 0.5s;
    white-space: pre;
    border-radius: 50%;
    backface-visibility: visible;
}
.jss54 {
    left: 50%;
    height: fit-content;
    display: block;
    hyphens: auto;
    z-index: 1000;
    overflow: hidden;
    position: absolute;
    max-width: 30%;
    word-wrap: break-word;
    font-style: normal;
    text-align: center;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
    pointer-events: none;
    font-family: "Atyp", sans-serif;
}
@media screen and (max-width: 768px) {
    .jss54 {
        font-size: 13px !important;
    }
}
.jss55 {
    left: 50%;
    position: absolute;
    transform-origin: bottom;
}
.jss56 {
    right: 50%;
    position: absolute;
    transform-origin: bottom;
}
.jss66 {
    width: 541.724px;
    height: 541.724px;
    left: 55%;
    top: 50%;
}
@media screen and (max-width: 768px) {
    .jss66 {
        width: 300px;
        height: 300px;
    }
}
.jss76 {
    transform: scale(1.05) rotate(90deg);
}
@media screen and (max-width: 768px) {
    .jss76 {
        transform: scale(0.92) rotate(-360deg);
    }
}
.jss86 {
    transform: scale(0.9) rotate(-135deg);
}
@media screen and (max-width: 768px) {
    .jss86 {
        transform: scale(0.8) rotate(540deg);
    }
}
.jss96 {
    transform: scale(1.1) rotate(180deg);
}
@media screen and (max-width: 768px) {
    .jss96 {
        transform: scale(1.01) rotate(-720deg);
    }
}
.jss106 {
    transform: rotate(-67.5deg) skew(45deg) scale(1);
}
@media screen and (max-width: 768px) {
    .jss106 {
        transform: rotate(66.5deg) skew(45deg) scale(1);
    }
}
.jss116 {
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent 59%, transparent 59%);
    pointer-events: auto;
    border: 3px solid blue;
    transform: skew(-45deg) rotate(-67.5deg) scale(0.7) translate(0%, 0%);
}
@media screen and (max-width: 768px) {
    .jss116 {
        width: 100%;
        height: 100%;
        background: radial-gradient(transparent 59%, transparent 59%);
        pointer-events: auto;
        border: 2px solid blue;
        transform: skew(-45deg) rotate(-67.5deg) scale(0.7) translate(0%, 0%);
    }
}
.jss127 {
    height: 270.862px;
    border-left: 5px solid;
    border-image: linear-gradient(blue 16%, transparent 16%) 1 100%/1/0 stretch;
    transform: rotate(-22.5deg) translate(20%, -0.85%);
    top: 0.1%;
}
@media screen and (max-width: 768px) {
    .jss127 {
        height: 176px;
        border-right: 2px solid;
        border-image: linear-gradient(blue 15%, transparent 15%) 1 100%/1/0
            stretch;
        transform: rotate(22.5deg) translate(-20%, -0.85%);
        top: 0%;
    }
}
.jss137 {
    height: 270.862px;
    border-right: 5px solid;
    border-image: linear-gradient(blue 16%, transparent 16%) 1 100%/1/0 stretch;
    transform: rotate(22.5deg) translate(-20%, -0.85%);
    top: 0.1%;
}
@media screen and (max-width: 768px) {
    .jss137 {
        height: 176px;
        border-right: 2px solid;
        border-image: linear-gradient(blue 15%, transparent 15%) 1 100%/1/0
            stretch;
        transform: rotate(22.5deg) translate(-20%, -0.85%);
        top: 0%;
    }
}
.jss144 {
    top: -13%;
    transform: translate(-50%, 0%);
    opacity: 0.5;
    font-size: 18.7664px;
    color: #2f2f2f;
    font-weight: 700;
    text-transform: none;
    line-height: 26.273px;
}
@media screen and (max-width: 768px) {
    .jss144 {
        top: 10%;
        transform: translate(-50%, 0%) rotate(180deg);
        opacity: 1;
        font-size: 14px;
        color: #1940ff;
        font-weight: 400;
        text-transform: none;
        line-height: 14px;
    }
}
.jss152 {
    width: 90%;
    height: 84%;
    background: radial-gradient(transparent 59%, transparent 59%);
    pointer-events: none;
    border: 3px solid blue;
    transform: skew(0deg) rotate(0deg) scale(1) translate(-50%, -50%);
}
.jss160 {
    transform: rotate(-22.5deg) skew(45deg) scale(1);
}
@media screen and (max-width: 768px) {
    .jss160 {
        transform: rotate(246.5deg) skew(45deg) scale(1);
    }
}
.jss170 {
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent 59%, #68e4b2 59%);
    pointer-events: auto;
    border: 3px solid #68e4b2;
    transform: skew(-45deg) rotate(-67.5deg) scale(0.71) translate(0%, 0%);
}
@media screen and (max-width: 768px) {
    .jss170 {
        width: 100%;
        height: 100%;
        background: radial-gradient(transparent 59%, #68e4b2 59%);
        border: 2px solid #68e4b2;
        pointer-events: auto;
        transform: skew(-45deg) rotate(-67.5deg) scale(0.7) translate(0%, 0%);
    }
}
.jss181 {
    height: 270.862px;
    border-left: 5px solid;
    border-image: linear-gradient(blue 16%, transparent 16%) 1 100%/1/0 stretch;
    transform: rotate(-22.5deg) translate(20%, -0.85%);
    top: 100%;
}
@media screen and (max-width: 768px) {
    .jss181 {
        height: 176px;
        border-left: 2px solid;
        border-image: linear-gradient(blue 15%, transparent 15%) 1 100%/1/0
            stretch;
        transform: rotate(-22.5deg) translate(20%, -0.85%);
        top: 0%;
    }
}
.jss191 {
    height: 270.862px;
    border-right: 5px solid;
    border-image: linear-gradient(blue 16%, transparent 16%) 1 100%/1/0 stretch;
    transform: rotate(22.5deg) translate(-20%, -0.85%);
    top: 100%;
}
@media screen and (max-width: 768px) {
    .jss191 {
        height: 176px;
        border-right: 2px solid;
        border-image: linear-gradient(blue 15%, transparent 15%) 1 100%/1/0
            stretch;
        transform: rotate(22.5deg) translate(-20%, -0.85%);
        top: 0%;
    }
}
.jss198 {
    top: -13%;
    transform: translate(-50%, 0%);
    opacity: 1;
    font-size: 18.7664px;
    color: #1940ff;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 26.273px;
}
@media screen and (max-width: 768px) {
    .jss198 {
        top: 10%;
        transform: translate(-50%, 0%) rotate(180deg);
        opacity: 1;
        font-size: 14px;
        color: #1940ff;
        font-weight: 400;
        text-transform: none;
        line-height: 14px;
    }
}
.jss206 {
    width: 90%;
    height: 84%;
    background: radial-gradient(transparent 59%, transparent 59%);
    pointer-events: none;
    border: 3px solid #68e4b2;
    transform: skew(0deg) rotate(0deg) scale(1) translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
    .jss206 {
        width: 90%;
        height: 84%;
        background: radial-gradient(transparent 59%, transparent 59%);
        pointer-events: none;
        border: 3px solid #68e4b2;
        transform: skew(0deg) rotate(0deg) scale(1) translate(-50%, -50%);
    }
}
.jss214 {
    transform: rotate(22.5deg) skew(45deg) scale(1);
}
@media screen and (max-width: 768px) {
    .jss214 {
        transform: rotate(156.5deg) skew(45deg) scale(1);
    }
}
.jss224 {
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent 59%, transparent 59%);
    pointer-events: auto;
    border: 3px solid blue;
    transform: skew(-45deg) rotate(-67.5deg) scale(0.7) translate(0%, 0%);
}
@media screen and (max-width: 768px) {
    .jss224 {
        width: 100%;
        height: 100%;
        background: radial-gradient(transparent 59%, transparent 59%);
        border: 2px solid blue;
        pointer-events: auto;
        transform: skew(-45deg) rotate(-67.5deg) scale(0.7) translate(0%, 0%);
    }
}
.jss235 {
    height: 270.862px;
    border-left: 5px solid;
    border-image: linear-gradient(blue 16%, transparent 16%) 1 100%/1/0 stretch;
    transform: rotate(-22.5deg) translate(20%, -0.85%);
    top: 0.1%;
}
@media screen and (max-width: 768px) {
    .jss235 {
        height: 176px;
        border-left: 2px solid;
        border-image: linear-gradient(blue 15%, transparent 15%) 1 100%/1/0
            stretch;
        transform: rotate(-22.5deg) translate(20%, -0.85%);
        top: 0%;
    }
}
.jss245 {
    height: 270.862px;
    border-right: 5px solid;
    border-image: linear-gradient(blue 16%, transparent 16%) 1 100%/1/0 stretch;
    transform: rotate(22.5deg) translate(-20%, -0.85%);
    top: 0.1%;
}
@media screen and (max-width: 768px) {
    .jss245 {
        height: 176px;
        border-right: 2px solid;
        border-image: linear-gradient(blue 15%, transparent 15%) 1 100%/1/0
            stretch;
        transform: rotate(22.5deg) translate(-20%, -0.85%);
        top: 0%;
    }
}
.jss252 {
    top: -13%;
    transform: translate(-50%, 0%);
    opacity: 1;
    font-size: 18.7664px;
    color: #2f2f2f;
    font-weight: 700;
    text-transform: none;
    line-height: 26.273px;
}
@media screen and (max-width: 768px) {
    .jss252 {
        top: 10%;
        transform: translate(-50%, 0%) rotate(180deg);
        opacity: 1;
        font-size: 14px;
        color: #1940ff;
        font-weight: 400;
        text-transform: none;
        line-height: 14px;
    }
}
.jss260 {
    width: 90%;
    height: 84%;
    background: radial-gradient(transparent 59%, transparent 59%);
    pointer-events: none;
    border: 3px solid blue;
    transform: skew(0deg) rotate(0deg) scale(1) translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
    .jss260 {
        width: 90%;
        height: 84%;
        background: radial-gradient(transparent 59%, transparent 59%);
        pointer-events: none;
        border: 2px solid blue;
        transform: skew(0deg) rotate(0deg) scale(1) translate(-50%, -50%);
    }
}
.jss268 {
    transform: rotate(67.5deg) skew(45deg) scale(1);
}
@media screen and (max-width: 768px) {
    .jss268 {
        transform: rotate(201.5deg) skew(45deg) scale(1);
    }
}
.jss278 {
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent 59%, transparent 59%);
    pointer-events: auto;
    border: 3px solid blue;
    transform: skew(-45deg) rotate(-67.5deg) scale(0.7) translate(0%, 0%);
}
@media screen and (max-width: 768px) {
    .jss278 {
        width: 100%;
        height: 100%;
        background: radial-gradient(transparent 59%, transparent 59%);
        pointer-events: auto;
        border: 2px solid blue;
        transform: skew(-45deg) rotate(-67.5deg) scale(0.7) translate(0%, 0%);
    }
}
.jss289 {
    height: 270.862px;
    border-left: 5px solid;
    border-image: linear-gradient(blue 16%, transparent 16%) 1 100%/1/0 stretch;
    transform: rotate(-22.5deg) translate(20%, -0.85%);
    top: 0.1%;
}
@media screen and (max-width: 768px) {
    .jss289 {
        height: 176px;
        border-left: 2px solid;
        border-image: linear-gradient(blue 15%, transparent 15%) 1 100%/1/0
            stretch;
        transform: rotate(-22.5deg) translate(20%, -0.85%);
        top: 0%;
    }
}
.jss299 {
    height: 270.862px;
    border-right: 5px solid;
    border-image: linear-gradient(blue 16%, transparent 16%) 1 100%/1/0 stretch;
    transform: rotate(22.5deg) translate(-20%, -0.85%);
    top: 0.1%;
}
@media screen and (max-width: 768px) {
    .jss299 {
        height: 176px;
        border-right: 2px solid;
        border-image: linear-gradient(blue 15%, transparent 15%) 1 100%/1/0
            stretch;
        transform: rotate(22.5deg) translate(-20%, -0.85%);
        top: 0%;
    }
}
.jss306 {
    top: -13%;
    transform: translate(-50%, 0%);
    opacity: 1;
    font-size: 18.7664px;
    color: #2f2f2f;
    font-weight: 700;
    text-transform: none;
    line-height: 26.273px;
}
@media screen and (max-width: 768px) {
    .jss306 {
        top: 10%;
        transform: translate(-50%, 0%) rotate(180deg);
        opacity: 1;
        font-size: 14px;
        color: #1940ff;
        font-weight: 400;
        text-transform: none;
        line-height: 14px;
    }
}
.jss314 {
    width: 90%;
    height: 84%;
    background: radial-gradient(transparent 59%, transparent 59%);
    pointer-events: none;
    border: 3px solid blue;
    transform: skew(0deg) rotate(0deg) scale(1) translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
    .jss314 {
        width: 90%;
        height: 84%;
        background: radial-gradient(transparent 59%, transparent 59%);
        pointer-events: none;
        border: 2px solid blue;
        transform: skew(0deg) rotate(0deg) scale(1) translate(-50%, -50%);
    }
}
.jss322 {
    transform: rotate(112.5deg) skew(45deg) scale(1);
}
@media screen and (max-width: 768px) {
    .jss322 {
        transform: rotate(111.5deg) skew(45deg) scale(1);
    }
}
.jss332 {
    width: 100%;
    height: 100%;
    pointer-events: auto;
    border: 3px solid blue;
    transform: skew(-45deg) rotate(-67.5deg) scale(0.7) translate(0%, 0%);
}
@media screen and (max-width: 768px) {
    .jss332 {
        width: 100%;
        height: 100%;
        background: radial-gradient(transparent 59%, transparent 59%);
        border: 2px solid blue;
        pointer-events: auto;
        transform: skew(-45deg) rotate(-67.5deg) scale(0.71) translate(0%, 0%);
    }
}
.jss343 {
    height: 270.862px;
    border-left: 5px solid;
    border-image: linear-gradient(blue 16%, transparent 16%) 1 100%/1/0 stretch;
    transform: rotate(-22.5deg) translate(20%, -0.85%);
    top: 0.1%;
}
@media screen and (max-width: 768px) {
    .jss343 {
        height: 176px;
        border-left: 2px solid;
        border-image: linear-gradient(blue 15%, transparent 15%) 1 100%/1/0
            stretch;
        transform: rotate(-22.5deg) translate(20%, -0.85%);
        top: 100%;
    }
}
.jss353 {
    height: 270.862px;
    border-right: 5px solid;
    border-image: linear-gradient(blue 16%, transparent 16%) 1 100%/1/0 stretch;
    transform: rotate(22.5deg) translate(-20%, -0.85%);
    top: 0.1%;
}
@media screen and (max-width: 768px) {
    .jss353 {
        height: 176px;
        border-right: 2px solid;
        border-image: linear-gradient(blue 15%, transparent 15%) 1 100%/1/0
            stretch;
        transform: rotate(22.5deg) translate(-20%, -0.85%);
        top: 100%;
    }
}
.jss360 {
    top: -13%;
    transform: translate(-50%, 0%);
    opacity: 1;
    font-size: 18.7664px;
    color: #2f2f2f;
    font-weight: 700;
    text-transform: none;
    line-height: 26.273px;
}
@media screen and (max-width: 768px) {
    .jss360 {
        top: 10%;
        transform: translate(-50%, 0%) rotate(180deg);
        opacity: 1;
        font-size: 14px;
        color: #1940ff;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 14px;
    }
}
.jss368 {
    width: 90%;
    height: 84%;
    background: radial-gradient(transparent 59%, transparent 59%);
    pointer-events: none;
    border: 3px solid blue;
    transform: skew(0deg) rotate(0deg) scale(1) translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
    .jss368 {
        width: 90%;
        height: 84%;
        background: radial-gradient(transparent 59%, transparent 59%);
        pointer-events: none;
        border: 2px solid blue;
        transform: skew(0deg) rotate(0deg) scale(1) translate(-50%, -50%);
    }
}
.jss376 {
    transform: rotate(157.5deg) skew(45deg) scale(1);
}
@media screen and (max-width: 768px) {
    .jss376 {
        transform: rotate(291.5deg) skew(45deg) scale(1);
    }
}
.jss386 {
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent 59%, transparent 59%);
    pointer-events: auto;
    border: 3px solid blue;
    transform: skew(-45deg) rotate(-67.5deg) scale(0.7) translate(0%, 0%);
}
@media screen and (max-width: 768px) {
    .jss386 {
        width: 100%;
        height: 100%;
        background: radial-gradient(transparent 59%, transparent 59%);
        pointer-events: auto;
        border: 2px solid blue;
        transform: skew(-45deg) rotate(-67.5deg) scale(0.7) translate(0%, 0%);
    }
}
.jss397 {
    height: 270.862px;
    border-left: 5px solid;
    border-image: linear-gradient(blue 16%, transparent 16%) 1 100%/1/0 stretch;
    transform: rotate(-22.5deg) translate(20%, -0.85%);
    top: 0.1%;
}
@media screen and (max-width: 768px) {
    .jss397 {
        height: 176px;
        border-left: 2px solid;
        border-image: linear-gradient(blue 15%, transparent 15%) 1 100%/1/0
            stretch;
        transform: rotate(-22.5deg) translate(20%, -0.85%);
        top: 0%;
    }
}
.jss407 {
    height: 270.862px;
    border-right: 5px solid;
    border-image: linear-gradient(blue 16%, transparent 16%) 1 100%/1/0 stretch;
    transform: rotate(22.5deg) translate(-20%, -0.85%);
    top: 0.1%;
}
@media screen and (max-width: 768px) {
    .jss407 {
        height: 176px;
        border-right: 2px solid;
        border-image: linear-gradient(blue 15%, transparent 15%) 1 100%/1/0
            stretch;
        transform: rotate(22.5deg) translate(-20%, -0.85%);
        top: 0%;
    }
}
.jss414 {
    top: -13%;
    transform: translate(-50%, 0%);
    opacity: 1;
    font-size: 18.7664px;
    color: #2f2f2f;
    font-weight: 700;
    text-transform: none;
    line-height: 26.273px;
}
@media screen and (max-width: 768px) {
    .jss414 {
        top: 10%;
        transform: translate(-50%, 0%) rotate(180deg);
        opacity: 1;
        font-size: 14px;
        color: #1940ff;
        font-weight: 400;
        text-transform: none;
        line-height: 14px;
    }
}
.jss422 {
    width: 90%;
    height: 84%;
    background: radial-gradient(transparent 59%, transparent 59%);
    pointer-events: none;
    border: 3px solid blue;
    transform: skew(0deg) rotate(0deg) scale(1) translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
    .jss422 {
        width: 90%;
        height: 84%;
        background: radial-gradient(transparent 59%, transparent 59%);
        pointer-events: none;
        border: 2px solid blue;
        transform: skew(0deg) rotate(0deg) scale(1) translate(-50%, -50%);
    }
}
.jss440 {
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent 59%, transparent 59%);
    pointer-events: auto;
    border: 3px solid blue;
    transform: skew(-45deg) rotate(-67.5deg) scale(0.7) translate(0%, 0%);
}
@media screen and (max-width: 768px) {
    .jss440 {
        width: 100%;
        height: 100%;
        background: radial-gradient(transparent 59%, transparent 59%);
        pointer-events: auto;
        border: 2px solid blue;
        transform: skew(-45deg) rotate(-67.5deg) scale(0.7) translate(0%, 0%);
    }
}
.jss451 {
    height: 270.862px;
    border-left: 5px solid;
    border-image: linear-gradient(blue 16%, transparent 16%) 1 100%/1/0 stretch;
    transform: rotate(-22.5deg) translate(20%, -0.85%);
    top: 0.1%;
}
@media screen and (max-width: 768px) {
    .jss451 {
        height: 176px;
        border-left: 2px solid;
        border-image: linear-gradient(blue 15%, transparent 15%) 1 100%/1/0
            stretch;
        transform: rotate(-22.5deg) translate(20%, -0.85%);
        top: 0%;
    }
}
.jss461 {
    height: 270.862px;
    border-right: 5px solid;
    border-image: linear-gradient(blue 16%, transparent 16%) 1 100%/1/0 stretch;
    transform: rotate(22.5deg) translate(-20%, -0.85%);
    top: 0.1%;
}
@media screen and (max-width: 768px) {
    .jss461 {
        height: 176px;
        border-right: 2px solid;
        border-image: linear-gradient(blue 15%, transparent 15%) 1 100%/1/0
            stretch;
        transform: rotate(22.5deg) translate(-20%, -0.85%);
        top: 0%;
    }
}
.jss468 {
    top: -13%;
    transform: translate(-50%, 0%);
    opacity: 1;
    font-size: 18.7664px;
    color: #2f2f2f;
    font-weight: 700;
    text-transform: none;
    line-height: 26.273px;
}
@media screen and (max-width: 768px) {
    .jss468 {
        top: 10%;
        transform: translate(-50%, 0%) rotate(180deg);
        opacity: 1;
        font-size: 14px;
        color: #1940ff;
        font-weight: 400;
        text-transform: none;
        line-height: 14px;
    }
}
.jss476 {
    width: 90%;
    height: 84%;
    background: radial-gradient(transparent 59%, transparent 59%);
    pointer-events: none;
    border: 3px solid blue;
    transform: skew(0deg) rotate(0deg) scale(1) translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
    .jss476 {
        width: 90%;
        height: 84%;
        background: radial-gradient(transparent 59%, transparent 59%);
        pointer-events: none;
        border: 2px solid blue;
        transform: skew(0deg) rotate(0deg) scale(1) translate(-50%, -50%);
    }
}
.jss494 {
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent 59%, transparent 59%);
    pointer-events: auto;
    border: 3px solid blue;
    transform: skew(-45deg) rotate(-67.5deg) scale(0.7) translate(0%, 0%);
}
@media screen and (max-width: 768px) {
    .jss494 {
        width: 100%;
        height: 100%;
        background: radial-gradient(transparent 59%, transparent 59%);
        pointer-events: auto;
        border: 2px solid blue;
        transform: skew(-45deg) rotate(-67.5deg) scale(0.7) translate(0%, 0%);
    }
}
.jss505 {
    height: 270.862px;
    border-left: 5px solid;
    border-image: linear-gradient(blue 16%, transparent 16%) 1 100%/1/0 stretch;
    transform: rotate(-22.5deg) translate(20%, -0.85%);
    top: 0.1%;
}
@media screen and (max-width: 768px) {
    .jss505 {
        height: 176px;
        border-left: 2px solid;
        border-image: linear-gradient(blue 15%, transparent 15%) 1 100%/1/0
            stretch;
        transform: rotate(-22.5deg) translate(20%, -0.85%);
        top: 0%;
    }
}
.jss515 {
    height: 270.862px;
    border-right: 5px solid;
    border-image: linear-gradient(blue 16%, transparent 16%) 1 100%/1/0 stretch;
    transform: rotate(22.5deg) translate(-20%, -0.85%);
    top: 0.1%;
}
@media screen and (max-width: 768px) {
    .jss515 {
        height: 176px;
        border-right: 2px solid;
        border-image: linear-gradient(blue 15%, transparent 15%) 1 100%/1/0
            stretch;
        transform: rotate(22.5deg) translate(-20%, -0.85%);
        top: 0%;
    }
}
.jss522 {
    top: -13%;
    transform: translate(-50%, 0%);
    opacity: 1;
    font-size: 18.7664px;
    color: #2f2f2f;
    font-weight: 700;
    text-transform: none;
    line-height: 26.273px;
}
@media screen and (max-width: 768px) {
    .jss522 {
        top: 10%;
        transform: translate(-50%, 0%) rotate(180deg);
        opacity: 1;
        font-size: 14px;
        color: #1940ff;
        font-weight: 400;
        text-transform: none;
        line-height: 14px;
    }
}
.jss530 {
    width: 90%;
    height: 84%;
    background: radial-gradient(transparent 59%, transparent 59%);
    pointer-events: none;
    border: 3px solid blue;
    transform: skew(0deg) rotate(0deg) scale(1) translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
    .jss530 {
        width: 90%;
        height: 84%;
        background: radial-gradient(transparent 59%, transparent 59%);
        pointer-events: none;
        border: 2px solid blue;
        transform: skew(0deg) rotate(0deg) scale(1) translate(-50%, -50%);
    }
}
.jss430 {
    transform: rotate(202.5deg) skew(45deg) scale(1);
}
@media screen and (max-width: 768px) {
    .jss430 {
        transform: rotate(381.5deg) skew(45deg) scale(1);
    }
}
.jss484 {
    transform: rotate(247.5deg) skew(45deg) scale(1);
}
@media screen and (max-width: 768px) {
    .jss484 {
        transform: rotate(337.5deg) skew(45deg) scale(1);
    }
}

.festival-title {
    font-size: 90px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
}
@media screen and (max-width: 1100px) {
    .festival-title {
        font-size: 60px;
    }
}
@media screen and (max-width: 768px) {
    .festival-title {
        font-size: 27px;
    }
}
.festival-map-container {
    /* margin-top: -33px !important; */
}
@media screen and (max-width: 768px) {
    .festival-map-container {
        /* margin-top: -8px !important; */
    }
}
.festival-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 64px;
    margin-top: 40px;
}
@media screen and (max-width: 1100px) {
    .festival-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .festival-list {
        grid-template-columns: 1fr;
    }
}
.festival-item{
    cursor: pointer
}

.festival-item-time {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    color: #fff;
}
.festival-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.festival-item-img-container {
    position: relative;
    width: 100%;
    height: 265px;
}
.festival-item-img-container:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 100%);
    border-radius: 10px 10px 0 0;
}
.festival-item-place {
    font-size: 14px;
    margin-top: 26px;
}
.festival-item-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 16px;
}
.festival-popup-card {
    max-height: 90%;
    overflow-y: auto;
}
.festival-popup-time {
    font-size: 20px;
    color: #2b84fa;
    margin-bottom: 15px;
}
.festival-popup-title {
    font-size: 20px;
    margin-bottom: 5px;
}
.festival-popup-place {
    font-size: 14px;
}
.festival-popup-description {
    margin-top: 30px;
}
.festival-popup-description li {
    list-style: inherit;
    margin-left: 35px;
}
.festival-popup-description a {
    color: #2b84fa;
}
.festival-popup-link {
    margin-top: 40px;
}
.festival-more-btn {
    margin-top: 5px;
}

.container {
    padding-left: 7rem;
    padding-right: 7rem;
    max-width: 1440px;
    margin: 0 auto;
}

@media(max-width: 1024px){
    .container{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

body {
    /* background: #f3f3f3; */
}

.slider-arrows {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 62rem) {
    .slider-arrows {
        display: none;
    }
}
.slider-right {
    margin-left: 30px;
}
.slider-arrow {
    cursor: pointer;
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 4px;
}
.slider-arrow path {
    transition: 0.3s;
}
.slider-arrow:hover path {
    stroke: #2b84fa !important;
}

.socials {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.socials--item {
    margin: 0 12px;
}

@media (max-width: 1024px) {
    .socials {
        margin-top: 0;
    }
    .socials--item svg {
        width: 45px;
    }
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.popup-custom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}
.popup-custom--card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 100px 90px;
    border-radius: 20px;
}
@media screen and (max-width: 75rem) {
    .popup-custom--card {
        padding: 60px 40px;
    }
}
@media screen and (max-width: 62rem) {
    .popup-custom--card {
        width: 90%;
    }
}
.popup-custom--overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.popup-custom--close {
    width: 60px;
    height: 60px;
    background: #2b84fa;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    border-radius: 50%;
    font-weight: 100;
}
@media screen and (max-width: 75rem) {
    .popup-custom--close {
        width: 40px;
        height: 40px;
    }
}
.popup-custom--body {
    font-size: 23px;
    margin-top: 15px;
}
.popup-custom--buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
@media screen and (max-width: 62rem) {
    .popup-custom--buttons {
        flex-direction: column;
    }
    .popup-custom--buttons .btn:first-child {
        margin-bottom: 10px;
    }
}

.text-center {
    text-align: center;
}

.link {
    color: #2b84fa;
    cursor: pointer;
    display: inline-block;
}
.link-disabled {
    color: gray !important;
}

.video-rif {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s;
}
@media screen and (max-width: 768px) {
    .video-rif {
        white-space: normal;
    }
}
.video-rif-container {
    position: relative;
}
.video-rif-container:hover .video-rif {
    opacity: 1;
}

.preloader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;

}
.preloader-img {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* animation: rotate 5s infinite;
    animation-timing-function: ease-in; */
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(4500deg);
    }
}
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

.livephoto-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.paperless-img {
    object-fit: contain;
    padding: 0 40px;
}
.paperless-img-container {
    height: 120px;
}
.paperless-description {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.paperless-description * {
    display: contents;
}
@media screen and (max-width: 768px) {
    .paperless-description {
        -webkit-line-clamp: initial;
    }
}

.players-slider {
    flex-wrap: wrap;
}
.players-slider-more {
    margin-top: 15px;
    font-size: 20px;
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .players-slider-more {
        margin-left: 0;
        margin-top: 20px;
    }
}
.players-slider-container {
    display: flex;
    align-items: stretch;
}
@media screen and (max-width: 768px) {
    .players-slider-container {
        flex-direction: column;
    }
}
.players-slider-item {
    margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
    .players-slider-item {
        margin-top: 20px;
    }
}
.players-slider-item-container {
    width: 370px;
    padding: 0 10px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .players-slider-item-container {
        width: 100%;
    }
}
.players-slider-item-container .video-rif-container {
    margin-top: auto !important;
}
.players-slider-item-title {
    font-size: 30px;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
    .players-slider-item-title {
        font-size: 20px;
        justify-content: space-between;
    }
}
.players-slider-change-day {
    font-size: 16px;
    color: #2b84fa;
    margin-left: 20px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .players-slider-change-day {
        font-size: 14px;
    }
}

.kr-banners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .kr-banners {
        grid-template-columns: 1fr;
    }
}
.kr-banner {
    width: 100%;
}
.kr-banner-img {
    width: 100%;
}

.iframe-video {
    border-radius: 20px;
}

.speakers{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;

}

.speakers-group{
    flex-basis: 100%;
font-size: 30px;
line-height: 36px;
margin-bottom: 16px;
}

.speaker{
    display: flex;
    flex-direction: column;
    flex-basis: calc(50% - 15px);
    padding: 16px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 1.5625rem rgba(0,0,0,.2)!important;
}

.speaker-maininfo{
    display: flex;
    flex-direction: row;
    margin-bottom: 8px;
}

.speakers-photo{
    display: block;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 16px;
}

.speakers-name a{
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #00BA01;
    transition: all .3s ease-in-out;
}

.speakers-name a:hover{
    color: #FFD800;
}

.speakers-groupName{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: bold;
}


.speakers-position{
    font-size: 16px;
    line-height: 20px;
}

.speaker-sections{
    margin-top: auto;
}

.speakers-sections--title{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
}

.speakers-section{
    color:#AF119E;
    transition: all .3s ease-in-out;
}

.speakers-section:hover{
    color: #FA0000;
}

@media(max-width: 768px){
.speakers{
    flex-direction: column;
}
.speaker{
    flex-basis: 100%;
    margin-bottom: 16px;
}
}

.festival-container{
    margin-bottom: 32px;
}

.festival-places{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.festival-places--place{
    display: flex;
    flex-direction: column;
    align-items: center;
 
    margin: 0 8px;
    margin-bottom: 16px;
    position: relative;
    padding: 12px;
    flex-basis: calc(100% / 5 - 16px);
}

.festival-places--place::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 100%);
    border-radius: 10px 10px 0 0;
}

.place--partner-img{
    width: 100%;
    height: 100px;
    margin-bottom: 12px;
    z-index: 1;
}

.place--partner-img img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.place--partner{
    font-size: 16px;
    min-height: 32px;
    line-height: 100%;
    margin-bottom: 8px;
    max-width: 150px;
}

.place--coordinates{
    font-size: 22px;
    line-height: 100%;
    color: #fff;
    z-index: 1;
    margin-bottom: 16px;
}

@media(max-width: 1024px){
    .festival-places--place{
        flex-basis: calc(100% / 2 - 8px);
        margin-right: 16px;
        margin-left: 0;
    }
    .festival-places--place:nth-child(2n+2){
        margin-right: 0;
    }
    .place--partner{
        font-size: 14px;
        min-height: 28px;
        line-height: 100%;
        margin-bottom: 8px;
        max-width: 150px;
    }
    .place--coordinates{
        font-size: 18px;
        min-height: 36px;
    }
}

.career-container{

}

.career-container img{
    margin-bottom: 16px;
}

.career--text{
 font-size: 18px;
 line-height: 125%;
}

.career--text p{
    margin-bottom: 8px;
}

.career--text a{
    font-weight: bold;
    color: #AF119E;
}

.career--text a:hover{
    color: #FA0000;
}

.career--companies-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
}
.career--companies-container .festival-places--place {
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}
.career--companies-container .festival-places--place:before {
    transition: all .3s;
    z-index: -1;
}
.career--companies-container .festival-places--place:hover:before {
    height: 70px;
}

.career-company{
    cursor: pointer;
    padding: 16px;
    flex-basis: calc(100% / 4 - 16px);
    margin: 8px;
    border-radius: 10px;
}

.career-company:hover{
    background-color: #f3f3f3;
}

.career-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    pointer-events: none;
    margin-bottom: 16px;
    padding-top: 8px;
}

.career-subtitle{
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    pointer-events: none;
    margin-bottom: 12px;
    padding-top: 8px;
}

.career-links--title{
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 12px;
    font-weight: 600;
}

.career-links a{
    display: block;
    margin-bottom: 8px;
}

.career--img{
    width: 100%;
    height: 100px;
    margin-bottom: 6px;
    pointer-events: none;
}
.career--img img{
    max-width: 160px;
    height: 100%;
    object-fit: contain;
}

.career-popup--wrapper{
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 2;
}
.career-popup--wrapper.active{
    display: block;
    overflow: auto;
}

.career-popup--inner{
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    padding: 16px;
    padding-top: 32px;
    max-width: 700px;
    margin: 0 auto;
}

.career-content{
    display: none;
}

.career-content.active{
    display: block;
}

.career-popup--btn{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 20px;
    height: 17px;
    cursor: pointer;
}

.career--close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 1px;
    border: 1px solid #000;
    transform: rotate(45deg);
    background-color: #000;
    z-index: 1;
    pointer-events: none;
}

.career--close-btn::after {
    content: "";
    width: 18px;
    border: 1px solid #000;
    transform: rotate(-90deg);
    background-color: #000;
    position: absolute;
    pointer-events: none;
}

.download-btn{
    display: block;
}


.profile--other-user-packages {
    display: flex;
    margin-top: 20px;
    gap: 10px;
}
.profile--other-user-packages .profile--packages-item--title {
    width: auto;
    font-size: 16px;
}
.profile--other-user-packages .profile--packages-item {
    background: #fff;
    padding: 7px 20px;
}
.profile--other-user-packages .profile--packages-item--price {
    font-size: 16px;
}
.profile--other-user-packages .btn {
    position: relative;
    line-height: 17px;
    padding: 10px 14px;
    font-size: 14px;
}
.profile--other-user-packages .profile--basket-item--paid {
    font-size: 16px;
}

.results-image {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/results/bg.jpg);
    position: relative;
    z-index: 1;
    padding: 150px 0;
    color: white;
}
.results-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, .5);
}
.results-title {
    font-size: 50px;
}
.results-subtitle {
    font-size: 20px;
    margin-top: 20px;
}
.results {
    padding: 50px 0;
}
.results-counts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.results-count-item {
    display: block;
}
.results-count-number {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 70px;
}
.results-count-text {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}
.results-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.results-content {
    padding-left: 20px;
    padding-right: 20px;
}
.results-counts-list {
    max-width: 1000px;
    margin: 0 auto;
}
.results-content h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
}
.results-content p,
.results-content ul,
.results-content li {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 18px;
}
.results-content ul {
    padding-left: 20px;
}
.results-content li {
    list-style: outside;
}
.results-photo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
}
.results-photo-section > div {
    flex-grow: 1;
    flex-basis: 0;
}
.results-content a:not(.btn-primary) {
    color: inherit;
    text-decoration: underline;
}
.results-content p img {
    display: block;
    width: 100%;
}
.results-content figure.blockquote {
    font-style: italic;
    padding: 10px 0 10px 30px;
    position: relative;
}
.results-content figure.blockquote p:first-child {
    margin-top: 0;
}
.results-content figure.blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #af119e;
}
.results-content .btn-primary {
    padding: 6px 10px;
    font-size: 14px;
    border-width: 2px;
}
.results-collage {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.results-collage > * {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
}

.results-img-show-mobile {
    display: none;
}
@media screen and (max-width: 900px) {
    .results-content {
        padding-left: 0;
        padding-right: 0;
    }
    .results-counts-list {
        text-align: center;
    }
    .results-count-item {
        flex-basis: 50%;
    }
    .results-img-hide {
        display: none;
    }
    .results-img-show-mobile {
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .results-image {
        padding: 70px 0;
    }
    .results-title {
        font-size: 30px;
    }
    .results-count-number {
        font-size: 50px;
    }
    .results-count-text {
        font-size: 22px;
    }
}
@media screen and (max-width: 500px) {
    .results-image {
        padding: 50px 0;
    }
    .results-title {
        font-size: 20px;
    }
    .results-subtitle {
        font-size: 14px;
        margin-top: 10px;
    }
    .results-count-item {
        flex-basis: 100%;
    }
    .results-buttons {
        flex-wrap: wrap;
    }
}


/*# sourceMappingURL=style.css.map */
