@font-face {
    font-family: "bpg_caps";
    src: url(../fonts/bpg_le_caps.ttf);
}

@font-face {
    font-family: "bpg_mrgv";
    src: url(../fonts/bpg_mrgvlovani.ttf);
}

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    outline: none;
    transition: all .25s ease;
}

a {
    color: #fff;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.tile_bottom .tile_img {
    flex: 0;
    align-self: left;
    width: 100%;
}

.tile_top_container .tile_img {
    flex: unset;
}

.w-100{
    width: 100%!important;
}

.tile_bottom .tile_text_container {
    margin-left: 27px;
}

header {
    background: url(../img/main_slider/01.jpg);
    position: relative;
    background-size: cover;
    padding-bottom: 10px;
    overflow: hidden;
}

header.steam {
    background: url('../img/კატეგორიის ფოტოები/01.1. რობოტიკა.png');
    background-size: contain;
}

header.robotics {
    background: url('../img/კატეგორიის ფოტოები/01.2.რობოტიკა.png');
    background-size: contain;
}

header.robotics_el {
    background: url(../img/main_slider/01.jpg);
    background-size: cover;
}

header.electronics {
    background: url('../img/კატეგორიის ფოტოები/electronics.jpg');   
    background-size: cover;
    background-position: 0px;
}

header.physics {
    background: url('../img/კატეგორიის ფოტოები/04.2.ფიზიკა.png');   
    background-size: contain;
}

header.programming {
    background: url('../img/კატეგორიის ფოტოები/03.პროგრამირება.png');   
    background-size: contain;
}

header.el_programming {
    background: url('../img/კატეგორიის ფოტოები/6.არდუნო.png');   
    background-size: contain;
}

header.camp {
    background: url('../img/კატეგორიის ფოტოები/7.საზაფხულო-ბანაკი.png');   
    background-size: contain;
}


.page_wrapper {
    display: block;
}

.wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1024px;
    margin: 0 auto;
}

.header_wrapper {
    z-index: 10;
    padding-top: 40px;
}

.header_top_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.main_logo {
    display: flex;
    flex: 0 0 250px;
}

.top_right_buttons {
    display: flex;
}

.sign_up_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 50px;
    margin-right: 30px;
    background-color: rgb(128, 50, 195);
    box-shadow: 0 10px 32px 0 #161d39;
    box-shadow: 0 10px 32px 0 rgba(22, 29, 57, 0.28);
    border-radius: 200px;
    font-size: 12px;
    font-family: "bpg_mrgv";
}

.sign_up_button_icon {
    width: 18px;
    height: 11px;
    background: url('../img/6.registracia/ukan_gamosvla.png') no-repeat;

    margin-left: 10px;
}

.book_button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(18, 206, 200);
    box-shadow: 0 12px 40px 0 #242225;
    box-shadow: 0 12px 40px 0 rgba(36, 34, 37, 0.22);
    width: 51px;
    height: 51px;
}

.book_button_icon {
    width: 22px;
    height: 20px;
    background: url(../img/book_button_icon.png);
}

.slider_timer {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, .302);
    margin-bottom: 10px;
}

.slider_timer_fill {
    width: 115px;
    height: 2px;
    background-color: rgb(18, 206, 200);
    /*animation: fill 5s linear forwards;*/
}

.top_navbar {
    display: flex;
}

.programs_top_navbar {
    padding-bottom: 179px;
}

.top_navbar_ul {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_navbar_li {
    display: flex;
}

.top_navbar_li_link {
    padding: 12px 15px;
    font-size: 16px;
    font-family: "bpg_caps";
    color: rgb(205, 198, 204);
    line-height: 12px;
    transition: all 0.3s ease-in-out;
}

    .top_navbar_li_link:hover {
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.251);
        border-radius: 1000px;
        color: rgb(255, 255, 255);
    }

.main_slider {
    display: flex;
    justify-content: space-between;
}

.main_slider_container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.main_slider_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main_slider_content {
    display: flex;
    flex: 1 0 974px;
    flex-direction: column;
    padding-top: 90px;
}

.main_slider_h1 {
    font-size: 40px;
    font-family: "bpg_caps";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    margin-bottom: 30px;
}

.main_slider_desc {
    font-size: 14px;
    font-family: "bpg_mrgv";
    color: #ffffff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    margin-bottom: 40px;
}

@media (min-width:500px) {
.main_slider_link {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.251);
    box-shadow: 0 26px 27px 0 #295f61;
    box-shadow: 0 26px 27px 0 rgba(41, 95, 97, 0.2);
}
}


