
body,
html {
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #2b2a29;
}
.body {
  font-size: 19px;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a,
a:visited {
  text-decoration: none;
}
:active,
:focus,
a:active,
a:focus {
  outline: none;
}
a {
  color: #575757;
}
article,
aside,
footer,
header,
menu,
nav,
section {
  display: block;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
ol {
  counter-reset: Count;
}
li {
  list-style: none;
}
h1 {
  color: #919191;
  line-height: 45px;
  font-size: 32px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}
h2 {
  font-family: Istok Web, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 105%;
  text-align: center;
  color: #1e1e1e;
}
button,
select {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input,
textarea {
  font-family: inherit;
}
input,
textarea {
  border: 1px solid #dbdbdb;
  padding: 10px;
  border-radius: 15px;
  color: #a6a6a6;
  background: #fff;
}
input[type="submit"] {
  width: 360px;
  height: 60px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background: #302a79;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
input:invalid {
  outline: none;
  border: 1px solid #e43225;
}
select {
  padding: 5px;
  border-radius: 5px;
}
.container {
  max-width: calc(100% - 13px);
  margin: auto;
}

.btn-blue {
  background: #302a79;
}
.title-page {
  font-size: 80px;
  line-height: 84%;
  color: #393939;
}
.title-block,
.title-page {
  font-weight: 700;
  text-align: center;
}
.title-block {
  font-family: Istok Web, sans-serif;
  font-size: 64px;
  line-height: 106%;
  color: #323232;
}
.btn-acc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 4px 4px 11px 0 rgba(59, 42, 130, 0.2);
  background: #302a79;
  padding: 15px 25px;
  border-radius: 15px;
  font-size: 16px;
  color: #fff;
}
.chat-block {
  position: fixed;
  right: 50px;
  bottom: 100px;
  width: 63px;
  height: 63px;
  background-image: url(../images/icon-chat.png);
}
.row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}
.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}
@media screen and  (min-width:768px){
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}
@media screen and (max-width: 1210px) {
  .container {
    max-width: 930px;
    margin: auto;
  }
  .title-page {
    font-size: 64px;
    line-height: 106%;
  }
  .title-block {
    font-size: 48px;
    line-height: 140%;
  }
}
@media screen and (max-width: 930px) {
  .container {
    max-width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 800px) {
  .title-page {
    font-size: 48px;
    line-height: 89%;
  }
  .title-block {
    font-size: 36px;
    line-height: 116%;
  }
}
.topnav-head-block.policy,
.header-mobil,
.header-mobil .burger-menu {
  display: none;
}
.topnav-head-block {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* max-width: calc(100% - 13px); */
  height: 61px;
  background:white;
  line-height: 158%;
  padding: 0 50px;
 top: 0; 
  left: 0;
      z-index: 99999;
  right: 0;
  margin: auto;
      border-bottom: 0.0115937px solid #191919;
}
.topnav-head-block .top-menu-ul {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.topnav-head-block .top-menu-ul a:hover {
  color: #012b3b;
}
.right-side {
  display: flex;
  align-items: center;
  gap: 20px;
}
.right-side .login {
  text-transform: capitalize;
  color: #161616;
}
.right-side .btn-header {
  width: 125px;
  height: 41px;
  border-radius: 8px;
  background: #012B3A;
  color:white;
  font-weight: 700;
  font-size: 14px;
}
.btn-header:hover{
  box-shadow: 0px 0px 18.8px -1px #FFC200;
  color: #FFC200;
}

.btn-header {
  width: 125px;
  height: 41px;
  border-radius: 8px;
  background: #012B3A;
  color:white;
  font-weight: 700;
  font-size: 14px;
}




.right-side a:first-child:hover {
  text-decoration: none;


}
@media screen and (max-width: 1210px) {
  .topnav-head-block {
    max-width: 930px;
  }
}
@media screen and (max-width: 930px) {
  .topnav-head-block {
    max-width: 100%;
    padding: 0 15px;
            padding-right: 50px;
  }
  .topnav-head-block .right-side,
  .topnav-head-block .top-menu {
    display: none;
  }
  .header-mobil {
    display: flex;
    position: relative;
  }
  .header-mobil .right-side {
    display: flex;
    gap: 15px;
  }
  .header-mobil .burger-menu.open {
    display: flex;
  }
  .header-mobil .burger-menu {
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px;
    top: 57px;
    right: 0;
    padding: 20px;
    width: 164px;
    height: 236px;
    background: #fff;
    z-index: 10;
  }
  .header-mobil .menu-mobile-ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .header-mobil .menu-mobile-ul a:hover {
   color: #daa60a;
  }
  .log-out {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .wrapper-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .burger-wrapper,
  .wrapper-icon {

  }
  .burger-wrapper .burger-button {

  }
  .burger-wrapper .burger-button .burger-line,
  .burger-wrapper .burger-button .burger-line:after,
  .burger-wrapper .burger-button .burger-line:before {
    position: absolute;
    width: 37px;
    height: 4px;
    background-color: #444444;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .burger-wrapper .burger-button .burger-line:before {
    content: "";
    display: block;
    top: -15px;
  }
  .burger-wrapper .burger-button .burger-line:after {
    content: "";
    display: block;
    top: 10px;
  }
  .burger-wrapper .burger-button.open .burger-line {
    left: -10px;
    background-color: transparent;
    width: 20px;
  }
  .burger-wrapper .burger-button.open .burger-line:before {
    top: 0;
    transform: rotate(45deg);
  }
  .burger-wrapper .burger-button.open .burger-line:after {
    top: 0;
    transform: rotate(-45deg);
  }
}
.footer-block {
    background-image: url("../images/fbgs.png");
 background-position: center;
 background-repeat: no-repeat;
     background-color: #f2f4f5;
 
}
.footer-block.hide {
  display: none;
}
.footer-block-wrapper {
  display: flex;
  justify-content: space-between;
  padding:0 90px 40px 10px;
}
.footer-block-wrapper .social-media {
  display: flex;
  gap: 10px;
}
.footer-block-wrapper .footer-left {
  max-width: 365px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-block-wrapper .footer-left p {
 font-family: Inter, sans-serif;   
  font-weight: 400;
  font-size: 14px;
  color: #000;
      text-align: center;
}
.footer-block-wrapper .footer-right {
  width: 600px;
  display: flex;
  justify-content: space-between;
}
.footer-block-wrapper .footer-right .footer-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-block-wrapper .footer-right .footer-column a:hover {
  text-decoration: none;
  text-shadow:-1px 0px 3px #FFC200;


}
.footer-block-wrapper .footer-right .footer-column .title-column {
 font-family: "Montserrat", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 27px;
line-height: 40px;
color: #353030;
}
.list-column a {
    font-size: 19.63px;
     font-family: "Montserrat", sans-serif;
}
.footer-block-wrapper .footer-right .footer-column .title-column span {
  display: none;
}
.footer-block-wrapper .footer-right .footer-column .list-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-bottom-text {

  height: 68px;
  color: #9ca3bd;
}
/* .footer-bottom-text:after {
  content: "";
  position: absolute;
  width: 840px;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #bfbfbf;
} */
@media screen and (max-width: 1210px) {
  .footer-block-wrapper {
    padding: 0 30px 110px 10px;
  }
  .footer-block-wrapper .footer-left p {
    max-width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .footer-block-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .footer-block-wrapper .footer-left p {
    max-width: 270px;
      font-weight: 400;
    font-size: 9px;
    color: #000;
    text-align: center;

  }
  .footer-block-wrapper .footer-right {
    flex-direction: column;
    gap: 7px;
    width: 80%;
  }
  .footer-block-wrapper .footer-right .footer-column.open .list-column {
    display: flex;
  }
  .footer-block-wrapper .footer-right .footer-column.open .title-column span {
    transform: rotate(180deg);
  }
  .footer-block-wrapper .footer-right .footer-column {
    border-bottom: 1px solid #838ba3;
    min-height: 45px;
  }
  .footer-block-wrapper .footer-right .footer-column .list-column {
    display: none;
    padding: 0 0 15px 15px;
  }
  .footer-block-wrapper .footer-right .footer-column .title-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
  }
  .footer-block-wrapper .footer-right .footer-column .title-column span {
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-down.svg);
            transform: rotate(-85deg);
  }
     .foticons {
    display: inline-block;
    width: 21.12px;
    height: 21.12px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.list-column a {
    font-size: 14px;
    line-height: normal;
}

}
@media screen and (max-width: 600px) {

  section.recurring-sec {
    padding-top: 0;
}
section.commissions-sec {
    padding-bottom: 0;
    padding-top: 0;
}
  .desk-hide{ display: none;}
  .mob-logosz{
        width: 160px;
  }
.mobil-show{
  display: block;
}
.blogmd{
  display: block;
}
  
  .tariff-plan-block .container h2 {
    padding: 0 !important;
    padding-left:1rem !important;
}
.athed {
    font-family: 'Montserrat Alternates';
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
}
.aibtom-text {
    padding-top: 2rem;
        font-weight: 500;
    font-size: 15px;
    text-align: center;
}
.faq-title {
 font-family: 'Montserrat Alternates';
          font-size: 35px;
        line-height: 44px;
        margin-bottom: 3rem;
        
}
.contact-box button {
    width: 100%;
    margin-top: 1rem;
}
.contact-box {
    display: block;
    text-align: center;
}
  .framer-1x4slcw {
    margin-top: 0;
}

.d-blockm {
    display: block !important;
}
.grid-flexm{
  display: flex !important;
}
.mbt-c {
    margin-bottom: 3rem !important}

.pne-line {
    padding-top: 2rem;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
}

.mt-5mb {
    margin-top: 1.25rem !important;
}
.nd-flex{
  display: block;
}
.mbidhe{display: none !important}

.mobmges-style {
    position: relative;
    bottom: -28px;

}
.mob-heght{
      height: 400px;
}
.name {
    font-size: 19.43px !important;

}
.slider-card {
    height: 330px !important;

}
.viewall {
    color: #012B3A;
    font-family: 'Montserrat Alternates';
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
}

.description {
    font-size: 12.56px !important;
    color: #3C3C3C;
    text-align: left;
    line-height: 24.92px !important;
}
.des-d-flex{
display: block;
}

button.accordion-button {
    font-size: 13.94px;
}
.accordion-body {
    font-size: 11.15px;
 
}
.tick-text {
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    text-align: center;
}
.yellow-text {
    color: #FFC200;
    display:ruby;
}
.d-smal-text {
    display: none;
}
.gba {
    gap: 40px;
    display: block !important;
    width: 100%;        padding-bottom: 2rem;
}

.sratt-btns {
    width: 100%;
    justify-content: center;
    margin-bottom: 2rem;
 
}
.aitools {
    background-image: none;
}

.strategy {
    font-family: 'Montserrat Alternates';
    font-weight: 500;
    font-size: 35px;
    line-height: 48px;
    color: #2C3B47;
    padding-right: 1rem;
}

.smal-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(1, 43, 58, 0.55);
            padding-top: 1rem;
        padding-bottom: 1rem;
}
.bags-yelow {
    display: none;
}

.btom-text{
  display: none;
}

.main-section-second{
        background-image: none;
                position: initial;
}

.whaychoise {
    font-size: 35px;
    line-height: 40px;
            font-weight: 700;
        padding-left: 1rem;
    
}
.faqbg-s {
            background-image: none;
    padding: 0;
}
.imges-style {
    position: inherit;
    width: 60%;
            margin-left: 40%;
}
.getst-btns {
   width:100%; 
    margin-top: 3rem;
}

.new-btn-custom {
    width: auto;
    justify-content: center;
}
.onlymo-scroll-banner.text-center div {
    display: inline-block;
}
.onlymo-scroll-banner.text-center   {
    white-space: nowrap;
    overflow-x: auto;
    border: 0 !important;
}
.onlymo-scroll-banner.text-center {
    display: block;
}
.linkspro ul {
    padding-top: 3rem;
}
.mobped{
  padding-top: 0;
}
.mobped-botm{
        padding-bottom: 2rem;
}
.linkspro {
    width: 100%;
    text-align: left;
    padding-left: 3rem;
}

.linkspro li a {
    font-family: 'Montserrat Alternates';
    display: flex;
    align-items: center;
    font-size: 15.09px;
    color: #092540;
    font-weight: 500;
    line-height: 26px;
    gap: 5px;
}
.lern-mor {
    margin-top: 1rem

}
.mob-disk {
    display: flex;
    align-items: self-start;
}
  .footer-block-wrapper {
    padding: 0 10px 50px;
  }
  .footer-block-wrapper .footer-left {
    align-self: baseline;
  }
  .footer-block-wrapper .footer-right {
    width: 100%;
  }
  .footer-bottom-text.bg-gradient-to-r.from-black.to-neutral-900.text-white.py-4.px-6 {
    padding-top: 10px !important;
}
.mx-auto.flex.justify-between.items-center.text-xl {
    display: block;
    text-align: center;

}

.wc-96.show {
    width: auto !important;
}
.grid-cols-2 {
    grid-template-columns: auto !important;
}

li.nav-item {
    border-bottom: solid 1px #D9D9D9;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.log-bnt {
    border: 2px solid #000000;
    width: 384px;
    height: 59px;
    font-size: 20.15px;
    border-radius: 11.5122px;
}


.btn-header {
 width: 384px;
    height: 59px;
    font-size: 20.15px;
    border-radius: 11.5122px;
    background: #012B3A;
  
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px !important;
    padding: 0.2rem 0.4rem !important;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0.mx-auto {
    margin-top: 0.5rem;
    border-top: solid 1px #D9D9D9;
    padding-top: 0.5rem;
      
}
#navbarSupportedContent {
    width: 100%;
}
.flex.flex-col.sm\:flex-row.items-center.gap-4 {
    margin-top: 3rem;
    gap: 0.2rem !important;
    margin-left: 2rem !important;
}
.order-3.sm\:order-3 {
    padding-bottom: 1rem;
}

.dropdown-toggle::after{
    position: absolute;
    right: 0;
    transform: rotate(-90deg);
}
.new-order-3 {
    order: 3 !important;
}

	.navbar-toggler:focus {
    color: white;
    border: 0;
            outline: 0 !important;
 
}
button.navbar-toggler {
    border:0;
    outline: 0 !important;
    
}
.footer-block {
    background-color:transparent;
}

/* ============= start about us page=================== */


.view-omobile {display: block;}


.hide-mobile{ display: none !important;}

.alik-text {
      font-family: 'Montserrat Alternates';
    font-size: 31px !important;
     font-weight: 700 !important;
    text-align: left;
}

.wher-text {
    font-size: 15px;
    color: #1D1D1F;
    padding-top: 0; 
    text-align: left;
}

.recurring-hed {
    font-size: 45px;
    color: #012B3A;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    padding-left: 0;
 
}
.recurring-pher-text {
    padding-top: 0;

}

.annffilia-hed {
    font-size: 35px;
    text-align: left;
}
 
.btn-header {
        width: 100%;
        margin-top: 2rem;
    }

    .recurring-pher-text {
        padding-top: 0;
        padding-left: 0;
    }
    section {
    padding-top: 0;
    padding-bottom: 0;
}

.ds-cenete{
      justify-content: center;
    display: grid !important;
}

.blog-card
 {
    height: auto;
}
.d-scresn-hed{
  display: block !important;
}
.n-mobile{ display: none;}

.affiliate-sec {
    background-image: url(../images/mobilebg.png);
    background-position: center top;
    background-repeat: no-repeat;
background-size: cover;
}
section.aboutus-sec {
    padding-top: 0;
}

.row.justify-content-md-center.g-4.mt-5.mt-5mb {
    margin-top: 2rem !important;
}
    .faqbg-s {
        padding: 0 !important;
    }
.mobile-none{ display: none;}
    
}

@media (max-width: 640px) {
    .sm\:w-\[420px\] {
        width: auto !important;
    }
    .blog-card {

    height: auto !important;
}
.min-w-\[187px\] {
    min-width: 134px !important;
}
.gap-4{ gap: 0 !important;}
.ftsy-c {
    font-size: 35px !important;
}
.ftsy-cs {
    font-size: 11.26px !important;

}


.get-touchhed {
    color: #012B3A;
    font-family: 'Montserrat Alternates';
    font-weight: 400;
    font-size: 35px !important;
    text-align: center;
    display: block  !important;
}
.we-here {
    color: #5E5C53;
    font-family: 'Montserrat Alternates';
    font-weight: 400;
    font-size: 13.68px;
    display: flex;
    justify-content: center;
}
.wes-text {
        color: #012B3A;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        text-align: center;

    }
section.affiliate-sec{
        padding-top: 3rem !important;
        padding-bottom: 0;
    }

}







.main-section .container {
  overflow: hidden;
}
.main-section .container p {
  text-align: center;
  color: #1e1e1e;
}
.main-texths {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
   
}
 
.main-texths h1 {
  max-width: 860px;
}
.main-texths .main-section-description {
  max-width: 726px;
  font-size: 20px;
  text-align: center;
  color: #606060;
}
.main-texths .img-left {
  position: absolute;
  left: 0;
  top: 250px;
}
.main-texths .img-right {
  position: absolute;
  right: 0;
  top: 270px;
}
.main-texths .get-started-url {
  width: 507px;
  position: relative;
  display: flex;
  align-items: center;
}
.main-texths .get-started-url input {
  width: 265px;
  height: 60px;
  padding: 0 26px 0 12px;
  font-size: 14px;
}
.main-texths .get-started-url .btn-get-started {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  right: 16px;
  top: -3px;
  font-size: 16px;
  padding: 0 25px;
  margin-right: 0;
  width: 242px;
  height: 65px;
}
.main-texths .slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.main-texths .slider-bottom {
  height: auto;
  width: 1200px;
  position: relative;
  overflow: hidden;
  padding: 0 0 10px;
}
.main-texths .slide-block {
  display: flex;
  justify-content: center;
}
.main-texths .slide-block .slide-img {
  height: fit-content;
  width: fit-content;
  transition: all 0.1s ease;
  transform: rotateX(var(--degX)) rotateY(var(--degY));
}
.container-ticker {
  max-width: 1200px;
  margin: auto;
}
.ticker {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 15s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(2.5%);
  }
  to {
    transform: translateX(-100%);
  }
}


@media screen and (max-width: 1210px) {
  .tiktok-main-section .container p {
    font-size: 16px;
  }
  .general h1 {
    max-width: 690px;
  }
  .main-texths .main-section-description {
    max-width: 726px;
    font-size: 20px;
    text-align: center;
    color: #606060;
  }
  .main-texths .img-left,
  .main-texths .img-right {
    display: none;
  }
  .main-texths .slide-block .slide-img {
    height: 80%;
    width: 80%;
  }
  .container-ticker {
    max-width: 930px;
    margin: auto;
  }
 
}
@media screen and (max-width: 930px) {
  .container-ticker {
    max-width: 360px;
  }
  @keyframes marquee {
    0% {
      transform: translateX(2.5%);
    }
    to {
      transform: translateX(-248.75%);
    }
  }
}

.tariff-plan-block .container {
  overflow: hidden;
  position: relative;
}
.tariff-plan-block .container h2 {
  padding: 55px 0 20px;
}
.tariff-plan-block .container .radio {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-family: Be Vietnam Pro, sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #302a79;
  z-index: 1;
}
.tariff-plan-block .container .radio .radio-button {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 48px;
  height: 24px;
  border: 1px solid #302a79;
  border-radius: 15px;
  padding: 0 4px;
  transition: 0.3s;
}
.tariff-plan-block .container .radio .radio-button div {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #302a79;
}
.tariff-plan-block .container .radio .radio-button.active {
  background: #302a79;
}
.tariff-plan-block .container .radio .radio-button.active div {
  background: #fff;
  margin-left: 22px;
}

.tariff-plan-block .container .back-diamond {
  position: absolute;
  height: 550px;
  width: 550px;
  top: -145px;
  right: -105px;
  background-image: url(../images/diamond.png);
}

.ticker-reviews {
  position: relative;
  will-change: transform;
  animation: marqueeReviews 40s linear infinite;
  padding-bottom: 55px;
  z-index: 1;
}
.ticker-reviews,
.ticker-reviews .ticker-track {
  display: flex;
  gap: 10px;
}
.ticker-reviews .ticker-track .reviewer {
  align-items: center;
    width: 550.07px;
  height:315px;
  background: #fff;
  padding: 4rem;
box-shadow: 0px 1.8806px 9.7791px -1.8806px rgba(0, 0, 0, 0.25);
border-radius: 33.8507px;

}
.ticker-reviews .ticker-track .reviewer h5 {
  font-weight: 600;
  font-size: 32.91px;
      font-family: Montserrat Medium;
    color: #012B3A;
}
.ticker-reviews .ticker-track .reviewer p {
  max-width: 440px;
  font-size:20.69px;
      font-family: Montserrat Medium;
    color: #012B3A;
    padding-top: 4rem;
}
.ticker-reviews .second-img {
  margin-left: -60px;
}
@keyframes marqueeReviews {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-295.5%);
  }
}

@media screen and (max-width: 1210px) {


}
@media screen and (max-width: 930px) {
  .container-reviews {
    max-width: 360px;
  }
  @keyframes marqueeReviews {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-985%);
    }
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
    color:#012B3A !important;
        font-size: 14px;
  font-family: "Montserrat", sans-serif;
      font-weight: 500;
    padding: 0.3rem 0.5rem !important;
}

