/**
Theme Name: easygrading
*/

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Archivo", sans-serif;
}
  
html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: sans-serif;
    font-size: clamp(var(--min-size), var(--base-size), var(--max-size));
}

html{
  overflow: hidden;
}

:root {
  --base-size: 1vw;
  --max-size: 16px;
  --min-size: 12px;
}

/* Header */

.slider {
    width: 100%;
    height: 704px;
    top: -110px;
    position: relative;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
}

.slider img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}

.swiper .swiper-pagination-bullet {
  background: white !important;
}

.swiper .swiper-pagination-bullet-active {
  background: white !important;
}

/* Для второго слайдера */
.second-swiper-container .swiper-pagination-bullet {
  background: white !important;
}

.second-swiper-container .swiper-pagination-bullet-active {
  background: white !important;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #ffffff;
    opacity: 1;
    margin: 0 10px !important;
    top: 12px;
    position: relative;
    top: -134px;
}

.swiper-pagination-active {
    background: #ffffff; 
    transform: scale(2);
  }

.swiper-pagination{
  z-index: 3;
  position: absolute;
  top: 550px;
  display: flex;
  left: 0;
  right: 0;
  justify-content: center;
  list-style: none;
  gap: 10px;
}

.swiper-pagination button{
  background-color: #eddfd477;
  color: #00000000;
  border: none;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  margin: 5px;
  outline: none;
  cursor: pointer;
}

.swiper-pagination button:hover{
  background-color: #fff;
}

.swiper-pagination li[class="slick-active"] button{
  background-color: #fff;
}