.animatable {
    -webkit-font-smoothing: antialiased;
    position: relative;
}

.main_slider_buttons * {
    z-index: 100;
}
.main_slider_buttons {
    padding: 150px 0;
    flex: 0 0 50px;
    z-index: 10;
}

.main_slider_button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    border-radius: 50%;
    margin-bottom: 15px;
    cursor: pointer;
}

.main_slider_button_active {
    background-color: rgb(18, 206, 200);
    box-shadow: 0 12px 29px 0 #242225;
    box-shadow: 0 12px 29px 0 rgba(36, 34, 37, 0.29);
}

.main_slider_button:hover {
    background-color: rgb(18, 206, 200);
    box-shadow: 0 12px 29px 0 #242225;
    box-shadow: 0 12px 29px 0 rgba(36, 34, 37, 0.29);
    transition: all 0.3s ease-in-out;
}

.main_slider_button_link {
    font-size: 14px;
    font-family: "bpg_mrgv";
}

.program_section {
    padding: 70px 0;
}

.program_section_headers,
.events_section_headers {
    padding-bottom: 60px;
}

.main_slider_content {
    display: none;
}

.h2 {
    font-size: 25px;
    font-family: "bpg_caps";
    color: rgb(93, 92, 115);
    line-height: 2.8;
    text-align: center;
}

.h3 {
    font-size: 14px;
    font-family: "bpg_mrgv";
    font-weight: 300;
    color: #5d5c73;
    color: rgba(93, 92, 115, 0.6);
    line-height: 1.429;
    text-align: center;
}

.news .tile_img {
    object-fit: cover;
}

.news .tile_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.news .tile_bottom_container{
    height: unset;
}

.news .tiles_row {
    width: 70%;
    margin: 0 auto;
}

.tiles_container .tiles_row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    /* overflow: hidden; */
}

.tile {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 48%;
}

.tile_container:hover  .tile_hover {
    max-height: 500px;
    padding: 25px 0;
}


.tile_hover {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    background: rgb(128, 50, 195);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    z-index: 10;
}

.tile_hover_img {
    height: 50px;
    width: 50px;
    object-fit: contain;
    padding-bottom: 20px;
}

.tile_hover_links {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.tile_hover_link {
    text-align: center;
    font-family: 'bpg_mrgv';
    font-size: 13px;
    width: 100%;
    padding: 7px 0;
}

.tile_hover_link:hover {
    background: rgba(255,255,255,.1);
}


.tile_container {
    flex: 1;
    margin-right: 20px;
    box-shadow: 0 15px 43px 0 #a89db1;
    box-shadow: 0 15px 43px 0 rgba(168, 157, 177, 0.2);
    position: relative;
}
    .tile_container:last-child {
        margin-right: 0;
    }

    .tile:hover,
    .tile_hover:hover {
        box-shadow: 0 15px 43px 0 #a89db1;
        box-shadow: 0 15px 70px 0 rgba(168, 157, 177, 0.5);
    }

    .tile:last-child {
        margin-right: 0;
    }

.tile_top_container {
    display: flex;
    height: 180px;
    position: relative;
}

.tile_img {
    flex: 1;
    max-height: 180px;
    object-fit: cover;
}

.tile_img_overlay {
    position: absolute;
    top: 20px;
    left: 15px;
    padding: 8px 20px;
    border-radius: 100px;
    background-color: rgb(128, 50, 195);
    display: flex;
    align-items: baseline;
}

.price {
    padding-top: 2px;
    font-size: 16px;
    font-family: "bpg_caps";
    font-weight: bolder;
    color: rgb(255, 255, 255);
    margin-right: 5px;
}

.gel {
    font-size: 11px;
    font-family: "bpg_mrgv";
    color: #ffffff;
    color: rgba(255, 255, 255, 0.651);
    text-transform: uppercase;
}

.tile_bottom_container {
    background: white;
    height: 100px;
    display: flex;
    padding: 30px 60px;
    box-sizing: border-box;
}

.tile_icon {
    width: 40px;
    height: 39px;
    margin-right: 20px;
}

.tile_text_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tile_h3 {
    font-size: 14px;
    font-family: "bpg_mrgv";
    font-weight: 900;
    color: rgb(93, 92, 115);
    line-height: 1.2;
}

.tile_h4 {
    font-size: 12px;
    font-family: "bpg_mrgv";
    color: rgb(169, 169, 179);
    line-height: 1.5;
}

.photo_galley_section {
    padding: 70px 0;
    background-color: rgb(62, 60, 103);
}

.photo_galley_section_headers {
    margin-bottom: 20px;
}

    .photo_galley_section_headers .h2,
    .photo_galley_section_headers .h3 {
        color: rgb(255, 255, 255);
    }

.nav_buttons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

#gallery_prev_button {
    background: url('../img/0. მთავარი/01_01_0003s_0000s_0000_back.png');
    width: 16px;
    height: 12px;
    margin-right: 20px;
}

