@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Arabic:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
  font-weight: 400;
}

button, select {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
  font-weight: 400;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 100svh;
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

body {
  background: #FEFCF8;
  font-weight: 400;
  font-family: "Noto Sans Arabic", sans-serif;
  color: rgba(54, 54, 54, 0.7);
}

button, input, textarea, li, div {
  font-family: "Noto Sans Arabic", sans-serif;
  font-weight: 400;
  color: rgba(54, 54, 54, 0.7);
}

.container {
  max-width: 1400px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.main-btn {
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%);
  border-radius: 50px;
  padding: 0 30px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .main-btn {
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.main-btn:hover {
  background: #EACC42;
  color: #363636;
}

.light-btn {
  border: 1.19px solid #DBAA46;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .light-btn {
    font-size: 14px;
  }
}

.sec-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #363636;
}
@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 22px;
  }
}
.sec-title span {
  color: #d9bd3f;
  display: inline;
}

.swp-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .swp-navigation {
    gap: 30px;
  }
}
.swp-navigation button {
  width: 51px;
  height: 49px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .swp-navigation button {
    width: 35px;
    height: 35px;
  }
  .swp-navigation button svg, .swp-navigation button img {
    width: 13px;
    height: auto;
  }
}
.swp-navigation button:hover {
  background: #EACC42;
}
.swp-navigation button:hover img {
  filter: brightness(0.4);
}
.swp-pagination {
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .swp-pagination {
    gap: 6px;
  }
}
.swp-pagination span {
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0.4;
  background: #D9BD3F;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .swp-pagination span {
    width: 6px;
    height: 6px;
  }
}
.swp-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

.form-inp {
  width: 100%;
  height: 66px;
  padding: 0 24px;
  box-shadow: inset 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fefcf8;
  border-radius: 66px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: black;
}
@media screen and (max-width: 768px) {
  .form-inp {
    height: 49px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.form-inp::-moz-placeholder {
  color: rgba(54, 54, 54, 0.5);
}
.form-inp::placeholder {
  color: rgba(54, 54, 54, 0.5);
}
.form-radio {
  position: relative;
  width: 40px;
  height: 23px;
  z-index: 1;
  background: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 40px;
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%);
}
.form-radio::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 40px;
  background: white;
  opacity: 1;
  transition: 0.2s ease-in-out all;
}
.form-radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.form-radio__icon {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%);
  top: 4px;
  left: 4px;
  transition: 0.2s ease-in-out all;
  z-index: 1;
}
.form-radio__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: white;
  opacity: 0;
  transition: 0.2s ease-in-out all;
}
.form-radio input:checked ~ .form-radio__icon {
  left: 21px;
}
.form-radio input:checked ~ .form-radio__icon::before {
  opacity: 1;
}
.form-radio:has(input:checked)::after {
  opacity: 0;
}

