.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.wrapper {
    min-height: 100%;
    height: auto;
    margin: 0 auto -68px;
    overflow: hidden;
    width: 100%;
}

.wrap {
    margin: 0 auto;
    max-width: 1266px;
}

/* begin header */

header {
    display: table;
    width: 100%;
}

.head_top {
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.08);
    min-height: 40px;
}

.head_top .wrap {
    position: relative;
}

.language {
    position: absolute;
    top: 9px;
    right: 0px;
}

.top_nav {
    width: 460px;
    margin: 0 auto;
    position: relative;
}

.top_nav a {
    color: #8b8b8b;
    font: normal 14px/15px LatoRegular, Arial, Helvetica, sans-serif;
    font-weight: 400;
    height: 40px;
    padding: 13px 19px 0;
    float: left;
}

.top_nav a:hover {
    background: #f2f2f2;
    text-decoration: none;
    color: #8b8b8b;
}

.top_nav li.active a {
    background: #f29120;
    color: #fff;
}

.top_nav li.active a {
    cursor: default;
}

.logo {
    float: left;
    display: block;
    margin: 9px 0 12px;
    position: relative;
    left: -2px;
}

.logo img {
    display: block;
    width: 150px;
}

.search_icon {
    float: right;
    background: url(../img/icons.png) no-repeat 0 0;
    height: 27px;
    width: 27px;
    margin: 19px 0 0;
    cursor: pointer;
}

.top_links {
    float: right;
    margin: 24px 20px 0 0;
}

.top_links a,
.first_page top_links a {
    color: #8cc63f;
    font: normal 16px/17px LatoRegular, Arial, Helvetica, sans-serif;
    display: block;
    float: right;
    position: relative;
    margin: 0 20px 0 15px;
}

.top_links a:hover {
    color: #303030;
    text-decoration: none;
}

.first_page .top_links a:hover {
    color: #303030 !important;
    text-decoration: none !important;
}

.top_links a:first-child:before {
    content: '';
    background: #8cc63f;
    height: 27px;
    width: 1px;
    position: absolute;
    top: -5px;
    left: -18px;
}

.first_page top_links a:first-child:before {
    background: none;
}

.top_links a:nth-child(3) {
    margin-right: 87px;
}

.first_page .top_links a:nth-child(3) {
    margin-right: 20px;
}

.top_links a:nth-child(3):after {
    content: '';
    background: #8cc63f;
    border-radius: 30px;
    height: 24px;
    width: 24px;
    position: absolute;
    top: -4px;
    right: -32px;
    z-index: 100;
}

.first_page .top_links a:nth-child(3):after {
    background: none;
}

.top_links a:nth-child(3):before {
    content: '';
    background: url(../img/icons.png) no-repeat 0 -27px;
    height: 12px;
    width: 6px;
    position: absolute;
    top: 2px;
    right: -24px;
    z-index: 101;
}

.first_page .top_links a:nth-child(3):before {
    background: none;
}

.top_links a:nth-child(3):hover {
    color: #8cc63f;
}

.top_links a.cabinet {
    position: relative;
    margin-right: 73px;
}

.top_links a.cabinet:before {
    background: none !important;
}

.top_links a.cabinet span {
    border: 2px solid #8cc63f;
    border-radius: 100px;
    height: 39px;
    width: 39px;
    display: block;
    position: absolute;
    top: -11px;
    right: -53px;
    box-sizing: border-box;
    overflow: hidden;
}

.top_links a.cabinet span img {
    display: block;
    border-radius: 100px;
    max-width: 100%;
}

/* end header */

/* begin top menu */

.top_menu {
    background: #f29120;
    height: 56px;
    display: table;
    width: 100%;
}

.top_menu .wrap {
    position: relative;
}

.menu_toggle {
    position: absolute;
    top: 19px;
    left: 0px;
    cursor: pointer;
    width: 29px;
}

.menu_toggle b {
    background: #fff;
    display: block;
    height: 3px;
    margin: 0 0 6px;
}

.top_menu ul {
    text-align: left;
    padding: 0 14px 0 48px;
}

.top_menu ul li {
    display: inline-block;
    vertical-align: top;
}

.top_menu ul li a {
    color: #fff;
    font: bold 14px/15px LatoBold, Arial, Helvetica, sans-serif;
    display: block;
    height: 56px;
    padding: 22px 7px 0;
}

.top_menu ul li a:hover {
    background: #f7ad57;
    text-decoration: none;
}

/* end top menu */

/* begin content */

.content {
    padding: 26px 0 30px;
}

.content .wrap {
    position: relative;
}

.breadcrumbs {
    padding-bottom: 11px;
}

.breadcrumbs,
.breadcrumbs a {
    color: #555555;
    font-size: 14px;
    line-height: 15px;
    text-shadow: 0 0;
}

.breadcrumbs a {
    position: relative;
    margin: 0 35px 15px 0;
    display: inline-block;
    vertical-align: top;
}