#gallery_next_button {
    background: url('../img/0. მთავარი/01_01_0003s_0000s_0001_Next.png');
    width: 32px;
    height: 12px;
}

.gallery_container {
    display: flex;
    flex-direction: column;
}

.gallery_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.gallery_imgs .gallery_img {
    max-width: 242px;
    height: 180px;
    margin-right: 20px;
    object-fit: cover;
    flex: 1;
}

.events_section {
    padding: 70px 0;
}

    .events_section .tile_bottom_container {
        padding: 30px 40px;
        height: unset;
    }

.-vertical {
    display: flex;
    flex-direction: column;
}

.tile_bottom_header {
    display: flex;
    margin-bottom: 10px;
}

.tile_date {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}

.tile_date_day,
.tile_date_month {
    flex: 1;
    font-size: 28px;
    font-weight: 900;
    font-family: "bpg_caps";
    color: rgb(128, 50, 195);
}

.tile_date_month {
    line-height: 0.5;
    font-size: 14px;
}

.tile_detailed {
    padding: 0 40px 30px;
}

    .tile_detailed > * {
        float: left;
    }

.tile_detailes_icon {
    float: right;
}

.tile_location_icon {
    margin-right: 10px;
}

.map_section > img {
    width: 100%;
}

footer {
    background-color: rgb(62, 60, 103);
    padding: 70px 0;
}

    footer > .wrapper,
    .contact_section > .wrapper {
        justify-content: space-between;
    }

.-horizontal {
    display: flex;
    flex-direction: row;
}

.footer_text {
    font-size: 12px;
    font-family: "bpg_mrgv";
    font-weight: 300;
    line-height: 1.667;
    color: white;
    margin-bottom: 30px;
}

h3.footer_text {
    margin-bottom: 40px;
}

.footer_info_item {
    display: flex;
}

    .footer_info_item .footer_info_icon {
        width: 12px;
        height: 15px;
        object-fit: contain;
        margin-right: 30px;
    }

.footer_info_item_title {
    font-weight: 900;
    margin-right: 10px;
}

.contact_form {
    display: flex;
    flex-direction: column;
}

/* inputs css */

.group {
    background: transparent;
    position: relative;
    margin-bottom: 25px;
}

input {
    background: transparent;
    box-sizing: border-box;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 500px;
    border: none;
    border-bottom: 1px solid #757575;
    color: white;
    font-size: 12px;
    font-family: "bpg_mrgv";
}

    input:focus {
        outline: none;
    }

label {
    color: #ffffff;
    color: rgba(255,255,255, 0.8);
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: all 0.2s ease;
    font-size: 12px;
    font-family: "bpg_mrgv";
}

input:focus ~ label, input:valid ~ label {
    top: -15px;
    font-size: 10px;
    color: white;
}

.bar {
    position: relative;
    display: block;
    width: 500px;
}

    .bar:before, .bar:after {
        content: '';
        top: -2px;
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background-color: rgb(18, 206, 200);
        transition: all 0.2s ease;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
    font-size: 12px;
    font-family: "bpg_mrgv";
}

input:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

/* inputs css end */

#submit_button {
    cursor: pointer;
    border-bottom: none;
    align-self: flex-end;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(18, 206, 200) url('../img/0. მთავარი/01_01_0005s_0000_Forma-1.png') no-repeat 47% 50%;
    box-shadow: 0 11px 18px 0 #299ce6;
    box-shadow: 0 11px 18px 0 rgba(41, 156, 230, 0.1);
    color: transparent;
}

.about_main_section,
.programs_main_section {
    padding: 70px 0;
}

.question .about_main_section_headers {
    user-select: none;
}

.about_main_section_headers,
.programs_main_section_headers {
    margin-bottom: 20px;
}

    .about_main_section_headers > .h2,
    .programs_main_section_headers > .h2,
    .about_main_section_headers > .h3,
    .programs_main_section_headers > .h3 {
        line-height: unset;
        text-align: left;
    }

.question .about_main_section_columns {
    cursor: default;
    max-height: 0px;
}

.about_main_section_columns {
    display: flex;
}

