html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 19px;
  font-style: normal;
  line-height: 25px;
  color:#0d0d0d;
  background-color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

div, p, li, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

h1, h2 {
  font-family: "Montserrat Alternates", serif;
}

.container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.f-400 {
  font-weight: 400;
}

.f-500 {
  font-weight: 500;
}

.f-600 {
  font-weight: 600;
}

.f-700 {
  font-weight: 700;
}

.f-500 {
  font-weight: 500;
}

.f-700 {
  font-weight: 700;
}

.yellow {
  color: #FBC707;
}

.vinous {
  color: #730B0E;
}

.main-button {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 100%;
  max-width: 300px;
  padding-top: 17px;
  padding-bottom: 16px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  text-shadow: 0px 1px 0px #B42E00;
  background: linear-gradient(180deg, #FB8107 0%, #FB1B07 100%);
  box-shadow: 0px 2px 0px #C11808;
  border: 1px solid #FEC68D;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}

.main-button--50 {
  height: 50px;
  padding-top: 13px;
}

.main-button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #FB8107 0%, #FB1B07 100%);
  border-radius: 10px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  z-index: -2;
}

.main-button:hover::before {
  -webkit-animation-name: hvr-ripple-out-main;
  animation-name: hvr-ripple-out-main;
}

@-webkit-keyframes hvr-ripple-out-main {
  100% {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out-main {
  100% {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
    opacity: 0;
  }
}

.header {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: 1px;
}

.header__logo {
  margin-top: 10px;
  margin-right: auto;
}

.header__rating {
  position: absolute;
  left: -995px;
  right: -1000px;
  max-width: 156px;
  margin: auto;
  margin-top: 37px;
}

.rating {
  display: flex;
  align-items: flex-start;
}

.rating__wrap {
  padding-right: 10px;
  font-size: 0;
  line-height: 0;
  background-color: #fff;
  border-radius: 7px;
}

.rating__ya {
  width: 30px;
  height: 30px;
  margin-right: 9px;
}

.rating__star {
  margin-top: 8px;
  margin-right: 2px;
  vertical-align: top
}

.rating__estimation {
  display: inline-block;
  margin-top: 15px;
  margin-left: 5px;
  font-size: 16px;
  vertical-align: top;
}

.rating__quantity {
  margin-top: 3px;
  margin-left: 9px;
  font-size: 16px;
}

.header__contacts {
  display: flex;
  margin-top: 37px;
}

.header__vk-wrap {
  margin-right: 35px;
}

.header__vk-desc {
  display: inline-block;
  margin-top: 3px;
  margin-left: 2px;
  font-size: 17px;
  vertical-align: top;
}

.header__messenger-button {
  margin-left: 5px;
  opacity: 0.75;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.header__messenger-button--vk {
  margin-left: 0;
}

.header__messenger-button:hover {
  opacity: 1;
}

.header__messenger-icon {}
.header__messenger-wrap {}
.header__messenger-button--desktop {}
.header__messenger-button--first {}
.header__messenger-button--mobile {
  display: none;
}

.header__phone {
  margin-top: 2px;
  margin-left: 9px;
  font-weight: 700;
  text-decoration: none;
  color: #0d0d0d;
}


.offer {
  position: relative;
  padding-top: 1px;
  padding-bottom: 152px;
  background-image: url(../img/offer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-attachment: fixed;
}

.offer::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: url(../img/bottom-line.svg);
  z-index: 2;
}

.offer::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: calc(50% - 468px);
  width: 136px;
  height: 63px;
  background-image: url(../img/boat.svg);
  z-index: 1;
}

/*.offer::before {
  content: '';
  position: absolute;
  top: 820px;
  left: 50%;
  border-top: 140px solid transparent;
  border-right: 1500px solid white;
}

.offer::after {
  content: '';
  position: absolute;
  top: 820px;
  right: 50%;
  border-top: 140px solid transparent;
  border-left: 1500px solid white;
}*/

.offer__content {

}

.offer__title {
  position: relative;
  max-width: 742px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  line-height: 35px;
  z-index: 1;
}

.offer__title--strong {
  position: relative;
  display: block;
  margin-top: 14px;
  margin-bottom: 7px;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
  letter-spacing: 0.01em;
}

.offer__title--strong::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -4px;
  left: -0px;
  right: -0px;
  background-color: #fff;
  border-radius: 8px;
  z-index: -1;
}

.offer__title--strong::after {
  position: absolute;
  top: 3px;
  right: -115px;
  content: 'или вообще куда угодно';
  display: inline-block;
  width: 105px;
  /*font-family: 'PT Sans', sans-serif;*/
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  line-height: 20px;
  letter-spacing: 0.01em;
}

.offer__list {
  display: flex;
  justify-content: space-between;
  max-width: 1115px;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
}

.offer__item {
  max-width: 315px;
  text-align: center;
  box-sizing: border-box;
}

.offer__item--center {
  margin-top: 25px;
}

.offer__icon-wrap {
  position: relative;
  width: 98px;
  height: 98px;
  margin-bottom: -6px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0px 6px 7.9px rgba(0, 0, 0, 0.13);
}

.offer__list-icon {
  position: absolute;
  top: -1000px;
  bottom: -1000px;
  left: -1000px;
  right: -1000px;
  margin: auto;
}

.offer__list-icon--2 {
  top: -1005px;
}

.offer__list-icon--3 {
  top: -1002px;
}

.offer__list-subtitle {
  position: relative;
  display: inline-block;
  margin-top: -12px;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  color: #730B0E;
  background-color: #FBC707;
  border-radius: 8px;
}

.offer__list-paragraph {
  margin-top: 5px;
  font-size: 18px;
  color: #000;
}

.form-block {
  position: relative;
  max-width: 370px;
  padding-top: 29px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 0px #EBEBEB;
  box-sizing: border-box;
}

.form-block--offer {

}

.form-block::before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 20px;
  right: 20px;
  box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  z-index: -1;
}


.form-block__title {
  max-width: 300px;
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
}

.form-block__title--offer {
  max-width: 1000px;
  margin-bottom: 13px;
  font-family: "Montserrat Alternates", serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;

}

.form-block__form {
  position: relative;
  z-index: 1;
}

.form-block__input {
  margin-bottom: 10px;
}

.offer__form {
  position: relative;
  max-width: 450px;
  max-height: 200px;
  padding-top: 47px;
  padding-bottom: 49px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  background: none;
  z-index: 3;
}

.offer__form::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -190px;
  left: 0;
  right: 0;
  box-shadow: 0px 2px 0px #EBEBEB, 0px 9px 30px rgba(0, 0, 0, 0.12);
  background-color: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(3px);
  border-radius: 8px;
  z-index: 0;
}

