/*! =====================  Defaults  ======================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

*, :before, :after {
  box-sizing: border-box;
}

input, button, textarea, select {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input, input:focus {
  outline: 0;
}

:focus, :active {
  outline: 0;
}

a:focus, a:active {
  outline: 0;
}

a {
  text-decoration: none;
}

a, button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

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

ol, ul {
  list-style: none;
}

/*! ================  Nulling styles end  ================== */

:root {
  --bg-color: #fffdf8;
  --black: #2c2c2b;
  --blue: #aadeec;
  --blue-1: #ddf5fd;
  --blue-2: #f1f7fa;
  --blue-3: #accddd;
  --gold: #cd9521;
  --gold-1: #837a6e;
  --gold-2: #bd9251;
  --green: #eaf2e6;
  --green-1: #729860;
  --grey: #5b5b5b;
  --pink: #f1ece3;
  --white: #ffffff;
}

::-webkit-scrollbar {
  width: 8px;
  background: var(--pink);
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: var(--black);
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 2px;
  background: var(--blue);
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

html, body {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 320px;
  width: 100%;
  height: 100%;
  font-size: 100%;

  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  background-color: var(--bg-color);
  color: var(--black);
  letter-spacing: -.022em;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-family: "Assistant", Verdana, Tahoma, Geneva, sans-serif;
  line-height: 1.47059;

  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

.wrapper {
  display: flex;
  overflow: hidden;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  direction: rtl;
}

.content {
  flex: 1 0 auto;
  margin: 70px 0 0 0;
}

.header, .footer {
  flex: 0 0 auto;
  background: var(--bg-color);
}

.img-wrap {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: auto;
}

.img-wrap img, .img-wrap picture {
  max-width: 100%;
  height: auto;
  transition: .2s linear;

  object-fit: cover;
}

embed, iframe, img, input[type=image], marquee, object, table, video {
  aspect-ratio: attr(width)/attr(height);
}

.img-wrap svg {
  max-width: 100%;
  height: auto;
  transition: .2s linear;

  object-fit: cover;
}

/*! ===================  Defaults end  ===================== */

/*! link title */
a[data-title]::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  padding: 2px 4px 4px;
  border-radius: 2px;
  background: var(--bg-color);
  color: var(--black);
  content: attr(data-title);
  font-size: 11px;
  line-height: 1;
  opacity: 0;
  transition: all .2s ease-in-out;
  -webkit-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
}

a[data-title]:hover::after {
  opacity: 1;
  transition: all .2s ease-in-out;
}

@media (max-width:767.98px) {
  a[data-title]:hover::after {
    opacity: 0;
  }
}

/*! link title end */

/*! .header */
.header__topline {
  position: fixed;
  z-index: 11;
  padding: 30px 0 50px;
  width: 100%;
  background: var(--bg-color);
  transition: all .2s ease-in-out;
}

.header__topline--fixed {
  padding: 15px 0;
  box-shadow: rgba(0, 0, 0, .20) 0 25px 20px -25px;
  transition: all .2s ease-in-out;
}

.header__slider {
  margin-top: 166px;
}

.header__holder {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.menu {
  margin: 17px 0 0 0;
}

.menu__list {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}

.menu__item {
  position: relative;
  margin: 0 40px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
}

.menu__item:first-child {
  margin: 0 0 0 40px;
}

.menu__item:not(:last-child)::before {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 1px;
  height: 100%;
  background: var(--gold);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu__item--active .menu__link {
  color: var(--gold);
  transition: all .2s ease-in-out;
}

.menu__item--active .menu__link::before {
  width: 110%;
  height: 1px;
  transition: all .2s ease-in-out;
}

.menu__link {
  position: relative;
  display: block;
  color: var(--black);
  transition: all .2s ease-in-out;
}

.menu__link::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  background: var(--gold);
  content: "";
  transition: all .2s ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.menu__link:hover {
  color: var(--gold);
  transition: all .2s ease-in-out;
}

.menu__link:hover::before {
  width: 110%;
  height: 1px;
  transition: all .2s ease-in-out;
}

.header__slider {
  display: block;
}

.slide {
  padding: 140px 0 130px;
  background-color: var(--black);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white);
}

.header__slider .slide:nth-child(4) {
  padding: 140px 0 318px;
}

.header__slider .slide:nth-child(3) {
  padding: 140px 0 318px;
}

.slide__title {
  text-transform: capitalize;
  font-weight: 300;
  font-size: 80px;
  line-height: 105px;
}

.slide__subtitle {
  font-weight: 300;
  font-size: 46px;
  line-height: 46px;
}

.slide__link {
  position: relative;
  display: inline-block;
  margin: 160px 0 0 0;
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  transition: all .2s ease-in-out;
  direction: ltr;
}

.slide__link:hover {
  color: var(--black);
  transition: all .2s ease-in-out;
}

.slide__link svg {
  transition: all .2s ease-in-out;

  fill: var(--white);
}

.slide__link:hover svg {
  transition: all .2s ease-in-out;
  -webkit-transform: scaleX(120%) translateX(-10%);
          transform: scaleX(120%) translateX(-10%);

  fill: var(--black);
}

/*! .header end*/

/*! .footer */
.footer {
  position: relative;
  padding: 60px 0;
  color: var(--gold-1);
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
}

.footer::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1250px;
  height: 1px;
  background: var(--pink);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer__text {
  direction: ltr;
}

/*! .footer end*/

.about {
  position: relative;
  padding: 200px 0;
}


.about__photos {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.about__photo {
  margin: 0 30px 0 0;
}

.about__photo:hover img, .black-cavier__photo:hover img, .pearl__photo:hover img, .gold__photo:hover img, .components__slider .swiper-slide:hover img {
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.about__photo img {
  min-height: 450px;
  transition: all .3s ease-in-out;
}

.about__text {
  padding: 0 0 15px 0;
  color: var(--gold-1);
  text-align: right;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
}

.about__desc {
  padding: 10px 0 0 0;
  color: var(--gold-1);
  text-align: right;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
}

.about__subtext {
  margin: 50px 0 0 0;
  color: var(--gold-1);
  text-align: center;
  letter-spacing: .03em;
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
}

.section__line {
  position: absolute;
  top: 40px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 95px;
  background: var(--blue-1);
  -webkit-transform: translateX(70%);
          transform: translateX(70%);
}

.section__title {
  position: absolute;
  top: 40px;
  color: var(--black);
  text-align: right;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 72px;
  line-height: 94px;
}

.header .swiper-container {
  overflow: unset !important;
}

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

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -48px;
}


.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px;
}

.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: var(--gold);
  transition: all .2s ease-in-out;
}

.swiper-pagination-bullet:hover {
  opacity: .4;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}

.swiper-pagination-bullet-active {
  transition: all .2s ease-in-out;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.black-cavier, .pearl, .gold {
  position: relative;
  padding: 0 0 120px 0;
}

.black-cavier__title, .gold__title {
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 72px;
  line-height: 94px;
}

.black-cavier__bg {
  position: absolute;
  top: 47px;
  right: 0;
  width: 100%;
  height: 620px;
  background: var(--pink);
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

.gold__bg {
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
  height: 620px;
  background: var(--green);
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.pearl__bg {
  position: absolute;
  top: 94px;
  right: 0;
  width: 100%;
  height: 620px;
  background: var(--blue-2);
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.black-cavier__holder, .pearl__holder, .gold__holder {
  position: relative;
}

.black-cavier__topline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 110px 0 25px 0;
}

.pearl__topline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 0 25px 0;
}

.gold__topline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 65px 0 25px 0;
}

.black-cavier__topline .img-wrap, .pearl__topline .img-wrap, .gold__topline .img-wrap {
  margin: 0 0 0 25px;
  -webkit-animation: rotate-scale-up 20s linear infinite both;
          animation: rotate-scale-up 20s linear infinite both;
}

.black-cavier__subtitle, .pearl__subtitle, .gold__subtitle {
  color: var(--black);
  text-align: right;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 48px;
  line-height: 63px;
}

.black-cavier__text, .pearl__text, .gold__text {
  padding: 0 0 15px 0;
  color: var(--gold-1);
  text-align: right;
  font-size: 18px;
  line-height: 140%;
}

.black-cavier__link, .pearl__link, .gold__link {
  position: relative;
  display: inline-block;
  margin: 100px 0 0 0;
  color: var(--grey);
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  transition: all .2s ease-in-out;
}

.black-cavier__link span, .pearl__link span, .gold__link span {
  display: inline-block;
  transition: all .2s ease-in-out;
}

/* 
.black-cavier__link:hover span, .pearl__link:hover span, .gold__link:hover span {
  transition: all .2s ease-in-out;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
} */

.pearl__link {
  margin: 10px 0 0 0;
}

.black-cavier__link:hover, .pearl__link:hover, .gold__link:hover {
  color: var(--black);
  transition: all .2s ease-in-out;
}

.black-cavier__link svg, .pearl__link svg, .gold__link svg {
  transition: all .2s ease-in-out;

  fill: var(--grey);
}

.black-cavier__link:hover svg, .pearl__link:hover svg, .gold__link:hover svg {
  transition: all .2s ease-in-out;
  -webkit-transform: scaleX(120%) translateX(-15%);
          transform: scaleX(120%) translateX(-15%);

  fill: var(--black);
}

.black-cavier__photos {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 265px 0 0 0;
}

.pearl__photos {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 69px 0 0 0;
}

.gold__photos {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 137px 0 0 0;
}

.black-cavier__photos-col, .gold__photos-col {
  margin: 0 0 0 30px;
}

.pearl__photos-col {
  margin: 0 30px 0 0;
}

.pearl__photos-col:last-child {
  position: relative;
}

.pearl__photos-col:last-child .pearl__photo:last-child {
  position: absolute;
  top: 35%;
  right: 90%;
}

.pearl__photos-col:last-child .pearl__photo:last-child img {
  max-width: none;
}

.black-cavier__photo, .pearl__photo {
  justify-content: flex-end;
  margin: 0 0 15px 0;
}

.gold__photo {
  justify-content: flex-start;
  margin: 0 0 18px 0;
}

.black-cavier__right-line {
  position: absolute;
  top: 18%;
  right: 0;
  width: 40px;
  height: 780px;
  background: var(--black);
}

.gold__left-line {
  position: absolute;
  top: 24%;
  left: 0;
  width: 40px;
  height: 600px;
  background: var(--green-1);
}


.pearl__left-line {
  position: absolute;
  top: 8%;
  left: 0;
  width: 40px;
  height: 725px;
  background: var(--blue-3);
}

.black-cavier__list, .pearl__list, .gold__list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.black-cavier__item, .pearl__item, .gold__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 25px 0;
}

.black-cavier__item img, .pearl__item img, .gold__item img {
  max-width: none;
}

.black-cavier__item .img-wrap, .pearl__item .img-wrap, .gold__item .img-wrap {
  overflow: unset;
  margin: 0 0 0 25px;
  width: 50px;
  height: 50px;
}

.black-cavier__item span, .pearl__item span, .gold__item span {
  display: block;
  max-width: 210px;
}

.black-cavier__list-wrap, .gold__list-wrap {
  margin: -200px 0 0 0;
}

.pearl__list-wrap {
  margin: 0;
}

@-webkit-keyframes rotate-scale-up {
  0% {
    opacity: .75;
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.3) rotateZ(180deg);
            transform: scale(1.3) rotateZ(180deg);
  }

  100% {
    opacity: .75;
    -webkit-transform: scale(1) rotateZ(360deg);
            transform: scale(1) rotateZ(360deg);
  }
}