.breadcrumbs a.home {
    background: url(../img/icons.png) no-repeat 0 -39px;
    height: 14px;
    width: 16px;
    top: -1px;
    margin-left: 3px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.breadcrumbs a:hover {
    color: #f29120;
    text-decoration: none;
}

.breadcrumbs a.home:hover {
    background-position: 0 -62px;
}

.breadcrumbs a:after {
    content: '';
    background: url(../img/icons.png) no-repeat 0 -53px;
    height: 9px;
    width: 5px;
    position: absolute;
    top: 3px;
    right: -23px;
}

/* ############ registration ############# */

.right_pic {
    float: right;
    height: 435px;
    width: 616px;
    position: relative;
    z-index: -1;
    top: -79px;
    margin-bottom: -79px;
}

.pic1 {
    background: url(../img/pic1.png) no-repeat;
    height: 148px;
    width: 307px;
    position: absolute;
    top: 0px;
    right: 46px;
}

.pic2 {
    background: url(../img/pic2.png) no-repeat;
    height: 186px;
    width: 616px;
    position: absolute;
    top: 20px;
    left: 0px;
}

.pic3 {
    background: url(../img/pic3.png) no-repeat;
    height: 281px;
    width: 308px;
    position: absolute;
    bottom: 0px;
    left: 149px;
}

.left_col {
    float: left;
    width: 628px;
}

.info_txt {
    padding: 13px 0 40px;
}

.info_txt a {
    color: #f29120;
}
/*

.form {
    padding: 3px 0 30px;
}
*/

.form1 {
    padding-top: 0px;
}

.label {
    font: bold 20px/22px LatoBold, Arial, Helvetica, sans-serif;
    display: block;
    padding: 0 0 15px;
}

.form1 .label {
    padding-bottom: 22px;
}

.input {
    width: 100%;
    position: relative;
    margin: 0 0 36px;
}

.form1 .input {
    width: 527px;
}

.input input[type="text"],
.input input[type="password"],
.input textarea {
    border: 1px solid #dedede;
    height: 70px;
    width: 100%;
    color: #bababa;
    font: normal 22px LatoRegular, Arial, Helvetica, sans-serif;
    padding: 4px 24px 0;
    border-radius: 5px;
}

.input input[type="text"][disabled],
.input input[type="password"][disabled],
.input textarea[disabled] {
    cursor: not-allowed;
}

.ph_grey::-webkit-input-placeholder {
    color: #bababa;
}

.ph_grey::-moz-placeholder {
    color: #bababa;
}

.ph_grey:-ms-input-placeholder {
    color: #bababa;
}

.ph_grey:-moz-placeholder {
    color: #bababa;
}

.input textarea {
    height: 249px;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}*/

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.btn.disabled, .btn[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
}

.has-error input[type="text"],
.has-error input[type="password"],
.has-error textarea {
    color: #ff3232;
    border-color: #ff3232;
}

.has-error_darker input[type="text"],
.has-error_darker input[type="password"],
.has-error_darker textarea {
    color: inherit;
    border-color: #9e0b0f;
}

.btn_left {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}

.btn_margin {
    margin-bottom: 40px !important;
}

.cancel {
    display: inline;
    vertical-align: top;
    padding: 0 0 0 68px;
    position: relative;
    top: 24px;
    color: #90969b;
    font: normal 22px/22px LatoRegular, Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

.cancel:hover {
    text-decoration: none;
}

.pic4 {
    background: url(../img/pic4.png) no-repeat;
    height: 171px;
    width: 638px;
    position: absolute;
    top: -115px;
    margin-bottom: -115px;
    right: -4px;
}

.user_type {
    position: relative;
    top: -5px;
}

.input_small {
    position: relative;
    width: 100%;
}

.form .float_l,
.form .float_r {
    width: 49%;
    margin-bottom: 33px;
}

.select_disabled .label {
    color: #bababa;
}

.password_note {
    color: #90969b;
    font-size: 14px;
    display: block;
    line-height: 18px;
    position: relative;
    top: -25px;
    margin-bottom: 9px;
    left: 1px;
}

.check_group {
    padding-bottom: 19px;
}

.right_pic2 {
    float: right;
    min-height: 798px;
    width: 597px;
    position: relative;
    top: -67px;
    margin-bottom: -67px;
}

.pic5 {
    background: url(../img/pic5.png) no-repeat;
    position: absolute;
    bottom: 12px;
    left: 0px;
    height: 448px;
    width: 554px;
}

.socials_registr {
    text-align: center;
    margin: 13px 0 0 125px;
    width: 390px;
}

.socials_registr.profile {
    margin: 20px 0;
    text-align: left;
}

.socials_registr.profile a {
    margin: 0 20px 0 0;
}

.socials_registr.profile a.off {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bg_circle {
    background: #f5fafd;
    border-radius: 200px;
    height: 286px;
    width: 286px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -117px;
}

.socials_registr span {
    font: normal 28px/36px LatoMedium, Arial, Helvetica, sans-serif;
    display: block;
    padding: 60px 0 33px;
    position: relative;
}

.socials_registr a {
    display: inline-block;
    vertical-align: top;
    background: url(../img/socials.png) no-repeat;
    height: 33px;
    margin: 0 21px 21px;
    position: relative;
}

.socials_registr a.vk {
    background-position: 0 0;
    width: 38px;
    margin-right: 16px;
}

.socials_registr a.fb {
    background-position: -80px 0;
    width: 17px;
}

.socials_registr a.gp {
    background-position: -144px 0;
    width: 33px;
}

.socials_registr a.ins {
    background-position: -220px 0;
    width: 33px;
    margin-left: 17px;
}

.socials_registr a.ok {
    background-position: -291px 0;
    width: 17px;
    margin-left: 10px;
}

.btn_left2 {
    padding: 16px 0 0;
}

.pic6 {
    background: url(../img/pic6.png) no-repeat top;
    height: 561px;
    width: 895px;
    position: absolute;
    top: -127px;
    right: -32px;
}

.informer {
    background: #4eaade;
    padding: 18px 0 20px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 900;
    display: none;
}

.informer .wrap {
    position: relative;
}

.close {
    background: url(../img/icons.png) no-repeat 0 -111px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0px;
    right: 8px;
    display: block;
    cursor: pointer;
}

.inform {
    color: #3c3c3c;
    display: block;
    font-size: 18px;
    line-height: 22px;
    padding: 0 30px;
}

.inform a {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}

.btn_center {
    padding: 8px 0 0;
    margin: 0 auto;
    width: 268px;
    text-align: center;
}

/* ############ /registration ############# */

/* begin expanded menu */

.expanded_menu {
    background: #f29120;
    position: absolute;
    top: 39px;
    left: 0px;
    width: 100%;
    box-shadow: inset 0px 2px 5px 1px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: inset 0px 2px 5px 1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: inset 0px 2px 5px 1px rgba(0, 0, 0, 0.08);
    padding: 116px 0 64px;
    z-index: 1000;
    display: none;
}

.expanded_menu .wrap {
    position: relative;
}

.expanded_menu .close {
    right: auto;
    left: 3px;
    top: -73px;
}

.cat_group1 {
    float: left;
    width: 75.5%;
}

.cat_group2 {
    float: left;
    width: 23.5%;
}

.category {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 34px;
    width: 100%;
}

.cat_group1 .category {
    width: 32.9%;
}

.category > a {
    color: #fff;
    display: block;
    position: relative;
    left: -11px;
    padding: 6px 42px 4px 12px;
    font: normal 14px/15px LatoRegular, Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
    max-width: 300px;
}

.category > a:hover {
    text-decoration: none;
    background: #fff;
    border-radius: 3px;
    color: #f29120;
    padding-left: 19px;
}

.white_bg {
    background: #fff;
    padding: 32px 10px 20px 22px;
    max-width: 267px;
    min-height: 286px;
    position: relative;
    left: -19px;
}

.white_bg a {
    color: #f29120;
    font: bold 24px/24px LatoBold, Arial, Helvetica, sans-serif;
    position: relative;
    margin-bottom: 19px;
    left: -2px;
    padding: 0 30px 0 0;
    display: block;
}

.white_bg a:after {
    content: '';
    background: #f29120;
    height: 25px;
    width: 25px;
    border-radius: 100px;
    position: absolute;
    top: 0px;
    right: 7px;
    z-index: 100;
}

.white_bg a:before {
    content: '';
    background: url(../img/icons.png) no-repeat 0 -136px;
    height: 14px;
    width: 10px;
    position: absolute;
    top: 5px;
    right: 13px;
    z-index: 200;
}

.white_bg a:hover {
    padding-left: 0px;
}

.white_bg span {
    display: block;
    color: #9b9b9b;
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 25px;
    letter-spacing: 1px;
}

.white_bg p {
    padding: 0 0 20px;
    color: #000;
    line-height: 22px;
}

.mobile_search_icon {
    display: none;
}

/* end expanded menu */

/* ############ lk ############# */

.left_col3 {
    float: left;
    width: 947px;
}

.left_col3 .form {
    padding-top: 26px;
}

.left_col3 .input {
    margin-bottom: 0px;
}

.left_col3 .input,
.left_col3 .input_small {
    margin-bottom: 29px;
}

.form_block {
    padding: 18px 0 30px;
}

.form_block .float_l,
.form_block .float_r {
    margin-bottom: 0px;
}

.link {
    color: #f29121;
    line-height: 22px;
    font-family: LatoRegular, Arial, Helvetica, sans-serif;
    display: block;
    margin: 83px 0 0;
    text-decoration: underline;
}

.link:hover {
    text-decoration: none;
}

.form_block .label {
    min-height: 52px;
    display: block;
    width: 100%;
    position: relative;
}

.form_block .label span {
    position: absolute;
    bottom: 14px;
}

.right_pic3 {
    float: right;
    width: 318px;
    position: relative;
}

.pic7 {
    background: url(../img/pic7.png) no-repeat top right;
    position: absolute;
    top: -9px;
    right: -18px;
    height: 982px;
    width: 318px;
}

.email_block {
    background: #f5fafd;
    padding: 55px 0 0;
    margin: 60px 0 0;
    display: table;
    width: 100%;
}

.email_block .left_col3 .form {
    padding-bottom: 28px;
}

.activation_info {
    color: #b3b7ba;
    font-family: LatoRegular, Arial, Helvetica, sans-serif;
    display: block;
    line-height: 22px;
    padding: 33px 0 0;
}

.activation_info .link {
    margin-top: 12px;
}

.right_pic4 {
    float: right;
    background: url(../img/pic8.png) no-repeat;
    height: 204px;
    width: 303px;
    position: relative;
    top: -48px;
    margin-bottom: -48px;
}

.password_block {
    padding: 42px 0 62px;
    position: relative;
}

.password_block .wrap {
    position: relative;
}

.password_block .link {
    margin: 23px 0 0;
}

.pic9 {
    background: url(../img/pic9.png) no-repeat;
    height: 156px;
    width: 444px;
    position: absolute;
    top: 0px;
    right: -3px;
}

/* ############ /lk ############# */

/* ############ videomaterials ############# */

.inner_page {
    display: table;
    width: 100%;
}

.left_bar {
    float: left;
    position: relative;
    top: -2px;
    left: -28px;
    width: 275px;
    z-index: 100;
}

.left_menu,
.left_menu_mobile,
.date_filter_block {
    border: 1px solid #dfdfde;
    overflow: hidden;
    margin-bottom: 59px;
    background: #fff;
}

.left_menu li,
.left_menu_mobile li {
    border-bottom: 1px solid #dedede;
    width: 259px;
}

.left_menu_mobile li {
    width: 100%;
}

.left_menu li:last-child {
    border-bottom: 0px;
}

.left_menu li a,
.main_category a,
.main_category span,
.left_menu_mobile li a {
    display: block;
    color: #4c4c4d;
    font: normal 12px/18px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 18px 26px;
}

.left_menu li a:hover,
.left_menu li.active a,
.left_menu_mobile li a:hover,
.main_category a:hover {
    text-decoration: none;
    color: #f29120;
}

.belarus_page .main_category a, .belarus_page .main_category span {
    border-left: 2px solid #6d2d8d;
}

.left_menu li.active a {
    cursor: default;
}

.left_menu li.sub.active {
    border-bottom: 0px;
}

.left_menu li.sub a {
    position: relative;
}

.left_menu li.sub.active a {
    cursor: pointer;
}

.left_menu li.sub > a:after {
    content: '';
    border-top: 8px solid #9d9d9d;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    top: 23px;
    right: 0px;
    height: 0px;
    width: 0px;
}

.left_menu li.sub.active > a:after {
    border-top: 0px;
    border-bottom: 8px solid #9d9d9d;
}

.left_menu li.sub ul {
    border-top: 1px solid #dedede;
    display: none;
}

.left_menu li.sub ul li {
    margin-left: 14px;
    margin-right: 14px;
    border-bottom: 1px solid #dedede;
    width: auto;
}

.main_category {
    border-left: 1px solid #d9ab76;
    border-bottom: 1px solid #dedede;
    position: relative;
    left: -1px;
    width: 101%;
}

.main_category a,
.main_category span {
    border-left: 2px solid #f29121;
    padding-bottom: 16px;
}

.pic10 {
    background: url(../img/pic10.png) no-repeat;
    height: 920px;
    width: 228px;
    position: absolute;
    top: 426px;
    left: -330px;
}

.mid_col {
    margin-left: 44px;
    position: relative;
    top: -12px;
    width: 800px;
    float: left;
}

.mid_col.concurs_page {
    width: 100%;
}

.label_2 {
    color: #3c3c3c;
    font-family: LatoRegular, Arial, Helvetica, sans-serif;
    line-height: 18px;
    padding: 7px 0 0;
    float: left;
    position: relative;
    margin-right: -4px;
}

.filters_group {
    padding-left: 133px;
    width: 100%;
}

.filters_group a {
    float: left;
    padding: 9px 16px 0;
    font-family: LatoRegular, Arial, Helvetica, sans-serif;
    line-height: 18px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin: 0 4% 15px 0;
    width: 30.6%;
    height: 32px;
    font: normal 14px/14px LatoRegular, Arial, Helvetica, sans-serif;
}

.filters_group a.active {
    color: #f29120;
    cursor: default;
}

.filters_group a:hover {
    color: #f29120;
    text-decoration: none;
}

.filter_select {
    position: relative;
    float: left;
    margin: 0 4% 15px 0;
    width: 30.6%;
}

.filter_select:last-child,
.filters_group a:last-child {
    margin-right: 0px;
}

.filter {
    padding: 16px 0 22px;
    display: table;
    width: 100%;
}

.video_list {
    position: relative;
    left: -2.5%;
    width: 103%;
}

.video_list li {
    display: inline-block;
    vertical-align: top;
    width: 30.4%;
    margin: 0 0 0 2.4%;
    padding: 14px 0 45px;
}

.video_list li a,
.video_block a,
.video_block div {
    position: relative;
    display: block;
    cursor: pointer;
}

.video_list li a img,
.video_block a img,
.video_block div img {
    width: 100%;
    display: block;
}

.video_list li a span,
.video_block a span,
.video_block div span {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(65, 162, 218, 0.82);
}

.video_list li a span b,
.video_block a span b,
.video_block div span b {
    background: url(../img/icons.png) no-repeat 0 -310px;
    height: 49px;
    width: 49px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
}

.video_list li a:hover span b {
    background-position: 0 -359px;
}

.video_block a span b,
.video_block div span b {
    background-position: 0 -1434px;
    height: 152px;
    width: 152px;
    margin-top: -76px;
    margin-left: -76px;
}

.video_block a:hover span b,
.video_block div:hover span b {
    background-position: 0 -1586px;
}

.video_list li > span {
    color: #90969b;
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding: 19px 0 0;
}

.btn_center3 {
    text-align: center;
}

.socials {
    float: left;
    padding: 68px 0 0;
}

.socials span,
.print {
    color: #3c3c3c;
    display: inline-block;
    vertical-align: top;
    font: normal 18px/20px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    padding: 22px 0 0;
}

.socials a {
    background: url(../img/socials2.png) no-repeat;
    height: 66px;
    display: inline-block;
    vertical-align: top;
    width: 61px;
    position: relative;
    margin-right: -5px;
}

.socials a.vk2 {
    background-position: 0 0;
}

.socials a.fb2 {
    background-position: -61px 0;
    width: 57px;
}

.socials a.ok2 {
    background-position: -118px 0;
}

.print {
    float: right;
    position: relative;
    padding: 0px;
    margin: 90px 0 0;
}

.print:before {
    content: '';
    background: url(../img/icons.png) no-repeat 0 -408px;
    height: 24px;
    width: 32px;
    position: absolute;
    top: -3px;
    left: -43px;
}

.pic11 {
    background: url(../img/pic11.png) no-repeat;
    height: 1215px;
    width: 111px;
    position: absolute;
    top: 42px;
    right: -170px;
}

.left_menu_mobile {
    display: none;
}

.page_content {
    display: table;
    width: 100%;
}

.pic10_1 {
    display: none;
}

/* ############ /videomaterials ############# */

/* ############ contacts ############# */

.contacts {
    padding: 25px 0 0;
    max-width: 788px;
}

.contacts h3 {
    color: #3c3c3c;
    font: normal 28px/36px LatoMedium, Arial, Helvetica, sans-serif;
}

.contacts span,
.contacts address {
    /*display: block;*/
    /*line-height: 24px;*/
    /*font-style: normal;*/
    /*padding: 10px 0 42px;*/
    /*text-shadow: 0 0;*/
}

.contacts form {
    padding-top: 12px;
    padding-bottom: 14px;
}

.label_l {
    float: left;
    width: 258px;
    font-size: 22px;
    line-height: 28px;
    padding: 20px 0 0;
}

.input_r {
    margin-left: 258px;
    margin-bottom: 30px;
    width: auto;
}

.btn_center4 {
    margin-left: 258px;
    text-align: left;
}

.contacts form .input textarea {
    margin-bottom: 45px;
}

.has-error,
.has-success {
    position: relative;
}

.help-block {
    color: #ff3232;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 30px;
    text-shadow: 0 0;
    display: block;
}

.help-block.help-block_pad0 {
    padding-bottom: 0;
}

.help-block.help-block_bottom {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    color: #9e0b0f;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

/* ############ /contacts ############# */

/* ############ metodicheskaia_biblioteka ############# */

.methodic_filter .filters_group {
    padding-left: 159px;
}

.methodic_filter .filter_select {
    margin-right: 5.4%;
    width: 33.8%;
}

.methodic_list {
    position: relative;
    left: -2.8%;
    margin-right: -2.8%;
    padding: 9px 0 0;
    width: 103%;
}

.methodic_list li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 0 65px 2.8%;
}

.methodic_list li p,
.download_doc p {
    color: #90969b;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 30px;
}

.methodic_list li a,
.download_doc a {
    color: #40a2da;
    display: block;
    font: normal 14px/18px LatoRegular, Arial, Helvetica, sans-serif;
}

.methodic_list li a:hover {
    text-decoration: underline;
}

.methodic_icon {
    background: url(../img/icons.png?v=2) no-repeat;
    height: 80px;
    width: 58px;
    margin-bottom: 28px;
}

.methodic_icon.doc {
    background-position: 0 -719px;
}

.methodic_icon.ppt {
    background-position: 0 -880px;
}

.methodic_icon.pdf {
    background-position: 0 -800px;
}

.methodic_icon.jpg {
    background-position: 0 -2809px;
}

.methodic_icon.pdf2 {
    background-position: 0 -1738px;
    height: 70px;
    width: 50px;
}

.pic12 {
    background: url(../img/pic12.png) no-repeat;
    height: 1115px;
    width: 164px;
    position: absolute;
    top: 15px;
    right: -163px;
}

/* ############ /metodicheskaia_biblioteka ############# */

/* ############ news ############# */

.date_filter_block {
    text-align: center;
}

.date_filter_block form {
    display: none;
}

.date_filter_block .main_category {
    position: relative;
    text-align: center;
    cursor: pointer;
    border-bottom: 0px;
}

.date_filter_block .main_category:after {
    content: '';
    border-top: 8px solid #929292;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: block;
    height: 0px;
    width: 0px;
    position: absolute;
    top: 23px;
    right: 22px;
}

.year_filter {
    position: relative;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.arr_left,
.arr_right {
    height: 42px;
    width: 42px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.arr_right {
    left: auto;
    right: 0px;
}

.arr_left span,
.arr_right span {
    border-right: 8px solid #9d9d9d;
    border-top: 5px solid transparent;
    border-bottom: 4px solid transparent;
    height: 0px;
    width: 0px;
    top: 16px;
    left: 13px;
    position: absolute;
}

.arr_right span {
    left: auto;
    right: 13px;
    border-right: 0px;
    border-left: 8px solid #9d9d9d;
}

.year_filter input[type="text"] {
    border: 0px;
    background: none;
    color: #f29120;
    font: normal 20px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    height: 42px;
    text-align: center;
    width: 100px;
    margin: 0 auto;
}

.radio_group {
    text-align: center;
    padding: 18px 5px 12px;
}

.wide_col {
    padding-bottom: 30px;
    width: 946px;
}

.news_list {
    padding: 7px 0 37px;
}

.news_list li {
    border-bottom: 1px solid #9d9d9d;
    display: table;
    width: 100%;
    cursor: pointer;
}

.news_list li:last-child {
    border-bottom: 0px;
}

.news_list li a {
    position: relative;
    left: -2.3%;
    width: 104.6%;
    display: block;
    padding: 64px 0 61px 2.3%;
}

.news_list li a:hover {
    text-decoration: none;
    background: #ecf6fb;
}

.news_list li:first-child a {
    padding-top: 49px;
}

.news_list_date {
    color: #f29121;
    font: normal 22px/23px LatoRegular, Arial, Helvetica, sans-serif;
    display: block;
    float: left;
    padding: 3px 0 0;
}

.belarus_page .news_list_date {
    color: #6d2d8d;
}

.news_list_content {
    margin-left: 185px;
    display: block;
    padding-right: 60px;
}

.news_list_content strong {
    color: #3c3c3c;
    font: normal 26px/31px LatoMedium, Arial, Helvetica, sans-serif;
    display: block;
}

.news_list_content span {
    display: block;
    padding: 18px 0 0;
    line-height: 24px;
    color: #3c3c3c;
    text-shadow: 0 0;
}

.btn_center5 .btn {
    margin-left: 140px;
}

.news_article {
    padding: 6px 0 45px;
    max-width: 711px;
}

.news_article .news_list_date {
    margin-top: 24px;
    margin-bottom: 10px;
}

.news_article .print {
    color: #f29121;
    margin: 30px 32px 6px 0;
}

.news_article p {
    padding: 24px 30px 0 0;
}

.content_img {
    display: block;
    margin: 36px 0 12px;
    max-width: 100%;
}

.news_article .socials {
    padding-top: 46px;
}

.page_nav {
    padding: 54px 0 0;
    text-align: center;
}

.page_nav a,
.page_nav span {
    display: inline-block;
    vertical-align: top;
    color: #3c3c3c;
    font: normal 16px/18px LatoRegular, Arial, Helvetica, sans-serif;
}

.page_nav span {
    margin: 0 13px;
    background: #9d9d9d;
    height: 25px;
    width: 1px;
    position: relative;
    top: -2px;
}

.page_nav a:hover {
    text-decoration: none;
    color: #f29121;
}

/* ############ /news ############# */

/* ############ page_404 ############# */

.bg_404 {
    background: url(../img/bg_404.jpg) no-repeat top center;
    min-height: 721px;
    position: relative;
    margin-top: 4%;
    text-align: center;
    z-index: 100;
}

.bg_404 .logo {
    margin: 0 auto 114px;
    top: 114px;
    float: none;
    left: 0px;
}

.bg_404 .logo img {
    width: 210px;
    margin: 0 auto;
}

.page_not_found {
    color: #df458d;
    font: normal 35px/35px ChalkNestle, Arial, Helvetica, sans-serif;
    display: block;
    text-align: center;
    padding: 305px 0 75px;
}

/* ############ /page_404 ############# */

/* ############ search ############# */

.search_content {
    position: relative;
    margin: 0 157px 0 162px;
    padding: 27px 0 62px;
}

.form_search_input {
    border: 1px solid #dedede;
    border-radius: 5px;
    position: relative;
    margin-bottom: 42px;
}

.form_search_input input[type="text"] {
    border: 0px;
    background: none;
    width: 98%;
    height: 68px;
    padding: 0 20px;
    font: normal 20px LatoRegular, Arial, Helvetica, sans-serif;
}

.form_search_input input[type="submit"] {
    border: 0px;
    background: url(../img/icons.png) no-repeat 0 0;
    height: 27px;
    width: 27px;
    cursor: pointer;
    position: absolute;
    top: 21px;
    right: 24px;
}

.form_search_filter span {
    font: bold 20px/22px LatoBold, Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    padding: 5px 29px 0 0;
}

.form_search_filter a {
    border: 1px solid #dedede;
    background: #fff;
    color: #969696;
    font: normal 14px/15px LatoRegular, Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0 21px 0 0;
    height: 32px;
    padding: 8px 15px 0;
    border-radius: 5px;
}

.form_search_filter a:hover {
    text-decoration: none;
    background: #ef8f20;
    border-color: #ef8f20;
    color: #fff;
}

.search_result {
    padding: 0 0 97px;
}

.search_result li {
    border-bottom: 1px solid #9d9d9d;
    padding: 69px 160px 13px 0;
}

.search_result li:last-child {
    border-bottom: 0px;
}

.search_result li:first-child {
    padding-top: 67px;
}

.search_result li p {
    padding: 9px 0 0;
}

.small_breadcrumbs {
    padding: 37px 0 0;
}

.small_breadcrumbs a,
.small_breadcrumbs span {
    color: #90969b;
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    vertical-align: top;
    text-shadow: 0 0;
}

.small_breadcrumbs span {
    margin: 0 14px;
    background: url(../img/icons.png) no-repeat -13px -97px;
    height: 9px;
    width: 5px;
    position: relative;
    top: 2px;
}

.pic13 {
    background: url(../img/pic13.png) no-repeat;
    height: 1459px;
    width: 110px;
    position: absolute;
    top: 42px;
    left: -175px;
}

.pic14 {
    background: url(../img/pic14.png) no-repeat;
    height: 1294px;
    width: 141px;
    position: absolute;
    top: 200px;
    right: -183px;
}

/* ############ /search ############# */

/* ############ text_page ############# */

.text_content {
    padding: 0 94px 26px 0;
}

.text_content p {
    padding: 0 0 24px;
    text-shadow: 0 0;
}

.text_content ul {
    text-shadow: 0 0;
    padding-bottom: 14px;
}

.text_content ul li,
.text_content ol li,
.online_lessons ol li,
.main_text ol li {
    margin-left: 40px;
    margin-bottom: 24px;
    position: relative;
}

.text_content ul li:before {
    content: '';
    background: #f29120;
    border-radius: 10px;
    position: absolute;
    top: 9px;
    left: -40px;
    height: 6px;
    width: 6px;
}

.text_content ul li a,
.text_content ol li a,
.text_content p a,
.main_text ol li a {
    color: #f29120;
    text-decoration: underline;
}

.text_content ul li a:hover,
.text_content ol li a:hover,
.text_content p a:hover,
.main_text ol li a:hover {
    text-decoration: none;
}

.text_content ol,
.online_lessons ol,
.main_text ol {
    counter-reset: li;
    list-style: none;
    text-shadow: 0 0;
    padding-bottom: 14px;
}

.text_content ol li:before,
.online_lessons ol li:before,
.main_text ol li:before {
    content: counter(li, decimal) '.';
    counter-increment: li;
    color: #f29120;
    position: absolute;
    top: 0px;
    left: -40px;
}

.content_img2 {
    margin: 24px 0 62px;
    max-width: 100%;
    display: block;
}

.content_img3 {
    margin: 15px 0 43px;
    max-width: 100%;
    display: block;
}

/* ############ /text_page ############# */

/* ############ index ############# */

.main_slider_wrap,
.expert_slider_wrap {
    position: relative;
}

.main_slider,
.expert_slider {
    height: 500px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main_slider .wrap,
.expert_slider .wrap {
    position: relative;
}

.slider_img {
    height: 500px;
    width: 100%;
    background-position: bottom center;
}

.parents_page .main_slider .slider_img {
    background-position: top right;
}

.parents_page .expert_slider .slider_img {
    background-position: top right !important;
}

.main_slider_content {
    position: absolute;
    top: 33px;
    left: 22px;
    max-width: 446px;
    z-index: 900;
}

.expert_slider .main_slider_content {
    top: 92px;
}

.main_slider_content p {
    color: #fff;
    padding-bottom: 30px;
}

.expert_slider .main_slider_content p {
    padding-bottom: 47px;
}

.custom_page,
.custom_page2 {
    position: absolute;
    bottom: 85px;
    z-index: 900;
    color: #fff;
    border: 2px solid #fff;
    height: 52px;
    width: 35px;
    padding: 5px 11px 0;
    box-sizing: border-box;
    border-radius: 20px;
    left: 50%;
    margin-left: -17px;
    display: block;
    font: normal 18px/18px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    z-index: 800;
}

.news_block {
    background: #f5fafd;
    padding: 44px 0 66px;
}

.headline {
    margin-left: 25px;
}

.headline h2 {
    display: inline-block;
    vertical-align: top
}

.hd_icon_news {
    background: url(../img/small_pics.png) no-repeat 0 0;
    height: 70px;
    width: 94px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -27px;
    margin-bottom: -27px;
    margin-left: 11px;
}

.link_all {
    color: #8cc63f;
    font: bold 18px/16px LatoBold, Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 9px 17px 0 0;
    position: relative;
    border-bottom: 2px solid #8cc63f;
}

.link_all:after {
    content: '';
    border-left: 6px solid #8cc63f;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    height: 0px;
    width: 0px;
    position: absolute;
    top: 3px;
    right: -17px;
}

.link_all:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.main_news_list {
    display: table;
    width: 100%;
    position: relative;
    left: -13px;
    margin-right: -13px;
}

.main_news_list li {
    float: left;
    width: 25%;
    min-height: 242px;
    padding: 16px 0 26px;
    box-sizing: border-box;
}

.main_news_list li:hover {
    background: #e3f1f9;
}

.main_news_list li div {
    border-left: 1px solid #f29120;
    min-height: 200px;
    position: relative;
    padding: 0 14px;
}

.news_date {
    color: #f29120;
    font-size: 24px;
    text-shadow: 0 0;
    display: block;
    line-height: 24px;
    padding-bottom: 24px;
    position: relative;
    top: -2px;
    letter-spacing: 2px;
}

.main_news_list li p {
    color: #000;
    padding-bottom: 20px;
    padding-right: 20px;
    max-height: 115px;
    overflow: hidden;
    line-height: 22px;
    text-shadow: 0 0;
}

.main_news_list li div a {
    color: #8cc63f;
    font: bold 14px/16px LatoBold, Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: 1px;
    left: 13px;
    text-transform: uppercase;
}

.main_news_list li div a:after,
.see_also a:after,
.link2:after,
.competition_info_content .see_also a:after {
    content: '';
    background: #8cc63f;
    height: 25px;
    width: 25px;
    position: absolute;
    top: -5px;
    border-radius: 30px;
    right: -34px;
    z-index: 1;
}

.main_news_list li div a:before,
.see_also a:before,
.link2:before,
.competition_info_content .see_also a:before {
    content: '';
    background: url(../img/icons.png) no-repeat 0 -136px;
    height: 14px;
    width: 9px;
    position: absolute;
    top: 0px;
    right: -27px;
    z-index: 2;
}

.materials_block {
    padding: 16px 0;
}

.hd_icon_materials {
    background: url(../img/small_pics.png) no-repeat 0 -70px;
    height: 60px;
    width: 73px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 7px;
    margin-left: 10px;
}

.materials_slider,
.moduls_slider,
.video_slider {
    position: relative;
    left: -10px;
    margin-right: -21px;
    margin-bottom: -24px;
}

.materials_slider.belorus {
    margin-bottom: 25px;
}

.materials_slider .slick-list,
.moduls_slider .slick-list,
.video_slider .slick-list {
    height: 385px;
    padding: 6px 0 0 10px;
}

.moduls_slider {
    margin-right: -10px;
}

.material {
    display: block;
    margin-right: 11px;
    margin-top: 10px;
    border-radius: 5px;
    background: #d5dc91;
    position: relative;
    height: 345px;
    overflow: hidden;
    max-width: 308px;
    transition: 0.6s;
}

.material:hover {
    margin-top: 0px;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
}

.material img {
    display: block;
    margin: 0 auto;
}

.material span {
    background: #f29120;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: block;
    padding: 28px 20px 20px;
    color: #fff;
    font: normal 18px/22px LatoRegular, Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

.material span.blue_bg,
.material.blue_bg,
.modul span.blue_bg {
    background: #40a2da;
}

.material.yellow_bg {
    background: #f29120;
}

.material span br {
    display: none;
}

.see_also {
    padding: 25px 0 2px;
}

.see_also span {
    display: inline-block;
    vertical-align: top;
    color: #464646;
    font: bold 18px/18px LatoBold, Arial, Helvetica, sans-serif;
    margin: 0 58px 0 0;
}

.see_also a {
    color: #8cc63f;
    font: normal 16px/18px LatoRegular, Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0 58px 0 0;
    position: relative;
}

.see_also a:after {
    top: -3px;
}

.see_also a:before {
    top: 2px;
}

.game_block,
.inter_competition_block {
    background: #40a2da;
    min-height: 500px;
}

.game_block .wrap,
.culinary_block .wrap,
.inter_competition_block .wrap,
.online_education_block .wrap {
    position: relative;
}

.game_content,
.inter_competition_content,
.photo_competition_content {
    width: 50%;
    min-height: 500px;
    position: relative;
    padding: 55px 154px 0 20px;
}

.game_content p,
.inter_competition_content p,
.photo_competition_content p {
    padding: 0 0 24px;
    text-shadow: 0 0;
    color: #fff;
}

.photo_competition_content p {
    padding-top: 6px;
    padding-bottom: 64px;
}

.game_icon {
    background: url(../img/small_pics.png) no-repeat 0 -130px;
    height: 131px;
    width: 187px;
    position: absolute;
    bottom: 13px;
    right: 62px;
}

.game_content .btn {
    margin-top: 35px;
}

.game_img {
    background: url(../img/temp/game_img.jpg) no-repeat 0 0;
    height: 500px;
    width: 960px;
    position: absolute;
    top: 0px;
    left: 50%;
}

.blue_corner {
    border-left: 20px solid #40a2da;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    height: 0px;
    width: 0px;
    top: 50%;
    right: -20px;
    margin-top: -20px;
    z-index: 900;
    position: absolute;
}

.culinary_block,
.inter_conference_block {
    background: #fff;
    display: table;
    width: 100%;
    min-height: 500px;
    position: relative;
}

.culinary_content,
.inter_conference_content {
    float: right;
    width: 50%;
    position: relative;
    padding: 103px 20px 0 67px;
    min-height: 500px;
    text-align: left;
    background: #fff;
}

.culinary_icon {
    background: url(../img/small_pics.png) no-repeat 0 -261px;
    height: 233px;
    width: 386px;
    position: absolute;
    bottom: 0px;
    right: -113px;
}

.culinary_content p,
.inter_conference_content p {
    max-width: 464px;
    padding-bottom: 40px;
    padding-top: 3px;
    text-shadow: 0 0;
}

.culinary_content .btn {
    margin-top: 23px;
}

.culinary_img {
    background: url(../img/temp/culinary_img.jpg) no-repeat top left;
    height: 500px;
    width: 960px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.culinary_img_concurs {
    background: url(../img/culinarmain_img.jpg) no-repeat center center;
    background-size: cover;
    height: 500px;
    width: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.white_corner {
    border-right: 20px solid #fff;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    height: 0px;
    width: 0px;
    top: 50%;
    left: -20px;
    margin-top: -20px;
    z-index: 900;
    position: absolute;
}

.competitions_block {
    background: #f5fafd;
    padding: 55px 0 72px;
}

.competitions_block .link_all {
    position: relative;
    top: -23px;
    margin-bottom: -23px;
}

.hd_icon_competitions {
    background: url(../img/small_pics.png) no-repeat 0 -494px;
    height: 92px;
    width: 127px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -43px;
    left: 26px;
}

.competitions_slider {
    position: relative;
    margin-right: -14px;
    margin-bottom: -30px;
    left: -10px;
}

.competitions_slider .slick-list {
    padding: 0 0 0 10px;
    height: 385px;
}

.competitions_slider .material {
    margin-right: 14px;
    max-width: 413px;
}

.competitions_slider .material span {
    padding-top: 26px;
    padding-bottom: 22px;
}

.inter_competition_block,
.online_education_block,
.photo_competition_block {
    position: relative;
    background: #40a2da;
}

.inter_competition_content {
    padding: 67px 160px 0 21px;
    background: #40a2da;
}

.photo_competition_content {
    padding: 133px 160px 0 21px;
    background: #40a2da;
}

.inter_competition_icon {
    background: url(../img/small_pics.png) no-repeat 0 -586px;
    height: 165px;
    width: 183px;
    position: absolute;
    bottom: 0px;
    right: 78px;
}

.inter_competition_content .btn {
    margin-top: 59px;
}

.inter_competition_img,
.photo_competition_img {
    background: url(../img/temp/competition_img.jpg) no-repeat top right;
    height: 500px;
    width: 960px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.photo_competition_img {
    background: url(../img/temp/competition1_parents.jpg) no-repeat;
}

.inter_conference_content {
    padding: 68px 60px 0 67px;
}

.inter_conference_icon {
    background: url(../img/small_pics.png) no-repeat 0 -751px;
    height: 186px;
    width: 149px;
    position: absolute;
    bottom: 0px;
    right: 30px;
}

.inter_conference_img {
    background: url(../img/temp/conference_img.jpg) no-repeat top right;
    height: 500px;
    width: 960px;
    position: absolute;
    top: 0px;
    right: 50%;
    overflow: hidden;
}

.inter_conference_content .btn {
    margin-top: 33px;
}

.inter_conference_content p {
    padding-right: 20px;
}

.online_education_icon {
    background: url(../img/small_pics.png) no-repeat 0 -937px;
    height: 139px;
    width: 297px;
    position: absolute;
    bottom: 8px;
    right: 40px;
}

.online_education_content {
    padding: 43px 100px 0 21px;
    background: #40a2da;
    width: 50%;
    min-height: 500px;
    position: relative;
}

.online_education_content p {
    color: #fff;
    padding-right: 80px;
}

.online_education_content .btn {
    margin-top: 44px;
}

.online_education_img {
    background: url(../img/temp/online_education_img.jpg) no-repeat top left;
    height: 500px;
    width: 960px;
    position: absolute;
    top: 0px;
    left: 50%;
}

/* ############ /index ############# */

/* ############ about ############# */

.no_breadcrumbs {
    padding-top: 67px;
}

.about_content {
    max-width: 626px;
    padding: 10px 0 7px;
    position: relative;
}

.about_content p {
    padding: 0 0 24px;
    text-shadow: 0 0;
}

.hd_icon_about {
    background: url(../img/small_pics.png) no-repeat 0 -1179px;
    height: 74px;
    width: 77px;
    position: absolute;
    bottom: -20px;
    right: -113px;
}

.pic15 {
    background: url(../img/logo.png) no-repeat;
    height: 256px;
    width: 251px;
    position: absolute;
    top: -13px;
    right: -318px;
}

.info_block {
    background: #f5fafd;
    position: relative;
    left: -647px;
    margin-bottom: 30px;
    margin-right: -647px;
    padding: 0 0 31px 649px;
    width: 1920px;
}

.info_content {
    max-width: 950px;
}

.stat_info {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 37px 0 11px;
    width: 48.5%;
}

.stat_info strong {
    color: #40a2da;
    font: normal 53px/55px MarkerFeltWide, Arial, Helvetica, sans-serif;
    display: block;
    position: relative;
    left: -7px;
}

.stat_info strong span {
    font-size: 30px;
    line-height: 30px;
    display: block;
    padding-bottom: 14px;
    margin-left: 7px;
}

.stat_info strong b {
    display: inline;
    font-size: 30px;
}

.stat_info > span {
    color: #bcbcbc;
    display: block;
    text-shadow: 0 0;
    line-height: 22px;
}

.stat_info > b {
    background: url(../img/small_pics.png) no-repeat;
    position: absolute;
}

.stat_info b.info_icon_1 {
    background-position: 0 -494px;
    height: 92px;
    width: 127px;
    bottom: 56px;
    left: 290px;
}

.stat_info b.info_icon_2,
.stat_info b.info_icon_4 {
    background-position: 0 -1253px;
    height: 124px;
    width: 121px;
    bottom: 52px;
    left: 280px;
}

.stat_info b.info_icon_3 {
    background-position: 0 -1377px;
    height: 152px;
    width: 414px;
    left: 99px;
    bottom: -7px;
}

.stat_info b.info_icon_4 {
    left: 147px;
    bottom: 14px;
}

.video_block {
    margin: 13px 0 59px;
    max-width: 788px;
}

.pic16,
.pic16_1 {
    background: url(../img/pic16.png) no-repeat;
    height: 760px;
    width: 460px;
    position: absolute;
    top: 121px;
    left: -541px;
}

.pic16_1 {
    left: auto;
    right: -591px;
    top: 113px;
}

.partners_block {
    background: #efefef;
    position: relative;
    left: -647px;
    margin-right: -647px;
    padding: 37px 0 82px 649px;
    width: 1920px;
}

.partners_content {
    max-width: 788px;
}

.partners_content .link_all {
    margin-right: 27px;
}

.partners_content .link_all:after {
    border: 0px;
    background: url(../img/icons.png) no-repeat -11px -138px;
    height: 10px;
    width: 8px;
}

.partners_content_block {
    display: inline-block;
    vertical-align: top;
    width: 26%;
    text-align: center;
    padding: 5px 0 0;
    margin: 0 8% 0 0;
}

.partners_content_block:last-child {
    margin-right: 0px;
}

.partners_content_block a {
    display: block;
    height: 101px;
}

.partners_content_block a img {
    max-width: inherit;
    max-height: 100%;
}

.partners_content_block > span {
    display: block;
    padding: 18px 0 0;
}

.partners_content_block > span > span {
    color: #525252;
    font: normal 12px/15px LatoRegular, Arial, Helvetica, sans-serif;
}

.programm_members {
    padding: 33px 0 40px;
    min-height: 370px;
    position: relative;
}

.programm_members h2 br {
    display: none;
}

.arrow.link_all:after {
    content: '';
    border-left: 6px solid #8cc63f;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    height: 0px;
    width: 0px;
    position: absolute;
    top: 3px;
    right: -17px;
}

.hd_icon_members {
    background: url(../img/small_pics.png) no-repeat -121px -1253px;
    height: 100px;
    width: 69px;
    position: absolute;
    top: -25px;
    right: -94px;
}

.small_map {
    float: left;
    margin: 30px 0 0;
    width: 286px;
}

.small_map img {
    display: block;
    max-width: 100%;
    position: relative;
    transition: 1s;
    border-radius: 5px;
}

.small_map a:hover img {
    margin-top: -10px;
    box-shadow: 0px 8px 35px 10px rgba(105, 125, 128, 0.3);
    -webkit-box-shadow: 0px 8px 35px 10px rgba(105, 125, 128, 0.3);
    -moz-box-shadow: 0px 8px 35px 10px rgba(105, 125, 128, 0.3);
}

.programm_info {
    margin: 41px 0 0 320px;
    max-width: 380px;
}

.programm_info p {
    text-shadow: 0 0;
    padding-bottom: 23px;
}

.programm_info a {
    color: #41a1da;
    border-bottom: 1px solid #41a1da;
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    text-shadow: 0 0;
}

.programm_info a:hover {
    color: #63bff4;
    border-bottom-color: #63bff4;
    text-decoration: none;
}

.programm_members .pic16 {
    top: 210px;
}

.programm_members .pic16_1 {
    top: -109px;
    right: -30px;
}

.programm_descrip {
    padding: 30px 0 0;
    min-height: 225px;
}

.programm_descrip.blue_bg,
.global_programm,
.set.blue_bg,
.note_block {
    background: #f5fafd;
    left: -647px;
    margin-right: -647px;
    padding-left: 649px;
    position: relative;
    width: 1920px;
}

.set.blue_bg,
.note_block {
    margin-right: -1294px;
    width: auto;
}

.programm_content {
    max-width: 628px;
    position: relative;
}

.pic_circle {
    background: #ecf6fb;
    border-radius: 200px;
    height: 197px;
    width: 197px;
    position: absolute;
    top: 98px;
    right: -272px;
}

.circle1 {
    top: 98px;
}

.circle2 {
    right: -263px;
    top: 35px;
}

.circle3 {
    top: -16px;
    right: -264px;
}

.programm_descrip.blue_bg .pic_circle {
    background: #fff;
}

.pic17,
.pic18,
.pic19 {
    background: url(../img/small_pics.png) no-repeat 0 -1530px;
    height: 197px;
    width: 191px;
    position: absolute;
    top: -21px;
    left: 4px;
}

.pic18 {
    background-position: -191px -1530px;
    width: 250px;
    top: -11px;
    left: -32px;
}

.pic19 {
    background-position: 0 -1727px;
    height: 201px;
    width: 242px;
    top: -33px;
    left: -30px;
}

.programm_descrip .pic16 {
    left: -928px;
    top: 173px;
}

.global_programm {
    background: url(../img/temp/global_programm_bg.jpg) no-repeat top center;
    height: 545px;
    position: relative;
    margin-bottom: -42px;
}

.global_programm_content {
    max-width: 468px;
    padding: 67px 0 0;
}

.global_programm_content p {
    color: #fff;
    padding-bottom: 24px;
}

/* ############ /about ############# */

/* ############ gorod_zdorovia ############# */

.game_page .mid_col {
    margin-left: 320px;
}

.gorod_zdorovia {
    max-width: 684px;
    position: relative;
    padding: 11px 0 0;
}

.gorod_zdorovia p,
.formula_game_content p {
    text-shadow: 0 0;
}

.pic20,
.pic21 {
    background: url(../img/small_pics.png) no-repeat -355px -2736px;
    position: absolute;
    top: -35px;
    left: -340px;
    height: 159px;
    width: 235px;
}

.pic21 {
    background-position: 0 -3032px;
    height: 187px;
    width: 169px;
    left: auto;
    right: -247px;
    top: -63px;
}

.game_img_big,
.see_also_docs {
    background: url(../img/temp/game_img_big.jpg) no-repeat top center;
    height: 500px;
    width: 1920px;
    position: relative;
    left: -647px;
    margin: 45px 0 47px;
}

.see_also_docs {
    background: #f5fafd;
    margin: 59px 0 0;
    padding: 21px 0 10px 647px;
    height: auto;
}

.hd {
    font-family: LatoRegular, Arial, Helvetica, sans-serif;
    display: block;
    padding-bottom: 24px;
}

.see_also_content {
    max-width: 800px;
}

.see_also_docs .methodic_list li {
    width: 22%;
    margin-bottom: 30px;
    padding-right: 8%;
}

.gorod_zdorovia .socials {
    padding-top: 32px;
}

.gorod_zdorovia .print {
    margin-top: 54px;
    margin-right: -118px;
}

/* ############ /gorod_zdorovia ############# */

/* ############ obuchaushaia_igra ############# */

.pic22 {
    background: url(../img/pic17.png) no-repeat;
    height: 1281px;
    width: 200px;
    position: absolute;
    top: 529px;
    left: -278px;
}

.hd_icon_game {
    background: url(../img/small_pics.png) no-repeat 0 0;
    height: 70px;
    width: 94px;
    position: absolute;
    bottom: -3px;
    right: -145px;
}

.pic23 {
    background: url(../img/pic18.png) no-repeat;
    height: 1943px;
    width: 196px;
    position: absolute;
    top: 93px;
    right: -137px;
}

.game_description {
    padding: 0px;
    max-width: 788px;
}

.game_preview {
    padding: 10px 0 20px;
}

.game_preview img {
    display: inline-block;
    max-width: 100%;
    width: auto;
}

.game_preview img.game_disc {
    position: relative;
    top: -32px;
    margin: 0 35px 0 15px;
    max-width: 242px;
}

.game_description p {
    max-width: 711px;
}

.link2 {
    position: relative;
    color: #8cc63f;
    font: normal 16px/17px LatoRegular, Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0;
    padding-right: 8px;
}

.game_preview2 {
    padding: 37px 0 52px;
}

.game_preview2 img {
    display: block;
    max-width: 711px;
}

.presentation {
    padding: 93px 0 0;
}

.presentation span {
    display: block;
    font-family: LatoBold, Arial, Helvetica, sans-serif;
    padding-bottom: 8px;
}

.presentation .video_block {
    margin-bottom: 32px;
}

.game_description .btn {
    margin-top: 37px;
}

/* ############ /obuchaushaia_igra ############# */

/* ############ region ############# */

.programm_members_block {
    margin-top: 56px;
}

.members_block_content {
    position: relative;
    padding-left: 320px;
    max-width: 788px;
}

.members_block_content .hd {
    font: bold 28px/32px LatoBold, Arial, Helvetica, sans-serif;
    display: block;
    padding-bottom: 32px;
}

.members_block_content strong {
    color: #666666;
    font: bold 20px/24px LatoBold, Arial, Helvetica, sans-serif;
    display: block;
    padding-bottom: 13px;
}

.members_block_content > img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}

.members_block_content .lesson_photo {
    position: absolute;
    top: 77px;
    left: 0px;
    width: 220px;
}

.members_block_content .lesson_photo img {
    display: block;
    max-width: 100%;
}

.members_block_content .lesson_photo span {
    color: #a7a7a7;
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-shadow: 0 0;
    padding: 21px 0 0;
}

.members_block_content .lesson_photo span b {
    font-weight: normal;
}

.members_block_content p {
    padding-bottom: 42px;
}

.pic24,
.pic25,
.pic25_1 {
    background: url(../img/pic19.png) no-repeat 0 0;
    height: 49px;
    width: 70px;
    position: absolute;
    top: 510px;
    left: -305px;
}

.pic25,
.pic25_1 {
    background-position: -94px -39px;
    left: auto;
    right: -145px;
    top: 77px;
    height: 41px;
    width: 78px;
}

.project_org,
.online_lessons,
.competition_info {
    background: #ffffff;
    left: -647px;
    margin-right: -1294px;
    padding-left: 647px;
    position: relative;
    margin-top: 45px;
}

.project_org_content {
    position: relative;
    padding: 45px 0 72px;
    max-width: 770px;
}

.project_org_content p {
    padding-bottom: 20px;
    text-shadow: 0 0;
}

.pic26,
.pic26_1 {
    background: url(../img/pic19.png) no-repeat;
    height: 335px;
    width: 167px;
    position: absolute;
    top: 110px;
    left: -260px;
}

.pic25_1,
.pic26_1 {
    display: none;
}

/* ############ /region ############# */

/* ############ kulinarniaia_studia ############# */

.hd_icon_culinary {
    background: url(../img/small_pics.png) no-repeat -198px 0;
    height: 75px;
    width: 77px;
    position: absolute;
    bottom: -9px;
    right: -124px;
}

.head_cook_photo {
    padding: 13px 0 26px;
}

.head_cook_photo img {
    max-width: 100%;
    display: block;
    margin-bottom: 24px;
}

.head_cook_photo span {
    color: #a7a7a7;
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-shadow: 0 0;
}

.culinary_page > img {
    display: block;
    max-width: 100%;
    margin: 20px 0 55px;
}

.culinary_page p {
    padding-right: 97px;
}

.regStudio_block {
    text-align: center;
}

.culinary_page .regStudio_block .btn {
    margin: 15px;
    padding-top: 8px;
    display: inline-block;
}

.online_lessons {
    margin-top: 63px;
}

.online_lessons_content,
.competition_info_content {
    padding: 22px 0 64px;
    max-width: 640px;
    position: relative;
}

.pic27,
.pic28,
.pic29,
.pic30,
.pic31,
.pic32 {
    background: url(../img/pic20.png) no-repeat;
    height: 860px;
    width: 215px;
    position: absolute;
    top: 629px;
    left: -301px;
}

.pic28 {
    background: url(../img/pic21.png) no-repeat;
    height: 1381px;
    width: 239px;
    left: auto;
    right: -153px;
    top: 167px;
}

.pic29 {
    background: url(../img/pic22.png) no-repeat;
    height: 421px;
    width: 181px;
    top: 153px;
    left: -275px;
}

.pic30 {
    background: url(../img/pic23.png) no-repeat;
    height: 452px;
    width: 172px;
    left: auto;
    right: -267px;
    top: 133px;
}

.pic31 {
    background: url(../img/pic25.png) no-repeat;
    height: 790px;
    width: 213px;
    top: 304px;
    left: -306px;
}

.pic32 {
    background: url(../img/pic24.png) no-repeat;
    height: 466px;
    width: 65px;
    left: auto;
    right: -88px;
    top: 451px;
}

.download_certificate {
    background: #fff;
    padding: 61px 51px 48px;
    width: 800px;
    border-radius: 8px;
    margin: 33px 0 0;
    position: relative;
    left: -12px;
}

.download_notes {
    float: left;
    padding: 0 20px 0 0;
    width: 280px;
}

.download_notes strong {
    display: block;
    font: bold 20px/22px LatoBold, Arial, Helvetica, sans-serif;
    padding-bottom: 2px;
}

.download_info {
    color: #bd1e2c;
    display: block;
}

.download_content {
    float: left;
    width: 270px;
}

.download_icon {
    background: url(../img/icons.png) no-repeat;
    height: 80px;
    width: 59px;
    float: left;
    margin-right: 31px;
    top: -6px;
    position: relative;
}

.download_icon.pdf_disabled {
    background-position: 0 -1911px;
}

.download_content b {
    color: #90969b;
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 20px 0 0;
    font-weight: normal;
}

.download_content span:not(.download_icon) {
    color: #bfbfbf;
    font: normal 14px/16px LatoRegular, Arial, Helvetica, sans-serif;
    display: block;
    padding: 11px 0 0;
}

.download_content a:hover {
    text-decoration: none;
}

.moduls_content {
    padding: 71px 0 0;
    position: relative;
}

.moduls_wrap {
    padding: 43px 0 79px;
    width: 880px;
}

.modul {
    position: relative;
    margin: 0 11px 0 0;
    padding: 10px 0;
    display: inline-block;
    vertical-align: top;
}

.modul:nth-child(even) {
    margin-right: 0px;
}

.modul a {
    display: block;
    position: relative;
    transition: 0.8s;
    height: 345px;
    width: 413px;
    z-index: 800;
    background: #f5fafd;
    border-radius: 5px;
    overflow: hidden;
}

.modul a:hover {
    margin-top: -10px;
    text-decoration: none;
    z-index: 900;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
}

.modul img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 18px;
    max-width: 87%;
    max-height: 90%;
}

.modul span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #f29120;
    color: #fff;
    padding: 26px 23px 22px;
    font-family: LatoRegular, Arial, Helvetica, sans-serif;
    line-height: 22px;
    display: block;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
}

/* ############ /kulinarniaia_studia ############# */

/* ############ modul ############# */

.hd_icon_mod1 {
    background: url(../img/small_pics.png) no-repeat -275px 0;
    height: 74px;
    width: 77px;
    position: absolute;
    bottom: -8px;
    right: -103px;
}

.modul_page {
    padding: 10px 0 0;
}

.modul_page .video_block {
    margin-bottom: 49px;
}

.download_doc {
    display: table;
    width: 100%;
}

.download_doc > span {
    display: block;
    font-family: LatoRegular, Arial, Helvetica, sans-serif;
    padding-bottom: 32px;
}

.download_doc .methodic_icon {
    float: left;
    margin-right: 41px;
}

.modul_page p,
.modul_page2 p {
    padding-right: 105px;
}

.download_doc p {
    max-width: 320px;
    padding: 8px 0 17px;
}

.belarus_page .download_doc p {
    min-height: 80px;
}

.upload_work {
    padding: 2px 0 0;
}

.upload_work p {
    padding-right: 160px;
}

.upload_work form {
    max-width: 788px;
}

.upload_block {
    height: 325px;
    position: relative;
    margin-bottom: 55px;
    width: 100%;

}

.upload_work .label {
    float: left;
    width: 260px;
    padding: 20px 0 0;
    font: 18px/20px LatoRegular, Arial, Helvetica, sans-serif;
}

.upload_work .input {
    margin-left: 260px;
    width: auto;
}

#img-container {
    border: 3px dashed #f2f2f2;
    background: #fff;
    border-radius: 8px;
    height: 325px;
    width: 100%;
    margin: 4px 0 0;
    position: relative;
    overflow: hidden;
}

#img-container .text {
    line-height: 24px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 107px;
    left: 0px;
    z-index: 1;
    text-shadow: 0 0;
}

#img-list {
    padding: 5px;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
    list-style-type: none !important;
}

#img-list li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px;
    position: relative;
    width: 100%;
    min-height: 325px;
    list-style-type: none !important;
}

#img-list li img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.delpreview {
    position: absolute;
    top: 2px;
    right: 2px;
    background: url(../img/icons.png) no-repeat 0 -214px;
    display: block;
    height: 12px;
    width: 12px;
    cursor: pointer;
    z-index: 3;
}

.progress,
.photoName {
    display: none;
}

.type_file { /* блок-родитель, внутри которого будут позиционироваться остальные элементы для реализации стильного поля выбора файлов */
    height: 56px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.inputFile { /* поле type="file" */
    position: absolute; /* абсолютное позиционирование, чтобы можно было совместить поле и блок с оформлением */
    top: 169px;
    left: 50%;
    margin-left: -165px;
    cursor: pointer;
    z-index: 2; /* z-слой должен быть больше, чем у блока с оформлением */
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* делаем поле абсолютно прозрачным */
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 330px; /* задаем ширину для всех браузеров. Для firefox подбираем значение параметра size в поле */
    font-size: 20px;
    height: 56px;
}

.fonTypeFile { /* блок с оформлением */
    width: 100%; /* размеры картинки для оформления */
    height: 56px;
    background: none; /* картинка оформления поля */
    position: absolute;
    top: 169px;
    left: 50%;
    margin-left: -165px;
    z-index: 1; /* z-слой меньше, чем у поля выбора файла */
    overflow: hidden;
    color: #f29121;
    font: normal 26px/26px LatoMedium, Arial, Helvetica, sans-serif;
    border: 1px solid #f8ab29;
    border-radius: 10px;
    width: 330px;
}

.fonTypeFile:before {
    content: '';
    background: url(../img/icons.png) no-repeat 0 -2094px;
    height: 21px;
    width: 28px;
    position: absolute;
    top: 15px;
    left: 36px;
}

::-webkit-file-upload-button {
    cursor: pointer;
}

.inputFileVal { /* поле, в котором будет показан результат выбора файла */
    position: absolute;
    z-index: 2;
    height: 56px;
    background: none !important;
    border: 0px !important;
    padding: 0px !important;
    color: #f29121 !important;
    font: normal 26px/26px LatoMedium, Arial, Helvetica, sans-serif;
    border: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    top: 169px;
    left: 50%;
    margin-left: -165px;
    padding-left: 102px !important;
    width: 310px;
}

.pic33,
.pic34 {
    background: url(../img/pic26.png) no-repeat;
    height: 1175px;
    width: 235px;
    position: absolute;
    top: 603px;
    left: -320px;
}

.pic34 {
    background: url(../img/pic27.png) no-repeat;
    height: 1768px;
    width: 97px;
    left: auto;
    right: -149px;
    top: 54px;
}

/* ############ /modul ############# */

/* ############ arhiv_konkursa_metodik ############# */
.competitions_list {
    padding: 10px 0 0;
/ /*	min-height:330px; */
}

.competitions_list > li {
    margin-bottom: 53px;
}

.competitions_list > li > a {
    color: #6d2d8d;
    font: normal 16px/18px LatoRegular, Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.competitions_list > li > a:after {
    content: '';
    background: url(../img/icons.png) no-repeat -25px -2172px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: -4px;
    right: -40px;
}

.competitions_list > li.active > a:after {
    background-position: 0 -2172px;
}

.competitions {
    background: #f5fafd;
    position: relative;
    left: -647px;
    padding-left: 647px;
    margin-right: -1294px;
    margin-top: 20px;
    z-index: 1;
    display: none;
}

.competitions_content {
    padding: 38px 0 0;
    max-width: 800px;
}

.competitions_content .methodic_list li {
    padding-right: 20px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.competitions_content .methodic_list li p {
    padding-bottom: 21px;
}

.name {
    color: #4d4d4d;
    font: normal 14px/15px LatoRegular, Arial, Helvetica, sans-serif;
    display: block;
    padding-bottom: 8px;
}

.date {
    color: #90969b;
    font-size: 14px;
    line-height: 15px;
    padding-bottom: 11px;
    display: block;
    text-shadow: 0 0;
}

.note {
    color: #bd1e2c;
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-shadow: 0 0;
}

.pic35,
.pic36,
.pic37 {
    background: url(../img/pic28.png) no-repeat;
    height: 761px;
    width: 95px;
    position: absolute;
    top: 576px;
    left: -277px;
    z-index: 2;
}

.pic36 {
    background: url(../img/pic29.png) no-repeat;
    height: 1037px;
    width: 168px;
    left: auto;
    top: 65px;
    right: -157px;
}

.pic37 {
    background-position: 0 -703px;
    top: auto;
    bottom: 141px;
    left: auto;
    right: 65px;
    height: 58px;
    width: 53px;
}

/* ############ /arhiv_konkursa_metodik ############# */

/* ############ uchebnie_moduli ############# */

.hd_sm {
    font-family: LatoRegular, Arial, Helvetica, sans-serif;
    padding-top: 9px;
}

.modul_page2 {
    padding-right: 0px;
}

.modul_page2 ul {
    padding-right: 105px;
}

.set {
    padding: 5px 0 52px;
}

.set_content {
    max-width: 788px;
}

.set.blue_bg {
    padding-bottom: 45px;
}

.set.blue_bg .set_content {
    padding-top: 19px;
}

.set .hd {
    padding-bottom: 40px;
}

.set .download_doc {
    margin-bottom: 6px;
}

.comp_list {
    float: left;
    margin-bottom: 13px;
    padding-right: 40px;
    width: 477px;
}

.belarus_page .comp_list {
    width: 100%;
}

.belarus_page .set .download_doc {
    width: 50%;
    float: left
}

.belarus_page .comp_preview {
    padding: 0;
}

.comp_list > p {
    padding: 28px 0 17px;
}

.comp_preview {
    float: right;
    margin-bottom: 29px;
    padding: 67px 0 0;
}

.comp_preview img {
    display: block;
    max-width: 311px;
}

.theme_link {
    color: #6d2d8d;
    font: normal 16px/18px LatoRegular, Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 18px;
}

.theme_link:after {
    content: '';
    background: url(../img/icons.png) no-repeat -25px -2172px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: -4px;
    right: -40px;
}

.theme_link.active:after {
    background-position: 0 -2172px;
}

.game_preview3 img {
    max-width: 168px;
    display: block;
    position: relative;
    left: -7px;
    margin-bottom: 23px;
}

.pic38,
.pic39,
.pic39_1 {
    background: url(../img/pic30.png) no-repeat;
    height: 1955px;
    width: 185px;
    position: absolute;
    top: 500px;
    left: -288px;
}

.pic39 {
    background: url(../img/pic31.png) no-repeat;
    height: 2971px;
    width: 132px;
    left: auto;
    top: 62px;
    right: -145px;
}

.pic39_1 {
    height: 1855px;
}

/* ############ /uchebnie_moduli ############# */

/* ############ partners ############# */

.partner_content {
    padding: 0px;
}

.partners_list {
    padding: 0px !important;
}

.partners_list > li {
    border-bottom: 1px solid #9d9d9d;
    padding: 49px 0 37px !important;
    margin: 0px !important;
    display: table;
    width: 100%;
    list-style-type: none !important;
}

.partners_list > li:last-child {
    border-bottom: 0px;
}

.partners_list > li:before {
    background: none !important;
}

.partner_logo {
    float: left;
    width: 277px;
    display: block;
}

.partner_logo img {
    display: block;
    margin: 8px 0 0 27px;
    max-width: 100%;
}

.partner_descrip {
    margin-left: 277px;
}

/* ############ /partners ############# */

/* ############ participants ############# */

.participants_content {
    padding-right: 0px;
}

.participants_list {
    padding: 35px 0 23px;
}

.participants_list li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 0 0 30px 0;
}

.participants_list li a {
    color: #f29120;
    font: normal 14px/15px LatoRegular, Arial, Helvetica, sans-serif;
    display: block;
    position: relative;
    padding-left: 47px;
    white-space: nowrap;
}

.participants_list li a img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.participants_list li a.moscow img {
    background-position: -4px -6px;
    height: 25px;
    width: 21px;
    top: -4px;
    left: 2px;
}

.participants_list li a.buryatia img {
    background-position: -264px -5px;
    height: 25px;
    width: 20px;
    top: -5px;
    left: 2px;
}

.participants_list li a.novosibirsk_region img {
    background-position: -494px 0;
    height: 30px;
    width: 28px;
    top: -10px;
    left: 2px;
}

.participants_list li a.moscow_region img {
    background-position: 0 -40px;
    height: 38px;
    width: 30px;
    top: -15px;
    left: -1px;
}

.participants_list li a.tatarstan img {
    background-position: -261px -48px;
    height: 26px;
    width: 26px;
    top: -7px;
}

.participants_list li a.karelia img {
    background-position: -494px -42px;
    height: 33px;
    width: 25px;
    top: -8px;
    left: 1px;
}

.participants_list li a.altay img {
    background-position: -2px -92px;
    height: 27px;
    width: 26px;
    top: -8px;
    left: 1px;
}

.participants_list li a.rostov_region img {
    background-position: -261px -92px;
    height: 26px;
    width: 26px;
    top: -8px;
}

.participants_list li a.komi img {
    background-position: -494px -92px;
    height: 26px;
    width: 25px;
    top: -8px;
    left: 1px;
}

.participants_list li a.archangel_region img {
    background-position: -4px -136px;
    height: 26px;
    width: 22px;
    top: -9px;
    left: 1px;
}

.participants_list li a.samara_region img {
    background-position: -261px -134px;
    height: 29px;
    width: 26px;
    top: -10px;
}

.participants_list li a.chuvash img {
    background-position: -494px -136px;
    height: 27px;
    width: 26px;
    top: -9px;
    left: 1px;
}

.participants_list li a.belgorod_region img {
    background-position: -5px -182px;
    height: 24px;
    width: 20px;
    top: -8px;
    left: 3px;
}

.participants_list li a.spb img {
    background-position: -260px -179px;
    height: 32px;
    width: 28px;
    top: -11px;
    left: -2px;
}

.participants_list li a.stavropol img {
    background-position: -494px -176px;
    height: 30px;
    width: 26px;
    top: -14px;
    left: 1px;
}

.participants_list li a.bryansk_region img {
    background-position: -2px -224px;
    height: 28px;
    width: 27px;
    top: -10px;
    left: 1px;
}

.participants_list li a.saratov_region img {
    background-position: -261px -222px;
    height: 35px;
    width: 24px;
    top: -13px;
}

.participants_list li a.tambov_region img {
    background-position: -494px -219px;
    height: 34px;
    width: 26px;
    top: -16px;
    left: 2px;
}

.participants_list li a.vladimir_region img {
    background-position: 0 -271px;
    height: 30px;
    width: 32px;
    top: -9px;
    left: -1px;
}

.participants_list li a.north_oset img {
    background-position: -260px -274px;
    height: 26px;
    width: 26px;
    top: -6px;
    left: -2px;
}

.participants_list li a.tver_region img {
    background-position: -494px -268px;
    height: 26px;
    width: 26px;
    top: -12px;
    left: 2px;
}

.participants_list li a.volgograd_region img {
    background-position: -2px -315px;
    height: 27px;
    width: 26px;
    top: -10px;
    left: 1px;
}

.participants_list li a.smolensk_region img {
    background-position: -260px -315px;
    height: 29px;
    width: 26px;
    top: -10px;
    left: -2px;
}

.participants_list li a.tomsk_region img {
    background-position: -492px -313px;
    height: 29px;
    width: 30px;
    top: -11px;
    left: -1px;
}

.participants_list li a.vologodsk_region img {
    background-position: -5px -362px;
    height: 26px;
    width: 20px;
    top: -8px;
    left: 4px;
}

.participants_list li a.kalinin_region img {
    background-position: -261px -359px;
    height: 31px;
    width: 26px;
    top: -11px;
}

.participants_list li a.tulsk_region img {
    background-position: -494px -356px;
    height: 35px;
    width: 28px;
    top: -14px;
    left: 2px;
}

.participants_list li a.voronezh_region img {
    background-position: 0 -406px;
    height: 25px;
    width: 31px;
    top: -9px;
}

.participants_list li a.kalug_region img {
    background-position: -261px -403px;
    height: 29px;
    width: 26px;
    top: -12px;
}

.participants_list li a.udmurt_region img {
    background-position: -494px -405px;
    height: 27px;
    width: 27px;
    top: -10px;
    left: 1px;
}

.participants_list li a.ekaterin_region img {
    background-position: 0 -451px;
    height: 24px;
    width: 29px;
    top: -9px;
    left: -1px;
}

.participants_list li a.kamchat img {
    background-position: -261px -451px;
    height: 30px;
    width: 27px;
    top: -9px;
}

.participants_list li a.chabarovsk img {
    background-position: -494px -449px;
    height: 30px;
    width: 25px;
    top: -11px;
    left: 1px;
}

.participants_list li a.zabaikal img {
    background-position: -5px -495px;
    height: 24px;
    width: 20px;
    top: -10px;
    left: 3px;
}

.participants_list li a.kemerov_region img {
    background-position: -261px -496px;
    height: 27px;
    width: 26px;
    top: -9px;
}

.participants_list li a.ugra img {
    background-position: -494px -495px;
    height: 28px;
    width: 25px;
    top: -10px;
}

.participants_list li a.ivanov_region img {
    background-position: 0 -543px;
    height: 21px;
    width: 31px;
    top: -7px;
    left: -2px;
}

.participants_list li a.kirovsk_region img {
    background-position: -264px -543px;
    height: 27px;
    width: 20px;
    top: -7px;
    left: 3px;
}

.participants_list li a.chelyabinsk_region img {
    background-position: -494px -539px;
    height: 30px;
    width: 24px;
    top: -11px;
    left: 2px;
}

.participants_list li a.irkutsk_region img {
    background-position: -3px -586px;
    height: 29px;
    width: 23px;
    top: -9px;
    left: 2px;
}

.participants_list li a.krasnodar img {
    background-position: -260px -581px;
    height: 32px;
    width: 26px;
    top: -13px;
    left: -1px;
}

.participants_list li a.yamalo_nenetsk img {
    background-position: -494px -584px;
    height: 30px;
    width: 24px;
    top: -11px;
    left: 1px;
}

.participants_list li a.orenburg_region img {
    background-position: -2px -628px;
    height: 30px;
    width: 26px;
    top: -12px;
    left: 1px;
}

.participants_list li a.kurgan_region img {
    background-position: -260px -634px;
    height: 27px;
    width: 26px;
    top: -6px;
}

.participants_list li a.yaroslav_region img {
    background-position: -494px -629px;
    height: 24px;
    width: 23px;
    top: -10px;
    left: 1px;
}

.participants_list li a.orlov_region img {
    background-position: -2px -667px;
    height: 35px;
    width: 26px;
    top: -8px;
}

.participants_list li a.lipetsk_region img {
    background-position: -261px -674px;
    height: 32px;
    width: 26px;
    top: -11px;
    left: -1px;
}

.participants_list li a.mariy_el img {
    background-position: -492px -663px;
    height: 41px;
    width: 26px;
    top: -22px;
    left: -1px;
}

.participants_list li a.penz_region img {
    background-position: -2px -713px;
    height: 36px;
    width: 27px;
    top: -17px;
    left: 1px;
}

.participants_list li a.murmansk_region img {
    background-position: -264px -723px;
    height: 28px;
    width: 20px;
    top: -7px;
    left: 2px;
}

.participants_list li a.mordovia img {
    background-position: -491px -718px;
    height: 28px;
    width: 27px;
    top: -12px;
    left: -1px;
}

.participants_list li a.perm img {
    background-position: -6px -759px;
    height: 39px;
    width: 20px;
    top: -16px;
    left: 5px;
}

.participants_list li a.nizhegorod_region img {
    background-position: -258px -766px;
    height: 32px;
    width: 33px;
    top: -9px;
    left: -4px;
}

.participants_list li a.north_oset_alan img {
    background-position: -492px -766px;
    height: 26px;
    width: 25px;
    top: -9px;
    left: -1px;
}

.participants_list li a.primorsk img {
    background-position: -6px -815px;
    height: 25px;
    width: 20px;
    top: -5px;
    left: 5px;
}

.participants_list li a.novgorod_region img {
    background-position: -261px -812px;
    height: 28px;
    width: 23px;
    top: -8px;
}

.note_block_content {
    max-width: 717px;
    padding: 11px 0 0;
}

.input_mobile {
    display: none;
}

/* ############ /participants ############# */

/* ############ konkursi_semeinoi_photographii ############# */

.text_content .stages p a {
    text-decoration: none;
}

.text_content .stages p a:hover {
    text-decoration: underline;
}

.competition_info_content {
    padding-top: 36px;
}

.registr_info {
    background: #fff;
    width: 800px;
    border-radius: 5px;
    padding: 29px 51px 33px;
}

.not_registered strong {
    font: bold 20px/24px LatoBold, Arial, Helvetica, sans-serif;
    display: block;
    padding-bottom: 30px;
}

.competition_results {
    width: 843px;
    padding: 40px 0 0;
}

.theme {
    color: #90969b;
    font: bold 20px/22px LatoBold, Arial, Helvetica, sans-serif;
    display: block;
    padding-bottom: 26px;
}

.winner,
.competitor {
    display: inline-block;
    vertical-align: top;
    margin: 32px 12px 35px 0;
    width: 250px;
}

.winner_img,
.competitor_img {
    /*height:141px;*/
    margin-bottom: 12px;
    position: relative;
}

.winner_img img,
.competitor_img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.winner_img a,
.competitor_img a {
    display: block;
}

.winner_img span {
    background: rgba(255, 255, 255, 0.36);
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.winner_icon1,
.winner_icon2 {
    background: url(../img/icons.png) no-repeat 0 -2237px;
    height: 50px;
    width: 48px;
    position: absolute;
    bottom: 9px;
    right: 13px;
}

.winner_icon2 {
    background-position: 0 -2287px;
    height: 52px;
    width: 36px;
}

.winner_img a:hover span {
    display: none;
}

.photo_name {
    color: #90969b;
    font-size: 14px;
    line-height: 16px;
    display: block;
    text-shadow: 0 0;
    padding-bottom: 16px;
}

.competitor .photo_name {
    font-size: 18px;
    line-height: 18px;
    padding-top: 6px;
    padding-bottom: 14px;
    min-height: 130px;
    max-height: 130px;
}

.place {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 16px;
    display: block;
    text-shadow: 0 0;
    padding: 0 0 22px;
}

.prize {
    background: #f5fafd;
    padding: 32px 0 28px 27px;
    margin-top: 0px;
    width: 544px;
}

.prize > strong {
    color: #3c3c3c;
    float: left;
    width: 216px;
    font: bold 20px/24px LatoBold, Arial, Helvetica, sans-serif;
    display: block;
    position: relative;
    top: -5px;
    margin-left: 25px;
}

.winner_content {
    margin-left: 241px;
    width: 250px;
}

.winner_content .winner {
    margin-top: 0px;
}

.links_group {
    padding: 28px 0 0;
}

.links_group .theme_link {
    margin: 0 88px 0 0;
}

.links_group .link2 {
    margin: 0px;
}

.registered {
    position: relative;
    padding-top: 7px;
}

.registered > p {
    padding: 0 122px 24px 0;
}

.user_name {
    color: #808080;
    font: normal 36px/40px LatoMedium, Arial, Helvetica, sans-serif;
    display: block;
    padding-bottom: 27px;
}

.pic49 {
    background: url(../img/small_pics.png) no-repeat 0 -2081px;
    height: 158px;
    width: 153px;
    position: absolute;
    bottom: 181px;
    right: -24px;
}

.pic49:before {
    content: '';
    background: url(../img/small_pics.png) no-repeat -324px -2102px;
    height: 52px;
    width: 48px;
    position: absolute;
    top: -29px;
    left: -54px;
}

.pic50 {
    background: url(../img/small_pics.png) no-repeat -384px -1203px;
    height: 157px;
    width: 104px;
    position: absolute;
    bottom: 16px;
    right: 0px;
}

.registered .download_doc {
    max-width: 374px;
}

.registered .download_doc p {
    max-width: 374px;
}

.registered .hd {
    font: bold 20px/26px LatoBold, Arial, Helvetica, sans-serif;
    padding: 18px 0 29px;
}

/* ############ /konkursi_semeinoi_photographii ############# */

/* ############ children_main ############# */

.kids_page .content {
    padding-top: 54px;
}

.formula_game {
    background: #f5fafd;
    margin-top: 88px;
    left: -647px;
    margin-right: -1294px;
    padding: 58px 0 76px 657px;
    position: relative;
}

.formula_game_content {
    max-width: 712px;
    position: relative;
}

.pic40,
.pic41 {
    background: url(../img/pic32.png) no-repeat;
    height: 200px;
    width: 219px;
    position: absolute;
    top: 38px;
    left: -297px;
}

.pic41 {
    background: url(../img/pic33.png) no-repeat;
    height: 198px;
    width: 198px;
    left: auto;
    right: -239px;
    top: 40px;
}

.game_img_big2,
.game_img_big3,
.metodic_library {
    background: url(../img/temp/game_img_big2.jpg) no-repeat;
    height: 500px;
    left: -647px;
    width: auto;
    position: relative;
    margin: 75px -1294px 47px 0;
}

.game_img_big3,
.metodic_library {
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(../img/temp/game_img_big3.jpg);
    padding-left: 647px;
}

.metodic_library {
    background-image: url(../img/temp/metodic_img.jpg);
    height: 545px;
}

/* ############ /children_main ############# */

/* ############ site_map ############# */

.sitemap_page header {
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.08);
}

.sitemap_page .content {
    padding-top: 60px;
}

.site_map_section {
    padding: 48px 0 0;
    position: relative;
}

.parents_section {
    background: #f5fafd;
}

.site_section {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 24px;
    width: 24.5%;
    padding-right: 30px;
}

.site_section > ul {
    padding: 6px 0 0;
}

.site_section ul li {
    padding-bottom: 11px;
}

.site_section ul li a {
    color: #303030;
    font: normal 14px/16px LatoRegular, Arial, Helvetica, sans-serif;
    display: block;
}

.site_section ul li a:hover {
    color: #ef8f20;
    text-decoration: none;
}

.parents_section .site_section ul li a:hover {
    color: #43a0d9;
}

.site_section > ul > li > ul {
    padding: 20px 0 0 20px;
}

.site_section > ul > li ul li a {
    color: #90969b;
}

.pic51,
.pic52,
.pic53 {
    background: url(../img/small_pics.png) no-repeat 0 -2530px;
    height: 206px;
    width: 281px;
    position: absolute;
    bottom: 60px;
    right: 102px;
}

.pic52 {
    background-position: -385px -2923px;
    height: 161px;
    width: 202px;
    bottom: 113px;
    right: 145px;
}

.pic53 {
    background-position: -202px -103px;
    height: 116px;
    width: 140px;
    bottom: 74px;
    right: 148px;
}

/* ############ /site_map ############# */

/* ############ first_page ############# */

.first_page {
    position: relative;
    width: 100%;
}

.first_page .logo {
    float: none;
    width: 210px;
    margin: 0 auto 15px;
    z-index: 900;
}

.first_page .logo img {
    width: 210px;
}

.first_page .top_links {
    margin-bottom: 199px;
}

.start_text {
    max-width: 652px;
    margin: 0 auto;
    color: #90969b;
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0 0;
    text-align: center;
    padding-bottom: 47px;
}

.first_page header {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding-top: 21px;
}

.first_page .wrap {
    position: relative;
}

.first_page .language {
    right: auto;
    left: 0px;
    top: 18px;
}

.first_page_content {
    background: #f5fafd;
    padding: 33px 0 327px;
    position: relative;
}

.first_page_section {
    width: 309px;
    float: left;
    margin-right: 7px;
    position: relative;
    z-index: 900;
}

.first_page_section:last-child {
    margin-right: 0px;
}

.first_page_section ul li {
    padding-bottom: 12px;
}

.first_page_section ul li a {
    color: #f29120;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    text-shadow: 0 0;
    display: block;
}

.first_parents_section ul li a {
    color: #40a2da;
}

.first_page_section ul li a:hover {
    text-decoration: none;
}

.first_page_content .wrap {
    max-width: 948px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

.game1,
.game2 {
    display: block;
    margin-bottom: 11px;
    position: relative;
}

.game1 img,
.game2 img {
    max-width: 100%;
}

.game1 span,
.game2 span {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding: 32px 27px 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

.game2 span {
    padding-top: 20px;
}

.game1:hover,
.game2:hover {
    text-decoration: none;
}

.pic54 {
    background: url(../img/pic38.png) no-repeat;
    height: 140px;
    width: 1334px;
    left: 50%;
    margin-left: -685px;
    position: absolute;
    bottom: 27px;
}

.first_page_bg {
    background: url(../img/first_page_bg.png) no-repeat;
    height: 882px;
    width: 1767px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -883px;
    z-index: 1;
}

.first_page header {
    position: relative;
    z-index: 1;
}

/* ############ /first_page ############# */

/* ############ konkursi ############# */

.competition_descrip {
    padding: 16px 0 24px;
}

.competition_small_img {
    float: left;
    width: 286px;
    position: relative;
    min-height: 438px;
}

.competition_small_img img {
    display: block;
    max-width: 100%;
    border-radius: 5px;
}

.comp_icon1,
.comp_icon2,
.comp_icon3,
.comp_culinar {
    background: url(../img/small_pics.png) no-repeat 0 -2530px;
    height: 206px;
    width: 281px;
    position: absolute;
    top: 220px;
    left: -28px;
}

.comp_icon2 {
    background-position: -245px -3225px;
    height: 242px;
    width: 292px;
    top: 174px;
    left: -18px;
}

.comp_icon3 {
    background-position: 0 -3223px;
    height: 165px;
    width: 245px;
    top: 223px;
    left: 7px;
}

.comp_culinar {
    background-position: 0 -3467px;
    height: 170px;
    width: 245px;
    top: 223px;
    left: 7px;
}

.competition_small_info {
    margin-left: 320px;
}

.competition_small_info p {
    padding-right: 0px;
}

.competition_small_info p.note2,
.concurs_item p.note2 {
    margin-left: 62px;
    min-height: 55px;
    position: relative;
}

.competition_small_info p.note2:before,
.concurs_item p.note2:before {
    content: '';
    background: url(../img/icons.png) no-repeat 0 -2287px;
    height: 52px;
    width: 36px;
    position: absolute;
    top: -7px;
    left: -60px;
}

.competition_small_info .btn {
    margin-top: 23px;
}

.competition_small_info .see_also {
    padding-top: 97px;
}

.competition_small_info .see_also span {
    display: block;
    padding-bottom: 33px;
}

.competition_small_info .see_also a {
    margin-right: 98px;
}

.competition_small_info .see_also a:last-child {
    margin-right: 0px;
}

.competition_info .competition_descrip {
    padding-top: 30px;
    padding-bottom: 67px;
    max-width: 788px;
}

.pic56 {
    background: url(../img/pic40.png) no-repeat;
    height: 1976px;
    width: 123px;
    position: absolute;
    top: 63px;
    right: -163px;
}

/* ############ /konkursi ############# */

/* ############ zaglushka ############# */

.zaglushka {
    text-align: center;
    height: 433px;
    margin: 6% auto 0;
    max-width: 1176px;
    position: relative;
}

.zaglushka_bg1_left {
    background: url(../img/zaglushka_bg1_left.png) no-repeat top left;
    height: 433px;
    width: 410px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.zaglushka_bg1_right {
    background: url(../img/zaglushka_bg1_right.png) no-repeat top right;
    height: 433px;
    width: 375px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.zaglushka_content {
    position: relative;
}

.zaglushka strong {
    color: #df458d;
    font: normal 48px/54px ChalkNestle, Arial, Helvetica, sans-serif;
    display: block;
    padding: 0 20px 10px;
}

.zaglushka span {
    color: #ef8f20;
    font: normal 35px/36px MarkerFeltWide, Arial, Helvetica, sans-serif;
    display: block;
    padding-bottom: 56px;
}

.zaglushka2 {
    position: relative;
    max-width: 1199px;
    margin: 5% auto 0;
    text-align: center;
    padding-top: 113px;
}

.zaglushka_content .logo {
    margin: 0 auto 178px;
    display: block;
    width: 210px;
    float: none;
}

.zaglushka_content .logo img {
    width: 210px;
}

.zaglushka_bg2_left {
    background: url(../img/zaglushka_bg2_left.png) no-repeat;
    height: 721px;
    width: 361px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.zaglushka_bg2_right {
    background: url(../img/zaglushka_bg2_right.png) no-repeat;
    height: 530px;
    width: 353px;
    position: absolute;
    top: 179px;
    right: 0px;
}

.zaglushka3 {
    margin-top: 10%;
}

.zaglushka_bg3_left {
    background: url(../img/zaglushka_bg3_left.png) no-repeat;
    height: 332px;
    width: 315px;
    position: absolute;
    top: 4px;
    left: 0px;
}

.zaglushka_bg3_right {
    background: url(../img/zaglushka_bg3_right.png) no-repeat;
    height: 455px;
    width: 291px;
    position: absolute;
    top: -46px;
    right: -12px;
}

.zaglushka_bg4_left {
    background: url(../img/zaglushka_bg4_left.png) no-repeat;
    height: 390px;
    width: 268px;
    position: absolute;
    top: 4px;
    left: 0px;
}

.zaglushka_bg4_right {
    background: url(../img/zaglushka_bg4_right.png) no-repeat;
    height: 449px;
    width: 274px;
    position: absolute;
    top: -40px;
    right: -12px;
}

/* ############ /zaglushka ############# */

/* ############ metodicheskie_materiali ############# */

.training_moduls {
    padding: 49px 0 14px;
}

.link3 {
    margin: 19px 24px 7px 18px;
    position: relative;
    top: -10px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.link3:hover {
    background: #8cc63f;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 9px 33px 7px 18px;
    margin: 10px -9px 0 0;
}

.link3:hover:after {
    top: 12px;
    right: 11px;
    border-left-color: #fff;
}

.moduls_slider {
    position: relative;
}

.metodic_page,
.metodic_page .page_content {
    display: block;
}

.metodic_page .page_content {
    position: relative;
}

.metodic_page .page_content:after {
    content: '';
    clear: both;
    height: 1px;
    font-size: 0px;
    width: 100%;
    display: table;
    position: relative;
}

.moduls_slider .material span {
    padding-left: 14px;
    padding-right: 14px;
}

.constructor {
    max-width: 788px;
    position: relative;
    padding: 53px 0 270px;
}

.constructor p {
    padding-right: 330px;
}

.construct_img {
    height: 160px;
    width: 351px;
    position: absolute;
    top: 138px;
    right: -40px;
    display: block;
}

.pic58 {
    background: url(../img/pic42.png) no-repeat;
    height: 205px;
    width: 964px;
    position: absolute;
    bottom: 38px;
    left: -160px;
}

.game_content2 {
    max-width: 468px;
    color: #fff !important;
    position: relative;
    padding-top: 51px;
}

.game_content2 p {
    padding-bottom: 47px;
    padding-right: 0px;
}

.game_content2 img {
    position: absolute;
    top: 104px;
    right: -426px;
    display: block;
    max-width: 350px;
}

.video_materials {
    padding: 70px 0 82px;
    position: relative;
}

.video_slider {
    margin-top: 56px;
    position: relative;
}

.video_slider .material span {
    padding: 45px 14px 23px;
}

.video_lectures img {
    position: relative;
    left: -91px;
    top: -10px;
}

.video_culinary img {
    position: relative;
    left: -55px;
    top: -3px;
}

.video_present img {
    position: relative;
    left: -126px;
    top: -21px;
}

.metodic_library .game_content2 {
    max-width: 410px;
    padding-top: 69px;
}

.metodic_library .game_content2 p {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 77px;
}

.pic59,
.pic60,
.pic61,
.pic62,
.pic63 {
    background: url(../img/pic10.png) no-repeat 0 -297px;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 165px;
    right: -105px;
}

.pic60,
.pic62 {
    background-position: -145px 0;
    height: 49px;
    width: 44px;
    right: auto;
    left: -297px;
    top: 500px;
}

.pic61 {
    top: 112px;
    right: auto;
    left: -206px;
}

.pic62 {
    top: 119px;
    left: auto;
    right: -156px;
}

.pic63 {
    right: auto;
    left: -303px;
    top: 344px;
}

/* ############ /metodicheskie_materiali ############# */

/* ############ conference ############# */

.hd_icon_conference {
    background: url(../img/small_pics.png) no-repeat -275px 0;
    height: 74px;
    width: 77px;
    position: absolute;
    bottom: 23px;
    right: -113px;
}

.conference_description {
    padding: 8px 0 0;
}

.conference_description p strong,
.conference_description p a,
.conference_programm ul li strong,
.conference_programm ul li a {
    color: #f29120;
    font-family: LatoBold, Arial, Helvetica, sans-serif;
}

.conference_description img {
    margin: 4px 0 43px;
    max-width: 100%;
    display: block;
}

.conference_programm {
    padding: 7px 0 29px;
}

.text_content .conference_programm ul {
    padding-bottom: 0px;
}

.conference_programm img {
    display: block;
    max-width: 100%;
    margin: 33px 0 75px;
}

.conference_programm .link2 {
    margin: 18px 0 0 50px;
}

.pic64,
.pic65,
.pic66 {
    background: url(../img/pic43.png) no-repeat;
    height: 1448px;
    width: 251px;
    position: absolute;
    top: 66px;
    right: -144px;
}

.pic65,
.pic66 {
    background-position: 0 -212px;
    right: auto;
    left: -268px;
    top: 1130px;
    height: 45px;
    width: 87px;
}

.pic66 {
    top: 2077px;
    left: -195px;
}

/* ############ /conference ############# */

/* ############ konkursi_tvorchestvo ############# */

.icon_pdf {
    background: url(../img/icons.png) no-repeat 0 -800px;
    height: 80px;
    width: 59px;
    display: inline-block;
    vertical-align: top;
}

.icon_winner {
    background: url(../img/icons.png) no-repeat 0 -2237px;
    height: 50px;
    width: 48px;
    display: inline-block;
    vertical-align: top;
    margin-left: 33px;
    top: 21px;
    position: relative;
}

.prize .icon_winner {
    background-position: 0 -2287px;
    height: 52px;
    width: 36px;
    margin-left: 31px;
}

.unregistered .winner_img {
    height: 98px;
}

.unregistered .note {
    margin-bottom: 14px;
}

.prize.unregistered .note {
    margin-bottom: 0px;
}

.pic67,
.pic68 {
    background: url(../img/pic44.png) no-repeat;
    height: 2147px;
    width: 354px;
    position: absolute;
    top: 54px;
    right: -376px;
}

.pic68 {
    background: url(../img/pic45.png) no-repeat;
    height: 1982px;
    width: 424px;
    right: auto;
    left: -523px;
    top: 467px;
}

/* ############ /konkursi_tvorchestvo ############# */

/* ############ elektronni_konstruktor ############# */

.hd_icon_construct {
    background: url(../img/small_pics.png) no-repeat -242px -1770px;
    height: 105px;
    width: 56px;
    position: absolute;
    bottom: -39px;
    right: -84px;
}

.konstruktor_page {
    padding-top: 4px;
    padding-bottom: 0px;
}

.konstruktor_page p {
    padding-right: 210px;
}

.konstruktor_page > ul {
    padding-right: 210px;
}

.konstruktor_page ul li span {
    color: #f29120;
    text-shadow: 0 0;
}

.pic69 {
    width: 774px;
    position: relative;
    top: -69px;
    left: -23px;
    margin-bottom: -40px;
    display: block;
    max-width: 100%;
    max-height: inherit;
}

.konstruct_info {
    margin-bottom: 31px;
}

.konstruct_info .competition_info_content {
    padding-top: 23px;
    padding-bottom: 30px;
    max-width: 788px;
}

.konstruct_info ul {
    position: relative;
    left: -5px;
    padding-bottom: 25px;
    padding-right: 0px;
}

.konstruct_info ul li {
    display: inline-block;
    vertical-align: top;
    width: 193px;
    color: #90969b;
    font-size: 14px;
    line-height: 18px;
    text-shadow: 0 0;
    margin-right: 38px;
}

.konstruct_info ul li:nth-child(3) {
    margin-right: 0px;
}

.konstruct_info .btn {
    position: relative;
    left: -8px;
}

.konstruktor_page ol {
    padding-right: 160px;
    padding-bottom: 0px;
}

.pic70,
.pic71 {
    background: url(../img/pic46.png) no-repeat;
    height: 2236px;
    width: 465px;
    position: absolute;
    top: 76px;
    right: -389px;
}

.pic71 {
    background: url(../img/pic47.png) no-repeat;
    height: 1710px;
    width: 425px;
    right: auto;
    left: -542px;
    top: 578px;
}

/* ############ elektronni_konstruktor ############# */

/* ############ mejdunarodni_konkurs ############# */

.competition_info_content .see_also {
    padding: 62px 0 21px;
}

.competition_info_content .see_also span {
    display: block;
    padding-bottom: 33px;
}

.competition_content_top .content_img3 {
    margin-bottom: 32px;
}

.competition_content_top p {
    padding-right: 160px;
}

.competition_stages2 {
    padding: 40px 0 0;
}

.stages_wrap {
    padding-top: 34px;
    padding-bottom: 0px;
}

.stage,
.stage2 {
    background: #f5fafd;
    margin-bottom: 4px;
}

.stage a {
    background: url(../img/stage_img_bg.png) no-repeat top center;
    background-size: cover;
}

.stage2 a {
    background: url(../img/stage_img_bg_2.png) no-repeat top center;
    background-size: cover;
}

.stage img {
    max-width: 100%;
    max-height: 100%;
    top: 0px;
}

.stage_date {
    float: right;
    font: 300 18px/20px LatoRegular, Arial, Helvetica, sans-serif;
    margin-right: 3px;
    position: absolute;
    bottom: 89px;
    left: 26px;
    color: #464646;
}

.stage strong {
    color: #fff;
    font: normal 28px/28px LatoMedium, Arial, Helvetica, sans-serif;
    display: block;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 0px;
    width: 100%;
}

.stage_date > strong {
    color: #f29120;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    position: static;
    display: inline;
}

.pic72,
.pic73 {
    background: url(../img/pic49.png) no-repeat;
    height: 2414px;
    width: 379px;
    position: absolute;
    top: 151px;
    right: -362px;
}

.pic73 {
    background: url(../img/pic50.png) no-repeat;
    height: 1818px;
    width: 356px;
    right: auto;
    left: -487px;
    top: 637px;
}

/* ############ /mejdunarodni_konkurs ############# */

/* ############ online_obuchenie ############# */

.competition_content_top h2 {
    padding-right: 320px;
}

.pic74,
.pic75 {
    background: url(../img/pic51.png) no-repeat;
    height: 2241px;
    width: 421px;
    position: absolute;
    top: 130px;
    right: -399px;
}

.pic75 {
    background: url(../img/pic52.png) no-repeat;
    height: 1834px;
    width: 447px;
    right: auto;
    left: -543px;
    top: 454px;
}

.test_content,
.test_content2 {
    max-width: 788px;
    padding: 57px 0 89px;
    position: relative;
    min-height: 300px;
}

.test_content p {
    padding-top: 6px;
    padding-bottom: 56px;
    padding-right: 180px;
}

.test_content2 p {
    padding: 6px 100px 56px 0;
}

.pic76 {
    background: url(../img/small_pics.png) no-repeat -127px -2530px;
    height: 206px;
    width: 154px;
    position: absolute;
    top: 84px;
    right: -24px;
}

/* ############ /online_obuchenie ############# */

/* end content */

/* begin footer */

.push {
    clear: both;
    height: 68px;
    width: 100%;
}

footer {
    background: #fff;
    box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.05);
    height: 68px;
    position: relative;
    z-index: 900;
}

.copy {
    color: #8b8b8b;
    font: normal 12px/13px LatoRegular, Arial, Helvetica, sans-serif;
}

.copy {
    padding: 25px 0 0;
    float: left;
}

footer a {
    float: right;
    padding: 25px 0 0 30px;
}

/* end footer */

/* begin modals */

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10001;
    display: none;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.reveal-modal {
    background: rgba(255, 255, 255, 0.93);
    display: none;
    top: 100px;
    left: 50%;
    margin-left: -325px;
    width: 659px;
    position: absolute;
    z-index: 10002;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.21);
}

.reveal-modal a {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.close_modal {
    background: url(../img/icons.png) no-repeat 0 -240px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 53px;
    right: 65px;
    display: block;
    z-index: 900;
}

.close_modal_ver2 {
    top: 24px;
    right: 39px;
}

.modal_content {
    padding: 44px 66px;
}

.modal_content_ver2 {
    padding-left: 42px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 17px;
}

.modal_content_ver2 .form-group .input {
    max-width: 463px;
}

.modal_content .form {
    padding-bottom: 28px;
}

.reveal-modal2 {
    background: rgba(255, 255, 255, 1);
    display: none;
    top: 100px;
    left: 50%;
    margin-left: -325px;
    width: 659px;
    position: absolute;
    z-index: 10002;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.21);
}

.reveal-modal2_big {
    width: 800px;
    margin-left: -400px;
}

.col {
    float: left;
    width: 350px;
}

.col_2 {
    width: 230px;
    margin-left: 19px;
}

.col_3 {
    float: right;
    width: 100px;
}

.col_1-3 {
    margin-right: 19px;
    width: 265px;
}

.col_right {
    float: right;
}

.modal_content .form-note {
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
    font-family: LatoRegular, Arial, Helvetica, sans-serif;
    margin-top: 15px;
}

.forgot {
    color: #f29121;
    font-family: LatoRegular, Arial, Helvetica, sans-serif;
    float: right;
    text-decoration: underline;
    position: relative;
    top: -9px;
    margin-bottom: 8px;
}

.forgot:hover {
    text-decoration: none;
}

.btn_center2 {
    text-align: center;
    width: 306px;
    margin: 0 auto;
    padding: 15px 0 30px;
}

.modal_content .socials_registr {
    padding: 1px 0 0;
    margin: 0px;
    text-align: center;
    width: 100%;
    left: 0px !important;
}

.modal_content .socials_registr span {
    padding: 0 0 22px !important;
}

.close_modal_2 {
    background: url(../img/icons.png) no-repeat 0 -694px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 28px;
    right: 41px;
}

#thanksModal {
    width: 324px;
    margin-left: -162px;
    background: #f29120;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font: normal 20px/22px LatoRegular, Arial, Helvetica, sans-serif;
}

#registrModal {
    margin-left: -512px;
    width: 1025px;
}

.done {
    border-bottom: 1px solid #fff;
    padding: 32px 26px 30px;
    text-transform: uppercase;
    text-align: left;
    display: block;
}

.done_txt {
    display: block;
    text-align: center;
    padding: 32px 0 31px;
}

#registrModal .modal_content {
    padding: 42px 82px;
}

.modal_content .input_small,
.modal_content .input {
    margin-bottom: 29px;
}

.modal_content .form .float_l,
.modal_content .form .float_r {
    width: 46.5%;
    margin-bottom: 0px;
}

.modal_content .form_block {
    padding-top: 0px;
}

.modal_text {
    text-shadow: 0 0;
    position: relative;
    top: -5px;
    padding-bottom: 26px;
}

#testModal {
    width: 1025px;
    margin-left: -512px;
}

#testModal .modal_content {
    padding-left: 83px;
    padding-right: 120px;
    padding-bottom: 19px;
}

#testModal .modal_content h2 {
    margin-bottom: 49px;
}

#testModal p {
    line-height: 22px;
}

.radio_group2 {
    padding: 52px 0 46px;
}

.time {
    color: #8cc63f;
    font-size: 48px;
    line-height: 48px;
    position: absolute;
    bottom: 54px;
    right: 66px;
    display: block;
}

/* end modals */

/* children styles */

.kids_page .top_nav li.active a {
    background: #e2468f;
}

.kids_page h1,
.kids_page h2 {
    color: #e2468f;
}

.kids_page .btn {
    border-color: #e2468f;
    background: #e2468f;
    color: #fff;
}

.kids_page .btn:hover {
    background: #ec64a3;
    border-color: #ec64a3;
}

.kids_page .btn:active {
    background: #bf286e;
    border-color: #bf286e;
}

/* /children styles */

/* parents styles */

.parents_page .top_nav li.active a {
    background: #40a2da;
}
/*

.parents_page h1,
.parents_page h2,
.parents_page .white_bg a,
.parents_page .category a:hover,
.parents_page .left_menu li a:hover,
.parents_page .left_menu li.active a,
.parents_page .left_menu_mobile li a:hover,
.parents_page .news_list_date,
.parents_page .year_filter input[type="text"],
.parents_page .news_article .print,
.parents_page .participants_list li a,
.parents_page .text_content ol li:before,
.parents_page .online_lessons ol li:before,
.parents_page .text_content ul li a,
.parents_page .text_content ol li a,
.parents_page .text_content p a,
.parents_page .link,
.parents_page .check_label a,
.parents_page .forgot,
.parents_page .breadcrumbs a:hover,
.parents_page .news_date {
    color: #40a2da;
}
*/

.parents_page .left_menu li.inactive a,
.left_menu li.inactive a {
    color: inherit;
    cursor: default;
}

.parents_page .top_menu ul li a:hover {
    background: #63bdf1;
}

.parents_page .btn {
    color: #40a2da;
    border-color: #40a2da;
}

.parents_page .btn3,
.parents_page .btn7 {
    border-color: #40a2da;
    background: #40a2da;
    color: #fff;
}

.parents_page .game_block .btn,
.parents_page .game_block .btn7,
.parents_page .photo_competition_content .btn,
.parents_page .photo_competition_content .btn7 {
    background: #fff;
    border-color: #fff;
    color: #40a2da;
}

.parents_page .btn:hover {
    color: #fff;
    background: #63bdf1;
    border-color: #63bdf1;
}

.parents_page .btn3:hover,
.parents_page .btn7:hover {
    background: #63bdf1;
    border-color: #63bdf1;
}

.parents_page .btn:active,
.parents_page .btn3:active,
.parents_page .btn7:active {
    background: #0c6da5;
    border-color: #0c6da5;
}

.parents_page .btn4,
.parents_page .btn5 {
    border-color: #40a2da;
    background: none;
    color: #40a2da;
}

.parents_page .btn4:hover,
.parents_page .btn5:hover {
    background: #40a2da;
    border-color: #40a2da;
    color: #fff;
}

.parents_page .btn4:active,
.parents_page .btn5:active {
    background: #40a2da;
    border-color: #40a2da;
    color: #fff;
}

.parents_page .month_radio_label.active .custom_radio,
.parents_page .month_radio_label.active {
    border-color: #40a2da;
    background: #40a2da;
}

.parents_page .expanded_menu,
.parents_page .top_menu,
.parents_page .white_bg a:after,
.parents_page .modul span {
    background: #40a2da;
}

.parents_page .main_category span,
.parents_page .main_category {
    border-left-color: #40a2da;
}

.parents_members_block {
    background: #f5fafd;
    position: relative;
    left: -647px;
    padding-left: 647px;
    margin-right: -1294px;
}

.parents_members_content {
    max-width: 788px;
    padding-top: 77px;
    padding-bottom: 52px;
}

.parents_members_text {
    position: relative;
    padding-left: 318px;
    margin: 40px 0 0;
}

.parents_members_text p {
    padding-bottom: 24px;
}

.pic42 {
    background: url(../img/small_pics.png) no-repeat -208px -3111px;
    height: 114px;
    width: 307px;
    position: absolute;
    top: -2px;
    left: -5px;
}

.pic43 {
    background: url(../img/small_pics.png) no-repeat -208px -2099px;
    height: 42px;
    width: 50px;
    position: absolute;
    top: 261px;
    left: -283px;
}

.pic44 {
    background: url(../img/pic34.png) no-repeat;
    height: 334px;
    width: 167px;
    position: absolute;
    top: -23px;
    right: -275px;
}

.pic45,
.pic46,
.pic45_1,
.pic48 {
    background: url(../img/pic35.png) no-repeat;
    height: 1439px;
    width: 201px;
    position: absolute;
    top: 115px;
    left: -275px;
    z-index: 100;
}

.pic46 {
    background: url(../img/pic36.png) no-repeat;
    height: 1387px;
    width: 168px;
    left: auto;
    top: 109px;
    right: -317px;
    z-index: 100;
}

.pic45_1,
.pic47,
.pic48 {
    display: none;
}

.parents_page .contacts address {
    padding-bottom: 19px;
}

.parents_contacts {
    padding-bottom: 21px;
}

.parents_contacts p {
    text-shadow: 0 0;
}

.parents_contacts p a {
    /*color: #40a2da;*/
    /*display: block;*/
    /*text-decoration: underline;*/
}

.parents_contacts p a:hover {
    text-decoration: none;
}

.parents_contacts p span {
    padding: 12px 0 0;
}

.parents_contacts p span a {
    color: #989898;
    display: block;
    text-shadow: 0 0;
    text-decoration: none;
}

.parents_contacts.coord {
    padding-bottom: 51px;
}

.parents_page .breadcrumbs a.home:hover {
    background-position: -16px -62px;
}

.parents_page .close_modal {
    background-position: -25px -240px;
}

.competition_stages {
    padding-top: 31px;
}

.competition_stages .moduls_wrap {
    padding-top: 31px;
    padding-bottom: 22px;
}

.competition_stages .modul {
    width: 413px;
    margin-right: 11px;
    margin-bottom: 22px;
}

.competition_stages .modul img {
    max-width: 100%;
    top: 0px;
    border-radius: 5px;
}

.competition_stages .modul span {
    background: #40a2da;
}

.parents_page .fonTypeFile {
    border-color: #40a2da;
    color: #40a2da;
}

.parents_page .inputFileVal {
    color: #40a2da !important;
}

.competitors_block {
    padding: 119px 0 0;
}

.competitors_wrap {
    padding: 5px 0 35px;
    width: 810px;
}

.competitors_wrap .competitor {
    margin-bottom: 61px;
}

.competitors_block .btn {
    position: relative;
    left: -10px;
}

.pic55 {
    background: url(../img/pic39.png) no-repeat;
    height: 1215px;
    width: 157px;
    position: absolute;
    top: 14px;
    right: -24px;
}

.experts {
    padding-top: 17px;
}

.experts .page_content {
    max-width: 1120px;
}

.experts .video_list {
    left: -2.9%;
    margin-right: -2.9%;
}

.experts .video_list li {
    width: 21.7%;
    margin-left: 2.9%;
}

.experts .filter_select {
    max-width: 204px;
}

.parents_page .main_news_list li div {
    border-left-color: #40a2da;
}

.belorus_page .main_news_list li div {
    border-left-color: #6d2d8d;
}

.game_img_parents {
    background: url(../img/temp/game_parents.jpg) no-repeat;
}

.parents_page .cat_group1 {
    width: 100%;
}

.parents_page .cat_group1 .category {
    width: 25%;
}

.parents_page .cat_group1 .category:nth-child(4) {
    width: 22%;
}

.modul span.photo_shadow {
    position: absolute;
    bottom: 70px;
    background: url(../img/photo_shadow.png) repeat-x;
    height: 198px;
    width: 100%;
    left: 0px;
    border-radius: 0px;
}

.photo_shadow strong {
    color: #fff;
    position: absolute;
    bottom: 16px;
    left: 0px;
    padding: 0 27px;
    text-shadow: 0 0;
    display: block;
    font: normal 18px/24px LatoLight, Arial, Helvetica, sans-serif;
}

.photo_shadow strong b {
    color: #40a2da;
    font-family: LatoBold, Arial, Helvetica, sans-serif;
}

/* /parents styles */

.captcha-dialog, .captcha-form {
    margin-left: 112px;
    width: 152px;
}

.captcha-form img, .captcha-dialog img {
    position: absolute;
    right: 100%;
    top: 11px;
}
/*
.control-label {
    position: relative;
    top: -7px !important;

    font: 300 18px/24px LatoLight, Arial, Helvetica, sans-serif;
}*/

.control-label span {
    font-size: 16px;
}

.control-label.control-label_bold {
    font-weight: bold;
}

.form-login .forgot {
    z-index: 900;
}

/* ############ mejdunarodni_pervi_etap ############# */

.pic77 {
    background: url(../img/pic53.png) no-repeat;
    height: 1221px;
    width: 167px;
    position: absolute;
    top: 42px;
    right: -146px;
}

.pic77_1 {
    right: -173px;
    top: 25px;
}

.pic78 {
    background: url(../img/pic54.png) no-repeat;
    height: 795px;
    width: 135px;
    position: absolute;
    left: -266px;
    top: 553px;
}

.pic78_1 {
    height: 100px;
    top: 621px;
    left: -374px;
}

.competition_stage .upload_work {
    padding-top: 48px;
}

.competition_stage .link2 {
    margin-top: 13px;
    margin-bottom: 30px;
}

.competition_stage .upload_work form p {
    padding-right: 130px;
}

.competition_date_block {
    background: #f5fafd;
    padding: 21px 40px 26px;
    max-width: 788px;
    margin-bottom: 32px;
}

.competition_date_block strong {
    color: #3c3c3c;
    font: bold 20px/24px LatoBold, Arial, Helvetica, sans-serif;
    display: block;
}

.competition_date_block strong span {
    color: #f29120;
}

/* ############ /mejdunarodni_pervi_etap ############# */

/* ############ index_belorus ############# */

.main_slider_content_belorus {
    max-width: 516px;
}

.main_slider_content_belorus p {
    padding-bottom: 24px;
}

.belorus_page .news_date {
    color: #6d2d8d;
}

.belorus_page .material {
    background: #40a2da;
}

.belarus_page .main_category a {
    border-left: 1px solid #6d2d8d;
}

.belarus_page .text_content ul li:before {
    background: #6d2d8d;
}

.belarus_page .btn,
.belorus_page .btn {
    background: #6d2d8d;
    border: 1px solid #6d2d8d;
    color: #fff
}

.belarus_page .text_content ol li:before, .belarus_page .online_lessons ol li:before, .belarus_page .main_text ol li:before, .belarus_page .konstruktor_page ul li span {
    color: #6d2d8d;
}

.belorus_page .material span {
    background: #6d2d8d;
    font-weight: 300;
    font-family: LatoLight, Arial, Helvetica, sans-serif;
}

.belorus_page .material span b {
    display: block;
    font-weight: normal;
    font-family: LatoRegular, Arial, Helvetica, sans-serif;
}

.main_text {
    padding: 97px 0 73px 24px;
    float: left;
    width: 50%;
}

.main_text p {
    text-shadow: 0 0;
    padding-bottom: 24px;
}

.main_text ol {
    padding-bottom: 0px;
}

.main_text ol li:before {
    color: #6d2d8d;
}

.belorus_page .btn7 {
    background: #6d2d8d;
    border-color: #6d2d8d;
    margin-top: 15px;
}

.belorus_page .btn7:hover,
.belorus_page .culinary_content .btn7:hover {
    border-color: #8f40b6;
    background: #8f40b6;
    color: #fff;
}

.content_img4 {
    float: right;
    padding: 79px 0 0 49px;
    width: 50%;
}

.content_img4 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.belorus_page .culinary_block,
.belorus_page .culinary_content {
    background: #6d2d8d;
}

.belorus_page .white_corner {
    border-right-color: #6d2d8d;
}

.belorus_page .culinary_content h2,
.belorus_page .culinary_content p {
    color: #fff !important;
}

.belorus_page .culinary_content .btn7 {
    background: #fff;
    color: #6d2d8d;
}

.belarus_page .competition_info_content h2 {
    color: #6d2d8d !important;
}

.belorus_page .culinary_icon {
    background: url(../img/small_pics2.png) no-repeat 0 0;
    height: 217px;
    width: 334px;
}

.text_content ul li a, .text_content ol li a, .text_content p a, .main_text ol li a
.belorus_page .competitions_block {
    background: #f5fafd;
}

/*.belarus_page h2 {*/
/*    color: #6d2d8d;*/
/*}*/

.main_contacts {
    float: left;
    padding: 66px 0;
    width: 40%;
}

.main_contacts p {
    font: normal 28px/33px LatoMedium, Arial, Helvetica, sans-serif;
    padding-bottom: 33px;
}

.main_contacts span {
    display: block;
    line-height: 20px;
    font-weight: normal;
    text-shadow: 0 0;
    padding-bottom: 4px;
}

.main_contacts a {
    display: inline-block;
    vertical-align: top;
    color: #6d2d8d;
    border-bottom: 1px solid #b696c6;
    line-height: 18px;
}

.main_contacts a:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

.main_contacts .headline {
    margin-left: 0px;
    margin-bottom: 21px;
}

.content_img5 {
    float: right;
    padding: 46px 32px 0 0;
    width: 60%;
}

.content_img5 img {
    display: block;
    margin: 0 auto;
    max-width: 720px;
}

.belorus_page .socials {
    padding-top: 46px;
    margin-bottom: 23px;
    left: -23px;
    position: relative;
}

.belorus_page .print {
    margin-top: 68px;
    margin-bottom: 23px;
}

.education {
    font: bold 20px/20px LatoBold, Arial, Helvetica, sans-serif;
    display: block;
    padding-bottom: 24px;
}

.first_class {
    color: #dc1e77;
}

.second_class {
    color: #99c427;
}

.third_class {
    color: #40a2da;
}

.fourth_class {
    color: #f28500;
}

.form_col {
    width: 29% !important;
    margin-right: 6.5%;
}

.form_col:last-child {
    margin-right: 0px;
}

#orderModal {
    width: 1025px;
    margin-left: -512px;
}

