@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.burger {
  display: flex;
  flex-direction: column
}

.row {
  display: flex;
  flex-wrap: wrap
}

.col,
.col.col-12 {
  width: 100%
}

.col.col-6 {
  width: 50%
}

.col.col-4 {
  width: 33.33333%
}

.col.col-3 {
  width: 25%
}

.col.col-2 {
  width: 16.66667%
}

.col.col-1 {
  width: 8.33333%
}

article,
aside,
audio,
b,
body,
canvas,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
img,
label,
li,
mark,
menu,
nav,
ol,
p,
section,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0
}

*,
:after,
:before {
  box-sizing: inherit
}

ul {
  list-style: none
}

a {
  display: inline-block;
  cursor: pointer;
  transition: all .3s ease
}

a,
a:active,
a:focus,
a:hover {
  text-decoration: none
}

img {
  max-width: 100%;
  height: auto
}

.gm-style img {
  max-width: none
}

* {
  -webkit-tap-highlight-color: transparent
}

html {
  font-size: 10px;
  box-sizing: border-box;
  background-color: #fffbf8
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
  min-width: 320px
}

.wrapper,
body.overflow {
  overflow: hidden
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative
}

.container {
  width: 100%;
  max-width: 1560px;
  padding: 0 2rem;
  margin: 0 auto
}

.scroll-wrap::-webkit-scrollbar {
  width: 3px;
  background-color: #ccc
}

.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .75);
  border-radius: 10px
}

.main-title {
  font-size: 2.5rem;
  text-align: center;
  color: #68492a;
  margin-bottom: 2rem
}

.main-title,
.section-title {
  font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.section-title {
  font-size: 2rem;
  text-transform: uppercase;
  color: #211202
}

.section-subtitle {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.62;
  font-family: "Montserrat", sans-serif;
  text-align: center
}

.base-text {
  font-size: 1.6rem;
  color: #211202
}

.typography h1 {
  font-size: 3rem;
  margin-bottom: 3rem
}

.typography h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400
}

.typography h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
  font-family: "Montserrat", sans-serif;
  display: block
}

.typography p {
  font-size: 1.6rem;
  color: #211202;
  margin-bottom: 1.6rem
}

.typography span {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  color: #211202
}

.typography ol,
.typography ul {
  margin-left: 2.5rem
}

.typography ul li {
  position: relative
}

.typography ul li:before {
  content: "";
  position: absolute;
  left: -13px;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  top: 13px;
  transform: translateY(-50%);
  background-color: #211202
}

.typography li {
  font-size: 1.6rem;
  color: #211202
}

.font-size-min {
  font-size: 1.4rem !important
}

.center-block {
  display: flex;
  justify-content: center;
  flex-direction: column
}

.font-weight {
  font-weight: 700
}

fieldset,
form {
  margin: 0;
  padding: 0;
  border-style: none
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: 0;
  appearance: none;
  box-sizing: border-box
}

input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
textarea::placeholder {
  transition: all .3s ease
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
  border-color: #c4c4c4
}

input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000
}

input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #000
}

input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000
}

input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000
}

input[type=email].placeholder,
input[type=number].placeholder,
input[type=password].placeholder,
input[type=search].placeholder,
input[type=tel].placeholder,
input[type=text].placeholder,
textarea.placeholder {
  color: #000
}

textarea {
  resize: vertical;
  vertical-align: top;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  appearance: none
}

button,
input[type=button],
input[type=file],
input[type=reset],
input[type=submit] {
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer
}

button,
select {
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all .3s ease;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none
}

button {
  padding: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none
}

input[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
  margin: 0
}

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

input:focus::placeholder {
  color: transparent
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor
}

.icon-close {
  font-size: 2.4rem;
  width: 1em
}

.header {
  padding: 1.5rem 0;
  background-color: #fffbf8
}

.header__wrap {
  display: flex;
  position: relative
}

.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: column
}

.logo__link {
  width: 6.4rem;
  height: 5.4rem;
  flex: none
}

.logo__link svg {
  width: 100%;
  display: block
}

.logo-nav {
  width: 100%
}

.logo-nav__list {
  display: flex;
  flex-direction: column-reverse;
  align-items: center
}

.logo-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  margin-bottom: .5rem
}

.logo-nav__reverse {
  flex: none;
  display: flex;
  flex-direction: row;
  margin: 0 !important
}

.logo-nav__link {
  width: 1.2rem;
  height: 1.6rem;
  border-radius: 50%;
  padding: .8rem .9rem;
  width: 3.1rem;
  height: 3.1rem;
  margin-right: 1.7rem;
  transition: all .3s ease;
  flex: none
}

.logo-nav__link,
.logo-nav__link:hover {
  background-color: #c7b270
}

.logo-nav__link svg {
  width: 100%;
  display: block
}

.logo-nav__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: .5rem
}

.logo-nav__title {
  display: block;
  color: rgba(33, 18, 2, .31);
  font-weight: 700;
  margin-bottom: .4rem
}

.logo-nav__text,
.logo-nav__title {
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
}

.logo-nav__text {
  font-weight: 300;
  color: #211202;
  line-height: 1.3;
  text-align: center
}

.basket-nav {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative
}

.basket-nav,
.basket-nav__cols {
  display: flex
}

.basket-nav__list {
  display: flex;
  align-items: flex-start
}

.basket-nav__subtext {
  margin-bottom: 1.7rem
}

.basket-nav__item {
  flex-direction: column;
  margin-right: .3rem
}

.basket-nav__item,
.basket-nav__link {
  display: flex;
  align-items: center;
  justify-content: center
}

.basket-nav__link {
  border-radius: 50%;
  padding: .4rem;
  transition: all .3s ease;
  width: 2.5rem;
  height: 2.5rem
}

.basket-nav__link,
.basket-nav__link:hover {
  background-color: #c7b270
}

.basket-nav__link:hover svg defs,
.basket-nav__link:hover svg rect {
  fill: #c7b270
}

.basket-nav__link svg {
  width: 100%;
  display: block;
  min-height: 100%
}

.basket-nav__link defs,
.basket-nav__link rect {
  transition: all .3s ease
}

.basket-nav__col {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%
}

.basket-nav__add {
  position: relative;
  background-color: #f2eeea;
  padding: 1.6rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 3.6rem;
  width: 3.6rem;
  transition: all .3s ease;
  cursor: pointer
}

.basket-nav__add:hover {
  opacity: .48
}

.basket-nav__numb {
  position: absolute;
  background-color: #000;
  width: 1.8rem;
  height: 1.8rem;
  color: #fff;
  border-radius: 50%;
  padding: .7rem .8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  right: -7px;
  bottom: -2px
}

.basket-nav__numb,
.basket-nav__tel {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.basket-nav__tel {
  font-size: 1rem;
  color: #211202;
  margin-bottom: .5rem;
  transition: all .3s ease;
  margin-right: .5rem
}

.basket-nav .logo-nav__title {
  display: none
}

.nav {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: #fffbf8;
  z-index: 5;
  transition: all .3s ease;
  transform: translateX(110%);
  overflow-y: scroll;
  overflow-x: hidden
}

.nav.active {
  transform: translateX(0)
}

.nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%
}

.nav__list ul {
  display: none;
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: .5s ease;
  width: 237px
}

.nav__list ul,
.nav__list ul ul {
  background-color: #fff;
  padding: .8rem 0 2.3rem
}

.nav__list ul ul {
  top: 34px;
  left: 50px;
  width: 237px;
  z-index: 2;
  border: 1px solid #000
}

.nav__list li {
  position: relative
}

.nav__list li:before {
  content: "";
  display: block;
  width: 153%;
  height: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  cursor: pointer
}

.nav__list li ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .7rem 4.3rem .7rem 3.4rem
}

.nav__list li ul li:before {
  width: 15%;
  top: 0;
  left: 100%;
  height: 100px
}

.nav__list li ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-transform: uppercase;
  color: #211202;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between
}

.nav__list li ul li a:hover {
  color: #879a6b;
  text-decoration: underline
}

.nav__list li ul li ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #211202;
  text-transform: none;
  width: 100%
}

.nav__list li ul li ul li a:hover {
  color: #879a6b;
  text-decoration: underline
}

.nav__item {
  position: relative
}

.nav__item,
.nav__link {
  display: flex;
  align-items: center;
  transition: all .3s ease
}

.nav__link {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 200;
  color: #211202;
  padding: 1rem 0;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  justify-content: space-between
}

.nav__link:hover {
  color: #c7b270
}

.nav__btn {
  margin-left: .5rem;
  width: 2rem
}

.burger {
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  z-index: 6;
  justify-content: center;
  align-items: center
}

.burger,
.burger.active span {
  position: absolute
}

.burger.active span:first-child {
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg)
}

.burger.active span:nth-child(2) {
  opacity: 0
}

.burger.active span:nth-child(3) {
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg)
}

.burger span {
  width: 80%;
  height: 2px;
  border-radius: 1px;
  background-color: #000;
  transition: all .3s ease
}

.burger span:first-child {
  margin-bottom: 4px
}

.burger span:nth-child(3) {
  margin-top: 4px
}

.display-none-list {
  display: none !important
}

.display-none-l {
  display: none
}

.footer {
  padding: 2.5rem 0;
  background-color: #171717
}

.footer__wrap,
.nav-footer {
  display: flex;
  flex-direction: column
}

.nav-footer {
  align-items: flex-start;
  margin-bottom: 2rem
}

.nav-footer__logo {
  margin-bottom: 2.5rem
}

.nav-footer__img {
  width: 9.9rem;
  height: 8.5rem
}

.nav-footer__img svg {
  width: 100%;
  display: block
}

.nav-footer__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  margin-bottom: 2rem
}

.nav-footer__list ul {
  left: 0
}

.nav-footer__item {
  display: flex;
  margin-bottom: 1.5rem
}

.nav-footer__item:last-child {
  margin-right: 0
}

.nav-footer__link {
  color: #fffcf9;
  font-size: 1.4rem;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase
}

.nav-footer .nav__item {
  margin: 0
}

.footer-copyright {
  display: flex;
  align-items: center;
  flex: 1 1 10px;
  flex-direction: column;
  width: 100%;
  margin-top: 5rem
}