.header {
  position: fixed;
  top: 49.86px;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: 0.2s ease-in-out all;
}
@media screen and (max-width: 1024px) {
  .header {
    top: 11px;
  }
}
.header.fixed {
  top: 10px;
}
.header-container {
  max-width: 1360px;
  width: calc(100% - 70px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 36px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px 20px 25px;
}
@media screen and (max-width: 1024px) {
  .header-container {
    width: calc(100% - 30px);
    border-radius: 15px;
    padding: 13.5px 10px 13.5px 15px;
  }
}
.header-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo img {
  width: 159px;
}
@media screen and (max-width: 1024px) {
  .header-logo img {
    width: 118.88px;
  }
}
.header-navs {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media screen and (max-width: 1024px) {
  .header-navs {
    display: none;
  }
}
.header-navs__link {
  font-size: 16px;
  line-height: 150%;
  color: #363636;
  transition: 0.2s ease-in-out all;
}
.header-navs__link:hover {
  color: #DBAA46;
}
.header-right {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.header-right a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .header-right {
    display: flex;
  }
}
.header .main-btn {
  height: 45px;
  padding: 0 16px;
  border-radius: 9px;
}
@media screen and (max-width: 1024px) {
  .header .main-btn {
    display: none;
  }
}

.home {
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .home {
    padding-top: 0;
  }
}
.home-container {
  position: relative;
  z-index: 1;
  border-radius: 35px;
  height: 804px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .home-container {
    padding: 402.73px 0 0 0;
    height: auto;
    overflow: visible;
  }
}
.home-subtitle {
  border-radius: 0 12px 12px 0;
  padding: 29px 9px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.2);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 261.24px;
  left: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 1024px) {
  .home-subtitle {
    left: -15px;
    top: 111px;
    bottom: auto;
    font-size: 12px;
    padding: 14px 3px;
  }
}
.home-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .home-bg {
    width: calc(100% + 30px);
    min-width: calc(100% + 30px);
    height: 585px;
    left: -15px;
    top: -90px;
  }
}
.home-card {
  width: 625px;
  margin-left: 54.5px;
  transform: translateY(20px);
}
@media screen and (max-width: 1350px) {
  .home-card {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 1024px) {
  .home-card {
    width: 312px;
    position: absolute;
    z-index: -1;
    top: 91px;
    left: -15px;
    transform: translate(0);
    margin: 0;
  }
}
.home-content {
  box-shadow: 0 4px 14px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  width: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  .home-content {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 1024px) {
  .home-content {
    width: 100%;
    padding: 25px;
    border-radius: 15px;
  }
}
.home-content h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #363636;
  margin-bottom: 11px;
}
@media screen and (max-width: 1350px) {
  .home-content h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .home-content h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.home-content h1 span {
  display: block;
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .home-content h1 span {
    display: inline;
  }
}
.home-content p {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 31px;
}
@media screen and (max-width: 1024px) {
  .home-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.home-content .line {
  height: 1px;
  width: 100%;
  flex-shrink: 0;
  background: linear-gradient(to right, rgba(249, 180, 60, 0.8), #FEC938, rgba(249, 180, 60, 0.8));
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .home-content .line {
    margin-bottom: 15px;
  }
}
.home-content__texts {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-bottom: 31px;
}
@media screen and (max-width: 1350px) {
  .home-content__texts {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .home-content__texts {
    position: absolute;
    top: 112px;
    right: 0;
    grid-template-columns: repeat(1, 1fr);
    width: 132px;
    gap: 7px;
  }
}
.home-content__texts-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home-content__texts-item {
    box-shadow: 0 4px 14px 0 rgba(97, 97, 97, 0.15);
    background: #fff;
    border-radius: 15px 0 15px 15px;
    padding: 13px 15px 12px;
    gap: 2px;
  }
}
.home-content__texts-item .star {
  display: none;
  position: absolute;
  top: -7px;
  right: -6.62px;
  filter: drop-shadow(0, 4px 8px rgba(97, 97, 97, 0.24));
  width: 20.88px;
}
@media screen and (max-width: 1024px) {
  .home-content__texts-item .star {
    display: block;
  }
}
.home-content__texts-item h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #363636;
}
@media screen and (max-width: 1350px) {
  .home-content__texts-item h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .home-content__texts-item h3 {
    font-size: 16px;
  }
}
.home-content__texts-item h3 small {
  font-size: 14px;
}
@media screen and (max-width: 1250px) {
  .home-content__texts-item h3 small {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .home-content__texts-item h3 small {
    font-size: 8px;
  }
}
.home-content__texts-item span {
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .home-content__texts-item span {
    font-size: 12px;
  }
}
.home-content .main-btn {
  width: 100%;
  height: 47px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .home-content .main-btn {
    height: auto;
    padding: 14px;
    margin-bottom: 12px;
  }
}
.home-content h4 {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .home-content h4 {
    font-size: 10px;
  }
}
.home-content h4 a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: inline;
}
.home-content h4 a:hover {
  color: #d9bd3f;
}

.about {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .about {
    padding-top: 60px;
  }
}
.about-container {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.about-card {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .about-card {
    display: none;
  }
}
.about-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-card__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.2);
  padding: 2.5px 20px;
}
.about-content {
  width: calc(50% - 10px);
  flex-shrink: 0;
  box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .about-content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about-content {
    border-radius: 15px;
    padding: 20px;
  }
}
.about h2 {
  font-weight: 700;
  font-size: 23px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #363636;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about h2 {
    font-size: 22px;
    width: 100%;
  }
}
.about h2 span {
  color: #daba40;
}
.about-steps {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-steps__item {
  box-shadow: 0 1px 14px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  padding: 20px;
  border: 1px solid #efefef;
  border-radius: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-steps__item {
    padding: 35px 15px 15px;
    position: relative;
  }
}
.about-steps__item .step-number {
  box-shadow: 0 1px 14px 0 rgba(97, 97, 97, 0.15);
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%);
  border-radius: 20px;
  padding: 7px 15px 6px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-steps__item .step-number {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ebebeb;
    border-radius: 15px 0;
    font-size: 12px;
    background: #fff;
    color: #363636;
  }
  .about-steps__item .step-number span {
    font-weight: 700;
    color: #dbb442;
  }
}
.about-steps__item .step-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #363636;
  margin-top: 13px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-steps__item .step-title {
    font-size: 14px;
    margin: 0;
  }
  .about-steps__item .step-title br {
    display: none;
  }
}
.about-steps__item .step-title span {
  color: #dabd3f;
}
.about-steps__item .step-subtitle {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-steps__item .step-subtitle {
    font-size: 14px;
    margin-top: 10px;
  }
}
.about-steps__item .step-imgs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 19px 0 10px;
}
@media screen and (max-width: 768px) {
  .about-steps__item .step-imgs {
    gap: 5px;
    margin: 11px 0;
  }
}
.about-steps__item .step-imgs li {
  border-radius: 20px;
  width: 140px;
  height: 126px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-steps__item .step-imgs li {
    maw-width: 137px;
    width: 100%;
    height: 129px;
  }
  .about-steps__item .step-imgs li:nth-child(3) {
    display: none;
  }
}
.about-steps__item .step-imgs li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18) inset;
  z-index: 1;
}
.about-steps__item .step-imgs li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-steps__item .step-text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: rgba(54, 54, 54, 0.5);
}
.about .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  margin: 30px 0 21px;
}
@media screen and (max-width: 768px) {
  .about .btns {
    flex-direction: column;
  }
}
.about .main-btn {
  width: 100%;
  justify-content: space-between;
  height: 60px;
  padding: 0 5px 0 30px;
}
@media screen and (max-width: 768px) {
  .about .main-btn {
    justify-content: center;
    gap: 8px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .about .main-btn img {
    display: none;
  }
}
.about .main-btn img.sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .about .main-btn img.sm {
    display: block;
  }
}
.about h4 {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about h4 {
    font-size: 10px;
  }
}
.about h4 a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.about h4 a:hover {
  color: #d9bd3f;
}

