@media only screen and (max-width: 1310px){
    .container {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 1230px){
    .program-block::after {
        display: none;
    }
    .about .flex {
        gap: 60px;
    }
    .swiper-slide-cont {
        align-items: flex-start;
    }

    .hartiya:after {
        width: 420px;
        height: 450px;
    }
}

@media only screen and (max-width: 991px){
    .promo.promo-bottom .button-row {
        margin-bottom: 40px;
    }
    .promo.promo-bottom .promo-info-item span {
        font-size: 16px;
    }
    .promo-bottom .promo-cont {
        left: 100px;
        max-width: 490px;
    }
    header {
        padding: 23px 0;
    }
    .container {
        padding: 0 60px;
    }

    .partners-block .container {
        padding: 0 34px;
    }
    .footer-top {
        padding: 40px 0 12px;
        gap: 27px;
    }
    .footer-item a {
        font-size: 14px;
    }

    .speakers::before {
        top: 6%;
    }
    .speakers::after {
        top: 51%;
    }

    .information-block .container {
        padding-right: 0;
    }
    .about-img img {
        display: none;
    }
    .about-img  .tab-img {
        display: block;
    }
    .about .title {
        margin-bottom: 20px;
        max-width: 500px;
    }
    .about p {
        margin-bottom: 20px;
    }
    .about .all-btn {
        margin-top: 32px;
    }
    div#about {
        padding: 112px 0 40px;
    }

    .block-navigation {
        width: 120px;
    }
    .promo-cont-wrap .promo-cont-logo img {
        width: 393px;
        height: 203px;
        object-fit: contain;
        margin-bottom: 32px;
    }
    .promo-info {
        margin-bottom: 24px;
    }
    .promo .button-row {
        margin-top: 24px;
    }

    span.title {
        font-size: 34px;
    }
    span.title span {
        font-size: 34px;
    }
    .swiper-slide-cont span.name {
        font-size: 16px;
        max-width: 205px;
    }

    .information-block .head-block .title {
        max-width: 462px;
    }
    div#about {
        padding: 100px 0 38px;
    }
    .information-block .head-block {
        padding-bottom: 60px;
        padding-right: 40px;
    }
    .speakers {
        padding: 80px 0 60px;
    }
    .speakers .title {
        margin-bottom: 60px;
    }
    .speakers-card .speakers-card-cont {
        padding-bottom: 50px;
    }

    .video-cont {
        height: 500px;
    }

    .hartiya-wrap-cont {
        width: 100%;
    }

    .hartiya-wrap-l {
        margin-bottom: 32px;
    }

    .hartiya-wrap-l .mob-block {
        display: block;
    }

    .hartiya-wrap-r .mob-block {
        display: none;
    }
    .request-to-partner .request-to-partner_wrap-cont-r {
        width: 100%;
        order: 1;
        margin-bottom: 32px;
    }
    .request-to-partner_wrap-cont .mob-block {
        display: block;
    }

    .request-to-partner_wrap-cont.request-to-partner_wrap-cont-l {
        width: 100%;
        order: 2;
    }

    .request-to-partner_wrap-cont.request-to-partner_wrap-cont-l .name {
        display: none;
    }

    .block-for-documents .documents-info,
    .block-for-documents .documents-links {
        width: 100%;
    }
    .block-for-documents .documents-info {
        margin-bottom: 32px;
    }
    .block-for-documents {
        padding-top: 0;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 899px){
    .promo-bg img {
        min-height: 85vh;
        display: block;
        object-fit: cover;
        margin-top: 60px;
    }

    .speakers-card .flex{
        flex-wrap: wrap;
    }
    .speakers-card .speakers-card-cont,
    .speakers-card-img {
        width: 100%;
    }

    .speakers-card-img img,
    .speakers-card .speakers-card-cont{
        max-width: 100%;
    }

    .speakers-card-img {
        order: 0 !important;
    }

    .promo.promo-bottom .promo-bg img {
        min-height: initial;
    }
    .promo-bottom .promo-cont {
        left: 55px;
    }
    .promo-bottom .promo-cont span.title {
        margin-bottom: 15px;
    }
    .promo.promo-bottom .button-row {
        margin-bottom: 30px;
    }
    .promo.promo-bottom .promo-info .flex {
        flex-wrap: wrap;
    }
    .promo-info-item {
        width: 100%;
    }
    .promo-bottom .promo-cont span.title,
    .promo-bottom .promo-cont span.title span {
        font-size: 26px;
    }
    .navbar ul {
        gap: 32px;
    }
    .video-cont {
        height: 420px;
    }
    .request-to-partner:after {
        top: -343px;
    }
}

