/*Спецификация*/
*{
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color:#624e51;
	font-weight: 500;
}
a{
	text-decoration: none;	
	line-height: 1.37em;
}
button{
	cursor: pointer;
	outline: none;
	border: none;
  font-family: 'Montserrat', sans-serif;
}
p{
	margin: 0;
	display: block;
}
h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}

ul,li{
	display: block;
	padding: 0;
	margin: 0;
}
label.error {
  color: red;
}

/* Первая секция */
header{
	text-align: center;
  background-size: cover;
  color: #624e51;
  background: url(../img/background.png) #F3F9F9;;
  background-size: cover;
  
}
.container{
	width: 1110px;
	margin: 0 auto;
}

.logo{
	width: 88px;
  height: 57px;
	display: block;
  margin-left: 30px;
}

.tel {
  margin-top: -20px;
	font-weight: 700;
	font-size: 17px;
  color: #624e51;
	display: inline-block;
	max-width:max-content;
}

.menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.menu__list{
	display: flex;
}

.menu__item a{
	padding: 30px 24px ;
	font-weight: 400;
	font-size: 16px;
	color: #624e51;
	line-height: 1.37em;
	display: block;	
  opacity: 1;
	transition: all 0.5s ease;
}
.menu__item a:hover {
    opacity: 0.5;
}
.menu_btn{
  margin-top: -20px;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 24px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    font-weight: 900;
    border-radius: 300px;
    background: #3DB4BF;
    outline: none;
    color: #fff;
	transition: all 0.5s ease;
}
.menu_btn:hover{
    background: #94dae0;
}
.nav{
display: flex;
padding: 5px;
}
.header-lang{
display: flex;
flex-direction: column;
padding-right: 84px;
padding-top: 21px;
padding-left: 5px;
}
.header-lang a{
font-weight: 400;
font-size: 16px;
color: #624e51;  
}

/* Модальное окно  */

