.img-responsive{
    max-width: 100%;
    height: auto;
}
footer{
  padding: 16px 15px;
}
.footer__container{
  width: 100%;
  border-radius: 30px;
  background: #312e2f;
}
.footer__wrapper{
  width: 100%;
  max-width: 1442px;
  margin: 0 auto;
  padding-top: 46px;
  padding-bottom: 60px;
}
.footer-socials{
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-socials a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7EB900;
    border-radius: 50%;
    padding: 7px;
}
.footer__socials{
  margin-top: 40px;
}
.footer__contacts{
  padding-top: 10px;
}
.footer__contacts--top a{
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #7eb900;
}
.footer__contacts--top{
  margin-bottom: 16px;
}
.footer__contacts--bot{
  display: flex;
  align-items: stretch;
  gap: 34px;
}
.footer__contacts--title{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 188%;
  color: #939393;
}
.footer__contacts--text{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  color: #fff;
}
.footer__contacts--col{
  max-width: 160px;
}
.footer__list--title{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 196%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 10px;
}
.list-unstyled{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__list a{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #afafaf;
}
.footer__list ul{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__wrapper{
  display: flex;
  align-items: stretch;
  gap: 70px;
}
.footer__logo{
  margin-right: auto;
}
.home__contacts{
  display: grid;
  grid-template-columns: 594px 1fr;
  padding: 0 15px;
  gap: 14px;
}
.home__contacts--map iframe{
  width: 100%;
  height: 493px;
}
.home__contacts--map{
  overflow: hidden;
  border-radius: 30px;
}
.home__contacts--content{
  background: #f0f0f0;
  border-radius: 30px;
  padding-top: 38px;
}
.home__contacts--title{
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #312e2f;
  margin-bottom: 13px;
}
.home__contacts-title{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 188%;
  color: #939393;
}
.home__contacts-text{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  color: #312e2f;
}
.home__contacts--block{
  margin-bottom: 21px;
}
.home__contacts--tel{
  margin-bottom: 33px;
}
.home__contacts--tel a{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #7eb900;
}
.home-socials{
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-socials a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7EB900;
    border-radius: 50%;
    padding: 7px;
}
.home__contacts--content>div{
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: 78px;
}
.naprjamky{
  padding: 0 15px 10px 15px;
}
.naprjamky__body {
    width: 100%;
    background-image: var(--naprjamky_bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding-top: 74px;
    padding-bottom: 84px;
}
.naprjamky__heading--left>div{
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 40px;
  line-height: 102%;
  letter-spacing: -0.04em;
  color: #312e2f;
  margin-bottom: 12px;
}
.naprjamky__heading--left>span{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #646464;
}
.naprjamky__heading--left>span *{
  margin: 0;
}
.naprjamky__heading>a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 32px;
  width: 274px;
  height: 50px;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 17px 17px 0 rgba(0, 0, 0, 0.09), 0 37px 22px 0 rgba(0, 0, 0, 0.05), 0 67px 27px 0 rgba(0, 0, 0, 0.01), 0 104px 29px 0 rgba(0, 0, 0, 0);
  background: #7eb900;
}
.naprjamky__heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.naprjamky__list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}
.naprjamky__list>a{
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 39px 44px 38px 126px;
  min-height: 175px;
}
.naprjamky__list img{
  position: absolute;
  left: -87px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.naprjamky__item--title{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #7eb900;
  display: inline-block;
  margin-bottom: 10px;
}
.naprjamky__item--text{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 125%;
  color: #646464;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.naprjamky__item--text *{
  margin: 0;
}
.container{
  width: 100%;
  max-width: 1464px;
  padding: 0 15px;
  margin: 0 auto;
}
.naprjamky__list>a>svg{
  position: absolute;
  right: 20px;
  top: 20px;
}
.services{
  padding: 0 15px;
}
.services__body{
  background: #312e2f;
  border-radius: 30px;
  padding-top: 47px;
  padding-bottom: 32px;
}
.services__heading--left>div{
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 40px;
  line-height: 118%;
  letter-spacing: -0.04em;
  color: #fff;
}
.services__heading--left>span{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #d9d9d9;
}
.services__heading>a{
border-radius: 32px;
width: 246px;
height: 50px;
box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 17px 17px 0 rgba(0, 0, 0, 0.09), 0 37px 22px 0 rgba(0, 0, 0, 0.05), 0 67px 27px 0 rgba(0, 0, 0, 0.01), 0 104px 29px 0 rgba(0, 0, 0, 0);
background: #7eb900;
font-family: var(--second-family);
font-weight: 600;
font-size: 14px;
text-align: center;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.services__heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services__list{
  display: grid;
  grid-template-columns: repeat(6,1fr);
}
.services__body--top{
  border-bottom: 1px solid #3f3f3f;
  padding-bottom: 55px;
}
.services__list>a{
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: 25px;
  border-right: 1px solid #3f3f3f;
}
.services__list>a:nth-child(6){
  border-right: none;
}
.services__name{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
}
.services__icon{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.services__list>a:hover path{
  fill: #7EB900;
}
.why__body{
width: 100%;
    background-image: var(--why_bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding-top: 80px;
    padding-bottom: 107px;
}
.why{
  padding: 15px;
}
.why__heading--left>div{
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 40px;
  line-height: 102%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 18px;
}
.why__heading--left>span{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #cbf1aa;
}
.why__heading{
  display: flex;
  align-items: center;
  gap: 115px;
}
a.why__link{
    padding: 1px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #fff;
    height: 50px;
    position: relative;
    border: none;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 17px 17px 0 rgba(0, 0, 0, 0.09), 0 37px 22px 0 rgba(0, 0, 0, 0.05), 0 67px 27px 0 rgba(0, 0, 0, 0.01), 0 104px 29px 0 rgba(0, 0, 0, 0);
    background: linear-gradient(342deg, #000 0%, #fff 100%);
}
a.why__link>span{
    width: 100%;
    padding: 0 22px 0 22px;
    background: linear-gradient(342deg, #312e2f 0%, #978e91 100%);
    z-index: 2;
    display: flex;
    align-items: center;
    height: 48px;
    gap: 6px;
    border-radius: 32px;
}
.why__list{
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 48px 96px;
  max-width: 910px;
}
.why__list--item{
  display: flex;
  align-items: center;
  gap: 47px;
}
.why__list--number{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 90px;
  color: #fff;
}
.why__list--text{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
}

.team__heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.team__heading--left>div{
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 40px;
  line-height: 118%;
  letter-spacing: -0.02em;
  color: #312e2f;
  margin-bottom: 4px;
}
.swiper-button-disabled{
  opacity: .6;
}
.team__heading--nav>div{
  cursor:pointer;
}
.team__heading--left>span{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #595456;
}
.team__heading--nav{
  display: flex;
  align-items: center;
  gap: 12px;
}
.team{
  padding-top: 26px;
  padding-bottom: 30px;
}
.swiper-container{
  overflow: hidden;
}
.team .swiper-slide{
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background: #fafafa;
  width: 348px;
}
.team .swiper-slide>a{
  position: absolute;
  top: 9px;
  right: 7px;
  z-index: 2;
}
.team__bottom>div{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 111%;
  letter-spacing: -0.02em;
  color: #312e2f;
  margin-bottom: 11px;
}
.team__bottom>span{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 71%;
  color: #7eb900;
}
.team__bottom{
  padding: 20px 15px;
}
.courses__wrapper{
  display: grid;
  grid-template-columns: 470px 1fr;
  gap: 13px;
  align-items: start;
}
.courses__list>ul{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.courses__list>ul>li{
  margin: 0;
  padding: 39px 26px 39px 26px;
  border-radius: 15px;
  background: rgba(126, 185, 0, 0.03);
  position: relative;
  scroll-margin-top: 80px;
}
.courses__list>ul>li:hover{
  background: rgba(219, 255, 141, 0.5);
}
.courses__list>ul>li>a{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #7eb900;
}
.courses__list>ul>li>svg{
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.page__wrapper{
  padding-top: 115px;
  padding-bottom: 26px;
}
ul.list-children{
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 33px;
  display: grid;
  grid-column: 1fr;
  gap: 10px;
}
ul.list-children a{
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: var(--font-family);
  font-weight: 350;
  font-size: 16px;
  line-height: 200%;
  color: #384d0a;
}
.courses__banner{
  border-radius: 15px;
  min-height: 699px;
  background-image: var(--courses_bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: sticky;
  position: -webkit-sticky;
  top: 115px;
  display: flex;
}
.courses__banner--body{
  margin-top: auto;
  padding-left: 70px;
  padding-bottom: 115px;
}
.courses__banner--title{
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 40px;
  line-height: 102%;
  letter-spacing: -0.04em;
  color: #fff;
}
.courses__banner--subtitle{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  margin-top: 12px;
}
a.courses__banner--link{
  display: flex;
  margin-top: 55px;
  margin-bottom: 42px;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 275px;
  height: 50px;
  border-radius: 32px;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 17px 17px 0 rgba(0, 0, 0, 0.09), 0 37px 22px 0 rgba(0, 0, 0, 0.05), 0 67px 27px 0 rgba(0, 0, 0, 0.01), 0 104px 29px 0 rgba(0, 0, 0, 0);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.courses__banner--link::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(90deg, #FFFFFF 0%, #7EB900 100%);
    pointer-events: none;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
}
.courses__banner--link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #7eb900;
    border-radius: inherit;
    z-index: 1;
}
a.courses__banner--tel{
  display: flex;
  align-items: center;
  width: max-content;
  gap: 29px;
  padding: 0 31px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
}
a.courses__banner--link>span{
  position: relative;
  z-index: 3;
}
.custom__information--body{
  padding: 10px;
}
.page__wrapperinfo{
  padding-top: 60px;
}
.custom__information--description{
  max-width: 886px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  color: #fff;
}
.custom__information{
  width: 100%;
  min-height: 750px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  border-radius: 30px;
}
.custom__information>h1{
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 96px;
  line-height: 43%;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 54px;
}

a.custom__information--link {
    display: flex;
    margin-top: 55px;
    margin-bottom: 42px;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 275px;
    height: 50px;
    border-radius: 32px;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 17px 17px 0 rgba(0, 0, 0, 0.09), 0 37px 22px 0 rgba(0, 0, 0, 0.05), 0 67px 27px 0 rgba(0, 0, 0, 0.01), 0 104px 29px 0 rgba(0, 0, 0, 0);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.custom__information--link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #7eb900;
    border-radius: inherit;
    z-index: 1;
}
.custom__information--link::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(90deg, #FFFFFF 0%, #7EB900 100%);
    pointer-events: none;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
}
a.custom__information--link>span {
    position: relative;
    z-index: 3;
}
.service__wrapper{
  padding-top: 110px;
}
.breadcrumb{
  margin: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  overflow: auto;
  padding: 0;
  list-style: none;
}
.breadcrumb a{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  color: #595456;
}
.breadcrumb li{
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumb li:after{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  color: #595456;
  content: '\\';
  padding: 0 5px;
}
.breadcrumb li:last-child::after{display: none}
.service__h1{
  margin-top: 0;
  margin-bottom: 22px;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 40px;
  line-height: 145%;
  letter-spacing: -0.04em;
  color: #1e1e1e;
}
.service__top--text{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 163%;
  color: #646464;
  margin-bottom: 40px;
}
.service__top{
  display: flex;
  align-items: flex-end;
  gap: 96px;
  margin-bottom: 85px;
}
.service__top--left{
  width: 100%;
  max-width: 100%;
}
.service__top--right{
  width: 100%;
  max-width: 688px;
}
.pricelink{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 50px;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 17px 17px 0 rgba(0, 0, 0, 0.09), 0 37px 22px 0 rgba(0, 0, 0, 0.05), 0 67px 27px 0 rgba(0, 0, 0, 0.01), 0 104px 29px 0 rgba(0, 0, 0, 0);
  background: #7eb900;
  border-radius: 32px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
.cta__block{
  width: 100%;
  padding: 0 15px 15px 15px;
}
.cta__block--wrapper{
  background-color: #7eb900;
  background-image: var(--cta_bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
}
.ctatext{
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 32px;
  line-height: 128%;
  letter-spacing: -0.02em;
  color: #fff;
}
.cta__block--wrapper>.container{
  display: flex;
  align-items: center;
  gap: 17px;
  min-height: 156px;
}
.cta__block--wrapper a{
    width: 207px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    border-radius: 32px;
    background: linear-gradient(342deg, #000 0%, #fff 100%);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.cta__block--wrapper a>span {
    width: 100%;
    background: linear-gradient(342deg, #312e2f 0%, #978e91 100%);
    z-index: 2;
    display: flex;
    align-items: center;
    height: 48px;
    gap: 6px;
    border-radius: 32px;
    justify-content: center;
}
.category-faq__answer {
    display: none;
}

.category-faq__item.active .category-faq__answer {
    display: block;
}
.category-faq{
  padding: 0 15px 0 15px;
  width: 100%;
}
.category-faq-wrapper{
  border-radius: 30px;
  width: 100%;
  background-color: #f0f0f0;
  background-image: var(--faq_bg);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-top: 57px;
  padding-bottom: 90px;
}
.category-faq__list{
  width: 100%;
  max-width: 655px;
  margin: 0 auto;
}
.category-faq__item{
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
.category-faq__answer-inner{
  padding-top: 26px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #646464;
}
.category-faq__question{
  width: 100%;
  background-color: transparent;
  border: none;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 30px;
  line-height: 193%;
  letter-spacing: -0.04em;
  color: #1e1e1e;
  padding: 0;
  gap: 20px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-faq__question::after{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #7eb900;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M256 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 160-160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160 160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0 0-160z' fill='%23fff'/%3E%3C/svg%3E");
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  flex-shrink: 0;
}
.active .category-faq__question::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32z' fill='%23fff' /%3E%3C/svg%3E");
}
.contaicts__wrapper{
  padding-top: 115px;
}
.page__wrapperprice{
  padding-top: 110px;
}
.prices__title{
  margin-top: 40px;
  margin-bottom: 33px;
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 36px;
  line-height: 139%;
  letter-spacing: -0.03em;
  color: #40515b;
}
.prices__top--item.swiper-slide{
  width: 135px;
}
.prices__top--item a{
  display: flex;
  flex-direction: column;
  gap: 13px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #7eb900;
  align-items: center;
}
.prices__top{
  padding-bottom: 44px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e1ebf0;
}
.prices__bottom--heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 22px;
}
.prices__bottom--heading>div{
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 208%;
  letter-spacing: -0.03em;
  color: #40515b;
}
.prices__mobilelink>a,
.prices__bottom--heading>a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 199px;
  height: 53px;
  background: #7eb900;
  border-radius: 27px;
  font-family: var(--font3);
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
}
.prices__bottom--wrapper{
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.02), 0 9px 18px 0 rgba(0, 0, 0, 0.03), 0 23px 49px 0 rgba(0, 0, 0, 0.04), 0 45px 112px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  border-radius: 10px;
}
.prices__bottom--list-heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 0 20px;
  height: 60px;
  width: 100%;
  background: #7eb900;
  font-family: var(--font3);
  font-weight: 600;
  font-size: 16px;
  line-height: 119%;
  color: #fff;
}
.list--elemname{
  width: 100%;
  max-width: 100%;
}
.list--elemval{
  text-align: right;
  flex-shrink: 0;
}
.prices__bottom--item{
  padding-bottom: 80px;
  margin-bottom: 38px;
  border-bottom: 1px solid #e1ebf0;
}
.prices__bottom--list-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 20px;
    min-height: 60px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid rgba(240, 240, 240, 0.7);
}
.prices__bottom--list-item .list--elemname{
    font-family: var(--font3);
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
    color: #333;
}
.prices__bottom--list-item .list--elemval{
  font-family: var(--font3);
  font-weight: 600;
  font-size: 16px;
  line-height: 119%;
  color: #333;
}
.prices__bottom--list-item:hover{
  background: #ecffc5;
}
@media (max-width: 1500px) {
  .footer__wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1279px) {
  .courses__banner{
    height: 560px;
    background-position: center left;
  }
  .doctor__info{
    margin-left: 50px;
  }

  .why__heading{
    gap: 0;
    justify-content: space-between;
  }
  .footer__wrapper{
    flex-wrap: wrap;
  }
  .home__contacts{
    grid-template-columns: 1fr 1fr;
  }
  .footer__logo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer__logo>a>img{
    width: 69px;
    height: 69px;
  }
  .footer__socials{
    margin-top: 0;
  }
  .naprjamky__list{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .service__h1{
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 32px;
  line-height: 113%;
  letter-spacing: -0.04em;
  color: #1e1e1e;
  }
  .service__top--text{
    margin-bottom: 15px;
  }
  .pricelink{
    margin-top: 15px;
  }
  .service__top{
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
    margin-bottom: 25px;
  }
  .contaicts__wrapper,
  .page__wrapper{
    padding-top: 70px;
  }
  .container{
    padding: 0 10px;
  }
  .courses__list{
    width: 100%;
  }
  .courses__wrapper{
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .courses__banner{
    width: 100%;
    position: unset;
  }
  .why__heading--placeholder{
    display: flex;
    justify-content: center;
    margin-top: 63px;
  }
  .naprjamky {
      padding: 0 10px 10px 10px;
  }
  .naprjamky__list{
    grid-template-columns: 1fr;
  }
  .home__contacts{
    grid-template-columns:1fr;
    gap: 10px;
  }
  .home__contacts--content{
    padding:38px 33px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .home__contacts--content>div{
    margin: 0;
  }
  footer{
    padding: 10px;
  }
  .home__contacts{
    padding: 0 10px;
  }
  .naprjamky__link--placeholder{
    margin-top: 45px;
  }
  .naprjamky__link--placeholder>a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 32px;
    width: 200px;
    height: 50px;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 17px 17px 0 rgba(0, 0, 0, 0.09), 0 37px 22px 0 rgba(0, 0, 0, 0.05), 0 67px 27px 0 rgba(0, 0, 0, 0.01), 0 104px 29px 0 rgba(0, 0, 0, 0);
    background: #7eb900;
  }
  .services__link--placeholder{
    margin-top: 33px;
  }
  .services__link--placeholder>a{
    border-radius: 32px;
    width: 100%;
    height: 50px;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 17px 17px 0 rgba(0, 0, 0, 0.09), 0 37px 22px 0 rgba(0, 0, 0, 0.05), 0 67px 27px 0 rgba(0, 0, 0, 0.01), 0 104px 29px 0 rgba(0, 0, 0, 0);
    background: #7eb900;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .services__list{
    grid-template-columns: 1fr;
  }
  .services__list>a{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 36px;
    border-right: none;
    border-bottom:  1px solid #3f3f3f;
    padding-bottom: 14px;
    margin-bottom: 17px;
  }
  .services__list>a:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  .services__icon{
    padding-top: 0;
  }
  .services{
    padding: 0 10px;
  }
  .why__list{
    grid-template-columns: 1fr;
  }
  .why__list>.why__list--item:first-child{
    order: 1;
  }
  .why__list>.why__list--item:last-child{
    order: 4;
  }
  .why__list>.why__list--item:nth-child(2){
    order: 3;
  }
  .why__list>.why__list--item:nth-child(3){
    order: 2;
  }
  .why{
    padding: 10px;
  }
  .cta__block--wrapper>.container{
    padding: 40px 22px 30px 22px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
  }
  .category-faq{
    padding: 0 10px;
  }
  .cta__block{
    padding: 0 10px 10px 10px;
  }
  .category-faq-wrapper{
    padding: 24px 15px 29px 15px;
  }
  .category-faq-wrapper{
    background-image: none;
  }
}

@media (max-width: 767px) {
  .prices__title{
    font-size: 32px;
    margin-top: 20px;
  }
  .prices__bottom--heading{
    flex-direction: column;
    align-items: flex-start;
  }
  .prices__mobilelink>a,
  .prices__bottom--heading>a{
    width: 100%;
  }
  .prices__mobilelink{
    margin-top: 20px;
  }
  .prices__bottom--item{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .prices__bottom--list-item .list--elemname{
    font-size: 14px;
  }
  .prices__bottom--list-item .list--elemval{
    font-size: 14px;
  }
  .prices__bottom--list-heading{
    font-size: 14px;
  }
  .category-faq__question::after{
    width: 30px;
    height: 30px;
    background-size: 12px;
  }
  .category-faq__item:last-child{
    margin-bottom: 0;
  }
  .category-faq__question{
    font-size: 20px;
    line-height: 150%;
  }
  .category-faq__answer-inner{
    padding-top: 10px;
  }
  .ctatext{
    font-size: 20px;
  }
.cta__block--wrapper {
    background-image: var(--cta_bgmob);
}
  .service__wrapper{
    padding-top: 85px;
  }
  .pricelink{
    width: 100%;
  }
  .custom__information>h1{
    font-size: 56px;
    margin-bottom: 34px;
    margin-top: 0;
  }
  .courses__banner--body{
    padding: 0 26px 56px 26px;
  }
  a.courses__banner--link{
    width: 100%;
    margin-top: 35px;
    margin-bottom: 33px;
  }
  .courses__banner {
    background-image: var(--courses_bgmob);
  }
  a.courses__banner--tel{
    width: 100%;
    justify-content: center;
  }

  .team{
    padding-bottom: 0;
    padding-top: 18px;
  }
  .team__heading--nav{
    display: none;
  }
  .team .container{
    padding: 0 10px;
  }
  .team__heading{
    margin-bottom: 18px;
  }
  .team__heading--left>div{
    margin-bottom: 12px;
  }
  .team .swiper-slide{
    width: 245px;
  }
  .team__bottom>div{
    font-size: 16px;
  }
  .team__bottom>span{
    font-size: 12px;
  }
  .why__body {
    padding-top: 53px;
    padding-bottom: 64px;
    background-image: var(--why_bgmob);
    background-position: center;
    padding-left: 18px;
    padding-right: 18px;
    overflow: hidden;
  }
  .services__heading--left>div{
    font-size: 32px;
    line-height: 147%;
    margin-bottom: 15px;
  }
  .why__heading--left>div{
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .why__list{
    margin-top: 47px;
  }
  .why__list--item{
    width: calc(100% + 66px);
    margin-left: -55px;
  }
  .services__body--top{
    padding-bottom: 39px;
    border: none;
  }
  .services__body{
    padding-top: 36px;
    padding-bottom: 23px;
    padding-left: 21px;
    padding-right: 21px;
  }
  .naprjamky__heading--left>div{
    font-size: 32px;
  }
  .naprjamky__heading{
    margin-bottom: 48px;
  }
  .naprjamky__body{
    padding-top: 38px;
    padding-bottom: 105px;
    background-image: var(--naprjamky_bgmob);
    background-position: bottom center;
  }
  .naprjamky__body>.container{
    padding-left: 29px;
    padding-right: 17px;
  }
  .naprjamky__list>a{
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    min-height: 1px;
  }
  .naprjamky__list{
    gap: 22px;
  }
  .naprjamky__list img{
    position: unset;
    width: 70px;
    height: 70px;
    transform: none;
    margin-right: 24px;
  }
  .naprjamky__item--title{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .naprjamky__item--text{
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
  }
  .naprjamky__list>a>svg{
    display: none;
  }
  .home__contacts--map iframe{
    height: 270px;
  }
  .footer__list{
    width: 50%;
  }
  .footer__wrapper{
    gap: 0;
  }
  .footer__logo{
    margin-bottom: 40px;
  }
  .footer__list--title{
    font-family: var(--third-family);
    font-weight: 800;
    font-size: 20px;
    line-height: 235%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 10px;
  }
  .footer__listfirst{
    padding-right: 5px;
  }
  .footer__listlast{
    padding-left: 5px;
  }
  .footer__contacts{
    margin-top: 23px;
    width: 100%;
  }
  .footer__contacts--bot{
    gap: 10px;
  }
  .footer__contacts--col{
    width: 100%;
    max-width: 100%;
  }
  .services__list>a{
    justify-content: flex-start;
  }
  .services__icon{
    width: 50px;
    height: 50px;
  }
  .services__name{
    font-size: 16px;
  }
  .services__link--placeholder>a{
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

#popup-call-phone-wrapper {
  margin: 0 auto;
  padding: 48px 39px 48px 77px;
  background: #fff;
  max-width: 861px;
  width: 100%;
  min-height: 100px;
  position: relative;
  border-radius: 20px;
  background: #fff;
  box-shadow:
    0px 6px 12px 0px rgba(0, 0, 0, 0.1),
    0px 23px 23px 0px rgba(0, 0, 0, 0.09),
    0px 51px 31px 0px rgba(0, 0, 0, 0.05),
    0px 90px 36px 0px rgba(0, 0, 0, 0.01),
    0px 141px 40px 0px rgba(0, 0, 0, 0);
  overflow: hidden;
}
#popup-call-phone-wrapper::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 278px;
  height: 380px;
  background: url('popup-call-phone-image-bg.png') no-repeat;
  background-position: top right;
  background-size: 100%;
  user-select: none;
  pointer-events: none;
}
.popup-body {
  position: relative;
  z-index: 1;
}
#popup-call-phone-wrapper .text-danger {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.2;
  color: #ff0000;
}
/* #popup-call-phone-wrapper textarea#commentValue + div {
  margin-top: -4px;
} */
#popup-call-phone-wrapper .popup-heading {
  margin-bottom: 18px;
  color: #1e1e1e;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
}
#popup-call-phone-wrapper .popup-text-extra {
  margin-bottom: 18px;
  max-width: 422px;
  color: #000;
  font-weight: 350;
  font-size: 14px;
  line-height: 2;
}
#popup-call-phone-wrapper .popup-col {
  display: flex;
}
#popup-call-phone-wrapper .popup-center {
  width: 100%;
}
#popup-call-phone-wrapper .popup-footer {
  margin-top: auto;
}
#popup-call-phone-wrapper .mfp-close {
  width: 60px;
  height: 52px;
  font-family: none;
  font-size: 40px;
  color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#popup-call-phone-wrapper .mfp-close:hover {
  color: #7eb900;
}
#popup-call-phone-wrapper .popup-footer button {
  height: 32px;
  line-height: 30px;
  color: #fff;
  padding: 0 25px;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #7eb900;
  background: #7eb900;
  border-radius: 2px;
  outline: 0;
  text-align: center;
}
#popup-call-phone-wrapper .popup-footer button:hover {
  color: #7eb900;
  background: #fff;
  border: 1px solid #7eb900;
}
#popup-call-phone-wrapper .popup-footer a {
  width: 100px;
  height: 100px;
  color: #fff;
  background: #7eb900;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  user-select: none;
  cursor: pointer;
}
#popup-call-phone-wrapper .popup-footer a svg {
  margin-top: 2px;
  margin-left: 4px;
}
.masked,
.masked_loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#popup-call-phone-wrapper .popup-footer a:hover {
  color: #7eb900;
  background: #fff;
  border: 1px solid #7eb900;
}
#popup-call-phone-wrapper .popup-footer a:hover svg {
  margin-left: 8px;
}
#popup-call-phone-wrapper .popup-footer a svg,
#popup-call-phone-wrapper .popup-footer a svg path {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#popup-call-phone-wrapper .popup-footer a:hover svg path {
  stroke: #7eb900;
}
#popup-call-phone-wrapper .payment-info {
  max-width: 558px;
  clear: both;
}
#popup-call-phone-wrapper .payment-info-row {
  display: flex;
  justify-content: space-between;
}
#popup-call-phone-wrapper .payment-info-row > div {
  width: 46%;
}
#popup-call-phone-wrapper .payment-info > div + div {
  margin-top: 30px;
}
#popup-call-phone-wrapper .payment-info > div.text-danger {
  margin-top: 2px;
}
#popup-call-phone-wrapper .payment-info > div label {
  font-size: 12px;
  line-height: 12px;
  color: #838383;
  font-weight: 700;
}
#popup-call-phone-wrapper .payment-info > div label span {
  color: red;
  display: none;
}
#popup-call-phone-wrapper .payment-info > div input,
#popup-call-phone-wrapper .payment-info > div textarea {
  border: none;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 6px;
  background: transparent;
  outline: 0;
  width: 100%;
  color: #838383;
  font-weight: 350;
  font-size: 14px;
  line-height: 1;
}
#popup-call-phone-wrapper .payment-info > div input::placeholder,
#popup-call-phone-wrapper .payment-info > div textarea::placeholder {
  color: #ccc;
}
#popup-call-phone-wrapper .payment-info > div input.error_style,
#popup-call-phone-wrapper .payment-info > div textarea.error_style {
  border-bottom: 1px solid #a94442;
}
#popup-call-phone-wrapper .payment-info > div textarea {
  min-height: 70px;
  resize: vertical;
}
.masked {
  z-index: 10000;
  background: #eee;
  opacity: 0.4;
}
.masked_loading {
  background: url('ring-alt.svg') center center no-repeat;
  z-index: 10001;
}
.popup-call-phone-button {
  text-align: center;
}
.popup-call-phone-button button {
  width: 100% !important;
}
.popup-logo {
  margin-bottom: 69px;
  max-width: 168px;
}
#popup-call-phone-wrapper .payment-info .popup-checkbox {
  margin-top: 15px;
  min-height: 28px;
  display: flex;
  align-items: center;
}
#popup-call-phone-wrapper .payment-info .popup-checkbox input {
  margin-top: 0;
}
#popup-call-phone-wrapper .payment-info .popup-checkbox label {
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 11px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  user-select: none;
  cursor: pointer;
}
#popup-call-phone-wrapper .payment-info .popup-checkbox label .agree-form {
  color: #7eb900;
}
#popup-call-phone-wrapper .payment-info .popup-checkbox label .agree-form:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  #popup-call-phone-wrapper {
    padding: 25px;
    max-width: 560px;
  }
  #popup-call-phone-wrapper::before {
    top: 0;
    right: 0;
    background-size: 60%;
    background-position-x: right;
  }
  .popup-logo {
    display: none;
  }
  #popup-call-phone-wrapper .popup-text-extra {
    max-width: 346px;
    font-size: 12px;
  }
  #popup-call-phone-wrapper .payment-info > div + div {
    margin-top: 25px;
  }
  #popup-call-phone-wrapper .payment-info > div input,
  #popup-call-phone-wrapper .payment-info > div textarea {
    font-size: 12px;
  }
  #popup-call-phone-wrapper .payment-info .popup-checkbox label {
    font-size: 12px;
  }
  #popup-call-phone-wrapper .popup-footer {
    margin-left: 20px;
  }
}
@media (max-width: 650px) {
  #popup-call-phone-wrapper .popup-col,
  #popup-call-phone-wrapper .payment-info-row {
    flex-direction: column;
  }
  #popup-call-phone-wrapper .payment-info-row > div {
    width: 100%;
  }
  #popup-call-phone-wrapper .payment-info-row > div:not(:first-child) {
    margin-top: 25px;
  }
  #popup-call-phone-wrapper .payment-info > div textarea {
    resize: none;
  }
  #popup-call-phone-wrapper .popup-footer {
    margin-top: 24px;
    margin-left: 0;
  }
  #popup-call-phone-wrapper .popup-footer a {
    padding: 6px 14px;
    width: 100%;
    height: 44px;
    border-radius: 22px;
  }
  #popup-call-phone-wrapper .popup-footer a svg {
    display: none;
  }
  .popup-heading {
    padding-right: 100px;
  }
  #popup-call-phone-wrapper .popup-text-extra {
    padding-right: 135px;
    max-width: 100%;
  }
}
