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

body {
  color: #fff;
}

/* 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;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("./../fonts/RobotoConsensed/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("./../fonts/RobotoConsensed/RobotoCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("./../fonts/RobotoConsensed/RobotoCondensed-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.container {
  max-width: 152rem;
  width: 100%;
  margin: 0 auto;
}

.main {
  position: relative;
  background-image: url("./../images/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.main__content {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.main__info {
  max-width: 74rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 10.3rem 0;
}
.main__info-title {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 5.4rem;
  line-height: 100%;
  text-align: center;
}
.main__info-box {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.main__info-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}

.box__content {
  display: flex;
  gap: 1.2rem;
  background: rgba(255, 255, 255, 0.1019607843);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 0.8rem 1.2rem;
  border-radius: 2rem;
}
.box__content img {
  width: 3.5rem;
  height: 3.5rem;
}
.box__content-text {
  font-family: "Roboto Condensed";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 100%;
}

.price__old {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 4rem;
  line-height: 100%;
  position: relative;
}
.price__old::before {
  content: "";
  position: absolute;
  width: 11rem;
  height: 0.5rem;
  background-color: #ff0000;
  bottom: 50%;
  right: 0;
  rotate: -16.6deg;
}
.price__new {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 100%;
}
.price__place {
  font-family: "Roboto Condensed";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 100%;
  padding: 0.8rem 2rem;
  border: 2px solid #ffffff;
  background-color: #070707;
  border-radius: 10rem;
  color: #fff;
  text-align: center;
  box-shadow: 1px 1px 100px 0px #ffb700;
  animation: pulseText 1.5s ease-in-out infinite;
}

@keyframes pulseText {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
.form__heading {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 100%;
  margin-bottom: 2.4rem;
}

.modal__form {
  background: rgba(255, 255, 255, 0.151961);
  padding: 0.8rem;
  border-radius: 1rem;
}

.form-bg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

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

.form-input {
  font-family: "Roboto Condensed";
  background-color: #ffffff;
  border-radius: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.95rem 1.2rem;
  width: 100%;
  color: #000;
  font-size: 1.6rem;
}
.form-input::-moz-placeholder {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.4);
}
.form-input::placeholder {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.4);
}

.error {
  position: absolute;
  display: none;
  color: red;
  font-size: 1.2rem;
  font-family: "Roboto Condensed";
  top: 0.5rem;
  right: 1rem;
}

.btn {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #533f07;
  background: #ffefb8;
  width: 100%;
  padding: 2.6rem 0;
  border-radius: 1.2rem;
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./../images/icons/bow.svg");
  width: 10rem;
  height: 9.8rem;
  background-size: cover;
  background-position: center;
}

.agreement__box {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 1.2rem 0;
}
.agreement__box input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  border: 1px solid #fffefc;
  border-radius: 0.2rem;
}
.agreement__box input:checked {
  background-image: url("./../images/icons/cheked.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.agreement__box label {
  font-family: "Roboto Condensed";
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 100%;
}

.main__slider {
  max-width: 74rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-next img {
  rotate: 180deg;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  padding: 1.6rem 2.2rem;
  border: 1px solid #ffffff;
  box-shadow: 1px 1px 20px 0px #ffefb8;
  background-color: rgba(255, 255, 255, 0.4);
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: none;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 1.2rem;
  height: 2.4rem;
  flex-shrink: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-pagination {
  text-align: center;
  bottom: 11.4rem !important;
}

.swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ffffff;
  opacity: 1;
  transition: background-color 0.3s ease;
}

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

.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: #ffefb8;
  border-color: #ffefb8;
}

.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;
  }
}
.language {
  position: fixed;
  z-index: 100;
  top: 1rem;
  right: 1rem;
  width: 6rem;
  height: 3.4rem;
  border-radius: 5px;
  background: #2e2e2e;
  overflow: hidden;
  padding: 0.5rem;
}

@media screen and (max-width: 767px) {
  .language {
    top: 2rem;
    right: 2rem;
    padding: 1rem;
    width: 8.8rem;
    height: 5rem;
    cursor: pointer;
  }
}
.language:hover {
  height: auto;
}

.language:hover .language__arrow {
  transform: rotate(0deg);
}

.language__item {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  font-size: 2rem;
  line-height: 1.2;
  text-decoration: none;
  color: white;
  cursor: pointer;
}

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

@media screen and (max-width: 767px) {
  .language__item {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}
.language__arrow {
  width: 1.7rem;
  transition: all 0.3s ease-out;
  transform: rotate(-180deg);
}

@media screen and (max-width: 767px) {
  .language__arrow {
    width: 2rem;
  }
}
@media (max-width: 968px) {
  .main {
    background-image: url("./../images/bg-mob.png");
  }
  .main__content {
    flex-direction: column;
    padding: 5rem 0;
  }
  .main__info {
    padding: 4rem;
  }
  .main__info-title {
    font-size: 4.6rem;
  }
  .box__content-text {
    font-size: 2.6rem;
  }
  .box__content {
    padding: 0.5rem;
    align-items: center;
  }
  .box__content img {
    width: 2.8rem;
    height: 2.8rem;
  }
  .price__old {
    font-size: 4rem;
  }
  .price__new {
    font-size: 6.4rem;
  }
  .price__place {
    font-size: 2.4rem;
    padding: 1rem 2rem;
  }
  .btn {
    font-size: 5rem;
    padding: 2.2rem 0;
  }
} /*# sourceMappingURL=style.css.map */
