@font-face {
    src: url('/web/fonts/Manrope-Medium.ttf');
    font-family: 'Manrope';
    font-weight: 500;
}
@font-face {
    src: url('/web/fonts/Manrope-Regular.ttf');
    font-family: 'Manrope';
    font-weight: 400;
}
@font-face {
    src: url('/web/fonts/Manrope-Light.ttf');
    font-family: 'Manrope';
    font-weight: 300;
}

:root{
    --blue-light: #5EA8F9;
    --blue-middle: #1E78D9;
    --blue-dark: #023A77;
    --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%;
    font-family: 'Manrope', 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 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500
}
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: 1200px;
    min-width: 1200px;
    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: 28px;
    max-height: 99999px;
    max-width: 99999px;
}
#organizers h1{
    font-size: 28px;
}
.blue_text {
    color: var(--blue-middle);
}
#menu {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 101;
    border-bottom: 2px solid var(--blue-middle);
}
#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 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#menu .menu_content .links a {
    color: black;
    font-weight: 500;
}
#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{
    flex: 1 1 0;
    padding: 0 20px;
}
#menu .menu_content .auth .active,
#menu .menu_content .links .active{
    color: var(--blue-middle);
    text-decoration: underline;
}
#menu .links ul {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
#menu .auth {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-transform: uppercase;
}
#menu .logo-dropdown .logo{
    text-decoration: none;
    display: inline-block;
}
#menu .logo img {
    width: 120px;
    margin: 10px 10px 10px 0;
}
#menu .menu_content .drop-down-parent {
    position: relative;
    display: inline-block;
}
#head {
    background: #5292d7;
    padding-bottom: 70px;
    padding-top: 110px;
    overflow: hidden;
    background-size: contain;
    position: relative;
}
#head::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.1;
    background-image: url('/web/images/temp/header.jpg');
    background-repeat: no-repeat;
    background-position: center 75%;
    background-size: cover;
}
div#head .wrapper {
    position: relative;
    z-index: 2;
}
#head.inner {
    padding-bottom: 40px;
    margin-bottom: 30px;
}
#head .conf-info {
    display: flex;
    justify-content: space-between;
    top: 300px;
}
#head .conf-info .conf-name {
    font-size: 42px;
    font-weight: 600;
    color: var(--blue-dark);
    color: white;
    line-height: 50px;
}
#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: white;
    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-block .reg-button a {
    font-size: 32px;
    font-weight: 400;
    color: white;
    padding: 25px 0 25px 82px;
    background: var(--blue-dark);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
}
#head .reg-block .reg-button a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 9999px;
    left: 100%;
    top: 0;
    background: var(--blue-dark);
}
#head .div-wrap {
    padding-top: 35px;
}
#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;
    justify-content: space-between;
}
#about-conference .conference-info span:nth-child(1) {
    font-size: 28px;
    font-weight: 500;
}
#about-conference .conference-info span:nth-child(2) {
    font-size: 20px;
    font-weight: 300;
    max-width: 740px;
    max-height: 99999px;
}
#about-conference .conference-info a {
    background: url('/web/images/icons/conf-arrow.svg') no-repeat right 3px;
    padding-right: 41px;
    font-size: 20px;
    font-weight: 300;
}
#intersect {
    background: var(--blue-light);
    padding-top: 85px;
    position: relative;
}
#intersect img {
    display: block;
    width: 100%;
}
#intersect .day {
    text-align: center;
    color: white;
    font-size: 64px;
    font-weight: 500;
}
#intersect .text {
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: 500;
}

#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;
}
#topics .topics-content {
    display: flex;
    gap: 60px;
}
#topics .topics-content .topics-items {
    display: flex;
    flex-direction: column;
    margin-top: 55px;
}
#topics .topics-content .topics-item {
    display: flex;
    gap: 40px;
}
#topics .topics-item .number {
    color: var(--blue-middle);
    font-size: 24px;
    font-weight: 500;
}
#topics .topics-item .text {
    width: 70%;
    font-size: 24px;
    font-weight: 300;
}
#participant-count .bg {
    background: var(--blue-light);
    padding: 50px 0 60px 0;
}
#participant-count .day{
    text-align: center;
    color: white;
    font-size: 64px;
    font-weight: 500;
}
#participant-count .text{
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: 500;
}
#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);
}
#organizers .headers {
    display: flex;
    gap: 123px;
    margin-bottom: 40px;
}
#organizers .organizers_items {
    display: flex;
    justify-content: space-evenly;
}
#organizers .organizers_items img {
    /*margin-bottom: 20px;*/
}
#organizers .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 {
    padding-top: 90px;
}
footer .footer-content .line-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
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;
    width: 80%;
}
.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/arrow-left-slider.png");
    left: 70px;
    top: 50%;
    z-index: 2;
}
#header-slider .swiper-button-next {
    background: url("/web/images/icons/arrow-right-slider.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 .swiper-slide {
    width: 432px;
    height: 245px;
    /*margin-right: 45px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: #A6A6A6;*/
    font-size: 30px;
}
#how-it-was-slider img {
    width: 100%;
}
#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 .info-director {
    opacity: 0;
    float: left;
    width: 360px;
    height: 360px;
    background: var(--blue-middle);
    padding: 20px;
    transition: all 0.4s;
}
#directorate .director-item {
    cursor: pointer;
    display: inline-block;
    margin-right: 45px;
    background-color: #ccc6c2;
    background-size: cover;
}
#directorate-slider .swiper-wrapper .director-item:hover .info-director {
    opacity: 1;
}
#directorate .director-item .info-director .director-name {
     font-size: 24px;
     font-weight: 500;
     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;
}
#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/arrow-left-slider.png");
    left: 70px;
    top: 50%;
    z-index: 2;
}
#directorate .swiper-button-next {
    background: url("/web/images/icons/arrow-right-slider.png");
    right: 70px;
    top: 50%;
    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;
}
#conference p {
}
#program p {
}
#partners p {
}
#mobile-app p {
}
.reg-button-circle {
    display: none;
    position: fixed;
    z-index: 5;
    right: 20px;
    bottom: 20px;
}
.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;
}
.reg-header {
    padding-left: 14px;
}

.format-lk {
    margin-right: 20px;
}

#send_reg_form {
    margin-left: 14px;
}

.btn-trec {
    padding: 8px 25px 8px 25px;
    background: var(--blue-dark);
    color: white;
    border-radius: 5px;
    border: none;
    max-height: 99999px;
    box-shadow: 3px 3px 0 0 #8da2c5;
}
.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;
}
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: 4px;
    padding: 6px 12px;
    color: var(--white);
    font-weight: 400;
    cursor: pointer;
    box-shadow: 3px 3px 0 0 #8da2c5;
}
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;
}



.flex{
    display: flex;
}
.between{
    justify-content: space-between;
}

.btn.btn-danger{
    background-color: #FF0000;
    background-image: none;
    border: none;
}

#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;
}


.dark-blue,
.dark-blue:hover,
.dark-blue:active,
.dark-blue:focus
{
    background-color: var(--blue-dark);
    background-image: none;
    border: none;
}
.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;
}


#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;
}

.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 {
    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: 4px;
    background-color: var(--blue-dark);
    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: 3px 3px 0 0 #8da2c5;
}
.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);
}