.prices {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .prices {
    padding-top: 60px;
  }
}
.prices-head {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .prices-head {
    margin-bottom: 25px;
  }
}
.prices-head h2 {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .prices-head h2 span {
    color: #363636;
  }
}
.prices-head p {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgba(54, 54, 54, 0.7);
}
@media screen and (max-width: 768px) {
  .prices-head p {
    font-size: 14px;
  }
}
.prices-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .prices-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .prices-list {
    gap: 20px;
    margin-bottom: 25px;
  }
}
.prices-card {
  padding: 50px 40px 30px;
  position: relative;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .prices-card {
    padding: 35px 25px 25px;
    border-radius: 15px;
  }
}
.prices-card::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 102px;
  height: 43px;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  border-radius: 100px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .prices-card::before {
    width: 86px;
    height: 38px;
    top: -15px;
  }
}
.prices-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  z-index: -1;
}
.prices-card__number {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 14px;
  border-radius: 100px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .prices-card__number {
    font-size: 12px;
    font-weight: 600;
    top: -10px;
  }
}
.prices-card__number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: white;
  border-radius: 100px;
  z-index: -1;
}
.prices-card__number::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  z-index: -1;
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%);
}
.prices-card__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #363636;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .prices-card__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.prices-card__title span {
  color: #d9bd3f;
}
.prices-card__subtitle {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgba(54, 54, 54, 0.7);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .prices-card__subtitle {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
  }
}
.prices-card__value {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
.prices-card__value span {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #363636;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .prices-card__value span {
    font-size: 12px;
  }
}
.prices-card__value b {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #363636;
}
@media screen and (max-width: 768px) {
  .prices-card__value b {
    font-size: 18px;
  }
}
.prices-card ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  width: 100%;
  margin: 15px 0 6px;
}
@media screen and (max-width: 1280px) {
  .prices-card ul {
    max-width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .prices-card ul {
    margin: 20px 0 6px;
    max-width: 300px;
  }
}
.prices-card li {
  height: 204px;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  box-shadow: inset 0 0 16px 0 rgba(97, 97, 97, 0.2);
  background: #fefcf8;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .prices-card li {
    height: 160px;
  }
}
.prices-card li img {
  width: 100%;
}
.prices-card p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: rgba(54, 54, 54, 0.5);
}
.prices-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .prices-foot {
    gap: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .prices-foot .main-btn {
    width: 100%;
  }
}
.prices-foot p {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .prices-foot p {
    font-size: 10px;
  }
}
.prices-foot p a {
  display: inline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.prices-foot p a:hover {
  color: #d9bd3f;
}

.experience {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .experience {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .experience-container {
    padding: 10px;
  }
}
.experience-head {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .experience-head {
    margin-bottom: 20px;
  }
}
.experience-head h2 {
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .experience-head h2 {
    margin-bottom: 9px;
  }
}
.experience-head p {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgba(54, 54, 54, 0.7);
}
@media screen and (max-width: 768px) {
  .experience-head p {
    font-size: 14px;
  }
}
.experience .examples__slider {
  max-width: 491px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .experience .examples__slider {
    display: none;
  }
}
.experience .examples__slide {
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  transition: all 0.4s ease;
  transform: scale(0);
  position: relative;
  z-index: 1;
}
.experience .examples__slide-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 9px;
  padding: 10px 10px 0;
  margin-bottom: 20px;
}
.experience .examples__slide-head-value {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #363636;
}
.experience .examples__slide-head-value span {
  color: #d9bd3f;
}
.experience .examples__slide-head-text {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: rgba(54, 54, 54, 0.7);
}
.experience .examples__slide-content {
  box-shadow: inset 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fefcf8;
  border-radius: 15px;
  padding: 26px 28px;
  width: 100%;
  height: 390px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.experience .examples__slide-content-body {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.experience .examples__slide-content-body img {
  width: 150px;
}
.experience .examples__slide-content-body span {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: rgba(54, 54, 54, 0.7);
}
.experience .examples__slide-content .small-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 191px;
  z-index: -1;
}
.experience .examples__slide-content .big-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 260px;
}
.experience .examples__slide-big {
  display: none;
}
.experience .swiper-slide-prev,
.experience .swiper-slide-next {
  transform: scale(0.577);
}
.experience .swiper-slide-prev-prev {
  transform: scale(0.31) translateX(550px);
}
.experience .swiper-slide-next-next {
  transform: scale(0.31) translateX(-550px);
}
.experience .examples__slide.swiper-slide-active {
  transform: scale(1);
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .experience .swp-navigation {
    display: none;
  }
}
.experience-mb {
  display: none;
  box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  border-radius: 20px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .experience-mb {
    display: block;
  }
}
.experience-main .swiper-slide {
  border-radius: 15px;
  box-shadow: inset 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fefcf8;
  height: auto;
  aspect-ratio: 1/0.959375;
  position: relative;
  z-index: 1;
  padding: 22px 24px;
  overflow: hidden;
}
.experience-main h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #363636;
}
.experience-main h3 span {
  color: #d9bd3f;
}
.experience-main p {
  font-size: 12px;
  line-height: 150%;
  color: rgba(54, 54, 54, 0.7);
  max-width: 140px;
}
.experience-main .small-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40.82%;
  z-index: -1;
}
.experience-main .big-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 59.18%;
  z-index: -1;
}
.experience-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 20px 1.82px 0;
  gap: 4.72px;
}
@media screen and (max-width: 576px) {
  .experience-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.experience-list__item {
  position: relative;
  z-index: 1;
  padding: 5.19px 5.66px;
  height: auto;
  aspect-ratio: 1/0.96;
  box-shadow: inset 0 1px 6px 0 rgba(97, 97, 97, 0.15);
  background: #fefcf8;
  border-radius: 10px;
  overflow: hidden;
}
.experience-list__item h3 {
  font-weight: 700;
  font-size: 4px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #363636;
  margin-bottom: 1px;
}
.experience-list__item h3 span {
  color: #d9bd3f;
}
.experience-list__item p {
  font-size: 2.6px;
  line-height: 150%;
  color: rgba(54, 54, 54, 0.7);
  max-width: 30px;
  display: none;
}
.experience-list__item .small-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 40.97%;
}
.experience-list__item .big-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 59.03%;
}
.experience-list__item .icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.experience-list__item.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 189, 63, 0.2);
}
.experience-list__item.active .icon {
  display: block;
}
.experience-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .experience-foot {
    margin-top: 20px;
    gap: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .experience-foot .main-btn {
    width: 100%;
  }
}
.experience-foot p {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .experience-foot p {
    font-size: 10px;
  }
}
.experience-foot p a {
  display: inline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.experience-foot p a:hover {
  color: #d9bd3f;
}

.choice {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .choice {
    padding-top: 60px;
  }
}
.choice-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  margin-bottom: 30px;
}
.choice-head p {
  max-width: 696px;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: rgba(54, 54, 54, 0.7);
}
.choice-content {
  border-radius: 30px;
  padding: 10px;
  box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  display: flex;
  align-items: stretch;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .choice-content {
    flex-direction: column;
    gap: 5px;
    padding: 0;
    box-shadow: none;
    background: transparent;
  }
}
.choice .big-img {
  height: auto;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .choice .big-img {
    height: 687px;
  }
}
@media screen and (max-width: 768px) {
  .choice .big-img {
    height: 280px;
  }
}
.choice .big-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.choice-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 290px;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .choice-list {
    display: none;
  }
}
.choice-list__item {
  box-shadow: inset 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fefcf8;
  height: 175px;
  border-radius: 20px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  position: relative;
}
.choice-list__item-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.choice-list__item-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.choice-list__item-text {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgba(54, 54, 54, 0.7);
}
.choice .images {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .choice .images {
    gap: 5px;
  }
}
.choice .images-item {
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .choice .images-item {
    height: 220px;
  }
}
.choice .images-item:nth-child(1) {
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  .choice .images-item:nth-child(1) {
    height: 280px;
  }
}
.choice .images-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .review {
    padding-top: 60px;
  }
}
.review p {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  margin: 10px 0 30px;
}
@media screen and (max-width: 768px) {
  .review p {
    font-size: 13px;
    margin: 8px 0 20px;
  }
}
.review-swp {
  overflow: visible;
}
.review-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .review-card {
    gap: 4px;
  }
}
.review-card img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 14px 0 rgba(97, 97, 97, 0.15);
}
@media screen and (max-width: 768px) {
  .review-card img {
    border-radius: 20px;
  }
}
.review .swp-navigation {
  display: none;
  box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  border-radius: 25px;
  padding: 5px;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .review .swp-navigation {
    display: flex;
    justify-content: space-between;
  }
}
.review-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .review-foot {
    padding-top: 20px;
  }
}
.review-foot a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .review-foot a img {
    width: 144px;
  }
  .review-foot a span {
    display: none;
  }
}

