@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Actay';
    src: url('../fonts/Actay-Regular.otf') format('opentype');
    font-weight: 400; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Actay';
    src: url('../fonts/Actay-RegularItalic.otf') format('opentype');
    font-weight: 400; /* Regular */
    font-style: italic;
}

@font-face {
    font-family: 'Actay';
    src: url('../fonts/ActayWide-Bold.otf') format('opentype');
    font-weight: 700; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Actay';
    src: url('../fonts/ActayWide-BoldItalic.otf') format('opentype');
    font-weight: 700; /* Bold */
    font-style: italic;
}

@font-face {
    font-family: 'ActayCondensed';
    src: url('../fonts/ActayCondensed-Thin.otf') format('opentype');
    font-weight: 100; /* Thin */
    font-style: normal;
}

@font-face {
    font-family: 'ActayCondensed';
    src: url('../fonts/ActayCondensed-ThinItalic.otf') format('opentype');
    font-weight: 100; /* Thin */
    font-style: italic;
}

@font-face {
    font-family: 'Lonely';
    src: url('../fonts/Mr.Lonely.otf') format('opentype');
    font-weight: 400; /* Regular */
    font-style: normal;
}

:root {
    --blue-light: #5D99D6;
    --blue-middle: #1E78D9;
    --blue-dark: #004F9F;
    --white: #FFFFFF;
}

* {
    box-sizing: border-box;
    text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

html, body {
    min-height: 100%;
    height: 100%;
    min-width: 1200px;
    font-family: 'Onest', sans-serif;
    font-size: 18px;
    /*overflow: overlay;*/
}

main {
    min-height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

main #content {
    flex: 1;
}

h1 {
    font-size: 24px;
}

h1, h2, h3 {
    font-family: 'Raleway';
    color: #014387;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

ul {
    list-style: none;
}

.required label:not(.fileInput)::after {
    content: " *";
    color: #FF0000;
}

.form-control {
    font-size: 18px;
    height: 44px;
}

.btn {
    font-size: 18px;
}

.wrapper {
    max-width: 1000px;
    min-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}

.wrapper p {
    max-height: 99999px;
}

.padd_big {
    padding: 85px 0 85px 0;
}

.padd {
    padding: 45px 0 85px 0;
}

.header {
    margin-bottom: 50px;
    /*margin-left: 15px;*/
    font-size: 41px;
    max-height: 99999px;
    max-width: 99999px;
}

#organizers h1 {
    font-size: 28px;
}

.blue_text {
    color: var(--blue-middle);
}

#menu {
    position: sticky;
    width: 100%;
    background-color: transparent;
    z-index: 101;
    top: 20px;
}

#menu .wrapper {
    min-width: 1200px;
    max-width: 1200px;
    width: 1200px;
}

#menu #hidden-drop-down {
    position: absolute;
    display: none;
    text-align: center;
    width: 100%;
    background: white;
    top: calc(100% + 10px);
}

#menu .drop-down-link {
    font-weight: 500;
    color: #014082;
    text-decoration: none;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    display: block;
    padding: 0 5px 0 5px;
}

#menu .drop-down-link:nth-child(3) {
    border-bottom: 1px solid;
}

#menu .menu_content {
    background: #e8e9e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-radius: 100px;
}

#menu .menu_content .links a {
    color: #AD0E09;
    font-weight: 400;
    font-size: 18px;
}

#menu .gradient-button {
    font-size: 22px;
    padding: 5px 30px;
}

/*#menu .menu_content .auth a {*/
/*    color: black;*/
/*    font-weight: 500;*/
/*}*/
#menu .auth .logout {
    display: flex;
    margin-left: 7px;
}

#menu .auth .logout svg {
    height: 20px;
}

#menu .drop-down {
    background: url('/web/images/icons/drop_down_arrow.svg?v=3') no-repeat center right;
    padding-right: 20px;
    padding-bottom: 7px;
    color: #014082;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

#menu .links {
    font-size: 15px;
    margin-left: 40px;
    flex: 1 1 0;
    padding: 0 20px;
}

#menu .menu_content .auth .active,
#menu .menu_content .links .active {
    font-weight: bold;
    color: black;
    text-decoration: none !important;
}

#menu .links ul {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    /*text-transform: uppercase;*/
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.auth a {
    font-size: 16px;
}

#menu .auth {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#menu .logo-dropdown .logo {
    text-decoration: none;
    display: inline-block;
}

#menu .logo img {
    width: 95px;
    margin: 8px 0;
}

#menu .menu_content .drop-down-parent {
    position: relative;
    display: inline-block;
}

#head {
    background: #80808066;
    padding-bottom: 100px;
    padding-top: 160px;
    overflow: hidden;
    background-size: contain;
    position: relative;
    margin-top: -60px;
}

#head::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 1;
    filter: blur(2px);
    background-image: url('/images/temp/banner.jpg');
    background-repeat: no-repeat;
    background-position: center 75%;
    background-size: cover;
}

div#head .wrapper {
    position: relative;
    z-index: 2;
}

.gradient-button {
    padding: 8px 20px;
    font-size: 16px;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    background: linear-gradient(92.9deg, #004F9F -3.61%, #5D99D6 102.46%);
    box-shadow: 0px -2px 7.8px 0px #FFFFFF8F inset;

}

.btn-grad {
    text-decoration: none;
    padding: 20px 30px;
    font-size: 18px;
    color: #ffffff;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    background: linear-gradient(92.9deg, #004F9F -3.61%, #5D99D6 102.46%);
    box-shadow: 0px -2px 7.8px 0px #FFFFFF8F inset;

}

.btn-outline {
    text-decoration: none;
    padding: 20px 30px;
    font-size: 18px;
    color: #DC0812;
    border: 1px solid #DC0812;
    border-radius: 50px;
    cursor: pointer;
    background: #fff;

}

.btn-simple {
    text-decoration: none;
    padding: 20px 30px;
    font-size: 18px;
    color: #5E61CA;
    border: 1px solid #5E61CA;
    border-radius: 50px;
    cursor: pointer;
    background: #fff;
}

.btn-transparent {
    text-decoration: none;
    padding: 10px 20px;
    font-size: 17px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    cursor: pointer;
    background: transparent;
}

a {
    text-decoration: none;
}

/*.btn-grad:hover {*/
/*    background-image: linear-gradient(to right, #5D99D6 0%, #004F9F 100%);*/
/*}*/
#head.inner {
    /*padding-bottom: 40px;*/
    margin-bottom: 30px;
}

