@font-face {
  font-family: "Bebas";
  src: url("../fonts/BebasNeueBold.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Franklin";
  src: url("../fonts/FRAMDCN.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  font-family: "Bebas", sans-serif;
}

:root {
  --color-primary: #753768;
  --color-secondary: #fb9b51;
}

a {
  color: inherit;
  text-decoration: none;
}

a.country {

color: #ffff80;
font-size: 30px;
text-decoration: none;
margin: 0px 10px;

}


img {
  max-width: 100%;
}

.movie-wrap {
  margin-top: 30px;
}

.movie {
  width: 100%;
  max-height: auto;
  margin: 0 auto;
  display: block;
  max-width: 560px;
}

.underline {
  text-decoration: underline;
}

.underline.line__bottom {
  text-underline-offset: 10px;
}

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

main {
  overflow: hidden;
}

.btn__block {
  display: flex;
  justify-content: center;
}

.header {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  display: block;
  max-width: 300px;
}

.header__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.feedback__btn {
  cursor: pointer;
  padding: 5px 15px;
  text-align: center;
  font-size: 24px;
  border-radius: 30px;
  box-shadow: 0 0 10px -2px #000;
  border: none;
  text-decoration: underline;
  color: #fff;
  background-color: #4ba5c8;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.feedback__btn:hover {
  box-shadow: 0 0 10px 1px #000;
}

.phones {
  display: flex;
}

.phones__list {
  list-style: none;
}

.phones__item {
  position: relative;
  font-size: 24px;
  color: #fff;
}

.phones__item::before {
  content: "+";
  position: absolute;
  top: 0;
  left: -10px;
}

.hero {
  padding: 0;
  margin: 0;
  padding-top: 150px;
  background: rgb(117, 55, 104);
  background: linear-gradient(90deg, rgba(117, 55, 104, 0) 0%, rgba(117, 55, 104, 1) calc(50% - 550px), rgba(228, 92, 105, 1) 50%,  rgba(251, 155, 81, 1) calc(50% + 550px), rgba(251, 155, 81, 0) 100%), url(/img/left.png) left no-repeat,  url(/img/right.png) right no-repeat, linear-gradient(90deg, rgba(117, 55, 104, 1) 0%, rgba(228, 92, 105, 1) 50%,  rgba(251, 155, 81, 1) 100%);
}

.hero__img {
  margin-bottom: -5px;
}

.hero__container {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.hero__image_block {
  max-width: 60%;
  margin: 0;
  padding: 0;
}

.hero__title {
  font-size: 81px;
  color: #fff;
  text-align: center;
  line-height: 75px;
  margin: 0;
  padding: 0;
}

.title__boss {
  font-size: 200px;
  padding: 0;
  margin: 0;
  line-height: 170px;
}

.title__text {
  font-size: 98px;
  line-height: 75px;
}

.menu {
  position: relative;
}

.nav {
  position: absolute;
  bottom: -10px;
  left: 40px;
  width: 90%;
}

.nav__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.nav__item {
  font-size: 24px;
  color: #fff;
}

.nav__item:hover a {
  text-decoration: underline;
}

.slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.slider .slick-track {
  display: flex;
  align-items: center;
}

.slider__item {
  padding: 50px;
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
  z-index: 2;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
}

.slider .slick-arrow.slick-prev {
  left: 0;
  background: url("../img/left-arrows.png") 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-next {
  right: 0;
  background: url("../img/right-arrows.png") 0 0 / 100% no-repeat;
}

.slick-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  list-style: none;
}

.slick-dots button {
  background: #eddfd477;
  border: none;
  border-radius: 50%;
  font-size: 0;
  height: 15px;
  width: 15px;
  margin: 5px;
  outline: none;
}

.slick-dots li[class="slick-active"] button {
  background: #eac8be;
}

.col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  text-align: center;
}

.education {
  background: rgb(117, 55, 104);
  background: linear-gradient(
    90deg,
    rgba(117, 55, 104, 1) 0%,
    rgba(228, 92, 105, 1) 50%,
    rgba(251, 155, 81, 1) 100%
  );
  padding: 50px 0;
}

.education__block {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  justify-items: center;
}

.education h3 {
  font-size: 42px;
  color: #fff;
}

.education p {
  font-size: 24px;
  color: #fff;
  line-height: 28px;
}

.education__col.image {
  padding: 30px;
}

.education__col p {
  font-family: "Franklin";
}

.education__col img {
  width: 60%;
}

.types {
  padding: 50px 0;
}

.types__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.types__block {
  padding: 0 50px;
}

.types__block h3 {
  margin: 20px 0;
  padding: 0;
  font-size: 56px;
  text-align: center;
}

.types__buttons {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 30px;
}

.types__buttons button {
  padding: 5px 15px;
  width: 250px;
  height: 55px;
  font-size: 24px;
  border-radius: 30px;
  box-shadow: 0 0 10px -2px #000;
  border: none;
  color: #4ba5c8;
  background-color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
}

button.types__btn_active {
  color: #fff;
  background-color: #4ba5c8;
}

.invest {
  padding: 50px 0;
  font-family: "Franklin";
  color: #fff;
  background-color: #5d188d;
}

.invest h3 {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 56px;
  text-align: center;
}

.invest img {
  max-width: 250px;
}

.invest__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.invest .center__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.invest .center__block div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  margin: 10px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 18px;
  color: #5d188d;
}

.invest .center__block div p {
  margin: 0;
  padding: 0;
}

.invest ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.invest li {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  margin: 10px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 18px;
  color: #5d188d;
}

.invest li p {
  margin: 0;
  padding: 0 20px 0 20px;
}

.rent {
  padding: 50px 0;
  font-family: "Franklin";
  color: #5d188d;
  background-color: #fff;
}

.rent h3 {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 56px;
}

.rent img {
  max-width: 250px;
}

.rent__block {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.rent .center__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rent .center__block div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  margin: 10px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 18px;
  color: #5d188d;
}

.rent .center__block div p {
  margin: 0;
  padding: 0;
}

.rent ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rent li {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  margin: 5px 0 5px 0;
  background: linear-gradient(
    90deg,
    rgba(117, 55, 104, 1) 0%,
    rgba(228, 92, 105, 1) 50%,
    rgba(251, 155, 81, 1) 100%
  );
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
}

.rent li:last-child {
  margin-left: auto;
  width: 60%;
}

.rent li p {
  margin: 0;
  padding: 0 20px 0 20px;
}

.rent .right__block {
  /* margin-left: 50px; */
  font-family: "Bebas";
  flex: 1;
  font-size: 54px;
}

.rent .right__block .first {
  display: flex;
  justify-content: space-evenly;
}

.rent .right__block .first__block {
  /* padding: 10px; */
  font-family: "Franklin";
  background: url("../img/frame.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  /* font-size: 62px; */
  text-shadow: 0px 5px 5px rgba(33, 14, 9, 0.85);
}

.rent .right__block p {
  padding: 25px 40px 15px 30px;
}

.rent .right__block .first__block p {
  /* padding: 20px; */
}

.rent .right__block .second {
  display: flex;
  justify-content: space-evenly;
  font-family: "Franklin";
  color: #fff;
  /* justify-content: center; */
}

.rent .right__block .second p {
  background: url("../img/block2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px 45px 30px 25px;
  text-align: center;
  font-size: 38px;
}

.rent .right__block .second span {
  font-size: 48px;
}

.features {
  background: url("../img/background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  font-family: "Franklin";
  font-size: 14px;
  /* min-height: 800px; */
}

.features .features__container {
  background: url("../img/background4.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 200px 200px 200px;
  align-items: center;
  /* justify-items: center; */
  grid-template-areas:
    ". . . ."
    ". center center ."
    ". . . .";
  gap: 20px 0;
  height: 100%;
  text-align: center;
  color: #5d188d;
}

.features .features__container h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.features .features__container p {
  margin: 0;
  padding: 0;
}

.features .center {
  grid-area: center;
  text-align: center;
}

.features .center h4 {
  margin: 50px 0 80px 0px;
  padding: 30px;
  font-size: 40px;
}

.features .block {
  /* background: url("../img/block1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; */
  position: relative;
  padding: 20px;
  margin: 30px;
}

.features .block1 {
  position: absolute;
  left: 70px;
  top: -15px;
}
.features .block2 {
  position: absolute;
  left: -15px;
  top: -10px;
}
.features .block3 {
  position: absolute;
  left: -5px;
  top: -15px;
}
.features .block4 {
  position: absolute;
  left: -20px;
  top: -10px;
}
.features .block5 {
  position: absolute;
  left: 10px;
  top: -25px;
}
.features .block6 {
  position: absolute;
  left: 75px;
  top: -30px;
}
.features .block7 {
  position: absolute;
  left: 100px;
  top: -35px;
}
.features .block8 {
  position: absolute;
  left: 70px;
  top: -45px;
}
.features .block9 {
  position: absolute;
  left: 15px;
  top: -40px;
}
.features .block10 {
  position: absolute;
  left: 10px;
  top: -20px;
}

.cities {
  padding: 50px 0;
  background: linear-gradient(
    90deg,
    rgba(117, 55, 104, 1) 0%,
    rgba(228, 92, 105, 1) 50%,
    rgba(251, 155, 81, 1) 100%
  );
  color: #fff;
}

.cities h3 {
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 56px;
}

.cities__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
}

.cities__col {
  text-align: center;
}

.cities__col img {
  height: 40%;
}

.cities__col h4 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  padding-top: 10px;
}

.line {
  color: #000;
}

.cities__col p {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-size: 18px;
}

.cities__col span {
  font-size: 38px;
  color: #000;
}

.cities__col .small {
  font-size: 28px;
}

.cities .numbers {
  font-size: 56px;
}

.cities .numbers.percentage {
  text-underline-offset: 20px;
}

.steps {
  background: rgb(117, 55, 104);
  background: linear-gradient(
    90deg,
    rgba(117, 55, 104, 1) 0%,
    rgba(228, 92, 105, 1) 50%,
    rgba(251, 155, 81, 1) 100%
  );
  padding: 50px 0;
}

.steps__row {
  display: none;
}

.steps h3 {
  font-size: 56px;
  text-align: center;
  color: #fff;
}

.steps__block {
  display: grid;
  grid-template-columns: 1fr 0.5fr 1fr;
  align-items: center;
  justify-items: center;
  margin: 50px 0;
}

.steps__block p {
  font-family: "Franklin";
}

.steps__block ul {
  padding-left: 15px;
  list-style: none;
}

.block__first {
  grid-template-columns: 1.5fr 1fr;
  gap: 50px;
  padding-left: 35px;
}

.block__first p {
  font-size: 26px;
  color: #fff;
}

.steps__col {
  padding: 10px;
  width: 320px;
  height: 380px;
  border: 3px solid #fff;
  border-radius: 25px;
}

.steps__col h3 {
  font-size: 42px;
  color: #fff;
  text-align: center;
  margin: 10px;
}

.steps__col li {
  font-family: "Franklin";
  font-size: 20px;
  color: #fff;
}

.steps__col img {
  transform: rotate(-30deg);
}

.col {
  width: 270px;
  border: none;
}

.steps__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  text-align: center;
  color: #fff;
  font-size: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps__list h4 {
  margin: 0;
  padding: 0;
}

.steps__list p {
  font-family: "Franklin";
  font-size: 24px;
  margin-top: 0;
}

.steps__list li {
  margin: 10px;
  padding: 20px;
}

.steps .width100 {
  align-self: center;
  grid-column: 1/-1;
}

.calc {
  background: #5d188d;
  margin: 0;
  padding: 50px 0;
  font-size: 24px;
  color: #fff;
}

.calc h4 {
  font-size: 56px;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
}

.calc p {
  font-family: "Franklin";
}

.calc__block {
  /* display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 50px; */
  text-align: center;
}

.calc__left {
  border: 4px solid #fff;
  border-radius: 25px;
  padding: 50px;
}

.range {
  width: 100%;
}

.guests p {
  font-size: 36px;
}

.guest__steps {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}

.guest__steps p {
  margin-bottom: 0;
}

.cost__steps {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}

.cost__steps p {
  margin-bottom: 0;
}

.calc__right {
  display: flex;
  align-items: center;
}

.contact {
  padding: 50px 0;
  color: #5d188d;
}

.contact h4 {
  margin: 0;
  padding: 0;
  font-size: 56px;
  text-align: center;
}

.contact p {
  font-family: "Franklin";
  text-align: center;
  font-size: 24px;
}

.contact form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.contact input {
  font-size: 24px;
  outline: none;
  border: none;
  border-bottom: 3px solid #5d188d;
}

.footer {
  background: #5d188d;
  padding: 50px 0;
}

.email {
  margin-left: -20px;
}

.footer__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  font-size: 36px;
}

.footer img {
  width: 70%;
}

.footer__item {
  position: relative;
  list-style: none;
  color: #fff;
}

.footer__item:not(:last-child):after {
  content: "+";
  position: absolute;
  top: 0;
  left: -20px;
}

.footer__block .logo {
  text-align: center;
}

/* to top */

#toTop {
  width: 100px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  color: #333;
  font-family: verdana;
  font-size: 11px;
}

/* range */

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #ff5f01;
  border-radius: 25px;
  -webkit-appearance: none;
  border: 0px solid #000101;
}

