/*  динамик блок*/
.container {
    max-width: 1264px;
    padding: 0px 12px;
    margin: auto;
}

.wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    height: fit-content;
    gap: 20px;
}
.features-content {

}

.features-content {
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 21px;
    height: fit-content;
}


 /* Задаём максимальную высоту для свернутого блока */
 .truncated {
    max-height: 100px; /* Измените по необходимости */
  }
  /* Стили для кнопки */
  .show-more-btn {
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
    background: #007bff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
  }
/* 
.foto {
    display: flex;
    margin-left: auto;
    max-width: 340px;
    width: 100%;
}
 */

.foto {
    display: flex;
    margin-left: auto;
    max-width: 304px;
    width: 100vh;
}


  .image-content {
    background-image: url(/wp-content/uploads/2025/04/image-canada.webp);
    width: 100%;
    background-position: bottom;
    background-size: cover;
    border-radius: 30px;

    }



.features-content .items {
    background: #ECF0F5;
    border-radius: 15px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 30px;
    min-height: 216px;
    max-height: 208px;
    position: relative;
}

  .items p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    /* height: 50px; */
    width: 100%;
    background: linear-gradient(to top, rgb(245, 245, 245), rgb(236 240 244));
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  

.features-content .items.expanded {
    max-height: none;
  }

.items.truncated p{
    margin: 0;
    padding: 0;
}

  
.features-content .show-more {
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    color: blue;
    text-decoration: underline;
  }

.foto img {
    max-width: 300px;
}

.show-more-link {
    position: absolute;
    bottom: 30px;
}


#wpadminbar {
	margin-top: 0px;
}


/* динамический бло - end */







* {
  padding: 0;
  margin: 0;
}


body {
  background: var(--white--);
}

input {
  font-family: "Inter";
}

form input:focus {
  font-size: 16px !important;
}

form input:hover {
  font-style: italic;
}

/* modal */
.modal {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgba(0,0,0,0.5); 
}


.modal-content {
  display: grid;
  /* justify-items: center; */
  /* background-color: #fff; */
  background: var(--Color-bg-grey, rgba(236, 240, 245, 1));

  height: fit-content;
  padding: 20px;
  border-radius: 5px;
  width: 400px; /* Ширина окна */
  position: relative;
  height: 375px;
  margin: auto;
  align-content: center;
  gap: 20px;
  border-radius: 15px;
}

.modal-content form {
  display: grid;
  gap: 40px;
  max-width: 316px;
  box-sizing: border-box;
  margin: auto;
  width: 100%;
}

.modal-content form svg {
  fill: #FA5F1D;
}


.modal-content .orange {

  font-family: 'Unbounded';

}

.modal-content h2 {
  font-size: 20px;
  text-align: center;
  color: var(--color-text-black--);
}

.modal-content .form-group {
  display: flex;
  flex-direction: column;
}

.modal-content {
  justify-self: center;
}
.modal-content .close {
  justify-self: end;
  position: absolute;
  transition: 0.3s;

  right: 16px;
  top: 8px;
}

.modal-content .iti {
  display: flex;
}


.modal-content button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--color-primary-orange--);
  border:2px solid var(--color-primary-orange--);
  background: none;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  transition: 0.3s;
}

.modal-content-guide button {
  transition: 0.3s;
}

.modal-content-guide button:hover,
.modal-content button:hover {
  background: var(--color-primary-orange--);
  color: var(--white--);
}

.modal-content button:hover svg {
  fill: var(--white--);
}

.modal-content-guide button:hover svg {
  fill: var(--white--);

}

.modal-content button svg {

  width: 48px;
  height: auto;
}






.modal-guide {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgba(0,0,0,0.5); 
  margin-top: 0;
}

/* .modal-content-guide {
  display: grid;
  background: var(--Color-bg-grey, rgba(236, 240, 245, 1));
  height: fit-content;
  padding: 20px;
  border-radius: 5px;
  width: 400px; 
  position: relative;
  height: 375px;
  margin: auto;
  align-content: center;
  gap: 20px;
  border-radius: 15px;
  justify-items: start;
} */

.modal-content-guide {
  display: grid;
  /* justify-items: center; */
  /* background-color: #fff; */
  background: var(--Color-bg-grey, rgba(236, 240, 245, 1));
  height: fit-content;
  padding: 62px;
  border-radius: 5px;
  width: 347px;
  position: relative;
  /* height: 329px; */
  height: 385px;
  margin: auto;
  align-content: center;
  gap: 20px;
  border-radius: 15px;
  justify-items: start;
}

.modal-content-guide form {
  display: grid;
  gap: 40px;
  /* max-width: 316px; */
  box-sizing: border-box;
  margin: auto;
  width: 100%;
}


.modal-content-guide .orange {
  font-family: 'Unbounded';
}


.modal-content-guide h3 {
  font-size: 20px;
  text-align: center;
  font-family: 'Unbounded';
  
}

.modal-content-guide p {
  color: var(--color-black-light-);
  font-size: 16px;
  line-height: 120%;
}
.modal-content-guide label {
  color: var(--color-text-black--);
  font-size: 16px;
  font-family: 'Inter';

  /* line-height: 120%; */
}

.modal-content-guide .form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}


.modal-content-guide {
  justify-self: center;
}

.modal-content-guide .close {
  justify-self: end;
  position: absolute;
  transition: 0.3s;

  right: 16px;
  top: 8px;
}



.modal-content-guide .iti {
  display: flex;
}


.modal-content-guide button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--color-primary-orange--);
  border: 2px solid var(--color-primary-orange--);
  background: none;
  width: 100%;
  height: 50px;
  border-radius: 50px;
}

.modal-content-guide button svg {

  width: 48px;
  height: auto;
  fill: #FA5F1D;
}
.modal-content-guide form input:focus::placeholder,
.modal-content form input:focus::placeholder {
  color: rgb(86, 86, 86); 

}








/* Кнопка закрытия (крестик) */
.close {
  color: rgba(116, 116, 116, 1);

  float: right;
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

/* Пример базовых стилей для формы */
.form-group {
  /* margin-bottom: 15px; */
}

.form-group {
  border-bottom: 2px solid var(--color-text-black--);

}
.form-group input {
  height: 52px;
  color: var(--color-text-black--);
  width: 100%;
  border: none;
  background: none;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
}


#form-guide .form-group input:nth-child(1) {
  padding-left: 5px;
  border-bottom: 2px solid var(--color-text-black--);
}


#modal-form {
  margin-top: 0;
}

/*  */



.purple {
  color: var(--dejavu-studio-);
  border-bottom: 1px solid var(--dejavu-studio-);
}

.purple:hover {
  color: #173aff;
  border-bottom: 1px solid #173aff;
  
}

li {
  font-family: "Inter", serif;
}
a {
  font-family: "Inter", serif;
  cursor: pointer;
}
input {
  outline:none;
  color: var(--white--);
}
h1 {
  color: var(--white--);
  font-family: "Unbounded", serif;
  line-height: 120%;
  font-size: 48px;
  font-weight: 800;
  /* max-width: 34vw; */
  /* font-size: 5vw; */
  max-width: 659px;
  /* font-size: 2.45vw; */
  font-style: normal;
}
p {
  font-family: 'Inter';
}
h2 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h3 {
  color: var(--color-text-black--);
  font-family: "Inter", serif;

}


span {
  font-family: "Inter", serif;

}

button {
  cursor: pointer;
  border: none;
  font-family: "Inter", serif;
  font-size: 18px;
}
body > * {
  margin-top: 100px;
}
body > *:nth-child(2) {
  margin-top: 45px;
}
body > *:nth-child(3) {
  margin-top: 168px;
}
body > *:nth-child(4) {
  margin-top: 140px;
}
body > *:nth-child(5) {
  margin-top: 138px;
}
body > *:nth-child(6) {
  margin-top: 140px;
}
body > *:nth-child(7) {
  margin-top: 140px;
}
.container {
  /* max-width: 1440px; */
  max-width: 1277px;
  padding: 0px 82px;
  margin: auto;
}
header {
  display: grid;
      grid-template-columns: auto auto auto;
      justify-items: start;
      align-items: center;
      /* margin-top: 29px; */
      /* justify-content: center;
  /* margin-top: 29px; */
}
header nav {
  justify-self: center;
}

