@font-face {
  font-family:"MontserratAlternates-Bold";
  src: url("/storage/landings/mbl/proforientacia/MontserratAlternates/MontserratAlternates-Bold.ttf") format("truetype");
}
@font-face {
  font-family:"Montserrat";
  src: url("/storage/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family:"MontserratBold";
  src: url("/storage/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family:"MontserratRegular";
  src: url("/storage/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}
a:hover, a:active, a:focus {
  color: #fff;
}
.about-you-item_left img:first-child{
  position: absolute;
  left: 285px;
  top: 140px;
}
.about-you-item_left img:nth-child(2){
  position: absolute;
  top: 260px;
}
.about-you-item_left img:nth-child(3){
  position: absolute;
  top: 480px;
}
.about-you-item_right img:first-child{
  position: absolute;
  right: 170px;
}
.about-you-item_right img:nth-child(2){
  position: absolute;
  right: 65px;
  bottom: 355px;
}
.about-you-item_right img:nth-child(3){
  position: absolute;
  right: 25px;
  bottom: 210px;
}
@keyframes ticker {
  0% {
	transform: translateX(-10%);
  }
  100% {
	transform: translateX(-50%);
  }
}
@keyframes tickerRotate {
  0% {
	transform: translateX(-50%);
  }
  100% {
	transform: translateX(-10%);
  }
}
.ticker {
  margin-bottom: 100px;
}
.ticker__in,
.ticker__in_rotate, .ticker__in_rotate-right {
  display: flex;
  width: fit-content;
  align-items: center;
  background: #1C1C1C;
  margin: 0
}
.ticker__in_rotate-right {
  animation: ticker 125s linear infinite;
}
.ticker__in_rotate {
  animation: tickerRotate 100s linear infinite;
  margin: 0;
}
.ticker__item {
  padding: 0.5em 0.75em;
  white-space: nowrap;
}
.ticker__item{
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 1100px) {
  .ticker__item {
	font-size: 21px;
  }
  .ticker__in_rotate_intelect, .ticker__in_rotate_fest  {
	font-size: 21px;
  }
  .container {
	width: 100%;
  }
}
@media screen and (min-width: 1194px) and (max-width: 1279px) {
  .container {
	width: 1200px;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
}
.goal-setting-and-time-management img{
  width: 45%;
}
.modal__wrapper {
  margin: 0 auto;
  background: #fff;
  width: 520px;
  margin-top: 2%;
  padding: 40px;
}
.modal {
  background-color: rgba(4, 71, 72, 0.7);
  overflow-y: auto;
}
#order_widget_mdl{
  padding: 32px;
  /* border-radius: 32px;*/
}
.modal__wrapper h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  /*padding: 40px 0px 60px;*/
  padding: 0 0px 20px;
  color: #2b3541;
}
#order_widget_mdl.modal-close {
  display: none !important;
}
#order_widget_mdl_popup.modal-close {
  display: none !important;
}
#order_widget_mdl_materials-popup.modal-close {
  display: none !important;
}
.modal__close {
  float: right;
  font-family: "icomoon" !important;
  font-size: 0;
  background-color: transparent;
  padding-top: 10px;
}
.modal__close:before {
  font-size: 0;
  content: "" !important;
  background-color: transparent;
}
.modal__close:after {
  font-family: "icomoon" !important;
  font-size: 18px;
  background-color: transparent;
  content: "\ea0f" !important;
  opacity: 0.7;
}
.btn:hover, .btn:active, .btn:focus {
  /*background-color: #9D67E2 !important;*/
  background-color: #006fff !important;
}
.col-md-12 #nervf-heading  .animate-box h2{
}
.container {
  width: 1280px;
}
body{
  font-family: "Montserrat", sans-serif;
}
main {
  font-family: "Montserrat", sans-serif;
  /*background-color: #f5f8fd;*/
}
.header-new {
  background-color: #0056c6;
  position: fixed;
  width: 100%;
  border-radius: 0 0 20px 20px;
  padding: 13px 0;
  z-index: 100;
  font-family: "Montserrat", sans-serif;
}
.container-new {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-content {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.logo-content img:first-child {
  margin-right: 24px;
  margin-left: -6px;
}
.nav-items {
  display: flex;
  align-items: center;
}
.nav-items ul {
  display: flex;
}
.nav-items ul li {
  list-style: none;
}
.nav-items ul li a {
  text-decoration: none;
  color: #fff;
  margin: 0 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.nav-items ul li a:hover, .nav-items ul li a:active, .nav-items ul li a:focus {
  color: #DDF065;
}
.btn-header {
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  border: 2px solid #ffffff;
  padding: 20px 42px;
  border-radius: 20px;
  text-align: center;
  margin-left: 81px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
}
.btn-header:hover, .btn-header:active, .btn-header:focus{
  background-color: #DDF065 !important;
  border-color: #DDF065;
}
.nav-button {
  display: inline;
  cursor: pointer;
  position: relative;
  z-index: 20;
  margin: 0;
}
.bar,
.bar1,
.bar2 {
  height: 2px;
  background-color: #fff;
  border-radius: 0.5rem;
  transition: 0.3s;
}
.bar {
  width: 21px;
  margin-bottom: 6px;
}
.bar1 {
  width: 17px;
  margin-bottom: 6px;
}
.bar2 {
  width: 13px;
}
.change .bar {
  transform: translate(0, 9px) rotate(-45deg);
  width: 22px;
}
.change .bar1 {
  opacity: 0;
  width: 0;
}
.change .bar2 {
  transform: translate(0, -7px) rotate(45deg);
  width: 22px;
}
.nav-button {
  display: none;
}
h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 67.6px;
  margin-bottom: 40px;
  color: #0056C6;
  font-family: "MontserratAlternates-Bold", sans-serif;
}
h2{
  font-size: 52px;
  line-height: 43.2px;
  font-weight: 600;
  text-align: center;
  color: #1C1C1C;
  margin-bottom: 32px;
  font-family: "MontserratAlternates-Bold", sans-serif;
}
p {
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  margin: 0;
  color: #1C1C1C;
  font-family: "Montserrat", sans-serif;
}
.btn{
  font-family: "Montserrat", sans-serif;
}
/*блок Целеполагание и тайм-менеджмент*/
/*.g-s-t-m-description{
width: 40%;
}*/
.landing-title {
  padding: 100px 0;
}
.goal-setting-and-time-management {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.location,
.date {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.trening{
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 15px !important;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
.g-s-t-m-description p {
  margin-bottom: 15px;
}
.location p,
.date p {
  margin: 0 0 0 8px;
}
/*.date {
margin-bottom: 40px;
}*/
.btn-submit {
  width: 291px;
  margin: 0;
  /*background-color: #843ce0 !important;*/
  background-color:#0056c6 !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  padding: 21px 30px;
  border-radius: 20px;
  text-decoration: none;
}
.btn .btn-submit:hover, .btn .btn-submit:active, .btn .btn-submit:focus{
  color: #fff !important;
  background-color: #9D67E2 !important;
}
/*.btns-group{
display: flex;
justify-content: space-between;
}*/
.btns-group {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.btn-sbm{
  margin: 0;
  /*border: 2px solid #843ce0 !important;
  color: #843ce0  !important;
  border: 2px solid #0056c6 !important;*/
  border: 2px solid #006fff !important;
  color: #0056c6 !important;
  font-size: 18px;
  font-weight: 600;
  padding: 21px 30px;
  border-radius: 20px;
  text-decoration: none;
}
.btn-sbm:hover, .btn-sbm:active, .btn-sbm:focus{
  /*border: 2px solid #9D67E2 !important;*/
  border: 2px solid #006fff !important;
  color: #fff !important;
}
.image-g-s-t-m{
  width: 535px;
}
/*О тренинге*/
.about-training{
  padding: 100px 0;
  background: url("/storage/landings/celepolaganie-2024/img/about.webp");
}
/*.about*/
.about-item{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 32px;
}
.about-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 609px;
}
.about-left {
  /*max-width: 700px;*/
  max-width: 609px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  /* margin-bottom: 100px;*/
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-left p{
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  /*margin: 0 0 20px 0;*/
}
.about-left span{
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
}
/*.about-left ul{
margin-top: 8px;
}*/
.big{
  width: 100%}
.about-left ul li{
  margin-bottom: 12px;
}
/*.about-left ul li:first-child , .about-left ul li:nth-child(3){
width: 495px;
}*/
ul {
  /*list-style-image: url("/storage/landings/celepolaganie-2024/img/marker.svg");*/
  list-style-image: url("/storage/landings/mbl/proforientacia/mark.png");
  padding-left: 20px;
  margin: 0 0 40px 0;
}
.why-choose {
  position: relative;
  padding: 100px 0 0;
}
.why-choose h2 {
  margin-bottom: 32px;
}
.why-choose-peoples {
  display: flex;
}
.why-choose-peoples img {
  border-radius: 20px;
}
.why-choose-people {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin-right: 20px;
}
.choose-people-cart {
  display: flex;
  width: 290px;
  height: 235px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.number {
  color: #0056C6;
  font-size: 55px;
  /*font-size: 72px;*/
  font-style: normal;
  font-weight: 600;
  margin-top: 16px;
}
.choose-people-cart p {
  font-size: 16px;
  width: 245px;
  margin: 0;
  line-height: 20px;
  font-weight: 600;
}
.expert {
  padding: 100px 0;
}
.expert h2{
  margin-bottom: 8px;
}
.expert p {
  text-align: center;
  margin-bottom: 32px;
}
.cart-expert {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  justify-content: space-between;
}
.expert-img2{
  display:none;
}
.expert-name p{
  text-align: left;
  margin-bottom: 20px;
}
.expert-name{
  margin-left: 32px;
}
.expert-name ul li{
  margin-bottom: 12px;
  font-weight: 400;
  /*max-width: 510px;*/
  max-width: 95%;
}
.cart-expert-block-name{
  display: flex;
}
.cart-expert img {
  border-radius: 10px;
  width: 21%;
}
.expert-classification{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.expert-classification p{
  font-size: 16px;
  font-weight: 600;
  padding: 1px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.expert-classification p:first-child{
  background-color: #843CE0;
  color: #fff;
}
.expert-classification p:nth-child(2){
  background-color: #DDF065;
}
.expert-classification p:last-child{
  background-color: #0056C6;
  color: #fff;
}
.what-is-it {
  padding: 100px 0;
  background: url("/storage/landings/celepolaganie-2024/img/whatismbl.webp");
}
.what-is-it h2{
  color: #FFFFFF;
  margin-bottom: 8px;
}
.what-is-it h2 span{
  color: #DDF065;
}
.what-is-it p{
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 32px;
}
.what-it-carts {
  display: flex;
  justify-content: space-between;
}
.what-it-cart {
  background-color: #fff;
  border-radius: 20px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.what-it-cart:nth-child(2) {
  margin: 0 20px;
}
.what-it-cart p {
  color: #404247;
  padding: 32px 32px 0 32px;
  text-align: left;
  font-weight: 600;
  max-width: 370px;
}
.what-it-cart img{
  border-radius: 0 0 20px 0;
  width: 100%;
}
.about-you-img{
  display: flex;
  justify-content: center;
  padding-top: 126px;
}
.button-application{
  display: flex;
  justify-content: center;
  margin-top: 60px;
  font-weight: 600;
  font-size: 18px;
}
.btn-application{
  background-color: #DDF065;
  border-radius: 20px;
  width: 279px;
  height: 70px;
  display: flex;
  color: #404247;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: 600;
}
.btn-application:hover, .btn-application:active, .btn-application:focus{
  background-color: #E4F192 !important;
  border-color: #E4F192;
}
.content{
  width: 580px;
}
.telegram-links {
  display: flex;
}
.telegram-links img{
}
.telegram-link{
}
.telegram-link h2{
  text-align: left;
  margin-bottom: 23px;
  width: 87%;
}
.telegram-link p{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
  max-width: 420px;
  line-height: 21px;
}
.telegram {
  padding: 100px 0;
  background: #D1F6A2;
}
.telegram-links {
  display: flex
	;
  align-items: center;
}
.telegram-link {
  display: flex
	;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.telegram-link h2 {
  text-align: left;
  font-weight: 700;
  font-size: 36px;
  line-height: 43.2px;
  width: 85%;
  margin: 0;
}
.telegram-link-desc {
  display: flex
	;
  flex-direction: column;
  gap: 25px;
}
.btn-mbl {
  display: flex;
  margin: 0;
  background-color: #0056c6 !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  width: 280px;
  height: 62px;
  /* padding: 18px 43px; */
  border-radius: 20px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.how-will-it-be, .company {
  padding: 100px 0 0;
}
.collection{
  display: flex;
  justify-content: center;
}
.rules {
  padding: 100px 0;
}
.rules-cart{
  background-color: #fff;
  display: flex;
  margin-bottom: 12px;
  padding: 32px;
  border-radius: 20px;
}
.time{
  color: #0056C6;
  margin-right: 12px;
  font-weight: 600;
}
.participants-say {
  padding: 100px 0 184px 0;
}
.certificate {
  padding: 100px 0;
  background-color: #fff;
}
.certificate .container-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.certificate-left{
  max-width: 630px;
}
.certificate-left h2{
  text-align: left;
  font-size: 40px;
}
.certificate-left p{
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  /*max-width: 358px;*/
  /* max-width: 400px;*/
}
.certificate-right{
  /*background-color: #F5F8FD;
  border-radius: 20px;
  width: 58%;*/
}
.cost {
  padding: 100px 0 136px 0;
  background: #FFFFFF;
}
.cost h2 {
  text-align: center;
  color: #1C1C1C;
  margin-bottom: 50px;
}
.cost-description {
  display: flex
	;
  gap: 40px;
}
.cost-description-tasks {
  display: flex
	;
  flex-direction: column;
  justify-content: space-between;
}
h3 {
  color: #1C1C1C;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28.8px;
  margin-bottom: 20px;
}
.old-cost {
  font-weight: 500;
  font-size: 24px;
  line-height: 28.8px;
  text-decoration: line-through;
  color: #1C1C1C80;
  margin-bottom: 10px;
}
.new-cost, .new-cost span{
  font-family: "MontserratAlternates-Bold";
  font-weight: 700;
  font-size: 32px;
  line-height: 38.4px;
  color: #1C1C1C;
}
.cost-description-task-desc {
  display: flex
	;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.btn-cost {
  margin-bottom: 10px;
}
.cost-desc-bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 19.2px;
  color: #1C1C1C;
}
.cost-desc-org {
  font-weight: 400;
  font-size: 18px;
  line-height: 22.2px;
  color: #1C1C1C;
}
.cost-desc-pay {
  font-weight: 400;
  font-size: 18px;
  line-height: 22.2px;
  color: #9B9B9B;
}
/*.cost-description span{
font-weight: 600;
font-size: 18px;
color: #404247;
margin-bottom: 20px;
}*/
.cost-description ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cost-description ul li{
  font-size:18px;
  font-weight: 400;
}
.places{
  color: #0056C6;
  border: 1px solid #0056C6;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  max-width: 284px !important;
  line-height: 20.8px;
  margin-bottom: 32px;
}
.today{
  color: #7D7E7E;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  margin-bottom: 4px;
}
.cost-price{
  font-size: 32px;
  font-weight: 600;
  line-height: 41.6px;
  color: #FB5959;
  margin-bottom: 32px
}
.cost-btn{
  width: 100%;
}
#toTop {
  display: flex !important;
  width: 60px;
  background: #0056C6;
  border: 2px solid #fff;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 95px;
  height: 60px;
  right: 32px;
  cursor: pointer;
  color: #333;
  font-family: verdana;
  font-size: 11px;
  display: block;
  border-radius: 20px;
  z-index: 10;
  transition: .5s;
}
#toTop:hover{
  background: #006fff;
}
.swiper-slide.slide{
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  /*height: 225px;
  width: 335px;*/
  ;
  margin-right: 20px;
}
.img-people{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.img-people p{
  margin-left: 12px;
  font-size: 18px;
}
.people-review p{
  font-size: 16px;
  font-weight: 500;
  color: #404247;
  line-height: 20px;
  max-width: 373px;
}
/*Форма*/
.form {
  width: 598px;
}
.row:before, .row:after {
  content: " ";
  display: none;
}
.nervf-heading {
  margin-bottom: 0;
}
.nervf-contact-flex {
  background-color: #FFFFFF;
  padding: 32px 0 35px 32px;
  border-radius: 20px;
  /*justify-content: flex-start;*/
  align-items: center;
  margin: 0;
}
.col-md-6 {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
}
/*.contact-manager {
margin-left: 179px;
}*/
.manager__frame {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}
.manager__name {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #404247;
}
.manager__phone, .manager__rank {
  line-height: 23px;
}
.error {
  border: none;
  color: #f73859;
}
label {
  margin-bottom: 15px;
}
.modal__privacy.form__privacy{
  display: block;
  text-align: center;
}
.input.modal__input.form__input {
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid #A0A1A3;
  background-color: #F9F9F9;
}
a {
  color: #0056C6;
}
.button-colors.modal__btn.form__btn {
  background: #0056c6 !important;
  color: #fff;
  border: 2px solid #0056c6;
  border-radius: 20px;
  /*margin-top: 40px;*/
  margin-top: 0px;
  margin-bottom: 12px;
}
.button-colors.modal__btn.form__btn:hover, .button-colors.modal__btn.form__btn:focus, .button-colors.modal__btn.form__btn:active {
  background: #006fff  !important;
  border-color: #006fff  !important;
}
.manager__phone{
  line-height: 23px;
  font-weight: 400;
  font-size: 17px;
  color: #404247;
}
.manager__phone span:nth-child(3){
  color: #A0A1A3;
}
.manager__phone span:nth-child(4) img{
  margin-right: 8px;
}
#nervf-contact{
  padding: 100px 0;
}
.nervf-heading span {
  display: block;
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  letter-spacing: 0px;
  color: #404247;
  margin-bottom: 32px;
}
.arrows{
  position: relative;
  bottom: 57%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
}
.s-button-next{
  background-color: #fff;
  border-radius: 20px;
  padding: 6px;
  display: flex;
}
.s-button-prev{
  background-color: #fff;
  border-radius: 20px;
  padding: 6px;
  display: flex;
}
.s-button-next:hover, .s-button-next:active, .s-button-next:focus, .s-button-prev:hover, .s-button-prev:active, .s-button-prev:focus{
  background-color: #D1E2F8;
}
.s-button-next svg:hover path, .s-button-next svg:active path, .s-button-next svg:focus path, .s-button-prev svg:hover path, .s-button-prev svg:active path, .s-button-prev svg:focus path {
  stroke: #404247;
}
.arrow{
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
.swipe-button-next{
  margin-left: 12px;
  background-color: #fff;
  border-radius: 20px;
  padding: 6px;
  display: flex;
}
.swipe-button-prev{
  background-color: #fff;
  border-radius: 20px;
  padding: 6px;
  display: flex;
}
.swipe-button-next:hover, .swipe-button-next:active, .swipe-button-next:focus, .swipe-button-prev:hover, .swipe-button-prev:active, .swipe-button-prev:focus{
  background-color: #D1E2F8;
}
.swipe-button-next svg:hover path, .swipe-button-next svg:active path, .swipe-button-next svg:focus path, .swipe-button-prev svg:hover path, .swipe-button-prev svg:active path, .swipe-button-prev svg:focus path {
  stroke: #404247;
}
.collection {
  padding: 0 45px;
}
.swiper-3d {
  perspective: 860px;
  height: 452px;
}
.slick-initialized .slick-slide {
  background-color: #fff;
  margin: 0 10px;
  height: 225px;
  padding: 20px;
  border-radius: 20px;
}
.small{
  display: none;
}
@media screen and (max-width: 1149px){
  .cost-description-tasks {
	gap: 40px;
  }
  .nav-items {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	flex-direction: column;
	background: #0056c6;
	align-items: center;
	padding: 100px 0 0 0;
	transition: 0.5s;
	transform: translateY(-110%);
  }
  .nav-items.hide-show {
	transform: translateY(-3%);
	border-radius: 0px 0px 20px 20px;
  }
  .nav-items ul {
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	padding: 0;
  }
  .nav-items li {
	margin: 0 0 20px 0;
  }
  .nav-items li a {
	display: block;
	margin: 0;
  }
  .nav-button.burger-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
  }
  #header .conteiner-new {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .header-content {
	margin: 0 60px;
  }
  #header {
	padding: 15px 0;
  }
}
@media screen and (max-width: 1100px) {
  .certificate-rect h2{
	text-align: center;
  }
  .goal-setting-and-time-management img {
	width: 100%;
	margin-top: 40px;
  }
  .container {
	width: 100%;
  }
  .trening-rect h1 span{
	font-size: 36px;
	line-height: 34.8px;
  }
  .trening-rect h1{
	font-size: 32px;
	line-height: 34.8px;
  }
  h2{
	font-size: 32px;
	line-height: 41.6px;
  }
  p {
	font-size: 16px;
	line-height: 23.4px;
	max-width: 100% !important;
	font-family: "Montserrat", sans-serif;
  }
  .logo-content img {
	height: 36px;
  }
  .nav-items {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	flex-direction: column;
	background: #0056c6;
	align-items: center;
	padding: 100px 0 0 0;
	transition: 0.5s;
	transform: translateY(-110%);
  }
  .nav-items.hide-show {
	transform: translateY(-3%);
	border-radius: 0px 0px 20px 20px;
  }
  .nav-items ul {
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	padding: 0;
  }
  .nav-items li {
	margin: 0 0 20px 0;
  }
  .nav-items li a {
	display: block;
	margin: 0;
  }
  .nav-button.burger-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
  }
  #header .conteiner-new {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .header-content {
	margin: 0 60px;
  }
  #header {
	padding: 15px 0;
  }
  .g-s-t-m-description  .btn-submit{
	width: 100%;
  }
  .btn-submit{
	width: 290px;
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
  }
  .btn-sbm{
	width: 100%;
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .btn.btn-header {
	width: 85%;
	margin: 0 0 20px 0;
  }
  .btn-application {
	width: 100%;
  }
  .goal-setting-and-time-management {
	flex-direction: column;
  }
  .goal-setting-and-time-management {
	padding: 0;
  }
  .g-s-t-m-description p {
	margin-bottom: 32px;
  }
  .image-g-s-t-m{
	margin-top: 40px;
  }
  .location p, .date p{
	margin: 0 0 0 8px;
  }
  .about-training {
	padding: 60px 45px;
  }
  .about {
	flex-direction: column;
	align-items: center;
	width: 100%;
	/*padding: 0 45px;*/
  }
  .about-left {
	max-width: 100%;
	margin: 0;
  }
  .about-left p, .about-left span, .about-left ul li{
	font-size: 16px;
	line-height: 20.8px;
  }
  .about-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
  }
  .about-right img{
	display: none;
  }
  /*.why-choose {
  display: none;
  padding: 60px 0;
}*/
  .why-choose-peoples {
	flex-direction: column;
	padding: 0 45px;
  }
  .why-choose-people {
	flex-direction: column;
	margin-right: 0;
  }
  .choose-people-cart {
	width: 100%;
	height: 190px;
	margin-bottom: 12px;
  }
  .choose-people-cart p {
	font-size: 16px;
	width: 100%;
  }
  .expert {
	padding: 60px 0;
  }
  .expert p{
	text-align: center;
	margin-bottom: 13px;
	text-align: left;
  }
  .expert-name ul li {
	margin-bottom: 10px;
	font-weight: 400;
	max-width: 100%;
	font-size: 16px;
  }
  .cart-expert {
	flex-direction: column;
  }
  .expert-name {
	margin-left: 0;
  }
  .expert-classification p {
	margin-right: 6px;
	margin-bottom: 0;
  }
  .expert .container-new{
	padding: 0 60px;
  }
  .expert-classification {
	flex-direction: row;
	margin-left: 0;
	margin-top: 8px;
  }
  .expert-img{
	display:none;
  }
  .expert-img2 {
	display: block;
	margin-bottom: 20px;
	width: 100% !important;
  }
  .what-is-it {
	padding: 60px 0;
  }
  .what-it-carts {
	flex-direction: column;
  }
  .what-is-it .container-new{
	padding: 0 60px;
  }
  .what-it-cart {
	background-color: #fff;
	border-radius: 20px;
	max-width: 100%;
	height: 133px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 12px;
  }
  .what-it-cart:nth-child(2) {
	margin: 0 0 12px 0;
  }
  .what-it-cart img{
	width: 203px;
	border-radius: 20px;
  }
  .what-it-cart p {
	padding:20px 20px 0 20px;
	max-width: 100%;
  }
  .btn-application {
	width: 314px;
  }
  .how-will-it-be, .company {
	padding: 60px 0;
  }
  .telegram {
	padding: 60px 0;
  }
  .telegram-links {
	flex-direction: column;
	gap: 40px;
  }
  .telegram-link {
	align-items: center;
	gap: 20px;
	width: 100%;
  }
  .telegram-links img {
	width: 100%;
  }
  .telegram-link p {
	font-size: 16px;
	margin-bottom: 0;
	max-width: 98%;
	line-height: 20.8px;
  }
  .telegram-link-desc {
	gap: 20px;
	text-align: center;
  }
  .participants-say {
	padding: 60px 0 160px 0;
  }
  .rules {
	padding: 60px 0;
  }
  .rules-carts{
	margin: 0 45px;
  }
  .rules-cart {
	padding: 20px;
  }
  .certificate {
	padding: 60px 0;
	background-color: #fff;
  }
  .certificate .container-new{
	margin: 0 45px;
	align-items: center;
  }
  .certificate-left {
	margin-right: 20px;
  }
  .certificate-right img{
	width: 100%;
	padding: 23px 79px;
  }
  .certificate-left p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	max-width: 254px;
  }
  .telegram-link h2 {
	width: 100%;
	text-align: center;
  }
  .cost {
	padding: 60px 0;
  }
  .cost-description {
	flex-direction: column-reverse;
	width: 100%;
  }
  .cost-btn{
	width: 100%;
  }
  #swiper-wrapper-105c0647af3b46841{
	transform: translate3d(-298.5px, 0px, 0px);
  }
  .swiper-3d {
	perspective: 785px;
	height: 260px;
  }
  .cost .container-new {
	flex-direction: column;
	margin: 0 60px;
  }
  .landing-title {
	padding:60px 0;
  }
  .g-s-t-m-description{
	width: 100%;
  }
  .nervf-contact-flex {
	flex-direction: column;
  }
  .col-md-6 {
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: center;
  }
  .nervf-contact-flex {
	padding: 20px;
	margin: 0 45px;
  }
  .form {
	width: 100%;
  }
  .contact-manager {
	margin: 40px 0 0 0;
  }
  #nervf-contact {
	padding: 60px 0;
  }
  .nervf-heading span {
	display: block;
	line-height: 41.6px;
	margin: 0 45px 20px 45px;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	letter-spacing: 2px;
	color: #404247;
  }
  .row {
	margin-left: 0;
	margin-right: 0;
  }
  .expert2{
	display:block;
  }
  .content {
	width: 335px;
  }
  .content img{
	width: 335px;
  }
  .arrows {
	bottom: 59%;
	padding: 0 20px;
  }
  .reviews {
	margin-left: 45px;
  }
  .swiper-slide.slide {
	/*width: 314px;*/
  }
  .cart-expert-block-name {
	display: flex;
	flex-direction: column;
  }
  .people-review p {
	font-size: 14px;
  }
}
@media screen and (min-width: 1194px) and (max-width: 1279px){
  .container {
	width: 1200px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1259px){
  .why-choose-peoples {
	flex-direction: column;
	padding: 0 45px;
  }
  .why-choose-people {
	flex-direction: column;
	margin-right: 0;
  }
  .choose-people-cart {
	width: 100%;
	height: 140px;
	margin-bottom: 12px;
  }
  .choose-people-cart p {
	font-size: 16px;
	width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1196px){
  /*.content {
  width: 400px;
}*/
  .content img {
	width: 100%;
  }
  .swiper-3d {
	perspective: 785px;
  }
}
@media screen and (max-width: 600px) {
  .modal__wrapper {
	margin: 0 auto;
	background: #fff;
	width: 100%;
	margin-top: 2%;
	padding: 20px;
  }
  .modal__wrapper h2 {
	font-size: 26px;
  }
  .nervf-heading h2 {
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 1.4;
	font-weight: 600;
	color: #000;
	/* text-transform: uppercase; */
  }
  .nervf-heading span {
	display: block;
	line-height: 41.6px;
	margin: 0 45px 20px 45px;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	letter-spacing: 0;
	color: #404247;
  }
  .btns-group {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-top: 20px;
  }
  .btn-submit {
	margin-right: 0px;
	/*margin-bottom: 10px;*/
  }
  .btn-sbm, .btn-submit{
	font-size: 16px;
	width: 100%;
  }
  .why-choose-carts {
	margin-bottom: 40px;
  }
  .company {
	background: url(/storage/landings/mbl/proforientacia/bg-pechat.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: auto;
  }
  .cost h2{
	margin-bottom: 40px !important;
  }
  .goal-setting-and-time-management {
	flex-direction: column;
  }
  .header-content {
	margin: 0 5px;
  }
  .logo-content img {
	height: 25px;
  }
  .change .bar,
  .change .bar2 {
	width: 15px;
  }
  .btn.btn-header {
	width: 90%;
	margin: 0 20px 20px 20px;
  }
  .goal-setting-and-time-management {
	padding: 0;
  }
  .image-g-s-t-m img{
	width: 100%;
  }
  .expert-classification {
	flex-direction: column;
	margin-left: 0;
	align-items: flex-start;
  }
  .what-it-cart {
	height: 100%;
	flex-direction: column;
  }
  .certificate .container-new {
	flex-direction: column;
  }
  .image-g-s-t-m {
	margin-top: 32px;
  }
  .about {
	padding: 0 5px;
  }
  .about-left ul li:first-child, .about-left ul li:nth-child(3) {
	width: 100%;
  }
  .why-choose-peoples {
	padding: 0 5px;
  }
  .expert .container-new {
	padding: 0 20px;
  }
  .what-is-it .container-new {
	padding: 0 20px;
  }
  .what-is-it {
	padding: 40px 0;
  }
  .what-it-cart img {
	width: 253px;
  }
  .how-will-it-be, .company {
	padding: 40px 0;
  }
  .telegram {
	padding: 40px 0;
  }
  .telegram-links {
	margin: 0 5px;
  }
  .rules {
	padding: 40px 0 28px 0;
  }
  .rules-carts {
	margin: 0 5px;
  }
  .rules-cart {
	flex-direction: column;
  }
  .time {
	margin-bottom: 12px;
  }
  .number {
	font-size: 52px;
  }
  .why-choose {
	padding: 40px 0;
  }
  .expert {
	padding: 40px 0;
  }
  .participants-say {
	padding: 40px 0 140px 0;
  }
  .participants-say h2{
	text-align: left;
  }
  .certificate .container-new {
	margin: 0 5px;
  }
  .certificate {
	padding: 40px 0;
  }
  .certificate h2{
	margin-bottom: 20px;
  }
  .certificate-left p {
	max-width: 100%;
	margin-bottom: 20px;
  }
  .cost {
	padding: 40px 0;
  }
  .cost .container-new {
	margin: 0 20px;
  }
  .nervf-contact-flex {
	padding: 20px;
	margin: 0 5px;
  }
  .nervf-heading span{
	margin: 0;
  }
  .expert-img{
	display:block;
	margin-bottom: 20px;
	width: 100% !important;
  }
  .expert-img2{
	display:none;
  }
  .expert-classification p:nth-child(2) {
	background-color: #DDF065;
	margin: 6px 0;
  }
  .collection {
	padding: 0 5px;
  }
  .reviews {
	margin-left: 0;
  }
  #nervf-contact {
	padding: 40px 0;
  }
  .contact__form {
	margin-top: 0;
  }
  .btn-application {
	width: 100%;
  }
  .what-it-cart-img{
	display: flex;
	justify-content: flex-end;
  }
  .cart-expert-block-name {
	display: flex;
	flex-direction: column;
  }
  .nav-items {
	padding: 95px 0 0 0;
  }
  .slick-arrow {
	display: block !important;
  }
  .people-review p {
	max-width: 100%;
  }
}
@media screen and (max-width: 425px){
  .small{
	display: block;
  }
  .big{
	display: none;
  }
}
@media screen and (max-width: 320px) {
  .content {
	width: 281px;
  }
  .content img {
	width: 280px;
  }
  .people-review p {
	font-size: 14px;
  }
}
.prices {
  display: flex;
  margin-top: 40px;
}
.new-price, .old-price {
  display: flex;
  flex-direction: column;
}
.new-price {
  margin-right: 20px;
}
.price {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  margin: 0;
  color: #667085;
  margin-bottom: 4px;
  font-family: "Inter";
}
.new-price span {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 600;
  line-height: 41.6px;
  text-align: left;
  color: #FB5959;
}
.old-price span {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  color: #2B3541;
  text-decoration: none;
  margin-top: 13px;
}
.old-price span:before {
  content: "";
  border-bottom: 2px solid #FB5959;
  position: absolute;
  width: 75%;
  height: 50%;
  transform: rotate(-10deg);
}
@media screen and (max-width: 360px) {
  .prices {
	display: flex;
	margin-top: 40px;
	flex-direction: column;
	align-items: flex-start;
  }
}
.container-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
.box{
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.box p{
  text-align: center;
}
@media screen and (max-width: 1024px){
  .container-grid {
	justify-content: center;
  }
}
@media screen and (max-width: 768px){
  .box {
	width: 40%;
  }
}
@media screen and (max-width: 600px){
  .box {
	width: 100%;
  }
}
.company-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  padding-bottom: 100px;
}
.about-right img{
  display: none;
}
.on-min{
  display:none;
}
@media screen and (max-width: 1200px){
  .container-new {
	padding: 0 15px;
  }
  .on-big{
	display:none;
  }
  .on-min {
	display: block;
	width: 86%;
  }
  h3 {
	font-size: 18px;
	margin-bottom: 15px;
  }
  .old-cost {
	font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .on-min {
	display: block;
	width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .on-min {
	display: block;
	width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .about-training {
	padding: 60px 5px;
  }
  .about-training .container-new{
	padding: 0 45px;
  }
  .big{
	width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .about-training .container-new {
	padding: 0 10px;
  }
}
.about-kurs{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-kurs .about-right {
  max-width: 40%;
}
.about-kurs .about-right h2{
  text-align: left;
}
.end-kov{
  display: flex;
  justify-content: flex-end;
}
.quote{
  margin: 12px 0;
}
.age img{
  width: 32px;
}
@media screen and (max-width: 1100px) {
  .about-kurs .about-right {
	max-width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .company-items {
	padding-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .company-items {
	padding: 40px 0;
  }
}
.btn-sbt-zar{
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.welcome-adult{
  text-align: center;
  margin-bottom: 42px;
  font-weight: 800;
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  .welcome-adult{
	font-size: 26px;
  }
}
@media screen and (max-width: 1100PX) {
  .certificate-left {
	margin-right: 0;
	width: 100%;
  }
  .certificate-right img {
	width: 100%;
	padding: 20px;
  }
  .certificate .container-new {
	flex-direction: column-reverse;
  }
}
.interested {
  padding: 100px 0;
  background: url(/storage/landings/mbl/proforientacia/bg-inter.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.interested h2 {
  color: #fff;
}
.intrested-carts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
.intrested-cart img {
  width: 100%;
}
.intrested-cart {
  display: flex;
  flex-direction: column;
  width: 290px;
}
.intrested-cart span {
  font-size: 19px;
  padding: 30px 0;
  width: 100%;
  color: #FFFFFF;
}
.intrested-link {
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 0;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.6px;
  text-decoration: none;
}
.intrested-link svg {
  margin-left: 10px;
}
/*
.intrested-link a:hover svg path, .intrested-link:active a svg path, 
.intrested-link a:focus svg path{
stroke:#045c5e
}*/
@media screen and (max-width: 1100px) {
  .interested .container-new {
	margin: 0 45px;
  }
  .intrested-cart {
	margin-bottom: 32px;
  }
}
@media screen and (max-width: 600px) {
  .interested .container-new {
	margin: 0;
  }
  .interested {
	margin:0;
  }
}
@media screen and (max-width: 400px) {
  .intrested-cart {
	width: 100%;
  }
  .intrested-cart img {
	width: 100%;
  }
  .intrested-cart span {
	width: 100%;
  }
}
.for-you-kurs-top-desc, .for-you-kurs-bottom-desc{
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.for-you-kurs-top-desc p, .for-you-kurs-bottom-desc p{
  text-align: center;
  max-width: 386px;
}
.for-you-kurs-gif{
}
.for-you-kurs {
  background-color: #0056C6;
  padding-top: 100px;
}
.for-you-kurs-top h2, .will-result h2, .create-course h2 {
  font-family: "MontserratAlternates-Bold", sans-serif;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.for-you-kurs-top-desc {
  margin-bottom: 25px;
  padding-top: 50px;
}
.for-you-kurs-bottom-desc {
  display: flex;
  justify-content: center;
  margin-top: -70px;
  padding-bottom: 50px;
}
.will-result {
  margin-top: 50px;
}
.result-tasks {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.result-task {
  width: 290px;
  border-radius: 20px;
}
.result-task-description {
  background-color: #FFFFFF;
  padding: 20px;
  display: flex	;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
}
.for-you-kurs-top-desc p, .for-you-kurs-bottom-desc p {
  text-align: center;
  max-width: 386px;
  color: #fff;
}
.result-number, .why-choose-cart-number {
  font-family: "MontserratAlternates-Bold";
  font-weight: 700;
  font-size: 36px;
  line-height: 43.2px;
  color: #0056C6;
}
.result-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  color: #1C1C1C;
  width: 86%;
}
.plane svg {
  margin: 90px 0;
}
.why-chooses {
  display: flex
	;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
.why-choose-carts {
  display: flex;
  gap: 30px;
  margin-bottom: 29px;
  flex-wrap: wrap;
  justify-content: center;
}
.why-choose-cart {
  background: #D1F6A2;
  border-radius: 20px;
  padding: 25px 25px 47px 25px;
  width: 290px;
  display: flex	;
  flex-direction: column;
  gap: 10px;
}
.why-choose-cart-number {
  color: #1C1C1C;
}
.why-choose-cart:first-child .why-choose-cart-p {
  width: 64%;
}
.why-choose-cart-p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  width: 89%;
}
.company {
  background: url(/storage/landings/mbl/proforientacia/bg-pechat.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.company h2 {
  margin-bottom: 50px;
  width: 95%;
}
.company .container-new{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.for-you-kurs-gif svg{
  width: 100%;
}
.about-you-img-mobile-tasks{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-you-img-mobile img{
  width: 100%;
}
.about-you-img-mobile-task{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-bottom: 50px;
}
.about-you-img-mobile-task p{
  border: 1px solid #0056C6;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  color: #0056C6;
  font-weight: 400;
  font-size: 18px;
  line-height: 17.07px;
  text-align: center;
}
.why-choose-mobile-mobile, .create-course{
  display: none;
}
@media screen and (max-width: 1099px){
  .container-new {
	padding: 0 45px;
  }
  .why-choose {
	display: none;
  }
  .why-choose-mobile-mobile{
	display: block;
	padding-top: 50px;
  }
  .for-you-kurs-top, .for-you-kurs-gif, .for-you-kurs-bottom-desc{
	display:none;
  }
  .for-you-kurs {
	padding-top: 50px;
  }
  .create-course{
	display: block;
  }
  .create-course-desc{
	background-color: #FFFFFF;
	padding: 30px;
	border-radius: 20px;
	display: flex;
	gap: 40px;
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
  }
  .create-course-desc p{
	width: 40%;
  }
}
@media screen and (max-width: 500px){
  .result-task,  .result-task img{
	width: 100%;
  }
  .why-choose-cart{
	width: 100%;
  }
  .why-choose-carts {
	gap: 20px;
  }
  .container-new {
	padding: 0 15px;
  }
  .create-course-desc {
	flex-direction: column;
	align-items: center;
  }
  .create-course-desc p {
	width: 100%;
  }
}
.plane-animation{
  position: absolute;
  top: 44px;
  /* Размещаем самолет снизу блока */
  left: 0;
  /* Начинаем полет с левого края */
  font-size: 5rem;
  opacity: 0;
  /* transition: all 10s ease-in-out; */
  animation-name: movePlane;
  animation-duration: 15s;
  /* Время полета */
  animation-iteration-count: infinite;
}
@keyframes movePlane {
  from {
	left: 0;
	/* Начало полета с левого края */
	opacity: 1;
  }
  to {
	left: 1200px;
	/* Завершение полета на правом краю контейнера */
	opacity: 1;
  }
}
.plane-animation svg{
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .plane .container-new{
	max-width: 1000px;
  }
  @keyframes movePlane {
	from {
	  left: 0;
	  /* Начало полета с левого края */
	  opacity: 1;
	}
	to {
	  left: 1100px;
	  /* Завершение полета на правом краю контейнера */
	  opacity: 1;
	}
  }
}
@media screen and (max-width: 800px) {
  @keyframes movePlane {
	from {
	  left: 0;
	  /* Начало полета с левого края */
	  opacity: 1;
	}
	to {
	  left: 700px;
	  /* Завершение полета на правом краю контейнера */
	  opacity: 1;
	}
  }
}
@media screen and (max-width: 425px) {
  @keyframes movePlane {
	from {
	  left: 0;
	  /* Начало полета с левого края */
	  opacity: 1;
	}
	to {
	  left: 320px;
	  /* Завершение полета на правом краю контейнера */
	  opacity: 1;
	}
  }
}
@media screen and (min-width: 1099px) and (max-width: 1200px) {
  .about-you-item_left img,
  .about-you-item_right img{
	width: 250px;
  }
}
.trening-rect h1 span, .why-choose-rect span, .certificate-rect span, .new-cost span {
  background-color: #D1F6A2;
}
.for-you-kurs_adapt768{
  display:none;
}
.for-you-kurs-top_adapt768 h2{
  color: #fff;
}
.for-you-kurs-top-desc_adapt768 p{
  color:#fff;
  width: 280px;
  text-align: center;
  margin-bottom: 18px;
}
.for-you-kurs_adapt768 svg{
  width:100%;
  margin-bottom: 18px;
}
@media screen and (max-width: 1099px) {
  .for-you-kurs_adapt768{
	display:block;
  }
  .for-you-kurs-top-desc_adapt768{
	display: flex;
	justify-content: center;
  }
}
.for-you-kurs_adapt375{
  display:none;
}
@media screen and (max-width: 600px) {
  .for-you-kurs_adapt768 {
	display: none;
  }
  .for-you-kurs_adapt375 {
	display: block;
  }
}
.for-you-kurs_adapt375 svg{
  width: 100%;
  margin-bottom: 40px;
}
.for-you-kurs-top_adapt375 h2, .for-you-kurs-top-desc_adapt375 p{
  color:#fff;
}
.for-you-kurs-top-desc_adapt375 p{
  text-align:center;
  padding: 0 30px;
}
.arrow-btn svg{
  margin-left: 22px;
}
.expert-new{
  background: #0056C6;
  padding: 100px 0;
}
.expert-new h2{
  color: #fff;
  margin-bottom: 40px;
}
.expert-new-image{
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 50px 100px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #9B9B9B;
}
.expert-new-image-desc h3{
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 38px;
}
.expert-new-image-desc ul{
  display: flex
	;
  flex-direction: column;
  gap: 19px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  width: 100%;
}
.program-new-tasks{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 50px;
}
.program-new-task{
  background: #D1F6A2;
  padding: 25px;
  width: 290px;
  border-radius: 20px;
}
.program-new-task-desc{
  font-family: "MontserratBold";
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}
.program-new-task_date{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}
.program-new-task-day{
  margin-bottom: 10px;
  font-family: "MontserratBold";
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.program-new-task-desc-time{
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
.program-new-task ul{
  background: #FFFFFF;
  border-radius: 20px;
  padding: 10px 10px 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 116px;
}
.program-new{
  padding: 100px 0;
}
.program-new h2{
  margin-bottom: 50px;
}
.program-new-desc{
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .expert-new-image {
	padding: 50px;
  }
}
@media screen and (max-width: 800px) {
  .expert-new-image {
	flex-direction: column;
  }
  .program-new {
	padding: 40px 0;
  }
  .expert-new {
	padding: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  .expert-new-image {
	padding: 32px;
  }
  .expert-new-image img{
	width: 100%;
  }
}
.present {
  gap: 20px;
}
.landing-title-with-img{
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .landing-title-with-img {
	flex-direction: column;
  }
  .trening {
	font-size: 24px;
  }
}
@media screen and (max-width: 500px){
  .telegram-link h2 {
	font-size: 27px;
  }
}