/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"); */
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  /* border: 1px solid red;   */
}

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

:focus,
:active {
  outline: none;
  border: none;
}
aside,
nav,
footer,
header,
section {
  display: block;
}
input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
}

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

button {
  cursor: pointer;
  background-color: inherit;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  min-width: 330px;
}

body {
  line-height: 1.3;
  /* основной используемый шрифт на сайте по умолчанию */
  font-family: "Roboto";
 
  /* font-optical-sizing: auto; */
  /* font-weight: 400; */
  /* основной цвет шрифта на сайте */
  /* color: #000000; */
  background: #eee url("../src/air.svg") 0 0 / 20% 20%;
  background-attachment: fixed;

}
  @media(max-width:767px){
    body{
      background: #eee url("../src/air.svg") 0 0 / 30% 30%;
    }    
  }
a {
  text-decoration: none;
}
li {
  list-style: none;
}

.wrapper {
  /* overflow: clip; чтобы исключить горизонтальный скролл */
  overflow: hidden;
  min-height: 100%;
  width: 100%;
  /* max-width: 1400px; */
  display: flex;
  flex-direction: column;
  position: relative;
}

.main {
  flex-grow: 1;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1470px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  box-sizing: border-box;
}

a { 
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1 {
  font-size: 3rem;
}

@media (max-width: 32.4375rem) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.5rem;
}

@media (max-width: 32.4375rem) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 2rem;
}

@media (max-width: 32.4375rem) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.75rem;
}

@media (max-width: 32.4375rem) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.3rem;
}

@media (max-width: 32.4375rem) {
  h5 {
    font-size: 1.1rem;
  }
}