header ul {
  width: fit-content;
  /* display: grid; */
  display: flex;
      gap: 30px;
  grid-template-columns: repeat(6, 1fr);
  text-decoration: none;
  list-style-type: none;
  justify-content: space-around;
  justify-items: center;
}
header button {
  background: var(--color-primary-orange--);
  color: var(--white--);
  height: 100%;
  max-width: 215px;
  width: 100%;
  justify-self: end;
  border-radius: 20px;
  transition: 0.3s;
}
header button:hover {
  /* border: 1px solid var(--color-primary-orange--); */

  position: relative;
    box-shadow: inset 0 0 0 2px var(--color-primary-orange--);
  background: var(--white--);
  color: var(--color-primary-orange--);
}
header a {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-black--);
  text-decoration: none;
  /* transition: 0.3s; */
  transition: padding-bottom 0.3s ease, border-color 0.3s ease;
  padding-bottom: 0;
  border-bottom: 2px solid transparent;
}

header .logo a {
  padding-bottom: 0;
  border-bottom: 0px solid transparent;

}

header .logo a:hover {
  text-decoration: none;
  padding: 0;
  border-bottom: 0px;
} 


header a:hover {
  padding-bottom: 10px;
  color: var(--color-primary-orange--);
  border-bottom: 2px solid var(--color-primary-orange--);
}
    /* Стили для бургер-меню */
    .burger {
      display: none;
      cursor: pointer;
      flex-direction: column;
    }
    .burger span {
      display: block;
      /* width: 25px; */
      width: 32px;
      height: 3px;
      background: var(--color-text-black--);
      margin: 3px 0;
      transition: 0.3s;
    }

    /* Стили для выезжающей панели */
    .side-panel {
      position: fixed;
      top: 81px;
      bottom: 0;
      right: -500px; /* Панель скрыта за пределами экрана */
      width: 300px;
      /* height: 81%; */
      /* background: white; */
      background: var(--white--);
      /* box-shadow: -2px 0 5px rgba(0,0,0,0.3); */
      transition: right 0.3s ease;
      z-index: 100;
      padding: 20px;
    }
    .side-panel.active {
      right: 0;
    }
    .side-panel ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .side-panel li {
      margin-bottom: 20px;
    }
    .side-panel a {
      font-size: 16px;
      color: var(--color-text-black--);
      text-decoration: none;
    }

    .burger.active span:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
  }
    .burger.active span:nth-child(2) {
      opacity: 0;
    }
    .burger.active span:nth-child(3) {
      transform: translateY(-10px) rotate(-45deg);
  }











.sticky {
  position: sticky; 
  top: 0px; 
  /* z-index: 12;  */
  background: var(--white--);
  padding: 18px 0px;
  margin-top: 23px;

  z-index: 9999;
}

.wrapper {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.wrapper-column {
  display: grid;
  height: fit-content;
  grid-template-columns: 1fr;

}

#column-main .wrapper {
  justify-content: normal;
  max-width: 556px;
}

.main-bg:nth-child(1) .wrapper  {
  align-items: center;
}

.subheading {
  display: grid;
  grid-template-columns: 0fr auto;
  align-items: center;
  gap: 21px;
}

.subheading h2 {
  font-size: 40px;
}

/* main */

.main-bg::after {
  content: '';
  bottom: 0;
  position: absolute;
  /* background: #000000; */
  background: #1f272e;
  height: 100%;
  width: 100%;
  /* clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%); */
  clip-path: polygon(0 0%, 100% 25%, 100% 100%, 0 100%);
  z-index: -1;

}


.main-bg {
  position: relative;
  /* background-image: url(/img/main-border-bg.svg); */
  
  /* background: #1f272e; */
  /* background-size: 100%; */
  z-index: +1;
  overflow: hidden;
}
.main {
  overflow: hidden;
}

.main .wrapper {
  gap: 10px;
  /* max-width: 556px; */
}
.main .wrapper-column {
  gap: 38px
}
.main .wrapper button {
  height: 50px;

  border-radius: 50px;
  background: var(--color-primary-orange--);
  color: var(--white--);
  transition: 0.3s;
}


.main .wrapper a {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: var(--color-primary-orange--);
  color: var(--white--);
  transition: 0.3s;
  text-decoration: none;
}

.main .wrapper a:hover {
  background: var(--white--);
  color: var(--color-primary-orange--);
  /* border: 1px solid var(--color-primary-orange--); */
  position: relative; /* Обязательно для корректного отображения */
  box-shadow: inset 0 0 0 2px var(--color-primary-orange--);
}


.main .wrapper button:hover {
  background: var(--white--);
  color: var(--color-primary-orange--);
  /* border: 1px solid var(--color-primary-orange--); */
  position: relative; /* Обязательно для корректного отображения */
  box-shadow: inset 0 0 0 2px var(--color-primary-orange--);
}

.main .wrapper button:nth-child(2) {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* background: none; */
  /* background: none; */
  background: #7299C514;

  color: var(--color-primary-orange--);
  border: solid 1px var(--color-primary-orange--);


}

.main .wrapper button:nth-child(2):hover {
  background: var(--white--);
  color: var(--color-primary-orange--);

}
.main .wrapper button:nth-child(2):hover svg {
  fill: var(--color-primary-orange--) !important;
}


.main .image-main img:nth-child(1){
  z-index: 4;
}
.main .petals {
  z-index: 3;
}

.image-main {
  display: flex;
  max-width: 459px;
  /* overflow: hidden; */
  /* background: url(/img/petals.svg); */
  position: relative;
}

.petals {
  position: absolute;
  /* top: 0; */
  bottom: -30px;
  left: -20%;
  z-index: -1;

}



.image-main img {
  max-width: 100%;
}

.petals img {
  max-width: 650px;
}

.form-pop-up {
    
}


.stats-container {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  /* padding: 40px 20px; */
  background: #FAFAFA;
}