.header {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: clamp(10px, 2vw, 31px) clamp(0.5rem, 2vw, 2rem);
    background-color: transparent;
    gap: 1rem;
    z-index: 4;
    position: relative;
  }

  .header-mini{
    width: 100%;
    position: fixed;
    max-width: 100%;
    height: 50px;
    z-index: 44;
  }

  .swiper{
    z-index: 44;
  }

  .header-mini_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: clamp(10px, 2vw, 31px) clamp(0.5rem, 2vw, 2rem);
    background-color: #2090D9;
    border-radius: 0 0 30px 30px;
    gap: 1rem;
    z-index: 44;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: 0.3s;
  }

  .header-mini_content[data-background="false"]{
    background-color: #00000000;
    transition: 0.3s;
  }

  .header-mini_content[data-background="true"]{
    background-color: #2090D9;
    transition: 0.3s;
  }
  
  .logo {
    font-size: 1.5rem;
    font-weight: bold;
    white-space: nowrap;
  }

  .logo-img {
    width: clamp(55px, 10vw, 150px);
  }
  
  .nav {
    display: flex;
    gap: 1.5rem;
    white-space: nowrap;
    flex-wrap: nowrap;
    flex-shrink: 1;
  }

  .nav a{
    text-decoration: none;
  }
  
  .nav p {
    font-size: 1.3rem;
    cursor: pointer;
    color: white;
  }
  
  .buttons {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
  }

  .form-header {
    display: flex;
    gap: 17px;
  }

  .block_lenguage{
    width: auto;
    height: auto;
    max-height: 20px;
    position: relative;
    margin: auto 0;
  }

  .menu-lenguage{
    display: none;
    width: 100%;
    height: auto;
    min-height: 20px;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    left: -1px;
    top: 15px;
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    transition: 0.3s;
    opacity: 0;
  }

  .btn-lenguage{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    cursor: pointer;
  }

  .btn_open_menu-lenguage {
    background-color: transparent;
    border: none;
    color: white;
    cursor: pointer;
  }
  
  .btn-login {
    background-color: transparent;
    width: clamp(56px, 10vw, 100px);
    height: clamp(28px, 4vw, 46px);
    border-radius: 16px;
    border: 1px solid white;
    color: white;
    font-size: clamp(11px, 1.2vw, 16px);
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 5px;
  }

  .door-img {
    width: 16px;
    height: 18px;
  }

  button:hover {
    background: #005fd1;
  }

  .men-div {
    position: absolute;
    width: 180px;
    height: 240px;
    z-index: 3;
    top: 540px;
    right: 52px;
}

  .men-img {
    width: 100%;
    height: 100%;
  }

  .dialog {
    position: relative;
    background-color: rgba(122, 200, 250, 1);
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    top: -210px;
    right: 136px;
}

  .dialog p {
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 12px 16px;
  }

  .dialog-second {
    width: 220px;
    position: relative;
    background-color: rgba(122, 200, 250, 1);
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    top: -200px;
    right: 180px;
}

  .dialog-second p {
    color: white;
    text-align: right;
    padding: 12px 16px;
    font-size: 16px;
  }

  .slider-text-div {
    position: absolute;
    width: 710px;
    border: none;
    background-color: transparent;
    top: 300px;
    left: 35px;
    z-index: 5;
  }

  .form-div-header {
    width: 100%;
}

  .slider-text-div p {
    font-size: clamp(24px, 4vw, 45px);
    font-weight: bold;
    color: white;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

.slider-text-div-btn {
  background-color: transparent;
  border: none;
  padding: 1.2em 1.8em;
  height: auto;
  border-radius: 2.25em;
  border: 1px solid white;
  color: white;
  margin-top: 0.8em;
  font-size: clamp(14px, 1.5vw, 18px);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
  /* Header */














  /* Main */
  .main-countainer {
    width: 100%;
    height: auto;
    background-color: white;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  
  .main-header-text-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
  }

  .main-header-text-first {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .main-header-text-first p {
    color: rgba(32, 144, 217, 1);
    font-weight: bold;
    text-align: left;
    margin: 0 auto;
    font-size: clamp(30px, 6vw, 88px) !important;
  }

  .main-header-text-second {
    display: flex;
    justify-content: center;
    width: 105%;
  }

  .main-header-text-second p {
    color: black;
    font-weight: bold;
    font-size: clamp(30px, 6vw, 88px) !important;
    text-align: left;
  }

  .main-div-list {
    padding: 0px 50px;
  }

  .main-div {
    width: 100%;
    height: auto;
    min-height: 150px;
    border-bottom: 1px solid rgba(230, 233, 237);
    display: flex;
    align-items: center;
    padding: clamp(10px, 2vw, 20px) 0;
    margin-top: 3vw;
    opacity: 0;
    transform: translateY(100px); /* Уменьшил начальное смещение для более плавного эффекта */
    transition: transform 3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.8s ease-out;
  }

  .main-div.visible {
    opacity: 1;
    transform: translateY(0);
  }


  .main-img {
    display: flex;
    flex: 1;
    max-width: 36px;
    height: auto;
  }

  .main-text-title p {
    color: rgba(67, 74, 83, 1);
    font-size: clamp(12px, 1.2vw, 16px);
    margin: 0;
  }

  .main-div-text{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 0.5;
  }

  .main-text p {
    color: black;
    font-size: clamp(17px, 1.5vw, 30px);
    width: 100%;
    max-width: 500px;
    font-weight: bold;
    margin-top: 1vw;
    margin-bottom: 0;
    line-height: 1.2;
  }

  .main-div-num{
    margin-left: auto;
  }

  .main-div-num p {
    color: black;
    font-size: clamp(14px, 1.5vw, 18px);
  }
  /* Main */













/* Article */
  .article-container {
    width: 100%;
    height: auto;
    background-color: rgba(60, 158, 221, 1);
    padding: clamp(50px, 10vh, 165px) 0;
    padding-top: 0px;
  }

  .article-h1-div {
    display: flex;
    justify-content: center;
    
  }

  .article-h1-div_title{
    position: relative;
  }

  .article-h1-div_svg{
    width: 277px;
    height: 193px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='277' height='193' viewBox='0 0 277 193' fill='none'%3E%3Cg opacity='0.12'%3E%3Cpath d='M143.766 125.87C143.766 99.6467 150.061 75.5217 162.65 53.4946C174.889 31.4674 192.024 13.6359 214.055 0L241.331 22.0272C237.135 26.2228 232.239 31.9919 226.644 39.3342C220.699 46.6766 217.202 53.4946 216.153 59.788C224.896 60.4873 232.938 62.76 240.282 66.606C247.626 70.452 254.095 75.1721 259.69 80.7663C264.936 86.7101 269.132 93.5281 272.279 101.22C275.426 108.912 277 117.129 277 125.87C277 134.96 275.252 143.526 271.755 151.568C268.258 159.959 263.537 167.127 257.592 173.071C251.647 179.364 244.653 184.259 236.61 187.755C228.567 191.252 220 193 210.908 193C201.816 193 193.248 191.252 185.205 187.755C176.813 184.259 169.644 179.364 163.699 173.071C157.404 167.127 152.509 159.959 149.012 151.568C145.515 143.526 143.766 134.96 143.766 125.87Z' fill='white'/%3E%3Cpath d='M0 125.87C0 99.6467 6.29449 75.5217 18.8835 53.4946C31.1228 31.4674 48.2578 13.6359 70.2886 0L97.5648 22.0272C93.3684 26.2228 88.4727 31.9919 82.8776 39.3342C76.9328 46.6766 73.4358 53.4946 72.3867 59.788C81.1291 60.4873 89.1721 62.76 96.5157 66.606C103.859 70.452 110.329 75.1721 115.924 80.7663C121.169 86.7101 125.365 93.5281 128.513 101.22C131.66 108.912 133.234 117.129 133.234 125.87C133.234 134.96 131.485 143.526 127.988 151.568C124.491 159.959 119.77 167.127 113.826 173.071C107.881 179.364 100.887 184.259 92.8439 187.755C84.8009 191.252 76.2334 193 67.1413 193C58.0493 193 49.4818 191.252 41.4388 187.755C33.0461 184.259 25.8774 179.364 19.9326 173.071C13.6381 167.127 8.74237 159.959 5.24542 151.568C1.74847 143.526 0 134.96 0 125.87Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 193px;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    top: 90px;
    left: -110px;
  }

  .article-h1-div p {
    font-size: clamp(30px, 5vw, 60px) !important;
    color: white;
    font-weight: bold;
    max-width: 418px;
    margin-top: 165px;
  }

  .article-text-div {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px 20px;
  }

  .article-text-div p {
    margin-top: 80px;
    text-align: left;
    width: clamp(300px, 80vw, 400px);
    font-size: clamp(14px, 2vw, 20px) !important;
    line-height: 100%;
    color: white;
  }

  .article-cricle-div {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .article-img-div {
    display: flex;
    align-items: center;
    gap: 30px;
    color: white;
  }

/* Article */













/* Section */
  .section-container {
    background-color: rgba(245, 247, 250, 1);
    width: 100%;
    height: 1008px;
    padding: 0px 20px;
  }

  .section-h1-div {
    display: flex;
    justify-content: center;
  }

  .section-h1-div p {
    font-size: 32px;
    text-align: center;
    color: black;
    font-weight: bold;
    max-width: 402px;
    margin-top: 87px;
    text-align: left;
  }

  .section-p-div {
    display: flex;
    justify-content: center;
  }

  .section-p-div p {
    font-size: 20px;
    text-align: center;
    color: rgba(67, 74, 83, 1);
    font-weight: bold;
    max-width: 411px;
    margin-top: 8px;
    text-align: left;
  }

  .section-second-p-div {
    display: flex;
    justify-content: center;
  }

  .second-swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 64px;
  }

  .second-swiper-wrapper {
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }

  .section-second-p-div p {
    font-size: 16px;
    text-align: center;
    color: rgba(67, 74, 83, 1);
    font-weight: bold;
    max-width: 411px;
    margin-top: 16px;
    text-align: left;
  }

  .second-section-block {
    width: clamp(300px, 80vw, 619px);
    height: 480px;
    min-height: 300px;
    background-color: white;
    border-radius: 24px;
    padding: clamp(15px, 3vw, 32px);
    position: relative;
    overflow: hidden;
  }

  .secton-p-div-head p {
    font-size: clamp(10px, 2vw, 20px) !important;
  }

  .secton-p-div {
    margin-top: 334px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
  }

  .secton-p-div p {
    font-size: clamp(12px, 3vw, 30px) !important;
    color: #fff;
  }

  .second-slide {
    flex-shrink: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn-section-next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(32, 144, 217, 1);
    border: none;
  }

  .btn-section-prev{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(32, 144, 217, 1);
    border: none;
    transform: rotate(180deg);
  }

  .arrow-img {
    width: 24px;
    height: 24px;
  }

  .section-img-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 0.3s;
  }
  
  .section-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* чтобы изображение покрывало блок */
    border-radius: 10px;
  }

  .second-slide .second-section-block .section-img-wrapper{
    opacity: 0;
    transition: 0.3s;
  }

  .swiper-slide-active .second-section-block .section-img-wrapper{
    opacity: 1;
    transition: 0.3s;
  }

  .second-slide .second-section-block .secton-p-div{
    opacity: 0;
    transition: 0.3s;
  }

  .swiper-slide-active .second-section-block .secton-p-div{
    opacity: 1;
    transition: 0.3s;
  }
/* Section */







  /* Mark */
  .mark-countainer {
    width: 100%;
    height: 700px;
  }

  .mark-head {
    display: flex;
    justify-content: center;
    margin-bottom: 93px;
  }

  .mark-head p {
    font-size: clamp(24px, 4vw, 36px) !important;
    color: black;
    font-weight: bold;
    text-align: left;
    margin-top: 130px;
    width: clamp(300px, 80vw, 423px);
  }

  .mark-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 30px;
  }

  .mark-block {
    display: flex;
    gap: 16px;
    align-items: center;
    opacity: 0;
    transform: translateY(100px) rotate(90deg);
    transform-origin: left center;
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  }

  .mark-block.visible {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }

  .mark-block:nth-child(1) {
    animation-delay: 1s;
  }
  .mark-block:nth-child(2) {
    animation-delay: 4s;
  }
  .mark-block:nth-child(3) {
    animation-delay: 5s;
  }
  
  @keyframes riseUp {
    to {
      opacity: 1;
      transform: translateY(0) rotate(0deg);
    }
  }

  .mark-block.animate {
  opacity: 1;
  transform: translateY(0) rotate(0);
}


  .cricle-block-mark {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 138, 201, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mark-block-text-title p {
    font-size: clamp(16px, 2vw, 24px) !important;
    color: rgba(38, 38, 37, 1);
    font-weight: bold;
  }

  .mark-block-text p {
    text-align: left;
    font-size: 16px;
    max-width: 380px;
  }

  .cricle-block-mark p {
    color: white;
    font-size: 18px;
  }
  /* Mark */





/* Detalic */
/* Основные стили */
.detalic-container {
  width: 100%;
  min-height: 100vh;
  background-color: rgba(245, 247, 250, 1);
  padding: 5% 2%;
}

.detalic-head {
  width: 90%;
  max-width: 1184px;
  height: auto;
  margin: 0 auto;
  padding: 1% 0;
}

.detalic-head p {
  font-size: clamp(24px, 4vw, 43px);
  color: black;
  font-weight: bold;
  width: clamp(300px, 90vw, 975px);
}

.line-tabs {
  position: relative;
  margin: 3% 0;
}

.track-div {
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 1190px;
  margin: 0 auto;
}

.line-tabs__track {
  position: relative;
  width: 100%;
  height: 2px;
  background: #ddd;
  z-index: 1;
  border: 1px solid rgba(204, 209, 217, 1);
  top: 0px;
}

.line-tabs__container {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  gap: 0.5vw;
  width: 100%;
  flex-wrap: wrap;
}

.line-tabs__item {
  padding: clamp(5px, 1vw, 8px) clamp(6px, 1.5vw, 12px);
  cursor: pointer;
  color: #777;
  font-size: clamp(6px, 1.1vw, 18px);
  white-space: nowrap;
  min-width: 0;
  transition: all 0.3s;
  text-align: left;
  position: relative;
}

.line-tabs__item img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.line-tabs__item.active {
  color: rgba(0, 138, 201, 1);
  font-weight: bold;
}

.line-tabs__item::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 138, 201, 1);
  transform: scaleX(0);
  transition: transform 0.3s;
}

