@import "mixins/font-face.css?v=1.1.6";
@import "mixins/bootstrap-tooltip.css";
@import "mixins/checkbox.css";
@import "mixins/radio.css";
@import "mixins/lightblue_button.css";
@import "mixins/numpad.css";
@import "mixins/header.css";
@import "mixins/blackboard.css";
@import "mixins/themes.css";
@import "mixins/diff.css";
@import "mixins/speed.css";
@import "mixins/examples.css";
@import "mixins/nmbr.css";
@import "mixins/prm.css";
@import "mixins/cube.css";
@import "mixins/base.css";
@import "mixins/notepad.css?v=1";
@import "mixins/games-settings.css";
@import "mixins/double_power.css";
@import "mixins/answer.css";
@import "mixins/control-user-logo.css";

body{
    font-family: Tahoma;
}
.no-padding{
    padding: 0;
}
.no-margin{
    margin: 0;
}

/* Логотип "AMAKids". */
.logo {
    margin-top: 10px;
}
.liberica-bg{
    background: url('../images/liberica/liberica-pattern-bg.png');
}
span.mental_arithmetic_label{
    display: inline-block;
    width: 10px;
    background-color: orange;
    height: 10px;
    border-radius: 10px;
}
span.mega_speed_reading_label{
    display: inline-block;
    width: 10px;
    background-color: cornflowerblue;
    height: 10px;
    border-radius: 10px;
}
span.speedcubing_label{
    display: inline-block;
    width: 10px;
    background-color: violet;
    height: 10px;
    border-radius: 10px;
}
span.memorica_label {
    display: inline-block;
    width: 10px;
    background-color: #8BC34A;
    height: 10px;
    border-radius: 10px;
}
span.liberica_label {
    display: inline-block;
    width: 10px;
    background-color: #795548;
    height: 10px;
    border-radius: 10px;
}
span.readica_label{
    display: inline-block;
    width: 10px;
    background-color: cornflowerblue;
    height: 10px;
    border-radius: 10px;
}
span.alphabetica_label{
    display: inline-block;
    width: 10px;
    background-color: bisque;
    height: 10px;
    border-radius: 10px;
}
span.mental_arithmetic_online_label{
    display: inline-block;
    width: 10px;
    background-color: #f44336;
    height: 10px;
    border-radius: 10px;
}
span.multiplication_table_online_label{
    display: inline-block;
    width: 10px;
    background-color: #9c27b0;
    height: 10px;
    border-radius: 10px;
}
span.preschool_label{
    display: inline-block;
    width: 10px;
    background-color: #795548;
    height: 10px;
    border-radius: 10px;
}
span.amamath_label{
    display: inline-block;
    width: 10px;
    background-color: #cddc39;
    height: 10px;
    border-radius: 10px;
}
span.english_label{
     display: inline-block;
     width: 10px;
     background-color: #8a94dc;
     height: 10px;
     border-radius: 10px;
 }

#show_stat_btn{
    font-family: "Segoe Print";
}

.stat{
    border-top: 5px solid #54c62c;
    box-shadow: 0 3px 8px rgba(122,122,122,0.7);
}
.error-text {
    font-size: 24px;
    text-align: center;
}

.blocked-game{
    cursor: default;
    opacity: 0.5;
    text-decoration: none!important;
}

.text_organization {
    font-family: Segoe Print;
}
.text_entrance_to_platform {
    font-family: Segoe Print;
}

.increase_notification{
    font-size: 12px;
    margin: 5px 0px;
    font-style: italic;
    color: #F57C00;
}

.championship_leaders, .payment_and_requisites {
    border: 1px #e0e0e0 solid;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 6px #f6f6f6, 0px 0px 0px 7px #cccccc;
    background-color: white;
    margin-bottom: 20px;
}

.receipt{
    position: relative;
    margin-bottom: 20px;
    padding: 12px 10px;
    background-color: white;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ececec;
    border-bottom: none;
    box-shadow: 1px -1px 3px #cccccc;
}
.receipt>.header, .av_packages{
    border-bottom: 1px dotted #b1b0ad;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
.receipt:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 8px;
    background: url(../images/border-beige.png) repeat-x top center transparent;
}

p.cant-write-answer {
    margin-top: 10px;
    border-top: 1px solid #dddddd;
    padding-top: 20px;
}

/* ----------------- */
/* Прогресс-бары */

.custom-progress-bar {
    background-color: white;
    height: 25px;
    padding: 1px;
    width: 100%;
    border-radius: 5px;
}
.custom-progress-bar.green{
    border: 1px solid green;
}
.custom-progress-bar.orange{
    border: 1px solid orange;
}