/* Уменьшение отступов между вкладками только для ПК */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-item {
        margin-right: 0.3rem !important;
        margin-left: 0.3rem !important;
    }
    
    .navbar-expand-lg .navbar-nav .nav-item:last-child {
        margin-right: 0 !important;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.1rem 0.3rem !important;
        margin: 0 !important;
    }
    
    .navbar-expand-lg .navbar-nav {
        gap: 0.2rem !important;
    }
    
    /* Стили для правой части навигации (кнопки) */
    .navbar-expand-lg .flex.flex-col.sm\:flex-row.items-center.gap-4 {
        gap: 0.2rem !important;
        margin-left: 3rem !important;
        margin-top: 0 !important;
    }
    
    /* Более специфичные стили для кнопок на ПК */
    @media (min-width: 992px) {
        .navbar-expand-lg .flex.flex-col.sm\:flex-row.items-center.gap-4,
        .navbar .flex.flex-col.sm\:flex-row.items-center.gap-4,
        .flex.flex-col.sm\:flex-row.items-center.gap-4 {
            gap: 0.2rem !important;
            margin-left: 1.5rem !important;
            margin-top: 0 !important;
        }
        
        /* Стили для отдельных кнопок */
        .navbar-expand-lg .log-bnt,
        .navbar-expand-lg .btn-header {
            margin: 0 0.1rem !important;
        }
    }
    
    /* Стрелки правее и на уровне текста вкладок */
    .dropdown-toggle::after {
        position: absolute;
        right: -15px !important;
        transform: rotate(0deg) !important;
        font-size: 12px !important;
        top: 50% !important;
        transform: translateY(-50%) rotate(0deg) !important;
    }
    
    /* Стрелка для кнопки языка - ближе к тексту */
    .lung-coustm.dropdown-toggle::after {
        right: -2px !important;
        font-size: 10px !important;
    }
    
    /* Увеличение выпадающих меню */
    .dropdown-menu {
        padding: 0.6rem !important;
        min-width: 300px !important;
        font-size: 14px !important;
    }
    
    .dropdown-menu .dropdown-item {
        padding: 0.5rem 0.8rem !important;
        font-size: 14px !important;
    }
    
    .dropdown-menu .font-semibold-s,
    .dropdown-menu .all-linsk {
        font-size: 14px !important;
    }
    
    .dropdown-menu .mug-icons {
        width: 24px !important;
        height: 24px !important;
    }
    
    .dropdown-menu .cheight-s {
        height: 40px !important;
        padding: 0.3rem !important;
    }
    
    /* Стили для выпадающего меню языков */
    .lung-coustm {
        font-size: 10px !important;
        margin-right: 1rem !important;
    }
    
    /* Более специфичные селекторы для выпадающего меню языков */
    .navbar-expand-lg .lung-coustm .dropdown-menu,
    .lung-coustm .dropdown-menu,
    .dropdown.lung-coustm .dropdown-menu {
        min-width: auto !important;
        width: auto !important;
        max-width: 80px !important;
        padding: 0.2rem 0.3rem !important;
        border: 1px solid #ddd !important;
    }
    
    .navbar-expand-lg .lung-coustm .dropdown-menu .dropdown-item,
    .lung-coustm .dropdown-menu .dropdown-item,
    .dropdown.lung-coustm .dropdown-menu .dropdown-item {
        padding: 0.15rem 0.3rem !important;
        font-size: 11px !important;
        white-space: nowrap !important;
        text-align: center !important;
        min-width: auto !important;
        width: auto !important;
        display: block !important;
    }
}