.offer__form-wrap {
  position: relative;
  z-index: 2;
}

.input {
  width: 100%;
  max-width: 270px;
  height: 50px;
  padding-left: 17px;
  padding-bottom: 3px;
  font-size: 17px;
  background-color: #FFF3C9;
  border: 1px solid #C59B00;
  border-radius: 10px;
  box-sizing: border-box;
  outline: none;
  transition: 0.2s;
  transition-timing-function: ease-out;
}

.input--offer {
  width: 100%;
  max-width: 300px;
  height: 60px;
  padding-left: 19px;
  padding-bottom: 3px;
  font-size: 17px;
  background-color: #FFF3C9;
  border: 1px solid #C59B00;
  border-radius: 8px;
  box-sizing: border-box;
  outline: none;
  transition: 0.2s;
  transition-timing-function: ease-out;
}

.input:focus {
  border: 1px solid #D87E00;
}

.input::-webkit-input-placeholder {color: #730B0E; transition: 0.3s;
  transition-timing-function: ease-out;}
.input::-moz-placeholder {color: #730B0E; transition: 0.2s; transition-timing-function: ease-out;}/* Firefox 19+ */
.input:-moz-placeholder {color: #730B0E; transition: 0.2s; transition-timing-function: ease-out;}/* Firefox 18- */
.input:-ms-input-placeholder {color: #730B0E; transition: 0.2s; transition-timing-function: ease-out;}

.input:focus::-webkit-input-placeholder {color: #CAB462;}
.input:focus::-moz-placeholder          {color: #CAB462;}/* Firefox 19+ */
.input:focus:-moz-placeholder           {color: #CAB462;}/* Firefox 18- */
.input:focus:-ms-input-placeholder      {color: #CAB462;}

.form-block__button {

}

.main-button {

}

.main-button--form {
  max-width: 270px;
  /*margin-top: 10px;*/
}

.offer__main-button {
  max-width: 300px;
}

.form-block__desc {
  display: block;
  max-width: 314px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 20px;
}

.form-block__desc--offer {
  margin-top: 16px;
  font-size: 19px;
  line-height: 25px;
}

.about-tour {
  max-width: 1170px;
  margin-top: 139px;
}

.about-tour__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*margin-left: -15px;*/
}

.about-tour__item {
  position: relative;
  max-width: 330px;
  margin-bottom: 65px;
}

.abour-tour__icon-wrap {
  position: absolute;
  top: -6px;
  left: 1px;
  width: 34px;
  height: 34px;
}

.abour-tour__icon-wrap::before {
  content: '';
  position: absolute;
  top: -1000px;
  bottom: -1000px;
  left: -1000px;
  right: -1000px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  opacity: 0.35;
}

.abour-tour__icon-wrap--1::before {
  width: 60px;
  height: 48px;
  background-image: url(../img/about-tour-icon-bg-1.svg);

}

.abour-tour__icon-wrap--2::before {
  width: 60px;
  height: 60px;
  background-image: url(../img/about-tour-icon-bg-2.svg);

}

.abour-tour__icon-wrap--3::before {
  width: 70px;
  height: 42px;
  background-image: url(../img/about-tour-icon-bg-3.svg);

}

.abour-tour__icon-wrap--4::before {
  width: 44px;
  height: 60px;
  background-image: url(../img/about-tour-icon-bg-4.svg);

}

.abour-tour__icon-wrap--5::before {
  width: 46px;
  height: 60px;
  background-image: url(../img/about-tour-icon-bg-5.svg);

}

.abour-tour__icon-wrap--6::before {
  width: 60px;
  height: 60px;
  background-image: url(../img/about-tour-icon-bg-6.svg);

}

.abour-tour__icon {
  position: absolute;
  top: -1000px;
  bottom: -1000px;
  left: -1000px;
  right: -1000px;
  margin: auto;

}

.about-tour__subtitle {
  padding-left: 56px;
  font-size: 20px;
  line-height: 25px;
}

.about-tour__paragraph {
  margin-top: 15px;
  font-size: 19px;
  line-height: 25px;
}


.country {
  display: flex;
  position: relative;
  margin-top: 49px;
  padding-top: 38px;
  padding-bottom: 74px;
  background-image: url(../img/country-bg.jpg);
  background-attachment: fixed;
  overflow: hidden;
  /*outline: 1px solid red;*/
}

.country::before {
  content: '';
  position: absolute;
  top: -1009px;
  bottom: -1000px;
  left: -1000px;
  right: -1000px;
  width: 2650px;
  height: 2588px;
  margin: auto;
  background-image: url(../img/country-mask.svg);
  z-index: 0;
}

.country__container {
  position: relative;
  max-width: 1290px;
  z-index: 1;
}

.country__title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
  font-size: 61px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 75px;
  letter-spacing: 0.01em;
}

.country__temperature {
  position: relative;
  display: block;
  margin-bottom: 8px;
  font-size: 21px;
}

.country__temperature--value {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 16px;
  padding-left: 20px;
  padding-right: 8px;
  font-size: 17px;
  color: #f05300;
}

.country__temperature--value::before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: -5px;
  right: -5px;
  background-color: #fff;
  border-radius: 100px;
  z-index: -1;
}

.country__temperature--water {
  margin-left: 11px;
  padding-left: 19px;
}

.country__temperature--value::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.country__temperature--air::after {
  top: -3px;
  left: -14px;
  background-image: url(../img/sun-icon.svg);
}

.country__temperature--water::after {
  background-image: url(../img/water-icon.svg);
  top: -3px;
  left: -12px;
}

.country__estimation-wrap {
  margin-top: 55px;
}

.country__estimation {
  display: block;
  margin-bottom: 10px;
  font-size: 21px;
}

.country__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 34px;
}

.country__item {
  position: relative;
  width: 33.3333333%;
  max-width: 390px;
  margin-bottom: 40px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.53);
  border-radius: 8px;
  z-index: 1;
}

.country__item--1 {
  background-image: url(../img/entertainments-image-1.jpg);  
}

.country__item--2 {
  background-image: url(../img/entertainments-image-2.jpg);  
}

.country__item--3 {
  background-image: url(../img/entertainments-image-3.jpg);  
}

.country__item--4 {
  background-image: url(../img/entertainments-image-4.jpg);  
}

.country__item--5 {
  background-image: url(../img/entertainments-image-5.jpg);  
}

.country__item--about {
  padding: 0;
  padding-top: 20px;
  font-weight: 700;
  font-weight: 400;
  color: #fff;
  background: none;
  box-shadow: none;
}

.country__subtitle {
  max-width: 280px;
  margin-top: 19px;
  margin-left: 18px;
  font-size: 22px;
  text-shadow: none;
  line-height: 27px;
}

.country__subtitle--1 {
}

.country__subtitle--2 {
  color: #072E41;
}

.country__subtitle--3 {
  max-width: 180px;
  color: #3C1E07;
}

.country__subtitle--4 {
  /*max-width: 150px;*/
  color: #002B2A;
}

.country__subtitle--5 {
  max-width: 150px;
  color: #211100;
}

.country__paragraph {
  position: relative;
  margin-top: 57px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 17px;
  padding-right: 24px;
  font-size: 18px;
  line-height: 23px;
  background-color: #fff;
  border-radius: 8px;
}

.country__paragraph::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 10px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.33);
  z-index: -1;
}

