main.congress_page {
    background: #f3f3f3;
}

.container.skinny_container {
    max-width: 1196px;
}

.congress_advantages {
    margin-bottom: 48px;
}

.congress_advantages .event__advantages {
    margin-bottom: 0;
}

.congress_advantages .section-title,
.congress_text .section-title,
.congress_last .section-title,
.congress_welcome .section-title,
.congress_contacts .section-title {
    margin-bottom: 48px;
}

.congress_text-block {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 44px 34px;
    color: #494449;
}

.congress_text-block hr {
    border-color: #E9E9E9;
    border-style: solid;
    border-bottom: unset;
}

.congress_last {
    margin-bottom: 48px;
}

.congress_last-block {
    padding: 40px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 32px;
    flex-direction: column;
}

.congress_last-block-video {
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.congress_last-block-video iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    clip-path: inset(1px);
}

.congress_last-block-title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.congress_last_block-numbers {
    display: flex;
}

.congress_last_block-numbers div {
    width: calc(100% / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    font-size: 16px;
    padding: 0 10px;
}

.congress_last_block-numbers div span {
    font-size: 40px;
    font-weight: 700;
}

.congress_banner {
    background-color: #06285D;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    padding: 80px 0;
    margin-bottom: 48px;
}

.congress_banner-date {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.congress_banner-location {
    font-size: 20px;
    color: #56D4FF;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

h1.congress_banner-title {
    font-size: 44px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.congress_reg-links {
    display: flex;
    gap: 22px;
    justify-content: center;
}

.congress_banner .congress_reg-links {
    margin-bottom: 40px;
}

.congress_page .button {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 60px;
}

.button.whited {
    background: #fff;
    color: #1790c0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.button.whited:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #cd6C1d;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.congress_banner-downloads {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.congress_banner-downloads a {
    font-size: 18px;
    background-image: url('../img/congress/bi_save.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    display: block;
    font-weight: 400;
    padding-left: 30px;
    color: #56D4FF;
    text-decoration: none;
}

.congress_banner-downloads a:hover {
    color: #cd6C1d;
    background-image: url('../img/congress/bi_save-h.svg');
}

.congress_text {
    color: #494449;
    margin-bottom: 48px;
    text-align: center;
}

.congress_text p {
    font-size: 18px;
}

.congress_welcome {
    margin-bottom: 48px;
}

.congress_welcome-container {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 40px;
    display: flex;
    gap: 40px;
}

.congress_welcome-left {
    width: calc(50% - 40px);
}

.congress_video-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.congress_welcome-left iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    clip-path: inset(1px);
}

.congress_welcome-right {
    width: 50%;
}

.congress_page h2 {
    color: #06285D;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.congress_welcome-right h2 {
    font-size: 35px;
    margin-bottom: 20px;
    text-align: left;
}

.congress_welcome-right p {
    color: #494449;
    font-size: 18px;
    line-height: 1.25;
}

.congress_themes {
    color: #494449;
    margin-bottom: 48px;
    text-align: center;
}

.congress_theme-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 48px;
}

.congress_theme-block {
    width: calc(100%/3 - 40px/3);
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 18px;
    text-align: center;
    color: #494449;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
}

.congress_items {
    margin-bottom: 48px;
}

.congress_reg-block {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #D3D4D3;
}

.congress_reg-block h2 {
    margin-bottom: 40px;
}

.congress_items-list h3 {
    font-size: 30px;
    margin-bottom: 40px;
    color: #1790c0;
    text-transform: uppercase;
    text-align: center;
}

.congress_events-list {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
}

.congress_events-list .event {
    min-height: 220px;
    width: calc(50% - 10px)
}

.congress_events-list .event__time {
    margin-right: 0;
}

.congress_events-list .event__content {
    padding: 20px;
}

.congress_events-list .event__date {
    margin-right: 40px;
}

.congress_events-list .event__prof-item img {
    height: 40px;
}

.congress_events-list .event:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.congress_events-list .event__title {
    color: #06285D;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.congress_events-list .event__footer .event__program-link {
    background: #fff;
    font-weight: 500;
    padding: 10px 32px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.congress_events-list .event__footer .event__program-link:hover {
    background: #cd6C1d;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.0);
}

.congress_events-list .event__footer .event__details-link {
    padding: 10px 32px;
    font-weight: 500;
    margin-left: 0;
}

.congress_location {
    margin-bottom: 48px;
}

.congress_location h2 {
    margin-bottom: 48px;
}

.congress_location-block {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 40px;
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}

.congress_location-block-left {
    width: calc(50% - 40px);
}

.congress_photos-slider {
    position: relative;
    overflow: hidden;
}

.congress_photos-slider .swiper-wrapper {
    display: flex;
}

.congress_photos-slider-item {
    position: relative;
    flex-shrink: 0;
}

.congress_photos-slider .swiper-button-prev,
.congress_photos-slider .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
}

.congress_photos-slider .swiper-button-prev img,
.congress_photos-slider .swiper-button-next img {
    height: 20px;
}

.congress_photos-slider .swiper-button-prev:hover,
.congress_photos-slider .swiper-button-next:hover {
    opacity: 0.6;
    cursor: pointer;
}

.congress_photos-slider .swiper-button-prev {
    left: 12px;
}

.congress_photos-slider .swiper-button-next {
    right: 12px;
}

.congress_photos-slider .swiper-pagination-bullets {
    display: flex;
    gap: 12px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.congress_photos-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 8px;
    border-radius: 50%;
    width: 8px;
    display: block;
    background: rgba(255, 255, 255, 0.4);
    transition: 0.3s;
}

.congress_photos-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.congress_photos-slider .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background: rgba(255, 255, 255, 1.0);
    cursor: pointer;
}

.congress_photos-slider-info {
    height: 80px;
    display: flex;
    align-items: end;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(0, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.0) 100%);
}

.congress_photos-slider-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.congress_location-block-right h3 {
    font-size: 30px;
    color: #494449;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}

.congress_location-block-right {
    font-size: 18px;
    width: 50%;
    color: #494449
}

.congress_location-block-right span {
    display: block;
    color: #06285D;
    font-size: 20px;
    font-weight: 500;
}

.congress_location-map {
    width: 100%;
    padding-bottom: 32%;
    position: relative;
}

.congress_location-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.congress_sponsors {
    margin-bottom: 48px;
}

.congress_sponsors h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 26px;
}

.congress_sponsors h2 {
    margin-bottom: 40px;
}

.congress_sponsors-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.congress_sponsors-container {
    margin-bottom: 40px;
}

.congress_sponsors-list-item {
    width: calc(100%/5 - 16px);
    display: flex;
    padding: 24px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
}

.congress_sponsors-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    padding-bottom: 50%;
}

