@import url('https://fonts.googleapis.com/css2?family=Comme:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
:root{
    --clr-text: hsl(0, 0%, 100%);
--white:white;
--black:black;
--sw-1:#5f58fe;
--sw-2:#ed09f5;
--sw-3:#7d7d7d;
--sw-4:#034001;
--sw-5:#011F26;
--mn-1:#5f58fe;
--mn-2:#ed09f5;
--mn-3:#7d7d7d;
--mn-4:#0ef506;
--mn-5:#03c7f3;
--ft-1:#050225;
--ft-2:#360229;
--ft-3:#1a1920;
--ft-4:#012519;
--ft-5:#011d24;

--gap-25-30:28px;
}
body{
  box-sizing: border-box;
  font-family: 'Comme', sans-serif !important;
  font-size: 18px;
  margin: 0;
  padding: 0;
  direction: ltr;
}

ul {
  list-style-type: none;
  padding: 0;
  }
  
ul li {
  position: relative;
    }
    
.section-priv {
  overflow: hidden;
  word-break: break-all;
}
.section-priv li {
  list-style: disc;
} 
button{
      background: none transparent;
      border: 0;
      color: inherit;
      cursor: pointer;
      display: inline-block;
    font: inherit;
    line-height: normal;
    margin: 0;
    outline: 0;
    overflow: visible;
    padding: 0;
    text-align: center;
    text-transform: none;
    user-select: none;
    vertical-align: middle;
    }
    input,select,textarea {
      appearance: none;
      background: none transparent;
      border: 0;
      border-radius: 0;
      color: inherit;
      display: block;
      font: inherit;
      line-height: normal;
      margin: 0;
      outline: 0;
      padding: 0;
      width: 100%
  }
  
  *, *:after, *:before { 
    
    box-sizing: border-box; 
    }
    input:focus-visible {
      outline: none;
  
      }
      .row,.row>*{
        padding-left: 0;
        padding-right: 0;
        }
        *:focus:not(.focus-visible) {
          outline: none;
          }
          body{
  background-color: var(--white);
  direction: ltr;
  font-family: 'Comme', sans-serif !important;
  font-size: 18px;
  margin: 0;
  padding: 0px;
  overflow-x: hidden;
  
  }
  html{
    scroll-behavior: smooth;
    } 
      li{
        padding: 6px 0px;
        }
        h2{
          font-size: clamp(21px, 5vw, 32px);
          }
          h3{
            font-size: clamp(18px, 5vw, 28px);
  }
  html {
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    }
    body {
      margin: 0;
      }
      main {
        display: block;
        }
        h1 {
          font-size: 27px;
          margin: 0.67em 0;
          }
          hr {
            box-sizing: content-box;
            height: 0;
            overflow: visible;
            }
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
    }
    a {
      text-decoration: none;
      background-color: transparent;
      }
      abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        text-decoration: underline dotted;
        }
        b,strong {
    font-weight: 800;
    }
    code,kbd,samp {
      font-family: monospace, monospace;
      font-size: 1em;
      }
      small {
    font-size: 80%;
    }
    sub,sup {
      font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    }
    sub {
      bottom: -0.25em;
      }
      sup {
        top: -0.5em;
        }
        img {
          border-style: none;
          }
          button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.4;
    margin: 0;
    }
    button,input {
      overflow: visible;
      }
      button,select {
        text-transform: none;
        }
        button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button;
    }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
    }
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
      outline: 1px dotted ButtonText;
      }
      fieldset {
        padding: 0.35em 0.75em 0.625em;
        }
        legend {
          box-sizing: border-box;
          color: inherit;
          display: table;
          max-width: 100%;
          padding: 0;
          white-space: normal;
          }
          progress {
            vertical-align: baseline;
  }
  textarea {
    overflow: auto;
    }
    [type="checkbox"],[type="radio"] {
      box-sizing: border-box;
      padding: 0;
      }
      [type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
        height: auto;
        }
        [type="search"] {
          -webkit-appearance: textfield;
          outline-offset: -2px;
          }
          [type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  details {
    display: block;
    }
    summary {
      display: list-item;
      }
      template {
        display: none;
  }
  [hidden] {
    display: none;
    }
    a:hover{
      transition: all 0.3s;
      }
      
      img {
  max-width: 100%;
  display: block;
  
  }
  p{
    font-weight: normal;
    line-height: 1.4;
    }
    .title-lp{
      display: flex;
      justify-content: center;
      margin:17px;
      
      }
      .trak{
        position: relative;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  }
header{
  background-color: rgb(14, 13, 19);
  z-index: 21;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    color: white;
}
.logo-thumb-lp{
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--white);
}
.logo-thumb-lp:hover{
  color: var(--mn-5);
}
.logo-img-lp{
  width: 50px;
}