.country__link {
  position: absolute;
  bottom: -14px;
  right: 198px;
  font-size: 19px;
  color: #fff;
  text-decoration: none;
}

.country__link::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 1px;
  background-image: url(../img/link-line-white.svg);
  transition: 0.3s;
  transition-timing-function: ease-out;
  opacity: 1;
}

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

.right-way {
  max-width: 890px;
  margin-top: 101px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.right-way__title {
  position: relative;
  left: 13px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Montserrat Alternates", serif;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 50px;
  letter-spacing: 0.01em;
}

.right-way__title--mini {
  display: inline-block;
  display: block;
  margin-top: 1px;
  font-size: 30px;
  font-weight: 400;
  text-transform: none;
  line-height: 35px;
  letter-spacing: 0.01em;
}

.right-way__title::before {
  content: 'как выбрать';
  position: absolute;
  top: -52px;
  left: -57px;
  font-size: 120px;
  font-weight: 700;
  color: #F0F0F0;
  line-height: 100px;
  letter-spacing: 0.01em;
  text-align: left;
  z-index: -1;
}

.right-way__method {

}

.right-way__method--1 {
  margin-top: 85px;
}

.method {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 320px;
  text-align: left;
  box-sizing: border-box;
}

.method__content {

}

.method__title {
  font-size: 22px;
}

.method__list {
  counter-reset: myCounter-1;
  margin-top: 16px;
}

.method__item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 41px;
}