.patient {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .patient {
    padding-top: 60px;
  }
}
.patient-container {
  box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  border-radius: 30px;
  display: flex;
  align-items: stretch;
  padding: 10px;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .patient-container {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}
.patient-content {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 550px;
  flex-shrink: 0;
  box-shadow: inset 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fefcf8;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .patient-content {
    background: transparent;
    box-shadow: none;
    padding: 0;
    width: 100%;
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .patient-content__head {
    box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 0;
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.patient-content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #363636;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .patient-content h2 {
    max-width: 256px;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 768px) {
  .patient-content h2 {
    font-size: 22px;
  }
}
.patient-content .icon {
  display: none;
  position: absolute;
  right: 0;
  bottom: 28px;
}
@media screen and (max-width: 1024px) {
  .patient-content .icon {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .patient-content .icon {
    bottom: 10px;
  }
}
.patient-content ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .patient-content ul {
    align-items: flex-start;
    gap: 9px;
  }
}
.patient-content li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .patient-content li {
    align-items: flex-start;
  }
}
.patient-content li h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #d9bd3f;
}
@media screen and (max-width: 1024px) {
  .patient-content li h3 {
    background: #d9bd3f;
    border-radius: 0 30px 30px 0;
    padding: 10px 24px;
    color: white;
  }
}
@media screen and (max-width: 768px) {
  .patient-content li h3 {
    font-size: 14px;
  }
  .patient-content li h3 span {
    display: none;
  }
}
.patient-content li p {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgba(54, 54, 54, 0.6);
}
@media screen and (max-width: 1024px) {
  .patient-content li p {
    display: none;
  }
}
.patient-content .line {
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(217, 191, 62, 0), #D9C03E, rgba(217, 191, 62, 0));
}
@media screen and (max-width: 1024px) {
  .patient-content .line {
    display: none;
  }
}
.patient-content__foot {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .patient-content__foot {
    gap: 12px;
  }
}
.patient-content__foot .main-btn {
  width: 100%;
}
.patient-content__foot p {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .patient-content__foot p {
    font-size: 10px;
  }
}
.patient-content__foot p a {
  display: inline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.patient-content__foot p a:hover {
  color: #d9bd3f;
}
.patient-card {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .patient-card {
    display: none;
    height: 380px;
  }
}
.patient-card.mb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .patient-card.mb {
    display: block;
  }
}
.patient-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.specialist {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .specialist {
    padding-top: 60px;
  }
}
.specialist-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .specialist-list {
    display: none;
  }
}
.specialist-list__item {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.specialist-list__item:nth-child(2) .specialist-card {
  border-radius: 15px 15px 15px 120px;
  overflow: hidden;
}
.specialist-list__item:nth-child(2) .specialist-card__wrap {
  border-radius: 20px 20px 20px 130px;
}
.specialist-card {
  box-shadow: inset 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fefcf8;
  border-radius: 120px 15px 15px 15px;
  width: 100%;
  height: 100%;
  padding: 36.5px 70px 36.5px 442px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .specialist-card {
    padding: 30px 40px 30px 390px;
  }
}
.specialist-card__wrap {
  box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  border-radius: 130px 20px 20px 20px;
  padding: 10px;
}
.specialist-card img {
  position: absolute;
  bottom: 0;
  left: 24px;
  z-index: -1;
}
.specialist-card ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  .specialist-card ul {
    gap: 15px;
  }
}
.specialist-card h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #363636;
}
@media screen and (max-width: 1280px) {
  .specialist-card h3 {
    font-size: 22px;
  }
}
.specialist-card span {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: rgba(54, 54, 54, 0.6);
}
@media screen and (max-width: 1280px) {
  .specialist-card span {
    font-size: 14px;
  }
}
.specialist-card h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #363636;
  margin-bottom: 3px;
}
@media screen and (max-width: 1280px) {
  .specialist-card h4 {
    font-size: 18px;
  }
}
.specialist-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: rgba(54, 54, 54, 0.7);
}
@media screen and (max-width: 1280px) {
  .specialist-card p {
    font-size: 14px;
  }
}
.specialist .main-card {
  width: 335px;
  flex-shrink: 0;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.specialist .main-card__img {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.specialist .main-card__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 9px 0 rgba(103, 103, 103, 0.25);
  border-radius: 15px;
}
.specialist .main-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.specialist .main-card__text {
  width: 47px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.specialist .main-card__text p {
  font-weight: 700;
  font-size: 23px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.specialist-parent {
  display: none;
}
@media screen and (max-width: 1024px) {
  .specialist-parent {
    display: block;
  }
}
.specialist-parent .swiper {
  overflow: visible;
}
.specialist-parent__card {
  box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  border-radius: 20px;
  padding: 252px 20px 20px;
  position: relative;
  z-index: 1;
}
.specialist-parent__card .bg-img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 20px;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.specialist-parent__card .card-img {
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 308px;
  min-width: 308px;
}
.specialist-parent__card .card-content {
  width: 100%;
  box-shadow: 0 0 9px 0 rgba(156, 156, 156, 0.25);
  background: #fff;
  border-radius: 15px;
  padding: 20px;
}
.specialist-parent__card .card-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #363636;
}
.specialist-parent__card .card-subtitle {
  text-align: center;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: rgba(54, 54, 54, 0.6);
  margin-bottom: 10px;
}
.specialist-parent__card .card-tab__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}
.specialist-parent__card .card-tab__btn button {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: rgba(54, 54, 54, 0.5);
  border: 1px solid rgba(54, 54, 54, 0.2);
  border-radius: 92px;
  padding: 5px 12px;
}
.specialist-parent__card .card-tab__btn button.active {
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-color: #DBAA46;
}
.specialist-parent__card .card-tab__body:not(.active) {
  display: none;
}
.specialist-parent__card .card-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.specialist-parent__card .card-text__item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.specialist-parent__card .card-text__item h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #363636;
}
.specialist-parent__card .card-text__item p {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgba(54, 54, 54, 0.7);
}
.specialist-parent__card .main-img {
  padding-top: 10px;
  text-align: center;
}
.specialist-parent__card .main-img img {
  height: 221px;
  box-shadow: 0 0 9px 0 rgba(156, 156, 156, 0.25);
  border-radius: 5px;
}
.specialist-child {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .specialist-child {
    display: flex;
  }
}
.specialist-child__card {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  padding: 9px 0px 0px;
  width: 80px;
  height: 94px;
  background: #e2e2e2;
  overflow: hidden;
  transition: 0.3s ease-in-out all;
}
.specialist-child__card img {
  position: absolute;
  bottom: -1.49px;
  left: 0;
  width: 100%;
}
.specialist-child__card.active {
  opacity: 0.4;
}
@media screen and (min-width: 1024px) {
  .specialist .swp-navigation {
    display: none !important;
  }
}