.nav-list {
    list-style: none;
    display: flex;
}

.nav-list li {
    margin: 0 15px;
}

.nav-list a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}
.nav-list a:hover{
  color: var(--mn-5);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    height: 3px;
    width: 25px;
    background-color: white;
    margin: 4px 0;
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .menu-toggle {
        display: flex;
    }

    .nav-list {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 55px;
        left: 0;
        background-color: rgb(14, 13, 19);
        transform: translateY(-100%);
        opacity: 0;
        transition: transform 0.5s ease, opacity 0.5s ease;
        visibility: hidden;
    }

    .nav-list.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .nav-list li {
        margin: 20px 0;
        text-align: center;
    }
}
 
  .section-hero-lp{
    position: relative;
    padding: 42px 0px;
 
  }
  .bg-section-hero{
    background-color: var(--sw-5);
    background-image: linear-gradient(180deg, #0e0d13, #111822 54%, #193345);
    height: 80%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}
  .box-hero-text-all-lp{
    padding-top: 120px;
    padding-bottom: 25px;
  }
  .hero-title-lp{
    text-align: center;
    padding-top: 80px;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#fff, rgba(255, 255, 255, .8));
    -webkit-background-clip: text;
    background-clip: text;
  }

  .sub-title-lp{
    text-align: center;
    font-size: clamp(16px,4vw,24px);
    color: var(--white);
  }
  .thumb-btn-hero-lp{
    display: flex;
    margin: 8px auto;
    justify-content: center;
  }
  .thumb-img-hero-lp{
    border-radius: 26px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 70px;
    display: flex;
    position: relative;
    top: 5px;
    box-shadow: 0 16px 36px rgba(89, 89, 89, .05), 0 66px 66px rgba(89, 89, 89, .04), 0 148px 89px rgba(89, 89, 89, .03), 0 264px 105px rgba(89, 89, 89, .01);
}
  
  .box-img-hero-lp{
    height: 450px;
    backdrop-filter: blur(11px);
    background-color: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .2);
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 26px;
    padding-bottom: 16px;
  }
  .box-img-hero-lp img {
    border-radius: 16px 16px;

    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .element {
 
    opacity: 0;
    transform: translateY(50px);
    animation: slideIn1 1s forwards 0.1s;

  }
  .element1 {
 
    opacity: 0;
    transform: translateY(50px);
    animation: slideIn2 1s forwards 0.3s;

  }
  .element2 {
 
    opacity: 0;
    transform: translateY(50px);
    animation: slideIn3 1s forwards 0.5s;
  }
  .element3 {
 
    opacity: 0;
    transform: translateY(50px);
    animation: slideIn4 1s forwards 0.7s;
  }
 
  @keyframes slideIn1 {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes slideIn2 {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes slideIn3 {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes slideIn4 {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
 
  .section-main-lp{
    padding: 42px 0px;
    background-image: linear-gradient(180deg, #0e0d13, #111822 54%, #193345);
  }
  .main-box-lp{
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .2);
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 26px;
    padding-bottom: 16px;
  }
  .center-img-main-lp{
    text-align: center;
  }
  .thumb-main-box-mm{
    display: inline-flex;
  }
  .main-images-lp{
    width: 100%;
    height: auto;
  }
  .main-img{
    border-radius: 16px 16px;
    width: 100%;
    height:350px;
   
    object-fit: contain;
  }
  @media (max-width:575px) {
    .main-img{
      height: auto;
    
  }}
  .title-lp-main{
    color: var(--white);
  }
  .main-content-lp-main{
    color: var(--white);
  }
  .main-yslugi-lp{
    font-size: clamp(21px,4vw,36px);
    font-weight: 800;
    display: flex;
    justify-content:  center;
  }
  .yslugi-style-lp{
    color: var(--white);
  }
  .main-content-lp-main ul{
    padding: 0px 20px;
    list-style-type: circle;
  }
 
  .marquee-partners-lp{
    padding: 42px 0px;
    background-color: gray;
  }
  .marquee-trak {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.marquee {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.thumb-marquee-lp{
  display: flex;
  gap: var(--gap-25-30);
}
.box-partners-lp{
width: 150px;
height: 35px;

}
.box-partners-lp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

  
  .section-reasons-howwork-lp{
    padding: 42px 0px;
  }
  .thumb-reasons-lp{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .box-reasons-lp{
    padding: 30px 20px;
    width:calc(100% - 30px);
    background-color: #09043d;
    background-image: radial-gradient(circle, #264258, rgba(14, 13, 19, 0) 54%);
    border: 1px solid #4c4b90;
    border-bottom-style: none;
    border-radius: 24px;
    transition: transform .525s;
    overflow: hidden;
    box-shadow: inset 0 -9px 24px rgba(63, 62, 119, .1);
  }
  .box-reasons-lp:hover{
    transform: scale(1.04);
  }
  @media (min-width:768px) and (max-width:991px) {
    .box-reasons-lp-50{
      width:calc(100% - 30px)!important;
    }
    .box-reasons-lp{
      width:calc(50% - 30px)}
  }
  @media (min-width:992px) {
    .box-reasons-lp{
      width:calc(33.33% - 30px)}
  }
  .box-reasons-style-lp{
    animation: gradientAnimation 3s infinite;

    background-image: radial-gradient(circle at 100% 0, var(--sw-5), rgba(14, 13, 19, 0) 54%);
  }
  .box-reasons-style-lp1{
    animation: gradientAnimation 3s infinite;

    background-image: radial-gradient(circle at 100% 100%, var(--sw-5), rgba(14, 13, 19, 0) 54%);
  }
  .box-reasons-style-lp2{
    animation: gradientAnimation 3s infinite;

    background-image: radial-gradient(circle at 100% 0, var(--sw-5), rgba(14, 13, 19, 0) 54%);
  }
  @keyframes gradientAnimation {
    0%, 100% {
        background-size: 100% 100%;
    }
    50% {
        background-size: 150% 150%;
    }

}
  .thumb-svg-reasons-lp{
    display: flex;
    justify-content: center;
  }
  .box-svg-resons-lp{
    background-color: rgba(255, 255, 255, .2);
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    display: flex;
  }
  .box-svg-resons-lp-1{
    background-color: rgba(255, 255, 255, .2);
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    display: flex;
  }

  .box-svg-resons-lp svg{
    width: 24px ;
    height: 30px;
 
  }
  .box-svg-resons-lp-1 svg{
    fill: var(--white);
    width: 24px ;
    height: 30px;
 
  }
  .txt-reasons-lp p{
    font-size: clamp(16px,4vw,18px);
    font-weight:  500;
    text-align: center;
    color: #dbdbdb;
  }
 
.thumb-howwork-lp{
  justify-content: center;
  display: flex;
  gap: var(--gap-25-30);
}
@media (max-width:991px) {
  .thumb-howwork-lp{
    flex-direction: column;
    align-items: center;
  }
}
.box-left-howwork-lp{
  margin-top: var(--gap-25-30);
  width: calc(100% - 30px);
  display: flex;
    gap: var(--gap-25-30);
    flex-direction: column-reverse;
}
@media (min-width:768px) and (max-width:991px) {
  .box-left-howwork-lp{
   
    width: calc(100% - 30px);}
}

@media (min-width:992px) {
  .box-left-howwork-lp{
   
    width: calc(66.66% - 30px);}
}
.box-right-howwork-lp{
  width: calc(33.33% - 30px);

  display: flex;
}

@media (max-width:991px) {
  .box-right-howwork-lp{
    width:calc(100% - 30px);
    height: auto;
  }
}
@media (min-width:992px) {
  .box-right-howwork-lp{

    margin-top: 30px;
}}
@media (max-width:991px) {
  .thumb-svg-reasons-lp-3{
    display: flex;
    justify-content: center;
  }
  .box-svg-resons-lp-3{
    margin-top: 30px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    display: flex;
  }
  .box-svg-resons-lp-3 svg{
    fill: var(--white);
    width: 24px ;
    height: 30px;
  
  }
}
@media (min-width:992px) {
  .thumb-svg-reasons-lp-3{
    display: none;
  }
}
@media (max-width:991px) {
  .img-figure-lp{
    display: none;
  }
}
.thumb-howwork-box-lp{
  display: flex;
  gap: var(--gap-25-30);
}
@media (max-width:767px) {
  .thumb-howwork-box-lp{
    flex-direction: column;
  }
}
.box-howwork-lp{
  flex: 1;
  padding: 30px 20px;
  background-color: #09043d;
  background-image: radial-gradient(circle, #264258, rgba(14, 13, 19, 0) 54%);
  border: 1px solid #4c4b90;
  border-bottom-style: none;
  border-radius: 24px;
  transition: transform .525s;
  overflow: hidden;
  box-shadow: inset 0 -9px 24px rgba(63, 62, 119, .1);
}
.box-howwork-lp:hover{
  transform: scale(1.04);
}
.box-howwork-lp-right{
  flex: 1;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #09043d;
  background-image: radial-gradient(circle, var(--sw-5), rgba(14, 13, 19, 0) 54%);
  animation: gradientAnimation 3s infinite;

  border: 1px solid #4c4b90;
  border-bottom-style: none;
  border-radius: 24px;
  transition: transform .525s;
  overflow: hidden;
  box-shadow: inset 0 -9px 24px rgba(63, 62, 119, .1);
}
.box-howwork-lp-right:hover{
  transform: scale(1.04);
}
.title-howwork-lp{
  text-align: center;
  color: var(--white);
  font-size:clamp(18px,4vw,26px);
}
.txt-howwork-lp{
  font-size: clamp(16px,4vw,18px);
  font-weight: 700;
  text-align: center;
  color: #dbdbdb;

}
.box-reasons-style-lp{
  background-image: radial-gradient(circle at 100% 0, var(--sw-5), rgba(14, 13, 19, 0) 54%);
}
.box-reasons-style-lp1{
  background-image: radial-gradient(circle at 100% 100%, var(--sw-5), rgba(14, 13, 19, 0) 54%);
}
.box-reasons-style-lp2{
  background-image: radial-gradient(circle at 100% 0, var(--sw-5), rgba(14, 13, 19, 0) 54%);
}
 
  .section-benefic-lp{
    padding: 42px 0px;

  }
  .thumb-benefic-lp{
    display: flex;
    gap: var(--gap-25-30);
    align-items: center;
    flex-direction: row-reverse;
  }
  @media (max-width:991px) {
    .thumb-benefic-lp{
      flex-direction: column-reverse;
    }
  }
  .box-benefic-lp{
    flex: 1;
  
  }
  .item-benefic-lp{
    direction: initial;
    display: flex;
    gap: 30px;
    align-items: center;
  }
  .benefic-svg-lp svg{
    width: 30px ;
    animation: animateArrow 2s infinite;
  }
  @keyframes animateArrow {
    0% {
        transform: translateX(0);
        color: #000;
    }
    50% {
        transform: translateX(20px);
        color: var(--sw-5);
    }
    100% {
        transform: translateX(0);
        color: #000;
    }
}
.txt-benefic-lp{
  font-size:clamp(18px,4vw,21px);
  margin: 10px 0px;
 
}
  .box-benefic-img-lp{
    border-radius: 22px;
    padding-left:var(--gap-25-30) ;
    padding-top:var(--gap-25-30) ;
    padding-bottom: var(--gap-25-30);
    background-color: var(--sw-5);
  }
  @media (max-width:991px) {
    .box-benefic-img-lp {
      height: 430px;
    }
  }
  .box-benefic-img-lp img {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px; 
width: 100%;
height: 100%;
object-fit: cover;
  }
  .thumb-btn-benefic-lp{
    display: flex;
    margin: 25px 0px;
    justify-content:  center;
  }
 
  .section-tarif-lp{
    padding: 42px 0px;
  }
  .btn-pos-tariff-lp{
    display: flex;
    justify-content: center;
  }
  .color-btn-tarif-lp{
    background-color: #f2f2f2!important;
    color: var(--black)!important;
  }
  .thumb-tarif-lp{
    display: flex;
    gap: var(--gap-25-30);
    flex-wrap: wrap;
    justify-content: center;
  }
 
  .box-tarif-lp{
    width: 100%;
    border-radius: 12px;
    padding: 40px 32px;
    background-color: #f2f2f2;
  }
  @media (min-width:768px) and (max-width:991px) {
    .box-tarif-lp{
      width:calc(50% - 30px)
    }
  }
  @media (min-width:992px) {
    .box-tarif-lp{
      width:calc(33.33% - 30px)
    }
  }
  .color-tarif-lp{
    background-color:var(--sw-5);
  }
  .yslugi-lp-color{
    color: var(--white);
    text-align: center;
    margin: 10px 0px;
    font-size:clamp(36px,4vw,50px);
    font-weight: 500;
  }
  .yslugi-plan-lp-color{
    color: var(--white);
    text-align: center;
    margin: 10px 0px;
    font-size: 18px;
    font-weight: 500;
  }
  .txt-tarif-lp{
    color: var(--white);
  }
  .yslugi-lp{
    text-align: center;
    margin: 10px 0px;
    font-size:clamp(36px,4vw,50px);
    font-weight: 500;
  }
  .yslugi-plan-lp{
    text-align: center;
    margin: 10px 0px;
    font-size: 18px;
    font-weight: 500;
  }
  .box-svg-tarif-check-lp{
    width: 28px;
    height: 28px;
  }
  .box-svg-tarif-check-lp svg{
    width: 14px;
    height: 14px;
    background-color: var(--white);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    display: flex;
  }
  .item-box-tarif-lp{
    display: flex;
    align-items: center;
    gap: 12px;
  }
 
  .banner-contact-lp{
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(180deg, #0e0d13, #111822 54%, #193345);
    padding: 32px;
    display: flex;
    border-radius: 24px;
    
  }
  @media (max-width:767px) {
    .banner-contact-lp{
      flex-direction: column-reverse;
    }
  }
  .box-banner-contact-lp{
text-align: center;
    flex: 1;
  }
  .box-banner-contact-lp p{
    color: #dbdbdb;
    font-weight: 300;
    line-height: 1.4;
  }
  .box-banner-contact-lp-btn{
    padding: 23px 23px 12px;
  }
 
  .section-testi-lp{
    padding: 0px 25px;
   
  }
  .bg-testi-lp{
    background-color: var(--sw-5);
    border-radius: 40px;
    padding: 42px 0px;
  }

 
  .section-blog-lp{
padding: 42px 0px;
  }
  .thumb-blog-lp{
    display: flex;
    gap: var(--gap-25-30);
    flex-wrap: wrap;
    justify-content: center;
  }
  .box-blog-lp{
    border-radius: 15px;
    width: 100%;
    background-color: var(--sw-5);
  }
  @media (min-width:768px) {
    .box-blog-lp{
      width: calc(50% - 30px);
    }
  }
.img-blog-lp {
  height: 350px;
}
  .img-blog-lp img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .thumb-blog-txt-lp{
    padding: 15px;
  }
  .title-blog-lp{
    color: var(--white);
    text-align: center;
  }
  .title-blog-lp:hover .img-blog-lp img{
    transform: scale(1.2);
  }
  .txt-blog-content-lp{
    color: var(--white);
    text-align: center;
  }
 
  .section-services-lp{
    padding: 42px 0px;
  }
  .thumb-services-lp{
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-25-30);
    justify-content: center;
  }
  .box-services-lp{
    padding: 30px 20px;
    width:calc(100% - 30px);
    background-color: #09043d;
    background-image: radial-gradient(circle, #264258, rgba(14, 13, 19, 0) 54%);
    border: 1px solid #4c4b90;
    border-bottom-style: none;
    border-radius: 24px;
    transition: transform .525s;
    overflow: hidden;
    box-shadow: inset 0 -9px 24px rgba(63, 62, 119, .1);
  }
  .box-services-lp-style-lp{
        animation: gradientAnimation 3s infinite;

    background-image: radial-gradient(circle at 100% 0, var(--sw-5), rgba(14, 13, 19, 0) 54%);
  }
  .box-services-lp-style-lp1{
        animation: gradientAnimation 3s infinite;

    background-image: radial-gradient(circle at 100% 100%, var(--sw-5), rgba(14, 13, 19, 0) 54%);
  }
  .box-services-lp-style-lp2{
        animation: gradientAnimation 3s infinite;

    background-image: radial-gradient(circle at 100% 0, var(--sw-5), rgba(14, 13, 19, 0) 54%);
  }
  @media (min-width:768px)and (max-width:992px) {
     .box-services-lp{
    width:calc(50% - 30px);}}
    @media (min-width:992px) {
      .box-services-lp{
        width:calc(25% - 30px);}
    }

  .box-services-lp:hover{
    transform: scale(1.04);
  }
  .thumb-svg-services-lp{
    display: flex;
    justify-content: center;
  }
  .box-svg-services-lp {
    background-color: rgba(255, 255, 255, .2);
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    display: flex;
  }
  .box-svg-services-lp svg{
    width: 24px;
    height: 30px;
    fill: var(--white);
  }
  .title-services-lp{
    text-align: center;
    color: var(--white);
    font-size: clamp(16px,4vw,20px);
    font-weight: 500;
  }
  .sub-txt-services-lp{
    text-align: center;
    color: var(--white);
    font-size: (14px,4vw,16px);
    font-weight: 500;
  }
 
  .section-form-lp{
    padding: 42px 0px;
  }
  .form-trak-lp{
    background-color: #f2f2f2;
    border-radius: 24px;
  }
  .main_form{
    max-width: 960px;
    margin: 0 auto;
    padding: 25px;
  }
  .forms-contacts-lp{
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .input-user-holder_part{
    border: 1px solid var(--sw-5);
    background-color: var(--sw-5);
    color:var(--white);
    border-radius: 8px;
    width: 100%;
    height: 51px;
    margin-top: 0;
    margin-bottom: 0;
    padding:0px 15px;
  }
  .input-user-holder_part::placeholder{
    color: var(--white);
  }
  .textarea-user-holder_part{
    border: 1px solid var(--sw-5);
    background-color: var(--sw-5);
    color:var(--white);
    border-radius: 8px;
    width: 100%;
    height: 51px;
    margin-top: 0;
    margin-bottom: 0;
    padding:0px 15px;
  }
  .textarea-user-holder_part::placeholder{
    color: var(--white);
  }
  .box-check-lp{
    margin: 10px 0px;
    display: flex;
    gap:15px;
    align-items: center;
}
  
.cbx {

  background: #e8e8eb;
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
  transition: all 0.3s ease;
}

.cbx:hover {
  border-color: var(--sw-5);
}

.flip {
  display: block;
  transition: all 0.4s ease;
  transform-style: preserve-3d;
  position: relative;
  width: 20px;
  height: 20px;
}

#cbx {
  display: none;
}

#cbx:checked + .cbx {
  border-color: var(--sw-5);
}

#cbx:checked + .flip {
  transform: rotateY(180deg);
}

.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}

.front {
  background: #fff;
  z-index: 1;
}

.back {
  transform: rotateY(180deg);
  background:var(--sw-5);
  text-align: center;
  color: #fff;
  line-height: 20px;
  box-shadow: 0 0 0 1px var(--sw-5);
}

.back svg {
  margin-top: 3px;
  fill: none;
}

.back svg path {
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

  .check-col-qwe{
    color: var(--black);
    font-size: clamp(12px,4vw,18px);
  }
  .politic-color-lp{
    color: var(--sw-5);
  }
  .politic-color-lp:hover{
color: var(--mn-5);
  }
  .button-contacts-lp{
    display: flex;
    justify-content:  center;
  }
 
 .section-accordion-lp{
  padding: 42px 0px;
 }
  @media (min-width:992px) {
    .accordion{
      display: flex;
      gap: 30px;
    }
  }
  .accordion .accordion-item {
    height: fit-content;
    margin: 15px 0px;
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 24px;
 }
 .box-acordion-lp{
  flex: 1;
 }
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid var(--mn-5);
 }
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 300;
    border: none;
    background: none;
    outline: none;
 }
  .accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: var(--mn-5);
 }
  .accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: var(--mn-5);
    border: 1px solid var(--mn-5);
 }
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
 }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
 }
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
 }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
 }
  .accordion button[aria-expanded='true'] {
    color: var(--mn-5);
 }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
 }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
 }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0; 
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
 }
  .accordion .accordion-content p {
    height: fit-content;
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
 }
   
  .section-footer{
    padding: 42px 0px;
    background-color: var(--ft-5);
  }
  .o-nas-footer-lp{
    text-align: center;
    color: var(--white);
  }
  .footer-svg-lp svg{
    width: 30px;
    animation: animateArrow2 2s infinite;
  }
  @keyframes animateArrow2 {
    0% {
        transform: translateX(0);
        color: #000;
    }
    50% {
        transform: translateX(20px);
        color: var(--white);.
    }
    100% {
        transform: translateX(0);
        color: #000;
    }
}
  
  .thumb-footer-lp{
    display: flex;
    flex-direction: row-reverse;
  }
  @media (max-width:991px) {
    .thumb-footer-lp{
      flex-direction: column-reverse;
    align-items: center;
    }
  }
  .box-footer-lp{
    flex: 1;
    direction: initial;
  }
  .box-center-lp{
    text-align: center;
  }
  .box-logo-footer-lp{
    display: flex;
    align-items: center;
justify-content:  center;
    gap: 15px;
  }
  .thumb-logo-about-lp{
    display: flex;
    gap: var(--gap-25-30);
    flex-direction: row-reverse;
  }
  @media (max-width:991px) {
    .thumb-logo-about-lp{
      flex-direction: column;
    }
  }
  .box-logo-footer-lp p{
    color: var(--white);
  }
  .box-logo-footer-lp p:hover{
    color: var(--mn-5);
  }
  .box-link-footer-tovar-lp{
    display: flex;
    align-items: center;
    gap: var(--gap-25-30);
  }
  .link-footer-tovar-lp{
    word-break: break-all;
    color: var(--white);
  }
  .link-footer-tovar-lp:hover{
    color: var(--mn-5);
  }
  .img-footer-logo-lp{
    width: 75px;
  }
  .img-footer-logo-lp img{
    width: 100%;
   }
 .copy-thumb-lp{
  display: flex;
  justify-content: center;
 }
 .txt-copy-lp{
  color: var(--white);
 }
 .thumb-all-adress-lp{
  align-items: center;
  display: flex;
  gap: var(--gap-25-30);
  justify-content: center;

 }

 .thumb-adress-footer-lp{
  display: flex;
  gap: 7px;
  justify-content: center;
  
 }
 .footer-adress-lp svg{
  width: 20px;
 }
 .color-link-footer-adress-lp{
  color: var(--white);
 }
 .color-link-footer-adress-lp:hover{
  color: var(--sw-5);
 }
 
  .card {
    flex: 1;
    min-width: 280px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    margin: 10px;
  }
  .cont-details-lp{
    flex: 1;
  }
  
  .card-header {
    background-color: var(--mn-5);
    padding: 16px;
    text-align: center;
  }
  
  .card-header .text-header {
    margin: 0;
    font-size: 18px;
    color: rgb(255, 255, 255);
  }
  
  .card-body {
    padding: 16px;
    background: #f2f2f2;
  }
  
  .form-group {
    margin-bottom: 10px;
  }
  
  .form-group label {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 800;
    margin-bottom: 1px;
  }
  
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="tel"] {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  

  .thumb-contact-page-lp{
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
  }
  @media (max-width:991px) {
    .thumb-contact-page-lp{
      flex-direction: column-reverse;
    }
  }
  .link-contact-lp-adress{
    word-wrap: break-word;
    font-size:clamp(16px,4vw,18px);
    color: var(--mn-5);
  }
  .txt-adress-contact-lp{
    font-size:clamp(16px,4vw,18px);
    color: var(--mn-5);
  }
  .link-contact-lp-adress:hover{
    color: var(--black);
  }
 
  .video-trak {
    padding: 25px 0px;
    position: relative;
    width: 100%;
    height:450px;
}
video {
  border-radius: 16px 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 

.btn-1{
    background-color: var(--sw-5);
    color: #fff;
    border-radius: 40px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 8px 17px;
    font-weight: 500;
    text-decoration: none;
    transition: box-shadow .375s, transform .375s cubic-bezier(.175, .885, .32, 1.275);
    display: flex;
    text-align: center;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .25), inset 0 6px 12px rgba(255, 255, 255, .16), 0 1px 2px rgba(8, 8, 8, .2), 0 4px 4px rgba(8, 8, 8, .08);
}
.btn-2 {
  padding: 12.5px 30px;
  border: 0;
  border-radius: 100px;
  background-color: var(--sw-5);
  color: #ffffff;
  font-weight: 500;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.btn-2:hover {
  background-color: var(--sw-5);
  box-shadow: 0 0 20px #6fc5ff50;
  transform: scale(1.1);
}

.btn-2:active {
  background-color:var(--sw-5);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  box-shadow: none;
  transform: scale(0.98);
}
.btn-3 {
  display: flex;
  padding: 0.8em 1.8em;
  border: 2px solid var(--sw-5);
  position: relative;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  transition: .3s;
  z-index: 1;
  font-family: inherit;
  color: var(--sw-5);
 }
 
 .btn-3::before {
  content: '';
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--sw-5);
  transition: .5s ease;
  display: block;
  z-index: -1;
 }
 
 .btn-3:hover::before {
  width: 105%;
 }
 
 .btn-3:hover {
  color: var(--white);
 }
 .btn-4{
  display: flex;
    text-align: center;
  background-color: var(--mn-5);
  padding: 14px 40px;
  color: var(--white);;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  border-radius: 10px;
  border: 2px dashed  var(--mn-5);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: .4s;
 }
 
 .btn-4 span:last-child {
  display: none;
 }
 
 .btn-4:hover {
  transition: .4s;
  border: 2px dashed  var(--mn-5);
  background-color:var(--white);;
  color:  var(--mn-5);
 }
 
 .btn-4:active {
  background-color:  var(--sw-5);
 }
 

.btn-5 {
  display: flex;
  text-align: center;
 padding: 15px 20px;
  border-radius: 50px;
  background-image: linear-gradient(135deg, var(--mn-5) 0%, var(--sw-5) 100%);
  box-shadow: 0 20px 30px -6px rgba(238, 103, 97, 0.5);
  outline: none;
  cursor: pointer;
  border: none;
  font-size: 20px;
  color: var(--white);
}

.btn-5:hover {
  transform: translateY(3px);
  box-shadow: none;
}

.btn-5:active {
  opacity: 0.5;
}
 
 