.modal-window{
display: none;
margin-top: 74px;
margin-bottom: 74px;
background: #fff;
padding: 40px;
max-width: 500px;
margin: 0 auto;
border-radius: 10px;
z-index: 2;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 3;
}
.window-overlay{
z-index: 2;
position: fixed;
height: 100%;
width: 100%;
display: none;
background: rgb(222 230 237 / 75%);
backdrop-filter: blur(5px);
left: 0;
top: 0;
content: '';
}
.form-modal__input{
  border-radius: 5px;
  border: 1px solid #3DB4BF;
  font-family: inherit;
  font-size: 15px;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.modal-btn{
  font-size: 17px;
  text-transform: uppercase;
  padding: 23px 101px;
  font-weight: 900;
  width: 100%;
  background:#FF8522;
  color: #fff;
  border-radius: 300px;
}
.modal-politics{
  color: #767676;
  font-size: 12px;
  padding: 5px;
}
.modal-polititcs-link{
  display: block;
  color: #3db4bf;
  font-weight: bold;
}
.modal-politics-form{
  font-size: 14px;
  padding: 0px 18px 23px 70px;
}

/* Модальное окно страт */

.modal-window-start{
  display: none;
  margin-top: 74px;
  margin-bottom: 74px;
  background: #fff;
  padding: 40px;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 10px;
  z-index: 2;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  }
  .window-overlay-start{
  z-index: 2;
  position: fixed;
  height: 100%;
  width: 100%;
  display: none;
  background: rgb(222 230 237 / 75%);
  backdrop-filter: blur(5px);
  left: 0;
  top: 0;
  content: '';
  }
  .form-modal__input-start{
    border-radius: 5px;
    border: 1px solid #3DB4BF;
    font-family: inherit;
    font-size: 15px;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .modal-btn-start{
    font-size: 17px;
    text-transform: uppercase;
    padding: 23px 101px;
    font-weight: 900;
    width: 100%;
    background: #3DB4BF;
    color: #fff;
    border-radius: 300px;
  }
  /* Модальное окно про */

.modal-window-pro{
  display: none;
  margin-top: 74px;
  margin-bottom: 74px;
  background: #fff;
  padding: 40px;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 10px;
  z-index: 2;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  }
  .window-overlay-pro{
  z-index: 2;
  position: fixed;
  height: 100%;
  width: 100%;
  display: none;
  background: rgb(222 230 237 / 75%);
  backdrop-filter: blur(5px);
  left: 0;
  top: 0;
  content: '';
  }
  .form-modal__input-pro{
    border-radius: 5px;
    border: 1px solid #3DB4BF;
    font-family: inherit;
    font-size: 15px;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .modal-btn-pro{
    font-size: 17px;
    text-transform: uppercase;
    padding: 23px 101px;
    font-weight: 900;
    width: 100%;
    background: #3DB4BF;
    color: #fff;
    border-radius: 300px;
  }

    /* Модальное окно максі */

.modal-window-maxi{
  display: none;
  margin-top: 74px;
  margin-bottom: 74px;
  background: #fff;
  padding: 40px;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 10px;
  z-index: 2;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  }
  .window-overlay-maxi{
  z-index: 2;
  position: fixed;
  height: 100%;
  width: 100%;
  display: none;
  background: rgb(222 230 237 / 75%);
  backdrop-filter: blur(5px);
  left: 0;
  top: 0;
  content: '';
  }
  .form-modal__input-maxi{
    border-radius: 5px;
    border: 1px solid #3DB4BF;
    font-family: inherit;
    font-size: 15px;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .modal-btn-maxi{
    font-size: 17px;
    text-transform: uppercase;
    padding: 23px 101px;
    font-weight: 900;
    width: 100%;
    background: #3DB4BF;
    color: #fff;
    border-radius: 300px;
  }
/* Бургер меню */

.burger{
display: none;
position: relative;
align-items: center;
justify-content: flex-end;
width: 30px;
height: 18px;
z-index: 50;  
}
.burger span{
  height: 2px;
  width: 100%;
  transform: scale(1);
  background-color: #3DB4BF;
}
.burger::before, .burger::after{
 content: '';
 position: absolute;
 height: 2px;
 width: 100%;
 background-color: #3DB4BF; 
 transition: all 0.5s ease;
}
.burger::before{
  top: 0;
}
.burger::after{
  bottom: 0;
}
.burger.active span{
  transform: scale(0);
}
.burger.active::before{
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
}
.burger.active::after{
  top: calc(50% + -1px);
  transform: rotate(45deg) translate(0, 50%);
}



/* Табы учням/батькам */


.taeb-switch {
    position: relative;
  }
  
  .taeb-switch:after {
    content: "";
    position: absolute;
    width: 50%;
    top: 0;
    transition: left cubic-bezier(.88, -.35, .565, 1.35) .4s;
    border-radius: 27.5px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    background-color: #3DB4BF;
    height: 100%;
    z-index: 0;
  }
  
  .taeb-switch.left:after {
    left: 0;
  }
  
  .taeb-switch.right:after {
    left: 50%;
  }
  
  .taeb-switch .taeb {
    display: inline-block;
    width: 49%;
    padding: 14px 19px;
    z-index: 1;
    position: relative;
    color: #3DB4BF;
    cursor: pointer;
    transition: color 200ms;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    user-select: none;
  }
  
  .taeb-switch .taeb.active {
    color: #ffffff;
  }
  .wrapper {

    margin-top: 100px;
    border: 1px solid #3DB4BF;
    border-radius: 37px;
    padding: 8px;
    width: 100%;
    max-width: 378px;
  
  }
  
 .screen_header{
    font-weight: 900;
    font-size: 50px;
    line-height: 1.1em;
    color:  #624e51;;
    text-align: left;
    width: 703px;
    margin-top: 63px;
    text-transform: uppercase;
 }
 .try_btn{
  margin-left: -266px;
  margin-right: 18px;
  margin-top: 63px;
  margin-bottom: 158px;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  background: #FF8522;
  border-radius: 300px;
  padding: 24px 36px;
  transition: all 0.5s ease;
  display: inline-block;

 }
 .try_btn:hover{
  background: #ffc392;
 }
 
 .details_btn{
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  background: #FF8522;
  border-radius: 300px;
  padding: 24px 36px;
  transition: all 0.5s ease;
  display: inline-block;
 }
 .details_btn:hover{
  background: #ffc392;
 }
 
 /* Вторая секция  */
.preparation{
  margin-top: 142px;
  margin-bottom: 80px;
}
 .preparation_title{
  color: #000;
  font-weight: 900;
  font-size: 45px;
  line-height: 1.1em;;
  text-transform: uppercase;
 }
 .pros{
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
 }
 .pros_card{
  
  width: 542px;
  height: 237px;
  text-align: left;
  border-radius: 45px;
  padding: 70px 0px 40px 30px;
 }
 .pros_card_title{
  
  font-weight: 900;
  font-size: 25px;
  line-height: 1.1em; 
  color: #fff; 
 }
 .pros_card_text{
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  margin-top: 10px;
  width: 388px;
 }
 .pros_card_student{
  margin-top: 60px;
  background: #FEC844 url('../img/student.svg');
  margin-bottom: 25px;
 }
 .pros_card_book{
  margin-top: 60px;
  background: #FF8725 url('../img/book.svg');
 }
 .pros_card_time{
  background: #3DB4BF url('../img/time.svg');
 }
 .pros_card_calendar{
  background: #6CD4EE url('../img/calendar.svg');
 }
 .menu_btn_prep{
 margin-top: 50px !important;
 margin-bottom: 77px !important;
 font-size: 24px;
 padding: 25px 24px;
 display: block;
 margin: 0 auto;
 }

 /* Третья секция */

 .numbers{
  background: #EEF7FA;
 }
 .devider{
  position: relative;
  width: 100%;
  bottom: 40px;
 }
 .devider-down{
  position: relative;
  width: 100%;
  display: none;
 }
 .numbers_list{
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
  position: relative;
  text-align: center;
 }
 .numbers_title{
  font-weight: 900;
  font-size: 50px;
  line-height: 1.1em;
  color: #2BABB7;
 }
 .numbers_text{
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin-right: 8px;
  margin-top: 10px;
  margin-bottom: 60px;
 }
.teachers{
padding-top: 90px;
margin-bottom: 160px;
background: linear-gradient(180deg, #EEF7FA 0%, rgba(255, 255, 255, 0) 100%);
}
.teachers_title{
font-weight: 900;
font-size: 50px;
line-height: 1.1em;
color: #2BABB7;
text-align: center;
text-transform: uppercase;
}
.menu_btn_numb{
font-size: 24px;
padding: 25px 24px;
display: block;
margin: 0 auto;
margin-top: 50px !important;
}
.numbers_section_title{
text-align: center;
margin-bottom: 50px;
font-size: 50px;
font-weight: 900;
text-transform: uppercase;  
color: #2BABB7;
}


/* Секция с кнопками */

.lesson{
padding-top: 80px;  
}
.lesson-btn{
margin-left: 26px;
text-transform: uppercase;
color: #2BABB7;
font-size: 19px;
padding: 15px 18px;
border: 3px solid #2BABB7;
background-color: transparent;
font-weight: 800; 
cursor: pointer;  
transition: all 0.5s ease;
margin-bottom: 15px;
}
.lesson-btn:hover{
color: #fff;   
border: 3px solid #2BABB7;
background: #2BABB7;
}
.lesson-text{
color: #343434;    
font-size: 19px;
font-weight: 500; 
margin-bottom: 10px;   
}
.lesson-text-s{
color: #343434;    
font-size: 19px;
font-weight: 500; 
}
.wrapper-lesson-info{
display: flex;    
}
.content{
display: none; 
}
.content.active{
display: block;  
}
.lesson-img{
margin-left: 56px;    
margin-top: 40px;
width: 495px;
height: 346px;
}
.lesson-img-manager{
height: 275px;  
}
.lesson-img-meetings{
height: 302px;  
}
.wrapper-text{
width: 540px;  
}
.lesson-video{
margin-top: 34px; 
margin-left: 7px;   
}
.tab{
  display: flex;
  flex-wrap: wrap; 
  justify-content: center; 
  margin: 20px;  
}

/* Видео подготовка */

.video-prep{
background: #EEF7FA;  
}
.video-title-prep{
padding-top: 30px;
color: #2BABB7;
}


/* Свайпер преподаватели */

.teachers_carousel{
  margin-top: 65px;
}
.carousel-cell {
  display: flex;
  justify-content: space-between;
  width: 1115px;
  height: 525px;
  margin-right: 10px;
  background: #FEC844;
  border-radius: 45px;
  z-index: 0;
  counter-increment: carousel-cell;
}
.carousel-cell-img-vika{
  height: 524px;
  border-radius: 45px;
  width: 480px;
}
.carousel-cell-img-kate{
  height: auto;
  border-radius: 45px;
  width: 560px;
}
.carousel-cell-img-dasha{
  height: 524px;
  border-radius: 45px;
  width: 657px;
}
.carousel-cell-img-misha{
  height: 524px;
  border-radius: 45px;
  width: 480px;
}
.carousel-cell-img-nastya{
  height: 524px;
  border-radius: 45px;
  width: 564px;
}
.carousel-cell-img-avramenko{
  height: 506px;
  border-radius: 45px;
  width: 843px;
  margin-top: 18px;
}
.carousel-cell-kate{
  background: #3DB4BF;
  content: counter(carousel-cell);
}
.carousel-cell-dasha{
  background: #FF8725;
  content: counter(carousel-cell);
}
.carousel-cell-misha{
  content: counter(carousel-cell);
  background: #6CD4EE;
}
.carousel-cell-nastya{
  content: counter(carousel-cell);
  background: #76ba79;
}
.carousel-cell-avramenko{
  content: counter(carousel-cell);
  background: #AE70FD;
}
.text-wrapper{
  padding: 98px 80px 128px 11px;
  gap: 7px;
}
.carousel-cell-title{
margin-bottom: 8px;
font-weight: 900;
font-size: 39px;
line-height: 1.1em;
color: #fff;
}
.carousel-cell-title-small{
margin-bottom: 41px;
font-weight: 800;
font-size: 27px;
line-height: 1.1em;
color: #fff;
}
.carousel-cell-text{
margin-bottom: 20px;
font-weight: 500;
font-size: 23px;
line-height: 1.2em;
color: #fff;
}

/* Прогресс */

.progress{
background: #fff;
padding-top: 60px;
padding-bottom: 150px;
}
.progress-header{
color: #FFF;
text-align: center;
text-shadow: 0px 3.284px 3.284px #8B487C;
font-size: 45px;
font-weight: 900;
text-transform: uppercase;  
border-radius: 82.11px;
background: #EE9EDC;
padding: 13px 50px;
margin-bottom: 30px;
}
.progress-img{
max-width: 100%;
background: #FFF;
box-shadow: 0px 7.282px 18.204px 0px #DD8395;
}

/* Четвертая секция */

.price{
padding-top: 140px;
background: #EEF7FA;
padding-bottom: 120px;
}
.price_header{
margin-bottom: 90px;
font-weight: 900;
font-size: 55px;
line-height: 1.1em;
color: #000000;
text-transform: uppercase;
}
.price-lessons{
width: 1070px;
height: 187px;
background: #3DB4BF;
border-radius: 45px;
display: flex;
justify-content: space-between;
}
.price-lessons-header{
color: #fff;
font-weight: 900;
font-size: 25px;
line-height: 1.1em;
margin-bottom: 6px;
}
.price-lessons-text{
font-weight: 500;
font-size: 22px;
line-height: 1.2em;
color:#fff;
}
.price-lessons-img{
  padding: 24px;
}
.price-text-wrapper{
  padding: 62px 124px 76px 63px;
}
.price-lessons-lightblue{
  display: none;
  background: #6CD4EE;
  margin-top: -67px;
  position: relative;
}

/* Секция Авраменко */

.expert{
background: white;  
}
.expert-block{
margin-top: 50px;  
}


/* Секция All inclusive */


.all-inclusive{
padding-top: 50px;  
background: var(--back, linear-gradient(180deg, #C3E3DD 0%, #FFF 100%)); 
}
.all-inclusive-header{
margin-top: 30px;
margin-bottom: 10px;  
color: #EB7C22;
font-size: 45px;
font-weight: 900;
text-align: center;
}

/* Пятая секция */

.course-header{
color: #3DB4BF;
font-size: 40px;
font-weight: 700;
text-align: left;
text-transform: uppercase;
margin-top: 30px;
margin-bottom: 10px;
}
.course-header-span{
color: #453636;
font-size: 20px;
font-weight: 600;
}
.course-header-text{
color: #453636;
font-size: 20px;
font-weight: 600;
text-align: left;
}
.course-text{
color: #453636;
font-size: 20px;
font-weight: 400;
text-align: left;
margin-top: 10px;
}
.course-start{
border: 2px solid #3DB4BF !important;
border-radius: 24.4937px;  
margin-right: 90px;
}
#course-pro{
border: 2px solid #EB7C22 !important;
border-radius: 24.4937px;
}
.course-maxi{
border: 5px solid #828FF1 !important;
border-radius: 24.4937px;  
}
.course-btn{
margin-top: 30px;
color: #FFFFFF;
font-weight: 900;
font-size: 18px;
text-transform: uppercase;
background: #3DB4BF;
border-radius: 20px;
padding: 15px 50px;
transition: all 0.5s ease;
box-shadow: -1.938px 1.938px 7.75px 0px #9FD5D9;
}
#pro-btn{
margin-top: 88px;
}
#start-btn{
margin-top: 55px;  
}
.course-btn:hover{
background: #94dae0;
}
.course{
width: 424px;
padding: 46px 29px;
background: #fff;
border-radius: 24.4937px;
border: 2px solid #3DB4BF;
border-radius: 24.4937px;
}
.course-wrapper{
display: flex;
justify-content: center;
padding-top: 30px;
}
.course-header-pro{
color: #EB7C22; 
font-size: 40px;
font-weight: 700;
text-align: left;
}
.course-header-maxi{
color: #828FF1; 
font-size: 40px;
font-weight: 700;
text-align: left;  
}
.lesson-wrapper{
margin: 0 auto;  
width: 1200px;  
margin-top: 30px;
padding-top: 15px;
border-radius: 18.757px;
background: rgba(255, 255, 255, 0.30);
box-shadow: 0px 4px 30px 0px rgba(159, 213, 217, 0.30);  
padding-bottom: 50px;
}
.lesson-header{
margin-top: 34px;
margin-bottom: 20px;
color: #453636; 
font-size: 36px;
font-weight: 700; 
text-transform: uppercase;
}
.lesson-header-bold{
color: #453636; 
font-size: 43px;
font-weight: 800; 
text-align: center;  
}
.lesson-subjects{
padding: 26px 54px;
border-radius: 20px;
background: rgba(255, 255, 255, 0.70);
box-shadow: -1.938px 1.938px 7.75px 0px #9FD5D9; 
text-align: center; 
font-size: 20px;
}
.lesson-subjects:nth-child(3){
padding: 25px 53px;  
}
.lesson-subjects:nth-child(5){
padding: 25px 53px;  
}
.lesson-subjects:not(:last-child){
margin-right: 8px;
}
.lesson-subjects-wrapper{
display: flex;
justify-content: space-evenly;
padding: 10px 15px;
padding-top: 40px;
}
.includes-text{
padding-left: 115px;  
padding-top: 15px;
padding-bottom: 15px;  
color: #453636;
font-size: 25px;
text-align: left;
margin-bottom: 30px;
font-weight: 500;
background: rgba(241, 225, 255, 0.523);
}
.includes{
margin-top: 50px;  
}
.menu_btn_lesson{
margin-top: 59px;
color: #FFFFFF;
font-weight: 900;
font-size: 18px;
text-transform: uppercase;
background: #3DB4BF;
border-radius: 20px;
padding: 15px 50px;
transition: all 0.5s ease;
box-shadow: -1.938px 1.938px 7.75px 0px #9FD5D9;
}
.menu_btn_lesson_int{
margin-top: 68px;
}

/* Секция отзывы */

 .video-students-fr{
  border-radius: 30px;  
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 40px; 
  margin-bottom: 50px;
  }
  .video-parents-fr{
    border-radius: 30px;  
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 40px; 
    margin-bottom: 50px;
  }

/* Секция мы сотрудничаем с */

.collab{
  padding-top: 80px;  
  padding-bottom: 80px;
  background: url(../img/background-section7.png);
  background-size: cover;
  }
  .collab-header{
  color: #363636;
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;  
  margin-bottom: 10px;
  }
  .collab-list-underheader{
  color: #303030;
  font-size: 13px;
  font-weight: 400; 
  text-align: center;
  }
  .collab-list-header{
  color: #E173C8;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  }
  .collab-list-text{
  color: #303030;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 5px;
  }
  .collab-dot{
  font-size: 30px;
  color: #E173C8;
  }
  .collab-wrapper{
  margin-top: -11px;
  padding: 20px;  
  border-radius: 20px;
  background: #fff;  
  width: 330px;
  height: 370px;
  filter: drop-shadow(-4.264px 1.706px 12.793px rgba(233, 111, 206, 0.25));
  backdrop-filter: blur(7.6667866706848145px);
  }
  .collab-list{
  justify-content: space-evenly;
  display: flex;
  flex-wrap: wrap;  
  padding: 15px;
  }
  .collab-pink-text{
  color: #FFF;
  text-align: left;
  font-size: 17px;
  font-weight: 500;
  padding: 19px 23px 19px 13px;
  background: #E173C8;
  border-radius: 20.571px;
  }
  .collab-pink-block{
  margin-top: 20px;  
  width: 782px;
  margin: 0 auto;
  }
  .collab-people{
  margin-bottom: 50px;  
  }
  
  

/* Секция с видео Авраменко */

.video{
	background: #fff;
	text-align: center;
	color: #2BABB7;
	padding: 7px 0px 113px;
}
.video-title{
	text-align: center;
	margin-bottom: 32px;
	font-size: 45px;
	font-weight: 900;
  text-transform: uppercase;
}
.video-wrapper{
	max-width: 830px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.video-wrapper {
  height: 0px;
  padding-bottom: 42.2%;
  position: relative;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

/* Седьмая секция */

.form{
  padding-top: 140px;
  background-color: #EEF7FA;
  background: url("../img/background-section7.png");
  background-size: cover; 
}
.form-block{
  background: #fff;
  width: 1024px;
  margin-left: 39px;
  justify-content: space-between;
  display: flex;
  border-radius: 33px;
  box-shadow: 0px 0px 10px rgba(111, 111, 111, 0.25);
}
.form-header{
font-weight: 900;
font-size: 37px;
line-height: 1em;
color: #000000;
margin: 89px 25px 27px 60px;
text-transform: uppercase;
}
.form-text{
margin-left: 20px;
}
.name-input{
outline: none;
width: 500px;
height: 55px;
color: #000;
background: #EEF7FA;
border-radius: 18px;
font-weight: 500;
font-size: 20px;
border: none;
margin-bottom: 18px;
margin-left: 60px;
padding: 25px 50px 24px 31px;
}
.phone-input{
  outline: none;
  width: 500px;
  height: 55px;
  color: #000;
  background: #EEF7FA;
  border-radius: 18px;
  font-weight: 500;
  font-size: 20px;
  border: none;
  margin-bottom: 18px;
  margin-left: 60px;
  padding: 25px 50px 24px 31px;

  }
  .form-button{
    margin-left: 60px;
    display: block;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    background: #FF8522;
    border-radius: 300px;
    padding: 30px 36px;
    text-transform: uppercase;
    padding: 23px 160px;
    transition: all 0.5s ease;
  }
.form-button:hover{
  background: #ffc392;
}
.bullets-wrapper{
margin-top: 60px;
}
.bullets{
display: flex;
margin-left: 40px;
}
.bullets-item{
display: flex;
align-items: center;
margin-bottom: 140px;
}
.bullets-number{
color: #fff;
background: #76CFE5;
font-weight: 900;
font-size: 30px;
border-radius: 50%;
width: 62px;
height: 59px;
align-items: center;
display: flex;
justify-content: center;
margin-right: 20px;
}
.bullets-text{
font-weight: 500;
font-size: 17px;
line-height: 1.5em;
color: #000000;
}
.form-group {
  margin-bottom: 14px;
}
.modal-politics-vika{
margin-left: 60px;  
margin-bottom: 5px;
}
/* Текстовый блок SEO */

.block {
  height: 100px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}
.block.opener {
  height: auto;
}
.block:after {
  content: "";
  width: 100%;
  left: 0;
  position: absolute;
  height: 50px;
  bottom: 0;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.block.opener:after {
  opacity: 0;
}
.button-details{
cursor: pointer; 
font-weight: 700; 
color: #2BABB7;
transition: all 0.5s ease;
text-align: center;
display: block;
}
.button-details:hover{
color: #006d77; 
}
.text-block{
padding-top: 10px;
padding-bottom: 10px;  
}
.list-block {
padding-top: 10px;
padding-bottom: 10px;  
}
.list-block li{
margin-bottom: 10px;
}
/* Футер */

.footer{
background: #2BABB7;
padding: 98px;
}
.footer-wrapper{
display: flex;
justify-content: space-evenly;
}
.team-header{
display: block;
font-weight: 900;
font-size: 30px;
line-height: 1em;
color: #FFFFFF;  
margin-bottom: 36px;
text-transform: uppercase;
}
.team-name-input{
display: block;
outline: none;
width: 350px;
height: 55px;
color: #000;
background: #EEF7FA;
border-radius: 18px;
font-weight: 500;
font-size: 18px;
border: none;
padding: 25px 50px 24px 31px;
}
.team-phone-input{
display: block;
outline: none;
width: 350px;
height: 55px;
color: #000;
background: #EEF7FA;;
border-radius: 18px;
font-weight: 500;
font-size: 18px;
border: none;
padding: 25px 50px 24px 31px; 
}
.team-form-btn{
  margin-top: 36px;
}
.team-form-btn{
  display: block;
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  background: #F0BD40;
  border-radius: 300px;
  padding: 30px 36px;
  text-transform: uppercase;
  padding: 23px 90px;
  transition: all 0.5s ease;
}
.team-form-btn:hover{
background: #f3dda7;
}
.contacts-header{
font-weight: 900;
font-size: 25px;
line-height: 1em;
color: #FFFFFF;
margin-bottom: 36px;
text-transform: uppercase;
}
.contacts-tel{
display: block;  
font-weight: 500;
font-size: 20px;
line-height: 1em;
color: #FFFFFF; 
margin-bottom: 21px;
}
.contacts-mail{
display: block;  
font-weight: 500;
font-size: 20px;
line-height: 1em;
color: #FFFFFF;  
margin-bottom: 21px;
}

.about-header{
font-weight: 900;
font-size: 25px;
line-height: 1em;
color: #FFFFFF;
margin-bottom: 36px;
text-transform: uppercase;
}
.about-link{
display: block;    
font-weight: 500;
font-size: 20px;
line-height: 1em;
color: #FFFFFF; 
margin-bottom: 21px;
}
.about-inst-logo{
margin-right: 24px;
}
.about-fb-logo{
margin-right: 24px;  
}
.wrapper-img-vika{
  border-radius: 34px;
  max-width: max-content;
}
#loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 240, 0.91);
  overflow: hidden;
  display: none;
  z-index: 10000;
}

#loader img {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
}
.modal-politics-footer{
  color: #FFFFFF;
  font-size: 13px;
}
.modal-polititcs-link-footer{
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
}
.carousel-cell-img-avr-s{
  display: none;  
}


/*  RESPONSIVE  */

/* Large: 992px - 1199px */
@media (max-width: 1199px) {
  .container{
  width: 960px;
  }
  .logo{
  width: 101px;
  margin-left: 20px;
  }
  .menu__item a{
  padding: 30px 18px;
  }
  .pros{
    justify-content: center;
  }
  .pros li{
    margin-bottom: 25px;
    margin-top: 0px;
  }
 .preparation_title{
  margin-bottom: 60px;
 }
 .carousel-cell{
  width: 100%;
 }
 .price-lessons{
  width: 100%;
 }
 .price-lessons-text{
  font-size: 20px;
 }
 .lesson-percent{
  left: 543px;
 }
 .lesson-start{
  padding: 25px 50px;
 }
 .form-block{
  width: 100%;
  margin-left: 0px;
 }
 .wrapper-img{
  margin-left: -33px;
  border-radius: 34px;
 }
 .wrapper-img-vika{
  border-radius: 34px;
 }
 .bullets-number{
  width: 81px;
  height: 59px;
 }
 .footer{
  padding: 115px;
 }
 .text-wrapper{
  padding: 90px 48px 128px 11px;
 }
 .carousel-cell-text{
  font-size: 20px;
 }
 .team-header{
  font-size: 25px;
 }
 .team-name-input{
  width: 300px;
 }
 .team-phone-input{
  width: 300px;
 }
 .team-form-button{
  padding: 23px 65px
 }
 .contacts-tel{
  font-size: 18px;
 }
 .contacts-mail{
  font-size: 18px;
 }
 .about-link{
  font-size: 18px;
 }
 .footer{
  padding: 26px;
 }
 .course-start{
  margin-right: 10px;
 }
 .course-pro{
  margin-right: 10px;
 }
 .modal-politics-form{
  font-size: 14px;
  padding: 3px 125px 23px 70px;
 }
 .video-wrapper {
   padding-bottom: 56.2%;
 }
 .lesson-wrapper{
  width: 960px;
 }
 .lesson-header{
  font-size: 35px;
 }
 .lesson-header-bold{
  font-size: 35px;
 }
 .lesson-subjects-wrapper{
display: none;
 }
 .lesson-subjects{
margin-bottom: 20px; 
padding: 25px 53px;
 }
 .lesson-subjects:not(:last-child) {
margin-right: 20px;
}
.course-wrapper{
padding: 20px;  
} 
.video-title{
font-size: 38px; 
}
}

 /* Medium: 768px - 991px */
@media (max-width: 991px) {
  .container {
   max-width: 720px; 
  }
  .header-lang{
  padding-top: 11px;
  color: #3DB4BF;
  padding-right: 72px;
  padding-left: 10px;
  }
  .header-lang a{
  color: #3DB4BF; 
  }
  .branches{
  justify-content: space-around;
  }
  .wrapper-img{
    border-radius: 34px;
  margin-left: -201px;
  }
  .wrapper-img-vika{
  width: 300px;
  border-radius: 34px;
  }
  .form-header{
  font-size: 32px;
  margin: 43px 25px 36px 61px;;
  }
  .name-input{
    width: 320px;
  }
  .phone-input{
    width: 320px;
    margin-bottom: 23px;
  }
  .form-button{
  margin-left: 54px;
  margin-bottom: 10px;
  padding: 21px 81px;
  }
  .menu__item a{
  padding: 21px 5px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  }
  .tel{
  display: none;
  }
  .try_btn{
  margin-left: -77px;
  }
.numbers_title{
  font-size: 50px;
}
.numbers_text{
  font-size: 20px;
  margin-right: 36px;
}
.price-lessons-lightblue{
  margin-top: -59px;
}
.lesson-start-header{
  font-size: 27px;
}
.lesson-text-bold{
  font-size: 18px;
}
.lesson-sale{
  font-size: 21px;
}
.lesson-text{
  font-size: 11px;
  margin-top: 18px;
  margin-bottom: 20px;
}
.lesson-price-old{
  font-size: 20px;
}
.lesson-price-new{
  font-size: 30px;
}
.lesson-start{
padding: 24px 11px;
}

.lesson-wrapper{
  width: 100%;
}
.branches-list-history{
  display: none;
}
.bullets-number{
  font-size: 40px;
  background: none;
  color: #76cfe5;
}
.team-header{
  font-size: 20px
}
.team-name-input{
  width: 230px;
  height: 48px;
}
.team-phone-input{
  width: 230px;
  height: 48px; 
}
.team-form-btn{
  padding: 16px 33px;
}
.contacts-tel{
font-size: 16px;
}
.contacts-mail{
  font-size: 16px; 
}
.about-link{
  font-size: 16px;
}
.burger{
  display: flex;
}
.nav-menu{
  display: none;
  flex-direction: column;
  position: fixed;
  height: 50%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  overflow-y: auto;
  padding: 50px 40px;
  background-color: #ff8725;
  animation: burgerAnimation 0.4s;
}
.nav ul{
flex-direction: column;
row-gap: 30px;  
}
.menu_btn{
margin-top: 15px;
margin-left: 28px;
}

.old-price-extra{
margin-top: 236px;  
}
.course-text-records{
margin-top: 8px;
}
.screen_header{
width: 589px;  
}
.modal-politics-form{
  padding: 5px 227px 17px 38px;
  text-align: center;
}
.modal-btn-maxi{
  padding: 25px 43px;
}
.modal-btn{
  padding: 23px 52px;
}
.modal-politics{
  padding: 10px;
}
.text-wrapper{
width: 471px;  
}
.carousel-cell-img-vika {
  width: 357px;
}
.course-wrapper{
align-items: center;
display: flex;
flex-direction: column;  
}
.course{
  margin-bottom: 30px;
}
#course-pro{
  margin-bottom: 30px;
}
.video-title{
font-size: 30px;  
}
.menu_btn_numb{
display: block;
margin: 0 auto;
margin-top: 35px !important;  
}
.progress{
padding-top: 10px;  
}
.collab-header{
font-size: 39px;  
}
.form-header{
font-size: 35px;  
}
.menu_btn_lesson{
margin-left: 0px;  
}
 }

 /* Small: 576px - 767px */
@media (max-width: 767px) {
  .container {
    width: 357px;
  }
  
  .bullets{
    /* display: block; */
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bullets-number{
    font-size: 35px;
    margin-right: 9px;
    width: 63px;
    height: 61px;
    color: #fff;
    background-color: #76cfe5;
    margin-bottom: 16px;
  }
  .bullets-text{
    font-size: 20px;
    display: block;
    text-align: center;
    margin-bottom: 40px; 
  }
  .bullets-item{
    display: contents;  
  }
  .bullets-wrapper{
    margin-bottom: 75px;
  }
  .screen_header{
    width: 100%;
    font-size: 40px;
  }
  .try_btn{
    margin: 83px 164px 23px 0px;
  }
  .details_btn{
    margin: 0px 164px 127px 0px;
    padding: 24px 89px;
  }
  .numbers_title{
    font-size: 55px;
    margin-bottom: 12px;
  }
  .numbers_text{
    width: 398px;
    font-size: 27px;
    margin: auto;
    padding-bottom: 92px;
  }
  .teachers_title{
    font-size: 38px;
  }
  .carousel-cell{
    height: 454px;
  }
  .text-wrapper{
    padding: 40px 48px 128px 11px;
  }
  .carousel-cell-title{
    font-size: 35px;
  }
  .carousel-cell-title-small{
    font-size: 24px;
    margin-bottom: 22px;
  }
  .carousel-cell-text{
    font-size: 17px;
  }
  .teachers_carousel{
    margin-top: 92px;
  }
  .price_header{
  font-size: 40px;
  margin-bottom: 64px;
}
.price-text-wrapper{
  padding: 29px 10px 57px 51px;
}
.price-lessons-header{
  font-size: 22px;
}
.price-lessons-text{
  font-size: 19px;
}
.lesson-start-header{
  font-size: 20px;
}
.lesson-text{
font-size: 10px;
}
.lesson-text-bold{
font-size: 15px;
}
.lesson-sale{
font-size: 16px;
}
.form{
padding-top: 106px;
}
.wrapper-img{
display: none;
}
.wrapper-img-vika{
  display: none;
}
.form-header{
font-size: 30px;
text-align: center;
margin: 41px 73px 36px 61px;
}
.name-input{
  margin-left: 111px;
}
.phone-input{
margin-left: 111px;
}
.form-button{
margin-left: 109px;
margin-bottom: 33px;
}
.team-header{
  font-size: 18px;
}
.team-name-input{
  font-size: 16px;
  width: 181px;
}
.team-phone-input{
  font-size: 16px;
  width: 181px;
}
.team-form-btn{
  padding: 9px 33px;
  font-size: 13px;
}
.team{
  display: none;
}
.course-wrapper{
  display: grid;
  justify-content: center;
}

.course-header{
  font-size: 33px;
}
.course-text{
  font-size: 20px;
}
.course-text-bold{
  font-size: 23px;
}
.course-text-test{
  font-size: 20px; 
}
.old-price-extra {
  margin-top: 77px;
  font-size: 30px;
}
.new-price{
  font-size: 46px;
}
.old-price{
  margin-top: 40px;
  font-size: 30px; 
}
.course-text-records{
  font-size: 20px;
  margin-top: 22px;
}
.course-text-psy{
font-size: 20px;
}
.course-text-result{
  font-size: 20px;
}
.branches{
  display: block;
}
.branches-list{
text-align: center;
}
.branches-list img{
  width: 40%;
}
.branches-title{
  font-size: 33px;
}
.branches-undertitle{
  font-size: 25px;
}
.branches-text{
  font-size: 22px;
}
.footer{
  padding: 38px;
}
.numbers_list{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.preparation_title{
  font-size: 38px;
}
.reviews-header{
  font-size: 38px;
}
.reviews-img{
  width: 40%;
}
.footer-wrapper{
justify-content: space-around;
}
.carousel-cell-img-vika{
  height: 454px;
  border-radius: 45px;
}
.carousel-cell-img-kate{
  height: 454px;
  border-radius: 45px;
}
.carousel-cell-img-dasha{
  height: 454px;
  border-radius: 45px;
}
.carousel-cell-img-misha{
  height: 454px;
  border-radius: 45px;
}
.modal-politics-form{
  padding: 5px 25px 17px 38px;
    text-align: center;
}
.modal-politics{
  font-size: 10px;
}
.modal-btn-maxi{
  padding: 25px 34px;
}
.modal-window-maxi{
  padding: 24px;
}
.modal-window{
  padding: 23px 62px;
}
.carousel-cell-img-nastya {
height: 454px;
width: 579px;
}
.all-inclusive-header{
  font-size: 35px;
}
.all-inclusive-header-s{
font-size: 25px; 
}
.lesson-header{
  font-size: 30px;
}
.lesson-header-bold{
 font-size: 30px; 
}
.course{
  width: 427px;
padding: 65px 35px;  
}
.includes-text{
 font-size: 20px; 
}
.name-input{
 margin-left: 20px;  
}
.phone-input{
margin-left: 20px;  
}
.form-button {
  margin-left: 12px
}
.video-title {
font-size: 25px;
}
.progress-header{
font-size: 24px;  
}
.all-inclusive-header {
font-size: 29px;
}
.collab-header {
font-size: 34px;
}
.form-header{
font-size: 23px;  
}
}

/* Extra small: 451px - 575px */
@media (max-width: 575px) {
  .container {
   padding: 0px 15px;
   width: 100%;
  }
  .screen_header{
    font-size: 36px;
    text-align: center;
  }
  .menu_btn{
    font-size: 10px;  
  }
  .try_btn{
  font-size: 16px;
  }
.course{
  width: 100%;
}
.form-block{
  justify-content: space-evenly;
}
.name-input{
  margin-left: 57px;
}
.phone-input{
  margin-left: 57px;
}
.form-button{
padding: 21px 80px;
margin-left: 54px;
}
.details_btn{
  font-size: 16px;
  padding: 22px 71px;
  margin: 0px 5px 184px 0px; 
}
.try_btn{
  margin: 83px 11px 23px 0px;
}
.devider{
  bottom: 30px;
}
.carousel-cell{
  height: auto;
  flex-direction: column-reverse;
}
.carousel-cell-img {
  height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.carousel-cell img {
  margin: 0 auto;
}
.carousel-cell-title{
  font-size: 30px;
}
.carousel-cell-title-small{
  font-size: 18px;
}
.carousel-cell-text{
  font-size: 14px;
}
.text-wrapper{
  padding: 37px 18px 28px 11px;
  height: 240px;
}
.price_header {
  font-size: 32px;
 }
 .price-lessons-header {
  font-size: 20px;
 }
 .price-lessons-lightblue {
  margin-top: 24px;
}
.bullets-text{
  margin-bottom: 31px;
}
.footer-wrapper{
  display: block;
  text-align: center;
}
.team{
  display: block;
}
.team-name-input{
  display: inline;
  width: 235px;
}
.team-phone-input{
  display: inline;
  width: 235px;
}
.team-form-btn{
  display: inline;
  padding: 20px 38px;
  font-size: 16px;
}
.team-header{
  font-size: 30px;
  padding-top: 50px;
}
.contacts a{
  font-size: 20px;
}
.about a{
  font-size: 20px;
}
.contacts-header{
  font-size: 30px;
  padding-top: 50px;
}
.about-header{
  font-size: 30px;
  padding-top: 50px;
}
.about-fb-logo img{
  margin-top: 40px;
  margin-bottom: 40px;
}
.about-inst-logo img{
  margin-top: 40px;
  margin-bottom: 40px;
}
.about-youtube-logo img{
  margin-top: 40px;
  margin-bottom: 40px;
}
.preparation_title{
  font-size: 34px;
}
.teachers_title{
  font-size: 34px;
}
.price_header{
  font-size: 34px;
}
.reviews-header{
  font-size: 34px;
}
.reviews-wrapper{
  justify-content: space-evenly;
}
.reviews-img {
  width: 30%;
}
.text-wrapper{
  text-align: center;
}
.carousel-cell-text{
  font-size: 16px;
}
.carousel-cell-img-vika{
  max-width: 251px;
  border-radius: 45px;
}
.carousel-cell-img-kate{
  max-width: 217px;
  border-radius: 45px;
}
.carousel-cell-img-dasha{
  max-width: 224px;
  border-radius: 45px;
}
.carousel-cell-img-misha{
  max-width: 183px;
  border-radius: 45px;
}
.video-title {
  font-size: 35px;
}
.modal-window-maxi{
  padding: 18px;
}
.text-wrapper {
  padding: 37px 56px 28px 11px;
}
.carousel-cell-img-vika {
max-width: 180px;
}
.carousel-cell-img-kate {
  max-width: 201px;
}
.carousel-cell-img-misha {
  max-width: 230px;
}
.carousel-cell-text {
  margin-bottom: 14px;
}
.carousel-cell-img-nastya {
  max-width: 225px;
  border-radius: 45px;
}
.lesson-header{
font-size: 25px;  
}
.lesson-header-bold{
font-size: 25px;  
}
.preparation_title{
font-size: 28px;  
}
.menu_btn_prep{
margin-top: 50px !important;
font-size: 24px;
padding: 25px 24px;
display: block;
margin: 0 auto;  
}
.menu_btn_numb {
display: block;
margin: 0 auto;
margin-top: 35px !important;
font-size: 24px;
padding: 25px 24px;
}
.teachers_title {
font-size: 30px;
}
.progress-header {
font-size: 22px;
}
.all-inclusive-header {
font-size: 27px;
}
.collab-header{
font-size: 30px;  
}
.course-header-text{
font-size: 18px;  
}
.collab-header{
font-size: 30px;  
}
.course-text{
font-size: 16px;  
}
.menu_btn_lesson{
font-size: 14px;  
margin-top: 15px;
}
.video-title{
font-size: 25px;  
}
.lesson-subjects{
font-size: 17px;  
}
.course-header{
font-size: 30px;  
}
.branches-text {
font-size: 16px;
}
.branches-title{
font-size: 30px;  
}
.branches{
margin-top: 62px;  
}
.numbers_section_title{
font-size: 35px;  
}
.numbers_title{
font-size: 35px;  
}
.numbers_text{
font-size: 25px;  
}
.video-students-fr{
max-width: 90%;
margin-left: 15px;
}
.video-parents-fr{
max-width: 90%;
margin-left: 15px;
}
.preparation_title{
margin-bottom: 2px;  
}
.lesson{
padding-top: 20px;  
}
.lesson-btn{
  font-size: 17px;
}
.preparation{
  margin-top: 84px;
}
.lesson-text{
font-size: 20px;  
}
.carousel-cell-img-dasha{
max-height: 263px;  
max-width: 226px;
}
.carousel-cell-img-kate{
max-height: 298px; 
max-width: 175px; 
}
.carousel-cell-img-avramenko{
max-height: 247px;
max-width: 196px;  
}
}

/* Breakpoint: 0px (320px) - 450px */
@media (max-width: 450px) {
.container{
   width: 100%;
   padding: 0 15px;
  }
.header-lang{
padding-top: 19px;
color: #3DB4BF;
padding-right: 71px;
padding-left: 9px;  
}  

.form-block{
  background: none;
  box-shadow: none;
}
.form-header{
  margin: auto;
  padding-bottom: 70px;
}
.name-input{
  display: block;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 15px;
}
.phone-input{
  display: block;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 40px;
}
.form-button{
  display: block;
  justify-content: center;
  align-items: center;
  margin: auto; 
}
.price-lessons-text {
  font-size: 18px;
}
.screen_header{
  margin-top: 94px;
}
.logo{
width: 45px;
margin-left: 3px;
}
.pros_card{
  width: 100%;
  height: auto;
}
.pros_card_title{
font-size: 18px;
}
.pros_card_text{
font-size: 14px;
width: 100%;
}
.price-lessons-img{
  display: none;
}
.devider {
bottom: 21px;
}
.numbers_title {
  width: 256px;
  font-size: 45px;
}
.numbers_text {
  width: 240px;
  font-size: 18px;
} 
.carousel-cell-title {
  font-size: 23px;
}
.carousel-cell-title-small {
  font-size: 15px;
  margin-bottom: 9px;
}
.carousel-cell-text{
  margin-bottom: 13px;
  font-size: 12px;
}
.carousel-cell-img-vika {
  border-radius: 45px;
}
.course{
padding: 59px 1px;
}
.menu_btn{
  opacity: 0;
}
.try_btn{
  font-size: 12px;
}
.details_btn{
  font-size: 12px;
}
.screen_header {
  font-size: 33px;
}
.preparation_title {
  font-size: 30px;
}
.pros_card{
  padding: 43px 0px 40px 30px;
}
.teachers_title {
  font-size: 30px;
}
.carousel-cell-text {
  font-size: 15px;
}
.carousel-cell-title-small {
  font-size: 16px;
}
.price_header {
  font-size: 30px;
}
.price-text-wrapper {
padding: 36px 10px 47px 33px;
}
.course-header {
  font-size: 30px;
}
.course-text {
  font-size: 18px;
}
.course-text-bold {
  font-size: 20px;
}
.course-text-records {
  margin-top: 49px;
}
.reviews-img {
  width: 128px;
}
.reviews-header {
  font-size: 30px;
}
.branches-list img {
  width: 60%;
}
.name-input {
  width: 295px;
}
.phone-input{
  width: 295px;
}
.form-button{
  font-size: 11px;
}
.bullets-text {
  font-size: 17px;
}
.team-header {
  font-size: 28px;
}
.team-form-btn {
  font-size: 12px;
}
.contacts-header {
  font-size: 28px;
}
.contacts a {
 font-size: 17px;
}
.about-header{
  font-size: 28px;
}
.about a{
  font-size: 17px;
}
.footer {
  padding: 32px;
}
.modal-btn-maxi{
  padding: 6px 73px;
  font-size: 15px;
}
.text-wrapper {
  padding: 37px 82px 28px 11px;
}
.all-inclusive-header{
  font-size: 30px;
}
.all-inclusive-header-s{
font-size: 20px;  
}
.lesson-header{
  font-size: 20px;
}
.lesson-header-bold{
  font-size: 20px;
}
.lesson-subjects{
  font-size: 16px;
}
.course{
padding: 65px 35px;
}
.course-header{
font-size: 37px;  
}
.course-text{
font-size: 16px;  
}
.includes-text {
padding-left: 61px;
}
.menu_btn_lesson{
opacity: 100%;  
}
.preparation{
margin-top: 109px;  
margin-bottom: 110px;
}
.menu_btn_prep{
opacity: 100%;  
}
.video-title {
font-size: 28px;
}
.teachers{
padding-top: 18px;
}
.branches-text{
font-size: 15px; 
}
.form-header{
font-size: 26px;  
}
.branches-undertitle {
font-size: 23px;
}
.branches-title {
font-size: 25px;
}
.tab{
justify-content: left;  
}
.lesson-btn{
font-size: 15px;  
}

}