/* Менар */

@font-face {
    font-family: 'Roboto Condensed Bold';
    src: url('../fonts/RobotoCondensed-Bold.eot');
    src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
    url('../fonts/RobotoCondensed-Bold.woff') format('woff'),
    url('../fonts/RobotoCondensed-Bold.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans.woff2') format('woff2'),
    url('../fonts/OpenSans.woff') format('woff'),
    url('../fonts/OpenSans.ttf') format('truetype'),
    url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic Bold';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
    url('../fonts/CenturyGothic-Bold.woff') format('woff'),
    url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
    url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic.woff2') format('woff2'),
    url('../fonts/CenturyGothic.woff') format('woff'),
    url('../fonts/CenturyGothic.ttf') format('truetype'),
    url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Light Italic';
    src: url('../fonts/OpenSansLight-Italic.eot');
    src: url('../fonts/OpenSansLight-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSansLight-Italic.woff2') format('woff2'),
    url('../fonts/OpenSansLight-Italic.woff') format('woff'),
    url('../fonts/OpenSansLight-Italic.ttf') format('truetype'),
    url('../fonts/OpenSansLight-Italic.svg#OpenSansLight-Italic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans Semibold Italic';
    src: url('../fonts/OpenSans-SemiboldItalic.eot');
    src: url('../fonts/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-SemiboldItalic.woff2') format('woff2'),
    url('../fonts/OpenSans-SemiboldItalic.woff') format('woff'),
    url('../fonts/OpenSans-SemiboldItalic.ttf') format('truetype'),
    url('../fonts/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
}

body {
    font-family: 'Century Gothic';
    font-size: 14px;
    z-index: -1;
    position: relative;
}

img {
    max-width: 100%;
}

a, button {
    cursor: pointer;
}

* {
    outline: none !important;
}

/* хэдэр */

header {
    background: url(../images/background-header.png) no-repeat top center;
    min-height: 1170px;
}

.header-top-wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.logo {
    width: 130px;
}

.header-top-r {
    width: calc(100% - 130px);
}

.header-top-r-header {
    display: flex;
    justify-content: space-between;
}

.phone-header span:nth-child(1) {
    margin-right: 50px;
}

.phone-header span a {
    color: #212529;
    text-decoration: none;
}

.phone-header span {
    font-size: 24px
}

.slogan {
    font-size: 18px;
    font-family: 'Century Gothic Bold';
    color: #028ad7;
}

.social-networks {
    display: flex;
}

.social-networks a {
    text-decoration: none;
    display: block;
    margin: 0 3px;
}

.navbar {
    padding: 30px 0 0 0;
}

.navbar-nav li a {
    color: #66737a;
}

.navbar-nav li.active a, .navbar-nav li a:hover {
    color: #018ad7;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.nav-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.no-dekstop {
    display: none;
}

/*блок под хэдэром*/

.header-bottom {
    margin-top: 130px;
}

h1 {
    font-family: 'Century Gothic Bold';
    font-size: 47px;
    margin-bottom: 50px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-30 {
    font-size: 30px;
}

.font-36 {
    font-size: 36px;
}

.font-40 {
    font-size: 40px;
}

.font-44 {
    font-size: 44px;
}

.font-30 span, .font-40 span, .font-44 span, .font-22 span, .font-36 span, .font-16 span, .font-20 span, .font-24 span, .font-26 span, .font-18 span {
    font-family: 'Century Gothic Bold';
}

.header-bottom-block {
    margin-bottom: 60px;
}

.header-bottom-block p {
    margin: 0;
}

.orang-button {
    background: #ee6f00;
}

.orang-button {
    background: linear-gradient(to right, #ee6f00, #f3b000);
    padding: 25px 20px;
    font-family: 'Century Gothic Bold';
    width: 330px;
    border: 0;
    border-radius: 35px;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 8px 14px #da7d2b;
}

.orang-button:hover {
    box-shadow: 0 8px 14px #ee6f00;
    background: #ee6f00;
}

.arrow-after {
    position: relative;
}

.arrow-after:after {
    position: absolute;
    content: '';
    display: block;
    width: 74px;
    height: 96px;
    background: url(../images/arrow-blu.png) no-repeat;
    right: -51px;
    top: 52px;
}

/*что приобретает ребенок*/

.section-acquisition {
    background: url("../images/background-2.png") no-repeat top center;
    min-height: 946px;
    margin-top: -150px;
}

.section-acquisition h2:nth-child(1) {
    padding-top: 150px;
}

h2 {
    font-family: 'Century Gothic Bold';
    font-size: 44px;
    margin-bottom: 35px;
}

h2 span.gray-h2 {
    display: block;
}

.section-acquisition p {
    margin-bottom: 30px;
}

/* наши программы*/

.section-programs {
    background: url(../images/background-3.png) no-repeat top center;
    margin-top: -170px;
    padding-bottom: 0;
    min-height: 1090px;
    position: relative;
}

.section-programs:after {
    background: url(../images/background-4-2.png) no-repeat top center;
    position: absolute;
    bottom: -80px;
    width: 100%;
    left: 0;
    content: "";
    height: 365px;
    z-index: 2;
}

.programs-wrapper {
    margin-top: -14px;
    position: relative;
    z-index: 111;
}

.section-programs h2 {
    position: relative;
    left: 33.42%;
    top: -86px;
    display: inline-block;
    margin-bottom: 0;
}

.gray-h2 {
    font-size: 90px;
    color: #e1eaf2;
    text-transform: uppercase;
}

.program-block-header {
    height: 100px;
    padding-right: 83px;
}

.program-block p {
    color: #018ad7;
    font-size: 18px;
    text-align: center;
    margin: 16px 0 0 0;
}

.program-block h3 {
    height: 115px;
    font-size: 21px;
    color: #2e3747;
    font-family: 'Century Gothic Bold';

}

.program-block {
    box-shadow: 0 0 5px #ecf2f5;
    border-radius: 10px;
    background: #fff;
    padding: 15px 12px;
    margin-bottom: 40px;
    position: relative;
}

.program-block:hover {
    background: #018ad7;
    cursor: pointer;
}

.program-block:hover * {
    color: #fff;
}

.program-block img {
    width: 100%;
}

.program-block:after {
    position: absolute;
    content: '';
    width: 71px;
    height: 111px;
    display: block;
    right: 8px;
    top: -11px;
}

.program-block-1:after {
    background: url("../images/program-icon-1.png") no-repeat;
}

.program-block-2:after {
    background: url("../images/program-icon-2.png") no-repeat;
}

.program-block-3:after {
    background: url("../images/program-icon-3.png") no-repeat;
}

.program-block-4:after {
    background: url("../images/program-icon-4.png") no-repeat;
}

.program-block-5:after {
    background: url("../images/program-icon-5.png") no-repeat;
}

.program-block-6:after {
    background: url("../images/program-icon-6.png") no-repeat;
}

/*запишитесь на бесплатное занятие*/

.section-registration {
    background: url(../images/background-4.png) no-repeat top center, #f1f6f9;
    min-height: 1023px;
    position: relative;
    padding-top: 90px;
}

.section-registration h2, .section-our-interest h2 {
    font-size: 36px;
    margin-bottom: 50px;
}

.ul-tick {
    list-style: none;
    padding-left: 20px;

}

.ul-tick li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 30px;
    font-size: 20px;
}

.ul-tick li:before {
    position: absolute;
    background: url(../images/tick-orange.png);
    content: "";
    width: 37px;
    height: 37px;
    top: -4px;
    left: 0;
}

.span-arrow-red {
    color: #fff;
    background: #ef8100;
    padding-left: 5px;
    margin-right: 5px;
    margin-left: -5px;
    position: relative;
}

.span-arrow-red:before {
    content: "";
    display: block;
    background: url(../images/arrow-blu.png);
    width: 74px;
    height: 96px;
    position: absolute;
    top: 54px;
    right: 60px;
}

.blu-color {
    color: #34a1de;
}

.blu-color2 {
    color: #2bb7e6;
}

.form-tm {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.form-tm input {
    width: calc(50% - 5px);
    padding: 20px 23px;
    border-radius: 30px;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    margin-bottom: 20px;
}

.form-tm button {
    display: table;
    margin: auto;
}

/*преимущества*/

.section-advantages {
    min-height: 930px;
    margin-top: -190px;
    z-index: 16;
    position: relative;
    padding-top: 78px;
}

.section-advantages:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: url(../images/background-5.png) no-repeat top center;
    content: "";
    z-index: -1;
}

.section-advantages:after {
    position: absolute;
    top: 189px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #f1f6f9;
    z-index: -3;
    content: "";
}

.section-advantages:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: url(../images/background-5.png) no-repeat top center;
    content: "";
    z-index: 1;
}

.orange-background {
    font-family: 'Century Gothic Bold';
    font-size: 90px;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    line-height: 92px;
}

.orange-background span:nth-child(1) {
    text-shadow: 4px 4px 14px rgba(0, 0, 1, 0.29);
    color: #f09300;
    position: relative;
}

.orange-background span:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
  /*  background: linear-gradient(to right, #ee7000, #f3b100);*/
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.orange-p {
    color: #ee6f00;
    font-family: 'Century Gothic Bold';
    font-size: 24px;
    text-transform: uppercase;
}

.advantages-block {
    margin-bottom: 30px;
}

/*что развивают наши программы*/
.section-what-develop {
    background: url("../images/background-6.png") no-repeat top center, #f1f6f9;
    min-height: 950px;
}

.section-what-develop h2 {
    line-height: 58px;
    margin-bottom: 70px;
}

.section-what-develop h2 span {
    display: block;
}

.section-what-develop .gray-h2 {
    color: #b2cee4;
    position: relative;
    z-index: 111;
}

.what-develop-block img {
    border-radius: 50%;
    box-shadow: 0 20px 40px #9dbacc;
    margin-bottom: 22px;
}

.what-develop-block h3 {
    font-size: 24px;
    color: #018ad7;
    font-family: 'Century Gothic Bold';
    text-transform: uppercase;
}

/*вашему ребенку понравится*/

.section-discount {
    background: url("../images/background-7.png") no-repeat center top;
    min-height: 900px;
    position: relative;
}

.section-discount:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    content: "";
    background: url("../images/background-8-blu.png") no-repeat center bottom;
    height: 186px;
}

.section-discount > .container, .section-discount > .container,
.section-discount > .container > .row, .section-discount > .container > .row > *:nth-child(1) {
    height: 100%;
    min-height: 100%;
}

.form-discount-wrapper {
    border-radius: 50px 50px 0 0;
    background: #fff;
    padding: 30px 20px 164px 40px;
}

.form-discount-wrapper h3 {
    font-family: 'Century Gothic Bold';
    margin-bottom: 20px;

}

.blu-color {
    color: #018ad7;
}

.ul-tick-2 li {
    padding-left: 60px;
}

.ul-tick-2 {
    padding-left: 0;
}

.girl-wrapper {
    position: relative;
}

.girl {
    position: absolute;
    right: -57px;
    top: 85px;
    z-index: 100;
}

.girl-wrapper-mobil {
    display: none;
}

/*отзывы*/

.section-comments {
    background: #018ad7;
    position: relative;
}

.section-comments:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 301px;
    background: url(../images/background-9-blu.png) no-repeat top center;
    bottom: -150px;
}