@keyframes rotate-scale-up {
  0% {
    opacity: .75;
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.3) rotateZ(180deg);
            transform: scale(1.3) rotateZ(180deg);
  }

  100% {
    opacity: .75;
    -webkit-transform: scale(1) rotateZ(360deg);
            transform: scale(1) rotateZ(360deg);
  }
}

.components {
  padding: 100px 0 0 0;
}

.components__title {
  margin: 0 0 50px 0;
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  font-size: 72px;
  line-height: 94px;
}

.component__title {
  display: block;
  margin: 25px 0 10px 0;
  color: var(--gold);
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
}

.component__desc {
  color: var(--gold-1);
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
}

.components__slider .swiper-slide .img-wrap {
  width: 175px;
  height: 175px;
  border-radius: 50%;
}

.components__slider, .reviews__slider {
  position: relative;
}

.components__slider .swiper-button-prev, .components__slider .swiper-button-next, .reviews__slider .swiper-button-prev, .reviews__slider .swiper-button-next {
  position: absolute;
  top: 71%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 50px;
}

.components__slider .swiper-button-next {
  right: unset;
  left: -5%;
  transition: all .2s ease-in-out;
}

.reviews__slider .swiper-button-next {
  right: unset;
  left: 2%;
  transition: all .2s ease-in-out;
}

