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

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

@font-face {
    font-family: 'Cascadia Mono';
    src: url('CascadiaMono-Medium.woff2') format('woff2'),
        url('CascadiaMono-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-SemiBold.woff2') format('woff2'),
        url('Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    background-color: #191919;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
	overflow-x: hidden;
	overflow-x: clip; 
}

.scramble h2 {
    font-family: "Cascadia Mono", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .page-template-blackBox-template .candiv {
    opacity: 0.2;
  }
.main {
    position: relative;
    z-index: 9;
}
.noise {
    animation: noise 0.5s steps(6) infinite;
    mix-blend-mode: overlay;
    background-size: 55vw;
    opacity: 0.8;
    background: url("data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycKICB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluaycKICB3aWR0aD0nMzAwJyBoZWlnaHQ9JzMwMCc+CgoJPGZpbHRlciBpZD0nbicgeD0nMCcgeT0nMCc+CgkJPGZlVHVyYnVsZW5jZQoJCSAgdHlwZT0nZnJhY3RhbE5vaXNlJwoJCSAgYmFzZUZyZXF1ZW5jeT0nMC44NScKCQkgIHN0aXRjaFRpbGVzPSdzdGl0Y2gnLz4KCTwvZmlsdGVyPgoKCTxyZWN0IHdpZHRoPSczMDAnIGhlaWdodD0nMzAwJyBmaWxsPScjMDAwJy8+Cgk8cmVjdCB3aWR0aD0nMzAwJyBoZWlnaHQ9JzMwMCcgZmlsdGVyPSJ1cmwoI24pIiBvcGFjaXR5PScwLjcnLz4KPC9zdmc+Cg==");
  }
    
  .scanlines {
    mix-blend-mode: overlay;
    opacity: 0.7;
}
  
  .scanlines:before, .scanlines:after {
    display: block;
    content: "";
    position: absolute;
  }
  
  .scanlines:before {
    width: 100%;
    height: 1.75px;
    z-index: 2147483648;
    background: rgba(255, 255, 255, 0.5);
    animation: scanline 5s linear infinite;
    mix-blend-mode: none;
  }
  
  .scanlines:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 51%);
    background-size: 100% 3.5px;
    animation: scanlines 0.0166666667s steps(2) infinite;
  }
  
  @keyframes scanlines {
    0% {
      background-position: 0 50%;
    }
  }
  @keyframes scanline {
    0% {
      transform: translate3d(0, 200000%, 0);
    }
  }
  @keyframes noise {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 100% 100%;
    }
  }  
  
  @keyframes wobble {
    0% {
      transform: skew(-6deg);
    }
    1% {
      transform: skew(5deg);
    }
    2% {
      transform: skew(-3deg);
    }
    3% {
      transform: skew(2deg);
    }
    4% {
      transform: skew(-1deg);
    }
    5%,
    100% {
      transform: skew(0);
    }
  }
  
  @keyframes offset {
    0% {
      transform: translate(-5px, 5px);
    }
    5%,
    100% {
      transform: translate(0, 0);
    }
  }
  
  @keyframes offsetx {
    0% {
      transform: translate(5px, -5px);
    }
    5%,
    100% {
      transform: translate(0, 0);
    }
  }

  .lottieCover {
    position: fixed;
    width: 100% !important;
    z-index: -1;
    opacity: 0.7;
    top: 0px;
    left: 0px;
}

.flags {
    position: relative;
    top: 1px;
    border-radius: 3px;
}

.logo {
    max-width: 150px;
}

.menu-btn {
    display: none;
}

a {
    color: #FF5722;
}
.page-template-pricePage-template, .page-template-tradingView-template, .page-template-blackBox-template, .page-template-inflPage-template, .page-template-partnerPage-template {
    padding-top: 70px;
}

canvas {
    display: block;
    width: 900px;
    height: 500px;
}

.telegrammSupport {
    position: fixed;
    z-index: 99;
    background: #0088cc;
    bottom: 20px;
    right: 78px;
    height: 48px;
    width: fit-content;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 20px 0px 12px;
    gap: 8px;
    transition: 0.2s;
    transform: scale(1);
    max-width: 84px;
}

.telegrammSupport svg {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
}

.telegrammSupport:hover {
    transition: 0.2s;
    transform: scale(1.05);
    cursor: pointer;
}

.candiv {
    display: block;
    width: 900px;
    height: 500px;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -450px;
    opacity: 0.4;
    z-index: -1;
}

