/*fonts*/
/*
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraBold.ttf') format('woff');
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
*/
/* 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: #24223c;
    color: rgba(255, 255, 255, 0.8);
}

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

.finish-notification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    line-height: 130%;
    background: #FF5858;
    color: #fff;
    text-align: center;
    padding: 4px 20px;
    z-index: 100;
    display: none;
}

.finish-notification.js-show {
    display: block;
}

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

.main {
    overflow: hidden;
    position: relative;
}
.main__moise {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/main-noise.png);
    mix-blend-mode: soft-light;
    opacity: 0.5;
}

.main-themes .title {
    margin-bottom: 60px;
}

@media screen and (max-width: 1350px) {
    .main-themes .title {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 980px) {
    .main-themes .title {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 750px) {
    .main-themes .title {
        margin-bottom: 24px;
        text-align: left;
    }
}

.title {
    font-size: 42px;
    line-height: 130%;
    color: #f0f0f0;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

    .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 {
    padding: 16px 44px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #6acbcb;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    outline: none;
    border: 0;
    transition: 0.2s;
    position: relative;
    text-decoration: none;
    color: #24223c;
}
.btn span {
    color: #24223c;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}
.btn__icon {
    width: 24px !important;
}
.btn:hover {
    box-shadow: 0px 4px 0px 0px #fff;
    border-radius: 100px;
    background: #7be6e6;
    transform: translateY(-5px); /* Поднимаем кнопку вверх */
}

.btn:active {
    background: #6acbcb;
    transform: translateY(-5px);
    border-radius: 100px;
    box-shadow: 0px 4px 0px 0px #fff;
}
@media (max-width: 750px) {
    .btn {
        width: 100%;
        font-size: 16px;
        padding: 16px;
    }
}

/*logo*/

.logo {
    width: 112px;
}

.logo a {
    display: block;
}

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

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

/*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;
}

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

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

@media (max-width: 750px) {
    .burger-menu {
        display: block;
        cursor: pointer;
        border-radius: 12px;
        background: #403c68;
        left: 10px;
    }

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

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

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

@media screen and (max-width: 750px) {
    .header.header_show-nav .header__line {
        background: #403C68;
        padding: 6px 16px;
    }
}

.header * {
    transition: 0.2s all;
}

.header__line {
    margin: auto;
    max-width: 1360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 40px;
    position: relative;
}

/* .header__line::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
} */

.header__nav {
    display: flex;
}

.header__nav-list {
    display: flex;
    list-style: none;
    position: relative;
}

.header__nav-list::before {
    content: "";
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    height: 2px;
    background-color: #f5f4eb;
    top: calc(50% - 1px);
    left: 0;
    position: absolute;
}

.header__nav-list li {
    cursor: pointer;
    margin-left: 50px;
    padding: 10px 36px;
    background: #f5f4eb;
    border-radius: 100px;
    /* transition: box-shadow 0s ease-in-out; */
    transition:
        box-shadow 0.2s,
        transform 0.2s;
}

.header__nav-item {
    position: relative;
}

/* .header__nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -59px;
  background-color: #fff;
  top: 20px;
  width: 59px;
  height: 2px;
} */

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

.share-buttons {
    display: flex;
    gap: 12px;
    /* margin-top: 12px; */
    flex-direction: row-reverse;
}

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

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

.button-sharer-main.clicked .buttons-sharer__list {
    opacity: 1; /* При активации класса .clicked также делаем элемент видимым */
}

