@import "lager.css";
@import url("../../css/g.css");

@font-face {
    font-family: Comic Sans MS;
    src: url('comic.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'NeuchaRegular';
    src: url('../../css/fonts/NeuchaRegular/NeuchaRegular.eot');
    src: url('../../css/fonts/NeuchaRegular/NeuchaRegular.eot?#iefix') format('embedded-opentype'), url('../../css/fonts/NeuchaRegular/NeuchaRegular.woff') format('woff'), url('../../css/fonts/NeuchaRegular/NeuchaRegular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

html, body, dl, dt, dd, div, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
    margin: 0;
    padding: 0
}

html {
    overflow-y: scroll
}

html, body {
    min-width: 1060px;
    height: 100%
}

body, td, div {
    line-height: 1.5em
}

p {
    line-height: 1.4em
}

a, input, button {
    outline: none
}

img {
    border: none
}

dl, address, blockquote {
    margin: 0 0 1.5em
}

dt {
    margin: 0;
    font-weight: bold
}

dd {
    margin: 0 0 .6em
}

address {
    font-style: normal
}

small {
    font-size: .8em
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

ul {
    list-style-position: outside
}

ol {
    margin: 0 0 1.5em 2.5em
}

li {
    margin: 0 0 .3em
}

li ul, li ol {
    margin: .6em 0 0 1.3em
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .4em;
    font-weight: normal;
    line-height: 1.2em;
    color: #00b0f0
}

h1 {
    font-size: 2.3em;
    margin: 0 0 .4em
}

h2 {
    font-size: 1.8em
}

h3 {
    font-size: 1.7em
}

h4 {
    font-size: 1.5em
}

h5 {
    font-size: 1.4em
}

h6 {
    font-size: 1.22em
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: inherit
}

input, select {
    vertical-align: middle
}

.error {
    color: #c66
}

#fp_gallery {
    padding: 20px 35px
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -.6em;
    border-radius: 4px 4px 4px 4px
}

#fp_thumbContainer {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 50px 0;
    height: 0
}

#fp_thumbScroller {
    position: relative;
    overflow: hidden
}

#fp_thumbScroller .container {
    height: 170px;
    position: relative;
    float: left;
    display: none
}

#fp_thumbScroller .content {
    float: left;
    margin-top: 27px
}

#fp_thumbScroller .content div {
    margin: 0px 5px;
    height: 100%
}

#fp_thumbScroller img {
    height: 108px
}

#fp_thumbScroller a {
    display: block;
    min-width: 100px;
    padding: 1px
}

.fp_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #000;
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80)
}

.fp_loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -35px 0px 0px -35px;
    background: #fff url(../../images/gallery/loader.gif) no-repeat center center;
    width: 70px;
    height: 70px;
    z-index: 9999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70)
}

.fp_next, .fp_prev, .fp_close {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50%;
    margin-top: -25px;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1000;
    -moz-box-shadow: 0px 0px 3px #000;
    -webkit-box-shadow: 0px 0px 3px #000;
    box-shadow: 0px 0px 3px #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70)
}

.fp_next {
    background: #fff url(../../images/gallery/next.png) no-repeat center center;
    right: -50px
}

.fp_prev {
    background: #fff url(../../images/gallery/prev.png) no-repeat center center;
    left: -50px
}

.fp_close {
    display: none;
    width: 110px;
    text-align: center;
    padding-left: 10px;
    text-transform: uppercase;
    line-height: 50px;
    top: 10px;
    right: 10px;
    margin-top: 0px;
    background: #fff url(../../images/gallery/close.png) no-repeat 10px 50%;
    color: #000
}

.fp_scrollWrapper {
    display: none !important;
    width: 300px;
    padding: 10px 45px;
    height: 12px;
    position: relative;
    margin: 30px auto;
    background: #111;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.ui-widget-content {
    height: 12px;
    background-color: #353535;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.ui-slider-horizontal .ui-slider-handle {
    margin-top: 5px;
    z-index: 1;
    outline: none;
    cursor: pointer;
    border: none;
    width: 15px;
    height: 12px;
    background: #9b9b9b;
    margin-left: -7px
}

.ui-state-default {
    background-image: none
}

.fp_prev_thumb, .fp_next_thumb {
    background: transparent url(../../images/gallery/nav.png) no-repeat top left;
    top: 90px;
    position: absolute;
    width: 19px;
    height: 24px;
    cursor: pointer
}

.fp_prev_thumb {
    left: 0;
    background-position: left bottom
}

.fp_next_thumb {
    right: 0;
    background-position: right bottom
}

img.fp_preview {
    position: fixed;
    z-index: 999;
    border: 3px solid #fff;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}

.mod_photo_tbl {
    width: 90%
}

.mod_photo_tbl td {
    width: 33%;
    padding: 25px 1px;
    font-size: 9pt;
    text-align: center;
    vertical-align: top
}

.mod_photo_tbl img {
    margin: 0 0 5px
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #000
}

#colorbox {
    outline: 0
}

#cboxContent {
    margin-top: 20px;
    background: #000
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc
}

#cboxLoadingGraphic {
    background: url(../../site_engine/lib/jquery.colorbox/images/loading.gif) no-repeat center center
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(../../site_engine/lib/jquery.colorbox/images/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxPrevious:hover {
    background-position: bottom left
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(../../site_engine/lib/jquery.colorbox/images/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxNext:hover {
    background-position: bottom right
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(../../site_engine/lib/jquery.colorbox/images/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px
}

#cboxClose:hover {
    background-position: bottom center
}

#colorbox img {
    max-width: 3000px
}

.sitemap, .sitemap ul {
    list-style: none
}

.sitemap li {
    background: none
}

.sitemap1 {
    font-size: 1.3em;
    line-height: 1.8em
}

.gbook {
    background: #f3f3f3
}

.gbook .gbook_head {
    font-weight: bold
}

dl.news-block {
    padding: 0 0 20px;
    clear: left
}

dl.news-block a:hover {
    color: #c00
}

dl.news-block dt {
    padding: 0 0 7px;
    font-weight: normal
}

dl.news-block .news-date {
    display: block;
    padding: 0 5px 0 0;
    color: #666;
    font-size: 8pt
}

dl.news-block img {
    margin: 0 15px 5px 0
}

dl.news-block dd {
    color: #000;
    text-decoration: none
}

div.news-hr {
    margin: 3em 0 0;
    padding: 0 0 3em;
    border-top: 1px solid #000;
    clear: both
}

div.news_years {
    margin: 0 0 .9em
}

div.news_years span {
    padding: 3px;
    background: #ccc
}

ol.search_results li {
    margin-bottom: 12pt
}

ol.search_results span {
    font-size: 8pt
}

table.mod_opros_tbl td {
    padding: 0 60px 60px 0;
    text-align: left;
    vertical-align: top
}

table.mod_opros_tbl .opros_head {
    font-weight: bold
}

table.tbl_prod {
    margin: 30px 0 20px 0;
    width: 100%
}

table.tbl_prod td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: bold
}

table.tbl_prod td.td_center {
    text-align: center
}

table.tbl_prod tr.prod_head td {
    padding: 10px;
    background: #00589b;
    white-space: nowrap
}

table.tbl_prod tr.prod_head td, table.tbl_prod tr.prod_head a {
    color: #fff
}

table.tbl_prod tr.prod_head td img {
    margin: 0 5px
}

table.tbl_prod td.prod_img {
    width: 100px
}

table.tbl_prod td.prod_col input.bas_add_add {
    position: relative;
    top: 2px;
    left: 3px
}

table.tbl_prod td.prod_col input.bas_add_col {
    text-align: center;
    width: 30px
}

table.tbl_prod .in_basket, table.tbl_prod2 .in_basket {
    font-size: 7pt
}

table.tbl_prod2 {
    width: 100%
}

table.tbl_prod2 td {
    padding: 5px 10px;
    text-align: left;
    vertical-align: top
}

table.tbl_prod2 td.prod2_txt img.prod2_img {
    margin: 15px;
    float: right
}

table.tbl_prod2 td.prod2_txt {
    width: 100%
}

table.tbl_prod2 td.prod2_txt div.prod2_name {
    padding: 0 0 15px
}

table.tbl_prod2 td.prod2_txt div.prod2_price {
    padding: 0 0 15px
}

table.tbl_prod2 td.prod2_txt div.prod2_col {
    padding: 0 0 15px
}

table.tbl_prod2 td.prod2_txt div.prod2_col input.bas_add_add {
    position: relative;
    top: 2px;
    left: 3px
}

table.tbl_prod2 td.prod2_txt div.prod2_col input.bas_add_col {
    width: 30px;
    text-align: center
}

table.tbl_prod2 td.prod2_txt div.prod2_descr {
    padding: 15px 0 0
}

.basket_img {
    max-height: 100px
}

div.formbox {
    padding: 0 0 20px
}

div.formbox td {
    padding: 8px 5px
}

div.formbox td.formbox_head {
    text-align: right;
    vertical-align: top
}

div.formbox i.star {
    color: #c66
}

div.formbox-style1 {
    padding: 20px;
    text-align: center;
    background: rgba(0, 0, 0, .01);
    border: 1px solid #eee;
}

.inp {
    line-height: 1em
}

.inp_but, button, .img_captcha {
    cursor: pointer
}

.page_nav {
    margin: 0 0 .9em
}

.page_nav span {
    padding: 1px 4px;
    font-weight: normal;
    background: #ccc
}

.page_sort {
    margin: 0 0 .9em;
    text-align: right
}

.table {
    width: 100%
}

.table td {
    color: #000;
    background: #fff;
    border-bottom: 1px solid #00589b;
    padding: 7px 15px
}

.table .table_head {
    background: #00589b;
    padding: 10px
}

.table .table_head, .table .table_head a {
    color: #fff
}

body {
    background: #fff
}

body, td, select, input, textarea {
    color: #000;
    font: 13px/1.4em Arial, sans-serif
}

a, .link {
    color: #0097cf;
    text-decoration: none;
    cursor: pointer
}

a:hover, a:focus, .link:hover {
    text-decoration: underline
}

h1, h2, h3, h4, h5, h6 {
    font-family: Comic Sans MS, sans-serif;
    text-shadow: 0 1px 1px #ccc
}

#h1_page_head, #h1_page_head_school {
    margin-bottom: .9em;
    padding-left: 10px
}

