*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

input {
  outline: none;
  border: none;
  background-color: transparent;
}

input::-moz-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

a {
  display: inline-block;
  color: inherit;
  font-family: inherit;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Medium.ttf");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Light.ttf");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro/source-sans-pro.semibold.ttf");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Ortica Linear";
  src: url("../fonts/OrticaLinear/OrticaLinear-Bold.ttf");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Light.ttf");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Regular.ttf");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair/PlayfairDisplay-Regular.ttf");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair/PlayfairDisplay-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair/PlayfairDisplay-Bold.ttf");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair/PlayfairDisplay-ExtraBold.ttf");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair/PlayfairDisplay-Black.ttf");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

html {
  font-size: 10px;
}

body {
  font-family: "Poppins", sans-serif;
  color: #424D55;
  line-height: 1.2;
}

body.is-modal {
  overflow: hidden;
}

.page__wrapper {
  overflow: hidden;
}

.container {
  max-width: 128rem;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .container {
    max-width: 113rem;
  }
}

@media screen and (max-width: 1150px) {
  .container {
    max-width: 73rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 35rem;
  }
}

.slider__prev {
  position: relative;
  width: 4.2rem;
  height: 4.2rem;
  border: 0.1rem solid #0D95FF;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  left: auto;
  background-image: url(../img/icons/icon-prev.svg);
  background-size: 1.1rem;
  background-repeat: no-repeat;
  background-position: center left 1.7rem;
  background-color: #F4FAFF;
  transition-duration: 300ms;
  transition-property: border-color, background-color;
  cursor: pointer;
}

.slider__prev.swiper-button-disabled {
  cursor: auto;
  border-right: none;
  opacity: 1;
  border-color: #BCC2C7;
  background-image: url(../img/icons/icon-prev-disabled.svg);
  background-color: #FFFFFF;
}

.slider__prev::after {
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .slider__prev {
    margin-top: 0;
    top: 0;
  }
}

.slider__next {
  position: relative;
  width: 4.2rem;
  height: 4.2rem;
  border: 0.1rem solid #0D95FF;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  right: auto;
  background-image: url(../img/icons/icon-next.svg);
  background-size: 1.1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F4FAFF;
  transition-duration: 300ms;
  transition-property: border-color, background-color;
  cursor: pointer;
}

.slider__next.swiper-button-disabled {
  border-left: none;
  opacity: 1;
  border-color: #BCC2C7;
  background-image: url(../img/icons/icon-next-disabled.svg);
  background-color: #FFFFFF;
  cursor: auto;
}

.slider__next::after {
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .slider__next {
    margin-top: 0;
    top: 0;
  }
}

.slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.slider__pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 !important;
  background-color: #E6EEF3;
  opacity: 1;
}

.slider__pagination .swiper-pagination-bullet-active {
  background-color: #7BB9E8;
}

.header {
  padding-top: 3.75rem;
  padding-bottom: 5.4rem;
  color: #043C53;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 100;
  transition-duration: 300ms;
  transition-property: padding;
}

.header.is-fixed {
  padding: 1.2rem 0;
  border-bottom: 0.1rem solid #e6e6e6;
}

@media screen and (max-width: 1300px) {
  .header {
    padding: 3rem 0;
  }
}

@media screen and (max-width: 1150px) {
  .header {
    padding: 2rem 0;
  }

  .header.is-fixed {
    padding: 1rem 0;
  }
}

.header .container {
  display: flex;
  align-items: center;
}

.header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}

@media screen and (max-width: 1300px) {
  .header__logo {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 1150px) {
  .header__logo {
    gap: 0.9rem;
  }
}

.header__logo span {
  font-family: "Gilroy";
  font-size: 1.8rem;
  color: #043C53;
  line-height: 1.3;
}

@media screen and (max-width: 1300px) {
  .header__logo span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1150px) {
  .header__logo span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1300px) {
  .header__logo_img {
    width: 15rem;
    height: auto;
  }
}

@media screen and (max-width: 1150px) {
  .header__logo_img {
    width: 19.7rem;
  }
}

.logo__top {
  display: flex;
  align-items: flex-end;
  gap: 0.3rem;
}

.header__navigation {
  margin-left: 6.5rem;
}

@media screen and (max-width: 1300px) {
  .header__navigation {
    margin-left: 4rem;
  }
}

@media screen and (max-width: 1150px) {
  .header__navigation {
    display: none;
  }
}

.header__list {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__item {
  position: relative;
}

.header__item--menu {
  padding-block: 1rem;
  cursor: pointer;
}

.header__item--menu:hover .dropdown {
  opacity: 1;
  visibility: visible;
}

.header__item--menu.no-hover:hover .dropdown {
  opacity: 0;
  visibility: hidden;
}

.header__item--menu:hover .header__link::after {
  opacity: 1;
}

.header__item--menu .header__link img {
  transition-property: transform;
  transition-duration: 300ms;
}


.header__item--menu:hover .header__link img {
  transform: rotate(180deg);
}

.header__item--menu .header__link {
  display: flex;
  align-items: center;
  gap: .4rem;
}

.header__item--menu .header__link::after {
  content: '';
  position: absolute;
  inset: -.5rem -1rem;
  background-color: #F4FAFF;
  border-radius: 16px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  z-index: -1;
}

.header__item--menu .header__link:hover::before {
  opacity: 0;
}

.dropdown {
  position: absolute;
  min-width: 21.2rem;
  z-index: 1;
  inset-block-start: 4.4rem;
  inset-inline-start: -1rem;
  border-radius: 1.2rem;
  background-color: #F4FBFF;
  border: 1px solid #E9F2F7;
  padding-block: 1.3rem;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 300ms;
}

.dropdown__link {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.85;
  text-transform: uppercase;
  text-decoration: none;
  padding: .4rem 1rem;
  transition-property: background-color;
  transition-duration: 300ms;
}

.dropdown__link:hover {
  background-color: #E4F2FB;
}

.header__link {
  position: relative;
  font-family: "Relaway", sans-serif;
  font-size: 1.9rem;
  text-decoration: none;
  font-weight: 500;
  text-decoration: none;
  color: #043C53;
}

.header__link::before {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #043C53;
  transition-duration: 300ms;
  opacity: 0;
}

.header__link:hover::before {
  opacity: 1;
}

.header__phone {
  margin-left: 5.2rem;
  font-size: 2.5rem;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
}

@media screen and (max-width: 1300px) {
  .header__link {
    font-size: 1.7rem;
  }

  .header__phone {
    font-size: 1.9rem;
    margin-left: 4rem;
  }
}

@media screen and (max-width: 1150px) {
  .header__phone {
    display: none;
  }
}

.header__languages {
  margin-left: 2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border: 0.1rem solid #E6EEF3;
  background-color: #FFFFFF;
  border-radius: 2rem;
  padding-right: 1.2rem;
  padding-left: 0;
}

.header__languages.ru {
  padding-left: 1.2rem;
}

.header__languages.en {
  padding-right: 0;
}

@media screen and (max-width: 1150px) {
  .header__languages {
    display: none;
  }
}

.subheader {
  background-color: #6D482E;
  margin-top: 11rem;
  padding: .7rem 0;
  display: none;
}

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

.subheader .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subheader__phone {
  font-size: 2.8rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.8;
  text-decoration: none;
  font-family: 'Montserrat';
}

.subheader__language_wrapper {
  position: relative;
}

.subheader__language_wrapper.active .languages__list {
  opacity: 1;
  visibility: visible;
}

.subheader__language_wrapper.active .subheader__language {
  border-color: #FFF;
}

.subheader__language {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: 1.25rem 2.75rem;
  background-color: #043C53;
  border-radius: 9rem;
  border: .1rem solid transparent;
  z-index: 1;

  font-family: 'Source Sans Pro';
  font-size: 2.4rem;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 0.5;
}

.language__link {
  color: #515153;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Source Sans Pro";
  line-height: 1;
}

.language__link.active {
  padding: 1.2rem 2.1rem;
  background-color: #043C53;
  border-radius: 2rem;
  color: #F9DEBE;
}

.languages__list {
  transition-duration: 300ms;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 100%;
  padding-top: 4.5rem;
  border: .1rem solid #9E8464;
  border-radius: 2rem;

  display: flex;
  flex-direction: column;
}

.languages__link {
  display: block;
  padding: 1rem 0;
  width: 100%;
  text-align: center;
  font-family: 'Source Sans Pro';
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  line-height: .6;
  border-top: .1rem solid #9E8464;
}

.languages__link:first-child {
  border-top: none;
}

.header__instagram {
  margin-left: auto;
}

@media screen and (max-width: 1150px) {
  .header__instagram {
    display: none;
  }
}

.header__burger {
  display: none;
}

@media screen and (max-width: 1150px) {
  .header__burger {
    display: block;
    margin-left: auto;
  }
}

.footer {
  padding-top: 5.2rem;
  padding-bottom: 7.7rem;
}

@media screen and (max-width: 1150px) {
  .footer {
    padding: 4rem 0;
  }
}

.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}

.footer__logo span {
  font-family: "Gilroy";
  font-size: 1.4rem;
  color: #043C53;
  line-height: 1.3;
}

@media screen and (max-width: 1150px) {
  .footer__logo {
    margin-bottom: 4rem;
  }
}

.footer__top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 1150px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1300px) {
  .footer__logo_image {
    width: 18rem;
    height: auto;
  }
}