.license {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .license {
    padding-top: 60px;
  }
}
.license h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .license h2 {
    margin-bottom: 20px;
  }
}
.license .swiper {
  overflow: visible;
  margin-bottom: 40px;
}
.license .swiper-wrapper {
  align-items: stretch;
}
.license-card {
  box-shadow: 0 0 24px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  border-radius: 30px;
  padding: 10px;
  height: auto;
  opacity: 0;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 768px) {
  .license-card {
    border-radius: 20px;
  }
}
.license-card.swiper-slide-next, .license-card.swiper-slide-active {
  opacity: 1;
}
.license-card__imgs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .license-card__imgs {
    gap: 5px;
  }
}
.license-card__imgs img {
  width: 100%;
  box-shadow: 0 0 11px 0 rgba(113, 113, 113, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  height: auto;
}
.license-card__text {
  padding: 20px 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .license-card__text {
    padding: 10px;
  }
}
.license-card__text h3 {
  font-family: "Mazzard H", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #363636;
  margin-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .license-card__text h3 {
    font-size: 14px;
  }
}
.license-card__text p {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgba(54, 54, 54, 0.6);
}
@media screen and (max-width: 768px) {
  .license-card__text p {
    font-size: 14px;
  }
  .license-card__text p br {
    display: none;
  }
}

.request {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .request {
    padding-top: 60px;
  }
}
.request-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .request-container {
    flex-direction: column-reverse;
  }
}
.request-form {
  width: 100%;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .request-form {
    padding: 30px;
    border-radius: 20px;
  }
}
.request-form .main-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 364px;
  z-index: -1;
}
@media screen and (max-width: 1380px) {
  .request-form .main-img {
    width: 300px;
  }
}
@media screen and (max-width: 1300px) {
  .request-form .main-img {
    display: none;
  }
}
.request-form__content {
  max-width: 460px;
  width: 100%;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1300px) {
  .request-form__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .request-form__content {
    gap: 20px;
  }
}
.request-form__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.request-form h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #363636;
}
@media screen and (max-width: 576px) {
  .request-form h2 {
    font-size: 17px;
  }
}
.request-form h2 span {
  color: #dabc40;
  display: inline;
}
.request-form .inp-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.request-form .main-btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .request-form .main-btn {
    height: 55px;
    font-size: 16px;
    margin-bottom: -10px;
  }
}
.request-form p {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}
.request-form p a {
  display: inline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.request-form p a:hover {
  color: #d9bd3f;
}
.request-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 423px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .request-list {
    width: 100%;
  }
}
.request-card {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  height: 100%;
  padding: 55.25px 40px 40px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .request-card {
    min-height: 211px;
  }
}
@media screen and (max-width: 576px) {
  .request-card {
    min-height: 141px;
    padding: 30px 40px 40px;
    border-radius: 20px;
  }
}
.request-card .main-img {
  width: 186px;
  position: absolute;
  left: 35px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .request-card .main-img {
    width: 122px;
    left: 32px;
  }
}
.request-card__text {
  max-width: 162px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.request-card__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: right;
  color: #363636;
}
@media screen and (max-width: 576px) {
  .request-card__title {
    font-size: 18px;
  }
}
.request-card__title span {
  color: #dabc40;
}
.request-card__price {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #363636;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .request-card__price {
    font-size: 14px;
  }
}
.request-card__price span {
  font-size: 13px;
}
@media screen and (max-width: 576px) {
  .request-card__price span {
    font-size: 11px;
  }
}
.request-card p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(54, 54, 54, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5.5px 10px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  box-shadow: 0 0 7px 0 rgba(151, 151, 151, 0.25);
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
}
@media screen and (max-width: 576px) {
  .request-card p {
    font-size: 10px;
    padding: 4px 10px;
  }
}
.request-right {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  width: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .request-right {
    display: none;
  }
}