/* Глобальные стили для выпадающего меню языков */
.lung-coustm .dropdown-menu {
    min-width: auto !important;
    width: auto !important;
    max-width: 80px !important;
    padding: 0.2rem 0.3rem !important;
    border: 1px solid #ddd !important;
}

.lung-coustm .dropdown-menu .dropdown-item {
    padding: 0.15rem 0.3rem !important;
    font-size: 11px !important;
    white-space: nowrap !important;
    text-align: center !important;
    min-width: auto !important;
    width: auto !important;
    display: block !important;
}

/* Глобальные стили для кнопки языка */
.lung-coustm {
    font-size: 10px !important;
    margin-right: 1rem !important;
}

/* Стрелка для кнопки языка - ближе к тексту */
.lung-coustm.dropdown-toggle::after {
    right: -2px !important;
    font-size: 10px !important;
}

/* Глобальные стили для кнопок навигации */
.flex.flex-col.sm\:flex-row.items-center.gap-4 {
    gap: 0.2rem !important;
    margin-left: 1rem !important;
}

.log-bnt, .btn-header {
    margin: 0 0.1rem !important;
}

.botm-boder{
border-bottom: 0.0115937px solid #191919;
}


.dropdown-item {
    font-size: 12px !important;
    color: #262626 !important;
    font-family: Inter, sans-serif;
    line-height: 18px;
    padding: 0.4rem 0.8rem !important;
}