#orderModal h2 {
    color: #f29121 !important;
}

#orderModal h3 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 34px;
    padding-top: 9px;
}

#orderModal .modal_content .input,
#orderModal .modal_content .input_small {
    margin-bottom: 48px;
}

.form_materials {
    display: table;
    width: 100%;
}

.modal_content hr {
    border: 0px;
    background: #c2c2c1;
    height: 1px;
    width: 106%;
    position: relative;
    left: -3%;
    margin: 0 0 30px;
}

.form_materials .label {
    display: block;
    vertical-align: baseline;
    line-height: 50px;
}

.form_materials .label span {
    display: inline-block;
    vertical-align: bottom;
    line-height: 24px;
}

.form_materials .input {
    margin-bottom: 29px !important;
}

#orderModal .btn_center {
    padding-top: 52px;
    padding-bottom: 40px;
}

/* ############ /index_belorus ############# */

/* ############ lk - new ############# */

.lk_competition_block {
    padding: 63px 0 0;
}

.lk_competition_block h2 {
    color: #3c3c3c;
}

.lk_competition_wrap {
    padding: 23px 0 30px;
}

.lk_competition_wrap h3 {
    color: #f29120;
    padding-bottom: 27px;
}

.lk_competition {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 22px 0;
    display: table;
    width: 100%;
    position: relative;
    top: -1px;
    margin-bottom: -1px;
}

