body {
  font-family: "PTRootUI-Regular", sans-serif;
  font-size: 20px;
  line-height: normal;
  color: #000000;
  overscroll-behavior-y: none;
  overscroll-behavior-x: none;
}

.js-scroll-blocked {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

a,
a:visited,
a:active,
a:focus {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

::before,
::after {
  display: block;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

input,
input:hover,
input:focus,
button,
button:hover {
  outline: none;
  border-radius: 0;
  border: none;
}

button,
.button {
  cursor: pointer;
  transition: all 0.3s;
}

button:hover,
.button:hover {
  transform: scale(1.1);
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}


.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;  
    background: #fff;
    transition: all 0.5s;
    opacity: 0.8;
    background:#ddd;
}
.preloader img{
    z-index: 10000;
    opacity: 1;
}
.preloader-remove {
    opacity: 0;
    z-index: -10;
}

.content {
  position: relative;
  overflow-x: hidden;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 53px;
  z-index: 1;
}

a.logo {
  margin-right: auto;
  font-family: "PTRootUI-Medium", sans-serif;
  font-size: 18px;
  line-height: 1.52;
  letter-spacing: -3%;
  color: #fff;
}

.header__city {
  margin-right: 50px;
  position: relative;
}

.header__city::before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-60%);
  background: url(/static/img/icon_location.svg) no-repeat center;
  background-size: contain;
}