.footer-copyright__col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column
}

.footer-copyright__site {
  font-size: 1.6rem;
  line-height: 243%;
  color: #fffcf9;
  font-family: "Montserrat", sans-serif;
  font-weight: 300
}

.footer-copyright__confidentiality {
  line-height: 227%
}

.footer-copyright__confidentiality,
.footer-copyright__link {
  font-size: 1.4rem;
  color: #fffcf9;
  font-family: "Montserrat", sans-serif;
  font-weight: 300
}

.footer-copyright__link {
  line-height: 277%;
  margin-bottom: 2rem
}

.footer-copyright__icon {
  display: flex;
  align-items: center;
  margin-bottom: 2rem
}

.footer-copyright__icon:last-child {
  margin-bottom: 0;
  margin-right: 0
}

.footer-copyright__svg {
  width: 6.9rem;
  height: 3rem;
  display: flex;
  align-items: center
}

.footer-copyright__svg svg {
  width: 100%;
  display: block
}

.display-none-f {
  display: none
}

.svg-sprite {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fffcf9;
  border: none;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  height: 4rem
}

.btn,
.btn.primary {
  transition: all .3s ease
}

.btn.primary {
  background-color: #879a6b;
  padding: 1.5rem
}

.btn.secondary {
  transition: all .3s ease;
  background-color: #c7b270;
  text-transform: uppercase
}

.btn.secondary:hover {
  opacity: .8
}

.btn.tertiary {
  background-color: #f0ca80;
  width: 100%;
  height: 4.7rem;
  transition: all .3s ease
}

.btn.tertiary:hover {
  background-color: #f2eeea
}

.btn.four {
  background-color: #211202;
  transition: all .3s ease;
  font-weight: 400
}

.btn.four:hover {
  background-color: #c7b270;
  color: #fff;
  border: none
}

.btn.four:hover svg {
  transition: all .3s ease
}

.btn.four:hover svg g path {
  fill: #000
}

.btn.fifth {
  background-color: #fff;
  color: #211202;
  font-size: 1.6rem;
  line-height: 162%;
  border: 2px solid #211202;
  box-sizing: border-box;
  transition: all .3s ease;
  font-weight: 400
}

.btn.fifth:hover {
  background-color: #c7b270;
  color: #fff;
  border: none
}

.btn__link {
  font-size: 18px;
  line-height: 144%;
  text-align: center;
  color: #879a6b;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-family: "Montserrat", sans-serif;
}

.btn.control {
  transition: all .3s ease;
  background-color: #eee7e1;
  font-size: 2.4rem;
  color: #211202;
  border-radius: 2px;
  width: 2.7rem;
  height: 2.7rem;
  padding: .5rem 1.2rem
}

.btn.control:hover {
  background-color: #c7b270;
  color: #fff
}

.swiper {
  width: 100%;
  position: relative;
  overflow: hidden
}

.swiper-slide,
.swiper-wrapper {
  display: flex;
  align-items: center
}

.swiper-slide {
  justify-content: center;
  transition: all .3s ease;
  overflow: hidden
}

.gallery-wrapper-slide {
  width: 100%
}

.gallery-img-slide {
  width: 100%;
  height: 100%
}

.gallery-img-slide img {
  width: 100%;
  display: block
}

.gallery-container .swiper-button-next,
.gallery-container .swiper-button-prev {
  top: 46px;
  border-radius: 50%;
  background-color: #edece3;
  width: 60px;
  height: 60px;
  transition: all .3s ease
}

.gallery-container .swiper-button-next:after,
.gallery-container .swiper-button-prev:after {
  content: none
}

.gallery-container .swiper-button-next:hover,
.gallery-container .swiper-button-prev:hover {
  background-color: #879a6b
}

.gallery-container .swiper-button-next:hover svg path,
.gallery-container .swiper-button-prev:hover svg path {
  fill: #fff
}

.gallery-container .swiper-button-next .svg-button path,
.gallery-container .swiper-button-prev .svg-button path {
  transition: all .3s ease
}

.gallery-container .swiper-button-next {
  right: 20%
}

.gallery-container .swiper-button-prev {
  left: 20%
}

.svg-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 22px
}

.svg-button svg {
  width: 100%;
  display: block
}

.swiper-pagination {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -60px;
  left: 0
}

.swiper-pagination .swiper-pagination-bullet {
  margin-right: 11px !important;
  border-radius: 4px;
  transition: all .3s ease;
  background-color: #211202;
  width: 10px;
  height: 10px
}

.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 47px;
  background-color: #c0a385;
  border-radius: 1.6rem
}

.spa-container {
  max-width: 743px;
  width: 100%;
  margin: 0 auto;
  position: relative
}

.spa-slide {
  position: relative;
  overflow: hidden
}

.spa-slide .swiper-slide-active,
.spa-slide .swiper-slide-next,
.spa-slide .swiper-slide-prev {
  transform: scale(1)
}

.js-spa-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem
}

.js-spa-pagination .swiper-pagination-bullet {
  margin-left: 1.1rem;
  background-color: #211202;
  width: 1rem;
  height: 1rem;
  opacity: 1
}

.js-spa-pagination .swiper-pagination-bullet-active {
  width: 4.7rem;
  height: 1rem;
  background-color: #c0a385;
  border-radius: 1.6rem
}

.tabs {
  display: flex;
  flex-direction: column;
  align-items: center
}

.tabs--photo {
  display: flex;
  flex-direction: column !important;
  align-items: flex-start
}

.tabs--photo .tabs__header {
  justify-content: flex-start;
  max-width: 100%;
  background-color: transparent;
  align-items: flex-start;
  height: auto;
  padding: 0;
  margin-bottom: 3.5rem
}

.tabs--photo .tabs__btn {
  margin-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  width: 100%
}

.tabs--photo .tabs__btn:last-child {
  margin-right: 0
}

.tabs--price {
  display: flex;
  flex-direction: column !important;
  align-items: flex-start
}

.tabs--price .tabs__header {
  justify-content: flex-start;
  max-width: 100%;
  background-color: transparent;
  align-items: flex-start;
  height: auto;
  padding: 0;
  margin-bottom: 3.5rem
}

.tabs--price .tabs__btn {
  margin-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  width: 100%
}

.tabs--price .tabs__btn:last-child {
  margin-right: 0
}

.tabs--price .tabs__btn.active {
  padding: 2rem
}

.tabs__wrap {
  width: 100%
}

.tabs__header {
  width: 100%;
  padding: 2.4rem 2.4rem 1.3rem;
  background-color: #f2eeea;
  height: 36.8rem;
  margin-bottom: 2rem
}

.tabs__btn,
.tabs__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.tabs__btn {
  color: #c0a385;
  padding: 1rem;
  transition: all .3s ease;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 1.6rem;
  background-color: #eee7e1;
  position: relative;
  font-family: "Montserrat", sans-serif;
  height: 4rem
}

.tabs__btn:hover {
  background-color: #c7b270;
  color: #fff
}

.tabs__btn:last-child {
  margin-bottom: 0
}

.tabs__btn.active {
  background-color: #c7b270;
  color: #fff;
  height: 4rem !important;
  padding: 1rem
}

.tabs__content {
  width: 100%;
  display: none
}

.tabs__content.active {
  display: block
}

.breadcrumbs {
  background-color: #f2eeea;
  margin-bottom: 5.5rem
}

.breadcrumbs__list {
  display: flex;
  align-items: flex-start;
  flex-direction: row
}

.breadcrumbs__item {
  padding: .6rem 0 .7rem;
  margin-right: 1.2rem;
  position: relative
}

.breadcrumbs__item:before {
  content: "/";
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
/*   background-color: #c7b270; */
  color: #c7b270;
  font-weight: 800;
/*   width: .7rem;
  height: .7rem;
  border-radius: 50% */
}

.breadcrumbs__item:first-child:before {
  content: none
}

.breadcrumbs__link {
  font-size: 16px;
  line-height: 162%;
  color: #c7b270;
  font-family: "Montserrat", sans-serif;
}

.form {
  width: 100%
}

.form__row,
.form__wrap {
  display: flex;
  flex-direction: column
}

.form__row {
  align-items: center;
  margin-bottom: 1.4rem
}

.form__field {
  width: 100%;
  margin-bottom: 2rem
}

.form__field:last-child {
  margin-right: 0
}

.form__label {
  margin-bottom: .6rem;
  font-weight: 500
}

.form__input,
.form__label {
  font-size: 14px;
  line-height: 185%;
  color: #211202
}

.form__input {
  width: 100%;
  height: 5.2rem;
  border: 2px solid #c4c4c4;
  border-radius: 3px;
  padding: 1.3rem 2.4rem
}

.form__col {
  margin-bottom: 1.4rem;
  width: 100
}

.form__col:last-child {
  margin-bottom: 0
}

.form__textarea {
  background-color: #fff;
  width: 100%;
  height: 8.6rem;
  border: 2px solid #c4c4c4;
  border-radius: 3px;
  padding: 1.3rem 2.4rem;
  font-size: 14px;
  line-height: 185%
}

.form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: column
}

.form__checkbox-text {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 142.4%;
  color: #212121;
  margin-bottom: 1rem
}

.form__checkbox {
  display: flex;
  position: relative
}

.form__checkbox-input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.form__checkbox-btn {
  max-width: 24.7rem;
  width: 100%
}

.form__checkbox-btn .secondary {
  height: 5.4rem;
  font-size: 1.6rem
}

.form__checkbox-label {
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  position: relative;
  padding-left: 2rem;
  cursor: pointer
}

.form__checkbox-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #212121;
  border-radius: .4rem;
  transition: all .3s ease;
  box-sizing: border-box
}

.form__checkbox-label:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: .4rem;
  left: .4rem;
  width: .7rem;
  height: .7rem;
  transition: all .3s ease;
  opacity: 0;
  background-color: #211202;
  border-radius: 50%
}

.form input[type=checkbox]:checked+label:before {
  border: .2rem solid #211202;
  background-color: #fff
}

.form input[type=checkbox]:checked+label:after {
  opacity: 1
}