.blu-white {
    color: #fff;
}

.blu-white span {
    color: #a8ccec;
    text-transform: uppercase;
    font-size: 90px;
    display: block;
}

.img-comment img {
    border-radius: 50%;
}

.slider-comments * {
    color: #fff;
}

.carousel-control-prev {
    left: -60px;
}

.carousel-control-next {
    right: -60px;
    transform: rotate(180deg);
}

.carousel-control-prev, .carousel-control-next {
    width: 43px;
    height: 43px;
    background: url("../images/arrow-slider-blu.png");
}

.carousel-control-prev span, .carousel-control-next span {
    display: none;
}

.carousel-item {
    left: 100%;
    transition: 0.5s all;
}

.carousel-item.active {
    left: 0;
    transition: 0.5s all;
}

.modal, .modal-photo {
    z-index: 100003;
}

.modal-backdrop.show {
    z-index: 100002;
}

.modal-photo .modal-dialog {
    max-width: 100%;
}

.modal-photo .modal-dialog .modal-content {
    flex-direction: inherit;
    width: auto;
    display: table;
    margin: auto;
}

.comments-wrapper {
    margin-top: -60px;
    z-index: 1000;
    position: relative;
}

/*фото - результаты*/

.section-results {
    padding-top: 200px;
    background: #f1f6f9;
    padding-bottom: 10px;
}

.gray-h3 {
    display: block;
    color: #c1d5e6;
}

.results-photo img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.results-photo img:hover {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none; /* IE 6-9 */
    cursor: pointer;
}

.button-blu {
    background: linear-gradient(to right, #4fc0ff, #068dd9);
    padding: 25px 20px;
    font-family: 'Century Gothic Bold';
    width: 330px;
    border: 0;
    border-radius: 35px;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 8px 14px #3782ad;
}

.button-blu:hover {
    background: #018ad7;
    box-shadow: 0 8px 14px #0a4f77;
}

.button-wrapper-center {
    display: flex;
    justify-content: center;
    padding: 20px 0 0 0;
}

/*мы заинтересованы в развитии вашего ребенка*/

.section-our-interest {
    background: url(../images/background-10.png) no-repeat center top, #f1f6f9;
    min-height: 700px;
    padding-top: 145px;
}

.section-our-interest p {
    position: relative;
    line-height: normal;
}

.arrow-after2:after {
    position: absolute;
    content: '';
    display: block;
    width: 74px;
    height: 96px;
    background: url(../images/arrow-blu.png) no-repeat;
    right: -18px;
    top: 15px;
}

.form-our-interest {
    margin-top: 60px;
}

/*контакты*/

.section-contacts {
    position: relative;
    background: #018ad7;
    padding: 55px 0;
}

.section-contacts p, .section-contacts h2 {
    color: #fff;
}

.section-contacts h2 {
    font-size: 36px;
}

.map-container {
    width: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    height: 100% !important;
}

.map-container iframe {
    height: 100%;
}

.contact-wrapper-footer p {
    display: flex;
    align-items: center;
}

.contact-wrapper-footer p img {
    margin-right: 20px;
}

.section-contacts .social-networks {
    margin: 20px 0;
}

.contact-wrapper-footer {
    padding-right: 30px;
}

.form-footer {
    padding-right: 70px;
}

.form-footer input {
    width: 100%;
}

/*футер*/

footer {
    background: #35414c;
    padding: 45px 0 90px 0;
}

.footer-top {
    padding-bottom: 120px;
}

.logo-footer-wrapper {
    display: flex;
    align-items: center;
}

.logo-footer-wrapper img {
    width: 112px;
    margin-right: 20px;
}

.logo-footer-wrapper span {
    width: calc(100% - 132px);
}

.menu-footer {
    list-style: none;
    padding-left: 0;
}

.menu-footer a {
    color: #c5d4e0;
    line-height: 14px;
    font-family: 'Open Sans';
    display: block;
    margin-bottom: 7px;
}

.call a {
    color: #f3ab00;
    text-decoration: none !important;
}

.call a:hover {
    border-bottom: 1px dashed;
}

.white-color {
    color: #fff;
    margin: 0;
}

.phone-footer a, .white-color a {
    color: #fff;
    text-decoration: none;
}

footer .social-networks {
    margin-top: 15px;
}

.footer-bottom {
    border-top: 1px solid #717f8a;
    padding-top: 15px;
}

.footer-bottom *, .footer-bottom *:hover {
    color: #717f8a;
}

/*модалки*/

.modal-wrapper {
    padding: 60px 30px;
}

.modal-wrapper .form-footer {
    padding-right: 0;
}

.modal .close {
    position: absolute;
    right: 9px;
    top: 5px;
    font-size: 35px;
}

.alert {
    position: fixed;
    top: 40px;
    right: 30px;
    font-size: 16px;
    z-index: 200;
}

.alert2 {
    display: none;
}

.block {
    display: block;
}

/*моб версия*/
.navbar-toggler span {
    display: block;
    height: 3px;
    width: 28px;
    background: #ee6f00;
    margin: 7px 0;
}

.navbar-collapse.collapse.show {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    background: #018ad7;
    z-index: 100000;
    padding-top: 20px;
}

.navbar-toggler.active {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 100001;
    background: url("../images/close.png");
    width: 17px;
    height: 17px;
    line-height: normal;
    border: 0;
    padding: 0;
}

.navbar-toggler.active span {
    display: none;
}

#slider-mobil .carousel-control-prev {
    background: url("../images/arrow-slider-orange.png");

}