.congress_sponsors-list-item img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.congress_contacts {
    margin-bottom: 48px;
}

.congress_contacts-container {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.congress_contacts-block {
    color: #494449;
    font-size: 18px;
    text-align: center;
    width: calc(100%/3 - 40px/3);
    line-height: 1.5;
}

.congress_contacts-block span {
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-align: center;
}

.congress_contacts-block p {
    margin: 0;
}

.congress_contacts-block p a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s;
}

.congress_contacts-block p a:hover {
    color: #cd6C1d;
}

.congress_contacts-block img {
    margin-top: 20px;
    width: 90px;
    height: 90px;
}

.congress_registration {
    padding: 48px 0;
    background: #fff;
    margin-bottom: 48px;
}

.congress_registration h2 {
    margin-bottom: 40px;
}

.congress_registered {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    color: #cd6C1d;
    padding: 10px;
}

.congress_registered img {
    width: 24px;
    height: 24px;
}

.congress_org {
    margin-bottom: 48px;
}

.congress_org h2 {
    margin-bottom: 48px;
}

.congress_org-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    transition: height 0.3s;
}

.congress_org-block {
    width: calc(100% / 4 - 15px);
    display: flex;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}

.congress_org-block-img {
    width: 100%;
    padding-bottom: 90%;
    height: 0;
    position: relative;
    margin-bottom: 20px;
}

.congress_org-block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.congress_org-block-name {
    text-align: center;
    color: #023E6F;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #C0BFC0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.congress_org-block-desc {
    color: #494449;
    font-size: 16px;
    text-align: center;
}

.button.congress_org-show-all {
    padding: 10px 40px;
    font-size: 18px;
    line-height: 21px;
    margin: 40px auto 0;
    background-color: #fff;
    color: #1790c0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    width: fit-content;
    font-weight: 600;
}

.button.congress_org-show-all:hover {
    background-color: #cd6C1d;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.button.congress_org-show-all.ajax-loading::after {
    background-image: url(../img/loader-blue.svg);
}

.congress_actions .container {
    text-align: center;
}

.congress_actions {
    margin-bottom: 48px;
}

.congress_actions .button {
    background-repeat: no-repeat;
    background-position: 44px 50%;
    background-image: url(../img/translation_cam.svg);
    background-color: #023E6F;
    color: #fff;
    padding: 9px 44px !important;
    padding-left: 80px !important;
}

