body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
  padding: 0; 
  margin: 0; 
  } 
table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,img {  
  border: 0; 
  } 
address,caption,cite,code,dfn,em,strong,th,var { 
  font-weight: normal; 
  font-style: normal; 
  }
caption,th { 
  text-align: left; 
  } 
h1,h2,h3,h4,h5,h6 {
  font-size: 100%; 
  } 
q:before,q:after { 
  content:''; 
  } 
abbr,acronym { border: 0; 
  } 
:root {
    --color-black: #000000;
    --color-white: #FFFFFF;
    --font-jost: 'Jost', sans-serif;
    --main-text-color: #233778;
}

* {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
}

html {
    font-size: 10px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--font-jost);
    color: #000;
    position: relative;
}

body {
    font-family: var(--font-jost);
    font-size: 1.6rem;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

svg {
    vertical-align: top;
}

a {
    color: currentColor;
    text-decoration: none;
}

a:not([class]) {
    text-decoration: none;
}

a:not([class]):hover {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

[style*='background-image'] {
    background: no-repeat center;
    background-size: cover;
}
.--overflow-h {
    overflow: hidden !important;
}

.--visible-mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .--hidden-mobile {
        display: none !important;
    }

    .--visible-mobile {
        display: block !important;
    }
}

.app {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
}

.--app-inner {
    background: var(--color-white);
}

.main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
}

.main__wrap {
    width: 100%;
    background-image: url("/assets/ac9f5f813a924af39a57c1ac452fe4de.png"), url("/assets/ac9f5f813a924af39a57c1ac452fe4de.png");
    background-repeat: repeat-x;
    background-position: top 40px center, bottom 40px center;
    padding: 100px 0;
}

.--app-inner .main__wrap {
    width: 100%;
    background-image: url("/assets/be65f94717f043c59080acf3860c2f81.png"), url("/assets/5e68e5be577c4ed2b99c1134716df77d.png");
    background-repeat: repeat-x;
    background-position: top 40px center, bottom 40px center;
    padding: 100px 0;
}

.main > .container {
    position: relative;
    margin-bottom: 60px;
}

section {
    padding: 100px 0;
}

section.partners {
    padding: 60px 0 100px;
}

@media (max-width: 991px) {
    section {
        padding: 80px 0;
    }
}