#breadcrumbs, #breadcrumbs a {
    font-size: 8pt
}

body {
    font: 14px/18px trebuchet ms, Arial, Tahoma, Verdana, sans-serif;
    height: 100%;
    color: #0170b7;
    background: #6ec7d5
}

#fon_blue, #fon_blue_new {
    background: #6ec7d5;
    width: 100%;
    height: 100%
}

#fon_blue_new {
    background: #134196
}

#fon, #fon_new {
    min-width: 1060px;
    width: 100%;
    background: #6ec7d5 url(../../images/fon.jpg) 50% 0 no-repeat;
    min-height: 1090px;
    height: auto !important;
    position: relative;
    margin: 0 auto;
    max-width: 1920px
}

#fon_new {
    background: #134196 url(../../images/fon_new.jpg) 50% 0 no-repeat
}

#fon_history {
    min-width: 1060px;
    width: 100%;
    height: auto !important;
    position: relative;
    margin: 0 auto;
    max-width: 1920px
}

#kraski {
    width: 305px;
    height: 634px;
    background: url(../../images/kraski.webp) 0 0 no-repeat;
    position: fixed;
    left: -100px;
    top: 30%;
    z-index: 10;
    display: none
}

#karandashi {
    width: 180px;
    height: 285px;
    background: url(../../images/karandashi.webp) 100% 50% no-repeat;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 10;
    display: none
}

#fon_center, #fon_center_new {
    position: absolute;
    width: 891px;
    bottom: 0;
    left: 50%;
    top: 0;
    margin-left: -457px;
    background: #fff
}

#fon_center_new {
    bottom: 446px
}

#wrapper, #wrapper_new, #footer, #footer_new, #footer_history {
    width: 1060px;
    margin: 0 auto
}

#wrapper {
    background: url(../../images/fon_wrapper2.jpg) 11px 0 no-repeat;
    position: relative
}

#wrapper_new {
    background: url(../../images/fon_wrapper_new.jpg) 23px 0 no-repeat;
    position: relative
}

#wrapper_history {
    width: 1060px;
    margin: 0 auto;
    position: relative
}

#header {
    height: 142px;
    position: relative;
    z-index: 2
}

.history_progress-header .header-block {
    background: none;
}

#logo, #logo_history_progress {
    display: block;
    width: 331px;
    height: 168px;
    position: absolute;
    top: 0;
    left: 10px
}

#logo_history_progress {
    background: url(../../images/logo.png) 0 0 no-repeat
}

#logo i, #logo_history_progress i {
    display: none
}

.top_menu {
    display: block;
    position: absolute;
    top: 25px;
    font: 14px Comic Sans MS, sans-serif;
    color: #0072bb;
    text-decoration: none
}

#wrapper_new .top_menu, #wrapper_new .top_menu_2 {
    color: #fff
}

.top_menu[rel="1"] {
    left: 376px
}

.top_menu[rel="2"] {
    left: 522px
}

.top_menu[rel="3"] {
    left: 670px
}

.top_menu_2 {
    display: block;
    position: absolute;
    top: 35px;
    font: 12px/14px Comic Sans MS, sans-serif;
    color: #0072bb;
    text-decoration: none;
    padding: 44px 0 0;
    width: 80px;
    text-align: center
}

.top_menu_2[rel="1"] {
    left: 425px;
    background: url(../../images/rassilka.png) 50% 0 no-repeat
}

.top_menu_2[rel="2"] {
    left: 590px;
    background: url(../../images/puteshestvie.png) 50% 0 no-repeat
}

#online_shkola {
    display: block;
    position: absolute;
    top: 35px;
    left: 730px;
    background: url(../../images/online_shkola.png) 50% 0 no-repeat;
    width: 170px;
    height: 91px
}

#vxod {
    width: 126px;
    height: 81px;
    background: url(../../images/vxod.png) 0 0 no-repeat;
    top: 35px;
    right: 15px;
    position: absolute
}

#vxod #f_user_mail {
    margin: 14px 0 0 3px;
    width: 104px;
    height: 13px;
    border: none;
    font: 11px Comic Sans MS, sans-serif;
    color: #2a9ae3
}

#vxod #f_user_pass {
    margin: 3px 0 3px 3px;
    width: 104px;
    height: 13px;
    border: none;
    font: 11px Comic Sans MS, sans-serif;
    color: #2a9ae3
}

#vxod .inp_but {
    float: right;
    background: none;
    border: none;
    margin: 0 15px 0 0;
    padding: 0;
    width: 48px;
    height: 18px
}

.podmenu {
    display: none;
    width: 344px;
    height: 0;
    position: absolute;
    right: 6px;
    bottom: 4px;
    z-index: 999
}

.main-menu-item:first-child .podmenu {
    left: -37px;
    right: auto;
}

.main-menu-item:first-child .top {
    border-radius: 0 20px 0 0;
}

.podmenu .top {
    width: 344px;
    height: 29px;
    background: url(../../images/podmenu_top.png) 0 100% no-repeat
}

.podmenu .center {
    width: 274px;
    min-height: 160px;
    padding: 0 35px;
    background: url(../../images/podmenu_center.png) 0 0 repeat-y
}

.podmenu .bottom {
    width: 344px;
    height: 40px;
    background: url(../../images/podmenu_bottom.png) 0 0 no-repeat
}

.main-menu-color-1 .podmenu div {
    background-position: -344px 100%
}

.main-menu-color-2 .podmenu div {
    background-position: -688px 100%
}

.main-menu-color-3 .podmenu div {
    background-position: -1032px 100%
}

.main-menu-color-4 .podmenu div {
    background-position: -1376px 100%
}

.main-menu-color-5 .podmenu div {
    background-position: -1720px 100%
}

.main-menu-color-6 .podmenu div {
    background-position: -2064px 100%
}

.main-menu-color-7 .podmenu div {
    background-position: -2408px 100%
}

.podmenu p {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

#middle, #middle_new {
    height: 1%;
    position: relative;
    padding: 0 0 270px 310px;
    margin: 0 96px 0 23px
}

#middle_start {
    height: 1%;
    position: relative;
    padding: 32px 0 170px 310px;
    margin: 0 96px 0 23px
}

#middle_new {
    padding: 0 0 446px 310px
}

#middle_start {
    padding-left: 75px
}

#middle:after, #middle_start:after, #middle_new:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

#sideRight {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-right: -100%
}

#content {
    padding: 25px 40px 25px 10px;
    color: #000;
    font-family: "Trebuchet MS", sans-serif;
}

#content_history {
    padding: 25px 15px 25px 15px;
    background-color: #fff;
    font-family: "Trebuchet MS", sans-serif;
    margin: 15px 0 0 0;
    border-radius: 5px;
    float: left;
    min-height: 500px;
    width: 1030px
}

#middle_start #sideLeft {
    left: -76px;
    top: -32px
}

#start_content {
    padding: 25px 50px 0 40px
}

#start_content_school {
    padding: 40px 25px 0 10px;
    float: left
}

#mini_chel {
    position: absolute;
    width: 38px;
    height: 32px;
    background: url(../../images/mini_chel.jpg) 0 0 no-repeat;
    right: 2px;
    top: 70px
}

#start_content_bottom {
    position: relative;
    margin: 10px 0 0
}

#start_news_block {
    width: 339px;
    height: 227px;
    background: url(../../images/start_news.jpg) 0 0 no-repeat
}

#start_news_block .news[rel="1"] {
    padding: 64px 0 0 71px;
    height: 55px
}

#start_news_block .news[rel="1"] .name {
    font: 12px/14px bold Arial;
    color: #007fd0;
    display: block;
    padding: 0 20px 0 96px
}

#start_news_block .news[rel="1"] div {
    font: 11px/12px Arial;
    color: #000;
    display: block;
    padding: 0 20px 0 96px
}

#start_news_block .news[rel="2"] {
    padding: 24px 0 0 71px
}

#start_news_block .news[rel="2"] img {
    padding-top: 4px
}

#start_news_block .news[rel="2"] .name {
    font: 12px/14px bold Arial;
    color: #f30d62;
    display: block;
    padding: 0 20px 0 96px
}

#start_news_block .news[rel="2"] div {
    font: 11px/12px Arial;
    color: #000;
    display: block;
    padding: 0 20px 0 96px
}

.start_news_nav {
    width: 26px;
    height: 23px;
    display: block;
    position: absolute;
    top: 80px;
    left: 18px
}

.start_news_nav:hover {
    background: url(../../images/start_news_nav_active.png) 0 0 no-repeat
}