.about_main_paragraph,
.programs_main_paragraph {
    flex: 10;
    font-size: 12px;
    font-family: "bpg_mrgv";
    color: rgb(93, 92, 115);
    line-height: 1.667;
    text-align: justify;
    margin-right: 20px;
    margin-bottom: 20px;
}

#about_video {
    flex: 5;
}

.programs_main_section .tile_bottom_container {
    padding: 30px 50px;
}

.programs_main_section .programs_tile_bottom_container {
    
    padding: 30px 0 30px 20px;
}

.programs_tile_bottom_container .tile_h3 {
    margin-bottom: 8px;
    line-height: 20px;
}

.programs_main_section .tile_img {
    width: 0;
}

.contact_section_headers {
    max-width: 1024px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.contact_section .wrapper {
    align-items: flex-start;
}

.contact_section .footer_text {
    color: black;
}

.contact_section .footer_info_item_title {
    color: #a9a9b3;
    color: rgba(169, 169, 179, 0.702);
}

.contact_section label {
    color: #a9a9b3;
    color: rgba(169, 169, 179, 0.702);
}

.contact_section input {
    color: black;
    border-bottom: 1px solid #b7b9ca;
    border-bottom: 1px solid rgba(183, 185, 202, 0.302);
}

    .contact_section input:focus ~ label,
    .contact_section input:valid ~ label {
        color: #a9a9b3;
        color: rgba(169, 169, 179, 0.702);
    }

.contact_header {
    background: url('../img/3. კონტაქტი/4_0000s_0001s_0000_Rectangle-1.png');
    position: relative;
    padding-bottom: 250px;
}

.contact_header_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.05))
}

.contact_footer {
    padding: 40px 0;
}

    .contact_footer .main_logo {
        height: 40px;
        margin-right: 90px;
    }

        .contact_footer .main_logo > img {
            object-fit: contain;
        }

    .contact_footer .footer_text {
        margin: 0;
    }

.sign_up_header {
    position: relative;
    background: rgb(32, 19, 40);
    padding-bottom: 80px;
}

.sign_up_header_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/sign_up/sign_up_bg.png);
    background-size: cover;
    /*z-index: -2;*/
}

.sign_up_h1 {
    font-size: 25px;
    font-family: "bpg_caps";
    color: rgb(255, 255, 255);
    line-height: 2.8;
}

.sign_up_headers {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.sign_up_h3 {
    font-size: 14px;
    font-family: "bpg_mrgv";
    color: #ffffff;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.429;
}

.sign_up_header .tile_bottom_container {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.149);
    box-shadow: 0 10px 13px 0 #1f112b;
    box-shadow: 0 10px 13px 0 rgba(31, 17, 43, 0.39);
}

.sign_up_header > .wrapper.header_wrapper * {
    z-index: 100;
}

.sign_up_header .tile_h3 {
    color: rgb(255, 255, 255);
    font-weight: 100;
}

.header_mail_icon {
    background: url('../img/6 რეგისტრაცია/6_0000s_0000s_0000_Shape-1.png') no-repeat;
    padding-right: 15px;
    width: 21px;
    height: 21px;
    z-index: 101;
}

.header_skype_icon {
    margin-top: -2px;
    background: url('../img/6 რეგისტრაცია/6_0000s_0000s_0002_Forma-1.png') no-repeat;
    padding-right: 15px;
    width: 21px;
    height: 21px;
    z-index: 101;
}

.header_tumblr_icon {
    width: 10px;
    height: 17px;
    background: url('../img/6 რეგისტრაცია/6_0000s_0000s_0001_Forma-1.png') no-repeat;
    padding-right: 15px;
    z-index: 101;
}

.header_facebook_icon {
    background: url('../img/6 რეგისტრაცია/6_0000s_0000s_0003_Forma-1.png') no-repeat;
    padding-right: 15px;
    width: 9px;
    height: 16px;
    z-index: 101;
}

.sign_up_columns {
    display: flex;
    justify-content: space-between;
}

.sign_up_column {
    flex: 1;
}

.sign_up_label {
    font-size: 12px;
    font-family: "bpg_mrgv";
    color: #ffffff;
    color: rgba(255, 255, 255, 0.549);
    line-height: 1.667;
    margin-bottom: 15px;
    margin-left: 20px;
}