.stats-wrapper {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.stats-content {
  display: flex;
  align-items: center;
  /* max-width: 1440px; */
  max-width: 1277px;
  /* padding: 0px 82px; */
  margin: auto;
  justify-content: space-between;
  /* padding: 33px 82px 29px; */
  padding: 70px 82px 29px;
}

.stats-item {
  display: flex;
  flex-direction: column;
  /* align-items: center;  */
  /* text-align: center; */
  gap: 24px;
  max-width: 334px;
  margin-bottom: auto;
}

.stats-item:nth-child(1) {
  max-width: 200px;
}
.stats-item:nth-child(3) {
  max-width: 200px;
}
.stats-item:nth-child(4) {
  max-width: 200px;
}
.stats-item:nth-child(10) {
  max-width: 185px;
}

.stats-value {
  font-weight: bold;
  color: #333;
}

.stats-value h2 {
  font-size: 40px;
}


.stats-text {
  font-size: 18px;
  color: #666;
  font-family: 'Inter';
}

.stats-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.stats-divider svg {
  position: absolute;
  top: -49px;
}

.stats-divider svg:nth-child(2) {
  bottom: 0;
  top: unset;
}

.stats-border {
  width: 100%;
  height: 2px;
  /* background-color: #dedede; */
  background: linear-gradient(90deg, #787878 0%, #E2E2E0 24.5%, #E2E2E0 77.5%, #787878 100%);
  /* margin-top: 20px; */
}


.why-are-we .wrapper-column {
  gap: 72px;
}


.grid-image img {
  max-width: 216px;
  height: -webkit-fill-available;
}

/* .grid-image {
  max-width: 216px;
  height: -webkit-fill-available;
  background-image: url(/img/why-are-we-bg.png);
} */

.plus-content {
  display: flex;
  gap: 20px;
  height: fit-content;
}

.why-are-we .wrapper:nth-child(2) {
  grid-template-columns: auto 1fr;
  gap: 60px;
  width: 100%;
  justify-items: end;
}
.why-are-we .wrapper .wrapper {
  /* gap: 0px; */
  gap: 62px 48px;
  height: fit-content;
  /* grid-template-columns: auto auto; */
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  justify-content: end;
}

.plus h3 {
  font-size: 20px;
  /* font-family: 'Inter'; */
  font-family: "Unbounded", serif;
  font-weight: 500;
}

.plus p {
  font-size: 18px;
  color: var(--color-black-light-);
  line-height: 120%;
}

.plus  {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.plus-content {
  /* max-width: 450px; */
  max-width: 448px;
}

/* feedback */

.feedback .wrapper-column {
  gap: 22px;
}
.feedback .wrapper-column:nth-child(2) {
  gap: 50px;
}


.feedback .info p {
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  /* max-width: 604px; */
  max-width: 539px;
  color: var(--color-black-light-);
}

.feedback .arrow {
  display: flex;
  grid-template-columns: auto auto;
  max-width: 152px;
  height: 60px;
  justify-content: space-between;
  z-index: 999;
}

.feedback .arrow  {
  /* height: 60px; */
  /* width: 60px; */

  
}

.feedback .arrow .left {
    transform: scaleX(-1);
}
.feedback .arrow .left svg, 
.feedback .arrow .right svg {
    filter: brightness(0.5);
}

.feedback .arrow .left:hover svg,
.feedback .arrow .right:hover svg {
  filter: brightness(1);
}


.feedback .arrow .left,
.feedback .arrow .right {
  height: 60px;
  width: 60px;
  background: var(--bg-grey--);
  transition: 0.3s;
  cursor: pointer;
  border-radius: 15px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.feedback .arrow .left:hover,
.feedback .arrow .right:hover {
  background: var(--color-primary-orange--);
}

.content-bl-video {
  display: grid;
  grid-template-columns: 1fr;
  gap: 33px;
  overflow: hidden;
}


.arrows {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.arrows.visible {
  opacity: 1;
  transform: translateY(0);
}


/* form */

.orange {
  color: var(--color-primary-orange--);
}

.form-bg .subheading {
  grid-template-columns: auto;
  max-width: 570px;
  color: var(--white--);
}

.form-bg {

  /* background: #000000; */
  /* background-image: url(/img/cta-bg.svg); */
  /* clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%); */
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 110%;
  position: relative;
}

.form-bg::after {
  content: '';
  bottom: 0;
  position: absolute;
  /* background: #000000; */
  background: #1f272e;
  height: 714px;
  width: 100%;
  /* clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%); */
  clip-path: polygon(0 0%, 100% 13%, 100% 100%, 0 100%);
  z-index: -1;
}


.form-bg .wrapper-column {
  gap: 70px;
  max-width: 617px;
}

.form-bg form  {
  display: grid;
  grid-template-columns: 1fr;
  gap: 53px;
  /* grid-template-rows: auto auto; */
}

.cta button {
  background: var(--color-primary-orange--);
  border: none;
  color: var(--white--);
  height: 52px;
  border-radius: 50px;
  /* max-width: 269px; */
  max-width: 200px;
  transition: 0.3s;
}

.cta button:hover {
  background: var(--white--);
  color: var(--color-primary-orange--);
  border: 2px solid var(--color-primary-orange--);
}

.cta .subheading h2 {
  line-height: 120%;
}

.cta .iti {
  display: flex;
  width: 100%;
  /* border-bottom: 1px solid var(); */
  border-bottom: 1px solid var(--white--);
  padding-bottom: 10px;
}

.cta .iti input { 
  padding-bottom: 0px;
  width: 100%;
  border-bottom: none;
}

.cta form .input {
  display: grid;
  gap: 36px 50px;
  /* grid-template-columns: auto auto; */
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.cta .wrapper{
  align-items: center;
}

.cta .image {
  max-width: 706px;
  position: relative;
}
.cta .image img{
  width: 100%;
}

.cta .image img:nth-child(1) {
  position: relative;
  z-index: 4;
}

.cta .image .pattern {
  position: absolute;
  max-width: 710px;
  max-height: 703px;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.cta .orange {
  font-family: 'Unbounded';
}

.cta input {
  border-radius: 0;
}

form .input input{
  background: none;
  border: none;
  border-bottom: 1px solid var(--white--);
  padding-bottom: 14px;
  /* font-size: 16px; */
  font-size: 14px;
  padding-left: 5px;

}

.bl-video {
  position: relative;
  width: 320px; /* или нужная ширина */
}

.swipe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  touch-action: none; /* Блокируем iframe от захвата свайпа */
  display: block; /* Изначально показываем */
}



.content-bl-video {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  width: 100%;
}
/* Контейнер карусели занимает всю ширину родителя */
.carousel-container {
  overflow: hidden;
  width: 100%;
}
.carousel-video {
  display: flex;
  gap: 15px;
  transition: transform 0.5s ease;
}
/* Каждый слайд фиксированной ширины; aspect-ratio для динамической высоты */
.bl-video {
  position: relative;
  width: 320px;
  aspect-ratio: 9 / 16;
  border-radius: 15px;
  overflow: hidden;
  flex-shrink: 0;
}
.bl-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.bl-video iframe {
  height: 100%;
}
.bl-video iframe {
  /* pointer-events: none; */
}
.bl-video.active iframe {
  /* pointer-events: auto; */
}


.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--white--);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  z-index: 1;
}
.play-button:hover {
  background: rgba(255,102,0,0.9);
}

.play-button:hover svg {
  filter: brightness(8);
}
.play-icon svg{
  max-width: 20px;
}
.play-icon {
  display: flex;
  font-size: 24px;
  color: var(--color-primary-orange--);
  border-radius: 50px;
}


/* work-progress */


.dynamic-svg {
  width: 443px;
  overflow: hidden;
  clip-path: polygon(0px 0%, 100% 0%, 100% -925%, 0px 100%);

  transition: clip-path 1.4s ease-out;
}




.work-progress .wrapper .dynamic-svg:nth-child(2), 
.work-progress .wrapper .dynamic-svg:nth-child(6), 
.work-progress .wrapper .dynamic-svg:nth-child(10) {
  position: relative;
  right: 28%;
  width: 100%;
}

.dynamic-svg svg {
  width: 100%;
}


.work-progress .wrapper .dynamic-svg:nth-child(3), 
.work-progress .wrapper .dynamic-svg:nth-child(7), 
.work-progress .wrapper .dynamic-svg:nth-child(11) {


  transform: scale(-1, 1);
  position: relative;
  left: 23%;
  top: 27%;
  width: 100%;

}

.work-progress .wrapper .wrapper {
  grid-template-columns: 1fr 1fr;
}





/* .work-progress .wrapper > svg.arrow:nth-of-type(even) {
  transform: scaleX(-1);
} */

.work-progress .block-progress:nth-child(4), 
.work-progress .block-progress:nth-child(8),
.work-progress .block-progress:nth-child(12) {
  justify-self: end;
}

/* .wrapper > .block-progress:nth-of-type(even) {
  justify-self: end;
} */

.work-progress .wrapper-column {
  gap: 74px;
}
.work-progress .wrapper {

}
.work-progress .wrapper {
  grid-template-columns: auto auto;
  /* gap: 40px; */
  gap: 74px;
}

.progress-bg {
  max-width: 216px;
  border-radius: 15px;
  overflow: hidden;
  grid-row: 1 / span 1;

}

.progress-bg img {
  /* width: 100%; */
  height: 100%;
}


.block-progress {
  display: flex;
  flex-direction: column;
  grid-template-columns: 1fr;
  gap: 15px;
  max-height: 124px;
  height: fit-content;
  padding: 20px;
  background: var(--bg-grey--);
  max-width: 340px;
  border-radius: 15px;
}

.block-progress h3 {
  font-family: 'Unbounded';
  font-weight: 500;
  font-size: 20px;
}

.block-progress p {
  color: var(--color-black-light-);
  font-family: "Inter";
}




.block-progress {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.block-progress h3,
.block-progress p {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}



.section-header .pattern svg {
  display: block;
}
.section-header h2 {
  font-size: 40px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  line-height: 48px;
  color: #333333;
  margin: 0;
}
/* Контент процесса работы */
.content-work-progress {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 60px;
}
.left-timeline,
.right-timeline {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.timeline-item {
  background: #ECF0F5;
  border-radius: 15px;
  padding: 20px;
}
.timeline-item h3 {
  font-size: 20px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 500;
  line-height: 25px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 15px;
}
.timeline-item p {
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #747474;
  margin: 0;
}
/* Особое оформление для шага "Визовая подготовка" */
.timeline-item.visa {
  background: #1F272E;
  color: #FAFAFA;
}
.timeline-item.visa p {
  color: #F1F1F1;
}
/* Стили для стрелок (SVG) */
.arrows {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.arrows.visible {
  opacity: 1;
}
.arrow {
  margin-bottom: 20px;
}

.work-progress #dark {
  background: var(--color-dark-blue--);
  color: var(--white--);
}

.work-progress #dark.block-progress h3 {
  color: var(--white--);
  
}
.work-progress #dark.block-progress p {
  color: var(--color-text-white--);
  
}


/* popular-countries */

.popular-countries .wrapper-column {
  gap: 72px;
}

.nav-block-countries {
  background: var(--bg-grey--);
}

.popular-countries .wrapper {
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.nav-block-countries {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  /* max-width: 304px; */
  width: 100%;
  border-radius: 15px;
  font-family: 'Unbounded';
  font-size: 20px;
}




#country-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

#showmore {
  border: none;
  background: none;
  display: flex;
  text-decoration: underline;
  margin: auto;
  color: var(--color-primary-orange--);
  font-size: 16px;
  transition: 0.3s;
}

#showmore:hover {
  color: #1F272E;
}



/* programs */

.programs .wrapper-column {
  gap: 54px;
}

.programs .description p{
  font-style: italic;
  font-size: 18px;
  color: var(--color-black-medium--);
}

.programs .wrapper-column:nth-child(2),
.programs .wrapper-column:nth-child(3),
.programs .wrapper-column:nth-child(4) {
  gap: 26px;
}

.programs .block-card {
  background: var(--bg-grey--);
  padding: 30px;
  /* width: 100%; */
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 15px;
  min-height: 110px;
}

.programs .wrapper {
  /* grid-template-columns: 1fr 1fr 1fr; */
  /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
  grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
  gap: 21px;
}

.programs .block-card h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Unbounded';
  /* max-width: 254px; */
}
.programs .info {
margin-bottom: auto;
}
.programs .info p {
  font-size: 16px;
  color: var(--color-black-light-);
  line-height: 120%;
  font-weight: 300;
}

.programs .block-card .flex-age {
    display: grid;
    /* grid-template-columns: 3fr 1fr; */
    grid-template-columns: 2fr 1fr;
    width: 100%;
    justify-content: end;
    align-items: center;
    /* height: 31px; */
    /* width: 100%; */
    /* max-width: 46px; */
}

.programs .block-card .flex-age .age {
  display: flex;
    height: 31px;
  width: 100%;
  max-width: 46px;
  border: 1px solid var(--color-black-light-);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  justify-self: end;
  align-self: baseline;

}

.programs .block-card .flex-age span { 
  color: var(--color-black-light-);
  /* border: 1px solid var(--color-black-light-); */
  /* padding: 8px 11px; */
  /* height: 31px; */
  /* max-width: 46px; */
  /* width: 100%; */
  /* display: flex; */
  font-family: 'Inter';
  font-weight: 400;
}


.btn-get-advice {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background: var(--color-primary-orange--);
  color: var(--white--);
  max-height: 50px;
  max-width: 317px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  justify-self: center;
  align-self: center;
  transition: 0.3s;
}

.btn-get-advice svg {
  fill: var(--white--);
}
.btn-get-advice:hover {
  position: relative; 
  box-shadow: inset 0 0 0 2px var(--color-primary-orange--);
  background: var(--white--);
  color: var(--color-primary-orange--);
}

.btn-get-advice:hover svg {
  fill: var(--color-primary-orange--);
}

.btn-get-advice svg {
  /* filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(320deg) brightness(923%) contrast(99%); */
}


/* about-the-company */

.about-the-company .wrapper-column {
  gap: 42px;
}

.content-about-the-company .wrapper {
  /* grid-template-columns: auto auto;  */

  /* grid-template-columns: repeat(auto-fit, minmax(390px, 1fr)); */
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 20px;
  align-items: center;
}
.content-about-the-company .description {
  max-width: 456px;
  color: var(--color-black-medium--);
}


.about-the-company .description {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 18px;
}

/* footer */

body footer:nth-of-type(2) {
  margin: 0;
  border-top: 1px solid #7474747d;
  background: #1F272E;
  padding: 33px 0px;
}




footer .form-bg::after{
  height: 100%;
}

footer .wrapper {
  /* grid-template-columns: auto auto auto ; */
  /* grid-template-columns: 1fr 1fr 1fr; */
  grid-template-columns: 0fr auto auto;
  align-items: end;
  gap: 42px;
}

footer form {
  background: var(--white--);
  border-radius: 15px;
  padding: 48px 33px;
  
}

footer form h3 {
  font-size: 20px;
  font-family: 'Unbounded';
  font-weight: 500;
  text-align: center;
  
}

footer form .orange {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Unbounded';

}


.grid-col {
  display: grid;
      gap: 20px 50px;
      grid-template-columns: auto auto;
      grid-template-rows: auto auto;
      /* align-items: center; */
      align-content: center;
}

.grid-col .tel {
  grid-row: 1;
  grid-column: 1;
}
.grid-col .addres {
  grid-row: 1;
  grid-column: 2;
}
.grid-col .e-mail {
  grid-row: 2;
  grid-column: 1;
}
.grid-col .col {
  grid-row: 2;
  grid-column: 2;
}

.grid-col h3 {
  color: var(--white--);
}
.grid-col span,
.grid-col a {
  color: var(--color-black-light-);
  line-height: 140%;
  transition: 0.3s;
  padding: 0;
  border: none;
}

.grid-col a:hover {
  color: #e6e6e6;
  padding: 0;
  border: none;
}

footer .grid-col .tel, 
footer .grid-col .addres, 
footer .grid-col .e-mail, 
footer .grid-col .col {
  display: grid;
  gap: 14px;
  height: fit-content;
  max-width: 236px;
}

footer .number {
  display: grid;
  gap: 0px;
  align-content: center;
}

footer nav {
    display: grid;
    /* grid-template-columns: 1fr auto; */
    grid-template-columns: 1fr min-content;
    gap: 25px;
}
footer ul {
  display: flex;
  flex-wrap: wrap;

  /* grid-template-columns: repeat(6,1fr); */
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 25px;
  /* width: min-content; */
}

footer ul:nth-last-child(1) {

  width: auto;
    grid-template-columns: repeat(1, 1fr);
    justify-self: flex-end;
}


footer ul:nth-last-child(1) li {
  justify-self: end;
}

footer ul:nth-last-child(1) a {
  color: var(--white--);
  border: none;
}
footer ul:nth-last-child(1) a:hover {
  color: none;
  border: none;
}

footer li {
  /* width: fit-content; */
  width: max-content;
  display: grid;
  justify-content: center;
}
footer a {
  color: var(--white--);
  text-decoration:  none;

  transition: padding-bottom 0.3s ease, border-color 0.3s ease;

  padding-bottom: 0;
  border-bottom: 2px solid transparent;
  transition: 0.3s;

}

footer a:hover {
  padding-bottom: 10px;
  color: var(--color-primary-orange--);
  border-bottom: 2px solid var(--color-primary-orange--);

  
}

footer .logo {
  /* margin: auto; */
  /* padding-top: 55%; */
  padding-bottom: 100%;
}

footer .form-bg {
  /* display: grid; */
  height: 514px;
}

footer form .input  {
  display: grid;
  gap: 20px;
}

.form-group-input {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.modal-content .form-group-input {
  gap: 5px;
}

footer form input {
  height: 51px;
}



form input:focus::placeholder {
  color: rgb(176, 176, 176); 
  /* color: var(--bg-grey--); */
}

footer form button {
  height: 50px;
}

footer form .input input {
  border-bottom: 2px solid var(--color-black-light-);
  padding-bottom: 0px;
  color: var(--color-text-black--);
  font-size: 14px;
  /* width: 100%; */
  /* padding-left: 6px; */
}

footer .input .iti {
  display: flex;
  border-bottom: 2px solid var(--color-black-light-);
}

.iti__flag-container {
  position: relative !important;
}

footer .input .iti input {
  border-bottom: 0px;
}


.iti.iti--allow-dropdown {
  display: flex;
}

footer form .input:nth-child(2) input {
  padding-left: 10px;
  border-radius: 0px;
}

footer .col div {
  display: grid; 
  grid-template-columns: repeat(3,1fr);
  width: fit-content;
  gap: 18px;
}


footer .form-bg form {
  /* min-height: 410px; */
  min-height: 314px;
  max-width: 361px;
  width: 100%;
  background: var(--bg-grey--);
  /* position: relative; */
  bottom: 100px;
  gap: 20px;
}

footer .form-bg::after {
  clip-path: polygon(0 0%, 100% 38%, 100% 100%, 0 100%);
}


footer form button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--color-primary-orange--);
  color: var(--white--);
  border-radius: 50px;
  max-width: 262px;
  transition: 0.3s;

  justify-self: center;
  width: 100%;
  margin-top: 23px;
}

footer form button svg {
  width: 40px;
  height: auto;
}


footer form button:hover {
  background: var(--white--);
  color: var(--color-primary-orange--);
  /* border: 1px solid var(--color-primary-orange--); */

  position: relative; 
  box-shadow: inset 0 0 0 2px var(--color-primary-orange--);
}
footer form button:hover svg {
  fill: var(--color-primary-orange--) !important;
}

footer .col  a {
  display: flex;
}

footer .col svg {
  transition: 0.3s;
  fill: #AAAAAA;
}
footer .col svg:hover {
  fill: #e6e6e6;
}

/* media */



@media (max-width: 1303px) {

  header {
    grid-template-columns: auto auto;
  }
  nav {
    display: none;
  }
  .burger {
    display: flex;
    justify-self: end;
  }

  header ul {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .side-panel {
    display: grid;
  }

  .side-panel .form-pop-up {
    max-width: 100%;
    height: 46px;
    margin-top: auto;
    display: block;
  } 

  .form-pop-up {
    display: none;
  }

  .why-are-we .wrapper .wrapper {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

}


@media (max-width: 1244px) {
  .container {
    padding: 0px 43px;
  }
  .stats-item {
    max-width: 258px;
    /* padding: 70px 55px 29px; */
    /* padding: 70px 82px 29px; */
  }
  .stats-content {
    padding: 70px 43px 29px;
  }
}

@media (max-width: 1277px) {
  .work-progress .wrapper .dynamic-svg:nth-child(3), 
  .work-progress .wrapper .dynamic-svg:nth-child(7), 
  .work-progress .wrapper .dynamic-svg:nth-child(11) {
    left: 13%;

  }
  .work-progress .wrapper .dynamic-svg:nth-child(2), 
  .work-progress .wrapper .dynamic-svg:nth-child(6), 
  .work-progress .wrapper .dynamic-svg:nth-child(10) { 
    right: 16%;

  }
}

@media (max-width: 1214px) {
  .form-bg::after {
    height: -webkit-fill-available;
  }

  header {
    /* grid-template-columns: 0fr auto auto; */
  }

  .why-are-we .wrapper .wrapper {

    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }


}

@media (max-width: 1121px) {
  h1 {
    font-size: 42px;
    max-width: 53vw;
  }

  .main-bg::after {
    clip-path: polygon(0 0%, 100% 17%, 100% 100%, 0 100%);
  }

  .work-progress .wrapper  {
    gap: 74px 32px;
  }
  .block-progress {
    max-height: 100%;
  }

}

@media (max-width: 1113px) {

  .subheading h2 {
    font-size: 36px;
  }
  .stats-value h2 {
    font-size: 36px;
  } 

  footer .form-bg {
    height: auto;
  }
  footer .wrapper {
    grid-template-columns: 0fr auto ;
    padding-bottom: 40px;
  }
  /* footer .form-bg form {
    grid-row: 1;
    grid-column: 2;
  } */

  footer .form-bg form {
    grid-row: 1;
    grid-column: 1 / span 2;
    justify-self: anchor-center;
    max-width: 393px;
  } 

  footer .form-bg .grid-col {
    grid-row: 2;
    /* grid-column: 3; */
  }
  footer .logo { 
    grid-row: 2;

  }

  footer .wrapper {
    grid-template-columns: auto auto;
  }
  footer .logo {
    grid-row: 1;
    grid-column: 1 / span 1;
  } 
  footer .form-bg .grid-col {
    grid-row: 1;
    grid-column: 1;
    max-width: 600px;
    /* w */
    justify-self: anchor-center;
  }
  footer .form-bg form {
    grid-column: 2;
    grid-row: 1;
  }

  footer .logo {
    padding-top: 0;
    padding-bottom: 0;
  }
  
}



@media (max-width: 1092px) {
  h1 {
    font-size: 4vw;
    /* max-width: 53vw; */
  }
  .petals img {
    max-width: 53vw;
  } 
  .cta .form-bg {
    padding: 49px 0px;
  }

  .why-are-we .grid-image img {
    display: none;
  }
  .why-are-we .grid-image {
    background: url(/img/grid-image.webp);
    background-size: 100%;
    height: 208px;
    border-radius: 20px;
    background-position: center;
    width: 100%;

  }

  .why-are-we .wrapper:nth-last-of-type(1) { 
    grid-template-columns: 1fr;
  }
  /* .why-are-we .wrapper:nth-child(2) .grid-image {
  } */

  .why-are-we .wrapper .wrapper {
    grid-row: 2;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  
}


@media (max-width: 1075px) {
  .work-progress .wrapper .dynamic-svg:nth-child(2), .work-progress .wrapper .dynamic-svg:nth-child(6), .work-progress .wrapper .dynamic-svg:nth-child(10) {
    right: 9%;
  }
  .work-progress .wrapper .dynamic-svg:nth-child(3), .work-progress .wrapper .dynamic-svg:nth-child(7), .work-progress .wrapper .dynamic-svg:nth-child(11) {
    left: 9%;
  }
}


@media (max-width: 1063px) {
  .stats-divider {
    padding: 0px 20px;
  }
}

@media (max-width: 1042px) {
  .stats-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 40px;
    background-image: url(/img/border-divider.svg);
    background-size: 98%;
    background-position-y: 41%;
  }
  .stats-content .stats-item:nth-child(1) {
    justify-self: baseline;
  }
  .stats-content .stats-item:nth-child(4) {
    justify-self: end;
    max-width: 178px;
  }
  .stats-content .stats-item:nth-child(10) {
    justify-self: end;
    /* max-width: 178px; */
  }
  .stats-content .stats-item:nth-child(7) {
    /* justify-self: end; */
    justify-self: baseline;
    /* max-width: 178px; */
  }

  footer .wrapper {
    grid-template-columns: 1fr;
  }
  footer .form-bg form {
    grid-column: 1;
  }

  footer .logo {
    grid-row: 2;
    text-align: center;
  }

  footer .form-bg .grid-col {
    grid-row: 3;
  }
  .stats-divider {
    display: none;
  }
}

@media (max-width: 996px) {
  
  footer ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(167px, 1fr));
            gap: 10px 25px;
  }
}

@media (max-width: 993px) {
  .work-progress .wrapper {
    grid-template-columns: auto;
  }
  .progress-bg {
    height: 350px;
    max-width: 100%;
  }
  .progress-bg img {
    width: 100%;
    object-fit: cover;
  }
}

/* 
@media (max-width: 1075px) {


  footer .wrapper {
    grid-template-columns: auto auto;
  }
  footer .logo {
    grid-row: 1;
    grid-column: 1 / span 1;
  } 
  footer .form-bg .grid-col {
    grid-row: 1;
    grid-column: 1;
    max-width: 600px;
    justify-self: anchor-center;
  }
  footer .form-bg form {
    grid-column: 2;
    grid-row: 1;
  }
} */

@media (max-width: 902px) {
  .cta .wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .plus-content {
    max-width: fit-content;
  }

  .why-are-we .wrapper .wrapper {
    justify-items: start;
  }
}

@media (max-width: 898px) {
  h1 {
    font-size: 6vw;
    max-width: 100%;
    max-width: 85vw;
  }
  .main-bg:nth-child(1) .wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }
  .main-bg {
    display: flex;
    padding: 94px 0px 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main-bg::after {
    clip-path: polygon(0 0%, 100% 11%, 100% 100%, 0 100%);
  }
  #column-main .wrapper {
    width: 100%;
    max-width: 100%;
    gap: 20px;
  }

  .main .wrapper button {
    width: 100%;
  }

  .cta .wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .image-main {
    height: auto;
    max-width: 413px;
  }

  .cta .image {
    max-width: 506px;
  }
  .cta .form-bg {
    padding: 149px 0px 0px;
    height: 100%;
  }
  .cta .form-bg::after {
    height: 100%;

  }



  .cta .form-bg::after {
    clip-path: polygon(0 0%, 100% 8%, 100% 100%, 0 100%);
  }

  .programs .btn-get-advice {
    height: 50px;
  }

  footer .form-bg::after {
    clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0 100%);
  }
  

  .petals img {
    max-width: 592px;
  }




  .stats-content {
    background-position-y: 32%;
  }


  .content-about-the-company .description {
    max-width: 656px;
  }

  .content-about-the-company .wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  
}