.header .button {
    border-radius: 50%;
    cursor: pointer;
    width: 58px;
    height: 58px;
    background: #312f53;
    border: 0.879px solid #8e89ca;
    box-shadow:
        0px 4px 8px -1px rgba(17, 8, 0, 0.04),
        0px 2px 4px 0px rgba(17, 8, 0, 0.04),
        0px 1px 2px 0px rgba(17, 8, 0, 0.04);
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .button:hover {
    /* background: #6acbcb3c; */
    background: #317474;
}

@media screen and (max-width: 750px) {
    .header__nav-line::after {
        left: 42%;
        top: 57px;
        transform: rotate(90deg);
    }

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

    .header .button img {
        height: 27px;
        width: 27px;
        object-fit: contain;
        object-position: center;
    }
}

@media screen and (max-width: 581px) {
    .header__nav-line::after {
        left: 28%;
        top: 57px;
        transform: rotate(90deg);
    }
}

@media screen and (max-width: 381px) {
    .header__nav-line::after {
        left: 25%;
    }
}

.btn__icon-arrow {
    transition: transform 0.3s; /* Добавляем плавный переход при изменении размера SVG */
}

.btn__icon-arrow:hover {
    transform: scale(1.1); /* Увеличиваем размер SVG при наведении */
}

.btn__icon-arrow:hover path {
    stroke-width: 3; /* Увеличиваем толщину контура стрелки при наведении */
}

.header__nav-list a {
    color: #24223c;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
}

.header__nav-list li:hover {
    box-shadow: 0px 4px 0px 0px #7be6e6;
    transform: translateY(-5px); /* Поднимаем кнопку вверх */
    border-radius: 100px;
}

@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 {
        padding: 8px 20px;
        border-radius: 8px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        grid-template-areas:
            "a c"
            "b b";
    }

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

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

    .header__nav-list {
        display: flex;
        list-style: none;
        position: relative;
        flex-direction: column;
        align-items: flex-end;
        margin: -30px 0;
        transition: margin 0.2s;
    }

    .share-buttons {
        margin-top: 10px;
    }

    .header.header_show-nav .header__nav-list {
        margin: 0;
    }

    .header__nav-list::before {
        content: none;
    }

    .header__nav-list li {
        padding: 0px;
        margin: 0px;
        width: 100%;
        margin-top: 20px;
    }

    .header__nav-item:not(:last-child)::after {
        display: none;
    }

    .header__nav-list li:last-child {
        margin-top: 25px;
    }

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

    .header_show-nav .header__nav {
        opacity: 1;
        padding: 16px 0 12px 0;
    }

    .header_show-nav .header__nav-list a {
        line-height: 20px;
        padding: 14px 0;
        font-size: 12px;
    }

    .header_show-nav .header__nav-list a:hover {
        color: #fff;
    }
}

@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 {
    display: inline-flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
    color: #f5f4eb;
    font-size: 19px;
    font-weight: 800;
    line-height: 120%;
}

.header__format-monitor .header__span {
    border-bottom: 2px dashed #ff769f;
}

.header__format-monitor:before {
    width: 40px;
    height: 40px;
    background: url("../img/monitor-recorder.svg") center center no-repeat;
    /* content: url(../img/monitor-recorder.svg); */
    content: "";
}

.header__format-calendar:before {
    width: 40px;
    height: 40px;
    background: url("../img/calendar_snow.svg") center center no-repeat;
    content: "";
}

/* @media (max-width: 1023px) {
  .header {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 132px;
  }
  .header__format {
    gap: 4px;
    font-size: 13px;
    padding: 8px;
  }
  .header__format:before {
    width: 12px;
    height: 12px;
  }
} */

/*.first-screen */

.first-screen {
    position: relative;
    margin: 150px 0 100px 0;
}

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

/* .first-screen .img-btn {
  align-items: center;
  width: 20%;
} */

/*.first-screen__header-bg {
  position: absolute;
  width: 1000px;
  top: -480px;
  z-index: -1;
}

.first-screen__header-bg_1 {
  left: -500px;
}

.first-screen__header-bg_2 {
  right: -700px;
}
*/
.first-screen__content {
    display: grid;
    /* -ms-grid-columns: calc(56% - 20px) auto;
  grid-template-columns: calc(56% - 20px) auto; */
    grid-template-columns: 1fr 578px;
    gap: 40px;
    align-items: center;
}

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

.first-screen__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column-reverse;
}

.first-screen__tag {
    text-align: center;
    position: relative;
    font-weight: 600;
    font-size: 24px;
}

.first-screen__title {
    font-family: Unbounded;
    font-size: 70px;
    font-weight: 900;
    line-height: 140%;
    text-align: left;

    color: #f5f4eb;
    margin: 60px 0 24px;
    text-transform: uppercase;
}

.first-screen__title .h2 {
    font-size: 37px;
}

.first-screen__text {
    font-family: Unbounded;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 60px 0;
}

.first-screen__title_colored {
    background: linear-gradient(
        180deg,
        #fff 0%,
        rgba(255, 255, 255, 0) 256.52%
    );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    display: block;
}

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

.first-screen___img {
    position: relative;
    z-index: 1;
}

.first-screen___hero-img img {
    max-width: 100%;
}

.hero-img-avito img {
    max-width: 350px;
}

.first-screen__hero-bg-grid {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 144%;
    aspect-ratio: 1/1;
    max-width: unset;
    /* top: -53px; */
    top: -7%;
    left: -19%;
}

.hero-img-avito {
    position: absolute;
    top: 3%;
    left: 1%;
}

.hero-img-roistat {
    position: absolute;
    top: 31%;
    right: 21%;
    z-index: 1;
}

.hero-img-gear {
    position: absolute;
    top: 8%;
    left: 45%;
    z-index: 2;
}

.hero-img-gear img {
    max-width: 217px;
}

.hero-img-roistat img {
    max-width: 450px;
}

.first-screen___hero-bg {
    width: 100%;
}

.first-screen__hero-img {
    object-fit: contain;
    max-height: 100%;
    max-width: 829.04px;
    max-height: 836.62px;
}

