html {
    background-color: #000000;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #E6EEF7;
    font-size: 14px;
    min-height: 100vh;
}

a {
    text-decoration: none;
}

svg:not(:root) {
  overflow: visible;
}

a:hover, a:focus {
    text-decoration: none;
}

.main_header {
    overflow: hidden;
    /* background: radial-gradient(103.33% 220.44% at -7.71% -8.72%, #3365B0 0%, #12304E 25.48%, #082644 51.36%, #30B2F8 78.58%, #44F8E4 100%); */
    background: #0050AA;
    height: 780px;
    min-height: 780px;
    /* width: 100%; */
    position: relative;
}

.main_header>.uk-container {
    /*height: 100vh;
    min-height: 900px;
    position: relative;
    pointer-events: none;*/
}

.background-fon {
    height: 1000px;
}

.uk-container.uk-container-expand.topbar {
    background: #082644;

}
#top_bar {
    /* position: absolute; */

    /* z-index: 998; */
    min-height: 80px;
    margin-top: 30px;
    

}

.topbar {
  color: #fff;
  background: #082644;
  padding: 25px 0px;
}
.topbar span {
   color: #62768A;
}

.topbar .uk-button-default {
  background-color: transparent;
  color: #fff;
  border: none;
}



.cell {
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding: 0 30px 0 30px;
    position: relative;
}



.cell:first-child {
    border-left: 1px solid transparent;
    padding: 0 30px 0 0;
}

.top_button {
    position: relative;
    background: radial-gradient(circle, rgba(229, 74, 30, 1) 60%, rgba(248, 98, 58, 1) 60%);
    background-size: 300%;
    background-position: center;
    border-radius: 100px;
    color: #fff;
    border: 0px;
    height: 48px;
    line-height: 40px;
    text-transform: none;
    overflow: hidden;
    pointer-events: all;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.top_button>span {
    position: absolute;
    top: 50%;
    left: 15px;
    opacity: 0;
    transform: translateY(-50%);
}

.top_button:hover {
    padding-left: 50px;
    background-size: 150%;
    background-position: right center;
}

.top_button:hover>span {
    opacity: 1;
    animation: .6s lefticonbutton;
}

.years {
  background: #fff;
  width: auto;
  border-radius: 8px;
  overflow: hidden;
}

.years ul {
  margin: 0;
}

.years .uk-list > * > ul, .years .uk-list > :nth-child(n+2) {
  margin-top: 0;
}

.years ul li a {
  padding: 10px 30px;
  display: block;
  color: #62768A;
}

.years ul li.active a {
  background: radial-gradient(circle, rgba(106, 185, 232, 1) 60%, rgba(118, 204, 255, 1) 60%);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  color: #fff;
}
@keyframes lefticonbutton {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
}

.phone {
    position: relative;
    color: #fff;
    padding-left: 15px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    pointer-events: all;
}

.phone a {
    color: #fff;
}

.phone a>span.material-symbols-outlined {
    position: absolute;
    width: 70px;
    border-radius: 100px;
    background: transparent;
    top: 50%;
    left: 25px;
    color: #ffffff;
    opacity: 0;
    transform: translateY(-50%);
    z-index: 0;
}

.phone:hover {
    /* padding-left: 50px; */
    background-size: 150%;
    background-position: right center;
}

.phone:hover a>span.material-symbols-outlined {
    opacity: 1;
    animation: .6s lefticonbutton_3;
    left: 15px;
}

@keyframes lefticonbutton_3 {
    0% {
        color: transparent;
        left: 25px;
    }

    70% {
        color: #fff;
        left: 15px;
    }
}

.middle_bar {
    position: absolute;
    width: calc(100% - 80px);
    top: 40%;
    transform: translateY(-50%);
}

.middle_bar a {
    color: rgba(255, 255, 255, 0.50); 
    display: block;
    margin-top: 30px;
}

.middle_bar a:hover {
    color: #5AB4E6; 

}

.middle_bar a span {
    color: #5AB4E6; 
}

h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
}