.custom-progress-bar span {
    display: inline-block;
    height: 100%;
    background-color: #777;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -ms-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}

/*---------------------------*/

.blue span {
    background-color: #34c2e3;
}

.orange span {
    background-color: #fecf23;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fecf23), to(#fd9215));
    background-image: -webkit-linear-gradient(top, #fecf23, #fd9215);
    background-image: -moz-linear-gradient(top, #fecf23, #fd9215);
    background-image: -ms-linear-gradient(top, #fecf23, #fd9215);
    background-image: -o-linear-gradient(top, #fecf23, #fd9215);
    background-image: linear-gradient(top, #fecf23, #fd9215);
}

.green span {
    background-color: #a5df41;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5df41), to(#4ca916));
    background-image: -webkit-linear-gradient(top, #a5df41, #4ca916);
    background-image: -moz-linear-gradient(top, #a5df41, #4ca916);
    background-image: -ms-linear-gradient(top, #a5df41, #4ca916);
    background-image: -o-linear-gradient(top, #a5df41, #4ca916);
    background-image: linear-gradient(top, #a5df41, #4ca916);
}

/*---------------------------*/

.stripes span {
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-image: -webkit-gradient(linear, left top, right bottom,
    color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
    color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
    color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
    to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);

    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {
    0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}


@-moz-keyframes animate-stripes {
    0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

/*---------------------------*/

.shine span {
    position: relative;
}

.shine span::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -webkit-animation: animate-shine 2s ease-out infinite;
    -moz-animation: animate-shine 2s ease-out infinite;
}

@-webkit-keyframes animate-shine {
    0% {opacity: 0; width: 0;}
    50% {opacity: .5;}
    100% {opacity: 0; width: 95%;}
}


@-moz-keyframes animate-shine {
    0% {opacity: 0; width: 0;}
    50% {opacity: .5;}
    100% {opacity: 0; width: 95%;}
}

/*---------------------------*/

.glow span {
    -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;

    -webkit-animation: animate-glow 1s ease-out infinite;
    -moz-animation: animate-glow 1s ease-out infinite;
}

@-webkit-keyframes animate-glow {
    0% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
    50% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;}
    100% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
}

@-moz-keyframes animate-glow {
    0% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
    50% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;}
    100% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
}

/* ----------------- */

.next_game {
    z-index: 99999;
}

.ctd_digit {
    opacity: 0;
    font-size: 400px;
    line-height: normal;
}

@media (max-width: 767px) {
    /* Фон страницы. */
    .with_bg{
        background: url(../images/b3.jpg) repeat;
        background-size: 150%;
    }
    .spase_day_1{
        background: url(../images/spase_day_1.png) repeat;
        background-size: 50%;
    }
    .spase_day_2{
        background: url(../images/spase_day_2.png) repeat;
    }
    .summer_bg{
        background: url(../images/summer_bg.png) repeat;
        background-size: 50%;
    }
    .champ_aw_bg{
        background: url(../images/champ_aw_bg.svg) repeat;
    }

    /* Логотип. */
    .text_organization {
        font-size: 19px;
    }
    .logo img {
        margin: auto;
    }

    /* Приветствие. */
    .hello{
        font-size: 28px;
        text-align: center;
        font-family: Segoe Print;
    }
    .hello>span {
        font-size: 20px;
    }

    .text-center.organization {
        font-size: 30px;
    }
    .text-center.text_entrance_to_platform {
        font-size: 17px;
    }
    .hello_text {
        font-size: 24px;
        font-family: Segoe Print;
    }

    input#email, input#password{
        border-radius: 7px;
        border: 3px solid #cccccc;
        padding: 10px 10px;
        font-size: 18px;
        min-width: 90%;
        margin: 15px auto;
        display: block;
    }
    a#submit{
        padding: 15px 5px;
        color: white;
        margin: 15px auto 0 auto;
        display: block;
        background-image: url(../images/btn_bg.png);
        background-repeat: no-repeat;
        text-align: center;
        background-position: 50%;
        font-size: 26px;
        font-family: Segoe Print;
    }
    a#forgot_password{
        margin: 10px auto 30px auto;
        display: block;
        text-align: center;
        font-size: 22px;
        font-family: Segoe Print;
    }


    .text_restore_access{
        font-size: 22px;
    }
    .hometask_label_m{
        padding: 10px;
        font-size: 28px;
    }
    .back_text {
        padding: 10px 0;
        font-size: 27px;
    }
    .room{
        width: 100%;
        height: auto;
        padding: 10px;
        border-radius: 20px;
        margin: auto;
        background: #fff;
        max-width: 300px;
    }
    .done{
        background: linear-gradient(to bottom, rgba(254, 252, 234, 0) 40%, rgba(24, 191, 18, 0.75) 100%);
    }
    .active{
        background: linear-gradient(to bottom, rgba(254, 252, 234, 0) 40%, rgba(248,119,10,0.75) 100%);
    }
    .planned{
        background: linear-gradient(to bottom, rgba(254, 252, 234, 0) 40%, rgba(230,230,230,0.75) 100%);
    }
    .done .mark{
        background-image: url(../images/room_done.png);
        height: 250px;
        width: 250px;
        background-repeat: no-repeat;
        position: absolute;
        background-position: 100% 90%;
        background-size: 75px;
    }
    .active .mark{
        background-image: url(../images/room_active.png);
        height: 250px;
        width: 250px;
        background-repeat: no-repeat;
        position: absolute;
        background-position: 100% 90%;
        background-size: 40px;
    }
    .room img{
        width: 225px;
        display: initial;
    }
    .room span{
        margin: 10px;
        display: inline-block;
        font-size: 25px;
        color: white;
        font-family: Segoe Print;
    }


    .ruler {
        margin-top: 20px;
    }
    .ruler_value {
        padding: 20px;
    }
    .first_pointer{
        float: left;
        width: 48.5%;
    }
    .mid_pointer{
        float: left;
    }
    .last_pointer{
        float: right;
    }
    .range{
        border-left: 2px solid red;
        position: absolute;
        margin-left: 19%;
        min-height: 25px;
        z-index: 1;
    }

    .red_button span{
        background: rgba(255, 255, 255, 0) url(../images/btn_bg2.png) no-repeat;
        padding: 10px 60px;
        background-position: 50%;
        background-size: 100%;
        font-size: 25px;
        color: white;
    }
    .red_button:hover{
        color: white;
    }

    span.games_locked{
        color: #FF5722;
    }

    /*Игры*/
    .multiplication .answer_label{
        font-size:32px;
    }
    .answer_label {
        font-family: Segoe Print;
        font-size: 25px;
        width: 100%;
        text-align: center;
    }
    .answer {
        display: block;
        margin: auto;
        width: 100%;
        border: none;
        border-bottom: 4px solid #d0d0d0;
        text-align: center;
        font-family: Fregat;
        padding: 0;
    }
    a.check,a#check{
        background: green;
        padding: 10px 30px;
        background-position: 20px;
        background-size: 160px;
        font-size: 18px;
        color: white;
        text-transform: uppercase;
        margin-top: 20px;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .sheet{
        background: #f0ad4e;
        width: 100%;
        margin-top: 15px;
    }
    .sheet a{
        display: block;
        text-align: center;
        color: white;
        font-size: 18px;
        text-transform: uppercase;
        padding: 10px 30px;
    }
    .video-result{
        height: 400px;
        z-index: -1;
    }

    .example-string{
        margin-top: 15px;
    }
    .example-string span {
        font-size: 18px;
    }

    .video-result img{
        height: 330px;
        display: block;
        margin: auto;
    }
    .next_game {
        margin-top: 15px;
    }
    #number{
        font-family: 'Fregat';
        font-size: 130px;
    }


    /*
    Для настроек игр
    */

    img.flashcard {
        margin: auto;
        max-height: 400px;
        display: inline;
        max-width:33%;
    }
    .flashcards-body{
        background: url(../images/b3.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .multiplication-settings {
        background: url(../images/bgtest3.png) repeat;
        background-size: 26%;
    }
    .start_game{
        margin-top: 20px;
    }

    .diapason {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .selected_diapason span {
        border-bottom: 4px solid #f0ad4e;
    }
    .diapason span{
        cursor: pointer;
    }

    .stealth {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .selected_stealth span {
        border-bottom: 4px solid #f0ad4e;
    }
    .stealth span{
        cursor: pointer;
    }

    .mp_task{
        font-size: 3em;
        font-weight:800;
        line-height: 0.7em;
        text-shadow: 2px 2px 2px white;
        font-family: Fregat;
        margin:10px 0 30px 0;
        display:inline-block;
    }

    .turbo > #number{
        font-size: 50px;
    }

    .flashcard{
        width: 60px;
        height: 209px;
        margin: auto;
        background-color: #d5d6d8;
        border: 2px solid black;
        max-height: 400px;
        display: inline-block;
        margin-left: -6px;
    }
    .sky{
        height: 55px;
        background-image: url(../images/flash_sep.png);
        background-position: 50%;
        background-repeat: repeat-y;
        background-size: 10px;
    }
    .separator{
        height: 16px;
        background-color: #3a2315;
        border-top: 2px solid #a07853;
        border-bottom: 2px solid #a07853;
    }
    .ground{
        height: 134px;
        background-image: url(../images/flash_sep.png);
        background-position: 50%;
        background-repeat: repeat-y;
        background-size: 10px;
    }
    .bone{
        background-image: url(../images/bone.png);
        background-repeat: no-repeat;
        display: block;
        background-size: 47px;
        background-position-x: 4px;
        height: 20px;
        position: relative;
    }
    #flashcard-0 .bone-1,#flashcard-0 .bone-2,#flashcard-0 .bone-3,#flashcard-0 .bone-4,
    #flashcard-1 .bone-2,#flashcard-1 .bone-3,#flashcard-1 .bone-4,
    #flashcard-2 .bone-3,#flashcard-2 .bone-4,
    #flashcard-3 .bone-4,
    #flashcard-5 .bone-1,#flashcard-5 .bone-2,#flashcard-5 .bone-3,#flashcard-5 .bone-4,
    #flashcard-6 .bone-2,#flashcard-6 .bone-3,#flashcard-6 .bone-4,
    #flashcard-7 .bone-3,#flashcard-7 .bone-4,
    #flashcard-8 .bone-4{
        top: 55px;
    }
    #flashcard-5 .bone-5, #flashcard-6 .bone-5, #flashcard-7 .bone-5, #flashcard-8 .bone-5, #flashcard-9 .bone-5{
        top: 37px;
    }
    .rooms{
        font-family: "Segoe Print";
    }
    .rooms img {
        width: 220px;
        margin-top: 20px;
    }

    .place-label{

    }
    .place-value{
        padding-left: 0;
    }
    #places{
        font-family: 'Segoe Print';
        font-size: 14px;
        max-width: 300px;
        margin: auto;
    }
    #places p {
        margin: 0;
        line-height: 21px;
    }
    .rank{
        color: white;
        width: 20px;
        display: block;
        height: 20px;
        text-align: center;
        border-radius: 10px;
    }
    .rank-1{
        background-color: orange;
    }
    .rank-2{
        background-color: silver;
    }
    .rank-3{
        background-color: sandybrown;
    }

    span.task_and_answer {
        margin: auto;
        display: block;
        text-align: center;
        font-family: fregat;
        font-size: 24px;
    }

    /*Таймер обратного отсчета чемпионата*/
    .eTimer .etUnit .etNumber {
        display: inline-block;
        margin: 1px;
        text-align: center;
        font-family: sans-serif;
        font-size: 30px;
        color: white;
        padding: 0px 8px;
        background: #27aae1;
        border: 0px solid white;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .eTimer .etUnit {
        display: inline-block;
    }
    .eTimer {
        display: inline-block;
    }
    .eTimer .etSep {
        display: inline-block;
        vertical-align: top;
        font-size: 35px;
        padding: 0px 5px;
    }
    .eTimer .etSep:last-of-type {
        display: none;
    }
    .eTimer .etUnit .etSign {
        text-align: center;
        font-size: 14px;
    }



    /* Виджет иформера об онлайн-чемпионате */
    .referrals{
        color: #009FE3;
        font-family: "Exo 2";
        width: 100%;
        text-align: center;
        line-height: 22px;
        top: 235px;
    }
    .champ_label{
        font-size: 18px;
    }
    a.take_a_part{
        display: inline-block;
        color: white;
        text-decoration: none;
        padding: 1px 10px;
        border-width: 2px 0;
        border-style: solid none;
        border-color: #FDBE33 #000 #D77206;
        border-radius: 15px;
        background: radial-gradient(#ffbb20, #F57C00) #E38916;
        transition: 0.2s;
    }
    .referrals > .part {
        background: url(../images/champ_part_bg.svg) no-repeat;
        background-size: 200px;
        height: 61px;
        background-position: center center;
        color: white;
        line-height: 59px;
        font-size: 23px;
    }
    .referrals > .how_to_win {
        background: url(../images/camera.png) no-repeat;
        background-size: 200px;
        height: 65px;
        background-position: center;
        color: white;
        font-size: 12px;
        padding-left: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 14px;
    }
    span.congratulations{
        font-size: 25px;
    }
    span.online_champ_title{
        font-size: 25px;
    }

    /*pup-up последнего дня регистрации на чемпионат*/
    .last_reg_day_notepad{

    }
    .last_reg_day_notepad > a > img{
        border: 2px dashed #e30088;
        border-radius: 30px;
    }
    .blockade{
        background: url(../images/blockade.png) repeat;
    }

    .close_last_reg_day_info{
        position: absolute;
        color: #e7dfd4;
        right: -5px;
        top: -5px;
        line-height: 25px;
        background-color: #cd161a;
        cursor: pointer;
        width: 25px;
        height: 25px;
        border: 1px solid #e7ded4;
        border-radius: 50%;
        font-size: 14px;
        z-index: 4;
    }

    .blockade_banner > a > img{
        width: 100%;
    }
    .flashcard-plus .answer_notepad{
        text-align: center;
    }
    .show-example{
        margin: 35px auto 10px auto;
    }
    .next-example{
        margin: 15px auto 45px auto;
    }
    .right-answer{
        margin: auto;
        display: inline;
    }
}

/*
Для мониторов и дисплеев от 768 пикселей до 992
*/
@media (min-width: 768px) and (max-width: 992px) {
    /* Фон страницы. */
    .with_bg{
        background: url(../images/b3.jpg) repeat;
        background-size: 120%;
    }
    .spase_day_1{
        background: url(../images/spase_day_1.png) repeat;
    }
    .spase_day_2{
        background: url(../images/spase_day_2.png) repeat;
    }
    .summer_bg{
        background: url(../images/summer_bg.png) repeat;
    }
    .champ_aw_bg{
        background: url(../images/champ_aw_bg.svg) repeat;
    }

    .hello{
        font-size: 25px;
        text-align: center;
        padding: 10px 0 0 20px;
        font-family: Segoe Print;
    }
    .hello>span{
        font-size: 20px;
    }

    #login{
        padding: 75px 175px;
        margin-bottom: 10px;
        background-image: url(../images/blackboard.png);
        background-size: 600px;
        background-repeat: no-repeat;
        background-position: 53%;
        height: 400px;
    }
    .hello_text{
        text-align: center;
        color: white;
        font-size: 29px;
        font-family: Segoe Print;
    }
    input#email, input#password{
        background-color: rgba(255, 255, 255, 0);
        border-radius: 7px;
        border: 3px solid white;
        padding: 2px 7px;
        color: white;
        min-width: 50%;
        margin: 12px auto;
        display: block;
        font-size: 18px;
    }
    input#email::-webkit-input-placeholder, input#password:-moz-placeholder { color: rgba(255, 255, 255, 0.55); }
    input#email::-webkit-input-placeholder, input#password::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.55); }
    a#submit{
        padding: 15px 5px;
        color: white;
        margin: 20px auto 0 auto;
        display: block;
        background-image: url(../images/btn_bg.png);
        background-repeat: no-repeat;
        text-align: center;
        background-position: 50%;
        font-size: 19px;
        font-family: Segoe Print;
    }
    a#forgot_password{
        color: white;
        margin: 10px auto 30px auto;
        display: block;
        text-align: center;
        font-size: 16px;
        font-family: Segoe Print;
    }
    .hometask_label_d{
        padding: 14px;
        font-size: 24px;
    }
    .back_text {
        padding: 10px 0;
        font-size: 27px;
    }
    .room{
        width: 200px;
        height: 300px;
        padding: 10px;
        border-radius: 20px;
        margin: auto;
        background: #fff;
    }
    .done{
        background: linear-gradient(to bottom, rgba(254, 252, 234, 0) 40%, rgba(24, 191, 18, 0.75) 100%);
    }
    .active{
        background: linear-gradient(to bottom, rgba(254, 252, 234, 0) 40%, rgba(248,119,10,0.75) 100%);
    }
    .planned{
        background: linear-gradient(to bottom, rgba(254, 252, 234, 0) 40%, rgba(230,230,230,0.75) 100%);
    }
    .done .mark{
        background-image: url(../images/room_done.png);
        height: 250px;
        width: 300px;
        background-repeat: no-repeat;
        position: absolute;
        background-position: 110px 130px;
        background-size: 75px;
    }
    .active .mark{
        background-image: url(../images/room_active.png);
        height: 250px;
        width: 300px;
        background-repeat: no-repeat;
        position: absolute;
        background-position: 120px 130px;
        background-size: 40px;
    }
    .room img{
        width: 225px;
        display: initial;
    }
    .room span{
        margin: 10px;
        padding: 10px;
        display: inline-block;
        font-size: 25px;
        color: white;
        font-family: "Segoe Print";
    }


    .ruler {
        margin-top: 20px;
    }
    .ruler_value {
        padding: 20px;
    }
    .first_pointer{
        float: left;
        width: 48.5%;
    }
    .mid_pointer{
        float: left;
    }
    .last_pointer{
        float: right;
    }
    .range{
        border-left: 2px solid red;
        position: absolute;
        margin-left: 19%;
        min-height: 25px;
        z-index: 1;
    }
    .red_button span{
        background: rgba(255, 255, 255, 0) url(../images/btn_bg2.png) no-repeat;
        padding: 10px 60px;
        background-position: 50%;
        background-size: 100%;
        font-size: 25px;
        color: white;
    }
    .red_button:hover{
        color: white;
    }
    .game_preview{
    }
    .main_image img {
        max-height: 500px;
    }
    .room_parts{
        background-color: white;
        padding-top: 20px;
        -webkit-box-shadow: 0 -10px 17px 0 #e8e8e8;
        -moz-box-shadow:    0 -10px 17px 0 #e8e8e8;
        box-shadow:         0 -10px 17px 0 #e8e8e8;
    }

    span.games_locked{
        color: #FF5722;
    }


    /*Игры*/
    /* Анимированный мальчик (анимация активируется после ввода ответа). */
    .video-result{
        height: 400px;
        z-index: -1;
    }
    .video-result img{
        height: 330px;
        display: block;
        margin: auto;
    }

    .next_game {
        position: absolute;
        top: 610px;
    }
    #number{
        font-family: 'Fregat';
        font-size: 300px;
    }

    /*
    Для настроек игр
    */







    img.flashcard {
        margin: auto;
        max-height: 400px;
        display: inline;
        max-width:33%;
    }
    .flashcards-body{
        background: url(../images/b3.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }


    .multiplication-settings {
        background: url(../images/bgtest3.png) repeat;
        background-size: 26%;
    }
    .start_game{
        margin-top: 20px;
    }

    .diapason {
        min-height: 300px;
        padding-top: 32%;
        font-size: 28px;
    }
    .selected_diapason{
        background: url(../images/arrow_vertical.png);
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: 50% 55%;
    }
    .diapason span{
        cursor: pointer;
    }
    .stealth {
        min-height: 300px;
        padding-top: 32%;
        font-size: 28px;
    }
    .selected_stealth{
        background: url(../images/arrow_vertical.png);
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: 50% 55%;
    }
    .stealth span{
        cursor: pointer;
    }

    .mp_task{
        font-size: 7em;
        font-weight:800;
        line-height: 0.7em;
        text-shadow: 2px 2px 2px white;
        font-family: Fregat;
        display:inline-block;
    }
    .multiplication .answer_label{
        padding-top: 40px;
        font-family: Segoe Print;
        font-size: 30px;
        padding-left: 52px;
        width: 325px;
        text-align: center;
    }
    .multiplication .sheet{
        position: absolute;
        background-size: 88%;
        width: 100%;
        min-height: 200px;
        margin-left: 15px;
        margin-top: -20px;
    }

    .turbo > #number{
        font-size: 100px;
    }




    .flashcard{
        width: 100px;
        height: 303px;
        margin: auto;
        background-color: #d5d6d8;
        border: 2px solid black;

        max-height: 400px;
        display: inline-block;
        margin-left: -6px;
    }
    .sky{
        height:75px;
        background-image: url(../images/flash_sep.png);
        background-position: 50%;
        background-repeat: repeat-y;
        background-size: 16px;
    }
    .separator{
        height:16px;
        background-color: #3a2315;
        border-top: 2px solid #a07853;
        border-bottom: 2px solid #a07853;
    }
    .ground{
        height:208px;
        background-image: url(../images/flash_sep.png);
        background-position: 50%;
        background-repeat: repeat-y;
        background-size: 16px;
    }
    .bone{
        background-image: url(../images/bone.png);
        background-repeat: no-repeat;
        display: block;
        background-size: 88px;
        background-position-x: 4px;
        height: 36px;
        position: relative;
    }
    #flashcard-0 .bone-1,#flashcard-0 .bone-2,#flashcard-0 .bone-3,#flashcard-0 .bone-4,
    #flashcard-1 .bone-2,#flashcard-1 .bone-3,#flashcard-1 .bone-4,
    #flashcard-2 .bone-3,#flashcard-2 .bone-4,
    #flashcard-3 .bone-4,
    #flashcard-5 .bone-1,#flashcard-5 .bone-2,#flashcard-5 .bone-3,#flashcard-5 .bone-4,
    #flashcard-6 .bone-2,#flashcard-6 .bone-3,#flashcard-6 .bone-4,
    #flashcard-7 .bone-3,#flashcard-7 .bone-4,
    #flashcard-8 .bone-4{
        top: 55px;
    }
    #flashcard-5 .bone-5, #flashcard-6 .bone-5, #flashcard-7 .bone-5, #flashcard-8 .bone-5, #flashcard-9 .bone-5{
        top: 37px;
    }

    .rooms{
        font-family: "Segoe Print";
    }
    .rooms img {
        width: 220px;
    }


    .place-label{

    }
    .place-value{
        padding-left: 0;
    }
    #places{
        font-family: 'Segoe Print';
        padding-top: 40px;
        font-size: 14px;

        background: rgba(255, 255, 255, 0) url(../images/page.png) no-repeat;
        height: 350px;
        background-size: 300px;
        padding-left: 40px;
        width: 300px;
        padding-right: 15px;
    }
    #places p {
        margin: 0;
        line-height: 21px;
    }
    .rank{
        color: white;
        width: 20px;
        display: block;
        height: 20px;
        text-align: center;
        border-radius: 10px;
    }
    .rank-1{
        background-color: orange;
    }
    .rank-2{
        background-color: silver;
    }
    .rank-3{
        background-color: sandybrown;
    }


    span.task_and_answer {
        margin: auto;
        display: block;
        width: 227px;
        text-align: center;
        margin-left: 73px;
        margin-top: 35px;
        font-family: fregat;
        font-size: 18px;
    }

    /*Таймер обратного отсчета чемпионата*/
    .eTimer .etUnit .etNumber {
        display: inline-block;
        margin: 1px;
        text-align: center;
        font-family: sans-serif;
        font-size: 30px;
        color: white;
        padding: 0px 8px;
        background: #27aae1;
        border: 0px solid white;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .eTimer .etUnit {
        display: inline-block;
    }
    .eTimer {
        display: inline-block;
    }
    .eTimer .etSep {
        display: inline-block;
        vertical-align: top;
        font-size: 35px;
        padding: 0px 5px;
    }
    .eTimer .etSep:last-of-type {
        display: none;
    }
    .eTimer .etUnit .etSign {
        text-align: center;
        font-size: 14px;
    }

    /* Виджет иформера об онлайн-чемпионате */
    .referrals{
        color: #009FE3;
        font-family: "Exo 2";
        width: 100%;
        text-align: center;
        line-height: 22px;
        top: 235px;
    }
    .champ_label{
        background: url(../images/champ_logo.png) no-repeat;
        padding-left: 70px;
        text-align: center;
        background-size: 70px;
        font-size: 16px;
        background-position-y: center;
    }
    a.take_a_part{
        display: inline-block;
        color: white;
        text-decoration: none;
        padding: 1px 10px;
        border-width: 2px 0;
        border-style: solid none;
        border-color: #FDBE33 #000 #D77206;
        border-radius: 15px;
        background: radial-gradient(#ffbb20, #F57C00) #E38916;
        transition: 0.2s;
    }
    .referrals > .part {
        background: url(../images/champ_part_bg.svg) no-repeat;
        background-size: 73%;
        height: 48px;
        background-position: center center;
        color: white;
        line-height: 49px;
        font-size: 16px;
    }
    .referrals > .how_to_win {
        background: url(../images/camera.png) no-repeat;
        background-size: 75%;
        height: 46px;
        background-position: center;
        color: white;
        font-size: 12px;
        padding-left: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 14px;
    }
    span.congratulations{
        font-size: 23px;
    }
    span.online_champ_title{
        font-size: 20px;
    }

    /*pup-up последнего дня регистрации на чемпионат*/
    .last_reg_day_notepad{
        width: 225px;
        position: absolute;
        z-index: 1;
        top: 28px;
        left: 90px;
    }

    .blockade{
        background: url(../images/blockade.png) repeat;
    }

    .close_last_reg_day_info{
        position: absolute;
        color: #e7dfd4;
        right: -5px;
        top: -5px;
        line-height: 25px;
        background-color: #cd161a;
        cursor: pointer;
        width: 25px;
        height: 25px;
        border: 1px solid #e7ded4;
        border-radius: 50%;
        font-size: 14px;
        z-index: 4;
    }

    .blockade_banner > a > img{
        width: 100%;
    }
    .flashcard-plus .answer{
        width: 240px;
    }
    .flashcard-plus .show-example{
        margin-left: 62px;
    }
    .flashcard-plus .right-answer{
        margin-top: 20px;
        margin-left: 190px;
    }
    .flashcard-plus .answer_label{
        padding-top: 40px;
    }

    .flashcard-plus .answer_notepad{
        max-width: 360px;
        margin: auto;
        margin-bottom: 50px;
    }
    .next-example{
        margin-left: 106px;
    }
}


/*
Для мониторов и дисплеев от 993 пикселей до 1200
*/
@media (min-width: 993px) and (max-width: 1200px) {
    /* Фон страницы. */
    .with_bg{
        background: url(../images/b3.jpg) repeat;
        background-size: 110%;
    }
    .spase_day_1{
        background: url(../images/spase_day_1.png) repeat;
    }
    .spase_day_2{
        background: url(../images/spase_day_2.png) repeat;
    }
    .summer_bg{
        background: url(../images/summer_bg.png) repeat;
    }
    .champ_aw_bg{
        background: url(../images/champ_aw_bg.svg) repeat;
    }

    .hello{
        font-size: 20px;
        padding: 20px 0 0 20px;
        font-family: Segoe Print;
    }
    .hello>span {
        font-size: 17px;
    }

    .boy{
        background-image: url(../images/boy.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        min-height: 380px;
        background-size: 300px;
    }

    #login{
        padding: 75px 175px;
        margin-bottom: 10px;
        background-image: url(../images/blackboard.png);
        background-size: 600px;
        background-repeat: no-repeat;
        background-position: 53%;
        height: 400px;
    }
    .hello_text{
        text-align: center;
        color: white;
        font-size: 29px;
        font-family: Segoe Print;
    }
    input#email, input#password{
        background-color: rgba(255, 255, 255, 0);
        border-radius: 7px;
        border: 3px solid white;
        padding: 3px 6px;
        color: white;
        min-width: 40%;
        margin: 10px auto;
        display: block;
        font-size: 16px;
    }
    input#email::-webkit-input-placeholder, input#password:-moz-placeholder { color: rgba(255, 255, 255, 0.55); }
    input#email::-webkit-input-placeholder, input#password::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.55); }
    a#submit{
        padding: 15px 5px;
        color: white;
        margin: 25px auto 0 auto;
        display: block;
        background-image: url(../images/btn_bg.png);
        background-repeat: no-repeat;
        text-align: center;
        background-position: 50%;
        font-family: Segoe Print;
        font-size: 18px;
    }
    a#forgot_password{
        color: white;
        margin: 10px auto 30px auto;
        display: block;
        text-align: center;
        font-family: Segoe Print;
        font-size: 15px;
    }
    .hometask_label_d{
        padding: 10px 20px;
        font-size: 28px;
    }
    .back_text {
        padding: 10px 0;
        font-size: 27px;
    }
    .room{
        width: 300px;
        height: 300px;
        padding: 10px;
        border-radius: 20px;
        margin: auto;
        background: #fff;
    }
    .done{
        background: linear-gradient(to bottom, #fefcea 40%, rgba(24, 191, 18, 0.75) 100%);
    }
    .active{
        background: linear-gradient(to bottom, #fefcea 40%, rgba(248,119,10,0.75) 100%);
    }
    .planned{
        background: linear-gradient(to bottom, #fefcea 40%, rgba(230,230,230,0.75) 100%);
    }
    .done .mark{
        background-image: url(../images/room_done.png);
        height: 250px;
        width: 300px;
        background-repeat: no-repeat;
        position: absolute;
        background-position: 200px 180px;
        background-size: 75px;
    }
    .active .mark{
        background-image: url(../images/room_active.png);
        height: 250px;
        width: 300px;
        background-repeat: no-repeat;
        position: absolute;
        background-position: 220px 180px;
        background-size: 40px;
    }
    .room img{
        width: 225px;
        display: initial;
    }
    .room span{
        margin: 10px 0;
        padding: 10px 0;
        display: inline-block;
        font-size: 18px;
        color: white;
        font-family: "Segoe Print";
    }


    .ruler {
        margin-top: 20px;
    }
    .ruler_value {
        padding: 20px;
    }
    .first_pointer{
        float: left;
        width: 48.5%;
    }
    .mid_pointer{
        float: left;
    }
    .last_pointer{
        float: right;
    }
    .range{
        border-left: 2px solid red;
        position: absolute;
        margin-left: 19%;
        min-height: 25px;
        z-index: 1;
    }
    .red_button span{
        background: rgba(255, 255, 255, 0) url(../images/btn_bg2.png) no-repeat;
        padding: 10px 60px;
        background-position: 50%;
        background-size: 100%;
        font-size: 25px;
        color: white;
    }
    .red_button:hover{
        color: white;
    }
    .game_preview{
    }
    .main_image img {
        max-height: 500px;
    }
    .room_parts{
        background-color: white;
        padding-top: 20px;
        -webkit-box-shadow: 0 -10px 17px 0 #e8e8e8;
        -moz-box-shadow:    0 -10px 17px 0 #e8e8e8;
        box-shadow:         0 -10px 17px 0 #e8e8e8;

        padding-bottom: 10px;
    }
    .available_games {
        overflow: overlay;
        max-height: 100px;
    }



    /*Игры*/
    /* Анимированный мальчик (анимация активируется после ввода ответа). */
    .video-result{
        height: 400px;
        z-index: -1;
    }
    .video-result img{
        height: 330px;
        display: block;
        margin: auto;
    }
    .next_game {
        position: absolute;
        top: 610px;
    }
    #number{
        font-family: 'Fregat';
        font-size: 350px;
    }

    /*
    Для настроек игр
    */



    img.flashcard {
        margin: auto;
        max-height: 400px;
        display: inline;
        max-width:33%;
    }
    .flashcards-body{
        background: url(../images/b3.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }



    .multiplication-settings {
        background: url(../images/bgtest3.png) repeat;
        background-size: 26%;
    }
    .start_game{
        margin-top: 20px;
    }

    .diapason {
        min-height: 300px;
        padding-top: 32%;
        font-size: 28px;
    }
    .selected_diapason{
        background: url(../images/arrow_vertical.png);
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: 50% 55%;
    }
    .diapason span{
        cursor: pointer;
    }
    .stealth {
        min-height: 300px;
        padding-top: 32%;
        font-size: 28px;
    }
    .selected_stealth{
        background: url(../images/arrow_vertical.png);
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: 50% 55%;
    }
    .stealth span{
        cursor: pointer;
    }

    .mp_task{
        font-size: 7em;
        font-weight:800;
        line-height: 0.7em;
        text-shadow: 2px 2px 2px white;
        font-family: Fregat;
        position:relative;
        top:-20px;
        display:inline-block;
    }
    .multiplication .answer_label{
        padding-top: 40px;
        font-family: Segoe Print;
        font-size: 30px;
        padding-left: 90px;
        width: 325px;
        text-align: center;
    }
    .multiplication .sheet{
        position: absolute;
        width: 100%;
        min-height: 200px;
        margin-left: 18px;
        margin-top: 13px;
    }
    .mtable-settings .setting_tab {
        margin-top: 20%;
    }
    .room_title{
        font-family: Fregat;
        font-size: 27px;
        line-height: 38pt;
    }

    .informs{
        position: relative;
        top: 27px;
        left: 85px;
        font-size: 13px;
        max-width: 164px;
        line-height: 19px;
    }

    .turbo > #number{
        font-size: 150px;
    }



    .flashcard{
        width: 125px;
        height: 377px;
        margin: auto;
        background-color: #d5d6d8;
        border: 2px solid black;

        max-height: 400px;
        display: inline-block;
        margin-left: -6px;
    }
    .sky{
        height:93px;
        background-image: url(../images/flash_sep.png);
        background-position: 50%;
        background-repeat: repeat-y;
        background-size: 20px;
    }
    .separator{
        height:20px;
        background-color: #3a2315;
        border-top: 2px solid #a07853;
        border-bottom: 2px solid #a07853;
    }
    .ground{
        height:260px;
        background-image: url(../images/flash_sep.png);
        background-position: 50%;
        background-repeat: repeat-y;
        background-size: 20px;
    }
    .bone{
        background-image: url(../images/bone.png);
        background-repeat: no-repeat;
        display: block;
        background-size: 110px;
        background-position-x: 5px;
        height: 45px;
        position: relative;
    }
    #flashcard-0 .bone-1,#flashcard-0 .bone-2,#flashcard-0 .bone-3,#flashcard-0 .bone-4{
        top: 65px;
    }
    #flashcard-1 .bone-2,#flashcard-1 .bone-3,#flashcard-1 .bone-4{
        top: 65px;
    }
    #flashcard-2 .bone-3,#flashcard-2 .bone-4{
        top: 65px;
    }
    #flashcard-3 .bone-4{
        top: 65px;
    }
    #flashcard-5 .bone-5, #flashcard-6 .bone-5, #flashcard-7 .bone-5, #flashcard-8 .bone-5, #flashcard-9 .bone-5{
        top: 47px;
    }
    #flashcard-5 .bone-1,#flashcard-5 .bone-2,#flashcard-5 .bone-3,#flashcard-5 .bone-4{
        top: 65px;
    }
    #flashcard-6 .bone-2,#flashcard-6 .bone-3,#flashcard-6 .bone-4{
        top: 65px;
    }
    #flashcard-7 .bone-3,#flashcard-7 .bone-4{
        top: 65px;
    }
    #flashcard-8 .bone-4{
        top: 65px;
    }

    .rooms{
        font-family: "Segoe Print";
    }
    .rooms img {
        width: 100%;
    }


    .place-label{

    }
    .place-value{
        padding-left: 0;
    }
    #places{
        font-family: 'Segoe Print';
        padding-top: 40px;
        font-size: 14px;

        background: rgba(255, 255, 255, 0) url(../images/page.png) no-repeat;
        height: 350px;
        background-size: 300px;
        padding-left: 40px;
        width: 300px;
        padding-right: 15px;
    }
    #places p {
        margin: 0;
        line-height: 21px;
    }
    .rank{
        color: white;
        width: 20px;
        display: block;
        height: 20px;
        text-align: center;
        border-radius: 10px;
    }
    .rank-1{
        background-color: orange;
    }
    .rank-2{
        background-color: silver;
    }
    .rank-3{
        background-color: sandybrown;
    }

    span.task_and_answer {
        margin: auto;
        display: block;
        width: 220px;
        text-align: center;
        margin-left: 96px;
        margin-top: 35px;
        font-family: fregat;
        font-size: 18px;
    }

    /*Таймер обратного отсчета чемпионата*/
    .eTimer .etUnit .etNumber {
        display: inline-block;
        margin: 1px;
        text-align: center;
        font-family: sans-serif;
        font-size: 30px;
        color: white;
        padding: 0px 8px;
        background: #27aae1;
        border: 0px solid white;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .eTimer .etUnit {
        display: inline-block;
    }
    .eTimer {
        display: inline-block;
    }
    .eTimer .etSep {
        display: inline-block;
        vertical-align: top;
        font-size: 35px;
        padding: 0px 5px;
    }
    .eTimer .etSep:last-of-type {
        display: none;
    }
    .eTimer .etUnit .etSign {
        text-align: center;
        font-size: 14px;
    }
    .speedreading_lessons {
        height: 180px;
        overflow: auto;
    }



    /* Виджет иформера об онлайн-чемпионате */
    .referrals{
        color: #009FE3;
        font-family: "Exo 2";
        width: 100%;
        text-align: center;
        line-height: 20px;
        top: 173px;
    }
    .champ_label{
        background: url(../images/champ_logo.png) no-repeat;
        padding-left: 60px;
        text-align: center;
        background-size: 63px;
        font-size: 14px;
        background-position-y: center;
    }
    a.take_a_part{
        display: inline-block;
        color: white;
        text-decoration: none;
        padding: 1px 10px;
        border-width: 2px 0;
        border-style: solid none;
        border-color: #FDBE33 #000 #D77206;
        border-radius: 15px;
        background: radial-gradient(#ffbb20, #F57C00) #E38916;
        transition: 0.2s;
    }
    .referrals > .part {
        background: url(../images/champ_part_bg.svg) no-repeat;
        background-size: 85%;
        height: 52px;
        background-position: center center;
        color: white;
        line-height: 51px;
        font-size: 16px;
    }
    .referrals > .how_to_win {
        background: url(../images/camera.png) no-repeat;
        background-size: 100%;
        height: 50px;
        background-position: center;
        color: white;
        font-size: 12px;
        padding-left: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 14px;
    }
    span.congratulations{
        font-size: 20px;
    }
    span.online_champ_title{
        font-size: 17px;
    }

    /*pup-up последнего дня регистрации на чемпионат*/
    .last_reg_day{
        width: 315px;
        margin-left: -40px;
        position: absolute;
    }
    .last_reg_day_notepad{
        display: none;
    }
    .blockade{
        background: url(../images/blockade.png) repeat;
    }

    .close_last_reg_day_info{
        position: absolute;
        color: #e7dfd4;
        right: -5px;
        top: -5px;
        line-height: 25px;
        background-color: #cd161a;
        cursor: pointer;
        width: 25px;
        height: 25px;
        border: 1px solid #e7ded4;
        border-radius: 50%;
        font-size: 14px;
        z-index: 4;
    }
    .last_reg_day_notepad{
        display: none;
    }
    .blockade_banner{
        position: absolute;
        width: 325px;
        left: -15px;
        top: -23px;
    }
    .blockade_banner > a > img{
        width: 100%;
    }
    .flashcard-plus .flashcard .bone{
        background-position-x: -5px;
    }

    .flashcard-plus .flashcard{
        width: 108px;
    }
}

/*
Для мониторов и дисплеев от 1200 пикселей
*/
@media (min-width: 1201px) {
    /* Фон страницы. */
    .with_bg{
        background: url(../images/b3.jpg) repeat;
        background-size: 54%;
    }
    .spase_day_1{
        background: url(../images/spase_day_1.png) repeat;
    }
    .spase_day_2{
        background: url(../images/spase_day_2.png) repeat;
    }
    .summer_bg{
        background: url(../images/summer_bg.png) repeat;
    }
    .champ_aw_bg{
        background: url(../images/champ_aw_bg.svg) repeat;
    }
    .blockade{
        background: url(../images/blockade.png) repeat;
    }

    a.check_ok{
        background: url(../images/check_ok.svg) no-repeat;
    }
    a.registration{
        background: url(../images/registration.svg) no-repeat;
    }

    .hello{
        font-size: 16px;
        padding: 5px 0 0 20px;
        font-family: Segoe Print;
    }
    .hello>span{
        font-size: 14px;
    }
    img.star, img.ask_question, img.change_password, img.logout, img.help_for_parents{
        width: 50px;
        height: 50px;
    }
    .ask_question_text,
    .change_password_text {
        padding-right: 0;
        height: 50px;
        padding-top: 10px;
    }
    .logout_text{
        padding-right: 0;
        height: 50px;
        padding-top: 20px;
    }
    .service_buttons{
        padding: 10px 0 0 0;
        font-size: 13px;
        line-height: 14px;
        font-family: Segoe Print;
    }
    .star{
        padding: 10px 0 0 5px;
    }
    .notepad{
        background-image: url(../images/notepad.png);/*url(../images/ny/notepad_ny_4.png);*/
        background-repeat: no-repeat;
        background-position: 20px 20px;
        min-height: 400px;
        font-family: "Segoe Print";
    }
    .notepad_without_eraser{
        background-image: url(../images/notepad_without_eraser.png);
        background-repeat: no-repeat;
        background-position: 20px 20px;
        min-height: 400px;
        font-family: "Segoe Print";
    }
    .for_payment_text{
        position: relative;
        top: 30px;
        left: 105px;
        font-size: 17px;
        max-width: 205px;
    }
    .online-payment {
        position: absolute;
        top: 53px;
        left: 120px;
        font-size: 17px;
        width: 205px;
        text-align: right;
    }
    .informs{
        position: relative;
        top: 32px;
        left: 105px;
        font-size: 15px;
        max-width: 210px;
        line-height: 23px;
    }
    .for_payment_text span{
        float: right;
    }
    .payment_date_text{
        position: relative;
        top: 53px;
        left: 105px;
        font-size: 17px;
        max-width: 205px;
    }
    .payments{
        position: absolute;
        top: 100px;
        left: 120px;
        font-size: 17px;
        max-width: 205px;
    }
    #payments {
        background: #f1f1f1;
        position: absolute;
        padding: 10px;
        width: 220px;
        left: 115px;
        top: 170px;
        z-index: 1;
        box-shadow: 2px 2px 20px rgba(122,122,122,0.7);
        max-height: 200px;
        overflow: auto;
    }
    span.close_payment {
        position: absolute;
        right: 0;
        width: 15px;
        text-align: center;
        cursor: pointer;
    }

    .boy{
        background-image: url(../images/boy.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        min-height: 450px;
    }
    #login{
        padding: 75px 175px;
        margin-bottom: 10px;
        background-image: url(../images/blackboard.png);
        background-size: 600px;
        background-repeat: no-repeat;
        background-position: 53%;
        height: 400px;
    }
    .hello_text{
        text-align: center;
        color: white;
        font-size: 28px;
        font-family: Segoe Print;
    }
    input#email, input#password{
        background-color: rgba(255, 255, 255, 0);
        border-radius: 7px;
        border: 3px solid white;
        padding: 1px 5px;
        color: white;
        min-width: 40%;
        margin: 20px auto;
        display: block;
    }
    input#email::-webkit-input-placeholder, input#password:-moz-placeholder { color: rgba(255, 255, 255, 0.55); }
    input#email::-webkit-input-placeholder, input#password::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.55); }
    a#submit{
        padding: 15px 5px;
        color: white;
        margin: 30px auto 0 auto;
        display: block;
        background-image: url(../images/btn_bg.png);
        background-repeat: no-repeat;
        text-align: center;
        background-position: 50%;
        font-family: Segoe Print;
        font-size: 17px;
    }
    a#forgot_password{
        color: white;
        margin: 10px auto 30px auto;
        display: block;
        text-align: center;
        font-family: Segoe Print;
    }
    .hometask_label_d{
        padding: 20px;
        font-size: 24px;
        font-family: Segoe Print;

    }
    .back_text {
        padding: 10px 0;
        font-size: 27px;
    }
    .room{
        width: 300px;
        height: 300px;
        padding: 10px;
        border-radius: 20px;
        margin: auto;
        background: #fff;
    }
    .done{
        background: linear-gradient(to bottom, rgba(254, 252, 234, 1) 40%, rgba(24, 191, 18, 1) 100%);
    }
    .active{
        background: linear-gradient(to bottom, #FFC107 40%, rgba(248,119,10,1) 100%);
    }
    .planned{
        background: linear-gradient(to bottom, #E0E0E0 40%, #e6e6e6 100%);
    }
    .done .mark{
        background-image: url(../images/room_done.png);
        height: 250px;
        width: 300px;
        background-repeat: no-repeat;
        position: absolute;
        background-position: 200px 180px;
        background-size: 75px;
    }
    .active .mark{
        background-image: url(../images/room_active.png);
        height: 250px;
        width: 300px;
        background-repeat: no-repeat;
        position: absolute;
        background-position: 220px 180px;
        background-size: 40px;
    }
    .room img{
        width: 225px;
        display: initial;
    }
    .room span{
        margin: 10px 0;
        padding: 10px 0;
        display: inline-block;
        font-size: 18px;
        color: white;
        font-family: "Segoe Print";
    }


    .ruler {
        margin-top: 20px;
    }
    .ruler_value {
        padding: 20px;
    }
    .first_pointer{
        float: left;
        width: 48.5%;
    }
    .mid_pointer{
        float: left;
    }
    .last_pointer{
        float: right;
    }
    .range{
        border-left: 2px solid red;
        position: absolute;
        margin-left: 19%;
        min-height: 25px;
        z-index: 1;
    }
    .red_button span{
        background: rgba(255, 255, 255, 0) url(../images/btn_bg2.png) no-repeat;
        padding: 10px 60px;
        background-position: 50%;
        background-size: 100%;
        font-size: 25px;
        color: white;
    }
    .red_button:hover{
        color: white;
    }
    .game_preview{
    }
    .main_image img {
        max-height: 500px;
    }
    .room_parts{
        background-color: white;
        padding-top: 20px;
        -webkit-box-shadow: 0 -10px 17px 0 #e8e8e8;
        -moz-box-shadow:    0 -10px 17px 0 #e8e8e8;
        box-shadow:         0 -10px 17px 0 #e8e8e8;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .available_games {
        max-height: 140px;
        overflow: auto;
    }

    /*Игры*/
    /* Анимированный мальчик (анимация активируется после ввода ответа). */
    .video-result{
        height: 400px;
        z-index: -1;
    }
    .video-result img{
        height: 330px;
        display: block;
        margin: auto;
    }
    .multiplication_game .next_game{
        top: 590px;
    }
    .next_game {
        position: absolute;
        top: 610px;
    }
    #number{
        font-family: 'Fregat';
        font-size: 350px;
    }


    /*
    Для настроек игр
    */
    .anzan > .right-sep{
        background: rgba(255, 255, 255, 0) url(../images/v-sep.png) no-repeat;
        background-position-x: 97%;
        background-position-y: -20%;
        background-size: 10px 500px;
        min-height: 500px;
        padding-left: 0;
    }

    .boy_stand{
        max-height: 300px;
    }

    img.flashcard {
        margin: auto;
        max-height: 400px;
        display: inline;
        max-width:33%;
    }
    .flashcards-body{
        background: url(../images/b3.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }




    .multiplication-settings {
        background: url(../images/bgtest3.png) repeat;
        background-size: 26%;
    }
    .start_game{
        margin-top: 20px;
    }

    .diapason {
        min-height: 300px;
        padding-top: 20%;
        font-size: 28px;
    }
    .selected_diapason{
        background: url(../images/arrow_vertical.png);
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: 50% 55%;
    }
    .diapason span{
        cursor: pointer;
    }
    .stealth {
        min-height: 300px;
        padding-top: 20%;
        font-size: 28px;
    }
    .selected_stealth{
        background: url(../images/arrow_vertical.png);
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: 50% 55%;
    }
    .stealth span{
        cursor: pointer;
    }

    .mp_task{
        min-width:400px;
        font-size: 6em;
        font-weight:600;
        line-height: 0.7em;
        font-family: chalk;
        box-shadow:2px 3px 9px rgb(193, 193, 193);
        border-radius:2px;
        background:url('../images/tableschool.png') no-repeat;
        background-size:100% 100%;
        padding:35px 20px;
        color:white;
        position:relative;
        top:10px;
        display:inline-block;
    }
    .multiplication .answer_label{
        padding-top: 47px;
        font-family: segoe print;
        font-size: 26px;
        padding-left: 90px;
        width: 325px;
        text-align: center;
        min-height: auto!important;
    }
    .multiplication .sheet{
        position: absolute;
        width: 100%;
        min-height: 200px;
        margin-left: 18px;
        margin-top: 13px;
    }
    .multiplication-settings .col-md-offset-2 {
        margin-left: 0!important;
    }

    .mtable-settings .setting_tab {
        margin-top: 20%;
    }
    .bd_bg{
        background: url(../images/bd_bg.png) repeat;
        background-size: 75%;
    }


    /*
    Для домашнего задания
    */
    .game_preview #speed_slider.ui-widget-content {
        background: rgba(255, 255, 255, 0) url(../images/vertical_scale.png) no-repeat;
        height: 281px;
        width: 30px;
        border-radius: 0 !important;
        border: none;
        background-size: 22px 281px;
        margin: auto;
        z-index: 5;
    }
    .game_preview .examples_area{
        padding: 30px;
        position: relative;
        width: 200px;
        margin: -15px auto auto;
    }
    .game_preview #examples_slider.ui-widget-content {
        background: rgba(255, 255, 255, 0) url(../images/vertical_scale.png) no-repeat;
        height: 281px;
        width: 30px;
        border-radius: 0 !important;
        border: none;
        background-size: 22px 281px;
        margin: auto;
        z-index: 5;
    }
    .game_preview .examples_area > .weight {
        display: block;
        position: absolute;
        left: 25%;
        z-index: 0;
        width: 67px;
    }
    .game_preview .speed_area > .balloon {
        display: block;
        position: absolute;
        left: 22%;
        bottom: 355px;
        z-index: 0;
        width: 80px;
    }
    .game_preview .speed_area {
        padding: 30px;
        position: relative;
        width: 200px;
        margin: 45px auto auto;
    }
    .game_preview .vjs-loading-spinner{
        display: none!important;
    }
    .hometask_comment{
        background-color: white;
        padding: 10px;
        border: 1px solid #e1e1e1;
        margin-top: 10px;
    }
    .room_title{
        font-family: Segoe Print;
        font-size: 27px;
        line-height: 38pt;
    }

    .turbo > #number{
        font-size: 200px;
    }


    .flashcard{
        width: 125px;
        height: 377px;
        margin: auto;
        background-color: #d5d6d8;
        border: 2px solid black;

        max-height: 400px;
        display: inline-block;
        margin-left: -6px;
    }
    .sky{
        height:93px;
        background-image: url(../images/flash_sep.png);
        background-position: 50%;
        background-repeat: repeat-y;
        background-size: 20px;
    }
    .separator{
        height:20px;
        background-color: #3a2315;
        border-top: 2px solid #a07853;
        border-bottom: 2px solid #a07853;
    }
    .ground{
        height:260px;
        background-image: url(../images/flash_sep.png);
        background-position: 50%;
        background-repeat: repeat-y;
        background-size: 20px;
    }
    .bone{
        background-image: url(../images/bone.png);
        background-repeat: no-repeat;
        display: block;
        background-size: 110px;
        background-position-x: 5px;
        height: 45px;
        position: relative;
    }
    #flashcard-0 .bone-1,#flashcard-0 .bone-2,#flashcard-0 .bone-3,#flashcard-0 .bone-4{
        top: 65px;
    }
    #flashcard-1 .bone-2,#flashcard-1 .bone-3,#flashcard-1 .bone-4{
        top: 65px;
    }
    #flashcard-2 .bone-3,#flashcard-2 .bone-4{
        top: 65px;
    }
    #flashcard-3 .bone-4{
        top: 65px;
    }
    #flashcard-5 .bone-5, #flashcard-6 .bone-5, #flashcard-7 .bone-5, #flashcard-8 .bone-5, #flashcard-9 .bone-5{
        top: 47px;
    }
    #flashcard-5 .bone-1,#flashcard-5 .bone-2,#flashcard-5 .bone-3,#flashcard-5 .bone-4{
        top: 65px;
    }
    #flashcard-6 .bone-2,#flashcard-6 .bone-3,#flashcard-6 .bone-4{
        top: 65px;
    }
    #flashcard-7 .bone-3,#flashcard-7 .bone-4{
        top: 65px;
    }
    #flashcard-8 .bone-4{
        top: 65px;
    }


    .rooms{
        font-family:"Segoe Print";
        font-size: 20px;
    }
    .rooms img {
        width: 350px;
    }
    .place-label{

    }
    .place-value{
        padding-left: 0;
    }
    #places{
        font-family: 'Segoe Print';
        padding-top: 40px;
        font-size: 14px;

        background: rgba(255, 255, 255, 0) url(../images/page.png) no-repeat;
        height: 350px;
        background-size: 300px;
        padding-left: 40px;
        width: 300px;
        padding-right: 15px;
    }
    #places p {
        margin: 0;
        line-height: 21px;
    }
    .rank{
        color: white;
        width: 20px;
        display: block;
        height: 20px;
        text-align: center;
        border-radius: 10px;
    }
    .rank-1{
        background-color: orange;
    }
    .rank-2{
        background-color: silver;
    }
    .rank-3{
        background-color: sandybrown;
    }

    .qa_image{
        line-height: 400px;
    }

    span.task_and_answer {
        margin: auto;
        display: block;
        width: 220px;
        text-align: center;
        margin-left: 96px;
        margin-top: 38px;
        font-family: fregat;
        font-size: 28px;
        line-height: 30px;
    }

    /* Мегаскорочтение */
    .speedreading_lessons{
        height: 280px;
        overflow: auto;
    }


    /*Таймер обратного отсчета чемпионата*/
    .eTimer .etUnit .etNumber {
        display: inline-block;
        margin: 1px;
        text-align: center;
        font-family: sans-serif;
        font-size: 30px;
        color: white;
        padding: 0px 8px;
        background: #27aae1;
        border: 0px solid white;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .eTimer .etUnit {
        display: inline-block;
    }
    .eTimer {
        display: inline-block;
    }
    .eTimer .etSep {
        display: inline-block;
        vertical-align: top;
        font-size: 35px;
        padding: 0px 5px;
    }
    .eTimer .etSep:last-of-type {
        display: none;
    }
    .eTimer .etUnit .etSign {
        text-align: center;
        font-size: 14px;
    }

    /* Виджет иформера об онлайн-чемпионате */
    .referrals{
        color: #009FE3;
        font-family: "Exo 2";
        width: 100%;
        text-align: center;
        line-height: 22px;
        top: 213px;
    }
    .champ_label{
        background: url(../images/champ_logo.png) no-repeat;
        padding-left: 90px;
        text-align: center;
        background-size: 75px;
        font-size: 18px;
        background-position-y: center;
    }
    a.take_a_part{
        display: inline-block;
        color: white;
        text-decoration: none;
        padding: 1px 10px;
        border-width: 2px 0;
        border-style: solid none;
        border-color: #FDBE33 #000 #D77206;
        border-radius: 15px;
        background: radial-gradient(#ffbb20, #F57C00) #E38916;
        transition: 0.2s;
    }
    .referrals > .part {
        background: url(../images/champ_part_bg.svg) no-repeat;
        background-size: 100%;
        height: 70px;
        background-position: center;
        color: white;
        line-height: 70px;
        font-size: 21px;
    }
    .referrals > .how_to_win {
        background: url(../images/camera.png) no-repeat;
        background-size: 100%;
        height: 70px;
        background-position: center;
        color: white;
        font-size: 14px;
        padding-left: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 14px;
    }
    span.congratulations{
        font-size: 25px;
    }
    span.online_champ_title{
        font-size: 20px;
    }

    /*pup-up последнего дня регистрации на чемпионат*/
    .last_reg_day{
        width: 455px;
        margin-left: -65px;
        position: absolute;
    }

    .close_last_reg_day_info{
        position: absolute;
        color: #e7dfd4;
        right: -5px;
        top: -5px;
        line-height: 25px;
        background-color: #cd161a;
        cursor: pointer;
        width: 25px;
        height: 25px;
        border: 1px solid #e7ded4;
        border-radius: 50%;
        font-size: 14px;
        z-index: 4;
    }
    .last_reg_day_notepad{
        display: none;
    }
    .blockade_banner{
        position: absolute;
        width: 480px;
        left: -80px;
        top: -30px;
    }
    .blockade_banner > a > img{
        width: 100%;
    }
}











.lang-sw img{
    cursor: pointer;
    margin: 0 4px;
    opacity: 0.5;
}
.curr_lang{
    opacity: 1!important;
}
.anzan_description{
    margin: 0 0 0;
    text-align: left;
    font-size: 11px;
}
#notification{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 10;
}
.worktime{
    margin: 15px;
    padding: 15px 0 0 100px;
    background-image: url('../images/time.png');
    background-repeat: no-repeat;
    background-size: 90px;
}