@media (max-width: 787px) {
  .work-progress .wrapper .dynamic-svg:nth-child(2), .work-progress .wrapper .dynamic-svg:nth-child(6), .work-progress .wrapper .dynamic-svg:nth-child(10) {
    right: 8%;
    width: 96%;
  }

  .work-progress .wrapper .dynamic-svg:nth-child(3), .work-progress .wrapper .dynamic-svg:nth-child(7), .work-progress .wrapper .dynamic-svg:nth-child(11) {
    width: 96%;
    left: 11%;
  }
}



@media (max-width: 713px) {
  .main-bg::after {
    clip-path: polygon(0 0%, 100% 8%, 100% 100%, 0 100%);
  }
  .side-panel.active {
    width: -webkit-fill-available;
  }
  header ul {
    align-items: center;
  }

  footer form h3 {
    text-align: center;
  }


}


@media (max-width: 627px) {
  .bl-video {
    flex: 0 0 44%;
    overflow: hidden;
    max-width: 100%;
  }
  .bl-video iframe{
    width: 100%;
    height: 100%;
  }


  .bl-video .ytplayer div {
    height: 880px !important;
  }
  /* .bl-video img {height: 900px;} */

}


@media (max-width: 617px) {


  .bl-video {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bl-video iframe{
    width: 100%;
    height: 100%;
  }

}

@media (max-width: 600px) {
  .dynamic-svg {
    transition: clip-path 0.7s ease-out;
  
  }
}


@media (max-width: 585px) {
  .carousel-card {
    touch-action: pan-y;
    gap: 20px;
  }

  .programs .block-card h3 {
    font-size: 20px;
  }

  .carousel-card {
    display: flex;
    transition: margin-left 0.3s ease;
  }
  /* Отдельный слайд */
  .block-card {
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 10px;
  }

  .btn-get-advice {
    margin-right: auto;

  }

  .programs .wrapper-column {
    overflow: hidden;
    overflow-y: hidden;
  }
/* 
  .programs .block-card {
    max-width: 400px;
  } */


  .programs .wrapper {
    gap: 50px;
  }

  .work-progress .wrapper .wrapper {
    gap: 10px;
  }

  .work-progress .wrapper {
    gap: 85px;
  }
}


@media (max-width: 582px) {
  .stats-content {
    background-position-y: 78%;
  }
  .work-progress .wrapper .wrapper {
    grid-template-columns: 1fr;
  }

  .work-progress .wrapper .dynamic-svg:nth-child(3), .work-progress .wrapper .dynamic-svg:nth-child(7), .work-progress .wrapper .dynamic-svg:nth-child(11) {
    position: static;
  }

  .work-progress .wrapper .dynamic-svg:nth-child(2), .work-progress .wrapper .dynamic-svg:nth-child(6), .work-progress .wrapper .dynamic-svg:nth-child(10) {

    position: static;
  }

  .work-progress .wrapper {
    grid-template-columns: 1fr;
  }


  .block-progress {
    max-width: fit-content;
  }
  .work-progress .wrapper {
    /* gap: 37px; */
    /* gap: 10px; */
  }
  .block-progress:nth-child(4) {
    grid-row: 3;
  }
  .block-progress:nth-child(12) {
    grid-row: 7;
  }
  #dark {
    grid-row: 11;
  }

  .progress-bg {
    height: 151px;
  }
}