@media screen and (max-width: 1150px) {
  .footer__logo_image {
    width: 27.2rem;
  }
}

.footer__navigation {
  margin-left: 7.1rem;
  display: flex;
  align-items: flex-start;
  gap: 8.2rem;
}

@media screen and (max-width: 1150px) {
  .footer__navigation {
    display: none;
  }
}

.footer__navigation_mob {
  display: none;
}

@media screen and (max-width: 1150px) {
  .footer__navigation_mob {
    display: flex;
    gap: 9.1rem;
    padding: 3rem 0;
    border-top: 0.2rem solid #0D95FF;
    border-bottom: 0.2rem solid #0D95FF;
    margin-bottom: 3rem;
    margin-top: 4rem;
    width: 100%;
    justify-content: center;
  }
}

.footer__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.footer__link {
  font-family: "Montserrat";
  color: #282F34;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 0.1rem solid transparent;
  transition-duration: 300ms;
  transition-property: border-color;
}

.footer__link:hover {
  border-color: #282F34;
}

.footer__contacts {
  margin-left: auto;
}

@media screen and (max-width: 1150px) {
  .footer__contacts {
    margin-left: 0;
  }
}

.footer__contacts_top {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 1150px) {
  .footer__contacts_top {
    margin-bottom: 1.5rem;
  }
}

.footer__order {
  text-decoration: none;
  padding: 1.2rem 3.2rem;
  border-radius: 10rem;
  background-color: #0D95FF;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  font-family: "Montserrat";
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  transition-duration: 300ms;
  transition-property: box-shadow;
}

.footer__order:hover {
  box-shadow: none;
}

.footer__phone {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.2rem;
  font-family: "Montserrat";
  color: #0D95FF;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 0.8;
}

@media screen and (max-width: 1150px) {
  .footer__phone {
    justify-content: center;
    gap: 5.7rem;
    font-size: 2.8rem;
  }

  .footer__phone img {
    width: 4rem;
    height: 4rem;
  }
}

.footer__bottom {
  padding-bottom: 2.9rem;
  border-bottom: 0.1rem solid rgba(207, 218, 225, 0.3294117647);
}

.footer__address_list {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  flex-wrap: wrap;
  padding-left: 36.2rem;
}

@media screen and (max-width: 1300px) {
  .footer__address_list {
    padding-left: 26rem;
  }
}

@media screen and (max-width: 1150px) {
  .footer__address_list {
    padding-left: 0;
  }
}

.footer__address_item {
  width: calc((100% - 2rem) / 3);
}

@media screen and (max-width: 767px) {
  .footer__address_item {
    width: calc((100% - 2rem) / 2);
  }
}

.footer__address_link {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  text-decoration: none;
}

.footer__address_link span {
  font-family: "Montserrat";
  font-size: 1.4rem;
  color: #282F34;
  line-height: 2;
}

.footer__copy {
  text-align: right;
  font-size: 1.2rem;
  font-family: "Montserrat";
  color: #6B747C;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 1.6rem;
}

@media screen and (max-width: 1150px) {
  .footer__copy {
    text-align: left;
  }
}

.hero {
  padding-top: 15.6rem;
}

@media screen and (max-width: 1300px) {
  .hero {
    padding-top: 11rem;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 0;
  }
}

.hero__wrapper {
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 1150px) {
  .hero__wrapper {
    background-color: #043C53;
    background-image: url(../img/hero/bg-lines-top.svg), url(../img/hero/bg-lines.svg);
    background-size: auto;
    background-repeat: no-repeat, repeat-x;
    background-position: top -15rem left -40rem, bottom left;
    width: 100%;
    border-right: 1.6rem solid #BDA078;
  }
}

@media screen and (max-width: 767px) {
  .hero__wrapper {
    border-width: 1.3rem;
    /* background-image: url(../../img/hero/bg-lines-top.svg);
    background-position: top -15rem left -40rem; */
    background-image: url(../img/hero/bg-lines-s.svg), url(../img/hero/bg-s.webp);
    background-size: auto, cover;
    background-position: top center, center;
    background-repeat: repeat-x, no-repeat;
    background-color: transparent;
  }
}