.form__btn {
  margin-top: 3.9rem;
  max-width: 24.7rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

.form__btn .secondary {
  height: 5.4rem;
  text-transform: inherit;
  font-weight: 400
}

.mb-40 {
  margin-bottom: 4rem
}

.mb-58 {
  margin-bottom: 2rem
}

.thank__wrap {
  flex-direction: column;
  background-color: #fff;
  padding: 4.7rem 4.7rem 5.7rem
}

.thank__img,
.thank__wrap {
  display: flex;
  align-items: center
}

.thank__img {
  justify-content: center;
  background-color: #c0a385;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  margin-bottom: 4.6rem
}

.thank__icon {
  width: 1.7rem;
  height: 1.3rem
}

.thank__icon svg {
  width: 100%;
  display: block
}

.thank__text {
  width: 100%;
  text-align: center
}

.thank .section-title {
  text-align: center;
  margin-bottom: 1.7rem
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, .4);
  transition: opacity .5s ease;
  display: none
}

.overlay.active {
  display: flex !important
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  padding: 0 15px;
  width: 100%;
  display: none;
  overflow-y: scroll;
  height: 100%
}

.popup,
.popup.active {
  z-index: 99;
  transition: opacity .5s ease
}

.popup.active {
  display: block
}

.popup__wrap {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 2rem
}

.popup__close {
  position: absolute;
  right: 39px;
  top: 13px;
  z-index: 999;
  width: 2.5rem;
  height: 2.5rem
}

.popup__close:after,
.popup__close:before {
  position: absolute;
  left: 10px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 3px
}

.popup__close:before {
  transform: rotate(45deg)
}

.popup__close:after {
  transform: rotate(-45deg)
}

.popup .center-block {
  align-items: center;
  margin-bottom: 4.1rem
}

.popup .section-title {
  margin-bottom: 1.7rem
}

.js-modal-open {
  padding: 15px;
  text-align: center;
  border: 1px solid #555;
  margin-bottom: 20px;
  cursor: pointer
}

.js-modal-open:hover {
  background: #f3f3f3
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000
}

.modal,
.modal__bg {
  height: 100vh;
  width: 100%
}

.modal__bg {
  background: rgba(0, 0, 0, .8);
  position: absolute
}

.modal__content {
  background: #fff;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  border-radius: 1rem;
  font-size: 13px;
  cursor: pointer
}

.js-modal-close {
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg id='cross'%3E%3Cpath class='cls-1' d='M7 7l18 18M7 25L25 7'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  top: 0;
  right: -3rem;
  border: 1px solid transparent;
  background-color: #fff
}

.modal__content video {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

.lang {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 20px
}

.lang__wrap {
  position: relative
}

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

.lang__current .lang__flag {
  margin: 0
}

.lang__select {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 38px
}

.lang__select.active:after {
  transform: translateY(-50%) rotate(180deg)
}

.lang__list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  padding-top: 40px;
  background: #fff;
  width: 50px
}

.lang__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 38px;
  padding: 10px 14px;
  background: 0 0;
  border-top: 1px solid #211202
}

.lang__flag {
  width: 22px
}

.lang__flag img {
  width: 100%;
  display: block
}

.lang__name {
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #211202;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  overflow: hidden
}

.menu__wrap {
  width: 100%
}

.menu__header {
  padding: 2.4rem 2.4rem 1.3rem;
  background-color: #f2eeea;
  margin-bottom: 2rem
}

.menu__btn,
.menu__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all .3s ease
}

.menu__btn {
  color: #c7b270;
  padding: 1rem;
  font-size: 20px;
  cursor: pointer;
  background-color: #eee7e1;
  position: relative;
  font-family: "Montserrat", sans-serif;
  height: 4rem
}

.menu__btn+.menu__btn {
  margin-top: 1.6rem
}

.menu__btn:hover {
  background-color: #c7b270;
  color: #fff
}

.menu__btn:last-child {
  margin-bottom: 0
}

.menu__btn.active {
  background-color: #c7b270;
  color: #fff;
  height: 4rem !important;
  padding: 1rem
}

.menu__buttons {
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 110.2%;
  font-family: "Montserrat", sans-serif;
  color: #bfa284;
  position: relative;
  text-align: center;
  transition: all .3s ease;
  width: 100%
}

.menu__buttons+.menu__buttons {
  margin-top: 2.2rem
}

.menu__buttons:hover {
  color: #fff
}

.pagination {
  width: 100%
}

.pagination__inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 2rem 60px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  justify-content: center
}

.pagination .pagination {
  display: flex
}

.pagination .pagination__box {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  position: relative
}

.pagination .pagination__box_top {
  padding: 0 0 80px
}

.pagination .pagination__box_bottom {
  padding: 80px 0 0
}

.pagination .pagination__arrow {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #3c3c3c;
  border: 1px solid #f2eeea;
  transition: all .2s;
  cursor: pointer
}

.pagination .pagination__arrow svg path {
  fill: #5a6166
}

.pagination .pagination__arrow:active,
.pagination .pagination__arrow:focus,
.pagination .pagination__arrow:hover {
  transition: all .2s
}

.pagination .pagination__number {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #5a6166;
  border: 1px solid #f2eeea;
  cursor: pointer;
  transition: all .2s
}

.pagination .pagination__number:active,
.pagination .pagination__number:focus,
.pagination .pagination__number:hover {
  background-color: #c7b270;
  color: #fff;
  border-color: #c7b270;
  transition: all .2s
}

.pagination .pagination__number_active {
  background-color: #c7b270;
  color: #fff;
  border-color: #c7b270
}

.accordion-wrap {
  margin-bottom: 16px;
  width: 100%
}

.accordion+.accordion {
  margin-top: 10px
}

.accordion__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .3s ease
}

.accordion__head:hover .accordion__btn {
  background-color: #c7b270
}

.accordion__head:hover .accordion__title {
  color: #fff
}

.accordion__head.active {
  background-color: #c7b270
}

.accordion__head.active .accordion__title {
  color: #fff
}

.accordion__head.active+.accordion__content {
  max-height: 1000px
}

.accordion__head .accordion__title {
  margin-bottom: 0;
  border: none
}

.accordion__title {
  position: relative;
  color: #c7b270;
  font-weight: 400;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  width: 100%;
  text-align: center;
  border: none;
  outline: 0;
  transition: all .3s ease
}

.accordion__title.active,
.accordion__title:hover {
  color: #fff
}

.accordion__title.active+.accordion__content {
  max-height: 1000px
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease;
  background-color: transparent;
  width: calc(100% - 4px);
  margin: 0 auto
}

.accordion__descr {
  display: flex;
  flex-direction: column;
  padding: 2.8rem 20px 1rem;
  transition: all .3s ease
}

.accordion .accordion {
  padding-left: 10px
}

.intro-sections {
  background-image: url(../images/bg-intro.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50vh;
  padding: 0 0 4rem
}

.intro-sections .main-title {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 2.4rem
}

.intro-sections .section-subtitle {
  display: block;
  font-size: 1.6rem;
  color: #fffcf9;
  text-align: center;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}

.intro {
  justify-content: center;
  min-height: 50vh
}

.intro,
.intro__wrap {
  display: flex;
  flex-direction: column
}

.intro__wrap {
  height: 100%
}

.intro__btn {
  display: flex;
  justify-content: center;
  width: 100%
}

.intro__col {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem
}

.pleasure-section {
  background-image: url(../images/pleasure-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0;
  background-color: #fffbf8
}

.pleasure-section .center-block {
  margin-bottom: 2rem
}

.pleasure-section .base-text {
  font-size: 1.6rem
}

.pleasure-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.15rem -2.3rem
}

.pleasure {
  width: 100%;
  padding: 0 1.15rem 2.3rem;
  min-height: 100%
}

.pleasure__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fffbf8;
  border: 1px solid #f2eeea;
  box-sizing: border-box;
  height: 100%
}

.pleasure__img-wrap {
  padding: 2rem 2rem 0;
  height: 100%
}

.pleasure__img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 468px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: 100%
}

.pleasure__img:before {
  content: "";
  position: absolute;
  background-color: #c7b270;
  max-width: 46.8rem;
  height: 5px;
  bottom: 0;
  left: 0;
  margin: 0 auto
}

.pleasure__img img,
.pleasure__img:before {
  display: block;
  width: 100%
}

.pleasure__title {
  display: block;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  color: #211202;
  margin-bottom: 2rem
}

.pleasure__col {
  display: flex;
  flex-direction: column;
  padding: 2.9rem 3rem 0;
  margin-bottom: 3rem
}

.pleasure__btn {
  margin-top: 4rem;
  max-width: 25.3rem;
  width: 100%;
  margin-left: auto
}

.pleasure__btn .primary {
  font-weight: 400
}

.gallery-sections {
  padding: 0 0 2rem
}

.gallery-sections .center-block {
  align-items: center;
  margin-bottom: 3rem
}

.gallery-img {
  width: 100%
}

.gallery-container {
  position: relative;
  min-height: 100%
}

.our-sections {
  padding: 0 0 2rem
}

.our-sections .section-title {
  margin-bottom: 2.5rem
}

.our__row,
.our__wrap {
  display: flex;
  flex-direction: column
}

.our__row {
  align-items: center
}

.our__cols {
  width: 100%;
  margin-bottom: 2rem
}

.our__title {
  font-size: 2.5rem;
  color: #fff;
  padding: 1.8rem 1rem
}

.our__text {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  line-height: 162%
}

.our__img {
  max-width: 74.6rem;
  width: 100%
}

.our__img img {
  width: 100%;
  display: block;
  height: 100%
}

.our__subtext {
  display: block;
  margin-top: 2rem
}

.twoOur-sections {
  padding: 0 2rem 2rem
}

.twoOur__row,
.twoOur__wrap {
  display: flex;
  flex-direction: column
}

.twoOur__row {
  align-items: center
}

.twoOur__col {
  width: 100%;
  margin-bottom: 2rem
}

.twoOur__title {
  font-size: 1.5rem;
  color: #fff;
  padding: 1.8rem 1rem;
  font-weight: 400
}

.twoOur__text {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  line-height: 162%
}

.twoOur__images {
  max-width: 88.8rem;
  width: 100%
}