.first-screen___hero-img:hover .hero-img-gear {
    -webkit-transform: rotate(
        180deg
    ); /* Градусы поворота можно изменить по необходимости */
    transform: rotate(180deg);
    transition: all 0.2s ease;
}

.first-screen___hero-img:not(:hover) .hero-img-gear {
    -webkit-transform: rotate(
        0deg
    ); /* Градусы поворота можно изменить по необходимости */
    transform: rotate(0deg);
    transition: all 0.2s ease;
}

.first-screen___hero-img:hover .hero-img-avito {
    -webkit-transform: rotate(
        -25deg
    ); /* Градусы поворота можно изменить по необходимости */
    transform: rotate(-25deg);
    transition: all 0.4s ease;
}

.first-screen___hero-img:hover .hero-img-roistat {
    -webkit-transform: rotate(
        25deg
    ); /* Градусы поворота можно изменить по необходимости */
    transform: rotate(25deg);
    transition: all 0.4s ease;
}

.first-screen___hero-img:not(:hover) .hero-img-roistat {
    -webkit-transform: rotate(
        0deg
    ); /* Градусы поворота можно изменить по необходимости */
    transform: rotate(0deg);
    transition: all 0.4s ease;
}

.first-screen___hero-img:not(:hover) .hero-img-avito {
    -webkit-transform: rotate(
        0deg
    ); /* Градусы поворота можно изменить по необходимости */
    transform: rotate(0deg);
    transition: all 0.4s ease;
}

@media screen and (max-width: 1050px) {
    .first-screen__content {
        grid-template-columns: 360px 1fr;
    }
}

@media (max-width: 1350px) {
    .first-screen {
        position: relative;
    }

    .first-screen__title {
        font-size: 30px;
        margin: 40px -32px 24px 0;
    }

    .first-screen__text {
        font-size: 16px;
        margin: 0 0 40px 0;
    }

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

    .first-screen__tag {
        font-size: 20px;
    }
}

@media (max-width: 980px) {
    .header__line {
        padding: 0;
    }

    .header {
        padding-top: 24px;
    }

    .first-screen {
        margin: 130px 0 80px 0;
    }
    .first-screen__title {
        font-size: 24px;
        margin: 40px 0 24px;
    }

    .first-screen__text {
        font-size: 16px;
    }

    .first-screen___hero-bg {
        top: -5%;
    }

    .book__block::before {
        display: none;
    }

    .book__block::after {
        display: none;
    }
    .hero-img-avito {
        left: -17%;
    }
    .hero-img-avito img {
        max-width: 250px;
    }
    .hero-img-gear {
        top: 17%;
    }
    .hero-img-gear img {
        max-width: 110px;
    }
    .first-screen__tag {
        font-size: 18px;
    }
}

@media (max-width: 750px) {
    .first-screen {
        margin: 90px 0 40px 0;
    }

    .first-screen__content {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        gap: 12px;
    }

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

    .first-screen__title .h2 {
        font-size: 28px;
    }

    .first-screen__tags {
        margin-top: 30px;
        gap: 16px;
    }

    .first-screen__tag {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        font-size: 18px;
        line-height: 120%;
        display: flex;
        align-items: center;
        width: 100%;
    }

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

    .first-screen__text {
        font-size: 14px;
        max-width: 600px;
        margin-bottom: 24px;
    }

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

    .hero-img-avito {
        top: 28%;
        left: 14%;
    }

    .hero-img-gear {
        top: 37%;
        left: 58%;
    }

    .hero-img-roistat {
        top: 54%;
        right: 6%;
    }

    .hero-img-avito img {
        max-width: 215px;
    }

    .hero-img-gear img {
        max-width: 100px;
    }

    .hero-img-roistat img {
        max-width: 220px;
    }
}

@media screen and (max-width: 500px) {
    .first-screen__hero-img {
        max-height: 320px;
    }

    .first-screen__tag {
        font-size: 14px;
    }

    .header__format-calendar::before,
    .header__format-monitor::before {
        height: 25px;
        width: 25px;
        background-size: 25px 25px;
    }

    .first-screen__tags {
        margin-top: 0;
        gap: 10px;
    }

    .first-screen__content {
        gap: 0;
    }
}

@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: 100px 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__grid .btn {
    margin-top: 40px;
}

.about__title {
    text-align: left;
}

.about__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
    margin: 24px 0 0 0;
}

.about__right {
    background: #403c68;
    border-radius: 60px;
    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: 60px;
    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: 40px auto 120px auto;
    }

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

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

    .about__text {
        font-size: 16px;
    }

    .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: 100px auto;
        max-width: 752px;
        padding: 0 20px;
    }

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

    .about__grid {
        -ms-grid-columns: auto 346px;
        grid-template-columns: auto 346px;
        gap: 32px;
    }

    .about__text {
        font-size: 16px;
    }

    .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: 100px 0;
    position: relative;
}

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