.soclineimg {
    max-width: 180px !important;
}

.frame {
    position: fixed;
    border: 1px solid rgba(255, 255, 255, 0.15);
    left: 10px;
    right: 10px;
    top: 60px;
    bottom: 10px;
    z-index: -1;
    background-size: cover;
}

.stickyHeader {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 10px;
    right: 10px;
    padding: 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    border-left: 1px solid rgb(255 255 255 / 15%);
    transition: 0.3s;
}

.stickyHeader.scrolled {
    transition: 0.3s;
    background: rgb(0 0 0 / 80%);
    backdrop-filter: blur(20px);
}

.logoBlock {
    display: flex;
    gap: 0px;
    align-items: center;
}

.logoInMenu {
    display: flex;
    width: 60px;
    height: 60px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.logoInMenu img {
    width: 18px;
}

.mainmenu {
    display: flex;
    margin: 0px;
    padding: 0px;
    gap: 0px;
    border-left: 1px solid rgb(255 255 255 / 15%);
}

.mainmenu li {
    list-style: none;
    border-right: 1px solid rgb(255 255 255 / 15%);
}

.mainmenu li a {
    font-family: "Cascadia Mono", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding: 0px 18px;
    height: 60px;
    display: flex;
    align-items: center;
}

/* .lottie-loop {
    will-change: transform, opacity;
} */

.mainmenu li a::before {
    content: '';
    width: 0%;
    height: 2px;
    background-color: #FF5722;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: 0.3s;
}

.mainmenu li a:hover::before {
    width: 100%;
    transition: 0.3s;
}

.angle {
    width: 10px;
    height: 10px;
}

.topLeft {
    background-image: url(../img/topLeft.svg);
    position: fixed;
    top: 60px;
    left: 10px;
}
.topRight {
    background-image: url(../img/topRight.svg);
    position: fixed;
    top: 60px;
    right: 10px;
}
.bottomLeft {
    background-image: url(../img/bottomLeft.svg);
    position: fixed;
    bottom: 10px;
    left: 10px;
}
.bottomRight {
    background-image: url(../img/bottomRight.svg);
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.logotv {
    max-height: 50px;
}

.main {
    display: flex;
    gap: 60px;
    padding: 50px;
    max-width: 1400px;
    margin: 0 auto;
}

.innerHeader {
    display: flex;
    justify-content: center;
    padding: 100px 0px 40px;
    position: relative;
    z-index: 9;
}

.mainBlock {
    min-width: 42%;
    width: 42%;
    position: relative;
}

.leftContent {
    position: fixed;
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 100px);
    box-sizing: border-box;
    padding-top: 70px;
}

.header {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mobScheme {
    display: none;
}

.schemeBlock {
    padding-top: 40px;
}

h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin: 0px;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-size: 40px;
    line-height: 56px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
}

h2.small  {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 30px;
}

h3 {
    margin: 0px;
    padding: 0px;
}

.stepper .logoCenter {
    padding: 0px 0px 0px;
}

.verticalGroup {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.heroImageinner img, .heroImageinner .lottie-loop {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.heroImageinnerLarge .lottie-loop {
    width: 100%;
}

.iconImage {
    width: 90px !important;
}

.heroImageinnerLarge svg {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.horizontalHead {
    flex-direction: row;
    max-width: 1200px !important;
    width: 100% !important;
    padding: 0px 50px;
}

.leftHead {
    width: 50%;
    text-align: left;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
}

.rightHead {
    width: 50%;
}

p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    margin-bottom: 10px;
}

p.large {
    font-size: 16px;
    line-height: 24px;
}

p.medium {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

p.micro {
    font-size: 10px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.4);
}

.pGroup {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btnGroup {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 8px;
}

.btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 18px 16px 28px;
    border-radius: 16px;
    display: block;
    width: fit-content;
    opacity: 1;
    position: relative;
    overflow: hidden;
    transition:0.3s;
}

.btn:hover {
    padding: 16px 28px 16px 28px;
    transition:0.3s;
}

.btn svg {
    transition: 0.3s;
    margin-left: 0px;
    opacity: 0;
}

.btn:hover svg {
    transition: 0.3s;
    margin-left: 4px;
    opacity: 1;
}

.btnOrange  {
    background-color: #FF5722;
}

.btnOrange::before {
    content: '';
    position: absolute;
    background-color: #ffd500ca;
    width: 30px;
    height: 200px;
    left: -70px;
    top: -50px;
    transform: rotate(45deg);
    filter: blur(25px);
    transition: 0.3s;
}

.btnOrange:hover::before {
    left: 110%;
    transition: 0.3s;
}


.btnSecondary {
    background-color: rgba(255, 255, 255, 0.04);
}

.btnSecondary::before {
    content: '';
    position: absolute;
    background-color: rgb(255 255 255 / 10%);
    width: 30px;
    height: 200px;
    left: -70px;
    top: -50px;
    transform: rotate(45deg);
    filter: blur(25px);
    transition: 0.3s;
}

.btnSecondary:hover::before {
    left: 110%;
    transition: 0.3s;
}

/* .btn:hover  {
    opacity: 0.7;
} */

.socialNetwork {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 8px;
    list-style: none;
}

.socialNetwork li a {
    transition: 0.3s;
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    padding-top: 12px;
}

.socialNetwork li a img {
    width: 16px;
}

.socialNetwork li a:hover {
    transition: 0.3s;
}

.socialNetwork li a::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: -1;
    top: 0px;
    left: 0px;
    border-radius: 100px;
    transform: scale(0);
     transition: 0.3s;
}
.socialNetwork li a:hover::before {
    content: '';
    transform: scale(1);
     transition: 0.3s;
}

.footer {
    display: flex;
    gap: 50px;
    flex-direction: column;
}

.carousel {
    max-width: 300px;
}

.carouselItem {
    background: rgba(255, 255, 255, 0.04);
    padding: 30px;
    border-radius: 30px 30px 30px 5px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: fit-content;
}

.quote {
    font-size: 12px;
    line-height: 20px;
    color: #989898;
}

.author {
    display: flex;
    gap: 9px;
    align-items: center;
}

.authorLogo {
    width: 38px;
    border-radius: 10px;
}

.authorInfo {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.authorName {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}

.authorUrl {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 12px;
}

.bullit {
    margin-top: 15px;
    display: flex;
    gap: 5px;
}

.dot {
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.2);
}

.dot.active {
    width: 12px;
    height: 3px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 1);
}

.carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0px;
}