.twoOur__images img {
  width: 100%;
  display: block;
  height: 100%
}

.twoOur__subtext {
  display: block;
  margin-top: 2rem
}

.twoOur .twoOur-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #879a6b;
  position: absolute;
  width: 100%;
  top: 19px;
  left: 10px
}

.twoOur .twoOur-title {
  position: relative;
  max-width: 46.3rem;
  width: 100%;
  height: 74px;
  background-color: hsla(84, 19%, 51%, .15);
  margin-bottom: 2.5rem
}
.certificate__img{

   position: relative;
  

}

@media (min-width:767px) {
.certificate__img::after{

    position: absolute;
    right: -1px;
    content: " ";
    height: 100%;
    width: 70px;
    background-color: #fffbf8;
    top: 0px;
    z-index: 4444;
}
}
@media (max-width:767px) {
.certificate__img::after{

    position: absolute;
    right: -2px;
    content: " ";
    height: 100%;
    width: 24px;
    background-color: #fffbf8;
    top: 0px;
    z-index: 4444;
    
} 

.certificate__img video {
  padding-left: 24px;
}
}
.certificate-sections {
  /* background-image: url(../images/2.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0 2rem 2rem;

  min-height: auto;
/*   min-height: 600px; */

  /* background-color: #7d3333; */
/* background-color: #c7b270; */
  /* background-color: #795d40 */
}
.certificate.new{
  position: unset;
}

.certificate.new .certificate__btn {
      top: 50%;
    left: 50%;
    transform: translate(-50%, -250%);
    position: absolute;
    z-index: 2;
}



.certificate-sections .section-title {
  margin-bottom: 2rem;
  /* color: #fffcf9; */
  text-align: center;
  line-height: 1
}

.certificate-sections .section-subtitle {
  text-align: left;
  margin-bottom: 2rem;
  line-height: 162%
}

.certificate {
  position: relative;
  min-height: 100%
}

.certificate__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%
}

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


.certificate__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #fffcf9
}

.certificate__btn {
  position: relative;
  z-index: 1;
  max-width: 31.2rem;
  width: 100%
}

.spa-sections {
  padding: 2rem 0;
  position: relative
}

.spa-sections:before {
  content: "";
  position: absolute;
  background-color: #f2eeea;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0
}

.spa-sections .section-title {
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1
}

.spa-sections .section-subtitle {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 162%;
  font-family: "Montserrat", sans-serif;
}

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

.spa__col {
  width: 100%;
  position: relative;
  z-index: 1
}

.spa__btn {
  max-width: 37.3rem;
  width: 100%;
  margin: 0 auto 2rem
}

.spa-sliders {
  overflow: hidden;
  display: block
}

.spa-sliders__card {
  overflow: hidden;
  background-color: #fffbf8;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #f2eeea;
  padding: 2rem;
  min-height: 51rem
}

.spa-sliders__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem
}

.spa-sliders__date {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, .36);
  line-height: 227%;
  font-weight: 500
}

.spa-sliders__subdate {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  color: #211202;
  line-height: 243%;
  font-weight: 300
}

.spa-sliders__footer {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem
}

.spa-sliders__text {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  line-height: 127.2%;
  color: #211202;
  font-family: "Montserrat", sans-serif;
}

.spa-sliders__subtext {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 121%;
  color: #211202;
  font-family: "Montserrat", sans-serif;
}

.spa-sliders__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: .2rem
}

.spa-sliders__img img {
  width: 100%;
  display: block
}

.spa-sliders__arrow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  width: 100%
}

.address-sections .section-title {
  text-align: center;
  margin-bottom: 2rem
}

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

.address__cart {
  width: 100%;
  margin-bottom: 2rem
}

.address iframe {
  width: 100%;
  display: block
}

.address__col {
  width: 100%;
  padding: 0 2rem
}

.address__email {
  margin-bottom: 2rem
}

.address__mail-link {
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 108%;
  color: #211202;
  font-family: "Montserrat", sans-serif;
}

.address__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1rem;
  border-radius: 50%
}

.address__link:last-child {
  margin-right: 0
}

.address__social {
  display: flex;
  align-items: center;
  flex-direction: column
}

.address__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #c7b270;
  margin-right: 2.2rem;
  flex: none;
  transition: all .3s ease;
  overflow: hidden;
  padding: .9rem .8rem
}

.address__icon svg {
  width: 100%;
  display: block
}

.address__icon:last-child {
  margin-right: 0
}

.address__icon:hover {
  background-color: #c7b270
}

.address__icon:hover svg defs,
.address__icon:hover svg rect {
  fill: #c7b270
}

.address__icon:hover defs,
.address__icon:hover rect {
  transition: all .3s ease
}

.address__icon--two {
  width: 3.5rem;
  height: 3.5rem
}

.address__img {
  display: flex;
  align-items: center;
  margin-bottom: 2rem
}

.address__title {
  font-style: normal;
  font-size: 2.4rem;
  line-height: 108%;
  margin-bottom: 1.3rem
}

.address__confidentiality,
.address__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #211202
}

.address__confidentiality {
  display: block;
  font-size: 1.6rem;
  line-height: 243%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-align: center
}

.address-nav__item,
.address-nav__list {
  display: flex;
  flex-direction: column
}

.address-nav__item {
  align-items: center;
  margin-bottom: 2rem;
  width: 100%
}

.address-nav__item:last-child {
  margin-right: 0;
  margin-bottom: 0
}

.address-nav__text {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  color: #211202;
  font-family: "Montserrat", sans-serif;
}

.address-nav__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: center;
  width: 100%
}

.address-nav__wrap--two {
  flex-direction: column;
  align-items: center
}

.address-nav__col {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem
}

.address-nav__subtext {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
  line-height: 162%
}

.address-nav__link,
.address-nav__subtext {
  font-weight: 300;
  color: #211202;
  font-family: "Montserrat", sans-serif;
}

.address-nav__link {
  font-size: 24px;
  line-height: 108%
}

.address-nav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  margin-right: 1.9rem;
  flex: none;
  transition: all .3s ease;
  cursor: pointer
}

.address-nav__icon,
.address-nav__icon:hover {
  background-color: #c7b270
}

.address-nav__icon svg {
  width: 100%;
  display: block
}

.catalog-sections {
  padding: 0 0 2rem
}

.catalog-sections .section-title {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 3.6rem
}

.catalog-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem -3rem
}

.catalog {
  min-height: 100%;
  width: 100%;
  padding: 0 1.5rem 3rem
}

.catalog__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  background-color: #f2eeea;
  padding: 2rem
}

.catalog__title {
  margin-bottom: 1rem;
  font-size: 2rem
}

.catalog__text,
.catalog__title {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #211202;
  text-align: center
}

.catalog__text {
  font-size: 1.6rem;
  line-height: 162%;
  margin-bottom: 1.8rem
}

.catalog__img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 2.5rem;
  width: 100%
}

.catalog__img img {
  width: 100%;
  display: block
}

.catalog__btn {
  margin-top: auto;
  width: 100%
}

.info-sections {
  padding: 0 0 2rem
}

.info-sections .base-text {
  max-width: 99rem;
  width: 100%;
  margin-bottom: 3.7rem
}

.info-sections .base-text:last-child {
  margin-bottom: 0
}

.gift-sections {
  padding: 0 0 2rem
}

.gift-sections .section-title {
  margin-bottom: 2rem
}

.cart-sections {
  padding: 0 0 2rem
}

.cart-sections .section-title {
  margin-bottom: 3.5rem;
  width: 100%
}

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

.cart__col {
  flex-direction: column;
  margin-bottom: 3rem
}

.cart__col,
.cart__img {
  display: flex;
  align-items: center;
  width: 100%
}

.cart__img {
  justify-content: center;
  max-width: 61.6rem;
  margin-bottom: 3.2rem
}

.cart__img img {
  width: 100%;
  display: block;
  min-height: 100%
}

.cart__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%
}

.cart__text {
  display: block;
  margin-bottom: 3.5rem;
  width: 100%
}

.cart__list {
  margin-left: 1rem;
  margin-bottom: 2.9rem;
  width: 100%
}

.cart__item {
  position: relative
}

.cart__item:before {
  content: "";
  position: absolute;
  background-color: #211202;
  width: .5rem;
  height: .5rem;
  top: 50%;
  transform: translateY(-50%);
  left: -1.1rem;
  border-radius: 50%
}

.cart__icon {
  width: 8.8rem;
  height: 3.6rem;
  margin-right: 2.5rem
}

.cart__icon svg {
  width: 100%;
  display: block
}

.cart__btn {
  max-width: 61.6rem;
  width: 100%
}

.cart__btn .four {
  height: 8.6rem;
  padding: 1.5rem
}

.cart__link {
  display: flex;
  align-items: center;
  color: #fff
}

.cart__subtext {
  font-weight: 700;
  font-size: 10px;
  line-height: 158.2%;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.cart-rate {
  width: 100%;
  margin-bottom: 2.9rem
}

.cart-rate:last-child {
  margin-bottom: 0
}

.cart-rate__wrap {
  background-color: #f2eeea;
  padding: 1.9rem 2.5rem 1.8rem 1.8rem
}

.cart-rate__row,
.cart-rate__wrap {
  display: flex;
  flex-direction: column
}

.cart-rate__row {
  align-items: center
}

.cart-rate__col {
  display: flex;
  flex-direction: column;
  width: 100%
}

.cart-rate__images {
  background-color: #eee7e1;
  padding: 3.4rem 2.9rem;
  margin-right: 1.9rem;
  margin-bottom: 2rem
}

.cart-rate__img {
  width: 11rem;
  height: 9.4rem
}

.cart-rate__title {
  display: block;
  margin-bottom: .4rem
}

.cart-rate__subtext {
  font-weight: 700;
  display: block
}

.cart-rate__text {
  font-size: 20px;
  text-align: right;
  color: #211202;
  font-family: "Montserrat", sans-serif;
  font-weight: 400
}

.cart-rate__btn {
  display: flex;
  align-items: center;
  flex-direction: column
}

.cart-rate__btn .four {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem
}

.cart-rate__btn .four,
.cart-rate__btn .secondary {
  height: 5.6rem;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 1.5rem
}

.cart-rate__svg {
  width: 2rem;
  height: 2rem;
  margin-right: 1.7rem
}

.cart-rate__svg svg {
  width: 100%;
  display: block
}

.cart-rate__price {
  display: flex
}

.cart-rate .cart-rate-text {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 3.5rem
}

.cart-rate .mod {
  color: #8d8d8d;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  margin-right: 1.5rem
}

.additionally-sections {
  padding: 0 0 2rem
}

.additionally-sections .section-title {
  text-align: center;
  margin-bottom: 2rem
}

.additionally-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem -3rem
}