.division-body{

}
.division-body .nmbr{
    display: block;
    width: 60px;
    height: 60px;
    border: 3px solid rgb(54, 95, 145);
    background-color: rgb(79, 129, 189);
    -webkit-transform: rotate(45deg); /* Chrome y Safari */
    -moz-transform: rotate(45deg); /* Firefox */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* Internet Explorer */
    -o-transform: rotate(45deg); /* Opera */
    margin: 25px;
    cursor: pointer;
}
.division-body .selected{
    background-color: white!important;
}
.division-body .nmbr span{
    -webkit-transform: rotate(-45deg); /* Chrome y Safari */
    -moz-transform: rotate(-45deg); /* Firefox */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-3); /* Internet Explorer */
    -o-transform: rotate(-45deg); /* Opera */
    display: block;
    font-size: 39px;
    font-weight: bold;
    text-align: center;
}
.division-body .cube{
    cursor: pointer;
}
.division-body .cube_selected{
    padding-left: 100px;
    padding-right: 100px;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position-y: 50%;
    background-position-x: 10%;
}
.division-body .prm{
    cursor: pointer;
}
.division-body .prm_selected{
    padding-left: 100px;
    padding-right: 100px;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position-y: 50%;
    background-position-x: 90%;
}

a.test-btn {
    position: relative;
    font-weight: bold;
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 1px #cc5500;
    user-select: none;
    padding: .8em 2em;
    outline: none;
    border-radius: 1px;
    background: linear-gradient(to left, rgba(0,0,0,.3), rgba(0,0,0,.0) 50%, rgba(0,0,0,.3)), linear-gradient(#d77d31, #fe8417, #d77d31);
    background-size: 100% 100%, auto;
    background-position: 50% 50%;
    box-shadow: inset #ebab00 0 -1px 1px, inset 0 1px 1px #ffbf00, #cc7722 0 0 0 1px, #000 0 10px 15px -10px;
    transition: 0.2s;
}
a.test-btn:hover {
    background-size: 140% 100%, auto;
}
a.test-btn:active {
    top: 1px;
    color: #ffdead;
    box-shadow: inset #ebab00 0 -1px 1px, inset 0 1px 1px #ffbf00, #cc7722 0 0 0 1px, 0 10px 10px -9px #000;
}
.lang-sw img{
    cursor: pointer;
    margin: 0 4px;
    opacity: 0.5;
}
.curr_lang{
    opacity: 1!important;
}

.questions span{
    border-bottom: 1px dashed #4FC3F7;
    color: #428bd3;
    cursor: pointer;
}
.faq-answer{
    text-align: justify;
    font-size: 12px;
}
.progs_and_apps p.app_type{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.progs_and_apps p.app_link{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}
.progs_and_apps p.app_description{
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}
.progs_and_apps a{
    font-size: 14px;
}


div.custom_headers {
    padding: 10px 0;
    text-align: center;
}
div.custom_headers h3 {
    font-family: Fregat;
    font-size: 20px;
    letter-spacing: 1px;
    width: 100%;
    position: relative;
    display: inline-block;
    color: #465457;
}
.custom_headers h3:before {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    right: 0;
    height: 6px;
    border-top: 2px solid #BBC9C9;
    border-bottom: 2px solid #BBC9C9;
    z-index: -1;
}
.custom_headers span {
    background: white;
    padding: 0 10px;
}

.olympiad_form{
    background-color: white;
    border: 1px solid #bbc9c9;
    padding: 10px;
    margin-top: 10px;
}
.white_border_content{
    border: 1px #e0e0e0 solid;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 6px #f6f6f6, 0px 0px 0px 7px #cccccc;
    background-color: white;
    margin-bottom: 20px;
    min-height: 200px;
}

/*Изменение цвета кубка-ссылки на призы чемпионата*/
.awards {
    background-color: beige;
    border-radius: 50%;

    -webkit-animation: glow cubic-bezier(0, 1, 0, 1) 3s infinite;;
    animation: glow cubic-bezier(0, 1, 0, 1) 3s infinite; }
@-webkit-keyframes glow {
    0% { background-color:red; }
    25% { background-color:#7C9885; }
    50% { background-color:green; }
    75% { background-color:#616283; }
    100% { background-color:red; }

}
@keyframes glow {
    0% { background-color:red; }
    25% { background-color:#7C9885; }
    50% { background-color:green; }
    75% { background-color:#616283; }
    100% { background-color:red; }
}

.new_year_login{
    background-image: url(../images/ny/pattern_login.jpg);
    background-repeat: repeat;
    background-size: 460px;
}
.new_year{
    background-image: url(../images/ny/pattern.jpg);
    background-repeat: repeat;
    background-size: 480px;
}
.main_page_socials{
    font-family: Segoe Print;
    font-size: 18px;
    margin-top: 30px;
}
.main_page_text-socials{
    margin-bottom: 2px;
}
.main_page_line-socials a{
    width: 44px;
    display: inline-block;

    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
}
.main_page_line-socials img{
    max-width:100%;
    transition: .7s;
    transform-style: preserve-3d;
    filter: contrast(0.9);
}
.main_page_line-socials a{
    perspective: 1000;
}
.main_page_line-socials a img:hover {
    transform: rotate(360deg) scale(1.1);
    filter: contrast(1.5);
}
.age-rest{
    color: white;
    background: url(/teach/views/default/images/age-rest.png);
    background-size: 100% 100%;
    cursor: initial;
    width: 25px;
    height: 25px;
    line-height: 24px;
    display: inline-block;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    font-family: 'Exo 2';
    padding-right: 2px;
    position: relative;
    right: -14px;
    bottom: 12px;
    opacity: .9;
}
#new_round_link > span{
    cursor: pointer;
    color: #388E3C;
    border-bottom: 1px solid #388E3C
}
.warning-text{
    color: #ff5050;
    background: #ffffff94;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 18px;
    font-family: 'Segoe Print';
    font-weight: 600;
}
.blackboard_text .warning-text a{
    color: #428bca !important;
}
.oferta-mc{
    font-size: 18px;
    color: #538AC5;
}
.oferta-mc a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.oferta-mc a:hover{
    text-decoration: none;
    color: #396492;
}
.oferta-mc img{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.pricelist a{
    color: #807F7F;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 20px;
}
.pricelist a:hover{
    color: #383434;
}
.pricelist img{
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.vfcupBadge{
    display: flex;
    width: 280px;
    position: absolute;
    bottom: 40px;
    left: 80px;
    z-index: 100;
    justify-content: center;
}



@media (max-width: 1200px) {
    .vfcupBadge{
        width: 210px;
        bottom: 50px;
        left: 80px;
    }
}

@media (max-width: 991px) {
    .vfcupBadge{
        width: 240px;
        bottom: 40px;
        left: 80px;
    }
}


@media (max-width: 767px) {
    .vfcupBadge {
        position: relative;
        width: 100%;
        left: auto;
        bottom: auto;
    }
}

@media (max-width: 520px) {
    #newsBattleModal .modal-dialog{
        width: 100%;
    }
    #newsBattleModal .modal-content{
        border-radius: 30px;
    }
    #newsBattleModal .modal-content img{
        width: 100%;
    }
    #newsBattleModal .modal-body{
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
    }
}