/**************************************************/
/**         GENERAL RESET & BASE STYLES          **/
/**************************************************/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}

*:focus {
  outline: none;
}

html,
body {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  background-color: #d9dcdf;
}

body,
.page-darck {
  background-color: #1b1b1b;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: auto;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 500;
}

img {
  width: 100%;
  height: auto;
}

input,
textarea,
select {
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
  resize: none;

  border: 1px solid transparent;
  color: #d3d3d3;
  background-color: #fff;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #d3d3d3;
  font-size: 16px;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: #d3d3d3;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #d3d3d3;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #ffffff7a;
}

.hover {
  cursor: pointer;
  transition: opacity 0.4s;
}

.hover:hover {
  opacity: 0.5;
}

.container {
  display: block;
  position: relative;
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  height: 100%;
}
.mk-block{
  margin: 20px 0;
  justify-content: space-between;
}
/* section {
  overflow: hidden;
} */

/**************************************************/
/**                 MAIN STYLES                  **/
/**************************************************/
body::-webkit-scrollbar-track {
  background: #1b1b1b;
  /* цвет зоны отслеживания */
}

.heade-menu .list-menu-item {
  background: rgba(160, 162, 164);
}

body::-webkit-scrollbar-thumb {
  background-color: #d9dcdf;
  /* цвет бегунка */
  border-radius: 20px;
  padding-top: 0;
}