h4 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}

.left_text p {
    color:  rgba(255, 255, 255, 0.50);;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    pointer-events: all;
    margin: 0;
}

.right_text p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    pointer-events: all;
}

.middle_button_l,  
.middle_button_l_2{
    position: relative;
    padding-top: 5px;
/*     top: 30%;
transform: translateY(-50%); */
    background: radial-gradient(circle, rgba(90, 180, 230, 1) 60%, rgba(140, 203, 238, 1) 60%);
    background-size: 300%;
    background-position: center;
    border-radius: 100px;
    color: #fff;
    border: 0px;
    text-transform: none;
    height: 48px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    pointer-events: all;
}

.middle_button_l>span, 
.middle_button_l_2>span {
    position: absolute;
    top: 50%;
    left: 15px;
    opacity: 0;
    transform: translateY(-50%);
}

.middle_button_l:hover,  
.middle_button_l_2:hover{
    padding-left: 50px;
    background-size: 150%;
    background-position: right center;
}

.middle_button_l:hover>span, 
.middle_button_l_2:hover>span {
    opacity: 1;
    animation: 1.2s lefticonbutton;
}

.middle_button_r {
    background: transparent;
    border-radius: 100px;
    color: #fff;
    border: 2px solid white;
    text-transform: none;
    height: 48px;
    padding-top: 4px;
    position: relative;
    /*top: 100px;*/
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    pointer-events: all;
}

.middle_button_r>span {
    position: absolute;
    top: 50%;
    left: 15px;
    opacity: 0;
    transform: translateY(-50%);
}

.middle_button_r:hover {
    color: #fff;
    padding-left: 50px;
    background-size: 150%;
    background-position: right center;
}

.middle_button_r:hover>span {
    color: #fff;
    opacity: 1;
    animation: 1.2s lefticonbutton;
}

.bottom_bar {
    /* width: 100%; */
    position: absolute;
    bottom: 5vh;
}

.arrow_down {
    display: block;
    position: relative;
    border: #ffffff solid;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 1;
    pointer-events: all;
    
}

.arrow_down>span {
    color: #ffffff;
    position: absolute;
    left: 27%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    cursor: pointer;
    animation: 2s infinite arrowdown;
}

.arrow_down:hover span  {
    transform: translateY(-20%);
}


@keyframes arrowdown {
    0% {
        transform: translateY(-50%);
    }

    60% {
        transform: translateY(-50%);
    }

    80% {
        transform: translateY(-20%);
    }
}

.second_frame {
    height: 100vh;
    min-height: 950px;
    width: 100%;
    animation: bg-сhange 25s infinite;
    position: relative;
    background-position: top right;
}

@keyframes bg-сhange {
    from {
        background-image: url('/assets/images/second_frame_1.png');
    }

    30% {
        background-image: url('/assets/images/second_frame_1.png');
    }

    33% {
        background-image: url('/assets/images/second_frame_2.png');
    }

    60% {
        background-image: url('/assets/images/second_frame_2.png');
    }

    66% {
        background-image: url('/assets/images/second_frame_3.png');
    }

    96% {
        background-image: url('/assets/images/second_frame_3.png');
    }

    to {
        background-image: url('/assets/images/second_frame_1.png');
    }
}

/* .day_service_pic {
    position: relative;
} */

.day_service_text {
    /* position: absolute; */
    color: black;
    left: 300px;
    top: 120px;
}

.day_service_text>span {
    color: #0050AA;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
}

#day .uk-container {
    position: relative;
}

#day .uk-container .uk-background-cover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    
    background: linear-gradient(90deg, #0050AA 26.58%, rgba(0, 80, 170, 0.00) 66.45%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);

}
#day .uk-background-cover {
  transition: all 0.2s linear;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#day:hover .uk-background-cover {
    transform: scale(1.1);
}

.block_sz {
    padding-top: 60px;
}