#slider-mobil .carousel-control-next {
    background: url("../images/arrow-slider-orange.png");

}

.arrow-photo-mobil {
    display: none;

}

.arrow-photo-mobil a {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 15px;
}

/*ментальная арифметика*/

/*ментальная арифметика - низ хэдэра*/

.mental-arithmetic-body header {
    background: url(../images/mental-arithmetic-background-1.png) no-repeat top center;

}

.mental-arithmetic-body header .arrow-after:after {
    right: 100px;
}

/*задачи ментал арифметики*/
.mental-arithmetic-body .section-acquisition {
    background: url(../images/mental-arithmetic-background-2.png) no-repeat top center;
    margin-top: -115px;
    min-height: 1099px;
}

.mental-arithmetic-body .section-acquisition h2:nth-child(1) {
    padding-top: 39px;
    font-size: 36px;
    margin-bottom: 70px;
}

.position-1 {
    padding-left: 82px;
    margin-bottom: 101px !important;
}

.position-2 {
    padding-left: 145px;
    margin-bottom: 105px !important;
}

.position-3 {
    padding-left: 160px;
    margin-bottom: 45px !important;
}

.position-4 {
    padding-left: 38px;
    margin-bottom: 105px !important;
}

/*ментал арифметика - что ребенок приобретает*/

.orang-button-100 {
    padding: 25px 43px;
    width: auto;
}

.mental-arithmetic-body .section-registration {
    background: url(../images/mental-arithmetic-background-3.png) no-repeat center, #f1f6f9;
    padding-top: 55px;
    min-height: 909px;
}
.mental-arithmetic-body .section-registration2 {
    background: url(../images/mental-arithmetic-background-5.png) no-repeat center, #f1f6f9;

}


.mental-arithmetic-body .section-registration h2 {
    margin-bottom: 25px;
}

.mental-arithmetic-body .section-registration .ul-tick li {
    margin-bottom: 27px;
}

.mental-arithmetic-body .section-registration .row {
    z-index: 1000;
    position: relative;
}


.video-block2 {
    width: 100%;
    height: 100%;
}


.video-block2 iframe {
    padding: 91px 0 82px 22px;
    height: 101%;
    width: calc(100% + 39px);
}




/*как проходят занятия*/

.mental-arithmetic-body .section-advantages:before {
    background: url(../images/mental-arithmetic-background-4.png) no-repeat top center;
    z-index: 0;
}

.mental-arithmetic-body .section-advantages {
    padding-top: 0;
    margin-top: -232px;
    min-height: 1206px;
}

.mental-arithmetic-body .section-advantages:after {
}

.mental-arithmetic-body .section-advantages h2 {
    margin-top: 210px;
}

.tag {
    font-size: 16px;
    color: #2e3747;
    position: absolute;
}

.tag span {
    color: #2bb7e6;
    font-family: 'Century Gothic Bold';
    font-size: 90px;
    font-weight: bold;
    display: block;
    line-height: 92px;
}

.tag-1 {
    right: 0;
    top: 0;
}

.tag-2 {
    left: -200px;
    bottom: -134px;
}

/*что входит в курс - арифметика*/

.mental-arithmetic-body .section-programs {
    background: url(../images/mental-arithmetic-background-5.png) no-repeat center, #f1f6f9;
    margin-top: -80px;
    min-height: 0;
    padding-bottom: 110px;
}

.mental-arithmetic-body .section-programs h2 {
    left: auto;
    top: 0;
    margin-bottom: 35px;
    z-index: 10000;
}

.program-block-arithmetic:after {
    display: none;
}

.program-block-arithmetic {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.program-block-arithmetic p {
    color: #2e3747;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
}

/*вашему ребенку понравится - арифметика*/
.mental-arithmetic-body .section-discount {
    background: url(../images/mental-arithmetic-background-6.png) no-repeat center top, #f1f6f9;

}

.mental-arithmetic-body .section-discount h2 {
    font-size: 43px;
}

.girl2 {
    margin-top: -1px;
    max-width: none;
    z-index: 1;
    position: relative;
    right: 75px;
}

.mental-arithmetic-body .section-discount:after {
    z-index: 1;
}

.girl-wrapper2 {
    display: flex;
    justify-content: center;
}

/*у нас часто спрашивают*/

.mental-arithmetic-body .section-comments {
    position: relative;
    z-index: -1;
}

.mental-arithmetic-body .section-comments:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 301px;
    background: url(../images/background-9-blu.png) no-repeat top center;
    bottom: -150px;
    z-index: -1;
}

.spoiler-block {
    padding: 20px 0;
    border-bottom: 1px solid #56b5eb;
}

.spoiler-block a:after {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    background: url(../images/question.png);
    display: block;
    width: 26px;
    height: 28px;
}

.spoiler-block a {
    font-family: 'Century Gothic Bold';
    position: relative;
    font-size: 18px;
    color: #fff !important;
    padding: 0 24px 0 35px;
}

.spoiler-text {
    margin-top: 10px;
    color: #fff;
}

.spoiler-block a:not(.collapsed):before {
    background: url("../images/arrow-spoiler.png");
    transform: rotate(180deg);
}

.spoiler-block a.collapsed:before {
    background: url("../images/arrow-spoiler.png");
}

.p-upper {
    text-transform: uppercase;
}

.spoiler-block a:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 6px;
    background: url(../images/arrow-spoiler.png);
    width: 13px;
    height: 8px;
    display: block;
}

/*откройте для ребенка - арифметика*/

.mental-arithmetic-body .section-what-develop {
    background: url(../images/mental-arithmetic-background-8.png) no-repeat center bottom, #f1f6f9;
    z-index: -100;
    position: relative;
    padding-top: 300px;
    min-height: 1050px;
}

/*скорочтение*/

/*скорочтение - низ хэдэра*/

.speed-reading-body header {
    background: url(../images/speed-reading-background-1.png) no-repeat top center;

}

.ul-tick-small {
    list-style: none;
    padding-left: 0;
}

.ul-tick-small li {
    font-size: 18px;
    color: #000;
    position: relative;
    padding-left: 45px;
}

.ul-tick-small li:after {
    position: absolute;
    content: "";
    background: url(../images/tick-orange-small.png);
    width: 13px;
    height: 11px;
    left: 7px;
    top: 7px;
}

.ul-tick-3 li {
    font-size: 18px;
    padding-left: 50px;
    margin-bottom: 25px;
}

.speed-reading-body h1 {
    margin-bottom: 25px;
}

.speed-reading-body header .ul-tick-small {
    margin: -10px 0 35px 0;
}

/*суть методики - скорочтение */

.speed-reading-body .section-acquisition {
    background: url(../images/speed-reading-background-2.png) no-repeat top center;
    min-height: 957px;
}

.what-develop-block2 {
    display: flex;
    margin-bottom: 50px;
}

.what-develop-block2-l {
    width: 107px;
    margin-right: 38px;
}

.what-develop-block2-r {

    width: calc(100% - 145px);
}

/*что ребенок приобретает - скорочтение */

.speed-reading-body .section-registration {
    background: url(../images/speed-reading-background-3.png) no-repeat top center;
    padding-top: 190px;
    margin-top: -90px;
}

.speed-reading-body .section-registration h2 {
    margin-bottom: 60px;
}

.speed-reading-body .section-registration:before {
    width: 100%;
    top: 412px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f1f6f9;
    content: '';
    position: absolute;
}

/*как проходят занятия - скорочтение */

.speed-reading-body .section-advantages:after, .speed-reading-body .section-advantages:before {
    display: none;
}

.speed-reading-body .section-advantages {
    background: url(../images/speed-reading-background-4.png) no-repeat top center, #f1f6f9;
    margin-top: -355px;
    padding-bottom: 130px;
}

.speed-reading-body .section-advantages h2 {
    margin-top: 363px;
}

/*ученики - скорочтение */

.speed-reading-body .section-disciples {
    background: url(../images/speed-reading-background-5.png) no-repeat center, #f1f6f9;
    padding-bottom: 90px;
}

.am-prev1, .am-next1 {
    position: absolute;
    top: calc(50% - 22px);
    cursor: pointer;
}

.am-prev1 {
    left: -70px;
}

