body, table {
    font-family: 'Montserrat', 'Arial';
}
input,
textarea,
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    outline: none;
    font-family: 'Montserrat', 'Arial';
}

input[type=text], input[type=number], select {
    font-size: 20px;
    padding: 15px 20px;
    border-radius: 15px;
}

select {
    
    background: url('/imgs/2023/svg/caret-down.svg') white no-repeat right center;
    background-size: 16px;
    background-position-x: 95%;
    padding-right: 10%;
}

input[type=button].disabled, input[type=submit].disabled {
    background: silver;
}

h1, h2, .h1, .h2 {
    color: #000;
    text-transform: none;
    font-weight: bold;
    text-align: left;
    padding: 5px 15px;
    font-size: 24px;
    margin: 20px 0px;
}

.h1 { text-transform: uppercase; margin: 10px 0px; }

.oragne h2 {
    color: #ef5122;
}

h3, .h3 {
    font-size: 18px;
    color: #000;
    text-transform: none;
    font-weight: bold;
}
h4, .h4 {
    font-size: 24px;
}

.vl {
  border-left: 1px solid white;
  height: 45px;
}

.buy_meny {
    padding: 5px;  
}

.buy_meny .left {
    padding-left: 30px;
}

.buy_meny .right {
    font-size: 13px;
    float: right;
}

.buy_meny .cart {
    color: #666666; 
    font-size: 16px;
}

a.button, input[type=button], input[type=submit], button {
    font-size: 20px;
    border: none;
    background: #fe611b;
    padding: 15px 30px;
    border-radius: 10px;
}

a:hover, .a:hover, div.blackout a:hover, div.blackout2 a:hover, div.orange_back a:hover, div.phone a:hover {
    color: #fe611b;
}

div.bordered {
    border: none;
    border-bottom: 1px solid black;
}

.bordered2 {
    border: none;
    padding-bottom: 10px;
}

#bmtext {font-size: 18px;}

.bordered_s {
    width: 94%;
    margin: 10px auto;
    background-color: #3c3b40;
    border-radius: 15px;
}

.bordered_s table td h3 {
    color: white;
    text-align: left;
    font-size: 20px;
    padding-top: 0px;
}

.bordered_s table td {
    color: white;
    font-size: 15px;
}

.programs, .news {
    padding: 20px 0px;
    background: #9da6af;
}
.programs div.fr, .news div.fr, .inner div.fr {
    float: right;
    padding: 10px 15px;
    background: white;
    border-radius: 15px;
    margin: 15px 20px 0px 0px;
}

.programs div.fr a, .news div.fr a, .inner div.fr a {
    font-weight: bold;
    color: #9da6af;
    
}
.programs h2, .news h2, .programs .h2, .news .h2, .inner .fl .h2 {
    color: white;
    padding-top: 0px;
    padding-left: 20px;
    display: block;
    text-decoration: none;
}
.inner .fl .h2 {
    color: black;
}
.inner .fl_slide {height: 60px;}
.inner .fl_slide .fl {width: 80%;}
.inner .fl_slide .fl h2 {margin: 5px 0px;}
.inner .fl_gray a {    
    color:gray;
    text-decoration: none;
}
.inner .fl_gray {margin-left: 15px;color:gray;}
.programs .inner .fl_gray {margin-left: 20px;color:black;}
.news {
    padding: 20px 0px;
    background: #eceff2;
}
.news h2, .news .h2 {
    color: #3b3b40;
}
.news div.fr, .inner div.fr {
    background: #3b3b40;
}
.news div.fr a {
    color: #eceff2;    
}

.inner div.fr a {
    color: white;    
}

.block_item {
    width: 100%; 
    text-align: center;
}

.block_item img.big {
    width: 480px;
}

.bordered2 .block_item img.big {
    width: 94%;
    border-radius: 15px;
}

.block_item img.big318 {
    width: 478px;
}

.block_item p {
    font-size: 16px;
    margin: 10px 0;
}

.block_item span.orange {
    color: #ef5122;
    font-size: 40px;
    font-weight: bold;
}

.block_item.inner p, .block_item.inner h2 {
    text-align: left;
    padding-left: 3%;
    padding-right: 3%;
    width: 94%;
}