.additionally {
  min-height: 100%;
  width: 100%;
  padding: 0 1.5rem 3rem
}

.additionally__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  background-color: #f2eeea;
  padding: 2rem
}

.additionally__title {
  margin-bottom: 1rem;
  font-size: 2rem;
  width: 100%
}

.additionally__text,
.additionally__title {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #211202;
  text-align: center
}

.additionally__text {
  font-size: 1.6rem;
  line-height: 162%;
  margin-bottom: 1.8rem
}

.additionally__img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 2.8rem;
  width: 100%;
  height: 100%
}

.additionally__img img {
  width: 100%;
  display: block
}

.additionally__btn {
  margin-top: auto;
  width: 100%
}

.page-sections {
  padding: 0 0 2rem
}

.page__info {
  width: 100%
}

.page p,
.page__info {
  margin-bottom: 2rem
}

.page p:last-child {
  margin-bottom: 0
}

.page h2 {
  text-align: center;
  margin-bottom: 2rem
}

.page__img {
  margin-bottom: 2rem;
  width: 100%
}

.page__img img {
  width: 100%;
  display: block
}

.page__row-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem -3rem
}

.page__row {
  width: 100%;
  padding: 0 1.5rem 3rem;
  min-height: 100%
}

.page__col {
  height: 100
}

.page__images {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%
}

.page__images img {
  width: 100%;
  display: block
}

.page__title {
  display: block;
  margin-bottom: 1.9rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 144%;
  font-family: "Montserrat", sans-serif;
}

.loyalty-sections {
  padding: 0 0 2rem
}

.loyalty-sections .loyalty-text,
.loyalty-sections .section-title {
  text-align: center;
  margin-bottom: 2rem
}

.loyalty-sections .loyalty-text {
  display: block;
  width: 100%
}

.loyalty-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem -3.5rem
}

.loyalty {
  min-height: 100%;
  width: 100%;
  padding: 0 1.5rem 3.5rem
}

.loyalty__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center
}

.loyalty__title {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  color: #795d40;
  text-align: center;
  width: 100%
}

.loyalty__text {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1.8rem;
  font-weight: 300
}

.loyalty__subtext,
.loyalty__text {
  line-height: 165%;
  color: #211202;
  font-family: "Montserrat", sans-serif;
  text-align: center
}

.loyalty__subtext {
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
  width: 100%
}

.loyalty__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
  width: 100%
}

.loyalty__img img {
  width: 100%;
  display: block;
  height: 100%
}

.loyalty__col {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start
}

.departure-sections {
  padding: 0 0 2rem
}

.departure__wrap {
  display: flex;
  flex-direction: column
}

.departure__col {
  display: block;
  margin-bottom: 2rem
}

.mb-18 {
  margin-bottom: 1.8rem
}

.photo-sections {
  padding: 0 0 2rem
}

.photo-sections .section-title {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 3.6rem
}

.photo-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem -2.2rem
}

.photo {
  min-height: 100%;
  width: 100%;
  padding: 0 1.2rem 2.2rem
}

.photo__wrap {
  flex-direction: column
}

.photo__img,
.photo__wrap {
  display: flex;
  height: 100%;
  align-items: center
}

.photo__img {
  justify-content: center;
  width: 100%
}

.photo__img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover
}

.photo__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 4.5rem
}

.error-sections {
  padding: 0 0 2rem;
  background-image: url(../images/pleasure-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%
}

.error-sections .breadcrumbs {
  margin-bottom: 5rem
}

.error-sections .section-title {
  text-align: center;
  margin-bottom: 1.7rem;
  font-size: 3.2rem
}

.error__wrap {
  align-items: center;
  flex-direction: column
}

.error__img,
.error__wrap {
  display: flex;
  justify-content: center
}

.error__img {
  width: 100%;
  margin-bottom: 4rem
}

.error__text {
  text-align: center;
  margin-bottom: 3.9rem;
  max-width: 59.1rem
}

.error .secondary {
  padding: 1.4rem 4.1rem;
  height: 5.4rem;
  max-width: 28.7rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: capitalize
}

.basket-sections {
  padding: 0 0 2rem
}

.basket-sections .section-title {
  margin-bottom: 3rem;
  text-align: center
}

.basket__row,
.basket__wrap {
  display: flex;
  flex-direction: column
}

.basket__row {
  margin-bottom: 2.9rem;
  background-color: #f2eeea;
  padding: 1.8rem 2.7rem 1.8rem 1.8rem
}

.basket__col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem
}

.basket__img {
  display: flex;
  align-items: center;
  margin: 0 auto 1.5rem;
  max-width: 50rem;
  width: 100%
}

.basket__img img {
  width: 100%;
  display: block;
  height: 100%
}

.basket__text {
  font-size: 16px;
  margin-left: 1.5rem;
  text-align: right
}

.basket__input,
.basket__text {
  line-height: 108%;
  color: #211202
}

.basket__input {
  width: 5.7rem;
  height: 3.7rem;
  background-color: #eee7e1 !important;
  border-radius: .2rem !important;
  text-align: center;
  font-size: 24px;
  border: none !important
}

.basket__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee7e1;
  border-radius: .2rem;
  padding: 2.7rem 2.9rem;
  width: 100%;
  height: 7.2rem;
  transition: all .3s ease;
  cursor: pointer
}

.basket__button:hover {
  background-color: #edece3
}

.basket__svg {
  width: 2.4rem;
  height: 2.8rem
}

.basket__svg svg {
  width: 100%;
  display: block
}

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

.basket .basket-btn {
  margin: 0 .5rem
}

.basket-footer {
  margin-top: 3.7rem
}

.basket-footer__wrap {
  justify-content: space-between
}

.basket-footer__col,
.basket-footer__wrap {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column
}

.basket-footer__col {
  margin-bottom: 2rem
}

.basket-footer__col:last-child {
  justify-content: flex-end;
  margin-bottom: 0
}

.basket-footer__text {
  font-size: 1.8rem;
  text-transform: uppercase
}

.basket-footer__text,
.basket-footer__title {
  display: block;
  color: #211202;
  margin-bottom: 1.5rem
}

.basket-footer__title {
  font-size: 2.5rem;
  line-height: 74%
}

.basket-footer .btn {
  max-width: 24.7rem;
  height: 5.4rem;
  width: 100%;
  font-size: 1.6rem;
  text-transform: capitalize;
  font-weight: 400
}

.basket-footer .btn.fifth {
  margin-bottom: 1.5rem
}

.price-sections {
  padding: 0 0 2rem
}

.price-sections .center-block {
  margin-bottom: 3rem;
  width: 100%;
  align-items: center
}

.price-sections .section-title {
  margin-bottom: 2rem
}

.price-sections .price-text {
  display: block;
  font-size: 18px;
  line-height: 144%;
  color: #c7b270;
  margin-bottom: 1.6rem
}

.price-sections .base-text,
table {
  width: 100%
}

table {
  border-collapse: collapse;
  background-color: #f2eeea;
  margin-bottom: 50px
}

table:first-child tr {
  height: 70px;
  padding: 0
}

table:first-child tr th {
  vertical-align: middle;
  text-align: left;
  padding: 0 3.6rem 0 2.2rem
}

table:first-child tr th:last-child {
  text-align: right
}

table thead {
  width: 100%;
  background-color: #c7b270;
  margin-bottom: 0;
  min-width: 31rem
}

table thead tr {
  width: 100%;
  padding: 2.2rem 3.6rem 2.2rem 2.2rem
}

table thead th {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 118%;
  color: #fff
}

table thead th:nth-child(3) {
  font-size: 16px;
  font-weight: 400
}

table tbody td {
  line-height: 144%;
  color: #211202;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  width: 20%
}

table tbody td:first-child {
  position: relative;
  padding: 0 2rem 0 4rem;
  text-align: left;
  width: 30%
}

table tbody td:first-child:before {
  content: "";
  position: absolute;
  border-right: 2px solid #000;
  height: 30px;
  left: 95%;
  top: -5px
}

table tbody td:nth-child(2) {
  text-align: left
}

table tbody td:last-child {
  color: #c42b2b;
  text-align: right;
  padding: 0 3rem 0 0
}

.table__scroll {
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
  background-color: #f2eeea
}

.payment-sections {
  padding: 0 0 2rem
}

.payment-sections .section-title {
  margin-bottom: 4.5rem
}

.payment__row,
.payment__wrap {
  display: flex;
  flex-direction: column
}

.payment__row {
  align-items: flex-start;
  justify-content: space-between
}

.payment__row:last-child {
  margin-bottom: 0
}

.payment__col {
  width: 100%;
  margin-bottom: 3rem
}

.payment__head {
  display: flex;
  align-items: center;
  margin-bottom: 4rem
}

.payment__head-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #c0a385;
  padding: .8rem 1.5rem;
  font-size: 2rem;
  color: #fff;
  margin-right: 1.3rem;
  width: 4rem;
  height: 4rem
}

.payment__head-title {
  display: flex;
  flex-direction: column
}

.payment__head-text {
  font-size: 2rem;
  color: #211202;
  line-height: 129%;
    font-family: "Montserrat", sans-serif;
}

.payment__head-subtext {
  font-size: 1.4rem;
  line-height: 185%;
  color: #bfa284;
  font-weight: 300
}

.payment__body-checkbox {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 1.6rem
}

.payment__body-checkbox:last-child {
  margin-bottom: 0
}

.payment__body-title {
  display: flex;
  flex-direction: column
}