.start_news_nav span {
    width: 25px;
    height: 23px;
    background: url(../../images/start_news_nav.png) 100% 0 no-repeat;
    display: block
}

.start_news_nav.bottom {
    background-position: 0 -23px;
    top: 170px
}

.start_news_nav.bottom span {
    background-position: 100% -23px
}

#uchus_chitat {
    display: block;
    width: 183px;
    height: 244px;
    background: url(../../images/blog_mama.jpg) 0 0 no-repeat;
    position: absolute;
    top: -4px;
    left: 380px;
    z-index: 10
}

#uchus_chitat i {
    display: none
}

#vse_o_rannem_razvitii {
    display: block;
    width: 253px;
    height: 61px;
    background: url(../../images/vse_o_rannem_razvitii.jpg) 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 1px
}

#vse_o_rannem_razvitii i {
    display: none
}

#igri_po_chteniu {
    display: block;
    width: 263px;
    height: 168px;
    background: url(../../images/igri_po_chteniu.jpg) 0 0 no-repeat;
    position: absolute;
    top: 73px;
    right: 18px;
    z-index: 10
}

#igri_po_chteniu i {
    display: none
}

#klyaksa {
    display: block;
    width: 124px;
    height: 140px;
    background: url(../../images/klyaksa.jpg) 0 0 no-repeat;
    position: absolute;
    top: 90px;
    left: 450px;
    z-index: 0
}

#sideLeft {
    float: left;
    width: 50px;
    position: relative;
    left: -310px
}

#sideLeft.no_menu {
    left: -80px
}

#sideLeft a {
    display: block;
    position: absolute;
    width: 47px;
    height: 95px;
    top: 0;
    left: 3px
}

#sideLeft a[rel="1"] {
    top: 20px;
    height: 112px
}

#sideLeft a[rel="2"] {
    top: 141px;
    height: 96px
}

#sideLeft a[rel="3"] {
    top: 257px;
    height: 96px
}

#sideLeft a[rel="4"] {
    top: 364px;
    height: 101px
}

#sideLeft a[rel="5"] {
    top: 475px;
    height: 101px
}

#sideLeft a i {
    display: none
}

#online {
    display: block;
    width: 205px;
    height: 88px;
    background: url(../../images/online.jpg) 0 0 no-repeat;
    margin-top: 15px;
    float: left
}

#online i {
    display: none
}

#container {
    padding: 25px 0 0 15px;
    float: left;
    margin-left: -260px;
    width: 245px;
    position: relative
}

#footer_start {
    margin-top: -170px;
    height: 1125px;
    position: relative;
    background: url(../../images/fon_footer_start.jpg) 50% 0 no-repeat;
    margin-left: auto;
    margin-right: auto
}

#for_footer_start {
    width: 1060px;
    position: relative;
    margin-left: -50px
}

#footer_start p {
    margin: 0
}

#footer_start #footer_left {
    top: 888px;
    left: 32px;
    text-align: left
}

#footer_start #footer_center {
    top: 884px;
    left: 448px;
    text-align: left
}

#footer_start #footer_right {
    top: 922px;
    right: 82px;
    text-align: left
}

#footer_new #footer_left {
    top: 278px;
    left: 32px;
    text-align: left
}

#footer_new #footer_center {
    display: none
}

#footer_new #footer_right {
    top: 295px;
    right: 75px;
    text-align: left
}

#footer_new #footer_in_start {
    top: 150px
}

#excursia {
    display: inline-block;
    position: absolute;
    top: 120px;
    left: 390px;
    color: #fe7836;
    font: 24px Comic Sans MS, sans-serif;
    width: 140px;
    line-height: 24px;
    text-decoration: none
}

#sm_video_pro_nas {
    display: block;
    width: 150px;
    height: 160px;
    position: absolute;
    top: 260px;
    left: 282px
}

#sm_video_pro_nas i {
    display: none
}

#pozvonite_nam {
    position: absolute;
    top: 149px;
    right: 154px;
    font: 14px/16px Comic Sans MS, sans-serif;
    color: #fff;
    text-align: left
}

#pozvonite_nam span {
    display: block;
    font-size: 20px;
    text-align: center
}

#nashi_partneri {
    display: block;
    width: 170px;
    height: 35px;
    position: absolute;
    top: 764px;
    right: 295px;
    font: 12px/14px Comic Sans MS, sans-serif;
    background: #fdffe7;
    color: #6ec7d5
}

#shema_proezda {
    display: block;
    width: 170px;
    height: 35px;
    position: absolute;
    top: 764px;
    right: 50px;
    font: 12px/14px Comic Sans MS, sans-serif;
    background: #fdffe7;
    color: #6ec7d5
}

#nachat_excursiu {
    display: block;
    width: 138px;
    height: 53px;
    position: absolute;
    top: 610px;
    right: 477px
}

#nachat_excursiu i {
    display: none
}

#matematicheskij_klass {
    display: block;
    width: 100px;
    height: 30px;
    position: absolute;
    top: 294px;
    left: 102px
}

#matematicheskij_klass i {
    display: none
}

#komnata_tvorchestva {
    display: block;
    width: 75px;
    height: 25px;
    position: absolute;
    top: 456px;
    left: 50px
}

#komnata_tvorchestva i {
    display: none
}

#igrovaya_komnata {
    display: block;
    width: 80px;
    height: 25px;
    position: absolute;
    top: 513px;
    left: 3px
}

#igrovaya_komnata i {
    display: none
}

#kabinet_kompleksnih_zanyatij {
    display: block;
    width: 91px;
    height: 35px;
    position: absolute;
    top: 548px;
    left: 161px
}

#kabinet_kompleksnih_zanyatij i {
    display: none
}

#holl {
    display: block;
    width: 68px;
    height: 25px;
    position: absolute;
    top: 674px;
    left: 97px
}

#holl i {
    display: none
}

#fasad {
    display: block;
    width: 68px;
    height: 25px;
    position: absolute;
    top: 705px;
    left: 220px
}

#fasad i {
    display: none
}

#slider_start {
    width: 478px;
    height: 327px;
    padding: 5px 15px 10px 10px;
    position: absolute;
    top: 245px;
    right: 101px;
    text-align: left
}

#slider_start .slider_block {
    width: 478px;
    height: 327px;
    position: relative;
    display: none
}

#slider_start .name {
    font: 20px/22px Comic Sans MS, sans-serif;
    color: #fff
}

#slider_start .descr {
    font: 14px Trebuchet MS;
    color: #fff
}

#slider_start .images {
    position: absolute;
    bottom: 0;
    width: 478px;
    height: 260px
}

#slider_start .big_img {
    float: left
}

#slider_start .small_images {
    float: right
}

#slider_start .small_images a {
    display: block;
    margin: 0 0 4px
}

#block_news .item_news {
    margin-bottom: 2px
}

#block_news .item_news a {
    display: block;
    line-height: 15px;
    margin: 0;
    font-size: 8pt;
    color: #00b0f0;
    padding: 5px 0px 5px 0px;
    text-decoration: none
}

#block_news a:hover {
    font-weight: bold
}

#block_news .item_news div {
    margin: 5px 0;
    font-size: 8pt;
    color: #000000;
    font-family: Comic Sans MS, sans-serif
}

#footer {
    margin-top: -270px;
    height: 270px;
    position: relative;
    background: url(../../images/fon_footer.jpg) 23px 0 no-repeat
}

#footer_new {
    margin-top: -446px;
    height: 446px;
    position: relative;
    background: url(../../images/fon_footer_new.png) 23px 0 no-repeat
}

#footer_history {
    height: 270px;
    position: relative
}

#footer p, #footer_new p {
    margin: 0
}

#footer_in_start {
    width: 103px;
    height: 57px;
    background: url(../../images/footer_in_start.png) 0 0 no-repeat;
    display: block;
    position: absolute;
    right: 63px;
    top: 27px
}

#footer_in_start i {
    display: none
}

#footer_left {
    font-size: 11px;
    font-weight: bold;
    width: 167px;
    height: 81px;
    position: absolute;
    overflow: hidden;
    top: 58px;
    left: 48px;
    padding: 40px 15px 30px 70px;
    text-align: center;
}

#footer_history #footer_left {
    background: url(../../images/footer_left.png) 0 0 no-repeat
}

#footer_center {
    font-size: 11px;
    width: 395px;
    position: absolute;
    top: 48px;
    left: 307px;
    padding: 25px;
    text-align: center;
}

#footer_history #footer_center {
    background: url(../../images/footer_center.png) 0 0 no-repeat
}

#footer_center i, #footer_center em {
    display: none
}

#footer_center a {
    display: inline-block;
    text-decoration: none;
    width: 25px;
    height: 26px;
    margin: 0 2px
}

#vk {
    background: url(../../images/vk.png) 50% 50% no-repeat
}

#twitter {
    background: url(../../images/twitter.png) 50% 50% no-repeat
}

#facebook {
    background: url(../../images/facebook.png) 0 50% no-repeat
}

#footer_right {
    font-size: 11px;
    width: 149px;
    height: 58px;
    position: absolute;
    overflow: hidden;
    top: 83px;
    right: 86px;
    padding: 35px 20px 20px 15px
}

#footer_history #footer_right {
    background: url(../../images/footer_right.png) 0 0 no-repeat
}

#unitech {
    display: inline-block;
    background: url(../../images/unitech.png) 0 2px no-repeat;
    padding: 0 0 0 32px
}

#for_slider:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

