/* Менар */

/* ===============================================
   1. ШРИФТЫ
   =============================================== */

@font-face {
    font-family: 'Roboto Condensed Bold';
    src: url('../fonts/RobotoCondensed-Bold.eot');
    src: url('../fonts/RobotoCondensed-Boldd41d.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/OpenSansd41d.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-Boldd41d.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/CenturyGothicd41d.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-Italicd41d.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-SemiboldItalicd41d.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;
}

/* ===============================================
   2. БАЗОВЫЕ СТИЛИ
   =============================================== */

* {
    outline: none !important;
}

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

img {
    max-width: 100%;
}

a, button {
    cursor: pointer;
}

/* ===============================================
   3. ТИПОГРАФИЯ
   =============================================== */

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

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

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

h3 {
    padding-top: 10px;
}

/* Классы размеров шрифтов */
.font-12 { font-size: 12px; }
.font-13 { font-size: 13px; }
.font-14 { font-size: 14px; }
.font-15 { font-size: 15px; }
.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-28 { font-size: 28px; }
.font-30 { font-size: 30px; }
.font-32 { font-size: 32px; }
.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';
}

/* ===============================================
   4. ХЕДЕР
   =============================================== */

/* Базовые стили для header-top */

header {
    background: url("../images/background-header-new.webp") no-repeat top center;
    min-height: 1064px;
}

.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;
}

/* ===============================================
   5. НАВИГАЦИЯ
   =============================================== */

.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;
}

.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;
}

/* ===============================================
   6. СОЦИАЛЬНЫЕ СЕТИ
   =============================================== */

.social-networks {
    display: flex;
}

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

/* ===============================================
   7. БЛОК ПОД ХЕДЕРОМ
   =============================================== */

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

.header-bottom-block {
    margin-bottom: 40px;
    position: relative;
    padding-left: 40px;
}

.header-bottom-block:nth-of-type(1) {
    width: 454px;
}

.header-bottom-block:nth-of-type(2) {
    max-width: 360px;
}

.header-bottom-block:nth-of-type(3) {
    max-width: 400px;
}

.header-bottom-block::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    width: 37px;
    height: 37px;
    background: url('../images/tick-orange.png') no-repeat center center;
    transform: translateY(-50%);
}

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

.header-bottom-block-2 {
    max-width: 423px;
}

/* ===============================================
   8. КНОПКИ
   =============================================== */

.orang-button {
    background: linear-gradient(to right, #ee6f00, #f3b000);
    padding: 25px 20px;
    font-family: 'Century Gothic Bold';
    width: 364px;
    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;
}

.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;
}

.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;
}

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

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

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

.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;
}

/* ===============================================
   9. СЕКЦИИ
   =============================================== */

/* Что приобретает ребенок */
.section-acquisition {
    background: url("../images/background-2-new.webp") no-repeat top center;
    min-height: 1097px;
}

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

/* Наши программы */
.section-programs {
    background: url(../images/background-4-new.jpg) no-repeat top center;
    margin-top: -246px;
    padding-bottom: 0;
    min-height: 1090px;
    position: relative;
}

.section-programs-zagolovok {
    padding-left: 148px;
    padding-top: 194px;
}

.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;
}

/* Программные блоки */
.program-block {
    box-shadow: 0 0 5px #ecf2f5;
    border-radius: 10px;
    background: #fff;
    padding: 15px 12px;
    height: 400px;
    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; }

.program-block p {
    color: #000000;
    font-size: 15px;
    text-align: left;
    margin: 16px 0 0 0;
}

.program-block h3 {
    height: 115px;
    color: #2e3747;
    margin-bottom: -90px;
    margin-right: -83px;
    font-family: 'Century Gothic Bold';
}

.program-block-header.t5.zag {
    padding-right: 20px;
}

.program-block-header.t6.zag {
    max-width: 230px;
}

.program-block-header.t6.text,
.program-block-header.t5.text,
.program-block-header.t4.text {
    padding-top: 24px;
}