.btn,
h6 {
  font-size: 1rem;
}
.center{
  text-align:center;
}
.btn {
  border: 0.0625rem solid transparent;
  border-radius: 0.625rem;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  font-weight: 600;
  line-height: 1.2;
  padding: 5px 12px;
  min-height: 40px;
  margin: 0 auto 12px;
  text-align: center;
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  user-select: none;
  vertical-align: middle;
}
@media(max-width:400px){
  .btn{
    min-height:38px;
    margin: 0 auto 8px;
  }
}
.btn--column {
  min-height: 45px;
  width: 100%;
}
.btn--phone {
 letter-spacing: 1.5px;
}
.social-item{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;
}
.social-link{
 
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.social-link img{
  max-width:100%;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media(any-hover:hover){
  .social-link:hover img{
  transform: translate(3px, -3px);
}
}
.banner {
 position: relative;
 padding-bottom: 22%;
 margin-bottom: 16px;
 margin-left:-1rem;
 margin-right:-1rem;
}
.banner img{
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height: 100%;
 object-fit: cover;
}
.hotel__wrap .btn--column {
  flex-direction: column;
}
.btn--column p {
  padding: 0;
  margin: 0;
}
@media (max-width: 1279px) {
  .hotel__wrap:last-child .btn--column {
    flex-direction: row;
  }
  .btn--column {
    min-height: auto;
    width: auto;
  }
  .btn--column p {
    display: inline;
  }
}

.btn-white-outline {
  background-color: #f08102;
  border-color: #f08102;
  color: #fff;
}

.btn-white-outline:focus,
.btn-white-outline:hover {
  background-color: #fff;
  color: #f08102;
}

.main {
  padding-top: 30px;  
}

@media (max-width: 767px) {
  .main {
    padding-top: 25px;
  }
}
@media (max-width: 500px) {
  .main {
    padding-top: 20px;
  }
}
.main--policy {
  padding-top: 0px;
  background-color: #fff;
}
.camp{
  padding-bottom: 16px;
}
.camp__title {
  color: #0c1887;
  color:darkviolet;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .camp__title {
    font-size: 2.3rem;
  }
}

@media (max-width: 767px) {
  .camp__title {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .camp__title {
    font-size: 1.7rem;
  }
}
@media (max-width: 425px) {
  .camp__title {
    font-size: 1.5rem;
  }
}
.confedicialnost {
  display: flex;
  flex-direction: column;
}
.confedicialnost a {
  font-size: 17px;
  text-decoration: none;
  color: #0c1887;
  color:darkviolet;
}
@media (any-hover: hover) {
  .confedicialnost a:hover {
    text-decoration: underline;
  }
}
.camp__text,
.hotel__price {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
}
@media(max-width:400px){
  .camp__text,
.hotel__price {
  font-size: 16px; 
}
}
.camp__text {
  margin: 0 0 16px 0;
}
.camp__text p {
  margin: 0;
}
.camp__text p {
  text-align: center;
}
.camp__text .btn {
  margin: 0rem auto 0rem;
  padding: 0.175rem 0.5rem;
}
.camp__text--bold {
  font-weight: 700;
}
.camp__text span {
  color: #0c1887;
  color:darkviolet;
  font-size: 20px;
}
.camp__text p:not(:last-child) {
  margin-bottom: 14px;
}
@media(max-width:400px){
  .camp__text p:not(:last-child) {
    margin-bottom: 12px;
  }
}
.hotel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}
.hotel__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* gap: 10px; */
  margin-bottom: 30px;
  min-width: 850px;
}
 .hotel__grid-mobile{
    display:none;
    }
@media(max-width:992px){
 .hotel__grid-mobile{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:20px;
 }
 }

 @media(max-width:535px){
  .hotel__grid-mobile{
    grid-template-columns:1fr;
   }
 }
 .hotel__grid-mobile .hotel__grid-item {
  padding: 10px 0px 10px;
}
.hotel__grid-wrapper {
  overflow-x: scroll;
}
@media(max-width:992px){
  .hotel__grid-wrapper {
    display: none;
  }
}
.hotel__grid-item.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.hotel__grid-item.info {
 padding:10px 10px 16px;
}
.hotel__grid-item.dashed {
  border-top: 1px dashed #c1c1c1;
}
.hotel__grid-item.dashed--r {
  border-right: 1px dashed #c1c1c1;
}
.hotel__grid-item {
  padding: 10px 10px 10px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1279px) {
  .hotel {
    gap: 8px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .hotel {
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .hotel {
    grid-template-columns: repeat(2, 1fr);
  }
  .hotel__grid-item.info {
    padding:10px 0px 16px;
   }
  .camp__text span {
    font-size: 19px;
  }
}
@media (max-width: 535px) {
  .hotel {
    grid-template-columns: 1fr;
  }
  .camp__text span {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .camp__text span {
    font-size: 18px;
  }
}

.hotel__wrap {
  background-color: #aa80ee0d;
  padding: 18px 10px 10px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* display: grid;
  align-items: start;
  grid-template-rows:repeat(auto-fill, 50px); */
}
@media (max-width: 767px) {
  .hotel__wrap {
    padding: 16px 16px 10px;
    margin: 0 -16px;
  }
}

.hotel__title {
  color:#9400d3;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin-bottom: 10px;
  min-height: 48px;
 
} .hotel__title sup{
   font-size: 1.3em;
   line-height: 1;
 }
@media (max-width:767px) {
  .hotel__title {
    font-size: 20px;
  }
}
.hotel__label {
  display: block;
  margin: 15px 0px 5px 0px;
  font-size: 16px;
  font-weight: 600;
  color:darkviolet;
}
.hotel__label span {
  color: #000;
  font-weight: 800;
}
.hotel__label span.red {
  color: red;
  font-weight: 800;
}
.hotel__label--color {
  margin: 0px 0px 5px 0px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
 }
.hotel__img-list {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.hotel__img-list--two,
.hotel__img-list--custom {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.hotel__img-item {
  aspect-ratio: 3.6 / 3;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .hotel__img-list--two .hotel__img-item:first-child,
   .hotel__img-list--two .hotel__img-item:nth-child(2),
  .hotel__img-list--two:not(.hotel__img-item.big)
   {
    grid-column: 1/3;   
  }
}
 .hotel__img-list--custom .hotel__img-item:first-child{
    grid-column: 1/3;   
  }
@media (max-width: 992px) {
  .hotel__img-list--custom .hotel__img-item:first-child
   
  {
    grid-column: 1/3;   
  }
}

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

.hotel__description-wrap {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.hotel__description-wrap div {
  overflow: hidden;
}
.hotel__description-wrap.show {
  grid-template-rows: 1fr;
  transition: all 0.5s ease 0s;
  margin-bottom: 12px;
}
.hotel__description {
  transition: all 0.3s ease 0s;
  padding: 0;
  list-style: none;
}
/* .hotel__description--first{
  min-height: 120px;
  border-bottom:1px solid #000;
} */
.hotel__description div {
  transition: all 0.3s ease 0s;
}
.hotel__description_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  margin: 0 auto;
  border: 2px solid #f08102;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  border-radius: 10px;
  padding: 0 6px;
  background-color: #fff;
  color: #f08102;
}
@media (any-hover: hover) {
  .hotel__description_btn:hover {
    background-color: #f08102;
    color: #fff;
  }
}
.padding--1 {
  padding-bottom: 21px;
}
.padding--2 {
  padding-bottom: 40px;
}
.padding--3 {
  padding-bottom: 56px;
}
@media (max-width: 1455px) {
  .padding--1 {
    padding-bottom: 20px;
  }
  .padding--2 {
    padding-bottom: 20px;
  }
  .padding--3 {
    padding-bottom: 38px;
  }
}
@media (max-width: 1279px) {
  .padding--1 {
    padding-bottom: 0px;
  }
  .padding--2 {
    padding-bottom: 6px;
  }
  .padding--3 {
    padding-bottom: 38px;
  }
}
@media (max-width: 992px) {
  .padding--1 {
    padding-bottom: 0px;
  }
  .padding--2 {
    padding-bottom: 16px;
  }
  .padding--3 {
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .padding--1,
  .padding--2,
  .padding--3 {
    padding-bottom: 0px;
  }
}
.hotel__info {
  font-size: 15px;
  text-align: justify; 
}
.hotel__description li {
  position: relative;
  padding-left: 12px;
  font-size: 15px;
  text-overflow: ellipsis;
  /* margin-bottom: 7px; */
}

.hotel__description li::before {
  position: absolute;
  content: "\2022";
  font-size: 21px;
  display: block;
  top: -3px;
  left: 0; 
}

.hotel__description li.vip::before {
display: none;
}
.hotel__description li.vip {
padding-left: 0;
text-align: justify;
}
.hotel__description li.vip sup {
  font-size: 1.3em;
}
@media (max-width: 767px) {
  .hotel__wrap .hotel__description:first-of-type {
    margin: 5px 0 16px;
  }
  .hotel__wrap .hotel__description:nth-child(3) > li:first-child {
    min-height: 0;
  }
}
.price__title {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 600;
  text-align:center;
  font-style: normal;
  letter-spacing: 0px;
  margin-bottom: 20px;
  margin-top: 16px;
}
@media(max-width:992px){
  .price__title {
    font-size: 36px;   
  }
}
@media(max-width:767px){
  .price__title {
    font-size: 30px;   
  }
}
.price__title span {
  color: #0c1887;
  color:darkviolet;
  font-weight: 700;
}

.price table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}
.price__table tr td {
  /* width: 33%; */
  text-align: left;
  line-height: 100%;
}
.price__table tr td:first-child {
  width: 48%;
 }
.price__table tr td:nth-child(2) {
  width: 28%;
  text-align: right;
 }
.price__table tr td:nth-child(3) {
  text-align: right;
 }
.price__table tr:first-child td {
  text-align: center;
}
.price td,
.price th {
  padding: 5px 10px;
  font-size: 17px;
  vertical-align: top;
  border: 1px solid #0c1887;
}

@media (max-width: 767px) {
  .price__table tr td:first-child {
    width: 40%;
  }
  .price__table tr td:nth-child(2) {
    width: 30%;
  }
  .price__table tr td:nth-child(3) {
    width: 30%;
  }
  .price td,
  .price th {
    font-size: 12px;
    padding: 5px 7px;
  }
}
@media (max-width: 575px) {
  .price__table tr td:first-child {
    width: 46%;
  }
  .price__table tr td:nth-child(2) {
    width: 27%;
  }
  .price__table tr td:nth-child(3) {
    width: 27%;
  }
}

.production {
  min-width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
}

.production a {
  display: block;
  width: 19.2%;
  margin-bottom: 1%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .production {
    column-gap: 2%;
  }
  .production a {
    width: 49%;
    margin-bottom: 2%;
  }
}
.production a img {
  display: block;
  width: 100%;
  object-fit: fill;
  aspect-ratio: 5/4;
}

.payment p {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  margin: 0 0 12px 0;
}
.payment p,
.payment p.camp__text {
  margin: 0 0 12px 0;
}

.payment__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .payment__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 490px) {
  .payment__list li img {
    display: block;
    width: 90px;
    margin-bottom: 6px;
  }
}
.payment__list li {
  margin-bottom: 10px;
}

.payment__list img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  max-width: 100%;
  height: auto;
}

/* ==================== style for terms and policy  ==================== */

.terms-block {
  background-color: #fff;
  font-family: "Times New Roman", Times, serif;
  padding: 50px 20px 50px 90px;
  max-width: 220mm;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .terms-block {
    padding: 40px 12px 40px 50px;
  }
}
@media (max-width: 575px) {
  .terms-block {
    margin: 0 -1rem;
  }
}
.terms-block__inner {
}
.terms-block__title {
  color: #0c1887;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.terms-block__items {
  padding-top: 32px;
}
.terms-block__item {
}
.item__terms:not(:last-child) {
  margin-bottom: 20px;
}

.item__terms__label {
  color: #0c1887;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1em;
}
.item__terms__text {
  font-size: 16px;
  line-height: 1.4;
  text-align: justify;
}
.item__terms__text a {
  color: #0c1887;
}

@media (max-width: 992px) {
  .terms-block__title {
    font-size: 26px;
  }
  .item__terms__label {
    font-size: 19px;
  }
  .terms-block__items {
    padding-top: 24px;
  }
}

@media (max-width: 480px) {
  .terms-block__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .terms-block {
    padding: 30px 8px 30px 40px;
  }
  .terms-block__items {
    padding-top: 14px;
  }
  .item__terms__label {
    font-size: 17px;
  }
  .item__terms__text {
    font-size: 14px;
    line-height: 1.4;
  }
}
