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

@font-face {
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  background: #101010;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #fff;
  font-family: Montserrat;
  margin: 0;
  user-select: none;
}
a {
  text-decoration: none;
}
.hidden-img {
  display: none;
}
.sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s linear;
  z-index: 99;
  animation: scrollTop 0.3s linear;
  backdrop-filter: blur(20px);
}
@keyframes scrollTop {
  0% {
    transform: translateY(-110px);
  }
  100% {
    transform: translateY(0);
  }
}
.container {
  max-width: 1190px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto;
}
.container-full {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.header-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  position: relative;
}
.header-links {
  display: flex;
  align-items: center;
  gap: 31px;
}
.header-icons {
  display: flex;
  align-items: center;
  gap: 16.68px;
}
.header-link {
  width: 42px;
}
.header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  & img {
    max-width: 149px;
  }
}
.burger-btn {
  border: none;
  background: initial;
  cursor: pointer;
  & img {
    width: 34px;
  }
}
.header-phone-link {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  gap: 72px;
  width: 100%;
  background-image: url(../img/main.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 100px 0 200px 0;
}
.main-wrapper-viezd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  gap: 72px;
  width: 120%;
  background-image: url(../img/viezd.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 100px 0 200px 0;
}
.main-text {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
  & h1 {
    font-weight: 700;
    font-size: 45px;
    color: #fff;
  }
  & p {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
  }
}
.main-btn {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 3px solid #9f9644;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-btn-text {
  display: flex;
  align-items: center;
  gap: 12px;
  & p {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
  }
}
.title {
  font-weight: 700;
  font-size: 45px;
  color: #fff;
}
.banners {
  margin-top: 100px;
}
.masters {
  margin-top: 150px;
}
.banner-slider-wrapper {
  margin-top: 50px;
}
.banner-slider {
  height: 518px;
  width: 370px;
  overflow: visible !important;
  margin-left: unset !important;
  margin-right: unset !important;
}
.banner-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.banner-slid {
  width: 370px;
  height: 518px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  & > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
  }
}
.banner-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner-data-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29px 19px 0 26px;
}
.banner-data {
  padding: 12px 30px;
  border: 2px solid #9f9644;
  border-radius: 1000px;
  & p {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
  }
}
.banner-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0 19px 57px 26px;
  & h5 {
    font-weight: 700;
    font-size: 23px;
    color: #fff;
  }
  & p {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
  }
}
.nav-banner-slider {
  margin-top: 83px;
}
.slider-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.prev-btn-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #9f964400;
  cursor: pointer;
  transition: 0.3s linear;
  & svg {
    transform: rotate(180deg);
    & path {
      fill: #797979;
      transition: 0.3s linear;
    }
  }
}
.next-btn-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #9f964400;
  cursor: pointer;
  transition: 0.3s linear;
  & svg {
    & path {
      fill: #797979;
      transition: 0.3s linear;
    }
  }
}
.next-btn-slide:hover,
.prev-btn-slide:hover {
  border: 3px solid #9f9644;
  transition: 0.3s linear;
  & svg {
    & path {
      fill: #fff;
      transition: 0.3s linear;
    }
  }
}
.master-img-slide {
  position: relative;
  width: 100%;
}
.masters-slider {
  padding-bottom: 60px !important;
}
.master-img-slide-wrapper {
  max-width: 519px;
  width: 100%;
  height: 519px;
  overflow: hidden;
  border-radius: 50%;
  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.masters-slider-wrapper {
  margin-top: 93px;
  position: relative;
}
.masters-slid-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}
.master-text-slide {
  display: flex;
  flex-direction: column;
  max-width: 580px;
  width: 100%;
}
.master-baner-data {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  & p {
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    color: #fff;
    padding: 14px 28px;
    border: 2.2px solid #9f9644;
    border-radius: 1101px;
  }
}
.master-desc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 27px;
}
.master-data {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  max-width: 300px;
  width: 100%;
}
.master-data-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 50%;
  & span {
    width: 12.55px;
    height: 12.55px;
    border-radius: 50%;
    background-color: #9f9644;
  }
  & p {
    font-weight: 600;
    font-size: 17px;
    color: #fff;
  }
}
.more-masters-btn {
  position: absolute;
  bottom: -60px;
  right: -150px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 3px solid #9f9644;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more-masters-btn-content {
  display: flex;
  align-items: center;
  gap: 12px;
  & p {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
  }
}
.masters-nav-btns {
  position: absolute;
  right: 0;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 99;
}
.prev-btn-masters {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #9f964400;
  transition: 0.3s linear;
  cursor: pointer;
  & svg {
    transform: rotate(180deg);
    & path {
      fill: #797979;
      transition: 0.3s linear;
    }
  }
}
.next-btn-masters {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #9f964400;
  transition: 0.3s linear;
  cursor: pointer;
  & svg {
    & path {
      fill: #797979;
      transition: 0.3s linear;
    }
  }
}
.next-btn-masters:hover,
.prev-btn-masters:hover {
  border: 3px solid #9f9644;
  transition: 0.3s linear;
  & svg {
    & path {
      fill: #fff;
      transition: 0.3s linear;
    }
  }
}
.about {
  padding-top: 155px;
  overflow: hidden;
}
.about-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.about-wrapper-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  max-width: 510px;
  width: 100%;
  position: relative;
  z-index: 2;
  & p {
    font-weight: 500;
    font-size: 18px;
    line-height: 161%;
    color: #fff;
  }
}
.about-img-wrapper {
  position: relative;
  max-width: 600px;
  width: 100%;
}
.about-girl {
  position: absolute;
  top: 0;
  left: -150px;
  z-index: 0;
  opacity: 0.9;
}
.about-el {
  position: absolute;
  top: 0;
  left: -50px;
}
.sertificat {
  padding-top: 150px;
}
.serf-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.serf-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  max-width: 360px;
  width: 100%;
  position: relative;
  & p {
    font-weight: 500;
    font-size: 20px;
    line-height: 148%;
    color: #fff;
  }
}
.serf-img-wrapper {
  position: relative;
  background-image: url(../img/el.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-width: 600px;
  width: 100%;
  height: 600px;
}
.serf-img {
  position: absolute;
  top: 130px;
  left: 50px;
  max-width: 500px;
}
.serf-btn-link {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid #9f9644;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: -270px;
  z-index: 2;
}
.serf-btn-link-content {
  display: flex;
  align-items: center;
  gap: 12px;
  & p {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
  }
}
.bonus-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 71px;
}
.bonus-img-items {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.bonus-img-item {
  max-width: 234px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  & p {
    font-weight: 500;
    font-size: 16px;
    line-height: 148%;
    color: #fff;
  }
}
.img-wrap {
  max-width: 234px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.bonus-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 23px;
  & p {
    font-weight: 500;
    font-size: 19px;
    line-height: 148%;
    color: #fff;
  }
}
.inter-slider {
  margin: 0 auto !important;
  width: 970px;
  overflow: visible !important;
  padding-top: 90px !important;
}
.interier {
  padding-top: 150px;
}
.inter-slide {
  transform: scale(0.9) !important;
  transition: 0.3s linear;
  opacity: 0.3;
  max-width: 970px;
  width: 100%;
  height: 438px;
  border-radius: 30px;
  overflow: hidden;
  & img {
    width: 100%;
    object-fit: cover;
  }
}
.inter-wrapper .swiper-slide-active {
  transform: scale(1) !important;
  transition: 0.3s linear;
  opacity: 1;
  max-width: 970px;
  width: 100%;
  height: 438px;
  border-radius: 30px;
  overflow: hidden;
  & img {
    width: 100%;
    object-fit: cover;
  }
}
.prev-btn-inter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #9f964400;
  cursor: pointer;
  transition: 0.3s linear;
  & svg {
    transform: rotate(180deg);
    & path {
      fill: #797979;
      transition: 0.3s linear;
    }
  }
}
.next-btn-inter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #9f964400;
  cursor: pointer;
  transition: 0.3s linear;
  & svg {
    & path {
      fill: #797979;
      transition: 0.3s linear;
    }
  }
}
.next-btn-inter:hover,
.prev-btn-inter:hover {
  border: 3px solid #9f9644;
  transition: 0.3s linear;
  & svg {
    & path {
      fill: #fff;
      transition: 0.3s linear;
    }
  }
}
.inter-nav {
  margin-top: 100px;
}
.bonus-items {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  width: 100%;
  gap: 25px 0;
}
.bonus-item {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 50%;
  & span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #9f9644;
  }
  & p {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    margin: 0 !important;
  }
}
.bonus-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  & p {
    font-weight: 500;
    font-size: 20px;
    line-height: 148%;
    margin: 22px 0 45px 0;
  }
}
.dop-info-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
}
.btn {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 3px solid #9f9644;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  & div {
    display: flex;
    align-items: center;
    gap: 12px;
    & p {
      font-weight: 700;
      font-size: 17px;
      color: #fff;
    }
  }
}
.btn-bonus {
  position: absolute;
  bottom: -180px;
  right: 0;
}
.condidats {
  padding-top: 260px;
}
.condidats-page {
  padding-top: 130px;
  padding-bottom: 180px;
}
.voc-page {
  margin-top: 60px;
}
.condidats-img {
  width: 100%;
  & img {
    width: 100%;
    object-fit: cover;
  }
}
.condidats-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 85px;
  position: relative;
}
.condidats-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  max-width: 700px;
  width: 100%;
}
.condidats-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
}
.condidats-item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  & h4 {
    font-weight: 700;
    font-size: 75px;
    color: #958c3a;
    max-width: 94px;
    width: 100%;
  }
  & div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    max-width: 470px;
    width: 100%;
    & h5 {
      font-weight: 700;
      font-size: 26px;
      line-height: 148%;
      text-transform: uppercase;
      color: #fff;
    }
    & p {
      font-weight: 500;
      font-size: 17px;
      line-height: 148%;
      color: #fff;
    }
  }
}
.btn-con {
  bottom: -160px;
  left: -40px;
  position: absolute;
}
.condidats {
  padding-bottom: 200px;
}
.contact-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 55px;
  padding-bottom: 70px;
}
footer {
  padding-top: 60px;
}
.footer-items {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  & p {
    font-weight: 600;
    font-size: 20px;
    line-height: 148%;
    color: #fff;
  }
  & h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 148%;
    color: #fff;
    opacity: 0.5;
  }
  & a {
    font-weight: 600;
    font-size: 20px;
    line-height: 148%;
    color: #fff;
  }
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 17px;
}
.footer-links a img {
  max-width: 42px;
  width: 100%;
}
.footer-link-taxi {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 60px;
  border: 1px solid #c9c9c9;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
}
.copyright {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
}
.copyright-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  & a {
    font-weight: 500;
    font-size: 15px;
    line-height: 148%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: right;
    color: #fff;
  }
  & p {
    font-weight: 500;
    font-size: 15px;
    line-height: 148%;
    text-align: right;
    color: #fff;
  }
}
.footer-logo {
  max-width: 156px;
  width: 100%;
}
.copyright-wrap {
  border: none;
  border-top: 2px solid #404040;
}
.map {
  max-width: 100%;
  width: 100%;
}
.map iframe {

  border-radius: 20px;
  width: 100%;
  height: 374px;
}
.walk-line {
  margin: 150px 0;
  overflow: hidden;
}
.run-lines-wrapper {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  transform: translateY(60px);
  height: 200px;
}
.items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  background: linear-gradient(90deg, #9f9644 0%, #c9b81b 100%);
  padding: 8px 0;
}
.items {
  flex-shrink: 0;
  display: flex;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}