/* Запишитесь на бесплатное занятие */
.section-registration {
    background: url(../images/background-3-new.jpg) no-repeat top center, #f1f6f9;
    min-height: 1111px;
    position: relative;
    padding-top: 120px;
}

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

/* Преимущества */
.section-advantages {
    min-height: 664px;
    margin-top: -90px;
    z-index: 16;
    position: relative;
    background: url(../images/background-5-new.jpg) no-repeat top center;
}

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

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


section.section-advantages {
    background-color: #f1f6f9;
}


.section-what-develop h2 {
    line-height: 58px;
    margin-left: 1px;
    margin-top: 69px;
    margin-bottom: 179px;
}

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

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

.what-develop-wrapper {
    padding: 20px 0;
}

.what-develop-block {
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 30px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.what-develop-wrapper {
    padding: 20px 0;
}

.what-develop-block {
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 30px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.what-develop-block img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 20px; /* Убираем отрицательный margin */
    margin-left: 0; /* Убираем отрицательный margin */
    display: block;
}

.what-develop-block h3 {
    font-size: 18px;
    color: #018ad7;
    font-family: 'Century Gothic Bold';
    text-transform: uppercase;
    margin: 0;
    padding: 0 10px;
    line-height: 1.3;
    text-align: center;
}


/* Вашему ребенку понравится */
.section-discount {
    background: url("../images/background-7-new.jpg") no-repeat center top;
    min-height: 900px;
    margin-top: -17px;
    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 > .row,
.section-discount > .container > .row > *:nth-child(1) {
    height: 100%;
    min-height: 100%;
}

/* Отзывы */
.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;
}

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

/* Фото - результаты */
.section-results {
    padding-top: 200px;
    background: #f1f6f9;
    padding-bottom: 10px;
}

.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;
    -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;
    cursor: pointer;
}

/* Мы заинтересованы в развитии вашего ребенка */
.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;
}

/* Контакты */
.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;
}

/* ===============================================
   10. ФОРМЫ
   =============================================== */

.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;
}

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

.form-footer input {
    width: 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;
}

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

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

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

/* ===============================================
   11. СПИСКИ
   =============================================== */

.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;
}

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

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

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

.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;
}

.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");
}

.gray-h2-podnim {
	padding-bottom: 20px;
}
.priznaki.problem {
    padding-top: 20px;
}
.pp-inside {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.gray-h2-podnim p {
	font-size: 36px;
}
.icon-list {
	max-width: 600px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", sans-serif;
}
.icon-list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 75px;
	margin-bottom: 75px;
	padding-left: 95px;
    position: relative;
}
.icon-list li:before {
	content: "";
	display: block;
	width: 75px;
	height: 75px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url("../images/icon-section2.svg");
	background-size: 100% auto;
}
.icon-list li p {
	margin-bottom: 0;
	font-size: 18px;
}
li.t1 {
	left: 195px;
}
li.t2 {
	left: 265px;
}
li.t3 {
	left: 285px;
}
li.t4 {
	left: 255px;
}

/* ===============================================
   12. СЛАЙДЕРЫ
   =============================================== */

.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;
}

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

.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;
}

/* ===============================================
   13. ФУТЕР
   =============================================== */

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;
}

/* ===============================================
   14. МОДАЛКИ
   =============================================== */

.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;
}

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

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

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

#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;
}

/* ===============================================
   15. УТИЛИТЫ
   =============================================== */

.no-dekstop {
    display: none;
}

.arrow-after {
    position: relative;
}

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

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

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

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

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

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

.blu-white {
    color: #fff;
}

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

.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-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

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

.bac-span {
    background: #ffb60e;
}

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

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

.block {
    display: block;
}

/* Девочка */
.girl-wrapper {
    position: relative;
}

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

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

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

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

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

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



/* Комментарии */
.img-comment img {
    border-radius: 50%;
}