#head .conf-info {
    display: flex;
    justify-content: space-between;
    top: 300px;
}

#head .conf-info .btn-reg {
    font-size: 25px;
    padding: 15px 94px;
    margin-right: 12px;
}

#head .conf-info .btn-outline {
    font-size: 25px;
    padding: 15px 18px;
}

#head .conf-info .btn-100 {
    width: 582px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#head .conf-info .conf-name {
    color: #fff;
    font-family: 'Actay';
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    text-transform: uppercase;

}

.conf-add-info {
    background: #FFFFFFDE;
    padding: 28px 22px;
    border-radius: 22px;
}

.conf-add-info h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.18em;
    text-align: left;
    margin-bottom: 13px;
}

.conf-add-info p {
    margin-bottom: 0;
}

.head-red {

}

.head-red span {
    color: #AD0E09;
    font-size: 24px;
    letter-spacing: 0.48em;
    font-weight: 500;

}

.head-blue {
    background-image: linear-gradient(to right, #004F9F, #5D99D6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

}

.head-place {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
}

.head-place-f {
    font-family: Onest;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #A2A0BE;
}

#how-it-was-slider .col-7 {
    padding-left: 20px;
}

.vector {
    display: flex;
    margin-right: 25px;
    min-height: 20px;
    min-width: 20px;
    background-size: cover;
    background-image: url(/images/icons/vector.png);
}

#head .conf-info .conf-add-info .text {
    background: url("/web/images/icons/plus.svg") no-repeat right;
    padding-right: 42px;
    font-size: 24px;
    font-weight: 500;
    color: black;
    text-align: end;
    display: block;
    margin-bottom: 20px;
}

#head .reg-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

#head .reg-block .format {
}

#head .reg-block .format p {
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    position: relative;
    padding: 15px 108px 15px 0;
}

/*
#head .reg-block .format p:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 9999px;
    right: 100%;
    top: 0;
    background: white;
}
*/
#head .reg-button a {
    background-image: linear-gradient(to right, #004F9F, #5D99D6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding: 20px 217px;
    font-size: 18px;
    border: 2px solid #5D99D6;
    border-radius: 10px;
    cursor: pointer;
}

.circle-text {
    height: 250px;
    width: 250px;
    padding: 20px 30px;
    font-size: 18px;
    color: #ffffff;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    background-image: linear-gradient(to right, #004F9F 0%, #5D99D6 100%);
    text-align: center;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-text img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
}


/* Убираем лишние отступы у SVG */
svg {
    display: block;
}


#head .div-wrap {
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

#head .head-down {
    /*display: flex;*/
    /*gap: 54px;*/
}

#head .head-down .date {
    font-size: 24px;
    font-weight: 500;
    color: white;
}

#head .geo .city {
    font-size: 24px;
    font-weight: 500;
    color: white;
}

#head .geo .hotel {
    background: url("/web/images/icons/geo.svg") no-repeat left;
    padding-left: 30px;
    font-weight: 400;
    color: white;
}

#about-conference .conference-info {
    display: flex;
    flex-direction: column;
}

#about-conference .conference-info h1 {
    font-size: 41px;
}

#about-conference .conference-info span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
}

#about-conference {
    position: relative;
    overflow: hidden;
    background-image: url("/images/icons/wave_line.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 1;
}

#intersect {
    position: relative;
    overflow: hidden;
    background-image: url("/images/icons/wave_line_bmb.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 1;
}

#how {
    padding-top: 80px;
    position: relative;
    overflow: hidden;
    background-image: url("/images/icons/wave_line_how_it_was.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
}


#intersect {
    font-size: 16px;
}

#intersect a {
    font-size: 18px;
}

#intersect h1 {
    font-size: 41px;
    font-weight: 500;
}

.brain-ring-block {
    /*border-radius: 20px;*/
    /*box-shadow: 0 0 19px rgba(0, 0, 0, 0.6);*/

}

.brain-ring-block h1 {
    font-size: 38px;
}

.brain-photo {
    border-radius: 20px 0 0 20px;
    min-height: 300px;
    width: 481px;
    position: relative;
    background: url('../images/brein-ring.png');
    background-size: cover;
    background-position: left top;
}

.content {
    font-size: 16px;
    padding: 70px;
    flex: 1;
    color: black;
    padding-right: 20px;
}


#lecturers .look-all {
    background: url('/web/images/icons/arrow-right.png') no-repeat center right;
    padding-right: 46px;
    text-transform: uppercase;
    float: right;
    font-weight: 300;
    font-size: 20px;
    color: #000;
    text-decoration: none;
}

#lecturers .lecturer-header {
    display: inline-block;
}

#lecturers .lecturer-name {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}

#lecturers .lecturer-city {
    font-weight: 300;
    margin-bottom: 26px;
}

#lecturers .lecturer-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#lecturers .lecturer-item {
    display: flex;
    flex-direction: column;
    width: 220px;
}

#lecturers .lecturer-item .picture {
    background-size: contain;
    background-image: url("/web/images/icons/speaker.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 220px;
    height: 220px;
}

#how-it-was {
    overflow: hidden;
}

#how-it-was .time-line {
    /*padding-left: 368px;*/
}

#how-it-was .time-line .line {
    height: 4px;
    background-color: #A6A6A6;
    width: 9000px;
    position: relative;
}