.faq {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .faq {
    padding-top: 60px;
  }
}
.faq-content {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .faq-content {
    flex-direction: column;
    margin-top: 20px;
  }
}
.faq-accordions {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-card {
  width: 428px;
  flex-shrink: 0;
  box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  padding: 30px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .faq-card {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .faq-card {
    padding: 30px;
  }
}
.faq-card__head {
  width: 100%;
}
.faq-card__head h3 {
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #363636;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .faq-card__head h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.faq-card__head p {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgba(54, 54, 54, 0.7);
}
@media screen and (max-width: 768px) {
  .faq-card__head p {
    font-size: 14px;
  }
}
.faq-card__foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .faq-card__foot {
    gap: 12px;
  }
}
.faq-card__foot .links {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-card__foot .main-btn {
  width: 100%;
  justify-content: space-between;
  padding: 4px 4px 4px 30px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .faq-card__foot .main-btn {
    justify-content: center;
    gap: 8px;
    padding: 14px;
  }
}
.faq-card__foot .main-btn img {
  width: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .faq-card__foot .main-btn img {
    display: none;
    width: 16px;
  }
}
.faq-card__foot .main-btn img.sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .faq-card__foot .main-btn img.sm {
    display: block;
  }
}
.faq-card__foot p {
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgba(54, 54, 54, 0.7);
}
@media screen and (max-width: 768px) {
  .faq-card__foot p {
    font-size: 10px;
  }
}
.faq-card__foot p a {
  display: inline;
  text-decoration: underline;
}
.faq-card__foot p a:hover {
  color: #d9bd3f;
}

.accordion {
  box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  border-radius: 20px;
  position: relative;
}
.accordion.active .accordion-btn {
  padding-bottom: 10px;
}
.accordion.active .accordion-btn .icon {
  transform: rotateZ(180deg);
}
@media screen and (max-width: 768px) {
  .accordion.active .accordion-btn .icon {
    transform: translateX(-50%) rotateZ(180deg);
  }
}
.accordion-btn {
  width: 100%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.2s ease-in-out all;
}
@media screen and (max-width: 768px) {
  .accordion-btn {
    padding: 20px 20px 35px;
  }
}
.accordion-btn__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #363636;
}
@media screen and (max-width: 768px) {
  .accordion-btn__text {
    font-size: 14px;
  }
}
.accordion-btn__text span {
  display: inline;
  color: #dabc40;
}
.accordion-btn .icon {
  width: 20px;
  flex-shrink: 0;
  transition: 0.2s ease-in-out all;
}
@media screen and (max-width: 768px) {
  .accordion-btn .icon {
    width: 14px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.accordion-body {
  padding: 0 72px 40px 40px;
}
@media screen and (max-width: 768px) {
  .accordion-body {
    padding: 0 20px 35px;
  }
}
.accordion-body__wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.accordion-body p, .accordion-body li, .accordion-body b {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: rgba(54, 54, 54, 0.7);
}
@media screen and (max-width: 768px) {
  .accordion-body p, .accordion-body li, .accordion-body b {
    font-size: 14px;
    line-height: 150%;
  }
}
.accordion-body b {
  font-weight: 700;
  color: #363636;
}
.accordion-body ul {
  list-style-type: disc;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .accordion-body ul {
    padding-left: 20px;
  }
}
.accordion-body li::marker {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .accordion-body li::marker {
    font-size: 8px;
  }
}

.contact {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .contact {
    padding-top: 60px;
  }
}
.contact-content {
  margin-top: 30px;
  display: flex;
  align-items: stretch;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .contact-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .contact-content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact-content {
    gap: 10px;
  }
}
.contact-left {
  width: 705px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1380px) {
  .contact-left {
    width: 650px;
  }
}
@media screen and (max-width: 1280px) {
  .contact-left {
    width: 580px;
  }
}
@media screen and (max-width: 1200px) {
  .contact-left {
    width: 100%;
    padding: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact-left {
    padding: 20px;
    height: 368px;
  }
}
.contact-left.active::after {
  display: none;
}
.contact-left.active .contact-left__text {
  display: none;
}
.contact-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 243, 219, 0.6);
  z-index: 1;
}
.contact-left iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.contact-left__text {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 25px;
  max-width: 453px;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .contact-left__text {
    max-width: 303px;
  }
}
@media screen and (max-width: 768px) {
  .contact-left__text img {
    width: 34.75px;
  }
}
.contact-left__text h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #363636;
  margin: 13px 0 7px;
}
@media screen and (max-width: 768px) {
  .contact-left__text h3 {
    font-size: 18px;
  }
}
.contact-left__text p {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: rgba(54, 54, 54, 0.7);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact-left__text p {
    font-size: 14px;
  }
}
.contact-left__text .main-btn {
  height: 47px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .contact-left__text .main-btn {
    height: 45px;
  }
}
.contact-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .contact-right {
    flex-direction: row;
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .contact-right {
    flex-direction: column;
  }
}
.contact .alert {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 15px;
  box-shadow: 0 1px 14px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .contact .alert {
    font-size: 14px;
    padding: 8px 11px;
  }
}
.contact .alert span {
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .contact-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-list__item {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background: #fefefe;
  border-radius: 30px;
  min-height: 205px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contact-list__item {
    min-height: inherit;
    padding: 20px;
    flex-direction: row;
    align-items: flex-start;
    overflow: hidden;
    border-radius: 20px;
  }
}
.contact-list__item:nth-child(2) .icon {
  top: -24px;
  left: -12px;
}
.contact-list__item .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px 0 0 0;
  z-index: -1;
}
.contact-list__item .icon {
  position: absolute;
  top: -29px;
  left: -19px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contact-list__item .icon {
    display: none;
  }
}
.contact-list__item p {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: right;
  color: rgba(54, 54, 54, 0.7);
}
@media screen and (max-width: 768px) {
  .contact-list__item p {
    max-width: 232px;
    font-size: 14px;
  }
}
.contact-list__item ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .contact-list__item ul {
    gap: 6px;
  }
}
.contact-list__item li {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .contact-list__item li {
    gap: 4px;
  }
}
.contact-list__item li b {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #363636;
}
@media screen and (max-width: 768px) {
  .contact-list__item li b {
    font-size: 14px;
  }
}
.contact-list__item li span {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: rgba(54, 54, 54, 0.7);
}
@media screen and (max-width: 768px) {
  .contact-list__item li span {
    font-size: 12px;
  }
}
.contact-form {
  width: 100%;
  padding: 25px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .contact-form {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding: 20px;
    border-radius: 20px;
    gap: 20px;
  }
}
.contact-form__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact-form__head {
    flex-direction: row-reverse;
  }
}
.contact-form__head a {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #363636;
}
.contact-form__foot {
  width: 100%;
}
.contact-form__foot .links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.contact-form__foot .mail-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 4px 4px 22px;
  border-radius: 48px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #000;
}
.contact-form__foot .mail-link::before {
  border-radius: 48px;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1.19px solid transparent;
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.contact-form__foot .main-btn {
  padding: 4px 4px 4px 22px;
  justify-content: space-between;
  height: auto;
  font-size: 16px;
}
.contact-form__foot .main-btn img {
  width: 40px;
}
.contact-form__foot p {
  font-size: 12px;
  line-height: 150%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .contact-form__foot p {
    margin-top: 12px;
    text-align: center;
  }
}
.contact-form__foot p a {
  display: inline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.contact-form__foot p a:hover {
  color: #d9bd3f;
}

.footer {
  padding: 30px 0 80px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 30px 0 50px;
  }
}
.footer-container {
  box-shadow: 0 4px 24px 0 rgba(97, 97, 97, 0.15);
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  gap: 30px;
}
.footer-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-head {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo {
    order: 1;
    margin-bottom: 22px;
  }
  .footer-logo img {
    width: 159px;
  }
}
.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer-left {
    align-items: center;
    order: 3;
  }
}
.footer-left a {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: rgba(54, 54, 54, 0.7);
}
.footer-left a:hover {
  color: #d9bd3f;
}
.footer-left ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-left ul a {
  display: flex;
  align-items: center;
}
.footer-left ul a svg path {
  transition: 0.2s ease-in-out all;
}
.footer-left ul a:hover svg path {
  fill-opacity: 1;
  fill: #D9BE3F;
}
.footer-left li {
  display: flex;
  align-items: center;
}
.footer-navs {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .footer-navs {
    margin-bottom: 12px;
    order: 2;
    align-items: center;
    gap: 12px;
  }
}
.footer-navs li {
  display: flex;
}
.footer-navs__link {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: right;
  color: rgba(54, 54, 54, 0.7);
}
.footer-navs__link:hover {
  color: #d9bd3f;
}
.footer .line {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1px;
  flex-shrink: 0;
}
.footer-text {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgba(54, 54, 54, 0.7);
}
.footer-text span {
  color: rgba(223, 26, 26, 0.7);
}