/* Возраст и результаты */
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;
}

/* Алерты */
.alert {
    position: fixed;
    top: 40px;
    right: 30px;
    font-size: 16px;
    z-index: 200;
}

.alert2 {
    display: none;
}

.error-popup__header {
    color: #ff3333;
}

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

.success-popup__header {
    color: #4BB543;
}

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

/* Кнопки вверх/вниз */
#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;
}

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

/* Стрелки */
.arrow-mobil {
    position: relative;
    line-height: normal;
    margin-bottom: 60px;
}

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

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

.arrow-photo-mobil {
    display: none;
}

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

/* ===============================================
   16. СПЕЦИФИЧНЫЕ СТИЛИ ДЛЯ РАЗНЫХ СТРАНИЦ
   =============================================== */

/* Ментальная арифметика */
.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;
}

.mental-arithmetic-body .section-registration {
    background: url(../images/mental-arithmetic-background-4.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;
}

.mental-arithmetic-body .section-advantages:before {
    background: url(../images/mental-arithmetic-background-3.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 h2 {
    margin-top: 210px;
}

.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;
}

p.font-26.forma-consul {
    max-width: 400px;
}

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

.mental-arithmetic-body .section-discount {
    background: url(../images/mental-arithmetic-background-2.png) no-repeat center top, #f1f6f9;
}

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

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

.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;
}

.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;
}

/* Позиции */
.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;
}

/* Программные блоки арифметики */
.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;
}

/* Скорочтение */
.speed-reading-body header {
    background: url(../images/speed-reading-background-1.png) no-repeat top center;
}

.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;
}

.speed-reading-body .section-registration {
    background: url(../images/speed-reading-background-4.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-3.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;
}

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

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

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

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

/* Что развивает блок 2 */
.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);
}

/* Олег Андреев */
.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-4.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-3.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;
}

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

.calligraphy-body .section-discount:before {
    content: "";
    background: url(../images/calligraphy-background-2.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;
}

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

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

/* Программирование */
.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-4.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;
}

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

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

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

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

/* Необходимые профессии */
.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;
}

/* Курсы */
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;
}

/* Чтение */
.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;
}

.reading-body .section-registration {
    background: url(../images/reading-background-4.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;
}

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

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

/* Табы */
.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;
}

/* Видео блоки */
.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-block2 {
    width: 100%;
    height: 100%;
}

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

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

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

/* Теги */
.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;
}

.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;
}

/* Спойлеры */
.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");
}

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

/* Специальные стили */
.gray-h2-2222222222222 {
    padding-top: 133px;
    padding-left: 164px;
}

p.font-26.arrow-mobil-t1 {
    margin-top: -21px;
}

.col-md-9 {
    padding-top: 58px;
    padding-bottom: 9px;
}

.h1.\32 22222 {
    color: #018ad7;
    text-align: center;
    max-width: 569px;
    padding-top: 53px;
    padding-left: 108px;
}



.h2.\31 451241222 {
    color: white;
    max-width: 666px;
    text-align: center;
    padding-left: 15px;
    margin-top: 272px;
    border-width: 19px;
}