.method__item::before {
  counter-increment: myCounter-1;
  content: Counter(myCounter-1);
  position: absolute;
  top: -2px;
  left: 1px;
  width: 30px;
  height: 30px;
  font-family: "Montserrat Alternates", serif;
  font-size: 17px;
  font-weight: 700;
  color: #730B0E;
  text-align: center;
  border: 3px solid #FBC707;
  border-radius: 5px;
  box-sizing: border-box;
}

.method__image {
  position: absolute;
  top: -59px;
  left: -25px;
  z-index: -2;

}

.method__image--mobile {
  display: none;
}

.right-way__method--2 {
  margin-top: 84px;
  padding-left: 100px;
}

.method__content--2 {
  max-width: 520px;
}

.method__item--2::before {
  background-color: #FBC707;
  /*border: none;*/
}

.method__image--2 {
  top: -43px;
  left: 628px;
}

.diagnostics {
  position: relative;
  margin-top: 105px;
  padding-top: 62px;
  padding-bottom: 70px;
  background-image: url(../img/diagnostics-bg-1.jpg);
  background-attachment: fixed;
  background-position: center bottom;
}

.diagnostics::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 20px;
  background-image: url(../img/top-line.svg);
  z-index: 2;
}

.diagnostics::after {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 20px;
  background-image: url(../img/bottom-line.svg);
  z-index: 2;
}

.diagnostics__container {
  position: relative;
  z-index: 1;

}

.diagnostics__title {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;

}

.block-title {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.block-title--light-top {
  display: block;
  margin-bottom: -4px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.diagnostics__title-desc {
  display: block;
  max-width: 550px;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 27px;
  text-align: center;

}

.diagnostics__main-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  justify-content: space-between;
  max-width: 909px;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
}

.diagnostics__form {
  /*margin-top: 20px;*/
  margin-right: 29px;
}

.diagnostics__content-wrap {
  max-width: 494px;
  margin-top: 16px;
}

.diagnostics__question-list {
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}

.diagnostics__question-item {
  position: relative;
  max-width: 417px;
  margin-bottom: 10px;
  padding-left: 38px;
}

.diagnostics__question-item::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: -2px;
  left: 0;
  background-image: url(../img/question-icon.png);
  background-repeat: no-repeat;
}

.diagnostics__paragraph {
  max-width: 460px;
  margin-bottom: 10px;
}

.diagnostics__paragraph--strong {
  font-size: 20px;
  font-weight: 700;
}

.diagnostics__bonus-list {
  margin-top: 25px;
  margin-left: 2px;
}

.diagnostics__bonus-item {
  position: relative;
  margin-bottom: 9px;
}