.accept-modal {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.02), 0 8px 7px 0 rgba(0, 0, 0, 0.03), 0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 39px 25px 0 rgba(0, 0, 0, 0.04), 0 65px 47px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 -3px 18px 0 rgba(196, 196, 196, 0.25);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  padding: 40px;
  max-width: 1319px;
  width: calc(100% - 30px);
  display: none;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .accept-modal {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    border-color: #DBAA46;
    border-radius: 20px;
  }
}
.accept-modal.active {
  display: flex;
}
.accept-modal p {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: rgba(54, 54, 54, 0.7);
}
@media screen and (max-width: 768px) {
  .accept-modal p {
    display: none;
    font-size: 14px;
    text-align: center;
  }
}
.accept-modal p.mb {
  display: none;
}
@media screen and (max-width: 768px) {
  .accept-modal p.mb {
    display: block;
  }
}
.accept-modal p a {
  display: inline;
}
@media screen and (min-width: 768px) {
  .accept-modal p a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: rgba(54, 54, 54, 0.8);
  }
}
.accept-modal__right {
  width: 200px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .accept-modal__right {
    width: 100%;
  }
}
.accept-modal__right button {
  height: 47px;
}
@media screen and (max-width: 768px) {
  .accept-modal__right button {
    height: 37px;
  }
}
.accept-modal__right .light-btn {
  margin: 10px 0 14px;
}
@media screen and (max-width: 768px) {
  .accept-modal__right .light-btn {
    margin: 5px 0 10px;
  }
}
.accept-modal__right .settings-link {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: center;
  color: #363636;
}
@media screen and (max-width: 768px) {
  .accept-modal__right .settings-link {
    font-size: 14px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}
.modal.active {
  display: block;
}
.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(254, 252, 248, 0.7);
}
.modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100svh;
}
.modal-content {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 8px 30px 0 rgba(202, 202, 202, 0.25);
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding: 30px 10px 30px 30px;
  }
}
.modal-content::before {
  border-radius: 19px;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1px solid transparent;
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 10px;
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #363636;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .modal h2 {
    font-size: 20px;
    margin-bottom: 13px;
  }
}
.modal .text {
  max-height: calc(100svh - 443px);
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding-right: 10px;
  scroll-padding: 4px;
}
@media screen and (max-width: 768px) {
  .modal .text {
    max-height: calc(100svh - 269px);
    gap: 13px;
  }
}
.modal .text::-webkit-scrollbar {
  width: 14px;
  padding: 4px;
  background: #FEFCF8;
  box-shadow: inset 0 0 6px 0 rgba(170, 170, 170, 0.25);
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .modal .text::-webkit-scrollbar {
    width: 10px;
    padding: 3px;
  }
}
.modal .text::-webkit-scrollbar-track {
  border-radius: 32px;
  width: 6px;
}
@media screen and (max-width: 768px) {
  .modal .text::-webkit-scrollbar-track {
    width: 4px;
  }
}
.modal .text::-webkit-scrollbar-thumb {
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%);
  border-radius: 17px;
  border: 4px solid transparent;
  background-clip: padding-box;
}
@media screen and (max-width: 768px) {
  .modal .text::-webkit-scrollbar-thumb {
    border-width: 3px;
  }
}
.modal .text h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #363636;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .modal .text h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.modal .text p, .modal .text li {
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .modal .text p, .modal .text li {
    font-size: 14px;
  }
}
.modal .text p a:hover, .modal .text li a:hover {
  color: #d9bd3f;
}
.modal .text b {
  color: #363636;
}