.main-themes__grid {
    margin: 60px auto 0 auto;
    display: -ms-grid;
    display: grid !important;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.main-themes__block {
    border-radius: 60px;
    border: 6px solid #595589;
    background: #24223c;
    padding: 40px;
    min-height: 100%;
    position: relative;
}

.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 {
    color: #7be6e6;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 24px;
    max-width: 505px;
}

.main-themes__desc {
    color: #f5f4eb;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; /* 30px */
    max-width: 505px;
}

.main-themes__wrap {
    overflow: visible;
}

@media screen and (max-width: 1350px) {
    .main-themes__grid {
        margin: 40px auto 0 auto;
        gap: 24px;
    }

    .main-themes__block {
        padding: 32px;
    }
    .main-themes__title {
        font-size: 24px;
    }
    .main-themes__desc {
        font-size: 16px;
    }
}

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

    .main-themes__grid {
        gap: 16px;
    }

    .main-themes__block {
        padding: 24px;
    }

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

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

    .main-themes__desc {
        font-size: 15px;
    }

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

@media screen and (max-width: 750px) {
    .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;
    }
}

@media screen and (max-width: 581px) {
    .main-themes__title {
        font-size: 18px;
        margin-bottom: 16px;
        width: 100%;
    }
    .main-themes__desc {
        font-size: 13px;
    }
    .splide__slide {
        width: calc(100% + -16px) !important;
        margin-right: 16px !important;
    }
}

/* footer-info */
.footer-info {
    margin: 180px 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-size: 20px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #dcdcdc;
}

@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: 16px;
    }
    .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;
    background: #403c68;
    padding: 24px 0;
    position: relative;
    z-index: 10;
}

.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;
    }
}

@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;
    }
}

/* .block__speakers {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px;
  z-index: 10;
} */

.block__speakers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 120px;
    max-width: 926px;
    margin-left: auto;
    margin-right: auto;
}

.speaker {
    /* max-width: 470px; */
}

.speaker__img {
    margin-bottom: 24px;
}

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

.speaker__text {
    font-weight: 700;
    line-height: 130%;
}

.speaker__name {
    margin-bottom: 24px;
    font-size: 24px;
    color: #f5f4eb;
    font-weight: 700;
    line-height: 130%;
}

.speaker__desc {
    font-size: 14px;
    color: #7be6e6;
    font-weight: 700;
    line-height: 150%;
}

.speaker__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.speaker__list .speaker__point {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.speaker__list .speaker__point::before {
    content: url("../img/list-point.svg");
}

@media screen and (max-width: 1200px) {
    .block__speakers {
        justify-content: space-between;
    }

    .speaker__name {
        font-size: 24px;
    }
}

@media screen and (max-width: 980px) {
    .speaker__name {
        font-size: 20px;
    }
    .block__speakers {
        gap: 60px;
    }
}

@media screen and (max-width: 650px) {
    .block__speakers {
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-width: 450px;
    }
}

/*splide*/

.splide__pagination {
    margin: 16px;
    gap: 6px;
}

.splide__pagination__page {
    width: 10px;
    height: 10px;
    border-radius: 49.374px;
    background: linear-gradient(
        129deg,
        rgba(250, 250, 250, 0.07) -0.77%,
        rgba(164, 164, 164, 0) 140.72%
    );
    border: none;
}

.splide__pagination__page.is-active {
    background: linear-gradient(
        129deg,
        rgba(250, 250, 250, 0.47) -0.77%,
        rgba(164, 164, 164, 0) 140.72%
    );
}

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

.book__img {
    position: relative;
    width: 456px;
    flex-shrink: 0;
}

.book__img-inner {
    width: 100%;
    position: relative;
    z-index: 1;
}

.book__text {
    max-width: 540px;
    position: relative;
    z-index: 1;
}

.book__bg {
    width: 1662px;
    position: absolute;
    right: -800px;
    top: -800px;
    z-index: -2;
}

.book_bg-grid {
    position: absolute;
    width: 818.84px;
    height: 818.84px;
    top: -300px;
    left: -305px;
    transform: rotate(-30deg);
    max-width: unset;
    max-height: unset;
    z-index: 0;
}

.book__block {
    display: flex;
    align-items: center;
    border-radius: 60px;
    background: #403c68;
    position: relative;
    border: 1px solid #262626;
    gap: 100px;
    justify-content: space-between;
    overflow: hidden;
    padding: 62px 60px 72px 80px;
}

.book__img-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 4px;
}

.book__img-bg img {
    max-width: 100%;
    width: 539px;
}

.book__img-roistat {
    position: absolute;
    top: 150px;
}

.book__btn {
    border-radius: 24px;
    background: #24223c;
}