.payment__body-text {
  display: block;
  margin-bottom: .6rem;
  font-size: 1.6rem;
  line-height: 162%;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.payment__body-subtext {
  font-size: 1.6rem;
  line-height: 162%;
  font-style: italic;
  text-transform: lowercase
}

.payment__body-img {
  max-width: 10.4rem;
  width: 100%;
  margin-top: 1.3rem
}

.payment__body-img img {
  width: 100%;
  display: block
}

.payment__body-svg {
  max-width: 16.6rem;
  width: 100%;
  margin-top: 1.3rem
}

.payment__body-svg svg {
  width: 100%;
  display: block
}

.payment__body-input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.payment__body-label {
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  position: relative;
  padding-left: 3.5rem;
  cursor: pointer
}

.payment__body-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: .2rem solid #c0a385;
  transition: all .3s ease;
  box-sizing: border-box
}

.payment__body-label:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: .76rem;
  left: .76rem;
  width: .8rem;
  height: .8rem;
  transition: all .3s ease;
  opacity: 0;
  background-color: #fff
}

.payment input[type=radio]:checked+label:before {
  border: .2rem solid #c0a385;
  background-color: #c0a385
}

.payment input[type=radio]:checked+label:after {
  opacity: 1
}

.payment .background {
  background-color: #f2eeea;
  padding: 4.1rem 4.5rem 5rem;
  width: 100%
}

.payment__footer {
  display: flex;
  flex-direction: column
}

.payment__footer-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2.5rem
}

.payment__footer-row:first-child {
  width: 68.5%
}

.payment__footer-rows {
  display: flex;
  align-items: center;
  margin-top: 5rem
}

.payment__footer-subtext {
  font-size: 16px;
  line-height: 162%;
  color: #211202
}

.payment__footer-text {
  font-size: 1.2rem;
  line-height: 144%;
  color: #211202;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.payment__footer-text:first-child {
  width: 50%
}

.payment__footer-btn {
  font-size: 1.4rem;
  line-height: 162%;
  color: #211202
}

.payment .background-color {
  background-color: #f2eeea;
  padding: 4.1rem 1rem 5.4rem;
  width: 100%
}

.payment .payment-title {
  margin-left: 1.5rem;
  margin-bottom: 4.5rem;
  font-size: 20px;
  line-height: 129%;
  text-transform: uppercase;
  color: #211202
}

.mb-35rem {
  margin-bottom: 3.5rem
}

.mr-31 {
  margin-right: 3.1rem
}

@media (min-width:480px) {
  .logo__link {
    width: 9.4rem;
    height: 8.4rem;
    margin-bottom: 0
  }

  .basket-nav__tel {
    font-size: 1.6rem;
    margin-right: 1rem;
    margin-right: 2rem;
    margin-bottom: 0
  }

  .nav {
    top: 97px
  }

  .burger {
    right: 12px
  }

  .btn.tertiary {
    width: 4.7rem
  }

  .additionally {
    width: 50%
  }
}

@media (min-width:500px) {
  table thead th {
    font-size: 22px
  }
}

@media (min-width:540px) {
  .btn.control {
    width: 4.7rem;
    height: 4.7rem
  }

  .form__row {
    flex-direction: row
  }

  .form__field {
    margin-right: 2.5rem;
    margin-bottom: 0
  }

  .form__footer {
    flex-direction: row
  }

  .form__checkbox-text {
    margin-bottom: 0
  }

  .pleasure__title {
    font-size: 2.4rem
  }

  .pleasure__col {
    padding: 2.9rem 3rem 3.4rem
  }

  .pleasure__btn {
    margin-top: 0
  }

  .basket__text {
    font-size: 24px;
    text-align: left
  }

  .basket__input {
    width: 9.7rem;
    height: 4.7rem
  }

  .basket-footer__wrap {
    flex-direction: row
  }

  .payment__body {
    margin-left: 4.8rem
  }

  .payment__footer-row {
    align-items: center
  }

  .payment__footer-row:first-child {
    width: 62.5%
  }

  .payment__footer-rows {
    margin-top: 20rem
  }

  .payment__footer-text {
    font-size: 1.8rem
  }

  .payment__footer-text:first-child {
    width: auto
  }

  .payment__footer-btn {
    font-size: 1.6rem
  }

  .payment .background-color {
    padding: 4.1rem 4.5rem 5.4rem 5rem
  }
}

@media (min-width:600px) {
  table {
    width: 100%
  }
}