@media (max-width: 580px) {
  .feedback .arrow .left:hover, .feedback .arrow .right:hover {
    background: var(--bg-grey--);
  }

  .feedback .arrow .left svg, .feedback .arrow .right svg {
    filter: brightness(0.5) !important;
  }
  .arrow .right:active {
    background-color: var(--color-primary-orange--) !important; 
    filter: brightness(1) !important;
  }
  .arrow .left:active {
    background-color: var(--color-primary-orange--) !important; 
    filter: brightness(1) !important;
  }

  .feedback .arrow .left:active svg, .feedback .arrow .right:active svg {
    filter: brightness(1) !important;
  }

  .feedback .arrow .left:hover svg, .feedback .arrow .right:hover svg {
    filter: brightness(1);
  }
}


@media (max-width: 560px) {
  .block-progress {
    max-height: min-content;
    width: auto;
    grid-template-columns: 1fr;
    height: fit-content;
    background: var(--bg-grey--);
    /* max-width: 340px; */
    max-width: fit-content;
  }

  .progress-bg {
    height: 151px;
  }



  footer .form-bg form {
    max-width: fit-content;
  }
}

.stats-content .stats-border { 
  display: none;
}

@media (max-width: 520px) {
  .stats-content {
    grid-template-columns: 1fr;
    background-image: none;
    /* max-width: 285px; */
    padding: 70px 0px 29px;
  }  
  .stats-item {
    justify-self: baseline;
    width: 100%;
    max-width: 100%;
    height: 153px;
    text-align: center;
    justify-content: center;
  }
  .stats-item:nth-child(3),
  .stats-item:nth-child(1) {
    max-width: 100%;
  }

  body > *:nth-child(3) {
    margin-top: 110px;
  }   

  .stats-content .stats-border { 
    display: flex;
  }
  .subheading h2 {
    font-size: 32px;
  }   

  .stats-content .stats-item:nth-child(4) {
    max-width: 100%;
  }
  .cta .form-bg {
    padding: 104px 0px 0px;
  }
  .cta button {
    height: 47px;
    width: 100%;
    max-width: 100%;
  }
  .cta .image img:nth-child(1) {
    top: 21px;
  }
  .cta .image {
    max-width: 100%;
  }

  .plus-img img {
    max-width: 60px;
  }
  .plus-content {
    /* gap: 8px; */
  }

  .plus h3 {
    font-size: 18px;
  }
  .plus p {
    font-size: 16px;
  }

  .programs .wrapper-column {
    overflow: hidden;
  }



  .stats-content .stats-item:nth-child(10) {
    margin: auto;
    max-width: 285px;
  }
}