.lk_competition__name {
    color: #3c3c3c;
    font-size: 22px;
    line-height: 22px;
    float: left;
    padding: 0 24px;
    text-shadow: 0 0;
}

.lk_competition__state {
    font-size: 18px;
    line-height: 22px;
    text-shadow: 0 0;
    float: right;
    padding: 2px 36px 0 0;
}

.state_moder {
    color: #3fa3db;
}

.state_published {
    color: #94c83d;
}

.state_declined {
    color: #bf1e2e;
}

.pic79 {
    background: url(../img/pic57.png) no-repeat;
    height: 292px;
    width: 243px;
    position: absolute;
    top: 171px;
    right: 28px;
}

/* ############ /lk - new ############# */

/* POPUP SERTIFICATE */
#certificateTeacherModal .modal_content {
    padding-bottom: 70px;
}

#certificateTeacherModal .btn {
    margin-bottom: 30px;
}
#certificateCulinarFirstStage .modal_content {
    padding-bottom: 70px;
}

#certificateCulinarFirstStage .btn {
    margin-bottom: 30px;
}

#certificateUchenikModal .certificate-table {
    background: transparent;
    text-align: center;
    margin: 0 auto;
    color: #3c3c3c;
    font: 18px/1.33 LatoLight, Arial, Helvetica, sans-serif;
    margin-top: 15px;
    margin-bottom: 30px;
}