#how-it-was .time-line .line::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    background-color: var(--blue-light);
    transition: all 0.5s ease-in-out;
}

#how-it-was .time-line .line[area-length="1"]::after {
    width: 290px;
}

#how-it-was .time-line .line[area-length="2"]::after {
    width: 556px;
}

#how-it-was .time-line .line[area-length="3"]::after {
    width: 845px;
}

#how-it-was .time-line .line[area-length="4"]::after {
    width: 1112px;
}

#how-it-was .time-line .circles {
    position: relative;
    margin-top: -10px;
    margin-right: 40px;
    display: flex;
    justify-content: space-between;
}

#how-it-was .time-line .circles .circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #A6A6A6;
    border-radius: 50%;
    transition: 0.3s background;
}

#how-it-was .time-line .circles .circle.active {
    background: var(--blue-light);
    transition: 0.3s background;
    transition-delay: 0.5s;
}

#how-it-was .time-line .years {
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

#how-it-was .time-line .years .year {
    display: inline-block;
    color: #A6A6A6;
    font-size: 24px;
    font-weight: 500;
}

#how-it-was .time-line .years .year.active {
    color: var(--blue-light);
}

.event-items {
    position: relative;
}

.event-items .wrapper {
    position: relative;
    z-index: 1;
}

.event-items:before {
    content: '';
    background-image: url("/images/temp/event_background.jpeg");
    background-repeat: no-repeat;
    background-position: center 75%;
    background-size: cover;

    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: blur(10px);
    display: block;
    position: absolute;
}

.event-items:after {
    content: '';
    width: 100%;
    height: 101%;
    top: 0;
    left: 0;
    background: white;
    opacity: 0.8;
    filter: blur(10px);
    display: block;
    position: absolute;
}

.event-items h3 {
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 18px;
    margin-bottom: 15px;
}

.event-cart p {
    font-size: 14px;
}

.event-item {
    margin: 25px 25px 0 0;;
}

.event-item .btn-grad {
    cursor: default;
    border: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 200px;
    height: 60px;
    margin-top: -20px;
}

#directorate .header {
    font-size: 38px;
}

.reg-button-f {
    background-image: linear-gradient(to right, #004F9F, #5D99D6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding: 15px 25px;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    border: 2px solid #5D99D6;
}

#nmo p span {
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    min-height: 20px;
    min-width: 20px;
    background: no-repeat;
    background-size: contain;
    width: auto;
    background-image: url(/images/icons/frame.png);
}

.event-cart {
    background-color: #FFFFFF;
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    width: 220px;
    min-height: 250px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-cart.pic-1:before, .event-cart.pic-2:before, .event-cart.pic-3:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center 75%;
    background-size: cover;
    border-radius: 20px;
    filter: blur(5px);
}

.event-cart.pic-1:after, .event-cart.pic-2:after, .event-cart.pic-3:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 20px;
}

.event-cart.pic-1:before {
    background-image: url("/images/temp/event_1.png");
}

.event-cart.pic-2:before {
    background-image: url("/images/temp/event_2.png");
}

.event-cart.pic-3:before {
    background-image: url("/images/temp/event_3.png");
}

#about-conference .organizers_items {
    display: flex;
    justify-content: space-evenly;
}

#organizers .organizers_items img {
    /*margin-bottom: 20px;*/
}

#about-conference .organizers_item {
    display: flex;
    flex-direction: column;
    /*width: 510px;*/
    gap: 20px;
    align-items: center;
    justify-content: center;
}

#organizers .organizers_item a {
    display: flex;
    align-items: center;
}

#organizers .organizers_item a img {
    /*margin-right: 20px;*/
}

#organizers .headers .support-text {
    font-size: 32px;
    font-weight: 400;
    width: 30%;
}

#organizers .organizer-text {
    font-size: 20px;
    font-weight: 500;
}

#place #ya-map {
    position: relative;
}

#place #ya-map .info {
    position: absolute;
    background: white;
    padding: 30px 40px 30px 20px;
    left: 794px;
    top: 93px;
}

#place #ya-map .info .hotel {
    font-size: 24px;
    font-weight: 500;
}

#place #ya-map .info .address {
    font-weight: 400;
}

#place #ya-map .info .info-link {
    font-weight: 400;
}

#nmo {
    background: var(--blue-middle);
}

#nmo .nmo-content {
    display: flex;
    gap: 170px;
}

#nmo .nmo-text {
    display: flex;
    flex-direction: column;
}

#nmo .nmo-header {
    color: white;
    font-size: 64px;
    font-weight: 500;
    margin-top: 20px !important;
}

#nmo .nmo-text .text {
    color: white;
    font-size: 24px;
    font-weight: 300;
}

footer {
    background: #1A1D22;
    padding-top: 20px;
    transform: translateZ(0);
}

footer .list a {
    color: #fff;
}

footer .list {
    gap: 20px;
}

footer .footer-menu p {
    font-size: 14px;
    color: #fff;
}

footer .footer-content .line-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-menu .head-place-f .red {
    margin-right: 10px;
    color: #B70E0C;
}

.footer-menu .head-place-f .blue {
    margin-right: 10px;
    color: #004F9F;
}

footer .footer-content .footer-text {
    position: relative;
    display: inline-block;
    color: white;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    z-index: 2;
}

footer .footer-content .text-container p:first-child {
    margin-right: 75px;
}

footer .footer-content .line-block .text-container {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: var(--blue-dark);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 22px 40px 22px 13px;
}

footer .footer-content .line-block .text-container:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 9999px;
    right: 50%;
    top: 0;
    background: var(--blue-dark);
}

footer .footer-menu .list {
    column-count: 2;
    width: 44.5%;
    padding-left: 11px;
}

footer .footer-menu .list li {
    padding: 12px 0 12px 0;
}

footer .footer-menu .list a {
    font-size: 20px;
    font-weight: 300;
    color: black;
}