.am-next1 {
    right: -70px;
    transform: rotate(180deg);
}

.slider-disciples-wrapper {
    position: relative;
}

.slider-disciples-block {
    margin: 0 15px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 12px #b7d3e4;
    margin-bottom: 20px;
}

.slider-disciples-block h3 {
    font-family: 'Century Gothic Bold';
    font-size: 20px;
    padding: 20px 0 0 0;
    margin: 0;
}

p.age {
    font-size: 20px;
}

p.been, p.become {
    font-size: 16px;
    font-family: 'Century Gothic Bold';
    margin-bottom: 0;

}

p.been span:nth-child(2), p.become span:nth-child(2) {
    margin-right: 15px;
}

p.been span:nth-child(1) {
    color: #ee6f00;
}

p.become span:nth-child(1) {
    color: #018ad7;

}

/*адаптируйте ребенка к высоким нагрузкам - скорочтение */

.speed-reading-body .section-discount {
    background: url(../images/speed-reading-background-6.png) no-repeat center, #f1f6f9;
}

.speed-reading-body .section-discount:after {
    background: url(../images/speed-reading-background-7.png) no-repeat center;
    height: 369px;
}

.bac-span {
    background: #ffb60e;
}

.speed-reading-body .section-discount .form-discount-wrapper input,
.speed-reading-body .section-discount .form-discount-wrapper button {
    z-index: 1000;
    position: relative;
}

.tags-wrapper {
    padding-top: 115px;
    position: relative;
}

.tags-wrapper p {
    color: #2bb7e6;
}

.tags-1 {
    font-size: 48px;
    font-family: 'Century Gothic Bold';

}

.tags-2 {
    font-size: 36px;
    font-family: 'Century Gothic Bold';
    position: absolute;
    right: 46px;
    top: 180px;
}

.tags-3 {
    font-size: 48px;
    position: absolute;
    left: 17px;
    top: 215px;

}

.tags-4 {
    font-size: 60px;
    font-family: 'Century Gothic Bold';
    position: absolute;
    right: 0;
    top: 230px;

}

.tags-5 {
    font-size: 30px;
    font-family: 'Century Gothic Bold';
    position: absolute;
    left: 118px;
    top: 275px;

}

.tags-6 {
    font-size: 48px;
    font-family: 'Century Gothic Bold';
    position: absolute;
    left: 40px;
    top: 310px;

}

.tags-7 {
    font-size: 30px;
    font-family: 'Century Gothic Bold';
    position: absolute;
    right: 10px;
    top: 365px;

}

/*программа Олега Андреева - скорочтение */

.speed-reading-body .section-what-develop {
    background: url(../images/speed-reading-background-9.png) no-repeat center bottom, #f1f6f9;
}

.oleg-andreev-wrapper {
    display: flex;
    align-items: center;
}

.oleg-andreev-l {
    width: 260px;
}

.oleg-andreev-r {
    width: calc(100% - 260px);
    padding-left: 30px;
}

.oleg-andreev-r p {
    max-width: 375px;
}

/*каллиграфия */

.calligraphy-body header {
    background: url(../images/calligraphy-background-1.png) no-repeat top center;
}

.calligraphy-body .section-acquisition {
    background: url(../images/calligraphy-background-2-1.png) no-repeat top center;
    min-height: 955px;

}

.calligraphy-body .section-acquisition h2 {
    margin-bottom: 50px !important;
}

.calligraphy-body .section-acquisition .what-develop-block {
    margin-bottom: 10px;
}

.calligraphy-body .section-registration {
    background: url(../images/calligraphy-background-3.png) no-repeat top center;
}

.calligraphy-body .section-registration {
    background: url(../images/calligraphy-background-3.png) no-repeat top center;
    padding-top: 130px;
    position: relative;
}

.calligraphy-body .section-registration:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 800px;
    right: 0;
    width: 100%;
    content: '';
    background: #f1f6f9;
}

.calligraphy-body .section-registration h2 {
    margin-bottom: 60px;
    font-size: 44px;
}

.calligraphy-body .section-registration .program-block {
    box-shadow: 0 3px 10px #d1e1e8;
}

.calligraphy-body .section-advantages {
    background: url(../images/calligraphy-background-4.png) no-repeat top center, #f1f6f9;
    margin-top: -65px;
    min-height: 0;
    padding-bottom: 60px;
}

.calligraphy-body .section-advantages:after, .calligraphy-body .section-advantages:before {
    display: none;
}

.calligraphy-body .section-disciples h2 span, .calligraphy-body .section-advantages h2 span {
    color: #d2e1ed;

}

.calligraphy-body .section-advantages h2 {
    margin-top: 70px;
}

.calligraphy-body .section-disciples {
    background: url(../images/calligraphy-background-5.png) no-repeat center, #f1f6f9;
    padding-bottom: 70px;
}

.handwriting-wrapper {
    display: flex;
    justify-content: center;
}

.form-w-80 input {
    width: 360px;
    margin-right: auto;
    margin-left: auto;
}

.form-w-80 input, .form-w-80 button {
    z-index: 100;
}

.lh-0 {
    line-height: normal;
}

.calligraphy-body .section-discount {
    background: #f1f6f9;

}

.calligraphy-body .section-discount:before {
    content: "";
    background: url(../images/calligraphy-background-6.png) no-repeat bottom center;
    height: 580px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.calligraphy-body .section-discount:after {
    display: none;
}

.girl4 {
    margin-bottom: -25px;
    margin-top: 46px;
    position: relative;
    left: -74px;
    z-index: 100;
}

.calligraphy-body .section-comments {
    padding-bottom: 60px;
}

/*программирование */




.programming-body header {
    background: url(../images/programming-background-1.png) no-repeat top center;

}

.programming-body header .header-bottom {
    margin-top: 80px;
}

.programming-body .section-acquisition {
    background: url(../images/programming-background-2.png) no-repeat top center;
    margin-top: -270px;
    padding-top: 96px;
    position: relative;
    padding-bottom: 150px;
}

.programming-body .section-acquisition:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/programming-background-2-1.png) no-repeat bottom center;
    height: 406px;
    position: absolute;
}

.programming-body .section-advantages {
    background: url(../images/programming-background-3.png) no-repeat top center, #f1f6f9;
    margin-top: 0;
    min-height: 1206px;
    padding-bottom: 115px;
}

.programming-body .section-advantages h2 {
    margin-top: 0;
}

.programming-body .section-advantages:after, .programming-body .section-advantages:before {
    display: none;
}

.programming-body .section-disciples h2, .programming-body .section-advantages h2 {
    margin-top: 0;
    line-height: 65px;
}

.programming-body .section-advantages h2 span {
    color: #d2e1ed;
}

.img-necessary-professions {
    border-radius: 50%;
    position: relative;
    display: table;
    margin-bottom: 10px;
}

.img-necessary-professions img {
    z-index: 10;
    position: relative;
    border-radius: 50%;
}

.img-necessary-professions:after {
    position: absolute;
    border-radius: 50%;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    background: #2399dc;
    top: 0;
    right: -5px;
    content: '';
    z-index: 5;
}

.img-necessary-professions:before {
    position: absolute;
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    border-radius: 50%;
    background: #a9d5ef;
    top: -15px;
    right: -17px;
    content: '';
    z-index: 5;
}

.necessary-professions-block {
    text-align: center;
    display: table;
}

.necessary-professions-block-1 {
    margin-top: 40px;
}

.necessary-professions-block-2 {
    margin-top: 80px;
}

.necessary-professions-block-3 {
    margin-top: 180px;
}

.necessary-professions-block-4 {
    margin-top: 15px;
}

.programming-body .section-disciples {
    background: url(../images/programming-background-4.png) no-repeat top center, #f1f6f9;
    padding-bottom: 65px;
}

h3.course-name {
    color: #018ad7;
    padding: 10px 5px;
    width: 100%;
    text-align: center;
    border: 3px dashed #81b8e5;
    border-radius: 6px;
    font-size: 24px;
    text-transform: uppercase;
    margin: 15px 0;
}

p.descr-p {
    font-size: 18px;
    line-height: normal;
}

p.descr-p span {
    font-family: 'Century Gothic Bold';

}

.slider-block-top {
    height: 480px;
}

.slider-programming-block {
    padding: 15px 0;
}

.slider-block-top, .slider-block-bottom {
    padding: 0 15px;
}

