html {
    background-color: #000000;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #EBF5F5;
    font-size: 16px;
    min-height: 100vh;
}

a {
    text-decoration: none;
}

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

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

.uk-modal-dialog::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

.uk-modal-dialog::-webkit-scrollbar-button {
    width: 8px;
    height: 0px;
}

.uk-modal-dialog::-webkit-scrollbar-track {
    background-color: #F0F6FC;
    border-radius: 20px;
}

.uk-modal-dialog::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 0px;
    background-color: #ccd8e4;
    border-radius: 20px;
}

.uk-modal-dialog::-webkit-scrollbar-thumb:hover {
    background-color: rgb(25, 118, 210);
}


.uk-h2, h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    background: linear-gradient(90deg, #0055D7 22.72%, #41B9FF 95.62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 60px;
}

.main_header {
    overflow: hidden;
    background: linear-gradient(180deg, #0F2337 4.3%, #5F7387 44%), url('../images/section.jpg');
    background-blend-mode: multiply, normal;
    height: 100vh;
    min-height: 900px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

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

.background-fon {
    height: 1000px;
}

.main_header .middle_bar .desc-header-link a {
    color: #fff;
}

.main_header .middle_bar .desc-header-link a:hover {
    color: #41B9FF;
    cursor: pointer;
}

.main_header .middle_bar .desc-header-link a span.material-symbols-outlined {
    margin-left: 10px;
    color: #41B9FF;
}
.main_header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background: linear-gradient(319deg, #0055D7 0%, #41B9FF 28.14%, #055DDA 28.15%, rgba(0, 85, 215, 0) 56.94%), linear-gradient(180deg, #0f233700 4.3%, #5f738700 44%);

animation: 3s linearGradient  ease-in-out;
}

@keyframes linearGradient {
    0% {
        left: 56.94%;
    }
     60% {
        left: 56.94%;
    }
    90% {
        left: 0%;
    }
}

.anyblock {
    opacity: 0;
}

.anyblock.uk-scrollspy-inview {
    opacity: 1;
}



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

}

.cell-footer.logo {
    border-right: 1px solid rgba(255, 255, 255, .2);
    padding-right: 5%;
    margin-right: 5%;
}





.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;
}

.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;
    background: radial-gradient(64.87% 222.99% at 13.92% 58.33%, #41B9FF 0%, #41B9FF 87.29%, #76CCFF 87.3%);
    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;
    color: #fff;
}

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

.middle_button_r {
    background: transparent;
    color: #fff;
    border: 2px solid white;
    text-transform: none;
    height: 48px;
    padding-top: 4px;
    position: relative;
    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(90deg, #0055D7 22.72%, #41B9FF 95.62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-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: #0055D7;
}

.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 {
    text-align: center;
}

.third_frame_item svg {
    display: block;
    margin: 0 auto 15px;
    transition: all 0.2s linear;
}
.third_frame span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #0F2337;
}

.third_frame_item {
    background: transparent;
    transition: all 0.2s linear;
    padding: 20px;
    min-height: 240px;
    box-sizing: border-box;
}

.third_frame_item:hover {
    background: #fff;
}

.third_frame_item:hover svg {
    transform: scale(1.1);
}

.third_frame_item .svg-filter {
    filter: blur(0);
    transition: all 0.2s linear;
}

.third_frame_item:hover .svg-filter {
    filter: blur(12px);
}

.main_theme {
    padding-top: 60px;
}

.main_theme>span {
    background: linear-gradient(90deg, #0055D7 22.72%, #41B9FF 95.62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-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-sizing: border-box;
    background-color: #000;
    min-height: 480px;
    display: block;
    overflow: hidden;
    position: relative;
    background-size: 120%;
    background-position: center left;
    background-repeat: no-repeat;
    transition: background-position .3s ease-in-out;
}
.theme_block:hover {
    background-position: center right;
    cursor: pointer;
    
}
.theme_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(33.16deg, #0055D7 0%, #41B9FF 16.72%, #055DDA 16.72%, rgba(0, 85, 215, 0) 33.82%), linear-gradient(360deg, #0F2337 0%, rgba(15, 35, 55, 0) 68.54%);
    background-blend-mode: normal, multiply, normal;
    background-size: 100%;
    transition: all .3s linear;
}

.theme_block:hover:before {
    content: '';
    background-size: 600%;

}

.swiper {
    padding: 0 0 60px !important;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px)) !important;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px)) !important;
}