.book__btn span {
    color: #fff;
    display: flex;
    align-items: center;
}

.book__btn span::after {
    content: "";
    margin-left: 10px;
    display: inline-block;
    background-image: url(../img/book-login.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.book_text {
    flex: 1;
}

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

@media screen and (max-width: 1200px) {
    .book__block {
        padding: 30px 30px 40px 50px;
        gap: 50px;
    }

    .book_bg-grid {
        left: -416px;
    }
}

@media screen and (max-width: 1060px) {
    .book__block {
        display: grid;
        grid-template-columns: 1fr 1.3fr;
    }

    .book_bg-grid {
        right: 70%;
        left: unset;
    }
    .book__img {
        width: 100%;
    }
}

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

.book__title {
    font-size: 42px;
    line-height: 120%;
    color: #f5f4eb;
    font-weight: 700;
}

.book__desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #f5f4eb;
    margin: 20px 0 40px 0;
}

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

    .book__block {
        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: 980px) {
    .book {
        margin: 120px 0;
    }

    /* .book__block {
    padding: 32px;
  } */

    /*.book__title {
    font-size: 24px;
    line-height: 120%;
  }*/

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

    .book__img-roistat {
        top: 110px;
    }
}

@media screen and (max-width: 750px) {
    .book {
        margin: 60px 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;
    }
}

/*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: 90px;
}

.format__icon {
    width: 40px;
}

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

.format__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.01em;
    color: #f0f0f0;
    margin: 12px 0 24px 0;
    padding: 0 0 24px 0;
    position: relative;
}

.format__title::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: linear-gradient(
        to right,
        #9e52ff -12.5%,
        rgba(158, 82, 255, 0) 143.13%
    );
    left: 0;
    bottom: 0;
}

.format__desc {
    font-size: 18px;
    line-height: 24px;
    color: #dcdcdc;
}

@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__icon {
        width: 32px;
    }

    .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;
    }
}

/*reviews*/
.reviews {
    position: relative;
    width: 100%;
    margin: 120px 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: 40px;
    text-align: center;
}

.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%);
    }
}

@media screen and (max-width: 750px) {
    .main-themes .splide__list {
        margin: 40px 0 0 0 !important;
        display: flex !important;
        flex-wrap: nowrap;
        max-width: initial;
        width: 100%;
        gap: initial;
    }

    .main-themes__block {
        padding: 16px;
        margin: 0;
    }

    .book__block {
        flex-direction: column;
        justify-content: flex-start;
        display: flex;
        gap: 0;
    }

    .book__img-inner {
        max-width: 350px;
        margin: 0 auto;
    }
}

.reviews__line {
    display: flex;
    width: max-content;
    overflow: auto;
    margin: 24px 0 0 0;
}

.reviews__block {
    background: #403c68;
    border-radius: 24px;
    padding: 24px;
    margin-left: 24px;
}

.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: 700;
    font-size: 16px;
    line-height: 23px;
    color: #7be6e6;
}

.reviews__text {
    margin: 16px 0 0 0;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
}

@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 .title {
        margin-bottom: 26px;
    }

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

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

@media screen and (max-width: 581px) {
    .reviews .title {
        text-align: left;
    }
}