/* ===============================================
   17. MEDIA QUERIES (ОТ БОЛЬШЕГО К МЕНЬШЕМУ)
   =============================================== */

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


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

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

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

    .container.header-top-next {
        margin-left: 71px;
    }

    .header-bottom h1 {
        font-size: 36px;
        margin-bottom: 35px;
        padding-top: 80px;
    }
    
    .header-bottom-block {
        margin-bottom: 30px;
        padding-left: 35px;
        max-width: 304px;
    }
    
    .header-bottom-block::before {
        width: 37px;
        height: 37px;
        left: -10px;
    }
    .header-bottom-block .font-16 {
        font-size: 14px;
        max-width: 264px;
    }
    
    .header-bottom-block-2 {
        max-width: 380px;
        padding-top: 36px;
    }

    .header-bottom-block-2 .font-22 {
        font-size: 19px;
    }
    
    .orang-button {
        width: 320px;
        padding: 22px 18px;
        font-size: 16px;
    }

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

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

    #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;
    }

    /* Навигация */
    .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.active a {
        color: #fff;
    }

    .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;
        justify-content: space-between;
    }

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

    .orang-button2 {
        margin: 8px 0 0 20px;
    }

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

    .navbar {
        padding: 0;
    }

    .arrow-after:after {
        right: 0;
        top: 103px;
    }


    .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%;
    }

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

    .program-block-header.t5.zag {
    max-width: 228px;
    }


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


    h1 {
        font-size: 36px;
    }

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

    .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;
    }

    .h2.\31 451241222 {
    padding-right: 135px;
    margin-top: 177px;
    }

    .h1.\32 22222 {
        padding-top: 53px;
        padding-right: 114px;
        max-width: 608px;
        padding-left: 0px;
    }

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

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

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

    .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;
        padding-bottom: 60px;
    }

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

    /* Каллиграфия */
    .calligraphy-body .section-acquisition {
        background: url(../images/calligraphy-background-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;
    }

    .container.section-registration-for {
    margin-left: 45px;
    }

    .container.uverennost\' {
    margin-left: 51px;
    }

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

    .container.section-discount-for {
    margin-left: 21px;
    }

    .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%;
    }
    
    .carousel-control-prev {
        left: -30px;
    }

    .header-bottom {
        margin-top: 60px;
    }
    
    .container.header {
    margin-left: 76px;
    }

    .section-programs-zagolovok {
    padding-left: 107px;
    padding-top: 159px;
    padding-bottom: 36px;
    width: 663px;
    }

    .header-bottom h1 {
        font-size: 36px;
        margin-bottom: 35px;
        padding-top: 80px;
    }
    
    .header-bottom-block {
        margin-bottom: 30px;
        padding-left: 35px;
        max-width: 304px;
    }
    
    .header-bottom-block .font-18 {
        font-size: 17px;
    }
    
    .header-bottom-block .font-16 {
        font-size: 14px;
        max-width: 264px;
    }
    
    .header-bottom-block-2 {
        max-width: 380px;
    }
    
    .container.priznaki-problem {
        max-width: 960px;
    }

    .priznaki.problem {
    padding-left: 0px;
    height: ном;
    max-width: 1085px;
    padding-top: 30px;
    }

    .font-16.acqui.t2::before {
        left: 0px;
    }

    li.font-16.acqui.t2 {
    padding-left: 27px;
    }

    .font-16.acqui.t3.text {
    padding-left: 92px;
    }

    .font-16.acqui.t4.text {
    padding-left: 93px;
    }

    .font-16.acqui.t1.text {
    padding-left: 83px;
    }

    .font-16.acqui.t3::before {
        left: 0px;
    }

    .font-16.acqui.t4::before {
        left: 0px;
    }

    .header-bottom-block-2 .font-22 {
        font-size: 19px;
    }
    
    .orang-button {
        width: 320px;
        padding: 22px 18px;
        font-size: 16px;
    }

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

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

    #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;
    }

    /* Навигация */
    .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.active a {
        color: #fff;
    }

    .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;
        justify-content: space-between;
    }

    .orang-button2 {
        margin: 8px 0 0 20px;
    }

    .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-4-new.jpg) no-repeat top center, #f1f6f9;
        height: 1564px;
    }

    .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%;
    }

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

    .program-block-header.t5.zag {
    max-width: 400px;
    }

    .program-block-header.t4.zag {
    max-width: 231px;
    }

    .gray-h2-2222222222222 {
    padding-left: 14px;
    }

    .section-what-develop h2 {
    margin-top: 19px;
    width: 697px;
    margin-bottom: 96px;
    }

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

    h1 {
        font-size: 36px;
    }

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

    .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;
    min-height: 662px;
    }

    .h1.\32 22222 {
        padding-top: 53px;
        padding-right: 114px;
        max-width: 608px;
        padding-left: 0px;
    }

    .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;
        padding-bottom: 60px;
    }

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

    /* Каллиграфия */
    .calligraphy-body .section-acquisition {
        background: url(../images/calligraphy-background-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%;
    }
	

    .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;
    }
}