footer .footer-menu .contacts {
    margin-top: 30px;
}

footer .footer-menu .contacts a {

}

footer .footer-menu .contacts .telegram-logo {
    background: url("/web/images/icons/tel-logo.svg") no-repeat;
    width: 38px;
    height: 32px;
    display: inline-block;
}

footer .footer-menu .contacts .mail {
    font-size: 20px;
    font-weight: 300;
    color: black;
}

footer .footer-menu .contacts .tel {
    font-size: 20px;
    font-weight: 300;
    color: black;
}

footer .footer-menu {
    display: flex;
    justify-content: space-between;
}

.swiper-button-disabled {
    display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "";
}

#header-slider {
    margin-top: -50px;
}

#header-slider .swiper-slide {
    width: 300px;
    height: 320px;
    background-color: #FFFFFF;
    border: 2px solid var(--blue-dark);
    padding: 15px;
}

#header-slider .swiper-slide:focus {
    outline: none;
}

#header-slider .swiper-wrapper .imageHS {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 66%;
    width: 100%;
}

#header-slider .swiper-wrapper .slide-vmv .imageHS {
    background-image: url("/web/images/slider-header/VMV.JPG");
}

#header-slider .swiper-wrapper .brain-ring .imageHS {
    background-image: url("/web/images/slider-header/brain-ring.jpg");
}

#header-slider .swiper-wrapper .discussion-club .imageHS {
    background-image: url("/web/images/slider-header/discussion-club.jpg");
}

#header-slider .swiper-wrapper .rnoik .imageHS {
    background-image: url("/web/images/slider-header/rnoik.jpg");
}

#header-slider .swiper-wrapper .conference-trek .imageHS {
    background-image: url("/web/images/slider-header/conference-trek.jpg");
}

#header-slider .swiper-wrapper .programme .imageHS {
    background-image: url("/web/images/slider-header/programme.jpg");
}

#header-slider .swiper-wrapper p {
    /*
    position: absolute;
    bottom: 20px;
    left: 20px;
    */
    margin: 20px 0 0;
    color: var(--blue-dark);
    font-size: 24px;
    font-weight: 500;
    background: url("/web/images/slider-header/arrow-link.svg") no-repeat right 4px;
    padding-right: 80px;
    min-height: 68px;
}

#header-slider .swiper-button-prev,
#header-slider .swiper-button-next {
    position: absolute;
    width: 52px;
    height: 42px;
    margin-top: -21px;
}

#header-slider .swiper-button-prev {
    /*background: url("/web/images/icons/Left_arrow.png");*/
    background: url("/images/icons/Left_arrow.png");
    left: 70px;
    top: 50%;
    z-index: 2;
}

#header-slider .swiper-button-next {
    /*background: url("/web/images/icons/Righ_arrow.png");*/
    background: url("/images/icons/Righ_arrow.png");
    right: 70px;
    top: 50%;
    z-index: 2;
}

#participant-slider {
    margin-top: -140px;
}

#participant-slider .swiper-slide {
    width: 240px;
    height: 240px;
}

#participant-slider .swiper-button-prev,
#participant-slider .swiper-button-next {
    position: absolute;
    width: 52px;
    height: 42px;
    margin-top: -21px;
}

#participant-slider .swiper-button-prev {
    background: url("/web/images/icons/arrow-left-slider.png");
    left: 70px;
    top: 50%;
    z-index: 2;
}

#participant-slider .swiper-button-next {
    background: url("/web/images/icons/arrow-right-slider.png");
    right: 70px;
    top: 50%;
    z-index: 2;
}

#participant-slider a {
    background: var(--white);
    box-shadow: -2px 3px 8px 0 rgba(34, 60, 80, 0.2);
    margin-left: 15px;
    margin-right: 15px;
}

#participant-slider p {
    position: absolute;
    bottom: 76px;
    left: 73px;
    color: black;
    font-size: 24px;
    font-weight: 500;
}

#participant-slider {
    padding-bottom: 20px;
}

#how-it-was-slider .swiper-slide.disabled-slide {
    padding: 110px;
    opacity: 0.4;
}

#how-it-was-slider p {
    font-size: 16px;
    color: black;
}

#how-it-was-slider h1 {
    font-size: 41px;
}

#how-it-was-slider .name {
    font-size: 32px;
}

#how-it-was-slider img {
    height: 267px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#how-it-was-slider .swiper-slide {
    /*width: 432px;*/
    /*height: 267px;*/
    /*margin-right: 45px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: #A6A6A6;*/
    font-size: 30px;
}

#how-it-was-slider img {
    width: 100%;
    min-width: 470px;
}

#how-it-was-slider .swiper-button-prev,
#how-it-was-slider .swiper-button-next {
    position: absolute;
    width: 52px;
    height: 42px;
    margin-top: -21px;
}

#how-it-was-slider .swiper-button-prev {
    background: url("/web/images/icons/arrow-left-slider.png");
    left: 70px;
    top: 50%;
    z-index: 2;
}

#how-it-was-slider .swiper-button-next {
    background: url("/web/images/icons/arrow-right-slider.png");
    right: 70px;
    top: 50%;
    z-index: 2;
}

#directorate-slider .swiper-slide {
    width: 360px;
    height: 360px;
    display: block;
}

#directorate-slider {
    padding: 0 10px;
}

#directorate .info-director {
    opacity: 0;
    float: left;
    width: 360px;
    height: 360px;
    color: #004F9F;
    background: white;
    padding: 20px;
    transition: all 0.4s;
    border-radius: 20px;
}

#directorate .director-item {
    cursor: pointer;
    display: inline-block;
    margin-right: 45px;
    border-radius: 20px;
    background-color: #ccc6c2;
    background-size: cover;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.6);


}

#directorate-slider .swiper-wrapper .director-item:hover .info-director {
    opacity: 1;
}

