@font-face {     font-family: 'Sora-Regular';     src: url(/shared/3289/Sora-Regular.eot); src: url(/shared/3289/Sora-Regular.eot) format('embedded-opentype'), url(/shared/3289/Sora-Regular.woff2) format('woff2'), url(/shared/3289/Sora-Regular.woff) format('woff'), url(/shared/3289/Sora-Regular.ttf) format('truetype'), url('fonts/Sora-Regular.svg#Sora-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }  body, html {     overflow-x: hidden;     font-size: 10px; }  body {     margin: 0;     padding: 0;     font-family: 'Sora-Regular', sans-serif;     background: linear-gradient(93.69deg,#101726 -1.43%,#301414 100.67%,#281010 100.67%); }  * {     box-sizing: border-box; } section {     padding: 0 15px; }  .burger-panel {     height: 100vh;     transform: translate3d(0, 0, 0);     will-change: width;     position: fixed;     top: 0;     left: 0;     display: flex;     flex-direction: column;     color: #fff;     outline-style: none;     box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);     width: 250px;     max-width: 290px;     max-height: 100%;     background: linear-gradient(94.75deg, #101726 -1.41%, #301414 173.5%); }  .burger-panel__header {     display: block;     padding:  20px 25px; }  .burger-panel__header__btn {     background: none;     border: none; } .burger-panel__header__btn__svg {     display: inline-block;     width: 100%; } .burger-panel__header__btn__svg__icon {     display: flex;     justify-content: space-between; }  .burger-panel__header__btn__svg__icon svg {     fill: white; }  .burger-panel__text {     color: #ffffff; }  .btn {     height: auto;     display: grid;     grid-column-gap: 5px;     grid-template-columns: auto 1fr auto;     align-items: center;     justify-content: center;     min-width: 110px;     padding: 5px 20px;     background: linear-gradient(253.67deg, #adff00 2.27%, #00ea25 94.48%);     box-shadow: none;     border: 2px solid transparent;     border-radius: 6px;     font-family: 'Sora-Regular', sans-serif;     text-decoration: none; }  .banner .btn {     padding: 20px 46px 20px 46px;     background: linear-gradient(#03EB25, #A9FE01);     font-size: 20px;     color: #000;     font-weight: 700; }  .banner .green {     position: absolute;     top: 100px;     right: 300px;     font-size: 58px;     z-index: 2;     font-weight: 800;     text-align: end;     transform: rotate(-25deg); }  .btn__footer {     background: linear-gradient(217deg,#8108e0 0%,#ff39b0 100%,#ff39b0 100%);     width: 234px;     height: 50px;     border: none;     color: #ffffff; } .burger-panel .btn {     width: 200px; } .btn__reg span {     color: #111111; }  .nav__btn {     display: grid;     grid-auto-flow: initial;     justify-content: center;     margin: 0;     padding: 0;     background: none;     grid-gap: 20px;     grid-auto-columns: auto;     align-items: center; }  .btn__sing {     background: transparent;     border: 2px solid #df2dbd;     box-shadow: none;     color: #ffffff; }  .btn span {     font-style: normal;     font-weight: bold;     font-size: 1.4rem;     line-height: 1.45;     grid-column: 2;     text-transform: initial;     text-align: center; }  .nav__content__menu {     margin: 20px 0 0; }  .block_main-nav-panel__link {     color: #fff;     font-style: normal;     font-weight: normal;     font-size: 1.2rem;     line-height: 1.45;     display: flex;     align-items: center;     justify-content: initial;     min-height: 40px;     padding: 5px 25px;     text-decoration: none; }  .block_main-nav-panel__link:hover {     background: #37233a; }  .block_main-nav-panel__svg {     display: flex;     align-items: center;     justify-content: center;     margin: 0 15px 0 0;     width: 25px; }  .block_main-nav-panel__svg__icon svg {     display: block;     width: 25px;     height: auto;     fill: #fff; }  .main {     position: relative; }  .main__page {     padding-left: 250px; }  .header {     background: linear-gradient(93.69deg,#101726 -1.43%,#301414 100.67%,#281010 100.67%);     padding: 0 15px;     display: flex;     align-items: center;     justify-content: space-between;     height: 100px; }  .logo__link {     display: flex;     align-items: center;     justify-content: flex-start; }  .logo__link svg {     max-width: 144px;     height: 48px; }  .nav-menu__list {     list-style: none;     padding: 0;     display: flex;     justify-content: space-between; }  .nav-menu__list__item__link {     color: #ffffff;     text-decoration: none; }  .header__left {     display: flex; }  .logo {     margin: 0 60px 8px 0; }  .nav-menu__list__item {     margin-right: 40px; }  .nav-menu__list__item:last-child {     margin-right: 0; }  .header .nav__btn {     display: flex; }  .header .nav__btn .btn__reg {     position: relative;     display: block;     overflow: hidden;     text-align: center; }   .header .nav__btn .btn__reg:before {     content: "";     background-color: rgba(255, 255, 255, 0.5);     height: 100%;     width: 3em;     display: block;     position: absolute;     top: 0;     left: -4.5em;     transition: none;     animation: buttonPulse 2.5s infinite; } @keyframes buttonPulse {     0% {         transform: skewY(-45deg) translateX(0);     }      50%, 100% {         transform: skewX(-45deg) translateX(13.5em);         transition: all 0.5s ease-in-out;     } }  .container {     max-width: 1600px;     margin-right: auto;     margin-left: auto;     padding: 0; } .content__nav__link svg {     fill: #735cfc;     width: 20px;     height: 20px;     margin: 0 5px 0 0;     color: inherit; }  .content {     color: #ffffff;     padding: 20px 10px; }  .content__title {     font-size: 42px;     text-align: center;     margin: 25px 0 15px;     color: #FFFFFF; }  .content__info {     font-size: 16px; }  .content a {     color: #ffffff; }  .content img {     max-width: 100%;     height: auto; }  .footer {     padding: 20px 10px; }  .footer__wrapper {     display: flex;     justify-content: space-between; }  .footer__wrapper .logo__link, .footer__wrapper .nav__btn{     margin-bottom: 15px; }  .footer__menu {     display: flex;     padding: 0;     list-style: none;     margin:0; }  .footer__menu__item:first-child {     color: #ff7a00;     font-style: normal;     font-weight: bold;     font-size: 16px;     line-height: 1.45;     padding: 0 0 20px 0; }  .footer__menu__link {     transition: color 0.3s linear;     text-decoration: none;     color: #ffffff;     font-style: normal;     font-weight: bold;     font-size: 14px;     line-height: 1.45; }  .footer__menu__link img {     width: 125px;     height: 50px; } .footer__menu__link {     display: flex; } .footer__menu__link .svg {     display: block;     width: 45px;     margin-right: 15px; }  .footer__menu__link .svg path {     fill: #ff7a00; } .footer__menu__item {     margin-bottom: 10px; } .footer__menu__link .guru {     display: block;     width: 128px;     height: 50px; }  .footer__disclaimer__text {     font-style: normal;     font-weight: normal;     font-size: 12px;     line-height: 1.45;     color: #ffffff;     margin: 0; } .footer__disclaimer__link {     margin: 0; } .footer__disclaimer__link a {     color: #735cfc;     text-decoration: underline;     font-size: 12px; }  .footer__disclaimer__copy {     color: #ffffff;     font-size: 12px; }  .footer__disclaimer {     width: 100%; }   .hover {     display: none; }  .size {     width: 80px; }  .main__page.pdn {     padding-left: 80px; }  .pay__list {     display: flex;     flex-wrap: wrap;     justify-content: space-between;     list-style: none;     padding: 0; }  .pay__list__item {     margin: 10px 10px 20px; }  .pay__list__item svg {     max-width: 105px;     max-height: 54px; } .pay__list__item svg path {     fill: #606b74; } @media (max-width: 1400px) {     .footer__wrapper {         flex-wrap: wrap;     } }  @media (max-width: 900px) {     .burger-panel__text {         display: none;     }      .burger-panel.size {         width: 250px;     }     .burger-panel__text.hover {         display: inline-block;     }     .block_main-nav-panel__link__text__inner.hover,     .nav__btn--click.hover {         display: grid;     }     .block_main-nav-panel__link__text__inner,     .nav__btn--click {         display: none;     }     .burger-panel {         width: 80px;     }     .burger-panel {         z-index: 150;     }     .main__page {         padding-left: 80px;     } } @media (max-width: 678px) {     .footer__wrapper .logo {         margin: 0 0 40px;     }     .footer__wrapper {         justify-content: center;     } }  @media (max-width: 580px) {     .btn__sing {         display: none;     }     .logo {         margin: 0 25px 8px 0;     }     section {         padding: 0 5px;     }     .footer__wrapper {         justify-content: flex-start;     }     .content__title {         font-size: 36px;     }border: 2px solid #df2dbd; }   @media (max-width: 468px) {     .logo__link svg {         max-width: 100px;         height: 40px;     }     .btn span {         font-size: 12px;     }  }  @media (max-width: 430px) {     .content__title {         font-size: 28px;     }      .content__info {         font-size: 14px;     }     .footer__disclaimer__text {         display: none;     } }  @media (max-width: 360px) {     .header {         padding: 0 5px     }     .btn {         min-width: 95px;         padding: 5px 10px;         max-width: 150px;     }     .pay__list__item svg {         max-width: 55px;     }     .btn__footer {         width: 100%;     }     .footer__menu {         flex-wrap: wrap;     }     .block_main-nav-panel__link {         padding: 5px 10px;     }     .burger-panel__header {         display: block;         padding: 15px 10px;     }     .burger-panel {         width: 50px;     }     .main__page {         padding-left: 50px;     } } .green {     color: #00ea25; }  .content p img {     max-width: 100%;     height: auto;     margin: 15px 0; } table {     border-collapse: collapse;     width: 100%; }  th {     background-color: #808080;     color: white;     padding: 8px;     text-align: left;     border: 1px solid #9d9d9d; }  td {     padding: 8px;     text-align: left; }  tr:nth-child(even) {     background-color: rgba(128, 128, 128, 0.5); }  tr:first-child {     background-color: #808080;     color: white; }  .content a {     color: #609714;     text-decoration: underline; } .content a:hover {     color: #96fc05;     text-decoration: none; } .btn:hover {     background: linear-gradient(253.67deg, #00d122 2.27%, #8dd100 94.48%); } .btn__sing:hover {     border: 2px solid #ff2dd6;     background: #ae2393; } .breadcrumbs-list__item {     color: #cccccc; } .breadcrumbs-list__item a {     color: #cccccc;     text-decoration: none; } .content__btn {     display: flex;     justify-content: center;     margin-top: 20px; } .swiper {     width: 100%;     height: 100%;     padding: 0 15px; } .swiper-wrapper {     padding: 10px 15px;     width: auto; } .swiper-slide {     text-align: center;     display: flex;     justify-content: center;     align-items: center;     width: 180px !important;     flex-shrink: 0; } .swiper-slide a {     transition: color 0.3s linear;     color: #fff;     font-style: normal;     font-weight: normal;     font-size: 12px;     line-height: 1.45;     text-decoration: none;     white-space: nowrap; }  .swiper-slide a:hover {     color: #735cfc;     text-decoration: underline; } .swiper-button-next {     width: 30px;     color: #fff; } .swiper-button-prev {     color: #fff;     background: #1f161d;     padding: 10px;     left: 0; } .swiper-button-next {     color: #fff;     background: #2f1415;     padding: 10px;     right: 0; } .swiper-button-next:after, .swiper-button-prev:after {     font-size: 12px; } .swiper:before {     content: "";     position: absolute;     bottom: 0;     left: 0;     display: block;     width: 100%;     height: 1px;     background: rgb(255 255 255 / 20%);     border-radius: 16px; } .footer__menu {     display: none; }   @media (max-width: 899px) {     .swiper {         display: none;     }     .footer__menu {         display: block;     }     .footer__menu-wrapper {         display: flex;         gap: 10px;         flex-wrap: wrap;     }     .footer__menu-slide {         width: 49%;         text-align: center;     }      .footer__menu-slide a {         transition: color 0.3s linear;         color: #fff;         font-style: normal;         font-weight: normal;         font-size: 12px;         line-height: 1.45;         text-decoration: none;         white-space: nowrap;     }      .footer__menu-slide a:hover {         color: #735cfc;         text-decoration: underline;     } }  @media (max-width: 590px) {     .footer__menu-slide {         width: 100%;         text-align: center;     } } .toc_title {     text-decoration: none;     font-weight: 700;     letter-spacing: 1px;     cursor: pointer;     font-size: 14px;     display: flex;     align-items: center;     color: #609714 ; } .no_bullets .toc_list {     display: none; } .toc_list {     font-size: 15px;     line-height: 2; } .content__info a, .toc_list a {     color: #609714;     text-decoration: underline; } .content__info a:hover, .toc_list a:hover {     text-decoration: none;     color: #96fc05; } .no_bullets.open .toc_list {     display: block; } .scroll-up-gg {     position: fixed;     bottom: 40px;     right: 30px;     z-index: 999;     background: #1b1621;     border-radius: 50%;     display: flex;     align-items: center;     cursor: pointer; } .scroll-up-gg svg {     width: 50px;     height: 50px; } .content__info > button {     background: none;     border: none;     display: block;     width: 100%; } .content__info > button > a {     display: block;     padding: 10px 0;     padding: 20px 46px 20px 46px;     background: linear-gradient(#03EB25, #A9FE01);     box-shadow: none;     border: 2px solid transparent;     border-radius: 6px;     text-decoration: none;     color: #111111;     font-size: 16px;     font-weight: 700;     position: relative; } .content__info > button > a:before {     transition: opacity 0.3s linear;     content: "";     position: absolute;     top: 0;     left: 0;     z-index: 1;     width: 100%;     height: 100%;     background: rgba(0, 0, 0, .2);     opacity: 0; } .content__info > button > a:hover:before {     opacity: 1; } .content__info > button > a:hover {     color: #111110; } .block__iframe {     height: 700px; } .block__iframe iframe {     width: 100%;     height: 100%; }