input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #ff5f01;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #ff5f01;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.1;
  }

  to {
    opacity: 1;
  }
}

/* media */

@media (max-width: 1600px) {

.hero {

  background: rgb(117, 55, 104);
  background: linear-gradient(
    90deg,
    rgba(117, 55, 104, 1) 0%,
    rgba(228, 92, 105, 1) 50%,
    rgba(251, 155, 81, 1) 100%
  );
}


}

@media (max-width: 1200px) {



  .hero__title {
    font-size: 72px;
    line-height: 65px;
  }
  .title__boss {
    font-size: 178px;
    line-height: 148px;
  }
  .title__text {
    font-size: 86px;
    line-height: 70px;
  }
}

@media (max-width: 1100px) {
  .hero__title {
    font-size: 62px;
    line-height: 65px;
  }
  .title__boss {
    font-size: 150px;
    line-height: 120px;
  }
  .title__text {
    font-size: 72px;
    line-height: 65px;
  }
  .contact form {
    gap: 30px;
  }
  .invest__block {
    flex-direction: column;
    gap: 30px;
  }
  .invest .center__block {
    order: 1;
  }
  .invest li {
    padding: 5px;
  }
}

@media (max-width: 1040px) {

  a.country {

font-size: 20px;

}

  .header__right a {
    font-size: 18px;
  }
  .rent h3 {
    text-align: center;
    font-size: 42px;
  }
  .rent__block {
    flex-direction: column;
  }
  .steps__row {
    display: block;
  }
  .features {
    display: none;
  }
}