@media (min-width:620px) {

  .base-text,
  .typography p {
    line-height: 162%
  }

  .typography span {
    line-height: 162%;
    margin-bottom: 5.5rem;
    text-align: left;
    max-width: 72.4rem
  }

  .typography li {
    line-height: 162%
  }

  .header {
    padding: 1.5rem 0 0
  }

  .logo-nav__flex-end {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .logo-nav__text {
    text-align: left
  }

  .basket-nav__list {
    align-items: center;
    margin-right: 2rem
  }

  .basket-nav__link {
    width: 4rem;
    height: 4rem;
    padding: .8rem .9rem
  }

  .basket-nav__add {
    height: 5.6rem;
    width: 5.6rem
  }

  .basket-nav__numb {
    width: 2.8rem;
    height: 2.8rem
  }

  .footer__wrap {
    align-items: center;
    flex-direction: row
  }

  .footer-copyright {
    margin-top: 0
  }

  .footer-copyright,
  .footer-copyright__col {
    align-items: flex-end
  }

  .tabs--photo .tabs__header {
    flex-direction: row
  }

  .tabs--photo .tabs__btn {
    margin-right: 2.1rem;
    margin-bottom: 0;
    max-width: 31.2rem
  }

  .tabs--price .tabs__header {
    flex-direction: row
  }

  .tabs--price .tabs__btn {
    margin-right: 2.1rem;
    margin-bottom: 0;
    max-width: 51.5rem
  }

  .breadcrumbs__list {
    flex-direction: row;
    align-items: center
  }

  .cart__subtext {
    font-size: 17px
  }

  .cart-rate__row {
    flex-direction: row
  }

  .cart-rate__images {
    margin-bottom: 0
  }

  .cart-rate__text {
    font-size: 35px;
    line-height: 74%
  }

  .cart-rate__btn {
    flex-direction: row
  }

  .cart-rate__btn .four {
    margin-right: 1.5rem;
    margin-bottom: 0;
    font-size: 1.6rem
  }

  .cart-rate__btn .secondary {
    font-size: 1.4rem
  }

  .cart-rate .mod {
    margin-right: 2.6rem
  }
}

@media (min-width:768px) {
  .col.col-tb-12 {
    width: 100%
  }

  .col.col-tb-6 {
    width: 50%
  }

  .col.col-tb-4 {
    width: 33.33333%
  }

  .col.col-tb-3 {
    width: 25%
  }

  .col.col-tb-2 {
    width: 16.66667%
  }

  .col.col-tb-1 {
    width: 8.33333%
  }

  .main-title {
    font-size: 5.5rem
  }

  .typography h2 {
    margin-bottom: 3.1rem;
    text-align: left;
    font-size: 3.6rem
  }

  .footer-copyright__link {
    margin-bottom: 0
  }

  .display-none-f {
    display: flex
  }

  .swiper-slide-active {
    transform: scale(1.11)
  }

  .swiper-slide-next,
  .swiper-slide-prev {
    transform: scale(.88)
  }

  .gallery-wrapper-slide {
    min-height: 26.8rem !important
  }

  .tabs--photo .tabs__header {
    margin-bottom: 7.1rem
  }

  .popup {
    overflow-y: hidden;
    max-width: 998px
  }

  .popup__wrap {
    padding: 7.2rem 12.6rem;
    min-height: 380px
  }

  .popup__close {
    right: 49px;
    top: 23px
  }

  .modal__content {
    width: 40%
  }

  .js-modal-close {
    right: -3.5rem;
    top: 1rem
  }

  .lang__current .lang__flag {
    margin-right: 8px
  }

  .lang__list {
    width: 50px
  }

  .lang__flag {
    margin-right: 8px
  }

  .lang__name {
    display: block
  }

  .intro-sections .main-title {
    font-size: 6rem;
    text-align: left
  }

  .intro-sections .section-subtitle {
    text-align: left;
    font-size: 2.1rem
  }

  .intro__btn {
    justify-content: flex-start;
    max-width: 31.2rem;
    height: 6.8rem
  }

  .intro__col {
    margin-bottom: 6.4rem
  }

  .gallery-sections {
    padding: 0 0 18.8rem
  }

  .gallery-sections .center-block {
    margin-bottom: 6rem
  }

  .gallery-nav {
    display: block;
    transform: translateX(-50%);
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: -3.3rem
  }

  .our-sections .section-title {
    margin-bottom: 5.7rem
  }

  .address-sections .section-title {
    margin-bottom: 5.3rem;
    text-align: left
  }

  .address__wrap {
    flex-direction: row
  }

  .address__cart {
    margin-bottom: 0
  }

  .address iframe {
    max-width: 98rem
  }

  .address__col {
    margin-left: 3.3rem;
    padding: 0
  }

  .address__email {
    margin-bottom: 8.9rem
  }

  .address__link,
  .address__social {
    align-items: flex-start
  }

  .address__img {
    margin-bottom: 6rem
  }

  .address__confidentiality {
    text-align: left
  }

  .address-nav {
    margin-bottom: 5.5rem
  }

  .address-nav__item {
    margin-right: 4.4rem;
    align-items: flex-start
  }

  .address-nav__text {
    font-size: 2.4rem
  }

  .address-nav__wrap {
    justify-content: flex-start
  }

  .address-nav__subtext {
    margin-left: 5rem
  }

  .catalog-sections {
    padding: 0 0 7.9rem
  }

  .catalog {
    width: 50%
  }

  .catalog__title {
    text-align: left;
    font-size: 2.6rem
  }

  .info-sections {
    padding: 0 0 1.7rem
  }

  .gift-sections {
    padding: 0 0 7.9rem
  }

  .cart-sections {
    padding: 0 0 11rem
  }

  .additionally-sections {
    padding: 0 0 9.5rem
  }

  .additionally-sections .section-title {
    margin-bottom: 5.5rem;
    text-align: left
  }

  .additionally__title {
    text-align: left;
    font-size: 2.6rem
  }

  .additionally__text {
    text-align: left
  }

  .page-sections {
    padding: 0 0 7.4rem
  }

  .page__info {
    max-width: 126.2rem;
    margin-bottom: 6rem
  }

  .page p {
    margin-bottom: 4rem
  }

  .page h2 {
    margin-bottom: 3.5rem;
    text-align: left
  }

  .page__img {
    margin-bottom: 6rem
  }

  .page__row {
    width: 50%
  }

  .page__images {
    max-width: 74.6rem
  }

  .loyalty-sections {
    padding: 0 0 6.7rem
  }

  .loyalty-sections .section-title {
    margin-bottom: 3.1rem;
    text-align: left
  }

  .loyalty-sections .loyalty-text {
    margin-bottom: 6.2rem;
    text-align: left;
    max-width: 68.4rem
  }

  .loyalty-wrap {
    margin: 0 -1.5rem -7rem
  }

  .loyalty {
    padding: 0 1.5rem 7rem;
    width: 50%
  }

  .loyalty__title {
    text-align: left;
    font-size: 2.8rem
  }

  .loyalty__text {
    font-size: 1.6rem
  }

  .loyalty__subtext,
  .loyalty__text {
    text-align: left
  }

  .loyalty__img {
    height: 32.5rem
  }

  .departure-sections {
    padding: 0 0 9.4rem
  }

  .photo-sections {
    padding: 5rem 0 7.9rem
  }

  .photo {
    width: 50%
  }

  .error-sections {
    padding: 0 0 14.9rem
  }

  .error-sections .breadcrumbs {
    margin-bottom: 8.7rem
  }

  .error__img {
    margin-bottom: 7.2rem
  }

  .basket-sections .section-title {
    font-size: 3.6rem
  }

  .price-sections {
    padding: 0 0 8.2rem
  }

  .price-sections .center-block {
    margin-bottom: 5.5rem;
    max-width: 90.6rem;
    align-items: flex-start
  }

  .price-sections .section-title {
    margin-bottom: 4rem
  }

  .price-sections .base-text {
    max-width: 66.4rem
  }
}

@media (min-width:850px) {
  .logo {
    flex-direction: row
  }

  .logo__link {
    margin-right: 1.5rem
  }

  .logo-nav__list {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%
  }

  .logo-nav__item {
    margin-right: 1rem
  }

  .logo-nav__col,
  .logo-nav__item {
    align-items: flex-start;
    margin-bottom: 0
  }

  .logo-nav__flex-end {
    align-items: flex-start
  }

  .logo-nav__title {
    margin-bottom: 1.2rem
  }

  .basket-nav {
    justify-content: flex-end
  }

  .basket-nav__cols {
    display: none
  }

  .basket-nav__item {
    margin-right: 1rem;
    margin-bottom: .5rem
  }

  .basket-nav__col {
    justify-content: center
  }

  .display-none-l {
    display: flex
  }

  .lang {
    position: absolute;
    left: auto;
    right: 30px;
    top: 17px
  }

  table tbody td {
    font-size: 18px
  }
}

@media (min-width:992px) {
  .nav__list {
    flex-direction: row;
    justify-content: space-between
  }

  .nav__list ul {
    top: 150%;
    left: 68%;
    background-color: #fffbf8
  }

  .nav__list ul ul {
    top: 0;
    left: 108%;
    background-color: #fffbf8;
    border: none
  }

  .nav__item+.nav__item {
    margin-left: 15px
  }

  .nav__link {
    padding: 1.5rem 0
  }

  .nav-footer__list ul {
    top: -92%;
    left: 100%
  }

  .intro-sections {
    padding: 0 0 13.2rem
  }

  .intro {
    min-height: 80vh
  }
}

@media (min-width:1023px) {
  .header__wrap {
    flex-direction: column
  }

  .nav {
    justify-content: space-between;
    flex-direction: row;
    position: static;
    background-color: transparent;
    transform: translateX(0);
    padding: 0;
    width: 100%;
    overflow: inherit
  }
}

@media (min-width:1024px) {
  .col.col-lg-12 {
    width: 100%
  }

  .col.col-lg-6 {
    width: 50%
  }

  .col.col-lg-4 {
    width: 33.33333%
  }

  .col.col-lg-3 {
    width: 25%
  }

  .col.col-lg-2 {
    width: 16.66667%
  }

  .col.col-lg-1 {
    width: 8.33333%
  }

  .section-title {
    font-size: 3.6rem
  }

  .section-subtitle {
    font-size: 2.4rem
  }

  .logo-nav {
    display: flex;
    width: auto
  }

  .basket-nav__cols {
    position: absolute;
    display: flex;
    top: 5px;
    flex-direction: column;
    right: 33%
  }

  .basket-nav__col {
    width: auto !important;
    align-items: flex-end;
    flex-direction: column-reverse
  }

  .basket-nav__tel {
    margin-right: 0
  }

  .basket-nav__tel:hover {
    text-decoration: underline;
    opacity: .7
  }

  .burger {
    display: none
  }

  .display-none-list {
    position: absolute;
    display: flex;
    top: 5px;
    right: 15%
  }

  .btn {
    font-size: 2.1rem;
    height: 6.8rem
  }

  .btn.primary {
    padding: 2.4rem
  }

  .btn.primary:hover {
    background-color: #c7b270;
    color: #fff
  }

  .swiper-slide-active {
    transform: scale(1.16)
  }

  .swiper-slide-next,
  .swiper-slide-prev {
    transform: scale(.86)
  }

  .tabs--price .tabs__header {
    margin-bottom: 7.1rem
  }

  .tabs {
    align-items: flex-start;
    flex-direction: row
  }

  .tabs__header {
    max-width: 35.8rem
  }

  .tabs__btn {
    padding: 2rem
  }

  .tabs__btn,
  .tabs__btn.active {
    height: 6.8rem !important
  }

  .form__input {
    max-width: 36rem
  }

  .form__col {
    max-width: 75.5rem
  }

  .form__btn {
    margin-left: auto !important;
    margin-right: 0
  }

  .mb-58 {
    margin-bottom: 5.8rem
  }

  .lang {
    right: 10px;
    top: 66px
  }

  .menu__btn {
    padding: 2rem
  }

  .menu__btn,
  .menu__btn.active {
    height: 6.8rem !important
  }

 .pleasure-section {
    padding: 8.8rem 0 9.8rem
  }

  .pleasure-section .center-block {
    margin-bottom: 5.4rem
  }

  .pleasure {
    width: 33.33%
  }

  .pleasure__img {
    max-width: 50.8rem
  }

  .catalog-sections .section-title {
    margin-bottom: 6.2rem;
    text-align: left
  }

  .gift-sections .section-title {
    margin-bottom: 6.2rem
  }

  .photo-sections .section-title {
    margin-bottom: 3.5rem;
    text-align: left
  }

  .photo {
    width: 33.33%
  }

  .photo__wrap {
    align-items: flex-start
  }

  .basket-sections {
    padding: 0 0 12.1rem
  }

  .basket-sections .section-title {
    margin-bottom: 5.5rem;
    text-align: left
  }

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

  .basket__col {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0
  }

  .basket__img {
    margin: 0;
    max-width: 16.7rem;
    height: 16.2rem
  }

  .basket__text {
    margin-left: 0
  }

  .basket__button {
    width: 14.2rem;
    padding: 5.7rem 5.9rem
  }

  .basket-footer__col {
    flex-direction: row;
    margin-bottom: 0
  }

  .basket-footer__text {
    margin-right: 3.4rem;
    margin-bottom: 0
  }

  .basket-footer__title {
    margin-right: 4rem;
    margin-bottom: 0
  }

  .basket-footer .btn.fifth {
    margin-bottom: 0;
    margin-right: 1.2rem
  }

  .mb-27 {
    margin-bottom: 2.7rem
  }

  .mb-4 {
    margin-bottom: .4rem
  }

  .payment-sections {
    padding: 0 0 10.6rem
  }

  .payment__row {
    flex-direction: row;
    margin-bottom: 6.7rem
  }

  .payment__col {
    margin-bottom: 0
  }

  .payment .background {
    margin-left: 5.4rem;
    max-width: 74.6rem;
    padding: 4.1rem 4.5rem 11.5rem
  }

  .payment .background-color {
    padding: 4.1rem 4.5rem 5.4rem 6rem;
    margin-left: 1.5rem;
    max-width: 74.6rem
  }
}

@media (min-width:1150px) {
  .footer__wrap {
    flex-direction: column;
    align-items: flex-start
  }

  .nav-footer {
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin-bottom: 0
  }

  .nav-footer__logo {
    margin-bottom: 0;
    margin-right: 8.4rem
  }

  .nav-footer__list {
    margin-bottom: 0;
    flex-direction: row;
    align-items: center
  }

  .nav-footer__item {
    margin-right: 1rem;
    margin-bottom: 0
  }

  .footer-copyright,
  .footer-copyright__col {
    align-items: center;
    flex-direction: row;
    justify-content: space-between
  }

  .footer-copyright__site {
    margin-right: 2.2rem
  }

  .footer-copyright__icon {
    margin-bottom: 0;
    margin-right: 2.7rem
  }

  .js-spa-pagination {
    margin-top: 7rem;
    justify-content: flex-end
  }

  .tabs__header {
    margin-bottom: 0;
    margin-right: 3rem
  }

  .menu {
    flex-direction: row
  }

  .menu__header {
    max-width: 35.8rem;
    margin-bottom: 0;
    margin-right: 3rem
  }

  .our-sections {
    padding: 0 0 7.4rem
  }

  .our__row {
    flex-direction: row
  }

  .our__cols {
    max-width: 64.6rem;
    margin-right: 12.9rem;
    margin-bottom: 0
  }

  .our__title {
    font-size: 3.9rem
  }

  .our__text {
    font-size: 2.4rem
  }

  .our__subtext {
    margin-top: 5rem
  }

  .twoOur-sections {
    padding: 0 0 5.8rem
  }

  .twoOur__row {
    align-items: flex-start;
    flex-direction: row-reverse
  }

  .twoOur__col {
    width: 55%;
    margin-bottom: 0
  }

  .twoOur__title {
    font-size: 3.9rem
  }

  .twoOur__text {
    font-size: 2.4rem;
    max-width: 66.6rem
  }

  .twoOur__subtext {
    margin-top: 5rem
  }

  .twoOur .twoOur-text {
    left: 35px
  }

  .twoOur .twoOur-title {
    margin-right: 65px;
    float: left;
    margin-bottom: 0
  }

  .twoOur .text-float {
    margin-left: 1rem;
    margin-top: 73px
  }

  .twoOur .twoOur-img {
    width: 45%;
    margin-right: 1.7rem
  }

  .certificate-sections {
    padding: 2rem 0;
    background-color: transparent
  }

  .certificate-sections:before {
    /* content: ""; */
    position: absolute;

    width: 70%;
    height: 100%;
    /* background-color: #7d3333; */
    background-color: #c7b270;
    top: 0;
    right: 0;
  }

  .certificate-sections .section-title {
    text-align: left;
    margin-bottom: 2.4rem
  }

  .certificate-sections .section-subtitle {
    margin-bottom: 5.3rem;
  /*   text-align: inherit */
  }

  .certificate__img {
    display: block;
  /*   position: absolute; */
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%
  }

  .certificate__container {
    max-width: 63.1rem;
    align-items: flex-start
  }

  .certificate__container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
   /*  background-color: rgba(132, 102, 74, .4); */

background-color: unset;


    top: 30px;
    left: 0
  }

  .spa-sections {
    padding: 10rem 0 5.8rem
  }

  .spa-sections:before {
    width: 78.9rem;
    height: 66.5rem;
    right: 0;
    top: 38px
  }

  .spa-sections .section-title {
    text-align: left;
    margin-bottom: 3.7rem
  }

  .spa-sections .section-subtitle {
    max-width: 56.4rem;
    text-align: left;
    margin-bottom: 4.8rem
  }

  .spa__wrap {
    flex-direction: row;
    align-items: center
  }

  .spa__col {
    max-width: 56.6rem;
    margin-right: 2rem;
    margin-top: -12.5rem
  }

  .spa__btn {
    margin: 0
  }

  .address-nav__list {
    flex-direction: row
  }

  .catalog__wrap {
    align-items: flex-start
  }

  .catalog__text {
    text-align: left;
    font-size: 1.6rem
  }

  .catalog__img {
    max-width: 35.7rem
  }

  .catalog__btn {
    width: 100%;
    max-width: 37.5rem
  }

  .cart-sections .section-title {
    width: auto
  }

  .cart__wrap {
    flex-direction: row
  }

  .cart__col {
    align-items: flex-start;
    margin-right: 5.4rem;
    width: auto;
    margin-bottom: 0
  }

  .cart__img {
    justify-content: flex-start
  }

  .cart__info {
    max-width: 85rem;
    align-items: flex-start
  }

  .cart__list,
  .cart__text {
    width: auto
  }

  .additionally {
    width: 25%
  }

  .additionally__img {
    max-width: 35.7rem
  }

  .additionally__btn {
    max-width: 37.5rem
  }

  .loyalty {
    width: 33.33%
  }

  .departure__wrap {
    flex-direction: row
  }

  .departure__col {
    max-width: 74.5rem;
    margin-right: 3rem;
    margin-bottom: 0
  }

  .basket-footer__text {
    font-size: 2.8rem
  }

  .basket-footer__title {
    font-size: 3.5rem
  }
}

