body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  margin: 0 auto;
  background: #2b2b2b;
}

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

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

a {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

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

.container {
  max-width: 1800px;
  padding: 0 60px;
  margin: 0 auto;
}

.social__bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.social__bottom-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.social__bottom-icon:hover {
  scale: 1.1;
}

.telegram__icon {
  margin-right: 20px;
  background-color: #34aadf;
}

.whatsapp__icon {
  background-color: #43d854;
}

.header {
  min-height: 100vh;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(-7.87%, rgba(22, 21, 22, 0.9)),
      to(rgba(22, 21, 22, 0.6))
    ),
    url(../src/img/Rectangle_1920.webp);
  background-image: linear-gradient(
      180deg,
      rgba(22, 21, 22, 0.9) -7.87%,
      rgba(22, 21, 22, 0.6) 100%
    ),
    url(../src/img/Rectangle_1920.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header .header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}
.header .header__top a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header__top a:hover {
  color: #33b7bc;
}
.header .header__list {
  width: 40%;
}
.header .header__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
.header .header__list ul li {
  padding: 20px 0;
}
.header .header__list ul li a:hover {
  color: #33b7bc;
}
.header .logo {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: 40%;
  gap: 35px;
}
.header .header__nav > li {
  position: relative;
  padding: 20px 0;
}
.header .header__nav li ul {
  position: absolute;
  left: -57px;
  top: 50px;
  display: block;
  background: rgba(32, 32, 32, 0.4);
  border: 1px solid #313131;
  border-radius: 14px;
  display: none;
}
.header .header__nav li ul li {
  width: 120px;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  padding: 10px 0;
}
.header .header__nav li:hover {
  color: #313131;
}
.header .header__nav li:hover ul {
  display: initial;
}
.header .header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: calc(100vh - 321px);
}
.header .header__main h1 {
  font-weight: 700;
  font-size: 120px;
  line-height: 90px;
}
.header .header__main h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 90px;
  text-transform: uppercase;
}