.block_item.inner h2 {
    margin-bottom: -5px;
}

.youtube-player, div.h_slider div.video iframe {border-radius: 15px;cursor: pointer;}
div.h_slider .youtube-play {position: absolute; width: 20%; left: 40%; top: 35%;filter:invert(1);cursor: pointer; }
div.h_slider .youtube-play.short_video {top: 60%;}

.block_item.inner ul {
    padding: 0 5% 0 8%;
    text-align: left;
    width: 83%;
}

.block_item.inner ul li {
    font-size: 16px;
}

.block_item h2.orange {
    color: black;
}

.block_item a {
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.block_item span.sm {
    font-size: 12px;
    line-height: 15px;
}

div.video {position: relative;}
div.video div.video_overlay {position: absolute; width:190px; left: 10px; top: 310px; text-align: center; }
div.video div.video_overlay a { font-size: 20px; color: white; padding: 10px 20px; border: 2px solid rgba(255,255,255,0.7); text-decoration: none; border-radius: 15px; background: rgba(0,0,0,0.1); }

div.video_title {
    font-size: 20px;
    left: 0;
    top: 10px;
    width: 480px;
}

.block_item span.up {
    font-size: 16px;
    text-transform: uppercase;
}

.bordered2.orange {
    background: #fe611b;
}

.bordered2.orange h2 {
    color: #fff;
}

.bordered2 .third {
    width: 97%;
    padding: 0px;
}

.bordered2 .third .whitebord {
    border: solid 2px #fe611b;
}

.bordered2 .third .whitebord:hover {
    border: solid 2px #fff;
}

.bordered2 .third .celltext {
    color: black;
    font-size: 24px;
    text-align: left;
    padding-left: 5px;
}

.bordered2 .third .celltext a {
    color: #fff !important;
    font-size: 24px;
}

.bordered2 .third .celltext a:hover {
    color: #000;
}

.block_item .black {
    font-size: 24px;
    font-weight: bold;
}

.block_item .blacksm {
    font-size: 20px;
    font-weight: bold;
    text-decoration: line-through;
}

.bordered2 .sert .third {
    padding: 0;
}

.bordered2 .h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

.bordered2 .orange_block {
    background: #fe611b;
}

.bordered2 .orange_block * {
    color: #fff;
}

.bordered2 .orange_block a:hover {
    color: #000;
}

.block_item.sert2 .third {
    text-align: left;
    padding: 0;
}

.block_item.sert2 p {
    margin: 0;
    font-size: 22px;
    line-height:120%;
}

.block_item.tables .third {
    width: 96%;
    padding: 0 2%;
}

.block_item.tables .cell {
    float: left;
    width: 100%;
    font-size: 16px;
}

.block_item.tables .cell a {
    font-size: 20px;
}

.block_item.tables .third img {
    border: solid 2px #fff;
}

.block_item.tables .third img:hover {
    border: solid 2px #ef5122;
}

.block_item.tables .imghover {
    height: auto;
}

.video_list a .imghover { width: 440px; height: 285px; border-radius: 15px; border: none; }
table.video_list h3 { text-align: left; text-transform:none; }

div.foot_menu {
    width: 92%;
    padding: 4%;
    background-color: #1d1d1f;
}

div.foot_menu .cell {
    font-size: 14px;
    padding: 0px;
}

div.foot_menu .cell table {color: #fe611b;line-height: 28px;}
div.foot_menu .cell table span {font-weight: bold; font-size: 22px;}

div.foot_menu .cell p {
    font-size: 12px;
    line-height: 200%;
    margin-bottom: 7px;
}
div.foot_menu .cell p span {display: inline-block;width: 30px;}
div.foot_menu .cell p img {margin: 0px 10px -3px 0px;}
div.foot_menu .cell p a {
    font-size: 16px;
    font-weight: 400;
}


div.foot_menu p.main a {
    font-size: 13px;
}

div.footer {
    background-color: #fe611b;
    color: black;
    width: 96%;
    padding: 2%;
}

div.footer a {
    text-decoration: underline;
    color: black;
}

div.footer * {
    font-size: 11px;
}

.menu_item {
    padding-left: 7px;
}

.orlink, .orlink:hover {
    color: #ef5122 !important;
}

.bllink, .bllink:hover {
    color: #000 !important;
}

.b {font-weight: bold;}
.n28 {font-size: 28px;}
.b32{ font-size: 32px; font-weight: bold;}
.b36{ font-size: 36px; font-weight: bold;}
.m17, .block_item p.m17 {margin: 0px 17px;}

div.fr {float: right;}

.head_new {position: relative; height:55px;background-color: #ff6000;}
table.head{background-color: #fe611b;color: white;font-size: 12px;}
table.head div.count {background: white;
    width: 18px;
    height: 16px;
    padding-top: 2px;
    color: #1d1d1f;
    border-radius: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    font-size: 12px;}
table.notify{background-color: #eceff2;color: #333333;font-size: 14px;}

.breadcrumbs { margin: 10px 17px 0px; }
.breadcrumbs a{ font-size: 18px; text-decoration: none; display: inline-block; font-weight: 500; }
.breadcrumbs img{margin-bottom: -2px;}

table.top_menu {height:100%;background-color:#fe611b;margin: -21px 0px;}
table.top_menu a{color: white; font-size: 18px;display: inline-block;
    text-decoration: none;
    width: 160px;}
table.top_menu a.n28{width:auto;}
table.top_menu .contact p {color: white;margin: 0px 0px 0px 43px;}
table.top_menu .contact a {font-size: 26px;
    font-weight: bold;
    text-decoration: none;}
table.top_menu .contact img {margin: 0px 10px -5px 0px;}
table.top_menu p img  {margin-top: 3px;}
table.top_menu p span {display: inline-block; width: 30px;vertical-align: top;}
table.top_menu h3 {font-size: 20px;
    color: #000;
    text-align: left;
    text-transform: none;
    color: white;
    font-weight: bold;}

.invert{filter: invert(1);}

.br10 {height: 10px;}
.br20 {height: 20px;}

div.h_slider {overflow-x: scroll;max-width: 479px;}
table.h_slider { padding-right: 10px;}

div.menu_item a{font-size: 18px;text-decoration: none;display: inline-block;margin: 25px 0px;font-weight: 500;}
div.menu_item a:hover, div.menu_item a.sel{color: #fe611b; border-bottom: 1px solid #fe611b;}

div.contacts {background-color: white; padding: 30px 15px;}
div.contacts .h2 {font-weight: bold; text-transform: none; text-decoration: none;padding: 0px;margin: 0px;}
div.contacts img {margin: 0px 10px -15px 15px;}
div.contacts span img {margin: 0px 15px -3px 0px;}
div.contacts p { font-size: 14px; margin-top: 5px;margin-left: 58px;}
div.contacts a.b32 {border-bottom: 1px solid rgba(0,0,0,0.7); text-decoration: none; }

div.bottom_fixed{position: fixed; bottom: 5%; left: 7%; z-index:9999;display: none;}
table.menu_table div.menu_div{height: 70px; }
div.comments {width:480px;background: white;padding: 0px;}
div.top_menu{max-width: 480px;}
div.menu {
    width: 480px;
    padding: 0px;
    margin: 0px;
}
div.menu p a{font-size: 14px;}
.feedback_conteiner {
    background: #a6a6a6;
    position: absolute;
    padding: 10px;
    z-index: 100;
    display: none;
}
div.logo, div.slogan,  div.phone { padding: 5px 0 15px; }
div.logo{width: 50%;padding: 5px 0px 0px;}
div.phone { text-align: right;float: right; width: 50%; margin: 0px; padding: 0px;}
div.phone a { color: #666;font-size: 15px; }
div.phone a:hover { color: #ef5122; }
div.logo .cell { text-align: left; padding-left: 10px; }
div.logo .cell .text { color: #666;font-size: 11px; text-align: right; padding-right: 7px; }
div.phone .cell { text-align: right; padding: 5px 10px 0 0; }
div.phone p { font-size: 16px; margin: 0px; }
div.phone p span { font-size: 16px; color: #ef5122; }
div.top_menu a { font-size: 12px; }
div.top_menu td { padding: 5px 3px; border-right: solid 1px #fff; border-bottom: solid 1px #fff; }
p.menu_p{font-size:60%;    color: black;    margin: 0px;    padding: 0px;    line-height: 150%; text-align: center;}
.s_city{position: absolute; left: 122px; top: 62px; color: gray; font-size: 10px;}
.dn { display: none; }


table.faq h3 {text-transform: none; color: black; text-align: left; font-size: 20px; font-weight: 600;}
table.faq td.qa {border-bottom: 2px solid #e5e8eb; padding: 20px 0px; cursor: pointer;min-height: 70px;}
table.faq div.qu { font-size: 18px; padding: 0px 50px 10px 0px; background: url('/imgs/2023/svg/chevron-down.svg') no-repeat; background-size: 24px; background-position: top 10px right 10px; }

table.faq td.qa.opened div.qu { background-image: url('/imgs/2023/svg/chevron-up.svg'); }
table.faq div.an {display: none;}
table.faq input {width: auto; float: none; padding: 13px 20px;}

.raspisanie {
    width: 100%;
    margin: 0;
}

table.raspisanie {
    width: 100%;
    margin: 0;
    border: none;
}

table.raspisanie th {
    font-size: 24px;
    background: none;
    font-weight: bold;
    padding: 15px;
    color: black;
    padding-bottom: 0px;
    padding-left: 0px;
}

table.raspisanie td {
    font-size: 20px;
    padding: 15px 20px 15px;    
    border-radius: 15px;
    border: 1px solid #8f959b;
}

table.raspisanie a {
    margin-top: 10px;
    font-weight: 500;    
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    display: inline;
    font-size: 18px;
}
table.raspisanie .address {
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
}
table.raspisanie .address a {    
    font-size: 18px;
}

table.raspisanie .date {
    text-align: left;        
    color: black;
    background: url('/imgs/2023/svg/clock.svg') no-repeat left center;
    background-size: 20px;
    font-size: 20px;
    font-weight: 500;
    padding-left: 30px;
    margin-bottom: 20px;
}

table.raspisanie .zapis {
    text-align: center; 
    margin-top: 15px;
}

table.raspisanie .br {
    height: 5px;
}


table.raspisanie th span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

table.raspisanie .fr {margin-top: -45px;}
table.raspisanie .zapis.fr2{margin-top: -60px;}
table.raspisanie td.sched_ok .zapis.fr2, table.raspisanie td.sched_few .zapis.fr2 {margin-bottom: 60px;}
table.raspisanie div img {margin-bottom: -3px;margin-right: 5px;}

input[type=button]:active, input[type=submit]:active, button:active {
    background: #ff8c00;
}

table.raspisanie input[type="button"] {
    width: auto;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 50px;
}

table.raspisanie td.sched_few {
    background: #eceff2;
    border-color: #eceff2;
}

table.raspisanie td.sched_no {
    background: #8f959b;
    border-color: #8f959b;
}

table.raspisanie td.sched_no  input[type="button"] {
    border-color: white;
    color: white;
}

.question {
    background: url('/imgs/2023/svg/circle-question.svg') no-repeat;
    opacity: 0.75;
}

table.raspisanie td.sched_no .question {
    filter:invert(1);
    opacity: 1;
    margin-top: 12px;
    margin-right: 25px;
}

table.raspisanie td.sched_no .ques-text {
    left: 0;
    top: 40px;  
    text-align: left;
    width: 350px;
    border-radius: 15px;
}

table.raspisanie td.sched_no ul {
    list-style-image:none;
    margin-left: -20px;
    margin-top: 10px;
}

table.raspisanie td.sched_no .date, table.raspisanie td.sched_no .fr, table.raspisanie td.sched_no .seats, table.raspisanie td.sched_no a, table.raspisanie td.sched_no .address a {
    color: black;
    filter:invert(1);
}

div.comments div.h_slider div.comment div.more {
    background: url(/imgs/svg/quote.svg) #eceff2 no-repeat right top;
    bottom: 0px;
}

div.comments div.h_slider div.comment {
    height: 350px;
    width: 350px;
    box-shadow: none;
    border-radius: 15px;
    background: #eceff2;
    padding: 25px;
}

div.comments div.h_slider div.comment.overflow {
    overflow-y: scroll;
}

div.comments div.h_slider div.comment span {
    background: url(/imgs/2023/svg/image-user.svg) no-repeat left top;
}

div.comments div.h_slider div.comment td.t {
    font-size: 20px;
    font-weight: bold;
}

div.comments div.h_slider div.comment div.more span {
    color: #fe611b;
}

.dropdown_main {
    width: auto;
    border: 0;
    height: 30px;
}

.dropdown_main div {
    padding: 0 20px;
}

table.raspisanie .lines {
    width: 210px;
}

.button_prev_next .prev_button, .button_prev_next .prev_button:hover {
    background: #ebebeb !important;
    border-color: #adadad !important;
    color: #000 !important;
    font-size: 16px !important;
    padding: 7px 100px !important;
    margin-top: 2px;
    display: block;
}

.button_prev_next .next_button, .button_prev_next .prev_button, .button_prev_next .prev_button:hover {
    padding: 15px 20px !important;
    text-decoration: none;
}

.reklama_menu {
    background: url("/imgs/mobile/korzina_menu.png") no-repeat;
    height: 30px;
    width: 480px;
    background-size: 480px;
}

.reklama_menu div {
    width: auto;
    padding: 5px 0 0 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.reklama_menu .text {
    font-size: 16px;
    text-transform: none;
}

.reklama_menu.step_1 {
    background-position: 0 0;
}

.reklama_menu.step_2 {
    background-position: 0 -30px;
}

.reklama_menu.step_3 {
    background-position: 0 -60px;
}

.reklama_menu.step_4 {
    background-position: 0 -90px;
}

.reklama_menu.step_5 {
    background-position: 0 -120px;
}

div.ingos {
    background: url(/imgs/2023/elements/ingos-2.jpg) no-repeat #035ebe;
    width: 94%;
    background-position: bottom;
    background-size: cover;
    border-radius: 15px;
    color: white;
    margin: 0px auto;
    height: 820px;
}
div.ingos td {padding-left: 50px;}
div.ingos h2 {color: white;font-size: 28px; padding: 0px 5%;
    font-weight: 600;}
div.ingos p {color: white;font-size:18px; padding: 0px 5%; text-align: left;}

.promokod {font-size: 18px;}

.zanjatija {
    padding: 10px;
    margin-top: 20px; width: 300px;
}

.promokod input[type="text"] {
    margin: 0 5px;
    font-size: 18px;
    padding: 9px;
    border-radius: 7px;
}

.promokod input[type="button"], .promokod input[type="submit"] {
    padding: 10px 25px;
    margin-left: 0;
    font-size: 18px;
}

.korzina_item {
    width: 480px;
}

.korzina_item h3 {
    text-align: center;
    line-height: 18px;
}

.korzina_item td {
    padding: 10px;
}

.korzina_item .time, .korzina_item .time2 {
    text-align: center;
    font-size: 20px;
}

.korzina_item .col_line {
    margin: 0px 0px 0px 80px;
    font-size: 20px;
    
}

.korzina_item .del_block {
    margin-top: 5px;
    
}
.korzina_item .del_block img {
    margin: 5px 0px -5px;
}
.korzina_item .del_block .delete {
    font-size: 20px;
    text-decoration: none;
}

.korzina_item .price {
    padding: 10px 30px;
}

.korzina_item .price .text {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

#top_menu_conteiner div.cell{text-align: left;padding: 10px;width: 100%;}
.korzina_item .price .text .name {
    float: left;
    text-align: right;
    width: 52%;
    font-size: 16px;
    line-height: 38px;
}

.korzina_item .price .text .val {
    float: right;
    text-align: left;
    width: 45%;
}

.dostavka_block {
    width: 442px;
    padding: 15px;
}

.dostavka_block * {
    font-size: 20px;
}

.dostavka_block .dop_text div {
    width: 410px;
    height: 50px;
    font-size: 20px
}

.dostavka_block .card_block {
    width: auto;
    height: auto;
}

.dostavka_block .card_block .pic {
    float: left; 
    height: 66px; 
    overflow: hidden;
}

.dostavka_block .card_block img {
    position: relative;
    top: -65px;
    width: 100px;
    margin-right: 10px;
}

.dostavka_block .card_block .text {
    float: right;
    width: 310px;
    font-size: 20px;
}

.dostavka_block .dop_text {
    width: 254px;
}

.ques-text {
    left: -240px;
    width: 270px;
    font-size: 18px;
    line-height: 22px;
    padding: 10px;
}

.popup_table .h2, .popup_table .h3 {
    padding-right: 50px; padding-left: 10px; text-align: left;
}

div.close_div div.close_btn {
    position: absolute;
    top: 35px;
    left: -50px;
    font-size: 1px;
    background: url('/imgs/2023/svg/xmark-large.svg') no-repeat;
    width: 23px;
    height: 24px;
    cursor: pointer;
}

.radio_list .text {
    top: 2px;
}



.radio_list .inp {
    position: relative;
}

.dostavka_block .checkbox.checked {
    background-position: 0 -46px;
}

form .button_prev_next {
    margin: 15px;
}

.courses {
    width: 100%;
}

.courses td {
    padding: 15px;
}

.courses a.link {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

.courses .price2 .text {
    font-size: 20px;
    height: 40px;
    line-height: 30px;
}

.courses .price2 .name {
    float: left;
    text-align: right;
    width: 50%;
}

.courses .price2 .val {
    float: right; 
    text-align: left;
    width: 45%;
}

.courses .price2 .price3 {
    font-size: 20px;
}

.courses .price2 .price4 {
    color: #f05d31;
    font-size: 40px;
}


.courses .im {
    text-align: center;
}

.pravila h2 {
    font-size: 18px;
}

.orange_back.big_text {
    padding: 10px 0;
    font-size: 13px;
}

a.program_link {
    width: auto;
    margin-top: 0px;
    min-height: 45px;
}

.program {
    width: 420px;
    margin: 0 3%;
    border: none;
    background: white;
    border-radius: 15px;
    padding-bottom: 0px;
    min-height: 560px;
    
}

.program_v {
    width: 94%;
    margin: 20px auto;
}

.program h2 {
    padding: 0px 20px;
    font-size: 20px;
    margin: 5px 0px;
    color: black;
}

.program * {
    text-align: left;
}

.program .text {
    padding: 10px 20px 20px;
    font-size: 14px;
    color: #3b3b40;
}

.program .descr {
    min-height: 75px;
}

.program .grey_text {
    color: #3b3b40;
    margin-top: 15px;
    font-size: 14px;
}

.program div.row {
    padding: 20px 20px 10px;
    font-size: 14px;
}

.program a img {
    border-radius: 15px 15px 0px 0px;
}

.program .price {
    color: #fe611b;
    font-size: 20px;
    font-weight: bold;
}

.program .old_price {
    padding-left: 20px;
    font-weight: bold;
    padding-left: 20px;
}

.program input {
    font-size: 15px;
    padding: 15px 0px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    
}

.program.last {
    background-color: #3b3b40;
    min-height: 680px;
}

.program.last a.program_link {
    min-height: 20px;
    background: white;
    border-radius: 15px;
    text-align: center;
    margin: 75% 10% 0%;
    padding: 10px 0px;
    display: inline-block;
    width: 80%;
    
    background: #3b3b40;
    border-radius: 15px;
    text-align: center;
    color: white;
    border: 1px solid white;
}

.program.last h2 {
    text-align: center;
}

.program.last a.program_link h2 {
    color: white;
}

.news .program.last {
    min-height: 560px;
}

.news .program.last a.program_link {
    margin-top: 60%;
}

input.reverse {
    background: none;
    border: 2px solid #fe611b;
    width: 100%;
    padding: 13px 0px;
    color: #fe611b;
    float: right;
}

.cab_menu td {
    text-align: center;
    padding: 4px 0;
}

.cab_menu a {
    font-size: 20px;
    padding: 4px 4px;
}

.zanjatija {
    width: auto;
    padding: 10px;
    margin-top: 10px;
}

.zanatie_item .head {
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    padding: 5px 10px;
}

.zanatie_item .item {
    margin: 0;
    padding: 0 10px;
}

.zanatie_item input[type="button"] {
    margin-top: 10px;
    padding: 5px 20px;
    font-size: 15px;
}

.zanatie_item .time {
    font-size: 16px;
    padding: 0 10px;
}

.zanatie_item .item {
    padding: 7px 10px;
}

.training_table {
    width: auto;
}

.training_table h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}

.training_table .date {
    margin-top: 3px;
    font-size: 20px;
}

.training_table table.raspisanie th {
    font-size: 20px;
    text-transform: none;
    background-position: 15px 10px;
    padding: 15px 20px 15px 55px;
    color: black;
    font-weight: bold;
}

.training_table .zap a {
    font-size: 16px;
}

.training_table .name {
    margin-top: 0;
}

.training_table .num {
    margin-top: 5px;
    font-size: 40px;
}

.training_table .num span {
    font-size: 25px;
}

.training_table .a1 {
    font-size: 15px;
}

.training_table .a2 {
    font-size: 17px;
    margin-top: 5px;
}

.training_table .link a {
    margin-left: 5px;
    font-size: 20px;
    line-height: 10px;
}

.raspisanie.zapis {
    width: 100%;
    margin: 0 auto;
}

table.new {font-size: 20px;}

.promo .big_text {
    font-size: 16px;
}

.promo .big_text .code {
    font-size: 18px;
    color: #ef5122;
}

.pokupatel div {
    margin: 15px 0px;
}
.pokupatel .quest_block {
    margin: 3px 0px 0px 10px;
}
.korzina_item.pokupatel div.form_item {
    width: 75%;
    margin: 0px auto;
}

.korzina_item.pokupatel .del_block {
    margin-left: 20px;
}

.zapis_item {
    font-size: 20px;
}

.zapis_item .name {
    font-size: 24px;
    color: black;
    font-weight: bold;
}

div.comments div.h_slider div.comment p {
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    color: #3b3b40;
}

.zanjatija.pravila h2 {margin-left: 30px;}
.pravila .check_block {margin-left: 60px; margin-bottom: 20px;}

p.corona{font-size:13px;text-align: center;margin-top: 0px;background: url('/imgs/car_alone_m.png') no-repeat left; background-size: 28px; padding-left: 20px;margin-left: 10px;}

div.back table.orange2 div.div1 { background: #fe611b; min-height: 200px; min-width: 340px; color: white; font-size: 20px; width: 20%; border: 1px solid white; padding: 10px 30px; text-align: left; }
div.back table.orange2 div.div2 { background: white; min-height: 200px; min-width: 340px; color: black; font-size: 20px; width: 20%; border: 1px solid white; padding: 10px 30px; text-align: left; }
div.back table.orange2 a{text-decoration: none;}
div.back table.orange2 span{font-size: 32px;}
div.back table.orange2 a span{text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.3);}
div.back table.orange2 a div.div1 span{text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.7);}
div.back table.orange2 div.div2.bordered2 {border: 1px solid #d3d3d3;}


div.course {
    width: 210px;
    background: #eceff2;
    border-radius: 15px;
    padding: 0px;
    margin: 3% 0% 3% 4%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #9599a7;
}

div.course.last {
    background-color: #3b3b40;
    min-height: 370px;
}

div.course.last div.descr a {
    margin: 0px 10%;
    margin-top: 75%;
    min-height: 20px;
    background: #3b3b40;
    border-radius: 15px;
    text-align: center;
    color: white;
    border: 1px solid white;
    width: 80%;
    padding: 12px 0px;
}

div.course a img {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
}

div.course div.row {
    padding:  10px 10px 0px;    
}

div.h_slider div.course div.row img {
    filter:opacity(0.7);
}

div.course div.descr {
    padding: 10px;
}

div.course div.descr div {
    margin: 10px 0px;
    color: black;
}

div.course div.descr a {
    font-size:15px;
    font-weight: bold;
    text-decoration: none;    
    min-height: 75px;
    display: inline-block;
}

div.course div.descr .orange {
    color: #fe611b;
    font-size: 20px;
    font-weight: bold;
}

div.course input {
    font-size: 15px;
    padding: 15px 0px;
    width: 100%;
    font-weight: bold;
}

div.contentmore{height: 300px;overflow: hidden;position: relative;}
div.contentmore div.readmore span{color: #fe611b;border-bottom: 1px dashed #fe611b;}
div.contentmore div.readmore{position: absolute;bottom: 0px;background: rgb(255,255,255);background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,0.1) 100%);padding: 80px 0px 10px 17px;width: 100%;}
div.contentmore h3 {text-align: left;padding: 5px 15px;}
div.contentmore li {font-size:16px}