/*--------------------- Сброс значений ---------------------------------------*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    background: white;
    line-height: 1;
    color: black;
}
/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
input, select {
    border-radius: 0;
}
/*--------------------- Сброс значений ---------------------------------------*/

/*--------------------- Общие стили ------------------------------------------*/
* {
    box-sizing: border-box;
}
ul {
    padding: 0 0 0 30px;
}

ol {
    padding: 0 0 0 30px;
}
a:hover {
    text-decoration: none;
}
.prog-btn {
    font-size: 18px;
    font-family: OpenSansBoldItalic;
    color: #fff;
    padding: 10px 15px 10px 15px;
    #background: url('images/icons/listing-option-icon.svg') no-repeat 15px 10px;
    background-color: #000731;
    #background-size: 20px;
    display: inline-block;
    #width: 100%;
    max-width: 230px;
    transition: all .3s ease;
    border: 1px solid #000731;
}
.prog-btn:hover {
    #background: url('images/icons/listing-option-icon-dark.svg') no-repeat 15px 10px;
    background-color: #fff;
    color: #000731;
    #background-size: 20px;
}
@font-face {
    font-family: OpenSansBold;
    src: url("fonts/OpenSansBold.eot");
    src: url("fonts/OpenSansBold.eot?#iefix") format("embedded-opentype"),
         url("fonts/OpenSansBold.ttf") format("truetype");
}
@font-face {
    font-family: OpenSansLightItalic;
    src: url("fonts/OpenSansLightItalic.eot");
    src: url("fonts/OpenSansLightItalic.eot?#iefix") format("embedded-opentype"),
         url("fonts/OpenSansLightItalic.ttf") format("truetype");
}
@font-face {
    font-family: OpenSansLight;
    src: url("fonts/OpenSansLight.eot");
    src: url("fonts/OpenSansLight.eot?#iefix") format("embedded-opentype"),
         url("fonts/OpenSansLight.ttf") format("truetype");
}
@font-face {
    font-family: OpenSansBoldItalic;
    src: url("fonts/OpenSansBoldItalic.eot");
    src: url("fonts/OpenSansBoldItalic.eot?#iefix") format("embedded-opentype"),
         url("fonts/OpenSansBoldItalic.ttf") format("truetype");
}
@font-face {
    font-family: OpenSansSemiBold;
    src: url("fonts/OpenSansSemiBold.eot");
    src: url("fonts/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"),
         url("fonts/OpenSansSemiBold.ttf") format("truetype");
}
@font-face {
    font-family: OpenSansRegular;
    src: url("fonts/OpenSansRegular.eot");
    src: url("fonts/OpenSansRegular.eot?#iefix") format("embedded-opentype"),
         url("fonts/OpenSansRegular.ttf") format("truetype");
}
/*--------------------- Общие стили ------------------------------------------*/
.header-main {
    background: url('images/temp/header-bg.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.header-main__top {
    margin: auto;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #999caa;
}
.header-main__top-title {
    font-family: OpenSansBold;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    float: none;
    padding: 0;
}
.header-main__top-title a {
    color: #fff;
    padding: 5px 10px;
    background: rgba(79, 75, 89, 0.7);
    display: inline-block;
}
.header-main__top-phone {
    font-size: 24px;
    color: #fff;
    font-family: OpenSansBold;
    vertical-align: middle;
    display: inline-block;
    float: none;
}
.header-main__top-phone span {
    display: inline-block;
    margin-bottom: 7px;
}
.header-main__top-city {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.header-main__top-city a {
    color: #fff;
    font-size: 18px;
    font-family: OpenSansBold;
    transition: all .3s ease;
}
.header-main__top-city a:hover {
    color: #66aaff;
    transition: all .3s ease;
}
.header-main__top-city-link-first {
    margin-right: 30px;
}
.header-main__area {
    max-width: 1600px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}
.header-main__area-logo {
    width: 150px;
    float: left;
    display: inline-block;
    margin-right: 50px;
    margin-top: 10px;
    padding: 5px;
    border-radius: 50%;
}
.header-main__area-logo img {
    width: 100%;
    display: block;
}
.header-main__area-nav {
    float: right;
    margin-top: 25px;
}
.header-main__area-nav_mobile {
    display: none;
    position: relative;
}
.header-main__area-nav_mobile .mega-menu {
    display: none;
}
#mega-menu-wrap-max_mega_menu_1,
#mega-menu-wrap-max_mega_menu_2,
#mega-menu-wrap-max_mega_menu_3,
#mega-menu-wrap-max_mega_menu_4,
#mega-menu-wrap-max_mega_menu_5,
#mega-menu-wrap-max_mega_menu_6 {
    background: none;
}
#mega-menu-max_mega_menu_1,
#mega-menu-max_mega_menu_2,
#mega-menu-max_mega_menu_3,
#mega-menu-max_mega_menu_4,
#mega-menu-max_mega_menu_5,
#mega-menu-max_mega_menu_6 {
    list-style-type: none!important;
}
#mega-menu-max_mega_menu_1 li,
#mega-menu-max_mega_menu_2 li,
#mega-menu-max_mega_menu_3 li,
#mega-menu-max_mega_menu_4 li,
#mega-menu-max_mega_menu_5 li,
#mega-menu-max_mega_menu_6 li {
    display: inline-block!important;
    text-transform: uppercase!important;
    margin-left: 30px!important;
}
#mega-menu-max_mega_menu_1 li a,
#mega-menu-max_mega_menu_2 li a,
#mega-menu-max_mega_menu_3 li a,
#mega-menu-max_mega_menu_4 li a,
#mega-menu-max_mega_menu_5 li a,
#mega-menu-max_mega_menu_6 li a {
    color: #fff!important;
    font-size: 18px!important;
    font-family: OpenSansBold!important;
    background: none!important;
    padding-left: 0!important;
    padding-right: 0!important;
    transition: all .3s ease!important;
}
#mega-menu-max_mega_menu_1 li a:hover,
#mega-menu-max_mega_menu_2 li a:hover,
#mega-menu-max_mega_menu_3 li a:hover,
#mega-menu-max_mega_menu_4 li a:hover,
#mega-menu-max_mega_menu_5 li a:hover,
#mega-menu-max_mega_menu_6 li a:hover {
    color: #66aaff!important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-max_mega_menu_5 #mega-menu-max_mega_menu_5 > li.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-max_mega_menu_6 #mega-menu-max_mega_menu_6 > li.mega-menu-item-has-children > a.mega-menu-link:after {
    display: none!important;
}
#mega-menu-max_mega_menu_1 .mega-sub-menu,
#mega-menu-max_mega_menu_2 .mega-sub-menu,
#mega-menu-max_mega_menu_3 .mega-sub-menu,
#mega-menu-max_mega_menu_4 .mega-sub-menu,
#mega-menu-max_mega_menu_5 .mega-sub-menu,
#mega-menu-max_mega_menu_6 .mega-sub-menu {
    background: #e0e2eb!important;
    min-width: 200px!important;
    /*width: auto!important;*/
}
#mega-menu-max_mega_menu_1 .mega-sub-menu li,
#mega-menu-max_mega_menu_2 .mega-sub-menu li,
#mega-menu-max_mega_menu_3 .mega-sub-menu li,
#mega-menu-max_mega_menu_4 .mega-sub-menu li,
#mega-menu-max_mega_menu_5 .mega-sub-menu li,
#mega-menu-max_mega_menu_6 .mega-sub-menu li {
    margin-left: 0!important;
    width: 100%!important;
}
#mega-menu-max_mega_menu_1 .mega-sub-menu li a,
#mega-menu-max_mega_menu_2 .mega-sub-menu li a,
#mega-menu-max_mega_menu_3 .mega-sub-menu li a,
#mega-menu-max_mega_menu_4 .mega-sub-menu li a,
#mega-menu-max_mega_menu_5 .mega-sub-menu li a,
#mega-menu-max_mega_menu_6 .mega-sub-menu li a {
    font-size: 14px!important;
    color: #333!important;
    font-family: OpenSansBold!important;
    padding: 10px 20px!important;
    line-height: 1.2em!important;
}
#mega-menu-max_mega_menu_1 .mega-sub-menu li a:hover,
#mega-menu-max_mega_menu_2 .mega-sub-menu li a:hover,
#mega-menu-max_mega_menu_3 .mega-sub-menu li a:hover,
#mega-menu-max_mega_menu_4 .mega-sub-menu li a:hover,
#mega-menu-max_mega_menu_5 .mega-sub-menu li a:hover,
#mega-menu-max_mega_menu_6 .mega-sub-menu li a:hover {
    background: #000731!important;
    color: #fff!important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item:last-child .mega-sub-menu,
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item:last-child .mega-sub-menu,
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item:last-child .mega-sub-menu,
#mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 li.mega-menu-item:last-child .mega-sub-menu,
#mega-menu-wrap-max_mega_menu_5 #mega-menu-max_mega_menu_5 li.mega-menu-item:last-child .mega-sub-menu,
#mega-menu-wrap-max_mega_menu_6 #mega-menu-max_mega_menu_6 li.mega-menu-item:last-child .mega-sub-menu {
    right: 0!important;
    left: auto!important;
}
.header-main .slider {
    float: left;
    margin-top: 40px;
    width: 75%;
    max-width: 1170px;
}
.header-main .slider .flex-direction-nav {
    position: absolute;
    width: 70px;
    bottom: 15%;
    left: 60px;
    z-index: 2;
}
.header-main .slider .flex-direction-nav li {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
}
.header-main .slider .flex-direction-nav a {
    position: static;
    opacity: 1;
    margin: 0;
    overflow: hidden;
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.header-main .slider .flex-direction-nav a:hover {
    background-color: rgba(0,0,0,0.8);
}
.header-main .slider .flex-direction-nav .flex-prev {
    background: url('images/icons/back.svg') no-repeat center;
    background-size: 15px;
}
.header-main .slider .flex-direction-nav .flex-next {
    background: url('images/icons/next.svg') no-repeat center;
    background-size: 15px;
}
.header-main .slider .metaslider .caption-wrap {
    max-width: 520px;
    background: none;
    font-size: 60px;
    top: 15%;
    left: 5%;
    font-family: OpenSansBold;
    line-height: 1.2em;
    opacity: 1;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.75);
    max-height: 180px;
}
.header-main .slider__bottom {
    padding: 5px 10px 5px 25px;
    background: #fff;
}
.header-main .slider__bottom-text {
    font-size: 18px;
    font-family: OpenSansLight;
    color: #000731;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.header-main .slider__bottom-button {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.header-main__adv-list {
    width: 75%;
    margin-left: 200px;
    margin-top: 40px;
    padding: 0;
    max-width: 1170px;
    display: flex;
    flex-wrap: wrap;
    float: left;
}
.header-main__adv-list-item {
    color: #fff;
    padding: 30px 30px 15px 30px;
    width: 31%;
}
.header-main__adv-list-item:nth-child(1) {
    text-align: center;
    background-color: #66aaff;
}
.header-main__adv-list-item:nth-child(2) {
    background-color: #ffa740;
    text-align: center;
    margin: 0 3.5%;
}
.header-main__adv-list-item:nth-child(3) {
    background-color: #00d3cb;
    text-align: center;
}
.header-main__adv-list-item-title {
    font-size: 24px;
    font-family: OpenSansBold;
}
.header-main__adv-list-item:nth-child(1) .header-main__adv-list-item-title {
    font-size: 16px;
    line-height: 1.5em;
}
.header-main__adv-list-item-text {
    font-size: 16px;
    font-family: OpenSansLight;
    margin-top: 15px;
}
.header-main__adv-list-item-link {
    display: block;
    color: #ffa740;
    font-size: 18px;
    font-family: OpenSansBold;
    padding: 15px;
    background: #9f6420;
    margin-top: 15px;
    text-transform: uppercase;
text-align:center;
}
.header-main__adv-list-item-link:hover {
    color: #ffa740;
    background: #c27a29;
}
.header-main__adv-list-item:nth-child(3) .header-main__adv-list-item-link {
    display: block;
    color: #00d3cb;
    font-size: 18px;
    font-family: OpenSansBold;
    padding: 15px;
    background: #007f76;
    margin-top: 15px;
    text-transform: uppercase;
}
.header-main__adv-list-item:nth-child(3) .header-main__adv-list-item-link:hover {
    background: #00c4b7;
}
.header-main__adv-list-item:nth-child(1) .wpcf7-form-control-wrap.your-email {
    float: left;
    width: 70%;
}
.header-main__adv-list-item-input-email {
    width: 100%;
    margin-top: 15px;
    background: #dfe3ed;
    font-size: 18px;
    font-family: OpenSansLight;
    padding: 11px;
    border: 1px solid #636773;
    border-right: none;
    color: #000;
}
.header-main__adv-list-item-input-submit {
    display: block;
    color: #66aaff;
    font-size: 18px;
    font-family: OpenSansBold;
    padding: 15px;
    background: #386eb0;
    margin-top: 15px;
    text-transform: uppercase;
    border: none;
    width: 30%;
    float: left;
}
.header-main__adv-list-item-input-submit:hover {
    background: #4982c8;
}
.header__top {
    padding: 15px 0;
}
.header__top-phone {
    font-size: 24px;
    font-family: OpenSansBold;
    float: left;
}
.header__top-city {
    float: right;
    font-size: 18px;
    font-family: OpenSansBold;
}
.header__top-city a {
    color: #000;
    margin-left: 20px;
    transition: all .3s ease;
}
.header__top-city a:hover {
    color: #66aaff;
}
.header__bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e2eb;
    border-top: 1px solid #e0e2eb;
}
.header__bottom-logo {
    display: inline-block;
    float: left;
    width: 70px;
    margin-right: 20px;
}
.header__bottom-text {
    float: left;
    font-size: 18px;
    font-family: OpenSansBold;
    text-align: left;
    line-height: 1.5em;
    margin-top: 10px;
    margin-right: 30px;
}
.header__bottom-text a {
    color: inherit;
}
.header__bottom-nav {
    float: right;
    margin-top: 20px;
}
.header__bottom-nav ul {
    list-style-type: none;
}
.header__bottom-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link,
.header__bottom-nav #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link,
.header__bottom-nav #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item > a.mega-menu-link,
.header__bottom-nav #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item > a.mega-menu-link,
.header__bottom-nav #mega-menu-wrap-max_mega_menu_5 #mega-menu-max_mega_menu_5 > li.mega-menu-item > a.mega-menu-link,
.header__bottom-nav #mega-menu-wrap-max_mega_menu_6 #mega-menu-max_mega_menu_6 > li.mega-menu-item > a.mega-menu-link {
    color: #000!important;
}
.header__bottom-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover,
.header__bottom-nav #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link:hover,
.header__bottom-nav #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item > a.mega-menu-link:hover,
.header__bottom-nav #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item > a.mega-menu-link:hover,
.header__bottom-nav #mega-menu-wrap-max_mega_menu_5 #mega-menu-max_mega_menu_5 > li.mega-menu-item > a.mega-menu-link:hover,
.header__bottom-nav #mega-menu-wrap-max_mega_menu_6 #mega-menu-max_mega_menu_6 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #66aaff!important;
}
.header__bottom-nav_mobile {
    display: none;
    position: relative;
}
.header__bottom-nav_mobile .mega-menu {
    display: none;
}
.header__bottom-nav-list-item {
    display: inline-block;
    text-transform: uppercase;
    font-family: OpenSansBold;
    font-size: 18px;
}
.header__bottom-nav-list-item a {
    color: #000731;
}
.burger {
    text-align: center;
    width: 50px;
    display: inline-block;
    background: none;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px;
    transition: all .4s ease;
}
.burger_active {
    background: #969696;
}
.burger__line {
    display: inline-block;
    width: 32px;
    height: 8px;
    margin-bottom: 4px;
    background: #969696;
    transition: all .4s ease;
}
.burger_active .burger__line {
    background: #fff;
}
.burger__line:last-child {
    margin-bottom: 0;
}
.header__top-social {
    list-style-type: none;
    display: inline;
}
.header__top-social-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.header__top-social-item a {
    display: inline-block;
}
.header__top-social-item img {
    width: 24px;
    height: 24px;
}
.header-main__top-social {
    list-style-type: none;
    display: block;
}
.header-main__top-social-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.header-main__top-social-item a {
    display: inline-block;
}
.header-main__top-social-item img {
    width: 30px;
    height: 30px;
}
.programms {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 200px;
    margin-top: 60px;
    max-width: 1170px;
    width: 75%;
}
.programms_in {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 100%;
}
.programms_in .programms__top {
    padding-left: 0;
    padding-right: 0;
}
.programms_in .programms__list {
    padding-left: 0;
    padding-right: 0;
}
.programms__top-title {
    padding-left: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    font-family: OpenSansBold;
}
.programms__top-button {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
}
.programms__list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.programms__list-item {
    padding: 0;
}
.programms__list-item_1 {
    padding-right: 14px;
}
.programms__list-item_2 {
    padding: 0 7px;
}
.programms__list-item_3 {
    padding-left: 14px;
}
.programms__list-item-block {
    padding: 20px 10px 10px 20px;
    overflow: hidden;
    position: relative;
}
.programms__list-item_1 .programms__list-item-block {
    height: 210px;
}
.programms__list-item_1 .programms__list-item-block_2 {
    background: #ffda2c;
    margin-top: 30px;
}
.programms__list-item_2 .programms__list-item-block {
    height: 100%;
    background: #ebeffc;
}
.programms__list-item_3 .programms__list-item-block {
    height: 300px;
}
.programms__list-item_3 .programms__list-item-block_1 {
    margin-bottom: 30px;
}
.programms__list-item_3 .programms__list-item-block_2 {
    background: url('images/temp/block-bg.jpg') no-repeat center;
    background-size: cover;
}
.programms__list-item_3 .programms__list-item-block_3 {
    background: #ff4362;
    color: #fff;
}
.programms__list-item_3 .programms__list-item-bottom {
    padding: 0;
}
.programms__list-item_3 .programms__list-item-bottom > div:nth-child(1) {
    padding-left: 0;
    padding-right: 10px;
}
.programms__list-item_3 .programms__list-item-bottom > div:nth-child(2) {
    padding-left: 10px;
    padding-right: 0;
}
.programms__list-item-block-title {
    font-family: OpenSansBold;
    font-size: 24px;
}
.programms__list-item-block-text {
    font-size: 16px;
    font-family: OpenSansLight;
    line-height: 1.4em;
    margin-top: 15px;
}
.programms__list-item-block-text p {
    margin-bottom: 20px;
}
.programms__list-item-block-text a {
    color: inherit;
    text-decoration: underline;
}
.programms__list-item-block-text a:hover {
    text-decoration: none;
}
.programms__list-item-block-price {
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-family: OpenSansSemiBold;
    color: #73afff;
}
.programms__list-item-block-price a {
    color: inherit;
}
.programms__list-item-block-button {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 10px;
    padding: 20px 10px;
    font-family: OpenSansBoldItalic;
    border: 2px solid #66aaff;
    color: #000;
    transition: all .3s ease;
}
.programms__list-item-block-button:hover {
    color: #fff;
    background: #66aaff;
    border: 2px solid #66aaff!important;
}
.programms__list-item_3 .programms__list-item-block_3 .programms__list-item-block-price {
    color: #fff;
}
.programms__list-item_3 .programms__list-item-block_3 .programms__list-item-block-button {
    border: 2px solid #fff;
    color: #fff;
}
.adv-list-wrapper {
    background: #66aaff;
    margin-top: 60px;
    padding: 80px 0;
}
.adv-list {
    margin-left: 200px;
    max-width: 1170px;
    width: 75%;
    list-style-type: none;
    overflow: hidden;
}
.adv-list__item {
    text-align: center;
    color: #fff;
}
.adv-list__item-icon {
    max-width: 100%;
}
.adv-list__item-title {
    font-family: OpenSansBold;
    font-size: 24px;
    margin-top: 10px;
}
.adv-list__item-text {
    font-family: OpenSansLight;
    font-size: 16px;
    margin-top: 25px;
    line-height: 1.4em;
}
.events-wrapper {
    background: #f0f1f5;
    padding-bottom: 50px;
}
.events {
    margin-left: 200px;
    max-width: 1170px;
    width: 75%;
    overflow: hidden;
}
.events__title {
    font-size: 36px;
    font-family: OpenSansBold;
    padding: 50px 0;
    text-align: center;
}
.events__list {
    list-style-type: none;
}
.events__list-item {
    background: #fff;
    position: relative;
    padding-left: 25%;
    margin-bottom: 20px;
}
.events__list-item-image {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    width: 25%;
    vertical-align: middle;
}
.events__list-item-center {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    padding: 0 25px 15px 25px;
    border-right: 2px dashed #f0f1f5;
}
.events__list-item-title {
    font-size: 24px;
    font-family: OpenSansBold;
    margin-top: 15px;
}
.events__list-item-right {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 0 15px;
    text-align: center;
    overflow: hidden;
}
.events__list-item-desc {
    font-size: 16px;
    font-family: OpenSansLight;
    line-height: 1.4em;
    margin-top: 15px;
}
.events__list-item-date {
    font-size: 16px;
    font-family: OpenSansLight;
    margin-top: 20px;
}
.events__list-item-date .text {
    font-family: OpenSansSemiBold;
    color: #bebebe;
}
.events__list-item-price {
    font-size: 24px;
    font-family: OpenSansBold;
    color: #6badff;
    text-transform: uppercase;
}
.events__list-item-button {
    padding: 20px 10px;
    font-family: OpenSansBoldItalic;
    border: 2px solid #66aaff;
    color: #000;
    transition: all .3s ease;
    display: inline-block;
    margin-top: 60px;
}
.events__list-item-button:hover {
    background: #66aaff;
    color: #fff;
}
.events__button {
    float: right;
    display: inline-block;
    width: auto;
}
.subscribe {
    margin-left: 200px;
    max-width: 1170px;
    width: 75%;
    overflow: hidden;
}
.subscribe__text-title {
    font-size: 30px;
    font-family: OpenSansBold;
}
.subscribe__text-main {
    font-size: 16px;
    font-family: OpenSansLight;
    margin-top: 20px;
    line-height: 1.4em;
}
.page-title {
    max-width: 1170px;
    margin: 30px auto 0 auto;
    font-size: 48px;
    font-family: OpenSansBold;
}
.breadcrumbs {
    max-width: 1170px;
    margin: 20px auto 0 auto;
    color: #929292;
    font-size: 14px;
    font-family: OpenSansLight;
    line-height: 1.4em;
}
.breadcrumbs a {
    color: inherit;
    text-decoration: underline;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.breadcrumbs a:hover {
    text-decoration: none;
}
.story-list {
    max-width: 1170px;
    margin: 30px auto 0 auto;
    list-style-type: none;
    padding: 0;
}
.story-list__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    float: none;
}
.story-list__item-image img {
    width: 100%;
}
.story-list__item-year {
    font-family: OpenSansBold;
    font-size: 18px;
    margin-top: 15px;
    text-align: left;
}
.story-list__item-text {
    font-family: OpenSansLight;
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.4em;
    text-align: left;
}
.add-info {
    background: #2aacff;
    padding: 30px 0;
}
.add-info__title {
    font-size: 24px;
    font-family: OpenSansBold;
    max-width: 1170px;
    margin: auto;
    text-align: center;
    color: #fff;
}
.add-info__list {
    list-style-type: none;
    max-width: 1170px;
    margin: 30px auto 0 auto;
}
.add-info__list-item {
    text-align: center;
}
.add-info__list-item i {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}
.add-info__list-item a, .add-info__list-item .press {
    font-family: OpenSansBold;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}