@media (max-width: 508px) {
  h1 {
    font-size: 9vw;
  }

  .stats-item {

  }

  .stats-content {
    padding: 40px 0px 29px;
  }

  .cta form .input { 
    grid-template-columns: 1fr;
  }


  .carousel-video {
    display: flex;
    gap: 0; /* Убираем пробелы между видео */
  }

  .bl-video {
    flex: 0 0 100%; /* Один элемент занимает всю ширину контейнера */
    max-width: 100%; /* Ограничиваем ширину видео */
  }

  .bl-video iframe {

    width: 100%;
    height: 100%;
  }

}

@media (max-width: 480px) {
  h1 {
    font-size: 8vw;
  }

  .plus {
    gap: 10px;
  }

  .why-are-we .wrapper .wrapper {
    gap: 40px 48px;
  }

  .petals {
    top: 5px;
    bottom: unset;
    /* left: -32%; */
    left: -30%;
  } 

  .why-are-we .grid-image {
    height: 104px;
  }






}

@media (max-width: 456px) {
  h1 {
    font-size: 36px;
  }

  .cta form .input {
    grid-template-columns: 1fr;
  }

  .sticky {
    margin-top: 0px;
  }
}

@media (max-width: 453px) {
  .container {
    padding: 0px 20px;
  }

  .plus-content {
    max-width: fit-content;
  }

  footer .form-bg form {
    /* max-width: auto; */
    max-width: -webkit-fill-available;
  }
  .programs .wrapper { 
    /* grid-template-columns: 1fr; */
  }
  .grid-col {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .grid-col .addres {
    grid-row: 3;
    grid-column: 1;

  }
  .grid-col .col {
    grid-row: 4;
    grid-column: 1;
  }

  footer .grid-col .tel, footer .grid-col .addres, footer .grid-col .e-mail, footer .grid-col .col {
    text-align: center;
    justify-items: anchor-center;
    justify-items: center;
  }

  .why-are-we .wrapper .wrapper {
    grid-template-columns: 1fr;
    width: fit-content;
  }

  body footer:nth-of-type(2) {
    display: none;
  }

  
  .modal-content {
    margin: auto 20px;
  }

  .main-bg::after {
    clip-path: polygon(0 0%, 100% 4%, 100% 100%, 0 100%);
  }


  .stats-value h2 {
    font-size: 32px;
  } 

  .stats-text {
    font-size: 16px;
  }

  .stats-item {
    margin: auto;
    max-width: 300px !important;
  }


  footer .form-bg .grid-col {
    margin: auto;
  }


  .programs .wrapper {
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
    
  }
}

@media (max-width: 367px) {
  .bl-video {
    width: 271px;
  }

  .plus h3 {
    font-size: 16px;
  }
  .programs .wrapper {
    /* max-width: fit-content; */
    /* grid-template-columns: min-content; */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .subheading {
    display: grid;
    grid-template-columns: 1fr;
  }
  .subheading .pattern {
    grid-row: 2;
  }


}


@media (max-width: 337px) {
  .wrapper-column {
    width: fit-content;
  }

  .container {
    padding: 0px 13px;
  }


}






















.video-bl {
  position: relative;
  /* width: 640px;    */
  /* width: 100%; */
  /* height: 360px;   */
}

.video-bl-poster {
  width: 100%;
  height: 100%;
  /* background: #888;  */
  background-image: url(/video/prev-video.jpg);
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; 
  border-radius: 30px;
  transition: 0.3s;
}

.video-bl-poster svg {
  fill: #FA5F1D;
  transition: 0.3s;
}

.video-bl-poster:hover .play-icon-bl {
background: var(--color-primary-orange--);
}

.video-bl-poster:hover .play-icon-bl svg {
  fill: var(--white--);
}

.play-icon-bl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}

.play-icon-bl::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 18px;
  
  /* border-left: 21px solid var(--color-primary-orange--);  */
  /* border-top: 12px solid transparent; */
  /* border-bottom: 12px solid transparent; */
  /* border-radius: 15px; */
}