#slider_fon {
    background: url(../../images/slider_fon.jpg) 0 0 no-repeat;
    padding: 9px 10px;
    float: right;
    margin: 3px -3px 0 0
}

#slider_fon, #slider {
    width: 325px;
    height: 244px
}

#slider img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 100px 0 0;
}


#left_slider {
    float: left
}

.nivoSlider {
    position: relative
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    opacity: 0.8;
    width: 100%;
    z-index: 8
}

.nivo-caption p {
    padding: 5px;
    margin: 0
}

.nivo-caption a {
    display: inline !important
}

.nivo-html-caption {
    display: none
}

.nivo-directionNav a {
    position: absolute;
    z-index: 20;
    cursor: pointer
}

.nivo-prevNav, .nivo-nextNav {
    border: 0 none;
    display: block;
    text-indent: -9999px;
    width: 43px;
    height: 38px;
    background: url(../../images/slider_nav.jpg) 0 0 no-repeat
}

.nivo-prevNav {
    top: 112px;
    left: -44px
}

.nivo-nextNav {
    top: 120px;
    background-position: -43px 0;
    right: -44px
}

.nav_start {
    position: absolute;
    top: 170px
}

.nivo-controlNav {
    display: none;
    bottom: -8px;
    position: relative;
    text-align: center;
    z-index: 9
}

.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px 0 0;
    background: #990000 url(../../images/slider_nav.png) 0 0 no-repeat;
    text-indent: -9999px
}

.nivo-controlNav a:hover, .nivo-controlNav a.active {
    background: #fc4003 url(../../images/slider_nav.png) 0 -10px no-repeat
}

.pol-menu-header {
    font-family: Comic Sans MS, sans-serif;
    font-size: 14pt;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 15px;
    display: block
}

.pol-menu-txt {
    padding-right: 10px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 10pt;
    color: #fff;
    display: block
}

.main-menu .pol-menu-header a:hover {
    text-decoration: underline;
    color: #fff
}

.block_info_top {
    width: 615px;
    height: 74px;
    background: url(../../images/block_info_top.jpg) 0 0 no-repeat
}

.block_info_center {
    width: 565px;
    min-height: 200px;
    background: url(../../images/block_info_center.jpg) 0 0 repeat-y;
    padding: 0 20px 0 30px;
    font-family: Trebuchet MS
}

.block_info_bottom {
    width: 615px;
    height: 90px;
    background: url(../../images/block_info_bottom.jpg) 0 0 no-repeat
}

.block_info_pink_top {
    width: 615px;
    height: 74px;
    background: url(../../file/menu/block_info_pink_top.jpg) 0 0 no-repeat
}

.block_info_pink_center {
    width: 565px;
    min-height: 200px;
    background: url(../../file/menu/block_info_pink_center.jpg) 0 0 repeat-y;
    padding: 0 20px 0 30px;
    font-family: Trebuchet MS;
    overflow: auto;
}

.block_info_pink_bottom {
    width: 615px;
    height: 90px;
    background: url(../../file/menu/block_info_pink_bottom.jpg) 0 0 no-repeat
}

.block_info_cherry_top {
    width: 615px;
    height: 74px;
    background: url(../../file/menu/block_info_cherry_top.jpg) 0 0 no-repeat
}

.block_info_cherry_center {
    width: 565px;
    min-height: 200px;
    background: url(../../file/menu/block_info_cherry_center.jpg) 0 0 repeat-y;
    padding: 0 20px 0 30px;
    font-family: Trebuchet MS
}

.block_info_cherry_bottom {
    width: 615px;
    height: 90px;
    background: url(../../file/menu/block_info_cherry_bottom.jpg) 0 0 no-repeat
}

.block_info_blue_top {
    width: 615px;
    height: 74px;
    background: url(../../file/menu/block_info_blue_top.jpg) 0 0 no-repeat
}

.block_info_blue_center {
    width: 565px;
    min-height: 200px;
    background: url(../../file/menu/block_info_blue_center.jpg) 0 0 repeat-y;
    padding: 0 20px 0 30px;
    font-family: Trebuchet MS
}

.block_info_blue_bottom {
    width: 615px;
    height: 90px;
    background: url(../../file/menu/block_info_blue_bottom.jpg) 0 0 no-repeat
}

#accordion .item {
    margin-bottom: 2px
}

#accordion h3 {
    display: block;
    line-height: 15px;
    margin: 0;
    font-size: 8pt;
    color: #00b0f0;
    background: #e6e6e6;
    padding: 0px 0px 5px 0px;
    text-decoration: none
}

#accordion p {
    margin: 5px 0;
    font-size: 8pt;
    color: #000000;
    font-family: Comic Sans MS, sans-serif;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .7s ease-in-out;
    -moz-transition: max-height .7s ease-in-out;
    transition: max-height .7s ease-in-out
}

#accordion .item:hover p {
    max-height: 500px
}

.main-without-left-column #middle {
    padding: 0 0 270px 80px
}

.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.mod_tutorial-row {
    display: inline-block;
    margin: 0 20px 20px 0;
    width: 150px;
    height: 180px;
    vertical-align: top
}

.mod_tutorial-row * {
    line-height: 1.3em
}

.mod_tutorial-row.mod_tutorial-one {
    display: block
}

.mod_tutorial-image {
    width: 150px;
    overflow: hidden
}

.mod_tutorial-one .mod_tutorial-image {
    width: auto;
    height: auto;
    overflow: inherit
}

.mod_tutorial-name {
    margin: 5px 0;
    font-size: 13px;
    max-height: 50px;
    overflow: hidden
}

.mod_tutorial-quantity {
    font-size: 12px
}

.slider_login_container {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 55px
}

.start_slider_school {
    float: left;
    width: 540px;
    position: relative
}

.start_slider_school .flex-control-paging li a {
    background: url("../../images/slider_pagination.png") no-repeat -31px -1px;
    height: 23px;
    width: 24px;
    text-align: center;
    font-family: Comic Sans MS, sans-serif;
    color: #ffffff;
    font-size: 11px
}

.next_slide_list, .prev_slide_list {
    background: url("../../images/slider_pagination.png") no-repeat -59px -1px;
    height: 23px;
    width: 24px;
    cursor: pointer;
    display: inline-block
}

.prev_slide_list {
    background: url("../../images/slider_pagination.png") no-repeat -5px -1px;
    margin-right: 2px
}

.start_slider_school .flex-control-paging li a:hover {
    text-decoration: none
}

.start_slider_school li {
    margin: 0;
    position: relative
}

.start_slider_school .slides img {
    height: 360px
}

.start_slider_school .text_slide {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    max-height: 280px;
    max-width: 530px;
    overflow: hidden
}

.login_reg_block {
    float: right;
    width: 285px
}

.login_reg_block_card {
    float: left;
    width: 230px;
    margin-bottom: 40px;
    margin-top: 9px
}

.people_in_slide {
    background: url("../../images/slide_people.png") no-repeat 0 0;
    width: 90px;
    height: 160px;
    position: absolute;
    z-index: 2;
    bottom: -36px;
    left: -15px
}

.menu_reg {
    border-bottom: 1px solid #dadada;
    float: right;
    width: 100%;
    padding-top: 5px
}

.menu_reg a {
    display: block;
    font-family: Comic Sans MS, sans-serif;
    font-size: 30px;
    padding: 0 0 10px 0
}

.menu_reg a:hover {
    text-decoration: none;
    color: #ff6f17
}

.menu_reg #login {
    float: left
}

.menu_reg #reg {
    float: right
}

.menu_reg .active {
    border-bottom: 3px solid #ff6f17;
    color: #ff6f17
}

.menu_reg_card {
    border-bottom: 1px solid #dadada;
    float: right;
    width: 100%;
    padding-top: 5px
}

.menu_reg_card a {
    display: block;
    font-family: Comic Sans MS, sans-serif;
    font-size: 22px;
    padding: 0 0 10px 0
}

.menu_reg_card a:hover {
    text-decoration: none;
    color: #ff6f17
}

.menu_reg_card #login {
    float: left
}

.menu_reg_card #reg {
    float: right;
    margin-right: 25px
}

.menu_reg_card .active {
    border-bottom: 3px solid #ff6f17;
    color: #ff6f17
}

.fast_login {
    font-size: 20px;
    background: url("../../images/login_from_social.png") no-repeat 100% 0;
    padding-right: 105px;
    height: 40px;
    float: left;
    color: #000000;
    font-family: Comic Sans MS, sans-serif;
    margin-top: 25px;
    position: relative
}

.fast_login #twitter_login {
    display: block;
    position: absolute;
    top: 5px;
    left: 185px;
    height: 26px;
    width: 25px
}

.fast_login #facebook_login {
    display: block;
    position: absolute;
    top: 5px;
    left: 215px;
    height: 26px;
    width: 27px
}

.fast_login #vk_login {
    display: block;
    position: absolute;
    top: 5px;
    left: 156px;
    height: 26px;
    width: 27px
}

.fast_login_card {
    font-size: 18px;
    background: url("../../images/login_from_social_card.jpg") no-repeat 100% 30%;
    padding-right: 78px;
    height: 40px;
    float: left;
    color: #000000;
    font-family: Comic Sans MS, sans-serif;
    margin-top: 18px;
    position: relative
}

.fast_login_card #twitter_login {
    display: block;
    position: absolute;
    top: 5px;
    left: 159px;
    height: 21px;
    width: 20px
}