#directorate .director-item .info-director .director-name {
    font-size: 24px;
    font-weight: 600;
    /*color: white;*/
}

#directorate .director-item .info-director .director-city {
    font-weight: 300;
    /*color: white;*/
}

#directorate .director-item .info-director .director-info {
    font-weight: 300;
    /*color: white;*/
    font-size: 18px;
}

#directorate .swiper-button-prev,
#directorate .swiper-button-next {
    position: absolute;
    width: 52px;
    height: 42px;
    margin-top: -21px;
}

#directorate .swiper-button-prev {
    /*background: url("/web/images/icons/Left_arrow.png");*/
    background: url("/images/icons/Left_arrow.png");
    left: 40px;
    height: 55px;
    top: 40px;
    z-index: 2;
}

#directorate .swiper-button-next {
    /*background: url("/web/images/icons/Righ_arrow.png");*/
    background: url("/images/icons/Righ_arrow.png");
    right: 30px;
    height: 55px;
    top: 40px;
    z-index: 2;
}

#reg-form .form-group .alert,
#forgetForm .form-group .alert,
#loginForm .form-group .alert {
    visibility: hidden;
    display: none;
}

#reg-form .form-group.has-error .alert,
#forgetForm .form-group.has-error .alert,
#loginForm .form-group.has-error .alert {
    visibility: visible;
    display: block;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #333333;
}

.btn-success {
    font-size: 16px;
}

.table {
    font-size: 13px;
}

#conference p {
}

#program p {
}

#partners p {
}

#mobile-app p {
}

.reg-button-circle {
    display: none;
    position: fixed;
    z-index: 5;
    right: 20px;
    bottom: 20px;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

.ellipse {
    margin-right: 5px;
    margin-top: 25px;
}

.reg-button-circle a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    width: 156px;
    height: 156px;
    border-radius: 50%;
    background: var(--blue-dark);
    font-size: 20px;
    font-weight: 400;
}

.reg-button-circle a:hover {
    color: var(--white);
    text-decoration: none;
}

#brain-ring-popup .modal-content {
    border-radius: 0;
}

#brain-ring-popup .modal-dialog {
    width: 940px;
}

#brain-ring-popup .modal-body {
    padding: 1px 0;
}

#brain-ring-popup_ {
    display: none;
    position: absolute;
    width: 50%;
    margin-right: 50%;
    margin-left: -25%;
    top: 80px;
    z-index: 11;
    background: var(--white);
    left: 50%;
    height: max-content;
}

#brain-ring-popup .content {
    padding-right: 350px;
}

#brain-ring-popup .brain-ring-header {
    font-size: 40px !important;
    font-weight: 500 !important;
    color: white;
    padding-left: 60px;
    padding-top: 50px;
    height: auto;
}

#brain-ring-popup .blue-bg {
    position: absolute;
    width: 100%;
    background: url("/web/images/blue-bg.png") no-repeat;
    background-size: 100% auto;
    padding-bottom: 140px;
    top: 0;
    left: 0;
}

#brain-ring-popup .modal-content .brain-ring-btn-q {
    font-size: 22px;
    font-weight: 400;
    color: white;
    background: var(--blue-dark);
    padding: 10px 140px 10px 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#brain-ring-popup .modal-content .brain-ring-btn-reg {
    font-size: 22px;
    font-weight: 400;
    color: white;
    background: var(--blue-dark);
    padding: 10px 50px 10px 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#brain-ring-popup .modal-content .close-popup {
    font-size: 20px;
    font-weight: 300;
    color: black;
    padding-left: 74px;
}

#brain-ring-popup .modal-content p:nth-child(1) {
    margin-bottom: 68px;
    font-weight: 300;
    padding-left: 60px;
    margin-top: 224px;
}

#brain-ring-popup .modal-content p:nth-child(2) {
    margin-bottom: 50px;
}

#brain-ring-popup .modal-content p:nth-child(3) {
    margin-bottom: 70px;
}

#brain-ring-slider .swiper-button-prev,
#brain-ring-slider .swiper-button-next {
    position: absolute;
    width: 44px;
    height: 52px;
    margin-top: -21px;
}

#brain-ring-slider .swiper-button-prev {
    background: url("/web/images/icons/slider-arrow-up.png") no-repeat;
    left: 70px;
    top: 50%;
    z-index: 2;
}

#brain-ring-slider .swiper-button-next {
    background: url("/web/images/icons/slider-arrow-down.png") no-repeat;
    right: 160px;
    top: 88%;
    z-index: 2;
}

#brain-ring-slider {
    height: 100%;
    overflow-y: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 320px;
}

#brain-ring-slider .swiper-slide {
    width: auto;
    max-width: 325px;
}

#brain-ring-slider .swiper {
    min-height: 100%;
}

.swiper-wrapper {
    user-select: none;
}

#how-it-was-slider .swiper-wrapper {
    min-height: 300px;
}

.alert {
    font-size: 14px !important;
}

.btn-link {
    color: #004F9F !important;
}

.checkbox label, .radio label {
    padding-left: 15px;
}

#how-it-was-slider .swiper-pagination {
    top: 270px;
}

.btn-small {
    border-radius: 10px;
}

.reg-header {
    padding-left: 14px;
}

#how-it-was-slider .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background-color: grey;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin-right: 5px;
    transition: background-color 0.3s ease;
}

#how-it-was-slider .swiper-pagination-bullet-active {
    background-color: #014387;
}

.format-lk {
    margin-right: 20px;
}

#send_reg_form {
    margin-left: 14px;
}