.diagnostics__bonus-item--strong {
  font-weight: 700;
  color: #730B0E;
}

.diagnostics__bonus-item--icon {
  display: inline-block;
  margin-right: 4px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 17px;
  color: #730B0E;
  background-color: #FBC707;
  border-radius: 4px;
  box-sizing: border-box;
}

/*.diagnostics__bonus-item::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 3px;
  width: 20px;
  height: 27px;
  background-image: url(../img/pdf-icon.svg);
  background-repeat: no-repeat;
}*/

.hotel {
  position: relative;
  padding-top: 75px;
  padding-bottom: 37px;
  text-align: center;
  background-image: url(../img/bad-hotel-bg.jpg);
  background-attachment: fixed;
}

.hotel__title {

}

.hotel__title--mini {
  display: block;
  margin-bottom: -4px;
  font-size: 30px;
  font-weight: 400;
  text-transform: none;
  line-height: 40px;
  letter-spacing: 0;
}

.hotel__title-desc {
  display: block;
  max-width: 510px;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 27px;
}

.hotel__bad-hotel {
}

.bad-hotel {
  position: relative;
  display: flex;
  max-width: 1010px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 41px;
  padding-bottom: 44px;
  padding-left: 51px;
  padding-right: 40px;
  text-align: left;
  background-image: url(../img/main-pattern.png);
  box-sizing: border-box;
}

.bad-hotel::before {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border: 3px solid #DDDDDD;
}

.bad-hotel::after {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 20px;
  right: 20px;
  box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  z-index: -1;
}

.bad-hotel__content {
  position: relative;
  margin-right: 60px;
  z-index: 1;
}

.bad-hotel__title {
  font-size: 20px;
  font-weight: 700;
}

.red {
  color: #f00;
}

.bad-hotel__list {
  margin-top: 10px;
  font-size: 18px;
}

.bad-hotel__item {
  position: relative;
  max-width: 465px;
  margin-bottom: 5px;
  padding-left: 30px;
}

.bad-hotel__item::before {
  content: '';
  position: absolute;
  top: 1px;
  left: -1px;
  width: 24px;
  height: 24px;
  background-image: url(../img/bad-icon.svg);
}

.bad-hotel__paragraph {
  max-width: 470px;
  margin-top: 30px;
  font-size: 20px;
}

.bad-hotel__slider {
  max-width: 320px;
  margin-top: -1px;
  margin-left: auto;
  margin-right: 40px;
}

.bad-hotel__slide {
}

.bad-hotel__image {

}

.slider__button {
  position: absolute;
  top: 150px;
  display: inline-block;
  width: 26px;
  height: 40px;
  background: none;
  background-repeat: no-repeat;
  border: none;
  opacity: 0.6;
  cursor: pointer;
  outline: none;
  transition: 0.2s;
  transition-timing-function: ease-out;
}

.slider__button:hover {
  opacity: 1;
}

.slider__button--prev {
  left: -40px;
  background-image: url(../img/prev-arrow.svg);
}

.slider__button--next {
  right: -40px;
  background-image: url(../img/next-arrow.svg);
}

.hotel__improper-hotel {
  margin-top: 41px;
}

.improper-hotel {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.improper-hotel__image {
  margin-right: 32px;
}

.improper-hotel__title {
  display: block;
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.improper-hotel__paragraph {
  max-width: 540px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 25px;
}

.hotel__cta-wrap {
  position: relative;
  top: 30px;
  margin-top: 27px;
  margin-bottom: -30px;
  padding-top: 62px;
  padding-bottom: 77px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  z-index: 3;
}


.hotel__cta-wrap::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  background-image: url(../img/top-line.svg);
  z-index: -1;
}

.hotel__cta-wrap::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  background-image: url(../img/bottom-line.svg);
  z-index: -1;
}

.hotel-cta {
  display: block;
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 27px;
}


.age {
  position: relative;
  margin-top: 138px;
  padding-top: 70px;
  padding-bottom: 80px;
  background-image: url(../img/diagnostics-bg-2.jpg);
  background-attachment: fixed;
  background-position: center 0;
}

.age::before {
  content: '';
  position: absolute;
  top: 0;
  top: -10px;
  width: 100%;
  height: 20px;
  background-image: url(../img/top-line.svg);
  z-index: 2;
}

.age::after {
  content: '';
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: url(../img/bottom-line.svg);
  z-index: 2;
}

.age__container {
  display: flex;
  align-items: flex-start;
  position: relative;
  left: -15px;
  max-width: 920px;
  z-index: 1;
}