hr.hr-slider-block {
    border-top: 1px solid #018ad7;
}

.slider-block-bottom {
    text-align: center;
}

.slider-block-bottom p {
    font-size: 20px;
    font-family: 'Century Gothic Bold';
    line-height: normal;
    margin-bottom: 0;
}

.orang-button-small {
    padding: 20px;
    width: 250px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

img.boy {
    max-width: none;
    position: relative;
    right: 409px;
    top: 60px;
}

.programming-body .section-discount {
    background: #f1f6f9;

}

.programming-body .section-comments {
    padding-bottom: 60px;
}

.programming-body .section-comments:after {
    display: none;
}

/*чтение */

.reading-body header {
    background: url(../images/reading-background-1.png) no-repeat top center;

}

.reading-body .header-bottom {
    margin-top: 60px;
}

.reading-body .header-bottom h1 {
    margin-bottom: 20px;
}

.reading-body .section-acquisition {
    background: url(../images/reading-background-2-1.png) no-repeat top center,
    url(../images/reading-background-2-2.png) no-repeat bottom center;
    padding-bottom: 235px;
}

.nav-tabs .nav-link {
    padding: 16px 45px 15px 45px;
    border-radius: 36px;
    font-family: 'Century Gothic Bold';
    border: 3px solid #018ad7;
    color: #018ad7;
    font-size: 24px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    padding: 19px 48px;
    border: 0;
    background: linear-gradient(to right, #028bd7, #53c1ff);
    color: #fff;
}

.nav-tabs .nav-item {
    margin: 0 5px;
}

.nav-tabs {
    border-bottom: 0;
    margin-bottom: 35px;
}

.tab-content-wrapper {
    background: #f1f6f9;
    border-radius: 10px;
    padding: 20px 20px 30px 20px;
    box-shadow: 0 30px 50px #b6d3e4;
}

.blu-block {
    background: linear-gradient(90deg, rgba(63, 132, 173, 1) 0%, rgba(118, 186, 226, 0.62) 19%, rgba(63, 132, 173, 1) 35%, rgb(92, 170, 216) 51%, rgba(63, 132, 173, 1) 72%, rgba(63, 132, 173, 1) 78%, rgba(118, 186, 226, 0.86) 100%);
    padding: 10px 10px 1px 40px;
    border-radius: 10px;
    margin-left: -33px;
    position: relative;
    width: calc(100% + 33px);
    margin-bottom: 35px;
}

.blu-block:after {
    position: absolute;
    bottom: -19px;
    left: 2px;
    content: '';
    background: url(../images/angle.png);
    width: 11px;
    height: 23px;
}

.blu-block p {
    color: #fff;
    margin-bottom: 17px;
}

.orang-button-2 {
    padding: 15px 43px;
    line-height: normal;
}

.reading-body .section-registration {
    background: url(../images/reading-background-3.png) no-repeat top center, #f1f6f9;
    padding-top: 55px;
    min-height: 909px;
    padding-top: 10px;
}

.reading-body .section-registration h2 {
    font-size: 44px;
    margin-bottom: 90px;
}

.video-block {
    width: 752px;
    height: 506px;
    background: url("../images/tablet-video.png");
}


.video-block iframe {
    width: 100%;
    height: 100%;
    padding: 26px 72px 28px 73px;
}


.video-wrapper {
    margin-top: -90px;
}

.video-p {
    margin-top: 30px;
}

.arrow-krange-ul {
    list-style: none;
    padding-left: 0;
}

.arrow-krange-ul li {
    position: relative;
    font-family: 'Century Gothic Bold';
    padding-left: 45px;
    font-size: 20px;
    margin-bottom: 40px;
}

.arrow-krange-ul li:after {
    position: absolute;
    left: 0;
    top: -26px;
    content: "";
    width: 35px;
    height: 44px;
    background: url("../images/arroe-orange.png");
}

.reading-body .section-contact-reading {
    background: url(../images/reading-background-4.png) no-repeat top center, #f1f6f9;

}

.reading-body .section-contact-reading .form-discount-wrapper {
    padding-bottom: 130px;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
     body {
         zoom: 0.75;
     }


}

@media screen and (max-width: 1260px) {

    .carousel-control-prev {
        left: -30px;
    }

    .carousel-control-next {
        right: -30px;

    }

    .carousel-control-prev, .carousel-control-next {
        top: 40%;
    }

}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

@media screen and (max-width: 1199px) {

    .navbar-nav li.active a, .navbar-nav li a, .navbar-nav li a:hover {
        color: #fff;
        padding: 8px 20px;
        display: block;
        border-bottom: 1px solid #36adf0;
    }

    .navbar-nav li.social-networks a {
        border-bottom: 0;
        padding: 8px 0;
    }

    .navbar-nav li.social-networks {
        padding-left: 20px;
        padding-top: 13px;
    }

    .header-top-r {
        display: flex;
    }

    .phone-header {
        display: flex;
        flex-flow: column;
    }

    .header-top-r {
        display: flex;
        justify-content: space-between;
    }

    .header-top-r-footer {
        width: 100px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .header-top-r-header {
        width: calc(100% - 100px);
    }

    .navbar {
        padding: 0;
    }

    .arrow-after:after {

        right: 0;
        top: 103px;
    }

    .section-programs {
        background: url(../images/background-3.png) no-repeat top center, #f1f6f9;
    }

    .gray-h2 {
        font-size: 70px;
    }

    .girl {
        top: 237px;
    }

    .arrow-after2:after {
        right: 30px;
    }

    .mental-arithmetic-body header .arrow-after:after {
        right: 50px;
        top: 31px;
    }

    .mental-arithmetic-body .section-acquisition h2:nth-child(1) {
        padding-top: 20px;
    }

    .position-1 {
        margin-bottom: 77px !important;
        margin-top: -25px;
    }

    .position-2 {
        margin-bottom: 77px !important;
    }

    .position-3 {
        padding-left: 140px;
        margin-bottom: 18px !important;
    }

    .mental-arithmetic-body .section-registration {
        min-height: 960px;
    }

    .tag {
        position: relative;
        margin-top: 25px;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
    }

    .tag span {
        font-size: 40px;
        line-height: normal;
    }

    .mental-arithmetic-body .section-programs {
        margin-top: 0;
        padding-top: 70px;
    }

    .girl2 {
        margin-top: 40px;
        right: 109px;
    }

    .speed-reading-body header .arrow-after:after {
        right: 40px;
        top: 45px;
    }

    .am-next1 {
        right: -20px;
        z-index: 1000;
    }

    .am-prev1 {
        z-index: 1000;
        left: -20px;
    }

    .orang-button-100 {
        padding: 25px 20px;
        width: auto;
    }

    .tags-wrapper p {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: 0;
        line-height: normal;
    }

    .tags-wrapper {
        padding-top: 30px;
        position: relative;
    }

    .girl4 {
        margin-top: 111px;
    }

    img.boy {
        top: 160px;
    }

    .programming-body .section-discount {
        overflow-x: hidden;
    }

    .video-block {
        width: 610px;
        height: 410px;
        background-size: cover;
    }
    .video-block iframe {
        padding: 22px 59px 21px 60px!important;
    }
    .video-block2 iframe {
        padding: 116px 0 161px 22px;
        height: 101%;
        width: 100%;
    }


}

@media screen and (max-width: 1050px) {

    .carousel-control-prev {
        left: -10px;
    }

    .carousel-control-next {
        right: -10px;

    }

}

@media screen and (max-width: 991px) {
    .phone-header {
        width: 400px;
    }

    h1 {
        font-size: 36px;
    }

    .section-acquisition {
        min-height: 1130px;
    }

    .section-programs h2 {
        left: 0;
    }

    .span-arrow-red:before {
        top: 45px;
        right: -250px;
    }

    .span-arrow-red {
        margin-right: 0;
        display: inline-block;
        padding-right: 5px;
    }

    .section-advantages {
        margin-top: 0;
        background: #f1f6f9;
    }

    .gray-h2 {
        font-size: 40px;
        display: block;
    }

    h2 {
        font-size: 36px;
    }

    .section-discount {
        padding-top: 70px;
    }

    .girl {
        top: 461px;
        right: -32px;
    }

    .form-tm input {
        width: 100%;
    }

    .section-registration {
        padding-bottom: 50px;
    }

    .section-our-interest {
        padding-bottom: 30px;
        position: relative;
    }

    .section-our-interest:after {
        content: "";
        background: #d6eefc;
        width: 100%;
        height: 200px;
        left: 0;
        bottom: 0;
        right: 0;
        display: block;
        position: absolute;
        z-index: 0;
    }

    .form-our-interest {
        z-index: 10;
        position: relative;
    }

    .menu-footer {
        margin-top: 20px;
    }

    .footer-top-r {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .mental-arithmetic-body header .arrow-after:after {
        right: -23px;
        top: 63px;
    }

    .mental-arithmetic-body header .header-bottom {
        margin-top: 30px;
    }

    .position-1 {
        margin-bottom: 47px !important;
        margin-top: -27px;
        padding-left: 38px;
    }

    .position-2 {
        margin-bottom: 22px !important;
        padding-left: 100px;
    }

    .position-3 {
        padding-left: 113px;
    }

    .position-4 {
        padding-left: 0;
        margin-bottom: 33px !important;
        margin-left: -250px;
        max-width: 300px;
        margin-top: -40px;
    }

    .mental-arithmetic-body .section-registration .ul-tick li {
        margin-bottom: 20px;
        font-size: 16px;
        padding-left: 45px;
    }

    .mental-arithmetic-body .section-advantages {
        margin-top: -158px;
    }

    .mental-arithmetic-body .section-registration {
        min-height: 960px;
    }

    .mental-arithmetic-body .section-advantages h2 {
        margin-top: 40px;
    }

    .mental-arithmetic-body .section-programs {
        padding-bottom: 0;
    }

    .mental-arithmetic-body .girl2 {
        margin-top: 340px;
        right: 182px;
    }

    .mental-arithmetic-body .section-discount {
        background: #f1f6f9;
    }

    .mental-arithmetic-body .section-what-develop {
        padding-top: 160px;
    }

    .speed-reading-body .header-bottom {
        margin-top: 40px;
    }

    .speed-reading-body header .arrow-after:after {
        top: 32px;
    }

    .speed-reading-body .section-advantages {
        margin-top: 0;
    }

    .speed-reading-body .section-advantages {
        padding-bottom: 60px;
    }

    .speed-reading-body .section-disciples {
        padding-bottom: 0;
    }

    .calligraphy-body .section-acquisition {
        background: url(../images/calligraphy-background-2-2.png) no-repeat top center;
    }

    .calligraphy-body .section-advantages {
        margin-top: 0;
    }

    .girl4 {
        margin-top: 361px;
        left: -37px;
    }

    .necessary-professions-block p {
        text-align: left;
    }

    .necessary-professions-block {
        margin: 0 0 30px 0 !important;
        right: auto !important;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
    }

    img.boy {
        top: 254px;
    }

    .reading-body .section-acquisition {
        margin-top: 0;
    }

    .nav-tabs .nav-link {
        font-size: 16px;
    }

    .video-block {
        width: 450px;
        height: 303px;
    }

    .reading-body .section-registration h2 {
        font-size: 30px;
    }
    .video-block iframe {
        padding: 15px 42px 14px 43px!important;
    }
    .video-block2 iframe {
        padding: 116px 0 41px 22px;
        height: 100%;
        width: 100%;
    }


}




@media screen and (max-width: 767px) {
    .section-comments:after, .section-discount:after, .girl, .span-arrow-red:before, .d-no-767 {
        display: none;
    }

    .header-top-r-footer {
        width: 54px;
    }

    .header-top-r {
        width: calc(100% - 120px);
        flex-flow: wrap;
    }

    .logo {
        width: 115px;
    }

    .header-top-r-header {
        width: calc(100% - 54px);
    }

    .header-bottom {
        margin-top: 18px;
    }

    h1 {
        font-size: 24px;
        margin-bottom: 13px;
    }

    .header-bottom-block .font-18 {
        font-size: 16px;
    }

    .header-bottom-block {
        margin-bottom: 28px;
    }

    .orang-button {
        padding: 20px 20px;
        width: 290px;
    }

    .section-contacts h2, h2 {
        font-size: 30px;
    }

    h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .section-acquisition p {
        margin-bottom: 15px;
    }

    .section-programs h2 {
        top: -50px;
    }

    .program-block {
        margin-bottom: 20px;
    }

    .section-programs {
        padding-bottom: 20px;
    }

    .arrow-mobil {
        position: relative;
        line-height: normal;
        margin-bottom: 60px;
    }

    .arrow-after:after {
        width: 53px;
        background: url(../images/arrow-blu.png) no-repeat center/cover;
        height: 70px;
        top: 86px;
    }

    .arrow-after2:after, .arrow-mobil:after {
        content: "";
        display: block;
        background: url(../images/arrow-blu.png) no-repeat center/cover;
        width: 53px;
        height: 70px;
        position: absolute;
        top: 43px;
        right: 60px;
    }

    .arrow-after2:after, .arrow-mobil:after {
        top: 21px;
        right: 0;
    }

    .arrow-after2 {
        font-size: 18px;
    }

    .section-registration h2 {
        margin-bottom: 15px;
        font-size: 26px;
    }

    .section-registration {
        padding-top: 35px;
    }

    .ul-tick li {
        margin-bottom: 20px;
        font-size: 16px;
        padding-left: 45px;
    }

    .form-tm input {
        padding: 15px 23px;
        margin-bottom: 10px;
    }

    .form-tm button {
        margin-top: 12px;
    }

    .section-advantages {
        padding-top: 0;
    }

    .section-what-develop h2 {
        line-height: 35px;
        margin-bottom: 15px;
    }

    .section-discount {
        padding-top: 30px;
    }

    .girl-wrapper-mobil {
        display: block;
        margin-top: 25px;
    }

    .girl-wrapper-mobil img {
        max-width: 100%;
    }

    .form-discount-wrapper {
        padding: 30px 20px 0 20px;
    }

    .comments-wrapper {
        margin-top: 0;
    }

    .blu-white span {
        font-size: 44px;
    }

    .section-comments {
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .img-comment {
        text-align: center;
    }

    .carousel-control-prev, .carousel-control-next {
        top: 56px;
    }

    .section-results {
        padding-top: 35px;
        z-index: 100000;
        position: relative;
        padding-bottom: 35px;
    }

    .section-our-interest h2 {
        margin-bottom: 17px;
    }

    .map-container {
        position: relative;
        left: auto;
        width: 100%;
    }

    .section-contacts {
        padding: 20px 0 0 0;
    }

    .arrow-photo-mobil {
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }

    .section-our-interest {
        padding-top: 100px;
    }

    .contact-wrapper-footer .font-20 {
        font-size: 16px;
    }

    .contact-wrapper-footer .font-30 {
        font-size: 24px;
    }

    .contact-wrapper-footer {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .form-footer {
        padding-right: 0;
    }

    footer {
        padding-bottom: 0;
    }

    .footer-top {
        padding-bottom: 20px;
    }

    .footer-bottom *, .footer-bottom *:hover {
        color: #717f8a;
        margin-bottom: 0;
        font-size: 12px;
    }

    .footer-bottom {
        padding-bottom: 20px;
    }

    .footer-top-r {
        flex-flow: wrap;
    }

    .call {
        width: 100%;
        margin-bottom: 0;
    }

    .logo-footer-wrapper img {
        width: 90px;
        margin-right: 10px;
    }

    .logo-footer-wrapper span {
        width: calc(100% - 100px);
        font-size: 18px;
    }

    .menu-footer a {
        font-size: 13px;
    }

    .menu-footer {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .white-color {
        line-height: normal;
    }

    .white-color-wrapper {
        position: relative;
        top: -8px;
    }

    .logo-footer-wrapper {
        margin-bottom: 10px;
    }

    header {
        background-position-y: 343px;
        background-position-x: 77%;
        background-size: 1000px;
        min-height: 927px;
        position: relative;
    }

    header:after {
        content: "";
        position: absolute;
        top: 0;
        background: linear-gradient(to right, #ebf2f8, #dbe8f4);
        left: 0;
        width: 100%;
        height: 500px;
        z-index: -1;
    }

    .section-acquisition {
        background-position-y: 550px;
        background-position-x: -45px;
        background-size: 1000px;
        min-height: 1241px;
    }

    .section-programs {
        margin-top: -100px;
    }

    .section-programs h2 {
        top: -126px;
    }

    .programs-wrapper {
        margin-top: -50px;
    }

    .section-registration {
        background: #f1f6f9;
        min-height: 0;
    }

    .section-registration-mobile {
        background: #f1f6f9;

    }

    .section-advantages:before {
        display: none;
    }

    .section-advantages:after {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        bottom: auto;
        background: url(../images/background-5.png) no-repeat;
        content: "";
        z-index: 8;
        background-position-y: -20px;
        background-position-x: -45px;
        background-size: 890px;
        min-height: 440px;
        display: block;
    }

    .section-what-develop {
        background: url(../images/background-6.png) no-repeat bottom, #f2f6f9;
        background-size: 890px;
        background-position-x: 100%;
        min-height: 1770px;
    }

    .section-discount {
        background: #f2f6f9;
    }

    .section-our-interest {
        background: url(../images/background-10-mobil.png) no-repeat, #d6eefc;
        background-position-y: calc(100% + 60px);
        background-position-x: center;
        background-size: 135%;
        padding-top: 25px;
        border-top: 2px solid #30a8ef;
        padding-bottom: 214px;
    }

    .section-our-interest:after {
        display: none;
    }

    .map-container iframe {
        height: 270px;
        margin-bottom: -5px;
    }

    .no-dekstop {
        display: block;
    }

    span.no-dekstop a {
        font-size: 20px;
        text-decoration: none !important;
        color: #000000;
    }

    button.navbar-toggler.collapsed {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-toggler span:nth-child(1) {
        margin-top: 0;
    }

    .position-1, .position-2, .position-3, .position-4 {
        position: relative;
        margin: 0 !important;
        padding: 0 !important;
        margin-bottom: 15px !important;
    }

    .mental-arithmetic-body .section-acquisition {
        background-position-y: 947px;
        background-position-x: -45px;
        background-size: 1000px;
        min-height: 1520px;
    }

    .mental-arithmetic-body .section-registration {
        background-position-y: 666px;
        padding-top: 50px;
        background-position-x: right;
        background-size: 1000px;
        min-height: 1280px;
    }

    .mental-arithmetic-body .section-advantages .gray-h2 {
        display: block;
    }

    .mental-arithmetic-body .section-advantages:after {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        bottom: auto;
        background: url(../images/mental-arithmetic-background-4.png) no-repeat;
        content: "";
        z-index: 8;
        background-position-y: -20px;
        background-position-x: -55px;
        background-size: 890px;
        min-height: 538px;
        display: block;
    }

    .mental-arithmetic-body .section-programs {
        padding-top: 20px;
    }

    .mental-arithmetic-body .section-programs .programs-wrapper {
        margin-top: 0;
    }

    .mental-arithmetic-body .girl-wrapper2 {
        display: none;
    }

    .mental-arithmetic-body .girl2 {
        margin-top: 0;
        right: 0;
    }

    .spoiler-block a {
        display: inline-block;
    }

    .mental-arithmetic-body .section-comments {
        padding-bottom: 55px;
    }

    .mental-arithmetic-body .section-what-develop {
        background-position-y: 600px;
        padding-top: 50px;
        background-position-x: right;
        background-size: 1000px;
        min-height: 1100px;
    }

    .mental-arithmetic-body header {
        background-position-y: 432px;
        background-position-x: 77%;
        background-size: 1000px;
        min-height: 1105px;
        position: relative;
    }

    .speed-reading-body header:after {
        height: 700px;
    }

    .speed-reading-body header {
        background-position-y: 580px;
        min-height: 1290px;
    }

    .speed-reading-body .section-acquisition {
        background-position-y: 779px;
        min-height: 1389px;
    }

    .am-prev1 {
        left: -10px;
    }

    .am-next1 {
        right: -10px;
    }

    .speed-reading-body .section-discount {
        padding-bottom: 40px;
    }

    .oleg-andreev-wrapper {
        flex-flow: column;
    }

    .oleg-andreev-r {
        width: 100%;
        padding-left: 0;
    }

    .oleg-andreev-r p {
        max-width: none;
    }

    .orang-button-100 {
        width: auto;
    }

    .speed-reading-body header .arrow-after:after {
        right: 0;
        top: 63px;
    }

    .speed-reading-body .section-advantages:after {
        display: none;
    }

    .speed-reading-body .section-advantages {
        background-position-y: 1140px;
        background-position-x: -4px;
        background-size: 1000px;
        min-height: 1800px;
    }

    .calligraphy-body .section-advantages {
        min-height: 1687px;
        background: url(../images/calligraphy-background-4.png) no-repeat, #f1f6f9;
        background-size: 890px;
        background-position-y: 1251px;
        background-position-x: -55px;
    }

    .calligraphy-body .section-advantages:after {
        display: none;
    }

    .handwriting-wrapper img {
        margin-bottom: 30px;
    }

    .calligraphy-body .section-disciples {
        padding-bottom: 0;
    }

    .calligraphy-body .section-discount h2 {
        font-size: 26px;
    }

    .form-discount-wrapper h3 {
        font-size: 22px;
    }

    .calligraphy-body .section-discount .form-tm {
        padding-bottom: 40px;
        margin-bottom: 35px;
    }

    .girl4 {
        margin-top: 0;
        position: inherit;
        margin-bottom: 111px;
    }

    .calligraphy-body .section-acquisition {
        background-position-y: 647px;
        background-position-x: -45px;
        background-size: 1000px;
        min-height: 1047px;
    }
    .programming-body header {
        min-height: 1030px;
    }
    .programming-body .section-acquisition {
        background: #f1f6f9;
        margin-top: 0;
        padding-top: 0;
        min-height: 0!important;
        padding-bottom: 0;
    }

    .necessary-professions-block {
        text-align: center;
    }

    .necessary-professions-block {
        text-align: center;
        display: flex;
        justify-content: center;
        flex-flow: column;
        align-items: center;
    }

    .necessary-professions-block p {
        text-align: center;
    }
    .programming-body .section-advantages {

    }

    .programming-body .section-advantages:after {
        display: none;
    }

    .programming-body .section-advantages {
        background: url(../images/programming-background-3.png) no-repeat top center, #f1f6f9;
        background-position-y: 1450px;
        background-position-x: -55px;
        background-size: 890px;
        min-height: 1910px;
    }
    img.boy {
        top: 0;
    }
    .programming-body .section-discount .form-tm {
        padding-bottom: 30px;
    }


    .programming-body .section-disciples h2, .programming-body .section-advantages h2 {
        line-height: normal;
    }
    .reading-body header {
        background-position-y: 632px!important;
        min-height: 1240px!important;
    }
    .nav-tabs .nav-link {
        padding: 10px 15px 10px 15px;
        font-size: 16px;
    }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        padding: 13px 18px 13px 18px;
    }

    .tab-content-wrapper .orang-button {
        margin-bottom: 30px;
    }
    .reading-body .section-acquisition {
        padding-bottom: 80px!important;
    }
    .video-wrapper {
        margin-top: 0;
    }

    .reading-body .section-registration {
        min-height: 0!important;
        background: #f1f6f9;
    }
    .reading-body .section-acquisition {
        background: url(../images/reading-background-2-2.png) no-repeat bottom center!important;
        padding-bottom: 335px!important;
        background-position-x: -45px!important;
        background-size: 1000px!important;
    }

    .reading-body header:after {
        height: 1000px!important;
    }
    .mental-arithmetic-body2 .section-registration1 {
        background: #f1f6f9;
    }
    .video-block2 iframe {
        padding: 20px 0;
        height: 315px;
        width: 560px;
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .mental-arithmetic-body header .arrow-after:after {
        right: -13px;
    }
    .reading-body .section-contact-reading .font-40 {
        font-size: 28px;
    }
}

@media screen and (max-width: 516px) {
    .programming-body .section-advantages {
        background-position-y: 1545px!important;
        min-height: 2010px!important;
    }
}


@media screen and (max-width: 511px) {
    .nav-tabs .nav-link {
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 500px) {
    .mental-arithmetic-body .section-registration {
        background-position-y: 725px;
        min-height: 1335px;
        background-position-x: calc(100% + 163px);

    }

}

@media screen and (max-width: 490px) {
    .speed-reading-body .section-acquisition {
        background-position-y: 890px;
        min-height: 1514px;
    }

}

@media screen and (max-width: 480px) {
    .slogan {
        font-size: 14px;
    }

    .logo {
        width: 90px;
    }

    .header-top-r {
        width: calc(100% - 90px);
        padding-left: 20px;
    }

    .navbar-toggler {
        padding: 0;
    }

    .orang-button {
        width: 100%;
    }

    section.section-advantages .gray-h2 {
        display: none;
    }

    .section-what-develop {
        min-height: 1869px;
    }

    .mental-arithmetic-body .section-what-develop h2, .mental-arithmetic-body .form-discount-wrapper h3, .mental-arithmetic-body .section-discount h2, .mental-arithmetic-body .section-acquisition h2:nth-child(1) {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .mental-arithmetic-body .section-registration {
        background-position-y: 735px;
        min-height: 1192px;
    }

    .mental-arithmetic-body .section-advantages {
        margin-top: 0;
    }

    .mental-arithmetic-body .section-what-develop {
        background-position-y: 750px;
        min-height: 1224px;
    }

    .mental-arithmetic-body header {
        background-position-y: 547px;
        min-height: 1220px;
    }

    .mental-arithmetic-body .section-comments h2 span {
        font-size: 38px;
    }

    .mental-arithmetic-body header:after {
        background: linear-gradient(to right, #ebf2f8, #dee9f4);
        height: 663px;
    }

    .speed-reading-body header {
        background-position-y: 680px;
        min-height: 1367px;
    }

    .what-develop-block2 {
        flex-flow: column;
    }

    .what-develop-block2-l {
        margin-bottom: 30px;
    }

    .speed-reading-body .section-acquisition {
        background-position-y: 1300px !important;
        min-height: 1920px !important;
    }

    .speed-reading-body .section-registration {
        padding-top: 30px;
    }

    .what-develop-block2-r {
        width: 100%;
    }

    .girl4 {
        left: auto;
    }

    .calligraphy-body .section-acquisition .font-22 {
        font-size: 18px;
    }

    .calligraphy-body .section-acquisition {
        background-position-y: 847px !important;
        min-height: 1247px !important;
    }

    .programming-body .section-acquisition h2 span.gray-h2 {
        word-break: break-all;
    }
    .programs-wrapper {
        margin-top: 0;
    }
    .video-block {
        width: 290px;
        height: 195px;
    }
    .video-block iframe {
        padding: 10px 27px 11px 29px!important;
    }

}

@media screen and (max-width: 445px) {
    .programming-body .section-advantages {
        background-position-y: 1621px!important;
        min-height: 2072px!important;
    }
}


@media screen and (max-width: 420px) {
    .mental-arithmetic-body .section-registration {
        background-position-y: 795px;
        min-height: 1250px;
    }
}

@media screen and (max-width: 413px) {
    .mental-arithmetic-body .section-registration {
        background-position-y: 855px;
        min-height: 1305px;
    }
    .reading-body header {
        background-position-y: 770px!important;
        min-height: 1400px!important;
    }
}

@media screen and (max-width: 410px) {
    .section-acquisition {
        background-position-y: 734px;
        min-height: 1437px;
    }

    .arrow-mobil:after {
        top: 77px;
    }
}




@media screen and (max-width: 400px) {
    .orang-button {
        padding: 20px 15px;
    }

    .section-registration h2, .section-our-interest h2 {
        font-size: 32px;
    }

}

@media screen and (max-width: 370px) {
    .mental-arithmetic-body .section-registration {
        background-position-y: 910px;
        min-height: 1363px;
    }
}

@media screen and (max-width: 365px) {
    .mental-arithmetic-body .section-acquisition {
        background-position-y: 1021px;
        min-height: 1561px;
    }

    .mental-arithmetic-body header {
        background-position-y: 650px;
        min-height: 1350px;
    }

    .mental-arithmetic-body .section-registration {
        background-position-y: 985px;
        min-height: 1440px;
    }

    .speed-reading-body header {
        background-position-y: 765px;
        min-height: 1430px;
    }

    .speed-reading-body .section-advantages {
        background-position-y: 1210px;
        min-height: 1900px;
    }


    .programming-body .section-advantages {
        background-position-y: 1720px!important;
        min-height: 2172px!important;
    }


}

@media screen and (max-width: 350px) {
    .reading-body header {
        background-position-y: 800px!important;
        min-height: 1430px!important;
    }
}

@media screen and (max-width: 340px) {
    .section-what-develop {
        min-height: 2000px;
    }

    .mental-arithmetic-body .section-acquisition {
        background-position-y: 1080px;
        min-height: 1600px;
    }
    .programming-body .section-advantages {
        background-position-y: 1800px!important;
        min-height: 2250px!important;
    }
    .reading-body header {
        background-position-y: 870px!important;
        min-height: 1520px!important;
    }

}




.orang-button2 {
    background: linear-gradient(to right, #ee6f00, #f3b000);
    padding: 4px 4px;
    font-family: 'Century Gothic Bold';
    width: 150px;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    box-shadow: 0 0px 3px #da7d2b;
	background: #ee6f00;
}

.orang-button2:hover {
    box-shadow: 0 1px 6px #ee6f00;
    background: #ee6f00;
}

@media screen and (max-width: 1199px) {
    .orang-button2 {
        margin: 8px 0 0 20px; 
    }
}

.orang-button3 {
    background: #4fc0ff;
	background: linear-gradient(to right, #4fc0ff, #028ad7);
    padding: 12px 0px;
    font-family: 'Century Gothic Bold';
    width: 260px;
    border: 0;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 0px 3px #028ad7;
	
}

.orang-button3:hover {
    box-shadow: 0 1px 6px #4fc0ff;
    background: #028ad7;
}


.scrollup{
width:40px;
height:40px;
opacity:0.3;
position:fixed;
bottom:50px;
right:100px;
display:none;
text-indent:-9999px;
background: url('icon_top.png') no-repeat;
}

.phone-header span a {

    font-weight: bold;
}


.span-arrow-red2 {
    color: #fff;
    background: #ef8100;
    padding-left: 5px;
    margin-right: 5px;
    margin-left: -5px;
    position: relative;
}

h3.course-name {
    font-size: 20px;
}

.navbar-nav li.active a {
    color: #018ad7;
    text-decoration: none;
    border-bottom: 1px dashed;
}

@media screen and (max-width: 1199px) {
    .navbar-nav li.active a {
        color: #fff;
    }
}


/*-- Start Стили оформления кнопочки "Вверх/Вниз" --*/
#Go_Top, #Go_Bottom {
	display:none;
	width: 50px;
	height: 50px;
	position: fixed;
	cursor:pointer;
	right: 15px;
	z-index: 1000;
}
#Go_Top {
    bottom: 80px; 
    background: url(../images/go_up.png) no-repeat center top; 
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    }
#Go_Bottom {bottom: 20px; background: url(../images/go_bottom.png) no-repeat center top;}
/*-- End Стили оформления кнопочки "Вверх/Вниз" --*/

#logo a {background-image: url('/images/logo.png'); width:111px; height:93px;display: block;}  /* картинка сразу */

@media screen and (max-width: 425px) {#logo a {width: 90px;height: 74px;background-size: contain;background-repeat: no-repeat; }}


#logo a:hover {background-image: url('/images/logo_2.png');} /* картинка при наведении курсора */

.captcha-wrapper {
    
}

#recaptchaModal {
    display: none;
    flex-direction: column;
    position: fixed;
    min-width: 350px;
    min-height: 160px;
    top: 150px;
    left: 50%;
    margin-left: -175px;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    z-index:  100000002;
    padding: 0 20px 0 20px;
}

#recaptcha-close {
    display: flex;
    justify-content: flex-end;
    padding-right: 6px;
}

.recaptcha-visible {
    display: flex !important;
}


@media (min-width: 1200px) {
    #recaptchaModal {
        left: 50%;
        margin-left: -220px;
    }

    .g-recaptcha,
    .g-recaptcha iframe {
        margin: 5px;
        width: 405px;
        height: 105px;
        transform: scale(0.95);
    }
    
     .g-recaptcha-bubble-arrow + div, 
    .g-recaptcha-bubble-arrow + div > iframe {
        width: 542px !important;
        height: 792px !important;
        position: fixed;
        top: 100px;
        /* transform: scale(0.8); */
    }
}
.error-popup__header {
    color: #ff3333;
}
.error-popup__text {
    font-size: 24px;
}

.success-popup__header {
    color: #4BB543;
}
.success-popup__text {
    font-size: 24px;
}





















