.before-video-mk-sub {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
  color: #868686;
}
.title-for-mobile {
  display: none;
}
.free-seats {
  font-size: 21px;
  font-weight: 600;
  color: #d72f2f;
}
.before-video-mk  {
  width: 70%;
  margin: auto;
  text-align: center;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 600;
}
.btn-mk-video {
  background-image: url(/storage/landings/zhiznestojkost-i-upravlenie-stressom-2025/video-shavelev2.png);
  display: block;
  width: 80%;
  height: 510px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin: auto;
  margin-top: 50px;
}
.btn-mk-video:hover {
  cursor: pointer;
}
img {
  pointer-events: none;
}
.modal {
  background-color: rgba(4, 71, 72, 0.7);
  overflow-y: auto;
}
.modal__wrapper {
  margin: 0 auto;
  background: #fff;
  width: 520px;
  margin-top: 2%;
  padding: 40px;
}
.modal__wrapper .input.modal__input.form__input {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid #A0A1A3;
  background-color: #F9F9F9;
}
.modal__wrapper .form__btn {
  width: 100%;
}
.modal__close {
  float: right;
  font-family: "icomoon" !important;
  font-size: 0;
  background-color: transparent;
  padding-bottom: 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;
}
#order_widget_mdl_mk.modal-close {
  display: none !important;
}
.ek-feedback-container {
  padding: 64px 0;
  overflow: hidden;
}
.ek-feedback-container > * {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.ek-swiper__title {
  text-align: center;
  color: #101828;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.6px;
  margin: 0;
}
.swiper {
  max-width: 1320px;
  box-sizing: border-box;
  user-select: none;
  /*overflow: initial;*/
  overflow: hidden;
  padding: 0 60px;
}
.swiper-wrapper_feedback {
  padding: 32px 0 !important;
  height: 508px !important;
}
.swiper-slide {
  background: #f9fafb;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ek-feedback-item {
  padding: 52px;
}
.ek-quotes-container {
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
}
.ek-quotes {
  width: 100%;
}
.ek-feedback-text {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #2b3541;
  line-height: 130%;
  margin-bottom: 20px;
}
.ek-feedback__author {
  display: flex;
}
.ek-feedback__author-image-container {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  flex-shrink: 0;
}
.ek-feedback__author-image {
  width: 100px;
  border-radius: 50%;
}
.ek-feedback__author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ek-feedback__author-star{
  display: flex;
  align-items: center;
}
.ek-feedback__author-star svg{
  margin-right: 4px;
  margin-top: -1px;
}
.ek-feedback__author-name,
.ek-feedback__author-star
{
  margin: 0;
  color: #2b3541;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 4px;
}
.ek-feedback__author-status {
  margin: 0;
  color: #667085;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.buttons {
  display: none;
}
@media screen and (max-width: 768px) {
  .ek-feedback-container {
	padding: 40px 0;
  }
  .ek-swiper__title {
	font-size: 28px;
  }
  .swiper {
	padding: 0 8%;
  }
  .swiper-wrapper_feedback {
	padding: 32px 0 20px !important;
  }
  .ek-feedback-item {
	padding: 32px 20px;
  }
  .ek-feedback-text {
	font-size: 16px;
  }
  .swiper-pagination {
	display: none;
  }
  .buttons {
	display: flex;
	gap: 12px;
	justify-content: flex-end;
  }
}
@media screen and (max-width: 540px) {
  .swiper-wrapper_feedback {
	height: 552px !important;
  }
  .ek-feedback-item {
	padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  .swiper {
	padding: 0 5%;
  }
}
.swiper-pagination {
  position: static;
}
.swiper-pagination > * {
  padding: 0.5px;
  transition: 0.3s;
}
.swiper-pagination-bullet-active {
  background: #0c999c !important;
  width: 25px;
  border-radius: 5px;
}
.swiper-button-next_feedback,
.swiper-button-prev_feedback {
  width: 49px;
  height: 49px;
  border-radius: 28px;
  border: 1px solid #e4e7ec;
  background: #fff;
  backdrop-filter: blur(4px);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.swiper-button-next_feedback:hover,
.swiper-button-prev_feedback:hover {
  border: 1px solid #e4e7ec;
  background: #86ccce;
}
.swiper-button-next_feedback:active,
.swiper-button-prev_feedback:active {
  border: 1px solid #e4e7ec;
  background: #0c999c;
}
.swiper-button-prev_feedback {
  transform: rotate(180deg);
}
.interested {
  margin: 100px 0;
}
.intrested-carts {
  display: flex;
  justify-content: space-between;
}
.intrested-cart img {
  width: 379px;
}
.intrested-cart {
  display: flex;
  flex-direction: column;
}
.intrested-cart span {
  font-size: 24px;
  padding: 16px 0 24px 0;
  width: 364px;
}
.intrested-link a {
  display: flex;
  color: #0c999c;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.intrested-link a svg {
  margin-left: 8px;
}
@media screen and (max-width: 1100px) {
  .interested .container-new {
	margin: 0 45px;
  }
  .intrested-carts {
	flex-direction: column;
  }
  .intrested-cart {
	margin-bottom: 32px;
  }
  .intrested-cart img {
	width: 100% !important;
  }
  .intrested-cart span {
	width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .interested .container-new {
	margin: 0 20px;
  }
  .interested {
	margin: 40px 0;
  }
}
.body-new{
  color:rgb(43, 53, 65);
  font-family:Inter, sans-serif;
  background-color:rgb(246, 249, 248);
}
h2{
  font-weight:600;
  font-size:40px;
  text-align:center;
  margin-bottom:32px;
}
.container-new {
  max-width: 1200px;
  margin: 0 auto;
}
input.custom {
  display: block;
  width: 100%;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  padding-left: 15px;
}
textarea.custom {
  display: block;
  width: 100%;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  padding-left: 15px;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #EB4040;
  color: #fff;
}
/*header*/
.header-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  font-family: Inter, sans-serif;
}
.header-top-schools{
  display: flex;
  align-items: center;
}
.header-top-school{
  margin-right: 8px;
}
.header-top-school a{
  color: #667085;
  font-size: 14px;
  text-decoration: none;
  margin-right: 24px;
}
.phone-green-btn{
  color: #045C5E;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
.header-new-bottom{
  background-color: #045C5E;
  padding: 16px 0;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* убираем отступы и поля, а также list-style для "ul", 
* и добавляем "position:relative" */
nav ul {
  padding:0;
  margin:0;
  list-style: none;
  position: relative;
}
/* применяем inline-block позиционирование к элементам навигации */
nav ul li {
  display:inline-block;
}
/* стилизуем ссылки */
nav ul li a {
  display: flex;
  align-items: center;
  color:#FFF;
  font-size:14px;
  text-decoration:none;
  margin-right: 16px;
}
/* изменяем цвет фона при наведении курсора */
nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  background-color: #fff;
  columns: 3;
  margin-top: 17px;
  width: 1200px;
  border: solid 1px #f0f0f0;
}
/* отображаем выпадающий список при наведении */
nav ul li:hover > ul {
  display:inherit;
}
/* первый уровень выпадающего списка */
nav ul ul li {
  float:none;
  display:list-item;
  position: relative;
  padding: 5px;
  border-left: solid 1px #f0f0f0;
}
nav ul ul li:first-child,
nav ul ul li:nth-child(3),
nav ul ul li:nth-child(5)
{
  padding-top: 20px;
  ;
}
nav ul ul li:last-child,
nav ul ul li:nth-child(2),
nav ul ul li:nth-child(4)
{
  padding-bottom: 20px;
  ;
}
nav ul ul li a{
  color: #2B3541;
  padding: 5px 15px;
}
.btn-topmenu{
  font-size: 14px;
  background-color: #0C999C;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  padding: 4px 16px;
}
.btn-topmenu:hover{
  background-color: #FFF;
  color: #0C999C;
}
/*блок с фотографией Алексея Щавелева*/
.seminar-block {
  background-image: url("/storage/landings/zhiznestojkost-i-upravlenie-stressom-2025/background-stress.webp");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin-top: 32px;
  border: 1px solid #E6E6E6;
}
.logo-group {
  display: flex;
  justify-content: flex-end;
  padding: 32px 32px 0 0;
}
.logo-group:first-child img {
  margin-right: 25px;
}
.seminar {
  display: flex;
  justify-content: space-between;
  margin: 0 77px 0 32px;
}
.seminar-description {
  margin-top: 35px;
}
.seminar-description span {
  color: #0c999c;
  font-weight: 600;
  font-size: 16px;
}
.seminar-description h1 {
  margin: 24px 0;
  font-size: 48px;
  font-weight: 600;
  max-width: 513px;
}
.date-seminar,
.location-seminar {
  display: flex;
  align-items: center;
}
.date-seminar p,
.location-seminar p {
  margin: 0 0 0 8px;
  font-size: 16px;
  font-weight: 500;
}
.date-seminar {
  margin-bottom: 12px;
}
.location-seminar {
  margin-bottom: 40px;
}
.btn {
  background-color: #d72f2f;
  color: #fff;
  border: none;
  height: 64px;
  border-radius: 8px;
  font-size: 18px;
  width: 233px;
  margin: 0 0 106px 0;
  padding: 0;
}
.btn:hover{
  background-color: #EB4040;
}
.image-human {
  margin-top: -72px;
  margin-left: -299px;
}
/*блок Для кого тренинг*/
.training-for {
  margin: 64px 0;
}
.training-for-peoples {
  display: flex;
  justify-content: space-around;
}
.training-for-people {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.training-for-people img {
  background-color: #0c999c;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.training-for-people p {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
/*блок О тренинге*/
.about-training {
  padding: 64px 0;
}
.about-training-greeting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 28px 32px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
}
.greeting {
  max-width: 552px;
}
.greeting span {
  font-weight: 600;
  font-size: 16px;
}
.greeting p {
  margin: 12px 0;
  font-size: 16px;
}
/*блок Что вы узнаете*/
.what-you-learn {
  padding: 64px 0;
}
.learn-steps {
  display: flex;
  justify-content: space-between;
}
.learn-step {
  background-color: #ffffff;
  max-width: 379px;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #E6E6E6;
}
.number {
  color: #d72f2f;
  font-size: 32px;
  font-weight: 600;
}
.number-desc {
  font-size: 16px;
  margin-top: 12px;
}
/*блок В результате тренинга вы*/
.result-training {
  background-image: url("/storage/landings/zhiznestojkost-i-upravlenie-stressom-2025/background-results.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0 30px 0;
}
.result-carts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.result-cart {
  background-color: #ffffff;
  border-radius: 12px;
  height: 425px;
  margin-bottom: 34px;
}
.result-cart img{
  border-radius: 12px;
}
.result-cart:first-child,
.result-cart:nth-child(4),
.result-cart:nth-child(5) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 584px;
  padding: 32px 30px;
  border: 1px solid #E6E6E6;
}
.result-cart-desc p {
  color: #045c5e;
  font-size: 24px;
  font-weight: 500;
}
.result-cart-desc ul {
  margin-top: 12px;
  margin-left: 18px;
  padding: 0;
}
.result-cart-desc ul li {
  font-size: 16px;
  margin: 8px 0;
  color: #045c5e;
}
.result-cart-desc ul li span {
  color: #2b3541;
}
/*блок Программа семинара*/
.program-seminar {
  padding: 64px 0 32px 0;
}
.program-seminars-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.program-seminars-step {
  background-color: #fff;
  border-radius: 8px;
  width: 583px;
  padding: 32px;
  margin-bottom: 32px;
  border: 1px solid #E6E6E6;
}
/*блок Прямые показания к прохождению тренинга:*/
.direct-indications {
  padding: 64px 0;
  background-image: url("/storage/landings/zhiznestojkost-i-upravlenie-stressom-2025/background-indications.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.indications-title {
  text-align: left;
}
.direct-indication {
  display: flex;
  justify-content: space-between;
}
.indications {
  display: flex;
  flex-wrap: wrap;
  max-width: 784px;
  margin-bottom: 28px;
}
.indications span {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px 16px;
  color: #0c999c;
  font-weight: 600;
  font-size: 20px;
  margin: 0 20px 20px 0;
}
.direct-indication-img {
  height: 273px;
}
.btn-indications{
  margin-bottom: 0;
}
/*блок Место проведения*/
.location-event {
  padding: 64px 0;
}
.locations {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
}
.location {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}
.location-up p {
  font-size: 16px;
  margin: 8px 0;
  max-width: 552px;
}
.location-up span {
  font-weight: 600;
  font-size: 16px;
}
.location-bottom span {
  font-weight: 600;
  font-size: 18px;
}
.location-bottom-place {
  margin: 12px 0;
  display: flex;
  align-items: center;
}
.location-bottom-place:last-child {
  margin: 12px 0 0 0;
}
.location-bottom-place p {
  margin: 0 0 0 12px;
  font-size: 16px;
}
.location-image {
}
/*блок Автор и ведущий*/
.author {
  padding: 64px 0 52px 0;
  background-color: #dbf0f0;
  background-image: url("/storage/landings/zhiznestojkost-i-upravlenie-stressom-2025/background-author.webp");
  background-size: cover;
}
.name-author-leader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.name-author {
  margin-left: 17px;
}
.name-author p {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 13px;
  margin-left: -18px;
}
.name-author ul{
  padding: 0;
}
.name-author ul li {
  color: #045c5e;
  margin: 8px 0;
  font-size: 16px;
}
.name-author ul li span {
  color: #2b3541;
}
.img-author {
  margin-bottom: 64px;
}
.img-author img {
  width: 100%;
  border-radius: 0;
}
.separator {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}
.circle {
  background: #d72f2f;
  clip-path: circle(45%);
  height: 16px;
  width: 16px;
  margin: 0 8px;
}
.circle:nth-child(2) {
  background-color: #045c5e;
}
h3 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}
.company-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company {
  background-color: #fff;
  width: 230px;
  height: 139px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 12px;
  border: 1px solid #E6E6E6;
}
.company img{
  width: 160px;
  border-radius: 0;
  margin: 0;
}
.company:nth-child(3) img{
  width: 137px;
  height: 46px;
}
.company:nth-child(4) img{
  width: 92px;
  height: 56px;
}
.company:nth-child(6) img{
  width: 127px;
  height: 56px;
}
.company:nth-child(9) img{
  width: 113px;
  height: 55px;
}
.company:nth-child(10) img{
  width: 111px;
  height: 63px;
}
.company:nth-child(15) img{
  width: 114px;
  height: 56px;
}
/*блок отзывы*/
.swiper-slide {
  background: #fff;
  border: 1px solid #E6E6E6;
  align-items: flex-start;
}
/*блок Вам может быть интересно*/
.interested {
  margin: 64px 0;
}
.intrested-carts {
  display: flex;
  justify-content: space-between;
}
.intrested-cart img {
  width: 379px;
}
.intrested-cart {
  display: flex;
  flex-direction: column;
}
.intrested-cart span {
  font-size: 24px;
  padding: 16px 0 24px 0;
  width: 364px;
}
.intrested-link a {
  display: flex;
  color: #0c999c;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.intrested-link a svg {
  margin-left: 8px;
}
/*блок с Корпоративное обучение в ЦБО*/
.comporates {
  padding: 64px 0;
}
.corporate-training {
  display: flex;
  justify-content: space-between;
  background-image: url("/storage/landings/zhiznestojkost-i-upravlenie-stressom-2025/background-korporat.webp");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.corporate-training-desc {
  padding: 32px 0 32px 32px;
}
.corporate-training-desc h3 {
  text-align: left;
  margin-bottom: 20px;
}
.corporate-training-desc p {
  font-size: 16px;
  margin-bottom: 40px;
  max-width: 552px;
}
.corporate-training img {
  height: 229px;
  margin: 32px 80px 0 0;
}
.btn-comporates {
  margin-bottom: 0;
}
/*блок с Стоимость участия*/
.cost-participation {
  padding: 64px 0;
  background-image: url("/storage/landings/zhiznestojkost-i-upravlenie-stressom-2025/background-cost.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.cost-of-practics {
  display: flex;
  justify-content: space-between;
}
.cost-of-practic-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cost-of-practic-left img {
  height: 163px;
  width: 267px;
}
.cost-of-practic-right {
  background-color: #fff;
  padding: 32px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  width: 584px;
}
.cost-of-practic-right h3 {
  text-align: left;
  margin-bottom: 20px;
}
.cost-of-practic-right-marker {
  display: flex;
  align-items: center;
  margin: 6px 0;
}
.cost-of-practic-right-marker p {
  margin: 0 0 0 8px;
  font-size: 16px;
}
.day {
  margin-top: 26px;
  color: #667085;
  font-size: 16px;
  margin-bottom: 4px;
}
.cost {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
}
.cost-btn {
  width: 520px;
  margin-bottom: 0;
}
footer {
  display: none;
}
.form {
  width: 576px;
}
.contact {
  font-family: Inter, sans-serif;
  padding: 0;
}
.contact__wrapper{
  background-color: transparent;
  width: 1200px;
  padding: 64px 0;
  align-items: center;
}
.cost-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form__descriptor, .form__heading {
  margin: 0;
  line-height: normal;
  text-transform: none;
  color: #2B3541;
  font-size: 40px;
  width: 585px;
  text-align: left;
}
.form__input:not(:last-of-type) {
  margin-bottom: 20px;
}
.modal__input {
  display: block;
  height: 61px;
  width: 576px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #2B3541;
  border: 1px solid hsla(0, 0%, 72.9%, .88);
  border-radius: 8px;
  box-shadow: none;
}
.form__text {
  display: block;
  margin: 20px 0 0 0;
  padding: 6px 24px 0 24px;
  width: 576px;
  height: 145px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.63158em;
  color: #667085;
  border: 1px solid hsla(0, 0%, 72.9%, .88);
  border-radius: 8px;
  box-shadow: none;
}
.txtarea::placeholder{
  color: #667085;
}
.button-colors {
  margin: 60px 0 0 0;
}
.modal__btn {
  width: 576px;
  height: 66px;
  border: none;
  border-radius: 8px;
}
.button-colors {
  display: block;
  font-size: 18px;
  font-weight: 500;
  background-color: #D72F2F !important;
  color: #fff;
  background-image: none;
  cursor: pointer;
}
.button-colors:hover, .button-colors:focus, .button-colors:active {
  background: #EB4040 !important;
  border-color: #EB4040 !important;
}
.manager {
  width: 592px;
}
.manager__frame {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
}
.manager__photo {
  width: 300px;
  height: 300px;
}
.manager figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.manager__name {
  font-size: 24px;
  font-weight: 500;
  color: #2B3541;
  margin: 32px 0 -10px 0;
  text-align: center;
}
.manager__phone{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}
.manager__phone p{
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  color: #667085;
  margin-bottom: 0;
  padding-left: 0;
}
.call-phones{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: -25px;
}
.error{
  color: red;
  font-size: 16px;
  margin: 10px 0 10px 0;
  border: none;
}
label{
  padding-left: 10px;
}
.modal__privacy {
  display: inline-block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #2B3541;
  text-align: center;
}
.modal__privacy a{
  color: #D72F2F;
}
.modal__input, .form__text {
  background-color: #fff;
}
@media screen and (max-width: 1206px){
  h2 {
	font-size: 28px;
  }
  .sub-menu-wrap {
	display: none;
  }
  .seminar-block {
	background-image: url(/storage/landings/zhiznestojkost-i-upravlenie-stressom-2025/background-content768px.webp);
	background-repeat: no-repeat;
	border-radius: 8px;
	margin: 20px 60px 0 60px;
	border: 1px solid #E6E6E6;
	display: flex;
	flex-direction: column;
	padding: 21px 20px 368px 20px;
	background-position: right 35% bottom 45%;
  }
  .seminar-description {
	width: 100%;
	margin: 0;
  }
  .seminar-description h1 {
	margin: 24px 0;
	font-size: 28px;
	font-weight: 600;
	max-width: 500px;
  }
  .seminar {
	margin: 0;
  }
  .logo-group {
	order: 2;
	justify-content: flex-start;
	padding: 0;
	margin-top: 40px;
  }
  .btn {
	margin-bottom: 0;
  }
  .training-for {
	margin: 40px 0 8px 0;
  }
  .training-for-peoples {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
  }
  .training-for-people p {
	margin-bottom: 32px;
	font-size: 18px;
  }
  .about-training {
	padding: 40px 0;
  }
  .about-training-greeting {
	flex-direction: column;
	margin: 0 60px;
	padding: 20px;
  }
  .what-you-learn {
	padding: 40px 0;
  }
  .greeting {
	max-width: 100%;
	margin-bottom: 20px;
  }
  .greeting-video, .greeting-video img{
	width: 100%;
  }
  .learn-steps {
	flex-direction: column;
	margin: 0 60px;
  }
  .learn-step {
	max-width: 100%;
	flex-direction: row;
	padding: 20px;
	margin-bottom: 12px;
  }
  .learn-step img{
	max-height: 110px;
  }
  .result-training {
	padding: 40px 0 6px 0;
  }
  .result-carts{
	margin: 0 60px;
  }
  .result-cart{
	width: 100%;
	height: 100%;
  }
  .result-cart:first-child{
	order: 1;
  }
  .result-cart:nth-child(2){
	order: 2;
  }
  .result-cart:nth-child(4){
	order: 3;
  }
  .result-cart:nth-child(3){
	order: 4;
  }
  .result-cart:nth-child(6){
	order: 6;
  }
  .result-cart:nth-child(5){
	order: 5;
  }
  .result-cart:first-child, .result-cart:nth-child(4), .result-cart:nth-child(5) {
	max-width: 100%;
  }
  .result-cart:first-child svg, .result-cart:nth-child(4) svg, .result-cart:nth-child(5) svg{
	margin-bottom: 140px;
  }
  .result-cart img{
	width: 100%;
  }
  .program-seminar {
	padding: 40px 0 16px 0;
  }
  .program-seminars-steps {
	margin: 0 60px;
	margin-bottom: 12px;
  }
  .program-seminars-step {
	width: 100%;
	padding: 20px;
	margin-bottom: 12px;
  }
  .program-seminars-step:first-child{
	order: 1;
  }
  .program-seminars-step:nth-child(2){
	order: 4;
  }
  .program-seminars-step:nth-child(3){
	order: 2;
  }
  .program-seminars-step:nth-child(4){
	order: 5;
  }
  .program-seminars-step:nth-child(5){
	order: 3;
  }
  .program-seminars-step:nth-child(6){
	order: 6;
  }
  .program-step-number-description{
	margin-bottom: 0;
  }
  .direct-indications {
	padding: 40px 60px;
	align-items: center;
  }
  .direct-indication {
	flex-direction: column;
	align-items: center;
  }
  .btn-indications{
	margin-bottom: 76px;
  }
  .locations {
	flex-direction: column;
	margin: 0 60px;
  }
  .location-event {
	padding: 40px 0;
  }
  .location {
	margin-bottom: 20px;
  }
  .location-image img{
	width: 100%;
  }
  .author {
	padding: 40px 60px 62px 60px;
  }
  .name-author {
	max-width: 302px;
  }
  .img-author {
	margin-bottom: 40px;
  }
  .img-author img {
	margin: 0;
  }
  .separator {
	margin-bottom: 40px;
  }
  .company {
	width: 155px;
	height: 94px;
  }
  .company img {
	width: 109px;
  }
  /*.company:nth-child(13){
  margin-left: 80px;
}
  .company:nth-child(15){
  margin-right: 80px;
}*/
  .company:nth-child(3) img {
	width: 84px;
	height: 28px;
  }
  .company:nth-child(4) img {
	width: 68px;
	height: 40px;
  }
  .company:nth-child(6) img {
	width: 90px;
	height: 40px;
  }
  .company:nth-child(9) img {
	width: 81px;
	height: 39px;
  }
  .company:nth-child(10) img {
	width: 73px;
	height: 41px;
  }
  .company:nth-child(15) img {
	width: 81px;
	height: 41px;
	margin: 0 60px;
  }
  .corporate-training {
	flex-direction: column;
	align-items: center;
	margin: 0 60px;
  }
  .corporate-training-desc {
	width: 100%;
	padding: 20px 20px 0 20px;
  }
  .corporate-training img {
	width: 171px;
	margin: 40px 0 42px 0;
	height: 148px;
  }
  #nervf-contact {
	padding: 40px 0;
  }
  .nervf-heading {
	margin: 0 30px;
	padding: 0;
  }
  .nervf-heading h2 {
	text-align: left;
  }
  .nervf-contact-flex {
	flex-direction: column;
	align-items: center;
  }
  .btn {
	width: 100%;
  }
  .form {
	width: 100%;
  }
  .modal__input, .form__text, .button-colors {
	width: 100%;
  }
  .col-md-6 {
	display: flex;
	justify-content: center;
  }
  .contact-manager {
	margin-top: 80px;
  }
}
.cost-participation-description{
  background: #DBF0F0;
  padding: 32px 0;
}
.cost-participation-description_desc{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cost-participation-description_desc p{
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1100px){
  .cost-of-practics {
	display: flex
	  ;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
  }
}
@media screen and (max-width: 767px){
  .title-for-mobile {
	display: block;
  }
}
@media screen and (max-width: 660px){
  .cost-participation {
	padding: 64px 20px
  }
  .cost-of-practic-right {
	background-color: #fff;
	padding: 32px;
	border-radius: 8px;
	display: flex
	  ;
	flex-direction: column;
	width: 100%;
  }
  .cost-participation-description_desc {
	padding: 0 20px;
  }
  .btn {
	height: 54px;
	margin: 10px 0 0px 0;
  }
  .seminar-block {
	background-image: url(/storage/landings/zhiznestojkost-i-upravlenie-stressom-2025/background-content375px.webp);
	background-repeat: no-repeat;
	border-radius: 8px;
	margin: 8px 20px 0;
	padding: 12px 12px 336px 12px;
	background-position: right 38% bottom 29%;
  }
  .location-seminar {
	margin-bottom: 10px;
  }
  .free-seats {
	font-size: 14px;
	margin-bottom: 5px !important;
  }
  .logo-group {
	margin-top: 25px;
  }
  .location-seminar p {
	max-width: 84%;
  }
  .about-training-greeting {
	margin: 0 20px;
  }
  .learn-steps {
	margin: 0 20px;
  }
  .learn-step {
	flex-direction: column;
  }
  .learn-step img {
	max-height: 100%;
  }
  .result-carts {
	margin: 0;
  }
  .result-training {
	padding: 40px 20px 6px 20px;
  }
  .result-cart:first-child svg, .result-cart:nth-child(4) svg, .result-cart:nth-child(5) svg {
	margin-bottom: 20px;
	padding: 0px;
  }
  .program-seminars-steps {
	margin: 0 20px;
	margin-bottom: 12px;
  }
  .direct-indications {
	padding: 40px 20px
  }
  .indications span {
	width: 100%;
	margin: 0 0 12px 0;
	font-size: 18px;
	text-align: center;
  }
  .btn-indications {
	margin-bottom: 40px;
  }
  .locations {
	flex-direction: column;
	margin: 0 20px;
	padding: 12px;
  }
  .locations-left img:first-child {
	margin-bottom: 20px;
	width: 124px;
  }
  .locations-left img:last-child {
	width: 124px;
  }
  .location-image img{
	width:100%;
  }
  .name-author-leader {
	flex-direction: column;
  }
  .author {
	padding: 40px 20px 6px 20px;
  }
  .name-author-leader h2{
	text-align: left;
  }
  h3 {
	font-size: 24px;
  }
  .company {
	margin: 4px 4px;
  }
  .company-name {
	justify-content: center;
  }
  .corporate-training {
	margin: 0 20px;
  }
  .nervf-heading h2 {
	font-size: 28px;
  }
  .nervf-heading {
	margin: 0 20px;
  }
  .form {
	margin-top: 0;
  }
  .col-md-6 {
	padding: 0 5px;
  }
  .contact-manager {
	margin-right: 0;
  }
}
.mk-btns{
  display: flex
	;
  justify-content: center;
  width: 100%;
}
.btn-mk{
  margin-bottom: 0;
  display: flex
	;
  justify-content: center;
  align-items: center;
}