.fast_login_card #facebook_login {
    display: block;
    position: absolute;
    top: 5px;
    left: 183px;
    height: 21px;
    width: 20px
}

.fast_login_card #vk_login {
    display: block;
    position: absolute;
    top: 5px;
    left: 135px;
    height: 21px;
    width: 20px
}

.inp_online_reg, .inp_online_reg_card {
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #c1c1c1;
    padding: 6px 8px;
    width: 225px;
    display: block;
    margin: 10px 0
}

.inp_online_reg_card {
    width: 187px
}

.submit_button, .orange_button, .orange_button_payment, .green_button {
    border: none;
    text-align: center;
    font-family: Comic Sans MS, sans-serif;
    color: #ffffff;
    font-size: 20px;
    border-radius: 10px;
    padding: 6px 8px;
    cursor: pointer
}

.submit_button {
    width: 243px
}

.submit_button, .orange_button, .orange_button_payment {
    background-color: #ff6f17
}

.submit_button:hover, .orange_button:hover, .orange_button_payment:hover {
    background-color: #ff9a5c
}

.orange_button, .green_button, .orange_button_payment {
    min-width: 200px
}

.green_button {
    background-color: #7bbb1e
}

.green_button:hover {
    background-color: #a2cf61
}

.forget_pass {
    font-family: "Arial";
    margin: 5px 0 12px 0
}

.forget_pass a {
    font-size: 13px;
    color: #0097cf
}

.fp_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #2e2e2e;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    overflow: hidden
}

.popup_window, .popup_window_login {
    width: 460px;
    background-color: #fff;
    border-radius: 30px;
    padding: 35px 80px;
    position: fixed;
    top: 35%;
    left: 50%;
    margin-left: -311px;
    z-index: 9999;
    display: none;
    font-size: 20px;
    font-family: Comic Sans MS, sans-serif;
    color: #2e2e2e;
    min-height: 200px;
    -webkit-box-shadow: 0px 5px 15px #000;
    -moz-box-shadow: 0px 5px 15px #000;
    box-shadow: 0px 5px 15px #000
}

.popup_ulogin, .popup_login_history, .popup_window_message {
    width: 460px;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    position: fixed;
    top: 35%;
    left: 54%;
    margin-left: -311px;
    z-index: 9999;
    display: none;
    font-size: 20px;
    font-family: Comic Sans MS, sans-serif;
    color: #2e2e2e;
    min-height: 185px;
    -webkit-box-shadow: 0px 5px 15px #000;
    -moz-box-shadow: 0px 5px 15px #000;
    box-shadow: 0px 5px 15px #000
}

.popup_add_history {
    width: 590px;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    position: fixed;
    top: 5%;
    left: 50%;
    margin-left: -311px;
    z-index: 9999;
    display: none;
    font-size: 20px;
    font-family: Comic Sans MS, sans-serif;
    color: #2e2e2e;
    min-height: 200px;
    -webkit-box-shadow: 0px 5px 15px #000;
    -moz-box-shadow: 0px 5px 15px #000;
    box-shadow: 0px 5px 15px #000
}

.close_window {
    width: 43px;
    height: 43px;
    background: url(../../images/cloase_popup.png) no-repeat 0 0;
    position: absolute;
    top: 5px;
    right: -60px;
    cursor: pointer
}

.popup_header {
    text-align: center;
    font-size: 25px;
    padding: 11px 0;
    font-weight: bold
}

.content_school {
    float: left;
    width: 770px;
    padding-left: 45px
}

.orange_header_school {
    font-size: 40px;
    color: #f54825;
    font-family: Comic Sans MS, sans-serif;
    text-indent: 20px;
    position: relative;
    line-height: 1.1
}

.orange_header_school .stylize_number {
    position: absolute;
    background: url("../../images/stylize_number.png") no-repeat -3px 0;
    width: 54px;
    height: 45px;
    left: -45px;
    top: -2px;
    font-size: 30px;
    transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(7deg)
}

.start_slider_games {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.start_slider_games li {
    padding: 0 6px
}

.start_slider_games li p, .game_item p {
    margin: 6px 0;
    font-size: 13px;
    font-family: "Arial"
}

.start_slider_games .flex-direction-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.start_slider_games .flex-direction-nav .flex-next, .start_slider_games .flex-direction-nav .flex-prev {
    width: 28px;
    height: 30px;
    opacity: 1
}

.start_slider_games .flex-direction-nav .flex-next {
    background: url('../../images/slider_nav_min.jpg') no-repeat -39px 0;
    top: 0;
    right: -27px
}

.start_slider_games .flex-direction-nav .flex-prev {
    background: url('../../images/slider_nav_min.jpg') no-repeat -3px 0;
    top: 0;
    left: -40px
}

.slider_games .flex-direction-nav .flex-next {
    background: url('../../images/slider_nav_min.jpg') no-repeat -39px 0;
    top: 0;
    right: -27px
}

.slider_games .flex-direction-nav .flex-prev {
    background: url('../../images/slider_nav_min.jpg') no-repeat -3px 0;
    top: 0;
    left: -40px
}

.card_slider_school {
    position: relative;
    width: 525px;
    margin: 0 auto
}

.card_slider_school .flex-direction-nav .flex-next, .card_slider_school .flex-direction-nav .flex-prev {
    width: 28px;
    height: 30px;
    opacity: 1
}

.card_slider_school .flex-direction-nav .flex-next {
    background: url('../../images/slider_nav_min.jpg') no-repeat -39px 0;
    top: 50%;
    right: -34px
}

.card_slider_school .flex-direction-nav .flex-prev {
    background: url('../../images/slider_nav_min.jpg') no-repeat -3px 0;
    top: 50%;
    left: -34px
}

.start_slider_games img, .game_item img {
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 6px #c4c4c4;
    -moz-box-shadow: 0px 4px 6px #c4c4c4;
    box-shadow: 0px 4px 6px #c4c4c4;
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=5, offY=5, color=#c4c4c4);
    margin-bottom: 8px
}

.game_name {
    font-family: Comic Sans MS, sans-serif;
    color: #212121
}

.game_descr_s {
    color: #8e8e8e
}

.game_price {
    float: right;
    padding-right: 9px;
    color: #e13535
}

.p_style_16 {
    font-size: 16px;
    font-family: "Arial";
    color: #212121
}

.left_menu_games {
    list-style-type: none;
    padding-left: 2px
}

.left_menu_games li {
    margin-bottom: 15px
}

.left_menu_games li a {
    color: #0097cf;
    font-size: 16px;
    font-family: Comic Sans MS, sans-serif
}

.left_menu_games li a:hover, .left_menu_games .active {
    color: #ef4481;
    text-decoration: none
}

#breadcrumbs_school, #breadcrumbs_school a {
    font-size: 11px;
    font-family: "Arial"
}

#breadcrumbs_school {
    margin-top: 15px
}

.game_card_container {
    width: 100%;
    margin-top: 20px
}

.game_card_info {
    float: right;
    width: 365px;
    font-family: "Arial"
}

#content .game_card_info a {
    color: #ffffff
}

#content .game_card_info a:hover {
    color: #ffffff;
    text-decoration: none
}

.img_game_card {
    float: left;
    width: 215px;
    min-height: 200px
}

.img_game_card img {
    width: 187px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 6px #c4c4c4;
    -moz-box-shadow: 0px 4px 6px #c4c4c4;
    box-shadow: 0px 4px 6px #c4c4c4;
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=5, offY=5, color=#c4c4c4)
}

.card_date {
    color: #8e8e8e;
    font-size: 13px;
    font-family: "Arial";
    margin: 5px 0
}

#flash_container {
    width: 100%;
    background-color: #0099cc;
    text-align: center
}

#flash_ice {
    height: 108px
}

.tbl_edit_data_user td {
    font-size: 14px;
    padding-right: 15px
}

.hr {
    width: 100%;
    border-top: 1px solid #8e8e8e;
    margin-top: 15px;
    margin-bottom: 20px
}

.star {
    color: #a92422
}

.game_item {
    width: 142px;
    float: left;
    margin: 0 3px 45px 0
}

.info_block_input {
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -moz-box-shadow: 3px 6px 9px -3px #ccc;
    -webkit-box-shadow: 3px 6px 9px -3px #ccc;
    box-shadow: 3px 6px 9px -3px #ccc;
    border-radius: 3px;
    margin-top: -4px;
    padding: 5px;
    color: #212121;
    font-size: 13px;
    z-index: -1;
    opacity: 0
}

.login_input {
    float: left;
    position: relative;
    width: 100%
}

.info_block_input .arrow {
    background: url("../../images/arrow.png") no-repeat 0 0;
    width: 13px;
    height: 7px;
    position: absolute;
    top: -7px;
    left: 25px
}

.container_frm_login {
    width: 242px;
    margin: 0 auto
}

.container_frm_login td {
    padding: 5px
}

.inp_label_red {
    color: #ff0000;
    font-size: 12px
}

.block_link_games_page {
    width: 104px;
    position: absolute;
    left: 96px;
    top: 27px;
    height: 37px
}

.other_versions_mae_block {
    margin: 10px 10px 0 10px
}

.other_versions_mae_block img {
    width: 65px
}

.other_versions_mae_block a {
    display: inline-block;
    margin: 6px 13px
}

.header_versions_game {
    font-family: "Comic Sans MS", sans-serif;
    font-weight: bold;
    color: #00b0f0
}

.history_profile_button {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
    padding-bottom: 15px
}