.teacher-icon {
    background: url('images/icons/teacher.svg') no-repeat center;
    background-size: cover;
}
.student-icon {
    background: url('images/icons/graduate-student-avatar.svg') no-repeat center;
    background-size: cover;
}
.medal-icon {
    background: url('images/icons/medal.svg') no-repeat center;
    background-size: cover;
}
.book-icon {
    background: url('images/icons/open-book.svg') no-repeat center;
    background-size: cover;
}
.edit-icon {
    background: url('images/icons/edit.svg') no-repeat center;
    background-size: cover;
}
.browser-icon {
    background: url('images/icons/browser.svg') no-repeat center;
    background-size: cover;
}
.classroom-icon {
    background: url('images/icons/classroom.svg') no-repeat center;
    background-size: cover;
}
.world-wide-screen-icon {
    background: url('images/icons/world-wide-screen.svg') no-repeat center;
    background-size: cover;
}
.press-list {
    max-width: 1170px;
    margin: 30px auto 30px auto;
    list-style-type: none;
}
.press-list__item {
    background: #f2f2f2;
    padding: 25px;
    margin-bottom: 10px;
    text-align: justify;
    overflow: hidden;
}
.press-list__item-left {
    padding-left: 0;
}
.press-list__item-right {
    margin-top: 13px;
    padding-right: 0;
}
.press-list__item-title {
    font-size: 18px;
    font-family: OpenSansBold;
}
.press-list__item-public {
    font-size: 18px;
    font-family: OpenSansLight;
    margin-top: 5px;
}
.press-list__item-link {
    padding: 10px;
    font-family: OpenSansBoldItalic;
    border: 2px solid #66aaff;
    color: #000;
    transition: all .3s ease;
}
.press-list__item-link:hover {
    color: #fff;
    background: #66aaff;
    border: 2px solid #66aaff!important;
}
.programms-block {
    margin-top: 30px;
    padding: 30px 0;
}
.programms-block_ch {
    background: #66aaff;
}
.programms-block_all {
    background: #00d3cb;
}
.programms-block__title {
    max-width: 1170px;
    margin: auto;
    font-size: 24px;
    font-family: OpenSansBold;
}
.programms-block__list {
    margin: 30px auto 0 auto;
    max-width: 1170px;
    list-style-type: none;
}
.programms-block__list-item {
    background: #fff;
    position: relative;
    margin-bottom: 20px;
}
.programms-block__list-item-center {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px 30px 25px;
    border-right: 2px dashed #f0f1f5;
    min-height: 150px;
    width: 75%;
}
.programms-block__list-item-title {
    font-size: 24px;
    font-family: OpenSansBold;
    margin-top: 15px;
}
.programms-block__list-item-desc {
    font-size: 16px;
    font-family: OpenSansLight;
    line-height: 1.4em;
    margin-top: 15px;
}
.programms-block__list-item-desc b {
    font-family: OpenSansBold;
}
.programms-block__list-item-right {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 0 15px;
    text-align: center;
    overflow: hidden;
}
.programms-block__list-item-button {
    padding: 20px 10px;
    font-family: OpenSansBoldItalic;
    border: 2px solid #66aaff;
    color: #000;
    transition: all .3s ease;
    display: inline-block;
}
.programms-block__list-item-button:hover {
    background: #66aaff;
    color: #fff;
}
.press {
    max-width: 1170px;
    margin: 30px auto 0 auto;
    font-size: 18px;
}
.press__public {
    font-family: OpenSansBold;
}
.press__text {
    margin-top: 20px;
    font-family: OpenSansLight;
    line-height: 1.4em;
}
.press__text p {
    margin-bottom: 20px;
}
.press__text h2 {
    font-family: OpenSansBold;
    margin-bottom: 20px;
}
.manuals-list {
    max-width: 1170px;
    margin: 30px auto 50px auto;
    list-style-type: none;
}
.manuals-list__item {
    background: #f2f2f2;
    padding: 10px 25px 10px 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.manuals-list__item img {
    float: left;
    margin-right: 20px;
}
.manuals-list__item-title {
    font-size: 18px;
    font-family: OpenSansBold;
    margin: 10px 0;
}
.manuals-list__item-desc {
    font-size: 16px;
    font-family: OpenSansLight;
    line-height: 1.4em;
}
.teachers-list {
    max-width: 1170px;
    margin: 30px auto 0 auto;
    list-style-type: none;
}
.teachers-list__item {
    position: relative;
    padding-left: 120px;
    margin-bottom: 50px;
    min-height: 100px;
}
.teachers-list__item img {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
}
.teachers-list__item-text {
    line-height: 1.4em;
    font-size: 18px;
    font-family: OpenSansLight;
}
.teachers-list__item-text-title {
    font-family: OpenSansBold;
    line-height: 1.4em;
}
.fr-text {
    max-width: 1170px;
    margin: 30px auto 50px auto;
    font-family: OpenSansLight;
    font-size: 18px;
    line-height: 1.4em;
}
.fr-text p {
    margin-bottom: 20px;
}
.st-text {
    max-width: 1170px;
    margin: 30px auto 50px auto;
    font-family: OpenSansLight;
    font-size: 18px;
    line-height: 1.4em;
}
.st-text__title {
    font-family: OpenSansBold;
    font-size: 36px;
    margin-bottom: 20px;
    display: block!important;
}
.st-text__phone {
    font-size: 24px;
    font-family: OpenSansBold;
}
.st-text p {
    margin-bottom: 20px;
}
.st-text h2 {
    font-family: OpenSansBold;
    display: inline;
}
.st-text strong, .st-text b {
    font-family: OpenSansBold;
}
.st-text img {
    width: 100%;
    height: auto;
}
.st-text ul {
    list-style-position: inside;
}
.price {
    max-width: 1170px;
    margin: auto;
}
.price_2 {
    margin-top: 50px;
}
.price__title {
    font-size: 36px;
    font-family: OpenSansBold;
}
.price__table-wrapper {
    overflow: auto;
}
.price__table {
    margin-top: 40px;
    background: #f1f1f1;
    font-size: 18px;
    font-family: OpenSansLight;
    width: 100%;
    min-width: 1000px;
}
.price__table td {
    border: 2px solid #fff;
    padding: 15px 25px;
    text-align: center;
    vertical-align: middle;
}
.price__table th {
    border: 2px solid #fff;
    padding: 15px 25px;
    text-align: center;
    vertical-align: middle;
    font-family: OpenSansBold;
}
.price__button {
    padding: 10px 5px 10px 15px;
    background: none;
    display: inline-block;
    margin-top: 30px;
    font-family: OpenSansSemiBold;
    position: relative;
    background: #fff600;
}
.price__button:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border-top: 23px solid transparent;
    border-left: 20px solid #fff600;
    border-bottom: 23px solid transparent;
}
.price__button:hover {
    cursor: pointer;
    background: #dad537;
}
.price__button:hover:after {
    border-top: 23px solid transparent;
    border-left: 20px solid #dad537;
    border-bottom: 23px solid transparent;
}
.price-area {
    margin: 50px auto;
    max-width: 1170px
}
.price-area_top {
    margin-top: 20px;
    margin-bottom: 20px;
}
.price-area__link {
    font-size: 18px;
    font-family: OpenSansBold;
    color: #0596da;
    text-decoration: underline;
    margin-top: 20px;
}
.price-area__link:hover {
    text-decoration: none;
}
.price-area__types {
    font-size: 24px;
    font-family: OpenSansBold;
    margin-top: 30px;
    margin-bottom: 30px;
}
.price-area__button {
    background: #fdc008;
    font-family: OpenSansBold;
    font-size: 20px;
    padding: 20px 40px;
}
.price-area__button:hover {
    background: #e0a800;
}
.modal-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: #000;
    z-index: 90;
}
.b-modal {
    z-index: 100;
    width: 350px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 25px 30px;
    display: none;
}
input.b-input {
    background: #f5f5f5;
    color: #5c5c5c;
    display: block;
    padding: 8px 8px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    outline: 0;
    transition: all 0.4s ease-out;
    font-family: OpenSansLight;
    margin-top: 3px;
}
.b-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    color: #000;
    font-size: 25px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #ffec6a;
    height: 30px;
    cursor:pointer;
}
.b-label {
    display: block;
    color: #101010;
    font-size: 13px;
    margin-top: 10px;
    font-family: OpenSansBold;
}
.b-label span {
    color: #b41b1e;
}
input[name="paymentType"] {
    margin: 3px;
}
.b-modal-title {
    text-align: center;
    color: #101010;
    font-size: 14px;
    text-transform: uppercase;
}
.button_form {
    width: 100% !important;
}
.button_ya_kassa {
    background: #9accda;
    padding: 8px 18px;
    font-size: 12px;
    color: #00323d;
    line-height: 18px;
    font-family: OpenSansBold;
    cursor: pointer;
}
.timetable {
    max-width: 1170px;
    margin: 30px auto;
}
.timetable__title {
    font-size: 36px;
    font-family: OpenSansBold;
    margin-bottom: 20px;
}
.timetable__item {
    overflow: auto;
}
.timetable__item:not(:last-child) {
    margin-bottom: 60px;
}
.timetable__item-title {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    background: #00d4cc;
    font-family: OpenSansBold;
    margin-bottom: 10px;
}
.timetable__item-content table {
    width: 100%!important;
    overflow: scroll;
    font-size: 16px;
    background: #f1f1f1;
}
.timetable__item-content table td {
    border: 2px solid #fff;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    font-family: OpenSansLight;
    width: auto!important;
}
.timetable__item-content table tr:first-child td {
    font-family: OpenSansBold;
}
.timetable__item-content table tr td[colspan="9"], .timetable__item-content table tr td[colspan="8"] {
    background: #f2f2f2;
    font-family: OpenSansBold;
    text-align: left;
    color: #000;
}
.branches-list {
    max-width: 1170px;
    margin: 30px auto 0 auto;
    list-style-type: none;
    overflow: hidden;
    clear: both;
}
.branches-list__item {
    display: inline-block;
    width: 47%;
    margin-bottom: 30px;
    position: relative;
    padding-left: 50px;
    vertical-align: top;
}
.branches-list__item:before {
    content: "";
    width: 35px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("images/icons/placeholder.svg") no-repeat center;
    background-size: cover;
}
.branches-list__item:nth-child(odd) {
    margin-right: 3%;
}
.branches-list__item:nth-child(even) {
    margin-left: 3%;
}
.branches-list__item-title {
    font-family: OpenSansBold;
    font-size: 30px;
}
.branches-list__item-text {
    font-family: OpenSansLight;
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.4em;
}
.affiliate {
    max-width: 1170px;
    margin: 30px auto;
}
.affiliate__title {
    font-size: 36px;
    font-family: OpenSansBold;
}
.affiliate__annot {
    margin-top: 20px;
    font-size: 18px;
    font-family: OpenSansBold;
}
.affiliate__text {
    font-size: 18px;
    font-family: OpenSansLight;
    margin-top: 20px;
    line-height: 1.4em;
}
.affiliate__text ul {
    list-style-position: inside;
    margin-bottom: 10px;
}
.affiliate__text p {
    margin-bottom: 10px;
}
.affiliate__link {
    color: #000;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    font-family: OpenSansBold;
    padding: 10px 20px;
    background: #ededed;
    text-transform: uppercase;
}
.affiliate__link:hover {
    background: #d2d2d2;
}
.top-line {
    background: #66aaff;
    padding: 10px 0;
}
.top-line__text {
    font-size: 18px;
    color: #fff;
    font-family: OpenSansLightItalic;
    margin: auto;
}
.contacts {
    max-width: 1170px;
    margin: 30px auto 50px auto;
}
.contacts__left {
    padding-right: 60px;
    padding-left: 0;
}
.contacts__right {
    padding-left: 60px;
    padding-right: 0;
}
.contacts__top-text {
    font-family: OpenSansBold;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.contacts__item {
    margin-top: 20px;
    line-height: 1.3em;
    font-size: 18px;
}
.contacts__item-title {
    font-family: OpenSansBold;
}
.contacts__item-desc {
    font-family: OpenSansLight;
}
.contacts__item-desc a {
    color: inherit;
}
.contacts__item-desc a:hover {
    text-decoration: underline;
}
.contacts__form form {
    max-width: 350px;
}
.contacts__form-field {
    margin-bottom: 15px;
}
.contacts__form-field input, .contacts__form-field textarea {
    width: 100%;
    border: 1px solid #646772;
    color: #051033;
    padding: 20px;
    font-family: OpenSansLight;
    background: #dfe2ec;
    font-size: 18px;
}
.contacts__form-field textarea {
    resize: none;
}
.contacts__form-button input {
    width: 100%;
    background: #2460ac;
    color: #fff;
    font-size: 18px;
    font-family: OpenSansBold;
    padding: 15px;
    text-transform: uppercase;
    border: none;
}
.contacts__form-button input:hover {
    background: #3a80d8;
}
.news {
    max-width: 1170px;
    margin: 30px auto;
}
.news__left {
    padding-left: 0;
}
.news__right {
    padding-right: 0;
}
.news__top {
    font-size: 24px;
    font-family: OpenSansBold;
}
.news__list {
    list-style-type: none;
}
.news__list-item {
    margin-bottom: 30px;
}
.news__list-item-title {
    font-family: OpenSansBold;
    font-size: 36px;
    line-height: 1.2em;
}
.news__list-item img {
    display: block;
    margin-top: 15px;
    width: 100%;
}
.news__list-item-desc {
    font-family: OpenSansLight;
    font-size: 18px;
    margin-top: 15px;
}
.news__list-item-link {
    padding: 10px;
    font-family: OpenSansBoldItalic;
    border: 2px solid #66aaff;
    color: #000;
    transition: all .3s ease;
    display: inline-block;
    margin-top: 15px;
}
.news__list-item-link:hover {
    color: #fff;
    background: #66aaff;
    border: 2px solid #66aaff!important;
}
.news__list_latest .news__list-item-link {
    padding: 0;
    font-family: OpenSansBold;
    border: none;
    font-size: 16px;
    line-height: 1.2em;
}
.news__list_latest .news__list-item-link:hover {
    color: #66aaff;
    background: none;
    border: none!important;
}
.news__block-img {
    width: 100%;
}
.news__block-text {
    font-family: OpenSansLight;
    font-size: 18px;
    line-height: 1.4em;
    margin-top: 15px;
}
.news__block-text p {
    margin-bottom: 20px;
}
.programm-description {
    max-width: 1170px;
    margin: 30px auto;
    font-family: OpenSansLight;
    font-size: 18px;
    line-height: 1.3em;
}
.programm-description p {
    margin-top: 10px;
}
.programm-description strong {
    font-family: OpenSansBold;
}
.programm-description h2 {
    font-family: OpenSansBold;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.audio-dnl {
    background: #66aaff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.audio-dnl__text {
    font-size: 24px;
    font-family: OpenSansBold;
    color: #fff;
    text-align: center;
}
.audio-dnl__form {
    max-width: 700px;
    margin: 40px auto 0 auto;
    overflow: hidden;
}
.audio-dnl__form-input {
    height: 40px;
    width: 65%;
    margin-right: 2%;
    border: none;
    padding: 10px;
    float: left;
}
.audio-dnl__form-button {
    background: #2460ac;
    border: none;
    height: 40px;
    color: #fff;
    font-size: 18px;
    font-family: OpenSansBold;
    width: 33%;
    padding: 0;
    float: left;
}
.audio-dnl__form-button:hover {
    background: #3382e7;
}
.audio-dnl__error {
    max-width: 700px;
    margin: 20px auto 0 auto;
    color: red;
    font-family: OpenSansBold;
}
.audio-list {
    max-width: 1170px;
    margin: 30px auto;
    list-style-type: none;
}
.audio-list__item {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: OpenSansBold;
}
.test-page__text {
    line-height: 1.4em;
    font-family: OpenSansLight;
    font-size: 18px;
    max-width: 1170px;
    margin: 30px auto;
}
.test-page__text p {
    margin-bottom: 20px;
}
.table-result-wrapper {
    overflow: auto;
}
.test-area {
    background: #66aaff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.test-area__text {
    font-size: 24px;
    font-family: OpenSansBold;
    color: #fff;
    text-align: center;
}
.test-area__form {
    max-width: 700px;
    margin: 40px auto 0 auto;
    overflow: hidden;
}
.test-area__form-input {
    height: 40px;
    width: 65%;
    margin-right: 2%;
    border: none;
    padding: 10px;
    float: left;
}
.test-area__form-button {
    background: #2460ac;
    border: none;
    height: 40px;
    color: #fff;
    font-size: 18px;
    font-family: OpenSansBold;
    width: 33%;
    padding: 0;
    float: left;
}
.test-area__form-button:hover {
    background: #3382e7;
}
.test-page__text {
    overflow: hidden;
}
.test-page__text-title {
    font-size: 30px;
    font-family: OpenSansBold;
}
.test-page__text-button {
    background: #2460ac;
    border: none;
    height: 40px;
    width: 220px;
    color: #fff;
    font-size: 18px;
    font-family: OpenSansBold;
    float: left;
    margin-right: 10px;
}
.test-page__text-button:hover {
    background: #3382e7;
}
#clock {
    float: left;
}
#clock input[name="rtime"] {
    background: #f6f6f6;
    text-align: center;
    font-family: OpenSansLight;
    font-size: 18px;
    border: 1px solid #e7e7e7;
    width: 220px;
    height: 40px;
}
#que .q-title {
    font-family: OpenSansBold;
    margin-bottom: 10px;
}
#que input[type="radio"] {
    display: none;
}
#que input[type="radio"]:checked + label:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #000;
    border: 3px solid #f1f1f1;
}
#que .label-icon {
    position: relative;
    padding-left: 25px;
}
#que .label-icon:hover {
    cursor: pointer;
}
#que .label-icon:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #f1f1f1;
}
#ans table td {
    border: 2px solid #fff;
    padding: 15px 25px;
    text-align: center;
    vertical-align: middle;
    background: #f1f1f1;
}
#ans table th {
    border: 2px solid #fff;
    padding: 15px 25px;
    text-align: center;
    vertical-align: middle;
    font-family: OpenSansBold;
    background: #f1f1f1;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle,
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle,
#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle,
#mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle,
#mega-menu-wrap-max_mega_menu_5 .mega-menu-toggle,
#mega-menu-wrap-max_mega_menu_6 .mega-menu-toggle {
    display: none!important;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1,
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle + #mega-menu-max_mega_menu_2,
#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle + #mega-menu-max_mega_menu_3,
#mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle + #mega-menu-max_mega_menu_4,
#mega-menu-wrap-max_mega_menu_5 .mega-menu-toggle + #mega-menu-max_mega_menu_5,
#mega-menu-wrap-max_mega_menu_6 .mega-menu-toggle + #mega-menu-max_mega_menu_6 {
    display: block!important;
}
.bottom-text {
    max-width: 1170px;
    margin: auto;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: none;
}
.bottom-text__item {
    font-size: 14px;
    line-height: 1.4em;
    padding-top: 5px;
}
.bottom-text__item:nth-child(2) {
    background: #f0f1f5;
}
.bottom-text__item h2 {
    font-family: OpenSansBold;
    margin-bottom: 20px;
    font-size: 18px;
}
.bottom-text__item p {
    font-family: OpenSansLight;
    margin-bottom: 20px;
}
.bottom-text__item strong {
    font-family: OpenSansBold;
}
.auth {
    padding-top: 40px;
    padding-bottom: 20px;
    border-top: 1px solid #f0f1f5;
    border-bottom: 1px solid #f0f1f5;
    max-width: 1170px;
    margin: auto;
}
.auth__title {
    font-size: 30px;
    font-family: OpenSansBold;
}
.auth__list {
    list-style-position: inside;
    color: #89898d;
    font-size: 16px;
    font-family: OpenSansLight;
    line-height: 1.4em;
    margin-top: 30px;
}
.auth__right {
    background: #f4f5fa;
    padding: 20px;
}
.auth__form {
    max-width: 350px;
    margin: auto;
    text-align: right;
}
.auth__form-link {
    font-size: 14px;
    font-family: OpenSansLight;
    color: #616476;
    text-decoration: underline;
}
.auth__form .tx {
    width: 100%;
    margin-top: 15px;
    background: #dfe3ed;
    font-size: 18px;
    font-family: OpenSansLight;
    padding: 15px;
    border: 1px solid #636773;
}
.auth__form .btn {
    font-size: 18px;
    font-family: OpenSansBoldItalic;
    color: #fff;
    padding: 15px 0;
    background: #000731;
    display: block;
    width: 160px;
    transition: all .3s ease;
    border: 1px solid #000731;
    margin: 30px auto 0 auto;
    border-radius: 0;
}
.auth__form .btn:hover {
    background: #fff;
    color: #000731;
}
.req {
    max-width: 1170px;
    margin: 30px auto;
}
.req span.wpcf7-not-valid-tip {
    margin-top: 5px;
}
.req .wpcf7-form-control-wrap.courses .wpcf7-list-item {
    display: block;
}
.req__field-name {
    font-size: 18px;
    font-family: OpenSansLight;
    margin-bottom: 10px;
}
.req__field-name b {
    font-family: OpenSansBold;
}
.req__field {
    margin-bottom: 20px;
}
.req__field input[type="text"], .req__field input[type="email"], .req__field textarea {
    background: #dfe3ed;
    font-size: 18px;
    font-family: OpenSansLight;
    padding: 15px;
    border: 1px solid #636773;
    min-width: 300px;
}
.req__field select {
    height: 56px;
    min-width: 300px;
}
.req input[type="submit"] {
    font-size: 18px;
    font-family: OpenSansBoldItalic;
    color: #fff;
    padding: 15px 0;
    background: #000731;
    width: 160px;
    transition: all .3s ease;
    border: 1px solid #000731;
    margin: 30px auto 0 auto;
    border-radius: 0;
}
.req input[type="submit"]:hover {
    background: #fff;
    color: #000731;
}
.dod-main {
    background: #66ceff;
    padding: 50px 10px;
    text-align: center;
    position: relative;
}
.dod-top-wrapper {
    background: #fff;
    padding: 10px;
}
.dod-top {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}
.dod-top__left {
    float: left;
}
.dod-top__logo {
    display: inline-block;
    vertical-align: middle;
}
.dod-top__text {
    display: inline-block;
    color: inherit;
    vertical-align: middle;
    font-size: 18px;
    font-family: OpenSansBold;
    margin-left: 30px;
    line-height: 1.5em;
}
.dod-top__right {
    float: right;
    font-size: 24px;
    font-family: OpenSansBold;
    margin-top: 20px;
}
.dod-top-social {
    list-style-type: none;
    display: inline;
    margin-left: 40px;
}
.dod-top-social__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.dod-top-social__item a {
    display: inline-block;
}
.dod-top-social__item img {
    width: 24px;
    height: 24px;
}
.dod-main__title {
    max-width: 1200px;
    font-family: OpenSansRegular;
    font-size: 48px;
    line-height: 1.3em;
    margin: auto;
}
.dod-main__add {
    margin-top: 40px;
    font-family: OpenSansLight;
    font-size: 20px;
}
.dod-main__list {
    overflow: hidden;
    list-style-type: none;
    margin: 50px auto 0 auto;
    max-width: 1200px;
}
.dod-main__list-item {
    width: 50%;
    font-size: 20px;
    font-family: OpenSansLight;
    line-height: 1.3em;
}
.dod-main__list-item img {
    max-width: 588px;
    margin-top: 20px;
    width: 100%;
}
.dod-main__list-item i {
    display: inline-block;
    width: 70px;
    margin-bottom: 20px;
    height: 70px;
}
.dod-main__list-item b {
    font-family: OpenSansSemibold;
}
.calendar-icon {
    background: url('images/icons/dod_calendar.png') no-repeat center;
    background-size: cover;
}
.placeholder-icon {
    background: url('images/icons/dod_placeholder.png') no-repeat center;
    background-size: cover;
}
.dod-main__list-item:first-child {
    float: left;
}
.dod-main__list-item:last-child {
    float: right;
}
.dod-main__button {
    display: inline-block;
    font-size: 20px;
    font-family: OpenSansSemibold;
    padding: 20px 50px;
    background: #ffea00;
    margin: 30px;
    border-radius: 64px;
    color: #000;
}
.dod-main__button:hover {
    background: #e0cf11;
    color: #000;
}
.dod-about {
    padding: 60px 10px;
    text-align: center;
}
.dod-about__title {
    font-size: 40px;
    font-family: OpenSansBold;
}
.dod-about__text {
    margin: 30px auto 0 auto;
    font-size: 20px;
    font-family: OpenSansLight;
    line-height: 1.3em;
    max-width: 1200px;
}
.dod-result {
    background: #a5dcf5;
    padding: 60px 10px;
    text-align: center;
}
.dod-result__title {
    max-width: 1200px;
    margin: auto;
    font-family: OpenSansBold;
    line-height: 1.2em;
    font-size: 40px;
}
.dod-result__list {
    list-style-type: none;
    margin: 40px auto 0 auto;
    max-width: 700px;
}
.dod-result__list-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 75px;
    min-height: 60px;
    text-align: left;
}
.dod-result__list-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 53px;
    background: url('images/icons/dod_mark.png') no-repeat center;
    background-size: cover;
}
.dod-result__list-item-title {
    font-family: OpenSansSemibold;
    font-size: 20px;
}
.dod-result__list-item-text {
    font-size: 18px;
    margin-top: 20px;
    font-family: OpenSansLight;
    line-height: 1.3em;
}
.dod-what {
    text-align: center;
    padding: 60px 10px;
}
.dod-what__title {
    font-size: 40px;
    font-family: OpenSansBold;
    max-width: 1200px;
    margin: auto;
    line-height: 1.2em;
}
.dod-what__text {
    font-family: OpenSansLight;
    font-size: 20px;
    line-height: 1.3em;
    max-width: 1200px;
    margin: 50px auto 0 auto;
}
.dod-what__list {
    list-style-type: none;
    margin: 50px auto 0 auto;
    max-width: 1200px;
    overflow: hidden;
}
.dod-what__list-item {
    float: left;
    width: 33.3%;
    font-family: OpenSansLight;
    font-size: 20px;
    line-height: 1.3em;
}
.dod-what__list-item i {
    height: 110px;
    width: 110px;
    display: inline-block;
    margin-bottom: 20px;
}
.dod-what__list-item b {
    font-family: OpenSansSemibold;
}
.dod-what__button {
    border: 4px solid #f8d304;
    padding: 20px 50px;
    border-radius: 64px;
    font-family: OpenSansSemibold;
    font-size: 20px;
    display: inline-block;
    margin-top: 60px;
    color: #000;
}
.dod-what__button:hover {
    background: #f8d304;
    color: #000;
}
.dod-address {
    padding: 80px 10px;
    text-align: center;
}
.dod-address__title {
    font-size: 40px;
    font-family: OpenSansBold;
    line-height: 1.3em;
    max-width: 1200px;
    margin: auto;
}
.dod-address__text {
    font-size: 20px;
    font-family: OpenSansLight;
    margin-top: 30px;
}
.dod-form {
    background: #a5dcf5;
    padding: 60px 10px;
    text-align: center;
}
.dod-form__title {
    font-family: OpenSansBold;
    font-size: 40px;
    line-height: 1.3em;
    max-width: 700px;
    margin: auto;
}
.dod-form__date {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    font-family: OpenSansLight;
}
.dod-form form {
    overflow: hidden;
    max-width: 700px;
    margin: auto;
}
.dod-form__field {
    width: 48%;
    margin: 0 1%;
    float: left;
}
.dod-form__field input {
    font-family: OpenSansLight;
    font-size: 20px;
    background: none;
    border: none;
    border-bottom: 3px solid #74a8bf;
    padding: 0 0 10px 0;
    width: 100%;
}
.dod-form__button {
    margin-top: 40px;
}
.dod-form__button .ajax-loader {
    display: nonel
}
.dod-form__button input {
    display: inline-block;
    font-size: 20px;
    font-family: OpenSansSemibold;
    padding: 20px 50px;
    background: #ffea00;
    margin-top: 50px;
    border-radius: 64px;
    color: #000;
    border: none;
}
.dod-form__button input:hover {
    background: #e0cf11;
    color: #000;
}
.timer-icon {
    background: url('images/icons/dod_timer.png') no-repeat center;
    background-size: contain;
}
.reward-icon {
    background: url('images/icons/dod_reward.png') no-repeat center;
    background-size: contain;
}
.pat-icon {
    background: url('images/icons/dod_pat.png') no-repeat center;
    background-size: contain;
}
.dod-phone {
    background: #66ceff;
    padding: 60px 10px;
    text-align: center;
    color: #fff;
}
.dod-phone__title {
    font-family: OpenSansLight;
    font-size: 20px;
}
.dod-phone__text {
    font-family: OpenSansRegular;
    font-size: 48px;
    margin-top: 30px;
}
.dod-pics {
    list-style-type: none;
    overflow: hidden;
    letter-spacing: -.36em;
    line-height: 0;
}
.dod-pics__item {
    display: inline-block;
    width: 29.16%;
    letter-spacing: normal;
}
.dod-pics__item:first-child {
    width: 12.5%;
}
.dod-pics__item:last-child {
    width: 12.5%;
}
.clients-block {
    background: #fff;
    padding: 20px;
}
.clients-block__title {
    text-align: center;
    font-size: 36px;
    font-family: OpenSansBold;
}
.clients-block__list {
    list-style-type: none;
    overflow: hidden;
    margin-top: 30px;
}
.clients-block__list-item {
    float: left;
    text-align: center;
}
.clients-block__list-item img {
    max-width: 100%;
}
.clients-block__list-item-title {
    font-size: 16px;
    font-family: OpenSansLight;
    color: #000731;
    margin-top: 10px;
}
.clients-block__list_type_1 .clients-block__list-item {
    width: 23%;
    margin-right: 2.666%;
}
.clients-block__list_type_1 .clients-block__list-item:last-child {
    margin-right: 0;
}
.clients-block__list_type_2 .clients-block__list-item {
    width: 13%;
    margin-right: 0.75%;
}
.clients-block__list_type_2 .clients-block__list-item:last-child {
    margin-right: 0;
}
.links-list {
    list-style-type: none;
    margin-top: 10px;
}
.links-list li {
    margin-bottom: 10px;
}
.footer-wrapper {
    background: url('images/temp/footer-bg.jpg') no-repeat center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 10px;
}
.footer {
    margin-left: 200px;
    max-width: 1170px;
    width: 75%;
    overflow: hidden;
}
.footer > div:first-child {
    padding-left: 0;
}
.footer > div:last-child {
    padding-right: 0;
}
.footer__phone-icon {
    width: 20px;
    height: 20px;
}
.footer__phone {
    color: #fff;
    font-family: OpenSansBold;
    font-size: 24px;
    margin-top: 20px;
}
.footer__phone-text {
    color: #fff;
    font-family: OpenSansLightItalic;
    font-size: 14px;
    margin-top: 10px;
}
.footer__center {
    text-align: center;
}
.footer__logo {
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
}
.footer__logo img {
    max-width: 120px;
    display: block;
}
.footer__nav {
    margin-top: 20px;
}
.footer__nav-list {
    list-style-type: none;
}
.footer__nav-list li {
    font-family: OpenSansBold;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
.footer__nav-list li a {
    color: #fff;
    transition: all .3s ease;
}
.footer__nav-list li a:hover {
    color: #66aaff!important;
}
.footer__social {
    list-style-type: none;
    margin-top: 30px;
}
.footer__social-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
.footer__social-item a {
    display: inline-block;
}
.footer__social-item img {
    width: 30px;
    height: 30px;
}
.footer__copy {
    color: #8e91a1;
    font-family: OpenSansSemiBold;
    margin-top: 30px;
    max-width: 1170px;
    text-align: center;
}
.footer__info {
    font-size: 16px;
    color: #fff;
    font-family: OpenSansLight;
    margin-bottom: 20px;
    line-height: 1.4em;
}
.footer__info a {
    text-decoration: underline;
    color: inherit;
}
.footer__info-title {
    font-family: OpenSansSemiBold;
}
@media (min-width: 1571px) {
    .programms {
        margin-left: auto;
        margin-right: auto;
    }
    .programms__top {
        padding-left: 0;
        padding-right: 0;
    }
    .adv-list {
        margin-left: auto;
        margin-right: auto;
    }
    .events {
        margin-left: auto;
        margin-right: auto;
    }
    .footer {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1570px) {
    .header-main .slider {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
        float: none;
    }
    .header-main__area-logo {
        position: absolute;
        left: 15px;
        top: 0;
        width: 100px;
    }
    .header-main__area-nav {
        float: none;
        text-align: right;
    }
    .header-main__area-nav #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap,
    .header-main__area-nav #mega-menu-wrap-max_mega_menu_2.mega-menu-wrap,
    .header-main__area-nav #mega-menu-wrap-max_mega_menu_3.mega-menu-wrap,
    .header-main__area-nav #mega-menu-wrap-max_mega_menu_4.mega-menu-wrap,
    .header-main__area-nav #mega-menu-wrap-max_mega_menu_5.mega-menu-wrap,
    .header-main__area-nav #mega-menu-wrap-max_mega_menu_6.mega-menu-wrap {
        display: inline-block;
    }
    .header-main__adv-list {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .programms {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .adv-list {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .events {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .footer {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1366px) {
    #mega-menu-max_mega_menu_1 li a,
    #mega-menu-max_mega_menu_2 li a,
    #mega-menu-max_mega_menu_3 li a,
    #mega-menu-max_mega_menu_4 li a,
    #mega-menu-max_mega_menu_5 li a,
    #mega-menu-max_mega_menu_6 li a {
        font-size: 16px!important;
    }
}
@media (max-width: 1200px) {
    .programms {
        padding-left: 15px;
        padding-right: 15px;
    }
    .events {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 991px) {
    .header-main__top-phone {
        text-align: left;
    }
    .programms__list-item {
        padding: 0;
    }
    .programms__list-item-block {
        padding: 20px 20px 100px 20px!important;
        height: auto!important;
        margin-bottom: 20px;
    }
    .adv-list-wrapper {
        margin-top: 40px;
    }
    .programms__list-item_3 .programms__list-item-bottom > div:nth-child(1) {
        padding-right: 0;
    }
    .programms__list-item_3 .programms__list-item-bottom > div:nth-child(2) {
        padding-left: 0;
    }
    .events__list-item-image {
        display: none;
    }
    .events__list-item {
        padding-left: 0;
    }
    .events__list-item-center {
        width: 65%;
    }
    .events__list-item-right {
        width: 35%;
    }
    .footer {
        text-align: center;
    }
    .footer > div {
        padding: 0;
    }
    .footer__center {
        margin-bottom: 25px;
    }
    .add-info__list-item {
        margin-bottom: 20px;
    }
    .contacts__left {
        padding: 0;
    }
    .contacts__right {
        padding: 0;
        margin-top: 20px;
    }
    .contacts__form form {
        margin: auto;
    }
    .programms-block__list-item-center {
        width: 65%;
    }
    .programms-block__list-item-right {
        width: 35%;
    }
    .clients-block__list_type_2 .clients-block__list-item {
        width: 23%;
        margin-right: 2.666%;
    }
    .clients-block__list_type_2 .clients-block__list-item:nth-child(4n + 4) {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .header-main__area-nav {
        display: none;
    }
    .header-main__area-nav_mobile {
        display: block;
        text-align: right;
    }
    .header-main__area-nav_mobile #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap,
    .header-main__area-nav_mobile #mega-menu-wrap-max_mega_menu_2.mega-menu-wrap,
    .header-main__area-nav_mobile #mega-menu-wrap-max_mega_menu_3.mega-menu-wrap,
    .header-main__area-nav_mobile #mega-menu-wrap-max_mega_menu_4.mega-menu-wrap,
    .header-main__area-nav_mobile #mega-menu-wrap-max_mega_menu_5.mega-menu-wrap,
    .header-main__area-nav_mobile #mega-menu-wrap-max_mega_menu_6.mega-menu-wrap {
        display: none;
        position: absolute;
        top: 50px;
        right: 0;
        z-index: 1;
        width: 200px;
        background: #969696;
    }
    .header__bottom-nav {
        display: none;
    }
    .header__bottom-nav_mobile {
        display: block;
        text-align: right;
    }
    .header__bottom-nav_mobile #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap,
    .header__bottom-nav_mobile #mega-menu-wrap-max_mega_menu_2.mega-menu-wrap,
    .header__bottom-nav_mobile #mega-menu-wrap-max_mega_menu_3.mega-menu-wrap,
    .header__bottom-nav_mobile #mega-menu-wrap-max_mega_menu_4.mega-menu-wrap,
    .header__bottom-nav_mobile #mega-menu-wrap-max_mega_menu_5.mega-menu-wrap,
    .header__bottom-nav_mobile #mega-menu-wrap-max_mega_menu_6.mega-menu-wrap {
        display: none;
        position: absolute;
        top: 50px;
        right: 0;
        z-index: 1;
        width: 200px;
        background: #969696;
    }
    .header-main .slider {
        margin-top: 120px;
    }
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item,
    #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item,
    #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item,
    #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item,
    #mega-menu-wrap-max_mega_menu_5 #mega-menu-max_mega_menu_5 > li.mega-menu-item,
    #mega-menu-wrap-max_mega_menu_6 #mega-menu-max_mega_menu_6 > li.mega-menu-item {
        display: block!important;
        margin-left: 0!important;
    }
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item a.mega-menu-link,
    #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item a.mega-menu-link,
    #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item a.mega-menu-link,
    #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item a.mega-menu-link,
    #mega-menu-wrap-max_mega_menu_5 #mega-menu-max_mega_menu_5 > li.mega-menu-item a.mega-menu-link,
    #mega-menu-wrap-max_mega_menu_6 #mega-menu-max_mega_menu_6 > li.mega-menu-item a.mega-menu-link {
        text-align: right;
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
    #mega-menu-max_mega_menu_1 .mega-sub-menu,
    #mega-menu-max_mega_menu_2 .mega-sub-menu,
    #mega-menu-max_mega_menu_3 .mega-sub-menu,
    #mega-menu-max_mega_menu_4 .mega-sub-menu,
    #mega-menu-max_mega_menu_5 .mega-sub-menu,
    #mega-menu-max_mega_menu_6 .mega-sub-menu {
        left: -200px!important;
        top: 0!important;
    }
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item:last-child .mega-sub-menu,
    #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item:last-child .mega-sub-menu,
    #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item:last-child .mega-sub-menu,
    #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 li.mega-menu-item:last-child .mega-sub-menu,
    #mega-menu-wrap-max_mega_menu_5 #mega-menu-max_mega_menu_5 li.mega-menu-item:last-child .mega-sub-menu,
    #mega-menu-wrap-max_mega_menu_6 #mega-menu-max_mega_menu_6 li.mega-menu-item:last-child .mega-sub-menu {
        left: -200px!important;
    }
    .header-main__top-phone {
        text-align: center;
    }
    .header-main__top-city {
        text-align: center;
        margin-top: 15px;
    }
    .header-main .slider__bottom-button {
        text-align: center;
    }
    .header-main__adv-list-item {
        width: 100%;
        margin: 0 0 20px 0!important;
    }
    .header__top-phone {
        text-align: center;
    }
    .header__top-city {
        text-align: center;
        margin-top: 15px;
    }
    .header__top-city a:first-child {
        margin-left: 0;
    }
    .programms__top-button {
        text-align: left;
        margin-top: 15px;
        padding-left: 0;
    }
    .press-list__item-left {
        margin-bottom: 15px;
    }
    .slider .caption-wrap {
        width: 90%!important;
    }
    .slider .caption {
        font-size: 30px;
        line-height: normal;
        text-align: center;
    }
    .header__top-social {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
    .dod-main__title {
        font-size: 40px;
    }
    
    .clients-block__list-item-title {
        display: none;
    }
}
@media (max-width: 600px) {
    .events__list-item-center {
        width: 100%;
        border-right: none;
        padding: 0 25px 15px 15px;
    }
    .events__list-item-right {
        width: 100%;
        padding-bottom: 15px;
        text-align: left;
    }
    .programms-block__list-item-center {
        width: 100%;
        border-right: none;
        padding: 0 25px 15px 15px;
    }
    .programms-block__list-item-right {
        width: 100%;
        padding-bottom: 15px;
        text-align: left;
    }
    .events__list-item-button {
        margin-top: 20px;
    }
    .story-list__item {
        width: 100%;
    }
    .branches-list__item {
        width: 100%;
        padding-left: 0;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .branches-list__item:before {
        display: none;
    }
    .dod-main__list-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .dod-main__list-item i {
        margin-bottom: 0;
    }
    .dod-what__list-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .dod-what__list-item i {
        margin-bottom: 0;
    }
    .dod-form__field {
        width: 100%;
        margin: 0 0 20px 0;
    }
}
.fast-read-text ul{
	margin-left: 45px;
    margin-bottom: 20px;
}

.fast-read-text h2{margin-bottom: 20px;}

/* NEW */
/* ----------------------------- */
/* Страница программы */
/* Блоки с картинкой на все ширину */
.page-title-img {
	position: relative;
	width: 100%;
}
/* Вписываем картинку в блок и ограничиваем уменьшение высоты */
.programm-title-img img {
	object-fit: cover;
	min-height: 210px;
}
/* Для телефона обрезаем лишнее ... */
.programm-title-img__phone {
	overflow: hidden;
}
/* ... и скрываем для больших экранов */
.programm-title-img__phone img {
	display: none;
}
/* Заголовок в блоке */
.programm-title-text {
	position: absolute;
	top: 0;
	color: #fff;
	font-family: OpenSansLight;
    font-size: 14px;
}
/* и его размещение */
.programm-title-text {
	max-width: 43%;
	margin-left: 55%;
	margin-top: 3%;
	width: 100%;
}
.programm-title-text  h1.page-title {
    margin: 0;
	margin-bottom: 10px;
	font-size: 21px;
}
/* Поля ввода и кнопки */
.input-phone {
	padding-top: 8%;
	display: block;
}
.input-phone__phone {
	display: none;
}
.start-training__form-input {
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	height: 2em;
	width: 70%;
    max-width: 350px;
	margin: 8px 0;
    text-align: center;
    font-family: OpenSansLight;
}
.start-training__form-button {
	background-color: #ffa000;
	border-width: 0;
	width: 70%;
    max-width: 350px;
	height: 2em;
	text-align: center;
	font-family: OpenSansBold;
}
/* Сами поля ввода и кнопки */
.input-phone__phone {
	font-family: OpenSansLight;
	font-size: 14px;
	margin: 0 15px;
    height: calc(3em + 10px);
}
.input-phone__phone  .start-training__form-input {
    float: left;
    margin: 0 6px 0 0;
    background-color: transparent;
}
.input-phone__phone  .start-training__form-input {
	width: calc(50% - 6px);
}
.input-phone__phone  .start-training__form-button {
	float: left;
    border-width: 0;
}
.input-phone__phone  .start-training__form-button{
	width: 50%;
}
/* Блок с тезисами по программе */
.programm_top_col_1-4 {
	margin-top: -2em;
}
.programm_top {
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 18px;
}
.programm_top:before {
	background-color: #6ac0f3;
	position: absolute;
    width: 122px;
    height: 5px;
    content: '';
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.programm_top.col-md-3, .programm_top.col-sm-6, .programm_top.col-xs-12 {
	padding-left: 0;
    padding-right: 5px;
}
/* Выравнивание заголовков секций */
.programm_title-section {
	text-align: center;
}
/* Блок "Особенности программы" */
.program_feature {
	clear: both;
}
.program_feature-1 {
    width: 120px;
	float: left;
	padding-top: 1em;
	padding-bottom: 1em;
}
.program_feature-2 {
    width: calc(100% - 120px);
	float: left;
	padding-top: 1em;
	padding-bottom: 1em;
}
.program_feature-2 h3 {
	font-size: 1.17em;
}
.program_feature-3 {
	clear: both;
}
.program_feature-3 h3 {
	clear: both;
	font-size: 1.17em;
	text-align: center;
	color: #6AC0F3;
	padding-top: 2em;
	padding-bottom: 1em;
}
/* Обработка разных экранов */
@media (max-width: 1366px) {
	.programm_top {
		font-size: 16px !important;
	}
}
@media (max-width: 991px) {
	.programm_top {
		font-size: 15px !important;
	}
}
@media (max-width: 767px) {
	.programm_top {
		font-size: 14px !important;
	}
}
@media (max-width: 624px) {
	.programm_top.col-xs-6:nth-of-type(odd) {
		width: 55%;
	}
	.programm_top.col-xs-6:nth-of-type(even) {
		width: 45%;
	}
	.programm_title-section {
		text-align: left;
	}
	.program_feature-1 img {
		max-width: 80%;
	}
	.program_feature-1 {
		width: 80px;
	}
	.program_feature-2 {
		width: calc(100% - 80px);
		float: left;
	}
	.program_feature-3 h3 {
		font-size: 1em;
		text-align: left;
	}
}
@media (max-width: 480px) {
	.programm-title-img img {
		display: none;
	}
	.programm-title-img__phone img {
		display: block;
		height: 210px;
	}
	.start-training__form-input {
		width: 100%;
		max-width: 160px;
	}
	.start-training__form-button {
		width: 100%;
		max-width: 160px;
	}
}
@media (max-width: 374px) {
	.programm-description {
		font-size: 16px !important;
	}
	.programm_top, .input-phone__phone .start-training__form-button, .input-phone__phone {
		font-size: 13px !important;
	}
	.programm-title-text {
		font-size: 12px !important;
	}
}

@media (min-width: 625px) {
	.programm_top.col-sm-6 {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.programm-title-text {
		font-size: 16px;
	}
	.programm-title-text  h1.page-title {
		font-size: 24px;
	}
	.programm_top_col_1-4 {
		margin-top: -1.6em;
	}
	.programm_top.col-md-3 {
		width: 25%;
	}
}
@media (min-width: 992px) {
	.programm-title-text {
		margin-top: 5%;
		font-size: 20px;
	}
	.programm-title-text  h1.page-title {
		font-size: 30px;
	}
	.input-phone {
		padding-top: 12%;
	}
	.programm_top_col_1-4 {
		margin-top: -0.6em;
	}
	.programm_top {
		padding-top: 0;
	}
}
@media (min-width: 1221px) {
	.programm-title-text  h1.page-title {
		font-size: 36px;
	}
}
@media (min-width: 1441px) {
	.programm-title-text {
		font-size: 24px;
	}
	.programm-title-text  h1.page-title {
		font-size: 48px;
		margin-bottom: 20px;
	}
	.start-training__form-input {
		margin: 16px 0;
	}
}

/** --------- Аккордион --------- */
/* Компоненты аккордеона */
.accordion {
  margin: 0;
  padding: 30px 0;
  list-style: none;
}
.accordion p {
  margin-top: 0;
}
.accordion_item {
  border-bottom: 1px solid #999;
  padding-bottom: 1px; /* иначе не все границы видны */
}
.accordion_item:first-of-type {
  border-top: 1px solid #999;;
}
/* Элемент label который запускает открыть/закрыть */
.accordion_trigger {
  display: block;
  background-color: #fff;
  cursor: pointer;
  padding: 1.2em;
  font-size: 1.17em;
}
/* Для телефонов */
@media (max-width: 480px) {
	.accordion_trigger {
		padding-left: 6px;
		font-size: 0.9em;
	}
}
/* Добавляем "+" справа */
.accordion_trigger:after {
  content: '+';
  float: right;
  font-size: 2em;
  color: #777;
} 
/* Меняем цвет фона у активного переключателя */
.accordion_toggle:checked ~ .accordion_trigger {
  background-color: #f2f2f2;
  cursor: default;
}
/* Убираем "+" у активного переключателя */
.accordion_toggle:checked ~ .accordion_trigger:after {
  content: '';
}
/* Эти элементы radio/checkbox всегда должны быть скрыты */
.accordion_toggle {
  position: absolute;
  display: none;
}
/* Скрытое содержание аккордеона */
.accordion_target {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  color: #444;
}
.accordion_target p {
  margin-top: 10px;
}
/* Когда переключатель checked на radio/checkbox, показать содержимое аккордеона */    
.accordion_toggle:checked ~ .accordion_target {
  position: static;
  overflow: visible;
  clip: auto;
  margin: auto;
  padding: 1.2rem;
  width: auto;
  height: auto;
/* задержка появления  функция анимации */
  -webkit-animation:fadeIn ease-in 0.5s; 
  -moz-animation:fadeIn ease-in 0.5s;
  animation:fadeIn ease-in 0.5s; 
}
/* Для телефонов */
@media (max-width: 480px) {
	.accordion_toggle:checked ~ .accordion_target {
		padding: 0.6rem;
	}
}/* Анимация при появлении блоков с содержанием */
@-moz-keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}