@media only screen and (max-width: 768px){
    .about-img {
        width: 100%;
    }
    .about-cont {
        width: 100%;
    }
    .swiper-slide-cont {
        flex-direction: column;
        gap: 32px;
        padding: 24px;
        justify-content: flex-start;
    }
    .swiper-slide-cont img {
        width: 100%;
        display: block;
        object-fit: cover;
        order: 0;
        height: 200px;
    }
    .information-block .swiper {
        margin: 0 0 0 -6px;
    }
    .swiper-slide-cont-wrap {
        order: 1;
        width: 100% ;
    }
    #scroll-to-top {
        right: 0;
    }
    #scroll-to-top .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .navbar ul li a {
        font-size: 16px;
    }
    header .flex {
        justify-content: space-between;
        padding: 0;
    }

    .container {
        padding: 0 24px;
    }

    header .flex a.logo-header img {
        display: block;
        width: 104px;
        height: 54px;
        object-fit: contain;
    }

    nav.navbar {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 10;
        background: #fff;
        display: none;
    }

    .navbar-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    nav.navbar ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 80px;
        gap: 40px;
    }

    button.menu-hide {
        text-align: center;
        display: block;
        position: absolute;
        top: 34px;
        right: 24px;
    }
    button.menu-hide img {
        filter: brightness(0);
    }
    .mob-logo, button.menu-hide {
        display: block;
    }
    .mob-logo {
        width: 100%;
        padding: 23px 0 23px 24px;
        background: #fff;
    }
    nav.navbar ul {
        gap: 40px;
    }

    nav.navbar ul li {
        width: 100%;
        text-align: center;
        color: #F0F0F0;
        font-size: 36px;
        font-weight: 700;
        line-height: 40px;
    }
    nav.navbar ul li a {
        color: #111;
        font-size: 16px;
    }

    .contact-info .flex {
        justify-content: center;
        padding: 32px 0;
        gap: 20px;
        flex-direction: column;
    }

    .mob-menu-bottom-row {
        display: block;
        width: 100%;
    }

    .mob-menu-bottom-row .social {
        padding-bottom: 40px;
        padding-top: 80px;
        border-bottom: 1px solid #BBE2FF;
    }

    .mob-menu-bottom-row .social .flex {
        justify-content: center;
        gap: 32px;
    }


    .navbar .right-item {
        flex-direction: column;
    }

    .block-mob {
        display: block;
    }

    .block-mob .flex {
        gap: 14px;
    }

    a.b-nav-tab {
        padding: 30px 10px;
    }

    .speakers-card .flex {
        flex-wrap: wrap;
    }
    .speakers-card-img {
        order: 1;
        width: 100%;
    }
    .speakers-card-img img {
        width: 100%;
    }
    .speakers-card .speakers-card-cont {
        padding-bottom: 0;
        order: 2;
        width: 100%;
    }
    .speakers-card-cont a {
        position: static;
        margin-top: 15px;
    }
    .speakers-card:nth-child(2n) .speakers-card-img {
        order: 1;
    }
    .speakers-card:nth-child(2n) .speakers-card-cont {
        order: 2;
    }
    .speakers::before {
        top: 13%;
    }
    .speakers::after {
        top: 48%;
    }
    .program-head-img {
        display: none;
    }

    .program-head-cont .mob-img {
        display: block;
        margin-bottom: 24px;
    }
    .program-head-cont p {
        margin-bottom: 24px;
    }
    .program-head-cont {
        max-width: 100%;
    }

    .table-row .flex {
        flex-wrap: wrap;
        gap: 20px;
    }
    .table-row .flex .table-row-item:first-child, .table-row .flex .table-row-item:last-child,
        .table-row .flex .table-row-item:nth-child(2) {
        width: 100%;
    }
    .table-row {
        padding: 24px;
    }
    .about-img {
        display: none;
    }

    .about-cont .mob-img {
        display: block;
        margin-bottom: 32px;
        width: 100%;
    }

    .video-item iframe {
        height: 100%;
        border-radius: 0;
    }
    .about .title {
        margin-bottom: 32px;
    }

    .speakers-card .flex {
        flex-wrap: wrap;
    }

    .block-navigation {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .information-block .container {
        padding-bottom: 60px;
        position: relative;
    }
    .footer-top {
        flex-wrap: wrap;
    }
    .logo-footer {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo-footer .all-btn {
        display: block;
    }
    .footer-item:last-child {
        display: none;
    }

}

@media only screen and (max-width: 699px){
    .promo-bottom .promo-cont {
        left: 48px;
        width: calc(100% - 96px);
        top: 15%;
        bottom: auto;
    }
}

@media only screen and (max-width: 480px){
    .promo-bottom .promo-cont {
        top: 10%;
    }
    .information-block .head-block {
        padding-right: 0;
    }
    footer .copyright {
        padding: 0 0 24px;
    }
    .img-container.hidden-img {
        display: block;
        left: 69.5px;
    }
    .img-container img {
        max-height: 54px;
    }
    .copyright .flex {
        flex-wrap: wrap;
        gap: 24px;
    }
    .copyright .flex .social {
        order: 1;
        width: 100%;
    }
    .copyright .flex .social .flex{
        justify-content: center;
    }

    .copyright-text p {
        text-align: center;
    }

    .copyright-text {
        order: 2;
        width: 100%;
    }
    .promo-cont-wrap .promo-cont-logo img {
        width: 312px;
        height: 161px;
    }

    .promo-info .flex {
        flex-wrap: wrap;
    }
    .promo-info-item {
        gap: 4px;
        width: 100%;
    }
    .promo-info-item span {
        font-size: 20px;
    }
    .promo-info {
        margin-bottom: 32px;
    }
    .promo .button-row {
        margin-top: 32px;
    }
    .promo .button-row .flex {
        flex-wrap: wrap;
    }
    .promo .button-row .flex a {
        width: 100%;
        text-align: center;
    }

    .promo .button-row .all-btn.with-arrow::before {
        right: 20%;
    }
    div#about{
        padding: 15px 0 38px;
        background-image: url("../img/about-bg-mob.png");
        background-repeat: no-repeat ;
        background-size: 53%;
        background-position: 0 2%;
    }
    span.title,
    span.title span {
        font-size: 30px;
    }
    .about-cont .mob-img {
        width: 100%;
    }
    .about p {
        margin-bottom: 32px;
    }
    .about .all-btn {
        width: 100%;
        text-align: center;
    }
    .about .all-btn.with-arrow::before {
        right: 20%;
    }
    .information-block {
        padding: 62px 0 56px;
    }
    .swiper-slide-cont span.name {
        left: 20px;
        bottom: 10px;
    }
    .information-block .head-block {
        padding-bottom: 40px;
    }

    .people-block .container {
        padding: 0;
    }
    .people-block img {
        border-radius: 0;
        width: 100%;
    }
    .speakers {
        padding: 76px 0 40px;
    }
    .speakers .title {
        margin-bottom: 40px;
    }
    .speakers-card .flex {
        gap: 24px;
    }
    .mob-show-text {
        display: block;
    }
    .mob-show-text span {
        color: #2593E2;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    .speakers-card-cont p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        height: 121px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }
    .speakers-card-cont.active p {
        height: auto;
        display: block;
    }
    .speakers-card {
        margin-bottom: 60px;
    }
    .program-block {
        padding: 0 0 23px;
    }
    .program-head-cont .mob-img {
        width: 100%;
    }
    .program-head-cont .title {
        margin-bottom: 16px;
    }
    .program-head .all-btn {
        width: 100%;
        text-align: center;
    }
    .program-head .all-btn.with-arrow::before {
        right: 20%;
    }

    a.b-nav-tab span.text {
        display: none;
    }

    a.b-nav-tab span.text-mob {
        display: block;
        text-align: center;
    }
    .partners-block .container {
        padding: 0 24px;
    }
    .partners-block .flex {
        gap: 16px;
    }
    .partners-block .partners-wrap-item {
        width: 100%;
        max-width: 100%;
    }
    .partners-block {
        padding: 40px 0;
    }
    .partners-block .title {
        margin-bottom: 40px;
    }

    .promo-cont-wrap p br {
        display: none;
    }
    .block-mob .all-btn {
        font-size: 14px;
        padding: 13px 14px;
    }
    .mob-menu-bottom-row a {
        font-size: 13px;
    }

    .header-bottom .flex{
        gap: 16px;
    }

    .header-bottom .flex a {
        width: calc(50% - 8px);
        font-size: 14px;
        text-align: center;
        padding: 13px 15px;
    }
    .speakers::before {
        top: 12%;
        width: 200px;
        height: 673px;
    }
    .speakers::after {
        top: 39.5%;
        width: 200px;
        height: 673px;
    }
    .program-block::after {
        top: 0;
        width: 135px;
        height: 366px;
        display: block;
    }
    .program-block .container {
        z-index: 1;
    }

    .promo-cont-wrap {
        padding-top: 45px;
    }
    .promo-bg img {
        margin-top: 0;
    }
    .promo-cont {
        top: 45%;
    }
    .all-btn.with-arrow {
        padding-right: 32px;
    }
    .copyright-text a {
        display: block;
        width: max-content;
        margin: 0 auto;
    }
    .promo-bottom .promo-info-item {
        align-items: flex-start;
    }
    .promo-info-item br {
        display: block;
    }


    .logo-footer img {
        width: 120px;
    }

    .video-cont {
        height: 340px;
    }

    .hartiya-wrap-cont .name {
        font-size: 30px;
    }
    .hartiya:after {
        top: 13%;
        width: 310px;
        height: 370px;
    }
    .hartiya-wrap-cont a {
        width: 100%;
    }
    .hartiya {
        padding-bottom: 20px;
    }
    .request-to-partner {
        padding: 40px 0;
    }

    .request-to-partner_wrap-cont .name {
        font-size: 30px;
        line-height: 1;
    }
    .request-to-partner:after {
        top: -258px;
        width: 260px;
    }
    .request-to-partner_wrap {
        margin-bottom: 40px;
    }
    .request-to-partner_wrap .all-btn {
        width: 100%;
    }
    .table-head {
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
        padding: 24px;
    }

    .table-row-content_wrap {
        padding: 24px;
    }

    .table-row-content:before {
        top: 8px;
    }

    .request-to-partner .tab-section.mb-32 {
        margin-bottom: 24px;
    }
    .hartiya {
        padding-top: 24px;
    }

    .documents-info .name {
        font-size: 30px;
    }
    .block-for-documents {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .documents-links {
        gap: 16px;
    }
    .documents-info .subtitle {
        font-size: 16px;
    }
}

@media only screen and (max-width: 399px){
    .swiper-slide-cont span.name {
        max-width: 170px;
    }

    .header-bottom .flex a {
        padding: 13px;
    }
    .promo .button-row .all-btn.with-arrow::before {
        right: 14%;
    }
}