/*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;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(62, 59, 100, 0.5);
    display: none;
    backdrop-filter: blur(8px);
}

.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: 60px;
    border-radius: 24px;
    border: 1px solid #272727;
    background: #222039;
}

.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: #f0f0f0;
}

.callbackform__description {
    font-size: 18px;
    line-height: 22px;
    color: #f0f0f0;
    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;
    border-radius: 8px;
    border: 1px solid #40404a;
    background: #403c68;
    padding: 16px 4px 16px 16px;
    font-size: 16px;
    line-height: 32px;
    border: none;
    width: 100%;
    outline: none;
    color: #fff;
}

.callbackform__input:focus,
.callbackform__input:focus::placeholder {
    background: #eff;
    color: #1e1e1f !important;
}

.callbackform__input::placeholder {
    color: #8f96a5;
}

.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: #f0f0f0;
    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 #7be6e6;
}

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

.callbackform__error-message {
    color: #ff2c2c;
    position: relative;
    line-height: 0px;
    opacity: 0;
    transition: all 0.2s;
    font-weight: 400;
    font-size: 12px;
    margin: 8px 0 -8px 0;
    border-radius: 4px;
    border: 1px solid #f08585;
    background: #e0e0e0;
    padding: 4px;
    width: max-content;
    max-width: 100%;
}

.callbackform__message input.error {
    border: 1px solid #fe5656;
}

.callbackform__add-to-calendar {
    border: 2px solid rgb(240, 240, 240, 0.9);
    border-radius: 12px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #f0f0f0;
    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: #f0f0f0;
    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 {
    cursor: pointer;
    width: max-content;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #7be6e6;
    margin: 25px auto 0 auto;
}

.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: #403c68;
    /* 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 rgb(240, 240, 240, 0.9);
    border-radius: 12px !important;
    padding: 20px !important;
}

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

tb-notification-button a {
    color: #f0f0f0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

tb-notification-button a::before {
    content: "Получить гайд «12 отчетов маркетолога» от Roistat";
    position: relative;
    font-family: Ubuntu, sans-serif !important;
}

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 {
    position: absolute;
    width: 500px;
    height: 1162px;
    background: url(../img/body-bg1.svg) no-repeat;
    background-size: cover;
    top: 50%;
    right: 0;
    z-index: -1;
    background-position: right;
}
.decorative_2 {
    width: 960px;
    height: 1060px;
    background: url(../img/body-bg2.svg) no-repeat;
    z-index: -1;
    top: 25%;
    left: 0%;
}

.decorative_3 {
    width: 856px;
    height: 1200px;
    background: url(../img/body-bg3.svg) no-repeat;
    top: 43%;
    right: -13%;
    z-index: -1;
    background-position: right;
}

.decorative_4 {
    width: 450px;
    height: 1000px;
    background: url(../img/body-bg4.svg) no-repeat;
    z-index: -1;
    top: 51%;
    left: 0%;
}

.decorative_5 {
    width: 450px;
    height: 750px;
    background: url(../img/body-bg5.svg) no-repeat;
    top: -20%;
    right: -32%;
    z-index: -1;
}

.decorative_6 {
    width: 334px;
    height: 750px;
    background: url(../img/body-bg6.svg) no-repeat;
    z-index: -1;
    top: -60%;
    left: 0%;
}

@media screen and (max-width: 1350px) {
    .decorative_2 {
        right: -35%;
    }
    .decorative_3 {
        right: -35%;
    }
    .decorative_4 {
        top: 53%;
        left: -10%;
    }
    .decorative_5 {
        top: -50%;
        right: -35%;
    }
    .decorative_6 {
        top: -80%;
        left: -10%;
    }
}

@media screen and (max-width: 980px) {
    .decorative_1 {
        right: 0;
    }
    .decorative_2 {
        left: -30%;
        top: 10%;
    }
    .decorative_5 {
        top: -65%;
        right: -40%;
    }
    .decorative_6 {
        top: -65%;
        left: -20%;
    }
    .main-themes__block {
        border-radius: 40px;
    }
}

@media screen and (max-width: 750px) {
    .decorative_2 {
        left: -60%;
        top: 0;
    }
    .decorative_6 {
        top: 0;
    }
}

@media screen and (max-width: 581px) {
    .decorative_1 {
        width: 325px;
        height: 325px;
    }
    .decorative_2 {
        width: 325px;
        height: 325px;
        top: 29%;
        left: -5%;
    }
    .decorative_3 {
        width: 460px;
        height: 460px;
        top: 44%;
        right: -10%;
    }
    .decorative_4 {
        width: 348px;
        height: 470px;
        top: 60%;
    }
    .decorative_5 {
        width: 348px;
        height: 470px;
        top: -15%;
        z-index: -2;
    }
    .about {
        margin: 0px auto;
    }
    .main-themes__block {
        border-radius: 24px;
        border: 3px solid #595589;
    }

    .book .content-block-container {
        padding: 0;
    }
    .book__img-bg {
        left: 0;
    }
}

.events {
    margin: 200px 0;
}
.events .title {
    text-align: left;
    margin: 0 0 30px;
}
.events__description {
    width: 560px;
    max-width: 100%;
    color: #dcdcdc;
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 60px;
}
.events__grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.events__card {
    border-radius: 16px;
    border: 1px solid #272727;
    display: block;
    background: radial-gradient(100% 100% at 50% 0%, #222223 0%, #1a1a1b 100%);
    padding: 36px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s;
}
.events__card:hover {
    background: radial-gradient(100% 100% at 50% 0%, #2b2b2c 0%, #1d1d1e 100%);
}
.events__card-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 40px;
}
.events__card-date {
    color: rgba(255, 255, 255, 0.6);
    text-align: right;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Ubuntu;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.events__card-format {
    border-radius: 8px;
    border: 1px solid #272727;
    background: radial-gradient(100% 100% at 50% 0%, #222223 0%, #1a1a1b 100%);
    display: flex;
    gap: 4px;
    justify-content: start;
    align-items: center;
    color: #fff;
    font-family: Ubuntu;
    font-size: 13px;
    font-weight: 800;
    line-height: 120%; /* 15.6px */
    letter-spacing: 0.39px;
    text-transform: uppercase;
    padding: 8px;
}
.events__card-format_online:before {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #1aff75;
    box-shadow: 0px 0px 5px #1aff75;
    content: "";
}
.events__card-format_offline:before {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #ff1a6c;
    box-shadow: 0px 0px 5px #ff1a6c;
    content: "";
}
.events__card-title {
    margin-bottom: 24px;
    color: #fff;
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}
.events__card-description {
    color: rgba(255, 255, 255, 0.6);
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.events__link-container {
    text-align: center;
    margin-top: 24px;
}
.events__link {
    color: rgba(255, 255, 255, 0.6);

    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: underline;
}
.events__link:hover {
    text-decoration: none;
}

@media screen and (max-width: 1279px) {
    .events {
        margin: 160px 0;
    }
    .events__card {
        padding: 24px;
    }
}

@media screen and (max-width: 1023px) {
    .events {
        margin: 120px 0;
    }
    .events .title {
        margin: 0 0 20px;
    }
    .events__description {
        font-size: 16px;
        margin: 0 0 32px;
    }
    .events__card {
        border-radius: 16px;
        padding: 16px;
    }
    .events__card-head {
        margin-bottom: 24px;
    }
    .events__card-title {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .events {
        margin: 80px 0;
    }
    .events .splide__track {
        margin: 0;
        padding: 0;
        overflow: visible;
    }
    .events__grid {
        display: flex !important;
        gap: 0;
    }
    .events__card-description {
        font-size: 14px;
    }
}

/*speakers-bars*/

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

.js-speakers-bars-item .list-item {
    display: flex !important;
    gap: 24px;
    flex-wrap: wrap;
}

.js-speakers-bars-item2 .list-item {
    display: flex !important;
    gap: 24px;
    flex-wrap: wrap;
}

.js-speakers-bars-item3 .list-item {
    display: flex !important;
    gap: 24px;
    flex-wrap: wrap;
}

.speakers-bars .splide__slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 600px;
    border-radius: 40px;
    overflow: hidden;
    width: calc(33.3% - 16px);
}

.speakers-bars .splide__slide.splide__slide_big {
    width: calc(50% - 12px);
}
.speakers-bars__content {
    padding: 60px 20px;
    padding-bottom: 0;
}

.speakers-bars__name {
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    text-align: center;
    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;
    margin-bottom: 12px;
}

.speakers-bars__desc {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.speakers-bars__img {
    margin-top: auto;
    padding: 24px 0 0 0;
}

.speakers-bars__img img {
    display: flex;
    align-self: center;
    height: 410px;
    object-fit: cover;
    object-position: center top;
}

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

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

    .speakers-bars__name {
        font-size: 18px;
    }
    .speakers-bars__img img {
        display: flex;
        align-self: center;
        height: 340px;
    }
}

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

    .js-speakers-bars-item .list-item {
        display: flex !important;
        gap: 0px;
        flex-wrap: nowrap;
    }

    .js-speakers-bars-item2 .list-item {
        display: flex !important;
        gap: 0px;
        flex-wrap: nowrap;
    }

    .js-speakers-bars-item3 .list-item {
        display: flex !important;
        gap: 0px;
        flex-wrap: nowrap;
    }

    .speakers-bars__content {
        padding: 42px 20px;
        padding-bottom: 0;
    }
    .speakers-bars__img {
        padding: 20px 0 0 0;
        /* margin:auto */
    }
    .speakers-bars__img img {
        height: 410px;
    }
}

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

    .speakers-bars__content {
        padding: 24px 20px;
        padding-bottom: 0;
    }

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

    .js-speakers-bars-item .list-item {
        margin: 40px 0 0 0 !important;
        display: flex !important;
        flex-wrap: nowrap;
        max-width: initial;
        width: 100%;
        gap: initial;
    }

    .js-speakers-bars-item2 .list-item {
        margin: 40px 0 0 0 !important;
        display: flex !important;
        flex-wrap: nowrap;
        max-width: initial;
        width: 100%;
        gap: initial;
    }

    .js-speakers-bars-item3 .list-item {
        margin: 40px 0 0 0 !important;
        display: flex !important;
        flex-wrap: nowrap;
        max-width: initial;
        width: 100%;
        gap: initial;
    }

    .speakers-bars .splide__slide {
        max-width: initial;
        border-radius: 24px;
    }

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

    .speakers-bars__img img {
        height: 370px;
    }

    .splide__pagination {
        margin: 24px;
        gap: 6px;
    }

    .splide__pagination__page {
        width: 10px;
        height: 10px;
        border-radius: 49.374px;
        background: linear-gradient(
            129deg,
            rgba(250, 250, 250, 0.07) -0.77%,
            rgba(164, 164, 164, 0) 140.72%
        );
        border: none;
    }
    .splide__pagination__page.is-active {
        background: linear-gradient(
            129deg,
            rgba(250, 250, 250, 0.47) -0.77%,
            rgba(164, 164, 164, 0) 140.72%
        );
    }
}