@media screen and (max-width: 1400px) {
  .hero__image {
    min-width: 55rem;
    height: 80rem;
    width: 55rem;
  }

  .hero__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

@media screen and (max-width: 1300px) {
  .hero__image {
    min-width: 50rem;
    width: 50rem;
    height: 75rem;
  }
}

@media screen and (max-width: 1150px) {
  .hero__image {
    display: none;
  }
}

.hero__content {
  background-color: #043C53;
  background-image: url(../img/hero/bg-lines-top.svg), url(../img/hero/bg-lines.svg);
  background-size: auto;
  background-repeat: no-repeat, repeat-x;
  background-position: top -15rem left -40rem, bottom left;
  width: 100%;
  border-right: 1.6rem solid #BDA078;
  padding-top: 13.1rem;
  padding-left: 9.2rem;
}

@media screen and (max-width: 1300px) {
  .hero__content {
    padding-top: 10rem;
    padding-left: 6rem;
    border-right-width: 1.2rem;
  }
}

@media screen and (max-width: 1150px) {
  .hero__content {
    max-width: 73rem;
    margin: 0 auto;
    background-image: none;
    border: none;
    background-color: transparent;
    padding-left: 0;
    padding-bottom: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .hero__content {
    max-width: 35rem;
    padding-top: 8.8rem;
    padding-bottom: 7.4rem;
  }

  .hero__content_small {
    padding-top: 5.8rem;
  }
}

.hero__uptitle {
  font-family: "Gilroy";
  font-size: 2.8rem;
  line-height: 0.7;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .hero__uptitle {
    margin-bottom: 2rem;
    line-height: 1.1;
  }

  .hero__uptitle_small {
    font-size: 2rem;
  }
}

.hero__title {
  font-family: "Playfair Display";
  color: #F9DEBE;
  font-size: 6.4rem;
  text-transform: uppercase;
  max-width: 60.5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .hero__title {
    font-size: 4rem;
    margin-bottom: 3rem;
  }

  .hero__title_small {
    font-size: 3.8rem;
  }
}

.hero__desc {
  font-size: 2.4rem;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.6;
  margin-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .hero__desc {
    margin-bottom: 7rem;
  }
}

.hero__buttons {
  display: flex;
  align-items: stretch;
  gap: 3.5rem;
  margin-bottom: 1.9rem;
}

@media screen and (max-width: 767px) {
  .hero__buttons {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 1rem;
    align-items: flex-start;
  }
}

.hero__button {
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 5rem;
  border: 0.1rem solid #BDA078;
  background-color: #BDA078;
  padding: 1.5rem 3.2rem;
  min-width: 20rem;
  font-size: 2rem;
  font-weight: 300;
  color: #FFFFFF;
  transition-duration: 300ms;
  transition-property: background-color;
  text-decoration: none;
}

.hero__button:hover {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .hero__button {
    width: auto;
    background-color: #BDA078;
    font-weight: 500;
    max-height: 6.2rem;
    height: 6.2rem;
    min-width: 21.3rem;
  }

  .hero__button:nth-child(2) {
    background-color: #AD8E65;
  }
}

.hero__small {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 300;
  /* max-width: 21.5rem; */
  color: #FFFFFF;
}

.offer {
  margin-top: 2.8rem;
  margin-bottom: 2.5rem;
  background-color: #0D95FF;
  padding: 2.6rem 0;
}

@media screen and (max-width: 1300px) {
  .offer {
    margin-top: 2rem;
    margin-bottom: 4.1rem;
  }
}

.offer__list {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-left: -100vw;
}

@media screen and (max-width: 1300px) {
  .offer__list {
    gap: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .offer__list {
    gap: 4rem;
  }
}

.offer__item {
  font-family: "Gilroy";
  font-size: 2.8rem;
  line-height: 0.7;
  color: #FFFFFF;
}

@media screen and (max-width: 1300px) {
  .offer__item {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .offer__item {
    font-size: 1.8rem;
    line-height: 1;
  }
}

.promo {
  padding-bottom: 12rem;
}

@media screen and (max-width: 1300px) {
  .promo {
    padding-bottom: 9rem;
  }
}

@media screen and (max-width: 767px) {
  .promo {
    padding-bottom: 8.5rem;
  }
}

.promo .container {
  position: relative;
}

.promo__buttons {
  position: absolute;
  top: 7.1rem;
  right: 0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .promo__buttons {
    position: relative;
    top: auto;
    height: 4.2rem;
    justify-content: flex-end;
    margin-bottom: 1.5rem;
  }
}

.promo__title {
  color: #014762;
  font-family: "Playfair Display";
  font-size: 4.6rem;
  letter-spacing: 0.092rem;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}

@media screen and (max-width: 1300px) {
  .promo__title {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 1150px) {
  .promo__title {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .promo__title {
    font-size: 3.2rem;
    margin-bottom: 0.7rem;
  }
}

.promo__subtitle {
  font-family: "Montserrat";
  font-size: 2.4rem;
  font-weight: 300;
  color: #424D55;
  line-height: 1.6;
  margin-bottom: 3.7rem;
}

@media screen and (max-width: 1150px) {
  .promo__subtitle {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .promo__subtitle {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}

.promo__list {
  display: flex;
  align-items: stretch;
}

.promo__item {
  cursor: pointer;
  width: calc((100% - 4rem) / 3);
  display: flex;
  flex-direction: column;
  border: 0.1rem solid #ECD8BD;
  border-top-left-radius: .4rem;
  border-top-right-radius: .4rem;
  border-bottom-left-radius: .8rem;
  border-bottom-right-radius: .8rem;
  overflow: hidden;
}

.promo__item:hover .promo__more img {
  transform: translateX(0.5rem);
}

@media screen and (max-width: 1150px) {
  .promo__item {
    width: calc((100% - 2rem) / 2);
  }
}

.promo__image_wrapper {
  position: relative;
  overflow: hidden;
  min-height: 30rem;
  max-height: 30rem;
  border-bottom: .1rem solid #E7E4E0;
  border-bottom-left-radius: .4rem;
  border-bottom-right-radius: .4rem;
}

@media screen and (max-width: 767px) {
  .promo__image_wrapper {
    min-height: 26.4rem;
    max-height: 26.4rem;
  }
}

.promo__endsale {
  position: absolute;
  width: 100%;
  bottom: 1.3rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.promo__endsale_title {
  text-align: center;
  margin-bottom: 1rem;
  color: #282F34;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
}

.promo__timer.timer {
  margin-bottom: 0;
}

.promo__timer .timer__time {
  font-size: 3.4rem;
}

.promo__image_wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  background-image: linear-gradient(to bottom, #ffffff00, #FFFFFF);
}

@media screen and (max-width: 767px) {
  .promo__image_wrapper {
    width: 100%;
    height: 26.4rem;
  }
}

.promo__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.promo__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 3rem 3.4rem 3rem;
}

.promo__name {
  font-size: 2rem;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.04rem;
  max-width: 32rem;
  margin-bottom: 1.8rem;
}

.promo__sale {
  display: block;
  color: #D63639;
  font-family: "Montserrat";
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 0.7;
  margin-bottom: 4.1rem;
}

.promo__more {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Montserrat";
  color: #424D55;
  font-size: 1.6rem;
  letter-spacing: -0.016rem;
}

.promo__more img {
  transition-duration: 300ms;
  transition-property: transform;
}

.promo__pagination {
  display: none;
}

@media screen and (max-width: 1150px) {
  .promo__pagination {
    display: flex;
    margin-top: 2rem;
  }
}

.welcome {
  padding-top: 10rem;
  padding-bottom: 11.6rem;
}

@media screen and (max-width: 1150px) {
  .welcome {
    padding-bottom: 9.3rem;
  }
}

.welcome .container {
  display: flex;
  align-items: stretch;
  gap: 3.5rem;
}

@media screen and (max-width: 1150px) {
  .welcome__left {
    display: none;
  }
}

.welcome__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .welcome__list {
    flex-wrap: wrap;
    -moz-column-gap: 2.2rem;
    column-gap: 2.2rem;
    row-gap: 2rem;
    justify-content: center;
  }
}

.welcome__item {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .welcome__item {
    width: calc((100% - 4.4rem) / 3);
  }
}

.welcome__icon {
  margin: 0 auto 1.2rem auto;
}

@media screen and (max-width: 767px) {
  .welcome__icon {
    width: 5.2rem;
    height: 5.2rem;
    margin-bottom: 0.5rem;
  }
}

.welcome__feature {
  font-family: "Montserrat";
  color: #282F34;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .welcome__feature {
    font-size: 1.4rem;
  }
}

.welcome__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.welcome__right_image {
  margin-top: auto;
}

@media screen and (max-width: 1300px) {
  .welcome__right_image {
    max-width: 100%;
  }
}

@media screen and (max-width: 1150px) {
  .welcome__right {
    width: 100%;
  }

  .welcome__right_image {
    display: none;
  }
}

.welcome__title {
  font-family: "Playfair Display";
  color: #014762;
  font-size: 4.2rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1150px) {
  .welcome__title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .welcome__title {
    font-size: 3.2rem;
  }
}

.welcome__desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  max-width: 61rem;
  margin-bottom: 6.9rem;
}

@media screen and (max-width: 1150px) {
  .welcome__desc {
    margin-bottom: 4rem;
    margin-bottom: 2.9rem;
    max-width: 100%;
  }
}

.welcome__sertificat {
  position: relative;
  color: #04306E;
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}

.welcome__sertificat::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #BDA078;
  transition-duration: 300ms;
  transition-property: opacity;
}

.welcome__sertificat:hover::before {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .welcome__sertificat {
    display: none;
  }
}

.welcome__slider {
  display: none;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  .welcome__slider {
    display: flex;
    overflow: hidden;
  }
}

.welcome__slide {
  width: calc((100% - 3rem) / 3) !important;
}

.welcome__slide img {
  max-width: 100%;
}

.welcome__pagination {
  margin-top: 2rem;
  display: none;
}

@media screen and (max-width: 767px) {
  .welcome__pagination {
    display: flex;
  }
}

.advantages {
  padding-bottom: 13.5rem;
  background-image: linear-gradient(to bottom, #FFFFFF 22.2rem, #F5F5EB 22.2rem);
}

.advantages__title {
  font-family: 'Playfair Display';
  color: #014762;
  font-size: 4.6rem;
  letter-spacing: -.092rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 6rem;
}

.advantages__list {
  display: flex;
  align-items: stretch;
  gap: 2.2rem;
  padding: 0 10rem;
  flex-wrap: wrap;
}

.advantages__item {
  width: calc((100% - 4.4rem) / 3);
  border-radius: .8rem;
  border: .1rem solid #BDA078;
  background-color: #FFF;
  box-shadow: 0 1.2rem 1rem 0 rgba(0, 0, 0, 0.04), 0 .65rem 1.2rem 0 rgba(0, 0, 0, 0.03);
  padding: 2rem;
  min-height: 30rem;
}

.advantages__icon {
  margin-bottom: 1.8rem;
}

.advantages__subtitle {
  color: #282F34;
  font-family: 'Montserrat';
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
}

.advantages__desc {
  color: #282F34;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 1150px) {
  .advantages__title {
    font-size: 4rem;
  }

  .advantages__list {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .advantages__title {
    font-size: 3rem;
    margin-bottom: 4rem;
  }

  .advantages__list {
    gap: 6.4rem;
  }

  .advantages__item {
    width: 100%;
  }
}

.service {
  padding-top: 10.2rem;
  padding-bottom: 24rem;
  background-color: #014661;
  background-image: url(../img/service/lines-bottom.svg), url(../img/service/lines-top.svg);
  background-repeat: no-repeat;
  background-size: 129rem, auto;
  background-position: bottom 38.7rem left, top right;
}

@media screen and (max-width: 1300px) {
  .service {
    background-position: bottom 30rem left, top right;
    padding-bottom: 18rem;
  }
}

@media screen and (max-width: 1150px) {
  .service {
    background-image: url(../img/service/lines-bottom.svg);
    padding-bottom: 0;
    background-position: bottom 42rem left;
  }
}

@media screen and (max-width: 767px) {
  .service {
    padding-top: 6rem;
    background-position: bottom 42rem left -5rem;
  }
}

.service__title {
  font-family: "Playfair Display";
  color: #F9DEBE;
  font-size: 4.6rem;
  letter-spacing: -0.092rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.9rem;
}

@media screen and (max-width: 767px) {
  .service__title {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
}

.service__subtitle {
  font-family: "Montserrat";
  color: #FFC280;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 1150px) {
  .service__subtitle {
    max-width: 60rem;
    margin: 0 auto 3rem auto;
  }
}

@media screen and (max-width: 767px) {
  .service__subtitle {
    margin-bottom: 1.4rem;
  }
}

.service__categories {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.5rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 1150px) {
  .service__categories {
    gap: 3rem;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .service__categories {
    gap: 2rem;
    margin-bottom: 6.9rem;
  }
}

.service__category {
  position: relative;
  font-family: "Montserrat";
  color: rgba(189, 160, 120, 0.5);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
  transition-duration: 300ms;
  transition-property: color;
}

@media screen and (max-width: 1150px) {
  .service__category {
    transition-property: background-color;
    padding: 0.5rem 1.3rem;
    background-color: #BCC2C7;
    border-radius: 0.8rem;
    color: #F0F0F1;
  }
}

.service__category::before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #FFC280;
  opacity: 0;
  transition-duration: 300ms;
  transition-property: opacity;
}

@media screen and (max-width: 1150px) {
  .service__category::before {
    display: none;
  }
}

.service__category.active {
  color: #FFFFFF;
}

.service__category.active::before {
  opacity: 1;
}

@media screen and (max-width: 1150px) {
  .service__category.active {
    background-color: #9E8464;
  }
}

.service__category:hover::before {
  opacity: 1;
}

.service__list {
  display: flex;
  align-items: stretch;
  -moz-column-gap: 7.3rem;
  column-gap: 7.3rem;
  row-gap: 2rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 1150px) {
  .service__list {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

.service__item {
  width: calc((100% - 7.3rem) / 2);
  border-bottom: 0.1rem solid #FFFFFF;
  padding-bottom: 2rem;
  color: #FFFFFF;
  display: none;
}

.service__item.active {
  display: block;
}

@media screen and (max-width: 1150px) {
  .service__item {
    width: calc((100% - 4rem) / 2);
  }
}

@media screen and (max-width: 767px) {
  .service__item {
    width: 100%;
  }
}

.service__item_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.service__name {
  font-family: "Montserrat";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
}

.service__price {
  font-family: "Montserrat";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.25;
}

.service__time {
  font-family: "Montserrat";
  font-size: 1.8rem;
  line-height: 1.65;
}

@media screen and (max-width: 1150px) {
  .gift {
    background-color: #BDA078;
  }
}

.gift .container {
  position: relative;
  margin-top: 36rem;
  background-color: #BDA078;
  padding: 1.8rem 3.2rem 2rem 3.2rem;
}

@media screen and (max-width: 1150px) {
  .gift .container {
    margin-top: 30rem;
    padding-top: 4rem;
    padding-bottom: 7rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.gift__title {
  font-family: "Ortica Linear";
  font-size: 3.4rem;
  color: #FFFFFF;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 61rem;
  letter-spacing: -0.068rem;
  margin-bottom: 4.6rem;
}

@media screen and (max-width: 1300px) {
  .gift__title {
    max-width: 55rem;
  }
}

@media screen and (max-width: 1150px) {
  .gift__title {
    text-align: center;
    margin: 0 auto 2rem auto;
  }
}

@media screen and (max-width: 767px) {
  .gift__title {
    text-align: left;
  }
}

.gift__sertificat {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.8rem 4.3rem;
  border-radius: 0.8rem;
  background-color: #000000;
  border: 0.1rem solid #000000;
  color: #FFFFFF;
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}

.gift__sertificat img {
  transition-duration: 300ms;
  transition-property: transform;
}

.gift__sertificat:hover img {
  transform: translateX(0.5rem);
}

@media screen and (max-width: 1150px) {
  .gift__sertificat {
    margin: 0 auto;
  }
}

.gift__image {
  position: absolute;
  top: -7.5rem;
  right: 3.4rem;
}

@media screen and (max-width: 1300px) {
  .gift__image {
    width: 50rem;
    top: -5rem;
  }
}

@media screen and (max-width: 1150px) {
  .gift__image {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto 4.3rem auto;
  }
}

@media screen and (max-width: 767px) {
  .gift__image {
    width: 100%;
  }
}

.section__wrapper {
  padding-top: 10rem;
  padding-bottom: 16.5rem;
  background-image: url(../img/prepare/lines.png), linear-gradient(to bottom, #F5F5EB 57rem, #FFFFFF 57rem, #FFFFFF 100%);
  background-size: auto, auto;
  background-repeat: repeat-x, no-repeat;
  background-position: top 45rem left, top left;
}

@media screen and (max-width: 1150px) {
  .section__wrapper {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1150px) {
  .prepare {
    padding-top: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .prepare {
    padding-top: 4rem;
  }
}

.prepare .container {
  border-radius: 1.6rem;
  border: 0.3rem solid #BDA078;
  background-image: linear-gradient(180deg, #FDFBF7 0%, #FAFAFB 100%);
  box-shadow: 0 1.2rem 1rem 0 rgba(0, 0, 0, 0.04), 0px 6.65px 12px 0px rgba(0, 0, 0, 0.03);
  padding: 7.2rem;
}

@media screen and (max-width: 1150px) {
  .prepare .container {
    border: none;
    background-image: none;
    background-color: #FFFFFF;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    border-bottom: 0.2rem solid #D8DDE2;
    padding-bottom: 4rem;
  }
}

.prepare__header {
  padding-bottom: 5.2rem;
  margin-bottom: 5.2rem;
  border-bottom: 0.1rem solid #D8DDE2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1150px) {
  .prepare__header {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}

.prepare__title {
  font-family: "Playfair Display";
  color: #014762;
  font-size: 4.6rem;
  text-transform: uppercase;
  line-height: 1.1;
  max-width: 66.6rem;
}

@media screen and (max-width: 1150px) {
  .prepare__title {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .prepare__title {
    font-size: 3.2rem;
  }
}

.prepare__subtitle {
  max-width: 36.5rem;
  padding-left: 5.2rem;
  border-left: 0.1rem solid #D8DDE2;
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: 600;
  color: #282F34;
  line-height: 1.6;
}

@media screen and (max-width: 1150px) {
  .prepare__subtitle {
    max-width: 100%;
    border-left: none;
    padding-left: 0;
  }
}

.prepare__list {
  display: flex;
  align-items: stretch;
  gap: 3.2rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 1150px) {
  .prepare__list {
    -moz-column-gap: 2.1rem;
    column-gap: 2.1rem;
    row-gap: 6.8rem;
  }
}

.prepare__item {
  width: calc((100% - 6.4rem) / 3);
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

@media screen and (max-width: 1150px) {
  .prepare__item {
    width: calc((100% - 2.1rem) / 2);
  }

  .prepare__item:last-of-type {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}

.prepare__name {
  font-family: "Montserrat";
  color: #282F34;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}

.prepare__desc {
  font-family: "Montserrat";
  color: #6B747C;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.team {
  padding-top: 13.2rem;
}

@media screen and (max-width: 1150px) {
  .team {
    padding-top: 11rem;
    padding-bottom: 10rem;
    background-image: url(../img/prepare/lines.png);
    background-repeat: repeat-x;
    background-size: 100%;
    background-position: top -12rem left -15rem;
  }
}

@media screen and (max-width: 767px) {
  .team {
    background-position: top -5rem left -6rem;
    padding-bottom: 8rem;
  }
}

.team .container {
  position: relative;
}

.team__buttons {
  position: absolute;
  top: 2.9rem;
  right: 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  .team__buttons {
    position: relative;
    top: auto;
    justify-content: flex-end;
    margin-bottom: 3.1rem;
  }
}

.team__uptitle {
  font-family: "Gilroy";
  font-size: 2.8rem;
  line-height: 0.7;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .team__uptitle {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

.team__title {
  font-family: "Playfair Display";
  color: #014762;
  font-size: 4.2rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 1150px) {
  .team__title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .team__title {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}

.team__subtitle {
  font-family: "Montserrat";
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5.2rem;
}

@media screen and (max-width: 767px) {
  .team__subtitle {
    margin-bottom: 3rem;
  }
}

.team__slider_wrapper {
  padding: 0 4rem;
}

@media screen and (max-width: 1150px) {
  .team__slider_wrapper {
    padding: 0;
  }
}

.team__list {
  display: flex;
  align-items: stretch;
}

.team__item {
  width: calc((100% - 6rem) / 3);
}

.team__image {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 300px 300px 12px 12px;
  background-color: #eef2f5;
}

@media screen and (max-width: 767px) {
  .team__image {
    margin-bottom: 2rem;
  }
}

.team__name {
  font-family: "Montserrat";
  color: #202427;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #C8CCD1;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 1150px) {
  .team__name {
    font-size: 2rem;
  }
}

.team__special {
  font-family: "Montserrat";
  font-size: 1.6rem;
  line-height: 1.1;
}

.team__pagination {
  display: none;
}

@media screen and (max-width: 1150px) {
  .team__pagination {
    display: flex;
    margin-top: 3rem;
  }
}

.reviews {
  padding-bottom: 17.3rem;
}

@media screen and (max-width: 1300px) {
  .reviews {
    padding-bottom: 12rem;
  }
}

@media screen and (max-width: 1150px) {
  .reviews {
    padding-bottom: 8rem;
  }
}

.reviews .container {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

@media screen and (max-width: 1150px) {
  .reviews .container {
    flex-direction: column;
    gap: 0;
  }
}

.reviews__content {
  max-width: 30.2rem;
}

@media screen and (max-width: 1150px) {
  .reviews__content {
    width: 100%;
    max-width: none;
  }
}

.reviews__title {
  width: 30.2rem;
  font-family: "Playfair Display";
  color: #014762;
  font-size: 4.2rem;
  line-height: 1;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1150px) {
  .reviews__title {
    width: auto;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .reviews__title {
    font-size: 4.2rem;
    margin-bottom: 1rem;
  }
}

.reviews__subtitle {
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4rem;
}

@media screen and (max-width: 1150px) {
  .reviews__subtitle {
    margin-bottom: 2rem;
  }
}

.reviews__buttons {
  display: flex;
  height: 4.2rem;
  margin-bottom: 9rem;
}

@media screen and (max-width: 1150px) {
  .reviews__buttons {
    justify-content: flex-end;
    margin-bottom: 2rem;
  }
}

.reviews__add {
  padding: 1.2rem 5rem;
  border: 0.2rem solid #014661;
  background-color: #014661;
  border-radius: 4rem;
  font-family: "Montserrat";
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFFFFF;
  transition-duration: 300ms;
  transition-property: color, background-color;
}

.reviews__add:hover {
  color: #000000;
  background-color: transparent;
}

@media screen and (max-width: 1150px) {
  .reviews__add {
    display: none;
  }
}

.reviews__add_mob {
  display: none;
}

@media screen and (max-width: 1150px) {
  .reviews__add_mob {
    display: block;
    margin: 7rem auto 0 auto;
  }
}

.reviews__list {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.reviews__item {
  width: calc((100% - 1.7rem) / 2);
  padding: 5.2rem;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1150px) {
  .reviews__item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .reviews__item {
    padding: 4rem;
  }
}

.reviews__name {
  font-family: "Montserrat";
  font-size: 2.2rem;
  font-weight: 600;
  color: #282F34;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}

.reviews__info {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 3.2rem;
}

.reviews__stars {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.reviews__date {
  font-family: "Montserrat";
  font-size: 1.4rem;
  line-height: 1.4;
  color: #6B747C;
}

.reviews .reviews__text_wrapper {
  position: relative;
  max-height: 31.7rem;
  padding-bottom: 8.7rem;
}

.reviews .reviews__text_wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8.7rem;
  background-image: linear-gradient(0deg, #FFF 12.38%, rgba(255, 255, 255, 0.22) 86.68%);
}

.reviews__text {
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
}

.simplebar-track {
  right: -2.7rem;
  left: auto;
  top: 0;
  border-radius: 10rem;
}

.simplebar-track.simplebar-vertical {
  background-color: #E9E9E9;
  width: 0.5rem;
}

.simplebar-scrollbar:before {
  background-color: #7BB9E8;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1 !important;
}

.stars .simplebar-track {
  right: -1rem;
  left: auto;
  top: 0;
  border-radius: 10rem;
}

.order {
  padding: 3.6rem 0;
  background-image: url(../img/order/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1150px) {
  .order {
    padding-top: 4.9rem;
    padding-bottom: 6.8rem;
    background-image: linear-gradient(0deg, rgba(100, 82, 67, 0.3) 0%, rgba(100, 82, 67, 0.3) 100%);
  }
}

@media screen and (max-width: 1150px) {
  .order__wrapper {
    background-color: #FFFFFF;
    padding-top: 4rem;
    padding-bottom: 4.2rem;
    border-radius: 1.2rem;
  }
}

.order .container {
  display: flex;
  align-items: stretch;
}

.order__image_wrapper {
  min-width: 68.2rem;
  border-radius: 0.8rem;
  overflow: hidden;
}

@media screen and (max-width: 1300px) {
  .order__image_wrapper {
    min-width: 55rem;
  }
}

@media screen and (max-width: 1150px) {
  .order__image_wrapper {
    display: none;
  }
}

.order__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.order__content {
  border-radius: 0.8rem;
  background-color: #FFFFFF;
  padding: 3rem 8.9rem 6.8rem 8.9rem;
}

@media screen and (max-width: 1150px) {
  .order__content {
    border-radius: 0;
    padding: 0;
    width: 100%;
  }
}

.order__title {
  color: #282F34;
  font-family: "Playfair Display";
  font-size: 3.2rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.order__form form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}

.order__form .form__label {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.order__form .form__label span {
  font-family: "Montserrat";
  font-size: 1.4rem;
  color: #7F868F;
  line-height: 1.4;
}

.order__form .form__label .wpcf7-not-valid-tip {
  color: #dc3232;
  margin-top: .5rem;
  font-size: 1.4rem;
}

.order__form .wpcf7-spinner {
  display: none !important;
}

.select2-dropdown {
  margin-top: 3rem !important;
}

@media screen and (max-width:767px) {
  .select2-dropdown {
    margin-top: 4.3rem !important;
  }

}

.order__form .form__input {
  padding: 0 1.7rem;
  width: 100%;
  height: 5.4rem;
  border: 0.1rem solid #7F868F;
  border-radius: 0.8rem;
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: 500;
}

.order__form .select2 {
  height: 5.4rem;
}

.order__form .select2-container--default .select2-selection--single {
  height: 100%;
  border: 0.1rem solid #7F868F;
  border-radius: 0.8rem;
  padding: 0 1.7rem;
}

.order__form .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
}

.order__form .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 1.2rem;
  top: 50%;
  transform: translate(0, -50%);
}

.order__form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000000 transparent transparent transparent;
}

.order__form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000000 transparent;
}

.order__form .form__agree {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
}

.order__form .form__agree_text {
  font-family: "Montserrat";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #7F868F;
}

.order__form .form__submit {
  margin-top: 0.8rem;
  width: 100%;
  height: 5.4rem;
  background-color: #9E8464;
  border-radius: 10rem;
  color: #FFFFFF;
  font-family: "Montserrat";
  font-size: 1.8rem;
  font-weight: 600;
  transition-duration: 300ms;
  transition-property: background-color;
}

.order__form .form__submit:hover {
  background-color: #76634c;
}

.select2-results__option--selectable {
  font-size: 1.4rem;
  padding: 1rem 1.7rem;
  transition-duration: 100ms;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0D95FF;
}

.stars {
  padding-bottom: 14.3rem;
}

@media screen and (max-width: 1300px) {
  .stars {
    padding-bottom: 10rem;
  }
}

@media screen and (max-width: 1150px) {
  .stars {
    padding: 0 0 6rem 0;
  }
}

.stars__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}

@media screen and (max-width: 1150px) {
  .stars__header {
    display: block;
    margin-bottom: 0;
  }
}

.stars__title {
  font-family: "Playfair Display";
  color: #014762;
  font-size: 4.2rem;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 1150px) {
  .stars__title {
    font-size: 4rem;
    max-width: 60rem;
    line-height: 1.2;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .stars__title {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}

.stars__buttons {
  position: relative;
  display: flex;
  height: 4.2rem;
  width: 8.4rem;
}

@media screen and (max-width: 1150px) {
  .stars__buttons {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 3rem;
  }
}

.stars__list {
  display: flex;
  align-items: stretch;
}

.stars__item {
  width: calc((100% - 2.1rem) / 2);
  border: 0.1rem solid #9E8464;
  display: flex;
  align-items: flex-start;
  max-height: 48.8rem;
  overflow: hidden;
}

@media screen and (max-width: 1300px) {
  .stars__item {
    max-height: 42rem;
  }
}

@media screen and (max-width: 767px) {
  .stars__item {
    flex-direction: column-reverse;
    max-height: none;
  }
}

.stars__image_wrapper {
  min-width: 30.3rem;
  height: 100%;
}

@media screen and (max-width: 1300px) {
  .stars__image_wrapper {
    min-width: 25rem;
  }
}

@media screen and (max-width: 1150px) {
  .stars__image_wrapper {
    min-width: 30rem;
  }
}

@media screen and (max-width: 767px) {
  .stars__image_wrapper {
    min-width: none;
    width: 100%;
    height: auto;
  }
}

.stars__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.stars__content {
  width: 100%;
  padding: 1.4rem 2.5rem 4.7rem 2rem;
  display: flex;
  flex-direction: column;
}

.stars__name {
  font-family: "Montserrat";
  color: #282F34;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.stars__info {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2.6rem;
}

.stars__rate {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.stars__date {
  font-family: "Montserrat";
  font-size: 1.4rem;
  line-height: 1.4;
  color: #6B747C;
}

.stars__text_wrapper {
  max-height: 35rem;
  max-width: 100%;
}

@media screen and (max-width: 1300px) {
  .stars__text_wrapper {
    max-height: 28.3rem;
  }
}

.stars__text {
  font-family: "Montserrat";
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}

.stars__text.short::after {
  content: "...";
}

.stars__more {
  margin-top: 5rem;
  text-align: left;
  font-family: "Montserrat";
  color: #0584D1;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  cursor: auto;
}

.stars__more span {
  border-bottom: 0.1rem solid #0584D1;
  transition-duration: 300ms;
  transition-property: border-color;
  cursor: pointer;
}

.stars__more span:hover {
  border-color: transparent;
}

.stars__pagination {
  display: none;
}

@media screen and (max-width: 1150px) {
  .stars__pagination {
    display: flex;
    margin-top: 4rem;
  }
}

.video {
  padding-bottom: 9.9rem;
}

@media screen and (max-width: 1300px) {
  .video {
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .video {
    padding-bottom: 6rem;
  }
}

.video__title {
  color: #014762;
  font-family: "Playfair Display";
  font-size: 4.2rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 1150px) {
  .video__title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .video__title {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}

.video__wrapper iframe {
  width: 100%;
  height: 67.6rem;
}

@media screen and (max-width: 1300px) {
  .video__wrapper iframe {
    height: 60rem;
  }
}

@media screen and (max-width: 1150px) {
  .video__wrapper iframe {
    height: 46rem;
  }
}

@media screen and (max-width: 767px) {
  .video__wrapper iframe {
    height: 22.8rem;
  }
}

.faq {
  padding-bottom: 8.2rem;
}

@media screen and (max-width: 767px) {
  .faq {
    padding-bottom: 6.5rem;
  }
}

.faq__title {
  color: #014762;
  font-family: "Playfair Display";
  font-size: 4.2rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

@media screen and (max-width: 1150px) {
  .faq__title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .faq__title {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}

.faq__content {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}

@media screen and (max-width: 1150px) {
  .faq__content {
    flex-direction: column;
    gap: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .faq__content {
    gap: 0;
  }
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .faq__list {
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .faq__list:last-of-type {
    border-bottom: 0.1rem solid #9E8464;
  }
}

.faq__item {
  border: 0.1rem solid #9E8464;
  padding: 2.5rem 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}

.faq__item svg {
  transition-duration: 300ms;
}

.faq__item.active .faq__question {
  font-size: 2.2rem;
  color: #0584D1;
}

.faq__item.active .faq__answer {
  font-size: 1.6rem;
  padding-top: 3.5rem;
}

.faq__item.active svg {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .faq__item {
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 2rem 0;
  }
}

.faq__item_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq__question {
  font-family: "Montserrat";
  color: #000000;
  font-size: 1.8rem;
  font-weight: 600;
  transition-duration: 300ms;
}

.faq__answer {
  font-family: "Montserrat";
  font-size: 0;
  padding-top: 0;
  color: #000000;
  font-weight: 500;
  line-height: 1.6;
  transition-duration: 300ms;
}

.contact {
  padding: 5rem 0;
  background-color: #014661;
  border-bottom: 0.1rem solid #F9DEBE;
  color: #FFFFFF;
  background-image: url(../img/contact/lines1.svg), url(../img/contact/lines2.svg);
  background-repeat: no-repeat, repeat-x;
  background-size: auto;
  background-position: bottom -35.6rem left -7.1rem, bottom -22rem left 0.7rem;
}

@media screen and (max-width: 1150px) {
  .contact {
    padding-top: 4rem;
    padding-bottom: 27.1rem;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    background-size: 150%;
    background-position: bottom -7rem left, bottom -5rem left 15rem;
  }
}

.contact .container {
  display: flex;
  align-items: center;
  gap: 4rem;
}

@media screen and (max-width: 1150px) {
  .contact .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.contact__image {
  border-radius: 2.2rem;
}

@media screen and (max-width: 1150px) {
  .contact__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

.contact__uptitle {
  font-family: "Gilroy";
  font-size: 2.8rem;
  line-height: 0.7;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1150px) {
  .contact__uptitle {
    display: none;
  }
}

.contact__uptitle_mob {
  display: none;
}

@media screen and (max-width: 1150px) {
  .contact__uptitle_mob {
    display: block;
    font-family: "Gilroy";
    font-size: 1.8rem;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 1rem;
  }
}

.contact__title {
  font-family: "Playfair Display";
  color: #F9DEBE;
  font-size: 4.2rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 7rem;
}

@media screen and (max-width: 1150px) {
  .contact__title {
    display: none;
  }
}

.contact__title_mob {
  display: none;
}

@media screen and (max-width: 1150px) {
  .contact__title_mob {
    display: block;
    font-size: 3.2rem;
    text-transform: uppercase;
    line-height: 1.25;
    font-family: "Playfair Display";
    color: #F9DEBE;
    margin-bottom: 3rem;
  }
}

.contact__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.contact__subtitle {
  font-family: "Montserrat";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}

.contact__link {
  display: block;
  font-family: "Montserrat";
  font-size: 1.8rem;
  line-height: 1.8;
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: color;
}

.contact__link:hover {
  color: #FFC280;
}

.contact__works {
  font-family: "Montserrat";
  font-size: 1.8rem;
  line-height: 1.8;
  text-decoration: none;
  max-width: 27rem;
}

.contact__map {
  width: 62.7rem;
  height: 62.7rem;
  border-radius: 2.2rem;
  z-index: 1;
}

@media screen and (max-width: 1150px) {
  .contact__map {
    width: 100%;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .contact__map {
    width: 100%;
    height: 35rem;
  }
}

.leaflet-popup-content-wrapper {
  box-shadow: none;
  width: 32.2rem;
}

.leaflet-popup-tip-container {
  margin-left: -1.3rem;
}

.leaflet-popup-content {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Montserrat";
  color: #0D95FF;
  width: auto !important;
}

.leaflet-popup-content a {
  text-decoration: none;
}

.leaflet-container a.leaflet-popup-close-button {
  display: none;
}

.inst {
  padding: 5rem 0;
  background-color: #014661;
}

.inst__title {
  font-family: "Montserrat";
  color: #F9DEBE;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 3rem;
  text-align: center;
}

.inst__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 1.6rem 2.6rem;
  text-decoration: none;
  max-width: 22.5rem;
  margin: 0 auto;
}

.inst__link span {
  position: relative;
  z-index: 1;
  font-family: "Montserrat";
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFFFFF;
}

.inst__link img {
  position: relative;
  z-index: 1;
}

.inst__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #FFDD55, #FFDD55 10%, #FF543E 50%, #C837AB 100%);
  border-radius: 5rem;
}

.inst__link::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  background-color: #014661;
  border-radius: 5rem;
}

.gallery {
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.gallery__list {
  display: flex;
  align-items: stretch;
  animation: scroll-left 15s linear infinite;
}

@media screen and (max-width: 1150px) {
  .gallery__list {
    animation: scroll-left 12s linear infinite;
  }
}

@media screen and (max-width: 767px) {
  .gallery__list {
    animation: scroll-left 10s linear infinite;
  }
}

.gallery__item {
  flex: 0 0 auto;
  width: 20vw;
  height: 20vw;
}

@media screen and (max-width: 1150px) {
  .gallery__item {
    width: 33.3333333333vw;
    height: 33.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .gallery__item {
    width: 50vw;
    height: 50vw;
  }
}

.gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #F5F7F9;
  z-index: 100;
  display: flex;
  align-items: center;
  transition-duration: 300ms;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1300px) {
  .modal {
    align-items: flex-start;
  }
}

@media screen and (max-width: 1150px) {
  .modal {
    background-color: #FFFFFF;
    flex-direction: column;
  }
}

.promo__modal .container {
  min-width: 128rem;
}

@media screen and (max-width: 1300px) {
  .promo__modal .container {
    min-width: 113rem;
  }
}

@media screen and (max-width: 1150px) {
  .promo__modal .container {
    min-width: 73rem;
  }
}

@media screen and (max-width: 767px) {
  .promo__modal .container {
    min-width: 35rem;
  }
}

.promo__modal {
  padding: 2.1rem 0;
  overflow: auto;
}

@media screen and (max-width: 1150px) {
  .promo__modal {
    padding-top: 0;
  }
}

.promo__modal_header {
  width: 100%;
  padding: 2rem 2rem 1rem 2rem;
  border-bottom: 0.1rem solid #0D95FF;
  margin-bottom: 5rem;
  display: none;
}

@media screen and (max-width: 1150px) {
  .promo__modal_header {
    display: flex;
  }
}

.promo__modal_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}

@media screen and (max-width: 1300px) {
  .promo__modal_logo {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 1150px) {
  .promo__modal_logo {
    gap: 0.9rem;
  }
}

.promo__modal_logo span {
  font-family: "Gilroy";
  font-size: 1.4rem;
  color: #043C53;
  line-height: 1.3;
}

@media screen and (max-width: 1300px) {
  .promo__modal_logo span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1150px) {
  .promo__modal_logo span {
    font-size: 1.8rem;
  }
}

.logo__top {
  display: flex;
  align-items: flex-end;
  gap: 0.3rem;
}

.promo__modal_close {
  position: absolute;
  top: 3rem;
  right: 4rem;
}

@media screen and (max-width: 1150px) {
  .promo__modal_close {
    top: 3.6rem;
    right: 2.2rem;
  }
}

.promo__modal_title {
  text-align: center;
  font-family: "Ortica Linear";
  color: #014762;
  font-size: 4.6rem;
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 2.9rem;
}

@media screen and (max-width: 1150px) {
  .promo__modal_title {
    font-size: 4.2rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .promo__modal_title {
    font-size: 3.4rem;
    line-height: 1.2;
  }
}

.promo__modal_content {
  display: flex;
  align-items: stretch;
  gap: 2rem;
}

.promo__modal_wrapper {
  min-width: 50.5rem;
  border-radius: 0.4rem;
  overflow: hidden;
  background-color: #014661;
}

@media screen and (max-width: 1150px) {
  .promo__modal_wrapper {
    display: none;
  }
}

.promo__modal_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.promo__modal_form {
  width: 100%;
  padding: 3.1rem 7.1rem 11.4rem 5.5rem;
  border-radius: 0.4rem;
  background-color: #FFFFFF;
}

.promo__modal_form form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media screen and (max-width: 1150px) {
  .promo__modal_form {
    padding: 0;
    background-color: transparent;
    gap: 2rem;
  }
}

.promo__modal_label {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 100%;
}

.promo__modal_label span {
  font-family: "Montserrat";
  font-size: 1.8rem;
  color: #7F868F;
  line-height: 1.1;
}

.promo__modal_label .wpcf7-not-valid-tip {
  color: #dc3232;
  margin-top: .5rem;
  font-size: 1.4rem;
}

.promo__modal_input {
  width: 100%;
  border: 0.2rem solid #014661;
  border-radius: 1.3rem;
  height: 6rem;
  padding: 0 2rem;
  font-size: 1.8rem;
  line-height: 1;
}

.promo__modal_agree {
  cursor: pointer;
  /* margin-top: 1rem; */
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.promo__modal_agree .wpcf7-list-item-label {
  font-size: 1.2rem !important;
}

.promo__modal_agree small {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.33;
  font-family: "Montserrat";
  color: #7F868F;
}

.promo__agree {
  margin-top: -2rem;
}

.promo__agree .wpcf7-list-item-label {
  font-size: 1.2rem !important;
}

.promo__modal_check {
  position: relative;
  width: 0;
  height: 0;
}

.promo__modal_check::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.1rem;
  height: 2.1rem;
  background-color: #FFFFFF;
  border: 0.2rem solid #014661;
  border-radius: 0.4rem;
  cursor: pointer;
  transition-duration: 300ms;
  transition-property: background-color;
}

.promo__modal_check::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.1rem;
  height: 2.1rem;
  z-index: 2;
  background-image: url(../img/icons/checked.svg);
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.promo__modal_check:checked::before {
  background-color: #014661;
}

.promo__modal_submit {
  margin-left: auto;
  padding: 1.8rem 9.5rem;
  border-radius: 3rem;
  background-color: #BDA078;
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFFFFF;
  transition-duration: 300ms;
  transition-property: background-color;
}

.promo__modal_submit:hover {
  background-color: #76634c;
}

@media screen and (max-width: 767px) {
  .promo__modal_submit {
    width: 100%;
  }
}

.cookie {
  position: fixed;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 48rem;
  padding: 2rem 2.4rem;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  border: 0.1rem solid #BCC2C7;
  z-index: 20;
  display: none;
}

@media screen and (max-width: 767px) {
  .cookie {
    width: 35rem;
    padding: 1.2rem;
    bottom: 2rem;
  }
}

.cookie.no-accepted {
  display: block;
}

.cookie__close {
  position: absolute;
  top: 2rem;
  right: 2.4rem;
}

@media screen and (max-width: 767px) {
  .cookie__close {
    top: 1.2rem;
    right: 1.2rem;
  }
}

.cookie__text {
  max-width: 39.2rem;
  font-size: 1.3rem;
  color: #161616;
  line-height: 1.5;
  font-family: "Montserrat";
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .cookie__text {
    font-size: 1.2rem;
    max-width: 30rem;
    margin-bottom: 1.5rem;
  }
}

.cookie__accept {
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
  background-color: #161616;
  font-size: 1.4rem;
  color: #FFFFFF;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Montserrat";
}

@media screen and (max-width: 767px) {
  .cookie__accept {
    line-height: 1;
    font-size: 1.2rem;
  }
}

.sale__modal {
  background-image: url(../img/sale-modal/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left -1rem;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3.1rem;
  overflow: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 1150px) {
  .sale__modal {
    background-image: none;
    background-color: #FFFFFF;
    padding-top: 2rem;
    padding-bottom: 2.8rem;
  }
}

.sale__modal .container {
  min-width: 128rem;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .sale__modal .container {
    min-width: 113rem;
  }
}

@media screen and (max-width: 1150px) {
  .sale__modal .container {
    min-width: 73rem;
  }
}

@media screen and (max-width: 767px) {
  .sale__modal .container {
    min-width: 35rem;
  }
}

.sale__modal_logo {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

@media screen and (max-width: 1150px) {
  .sale__modal_logo {
    gap: 0;
  }
}

.sale__modal_logo span {
  font-family: "Gilroy";
  font-size: 2.2rem;
  color: #043C53;
  line-height: 1.3;
  margin-left: 2rem;
}

@media screen and (max-width: 1150px) {
  .sale__modal_logo span {
    font-size: 1.8rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 1150px) {
  .sale__modal_logo_img {
    width: 19.7rem;
  }
}

.logo__top {
  display: flex;
  align-items: flex-end;
  gap: 0.3rem;
}

.sale__modal_close {
  position: absolute;
  top: 0.5rem;
  right: 0;
}

@media screen and (max-width: 1150px) {
  .sale__modal_close {
    top: 2rem;
  }
}

.sale__modal_content {
  width: 61.6rem;
  margin-left: auto;
  margin-top: 1.3rem;
}

@media screen and (max-width: 1150px) {
  .sale__modal_content {
    width: 100%;
    margin-top: 10rem;
  }
}

.sale__modal_title {
  position: relative;
  background-color: #9E8464;
  border-radius: 0.4rem;
  padding: 1.4rem 3rem;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 6.1rem;
}

@media screen and (max-width: 767px) {
  .sale__modal_title {
    text-align: left;
    padding: 1.2rem 3.2rem;
    margin-bottom: 1rem;
  }
}

.sale__modal_image {
  position: absolute;
  right: -2.4rem;
  bottom: -4.9rem;
}

@media screen and (max-width: 1150px) {
  .sale__modal_image {
    right: -2rem;
    bottom: auto;
    top: -8.9rem;
  }
}

.sale__modal_sale {
  position: absolute;
  top: -4.8rem;
  left: -16.4rem;
  font-family: "Montserrat";
  font-size: 14.8rem;
  color: #D63639;
  line-height: 1;
  text-shadow: -6px -6px 0 #FFFFFF, 6px -6px 0 #FFFFFF, -6px 6px 0 #FFFFFF, 6px 6px 0 #FFFFFF;
  font-weight: 700;
}

@media screen and (max-width: 1150px) {
  .sale__modal_sale {
    font-size: 10rem;
    left: 0;
    top: -10rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .sale__modal_sale {
    top: -11.4rem;
  }
}

.sale__modal_sale small {
  position: absolute;
  font-size: 700;
  font-size: 7rem;
  text-shadow: -3px -3px 0 #FFFFFF, 3px -3px 0 #FFFFFF, -3px 3px 0 #FFFFFF, 3px 3px 0 #FFFFFF;
}

@media screen and (max-width: 1150px) {
  .sale__modal_sale small {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .sale__modal_sale small {
    top: 1.2rem;
  }
}

.sale__modal_list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2.1rem;
}

.sale__modal_item {
  display: flex;
  align-items: center;
}

.sale__modal_service {
  color: #282F34;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .sale__modal_service {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}

.sale__modal_dots {
  color: #BCC2C7;
  font-size: 1.2rem;
  border-bottom: 0.1rem dotted #BCC2C7;
  margin-top: 1.5rem;
  margin-right: 0.8rem;
  margin-left: 4rem;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .sale__modal_dots {
    margin-left: 2rem;
  }
}

.sale__modal_price_old {
  position: relative;
  margin-left: auto;
  color: #282F34;
  font-size: 2rem;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.08rem;
}

.sale__modal_price_old::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background-color: #D63639;
  transform: rotate(-7.847deg);
  left: 0;
  top: 0.8rem;
}

.sale__modal_price_new {
  margin-left: 1.5rem;
  padding: 0 0.65rem;
  background-color: #FFE7E7;
  border-radius: 0.6rem;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.1;
  color: #EF1516;
}

.sale__modal_end {
  color: #282F34;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
  text-align: center;
}

.timer {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  justify-content: center;
  margin-bottom: 2.4rem;
}

.timer__item {
  text-align: center;
}

.timer__dots {
  color: #D63639;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Montserrat";
  line-height: 1;
  margin-top: 1rem;
}

.timer__time {
  color: #D63639;
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.6rem;
}

.timer__period {
  font-size: 1rem;
  font-weight: 500;
  color: #6B747C;
  text-transform: uppercase;
}

.sale__modal_form_mob {
  display: none;
}

@media screen and (max-width: 767px) {
  .sale__modal_form {
    display: none;
  }

  .sale__modal_form_mob {
    display: block;
  }
}

.sale__modal_form_block {
  background-color: #014661;
  border-radius: 0.4rem;
  padding: 2.4rem;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 767px) {
  .sale__modal_form_block {
    padding: 2.4rem 2rem;
  }
}

.sale__modal_form_title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.35;
  color: #FFFFFF;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 767px) {
  .sale__modal_form_title {
    font-size: 2rem;
  }
}

.sale__modal_form_subtitle {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 1.8rem;
}

.sale__modal_form_bottom {
  color: #FFFFFF;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.sale__modal_form_bottom p {
  display: flex;
  align-items: stretch;
  gap: 1.2rem;
}

.sale__modal_form_bottom p .wpcf7-spinner {
  display: none;
}

.sale__modal_form_bottom .wpcf7-submit {
  max-height: 4.56rem;
}

@media screen and (max-width: 767px) {
  .sale__modal_form_bottom {
    /* flex-wrap: wrap; */
    align-items: stretch;
    gap: .6rem;
  }

  .sale__modal_form_bottom p {
    /* flex-wrap: wrap; */
    align-items: stretch;
    gap: .3rem;
  }
}

.sale__modal_form_input {
  padding: 1.3rem 1.7rem;
  border-radius: 1.3rem;
  background-color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #282F34;
  width: 100%;
}

.sale__modal_form_input::-moz-placeholder {
  color: #6B747C;
}

.sale__modal_form_input::placeholder {
  color: #6B747C;
}

.wpcf7-form-control-wrap {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .sale__modal_form_input {
    /* width: 100%; */
    font-size: 1rem;
    height: 100%;
    padding: 1.3rem .6rem;
    border-radius: .8rem;
  }
}

.sale__modal_form_submit {
  background-color: #D63639;
  border-radius: 4.8rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  color: #FFFFFF;
  min-width: 15rem;
}

@media screen and (max-width: 767px) {
  .sale__modal_form_submit {
    width: 100%;
    padding: 1.2rem 0;
  }
}

.success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 1.2rem;
  padding: 4rem;
  width: 39.5rem;
  z-index: 10000;
  transition-duration: 300ms;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
}

.success.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .success {
    width: 35rem;
    padding: 2.4rem;
  }
}

.success__close {
  position: absolute;
  top: 2.6rem;
  right: 4rem;
}

@media screen and (max-width: 767px) {
  .success__close {
    right: 2.4rem;
  }
}

.success__icon {
  margin-bottom: 1rem;
}

.success__title {
  color: #282828;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: -0.04rem;
  margin-bottom: 1rem;
}

.success__desc {
  color: #282828;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.success__ok {
  width: 100%;
  padding: 1.6rem 0;
  text-align: center;
  font-family: "Montserrat";
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 10rem;
  background-color: #043C53;
  transition-duration: 300ms;
  transition-property: background-color;
}

.success__ok:hover {
  background-color: rgba(4, 61, 83, 0.8470588235);
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding-bottom: 4rem;
  padding-top: 13.5rem;
  background-color: #043C53;
  z-index: 10;
  transition-duration: 300ms;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  background-image: url(../img/menu/bg-lines.svg);
  background-repeat: repeat-x;
  background-size: auto;
  background-position: bottom center;
}

.menu.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.menu__phone {
  display: block;
  text-align: center;
  font-family: "Montserrat";
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 0.8;
  text-decoration: none;
  margin-bottom: 2rem;
}

.menu .header__languages {
  display: flex;
  justify-content: center;
  background-color: transparent;
  /* width: 16.2rem; */
  margin: 0 auto 3rem auto;
  /* border-radius: 9rem; */
  border: none;
}

.menu .header__languages_inner {
  background-color: #FFFFFF;
  border-radius: 9rem;
  padding-left: 1.2rem;
  border: .1rem solid #FFFFFF;

  display: flex;
  align-items: center;
  gap: .8rem;
}

.menu .header__languages_inner.ru {
  padding-right: 1.2rem;
}

.menu .header__languages_inner.lt {
  padding-left: 0;
}

.menu .header__languages_inner.lt {
  padding-right: 1.2rem;
}

.menu .header__languages .language__link.active {
  padding: 1.2rem 2.7rem;
  border-radius: 9rem;
}

.menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.menu__link {
  padding: 3.2rem 0;
  font-family: "Gilroy";
  font-size: 2.8rem;
  text-decoration: none;
  color: #FFFFFF;
  text-transform: capitalize;
}

.menu__button--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;  
}

.menu__dropdown {
  flex-direction: column;
  gap: 3.2rem;
  align-items: center;
  justify-content: center;
  display: none;
}

.menu__dropdown .menu__link {
  padding: 0;
}

.menu__button--inner img {
  transition-property: transform;
  transition-duration: 300ms;
}

.menu__button.active .menu__button--inner img {
  transform: rotate(180deg);
}

.menu__button.active .menu__dropdown {
  display: flex;
}

.menu__button.active .menu__button--inner {
  margin-bottom: 4.8rem;
}

.menu__instagram {
  margin-top: 2rem;
  padding: 0;
}

.response {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem 0;
  background-color: rgba(255, 255, 255, 0.7607843137);
  overflow: auto;
}

@media screen and (max-width: 1150px) {
  .response {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .response {
    background-color: #FFFFFF;
    padding-top: 12.6rem;
    padding-bottom: 3.2rem;
  }
}

.response__block {
  position: relative;
  width: 60rem;
  background-color: #FFFFFF;
  padding: 4rem 3.4rem 2.6rem 3.4rem;
  border-radius: 1.2rem;
}

@media screen and (max-width: 767px) {
  .response__block {
    width: 35rem;
    padding: 0;
  }
}

.response__close {
  position: absolute;
  top: 3rem;
  right: 4rem;
}

@media screen and (max-width: 767px) {
  .response__close {
    right: 0;
    top: -9rem;
    z-index: 2;
  }

  .response__close img {
    width: 3.8rem;
    height: 3.8rem;
  }
}

.response__title {
  color: #0D0C22;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .response__title {
    margin-bottom: 1rem;
  }
}

.response__subtitle {
  font-size: 1.6rem;
  color: #0D0C22;
  line-height: 2;
  margin-bottom: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .response__subtitle {
    margin-bottom: 1rem;
  }
}

.response__rate {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  justify-content: center;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .response__rate {
    margin-bottom: 1rem;
  }
}

.response__warning {
  color: #043C53;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .response__warning {
    margin-bottom: 2rem;
  }
}

.response__form form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  /* margin-bottom: 2rem; */
}

@media screen and (max-width: 767px) {
  .response__form {
    gap: 1rem;
    margin-bottom: 1.6rem;
  }
}

.response__form_label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.response__form_label span {
  color: #043C53;
  font-size: 1.7rem;
  line-height: 1.3;
}

.response__form_label .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1.4rem;
  margin-top: .5rem;
}

.response__form_input {
  width: 100%;
  height: 4.6rem;
  padding: 0 1.2rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #CFCFCF;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.3;
  transition-duration: 300ms;
  transition-property: border-color;
}

.response__form_input::-moz-placeholder {
  color: #858585;
}

.response__form_input::placeholder {
  color: #858585;
}

.response__form_input:focus {
  border-color: #0D95FF;
}

.response__form_area {
  width: 100%;
  height: 19.6rem;
  padding: 1.7rem 2.2rem;
  background-color: #F6F6F6;
  border-radius: 0.8rem;
  resize: none;
  outline: none;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .response__form_area {
    height: 12.5rem;
    margin-bottom: 1rem;
  }
}

.response__form_submit {
  /* margin-top: 2rem; */
  padding: 1.6rem;
  width: 100%;
  text-align: center;
  border-radius: 10rem;
  background-color: #043C53;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #FFFFFF;
  transition-duration: 300ms;
  transition-property: background-color;
}

.response__form_submit:hover {
  background-color: rgba(4, 61, 83, 0.8470588235);
}

.response__time {
  font-size: 1.2rem;
  color: #0D0C22;
}

@media screen and (max-width: 767px) {
  .response__time {
    text-align: center;
  }
}

.modal__header {
  display: none;
  padding: 2rem 0 1rem 0;
  background-color: #FFFFFF;
  border-bottom: 0.1rem solid #0D95FF;
}

@media screen and (max-width: 767px) {
  .modal__header {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
  }

  .modal__header .modal__logo {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    width: 35rem;
    margin: 0 auto;
  }

  .modal__header .modal__logo .logo__top {
    margin-left: 0.8rem;
  }

  .modal__header span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .response__success {
    padding-top: 17.4rem;
  }
}

.response__success .response__block {
  padding: 6.4rem 3.4rem 4.7rem 3.4rem;
}

@media screen and (max-width: 767px) {
  .response__success .response__block {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .response__success .response__close {
    top: -13.5rem;
  }
}

.response__star {
  display: block;
  margin: 0 auto 6rem auto;
}

.response__success_title {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .response__success_title {
    margin-bottom: 3.2rem;
  }
}

.response__success_desc {
  color: #043C53;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  max-width: 45.6rem;
  margin: 0 auto 4.5rem auto;
}

@media screen and (max-width: 767px) {
  .response__success_desc {
    margin-bottom: 5rem;
  }
}

.response__success_ok {
  width: 100%;
  padding: 1.6rem;
  text-align: center;
  background-color: #043C53;
  border-radius: 10rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #FFFFFF;
}

.diplom {
  background-image: linear-gradient(90deg, #EBEEFF 0%, #E9E9E9 100%);
  display: block;
  padding-top: 3.6rem;
  padding-bottom: 2.8rem;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .diplom {
    padding-top: 14.6rem;
    padding-bottom: 0;
    background-image: none;
    background-color: #FFFFFF;
  }
}

.diplom .container {
  position: relative;
}

.diplom__close {
  position: absolute;
  right: 0;
  top: -0.6rem;
}

@media screen and (max-width: 767px) {
  .diplom__close {
    top: -11rem;
    z-index: 1;
  }

  .diplom__close img {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.diplom__title {
  font-size: 4.2rem;
  text-transform: uppercase;
  color: #014762;
  font-family: "Playfair Display";
  margin-bottom: 3.4rem;
}

@media screen and (max-width: 767px) {
  .diplom__title {
    font-size: 3.4rem;
    text-align: center;
    font-family: "Ortica Linear";
    margin-bottom: 3rem;
  }
}

.diplom__slider {
  width: 70.3rem;
}

@media screen and (max-width: 1150px) {
  .diplom__slider {
    width: 50rem;
  }
}

@media screen and (max-width: 767px) {
  .diplom__slider {
    width: 29rem;
  }
}

@media screen and (max-width: 1150px) {
  .diplom__image {
    width: 100%;
    height: auto;
  }
}

.diplom__pagination {
  margin-top: 3rem;
}

.diplom__pagination .swiper-pagination-bullet {
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .diplom__pagination .swiper-pagination-bullet {
    background-color: #E6EEF3;
  }
}

.diplom__pagination .swiper-pagination-bullet-active {
  background-color: #7BB9E8;
}

@media screen and (max-width: 767px) {
  .diplom__pagination {
    margin-top: 3.9rem;
  }
}

.diplom__navigation {
  color: #7F868F;
}

@media screen and (max-width: 767px) {
  .diplom__navigation::after {
    font-size: 3rem;
  }
}

.diplom__prev {
  margin-left: 7.1rem;
}

@media screen and (max-width: 1150px) {
  .diplom__prev {
    margin-left: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .diplom__prev {
    margin-left: 0;
    left: 0;
  }
}

.diplom__next {
  margin-right: 7.1rem;
}

@media screen and (max-width: 1150px) {
  .diplom__next {
    margin-right: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .diplom__next {
    margin-right: 0;
    right: 0;
  }
}

/*# sourceMappingURL=index.css.map */