#certificateUchenikModal .certificate-item {
    width: 350px;
    float: left;
    position: relative;
}

#certificateUchenikModal .certificate-item:nth-child(2n) {
    float: right;
}

#certificateUchenikModal .certificate-count {
    text-align: right;
    padding-right: 5px;
}

#certificateUchenikModal .certificate-ico {
    opacity: 0;
    position: absolute;
    top: 18px;
    right: 17px;
    transition: opacity 0.25s;
}

#certificateUchenikModal .certificate-name {
    color: #000000;
    font: 22px/50px LatoRegular, Arial, Helvetica, sans-serif;
    text-align: left;
    padding-left: 15px;
    transition: all 0.25s;
    padding-right: 40px;
}

#certificateUchenikModal .certificate-item:hover .certificate-name {
    background: #f29120;
    color: #ffffff;
}

#certificateUchenikModal .certificate-item:hover .certificate-ico {
    opacity: 1;
}

#certificateUchenikModal .certificate-btn {
    color: #fcf5fb;
    background: url("../img/ico-close.png") center center no-repeat;
    width: 16px;
    height: 15px;
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    font-family: LatoBold, Arial, Helvetica, sans-serif;
    text-indent: -9999px;
}

#certificateUchenikModal .certificate-btn:hover {
    text-decoration: none;
    opacity: 0.8;
}

