.popup-bonus__subtitle:hover, .popup-bonus__close svg:hover g path, .btn-red-border:hover, .btn-red-border, .red-hover:hover, .red-hover {
  transition: all 0.7s ease 0s;
}

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: rgb(229, 0, 18);
}
::-webkit-scrollbar-track {
  background: black;
}

body {
  font-family: "MOS";
  background-color: #000;
}
body.lock {
  overflow-y: hidden;
  overflow: hidden;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

input {
  background: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.text-red {
  color: #e50012;
}

.error input {
  border-bottom: 1px solid #e50012;
}
.error .form-error {
  display: block;
  height: 16px;
}

.form-error {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 0px;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: #e50012;
}
.form-error-icon {
  padding-right: 5px;
}

.body__wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible;
  overflow-x: hidden;
}

.container {
  max-width: 1720px;
  margin: 0px auto 0px;
  padding: 0 20px;
}

.main {
  padding-top: 63px;
}
.main__wrapper {
  position: relative;
}

.red-hover:hover {
  color: #e50012 !important;
}

.btn-grey,
.btn-grey-small {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border-right: 2px solid rgba(255, 255, 255, 0.15);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #f7f5f9;
  min-width: 259px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
}
.btn-grey:hover,
.btn-grey-small:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn-grey:before,
.btn-grey-small:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(/images/button-new.svg?3e9a6fbb3cd22b59c91c17298bc58048) no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.btn-grey-small,
.btn-grey-small-small {
  min-width: 163px;
}

.btn-red-border {
  margin-top: 50px;
  width: 173px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/images/btn-red-border.svg?34dc443ad7add0c9c2cf3b1638b92b72);
  background-color: rgba(229, 0, 18, 0.11);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #f7f5f9;
}
.btn-red-border:hover {
  background-color: rgba(229, 0, 18, 0.5);
}
@media (max-width: 425px) {
  .btn-red-border {
    width: 295px;
    background-image: url(/images/btn-red-border-big.svg?38f96ecb0db351ac2497aee4cca92fa8);
  }
}
@media (max-width: 370px) {
  .btn-red-border {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e50012;
  }
}
@media (max-width: 330px) {
  .btn-red-border {
    background: none;
    border: 1px solid #e50012;
  }
}

.btn-red,
.btn-red-small {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #f7f5f9;
  min-width: 199px;
  height: 60px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  z-index: 1;
}
@media (max-width: 630px) {
  .btn-red,
  .btn-red-small {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 425px) {
  .btn-red,
  .btn-red-small {
    min-width: 100%;
  }
}
.btn-red:before,
.btn-red-small:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: " ";
  background: url(/images/red-btn.svg?c4b113c0b6fc83c75656814be6dd4dac) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.btn-red:hover:before,
.btn-red-small:hover:before {
  opacity: 0.5;
}
.btn-red-small,
.btn-red-small-small {
  min-width: 164px;
}
.btn-red-small:before,
.btn-red-small-small:before {
  background: url(/images/btn-red-small.png?c8ebfdb0cfe86ea10ba5d4d153ff4c22) no-repeat;
  background-size: cover;
}

.btn-white,
.btn-white-small {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  min-width: 199px;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  text-align: center;
  z-index: 10;
}
@media (max-width: 630px) {
  .btn-white,
  .btn-white-small {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 425px) {
  .btn-white,
  .btn-white-small {
    max-width: 100%;
  }
}
.btn-white:before,
.btn-white-small:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: " ";
  background: url(/images/button-white.svg?93b8acfc61fb4da22e92cf7dfbf38d65) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.btn-white:hover:before,
.btn-white-small:hover:before {
  opacity: 0.5;
}

.textures {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.section-title {
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 45px;
  color: #f7f5f9;
  padding-bottom: 47px;
  position: relative;
}
@media (max-width: 1220px) {
  .section-title {
    padding-bottom: 40px;
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .section-title {
    padding-bottom: 30px;
  }
}

.section-subtitle {
  font-weight: 250;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
}
@media (max-width: 460px) {
  .section-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}

.decor {
  z-index: 99;
  position: relative;
}
.decor.second_section {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .decor.second_section {
    margin-top: 50px;
  }
}
.decor-subtitle {
  position: absolute;
  font-family: "manticore";
  font-style: normal;
  font-weight: 400;
  font-size: 20.9253px;
  line-height: 23px;
  color: rgb(229, 0, 18) !important;
  z-index: 0 !important;
  top: -30px;
  left: -40px;
  transform: rotate(-5.91deg);
}
@media (max-width: 1850px) {
  .decor-subtitle {
    left: -10px;
  }
}
@media (max-width: 1300px) {
  .decor-subtitle {
    left: 0px;
  }
}

@media (max-width: 1720px) {
  .contact {
    padding-top: 100px !important;
  }
}

.popup-bonus {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 35%);
  width: 375px;
  z-index: 1000;
}
@media (max-width: 425px) {
  .popup-bonus {
    transform: translate(-50%, 20%);
    width: 296px;
  }
}
.popup-bonus__block {
  width: 100%;
  position: relative;
}
.popup-bonus__close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: transparent;
}
.popup-bonus__close svg:hover g path {
  fill: #e50013;
}
.popup-bonus__container {
  background-color: #313132;
}
.popup-bonus__img img {
  width: 100%;
  z-index: 10;
}
.popup-bonus__main-content {
  padding: 24px 32px;
}
.popup-bonus__title {
  color: #949395;
  font-family: "MOS";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 16px;
}
.popup-bonus__title span {
  color: #28af60;
  font-family: "MOS";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}
.popup-bonus__title-big {
  color: #f7f5f9;
  font-family: "MOS";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
}
.popup-bonus__subtitle {
  color: #949395;
  font-family: "MOS";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration-line: underline;
  margin-bottom: 32px;
}
.popup-bonus__subtitle:hover {
  color: #e50013;
}
.popup-bonus__buttons {
  display: flex;
  justify-content: center;
}