.item {
  flex: 0 0 auto;
  width: 360px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 37px;
  text-transform: uppercase;
  color: #101010;
  transition: all 0.1s ease-in-out;
  line-height: 1;
}
.rev {
  transform: rotate(-3deg);
  margin-top: -60px;
}
.ver {
  transform: rotate(3deg);
  opacity: 20%;
}
.marquee {
  animation: scroll 60s linear infinite;
}
.reverce {
  animation-direction: reverse;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.burger-wrapper {
  width: 100%;
  background: #9f9644;
  padding: 33px 0 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transform: translateY(-240px);
  transition: 0.3s linear;
}
.open-burger {
  transform: translateY(0) !important;
  transition: 0.3s linear;
}
.burger-panel {
  display: flex;
  align-items: start;
  width: 100%;
  justify-content: space-between;
}
.burger-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 174px;
  list-style: none;
  gap: 23px 70px;
  & li {
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    font-family: Montserrat;
    cursor: pointer;
  }
}
.burger-btns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 170px;
}
.close-burger {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  & button {
    background: initial;
    border: none;
    cursor: pointer;
  }
}
.burger-links {
  display: flex;
  align-items: center;
  gap: 31px;
  & div {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.burger-links > a {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.main-mob-img {
  display: none;
}
.mobile-content {
  display: none;
}
.girl-m {
  display: none;
}
.serf-el {
  display: none;
}
.masters-page-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 68px 0;
  margin-top: 70px;
}
.all-masters {
  padding: 60px 0;
}
.masters-page-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  max-width: 370px;
  width: 100%;
}
.master-item-img-wrapper {
  max-width: 370px;
  width: 100%;
  height: 370px;
  overflow: hidden;
  border-radius: 50%;
  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.master-item-data-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  width: 100%;
}
.master-item-name-link {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  & h4 {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
  }
}
.back-btn {
  margin: 60px auto 0 auto;
  border: 3px solid #9f9644;
  max-width: 300px;
  width: 100%;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.master-item-parametres {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 0;
}
.master-item-parametr {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 50%;
  & span {
    width: 12.55px;
    height: 12.55px;
    border-radius: 50%;
    background: #9f9644;
  }
  & p {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
  }
}
.viezd-info {
  padding-top: 228px;
}
.viezd-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 180px;
}
.viezd-info-item {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.viezd-info-img {
  max-width: 614px;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  & img {
    width: 100%;
    object-fit: cover;
  }
}
.viezd-info-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 488px;
  width: 100%;
  & h5 {
    font-weight: 700;
    font-size: 45px;
    color: #fff;
  }
  & p {
    font-weight: 500;
    font-size: 19px;
    line-height: 155%;
    color: #fff;
  }
  & div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    & p {
      font-weight: 500;
      font-size: 19px;
      line-height: 155%;
      color: #fff;
    }
  }
}
.viezd-places {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 73px;
}
.viezd-place {
  display: flex;
  align-items: center;
  gap: 18px;
  & span {
    display: block;
    width: 12.55px;
    height: 12.55px;
    border-radius: 50%;
    background: #9f9644;
  }
  & p {
    max-width: 329px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 151%;
    color: #fff;
  }
}
.priority-wrepper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.priority-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
  max-width: 830px;
  width: 100%;
  & h5 {
    font-weight: 700;
    font-size: 45px;
    color: #fff;
  }
  & p {
    font-weight: 500;
    font-size: 19px;
    line-height: 155%;
    color: #fff;
  }
}
.priority-content {
  padding-top: 144px;
}
.priority-items {
  margin-top: 98px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.priority-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  max-width: 272px;
  width: 100%;
  & h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 155%;
    color: #fff;
  }
  & p {
    font-weight: 500;
    font-size: 16px;
    line-height: 155%;
    color: #fff;
  }
}
.priority-item-img {
  max-width: 272px;
  width: 100%;
}
.mob-viezd-img {
  display: none;
}
.dop-page-link {
  position: absolute;
  top: 65px;
  right: 0;
  background: #fff;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  & img {
    width: 63px !important;
    height: 63px !important;
  }
}
.programms-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 130px;
  gap: 138px;
}
.programm-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 80px;
}
.programm-section-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 500px;
  width: 100%;
  & h4 {
    font-weight: 700;
    font-size: 45px;
    color: #fff;
  }
  & p {
    font-weight: 500;
    font-size: 18px;
    line-height: 161%;
    color: #fff;
  }
}
.programms-content {
  width: 100%;
}
.programm-slider {
  width: 100%;
  padding-bottom: 90px !important;
}
.programm-slid-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.program-text {
  max-width: 570px;
  width: 100%;
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  & h5 {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
  }
  & p {
    font-weight: 500;
    font-size: 18px;
    line-height: 161%;
    color: #fff;
  }
}
.program-img-wrapper {
  position: relative;
  max-width: 470px;
  width: 100%;
  & .program-img {
    max-width: 470px;
    width: 100%;
    height: 470px;
    overflow: hidden;
    border-radius: 50%;
  }
  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.program-tel-btn-wrapper {
  position: absolute;
  bottom: -90px;
  right: -45px;
  width: 173px;
  height: 173px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #9f9644;
}
.program-tel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  & p {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
  }
}
.program-price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.program-price {
  display: flex;
  align-items: center;
  gap: 12.45px;
  & span {
    width: 12.55px;
    height: 12.55px;
    border-radius: 50%;
    background: #9f9644;
  }
  & p {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
  }
}
.programm-slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.conut-programm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  & span {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #888c91;
  }
}
.current-program {
  font-weight: 600;
  font-size: 40px;
  color: #9f9644;
}
.all-programm {
  font-weight: 500;
  font-size: 31px;
  color: #fff;
}
.btn-prog {
  display: flex;
  align-items: center;
  gap: 20px;
}
.prev-btn-programm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #9f964400;
  transition: 0.3s linear;
  cursor: pointer;
  & svg {
    transform: rotate(180deg);
    & path {
      fill: #797979;
      transition: 0.3s linear;
    }
  }
}
.next-btn-program {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #9f964400;
  transition: 0.3s linear;
  cursor: pointer;
  & svg {
    & path {
      fill: #797979;
      transition: 0.3s linear;
    }
  }
}
.next-btn-program:hover,
.prev-btn-programm:hover {
  border: 3px solid #9f9644;
  transition: 0.3s linear;
  & svg {
    & path {
      fill: #fff;
      transition: 0.3s linear;
    }
  }
}
.mobile-prog-btn {
  display: none;
}
@media all and (max-width: 1200px) {
  .programm-slid-content {
    flex-direction: column;
  }
  .program-text {
    max-width: 100%;
  }
  .program-img-wrapper {
    margin: 0 auto 30px auto;
  }
  .viezd-info-item:first-child {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .priority-items {
    flex-wrap: wrap;
  }
  .priority-item-wrapper {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .viezd-info-item:last-child {
    flex-direction: column;
    gap: 40px;
  }
  .viezd-info-wrapper {
    gap: 60px;
  }
  .viezd-places {
    max-width: 614px;
    width: 100%;
    margin: 30px auto 40px auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .viezd-info-text {
    & h5 br {
      display: none;
    }
  }
  .viezd-place {
    & p {
      max-width: 614px;
    }
  }
  .desk-viezd-img {
    display: none;
  }
  .mob-viezd-img {
    display: block;
    margin: 0 auto;
  }
  .viezd-info-text {
    max-width: 614px;
  }
  .main-wrapper {
    width: 113%;
  }
  .condidats-img {
    max-width: 600px;
  }
  .condidats-wrapper {
    flex-direction: column-reverse;
  }
  .btn-con {
    left: 40px;
  }
  .bonus-wrapper {
    flex-direction: column-reverse;
  }
  .bonus-text-wrap h2 br {
    display: none;
  }
  .bonus-text-wrap p br {
    display: none;
  }
  .bonus-img-items {
    width: 100%;
    justify-content: center;
  }
}
@media all and (max-width: 991px) {
  .inter-slider {
    width: 600px;
  }
  .main-wrapper-viezd {
    width: 139%;
  }
  .footer-items {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px 0;
  }
  .footer-item {
    width: 50%;
  }
  .header-logo {
    position: static;
    transform: translate(0, 0);
  }
  .serf-btn-link {
    display: none;
  }
  .serf-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .masters-nav-btns {
    bottom: 240px;
  }
  .serf-text {
    max-width: 100%;
    padding: 0 18px;
  }
  .serf-img-wrapper {
    margin: 0 auto;
    background-image: unset;
    height: unset;
    position: relative;
  }
  .serf-img-wrapper:after {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 375px;
    height: 375px;
    background: #c9b81b26;
    filter: blur(50px);
    z-index: -1;
    border-radius: 50%;
  }
  .serf-img {
    position: static;
    width: 100%;
  }
  .serf-el {
    display: flex;
    position: absolute;
    top: -70px;
    left: 0;
    max-width: 100%;
    width: 100%;
    z-index: -1;
  }
  .dop-info-wrapper {
    flex-direction: column;
  }
  .bonus-text > p br {
    display: none;
  }
}
@media all and (max-width: 940px) {
  .header-logo {
    position: static;
    transform: translate(0, 0);
  }
  .masters-nav-btns {
    bottom: 240px;
  }
  .about-girl {
    left: -250px;
  }
  .about-el {
    left: -170px;
  }
}
@media all and (max-width: 870px) {
  .main-wrapper {
    width: 130%;
  }
  .master-data-item {
    & p {
      font-size: 14px;
    }
  }
}
.telc {
  display: none;
}
@media all and (max-width: 768px) {
  .header-icons {
    gap: 6.68px;
  }
  .telc {
    display: block;
  }
  .vkc {
    display: none;
  }
  .programm-slider {
    padding-bottom: 0 !important;
  }
  .prog-btn {
    display: block;
    margin-top: 40px;
  }
  .program-img-wrapper {
    position: relative;
    max-width: 330px;
    width: 100%;
    & .program-img {
      max-width: 330px;
      width: 100%;
      height: 330px;
      overflow: hidden;
      border-radius: 50%;
    }
    & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .master-item-img-wrapper {
    max-width: 330px;
    height: 330px;
  }
  .programm-section-text {
    & h4 {
      font-size: 31px;
    }
    & p {
      font-size: 14px;
    }
  }
  .program-text {
    & h5 {
      font-size: 31px;
    }
    & p {
      font-size: 14px;
    }
  }
  .programms-wrapper {
    padding-top: 50px;
    gap: 30px;
  }
  .prev-mans,
  .next-mans {
    width: 76px;
    height: 76px;
    & svg {
      width: 24px;
    }
  }
  .programm-slider-nav {
    margin-top: 42px;
  }
  .program-price p {
    max-width: 300px;
    width: 100%;
  }
  .mobile-prog-btn {
    display: block;
    width: 173px;
    height: 173px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #9f9644;
  }
  .program-tel-btn-wrapper {
    display: none;
  }
  .masters-page-items {
    justify-content: center;
  }
  .priority-items {
    flex-direction: column;
    align-items: center;
    gap: 64px;
  }
  .priority-text {
    & p {
      font-size: 14x;
    }
  }
  .priority-item-wrapper {
    width: 100%;
  }
  .priority-text {
    & h5 {
      font-size: 33px;
    }
  }
  .viezd-info-text {
    & h5 {
      font-weight: 700;
      font-size: 33px;
      color: #fff;
    }
    & div {
      & p {
        font-size: 14px;
      }
    }
    & p {
      font-size: 14px;
    }
  }
  .viezd-info {
    padding-top: 100px;
  }
  .viezd-info-img {
    border-radius: 19px;
  }
  .viezd-place {
    & p {
      max-width: 309px;
      font-size: 14px;
    }
  }
  .main-wrapper-viezd {
    width: 100%;
    background-image: unset;
  }
  .footer-items {
    flex-direction: column;
    gap: 18px;
  }
  .burger-wrapper {
    transform: translateY(-400px);
  }
  .burger-panel {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .burger-links > a {
    font-size: 16px;
  }
  .burger-btns {
    height: 100px;
  }
  .close-burger {
    & button {
      & img {
        width: 26px;
      }
    }
  }
  .footer-item {
    gap: 10px;
    width: 100%;
  }
  .copyright {
    flex-direction: column;
    gap: 32px;
  }
  .copyright-text {
    align-items: center;
  }
  .condidats-item {
    & h4 {
      font-size: 59px;
      max-width: 75px;
    }
    & div {
      & h5 {
        font-size: 21px;
      }
      & p {
        font-size: 13px;
      }
    }
  }
  .condidats-item {
    gap: 10px;
  }
  .condidats {
    padding-top: 30px;
    padding-bottom: 130px;
  }
  .inter-slider {
    width: 340px;
    padding-top: 38px !important;
  }
  .dop-info {
    margin-top: 75px;
  }
  .bonus-items {
    flex-direction: column;
  }
  .btn-con {
    width: 165px;
    height: 165px;
  }
  .btn-con {
    bottom: -120px;
    left: unset;
    right: 0;
    & div {
      & p {
        font-weight: 700;
        font-size: 12px;
        color: #fff;
      }
    }
  }
  .btn-bonus {
    width: 165px;
    height: 165px;
  }
  .btn-bonus {
    bottom: -40px;
    right: 10px;
    & div {
      & p {
        font-weight: 700;
        font-size: 12px;
        color: #fff;
      }
    }
  }
  .bonus-item {
    width: 100%;
  }
  .bonus-img {
    width: 100%;
    display: flex;
    justify-content: center;
    & img {
      width: 100%;
      object-fit: cover;
    }
  }
  .inter-slide {
    width: 340px !important;
    height: 485px !important;
    border-radius: 30px;
    & img {
      border-radius: 30px;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .inter-nav {
    margin-top: 57px;
  }
  .bonus-img-items {
    flex-direction: column;
    gap: 49px;
    align-items: center;
  }
  .about-wrapper {
    flex-direction: column;
  }
  .bonus-img-item {
    max-width: 340px;
    gap: 49px;
  }
  .img-wrap {
    max-width: 340px;
  }
  .bonus-img-item {
    & p {
      font-size: 18px;
    }
  }
  .bonus-wrapper {
    gap: 52px;
  }
  .walk-line {
    margin: 0;
  }
  .item {
    width: 150px;
    font-size: 16px;
  }
  .sertificat {
    padding-top: 0;
  }
  .about-img-wrapper {
    display: none;
  }
  .girl-m {
    display: flex;
    justify-content: center;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    & img {
      object-fit: cover;
      width: 100%;
    }
  }
  .girl-m:after {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 375px;
    height: 375px;
    background: #c9b81b26;
    filter: blur(50px);
    z-index: -1;
    border-radius: 50%;
  }
  .about {
    padding-top: 58px;
  }
  .about-img-wrapper {
    height: 600px;
  }
  .about-wrapper-text {
    max-width: 100%;
  }
  .masters-slid-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .masters-slider-wrapper {
    margin-top: 43px;
  }
  .master-img-slide-wrapper {
    width: 340px;
    height: 340px;
    & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .masters-nav-btns {
    position: static;
  }
  .more-masters-btn {
    position: absolute;
    bottom: -68px;
    right: 10px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #9f9644;
    display: flex;
    align-items: center;
    justify-content: center;
    & p {
      font-size: 12px;
    }
  }
  .master-baner-data {
    display: none;
    justify-content: center;
    margin-bottom: 47px;
  }
  .main-mob-img {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
  }
  .main-btn {
    position: relative;
    z-index: 2;
  }
  .main-mob-img:after {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 375px;
    height: 375px;
    background: #c9b81b26;
    filter: blur(50px);
    z-index: -1;
    border-radius: 50%;
  }
  .header-wrapper {
    padding: 18px 0;
  }
  .container {
    padding: 0 18px;
  }
  .main-container {
    padding: 0;
  }
  .main-wrapper {
    width: 100%;
    background-image: unset;
    padding: 60px 0;
    gap: 0;
  }
  .header-phone-link {
    display: none;
  }
  .header-logo {
    & img {
      max-width: 100px;
    }
  }
  .header-icons > img {
    display: none;
  }
  .main-text {
    padding: 0 18px;
    & h1 {
      font-size: 36px;
    }
  }
  .title {
    font-size: 31px;
  }
  .main-btn {
    margin: -60px auto;
  }
  .banner-slider {
    width: 340px;
  }
  .banner-wrapper {
    gap: 0;
  }
  .masters {
    margin-top: 100px;
  }
  .nav-banner-slider {
    margin-top: 43px;
  }
  .prev-btn-slide,
  .next-btn-slide {
    width: 76px;
    height: 76px;
    & svg {
      width: 24px;
    }
  }
  .prev-btn-masters,
  .next-btn-masters {
    width: 76px;
    height: 76px;
    & svg {
      width: 24px;
    }
  }
  .master-desc-wrapper {
    padding: 0 18px;
  }
  .no-padding {
    padding: 0;
  }
  .main-masters-wrapper {
    .title {
      padding: 0 18px;
    }
  }
  .condidats-page {
    padding-top: 50px;
  }
  .voc-page {
    margin-top: 0;
  }
  .mobile-content {
    display: flex;
  }
  .viezd-main-text {
    & h1 {
      font-size: 31px;
      & br {
        display: none;
      }
    }
    & p {
      font-size: 16px;
    }
  }
}