.carouselTrack {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    user-select: none;
    cursor: grab;
    align-items: flex-end;
}

.carouselTrack {
    cursor: grabbing;
}

.carouselItem {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.bullit {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
  
.subscribtions {
    justify-content: flex-end;
    position: relative;
}

.subscribtions .lottie-loop {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 90%;
}

.tradingvolume .lottie-loop {
    width: 100% !important;
    max-width: 400px !important;
}
.buttonBlock {
    position: relative;
    justify-content: flex-end;
    overflow: visible !important;
}

.buttonBlock .orbtn {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 90%;
}

.posts {
    display: flex;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}

.post-card {
    width: calc(33.33333333% - 20px);
    box-sizing: border-box;
    background: rgb(255 255 255 / 3%);
    border-radius: 30px;
}

.postHeader {
    display: flex;
    gap: 12px;
    flex-direction: row;
    align-items: center;
    padding: 80px 30px 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: relative;
    overflow: hidden;
}

.bigAvatar {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    object-fit: cover;

    /* Маска: плавное исчезание к низу */
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;

    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    filter: blur(16px);
}

.post_Content {
    padding: 30px;
    font-size: 15px;
    line-height: 23px;
    color: rgb(255 255 255 / 50%);
}

.post_Footer {
    padding: 0px 30px 30px;
    gap: 20px;
    display: flex;
    align-items: center;
}

.postP {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.postPeriod {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.5;
}

.post_Price {
    top: -3px;
    position: relative;
}

.postImg {
    width: 90px;
    border-radius: 18px;
}

.postHead {
    display: flex;
    gap: 2px;
    flex-direction: column;
}

.name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    color: #FF5722;
}

.post-category {
    display: flex;
    align-items: center;
    gap: 6px;
}





.logoline {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.logoline img {
    opacity: 0.3;
    transition: 0.3s;
    max-height: 15px;
}

.logoline img:hover {
    opacity: 1;
    transition: 0.3s;
}

.logononopacity {
    opacity: 1;
    gap: 40px;
   }

   .logononopacity img {
    opacity: 1;
    transition: 0.3s;
    max-height: 20px;
}
.rightBlock {
    display: flex;
    gap: 16px;
    flex-direction: column;
    padding-top: 70px;
}

.promoBlock {
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.02);
    overflow: hidden;
    transform: scale(1);
    transition: 0.2s;
    gap: 10px;
}

.buttonbottom {
    justify-content: space-between;
    height: 100%;
}

.textBlock {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.promoBlock:hover {
    transform: scale(1.02);
    transition: 0.2s;
}

.blockContent {
    padding: 40px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 50%;
}

.blockContent ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.blockContent ul li {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 16px;
}

.blockContent ul li::before {
    content: '–';
    position: absolute;
    font-size: 14px;
    line-height: 22px;
    color: #FF5722;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    margin-bottom: 10px;
    left: 0px;
}

.fullcontent {
    width: 100%;
}

.lottie-loop {
    width: 50%;
}
.blockContent img {
    width: 100%;
    display: block;
    max-width: 400px;
    object-fit: scale-down;
}

.heroImage {
    display: block;
    width: 100%;
    margin-bottom: -70px;
}

.label {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #FF5722;
}

.newBadge {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #FF5722;
    position: absolute;
    right: 40px;
    top: 40px;
}

.left {
    padding: 40px;
    padding-right: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 50%;
}

.blockGroup {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    flex-direction: row;
}

.blockGroup .blockContent {
    width: 100%;
}

.blockGroup > div {
    width: calc(50% - 8px);
}

.blockGroupTree > div {
    width: calc(33.3% - 16px);
}

.blockBlack {
    background-color: #000000ba;
}

.blockGroupImageLogo {
    max-width: 120px;
}

.blockImage {
    display: block;
    width: 100%;
    margin-bottom: -50px;
}

.blockBlue {
    background: linear-gradient(-45deg, #0D74EA, #02FFA6, #EE00FF);
	animation: gradient 15s ease infinite;
    background-repeat: no-repeat;
    background-size: cover;
}
.gradient-bg {
    position: relative;
    overflow: hidden;
    background: linear-gradient(40deg, rgb(72 0 208), rgb(0 92 172));
    top: 0;
    left: 0;
}

.blockHome {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.left {
    width: 50%;
    box-sizing: border-box;
}
.right {
    width: 50%;
    box-sizing: border-box;
}
.right img {
    display: block;
    max-width: 100%;
}

.inner {
    display: flex;
    gap: 16px;
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    z-index: 9;
}

.innHeader {
    width: 40%;
    text-align: center;
    display: flex;
    align-items: center;
}

.whiteBlock {
    background-color: #ffffff;
}

.whiteBlock h2 {
    color: #252525;
}

.whiteBlock p  {
    color: #252525;
}

.titleGroup {
    display: flex;
    gap: 12px;
}

.socGroup {
    height: 47px;
    bottom: -3px;
    position: relative;
}

.logoCenter {
    justify-content: center;
    padding: 50px 0px;
}

.scheme {
    display: block;
    max-width: 900px;
    margin: 0px auto 0px;
    width: 90%;
}

.centerBlock {
    text-align: center;
    display: flex;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}

.happyClients {
    background-image: url(../img/bg5.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
}

.tgBlock {
    background-color: #002f5a8f;
    gap: 0px;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tgLogo {
    max-width: 80px !important;
}
.marketing {
    background-image: url(../img/bg7.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top 0px right;
    display: flex;
    justify-content: center;
    min-height: 500px;
}

.stepper {
    padding: 50px 0px;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.stepper h3 {
    font-size: 44px;
    line-height: 44px;
    color: #ff5722;
}

.stepper p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.easyStart {
    text-align: center;
    display: flex;
    align-items: center;
}

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

.footerPage {
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 80px;
}

.originalSize {
    max-width: none !important;
    width: auto !important;
}


.horizontalPromo {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 50px 50px 50px 0px;
    gap: 40px;
}

.horizontalPromoImg {
    display: block;
    max-width: 460px;
}

.right .lottie-loop {
    width: 100%;
}

.pricetable {
    border: 1px solid rgb(255 255 255 / 10%);
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.yearPrice {
        padding-top: 8px;
        font-size: 12px;
        color: #6ecf33;
}

.priceGroup {
    display: flex;
}

.priceItem {
    width: 100%;
    align-content: center;
    padding: 16px;
    border-right: 1px solid rgb(255 255 255 / 10%);
    text-align: center;
}

.priceItem:last-child {
    border-right: 0px;
}

.priceItem:nth-child(2n) {
    background-color: rgb(255 255 255 / 3%);
}

.priceItem span {
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.priceItem .price {
    display: flex;
    font-size: 20px;
    color: #6ECF33;
    gap: 4px;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10px;
}

.priceItem .price i {
    font-size: 14px;
    font-style: normal;
}

.priceItem .price i.small {
    font-size: 10px;
}

.priceItem .btn {
    width: 100%;
    box-sizing: border-box;
}

.priceTitle {
    padding: 16px;
    border-top: 1px solid rgb(255 255 255 / 10%);
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.priceTitle h3 {}

.priceItem ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.priceItem ul li {}

.language {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.language .btn {
    gap: 4px;
    display: flex;
}

.langModal {
    background: #282828;
    border-radius: 40px;
    max-width: 360px;
    display: none;
}

.fancybox-close-small {
    display: none;
}

.fancybox-is-open .fancybox-bg {
    opacity: .96;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

@media (max-width: 1400px) {
    .main {
        gap: 0px;
    }
}

@media (max-width: 1280px) {
    .main {
        gap: 0px;
    }

    .btn svg {
        top: 1px;
        position: relative;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    p.large {
        font-size: 16px;
        line-height: 26px;
    }

    .btn {
        font-size: 13px;
        line-height: 22px;
    }

    h2 {
        font-size: 26px;
        line-height: 32px;
    }

    p.medium {
        font-size: 14px;
        line-height: 24px;
    }

    h2.small {
        font-size: 18px;
        line-height: 24px;
    }

    p {
        font-size: 13px;
        line-height: 22px;
    }

    .blockContent, .left {
        padding: 30px;
    }

    .heroImage {
        margin-bottom: -40px;
    }

    .blockImage {
        margin-bottom: -20px;
    }

    .socGroup {
        height: 24px;
    }

    .tgBlock {
        min-height: 450px;
    }
    
    .marketing {
        min-height: 450px;
    }

    .innerHeader {
        padding: 50px 0px 0px;
    }
    .horizontalPromo {
        padding: 30px 30px 30px 0px;
        gap: 30px;
    }
}


@media (max-width: 1060px) {
    .main {
        gap: 30px;
        flex-direction: column;
        max-width: 800px;
    }

    .mainBlock {
        min-width: 100%;
        width: 100%;
    }

    .header {
        align-items: center;
    }

    .footer {
        align-items: center;
    }

    .logoline {
        justify-content: center;
    }

    .leftContent {
        position: relative;
        width: 100%;
        display: flex;
        height: auto;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .left {
        width: 50%;
    }

    .innHeader {
        width: 70%;
        align-items: center;
    }

    .marketing {
        background-position: top 0px right -60px;
    }
    .horizontalPromoImg {
        display: block;
        max-width: 360px;
    }
    .stickyHeader {
        height: 40px;
    }
    .logoInMenu {
        width: 40px;
        height: 40px;
    }
    .mainmenu li a {
        font-size: 11px;
        line-height: 11px;
        padding: 0px 12px;
        height: 40px;
    }
    .frame {
        top: 40px;
    }
    .topLeft, .topRight {
        top: 40px;
    }
}

@media (max-width: 800px) {
    .stickyHeader {
        left: 5px;
        right: 5px;
    }
    .schemeBlock {
        padding-top: 0px;
    }
    .frame {
        left: 5px;
        right: 5px;
        top: 40px;
        bottom: 5px;
    }
	.candiv {
		display:none;
	}

    .heroImageinnerLarge .mobScheme {
        margin-top: 0px;
    }
    .footerPage {
        padding-top: 0px;
    }
    .candiv {
        top: 0px;
        scale: 0.8;
    }
    .leftContent {
        padding-top: 50px;
    }

    .logotv {
        width: auto;
        max-width: 280px;
        max-height: 40px;
    }
    .logoBlock {
        padding: 0px 14px;
        gap: 20px;
    }
    .socGroup {
        height: 30px;
        bottom: 1px;
    }

    .topLeft {
        top: 40px;
        left: 5px;
    }
    .topRight {
        top: 40px;
        right: 5px;
    }
    .bottomLeft {
        bottom: 5px;
        left: 5px;
    }
    .bottomRight {
        bottom: 5px;
        right: 5px;
    }
    .blockContent, .left {
        padding: 24px;
        gap: 14px;
        width: 100%;
    }

    .horizontalPromo .lottie-loop {
        width: 100%;
        padding: 24px 24px 0px 24px;
        box-sizing: border-box;
    }
    .promoBlock {
        gap: 0px;
    }
    h1 {
        font-size: 24px;
        line-height: 32px;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .mainmenu {
        /* gap: 20px;
        flex-direction: column; */
    }

    .menu-btn {
        display: block;
    }

    .desctopmenu {
        display: none;
    }

    .rightBlock {
        padding-top: 0px;
    }

    p.large {
        font-size: 14px;
        line-height: 22px;
    }

    .innerHeader {
        padding: 30px 20px 10px;
    }

    p.medium {
        font-size: 12px;
        line-height: 20px;
    }

    .main {
        padding: 16px;
    }

    .header {
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .left {
        width: 100%;
        box-sizing: border-box;
    }

    .blockHome {
        display: flex;
        flex-direction: column-reverse;
    }
    .left {
        width: 100%;
        padding-top: 0px;
    }
    .right {
        width: 100%;
        padding: 0px 30px 0px 30px;
    }

    .logoline {
        gap: 14px;
    }

    .blockHomeOne {
        background-image: url(../img/promo/03.png);
        background-size: 280px auto;
        background-repeat: no-repeat;
        background-position: top right;
        padding-top: 200px;
    }

    .blockGroup {
        flex-direction: column;
    }

    .blockGroup > div {
        width: 100%;
    }

    .blockHomeTwo {
        background-image: url(../img/promo/04.png);
        background-size: 280px auto;
        background-repeat: no-repeat;
        background-position: top right;
        padding-top: 180px;
    }

    .blockHomeThree {
        background-image: url(../img/promo/09.png);
        background-size: 280px auto;
        background-repeat: no-repeat;
        background-position: top right;
        padding-top: 170px;
    }

    .btnGroup {
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
    }

    .btnGroup a {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .partner {
        height: 14px;
        display: block;
    }

    .heroImage {
        margin-bottom: -20px;
    }

    .innHeader {
        width: 100%;
    }

    .logoCenter {
        padding: 30px 0px;
    }

    .btn {
        font-size: 13px;
        line-height: 22px;
        padding: 14px 16px 14px 24px;
    }

    .btn:hover {
        padding: 14px 24px 14px 24px;
    }

    .tradeValue {
        background-size: auto 150px;
        background-position: top 20px left 30px;
        padding-top: 170px;
        height: auto;
    }

    .happyClients {
        height: auto;
    }

    .inner {
        padding: 20px;
    }

    .tgBlock {
        height: auto;
        min-height: auto;
        padding-top: 20px;
    }

    .marketing {
        background-position: top 0px left 80px;
        padding-right: 130px;
        background-size: auto 100%;
    }

    .mobScheme {
        display: block;
        width: 92%;
        margin: 30px auto 0px;
    }
    .scheme {
        display: none;
    }

    .horizontalPromo {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 0px;
        gap: 0px;
    }
    
    .horizontalPromoImg {
        display: block;
        max-width: none;
        box-sizing: border-box;
        width: 100% ;
        padding: 30px 30px 0px 30px;
        margin: 0px;
    }
    .carousel {
        display: none;
    }
    .blockContent img {
        width: auto;
        display: block;
        max-width: 100%;
        object-fit: scale-down;
        align-items: initial;
    }
    .priceItem span {
        font-size: 11px;
    }
    .priceItem .price {
        font-size: 14px;
        padding-top: 4px;
        flex-wrap: wrap;
    }
    .priceItem .price i {
        font-size: 10px;
    }
    .sp {
        position: relative;
        right: -30px;
    }

    .horizontalHead {
        padding: 0px;
        flex-direction: column;
        gap: 0px;
    }
    .leftHead {
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .rightHead {
        display: block;
        width: 100%;
    }
    .buttonBlock {
        padding-top: 130px;
    }
    .buttonBlock .orbtn {
        top: -10px;
    }
    .subscribtions {
        padding-top: 160px;
    }
    .yearPrice {
        padding-top: 4px;
        font-size: 10px !important;
    }
    .pushy .mainmenu {
        display: flex;
        flex-direction: column;
        margin-top: 0px !important;
        border-left: 0px;
    }
    .pushy .mainmenu li {
        border-right: 0px;
    }
    .pushy .mainmenu li a {
        height: 60px;
        border-right: 0px;
    }
    .pushy {
        padding-top: 0px;
    }

}


@media (max-height: 750px) and (min-width: 700px) {
    .leftContent {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        height: auto;
        gap: 100px;
    }
}