html {
    background-color: #000000;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f3f3f3;
    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: #12304E;
    height: 100vh;
    min-height: 900px;
    /* width: 100%; */
    position: relative;
}

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

.background-fon {
    height: 1000px;
}

#top_bar {
    /* position: absolute; */
    width: 1204px;
    /* z-index: 998; */
    min-height: 80px;
    margin-top: 69px;

}

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

.cell:first-child {
    border-left: 1px solid transparent;
    padding: 0 63px 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;
}

@keyframes lefticonbutton {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
}

.phone {
    position: relative;
    color: #fff;
    padding-left: 50px;
    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: 50%;
    transform: translateY(-50%);
}

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

.left_text p {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    pointer-events: all;
    margin: 0;
}

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

.middle_button_l,  
.middle_button_l_2{
    position: relative;
    padding-top: 5px;
    top: 50%;
    transform: translateY(-50%);
    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;
}

.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;
    padding-top: 120px;
}

.day_service_text>span {
    background: linear-gradient(269.46deg, #1BEAEC 37.83%, #3172B6 76.81%, #3365B0 93.82%);
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.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: #F8623A;
    font-size: 36px;
    font-weight: 700;
    padding: 0 20px 0 20px;
    border-right: 2px solid #DCDEE0;
    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: #63B5E5 solid;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 1;
}

.arrow_down_2>span {
    color: #63b5e5;
    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: #f3f3f3;
    min-height: 1200px;
}

.main_theme {
    padding-top: 60px;
}

.main_theme>span {
    background: linear-gradient(269.46deg, #1BEAEC 37.83%, #3172B6 76.81%, #3365B0 93.82%);
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
}
.theme_svg {
    position: relative;
    left: 50%;
    /* -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); */
    transform: translateX(-50%);
}

.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: 20px;
    display: block;
}

.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: 700;
    color: #3365b0;
    padding: 0 20px 0 60px;
}

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

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

.arrow_right>span {
    color: #63B5E5;
    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;
}

.theme_block:hover .text_block {
    bottom: 60px;
    animation: .3s textup;
}

@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: #63B5E5;
        bottom: 40px;
    }
}

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

}

.loc_block {
    height: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    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 #DCDEE0;
    padding-right: 20px;
}

.loc_title {
    font-size: 24px;
    font-weight: 700;
    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(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;
    width: 190px;
    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 20px 20px;
    overflow: hidden;
}

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

.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: #63B5E5;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.privacy_policy {
    padding-top: 20px;
}

.uk-modal-container .uk-modal-dialog {
    width: 1200px;
    border-radius: 20px;
    
}


.uk-modal-dialog>h2 {
    background: linear-gradient(269.46deg, #1BEAEC 37.83%, #3172B6 76.81%, #3365B0 93.82%);
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'Inter', 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 #DCDEE0;
}

.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: 20px;

}

.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: 20px;
    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: #F3F3F3;
}

.info_mo{
    font-size: 16px;
    font-weight: 400;
    color:  #F8623A;
    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: #DCDEE0;
}

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

.uk-modal-dialog div>h2 {
    background: linear-gradient(269.46deg, #1BEAEC 37.83%, #3172B6 76.81%, #3365B0 93.82%);
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'Inter', 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: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.second_name {
    font-family: Inter;
    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: #F8623A;
    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: #6ab9e8;
    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;
}