.play-icon-bl:hover {

}

.play-icon-bl svg {
  width: 41px;
}

.video-poster:hover .play-icon {

}

#my-video {
  border-radius: 30px;
}


.no-hover * {
  pointer-events: none;
  background: var(--white---);
}









/* widget */


#widget-container {
  margin-top: 0;
}

.widget h2, p, a, span, p  {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.widget {
  z-index: 9999999999;
  width: 100%;
  position: fixed;
  display: flex;
  right: 4%;
  top: 48%;
  gap: 17px;
  flex-direction: column-reverse;
  align-items: end;
}

.block_wp {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  position: fixed;
  right: 4%;
  top: 90%;
  bottom: 16px;
}



#toggleModal {
  z-index: 9999999999999999999999999999;
}
.wp {
  display: flex;
  gap: 8px;
  color: #fffaf3;
  background-color: rgb(255, 93, 12);
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  position: fixed;
  bottom: 16px;
  right: 46px;
  width: 172px;
  justify-content: center;
  /* position: relative; */
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.wp:hover {
  background-color: rgb(211 100 44);
}

.wp.active {
  position: fixed;
  bottom: 16px;
  right: 46px !important;
}

.img_svg_widget{
  max-width: 18px;
  filter: invert(1);
}

.content {
  display: flex;
  height: 167px;
  flex-direction: column;
  justify-content: space-between;
}

.block_wp_modal {
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: fixed;
  right: 4%;
  /* top: 50%; */
  bottom: 69px;
  background-color: rgb(255, 255, 255);
  /* max-width: 400px;
  min-height: 350px; */


  /* max-width: 390px; */


  max-width: 360px;

  /* min-height: 293px; */
  /* max-height: 297px; */
  /* min-height: 277px; */
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 10px 3px 45px -7px rgba(0, 0, 0, 0.75);
  transition: 0.5s;
  opacity: 0; 
  transform: translateY(100%); 
}

.block_wp_modal.fade-in {
  opacity: 1;
  transform: translateY(0%);
}

.block_wp_modal.fade-out {
  opacity: 0;
  transform: translateY(100%);
}

.block_wp_modal.active {
  opacity: 1;
  transform: translateY(0);
  bottom: 69px; 
}


.bg {
  display: flex;
  background-color: rgb(250, 250, 250);
  /* width: 100%; */
  /* height: 59px; */
  max-height: 59px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  padding: 20px;
  align-self: center;
  align-items: center;
  gap: 20px;
  position: relative;
  max-width: 100%;
}

.notice {
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #ff3434;
  border-radius: 50px;
  right: 0px;
  top: 0px;
}

.bg_content {
  padding: 12px 20px 20px 20px;
}

.avatar {
  /* background-color: black; */
  height: 56px;
  width: 56px;
  border-radius: 50px;
  position: relative;
}

.status {
  top: 45px;
  border: 1px solid #FFF;
  right: 6px;
  width: 10px;
  height: 10px;
  background-color: rgb(3, 209, 64);
  border-radius: 50px;
  position: absolute;
}

.avatar img{
  height: 56px;
  width: 56px;
  border-radius: 50px;
}


.name_info {
  display: flex;
  flex-direction: column;
  gap: 7px;
}


.name_info h2 {
  font-size: 19px;
}
.name_info p {
  font-size: 14px;
}

.close {
  position: absolute;
  right: 4%;
  top: 1%;
  /* bottom: 355px; */
  font-size: 25px;
  z-index: 9999999;
}



.close:hover {
  /* color: aquamarine; */
}

#closeModal {
  color: #999999;
}
.time {
  display: flex;
  justify-content: center;
}

.time span {
  font-size: 10px;
  color: #5a5a5a6e;
}


