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

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

@media screen and (min-width: 1025px) {
  .for-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .for-desktop {
    display: none !important;
  }
}
body {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  background-color: #000000;
}

/* 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;
  column-gap: 6rem;
  margin-bottom: 2rem;
}

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

@media screen and (max-width: 1024px) {
  .footer__row {
    min-height: 5rem;
    column-gap: 3rem;
    margin-bottom: 3rem;
  }
  .footer__row:last-child {
    margin-bottom: 0;
  }
}
.footer__phone {
  display: flex;
  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;
  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;
  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;
  column-gap: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .footer__mail a {
    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: 1024px) {
  .footer__block.for-mobile {
    display: block;
  }
  .footer__block.for-desktop {
    display: none;
  }
  .form-separator-mobile {
    width: 100%;
    height: 1px;
    background-color: #d6c7c7;
  }
}
.main {
  background-image: url("./../images/bg.png");
  background-size: cover;
}
.main__content {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  max-width: 77rem;
  width: 100%;
  padding: 16rem 0;
  min-height: 100vh;
  justify-content: center;
}
.main__subtitle {
  margin-bottom: 3.2rem;
  font-size: 3.6rem;
  font-weight: bold;
}
.main__heading {
  font-size: 8rem;
  font-family: "Bebas Neue Cyrillic";
  line-height: 1;
}
.main__title {
  font-size: 5.6rem;
  line-height: 1;
  font-family: "Bebas Neue Cyrillic";
  margin-bottom: 3.2rem;
}
.main__text {
  font-size: 3.2rem;
  font-weight: bold;
}
.main__block {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.main__label {
  width: 25.3rem;
  height: 25.5rem;
  background: url("../images/bg-label.png") center center no-repeat;
  background-size: contain;
  padding: 5rem;
  display: flex;
  font-size: 3.6rem;
  color: black;
  font-family: "Bebas Neue Cyrillic";
  line-height: 1;
}
.main__label span {
  background: linear-gradient(280deg, #000 12.58%, #8F8F8F 95.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main__arrow {
  width: 6rem;
  position: absolute;
  top: 70%;
  right: -5rem;
}
.main__info {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  font-size: 2.4rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.2rem;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.6rem;
  border-radius: 8px;
  overflow: hidden;
  font-size: 4.8rem;
  font-family: "Bebas Neue Cyrillic";
  color: white;
  font-weight: normal;
  position: relative;
}
.btn-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn span {
  position: relative;
}

@media (max-width: 1367px) {
  .main__content {
    min-height: calc(100vh - 30rem);
  }
}
@media (max-width: 1024px) {
  .main {
    background-image: url("./../images/bg-mob.png");
    background-position: center;
  }
  .main__content {
    padding: 6rem 2rem 4rem;
    width: 100%;
    align-items: start;
    text-align: start;
    min-height: inherit;
    gap: 50rem;
  }
  .main__subtitle {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }
  .main__heading {
    font-size: 8rem;
  }
  .main__title {
    font-size: 6.4rem;
  }
  .main__text {
    font-size: 2.8rem;
  }
  .main__block {
    padding-right: 20rem;
    position: relative;
  }
  .main__label {
    position: absolute;
    right: 0;
    bottom: -10rem;
    width: 28rem;
    height: 28rem;
    font-size: 4rem;
    text-align: center;
  }
  .main__arrow {
    top: 140%;
    right: 0;
    width: 12rem;
    z-index: 2;
  }
  .main__info {
    padding: 1.6rem;
    gap: 0.8rem;
    font-size: 2.4rem;
    font-weight: normal;
  }
  .btn {
    height: 13rem;
    font-size: 6.4rem;
  }
}

/*# sourceMappingURL=style.css.map */
