html {
  font-size: 1.5625vw;
}
@media screen and (min-width: 968px) {
  html {
    font-size: 0.521vw;
  }
}

/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

.footer__block.for-mobile {
  display: none;
}

.footer {
  font-size: 2rem;
  font-family: "Rubik", sans-serif;
  line-height: 1.1;
  background: #070707;
  color: #fff;
  border-top: 1px solid #454545;
  padding: 4.3rem 0 5.5rem;
}

.footer__dogovor {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: end;
}

.footer__documents {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-end;
}

@media screen and (max-width: 1024px) {
  .footer__documents {
    align-items: center;
    gap: 4rem;
  }
}
.footer a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease-out, border 0.3s ease-out;
}

.footer a:hover {
  color: #7c66ff;
  border-color: #7c66ff;
}

.footer a svg {
  width: 2rem;
  fill: currentColor;
}

@media screen and (max-width: 1024px) {
  .footer a svg {
    width: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 6rem 0;
    font-size: 2rem;
  }
  .footer__support {
    font-size: 2.4rem;
  }
}
.footer .container {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .footer .container {
    padding: 0 2rem;
  }
}
.footer__row {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  margin-bottom: 2rem;
}

.footer__row:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .footer__row {
    min-height: 5rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    margin-bottom: 3rem;
  }
  .footer__row:last-child {
    margin-bottom: 0;
  }
}
.footer__phone {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  min-width: 19rem;
}

.footer__phone > div {
  min-width: 19rem;
}

.footer__phone span {
  display: block;
  font-size: 1.4rem;
  color: #a3a3a3;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 1024px) {
  .footer__phone span {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
}
.footer__phone a {
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .footer__phone a {
    font-size: 3rem;
  }
}
.footer__contacts {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  align-items: center;
}

.footer__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19rem;
  flex-shrink: 0;
  border: 1px solid white;
  border-radius: 5px;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem;
}

@media screen and (max-width: 1024px) {
  .footer__social a {
    padding: 2rem;
    width: 28rem;
    font-size: 2rem;
  }
}
.footer__mail a {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .footer__mail a {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    font-size: 2rem;
  }
}
.footer__copyright {
  text-transform: uppercase;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .footer__copyright {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .footer__info {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
    align-items: center;
    margin: 0 auto;
  }
}
@media (max-width: 968px) {
  .footer__block.for-mobile {
    display: block;
  }
  .footer__block.for-desktop {
    display: none;
  }
  .form-separator-mobile {
    width: 100%;
    height: 1px;
    background-color: #d6c7c7;
  }
}
@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("../fonts/Bebas_Neue_Cyrillic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Manrope", sans-serif;
  background-color: #000000;
  color: #ffffff;
}

.container {
  max-width: 152rem;
  width: 100%;
  margin: 0 auto;
}

.main__content {
  display: flex;
  gap: 2rem;
  padding: 16rem 0 5rem;
}
.main__info {
  display: flex;
  flex-direction: column;
  max-width: 75rem;
  width: 100%;
}
.main__slider {
  max-width: 72rem;
  width: 100%;
}

.info__subtitle {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 100%;
  margin-bottom: 2.4rem;
}
.info__title-box {
  position: relative;
  width: 100%;
}
.info__title {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 8rem;
  line-height: 100%;
}
.info__adds {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 3rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  max-width: 30rem;
  width: 100%;
  position: absolute;
  padding: 1.3rem 2rem;
  border: 5px solid #5e5e5e;
  top: -1rem;
  right: 6rem;
  rotate: 4deg;
}
.info__text {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 100%;
  margin-bottom: 2.4rem;
}

.form__text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  margin-bottom: 1.2rem;
}

.modal__form {
  background: #241e19;
  border: 1px solid;
  border-radius: 1rem;
  padding: 1.2rem;
  border-image-source: linear-gradient(180deg, #4a4a4a 0%, #1f1f1f 100%);
}

.form-bg {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.form-control {
  position: relative;
  width: 100%;
}

.form-input {
  background-color: #fff;
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: #000;
  padding: 1.8rem 1.2rem;
  border-radius: 1.2rem;
}
.form-input::-moz-placeholder {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
}
.form-input::placeholder {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
}

.error {
  color: red;
  font-size: 1.4rem;
  position: absolute;
  top: 0rem;
  right: 1rem;
  display: none;
}

.checkbox__box {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.checkbox__box input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 1px;
  background-image: url("./../images/check.svg");
  background-position: center;
  background-size: 1.2rem 1rem;
  background-repeat: no-repeat;
  background-color: #fff;
}
.checkbox__box label {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 100%;
  cursor: default;
}

.btn {
  width: 100%;
  background: radial-gradient(73.76% 158.22% at 26.24% -0.06%, #f2b488 0%, #e98d58 56.68%, #cf7240 100%);
  border: 4px solid;
  border-image-source: linear-gradient(180deg, #fdc099 0%, #c77146 100%);
  border-image-slice: 1;
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 2.4rem 0;
  border-radius: 1.2rem;
}

.slider {
  position: relative;
}
.slider__info {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1215686275);
  padding: 1.6rem 0 1.6rem 1.6rem;
  color: #000;
  max-width: 48rem;
  width: 100%;
  bottom: 6.3rem;
  right: -3.3rem;
}
.slider__info-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.slider__info-title::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("./../images/slider-info.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider__info-text-box {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  position: relative;
}
.slider__info-text {
  font-weight: 600;
  font-size: 2rem;
  line-height: 100%;
  position: relative;
  display: flex;
  align-items: start;
  gap: 1rem;
}
.slider__info-text::before {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1rem;
  background-image: url("./../images/check.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0.5rem;
  flex-shrink: 0;
}

.swiper {
  height: 60rem;
  border-radius: 1.2rem;
  cursor: grab;
}

.swiper-slide {
  width: 100%;
  height: auto;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  max-width: 7.2rem;
  margin: 0 auto;
  left: 50% !important;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.1019607843);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 1rem;
  padding: 0.5rem 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
}

.swiper-button-prev::after {
  content: "";
  display: none;
}

.swiper-button-next img {
  rotate: 180deg;
}
.swiper-button-next::after {
  content: "";
  display: none;
}

.for-mob {
  display: none;
}

.main__line {
  background-color: #ee5f00;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 5rem;
}
.main__line-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 0;
  width: -moz-max-content;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}
.main__line-item {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .for-mob {
    display: block;
  }
  .for-pc {
    display: none;
  }
  .main__content {
    flex-direction: column;
    padding: 3rem 4rem;
  }
  .info__title {
    font-size: 5rem;
  }
  .info__adds {
    position: relative;
    rotate: 0deg;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: left;
    top: 0;
    right: 0;
    border-width: 0.6rem;
    margin: 1rem 0;
  }
  .info__text {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 43rem;
  }
  .slider {
    position: absolute;
    height: 38rem;
    top: 30rem;
  }
  .swiper {
    height: 38rem;
  }
  .main__slider {
    max-width: 56rem;
  }
  .form__text {
    font-size: 1.6rem;
  }
  .slider__info {
    max-width: 60rem;
    bottom: 4.8rem;
    right: -2.3rem;
  }
  .slider__info-text {
    font-size: 1.8rem;
  }
  .slider__info-title {
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }
  .swiper-pagination {
    max-width: 10rem;
  }
}/*# sourceMappingURL=style.css.map */