* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

textarea {
  resize: none
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

address {
  font-style: normal
}

@font-face {
  font-family: Geologica;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/riesanto-fonts/riesanto-geologica-bold.woff2) format("woff2")
}

@font-face {
  font-family: Geologica;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/riesanto-fonts/riesanto-geologica-semibold.woff2) format("woff2")
}

@font-face {
  font-family: Geologica;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/riesanto-fonts/riesanto-geologica-regular.woff2) format("woff2")
}

:root {
  --font-main: "Geologica", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #01001a;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --groy: #be5f00;
  --green: rgb(6, 219, 6);
  --hover: #ff8000;
  --active: #ff8000
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page)
}

@media (max-width:600px) {
  .page_change .riesanto-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5
  }
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.tx-18-14 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-18-14 {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .tx-18-14 {
    font-size: 14px
  }
}

.logo {
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  color: var(--white);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .logo:hover {
    color: var(--hover)
  }
}

.logo:focus-visible {
  color: var(--hover)
}

.logo:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3
}

.tx-30-20 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-30-20 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tx-30-20 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-30-20 {
    font-size: 20px
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-20-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-20-16 {
    font-size: 16px
  }
}

.tx-48-30 {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-48-30 {
    font-size: 46px
  }
}

@media (max-width:991px) {
  .tx-48-30 {
    font-size: 42px
  }
}

@media (max-width:600px) {
  .tx-48-30 {
    font-size: 38px
  }
}

.but {
  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;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
  background-color: var(--groy);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  min-width: 115px;
  min-height: 43px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  text-align: center
}

@media (max-width:991px) {
  .but {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .but {
    font-size: 14px;
    min-height: 38px
  }
}

.but_border {
  border: 2px solid var(--white);
  background-color: transparent
}

.but_white {
  color: var(--black);
  background-color: var(--white)
}

.but_big {
  min-width: 212px;
  min-height: 55px
}

@media (max-width:991px) {
  .but_big {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .but_big {
    font-size: 14px;
    min-width: 164px;
    min-height: 38px
  }
}

@media (any-hover:hover) {
  .but:hover {
    background-color: var(--hover)
  }
}

.but:focus-visible {
  background-color: var(--hover)
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.br-2-white {
  border: 2px solid var(--white)
}

.brr-50 {
  border-radius: 50px
}

.brr-30 {
  border-radius: 30px
}

.mb-section:not(:last-child) {
  margin-bottom: 40px
}

.mb-90-40:not(:last-child) {
  margin-bottom: 90px
}

@media (max-width:991px) {
  .mb-90-40:not(:last-child) {
    margin-bottom: 70px
  }
}

@media (max-width:600px) {
  .mb-90-40:not(:last-child) {
    margin-bottom: 40px
  }
}

.mb-16-12:not(:last-child) {
  margin-bottom: 16px
}

@media (max-width:600px) {
  .mb-16-12:not(:last-child) {
    margin-bottom: 12px
  }
}

.mb-40-20:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-60-40:not(:last-child) {
  margin-bottom: 60px
}

@media (max-width:991px) {
  .mb-60-40:not(:last-child) {
    margin-bottom: 50px
  }
}

@media (max-width:600px) {
  .mb-60-40:not(:last-child) {
    margin-bottom: 40px
  }
}

.mb-15:not(:last-child) {
  margin-bottom: 16px
}

.mb-20-10:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:991px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width:600px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 10px
  }
}

.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px
}

.p-card {
  padding: 50px 30px
}

.p-24-16 {
  padding: 24px
}

@media (max-width:991px) {
  .p-24-16 {
    padding: 20px
  }
}

@media (max-width:600px) {
  .p-24-16 {
    padding: 16px
  }
}

.bg-dark {
  background-color: #01001a
}

.input {
  display: block;
  border: 2px solid var(--white);
  border-radius: 50px;
  padding: 0 15px;
  width: 100%;
  height: 47px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  background-color: transparent;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

.input_textarea {
  height: 80px;
  padding: 15px
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.hover-color {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-color:hover {
    color: var(--hover)
  }
}

.hover-color:focus-visible {
  color: var(--hover)
}

.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.d-block {
  display: block
}

.w100 {
  min-width: 0;
  width: 100%
}

.relative-z2 {
  position: relative;
  z-index: 2
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.terms {
  padding-top: 80px
}

@media (max-width:991px) {
  .terms {
    padding-top: 60px
  }
}

@media (max-width:600px) {
  .terms {
    padding-top: 40px
  }
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 14px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 12px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.riesanto-header {
  padding: 15px 0
}

.riesanto-header__container {
  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;
  gap: 10px
}

@media (max-width:991px) {
  .riesanto-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .riesanto-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.riesanto-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.riesanto-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .riesanto-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .riesanto-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.riesanto-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.riesanto-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.riesanto-nav__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 30px
}

@media (max-width:991px) {
  .riesanto-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}

.riesanto-nav__list_footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media (max-width:991px) {
  .riesanto-nav__list_footer {
    gap: 10px
  }
}

.riesanto-nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .riesanto-nav__link:hover {
    color: var(--hover)
  }
}

.riesanto-nav__link:focus-visible {
  color: var(--hover)
}

.riesanto-nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.riesanto-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 42px;
  height: 18px;
  background-color: transparent
}

@media (max-width:991px) {
  .riesanto-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.riesanto-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px
}

.riesanto-hero__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  padding-top: 60px
}

@media (max-width:991px) {
  .riesanto-hero__top {
    padding-top: 40px
  }
}

@media (max-width:668px) {
  .riesanto-hero__top {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

.riesanto-hero__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
  height: 410px
}

@media (max-width:1220px) {
  .riesanto-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    height: 328px
  }
}

@media (max-width:820px) {
  .riesanto-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    height: 248px
  }
}