.age__content {

}

.age__title {
  position: relative;
  max-width: 370px;
  margin-top: 27px;
  margin-bottom: 26px;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  z-index: 1;
}

.age__title--strong {
  position: relative;
  display: inline-block;
  margin-bottom: 3px;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}

.age__title--strong::before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 1px;
  left: -13px;
  right: -11px;
  background-color: #FBC707;
  border-radius: 8px;
  z-index: -1;
}

.age__paragraph {
  max-width: 465px;
  margin-bottom: 10px;
}

.age__paragraph:last-of-type {
  margin-bottom: 0;
}

.age__form {
  flex-shrink: 0;
  margin-left: auto;
}


.support {
  display: flex;
  margin-top: 171px;
}

.support__manager {

}

.manager {
  display: flex;
}

.manager__content {
  margin-top: 149px;
  margin-left: 20px;
}

.manager__name {
  font-size: 22px;
  font-weight: 700;
}

.manager__list {
  margin-top: 10px;
}

.manager__item {
  position: relative;
  max-width: 300px;
  margin-bottom: 10px;
  padding-left: 35px;
  box-sizing: border-box;
}

.manager__item::before {
  content: '';
  position: absolute;
  width: 26px;
  left: 0;
  height: 26px;
  background-image: url(../img/support-bullet.svg);
  background-repeat: no-repeat;
}

.manager__photo-wrap {
  position: relative;
  margin-top: -55px;
  margin-left: 1px;
  width: 290px;
  height: 550px;
  /*outline: 1px solid red;*/

}

.manager__photo {
  position: absolute;
  top: 0;
  top: -11px;
  left: -1000px;
  right: -1000px;
  margin: auto;
}

.manager__photo--1 {
  left: -1034px;
}

.manager__bg {
  position: absolute;
  top: 67px;
  left: -192px;
  z-index: -1;
}


.support__content {
  max-width: 592px;
  margin-left: auto;
}

.support__title {
  margin-bottom: 22px;
}

.block-title {

}

.block-title--light-bottom {
  display: block;
  margin-top: 1px;
  font-size: 30px;
  font-weight: 400;
  text-transform: none;
  line-height: 35px;
  letter-spacing: 0.01em;
}

.support__paragraph {
  max-width: 570px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 27px;
}

.main-tasks {
  position: relative;
  max-width: 950px;
  max-width: 1010px;
  margin-top: 64px;
  text-align: center;
  /*outline: 1px solid green;*/
}

.main-task__bg {
  position: absolute;
  top: -197px;
  right: -559px;
  z-index: -4;
}

.main-tasks__title {

}

.block-title--light-main-tasks {
  margin-bottom: 1px;
}

.main-tasks__wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 33px;
  margin-left: 30px;
  text-align: left;
  z-index: 1;
}

.main-tasks__task {
  /*width: 50%;*/
  /*outline: 1px solid red;*/
}

.task {
  padding-top: 44px;
}

.task--1 {
  flex-shrink: 0;
  position: relative;
  max-width: 455px;
  margin-right: 54px;
  padding-bottom: 54px;
  padding-right: 50px;
  box-sizing: border-box;
}

.task--1::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 1000px;
  background-image: url(../img/main-tasks-bg.jpg);
  background-position: right center;
  border-radius: 0 10px 10px 0;
  z-index: -2;
}

.main-tasks__number {
  display: inline-block;
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 15px;
  font-size: 17px;
  font-weight: 700;
  color: #730B0E;
  border-radius: 4px;
  background-color: #FBC707;
}

.task__title {
  margin-bottom: 17px;
  font-family: "Montserrat Alternates", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.01em;
}

.task__paragraph {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 27px;
}

.task__paragraph--t2 {
  max-width: 365px;
}

.task__button {
  max-width: 320px;
  margin-top: 20px;
}

.task--2 {
  max-width: 480px;
}

.task__covid {
  margin-top: 30px;
}

.covid {
  position: relative;
  padding-top: 19px;
  padding-bottom: 22px;
  padding-left: 30px;
  font-size: 17px;
  line-height: 22px;
}

.covid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: -28px;
  bottom: 0;
  background-image: url(../img/main-pattern.png);
  border-radius: 8px;
  z-index: -1;
}

.covid__paragraph {
  margin-bottom: 10px;
}

.covid__paragraph:last-of-type {
  margin-bottom: 0;
}

.covid__image {
  position: absolute;
  bottom: 14px;
  right: -65px;
}

.at-cost {
  position: relative;
  display: flex;
  margin-top: 110px;
}