.blur2 {
  border-radius: 30px;
  background: rgba(96, 96, 96, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.blur4 {
  display: block;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.blur15 {
  display: block;
  border-radius: 20px;
  background: rgba(87, 87, 87, 0.25);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.title,
.title span {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.title span {
  font-weight: 700;
}

/* hero */
.hero {
  height: 100vh;
  display: flex;
  justify-content: center;
  padding: 150px 0 68px;
  overflow: hidden;
  position: relative;
}

.hero_top {
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero_center {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.title_hero,
.title_hero span {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  min-width: max-content;
}

.title_hero span {
  display: block;
  font-size: 48px;
  font-weight: 700;
}

.text_description,
.text_description span {
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  width: 325px;
}

.text_description span {
  font-weight: 700;
}

.hero_bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.hero_bottom-l {
  padding: 30px;
  width: 500px;
}

.hero__inner {
  position: relative;
  display: grid;
  height: 100%;
  grid-template-rows: auto auto 1fr;
}

.hero_bg-mob {
  display: none;
}

.hero_bg {
  position: absolute;
  width: 1100px;
  max-width: 63%;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  right: -15px;
}

.hero_bg img {
  object-position: center;
}

.hero_bottom-text,
.hero_bottom-text span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.hero_bottom-text{
  display: flex;
  justify-content: space-between;
}
.hero_bottom-text span {
  font-weight: 600;
}

.hero_b-descr {
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
}

.hero_b-start {
  display: flex;
  align-items: center;
  gap: 18px;

  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.hero_b-start span{
  color: #fff
}
.hero_b-start:has(span, div){
  justify-content: space-between;
  width: 100%;
}
.data {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-weight: 600;
}

.data .line {
  width: 2px;
  height: 14px;
  background: #c00909;
}

.hero_bottom-r {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.hero_bottom-r span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 60px;
  background: #0b0b0b;
}

/* course-fit */
.course-fit {
  position: relative;
  display: flex;
  justify-content: center;
}

.environment-course .course-fit {
  padding: 70px 0;
}

.course_bg {
  position: absolute;
  top: -30px;
  max-width: 100%;
}

.course-fit .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.course-fit__item {
  display: flex;
  padding: 20px;
  gap: 20px;
  align-items: center;
}

.course-fit__item .line {
  width: 2px;
  height: 34px;
  background: #c00909;
}

.course-fit__item p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  flex: 1;
}

.course-fit_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}

.course-fit__bottom .text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.course-fit__bottom-item {
  display: flex;
  margin-top: 20px;
  gap: 8px;
}

.course-fit__bottom-item span {
  display: block;
  padding: 10px 20px;
  border-radius: 24px;
  background: #fff;

  color: #0b0b0b;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

/* after-course */
.after-course {
  position: relative;
}

.after-course .container {
  position: relative;
  display: flex;
  gap: 63px;
}

.after-l {
  height: 620px;
  width: 500px;
  position: sticky;
  top: 100px;
}

.after-r {
  flex: 1;
}

.after-r_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 10px;
}

.environment-course .after_bg {
  width: 504px;
  left: 10px;
}

.after_bg {
  position: absolute;
  width: 670px;
  left: -85px;
  top: 95px;
  z-index: 0;
}

.after-r__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.after-r_wrap::-webkit-scrollbar {
  width: 2px;
  /* Ширина полосы прокрутки */
}

.after-r_wrap::-webkit-scrollbar-track {
  background: #d9d9d9;
  /* Цвет фона полосы */
  border-radius: 0;
}

.after-r_wrap::-webkit-scrollbar-thumb {
  background: #fff;
  /* Цвет бегунка */
  border-radius: 0px;
}

.after-r__item .num {
  color: #fff;
  font-size: 64px;
  font-weight: 500;
  text-transform: uppercase;
}

.after-r__item .line {
  width: 2px;
  height: 34px;
  background: #c00909;
}

.after-r__item .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.after-r__item .text .text-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.after-r__item .text .text-descr {
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 400;
}

.after_descr {
  margin-top: 20px;
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

/* tarif */
.tarif .title {
  display: flex;
  justify-content: center;
}

.environment-course .tarif__item {
  gap: 20px;
}

.tarif__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 20px;
  gap: 150px;
}

.tarif__item-t__block-position {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.tarif__item-t__block-position p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.tarif__item-t__block-position p.red {
  color: #c00909;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.tarif__item-t__block-position .red-line {
  width: 2px;
  height: 14px;
  background: #c00909;
}

.tarif__item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right -100px;
}

.environment-course .tarif__item {
  background-position: bottom right -10px;
}

.tarif__item-new {
  grid-column: span 2;
  max-height: 250px;
  border-radius: 20px;
  overflow: hidden;
}

.tarif__item-new img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tarif__item:nth-child(2) {
  background-image: url(../imgmk/mimik2.webp);
}

.tarif__item:nth-child(1) {
  background-image: url(../imgmk/mimik1.webp);
}

.environment-course .tarif__item:nth-child(2) {
  background-image: url(../imgmk/environment-1_bg.webp);
}

.environment-course .tarif__item:nth-child(3) {
  background-image: url(../imgmk/environment-2_bg.webp);
}

/* .page-darck .tarif__item-b .price span {
  color: #d3d3d3;
}
.page-darck .tarif__item-b .price {
  color: #c00909;
} */
.tarif__wrap {
  margin-top: 50px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-columns: repeat(3, 1fr); */
}

.tarif-title,
.tarif-title span {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.tarif-title span {
  font-weight: 700;
}

.tarif__item-t ul {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  gap: 12px;
}

.tarif__item-t ul li {
  display: flex;
  gap: 8px;
  align-items: center;
}

.tarif__item-t ul li img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

.tarif__item-t ul li>div {
  flex: 1;
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 400;
}

.environment-course .tarif--border-1 {
  margin-bottom: 10px;
}

.tarif--border {
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 24px;
  border: 1px solid #fff;
  width: max-content;
}

.tarif__item-t__block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tarif__item-t__block>div {
  padding: 10px 20px;
  border-radius: 24px;
  width: max-content;
  border: 1px solid #0b0b0b;

  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.environment-course .tarif__item-b .price {
  margin-bottom: 0;
}

.price-desc {
  color: #d3d3d3;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 8px 0 20px 0;
}

.tarif__item-b .price {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

.tarif__item-b .price span {
  color: #c00909;
  font-size: 18px;
  font-weight: 700;
  text-decoration-line: line-through;
  text-transform: uppercase;
}
.tarif__item-b .black-button .text-btn {
  width: 100%;
}

/* plan */
.plan-bottom {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s;
}

.plan-bottom span {
  display: block;
  height: 40px;
}

.active .plan-bottom {
  grid-template-rows: 1fr;
}

.plan-bottom>div {
  min-height: 0;
  font-size: 18px;
  font-weight: 400;
}

.environment-course .plan {
  background-image: url(../imgmk/environment_plan_bg.webp);
  background-position: top;
}

.plan {
  background-image: url(../imgmk/bg_6.webp);
  background-position: center right 100px;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 550px;
}

.plan-item {
  padding: 25px;
}

.paln-top {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.plan-wrap {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.active .plan-close {
  transform: rotate(-90deg);
}

.plan-close {
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  transition: 0.3s all;
}

.plan-top_title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.plan-bottom__wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.plan-bottom__wrap-i {
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr;
}

.plan-bottom__wrap-i .left {
  width: 224px;
  padding: 16px;
  border-radius: 20px;
  background: #fff;
}

.plan-bottom__wrap-i .left .l-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.l-block .img {
  width: 24px;
  height: 24px;
}

.plan-bottom__wrap-i .left .l-block {
  display: grid;
  margin-top: 12px;
  gap: 12px 8px;
  align-items: center;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 24px 1fr;
}

.time {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.plan-bottom__wrap-i .right ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.plan-bottom__wrap-i .right ul li {
  display: flex;
  gap: 8px;
  align-items: center;
}

.plan-bottom__wrap-i .right ul li img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

.plan-bottom__wrap-i .right ul li div {
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 400;
  flex: 1;
}

.plan-subtitle {
  margin-top: 10px;
  color: #fff;
  font-size: 22px;
}

/* benefit */

.environment-course .benefit_wrap .benefit-item:nth-child(1) {
  grid-column: span 2;
}

.environment-course .benefit_wrap {
  grid-template-columns: repeat(2, 1fr);
}

.benefit_wrap {
  margin-top: 50px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}

.benefit-item {
  padding: 20px;
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
}

.benefit-item p {
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 400;
  flex: 1;
}

.benefit-item::before {
  content: "";
  display: block;
  width: 2px;
  height: 34px;
  background: #c00909;
}

/* faq */
.f-bottom {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s;
}

.f-bottom span {
  display: block;
  height: 20px;
}

.active .f-bottom {
  grid-template-rows: 1fr;
}

.f-bottom>div {
  min-height: 0;
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 400;
}

.faq_wrap {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-top_title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.faq-item {
  padding: 25px;
}

.f-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.f-close {
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  transition: 0.3s all;
}

.active .f-close {
  transform: rotate(-90deg);
}

/* about */

.about__inner {
  position: relative;
  background-color: #2a2a2a;
  border-radius: 30px;
  overflow: hidden;
}

.environment-course .about-img {
  left: 134px;
}

.about-img {
  position: absolute;
  left: 0;
  bottom: -5px;
  max-width: 895px;
  z-index: 0;
}

.about-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.environment-course .about_wrap {
  padding: 60px;
}

.about_wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 60px 100px 60px 60px;
}

.about-l {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-title,
.about-title span {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.about-title span {
  font-weight: 700;
}

.about-text {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.about-text::before {
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  background: #c00909;
}

.about-text p {
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 400;
  flex: 1;
}

.about-l_bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-l_bottom>div {
  border-radius: 50px;
  background: #6d6d6d;
  padding: 10px 20px;
  width: max-content;

  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.environment-course .about-r {
  gap: 71px;
}

.about-r {
  width: 470px;
  display: flex;
  flex-direction: column;
  gap: 145px;
}

.about-r__title,
.about-r__title span {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.about-r__title span {
  font-weight: 700;
}

.environment-course .about-r__img {
  grid-template-columns: 140px 140px 140px;
}

.about-r__img {
  margin-top: 50px;
  grid-template-columns: 140px 140px;
  display: grid;
  justify-content: start;
  gap: 10px;
}

.environment-course .about-r__img .img img {
  width: 108px;
}

.about-r__img .img {
  padding: 20px;
}

.about-r_top p {
  margin-top: 20px;
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 400;
}

/* main-footer */
.main-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 50px;
}

.main-footer {
  margin-top: 80px;
  background: rgba(217, 220, 223, 0.7);
  padding-top: 40px;
}

.logo_footer {
  width: 185px;
  height: 39.049px;
}

.contact_footer p {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
}

.contact_footer>div {
  margin-top: 20px;
  display: flex;
  gap: 6px;
  align-items: center;
}

.contact_footer div .img {
  width: 40px;
  height: 40px;
}

.main-footer ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main-footer ul a {
  color: #0b0b0b;
  font-size: 16px;
  font-weight: 400;
}

.footer_social {
  border-radius: 20px;
  background: #6d6d6d;
  padding: 20px;
}

.footer_social-title,
.footer_social-title span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  width: 245px;
}

.footer_social-title span {
  font-weight: 600;
}

.footer_social-wrap {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_social-wrap .img {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_social-wrap .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.environment-course .main-footer {
  z-index: 1;
  position: relative;
}

.footer {
  background: #6d6d6d;
  padding: 12px 0;
}

.footer__inner {
  display: flex;
  justify-content: center;
  gap: 112px;
}

.footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.footer p img {
  width: 39px;
  height: 16px;
}

/* questions */
.questions-l_title {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.questions .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.form {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

form.wpcf7-form>p>br {
  display: none;
}

form.wpcf7-form>p {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.wpcf7 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form .black-button {
  margin-top: 40px;
}

.input {
  width: 100%;
  display: block;
  padding: 20px;
  border-radius: 20px;
  background: rgba(211, 211, 211, 0.1);
}

.questions-l {
  padding: 35px 30px;
}

.questions-r {
  padding: 66px 30px;
}

.questions-r .text {
  margin-top: 20px;
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 400;
}

.last-bg {
  position: relative;
  /*background-image: url(../imgmk/bg-7.webp);*/
  /*background-size: 100% 100%;*/
  /*background-position: bottom;*/
  /*background-repeat: no-repeat;*/
}

.environment-course .last-bg-img {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 1771px;
  overflow: hidden;
}

.last-bg-img {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  z-index: 0;
}

.simple-section {
  margin-top: 110px;
}

.simple-section .title {
  text-align: center;
}

.mk-simple-text * {
  margin-top: 15px;
  line-height: 28px;
  font-size: 18px;
}

/* pop-up styles */
.pop_up {
  position: fixed;
  z-index: -1;
  top: -100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.308);
  overflow: hidden;
  opacity: 0;
  /* backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px); */
  transition: 0.5s all;
}

.pop_up.modal_active {
  opacity: 1;
  z-index: 10;
  top: 0;
}

.pop-up_container {
  background-color: var(--dark-blue);
  padding: 0 20px;
  width: 100%;
  max-width: 960px;
  position: relative;
  display: flex;
  justify-content: center;
}

.pop-up_content {
  padding: 30px 20px;
  width: 100%;
}

.close-pop_up {
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  transform: rotate(45deg);

  transition: 0.5s;
}

.close-pop_up:hover {
  transform: rotate(225deg);
}

.pop_up .footer-form__btn:hover {
  opacity: 0.8;
  background-color: var(--white);
}

.pop_up .footer-form__btn:hover span {
  color: var(--black);
}

div#wpcf7-f54-o1 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pop-up_container form {
  max-width: 650px;
}

/* pop-up styles */
.cf7sr-g-recaptcha {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.grecaptcha-badge {
  display: none;
}

.plan-content-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(217, 220, 223, 0.2);
  backdrop-filter: blur(15px);
  min-width: 224px;
  height: fit-content;
  max-width: 224px;
}

.plan-content-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.plan-content-title {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.plan-content-time {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.plan-content-date.data {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: -0.36px;
}

.plan-content-date svg {
  margin-right: 3px;
}

.stay_title,
.stay_title * {
  color: #fff;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.stay_title span {
  font-weight: 700;
}

.stay_text {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.stay_list img {
  width: 24px;
  height: 24px;
}

.stay_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stay_list li {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}

.stay_social {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.stay_social a {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stay_wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  border-radius: 30px;
  background: rgba(87, 87, 87, 0.2);
  backdrop-filter: blur(15px);
  width: fit-content;
  height: fit-content;
  min-width: 590px;
}

.pre-last {
  background-image: url("../imgmk/tutor_bg.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 80px 0;
}

.environment-course .about-r__img .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* gallery */
.gallery--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gallery_wrap {
  margin-top: 50px;
}

.gallery_wrap .swiper-slide {
  height: auto;
}

.swiper-slide {
  overflow: hidden;
  border-radius: 20px;
  height: auto;
}

.gallery_wrap .swiper-slide img {
  display: block;
  height: 100%;
  object-position: center;
}

/* reviews */
.reviews .swiper-slide img {
  border-radius: 20px;
}

.nav {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #0b0b0b;
}

.reviews--btn {
  display: flex;
  align-items: center;
  gap: 20px;
}

.reviews--left_top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reviews--left_top>div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.reviews--left_top .img {
  width: 130px;
  flex-shrink: 0;
}

.raiting {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.raiting p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.raiting img {
  width: 120px;
}

.reviews {
  position: relative;
}

.reviews .container {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.reviews-right {
  max-width: 60%;
}

.reviews--left {
  gap: 150px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.swiper-button-disabled {
  opacity: 0.5;
}

.utm-field {
  display: none !important;
}

.environment-course .tarif__item-new {
  display: none;
}
/*/
  Promotion
/*/
.page-darck .hero_bottom{
  margin-top: 30px;
  flex-direction: column;
  justify-content: unset;
  width: fit-content;
  align-items: flex-start;
  justify-content: end;
}
.page-darck .hero .container{
    height: unset;
}
.sub_hero_banner{
  width: 500px;
  border-radius: 40px;
}
.page-darck .hero{
  min-height: 100vh;
  height: unset;
}
.page-darck .tarif__item-b .price{
  flex-direction: column;
  align-items: start;
  gap: unset;
  word-spacing: -0.3ch;
}
.page-darck .tarif__item-b .price span{
    font-size: 44px;
    color: #fff;
    gap: unset;
    text-decoration-color: red;
    text-decoration-thickness: 2px;
    word-spacing: normal;
}
/*/
  Promotion end
/*/