@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('fonts/helveticaneuecyr_roman.otf');
}
@font-face {
    font-family: 'HelveticaNeueCyrBlack';
    src: url('fonts/helveticaneuecyr_black.otf');
}
@font-face {
    font-family: 'HelveticaNeueCyrThin';
    src: url('fonts/helveticaneuecyr_thin.otf');
}
@font-face {
    font-family: 'Atyp Display';
    src: url('fonts/AtypDisplay-Medium.eot');
    src: local('Atyp Display Medium'), local('AtypDisplay-Medium'),
    url('fonts/AtypDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/AtypDisplay-Medium.woff2') format('woff2'),
    url('fonts/AtypDisplay-Medium.woff') format('woff'),
    url('fonts/AtypDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
.main {
}

.container {
    width: 1278px;
    margin: 0 auto;
}

.hero {
    height: 100%;
    padding-bottom: 170px;
    width: 100%;
    background-color: #161616;
 }

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    height: 60px;
    padding-top: 20px;
}

.menu {
    display: flex;
    width: 50%;
    justify-content: space-between;
    font-family: 'HelveticaNeueCyr';
    font-size: 22px;
    line-height: 130.9%;
}
.menu a {
    text-decoration: none;
    color: #FFFFFF;
}

.hero_container {
    display: flex;
    position: relative;
    margin-top: 110px;
}
.hero_content {
    margin-top: 0;
    margin-bottom: -90px;
    z-index: 1;
}
.hero_img {
    height: 638px;
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: 0;
    bottom: -170px;
}
.hero_img img {
    width: 100%;
    height: 100%;
}
.hero_img img:last-child {
    display: none;
    width: 100%;
    height: 100%;
}

.hero_title {
    font-family: 'Atyp Display';
    font-style: normal;
    font-weight: 400;
    font-size: 104px;
    line-height: 99%;
    color: #FFFFFF;

}

.hero_subtitle {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 550;
    font-size: 20px;
    line-height: 144.5%;
    color: #FFFFFF;
    margin-top: 50px;
}
.hero_subtitle span:last-child {
    display: none;
}

.hero_info {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.hero_info-item {
    margin-right: 35px;
}
.hero_info-item p:first-child {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 129.96%;
    text-transform: lowercase;
    color: #C4C4C4;
}
.hero_info-item p:last-child {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 109%;
    color: #FFFFFF;
}

.hero_info .hr {
    background: #c4c4c4;
    width: 1px;
    height: 35px;
    margin-right: 35px;
}
.enroll {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 130.4%;
    color: #000;
    background: #D7F80F;
    width: 450px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
/*   ABOUT   */

.about {
    background: #F1F4F7;
    height: 100%;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 90px;
}
.about_title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 99%;
    color: #000000;
}
.about_hr {
    width: 100%;
    height: 1px;
    margin-bottom: 55px;
    margin-top: 51px;
    background: #000000;
}

.about_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.about_item {
    width: 40%;
    margin-bottom: 70px;
}
.about_item-header {
    display: flex;
    align-items: center;
}

.about_item-header_title {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 99%;
    color: #000000;
}
.about_item-header_title br {
    display: none;
}
.about_item-header img {
    width: 27px;
    height: 27px;
    margin-left: 10px;
}
.about_item-content {
    margin-top: 15px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 143.36%;
    color: #0D1E48;
}

/*   COURSE   */

.course {
    display: flex;
}

.course_img {
    width: 639px;
    height: 622px;
}
.course_img img {
    width: 100%;
    height: 100%;
}
.course_container {
    width: calc(100% - 639px);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 80px;
}
.course_title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 99%;
}
.course_content {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.course_item {
    width: 45%;
    display: flex;
    height: 183px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 143%;
}
.course_item img {
    margin-right: 10px;
    margin-top: 5px;
    width: 34px;
    height: 34px;
}

/*  SPEAKERS  */
.speakers {
    background: #F1F4F7;
    padding-left: 20px;
    padding-top: 60px;
}
.speakers_title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 99%;
}
.speakers_hr {
    height: 1px;
    width: 100%;
    background: #000000;
    margin-top: 56px;
    margin-bottom: 54px;
}

.speakers_container {
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
}
.speakers_container-header_title {
    font-family: 'Druk Wide Cyr';
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    color: #3A1E56;
}

.slider_buttons {
    width: 150px;
    display: flex;
    align-items: center;
    position: relative;
}

.swiper-button-next, .swiper-button-prev {
    border: none;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    background-color: #615EFF;
    cursor: pointer;
    display: flex;
    position: relative; !important;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-top: 20px;
    bottom: auto !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;
}

.speaker_slider .swiper-wrapper {
    position: relative;
    display: flex;
}

.speaker_slider-item {
    background: #222222;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 43px;
    padding-left: 23px;
}
.mySwiper1 {
    padding-bottom: 100px !important;
}
.mySwiper1 .swiper-wrapper .swiper-slide {
    width: 551px !important;
    height: 407px !important;
}

.speaker_slider-item_about {
    width: 70%;
    display: flex;
    flex-direction: column;
    height: auto;
    z-index: 2;
}
.speaker_slider-item_hr {
    height: 1px;
    background: #FFFFFF;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.speaker_slider-item_name {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    margin: 0;
    line-height: 115%;
    color: #FFFFFF;
}
.speaker_slider-item_profession {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 136%;
    color: rgba(255, 255, 255, 0.68);
    padding-bottom: 15px;
}
.speaker_slider-item_content {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 138%;
    color: #FFFFFF;
}
.speaker_slider-item_experience {
    width: 70%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    padding-left: 30px;
    z-index: 2;
    line-height: 136%;
    list-style: none;
    color: #FFFFFF;
}
.speaker_slider-item_experience li {
    margin-bottom: 10px;
    list-style: none;
}
.speaker_slider-item_experience  li:before {
    content: '•';
    position: absolute;
    left: 20px;
    font-size: 30px;      /* Adjust this value so that it appears what size you want. */
}

.speaker_slider-item_img {
    position: absolute;
    border-bottom-right-radius: 18px;
    right: 0;
    bottom: 0;
    width: 45%;
}

.speakers_pagination {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    display: flex;
    align-items: center;
    width: 200px;
    justify-content: center;
}
.speakers_pagination-text {
    width: 50px !important;
    text-align: center;
    position: initial !important;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 114.5%;
}
.speakers_prev,.speakers_next {
    background: transparent;
    border: none;
}
.speakers_prev img, .speakers_next img{
    filter: invert(0%) sepia(8%) saturate(7466%) hue-rotate(215deg) brightness(0%) contrast(95%);
}





/*  MATERIALS  */
.materials {
    padding-top: 57px;
    padding-bottom: 62px;
}

.materials_title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 99%;
}
.materials_title br {
    display: none;
}
.materials_hr {
    height: 1px;
    width: 100%;
    background: #000000;
    margin-top: 57px;
    margin-bottom: 57px;
}
.materials_container {
    position: relative;
    padding-bottom: 100px;
}
.materials_item {
    width: 416px;
    height: 520px;
}
.materials_item img {
    width: 100%;
    height: 100%;
}
.materials_pagination {
    display: flex;
    width: 200px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
}
.materials_pagination-text {
    width: 150px;
    text-align: center;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 114.5%;
}