.main {
  opacity: 0.9;
}
.main .catalog {
  background: linear-gradient(313.58deg, #076264 20.04%, #030303 63.63%);
  padding-top: 200px;
}
.main .catalog .catalog__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-style: italic;
  margin-bottom: 70px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main .catalog .catalog__list ul li a {
  width: 100%;
  position: relative;
  z-index: 99999;
}
.main .catalog .catalog__list ul li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 3px;
  width: 100%;
  height: 14px;
  background: #33b7bc;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .catalog .catalog__list ul li:hover a:before {
  -webkit-transform: scale(1) skew(-19deg);
  transform: scale(1) skew(-19deg);
}
.main .catalog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  gap: 10px;
  font-weight: 700;
  font-size: 40px;
  max-width: 1920px;
}
.main .catalog__item {
  position: relative;
  width: calc(50% - 5px);
  background-image: linear-gradient(
    4.23deg,
    #161516 -7.57%,
    rgba(22, 21, 22, 0) 40.28%
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}
.main img {
  width: 100%;
  background: linear-gradient(
    4.23deg,
    #161516 -7.57%,
    rgba(22, 21, 22, 0) 40.28%
  );
}
.main .rent {
  position: absolute;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  width: 100%;
  padding: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: linear-gradient(
    4.23deg,
    #161516 -7.57%,
    rgba(22, 21, 22, 0) 40.28%
  );
}
.main .rent span {
  opacity: 0.6;
}
.main .item__btn {
  text-transform: uppercase;
  height: 54px;
  width: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #33b7bc;
  border-radius: 8px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.main .item__btn:hover {
  background-color: #33b7bc;
}
.main .catalog__btn {
  max-width: 350px;
  width: 100%;
  height: 72px;
  background: #33b7bc;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 90px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px auto 0 auto;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.main .catalog__btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.main .about {
  padding-top: 260px;
  text-align: center;
}
.main .about .about__title {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 160px;
  line-height: 130px;
  margin-bottom: 140px;
}
.main .about .statistic {
  font-family: 'Roboto', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  padding-left: 10%;
}
.main .about .statistic__items {
  text-align: start;
  padding-bottom: 150px;
}
.main .about .statistic__items .statistic__item span {
  position: relative;
  top: -10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 90px;
  padding-left: 5px;
}
.main .about .statistic__items p {
  max-width: 396px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: start;
}
.main .quote {
  max-width: 80%;
  margin: 0 auto 100px;
}
.main .quote__top {
  font-style: italic;
  font-weight: 800;
  font-size: 54px;
  line-height: 65px;
  max-width: 1309px;
  height: 100%;
}
.main .quote__top-text {
  position: relative;
}
.main .quote__svg-left {
  position: absolute;
  top: -60px;
  left: -90px;
}
.main .quote__svg-right {
  position: absolute;
  bottom: -60px;
  right: -107px;
}
.main .quote__center {
  display: block;
  text-align: end;
  margin-top: 30px;
  padding-right: 40px;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
}
.main .quote__bottom {
  display: block;
  padding-right: 40px;
  text-align: end;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}
.main .about__img {
  height: 100%;
  background-image: url(../src/img/about-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.main .reviews {
  padding: 260px 0 0;
  background: linear-gradient(313.58deg, #076264 20.04%, #030303 63.63%);
}
.main .reviews__title {
  font-weight: 700;
  font-size: 100px;
  line-height: 130px;
  text-align: center;
  margin-bottom: 120px;
}
.main .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main .slides img {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.main .advantages {
  padding-top: 260px;
  padding-bottom: 260px;
  background: linear-gradient(251.58deg, #076264 20.04%, #030303 63.63%);
  overflow: hidden;
}
.main .advantages__block {
  max-width: 1920px;
  margin: 0 auto;
}
.main .advantages__title {
  font-style: 700;
  font-size: 100px;
  line-height: 130px;
  margin-bottom: 120px;
  text-align: center;
}
.main .advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main .advantages__items .advantages__item {
  width: 33.1%;
}
.main .advantages__items .advantages__item img {
  height: 459px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
}
.main .advantages__item {
  position: relative;
}
.main .advantages__item .advantages__item-text {
  position: absolute;
  left: 0;
  bottom: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  max-width: 540px;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.main .ask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-top: 260px;
  padding-bottom: 260px;
}
.main .ask .ask__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 60px;
}
.main .ask .ask__form input,
.main .ask .ask__form textarea {
  padding: 35px 30px;
  margin-bottom: 30px;
  background: linear-gradient(94.58deg, #076264 20.04%, #030303 63.63%);
  border-radius: 10px;
  outline: none;
  border: none;
  color: #ffffff;
  resize: none;
  font-weight: 400;
  font-size: 20px;
}
.main .ask .ask__form input:focus,
.main .ask .ask__form input:hover,
.main .ask .ask__form textarea:focus,
.main .ask .ask__form textarea:hover {
  outline: 1px solid #e2e9e9;
}
.main .ask .ask__form input::-webkit-input-placeholder,
.main .ask .ask__form textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 90px;
}
.main .ask .ask__form input::-moz-placeholder,
.main .ask .ask__form textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 90px;
}
.main .ask .ask__form input:-ms-input-placeholder,
.main .ask .ask__form textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 90px;
}
.main .ask .ask__form input::-ms-input-placeholder,
.main .ask .ask__form textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 90px;
}
.main .ask .ask__form input::placeholder,
.main .ask .ask__form textarea::placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 90px;
}
.main .ask .ask__form textarea::-webkit-input-placeholder {
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
}
.main .ask .ask__form textarea::-moz-placeholder {
  transform: translateY(-35px);
}
.main .ask .ask__form textarea:-ms-input-placeholder {
  transform: translateY(-35px);
}
.main .ask .ask__form textarea::-ms-input-placeholder {
  transform: translateY(-35px);
}
.main .ask .ask__form textarea::placeholder {
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
}
.main .ask .ask__form button {
  max-width: 310px;
  height: 90px;
  padding: 29px;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid #33b7bc;
  border-radius: 10px;
  background: #1c1c1c;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .ask .ask__form button:hover {
  background: #33b7bc;
  color: #1c1c1c;
}
.main .ask .ask__form-title {
  font-weight: 700;
  font-size: 70px;
  line-height: 90px;
  margin-bottom: 60px;
}
.main .ask .ask__img {
  max-height: 860px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main .discount {
  max-width: 1170px;
  width: 100%;
  max-height: 407px;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  padding: 80px 20px;
  position: relative;
  background: linear-gradient(94.58deg, #076264 20.04%, #030303 63.63%);
  -webkit-box-shadow: 0px 14px 44px #0e0e0e;
  box-shadow: 0px 14px 44px #0e0e0e;
  border-radius: 129px 20px 20px 20px;
}
.main .discount__svg svg {
  position: absolute;
}
.main .discount__svg .svg-1 {
  bottom: 0;
  left: 57px;
  opacity: 0.1;
}
.main .discount__svg .svg-2 {
  top: 0;
  right: 0;
  opacity: 0.1;
}
.main .discount__svg .svg-3 {
  opacity: 1;
  bottom: -70px;
  right: -95px;
  clip: rect(auto, auto, auto, auto);
}
.main .discount__title {
  font-weight: 400;
  font-size: 46px;
  line-height: 36px;
  opacity: 1;
}
.main .discount__title span {
  font-weight: 700;
}
.main .discount__text {
  max-width: 641px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 25px auto 0;
  opacity: 0.4;
}
.main .discount__form {
  margin-top: 54px;
}
.main .discount__form input {
  background: #2b282b;
  border-radius: 10px;
  opacity: 0.7;
  padding: 23px 30px;
  max-width: 425px;
  width: 100%;
  height: 68px;
  border: none;
  outline: none;
  color: #ffffff;
  position: relative;
}
.main .discount__form input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #868686;
}
.main .discount__form input::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #868686;
}
.main .discount__form input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #868686;
}
.main .discount__form input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #868686;
}
.main .discount__form input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #868686;
}
.main .discount__form button {
  background: #33b7bc;
  border: none;
  outline: none;
  border-radius: 10px;
  color: #ffffff;
  max-width: 180px;
  width: 100%;
  height: 68px;
  margin-left: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.main .discount__form button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

footer {
  width: 100%;
  background: #030303;
  border-top: 1px solid #272727;
  position: relative;
}
footer::before {
  content: '';
  position: absolute;
  bottom: 60px;
  width: 100%;
  height: 1px;
  border-top: 1px solid #272727;
}

.footer {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.footer__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 50%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px;
  gap: 80px;
}
.footer__main-list a {
  font-weight: 400;
  font-size: 18px;
  line-height: 60px;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__main-list a:hover {
  opacity: 1;
}

.footer-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 90px;
}

.list-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 60px;
}