@media (min-width:1200px) {
  .logo-nav__text {
    font-size: 1.6rem
  }
}

@media (min-width:1330px) {
  .logo__link {
    margin-right: 4.9rem
  }

  .logo-nav__list {
    margin-bottom: 0;
    width: auto
  }

  .basket-nav__cols {
    position: static;
    right: 0
  }

  .basket-nav__col {
    flex-direction: row;
    align-items: center
  }

  .basket-nav__tel {
    font-size: 1.3rem;
    margin-right: 2rem
  }

  .basket-nav .logo-nav__title {
    display: block
  }

  .nav__link {
    font-size: 17px
  }

  .display-none-list {
    position: static
  }
}

@media (min-width:1360px) {
  .catalog {
    width: 33.33%
  }
}

@media (min-width:1440px) {
  .basket-nav__tel {
    font-size: 2.4rem
  }

  .nav__link {
    font-size: 21px
  }

  .nav-footer__logo {
    margin-right: 12.4rem
  }

  .nav-footer__item {
    margin-right: 2rem
  }

  .nav-footer__link {
    font-size: 1.6rem
  }

  .twoOur .text-float {
    margin-left: 13.5rem
  }

  .certificate__img {
    /* left: -189px;
    width: 73% */

           /*   width: 100%; */
        height: 100%;
        object-fit: cover;
  }

  .certificate__img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width:1500px) {
  .certificate-sections {
    padding: 3rem 0
  }

  .cart__img {
    min-height: 65.7rem
  }
}

@media (min-width:1640px) {
  .swiper-slide-active {
    transform: scale(1.4)
  }

  .swiper-slide-next,
  .swiper-slide-prev {
    transform: scale(.64)
  }

  .certificate__img {
   /*  left: -51px; */
    width: 100%
  }
}

@media (min-width:1900px) {
  .certificate__container {
    margin-right: .6rem
  }
}

@media (min-width:1920px) {
  .swiper-slide-active {
    transform: scale(1.5)
  }

  .swiper-slide-next,
  .swiper-slide-prev {
    transform: scale(.54)
  }

  .certificate-sections {
    padding: 6rem 0 6rem
  }

  .certificate__img {
    width: 100%
  }

  .certificate__container {
    margin: 0 30rem 0 0
  }

  .basket-footer__text {
    margin-right: 4.4rem
  }

  .basket-footer__title {
    margin-right: 9.4rem
  }
}

@media (max-width:1023px) {

  .header__wrap,
  .nav__list ul,
  .nav__list ul ul {
    position: unset
  }

  .nav__item,
  .nav__list li ul li {
    display: block
  }

  .nav__link {
    justify-content: flex-start
  }

  .pagination__inner {
    gap: 3px;
    padding-bottom: 30px
  }

  .pagination .pagination__arrow,
  .pagination .pagination__number {
   height: 40px;
        width: 40px;
        font-size: 22px;
        flex: 0 0 40px;
  }
}

@media (max-width:767px) {
  .gallery-container .swiper-button-next {
    right: 0;
    top: 50%
  }

  .gallery-container .swiper-button-prev {
    left: 0;
    top: 50%
  }
  .gallery-sections .center-block {
    align-items: center;
    margin-bottom: 1rem;
}
  .swiper-pagination {
    display: none
  }
.gallery-sections {
    padding: 30px 0 2rem;
}
  .nav__item.open ul{

    display: block;

  }

  .table__scroll tbody tr {
    display: flex;
  }

   .nav__item.open ul ul{

    display: none;

  }
}

@media (max-width:500px) {
  table thead th:nth-child(3) {
    font-size: 11px
  }

  table tbody td {
    width: 21.66667%;
    font-size: 11px
  }

  table tbody td:first-child {
    padding: 0 1rem;
    font-size: 11px;
    width: 36%;
    word-break: break-all
  }

  table tbody td:last-child {
    padding: 0 10px 0 0
  }
}

.info__text a,
.info__text li,
.info__text p,
.info__text span {
  font-family: "Montserrat", sans-serif;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-thumbnail {
  max-width: 100%;
  margin-top: 20px;
  text-align: center;
}

.video-thumbnail iframe {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.video-thumbnail iframe:hover {
  transform: scale(1.03);
}

.offer-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}


.video-grid a {
/*   display: block;
      max-width: 490px; */
    object-fit: cover;
}

/* .video-grid  {
display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem -2.2rem;
}     */


.video-grid{
/* display:grid;
  grid-template-columns:repeat(auto-fill,minmax(477px,1fr));
  gap:32px; */

      display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem -2.2rem;
}

.video-item{
  
  position:relative;display:block;
  width: 33%;
    min-height: 100%;
      padding: 0 1.2rem 2.2rem;

}
.video-item img{width:100%;display:block; height: 316px;
object-fit: cover;
}


.video-play{
  position:absolute;inset:0;
  background:url('/assets/images/icon-youtube.png') center no-repeat;
  background-size:64px;
  pointer-events:none;
}



.info-sections.our_catalog-pk {
  padding: 0 0 2.7rem;
}
.title-offers .mob-tel {

      max-width: 373px;
  /* display: none; */
}
@media (max-width:796px) {
 .info-sections.our_catalog-pk {
   /*  display: none; */
    padding: 0 0 2.7rem;
        order: 1;
  }
  .video-grid a {
    width: 100%;
  }
  .menu { order: 1;}
  .catalog-sections.vff .container{
      display: flex;
    flex-direction: column;
}
.video-item img {
    width: 100%;
    display: block;
    height: 248px;
    object-fit: cover;
}
  .certificate-sections.пп {
    padding: unset;
        min-height: auto;
        /* margin-bottom: 10px; */
  }
  .title-offers .mob-tel {
  display: block;
  margin: 2rem auto 0;
  padding: unset;
}

  .certificate-sections.пп .certificate__btn  {
    display: none;
  }

  
}

@media (min-width:796px) {
  .info-sections.our_catalog-mob {
    display: none;
    padding: 0 0 2.7rem;
  }
  
}


.title-offers {
  text-align: center;
  margin: 70px auto 40px;
 /*  padding: 0 0 7.4rem;; */
}
.grid-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width:796px) {
  .grid-flex {
    flex-direction: column;

  } 

  .title-offers {
  text-align: center;
  margin: 40px auto 30px;
 /*  padding: 0 0 7.4rem;; */
}

.certificate-sections.ne-m {
  margin-bottom: 40px;
}

.certificate__img {
  order: 1;
}

}
.breadcrumbs__item.active .breadcrumbs__link{
  color: #000;
}
.video-grid h2 {
      font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.catalog__text {
     /*  white-space: pre-line;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; */
        white-space: normal;
display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;

}    
.catalog__text  .icon-crown {
  color: #b49e0f;
}
.catalog__title.new-wd {
 display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cart-rate-faq .faq-section {
  padding-top: 0px!important;
  margin-bottom: 30px;
}

.cart-rate-faq .faq-section .container {
      padding: 0px;
}