/*@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fnt/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }*/

@font-face {
  font-family: "Montserrat";
  src: url("../fnt/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fnt/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fnt/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fnt/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.page__body {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background: #000000;
  color: #ffffff;
  min-width: 320px; }
  .page__body--scroll-unable {
    overflow: hidden; }

.site-container {
  margin: 0 auto;
  overflow: hidden; }

img {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: cover; }

a {
  text-decoration: none;
  color: inherit;
  line-height: inherit; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer; }

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0; }

.input-reset {
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff; }
  .input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
    display: none; }

.article-title {
  font-size: clamp(20px, 3vw, 48px);
  line-height: clamp(146%, 5vw, 150%);
  text-transform: uppercase; }

.article-text {
  font-size: clamp(14px, 2vw, 20px);
  line-height: clamp(130%, 20vw, 143%);
  font-weight: 400; }

.example-title {
  font-size: clamp(20px, 4vw, 40px);
  line-height: clamp(150%, 20vw, 175%); }

.hidden {
  opacity: 0 !important;
  visibility: hidden !important; }

.text-gradient {
  background: linear-gradient(90deg, #3e158e 0%, #00f0ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.minus {
  color: #f36b6b; }

.plus {
  color: #9aecb1; }

.page-auth {
  position: relative;
  padding: 100px 20px; }
  .page-auth__wrapper {
    max-width: 570px;
    margin: 0 auto; }
  .page-auth__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media (max-width: 575px) {
      .page-auth__img {
        top: 10%; } }
  .page-auth__title {
    font-size: clamp(30px, 4vw, 64px);
    line-height: 110%;
    font-weight: 700;
    text-transform: uppercase; }
  .page-auth__input {
    border-radius: 2px;
    padding: clamp(20px, 5vw, 27px);
    color: #000000;
    background: #ffffff;
    max-height: 75px; }
    .page-auth__input::placeholder {
      color: #333333;
      font-weight: 400; }
  .page-auth__form {
    display: flex;
    flex-direction: column;
    gap: 19px; }
  .page-auth__btn {
    color: #ffffff;
    padding: clamp(18px, 5vw, 24px) 0;
    background: #40acff;
    font-weight: 700;
    font-size: clamp(16px, 4vw, 24px);
    max-height: 75px; }

.paragraph-common {
  line-height: 140%;
  font-weight: 400;
  margin: 0; }

.header {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: clamp(20px, 5vw, 100px);
  padding: 20px 80px 20px 50px; }
  @media (max-width: 991px) {
    .header {
      align-items: center; } }
  @media (max-width: 575px) {
    .header {
      padding: 20px 18px; } }
  .header__account {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    gap: clamp(20px, 5vw, 36px); }
  .header__popup {
    position: absolute;
    top: calc(100% + 10px);
    right: -20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 33px 50px 60px 50px;
    border-radius: 30px;
    background: #0d141d;
    min-width: clamp(280px, 30vw, 420px);
    transition: .3s opacity ease-in-out, .3s visibility ease-in-out;
    z-index: 9; }
    @media (max-width: 575px) {
      .header__popup {
        right: -40px;
        top: calc(100% + 20px); } }
  .header__user {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(10px, 2vw, 36px);
    color: #40acff; }
    .header__user:hover .header-user__login {
      color: #40acff; }
    .header__user:hover .header-user__svg path {
      fill: currentColor; }
  .header__logo .logo__img {
    width: clamp(280px, 20vw, 339px); }
    @media (max-width: 1199px) {
      .header__logo .logo__img {
        width: 74px; } }

.header-popup__link {
  color: #ffffff;
  font-weight: 300;
  font-size: clamp(14px, 4vw, 20px);
  transition: .3s color ease-in-out; }
  .header-popup__link:hover {
    color: #3d9ae3; }

.logo {
  transition: .3s transform ease-in-out; }
  .logo:hover {
    transform: scale(1.05); }

@media (max-width: 991px) {
  .nav {
    display: none; } }

.nav__list {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 76px); }

.nav__item {
  line-height: 60%;
  transition: .3s color ease-in-out;
  font-size: 16px; }
  .nav__item:hover {
    color: #40acff; }

.telegram__svg {
  width: clamp(23px, 3vw, 39px); }

.telegram:hover > .telegram__svg path {
  transition: .3s fill ease-in-out; }
  .telegram:hover > .telegram__svg path:nth-child(1), .telegram:hover > .telegram__svg path:nth-child(2) {
    fill: #ffffff; }
  .telegram:hover > .telegram__svg path:nth-child(3) {
    fill: #40acff; }

.header-user__svg {
  width: clamp(19px, 3vw, 28px);
  height: clamp(19px, 3vw, 28px); }
  .header-user__svg path {
    transition: .3s fill ease-in-out; }

.burger {
  display: none; }
  @media (max-width: 991px) {
    .burger {
      display: block; } }
  .burger__btn {
    display: none;
    width: 30px;
    height: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: transparent;
    transition: .3s background-color ease-in-out;
    border: none;
    cursor: pointer; }
    @media (max-width: 991px) {
      .burger__btn {
        display: flex; } }
    .burger__btn--active .burger__line {
      transition: .3s transform ease-in-out; }
      .burger__btn--active .burger__line:nth-child(1) {
        transform: rotate(45deg);
        top: 4px; }
      .burger__btn--active .burger__line:nth-child(2) {
        display: none; }
      .burger__btn--active .burger__line:nth-child(3) {
        transform: rotate(-45deg);
        top: -4px; }
  .burger__line {
    position: relative;
    display: block;
    width: 25px;
    height: 3px;
    background-color: #ffffff; }
  .burger__menu {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: fixed;
    top: 75px;
    left: -100%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 50px 20px;
    background-color: #000000;
    transition: .3s opacity ease-in-out, .3s left ease-in-out, .3s visibility ease-in-out;
    z-index: 1000; }
    .burger__menu--active {
      left: 50%;
      opacity: 1;
      overflow: scroll;
      visibility: visible; }
    @media (max-width: 767px) {
      .burger__menu {
        padding: 70px 20px; } }
  .burger__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    font-size: 1.2rem;
    font-weight: 400;
    list-style: none;
    padding: 0;
    margin: 0; }
  .burger__link {
    color: #fff; }
    .burger__link:hover {
      color: #40acff; }
    .burger__link:focus {
      color: #40acff; }

.align-right {
  margin-left: auto; }

.hero__titles {
  padding: 80px 22px 120px 50px; }
  @media (max-width: 991px) {
    .hero__titles {
      padding: 17px 10px 10px 10px; } }

.hero__title {
  font-size: clamp(32px, 4vw, 64px);
  line-height: 109%;
  text-transform: uppercase;
  margin-bottom: 5px;
  max-width: 70%; }
  @media (max-width: 991px) {
    .hero__title {
      max-width: 100%; } }

.hero__subtitle {
  font-size: clamp(20px, 4vw, 64px);
  line-height: 109%;
  font-weight: 300;
  max-width: 60%; }
  @media (max-width: 767px) {
    .hero__subtitle {
      max-width: 100%; } }
  @media (max-width: 575px) {
    .hero__subtitle {
      line-height: 125%;
      max-width: 88%; } }

.hero__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: clamp(400px, 40vw, 691px);
  opacity: 1;
  visibility: visible;
  transition: .3s opacity ease-in-out, .3s visibility ease-in-out; }
  @media (max-width: 991px) {
    .hero__img {
      position: static;
      width: 50%;
      margin: 0 auto;
      margin-bottom: 20px; } }
  @media (max-width: 575px) {
    .hero__img {
      width: 100%; } }

.hero__circle {
  position: absolute;
  top: -70%;
  left: 0;
  z-index: -1; }
  @media (max-width: 991px) {
    .hero__circle {
      top: -120%; } }
  @media (max-width: 575px) {
    .hero__circle {
      width: 100%; } }

.hero__table {
  position: relative; }
  @media (max-width: 575px) {
    .hero__table {
      padding: 0 16px; } }

.hero-table__header-list {
  display: flex;
  justify-content: space-between;
  padding: 13px 72px 13px 77px;
  background: rgba(119, 119, 119, 0.3);
  border-radius: 84px;
  width: 80%;
  margin-left: auto; }

.hero-table__top {
  display: none; }
  @media (max-width: 991px) {
    .hero-table__top {
      display: block;
      margin-bottom: 13px; } }
  .hero-table__top--fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #000000;
    width: 100%;
    padding: 0 15px; }

.hero-table__tabs {
  display: flex; 
  margin-top: 100px;}
  @media (max-width: 991px) {
    .hero-table__tabs {
      display: block; 
      margin-top: 0px;} }

.hero-table__tabs-btns {
  width: calc((105 / (1880 - 992) * ((100vw - 992px)) + 273px));
  display: flex;
  flex-direction: column;
  margin-top: 92px;
  flex-shrink: 0; }
  @media (max-width: 991px) {
    .hero-table__tabs-btns {
      width: 100%;
      max-width: 535px;
      align-items: center;
      margin: 0 auto; } }
  @media (max-width: 575px) {
    .hero-table__tabs-btns {
      max-width: 100%; } }

.hero-table__tabs-contents {
  flex-grow: 1; }
  @media (max-width: 991px) {
    .hero-table__tabs-contents {
      display: none; } }

.hero-table__tabitem {
  width: 100%;
  color: #ffffff;
  align-self: flex-start;
  border-radius: 30px 0 0 30px;
  min-height: 73px;
  padding: 13px 10px 13px 30px;
  flex-shrink: 0;
  transition: .3s background ease; }
  @media (max-width: 991px) {
    .hero-table__tabitem {
      width: unset;
      min-height: 48px;
      border-radius: 30px;
      padding: 5px 20px; } }
  @media (max-width: 575px) {
    .hero-table__tabitem {
      padding: 5px 5px; } }
  .hero-table__tabitem:hover {
    background: rgba(24, 24, 24, 0.5); }

.hero-table__tabitem--active {
  background: rgba(24, 24, 24, 0.5); }
  .hero-table__tabitem--active .crypto-deals__today {
    display: block; }

.hero-table__tabcontent {
  width: 100%; }

.hero-table__mobile-content {
  display: none;
  padding: 20px 0; }
  @media (max-width: 575px) {
    .hero-table__mobile-content {
      font-size: 14px;
      width: 90%; } }

.hero-table__mobile-content-search {
  width: 100%;
  padding: 0 20px; }
  @media (max-width: 575px) {
    .hero-table__mobile-content-search {
      padding: 0; } }

.hero-table__popup {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: .3s opacity ease-in-out, .3s visibility ease-in-out; }
  .hero-table__popup--registered > .tabcontent-hero-table__popup-wrapper {
    padding: 22px 27px; }
  .hero-table__popup .register {
    display: block;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding: 5px 10px;
    background: #3d9ae3;
    color: #ffffff;
    border-radius: 2px;
    transition: .3s background ease-in-out; }
    .hero-table__popup .register:hover {
      background: #1765a3; }
  .hero-table__popup .link {
    color: #40acff;
    font-size: 12px; }

.hero-table__popup-wrapper {
  position: absolute;
  padding: 22px 16px;
  width: 375px;
  background: #000000;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  border-radius: 30px;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px 0 #40acff; }
  @media (max-width: 575px) {
    .hero-table__popup-wrapper {
      width: 280px; } }

.hero-table__popup-content {
  margin: 0;
  margin-bottom: 20px; }

.hero-table__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px; }

.hero-table__label {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  padding-left: 25px;
  cursor: pointer; }
  .hero-table__label span {
    margin-right: 20px; }
    .hero-table__label span::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      display: inline-block;
      width: 14px;
      height: 14px;
      background: #ffffff;
      border-radius: 2px; }
  .hero-table__label > .hero-table__input:checked + span::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #40acff; }

.hero-table__input {
  appearance: none; }

.hero-table__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 43px;
  width: 100%; }

.hero-table__btn {
  color: #ffffff;
  transition: .3s background ease-in-out;
  padding: 10px 30px; }
  .hero-table__btn--reset {
    border: 1px solid #e4e4e4;
    border-radius: 2px; }
    .hero-table__btn--reset:hover {
      background: rgba(255, 255, 255, 0.2); }
  .hero-table__btn--save {
    background: #40acff;
    border-radius: 2px; }
    .hero-table__btn--save:hover {
      background: #007bd9; }

.hero-table__info {
  position: absolute;
  width: 150px;
  top: 50%;
  left: calc(100% + 20px);
  transform: translateY(-50%);
  padding: 11px 19px;
  font-weight: 700;
  font-size: 14px;
  background: #262424;
  border-radius: 2px;
  border: 1px solid #ffffff;
  transition: .3s opacity ease-in-out, .3s visibility ease-in-out;
  color: #ffffff;
  z-index: 9; }
  .hero-table__info--toleft {
    right: calc(100% + 20px);
    left: unset; }

.hero-table__popup-close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  cursor: pointer; }

.hero-table-top__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px; }
  @media (max-width: 575px) {
    .hero-table-top__list {
      gap: 10px;
      justify-content: space-between; } }

@media (max-width: 575px) {
  .hero-table-top__item {
    font-size: 12px; } }

.hero-table-top__item--bg {
  background: rgba(14, 2, 13, 0.3);
  padding: 12px 8px;
  border-radius: 77px; }
  @media (max-width: 575px) {
    .hero-table-top__item--bg {
      padding: 12px 4px; } }

.hero-table-top__calendar {
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer; }
  .hero-table-top__calendar::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer; }

.hero-table-tabitem__wrapper {
  display: flex;
  align-items: center;
  gap: 8px; }
  @media (max-width: 1199px) {
    .hero-table-tabitem__wrapper {
      gap: 10px; } }
  @media (max-width: 575px) {
    .hero-table-tabitem__wrapper {
      gap: 10px; } }

.crypto-name {
  font-size: clamp(15px, 1.2vw, 20px);
  line-height: 100%;
  font-weight: 400; }

.crypto-deals {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px 6px;
  background: rgba(14, 2, 13, 0.3);
  border-radius: 100px;
  min-height: 39px; }
  .crypto-deals__value {
    font-size: clamp(15px, 1.5vw, 20px);
    font-weight: 400;
    line-height: 100%; }
  .crypto-deals__today {
    display: none;
    font-size: clamp(13px, 1vw, 16px);
    font-weight: 400;
    line-height: 100%; }
  @media (max-width: 1199px) {
    .crypto-deals {
      gap: 5px;
      padding: 8px 10px; } }
  @media (max-width: 991px) {
    .crypto-deals {
      background: none; } }

.table-mobile-content__main {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-left: 40px; }
  @media (max-width: 575px) {
    .table-mobile-content__main {
      margin-left: 0;
      gap: 30px; } }

.table-mobile-content__main {
  margin-bottom: 20px; }
  @media (max-width: 700px) {
    .table-mobile-content__main {
      justify-content: space-between; } }

.table-mobile-content__other {
  display: flex;
  justify-content: space-between;
  max-width: 90%; }

.table-mobile-content__names {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.table-mobile-content__name {
  font-weight: 400; }
  .table-mobile-content__name:not(:last-child) {
    margin-bottom: 16px; }

.table-mobile-content__value:not(:last-child) {
  margin-bottom: 16px; }

.table-mobile-content__col {
  position: relative;
  font-weight: 400; }

.table-mobile-content__col-svg path {
  transition: .3s fill ease-in-out; }

.table-mobile-content__col-svg:hover path {
  fill: currentColor; }

.table-mobile-content__search-input {
  padding: 10px 20px;
  width: 100%;
  background: #000000;
  border: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 2px; }
  .table-mobile-content__search-input::placeholder {
    font-size: 10px;
    color: #cccccc; }
  @media (max-width: 575px) {
    .table-mobile-content__search-input {
      padding: 10px 5px; } }

.tabcontent-hero-table__head {
  /* z-index: 61; */
  background: rgba(119, 119, 119, 0.3);
  padding: 0 20px;
  border-radius: 30px;
  margin-bottom: 22px; }
  .tabcontent-hero-table__head .empty {
    background: transparent;
    height: 22px;
    width: 100%; }

.tabcontent-hero-table__head--fixed {
  position: fixed;
  top: 0;
  z-index: 9;
  background: #313131;
  border-radius: 0; }

.tabcontent-hero-table__head-tr {
  display: grid;
  grid-template-columns: 1.6fr 1.2fr 1fr 1.7fr 1.7fr 1.2fr 1fr 1.2fr 1.5fr;  
}

.tabcontent-hero-table__head-th {
  justify-self: center;
  text-align: center;
  padding: 26px 0;
  height: 70px;
  font-weight: 400;
  font-size: clamp(12px, 1vw, 16px);
  transition: .3s color ease-in-out;
  cursor: pointer; }
  .tabcontent-hero-table__head-th .table-btn {
    transition: .3s color ease-in-out;
    color: #ffffff; }
    .tabcontent-hero-table__head-th .table-btn:hover {
      color: #40acff; }

.tabcontent-hero-table__calendar {
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer; }
  .tabcontent-hero-table__calendar::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer; }

.tabcontent-hero-table__body {
  padding: 0 20px; }

.tabcontent-hero-table__body-tr {
  z-index: 8;
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr 1.7fr 1.7fr 1.2fr 1fr 1.2fr 1.5fr;
  background: rgba(24, 24, 24, 0.5);
  /* margin: 0 -20px;
  padding: 0 20px; */
  position: relative;
  transition: .3s background ease-in-out; }
  @media (max-width: 1199px) {
    .tabcontent-hero-table__body-tr {
      grid-template-columns: 1.6fr 1.2fr 1fr 1.7fr 1.7fr 1.2fr 1fr 1.2fr 1.5fr; 
      padding: 0 20px;
    } 
  }
  .tabcontent-hero-table__body-tr:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 95%;
    transform: translateX(-50%);
    height: 1px;
    background: #2c2b2b; }
  .tabcontent-hero-table__body-tr:last-child {
    /* border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;  */
  }
  .tabcontent-hero-table__body-tr:hover {
    background: rgba(49, 49, 49, 0.5); }

.tabcontent-hero-table__body-td {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  justify-self: center;
  text-align: center;
  padding: 26px 0;
  font-size: clamp(12px, 1vw, 16px);
  height: 70px;
  font-weight: 400; }
  .tabcontent-hero-table__body-td:hover:not(.no-effect) {
    font-weight: 700; }
  .tabcontent-hero-table__body-td .pointer:hover {
    font-weight: 700; }

.tabcontent-hero-table .two-digits:hover {
  font-weight: 400; }

.tabcontent-hero-table__body-td-time {
  position: relative;
  cursor: pointer; }

.tabcontent-hero-table__body-svg path {
  transition: .3s fill ease-in-out; }

.tabcontent-hero-table__body-svg:hover path {
  fill: currentColor; }

.tabcontent-hero-table__item {
  display: flex;
  justify-content: space-between; }

.tabcontent-hero-table__search {
  display: none; }

.tabcontent-hero-table__search-input {
  width: 99%;
  padding: 27px;
  background: #000000;
  color: #ffffff;
  border: 1px solid #777777;
  border-radius: 2px; }
  .tabcontent-hero-table__search-input::placeholder {
    font-weight: 300;
    color: #cccccc; }

.mobile-time {
  position: relative; }

.popup-time {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 20px);
  width: 150px;
  font-weight: 400;
  color: #ffffff;
  padding: 10px;
  background: #333333;
  border-radius: 30px; }
  @media (max-width: 575px) {
    .popup-time {
      width: 120px;
      right: unset;
      top: calc(100% + 20px); } }

.popup-time-btn {
  color: currentColor; }
  .popup-time-btn:hover {
    font-weight: 700; }

.tabcontent-hero-table__body-td > .tabcontent-hero-table__body-svg path {
  stroke: currentColor; }

.table-mobile-content__fav > .table-mobile-content__col-svg path {
  stroke: currentColor; }

.pointer {
  cursor: pointer; }

.underline:hover {
  text-decoration: underline;
  font-weight: 400 !important; }

.benefits {
  padding: 82px 40px 0 40px; }
  .benefits__wrapper {
    display: flex;
    flex-direction: column; }
    @media (max-width: 1199px) {
      .benefits__wrapper {
        gap: 30px; } }
  @media (max-width: 575px) {
    .benefits {
      padding: 82px 15px 0 15px; } }

.benefits-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px; }
  @media (max-width: 767px) {
    .benefits-item {
      flex-direction: column;
      gap: 20px; } }
  @media (min-width: 768px) {
    .benefits-item:nth-child(even) .benefits-item__pic {
      order: 2; }
    .benefits-item:nth-child(even) .benefits-item__img {
      margin-right: auto;
      margin-left: unset; }
    .benefits-item:nth-child(even) .benefits-item__descr {
      order: 1; } }
  .benefits-item__pic {
    width: 50%;
    order: 1; }
    @media (max-width: 767px) {
      .benefits-item__pic {
        width: 100%;
        order: 2; } }
  .benefits-item__img {
    margin-left: auto; }
    @media (max-width: 575px) {
      .benefits-item__img {
        max-width: unset;
        width: 110%;
        margin: 0 auto; } }
  .benefits-item__descr {
    width: 50%;
    order: 2; }
    @media (max-width: 767px) {
      .benefits-item__descr {
        width: 100%;
        order: 1; } }
  .benefits-item__title {
    margin-bottom: 36px; }
  .benefits-item__text {
    margin: 0; }

.companies {
  padding: 127px 40px 54px 40px; }
  @media (max-width: 575px) {
    .companies {
      padding: 80px 15px 54px 15px; } }
  .companies__title {
    max-width: 50%;
    margin-bottom: 50px; }
    @media (max-width: 1199px) {
      .companies__title {
        max-width: 100%; } }
  .companies__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px; }
    @media (max-width: 1199px) {
      .companies__wrapper {
        flex-direction: column;
        align-items: center; } }
  .companies__left {
    width: 50%; }
    @media (max-width: 1199px) {
      .companies__left {
        width: 100%; } }
  .companies__paragraph {
    margin: 0;
    margin-bottom: 30px; }
  .companies__right {
    width: 50%;
    display: grid;
    row-gap: 50px;
    grid-template-columns: repeat(6, 1fr); }
    @media (max-width: 1199px) {
      .companies__right {
        width: 100%; } }
    @media (max-width: 767px) {
      .companies__right {
        column-gap: 20px; } }
    @media (max-width: 575px) {
      .companies__right {
        row-gap: 20px; } }
  .companies__pic {
    grid-column: span 2;
    justify-self: center;
    align-self: center; }
    .companies__pic:nth-child(7) {
      grid-column: 2 / span 2; }
    .companies__pic:nth-child(8) {
      grid-column: 4 / span 2; }

.examples {
  padding: 20px 40px 100px 40px; }
  @media (max-width: 575px) {
    .examples {
      padding: 20px 15px 50px 15px; } }
  .examples__title {
    text-align: center;
    margin-bottom: clamp(30px, 10vw, 70px); }
  .examples__content:not(:last-child) {
    margin-bottom: clamp(50px, 10vw, 148px); }
  .examples__img {
    margin: 0 auto; }

.video {
  position: relative;
  padding-top: 104px;
  padding-bottom: 220px; }
  @media (max-width: 575px) {
    .video {
      padding-top: 84px;
      padding-bottom: 130px; } }
  .video__title {
    display: none; }
  .video__img {
    position: absolute; }
  .video__img-circle {
    top: -30%;
    right: 70%;
    z-index: -1; }
    @media (max-width: 1199px) {
      .video__img-circle {
        display: none; } }
  .video__img-bg {
    top: 0;
    right: 0;
    z-index: -1;
    min-height: 746px; }
    @media (max-width: 575px) {
      .video__img-bg {
        left: 50%;
        transform: translateX(-50%);
        right: unset;
        width: 100%;
        min-height: unset;
        max-height: 375px; } }
  .video__wrapper {
    position: relative;
    text-align: center; }
  @media (max-width: 1023px) {
    .video__player {
      width: 100%; } }
  @media (max-width: 575px) {
    .video__player {
      max-height: 218px; } }

.footer {
  padding: 100px 40px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 2fr 1fr;
  gap: 20px; }
  @media (max-width: 1199px) {
    .footer {
      grid-template-columns: repeat(2, 1fr);
      gap: 40px; } }
  @media (max-width: 575px) {
    .footer {
      padding: 100px 15px 50px 15px; } }
  .footer__block {
    padding-top: 20px;
    font-size: clamp(14px, 3vw, 16px); }
    @media (max-width: 1199px) {
      .footer__block {
        padding-top: 0; } }
  .footer__block--logo {
    padding-top: 0; }
  .footer__block--social {
    gap: calc((50 / (1920 - 1200) * ((100vw - 1200px)) + 10px));
    display: flex;
    align-items: center;
    align-self: flex-start;
    flex-wrap: wrap;
    padding-top: 14px; }
    @media (max-width: 1199px) {
      .footer__block--social {
        gap: 10px;
        justify-self: flex-end;
        justify-content: center;
        padding-top: 0; } }
  @media (max-width: 1199px) {
    .footer__block--links {
      justify-self: flex-end; } }
  @media (max-width: 1199px) {
    .footer__block--nav, .footer__block--links {
      grid-row: 2/span 1; } }
  @media (max-width: 767px) {
    .footer__block--nav {
      grid-column: 1/span 2; } }
  @media (max-width: 767px) {
    .footer__block--links {
      grid-row: 3/span 1;
      grid-column: 1/span 2;
      justify-self: flex-start; } }
  .footer__logo {
    display: block; }
  .footer__nav {
    display: flex; }
  .footer__rights {
    display: flex;
    flex-direction: column;
    font-family: "OpenSans-Regular", sans-serif;
    font-weight: 400;
    gap: 15px;
    margin-top: -40px; }
    @media (max-width: 1199px) {
      .footer__rights {
        grid-row: 3/span 1;
        grid-column: 1/span 2;
        margin-top: 0;
        flex-direction: row;
        justify-content: center; } }
    @media (max-width: 767px) {
      .footer__rights {
        grid-row: 4/span 1;
        flex-direction: column;
        align-items: center; } }
  .footer__nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 38px; }
  .footer__nav-item {
    line-height: 143%; }
  .footer__list {
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: 400;
    line-height: 143%; }
    @media (max-width: 1199px) {
      .footer__list {
        text-align: right; } }
    @media (max-width: 767px) {
      .footer__list {
        text-align: left; } }
  .footer__item {
    transition: .3s color ease-in-out; }
    .footer__item:not(:last-child) {
      margin-bottom: 38px; }
    .footer__item:hover {
      color: #40acff; }
  .footer__label {
    font-size: clamp(14px, 3vw, 16px); }

.login__title {
  text-align: center;
  margin-bottom: 85px; }

.login__input {
  width: 100%; }

.login__btn {
  width: 100%;
  margin-bottom: 42px; }

.login__links {
  display: flex;
  justify-content: space-between;
  gap: 20px; }
  @media (max-width: 575px) {
    .login__links {
      flex-direction: column;
      align-items: center; } }

.login__link {
  text-decoration: underline;
  font-size: clamp(14px, 4vw, 16px); }

.register__title {
  text-align: center;
  margin-bottom: 85px; }

.register__code {
  display: flex;
  justify-content: space-between;
  gap: 19px; }
  @media (max-width: 575px) {
    .register__code {
      flex-direction: column; } }

.register__get-code {
  width: 50%; padding: 0px;}
  @media (max-width: 575px) {
    .register__get-code {
      width: 100%; padding: 24px} }

.register__input-code {
  width: 50%; }
  @media (max-width: 575px) {
    .register__input-code {
      width: 100%; } }

.register__label {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  font-size: clamp(12px, 4vw, 16px);
  cursor: pointer; }
  .register__label span {
    display: inline-block;
    padding-left: 40px; }
    .register__label span::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      display: inline-block;
      width: 22px;
      height: 22px;
      background: #ffffff; }

.register__privacy {
  appearance: none; }
  .register__privacy:checked + span::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #40acff; }

.register__link {
  text-decoration: underline; }

.register__btn {
  margin-bottom: 42px; }

.register__links {
  display: flex;
  justify-content: center; }

.password__title {
  font-size: clamp(29px, 6vw, 60px);
  text-align: center;
  margin-bottom: 85px;
  text-transform: unset; }

.password__code {
  display: flex;
  justify-content: space-between;
  gap: 19px; }

/* .password__get-code {
  width: 50%; } */

.password__input-code {
  width: 50%; }

.password__btn {
  margin-bottom: 42px; }

.password__links {
  display: flex;
  justify-content: center; }

.password__link {
  text-decoration: underline; }

.payment {
  position: relative;
  padding: 50px 40px; }
  @media (max-width: 575px) {
    .payment {
      padding: 50px 0; } }
  .payment__form {
    padding: 0 clamp(0px, 11vw, 200px); }
    @media (max-width: 767px) {
      .payment__form {
        padding: 0; } }
  .payment__list {
    border-bottom: 1px solid #5e5e5e;
    margin-bottom: 45px; }
  .payment__img {
    position: absolute;
    left: 0;
    z-index: -1; }
  .payment__list-header {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    border-radius: 30px 30px 0 0;
    padding: 26px clamp(16px, 5vw, 60px);
    background: rgba(119, 119, 119, 0.3);
    justify-items: center; }
    @media (max-width: 1199px) {
      .payment__list-header {
        grid-template-columns: 1.5fr 1fr 1fr; } }
    @media (max-width: 575px) {
      .payment__list-header {
        border-radius: 0;
        gap: 10px; } }
  .payment__list-title {
    font-weight: 400;
    text-align: center;
    padding: 0 10px;
    font-size: clamp(12px, 1vw, 16px); }
    .payment__list-title:first-child {
      justify-self: flex-start; }
    @media (max-width: 1199px) {
      .payment__list-title:last-child {
        display: none; } }
    @media (max-width: 575px) {
      .payment__list-title {
        padding: 0; } }
  .payment__item {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    padding: 20px clamp(16px, 5vw, 60px);
    font-size: clamp(13px, 2vw, 20px); }
    .payment__item:nth-child(odd) {
      background: rgba(49, 49, 49, 0.5); }
    @media (max-width: 1199px) {
      .payment__item {
        grid-template-columns: 1.5fr 1fr 1fr; } }
  .payment__promo-wrapper {
    text-align: right;
    margin-bottom: 27px; }
  .payment__promo {
    padding: 15px 30px;
    width: clamp(139px, 25vw, 211px);
    font-weight: 300;
    font-size: clamp(13px, 2vw, 20px);
    border: 1px solid #7a7a7a;
    transition: .3s background ease-in-out;
    color: #ffffff;
    background: #000000; }
    .payment__promo::placeholder {
      color: #cccccc; }
  .payment__sum {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: clamp(30px, 5vw, 50px);
    margin-bottom: 30px;
    font-size: clamp(13px, 2vw, 16px); }
  .payment__sum-val {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px; }
  .payment__sum-old {
    font-weight: 300;
    font-size: clamp(13px, 2vw, 20px);
    text-decoration: line-through; }
  .payment__sum-new {
    font-weight: 700;
    font-size: clamp(23px, 2vw, 36px);
    line-height: 80%; }
  .payment__offer {
    text-align: right;
    margin-bottom: 35px;
    font-size: clamp(12px, 2vw, 16px); }
  .payment__label {
    position: relative;
    padding-left: 30px;
    -webkit-user-select: none;
    user-select: none;
    min-height: 20px;
    display: inline-block;
    cursor: pointer; }
    .payment__label span {
      font-weight: 400; }
      .payment__label span::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        display: inline-block;
        background: #ffffff; }
      .payment__label span a {
        text-decoration: underline; }
  .payment__checkbox {
    appearance: none; }
    .payment__checkbox:checked + span::after {
      content: '';
      width: 12px;
      height: 12px;
      display: inline-block;
      background: #40acff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 4px; }
  .payment__btn-wrapper {
    text-align: right; }
  .payment__btn {
    padding: clamp(16px, 4vw, 24px) clamp(58px, 6vw, 85px);
    background: #40acff;
    color: #ffffff;
    font-size: clamp(16px, 5vw, 24px);
    transition: .3s background ease-in-out; }
    .payment__btn:hover {
      background: #007bd9; }
  .payment__bottom {
    margin-bottom: 53px; }
    @media (max-width: 575px) {
      .payment__bottom {
        padding-right: 26px;
        margin-bottom: 0; } }

.payment-item__col:first-child {
  justify-self: flex-start; }

@media (max-width: 1199px) {
  .payment-item__col:last-child {
    display: none; } }

.payment-item__name {
  margin-bottom: 15px; }

.payment-item__options {
  font-size: clamp(10px, 1vw, 16px);
  font-weight: 400;
  margin-bottom: 10px; }

.payment-item__deadline {
  display: none;
  width: 100%;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: clamp(12px, 1vw, 18px);
  font-weight: 400; }
  @media (max-width: 1199px) {
    .payment-item__deadline {
      display: flex;
      grid-column: span 3;
      padding-right: clamp(10px, 4vw, 30px); } }

.payment-item__amount {
  display: flex;
  margin: 0 auto;
  width: 114px; }
  @media (max-width: 575px) {
    .payment-item__amount {
      width: 70px; } }

.payment-item__change {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(20px, 2vw, 31px);
  height: clamp(20px, 2vw, 31px);
  flex-shrink: 0;
  cursor: pointer; }

.payment-item__minus {
  background: #1f1f1f; }

.payment-item__value {
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  text-align: center;
  width: 100%; }
  .payment-item__value::-webkit-inner-spin-button {
    appearance: none; }

.payment-item__plus {
  background: #40acff; }

.cookies {
  position: relative;
  padding: 24px clamp(10px, 5vw, 80px);
  font-weight: 400;
  text-align: center;
  background: #171d24;
  border-radius: 30px;
  font-size: clamp(10px, 3vw, 20px);
  line-height: 120%; }
  @media (max-width: 1199px) {
    .cookies {
      padding-top: 50px; } }
  @media (max-width: 575px) {
    .cookies {
      display: none; } }
  .cookies__close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
    cursor: pointer; }
    @media (max-width: 1199px) {
      .cookies__close {
        left: 50%;
        top: 15px;
        transform: translateX(-50%);
        right: unset; } }
  .cookies a {
    text-decoration: underline; }

.about {
  padding: 50px; }
  @media (max-width: 575px) {
    .about {
      padding: 30px 15px; } }
  .about__paragraph {
    margin-bottom: 30px; }
  .about__list {
    font-weight: 400; }
  .about__list-item:not(:last-child) {
    margin-bottom: 20px; }
  .about__ps {
    font-weight: 400;
    font-style: italic;
    margin-bottom: 50px; }
  .about__gover {
    font-weight: 400;
    margin-bottom: 50px; }
  .about__firm {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-weight: 400; }

.firm-about {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 140%; }
  .firm-about__address {
    font-style: normal; }

.management {
  padding: 50px; }
  @media (max-width: 575px) {
    .management {
      padding: 30px 15px; } }
  .management__paragraph {
    margin-bottom: 30px; }
  .management__list {
    font-weight: 400; }
  .management__list-item:not(:last-child) {
    margin-bottom: 20px; }
  .management__str {
    margin-bottom: 20px; }

.bold {
  font-weight: 700; }

.italic {
  font-style: italic; }

.padding {
  padding-left: 40px; }

.str-common {
  font-weight: 400; }

.howtouse {
  padding: 50px; }
  @media (max-width: 575px) {
    .howtouse {
      padding: 30px 15px; } }
  .howtouse__paragraph {
    margin-bottom: 30px; }
  .howtouse__list {
    font-weight: 400;
    list-style: upper-roman; }
  .howtouse__list-item:not(:last-child) {
    margin-bottom: 20px; }
  .howtouse__list-title {
    display: block;
    margin-bottom: 20px; }
  .howtouse__link {
    color: #40acff;
    text-decoration: underline; }
  .howtouse__title {
    margin-bottom: 20px; }
  .howtouse__img {
    margin-top: 20px; }
  .howtouse__list-pos {
    margin-bottom: 20px; }
  .howtouse__list-pos-item:first-child {
    margin-top: 20px; }
  .howtouse__list-pos-item:not(:last-child) {
    margin-bottom: 20px; }

.bigmargin {
  margin-bottom: 70px; }

.recomend {
  padding: 50px; }
  @media (max-width: 575px) {
    .recomend {
      padding: 30px 15px; } }
  .recomend__firm {
    margin-bottom: 30px; }
  .recomend__title {
    margin-bottom: 30px; }
  .recomend__paragraph {
    margin-bottom: 30px; }

.polityc {
  padding: 50px; }
  @media (max-width: 575px) {
    .polityc {
      padding: 30px 15px; } }
  .polityc__paragraph {
    font-weight: 400; }
  .polityc__target {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    align-items: center;
    max-width: 50%;
    font-weight: 400; }
    @media (max-width: 1199px) {
      .polityc__target {
        max-width: 100%; } }

.terms {
  padding: 50px; }
  @media (max-width: 575px) {
    .terms {
      padding: 30px 15px; } }
  .terms__title {
    margin-bottom: 40px;
    font-size: clamp(24px, 4vw, 32px); }
  .terms__paragraph {
    font-weight: 400; }
  .terms__par-title {
    margin: 20px 0;
    font-size: clamp(20px, 4vw, 24px); }

.bold {
  font-weight: 700; }

.DN{
  display: none;
}

.blur{
  filter: blur(5px);
}
.gsap-marker-end,             
.gsap-marker-start,           
.gsap-marker-scroller-end,  
.gsap-marker-scroller-start{
  display: none;
}

.disable_my{
  background-color: gray;
}
.disable_my:hover {
  background-color: gray;
}

.button_trasition{
    transition: all 0.5s;
}
.button_trasition:hover{
    background-color: rgb(0, 81, 255);
}
.dis[disabled]{
    background-color: gray;
}

.Quality:hover .hover{
  /* background-color: rgb(0, 0, 0); */
  display: block;
}

.hover{
  display: none;
  position: absolute;
  top: 50%;
  width: 150px;
  left: calc(100% + 20px);
  transform: translateY(-50%);
  padding: 11px 19px;
  font-weight: 700;
  font-size: 14px;
  background: #262424;
  border-radius: 2px;
  border: 1px solid #ffffff;
  transition: .3s opacity ease-in-out, .3s visibility ease-in-out;
  color: #ffffff;
  z-index: 9;
}       