.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 {
    margin-bottom: 24px;
}

.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;
}

.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;
}

.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 .title {
        text-align: left;
    }
    .speakers-bars .splide__arrows--ltr {
        width: 100%;
    }

    .speackers-header {
        margin-bottom: 5px;
    }
}

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

.img-btn {
    width: 42px;
    position: absolute;
    bottom: -20px;
    right: 0px;
    color: #fff;
}

/* snow */

.header .header__snow-1 {
    object-fit: contain;
    position: absolute;
    width: 61.54px;
    height: 31.5px;
    top: -10px;
    left: -1px;
}

.header .header__snow-2 {
    object-fit: contain;
    position: absolute;
    width: 60.73px;
    height: 23.67px;
    bottom: -11px;
    right: 6.73px;
}

.header .header__snow-3 {
    object-fit: contain;
    position: absolute;
    width: 37.1px;
    height: 31.13px;
    top: -8px;
    right: -5.7px;
}

.header .header__snow-sharer {
    object-fit: contain;
    position: absolute;
    width: 40.71px;
    height: 21.44px;
    bottom: -5px;
    right: -3.5px;
}

.main-themes .main-themes__snow-1 {
    position: absolute;
    object-fit: contain;
    width: 225.6px;
    height: 103px;
    /* top: -17px; */
    top: -34px;
    right: -44px;

}