.heading_block {
    position: relative;
    height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 0 20px 20px 0;
    box-shadow: 0px -10px 20px rgba(255, 255, 255, 0.25), 0px 15px 30px rgba(143, 153, 163, 0.25);
}

.heading_block>div {
    padding-bottom: 20px;
}

.heading_block p {
    color: #E65028;
    font-size: 36px;
    font-weight: 700;
    padding: 0 20px 0 20px;
    border-right: 2px solid #CCDCEE;
    margin: 0;
}

.heading_title {
    line-height: 120%;
    font-size: 24px;
    font-weight: 700;
    color: #3365b0;
    padding: 0 20px 0 20px;
}

.heading_block .heading_text {
    font-size: 16px;
    font-weight: 400;
    color: #62768A;

}

.arrow_down_2 {
    display: block;
    position: relative;
    border: #5AB4E6 solid;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 1;
}

.arrow_down_2>span {
    color: #5AB4E6;
    position: absolute;
    left: 27%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    cursor: pointer;
    animation: 2s infinite arrowdown;
}

.arrow_down_2:hover span {
    transform: translateY(-20%);
}

.third_frame {
    background-color: #E6EEF7;
    margin-top:60px;
}

.main_theme {
    padding-top: 60px;
}

.main_theme>span {
    color: #0050AA;
    font-family: 'Montserrat', sans-serif;
    
    font-size: 36px;
    font-weight: 700;
}
.theme_svg {
  position: absolute;
  bottom: -30px;
  right: -45px;
  max-width: 90%;
}

.main_theme_block {
    padding-top: 60px;
}

.theme_block {
  box-shadow: 0px -10px 30px rgba(255, 255, 255, 0.3), 0px 30px 50px rgba(143, 153, 163, 0.15);
  box-sizing: border-box;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  display: block;
  position: relative;
  min-height: 480px;
  overflow: hidden;
}

.theme_block:hover {
    box-shadow: 0px -10px 30px rgba(255, 255, 255, 0.75), 0px 40px 70px rgba(143, 153, 163, 0.3);
}

/* .theme_block_2 {
    width: 592px;
    height: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    margin: 0 0 20px 0;
}

.grid_box_first {
    padding-top: 60px;
} */

.theme_block img {
    padding-top: 10px;
    min-height: 460px;
}

.text_block .heading_title {
    font-size: 24px;
    font-weight: 600;
    color: #3365b0;
    padding: 0 60px 0 60px;
}

.text_block .theme_heading_text {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #62768A;
    padding: 20px 60px 60px;
}

.arrow_right {
    display: block;
    position: relative;
    border: #5AB4E6 solid;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 1;
    margin: 0 0 0 60px;
    opacity: 0;
}

.arrow_right>span {
    color: #5AB4E6;
    position: absolute;
    left: 27%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    
    /* left: 50%;
    transform: translateX(-50%); */
}

.text_block {
  position: relative;
  transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  padding-top: 60px;
}



@keyframes textup {
    0% {
        bottom: 10px;
    }

    90% {
        bottom: 60px;
    }
}

.theme_block:hover .arrow_right {
    animation: .3s arrowright;
    opacity: 1;
    bottom: 40px;
    
}

.theme_block:hover .arrow_right>span {
    opacity: 1;
}

@keyframes arrowright {
    0% {
        opacity: 0;
        color: transparent;
        bottom: 10px;
    }

    90% {
        opacity: 1;
        color: #5AB4E6;
        bottom: 40px;
    }
}

.fourth_frame {
    background-color: #E6EEF7;
    height: 750px;
    width: 100%;

}

.loc_block {
    height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 60px 0 20px 0;
    box-shadow: 0px -20px 50px rgba(255, 255, 255, 0.25), 0px 30px 50px rgba(143, 153, 163, 0.25);
}

.loc_header {
    padding: 60px 60px 0 60px;
    margin-left: 0 !important;
}

.loc_header>div {
    padding-left: 0;
}

.loc_header>div:first-child {
    border-right: 2px solid #CCDCEE;
    padding-right: 20px;
}