section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}




@media (max-width: 768px) {
  .aibtom-text {
    font-size: 16px;

}
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
.block-teblet{
  display:flex !important;
}
.tariff-plan-block .container h2 {
    padding: 0;
}
.athed {
   font-size: 35.3333px;

}
.whaychoise {
    font-size: 30px;
 
}
.btom-text {
    font-size: 15.41px;
    padding-top: 3rem;
 
}
.strategy {
    font-size: 26px;
    line-height: 31px;
 
}

.mesag-text{
    font-family: 'Montserrat Alternates';
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #2C3B47;
}
.collab {
    font-size: 29px !important;
}
mesag-text {
    font-size: 14px !important;
 
}
.n-logoimg {
    width: 70%;
}
.card {
    border: none;
    border-radius: 35px !important;
}
.ch-100 {
    height: 570px !important;
    margin-bottom: 2rem;
}
.faqbg-s {
    padding: 90px 0;
}
    .footer-block-wrapper {
        flex-direction: row;
    }
    .wes-text {
    color: #012B3A;
    font-family: "Montserrat", sans-serif;
    font-size: 14px !important;
}
.tick-text {
    font-size: 43px;
}
.d-smal-text {
    font-size: 14px;

}
.gba {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.name {
    font-size: 19.25px !important;
}
.slider-card {
    height: 340px !important;
 
}
.newimges-style {
    width: 50%;
}
.description {
    font-size: 14px !important;
    color: #3C3C3C;
    text-align: left;
    line-height: 25.7px !important;
}

.items-center {

    justify-content: center;
}

.annffilia-hed {
    font-size: 40px;
}

.ne-text-muted {
    font-size: 16px !important;
    line-height: 22px !important;

}
.slide-content {
    height: 430px !important;
}
section.main-section-second.mobped.mobped-botm {
    padding-bottom: 0 !important;
}
.main-section-second {
    top: 0 !important;
}
section.affiliate-sec {
    padding-top: 0;
    padding-bottom: 0;
}
section.recurring-sec{
    padding-top: 0;
    padding-bottom: 0;
}
.recurring-hed {
    padding-left: 3rem !important;
  
}
.recurring-pher-text{
    padding-left: 3rem !important;
  
}
.blog-card {
    height: auto;
}
    .sm\:w-\[420px\] {
        width: 360px !important;
    }

}






@media screen and (max-width: 1210px) {
   .aibtom-text {
    font-size: 14px;

}
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
.block-teblet{
  display:flex !important;
}
.tariff-plan-block .container h2 {
    padding: 0;
}
.athed {
   font-size: 35.3333px;

}
.whaychoise {
          font-size: 26px;
 
}
.btom-text {
    font-size: 15.41px;
    padding-top: 3rem;
 
}
.strategy {
    font-size: 26px;
    line-height: 31px;
 
}

.mesag-text{
    font-family: 'Montserrat Alternates';
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #2C3B47;
}
.collab {
    font-size: 29px !important;
}
mesag-text {
    font-size: 14px !important;
 
}
    .n-logoimg {
        width: 40%;
        margin: 0 auto;
        text-align: center;
        position: relative;
        bottom: 0;
    }
    .imges-style {
    position: relative;
    width: 40%;
    right: 0px;
    bottom: 0;
}
.block-teblet {
    display: flex;
}
.getst-btns {
    margin-top: 4rem;
}
.faq-title {
    font-size: 40px;
 
}
.card {
    border: none;
    border-radius: 35px !important;
}
.ch-100 {
    height: 570px !important;
    margin-bottom: 2rem;
}
.faqbg-s {
    padding: 90px 0;
}
    .footer-block-wrapper {
        flex-direction: row;
    }
    .wes-text {
    color: #012B3A;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}
.tick-text {
         font-size: 37px;
        line-height: 34px;
}
section#home-section {
    padding-bottom: 0;
}
.d-smal-text {
    font-size: 11px;
        line-height: 17px;

}
.gba {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.name {
    font-size: 19.25px !important;
}
.slider-card {
    height: 340px !important;
 
}
.newimges-style {
    width: 50%;
}
.description {
    font-size: 14px !important;
    color: #3C3C3C;
    text-align: left;
    line-height: 25.7px !important;
}

.items-center {

    justify-content: center;
}

.annffilia-hed {
    font-size: 40px;
        line-height: 45.4px;

}
.sub-textlin {
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 5px;
}



.tremof-service {
    font-size: 35px;

}
.ne-text-muted {
    font-size: 16px !important;
    line-height: 22px !important;

}
.slide-content {
    height: 430px !important;
}
section.main-section-second.mobped.mobped-botm {
    padding-bottom: 0 !important;
}
.main-section-second {
    top: 0 !important;
}
section.affiliate-sec {
    padding-top: 0;
    padding-bottom: 0;
}
section.recurring-sec{
    padding-top: 0;
    padding-bottom: 0;
}
.recurring-hed {
    padding-left: 3rem !important;
  
}
.recurring-pher-text{
    padding-left: 3rem !important;
  
}
  .w-full.sm\:w-\[420px\].mr-lft {
    margin-left: 0;
}

}