/*  FORM   */
.form {
    display: flex;
    background: #F1F4F7;
}
.form_img {
    width: 687px;
    height: 579px;
}
.form_img img {
    width: 100%;
    height: 100%;
}
.form_container {
    width: calc(100% - 767px);
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 50px !important;
}
.form_header {
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    position: relative;
}
.form_title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 130%;
}
.form_header img {
    position: absolute;
    width: 453px;
    height: 71px;
    right: 0;
    bottom: 0;
}
.form_subtitle {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #414141;
    margin-top: 30px;
    margin-bottom: 20px;
}
.form_container form {
    display: flex;
    flex-direction: column;
}

.form_container form input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #484848;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 550;
    font-size: 20px;
    line-height: 140%;
    padding-bottom: 10px;
    outline: none;
    margin-bottom: 18px;
}
.form_container form input::placeholder {
    color: #A8A8A8;
}
.form_btn {
    background: #2B63F3;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 21.6122px;
    line-height: 130.4%;
    color: #FFFFFF;
}
.form_terms {
    margin-bottom: 20px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #414141;
}
.form_terms input {
    margin-bottom: 0 !important;
}
.checkbox__input {
    width: 20px;
    height: 20px;
}


/*  REVIEWS  */

.reviews {
    background: #161616;
    padding-bottom: 50px;
    padding-top: 60px;
}
.reviews_title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 99%;
    color: #FFFFFF;
}