.components__slider .swiper-button-prev {
  right: -5%;
  left: unset;
  transition: all .2s ease-in-out;
}

.reviews__slider .swiper-button-prev {
  right: 2%;
  left: unset;
  transition: all .2s ease-in-out;
}

.components__slider .swiper-button-next:hover, .reviews__slider .swiper-button-next:hover {
  transition: all .2s ease-in-out;
  -webkit-transform: translateX(-20%) scaleX(110%);
          transform: translateX(-20%) scaleX(110%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.components__slider .swiper-button-prev:hover, .reviews__slider .swiper-button-prev:hover {
  transition: all .2s ease-in-out;
  -webkit-transform: translateX(20%) scaleX(110%);
          transform: translateX(20%) scaleX(110%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.components__slider .swiper-button-next svg path, .reviews__slider .swiper-button-next svg path {
  transition: all .2s ease-in-out;

  fill: var(--gold);
}

.components__slider .swiper-button-prev svg path, .reviews__slider .swiper-button-prev svg path {
  transition: all .2s ease-in-out;

  fill: var(--gold);
}

.components__slider .swiper-button-next:hover svg path, .reviews__slider .swiper-button-next:hover svg path {
  transition: all .2s ease-in-out;

  fill: var(--grey);
}

.components__slider .swiper-button-prev:hover svg path, .reviews__slider .swiper-button-prev:hover svg path {
  transition: all .2s ease-in-out;

  fill: var(--grey);
}

.components__slider .swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

.reviews {
  padding: 220px 0;
}

.reviews__title {
  margin: 0 0 65px 0;
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 72px;
  line-height: 94px;
}

.reviews .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
}

.reviews .swiper-slide::before {
  position: absolute;
  top: 50%;
  left: -16px;
  display: block;
  width: 1px;
  height: 100%;
  background: var(--pink);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.review {
  max-width: 450px;
}

.review__text {
  min-height: 100px;
  max-width: 450px;
  color: var(--gold-1);
  text-align: right;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
}

.review__bottom-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.review .review__bottom-line {
  margin: 20px 0 0 0;
}

.review .img-wrap {
  margin: 0 0 0 15px;
  border-radius: 50%;
}

.review__name {
  color: var(--gold-1);
  text-align: right;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
}

.form {
  position: relative;
  padding: 0 0 100px 0;
}

.form__holder {
  position: relative;
  min-height: 450px;
}

.form__title {
  margin: 0 0 50px 0;
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 72px;
  line-height: 94px;
}

.form__contacts {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding: 200px 0 30px 30px;
  max-width: 50%;
  width: 100%;
  background: url(../img/form-photo.jpg) center/cover no-repeat;
  background-color: var(--white);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form__left-line {
  position: absolute;
  top: 21%;
  left: 0;
  width: 40px;
  height: 445px;
  background: var(--gold-2);
}

.contacts {
  display: block;
  padding: 20px 30px;
  max-width: 490px;
  width: 100%;
  background-color: var(--white);
}

.contacts__title {
  margin: 0 0 15px 0;
  color: var(--gold-1);
  text-align: right;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
}

.contacts ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 5px 0;
  color: var(--gold-1);
  text-align: right;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
}

.contacts ul li span {
  margin: 0 15px 0 0;
}

.contacts ul li a {
  color: var(--gold);
}

.contacts ul li:first-child svg {
  margin: 5px 0 0 0;
}

.form-container {
  margin: 0 90px 0 0;
  padding: 50px 40px;
  min-height: 445px;
  max-width: 610px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--pink);
  background: var(--white);
}

.form-container input, .form-container textarea {
  padding: 10px 25px !important;
  width: 100%;
  border: 1px solid var(--pink);
  font-size: 20px;
  line-height: 140%;
}

.notes__container-wrapper textarea {
  min-height: 104px;
}

.form-container .form__button {
  display: block;
  margin: 40px auto 0;
  padding: 13px 0 12px 0;
  max-width: 290px;
  width: 100%;
  border: none;
  background: var(--gold-2);
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
}

.form__row {
  position: relative;
  margin: 0 0 20px 0 !important;
}

.parsley-errors-list {
  position: absolute;
  right: 0;
  bottom: -21px;
  color: #ff6363;
}

.iti__flag-container {
  display: none;
}

.iti {
  width: 100%;
}

.iti__flag-container {
  padding: 0;
}

.iti__country {
  padding: 1px 10px;
  font-size: 15px;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #757575;
}

.iti__selected-dial-code {
  font-size: 15px;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
  padding-right: 35px;
}

.iti__flag-container {
  pointer-events: none !important;
}

.iti__arrow {
  display: none;
}

.iti__country-list {
  overflow-x: hidden;
  margin: 0;
  max-width: 466px;
  max-height: 72px !important;
  width: 1200%;
  border-top: 0 solid transparent;
}

.iti__selected-flag:focus {
  outline: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: 0;
}

.hidden, .hiddenn, .hiddennn, .hidden-right, .hidden-left {
  opacity: 0;
}

.fade-in {
  -webkit-animation: fade-in 1.2s;
          animation: fade-in 1.2s;
}

.fade-inn {
  -webkit-animation: fade-in 1.7s;
          animation: fade-in 1.7s;
}

.fade-innn {
  -webkit-animation: fade-in 2.2s;
          animation: fade-in 2.2s;
}

.fade-right {
  -webkit-animation: fade-right 1.2s;
          animation: fade-right 1.2s;
}

.fade-left {
  -webkit-animation: fade-left 1.2s;
          animation: fade-left 1.2s;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: scale(.7, .7);
            transform: scale(.7, .7);
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: scale(.7, .7);
            transform: scale(.7, .7);
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) scale(.7, .7);
            transform: translateX(100%) scale(.7, .7);
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) scale(.7, .7);
            transform: translateX(100%) scale(.7, .7);
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%) scale(.7, .7);
            transform: translateX(-100%) scale(.7, .7);
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%) scale(.7, .7);
            transform: translateX(-100%) scale(.7, .7);
  }

  to {
    opacity: 1;
  }
}