.line-tabs__item.active::after {
  transform: scaleX(1);
}

/* Стили для блока с изображением */
.picture-place-block {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 3%;
}

.place-img-div {
  width: 90%;
  max-width: 972px;
  height: auto;
  aspect-ratio: 972/640;
  position: relative;
}

.place-img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.place-img.active {
  display: block;
}

.place-description {
  position: absolute;
  width: 25%;
  max-width: 273px;
  min-width: 200px;
  height: auto;
  aspect-ratio: 273/223;
  background-color: rgba(0, 138, 201, 1);
  padding: 2%;
  border-radius: 16px;
  left: -2%;
  transform: translateY(-140%);
}

.place-description p {
  text-align: left;
  font-size: clamp(12px, 1.5vw, 16px);
  color: white;
}

.place-desc-footer {
  text-align: left;
  font-size: clamp(12px, 1.5vw, 16px);
  color: white;
  margin-top: 50%;
  display: flex;
  gap: 1vw;
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
  .place-description {
      position: relative;
      top: auto;
  }

  
  .line-tabs__container {
      gap: 1vw;
      justify-content: flex-start;
      overflow-x: auto;
      padding-bottom: 1%;
      -webkit-overflow-scrolling: touch;
  }

  .line-tabs__item {
      font-size: clamp(10px, 3vw, 16px);
      padding: 8px 12px;
  }
}