.widget-time-message {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.avatar_widget_svg {
  /* background-color: black; */
  height: 30px;
  width: 30px;
  border-radius: 50px;
}
.avatar_widget_svg img {
  height: 30px;
  width: 30px;
  border-radius: 50px;
}

.message {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.actual-message p {
  background-color: rgb(239, 239, 239);
  border-radius: 13px;
  padding: 7px 13px 5px 13px;
  color: #111;
  font-size: 15px;

}

.actual-message {
  max-width: 236px;
}


.typing-indicator {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 20px;
  gap: 5px;
  background-color: rgb(239, 239, 239);
  border-radius: 13px;
  padding: 5px 13px 5px 13px;

}

.typing-indicator span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: gray;
  border-radius: 50%;
  animation: typing 1.5s infinite;
}

.typing-indicator span:nth-child(2) {
  animation-delay: 0.3s;
}

.typing-indicator span:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes typing {
  0% {
      opacity: 0.2;
      transform: translateY(0px);
  }
  50% {
      opacity: 1;
      transform: translateY(-4px);
  }
  100% {
      opacity: 0.2;
      transform: translateY(0px);
  }
}



.wrp_wp {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.wp_svg_items {
  width: 28px;
  filter: contrast(18.5);
  height: 28px;
}


.wp_svg_items img{
  filter: grayscale(1);
}

.insta_svg_items {
  width: 28px;
  height: 28px;
}


.insta_svg_items img {
  filter: invert(1);
}

.whatsApp_widget,.instagramm_widget {
  /* padding: 12px 30px; */
  padding: 11px 18px;
  font-weight: 700;
  transition: 0.3s;

}


.whatsApp_widget {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: rgb(37, 211, 102);
  border-radius: 12px;
  color: #ffff;
}

.whatsApp_widget:hover {
  background-color: rgb(26, 143, 69);
}


.instagramm_widget {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: rgb(1, 149, 246);
  color: #ffff;
  border-radius: 12px;
}

.instagramm_widget:hover {
  background-color: rgb(0, 86, 143);

  
}

.description_span {
  color: #f26500;
}



@media (max-width:600px) {
  .block_wp_modal {
      max-width: 342px;
  }
  .whatsApp_widget, .instagramm_widget {
      padding: 10px 17px;
  }
}

@media (max-width: 500px) {
  .actual-message p {
      font-size: 14px;
  }
  .avatar img {
      height: 50px;
      width: 50px;
  }
  .status  {
      top: 40px;
      right: 10px;
      /* height: 85px; */
  }

  .bg {
      height: 85px;
  }
  .name_info h2 {
      font-size: 17px;
  }
  .bg {
      gap: 12px;
  }
  .name_info {
      gap: 6px;
  }
}
@media (max-width: 436px) {

  .block_wp_modal {
      max-width: 322px;
  }
  .whatsApp_widget, .instagramm_widget {
      padding: 10px 11px;
  }
  .wp_svg_items, .insta_svg_items {
      width: 20px;
      height: 20px;
  } 
  .content {
      height: 157px;
  }
}

@media (max-width: 395px) {
  .block_wp_modal {
      max-width: 354px;
  }
  .whatsApp_widget, .instagramm_widget {
      padding: 12px 21px;
  }
  .wp {
      font-size: 14px;
      width: 167px;
  }
}
@media (max-width: 380px) {
  .block_wp_modal {
      max-width: 340px;
  }
  .whatsApp_widget, .instagramm_widget {
      padding: 10px 18px;
  }
  .wp.active {
      right: 16px;
  }
  .wp {
      right: 65px;
  }

}

@media (max-width: 356px) {
  .block_wp_modal {
      max-width: 328px;
  }
  .whatsApp_widget, .instagramm_widget {
      padding: 10px 14px;
  }
  .bg_content {
      padding: 12px 17px 20px 17px;
  }

}


@media (max-width: 340px) {
  .block_wp_modal {
      max-width: 312px;
  }
  .whatsApp_widget, .instagramm_widget {
      padding: 10px 12px;
  }
}


@media (max-width: 336px) {
  .block_wp_modal {
      max-width: 297px;
  }
  .whatsApp_widget, .instagramm_widget {
      padding: 10px 11px;
      /* font-weight: 500; */
      transition: 0.3s;
  }
  .bg_content {
      padding: 12px 10px 17px 10px;
  }

  .wp.active {
      right: 65px;
  }
}

/*  */

@media (max-width: 1022px) {
  .heder-mennu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: none;
  }
  .header-link {
    display: none;
  }
  .head-contacts {
    display: none;
  }
  .header-socials {
    flex-direction: row;
  }
  .header-socials img {
    width: 40px;
    margin: 0 10px;
  }
  .main-swiper-title {
    font-size: 34px;
    margin-top: -10px;
  }
  .main-swiper-text {
    font-size: 26px;
  }
  .main-swiper-button-prev {
    left: 20px;
  }
  .main-swiper-button-next {
    right: 20px;
  }
  .advantage-wrap {
    flex-direction: column;
  }
  .advantage-item {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 80%;
    margin-bottom: 30px;
  }
  .advantage-item-img {
    width: 66px;
    height: 66px;
  }
  .advantage-item-img img {
    height: 40px;
  }
  .advantage-item-text {
    min-height: auto;
    width: calc(100% - 80px);
    font-size: 15px;
    text-align: start;
    margin-left: 20px;
  }
  .about-top {
    flex-direction: column;
  }
  .btn-consult {
    padding: 8px 10px;
    font-size: 18px;
  }
  .footer-col-last {
    display: none;
  } 
  .about-title {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
  }
  .about-subtitle {
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
  .about-experts-block {
    flex-direction: column;
  }
  .about-experts-block-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .about-experts-block-img {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .about-experts-block-img img {
    width: 100px;
  }
  .about-experts-block-text {
    text-align: start;
  }
  .courses-inner {
    margin-bottom: 20px;
  }
  .courses-image {
    margin-bottom: 20px;
  }
  .courses-arrow {
    margin-bottom: 0;
    margin-top: -20px;
  }
  .process-outer {
    background: #2e2b2b;
    margin-right: 0;
    margin-left: 0;
  }
  .process-title {
    font-size: 32px;
  }
  .process-inner {
    margin-bottom: 30px;
  }
  .consultation {
    padding-top: 0;
  }
  .footer-socials {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer-socials img {
    width: 30px;
  }
  .footer-bottom {
    margin-bottom: 50px;
  }
  .footer-mobile.d-md-none {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    height: 50px;
    background: #fff;
  }
  .footer-mobile-item {
    width: 33.3333333%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #0000001f;
    border-right: 1px solid #0000001f;
  }
  #mainModal .modal-dialog {
    height: auto;
  }
  .mainModal-left {
    padding: 40px 20px;
  }
  #mainModal .btn-close {
    top: 20px;
    right: 20px;
  }
  .mainModal-left-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .modal-form input {
    margin-bottom: 15px;
    height: 40px;
  }
  .mainModal-right {
    padding: 40px 20px 40px 20px;
  }
  .menu-collapse-item {
    display: flex;
    flex-direction: column;
  }
  .menu {
    left: -100%;
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .country-title {
    font-size: 24px;
    padding-top: 100px;
  }
  .country-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .country-main-inner {
    padding: 20px;
  }
  .country-main-row {
    flex-direction: column;
  }
  .country-image {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .country-main-links {
    flex-direction: column;
  }
  .country-main-links a {
    width: 100%;
    margin: 0 0 20px;
    height: 120px;
    border: 1px solid #fff;
  }
  .country-main-links a span {
    background: #767574a3;
  }
  .country-bottom-item {
    flex-direction: column;
  }
  .program-title {
    font-size: 42px;
  }
  .program-inner {
    padding: 10px 20px;
    height: auto;
    margin-bottom: 20px;
  }
  .cources-block-left {
    padding-right: 0;
    text-align: center;
  }
  .cources-block-left img {
    margin-bottom: 20px;
  }
  .cources-block-link {
    justify-content: center;
  }
  .not-found {
    padding-top: 100px;
  }
  .not-found-logo-1 {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .not-found-top-inner-left {
    text-align: center;
  }
  .not-found-logo-2 {
    width: auto;
    max-width: 90%;
  }
  .not-found-top-inner-left-text {
    font-size: 26px;
    text-align: center;
    max-width: 90%;
    margin: 10px auto 0;
  }
  .not-found-title {
    font-size: 42px;
  }
  .not-found-text {
    font-size: 26px;
  }
  .not-found-link a {
    font-size: 24px;
    padding: 10px 35px;
  }
  .country-middle-row {
    flex-direction: column;
  }
  .country-middle-inner {
    width: 100%;
  }
  .country-middle-row img {
    transform: rotate(180deg);
    margin: 15px 0;
  }
  .country-middle-image-row {
    flex-direction: column;
  }
  .country-middle-image-block {
    width: 100%;
  }
  .country-middle-image-text-1 {
    opacity: 0;
  }
  .country-middle-image-text-2 {
    font-size: 12px !important;
    opacity: 1;
    padding: 0 20px;
  }
  .country-middle-image {
    height: 100%;
    object-fit: cover;
  }
  .country-middle-image-block-inner {
    height: 250px;
  }
  .country-middle-text-row {
    flex-direction: column;
  }
  .country-middle-text-block {
    margin: 0 20px 20px;
    padding: 20px;
  }
  .aupair-advantages {
    align-items: start;
  }
  .aupair-advantages img {
    margin-top: 15px;
  }
  .country-main-row.aupair-main-row {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .aupair-image {
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .visa-image {
    width: 30%;
  }
  .visa-title {
    font-size: 20px;
  }
  .contacts-head-right {
    display: none;
  }
  .contacts-head-left {
    flex-direction: column;
    align-items: center;
  }
  .country-main.contacts .country-main-wrap {
    padding-top: 100px;
  }
  .contacts-content-inner {
    padding: 20px;
  }
  .about-main-title {
    font-size: 60px;
    padding-top: 100px;
  }
  .about-inner {
    padding: 20px;
  }
  .about-row {
    flex-direction: column;
    text-align: center;
  }
  .countries-image {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  .adults-inner {
    height: auto;
    margin-bottom: 30px;
  }
  .adults-catalog-row {
    margin: 30px 0 30px 30px;
    width: calc(100% - 30px);
    padding: 10px 40px;
  }
  .adults-catalog-image-2 {
    width: 60px;
    position: absolute;
    left: -30px;
  }
  .adults-catalog-link {
    font-size: 14px;
  }
  .adults-catalog-image-1 {
    width: 40px;
    margin-left: 30px;
  }
  .adults-catalog-text {
    font-size: 16px;
  }
  .pathway-countries-inner {
    height: 140px;
    margin-bottom: 20px;
  }
  .pathway-main-links {
    margin-top: 40px; 
  }
  .pathway-main-links a {
    height: 140px;
    margin: 0;
  }
  .pathway-red {
    background: #c71212;
    font-size: 18px;
    padding: 10px;
  }
  .kids-block {
    display: none;
  }
  .widget__preview-block {
    right: 0px !important;
    bottom: 50px !important;
  }
}





.scrolled-90 {
  right: -125px;
}

.scrolled-90:hover {
  right: -120px;
}