.at-cost__title {
  flex-shrink: 0;
  width: 50%;
  margin-right: 51px;
  font-size: 60px;
  font-weight: 400;
  text-align: right;
  text-transform: none;
  letter-spacing: -0.03em;
}

.block-title--light-at-cost {
  max-width: 325px;
  margin-bottom: 0px;
  margin-left: auto;
}

.at-cost__wrap {
  margin-top: 9px;
}

.at-cost__paragraph {
  max-width: 500px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 27px;
}

.at-cost__image {
  position: absolute;
  top: -41px;
  left: -123px;
  z-index: -1;
}

.diagnostics--2 {
  margin-top: 0px;
  padding-top: 89px;
  padding-bottom: 80px;
  background-image: url(../img/diagnostics-bg-3.jpg);
  background-attachment: scroll;
}

.diagnostics--2::before,
.diagnostics--2::after {
  display: none;
}

.testimonials {
  padding-top: 106px;
  padding-bottom: 105px;
  text-align: center;
  background-image: url(../img/testimonials-bg.jpg);
  background-position: -300px 250px;
  background-position: center 250px;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.testimonials__container {
  position: relative;
  z-index: 1;

}

.testimonials__title {

}

.testimonials__title--light-top {

}

.testimonials__rating {
  position: relative;
  max-width: 156px;
  height: 32px;
  margin-top: 44px;
  margin-bottom: 47px;
  margin-left: auto;
  margin-right: auto;
  /*border: 1px solid #000;*/
  box-sizing: border-box;
  z-index: 1;
}

.testimonials__rating::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 3px;
  right: 0px;
  border: 1px solid #FF4433;
  border-radius: 15px 7px 7px 15px;
  /*outline: 10px solid red;*/
  /*z-index: -1;*/
}

.testimonials__rating::after {
  content: 'Отзывы';
  position: absolute;
  top: -35px;
  left: -1000px;
  right: -1000px;
  font-family: "Montserrat Alternates", serif;
  font-size: 130px;
  font-weight: 700;
  color: #EDF3F9;
  text-transform: uppercase;
  line-height: 100px;
  letter-spacing: 0.01em;
  z-index: -1;
}

.rating {

}
bk
.rating__wrap {

}

.rating__wrap--testimonials {
  padding-right: 6px;
}

.rating__ya {

}

.rating__star {

}

.rating__estimation {

}

.testimonials__title-desc {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 530px;
  font-size: 22px;
  line-height: 27px;
}

.testimonials__wrap {
  margin-top: 17px;
}

.testimonials__testimonial {
  margin-bottom: 14px;
  transition: 0s;
  transition-timing-function: ease-out;
}

.testimonials__testimonial--mobile {
  display: none;
}

.testimonials__testimonial-image-wrap {
  display: none;

}

.testimonials__button-wrap {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials__more-button {

}

.outline-button {
  width: 100%;
  max-width: 320px;
  height: 50px;
  /*margin-left: 500px;*/
  /*margin-right: 500px;*/
  font-size: 16px;
  font-weight: 700;
  color: #730B0E;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  background: none;
  border: 2px solid #D4A9AA;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.outline-button:hover {
  color: #fff;
  background-color: #730B0E;
  border: 2px solid #730B0E;
}

.testimonials__button {
  width: 100%;
  max-width: 320px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  z-index: 10;
}

.contacts {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contacts__container {
  /*position: relative;*/
  /*z-index: 1;*/
  max-width: 1290px;
}


.contacts__main-wrap {
  position: relative;
  max-width: 490px;
  background-color: #fff;
  background-image: url(../img/main-pattern.png);
  box-sizing: border-box;
  z-index: 1;
}

.contacts__list::before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 20px;
  right: 20px;
  box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  z-index: -1;
}

.contacts__title-wrap {
  display: flex;
  padding-top: 22px;
  padding-bottom: 18px;
  padding-left: 39px;
  padding-right: 47px;
  background-color: #fff;
}

.contacts__title {
  margin-top: 5px;
  margin-right: auto;
  font-size: 30px;
}

.contacts__metro-list {
  min-width: 162px;
}

.contacts__metro-item {
  position: relative;
  margin-bottom: 5px;
}

.contacts__metro-item::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -31px;
  width: 26px;
  height: 26px;
  background-image: url(../img/metro-icon.svg);
}

.contacts__link {
  position: relative;
  color: #0686FA;
  text-decoration: none;
}

.contacts__link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background-image: url(../img/underline.svg);
}