/* Дополнительная адаптация для очень маленьких экранов */
@media (max-width: 480px) {
  .detalic-container {
      padding: 8% 3%;
  }

  .place-description {
      padding: 4%;
      top: 30px;
      min-width: 131px;
  }

  .place-description p {
    font-size: 8px;
  }

  .place-desc-footer {
      gap: 5px;
      margin-top: 50%;
  }
}
/* Detalic */


/* Footer */
.footer-container {
  width: 100%;
  min-height: 900px; /* Изменил на min-height */
  background-color: rgba(30, 30, 30, 1);
  box-sizing: border-box;
}

.footer-text-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  max-width: 500px; /* Ограничил максимальную ширину */
}

.footer-text-first p {
  font-size: clamp(28px, 4vw, 48px); /* Адаптивный размер с ограничениями */
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
}

.footer-text-second p,
.footer-text-thrid p {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255, 255, 255, 1);
  margin-bottom: 24px;
}

.footer-num-first a,
.footer-num-second a {
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255, 255, 255, 1);
  margin-bottom: 5px;
  text-decoration: none;
}

.footer-felx {
  display: flex;
  justify-content: center;
  gap: min(8vw, 119px); /* Адаптивный gap с максимумом 119px */
  padding: clamp(80px, 12vw, 164px) 30px; /* Адаптивные отступы */
  box-sizing: border-box;
}

.fooetr-input-div, 
.footer-form-div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: min(100%, 560px); /* Адаптивная ширина */
}

.footer-first-input,
.footer-textarea, #form_footer-name, #form_footer-email, #form_footer-text {
  width: min(100%, 560px);
  height: 56px;
  border-radius: 12px;
  background-color: rgba(36, 36, 37, 1);
  border: none;
  outline: none;
  padding: 10px;
  color: white;
  font-size: clamp(16px, 2vw, 20px);
  box-sizing: border-box;
}

#form_footer-name, #form_footer-email, #form_footer-text{
  margin-bottom: 8px;
}

.footer-textarea {
  height: 160px;
}

.checkbox-div {
  width: min(100%, 585px);
}

.footer-a-checkbox, #form_footer-checkbox span span {
  text-decoration: none;
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255, 255, 255, 1);
  margin-left: 10px;
}

.g-recaptcha{
  margin-top: 10px;
  margin-left: 10px;
}

.footer-btn, #form_footer-btn {
  background-color: rgba(0, 138, 201, 1);
  border-radius: 512px;
  width: min(100%, 572px);
  border: none;
  color: white;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 1.5vw, 19px);
  margin-top: 24px;
  cursor: pointer;
}

.form_footer-block_btn{
  position: relative;
}