.profile_block {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    top: 25px;
    width: 170px;
    display: none;
    right: -45px;
    padding: 15px
}

.profile_block ul {
    margin: 0;
    padding: 7px 10px;
    list-style-type: none
}

.profile_block li {
    margin: 0;
    padding: 0
}

.history_category_container {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block
}

.history_category_container li {
    float: left;
    margin: 0 25px 0 0;
    font-family: "Comic Sans MS", sans-serif;
    padding: 0;
    cursor: pointer;
    color: #940e20;
    font-weight: bold
}

.history_category_container li.li_active, .history_category_container li:hover {
    float: left;
    margin: 0 25px 0 0;
    font-family: "Comic Sans MS", sans-serif;
    padding: 0;
    cursor: pointer;
    color: #fd7836;
    font-weight: bold
}

.history_items_container {
    float: left;
    width: 100%;
    margin-bottom: 25px
}

.history_items_container .item {
    width: 330px;
    height: auto;
    padding: 0;
    margin-left: 11px;
    float: left;
    margin-bottom: 11px;
    color: white
}

.history_item--video {
    margin-bottom: 15px;
    width: 100% !important;
    max-width: 100% !important;
}

.history_items_container .title-info {
    padding-bottom: 9px;
    margin-bottom: 0;
    overflow: hidden
}

.history_items_container .title-info .avatar_user {
    width: 69px;
    height: 71px;
    margin-right: 14px;
    float: left;
    border-radius: 70px
}

.history_items_container .title-info h4 {
    color: #fff;
    font-size: 22px;
    line-height: 24px
}

.history_items_container .title-info p {
    margin-left: 83px;
    color: #fff
}

.history_items_container .history_img {
    width: 100%;
    margin-bottom: 15px
}

.hr_history_item {
    background-color: #000000;
    opacity: 0.1
}

.inp_style {
    color: #000;
    line-height: 32px;
    font-style: italic;
    font-size: 18px;
    padding: 0 9px;
    border: 1px solid #ccc;
    border-radius: 4px
}

.frm_history_cat_button, .frm_history_cat_button_active {
    color: #ccc;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
    height: 28px;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    margin: 0 7px 7px 0;
    padding: 0px 7px
}

.frm_history_cat_button:hover, .frm_history_cat_button_active {
    color: #fff;
    background-color: #f54825;
    border-color: white
}

#frm_history label {
    font-size: 16px;
    font-family: "Arial", sans-serif;
    font-weight: bold
}

.bottom-info {
    float: left;
    width: 100%
}

.bottom-info .likes {
    float: left
}

.bottom-info .likes .like {
    background: url("../../images/like.png");
    width: 43px;
    height: 40px;
    margin-right: 10px;
    float: left;
    cursor: pointer
}

.bottom-info .likes .like:hover {
    background-position: 0 40px
}

.bottom-info .likes .count_likes {
    float: left;
    position: relative;
    font-size: 16px;
    top: 8px
}

.bottom-info .socials {
    list-style: none;
    float: right;
    overflow: hidden;
    margin: 0
}

.bottom-info .socials li {
    width: 43px;
    height: 40px;
    padding: 0;
    margin-left: 4px;
    float: left
}

.bottom-info .socials li a {
    width: 43px;
    height: 40px;
    display: block
}

.bottom-info .socials li a.fb {
    background: url("../../images/bottom-socials-li-a.fb.png")
}

.bottom-info .socials li a.fb:hover {
    background-position: 0 -40px
}

.bottom-info .socials li a.vk {
    background: url("../../images/bottom-socials-li-a.vk.png")
}

.bottom-info .socials li a.vk:hover {
    background-position: 0 -40px
}

.bottom-info .socials li a.ok {
    background: url("../../images/bottom-socials-li-a.ok.png")
}

.bottom-info .socials li a.ok:hover {
    background-position: 0 -40px
}

.bottom-info .socials li a.tw {
    background: url("../../images/bottom-socials-li-a.tw.png")
}

.bottom-info .socials li a.tw:hover {
    background-position: 0 -40px
}

#load-images {
    margin: 20px auto 0 auto;
    display: block
}

.delete_history_button {
    width: 100%;
    float: left;
    text-align: right;
    margin: 15px 0 5px 0;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px
}

.delete_history_button:hover {
    text-decoration: none
}

.reg_button_nosocial {
    background: url("../../images/ya.png");
    width: 178px;
    height: 55px;
    cursor: pointer;
    margin: 25px auto 10px auto
}

.reg_button_nosocial:hover {
    opacity: 0.8
}

#registration_history_block {
    display: block
}

#login_history_block, #ulogin_block2, #ulogin_block, #remember_pass_history_block {
    display: none
}

.link_game {
    display: inline-block;
    position: absolute;
    width: 107px;
    height: 55px;
    left: 109px;
    top: 11px
}

#link_main {
    position: absolute;
    right: 96px;
    height: 50px;
    width: 116px;
    display: block;
    top: 21px
}

#header_phone {
    width: 283px;
    height: 50px;
    position: absolute;
    top: 37px;
    right: 255px;
    font-size: 48px;
    font-weight: bold;
    font-family: "Comic Sans MS", sans-serif;
    color: #008dcf;
    overflow: hidden;
    text-align: center
}

#header_phone p, #header_phone span {
    line-height: 1.0em
}

.top_phone_bg {
    background: url("../../images/top_phone_bg.png") no-repeat 0 0;
    width: 468px;
    height: 115px;
    position: absolute;
    right: 9px;
    top: 35px
}

#contacts_link {
    width: 96px;
    height: 68px;
    position: absolute;
    right: -2px;
    top: -18px;
    display: block
}

#start_news_content {
    width: 865px;
    height: 349px;
    margin: 0 auto;
    position: relative;
    background: url('../../images/start_news_bg.jpg') no-repeat
}

#start_info_content {
    width: 865px;
    height: 330px;
    position: relative;
    background: url('../../images/start_info_bg.jpg') no-repeat;
    margin: 10px auto 0 auto
}

#is_interesting_block {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 285px;
    height: 322px
}

#is_interesting_block #history_success_link {
    position: absolute;
    top: 28px;
    left: 120px;
    display: block;
    width: 149px;
    height: 57px
}

#is_interesting_block #games_link {
    position: absolute;
    top: 113px;
    left: 154px;
    display: block;
    width: 113px;
    height: 77px
}

#is_interesting_block #questions_parents_link {
    position: absolute;
    top: 96px;
    left: 8px;
    display: block;
    width: 132px;
    height: 90px
}

#birthday_block {
    position: absolute;
    top: 1px;
    left: 339px;
    width: 221px;
    height: 324px
}

#birthday_block #holiday_link {
    position: absolute;
    top: 6px;
    left: 3px;
    display: block;
    width: 213px;
    height: 314px
}

#record_on_occupations_block {
    position: absolute;
    top: 119px;
    left: 603px;
    width: 221px;
    height: 191px
}

.start_news_slider_block {
    position: absolute;
    top: 42px;
    left: 1px;
    width: 353px;
    height: 286px
}

.start_news_slider {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 353px;
    height: 286px
}