.contacts__link--active {
  font-weight: 700;
  color: #0d0d0d;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

.contacts__link--active::before {
  display: none;
}

.contacts__list {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  background-image: url(../img/main-pattern.png);
}

.contacts__item {
  display: none;
}

.contacts__item.active {
  display: block;
}

.contacts__phone {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 11px;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}

.contacts__phone--first {
  padding-left: 52px;

}

.contacts__phone--first::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../img/contacts-phone-icon.svg);
  background-repeat: none;
}

.contacts__adress {
  position: relative;
  display: block;
  max-width: 380px;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 9px;
  padding-left: 31px;
  padding-right: 11px;
  font-size: 18px;
  line-height: 27px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}

.contacts__adress::before {
  content: '';
  position: absolute;
  top: -1000px;
  bottom: -1000px;
  left: -20px;
  width: 40px;
  height: 40px;
  margin: auto;
  background-image: url(../img/contacts-geo-icon.svg);
  background-repeat: no-repeat;
}

.contacts__buttons-wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 22px;
}

.contacts__social-wrap {
  display: flex;

}

.contacts__messenger-button {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  opacity: 0.8;
  transition: 0.2s;
  transition-timing-function: ease-out;
}

.contacts__messenger-button:hover{
  opacity: 1;
}

.contacts__messenger-icon {
  width: 100%;

}

.contacts__messenger-button--mobile {
  display: none;
}

.contacts__messenger-icon {

}

.contacts__social-desc {
  margin-top: 7px;
  font-size: 17px;
}

.contacts__vk-wrap {
  display: flex;
  margin-left: 49px;
}

.contacts__messenger-button--vk {

}

.contacts__vk-desc {
  margin-top: 7px;
  font-size: 17px;
}

.contacts__map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;

  display: none;
}

.contacts__map--coral {

}

.active {
  display: block;
}


.contacts__button {
  display: block;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  text-align: center;
  box-sizing: border-box;
}

.footer {
  margin-top: 80px;
  padding-top: 21px;
  padding-bottom: 22px;
  background-image: url(../img/main-pattern.png);
}

.footer__container {
  display: flex;
  justify-content: space-between;
  max-width: 1290px;

}

.footer__copyright {

}

.footer__creator {

}

.footer__link {

}

.link {

}

/*POP-UP*/

.pop-up {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(13, 13, 13, 0.8);
  z-index: 10;
}

.pop-up__wrap {
  position: relative;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 42px;
  padding-bottom: 55px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 16.6px 3.4px rgba(0, 48, 95, 0.12);
          box-shadow: 0px 10px 16.6px 3.4px rgba(0, 48, 95, 0.12);
}

.pop-up__wrap::before,
.pop-up__wrap::after {
  content: '';
  position: absolute;
  top: -50px;
  bottom: -50px;
  left: -50px;
  right: -50px;
  border: 1px solid #d92429;
  z-index: -1;
  opacity: 0.5;
}

.pop-up__wrap::after {
  top: -100px;
  bottom: -100px;
  left: -100px;
  right: -100px;
  opacity: 0.2;
}

.pop-up__form {
  position: relative;
  z-index: 1;
}

.pop-up__title {
  max-width: 300px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.pop-up__input {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
  /*padding-left: 25px;*/
  /*border-radius: 8px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pop-up__button {
  position: relative;
  max-width: 300px;
  border-radius: 8px;
}

.pop-up__button::before {
  border-radius: 8px;
}

.pop-up__close {
  position: absolute;
  top: -33px;
  right: -1px;
  padding: 0;
  font-size: 16px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.pop-up__close::before {
  content: '';
  position: absolute;
  top: 1px;
  left: -21px;
  width: 14px;
  height: 14px;
  background-image: url(../img/pop-up-close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.pop-up__close:hover::before {
  opacity: 1;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}



/*Технические классы*/

.visible {
  display: -moz-flex;  
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.no-scroll {
  overflow: hidden;
  padding-right: 16px;
}



/*Страница спасибо*/

.body--thanks {
  background-image: url(../img/testimonials-bg.jpg);
  background-position: center bottom;
}

.total {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.container {

}

.total__logo {
  margin-top: 10px;

}

.total__content {
  width: 100%;
}

.thanks__title--total {
  margin-top: -40px;
  font-family: "Montserrat Alternates", serif;
  font-size: 50px;
  font-weight: 700;
  color: #FBC707;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 50px;  
}

.total__title-desc {
  max-width: 400px;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.main-button--total {
  display: block;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-decoration: none;
}
































































.bottom {
  width: 100%;
  height: 300px;
  margin-top: 1200px;
}