@media (max-width: 992px) {

    header {
    min-height: 1242px;
    background-position-x: -390px;
    padding-bottom: 20px;
  }

  .header-bottom-wrapper {
    width: 100%;
    padding-top: 38px;
  }


      .h2.\31 451241222 {
    padding-right: 200px;
    }

    .section-programs-zagolovok {
    padding-left: 75px;
    }

  .header-bottom-wrapper-2 {
    padding-bottom: 38px;
    }

    .header-bottom h1 {
    padding-top: 0px; 
    width: 380px;
    }
    

  .logo {
    width: 120px;
  }

  .container.section-registration-for {
    margin-left: 56px;
    }



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

  .slogan {
    font-size: 16px;
  }

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

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


  #logo a {
	display: block;
	width: 100%;
	height: auto;
  }
  


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

  .slogan {
    font-size: 15px;
  }

  .section-advantages .col-md-4 {
    padding: 0px;
    max-width: 0px;
    }

    .section-programs {
    height: 1534px;
    }


  .phone-header span {
    font-size: 20px;
  }
  

    .what-develop-block {
        min-height: 180px;
        padding: 15px 10px;
        margin-bottom: 25px;
    }
    
    .what-develop-block img {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }
    
    .what-develop-block h3 {
        font-size: 16px;
    }

    
    .header-top-r {
        width: calc(100% - 120px);
    }
    
    .slogan {
        font-size: 15px;
    }
}

@media (max-width: 768px) {


    .h1.\32 22222 {
  padding-top: 0px;
  }

  .container {
  max-width: 472px;
  }

  .header-top-r-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-networks.d-xl-none {
    display: flex !important;
    margin-top: 8px;
  }

    .section-programs {
        height: auto;
    }

    .gray-h2-2222222222222-text {
    font-size: 33px;
    }

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

  /*.d-none {
    display: flex !important;
    }*/

    .section-advantages .col-md-4 {
    padding: 0px;
    max-width: 0px;
    }

    .gray-h2-2222222222222 {
        padding-left: 13px;
    }

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


    .orange-background {
    font-size: 135px;
    }

    .advantages-block-text {
    font-size: 22px;
    }

    .section-what-develop h2 {
        margin-top: 122px;
        margin-bottom: 43px;
        width: 100%;
    }



    .container.contacsss {
        margin-right: 297px;
        width: 388px;
    }

   .container.header {
    margin-left: auto;
    }

    .section-programs-zagolovok {
    width: 583px;
    padding-left: 75px;
    max-width: 100%;
    }


  .phone-header span {
    display: block;
    margin: 5px 0;
  }
  
    
    .logo {
        width: 115px;
    }
    
    .header-top-r {
        width: 100%;
        flex-wrap: wrap;
    }
    
    .header-top-r-header {
        flex-direction: column;
        align-items: flex-start;
        width: calc(100% - 54px);
    }
    
    .phone-header {
        flex-direction: column;
        gap: 5px;
    }
    
    .phone-header span {
        display: block;
        margin: 5px 0;
    }
    
    .header-top-r-footer {
        width: 54px;
    }
	

    .header-bottom-wrapper {

        padding-top: 0;
    }
    .header-bottom-wrapper-2 {
        padding-bottom: 0px;
    }
	    .header-bottom-block {
        margin-bottom: 0px;
    }

    .header-bottom-block-2 {

        padding-top: 0px;
    }
	
	li.t1 {
    left: 0px;
}
li.t2 {
    left: 0px;
}
li.t3 {
    left: 0px;
}
li.t4 {
    left: 0px;
}
    .header-bottom-block-2 .font-22 {
        font-size: 19px;
        max-width: 100%;
    }
	
	    .header-bottom h1 {

        width: 100%;
    }
	    .container.contacsss {
        margin-right: auto;
        width: 100%;
    }
	
	.h1.\32 22222 {
        padding-right: 0px;
        max-width: 100%;
        padding-left: 0px;
    }
	
	    .h2.\31 451241222 {
        padding-right: 0px;
		max-width: 100%;
    }
	    .container.section-discount-for {
        margin-left: 0px;
		      
    }
    .container.section-discount-for {
        margin-left: 0px;
    }
    .container {
        max-width: 100%;
	}
	
	    .arrow-after:after {
        width: 53px;
        background: url(../images/arrow-blu.png) no-repeat center / cover;
        height: 70px;
        top: 86px;
    }
	
	.icon-list li {
    margin-bottom: 15px;

}
    .section-acquisition {
        background-position-y: 740px;
        background-position-x: -45px;
        background-size: 1000px;
        min-height: 1031px;
    }
	
	.section-acquisition {
	min-height: 1312px;
    background-color: #fff;
}


}