.congress_actions .button:hover {
    background-color: #cd6C1d;
}

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

    h1.congress_banner-title,
    .congress_page h2 {
        font-size: 32px;
    }

    .congress_page .button {
        padding: 10px 24px;
    }

    .congress_banner-date {
        font-size: 20px;
    }

    .congress_banner-downloads a {
        font-size: 16px;
    }

    .congress_text p {
        font-size: 16px;
    }

    .congress_welcome-container,
    .congress_location-block {
        flex-direction: column;
        gap: 20px
    }

    .congress_welcome-left,
    .congress_welcome-right,
    .congress_location-block-left,
    .congress_location-block-right {
        width: 100%;
    }

    .congress_welcome-right h2,
    .congress_location-block-right h3 {
        font-size: 24px;
    }

    .congress_welcome-container,
    .congress_location-block,
    .congress_last-block,
    .congress_text-block {
        padding: 24px;
    }

    .congress_theme-block {
        width: calc(100%/2 - 10px);
    }

    .congress_events-list .event {
        width: 100%;
    }

    .congress_location-block-right {
        font-size: 16px;
    }

    .congress_location-block-right span {
        font-size: 16px;
    }

    .congress_photos-slider-info {
        font-size: 14px;
    }

    .congress_location-map {
        padding-bottom: 75%;
    }

    .congress_sponsors-list-item {
        width: calc(100%/3 - 40px/3);
    }

    .congress_contacts-container {
        flex-direction: column;
    }

    .congress_contacts-block {
        width: 100%;
    }

    .congress_last_block-numbers {
        flex-wrap: wrap;
        gap: 20px;
    }

    .congress_last_block-numbers div {
        width: calc(50% - 10px);
        padding: 0;
    }

    .congress_last_block-text {
        text-align: center;
    }

    .congress_org-block-name {
        font-size: 18px;
    }

    .congress_org-block {
        width: calc(100% / 2 - 10px);
    }

}

@media screen and (max-width:480px) {
    .congress_banner-date {
        font-size: 18px;
    }

    .congress_banner {
        padding: 44px 0;
    }

    .congress_banner-location {
        font-size: 16px;
    }

    h1.congress_banner-title,
    .congress_page h2 {
        font-size: 24px;
    }

    h1.congress_banner-title {
        margin-bottom: 24px;
    }

    .congress_reg-links {
        align-items: center;
        flex-direction: column;
        gap: 16px;
    }

    .congress_banner .congress_reg-links {
        margin-bottom: 24px;
    }

    .congress_banner-downloads {
        gap: 10px
    }

    .congress_banner-downloads a {
        font-size: 12px;
        background-size: 14px;
        padding-left: 18px;
    }

    .congress_page .button {
        font-size: 16px;
    }

    .congress_text p {
        line-height: 1.25;
    }

    .congress_welcome-right h2 {
        font-size: 20px;
        text-align: center;
    }

    .congress_welcome-right p {
        font-size: 16px;
        text-align: center;
    }

    .congress_welcome-container,
    .congress_location-block {
        padding: 16px;
    }

    .congress_themes,
    .congress_items,
    .congress_location,
    .congress_org,
    .congress_sponsors,
    .congress_contacts,
    .congress_registration,
    .congress_actions {
        margin-bottom: 40px;
    }

    .congress_theme-block {
        width: 100%;
    }

    .congress_theme-container {
        margin-top: 40px;
    }

    .congress_reg-block {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .congress_items-list h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .congress_events-list .event__title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .event__prof-item img {
        height: 32px;
    }

    .congress_events-list {
        margin-bottom: 40px;
    }

    .congress_location h2,
    .congress_org h2,
    .congress_sponsors h2,
    .congress_contacts h2,
    .congress_advantages .section-title,
    .congress_text .section-title,
    .congress_last .section-title,
    .congress_welcome .section-title,
    .congress_contacts .section-title {
        margin-bottom: 40px;
    }

    .congress_location-block-right h3,
    .congress_location-block-right span,
    .congress_location-block-right p {
        text-align: center;
    }

    .congress_location-block-right span,
    .congress_location-block-right p {
        font-size: 16px;
    }

    .congress_location-block {
        margin-bottom: 40px;
    }

    .congress_sponsors-list-item {
        padding: 8px;
    }

    .congress_sponsors-list {
        gap: 12px;
    }

    .congress_sponsors-list-item {
        width: calc(100%/3 - 24px/3);
    }

    .congress_sponsors h3 {
        font-size: 18px;
        text-align: center;
    }

    .congress_theme-block {
        font-size: 16px;
    }

    .congress_contacts-block span {
        font-size: 18px;
    }

    .congress_contacts-block p {
        font-size: 16px;
    }

    .congress_last-block-title {
        font-size: 20px;
    }

    .congress_last_block-numbers div span {
        font-size: 32px;
    }

    .congress_org-container {
        gap: 12px;
    }

    .congress_org-block {
        width: calc(100% / 2 - 6px);
        padding: 12px;
    }

    .congress_org-block-name {
        font-size: 16px;
    }

    .congress_org-block-desc {
        font-size: 14px;
    }
}