.btn-trec {
    padding: 15px 25px;
    font-size: 18px;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    background-image: linear-gradient(to right, #004F9F 0%, #5D99D6 100%);
}

.btn-trec:disabled {
    opacity: 0.6;
    cursor: pointer;
}

.btn-format {
    padding: 8px 25px 8px 25px;
    background: var(--blue-light);
    color: var(--white);
    border-radius: 5px;
    border: none;
    transition: background 0.5s;
}

.btn-format.active {
    background: var(--blue-dark);
}

.btn-primary {
    background: var(--blue-light);
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    background: var(--blue-dark);
}

.btn-default {
    background: #ccc;
    color: black;
}

.link {
    cursor: pointer;
    color: var(--blue-middle);
    text-decoration: underline;
}

input[type="checkbox"] {
    display: none;
}

.checkbox label span {
    height: 15px;
    position: relative;
    margin-right: 25px;
    display: inline-block;
    transition: all 0.2s;
}

.checkbox label span::before,
.checkbox label span::after {
    content: '';
    display: block;
    position: absolute;
}

.checkbox label span::before {
    background-color: transparent;
    border: 1px solid var(--blue-dark);
    border-radius: 2px;
    height: 16px;
    width: 16px;
    top: 0;
    left: 0;
    transition: all 0.2s;
}

.checkbox input:active span::before {
    background-color: var(--blue-light);
}

.checkbox input:disabled span::before {
    opacity: 0.6
}

.checkbox input:disabled + span {
    opacity: 0.6
}

.checkbox input + span::after {
    width: 12px;
    height: 7px;
    border-left: 2px solid var(--blue-dark);
    border-bottom: 2px solid var(--blue-dark);
    transform: rotate(-50deg) translate(-1px, 3px);
    opacity: 0;
    transition: all 0.3s;
}

.checkbox input:checked + span::after {
    opacity: 1;
}

#registerModal h4 {
    font-weight: bold;
    font-size: 24px;
}

#questionForm label {
    margin-bottom: 0 !important;
}

div[data-fields] {
    display: flex;
    justify-content: space-evenly;
}

div[data-fields] input[type=radio] {
    opacity: 0;
    display: none;
}

div[data-fields] input[type=radio] + label {
    /*border: 1px solid var(--blue-dark);*/
    background-color: var(--blue-light);
    transition: all 0.2s;
    border-radius: 10px;
    padding: 6px 12px;
    color: var(--white);
    font-weight: 400;
    cursor: pointer;
}

div[data-fields] input[type=radio]:checked + label {
    background-color: var(--blue-dark);
    color: var(--white);
}

div[data-fields] input[type=radio]:disabled + label {
    opacity: 0.6;
    cursor: default;
}

a {
    color: #004F9F;
}

.list {
    gap: 30px;
}

.list a {
    color: #000000;
}

#nmo {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
        /*url('/web/images/temp/main_banner.jpeg');*/ url('/images/temp/main_');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

#nmo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
        /*url('/web/images/temp/main_banner.jpeg');*/ url('/images/temp/main_');
    background-size: cover;
    filter: blur(10px);
    z-index: -1;
}

#directorate {
    position: relative;
    overflow: hidden;
    background: #fff;
    /*background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),*/
    /*    !*url('/web/images/temp/main_banner.jpeg');*! url('/images/temp/main_banner.jpg');*/
    /*background-size: cover;*/
    /*background-position: center;*/
    z-index: 1;
}

.flex {
    display: flex;
}

.between {
    justify-content: space-between;
}

.btn.btn-danger {
    background-color: #FF0000;
    background-image: none;
    border: none;
    border-radius: 10px;
    font-size: 16px;
}

#participant-slider a.slider_reg_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    transition: all 0.4s;
}

#participant-slider a.slider_reg_btn:hover {
    background-color: var(--blue-middle);
    color: var(--white);
    text-decoration: none;
}

#participant-slider a.slider_reg_btn:focus,
#participant-slider a.slider_reg_btn:focus-visible {
    outline: none;
    text-decoration: none;
}

#participant-slider .swiper-slide {
    background-position: center;
    background-size: cover;
}

#participant-slider .info {
    opacity: 0;
    transition: all 0.4s;
    background-color: var(--blue-middle);
    color: var(--white);
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px;
    font-size: 16px;
}

#participant-slider .swiper-slide:hover .info {
    opacity: 1;
}

#participant-slider .info .name {
    font-size: 18px;
    font-weight: bold;
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 10px;
}

/*
.form-group .alert{
    display: none
}
*/

.form-group.has-error .alert {
    display: block;
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #5D99D6 !important;
    border-color: #5D99D6 !important;
}

.dark-blue,
.dark-blue:hover,
.dark-blue:active,
.dark-blue:focus {
    background-color: var(--blue-dark);
    background-image: none;
    border: none;
    color: white !important;
    border-radius: 10px;
    font-size: 16px;
}

.dark-blue.btn-secondary {
    background-color: var(--blue-light);
}

#registerModal .modal-body h4 {
    margin-top: 30px;
}

.format_block {
    border: 1px solid var(--blue-light);
    border-radius: 4px;
    padding: 10px 20px;
    margin-bottom: 15px;
    margin-top: 32px;
}

.format_block h3 {
    font-size: 30px;
}

#userPicturePreview {
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    margin: -10px auto 15px;
}

#aboutLettersCount {
    margin: -10px 0 15px;
}

.modal-backdrop {
    background-color: #002e61;
    width: 100% !important;
    height: 100% !important;
}

.btn:focus,
.btn:focus-visible {
    outline: none !important;
}


.modal-dialog .btn-trec:hover,
.modal-dialog .btn-trec:focus,
.modal-dialog .btn-trec:focus-visible {
    color: #FFFFFF !important;
}

#format h4 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

/* file input style start */

.fileInput {
    position: relative;
    display: inline-block;
}

.fileInput span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    color: var(--white);
    text-align: center;
    border-radius: 10px;
    background-color: #5D99D6;
    line-height: 22px;
    height: 40px;
    padding: 10px 20px 10px 40px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
    background-image: url("/images/icons/attach.svg");
    background-position: 10px center;
    background-size: auto 45%;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.fileInput input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}


/* Hover/active */
.fileInput:hover span {
    background-color: var(--blue-dark);
}