.winner_metod {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1em;
    color: #000;
}

.mesto {
    font-weight: 700;
    font-size: 16px;
}

.title_metod {
    color: #f29120;
    margin-bottom: 0px;
}

.concurs_block {
    wisth: 100%;
    position: relative;
}

.concurs_block:after {
    content: '';
    clear: both;
    display: table;
}

.concurs_block-list {
    width: 100%;

}

.concurs_item {
    width: 48.7%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-height: 480px;
    padding: 25px;
    border-radius: 10px;
    margin: 12px 0.5% 0 0.5%;
    vertical-align: top;
    text-align: left;
}

.concurs_item.teacher {
    border: 1px solid #f29120;
}

.concurs_item.parents {
    border: 1px solid #40a2da;
}

.concurs_item.kids {
    border: 1px solid #e2468f;
}

.open_block {
    width: 100%;
    height: auto;
    border: 2px solid #ececec;
    border-radius: 30px;
    padding: 10px 25px;
    overflow: hidden;
    position: relative;
    margin: 30px 0;
}

.open_block_title {
    color: #f29120;
    font: normal 18px LatoRegular, Arial, Helvetica, sans-serif;
    font-weight: 600;
    position: relative;
    display: block;
}

.open_block_title:hover {
    text-decoration: none;
}