.footer__main-contacts {
  width: 100%;
  border-left: 1px solid #272727;
  padding: 60px 10px 10px 60px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.social__phone {
  font-weight: 700;
  font-size: 34px;
  line-height: 90px;
}

.social__btn {
  max-width: 294px;
  height: 64px;
  padding: 21px 39px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid #33b7bc;
  border-radius: 10px;
  background: #030303;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social__btn:hover {
  color: #030303;
  background-color: #33b7bc;
}

.address {
  max-width: 416px;
  margin-top: 50px;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}

.social__form {
  margin-top: 70px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social__form input {
  max-width: 440px;
  width: 100%;
  padding: 35px 30px;
  background: linear-gradient(
    90.75deg,
    #1c1c1c 0.65%,
    rgba(27, 27, 27, 0.3) 107.06%
  );
  border-radius: 10px;
  outline: none;
  border: none;
  color: #ffffff;
  resize: none;
  font-weight: 400;
  font-size: 20px;
}
.social__form button {
  height: 92px;
  width: 130px;
  background: #33b7bc;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  right: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.social__form button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.footer__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__policy a {
  font-weight: 400;
  font-size: 16px;
  color: #33b7bc;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer__policy a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.footer__policy p {
  font-weight: 400;
  font-size: 16px;
  line-height: 60px;
  color: #525252;
}
.footer__policy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}
.footer__policy ul li {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer__policy ul li:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 1150px) {
  .main .catalog__items {
    font-size: 24px;
  }
  .main .about {
    padding-top: 130px;
  }
  .main .about .statistic {
    padding: 0;
    gap: 80px;
  }
  .main .item__btn {
    height: 33px;
    width: 70px;
    font-size: 13px;
  }
  .main .reviews {
    padding: 130px 0 0;
  }
  .main .advantages {
    padding: 130px 0;
  }
  .main .ask {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 160px;
  }
  .main .ask .ask__form {
    padding: 0 60px;
    text-align: center;
  }
  .main .ask .ask__form button {
    height: 75px;
    padding: 20px;
  }
  .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__main-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .footer__main-contacts {
    padding-top: 0;
  }
  .social__form input,
  .social__form button {
    height: 68px;
    padding: 20px;
    font-size: 18px;
  }
}
@media (max-width: 860px) {
  .header .social__bottom-block {
    padding-bottom: 0;
  }
  .container {
    padding: 0 40px;
  }
  .main .catalog {
    padding-top: 140px;
  }
  .main .about .statistic {
    padding: 0;
    gap: 80px;
  }
  .main .discount {
    padding: 40px 10px;
  }
  .main .discount__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
  }
  .main .discount__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .logo {
    margin: 20px auto 0;
  }
  .header .header__nav,
  .header__list {
    display: none;
  }
  .catalog .catalog__items .catalog__item {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }
  .main .about .about__title {
    font-size: 120px;
  }
  .main .about .statistic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main .about .statistic__items {
    padding-bottom: 50px;
  }
  .main .catalog__btn {
    margin-top: 60px;
  }
  .main .quote__top {
    font-size: 36px;
  }
  .main .quote__svg-right {
    right: -75px;
  }
  .main .advantages__items .advantages__item {
    width: 49.5%;
  }
}
@media (max-width: 660px) {
  .catalog .catalog__list a {
    font-size: 24px;
  }
  .main .quote__top {
    font-size: 24px;
    line-height: 45px;
  }
  .main .quote__svg-left,
  .main .quote__svg-right {
    width: 70px;
    height: 55px;
  }
  .main .quote__svg-left {
    top: -40px;
    left: -75px;
  }
  .main .quote__svg-right {
    right: -60px;
    bottom: -30px;
  }
  .main .about .about__title,
  .main .reviews__title,
  .main .advantages__title {
    font-size: 65px;
    margin-bottom: 70px;
  }
  .main .reviews,
  .main .advantages {
    padding: 70px 0 0;
  }
  .main .advantages__items .advantages__item {
    width: 100%;
  }
  .main .advantages__item .advantages__item-text {
    max-width: 600px;
  }
  .main .ask {
    margin-top: 70px;
    padding-bottom: 70px;
  }
  .main .ask .ask__form {
    padding: 0 20px;
  }
  .main .ask .ask__form button {
    max-width: 230px;
    height: 60px;
    padding: 15px;
    font-size: 16px;
  }
  .main .ask .ask__form input,
  .main .ask .ask__form textarea {
    padding: 20px 15px;
    border: 1px solid rgba(166, 162, 162, 0.3);
  }
  .main .discount {
    padding: 20px 10px;
    border-radius: 0;
  }
  .main .discount__form {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .main .discount__form button {
    height: 60px;
    padding: 15px;
    font-size: 16px;
  }
  .footer__main-list {
    padding: 30px;
    gap: 30px;
  }
  .footer__main-contacts {
    border-bottom: 1px solid #272727;
  }
  .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .footer__policy {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer__policy p {
    display: none;
  }
  footer::before {
    content: none;
  }
}
@media (max-width: 414px) {
  .container {
    padding: 0 20px;
  }
  .header .header__main h1 {
    font-size: 100px;
  }
  .header .header__main h2 {
    font-size: 24px;
  }
  .main .rent {
    padding: 15px;
  }
  .main .catalog__btn {
    margin: 60px auto;
  }
  .main .about .about__title,
  .main .reviews__title,
  .main .advantages__title,
  .main .ask .ask__form-title {
    font-size: 45px;
    text-align: center;
  }
  .catalog {
    padding: 10px 0 0;
  }
  .catalog .catalog__list a {
    font-size: 16px;
  }
  .catalog .catalog__list a::before {
    height: 8px;
  }
  .catalog .catalog__list ul {
    margin: 40px 0;
  }
  .catalog .catalog__items .catalog__item {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }
  .ask .ask__img {
    height: 70vh;
  }
  .address {
    font-size: 18px;
  }
  .social__form {
    margin-top: 50px;
  }
  .social__form button,
  .social__form input {
    font-size: 16px;
  }
  .social__form button {
    width: 100px;
  }
  .footer__main-contacts {
    padding-left: 30px;
  }
  .footer__main-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/*# sourceMappingURL=style.css.map */
