@font-face {
    font-family: 'suisse-intl';
    src: url("../../fonts/suisseintl/SuisseIntl-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'suisse-intl';
    src: url("../../fonts/suisseintl/SuisseIntl-Medium-WebM.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'suisse-intl';
    src: url("../../fonts/suisseintl/SuisseIntl-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'suisse-intl';
    src: url("../../fonts/suisseintl/SuisseIntl-Bold-WebM.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

/* page styles*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Unbounded", sans-serif;
    font-variant-numeric: lining-nums;
    font-weight: 400;
    background: #F1F6FF;
    color: #232323;
}

img {
    width: 100%;
    max-width: 100%;
}

.content-block-container,
.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.main {
    overflow: hidden;
    position: relative;
}

.title {
    font-size: 42px;
    line-height: 130%;
    color: #19191a;
    font-weight: 700;
    text-align: center;
}

.span-show-mob {
    display: none;
}

.main_blur {
    filter: blur(11px);
}

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

.header .share-buttons-show {
    display: none;
    grid-area: a;
}


@media screen and (max-width: 1350px) {
    .content-block-container,
    .container {
        padding: 0 32px;
    }

    .title {
        font-size: 40px;
    }
}

@media screen and (max-width: 980px) {
    .content-block-container,
    .container {
        padding: 0 20px;
    }

    .title {
        font-size: 32px;
        text-align: left;
    }
}

@media screen and (max-width: 750px) {
    .title {
        font-size: 28px;
    }

    .content-block-container,
    .container {
        padding: 0 18px;
    }

    .span-hide-mob {
        display: none;
    }

    .span-show-mob {
        display: inline;
    }

    .show-mb {
        display: block !important;
    }

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

    .hide-mb {
        display: none !important;
    }
}

.main__background {
    background: url(../img/main-bg.png) center top;
    background-size: 1440px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main__background::before {
    content: "";
    background: linear-gradient(to bottom, rgba(21, 21, 21, 100%) 21%, rgb(255 255 255 / 0%) 25%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
@media screen and (max-width: 1281px) {
    .main__background {
        background-size: 1024px;
    }
}
@media screen and (max-width: 980px) {
    .main__background {
        background-size: 768px;
    }
}

/*slick*/
/* .slick-track {
  display: flex;
}

.slick-slide {
  height: inherit;
}

.slick-slide>div {
  height: 100%;
}

.slick-dots {
  display: flex;
  justify-content: center;
  position: relative;
  top: 16px;
  z-index: -1;
}

.slick-dots li {
  display: block;
  line-height: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(220, 220, 255, 0.2);
  box-shadow: 0px 2.66666px 5.33333px rgba(0, 0, 52, 0.04), 0px 1.33333px 2.66666px rgba(0, 0, 52, 0.04), 0px 0.666666px 1.33333px rgba(0, 0, 52, 0.04);
  margin: 0 3px;
}

.slick-dots li.slick-active {
  background: rgba(171, 171, 255, 0.6);
  box-shadow: 0px 2.66666px 5.33333px rgba(0, 0, 52, 0.04), 0px 1.33333px 2.66666px rgba(0, 0, 52, 0.04), 0px 0.666666px 1.33333px rgba(0, 0, 52, 0.04);
}

.slick-dots button {
  display: none;
}

.slick-track {
  display: flex;
}

.slick-slide>div {
  height: 100% !important;
}

.slick-slide .main-themes__elem {
  height: 100%;
}

.js-speakers-slider .slick-slide>div {
  margin: 0 20px;
} */

/*blue-btn*/
.btn-with-gradiend {
    background: rgb(207, 207, 207);
    background: linear-gradient(160deg, rgba(207, 207, 207, 1) 0%, rgba(168, 168, 168, 0) 100%);
    width: 285px;
    height: 56px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.btn-with-gradiend span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    z-index: 3;
}

.btn-with-gradiend::after {
    content: "";
    position: absolute;
    width: 180%;
    height: 600px;
    bottom: -700px;
    left: -40%;
    background-image: url(../img/default/bg-for-btn.svg);
    background-size: 100%;
    filter: blur(15px);
    transition: 0.4s all;
    z-index: 2;
}

.btn-with-gradiend::before {
    content: "";
    position: absolute;
    background: #334246;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    border-radius: 9px;
    z-index: 1;
}

.btn-with-gradiend:hover::after {
    bottom: -420px;
}

@media screen and (max-width: 1350px) {
    .btn-with-gradiend {
        font-size: 16px;
    }
}

@media screen and (max-width: 581px) {
    .btn-with-gradiend {
        width: 100%;
    }

    .btn-with-gradiend_ltl {
        width: 100%;
    }

    .btn-with-gradiend::after {
        content: none;
    }
    .programms-itemm-description {
        font-size: 16px;
        line-height: 24px;
    }

    .about__right-decorative::before {
        display: none;
    }

    .about__right-decorative::after {
        display: none;
    }
}

.btn-with-icon {
    padding: 18px 40px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1.657px solid #be8af0;
    /*  background: linear-gradient(113deg, rgba(239, 58, 255, 0.30) 8.18%, rgba(90, 63, 255, 0.30) 90.74%, rgba(255, 205, 48, 0.30) 169.52%);*/
    background: linear-gradient(113deg, #56205c 8.18%, #2d2458 90.74%);
    /*  backdrop-filter: blur(16.5745849609375px);*/
    /*  transition: 0.2s;*/
    color: #f4f0ff;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    outline: none;
    border: 0;
    transition: 0.2s;
    position: relative;
}
.btn-with-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
            130deg,
            rgba(126, 94, 158, 1) 0%,
            rgba(126, 94, 158, 0.5) 15%,
            rgba(126, 94, 158, 0) 50%,
            rgba(126, 94, 158, 0.5) 85%,
            rgba(126, 94, 158, 1) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.btn-with-icon__icon {
    width: 24px !important;
}
.btn-with-icon:hover {
    background: linear-gradient(113deg, #77417c 8.18%, #4d4579 90.74%);
}
.btn-with-icon:active {
    background: linear-gradient(113deg, #77417c 8.18%, #4d4579 90.74%);
}
@media (max-width: 750px) {
    .btn-with-icon {
        width: 100%;
    }
}

.btn {
    display: block;
    text-decoration: none;
    width: fit-content;
    gap: 10px;
    border-radius: 25px;
    background: #2F6EFF;
    font-size: 24px;
    font-family: "Unbounded", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    outline: none;
    border: 0;
    transition: 0.3s ease;
    position: relative;
    width: 366px;
    height: 76px;
    overflow: hidden;
    box-shadow: 4px 15px 33px rgba(200, 200, 200, 0.5);
}
@media (max-width: 750px) {
    .btn {
        font-size: 18px;
    }
}
.btn div {
    padding: 15px 34px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(farthest-corner at 120px 15px, rgba(255, 255, 255, .7), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    box-shadow: inset -3px -4px 7px rgba(255, 255, 255, 0.15);
    height: 100%;
    transition: 0.3s ease;
}
.btn span {
    color: #fff;
    background: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0.7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 5px;
}
.btn__icon {
    width: 24px !important;
}
.btn:hover {
    box-shadow: 4px 28px 40px rgba(167, 162, 162, 0.5);
}
.btn:hover div {
    background: radial-gradient(farthest-corner at 120px 15px, rgba(255, 255, 255, .7), rgba(255, 255, 255, .05), rgba(255, 255, 255, 0));
}
@media (max-width: 750px) {
    .btn {
        width: 100%;
        z-index: 1;
    }
}

/*logo*/

.logo {
    width: 112px;
}

.logo a {
    display: block;
}

.logo img {
    display: flex;
    align-self: center;
}

@media (max-width: 750px) {
    .logo {
        width: 120px;
    }
}

/*blue-btn*/
.blue-btn {
    display: block;
    transition: 0.2s all;
    width: 100%;
    max-width: 279px;
    padding: 15px;
    background: #7d7dff;
    border-radius: 8px;
    text-align: center;
    color: #f0f0f0;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.blue-btn:hover {
    background: #a5a5ff;
}

.blue-btn:active {
    background: #6d6dff;
}

@media screen and (max-width: 1350px) {
    .blue-btn {
        font-size: 16px;
        line-height: 150%;
        padding: 14px;
        max-width: 220px;
    }
}

@media screen and (max-width: 581px) {
    .blue-btn {
        max-width: initial;
    }

    .blue-btn:hover {
        background: #7d7dff;
    }

    .blue-btn:active {
        background: #7d7dff;
    }
}

/*burger-menu*/
.burger-menu {
    display: none;
    position: relative;
    width: 48px;
    height: 48px;
    grid-area: c;
}

.burger-line {
    width: 32px;
    height: 2px;
    background-color: #19191A;
    border-radius: 2px;
    position: absolute;
    top: 18px;
    right: 0;
    transition: 0.2s all;
}

.burger-line_bottom {
    width: 16px;
    top: 28px;
}

@media (max-width: 750px) {
    .burger-menu {
        display: block;
        cursor: pointer;
    }

    .burger-menu_close .burger-line_top {
        width: 25px;
        top: 23px;
        transform: rotate(45deg);
        right: 0;
    }

    .burger-menu_close .burger-line_bottom {
        width: 25px;
        top: 23px;
        transform: rotate(135deg);
    }
}

/*header*/
.header {
    padding: 40px 8px 0 8px;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 14;
}

.header * {
    transition: 0.2s all;
}

.header__line {
    margin: auto;
    max-width: 1360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 40px;
    border-radius: 16px;
    position: relative;
    background: #EDF3FF;
    box-shadow: -17px -2px 40px #ffffff, 17px 11px 32px #CCD1F3;
}

/* .header__line::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(130deg, rgba(171, 171, 171, .2) -40%, rgba(147, 147, 147, 0) 140%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
} */

.header__nav {
    display: flex;
}

.header__nav-list {
    display: flex;
    list-style: none;
    gap: 40px;
}

.header__nav-list li {
    padding: 8px;
    /* margin-left: 40px; */
}

.header__nav-list li:first-child {
    margin-left: 0;
}

.header__nav-list a {
    color: #232323;
    text-align: center;
    font-size: 16px;
    font-family: "Unbounded", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-decoration: none;
}

.header__nav-list a:hover {
    color: #FF4B4A;
}

@media (max-width: 1350px) {
    .header {
        padding: 24px 32px 0;
    }

    .header__nav-list a {
        display: block;
        font-size: 16px;
    }
}

@media (max-width: 980px) {
    .header {
        padding: 20px 20px 0 20px;
    }
    .header__nav-list li {
        margin-left: 16px;
    }
    .header__nav-list a {
        font-size: 14px;
    }
}

@media (max-width: 750px) {
    .header__line {
        display: flex;
        padding: 8px 20px;
        border-radius: 8px;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header__line::before {
        border-radius: 9px;
    }

    .header__nav {
        min-width: 100%;
        display: block;
        grid-area: b;
        opacity: 0;
        padding: 0px;
        height: 0;
    }

    .header__nav-list {
        display: block;
    }

    .header__nav-list li {
        padding: 0px;
        margin: 0px;
    }

    .header__nav-list a {
        display: block;
        line-height: 0px;
        transition: 0.2s all;
        text-align: left;
    }

    .header_show-nav .header__nav {
        height: auto;
        opacity: 1;
        padding: 0px 0 45px 0;
        margin: 45px -45px 0 0;
    }

    .header_show-nav ~ * {
        filter: blur(14px);
        opacity: .8;
    }

    .header_show-nav .header__nav-list a {
        line-height: 20px;
        padding: 14px 10px;
        border-radius: 16px;
    }

    .header_show-nav .header__nav-list a:hover {
        background: #C4D7FF;
        color: #232323;
    }
}

@media (max-width: 750px) {
    .header__nav {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }
}

/*header*/

/* .header {
  margin: 40px 0;
}
.header__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 195px;
} */

.header__format {
    border-radius: 8px;
    border: 1px solid #272727;
    background: radial-gradient(100% 100% at 50% 0%, #222223 0%, #1a1a1b 100%);
    display: inline-flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
    color: #fff;
    font-family: Ubuntu;
    font-size: 19px;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.39px;
    text-transform: uppercase;
    padding: 16px;
}

.header__format:before {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #1aff75;
    box-shadow: 0px 0px 7px #1aff75;
    content: "";
}

.header .button {
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    width: 58px;
    height: 58px;
    border: none;
    transition: opacity .3s ease;
    background: #EDF3FF;
    box-shadow: -17px -2px 40px #ffffff, 17px 11px 32px #CCD1F3;
}

.header .button img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header .button img:last-child {
    opacity: 0;
}

.header .button:hover img:first-child {
    opacity: 0;
}

.header .button:hover img:last-child {
    opacity: 1;
}

.button-sharer img {
    display: flex;
    align-items: center;
}

.header .button-sharer-main {
    margin: 0;
}

.share-buttons {
    display: flex;
    gap: 12px;
    margin-top: 12px;
    flex-direction: row-reverse;
    max-width: 1360px;
    margin: auto;
    margin-top: 20px;
}

.buttons-sharer__list {
    display: block; /* Для того чтобы анимация opacity работала, элемент должен быть видимым изначально */
    opacity: 0; /* Начальная прозрачность */
    transition: opacity 0.3s ease; /* Плавный переход с длительностью 0.3 секунды */
    pointer-events: none; /* Элемент не будет реагировать на события мыши, когда невидим */
}

.share-buttons:hover .buttons-sharer__list {
    opacity: 1; /* При наведении прозрачность становится 1, элемент становится видимым */
    pointer-events: auto; /* Включаем обработку событий мыши при видимом элементе */
}

@media screen and (max-width: 750px) {
    .share-buttons:hover .buttons-sharer__list {
        display: flex;
        gap: 10px;
    }

    .header .share-buttons-show {
        display: flex;
        flex-direction: column;
        position: absolute;
        margin-top: 0;
        right: 60px;
        top: 5px;
    }

    .header .button {
        width: 52px;
        height: 52px;
    }

    .buttons-sharer__list {
        display: none;
    }

    .button-sharer-main.clicked + .buttons-sharer__list {
        display: block;
    }


}

.button-sharer-main.clicked .buttons-sharer__list {
    opacity: 1;
}

.first-screen {
    position: relative;
    margin: 224px 0 200px 0;
    cursor: default;
}

/* .first-screen img {
  width: 100%;
  display: flex;
  align-items: center;
} */

.first-screen___left {
    position: relative;
    z-index: 2;
}

.first-screen__tags {
    display: flex;
    flex-wrap: wrap;
    margin: -28px -16px 0 0;
    gap: 16px;
}

.first-screen__tag {
    border-radius: 6px;
    padding: 10px 20px;
    background: linear-gradient(129deg, rgba(250, 250, 250, 0.07) -0.77%, rgba(164, 164, 164, 0) 140.72%);
    box-shadow: 14.21875px 15.23438px 43.67188px 0px rgba(194, 194, 194, 0.05) inset, 0px 65px 130px -5.07813px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.first-screen__tag span {
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 256.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.first-screen__tag::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(130deg, rgba(171, 171, 171, 0.2) -40%, rgba(147, 147, 147, 0) 140%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.time__event {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #19191a;
    text-align: center;
    padding: 18px 36px;
    margin: 0;

    border-radius: 16px;
    background: #EDF3FF;
    box-shadow: -17px -2px 40px #ffffff, 17px 11px 32px #CCD1F3;
}

.first-screen__title {
    color: #232323;
    font-size: 116px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 36px;
    margin-top: 32px;
}

.first-screen__text {
    margin: 0 0 41px 0;
    width: 862px;
    color: rgba(25, 25, 26, 0.8);
    font-family: "Suisse Intl", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 1200px) {
    .first-screen__text {
        font-size: 21px;
    }
}

.first-screen__title-image {
    position: relative;
    color: rgba(0, 0, 0, 0);
}

.first-screen__title-image img {
    position: absolute;
    max-width: none;
}

.first-screen__title-image-1 img {
    top: -31px;
    left: -38px;
    width: calc(409px / 2);
}

.first-screen__title-image-2 img {
    top: -11px;
    left: -30px;
    width: calc(288px / 2);
}

.first-screen__title-image-3 img {
    top: -11px;
    left: -23px;
    width: calc(327px / 2);
}

.first-screen__image {
    position: absolute;
    pointer-events: none;
    user-select: none;
}

.first-screen__image-1 {
    width: calc(156px / 2);
    top: 51px;
    right: calc(50% - 146px);
}

.first-screen__image-2 {
    width: calc(334px / 2);
    bottom: -30px;
    right: 300px;
}

.first-screen__image-3 {
    width: calc(780px / 2);
    top: -10px;
    right: -60px;
}

@media (max-width: 1024px) {
    .first-screen__image-2 {
        right: 150px;
    }
    .first-screen__image-3 {
        width: 300px;
    }
}

@media (max-width: 810px) {
    .first-screen__image-3 {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .first-screen__content {
        padding-top: 150px;
    }
    .first-screen__image-1 {
        top: -57px;
        right: auto;
        left: 13%;
        width: 50px;
    }
    .first-screen__image-2 {
        width: 100px;
        top: 61px;
        left: calc(50% - 100px);
    }
    .first-screen__image-3 {
        width: 200px;
        top: -56px;
        right: 31px;
    }
}

@media screen and (max-width: 1350px) {
    .header__nav-list a {
        font-size: 16px;
    }

    /* .header__nav-list {
    gap: 0;
  } */

    .header__nav-list li {
        padding: 7px;
    }

    .header__line {
        padding: 18px 20px;
    }

    .first-screen .btn-with-gradiend {
        margin: 0;
    }

    .first-screen {
        margin: 172px 0 200px 0;
    }

    .first-screen__title {
        font-size: 64px;
    }

    .first-screen__title-image-1 img {
        top: -21px;
        left: -24px;
        width: calc(409px / 3.5);
    }

    .first-screen__title-image-2 img {
        top: -6px;
        left: -16px;
        width: calc(288px / 3.5);
    }

    .first-screen__title-image-3 img {
        top: -9px;
        left: -16px;
        width: calc(327px / 3.5);
    }
}

@media screen and (max-width: 980px) {
    .card {
        max-width: 330px !important;
        max-height: 330px !important;
    }

    .cardFace {
        width: 330px;
        height: 330px;
    }

    .speakers-bars__content {
        width: 330px;
    }

    .cardWrapper {
        width: 330px;
        height: 330px;
    }
    .header__nav-list {
        gap: 0;
    }
    /* .first-screen .btn {
    width: 356px;
  } */

    .book .btn, .first-screen .btn {
        width: 356px;
    }
}

@media screen and (max-width: 750px) {
    .header__line {
        padding: 6px 16px;
    }
    .share-buttons {
        margin-top: 5px;
    }
}

@media screen and (max-width: 581px) {
    .first-screen {
        margin: 150px 0 100px 0;
    }
}

@media (max-width: 810px) {
    .btn {
        width: 100%;
        height: 60px;
    }

    /* .first-screen {
    margin: 206px 0 171px 0;
  } */

    .header .button {
        margin-right: 0;
    }


    .first-screen__text {
        max-width: 623px;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: rgba(25, 25, 26, 0.8);
    }

    /* .card {
    max-width: 360px !important;
    max-height: 360px !important;
  } */
}

@media (max-width: 750px) {

    .speakers-bars .title {
        font-size: 24px;
    }
    .first-screen___left {
        position: static;
        z-index: 2;
    }

    .first-screen__tags {
        display: grid;
        /*    flex-wrap: wrap;*/
        grid-template-columns: auto auto;
        width: 100%;
        gap: 16px;
        margin: -16px -16px 0 0;
        max-width: initial;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .first-screen__tag {
        color: #f0f0f0;
        padding: 12px 4px;
        border-radius: 8px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 16px 0 0 0;
        font-size: 14px;
        line-height: 120%;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .first-screen__title {
        font-size: 42px;
        line-height: 110%;
        margin: 0 0 24px 0;
    }

    .first-screen__title-image-1 img {
        top: -7px;
        left: -9px;
        width: calc(409px / 6);
    }

    .first-screen__title-image-2 img {
        top: 0;
        left: -11px;
        width: calc(288px / 6);
    }

    .first-screen__title-image-3 img {
        top: 0;
        left: -6px;
        width: calc(327px / 6);
    }

    .first-screen__text {
        max-width: 600px;
    }

    .first-screen .btn-with-gradiend {
        margin: 24px 0 0 0;
    }

    .first-screen___img {
        height: 360px;
    }

    .first-screen___hero-bg {
        width: 520px;
        transform: translate(-70%, 0);
        top: -5%;
        left: 50%;
    }
}

@media screen and (max-width: 581px) {
    .first-screen__title {
        margin: 24px 0 24px 0;
    }

    .first-screen__text {
        max-width: 100%;
        margin: 0 auto 16px auto;
        font-size: 16px;
    }

    .share-buttons-none {
        display: none;
    }

    .share-buttons-show {
        display: flex;
    }

}

@media (max-width: 359px) {
    .first-screen__tags {
        gap: 8px;
    }
}

.under-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.under-bg-img___img {
    position: absolute;
    transform: translate(-50%, 0);
    top: 0;
    left: 66%;
    width: 80%;
    z-index: -1;
}

@media (max-width: 1281px) {
    .under-bg-img___img {
        left: 58%;
        width: 82%;
    }
}

@media (max-width: 980px) {
    .under-bg-img___img {
        left: 60%;
        width: 87%;
    }
}

@media (max-width: 750px) {
    .under-bg-img___img {
        left: 50%;
        width: 170%;
        top: -8px;
    }
}

.example {
    display: -ms-grid;
    display: grid;
    transition: all 0.5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: linear-gradient(to bottom, white, black);
}

/*about*/
.about {
    margin: 200px auto;
    max-width: 922px;
    position: relative;
}

.about__about-bg {
    width: 1380px;
    position: absolute;
    z-index: -1;
    left: 20px;
    bottom: -940px;
}

.about__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 60px 420px;
    grid-template-columns: auto 420px;
    gap: 60px;
    align-items: center;
}

.about__title {
    text-align: left;
}

.about__text {
    font-size: 24px;
    line-height: 150%;
    color: #dcdcdc;
    margin: 24px 0 0 0;
}

.about__right {
    background: radial-gradient(100% 100% at 50% 0%, #222223 0%, #1a1a1b 100%);
    border-radius: 16px;
    border: 1px solid #272727;
    padding: 28px 0;
    position: relative;
}
.about__right::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(130deg, rgba(171, 171, 171, 0.2) -40%, rgba(147, 147, 147, 0) 140%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    border-radius: 25px;
    z-index: -1;
}

.about__info {
    padding: 32px 60px;
}

.about__info:not(:first-child) {
    border-top: 1px solid #262626;
}

.about__number {
    font-weight: 600;
    font-size: 90px;
    line-height: 120%;
    color: #f0f0f0;
}

.about__note {
    font-size: 24px;
    line-height: 28px;
    color: #a1a1aa;
    margin: 12px 0 0 0;
}

@media screen and (max-width: 1350px) {
    .about {
        margin: 160px auto;
        max-width: 712px;
    }

    .about__about-bg {
        width: 1080px;
        left: 20px;
        bottom: -640px;
    }

    .about__grid {
        -ms-grid-columns: auto 20px 340px;
        grid-template-columns: auto 340px;
        gap: 20px;
    }

    .about__text {
        font-size: 20px;
    }

    .about__right {
        border-radius: 32px;
        padding: 16px 0;
    }
    .about__right::before {
        border-radius: 33px;
    }

    .about__info {
        padding: 24px 40px;
    }

    .about__number {
        font-size: 44px;
    }
}

@media screen and (max-width: 980px) {
    .about {
        margin: 120px auto;
        max-width: 752px;
        padding: 0 20px;
    }

    .about__about-bg {
        width: 800px;
        left: initial;
        bottom: -540px;
        right: -250px;
    }

    .about__grid {
        -ms-grid-columns: auto 354px;
        grid-template-columns: auto 354px;
    }

    .about__text {
        font-size: 18px;
    }

    .about__right {
        border-radius: 24px;
    }
    .about__right::before {
        border-radius: 25px;
    }

    .about__note {
        margin: 0 0 0 0;
    }
}

@media screen and (max-width: 750px) {
    .about {
        margin: 80px auto;
        padding: 0 18px;
    }

    .about__about-bg {
        width: 100%;
        bottom: -700px;
        right: 0;
    }

    .you-can__like-bg::after {
        content: none;
    }

    .about__grid {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 32px;
        align-items: initial;
    }

    .about__right {
        border-radius: 16px;
    }
    .about__right::before {
        border-radius: 17px;
    }
    .about__note {
        font-size: 18px;
    }
}

/*main-themes*/
.main-themes {
    margin: 190px 0 200px 0;
    position: relative;
    z-index: 5;
}

/*.main-themes__bg {
  position: absolute;
  width: 1440px;
  right: calc(50% - 770px);
  bottom: -650px;
  z-index: -1;
}*/

.main-themes__grid {
    margin: 80px auto 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    grid-gap: 52px;
    max-width: 950px;
}

.main-themes__block {
    background: #141416;
    border-radius: 16px;
    padding: 30px;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.main-themes__block::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    /*  border-radius: 17px;*/
}

.main-themes__block_1::before {
    background: linear-gradient(133deg, rgba(25, 224, 176, 0.3) 0%, rgba(21, 21, 21, 0) 43%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.main-themes__block_2::before {
    background: linear-gradient(240deg, rgba(224, 216, 25, 0.1) 0%, rgba(21, 21, 21, 0) 43%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.main-themes__block_3::before {
    background: linear-gradient(66deg, rgba(89, 25, 224, 0.4) 0%, rgba(21, 21, 21, 0) 43%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.main-themes__block_4::before {
    background: linear-gradient(321deg, rgba(220, 25, 224, 0.4) 0%, rgba(21, 21, 21, 0) 43%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.main-themes__icon-wrap {
    position: relative;
}

.main-themes__icon-bg {
    width: 130px;
    position: absolute;
    z-index: -1;
    left: -35px;
    top: -35px;
}

.main-themes__icon {
    border: 0.983333px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 15.7333px 31.4667px rgba(0, 0, 52, 0.04), 0px 7.86667px 15.7333px rgba(0, 0, 52, 0.04), 0px 3.93333px 7.86667px rgba(0, 0, 52, 0.04);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-themes__icon img {
    display: flex;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    width: 34px;
}

.main-themes__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #f0f0f0;
    margin: 24px 0;
}

.main-themes__desc {
    font-size: 24px;
    line-height: 150%;
    color: #dcdcdc;
}

@media screen and (max-width: 1350px) {
    .main-themes {
        margin: 120px 0 160px 0;
    }

    .main-themes__grid {
        margin: 60px auto 0 auto;
        grid-gap: 56px;
        gap: 56px;
        max-width: 860px;
    }

    .main-themes__icon-bg {
        width: 110px;
        position: absolute;
        z-index: -1;
        left: -30px;
        top: -30px;
    }

    .main-themes__icon {
        width: 50px;
        height: 50px;
    }
    .main-themes__title {
        font-size: 28px;
    }
    .main-themes__desc {
        font-size: 20px;
    }
}

@media screen and (max-width: 980px) {
    .main-themes {
        margin: 120px 0;
        z-index: 12;
    }

    /*  .main-themes__bg {
    width: 480px;
    right: 30%;
    bottom: 0%;
  }*/

    .main-themes__grid {
        display: flex;
        margin: initial;
        grid-gap: 24px;
        gap: 24px;
        width: max-content;
    }

    .main-themes__block {
        padding: 24px;
    }

    .main-themes__icon img {
        width: 24px;
    }

    .main-themes__title {
        font-size: 18px;
    }

    .main-themes__block {
        width: 324px;
    }

    .main-themes__wrap {
        width: calc(100% + 40px);
        margin: 50px -20px 0 -20px;
        padding: 0 20px;
        overflow: auto;
    }

    .main-themes__grid {
        display: flex;
        margin: initial;
        grid-gap: 24px;
        gap: 24px;
        width: max-content;
    }

    .main-themes__desc {
        font-size: 16px;
        line-height: 150%;
    }
}

@media screen and (max-width: 750px) {
    .main-themes {
        margin: 100px 0;
        z-index: 11;
    }

    /*  .main-themes__bg {
    right: -20%;
    bottom: -50%;
  }*/

    .main-themes__grid {
        display: block;
        overflow-x: initial;
        width: initial;

        padding: initial;
        margin: 32px -20px 0 -20px;
    }

    .main-themes__elem {
    }

    .main-themes__wrap {
        width: initial;
        margin: initial;
        padding: initial;
        overflow: initial;
    }

    .main-themes__block {
        border-radius: 20px;
        width: initial;
        margin: 0 20px;
        max-width: initial;
    }

    .main-themes__title {
        font-size: 20px;
    }

    .main-themes__icon {
        width: 44px;
        height: 44px;
    }
}

/* footer-info */
.footer-info {
    margin: 150px 0 0 0;
    position: relative;
    z-index: 1;
}

.footer-info__computer {
    position: absolute;
    left: -111px;
    width: 886px;
    bottom: -34px;
    z-index: -1;
}

.footer-info__computer img {
    display: flex;
    -ms-grid-row-align: center;
    align-self: center;
}

.footer-info__circles {
    position: absolute;
    width: 219px;
    top: -240px;
    left: 400px;
}

.footer-info__grid {
    position: absolute;
    bottom: 0;
    width: 1290px;
    left: -60px;
    bottom: -160px;
    z-index: -2;
}

.footer-info__form-block-grid {
    position: absolute;
    left: 0;
    bottom: 400px;
    width: 1256px;
}

.footer-info__form-block-light {
    position: absolute;
    width: 2396px;
}

.footer-info__form-block-light_right {
    right: -1350px;
    bottom: 0;
}

.footer-info__form-block-light_left {
    left: -1400px;
    bottom: 100px;
}

.footer-info__wrap {
    display: flex;
    justify-content: flex-end;
}

.footer-info__content {
    position: relative;
    right: 0;
    max-width: 630px;
    padding-bottom: 202px;
}

.footer-info__content .title {
    text-align: left;
}

.footer-info__desc {
    margin: 32px 0 0 0;
    font-family: "Suisse Intl", sans-serif;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: rgba(25, 25, 26, 0.8);
}

@media screen and (max-width: 1350px) {
    .footer-info {
        margin: 160px 0 0 0;
    }

    .footer-info__circles {
        width: 160px;
        top: -160px;
        left: initial;
        right: 600px;
    }

    .footer-info__grid {
        display: none;
    }

    .footer-info__form-block-grid {
        left: initial;
        bottom: 240px;
        right: -100px;
    }

    .footer-info__form-block-light {
        width: 1800px;
    }

    .footer-info__form-block-light_right {
        right: -1000px;
        bottom: 0;
    }

    .footer-info__form-block-light_left {
        left: -1000px;
        bottom: 100px;
    }

    .footer-info__content {
        max-width: 468px;
        padding-bottom: 150px;
    }

    .footer-info__desc {
        font-size: 20px;
    }
    .footer-info__computer {
        position: absolute;
        left: -83px;
        width: 700px;
        bottom: -11px;
        z-index: -1;
    }
}

@media screen and (max-width: 980px) {
    .footer-info {
        margin: 120px 0 0 0;
    }

    .footer-info__computer {
        left: 0px;
        width: 60%;
    }

    .footer-info__circles {
        width: 140px;
        top: -100px;
        left: initial;
        right: 520px;
    }

    .footer-info__grid {
        display: none;
    }

    .footer-info__form-block-grid {
        left: initial;
        bottom: 0;
        right: -200px;
    }

    .footer-info__form-block-light {
        position: absolute;
        width: 1600px;
    }

    .footer-info__form-block-light_right {
        right: -800px;
        bottom: 0;
    }

    .footer-info__form-block-light_left {
        left: -800px;
        bottom: 50px;
    }

    .footer-info__content {
        max-width: 57%;
        padding-bottom: 97px;
    }

    .footer-info__desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 750px) {
    .footer-info {
        margin: 80px 0 0 0;
    }

    .footer-info__content {
        max-width: 100%;
    }
    .footer-info__computer {
        position: relative;
        left: -18px;
        width: 120%;
        bottom: 0;
        z-index: -2;
    }

    .footer-info__computer img {
        display: flex;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .footer-info__circles {
        display: none;
    }

    .footer-info__grid {
        display: none;
    }

    .footer-info__form-block-grid {
        display: none;
    }

    .footer-info__form-block-light {
        position: absolute;
        width: 400px;
    }

    .footer-info__form-block-light_right {
        right: 0;
        bottom: 100px;
    }

    .footer-info__form-block-light_left {
        left: 0;
        bottom: 900px;
    }

    .footer-info__wrap {
        display: flex;
        justify-content: initial;
        flex-direction: column-reverse;
    }

    .footer-info__content {
        padding-bottom: 24px;
    }

    .footer-info__content .title {
        text-align: left;
    }

    .footer-info__desc {
        max-width: initial;
        margin: 24px 0 0 0;
    }
}

/*footer*/
.footer {
    font-size: 13px;
    line-height: 16px;
    color: #dcdcdc;
    padding: 24px 0;
    background: #151515;
    position: relative;
    z-index: 10;
    font-family: "Suisse Intl", sans-serif;
}

.footer__grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__col img {
    width: 120px;
}

.footer__text {
    margin: 12px 0 0 0;
}

.footer__col:nth-child(2) {
    text-align: right;
}

.footer__col a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.footer__col a:not(:first-child) {
    margin: 12px 0 0 0;
}

.footer__mobile-info {
    display: none;
}

.footer__color-mb {
    display: none;
}

@media screen and (max-width: 750px) {
    .footer {
        padding: 24px 0;
        z-index: 10;
        position: relative;
    }

    .footer__color-mb {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .footer__color-mb img {
        display: flex;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .footer__grid {
        display: block;
    }

    .footer__col img {
        display: flex;
        -ms-grid-row-align: center;
        align-self: center;
        margin: 0;
    }

    .footer__col {
        text-align: center;
    }

    .footer__text {
        display: none;
    }

    .footer__col:nth-child(2) {
        text-align: left;
        margin: 0;
    }

    .footer__col:nth-child(2) a {
        display: block;
        padding: 8px 0;
    }

    .footer__col a:not(:first-child) {
        margin: 0;
    }

    .footer__mobile-info {
        display: block;
        margin: 16px 0 0 0;
    }
}

/*speakers*/
.speakers {
    position: relative;
    z-index: 14;
}

.speakers img {
    width: 100%;
    display: flex;
    align-self: center;
}
/*
.speakers__bg {
  position: absolute;
  width: 1000px;
  height: 770px;
  z-index: -1;
}

.speakers__bg_top {
  top: -200px;
  right: -600px;
}

.speakers__bg_bottom {
  bottom: -500px;
  left: -400px;
}*/

.speakers__table {
    position: relative;
    margin: 80px 0 0 0 !important;
    background: rgba(21, 21, 21, 0.2);
    border-radius: 24px;
    border: 1px solid #2e2e2e;
    background: #141416;
}

.speakers__table::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(118deg, rgba(245, 216, 77, 0.2) 0%, #262626 25%);
    border-radius: 25px;
    z-index: -1;
}

.speakers__title {
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    color: #f0f0f0;
    margin: 0 0 24px 0;
}

.speakers__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #f0f0f0;
    margin-bottom: 8px;
}

.speakers__about {
    font-size: 20px;
    line-height: 140%;
    color: #dcdcdc;
    color: rgba(220, 220, 220, 0.8);
}

.speakers__info {
    font-size: 28px;
    line-height: 140%;
    font-weight: 600;
    color: #dcdcdc;
    margin: 32px 0 0 0;
}

.speakers__about ul {
    margin: 24px 0 0 0;
    padding: 0 0 0 32px;
}

.speakers__about li {
    margin: 16px 0 0 0;
}

.speakers__right {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.speakers__left {
    border-right: 1px solid #2e2e2e;
    padding: 50px 80px 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.speakers__head {
    display: grid;
    grid-template-columns: 740px auto;
}

.speakers__body {
    border-top: 1px solid #2e2e2e;
    display: grid;
    grid-template-columns: 740px auto;
}

.speakers__body:first-child {
    border-top: none;
}

.speakers__img {
    width: 300px;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    border: 1px solid #272727;
    background: radial-gradient(100% 100% at 50% 0%, #222223 0%, #1a1a1b 100%);
}
.speakers__hat {
    position: absolute;
    transform: translate(-50%, -50%);
}

.speakers__img img {
    display: flex;
    align-self: center;
    justify-self: center;
}
/*
.speakers__img::before {
  content: '';
  background: linear-gradient(141.84deg, #474684 6.59%, rgba(71, 70, 132, 0) 138.38%);
  border: 3px solid #EAEAEA;

  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  top: -9px;
  z-index: -1;
}*/

/*.speakers__body_1 .speakers__img img {
  border-radius: 143px 24px 24px 150px;
}*/

/*.speakers__body_1 .speakers__img::before {
  border-radius: 143px 24px 24px 150px;
  height: 284px;
}
*/
/*.speakers__body_2 .speakers__img img {
  border-radius: 150px 24px 150px 150px;
}*/

/*.speakers__body_2 .speakers__img::before {
  border-radius: 150px 24px 150px 150px;
}*/

/*.speakers__body_3 .speakers__img img {
  border-radius: 24px 24px 150px 150px;
}*/

/*.speakers__body_3 .speakers__img::before {
  border-radius: 24px 24px 150px 150px;
}*/

/*.speakers__body_4 .speakers__img img {
  border-radius: 24px 150px 150px 150px;
}*/

/*.speakers__body_4 .speakers__img::before {
  border-radius: 24px 150px 150px 150px;
}
*/
/*.speakers__body_5 .speakers__img img {
  border-radius: 150px 150px 24px 150px;
}*/

/*.speakers__body_5 .speakers__img::before {
  border-radius: 150px 150px 24px 150px;
}
*/
@media screen and (max-width: 1350px) {
    /*  .speakers__bg {
    width: 750px;
    height: auto
  }

  .speakers__bg_top {
    top: -200px;
    right: -350px;
  }

  .speakers__bg_bottom {
    bottom: -200px;
    left: -30px;
  }*/

    .speakers__head {
        grid-template-columns: 560px auto;
    }

    .speakers__body {
        grid-template-columns: 560px auto;
    }

    .speakers__table {
        margin: 56px 0 0 0 !important;
    }

    .speakers__title {
        font-size: 34px;
    }

    .speakers__about {
        font-size: 20px;
        color: rgba(220, 220, 220, 0.8);
    }

    .speakers__info {
        font-size: 20px;
    }

    .speakers__about ul {
        padding: 0 0 0 28px;
    }

    .speakers__right {
        padding: 40px;
    }

    .speakers__left {
        padding: 40px;
    }

    .speakers__img {
        width: 270px;
    }
    /*
  .speakers__body_1 .speakers__img img {
    border-radius: 128.746px 21.6077px 21.6077px 135.048px;
  }

  .speakers__body_1 .speakers__img::before {
    border-radius: 128.746px 21.6077px 21.6077px 135.048px;
    height: 255px;
  }

  .speakers__body_2 .speakers__img img {
    border-radius: 21.6774px 121.032px 21.6774px 37.9355px;
  }

  .speakers__body_2 .speakers__img::before {
    border-radius: 21.6774px 121.032px 21.6774px 37.9355px;
    height: 261px;
  }

  .speakers__body_3 .speakers__img img {
    border-radius: 21.6774px 21.6774px 135.484px 135.484px;
  }

  .speakers__body_3 .speakers__img::before {
    border-radius: 21.6774px 21.6774px 135.484px 135.484px;
  }

  .speakers__body_4 .speakers__img img {
    border-radius: 21.6774px 21.6774px 21.6774px 135.484px;
  }

  .speakers__body_4 .speakers__img::before {
    border-radius: 21.6774px 21.6774px 21.6774px 135.484px;
  }

  .speakers__body_5 .speakers__img img {
    border-radius: 133.333px 133.333px 21.3333px 133.333px;
  }

  .speakers__body_5 .speakers__img::before {
    border-radius: 133.333px 133.333px 21.3333px 133.333px;
  }*/
}

@media screen and (max-width: 980px) {
    .speakers__title {
        font-size: 28px;
    }

    .speakers .title {
        text-align: left;
    }
    /*
  .speakers__bg {
    width: 500px;
    height: auto
  }

  .speakers__bg_top {
    top: -110px;
    right: -250px;
  }

  .speakers__bg_bottom {
    bottom: -220px;
    left: -150px;
}*/

    .speakers__name {
        font-size: 20px;
    }

    .speakers__about {
        font-size: 16px;
    }

    .speakers__info {
        margin: 16px 0 0 0;
        font-size: 16px;
    }

    .speakers__head,
    .speakers__body {
        grid-template-columns: 60% 40%;
    }

    .speakers__about ul {
        padding: 0 0 0 24px;
    }

    .speakers__right {
        padding: 32px;
    }

    .speakers__left {
        padding: 32px;
    }

    .speakers__img {
        width: 212px;
    }
    /*
  .speakers__body_1 .speakers__img img {
    border-radius: 101.158px 16.9775px 16.9775px 106.109px;
  }

  .speakers__body_1 .speakers__img::before {
    border-radius: 101.158px 16.9775px 16.9775px 106.109px;
    height: 200px;
  }

  .speakers__body_2 .speakers__img img {
    border-radius: 17.0323px 95.0968px 17.0323px 29.8064px;
  }

  .speakers__body_2 .speakers__img::before {
    border-radius: 17.0323px 95.0968px 17.0323px 29.8064px;
    height: 205px;
  }

  .speakers__body_3 .speakers__img img {
    border-radius: 17.0323px 17.0323px 106.452px 106.452px;
  }

  .speakers__body_3 .speakers__img::before {
    border-radius: 17.0323px 17.0323px 106.452px 106.452px;
  }

  .speakers__body_4 .speakers__img img {
    border-radius: 17.0323px 17.0323px 17.0323px 106.452px;
  }

  .speakers__body_4 .speakers__img::before {
    border-radius: 17.0323px 17.0323px 17.0323px 106.452px;
  }

  .speakers__body_5 .speakers__img img {
    border-radius: 104.762px 104.762px 16.7619px 104.762px;
  }

  .speakers__body_5 .speakers__img::before {
    border-radius: 104.762px 104.762px 16.7619px 104.762px;
  }*/
}

@media screen and (max-width: 750px) {
    .slick-list {
        overflow: visible;
    }
    .speakers__table {
        /*    width: calc(100% + 40px);*/
        margin: 24px 0 0 0 !important;
        background: none;
        border: none;
        backdrop-filter: none;
    }

    .speakers__table::before {
        content: none;
    }

    .speakers__table .slick-slide {
        margin: 0 20px;
    }

    .speakers .splide__track {
        margin: 0;
        padding: 0;
        overflow: visible;
    }

    .speakers__title {
        font-size: 24px;
        margin: 0 0 16px 0;
    }

    .speakers__name {
        font-size: 20px;
    }

    .speakers__about {
        font-size: 16px;
        line-height: 140%;
        margin: 8px 0 0 0;
    }

    .speakers__about ul {
        margin: 16px 0 0 0;
        padding: 0 0 0 24px;
    }

    .speakers__about li {
        margin: 16px 0 0 0;
    }

    .speakers__right {
        padding: 6px 20px 24px 20px;
        margin-top: auto;
    }

    .speakers__left {
        border-right: initial;
        padding: 24px 20px;
    }

    .speakers__head {
        display: block;
    }
    .slick-list {
        overflow: visible;
    }

    .speakers__body {
        display: flex !important;
        flex-direction: column;
        background: #151515;
        border-radius: 16px;
        height: 100%;
        position: relative;
    }
    .speakers__body::before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        background: linear-gradient(137deg, #f5d84d 0%, #262626 34%, rgba(245, 216, 77, 0.5) 60%, #262626 80%);
        border-radius: 17px;
        z-index: -1;
    }

    .speakers__img {
        width: 164px;
    }

    .speakers__img:before {
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        border-radius: 16px 16px 16px 8px;
    }
    /*
  .speakers__body_1 .speakers__img img {
    border-radius: 78.1673px 13.119px 13.119px 81.9936px;
  }

  .speakers__body_1 .speakers__img::before {
    border-radius: 78.1673px 13.119px 13.119px 81.9936px;
    height: 155px;
  }

  .speakers__body_2 .speakers__img img {
    border-radius: 13.1613px 73.4839px 13.1613px 23.0323px;
  }

  .speakers__body_2 .speakers__img::before {
    border-radius: 13.1613px 73.4839px 13.1613px 23.0323px;
    height: 159px;
  }

  .speakers__body_3 .speakers__img img {
    border-radius: 13.4795px 13.4795px 84.2468px 84.2468px;
  }

  .speakers__body_3 .speakers__img::before {
    border-radius: 13.4795px 13.4795px 84.2468px 84.2468px;
  }

  .speakers__body_4 .speakers__img img {
    border-radius: 13.1613px 13.1613px 13.1613px 82.2581px;
  }

  .speakers__body_4 .speakers__img::before {
    border-radius: 13.1613px 13.1613px 13.1613px 82.2581px;
  }

  .speakers__body_5 .speakers__img img {
    border-radius: 80.9525px 80.9525px 12.9524px 80.9525px;
  }

  .speakers__body_5 .speakers__img::before {
    border-radius: 80.9525px 80.9525px 12.9524px 80.9525px;
  }*/

    /*  .speakers__bg_top {
    width: 500px;
    height: auto;
    top: -110px;
    right: -210px;
  }

  .speakers__bg_bottom {
    width: 500px;
    height: auto;
    bottom: -240px;
    left: -195px;
  }*/
}


/*book*/
.book {
    margin: 236px 0 200px;
    z-index: 17;
    position: relative;
}

.book__img-bg {
    margin-left: -60px;
    transform: translateX(120px);
}

.book__img-small {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    pointer-events: none;
    user-select: none;
}

.book__img-small-1 {
    left: calc(50% - 40px);
    top: -16px;
    width: 84px;
}

.book__img-small-2 {
    left: calc(50% - 124px);
    top: auto;
    bottom: 70px;
    width: 115px;
}

.book__img-small-3 {
    top: auto;
    left: auto;
    right: 36px;
    bottom: -2px;
    width: 73px;
}

.book__block {
    display: flex;
    padding: 60px;
    background: #EDF3FF;
    border-radius: 40px;
    box-shadow: -17px -2px 40px #ffffff, 17px 11px 32px #CCD1F3;
    position: relative;
    justify-content: space-between;
}

.btn__main-themes {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 980px) {
    .btn__main-themes {
        margin-top: 32px;
    }
}

@media (max-width: 1024px) {
    .book__text {
        margin-right: 60px;
    }
    .book__img-bg {
        margin: 0;
        transform: none;
    }

    .book__img-small-2 {
        left: calc(50% - 50px);
        bottom: 9px;
    }
}

.book__title {
    font-size: 52px;
    line-height: 130%;
    color: #19191a;
    font-weight: 600;
}

.book__desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(25, 25, 26, 0.8);
    margin: 40px 0 60px 0;
    font-family: "Suisse Intl", sans-serif;
    max-width: 640px;
}

/* .book__text {
  padding: 0 40% 0 0;
} */

@media screen and (max-width: 1350px) {
    .book {
        margin: 130px 0;
        position: relative;
    }

    .book__block {
        position: relative;
        padding: 60px 40px;
        /* overflow: hidden; */
    }

    .book__block::before {
        border-radius: 33px;
        right: 0;
    }

    .book__block::after {
        left: 0;
    }

    .book__title {
        font-size: 30px;
    }

    .book__desc {
        font-size: 16px;
    }
}

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

@media screen and (max-width: 980px) {
    .book {
        margin: 120px 0;
    }

    .book__block {
        padding: 32px;
    }
    .book__desc {
        font-size: 16px;
        margin: 20px 0 32px 0;
    }

}

@media screen and (max-width: 750px) {
    .book {
        margin: 80px 0;
    }

    .book__bg {
        width: 800px;
        right: -400px;
        top: -400px;
    }

    .book__block {
        padding: 24px;
        border-radius: 16px;
    }
    .book__block::before {
        border-radius: 17px;
    }

    .book__title {
        font-size: 30px;
        line-height: 120%;
        text-align: left;
    }

    .book__desc {
        text-align: left;
        margin: 12px 0 24px 0;
    }

    /* .book__text {
    max-width: initial;
    padding: 0 0 70% 0;
  } */

    .book .btn-with-gradiend {
        margin: 24px auto 0 auto;
    }
}

@media screen and (max-width: 581px) {
    .book__title {
        font-size: 24px;
    }
    .book__desc {
        font-size: 14px;
    }

    .book .block__container {
        padding: 0;
    }

    .book .btn, .first-screen .btn {
        width: 100%;
    }
}

/*format*/
.format {
    margin: 200px 0;
    z-index: 12;
    position: relative;
}

.format .title {
    text-align: left;
}

.format__grid {
}

.format__bg {
    position: absolute;
    z-index: -2;
    width: 1035px;
    top: -350px;
    left: -100px;
}

.format_cicles {
    position: absolute;
    z-index: -1;
    width: 163px;
    top: -150px;
    right: 100px;
}

.format__grid {
    margin: 80px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 90px;
    gap: 40px;
}

.format__icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    background: #EDF3FF;
    box-shadow: -17px -2px 40px #ffffff, 17px 11px 32px #CCD1F3;
}

.format__icon img {
    height: 36px;
}

.format__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #19191a;
    margin: 14px 0 24px 0;
    padding: 0 0 24px 0;
}

.format__desc {
    font-size: 18px;
    line-height: 24px;
    color: rgba(25, 25, 26, 0.8);
    font-weight: 400;
    font-family: "Suisse Intl", sans-serif;
}

@media screen and (max-width: 1350px) {
    .format {
        margin: 80px 0 160px 0;
    }

    .format__grid {
        margin: 45px 0 0 0;
        grid-gap: 48px;
        gap: 48px;
    }

    .format__title {
        font-size: 24px;
        line-height: 36px;
    }

    .format__desc {
        font-size: 16px;
        line-height: 150%;
    }
}

@media screen and (max-width: 980px) {
    .format {
        margin: 40px 0 120px 0;
    }

    .format__grid {
        grid-gap: 18px;
        gap: 18px;
    }

    .format__title {
        font-size: 18px;
        line-height: 120%;
        margin: 12px 0 16px 0;
        padding: 0 0 16px 0;
    }

    .format__title::after {
        width: 60px;
    }
}

@media screen and (max-width: 750px) {
    .format {
        margin: 20px 0 80px 0;
    }

    .format__bg {
        display: none;
    }

    .format_cicles {
        position: absolute;
        z-index: -1;
        width: 80px;
        top: -80px;
        right: 50px;
    }

    .format__grid {
        grid-template-columns: 100%;
        grid-gap: 24px;
        gap: 24px;
    }

    .format__icon {
        margin: initial;
    }

    .format__title {
        text-align: left;
        font-size: 20px;
    }

    .format__title::after {
        left: 0;
    }

    .format__desc {
        text-align: left;
    }

    .programms-itemm-description {
        padding: 0 16px !important;
    }
}

.results {
    /* padding-bottom: 70px; */
}

.results__content {
    border-radius: 40px;
    padding: 80px 0 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #EDF3FF;
    box-shadow: -17px -2px 40px #ffffff, 17px 11px 32px #CCD1F3;
}

.result__title {
    margin-bottom: 32px;
    color: #19191a;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 130%;
}

.result__description {
    color: #232323;
    opacity: .8;
    text-align: center;
    font-family: "Suisse Intl", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 768px;
    margin-bottom: 32px;
}

.results__links {
    margin-top: 60px;
    display: flex;
    gap: 16px;
}

.results__links a {
    text-decoration: none;
}

.results__links a:visited {
    color: inherit;
}

.links__item {
    border-radius: 42px;
    padding: 1px;
    background: #fff;
    width: 158px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: "Suisse Intl", sans-serif;
    font-weight: 500;
    background: linear-gradient(#EFEFEF, rgba(183, 190, 196, 0.57));
    box-shadow: 5px 5px 10px rgba(136, 150, 163, 0.4), -4px -4px 10px rgba(255, 255, 255, 0.4);
    transition: box-shadow .3s ease;
}

.links__item:hover {
    box-shadow: 6px 6px 10px rgba(136, 150, 163, 0.6), -4px -4px 10px rgba(255, 255, 255, 0.4);
}

.links__item-inner {
    background: #EBF1FF;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 42px;
    box-shadow: inset 5px 5px 5px #fff, -5px -5px 10px rgba(136, 150, 163, 0.25);
}

.link-vk {
    width: 19px;
    height: 22px;
    margin-right: 5px;
}

.link-telegram {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.link-roistat {
    width: 26px;
    height: 24px;
    margin-right: 5px;
}

/* .links__item img {
  width: 114px;
  height: 24px;
} */

.blog {
    font-size: 16px;
    color: #474766;
    font-weight: 500;
    line-height: 150%;
}

.results__news {
    margin-top: 24px;
    max-width: 506px;
    font-size: 13px;
    color: #232323;
    opacity: .6;
    font-weight: 450;
    line-height: 150%;
    text-align: center;
    font-family: "Suisse Intl", sans-serif;
}

.results__sticker-1 {
    position: absolute;
    top: -66px;
    left: 56px;
    width: 176px;
}

.results__sticker-2 {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 317px;
}

@media screen and (max-width: 980px) {
    .results__content {
        padding: 40px 0 20px 0;
    }

    .result__title {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .result__description {
        font-size: 16px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 750px) {
    .results {
        padding-bottom: 60px;
    }
    .results .content-block-container {
        padding: 0;
    }
    .results .results__content {
        border-radius: 0;
    }
    .result__title {
        font-size: 28px;
        line-height: 150%;
        width: 288px;
        text-align: center;
    }

    .results__content {
        padding: 16px 0;
    }

    .result__description {
        width: 288px;
    }

    .results .btn {
        width: 288px;
    }

    .results__links {
        margin-top: 10px;
        flex-direction: column;
        gap: 10px;
    }

    .links__item {
        width: 288px;
    }
    .results__news {
        margin-top: 10px;
        width: 288px;
    }
}

/*reviews*/
.reviews {
    width: 100%;
    margin: 200px 0;
    z-index: 10;
}

.reviews img {
    width: 100%;
    display: flex;
    align-self: center;
}
/*
.reviews__bg {
  position: absolute;
  z-index: -1;
}

.reviews__bg_top {
  width: 960px;
  top: -500px;
  right: -600px;
}

.reviews__bg_bottom {
  width: 1194px;
  bottom: -900px;
  left: -600px;
}*/

.reviews__container-wrapper {
    overflow: hidden;
}

.reviews__container {
    position: relative;
    height: 330px;
    width: 100%;
}

.reviews .title {
    margin-bottom: 56px;
    text-align: left;
}

.reviews__list {
    position: absolute;
    left: 0;
    top: 0;
}

.reviews__animation {
    transform: translate(0%, 0%);
    animation: reviews__animation 45s linear infinite;
    will-change: transform;
}

@keyframes reviews__animation {
    from {
        transform: translate(0%, 0%);
    }

    to {
        transform: translate(-50%, 0%);
    }
}

.reviews__line {
    display: flex;
    width: max-content;
    padding: 0 0 24px 0;
}

.reviews__block {
    border-radius: 22px;
    background: #EDF3FF;
    padding: 24px;
    margin-left: 24px;
    box-shadow: -17px -2px 40px #ffffff, 17px 11px 32px #CCD1F3;
}

.reviews__block_1 {
    width: 455px;
}

.reviews__block_2 {
    width: 650px;
}

.reviews__block_3 {
    width: 320px;
}

.reviews__block_4 {
    width: 420px;
}

.reviews__block_5 {
    width: 348px;
}

.reviews__block_6 {
    width: 440px;
}

.reviews__block_7 {
    width: 362px;
}

.reviews__block_8 {
    width: 467px;
}

.reviews__block_9 {
    width: 375px;
}

.reviews__block_10 {
    width: 276px;
}

.reviews__block_11 {
    width: 470px;
}

.reviews__block_12 {
    width: 270px;
}

.reviews__block_13 {
    width: 317px;
}

.reviews__block_14 {
    width: 263px;
}

.reviews__block_15 {
    width: 437px;
}

.reviews__block_16 {
    width: 312px;
}

.reviews__block_17 {
    width: 381px;
}

.reviews__block_18 {
    width: 289px;
}

.reviews__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #19191a;
}

.reviews__text {
    margin: 16px 0 0 0;
    font-size: 18px;
    line-height: 130%;
    color: rgba(25, 25, 26, 0.8);
    font-family: "Suisse Intl", sans-serif;
}

@media screen and (max-width: 1350px) {
    .reviews {
        margin: 0 0 80px 0;
    }

    .reviews .title {
        margin-bottom: 36px;
    }

    .reviews__container {
        transform: translate(-10%, -10%) scale(0.8);
    }
}

@media screen and (max-width: 980px) {
    .reviews {
        margin: 0;
    }
    /*
  .reviews__bg_top {
    width: 500px;
    top: -300px;
    right: -300px;
  }

  .reviews__bg_bottom {
    width: 500px;
    bottom: -510px;
    left: -200px;
  }*/

    .reviews .title {
        margin-bottom: 26px;
    }

    .reviews__container {
        transform: translate(-13%, -10%) scale(0.75);
    }
}

@media screen and (max-width: 750px) {
    .reviews .title {
        margin-bottom: 16px;
    }

    /*
  .reviews__block {
    border-radius: 16px;
    padding: 16px;
    margin-left: 20px;
  }

  .reviews__block_1 {
    width: 300px;
  }

  .reviews__block_2 {
    width: 322px;
  }

  .reviews__block_3 {
    width: 236px;
  }

  .reviews__block_4 {
    width: 312px;
  }

  .reviews__block_5 {
    width: 200px;
  }

  .reviews__block_6 {
    width: 287px;
  }

  .reviews__block_7 {
    width: 268px;
  }

  .reviews__block_8 {
    width: 322px;
  }

  .reviews__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #F0F0F0;
  }

  .reviews__text {
    margin: 12px 0 0 0;
    font-size: 14px;
    line-height: 130%;
  }*/
}

/*form*/
/*callbackform*/

.over-overlay {
    position: fixed;
    top: 0;
    overflow: auto;
    width: 100%;
    z-index: 100;
    min-height: 100vh;
    display: none;
}

.overlay {
    width: 100%;
    /*height: 100vh;
  height: -webkit-fill-available;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(32, 29, 26, 0.6);
    display: none;
    filter: blur(8px);
}

.menu-overlay {
    z-index: 3 !important;
}

.form-popup {
    display: none;
    max-width: 500px;
    margin: 0 auto;
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
    z-index: 120;
}

.callbackform__message {
    position: relative;
    padding: 40px 48px;
    background: #fff;
    border: 1px solid rgb(149, 149, 149, 0.5);
    border-radius: 24px;
}

.callbackform__message_thnx {
    text-align: center;
}

.close-icon {
    cursor: pointer;
    z-index: 6;
    position: absolute;
    top: 24px;
    right: 24px;
    height: 16px;
    width: 16px;
    background-image: url(../img/close-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.callbackform__thnx-img {
    display: block;
    margin: 0 auto 4px auto;
    width: 56px;
}

.callbackform__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #19191a;
}

.callbackform__description {
    font-size: 18px;
    line-height: 22px;
    color: rgba(25, 25, 26, 0.8);
    margin: 8px 0 0 0;
}

.callbackform__note {
    color: #f0f0f0;
    opacity: 0.8;
    font-size: 14px;
    line-height: 18px;
    margin: 24px 0 0 0;
}

.callbackform__input {
    margin: 16px 0 0 0;
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 32px;
    color: rgba(25, 25, 26, 0.6) !important;
    padding: 12px 24px;
    border: 1px solid #eaf4ff;
    width: 100%;
    outline: none;
}

.callbackform__input::placeholder {
    color: rgba(29, 29, 29, 0.5);
}

.callbackform__btn {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    padding: 16px 24px;
    margin: 24px 0 0 0;
    border: none;
    cursor: pointer;
    transition: 0.2s all;
}

.callbackform__btn_disabled {
    background: #e2e2e2;
    color: rgba(29, 29, 29, 0.5);
    cursor: initial;
}

/*.callbackform__btn:hover {
  background: #7987FF;
}*/

.callbackform__btn_disabled:hover {
    background: #e2e2e2;
}

.callbackform__agreecheck {
    margin: 16px 0 0 0;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 8px;
    margin: 8px -8px -8px -8px;
    transition: 0.2s;
}

.callbackform__agreecheck.error {
    border: 1px solid #ff5858;
    border-radius: 10px;
    padding: 8px;
    margin: 8px -8px -8px -8px;
}

.callbackform__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.callbackform__checkbox + label {
    display: block;
    user-select: none;
    padding: 0 0 0 40px;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    color: rgba(25, 25, 26, 0.6);
    opacity: 0.8;
}

.callbackform__checkbox + label a {
    color: inherit;
}

.callbackform__note-message a {
    color: inherit;
}

.callbackform__checkbox + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: transparent;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px;
    cursor: pointer;
    border: 1px solid rgba(25, 25, 26, 0.6);
}

.callbackform__checkbox:checked + label::before {
    background-image: url("../img/default/checkbox.svg");
    background-size: 80%;
}

.callbackform__error-message {
    color: #ff5858;
    position: relative;
    line-height: 0px;
    opacity: 0;
    transition: all 0.2s;
    font-size: 13px;
    margin: 8px 0 -8px 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    padding: 0;
    width: max-content;
    max-width: 100%;
}

.callbackform__message input.error {
    color: #ff5858;
}

.callbackform__add-to-calendar {
    border: 2px solid #EAF4FF;
    border-radius: 12px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: rgba(25, 25, 26, 0.6);
    padding: 18px;
    margin: 16px 0 0 0;
    position: relative;
}

.callbackform__add-to-calendar img {
    width: 20px;
    position: relative;
    top: 3px;
    margin: -5px 0 0 3px;
}

@keyframes input-error {
    0% {
        transform: translate(0);
    }

    33% {
        transform: translate(5px);
    }

    66% {
        transform: translate(-5px);
    }

    100% {
        transform: translate(0);
    }
}

/*new styles*/
.hidden {
    display: none;
}

.callbackform___stap-phone-code {
    display: none;
    position: relative;
}

.callbackform___stap-with-email {
    display: none;
    position: relative;
}

.callbackform__note-message {
    color: rgba(25, 25, 26, 0.6);
    opacity: 0.8;
    font-size: 12px;
    line-height: 16px;
    margin: 12px 0 0 0;
}

.allbackform__note-message_top {
    margin: 24px 0 0 0;
}

.callbackform__input-code-wrap {
    position: relative;
}

.callbackform__input-code-state {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 24px;
    height: 24px;
    background-size: contain;
    display: none;
}

.callbackform__input-code-state_sending {
    background: url(../img/default/sending.svg) center center no-repeat;
    transform: rotate(0);
    animation: rotation 2s linear infinite;
    display: block;
}

.callbackform__input-code-state_success {
    background: url(../img/default/success.svg) center center no-repeat;
    display: block;
}

.callbackform__input-code-state_new-code {
    background: url(../img/default/new-code.svg) center center no-repeat;
    display: block;
    cursor: pointer;
}

@keyframes rotation {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.callbackform__href-next-step {
    text-decoration: underline;
    cursor: pointer;
    width: max-content;
    font-size: 18px;
    line-height: 28px;
    color: rgba(25, 25, 26, 0.8);
    opacity: 0.8;
    margin: 20px 0 0 0;
}

.callbackform__arrow-back {
    position: absolute;
    top: -20px;
    left: -30px;
    cursor: pointer;
}

.callbackform__arrow-back img {
    width: 24px;
}

.callbackform___stap-phone-code-hidden {
    display: none;
}

.callbackform__message_thnx {
    display: none;
}

.callbackform__title_ltl {
    font-size: 24px;
    line-height: 32px;
}

@media screen and (max-width: 750px) {
    .callbackform__arrow-back {
        top: -19px;
        left: -12px;
    }

    .callbackform__arrow-back img {
        width: 17px;
    }

    .callbackform__title_ltl {
        font-size: 18px;
        line-height: 24px;
    }
}

/*pre-btn-qw*/
.pre-btn-qw {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    margin-top: 21px;
}

.pre-btn-qw__text {
    font-size: 18px;
    line-height: 120%;
    color: #f0f0f0;
}

.pre-btn-qw__switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.pre-btn-qw__switch {
    background: #bdbdbd;
    width: 50px;
    height: 30px;
    border-radius: 15px;
    position: relative;
    transition: 0.3s;
    flex-shrink: 0;
    cursor: pointer;
}

.pre-btn-qw__switch-tongue {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background: #ffffff;
    top: 2px;
    left: 2px;
    transition: 0.3s;
    box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.pre-btn-qw__switch-input:checked + .pre-btn-qw__switch {
    background: #586dec;
}

.pre-btn-qw__switch-input:checked + .pre-btn-qw__switch .pre-btn-qw__switch-tongue {
    left: 22px;
}

@media screen and (max-width: 750px) {
    .pre-btn-qw {
        margin-top: 12px;
    }

    .pre-btn-qw__text {
        font-size: 14px;
    }
}

/*new styles*/
@media screen and (max-width: 1350px) {
    .callbackform__description {
        font-size: 16px;
        line-height: 22px;
    }

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

    .callbackform__btn {
        font-size: 16px;
    }

    .callbackform__input {
        font-size: 16px;
        line-height: 22px;
        border-radius: 8px;
    }

    .callbackform__add-to-calendar {
        border-radius: 8px;
        padding: 12px;
    }
}

@media screen and (max-width: 750px) {
    .form-popup {
        max-width: 400px;
    }

    .callbackform__message {
        box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
        border-radius: 20px;
        padding: 32px 24px 32px 24px;
    }

    .close-icon {
        top: 17px;
        right: 16px;
        height: 16px;
        width: 16px;
    }

    .callbackform__title {
        font-size: 24px;
        line-height: 28px;
    }

    .callbackform__description {
        font-size: 16px;
        line-height: 20px;
        margin: 8px 0 8px 0;
    }

    .callbackform__input {
        margin: 8px 0 0 0;
        line-height: 20px;
        padding: 12px 16px;
    }

    .callbackform__btn {
        padding: 14px 24px;
    }

    .callbackform__checkbox + label {
        padding: 0 0 0 32px;
    }
}

/*phone mask*/
.callbackform__input-container {
    position: relative;
    margin-top: 16px;
    display: inline-block;
    width: 100%;
}
.callbackform__input-container .callbackform__input {
    margin: 0;
}
.callbackform__input-phone-mask {
    padding: 12px 24px 12px 73px;
}
.callbackform__input.border-square {
    /* border-radius: 10px 10px 0 0; */
}

.callbackform__flag-container {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 57px;
    height: 40px;
    background: #fff;
    /* border-radius: 6px; */
    padding: 12px 0 12px 12px;
    display: flex;
    align-items: center;
}

.callbackform__flag-container::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    background: url(../img/callbackform__flag-arrow.svg) center center no-repeat;
    background-size: contain;
    width: 8px;
    height: 6px;
}

.callbackform__flag {
    /*  height: 15px;*/
    /*  box-shadow: 0px 0px 1px 0px #888;*/
    /* border-radius: 2.5px; */
    width: 20px;
    margin: 0 16px 0 0;
    transform: scale(1.2);
    background-image: url("../img/flags.png");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .callbackform__flag {
        background-image: url("../img/flags@2x.png");
    }
}

.callbackform__dropdown {
    position: absolute;
    top: 46px;
    background: #f8f8f8;
    z-index: 2;
    width: 100%;
    border: 1px solid #ededed;
    /* border-radius: 0px 0px 12px 12px; */
    overflow: hidden;
}

.callbackform__dropdown.hide {
    display: none;
}

.callbackform__dropdown.show {
    display: block;
}

.callbackform__country-list {
    padding: 0;
    margin: 0;
    height: 100%;
    max-height: 50vh;
    overflow: auto;
}

.callbackform__country-item {
    display: flex;
    align-items: center;
    height: 46px;
    padding: 0 22px;
    cursor: pointer;
}

.callbackform__country-item.hide {
    display: none;
}

.callbackform__country-item:hover {
    background: #fff;
}

.callbackform__country-name {
    display: inline-block;
    margin-right: 8px;
    color: #454545;
}
.callbackform__country-phone-code {
    color: #454545;
}

@media screen and (max-width: 750px) {
    .callbackform__dropdown {
        top: 44px;
    }
}

/*flags*/

.callbackform__flag {
}
.callbackform__flag.flag_be {
    width: 18px;
}
.callbackform__flag.flag_ch {
    width: 15px;
}
.callbackform__flag.flag_mc {
    width: 19px;
}
.callbackform__flag.flag_ne {
    width: 18px;
}
.callbackform__flag.flag_np {
    width: 13px;
}
.callbackform__flag.flag_va {
    width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .callbackform__flag {
        background-size: 5652px 15px;
    }
}
.callbackform__flag.flag_ac {
    height: 10px;
    background-position: 0px 0px;
}
.callbackform__flag.flag_ad {
    height: 14px;
    background-position: -22px 0px;
}
.callbackform__flag.flag_ae {
    height: 10px;
    background-position: -44px 0px;
}
.callbackform__flag.flag_af {
    height: 14px;
    background-position: -66px 0px;
}
.callbackform__flag.flag_ag {
    height: 14px;
    background-position: -88px 0px;
}
.callbackform__flag.flag_ai {
    height: 10px;
    background-position: -110px 0px;
}
.callbackform__flag.flag_al {
    height: 15px;
    background-position: -132px 0px;
}
.callbackform__flag.flag_am {
    height: 10px;
    background-position: -154px 0px;
}
.callbackform__flag.flag_ao {
    height: 14px;
    background-position: -176px 0px;
}
.callbackform__flag.flag_aq {
    height: 14px;
    background-position: -198px 0px;
}
.callbackform__flag.flag_ar {
    height: 13px;
    background-position: -220px 0px;
}
.callbackform__flag.flag_as {
    height: 10px;
    background-position: -242px 0px;
}
.callbackform__flag.flag_at {
    height: 14px;
    background-position: -264px 0px;
}
.callbackform__flag.flag_au {
    height: 10px;
    background-position: -286px 0px;
}
.callbackform__flag.flag_aw {
    height: 14px;
    background-position: -308px 0px;
}
.callbackform__flag.flag_ax {
    height: 13px;
    background-position: -330px 0px;
}
.callbackform__flag.flag_az {
    height: 10px;
    background-position: -352px 0px;
}
.callbackform__flag.flag_ba {
    height: 10px;
    background-position: -374px 0px;
}
.callbackform__flag.flag_bb {
    height: 14px;
    background-position: -396px 0px;
}
.callbackform__flag.flag_bd {
    height: 12px;
    background-position: -418px 0px;
}
.callbackform__flag.flag_be {
    height: 15px;
    background-position: -440px 0px;
}
.callbackform__flag.flag_bf {
    height: 14px;
    background-position: -460px 0px;
}
.callbackform__flag.flag_bg {
    height: 12px;
    background-position: -482px 0px;
}
.callbackform__flag.flag_bh {
    height: 12px;
    background-position: -504px 0px;
}
.callbackform__flag.flag_bi {
    height: 12px;
    background-position: -526px 0px;
}
.callbackform__flag.flag_bj {
    height: 14px;
    background-position: -548px 0px;
}
.callbackform__flag.flag_bl {
    height: 14px;
    background-position: -570px 0px;
}
.callbackform__flag.flag_bm {
    height: 10px;
    background-position: -592px 0px;
}
.callbackform__flag.flag_bn {
    height: 10px;
    background-position: -614px 0px;
}
.callbackform__flag.flag_bo {
    height: 14px;
    background-position: -636px 0px;
}
.callbackform__flag.flag_bq {
    height: 14px;
    background-position: -658px 0px;
}
.callbackform__flag.flag_br {
    height: 14px;
    background-position: -680px 0px;
}
.callbackform__flag.flag_bs {
    height: 10px;
    background-position: -702px 0px;
}
.callbackform__flag.flag_bt {
    height: 14px;
    background-position: -724px 0px;
}
.callbackform__flag.flag_bv {
    height: 15px;
    background-position: -746px 0px;
}
.callbackform__flag.flag_bw {
    height: 14px;
    background-position: -768px 0px;
}
.callbackform__flag.flag_by {
    height: 10px;
    background-position: -790px 0px;
}
.callbackform__flag.flag_bz {
    height: 14px;
    background-position: -812px 0px;
}
.callbackform__flag.flag_ca {
    height: 10px;
    background-position: -834px 0px;
}
.callbackform__flag.flag_cc {
    height: 10px;
    background-position: -856px 0px;
}
.callbackform__flag.flag_cd {
    height: 15px;
    background-position: -878px 0px;
}
.callbackform__flag.flag_cf {
    height: 14px;
    background-position: -900px 0px;
}
.callbackform__flag.flag_cg {
    height: 14px;
    background-position: -922px 0px;
}
.callbackform__flag.flag_ch {
    height: 15px;
    background-position: -944px 0px;
}
.callbackform__flag.flag_ci {
    height: 14px;
    background-position: -961px 0px;
}
.callbackform__flag.flag_ck {
    height: 10px;
    background-position: -983px 0px;
}
.callbackform__flag.flag_cl {
    height: 14px;
    background-position: -1005px 0px;
}
.callbackform__flag.flag_cm {
    height: 14px;
    background-position: -1027px 0px;
}
.callbackform__flag.flag_cn {
    height: 14px;
    background-position: -1049px 0px;
}
.callbackform__flag.flag_co {
    height: 14px;
    background-position: -1071px 0px;
}
.callbackform__flag.flag_cp {
    height: 14px;
    background-position: -1093px 0px;
}
.callbackform__flag.flag_cr {
    height: 12px;
    background-position: -1115px 0px;
}
.callbackform__flag.flag_cu {
    height: 10px;
    background-position: -1137px 0px;
}
.callbackform__flag.flag_cv {
    height: 12px;
    background-position: -1159px 0px;
}
.callbackform__flag.flag_cw {
    height: 14px;
    background-position: -1181px 0px;
}
.callbackform__flag.flag_cx {
    height: 10px;
    background-position: -1203px 0px;
}
.callbackform__flag.flag_cy {
    height: 14px;
    background-position: -1225px 0px;
}
.callbackform__flag.flag_cz {
    height: 14px;
    background-position: -1247px 0px;
}
.callbackform__flag.flag_de {
    height: 12px;
    background-position: -1269px 0px;
}
.callbackform__flag.flag_dg {
    height: 10px;
    background-position: -1291px 0px;
}
.callbackform__flag.flag_dj {
    height: 14px;
    background-position: -1313px 0px;
}
.callbackform__flag.flag_dk {
    height: 15px;
    background-position: -1335px 0px;
}
.callbackform__flag.flag_dm {
    height: 10px;
    background-position: -1357px 0px;
}
.callbackform__flag.flag_do {
    height: 14px;
    background-position: -1379px 0px;
}
.callbackform__flag.flag_dz {
    height: 14px;
    background-position: -1401px 0px;
}
.callbackform__flag.flag_ea {
    height: 14px;
    background-position: -1423px 0px;
}
.callbackform__flag.flag_ec {
    height: 14px;
    background-position: -1445px 0px;
}
.callbackform__flag.flag_ee {
    height: 13px;
    background-position: -1467px 0px;
}
.callbackform__flag.flag_eg {
    height: 14px;
    background-position: -1489px 0px;
}
.callbackform__flag.flag_eh {
    height: 10px;
    background-position: -1511px 0px;
}
.callbackform__flag.flag_er {
    height: 10px;
    background-position: -1533px 0px;
}
.callbackform__flag.flag_es {
    height: 14px;
    background-position: -1555px 0px;
}
.callbackform__flag.flag_et {
    height: 10px;
    background-position: -1577px 0px;
}
.callbackform__flag.flag_eu {
    height: 14px;
    background-position: -1599px 0px;
}
.callbackform__flag.flag_fi {
    height: 12px;
    background-position: -1621px 0px;
}
.callbackform__flag.flag_fj {
    height: 10px;
    background-position: -1643px 0px;
}
.callbackform__flag.flag_fk {
    height: 10px;
    background-position: -1665px 0px;
}
.callbackform__flag.flag_fm {
    height: 11px;
    background-position: -1687px 0px;
}
.callbackform__flag.flag_fo {
    height: 15px;
    background-position: -1709px 0px;
}
.callbackform__flag.flag_fr {
    height: 14px;
    background-position: -1731px 0px;
}
.callbackform__flag.flag_ga {
    height: 15px;
    background-position: -1753px 0px;
}
.callbackform__flag.flag_gb {
    height: 10px;
    background-position: -1775px 0px;
}
.callbackform__flag.flag_gd {
    height: 12px;
    background-position: -1797px 0px;
}
.callbackform__flag.flag_ge {
    height: 14px;
    background-position: -1819px 0px;
}
.callbackform__flag.flag_gf {
    height: 14px;
    background-position: -1841px 0px;
}
.callbackform__flag.flag_gg {
    height: 14px;
    background-position: -1863px 0px;
}
.callbackform__flag.flag_gh {
    height: 14px;
    background-position: -1885px 0px;
}
.callbackform__flag.flag_gi {
    height: 10px;
    background-position: -1907px 0px;
}
.callbackform__flag.flag_gl {
    height: 14px;
    background-position: -1929px 0px;
}
.callbackform__flag.flag_gm {
    height: 14px;
    background-position: -1951px 0px;
}
.callbackform__flag.flag_gn {
    height: 14px;
    background-position: -1973px 0px;
}
.callbackform__flag.flag_gp {
    height: 14px;
    background-position: -1995px 0px;
}
.callbackform__flag.flag_gq {
    height: 14px;
    background-position: -2017px 0px;
}
.callbackform__flag.flag_gr {
    height: 14px;
    background-position: -2039px 0px;
}
.callbackform__flag.flag_gs {
    height: 10px;
    background-position: -2061px 0px;
}
.callbackform__flag.flag_gt {
    height: 13px;
    background-position: -2083px 0px;
}
.callbackform__flag.flag_gu {
    height: 11px;
    background-position: -2105px 0px;
}
.callbackform__flag.flag_gw {
    height: 10px;
    background-position: -2127px 0px;
}
.callbackform__flag.flag_gy {
    height: 12px;
    background-position: -2149px 0px;
}
.callbackform__flag.flag_hk {
    height: 14px;
    background-position: -2171px 0px;
}
.callbackform__flag.flag_hm {
    height: 10px;
    background-position: -2193px 0px;
}
.callbackform__flag.flag_hn {
    height: 10px;
    background-position: -2215px 0px;
}
.callbackform__flag.flag_hr {
    height: 10px;
    background-position: -2237px 0px;
}
.callbackform__flag.flag_ht {
    height: 12px;
    background-position: -2259px 0px;
}
.callbackform__flag.flag_hu {
    height: 10px;
    background-position: -2281px 0px;
}
.callbackform__flag.flag_ic {
    height: 14px;
    background-position: -2303px 0px;
}
.callbackform__flag.flag_id {
    height: 14px;
    background-position: -2325px 0px;
}
.callbackform__flag.flag_ie {
    height: 10px;
    background-position: -2347px 0px;
}
.callbackform__flag.flag_il {
    height: 15px;
    background-position: -2369px 0px;
}
.callbackform__flag.flag_im {
    height: 10px;
    background-position: -2391px 0px;
}
.callbackform__flag.flag_in {
    height: 14px;
    background-position: -2413px 0px;
}
.callbackform__flag.flag_io {
    height: 10px;
    background-position: -2435px 0px;
}
.callbackform__flag.flag_iq {
    height: 14px;
    background-position: -2457px 0px;
}
.callbackform__flag.flag_ir {
    height: 12px;
    background-position: -2479px 0px;
}
.callbackform__flag.flag_is {
    height: 15px;
    background-position: -2501px 0px;
}
.callbackform__flag.flag_it {
    height: 14px;
    background-position: -2523px 0px;
}
.callbackform__flag.flag_je {
    height: 12px;
    background-position: -2545px 0px;
}
.callbackform__flag.flag_jm {
    height: 10px;
    background-position: -2567px 0px;
}
.callbackform__flag.flag_jo {
    height: 10px;
    background-position: -2589px 0px;
}
.callbackform__flag.flag_jp {
    height: 14px;
    background-position: -2611px 0px;
}
.callbackform__flag.flag_ke {
    height: 14px;
    background-position: -2633px 0px;
}
.callbackform__flag.flag_kg {
    height: 12px;
    background-position: -2655px 0px;
}
.callbackform__flag.flag_kh {
    height: 13px;
    background-position: -2677px 0px;
}
.callbackform__flag.flag_ki {
    height: 10px;
    background-position: -2699px 0px;
}
.callbackform__flag.flag_km {
    height: 12px;
    background-position: -2721px 0px;
}
.callbackform__flag.flag_kn {
    height: 14px;
    background-position: -2743px 0px;
}
.callbackform__flag.flag_kp {
    height: 10px;
    background-position: -2765px 0px;
}
.callbackform__flag.flag_kr {
    height: 14px;
    background-position: -2787px 0px;
}
.callbackform__flag.flag_kw {
    height: 10px;
    background-position: -2809px 0px;
}
.callbackform__flag.flag_ky {
    height: 10px;
    background-position: -2831px 0px;
}
.callbackform__flag.flag_kz {
    height: 10px;
    background-position: -2853px 0px;
}
.callbackform__flag.flag_la {
    height: 14px;
    background-position: -2875px 0px;
}
.callbackform__flag.flag_lb {
    height: 14px;
    background-position: -2897px 0px;
}
.callbackform__flag.flag_lc {
    height: 10px;
    background-position: -2919px 0px;
}
.callbackform__flag.flag_li {
    height: 12px;
    background-position: -2941px 0px;
}
.callbackform__flag.flag_lk {
    height: 10px;
    background-position: -2963px 0px;
}
.callbackform__flag.flag_lr {
    height: 11px;
    background-position: -2985px 0px;
}
.callbackform__flag.flag_ls {
    height: 14px;
    background-position: -3007px 0px;
}
.callbackform__flag.flag_lt {
    height: 12px;
    background-position: -3029px 0px;
}
.callbackform__flag.flag_lu {
    height: 12px;
    background-position: -3051px 0px;
}
.callbackform__flag.flag_lv {
    height: 10px;
    background-position: -3073px 0px;
}
.callbackform__flag.flag_ly {
    height: 10px;
    background-position: -3095px 0px;
}
.callbackform__flag.flag_ma {
    height: 14px;
    background-position: -3117px 0px;
}
.callbackform__flag.flag_mc {
    height: 15px;
    background-position: -3139px 0px;
}
.callbackform__flag.flag_md {
    height: 10px;
    background-position: -3160px 0px;
}
.callbackform__flag.flag_me {
    height: 10px;
    background-position: -3182px 0px;
}
.callbackform__flag.flag_mf {
    height: 14px;
    background-position: -3204px 0px;
}
.callbackform__flag.flag_mg {
    height: 14px;
    background-position: -3226px 0px;
}
.callbackform__flag.flag_mh {
    height: 11px;
    background-position: -3248px 0px;
}
.callbackform__flag.flag_mk {
    height: 10px;
    background-position: -3270px 0px;
}
.callbackform__flag.flag_ml {
    height: 14px;
    background-position: -3292px 0px;
}
.callbackform__flag.flag_mm {
    height: 14px;
    background-position: -3314px 0px;
}
.callbackform__flag.flag_mn {
    height: 10px;
    background-position: -3336px 0px;
}
.callbackform__flag.flag_mo {
    height: 14px;
    background-position: -3358px 0px;
}
.callbackform__flag.flag_mp {
    height: 10px;
    background-position: -3380px 0px;
}
.callbackform__flag.flag_mq {
    height: 14px;
    background-position: -3402px 0px;
}
.callbackform__flag.flag_mr {
    height: 14px;
    background-position: -3424px 0px;
}
.callbackform__flag.flag_ms {
    height: 10px;
    background-position: -3446px 0px;
}
.callbackform__flag.flag_mt {
    height: 14px;
    background-position: -3468px 0px;
}
.callbackform__flag.flag_mu {
    height: 14px;
    background-position: -3490px 0px;
}
.callbackform__flag.flag_mv {
    height: 14px;
    background-position: -3512px 0px;
}
.callbackform__flag.flag_mw {
    height: 14px;
    background-position: -3534px 0px;
}
.callbackform__flag.flag_mx {
    height: 12px;
    background-position: -3556px 0px;
}
.callbackform__flag.flag_my {
    height: 10px;
    background-position: -3578px 0px;
}
.callbackform__flag.flag_mz {
    height: 14px;
    background-position: -3600px 0px;
}
.callbackform__flag.flag_na {
    height: 14px;
    background-position: -3622px 0px;
}
.callbackform__flag.flag_nc {
    height: 10px;
    background-position: -3644px 0px;
}
.callbackform__flag.flag_ne {
    height: 15px;
    background-position: -3666px 0px;
}
.callbackform__flag.flag_nf {
    height: 10px;
    background-position: -3686px 0px;
}
.callbackform__flag.flag_ng {
    height: 10px;
    background-position: -3708px 0px;
}
.callbackform__flag.flag_ni {
    height: 12px;
    background-position: -3730px 0px;
}
.callbackform__flag.flag_nl {
    height: 14px;
    background-position: -3752px 0px;
}
.callbackform__flag.flag_no {
    height: 15px;
    background-position: -3774px 0px;
}
.callbackform__flag.flag_np {
    height: 15px;
    background-position: -3796px 0px;
}
.callbackform__flag.flag_nr {
    height: 10px;
    background-position: -3811px 0px;
}
.callbackform__flag.flag_nu {
    height: 10px;
    background-position: -3833px 0px;
}
.callbackform__flag.flag_nz {
    height: 10px;
    background-position: -3855px 0px;
}
.callbackform__flag.flag_om {
    height: 10px;
    background-position: -3877px 0px;
}
.callbackform__flag.flag_pa {
    height: 14px;
    background-position: -3899px 0px;
}
.callbackform__flag.flag_pe {
    height: 14px;
    background-position: -3921px 0px;
}
.callbackform__flag.flag_pf {
    height: 14px;
    background-position: -3943px 0px;
}
.callbackform__flag.flag_pg {
    height: 15px;
    background-position: -3965px 0px;
}
.callbackform__flag.flag_ph {
    height: 10px;
    background-position: -3987px 0px;
}
.callbackform__flag.flag_pk {
    height: 14px;
    background-position: -4009px 0px;
}
.callbackform__flag.flag_pl {
    height: 13px;
    background-position: -4031px 0px;
}
.callbackform__flag.flag_pm {
    height: 14px;
    background-position: -4053px 0px;
}
.callbackform__flag.flag_pn {
    height: 10px;
    background-position: -4075px 0px;
}
.callbackform__flag.flag_pr {
    height: 14px;
    background-position: -4097px 0px;
}
.callbackform__flag.flag_ps {
    height: 10px;
    background-position: -4119px 0px;
}
.callbackform__flag.flag_pt {
    height: 14px;
    background-position: -4141px 0px;
}
.callbackform__flag.flag_pw {
    height: 13px;
    background-position: -4163px 0px;
}
.callbackform__flag.flag_py {
    height: 11px;
    background-position: -4185px 0px;
}
.callbackform__flag.flag_qa {
    height: 8px;
    background-position: -4207px 0px;
}
.callbackform__flag.flag_re {
    height: 14px;
    background-position: -4229px 0px;
}
.callbackform__flag.flag_ro {
    height: 14px;
    background-position: -4251px 0px;
}
.callbackform__flag.flag_rs {
    height: 14px;
    background-position: -4273px 0px;
}
.callbackform__flag.flag_ru {
    height: 14px;
    background-position: -4295px 0px;
}
.callbackform__flag.flag_rw {
    height: 14px;
    background-position: -4317px 0px;
}
.callbackform__flag.flag_sa {
    height: 14px;
    background-position: -4339px 0px;
}
.callbackform__flag.flag_sb {
    height: 10px;
    background-position: -4361px 0px;
}
.callbackform__flag.flag_sc {
    height: 10px;
    background-position: -4383px 0px;
}
.callbackform__flag.flag_sd {
    height: 10px;
    background-position: -4405px 0px;
}
.callbackform__flag.flag_se {
    height: 13px;
    background-position: -4427px 0px;
}
.callbackform__flag.flag_sg {
    height: 14px;
    background-position: -4449px 0px;
}
.callbackform__flag.flag_sh {
    height: 10px;
    background-position: -4471px 0px;
}
.callbackform__flag.flag_si {
    height: 10px;
    background-position: -4493px 0px;
}
.callbackform__flag.flag_sj {
    height: 15px;
    background-position: -4515px 0px;
}
.callbackform__flag.flag_sk {
    height: 14px;
    background-position: -4537px 0px;
}
.callbackform__flag.flag_sl {
    height: 14px;
    background-position: -4559px 0px;
}
.callbackform__flag.flag_sm {
    height: 15px;
    background-position: -4581px 0px;
}
.callbackform__flag.flag_sn {
    height: 14px;
    background-position: -4603px 0px;
}
.callbackform__flag.flag_so {
    height: 14px;
    background-position: -4625px 0px;
}
.callbackform__flag.flag_sr {
    height: 14px;
    background-position: -4647px 0px;
}
.callbackform__flag.flag_ss {
    height: 10px;
    background-position: -4669px 0px;
}
.callbackform__flag.flag_st {
    height: 10px;
    background-position: -4691px 0px;
}
.callbackform__flag.flag_sv {
    height: 12px;
    background-position: -4713px 0px;
}
.callbackform__flag.flag_sx {
    height: 14px;
    background-position: -4735px 0px;
}
.callbackform__flag.flag_sy {
    height: 14px;
    background-position: -4757px 0px;
}
.callbackform__flag.flag_sz {
    height: 14px;
    background-position: -4779px 0px;
}
.callbackform__flag.flag_ta {
    height: 10px;
    background-position: -4801px 0px;
}
.callbackform__flag.flag_tc {
    height: 10px;
    background-position: -4823px 0px;
}
.callbackform__flag.flag_td {
    height: 14px;
    background-position: -4845px 0px;
}
.callbackform__flag.flag_tf {
    height: 14px;
    background-position: -4867px 0px;
}
.callbackform__flag.flag_tg {
    height: 13px;
    background-position: -4889px 0px;
}
.callbackform__flag.flag_th {
    height: 14px;
    background-position: -4911px 0px;
}
.callbackform__flag.flag_tj {
    height: 10px;
    background-position: -4933px 0px;
}
.callbackform__flag.flag_tk {
    height: 10px;
    background-position: -4955px 0px;
}
.callbackform__flag.flag_tl {
    height: 10px;
    background-position: -4977px 0px;
}
.callbackform__flag.flag_tm {
    height: 14px;
    background-position: -4999px 0px;
}
.callbackform__flag.flag_tn {
    height: 14px;
    background-position: -5021px 0px;
}
.callbackform__flag.flag_to {
    height: 10px;
    background-position: -5043px 0px;
}
.callbackform__flag.flag_tr {
    height: 14px;
    background-position: -5065px 0px;
}
.callbackform__flag.flag_tt {
    height: 12px;
    background-position: -5087px 0px;
}
.callbackform__flag.flag_tv {
    height: 10px;
    background-position: -5109px 0px;
}
.callbackform__flag.flag_tw {
    height: 14px;
    background-position: -5131px 0px;
}
.callbackform__flag.flag_tz {
    height: 14px;
    background-position: -5153px 0px;
}
.callbackform__flag.flag_ua {
    height: 14px;
    background-position: -5175px 0px;
}
.callbackform__flag.flag_ug {
    height: 14px;
    background-position: -5197px 0px;
}
.callbackform__flag.flag_um {
    height: 11px;
    background-position: -5219px 0px;
}
.callbackform__flag.flag_un {
    height: 14px;
    background-position: -5241px 0px;
}
.callbackform__flag.flag_us {
    height: 11px;
    background-position: -5263px 0px;
}
.callbackform__flag.flag_uy {
    height: 14px;
    background-position: -5285px 0px;
}
.callbackform__flag.flag_uz {
    height: 10px;
    background-position: -5307px 0px;
}
.callbackform__flag.flag_va {
    height: 15px;
    background-position: -5329px 0px;
}
.callbackform__flag.flag_vc {
    height: 14px;
    background-position: -5346px 0px;
}
.callbackform__flag.flag_ve {
    height: 14px;
    background-position: -5368px 0px;
}
.callbackform__flag.flag_vg {
    height: 10px;
    background-position: -5390px 0px;
}
.callbackform__flag.flag_vi {
    height: 14px;
    background-position: -5412px 0px;
}
.callbackform__flag.flag_vn {
    height: 14px;
    background-position: -5434px 0px;
}
.callbackform__flag.flag_vu {
    height: 12px;
    background-position: -5456px 0px;
}
.callbackform__flag.flag_wf {
    height: 14px;
    background-position: -5478px 0px;
}
.callbackform__flag.flag_ws {
    height: 10px;
    background-position: -5500px 0px;
}
.callbackform__flag.flag_xk {
    height: 15px;
    background-position: -5522px 0px;
}
.callbackform__flag.flag_ye {
    height: 14px;
    background-position: -5544px 0px;
}
.callbackform__flag.flag_yt {
    height: 14px;
    background-position: -5566px 0px;
}
.callbackform__flag.flag_za {
    height: 14px;
    background-position: -5588px 0px;
}
.callbackform__flag.flag_zm {
    height: 14px;
    background-position: -5610px 0px;
}
.callbackform__flag.flag_zw {
    height: 10px;
    background-position: -5632px 0px;
}

.captcha-container {
    position: fixed;
    top: calc(10vh + 300px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 210;
}
.recaptcha-overlay {
}
.recaptcha-over-overlay {
    z-index: 200;
}

/*tb-notification-button*/
tb-notification-button {
    margin: 16px 0 0 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: initial !important;
    border: 2px solid #EAF4FF;
    border-radius: 12px !important;
    padding: 20px !important;
}

tb-notification-button:hover {
    box-shadow: initial !important;
}

tb-notification-button a {
    color: rgba(25, 25, 26, 0.6);
    font-size: 14px !important;
    line-height: 20px !important;
}

tb-notification-button a::before {
    content: "Бот-помощник напомнит вам о мероприятии. Подпишитесь";
    position: relative;
    font-family: "Unbounded", sans-serif !important;
    color: rgba(25, 25, 26, 0.6);
}

tb-notification-button a::after {
    content: "";
    position: relative;
    width: 20px;
    height: 20px;
    background-image: url(../img/default/telegram-logo.svg);
}

tb-notification-button__icon {
    width: 20px !important;
    height: 20px !important;
    background-image: url(../img/default/telegram-logo.svg) !important;
    margin: -4px 0 0 2px !important;
}

tb-notification-button__icon svg {
    display: none !important;
}

tb-notification-button__text {
    display: none !important;
}

@media screen and (max-width: 1350px) {
    tb-notification-button {
        border-radius: 8px !important;
        padding: 14px !important;
        margin: 8px 0 0 0 !important;
    }
}

@media screen and (max-width: 750px) {
    tb-notification-button a::before {
        content: "Напоминание в";
    }
}

.timeout-html {
    display: inline;
}

.decorative {
    position: absolute;
}
.decorative_1 {
    width: 680px;
    height: 680px;
    /* border-radius: 950px; */
    border-radius: 680px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(98, 98, 255, 0.9) 0%, rgba(98, 98, 255, 0) 100%);
    left: -335px;
    top: -798px;
    z-index: -1;
    filter: blur(250.3000030517578px);
}
/* .decorative_2 {
  width: 1800px;
  height: 1800px;
  border-radius: 1000px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(61, 93, 63, 1) 0%, rgba(51, 57, 41, 0.96) 50%, rgba(28, 23, 22, 0) 100%);
  right: -110%;
  bottom: -1500px;
  z-index: -1;
} */
.decorative_2 {
    width: 680px;
    height: 680px;
    border-radius: 680px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(98, 98, 255, 0.9) 0%, rgba(98, 98, 255, 0) 100%);
    filter: blur(250.3000030517578px);
    left: -350px;
    top: 1200px;
    z-index: -1;
}

.decorative_3 {
    width: 680px;
    height: 680px;
    border-radius: 680px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(98, 98, 255, 0.9) 0%, rgba(98, 98, 255, 0) 100%);
    filter: blur(250.3000030517578px);
    right: -800px;
    top: -10px;
    z-index: -1;
}
.decorative_4 {
    width: 780px;
    height: 780px;
    border-radius: 680px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(98, 98, 255, 0.9) 0%, rgba(98, 98, 255, 0) 100%);
    filter: blur(50px);
    right: -450px;
    top: 250px;
    z-index: 0;
}

.decorative_5 {
    width: 680px;
    height: 680px;
    border-radius: 680px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(98, 98, 255, 0.9) 0%, rgba(98, 98, 255, 0) 100%);
    filter: blur(250.3000030517578px);
    left: -350px;
    top: -10px;
    z-index: -1;
}

.decorative_img-1 {
    width: 600px;
    top: -90px;
    left: 940px;
    z-index: -1;
}

.decorative_img-1 img {
    height: 100%;
}

.decorative_img-2 {
    width: 600px;
    top: -260px;
    right: 940px;
    z-index: -1;
}

.decorative_img-2 img {
    height: 100%;
}

.decorative_img-3 {
    width: 1002px;
    top: -164px;
    left: 698px;
    z-index: -1;
    height: 964px;
}

.decorative_img-3 img {
    height: 100%;
}

.decorative_img-4 {
    width: 100%;
    top: -190px;
    left: 290px;
    z-index: -1;
    height: 1068px;
}

.decorative_img-4 img {
    height: 100%;
}

.about__right-decorative {
    position: relative;
}

.about__right-decorative2 {
    position: relative;
}

.about__right-decorative3 {
    position: relative;
}

.about__right-decorative::before {
    content: "";
    position: absolute;
    background: url(../img/flowers-img2.svg) no-repeat;
    top: -155px;
    left: -57px;
    z-index: 1;
    width: 100%;
}

.about__right-decorative::after {
    content: "";
    position: absolute;
    background: url(../img/flowers-img3.svg) no-repeat;
    left: -168px;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 560px;
}

@media screen and (max-width: 1350px) {
    .decorative_img-1 {
        left: calc(800px);
    }
    .decorative_img-2 {
        right: calc(800px);
    }
    .decorative_img-3 {
        left: calc(800px);
    }
    .decorative_img-4 {
        left: calc(200px);
        width: 703px;
        top: -99px;
        left: 250px;
        height: 706px;
    }
}

@media screen and (max-width: 980px) {
    .decorative_img-1 {
        left: calc(530px);
    }
    .decorative_img-2 {
        right: calc(800px);
    }
    .decorative_img-3 {
        left: calc(300px);
    }
}

@media screen and (max-width: 750px) {
    .decorative_1 {
        right: -1000px;
    }
    .decorative_2 {
        right: -1300px;
    }
    .decorative_img-1 {
        left: calc(330px);
    }
    .decorative_img-2 {
        right: calc(800px);
    }
}

@media screen and (max-width: 581px) {
    .decorative_img-1 {
        left: calc(150px);
    }
    .decorative_img-2 {
        left: calc(800px);
    }
    .decorative_img-3 {
        left: calc(100px);
    }
}

/*events*/
.events {
    position: relative;
    margin: 200px 0;
}

.events__bg-icon {
    position: absolute;
    left: 14.3%;
    top: -19%;
}

.events__grid {
    display: grid;
    grid-template-columns: auto 421px;
    gap: 60px;
    align-items: center;
    max-width: 982px;
}

.events__text .title {
    text-align: left;
}

.title {
}

.events__desc {
    margin: 24px 0 40px 0;
    font-size: 18px;
    line-height: 150%;
    font-family: "Suisse Intl", sans-serif;
    color: rgba(25, 25, 26, 0.8);
    font-weight: 400;
}

.events__plate {
    position: relative;
    border-radius: 24px;
    background: #EDF3FF;
    box-shadow: -17px -2px 40px #ffffff, 17px 11px 32px #CCD1F3;
    padding: 60px 50px;
    display: grid;
    grid-template-columns: 100%;
    gap: 120px;
}

.events__image-top {
    position: absolute;
    top: -136px;
    right: -60px;
}

.events__image-bottom {
    position: absolute;
    bottom: -145px;
    left: -120px;
}

.events__info {
    position: relative;
    padding-left: 60px;
}

.events__info:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    border-top: 2px solid #fff;
}

.events__big {
    font-family: "Unbounded", sans-serif;
    color: #19191a;
    font-size: 60px;
    line-height: 120%;
    font-weight: 600;
}

.events__ltl {
    color: #232323;
    opacity: .8;
    font-size: 18px;
    line-height: 28px;
    margin: 12px 0 0 0;
}

.events__btn{
    margin: 24px 0 0 0;
    width: 318px;
    height: 72px;
}

.btn__link {
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 1200px) {
    .events {
        margin: 160px 0;
    }

    .events__grid {
        gap: 40px;
        max-width: initial;
    }

    .events__desc {
        margin: 24px 0 30px 0;
        font-size: 20px;
    }
}

@media (max-width: 980px) {
    .events {
        margin: 120px 0;
    }

    .events__grid {
        grid-template-columns: auto 315px;
        gap: 32px;
    }

    .events__desc {
        font-size: 18px;
    }

    .events__big {
        font-size: 40px;
    }
}

@media (max-width: 750px) {
    .events {
        margin: 80px 0;
    }

    .events__grid {
        grid-template-columns: 100%;
        gap: 24px;
    }
}

@media screen and (max-width: 581px) {
    .events__plate {
        padding: 40px 20px;
        /*box-shadow: 8px 8px 0px 0px #393C9B;*/
    }

}

/*speakers-bars*/

.speakers-bars {
    margin: 200px 0 100px 0;
}

.speakers-bars .title {
    text-align: left;
    color: #19191a;
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
}

.speakers-bars .splide__list {
    margin: 80px 0 0 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 24px;
}

.speakers-bars .splide__slide {
    display: flex;
    flex-direction: column;
    min-height: 506px;
}

.speakers-bars-1 .splide__slide:last-child {
    grid-column: span 2;
    border-radius: 24px;
    background: #EDF3FF;
    box-shadow: -17px -2px 40px #ffffff, 17px 11px 32px #CCD1F3;
    height: 410px;
    min-height: 410px;
    padding: 34px;
}

.card {
    position: relative;
    max-width: 410px;
    max-height: 410px;
    width: 100%;
    height: 100%;
}

.card__theme {
    display: none;
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #FDFDFD;
    border-radius: 16px;
    font-family: "Unbounded", sans-serif;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    width: 121px;
    height: 56px;
    text-align: center;
}

@media (max-width: 1024px) {
    .card__theme {
        display: flex;
    }
}

.cardWrapper {
    width: 410px;
    height: 410px;
    position: relative;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}

.cardFace {
    position: absolute;
    width: 410px;
    height: 410px;
    overflow: hidden;
}

.speakers-bars__content {
    width: 410px;
}

.front {
    border-radius: 24px;
    background: #EDF3FF;
    box-shadow: -17px -2px 40px #ffffff, 17px 11px 32px #CCD1F3;
}

.front:hover .card__desc {
    top: calc(100% - 138px);
}

.card__desc {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: top .3s ease;
    color: #fff;
    height: 138px;
    font-family: "Unbounded", sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.card__desc-inner {
    position: relative;
    z-index: 1;
    padding: 16px;
}
.card__desc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(69, 69, 69, 0.6);
    backdrop-filter: blur(14px);
}

.back {
    border-radius: 40px;
    background: #fff;
}

.card__back-content {
    padding: 24px 16px;
    position: relative;
    display: flex;
    gap: 35px;
    flex-direction: column;
}

.card__back-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    position: relative;
    z-index: 1;
    padding: 28px 18px;
}

.card__back-img {
    width: 178.2px;
    height: 81px;
    position: absolute;
    margin: auto;
    z-index: -1;
}

.card__back-desc {
    color: rgba(25, 25, 26, 0.9);
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
}

.card__back-sticker {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sticker-1 {
    /* transform: rotate(33deg); */
    transform: translate(10px, 90px);
}

.sticker-2 {
    width: 127px;
    transform: translate(-15px, 70px);
}

.sticker-3 {
    transform: translate(-15px, 150px);
}

.sticker-4 {
    width: 120px;
    height: 130px;
    transform: translate(-45px, 100px);
}

.sticker-5 {
    transform: translate(-30px, 70px);
}

.sticker-6 {
    transform: translate(-30px, 130px);
}

.sticker-7 {
    width: 125px;
    height: 172px;
    transform: translate(-30px, 135px);
}

/* .card__back-sticker-img {

} */

.speakers-bars {
    position: relative;
}

.speakers-bars__name {
    font-family: "Unbounded", sans-serif;
    color: #FF4B4A;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-top: 24px;
    text-align: left;
}

.speakers-bars__desc {
    color: #232323;
    opacity: .8;
    font-family: "Suisse Intl", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: left;
    margin-top: 16px;
}

.speakers-bars__img {
    border-radius: 40px;
    border: 1px solid #ff7ae0;
    background: #fff2fe;
    overflow: hidden;
}

.speakers-bars__img img {
    display: flex;
    align-self: center;
}

.speakers-bg {
    position: absolute;
    pointer-events: none;
    user-select: none;
}

.speakers-bg-1 {
    width: calc(588px / 2);
    top: 10px;
    right: -154px;
    z-index: -1;
}

.speakers-bg-2 {
    width: calc(264px / 2);
    top: calc(50% + 50px);
    left: -74px;
    z-index: -1;
}

.speakers-bg-3 {
    width: calc(312px / 2);
    bottom: 95px;
    right: 200px;
}

.speakers-bg-4 {
    width: calc(167px / 2);
    bottom: 212px;
    right: 176px;
}

.speakers-bg-5 {
    width: calc(588px / 2);
    bottom: 94px;
    right: -112px;
}

@media (max-width: 1050px) {
    .speakers-bg-3,
    .speakers-bg-4 {
        display: none;
    }
}

.info__title {
    color: #19191a;
    font-size: 42px;
    font-weight: 700;
    line-height: 120%;
    max-width: 581px;
}

.info__desc {
    margin-top: 24px;
    max-width: 730px;
    color: rgba(25, 25, 26, 0.8);
    font-family: "Suisse Intl", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 150%;
}

.speackers__info .btn {
    margin-top: 40px;
}

.speakers-bars-2 {
    margin: 214px 0 0 0;
}

.speakers-bars__icon--brand {
    bottom: -3px;
    right: 230px;
    width: 208px;
    transform: rotate(39deg);
}

.speakers-bars__icon--star {
    bottom: -57px;
    right: 16px;
    width: 142px;
    transform: rotate(15deg);
}

.speakers-bars__icon--wow {
    bottom: -192px;
    right: 183px;
    width: 171px;
    transform: rotate(58deg);
}

.speakers-bars__icon--sun {
    bottom: -108px;
    right: 492px;
    width: 113px;
    transform: rotate(58deg);
}

@media screen and (max-width: 1350px) {
    .cardWrapper {
        width: 304px;
        height: 304px;
    }
    .card {
        max-width: 304px;
        max-height: 304px;
    }

    .cardFace {
        width: 304px;
        height: 304px;
    }

    .speakers-bars__content {
        width: 304px;
    }

    .speakers-bars__desc {
        font-size: 16px;
    }

    .info__title {
        font-size: 28px;
        max-width: 560px;
    }

    .info__desc {
        font-size: 16px;
    }
    .speackers__info .btn {
        margin-top: 24px;
    }

    .events__image-top {
        top: -178px;
        right: -75px;
    }

    .speakers-bars-1 .splide__slide:last-child {
        height: 304px;
        min-height: 304px;
        padding: 20px;
    }

    .speakers-bars-2 {
        margin: 100px 0 0 0;
    }
}

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

}

@media screen and (max-width: 581px) {
    .cardWrapper {
        width: 280px;
        height: 280px;
    }

    .cardFace {
        width: 280px;
        height: 280px;
    }

    .speakers-bars__content {
        width: 280px;
    }
}

@media (max-width: 1200px) {
    /* .speakers-bars {
    margin: 160px 0;
  } */

    .speakers-bars .splide__list {
        margin: 60px 0 0 0 !important;
    }

    .speakers-bars .splide__slide {
        min-height: 460px;
    }

    .speakers-bars__img {
        padding: 8px 0 0 0;
    }
}

@media (max-width: 1024px) {
    .content-block-container,
    .container {
        padding: 0px 20px;
    }

    .speakers-bars .title {
        font-size: 24px;
    }

    .speakers-bars {
        margin: 120px 0;
    }

    /* .speakers-bars .splide__track {
    overflow: auto;
    margin: 0 -20px;
    padding: 0 0 0 20px;
  } */
    .speakers-bars .splide__list {
        /* margin: 50px 0 0 0 !important;
    display: flex !important;
    flex-wrap: wrap; */
        width: 100%;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }

    .splide__slide {
        grid-column: 3 span;
    }

    .speakers-bars .splide__slide {
        max-width: 100%;
    }

    .speakers-bars-1 .splide__slide:last-child {
        grid-column: 3 span;
        min-height: 460px;
    }

    .info__title {
        font-size: 28px;
    }

    .info__desc {
        font-size: 16px;
    }

    .card__back-title {
        font-size: 15px;
    }

    .card__back-desc {
        font-size: 13px;
    }

    .speakers-bars__icon--brand,
    .speakers-bars__icon--star,
    .speakers-bars__icon--wow,
    .speakers-bars__icon--sun {
        display: none;
    }

    .speakers-bg-5 {
        display: none;
    }
}

@media (max-width: 810px) {
    .book {
        position: relative;
    }

    .book__block {
        display: flex;
        flex-direction: column-reverse;
    }

    .book__img-bg {
        margin: 0;
        transform: none;
    }

    .img-bg {
        max-width: 300px;
    }

    .book__img-small {
        display: none;
    }

    .reviews .title {
        text-align: center;
        font-size: 32px;
    }

    .format .title {
        text-align: center;
    }

    .format__title {
        font-size: 14px;
    }

    .format__grid {
        gap: 21px;
    }

    .events__bg-icon {
        display: none;
    }

    .events__image-top,
    .events__image-bottom {
        display: none;
    }
}

@media (max-width: 750px) {
    .speakers-bars {
        margin: 80px 0;
    }

    .speakers-bg {
        display: none;
    }

    /* .speakers-bars .splide__track {
    margin: 0;
    padding: 0;
    overflow: initial;
  } */

    .speakers-bars .splide__list {
        margin: 24px 0 0 0 !important;
        display: flex !important;
        max-width: initial;
        width: 90%;
        gap: initial;
    }

    .speakers-bars .splide__slide {
        max-width: initial;
    }

    .format .title {
        text-align: left;
    }
}

/* .card {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 16px;
  position: relative;
}

.card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: url(../img/bg-speaker-big.png) no-repeat;
}

@media screen and (max-width: 980px) {
  .card::before {
    background-size: 100% 100%;
  }

} */

/*main-themes-like-blocks*/

.main-themes-like-blocks {
    margin: 0 0 200px 0;
}
.main-themes-like-blocks .title {
    margin-bottom: 80px;
}

.main-themes-like-blocks__grid {
    display: grid !important;
    grid-template-columns: 100%;
    gap: 48px;
}

.main-themes-like-blocks__block {
    padding: 60px 60px 60px 374px;
    position: relative;
    min-height: 306px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #272727;
    background: radial-gradient(at center bottom, rgba(34, 34, 35, 1) 0%, rgba(26, 26, 27, 1) 100%);
}

.main-themes-like-blocks__block:nth-child(2n) {
    padding: 60px 374px 60px 60px;
}

.main-themes-like-blocks__img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    width: 200px;
}

.main-themes-like-blocks__block:nth-child(2n) .main-themes-like-blocks__img {
    left: initial;
    right: 60px;
}

.main-themes-like-blocks__img img {
    display: flex;
    align-self: center;
}

.main-themes-like-blocks__title {
    color: #fff;
    font-family: Ubuntu;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0 0 24px 0;
}

@media (min-width: 1200px) {
    .main-themes-like-blocks__title_wide {
        margin-right: -60px;
    }
}

.main-themes-like-blocks__desc {
    font-size: 24px;
    line-height: 150%;
}

@media (max-width: 1200px) {
    .main-themes-like-blocks {
        margin: 160px 0 160px 0;
    }
    .main-themes-like-blocks .title {
        margin-bottom: 64px;
    }

    .main-themes-like-blocks__block {
        border-radius: 32px;
        padding: 60px 40px 60px 280px;
        min-height: 258px;
    }

    .main-themes-like-blocks__block:nth-child(2n) {
        padding: 60px 280px 60px 40px;
    }

    .main-themes-like-blocks__img {
        left: 40px;
        width: 140px;
    }

    .main-themes-like-blocks__block:nth-child(2n) .main-themes-like-blocks__img {
        right: 40px;
    }

    .main-themes-like-blocks__title {
        font-size: 32px;
    }
}

@media (max-width: 980px) {
    .main-themes-like-blocks {
        margin: 120px 0 120px 0;
    }
    .main-themes-like-blocks .title {
        margin-bottom: 48px;
    }

    .main-themes-like-blocks__grid {
        gap: 24px;
    }

    .main-themes-like-blocks__block {
        border-radius: 24px;
        padding: 42px 32px 42px 262px;
        min-height: 180px;
    }

    .main-themes-like-blocks__block:nth-child(2n) {
        padding: 42px 262px 42px 32px;
    }

    .main-themes-like-blocks__img {
        left: 32px;
        width: 100px;
    }

    .main-themes-like-blocks__block:nth-child(2n) .main-themes-like-blocks__img {
        right: 32px;
    }

    .main-themes-like-blocks__title {
        font-size: 24px;
    }

    .main-themes-like-blocks__desc {
        font-size: 16px;
    }
}

@media (max-width: 750px) {
    .main-themes-like-blocks {
        margin: 80px 0 80px 0;
    }
    .main-themes-like-blocks .title {
        margin-bottom: 32px;
    }
    .main-themes-like-blocks__grid {
        display: flex !important;
        gap: 0;
    }
    .main-themes-like-blocks .splide__track {
        margin: 0;
        padding: 0;
        overflow: initial;
    }

    .main-themes-like-blocks__block {
        padding: 16px;
        min-height: initial;
        display: block;
    }

    .main-themes-like-blocks__block:nth-child(2n) {
        padding: 24px;
    }

    .main-themes-like-blocks__img {
        position: static;
        width: 64px;
        transform: initial;
    }

    .main-themes-like-blocks__title {
        font-size: 20px;
        margin: 20px 0 16px;
    }

    .main-themes-like-blocks__desc {
        font-size: 14px;
    }
}

.programms-block {
    margin: 160px 0 160px 0;
}

.programms-block .title {
    text-align: left;
    margin-bottom: 60px;
}

.programms-items-list {
    display: flex;
    flex-direction: column;
    margin: -20px 0;
}

.programms-item {
    border-radius: 20px;
    margin: 20px 0;
    padding: 24px;
    border: 1px solid #272727;
    background: radial-gradient(100% 100% at 50% 0%, rgba(34, 34, 35, 0.6) 0%, rgba(26, 26, 27, 0.6) 100%);
    backdrop-filter: blur(11.800000190734863px);
}

.programms-item-slide .programms-item {
    padding: 0;
}

.programms-item-stroke {
    border-radius: 12px;
    backdrop-filter: blur(11.800000190734863px);
    border: 1px solid #3d3c3c;
    background: radial-gradient(100% 100% at 50% 0%, rgba(56, 56, 56, 0.6) 0%, rgba(32, 32, 33, 0.6) 100%);
    transition: all 0.2s;
}

.programms-item-stroke:hover {
    border: 1px solid #272727;
    background: radial-gradient(100% 100% at 50% 0%, rgba(34, 34, 35, 0.6) 0%, rgba(26, 26, 27, 0.6) 100%);
    backdrop-filter: blur(11.800000190734863px);
}

.programms-itemm-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
    padding: 32px !important;
    cursor: pointer;
}

.programms-item-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
}

.programms-item-drop-icon-down {
    font-size: 28px;
    line-height: 28px;
    transition: all 0.2s;
}

.programms-item-drop-icon-down::before {
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/breadcrumbs-arrow.svg) no-repeat;
    background-size: contain;
    transition: 0.2s all;
}

.programms-item_opened .programms-item-drop-icon-down::before {
    transform: rotate(180deg);
}

.programms-itemm-description {
    font-size: 18px;
    line-height: 150%;
    max-height: 0;
    box-sizing: content-box;
    will-change: max-height;
    transition: 0.4s ease-in-out;
    padding: 0 32px;
    overflow: hidden;
}

.programms-itemm-description-opened {
    margin-top: 12px;
    padding-bottom: 32px;
    margin: 30px 0 20px 0;
}

@media (max-width: 750px) {
    .programms-item-title {
        font-size: 20px;
        line-height: 120%;
    }

    .programms-item {
        padding: 8px;
    }

    .programms-itemm-header {
        padding: 16px !important;
    }
}

.speackers-header {
    display: flex;
    margin-bottom: 80px;
    justify-content: space-between;
}

/* .speakers-bars .title {
  text-align: left;
} */

/* .speackers-btn {
  padding: 16px;
  border-radius: 8px;
border: 1px solid #272727;
background: radial-gradient(100% 100% at 50% 0%, rgba(34, 34, 35, 0.60) 0%, rgba(26, 26, 27, 0.60) 100%);
backdrop-filter: blur(11.800000190734863px);
}

.speackers-list {
  cursor: pointer;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #272727;
  background: radial-gradient(100% 100% at 50% 0%, rgba(34, 34, 35, 0.60) 0%, rgba(26, 26, 27, 0.60) 100%);
  backdrop-filter: blur(11.800000190734863px);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:focus {
  outline: none;
} */

.custom-select {
    position: relative;
    background: radial-gradient(100% 100% at 50% 0%, rgba(34, 34, 35, 0.6) 0%, rgba(26, 26, 27, 0.6) 100%);
    backdrop-filter: blur(11.800000190734863px);
    padding: 16px;
    border: 1px solid #272727;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
}
.selected {
    display: block;
}
.dropdown {
    position: absolute;
    display: none;
    background: radial-gradient(100% 100% at 50% 0%, rgba(34, 34, 35, 0.6) 0%, rgba(26, 26, 27, 0.6) 100%);
    backdrop-filter: blur(11.800000190734863px);
    border: 1px solid #272727;
    width: 100%;
    margin-top: -35px;
    margin-left: 70px;
    border-radius: 8px;
}
.option {
    padding: 10px;
}
.option:hover {
    border-radius: 8px;
    border: 1px solid #272727;
    background: radial-gradient(100% 100% at 50% 0%, rgba(34, 34, 35, 0.6) 0%, rgba(26, 26, 27, 0.6) 100%);
    backdrop-filter: blur(11.800000190734863px);
}

.main-themes-like-blocks__desc-ul {
    list-style-type: disc;
    padding: 0 0 0 20px;
}

.main-themes-like-blocks__desc-ul li {
    margin: 0 0 24px 0;
}

.main-themes-like-blocks__desc-ul li:last-child {
    margin: 0;
}

@media screen and (max-width: 1350px) {
    .about__right-decorative::after {
        top: 345px;
    }
}

.speakers-bars .splide__arrow {
    background: none;
    border: none;
    width: 40px;
    cursor: pointer;
}

.splide__arrows--ltr button:disabled svg path {
    stroke: gray;
}

.splide__arrow--prev svg {
    transform: rotate(180deg);
}

.speakers-bars .splide__arrows--ltr {
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    justify-content: space-between;
    width: 267px;
    border: 1px solid #363636;
    background: radial-gradient(100% 100% at 50% 0%, rgba(51, 51, 52, 0.6) 0%, rgba(36, 36, 37, 0.6) 100%);
    backdrop-filter: blur(11.800000190734863px);
    transition: 0.2s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.speakers-bars .splide__track {
    overflow: initial;
}

.splide__arrows--ltr:hover {
    border: 1px solid #272727;
    background: radial-gradient(100% 100% at 50% 0%, rgba(34, 34, 35, 0.6) 0%, rgba(26, 26, 27, 0.6) 100%);
    backdrop-filter: blur(11.800000190734863px);
}

.splide__arrows-text {
    font-size: 24px;
    font-weight: 700;
}

.splide__pagination {
    display: none !important;
}

.js-speakers-bars .splide__pagination {
    display: none;
}

.js-speakers-bars-item .splide__pagination {
    display: flex;
}

.js-speakers-bars-item2 .splide__pagination {
    display: flex;
}

.js-speakers-bars-item3 .splide__pagination {
    display: flex;
}

@media screen and (max-width: 581px) {
    .programms-block {
        margin: 120px 0 120px 0;
    }
    .speackers-header {
        margin-bottom: 0px;
        flex-direction: column;
        gap: 24px;
    }
    .speakers-bars .splide__arrows--ltr {
        width: 100%;
    }
}

.js-speakers-bars-item2 .card__center {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.img-btn {
    width: 24px;
}