.burger {
  position: relative;
  display: none;
  width: 32px;
  height: 24px;
  cursor: pointer;
  transition: .5s ease-in-out;
}

.burger span:nth-child(1) {
  top: 0;
}

.burger span:nth-child(2) {
  top: 10px;
}

.burger span:nth-child(3) {
  top: 20px;
}

.burger span {
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: var(--gold);
  opacity: 1;
  transition: .25s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header__menu.active {
  transition: all .2s ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.burger.active span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.burger.active span:nth-child(2) {
  right: -60px;
  opacity: 0;
}

.burger.active span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media screen and (max-width: 1599.98px) {
  .about__photo {
    margin: 0 10px 0 0;
  }

  .section__line {
    -webkit-transform: translateX(65%);
            transform: translateX(65%);
  }

  .black-cavier__photos-col:first-child .black-cavier__photo:first-child {
    width: 80%;
  }

  .black-cavier__photos-col, .gold__photos-col {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }

  .about {
    padding: 200px 0 100px;
  }

  .about__text {
    font-size: 17px;
  }

  .black-cavier__bg {
    height: 490px;
  }

  .black-cavier__topline {
    margin: 80px 0 25px 0;
  }

  .black-cavier__link, .pearl__link, .gold__link {
    margin: 20px 0 0 0;
  }

  .black-cavier__photos {
    margin: 192px 0 0 0;
  }

  .black-cavier__list-wrap, .gold__list-wrap {
    margin: -45px 0 0 0;
  }

  .black-cavier__right-line {
    height: 675px;
  }

  .pearl__topline {
    margin: 20px 0 25px 0;
  }

  .gold__topline {
    margin: 40px 0 25px 0;
  }

  .pearl__bg {
    height: 550px;
  }

  .pearl__list-wrap {
    margin: 40px 0 0 0;
  }

  .gold__bg {
    height: 490px;
  }

  .gold__list-wrap {
    margin: -65px 0 0 0;
  }

  .gold__photos {
    margin: 68px 0 0 0;
  }

  .components {
    padding: 0;
  }

  .reviews {
    padding: 110px 0;
  }

  .form-container {
    margin: 0;
  }

  .pearl__photos-col:last-child .pearl__photo:last-child {
    position: absolute;
    top: 71%;
    right: -18%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .pearl__photos-col:last-child .pearl__photo:last-child img {
    max-width: 75%;
  }

  .black-cavier__photos-col, .gold__photos-col {
    margin: 0 0 0 15px;
  }

  .pearl__photos-col {
    margin: 0 15px 0 0;
  }


  .gold__list-wrap {
    margin: -155px 0 0 0;
  }

  .gold__left-line {
    width: 21px;
  }

  .reviews__slider .swiper-button-prev {
    right: -1%;
  }

  .reviews__slider .swiper-button-next {
    left: -1%;
  }

  .components__slider .swiper-button-prev {
    top: 25%;
    right: -3%;
  }

  .components__slider .swiper-button-next {
    top: 25%;
    left: -3%;
  }
}

@media screen and (max-width: 1199.98px) {
  .about {
    padding: 175px 0 100px;
  }

  .about__desc {
    margin: 0 0 50px 0;
  }

  .about__subtext {
    margin: 30px 0 0 0;
  }

  .pearl__photos-col:last-child .pearl__photo:last-child {
    position: unset;
    top: unset;
    right: unset;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  .pearl__photos-col:last-child .pearl__photo:last-child img {
    max-width: none;
  }

  .pearl__photos-col:last-child {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .pearl__photos-col:last-child .pearl__photo:last-child {
    margin: 0 15px 0 0;
  }

  .pearl__photos-col:first-child {
    margin: 0;
  }

  .black-cavier__photos {
    align-items: flex-start;
  }

  .black-cavier__bg {
    height: 545px;
  }

  .black-cavier__link, .pearl__link, .gold__link {
    margin: 10px 0 0 0;
  }

  .black-cavier__photos {
    margin: 35px 0 0 0;
  }

  .black-cavier__photos-col:first-child .black-cavier__photo:first-child {
    width: 100%;
  }

  .black-cavier__photos-col:first-child .black-cavier__photo:last-child img {
    width: 50%;
  }

  .black-cavier__photos-col, .gold__photos-col {
    margin: 0 0 0 15px;
  }

  .black-cavier__list-wrap, .gold__list-wrap {
    margin: 10px 0 0 0;
  }

  .review {
    max-width: 350px;
  }

  .review__text {
    min-height: 125px;
  }
}

@media screen and (max-width: 991.98px) {
  .burger {
    display: block;
  }

  .header__menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    width: 100%;
    height: 100vh;
    background: var(--bg-color);
    transition: all .2s ease-in-out;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  .menu__list {
    flex-direction: column;
  }

  .menu__item::before {
    display: none;
    content: none;
  }

  .menu__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    width: 100%;
  }

  .menu__item:first-child {
    margin: 15px 0;
  }

  .menu__link::before {
    bottom: -15px;
  }

  .header__slider .slide {
    padding: 70px 0 65px;
    background-position: 55% center;
  }

  .header__slider .slide .slide__title {
    font-size: 60px;
  }

  .section__title, .black-cavier__title, .gold__title, .components__title, .reviews__title, .form__title {
    font-size: 60px;
  }

  .black-cavier__subtitle, .pearl__subtitle, .gold__subtitle {
    font-size: 36px;
  }


  .pearl__bg {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }

  .components__slider .swiper-button-prev {
    right: 0;
  }

  .components__slider .swiper-button-next {
    left: 0;
  }

  .black-cavier__bg {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }

  .gold__bg {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }

  .components__slider .swiper-slide img {
    max-width: 90%;
  }

  .reviews__slider .swiper-button-prev {
    right: 5%;
  }

  .reviews__slider .swiper-button-next {
    left: 5%;
  }

  .review {
    max-width: 450px;
  }

  .form__contacts {
    position: unset;
    justify-content: center;
    margin: 50px 0 0 0;
    padding: 200px 30px 30px 30px;
    max-width: unset;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .contacts {
    max-width: none;
  }

  .form-container {
    margin: 0 auto;
  }

  .form__left-line {
    display: none;
  }

  .form {
    padding: 0;
  }

  .menu__item {
    font-size: 26px;
  }

  .menu__link {
    max-width: none;
  }
}

@media screen and (max-width: 767.98px) {
  .header__logo .img-wrap {
    justify-content: flex-end;
  }

  .header__slider .slide:nth-child(4) {
    padding: 15px 0;
  }

  .header__slider .slide:nth-child(3) {
    padding: 15px 0;
  }

  .slide__subtitle {
    font-size: 32px;
  }

  .header__slider .swiper-slide {
    padding: 30px 0 320px;
    height: unset;
    background-position: 40% center;
  }

  .slide__title {
    line-height: 130%;
  }

  .section__line {
    height: 60px;
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }

  .section__title, .black-cavier__title, .gold__title, .components__title, .reviews__title, .form__title {
    font-size: 40px;
    line-height: 130%;
  }

  .black-cavier__title {
    margin-top: -80px;
  }

  .about {
    padding: 145px 0 150px;
  }

  .about__photo img {
    min-height: 250px;
  }

  .about__photo {
    margin: 0 5px;
  }

  .about__subtext {
    margin: 20px 0 0 0;
    font-size: 16px;
  }

  .pearl__left-line {
    top: 0;
    height: 775px;
  }

  .pearl__bg {
    top: 0;
    height: 775px;
  }

  .pearl__text {
    max-width: 90%;
  }

  .black-cavier__item, .pearl__item, .gold__item {
    margin: 10px 0;
  }

  .reviews {
    padding: 75px 0;
  }

  .review__text {
    min-height: 175px;
    max-width: 250px;
  }

  .reviews__slider .swiper-button-prev {
    right: 2%;
  }

  .reviews__slider .swiper-button-next {
    left: 2%;
  }

  .form-container {
    padding: 25px 20px;
    border-right: none;
    border-left: none;
  }

  .form__contacts {
    margin: 0;
    padding: 200px 15px 15px 15px;
    background: url(../img/form-photo.jpg) 75% center/cover no-repeat;
  }

  .contacts__title {
    font-size: 19px;
  }

  .footer {
    padding: 40px 0;
    font-size: 16px;
  }

  .pearl__photos-col:last-child .pearl__photo:last-child img {
    max-width: 100%;
  }

  .pearl__photos-col:last-child .pearl__photo:last-child {
    position: absolute;
    bottom: 50%;
    margin: 0 15px 0 0;
    -webkit-transform: rotate(-90deg) translateY(23%) translateX(-225%);
            transform: rotate(-90deg) translateY(23%) translateX(-225%);
  }

  .pearl__photos {
    margin: 40px 0 0 0;
  }

  .pearl__list-wrap {
    margin: 220px 0 0 0;
  }

  .black-cavier, .pearl, .gold {
    padding: 0 0 75px 0;
  }

  .black-cavier__topline {
    margin: 70px 30px 25px 0;
  }

  .black-cavier__text {
    margin-right: 12%;
    max-width: 90%;
  }

  .black-cavier__bg {
    height: 635px;
  }

  .black-cavier__right-line {
    top: 3.6%;
    height: 635px;
  }

  .black-cavier__subtitle, .pearl__subtitle, .gold__subtitle {
    font-size: 32px;
    line-height: 130%;
  }

  .black-cavier__topline .img-wrap, .pearl__topline .img-wrap, .gold__topline .img-wrap {
    -webkit-transform: scale(.5);
            transform: scale(.5);
  }

  .black-cavier__topline .img-wrap img, .pearl__topline .img-wrap img, .gold__topline .img-wrap img {
    max-width: 85%;
  }

  .black-cavier__text, .pearl__text, .gold__text {
    font-size: 17px;
  }

  .black-cavier__link {
    margin: 10px 10% 0 0;
  }

  .gold__text {
    max-width: 90%;
  }

  .gold__bg {
    height: 640px;
  }

  .gold__left-line {
    top: .7%;
    width: 40px;
    height: 640px;
  }

  .gold__photos {
    margin: 40px 0 0 0;
  }

  .black-cavier__photos-col:first-child .black-cavier__photo:last-child img {
    width: 100%;
  }

  .components__slider .swiper-slide img {
    border-radius: 50%;
  }

  .header__slider .slide .slide__title {
    color: var(--black);
  }

  .header__slider .slide .slide__subtitle {
    color: var(--black);
  }

  .header__slider .slide__link {
    margin: 280px 0 0 0;
  }

  .slide__link.nature {
    margin: 202px 0 0 0;
  }
}

@media screen and (max-width: 575.98px) {
  .slide__link.nature {
    margin: 90px 0 0 0;
  }

  .header__slider .slide__link {
    margin: 12px 0 0 0;
  }
}