.license-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.license-modal.active {
  display: flex;
}
.license-modal__close {
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 40px;
  border-radius: 10px;
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .license-modal__close {
    top: 15px;
    right: 15px;
  }
}
.license-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(254, 252, 248, 0.7);
}
.license-modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.license-modal__content .main-img {
  height: calc(100svh - 237px);
  box-shadow: 0 17px 40px 0 rgba(192, 192, 192, 0.25);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  border: 1px solid #dbaa46;
}
@media screen and (max-width: 1024px) {
  .license-modal__content .main-img {
    max-height: calc(100svh - 300px);
    height: auto;
    margin-bottom: 30px;
  }
}
.license-modal__content .main-img img {
  height: 100%;
}
.license-modal__content .main-btn {
  padding: 0 65px;
  height: 47px;
  gap: 10px;
}
@media screen and (max-width: 450px) {
  .license-modal__content .main-btn {
    height: 39px;
    padding: 0 30px;
  }
}

.license-modal__2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
}
.license-modal__2.active {
  display: flex;
}
.license-modal__2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(254, 252, 248, 0.7);
}
.license-modal__2-close {
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 40px;
  border-radius: 10px;
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .license-modal__2-close {
    top: 15px;
    right: 15px;
  }
}
.license-modal__2-content {
  position: relative;
}
.license-modal__2-content .swiper {
  width: 580px;
  overflow: visible;
  margin-bottom: 40px;
}
@media (max-height: 980px) {
  .license-modal__2-content .swiper {
    width: 500px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .license-modal__2-content .swiper {
    margin-bottom: 30px;
    max-width: 350px;
    width: 100%;
  }
}
.license-modal__2-content .swiper-wrapper {
  align-items: center;
}
.license-modal__2-content .swiper-slide {
  opacity: 0;
  transition: 0.3s ease-in-out all;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 842px;
}
.license-modal__2-content .swiper-slide.swiper-slide-prev, .license-modal__2-content .swiper-slide.swiper-slide-active, .license-modal__2-content .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.license-modal__2-content .swiper-slide img {
  width: 100%;
  border: 1px solid #DBAA46;
  border-radius: 20px;
  box-shadow: 0 17px 40px 0 rgba(192, 192, 192, 0.25);
}
.license-modal__2-content .swiper .swiper-slide-shadow-coverflow {
  display: none;
}
.license-modal__2-content .main-btn {
  border-radius: 50px;
  width: auto;
  gap: 10px;
}

.cookie-settings {
  position: fixed;
  bottom: 37px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 899px;
  width: calc(100% - 30px);
  z-index: 4;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.02), 0 8px 7px 0 rgba(0, 0, 0, 0.03), 0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 39px 25px 0 rgba(0, 0, 0, 0.04), 0 65px 47px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 -3px 18px 0 rgba(196, 196, 196, 0.25);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  padding: 40px;
  display: none;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .cookie-settings {
    gap: 0;
    padding: 30px;
    border-radius: 20px;
    bottom: 14px;
  }
}
.cookie-settings.active {
  display: flex;
}
.cookie-settings__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .cookie-settings__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cookie-settings__head h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #363636;
}
@media screen and (max-width: 768px) {
  .cookie-settings__head h2 {
    font-size: 18px;
  }
}
.cookie-settings__head p {
  font-size: 12px;
  line-height: 150%;
  color: rgba(54, 54, 54, 0.8);
}
.cookie-settings__head p a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #363636;
  display: inline;
}
.cookie-settings__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .cookie-settings__body {
    margin: 14px 0 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.cookie-settings__card-head {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .cookie-settings__card-head {
    margin-bottom: 4px;
  }
}
.cookie-settings__card-head h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #363636;
}
@media screen and (max-width: 768px) {
  .cookie-settings__card-head h3 {
    font-size: 16px;
  }
}
.cookie-settings__card p {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .cookie-settings__card p {
    font-size: 14px;
  }
}
.cookie-settings__foot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .cookie-settings__foot {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}
.cookie-settings__foot button {
  height: 47px;
}
@media screen and (max-width: 768px) {
  .cookie-settings__foot button {
    height: 41px;
    font-size: 14px;
  }
  .cookie-settings__foot button:nth-child(1) {
    order: 2;
  }
  .cookie-settings__foot button:nth-child(2) {
    order: 3;
  }
  .cookie-settings__foot button:nth-child(3) {
    order: 1;
    grid-column: span 2;
  }
}

.success-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
}
.success-modal.active {
  display: flex;
}
.success-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(254, 252, 248, 0.7);
}
.success-modal__close {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  border-radius: 10px;
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .success-modal__close {
    top: 12px;
    right: 12px;
  }
}
.success-modal__content {
  max-width: 426px;
  width: calc(100% - 30px);
  position: relative;
  box-shadow: 0 17px 40px 0 rgba(192, 192, 192, 0.25);
  background: #fff;
  border-radius: 40px;
  padding: 40px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .success-modal__content {
    padding: 20px 30px 30px;
    border-radius: 20px;
  }
}
.success-modal__content::before {
  border-radius: 39px;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1px solid transparent;
  background: linear-gradient(136deg, #dbaa46 0%, #d8cb3a 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
@media screen and (max-width: 768px) {
  .success-modal__content::before {
    border-radius: 19px;
  }
}
.success-modal__content .icon {
  width: 114.12px;
}
.success-modal__content h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #363636;
  margin: 17px 0 10px;
}
@media screen and (max-width: 768px) {
  .success-modal__content h2 {
    margin: 8px 0 10px;
    font-size: 20px;
  }
}
.success-modal__content p {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .success-modal__content p {
    font-size: 14px;
  }
}
.success-modal__content .main-btn {
  height: 47px;
  padding: 0 74.5px;
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */