a, button, input, select, h1, h2, h3, h4, h5, * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  background: none;
  -webkit-font-smoothing: antialiased;
}
   
menu, ol, ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.body,
.body * {
  box-sizing: border-box;
}
.maps{
  display: flex;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
h1{
  font-size: 45px;
}

h2{
  font-size: 35px;
  color: #404040;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('../fonts/avenir-next-cyr-thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('../fonts/avenir-next-cyr-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('../fonts/avenir-next-cyr-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('../fonts/avenir-next-cyr-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Курсивы */
@font-face {
  font-family: 'AvenirNext';
  src: url('../fonts/avenir-next-cyr-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('../fonts/avenir-next-cyr-medium-italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('../fonts/avenir-next-cyr-bold-italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: 'AvenirNext', sans-serif;
}

.services-block{
  display: flex;
  max-width: 1240px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  gap: 30px;
}

.services-block h2{
  max-width: 400px;
  width: 100%;
}

.services-block .row{
  align-items: center;
  gap: 30px;
}

.services-block .row{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.services-block .service_item{
  padding: 30px;
  background: #F5FDFF;
  border: 1px solid #E9E9E9;
  border-radius: 10px;
  color: #404040;
  gap: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.services-block .service_item img.one{
  position: absolute;
  left: 37%;
  top: -41%;
  max-width: 370px;
  width: 100%;
}
.services-block a.service_item img.two{
    position: absolute;
    left: 37%;
    top: -18%;
    max-width: 312px;
    width: 100%;
}
.services-block .service_item .subtitle{
  font-weight: 600;
}
.services-block .row.block{
  margin-bottom: 30px;
}
.services-block .service_item:hover{
  background: #60a4a2;
  color: white;
  transition: 0.3s;
  background-image: radial-gradient(circle, #61b6b3 1px, transparent 2px)!important;
  background-size: 20px 20px;
}
.services-block .service_item:hover .button{
  background: white;
  color: #404040;
  transition: 0.3s;
  cursor: pointer;
}

.services-block .service_item .button{
  background: #60a4a2;
  color: white;
  width: 100%;
  max-width: 210px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 500;
}


.services-block .title{
  font-size: 25px;
  font-weight: 500;
}

.services-block .col{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.landing{
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}

.news-block{
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.news-block .team-item{
  max-width: 22%;
}
.faq-block{
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #F5FDFF;
  border: 1px solid #E9E9E9;
  border-radius: 10px;
  padding: 30px;
  max-width: 1240px;
  margin: 0 auto;
}
main {
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 100px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}

.cont{
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.descr {
  font-size: 18px;
  color: #404040;
}
.descr_col{
  display: flex;
  width: 100%;
  gap: 30px;
}
.descr_col img{
  display: flex;
  flex: 1;
  width: 44%;
}
.descr b{
  font-size: 18px;
}


.descr{
  font-weight: 400;
}

.descr_ul{
  padding-left: 20px;
  list-style:disc;
  font-size: 18px;
  font-weight: 400;
  color: #404040;
}

.descr a{
  color: #60a4a2;
  line-height: 2;
  position: relative;
}

.descr a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  border-bottom: 3px dotted #6b9d9d; /* регулируй толщину и цвет */
}

.left-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 320px;
  max-width: 1000px;
}
.bread-crumbs {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.div {
  color: #48443e;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.before{
  width: 460px;
  left: -90px;
  position: absolute;
  z-index: 0;
}

.after{
  position: absolute;
  z-index: 1;
  bottom: 50px;
}

.right_img{
  display: flex;
  position: relative;
}

.title-h-1 {
  color: #48443e;
  text-align: left;
  font-size: 45px;
  font-weight: 700;
}
.tags {
  display: flex;
  flex-direction: row;
  gap: 20px;
  row-gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}
.item-tag {
  border-radius: 10px;
  border-style: solid;
  border-color: #60a4a2;
  border-width: 1px;
  padding: 10px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #48443e;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.item-tag.active{
  background: #60a4a2;
  color: #ffffff;
}

.item-tag:hover{
  background: #60a4a2;
  color: #ffffff;
  transition: .8s;
  cursor: pointer;
}
.inf-post {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
}
.date-post {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.date-post span {
  color: #48443e;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.comment-post {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.comment-post span {
  color: #48443e;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.view-post {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.view-post span{
  color: #48443e;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.read-later {
  border-radius: 10px;
  border-style: solid;
  border-color: #60a4a2;
  border-width: 1px;
  padding: 5px 10px 5px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  color: #48443e;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}
.author-post{
  display: flex;
  gap: 10px;
}

.read-later:hover{
  background: #60a4a2;
  color: #ffffff;
  transition: .8s;
  cursor: pointer;
}
.name-author {
  color: #48443e;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.link-author {
  color: #48443e;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.share {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

.share svg:hover{
  rotate: 5deg;
  cursor: pointer;
}
.name-share {
  color: #48443e;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.faq {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.faq-item {
  border-top: 1px solid #f3f3f3;
  width: 100%;
  padding: 14px 0;
}

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

.question-title {
  color: #48443e;
  font-size: 16px;
  font-weight: 500;
  flex: 1;
}

.button-toggle {
  width: 46px;
  height: 46px;
  transition: transform 0.3s ease;
}

.answer {
  font-weight: 400;
  max-height: 0;
  transition: max-height 0.5s ease;
  font-size: 16px;
  color: #48443e;
  padding-top: 0; /* выезжает без отступа */
  overflow: hidden;
}

.team-block{
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.reviews-block .row .col, .team-block .row .col{
  max-width: 820px;
}

.line{
  position: absolute;
  width: 120%;
  left: -10%;
  top: 20%;
}

.callback-block{
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  padding: 30px;
  flex-wrap: wrap;
  gap: 30px;
  border-radius: 10px;
  border: 1px solid #E9E9E9;
  background: #f1fbfc;
  justify-content: space-between;
  background-image: url(/assets/img/star.svg);
  background-size: auto;
  background-repeat: no-repeat, repeat;
  background-position: 518px 41px;
}
.callback-block .col{
  display: flex;
  flex-direction: column;
  max-width: 600px;
  gap: 20px;
}

.callback-block form{
  max-width: 350px;
}

.callback-block .col p{
  font-size: 18px;
}


.reviews-block .col, .team-block .col{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reviews-block .row, .team-block .row{
  display: flex;
  width: 100%;
  justify-content: space-between;
  z-index: 1;
}

.buttons_slider{
  display: flex;
  gap: 20px;
}

.button_slider{
  padding: 10px 20px;
  border: 1px solid #B7B7B7;
  border-radius: 6px;
  height: 50px;
  cursor: pointer;
}

.reviews-block{
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  background: #F5FDFF;
  border: 1px solid #E9E9E9;
  border-radius: 10px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

/* Активное состояние */
.faq-item.active .answer {
  max-height: 400px; /* большое значение для плавного раскрытия */
  padding-top: 20px; /* появляется лёгкий отступ при открытии */
}

.faq-item.active .button-toggle {
  transform: rotate(180deg);
}

.offer-email {
  background-color: #60a4a2; /* основной цвет */
  background-image: radial-gradient(circle, #61b6b3 1px, transparent 2px);
  background-size: 20px 20px; /* расстояние между точками */
  border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.title-offer-email {
  color: #ffffff;
  text-align: left;
  font-size: 25px;
  font-weight: 700;
  max-width: 600px;
}
.cont-offer-email {
  margin: -8px 0 0 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
}
.input-offer {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  min-width: 250px;
  max-width: 360px;
  font-size: 16px;
}
.button-offer-email {
  border-radius: 10px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  padding: 10px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: white;
}

.button-offer-email:hover{
  background: white;
  color: #404040;
  transition: 0.8s;
  cursor: pointer;
}



.privacy-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-family: "AvenirNext-Medium", sans-serif;
  max-width: 600px;
  margin-top: -10px; /* чуть ближе к форме */
}

.privacy-link {
  color: #ffffff;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.privacy-link:hover {
  color: #e0e0e0;
  cursor: pointer;
}
.table {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.table-item {
  border-style: solid;
  border-color: #f3f3f3;
  border-width: 1px 0px 0px 0px;
  padding: 20px 10px 20px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: auto;
}

.name-table-item {
  color: #404040;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  flex: 1;
  min-width: 130px;
}

.info-table-item{
  color: #404040;
  font-size: 16px;
}
.navigation-post {
  background: #f5fdff;
  border-radius: 10px;
  border-style: solid;
  border-color: #e9e9e9;
  border-width: 1px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.title-navigation {
  color: #48443e;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
}
.links-navigations {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
}
.links-navigation{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-decoration: none;
}

.links-navigation li a{
   color: #60a4a2;
   position: absolute;
   font-size: 18px;
   position: relative;
}

.links-navigation li{
  display: flex;
  position: relative;
}

.links-navigation li {
  position: relative;
  padding-left: 20px; /* отступ под кружок */
}

.links-navigation li::before {
  content: "•";                 /* символ точки */
  position: absolute;
  left: 0;
  top: 0;
  color: #60a4a2;               /* цвет */
  font-size: 22px;              /* размер */
}

.links-navigation li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  border-bottom: 3px dotted #6b9d9d; /* регулируй толщину и цвет */
}
.attention {
  background: #f5fdff;
  border-radius: 10px;
  border-style: solid;
  border-color: #e9e9e9;
  border-width: 1px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 31px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
.attention-text {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  flex: 1;
  min-width: 300px;
  color: #48443e;
  font-weight: 500;
}

.offer-post-main {
  background-color: #60a4a2; /* основной цвет */
  background-image: radial-gradient(circle, #7dbab8 1px, transparent 2px);
  background-size: 20px 20px; /* расстояние между точками */
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  min-height: 260px;
}

.offer-post-cont {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 350px;
}

.offer-post-title {
  color: #ffffff;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  max-width: 460px;
}
.offer-post-descr {
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  max-width: 460px;
}
.button-offer {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #404040;
  font-size: 18px;
  border: 1px solid #ffffff;
  font-weight: 500;
}

.button-offer:hover{
  color: white;
  background: transparent;
  transition: 0.8s;
  cursor: pointer;
}

.ved-post-main {
  background-color: #78649E;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  background-image: radial-gradient(circle, #9783bc 1px, transparent 2px);
  background-size: 20px 20px; /* расстояние между точками */
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  min-height: 260px;
}

.ved-post-main ._12{
  max-width: 550px;
  aspect-ratio: auto;
}

.ved-post-cont {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 350px;
}

.ved-post-title {
  color: #ffffff;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  max-width: 460px;
}
.ved-post-descr {
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  max-width: 460px;
}
.button-ved {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #404040;
  font-size: 18px;
  border: 1px solid #ffffff;
  font-weight: 500;
}

.button-ved:hover{
  color: white;
  background: transparent;
  transition: 0.8s;
  cursor: pointer;
}

._12 {
  flex: 1;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 348/276.96;
  border-radius: 10px;
}
.recomended-posts {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recomended-post-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 30%;
}
.recomended-post-photo {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.recomended-post-title {
  color: #48443e;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}
.banner-post {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.team {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  z-index: 1;
}
.team-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 30%;
  width: 100%;
}
.team-item-photo {
  height: auto;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.team-item-name {
  color: #48443e;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
.team-item:hover > .team-item-name{
  color: #60a4a2;
  transition: 0.3s;
}
.team-item-name:hover{
  color: #60a4a2;
  transition: 0.3s;
  cursor: pointer;
}
.team-item-work {
  color: #48443e;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.right-block {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 200px;
  position: sticky;
  top: 20px;
}
.green-offer {
  background-color: #60a4a2; /* основной цвет */
  background-image: radial-gradient(circle, #7dbab8 1px, transparent 2px);
  background-size: 20px 20px; /* расстояние между точками */
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.green-offer-title {
  color: #ffffff;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
}
.green-offer-button {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #404040;
  font-size: 16px;
  border: 1px solid #ffffff;
  font-weight: 500;
}

.green-offer-button:hover{
  border: 1px solid #ffffff;
  background: transparent;
  color: white;
  transition: .8s;
  cursor: pointer;
}
.green-offer-image {
  height: 160.04px;
  object-fit: cover;
  aspect-ratio: 152/160.04;
}
.white-offer {
  border-radius: 10px;
  border-style: solid;
  border-color: #60a4a2;
  border-width: 1px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
  justify-content: center;
}
.white-offer-title {
  color: #60a4a2;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
}
.white-offer-descr {
  color: #48443e;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.white-offer-button {
  background: #60a4a2;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  border: 1px solid #60a4a2;
  font-weight: 500;
}

.white-offer-button:hover{
  background: white;
  color: #404040;
  border: 1px solid #60a4a2;
  transition: .8s;
  cursor: pointer;
}

.play-button {
    position: absolute;
    width: 70px;
    left: 35%;
    top: 45%;
    height: 70px;
    background: #60a4a2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

/* Белый треугольник */
.play-button::before {
  content: "";
  position: absolute;
  left: 37%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 24px;
  border-color: transparent transparent transparent white;
}


.line-2{
    position: absolute;
    z-index: 0;
    width: 130%;
    left: -14%;
    top: 8%;
}
.grid-block{
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.grid-item.item-8{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    font-size: 14px;
}
.grid-item .button{
    width: 100%;
    height: 50px;
    background: #60a5a3;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
    border: 1px solid #60a5a3;
}
.grid-item .button:hover{
    border: 1px solid #60a5a3;
    background: transparent;
    color: #404040;
    transition: 0.3s;
    cursor: pointer;
}
.grid-item .price{
    font-size: 41px;
    font-weight: 500;
}
.grid-item.item-8 p{
    color: white;
}
.grid-item .price span{
    font-size: 16px;
}

.grid-item p, .grid-item li{
    color: #404040;
}
.grid-item .name_tarif{
    font-size: 20px;
    font-weight: 700;
}

.grid-block {
    display: grid;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    height: 70vh;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 2fr 0.4fr;
    gap: 1rem; 
}

.grid-item {
    border-radius: 10px; /* Скругление углов */
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    z-index: 1;
}

.grid-item ul{
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: disc;
}

.grid-item.item-1 {
    grid-column: 1 / 3; 
    display: flex;
    justify-content: center;
    padding-left: 0;
}

.grid-item.item-2 {
    background-color: #F5FDFF;
    border: 1px solid #E9E9E9;
    grid-column: 3 / 4;
}

.grid-item.item-3 {
    background-color: #F5FDFF;
    border: 1px solid #E9E9E9;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.grid-item.item-4 {
    background-color: #F5FDFF;
    border: 1px solid #E9E9E9;
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}
.grid-item.item-5 p{
    color: white;
}
.grid-item.item-5 {
    background-color: #60a4a2;
    background-image: radial-gradient(circle, #61b6b3 1px, transparent 2px);
    background-size: 20px 20px;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}
.grid-item.item-6 p, .grid-item.item-6 li{
    color: white;
}
.grid-item.item-6 {
    background-color: #60a4a2;
    background-image: radial-gradient(circle, #61b6b3 1px, transparent 2px);
    background-size: 20px 20px;
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}

.grid-item.item-8 .button{
    background: white;
    width: auto!important;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid white;
}

.grid-item.item-8 .button:hover{
    border: 1px solid white;
    background: transparent;
    transition: 0.3s;
    color: white;
    cursor: pointer;
}

.grid-item.item-6 .button{
    background: white;
    color: #404040;
    border: 1px solid white;
}

.grid-item.item-6 .button:hover{
    border: 1px solid white;
    background: transparent;
    color: white;
    transition: 0.3s;
    cursor: pointer;
}

.grid-item.item-7 {
    grid-column: 1 / 4;
    grid-row: 4 / 5;
}
.grid-item.item-7 {
    background-color: #F5FDFF;
    border: 1px solid #E9E9E9;
    grid-column: 3 / 4;
    grid-row: 4 / 2;
}

.grid-item.item-8{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #78649E;
    background-image: radial-gradient(circle, #9783bc 1px, transparent 2px);
    background-size: 20px 20px;
    grid-column: 1 / 4;
    grid-row: 4 / 5;
}
.main-block h1 span{
  color: #60a4a2;
}

.main-line{
  width: 100%;
  margin-top: -105px;
  z-index: 2;
}

.main_cont{
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.ludmila{
  display: flex;
  max-width: 320px;
  width: 100%;
  z-index: 1;
}

.main_cont .button{
    width: auto;
    max-width: 280px;
    height: 50px;
    background: #60a5a3;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
    border: 1px solid #60a5a3;
}

.main_cont .col{
  max-width: 770px;
  gap: 30px;
  display: flex;
  flex-direction: column;
}

.main-block{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.main-block .adv_cont{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 1240px;
  justify-content: space-between;
}

.seo-block, .seo-block2{
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1240px;
  padding-left:10px;
  padding-right: 10px;
  margin: 0 auto;
  color: #404040;
}

.seo-block .row-item{
  background: #F5FDFF;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #E9E9E9;
  min-width: 250px;
  width: 100%;
  flex: 1;
  
}

.seo-block .row{
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.seo-block .row-green{
  background: #60a4a2;
  background-image: radial-gradient(circle, #61b6b3 1px, transparent 2px);
  background-size: 20px 20px; /* расстояние между точками */
  padding: 20px;
  display: flex;
  gap: 30px;
  align-items: center;
  border-radius: 10px;
}

.seo-block .row-green p, .seo-block2 .seo-block2{
  color: white;
  font-size: 18px;
}

.seo-block .row-green img{
  max-width: 50px;
  width: 100%;
}

.main-block .adv_item{
  display: flex;
  gap: 20px;
  align-items: center;
}

.adv_item img{
  max-width: 40px;
  width: 100%;
}
.main_cont .button:hover{
  border: 1px solid #60a4a2;
  color: #404040;
  background: transparent;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 620px) {
  .right-block{
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .adv_item img{
      max-width: 30px;
      width: 100%;
  }
  .right_img{
    margin: 0 auto;
  }
  .main_cont{
    padding-left: 10px;
    padding-right: 10px;
  }
  .adv_cont{
    padding-left: 10px;
    padding-right: 10px;
  }
} 

@media screen and (max-width: 1000px) {
  .services-block a.service_item img{
    display: none;
  }

  .services-block .row{
    flex-direction: column;
    align-items: flex-start;
  }
  .services-block .title{
    font-size: 22px;
  }
  .callback-block .col p{
    font-size: 16px;
  }
  
  .line-2, .line{
    display: none;
  }
  .reviews-block .row, .team-block .row{
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
  .button_slider{
    padding: 8px 10px;
    height: auto;
  }
  .buttons_slider{
    gap: 10px;
  }
  
  .button_slider svg{
    width: 24px;
  }
  .news-block .team-item{
    max-width: 43%;
  }
  .team-item-name{
    font-size: 14px;
  }
  .title-h-1{
    font-size: 40px;
  }
  .title-navigation, .offer-post-title, .ved-post-title, h2{
    font-size: 30px;
  }
  .ved-post-main ._12{
    display: flex;
    width: 100%;
  }
  .ved-post-main{
    flex-direction: column-reverse;
    align-items: center;
  }
  ._12{
    display: none;
  }
  .offer-post-cont, .ved-post-cont{
    min-width: 100%;
  }
  .links-navigation li a{
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .services-block .service_item{
    padding-bottom: 100px;
  }
  .services-block .service_item .button{
    bottom: 20px;
    position: absolute;
  }
  .callback-block .col p{
    font-size: 16px;
  }
  .services-block .service_item .row{
    gap: 10px;
  }
  .services-block .title{
    font-size: 18px;
  }
  .services-block .text{
    font-size: 14px;
  }
  
  .seo-block .row-item *, .row-green *, .seo-block2 .row-item *{
    font-size: 14px;
  }
  .seo-block .row-green{
    display: flex;
    flex-direction: column;
  }
  .seo-block .row, .seo-block2 .row{
    gap: 10px;
  }

  .button-offer-email{
    width: 100%;
  }
  .input-offer{
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }

  .title-offer-email{
    font-size: 18px;
  }
  .title-h-1{
    font-size: 30px;
  }
  .title-navigation, .offer-post-title, h2{
    font-size: 28px;
  }

  .offer-post-descr, .attention-text, .question-title, .ved-post-descr {
    font-size: 16px;
  }
  .recomended-post-title{
    font-size: 14px;
  }

  .privacy-link, .privacy-text{
    font-size: 12px;
  }
  .offer-email{
    padding: 20px;
  }
  .button-toggle{
    width: 30px;
  }
  .recomended-post-item, .team-item{
    max-width: 45%;
  }
  .left-block{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .attention-text {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .name-table-item{
    font-size: 14px;
    min-width: 110px;
  }
  .info-table-item, .info-table-item{
    font-size: 14px;
  }
  .descr, .descr b, .descr_ul {
    font-size: 16px;
  }
  .play-button{
    width: 50px;
    height: 50px;
    top: 40%;
  }
  .play-button::before{
    border-width: 8px 0 8px 14px;
  }
  .descr_col{
    flex-direction: column;
  }
  .descr_col img{
    width: 100%;
  }
}

body.modal-open {
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .main-line{
      margin-top: -10%;
    }
    .main-block .adv_cont{
      margin-top: 30px;
    }
   .grid-block {
     grid-template-columns: 1fr;
     grid-template-rows: auto;
     height: auto;
     gap: 20px;
   }
 
     .grid-item.item-1,
     .grid-item.item-2,
     .grid-item.item-3,
     .grid-item.item-4,
     .grid-item.item-5,
     .grid-item.item-6,
     .grid-item.item-7,
     .grid-item.item-8 {
       grid-column: auto;
       grid-row: auto;
     }
   
     /* Изменение порядка для логичного отображения на мобильных */
     .grid-item.item-1 { grid-row: 1; }
     .grid-item.item-3 { grid-row: 2; }
     .grid-item.item-4 { grid-row: 3; }
     .grid-item.item-5 { grid-row: 4; }
     .grid-item.item-6 { grid-row: 5; }
     .grid-item.item-2 { grid-row: 6; }
     .grid-item.item-7 { grid-row: 7; }
     .grid-item.item-8 { grid-row: 8; }
   
     .grid-item.item-1 h2 {
       width: 100%;
     }
   
     .line-2 {
       display: none;
     }
   
     .grid-item.item-8 {
       flex-direction: column;
       align-items: flex-start;
       gap: 15px;
     }
   }
   
   @media screen and (max-width: 600px) {
      .adv_cont{

      }
      .grid-item.item-4, .grid-item.item-6, .grid-item.item-7{
        margin-bottom: 40px;
      }
      .descr_tarif{
        font-size: 14px;
      }
      .name_tarif{
        font-size: 16px;
      }
      .grid-item li{
        font-size: 14px;
      }
     /* Дополнительные стили для маленьких экранов */
     .grid-block {
       gap: 15px;
     }
     .grid-item {
       padding: 15px;
     }
     .grid-item .price {
       font-size: 32px;
     }
     .grid-item .name_tarif {
       font-size: 18px;
     }
   }
   
   @media screen and (max-width: 370px) {
    .services-block .service_item{
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 15px;
      padding-bottom: 100px;
    }
    .services-block .service_item .button{
      bottom: 20px;
      position: absolute;
    }
      .title-navigation, .offer-post-title, h2, .ved-post-title{
        font-size: 25px;
      }
      .title-h-1, h1{
        font-size: 27px;
      }
      .descr, .descr b, .descr_ul{
        font-size: 14px;
      }
      .faq-item.active .answer{
        font-size: 14px;
      }
      .after{
        max-width: 200px;
        width: 100%;
      }
      .main-block .adv_cont{
        gap: 20px;
      }
      .reviews-block, .faq-block, .callback-block{
        padding: 15px;
      }
   }