@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Montserrat/Montserrat-Thin.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Montserrat/Montserrat-ExtraLight.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Montserrat/Montserrat-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Montserrat/Montserrat-Black.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  src: url("../fonts/Montserrat/Montserrat-Italic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Black.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PoiretOne";
  font-style: italic;
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Italic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PoiretOne";
  font-style: italic;
  src: url("../fonts/PoiretOne/PoiretOne-Regular.ttf");
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #F3EEE9;
  font-family: "Montserrat";
  color: #422E2E;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 3;
}

ul, ol {
  padding-left: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.container {
  max-width: 1290px;
  margin: 0 auto;
}

.btn {
  border: none;
  outline: none;
  display: inline-block;
  padding: 16px 33px;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  font-weight: 300;
  height: 49px;
  cursor: pointer;
  transition: 0.4s;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 480px) {
  .btn {
    padding: 12px 20px;
    font-size: 14px;
    letter-spacing: 2%;
    height: 41px;
    width: 100%;
  }
}

.btn--dark {
  background-color: #731D1D;
  color: #fff;
  border: 1px solid #731D1D;
  border-radius: clamp(60px, 30%, 40px) 0 clamp(60px, 30%, 40px) 0;
}

.btn--light {
  background: transparent;
  border: 1px solid #731D1D;
  color: #422E2E;
  border-radius: clamp(60px, 30%, 40px) 0 clamp(60px, 30%, 40px) 0;
}

.btn--gold {
  background-color: #D78C32;
  color: #fff;
}

.btn:hover {
  border-color: #422E2E;
  background: #422E2E;
  color: #fff;
  box-shadow: none;
}

.second-title {
  display: flex;
  gap: 40px;
  align-items: center;
}

.second-title i {
  color: #4B6422;
}

.second-title h2 {
  width: 100%;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
  max-width: 846px;
  margin: 0;
  font-size: 54px;
  color: #422E2E;
  font-family: "PoiretOne", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .second-title h2 {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .second-title h2 {
    font-size: 46px;
  }
}
@media (max-width: 480px) {
  .second-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 390px) {
  .second-title h2 {
    font-size: 26px;
  }
}

.second-title::before {
  content: "";
  min-height: 65px;
  max-width: 182px;
  width: 100%;
  display: block;
  background-image: url("../svg/line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1260px) {
  .second-title::before {
    display: none;
  }
}

.second-title::after {
  content: "";
  min-height: 65px;
  max-width: 182px;
  width: 100%;
  display: block;
  background-image: url("../svg/line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  z-index: 2;
  margin-left: auto;
}
@media (max-width: 1260px) {
  .second-title::after {
    display: none;
  }
}

.swiper {
  overflow-x: clip;
}

.btn-slider {
  outline: none;
  border: none;
  background-color: transparent;
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  transition: 0.4s;
}

.btn-prev {
  background-image: url("../svg/prev.svg");
}

.btn-next {
  background-image: url("../svg/next.svg");
}

.btn-next:hover {
  background-image: url("../svg/next-hover.svg");
}

.btn-prev:hover {
  background-image: url("../svg/prev-hover.svg");
}

.form-input {
  border: none;
  border-bottom: 1px solid #422E2E;
  padding: 15px 20px 15px 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
  border-radius: 2px;
  background-color: transparent;
  color: #422E2E;
  outline: none;
  font-family: "Montserrat", sans-serif;
}
.form-input::placeholder {
  color: #731D1D;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 480px) {
  .form-input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .form-input {
    font-size: 16px;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .form-input {
    font-size: 14px;
    padding-right: 10px;
  }
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #CEB193;
  opacity: 1;
  transition: 0.4s;
}
@media (max-width: 480px) {
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}

.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #731D1D;
  opacity: 1;
}
@media (max-width: 480px) {
  .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
  }
}

.hide {
  display: none;
}

@media (max-width: 1300px) {
  .container {
    margin: 0 15px;
  }
}
.header {
  position: relative;
  padding: 10px 0;
  z-index: 1;
  transition: 0.4s;
}
.header .container {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 992px) {
  .header .container {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .header .container {
    justify-content: space-between;
  }
}
@media (max-width: 375px) {
  .header .container {
    gap: 15px;
  }
}
.header__logo {
  height: 50px;
}
@media (max-width: 375px) {
  .header__logo {
    height: 30px;
  }
}
.header__menu {
  display: flex;
  gap: 40px;
  padding: 15px 0;
  list-style: none;
  margin: 0;
}
@media (max-width: 1050px) {
  .header__menu {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .header__menu {
    padding: 0;
    flex-direction: column;
    gap: 10px;
  }
}
.header__link {
  color: #422E2E;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  transition: 0.4s;
  border-bottom: 1px solid transparent;
}
.header__link:hover {
  color: #B67271;
  border-color: #B67271;
}
.header__burger {
  display: none;
  outline: none;
  border: none;
  background-color: transparent;
  background-image: url("../svg/burger.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 26px;
  cursor: pointer;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .header__burger {
    display: block;
  }
}
@media (max-width: 375px) {
  .header__burger {
    width: 30px;
    height: 30px;
  }
}
.header__burger.close {
  background-image: url("../svg/menu-close.svg");
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
    position: absolute;
    background-color: #F3EEE9;
    padding: 10px 25px 20px 25px;
    width: 100%;
    left: 0;
    top: 69px;
    z-index: 10;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.0509803922);
  }
}
@media (max-width: 480px) {
  .header__nav {
    padding: 20px 15px;
  }
}
@media (max-width: 375px) {
  .header__nav {
    top: 50px;
  }
}
.header__btn {
  display: none;
  padding: 10px 20px;
  height: fit-content;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  margin-left: auto;
  z-index: 101;
}
@media (max-width: 480px) {
  .header__btn {
    padding: 6px 15px;
    font-size: 14px;
    height: 30px;
  }
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F3EEE9;
  z-index: 100;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.0509803922);
}
.header.fixed .header__btn {
  display: block;
}
.header.open {
  background-color: #F3EEE9;
}

.home {
  margin-top: 70px;
  margin-bottom: 164px;
}
.home__info {
  position: relative;
  max-width: 765px;
  z-index: 2;
}
@media (max-width: 992px) {
  .home__info {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .home__info {
    z-index: 0;
  }
}
.home__title {
  font-family: "PoiretOne", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 108%;
  margin-bottom: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.home__title i {
  color: #422E2E;
  text-transform: none;
  font-size: 60px;
}
@media (max-width: 360px) {
  .home__title i {
    font-size: 28px;
  }
}
.home__title br {
  height: 0;
}
@media (max-width: 992px) {
  .home__title {
    font-size: 62px;
  }
}
@media (max-width: 768px) {
  .home__title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .home__title {
    line-height: 120%;
    font-size: 42px;
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  .home__title {
    font-size: 28px;
  }
}
.home__subtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .home__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .home__subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.home__btns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .home__btns {
    gap: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .home__btns .btn {
    width: 100%;
    text-align: center;
  }
}
.home__reviews {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.home__reviews-list {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-right: 20px;
}
.home__reviews_photo {
  position: relative;
  width: 36px;
}
.home__reviews_photo img {
  max-width: 56px;
  width: 56px;
  height: 56px;
  border-radius: 80px;
  border: 1px solid #CEB193;
  object-fit: cover;
}
.home__reviews-rating {
  display: flex;
  gap: 10px;
}
.home__reviews-rating-number {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  font-family: "PoiretOne", sans-serif;
}
@media (max-width: 480px) {
  .home__reviews-rating-number {
    font-size: 16px;
  }
}
@media (max-width: 390px) {
  .home__reviews-rating-number {
    font-size: 14px;
  }
}
.home__reviews-stars {
  display: flex;
}
.home__reviews-star {
  width: 22px;
  height: 22px;
  background-image: url("../svg/star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 480px) {
  .home__reviews-star {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 480px) {
  .home__reviews {
    gap: 10px;
  }
}
.home__reviews-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home__reviews-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2%;
  font-family: "PoiretOne", sans-serif;
}
@media (max-width: 480px) {
  .home__reviews-title {
    font-size: 18px;
  }
}
.home__image {
  position: absolute;
  max-width: 553px;
  max-height: 660px;
  top: -109px;
  right: 0;
}
.home__image img {
  max-width: 553px;
  max-height: 660px;
  object-fit: contain;
}
@media (max-width: 1330px) {
  .home__image img {
    max-width: 553px;
  }
}
@media (max-width: 1220px) {
  .home__image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .home__image img {
    width: 110%;
    position: absolute;
    left: 0;
    bottom: -30px;
  }
}
@media (max-width: 320px) {
  .home__image img {
    width: 340px;
    height: 406px;
  }
}
@media (max-width: 1330px) {
  .home__image {
    max-width: 597px;
    top: -100px;
    right: 0;
  }
}
@media (max-width: 1220px) {
  .home__image {
    max-width: 497px;
    top: -50px;
  }
}
@media (max-width: 1080px) {
  .home__image {
    max-width: 420px;
    top: 174px;
  }
}
@media (max-width: 992px) {
  .home__image {
    max-width: 360px;
    top: 200px;
  }
}
@media (max-width: 860px) {
  .home__image {
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .home__image {
    position: relative;
    top: 0;
    max-width: 100%;
    height: 450px;
  }
}
@media (max-width: 420px) {
  .home__image {
    position: unset;
  }
}
@media (max-width: 340px) {
  .home__image {
    height: 380px;
  }
}
@media (max-width: 320px) {
  .home__image {
    height: 343px;
  }
}
.home .container {
  position: relative;
}
@media (max-width: 992px) {
  .home .container {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 420px) {
  .home .container {
    position: unset;
  }
}
@media (max-width: 1080px) {
  .home {
    margin-bottom: 260px;
  }
}
@media (max-width: 992px) {
  .home {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .home {
    position: relative;
    overflow-x: clip;
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .home {
    margin-top: 30px;
  }
}

.services {
  margin-bottom: 160px;
}
.services .container {
  position: relative;
}
.services .container::before {
  content: "";
  width: 586px;
  height: 688px;
  display: block;
  position: absolute;
  background-image: url("../img/services/flower-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 154px;
  right: 6px;
}
@media (max-width: 992px) {
  .services .container::before {
    width: 548px;
    height: 322px;
  }
}
@media (max-width: 767px) {
  .services .container::before {
    width: 448px;
    height: 222px;
  }
}
@media (max-width: 480px) {
  .services .container::before {
    width: 167px;
    height: 109px;
    right: -15px;
    top: 92px;
  }
}
@media (max-width: 390px) {
  .services .container::before {
    top: 68px;
  }
}
.services .container::after {
  content: "";
  width: 610px;
  height: 794px;
  display: block;
  position: absolute;
  left: 10px;
  bottom: 7px;
  background-image: url("../img/services/flower-2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1031px) {
  .services .container::after {
    width: 400px;
    height: 560px;
    top: 230px;
    left: -40px;
  }
}
@media (max-width: 992px) {
  .services .container::after {
    width: 490px;
    height: 354px;
  }
}
@media (max-width: 767px) {
  .services .container::after {
    width: 390px;
    height: 254px;
  }
}
@media (max-width: 480px) {
  .services .container::after {
    width: 153px;
    height: 144px;
    left: -15px;
    bottom: 117px;
  }
}
.services .second-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .services .second-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .services .second-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .services .second-title {
    margin-bottom: 40px;
  }
}
.services__slider {
  margin: 0 92px;
  height: 685px;
}
@media (max-width: 1130px) {
  .services__slider {
    height: auto;
  }
}
@media (max-width: 860px) {
  .services__slider {
    margin: 0 42px;
  }
}
@media (max-width: 678px) {
  .services__slider {
    margin: 0;
  }
}
.services__slide {
  padding: 0 90px;
}
.services__slide-wrapper {
  background: #F3EEE9;
  background-image: url("../img/services/slide_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 678px) {
  .services__slide-wrapper {
    padding: 20px;
  }
}
@media (max-width: 1080px) {
  .services__slide {
    padding: 0;
  }
}
.services__photo {
  height: 456px;
}
.services__photo img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
  height: 100%;
}
@media (max-width: 1130px) {
  .services__photo {
    height: 260px;
  }
}
@media (max-width: 480px) {
  .services__photo {
    height: 160px;
  }
}
@media (max-width: 360px) {
  .services__photo {
    height: 133px;
  }
}
.services__slider-nav {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 405px;
}
@media (max-width: 1080px) {
  .services__slider-nav {
    display: none;
  }
}
.services__slide-name {
  font-size: 28px;
  line-height: 120%;
  font-weight: 400;
  color: #422E2E;
  text-transform: uppercase;
  font-family: "PoiretOne", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .services__slide-name {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .services__slide-name {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .services__slide-name {
    font-size: 24px;
  }
}
.services__price {
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 2%;
  font-weight: 400;
  margin-bottom: 10px;
  color: #731D1D;
  font-family: "PoiretOne", sans-serif;
}
@media (max-width: 992px) {
  .services__price {
    font-size: 18px;
  }
}
.services__slide-info {
  text-align: center;
}
.services__link {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1130px) {
  .services .swiper-wrapper {
    height: auto;
  }
}
.services__controls {
  display: none;
}
@media (max-width: 1080px) {
  .services__controls {
    display: flex;
    position: relative;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .services__controls {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .services {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .services {
    margin-bottom: 80px;
  }
}

.advantages {
  position: relative;
  margin-bottom: 160px;
}
.advantages__list .swiper-wrapper {
  gap: 40px;
  justify-content: space-between;
  height: auto;
}
@media (max-width: 1320px) {
  .advantages__list .swiper-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .advantages__list .swiper-wrapper {
    gap: 0;
    flex-wrap: unset;
  }
}
@media (max-width: 480px) {
  .advantages__list {
    overflow-x: clip;
  }
}
@media (max-width: 992px) {
  .advantages {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .advantages {
    margin-bottom: 80px;
  }
}
.advantages__controls {
  display: none;
}
@media (max-width: 480px) {
  .advantages__controls {
    display: flex;
    position: relative;
    margin-top: 40px;
  }
}

.advantage {
  max-width: 292px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  height: auto;
}
.advantage__image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.advantage__image img {
  width: 292px;
  height: 292px;
  object-fit: contain;
}
.advantage__name {
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 2%;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
  font-family: "PoiretOne", sans-serif;
}
@media (max-width: 768px) {
  .advantage__name {
    font-size: 20px;
  }
}
.advantage__descr {
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
  text-align: left;
}
@media (max-width: 768px) {
  .advantage__descr {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .advantage__descr {
    font-size: 14px;
  }
}
@media (max-width: 1130px) {
  .advantage {
    max-width: 100%;
    width: calc(50% - 20px);
  }
}
.advantage__number {
  padding-bottom: 10px;
  margin-bottom: 16px;
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  letter-spacing: 2%;
  color: #731D1D;
  background: url("../img/advantages/line_long.png") no-repeat bottom;
  background-size: 100%;
  font-family: "PoiretOne", sans-serif;
}
@media (max-width: 480px) {
  .advantage__number {
    font-size: 18px;
  }
}

.about {
  margin-bottom: 80px;
  overflow-x: clip;
}
.about .container {
  position: relative;
}
.about .container::before {
  content: "";
  width: 353px;
  height: 537px;
  display: block;
  background-image: url("../img/about/flower-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .about .container::before {
    bottom: 110px;
  }
}
@media (max-width: 767px) {
  .about .container::before {
    right: -143px;
  }
}
@media (max-width: 480px) {
  .about .container::before {
    right: -132px;
    bottom: 0;
  }
}
@media (max-width: 390px) {
  .about .container::before {
    right: unset;
    left: 109px;
  }
}
.about .container::after {
  content: "";
  width: 439px;
  height: 606px;
  display: block;
  background-image: url("../img/about/flower-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 70px;
}
@media (max-width: 992px) {
  .about .container::after {
    top: 29px;
    left: -207px;
  }
}
@media (max-width: 480px) {
  .about .container::after {
    left: -40px;
  }
}
@media (max-width: 390px) {
  .about .container::after {
    right: 53px;
    left: unset;
  }
}
.about__title {
  position: relative;
  z-index: 2;
  text-align: center;
}
.about__block {
  margin: 0 auto;
  margin-top: 80px;
  max-width: 926px;
  border-radius: 2px;
  background: #F2E4D4;
  background: url("../img/about/about_bg.png") no-repeat center;
  background-size: 100% 100%;
  border: 1px solid #CEB193;
  display: flex;
  gap: 40px;
  padding: 40px 40px 50px 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  .about__block {
    height: auto;
    gap: 20px;
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .about__block {
    flex-direction: column;
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .about__block {
    margin-top: 40px;
    padding: 20px 20px 30px 20px;
  }
}
.about__left {
  width: 100%;
  max-width: 221px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .about__left {
    max-width: 100%;
  }
}
.about__data-list {
  padding: 10px 7px;
  border: 1px solid #CEB193;
  border-top: none;
  max-width: 220px;
}
@media (max-width: 768px) {
  .about__data-list {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .about__data-list {
    padding: 0;
  }
}
.about__data-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 480px) {
  .about__data-item {
    padding: 5px;
  }
}
.about__data-info {
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  font-weight: 300;
  font-family: "PoiretOne", sans-serif;
  color: #4B6422;
  max-width: 50px;
  width: 100%;
}
@media (max-width: 390px) {
  .about__data-info {
    font-size: 22px;
  }
}
.about__data-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 390px) {
  .about__data-text {
    font-size: 12px;
  }
}
.about__right-title {
  font-family: "PoiretOne", sans-serif;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 2%;
  font-weight: 400;
  margin-bottom: 30px;
  padding-right: 50px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .about__right-title {
    font-size: 34px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .about__right-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .about__right-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.about__right-descr {
  font-size: 18px;
  line-height: 120%;
  font-weight: 300;
}
.about__right-descr p {
  margin-bottom: 24px;
}
.about__right-descr p:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .about__right-descr p {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .about__right-descr {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .about__right-descr {
    font-size: 14px;
  }
}
.about__photo {
  height: 300px;
  max-width: 220px;
}
.about__photo img {
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #CEB193;
  height: 100%;
}
@media (max-width: 768px) {
  .about__photo img {
    object-position: center;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .about__photo {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .about__photo {
    height: 420px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 390px) {
  .about__photo {
    height: 276px;
  }
}
@media (max-width: 768px) {
  .about {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .about {
    margin-bottom: 40px;
  }
}

.office {
  margin-bottom: 160px;
}
.office .container {
  position: relative;
}
.office__slide {
  height: 400px;
}
@media (max-width: 480px) {
  .office__slide {
    height: 340px;
  }
}
.office__slide img {
  height: 100%;
  object-fit: cover;
}
.office__slider {
  max-width: 1106px;
  margin: 0 auto;
}
.office__slider .swiper-wrapper {
  height: fit-content;
}
@media (max-width: 1260px) {
  .office__slider {
    max-width: 900px;
  }
}
.office__slide-btns {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 174px;
}
@media (max-width: 1080px) {
  .office__slide-btns {
    display: none;
  }
}
.office__cotnrols {
  display: none;
}
@media (max-width: 1080px) {
  .office__cotnrols {
    display: flex;
    position: relative;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .office__cotnrols {
    margin-top: 18px;
  }
}
@media (max-width: 992px) {
  .office {
    margin-bottom: 100px;
  }
}

.compare {
  margin-bottom: 160px;
}
.compare__content {
  margin-top: 80px;
  display: flex;
  gap: 36px;
}
@media (max-width: 767px) {
  .compare__content {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .compare__content {
    margin-top: 40px;
  }
}
.compare__image {
  max-width: 330px;
}
.compare__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
@media (max-width: 1080px) {
  .compare__wrapper {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .compare__wrapper {
    flex-direction: column;
    max-width: 400px;
  }
}
.compare__col {
  width: calc(50% - 20px);
}
.compare__col-title {
  padding-bottom: 25px;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 2%;
  font-family: "PoiretOne", sans-serif;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #731D1D;
  background: url("../img/compare/line.png") no-repeat bottom;
  background-size: 100%;
}
@media (max-width: 992px) {
  .compare__col-title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .compare__col-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .compare__col-title {
    font-size: 20px;
    font-style: normal;
  }
}
.compare__col-list {
  display: flex;
  flex-direction: column;
}
.compare__col-item {
  display: flex;
  padding: 10px 0;
  gap: 20px;
  align-items: center;
}
.compare__col-item-title {
  font-size: 28px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 4%;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: "PoiretOne", sans-serif;
}
@media (max-width: 992px) {
  .compare__col-item-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .compare__col-item-title {
    font-size: 20px;
  }
}
.compare__col-item-text {
  font-size: 18px;
  line-height: 120%;
  font-weight: 300;
}
@media (max-width: 992px) {
  .compare__col-item-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .compare__col-item-text {
    font-size: 14px;
  }
}
.compare__col-item-icon svg {
  width: 42px;
  height: 42px;
}
@media (max-width: 768px) {
  .compare__col-item {
    gap: 10px;
    padding: 10px 0;
  }
}
@media (max-width: 900px) {
  .compare__col {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .compare {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .compare {
    margin-bottom: 80px;
  }
}

.reviews {
  margin-bottom: 160px;
}
.reviews .container {
  position: relative;
}
.reviews__slider {
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 40px;
  max-width: 1106px;
}
.reviews__slider .swiper-wrapper {
  height: auto;
  display: flex;
  align-items: stretch;
}
@media (max-width: 1260px) {
  .reviews__slider {
    max-width: 900px;
  }
}
@media (max-width: 1080px) {
  .reviews__slider {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .reviews__slider {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .reviews__slider {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .reviews__slider {
    margin-top: 40px;
  }
}
.reviews__slide {
  max-height: fit-content;
  min-height: 375px !important;
  padding: 30px;
  border: 1px solid #CEB193;
}
@media (max-width: 390px) {
  .reviews__slide {
    padding-top: 10px;
  }
}
.reviews__author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .reviews__author {
    margin-bottom: 10px;
  }
}
.reviews__photo {
  width: 56px;
  height: 56px;
}
.reviews__photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.reviews__name {
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2%;
  font-family: "PoiretOne", sans-serif;
}
@media (max-width: 992px) {
  .reviews__name {
    font-size: 18px;
  }
}
.reviews__text {
  font-size: 18px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .reviews__text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .reviews__text {
    font-size: 14px;
  }
}
.reviews__slider-btn {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 298px;
}
@media (max-width: 1080px) {
  .reviews__slider-btn {
    display: none;
  }
}
.reviews__note {
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 4%;
  margin-bottom: 80px;
}
@media (max-width: 1080px) {
  .reviews__note {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .reviews__note {
    margin-top: 40px;
    margin-bottom: 40px;
    letter-spacing: 0%;
  }
}
.reviews__google-slide img {
  width: 100%;
}
.reviews__google-slider {
  max-width: 1106px;
  margin: 0 auto;
}
.reviews__google-slider .swiper-wrapper {
  height: auto;
}
@media (max-width: 1260px) {
  .reviews__google-slider {
    max-width: 900px;
  }
}
.reviews__google-btns {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  bottom: 97px;
}
@media (max-width: 1080px) {
  .reviews__google-btns {
    display: none;
  }
}
.reviews__google-btns.hide {
  display: none;
}
.reviews__controls, .reviews__google-controls {
  display: none;
}
@media (max-width: 1080px) {
  .reviews__controls, .reviews__google-controls {
    display: flex;
    position: relative;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .reviews__controls, .reviews__google-controls {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .reviews {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .reviews {
    margin-bottom: 80px;
  }
}

.method {
  overflow-x: clip;
  margin-bottom: 140px;
}
.method__subtitle {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 120%;
  max-width: 846px;
  font-weight: 300;
  position: relative;
}
@media (max-width: 992px) {
  .method__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .method__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .method__subtitle {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 350px) {
  .method__subtitle {
    margin-bottom: 40px;
  }
}
.method__list .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  height: auto;
}
@media (max-width: 480px) {
  .method__list .swiper-wrapper {
    display: flex;
    gap: unset;
  }
}
@media (max-width: 480px) {
  .method__list {
    overflow-x: clip;
  }
}
.method__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  height: auto;
  background-size: 100%;
}
.method__item-image {
  min-width: 182px;
  max-width: 182px;
}
@media (max-width: 480px) {
  .method__item-image {
    min-width: 100%;
    max-width: 100%;
  }
}
.method__item-image img {
  width: 100%;
}
.method__item-info {
  padding: 18px 0;
}
@media (max-width: 1080px) {
  .method__item-info {
    padding: 0;
  }
}
.method__item-number {
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: url(../svg/line-long.svg) no-repeat bottom;
  background-size: 100%;
  font-size: 22px;
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2%;
  color: #731D1D;
  font-family: "PoiretOne", sans-serif;
}
@media (max-width: 768px) {
  .method__item-number {
    font-size: 18px;
  }
}
.method__item-title {
  font-size: 28px;
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2%;
  margin-bottom: 10px;
  font-family: "PoiretOne", sans-serif;
}
@media (max-width: 768px) {
  .method__item-title {
    font-size: 20px;
  }
}
.method__item-descr {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
}
@media (max-width: 768px) {
  .method__item-descr {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .method__item-descr {
    font-size: 14px;
  }
}
@media (max-width: 1080px) {
  .method__item {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .method__item {
    gap: 20px;
  }
}
.method__controls {
  display: none;
}
@media (max-width: 480px) {
  .method__controls {
    display: flex;
    position: relative;
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .method {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .method {
    margin-bottom: 80px;
  }
}

.contact {
  position: relative;
  margin-bottom: 160px;
  overflow-x: clip;
}
.contact__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1080px) {
  .contact__info {
    align-items: center;
  }
}
.contact__left {
  width: stretch;
}
.contact__title {
  position: relative;
  z-index: 2;
}
.contact__address {
  font-size: 28px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 2%;
  text-align: left;
  text-transform: uppercase;
  font-family: "PoiretOne", sans-serif;
}
@media (max-width: 1080px) {
  .contact__address {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .contact__address {
    font-size: 20px;
  }
}
.contact__phone {
  font-size: 28px;
  line-height: 120%;
  font-weight: 400;
  text-align: left;
  color: #422E2E;
  display: flex;
  letter-spacing: 2%;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-family: "PoiretOne", sans-serif;
}
@media (max-width: 768px) {
  .contact__phone {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .contact__phone {
    font-size: 22px;
  }
}
.contact__btn {
  text-align: center;
  margin-right: auto;
}
@media (max-width: 1080px) {
  .contact__btn {
    width: 100%;
  }
}
.contact__slogan {
  margin-top: 40px;
  color: #731D1D;
  font-size: 62px;
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "PoiretOne", sans-serif;
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px) {
  .contact__slogan {
    font-size: 60px;
  }
}
@media (max-width: 1080px) {
  .contact__slogan {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .contact__slogan {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .contact__slogan {
    margin-top: 20px;
    font-size: 36px;
  }
}
@media (max-width: 390px) {
  .contact__slogan {
    font-size: 28px;
  }
}
.contact__wrapper {
  margin-top: 80px;
  display: flex;
  gap: 40px;
}
@media (max-width: 1300px) {
  .contact__wrapper {
    align-items: center;
  }
}
@media (max-width: 1080px) {
  .contact__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .contact__wrapper {
    margin-top: 40px;
    gap: 20px;
  }
}
.contact__image img {
  min-width: 541px;
  max-width: 541px;
  height: fit-content;
}
@media (max-width: 1300px) {
  .contact__image img {
    min-width: 441px;
    height: 441px;
  }
}
@media (max-width: 1080px) {
  .contact__image img {
    min-width: unset;
    height: auto;
    width: 100%;
  }
}
.contact__image img img {
  width: 100%;
  height: auto;
}
@media (max-width: 1080px) {
  .contact__left {
    max-width: 700px;
  }
}
@media (max-width: 992px) {
  .contact {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .contact {
    margin-bottom: 80px;
  }
}

.map {
  margin-bottom: 160px;
}
.map__img {
  height: 556px;
  position: relative;
  z-index: 20;
  width: 100%;
}
.map__img iframe {
  border-radius: 2px;
}
@media (max-width: 992px) {
  .map__img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .map__img {
    height: 350px;
  }
}
@media (max-width: 480px) {
  .map__img {
    height: 568px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .map {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .map {
    margin-bottom: 80px;
  }
}

.disclaimer {
  position: relative;
  overflow-x: clip;
  margin-bottom: 160px;
}
.disclaimer__wrapper {
  max-width: 926px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  background-color: #F3EEE9;
  z-index: 2;
  border: 1px solid #CEB193;
}
@media (max-width: 768px) {
  .disclaimer__wrapper {
    padding: 20px;
  }
}
.disclaimer__title {
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  letter-spacing: 2%;
  font-family: "PoiretOne", sans-serif;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .disclaimer__title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .disclaimer__title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .disclaimer__title {
    font-size: 20px;
  }
}
.disclaimer__descr {
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
}
.disclaimer__descr p {
  margin-bottom: 20px;
}
.disclaimer__descr p:last-child {
  margin-bottom: 0;
}
.disclaimer__descr b {
  font-weight: 700;
}
@media (max-width: 768px) {
  .disclaimer__descr {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .disclaimer__descr {
    font-size: 14px;
  }
}
.disclaimer__btn {
  text-align: center;
}
.disclaimer .container {
  position: relative;
}
.disclaimer .container::before {
  content: "";
  width: 326px;
  height: 368px;
  display: block;
  background-image: url("../img/disclaimer/back-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  position: absolute;
  right: 0;
  top: -74px;
}
@media (max-width: 1199px) {
  .disclaimer .container::before {
    width: 445px;
    height: 406px;
  }
}
@media (max-width: 1080px) {
  .disclaimer .container::before {
    right: -60px;
  }
}
@media (max-width: 767px) {
  .disclaimer .container::before {
    width: 345px;
    height: 306px;
  }
}
@media (max-width: 480px) {
  .disclaimer .container::before {
    width: 245px;
    height: 206px;
    bottom: -45px;
  }
}
@media (max-width: 390px) {
  .disclaimer .container::before {
    width: 180px;
    height: 180px;
    bottom: -65px;
    right: -42px;
  }
}
@media (max-width: 330px) {
  .disclaimer .container::before {
    width: 160px;
    height: 160px;
    bottom: -67px;
    right: -39px;
  }
}
.disclaimer .container::after {
  content: "";
  width: 325px;
  height: 351px;
  display: block;
  background-image: url("../img/disclaimer/back-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -86px;
}
@media (max-width: 1199px) {
  .disclaimer .container::after {
    width: 410px;
    height: 328px;
    bottom: unset;
    top: -85px;
    left: -15px;
  }
}
@media (max-width: 767px) {
  .disclaimer .container::after {
    width: 310px;
    height: 228px;
  }
}
@media (max-width: 480px) {
  .disclaimer .container::after {
    width: 210px;
    height: 128px;
    top: -55px;
  }
}
@media (max-width: 330px) {
  .disclaimer .container::after {
    width: 150px;
    height: 130px;
    top: -44px;
    left: -46px;
  }
}
@media (max-width: 992px) {
  .disclaimer {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .disclaimer {
    margin-bottom: 80px;
  }
}

.popup {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 250;
  align-items: center;
  justify-content: center;
  display: none;
  position: fixed;
}
.popup__body {
  position: relative;
  background-color: #F3EEE9;
  padding: 60px;
  max-width: 625px;
  max-height: 100%;
  overflow-y: auto;
}
@media (max-width: 635px) {
  .popup__body {
    margin: 0 15px;
    padding: 30px;
  }
}
.popup__title {
  position: relative;
  font-family: "PoiretOne", sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .popup__title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .popup__title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .popup__title {
    font-size: 26px;
  }
}
.popup .form-input {
  width: 100%;
}
.popup__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0;
}
.popup__form p {
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 4%;
}
@media (max-width: 480px) {
  .popup__form p {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .popup__form p {
    font-size: 12px;
  }
}
.popup__form-policy {
  padding: 9px 0;
}
.popup__form-policy input {
  display: none;
}
.popup__form-policy input:checked + label::after {
  opacity: 1;
}
.popup__form-policy label {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 14px;
  line-height: 100%;
  font-weight: 300;
}
.popup__form-policy label a {
  color: #731D1D;
  text-decoration: underline;
}
.popup__form-policy label::before {
  content: "";
  display: block;
  min-width: 30px;
  height: 30px;
  border: 1px solid #422E2E;
  border-radius: 2px;
}
@media (max-width: 480px) {
  .popup__form-policy label::before {
    min-width: 25px;
    height: 25px;
  }
}
.popup__form-policy label::after {
  content: "";
  opacity: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../svg/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 6px;
  transition: 0.4s;
}
@media (max-width: 480px) {
  .popup__form-policy label::after {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 768px) {
  .popup__form-policy label {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .popup__form-policy label {
    gap: 10px;
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .popup__form-policy label {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .popup__form-policy {
    padding: 10px 0;
  }
}
@media (max-width: 390px) {
  .popup__form-submit input {
    width: 100%;
  }
}
.popup__form-error {
  display: none;
  font-size: 16px;
}
@media (max-width: 390px) {
  .popup__form-captcha {
    transform: scale(0.8);
    max-width: 100px;
  }
}
@media (max-width: 340px) {
  .popup__form-captcha {
    transform: scale(0.7);
  }
}
.popup__form-submit .btn {
  width: 100%;
}
.popup__close {
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
}
.popup__close svg * {
  transition: 0.4s;
}
.popup__close:hover svg * {
  stroke: #422E2E;
}
@media (max-width: 480px) {
  .popup__close {
    top: 10px;
    right: 10px;
  }
}
/*# sourceMappingURL=main.css.map */