.blog_slides, .blog_slides li {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.start_news_slider .slide_img {
    position: absolute;
    top: 26px;
    left: 43px;
    width: 246px;
    height: 233px;
    border-radius: 20px;
    z-index: 1;
    background-size: cover
}

.start_news_slider_block .header_slide_container {
    background: url("../../images/bg_slide_blog_header.png") no-repeat 0 0;
    width: 216px;
    height: 96px;
    position: absolute;
    z-index: 2;
    top: 1px;
    left: -16px
}

.header_slide_container .header_block {
    position: relative;
    top: 18px;
    left: 55px;
    overflow: hidden;
    width: 150px;
    height: 66px
}

.header_slide_container .header {
    text-align: center;
    color: #cf4288;
    font-weight: bold;
    font-family: Comic Sans MS, sans-serif;
    line-height: 1.2em;
    font-size: 16px
}

.header_slide_container .sub_header {
    text-align: center;
    color: #264b66;
    line-height: 1.0em;
    font-size: 12px
}

.link_slide_container .link {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.start_news_slider_block .link_slide_container {
    background: url("../../images/bg_slide_blog_link.png") no-repeat 0 0;
    width: 94px;
    height: 46px;
    position: absolute;
    z-index: 2;
    bottom: 16px;
    right: 7px
}

.start_news_slider_block .header2_slide_container {
    background: url("../../images/bg_slide_blog_header2.png") no-repeat 0 0;
    width: 95px;
    height: 79px;
    position: absolute;
    z-index: 2;
    top: 33px;
    right: 1px
}

.top_social_buttons {
    position: absolute;
    top: 8px;
    right: 116px;
    width: 167px
}

.top_social_buttons .top_facebook_link {
    display: block;
    background: url('../../images/facebook_icon.jpg') no-repeat 0 0;
    width: 32px;
    height: 33px;
    float: left;
    margin-right: 13px
}

.top_social_buttons .top_twitter_link {
    display: block;
    background: url('../../images/twitter_icon.jpg') no-repeat 0 0;
    width: 32px;
    height: 33px;
    float: left;
    margin-right: 10px
}

.top_social_buttons .top_instagram_link {
    display: block;
    background: url('../../images/instagram_icon.jpg') no-repeat 0 0;
    width: 33px;
    height: 33px;
    float: left;
    margin-right: 10px
}

.top_social_buttons .top_vk_link {
    display: block;
    background: url('../../images/vk_icon.jpg') no-repeat 0 0;
    width: 32px;
    height: 33px;
    float: left
}

.top_social_buttons .top_vk_link:hover, .top_social_buttons .top_facebook_link:hover, .top_social_buttons .top_twitter_link:hover, .top_social_buttons .top_instagram_link:hover {
    opacity: 0.8
}

.start_news_container {
    position: absolute;
    right: 43px;
    width: 421px;
    overflow: hidden;
    height: 336px
}

.start_news_container .news_block_1 {
    position: absolute;
    top: 74px;
    width: 100%;
    height: 82px
}

.start_news_container .news_block_1 .news_img_1 {
    float: left;
    width: 95px;
    margin: 0 19px 0 5px
}

.start_news_container .news_block_1 .news_img_1 img {
    width: 100%
}

.start_news_container .news_block_1 .news_text_1 {
    float: left;
    width: 210px;
    height: 70px;
    overflow: hidden
}

.start_news_container .news_block_2 {
    position: absolute;
    top: 155px;
    width: 100%;
    height: 82px
}

.start_news_container .news_block_2 .news_img_2 {
    float: right;
    width: 97px;
    margin: 0 5px 0 22px
}

.start_news_container .news_block_2 .news_img_2 img {
    width: 100%
}

.start_news_container .news_block_2 .news_text_2 {
    float: right;
    width: 227px;
    height: 70px;
    overflow: hidden;
    margin: 6px 0 0 0
}

.start_news_container .news_block_3 {
    position: absolute;
    top: 241px;
    width: 100%;
    height: 82px
}

.start_news_container .news_block_3 .news_img_3 {
    float: left;
    width: 98px;
    margin: 0 15px 0 7px
}

.start_news_container .news_block_1 .news_img_1 img, .start_news_container .news_block_2 .news_img_2 img, .start_news_container .news_block_3 .news_img_3 img {
    width: 100%;
    -webkit-box-shadow: 0 0 6px 0 #000;
    -moz-box-shadow: 0 0 6px 0 #000;
    box-shadow: 0 0 6px 0 #000
}

.start_news_container .news_block_3 .news_text_3 {
    float: left;
    width: 250px;
    height: 70px;
    overflow: hidden;
    margin: 11px 0 0 0
}

.start_news_container .news_head a {
    color: #00a9c6;
    font-family: "Comic Sans MS", sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3em
}

.start_news_container .news_anons {
    color: #005796;
    font-family: "Comic Sans MS", sans-serif;
    font-size: 13px;
    line-height: 1.3em
}

.start_news_container .link_all_news {
    position: absolute;
    top: 0;
    width: 250px;
    height: 66px;
    right: 15px
}

.start_news_container img {
    border-radius: 6px
}

.start_record_inp {
    border: none;
    outline: none;
    background: none;
    font-family: "Comic Sans MS", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0982d5
}

.start_record_inp::-webkit-input-placeholder {
    color: #0982d5
}

.start_record_inp::-moz-placeholder {
    color: #0982d5
}

.start_record_inp:-ms-input-placeholder {
    color: #0982d5
}

#name_record {
    position: absolute;
    top: 18px;
    left: 30px;
    width: 152px
}

#phone_record {
    position: absolute;
    top: 64px;
    left: 34px;
    width: 152px
}

#filial_record {
    position: absolute;
    top: 64px;
    left: 34px;
    width: 152px
}

#filial_record-styler {
    position: absolute;
    top: 113px;
    left: 39px;
    width: 151px
}

#filial_record-styler .jq-selectbox__trigger {
    display: none
}

#filial_record-styler .jq-selectbox__select {
    padding: 0;
    font-family: "Comic Sans MS", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0982d5;
    border: none;
    box-shadow: none;
    background: none;
    width: 151px
}

#filial_record-styler .jq-selectbox__select-text {
    overflow: visible;
    text-shadow: none
}

#submit_frm_record {
    cursor: pointer;
    position: absolute;
    top: 153px;
    left: 52px;
    width: 108px;
    background: none;
    height: 38px;
    border: none
}

.formfield2 {
    display: none !important;
    visibility: hidden
}

.container_blue_form *, .container_blue_form *:before, .container_blue_form *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container_blue_form {
    margin: 0 auto;
    padding: 1.2em;
    font: 20px/1.4 'NeuchaRegular', cursive;
    text-align: center;
}

.blue-form-header {
    margin: 0 0 .7em;
    color: #fff;
    font-size: 38px;
    text-align: center;
    text-transform: uppercase;
}

.form_blue_style {
    margin: 0 auto;
    display: inline-block;
    padding: 60px 66px;
    color: #fff;
    text-align: center;
    background: #36aee0;
    border-radius: 30px;
}

.container_blue_form input {
    font-family: 'NeuchaRegular', cursive;
}

.inp_blue_form {
    display: block;
    margin: 0 0 5px;
    padding: 8px 24px;
    width: 100%;
    color: #d90375;
    font-size: 20px;
    line-height: 1em;
    text-decoration: none;
    background: #fff;
    border: none;
    border-radius: 25px;
    outline: none;
}

.inp_blue_form[type=submit] {
    cursor: pointer
}

.inp_blue_form::-webkit-input-placeholder {
    color: #d90375;
}

.button_blue_form {
    margin-top: 15px;
    padding: 4px 39px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    background: #d90375;
    border: 3px solid #d90375;
    border-radius: 25px;
    outline: none;
    transition: .4s ease all;
}

.button_blue_form:hover {
    background: #53325a;
    border-color: #53325a;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: 10001
}

.popup.is-shown {
    display: flex
}

.popup_window_block {
    position: relative;
    margin: auto;
    padding: 10px 20px;
    border-radius: 30px;
    background: #36aee0
}

.popup_close {
    position: absolute;
    top: 17px;
    right: 17px;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    line-height: 1em;
    font-family: 'RotondaC', cursive;
    text-decoration: none;
}

.popup_close:hover {
    opacity: .7
}

body.popup-shown {
    overflow: hidden
}

.popup *, .popup *:before, .popup *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.content-block {
    position: relative;
    margin: 0 auto;
    width: 924px
}

.top_banners > p:first-child {
    margin: 0;
}

.header-block {
    position: relative;
    height: 225px;
    color: #53325a;
    font: 20px/1.4 'NeuchaRegular', cursive;
    background: url(../../file/site/header.jpg) 50% 0 repeat-y
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 157px;
    color: #423245;
    background: url(../../file/site/landing/header.png) 50% 0 no-repeat;
    pointer-events: none;
    z-index: 40
}

.header-block a {
    color: #d90375
}

.header-block a:hover {
    color: #53325a
}

.header .content-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    height: 100px
}

.header .content-block * {
    pointer-events: auto
}

.header-logo {
    display: block;
    width: 245px;
    height: 74px;
    text-indent: -9999px;
    background: url(../../file/site/landing/logo.png) 50% 50% no-repeat
}

.header .header-logo {
    margin-top: 10px
}

.social-btns {
    margin: 0;
    padding: 0;
    list-style: none
}

.social-btns li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

.social-btns a {
    display: block;
    text-indent: -9999px;
    width: 38px;
    height: 37px;
    background: url(../../file/site/landing/socials.png) 0 0 no-repeat
}

.social-yt a {
    background-position: -38px 0
}

.social-in a {
    background-position: -76px 0
}

.social-vk a {
    background-position: -114px 0
}

.header-contacts, .header-contacts > li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 1em
}

.header .header-contacts > li:first-child {
    margin-bottom: .25em;
    font-size: 17px;
    line-height: 1.2em;
}

.header-contacts > li:first-child a {
    color: #423245
}

.header-contacts > li:nth-child(2) {
    font-size: 22px
}

.icon-map-pin {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 16px;
    background: url(../../file/site/landing/icon-map-pin.png)
}

.header-city-link {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    cursor: default;
}

.header-city-list {
    display: none;
    position: absolute;
    margin-left: -0.25em;
    padding: 0.25em 0;
    font-size: 1.2em;
    text-align: left;
    background: #d90375;
    border-radius: 0.5em;
    box-shadow: 0 0 0.5em rgb(0, 0, 0, .2);
}

.header-city-list a {
    display: block;
    padding: .25em 1em;
    color: #fff !important;
    text-decoration: none;
    white-space: nowrap;
}

.header-city-list a:hover {
    background-color: rgba(255, 255, 255, .2);
}

.header-city-link:hover .header-city-list {
    display: block;
}

.main-menu {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100px;
    z-index: 30
}

.main-menu-list {
    display: flex;
    justify-content: flex-end;
    padding: 80px 0 0
}

.main-menu-item, .main-menu-item * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.main-menu-item {
    position: relative
}

.main-menu-item > a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    margin: 0 2px;
    padding: 11px 16px;
    height: 77px;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    background: #a0c838;
    border: 4px solid #fff;
    border-radius: 5px;
    transition: .4s ease background-color
}

.main-menu-item > a:hover, .main-menu-item > a.active {
    color: #fff;
    background: #d90375
}

.main-menu-color-0 > a {
    background-color: #3fa101
}

.main-menu-color-0:hover > a {
    background-color: #48b800
}

.main-menu-color-1 > a {
    background-color: #e84a01
}

.main-menu-color-1:hover > a {
    background-color: #ff5100
}

.main-menu-color-2 > a {
    background-color: #e583d0
}

.main-menu-color-2:hover > a {
    background-color: #ff84d5
}

.main-menu-color-3 > a {
    background-color: #007db9
}