.header__change-city-cont,
.header__city {
  font-family: "PTRootUI-Light", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.header__change-city-cont {
}

.header__change-city {
  text-decoration: underline;
}

.js_change-city {
}

.content-wrapper_header {
  display: flex;
  justify-content: space-between;
}

.intro {
  background: url(/static/img/bg_intro.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.intro__text-bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 49.3vw;
  height: 607px;
}

.content-wrapper {
  max-width: 1688px;
  margin: 0 auto;
}

.content-wrapper_intro {
  min-height: 100vh;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro__text {
  position: relative;
  color: #fff;
  max-width: 569px;
  margin-bottom: 80px;
}

.intro__title-available,
.intro__title {
  font-size: 57px;
  line-height: 1.06;
}

.intro__title {
  font-family: "PTRootUI-Bold", sans-serif;
  margin-bottom: 23px;
}

.intro__title-light {
  font-family: "PTRootUI-Light", sans-serif;
}

.intro__title-available {
  font-family: "PTRootUI-Light", sans-serif;
  margin-bottom: 41px;
}

.intro__leave-request {
  font-size: 20px;
  margin-bottom: 60px;
  line-height: 1.35;
}

.button {
  font-size: 20px;
  font-family: "PTRootUI-Bold", sans-serif;
  padding: 15px 29px;
  cursor: pointer;
}

.benefits {
  display: flex;
}

.benefits__item {
  flex: 1 1 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 251px;
  color: #fff;
}

.benefits__icon {
  margin-right: 36px;
}

.benefits__text {
  letter-spacing: -0.03em;
  line-height: 1.52;
}

.benefits__title {
  font-size: 32px;
  font-family: "PTRootUI-Medium", sans-serif;
}

.benefits__subtitle {
  font-size: 20px;
  font-family: "PTRootUI-Light", sans-serif;
}

.photos {
}

.photos__line {
  display: flex;
}

.photos__line_first {
  height: 478px;
}

.photos__item {
  height: 100%;
  background-size: cover;
  flex: 1 1 33%;
  background-position: center;
}

.photos__item_1 {
  background-image: url(/static/img/photos_1.png);
  flex: 0 0 51.3%;
  margin-right: -1px;
}

.photos__item_2 {
  background-image: url(/static/img/photos_2.png);
  flex: 1 0 auto;
}

.photos__line_second {
  height: 426px;
  margin-top: -1px;
}

.photos__item_3 {
  background-image: url(/static/img/photos_3.png);
}

.photos__item_4 {
  background-image: url(/static/img/photos_4.png);
  margin: 0px -2px;
}

.photos__item_5 {
  background-image: url(/static/img/photos_5.png);
  flex: 1 0 46%;
}

.special-offers,
.about,
.traveller,
.faq {
  padding-top: 150px;
}

.title-cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 57px;
}

.title-cont__has-no-mb {
  margin-bottom: 0;
}

.section-title {
  font-family: "PTRootUI-Bold", sans-serif;
  font-size: 57px;
  line-height: 1.06;
}

.button_gray {
  background: #fafafa;
}

.special-offers__subtitle {
  font-size: 20px;
  font-family: "PTRootUI-Light", sans-serif;
  line-height: 1.06;
  color: #878686;
  margin-top: 20px;
  margin-bottom: 30px;
}

.special-offers__items-cont {
  display: flex;
  justify-content: space-between;
}

.special-offers__item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 35px;
  margin: 0 15px;
}

.special-offers__item:first-child {
  margin-left: 0;
}

.special-offers__item:last-child {
  margin-right: 0;
}

.special-offers__item-title {
  font-size: 31px;
  font-family: "PTRootUI-Medium", sans-serif;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.special-offers__available-indicator {
  font-size: 14px;
  font-family: "PTRootUI-Medium", sans-serif;
  color: #1cba48;
  background-color: #ebffe8;
  border: 1px solid #1cba48;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 0px;
  width: 106px;
  margin-bottom: 30px;
}

.special-offers__image {
  max-width: 100%;
  height: 218px;
  margin-bottom: 30px;
  object-fit: cover;
}

.special-offers__price {
  color: #878686;
  font-size: 20px;
  line-height: 1.06;
  font-family: "PTRootUI-Light", sans-serif;
  margin-bottom: 40px;
}

.special-offers__price span {
  font-family: "PTRootUI-Regular", sans-serif;
}

.special-offers__get-request {
  width: fit-content;
}

.button_blue {
  color: #fff;
}

.faq__container {
  display: flex;
}

.faq__questions-cont {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
}

.faq__item {
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(245, 245, 245);
  cursor: pointer;
}

.faq__item_active {
  cursor: default;
}

.faq__item-title-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq__item-title {
  font-size: 18px;
  color: #1c1b26;
  letter-spacing: -0.03em;
  line-height: 1.5;
  transition: all 0.3s;
}

.faq__item_active .faq__item-title {
  color: #16449d;
}

.faq__item_active .faq__item-title-cont {
  margin-bottom: 31px;
}

.faq__arrow {
  width: 12px;
  height: 6px;
  background: url(/static/img/arrow.svg) no-repeat center;
  background-size: contain;
  transition: all 0.3s;
}

.faq__item_active .faq__arrow {
  transform: rotate(180deg);
}

.faq__answer {
  display: none;
}

.faq__item_active .faq__answer {
  display: block;
}

.faq__answer-text {
}

.form {
  display: flex;
}

.form_faq {
  flex-direction: column;
  width: 855px;
  margin-left: 120px;
  flex: 1 0 855px;
}

.form__info-wrapper {
  padding: 50px;
  display: flex;
  flex-direction: column;
}

.form__title {
  color: #fff;
  font-family: "PTRootUI-Medium", sans-serif;
  font-size: 36px;
  margin-bottom: 51px;
}

.form_faq .form__title {
  max-width: 286px;
}

.form_faq .form__inputs-cont {
  justify-content: space-between;
}

.form__inputs-cont {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}

.form__input {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 362px;
  padding: 18px 15px;
}

.form__input::placeholder {
  color: #fff;
}

.form__submit {
  width: fit-content;
}

.form_faq .form__img-wrapper {
  height: 284px;
}

.form__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-cont__baseline {
  justify-content: baseline;
}

.traveller__items-cont {
  display: flex;
  margin-top: 13px;
}

.traveller__item {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
}

.traveller__item:first-child {
  margin-left: 0;
}

.traveller__item:last-child {
  margin-right: 0;
}

.traveller__img {
  margin-bottom: 50px;
  /*max-width: 100%;*/
  height: 300px;
}

.traveller__title {
  font-size: 30px;
  font-family: "PTRootUI-Medium", sans-serif;
  margin-bottom: 30px;
}

.traveller__desc {
  margin-bottom: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 100;
}

.traveller__request-btn {
  width: fit-content;
}

.about {
  margin-bottom: 150px;
}

.about__pharagraph {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 100;
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}

.about__pharagraph:last-child{
  text-align:right;
}

.footer-form {
  margin-bottom: 150px;
}

.form_footer-form .form__title {
  max-width: 497px;
  line-height: 1.26;
}

.form_footer-form .form__inputs-cont {
  flex-direction: column;
}

.form_footer-form .form__input:first-child {
  margin-bottom: 20px;
}

.form_footer-form .form__info-wrapper {
  flex: 1 1 auto;
}

.form_footer-form .form__img-wrapper {
  flex: 1 0 988px;
  height: 482px;
}

.footer {
  background-color: #4d4d4d;
  padding-top: 30px;
  padding-bottom: 40px;
  height: 189px;
}

.content-wrapper_footer {
  height: 100%;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.footer__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.logo {
}

.logo_footer {
}

.footer__links-cont {
}

a.footer__link {
  font-size: 16px;
  font-family: "PTRootUI-Light", sans-serif;
  line-height: 1.34;
  color: #fff;
  margin-right: 40px;
  text-decoration: underline;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: end;
}

a.footer__phone {
  color: #fff;
  font-size: 16px;
  font-family: "PTRootUI-Bold", sans-serif;
  margin-bottom: 20px;
}

.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
}

.popup_active {
  display: flex;
}

.change-city-popup,
.form-answer-popup,
.request-popup {
  background-color: rgba(0, 0, 0, 0.52);
}

.request-popup__window {
}

.form-answer-popup__window {
  padding: 38px;
  background: #fff;
  max-width: 31%;
  width: 100%;
  max-height: 80%;
  min-width: 193px;
  font-size: 1.3em;
  position: relative;
}

.change-city-popup__window {
  display: flex;
  flex-direction: column;
  padding: 38px;
  background: #fff;
  position: relative;
  max-width: 21%;
  width: 100%;
  max-height: 80%;
  min-width: 193px;
}

.change-city-popup__item {
  border-bottom: 1px solid rgba(245, 245, 245);
  font-size: 14px;
  padding: 5px 0;
  cursor: pointer;
  transition: all 0.3s;
}

.change-city-popup__item:hover {
  padding-left: 5px;
}

.change-city-popup__items-cont {
  list-style: none;
  overflow: auto;
}

.request-popup__form {
  width: 668px;
  max-width: 90vw;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  padding: 38px;
  background: #fff;
  position: relative;
}

.request-popup__title {
  font-size: 30px;
  color: #16449d;
  line-height: 1.05;
  margin-bottom: 27px;
  font-family: "PTRootUI-Medium", sans-serif;
}

.request-popup__input {
  padding: 21px 26px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.request-popup__input,
.request-popup__input:hover,
.request-popup__input:focus {
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.request-popup__input:nth-child(2) {
  margin-bottom: 20px;
}

.request-popup__input:nth-child(3) {
  margin-bottom: 40px;
}

.request-popup__input::placeholder {
  color: rgba(0, 0, 0, 0.24);
}

.request-popup__submit {
  width: fit-content;
}

.popup__close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(/static/img/icon_close.svg) no-repeat center;
  background-size: contain;
}

.change-city-popup__items-cont::-webkit-scrollbar,
.change-city-popup__items-cont::-webkit-scrollbar-button,
.change-city-popup__items-cont::-webkit-scrollbar-track,
.change-city-popup__items-cont::-webkit-scrollbar-track-piece,
.change-city-popup__items-cont::-webkit-scrollbar-thumb,
.change-city-popup__items-cont::-webkit-scrollbar-corner,
.change-city-popup__items-cont::-webkit-resizer {
  width: 0;
  height: 0;
  background: transparent;
}

.arrows-cont {
  display: none;
  margin-top: 40px;
  justify-content: space-between;
}

.arrows-cont_special-offers {
}

.arrows-cont__arrow {
  width: 50px;
  height: 50px;
  background: url(/static/img/icon_btn-arrow.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.arrows-cont__arrow_left {
  transform: rotate(180deg);
}

.arrows-cont__arrow_left:hover {
  transform: scale(1.2) rotate(180deg);
}

.arrows-cont__arrow_right {
}

@media (max-width: 1770px) {
  .content-wrapper {
    max-width: 1050px;
  }

  .intro__text-bg {
    height: 529px;
    width: 56.3vw;
  }

  .intro {
    background-position-x: 65%;
  }

  .photos__item_1 {
    background-position-x: 100%;
  }

  .photos__item_5 {
    background-position-x: 0%;
  }

  .special-offers__item {
    flex: 1 0 397px;
  }

  .special-offers__items-cont {
    overflow: auto;
    width: calc(100vw - (100vw - 1050px) / 2);
    padding-right: calc((100vw - 1050px) / 2);
  }

  .special-offers__items-cont::-webkit-scrollbar,
  .special-offers__items-cont::-webkit-scrollbar-button,
  .special-offers__items-cont::-webkit-scrollbar-track,
  .special-offers__items-cont::-webkit-scrollbar-track-piece,
  .special-offers__items-cont::-webkit-scrollbar-thumb,
  .special-offers__items-cont::-webkit-scrollbar-corner,
  .special-offers__items-cont::-webkit-resizer {
    width: 0;
    height: 0;
    background: transparent;
  }

  .faq__container {
    flex-direction: column;
  }

  .faq__questions-cont {
    margin-bottom: 100px;
  }

  .form_faq {
    margin-left: 0;
    flex: 1 1 100%;
    width: 100%;
  }

  .form_faq .form__inputs-cont {
    justify-content: flex-start;
  }

  .form__inputs-cont .form__input {
    margin-right: 37px;
  }

  .traveller__item {
    flex: 0 0 540px;
  }

  .traveller__items-cont {
    overflow: auto;
    width: calc(100vw - (100vw - 1050px) / 2);
    padding-right: calc((100vw - 1050px) / 2);
  }

  .traveller__items-cont::-webkit-scrollbar,
  .traveller__items-cont::-webkit-scrollbar-button,
  .traveller__items-cont::-webkit-scrollbar-track,
  .traveller__items-cont::-webkit-scrollbar-track-piece,
  .traveller__items-cont::-webkit-scrollbar-thumb,
  .traveller__items-cont::-webkit-scrollbar-corner,
  .traveller__items-cont::-webkit-resizer {
    width: 0;
    height: 0;
    background: transparent;
  }

  .form_footer-form .form__img-wrapper {
    flex: 1 0 363px;
  }

  .arrows-cont {
    display: flex;
  }
}



@media (max-width: 1600px) {
    .about__pharagraph{
        font-size:95%;
    }
    .about__pharagraph img{
        max-width:400px;
    }
}



@media (max-width: 1090px) {
  .content-wrapper {
    max-width: 712px;
  }

  .intro__text-bg {
    height: 476px;
    width: 712px;
    left: calc((100vw - 712px) / 2);
    transform: none;
    top: 0;
  }

  .intro {
    background-image: url(/static/img/bg_intro_middle.png);
    background-position: center;
  }

  .photos__item_1 {
    background-position-x: 100%;
  }

  .photos__item_5 {
    background-position-x: 0%;
  }

  .content-wrapper_intro,
  .content-wrapper_header {
    max-width: 660px;
  }

  .content-wrapper_intro {
    justify-content: flex-start;
    padding-top: 111px;
  }

  .header {
    padding-top: 23px;
  }

  .intro__leave-request {
    margin-bottom: 20px;
    max-width: 270px;
  }

  .intro__title-available,
  .intro__title {
    font-size: 31px;
  }

  .intro__title {
    margin-bottom: 14px;
    max-width: 330px;
  }

  .benefits {
    flex-direction: column;
  }

  .benefits__item {
    height: 127px;
    flex: 0 0 auto;
  }

  .photos__item_1 {
    display: none;
  }

  .photos__line_second {
    display: none;
  }

  .photos__line_first {
    height: 419px;
  }

  .special-offers,
  .about,
  .traveller,
  .faq {
    padding-top: 55px;
  }

  .section-title {
    font-size: 23px;
  }

  .special-offers__subtitle {
    margin-top: -15px;
  }

  .special-offers__item {
    padding: 35px 22px;
    margin-left: 0;
    flex: 0 1 auto;
    width: 320px;
    height: 551px;
    margin-bottom: 44px;
  }

  .special-offers__items-cont {
    overflow: unset;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 0;
  }

  .special-offers__item:nth-child(2) {
    margin-right: 0;
  }

  .button {
    white-space: nowrap;
  }

  .faq .title-cont {
    align-items: center;
  }

  .faq__arrow {
    margin-right: 20px;
  }

  .faq__answer-text {
    font-size: 14px;
    line-height: 24px;
    color: #1c1b26;
    opacity: 0.6;
    max-width: 48%;
  }

  .faq__item-title {
    max-width: 67%;
  }

  .form__inputs-cont .form__input {
    width: 275px;
    margin-right: auto;
  }

  .traveller {
    padding-top: 95px;
  }

  .title-cont {
    margin-bottom: 23px;
  }

  .traveller__item {
    flex: 0 0 319px;
    margin-bottom: 59px;
  }

  .traveller__img {
    height: auto;
    margin-bottom: 30px;
  }

  .traveller__title {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .traveller__desc {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .traveller__items-cont {
    overflow: unset;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 0;
  }

  .traveller__item:nth-child(n + 2) {
    margin-right: 0;
    margin-left: auto;
  }

  .traveller__item:last-child {
    margin-right: auto;
  }

  .about {
    margin-bottom: 114px;
  }

  .form {
    flex-direction: column;
  }

  .form_footer-form .form__inputs-cont {
    flex-direction: row;
  }

  .form_footer-form .form__input:first-child {
    margin-bottom: 0;
  }

  .footer-form {
    margin-bottom: 0;
  }

  .footer__links-cont {
    flex-direction: column;
    display: flex;
  }

  a.footer__link {
    margin-bottom: 20px;
  }

  .footer {
    height: 284px;
  }

  .arrows-cont {
    display: none;
  }
}

@media (max-width: 750px) {
  .content-wrapper {
    max-width: 320px;
  }

  .intro__text-bg {
    height: 496px;
    width: 340px;
    left: 50%;
    transform: translateX(-50%);
  }

  .content-wrapper_intro,
  .content-wrapper_header {
    max-width: 294px;
  }

  .content-wrapper_header {
    flex-wrap: wrap;
  }

  .header__change-city-cont {
    margin-left: auto;
    margin-top: 0px;
    font-size: 14px;
    width: 100%;
    text-align: right;
  }

  .header__city {
    margin-right: 0;
    font-size: 15px;
  }

  .header__city::before {
    transform: translateY(-80%);
  }

  .photos__item_2 {
    background-image: url(/static/img/photos_2.png);
    flex: 1 0 auto;
    background-position-x: 71%;
  }

  .button {
    padding: 15px 20px;
    max-width: 100%;
  }

  .special-offers,
  .about,
  .traveller,
  .faq {
    padding-top: 75px;
  }

  .title-cont {
    margin-bottom: 23px;
    flex-direction: column;
  }

  .title-cont .section-title_mobile-margin {
    margin-bottom: 50px;
  }

  .title-cont .section-title_no-mobile-margin {
    margin-bottom: 20px;
  }

  .special-offers__subtitle {
    margin-top: -114px;
    margin-bottom: 100px;
  }

  .special-offers__item {
    margin-right: 0;
    width: 100%;
    flex: 1 1 100%;
  }

  .special-offers__get-request {
    width: 100%;
  }

  .special-offers__get-request {
    width: 100%;
    text-align: center;
  }

  .faq .title-cont {
    align-items: baseline;
  }

  .faq__answer-text {
    max-width: 100%;
  }

  .faq__item-title {
    max-width: 88%;
  }

  .faq__questions-cont {
    margin-bottom: 60px;
  }

  .form__title {
    font-size: 23px;
  }

  .form {
    width: 100vw;
    transform: translateX(calc((100vw - 320px) / 2 * -1));
  }

  .form__inputs-cont,
  .form_footer-form .form__inputs-cont {
    flex-direction: column;
  }

  .form__inputs-cont .form__input {
    width: 100%;
  }

  .form__inputs-cont .form__input:first-child {
    margin-bottom: 20px;
  }

  .form__title {
    margin-bottom: 30px;
  }

  .traveller__item {
    margin-right: 0;
    flex: 1 1 100%;
  }

  .form_footer-form .form__img-wrapper {
    flex: 1 0 308px;
  }

  .form_faq .form__img-wrapper {
    height: 186px;
  }

  .footer__container {
    flex-direction: column;
  }

  .footer__contacts {
    align-items: start;
    height: auto;
    margin-top: 38px;
  }

  .footer {
    height: 398px;
  }

  .header__change-city {
    text-decoration: none;
  }
    
    .about__pharagraph{
        width:100%;
    }
    
    .about__pharagraph:last-child{
        text-align:center;
    }
    
    .about__pharagraph img{
        max-width:85%;
    }
}