@media (max-width:668px) {
  .riesanto-hero__image {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    height: 100%;
    z-index: 1
  }
}

.riesanto-hero__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1
}

@media (max-width:668px) {
  .riesanto-hero__image::before {
    display: block
  }
}

.riesanto-hero__image img {
  border-radius: 30px
}

@media (max-width:668px) {
  .riesanto-hero__image img {
    border-radius: 0;
    -o-object-fit: cover;
    object-fit: cover
  }
}

@media (max-width:668px) {
  .riesanto-hero__title {
    text-align: center
  }
}

@media (max-width:668px) {
  .riesanto-hero__link {
    margin: 0 auto
  }
}

.riesanto-hero__descr {
  position: relative;
  z-index: 2;
  padding-top: 35px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 637px;
  flex: 0 1 637px;
  width: 100%
}

@media (max-width:991px) {
  .riesanto-hero__descr {
    padding-top: 0
  }
}

@media (max-width:668px) {
  .riesanto-hero__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.riesanto-benefits {
  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;
  gap: 25px;
  width: 100%
}

@media (max-width:600px) {
  .riesanto-benefits_mx {
    max-width: 250px;
    margin: 0 auto
  }
}

.riesanto-benefits__item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.riesanto-benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:600px) {
  .riesanto-benefits__item {
    width: 100%
  }
}

.riesanto-benefits__icon {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.riesanto-faq {
  position: relative;
  background-image: url(/riesanto-img/riesanto-background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .riesanto-faq {
    background-image: url(/riesanto-img/riesanto-background-mob.webp)
  }
}

.riesanto-faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1
}

.accordion.active .accordion__button span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.accordion__top {
  position: relative;
  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;
  gap: 10px
}

.accordion__button {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .accordion__button:hover {
    opacity: .5
  }
}

.accordion__button:focus-visible {
  opacity: .5
}

.accordion__button:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.accordion__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.accordion__button span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.accordion__bottom {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out
}

.accordion__texts {
  padding-top: 16px
}

.riesanto-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:991px) {
  .riesanto-reviews {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 20px
  }
}

@media (max-width:600px) {
  .riesanto-reviews {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.riesanto-reviews__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px
}

.riesanto-reviews__stars li {
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.riesanto-reviews__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 335px;
  flex: 0 1 335px;
  width: 100%
}

.riesanto-footer {
  padding-bottom: 70px
}

@media (max-width:600px) {
  .riesanto-footer {
    padding-bottom: 40px
  }
}

.riesanto-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 90px
}

@media (max-width:991px) {
  .riesanto-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.riesanto-footer__left {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.riesanto-footer__age {
  width: 121px;
  height: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.riesanto-footer__right {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 921px;
  flex: 0 1 921px
}

@media (max-width:991px) {
  .riesanto-footer__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.riesanto-bottom {
  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;
  gap: 20px
}

@media (max-width:991px) {
  .riesanto-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.riesanto-bottom__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 600px;
  flex: 0 1 600px;
  width: 100%
}

@media (max-width:991px) {
  .riesanto-bottom__form {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.riesanto-bottom__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 39%;
  flex: 0 1 39%;
  position: relative;
  width: 100%;
  padding-bottom: 34.4%
}

@media (max-width:991px) {
  .riesanto-bottom__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
    padding-bottom: 66.4%
  }
}

.riesanto-bottom__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: 1
}

.riesanto-bottom__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 486px;
  flex: 0 1 486px;
  width: 100%
}

@media (max-width:991px) {
  .riesanto-bottom__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.riesanto-bottom .riesanto-benefits__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px
}

.status {
  display: none;
  border: 2px solid var(--green);
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px
}

.form.active .status {
  display: block
}

.isgame {
  display: block;
  width: 100%;
  height: 600px
}

@media (max-width:991px) {
  .isgame {
    height: 400px
  }
}

@media (max-width:600px) {
  .isgame {
    height: 300px
  }
}