.open_block_title span {
    border-bottom: 1px solid #f29120;
    line-height: 30px;
}

.open_block_title i {
    display: block;
    width: 30px;
    height: 30px;
    background: #f29120;
    float: right;
    border-radius: 50%;
    margin-right: -10px;
    position: relative;
}

.open_block_title i:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    left: -5%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.open_block_text {
    display: none;
    overflow: hidden;
    width: 100%;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

.open_block_text > div {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 2px solid #ececec;
}

.not_registered_left {
    float: left;
    width: 60%;
}

.not_registered_left strong {
    font: bold 18px LatoBold, Arial, Helvetica, sans-serif;
}

.not_registered_left span {
    font-size: 16px;
    line-height: 28px;
    display: block;
}

.not_registered a {
    float: right;
}

.concurs_member {
    width: 100%;
}

.concurs_member:after {
    display: table;
    clear: both;
    content: '';
}

.concurs_member_left {
    float: left;
    width: 60%;
    padding: 10px 0;
}

.concurs_member_right {
    float: left;
    width: 40%;
    padding: 10px 0 10px 20px;
    border-left: 2px solid #ececec;
}

.concurs_member_left h3, .concurs_member_right h3 {
    padding: 0px;
    margin: -5px 0 0 0px;
    font: normal 24px ChalkNestle, Arial, Helvetica, sans-serif;
    line-height: 24px;
}

.concurs_member_left a {
    color: #f29120;
    font-weight: 700;
    font: bold 18px LatoBold, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    padding: 10px 0;
    display: block;
}

.concurs_member_left .download_icon {
    top: 0;
    margin-right: 10px;
}

.concurs_member_right span {
    margin-top: 10px;
    display: block;
}

.allwork_link {
    display: inline-block;
    width: 230px;
    border-radius: 30px;
    background: #f29120;
    color: #fff;
    font: bold 18px LatoBold, Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 50px;
    vertical-align: top;
    margin-right: 10px;
}

.allwork_link:hover {
    text-decoration: none;
}

.upload_concurs_file {
    display: inline-block;
    width: 230px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #f29120;
    position: relative;
    text-indent: 20px;
    color: #f29120;
    font: bold 18px LatoBold, Arial, Helvetica, sans-serif;
    line-height: 50px;
    cursor: pointer;
}

.upload_concurs_file i {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f29120;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 34px;
    font-weight: 700;
    right: 5px;
    top: 4px;
}

.upload_concurs_file i:after, .upload_concurs_file i:before {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.upload_concurs_file i:after {
    width: 50%;
    height: 3px;
}

.upload_concurs_file i:before {
    height: 50%;
    width: 3px;
}

.upload_block_concurs {
    margin: 50px 0;
}

.stage_block {
    width: 100%;
    margin: 25px 0;
    height: 60px;
}

.stage_block > span {
    width: 12%;
    float: left;
    margin-top: 12px;
    font: bold 14px LatoBold, Arial, Helvetica, sans-serif;
}

.stage_line {
    width: 88%;
    float: left;
}

.stage_line div {
    float: left;
    width: 35%;
    margin-left: -10%;
    text-indent: 18%;
    height: 60px;
    position: relative;
    display: table;
    font: bold 16px LatoBold, Arial, Helvetica, sans-serif;
    color: #494848;
    background: #ececec;
    border-radius: 30px;
}

.stage_line div.active {

    color: #fff;
    background: #f29120;
}

.stage_line div:first-child {
    margin-left: 0;
}

.stage_line div span {
    display: table-cell;
    vertical-align: middle;
}

.stage_line div span.stage_number {
    display: none;
    text-indent: 35%;
}

.stage_line div:nth-child(3) {
    width: 40%;
    text-indent: 0%;
    text-align: center;
}

.reveal-modal2.upload_form {
    border-radius: 10px;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0 !important;
    margin: 0;
    background: transparent;
}

.reveal-modal2.upload_form form {
    width: 630px;
    margin: 40px auto;
    padding: 20px 30px;
    position: relative;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
}

.close_modal_upload_form {
    position: absolute;
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #f29120;
    right: 15px;
    top: 15px;
}

.stage_item {
    width: 100%;
    padding-left: 60px;
    position: relative;
    min-height: 100px;
    border-top: none !important;
}

.stage_item:before {
    content: '';
    position: absolute;
    width: 43px;
    height: 37px;
    display: block;
    top: 20px;
    left: 0px;
    background-image: url(../img/number_stage.png);
    background-repeat: no-repeat;
}

.stage_item.first:before {
    background-position: 0px 0px;
}

.stage_item.two:before {
    background-position: 0px -45px;
}

.stage_item.three:before {
    background-position: 0px -88px;
}

.stage_item.four:before {
    background-image: url(../img/number_stage4.png);
}

.close_modal_upload_form:after, .close_modal_upload_form:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 50%;
    transform: rotate(45deg);
    background: #fff;
}

.close_modal_upload_form:before {
    transform: rotate(-45deg);
}

.upload_form input, .upload_form textarea {
    width: 100%;
    border: 3px solid #ececec;
    padding: 0 25px;
    height: 50px;
    border-radius: 30px;
    margin-bottom: 20px;
    font: normal 18px LatoRegular, Arial, Helvetica, sans-serif;
}

.upload_form input::-moz-placeholder {
    color: #000;
}

.upload_form input:-ms-input-placeholder {
    color: #000;
}

.upload_form input::-webkit-input-placeholder {
    color: #000;
}

.upload_form textarea::-moz-placeholder {
    color: #000;
}

.upload_form textarea:-ms-input-placeholder {
    color: #000;
}

.upload_form textarea::-webkit-input-placeholder {
    color: #000;
}

.upload_form textarea {
    padding: 10px 25px;
    height: 160px;
}

.upload_form .form_left-text {
    float: left;
    width: 50%;
    height: 60px;
    color: #000;
    font: normal 18px LatoRegular, Arial, Helvetica, sans-serif;
}

.upload_form .upload_block {
    float: left;
    width: 50%;
    height: 60px;
    margin-bottom: 40px;
}

.form_left-text span {
    font: normal 14px LatoRegular, Arial, Helvetica, sans-serif;
    line-height: 16px;
    display: block;
    margin-top: 10px;
}

.upload_work {
    display: block;
    width: 230px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    border-radius: 40px;
    background: #f29120;
    cursor: pointer;
}

.upload_form #img-container {
    border: none;
    height: 60px;
    font-size: 12px;
}

