@charset "utf-8";

@media only screen and (min-width: 1280px) {
  .footer .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 20px 30px;
    text-align: left;
  }

  .footer .container > *,
  .footer .soc {
    order: 1;
    margin: 0;
  }

  .footer .container > * {
    flex: 1;
  }

  .footer .soc {
    flex: 0 0 auto;
  }

  .footer ul {
    justify-content: flex-end;
    gap: 0 40px;
  }

  .footer li:before {
    left: -40px;
    width: 40px;
  }

  .toggle-menu {
    display: none;
  }

  .menu-links {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    overflow: visible;
    transform: none !important;
    background: none !important;
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .menu-links:before {
    display: none;
  }

  .menu-links .link {
    flex: 0 0 auto;
    padding: 12px 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    border-radius: 10px;
    margin: 0 !important;
  }

  .menu-links .link.active {
    color: #fff;
  }

  .get ul {
    grid-template-columns: repeat(4, 1fr);
  }

  .how .top {
    padding-bottom: 90px;
  }

  .how ol {
    font-size: 30px;
  }

  .trust {
    text-align: left;
  }

  .trust .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }

  .trust .container:before,
  .trust .container:after {
    content: "";
    flex: 0 0 auto;
    display: block;
  }

  .trust .image {
    flex: 0 0 auto;
    width: 396px;
    max-width: none;
    margin: 0;
  }

  .trust .text {
    flex: 0 0 auto;
    width: calc(100% - 436px);
    margin: 0;
  }

  .benefits .container {
    gap: 40px;
  }

  .benefits .bg {
    padding: 73px 32px;
    font-size: 18px;
    background-size: 100% auto;
    background-position: 50% 0;
  }

  .benefits .bg:before {
    margin-top: -30px;
    margin-bottom: 64px;
  }

  .benefits .size1 {
    font-size: 30px;
    margin-bottom: 8px;
  }

  .stat ul {
    font-size: 30px;
  }

  .stat li {
    min-height: 166px;
    border-radius: 30px;
  }

  .stat li:nth-child(3n - 2) {
    background-image: url(../img/stat/bg1.png);
  }

  .stat li:nth-child(3n - 1) {
    background-image: url(../img/stat/bg2.png);
  }

  .stat li:nth-child(3n) {
    background-image: url(../img/stat/bg3.png);
  }

  .stat li > * {
    max-width: 260px;
  }

  .stat .big {
    font-size: 44px;
  }

  .profile .top-text {
    padding-top: 180px;
    color: var(--grey);
  }

  .profile .wrap-screen {
    position: relative;
  }

  .profile .tel {
    width: 314px;
  }

  .profile ul {
    position: static;
    display: block;
    font-size: 44px;
    line-height: 1;
  }

  .profile li:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 80px;
    height: 1px;
    background: var(--white);
    margin: -0.5px 0;
    display: block;
  }

  .profile li {
    position: absolute;
    z-index: 2;
    bottom: auto;
    top: auto;
    background: none;
    height: auto;
    min-height: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    opacity: 1 !important;
    transform: translate3d(0, -50%, 0) !important;
  }

  .profile li:nth-child(1),
  .profile li:nth-child(3) {
    left: 50%;
    padding-left: 120px;
    text-align: left;
    margin-left: 132px;
  }

  .profile li:nth-child(1):before,
  .profile li:nth-child(3):before {
    left: 0;
    transform-origin: 0 50%;
  }

  .profile li:nth-child(2) {
    right: 50%;
    padding-right: 120px;
    text-align: right;
    margin-right: 132px;
  }

  .profile li:nth-child(2):before {
    left: auto;
    right: 0;
    transform-origin: 100% 50%;
  }

  .profile li:nth-child(1) {
    top: 18%;
  }

  .profile li:nth-child(2) {
    top: 32%;
  }

  .profile li:nth-child(3) {
    top: 66%;
  }

  .form-subscribe .free {
    margin-top: 35px;
  }

  .top-block .form-subscribe,
  .top-block .form-sent {
    min-height: 165px;
  }

  .top-block .form-subscribe {
    align-items: stretch;
  }

  .top-block .form-sent .text-sent {
    text-align: left;
    padding-left: 65px;
  }

  .top-block .form-sent .text-sent:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -25px 0;
  }

  .top-block .image {
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    /*background-image: url(/img/top-block-bg/desktop.jpg);*/
  }

  .top-block .link-play {
    position: absolute;
    top: 44%;
    left: 76.5%;
    width: 39vw;
    height: 26vw;
    transform: translate3d(-50%, -50%, 0) matrix(0.85, 0.5, 0, 0.95, 0, 0);
    border-radius: 20px;
  }

  .products-dropdown {
    background: #1d192c;
    box-shadow: 0px 6px 22px rgba(93, 98, 109, 0.1);
    border-radius: 20px;
    padding: 30px 25px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 324px;
    display: flex;
    flex-direction: column;
    visibility: hidden;
  }

  .product-changer.open .products-dropdown {
    visibility: visible;
  }

  .products-dropdown__element {
    display: flex;
    flex-direction: column;
    margin: 0 0 25px 50px;
    position: relative;
  }

  .products-dropdown__element > .products-dropdown__element_title {
    opacity: 0.5;
  }

  .products-dropdown__element > .products-dropdown__element_subtitle {
    opacity: 0.5;
  }

  .products-dropdown__element:hover > .products-dropdown__element_title {
    opacity: 1;
  }

  .products-dropdown__element:hover > .products-dropdown__element_subtitle {
    opacity: 1;
  }

  .products-dropdown__element:last-of-type {
    margin-bottom: 0;
  }

  .products-dropdown__element_title {
    font-weight: 600;
    font-size: 14px;
    line-height: 145%;
    color: #ffffff;
    margin-bottom: 2px;
  }

  .products-dropdown__element_subtitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #a29dba;
  }

  .products-dropdown__overview::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    background: url("../img/products/overview-logo.png") center;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
  }

  .products-dropdown__copy::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    background: url("../img/products/copy-logo.png") center;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
  }

  .products-dropdown__terminal::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    background: url("../img/products/terminal-logo.png") center;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
  }

  .products-dropdown__macos::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    background: url("../img/products/macos-logo.png") center;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
  }

  .products-dropdown__broker::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    background: url("../img/products/broker-logo.png") center;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
  }

  .products-dropdown__copy > .products-dropdown__element_title {
    opacity: 1;
  }

  .products-dropdown__copy > .products-dropdown__element_subtitle {
    opacity: 1;
  }

  .arrow {
    background: url("../img/arrow.svg") no-repeat center;
    width: 25px;
    height: 20px;
    margin-left: 12px;
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .product-changer.open .arrow {
    transform: rotate(180deg);
  }

  .product-changer {
    pointer-events: all;
  }

  .mobile-only {
    display: none !important;
  }

  .container-new .content-download .links {
    margin-bottom: 0;
    flex-wrap: nowrap;
    width: 100%;
  }

  .container-new__bottom-part > div {
    margin-bottom: 0;
  }

  .privacy-links {
    align-items: flex-end;
  }
}

@media only screen and (min-width: 1400px) {
  .header .grid {
    gap: 40px;
  }

  .head-logo {
    gap: 15px;
  }

  .head-logo img {
    height: 30px;
  }

  .head-logo svg {
    height: 16px;
  }

  .menu-links .link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-lang {
    margin-right: 10px;
  }

  .menu-lang:after {
    margin-left: 16px;
  }

  #close-btn {
    position: absolute;
    top: 20px;
    left: 40px;
    background: 0;
    border: 0;
    cursor: pointer;
  }
}