@media (max-width: 998px) {
  .hero__title {
    font-size: 54px;
    line-height: 52px;
  }
  .title__boss {
    font-size: 130px;
    line-height: 120px;
  }
  .title__text {
    font-size: 64px;
    line-height: 65px;
  }
  .slider__item {
    padding: 30px;
  }
  .steps__col {
    width: auto;
  }
  .border {
    border-bottom: 1px solid #fff;
  }
  .cities__block {
    gap: 45px;
  }
  .calc__block {
    grid-template-columns: 1fr;
  }
  .calc__left {
    padding: 20px;
  }
  .calc__right {
    display: block;
    text-align: center;
  }
  .contact form {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}

@media (max-width: 930px) {
  .header__right a {
    font-size: 14px;
  }
  .phones {
    display: none;
  }
}

@media (max-width: 830px) {
  .hero__title {
    font-size: 46px;
    line-height: 48px;
  }
  .title__boss {
    font-size: 115px;
    line-height: 100px;
  }
  .title__text {
    font-size: 52px;
    line-height: 50px;
  }
  .nav__item {
    font-size: 18px;
  }
  .slider__item {
    padding: 25px;
  }
  .cities h4 {
    font-size: 48px;
  }
  .cities span {
    font-size: 32px;
  }
  .types__block h3 {
    font-size: 32px;
  }
  .types__buttons {
    gap: 10px;
  }
  .block__first p {
    font-size: 20px;
    color: #fff;
  }
  .steps__list {
    grid-template-columns: 1fr 1fr;
  }
  .contact form {
    gap: 30px;
  }
}

@media (max-width: 798px) {
  .hero__title {
    font-size: 46px;
    line-height: 48px;
  }
  .title__boss {
    font-size: 115px;
    line-height: 100px;
  }
  .title__text {
    font-size: 52px;
    line-height: 50px;
  }
  .nav__item {
    font-size: 18px;
  }
  .slider__item {
    padding: 25px;
  }
  .cities h4 {
    font-size: 48px;
  }
  .cities span {
    font-size: 32px;
  }
  .types__block h3 {
    font-size: 32px;
  }
  .types__buttons {
    gap: 10px;
  }
  .block__first p {
    font-size: 20px;
    color: #fff;
  }
  .steps__col {
    padding: 5px;
  }
  .steps__col h3 {
    font-size: 34px;
    margin: 2px;
  }
  .steps__list {
    grid-template-columns: 1fr 1fr;
  }
  .contact form {
    gap: 30px;
  }
}

@media (max-width: 725px) {
  .header__right {
    font-size: 16px;
    flex-direction: column;
  }
  .btn__block {
    margin-top: 20px;
  }
  .feedback__btn {
    font-size: 18px;
  }
  .hero__title {
    font-size: 42px;
    line-height: 44px;
  }
  .title__boss {
    font-size: 94px;
    line-height: 80px;
  }
  .title__text {
    font-size: 52px;
    line-height: 50px;
  }
  .nav__item {
    font-size: 18px;
  }
  .slider__item {
    padding: 15px;
  }
  .cities h4 {
    font-size: 34px;
  }
  .cities span {
    font-size: 24px;
  }
  .types__block h3 {
    font-size: 32px;
  }
  .types__buttons {
    gap: 10px;
  }
  .block__first p {
    font-size: 20px;
    color: #fff;
  }
  .steps h3 {
    margin: 0;
  }
  .steps__block {
    grid-template-columns: 1fr;
    margin: 10px 0;
  }
  .block__first {
    padding: 0;
    text-align: center;
  }
  .steps__col {
    height: auto;
    margin: 10px;
    padding: 20px;
  }
  .col {
    display: none;
  }
  .steps__col h3 {
    font-size: 34px;
    margin: 2px;
  }
  .steps__list {
    grid-template-columns: 1fr 1fr;
  }
  .steps__list li {
    padding: 5px;
  }
  .contact form {
    gap: 30px;
  }
}

@media (max-width: 698px) {
  .header img {
    max-width: 80%;
  }
  .hero__title {
    font-size: 38px;
    line-height: 40px;
  }
  .title__boss {
    font-size: 84px;
    line-height: 80px;
  }
  .title__text {
    font-size: 42px;
    line-height: 40px;
  }
  .cities h4 {
    font-size: 34px;
  }
  .cities span {
    font-size: 24px;
  }
  .cities__block {
    gap: 10px;
  }
}

@media (max-width: 630px) {
  .header img {
    max-width: 80%;
  }
  .phones {
    display: none;
  }
  .hero__title {
    font-size: 32px;
    line-height: 36px;
  }
  .title__boss {
    font-size: 84px;
    line-height: 80px;
  }
  .title__text {
    font-size: 36px;
    line-height: 36px;
  }
  .cities h4 {
    font-size: 34px;
  }
  .cities span {
    font-size: 24px;
  }
  .cities__col img {
    max-width: 50%;
  }
  .cities__col p {
    font-size: 14px;
  }
  .types__block {
    padding: 0;
  }
  .rent .right__block .first,
  .rent .right__block .second {
    display: flex;
    flex-direction: column;
  }
  .rent .right__block p {
    margin: 25px;
    padding: 25px;
  }
}

@media (max-width: 630px) {
  .header img {
    max-width: 80%;
  }
  .phones {
    display: none;
  }
  .hero__image_block {
    max-width: 100%;
  }
  .hero__container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .hero__title {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 20px;
  }
  .hero__nav {
    display: none;
  }
  .title__boss {
    font-size: 100px;
    line-height: 100px;
  }
  .title__text {
    font-size: 50px;
    line-height: 50px;
  }
  .cities h4 {
    font-size: 34px;
  }
  .cities span {
    font-size: 24px;
  }
  .cities__block {
    grid-template-columns: 1fr;
  }
  .cities__col img {
    display: none;
  }
  .cities__col p {
    font-size: 14px;
  }
  .types__row {
    grid-template-columns: 1fr;
  }
  .steps__list {
    grid-template-columns: 1fr;
  }
  .contact form {
    grid-template-columns: 1fr;
  }
  .footer__list {
    font-size: 24px;
  }
  .footer__block {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .header__right a {
    font-size: 12px;
  }
  .invest li p {
    white-space: nowrap;
    font-size: 16px;
    padding: 0 10px 0 10px;
  }
  .rent li {
    padding: 10px;
    font-size: 16px;
  }
  .rent li p {
    white-space: nowrap;
    padding: 0 5px 0 5px;
  }
  .rent .right__block p {
    text-align: center;
    font-size: 46px;
    margin: 30px;
    padding: 5px;
  }
  .rent .right__block .second p {
    font-size: 42px;
  }
}

/* backdrop and loader */

.backdrop {
  width: 100%;
  height: 100%;
  background: #fb9b51;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  position: relative;
  height: 2px;
  width: 500px;
  margin: 0 auto;
  background: #753768;
  margin-top: 150px;
}

.circle {
  position: absolute;
  top: -30px;
  margin-left: -30px;
  height: 60px;
  width: 60px;
  left: 0;
  background: #753768;
  border-radius: 30%;
  -webkit-animation: move 5s infinite;
}

.loader p {
  position: absolute;
  top: -35px;
  right: -85px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: helvetica, sans-serif;
  font-weight: bold;
}

@keyframes move {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
    -webkit-transform: rotate(450deg);
    width: 150px;
    height: 150px;
  }
  75% {
    left: 100%;
    -webkit-transform: rotate(450deg);
    width: 150px;
    height: 150px;
  }
  100% {
    right: 100%;
  }
}