.upload_form #img-container .text {
    top: 0;
    height: 24px;
    line-height: 12px;
    width: 100%;
    text-align: center;
    position: relative;
}

.upload_form .fonTypeFile {
    border: none;
    margin: 0;
    width: 100%;
    top: 17px;
    left: 0;
}

.upload_form .inputFileVal {
    top: 20px;
    margin: 0;
    padding: 0 !important;
    left: 27%;
}

.upload_form .inputFile {
    top: 0;
    left: 0;
    margin: 0;
}

.upload_form #img-list {
    display: none;
}

.upload_form .fonTypeFile:before {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAASCAYAAAEoIh67AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDVGRUUwNDdBNDQwMTFFNzkzNUNFRTc5MTY0RDQyQUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDVGRUUwNDhBNDQwMTFFNzkzNUNFRTc5MTY0RDQyQUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNUZFRTA0NUE0NDAxMUU3OTM1Q0VFNzkxNjRENDJBQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNUZFRTA0NkE0NDAxMUU3OTM1Q0VFNzkxNjRENDJBQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr3dmAEAAAGVSURBVHjaYvg/iYEBiDX+///PwMIAZAMxIxCDOWFAfJVhMiMDQACBlBwAKwUqYwQxoCAIpOw8ELMCsTZAAIFkYAaUAbEkVFUBCwMCdIHJXKC6yYyHAQIIpGMXkMsBxHYwCZgFdUAsAsR/gfg7sq0MMJVMDFgAyLJXUAxyyT+gRb8AAgjZaTDwG+puuHEwgM1YVmxWAU12xuoGHICfFMUfAQII5GZbIKMbiH8A8TtQgKMHAbKvC4HYAkl6LhAnYzMaZLI/kN4IxOxA3APEz4FYFE2dBBA/AJnMDBX4CbIUwziYMyYz/ifFgwy0VfyRWMWwtHEKmhCRU+s/aJphhIZOFkCAgRSHABmrgfglED8GYi6o4g9ArAHE3ECsCA1SBpyhhcMVLkC8F0mcE4gvADEfND5A4D1UHJ/3vwFxO9CyLph3+NEUfQdidaICCN3FkxnbSI5rIsFpkqOa2EimlcEoifMvFc38i2xwPBUNjoeVF6AwARUwW4FYGmrZL2gu/4VFIzNSSQBKBX+gFQZI3ycg7gSmlCAAalBqxpBxR2YAAAAASUVORK5CYII=') no-repeat center left;
}

.header_img {
    width: 65%;
    float: left;
    overflow: hidden;
    border-radius: 10px;
    height: 130px;
}

.concurs_header {
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.concurs_header .header_img img {
    width: 100%;
    border-radius: 10px;
}

.concurs_header .header_icon {
    width: 30%;
    float: right;
    text-align: center;
}

.concurs_header .header_icon img {
    display: block;
    padding: 11px 0;
    margin: 0 auto;
}

.parents .concurs_header .header_icon img {
    max-height: 118px;
}

.date_concurs {
    color: #3c3c3c;
    padding: 15px 0;
    font: normal 18px ChalkNestle, Arial, Helvetica, sans-serif;
}

.concurs_name {
    font: normal 30px ChalkNestle, Arial, Helvetica, sans-serif;
    line-height: 30px;
}

.concurs_item.teacher .concurs_name {
    color: #f29120;
}

.concurs_item.parents .concurs_name {
    color: #40a2da;
}

.concurs_item.kids .concurs_name {
    color: #e2468f;
}

.concurs_text p {
    margin: 20px 0;
    font-size: 18px;
}

.parents .concurs_text p,
.kids .concurs_text p {


}

.concurs_bottom:after {
    content: '';
    display: table;
    clear: both;
}

.concurs_bottom {
    margin-left: 15%;
}

.concurs_bottom a {
    width: 35%;
    height: 50px;
    float: left;
    margin-right: 15%;
    display: block;
    text-align: center;
    font: bold 18px LatoBold, Arial, Helvetica, sans-serif;
    line-height: 50px;
    border-radius: 30px;
    text-decoration: none;
}

.concurs_bottom .more_link {
    color: #fff;
}

.concurs_bottom .work_link {
    display: table;
    line-height: 18px;
}

.concurs_bottom .work_link span {
    display: table-cell;
    vertical-align: middle;
}

.concurs_bottom .stagelist_block {
    width: 22%;
    float: left;
    height: 50px;
    text-align: center;

}

.teacher .more_link {
    background: #f29120;
}

.teacher .work_link {
    color: #f29120;
    border: 1px solid #f29120;
}

.parents .more_link {
    background: #40a2da;
}

.parents .work_link {
    color: #40a2da;
    border: 1px solid #40a2da;
}

.kids .more_link {
    background: #e2468f;
}

.kids .work_link {
    color: #e2468f;
    border: 1px solid #e2468f;
}

.stagelist_block i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #f29120;
    border-radius: 50%;
    margin: 0 3px;
}

.stagelist_block span {
    display: block;
    font: bold 16px LatoBold, Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
}

.stagelist_block i.active {
    background: #f29120;
}

.concurs_block_header {
    text-align: center;
}

.concurs_block_header h1:after {
    display: none;
}

.concurs_page > h1 {
    display: block;
    text-align: center;
    font-size: 48px;
    color: #8cc63f;
}

.concurs_page > h1:after {
    display: none;
}

.concurs_block-description {
    font-size: 16px;
    text-align: center;
    margin-bottom: 35px;
    padding: 0 10%;
}

.concurs_menu {
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto 50px auto;
}

.concurs_menu li {
    display: block;
    width: 33%;
    float: left;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
}

.concurs_menu li a {
    font: bold 18px LatoBold, Arial, Helvetica, sans-serif;
    line-height: 18px;
    text-decoration: underline;
    padding: 5px 10px;
    border-radius: 15px;
}

.concurs_menu li a.all {
    color: #8cc63f;
}

.concurs_menu li a.all.active {
    background: #8cc63f;
}

.concurs_menu li a.teacher {
    color: #f29120;
}

.concurs_menu li a.teacher.active {
    background: #f29120;
}

.concurs_menu li a.parents {
    color: #40a2da;
}

.concurs_menu li a.parents.active {
    background: #40a2da;
}

.concurs_menu li a.kids {
    color: #e2468f;
}

.concurs_menu li a.kids.active {
    background: #e2468f;
}

.concurs_menu li a.active {
    text-decoration: none;
    color: #fff;
}

.archive_block {
    width: 100%;
}

.archive_block-years {
    width: 90%;
}

.archive_block-years a {
    display: block;
    float: left;
    width: 185px;
    height: 45px;
    border-radius: 25px;
    text-align: center;
    border: 1px solid #f29120;
    color: #f29120;
    text-decoration: none;
    font: bold 18px LatoBold, Arial, Helvetica, sans-serif;
    line-height: 45px;
    margin: 0 5% 20px 0;
}

.archive_block-years a:hover, .archive_block-years a.active {
    color: #fff;
    background: #f29120;
}

.archive_block-list {
    width: 100%;
    margin: 20px 0;
}

.list_year {
    display: none;
}

.list_year.show {
    display: block;
}

.list_year-title, .works_list-title {
    font: bold 18px LatoBold, Arial, Helvetica, sans-serif;
    line-height: 18px;
    color: #000;
    display: block;
    margin-bottom: 30px;
}

.list_year-item {
    width: 33.333%;
    float: left;
    margin-bottom: 35px;
}

.list_year-item .methodic_icon {
    float: left;
    margin-right: 15px;
}

.list_year-item span {
    display: block;
    font: normal 16px LatoRegular, Arial, Helvetica, sans-serif;
    line-height: 24px;
}

.list_year-item a {
    color: #f29120;
    font: bold 18px LatoBold, Arial, Helvetica, sans-serif;
    line-height: 18px;
    display: block;
    margin-top: 15px;
    text-decoration: underline;
}

.works_list-block {
    margin: 40px 0;
}

.works_list-stage {
    height: 32px;
    margin-bottom: 30px;
}

.works_list-stage li {
    float: left;
    margin-right: 30px;
}

.works_list-stage li a {
    color: #f29120;
    border-radius: 20px;
    height: 30px;
    padding: 0 20px;
    display: block;
    font: bold 18px LatoBold, Arial, Helvetica, sans-serif;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #f29120;
}

.works_list-stage li a.active, .works_list-stage li a:hover {
    background: #f29120;
    color: #fff;
}

.works_list-item {
    border: 1px solid #f29120;
    border-radius: 10px;
    width: 24.25%;
    /*float: left;*/
    margin: 0 1% 15px 0;
    padding: 1%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.works_list-item:last-child {
    margin-right: 0;
}

.works_list-item img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.works_list-item .author {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    display: block;
    color: #000;
    font-weight: 600;
}

.works_list-item .name {
    font: bold 16px LatoBold, Arial, Helvetica, sans-serif;
    line-height: 20px;
    display: block;
    height: 40px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #000;
}

.works_list-item p {
    font-size: 14px;
    line-height: 14px;
    display: block;
    height: 42px;
    overflow: hidden;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
}

.voice_action {
    width: 100%;
    margin-bottom: 30px;
    height: 35px;
}

.voice_action a {
    width: 45%;
    height: 35px;
    border-radius: 20px;
    background: #f29120;
    margin-right: 5%;
    float: left;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font: bold 16px LatoBold, Arial, Helvetica, sans-serif;
    line-height: 35px;
}

.voice_action span {
    font-size: 14px;
    line-height: 18px;
    display: block;
    width: 50%;
    float: left;
    font-weight: 600;
}

.close_not_confirm {
    top: 10px !important;
    right: 10px;
    cursor: pointer;
    color: #ffffff;
    position: absolute !important;
}

#modal_default_confirm {
    border-radius: 15px;
    overflow: hidden;
    position: fixed;
    top: 280px;
}

.register_overlay {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    z-index: 1000;

}

.registr_info_new {
    background: #fff;
    border-radius: 5px;
    padding: 28px 0px 33px;
}

.reg_info_first {
    display: inline-block;
}

.reg_info_second {
    display: inline-block;
    margin-left: 60px;
    vertical-align: middle;
}

.parent_stage {
    color: #ffffff !important;
    background: #3da2de !important;
}

.parent_stage_text {
    color: #3da2de;
    background: #ffffff;
}

.parent_stage_text:hover {
    color: #3da2de;

}

.but_up {
    display: inline-block;
    width: 230px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #f29120;
    position: relative;
    text-indent: 20px;
    color: #f29120;
    font: bold 18px LatoBold, Arial, Helvetica, sans-serif;
    line-height: 50px;
    cursor: pointer;
}

.but_up i {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f29120;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 34px;
    font-weight: 700;
    right: 5px;
    top: 4px;
}

.but_up i:after, .but_up i:before {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.but_up i:after {
    width: 50%;
    height: 3px;
}

.but_up i:before {
    height: 50%;
    width: 3px;
}

.culinar_offer {
    display: block;
    width: 30px;
    height: 30px;
    background: #f29120;
    float: right;
    border-radius: 50%;
    margin-right: -10px;
    position: relative;
}

.culinar_offer:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    left: -5%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.informer_err {
    font: normal 14px Arial, sans-serif;
    color: #000000;
    margin-top: 5px;
    padding: 10px;
    display: block;
    width: 40%;
}

.informer_err div {
    display: inline-block;
    width: 10%;
    height: 10px;
    margin-left: 2%;
    background: #e3e3e3;
}

.reds {
    background: #d47777 !important;
}

.yelows {
    background: #dacd26 !important;
}

.greens {
    background: #7cd27c !important;
}

#passw_terms_help {
    margin-left: 15px;
}

#kves {
    cursor: pointer;
    border: 0px solid black;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 1px 2px 2px 5px;
    color: #ffffff;
    font-weight: bold;
}

.parents_quest {
    background: #3da2de;

}

.teachers_quest {
    background: #f29120;

}

.kids_quest {
    background: #d47777
}

.parents_quest:hover {
    background: #ffffff !important;
    color: #3da2de !important;
    border: 1px solid #3da2de  !important;
}

.teachers_quest:hover {
    color: #f29120 !important;
    background: #fff0ff !important;
    border: 1px solid #f29120  !important;
}

.kids_quest:hover {
    color: #d47777 !important;
    background: #ffffff !important;
    border: 1px solid  #d47777  !important;
}

.culinar_concurs_open {
    line-height: 2px;
    padding-bottom: 0px;
}

.new_top {
    color: #f29120;
    font: normal 30px/35px ChalkNestle, Arial, Helvetica, sans-serif;
    position: relative;
    left: -4px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}

#new_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
    background: transparent;
}
.parent_stage_text_blue
{
    color: #3da2de !important;
}
.parent_image_first:before {
    content: '';
    position: absolute;
    width: 43px;
    height: 37px;
    display: block;
    top: 20px;
    left: 0px;
    background-image: url(../img/parent_num/1.png);
    background-repeat: no-repeat;
    background-position: 0px 0px !important;
}
.parent_image_second:before {
    content: '';
    position: absolute;
    width: 43px;
    height: 37px;
    display: block;
    top: 20px;
    left: 0px;
    background-image: url(../img/parent_num/2.png);
    background-repeat: no-repeat;
    background-position: 0px 0px !important;
}
.parent_image_therd:before {
    content: '';
    position: absolute;
    width: 43px;
    height: 37px;
    display: block;
    top: 20px;
    left: 0px;
    background-image: url(../img/parent_num/3.png);
    background-repeat: no-repeat;
    background-position: 0px 0px !important;
}
.parent_image_thour:before {
    content: '';
    position: absolute;
    width: 43px;
    height: 37px;
    display: block;
    top: 20px;
    left: 0px;
    background-image: url(../img/parent_num/4.png);
    background-repeat: no-repeat;
    background-position: 0px 0px !important;
}
.parent_image_five:before {
    content: '';
    position: absolute;
    width: 43px;
    height: 37px;
    display: block;
    top: 20px;
    left: 0px;
    background-image: url(../img/parent_num/5.png);
    background-repeat: no-repeat;
    background-position: 0px 0px !important;
}









/* popup fix */
#popupModal .modal_content {
    width: 900px;
    background: rgba(255, 255, 255, 0.93);
    margin: 40px auto;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.21);
    position: relative;
}

#popupModal {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    background: transparent;
    overflow-y: auto;
    box-shadow: none;
}














