
 
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&display=swap');


 
.istok-web-regular {
  font-family: "Istok Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.istok-web-bold {
  font-family: "Istok Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.istok-web-regular-italic {
  font-family: "Istok Web", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.istok-web-bold-italic {
  font-family: "Istok Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}


body,
html {
  font-family: Inter, sans-serif;
  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;
  text-decoration: none;
}
a {
  color: #575757 !important;
}
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: linear-gradient(90deg, #7252FF 0%, #AA3FFF 100%);
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
input:invalid {
  outline: none;
  border: 1px solid #e43225;
}
input[type="submit"]:hover{ background: linear-gradient(90deg, #AA3FFF 0%, #7252FF 100%)}
select {
  padding: 5px;
  border-radius: 5px;
}
.container {
  /*max-width: calc(100% - 13px);
  margin: auto;*/
}
.btn {
/*background: linear-gradient(90deg, #7F12D6 0%, #F8522E 100%);*/
background: linear-gradient(90deg, #7252FF 0%, #AA3FFF 100%);
box-shadow: 14px 14px 65px rgba(59, 42, 130, 0.2);
  border-radius: 15px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.btn-blue {
  background: #302a79;
}
.title-page {
    font-size: 64px;
    line-height: 60px;
    color: #393939;
}
.title-block,
.title-page {
  font-weight: 700;
  text-align: center;
/*      font-family: Inter, sans-serif;*/
}
.title-block {
  font-family: Istok Web, sans-serif;
  font-size: 48px;
  line-height: 106%;
  color: #323232;
}
.title-block p {
    color: black ! IMPORTANT;
}
.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);
}
.right-side .btn-header:hover {background: linear-gradient(90deg, #7252FF 0%, #AA3FFF 100%);
color: white;}
.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);
}
.yearly_plan_terif{
  position: relative;
}
.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%
}
.closeeh {
    display: flex;
    justify-content: end;
    padding-right: 17px;
    padding-top: 15px;
    position: absolute;
  right: 0;
  top: -10px;
} 
.d-mobe {
  margin: 0 auto;
}

@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 (min-device-width: 768px) and (max-device-width: 930px) { 
       .change-plan__ {
    flex-wrap: wrap;
    gap: 40px 0 !important;
    justify-content: center;
    padding-bottom: 40px;
  }
 .change-plan__  .col-lg-3 {
        flex: 0 0 auto;
        width: 50% !important;
    }
}
@media screen and (max-width: 930px) {
  .container {
    max-width: 95%;
    margin: auto;
  }

}
@media screen and (max-width: 800px) {
  .title-page {
    font-size: 48px;
    line-height: 89%;
  }
  .title-block {
    font-size: 36px;
    line-height: 116%;
  }
}
.head-block.policy,
.header-mobil,
.header-mobil .burger-menu {
  display: none;
}
.head-block {
/*  position: absolute;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
/*  max-width: calc(100% - 13px);*/
  height: 91px;
  border: 1px solid #fff;
  border-radius: 15px;
  background: hsla(0, 0%, 95.3%, 0.4);
  box-shadow: 14px 14px 60px 0 rgba(59, 42, 130, 0.06);
  line-height: 158%;
  padding: 0 50px;
/*  top: 30px;*/
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  background: #f4e8f9;
  z-index: 9999;
}
.head-block .top-menu-ul {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  border: none;
      align-items: baseline;

}
.head-block .top-menu-ul a:hover {
  text-decoration: none;
  background: linear-gradient(90deg, #7252ff, #aa3fff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.right-side {
  display: flex;
  align-items: center;
  gap: 20px;
}
.right-side .login {
  text-transform: capitalize;
  color: #161616;
}
.right-side .btn-header {
  width: 173px;
  height: 47px;
  border: 2px solid transparent;
  border-radius: 15px;
  background: linear-gradient(#f7ecec, #f7ecec 0) padding-box,
    linear-gradient(90deg, #7252ff, #aa3fff) border-box;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #0e0e0e;
  font-size: 14px;
}
.right-side a:first-child:hover {
  text-decoration: none;
  background: linear-gradient(90deg, #7252ff, #aa3fff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


@media screen and (max-width: 1210px) {
  .head-block {
    max-width: 930px;
  }
}
@media screen and (max-width: 930px) {
  .head-block {
    max-width: 95%;
    padding: 0 15px;
  }
  .head-block .right-side,
  .head-block .top-menu {
  
  }
  .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: 15px 20px;
        width: 164px;
        background: #fff;
        z-index: 10;
    }
    .menu-mobile {
        margin: 0 0 20px;
    }
  /*.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;
      margin-top: 0;
      padding: 0;
      border: unset;
  }
  .header-mobil .menu-mobile-ul a:hover {
    background: linear-gradient(90deg, #7252ff, #aa3fff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .log-out {
    display: flex;
    align-items: center;
    gap: 15px;
      color: #FF0000;
  }
.log-out svg {
    margin: 3px -16px 0 4px !important;
    float: left;
}
  .wrapper-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .burger-wrapper,
  .wrapper-icon {
    width: 30px;
    height: 30px;
    box-shadow: 4px 4px 11px 0 rgba(59, 42, 130, 0.2);
    padding: 1px;
    border-radius:5px;
    background-color: #fff;
  }
  .burger-wrapper .burger-button {
    border-radius: 5px;
    background: linear-gradient(90deg, #7252ff, #aa3fff) border-box;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    cursor: pointer;
    background-image: url(../images/menu-icon.svg);
        background-position: center;
        background-size: 100%;
  }
  .burger-button.open {
    background-image: none;
    background: linear-gradient(90deg, #7252ff, #aa3fff) border-box;
}
  .burger-wrapper .burger-button .burger-line,
  .burger-wrapper .burger-button .burger-line:after,
  .burger-wrapper .burger-button .burger-line:before {
    position: absolute;
    width: 17px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
  }
  .burger-wrapper .burger-button .burger-line:before {
    content: "";
    display: block;
    top: -15px;
  }
  .burger-wrapper .burger-button .burger-line:after {
    content: "";
    display: block;
    top: 7px;
  }
  .burger-wrapper .burger-button.open .burger-line {
    left: -10px;
    background-color: transparent;
    width: 20px;
    display: block;
  }
  .burger-wrapper .burger-button.open .burger-line:before {
    top: 0;
    transform: rotate(45deg);
    left: 7px;
    display: block;
  }
  .burger-wrapper .burger-button.open .burger-line:after {
    top: 0;
    transform: rotate(-45deg);
    left: 7px;
    display: block;
  }
  .closeeh {
    display: flex;
    justify-content: end;
    padding-right: 17px;
    padding-top: 15px;
    position: absolute;
  right: 0;
  top: -10px;
} 
.d-mobe {
  margin: 0 auto;
}
}
.footer-block {
  padding: 60px 0 20px;
  background-color: #fff;
  position: relative;
  z-index: 99;
}
.footer-block .container {
  max-width: 1320px !important;
}
video {
  pointer-events: none;
}
.footer-block  .img-fluid {
  max-width: 100%;
  height: auto;
  width: 151px;
  height: 35px;
}
.footer-block.hide {
  display: none;
}
.footer-block-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 90px 110px 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: Be Vietnam Pro, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #262626;
}
.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;
 
}
.footer-block-wrapper .footer-right .footer-column a:hover {
  text-decoration: none;
  background: linear-gradient(90deg, #7252ff, #aa3fff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-block-wrapper .footer-right .footer-column .title-column {
  padding: 0 0 5px;
  font-weight: 700;
  line-height: 130%;
  color: #838ba3;
  font-family: Inter, 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: 10px;
}
.list-column a {
    color: #1E1E1E !important;
        font-family: Inter, sans-serif;
    font-size: 14px !important;
}
.footer-bottom-text {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  color: #9ca3bd;
      margin-top: 5rem;
}
.footer-bottom-text:after {
  content: "";
  position: absolute;
  width: 840px;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #bfbfbf;
}
.title-column{
  position: relative;
}
@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;
  }
  .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: 15px;
  }
  .footer-block-wrapper .footer-right .footer-column .title-column span {
    display: block;
    width: 25px;
    height: 12px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-down.svg);
  }
}
@media screen and (max-width: 600px) {
    .change-plan__ .col-lg-3 {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .footer-block-wrapper {
    padding: 0 10px 50px;
  }
  .footer-block-wrapper .footer-left {
    align-self: baseline;
  }
  .footer-block-wrapper .footer-right {
    width: 100%;
  }
     .questions-block .container h2 {
    padding: 15px 0 40px !important;
  }
 .questions-block {
  position: relative;
  padding-top: 0rem !important;
}
}

.main-section {
  background: linear-gradient(
    121deg,
    #f0e9ff,
    #f3dbf2 50%,
    #fde3db 71.87%,
    #fff5eb 94.74%
  );
  box-shadow: inset 0 55px 50px -10px #fff, inset 0 -55px 50px -10px #fff,
    -5px 0 5px -3px transparent, 5px 0 5px -3px transparent;
  padding-bottom: 72px;
}
.main-section .container {
  overflow: hidden;
}
.main-section .container p {
  text-align: center;
  color: #1e1e1e;
        font-family: "Outfit", sans-serif;
}
.general {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  background: hsla(0, 0%, 100%, 0.3);
  border: 1px solid #fff;
  border-radius: 15px;
  margin-top: 120px;
   /*     background-image: url(../images/btnnns.svg);
    background-repeat: no-repeat;
        background-position: 25px 175px;
  margin-bottom: 50px;*/
}
.general h1 {

}
.general .main-section-description {
  max-width: 726px;
  font-size: 20px;
  text-align: center;
  color: #606060;
}
.general .img-left {
  position: absolute;
  left: 0;
  top: 250px;
}
.general .img-right {
  position: absolute;
  right: 0;
  top: 270px;
}
.general .get-started-url {
  width: 507px;
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
}
   .box {
/*  width:32vmin;
  height: 9vmin;*/
      height: 70px;
    width: 215px;
  display: grid;
  place-content: center;
  color: white;
      position: absolute;
    right: 14px;
  text-shadow: 0 1px 0 #000;
  --border-angle: 0turn;
  --main-bg: conic-gradient(
      from var(--border-angle),
      transparent,
      transparent 5%,
      transparent 60%,
      transparent 95%
    );
  border: solid 8px transparent;
  border-radius: 15px;
  --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #08f, #f03 99%, transparent);
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  -webkit-animation: bg-spin 3s linear infinite;
          animation: bg-spin 3s linear infinite;
}
@-webkit-keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
.box:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
         }

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
.general .get-started-url input {
  width: 295px;
  height: 60px;
  padding: 0 26px 0 12px;
  font-size: 14px;
  position: relative;
    top: 1px;
    left: 1px;
    border: 2px solid #7252FF;
}
.general .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 10px;
  margin-right: 0;
  width: 213px;
  height: 69px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  box-shadow: unset;
}
.general .get-started-url .btn-get-started:hover{
      box-shadow:0px 2px 10px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.general .slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.general .slider-bottom {
  height: auto;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
  padding: 0 0 10px;
  text-align: center;
      margin-top:0px;
      padding-bottom: 50px;
}
.general .slide-block {
  display: flex;
  justify-content: center;
}
.general .slide-block .slide-img {
  height: auto !important;
  width: fit-content;
  transition: all 0.1s ease;
  transform: rotateX(var(--degX)) rotateY(var(--degY));
}
.container-ticker {
  max-width: 1200px;
  margin: auto;
      padding-top: 4rem;
}
.ticker {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 30s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(2.5%);
  }
  to {
    transform: translateX(-100%);
  }
}
.purple-text {
  background-image: linear-gradient(90deg, #7252ff, #aa3fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.swiper-pagination {
  position: relative !important;
  display: flex;
  gap: 2px;
  max-width: fit-content;
  height: 54px;
  border-radius: 15px;
  padding: 10px;
    border: solid #FFFFFF;
  background: transparent;
/*  box-shadow: 14px 14px 60px 0 rgba(59, 42, 130, 0.06);*/
/*  padding: 20px;*/
}
.swiper-pagination .swiper-pagination-bullet {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  border-radius: 15px;
  width: 150px;
  height: auto;
  background: transparent;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet h3 {
border-radius: 10px;
    padding: 10px;
    width: fit-content;
    height: 34px;
    background: #FFFFFF;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    color: #1e1e1e;
    padding-left: 10px;
    padding-right: 10px;
}
.swiper-pagination .swiper-pagination-bullet p {
  font-weight: 500;
  color: #787198; display: none;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
}
.swiper-pagination .swiper-pagination-bullet-active p {
  color: #fff;display: none;
}
.btn-analyze {
  border-radius: 15px;
  width: 222px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 5px;
  margin-top: 56px;
   font-family: Inter, sans-serif;
    font-weight: 300;
}
.btn-analyze .marker {
  border-radius: 10px;
  background: #fff;
  padding: 7px 0;
  width: 51px;
  height: 30px;
  color: #1e1e1e;
}
@media screen and (max-width: 1210px) {
  .main-section .container p {
    font-size: 16px;
  }
  .general h1 {
    max-width: 690px;
  }
  .general .main-section-description {
    max-width: 726px;
    font-size: 20px;
    text-align: center;
    color: #606060;
  }
  .general .img-left,
  .general .img-right {
    display: none;
  }
  .general .slide-block .slide-img {
    height: auto !important;
    width: 80%;
  }
  .container-ticker {
    max-width: 930px;
    margin: auto;
  }
  .ticker img {
    width: 935px;
    height: 90px;
  }
}
@media screen and (max-width: 930px) {
  .container-ticker {
    max-width: 360px;
  }
  @keyframes marquee {
    0% {
      transform: translateX(2.5%);
    }
    to {
      transform: translateX(-248.75%);
    }
  }
}
@media screen and (max-width: 800px) {
  .general .get-started-url {
/*    width: 100%;
    flex-direction: column;
    gap: 15px;*/
        height: auto;
        padding:0 0 15px;
  }
  .general .get-started-url input {
    width: 99%;
    height: 60px;
    padding: 0 12px 0 12px;
    font-size: 14px;
    top: 2px;
    left: 2px;
    border: 2px solid 2px solid #7252FF;
  }
  .input-out {
    width: 60%;

}
.general .get-started-url input{
  padding: 0 20px;
}
.box{
  right: 0;
  height: 65px;
}
.general .get-started-url .btn-get-started{
  right: 0;
  height: 63px;

}
  .general .get-started-url .btn-get-started {
    position: relative;
    background:linear-gradient(90deg, #7252FF 0%, #AA3FFF 100%);
  

  }
  .general .slide-block .slide-img {
    width: 60%;
  }
  .swiper-pagination {
    flex-direction: column;
    gap: 10px;
    max-width: 361px;
    height: fit-content;
    align-items: center;
    background: hsla(0, 0%, 100%, 0.5);
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 276px;
    height: 50px;
    justify-content: center;
  }
  .swiper-pagination .swiper-pagination-bullet h3 {
    background: transparent;
  }
  .swiper-pagination .swiper-pagination-bullet p {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .general h1 {
        font-size: 36px;
        line-height: 32px;
  }
  .head-block {
    left: 0 !important;
    margin-top: 0 !important;
}
.general .get-started-url {
    width: 95%;
 display:block;
    align-items: center;
    height: 160px;
}
.log-out {
    display: block;
    border-top: 1px solid #cbcbcb;
    padding: 3px 18px 0;
}
.box{ 
  margin: 1rem auto;
    right: auto;
    position: relative;
 }
.input-out {
        width: auto;
    }

  .general .get-started-url .btn-get-started {
    right: 0px;
    height: 69px;
    width: 239px;
  }
    .box {
    right: 0;
    height: 70px;
    width: 240px;
    margin-top: 8px;
  }

.general .get-started-url .btn-get-started {
  font-size: 16px;

  cursor: pointer;

  padding: 0 25px;

}
    .slider-btns {
    display: block;
}
.imgtop { height: auto;
    display: block;
    width: 267px;
    max-width: 100%;
    padding:15px 19px;

}
.nomal-btn,.slider-btns{
  height: 40px;
}
.nomal-btn {
    display: block;
    width: 100%;
    margin-top: 0.5rem;
}
    .slider-btns {
        display: block;
        width: 100%;
    }
    .slide-img {
    width: 100%;
    height: auto !important;
}
.col-md-12-tab {
margin-bottom: 2rem;
}
.product-blocks .col-md-12-tab ,.product-blocks .mb-5{
margin-bottom: 10px !important;
}
.new-section.blure-bg .row {
  flex-direction: column-reverse;
  gap: 20px;
  margin-bottom: 25px;
}
.new-section .row {
  flex-direction: column;
}
.tariff-plan-block .container h2 {
    padding: 90px 0 30px !important;
  }
  .change-plan__{
    gap: 25px !important;
  }
.winning-section {
    padding-top: 0;
    text-align: center;
}
.win-hed {
    padding-top: 0;
}
  .pher p {
    width: auto;
    color: #777777;
    font-size: 16px;
    font-family: Inter, sans-serif;
  }
.mbes {
    display: block;
    margin: 0 auto;
    padding-bottom: 1rem;
}
.new-section {
    padding-bottom: 0;
}
.win-hed-b {
    letter-spacing: -3px;
    text-align: center;
    margin-bottom: 10px;
}
.accord-wrapper .accord-block .accordion{
  background: #fff !important;
}
.accord-wrapper .accord-block .answer{
  padding: 0 20px !important;
}
.accord-wrapper .accord-block .accordion .question{
  padding: 4px 20px !important;
}
.framer-glbj3s {
    overflow-y: scroll !important;    overflow: inherit;
}
.framer-1b3f8v-container, .framer-1o19zye-container, .framer-1jpl8zw-container, .framer-wcdt2e-container, .framer-1kbugfi-container, .framer-1enc5q9-container {
    width: 66%;}

  .general .slide-block .slide-img {
    width: 30%;
  }
  .general {gap: 10px;}

.tiek {
    padding-top: 0;
}
.container-ticker {
    padding-top: 0rem;
}

.col-6 {
    width: 100%;
}

.main-section-second {
  margin-top: 0 !important;
}
.title-block {
        line-height: 31px;
        padding-top: 2rem;
    }

.e-description {
    padding: 20px 0 10px;

}
}
.main-section-second {
  margin-top: 60px;
}
.main-section-second .container .section-second-description {
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #1e1e1e;
  padding: 20px 0 60px;
  text-align: center;
}
.product-blocks {
    max-width: 1300px;
    margin: auto;
  /* column-count: 2;
  column-gap: 30px; */
  position: relative;
  padding: 15px;
}
.bg-pill{
    background: linear-gradient(98.36deg, rgba(240, 233, 255, 0.6) 3.74%, rgba(243, 219, 242, 0.6) 49.57%, rgba(253, 227, 219, 0.6) 69.62%, rgba(255, 245, 235, 0.6) 90.59%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25rem;
    filter: blur(100px);
}
.card-img{
    position: absolute;
    top: 60%;
    left: 25%;
    transform: rotate(10deg);
    width: 80%;
}
.prod {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* max-width: 590px; */
  background: #FFFFFFCC;
  border-radius: 35px !important;
  border-radius: 15px;
  padding: 30px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
  box-shadow: 0px 0px 22.4px 0px #3B2A820F;
  height: 100%;
  overflow: hidden;
}
.e-com-logos{
    max-width: 100%;
}
.prod h3 {
  max-width: 400px;
  font-weight: 600;
  font-size: 24px;
  line-height: 134%;
  color: #1e1e1e;
}
.prod p {
  max-width: 450px;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #777777;
}
.prod .title-target {
  max-width: fit-content;
}
.prod .icons {
  position: absolute;
}
.landing-product .img-land {
  padding: 50px 0 100px;
}
.landing-product .desc {
  /* max-width: 240px; */
}
.landing-product .icons {
  right: 25px;
  bottom: 40px;
}
.seo-product .img-seo {
  padding: 50px 0 45px;
}
.seo-product .desc {
  max-width: 420px;
}
.seo-product .icons {
  right: 10px;
  top: 60px;
}
.video-product {
  margin-top: 30px;
  /* padding-bottom: 175px; */
}
.video-product .desc {
  max-width: 340px;
}
.video-product .icons {
  right: 25px;
  top: 70px;
}
.target-product {
  margin-top: 30px;
}
.target-product .icons-target {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 0;
}
.target-product .img-target {
  padding: 50px 0 0;
}
.target-product .desc {
  max-width: fit-content;
}
.target-product .targeting-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border: 1px solid #aa3fff;
  border-radius: 15px;
  background: #f3edf9;
  margin: 30px 0 0;
}
.target-product .targeting-cards .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 15px;
  max-width: 255px;
  height: 255px;
  background: hsla(0, 0%, 100%, 0.5);
}
.target-product .targeting-cards .card img {
  width: 65%;
  align-self: flex-start;
}
.target-product .targeting-cards .card p {
  font-weight: 500;
  font-size: 11px;
  line-height: 170%;
  color: #2f2f2f;
}
.target-product .targeting-cards .card .btn-targeting-an {
  padding: 10px 35px;
  width: 192px;
  height: 35px;
  font-size: 14px;
}
@media screen and (max-width: 1210px) {
  .product-blocks {
    display: flex;
    flex-direction: column;
    gap: 30px;
    column-count: auto;
  }
  .prod {
    max-width: 100%;
    gap: 25px;
  }
  .prod .title-target {
    align-self: flex-start;
  }
  .prod h3 {
    font-weight: 500;
    font-size: 48px;
    line-height: 90%;
  }
  .prod h3,
  .prod p {
    max-width: 490px;
  }
  .landing-product .img-land {
    padding: 20px 0;
  }
  .landing-product .desc {
    max-width: 385px;
  }
  .seo-product .img-seo {
    padding: 50px 0 0;
  }
  .seo-product .desc {
    max-width: 560px;
  }
  .video-product {
    margin-top: 0;
    padding-bottom: 115px;
  }
  .video-product .desc {
    max-width: 400px;
    margin-top: 40px;
  }
  .target-product {
    margin-top: 0;
    align-items: center;
  }
  .target-product .icons-target {
    display: flex;
    gap: 50px;
  }
  .target-product .desc {
    align-self: flex-start;
    max-width: fit-content;
  }
  .target-product .targeting-cards {
    max-width: 600px;
  }
  .target-product .targeting-cards .card {
    max-width: 293px;
  }
}
@media screen and (max-width: 930px) {
  .landing-product {
    padding: 30px 30px 140px;
  }
  .landing-product .icons {
    bottom: 15px;
    left: 30px;
  }
  .seo-product .desc {
    max-width: 400px;
  }
  .seo-product .icons,
  .video-product .icons {
    top: 0;
  }
}
@media screen and (max-width: 800px) {
  .prod h3 {
    font-size: 24px;
  }
  .prod p {
    font-size: 16px;
  }
  .seo-product .img-seo {
    padding: 0;
  }
  .seo-product .desc,
  .seo-product h3 {
    max-width: 250px;
  }
  .seo-product .icons {
    width: 80px;
    top: 31px;
  }
  .video-product {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .video-product .icons {
    top: 40px;
    right: 0;
    width: 102px;
  }
  .video-product h3 {
    max-width: 250px;
  }
  .video-product .desc {
    max-width: 250px;
    margin-top: 0;
  }
  .target-product .icons-target {
    flex-wrap: wrap;
  }
  .target-product .targeting-cards {
    justify-content: center;
    padding: 20px;
  }
}
.policy-page .privacy-policy {
  background: linear-gradient(
    121deg,
    #f0e9ff,
    #f3dbf2 50%,
    #fde3db 71.87%,
    #fff5eb 94.74%
  );
  box-shadow: inset 0 55px 50px -10px #fff, inset 0 -55px 50px -10px #fff,
    -5px 0 5px -3px transparent, 5px 0 5px -3px transparent;
  padding: 65px 0 200px;
}
.policy-page .privacy-policy .container {
  background: hsla(0, 0%, 100%, 0.5);
  border-radius: 15px;
}
.header-additional {
  display: flex;
  justify-content: space-between;
  padding: 30px 50px 0;
}
.header-additional .wrap-icons {
  display: flex;
  gap: 10px;
}
.header-additional .wrapper-icon {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  background-color: hsla(0, 0%, 100%, 0.6);
  border: 0.72px solid #f5f5f5;
  box-shadow: 4px 4px 11px 0 rgba(59, 42, 130, 0.2);
}
.header-additional .wrapper-icon div {
  width: 50px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #7252ff, #aa3fff) border-box;
  border-radius: 11px;
}
.header-additional .wrapper-icon p {
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  line-height: 437%;
}
.policy-text {
  padding: 60px 90px 50px;
  font-size: 16px;
}
.policy-text h2 {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}
.policy-text p {
  padding-top: 20px;
  font-family: Inter, sans-serif;
      font-weight: 300;color: black;
}
@media screen and (max-width: 800px) {
  .policy-text {
    padding: 60px 20px 50px;
  }
  .header-additional {
    padding: 30px 20px 0;
  }
}
.tariff-plan-block .container {
  overflow: hidden;
  position: relative;
}
.tariff-plan-block .container h2 {
  padding: 195px 0 60px;
}
.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 #E7EBFF;
  border-radius: 15px;
  padding: 0 4px;
  transition: 0.3s;
  box-shadow: 0px 6px 36px rgba(181, 194, 251, 0.1);
border-radius: 12px;
    background: #FFFFFF;
    padding: 20px;
    color: #1B223C;
    background: #fff !important;
}
.tariff-plan-block .container .radio .radio-button .larg {
  color: #1B223C !important;
}
.tariff-plan-block .container .radio .radio-button div {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color:  transparent;
}
.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 .center-gradient {
  position: absolute;
  border-radius: 390px;
  width: 654px;
  height: 732px;
  filter: blur(100px);
  background: linear-gradient(
    121deg,
    #f0e9ff,
    #f3dbf2 50%,
    #fde3db 71.87%,
    #fff5eb 94.74%
  );
  transform: rotate(191deg);
  left: 25%;
  top: 28%;
}
.tariff-plan-block .container .back-diamond {
  position: absolute;
  height: 550px;
  width: 550px;
     top: 47px;
    right: -78px;
  background-image: url(../images/diamond.svg);
  background-repeat: no-repeat;
}
.container-reviews {
  max-width: 1200px;
  margin: auto;
}
.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 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  border-radius: 15px;
  width: 384px;
  height: 201px;
  background: #fff;
  padding: 20px;
  box-shadow: 14px 14px 60px 0 rgba(59, 42, 130, 0.06);
}
.ticker-reviews .ticker-track .reviewer h5 {
  font-weight: 600;
  font-size: 12px;
}
.ticker-reviews .ticker-track .reviewer p {
  max-width: 340px;
  font-weight: 400;
  font-size: 12px;
}
.ticker-reviews .second-img {
  margin-left: -60px;
}
@keyframes marqueeReviews {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-295.5%);
  }
}
.change-plan__ {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  padding: 40px 10px 140px;
  max-width: 1320px;
  margin:0 auto;
}
.change-plan__ .tariff {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.change-plan__ .tariff .tariff-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 45px;
  border-radius: 15px;
  width: 290px;
  height: 327px;
  box-shadow: 14px 14px 60px 0 rgba(59, 42, 130, 0.06),
    14px 14px 60px 0 rgba(59, 42, 130, 0.06);
  background: #fff;
  font-family: Be Vietnam Pro, sans-serif;
  color: #302a79;
}
.change-plan__ .tariff .tariff-card .tariff-flag {
  border-radius: 15px;
  padding: 7px 10px;
  width: fit-content;
  height: 24px;
  background: #302a79;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #fff;
}
.change-plan__ .tariff .tariff-card .price {
  font-weight: 500;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: -0.05em;
}
.change-plan__ .tariff .tariff-card .tariff-text {
  line-height: 154%;
  letter-spacing: -0.02em;
}
.change-plan__ .tariff .tariff-card.business {
  background: #302a79;
  color: #fff;

}




.starter-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding: 20px 45px; */
    border-radius: 15px;
    width: 290px;
    height: 1020px;
    box-shadow: none;
  background-color: transparent !important;
    font-family: Be Vietnam Pro, sans-serif;
    color: #302a79;
    background-image: url(../images/cr.svg);

}


.change-plan__ .tariff .tariff-card.business .tariff-flag {
  background-color: #fff;
  color: #aa3fff;
}
.change-plan__ .tariff .tariff-card.business .btn-tariff {
  color: #fff;
  background: #302a79;
  border: 1px solid #fff;
}
.change-plan__ .tariff ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: -0.02em;
  color: #1e1e1e;
}
.change-plan__ .tariff ul img {
  padding-right: 10px;
}
.range-container {
    width: auto;
    margin-bottom: 15px;
    position: relative;
    margin-top: 2rem;
    padding: 0;
}
.range-container  .range-progress {
  height: 100%;
  background: linear-gradient(90deg, #7252ff, #aa3fff) border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: calc(100% - 32px);
  /* width: 24px; */
  border-radius: 15px;
  transition: all 0.3s ease;
}

.range-container .breakpoints {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    background-color: #e6d0fd;
    height: 2px;
}
.range-container .breakpoints .marker {
    display: block;
    height: 5px;
    width: 3px;
    background-color: #fff;
    position: relative;
    top: 1px;
}
.range-container .breakpoints .marker .trigger {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.range-container .range-progress {
    display: block;
    height: 2px;
    width: auto;
    background: linear-gradient(90deg, #7252ff, #aa3fff) border-box;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}
.range-container .range-thumb {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    background: linear-gradient(90deg, #7252ff, #aa3fff) border-box;
    position: absolute;
    top: 50%;
    left:0;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

.range-container .range-track .range-progress.business {
  background: #fff;
}
.range-container .range-track .range-thumb {
  width: 23px;
  height: 23px;
  background: linear-gradient(90deg, #7252ff, #aa3fff) border-box;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 42px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  cursor: pointer;
}
.range-container .range-track .breakpoints {
  display: flex;
  justify-content: space-between;
     width: 160px;
    margin: 0 auto;
}
.range-container .range-track .breakpoints span {
  position: relative;
  width: 3px;
  height:5px;
  background: #fff;
  margin-left: -10px;
}
.range-container .range-track .breakpoints span span {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 10px;
  background: none;
}
.btn-tariff {
  border: 1px solid #302a79;
  border-radius: 15px;
  width: 200px;
  height: 65px;
  background: #fff;
  font-size: 20px;
  color: #1e1e1e;
}
.btn-tariff span {
  font-size: 12px;
  color: #9ca3bd;
}
@media screen and (max-width: 1210px) {
  .change-plan__ {
    flex-wrap: wrap;
    gap: 100px;
    justify-content: center;
    padding-bottom: 40px;
  }
  .tariff-plan-block .container .center-gradient {
    left: 15%;
  }
  .container-reviews {
    max-width: 930px;
  }
  @keyframes marqueeReviews {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-381.3%);
    }
  }
}
@media screen and (max-width: 930px) {
  .container-reviews {
    max-width: 360px;
  }
  @keyframes marqueeReviews {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-985%);
    }
  }
}
@media screen and (max-width: 800px) {
  .tariff-plan-block .container .back-diamond {
    display: none;
  }
  .tariff-plan-block .container h2 {
    padding: 90px 0 60px;
  }
}
.questions-block {
  position: relative;
  padding-top: 4rem;
}
.questions-block .container {
  max-width: 1360px;
  position: relative;
  z-index: 1;
}
.questions-block .container h2 {
  padding: 130px 0 60px;
}
.questions-block .background-gradient {
  position: absolute;
  top: 460px;
  width: 100%;
  height: 750px;
  background: linear-gradient(
    121deg,
    #f0e9ff,
    #f3dbf2 50%,
    #fde3db 71.87%,
    #fff5eb 94.74%
  );
  box-shadow: inset 0 55px 50px -10px #fff, inset 0 -55px 50px -10px #fff,
    -5px 0 5px -3px transparent, 5px 0 5px -3px transparent;
}
.accord-wrapper {
  display: flex;
  gap: 40px;
}
.accord-wrapper .accord-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width:50%;
}
.accord-wrapper .accord-block .accordion {
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 19px;  
  max-width: 718px;
  box-shadow: 14px 14px 60px 0 rgba(59, 42, 130, 0.06);
  background: hsla(0, 0%, 100%, 0.4);
  font-weight: 500;
  font-size: 16px;
  color: #302a79;
  transition: 0.5s;
}
.accord-wrapper .accord-block .accordion .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 41px;
  position: relative;
  cursor: pointer;
}
.accord-wrapper .accord-block .accordion .question p {
   padding: 15px 30px 0 0;
  font-family: Inter, sans-serif;

}
.accord-wrapper .accord-block .accordion .question.open {
  color: #dd4454;
  height: auto;
  padding:0;
}
.accord-wrapper .accord-block .accordion.open {
  height: 200px;
  transition: 0.5s;
  padding-bottom: 15rem;
}
.accord-wrapper .accord-block .accordion .question::after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  font-size: 45px;
  font-family: "Istok Web", sans-serif;

}
.accord-wrapper .accord-block .answer {
  font-size: 16px;
  color: #7a719b;
    font-weight: 300;
      font-family: Inter, sans-serif;
      padding: 0px 41px;
      display:none;
}
.accord-wrapper .accord-block .accordion .question.active::after {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 12.998H5v-2h14z'/%3E%3C/svg%3E");
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  font-size: 40px;
  color: #000;
  right: 33px;

}
/*.accord-wrapper .accord-block .close-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url(../images/plus-icon.png);
  background-repeat: no-repeat;
}
.accord-wrapper .accord-block .close-icon.open {
  background-image: url(../images/minus-icon.png);
}*/

.accord-wrapper .accord-block .close-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 11h-6V5h-2v6H5v2h6v6h2v-6h6z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  font-size: 40px;
  display: none;
}

.accord-wrapper .accord-block .close-icon.open {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 12.998H5v-2h14z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
    font-size: 40px;
}

.accord-wrapper .quest-img-block {
  max-width: fit-content;
  max-height: 642px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 35px;
  padding: 64px 9px 9px;
  backdrop-filter: blur(15px);
  box-shadow: 14px 14px 60px 0 rgba(59, 42, 130, 0.06);
  background: #fff;
}
.accord-wrapper .quest-img-block .points {
  position: absolute;
  left: 30px;
  top: 25px;
}
@media screen and (max-width: 1210px) {
  .questions-block .container h2 {
    padding: 80px 0 60px;
  }
  .questions-block .background-gradient {
    top: 180px;
    height: 1400px;
  }
  .accord-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .accord-wrapper .accord-block {
    width: 90%;
  }
  .accord-wrapper .accord-block .accordion {
    font-size: 16px;
  }
  .accord-wrapper .accord-block .accordion .answer {
    font-size: 14px;
  }
  .accord-wrapper .accord-block .accordion.open {
    height: 300px;
  }
}
@media screen and (max-width: 800px) {
  .accord-wrapper .quest-img-block .quest-img {
    width: 371px;
    height: 355px;
  }
}
.about-us {
  background: linear-gradient(
    121deg,
    #f0e9ff,
    #f3dbf2 50%,
    #fde3db 71.87%,
    #fff5eb 94.74%
  );
  box-shadow: inset 0 55px 50px -10px #fff, inset 0 -55px 50px -10px #fff,
    -5px 0 5px -3px transparent, 5px 0 5px -3px transparent;
  padding: 120px 0 100px;
  font-size: 18px;
  line-height: 140%;
  color: #1e1e1e;
}
.about-us-block {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.about-us-block .container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 15px;
  border: 1px solid #fff;
  margin-top: 33px;
  padding-bottom: 50px;
  z-index: 1;
}
.about-us-block .container h1 {
  padding: 63px 0 95px;
}
.about-us-block .container h2 {
  font-family: Istok Web, sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 110%;
  text-align: left;
}
.about-us-block .about-back {
  position: absolute;
  background-image: url(../images/about-back.png);
  top: 42%;
  left: -170px;
  width: 605px;
  height: 605px;
  background-size: 605px 605px;
}
.what-is {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.what-is .what-is-first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0 75px;
}
.what-is .what-is-first p {
     color: #1E1E1E;
    padding-top: 0;
    max-width: 440px;
    font-size: 18px !important;
        font-family: Inter, sans-serif;
    font-weight: 300;
}
.what-is .what-is-first img {
  height: fit-content;
}
.what-is .what-is-second {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px 0 120px;
}
.what-is .what-is-second p {
  max-width: 495px;
      color: #1E1E1E;
    padding-top: 0;
    font-size: 18px !important;
        font-family: Inter, sans-serif;
    font-weight: 300;
}
.mission {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px 30px 75px;
  background: linear-gradient(90deg, #7252ff, #aa3fff) border-box;
      position: relative;
    width: 102%;
        left: -12px;
}
.mission,
.mission h2 {
  color: #fff;
}
.mission p {
    font-size: 18px !important;
    font-family: Inter, sans-serif;
    font-weight: 300;
    max-width: 500px;
  max-width: 460px;
}
.team {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px 0 80px;
  color: #1e1e1e;
}
.team p {
color: #1E1E1E;
    padding-top: 0;
    font-size: 18px !important;
        font-family: Inter, sans-serif;
    font-weight: 300;
  max-width: 500px;
}
@media screen and (max-width: 1210px) {
  .about-us-block p {
    font-size: 18px;
  }
  .about-us-block .container {
    gap: 40px;
  }
  .about-us-block .container h1 {
    padding: 30px 0 20px;
  }
  .about-us-block .container h2 {
    font-size: 32px;
    text-align: left;
  }
  .about-us-block .about-back {
    left: -84px;
    width: 400px;
    height: 400px;
    background-size: 400px 400px;
  }
  .what-is .what-is-first {
    padding: 0 20px;
  }
  .what-is .what-is-first p {
    padding-top: 18px;
    max-width: 400px;
  }
  .what-is .what-is-first img {
    max-width: 456px;
    height: 113px;
  }
  .what-is .what-is-second {
    padding: 0 20px;
  }
  .what-is .what-is-second p {
    max-width: 400px;
  }
  .mission {
    padding: 30px 20px;
  }
  .mission h2 {
    color: #fff;
  }
  .mission img {
    width: 409px;
    height: 273px;
  }
  .team {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    color: #1e1e1e;
  }
  .team p {
    padding-top: 20px;
    max-width: 380px;
  }
}
@media screen and (max-width: 800px) {
  .about-us-block .about-back {
    display: none;
  }
  .what-is .what-is-first {
    padding: 0 20px;
    flex-direction: column;
    gap: 30px;
  }
  .what-is .what-is-first p {
    padding-top: 18px;
    max-width: 400px;
  }
  .what-is .what-is-first img {
    max-width: 368px;
    height: 91px;
  }
  .what-is .what-is-second {
    padding: 0 20px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .what-is .what-is-second p {
    max-width: 400px;
  }
  .mission {
    padding: 30px 20px;
    flex-direction: column;
    gap: 30px;
    border-radius: 15px 15px 0 0;
  }
  .mission h2 {
    color: #fff;
  }
  .mission img {
    width: 364px;
    height: 250px;
  }
  .team {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
    color: #1e1e1e;
  }
  .team img {
    width: 349px;
    height: 211px;
  }
  .team p {
    padding-top: 20px;
    max-width: 380px;
  }
}
.about-us .ready-get-started .back-arrow,
.contact-us .ready-get-started .back-arrow {
  background-image: url(../images/arrow-img.png);
  position: absolute;
  right: 30px;
  bottom: 10px;
  width: 242px;
  height: 242px;
  background-size: 242px 242px;
}
.ready-get-started {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 10rem 0 60px;
}
.ready-get-started .ready-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.ready-get-started .ready-flex button {
  border-radius: 15px;
  width: 274px;
  height: 50px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: unset;
}
.ready-get-started .ready-flex a{
  height: 52px;
  width: 275px;
  display: grid;
  place-content: center;
  color: white;
  position: relative;
  right: 14px;
  text-shadow: 0 1px 0 #000;
  --border-angle: 0turn;
  --main-bg: conic-gradient( from var(--border-angle), transparent, transparent 5%, transparent 60%, transparent 95% );
  border: solid 8px transparent;
  border-radius: 15px;
  --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #08f, #f03 99%, transparent);
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  -webkit-animation: bg-spin 3s linear infinite;
  animation: bg-spin 3s linear infinite;
  margin-top: 2rem;
}
.ready-get-started .ready-flex a:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.ready-get-started .ready-flex button:hover{
  color: white;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);

}
.ready-get-started .ready-flex p {
  text-align: center;
    color: #1E1E1E;
    font-size: 14px;
            font-family: Inter, sans-serif;
}
@media screen and (max-width: 800px) {
  .about-us .ready-get-started .back-arrow,
  .contact-us .ready-get-started .back-arrow {
    right: 0;
    bottom: -117px;
    width: 180px;
    height: 180px;
    background-size: 180px, 180px;
  }
}
.contact-us {
  background: linear-gradient(
    121deg,
    #f0e9ff,
    #f3dbf2 50%,
    #fde3db 71.87%,
    #fff5eb 94.74%
  );
  box-shadow: inset 0 55px 50px -10px #fff, inset 0 -55px 50px -10px #fff,
    -5px 0 5px -3px transparent, 5px 0 5px -3px transparent;
  padding: 120px 0 100px;
  font-size: 18px;
  line-height: 140%;
  color: #1e1e1e;
}
.contact-us-block {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.contact-us-block .container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 100px;
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 15px;
  border: 1px solid #fff;
  margin-top: 33px;
  padding-bottom: 50px;
  z-index: 1;
}
.contact-us-block .container h1 {
  padding: 63px 0 0;
}
.contact-us-block .container h3 {
  font-family: Istok Web, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #1e1e1e;
      line-height: 36px;
    padding-top: 14px;
}
.contact-us-block .container .contact-desc {
  display: flex;
  justify-content: space-between;
  padding: 0 55px;
}
.contact-us-block .container .contact-desc .desc {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 484px;
  height: 553px;
}
.contact-us-block .container .contact-desc .desc p {
  padding-bottom: 45px;
}
.contact-us-block .container .contact-desc .desc img {
  max-width: 465px;
  height: 277px;
}
.contact-us-block .container .contact-desc form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 413px;
  height: 553px;
  background: hsla(0, 0%, 100%, 0.5);
}
.contact-us-block .container .contact-desc form input {
  width: 360px;
  height: 60px;
}
.contact-us-block .container .contact-desc form textarea {
  width: 360px;
  height: 207px;
}
.contact-us-block .container .contact-desc form p {
  max-width: 300px;
  font-size: 14px;
  line-height: 100%;
  color: #545454;
}
.contact-us-block .contact-back {
  position: absolute;
  background-image: url(../images/back-cube.png);
     top: 42%;
    right: -7%;
  width: 490px;
  height: 490px;
  background-size: 490px 490px;
}
.contact-cards {
  padding: 105px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-cards .cards {
  display: flex;
  justify-content: space-between;
      gap: 10px;
}
.contact-cards .cards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 282px;
  height: 357px;
  background: hsla(0, 0%, 100%, 0.5);
  border-radius: 15px;
  padding: 60px 15px 40px;
  border: none;
}
.contact-cards .cards .card img {
  width: 120px;
  height: 120px;
}
.contact-cards .cards .card h4 {
  font-family: Istok Web, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #000;
}
.contact-cards .cards .card p {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1210px) {
  .contact-us-block .container {
    gap: 50px;
  }
  .contact-us-block .container h1 {
    padding: 63px 0 0;
  }
  .contact-us-block .container h3 {
    font-size: 32px;
    max-width: 430px;
  }
  .contact-us-block .container .contact-desc {
    padding: 0 20px;
  }
  .contact-us-block .container .contact-desc .desc p {
    padding-bottom: 45px;
    max-width: 430px;
  }
  .contact-us-block .container .contact-desc .desc img {
    max-width: 430px;
  }
  .contact-us-block .container .contact-desc form {
    width: 360px;
  }
  .contact-us-block .container .contact-desc form input {
    width: 310px;
    height: 50px;
  }
  .contact-us-block .container .contact-desc form textarea {
    width: 310px;
    height: 180px;
  }
  .contact-us-block .contact-back {
    display: none;
  }
  .contact-cards {
    padding: 20px 20px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .contact-cards .cards {
    flex-wrap: wrap;
    gap: 20px;
  }
  .contact-cards .cards .card {
    gap: 20px;
    max-width: 370px;
    height: auto;
    padding: 30px 15px;
  }
  .contact-cards .cards .card img {
    width: 80px;
    height: 80px;
  }
  .contact-cards .cards .card h4 {
    font-size: 20px;
  }
  .contact-cards .cards .card p {
    font-size: 14px;
  }
}
@media screen and (max-width: 860px) {
  .contact-us-block .container .contact-desc {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .contact-us-block .container .contact-desc .desc {
    align-items: center;
  }
  .contact-us-block .container .contact-desc .desc img {
    max-width: 360px;
    height: 231px;
  }
  .contact-us-block .contact-back {
    display: none;
  }
  .contact-cards .cards {
    justify-content: center;
  }
}
.affiliate {
  background: linear-gradient(
    121deg,
    #f0e9ff,
    #f3dbf2 50%,
    #fde3db 71.87%,
    #fff5eb 94.74%
  );
  box-shadow: inset 0 55px 50px -10px #fff, inset 0 -55px 50px -10px #fff,
    -5px 0 5px -3px transparent, 5px 0 5px -3px transparent;
  padding: 120px 0 80px;
  font-size: 18px;
  line-height: 140%;
  color: #1e1e1e;
}
.affiliate-block .container {
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 50px;
}
.affiliate-block .container .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.affiliate-block .container .wrapper a{
  height: 66px;
  width: 231px;
  display: grid;
  place-content: center;
  color: white;
  right: 14px;
  text-shadow: 0 1px 0 #000;
  --border-angle: 0turn;
  --main-bg: conic-gradient( from var(--border-angle), transparent, transparent 5%, transparent 60%, transparent 95% );
  border: solid 8px transparent;
  border-radius: 15px;
  --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #08f, #f03 99%, transparent);
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  -webkit-animation: bg-spin 3s linear infinite;
  animation: bg-spin 3s linear infinite;
}
.affiliate-block .container .wrapper p {
  max-width: 700px;
  font-size: 20px;
  text-align: center;
  color: #606060;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}
.affiliate-block .container .wrapper .btn-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 229px;
  height: 65px;
  box-shadow: unset;
   -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.affiliate-block .container .wrapper .btn-blue:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #302a79;
  }
.how-it-works {
  width: 100%;
}
.how-it-works h2 {
  margin-bottom: 30px;
}
.how-it-works .cards {
/*  display: flex;
  justify-content: space-between;
  padding: 0 40px;*/
}
.how-it-works .cards .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 15px;
  max-width: 320px;
  height: 316px;
  background: hsla(0, 0%, 100%, 0.5);
  padding: 20px 15px;
}
.how-it-works .cards .card h3 {
  width: fit-content;
  font-weight: 700;
  font-size: 24px;
  background: linear-gradient(90deg, #7252ff, #aa3fff) border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.how-it-works .cards .card img {
  width: fit-content;
  height: fit-content;
    margin-left: 90px;
    max-width: 100%;
}
.how-it-works .cards .card p {
  min-height: 75px;
  font-weight: 300;
  font-size: 16px;
      line-height: 16px;
    color: #1E1E1E;
    font-family: Inter, sans-serif;
    padding-top: 1rem;

}
@media screen and (max-width: 1210px) {
  .how-it-works .cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 800px) {
  .how-it-works h2 {
    font-size: 32px;
  }
}
.landing-generation {
  background: linear-gradient(
    121deg,
    #f0e9ff,
    #f3dbf2 50%,
    #fde3db 71.87%,
    #fff5eb 94.74%
  );
  box-shadow: inset 0 55px 50px -10px #fff, inset 0 -55px 50px -10px #fff,
    -5px 0 5px -3px transparent, 5px 0 5px -3px transparent;
  padding: 120px 0 80px;
  font-size: 18px;
  line-height: 140%;
  color: #1e1e1e;
}
.landing-gen-block .container {
/*  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 50px;*/
}
.landing-gen-block .container h2 {
  padding-top: 45px;
}
.ecommerce-block {
  width: 100%;
  padding: 0 50px 65px;
}
.ecommerce-block,
.ecommerce-block div {
  display: flex;
  justify-content: space-between;
}
.ecommerce-block div {
  height: 500px;
  flex-direction: column;
}
.ecommerce-block div p {
  max-width: 495px;
  font-size: 16px;
  line-height: 158%;
  color: #1e1e1e;
}
.ecommerce-block div img {
  width: fit-content;
  height: fit-content;
}
  .div-flex {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-top: 50px;
}
 .div-big {
  border-radius: 13px;
    height: 214px;
  background: #3a3a3a;
}
 .div-small {
  border-radius: 13px;
  height: 214px;
  background: #3a3a3a;
}
@media screen and (max-width: 1210px) {
  .landing-gen-block {
    overflow: hidden;
  }
  .landing-gen-block .container {
    margin-top: 30px;
  }
  .landing-gen-block .container h2 {
    padding-top: 45px;
  }
  .ecommerce-block {
    padding: 0 20px 65px;
  }
  .ecommerce-block div {
    justify-content: space-around;
  }
  .optimization-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .optimization-block h2 {
    max-width: 630px;
  }
  .optimization-block .div-flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .landing-gen-block .container img {
    width: 366px;
    height: 298px;
  }
  .landing-gen-block .container .optimization-block h2 {
    max-width: 380px;
    padding-top: 0;
  }
  .ecommerce-block {
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
  }
  .ecommerce-block div {
    width: auto;
    height: auto;
    justify-content: space-around;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .ecommerce-block div:first-child {
    flex-direction: column;
  }
  .ecommerce-block div:first-child img {
    width: 346px;
    height: 131px;
  }
  .ecommerce-block div:nth-child(2) img {
    width: 367px;
    height: 199px;
  }
}
.product-page {
  background: linear-gradient(
    121deg,
    #f0e9ff,
    #f3dbf2 50%,
    #fde3db 71.87%,
    #fff5eb 94.74%
  );
  box-shadow: inset 0 55px 50px -10px #fff, inset 0 -55px 50px -10px #fff,
    -5px 0 5px -3px transparent, 5px 0 5px -3px transparent;
  padding: 120px 0 80px;
  font-size: 18px;
  line-height: 140%;
  color: #1e1e1e;
}
.product-block .container {
  display: flex;
  flex-direction: column;
  gap: 65px;
  align-items: center;
  margin-top: 100px;
}
.info-product {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.info-product .desc-product {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info-product .desc-product h1 {
  max-width: 660px;
  text-align: left;
  line-height: 100%;
}
.info-product .desc-product h1.video {
  max-width: 740px;
}
.info-product .desc-product p {
  max-width: 495px;
  font-size: 16px;
  line-height: 158%;
}
.advantages {
  width: 100%;
  border-radius: 15px;
  background: hsla(0, 0%, 100%, 0.3);
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 60px 65px;
  font-size: 16px;
  line-height: 158%;
}
.advantages .title-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
.advantages .title-desc img {
  width: fit-content;
}
.advantages .title-desc p {
  text-align: center;
}
.advantages .advantage {
  display: flex;
  justify-content: space-between;
}
.advantages .advantage .adv-desc {
  max-width: 515px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.advantages .advantage .adv-desc h3 {
  font-family: Istok Web, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 106%;
  color: #1e1e1e;
}
.advantages .advantage img {
  width: 461px;
  height: 261px;
}
@media screen and (max-width: 1210px) {
  .info-product img {
    width: 42%;
  }
  .info-product .desc-product {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .info-product .desc-product h1 {
    max-width: 660px;
    text-align: left;
    line-height: 100%;
  }
  .info-product .desc-product h1.video {
    max-width: 740px;
  }
  .info-product .desc-product p {
    max-width: 495px;
    font-size: 16px;
    line-height: 158%;
  }
  .advantages {
    padding: 30px;
  }
  .advantages .advantage .adv-desc {
    max-width: 375px;
  }
  .advantages .advantage .adv-desc h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  .product-block .container {
    gap: 35px;
    margin-top: 50px;
  }
  .info-product {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .info-product img {
    width: 65%;
  }
  .info-product .desc-product {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .info-product .desc-product h1 {
    text-align: center;
  }
  .advantages {
    padding: 10px;
    align-items: center;
  }
  .advantages .title-desc {
    max-width: 375px;
    margin-bottom: 0;
  }
  .advantages .title-desc h2 {
    font-size: 48px;
  }
  .advantages .title-desc img {
    width: 360px;
    height: 200px;
  }
  .advantages .advantage {
    flex-direction: column;
    gap: 20px;
  }
  .advantages .advantage .adv-desc {
    max-width: 375px;
  }
  .advantages .advantage .adv-desc h3 {
    font-size: 32px;
  }
  .advantages .advantage img {
    width: 360px;
    height: 200px;
  }
  .advantages .advantage:nth-child(3) {
    flex-direction: column-reverse;
  }
}
.blog {
  background: linear-gradient(
    121deg,
    #f0e9ff,
    #f3dbf2 50%,
    #fde3db 71.87%,
    #fff5eb 94.74%
  );
  box-shadow: inset 0 55px 50px -10px #fff, inset 0 -55px 50px -10px #fff,
    -5px 0 5px -3px transparent, 5px 0 5px -3px transparent;
  padding: 120px 0 80px;
  font-size: 18px;
  line-height: 140%;
  color: #1e1e1e;
}
.blog .container {
  display: flex;
  flex-direction: column;
  gap: 120px;
  align-items: center;
  margin-top: 70px;
}
.blog-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.blog-info div {
  max-width: 565px;
  display: flex;
  flex-direction: column;
}
.blog-info div h2 {
  font-size: 48px;
  line-height: 140%;
  text-align: left;
}
.blog-info div p {
  font-size: 16px;
  padding-top: 25px;
}
.filter-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.filter-block .filters {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 75px;
  border-bottom: 1px solid #3a3a3a;
  padding: 10px 0;
  font-size: 24px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}
.filter-block .filters span {
  font-weight: 500;
  font-size: 24px;
  color: #1e1e1e;
}
.filter-block label {
  width: 300px;
  position: relative;
}
.filter-block label svg {
  position: absolute;
  right: 10px;    margin-top: 5px;
}
.filter-block label .search {
  width: 300px;
  padding-right: 40px;
}
.posts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 75px;
}
.post-card .post-card__img_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  width: 350px;
  height: 220px;
  background: #616161;
  overflow: hidden;
}
.post-card .post-card__img_wrapper img {
  width: 350px;
  height: 220px;
}
.post-card .post-card-bottom {
/*  display: flex;
  justify-content: space-between;*/
  margin-top: 20px;
}
.post-card .post-card-bottom .post-card__title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  max-width: 225px;
  max-height: 46px;
  overflow: hidden;
}
.post-card .post-card-bottom .date {
  color: #a6a6a6;    text-align: right;
}
.more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-btn p {
  font-weight: 500;
  font-size: 20px;
  color: #4b4b4b;
}
@media screen and (max-width: 1210px) {
  .blog .container {
    gap: 60px;
  }
  .blog-info div {
    max-width: 318px;
  }
  .blog-info div h2 {
    font-size: 24px;
  }
  .blog-info img {
    width: 450px;
    height: 450px;
  }
  .posts-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .post-card .post-card__img_wrapper,
  .post-card .post-card__img_wrapper img {
    width: 300px;
    height: 180px;
  }
  .post-card .post-card-bottom .post-card__title {
    max-width: 200px;
  }
  .post-card .post-card-bottom .date {
    color: #a6a6a6;
  }
}
@media screen and (max-width: 800px) {
  .blog-info {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }
  .blog-info img {
    width: 365px;
    height: 320px;
  }
  .blog-info div {
    max-width: 400px;
  }
  .posts-container {
    justify-content: center;
  }
}
.single-post-wrapper {
  background: linear-gradient(
    121deg,
    #f0e9ff,
    #f3dbf2 50%,
    #fde3db 71.87%,
    #fff5eb 94.74%
  );
  box-shadow: inset 0 55px 50px -10px #fff, inset 0 -55px 50px -10px #fff,
    -5px 0 5px -3px transparent, 5px 0 5px -3px transparent;
  padding: 120px 0 80px;
}
.single-post-wrapper .container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 100px;
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 15px;
  border: 1px solid #fff;
  margin-top: 33px;
  padding: 60px 30px 50px 50px;
}
.read-more-block h3 {
    font-family: Inter, sans-serif;
    border-bottom: solid 1px #777777;
    width: 140px;
    margin-bottom: 2rem;
  font-size: 24px;
  line-height: 159%;
   font-family: Inter, sans-serif;
   text-align: center;
}
.read-more-block .posts-container {
  flex-wrap: nowrap;
  margin: auto;
  gap: 60px;
}
.read-more-block .post-card .post-card__img_wrapper {
  width: 300px;
  height: 180px;
}
.single-post-container {
  display: flex;
  justify-content: space-between;
}
.single-post-container .btn-adm-block {
  display: none;
}
.single-post-container .post-text-block h2 {
  font-size: 60px;
  text-align: left;
  padding-bottom: 50px;
}
.single-post-container .post-text-block p {
  max-width: 628px;
  font-size: 16px;
  color: #1E1E1E;
  font-family: Inter, sans-serif;
  font-weight: 300;
}
.single-post-container .post-text-block h3 {
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  color: #1E1E1E !important;
  font-family: Inter, sans-serif;
  font-weight: 700;
}
.single-post-container .post-text-block img {
    padding: 40px 0;
    height: auto;
}
.single-post-container .administration-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 195px;
}
.single-post-container .administration-block .share-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 388px;
  height: 99px;
  background: hsla(0, 0%, 100%, 0.5);
  padding: 15px;
}
.single-post-container .administration-block .share-block h4 {
  font-weight: 500;
  font-size: 20px;
  color: #000;
}
.single-post-container .administration-block .share-block .social-media {
  display: flex;
  gap: 15px;
}
.single-post-container .administration-block .share-block .social-media img {
  width: 25px;
  height: 25px;
}
.single-post-container .administration-block form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 388px;
  height: 232px;
  padding: 20px 0;
  background: hsla(0, 0%, 100%, 0.5);
}
.single-post-container .administration-block form input {
  width: 360px;
  height: 60px;
}
@media screen and (max-width: 1210px) {
  .single-post-wrapper .container {
    padding: 60px 20px 50px;
  }
  .read-more-block .posts-container {
    margin-left: -15px;
    gap: 10px;
  }
  .single-post-container .btn-adm-block {
    position: absolute;
    border-radius: 15px 0 0 15px;
    width: 45px;
    height: 70px;
    background: rgba(4, 4, 4, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 260px;
    right: 0;
    cursor: pointer;
  }
  .single-post-container .administration-block.open {
    position: absolute;
    display: flex;
    right: 0;
    z-index: 10;
  }
  .single-post-container .administration-block.open .share-block,
  .single-post-container .administration-block.open form {
    background: #ebe4e4;
  }
  .single-post-container .administration-block {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  .read-more-block .posts-container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .single-post-container {
    display: flex;
    justify-content: space-between;
  }
  .single-post-container .post-text-block {
    width: 100%;
  }
  .single-post-container .post-text-block img {
    width: 90%;
  }
}
.sidebar-block {
  position: relative;
  max-width: 230px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar-block .logo,
.sidebar-block .upgrade-btn-tablet {
  display: none;
}
.sidebar-block .btn-generation {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 230px;
  height: 62px;
  background: linear-gradient(90deg, #7f12d6, #f8522e);
}
.sidebar-block .page-links-wrapper {
  display: flex;
  flex-direction: column;
  background: #fbf4fc;
  border-radius: 15px;
}
.sidebar-block .page-links-wrapper a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
}
.sidebar-block .page-links-wrapper a img {
  width: 24px;
  height: 24px;
}
.sidebar-block .page-links-wrapper a:hover {
  text-decoration: none;
  background: linear-gradient(90deg, #7252ff, #aa3fff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plan-block {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background: linear-gradient(90deg, #7252ff, #aa3fff);
  padding: 15px 10px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  gap: 10px;
  margin-top: 50px;
}
.plan-block .plan-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.plan-block .plan-info h4 {
  font-size: 24px;
}
.plan-block .plan-info a {
  display: block;
}
.plan-block .plan-info a div {
  align-items: center;
  border-radius: 15px;
  padding: 3px 5px;
  width: 77px;
  height: 28px;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
  background: #262626;
  color: #fff;
}
.plan-block .characteristic p,
.plan-block .plan-info a div {
  display: flex;
  justify-content: space-between;
}
.plan-block .characteristic .track {
  width: 100%;
  height: 6px;
  background-color: #d7b5be;
  border-radius: 3px;
}
.plan-block .characteristic .track .progress {
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
}
.plan-block .characteristic .track .progress.landing {
  width: 85%;
}
.plan-block .characteristic .track .progress.store {
  width: 70%;
}
.plan-block .characteristic .track .progress.video {
  width: 100%;
}
@media screen and (max-width: 1210px) {
  .sidebar-block {
    min-width: 100px;
    height: 680px;
    box-shadow: 14px 14px 60px 0 rgba(59, 42, 130, 0.06);
    border-radius: 0 0 15px 15px;
  }
  .sidebar-block,
  .sidebar-block .logo {
    background: hsla(0, 0%, 100%, 0.5);
    align-items: center;
  }
  .sidebar-block .logo {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100px;
    height: 85px;
    top: -85px;
    border-radius: 15px 15px 0 0;
  }
  .sidebar-block .link-name {
    display: none;
  }
  .sidebar-block .btn-generation {
    width: 55px;
    height: 55px;
    background: linear-gradient(90deg, #7252ff, #aa3fff) border-box;
  }
  .sidebar-block .page-links-wrapper {
    background: hsla(0, 0%, 100%, 0.5);
  }
  .sidebar-block .page-links-wrapper a {
    padding: 15px;
  }
  .sidebar-block .upgrade-btn-tablet {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
    background: #262626;
    border-radius: 15px;
  }
  .sidebar-block .upgrade-btn-tablet svg {
    width: 25px;
    height: 25px;
  }
  .plan-block {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .sidebar-block {
    position: fixed;
    display: none;
    max-width: 230px;
    height: auto;
    gap: 10px;
    top: 0;
    left: 0;
    border-radius: 15px;
    padding-bottom: 10px;
    z-index: 10;
  }
  .sidebar-block .logo {
    display: none;
  }
  .sidebar-block .link-name {
    display: flex;
  }
  .sidebar-block .plan-block {
    display: flex;
    margin-top: 0;
  }
  .sidebar-block .upgrade-btn-tablet {
    display: none;
  }
  .sidebar-block .btn-generation {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 230px;
    height: 62px;
    background: linear-gradient(90deg, #7f12d6, #f8522e);
  }
  .sidebar-block .page-links-wrapper {
    display: flex;
    flex-direction: column;
    background: #fbf4fc;
    border-radius: 15px;
    width: 95%;
  }
  .sidebar-block .page-links-wrapper a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
  }
  .sidebar-block .page-links-wrapper a img {
    width: 24px;
    height: 24px;
  }
  .sidebar-block .page-links-wrapper a:hover {
    text-decoration: none;
    background: linear-gradient(90deg, #7252ff, #aa3fff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .sidebar-block.open {
    display: flex;
  }
}
.account {
  background: linear-gradient(
    121deg,
    #f0e9ff,
    #f3dbf2 50%,
    #fde3db 71.87%,
    #fff5eb 94.74%
  );
  box-shadow: inset 0 55px 50px -10px #fff, inset 0 -55px 50px -10px #fff,
    -5px 0 5px -3px transparent, 5px 0 5px -3px transparent;
  padding: 50px 0;
}
.account .container {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background: hsla(0, 0%, 100%, 0.5);
  gap: 30px;
  padding: 50px 22px;
}
.account .container .wrapper-content {
  display: flex;
}
.account .container .side-bar-button {
  display: none;
}
.header-additional.acc {
  position: relative;
  padding: 0;
}
.header-additional.acc .icon-news {
  cursor: pointer;
}
.news.open {
  display: block;
}
.news {
  display: none;
  position: absolute;
  top: 60px;
  right: 65px;
  border-radius: 15px;
  max-width: 285px;
  height: 591px;
  z-index: 10;
}
.news,
.news .news-header {
  box-shadow: 4px 4px 11px 0 rgba(59, 42, 130, 0.2);
  background: #fff;
}
.news .news-header {
  display: flex;
  justify-content: space-between;
  border-radius: 15px 15px 0 0;
  width: 285px;
  height: 56px;
  padding: 25px 30px 15px;
  color: #000;
}
.news .news-header a:first-child {
  border-right: 1px solid #000;
  padding-right: 20px;
}
.news .news-header a:first-child span {
  border-radius: 18px;
  padding: 2px 4px;
  background: #9a82ff;
  color: #fff;
  margin-left: 5px;
}
.news .news-header a:nth-child(2) {
  border-right: 1px solid #000;
  padding-right: 20px;
}
.news .posts-container-acc {
  height: 530px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: scroll;
}
.news .posts-container-acc::-webkit-scrollbar {
  width: 5px;
}
.news .posts-container-acc::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 15px;
}
.news .posts-container-acc::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 5px;
}
.post-card-acc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.post-card-acc .post-card__img_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  width: 240px;
  height: 100px;
  background: #616161;
  overflow: hidden;
}
.post-card-acc .post-card__img_wrapper img {
  width: 240px;
  height: 100px;
}
.post-card-acc .post-card__title {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  max-width: 206px;
  max-height: 46px;
  overflow: hidden;
}
.post-card-acc .post-card__desc {
  font-weight: 400;
  font-size: 16px;
  color: #1e1e1e;
}
.post-card-acc .date {
  color: #a6a6a6;
  align-self: flex-end;
}
@media screen and (max-width: 1210px) {
  .header-additional.acc {
    justify-content: flex-end;
  }
  .header-additional.acc .logo {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .head-block.policy {
    display: flex;
  }
  .header-additional.acc {
    display: none;
  }
  .account {
    padding: 150px 0 50px;
  }
  .account .container {
    padding: 20px 0;
  }
  .account .container .side-bar-button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 200px;
    left: -10px;
    border-radius: 0 15px 15px 0;
    width: 50px;
    height: 74px;
    background: linear-gradient(90deg, #7252ff, #aa3fff) border-box;
    z-index: 3;
  }
}
.acc-creative-block {
  width: 100%;
}
.acc-creative-block .content-container {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 926px;
  padding: 0 0 50px 30px;
}
.acc-creative-block .content-container .wrapper {
  display: flex;
  flex-direction: column;
  gap: 45px;
  border-radius: 15px;
  padding: 20px 35px;
  background: hsla(0, 0%, 100%, 0.3);
}
.acc-creative-block .content-container .wrapper h3 {
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  color: #1e1e1e;
}
.acc-creative-block .create-block-wrapper {
  height: 215px;
  padding: 0 40px;
}
.acc-creative-block .create-block-wrapper .create-block .create-form {
  justify-content: center;
  gap: 0;
}
.acc-creative-block .create-block-wrapper .create-block .create-form h4 {
  font-weight: 700;
  font-size: 16px;
  color: #1e1e1e;
}
.acc-creative-block
  .create-block-wrapper
  .create-block
  .create-form
  .btn-create-now {
  width: 180px;
  height: 65px;
  margin: 12px 0 0;
}
.acc-creative-block .create-cards,
.acc-creative-block .create-cards .card {
  display: flex;
  justify-content: space-between;
}
.acc-creative-block .create-cards .card {
  position: relative;
  flex-direction: column;
  border-radius: 15px;
  width: 400px;
  height: 315px;
  background: #f2f2f2;
  padding: 0 0 10px;
}
.acc-creative-block .create-cards .card h4 {
  font-weight: 700;
  font-size: 20px;
  margin: 0 15px;
}
.acc-creative-block .create-cards .card img {
  border-radius: 15px;
}
.acc-creative-block .create-cards .card button {
  padding: 10px 160px;
  width: 372px;
  height: 39px;
  margin: 0 15px;
}
.acc-creative-block .create-cards .card .coming-soon {
  border-radius: 15px;
  width: 181px;
  height: 31px;
  position: absolute;
  right: 0;
  top: -16px;
  background: #b3b3b3;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 7px 0;
  text-align: center;
}
@media screen and (max-width: 1210px) {
  .acc-creative-block .content-container {
    max-width: 780px;
  }
  .acc-creative-block .content-container .create-block-wrapper {
    height: auto;
    padding: 20px 40px;
  }
  .acc-creative-block .content-container .create-cards {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 800px) {
  .acc-creative-block {
    max-width: 100%;
  }
  .acc-creative-block .content-container {
    max-width: 100%;
    padding: 0 0 50px 20px;
  }
  .acc-creative-block .content-container .create-block-wrapper {
    padding: 0;
  }
  .acc-creative-block .content-container .wrapper {
    padding: 20px 10px;
    gap: 25px;
    align-items: center;
  }
  .acc-creative-block .create-cards .card {
    width: 360px;
  }
  .acc-creative-block .create-cards .card button {
    width: 320px;
    padding: 10px 135px;
  }
}
.acc-dashboard-block {
  width: 100%;
}
.acc-dashboard-block .content-container {
  max-width: 926px;
  padding: 0 0 50px 30px;
}
.acc-dashboard-block .content-container .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
  padding: 20px;
  background: hsla(0, 0%, 100%, 0.3);
}
.acc-dashboard-block .content-container .wrapper h3 {
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  color: #1e1e1e;
}
.dashboard-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.dashboard-cards .card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 240px;
  height: 180px;
  padding: 15px;
}
.dashboard-cards .card h4 {
  font-weight: 500;
  font-size: 16px;
  color: #444;
}
.dashboard-cards .card img {
  position: absolute;
  right: 45px;
  top: 50px;
}
.dashboard-cards .card div {
  border-radius: 15px;
  text-align: center;
  padding: 5px 0;
  width: 19px;
  height: 27px;
  background: hsla(0, 0%, 80%, 0.5);
}
.dashboard-bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 15px;
  width: 94%;
  height: 317px;
  background: linear-gradient(134deg, #fff, #f1a0da);
  padding: 50px 0 25px 60px;
  margin-top: 30px;
}
.dashboard-bottom h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  color: #000;
}
.dashboard-bottom p {
  max-width: 380px;
  font-weight: 500;
  font-size: 15px;
  line-height: 173%;
  color: #2f2f2f;
}
.dashboard-bottom .btn-dashboard-gen {
  width: 198px;
  height: 50px;
}
.dashboard-bottom .back-dashboard {
  position: absolute;
  right: 0;
  top: 0;
  width: 328px;
  height: 320px;
  background-image: url(../images/dashboard-back.png);
}
@media screen and (max-width: 1210px) {
  .acc-dashboard-block .content-container {
    max-width: 780px;
  }
  .acc-dashboard-block .dashboard-cards {
    justify-content: center;
  }
  .dashboard-bottom .back-dashboard {
    width: 150px;
    height: 150px;
    background-size: 150px, 150px;
    top: 70px;
  }
}
@media screen and (max-width: 800px) {
  .acc-dashboard-block {
    max-width: 100%;
  }
  .acc-dashboard-block .content-container {
    max-width: 100%;
    padding: 0 0 50px 20px;
  }
  .acc-dashboard-block .content-container .wrapper {
    padding: 0;
  }
  .dashboard-bottom {
    padding: 20px 10px;
    height: auto;
  }
  .dashboard-bottom .back-dashboard {
    display: none;
  }
}
.acc-generation-block .content-container {
  display: flex;
  flex-direction: column;
  gap: 90px;
  max-width: 926px;
  padding: 0 0 50px 30px;
}
.create-block-wrapper {
  background: hsla(0, 0%, 100%, 0.5);
  border-radius: 15px;
  padding: 30px 40px;
}
.create-block-wrapper .create-block {
  display: flex;
}
.create-block-wrapper .create-block .create-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
}
.create-block-wrapper .create-block .create-form h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  color: #2b2b2b;
}
.create-block-wrapper .create-block .create-form p {
  font-size: 16px;
  line-height: 150%;
  color: #2b2b2b;
}
.create-block-wrapper .create-block .create-form div {
  display: flex;
}
.create-block-wrapper .create-block .create-form div button {
  width: 168px;
  height: 55px;
  font-size: 16px;
  margin-left: -20px;
}
.create-block-wrapper .create-block .create-form div input {
  width: 315px;
  border-radius: 15px;
}
.create-block-wrapper .create-block .video-links {
  max-width: 330px;
  display: flex;
  align-items: center;
}
.create-block-wrapper .create-block .video-links a:first-child {
  z-index: 3;
}
.create-block-wrapper .create-block .video-links a:nth-child(2) {
  margin-left: -30%;
  z-index: 2;
}
.create-block-wrapper .create-block .video-links a:nth-child(3) {
  margin-left: -29%;
  z-index: 1;
}
.product-cards-gen,
.product-cards-gen .card {
  display: flex;
  justify-content: space-between;
}
.product-cards-gen .card {
  flex-direction: column;
  align-items: center;
  width: 220px;
  height: 408px;
  background: rgba(91, 91, 91, 0.05);
  border-radius: 15px;
}
.product-cards-gen .card h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 142%;
  color: #1e1e1e;
}
.product-cards-gen .card p {
  font-size: 16px;
  color: #a3a3a3;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 1210px) {
  .acc-generation-block .content-container {
    max-width: 780px;
  }
  .create-block-wrapper .create-block {
    flex-direction: column;
    gap: 20px;
  }
  .create-block-wrapper .create-block .video-links {
    max-width: 330px;
    display: flex;
    align-items: center;
  }
  .create-block-wrapper .create-block .video-links a:first-child {
    z-index: 3;
  }
  .create-block-wrapper .create-block .video-links a:nth-child(2) {
    margin-left: -22%;
    z-index: 2;
  }
  .create-block-wrapper .create-block .video-links a:nth-child(3) {
    margin-left: -22%;
    z-index: 1;
  }
  .product-cards-gen {
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px;
  }
}
@media screen and (max-width: 800px) {
  .acc-generation-block {
    max-width: 100%;
  }
  .acc-generation-block .content-container {
    max-width: 100%;
    padding: 0 0 50px 20px;
  }
  .create-block-wrapper {
    width: 100%;
    padding: 0;
    background: none;
  }
  .create-block-wrapper .create-block {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .create-block-wrapper .create-block .create-form h3 {
    font-size: 30px;
  }
  .create-block-wrapper .create-block .create-form div input {
    display: none;
  }
  .create-block-wrapper .create-block .create-form div button {
    margin-left: 0;
  }
  .create-block-wrapper .create-block .video-links {
    max-width: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .create-block-wrapper .create-block .video-links a:first-child {
    z-index: 3;
  }
  .create-block-wrapper .create-block .video-links a:nth-child(2) {
    margin-left: -22%;
    z-index: 2;
  }
  .create-block-wrapper .create-block .video-links a:nth-child(3) {
    margin-left: -22%;
    z-index: 1;
  }
}
.acc-product-block {
  width: 100%;
}
.acc-product-block .content-container {
  max-width: 926px;
  padding: 0 0 50px 30px;
}
.acc-product-block .content-container .wrapper-empty {
  display: flex;
  display: none;
  flex-direction: column;
  gap: 40%;
  max-width: 857px;
  height: 742px;
  border-radius: 15px;
  padding: 20px 35px;
  background: hsla(0, 0%, 100%, 0.3);
}
.acc-product-block .content-container .wrapper-empty h3 {
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  color: #1e1e1e;
}
.acc-product-block .content-container .wrapper-empty p {
  font-size: 20px;
  text-align: center;
  color: #5c5c5c;
}
.acc-product-block .content-container .wrapper-mobile {
  display: none;
}
.acc-product-block .content-container .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
  padding: 20px 35px;
  background: hsla(0, 0%, 100%, 0.3);
}
.acc-product-block .content-container .wrapper h3 {
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  color: #1e1e1e;
}
.acc-product-block .content-container .wrapper label {
  width: 300px;
  position: relative;
  align-self: flex-end;
  margin-right: 45px;
}
.acc-product-block .content-container .wrapper label svg {
  position: absolute;
  right: 10px;
}
.acc-product-block .content-container .wrapper label .search {
  width: 300px;
  padding-right: 40px;
}
.projects {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.projects h4 {
  font-weight: 600;
  font-size: 24px;
  color: #2e2e2e;
}
.projects .card-wrapper {
  width: 100%;
  display: flex;
  overflow: hidden;
  gap: 10px;
}
.projects .card-wrapper .card {
  width: 253px;
  height: 255px;
  background: #fff;
  border-radius: 15px;
}
.projects .card-wrapper .card div {
  border-radius: 15px 15px 0 0;
  width: 253px;
  height: 192px;
  background: #9e9e9e;
}
.projects .card-wrapper .card p {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #000;
  padding: 23px 15px;
}
.projects .nav-arrows {
  width: 190px;
  display: flex;
  gap: 20px;
  align-self: flex-end;
}
@media screen and (max-width: 1210px) {
  .acc-product-block .content-container {
    max-width: 780px;
  }
  .acc-product-block .content-container .wrapper {
    display: none;
  }
  .acc-product-block .content-container .wrapper-mobile {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 15px;
    padding: 20px 35px;
    background: hsla(0, 0%, 100%, 0.3);
  }
  .acc-product-block .content-container .wrapper-mobile h3 {
    font-weight: 700;
    font-size: 40px;
    text-align: left;
    color: #1e1e1e;
  }
  .acc-product-block .content-container .wrapper-mobile p {
    font-size: 20px;
    text-align: center;
    color: #5c5c5c;
  }
  .acc-product-block .content-container .wrapper-mobile label {
    width: 300px;
    position: relative;
    align-self: flex-end;
  }
  .acc-product-block .content-container .wrapper-mobile label svg {
    position: absolute;
    right: 10px;
  }
  .acc-product-block .content-container .wrapper-mobile label .search {
    width: 300px;
    padding-right: 40px;
  }
  .acc-product-block .content-container .wrapper-mobile .top-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .acc-product-block .content-container .wrapper-mobile .top-filters a {
    font-weight: 600;
    font-size: 16px;
  }
  .acc-product-block .content-container .wrapper-mobile .top-filters a:hover {
    background: linear-gradient(90deg, #7252ff, #aa3fff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .projects .card-wrapper {
    flex-direction: column;
    overflow: hidden;
    gap: 30px;
  }
  .projects .card-wrapper .card,
  .projects .card-wrapper .card div {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .acc-product-block {
    max-width: 100%;
  }
  .acc-product-block .content-container {
    max-width: 100%;
    padding: 0 10px 50px 20px;
  }
  .acc-product-block .content-container .wrapper-mobile {
    padding: 20px 5px;
  }
  .acc-product-block .content-container .wrapper-mobile .top-filters {
    justify-content: normal;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.acc-seo-block {
  width: 100%;
}
.acc-seo-block .content-container {
  max-width: 926px;
  padding: 0 0 50px 30px;
}
.acc-seo-block .content-container .wrapper {
  display: flex;
  flex-direction: column;
  gap: 45px;
  border-radius: 15px;
  padding: 20px 35px;
  background: hsla(0, 0%, 100%, 0.3);
}
.acc-seo-block .content-container .wrapper h3 {
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  color: #1e1e1e;
}
.recent-doc {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.recent-doc h4 {
  font-weight: 600;
  font-size: 24px;
  color: #2e2e2e;
}
.recent-doc .card-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.recent-doc .card-wrapper .card {
  width: 243px;
  height: 157px;
  background: #fff;
  border-radius: 15px;
}
.recent-doc .card-wrapper .card div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px 15px 0 0;
  width: 243px;
  height: 116px;
  background: #9e9e9e;
}
.recent-doc .card-wrapper .card div div {
  width: 127px;
  height: 95px;
  background: #fff;
  margin-top: 20px;
  border-radius: 0;
}
.recent-doc .card-wrapper .card div span {
  color: #a6a6a6;
}
.recent-doc .card-wrapper .card p {
  font-size: 16px;
  color: #000;
  padding: 10px;
}
.recent-doc .card-wrapper .card p,
.seo-control-panel,
.seo-control-panel .card {
  display: flex;
  justify-content: space-between;
}
.seo-control-panel .card {
  flex-direction: column;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 165px;
  height: 140px;
  box-shadow: 14px 14px 60px 0 rgba(59, 42, 130, 0.06);
  background: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #1e1e1e;
  padding: 25px 35px;
}
.seo-control-panel .card.active {
  background: linear-gradient(90deg, #7252ff, #aa3fff) border-box;
}
.seo-control-panel .card.active p {
  color: #fff;
}
.seo-control-panel .card.new-doc {
  box-shadow: 14px 14px 60px 0 rgba(59, 42, 130, 0.06);
  background: hsla(0, 0%, 91.8%, 0.2);
}
.blog-tamplates {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.blog-tamplates h4 {
  font-weight: 600;
  font-size: 24px;
  color: #2e2e2e;
}
.blog-tamplates .card-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.blog-tamplates .card-wrapper .card {
  border-radius: 15px;
  width: 399px;
  height: 339px;
  box-shadow: 14px 14px 60px 0 rgba(59, 42, 130, 0.06);
  background: hsla(0, 0%, 100%, 0.5);
}
.blog-tamplates .card-wrapper .card img {
  border-radius: 15px;
  width: 399px;
  height: 262px;
}
.blog-tamplates .card-wrapper .card p {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  padding: 25px 20px;
}
@media screen and (max-width: 1210px) {
  .acc-seo-block .content-container {
    max-width: 780px;
  }
  .recent-doc .card-wrapper {
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
  }
  .blog-tamplates .card-wrapper {
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .seo-control-panel {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .acc-seo-block {
    max-width: 100%;
  }
  .acc-seo-block .content-container {
    max-width: 100%;
    padding: 0 10px 50px 20px;
  }
  .acc-seo-block .content-container .wrapper {
    padding: 20px 5px;
  }
  .blog-tamplates .card-wrapper .card {
    width: 340px;
    height: 320px;
  }
  .blog-tamplates .card-wrapper .card img {
    width: 340px;
    height: 235px;
  }
}
.acc-settings-block {
  width: 100%;
}
.acc-settings-block .content-container {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 926px;
  padding: 0 0 50px 30px;
}
.acc-settings-block .content-container .wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 15px;
  padding: 20px 35px;
  background: hsla(0, 0%, 100%, 0.3);
}
.acc-settings-block .content-container .wrapper h3 {
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  color: #1e1e1e;
}
.acc-settings-block .content-container .wrapper .custom-select {
  position: relative;
  display: inline-block;
  width: 175px;
}
.acc-settings-block .content-container .wrapper .select-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  border-radius: 11px;
  height: 34px;
  box-shadow: 4px 4px 11px 0 rgba(59, 42, 130, 0.2);
  background: #fff;
  cursor: pointer;
}
.acc-settings-block .content-container .wrapper .select-dropdown {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 4px 4px 11px 0 rgba(59, 42, 130, 0.2);
  border-radius: 11px;
  width: 100%;
  z-index: 1;
}
.acc-settings-block .content-container .wrapper .select-dropdown li {
  padding: 10px;
  cursor: pointer;
}
.acc-settings-block .content-container .wrapper .select-dropdown li:hover {
  background-color: #ddd;
}
.acc-settings-block .content-container .wrapper .arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.acc-settings-block .content-container .wrapper .select-dropdown.open {
  display: block;
}
.acc-settings-block .content-container .wrapper .arrow.open {
  border-top: 0;
  border-bottom: 5px solid #000;
}
.acc-settings-block .control-panel {
  display: flex;
  gap: 15px;
}
.acc-settings-block .control-panel .btn-acc.active {
  box-shadow: 4px 4px 11px 0 rgba(59, 42, 130, 0.2);
  background: #dd4454;
}
.acc-settings-block .settings-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.acc-settings-block .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  width: 373px;
  height: 193px;
  box-shadow: 14px 14px 60px 0 rgba(59, 42, 130, 0.06),
    14px 14px 60px 0 rgba(59, 42, 130, 0.06);
  background: hsla(0, 0%, 100%, 0.5);
  padding: 20px;
}
.acc-settings-block .card h4 {
  font-weight: 700;
  font-size: 16px;
  color: #1e1e1e;
}
.acc-settings-block .card p {
  font-size: 12px;
  color: #555;
}
.acc-settings-block .languages {
  display: flex;
  flex-direction: column;
}
.acc-settings-block .languages .select-btn-block {
  display: flex;
  align-items: center;
  gap: 15px;
}
.personal-information.card {
  padding: 10px 20px;
}
.personal-information.card .personal-bottom {
  display: flex;
  justify-content: space-between;
}
.personal-information.card .personal-bottom div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.personal-information.card .wrapper-inputs {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.personal-information.card .wrapper-inputs label {
  display: flex;
  align-items: center;
}
.personal-information.card .wrapper-inputs label a {
  margin-left: -15px;
}
.personal-information.card .wrapper-inputs input {
  width: 175px;
  height: 37px;
}
@media screen and (max-width: 1210px) {
  .acc-settings-block .content-container {
    max-width: 780px;
  }
  .acc-settings-block .card {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .acc-settings-block {
    max-width: 100%;
  }
  .acc-settings-block .content-container {
    max-width: 100%;
    padding: 0 10px 50px 20px;
  }
  .acc-settings-block .content-container .wrapper {
    padding: 20px 5px;
  }
  .acc-settings-block .control-panel {
    gap: 10px;
  }
  .acc-settings-block .control-panel button {
    padding: 10px 15px;
  }
}
.acc-settings-plans {
  width: 100%;
}
.acc-settings-plans .content-container {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 926px;
  padding: 0 0 50px 30px;
}
.acc-settings-plans .content-container .wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 15px;
  padding: 20px 35px;
  background: hsla(0, 0%, 100%, 0.3);
}
.acc-settings-plans .content-container .wrapper h3 {
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  color: #1e1e1e;
}
.acc-settings-plans .control-panel {
  display: flex;
  gap: 15px;
}
.acc-settings-plans .control-panel .btn-acc.active {
  box-shadow: 4px 4px 11px 0 rgba(59, 42, 130, 0.2);
  background: #dd4454;
}
.acc-settings-plans .subscription {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 450px;
  height: 165px;
  box-shadow: 14px 14px 60px 0 rgba(59, 42, 130, 0.06);
  background: hsla(0, 0%, 100%, 0.3);
  padding: 20px 25px;
}
.acc-settings-plans .subscription h4 {
  font-size: 24px;
  font-weight: 500;
}
.acc-settings-plans .subscription .current-plan {
  display: flex;
  justify-content: space-between;
}
.acc-settings-plans .subscription .current-plan div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 64px;
}
.acc-settings-plans .subscription .current-plan h5 {
  font-size: 16px;
}
.acc-settings-plans .subscription .current-plan p {
  font-weight: 500;
  font-size: 20px;
}
.acc-settings-plans .subscription .current-plan .credits {
  display: flex;
  gap: 10px;
  align-items: center;
}
.acc-settings-plans .subscription .current-plan .credits .btn-credits {
  border-radius: 15px;
  width: 100px;
  height: 35px;
  background: #b6acf3;
  font-size: 14px;
  padding: 10px;
}
@media screen and (max-width: 1210px) {
  .acc-settings-plans .content-container {
    max-width: 780px;
  }
  .acc-settings-plans .subscription {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .acc-settings-plans {
    max-width: 100%;
  }
  .acc-settings-plans .content-container {
    max-width: 100%;
    padding: 0 10px 50px 20px;
  }
  .acc-settings-plans .content-container .wrapper {
    padding: 20px 5px;
  }
  .acc-settings-plans .control-panel {
    gap: 10px;
  }
  .acc-settings-plans .control-panel button {
    padding: 10px 15px;
  }
}
.acc-settings-billing {
  width: 100%;
}
.acc-settings-billing .content-container {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 926px;
  padding: 0 0 50px 30px;
}
.acc-settings-billing .content-container .wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 15px;
  padding: 20px 35px;
  background: hsla(0, 0%, 100%, 0.3);
}
.acc-settings-billing .content-container .wrapper h3 {
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  color: #1e1e1e;
}
.acc-settings-billing .control-panel {
  display: flex;
  gap: 15px;
}
.acc-settings-billing .control-panel .btn-acc.active {
  box-shadow: 4px 4px 11px 0 rgba(59, 42, 130, 0.2);
  background: #dd4454;
}
.acc-settings-billing .update-plan-billing {
  position: relative;
  border-radius: 15px;
  width: 740px;
  height: 85px;
  padding: 20px;
  box-shadow: 14px 14px 60px 0 rgba(59, 42, 130, 0.06),
    14px 14px 60px 0 rgba(59, 42, 130, 0.06);
  background: hsla(0, 0%, 100%, 0.3);
}
.acc-settings-billing .update-plan-billing h4 {
  font-weight: 700;
  font-size: 16px;
  color: #1e1e1e;
  margin-bottom: 10px;
}
.acc-settings-billing .update-plan-billing p {
  font-size: 12px;
}
.acc-settings-billing .update-plan-billing div {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  padding: 3px 5px;
  width: 77px;
  height: 28px;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
  background: #262626;
  color: #fff;
}
.acc-settings-billing form {
  display: flex;
  flex-direction: column;
  gap: 35px;
  border-radius: 15px;
  max-width: 740px;
  height: 578px;
  box-shadow: 14px 14px 60px 0 rgba(59, 42, 130, 0.06),
    14px 14px 60px 0 rgba(59, 42, 130, 0.06);
  background: hsla(0, 0%, 100%, 0.3);
  padding: 50px 20px;
}
.acc-settings-billing form p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
.acc-settings-billing form input {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 16px;
  height: 48px;
}
.acc-settings-billing form .small-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.acc-settings-billing form .small-inputs input {
  width: 295px;
}
.acc-settings-billing form .big-inputs {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.acc-settings-billing form .big-inputs label {
  width: 626px;
}
.acc-settings-billing form .big-inputs label input {
  width: 100%;
}
.acc-settings-billing form button {
  width: 626px;
  height: 62px;
  border-radius: 8px;
  justify-content: center;
}
@media screen and (max-width: 1210px) {
  .acc-settings-billing .content-container {
    max-width: 780px;
  }
  .acc-settings-billing .update-plan-billing,
  .acc-settings-billing form {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .acc-settings-billing form {
    height: auto;
    width: 90%;
    align-items: center;
  }
  .acc-settings-billing form .small-inputs {
    flex-direction: column;
  }
  .acc-settings-billing form .big-inputs label,
  .acc-settings-billing form .big-inputs label input,
  .acc-settings-billing form .small-inputs input,
  .acc-settings-billing form button {
    width: 295px;
  }
  .acc-settings-billing .update-plan-billing {
    width: 90%;
  }
  .acc-settings-billing .update-plan-billing div {
    top: 30%;
  }
}
@media screen and (max-width: 800px) {
  .acc-settings-billing {
    max-width: 100%;
  }
  .acc-settings-billing .content-container {
    max-width: 100%;
    padding: 0 10px 50px 20px;
  }
  .acc-settings-billing .content-container .wrapper {
    padding: 20px 5px;
  }
  .acc-settings-billing .control-panel {
    gap: 10px;
  }
  .acc-settings-billing .control-panel button {
    padding: 10px 15px;
  }
  .acc-settings-billing .update-plan-billing,
  .acc-settings-billing form {
    width: 100%;
  }
}
.acc-settings-affiliate {
  width: 100%;
}
.acc-settings-affiliate .content-container {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 926px;
  padding: 0 0 50px 30px;
}
.acc-settings-affiliate .content-container .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
  padding: 20px 35px;
  background: hsla(0, 0%, 100%, 0.3);
}
.acc-settings-affiliate .content-container .wrapper h3 {
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  color: #1e1e1e;
}
.acc-settings-affiliate .control-panel {
  display: flex;
  gap: 15px;
}
.acc-settings-affiliate .control-panel .btn-acc.active {
  box-shadow: 4px 4px 11px 0 rgba(59, 42, 130, 0.2);
  background: #dd4454;
}
.acc-settings-affiliate .purple-btn {
  max-width: 665px;
  height: 49px;
}
.acc-settings-affiliate .purple-btn button {
  width: 100%;
  height: 100%;
}
.acc-settings-affiliate .affiliate-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.acc-settings-affiliate .affiliate-cards .card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  border-radius: 15px;
  max-width: 741px;
  height: 229px;
  box-shadow: 14px 14px 60px 0 rgba(59, 42, 130, 0.06),
    14px 14px 60px 0 rgba(59, 42, 130, 0.06);
  background: hsla(0, 0%, 100%, 0.3);
  padding: 25px;
}
.acc-settings-affiliate .affiliate-cards .card p {
  max-width: 360px;
  font-size: 12px;
  line-height: 180%;
}
.acc-settings-affiliate .affiliate-cards .card h4 {
  max-width: 360px;
  font-weight: 700;
  font-size: 16px;
}
.acc-settings-affiliate .affiliate-cards img {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 60px;
}
@media screen and (max-width: 950px) {
  .acc-settings-affiliate .affiliate-cards img {
    right: 0;
  }
}
@media screen and (max-width: 800px) {
  .acc-settings-affiliate {
    max-width: 100%;
  }
  .acc-settings-affiliate .content-container {
    max-width: 100%;
    padding: 0 10px 50px 20px;
  }
  .acc-settings-affiliate .content-container .wrapper {
    padding: 20px 5px;
  }
  .acc-settings-affiliate .control-panel {
    gap: 10px;
  }
  .acc-settings-affiliate .control-panel button {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 800px) {
  .acc-settings-affiliate .affiliate-cards .card {
    height: auto;
    padding-bottom: 200px;
  }
  .acc-settings-affiliate .affiliate-cards img {
    right: 50%;
    top: 70%;
    transform: translate(50%, -50%);
  }
}
.acc-stores-block {
  width: 100%;
}
.acc-stores-block .content-container {
  max-width: 926px;
  padding: 0 0 50px 30px;
}
.acc-stores-block .content-container .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
  padding: 20px 35px 20px 50px;
  background: hsla(0, 0%, 100%, 0.3);
}
.acc-stores-block .content-container .wrapper h3 {
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  color: #1e1e1e;
}
.stores-cards {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.stores-cards .card {
  position: relative;
  flex-direction: column;
  border-radius: 15px;
  width: 702px;
  height: 311px;
  box-shadow: 14px 14px 60px 0 rgba(59, 42, 130, 0.06);
  background: #fff;
  padding: 20px 25px;
}
.stores-cards .card,
.stores-cards .card .title-card-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stores-cards .card .title-card-block {
  border: 1px solid #a4a4a4;
  border-radius: 20px;
  width: 100%;
  height: 105px;
  background: #f2f2f2;
  padding: 0 25px;
}
.stores-cards .card .title-card-block img {
  width: 77px;
  height: 77px;
}
.stores-cards .card .title-card-block div {
  display: flex;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: 186px;
  height: 37px;
  background: #fff;
}
.stores-cards .card .title-card-block div span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #5ee70b;
  border-radius: 50%;
}
.stores-cards .card .coming-soon {
  border-radius: 15px;
  width: 181px;
  height: 31px;
  position: absolute;
  right: 0;
  top: -16px;
  background: #b3b3b3;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 7px 0;
  text-align: center;
}
.stores-cards .card h4 {
  align-self: flex-start;
  font-weight: 600;
  font-size: 24px;
  color: #2e2e2e;
}
.stores-cards .card p {
  align-self: flex-start;
  font-size: 16px;
  color: #2e2e2e;
}
.stores-cards .card .btn-connect-disabled,
.stores-cards .card .btn-connect-store {
  padding: 10px 233px;
  width: 619px;
  height: 54px;
}
.stores-cards .card .btn-connect-disabled {
  background: #353535;
  cursor: auto;
}
.stores-cards .card .status {
  align-self: center;
  font-weight: 500;
  font-size: 16px;
  color: #d2d2d2;
}
.stores-cards .card.disabled .title-card-block div span {
  background-color: #353535;
}
.pop-up-store {
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  border-radius: 15px;
  width: 928px;
  height: 648px;
  background: linear-gradient(
    121deg,
    #f0e9ff,
    #f3dbf2 50%,
    #fde3db 71.87%,
    #fff5eb 94.74%
  );
  transition: 0.5s;
}
.pop-up-store .wrapper-store {
  display: flex;
  justify-content: space-between;
  padding: 65px;
}
.pop-up-store .wrapper-store h4 {
  font-weight: 700;
  font-size: 16px;
}
.pop-up-store .wrapper-store .connect-store {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pop-up-store .wrapper-store .connect-store div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 15px;
  width: 360px;
  height: 207px;
  box-shadow: 14px 14px 60px 0 rgba(59, 42, 130, 0.06);
  background: #f7f7f7;
  padding: 40px 25px;
}
.pop-up-store .wrapper-store .connect-store div span {
  color: #a6a6a6;
}
.pop-up-store .wrapper-store .connect-store input {
  border-radius: 15px;
  width: 360px;
  height: 60px;
}
.pop-up-store .wrapper-store .connect-store button {
  width: 360px;
  height: 60px;
  padding: 16px 118px;
}
.pop-up-store .tutorial {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pop-up-store .tutorial p {
  max-width: 260px;
}
.pop-up-store .tutorial video {
  object-fit: none;
  border-radius: 15px;
  cursor: pointer;
}
.pop-up-store.open {
  display: block;
  z-index: 10;
}
.overlay {
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.5s;
}
.overlay.open {
  display: block;
  z-index: 5;
}
@media screen and (max-width: 1210px) {
  .acc-stores-block .content-container {
    max-width: 780px;
  }
  .acc-stores-block .content-container .wrapper {
    padding: 15px;
  }
  .stores-cards {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .stores-cards .card {
    width: 100%;
  }
  .pop-up-store {
    max-width: 80%;
    max-height: 70%;
  }
  .pop-up-store .wrapper-store {
    height: 100%;
    padding: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .acc-stores-block .content-container .wrapper {
    width: 90%;
  }
  .stores-cards .card {
    padding: 10px;
  }
  .stores-cards .card .btn-connect-disabled,
  .stores-cards .card .btn-connect-store {
    padding: 10px 85px;
    width: 320px;
    height: 54px;
  }
  .pop-up-store {
    max-width: 80%;
    max-height: 70%;
  }
  .pop-up-store .wrapper-store {
    height: 100%;
    padding: 20px;
    justify-content: center;
    align-items: center;
  }
  .pop-up-store .wrapper-store .tutorial {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .acc-stores-block {
    max-width: 100%;
  }
  .acc-stores-block .content-container {
    max-width: 100%;
    padding: 0 10px 50px 20px;
  }
  .acc-stores-block .content-container .wrapper {
    padding: 20px 5px;
    width: 100%;
  }
  .stores-cards .title-card-block {
    padding: 0 15px;
  }
  .pop-up-store {
    max-width: 90%;
    max-height: 70%;
  }
  .pop-up-store .wrapper-store .connect-store div,
  .pop-up-store .wrapper-store .connect-store input {
    width: 320px;
  }
  .pop-up-store .wrapper-store .connect-store button {
    width: 320px;
    padding: 16px 118px;
  }
}
.acc-targeting-block {
  width: 100%;
}
.acc-targeting-block .content-container {
  max-width: 926px;
  padding: 0 0 50px 30px;
}
.acc-targeting-block .content-container .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
  padding: 20px 35px;
  background: hsla(0, 0%, 100%, 0.3);
}
.acc-targeting-block .content-container .wrapper h3 {
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  color: #1e1e1e;
}
.targeting-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.targeting-cards .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 400px;
  height: 356px;
  background: hsla(0, 0%, 100%, 0.5);
}
.targeting-cards .card img {
  width: fit-content;
  align-self: flex-start;
}
.targeting-cards .card p {
  font-weight: 500;
  font-size: 14px;
  line-height: 186%;
  color: #2f2f2f;
}
.targeting-cards .card .btn-targeting-an {
  padding: 15px 70px;
  width: 283px;
  height: 49px;
}
@media screen and (max-width: 1210px) {
  .acc-targeting-block .content-container {
    max-width: 780px;
  }
  .targeting-cards .card {
    width: 100%;
    height: auto;
    gap: 15px;
  }
}
@media screen and (max-width: 800px) {
  .acc-targeting-block {
    max-width: 100%;
  }
  .acc-targeting-block .content-container {
    max-width: 100%;
    padding: 0 0 50px 20px;
  }
}
.acc-templates-block .content-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 926px;
  padding: 0 0 50px 30px;
}
.acc-templates-block .content-container h3 {
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  color: #1e1e1e;
}
.template-cards-acc {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  border-radius: 15px;
  padding: 20px;
  background: hsla(0, 0%, 100%, 0.3);
}
.template-cards-acc .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 267px;
  height: 330px;
  box-shadow: 0 0 122px 0 rgba(59, 42, 130, 0.06);
  background: #fff;
  border-radius: 15px;
}
.template-cards-acc .card .btn-template-gen {
  width: 225px;
  height: 54px;
  padding: 15px 60px;
}
.template-cards-acc .card .btn-template-update {
  width: 225px;
  height: 54px;
  padding: 15px 65px;
  box-shadow: 4px 4px 11px 0 rgba(59, 42, 130, 0.2);
  background: #d2d2d2;
  color: #919eab;
}
@media screen and (max-width: 1210px) {
  .acc-templates-block .content-container {
    max-width: 780px;
  }
  .acc-templates-block .template-cards-acc {
    justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  .acc-templates-block {
    max-width: 100%;
  }
  .acc-templates-block .content-container {
    max-width: 100%;
    padding: 0 0 50px 20px;
  }
}
.page .authorization {
  width: 100vw;
  height: 100vh;
  background: linear-gradient(
    121deg,
    #f0e9ff,
    #f3dbf2 50%,
    #fde3db 71.87%,
    #fff5eb 94.74%
  );
}
.sign-in-block .container .logo {
  display: block;
  padding-top: 60px;
}
.sign-in-block .container form {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  width: 560px;
  height: 570px;
  box-shadow: 4px 4px 11px 0 rgba(59, 42, 130, 0.2);
  background: #fff;
}
.sign-in-block .container form h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 83%;
  color: #4f4f4f;
}
.sign-in-block .container form .not-found-aac {
  display: none;
  max-width: 260px;
  text-align: center;
  color: #e43225;
}
.sign-in-block .container form input {
  width: 320px;
  height: 50px;
  border-radius: 8px;
}
.sign-in-block .container form .sign-in-form-top,
.sign-in-form-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.sign-in-form-bottom input {
  cursor: pointer;
}
.sign-in-form-bottom .btn-google-submit {
  width: 320px;
  height: 50px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  background: #4e4e4e;
  border-radius: 8px;
  padding: 14px 71px;
}
.sign-in-form-bottom a {
  text-decoration: underline;
}
.sign-up-block .container .logo {
  display: block;
  padding-top: 60px;
}
.sign-up-block .container form {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  width: 575px;
  height: 590px;
  box-shadow: 4px 4px 11px 0 rgba(59, 42, 130, 0.2);
  background: #fff;
}
.sign-up-block .container form h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 83%;
  color: #4f4f4f;
}
.sign-up-block .container form input {
  width: 320px;
  height: 50px;
  border-radius: 8px;
}
.sign-up-form-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.sign-up-form-top .error-message {
  font-size: 12px;
  color: #e43225;
}
.sign-up-form-top a {
  text-decoration: underline;
}
.sign-up-form-top input.invalid {
  border: 1px solid #e43225;
}
.sign-up-form-top .policy-links {
  max-width: 340px;
  text-align: center;
}
.sign-up-form-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.sign-up-form-bottom input {
  cursor: pointer;
}
.sign-up-form-bottom .btn-google-submit {
  width: 320px;
  height: 50px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  background: #4e4e4e;
  border-radius: 8px;
  padding: 14px 71px;
}
.sign-up-form-bottom a {
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .sign-in-block .container form,
  .sign-up-block .container form {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .new-contact-desc {
  margin: 0 0 0 -8px;
}
  .accord-wrapper .quest-img-block{
    padding: 64px 0px 9px;
  }
  .sign-in-block .container form,
  .sign-up-block .container form {
    width: 90%;
  }
  ul.flex li.first_depth > p::before {
    position: absolute;
    top: -1px;
    right: 0;
    padding: 5px 8px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    content: '';
    background-image: url("../images/Vector-image.png");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 10px !important;
  }
  .accord-wrapper .accord-block .accordion .question::after {
    right: 20px;
  }
}
.page .prices-page {
  width: 100vw;
  height: 100%;
  background: linear-gradient(
    121deg,
    #f0e9ff,
    #f3dbf2 50%,
    #fde3db 71.87%,
    #fff5eb 94.74%
  );
}
.page .prices-page .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  height: 100%;
  padding-top: 40px;
}
.page .prices-page .container a {
  align-self: flex-start;
}
.page .prices-page .container .change-plan__ {
  width: 100%;
}
.control-price {
  position: relative;
  display: flex;
}
.control-price .monthly,
.control-price .yearly {
  border-radius: 15px;
  width: 150px;
  height: 57px;
  background: #fff;
  font-size: 20px;
}
.control-price .monthly.active,
.control-price .yearly.active {
/*  background: linear-gradient(90deg, #7252ff, #aa3fff) border-box;*/
  color: #797878;
}
.control-price .yearly {
  margin-left: -20px;
}
.control-price img {
  position: absolute;
  top: -30px;
  right: -100px;
}
@media screen and (max-width: 800px) {
  .control-price img {
    top: 20px;
    right: -38px;
  }
}