.form_footer-img_btn{
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16' fill='none'%3E%3Cpath d='M18.625 7.94922C18.625 8.19336 18.5273 8.41797 18.332 8.60352L11.8379 15.0781C11.6426 15.2637 11.4375 15.3516 11.2031 15.3516C10.7246 15.3516 10.3535 15 10.3535 14.5117C10.3535 14.2773 10.4316 14.043 10.5879 13.8965L12.7754 11.6699L16.0664 8.67188L13.7031 8.81836H1.34961C0.841797 8.81836 0.490234 8.45703 0.490234 7.94922C0.490234 7.44141 0.841797 7.08008 1.34961 7.08008H13.7031L16.0566 7.22656L12.7754 4.22852L10.5879 2.00195C10.4316 1.8457 10.3535 1.62109 10.3535 1.38672C10.3535 0.898438 10.7246 0.546875 11.2031 0.546875C11.4375 0.546875 11.6426 0.625 11.8574 0.839844L18.332 7.29492C18.5273 7.48047 18.625 7.70508 18.625 7.94922Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 17px;
  position: absolute;
  right: 35%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.footer-arrow-img {
  width: clamp(15px, 1.5vw, 19px);
  height: clamp(15px, 1.5vw, 19px);
  margin-left: 10px;
}

.footer-cooke-img {
  width: 20px;
  height: 20px;
}

.footer-div {
  width: 100%;
  height: 100px;
  border-top: 1px solid rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap; /* Запрет переноса */
}

.footer-div-first p,
.footer-div-second,
.footer-div-thrid {
  font-size: clamp(12px, 1.2vw, 15px);
  color: white;
  white-space: nowrap; /* Запрет переноса текста */
}

.footer-div-second {
  display: flex;
  gap: 20px;
}

.footer-div-thrid {
  display: flex;
  align-items: center;
  gap: 9px;
}

@media(max-width:1000px){
  .footer-div{
    flex-direction: column;
  }

  .fooetr-input-div, .footer-form-div {
      display: flex;
      flex-direction: column;
      gap: 8px;
      max-width: min(55%, 560px);
      overflow: hidden;
  }
}

/* Только вертикальная адаптация для очень маленьких экранов */
@media (max-width: 768px) {
  .footer-felx {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .footer-container {
    min-height: auto;
    padding-bottom: 100px;
  }
}
/* Footer */




/* Header адаптив */
  @media (max-width: 1024px) {
    .header {
      padding: 20px 1.5rem;
      gap: 0.5rem;
    }
  
    .logo-img {
      width: 133px;
      height: auto;
    }
  
    .nav {
      gap: 1rem;
    }
  
    .nav p {
      font-size: 0.9rem;
    }
  
    .btn-login {
      width: 80px;
      height: 38px;
      font-size: 14px;
      gap: 4px;
    }
  
    .btn_open_menu-lenguage {
      font-size: 14px;
    }
  
    .door-img {
      width: 14px;
      height: 16px;
    }
  }

  @media (max-width: 935px) {
      .men-div {
        position: absolute;
        width: 180px;
        height: 170px;
        z-index: 44;
        top: 560px;
        right: -10px;
    }

    .dialog-second p {
      color: white;
      text-align: right;
      padding: 5px 7px;
      font-size: 16px;
  }

  .dialog-second {
    width: 202px;
    position: relative;
    background-color: rgba(122, 200, 250, 1);
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    top: -150px;
    right: 150px;
  }

  .dialog {
    position: relative;
    background-color: rgba(122, 200, 250, 1);
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    top: -163px;
    right: 130px;
}

  }
  
  @media (max-width: 768px) {
    .header {
      padding: 15px 1rem;
    }
  
    .logo-img {
      width: 80px;
    }
  
    .nav {
      gap: 0.6rem;
    }
  
    .nav p {
      font-size: 0.8rem;
    }
  
    .btn-login {
      width: 70px;
      height: 34px;
      font-size: 13px;
    }
  
    .btn_open_menu-lenguage {
      font-size: 13px;
    }
  
    .door-img {
      width: 12px;
      height: 14px;
    }
  }

  @media (max-width: 750px) {
    .men-div {
      position: absolute;
      width: 180px;
      height: 110px;
      z-index: 44;
      top: 577px;
      right: -35px;
  }

  .dialog-second {
    width: 164px;
    position: relative;
    background-color: rgba(122, 200, 250, 1);
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    top: -105px;
    right: 97px;
  }

  .dialog-second p {
    color: white;
    text-align: right;
    padding: 5px 7px;
    font-size: 10px;
  }

  .dialog p {
    font-size: 10px;
    color: white;
    text-align: center;
    padding: 10px 0px;
  }

  .dialog {
    position: relative;
    background-color: rgba(122, 200, 250, 1);
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    top: -110px;
    right: 55px;
    width: 120px;
  }

  .slider-text-div p {
    font-size: clamp(20px, 5vw, 32px);
    width: 513px;
  }

}

  @media (max-width: 582px) {
    .men-div {
      position: absolute;
      width: 180px;
      height: 87px;
      z-index: 44;
      top: 601px;
      right: -50px;
  }

    .dialog-second {
      width: 123px;
      position: relative;
      background-color: rgba(122, 200, 250, 1);
      border-top-right-radius: 16px;
      border-top-left-radius: 16px;
      border-bottom-left-radius: 16px;
      top: -87px;
      right: 52px;
    }

    .dialog p {
      font-size: 7px;
      color: white;
      text-align: center;
      padding: 10px 0px;
    }

    .dialog {
      position: relative;
      background-color: rgba(122, 200, 250, 1);
      border-top-right-radius: 16px;
      border-top-left-radius: 16px;
      border-bottom-left-radius: 16px;
      top: -90px;
      right: 10px;
      width: 80px;
    }

    .dialog-second p {
      color: white;
      text-align: right;
      padding: 5px 7px;
      font-size: 7px;
  }

  .slider-text-div p {
    font-size: clamp(20px, 5vw, 32px);
    width: 374px;
    font-size: 22px;
  }

  }

  @media (max-width: 500px) {
    .header {
      padding: 10px 0.5rem;
      gap: 0.3rem;
    }
  
    .logo-img {
      width: 55px;
      height: auto;
    }
  
    .nav {
      gap: 0.3rem;
    }
  
    .nav p {
      font-size: 0.65rem;
    }
  
    .btn-login {
      width: 56px;
      height: 28px;
      font-size: 11px;
      gap: 3px;
    }
  
    .btn_open_menu-lenguage {
      font-size: 11px;
    }
  
    .door-img {
      width: 9px;
      height: 10px;
    }
  }

  @media (max-width: 436px) {
    .men-div {
      position: absolute;
      width: 180px;
      height: 75px;
      z-index: 44;
      top: 601px;
      right: -50px;
    }

    .dialog-second {
      width: 123px;
      position: relative;
      background-color: rgba(122, 200, 250, 1);
      border-top-right-radius: 16px;
      border-top-left-radius: 16px;
      border-bottom-left-radius: 16px;
      top: -78px;
      right: 49px;
    }

    .dialog {
      position: relative;
      background-color: rgba(122, 200, 250, 1);
      border-top-right-radius: 16px;
      border-top-left-radius: 16px;
      border-bottom-left-radius: 16px;
      top: -80px;
      right: 7px;
      width: 80px;
  }

    .dialog p {
      font-size: 7px;
      color: white;
      text-align: center;
      padding: 7px 0px;
    }

    .slider-text-div p {
      font-size: clamp(20px, 5vw, 32px);
      width: 277px;
      font-size: 20px;
      margin-bottom: 25px;
    }
  }
  
  @media (max-width: 480px) {
    .logo-img {
      width: 65px;
    }
  
    .nav {
      gap: 0.4rem;
    }
  
    .nav p {
      font-size: 0.7rem;
    }
  
    .btn-login {
      width: 60px;
      height: 30px;
      font-size: 12px;
    }
  
    .btn_open_menu-lenguage {
      font-size: 12px;
    }
  
    .door-img {
      width: 10px;
      height: 12px;
    }
  }
/* Header адаптив */

/* 
  Остальные страницы - далее в вёрстке комментариев не будет. Разработчик @fraim2006 
  The rest of the pages - will not have any comments in the layout. Developer @fraim2006 
*/
.main-countainer{

}

.title-text_block{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.title-text{
  max-width: 568px;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
}

.btn_main_checkbox_content{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.btn_main_checkbox{
  display: flex;
  gap: 5px;
}

.btn_main_checkbox-title{
  text-decoration: none;
  cursor: pointer;
  color: #2090D9;
  font-size: 16px;
  font-weight: 600;
  margin: auto 0;
}

.checkbox-main{
  width: 39px;
  height: 24px;
  border-radius: 16px;
  background-color: #434a53;
  display: flex;
  padding: 2.8px;
  cursor: pointer;
  transition: 0.2s;
}

.checkbox-main_ball{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-left: 0;
  transition: 0.2s;
}

.checkbox-main[data-status="true"]{
  background-color: #2090D9;
}

.checkbox-main[data-status="true"] .checkbox-main_ball{
  margin-left: 15px;
  transition: 0.2s;
}

.btn_main_checkbox-desc{
  color: #434A53;
  font-size: 16px;
  font-weight: 600;
  margin: auto 0;
}

.body-gray{
  background-color: #F5F7FA;
}

.services_block_content{
  margin: 30px 0;
  width: 100%;
  height: auto;
  padding: 0 32px;
  display:flex;
  align-items: flex-start;
  gap: 20px;
}

.services_block_content-block_services{
  display: flex;
  flex: 1;
  min-height: 772px;
  height: auto;
  position: relative;
}

.services_block_content-block_services-info{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display:flex;
  flex-direction: column;
  gap: 32px;
  z-index: 1;
}

.services_block_content-block_services-info-header{
  width: 288px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 50px;
}

.services_block_content-block_services-info-header-title{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.services_block_content-block_services-info-header-title_h{
  font-size: 16px;
  font-weight: 900;
  color: #262625;
}

.services_block_content-block_services-info-header-title_text{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #434A53;
}

.services_block_content-block_services-info-header-price{
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
}

.services_block_content-block_services-info-list_characteristic{
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 223px;
}

.services_block_content-block_services-info-list_characteristic-item{
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #434A53;
}

.services_block_content-block_services-info-list_characteristic-item.highlight{
  background-color: #E5F3F9;
}

.btn_services-info-list_characteristic{
  width: 100%;
  height: 60px;
  padding: 24px 32px;
  border-radius: 512px;
  background-color: #2090D9;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  gap: 6px;
  margin-top: 7px;
}

.btn_services-info-list_characteristic::before{
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13' fill='none'%3E%3Cpath d='M15.2578 6.85156C15.2578 7.08594 15.1562 7.3125 14.9766 7.48438L9.82031 12.6328C9.63281 12.8125 9.42969 12.8984 9.21094 12.8984C8.72656 12.8984 8.375 12.5469 8.375 12.0781C8.375 11.8359 8.46875 11.625 8.625 11.4766L10.375 9.70312L12.6797 7.59375L10.8594 7.70312H1.35938C0.84375 7.70312 0.492188 7.35156 0.492188 6.85156C0.492188 6.34375 0.84375 6 1.35938 6H10.8594L12.6719 6.10938L10.375 4L8.625 2.22656C8.46875 2.07031 8.375 1.85938 8.375 1.61719C8.375 1.14844 8.72656 0.804688 9.21094 0.804688C9.42969 0.804688 9.64062 0.882812 9.83594 1.07812L14.9766 6.21875C15.1562 6.38281 15.2578 6.61719 15.2578 6.85156Z' fill='white'/%3E%3C/svg%3E");
}

.services_block_content-block_services-item{
  width: 100%;
  height: auto;
  display: flex;
  gap: 32px;
  position: relative;
  z-index: 2;
}

.block_services-item_services-item_services-info{
  display: flex;
  flex: 1;
  height: auto;
  flex-direction: column;
  gap: 30px;
  border-radius: 24px;
  padding: 18px;
}

.block_services-item_services{
  display: flex;
  flex: 1;
  height: auto;
  flex-direction: column;
  gap: 30px;
  border-radius: 24px;
  padding: 18px;
  transition: 0.3s;
  position: relative;
}

.block_services-item_services[data-status="true"]{
  background-color: #fff;
  transition: 0.3s;
}

.block_services-item_services-header{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 20px;
}

.block_services-item_services-header-title{
  font-size: 16px;
  font-weight: 900;
  color: #262625;
  text-align: center;
}

.block_services-item_services-header-text{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #434A53;
  text-align: center;
}

.block_services-item_services-price{
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: 20px;
  align-items: end;
}

.block_services-item_services-price div{
  font-weight: 900;
  color: #262625;
  border: 1px;
}

.block_services-item_services-price span{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  color: #434A53;
}

.block_services-item_services-characteristic{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 62px;
}

.block_services-item_status_characteristic{
  display: flex;
  margin: 0 auto;
  width: 18px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position-x: center;
  background-position-y: center;
}

.block_services-item_status_characteristic.opacity-none{
  opacity: 0;
}

.block_services-item_status_characteristic[data-status="true"]{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M8.96484 17.9297C4.02539 17.9297 0 13.9043 0 8.96484C0 4.0166 4.02539 0 8.96484 0C13.9131 0 17.9297 4.0166 17.9297 8.96484C17.9297 13.9043 13.9131 17.9297 8.96484 17.9297ZM7.98047 13.2627C8.2793 13.2627 8.53418 13.1221 8.71875 12.832L12.8496 6.32812C12.9551 6.14355 13.0693 5.94141 13.0693 5.74805C13.0693 5.33496 12.709 5.07129 12.3223 5.07129C12.0938 5.07129 11.8652 5.21191 11.6982 5.47559L7.94531 11.5049L6.16113 9.20215C5.94141 8.91211 5.74805 8.83301 5.49316 8.83301C5.09766 8.83301 4.79004 9.1582 4.79004 9.55371C4.79004 9.75586 4.86914 9.94922 5.00098 10.125L7.20703 12.832C7.43555 13.1396 7.68164 13.2627 7.98047 13.2627Z' fill='%2357BD5B'/%3E%3C/svg%3E");
}

.block_services-item_status_characteristic[data-status="false"]{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13' fill='none'%3E%3Cpath d='M1.24219 12.4062C0.90625 12.0781 0.914062 11.5 1.24219 11.1797L6.04688 6.36719L1.24219 1.5625C0.914062 1.24219 0.90625 0.671875 1.24219 0.328125C1.57812 -0.0078125 2.14844 0 2.47656 0.328125L7.28125 5.13281L12.0859 0.328125C12.4219 0 12.9766 0 13.3203 0.335938C13.6641 0.664062 13.6562 1.23438 13.3281 1.5625L8.52344 6.36719L13.3281 11.1797C13.6562 11.5078 13.6562 12.0703 13.3203 12.4062C12.9844 12.75 12.4219 12.7422 12.0859 12.4141L7.28125 7.60938L2.47656 12.4141C2.14844 12.7422 1.58594 12.7422 1.24219 12.4062Z' fill='%23AAB2BD'/%3E%3C/svg%3E");
}

.btn_block_services-item{
  width: 100%;
  height: 60px;
  padding: 24px 32px;
  border-radius: 512px;
  border: 1px solid #2090D9;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  color: #2090D9;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  gap: 6px;
  margin-top: 2px;
}

.btn_block_services-item:before{
   content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13' fill='none'%3E%3Cpath d='M15.2578 6.85156C15.2578 7.08594 15.1562 7.3125 14.9766 7.48438L9.82031 12.6328C9.63281 12.8125 9.42969 12.8984 9.21094 12.8984C8.72656 12.8984 8.375 12.5469 8.375 12.0781C8.375 11.8359 8.46875 11.625 8.625 11.4766L10.375 9.70312L12.6797 7.59375L10.8594 7.70312H1.35938C0.84375 7.70312 0.492188 7.35156 0.492188 6.85156C0.492188 6.34375 0.84375 6 1.35938 6H10.8594L12.6719 6.10938L10.375 4L8.625 2.22656C8.46875 2.07031 8.375 1.85938 8.375 1.61719C8.375 1.14844 8.72656 0.804688 9.21094 0.804688C9.42969 0.804688 9.64062 0.882812 9.83594 1.07812L14.9766 6.21875C15.1562 6.38281 15.2578 6.61719 15.2578 6.85156Z' fill='%232090D9'/%3E%3C/svg%3E");
}

.services_block_content-block_pay{
  width: 416px;
  height: 401px;
  background-color: #fff;
  opacity: 88%;
  border-radius: 24px;
  padding: 18px 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.services_block_content-block_pay-header{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 20px;
}

.services_block_content-block_pay-header-title{
  font-size: 16px;
  font-weight: 900;
  color: #262625;
}

.services_block_content-block_pay-header-text{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #434A53;
}

.services_block_content-block_pay-price{
  display: flex;
  gap: 5px;
  font-size: 20px;
  align-items: end;
}

.services_block_content-block_pay-price div{
  font-weight: 900;
  color: #262625;
}

.services_block_content-block_pay-price span{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  color: #434A53; 
}

.services_block_content-block_pay-data{
  font-size: 16px;
  font-weight: 600;
}

.services_block_content-block_pay-characteristic{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.services_block_content-block_pay-characteristic-item{
  display: flex;
  gap: 8px;
  width: 100%;
  min-height: 19px;
  font-size: 14px;
  font-weight: 400;
}

.services_block_content-block_pay-characteristic-item[data-status="true"]:before{
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M8.96484 17.9297C4.02539 17.9297 0 13.9043 0 8.96484C0 4.0166 4.02539 0 8.96484 0C13.9131 0 17.9297 4.0166 17.9297 8.96484C17.9297 13.9043 13.9131 17.9297 8.96484 17.9297ZM7.98047 13.2627C8.2793 13.2627 8.53418 13.1221 8.71875 12.832L12.8496 6.32812C12.9551 6.14355 13.0693 5.94141 13.0693 5.74805C13.0693 5.33496 12.709 5.07129 12.3223 5.07129C12.0938 5.07129 11.8652 5.21191 11.6982 5.47559L7.94531 11.5049L6.16113 9.20215C5.94141 8.91211 5.74805 8.83301 5.49316 8.83301C5.09766 8.83301 4.79004 9.1582 4.79004 9.55371C4.79004 9.75586 4.86914 9.94922 5.00098 10.125L7.20703 12.832C7.43555 13.1396 7.68164 13.2627 7.98047 13.2627Z' fill='%2357BD5B'/%3E%3C/svg%3E");
}

.services_block_content-block_pay-characteristic-item[data-status="false"]:before{
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13' fill='none'%3E%3Cpath d='M1.24219 12.4062C0.90625 12.0781 0.914062 11.5 1.24219 11.1797L6.04688 6.36719L1.24219 1.5625C0.914062 1.24219 0.90625 0.671875 1.24219 0.328125C1.57812 -0.0078125 2.14844 0 2.47656 0.328125L7.28125 5.13281L12.0859 0.328125C12.4219 0 12.9766 0 13.3203 0.335938C13.6641 0.664062 13.6562 1.23438 13.3281 1.5625L8.52344 6.36719L13.3281 11.1797C13.6562 11.5078 13.6562 12.0703 13.3203 12.4062C12.9844 12.75 12.4219 12.7422 12.0859 12.4141L7.28125 7.60938L2.47656 12.4141C2.14844 12.7422 1.58594 12.7422 1.24219 12.4062Z' fill='%23AAB2BD'/%3E%3C/svg%3E");
}

.services_block_content-block_services-item-tel{
  display: none;
  height: auto;
  gap: 32px;
  width: calc(50% - 10px);
}

.services_block_content-block_services-item-tel-slider{
    width: 100%;
    height: 100%;
    display: flex;
    gap: 10px;
    position: relative;
  }

.block_services-item_services-tel{
  display: flex;
  flex: 1;
  height: auto;
  flex-direction: column;
  gap: 30px;
  border-radius: 24px;
  padding: 18px;
  position: relative;
}

.block_services-item_services-sale_block{
  width: 120px;
  position: absolute;
  top: -25px;
  left: -10px;
}

.block_services-item_services-sale_img{
  width: 100%;
  min-height: 70px;
  opacity: .9;
}

.block_services-item_services-tel[data-status="true"]{
  background-color: #ffffff82;
  transition: 0.3s;
}

@media(max-width: 1000px){
  .block_services-item_services-sale_block{
    top: 0px;
    left: 0px;
  }

  .block_services-item_services-sale_img{
    opacity: 0.5;
  }

  .block_services-item_services-item_services-info{
    flex: none;
    width: calc(50% - 10px);
  }

  .block_services-item_services{
    display: none;
  }

  .services_block_content-block_services-item-tel{
    display: flex;
  }

  .services_block_content{
    padding: 0;
  }

  .services_block_content-block_services-item{
    max-width: 100%;
    gap: 10px;
  }
  
  .services_block_content{
    max-width: 100%;
    align-items: unset;
    flex-direction: column;
  }

  .block_services-item_services-price span{
    font-size: 10px;
  }

  .slick-initialized .slick-slide{
    display: flex;
  }

  .services_block_content-block_services-info-list_characteristic-item{
    font-size: 14px;
  }

  .btn_services-info-list_characteristic{
    margin-top: 2px;
  }

  .services_block_content-block_pay{
    width: calc( 100% - 36px );
    margin: 0 auto;
  }
  
}

@media(max-width: 400px){
  .block_services-item_services-item_services-info .block_services-item_services-header .block_services-item_services-header-text{
    font-size: 13px;
  }
}

.help_block{
  width: 100%;
  height: auto;
  padding: 0 32px;
  margin-top: 30px;  
}

.help_block-content{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

.help_block-content-item{
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  min-width: 400px;
  text-decoration: none;
}

.help_block-content-item-img{
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  height: 260px;
  display: flex;
  border-radius: 24px;
  background-color: #E6E9ED;
}

.help_block-content-item-img img{
  width: auto;
  max-height: 260px;
  margin: auto;
}

.help_block-content-item-desc{
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.help_block-content-item-title{
  font-size: 20px;
  font-weight: 600;
  color: #262625;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.help_block-content-item-text{
  font-size: 16px;
  font-weight: 400;
  color: #434A53;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.more_block-for_btn{
  margin: 30px 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.more_block-btn{
  width: 247px;
  padding: 24px 32px;
  background-color: #2090D9;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 512px;
  cursor: pointer;
}

@media(max-width: 1000px){
  .help_block{
    padding: 0 12px;
  }

  .help_block-content{
    flex-wrap: unset;
    flex-direction: column;
  }

  .help_block-content-item{
    min-width: auto;
    width: auto;
    flex: 1;
  }
  
}

/* Main адаптив */
  @media (max-width: 600px) {
    .main-header-text-second p, .main-header-text-first p {
        font-size: 50px;
    }
  }
/* Main адаптив */


/* Section */
@media (max-width: 465px) {
  .second-section-block {
    height: 430px;
  }

  .btn-section-next {
    width: 33px;
    height: 33px;
  }

  .arrow-img {
    width: 15px;
    height: 15px;
  }
}
/* Section */

.form_footer-recaptcha{
  position: absolute;
}

.body_block_post_faq{
  width: 100%;
  height: 100%;
  display:flex;
  position:relative;
  justify-content: center;
  flex-direction: column;
  gap: 5%;
}

.body_block_post_faq-block_img{
  width: 95%;
  display:flex;
  align-items: center;
  gap: 5%;
  margin: 0 auto;
  margin-top: 40px;
}

.body_block_post_faq-img_content, .body_block_post_faq-img_content img{
  max-width: 75%;
  height: auto;
}

.body_block_post_faq-block_content{
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}

@media(max-width: 1000px){
  .body_block_post_faq-img_content, .body_block_post_faq-img_content img{
    max-width: 100%;
    width: 100%;
  }
}

.arrows_scroll_top{
  display: none;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M12 5V19M12 5L6 11M12 5L18 11' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-x: center;
  background-position-y: center;
  background-color: #005fd1c9;
  padding: 10px;
  border-radius: 100%;
  position: fixed;
  left: 20px;
  bottom: 60px;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  transition: 1s;
}