.fileInput:active span {
    background-color: var(--blue-dark);
}

/* Disabled */
.fileInput input[type=file]:disabled + span {
    background-color: #eee;
}

/* file input style end */


.innerContent .padd {
    padding: 0 0 85px 0;
}

.wrapper.text-justify p {
    text-align: justify;
}

/* mobile FF fix */
.btn-trec {
    display: inline-block;
    max-height: 99999px !important;
}

.hint-block {
    max-height: 99999px !important;
}

.blue_bg .wrapper a,
.blue_bg .wrapper a:hover {
    text-decoration: underline;
    color: #FFF;
}

ul.solid li::before {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #000;
    margin-left: -30px;
    margin-right: 10px;
    margin-bottom: 4px;
}

ul.solid.white li::before {
    background-color: #FFF;
}

#modalRNOIK .modal-content {
    overflow: hidden;
}

#modalRNOIK .modal-body {
    padding: 30px;
    line-height: 1.6em;
}

#modalRNOIK .modal-header {
    padding: 15px;
    border: none;
}

#modalRNOIK .modal-title {
    font-size: 40px !important;
    font-weight: 500 !important;
    color: white;
    padding-left: 30px;
    padding-top: 35px;
    height: auto;
    position: relative;
    margin-bottom: 40px;
}

#modalRNOIK .modal-header .line {
    position: relative;
}

#modalRNOIK .modal-header .line::before {
    content: '';
    display: block;
    width: 120%;
    height: 250px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--blue-light);
    transform: rotate(-8deg) translate(-16px, -169px);
}

.player_buttons button,
.player_buttons button:hover,
.player_buttons button:active,
.player_buttons button:active:hover,
.player_buttons button:focus,
.player_buttons button:focus-within {
    border: 1px solid var(--blue-dark);
    background-color: var(--blue-light);
    transition: all 0.2s;
    border-radius: 4px;
    padding: 6px 12px;
    color: var(--white);
    font-weight: 400;
    cursor: pointer;
    box-shadow: 3px 3px 0 0 #8da2c5;
}

.player_buttons button.btn-primary {
    background-color: var(--blue-dark);
}


#about-conference {
    background-image: url("/images/temp/conference_background.png");
    top: -50px;
    background-size: 990px 420px;
}

.conference-block {
    max-width: 760px;
    text-align: center;
    margin: auto;
}

.conference-block .conference-block__title {
    font-family: 'Actay';
    font-size: 36px;
    font-weight: 400;
    color: #070C13;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.conference-block .conference-block__text {
    font-family: Onest;
    font-size: 18px;
    font-weight: 400;
    color: #070C13;
    line-height: 28px;
}


.conference-block__link {
    font-family: Actay;
    font-size: 22px;
    font-weight: 400;
    line-height: 27.32px;
    color: #2F75BB;
    text-decoration: auto;
}

.brain-ring-block {
    background-image: url("/images/brein-ring.png");
    background-repeat: no-repeat;
    background-position: center 75%;
    background-size: cover;
}

.brain-ring-block .row {
    margin: 0;
}

.brain-ring-block .row .content {
    background: #fff;
    opacity: 0.95;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brain-ring-block .brain-title {
    font-family: Actay;
    font-size: 36px;
    font-weight: 400;
    color: #004F9F;
    text-transform: uppercase;
}

.brain-ring-block .brain-title-red {
    font-family: Lonely;
    font-size: 52.71px;
    font-weight: 400;
    color: #DC0812;
}

.brain-ring-block .brain-text {
    font-family: Onest;
    font-size: 17px;
    font-weight: 500;
    color: #070C13;
    max-width: 430px;
}


.brain-photo:after {
    content: '';
    width: 150px;
    height: 600px;
    display: block;
    background: #fff;
    right: -80px;
    top: -50px;
    position: absolute;
    filter: blur(23px);
}

.brain-info {
    position: relative;
    z-index: 10;
}

.brain-info:before {
    content: '';
    width: 110%;
    height: 80px;
    display: block;
    background: #ffffff;
    top: -40px;
    position: absolute;
    filter: blur(15px);
    border-radius: 50%;
    z-index: 1;
    right: 0;
}

.brain-info:after {
    content: '';
    width: 110%;
    height: 80px;
    display: block;
    background: #ffffff;
    bottom: -40px;
    position: absolute;
    filter: blur(15px);
    border-radius: 50%;
    z-index: 1;
    right: 0;
}

.event-item {
    text-align: center;
}

.event-item h3 {
    position: relative;
    font-family: Actay;
    font-size: 18px;
    color: #FFFFFF;
    z-index: 1;
}

.event-item p {
    position: relative;
    font-family: Onest;
    font-size: 14px;
    color: #FFFFFF;
    z-index: 1;
}


.directorate-item {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.directorate-item.hidden {
    display: none;
}


.directorate-item__image {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    border: 6px solid #0000001F;
}

.directorate-item__name {
    font-family: Actay;
    font-size: 20px;
    font-weight: 500;
    color: #004F9F;
    margin-top: 14px;
}

.directorate-item__info {
    font-family: Onest;
    font-size: 15px;
    color: #070C13;
    margin-top: 14px;
}

.directorate-title {
    font-family: Actay;
    font-size: 38px;
    font-weight: 400;
    color: #004F9F;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.directorate-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 20px 40px;
    gap: 10px;
    border-radius: 20px;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    background: #00000012;
    border: none;
    width: max-content;
    cursor: pointer;
    color: #070C13;
}

.directorate-btn :hover {
    color: #070C13;
}


.directorate-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.logo-items {
    display: flex;
    flex-wrap: wrap;
}

.logo-item {
    cursor: pointer;
    width: 230px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}

.logo-item.active, .logo-item:hover {
    opacity: 1;
}

.logo-item img {
    max-width: 270px;
}

.logo-item:nth-child(1) {
    border-right: 1px solid #80BBF9;
    border-bottom: 1px solid #80BBF9;
}

.logo-item:nth-child(2) {
    border-left: 1px solid #80BBF9;
    border-bottom: 1px solid #80BBF9;
}

.logo-item:nth-child(3) {
    border-right: 1px solid #80BBF9;
    border-top: 1px solid #80BBF9;
}

.logo-item:nth-child(4) {
    border-left: 1px solid #80BBF9;
    border-top: 1px solid #80BBF9;
}

#how {
    gap: 0;
    border-radius: 27px;
    background: #D9D9D94F;
    box-shadow: 0 7px 16.9px 0 #0000002B;
}

#how .row {
    display: flex;
    align-items: center;
}