.main-themes .main-themes__snow-2 {
    position: absolute;
    object-fit: contain;
    width: 128px;
    height: 99.48px;
    bottom: -26.4px;
    left: -14px;
}

.main-themes .main-themes__snow-3 {
    position: absolute;
    object-fit: contain;
    width: 282px;
    height: 51.6px;
    top: -26px;
    right: 40px;
}

.first-screen .first-screen__snow-1 {
    position: absolute;
    object-fit: contain;
    width: 165.18px;
    height: 30.22px;
    top: -15px;
    right: 20px;
}

.first-screen .first-screen__snow-2 {
    position: absolute;
    object-fit: contain;
    width: 59.89px;
    height: 46.54px;
    bottom: -12.5px;
    left: -5px;
}

.about .about__snow-1 {
    position: absolute;
    object-fit: contain;
    width: 200px;
    height: auto;
    top: -24px;
    right: -16px;
}

.about .about__snow-2 {
    position: absolute;
    object-fit: contain;
    width: 220px;
    height: auto;
    bottom: -40px;
    left: -25px;
}

.book .book__snow-1 {
    position: absolute;
    object-fit: contain;
    width: 250px;
    height: auto;
    top: -35px;
    left: -28px;
    z-index: 1;
}

.book .book__snow-2 {
    position: absolute;
    object-fit: contain;
    width: auto;
    height: 350px;
    z-index: 1;
    right: -32px;
    top: 117px;
}

.book .book__snow-3 {
    position: absolute;
    object-fit: contain;
    width: 235px;
    height: auto;
    bottom: -40.5px;
    left: -20px;
    z-index: 1;
}

@media screen and (max-width: 1350px) {
    .book .book__snow-1 {
        left: 0;
    }

    .book .book__snow-2 {
        right: 0;
    }

    .book .book__snow-3 {
        left: 0;
    }

    .about .about__snow-1 {
        width: 170px;
    }

    .about .about__snow-2 {
        width: 190px;
    }

    .header .header__snow-sharer {
        right: 27px;
    }
}

@media screen and (max-width: 1060) {
    .book .book__snow-1 {
        width: 179px;
    }

    .book .book__snow-2 {
        height: 260px;
        top: 80px;
    }
}

@media (max-width: 980px) {
    .header .header__snow-sharer {
        right: 14px;
    }
}

@media screen and (max-width: 750px) {
    .header .header__snow-sharer {
        right: 17px;
        bottom: -10px;
    }

    .main-themes .main-themes__snow-1 {
        width: 124.6px;
        height: auto;
        top: -23px;
        right: -20px;
    }

    .main-themes .main-themes__snow-2 {
        object-fit: fill;
        width: 89px;
        height: 45px;
        bottom: -15.4px;
        left: -12px;
    }

    .main-themes .main-themes__snow-3 {
        width: 193px;
        height: auto;
        top: -19px;
        right: 18px;
    }
}

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

    .book .book__snow-1 {
        width: 130px;
        left: -15px;
        top: -20px;
    }

    .book .book__snow-2 {
        height: 239px;
        top: 71px;
        right: -16px;
    }

    .book .book__snow-3 {
        width: 160px;
        bottom: -26.5px;
        left: -20px;
    }

    .about .about__snow-1 {
        width: 135px;
    }

    .about .about__snow-2 {
        width: 175px;
    }
}