.loc_title {
    font-size: 24px;
    font-weight: 600;
    color: #3365b0;
    padding: 0 20px 0 0;
}

.loc_title a {
    text-decoration: none;
    color: #ffffff;
}

.main_theme .loc_heading_text {
font-size: 16px;
font-weight: 400;
color: #62768A;
padding: 0 20px 62px 0;
}

.loc_button {
    background: radial-gradient(circle, rgba(230, 80, 40, 1) 60%, rgba(248, 98, 58, 1) 60%);
    background-size: 300%;
    background-position: center;
    border-radius: 100px;
    color: #fff;
    border: 0px;
    height: 48px;
    width: 170px;
    line-height: 40px;
    text-transform: none;
    position: relative;
    /* overflow: hidden; */
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.loc_button>span.material-symbols-outlined {
    position: absolute;
    height: 48px;
    width: 70px;
    border-radius: 100px;
    background: #E44E26;
    top: 50%;
    left: 15px;
    color: #E44E26;
    line-height: 48px;
    transform: translateY(-50%);
    z-index: 0;
}

.loc_button:hover {
    /* padding-left: 50px; */
    background-size: 150%;
    background-position: right center;
}

.loc_button:hover span.material-symbols-outlined {

    color: #fff;
    animation: .6s lefticonbutton_2;
    left: -30px;
}

@keyframes lefticonbutton_2 {
    0% {
        color:#E44E26;
        left: 15px;
    }

    70% {
        color: #fff;
        left: -30px;
    }
}

.loc_button:first-child span {
    z-index: 1;
}

#map {
    margin-top: 50px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.footer {
    overflow: hidden;
    position: relative;
    height: 280px;
    margin-top: 120px;
    background: #0050AA;
}

.cell img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: none;
}

.cell span {
    color: #ffffff;
}

.footer_button {
    background: transparent;
    border-radius: 100px;
    color: #fff;
    border: 2px solid white;
    text-transform: none;
    height: 48px;
    padding-top: 3px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.footer_button>span {
    position: absolute;
    top: 50%;
    left: 15px;
    opacity: 0;
    transform: translateY(-50%);
}

.footer_button:hover {
    padding-left: 50px;
    background-size: 150%;
    background-position: right center;
}

.footer_button:hover>span {
    opacity: 1;
    animation: 1.2s lefticonbutton;
}

.footer_title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    padding: 5px 20px 30px 0;
}


#footer_bar {
    margin-top: 70px;
    width: 1204px;
    z-index: 998;
    min-height: 80px;
    padding: 0;
    position: relative;
}

#privacy_policy {
    /* padding: 20px 0 0 250px; */
    color: #5AB4E6;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.privacy_policy {
    padding-top: 20px;
}

.uk-modal-container .uk-modal-dialog {
    width: 1200px;
    border-radius: 10px;
    overflow: hidden;
    
}

.quest .uk-modal-dialog {
    width: 720px;
    border-radius: 10px;
    overflow: hidden;
    
}

.uk-modal-dialog>h2 {
    color: #0050AA;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0;
    line-height: 120%;
}

.uk-modal-dialog .modal_footer>span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #62768A;
}


.uk-modal-dialog>hr {
    width: 75px;
    height: 0px;
    border: 1px solid #CCDCEE;
}

.uk-modal-dialog>p {
    font-size: 16px;
    line-height: 24px;
}

/* .uk-modal-close {
    top: 20px;
    right: 20px;
} */

.uk-modal{
    background: rgb(51 101 176 / 50%);
}

.uk-modal-dialog .middle_button_l {
    margin: 40px 0 0 0;
}

.uk-modal-dialog .middle_button_l_2 {
    margin: 20px 0 0 0;
}

.uk-lightbox-iframe {
    background: #fff;
    padding: 30px;
    border-radius: 10px;

}

.uk-lightbox {
    background: rgb(51 101 176 / 50%);
}