@media (max-width: 576px) {
  header {
        background-size: auto;
        padding: 10px 0;
        min-height: 1054px

    }


    .container.header-top-next {
        margin-left: 0;
    }
	.slogan {
		font-size: 14px
	}
	.header-top-r-footer .navbar {
		padding: 0;
	}

  .navbar-toggler {
    display: block;
  }

  .nav-menu {
    flex-direction: column;
  }

  .no-dekstop {
    display: block !important;
  }

      .gray-h2-2222222222222-text {
    font-size: 42px;
    }


  .phone-header {
    display: none !important;
  }
  
  /* Скрываем элементы */
    .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% - 110px);
        flex-flow: wrap;
    }

    .logo {
        width: 90px;
    }

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

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

    /* Типография */
    h1 {
        font-size: 24px;
        margin-bottom: 13px;
    }

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

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

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

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


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



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

    .col-md-12.col-lg-6 {
        max-width: 100%;
    }

    .advantages-block-text {
		font-size: 14px;
    }
    .orange-background {
		font-size: 90px;
    }
        .advantages-wrapper {
        width: 100%;
    }

    .container.uverennost\' {
         margin-left: auto; 
    }

    .container.section-registration-for {
    margin-left: auto;
    }

    /* Кнопки */
    .orang-button {
        padding: 20px 20px;
        width: 290px;
    }

    /* Секции */
    .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-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;
    }

    li.font-16.acqui.t2 {
    padding-top: 33px;
    }

    .font-16.acqui.t2::before {
    left: -5px;
    top: 78px;
    }

    .font-16.acqui.t3.text {
    padding-top: 32px;
    }

    .font-16.acqui.t3::before {
    left: -5px;
    top: 46px;
    }

    .font-16.acqui.t4::before {
    left: -5px;
    top: 63px;
    }

    .font-16.acqui.t4.text {
    padding-top: 55px;
    }

    /* Преимущества */
    .section-advantages {
        padding-top: 0;
        max-height: 100px;
    }

    /* Что развивают */
    .section-what-develop h2 {
        margin-bottom: 15px;
        margin-top: 0px;
    }

    /* Скидки */
    .section-discount {
    padding-top: 30px;
    background-position-x: -671px;
    }


    .h2.\31 451241222 {
    padding-top: 72px;
    margin-bottom: 100px;
    }

    .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;
    }

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

    /* Карта */
    .map-container {
        position: relative;
        left: auto;
        width: 100%;
    }

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

    /* Контакты */
    .section-contacts {
        padding: 20px 0 0 0;
    }

    .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;
    }

    /* Фото стрелки */
    .arrow-photo-mobil {
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }

    /* Футер */
    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;
    }

    /* Мобильная навигация */
    .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;
    }

    /* Фоновые изображения */
    header {
        background-position-y: 499px;
        background-position-x: 77%;
        background-size: 1000px;
        min-height: 1052px;
        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: 740px;
        background-position-x: -45px;
        background-size: 1000px;
        min-height: 1312px;
    }

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

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

    .programs-wrapper {
		max-width: 100%;
		overflow: hidden;
        margin-top: -50px;
    }
	
    .section-registration {
        background-position-x: -615px;
        background-position-y: -42px;
        min-height: 0;
    }

    .section-programs-zagolovok {
    padding-left: 60px;
    width: 548px;
    padding-bottom: 77px;    
    }

    .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.ng) 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-2-new.webp) no-repeat bottom, #f2f6f9;
        background-size: 890px;
        background-position-x: 100%;
        min-height: 1297px;
        padding-top: 59px;
    }

    .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;
    }

    /* Позиции */
    .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-3.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;
        display: flex;
        justify-content: center;
        flex-flow: column;
        align-items: center;
    }

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

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

    .programming-body .section-advantages {
        background: url(../images/programming-background-4.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%;
    }

  .header-top-r-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .social-networks.d-xl-none {
    display: flex !important;
    margin-top: 8px;
  }



  .header-top-r-footer .navbar {
    padding: 0;
  }

  .navbar-toggler {
    display: block;
  }

  .nav-menu {
    flex-direction: column;
  }

  .no-dekstop {
    display: block !important;
  }

  .phone-header {
    display: none !important;
  }


  .phone-header span {
    display: block;
    margin: 5px 0;
  }
   .what-develop-wrapper {
        padding: 15px 0;
    }
    
    .what-develop-block {
        min-height: 150px;
        padding: 15px 5px;
        margin-bottom: 20px;
    }
    
    .what-develop-block img {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
    }
    
    .what-develop-block h3 {
        font-size: 14px;
        line-height: 1.2;
        padding: 0 5px;
    }
    
    /* Для мобильных устройств делаем блоки в одну колонку */
    .what-develop-wrapper .col-md-6.col-lg-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
	
    
    .phone-header {
        display: none !important;
    }
    
    .header-top-r-footer .navbar {
        padding: 0;
    }
    
    .navbar-toggler {
        display: block;
    }
}










