@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:wght@300;400;700;900&display=swap");
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

.row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap; }

.row:after {
  content: '';
  display: block;
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

@font-face {
  font-family: 'Bebas Neue 2';
  src: url("../fonts/bebas-neue-bold.woff2") format("woff2"), url("../fonts/bebas-neue-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* RESET */
* {
  box-sizing: border-box; }

body, html {
  height: 100%; }

body {
  margin: 0;
  line-height: 1.4;
  font-size: 18px;
  color: #242C36;
  font-family: "Lato", sans-serif; }
  @media screen and (max-width: 1540px) {
    body {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

a {
  color: #242C36;
  text-decoration: none; }

button {
  cursor: pointer;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Bebas Neue 2", cursive;
  font-weight: normal;
  line-height: 1; }

h2 {
  font-size: 60px; }
  @media screen and (max-width: 1540px) {
    h2 {
      font-size: 50px; } }
  @media screen and (max-width: 1024px) {
    h2 {
      font-size: 38px; } }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 35px; } }

h3 {
  font-size: 36px; }
  @media screen and (max-width: 1540px) {
    h3 {
      font-size: 30px; } }
  @media screen and (max-width: 1024px) {
    h3 {
      font-size: 27px; } }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 25px; } }

input, textarea, select {
  display: block;
  width: 100%;
  padding: 0 23px;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  color: #242C36;
  border: 0;
  height: 45px;
  line-height: 45px;
  outline: none;
  transition: all 0.4s ease; }
  input::placeholder, textarea::placeholder, select::placeholder {
    color: rgba(36, 44, 54, 0.7); }
  @media screen and (max-width: 1540px) {
    input, textarea, select {
      padding: 0 15px;
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    input, textarea, select {
      font-size: 16px; } }

textarea {
  line-height: 1.2;
  padding: 23px;
  resize: none;
  min-height: 140px; }

select {
  background: #fff url(../images/select_l.svg) calc(100% - 20px) 50% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding-right: 60px; }
  select::-ms-expand {
    display: none; }

img, svg {
  max-width: 100%; }

p:first-child {
  margin-top: 0; }
p:last-child {
  margin-bottom: 0; }

.formgroup strong {
  font-weight: 600; }
.formgroup span {
  display: block;
  margin-bottom: 8px; }
  .formgroup span em {
    color: #ED5D15;
    font-style: normal; }

/* RESET */
/* GLOBAL */
.wrapper {
  position: relative;
  min-height: 100%;
  background: linear-gradient(252deg, #F3F3F3 0%, #E4E4E4 100%); }
  .wrapper.red {
    background: #DD0303 !important;
    overflow: hidden; }
    .wrapper.red:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 50%;
      background: #E5E5E5; }
    .wrapper.red:after {
      content: '';
      position: absolute;
      top: calc(50% - 180px);
      right: -200px;
      left: -200px;
      height: 300px;
      border-radius: 100%;
      background: #E5E5E5; }

.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex.inline {
    display: inline-flex; }
  .flex.nowrap {
    flex-wrap: nowrap; }
  .flex.jcsb {
    justify-content: space-between; }
  .flex.ais {
    align-items: flex-start; }
  .flex.aic {
    align-items: center; }
  .flex.jcc {
    justify-content: center; }
  .flex.aib {
    align-items: flex-end; }
  .flex.aif {
    align-items: flex-start; }
  .flex.jcfe {
    justify-content: flex-end; }
  .flex.gap50 {
    gap: 30px 50px; }
  .flex.gap30 {
    gap: 30px; }
  .flex.gap20 {
    gap: 20px; }
  .flex.gap80 {
    gap: 30px 80px; }
  .flex.gap10 {
    gap: 10px; }

.whitebg {
  background: #fff;
  border-radius: 20px; }
  @media screen and (max-width: 767px) {
    .whitebg {
      border-radius: 10px; } }

/* GLOBAL */
/* COMPONENTS_PAGE */
.sitebutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  padding: 0;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Bebas Neue 2", cursive;
  border-radius: 5px;
  border: 0;
  letter-spacing: 1.5px;
  gap: 10px;
  min-height: 50px; }
  .sitebutton.block {
    display: flex;
    width: 100%; }
  .sitebutton.maxwidth350 {
    max-width: 350px;
    display: flex; }
  .sitebutton.maxwidth300 {
    max-width: 300px;
    width: 100%; }
  .sitebutton.maxwidth200 {
    max-width: 200px;
    width: 100%; }
  .sitebutton.maxwidth150 {
    max-width: 150px;
    width: 100%; }
  .sitebutton.height80 {
    min-height: 80px; }
    @media screen and (max-width: 767px) {
      .sitebutton.height80 {
        min-height: 60px; } }
  .sitebutton.height60 {
    min-height: 60px; }
  .sitebutton.height35 {
    min-height: 35px;
    padding: 0 25px; }
    @media screen and (max-width: 767px) {
      .sitebutton.height35 {
        min-height: 35px; } }
  .sitebutton.height40 {
    min-height: 40px;
    padding: 0 25px; }
    @media screen and (max-width: 767px) {
      .sitebutton.height40 {
        min-height: 40px; } }
  .sitebutton.padding {
    padding-left: 30px;
    padding-right: 30px; }
  .sitebutton.orange {
    background: #ED5D15; }
    .sitebutton.orange:hover {
      background: #d85311; }
  .sitebutton.maxwidth300 {
    max-width: 300px;
    width: 100%; }
  .sitebutton.maxwidth250 {
    max-width: 250px;
    width: 100%; }
  .sitebutton.min {
    min-width: 120px;
    font-size: 20px; }
  .sitebutton.min1003x35 {
    min-width: 100px;
    min-height: 35px;
    font-size: 20px; }
  .sitebutton.min903x35 {
    min-width: 90px;
    min-height: 35px;
    font-size: 20px; }
  .sitebutton.defaultmin {
    min-height: 40px;
    padding: 0 15px;
    font-size: 30px;
    font-size: 20px;
    min-width: 200px; }
  .sitebutton img {
    margin-top: -4px; }
  .sitebutton.green {
    background: #2E8D00; }
    .sitebutton.green:hover {
      background: #267400; }
  .sitebutton.red {
    background: #E50606; }
    .sitebutton.red:hover {
      background: #cc0505; }
  .sitebutton.min120 {
    min-width: 120px;
    min-height: 40px; }
  .sitebutton.min190 {
    min-width: 190px;
    min-height: 40px; }
  .sitebutton.min100 {
    min-width: 100px; }
  .sitebutton.min220 {
    min-width: 220px; }
  .sitebutton.min250 {
    min-width: 250px; }
  .sitebutton.default {
    background: #242C36;
    border-radius: 5px; }
    .sitebutton.default:hover {
      background: #1a2027; }
  .sitebutton.min80 {
    min-width: 80px; }
  .sitebutton.mini {
    min-height: 30px;
    font-size: 18px; }
  .sitebutton.minpadding {
    padding-left: 15px;
    padding-right: 15px; }
  .sitebutton.blue {
    background: #2B5384; }
    .sitebutton.blue:hover {
      background: #254771; }
  .sitebutton.yellow {
    background: #F4C900; }
    .sitebutton.yellow:hover {
      background: #dbb400; }
  .sitebutton.height {
    min-height: 80px; }
  .sitebutton.grey {
    background: #8F969F; }
    .sitebutton.grey:hover {
      background: #747c87; }
  .sitebutton.back {
    font-size: 16px;
    font-weight: 700;
    padding: 0 12px;
    gap: 5px;
    min-height: 30px; }
  @media screen and (max-width: 1540px) {
    .sitebutton {
      font-size: 22px;
      min-height: 45px; }
      .sitebutton.height80 {
        min-height: 70px; }
      .sitebutton.min120 {
        min-height: 40px; }
      .sitebutton.maxwidth300 {
        max-width: 250px; }
      .sitebutton.height {
        min-height: 60px; } }
  @media screen and (max-width: 767px) {
    .sitebutton {
      font-size: 20px; }
      .sitebutton.padding {
        padding-left: 15px;
        padding-right: 15px; } }

.bordertop {
  padding-top: 35px;
  border-top: 1px solid #CCD5DF; }

.copytext {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 7px 50px 7px 15px;
  background: #EFEFEF;
  border-radius: 5px;
  color: #242C36;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden; }
  .copytext span {
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden; }
  .copytext.left {
    text-align: left;
    justify-content: flex-start; }
  .copytext button {
    position: absolute;
    top: calc(50% - 12px);
    right: 21px;
    width: 21px;
    height: 23px;
    background: url(../images/copy_input.png) 0 0 no-repeat;
    border: 0;
    padding: 0; }

.textchecked {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-grow: 2; }
  .textchecked.wrapbg {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 8px; }
    .textchecked.wrapbg label span {
      min-height: 40px;
      height: 40px;
      background: #D9DADC; }
  .textchecked.min {
    flex-grow: 0;
    margin-right: auto; }
    .textchecked.min label span {
      min-height: 40px;
      height: 40px; }
  .textchecked > div {
    flex-grow: 2;
    position: relative; }
  .textchecked label {
    flex-grow: 2;
    cursor: pointer; }
    .textchecked label input {
      display: none; }
      .textchecked label input:checked + span {
        background: #242C36;
        color: #fff;
        opacity: 1; }
        .textchecked label input:checked + span + .textchecked-lvl {
          display: flex; }
    .textchecked label span {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      text-align: center;
      line-height: 55px;
      padding: 0 15px;
      white-space: nowrap;
      background: #FFFFFF;
      border-radius: 5px;
      font-size: 30px;
      font-family: "Bebas Neue 2", cursive;
      color: #242C36;
      opacity: 0.5;
      line-height: 1;
      padding-top: 1px; }
      .textchecked label span em {
        font-style: normal;
        line-height: 25px;
        padding-bottom: 1px;
        min-width: 25px;
        border-radius: 5px;
        text-align: center;
        background: #ED5D15;
        font-size: 14px;
        font-family: "Lato", sans-serif;
        color: #fff; }
  .textchecked-lvl {
    display: flex;
    position: absolute;
    top: 100%;
    left: -8px;
    padding: 8px;
    min-width: calc(100% + 16px);
    border-radius: 0px 0px 10px 10px;
    background: #FFF;
    gap: 8px;
    display: none; }
    .textchecked-lvl label span {
      min-height: 25px !important;
      height: 25px !important;
      font-size: 20px !important; }
  @media screen and (max-width: 1540px) {
    .textchecked label span {
      line-height: 50px;
      padding: 0 15px;
      font-size: 25px; } }

.numbergroup {
  display: flex;
  align-items: center;
  gap: 10px; }
  .numbergroup__code {
    max-width: 50px; }
    .numbergroup__code input {
      padding: 0;
      text-align: center; }

.ssn {
  gap: 20px 0; }
  .ssn textarea {
    height: 100%; }
  .ssn__block {
    margin-top: 10px; }
    .ssn__block:first-child {
      margin: 0; }

.checkboxlist div {
  margin-top: 10px; }
  .checkboxlist div:first-child {
    margin: 0; }
.checkboxlist label {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  gap: 9px;
  cursor: pointer;
  overflow: hidden;
  max-width: 100%; }
  .checkboxlist label input {
    display: none; }
    .checkboxlist label input:checked + span:before {
      content: ''; }
  .checkboxlist label span {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
    position: relative; }
    .checkboxlist label span:before {
      position: absolute;
      top: 4px;
      left: 4px;
      width: 12px;
      height: 12px;
      background: #ED5D15;
      border-radius: 3px; }
.checkboxlist.checkboxlist-show div label span {
  display: block !important; }

.arrayselect {
  position: relative;
  z-index: 2;
  /* &:hover{
  	.arrayselect-body{
  		display: block;
  	}
  	} */ }
  .arrayselect.active {
    z-index: 3; }
    .arrayselect.active .arrayselect-body {
      display: block; }
  .arrayselect.orange .arrayselect-title {
    border: 2px solid #FF5E02;
    border-radius: 5px;
    font-weight: bold; }
  .arrayselect.orange .arrayselect-body {
    border: 2px solid #FF5E02;
    border-radius: 5px;
    border-top: 0;
    top: calc(100% - 5px);
    border-radius: 0 0 5px 5px; }
    .arrayselect.orange .arrayselect-body label input:checked + span, .arrayselect.orange .arrayselect-body label input:checked + span + div em {
      font-weight: bold; }
    .arrayselect.orange .arrayselect-body label span {
      display: none; }
  .arrayselect-title {
    background: #fff url(../images/select_l.svg) calc(100% - 20px) 50% no-repeat;
    padding-right: 60px;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    padding: 0 23px;
    border-radius: 5px;
    font-size: 18px;
    color: #242C36;
    border: 0;
    height: 45px;
    line-height: 45px;
    outline: none;
    cursor: pointer; }
    .arrayselect-title.big {
      height: 50px;
      line-height: 50px; }
    .arrayselect-title em {
      font-style: normal; }
  .arrayselect-body {
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    display: none; }
    .arrayselect-body label div {
      display: flex;
      gap: 10px;
      align-items: center;
      margin: 0; }
    .arrayselect-body label em {
      font-style: normal; }
    .arrayselect-body label span {
      border: 1px solid #697E97; }
      .arrayselect-body label span:before {
        top: 3px;
        left: 3px; }

.orangecheckbox input {
  display: none; }
  .orangecheckbox input:checked + span {
    background: #fff url(../images/avs.svg) 50% 50% no-repeat; }
.orangecheckbox span {
  display: block;
  width: 45px;
  min-width: 45px;
  height: 45px;
  background: #FFFFFF;
  border: 2px solid #FF5E02;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 7px; }

.greenprice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 50px;
  background: #2E8D00;
  padding: 0 12px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px; }

.borderprice {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  font-weight: 600;
  font-size: 18px;
  color: #242C36;
  border: 1px solid rgba(36, 44, 54, 0.2);
  border-radius: 8px;
  gap: 6px; }

.search {
  position: relative; }
  .search button {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    display: flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    border: 0;
    background: none;
    padding: 0; }
    .search button img {
      display: block; }
      .search button img + img {
        display: none; }
  .search input {
    display: block;
    width: 100%;
    padding-left: 55px; }
  .search.grey {
    max-width: 600px; }
    .search.grey input {
      background: #EFEFEF;
      padding: 0 60px 0 20px; }
    .search.grey button {
      left: auto;
      right: 0; }
  .search.full {
    max-width: none; }
  .search__rightbutton input {
    padding-left: 28px;
    border: 1px solid #A8A8A8;
    border-radius: 10px;
    padding-right: 60px; }
  .search__rightbutton button {
    left: auto;
    right: 0; }

.select.checked .select__title {
  background: #242C36;
  color: #fff; }
  .select.checked .select__title:after {
    content: '';
    position: absolute;
    top: -9px;
    left: -8px;
    width: 25px;
    height: 25px;
    background: url(../images/select_check.png); }
  .select.checked .select__title:before {
    background: url(../images/select_d.svg) 0 0 no-repeat; }
.select__title {
  display: flex;
  align-items: center;
  min-height: 45px;
  gap: 10px;
  padding: 0 50px 0 20px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  width: 100%; }
  .select__title:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 16px;
    width: 24px;
    height: 24px;
    background: url(../images/select_l.svg) 0 0 no-repeat; }

.favorite {
  display: block;
  width: 24px;
  cursor: pointer; }
  .favorite input {
    display: none; }
    .favorite input:checked + span {
      background: url(../images/favorit_active.svg); }
  .favorite span {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url(../images/favorite.svg); }

.copyinfo {
  display: flex;
  gap: 8px; }
  .copyinfo a {
    min-width: 17px; }
    .copyinfo a img {
      display: block; }
      .copyinfo a img + img {
        display: none; }

.hideblock {
  display: none !important; }

.checked {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  gap: 9px;
  cursor: pointer; }
  .checked__wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center; }
    .checked__wrap-absolute {
      position: absolute;
      top: -38px;
      left: 0;
      right: 0;
      background: #242C36;
      border-radius: 10px 10px 0px 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 44px; }
  .checked input {
    display: none; }
    .checked input:checked + span {
      background: #fff url(../images/checked.svg) 50% 50% no-repeat; }
  .checked span {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #697E97;
    background: #fff;
    border-radius: 3px;
    position: relative; }

/* COMPONENTS_PAGE */
/* MAIN */
.main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 60px 20px;
  position: relative; }
  .main__wrapper {
    width: 100%;
    position: relative;
    z-index: 1; }
  .main__theme {
    position: absolute;
    top: 40px;
    right: 40px;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background: none;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid rgba(15, 19, 30, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    z-index: 2; }
    .main__theme img {
      display: block; }
      .main__theme img + img {
        display: none; }
    .main__theme-border {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #FFFFFF;
      border-radius: 10px;
      width: 40px;
      height: 40px; }
  .main__form {
    max-width: 600px;
    margin: 0 auto;
    padding: 70px; }
    .main__form-wrap {
      display: flex;
      max-width: 1200px;
      margin: 0 auto;
      background: #000;
      border-radius: 22px;
      border: 1px solid #d3d4d5; }
      .main__form-wrap .main__form {
        margin: 0;
        width: 100%;
        padding: 35px;
        display: flex;
        align-items: center; }
    .main__form-right {
      display: flex;
      align-items: center;
      border-radius: 0 20px 20px 0;
      overflow: hidden; }
      .main__form-right img {
        display: block;
        width: 100%; }
    .main__form-center {
      width: 100%;
      max-width: 360px;
      margin: 0 auto; }
    .main__form-big {
      max-width: 640px; }
    .main__form-title {
      text-align: center;
      font-family: "Bebas Neue 2", cursive;
      font-size: 30px;
      text-transform: uppercase; }
    .main__form-title2 {
      font-weight: 400;
      font-size: 50px;
      font-family: "Bebas Neue 2", cursive;
      text-align: center; }
    .main__form-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 40px;
      padding: 0 20px; }
      .main__form-logo img {
        display: block; }
        .main__form-logo img + img {
          display: none; }
    .main__form-block {
      margin-top: 20px; }
      .main__form-block.top {
        margin-top: 60px; }
      .main__form-block input {
        background-color: #fff;
        line-height: 60px;
        height: 60px;
        padding-left: 55px;
        color: #242C36;
        border-radius: 10px;
        opacity: 0.7;
        font-size: 20px;
        border: 0.5px solid #E6E6E6; }
        .main__form-block input::placeholder {
          color: rgba(36, 44, 54, 0.8); }
        .main__form-block input:focus {
          border-radius: 10px;
          border-color: #FF5E02;
          box-shadow: 0px 0px 10px 0px #FF5E02;
          opacity: 1; }
      .main__form-block-info {
        margin-top: 10px;
        font-size: 20px; }
    .main__form-text {
      text-align: center;
      max-width: 311px;
      margin: 10px auto 0; }
    .main__form-textblock {
      text-align: center;
      color: #5D7486; }
    .main__form-username {
      background: #fff url(../images/main_f_user-d2.svg) 15px 50% no-repeat; }
    .main__form-password {
      background: #fff url(../images/main_f_lock-d2.svg) 15px 50% no-repeat; }
    .main__form-lock {
      background: #fff url(../images/main_f_password-d2.svg) 15px 50% no-repeat; }
    .main__form-jabber {
      background: #fff url(../images/main_f_jabber.svg) 25px 25px no-repeat; }
    .main__form-normal {
      padding: 0 20px !important;
      text-align: center; }
    .main__form-db {
      display: flex;
      gap: 15px; }
    .main__form-capture {
      min-width: 260px;
      width: 260px; }
      .main__form-capture img {
        display: block;
        width: 100%; }
    .main__form-cancel {
      text-align: center;
      margin-top: 40px; }
      .main__form-cancel a {
        font-size: 18px;
        color: #5D7486;
        opacity: 0.5; }
        .main__form-cancel a:hover {
          opacity: 1; }
    .main__form-create {
      font-size: 20px;
      text-align: center;
      line-height: 1; }
      .main__form-create a {
        text-transform: uppercase;
        font-family: "Bebas Neue 2", cursive;
        font-size: 24px;
        color: #ED5D15;
        border-bottom: 1px solid transparent;
        line-height: 1; }
        .main__form-create a:hover {
          border-color: #ED5D15; }
  .main__blocked {
    max-width: 886px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 50px; }
    .main__blocked-img {
      padding-right: 55px;
      margin-right: 55px;
      border-right: 1px solid #1A2833; }
      .main__blocked-img img {
        min-width: 215px;
        display: block; }
    .main__blocked .main__form-logo {
      margin-bottom: 15px; }
  .main__db {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center; }
    .main__db-left {
      max-width: 710px;
      flex-grow: 2;
      padding: 50px;
      min-width: 500px; }
      .main__db-left-img {
        fill: #242C36; }
      .main__db-left p {
        color: #5D7486; }
      .main__db-left .orange {
        color: #ED5D15; }
      .main__db-left ul {
        padding: 10px 0 25px;
        margin: 0;
        list-style: none; }
        .main__db-left ul li {
          color: #5D7486;
          margin-top: 15px; }
          .main__db-left ul li:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 7px;
            height: 7px;
            background: #ED5D15;
            border-radius: 50%;
            margin-right: 10px; }
    .main__db-right {
      color: #fff;
      max-width: 370px;
      flex-grow: 2;
      padding: 50px;
      background: #242C36;
      border-radius: 20px; }
      .main__db-right ul {
        margin: 20px 0 60px;
        padding: 0;
        line-height: 22px;
        list-style: none; }
  .main__bigtop {
    padding-top: 100px; }
  @media screen and (max-width: 1500px) {
    .main__bigtop {
      padding-top: 100px !important; } }
  @media screen and (max-height: 900px) {
    .main {
      padding: 50px 20px 25px; }
      .main__blocked {
        max-width: 790px;
        min-height: 310px; }
        .main__blocked-img img {
          min-width: 200px;
          max-width: 200px; }
      .main__form {
        padding: 30px 40px;
        max-width: 500px; }
        .main__form-logo {
          margin-bottom: 20px; }
        .main__form-cancel {
          margin-top: 20px; }
        .main__form-block input {
          height: 60px;
          line-height: 60px;
          padding-left: 60px;
          font-size: 17px;
          border-radius: 10px; }
        .main__form-block .height80 {
          min-height: 60px; }
        .main__form-block-info {
          font-size: 15px; } }
  @media screen and (max-width: 767px) {
    .main {
      padding: 30px 25px 15px; }
      .main.paddingbotmob {
        padding-bottom: 200px; }
      .main__right {
        border-radius: 0 0 20px 20px; }
      .main__bigtop {
        padding-top: 80px !important; }
      .main__theme {
        top: 43px;
        right: 43px;
        width: 30px;
        height: 30px;
        border-radius: 5px; }
        .main__theme img {
          max-width: 12px; }
      .main__form {
        padding: 20px; }
        .main__form-wrap {
          flex-direction: column-reverse;
          overflow: hidden; }
        .main__form-logo {
          margin-bottom: 20px; }
        .main__form-title2 {
          font-size: 40px; }
        .main__form-cancel {
          margin-top: 20px; }
        .main__form-block input {
          padding-left: 55px;
          font-size: 15px;
          height: 50px;
          line-height: 50px; }
        .main__form-block-info {
          font-size: 16px; }
        .main__form-create {
          display: flex;
          flex-direction: column;
          line-height: 1.5;
          align-items: center; }
        .main__form-db {
          flex-direction: column; }
        .main__form-capture {
          width: 100%; }
      .main__blocked {
        flex-direction: column;
        padding: 40px 25px; }
        .main__blocked-img {
          padding: 0 0 25px;
          margin: 0 0 25px;
          border: 0;
          border-bottom: 1px solid #1A2833; }
          .main__blocked-img img {
            min-width: auto;
            width: 150px; }
      .main__db-left {
        width: 100%;
        min-width: auto;
        max-width: none;
        padding: 20px; }
      .main__db-right {
        max-width: none;
        padding: 20px; }
        .main__db-right ul {
          margin: 20px 0; } }

/* MAIN */
/* CONTENT */
.layout {
  position: relative;
  min-height: 100vh;
  padding: 90px 0 0 250px;
  z-index: 2; }
  .layout.close .sidebar__block-title {
    text-align: center;
    margin-bottom: 10px;
    text-align: center;
    font-size: 9px; }
  .layout.close .sidebar__block ul li a {
    height: 60px;
    text-align: center;
    font-size: 9px;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .layout.close .sidebar__block ul li a span {
      display: flex;
      gap: 5px;
      align-items: center; }
    .layout.close .sidebar__block ul li a em {
      min-width: 11px;
      line-height: 11px;
      font-size: 9px;
      padding: 0;
      border-radius: 2px; }
  .layout.close .sidebar__togglemenu img {
    transform: rotate(180deg); }
  .layout.close .sidebar__togglemenu span {
    display: none; }
    .layout.close .sidebar__togglemenu span + span {
      display: block; }
  @media screen and (min-width: 768px) {
    .layout.close {
      padding-left: 100px; }
      .layout.close .sidebar {
        width: 100px; } }
  @media screen and (max-width: 1540px) {
    .layout {
      padding: 70px 0 0 200px; }
      .layout.close {
        padding-left: 100px; } }
  @media screen and (max-width: 990px) {
    .layout {
      padding: 70px 0 0 200px; } }
  @media screen and (max-width: 767px) {
    .layout {
      padding-left: 0; }
      .layout.close {
        padding-left: 0; }
        .layout.close .sidebar {
          display: block; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: #fff;
  padding: 0 50px;
  gap: 10px 20px;
  z-index: 3; }
  .header__left {
    gap: 20px 90px; }
  .header__logo img {
    display: block; }
    .header__logo img + img {
      display: none; }
  .header__total {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    font-size: 18px; }
  .header__right {
    gap: 23px; }
  .header__balance {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 13px;
    border: 1px solid rgba(36, 44, 54, 0.2);
    border-radius: 8px; }
    .header__balance img {
      display: block; }
      .header__balance img + img {
        display: none; }
  .header__language img {
    display: block; }
  .header__theme {
    border: 0;
    padding: 0;
    background: none;
    min-width: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header__theme img {
      display: block; }
      .header__theme img + img {
        display: none; }
  .header__basket {
    position: relative; }
    .header__basket span {
      position: absolute;
      top: -7px;
      right: -10px;
      padding: 0 3px;
      min-width: 20px;
      text-align: center;
      color: #fff;
      font-size: 12px;
      line-height: 16px;
      background: #ED5D15;
      border-radius: 3px; }
    .header__basket img {
      display: block; }
      .header__basket img + img {
        display: none; }
  .header__notification {
    position: relative;
    width: 24px;
    display: flex;
    justify-content: center; }
    .header__notification img {
      display: block; }
      .header__notification img + img {
        display: none; }
    .header__notification span {
      position: absolute;
      top: -6px;
      right: -5px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #ED5D15;
      border: 4px solid rgba(237, 93, 21, 0.3);
      background-clip: content-box; }
  .header__login {
    position: relative; }
    .header__login:hover .header__login-list {
      display: block; }
    .header__login-icon {
      border: 0;
      background: none;
      padding: 0;
      font-size: 0;
      line-height: 0;
      display: block; }
      .header__login-icon img {
        display: block; }
        .header__login-icon img + img {
          display: none; }
    .header__login-list {
      position: absolute;
      top: 100%;
      right: 0;
      width: 190px;
      padding: 30px 25px 20px;
      margin: 0;
      list-style: none;
      display: none; }
      .header__login-list:before {
        content: '';
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #FFFFFF;
        border: 1px solid #242C36;
        border-radius: 10px 0px 10px 10px; }
      .header__login-list li {
        margin-top: 10px;
        position: relative; }
        .header__login-list li:first-child {
          margin: 0; }
        .header__login-list li a {
          display: flex;
          align-items: center;
          font-size: 20px;
          gap: 7px;
          font-family: "Bebas Neue 2", cursive; }
          .header__login-list li a img {
            display: block; }
            .header__login-list li a img + img {
              display: none; }
          .header__login-list li a:hover {
            opacity: 0.7; }
  @media screen and (max-width: 1540px) {
    .header {
      padding: 0 20px;
      height: 70px; }
      .header__logo {
        max-width: 125px; }
      .header__total {
        font-size: 16px; }
      .header__right {
        gap: 20px; }
      .header__balance {
        font-size: 15px; } }
  @media screen and (max-width: 991px) {
    .header {
      padding: 0 15px;
      height: 70px; }
      .header__left {
        gap: 20px; } }
  @media screen and (max-width: 767px) {
    .header {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .header__total, .header__balance {
        display: none; }
      .header__language {
        width: 30px; }
      .header__theme {
        width: 20px;
        min-width: 20px; }
      .header__right {
        gap: 12px; }
      .header__logo {
        max-width: 120px; }
      .header__notification, .header__basket, .header__login-icon {
        width: 22px; } }

.header2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: #1A2833;
  padding: 0 20px;
  gap: 10px 20px;
  z-index: 3; }
  .header2 a {
    transition: all 0.4s ease; }
  .header2__logo {
    font-size: 0;
    line-height: 0; }
  .header2__right {
    gap: 10px; }
    .header2__right-border {
      border-radius: 15px;
      border: 1px solid #5F666B;
      padding: 10px;
      gap: 10px; }
  .header2__button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40px;
    border-radius: 10px;
    border: 2px solid #FF8142;
    background: #ED5D15;
    padding: 0 25px;
    gap: 6px;
    color: #fff;
    font-family: "Bebas Neue 2", cursive; }
    .header2__button:hover {
      background: #FF8142; }
  .header2__whitebutton {
    display: flex;
    gap: 6px;
    align-items: center;
    height: 40px;
    font-size: 16px;
    color: #242C36;
    border-radius: 10px;
    background: #F5F5F5;
    padding: 0 10px; }
    .header2__whitebutton .info {
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      background: #ED5D15;
      color: #fff;
      font-size: 14px;
      border-radius: 3px; }
  .header2__balance {
    height: 40px;
    gap: 16px;
    border-radius: 10px;
    background: #F5F5F5;
    padding: 0 6px 0 11px;
    height: 40px; }
    .header2__balance-left {
      gap: 6px;
      font-size: 16px;
      color: #242C36; }
    .header2__balance a {
      display: flex;
      align-items: center;
      font-family: "Bebas Neue 2", cursive;
      height: 30px;
      padding: 0 10px;
      color: #FFF;
      font-size: 16px;
      border-radius: 7px;
      background: #ED5D15; }
      .header2__balance a:hover {
        background: #1A2833;
        color: #fff; }
  .header2__order {
    gap: 5px;
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 10px;
    background: #F5F5F5;
    padding: 11px 12px 11px 13px;
    color: #1A2833;
    font-family: "Bebas Neue 2", cursive;
    font-size: 16px; }
    .header2__order:hover {
      background: #ED5D15;
      color: #fff; }
      .header2__order:hover img {
        display: none; }
        .header2__order:hover img + img {
          display: block; }
  .header2__theme {
    padding: 0;
    border: 0;
    background: none; }
  .header2__user {
    display: block;
    position: relative; }
    .header2__user:hover > img {
      background: #fff; }
    .header2__user > img {
      display: block;
      border-radius: 10px;
      border: 2px solid #FF5E02;
      background: #FF5E02;
      width: 40px;
      height: 40px;
      cursor: pointer; }
      .header2__user > img.active + div {
        display: block; }
    .header2__user-body {
      position: absolute;
      top: 100%;
      right: -11px;
      padding: 10px;
      white-space: nowrap;
      border-radius: 0px 0px 10px 10px;
      border-right: 1px solid #5F666B;
      border-bottom: 1px solid #5F666B;
      border-left: 1px solid #5F666B;
      background: #1A2833;
      display: none; }
      .header2__user-body:after {
        content: '';
        position: absolute;
        top: 0;
        left: -1px;
        width: 1px;
        height: 10px;
        background: #1A2833; }
      .header2__user-body ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .header2__user-body ul li {
          margin-top: 5px; }
          .header2__user-body ul li:first-child {
            margin: 0; }
          .header2__user-body ul li a {
            display: flex;
            align-items: center;
            gap: 5px;
            padding: 8px 10px;
            border-radius: 10px;
            font-size: 16px;
            background: #20313E;
            color: #fff; }
            .header2__user-body ul li a img {
              min-width: 18px; }
            .header2__user-body ul li a:hover {
              background: #294E6A; }
  @media screen and (max-width: 1540px) {
    .header2 {
      padding: 0 20px;
      height: 70px; } }
  @media screen and (max-width: 1200px) {
    .header2__order {
      font-size: 0;
      line-height: 0;
      gap: 0; }
    .header2__right-border {
      padding: 5px;
      gap: 5px; } }
  @media screen and (max-width: 991px) {
    .header2 {
      padding: 0 15px;
      height: 70px; }
      .header2__button {
        display: none; }
      .header2__right {
        gap: 5px; }
        .header2__right-border {
          gap: 5px;
          padding: 0;
          border: 0; } }
  @media screen and (max-width: 767px) {
    .header2 {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .header2__whitebutton {
        display: none; }
      .header2__balance {
        display: none; }
      .header2__logo {
        max-width: 140px; }
      .header2__order {
        display: none; }
      .header2__user-body {
        top: calc(100% + 15px); }
        .header2__user-body:before {
          display: none; }
      .header2 .burger__wrap {
        display: flex; } }

.burger {
  width: 24px;
  position: relative;
  cursor: pointer;
  height: 18px; }
  .burger__wrap {
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #F5F5F5;
    display: none; }
    .burger__wrap.open .burger span:nth-child(1) {
      top: 8px;
      width: 0%;
      left: 50%; }
    .burger__wrap.open .burger span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .burger__wrap.open .burger span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .burger__wrap.open .burger span:nth-child(4) {
      top: 8px;
      width: 0%;
      left: 50%; }
  .burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #242C36;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 2px; }
  .burger span:nth-child(1) {
    top: 0px; }
  .burger span:nth-child(2), .burger span:nth-child(3) {
    top: 8px; }
  .burger span:nth-child(4) {
    top: 16px; }
  .burger.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%; }
  .burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .burger.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%; }
  @media screen and (max-width: 767px) {
    .burger {
      display: block; } }

.sidebar {
  position: fixed;
  top: 90px;
  left: 0;
  width: 250px;
  background: #1A2833;
  bottom: 0;
  z-index: 5; }
  .sidebar__border {
    position: absolute;
    left: 100%;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/content.svg);
    overflow: hidden; }
  .sidebar__wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    overflow-y: auto; }
    @media screen and (max-height: 650px) {
      .sidebar__wrapper {
        display: block; } }
  .sidebar__top {
    overflow-y: auto;
    flex-grow: 2;
    margin-top: 20px; }
    .sidebar__top .sidebar__block {
      margin: 0; }
    .sidebar__top::-webkit-scrollbar {
      width: 5px; }
    .sidebar__top::-webkit-scrollbar-track {
      background: #242C36; }
    .sidebar__top::-webkit-scrollbar-thumb {
      background: #ED5D15; }
  .sidebar__bottom {
    padding-bottom: 15px; }
  .sidebar__block {
    margin-top: 25px;
    padding: 0 15px; }
    .sidebar__block-title {
      color: #505961;
      font-size: 16px;
      margin-bottom: 15px; }
    .sidebar__block ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .sidebar__block ul li {
        margin-top: 10px; }
        .sidebar__block ul li:first-child {
          margin: 0; }
        .sidebar__block ul li.active a {
          background: #ED5D15; }
        .sidebar__block ul li a {
          display: flex;
          align-items: center;
          padding: 0 20px;
          gap: 8px;
          min-height: 50px;
          border-radius: 10px;
          background: #20313E;
          color: #fff;
          font-size: 18px;
          line-height: 1;
          transition: all 0.4s ease; }
          .sidebar__block ul li a:hover {
            background: #294E6A; }
          .sidebar__block ul li a img {
            min-width: 20px; }
          .sidebar__block ul li a em {
            font-style: normal;
            min-width: 20px;
            line-height: 20px;
            padding: 0 5px;
            color: #FFF;
            font-size: 14px;
            background: #1A2833;
            text-align: center;
            border-radius: 5px; }
  .sidebar__togglemenu {
    position: absolute;
    bottom: 35px;
    left: 100%;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 10px 10px 0px;
    text-align-last: left;
    background: #1A2833;
    color: #fff;
    gap: 6px;
    border: 0;
    padding-right: 10px; }
    .sidebar__togglemenu span {
      display: block; }
      .sidebar__togglemenu span + span {
        display: none; }
  .sidebar__header {
    display: none;
    padding: 0 15px;
    margin-bottom: 25px; }
  @media screen and (max-width: 1540px) {
    .sidebar {
      width: 200px;
      top: 70px;
      max-height: calc(100vh - 70px); } }
  @media screen and (max-width: 991px) {
    .sidebar {
      top: 70px; } }
  @media screen and (max-width: 767px) {
    .sidebar {
      width: 100%;
      display: none; }
      .sidebar__header {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        flex-wrap: wrap; }
        .sidebar__header .header2__button, .sidebar__header .header2__whitebutton, .sidebar__header .header2__balance {
          display: flex;
          flex-grow: 2; }
        .sidebar__header .header2__balance a {
          flex-grow: 2;
          justify-content: center; }
      .sidebar__border {
        display: none; }
      .sidebar__togglemenu {
        display: none; }
      .sidebar__wrapper {
        display: block; }
      .sidebar__block-title {
        text-align-last: left;
        font-size: 16px !important; }
      .sidebar__block ul li a {
        flex-direction: row !important;
        font-size: 16px !important;
        justify-content: flex-start !important; } }

.content {
  padding: 35px; }
  .content__block {
    margin-top: 35px; }
  @media screen and (max-width: 767px) {
    .content {
      padding: 20px; } }

.pagination__text {
  color: #242C36;
  opacity: 0.5;
  font-size: 18px; }
.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px; }
  .pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    padding: 0 7px;
    height: 40px;
    background: #242C36;
    color: #fff;
    border-radius: 5px; }
  .pagination ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    padding: 0 7px;
    height: 40px;
    border: 1px solid #242C36;
    border-radius: 5px; }
    .pagination ul li a svg {
      stroke: #242C36; }
    .pagination ul li a:hover {
      background: #242C36;
      color: #fff; }
      .pagination ul li a:hover svg {
        stroke: #fff; }
.pagination__next {
  transform: rotate(180deg); }
@media screen and (max-width: 1540px) {
  .pagination__text {
    font-size: 16px; }
  .pagination ul li span, .pagination ul li a {
    min-width: 35px;
    height: 35px; } }
@media screen and (max-width: 767px) {
  .pagination__text {
    font-size: 14px; }
  .pagination ul li span, .pagination ul li a {
    min-width: 30px;
    height: 30px; } }

.table {
  overflow-x: auto;
  width: 100%; }
  .table.nobg table tr {
    background: #fff !important; }
  .table.greybg table tr {
    background: #EEEEEE !important; }
  .table.paddingTop {
    padding-top: 38px; }
  .table table {
    width: 100%;
    border-spacing: 0;
    background: #fff;
    border-radius: 10px;
    font-size: 16px; }
    .table table tr:nth-child(odd) {
      background: #FFF8F4; }
    .table table tr:last-child td:first-child {
      border-radius: 0 0 0 10px; }
    .table table tr:last-child td:last-child {
      border-radius: 0 0 10px 0; }
    .table table tr.active td {
      background: #C9C9CC; }
    .table table th {
      background: #242C36;
      font-weight: 600;
      color: #FFFFFF;
      min-height: 70px;
      border-left: 1px solid #DDDFE2;
      height: 70px;
      padding: 0 10px;
      position: relative; }
      .table table th:first-child {
        border-radius: 10px 0 0 0;
        border: 0; }
      .table table th:last-child {
        border-radius: 0 10px 0 0; }
    .table table td {
      border-left: 1px solid #DDDFE2;
      border-top: 1px solid #DDDFE2;
      padding: 20px 25px;
      text-align: center; }
      .table table td:first-child {
        border-left: 0; }
  .table__nowrapmin {
    width: 1%;
    white-space: nowrap; }
  .table__text {
    text-align: left;
    min-width: 200px; }
  .table__nowrap {
    white-space: nowrap; }
  .table__min200 {
    min-width: 200px; }
  .table__status {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    white-space: nowrap; }
    .table__status span {
      min-width: 20px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #2E8D00;
      border: 5px solid rgba(46, 141, 0, 0.5);
      background-clip: content-box; }
    .table__status-grey {
      color: #A7A7A7;
      font-size: 13px; }
    .table__status.closed span {
      background: #E50606;
      border: 5px solid rgba(229, 6, 6, 0.5);
      background-clip: content-box; }
    .table__status.yellow span {
      background: #F4C900;
      border: 5px solid rgba(244, 201, 0, 0.5);
      background-clip: content-box; }
  .table__buybut {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    cursor: pointer;
    gap: 20px; }
    .table__buybut input {
      display: none; }
      .table__buybut input:checked + span {
        background: #fff url(../images/checked.svg) 50% 50% no-repeat; }
    .table__buybut span {
      width: 24px;
      min-width: 24px;
      background: #FFFFFF;
      border: 1px solid #697E97;
      border-radius: 5px;
      height: 24px; }
    .table__buybut svg {
      fill: #242C36;
      min-width: 24px;
      width: 24px; }
  .table__center {
    text-align: center; }
  .table__percent {
    font-weight: 900;
    font-size: 16px; }
    .table__percent.yellow {
      color: #FFB64D; }
    .table__percent.red {
      color: #E50606; }
    .table__percent.green {
      color: #2E8D00; }
  .table__button {
    display: flex;
    justify-content: center;
    gap: 5px;
    white-space: nowrap; }
    .table__button.min button {
      min-width: 30px;
      width: 30px; }
    .table__button button {
      border: 0;
      padding: 0;
      border: 0;
      width: 40px;
      min-width: 40px;
      background: none;
      position: relative; }
      .table__button button img {
        display: block; }
      .table__button button .tooltip {
        top: calc(100% + 14px);
        right: -10px; }
        .table__button button .tooltip.top {
          bottom: calc(100% + 14px);
          top: auto; }
          .table__button button .tooltip.top:before {
            top: auto;
            bottom: -5px; }
      .table__button button:hover .tooltip {
        display: block; }
    .table__button a {
      height: 40px;
      min-height: 40px; }
    .table__button span {
      padding-left: 10px;
      line-height: 1.2; }
  .table__reputation {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .table__reputation div {
      min-width: 50px;
      width: 50px;
      border-radius: 2.5px 0px 0px 2.5px;
      background: #2E8D00;
      line-height: 40px;
      color: #FFFFFF;
      font-weight: 900;
      font-size: 16px; }
      .table__reputation div:last-child {
        border-radius: 0 2.5px 2.5px 0; }
      .table__reputation div.red {
        background: #E50606; }
  .table__movements {
    display: flex;
    justify-content: center;
    gap: 6px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap; }
    .table__movements span {
      border-radius: 4px;
      min-width: 25px;
      width: 25px;
      height: 25px; }
    .table__movements.red {
      color: #E50606; }
      .table__movements.red span {
        background-color: #E50606; }
    .table__movements.green {
      color: #2E8D00; }
      .table__movements.green span {
        background-color: #2E8D00;
        transform: rotate(180deg); }
  .table__country img {
    min-width: 30px; }
  .table__gap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px; }
  .table__info {
    min-width: 100px; }
    .table__info span {
      vertical-align: middle;
      line-height: 0;
      font-size: 0; }
  .table__mixbut {
    display: flex;
    gap: 10px;
    justify-content: center; }
  .table__rate {
    white-space: nowrap;
    background: url(../images/tablerate.svg) 100% 50% no-repeat;
    padding-right: 18px; }
    .table__rate span {
      color: #259523; }
  .table__coin {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    white-space: nowrap; }
    .table__coin img {
      min-width: 20px; }
  .table__mapicon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; }
    .table__mapicon a {
      min-width: 20px;
      font-size: 0;
      line-height: 0; }
  .table__checkbut {
    gap: 10px; }
  @media screen and (max-width: 1540px) {
    .table table {
      font-size: 14px; }
      .table table td, .table table th {
        padding: 12px 10px; }
    .table__button button {
      width: 35px;
      min-width: 35px; } }

.pageform {
  gap: 15px 0; }
  .pageform__bottomblock {
    align-self: flex-end; }
  @media screen and (min-width: 1367px) {
    .pageform.fiveblocks > div {
      width: 20%; } }
  .pageform.bot {
    align-items: flex-end; }
  .pageform__group-db {
    gap: 4px; }
    .pageform__group-db input {
      width: 100%; }
    .pageform__group-db select {
      width: 85px;
      padding: 0 30px 0 10px;
      background-position: calc(100% - 10px) 50% !important; }
  .pageform__group-250 {
    gap: 5px;
    white-space: nowrap;
    max-width: 250px;
    width: 100%; }
    .pageform__group-250 select {
      flex-grow: 2; }
  .pageform__group-orange {
    display: flex !important;
    gap: 9px; }
    .pageform__group-orange .sitebutton {
      min-height: 45px;
      padding: 0 8px; }
  .pageform__group-dbblock {
    gap: 15px; }
    .pageform__group-dbblock-left {
      flex-grow: 2; }
    .pageform__group-dbblock-right {
      width: 45px; }
  .pageform__group > span {
    display: block;
    margin-bottom: 8px; }
  .pageform__group-checkbox {
    margin-top: 55px; }
    .pageform__group-checkbox-min {
      margin-top: 40px; }
  .pageform__group-check label {
    margin-top: 12px; }
  @media screen and (min-width: 992px) {
    .pageform__group-border {
      padding-left: 20px;
      border-left: 1px solid #ABB0B6; } }
  @media screen and (max-width: 767px) {
    .pageform__group-checkbox {
      margin: 0; }
      .pageform__group-checkbox-min {
        margin: 0; } }

.selectbutton {
  display: block;
  cursor: pointer; }
  .selectbutton input {
    display: none; }
    .selectbutton input:checked + span {
      color: #fff;
      background: #ED5D15; }
  .selectbutton span {
    display: block;
    line-height: 45px;
    background: #2E404E;
    border-radius: 5px;
    text-align: center;
    color: #fff; }

.checkboxgroup {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer; }
  .checkboxgroup input {
    display: none; }
    .checkboxgroup input:checked + span {
      background: #fff url(../images/checked.svg) 50% 50% no-repeat; }
  .checkboxgroup span {
    min-width: 24px;
    height: 24px;
    width: 24px;
    background: #FFFFFF;
    border-radius: 5px; }
  .checkboxgroup a {
    border-bottom: 1px solid #242C36;
    line-height: 1.2; }
    .checkboxgroup a:hover {
      border-color: transparent; }

.columnblock {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

.filterbutton {
  gap: 10px;
  flex-wrap: nowrap; }
  .filterbutton__left {
    margin-right: auto; }
  .filterbutton__reset {
    background: #242C36;
    border-radius: 5px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0; }
  .filterbutton__right {
    flex-grow: 2;
    gap: 10px; }
  .filterbutton__img img {
    display: block;
    width: 50px; }
  .filterbutton__wrap {
    margin-top: 15px; }
  .filterbutton__wrapbut {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    @media screen and (min-width: 768px) {
      .filterbutton__wrapbut .maxwidth200 {
        min-width: 200px; }
      .filterbutton__wrapbut .maxwidth150 {
        min-width: 150px; } }
  .filterbutton__infolink {
    padding-top: 15px; }
  @media screen and (max-width: 1540px) {
    .filterbutton__img img {
      width: 45px;
      min-width: 45px; } }
  @media screen and (max-width: 991px) {
    .filterbutton__new {
      flex-direction: column; }
      .filterbutton__new .filterbutton {
        width: 100%; }
    .filterbutton__infolink {
      padding-top: 0; } }
  @media screen and (max-width: 767px) {
    .filterbutton__wrap {
      flex-wrap: wrap; }
    .filterbutton__left {
      width: 100%; }
    .filterbutton__wrapbut {
      flex-grow: 2; } }

.uploadfile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  min-height: 40px;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 200px;
  padding: 0 20px;
  background: #242C36;
  border-radius: 5px;
  color: #FFFFFF;
  font: 700 30px "Bebas Neue 2", cursive;
  text-align: center;
  cursor: pointer; }
  .uploadfile input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }

.infolink {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #B9B9B9;
  padding-left: 22px;
  background: url(../images/infolink.svg) 0 50% no-repeat; }

.rangeblock {
  background: #fff;
  height: 60px;
  border-radius: 5px;
  padding: 6px 15px; }
  .rangeblock__title {
    text-align: center;
    font-size: 18px; }
  .rangeblock__wrap {
    height: 8px;
    margin-top: 9px;
    position: relative;
    background: linear-gradient(240.58deg, #DBDBDC 3.64%, #EFEFEF 91.51%);
    border-radius: 5px; }
  .rangeblock__bar {
    position: absolute;
    top: -3px;
    width: 15px;
    height: 15px;
    background: #242C36;
    border-radius: 5px;
    cursor: pointer; }

.checknew {
  gap: 25px 0; }
  .checknew .row {
    gap: 25px 0; }
  .checknew textarea {
    height: 180px; }
  .checknew__text {
    padding-top: 10px; }
    @media screen and (min-width: 992px) {
      .checknew__text-top {
        padding-top: 40px; } }
    .checknew__text p {
      margin: 5px 0 10px; }
  .checknew__border {
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 1px solid #ABB0B6; }
  .checknew__wrap {
    width: 100%;
    padding-left: 20px; }
  .checknew__title {
    margin-bottom: 10px; }
  .checknew__bg {
    background: #fff;
    padding: 20px;
    border-radius: 5px; }
    .checknew__bg .row {
      gap: 10px 0; }
  .checknew__info {
    font-weight: 400;
    font-size: 16px;
    color: #B9B9B9;
    margin-top: 15px; }
  .checknew__minbg {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 15px; }
  .checknew__block {
    margin-top: 30px; }
    .checknew__block:first-child {
      margin: 0; }
  .checknew .checkboxlist label span {
    border: 1px solid #242C36; }
    .checknew .checkboxlist label span:before {
      top: 3px;
      left: 3px; }
  @media screen and (max-width: 767px) {
    .checknew__border {
      border: 0; }
    .checknew__wrap {
      padding: 0; } }

.filter__block {
  margin-bottom: 28px; }
  .filter__block.hide {
    display: none; }
.filter__open {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden; }
  .filter__open.hide div span {
    display: none; }
    .filter__open.hide div span + span {
      display: block; }
  .filter__open.hide div em {
    transform: rotate(180deg); }
  .filter__open div {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 17px;
    gap: 5px; }
    .filter__open div:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -999999px;
      right: 100%;
      height: 1px;
      background: #242C36; }
    .filter__open div:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -999999px;
      left: 100%;
      height: 1px;
      background: #242C36; }
    .filter__open div span {
      display: block;
      font-weight: 400;
      font-size: 18px;
      color: #242C36; }
      .filter__open div span + span {
        display: none; }
    .filter__open div em {
      background: #242C36;
      border-radius: 5px;
      width: 17px;
      height: 17px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .filter__open div em img {
        display: block; }
        .filter__open div em img + img {
          display: none; }

.balance {
  gap: 25px 0; }
  .balance label {
    cursor: pointer; }
    .balance label input {
      display: none; }
      .balance label input:checked + span {
        background: #ED5D15;
        color: #fff; }
        .balance label input:checked + span svg {
          fill: #fff; }
        .balance label input:checked + span:before {
          content: ''; }
    .balance label span {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      height: 280px;
      position: relative;
      background: #FFFFFF;
      border-radius: 10px;
      gap: 15px;
      padding: 20px; }
      @media screen and (min-width: 992px) {
        .balance label span:before {
          position: absolute;
          bottom: -50px;
          width: 30px;
          height: 30px;
          background: #fff;
          transform: rotate(45deg); } }
      .balance label span svg {
        width: 150px; }
  .balance__body {
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
    min-height: 400px;
    padding: 20px; }
    .balance__body-wrap {
      max-width: 970px;
      width: 100%;
      overflow: hidden; }
      .balance__body-wrap > .row {
        margin: 0 -35px;
        gap: 25px 0; }
        .balance__body-wrap > .row > div {
          padding: 0 35px; }
    .balance__body-qr img {
      width: 100%;
      display: block; }
      .balance__body-qr img + img {
        display: none; }
    .balance__body-equals {
      padding-top: 42px; }
    .balance__body-form-block {
      display: flex;
      gap: 20px; }
      .balance__body-form-block input {
        background: #EFEFEF; }
      .balance__body-form-block .formgroup {
        flex-grow: 2; }
    .balance__body-form-copy {
      margin-top: 38px; }
    .balance__body-form-total {
      margin-top: 25px; }
  @media screen and (max-width: 1540px) {
    .balance label span {
      height: 230px; }
      .balance label span svg {
        width: 110px; }
    .balance__body {
      min-height: auto; } }
  @media screen and (max-width: 767px) {
    .balance label span {
      height: 160px; } }

.under {
  text-align: center;
  min-height: calc(100vh - 300px); }
  .under__wrap {
    width: 100%; }
  .under__img {
    display: flex;
    justify-content: center; }
    .under__img img {
      display: block; }
      .under__img img + img {
        display: none; }
  .under__title {
    margin-top: 40px;
    font-family: "Bebas Neue 2", cursive;
    font-size: 60px;
    line-height: 1.2; }
  .under__text {
    margin-top: 13px; }
  @media screen and (max-width: 1540px) {
    .under__title {
      font-size: 40px; } }
  @media screen and (max-width: 767px) {
    .under {
      min-height: calc(100vh - 220px); }
      .under__title {
        font-size: 30px; }
      .under__text br {
        display: none; } }

.flood__info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }
  .flood__info div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 5px;
    font-size: 14px;
    min-height: 35px;
    background: #8E9AA8;
    padding: 8px 25px;
    color: #fff; }
    .flood__info div.orange {
      background: #ED5D15; }

.news__left {
  padding: 50px;
  background: #fff;
  border-radius: 10px;
  margin-top: 20px; }
  .news__left:first-child {
    margin: 0; }
.news__title {
  font-weight: 700;
  font-size: 36px; }
.news__date {
  margin-top: 15px;
  opacity: 0.5; }
.news__list {
  padding: 25px 0;
  margin: 0;
  list-style: none;
  background: #FFFFFF;
  border-radius: 10px; }
  .news__list li {
    margin-top: 30px; }
    .news__list li:first-child {
      margin: 0; }
    .news__list li.active a:before {
      content: ''; }
  .news__list a {
    display: block;
    padding: 10px 10px 10px 40px;
    position: relative; }
    .news__list a:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 5px;
      background: #ED5D15;
      border-radius: 0 5px 5px 0; }
  .news__list-date {
    display: block;
    margin-bottom: 10px;
    opacity: 0.5; }
@media screen and (max-width: 1540px) {
  .news__left {
    padding: 30px; } }

.contacts {
  min-height: calc(100vh - 180px);
  padding: 40px 0; }
  .contacts__wrap {
    max-width: 1100px;
    width: 100%; }
    .contacts__wrap > .row {
      gap: 20px 0; }
  .contacts__left {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center; }
    .contacts__left-wrap {
      width: 100%; }
    .contacts__left-text {
      color: #5D7486;
      max-width: 275px;
      margin: 13px auto 0; }
    .contacts__left-link {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 25px 0;
      margin-top: 35px; }
      .contacts__left-link a {
        display: flex;
        gap: 14px;
        font-weight: 500;
        font-size: 24px; }
  .contacts__right {
    background: #fff;
    padding: 50px;
    border-radius: 20px; }
    .contacts__right h2 {
      text-align: center; }
    .contacts__right-text {
      text-align: center;
      color: #5D7486;
      margin-top: 5px; }
  .contacts__form {
    margin: 23px auto 0;
    max-width: 445px; }
    .contacts__form .row {
      gap: 15px 0;
      margin: 0 -5px; }
      .contacts__form .row > div {
        padding: 0 5px; }
    .contacts__form input, .contacts__form textarea {
      text-align: center;
      background: #EFEFEF; }
    .contacts__form input {
      height: 80px;
      line-height: 80px; }
    .contacts__form-code img {
      display: block;
      width: 100%; }
  @media screen and (max-width: 1540px) {
    .contacts__left {
      padding: 30px; }
    .contacts__right {
      padding: 35px 30px; }
    .contacts__form input {
      height: 60px;
      line-height: 60px; }
    .contacts__form textarea {
      min-height: 120px; } }
  @media screen and (max-width: 767px) {
    .contacts {
      min-height: auto;
      padding: 30px 0; }
      .contacts__left, .contacts__right {
        padding: 25px 20px; } }

.page a {
  color: #ED5D15;
  border-bottom: 1px solid #ED5D15; }
  .page a:hover {
    border-color: transparent; }

.faq__block {
  border-radius: 10px; }
  .faq__block.active {
    background: rgba(250, 250, 250, 0.7); }
    .faq__block.active .faq__block-title:before {
      display: none; }
    .faq__block.active .faq__block-title:after {
      transform: rotate(180deg); }
    .faq__block.active .faq__block-body {
      display: block; }
  .faq__block-title {
    display: flex;
    align-items: center;
    min-height: 80px;
    cursor: pointer;
    padding: 20px 120px 20px 60px;
    position: relative;
    font-weight: 600; }
    .faq__block-title:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 60px;
      right: 60px;
      border-bottom: 1px solid #8F969F; }
    .faq__block-title:after {
      content: '';
      position: absolute;
      top: calc(50% - 4px);
      right: 60px;
      width: 15px;
      height: 9px;
      background: url(../images/faq_arrow.svg) 0 0 no-repeat; }
  .faq__block-body {
    display: none;
    padding: 10px 60px 30px; }
@media screen and (max-width: 1540px) {
  .faq__block-title {
    min-height: 60px;
    padding-left: 30px; }
  .faq__block-body {
    padding-left: 30px; } }
@media screen and (max-width: 767px) {
  .faq__block-title {
    padding: 15px 50px 15px 20px;
    min-height: auto; }
    .faq__block-title:before {
      left: 20px;
      right: 20px; }
    .faq__block-title:after {
      right: 20px; }
  .faq__block-body {
    padding: 5px 20px 20px; } }

.check {
  gap: 25px 0; }
  .check__left {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .check__left-top {
      flex-grow: 2; }
    .check__left-bg {
      background: #2E404E;
      border-radius: 5px;
      padding: 35px;
      color: #fff; }
    .check__left-title {
      margin-bottom: 15px;
      font-weight: 900;
      font-size: 18px; }
    .check__left-info {
      margin-top: 40px;
      opacity: 0.5; }
  .check__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px; }
    .check__right-top {
      min-height: 300px;
      flex-grow: 2;
      position: relative; }
      .check__right-top textarea {
        height: 100%; }
  @media screen and (max-width: 1540px) {
    .check__left-bg {
      padding: 20px; }
    .check__left-info {
      margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    .check__left-bg {
      padding: 15px; } }

.countryblock {
  flex-grow: 2; }
  .countryblock .select {
    flex-grow: 2;
    max-width: 250px; }

.dashboard {
  gap: 20px 0;
  margin-top: 30px; }
  .dashboard__bg {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    height: 100%; }
    .dashboard__bg-title {
      text-align: center;
      font-weight: 600;
      margin-bottom: 15px; }
    .dashboard__bg-wrap {
      width: 100%; }
  .dashboard__block {
    height: 100%;
    padding: 35px;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center; }
    .dashboard__block-text {
      font-weight: 600; }
    .dashboard__block-value {
      color: #ED5D15;
      font-weight: 700;
      font-size: 60px;
      font-family: "Bebas Neue 2", cursive; }
    .dashboard__block-graph {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 25px;
      margin-top: 10px; }
  @media screen and (max-width: 1540px) {
    .dashboard__block {
      padding: 20px; }
      .dashboard__block-value {
        font-size: 45px; }
    .dashboard__bg {
      padding: 20px; } }
  @media screen and (max-width: 767px) {
    .dashboard__bg {
      padding: 15px; }
    .dashboard__block {
      padding: 15px; }
      .dashboard__block-value {
        font-size: 40px; } }

.support__info {
  min-height: 80px;
  padding: 15px 20px;
  background: #242C36;
  border-radius: 10px 10px 0px 0px;
  gap: 15px; }
  .support__info a {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    padding-left: 34px;
    background: url(../images/support_info.svg) 0 50% no-repeat; }
    .support__info a span {
      font-weight: 600;
      font-size: 16px;
      display: block; }
      .support__info a span em {
        color: #ED5D15;
        font-style: normal; }
.support__chat {
  background: #FFFFFF;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .support__chat-data {
    text-align: center;
    font-weight: 600;
    font-size: 18px; }
  .support__chat-wrap {
    display: flex;
    gap: 15px;
    padding: 25px;
    border-left: 3px solid transparent; }
    .support__chat-wrap-orange {
      background: #FFEFE7;
      border-color: #FF5E02; }
      .support__chat-wrap-orange .support__chat-user-info span {
        font-weight: 900; }
    .support__chat-wrap-right {
      flex-direction: row-reverse; }
      .support__chat-wrap-right .support__chat-user-info {
        text-align: right; }
      .support__chat-wrap-right .support__chat-message {
        background: #E0E0E0;
        border-radius: 10px 0px 10px 10px; }
  .support__chat-img {
    min-width: 40px;
    max-width: 40px; }
    .support__chat-img img {
      display: block; }
  .support__chat-user-info {
    color: rgba(36, 44, 54, 0.5); }
    .support__chat-user-info span {
      color: #242C36;
      font-size: 20px;
      font-weight: 600;
      display: flex;
      gap: 10px;
      align-items: center; }
      .support__chat-user-info span em {
        font-weight: 400;
        font-size: 18px;
        font-style: normal;
        color: #242C36;
        opacity: 0.5; }
.support__bottom {
  border-radius: 0 0 10px 10px;
  border-top: 1px solid rgba(36, 44, 54, 0.2);
  padding-top: 15px; }
  .support__bottom-wrap {
    border-radius: 0 0 10px 10px;
    background: #fff;
    padding: 0 20px 20px; }
  .support__bottom textarea {
    background: none;
    padding: 20px;
    margin-bottom: 15px;
    min-height: 150px;
    color: #242C36;
    font-size: 18px;
    background: #EFEFEF; }
    .support__bottom textarea::placeholder {
      font-weight: 600;
      color: #242C36; }
  .support__bottom-icon {
    gap: 5px; }
    .support__bottom-icon img {
      display: block; }
      .support__bottom-icon img + img {
        display: none; }
  .support__bottom-button {
    gap: 15px; }
@media screen and (max-width: 767px) {
  .support__chat {
    gap: 30px; }
    .support__chat-wrap {
      padding: 15px;
      flex-direction: column; } }

.timerblock {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 15px; }
  .timerblock__wrap {
    display: flex;
    align-items: center;
    background: #fff;
    min-height: 400px;
    padding: 20px;
    justify-content: center;
    border-radius: 10px;
    flex-direction: column; }
  .timerblock__title {
    font-weight: 400;
    font-size: 30px;
    display: flex;
    gap: 7px;
    font-family: "Bebas Neue 2", cursive; }
  .timerblock > span {
    font-weight: 400;
    font-size: 150px;
    line-height: 0.7;
    padding-bottom: 55px; }
  .timerblock div {
    text-align: center; }
    .timerblock div div {
      font-weight: 400;
      font-size: 150px;
      font-family: "Bebas Neue 2", cursive;
      line-height: 0.8; }
    .timerblock div span {
      font-weight: 600;
      font-size: 18px;
      font-family: "Lato", sans-serif; }
  @media screen and (max-width: 1540px) {
    .timerblock__wrap {
      min-height: auto; }
    .timerblock__title {
      font-size: 30px; }
    .timerblock > span {
      font-size: 80px;
      padding-bottom: 25px; }
    .timerblock div div {
      font-size: 80px; }
    .timerblock div span {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .timerblock__title {
      flex-direction: column;
      text-align: center;
      font-size: 25px;
      justify-content: center;
      align-items: center; }
    .timerblock > span {
      font-size: 70px;
      padding-bottom: 25px; }
    .timerblock div div {
      font-size: 70px; }
    .timerblock div span {
      font-size: 16px; } }

.profile__bg {
  background: #fff;
  height: 100%;
  padding: 50px;
  border-radius: 10px; }
.profile__edit-title {
  font-family: "Bebas Neue 2", cursive;
  font-size: 30px;
  padding-bottom: 10px;
  line-height: 1.2;
  border-bottom: 1px solid #8F969F; }
.profile__edit-form {
  margin-top: 25px; }
.profile__group {
  margin-top: 18px;
  display: block; }
  .profile__group:first-child {
    margin: 0; }
  .profile__group span {
    display: block;
    margin-bottom: 8px; }
  .profile__group input {
    background: #EFEFEF;
    border-radius: 5px; }
.profile__info {
  gap: 20px 0;
  margin: 0 -20px; }
  .profile__info > div {
    padding: 0 20px; }
  .profile__info-img img {
    display: block;
    width: 100%; }
  .profile__info ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none; }
    .profile__info ul li {
      margin-top: 24px; }
      .profile__info ul li:first-child {
        margin: 0; }
      .profile__info ul li > span {
        opacity: 0.5;
        margin-right: 10px; }
      .profile__info ul li .table__status {
        display: inline-flex; }
@media screen and (max-width: 1540px) {
  .profile__bg {
    padding: 20px; }
  .profile__info ul li {
    margin-top: 10px; } }
@media screen and (max-width: 767px) {
  .profile__bg {
    padding: 20px; } }

.order__timer {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px 20px;
  text-align: center; }
  .order__timer-wrap {
    padding-top: 5px;
    display: flex; }
    .order__timer-wrap > span {
      font-size: 70px;
      font-family: "Bebas Neue 2", cursive;
      line-height: 0.8; }
  .order__timer-title {
    white-space: nowrap;
    display: flex;
    text-align: left;
    align-items: center;
    gap: 12px;
    font-size: 30px;
    font-family: "Bebas Neue 2", cursive;
    line-height: 1; }
    .order__timer-title img {
      min-width: 60px;
      max-width: 60px;
      width: 60px; }
  .order__timer-block {
    line-height: 0.4; }
    .order__timer-block div {
      font-size: 70px;
      font-family: "Bebas Neue 2", cursive;
      line-height: 0.8; }
    .order__timer-block span {
      font-size: 12px;
      line-height: 1.2; }
@media screen and (max-width: 767px) {
  .order__timer {
    flex-direction: column;
    width: 100%; } }

.shoplinks {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px;
  border-radius: 20px; }
  .shoplinks__text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto; }
    .shoplinks__text h2 {
      margin-top: 35px; }
  .shoplinks__triger {
    display: flex;
    gap: 8px;
    max-width: 800px;
    margin: 45px auto 0; }
    .shoplinks__triger label {
      cursor: pointer; }
      .shoplinks__triger label input {
        display: none; }
        .shoplinks__triger label input:checked + span {
          background: #E35709; }
          .shoplinks__triger label input:checked + span:before {
            left: 22px; }
      .shoplinks__triger label span {
        display: block;
        width: 42px;
        height: 22px;
        background: #ccc;
        border-radius: 20px;
        position: relative; }
        .shoplinks__triger label span:before {
          content: '';
          position: absolute;
          border-radius: 50%;
          top: 2px;
          left: 2px;
          width: 16px;
          height: 16px;
          background: #EFEFEF;
          border: 1px solid #FA8E52; }
    .shoplinks__triger strong {
      color: #FF4141; }
  .shoplinks__blocks {
    max-width: 800px;
    margin: 25px auto 0; }
  .shoplinks__block {
    margin-top: 20px;
    background: #EFEFEF;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between; }
    .shoplinks__block:first-child {
      margin: 0; }
    .shoplinks__block-title {
      display: flex;
      gap: 7px;
      margin-bottom: 7px;
      font-size: 18px; }
    .shoplinks__block-link {
      color: #000;
      word-wrap: break-word;
      word-break: break-all;
      width: 100%; }
    .shoplinks__block-right span {
      text-transform: uppercase;
      min-width: 70px;
      max-width: 70px;
      font-weight: 700;
      font-size: 18px;
      font-family: "Bebas Neue 2", cursive;
      text-align: center;
      line-height: 30px;
      color: #fff;
      background: #2AA63E;
      border-radius: 5px;
      display: block; }
      .shoplinks__block-right span.red {
        background: #FF4141; }
  @media screen and (max-width: 1540px) {
    .shoplinks {
      padding: 30px;
      max-width: 700px; }
      .shoplinks .main__form-logo {
        margin-bottom: 30px; }
        .shoplinks .main__form-logo img {
          max-width: 250px; }
      .shoplinks h2 {
        font-size: 40px; } }
  @media screen and (max-width: 767px) {
    .shoplinks {
      padding: 20px; }
      .shoplinks__block {
        display: block;
        gap: 15px;
        padding: 15px; }
        .shoplinks__block-right {
          margin-top: 10px; }
      .shoplinks h2 {
        font-size: 35px; } }

.successform {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 90px;
  width: 100%;
  margin: 0 auto; }
  .successform__wrap {
    max-width: 1100px !important; }
  .successform__row {
    gap: 20px 0;
    margin: 0 -20px 30px; }
    .successform__row > div {
      padding: 0 20px; }
  .successform__success-title {
    display: flex;
    gap: 24px;
    align-items: center;
    font-family: "Bebas Neue 2", cursive;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px; }
  .successform__success-text a img {
    vertical-align: center; }
  .successform__success-link {
    font-weight: bold;
    text-decoration: underline; }
    .successform__success-link:hover {
      text-decoration: none; }
  .successform__warning {
    padding: 35px 40px;
    border: 3px solid #FF4141;
    border-radius: 20px;
    height: 100%; }
    .successform__warning-title {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 700;
      font-size: 50px;
      color: #FF4141;
      font-family: "Bebas Neue 2", cursive; }
    .successform__warning ul {
      padding: 0;
      margin: 0;
      list-style: none;
      font-size: 18px; }
      .successform__warning ul li {
        margin-top: 15px;
        position: relative;
        padding-left: 20px; }
        .successform__warning ul li:before {
          content: '';
          position: absolute;
          top: 8px;
          left: 0;
          width: 7px;
          height: 7px;
          background: #FF4141;
          border-radius: 50%; }
  .successform__info {
    padding: 30px;
    background: #242C36;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 35px; }
    .successform__info h3 {
      margin-bottom: 10px; }
    .successform__info ul {
      padding: 0;
      margin: 0;
      list-style: none;
      word-break: break-all; }
  .successform__button {
    gap: 10px 18px; }
  @media screen and (max-width: 1540px) {
    .successform {
      padding: 40px; } }
  @media screen and (max-width: 767px) {
    .successform {
      padding: 20px; }
      .successform__info {
        margin-bottom: 20px; }
        .successform__info ul li {
          margin-top: 10px; }
      .successform__button {
        justify-content: center !important; }
      .successform__success-title {
        font-size: 38px; }
        .successform__success-title img {
          width: 80px; }
      .successform__warning {
        padding: 15px 20px; }
        .successform__warning-title {
          font-size: 38px; } }

.fixVideo__frame {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 10;
  width: 320px; }
  .fixVideo__frame-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -32px;
    right: 0;
    background: url(../images/closevideo.svg) 50% 50% no-repeat;
    cursor: pointer; }
  .fixVideo__frame-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
    .fixVideo__frame-img:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(0deg, rgba(26, 40, 51, 0.8), rgba(26, 40, 51, 0.8)); }
    .fixVideo__frame-img img {
      display: block; }
  .fixVideo__frame-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    cursor: pointer; }
    .fixVideo__frame-info-wrap img {
      display: block;
      margin: 0 auto 8px; }
    .fixVideo__frame-info-wrap div {
      display: block;
      font-weight: 700;
      font-size: 24px;
      font-family: "Bebas Neue 2", cursive; }
.fixVideo__button {
  position: fixed;
  bottom: 0;
  right: 35px;
  height: 80px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background: #FF5E02;
  border-radius: 10px 10px 0px 0px;
  width: 320px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.2; }
  .fixVideo__button-right span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    font-family: "Bebas Neue 2", cursive; }
@media screen and (max-width: 767px) {
  .fixVideo__frame {
    max-width: 300px;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 30px 0;
    margin: 0 auto;
    position: relative; }
    .fixVideo__frame-close {
      top: 0; }
    .fixVideo__frame-img {
      height: 150px; }
    .fixVideo__frame-info-wrap div {
      font-size: 19px; } }

.authform {
  max-width: 550px;
  margin: 0 auto;
  padding: 60px 75px;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  border-radius: 20px; }
  .authform__title {
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #000000;
    font-family: "Bebas Neue 2", cursive; }
  .authform__block {
    margin-top: 20px; }
  .authform input {
    border: 1px solid #777777;
    text-align: center; }
    @media screen and (min-width: 1541px) {
      .authform input {
        line-height: 68px;
        height: 70px;
        font-size: 24px; } }
  .authform__row > div {
    margin-top: 20px; }
  .authform__link {
    text-align: center;
    font-size: 20px;
    margin-top: 35px; }
    .authform__link a {
      font-weight: 700;
      font-size: 24px;
      font-family: "Bebas Neue 2", cursive;
      color: #000000; }
      .authform__link a:hover {
        color: #DD0303; }
  .authform__username {
    background: url(../images/main_n_user-d.svg) 25px 20px no-repeat;
    padding-left: 65px;
    padding-right: 65px; }
  .authform__password {
    background: url(../images/main_f_lock-d.svg) 25px 20px no-repeat;
    padding-left: 65px;
    padding-right: 65px; }
  @media screen and (max-width: 1540px) {
    .authform {
      padding: 30px;
      max-width: 400px; }
      .authform__username {
        background-position: 20px 10px; }
      .authform__password {
        background-position: 20px 7px; }
      .authform__block {
        margin-top: 10px; }
      .authform__link {
        margin-top: 15px; }
      .authform__row > div {
        margin-top: 10px; } }
  @media screen and (max-width: 767px) {
    .authform__logo img {
      max-width: 200px; } }

.redbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 70px;
  background: #DD0303;
  border-radius: 10px;
  font-weight: 700;
  font-size: 25px;
  font-family: "Bebas Neue 2", cursive;
  color: #fff;
  min-width: 200px; }
  .redbutton:hover {
    background: #ab0202; }

.toastr {
  position: fixed;
  top: 107px;
  right: 0;
  z-index: 9; }
  .toastr__block {
    max-width: 330px;
    width: 100%;
    padding: 10px 13px;
    display: flex;
    align-items: center;
    border-radius: 10px 0px 0px 10px;
    margin-top: 15px;
    background: linear-gradient(274.26deg, #27A325 1.27%, #228420 100%);
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    position: relative; }
    .toastr__block:first-child {
      margin: 0; }
    .toastr__block-close {
      position: absolute;
      top: 14px;
      right: 12px;
      width: 10px;
      height: 10px;
      background: url(../images/toastr_close.svg);
      cursor: pointer; }
    .toastr__block-error {
      background: linear-gradient(274.26deg, #E50606 1.27%, #AD0E0E 100%); }
    .toastr__block-img {
      margin-right: 20px;
      min-width: 66px; }
    .toastr__block-title {
      font-weight: 700;
      font-size: 22px;
      text-transform: uppercase;
      font-family: "Bebas Neue 2", cursive;
      margin-bottom: 5px; }
  @media screen and (max-width: 767px) {
    .toastr {
      top: auto;
      bottom: 0;
      left: 0; }
      .toastr__block {
        max-width: none;
        border-radius: 0;
        margin: 0; } }

.searchselect {
  position: relative; }
  .searchselect.active {
    z-index: 3; }
    .searchselect.active .searchselect__body {
      display: block; }
  .searchselect__title {
    display: flex !important;
    align-items: center;
    min-height: 45px;
    padding: 0 50px 0 20px;
    background: #fff url(../images/select_l.svg) calc(100% - 20px) 50% no-repeat;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer; }
    .searchselect__title span {
      color: #ED5D15; }
  .searchselect__body {
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 15px 10px;
    border-radius: 0 0 5px 5px;
    display: none; }
    .searchselect__body input {
      border: 1px solid #DFDFDF; }
    .searchselect__body-list {
      margin-top: 10px;
      height: 150px;
      overflow-y: auto; }
      .searchselect__body-list::-webkit-scrollbar {
        width: 5px; }
      .searchselect__body-list::-webkit-scrollbar-track {
        background: #DFDFDF; }
      .searchselect__body-list::-webkit-scrollbar-thumb {
        background: #1A2833; }
      .searchselect__body-list ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .searchselect__body-list ul li {
          padding: 5px 0;
          cursor: pointer; }

.v-select.vs--open .vs__selected {
  position: relative; }
.v-select .vs__dropdown-toggle {
  height: 45px;
  padding: 0; }
  .v-select .vs__dropdown-toggle .vs__selected-options .vs__selected {
    margin: 0;
    padding: 0 15px; }
  .v-select .vs__dropdown-toggle .vs__selected-options input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    padding: 0 15px;
    margin: 0 !important;
    right: 0;
    width: 100%; }
  .v-select .vs__dropdown-toggle .vs__actions {
    justify-content: flex-end;
    padding: 0 15px 0 10px; }
    .v-select .vs__dropdown-toggle .vs__actions > svg {
      min-width: 15px; }
.v-select .vs__dropdown-menu {
  padding: 10px !important;
  box-shadow: none !important;
  max-height: 250px !important; }

.tooltip {
  position: absolute;
  padding: 15px 20px !important;
  z-index: 2;
  background: #19304E;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  display: none; }
  .tooltip:before {
    content: '';
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #19304E;
    right: 20px; }

.changeimg img {
  display: block; }
  .changeimg img + img {
    display: none; }

.material {
  gap: 30px 0; }
  .material__block {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
    line-height: 1;
    color: #242C36; }
    .material__block-img {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 80px;
      height: 80px;
      border-radius: 10px;
      background: #ED5D15; }
    .material__block-r {
      flex-grow: 2;
      display: flex;
      flex-direction: column;
      gap: 5px; }
    .material__block-min {
      font-size: 16px;
      display: block;
      color: #8E9AA8 !important; }
    .material__block-title {
      font-family: "Bebas Neue 2", cursive;
      font-size: 30px; }
    .material__block-wrap {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
    .material__block-label {
      display: flex;
      align-items: center;
      gap: 3px;
      height: 22px;
      border-radius: 5px;
      border: 0.5px solid #8E9AA8;
      padding: 0 5px;
      font-size: 14px; }
  .material__detail {
    max-width: 800px;
    margin: 0 auto; }
    .material__detail-center {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 50px; }
      .material__detail-center .sitebutton {
        min-height: 35px;
        font-size: 16px;
        padding: 0 15px; }
        .material__detail-center .sitebutton img {
          margin-top: 0; }
    .material__detail-label {
      gap: 10px; }
    .material__detail > img {
      display: block;
      width: 100%;
      margin: 30px 0; }
    .material__detail h1 {
      font-size: 60px; }
    .material__detail p:first-child {
      margin-top: 0; }
    .material__detail p:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .material__detail h1 {
      font-size: 35px; }
    .material__detail-center {
      margin-bottom: 30px; } }

.contentLanguage {
  position: relative;
  font-size: 14px; }
  .contentLanguage-title {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0 5px 0 4px;
    border-radius: 5px;
    border: 0.5px solid #8E9AA8;
    height: 22px;
    cursor: pointer;
    position: relative; }
    .contentLanguage-title svg {
      margin-left: auto; }
    .contentLanguage-title.active svg {
      transform: rotate(180deg); }
    .contentLanguage-title.active + div {
      display: block; }
  .contentLanguage-body {
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    right: 0;
    background: #8E9AA8;
    padding: 5px;
    border-radius: 5px;
    border: 0.5px solid #8E9AA8;
    display: none; }
    .contentLanguage-body ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .contentLanguage-body ul li {
        margin-top: 3px; }
        .contentLanguage-body ul li:first-child {
          margin: 0; }
        .contentLanguage-body ul li a {
          display: flex;
          gap: 3px; }
          .contentLanguage-body ul li a img {
            min-width: 14px;
            width: 14px; }

.youtube {
  position: relative;
  padding-bottom: 60%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.bptp {
  background: radial-gradient(100% 100% at 50% 100%, #1A2833 0.11%, #030B12 100%);
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 50px 0;
  padding-top: 100px;
  color: #fff; }
  .bptp__logo {
    width: 190px; }
    .bptp__logo img {
      display: block;
      width: 100%; }
  .bptp__center {
    width: 100%; }
  .bptp__title {
    font-size: 70px;
    line-height: 1;
    font-family: "Bebas Neue 2", cursive;
    padding: 0 30px; }
  .bptp__text {
    margin-top: 40px;
    font-size: 18px; }
  .bptp__buttons {
    width: 100%;
    max-width: 620px;
    padding: 0 15px;
    display: flex;
    gap: 10px;
    margin: 20px auto 0;
    flex-wrap: wrap; }
    .bptp__buttons-but {
      display: flex;
      align-items: center;
      gap: 5px;
      justify-content: center;
      flex-grow: 2;
      min-height: 60px;
      padding: 20px;
      border-radius: 10px;
      border: 1px solid #324251;
      text-align: left;
      color: #fff;
      line-height: 1.3;
      font-size: 12px; }
      .bptp__buttons-but-img {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 30px;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        background: #FF5E02; }
      .bptp__buttons-but-right span {
        display: block;
        font-size: 14px; }
      .bptp__buttons-but:hover {
        background: #ED5D15; }
        .bptp__buttons-but:hover .bptp__buttons-but-img {
          background: #09131B; }
  .bptp__button {
    margin-top: 40px;
    color: #324251;
    font-size: 14px; }
    .bptp__button span {
      display: block;
      margin-bottom: 10px; }
    .bptp__button .sitebutton {
      padding-top: 3px;
      letter-spacing: 0; }
  .bptp__img {
    max-width: 1160px;
    padding: 0 15px;
    width: 100%; }
    .bptp__img img {
      display: block; }
  @media screen and (max-width: 767px) {
    .bptp {
      padding-top: 30px; }
      .bptp__title {
        font-size: 55px; }
      .bptp__text {
        max-width: 215px;
        margin: 30px auto 0; }
      .bptp__buttons {
        max-width: 250px; } }

.tutorial__block {
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 10px; }
  .tutorial__block-left {
    gap: 10px;
    line-height: 1.1; }
  .tutorial__block-date {
    color: #8E9AA8;
    font-size: 16px;
    display: block; }
  .tutorial__block-title {
    font-family: "Bebas Neue 2", cursive;
    font-size: 30px; }

.direct {
  padding: 100px 0 0;
  text-align: center;
  height: 100%; }
  .direct__wrap {
    max-width: 830px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: calc(100vh - 100px); }
  .direct__logo {
    width: 185px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0; }
  .direct__title {
    margin-top: 80px;
    font-size: 70px; }
    .direct__title span {
      color: #ED5D15; }
  .direct__block {
    margin-top: 40px; }
    .direct__block.min {
      margin-top: 30px; }
    .direct__block:first-child {
      margin: 0; }
    .direct__block-link {
      font-weight: 700; }
    .direct__block-copylink {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center; }
      .direct__block-copylink a {
        padding: 0 10px;
        background: #fff;
        border: 2px solid #ED5D15;
        color: #1A2833;
        font-size: 16px;
        font-weight: 700;
        border-radius: 5px;
        min-height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        padding-top: 1px; }
        .direct__block-copylink a svg {
          max-width: 18px; }
          .direct__block-copylink a svg path {
            fill: #1A2833; }
  .direct__text {
    max-width: 500px;
    margin: 0 auto 20px; }
  .direct__img {
    font-size: 0;
    line-height: 0;
    margin-top: 35px; }
  .direct__info {
    display: flex;
    gap: 5px;
    align-items: center;
    min-height: 33px;
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #FF5E02;
    font-size: 16px; }
    .direct__info svg {
      fill: #1A2833; }
  .direct__links {
    max-width: 570px;
    margin: 0 auto; }
    .direct__links .row {
      gap: 10px 0;
      margin: 0 -5px; }
      .direct__links .row > div {
        padding: 0 5px; }
  .direct__link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px 20px;
    text-align: left;
    min-height: 60px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #F4F4F4;
    line-height: 1.2;
    font-weight: 300;
    font-size: 12px;
    transition: all 0.4s ease; }
    .direct__link:hover {
      background: #fff;
      border-color: #ED5D15;
      box-shadow: 0 0 0 1px #ED5D15; }
    .direct__link-img {
      min-width: 30px; }
      .direct__link-img img {
        display: block; }
    .direct__link-title {
      display: block;
      font-size: 14px;
      font-weight: 400; }
  @media screen and (max-width: 767px) {
    .direct__links .row {
      justify-content: center; }
    .direct__title {
      margin-top: 50px;
      font-size: 40px; } }

.copyinput {
  margin: 0;
  max-width: 820px; }
  .copyinput input {
    font-weight: 700;
    border: 2px solid #ED5D15;
    font-size: 16px; }
  .copyinput button {
    max-width: 210px; }
  @media screen and (max-width: 767px) {
    .copyinput {
      flex-direction: column; }
      .copyinput button {
        max-width: none; } }

/* CONTENT */
/* ERROR */
.errorpage {
  max-width: 800px;
  margin: 0 auto; }
  .errorpage__top {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px; }
    .errorpage__top .main__theme {
      position: relative;
      top: auto;
      right: auto; }
  .errorpage__404 {
    text-align: center;
    font-size: 400px;
    font-family: "Bebas Neue 2", cursive;
    margin: 80px 0 0;
    line-height: 0.8; }
    .errorpage__404-text {
      text-align: center;
      font-size: 24px; }
  .errorpage__button {
    max-width: 445px;
    margin: 30px auto 0; }
  .errorpage__img {
    margin: 80px 0 50px;
    display: flex;
    justify-content: center; }
    .errorpage__img img {
      display: block; }
      .errorpage__img img + img {
        display: none; }
  .errorpage__tw {
    text-align: center;
    margin-top: 43px; }
  @media screen and (max-width: 1500px) {
    .errorpage__mobtop {
      padding-top: 30px; } }
  @media screen and (max-width: 767px) {
    .errorpage__404 {
      font-size: 200px; }
      .errorpage__404-text {
        font-size: 20px; } }

/* ERROR */
/* FOOTER */
.footer {
  padding: 35px 25px;
  text-align: right;
  color: #D1D7DF;
  font-size: 16px; }

/* FOOTER */
/* POPUP */
.center {
  text-align: center; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 50px 15px 15px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background: rgba(36, 44, 54, 0.9);
  z-index: 10;
  color: #242C36; }
  .popup__wrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 55px 75px 60px;
    background: #fff;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    box-sizing: border-box;
    text-align: left;
    border-radius: 20px;
    position: relative; }
    .popup__wrap.max650 {
      max-width: 650px; }
    .popup__wrap.max750 {
      max-width: 750px; }
    .popup__wrap.max900 {
      max-width: 900px;
      padding: 50px 45px; }
    .popup__wrap.max950 {
      max-width: 950px;
      padding: 60px 0 0 60px; }
    .popup__wrap.max500 {
      max-width: 500px; }
    .popup__wrap.max1100 {
      max-width: 1100px; }
    .popup__wrap.max430 {
      max-width: 495px; }
    @media screen and (min-width: 1541px) {
      .popup__wrap.padding50 {
        padding: 50px; } }
    .popup__wrap-video {
      max-width: 1200px;
      padding: 0;
      background: none; }
      .popup__wrap-video video {
        width: 100%; }
      .popup__wrap-video-text {
        text-align: center;
        color: #fff;
        line-height: 1.2;
        font-size: 20px; }
        .popup__wrap-video-text div {
          font-weight: 700;
          font-size: 40px;
          font-family: "Bebas Neue 2", cursive; }
  .popup__close {
    position: absolute;
    top: -31px;
    right: -41px;
    width: 25px;
    height: 25px;
    background: url(../images/closepopup.svg) 0 0 no-repeat;
    cursor: pointer;
    border: 0;
    padding: 0; }
  .popup__scroll {
    padding-right: 30px;
    max-height: calc(100vh - 250px);
    overflow-y: auto; }
    .popup__scroll::-webkit-scrollbar {
      width: 5px; }
    .popup__scroll::-webkit-scrollbar-track {
      background: #E9E9E9; }
    .popup__scroll::-webkit-scrollbar-thumb {
      background: #FF5E02; }
  .popup__table {
    font-weight: 400;
    font-size: 18px;
    text-align: center; }
    .popup__table table {
      width: 100%;
      border-spacing: 0; }
    .popup__table th {
      padding: 15px;
      border-left: 1px solid #C0C0C0; }
      .popup__table th:first-child {
        border-left: 0; }
    .popup__table td {
      padding: 15px;
      border-top: 1px solid #C0C0C0;
      border-left: 1px solid #C0C0C0; }
      .popup__table td:first-child {
        border-left: 0; }
    .popup__table-min {
      max-width: 260px;
      margin: 0 auto;
      font-size: 18px; }
      .popup__table-min tr:first-child td {
        border-top: 0; }
      .popup__table-min td {
        padding: 5px 10px;
        white-space: nowrap;
        text-align: left; }
        .popup__table-min td:first-child {
          text-align: right; }
        .popup__table-min td input {
          min-height: 25px;
          border-radius: 5px;
          background: #EFEFEF;
          height: 25px;
          width: 100%;
          padding: 0 9px; }
    .popup__table-label {
      display: flex;
      align-items: center;
      background: #EFEFEF;
      border-radius: 5px;
      padding: 0 7px;
      line-height: 1; }
      .popup__table-label span {
        color: #BDBDBD;
        border-right: 1px solid #BDBDBD;
        padding-right: 5px; }
  .popup__title {
    text-align: center;
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    color: #242C36;
    line-height: 1;
    font-family: "Bebas Neue 2", cursive; }
    .popup__title span {
      color: #ED5D15; }
    @media screen and (min-width: 767px) {
      .popup__title.min {
        font-size: 50px; } }
  .popup__block {
    margin-top: 20px; }
    .popup__block-center {
      text-align: center; }
  .popup__listinfo {
    padding: 0;
    margin: 0 auto;
    max-width: 450px;
    list-style: none;
    text-align: center; }
    .popup__listinfo.left {
      text-align: left; }
    .popup__listinfo li {
      display: flex;
      border-bottom: 1px solid #C0C0C0;
      gap: 10px;
      padding: 7px 0; }
      .popup__listinfo li:last-child {
        border: 0; }
      .popup__listinfo li span {
        width: 50%;
        display: flex;
        align-items: center;
        gap: 10px; }
      .popup__listinfo li a {
        padding-left: 10px;
        padding-right: 10px; }
  .popup__liststatus {
    padding: 0;
    margin: 0;
    list-style: none; }
    .popup__liststatus li {
      display: flex;
      gap: 8px;
      align-items: center; }
      .popup__liststatus li .green {
        color: #2E8D00; }
      .popup__liststatus li .red {
        color: #E50606; }
    .popup__liststatus-status {
      width: 20px;
      height: 20px;
      min-width: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .popup__liststatus-status.clear {
        border-radius: 50%;
        background: #2E8D00 url(../images/cheched_w.svg) 50% 50% no-repeat; }
      .popup__liststatus-status.bad {
        border-radius: 50%;
        background: #E50606 url(../images/bad.svg) 50% 50% no-repeat; }
      .popup__liststatus-status svg {
        fill: #242C36;
        display: block; }
  .popup .row {
    gap: 25px 0; }
  .popup__infotext {
    text-align: center;
    color: #5D7486; }
    .popup__infotext a {
      color: #ED5D15;
      border-bottom: 1px solid #ED5D15; }
      .popup__infotext a:hover {
        border-color: transparent; }
  .popup__input {
    background: #EFEFEF !important;
    color: #242C36 !important;
    text-align: center;
    height: 80px;
    line-height: 80px; }
    .popup__input::placeholder {
      color: #242C36 !important; }
  .popup__support span {
    display: block;
    margin-bottom: 11px; }
  .popup__support input, .popup__support textarea {
    background: #EFEFEF; }
  .popup__support input {
    line-height: 70px;
    height: 70px; }
  .popup__support-send .sitebutton {
    max-width: 420px;
    width: 100%; }
  .popup__support-cancel {
    margin-top: 18px; }
    .popup__support-cancel a {
      font-size: 24px;
      color: #242C36;
      font-family: "Bebas Neue 2", cursive; }
      .popup__support-cancel a:hover {
        color: #ED5D15; }
  .popup__priority {
    display: flex;
    gap: 11px;
    background: #EFEFEF;
    border-radius: 5px;
    margin-top: 8px;
    padding: 11px; }
    .popup__priority label {
      flex-grow: 2;
      cursor: pointer; }
      .popup__priority label input {
        display: none; }
        .popup__priority label input:checked + span {
          background: #242C36;
          color: #fff; }
      .popup__priority label span {
        display: block;
        text-align: center;
        line-height: 50px;
        border-radius: 5px;
        color: #242C36; }
  .popup__center {
    text-align: center; }
  .popup__textblock {
    font-size: 18px; }
  .popup__list {
    padding: 0;
    margin: 30px 0 0;
    list-style: none; }
  .popup__news {
    display: flex;
    align-items: flex-start;
    gap: 35px; }
    .popup__news-img {
      min-width: 250px;
      width: 250px; }
    .popup__news-title {
      font-weight: 700;
      font-size: 60px;
      text-transform: uppercase;
      font-family: "Bebas Neue 2", cursive;
      line-height: 1; }
    .popup__news-title2 {
      font-weight: 700;
      font-size: 30px;
      color: #ED5D15;
      font-family: "Bebas Neue 2", cursive;
      line-height: 1.2;
      margin-bottom: 5px; }
    .popup__news-text {
      line-height: 22px;
      margin-bottom: 20px; }
  .popup__400 {
    max-width: 400px;
    margin: 0 auto; }
  .popup__linklist {
    text-align: center; }
    .popup__linklist ul {
      padding: 0 0 0 5px;
      margin: 0 auto;
      list-style: none;
      max-width: 320px; }
      .popup__linklist ul li {
        margin-top: 2px; }
        .popup__linklist ul li:first-child {
          margin: 0; }
        .popup__linklist ul li a {
          color: #ED5D15;
          font-weight: 400;
          font-size: 18px;
          text-decoration: underline; }
          .popup__linklist ul li a:hover {
            text-decoration: none; }
  .popup__sorting {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
    color: #242C36;
    opacity: 0.5; }
    .popup__sorting svg path {
      fill: #242C36; }
  .popup__button .sitebutton {
    min-width: 150px;
    width: 100%;
    font-size: 30px !important;
    padding: 0 15px;
    white-space: nowrap;
    letter-spacing: -1px; }
  .popup__button-300 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
  .popup__img {
    display: flex;
    justify-content: center; }
    .popup__img img {
      display: block;
      max-width: 250px; }
  .popup__analiz-title {
    text-align: left; }
  .popup__analiz-table {
    font-size: 18px;
    padding-bottom: 50px;
    margin-top: 30px;
    line-height: 1.2; }
    .popup__analiz-table table {
      width: 100%;
      border-spacing: 0; }
      .popup__analiz-table table td {
        padding: 5px 10px;
        border-left: 1px solid #EBEBEB;
        border-top: 1px solid #EBEBEB; }
        .popup__analiz-table table td.notop {
          border-top: 0; }
        .popup__analiz-table table td.padding {
          padding: 10px 0; }
        .popup__analiz-table table td:first-child {
          border-left: 0;
          padding-left: 0;
          font-weight: 600; }
        .popup__analiz-table table td:last-child {
          padding-right: 0; }
      .popup__analiz-table table span {
        color: #259523; }
  .popup__analiz-img {
    margin-right: -3px;
    height: 100%;
    display: flex;
    align-items: flex-end; }
    .popup__analiz-img img {
      display: block; }
  .popup__gap {
    gap: 15px 0;
    display: flex;
    flex-direction: column; }
  .popup:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }
  @media screen and (max-width: 1540px) {
    .popup__wrap {
      padding: 30px;
      font-size: 16px; }
      .popup__wrap.max650 {
        max-width: 570px; }
      .popup__wrap.max750 {
        max-width: 600px; }
    .popup__title {
      font-size: 45px; }
    .popup__input {
      height: 60px;
      line-height: 60px; }
    .popup__support {
      margin-top: 10px; }
      .popup__support span {
        margin-bottom: 2px; }
      .popup__support input {
        line-height: 50px;
        height: 50px;
        margin-bottom: 5px; }
      .popup__support textarea {
        min-height: 100px; }
      .popup__support-send .sitebutton {
        min-height: 50px; }
      .popup__support-cancel a {
        line-height: 1; }
    .popup__priority {
      padding: 5px; }
      .popup__priority label span {
        line-height: 40px; } }
  @media screen and (max-width: 767px) {
    .popup__wrap {
      padding: 30px 15px; }
      .popup__wrap.max900 {
        padding: 15px; }
      .popup__wrap.max950 {
        padding: 20px 0 0; }
        .popup__wrap.max950 .row {
          gap: 0; }
      .popup__wrap-video-text div {
        font-size: 25px; }
    .popup__title {
      font-size: 40px; }
    .popup__close {
      right: 0; }
    .popup__listinfo li span {
      flex-wrap: wrap;
      width: auto; }
    .popup__news {
      text-align: center;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 20px; }
      .popup__news-title {
        font-size: 50px; }
      .popup__news-img {
        max-width: 150px;
        min-width: 150px;
        width: 150px; }
    .popup__button .sitebutton {
      font-weight: 400; }
    .popup__analiz-title {
      padding: 0 20px 0; }
    .popup__analiz-table {
      padding: 0px 20px; } }

.attention {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  background: rgba(3, 11, 18, 0.8);
  z-index: 10; }
  .attention__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    flex-grow: 2;
    gap: 20px 0;
    overflow-y: auto;
    padding: 20px; }
    .attention__wrap-block {
      width: 100%;
      max-width: 700px;
      border-radius: 20px;
      border: 5px solid #C73232;
      background: url(../images/popup_t_l.svg) 0 0 no-repeat, url(../images/popup_t_r.svg) 100% 100% no-repeat #A81313;
      padding: 50px 35px;
      min-height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      line-height: 1.3;
      flex-grow: 2; }
  .attention__center {
    width: 100%; }
  .attention__title {
    font-size: 36px;
    font-family: "Bebas Neue 2", cursive;
    line-height: 1.2; }
    @media screen and (min-width: 992px) {
      .attention__title.big {
        font-size: 60px; } }
  .attention__text {
    font-size: 16px;
    margin-top: 20px; }
    .attention__text a {
      font-weight: 500;
      color: #fff;
      border-bottom: 1px solid #fff; }
  .attention__border {
    padding: 30px;
    border-radius: 20px;
    border: 5px solid #26333D;
    background: #1A2833;
    text-align: left;
    max-width: 100%;
    margin-top: 20px; }
    .attention__border-title {
      font-size: 30px;
      font-family: "Bebas Neue 2", cursive; }
    .attention__border-text {
      margin: 10px 0 20px;
      color: #64727C;
      font-size: 16px; }
    .attention__border ol {
      padding: 0 0 0 15px;
      margin: 0;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.3; }
      .attention__border ol li {
        margin-top: 3px;
        word-wrap: break-word; }
        .attention__border ol li:first-child {
          margin: 0; }
  .attention__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px; }
    .attention__button a {
      display: flex;
      align-items: center;
      gap: 7px;
      padding: 0 15px;
      height: 40px;
      border-radius: 5px;
      background: #ED5D15;
      color: #fff;
      font-size: 24px;
      font-family: "Bebas Neue 2", cursive;
      padding-top: 3px; }
      .attention__button a img {
        margin-top: -3px; }
      .attention__button a:hover {
        opacity: 0.9; }
      .attention__button a.green {
        background: #259523; }
  @media screen and (max-width: 991px) {
    .attention__wrap-block {
      padding: 20px;
      min-height: auto; }
    .attention__border {
      padding: 15px; }
      .attention__border-title {
        font-size: 28px; } }

.newSelect {
  position: relative; }
  .newSelect.active {
    z-index: 3; }
    .newSelect.active .newSelect-body {
      display: block; }
  .newSelect-title {
    display: flex;
    align-items: center;
    min-height: 45px;
    border-radius: 5px;
    border: 2px solid #FF5E02;
    background: #fff url(../images/select_l.svg) calc(100% - 20px) 50% no-repeat;
    padding: 0 53px 0 15px;
    white-space: nowrap;
    overflow-x: auto;
    font-size: 18px;
    font-weight: 400;
    color: #242C36;
    cursor: pointer; }
  .newSelect-body {
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    right: 0;
    border: 2px solid #FF5E02;
    border-top: 0;
    background: #fff;
    display: none;
    padding: 10px 15px 20px;
    border-radius: 0 0 5px 5px; }
  .newSelect-filter {
    display: flex;
    gap: 4px;
    margin-bottom: 10px; }
    .newSelect-filter label {
      flex-grow: 2;
      cursor: pointer; }
      .newSelect-filter label input {
        display: none; }
        .newSelect-filter label input:checked + span {
          background: #242C36;
          color: #fff; }
          .newSelect-filter label input:checked + span.red {
            background: #A81313; }
          .newSelect-filter label input:checked + span.yellow {
            background: #FFA800; }
          .newSelect-filter label input:checked + span.green {
            background: #259523; }
      .newSelect-filter label span {
        display: block;
        line-height: 24px;
        padding: 0 5px;
        border-radius: 5px;
        font-family: "Bebas Neue 2", cursive;
        background: #D9DADC;
        font-size: 14px;
        font-weight: 700;
        color: #727F8E;
        text-align: center; }
  .newSelect-scroll {
    max-height: 180px;
    overflow-y: auto; }
    .newSelect-scroll::-webkit-scrollbar {
      width: 5px; }
    .newSelect-scroll::-webkit-scrollbar-track {
      background: #E9E9E9; }
    .newSelect-scroll::-webkit-scrollbar-thumb {
      background: #FF5E02; }
    .newSelect-scroll ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .newSelect-scroll ul li {
        margin-top: 5px;
        cursor: pointer;
        display: none; }
        .newSelect-scroll ul li.active {
          display: block; }
  .newSelect-block, .newSelect-block2 {
    font-size: 18px;
    color: #242C36;
    font-weight: 400; }
    .newSelect-block span, .newSelect-block2 span {
      padding-right: 25px; }
      .newSelect-block span.green, .newSelect-block2 span.green {
        color: #259523;
        background: url(../images/ns_green.svg) 100% 50% no-repeat; }
      .newSelect-block span.yellow, .newSelect-block2 span.yellow {
        color: #FFA800;
        background: url(../images/ns_yellow.svg) 100% 50% no-repeat; }
      .newSelect-block span.red, .newSelect-block2 span.red {
        color: #A81313;
        background: url(../images/ns_red.svg) 100% 50% no-repeat; }
  .newSelect-block2 {
    position: relative;
    padding-left: 24px;
    cursor: pointer; }
    .newSelect-block2 em {
      position: absolute;
      top: 2px;
      left: 0;
      width: 18px;
      height: 18px;
      border-radius: 5px;
      border: 1px solid #DFDFDF;
      display: flex;
      align-items: center;
      justify-content: center; }
      .newSelect-block2 em:before {
        content: '';
        display: none;
        width: 12px;
        height: 12px;
        background: #ED5D15;
        border-radius: 3px; }
    .newSelect-block2 input {
      display: none; }
      .newSelect-block2 input:checked + em:before {
        display: block; }

/* POPUP */
/* HIGHCHARTS */
.highcharts-credits, .highcharts-exporting-group {
  display: none; }

.chart-tooltip {
  border-radius: 3px;
  text-align: center;
  background: #242C36 !important;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff; }

/* HIGHCHARTS */
/* LOADING */
.loading {
  display: flex; }
  .loading .dot {
    position: relative;
    width: 0.7em;
    height: 0.7em;
    margin: 0.5em; }
    .loading .dot::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: inherit;
      border-radius: inherit;
      animation: wave 1s ease-out infinite; }
    .loading .dot:nth-child(1) {
      background: #ED5D15; }
      .loading .dot:nth-child(1)::before {
        animation-delay: 0.05s; }
    .loading .dot:nth-child(2) {
      background: #ED7A40; }
      .loading .dot:nth-child(2)::before {
        animation-delay: 0.1s; }
    .loading .dot:nth-child(3) {
      background: #F5905D; }
      .loading .dot:nth-child(3)::before {
        animation-delay: 0.15s; }
    .loading .dot:nth-child(4) {
      background: #F4A57D; }
      .loading .dot:nth-child(4)::before {
        animation-delay: 0.2s; }
    .loading .dot:nth-child(5) {
      background: #F4BB9E; }
      .loading .dot:nth-child(5)::before {
        animation-delay: 0.25s; }

@keyframes wave {
  50%,
	75% {
    transform: scale(2.5); }
  80%,
	100% {
    opacity: 0; } }
/* LOADING */

/*# sourceMappingURL=styles_l.css.map */