.swiper-pagination-bullet-active {
    background: #41B9FF !important;
}

.target-link-block a {
    display: block;
    min-height: 240px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
    position: relative;
}
.target-link-block a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background-size: 100% !important;
    background: linear-gradient(33.16deg, #0055D7 0%, #41B9FF 36.72%, #055DDA 36.72%, rgba(0, 85, 215, 0) 53.82%), linear-gradient(360deg, #0F2337 0%, rgba(15, 35, 55, 0) 98.54%);
    background-blend-mode: normal, multiply, normal;
    transition: background-size .1s linear;
}

.target-link-block:hover a:before {
    content: '';
    background-size: 200% !important;
    
}

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

.target-link-block a .arrow_right>span {
    color: #63B5E5;
    position: absolute;
    left: 27%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.target-link-block-text {
    position: absolute;
    width: calc(100% - 80px);
    left: 40px;
    bottom: 40px;
}


/* .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-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 120%;
color: #FFFFFF;
margin-bottom: 20px;
}

.text_block .theme_heading_text {
    display: block;
    font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 120%;
text-transform: uppercase;
font-feature-settings: 'pnum' on, 'lnum' on;
color: #FFFFFF;
}



.arrow_right {
    display: block;
    position: relative;
    border: #63B5E5 solid;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 1;
    margin: 60px 0 0 0;
    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: absolute;
    transition: all .2s linear;
    bottom: -60px;
    left: 40px;
    width: calc(100% - 80px);
}

.theme_block:hover .text_block {
    bottom: 0;
    
    
}

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

    90% {
        bottom: 0;
    }
}

.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: #EBF5F5;
    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: #0055D7;
    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;
    padding: 120px 0;
    background: linear-gradient(283.3deg, #0055D7 0%, #41B9FF 41.04%, #055DDA 41.05%, rgba(0, 85, 215, 0) 83.04%), #0F2337;
}

.cell-footer img {
    position: relative;
    max-width: none;
}

.cell-footer 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 0 30px 0;
}

#footer_bar {
    z-index: 998;
    min-height: 80px;
    padding: 0;
    position: relative;
}

#footer_bar span {
    color: #fff;
}

#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%, #0055D7 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: #EBF5F5;
}

.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: #666;
}

.zagolovok_mo {
    color: #0055D7;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.uk-modal-dialog div>h2 {
    background: linear-gradient(90deg, #0055D7 22.72%, #41B9FF 95.62%);
    -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: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
}

.second_name {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    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: 5px;
    color: #fff;
    border: 0px;
    text-transform: none;
    /* height: 30px; */
    width: fit-content;
    padding: 2px 4px 2px 4px;
    margin: 8px 0 0 0;
    font-size: 12px;
}

.spiker {
/*     position: absolute; */
    background: #6ab9e8;
    border-radius: 5px;
    color: #fff;
    border: 0px;
    text-transform: none;
    /* height: 30px; */
    width: fit-content;
    padding: 2px 4px 2px 4px;
    margin: 8px 0 0 0;
    font-size: 12px;
}

.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%;
    
}

span.timing {
    color: #f44336;
}

/* .main_buttons a {
    margin-bottom: 40px;
}
 */
.fon_button{
    position: relative;
    padding-top: 5px;
    margin: 20px auto;
    display: table;
    background: radial-gradient(61.82% 212.5% at 50% 50%, #41B9FF 0%, #41B9FF 87.29%, #72CBFF 87.3%);
    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;
    background: radial-gradient(64.87% 222.99% at 13.92% 58.33%, #41B9FF 0%, #41B9FF 87.29%, #76CCFF 87.3%)
}

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

em.theme {
    color: #41b9ff;
}
.uk-modal-dialog.uk-modal-full {
    background: #fff;
    width: 100%;
    max-width: 1200px !important;
    padding: 40px;
    box-sizing: border-box;
}