/* Валентин вёрстка начало */

	/* 450 Мобилки начало */
	@media screen and (max-width: 450px){
		.header-bottom-block::before {
			top: -3px;
			transform: translateY(0%);
		}
		
		header {
			background-position: -435px 578px !important;
			background-color: #e2ecf4;
			background-size: 857px;
		}
		
		.orang-button {
			width: 100%;
		}
		
		.gray-h2 {
			font-size: 48px;
		}
		
		.gray-h2-podnim p {
			font-size: 30px;
		}
		
		.section-acquisition {
			background-position: -15px 910px !important;
			min-height: 1472px;
		}
		
		.section-registration {
			background: url(../images/background-3-new1.webp) no-repeat bottom center, #f1f6f9;
			border-top: 2px solid #30a8ef;
			border-bottom: 2px solid #30a8ef;
			margin: 20px 0 160px 0;
			height: 870px;
			/* background-position: 0 bottom; */
			background-color: #d9edfb;
		}
		
		.section-registration .forma-consul{
			font-size: 22px;
			line-height: 120%;
			margin: -13px 0 0 0;
		}
		
		.section-registration .col-md-9{
			padding-top: 0;
			padding-bottom: 30px;
		}
		
		.section-registration .col-md-9:before{
			content: "";
			background: url(../images/arrow.webp) no-repeat bottom center;
			width: 51px;
			height: 65px;
			top: 64px;
			right: 10px;
			position: absolute;
		}
		
		.section-programs .section-programs-zagolovok {
			width: 548px;
			padding: 0 !important;
			height: 20px;
		}
		
		.section-programs .gray-h2{
			font-size: 39px;
		}
		
		.section-programs h2{
			font-size: 26px;
		}
		
		.section-programs {
			margin-top: 0;
		}
		
		.program-block{
			height: auto;
		}
		
		.section-programs .gray-h2 {
			font-size: 43px;
		}
		
		.gray-h2-2222222222222-text {
			font-size: 33px;
		}
		
		.section-programs {
			height: 2295px;
		}
		
		.section-advantages {
			min-height: 1242px;
		}
		
		.section-advantages:after {
			content: "";
			min-height: 664px;
			margin-top: -90px;
			z-index: 16;
			position: relative;
			top: 0;
			background: url(../images/section-advantages-img.webp) no-repeat bottom right;
			background-position: -200px -30px;
			z-index: -1;
		}
		
		.section-what-develop h2 {
			line-height: 124%;
		}
		
		.section-what-develop h2 span{
			line-height: 50px;
		}
		
		.what-develop-block img {
			width: 108px;
			height: 108px;
			margin-bottom: 12px;
			box-shadow: 12px 10px 40px 0px #00355438;
		}
		
		.what-develop-block h3 {
			font-size: 22px;
			line-height: 1.2;
			padding: 0 5px;
			text-transform: none;
			text-align: left;
		}
		
		.what-develop-block{
			align-items: flex-start;
			min-height: 150px;
			padding: 15px 5px 0 5px;
			margin-bottom: 0;
		}
		
		.section-what-develop{
			min-height: 1627px;
		}
		
		.section-what-develop{
			background: unset;
			position: relative;
		}
		
		.section-what-develop:after{
			content: "";
			bottom: 0;
			right: 0px;
			background: url(../images/section-what-develop-img.webp) no-repeat;
			position: absolute;
			width: 310px;
			height: 489px;
			background-position: -15px 0;
		}
		
		.section-discount{
			background: unset;
			margin-top: 110px;
		}
		
		.section-discount:before {
			content: "";
			top: -206px;
			left: 0;
			background: url(../images/section-discount-img.webp) no-repeat;
			position: absolute;
			width: 329px;
			height: 288px;
			background-position: 35px 0;
		}
		
		.section-discount .container{
			background: #fff;
			width: 90%;
			margin: 0 auto;
			border-radius: 30px;
			position: relative;
			z-index: 9;
			overflow: hidden;
			padding: 0px 15px 130px;
		}
		
		.section-discount .h2{
			padding-top: 0;
			margin-bottom: 0;
			margin-top: 0;
			background: linear-gradient(333deg, #018ad7, #8cd6ff);
			padding-left: 0;
		}
		
		.section-discount .h2 h2{
			font-size: 26px;
			padding: 20px 17px;
			margin: 0;
		}
		
		.section-discount .h1 h1{
			font-size: 21px;
			line-height: 120%;
			padding: 20px 18px;
			margin: 0;
		}
		
		.section-discount #form-discount{
				padding: 0 29px;
		}
		
		.section-discount .orang-button{
			line-height: 120%;
			padding: 20px 30px;
			font-size: 19px;
			border-radius: 150px;
		}
		
		.section-discount {
			min-height: 510px;
		}
		
		.section-contacts {
			margin: -20px 0 0 0;
			z-index: 9;
		}
		
		.section-contacts:before {
			content: "";
			top: -67px;
			right: 0;
			background: url(../images/volna.webp) no-repeat;
			position: absolute;
			width: 100%;
			height: 262px;
			background-position: -135px 0;
		}
		
		footer .call{
			margin: 0 0 16px 0;
			display: block;
		}
		
		.section-programs .gray-h2{
			color: #d2e1ed;
		}
		
		.header-bottom .header-bottom-blocks {
			position: relative;
		}
		
		.header-bottom .header-bottom-blocks:before {
			content: "";
			background: url(../images/arrow.webp) no-repeat bottom center;
			width: 51px;
			height: 65px;
			top: 28px;
			right: 0px;
			position: absolute;
		}
	
	}
	/* 450 Мобилки конец */

/* Валентин вёрстка конец */




