@media (max-width: 768px) {
    section {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .main__wrap {
        width: 100%;
        background-image: url(/images/site2024/arrow-bg.png), url(/images/site2024/arrow-bg.png);
        background-size: 300% auto, 300% auto;
        background-position: top 30px center, bottom 30px center;
        padding: 80px 0;
    }

    .--app-inner .main__wrap {
        width: 100%;
        background-image: url("/images/site2024/arrow-bg-inner-right.png"), url("/images/site2024/arrow-bg-inner-left.png");
        background-size: 300% auto, 300% auto;
        background-position: top 30px center, bottom 30px center;
        padding: 80px 0;
    }
}

.container {
    max-width: 1166px;
    width: 100%;
    margin: 0 auto;
    padding: 0 18px;
}

.content-wrap {
    max-width: 1346px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

@media (max-width: 1367px) {
    .content-wrap {
        max-width: 1280px;
    }
}

@media (max-width: 768px) {
    .content-wrap {
        padding: 0 30px;
    }
}

.header {
    background-image: linear-gradient(360deg, rgba(15, 35, 52, 0.8) -2.13%, rgba(20, 85, 128, 0.5) 100%), url(/assets/dbcb9624b6104771810762668fc7b6e7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 39px 0 120px;
    min-height: 650px;
    background-color: #00192D;
    position: relative;
}

.header__wrap {
    display: flex;
    flex-direction: column;
}

.--header-short {
    background: linear-gradient(90.42deg, #1A669A 0.41%, #183650 99.69%);
    height: auto;
    min-height: auto;
    padding: 26px 0 34px;
}

.--header-short .header__wrap {
    height: auto;
}

.header__topline {
    display: flex;
    justify-content: space-between;
    padding: 0 6.5%;
}

.header__logo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 6.5%;
}

.header__logo img {
    max-width: 131px;
}

.header__menu {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
    font-size: 3.2rem;
    padding: 0;
    margin-bottom: 20px;
}

.contacts a:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.header__content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: #fff;
    column-gap: 20px;
    padding: 30px 6.5% 0;
}

.header__contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.--header__contacts-mobile {
    display: none;
}

.header__info {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.header__contacts:not(.--header__contacts-mobile) {
    display: flex;
}

.header__contacts a + a {
    margin-top: 5px;
}

.header__exhibition-address {

}

.exhibition__about-date {
    font-size: 5rem;
    font-weight: 500;
    color: #56c3e8;
}

.exhibition__about-address {
    font-size: 4rem;
    line-height: 1.4;
    margin-top: 30px;
}

.header__contacts-text {
    position: relative;
    z-index: 2;
}

.exhibition__about-name {
    font-size: 6.4rem;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 850px;
}

.header__register {
    margin-top: 30px;
    text-align: left;
}

.header__register a {
    display: inline-block;
}

.exhibition__register {
    position: absolute;
    right: 6.5%;
    margin: 0 0 20px !important;
}

.exhibition__register-button {
    display: inline-flex;
    border: 2px solid #FFFFFF;
    color: #fff;
    text-decoration: none;
    font-size: 2.4rem;
    font-weight: 500;
    padding: 19px 55px;
    border-radius: 74px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s ease;
}

.exhibition__register-button:hover {
    background: #56c3e8;
    color: var(--color-white);
    border-color: #56c3e8;
}

.exhibition__register-button:active {
    transform: scale(1.05);
}

@media (max-width: 1740px) {
    .exhibition__about-name {
        font-size: 4.4rem;
    }
}

@media (max-width: 1367px) {
    .header__logo {
        padding-right: 5.5%;
    }

    .header__content {
        padding-left: 5.5%;
        padding-right: 5.5%;
    }

    .exhibition__register {
        right: 5.5%;
    }

    .contacts {
        font-size: 2.8rem;
    }

    .header__exhibition-address {
        font-size: 2.8rem;
    }

    .exhibition__about-name {
        font-size: 3.4rem;
    }

    .exhibition__register-button {
        font-size: 2rem;
        padding: 18px 30px;
    }
}

@media (max-width: 1200px) {
    .header__menu {
        justify-content: flex-end;
        align-items: center;
    }
}

@media (max-width: 1100px) {
    .exhibition__register {
        position: static;
    }

    .exhibition__about-name {
        font-size: 3.4rem;
    }

    .exhibition__register-button {
        font-size: 1.8rem;
        padding: 10px 20px;
    }
}

@media (max-width: 991px) {
    .header__logo {
        padding: 0 30px 0 0;
    }

    .header__topline {
        padding: 0 30px;
    }

    .header__content {
        padding: 30px 0 0;
    }

    .header__logo {
        padding: 0;
    }

    .logo img {
        max-width: 100px;
    }

    .--app-inner .logo img {
        max-width: 100px;
    }

    .--header-short {
        padding: 9px 0;
    }

    .header:not(.--header-short) {
        padding: 9px 0 40px;
        min-height: 450px;
    }

    .header__contacts {
        display: none!important;
    }

    .header__exhibition-address {
        width: 100%;
    }

    .exhibition__about-address {
        position: static;
    }

    .header__register {
        margin-top: 40px;
    }

    .exhibition__about-name {
        font-size: 3rem;
    }

    .header__exhibition-address {
        font-size: 2.4rem;
    }

    .contacts {
        font-size: 2.3rem;
    }
}

@media (max-width: 768px) {
    .header {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .header__topline {
        padding: 0 30px;
    }

    .header__content {
        padding: 30px 0 0;
    }

    .logo {
        width: 100%;
    }

    .header__logo, .header__contacts {
        padding: 0 15px;
    }

    .header__info {
        margin: 0 0 20px;
    }

    .header__logo {
        padding: 0;
    }

    .header:not(.--header-short) {
        min-height: 180px;
    }

    .exhibition__about-address {
        font-size: 1.8rem;
    }

    .--header__contacts-mobile {
        display: block;
        margin-top: 30px;
    }

    .header__contacts:not(.--header__contacts-mobile) {
        display: none;
    }

    .header__contacts {
        align-items: flex-end;
    }

    .header__exhibition-address {
        font-size: 1.6rem;
    }

    .exhibition__about-name {
        font-size: 2.4rem;
        font-weight: 500;
        margin-bottom: 15px;
    }

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

    .contacts {
        margin-bottom: 40px;
        font-size: 2.3rem;
    }

    .header__register {
        text-align: center;
    }

    .exhibition__register-button {
        border-width: 1px;
        padding: 10px 20px 8px;
    }
}

@media (max-width: 480px) {
    .exhibition__about-address {
        font-size: 1.3rem;
    }
}

.hamburger {
    display: none;
}

.hamburger:not(.open) .menu__close {
    display: none;
}

.menu {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: var(--color-white);
}

.menu__mobile-header {
    display: none;
}

.menu__list {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.menu__item {
    position: relative;
}

.menu__item.--dropdown {
    padding-right: 34px;
}

.menu__item > a, .menu__item > span {
    color: var(--color-white);
    cursor: pointer;
    font-weight: 500;
    font-size: 2.4rem;
    text-transform: uppercase;
}

.menu__item a:hover, .menu__item span:hover, .menu__item a:focus {
    color: var(--color-white);
}

.menu__item:hover > a, .menu__item:hover > span {
    color: #56c3e8;
    text-decoration: none;
}

.menu__item a.active, .menu__item span.active {
    text-decoration: underline;
}

.--dropdown > a:after, .--dropdown > span:after {
    content: "";
    display: block;
    background: url('data:image/svg+xml,<svg width="17" height="10" viewBox="0 0 17 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.5L8.5 8.5L16 1.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    width: 17px;
    height: 10px;
}

.--dropdown > a:hover:after, .--dropdown > span:hover:after {
    background: url('data:image/svg+xml,<svg width="17" height="10" viewBox="0 0 17 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.5L8.5 8.5L16 1.5" stroke="%2356c3e8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
}

.menu__sub {
    display: none;
    position: absolute;
    left: 0;
    background: linear-gradient(90.42deg, #1A669A 0.41%, #183650 99.69%);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
    border-radius: 11px;
    padding: 0 14px;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 300;
    min-width: 210px;
    z-index: 2;
}

.menu__item:hover .menu__sub {
    display: block;
}

.menu__sub-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.63)
}

.menu__sub-item:last-child {
    border-bottom: none;
}

@media (max-width: 1680px) {
    .menu__item > a, .menu__item > span {
        font-size: 2rem;
    }

    .menu__item.--dropdown {
        padding-right: 26px;
    }
}

@media (max-width: 1367px) {
    .menu__item > a, .menu__item > span {
        font-size: 1.8rem;
    }

    .menu__item.--dropdown {
        padding-right: 24px;
    }

    .menu__sub {
        padding: 0 16px;
        font-size: 1.8rem;
    }

    .menu__sub-item {
        padding: 8px 0;
        margin: 8px 0;
    }

    .--dropdown > a:after {
        top: calc(50% - 3px);
        width: 12px;
        height: 7px;
    }
}

@media (max-width: 1200px) {
    .hamburger {
        display: block;
    }

    .menu {
        display: none;
        left: 0;
        top: 0;
        background: linear-gradient(90.42deg, #1A669A 0.41%, #183650 99.69%);
    }

    .menu__mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 9px 30px 0;
        margin-bottom: 40px;
    }

    .menu__logo img {
        max-width: 100px;
    }

    .menu.open {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        display: block;
        height: 100%;
        width: 100%;
        overflow-y: auto;
    }

    .menu__list {
        flex-direction: column;
    }

    .menu__item {
        padding: 0 24px;
        width: 100%;
    }

    .menu__item + .menu__item, .menu__sub-item + .menu__sub-item {
        border-top: 1px solid rgba(255, 255, 255, 0.64);
    }

    .menu__item > a, .menu__item > span, .menu__sub-item a {
        display: flex;
        width: 100%;
        padding: 24px 0;
        justify-content: center;
        align-items: center;
    }

    .menu__item > a:after, .menu__item > span:after {
        margin-left: 10px;
        position: static;
    }

    .menu__sub {
        position: static;
        background: rgba(0, 0, 0, 0.24);
        box-shadow: none;
        margin: 0 -24px;
        padding: 0;
    }

    .menu__sub-item {
        border-bottom: none;
        margin: 0;
        padding: 0;
    }

    .menu__sub-item a:hover {
        text-decoration: none;
    }
}

.footer {
    background: linear-gradient(90.42deg, #1A669A 0.41%, #183650 99.69%);
    padding: 100px 0 29px;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-white);
}

.footer-content__logo img {
    max-width: 143px;
}

.footer-content__contacts {
    font-size: 2.5rem;
    line-height: 1.4;
    text-align: right;
}

.footer-content__contacts a:hover {
    color: currentColor;
    text-decoration: none;
}

.footer-content__contacts-email {
    margin: 11px 0 22px;
}

.footer-content__contacts-social {
    display: flex;
    column-gap: 12px;
    justify-content: flex-end;
}

.footer-content__contacts-social a {
    transition: all .2s ease;
}

.footer-content__contacts-social a:hover {
    opacity: .85;
}

.footer-content__contacts-social img {
    max-width: 36px;
}

.footer__politic {
    color: var(--color-white);
    text-align: center;
    max-width: 830px;
    margin: 0 auto;
    margin-top: 12px;
    font-size: 1.7rem;
    font-weight: 300;
}

.footer__politic a {
    text-decoration: underline;
}

.footer__politic a:hover, .footer__politic a:focus {
    text-decoration: none;
    color: var(--color-white);
}

.footer-menu__list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr);
    gap: 7px 90px;
    font-size: 2.2rem;
    font-weight: 400;
}

.footer-menu__list a:hover {
    color: var(--color-white);
}

@media (max-width: 1367px) {
    .footer-content__contacts {
        font-size: 2.8rem;
    }

    .footer-content__contacts {
        font-size: 2rem;
    }

    .footer-content__contacts-social img {
        max-width: 32px;
    }

    .footer-content__logo img {
        max-width: 131px;
    }
}

@media (max-width: 1200px) {
    .footer-menu__list {
        gap: 5px 80px;
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    .footer__politic {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .footer-menu__list {
        grid-template-rows: repeat(2, 1fr);
        gap: 5px 20px;
        font-size: 1.6rem;
    }
}

@media (max-width: 600px) {
    .footer {
        padding: 24px 0;
    }

    .footer-content__logo {
        margin-bottom: 30px;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-content__contacts {
        text-align: center;
    }

    .footer-content__contacts-social {
        justify-content: center;
    }

    .footer-menu {
        margin-bottom: 20px;
    }

    .footer-content__logo img {
        max-width: 90px;
    }

    .footer-content__contacts-email {
        font-size: 16px;
    }
}

.round-button {
    border: 2px solid #56c3e8;
    border-radius: 74px;
    font-size: 24px;
    font-weight: 500;
    color: #56c3e8;
    padding: 17px 70px;
    transition: all .2s ease;
}

.--round-button-inverse {
    background: #56c3e8;
    color: #FFF!important;
}

.--round-button-inverse:hover {
    box-shadow: 0px 1px 5px 0px rgb(0, 0, 0, .5);
}

.--round-button-sm {
    padding: 8px 20px;
    border-radius: 54px;
    font-size: 20px;
}

.--round-button-w-icon {
    display: inline-flex;
    column-gap: 25px;
    align-items: center;
    text-transform: uppercase;
}

.round-button:hover {
    border: 2px solid #56c3e8;
    color: #FFF;
    background: #56c3e8;
    text-decoration: none;
}

@media (max-width: 1367px) {
    .round-button {
        border-radius: 74px;
        font-size: 24px;
        color: #56c3e8;
        padding: 12px 50px;
    }
}

@media (max-width: 991px) {
    .round-button {
        border-radius: 74px;
        font-size: 16px;
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    .round-button svg {
        width: 20px;
    }
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.breadcrumbs + .page-bg {
    margin-top: 40px;
}

.breadcrumbs__separate {
    display: inline-block;
    background: url("../images/site2024/separate-arrow.svg") no-repeat center;
    background-size: contain;
    width: 16px;
    height: 11px;
    margin: 0 10px;
}

.breadcrumbs__item {
    color: #769AB7;
    list-style-type: none;
}

.breadcrumbs__item a {
    text-decoration: none;
}

.breadcrumbs__item:not(span):hover {
    color: var(--main-text-color);
    text-decoration: none;
}

.breadcrumbs__item a:not(span):hover {
    color: var(--main-text-color);
    text-decoration: none;
}

@media (max-width: 768px) {
    .breadcrumbs {
        font-size: 1.6rem;
    }

    .breadcrumbs__separate {
        width: 22px;
        height: 12px;
    }
}

.pagination {
    font-size: 2.4rem;
    justify-content: flex-end;
}

.pagination > li > a, .pagination > li > span {
    color: rgba(35, 55, 120, 0.5);
    background: none;
    border-color: transparent;
}

.page-item.disabled .page-link {
    color: rgba(35, 55, 120, 0.5);
    background-color: transparent;
    border-color: transparent;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: var(--main-text-color);
    border-color: transparent;
    background-color: transparent;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: var(--main-text-color);
    border-color: transparent;
    background-color: transparent;
}

.page-item.active .page-link {
    color: var(--main-text-color);
    border-color: transparent;
    background-color: transparent;
}

@media (max-width: 768px) {
    .pagination {
        font-size: 1.6rem;
        justify-content: flex-start;
    }
}

.slider-arrow {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    display: block;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-image: url("../images/site2024/slide-arrow_l.svg");
    background-repeat: no-repeat;
    background-size: 55px;
    z-index: 1;
}

.icon-arrow-slider-left {
    left: 10px;
}

.icon-arrow-slider-right {
    right: 10px;
    transform: rotate(180deg) translate(0, 50%);
}

.slick-disabled {
    opacity: .3;
    cursor: default;
}

.main-news .slick-slide {
    margin: 0 15px;
}

.main-news .slick-list {
    margin: 0 -15px;
}

.slick-slide .slider-item__img:before {
    padding-bottom: 56%;
}

@media (max-width: 1280px) {
    .slider-arrow {
        background-position: center;
    }
}

@media (max-width: 768px) {
    .slider-arrow {
        width: 29px;
        height: 29px;
        background-size: 29px 29px;
        top: 50%;
    }

    .icon-arrow-slider-left {
        left: 6px;
    }

    .icon-arrow-slider-right {
        right: 6px;
    }
}

.video {
}

.--video-w-preview {
    position: relative;
}

.video__preview {
    cursor: pointer;
}

.slick-list .video__preview img {
    position: absolute;
}

.video__preview img {
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video__preview::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 75%;
}

.video__preview::after {
    content: "";
    display: block;
    background: url("../images/site2024/video/icon-play.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 89px;
    height: 57px;
    opacity: .9;
    transition: all .2s ease;
}

.video__preview:hover::after {
    opacity: .85;
}

.play .video__preview {
    visibility: hidden;
}

.video__source {
    display: none;
    visibility: hidden;
}

.play .video__source {
    visibility: visible;
    display: block;
}

.request_forma {
    width: 100%;
    background: linear-gradient(136.35deg, #1F4F84 9.9%, #583F61 91.95%);
    border-radius: 30px;
    padding: 40px;
    color: var(--color-white);
    margin: 0 auto 100px;
    max-width: 500px;
}

.rf_top_info {
    width: 230px;
}

.rf_top {
    padding: 15px 0 20px;
    text-align: center;
}

.rft_title {
    font-size: 3.2rem;
}

.rf_top_info p {
    font-size: 1.8rem;
    line-height: 25px;
}

.rf_top_info p span {
    display: block;
    font-weight: 700;
    color: #0B6BC4;
    font-size: 22px;
    margin-top: 10px;
}

.request_form {
    padding: 20px 0 30px;
}

.rf_title {
    color: #a0a0a0;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 32px;
}

.rf_title:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.rf_title span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 100;
    padding-right: 40px;
}

.rf_input {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.29);
    font-size: 1.8rem;
    padding-left: 20px;
    outline: none;
    color: #000;
}

.rf_input:focus {
    border: 1px solid #000000;
}

.rf_input:focus::placeholder {
    color: #000;
}

.rfb_w1 {
    width: 48%;
}

.rfb_w2 {
    width: 100%;
    margin-bottom: 20px;
}

.rf_line {
    margin-bottom: 9px;
}

.rfb_w3 {
    width: 30%;
}

.rfb_w4 {
    width: 65%;
}

.rf_dop_title {
    padding-top: 40px;
}

.rf_attention {
    padding-left: 20px;
    border-left: 3px solid #1D74C7;
    margin-top: 40px;
    margin-bottom: 25px;
}

.rf_attention p {
    font-size: 1.5rem;
    margin-bottom: 9px;
}

.rf_attention p:last-child {
    margin-bottom: 0;
}

.add_file_btn {
    display: block;
    width: 188px;
    height: 50px;
    font-size: 1.4rem;
    background: rgba(242, 242, 242, 0.62) url("../images/ico21.png") no-repeat 10px center;
    text-align: center;
    line-height: 50px;
    padding-left: 15px;
}

.rf_dop_title_p1 {
    padding-top: 34px;
    position: relative;
}

.pavilion {
    width: 100%;
    background: #f2f2f2;
    font-size: 1.5rem;
    font-weight: 700;
}

.pavilion_left {
    width: 64px;
}

.p_h1 {
    height: 134px;
}

.p_h2 {
    height: 134px;
}

.p_h3 {
    height: 64px;
}

.pl_title {
    font-size: 1.3rem;
    margin-bottom: 14px;
}

.p_check {
    padding-left: 40px;
    position: relative;
    height: 23px;
    margin-bottom: 10px;
}

.p_check input[type='radio'] {
    display: none;
}

.p_check input[type='radio'] + label:before {
    content: '';
    width: 23px;
    height: 23px;
    display: block;
    background: url("../images/check3.png") no-repeat;
    margin-right: 10px;
    cursor: pointer;
    position: absolute;
    top: -2px;
    left: 0;
}

.p_check input[type='radio']:checked + label:before {
    background-position: 0 -23px;
}

.p_check label {
    font-size: 1.5rem;
}

.p_check label span {
    font-weight: 700;
}

.pavilion_right {
    margin-left: 30px;
    padding-top: 2px;
}

.pavilion_block {
    margin-bottom: 20px;
}

.dt_right {
    font-size: 1.5rem;
    margin-left: auto;
    background: #fff;
    position: relative;
    z-index: 100;
}

.dt_right p {
    margin-left: 60px;
}

.rf_dop_title_l1:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.fbl_text {
    font-size: 15px;
}

.fee_block {
    height: 70px;
    border-bottom: 1px solid #ccc;
}

.fb_left .p_check {
    margin-bottom: 0;
}

.fb_price {
    font-size: 2rem;
    font-weight: 700;
    color: #1D74C7;
    margin-right: 20px;
}

.ab_input {
    width: 278px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.29);
    font-size: 1.8rem;
    padding-left: 20px;
    outline: none;
    color: #000;
}

.ab_input:focus {
    border: 1px solid #000000;
}

.ab_input:focus::placeholder {
    color: #000;
}

.ab_title {
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.fee_wp {
}

.area_block span:not(.text-danger) {
    font-size: 1.8rem;
    margin-left: 10px;
    color: #909090;
}

.markup_block {
    width: 20%;
    text-align: center;
}

.markup_block p {
    font-size: 1.6rem;
}

.markup_block p span {
    display: block;
    color: #1D74C7;
    font-size: 22px;
    margin-top: 15px;
}

.area_block {
    padding-top: 40px;
    margin-bottom: 38px;
}

.markup_line {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 28px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.ml_title {
    font-size: 1.5rem;
    margin-bottom: 26px;
}

.config_block {
    width: 50%;
    margin-bottom: 47px;
}

.p_check1 {
    padding-left: 40px;
    position: relative;
    height: 23px;
    margin-bottom: 10px;
}

.p_check1 input[type='checkbox'] {
    display: none;
}

.p_check1 input[type='checkbox'] + label:before {
    content: '';
    width: 23px;
    height: 23px;
    display: block;
    background: url("../images/check4.png") no-repeat;
    margin-right: 10px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
}

.rf_final_check .p_check1 input[type='checkbox'] + label:before {
    top: -2px;
}

.p_check1 input[type='checkbox']:checked + label:before {
    background-position: 0 -23px;
}

.p_check1 input[type='radio'] {
    display: none;
}

.p_check1 input[type='radio'] + label:before {
    content: '';
    width: 23px;
    height: 23px;
    display: block;
    background: url("../images/check4.png") no-repeat;
    margin-right: 10px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
}

.p_check1 input[type='radio']:checked + label:before {
    background-position: 0 -23px;
}

.p_check1 label {
    font-size: 1.8rem;
}

.p_check1 label img {
}

.p_check1 label span {
    font-weight: 700;
}

.c_title {
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.p_check1 label i {
    font-style: normal;
    width: 190px;
    display: inline-block;
    vertical-align: middle;
}

.c_attention {
    font-size: 1.3rem;
    color: #909090;
    padding-top: 15px;
}

.config_wp {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 37px;
    margin-bottom: 38px;
}

.rf_final_check label {
    font-size: 1.5rem;
}

.rf_final_check a {
    font-size: 1.5rem;
    color: #1D74C7;
}

.rf_btn {
    width: 100%;
    display: block;
    background: none;
    border: 3px solid #FFFFFF;
    color: #fff;
    text-decoration: none;
    font-size: 2.4rem;
    font-weight: 500;
    padding: 10px 40px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s ease;
}

.rf_btn:hover {
    background: var(--color-white);
    color: var(--color-black);
}

.rf_final_check {
    margin-bottom: 27px;
}

.rf_w_text p {
    font-size: 1.3rem;
    line-height: 16px;
    color: #808080;
    margin-bottom: 15px;
}

.rf_ti_pay1 {
    padding-top: 20px;
}

.rf_ti_pay1 p {
    font-size: 24px;
}

.rf_ti_pay1 p span {
    font-size: 32px;
    font-weight: 400;
    margin-top: 20px;
}

.rf_lang p {
    width: 48%;
    font-size: 2rem;
}

.rf_lang {
    margin-bottom: 20px;
    padding-right: 207px;
}

.reg_text {
    font-size: 1.5rem;
    padding-top: 30px;
    margin-bottom: 40px;
}

.rf_btn_m1 {
    margin-bottom: 0;
}

.rf_top_info p i {
    display: block;
    font-style: normal;
    font-size: 1.4rem;
}

.rf_subtitle {
    font-size: 1.5rem;
    margin-bottom: 35px;
}

.rft_m1 {
    margin-bottom: 10px;
}

.video_img video {
    display: none;
}

.content-post {
}

.content-post table {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
}

.content-post table tr {
    border: none !important;
}

.content-post table td {
    border: none;
    border-top: 1px solid var(--main-text-color);
    border-bottom: 1px solid var(--main-text-color);
}

.content-post strong {
    font-weight: 700;
}

.content-post table {
}

@media (max-width: 768px) {
    .rf_top {
        padding: 15px 0;
        text-align: center;
    }

    .request_form {
        padding: 15px 0 !important;
    }

    .rft_title {
        font-size: 2.8rem;
        padding-top: 0;
    }

    .rf_btn.rf_btn_m1 {
        width: 100% !important;
        font-size: 2rem;
        height: auto !important;
        line-height: 1 !important;
    }
}

.content_wp::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 30px;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1 !important;
    background: linear-gradient(136.35deg, #1F4F84 9.9%, #583F61 91.95%);
    z-index: -1;
}

.--w-programm {
    position: relative;
}

.programm-link {
    position: absolute;
    right: 30px;
    top: 15px;
}

.programm-link a {
    border-radius: 8px;
    background: #1A669A;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-family: 'Jost';
    font-size: 16px;
    transition: all .2s ease;
}

.programm-link a:hover {
    background: #1A669A;
}

.content_wp hr {
    color: var(--color-white) !important;
    background-color: var(--color-white) !important;
}

.content_wp p {
    margin-bottom: 16px;
}

.content_wp ul {
    padding-left: 40px;
    margin-bottom: 16px;
}

.content-post {
    font-size: 20px;
}

.page-title {
    font-size: 3.4rem;
    font-weight: 500;
    margin-bottom: 13px;
}

.--page-title-middle {
    color: var(--main-text-color);
    margin-bottom: 50px;
    text-align: center;
}

.--page-title-middle > h1, h1.--page-title-middle {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
}

.--page-title-middle > h1:after, .--page-title-middle > h1:before {
    content: "";
    background: url('data:image/svg+xml,<svg width="31" height="16" viewBox="0 0 31 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.4604 15.1094H23.8761L30.4999 7.60958L23.8761 0.109375H20.4604L27.0847 7.60958L20.4604 15.1094Z" fill="%23769AB7"/><path d="M10.5396 15.1094H13.9548L20.579 7.60958L13.9548 0.109375H10.5396L17.1638 7.60958L10.5396 15.1094Z" fill="%23769AB7"/><path d="M0.5 15.1094H3.91521L10.5395 7.60958L3.91521 0.109375H0.5L7.1247 7.60958L0.5 15.1094Z" fill="%23769AB7"/></svg>');
    display: inline-flex;
    width: 30px;
    height: 15px;
}

h1.--page-title-middle:after, h1.--page-title-middle:before {
    content: "";
    background: url('data:image/svg+xml,<svg width="31" height="16" viewBox="0 0 31 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.4604 15.1094H23.8761L30.4999 7.60958L23.8761 0.109375H20.4604L27.0847 7.60958L20.4604 15.1094Z" fill="%23769AB7"/><path d="M10.5396 15.1094H13.9548L20.579 7.60958L13.9548 0.109375H10.5396L17.1638 7.60958L10.5396 15.1094Z" fill="%23769AB7"/><path d="M0.5 15.1094H3.91521L10.5395 7.60958L3.91521 0.109375H0.5L7.1247 7.60958L0.5 15.1094Z" fill="%23769AB7"/></svg>');
    display: inline-flex;
    width: 30px;
    height: 15px;
}

h1.--page-title-middle:after, .--page-title-middle > h1:after {
    transform: rotate(180deg);
}

.page-bg {
    background: var(--color-white);
    padding: 40px 0;
    color: var(--main-text-color);
    margin-bottom: 100px;
}

.page-bg.pages {
    padding: 0 0 40px;
    margin-bottom: 0;
}

.page-bg a:not([class]) {
    text-decoration: underline;
}

.page-bg a:not([class]):hover {
    color: #5791eb;
}

.pages hr, .page-bg hr {
    border-color: var(--color-white);
}

.pages h1 {
    font-size: 4rem;
    margin: 20px 0 40px;
}

.pages h2 {
    font-size: 3rem;
    margin: 10px 0 30px;
}

.pages h3 {
    font-size: 2.4rem;
    margin: 10px 0 20px;
}

.pages ul li, .pages ol li {
    padding-bottom: 16px;
}

.pages ul, .pages ol {
    padding-left: 40px;
}

.pages p {
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .programm-link {
        right: 30px;
        top: -2px;
    }
}
@media (max-width: 768px) {
    .programm-link a {
        font-size: 14px;
        padding: 10px 16px;
    }

    .programm-link {
        right: 30px;
        top: -2px;
    }
}
@media (max-width: 991px) {
    .pages h2 {
        font-size: 2.4rem;
    }

    .page-title {
        font-size: 2.4rem;
    }
}
@media (max-width: 768px) {
    .pages h1 {
        font-size: 2.4rem;
        margin: 10px 0 30px;
    }

    .pages h2 {
        font-size: 2rem;
        margin: 5px 0 20px;
    }

    .pages h3 {
        font-size: 2rem;
    }

    .page-bg {
        padding: 15px;
        margin: 0 -15px 30px;
    }

    .page-title {
        font-size: 2rem;
    }

    .content-post table {
        font-size: 1.4rem;
    }
}
