@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
}
.col-md-12 #nervf-heading  .animate-box h2{
}
.container {
  width: 1280px;
  font-family: "Montserrat", sans-serif;
}
main {
  font-family: "Montserrat", sans-serif;
  background-color: #e9eff9;
}
.header-new {
  font-family: "Montserrat", sans-serif;
  background: #255EF2;
  position: fixed;
  width: 100%;
  border-radius: 0 0 20px 20px;
  padding: 13px 0;
  z-index: 100;
}
.container-new {
  max-width: 1280px;
  margin: 0 auto;
  /*padding: 0 15px;*/
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-content {
  position: relative;
  z-index: 20;
}
.logo-content img{
  height: 45px;
  margin-right: 24px;
}
.nav-items {
  display: flex;
  align-items: center;
}
.nav-items ul {
  display: flex;
}
.nav-items ul li {
  list-style: none;
}
.nav-items ul li a {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  margin: 0 16px;
  font-weight: 600;
}
.nav-items ul li a:hover, .nav-items ul li a:active, .nav-items ul li a:focus {
  color: #F2FFA5;
}
.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{
  border: 2px solid #404247;
  background-color: #ACFC04 !important;
  color:#404247;
}
.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: 52px;
  font-weight: 600;
  line-height: 67.6px;
  color: #404247;
  width: 627px;
}
h2{
  font-size: 52px;
  font-weight: 600;
  text-align: center;
  color: #404247;
  margin-bottom: 32px;
}
h2 span{
  color: #0056C6;
}
.greenText {
  color: #255EF2;
  position: relative;
  display: inline-block;
}
.greenText:before {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 20px;
  background-image: url(/storage/landings/winter-camp/line-blue.png);
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
p {
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  color: #414D4B;
}
.btn{
  /*font-family: "Montserrat", sans-serif;*/
}
/*блок Целеполагание и тайм-менеджмент*/
.landing-title {
  padding: 202px 0 100px 0;
  background-image: url(/storage/landings/winter-camp/bg.png);
  background-size: cover;
}
.g-s-t-m-description{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 536px;
}
.g-s-t-m-des{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}
.goal-setting-and-time-management {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}
.location,
.date {
  display: flex;
  align-items: center;
  /* margin-bottom: 20px;*/
}
#potential{
  padding: 100px 0;
}
.trening{
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  color: #0056C6;
  letter-spacing: 1px;
}
.trening-title{
  font-size: 32px;
  font-weight: 600;
  line-height: 41.6px;
  color: #404247;
  margin-bottom: 20px;
          width: 80%;
}
.location p,
.date p {
  margin: 0 0 0 8px;
}
.date {
  /* margin-bottom: 40px;*/
}
.btn-app {
  border: 1px solid #404247;
  margin: 0;
  background-color: #ACFC04 !important;
  font-size: 18px;
  font-weight: 600;
  padding: 21px 64px;
  border-radius: 20px;
  text-decoration: none;
  color: #404247 !important;
}
.btn-app:hover{
  background-color: #D1FF70 !important;
}
.btn .btn-submit:hover, .btn .btn-submit:active, .btn .btn-submit:focus{
  color: #fff !important;
  background-color: #9D67E2 !important;
}
/*О тренинге*/
.about-training{
  padding-top: 100px;
  background: url("/storage/landings/celepolaganie-2024/img/about.webp");
}
.about {
  display: flex;
  justify-content: space-between;
}
.about-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-left {
  max-width: 630px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 100px;
}
.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;
}
.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");
  padding-left: 20px;
  margin: 0;
}
.theme_description{
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  background: #FFF;
  padding: 32px;
}
.theme_desc{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.theme_desc p{
  color: #404247;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
}
.why-choose {
  padding: 100px 0;
}
.why-choose h2 {
  margin-bottom: 32px;
}
.why-choose-peoples {
  display: flex;
  gap: 20px;
}
.why-choose-peoples img {
  border-radius: 20px;
}
.why-choose-people {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  gap: 20px;
}
.choose-people-cart {
  display: flex;
  width: 305px;
  height: 235px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #404247;
}
.number {
  color: #255EF2;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
}
.choose-people-cart p {
  font-size: 16px;
  width: 209px;
  margin: 0;
  line-height: 20px;
  font-weight: 600;
}
.theme{
  background-image: url(/storage/landings/winter-camp/bg-theme.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.theme h2{
  color: #fff;
}
.theme h2 .greenText{
  color: #ACFC04;
}
.theme h2 .greenText:before{
  background-image: url(/storage/landings/winter-camp/line-yellow.png);
}
.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;
}
.cart-expert-block-name{
  display: flex;
}
.cart-expert img {
  border-radius: 10px;
}
.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%;
}
.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;
  background: url("/storage/landings/celepolaganie-2024/img/about.webp");
  border-radius: 20px;
}
.telegram-links img{
  border-radius: 20px;
}
.telegram-link{
  padding: 60px 20px 60px 60px;
}
.telegram-link h2{
  text-align: left;
  margin-bottom: 23px;
}
.telegram-link p{
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 35px;
  max-width: 400px;
  line-height: 21px;
}
.telegram {
  padding: 100px 0;
}
.how-will-it-be {
  padding: 100px 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;
}
.certificate-left{
  max-width: 630px;
}
.certificate-left h2{
  text-align: left;
}
.certificate-left p{
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  max-width: 358px;
}
.certificate-right{
  background-color: #F5F8FD;
  border-radius: 20px;
}
.certificate-right img{
  padding: 45px 157px;
}
.cost {
  padding: 100px 0 136px 0;
  background: url("/storage/landings/celepolaganie-2024/img/price.webp");
}
.cost .container-new {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 32px;
  border-radius: 20px;
}
.cost h2{
  max-width: 500px;
  text-align: left;
}
.cost-description{
  width: 598px;
}
.cost-description span{
  font-weight: 600;
  font-size: 18px;
  color: #404247;
  margin-bottom: 20px;
}
.cost-description ul{
  margin-top: 20px;
  margin-bottom: 20px;
}
.cost-description ul li{
  font-size:18px;
  font-weight: 400;
  margin-bottom: 12px;
}
.places{
  color: #0056C6;
  border: 1px solid #0056C6;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  max-width: 177px !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 {
  width: 60px;
  background: #0056C6;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 32px;
  height: 60px;
  right: 32px;
  cursor: pointer;
  color: #333;
  font-family: verdana;
  font-size: 11px;
  display: block;
  border-radius: 20px;
  z-index: 10;
}
.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;
  margin: 0;
}
.col-md-6 {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.contact-manager {
  margin-left: 179px;
}
.manager__frame {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}
.manager__name {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #404247;
  margin-bottom: 4px;
}
.manager__phone, .manager__rank {
  line-height: 23px;
}
.error {
  font-size: 16px;
  border: none;
  color: #f73859;
}
label {
  margin-bottom: 15px;
}
.modal__privacy.form__privacy{
  display: block;
  text-align: center;
  font-size: 16px;
}
a {
  color: #0056C6;
}
.button-colors.modal__btn.form__btn {
  background: #ACFC04 !important;
  color: #404247;
  border: 2px solid #ACFC04;
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 12px;
  border: 1px solid #404247;
}
.button-colors.modal__btn.form__btn:hover, .button-colors.modal__btn.form__btn:focus, .button-colors.modal__btn.form__btn:active {
  background: #D1FF70 !important;
  !important;
}
.manager__phone{
  line-height: 23px;
  font-weight: 400;
  font-size: 17px;
  color: #404247;
  text-align: center;
}
.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){
  .contact__wrapper {
	width: 89% !important;
  }
  .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) {
  .contact {
	padding: 60px 0;
  }
  .modal__subscribtion {
	margin-top: 40px !important;
  }
  #potential {
	padding: 60px 0;
  }
  .container {
	width: 100%;
  }
  h1 {
	font-size: 36px;
	font-weight: 600;
	line-height: 46.8px;
	width: 80%;
	font-family: "Montserrat", sans-serif;
  }
  h2{
	font-size: 32px;
	line-height: 41.6px;
	font-family: "Montserrat", sans-serif;
  }
  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 20px;
  }
  .btn-apps{
	width: 100%;
  }
  .btn-submit{
	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 45px;
  }
  .g-s-t-m-des {
	gap: 12px;
  }
  .trening-title{
	font-size: 18px;
	font-weight: 500;
	line-height: 23.4px;
  }
  .image-g-s-t-m{
	margin-top: 40px;
  }
  .location p, .date p{
	margin: 0 0 0 8px;
  }
  .about-training {
	padding: 60px 0;
  }
  .about {
	flex-direction: column;
	align-items: center;
	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 {
	padding: 60px 0;
  }
  .number {
	font-size: 52px;
  }
  .theme_description {
	flex-direction: column;
	align-items: center;
  }
  .theme_img,  .theme_img img{
	width: 100%;
  }
  .theme_description {
	margin: 0 60px;
  }
  .theme {
	background-image: url(/storage/landings/winter-camp/bg-theme768.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0;
  }
  .contact__wrapper {
	flex-direction: column;
	width: 85% !important;
	margin: 0 60px;
  }
  .input.modal__input.form__input {
	height: 57px;
	width: 100% !important;
  }
  .manager {
	margin-top: 40px;
	width: 100% !important;
  }
  .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%;
  }
  .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;
  }
  .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 {
	padding: 60px 0;
  }
  .telegram {
	padding: 60px 0;
  }
  .telegram-links {
	flex-direction: column;
	margin: 0 45px;
  }
  .telegram-link {
	padding: 20px 20px 20px 20px;
  }
  .telegram-link p {
	font-size: 16px;
	margin-bottom: 35px;
	max-width: 98%;
	line-height: 20.8px;
  }
  .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;
  }
  .certificate-left {
	margin-right: 20px;
  }
  .certificate-right img{
	width: 100%;
	padding: 23px 79px;
  }
  .certificate-left p {
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	max-width: 254px;
  }
  .cost {
	padding: 60px 0;
  }
  .cost-description {
	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: 126px 0 60px 0;
  }
  .g-s-t-m-description{
	justify-content: space-between;
	height: 357px;
  }
  .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 {
	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: 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) {
  .contact__wrapper{
	flex-direction: column-reverse !important;
  }
  .contact__wrapper {
	flex-direction: column;
	width: 90% !important;
	margin: 0 20px;
  }
  .contact {
	padding: 60px 0;
  }
  .modal__subscribtion {
	margin-top: 40px !important;
  }
  .theme_description {
	margin: 0 20px;
	padding: 20px;
  }
  .theme {
	background-image: url(/storage/landings/winter-camp/bg-theme375.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	padding: 60px 0;
  }
  h2{
	margin-bottom: 20px;
  }
  .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 20px;
  }
  .image-g-s-t-m img{
	width: 100%;
  }
  .trening-title {
	margin-bottom: 8px;
  }
  .g-s-t-m-description {
	height: 409px;
  }
  .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 20px;
  }
  .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 {
	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;
  }
  .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;
  }
}
.contact__wrapper {
  background-color: #fff;
  width: 1280px;
  border-radius: 20px;
}
.form__descriptor, .form__heading {
  color: #404247;
  text-align: left;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: math-auto;
}
.modal__subscribtion {
  margin-top: 62px;
}
.input.modal__input.form__input {
  border-radius: 15px;
  border: 1px solid #A0A1A3;
  background: #F9F9F9;
  box-shadow: none;
  width: 598px;
  margin-bottom: 20px;
}
.manager {
  width: 50%;
  display: flex;
  justify-content: center;
}
.manager figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer {
  display: none;
}
.contact {
  padding: 100px 0;
}