.main-menu-color-3:hover > a {
    background-color: #008fd4
}

.main-menu-color-4 > a {
    background-color: #d6a300
}

.main-menu-color-4:hover > a {
    background-color: #ffc200
}

.main-menu-color-5 > a {
    background-color: #d51212
}

.main-menu-color-5:hover > a {
    background-color: #ff1414
}

.main-menu-color-6 > a {
    background-color: #dc30aa
}

.main-menu-color-6:hover > a {
    background-color: #ff37c5
}

.main-menu-color-7 > a {
    background-color: #007db9
}

.main-menu-color-7:hover > a {
    background-color: #008fd4
}

.main-menu-item .podmenu {
    position: absolute;
    display: none
}

.shop-wrapper {
    margin: 20px auto;
    position: relative;
    width: 280px;
    height: 66px;
    background: url(../../images/shop-bg.jpg)
}

.shop-broduct-box-bottom {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -130px;
    margin-top: -23px;
    width: 260px;
    height: 46px;
    background: #fff
}

.shop-product-box-price {
    padding-right: 20px;
    position: absolute;
    left: 10px;
    color: #47292b;
    font: 18px/46px "Tahoma";
    width: 60px
}

.shop-product-box-price span {
    float: right
}

.shopping-input {
    width: 70px;
    position: absolute;
    left: 100px;
    top: 10px
}

.shopping-options {
    position: absolute;
    width: 12px;
    height: 20px;
    background: url(../../images/shopping-options.jpg);
    cursor: pointer
}

.opt1 {
    top: 0;
    left: 0;
    background-position: 100% 0
}

.opt1:hover {
    background-position: 100% -20px
}

.opt2 {
    top: 0;
    right: 0;
    background-position: 0 0
}

.opt2:hover {
    background-position: 0 -20px
}

.shopping-input input {
    position: absolute;
    left: 19px;
    font: 16px "Tahoma";
    width: 30px;
    text-align: center;
    height: 20px;
    border: 1px solid #cdc4c5;
    border-radius: 5px
}

.shopping-button {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 70px;
    height: 34px;
    background: url(../../images/shopping.jpg) no-repeat 0 0;
    cursor: pointer
}

.shopping-button:hover {
    background: url(../../images/shopping.jpg) no-repeat -70px 0
}

.itog_col, .itog_price {
    font-weight: bold
}

.bas_itog_price_block {
    float: left;
    width: 100%;
    margin-bottom: 40px
}

.bas_buy_button {
    margin: 20px 0 0 0
}

.bas_buy_button:hover {
    text-decoration: none
}

.birthday-item {
    width: 620px;
    float: left;
    margin: 0 0 15px 0;
}

.birthday-images-item {
    width: 142px;
    height: 142px;
    overflow: hidden;
    float: left;
    margin: 5px 10px 5px 0;
    border: 1px solid black;
}

.birthday-images-item img {
    width: 100%;
}

.h1_page_head-birthday {

    color: #ec1d84;
    font-family: 'comic sans ms', sans-serif;
}

.birthday-subheader {
    color: #00b0f0;
    font-family: comic sans ms, sans-serif;
    font-size: 14pt;
    line-height: 1.3em;
    text-align: center;
}

.birthday-images-item div {
    width: 100%;
    height: 100%;
    background-size: cover;
}

a.btn-call, a.btn-call:hover {
    display: inline-block;
    margin: 2px 0;
    padding: 0 3px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    background: #d90375;
    border: 3px solid #d90375;
    border-radius: 25px;
    outline: none;
    transition: .4s ease all;
}

a.btn-call:hover {
    background: #53325a;
    border-color: #53325a;
}

.order-form {
    display: block;
    margin: 1em auto 2em;
    padding: 50px;
    color: #fff;
    text-align: center;
    background: #36aee0;
    border-radius: 30px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.order-form a {
    color: #fff;
    text-decoration: underline;
}

.order-form *, .order-form *:before, .order-form *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.order-form, .order-form * {
    font-size: 19px;
    line-height: 1.33em;
    font-family: 'NeuchaRegular', cursive;
}

.order-form_title {
    margin: 0 0 10px;
    color: #fff;
    font-size: 38px;
    text-align: center;
}

.order-form_title2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
}

.order-form_row {
    display: flex;
    margin: 0 0 3px;
}

.order-form_submit {
    margin: 25px 0 0;
}

.order-form .inp {
    padding: 12px 20px;
    width: 100%;
    color: #d90375;
    line-height: 1em;
    text-decoration: none;
    background: #fff;
    border: none;
    border-radius: 25px;
    outline: none;
}

.order-form .inp::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

.order-form .inp::-moz-placeholder {
    color: #999;
    font-style: italic;
}

.order-form .inp:-ms-input-placeholder {
    color: #999;
    font-style: italic;
}

.order-form .inp_but, .order-form .inp_but:hover {
    padding: 4px 39px;
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    background: #d90375;
    border: 3px solid #d90375;
    border-radius: 25px;
    outline: none;
    transition: .4s ease all;
}

.order-form .inp_but:hover {
    background: #53325a;
    border-color: #53325a;
}

.order-form .inp_but-inverse {
    color: #d90375;
    background: #fff;
}

.order-form .inp_but-inverse:hover {
    color: #53325a;
    background: #fff;
}

.landing1-head1 {
    margin: 0 0 15px;
    font-size: 24px;
    color: #423245;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.landing1-1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    margin: 0 -5px 15px 0;
    font-size: 12px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.landing1-1 > div {
    display: flex;
    align-items: center;
    width: 25%;
}

.landing1-1 > div > * {
    margin-right: 5px;
}

.free-class-form.order-form {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;

    margin-right: -5px;
    padding: 0;
    color: #423245;
    text-align: left;
    background: transparent;
    border-radius: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.free-class-form.order-form *, .free-class-form.order-form *:before, .free-class-form.order-form *:after,
.landing1-1 *, .landing1-1 *:before, .landing1-1 *:after {
    max-width: 100%;

    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.free-class-form.order-form > * {
    margin-right: 5px;
    width: 32.33%;
}

.free-class-form.order-form .inp {
    padding: 4px 15px;
    color: #53325a;
    font-size: 21px;
    border: 2px solid #eb519e;
    border-radius: 15px;
}

.free-class-form.order-form .inp:focus {
    box-shadow: 0 0 7px #eb519e;
}

.free-class-form.order-form .order-form_submit {
    text-align: center;
}

.free-class-form.order-form .order-form_submit .inp_but {
    padding: 1px 15px;
    font-size: 21px;
    background-color: #3eb5f1;
    border-color: #3eb5f1;
    border-radius: 15px;
}

.free-class-form.order-form .order-form_submit .inp_but:hover {
    background-color: #369bce;
    border-color: #369bce;
}

.free-class-form.order-form .order-form_submit span {
    color: #959595;
    font-size: 13px;
    white-space: nowrap;
}

.our-program {
    display: block;
    margin-bottom: 25px;
}

.our-programs img {
    width: 100%;
}

/***********************************************************************************************************************
    Events
***********************************************************************************************************************/

.events-months {
    margin-bottom: 25px;
}

.events-months > a {
    display: inline-block;
    margin-right: 5px;
    padding: 4px 12px 8px;
    color: #fff;
    font-size: 19px;
    font-family: Comic Sans MS, sans-serif;
    background-color: #7bbb1e;
    border-radius: 12px;
    text-decoration: none;
}

.events-months > a.active {
    background-color: #ff6f17
}

.events, .events *, .events *:before, .events *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.events {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;

    margin: 0 -10px;
}

.event {
    margin-bottom: 25px;
    padding: 0 10px;
    width: 50%;
}

.event-date {
    font-size: 17px;
    font-weight: bold;
}

.event-title {
    margin-bottom: .5em;
    color: #ff6f17;
    font-size: 21px;
    line-height: 1.1em;
    font-family: Comic Sans MS, sans-serif;
}

.event-image {
    margin-bottom: 5px;
}

.event img {
    max-width: 100%;
    border-radius: 10px;
    border: 2px solid #ff6f17;
}

.event-order {
    margin: .3em 0;
}

.program-list {
    display: flex;
    flex-wrap: wrap;
}

.program {
    display: flex;
    flex-direction: column;

    margin: 15px;
    width: 40%;
    text-decoration: none !important;
    background-color: #44caf2;
    border-radius: 12px;
    overflow: hidden;
}

.program-img {
    padding-bottom: 70%;
    background: 50% 50% no-repeat;
    background-size: cover;
}

.program-title {
    padding: 15px 20px 20px;
    color: #fff;
    font: bold 21px/1.2em "RotondaC", sans-serif;
    border-top: 2px solid #fff;
}

.program-color-0 {
    background-color: #a2bf3a;
}

.program-color-1 {
    background-color: #edab1c;
}

.program-color-2 {
    background-color: #e8539f;
}

.program-color-3 {
    background-color: #44caf2;
}

.program-color-4 {
    background-color: #fdb720;
}

.program-color-5 {
    background-color: #fd2020;
}

.program-color-6 {
    background-color: #c389ce;
}

.landing-banners.owl-carousel {
    display: block;
    margin: 0 0 25px;
    max-width: 100%;
}

.landing-banners-item img {
    width: 100%;
}

.mod-photo4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.mod-photo4-img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .2);
}

@media (min-width: 540px) {
    .only-mobile {
        display: none !important;
    }
}

@media (max-width: 539px) {
    .only-desktop {
        display: none !important;
    }
}