.hr {
    height: 1px;
    width: 100%;
    background: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 50px;
}
.reviews_list {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 100px !important;
}
.review_item {
    background: #F0F0F0;
    border-radius: 10px;
    padding: 30px;
    width: 500px !important;
    display: flex;
}
.review_profile {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.review_profile img {
    width: 100%;
    height: 100%;
}

.review_content {
    margin-left: 15px;
    width: calc(95% - 50px);
}
.review_username {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130.4%;
    color: #000000;
}
.review_rate {
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
}
.review_rate img {
    width: 15px;
    height: 15px;
}
.review_text {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130.4%;
    color: #000000;
}
.review_prev img, .review_next img{
    filter: invert(0%) sepia(8%) saturate(7466%) hue-rotate(215deg) brightness(100%) contrast(95%);
}

.swiper {
    width: 100%;
    height: 100%;
}
.review_pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 200px;
    justify-content: center;
    align-items: center;
}
.review_prev, .review_next {
    background: transparent;
    border: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.review_pagination-text {
    color: #FFFFFF;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 114.5%;
    color: #FFFFFF;
}
.review_pagination .swiper-pagination {
    position: initial !important;
}
.swiper-pagination-fraction {
    width: 60px !important;
}


/* FOOTER */
.footer {
    background: #161616;
    color: #FFFFFF;
    padding-bottom: 30px;
    padding-top: 40px;
}
.footer_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_logo {

}
.footer_menu {
    display: flex;
    justify-content: space-around;
}
.about_company {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    margin-right: 50px;
}
.about_company p:first-child {
    font-weight: 700;
    font-size: 18px;
}
.socials {
    margin-right: 60px;
}
.socials p {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 550;
    font-size: 16px;
    line-height: 16px;
}
.socials_div {
    display: flex;
    margin-top: 20px;
}
.social {
    margin-right: 30px;
}

.address {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 550;
    font-size: 16px;
    line-height: 130.4%;
    margin-right: 60px;
}
.contact {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 550;
    font-size: 16px;
    line-height: 130.4%;
}
.footer_mobile {
    display: none;
    justify-content: center;
    background: #161616;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer_menu {
    justify-content: initial;
}
.footer_menu-list {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #FFFFFF;
}
.footer_menu-list a {
    text-decoration: none;
    color: #FFFFFF;
}
.footer_menu-list p:first-child{
    font-style: normal;
    margin-bottom: 19px;
    font-weight: 550;
    font-size: 16px !important;
    line-height: 16px;
}
.footer_menu-contact p:first-child{
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 550;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 19px;
}
.footer_menu-contact p:last-child {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #FFFFFF;
}
.footer_mobile-address p:first-child {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 550;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 19px;
}
.footer_mobile-address p:last-child {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #FFFFFF;
}
.footer_mobile-socials p:first-child {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 550;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
}
.footer_mobile-socials_div {
    display: flex;

}
.whatsapp, .instagram {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #24282F;
    margin-right: 10px;
}

.whatsapp img, .instagram img {
    width: 16px;
    height: 16px;
}
.footer_mobile-address, .footer_mobile-socials {
    margin-top: 25px;
}
.footer_mobile-socials_div {
    margin-top: 15px;
}
.footer_mobile .container .hr {
    margin-top: 20px;
    margin-bottom: 25px;
}
.footer_mobile-logo p{
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    margin-top: 10px;
}
.footer_mobile-logo img {
    width: 180px;
}

@media screen and (max-width: 450px ) {
    .container {
        width: 90%;
    }
    .header {
        padding-top: 10px;
    }
    .menu {
        display: none;
    }
    .logo {
        width: 170px;
    }
    .logo img {
        width: 100%;
        height: 100%;
    }
    .hero {
        padding-bottom: 130px;
    }
    .hero_content {
        margin-top: -37px;
    }
    .hero_container {
        margin-top: 0;
        flex-direction: column-reverse;
    }
    .hero_title {
        font-size: 36px;
        line-height: 96%;
    }
    .hero_subtitle {
        font-size: 16px;
        line-height: 130%;
        margin-top: 16px;
    }
    .hero_subtitle span:last-child {
        display: block;
    }
    .hero_subtitle span:first-child {
        display: none;
    }
    .hero_img {
        position: initial;
        height: 340px;
        width: 340px;
        margin: 0 auto;
    }
    .hero_img img:first-child {
        display: none;
    }
    .hero_img img:last-child {
        display: block;
        width: 100%;
        height: 100%;
    }
    .hero_info {
        justify-content: space-around;
        margin-top: -20px;

    }
    .hero_info-item, .hero_info .hr  {
        margin-right: 8px;
    }
    .hero_info-item p:first-child {
        margin-bottom: 2px;
        font-size: 14px;
    }
    .hero_info-item p:last-child {
        font-size: 17px;
    }
    .enroll {
        width: 100%;
        margin: 0;
        font-size: 16px;
    }

    /*ABOUT*/
    .about {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about_title {
        font-size: 24px;
    }
    .about_hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .about_menu {
        flex-direction: column;
    }
    .about_item {
        width: 100%;
        margin-bottom: 28px;
    }
    .about_item-header_title {
        font-size: 19px;
    }
    .about_item-header_title br {
        display: block;
    }
    .about_item-header img {
        width: 19px;
        height: 19px;
        margin-left: 0;
        margin-bottom: -2px;
    }
    .about_item-header {
        justify-content: flex-start;
    }
    .about_item-content {
        font-size: 14px;
    }

    /*COURSE*/
    .course {
        padding-top: 100px;
        position: relative;
        flex-direction: column;
    }
    .course_img {
        width: 100%;
        height: 100%;
    }
    .course_title {
        font-size: 24px;
        position: absolute;
        top: 50px;
        width: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .course_container {
        width: 100%;
        padding: 0;
    }
    .course_content {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
        flex-direction: column;
    }
    .course_item {
        font-size: 18px;
        width: 90%;
        height: auto;
        margin-bottom: 30px;
    }
    .course_item img {
        width: 24px;
        height: 24px;
    }

    /*SPEAKERS*/

    .speakers {
        padding-top: 30px;
    }
    .speakers_title {
        font-size: 24px;
    }
    .speakers_hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .speaker_slider-item {
        padding-left: 17px;
        padding-top: 20px;
    }
    .speaker_slider-item:last-child {
        margin-right: 70px;
    }
    .speaker_slider-item_name {
        font-size: 21px;
    }
    .speaker_slider-item_profession {
        font-size: 12px;
    }
    .speaker_slider-item_experience {
        font-size: 12px;
        padding-left: 10px;
    }
    .speaker_slider-item_hr {
        width: 70%;
    }
    .speaker_slider-item_experience li {
        margin-bottom: 2px;
    }
    .speaker_slider-item_experience li:before {
        font-size: 19px;
        left: 10px;
    }
    .mySwiper1 {
        padding-bottom: 70px !important;
    }
    .mySwiper1 .swiper-wrapper .swiper-slide {
        height: 290px !important;
        width: 74% !important;
    }
    .speaker_slider-item_img {
        width: 45%;
    }
    .speakers_container {
        padding-bottom: 10px;
    }

    /*MATERIALS*/
    .materials {
        padding-bottom: 0;
        padding-top: 20px;
    }
    .materials_hr {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .materials_title {
        font-size: 24px;
    }
    .materials_title br {
        display: block;
    }
    .materials_item {
        width: 75% !important;
    }
    .materials_container {
        padding-bottom: 75px;
    }

    /*  FORM  */
    .form {
        position: relative;
        margin-top: 20px;
        flex-direction: column;
    }
    .form_img {
        width: 100%;
        height: 100%;
    }
    .form_title {
        font-size: 23px;
    }
    .form_container {
        width: 90%;
        padding: 30px 0;
        margin: 0 auto;
    }
    .form_header img {
        position: absolute;
        width: 231px;
        height: 38px;
        right: -5%;
        bottom: 13px;
    }
    .form_subtitle {
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .form_container form input {
        font-size: 13px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    .form_btn {
        font-size: 13px;
        height: 40px;
    }
    .form_terms {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .checkbox__input {
        width: 15px;
        height: 14px;
    }

    /* REVIEWS */
    .reviews {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .reviews_title {
        font-size: 24px;
    }
    .reviews .hr {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .review_item {
        width: 75% !important;
        padding: 13px !important;
    }
    .reviews_list {
        padding-bottom: 60px !important;
    }
    .review_username {
        font-size: 14px;
    }
    .review_text {
        font-size: 11px;
    }
    .review_profile {
        width: 35px;
        height: 35px;
    }
    .review_rate {
        margin-bottom: 5px;
    }
    .review_rate img {
        width: 10px;
        height: 10px;
    }
    .review_pagination {
        width: 160px;
    }
    .review_pagination-text {
        margin-top: -12px;
    }
    .review_prev, .review_next,  .speakers_prev, .speakers_next {
        width: 27px !important;
        height: 27px !important;
    }
    .review_prev img, .review_next img, .speakers_prev img, .speakers_next img {
        width: 100%;
        height: 100%;
    }
    .footer {
        display: none;
    }
    .footer_mobile {
        display: flex;
    }
}



.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(65, 64, 101, 0.38);
    backdrop-filter: blur(16px);
}

.modal-content {
    width: 450px;
    height: 280px;
    background: linear-gradient(101.88deg, rgba(164, 162, 252, 0) 73.34%, rgba(133, 131, 231, 0.74) 112.13%, rgba(133, 131, 231, 0.0962) 122.16%), linear-gradient(110.47deg, rgba(133, 131, 231, 0.74) -12.33%, rgba(133, 131, 231, 0.358527) -0.88%, rgba(164, 162, 252, 0.21926) 22.87%, rgba(133, 131, 231, 0.0962) 33.22%), #FFFFFF;
    border-radius: 26px;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}
.modal-img {

}
.modal-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 115.02%;
    text-align: center;
    color: #6664DD;

}
.modal-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 115.02%;
    text-align: center;
    color: #8D8D8D;
    padding: 0;
    margin: 0;
}
.modal-close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

@media screen and (max-width: 580px) {
    .modal-content {
        width: 280px;
        height: 179px;
        padding-top: 20px;
        padding-bottom: 20px;
        justify-content: center;
    }
    .modal-img {
        width: 73px;
        height: 70px;
    }
    .modal-title {
        margin: 0;
        font-size: 16px;
    }
    .modal-text {
        font-size: 13px;
        margin: 5px 0;
    }
    .modal-close {
        width: 16px;
        height: 16px;
    }
}