.how-block__image img {
    background: #fff;
    box-shadow: 0 4px 4px 0 #00000040;
    width: 390px;
    border-radius: 6px;
    margin: 20px 0;
}

.how-block__text {
    font-family: Onest;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #070C13;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.how-block__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-family: Actay;
    font-size: 18px;
    text-transform: uppercase;
    color: #9E1006;
}

.how-block__item {
    display: none;
}

.how-block__item.active {
    display: block;
}

.vmv-photo {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: white;
}

.vmv-photo img {
    height: 215px;
    width: 50%;
    object-fit: cover;
}

.vmv-photo:after {
    content: '';
    width: 150px;
    height: 600px;
    display: block;
    background: #fff;
    left: -80px;
    top: -50px;
    position: absolute;
    filter: blur(23px);
}

.vmv-photo:before {
    content: '';
    width: 150px;
    height: 120px;
    display: block;
    background: #fff;
    right: 0;
    top: -60px;
    position: absolute;
    filter: blur(20px);
    border-radius: 50%;
}

.vmv-text {
    font-family: Onest;
    font-size: 17px;
    font-weight: 500;
    color: #070C13;
    max-width: 100%;
}

.vmv-info {
    z-index: 10;
    position: relative;
}

.vmv-info .content {
    padding: 0;
    display: flex;
    align-items: end !important;
}

.vmv-info:before {
    content: '';
    width: 110%;
    height: 80px;
    display: block;
    background: #ffffff;
    right: 0;
    top: -50px;
    position: absolute;
    filter: blur(20px);
    border-radius: 50%;
    z-index: 1;
}

.vmv-info:after {
    content: '';
    width: 110%;
    height: 80px;
    display: block;
    background: #ffffff;
    right: 0;
    bottom: -40px;
    position: absolute;
    filter: blur(20px);
    border-radius: 50%;
    z-index: 1;
}

.vmv-content {
    width: 460px;
}

.footer-contact {
    padding-left: 8px;
    width: 250px;
    text-align: end;
}
.program .program_item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.btn-pay-success {
    font-size: 16px;
    border-radius: 10px;
    border: 0;
    background: var(--blue-dark);
}
#user_menu>li>a {
    padding: 10px;
}
/*@media(max-width: 420px){*/
/*    body {*/
/*        zoom: 0.3;*/
/*        moz-transform: scale(0.3, 0.3);*/
/*        transform: scale(0.3, 0.3);*/
/*        transform-origin: top left;*/
/*    }*/
/*}*/

/*@media(min-width: 420px){*/
/*    body {*/
/*        zoom: 0.35;*/
/*        moz-transform: scale(0.35, 0.35);*/
/*        transform: scale(0.35, 0.35);*/
/*        transform-origin: top left;*/
/*    }*/
/*}*/

/*@media(min-width: 484px){*/
/*    body {*/
/*        zoom: 0.4;*/
/*        moz-transform: scale(0.4, 0.4);*/
/*        transform: scale(0.4, 0.4);*/
/*        transform-origin: top left;*/
/*    }*/
/*}*/

/*@media(min-width: 540px){*/
/*    body {*/
/*        zoom: 0.45;*/
/*        moz-transform: scale(0.45, 0.45);*/
/*        transform: scale(0.45, 0.45);*/
/*        transform-origin: top left;*/
/*    }*/
/*}*/

/*@media(max-width: 600px){*/
/*    body {*/
/*        zoom: 0.5;*/
/*        moz-transform: scale(0.5, 0.5);*/
/*        transform: scale(0.5, 0.5);*/
/*        transform-origin: top left;*/
/*    }*/
/*}*/

/*@media(min-width: 600px){*/
/*    body {*/
/*        zoom: 0.5;*/
/*        moz-transform: scale(0.5, 0.5);*/
/*        transform: scale(0.5, 0.5);*/
/*        transform-origin: top left;*/
/*    }*/
/*}*/

/*@media(min-width: 660px){*/
/*    body {*/
/*        zoom: 0.55;*/
/*        moz-transform: scale(0.55, 0.55);*/
/*        transform: scale(0.55, 0.55);*/
/*        transform-origin: top left;*/
/*    }*/
/*}*/

/*@media(min-width: 720px){*/
/*    body {*/
/*        zoom: 0.6;*/
/*        moz-transform: scale(0.6, 0.6);*/
/*        transform: scale(0.6, 0.6);*/
/*        transform-origin: top left;*/
/*    }*/
/*}*/

/*@media(min-width: 890px){*/
/*    body {*/
/*        zoom: 0.75;*/
/*        moz-transform: scale(0.75, 0.75);*/
/*        transform: scale(0.75, 0.75);*/
/*        transform-origin: top left;*/
/*    }*/
/*}*/

/*@media(min-width: 992px){*/
/*    body {*/
/*        zoom: 0.8;*/
/*        moz-transform: scale(0.8, 0.8);*/
/*        transform: scale(0.8, 0.8);*/
/*        transform-origin: top left;*/
/*    }*/
/*}*/

/*@media(min-width: 1200px){*/
/*    body {*/
/*        zoom: 1;*/
/*        moz-transform: scale(1, 1);*/
/*        transform: scale(1, 1);*/
/*        transform-origin: top left;*/
/*    }*/
/*}*/