.middle_zone {
    box-shadow: 0px -10px 20px rgba(255, 255, 255, 0.25), 0px 15px 30px rgba(143, 153, 163, 0.25);
    position: relative;
    border-radius: 10px;
    padding: 30px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%!important;
    background: #fff;
    transition: .3s linear;
    transition-property: opacity,transform;
}

#program .uk-modal-dialog {
    background: #E6EEF7;
}

.info_mo{
    font-size: 16px;
    font-weight: 400;
    color:  #E65028;
    padding: 0 20px 0 0;
}

.data_mo {
    border-right: 2px solid #E5E5E5;
    padding: 0 20px 0 0;
}

.time_mo {
    padding-left: 20px;
}

.zal_mo {
    color: #CCDCEE;
}

.zagolovok_mo {
    color: #3365B0;
    font-size: 24px;
    font-weight: 700;
}

.uk-modal-dialog div>h2 {

    color: #3365B0;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0;
    line-height: 120%;
}

.avatar {
    height: 100px;
    width: 100px;
    border-radius: 100px;
}

.first_name {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.second_name {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.line_pers {
    position: relative;
}

.name_mo {
    padding-top: 30px;
    padding-left: 10px !important;
}

.work_mo {
    padding-top: 30px;
    padding-left: 10px !important;
}

.moder {
    /* position: absolute; */
    background: #E65028;
    border-radius: 100px;
    color: #fff;
    border: 0px;
    text-transform: none;
    /* height: 30px; */
    width: fit-content;
    padding: 5px 15px 7px 15px;
    margin: 15px 0 0 0;
}

.spiker {
/*     position: absolute; */
    background: #5AB4E6;
    border-radius: 100px;
    color: #fff;
    border: 0px;
    text-transform: none;
    /* height: 30px; */
    width: fit-content;
    padding: 5px 15px 7px 15px;
    margin: 15px 0 0 0;
}

.spiker_vks {
/*     position: absolute; */
    background: #00A3FF;
    border-radius: 100px;
    color: #fff;
    border: 0px;
    text-transform: none;
    height: 30px;
    width: 95px;
    padding: 9px 15px 0 15px;
    margin: 37px 0 0 0;
}

.video_frame {
    position: relative;
}

/* .fon_vid {
    width: 1200px;
} */

.fon_vid img {
    position: relative;
    width: 100%;
    
}


/* .main_buttons a {
    margin-bottom: 40px;
}
 */
.fon_button{
    position: relative;
    padding-top: 5px;
    margin: 20px auto;
    display: table;
    background: radial-gradient(circle, rgba(106, 185, 232, 1) 60%, rgba(118, 204, 255, 1) 60%);
    background-size: 300%;
    background-position: center;
    border-radius: 100px;
    color: #fff;
    border: 0px;
    text-transform: none;
    height: 48px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    pointer-events: all;
}

.fon_button a {
    color: #fff;
}

.fon_button span {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 15px;
    opacity: 0;
    transform: translateY(-50%);
}

.fon_button:hover {
    padding-left: 50px;
    background-size: 150%;
    background-position: right center;
}

.fon_button:hover span {
    opacity: 1;
    animation: 1.2s lefticonbutton;
}


.header_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
}


#dayszn h4 {
    color: #3365B0;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}


div#dayszn p {
    color: #62768A;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


.uk-divider-small::after {
    content: "";
    display: inline-block;
    width: 100px;
    max-width: 100%;
    border-top: 2px solid #E65028;
    vertical-align: top;
}

.filter.uk-list > * > ul, .filter.uk-list > :nth-child(n+2) {
    margin-top: 0;
}

.filter li a {
    padding: 15px 20px;
    align-items: center;
    gap: 10px; 
    border-radius: 100px;
    background: #CCDCEE; 
    color: #62768A;
}

.filter li.uk-active a {
    background: #FFF;
    box-shadow: 0px 15px 30px 0px rgba(143, 153, 163, 0.25), 0px -10px 20px 0px rgba(255, 255, 255, 0.25);
    color: #082644;
}

.default_button {
  background: radial-gradient(circle, rgba(230, 80, 40, 1) 60%, rgba(248, 98, 58, 1) 60%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: 300%;
  background-position: center;
  border-radius: 100px;
  color: #fff;
  border: 0px;
  height: 48px;
  width: 225px;
  line-height: 40px;
  text-transform: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}
.default_button:hover {
  background-size: 150%;
  background-position: right center;
}

.accommodation {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.accommodation .uk-background-cover {
    height: 394px; 
}

.accommodation_content {
  padding: 35px 60px 60px;
}

.accommodation_content h4 {
    color: #3365B0;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; 
    margin-bottom: 0;
}
.accommodation_content p {
    color: #62768A;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
    margin-top: 5px;
}

.accommodation_arrow {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #5AB4E6;
  margin: 0 0 0 10px;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}
.accommodation_arrow:hover {
    cursor: pointer;
    border: 1px solid #1BEAEC;
}

.accommodation_arrow svg path {
  fill: 1px solid #5AB4E6;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}
.accommodation_arrow:hover svg path {
    fill: #1BEAEC;
}

.theme{
    color: #3365B0;
}

.theme_block_min {
    box-shadow: 0px -10px 30px rgba(255, 255, 255, 0.3), 0px 30px 50px rgba(143, 153, 163, 0.15);
  box-sizing: border-box;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 60px;
  font-size: 24px;
  font-weight: 600;
  color: #3365b0;
  line-height: 1.3;
}

.theme_block_min:hover {
    box-shadow: 0px -10px 30px rgba(255, 255, 255, 0.75), 0px 40px 70px rgba(143, 153, 163, 0.3);
}

.theme_block_min img {
    min-height: 60px;
    max-height: 60px;
}

.theme_block_min .uk-grid > .uk-grid-margin {
    margin: inherit;
}
.theme_block_min >div {
    gap: 20px;
}

.dataevent{
    color: #5AB4E6;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height:1.2;
}

.uk-link, a {
    color:#5AB4E6;
}

.uk-link, a:hover {
    color:#5AB4E6;
}

.inverse a.theme_block_min {
    background: #0050AA;
    color: #fff;
    font-weight: 600;
}

.folders div {
    margin-top: 20px;
}

.czn_block_min {
    box-shadow: 0px -10px 30px rgb(255 255 255 / 30%), 0px 30px 50px rgb(143 153 163 / 15%);
    box-sizing: border-box;
    height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #3365b0;
    line-height: 1.3;
    text-align: center;
}

h3.uk-card-title {
    font-size: 16px;
}

.czn_block_min img {
    border-radius: 100px;
}

.uk-dotnav>.uk-active>* {
    background-color: rgb(106 185 232);
    border-color: transparent;
}

.uk-dotnav>*>* {
    border: 1px solid rgb(106 185 232);
}

.uk-dotnav>*>:hover {
    background-color: rgb(106 185 232);
}

a.uk-position-center-right-out.uk-position-small.uk-icon.uk-slidenav-next.uk-slidenav svg {
    width: 24px;
    color: #6ab9e8;

}

a.uk-position-center-left-out.uk-position-small.uk-icon.uk-slidenav-previous.uk-slidenav svg {
    width: 24px;
    color: #6ab9e8;
}


.jGrowl-notification .jGrowl-close {
    background-color: transparent;
    color: inherit;
    border: none;
    z-index: 99;
    float: right;
    font-weight: 300 !important;
    font-size: 30px !important;
    cursor: pointer;
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
}

.jGrowl-notification {
    background-color: #fff !important;
    opacity: 1 !important;
    zoom: 1;
    width: auto !important;
    padding: 10px;
    margin: 10px;
    text-align: left;
    display: none;
    border-radius: none !important;
    min-height: 40px;
}

.jGrowl-notification {
    padding: 60px !important;
    text-align: center !important;
    border: 0px solid rgba(255, 255, 255, 0.49) !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #252446 !important;
    font-size: 16px !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    border-radius: 20px !important;
    box-shadow: 0 0 60px #00000047 !important;
}