.sign_up_text_input {
    border-radius: 32px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.149);
    width: 401px;
    height: 65px;
    border: 1px solid transparent;
    padding-left: 40px;
    margin-bottom: 15px;
}
*[invalid]{
    border:1px solid red!important;;
}

    .sign_up_text_input:focus {
        background: transparent;
        border: 1px solid #fff;
    }

    .sign_up_text_input::-webkit-input-placeholder {
        color: #ffffff;
        color: rgba(255, 255, 255, 0.349);
    }

    .sign_up_text_input::-moz-placeholder {
        color: #ffffff;
        color: rgba(255, 255, 255, 0.349);
    }

    .sign_up_text_input::-ms-input-placeholder {
        color: #ffffff;
        color: rgba(255, 255, 255, 0.349);
    }

    .sign_up_text_input::-moz-placeholder {
        color: #ffffff;
        color: rgba(255, 255, 255, 0.349);
    }

.go_back {
    margin-left: 0;
    display: flex;
    align-items: center;
}

.sign_up_columns._last {
    align-items: center;
    margin-top: 50px;
}

    .sign_up_columns._last .sign_up_column {
        align-items: center;
    }

.go_back .sign_up_button_icon {
    transform: rotateY(180deg);
    margin-right: 10px;
}

.sign_up_robotics_header_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/sign_up/sign_up_bg.png);
    background-size: cover;
}

.sing_up_b {
    border-radius: 32px;
    background-color: rgb(19, 205, 200);
    width: 401px;
    height: 65px;
}

input[type="date"]::-webkit-datetime-edit {
    padding: 1px;
}

input[type="date"]::-webkit-datetime-edit-text {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.349);
    padding: 0 2em;
}

input[type="date"]::-webkit-datetime-edit-month-field {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.349);
}

input[type="date"]::-webkit-datetime-edit-day-field {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.349);
}

input[type="date"]::-webkit-datetime-edit-year-field {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.349);
}

input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

input[type="date"]::-webkit-clear-button {
    display: none;
}

select {
    -webkit-appearance: menulist;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    outline: none;
    border-radius: 32px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.149);
    width: 401px;
    height: 65px;
    border: 1px solid transparent;
    padding-left: 40px;
    margin-bottom: 15px;
    color: white;
    margin-left: 0 !important;
}

option {
    color: black;
}

.sign_up_robotics_header_bg {
    background: url('../img/6.registracia/7_0000s_0000_Layer-1.png');
}

.sign_up_math_header_bg {
    background: url('../img/7.1.registracia-robotika/7.1registracia-matematika.png');
}

.sign_up_physics_header_bg {
    background: url('../img/6.registracia/physics.png');
}

.sign_up_programming_header_bg {
    background: url('../img/6.registracia/programming.png');
}

.sign_up_electronics_header_bg {
    background: url('../img/6.registracia/students.png');
}

#slider_timer_fill_index {
    background: rgb(18, 206, 200);
    width: 115px;
    height: 2px;
}

.slider_timer_fill_about {
    background: rgb(18, 206, 200);
    margin-left: 140px;
    width: 155px;
    height: 2px;
}

.slider_timer_fill_contact {
    margin-left: 895px;
    width: 129px;
}

.slider_timer_fill_news {
    margin-left: 732px;
    width: 129px;
}

.slider_timer_fill_for_parents {
    margin-left: 511px;
    width: 185px;
}

.slider_timer_fill_programs {
    margin-left: 335px;
    width: 143px;
}

.question {
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 20px;
}

.footer_social_cont {
    display: flex;
    justify-content: space-between;
}

.footer_social {
    display: flex;
    align-items: center;
    height: 40px;
    width: 130px;
}

.footer_social_img_cont {
    flex: 0 0 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgb(182, 182, 190);
}

.footer_social_txt_cont {
    display: flex;
    flex-direction: column;
}

.footer_social_txt_cont span {
    font-size: 15px;
    font-family: 'bpg_mrgv';
    color: rgb(182, 182, 190);
}

.footer_social_txt_cont .like_count {
    font-size: 12px;
}
  
.out_animation {
    animation: slideOut 1s cubic-bezier(0,.5,.5,1) forwards;
}

.in_animation {
    animation: slideIn 1s cubic-bezier(0,.5,.5,1) forwards;
}

.hide {
    display: none !important;
}

.show_mobile {
    display: none;
}


@keyframes fill {
    from {
        width: 0;
    }

    to {
        width: 1024px;
    }
}

@keyframes slideOut {
    from {
        left: 0;
        opacity: 1;
    }

    to {
        left: -2000px;
        opacity: 0;
    }
}

@keyframes slideIn {
    from {
        left: 1000px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

.programs_main_paragraph_axali {
    flex: 10;
    font-size: 12px;
    font-family: "bpg_mrgv";
    color: rgb(255, 255, 255);
    line-height: 1.667;
    text-align: justify;
    margin-right: 20px;
    margin-bottom: 20px;
}

