/*
Theme Name: FansCRM
Template: twentytwenty
Author: Vashchenko V;
*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap");
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}
ol {
  line-height: 140%;
}
html.noHeader,
html.noHeader body{
  margin: 0 !important;
  min-height: 100%;
  padding: 0;
}

.desktop-only-visible{
  display: block;
}
.mobile-only-visible{
  display:none!important;
}
@media screen and (max-width: 769px) {
  .main-content__categories{
    display:none;
  }
  .button_read_guides{
    display: none;
  }
  .main-content main .giudes-part .giudes-items .guides-item-wrap .guides-item{
    display: flex;
    flex-direction: column;
  }
  .giudes-items.grid {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
  }
  .desktop-only-visible {
    display: none!important;
  }

  .mobile-only-visible {
    display: block!important;
  }
}
body {
  line-height: 1;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  list-style-position: outside;
  margin-bottom: 15px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border: 0;
  outline: 0;
}

input:focus {
  outline: none !important;
}

body {
  color: #0C1116;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  background: #ffffff;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  overflow: hidden;
}
h1, h2, h3 {
  font-family: "Work Sans", sans-serif;
}

p {
  margin-bottom: 15px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1640px){
  .container.xl{
    width: 1620px;
  }
}


.container-middle {
  width: 996px;
  margin: 0 auto;
  position: relative;
}

.container-small {
  width: 794px;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-start{
  align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fullFlex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.text-center {
  text-align: center;
}

.pt60 {
  padding-top: 60px;
}

.mt60 {
  margin-top: 60px;
}
header {
  background-color: white;
  border-bottom: 1px solid #F4F4F6;
  width: 100%;
  z-index: 99;
  min-height: 80px;
}
header > .container {
  background-color: white;
  width: 100%;
  z-index: 99;
  max-height: 100%;
  min-height: 80px;
  position: static;
  top: -100px;
  transition:top 1s;
}

header > .container.fixed{
  position: fixed;
  top: 0;
}


@media screen and (max-width: 500px){
  header{
    max-height: unset;
  }
  header > .container{
    padding: 20px;
  }
}

header .container.sticky{
  display: none;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}
header .container.sticky.show{
  display: flex;
}
header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 18px 0;
  opacity: 0.96;
  z-index: 999;
  background: #fff;
  animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

header .container {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  align-items:center;
}

header .header-menu {
  margin-left: 20px;
}

ul.menu > li{
  margin: 8px;
}

header .header-menu .desktop-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 12px;
}

header .header-menu .desktop-menu ul li {
  margin-right: 20px;
  margin-left: 22px;
  padding: 5px 12px;
}

header .header-menu .desktop-menu ul li a {
  text-decoration: none;
  color: #000000;
  opacity: 0.5;
  font-weight: 400;
  font-size: 22px;
  line-height: 19px;
  -webkit-font-feature-settings: 'ss01' on;
          font-feature-settings: 'ss01' on;
}
header .header-menu .desktop-menu ul li a:hover {
  opacity: 1;
}

header .header-menu .desktop-menu ul li.current-menu-item {
  margin-right: 20px;
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(0.25turn, rgba(2, 118, 168, 0.5), rgba(102, 11, 125, 0.5));
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(2, 118, 168, 0.5)), to(rgba(102, 11, 125, 0.5)));
     border-image: linear-gradient(0.25turn, rgba(2, 118, 168, 0.5), rgba(102, 11, 125, 0.5));
  border-image-slice: 1;
}

header .header-menu .desktop-menu ul li.current-menu-parent {
  margin-right: 20px;
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(0.25turn, rgba(2, 118, 168, 0.5), rgba(102, 11, 125, 0.5));
  border-image: -webkit-gradient(linear, left top, right top, from(rgba(2, 118, 168, 0.5)), to(rgba(102, 11, 125, 0.5)));
  border-image: linear-gradient(0.25turn, rgba(2, 118, 168, 0.5), rgba(102, 11, 125, 0.5));
  border-image-slice: 1;
}

header .header-menu .desktop-menu ul.sub-menu li.current-menu-item {
  border-bottom: none;
}

header .header-menu .desktop-menu ul li.current_page_item a {
  opacity: 1;
}

header .header-menu #burger {
  display: none;
}

header .header-menu .mobile-menu {
  display: none;
}

header .get-btn {
  text-decoration:none;
  background: #407BF2;
  border-radius: 100px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 44px;
  letter-spacing: -0.02em;
  cursor: pointer;
  padding: 20px;
  animation: 12s infinite btnAbimation;
  padding-top: 13px;
}

/* fix dowvload */
.nolink .download-logo-wrap:hover .download-logo,
.nolink .download-logo-wrap:hover .download-text {
  display: block;
}

.nolink .download-logo-wrap:hover .download-logo-hidden,
.nolink .download-logo-wrap:hover .download-text-hidden {
  display: none;
}

@keyframes btnAbimation {
  0% {
    transform: rotate(0deg);
  }
  92% {
    transform: rotate(0deg);
  }
  94% {
    transform: rotate(4deg);
  }
/*  96% {
    transform: rotate(0deg);
  }*/
  98% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}


header .get-btn a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 19px;
  line-height: 140%;
  text-align: center;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .get-btn:hover {
  background: #3368D1;
}

.container-index {
  margin-top: -15px;
}

.blog-heading {
  margin: 80px 0px;
  margin-top: 40px;
  width: 29%;
}

.blog-heading h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.04em;
}

.blog-heading h1 span {
  display: block;
}

.blog-top .blog-categories div {
  display: none;
  margin-right: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px;
  border: 2px solid #B3CCFD;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-top .blog-categories div:nth-child(1),
.blog-top .blog-categories div:nth-child(2),
.blog-top .blog-categories div:nth-child(3),
.blog-top .blog-categories div:nth-child(4),
.blog-top .blog-categories div:nth-child(5),
.blog-top .blog-categories div:nth-child(6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#b-cat.open-div {
  justify-content: flex-start;
}

.blog-top .blog-categories div {
  margin-bottom: 15px;
}

.blog-top .blog-categories div.open-div {
  display: flex;
}

.blog-top .blog-categories div span {
  color: #4F5B67;
}

.blog-top .blog-categories div:hover {
  color: #ffffff;
  background: #3368D1;
  border: 2px solid #3368D1;
}
.blog-top .blog-categories div:hover span {
  color: #ffffff;
  transition: all 0.5s;
}

.blog-top .blog-categories div:first-child {
  color: #ffffff;
  background: #3368D1;
  border: 2px solid #3368D1;
}
.blog-top .blog-categories div:first-child a {
  color: #ffffff;
  text-decoration: none;
}

.blog-top .blog-categories svg {
  margin: 0 3px;
}

.blog-top .blog-categories path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-top .blog-categories div:last-child:hover path {
  stroke: #ffffff;
}

.blog-top .search,
.search-page .search {
  border: 1px solid #D6DADE;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 140%;
  color: #717D8A;
  position: relative;
  min-width: 285px;
  margin-left: 80px;
  height: 44px;
}
.search-page .search {
  margin-left: 0;
  margin: 40px auto;
}

.blog-top .search img {
  position: absolute;
  right: 12px;
  top: 10px;
}

.blog-big-wrap {
  margin-top: 60px;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 1px;
  background: linear-gradient(77.48deg, rgba(102, 11, 125, 0.1) 0%, rgba(2, 118, 168, 0.1) 100%);
}

.blog-big-wrap .blog-big {
  background: #ffffff;
  border-radius: 10px;
}

.blog-big-wrap .blog-big .blog-big-img {
  border-radius: 10px 0 0 10px;
  width: 488px;
  height: auto;
  overflow-x: clip;
  margin-right: 40px;
  min-height: 300px;
  background-size: cover;
}

.blog-big-wrap .blog-big .blog-big-img img {
  width: auto;
  height: 100%;
}

.blog-big-wrap .blog-big .blog-big-right .blog-category span {
  border: 1px solid #D6DADE;
  border-radius: 100px;
  padding: 6px 8px;
}

.blog-big-wrap .blog-big .blog-big-right .blog-category span a {
  font-size: 14px;
  line-height: 120%;
  cursor: pointer;
  color: #717D8A;
  text-decoration: none;
}

.blog-big-wrap .blog-big .blog-big-right .blog-big-heading {
  margin: 20px auto;
  max-width: 428px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  /* or 38px */
  letter-spacing: -0.04em;
}

.blog-big-wrap .blog-big .blog-big-right .blog-big-heading a {
  color: #0C1116;
  text-decoration: none;
  transition: all 0.3s;
}

.blog-big-wrap .blog-big .blog-big-right .blog-big-heading a:hover {
  color: #717D8A;
}

.blog-big-wrap .blog-big .blog-big-right .blog-big-meta {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #373F47;
}

.blog-big-wrap .blog-big .blog-big-right .blog-big-meta a {
  text-decoration: none;
  color: #407BF2;
}

.blog-big-wrap .blog-big .blog-big-right .blog-big-meta span {
  color: #A8B0B9;
  margin: 0 3px;
}

.blog-items {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.blog-item {
  max-width: 488px;
  margin-bottom: 20px;
  height: auto;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  border-radius: 10px;
  border: 1px solid rgba(102, 11, 125, 0.1);
}

.blog-item .blog-item-img {
  width: 100%;
  overflow-x: hidden;
  height: 200px;
border-radius: 10px 10px 0 0;
}

.blog-item .blog-item-content {
  border-radius: 0 0 10px 10px;
  padding: 20px;
}

.blog-item .blog-item-content .blog-category span {
  border: 1px solid #D6DADE;
  border-radius: 100px;
  padding: 4px 8px;
  display: inline-block;
}

.blog-item .blog-item-content .blog-category span a {
  font-size: 14px;
  line-height: 120%;
  cursor: pointer;
  color: #717D8A;
  text-decoration: none;
}

.blog-item .blog-item-content .blog-item-heading {
  margin-bottom: 12px;
  margin-top: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
}

.blog-item .blog-item-content .blog-item-heading a {
  text-decoration: none;
  color: #0C1116;
  transition: all 0.3s;
}

.blog-item .blog-item-content .blog-item-heading a:hover {
  color: #717D8A;
}

.blog-item .blog-item-content .blog-item-meta {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #373F47;
}

.blog-item .blog-item-content .blog-item-meta a {
  text-decoration: none;
  color: #407BF2;
}

.blog-item .blog-item-content .blog-item-meta span {
  color: #A8B0B9;
  margin: 0 3px;
}

.subscribe {
  margin: 40px 0;
  margin-top: 20px;
  background: #242D35;
  padding-top: 100px;
  padding-bottom: 70px;
}

.subscribe .subscribe-left span:first-child {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
  display: block;
  margin-bottom: -10px;
  color: #ffffff;
}

.subscribe .subscribe-left span:nth-child(2) {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  display: block;
  color: #ffffff;
  padding-bottom: 25px;
}

.subscribe .subscribe-right {
  min-width: 440px;
}

.subscribe .subscribe-right label {

  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.subscribe .subscribe-right label span input {
  background: none;
  padding: 0;
  text-align: center;
  color: #717D8A;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  border: 1px solid #717D8A;
  border-radius: 8px;
  padding: 10px 24px;
}
input[type="email"]::placeholder{
  color:#717d8ab0;
}
.subscribe .subscribe-right label span input::placeholder {
  color: #717D8A;
}

.subscribe .subscribe-right label span input:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.subscribe .subscribe-right label span input:focus::placeholder {
  color: #242D35;
}

.subscribe .subscribe-right input {
  background: #407BF2;
  border-radius: 100px;
  padding: 11px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s;
  color: #ffffff;
}
input#s::placeholder {
  color: #717d8a;
}
.subscribe .subscribe-right input:hover {
  background: #3368D1;
}
.subscribe .subscribe-right span input.wpcf7-form-control:hover {
  background: none;
}

.pagination {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}

.pagination div {
  margin: 0 6px;
  border: 2px solid #B3CCFD;
  border-radius: 100px;
  padding: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 44px;
  height: 44px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #0C1116;
  cursor: pointer;
}

.pagination div.inactive {
  display: none;
}

.pagination div.active {
  color: #4F5B67;
}

.pagination a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #4F5B67;
  text-decoration: none;
}

.pagination a div {
  color: #4F5B67;
}

.pagination a svg,
.pagination svg {
  margin-left: 2px;
  height: 22px;
}

.pagination div:first-child:hover path,
.pagination div:last-child:hover path {
  stroke: #ffffff;
}

.pagination div:hover ,.pagination div.selected {
  background: #3368D1;
  border: 2px solid #3368D1;
  color: #ffffff;
}

.pagination div:hover a {
  color: #ffffff;
}

footer {
  padding-top: 60px;
  background: #F7F8FB;
}

footer .footer-top {
  padding-bottom: 35px;
  border-bottom: 1px solid #D6DADE;
}

footer .footer-menu {
  min-width: 452px;
  width: 100%;
  gap:60px;
}

footer .footer-menu ul li {
  margin-bottom: 12px;
}

footer .footer-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #717D8A;
  margin-bottom: 12px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .footer-menu ul li a:hover {
  color: #000000;
}

footer .footer-menu .footer-menu-heading {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #0C1116;
  min-height:30px;
}

footer .footer-top-right {
  min-width: 385px;
}

footer .footer-top-right .footer-logo {
  margin-bottom: 18px;
}

footer .footer-top-right .footer-logo img {
  max-width: 200px;
}

footer .footer-top-right .footer-subscribe span {
  display: block;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #373F47;
  background: none;
}

footer .footer-top-right .footer-subscribe span.wpcf7-not-valid-tip {
  color: #dc3232;
}

footer .footer-top-right .footer-subscribe span.form-span {
  margin-bottom: 20px;
}

footer .footer-top-right .footer-subscribe span:before {
  top: -30px;
  left: 15px;
  background: #ccc;
}

footer .footer-top-right .footer-subscribe form > label {
  width: 241px;
  float: left;

}

footer .footer-top-right .footer-subscribe form > label span {
  margin-bottom: 0;
}

footer .footer-top-right .footer-subscribe form > label span input {
  border: 1px solid #D6DADE;
  border-radius: 8px;
  padding: 9px 11px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #A8B0B9;
  text-align: center;
  background: none;
  width: 100%;
  background: #ffffff;
  /*background-image: url(https://fans-crm.com/wp-content/themes/fanscrm/img/icon-letter.png);*/
  background-size: auto;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 9px;
  text-indent: 12px;
  /*padding-left: 24px;*/
  padding-right: 15px;
  transition:0.3s;
}

footer .wpcf7 form.invalid .wpcf7-response-output {
  position: absolute;
  margin: 0;
  border: none;
  padding: 0;
  font-size: 14px;
  color: red;
}

footer .wpcf7 form.sent .wpcf7-response-output {
  position: absolute;
  margin: 0;
  border: none;
  padding: 0;
  font-size: 14px;
  color: #4F5B67;
}

.step-2 input[type=text] {
  background-image: url(https://fans-crm.com/wp-content/themes/fanscrm/img/link.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 9px;
}

.step-2 .step-content label .wpcf7-form-control-wrap input[type=text] {
  padding-left: 35px;
}

.step-2 .step-content label .wpcf7-form-control-wrap input[type=text]:focus {
  padding-left: 35px;
}

footer .footer-top-right .footer-subscribe form > label span input[type=text]::placeholder,
.step-2 input[type=text]::placeholder  {
  text-align: left;
}

footer .footer-top-right .footer-subscribe form > label span input[type=text]:focus,
.step-2 input:focus  {
  /*background-image:none;*/
  text-indent:0px;
}

footer .footer-top-right .footer-subscribe form > input {
  background: #407BF2;
  border-radius: 100px;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 44px;
  letter-spacing: -0.02em;
  padding: 12px 24px;
  cursor: pointer;
  width: 124px;
  margin-left: 20px;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

footer .footer-top-right .footer-subscribe form > input:hover {
  background: #3368D1;
}

footer .footer-copy {
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #717D8A;
}

.single .container-small {
  padding-top: 38px;
}

.single .post-back {
  position: absolute;
  top: 49px;
  left: -183px;
}

.single .post-back a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  margin-left: 12px;
  margin-right: 8px;
  text-decoration: none;
  color: #0C1116;
}

.single .post-back .back {
  margin-top: -2px;
}

.single .post-top .post-top-heading h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
}

.single .post-top .post-top-category {
  margin-top: 23px;
  margin-bottom: 10px;
}

.single .post-top .post-top-category span {
  border: 1px solid #D6DADE;
  border-radius: 100px;
  padding: 4px 8px;
  height: 28px;
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  line-height: 120%;
  cursor: pointer;
  color: #717D8A;
  text-decoration: none;
}

.single .post-top .post-top-category span a {
  font-size: 14px;
  line-height: 120%;
  cursor: pointer;
  color: #717D8A;
  text-decoration: none;
}

.single .post-top .post-top-meta {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #373F47;
  margin-left: -14px;
}

.single .post-top .post-top-meta a {
  text-decoration: none;
  color: #407BF2;
  margin-left: 3px;
}

.single .post-top .post-top-meta img {
  margin-top: 3px;
  margin-left: 14px;
  margin-right: 6px;
}

.single .post-top .post-top-sharing span {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #373F47;
  margin-right: 4px;
}

.single .post-top .post-top-sharing div {
  margin-left: 8px;
  border: 1px solid #D6DADE;
  border-radius: 100px;
  width: auto;
  height: auto;
  transition: all 0.3s;
  padding: 5px 10px;
  gap: 6px
}
.single .post-bottom .post-top-sharing div {
  margin-left: 8px;
  border: 1px solid #D6DADE;
  border-radius: 100px;
  width: auto;
  height: auto;
  transition: all 0.3s;
  padding: 5px 10px;
  gap: 6px
}

.single__author-links .post-sharing {
  gap: 6px;
}

.post-top-sharing .share-btn{
  width: 20px;
  height: 20px;
}

.post-top-sharing .share-btn img{
  width: 100%;
  height: auto;
}

.single .post-top .post-top-sharing div svg {
  margin-top: 3px;
}

.single .post-top .post-top-sharing div svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single .post-top .post-top-sharing div:hover {
  border: 1px solid #407BF2;
}

.single .post-top .post-top-sharing div:hover svg path {
  fill: #407BF2;
}

.single .post-top .post-top-img {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.single .post-top .post-top-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.place_for_table{
  overflow:scroll;
}

.place_for_table::-webkit-scrollbar{
  width:0;
}
.single .post-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #EAECEE;
}
.single .post-content p {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #373F47;
  margin-bottom: 20px;
}

.single .post-content h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #0C1116;
  margin-top: 50px;
  margin-bottom: 25px;
}

.single .post-content h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #0C1116;
  margin-top: 50px;
  margin-bottom: 20px;
}

.single .post-content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #0C1116;
  margin-top: 30px;
  margin-bottom: 15px;
}

.single .post-content ul,
.single .post-content ol {
  list-style-position: inside;
  margin-bottom: 20px;
}

.single .post-content ul li {
  margin-bottom: 5px;
  list-style-type: disc;
  color: #373F47;
  line-height:140%;
}

.single .post-content ol li {
  margin-bottom: 5px;
  margin-top: 0;
  list-style-type: decimal;
  color: #373F47;
}

.single .post-content a {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #407BF2;
  text-decoration: none;
}

.single .post-content img {
  width: 100%;
  height: auto;
}

.single .post-content blockquote {
  padding: 10px;
  border-left: 2px solid #09b1ee;
  font-style: italic;
  margin-bottom: 30px;
}

.single .post-content table td {
  text-align: center;
  padding: 10px;
  border: 1px solid #D6DADE;
}
.single .post-content table tr:nth-child(2n-1) td {
  background: #f9f9f9;
}

.single .quote {
  background: #F7F8FB;
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 20px;
}

.single .quote span:first-child {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #184194;
  display: block;
  margin-bottom: 20px;
}

.single .quote span:last-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #184194;
  max-width: 550px;
  display: block;
}

.single .note,
.feature .note {
  background: linear-gradient(285.48deg, #ECF5FD 0%, #F5EDFE 59.9%, #FAF6FF 100%);
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 20px;
  border-left: 6px solid #407BF2;
}

.single .note .note-img,
.feature .note .note-img {
  margin-right: 15px;
  margin-bottom: 21px;
  width: 26px;
  float: left;
}

.single .note span,
.feature .note span {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
}


.feature .note h2,
.feature .note h3 {
  margin-bottom: 20px;
}

.single .note li,
.single .note p,
.feature .note li,
.feature .note p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #373F47;
  margin-bottom: 12px;
}

.single .note p,
.feature .note p {
  margin-bottom: 20px;
}

.single .note li:before,
.feature .note li:before {
  content: counter(item, disc) " ";
  margin-right: .2em;
  float: left;
  margin: 0px 10px 0px 8px;
}

.single .post-bottom {
  height:50px;
}

.single .post-bottom .post-author-img,
.author .post-author-img {
  width: 44px;
  margin-right: 8px;
}


.single .post-bottom .post-author-img img,
.author .post-author-img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.single .post-bottom .post-author-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #373F47;
}

.single .post-bottom .post-author-name a {
  text-decoration: none;
  color: #407BF2;
}

.single .post-bottom .post-top-sharing span {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #373F47;
  display: block;
  margin-right: 4px;
}

/*.single .post-bottom .post-top-sharing div {*/
/*  margin-left: 8px;*/
/*  border: 1px solid #D6DADE;*/
/*  border-radius: 100px;*/
/*  width: 32px;*/
/*  height: 28px;*/
/*  -webkit-filter: none;*/
/*          filter: none;*/
/*  transition: all 0.3s;*/
/*}*/

.single .post-bottom .post-top-sharing div svg {
  margin-top: 3px;
}

.single .post-bottom .post-top-sharing div svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single .post-bottom .post-top-sharing div:hover {
  border: 1px solid #407BF2;
}

.single .post-bottom .post-top-sharing div:hover svg path {
  fill: #407BF2;
}

.single .post-other {
  padding: 20px;
  background: #F7F8FB;
  border-radius: 5px
}

.single .post-other .post-other-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}

.single .post-other li::before {
  content: counter(item, disc) " ";
  margin-right: .2em;
  float: left;
  margin: 0px 10px 0px 8px;
  color: #407BF2;
}

.single .post-other li {
  margin-bottom: 8px;
}

.single .post-other li:last-child {
  margin-bottom: 0;
}

.single .post-other li a {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #407BF2;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
}

.single .post-other li a:hover {
  color: #3368D1;
}

.single .post-bottom-line {
  height: 1px;
  width: 100%;
  margin: 60px 0;
  margin-bottom: 22px;
  border-bottom: 1px solid #D6DADE;
}

.single .post-pagination div {
  width: 305px;
}

.single .post-pagination div a:first-child {
  text-decoration: none;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #717D8A;
  display: block;
}

.single .post-pagination div svg {
  margin-right: 10px;
  margin-left: 5px;
  display: block;
  float: left;
}

.single .post-pagination div span {
  margin-top: -4px;
  display: block;
  float: left;
}

.single .post-pagination div a:nth-child(2) {
  text-decoration: none;
  display: block;
}

.single .post-pagination div a:nth-child(2) span {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #0C1116;
  margin-bottom: 12px;
  margin-top: 12px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: -0.04em;
}

.single .post-pagination div a:nth-child(2):hover span {
  color: #373F47;
}

.single .post-pagination div .post-pagination-meta {
  font-size: 14px;
  line-height: 120%;
  color: #373F47;
}
.single .post-pagination div .post-pagination-meta a {
  display: inline-block;
  color: #373F47;
}

.single .post-pagination div .post-pagination-meta span {
  color: #A8B0B9;
  margin: 0 4px;
  float: none;
  display: inline;
}

.single .post-pagination > div:nth-child(2) {
  text-align: right;
}

.single .post-pagination > div:nth-child(2) span {
  float: right;
}

.single .post-pagination > div:nth-child(2) svg {
  float: right;
  margin-right: 0;
  margin-left: 10px;
  margin-right: 5px;
}

.single .post-pagination > div:nth-child(2) .post-pagination-meta span {
  float: none;
}

.author-page .post-author-name {
  margin-left: 12px;
}

.not-found h2 {
  color: #0C1116;
  font-feature-settings: 'ss02' on, 'ss01' on;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
  text-align: center;
  display: block;
  margin: 120px auto;
}

.not-found-bg {
  width: 100%;
  border-radius: 40px;
  background: radial-gradient(100% 472.73% at 0% 100%, rgba(178, 141, 255, 0.4) 0%, rgba(232, 141, 255, 0) 51.52%, rgba(0, 178, 255, 0.4) 100%);
  height: 280px;
  position: relative;
}

.not-found-bg img {
  position: absolute;
  left: 22%;
  top: -75px;
}

.not-found .not-found-btn {
  margin: 60px auto;
  width: 285px;
  display: block;
  padding: 12px;
  background: #407BF2;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #407BF2;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.not-found .not-found-btn:hover {
  color: #407BF2;
  background: #ffffff;
}


/* mobile menu */
header #burger {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

header #burger span {
  background-color: #000000;
  width: 24px;
  height: 4px;
  margin: 1.5px 0;
  border-radius: 4px;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

header .menu-toggle span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(1px, -4px);
  transform: rotate(45deg) translate(1px, -4px);
}

header .menu-toggle span:nth-child(2) {
  Transform: scaleX(0);
}

header .menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0, 1px);
  transform: rotate(-45deg) translate(0, 1px);
}

header .logo {
  max-width: 240px;
  max-height: 54px;
}

header .logo a {
  display: block;
  width: 100%;
}

header .logo img {
  width: 100%;
  height: auto;
}

header .mobile-menu {
  left: -1950px;
  -webkit-transition: 1s;
  transition: 1s;
  height: 100%;
  position: fixed;
  top: 0;
  text-align: center;
}

header .mobile-menu.open-nav {
  left: 0;
  width: 100%;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 12px 20px -13px rgba(146, 146, 146, 0.4);
  box-shadow: inset 0px 12px 20px -13px rgba(146, 146, 146, 0.4);
  margin-top: 75px;
}

header .mobile-menu.open-nav div {
  width: 100%;
}

header .mobile-menu.open-nav div > ul {
  padding: 20px 16px;
  width: 100%;
  margin-top: -27px;
}

header .mobile-menu.open-nav div ul.sub-menu {
  display: none;
}

header .mobile-menu.open-nav div ul.sub-menu.active {
  display: block;
  margin-top: 8px;
}

header .header-menu .desktop-menu ul li.menu-item-has-children:hover ul.sub-menu{
  box-shadow:0 2px 4px 0 rgba(0,0,0,.18);
  display: flex;
  flex-direction: column;
}


#menu-mobile-top-menu li{
  text-align:left;
}
#menu-mobile-top-menu .menu-item-has-children > a::after{
  content: "";
  position: absolute;
  right: -20px;
  top: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  transition: transform 0.5s;
  transform: rotate(-180deg);
}
#menu-mobile-top-menu .menu-item-has-children:has(.active) a::after{
  transform: rotate(0deg);
}



.mobile-menu div ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #373F47;
  cursor: pointer;
  position: relative;
}


header .mobile-menu div > ul > li > a{
  font-weight: 500;
  color: #000;
}
header .mobile-menu div > ul > li:has(ul.active) > a{
  font-weight: 700!important;
}


header .mobile-menu. div ul li:first-child {
  padding-top: 0;
}

header .mobile-menu .mob-logo {
  position: absolute;
  top: 3%;
  text-align: center;
}

header .mobile-menu .mob-logo img {
  max-width: 150px;
}

#posts-search {
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}
main.search-page {
  padding-top: 60px;
}
main.search-page h1 {
  margin-bottom: 40px;
}
main.search-page h2 a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  transition: all 0.3s;
}
main.search-page h2 a:hover {
  color: #717D8A;
}
.search input[type="submit"] {
  background: none;
}
#searchsubmit {
  width: 20px;
  margin-top: 3px;
  margin-right: 10px;
  cursor: pointer;
}
#searchform {
  width: 100%;
}
#breadcrumbs {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #717D8A;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 400;
}
#breadcrumbs a {
  color: #407BF2;
  text-decoration: none;
  transition: all 0.3s;
}
#breadcrumbs a:hover {
  color: #3368D1;
}
.single-content#breadcrumbs {
  margin-top: 0;
}

/* New styles */

.top-main {
  /*padding-bottom: 100px;*/
  position: relative;
}

.top-main .top-main-header {
  width: 40%;
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.04em;
}

.top-main .top-main-desc {
  width: 55%;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #242D35;
}

.top-main .top-main-cont {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .top-main-header{
    margin-top: 40px;
  }
  .top-main-cont{
    margin-bottom: 40px;
  }
}

.top-main .top-main-bg {
  width: 100%;
  height: 400px;
  position: absolute;
  background: radial-gradient(100% 472.73% at 0% 100%, rgba(178, 141, 255, 0.4) 0%, rgba(232, 141, 255, 0) 51.52%, rgba(0, 178, 255, 0.4) 100%), #FFFFFF;
  border-radius: 40px;
  display: none;
}

.top-main .top-main-img {
  margin: 0 auto;
  padding-top: 40px;
  max-width: 1100px;
  height: auto;
  border-radius: 20px;
  filter: none !important;
}

.top-main .top-main-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.top-main .top-main-btn {
  margin-top: 60px;
}

.top-main .top-main-btn a {
  margin: 0 10px;
  min-width: 285px;
  padding: 12px;
  background: #407BF2;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #407BF2;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-main .top-main-btn a:hover {
  color: #407BF2;
  background: #ffffff;
}

/*.top-main .top-main-btn a:last-child {
  background: #ffffff;
  color: #407BF2;
}

.top-main .top-main-btn a:last-child:hover {
  background: #407BF2;
  color: #ffffff;
}*/

.main-tools {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #242D35;
}

.main-tools .main-tools-title {
  margin: 0 auto;
  width: 1080px;
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  color: #ffffff;
  letter-spacing: -0.04em;
  text-align: center;
}

.main-tools .main-tools-title h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  color: #ffffff;
  letter-spacing: -0.04em;
  text-align: center;
}

.main-tools .main-tools-title span {
  background: radial-gradient(100% 472.73% at 0% 100%, rgba(2, 118, 168, 0.5) 0%, rgba(102, 11, 125, 0.5) 51.52%, rgba(0, 178, 255, 0.4) 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-tools .main-tools-desc {
  margin: 0 auto;
  width: 1080px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin-top: 20px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #ffffff;
}

.main-tools .main-tools-bottom {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1025px;
  display: none;
}

.main-tools .main-tools-bottom img {
  height: 28px;
  width: auto;
}

.main-grid .container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.main-grid .container img {
  max-width: 100%;
  max-height: 90px;
  margin: 0 auto;
  margin-top: 40px;
}

.main-grid .container > div {
  border-radius: 20px;
  height: 300px;
  float: left;
  padding: 40px;
}

.main-grid .container > div .main-grid-item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
}

.main-grid .container > div .main-grid-item-desc {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #373F47;
}

.main-grid .container > div:nth-child(1) {
  width: 25%;
  background: linear-gradient(314.05deg, #F9EDFF 0%, #FDFCFF 100%);
  margin-right: 20px;
  margin-bottom: 20px;
}

.main-grid .container > div:nth-child(1) .main-grid-item-title {
  font-size: 48px;
  line-height: 110%;
}

.main-grid .container > div:nth-child(2) {
  width: 47.5%;
  background: linear-gradient(285.48deg, #ECF5FD 0%, #F5EDFE 59.9%, #FAF6FF 100%);
  margin-right: 20px;
  margin-bottom: 20px;
}

.main-grid .container > div:nth-child(3) {
  width: 23.7%;
  min-height: 620px;
  background: linear-gradient(168.07deg, #F1F7FD 0%, #EDF6FD 100%);
  float: right;
}

.main-grid .container > div:nth-child(4) {
  width: 40.6%;
  background: linear-gradient(110.7deg, #FAF6FF 0%, #F9E8FF 48.44%, #F0F5FD 100%);
  margin-right: 20px;
}

.main-grid .container > div:nth-child(5) {
  width: 32.2%;
  background: linear-gradient(301deg, #EEF6FD 0%, #F3F3FD 100%);
  margin-right: 20px;
}

.get-started {
  margin: 100px auto;
  width: 83%;
  /*background: radial-gradient(100% 472.73% at 100% 0%, #0276A8 0%, rgba(2, 19, 168, 0) 100%), radial-gradient(100% 472.73% at 0% 100%, #660B7D 0%, rgba(79, 0, 247, 0) 100%), #000000;*/
  background: none;
  border-radius: 20px;
  position: relative;
  padding: 40px;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
}

.homepage .get-started {
  margin-top: -40px;
}

.get-started .get-started-bg {
  position: absolute;
  top: 37px;
  left: -25px;
}

.get-started .get-started-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  width: 100%;
  text-align: center;
}

.get-started .get-started-subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.get-started .get-started-btn {
  margin-top: 40px;
}

.get-started .get-started-btn a {
  padding: 12px 32px;
  height: 60px;
  border: 2px solid #E6EEFE;
  border-radius: 100px;
  text-decoration: none;
  margin: 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.get-started .get-started-btn a img {
  margin-right: 14px;
}

.get-started .get-started-btn a span {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #E6EEFE;
  text-align: center;
}

.get-started .get-started-btn a:hover {
  background: #407BF2;
}

.stories {
  margin-top: 100px;
  margin-bottom: 100px;
}

.stories .stories-title {
  width: 509px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
}

.stories .stories-desc {
  width: 630px;
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #373F47;
  text-align: center;
}

.stories .stories-item {
  height:100%;
  width: 488px;
  border: 1px solid #80808059;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 11, 125, 0.1)));
  background: linear-gradient(rgba(102, 11, 125, 0.1), rgba(2, 118, 168, 0.1));
}

.stories .stories-item .stories-item-content {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #242D35;
  min-height: 232px;
}

.stories .stories-item .stories-item-author {
  margin-top: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #373F47;
}

.stories .stories-item .stories-item-role {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #373F47;
}

.stories .stories-item .stories-item-img {
  /*margin-top: 20px;*/
  height: 24px;
}

.stories .stories-item .stories-item-img img {
  height: 100%;
  width: auto;
}

.stories .stories-item-wrap {
  padding: 40px;
  padding-bottom: 20px;
  border-radius: 20px;
  background: #ffffff;
  transition-duration: 0.3s;
}
.stories .stories-item-wrap:hover {
  transform: scale(1.02);
  transition-duration: 0.3s;
}

.benefits {
  margin-top: 100px;
}

.benefits .top-benefits-header {
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.04em;
  width: 26%;
}

.benefits .top-benefits-desc {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #242D35;
  width: 59%;
}

.benefits .benefits-btn {
  margin: 0 auto;
  margin-top: 87px;
  margin-bottom: 60px;
  max-width: 590px;
}

.benefits .benefits-btn div {
  padding: 8px 12px;
  text-align: center;
  border: 2px solid #B3CCFD;
  border-radius: 100px;
  color: #4F5B67;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 188px;
  cursor: pointer;
}

.benefits .benefits-btn div:hover {
  background: #3368D1;
  color: #ffffff;
  border: 2px solid #3368D1;
}

.benefits .benefits-btn div.active {
  background: #3368D1;
  color: #ffffff;
  border: 2px solid #3368D1;
}

.benefits .benefits-btn div.active:hover {
  border: 2px solid #B3CCFD;
  color: #4F5B67;
  background: #ffffff;
}

.benefits .slider-benefits-item-wrap {
  width: 100%;
  height: 100%;
}

.benefits .slider-benefits-item-wrap .slider-benefits-item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.benefits .slider-benefits-wrap {
  position: relative;
  height: 0;
  overflow-y: hidden;
  display: block;
}

.benefits .slider-benefits-wrap .slider-benefits {
  height: 100%;
  padding-left: 17%;
  padding-right: 17%;
}

.benefits .slider-benefits-wrap .slider-benefits .slick-list {
  height: 100% !important;
}

.benefits .slider-benefits-wrap .slider-benefits .slick-list .slick-track {
  height: 100%;
}

.benefits .slider-benefits-wrap.active {
  height: 446px !important;
  overflow-y: visible;
  display: block;
}

.benefits .slider-benefits-wrap .slider-l-bg {
  position: absolute;
  width: 872px;
  height: 442px;
  left: 0px;
  top: 34px;
  background: #EFE6FF;
  -webkit-filter: blur(60px);
          filter: blur(60px);
}

.benefits .slider-benefits-wrap .slider-r-bg {
  position: absolute;
  width: 872px;
  height: 442px;
  right: 20px;
  top: 0px;
  background: #E6F2FF;
  -webkit-filter: blur(60px);
          filter: blur(60px);
}

.benefits .slider-benefits-wrap .slider-benefits-arrows {
  position: absolute;
  top: 40%;
}

.benefits .slider-benefits-wrap .slider-benefits-arrows .arrow-left {
  position: absolute;
  top: 40%;
  left: 0;
  border: 2px solid #B3CCFD;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.benefits .slider-benefits-wrap .slider-benefits-arrows .arrow-right {
  position: absolute;
  top: 40%;
  right: 0;
  border: 2px solid #B3CCFD;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.benefits .benefits-items-top {
  margin-top: 100px;
  min-height: 872px;
}

.benefits .benefits-items-top .benefits-item {
  padding: 1px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(103, 172, 233, 0.1)));
  background: linear-gradient(rgba(103, 172, 233, 0.1), rgba(198, 152, 250, 0.1));
  float: left;
  margin-right: 20px;
}

.benefits .benefits-items-top .benefits-item > div {
  padding: 39px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
}

.benefits .benefits-items-top .benefits-item > div .benefits-item-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

.benefits .benefits-items-top .benefits-item > div .benefits-item-desc {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #373F47;
}

.benefits .benefits-items-top .benefits-item > div .benfits-item-img {
  background-position: center;
  background-size: cover;
  width: 100%;
}

.benefits .benefits-items-top .benefits-item:nth-child(1) {
  width: 32.1%;
  height: 70%;
}

.benefits .benefits-items-top .benefits-item:nth-child(1) .benefits-item-title {
  font-size: 48px;
  line-height: 110%;
}

.benefits .benefits-items-top .benefits-item:nth-child(1) .benfits-item-img {
  min-height: 271px;
  margin-top: 24px;
}

.benefits .benefits-items-top .benefits-item:nth-child(2) {
  width: 32.1%;
  height: 70%;
}

.benefits .benefits-items-top .benefits-item:nth-child(2) .benefits-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: linear-gradient(285.48deg, #ECF5FD 0%, #F5EDFE 59.9%, #FAF6FF 100%);
}

.benefits .benefits-items-top .benefits-item:nth-child(2) .benefits-item-wrap .benfits-item-img {
  min-height: 300px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 40px;
}

.benefits .benefits-items-top .benefits-item:nth-child(2) .benefits-item-wrap .benefits-item-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.benefits .benefits-items-top .benefits-item:nth-child(2) .benefits-item-wrap .benefits-item-desc {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.benefits .benefits-items-top .benefits-item:nth-child(3) {
  width: 32.1%;
  height: 872px;
  float: right;
  margin-right: 0;
}

.benefits .benefits-items-top .benefits-item:nth-child(3) .benefits-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.benefits .benefits-items-top .benefits-item:nth-child(3) .benefits-item-wrap .benfits-item-img {
  min-height: 621px;
  margin-top: 40px;
}

.benefits .benefits-items-top .benefits-item:nth-child(4) {
  width: 66%;
  height: 27%;
  margin-top: 20px;
}

.benefits .benefits-items-top .benefits-item:nth-child(4) .benefits-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.benefits .benefits-items-top .benefits-item:nth-child(4) .benefits-item-wrap .benefits-item-desc {
  display: none;
}

.benefits .benefits-items-top .benefits-item:nth-child(4) .benefits-item-wrap .benfits-item-img {
  width: 42%;
  min-height: 155px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.benefits .benefits-items-top .benefits-item:nth-child(4) .benefits-item-wrap .benefits-item-title {
  width: 48%;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.benefits .benefits-items-top .benefits-item .benfits-item-img {
  border-radius: 10px;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(1) {
  width: 32.1%;
  height: 872px;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(1) .benefits-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(1) .benefits-item-wrap .benefits-item-title {
  font-size: 40px;
  line-height: 120%;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(1) .benefits-item-wrap .benefits-item-desc {
  font-size: 24px;
  line-height: 120%;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(1) .benefits-item-wrap .benfits-item-img {
  min-height: 445px;
  margin-top: 40px;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(2) {
  width: 32.1%;
  height: 70%;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(2) .benefits-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: linear-gradient(285.48deg, #ECF5FD 0%, #F5EDFE 59.9%, #FAF6FF 100%);
}

.benefits .benefits-items-bottom .benefits-item:nth-child(2) .benefits-item-wrap .benfits-item-img {
  min-height: 335px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 40px;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(2) .benefits-item-wrap .benefits-item-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(2) .benefits-item-wrap .benefits-item-desc {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 24px;
  line-height: 120%;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(3) {
  width: 32.1%;
  height: 617px;
  float: right;
  margin-right: 0;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(3) .benefits-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(3) .benefits-item-wrap .benefits-item-title {
  font-size: 40px;
  line-height: 120%;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(3) .benefits-item-wrap .benefits-item-desc {
  font-size: 18px;
  line-height: 140%;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(3) .benefits-item-wrap .benfits-item-img {
  min-height: 238px;
  margin-top: 24px;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(4) {
  width: 66%;
  float: right;
  margin-right: 0;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(4) .benefits-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(4) .benefits-item-wrap .benfits-item-img {
  width: 28%;
  min-height: 155px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(4) .benefits-item-wrap .benefits-item-title {
  width: 100%;
  margin-bottom: 0;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(4) .benefits-item-wrap .benefits-item-desc {
  display: block;
  width: 100%;
}

.benefits .benefits-items-bottom .benefits-item:nth-child(4) .benefits-item-wrap .new-flex-item {
  width: 66%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.form-get {
  width: 83%;
  padding: 40px;
  background: linear-gradient(285.48deg, #ECF5FD 0%, #F5EDFE 59.9%, #FAF6FF 100%);
  border-radius: 20px;
  margin: 0 auto;
}

.pum-content .form-get {
  width: 560px;
  padding: 40px;
  background: linear-gradient(285.48deg, #ECF5FD 0%, #F5EDFE 59.9%, #FAF6FF 100%);
  border-radius: 20px;
  margin: 0 auto;
}

.pum-content .form-get input[type="submit"] {
  max-width: 100%;
}

.form-get .wpcf7 form .wpcf7-response-output,
.subscribe-right .wpcf7 form .wpcf7-response-output {
  border: none;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-get .wpcf7 form .wpcf7-spinner {
  background: none;
}

.form-get .wpcf7-spinner::before {
  top: -25px;
  left: -70px;
}

.subscribe-right .wpcf7-spinner::before {
  top: 5px;
  left: 5px;
}

.subscribe-right .wpcf7-not-valid-tip {
  font-size: 14px;
}

.form-get .form-get-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}

.form-get .form-get-subtitle {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #373F47;
  text-align: center;
}

.form-get input[type=submit] {
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  background: #407BF2;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
  cursor: pointer;
  border: 2px solid #407BF2;
  max-width: 224px;
}

.form-get input[type=submit]:hover {
  border: 2px solid #B3CCFD;
  color: #4F5B67;
  background: #ffffff;
}

.form-get .wpcf7-not-valid-tip {
  position: absolute;
  color: red;
  top: 40px;
  font-size: 14px;
}

footer .wpcf7 form.failed .wpcf7-response-output {
  max-width: 350px;
  border: none;
  margin: 0 auto;
  font-size: 14px;
  padding: 0;
}

body .pum-theme-288 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
  left: 52.5%;
}

body .wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  padding: 10px;
  margin: 0;
  margin-left: 50px;
}

.step-3 input[disabled] {
  pointer-events:none;
}

body .pum-theme-290 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {
  height: 30px;
}

/* compare */
.h-line {
  margin: 0 auto;
  height: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 11, 125, 0.1)), to(rgba(2, 118, 168, 0.1)));
  background: linear-gradient(rgba(102, 11, 125, 0.1), rgba(2, 118, 168, 0.1));
}

.compare-top {
  padding: 70px 0px;
  width: 100%;
  align-items:center;
  justify-content: start;
  column-gap: 80px;
}

.compare-top .compare-top-header {
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.04em;
  max-width: 45%;
}

.compare-top .compare-top-desc {
  font-size: 27px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.04em;
  color: #242D35;
}
.compare-top .compare-top-desc p{
  margin-bottom: 0;
}
.compare-content {
margin: 80px auto;
width: 100%;
}

.compare-content .compare-content-top-left {
width: 49%;
margin-right: 10px;
}

.compare-content .compare-content-top-center {
text-align: center;
width: 33.3%;
font-weight: 600;
font-size: 24px;
line-height: 120%;
letter-spacing: -0.04em;
color: #242D35;
background: #F7F8FB;
border-radius: 20px 20px 0 0;
margin-right: 4px;
}

.compare-content .compare-content-top-center .compare-wrap {
padding-top: 40px;
}

.compare-content .compare-content-top-right {
text-align: center;
width: 33.3%;
background: linear-gradient(285.48deg, #ECF5FD 0%, #F5EDFE 59.9%, #FAF6FF 100%);
border-radius: 20px 20px 0 0;
}

.compare-content .compare-content-top-right .compare-wrap {
padding-top: 40px;
}

.compare-content .compare-content-top-right .compare-wrap img {
width: 118px;
margin: 0 auto;
}

.compare-content .compare-content-item {
position: relative;
}

.compare-content .compare-content-item .h-line {
position: absolute;
bottom: 0;
}

.compare-content .compare-content-item .compare-content-item-left {
font-weight: 600;
font-size: 24px;
line-height: 120%;
letter-spacing: -0.04em;
width: 49%;
margin-right: 10px;
}

.compare-content .compare-content-item .compare-content-item-left .compare-wrap {
padding-top: 40px;
padding-left: 40px;
}

.compare-content .compare-content-item .compare-content-item-center {
background: #F7F8FB;
font-size: 16px;
line-height: 140%;
letter-spacing: -0.02em;
color: #373F47;
margin-right: 4px;
width: 33.3%;
}

.compare-content .compare-content-item .compare-content-item-center .compare-wrap {
padding: 40px 12.5% 40px 16%;
}

.compare-content .compare-content-item .compare-content-item-right {
background: linear-gradient(285.48deg, #ECF5FD 0%, #F5EDFE 59.9%, #FAF6FF 100%);
width: 33.3%;
}

.compare-content .compare-content-item .compare-content-item-right .compare-wrap {
padding: 40px 9.7% 40px 12.5%;
}

.compare-content .compare-content-item .compare-content-item-right .compare-wrap span {
width: 100%;
margin-bottom: 14px;
display: block;
font-size: 16px;
line-height: 140%;
letter-spacing: -0.02em;
color: #373F47;
}

.compare-content .compare-content-item .compare-content-item-right .compare-wrap img {
margin-right: 15px;
}

.compare-content .compare-content-item:last-child .h-line {
display: none;
}

.compare-content .compare-content-item:last-child .compare-content-item-center {
border-radius: 0 0 20px 20px;
}

.compare-content .compare-content-item:last-child .compare-content-item-right {
border-radius: 0 0 20px 20px;
}

/* features */
.main-content {
  flex-direction: column;
}

aside {
  width: 30.5%;
  float: left;
}

main.main-right {
  width: 69.5%;
  float: right;
  padding-left: 40px;
}

main.main-left {
  width: 69.5%;
  float: left;
  padding-right: 40px;
}

main.main-right .get-started {
  margin-top: 40px;
  margin-bottom: 0;
  width: 100%;
}

.right {
  float: right;
}

.content-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.04em;
  width: 100%;
  margin-bottom: 12px;
}

.content-subtitle {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  -webkit-font-feature-settings: 'ss01' on, 'ss02' on;
          font-feature-settings: 'ss01' on, 'ss02' on;
  color: #242D35;
}

.new-features-block {
  margin-top: -16px;
  background: #242D35;
  border-radius: 10px;
  padding: 20px;
  padding-top: 32px;
  position: relative;
}

.new-features-block .star-block {
  position: absolute;
  top: -24px;
  left: 20px;
  padding: 13.5px;
  background: #407BF2;
  border-radius: 10px;
}

.new-features-block .stars-block {
  position: absolute;
  top: 0;
  right: 5px;
}

.new-features-block .new-features-block-content-left {
  max-width: 523px;
}

.new-features-block .new-features-block-content-left .new-features-block-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin-bottom: 8px;
  position: relative;
}

.new-features-block .new-features-block-content-left .new-features-block-desc {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #A8B0B9;
}

.new-features-block .new-features-block-content-right {
  min-width: 215px;
  padding: 12px 24px;
  border-radius: 100px;
  background: #407BF2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.new-features-block .new-features-block-content-right a {
  width: 100%;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.new-features-block .new-features-block-content-right a span {
  display: block;
  margin-right: 17px;
}

.new-features-block .new-features-block-content-right a svg {
  padding-top: 5px;
}

.new-features-block .new-features-block-content-right:hover {
  background: #3368D1;
}

.aside-list-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 11, 125, 0.1)), to(rgba(2, 118, 168, 0.1)));
  background: linear-gradient(rgba(102, 11, 125, 0.1), rgba(2, 118, 168, 0.1));
  border-radius: 20px;
  padding: 1px;
}

.aside-list-wrap .aside-list {
  border-radius: 20px;
  width: 100%;
  background: #F7F8FB;
  padding: 19px;
}

.aside-list-wrap .aside-list .aside-list-item {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  cursor: pointer;
}

.aside-list-wrap .aside-list .aside-list-item:last-child {
  margin-bottom: 0;
}

.features .aside-list-wrap .aside-list .aside-list-item:hover {
  color: #407BF2;
}

.aside-list-wrap .aside-list .aside-list-item:hover path {
  stroke: #407BF2;
}

.features-block .h-line {
  margin-bottom: 50px;
}

.features-block:last-child .features-items .h-line,
.features-block:last-child .features-block-bottom {
  display: none;
}

.features-block:last-child {
  margin-bottom: 40px;
}

.features-items .features-item {
  width: 100%;
  margin-bottom: 40px;
}

.features-items .features-item:last-child {
  margin-bottom: 0;
}

.features-items .features-item .features-item-img {
  width: 48.5%;
  height: 288px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.features-items .features-item .features-item-img.features-item-img-new {
  width: 32%;
}

.features-items .features-item .features-item-img a {
  width: 100%;
  height: 100%;
  display: block;
}

.features-items .features-item .features-img-content {
  width: 51.5%;
  padding-left: 40px;
}

.features-items .features-item .features-img-content.features-img-content-new {
  width: 67%;
}

.features-items .features-item .features-img-content > div {
  width: 100%;
}

.features-title-new {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #0C1116;
}

.features-items .features-item .features-img-content .features-star,
main.feature .feature-item-content .features-star {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #717D8A;
}

.features-items .features-item .features-img-content .features-star img,
main.feature .feature-item-content .features-star img {
  margin-right: 5px;
}

.features-items .features-item .features-img-content .features-title a {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  width: 100%;
  margin-bottom: 12px;
  text-decoration: none;
  color: #0C1116;
}

.features-items .features-item .features-img-content .features-title a:hover {
  color: #4F5B67;
}

.features-items .features-item .features-img-content .features-text {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #4F5B67;
  word-wrap: break-word;
}

.features-items .features-item .features-img-content .features-text p {
  margin-bottom: 15px;
}

.features-items .features-item .features-img-content .features-link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #407BF2;
  text-decoration: none;
}

.features-items .features-item .features-img-content .features-link a:hover {
  color: #3368D1;
}

.features-block {
  position: relative;
  margin-bottom: 200px;
}

.features-block-bottom {
  position: absolute;
  width: 5000px;
  bottom: -120px;
  left: -1500px;
  height: 40px;
  background: linear-gradient(180deg, #F9FAFA 0%, rgba(249, 250, 250, 0) 100%);
}

.features-block-bottom-new {
  bottom: -80px;
}

.main-right > .features-block-bottom {
  bottom: 0;
}

.features .new-features-block,
.new-features main.main-right .get-started {
  margin-bottom: 120px;
}

.new-futures-block {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin-bottom: 24px;
}

.new-futures-block .star-block {
  padding: 13.5px 18px;
  background: #407BF2;
  border-radius: 10px;
}

.new-futures-block:last-child {
  padding: 13.5px 24px;
}

main.feature .top-block-title {
  width: 58%;
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.04em;
  margin-bottom: 0px;
  margin-top: 40px;
}

main.feature .top-block-desc {
  width: 83%;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #242D35;
}

main.feature .h-line {
  margin-top: 80px;
}

main.feature .feature-item-big {
  padding-top: 80px;
  padding-bottom: 80px;
}

main.feature .feature-item-big .feature-item-img {
  width: 49%;
  height: 441px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

main.feature .feature-item-content {
  padding-right: 40px;
  padding-left: 40px;
  width: 50%;
}

main.feature .feature-item-content .feature-item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}

main.feature .feature-item-content .feature-item-desc {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #373F47;
}

main.feature .feature-item-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 11, 125, 0.1)), to(rgba(2, 118, 168, 0.1)));
  background: linear-gradient(rgba(102, 11, 125, 0.1), rgba(2, 118, 168, 0.1));
  width: 32%;
  border-radius: 10px;
  padding: 1px;
}

main.feature .feature-item {
  padding-bottom: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  padding-top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}

main.feature .feature-item:hover {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(36, 52, 66, 0.3));
          filter: drop-shadow(0px 2px 5px rgba(36, 52, 66, 0.3));
}

main.feature .feature-item .feature-item-img {
  width: 100%;
  height: 288px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0 0;
}

main.feature .feature-item .feature-item-title {
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

main.feature .feature-item .feature-item-title a {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #0C1116;
  text-decoration: none;
}

main.feature .feature-item .feature-item-title a:hover {
  color: #407BF2;
}

main.feature .feature-item .feature-item-desc {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #4F5B67;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

main.feature .feature-other-wrap {
  padding-top: 40px;
  padding-bottom: 60px;
}

main.feature .feature-other-wrap .feature-other-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.04em;
  padding-bottom: 40px;
}

main.feature .feature-update-wrap {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
  background: #242D35;
}

main.feature .feature-update-wrap .feature-item-wrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #242D35;
}

main.feature .feature-update-wrap .feature-item-wrap:hover {
  background: #717D8A;
  -webkit-box-shadow: 0px 2px 5px rgba(36, 52, 66, 0.3);
          box-shadow: 0px 2px 5px rgba(36, 52, 66, 0.3);
}

main.feature .feature-update-wrap .feature-item {
  background: #373F47;
}

main.feature .feature-update-wrap .feature-item:hover {
  -webkit-filter: none;
          filter: none;
}

main.feature .feature-update-wrap .feature-update {
  position: relative;
}

main.feature .feature-update-wrap .feature-update .new-features-block {
  position: absolute;
  top: -83px;
}

main.feature .feature-update-wrap .feature-update .new-features-block .star-block {
  margin-right: 5px;
}

main.feature .feature-update-wrap .feature-update .feature-update-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 40px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
}

main.feature .feature-update-wrap .feature-update .new-futures-block {
  margin-top: -83px;
  margin-bottom: 29px;
}

main.feature .feature-update-wrap .feature-update .features-star {
  padding: 20px;
  padding-bottom: 12px;
  color: #A8B0B9;
  font-size: 14px;
  line-height: 120%;
}

main.feature .feature-update-wrap .feature-update .feature-item-title {
  padding-top: 20px;
}

main.feature .feature-update-wrap .feature-update .feature-item-title a {
  color: #F4F4F6;
  padding-top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

main.feature .feature-update-wrap .feature-update .feature-item-title a:hover {
  color: #407BF2;
}

main.feature .feature-update-wrap .feature-update .feature-item-desc {
  color: #A8B0B9;
}

main.feature .feature-update-wrap .feature-update .features-star img {
  margin-right: 5px;
}

main.feature .feature-update-btn {
  margin: 0 auto;
  margin-top: 40px;
  background: #407BF2;
  border-radius: 100px;
  width: 386px;
  padding: 12px 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

main.feature .feature-update-btn a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  letter-spacing: -0.04em;
}

main.feature .feature-update-btn span {
  display: block;
  margin-right: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

main.feature .feature-update-btn:hover span {
  margin-right: 42px;
}

main.feature .feature-update-btn .aside-list-item-icon {
  margin-top: 3px;
}

main.feature .feature-update-btn:hover {
  background: #3368D1;
}

/* faq main */
.faq {
  margin-top: 100px;
}

.faq .faq-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
  width: 100%;
  text-align: center;
}

.faq .faq-title h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
}

.faq .faq-items {
  margin-top: 40px;
}

.faq .faq-items .faq-item {
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 11, 125, 0.1)), to(rgba(2, 118, 168, 0.1)));
  background: linear-gradient(rgba(102, 11, 125, 0.1), rgba(2, 118, 168, 0.1));
  border-radius: 8px;
  margin-bottom: 12px;
}

.faq .faq-items .faq-item details {
  background: #ffffff;
  border-radius: 8px;
}

.faq .faq-items .faq-item details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  position: relative;
  cursor: pointer;
  list-style: none;
  padding-right: 24px;
}

.faq .faq-items .faq-item details summary h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
}

.faq .faq-items .faq-item details summary:after {
  content: url('https://fans-crm.com/wp-content/themes/fanscrm/img/arrow-bottom.svg');
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear;
  -webkit-transition: transform .1s;
}

.faq .faq-items .faq-item details summary::-webkit-details-marker {
  display: none;
}

.faq .faq-items .faq-item details div {
  padding: 19px;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #373F47;
}

.faq .faq-items .faq-item details div p {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #373F47;
}

.faq .faq-items .faq-item details div p:last-child {
  padding-bottom: 0;
}

.faq .faq-items .faq-item details div h2,
.faq .faq-items .faq-item details div h3,
.faq .faq-items .faq-item details div h4 {
  padding-bottom: 30px;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #373F47;
}

.faq .faq-items .faq-item details[open] {
  background: #F7F8FB;
}

.faq .faq-items .faq-item details[open] summary::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.faq .faq-items .faq-item.open {
  background: #B3CCFD;
}

.faq .faq-btn {
  margin: 0 auto;
  margin-top: 40px;
  background: #407BF2;
  border-radius: 100px;
  width: 386px;
  padding: 12px 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faq .faq-btn a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  letter-spacing: -0.04em;
}

.faq .faq-btn a span {
  display: block;
  margin-right: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faq .faq-btn a .aside-list-item-icon {
  margin-top: 3px;
}

.faq .faq-btn:hover {
  background: #3368D1;
}

.faq .faq-btn:hover span {
  margin-right: 42px;
}

/* guides */
.main-content aside {
  width: 30.5%;
}

.main-content aside .search {
  width: 100%;
}

.main-content aside .aside-list-wrap.aside-all-posts {
  margin-top: 20px;
}

.main-content aside .aside-list-wrap .aside-list-title,
main .aside-list-wrap .aside-list-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}

.main-content aside .aside-list-wrap .aside-list-item summary {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
}

.main-content aside .aside-list-wrap .aside-list-item .aside-list-item-border {
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 11, 125, 0.1)), to(rgba(2, 118, 168, 0.1)));
  background: linear-gradient(rgba(102, 11, 125, 0.1), rgba(2, 118, 168, 0.1));
  margin-top: 20px;
}

.main-content aside .aside-list-wrap .aside-list-item:hover {
  color: #0C1116;
}

.main-content aside .aside-list-wrap .aside-list-item .details-more {
  margin-top: 8px;
}

.main-content aside .aside-list-wrap .aside-list-item .details-more .details-more-item {
  margin-bottom: 8px;
}

.main-content aside .aside-list-wrap .aside-list-item .details-more .details-more-item a {
  text-decoration: none;
}

.main-content aside .aside-list-wrap .aside-list-item .details-more .details-more-item a .aside-list-item-title {
  padding-right: 15px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #717D8A;
}

.main-content aside .aside-list-wrap .aside-list-item:hover path {
  stroke: #717D8A;
}

.main-content aside .aside-consult-content .aside-consult-img,
main .aside-consult-content .aside-consult-img {
  width: 44px;
  height: 44px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin-right: 8px;
}

.aside-consult-mob {
  display: none;
}

.main-content aside .aside-consult-content .aside-consult-text-title,
main .aside-consult-content .aside-consult-text-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
}

.main-content aside .aside-consult-content .aside-consult-text-desc,
main .aside-consult-content .aside-consult-text-desc {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #4F5B67;
}

.main-content aside .aside-consult-btn,
main .aside-consult-btn {
  margin-top: 20px;
  padding: 12px;
  width: 200px;
  background: #407BF2;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
}

.main-content aside .aside-consult-btn:hover,
main .aside-consult-btn:hover {
  background: #3368D1;
}

/* .main-content main {
  width: 66%;
} */
.top-section {
  margin-top: 0px;
  padding-top: 1px;
}
.main-content__top {
  padding-bottom: 50px;
  background: rgba(244, 244, 246, 0.52);
}
.main-content__top-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 20px;
}
.main-content__categories h4 {
  color: #717d8a;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 15px;
}
.main-content__categories-block {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  }
 .main-content__categories-block a{
  text-decoration: none;
  color:#717D8A;
  text-transform: uppercase;
 }
 .main-content__categories-block a.active{
  color:white;
 }
.main-content__categories-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 27px;
  background-color: #fff;
  cursor: pointer;
}
.main-content__categories-item p {
  color: #717d8a;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
}
.main-content__categories-item.active {
  background-color: #407BF2;
  color: #fff;
}

.main-content__top-search {
  width: 285px;
  margin-top: 40px;
  position: relative;
}
.main-content__top-search .search {
  width: 100%;
}
.main-content__top-search form {
  width: 100%;
}
.main-content__top-search input[type=text] {
  width: 100%;
  min-width:225px;
  height: 44px;
  box-sizing: border-box;
  border: 1px solid rgb(214, 218, 222) !important;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  padding: 13px 9px;
  padding-left: 38px;
}
.main-content__top-search #searchsubmit {
  position: absolute;
  left: 13px;
  top: 9px;
}
.main-content .ajax-guides {
  padding-top: 30px;
}
.blog-form {
  position: relative;
}
.blog-form::before {
  content: '';
  display: block;
  width: 220vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -62%;
  background-color: #242D35;
}
.blog-form .get-started {
  margin: 0;
  padding: 100px 0;
  width: 100%;
  background: none;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.blog-form .get-started-text {
  flex-grow: 1;
}
.blog-form .get-started-form-custom-users-list-wrapper {
  flex-grow: 1;
}

.blog-form .get-started .get-started-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.blog-form .get-started .custom-users-forms-wrapper {
  margin: 0;
  grid-template-columns: 1fr 1fr;
}
.blog-form .get-started .custom-user-list-form {
  display: flex !important;
  gap: 0;
}
.blog-form .get-started .custom-user-list-form input[type="email"] {
  background: transparent;
}
.blog-form .get-started .custom-user-list-form button {
  margin-top: 20px;
}

@media (max-width: 992px) {
  .compare-top {
    padding: 50px 0;
    flex-direction: column;
    row-gap: 20px;
    align-items: start;
  }
  .compare-top .compare-top-header {
    max-width: 100%;
    font-size: 58px;
    line-height: 55px;
  }
  .compare-top .compare-top-desc {
    font-size: 22px;
    line-height: 26px;
  }
  .blog-form .get-started {
    padding: 80px 0;
  }
  .blog-form .get-started-text {
    flex-grow: 0;
  }
}
@media (max-width: 768px) {
  .compare-top {
    padding: 20px 0;
  }
  .main-content__top {
    padding-bottom: 20px;
  }
  .main-content__top-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
  .main-content__categories h4 {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .main-content__categories-block__wrapper {
    width: calc(100vw - 20px);
    overflow-x: auto;
    scrollbar-width: none;
  }
  .main-content__categories-block__wrapper::-webkit-scrollbar {
    display: none;
  }
  .main-content__categories-block {
    flex-direction: column;
    align-items: flex-start;
    min-width: fit-content;
    flex-wrap: nowrap;
    gap: 6px;
    padding-right: 20px;
  }
  .main-content__categories-item {
    padding: 6px 12px;
  }
  .main-content__categories-item p {
    font-size: 14px;
    min-width: max-content;
  }
  .main-content__top-search {
    margin: 0;
    width: 100%;
  }
  .blog-form .get-started {
    padding: 60px 0;
    flex-direction: column;
    row-gap: 5px;
  }
  .blog-form .get-started-form-custom-users-list-wrapper {
    width: 100%;
  }
  .blog-form .get-started .custom-users-forms-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .blog-form .get-started .get-started-title {
    font-size: 40px;
    line-height: 44px;
  }
  .blog-form .get-started .get-started-subtitle {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
  }
  .blog-form .get-started .custom-user-list-form input[type="email"] {
    height: 44px;
    padding: 12px;
  }
  .blog-form .get-started .custom-user-list-form button {
    height: 44px;
  }
}
.main-content main .giudes-breadcrumb {
  margin-top: 20px;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #717D8A;
}

.main-content main .giudes-breadcrumb > * {
  margin-right: 12px;
}

.main-content main .giudes-breadcrumb a {
  cursor: pointer;
  color: #407BF2;
  text-decoration: none;
}

.main-content main .giudes-part {
  margin-top: 00px;
}

.main-content main .giudes-part:last-child .h-line {
  display: none;
}

.main-content main .giudes-part .guides-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.04em;
}

.main-content main .giudes-part .guides-top-btn {
  width: 201px;
}

.main-content main .giudes-part .guides-all-ajax {
  width: 215px;
}

.main-content main .giudes-part .giudes-top-subtitle {
  width: 75%;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #242D35;
  margin-top: 20px;
}

.main-content main .giudes-part .giudes-items {
  margin-top: 40px;
  margin-bottom: 20px;
}


/* first-on-two */
@media (min-width: 800px){


  .giudes-items.grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 20px;
    grid-template-areas:
      "first-on-two first-on-two ."
      ". . ."
      ". . .";
  }

  .first-on-two { grid-area: first-on-two; }

  .first-on-two a {
    display:contents;
  }
  .main-content main .giudes-part .giudes-items .guides-item-wrap.first-on-two .guides-item{
    display: flex;
  }
  .main-content main .giudes-part .giudes-items .guides-item-wrap.first-on-two .guides-item .guides-item-img{
    width: calc(50% - 10px);
    height: 100%;
    border-radius: 10px 0 0 10px;
  }

  .main-content main .giudes-part .giudes-items .guides-item-wrap.first-on-two .guides-item .guides-info{
    width: 50%;
  }
  .main-content main .giudes-part .giudes-items .guides-item-wrap.first-on-two .guides-item .guides-item-title a{
    font-size: 32px;
    font-weight: bold;
  }
}
/* endfirst */

.guides-info{
  padding: 20px;
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.pagination_guides{
  display: flex;
  justify-content:center;
  margin-bottom:40px;
}

.pagination_guides > .page-numbers.current, .pagination_guides > .page-numbers:hover{
  background-color: #407BF2;
  color:white;
}
.pagination_guides > * {
  border: 1px solid #B3CCFD;
  border-radius: 100%;
  padding: 13px;
  color: black;
  text-decoration: none;
  margin: 0 7px;
}
.pagination-item-wrapper{
  height: 14px;
    width: 14px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.category_guide{
  color:#D6DADE;
  border: 1px solid #D6DADE;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 20px;
}
.guides-item-icon a {
  text-decoration: none;
}
.button_read_guides{
    font-size: 18px;
    color: white;
    background: #407BF2;
    border-radius: 20px;
    padding: 12px 20px;
}
.button_read_guides:hover{
  background:#004eea;
}
.time-read .avatar{
  border-radius: 100%;
}
.time-read .sepatate-dot{
  width: 4px;
  height: 4px;
  margin: 0 10px;
  border-radius: 100%;
  background-color: #A8B0B9;
}
.main-content main .giudes-part .giudes-items .guides-item-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 11, 125, 0.1)), to(rgba(2, 118, 168, 0.1)));
  background: linear-gradient(rgba(102, 11, 125, 0.1), rgba(2, 118, 168, 0.1));
  width: 100%;
  border-radius: 10px;
  padding: 1px;
  text-decoration: none;
}

.main-content main .giudes-part .giudes-items .guides-item-wrap .guides-item {
  background: #ffffff;
  border-radius: 10px;

  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.main-content main .giudes-part .giudes-items .guides-item-wrap .guides-item .guides-item-img {
  height: 200px;
  background-position: center;
  background-size: cover;
  border-radius: 10px 10px 0 0;
}

.main-content main .giudes-part .giudes-items .guides-item-wrap .guides-item .guides-item-title {
  padding-bottom: 0;
  height: 25%;
}

.main-content main .giudes-part .giudes-items .guides-item-wrap .guides-item .guides-item-title a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #0C1116;
}

.main-content main .giudes-part .giudes-items .guides-item-wrap .guides-item .guides-item-title span {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 12px;
  letter-spacing: -0.04em;
  text-decoration: none;
  cursor: pointer;
  color: #0C1116;
  transition: all 0.3s;
}
.main-content main .giudes-part .giudes-items .guides-item-wrap .guides-item .guides-item-title span:hover {
  color: #717d8a;
  transition: all 0.3s;
}

.main-content main .giudes-part .giudes-items .guides-item-wrap .guides-item .guides-item-title a:hover {
  color: #717d8a;
}

.main-content main .giudes-part .giudes-items .guides-item-wrap .guides-item .guides-item-desc {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -.02em;
  color: #4F5B67;
  margin-bottom: 15px;
  display: block;
  height: 72px;
  overflow: hidden;
}

.main-content main .giudes-part .giudes-items .guides-item-wrap .guides-item .guides-item-desc.category_guide {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -.02em;
  color: #4F5B67;
  margin-bottom: 15px;
  display: block;
  height: fit-content;
  overflow: hidden;
}

.main-content main .giudes-part .giudes-items .guides-item-wrap .guides-item .guides-item-desc .flex-stretch {
  flex: 1 1 auto;
  height: 40%;
}

.main-content main .giudes-part .giudes-items .guides-item-wrap .guides-item .guides-item-icon {
  color: #373F47;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.main-content main .giudes-part .giudes-items .guides-item-wrap .guides-item .guides-item-icon img {
  margin-right: 5px;
}

.main-content main .giudes-part .h-line {
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 11, 125, 0.1)), to(rgba(2, 118, 168, 0.1)));
  background: linear-gradient(rgba(102, 11, 125, 0.1), rgba(2, 118, 168, 0.1));
  margin: 40px auto;
}

aside .search {
  border: 1px solid #d6dade;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 140%;
  color: #717d8a;
  position: relative;
  min-width: 285px;
  height: 44px;
}

aside .search img {
  position: absolute;
  right: 12px;
  top: 10px;
}

.btn {
  padding: 10px 22px;
  height: 44px;
  text-align: center;
  border: 2px solid #B3CCFD;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn a,
.guides-top-btn > span > span {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #407BF2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  cursor: pointer;
}

.btn a:hover,
.guides-top-btn:hover > span > span {
  color: #ffffff;
}

.btn:hover {
  background: #407BF2;
  border: 2px solid #407BF2;
}

.btn:hover a {
  color: #ffffff;
}

.btn:hover path {
  stroke: #ffffff;
}

.container-md {
  width: 794px;
  margin: 40px auto;
}

h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.04em;
}

.post-content p {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -.04em;
  color: #373f47;
  margin-bottom: 20px;
}

.post-content h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -.04em;
  color: #0c1116;
  margin-top: 50px;
  margin-bottom: 20px;
}

.post-content h3,
.post-content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -.04em;
  color: #0c1116;
  margin-top: 30px;
  margin-bottom: 15px;
}

.post-content a {
  text-decoration: none;
  color: #407BF2;
}

.stories .stories-item-wrap {
  height: 100%;
}

.compare-small {
  display: none;
}

/* */
.single-content {
  padding-top: 40px;
}

body div#ez-toc-container {
  padding-right: 0;
}

body #ez-toc-container {
  background: none;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: table;
  margin-bottom: 0;
  padding: 0;
    padding-right: 0;
  position: relative;
  width: 100%;
}

body #ez-toc-container a {
  color: #717D8A;
}

body #ez-toc-container a:hover {
  text-decoration: none;
  color: #407BF2;
}

body #ez-toc-container ul li {
  padding-left: 5px;
  margin-bottom: 8px;
}

body .ez-toc-title-container {
  margin-bottom: 20px;
}

.aside-list-content ul {
  padding-left: 19px;
}

.aside-list-content li {
  list-style-type: none;
  margin-bottom: 8px;
  list-style-position: outside;
}

.aside-list-content li a {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #4F5B67;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}

.aside-list-content li a:hover {
  color: #407BF2;
}

.aside-list-content li a:before {
    content: counter(item, disc) " ";
    margin-right: .2em;
    counter-increment: item;
    flex-grow: 0;
    flex-shrink: 0;
    float: left;
    margin: 0px 10px 0px -16px;
}

.aside-list a.btn {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #407BF2;
  width: 108px;
  display: block;
  text-decoration: none;
  padding: 8px;
}

.aside-list a.btn:hover {
  color: #ffffff;
}

.block-further {
  padding-top: 60px;
  padding-bottom: 0;
}

.block-further .further-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  margin-bottom: 40px;
  letter-spacing: -0.04em;
}

.further-item-wrap {
  padding: 1px;
  background: linear-gradient(rgba(102, 11, 125, 0.1), rgba(2, 118, 168, 0.1));
  border-radius: 10px;
  width: 32.5%;
  transition-duration: 0.3s;
}
@media (max-width: 1249px) {
  .further-item-wrap {
    width: 32%;
  }
}
.further-item {
  background: #ffffff;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  transition-duration: 0.3s;
}
.further-item:hover {
  box-shadow: 0 0 15px #002433;
  transform: scale(1.02);
  transition-duration: 0.3s;
}
.further-item .further-item-img {
  border-radius: 10px 10px 0 0;
  background-position: center !important;
  background-size: cover !important;
  width: 100%;
  height: 200px;
}
.further-item .further-item-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}
.further-item .further-item-cat {
  border: 1px solid #D6DADE;
  border-radius: 100px;
  padding: 4px 8px;
  height: 28px;
  display: inline-block;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #717D8A;
  width: fit-content;
}
.further-item .further-item-title {
  margin-bottom: 12px;
  display: block;
  height: 90px;
  overflow: hidden;
}
.further-item .further-item-title a {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 12px;
  letter-spacing: -0.04em;
  text-decoration: none;
  cursor: pointer;
  color: #0C1116;
  transition: all 0.3s;
}
.further-item .further-item-title span {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 12px;
  letter-spacing: -0.04em;
  text-decoration: none;
  cursor: pointer;
  color: #0C1116;
  transition: all 0.3s;
}
.further-item .further-item-title span:hover {
  color: #717D8A;
}
.further-item .further-item-title a:hover {
  color: #717D8A;
}
.further-item .post-top-meta {
  color: #373F47;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.further-item .post-top-meta a {
  color: #373F47;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #407BF2;
  text-decoration: none;
}
.further-item .post-top-meta a:hover {
  color: #3368D1;
}
.further-item .post-top-meta span {
  margin: 0 5px;
}
.further-item .post-top-meta img {
  margin-right: 5px;
}

.main-grid a.btn {
  margin: 60px auto;
  margin-bottom: 100px;
  text-decoration: none;
  border: none;
  color: #ffffff;
  background: #407BF2;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  display: block;
  width: 285px;
  height: 60px;
  padding: 17px 10px;
  transition: all 0.3s;
}

.main-grid a.btn:hover {
  background: #3368D1;
}

.allinone {
  margin-top: 60px;
}

.allinone .allinone-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
  margin: 0 auto;
  text-align: center;
}

.allinone .allinone-title h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.04em;
  margin: 0 auto;
  text-align: center;
}

.allinone .allinone-desc {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #373F47;
  max-width: 630px;
  margin: 0 auto;
  margin-top: 20px;
}

.allinone .allinone-items {
  margin-top: 60px;
}

.allinone .allinone-items .allinone-item-wrap {
  width: 32%;
  background: linear-gradient(rgba(103, 172, 233, 0.1), rgba(198, 152, 250, 0.1));
  border-radius: 20px;
  padding: 1px;
  margin-bottom: 20px;
}

.allinone .allinone-items .allinone-item-wrap:first-child,
.allinone .allinone-items .allinone-item-wrap:last-child {
  padding: 0;
}

.allinone .allinone-items .allinone-item {
  padding: 0;
  border-radius: 20px;
  height: 100%;
  background: #ffffff;
}

.allinone .allinone-items .allinone-item-wrap:first-child .allinone-item,
.allinone .allinone-items .allinone-item-wrap:last-child .allinone-item {
  background: linear-gradient(rgba(103, 172, 233, 0.1), rgba(198, 152, 250, 0.1));
  padding: 40px;
}

.allinone .allinone-item-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
  width: 100%;
  color: #000000;
}

.allinone-item a {
  text-decoration: none;
  width: 100%;
}

.allinone-item-text {
  width: 100%;
  padding: 20px;
  padding-bottom: 10px;
}

.allinone-item-wrap:hover .allinone-item-title {
  color: #407bf2;
  transition: all 0.2s;
}

.allinone-item-wrap:hover {
  -webkit-filter: drop-shadow(0 2px 2px rgba(36,52,66,.3))
  filter: drop-shadow(0 2px 2px rgba(36,52,66,.3))
  transition: all 0.2s;
}

.allinone .allinone-item-desc {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #373F47;
  width: 100%;
}

.allinone .allinone-item-wrap .allinone-item-img {
  width: 100%;
  height: 240px;
  background-position: center;
  background-size: cover;
  border: none;
  border-radius: 0 0 20px 20px;
}

/*.allinone .allinone-item-wrap:nth-child(1) .allinone-item-img {
  height: 241px;
}

.allinone .allinone-item-wrap:nth-child(3) .allinone-item-img {
  height: 188px;
}

.allinone .allinone-item-wrap:nth-child(4) .allinone-item-img {
  height: 204px;
}

.allinone .allinone-item-wrap:nth-child(6) .allinone-item-img {
  height: 150px;
}*/

.allinone .allinone-item-wrap:nth-child(2) .allinone-item-img,
.allinone .allinone-item-wrap:nth-child(5) .allinone-item-img {
  order: 1;
}

.allinone .allinone-item-wrap:nth-child(2) .allinone-item-title,
.allinone .allinone-item-wrap:nth-child(5) .allinone-item-title {
  order: 2;
}

.allinone .allinone-item-wrap:nth-child(2) .allinone-item-desc,
.allinone .allinone-item-wrap:nth-child(5) .allinone-item-desc {
  order: 3;
}

.form-get form {
  margin: 0 auto;
  max-width: 428px;
  margin-top: 40px;
  text-align: center;
}

.form-get form label {
  width: 100%;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #242D35;
  margin-bottom: 2px;

}

.form-get form label span {
  display: block;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #A8B0B9;
}

.form-get form label span.form-pp {
  display: inline;
}

.form-get form label span input {
  text-align: center;
   border: 1px solid #D6DADE;
  border-radius: 8px;
  padding: 9px 11px;
  margin-bottom: 20px;
}

.form-get form label span input::placeholder {
  color: #D6DADE;
}

.form-get form label span input:focus::placeholder {
  color: #ffffff;
}

.form-get form label span.wpcf7-list-item-label {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #717D8A;
}

.form-get form label span.wpcf7-list-item-label a {
  color: #407BF2;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.form-get form label.label-checkbox span.wpcf7-list-item-label,
.form-get form div.label-checkbox span.wpcf7-list-item-label {
  float: left;
  width: auto;
  margin-left: 10px;
}

.form-get form label span input[type=checkbox],
.form-get form .label-checkbox span input[type=checkbox] {
  float: left;
  width: auto;
  margin-right: 12px;
  position: relative;
  left: 10px;
}

.form-get form label img {
  margin-bottom: 2px;
}

.form-get form input {
  width: 100%;
}

.form-get form label.label-checkbox,
.form-get form div.label-checkbox {
  display: block;
  margin-top: 20px;
}

.form-get form label.label-checkbox label,
.form-get form div.label-checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-get form label span input[type="checkbox"] {
  margin-bottom: 0;
}

.page .terms-title h1 {
  text-align: center;
}

.page .terms-title {
  margin-bottom: 60px;
}

/* registration form */
.multiform {
  width: 994px;
  height: 606px;
  background: linear-gradient(rgba(102, 11, 125, 0.1), rgba(2, 118, 168, 0.1));
  padding: 1px;
  border-radius: 20px;
  position: relative;
}

.multiform .cancel-reg {
  padding: 3px;
  position: absolute;
  height: auto;
  width: auto;
  left: 50%;
  right: auto;
  bottom: -31px;
  top: auto;
  color: #80818b;
  font-size: 16px;
  line-height: 22px;
  border-radius: 0px;
  text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
  transform: translateX(-50%);
  text-decoration: none;
}

.multiform span.required-field {
  color: #D6DADE;
}

/*.overlay .start-reg:first-child {
  display: none;
}*/

.multiform.start-form .step-wrap,
.step-finish-wrap  {
  display: block;
  height: 100%;
  position: relative;
}

#finish-form,
#finish-form-copy {
  display: block!important;
}

.multiform .step-top {
  border-radius: 20px 20px 0 0;
  padding: 39px 59px 19px 59px;
  background: #F7F8FB;
  border-bottom: 1px solid #ccc;
  height: 131px;
}

.multiform .step-top span {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #717D8A;
}

.multiform .step-top h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.04em;
  margin-top: 8px;
}

.multiform .step-content {
  width: 100%;
  height: 85%;
}

.multiform .step-bottom {
  padding: 59px;
  padding-bottom: 39px;
  padding-top: 65px;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
  height: 100%;
  width: 100%;
  height: 473px;
  flex-direction: column;
}

.multiform .step-bottom .form-icon-item {
  padding: 20px;
  border: 1px solid #D6DADE;
  box-shadow: 0px 0px 0px #6E9CF7;
  border-radius: 5px;
  margin-right: 20px;
  cursor: pointer;
  width: 225px;
  height: 137px;
  transition: all 0.3s;
  flex-wrap: wrap;
  flex-direction: column;
}

.multiform .step-bottom .form-icon-item.active {
  border: 1px solid #6E9CF7;
}

.form-icon-item.active span {
  color: #2357BE;
}

.form-icon-item.active path {
  stroke: #407BF2;
}

.multiform .step-bottom .form-icon-item:hover {
  border: 1px solid #6E9CF7;
}

.multiform .step-bottom .form-icon-item span {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.04em;
  width: 100%;
}

.multiform .step-bottom .form-icon-item path,
.multiform .step-bottom .form-icon-item span {
  transition: all 0.3s;
}

.multiform .step-bottom .form-icon-item:hover span {
  color: #2357BE;
}

.multiform .step-bottom .form-icon-item:hover path {
  stroke: #407BF2;
}

.start-form .step-bottom .form-next,
.multiform .step-bottom .form-next.active {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  background: #407BF2;
  border-radius: 100px;
  color: #ffffff;
  height: 44px;
  letter-spacing: -0.02em;
  padding: 12px 24px;
  cursor: pointer;
  width: 144px;
  padding-right: 28px;
}

.finish-btn {
  text-align: center;
  background: #407BF2;
  border-radius: 100px;
  padding: 12px 24px;
  cursor: pointer;
  width: 203px;
  transition: all 0.3s;
  height: 44px;
}

.finish-btn a {
  color: #ffffff;
  letter-spacing: -0.02em;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

.finish-btn:hover {
  background: #3368D1;
}

.finish-btn span {
  margin-right: 17px;
}

.multiform-model .step-bottom .form-next,
.multiform-agency .step-bottom .form-next {
  visibility: visible;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  background: #D6DADE;
  border-radius: 100px;
  color: #ffffff;
  height: 44px;
  letter-spacing: -0.02em;
  padding: 12px 24px;
  cursor: pointer;
  width: 144px;
}

.form-prev {
  color: #407BF2;
  margin-right: 17px;
  cursor: pointer;
  width: 144px;
}

.form-prev:hover {
  color: #ffffff;
}

.skip-step {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #0C1116;
  padding: 9px 12px;
  cursor: pointer;
  width: 82px;
  height: 44px;
  border-radius: 100px;
  border: 2px solid #0C1116;
  opacity: 0.3;
  text-align: center;
}

.social-step .social-step-item {
  width: 49%;
  border-radius: 8px;
  height: 46px;
  margin-bottom: 20px;
  font-size: 16px;
}

.social-step .social-step-item .wpcf7-list-item {
  margin: 0;
}

.social-step .social-step-item .wpcf7-list-item > label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  width: 100%;
}
.social-step .social-step-item > label:first-child {
  width: 35%;
  border-radius: 8px 0 0 8px;
  border: 1px solid #D6DADE;
  height: 46px;
}

.social-step .social-step-item > label:last-child {
  width: 65%;
  border-radius: 0 8px 8px 0;
  border: 1px solid #D6DADE;
  border-left: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  height: 46px;
}

.social-step .social-step-item > label:last-child > span:first-child {
  width: 15%;
  font-size: 12px;
  margin-left: 10px;
}

.social-step .social-step-item > label:last-child > span:last-child {
  width: 85%;
}

.social-step-item.Facebook label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.social-step-item.Facebook label:first-child {
  padding: 12px;
  padding-right: 5px;
}

.social-step-item.Facebook label:first-child span:first-child {
  width: 20px;
  margin-right: 7px;
}

.social-step-item.Facebook input[type=checkbox] {
  margin: 0;
  width: 20px;
}

.step-3 .step-content label .wpcf7-form-control-wrap input,
.step-3 .step-content label .wpcf7-form-control-wrap input:focus {
  border: none;
}

.step-content label .wpcf7-form-control-wrap input[type=checkbox] {
  border: none;
  padding: 0;
}

.social-step .social-step-item .wpcf7-list-item label input {
  width: 20px;
  margin-right: 12px;
}

.step-content  textarea {
  outline: none;
  resize: none;
  border: 1px solid #D6DADE;
  border-radius: 8px;
  padding: 12px;
  width: 428px;
  height: 108px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #000;
  font-family: 'Work Sans', sans-serif;
}

.step-4 .step-services span:first-child {
  color: #313742;
  margin-left: 14px;
}

.step-5 .step-services label span:first-child,
.step-6 .step-bottom-right label span:first-child,
.multiform-model .step-5 .step-bottom-right label span:first-child,
.step-5 .step-bottom-right label span:first-child {
  color: #313742;
  margin-left: 14px;
}

.wpcf7-checkbox .wpcf7-list-item input {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.multiform-model .step-5 .form-next,
.multiform-agency .step-6 .form-next,
.step-5 .form-next,
.step-6 .form-next {
  align-items: baseline;
  padding: 11px 24px;
}

.multiform-model .step-5 .form-next.active,
.multiform-agency .step-6 .form-next.active,
.step-5 .form-next.active,
.step-6 .form-next.active {
  padding: 11px 24px;
}

.multiform-model .step-5 .form-next:hover >span,
.multiform-model .step-5 .form-next:hover > span input,
.multiform-agency .step-6 .form-next:hover >span,
.multiform-agency .step-6 .form-next:hover > span input {
  background: #3368D1;
}

.multiform-model .step-5 .form-next > span,
.multiform-agency .step-6 .form-next > span {
  margin: 0;
  height: 22px;
  cursor: pointer;
  width: 90px;
  margin-right: 0;
}

.multiform-model .step-5 .form-next > span input,
.multiform-agency .step-6 .form-next > span input {
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  background: #407BF2;
  border-radius: 100px;
  color: #ffffff;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.step-content  textarea:focus {
  border: 1px solid #B3CCFD;
  color: #0C1116;
}

.step-bottom-half > div {
  width: 49%;
}

.multiform-model .step-5 .wpcf7-exclusive-checkbox,
.multiform-agency .step-6 .wpcf7-exclusive-checkbox,
.step-5 .wpcf7-exclusive-checkbox,
.step-6 .wpcf7-exclusive-checkbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.multiform-model .step-5 .wpcf7-exclusive-checkbox > span,
.multiform-agency .step-6 .wpcf7-exclusive-checkbox > span,
.step-5 .wpcf7-exclusive-checkbox > span,
.step-6 .wpcf7-exclusive-checkbox > span {
  padding: 12px;
  border: 1px solid #D6DADE;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
}

.multiform-model .step-5 .wpcf7-exclusive-checkbox > span.last,
.multiform-agency .step-6 .wpcf7-exclusive-checkbox > span.last,
.step-5 .wpcf7-exclusive-checkbox > span.last,
.step-6 .wpcf7-exclusive-checkbox > span.last {
  margin-bottom: 0;
}

.multiform-model .step-5 .wpcf7-exclusive-checkbox > span:focus,
.multiform-agency .step-6 .wpcf7-exclusive-checkbox > span:focus,
.step-5 .wpcf7-exclusive-checkbox > span:focus,
.step-6 .wpcf7-exclusive-checkbox > span:focus {
  border: 1px solid #B3CCFD;
}

.multiform-model .step-5 .wpcf7-exclusive-checkbox > span .wpcf7-list-item-label,
.multiform-agency .step-6 .wpcf7-exclusive-checkbox > span .wpcf7-list-item-label,
.step-5 .wpcf7-exclusive-checkbox > span .wpcf7-list-item-label,
.step-6 .wpcf7-exclusive-checkbox > span .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #0C1116;
}

.models-count {
  width: 49%;
}

.models-count .social-step-item {
  width: 100%;
}

.models-count .social-step-item .wpcf7-list-item {
  width: 100%;
  padding: 12px;
  border: 1px solid #D6DADE;
  border-radius: 8px;
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #0C1116;
}

.models-count .wpcf7-exclusive-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.start-form  .step-bottom .form-next:hover,
.multiform .step-bottom .form-next.active:hover {
  background: #3368D1;
}

.multiform .step-bottom .step-btn {
  min-height: 44px;
  width: 100%;
}

.multiform .step-bottom .step-btn .form-prev span {
  margin-left: 17px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #407BF2;
}

.multiform .step-bottom .step-btn a {
  text-decoration: none;
}

.multiform .step-bottom .step-btn .form-prev {
  transition: all 0s;
}

.multiform .step-bottom .step-btn .form-prev:hover span {
  color: #ffffff;
}

.multiform input[type=submit] {
  color: #ffffff;
  padding: 12px 24px;
  padding-right: 17px;
  background: #D6DADE;
  cursor: pointer;
}

.multiform .step-1 .step-bottom .form-next.active {
  padding: 12px 10px;
}

.multiform input[type=button] {
  color: #ffffff;
  padding: 10px 24px;
  padding-right: 17px;
  background: #ffffff;
  color: #407BF2;
  cursor: pointer;
}

.multiform .step-btn-right input[type=submit] {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #0C1116;
  padding: 9px 12px;
  cursor: pointer;
  width: 82px;
  height: 44px;
  border-radius: 100px;
  border: 2px solid #0C1116;
  opacity: 0.3;
  text-align: center;
  background: #ffffff;
}

.multiform .step-bottom .step-btn .form-prev:hover input[type=button],
.multiform .step-bottom .step-btn .form-prev:hover {
  background: #407BF2;
  color: #ffffff;
}

.multiform .step-bottom .step-btn .form-next {
  width: 144px;
  height: 44px;
  background: #D6DADE;
  border-radius: 100px;
  cursor: pointer;
}

.multiform .step-bottom .step-btn .form-next.active,
.multiform .form-next.active input[type=submit] {
  background: #407BF2;
}

.multiform .step-bottom .step-btn .form-next.active:hover,
.multiform .step-bottom .step-btn .form-next.active:hover input[type=submit] {
  background: #3368D1;
}

.multiform .step-bottom .step-btn .form-next span {
  margin-right: 17px;
}

.multiform-cancel {
  text-align: center;
}

.multiform-cancel {
  padding: 20px;
}

.multiform-cancel span {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  opacity: 0.5;
  cursor: pointer;
}

.multiform-info {
  width: 100%;
}

.multiform-info a {
  color: #407BF2;
  transition: all 0.3s;
}

.multiform-info a:hover {
  color: #3368D1;
}

.step-content {
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #373F47;
}

.step-content label {
  color: #242D35;
  width: 48%;
}

.step-content label img {
  margin-bottom: 2px;
}

.step-content label .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.step-content label .wpcf7-form-control-wrap input {
  border: 1px solid #D6DADE;
  border-radius: 8px;
  padding: 10px 12px;
  margin-top: 2px;
  width: 100%;
}

.step-content label .wpcf7-form-control-wrap input:focus {
  border: 2px solid #E6EEFE;
  padding: 11px;
}

.multiform.multiform-model .step-bottom .form-next,
.multiform.multiform-agency .step-bottom .form-next {
  visibility: visible;
}

.social-step-item.Facebook span.wpcf7-list-item-label {
  display: none;
}

.pum-content .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-align: center;
}

.multiform .wpcf7-spinner {
  display: none;
}

.multiform .wpcf7-list-item {
  margin: 0;
}

.finish-form h2 {
  display: block;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #0C1116;
  margin-bottom: 20px;
}

.finish-form .step-content div > span {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  font-feature-settings: 'ss01' on, 'ss02' on;
  color: #4F5B67;
  display: block;
  width: 72%;
}

.finish-form .step-bottom {
  height: 100%;
  border-radius: 20px;
}

/* 2 level menu */

header .header-menu .desktop-menu ul li.menu-item-has-children {
  position: relative;
}

/*header .header-menu .desktop-menu ul li.menu-item-has-children:hover ul {
  display: block;
  position: absolute;
  top: 30px;
}*/


header .header-menu .desktop-menu ul li.menu-item-has-children ul {
  position: absolute;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  z-index: 999;
}

header .header-menu .desktop-menu ul li.menu-item-has-children > a:after {
  content: url(img/menu-arrow.svg);
  margin-left: 5px;
  position: absolute;
  top: 15%;
}

header .header-menu .desktop-menu ul.sub-menu li {
  width: 100%;
}

header .header-menu .desktop-menu ul.sub-menu li:last-child {
  border-bottom: none;
}

header .header-menu .desktop-menu ul.sub-menu img.sub-menu-img {
  width: 4px;
}

header .header-menu .desktop-menu ul.sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

header .header-menu .desktop-menu ul.sub-menu li a {
  white-space: nowrap;
}

header .header-menu .desktop-menu ul.sub-menu li img {
  width: 20px;
  margin-left: 15px;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .header-menu .desktop-menu ul.sub-menu li:hover img {
  opacity: 1;
}

.cookies {
  max-width: 1000px;
  height: auto;
  padding: 20px 0;
  border: 1px solid #ccc;
  border-radius: 20px;
  background: #ffffff;
  padding-right: 20px;
}

.cookies .cookies-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
}

.cookies .cookies-info {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #242D35;
}

.cookies .cookies-accept {
  background: #407BF2;
  border-radius: 100px;
  width: auto;
  padding: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  letter-spacing: -0.04em;
  min-width: 150px;
  text-align: center;
  cursor: pointer;
  height: 44px;
}

.cookies .cookies-accept:hover {
  background: #3368D1;
}

.cookies a.cookies-link {
  min-width: 150px;
  padding: 10px;
  text-decoration: none;
  color: #407BF2;
}

.cookies a.cookies-link:hover {
  color: #ffffff;
}

.cookies > * {
  margin: 0 20px;
}

.cookies > * {
  margin: 0 20px;
}

li.menu-item-has-children {
  position: relative;
}

.red-point {
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 6px;
  background: #db302a;
  border-radius: 50%;
}

.sub-menu .red-point {
  right: -10px;
}

header .mobile-menu.open-nav .red-point {
  display: block;
  width: 5px;
}

header .header-menu .desktop-menu ul.sub-menu li a {
  position: relative;
}

main.open-nav,
.main_content.open-nav {
  opacity: 0;
}

.cvf_pag_loading {
  padding: 20px;
}
.cvf-universal-pagination ul {
  margin: 0; padding: 0;
}
.cvf-universal-pagination ul li {
  display: inline;
  margin: 3px;
  padding: 4px 8px;
  background: #FFF;
  color: black;
}
.cvf-universal-pagination ul li.active:hover {
  cursor: pointer;
  background: #1E8CBE;
  color: white;
}
.cvf-universal-pagination ul li.inactive {
  background: #7E7E7E;
}
.cvf-universal-pagination ul li.selected {
  background: #1E8CBE;
  color: white;
}

@media (max-width: 768px) {
  .cvf-universal-pagination > div:nth-of-type(n+6):not(:last-child) {
    display: none;
  }
}

/* new mob menu */
header.open-nav .logo,
header.open-nav .get-btn {
  display: none;
}

header.open-nav #burger {
  position: absolute;
  right: 30px;
  top: 0px;
}

header.open-nav .mobile-menu {
  -webkit-box-shadow: inset 0px 12px 20px -13px rgba(146, 146, 146, 0.4);
  box-shadow: none;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  overflow-y: scroll;
}

header.open-nav {
  border-bottom: none;
}

header.open-nav .mobile-menu.open-nav {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}

input::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.subscribe-right .wpcf7-not-valid-tip {
  position: absolute;
  top: 35px;
  left: 12px;
}

.subscribe-right form.invalid .wpcf7-response-output,
.subscribe-right form.sent .wpcf7-response-output,
.footer-subscribe form.invalid .wpcf7-response-output,
.footer-subscribe form.sent .wpcf7-response-output {
  display: none;
}

.popup-success {
  width: 560px;
  padding: 40px 60px;
  background: linear-gradient(285.48deg, #ECF5FD 0%, #F5EDFE 59.9%, #FAF6FF 100%);
  border-radius: 20px;
}

.popup-success .popup-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
  color: #0C1116;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}

.poup-success .popup-desc {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #373F47;
  width: 100%;
  text-align: center;
}

body .pum-theme-288, .pum-theme-default-theme,
body .pum-theme-288 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    background: linear-gradient(285.48deg, #ECF5FD 0%, #F5EDFE 59.9%, #FAF6FF 100%);
}

body .pum-theme-288 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
  padding: 3px;
}

body .pum-theme-288 .pum-container, .pum-theme-default-theme .pum-container {
  background: none;
}

body .pum-theme-290 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {
  right: 30px;
}

.multiform .wpcf7-not-valid-tip {
  position:  absolute;
}

.multiform .wpcf7-form-control-wrap input.wpcf7-not-valid {
  border: 1px solid #D6DADE!important;
}

form.searchform input[type=text] {
  border: none;
}

.subscribe-right .wpcf7-spinner {
  top: -30px;
}

#button {
  display: inline-block;
  background-color: #407BF2;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\27A4";
  transform: rotate(270deg);
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #3368D1;
}
#button:active {
  background-color: #3368D1;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
body .pum-theme-290 .pum-container, .pum-theme-enterprise-blue .pum-container {
  padding: 0;
}

.main-right.ajax-features {
  overflow-x: hidden;
}

header.hide-header,
footer.hide-footer,
.hidden-email {
  display: none;
}

.overlay {
  opacity: 1;
  display: block;
  z-index: 1999999999;
  overflow-y: scroll;
  background: linear-gradient(285.48deg, #ECF5FD 0%, #F5EDFE 59.9%, #FAF6FF 100%);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
}

.overlay::before {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}

.overlay > .wpcf7,
.multiform-wrap.start-reg
 {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
}

.start-reg .multiform .step-bottom .step-btn .form-next {
  visibility: hidden;
  background: #407BF2;
}

.start-reg .multiform .step-bottom .step-btn .form-next:hover {
  background: #3368D1;
}

.start-reg .multiform .step-bottom .step-btn .form-next a {
  color: #ffffff;
}

#pum-393 .pum-close,
#pum-396 .pum-close {
  display: none;
}

.compare-top.about .compare-top-desc {
  width: 59%;
}

.about-top-items {
  background: linear-gradient(285.48deg, #ECF5FD 0%, #F5EDFE 59.9%, #FAF6FF 100%);
  border-radius: 40px;
  padding: 60px;
  margin-bottom: 60px;
}

.about-top-item {
  margin: 0 20px;
}

.about-top-item-img {
  margin: 0 auto;
}

.about-top-item-desc {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #373F47;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.about-top-btn a {
  margin: 0 10px;
  min-width: 285px;
  padding: 12px;
  background: #407BF2;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #407BF2;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 100px;
}

.about-top-btn a:hover {
  color: #407BF2;
  background: #ffffff;
}

.can-help {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F7F8FB;
}

.can-help-img {
  width: 43%;
  min-height: 251px;
  border-radius: 10px;
}
.image_position_right .can-help-img{
  order:2;
}

.can-help-desc {
  width: 52%;
}

.can-help-desc-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
  color: #0C1116;
}

.can-help-desc-title span,
.advantages-top span {
  background: linear-gradient(285.48deg, #4F00F6 0%, #660B7D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.can-help-desc-content {
  margin-top: 20px;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #373F47;
}

.about-slider {
  margin-top: 100px;
}

.about-slider-top {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 670px;
  margin: 0 auto;
}

.about-slider-top-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
  color: #0C1116;
  text-align: center;
}

.about-slider-top-desc {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #373F47;
  margin-top: 20px;
  text-align: center;
}

.stories.about-slider-items .stories-item {
  margin: 0 20px;
  opacity: 0.2;
}

.stories.about-slider-items .stories-item.slick-active {
  opacity: 1;
}

.about-slider-wrapper {
  position: relative;
}

.about-slider-wrapper .arrow-left {
  position: absolute;
  top: 49%;
  left: 24%;
  cursor: pointer;
}

.about-slider-wrapper .arrow-right {
  position: absolute;
  top: 49%;
  right: 24%;
  cursor: pointer;
}

.advantages-top {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  width: 100%;
  text-align: center;
  letter-spacing: -0.04em;
  color: #0C1116;
}

.advantages-item {
  margin-top: 60px;
}

.advantages-item .advantages-item-img {
  max-height: 180px;
  min-height: 180px;
  width: 42%;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}

.advantages-item .advantages-item-desc {
  width: 53%;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #0C1116;
}

.competition {
  background: #242D35;
  padding: 100px 0;
}

.competition-content {
  max-width: 796px;
  margin: 0 auto;
}

.competition-title {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.competition-desc {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #FFFFFF;
}

.flow {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 670px;
  margin: 0 auto;
}

.flow-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
  color: #0C1116;
  text-align: center;
}

.flow-desc {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #373F47;
  margin-top: 20px;
  text-align: center;
}

.top-main.how .top-main-cont {
  margin-top: 0;
}

.top-main.how {
  padding-top: 0;
}

.top-main.how .top-main-img {
  cursor: pointer;
}

.top-main-img video {
  border-radius: 20px;
  cursor: pointer;
}

.step-items {
  margin-top: 60px;
}

.step-item-wrap {
  width: 793px;
  padding: 1px;
  background: linear-gradient(rgba(236, 245, 253, 1), rgba(245, 237, 254, 1),
    rgba(250, 246, 255, 1));
  box-shadow: 0px 26px 35px rgba(32, 74, 96, 0.1);
  border-radius: 20px;
  margin-bottom: 63px;
}

.step-item {
  padding: 39px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}

.step-item .step-item-left {
  background: linear-gradient(285.48deg, #67ACE9 0%, #C698FA 59.9%, #DDC1FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.04em;
  margin-right: 20px;
}

.step-item .step-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 8px;
  letter-spacing: -0.04em;
  color: #0C1116;
}

.step-item .step-desc {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #373F47;
}

.lfloat {
  float: left;
}

.rfloat {
  float: right;
}

.rectangle-r {
  position: absolute;
  right: -264px;
  top: -63px;
}

.rectangle-l {
  position: absolute;
  left: -264px;
  top: -63px;
}

.compare-top.download .compare-top-header {
  width: 40%;
}

.compare-top.download .compare-top-desc {
  width: 55%;
}

.top-main.download .top-main-img {
  max-width: 1100px;
}

.top-main.download {
  padding-top: 0;
  padding-bottom: 20px;
}

.top-main.download .top-main-cont {
  margin-top: 0px;
  display: none;
}

.download-hidden {
  display: none;
}

.download-block {
  max-width: 616px;
  margin: 0 auto;
}

.download-icon-item {
  margin-bottom: 60px;
}

.download-logo,
.download-logo-hidden {
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.download-logo-wrap {
  padding: 1px;
  width: 258px;
  height: 262px;
  background: linear-gradient(rgba(102, 11, 125, 0.1), rgba(2, 118, 168, 0.1));
  border-radius: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

.download-logo,
.download-logo-hidden {
  background-color: #ffffff;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  margin-bottom: 20px;
}

.download-text,
.download-text-hidden {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #242D35;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}

.download-content a {
  text-decoration: none;
  color: #407BF2;
}

.download-content {
  margin-bottom: 100px;
  margin-top: 20px;
  text-align: center;
  line-height: 120%;
}

.download-text {
  max-width: 258px;
}

.download-logo-hidden,
.download-text-hidden {
  display: none;
}

.download-logo-wrap:hover .download-logo,
.download-logo-wrap:hover .download-text {
  display: none;
}

.download-logo-wrap:hover .download-logo-hidden,
.download-logo-wrap:hover .download-text-hidden {
  display: block;
}

.text-before-os {
  margin: 10px auto;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -.04em;
  margin-bottom: 40px;
}

.compare-logo-mob,
.allinone-items-hide {
  display: none;
}

/* new design 05/07/2023 */
.home-benefits {
  margin-top: 100px;
}

.home-benefits .home-benefits-title {
  width: 794px;
  text-align: center;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -.04em;
}

.home-benefits .home-benefits-title h2 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -.04em;
}

.home-benefits-item {
  box-shadow:0 2px 4px 0 rgba(0,0,0,.18);
  border: 1px solid #80808059;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  transition-duration: 0.3s;
  width: 49.1%;
}
.home-benefits-item a {
    text-decoration: none;
  }
.home-benefits-item:hover {
  transform: scale(1.02);
  transform-origin: 0% 0% 0px;
  box-shadow: 0 0 15px #002433;
}



.home-benefits-item-title {
  width: 80%;
  color: #0C1116;
  font-size: 24px;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}

.home-benefits-item-content {
  color: #373F47;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.home-benefits-item-content p {
  margin-bottom: 10px;
}

.home-benefits-item-btn {
  height: 44px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border:2px solid #407BF2;
  position: absolute;
  right: 40px;
  bottom: 18px;
}

.home-benefits-item-btn a,
.home-benefits-item-btn span {
  color: #407BF2;
  text-decoration: none;
  padding: 12px 24px;
  display: block;
}

.home-benefits-item-content li {
  list-style-type: disc;
  list-style-position: inside;
}

.home-register {
  margin-top: 60px;
  margin-bottom: 100px;
  text-align: center;
}

.home-register-title {
  margin-bottom: 30px;
  color: #0C1116;
  text-align: center;
  font-size: 48px;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.home-register-title h2 {
  color: #0C1116;
  text-align: center;
  font-size: 48px;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.home-register a {
  margin: 0 10px;
  min-width: 285px;
  padding: 9px 32px;
  background: #407bf2;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -.04em;
  color: #fff;
  text-decoration: none;
  border: 1px solid #407bf2;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
}

.home-register a:hover {
  color: #407bf2;
  background: #fff;
}

/*.allinone-slider.allinone .allinone-items .allinone-item-wrap:nth-child(3n-2) .allinone-item*/
/*{*/
/*  background: linear-gradient(rgba(103, 172, 233, 0.1), rgba(198, 152, 250, 0.1));*/
/*}*/
.allinone-slider .slick-slide > div{
  height: 100%;
  width:100%;
}
.allinone-slider .slick-slide > div > div{
  height: 100%;
}
.slick-track {
  display: flex;
  padding: 40px 0;
}
@media (max-width: 1500px){
  .slick-track {
    padding: 0px;
  }
}
.slick-track .slick-slide {
  display: flex;
  height: unset!important;
  align-items: center;
  justify-content: center;
}

.stories .slick-track .slick-slide{
  margin: 0 30px;
  transition-duration: 0.3s;
}
.stories .slick-track .slick-slide:hover {
  box-shadow: 0 0 15px #002433;
  transition-duration: 0.3s;
}
.stories .slick-track .slick-slide > div{
  height: 100%;
  background: white;
}
@media screen and (max-width: 900px){
  .stories .slick-track .slick-slide > div{
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.prewie-text{
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -.02em;
  color: #4F5B67;
  margin-bottom: 15px;
  display: block;
  height: 70px;
  overflow: hidden;
}

.allinone-slider.allinone .allinone-items .allinone-item-wrap {
  /* margin: 0 20px; */
}

.allinone-slider.allinone .slider-benefits-arrows {
  position: absolute;
  top: 50%;
}

.allinone-slider.allinone .slider-benefits-arrows .arrow-left {
  position: absolute;
  top: 40%;
  left: -12px;
  border: 2px solid #B3CCFD;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.allinone-slider.allinone .slider-benefits-arrows .arrow-right {
  position: absolute;
  top: 40%;
  right: -12px;
  border: 2px solid #B3CCFD;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.get-started.get-started-new .get-started-btn a {
  min-width: 264px;
  color: #fff;
  background: #407BF2;
  border: none;
}

.get-started-form form {
  display: flex;
  margin-top: 40px;
}

.get-started-form label span input[type=email] {
  background: 0 0;
  padding: 0;
  text-align: center;
  color: #717d8a;
  font-size: 21px;
  line-height: 140%;
  letter-spacing: -.02em;
  border: 1px solid #717D8A;
  border-radius: 8px;
  padding: 12px 24px;
  width: 446px;
  margin-right: 10px;
}

.get-started-form input[type=submit] {
  background: #407bf2;
  border-radius: 100px;
  padding: 11px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  width: 100%;
  cursor: pointer;
  transition: all .3s;
  color: #fff;
  min-width: 124px;
}

.get-started-form input[type=submit]:hover {
  background: #3368d1;
}

.feature-home {
  margin-top: 100px;
}

.feature-home-title {
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  width: 996px;
}

.feature-home-title h2 {
  color: #0C1116;
  font-size: 48px;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.feature-home-desc {
  margin: 0 auto;
  color: #373F47;
  text-align: center;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 996px;
  margin-bottom: 60px;
}

.feature-home-item {
  margin-bottom: 60px;
}

.homepage .feature-home-items {
  padding-bottom: 40px;
}

.feature-home-item > * {
  width: 49.1%;
}

.feature-home-item-img {
  background-size: contain;
  background-position: center;
  height: 441px;
  border-radius: 10px;
  background-repeat:no-repeat;
}

.feature-home-item-img img {
  width: 100%;
  height: auto;
}

/*.feature-home-item-right {
  padding-top: 10px;
  padding-bottom: 10px;
}*/

.feature-home-item:nth-child(2n) .feature-home-item-right {
  order: 1;
}

.feature-home-item:nth-child(2n) .feature-home-item-img {
  order: 2;
}

.feature-category:nth-child(2n-1) .cta-subscribe {
  display: none;
}
.cta-subscribe.blog-form .get-started-title, .cta-subscribe.blog-form .get-started-subtitle {
  color:#fff;
}
#author_block .get-started-title, #author_block .get-started-subtitle{
  color:#000;
}
.cta-subscribe .get-started-title, .cta-subscribe .get-started-subtitle{
  color:#000;
}
.feature-category:nth-child(2n) .cta-register {
  display: none;
}
.cta-register{
  margin-top: 60px;
}
.feature-home-item-title {
  color: #0C1116;
  font-size: 24px;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
  width: 100%;
}

.feature-home-item-title h3 {
  color: #0C1116;
  font-size: 25px;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.feature-home-item-desc {
  color: #373F47;
  font-size: 19px;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.features-menu {
    margin-top: 95px;
    margin-bottom: 100px;
    position: relative;
}

.features-menu.fixed {
  position: fixed;
  top: -18px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #EAECEE;
  background: #FFF;
  box-shadow: 0px 2px 5px 0px rgba(36, 52, 66, 0.20);
  padding: 20px 0;
  z-index: 50;
}

.features-menu-item a {
  margin-left: 60px;
  margin-right: 60px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-family: 'Work Sans', sans-serif;
  padding: 4px 8px;
  color: #0C1116;
  text-decoration: none;
  opacity: 0.5;
}

.features-menu-item a:hover {
  opacity: 1;
}

.features-menu-item a.active {
  background: -webkit-linear-gradient(#660B7D, #0213A8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  position: relative;
  border-bottom: 2px solid #660B7D;
}

.features-menu-border {
  height: 23.5px;
  width: 1px;
  background-color: #A8B0B9;
}

.feature-category {
  position: relative;
}

.feature-category-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-align: center;
  max-width: 996px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.feature-category-title h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-align: center;
}

.feature-category-desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #373F47;
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}

.feature-category-anchor {
  width: 100%;
  height: 1px;
  background: transparent;
}

.link-anchor {
  width: 100%;
  height: 1px;
  background: transparent;
  position: absolute;
  top: -300px;
}
.link-anchor.fixed {
  top: -160px;
}
.link-anchor-benefits {
  width: 100%;
  height: 1px;
  background: transparent;
  position: absolute;
  top: -120px;
}

.top-main.new-main .top-main-header {
  width: 100%;
  text-align: center;
}

.main-tools.new-main .main-tools-title,
.main-tools.new-main .main-tools-desc {
  width: 70%;
}

.allinone.new-main .allinone-title {
  max-width: 100%;
  margin-bottom: 40px;
}

.get-started-new .wpcf7 form.sent .wpcf7-response-output,
.get-started-new .wpcf7-spinner {
  display: none;
}

body .get-started-new .wpcf7 form.invalid .wpcf7-response-output {
  position: absolute;
  top: 128px;
  color: red;
}

body .get-started-new .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 14px;
}

.top-main-desc {
  color: #373F47;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin: 20px auto;
  max-width: 630px;
}

.features-menu-item:last-child .features-menu-border {
  display: none;
}

.feature-categories {
  margin-top: 100px;
}

.ajax-posts-home .cvf-universal-pagination {
  display: none;
}

#hidden-btn {
  position: absolute;
}

.footer-social {
  margin-top: 20px;
}

.footer-social a img {
  height: 35px;
  width: auto;
}

footer .footer-top-right .footer-subscribe span.wpcf7-spinner {
  display: none;
}

.home-benefits-item-img {
  position: absolute;
  top: 20px;
  right: 20px;
}

.home-benefits-item-img img {
  height: 42px;
  width: auto;
}

.benefits-top,
.benefits-bottom {
  width: 100%;
}

.main-tools-top {
  position: relative;
}

#groups_of_features_main_page {
  position: absolute;
  bottom: 40px;
}

#groups_of_features_main_page.second {
  bottom: -60px;
}



.mobile-icons{
  display: none;
  align-content: center;
  align-items: center;
  margin-left:10px;
}
.mobile-icons img{
  width: 20px;
  height: 20px;
  margin: 0 10px;
  padding-bottom:2px;
}

@media screen and (max-width: 1369px) {
  header .logo .custom-logo-link img {
    width: 250px;
  }
}

@media screen and (max-width: 1249px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .top-main .top-main-header {
    font-size: 50px;
  }
  .main-tools .main-tools-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-grid .container > div:nth-child(1) .main-grid-item-title {
    font-size: 40px;
  }
  .main-grid .container > div {
    padding: 30px;
  }
  .main-grid .container > div:nth-child(2) {
    width: 46.5%;
  }
  .main-grid .container > div:nth-child(4) {
    width: 39.3%;
  }
  .main-grid .container img {
    width: 100%;
  }
  .stories-items {
    padding-left: 10px;
    padding-right: 10px;
  }
  .slider-benefits.container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .benefits .slider-benefits-wrap .slider-benefits-arrows .arrow-left {
    left: -10px;
  }
  .benefits .slider-benefits-wrap .slider-benefits-arrows .arrow-right {
    right: -10px;
  }
  .benefits .benefits-items-top .benefits-item > div {
    padding: 29px;
  }
  .benefits .benefits-items-top .benefits-item:nth-child(1) .benefits .benefits-items-top .benefits-item:nth-child(2) .benefits .benefits-items-top .benefits-item:nth-child(3) {
    width: 31.7%;
  }
  .benefits .benefits-items-top .benefits-item:nth-child(1) .benefits-item-title {
    font-size: 40px;
  }
  .benefits .benefits-items-top .benefits-item:nth-child(1),
  .benefits .benefits-items-top .benefits-item:nth-child(2),
  .benefits .benefits-items-top .benefits-item:nth-child(3) {
    width: 31.7%;
  }
  .benefits .benefits-items-top .benefits-item:nth-child(4) {
    width: 65.7%;
  }
  .benefits .benefits-items-top .benefits-item > div .benefits-item-title {
    font-size: 30px;
  }
  .benefits .benefits-items-top .benefits-item:nth-child(3) {
    height: 950px;
  }
  .benefits .benefits-items-top.benefits-items-bottom .benefits-item:nth-child(3) {
    height: auto;
  }
  .container-middle {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .benefits .benefits-items-bottom .benefits-item:nth-child(1) .benefits-item-wrap .benefits-item-title,
  .benefits .benefits-items-bottom .benefits-item:nth-child(3) .benefits-item-wrap .benefits-item-title {
    font-size: 38px;
  }
  .benefits .benefits-items-bottom .benefits-item:nth-child(1) .benefits-item-wrap .benfits-item-img {
    min-height: 340px;
  }
  .benefits .benefits-items-top.benefits-items-bottom .benefits-item:nth-child(1) {
    min-height: auto;
  }
  .benefits .benefits-items-top {
    min-height: 1000px;
  }
  footer .footer-top-right {
    min-width: 310px;
    padding-left: 10px;
  }
  footer .footer-top-right .footer-subscribe form > label {
    width: 55%;
  }
  .benefits .slider-benefits-wrap.active {
    height: 360px !important;
  }
  .new-features-block .new-features-block-content-right {
    padding: 5px 24px;
  }
  main.feature .feature-item-big .feature-item-img {
    height: 360px;
  }
  .container-small {
    width: 100%;
  }
  .main-content aside {
    width: 32.5%;
  }
  /* .main-content main {
    width: 67.5%;
  } */
  main.main-left {
    padding-right: 20px;
  }
  .main-content.single-content {
    display: flex;
  }
  footer .footer-top-right {
    min-width: 0;
    width: 40%;
  }
  .blog-top .blog-categories div:nth-child(5),
  .blog-top .blog-categories div:nth-child(6),
  .blog-top .blog-categories div:nth-child(6),
  .blog-top .blog-categories div:nth-child(7),
  .blog-top .blog-categories div:nth-child(8),
  .blog-top .blog-categories div:nth-child(9),
  .blog-top .blog-categories div:nth-child(10) {
    display: none;
  }
  .blog-item {
    flex: none;
    max-width: 100%;
    width: 49%;
  }
  .blog-heading {
    width: 40%;
  }
 /* .allinone .allinone-items .allinone-item {
    padding: 29px;
  }*/

  .allinone .allinone-items .allinone-item-wrap:first-child .allinone-item,
  .allinone .allinone-items .allinone-item-wrap:last-child .allinone-item {
    background: linear-gradient(rgba(103, 172, 233, 0.1), rgba(198, 152, 250, 0.1));
    padding: 30px;
  }
  header .login-block {
    display: none;
  }

  header {
    z-index: 999;
    background: #fff;
  }
  header.open-nav {
    position: fixed;
  }
  main.open-nav {
    padding-top: 103.5px;
  }
  .multiform {
    width: 850px;
    height: 500px;
  }
  .multiform .step-bottom {
    height: 367px;
  }
  .multiform .step-content {
    height: 70%;
  }
  .features-block-bottom {
    display: none;
  }

  .rectangle-l,
  .rectangle-r {
    display: none;
  }

  .step-item-wrap {
    float: none;
    margin: 0 auto;
    margin-bottom: 63px;
  }

  .main-tools .main-tools-desc,
  .main-tools .main-tools-title {
    width: 90%;
  }

  .not-found-bg img {
    position: relative;
    left: 0;
    top: -40px;
  }
}


@media screen and (max-width: 1042px) {
  header .header-menu {
    display: none;
  }

  header .desktop-menu {
    display: none;
  }
  header #burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    cursor: pointer;
  }
}
@media screen and (max-width: 899px) {
  .main-tools .main-tools-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .main-tools .main-tools-bottom img {
    margin: 20px;
  }
  .main-grid .container > div:nth-child(1),
  .main-grid .container > div:nth-child(2),
  .main-grid .container > div:nth-child(3),
  .main-grid .container > div:nth-child(4),
  .main-grid .container > div:nth-child(5) {
    width: 100%;
  }
  .main-grid .container > div {
    height: auto;
    margin-bottom: 20px;
  }
  .main-grid .container > div:nth-child(3) {
    min-height: 0;
  }
  .main-grid .container img {
    width: auto;
  }
  .benefits .benefits-items-top .benefits-item:nth-child(1),
  .benefits .benefits-items-top .benefits-item:nth-child(2),
  .benefits .benefits-items-top .benefits-item:nth-child(3),
  .benefits .benefits-items-top .benefits-item:nth-child(4) {
    width: 100%;
  }
  .benefits .benefits-items-top .benefits-item:nth-child(1) .benfits-item-img,
  .benefits .benefits-items-top .benefits-item:nth-child(2) .benefits-item-wrap .benfits-item-img {
    min-height: 200px;
    margin-top: 20px;
  }
  .benefits .benefits-items-top .benefits-item {
    margin-bottom: 20px;
  }
  .benefits .benefits-items-top .benefits-item:nth-child(3) {
    height: auto;
  }
  .benefits .benefits-items-top .benefits-item:nth-child(3) .benefits-item-wrap .benfits-item-img {
    min-height: 200px;
  }
  .benefits .benefits-items-top .benefits-item:nth-child(4) {
    margin-top: 0;
  }
  .benefits .benefits-items-bottom .benefits-item:nth-child(1) .benefits-item-wrap .benfits-item-img {
    min-height: 200px;
  }
  .benefits .benefits-items-bottom .benefits-item:nth-child(1) {
    height: auto;
  }
  .benefits .benefits-items-bottom .benefits-item:nth-child(1) .benefits-item-wrap .benfits-item-img {
    margin-top: 20px;
  }
  .benefits .slider-benefits-wrap.active {
    height: 290px !important;
  }
  .benefits .benefits-items-top {
    margin-top: 60px;
  }
  .benefits .slider-benefits-wrap .slider-r-bg,
  .benefits .slider-benefits-wrap .slider-l-bg {
    height: 300px;
  }
  .compare-content .compare-content-item .compare-content-item-left,
  .compare-content .compare-content-top-left {
    width: 33.3%;
  }
  .compare-top .compare-top-desc {
    font-size: 22px;
  }
  .compare-top .compare-top-header {
    font-size: 56px;
  }
  aside .search {
    min-width: 100%;
  }
  .giudes-top-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-content main .giudes-part .guides-title {
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .main-content main .giudes-part .giudes-top-subtitle {
    width: 100%;
  }
  .aside-consult-text {
    width: 70%;
  }
  .main-content aside .aside-consult-btn,
  main .aside-consult-btn {
    width: 100%;
    padding: 5px;
  }
  .main-content aside .aside-list-wrap .aside-list-title,
  main .aside-list-wrap .aside-list-title {
    font-size: 22px;
  }
  .container-md {
    width: 100%!important;
    padding-left: 20px;
    padding-right: 20px;
  }
  main.main-right {
    padding-left: 0;
  }
  main.feature .top-block-title {
    font-size: 56px;
    width: 100%;
  }
  main.feature .top-block-desc {
    width: 66%;
    font-size: 22px;
  }
  .single .post-top .post-top-heading h1,
  .block-further .further-title {
    font-size: 40px;
  }
  .further-item .further-item-title a {
    font-size: 20px;
  }
  footer .footer-top {
    flex-wrap: wrap;
  }
  footer .footer-top-right {
    padding-left: 0;
    width: 100%;
    order: 1;
    text-align: center;
  }
  footer .footer-menu {
    order: 2;
    width: 100%;
    justify-content: space-around;
  }
  .footer-subscribe .wpcf7-form {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .new-features-block-content {
    flex-wrap: wrap;
  }
  .new-features-block-content .new-features-block-content-left {
    margin-bottom: 15px;
  }
  .further-items {
    flex-wrap: wrap;
  }
  .further-item-wrap {
    width: 48%;
  }
  .blog-big-wrap .blog-big .blog-big-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .blog-big-right {
    padding: 20px;
  }
  .blog-item {
    flex: none;
    width: 49%;
  }
  .subscribe .subscribe-right {
    min-width: 50%;
  }
  .subscribe .subscribe-left span:first-child {
    font-size: 42px;
    margin-bottom: 10px;
  }
  footer {
    margin-top: 80px;
    padding-top: 80px;
  }
  main .blog-top {
    flex-wrap: wrap;
  }
  main .blog-top > div {
    width: 100%;
  }
  .blog-top .search {
    margin-left: 0;
  }
  #b-cat {
    justify-content: start;
  }
  .blog-top .blog-categories div.open-div:nth-child(5),
  .blog-top .blog-categories div.open-div:nth-child(6),
  .blog-top .blog-categories div.open-div:nth-child(7),
  .blog-top .blog-categories div.open-div:nth-child(8),
  .blog-top .blog-categories div.open-div:nth-child(9),
  .blog-top .blog-categories div.open-div:nth-child(10) {
    display: flex;
  }
  .blog-heading {
    width: 40%;
  }
  .allinone .allinone-items .allinone-item-wrap {
    width: 100%;
  }

 /* .allinone .allinone-item-wrap .allinone-item-img {
    height: 250px;
  }

  .allinone .allinone-item-wrap:nth-child(2) .allinone-item-img,
  .allinone .allinone-item-wrap:nth-child(5) .allinone-item-img {
    order: 3;
  }

  .allinone .allinone-item-wrap:nth-child(2) .allinone-item-title,
  .allinone .allinone-item-wrap:nth-child(5) .allinone-item-title {
    order: 1;
  }

  .allinone .allinone-item-wrap:nth-child(2) .allinone-item-desc,
  .allinone .allinone-item-wrap:nth-child(5) .allinone-item-desc {
    order: 2;
  }*/
  footer .footer-top-right .footer-subscribe form > label {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footer-top-right .footer-subscribe form > input {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .multiform {
    width: 90%;
    height: auto;
    margin: 10px auto;
  }
  .multiform .step-top {
    padding: 29px;
    padding-bottom: 19px;
    height: auto;
  }
  .multiform .step-bottom {
    height: auto;
    padding: 29px;
    padding-bottom: 29px;
    padding-top: 29px;
    height: auto;
  }
  .multiform .step-bottom .step-btn {
    margin-top: 30px;
  }
  .form-icon {
    justify-content: space-between;
    width: 100%;
  }
  .multiform .step-bottom .form-icon-item {
    margin-right: 0;
  }
  .multiform .step-top h2 {
    font-size: 28px;
  }
  .multiform-info {
    margin-top: 15px;
  }
  .social-step .social-step-item {
    width: 100%;
  }
  .step-content textarea {
    width: 100%;
  }
  .cookies {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cookies .cookies-title,
  .cookies img,
  .cookies .cookies-info {
    margin-bottom: 15px
  }
  .finish-form .step-content div > span {
    margin-bottom: 20px;
    width: 100%;
  }
  footer .footer-top-right .footer-subscribe form > input {
    height: 50px;
    padding: 15px 24px;
  }
  .about-top-items {
    flex-wrap: wrap;
  }
  .about-top-item-desc {
    width: 100%;
  }
  .about-top-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .about-slider-wrapper .arrow-left {
    left: 10%;
  }
  .about-slider-wrapper .arrow-right {
    right: 10%;
  }
  .competition-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .step-item-wrap {
    width: 100%;
  }
  .get-started-form label span input[type="email"] {
    width: 100%;
  }

  .get-started-form input[type="submit"] {
    width: 50%;
    margin-left: 15px;
  }

  .home-benefits-title,
  .home-benefits-title h2 {
    width: 100%;
    margin-bottom: 40px;
    font-size: 40px;
  }
  .feature-home-desc,
  .feature-home-title,
  .home-benefits .home-benefits-title {
    width: 100%;
  }
  .feature-home-title h2 {
    font-size: 40px;
  }
  .footer-social {
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: space-around;
  }
  header .logo {
    max-height: 40px;
  }
  .mob-logo a.custom-logo-link img {
    width: auto;
    height: 30px;
  }
}

@media screen and (max-width: 699px) {
  .container,
  .container-middle,
  .container-small {
    width: 100%;
    padding: 0px 20px;
  }
  header .desktop-menu {
    display: none;
  }
  header #burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    cursor: pointer;
  }
  header .get-btn {
    width: 100%;
    margin-top: 20px;
    text-wrap: nowrap;
  }
  header .login-block {
    display: none;
  }
  header .header-menu {
    display: none;
  }
  header {
    z-index: 999;
    background: #fff;
  }
  header.open-nav {
    position: fixed;
  }
  main.open-nav {
    padding-top: 103.5px;
  }
  /*header .container {
    padding: 0 20px;
  }*/
  .post-top-img img {
    width: 100%;
  }
  .single .post-bottom-line {
    margin-top: 0;
  }
  .single .post-pagination > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .single .post-pagination > div div {
    width: 100%;
  }
  .single .post-pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single .post-top .post-top-heading h1 {
    font-size: 38px;
  }
  .single .post-top-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
  }
  .single .post-top-bottom .post-top-meta {
    margin-bottom: 10px;
  }
  .single .post-pagination > div:nth-child(2) {
    text-align: left;
  }
  .single .post-pagination > div:nth-child(2) span {
    float: left;
  }
  .single .post-pagination > div svg {
    display: none;
  }
  footer {
    margin-top: 60px;
    padding-top: 60px;
  }
  footer .footer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-menu {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: auto;
    margin-bottom: 40px;
    gap:0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items:center;
  }

  .footer-menu-heading:empty{
    display:none;
  }
  footer .footer-top-right {
    min-width: auto;
    width: 100%;
  }
  footer .footer-top-right .footer-subscribe form > label {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .footer-top-right .footer-subscribe form > input {
    width: 100%;
  }
  footer .footer-copy {
    padding: 10px;
    margin: 0;
  }
  .blog-heading h1 {
    font-size: 50px;
  }
  .blog-heading {
    margin: 60px 0px;
    text-align: center;
    width: 100%;
  }
  .blog-top {
    flex-wrap: wrap;
  }
  .blog-top .blog-categories {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-top .blog-categories > div {
    margin-bottom: 10px;
  }
  .blog-top .search {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .blog-big-wrap .blog-big .blog-big-img {
    width: 100%;
  }
  .blog-big-wrap .blog-big .blog-big-img img {
    width: 100%;
    height: auto;
  }
  .blog-big-wrap .blog-big .blog-big-img {
    margin-right: 0;
    border-radius: 10px 10px 0 0;
    margin-bottom: 20px;
  }
  .blog-big-right {
    padding: 10px;
  }
  .blog-big-wrap .blog-big .blog-big-right .blog-big-heading {
    font-size: 24px;
  }
  .blog-item {
    max-width: 100%;
    width: 100%;
    flex: 100%;
  }
  .blog-item .blog-item-img {
    border-radius: 10px 10px 0 0;
  }
  .blog-item .blog-item-content {
    border-radius: 0 0 10px 10px;
    padding: 20px 10px;
  }
  .subscribe .container-middle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .subscribe {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .subscribe .subscribe-left span:first-child {
    font-size: 40px;
    margin-bottom: 0;
  }
  .subscribe .subscribe-left span:nth-child(2) {
    margin-bottom: 20px;
  }
  .subscribe .subscribe-right {
    min-width: auto;
  }
  .subscribe .subscribe-right {
    min-width: auto;
    width: 100%;
  }
  .post-author {
    margin: 0 auto;
  }
  .blog-big-wrap .blog-big {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* NEW STYLE */
  .top-main-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-main .top-main-header {
    width: 100%;
    font-size: 44px;
  }
  .top-main .top-main-desc {
    width: 100%;
    margin-top: 20px;
  }
  .mobile-hidden{display:none!important}
  .top-main .top-main-bg {
    height: 300px;
  }
  .top-main-btn {

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-main-btn a:first-child {
    margin-bottom: 20px;
  }
  .main-tools {
    margin-top: 0px;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-tools .main-tools-title,
  .main-tools .main-tools-title h2 {
    width: 100%;
    font-size: 40px;
  }
  .get-started .get-started-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .get-started .get-started-btn a:first-child {
    margin-bottom: 20px;
  }
  .stories .stories-title {
    width: 100%;
    font-size: 40px;
  }
  .stories .stories-desc {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .stories-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stories .stories-item {
    width: 100%;
    height: 100%;
    margin: 10px;
  }
  .top-benefits-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .benefits .top-benefits-header {
    width: 100%;
    margin-bottom: 20px;
  }
  .benefits .top-benefits-desc {
    width: 100%;
  }
  .benefits .benefits-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .benefits .benefits-btn div {
    margin-bottom: 20px;
  }
  .form-get {
    width: 100%;
    padding: 30px;
  }
  .benefits .slider-benefits-wrap.active {
    height: 175px !important;
  }
  .benefits .slider-benefits-wrap .slider-l-bg,
  .benefits .slider-benefits-wrap .slider-r-bg {
    height: 230px;
  }
  .compare-top .compare-top-header,
  .compare-top .compare-top-desc {
    width: 100%;
  }
  .compare-small {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
  }
  .compare-content-top {
    display: none;
  }
  .compare-content .compare-content-item .compare-content-item-left {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .compare-content .compare-content-item .compare-content-item-center,
  .compare-content .compare-content-item .compare-content-item-right {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px 20px 20px 20px;
    margin-right: 0;
  }
  .compare-content .compare-content-item .compare-content-item-left .compare-wrap {
    padding-top: 0;
    padding-left: 0;
  }
  .compare-content-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .compare-content .compare-content-item .compare-content-item-center .compare-wrap,
  .compare-content .compare-content-item .compare-content-item-right .compare-wrap {
    padding: 25px;
  }
  .compare-content .compare-content-item .h-line {
    display: none;
  }
  .compare-content .compare-content-item:last-child .compare-content-item-center,
  .compare-content .compare-content-item:last-child .compare-content-item-right {
    border-radius: 20px;
  }
  .main-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-content aside {
    width: 100%;
  }
  .main-content main {
    width: 100%;
  }
  .main-content aside .aside-list-wrap {
    margin: 30px auto;
  }
  main.feature .top-block-desc {
    width: 100%;
  }
  main.feature .h-line {
    margin-top: 50px;
  }
  main.feature .feature-item-big {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.feature .feature-item-big .feature-item-img {
    height: 360px;
    width: 100%;
    margin-bottom: 20px;
  }
  main.feature .feature-item-content {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }
  main.feature .feature-item-big {
    padding-bottom: 0;
  }
  .feature-other-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.feature .feature-item-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
  main.feature {
    margin-bottom: -60px;
  }
  main.main-left {
    padding-right: 0px;
  }
  aside.right {
    order: 1;
  }
  main.main-left {
    order: 2;
  }
  .aside-all-posts {
    display: none;
  }
  .further-items {
    flex-wrap: wrap;
  }
  .further-item-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .single .post-top .post-top-heading h1 {
    font-size: 34px;
  }
  .container .container-small {
    padding: 0;
  }
  .block-further {
    padding-bottom: 20px;
  }
  footer .footer-top-right .footer-subscribe form > input {
    margin-left: 0;
  }
  .multiform .step-top {
    padding: 19px;
  }
  .multiform .step-top span {
    font-size: 16px;
  }
  .multiform .step-top h2 {
    font-size: 24px;
  }
  .multiform .step-bottom {
    padding: 19px;
  }
  .social-step .social-step-item > label,
  .social-step .social-step-item > label:first-child {
    width: 50%;
  }
  .multiform .step-bottom .step-btn,
  .step-bottom-half {
    flex-wrap: wrap;
  }
  .step-btn-left {
    flex-wrap: wrap;
    width: 100%;
  }
  .step-btn-left > div,
  .form-prev {
    width: 100%;
    margin-bottom: 15px;
  }
  .step-btn-right,
  .step-btn-right .skip-step,
  .models-count,
  .step-content .step-services label,
  .step-bottom-half > div,
  .multiform .step-bottom .form-next,
  .multiform .step-bottom .form-next.active {
    width: 100%;
  }
  .step-bottom-left {
    margin-bottom: 30px;
  }
  .form-prev {
    margin-right: 0;
  }
  .pum-content .form-get {
    width: 90%;
  }
  .aside-consult-mob {
    display: block;
    margin-bottom: 30px;
  }
  .aside-consult-desktop {
    display: none;
  }
  .compare-top.about .compare-top-desc {
    width: 100%;
  }
  .about-top-items {
    padding: 40px;
  }
  .can-help > div {
    flex-wrap: wrap;
  }
  .can-help-img {
    width: 100%;
    order: 2;
  }

  .can-help-desc {
    width: 100%;
    order: 1;
    text-align: center;
    margin-bottom: 20px;
  }
  .can-help {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-slider-wrapper .arrow-left {
    left: 5%;
  }
  .about-slider-wrapper .arrow-right {
    right: 5%;
  }
  .top-main.how {
    padding-bottom: 80px;
  }
  .compare-top.download .compare-top-header {
    width: 100%;
    margin-bottom: 20px;
  }
  .compare-top.download .compare-top-desc {
    width: 100%;
  }
  .download-block {
    max-width: 100%;
    margin-top: 40px;
  }
  .download-icon-item {
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .download-icon {
    flex-wrap: wrap;
  }
  .text-before-os {
    margin: 30px auto;
  }

  .features-items .features-item .features-item-img.features-item-img-new {
    width: 100%;
    margin-bottom: 15px;
  }
  .features-items .features-item .features-img-content.features-img-content-new {
    width: 100%;
    padding-left: 0;
  }
  .features-items .features-item {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .subscribe .subscribe-right input[type=submit] {
    height: 44px;
  }
  .compare-logo-mob {
    display: block;
    width: 100%;
    text-align: center;
  }
  .compare-logo-mob img {
    width: 150px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .top-main {
    padding-bottom: 50px;
  }
  .allinone {
    margin-top: 30px;
  }
  .main-grid a.btn {
    margin-bottom: 50px;
  }
  .top-main .top-main-img img {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-main .top-main-btn {
    margin-top:0px;
  }
  .home-benefits-item:nth-child(1),
  .home-benefits-item:nth-child(2),
  .home-benefits-item:nth-child(3),
  .home-benefits-item:nth-child(4),
  .home-benefits-item:nth-child(5),
  .home-benefits-item:nth-child(6),
  .home-benefits-item:nth-child(7),
  .home-benefits-item:nth-child(8),
  .home-benefits-item:nth-child(9),
  .home-benefits-item:nth-child(10),
  .home-benefits-item:nth-child(11),
  .home-benefits-item:nth-child(12) {
    width: 100%;
  }
  header .container {
    flex-wrap: wrap;
  }
  .home-benefits-item {
    height:fit-content!important;
    padding: 20px;
    padding-bottom: 70px;
  }
  .home-benefits-item-btn {
    bottom: 20px;
  }
  .feature-home-item {
    flex-wrap: wrap;
  }
  .feature-home-item > * {
    width: 100%;
  }
  .feature-home-item-img {
    margin-bottom: 20px;
  }
  .feature-home-item:nth-child(2n) .feature-home-item-img {
    order: 1;
  }
  .feature-home-item:nth-child(2n) .feature-home-item-right {
    order: 2;
  }
  .main-tools.new-main .main-tools-title,
  .main-tools.new-main .main-tools-desc {
    width: 100%;
  }
  .top-main-header h1 {
    font-size: 32px;
  }
  .features-menu {
    display: block;
  }
  .features-menu-border {
    display: none;
  }
  .features-menu-item a {
    margin-left: 0;
    margin-right: 0;
  }
  .features-menu-item a::before {
    content: '→ ';
  }
  .features-menu {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .feature-categories {
    margin-top: 60px;
  }
  .feature-home-item-img {
    height: 350px;
  }
  .link-anchor-benefits {
    top: -160px;
  }
  .link-anchor {
    top: -160px;
  }
  .not-found-bg img {
    position: relative;
    left: 0;
    top: 0;
    height: 175px;
  }
  .not-found-bg {
    align-items: center;
  }
  .not-found h2 {
    margin: 60px auto;
  }
}

@media screen and (max-width: 449px) {
  .features-block {
    margin-bottom: 120px;
  }
  .faq .faq-btn {
    width: 100%;
  }
  .footer-menu-wrap:first-child {
    margin-bottom: 40px;
  }
  .top-main .top-main-bg {
    height: 190px;
  }
  .top-main .top-main-img {
    padding-top: 30px;
  }
  .main-tools .main-tools-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-tools .main-tools-desc {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-tools {
    padding-top: 60px;
  }
  .main-grid .container img {
    max-width: 100%;
  }
  .get-started {
    width: 100%;
    margin: 40px auto;
  }
  .stories .stories-item-wrap {
    padding: 30px;
  }
  .benefits-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .benefits .slider-benefits-item img {
    width: 100%;
    height: auto;
  }
  .benefits .slider-benefits-wrap.active {
    height: 135px !important;
  }
  .benefits .slider-benefits-wrap .slider-l-bg,
  .benefits .slider-benefits-wrap .slider-r-bg {
    height: 150px;
  }
  .compare-content .compare-content-item .compare-content-item-center .compare-wrap,
  .compare-content .compare-content-item .compare-content-item-right .compare-wrap {
    padding: 15px;
  }

  .guides-items {
    display: grid;
  }
  .main-content main .giudes-part .giudes-items .guides-item-wrap {
    width: 100%;
  }
  .compare-top .compare-top-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .compare-top .compare-top-header {
    font-size: 50px;
  }
  .features-items .features-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .features-items .features-item .features-item-img {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .features-items .features-item .features-img-content {
    width: 100%;
    padding-left: 0;
  }
  .new-features-block-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .new-features-block .new-features-block-content-right {
    width: auto;
    margin-top: 20px;
  }
  main.feature .top-block-title {
    font-size: 44px;
  }
  main.feature .top-block-desc {
    font-size: 20px;
  }
  main.feature .feature-item-big .feature-item-img {
    height: 280px;
  }
  main.feature .feature-other-wrap .feature-other-title {
    font-size: 36px;
  }
  main.feature .feature-update-btn {
    width: 100%;
  }
  main.feature .feature-update-wrap {
    padding-bottom: 80px;
  }
  header .container {
    flex-wrap: wrap;
  }

  .aside-list-wrap.aside-consult {
    margin-bottom: 0;
  }
  .single .post-content h2 {
    font-size: 28px;
  }
  .single .quote {
    padding: 20px;
  }
  .single .quote span:first-child {
    font-size: 20px;
  }
  .single .note {
    padding: 20px;
  }
  .single .post-bottom {
    flex-wrap: wrap;
  }
  .post-bottom .post-top-sharing {
    margin: 0 auto;
    margin-top: 30px;
  }
  .blog-big-wrap .blog-big .blog-big-img {
    background-size: contain;
  }
  header .mobile-menu.open-nav {
    margin-top: 0px;
  }
  .footer-menu-wrap {
    width: 100%;
    text-align: center;
  }
  footer .header-menu > div {
    margin: 0 auto;
  }
  .form-icon {
    flex-wrap: wrap;
  }
  .multiform .step-bottom .form-icon-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .cookies .cookies-accept {
    margin-bottom: 15px;
  }
  .form-get .label-checkbox span.wpcf7-list-item label {
    display: flex;
  }
  .form-get input[type="submit"] {
    margin-top: 20px;
  }
  .pum-content .form-get {
    padding: 30px;
  }
  .form-get .form-get-title {
    font-size: 44px;
  }
  body .pum-theme-290 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {
    right: 20px;
  }
  .allinone {
    margin-top: 60px;
  }
  .step-content label {
    color: #242D35;
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-top-right {
    min-height: 270px;
  }
  #button {
    margin: 0px;
    right: 30px;
    width: 40px;
    height: 40px;
  }
  #button::after {
    line-height: 40px;
  }

  .multiform .step-bottom .step-btn a {
    width: 100%;
  }

  .about-top-item {
    margin: 0 auto;
  }

  .about-top-items {
    padding: 20px;
  }

  .can-help-desc-title,
  .about-slider-top-title,
  .advantages-top,
  .competition-title,
  .flow-title {
    font-size: 40px;
  }

  .about-slider {
    margin-top: 40px;
  }

  .about-slider-wrapper .arrow-left {
    bottom: -35px;
    left: 45%;
    top: unset;
  }

  .about-slider-wrapper .arrow-right {
    bottom: -35px;
    right: 45%;
    top: unset;
  }

  .advantages-item {
    flex-wrap: wrap;
  }

  .advantages-item .advantages-item-img {
    width: 100%;
    margin-bottom: 15px;
    order: 1;
  }

  .advantages-item .advantages-item-desc {
    width: 100%;
    font-size: 22px;
    order: 2;
  }

  .step-item {
    padding: 29px;
  }

  .feature-home-item-img {
    height: 250px;
  }

  .get-started .get-started-title,
  .home-register-title,
  .home-benefits .home-benefits-title,
  .home-benefits .home-benefits-title h2 {
    font-size: 30px;
  }

  .get-started {
    padding: 20px;
  }

  .not-found h2 {
    font-size: 42px;
  }

  .not-found-bg {
    height: 240px;
  }

  .not-found-bg img {
    height: 140px;
  }

  @keyframes btnAbimation {
    0% {
      transform: rotate(0deg);
    }
    92% {
      transform: rotate(0deg);
    }
    94% {
      transform: rotate(1deg);
    }
  /*  96% {
      transform: rotate(0deg);
    }*/
    98% {
      transform: rotate(-1deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}

.verifying-email {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.verifying-email-content {
  display: flex;
  padding: 48px;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #EAECEE;
  background: #FFF;
  align-items: center;
}

.verifying-email-content svg {
  margin: 0 auto 16px;
}

.verifying-email-content h3 {
  color: #0C1116;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.28px;
  padding-bottom: 48px;
}

.verifying-email-content p {
  color: #4F5B67;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}

.verifying-email-content a {
  display: flex;
  width: 200px;
  height: 44px;
  padding: 18px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  background: #407BF2;
  color: #fff;
  text-decoration: none;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

/*# sourceMappingURL=style.css.map */


/* career */
.all-category-career{
  display: flex;
  gap: 20px;
}

.category-career{
  padding: 40px;
  border: 2px solid #407bf25c;
  border-radius: 10px;
  width: calc(25% - 20px);
  text-align: center;
  cursor: pointer;
}
.category-career.active{
  border: 2px solid #407bf2
}
.all-offer-career{
  margin-top: 40px;
  display:flex;
  flex-wrap: wrap;
  gap: 20px;
}
.offers-career {
  display: none;
  gap: 20px;
  width: calc(100% / 3 - 20px);
}
.offers-career.active{
  display: block;
}
.offer-career{
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  background-color: #407bf2;
  border-radius: 10px;
}

.title-offer{
  margin-bottom: 20px;
  height: 20%;
}
.title-offer a {
  color:#fff;
  text-decoration: none;
}
.read-more-offer{
  color:#fff;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 5px;
  text-decoration: none;
}
.read-more-offer:hover{
  background-color: #fff;
  color: #407bf2;
}
.offer-metabox{
  margin: 30px 0;
}
.offer-metabox p{
  display: flex;
  align-items: center;
  color: #FFF;
}
.offer-icon{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.all-proposition-career{
  margin: 20px 0;
}
@media screen and (max-width: 1100px) {
  .category-career {
    width: calc(100% / 3 - 20px);
  }
}

#menu-mobile-top-menu li{
  padding: 10px 0;
}

.mobile-menu-footer .custom-user-list-form,.mobile-menu-footer p.alt-p{
  display:none;
}
.mobile-menu-footer .get-btn{
  display:flex!important;
}
.mobile-menu-footer .mobile-icons{
  display:none!important;
}
.mobile-menu-footer{
  width: 80% !important;
}


@media screen and (max-width: 769px) {
  .category-career h2{
    font-size:18px;
  }
  .green-btn .mobile-icons{
    display: flex;
  }
  header .get-btn.green-btn{
    background: #407BF2!important;
  }
  .mobile-icons {
    display: none!important;
  }

  #menu-mobile-top-menu li{
    width: fit-content;
    padding: 10px 0;
  }
  .category-career{
    width: calc(100% / 3);
  }
  .offers-career{
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 426px) {
  .all-category-career{
    flex-direction:column;
  }
  header .get-btn{
    justify-content: flex-start;
  }
  .offers-career{
    flex-direction:column;
  }
  .category-career{
    width: 100%;
  }
  .category-career h2{
    font-size:24px;
  }
  .offers-career{
    width: 100%;
  }
}

.content-career{
  margin:20px 0;
  line-height: 1.2;
}
.career-feedback{
  max-width: 700px;
}
.career-feedback input::-webkit-input-placeholder{
  color:#888;
}
.career-feedback input{
  border-bottom: 1px solid #407BF2;
  width: 100%;
  padding: 10px 0;
}
.career-feedback input.wpcf7-not-valid{
  border-color: red;
}

.career-feedback .form-group {
  margin: 20px 0;
}

.career-feedback input[type="submit"]{
  padding: 20px;
  border-radius: 12px;
  border: none;
  color: white;
  font-weight: bold;
  background-color: #407BF2;
  cursor: pointer;
}
/*endcareer */


.single-content {
  display: grid;
  grid-template-columns: 355px 1fr 380px;
  grid-template-rows: 1fr max-content;
  grid-template-areas:
    "left-sidebar . ."
    "left-sidebar author_block author_block";
  gap: 20px;
}
#left-sidebar { grid-area: left-sidebar; }
#author_block { grid-area: author_block; height: max-content;}
#author_block .single__author-links img{
  width: 30px;
  height: 30px;
}
.single-content.container {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.single-content aside {
  width: 100%;
  float: none;
}
.single-content main {
  width: auto;
  padding: 0;
  float: none;
}
.single .container-small {
  width: 100%;
  padding: 0;
}
.single-content .right .get-started {
  margin: 0;
  width: 100%;
  padding: 32px 15px;
}
.single-content .right .get-started .get-started-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 29px;
}
.single-content .right .get-started .get-started-subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  margin-top: 20px;
}
.single-content .right .get-started .get-started-btn {
  margin-top: 20px;
  position:relative;
}
.single-content .right .get-started .get-started-btn a {
  margin: 0px 30px;
  width: 100%;
  justify-content: center;
}
.post-top-author {
  display: flex;
  align-items: center;
  column-gap: 11px;
  margin: 16px 0;
}
.post-top-author img {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.post-top-author h4 {
  color: #717d8a;
  font-size: 16px;
  line-height: 16.8px;
  font-weight: 400;
  border: 1px solid #d6dade;
  border-radius: 100px;
  padding: 6px 14px;
}
.single__group {
  display: flex;
  column-gap: 48px;

}
.single__author {
  display: flex;
  column-gap: 30px;
}
.single__author .avatar {
  border-radius: 100%;
}
.single__author-group {
  display: flex;
  align-items: center;
  column-gap: 23px;
  margin-bottom: 11px;
}
.single__author-name {
  color: #0c1116;
  font-size: 32px;
  font-weight: 600;
  line-height: 16.8px;
  min-width: max-content;
}
.single__author-links {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.single__author-links a svg path {
  transition: all 0.3s ease;
}
.single__author-links a svg:hover path {
  fill: #407BF2;
  transition: all 0.3s ease;
}
.single__author-about {
  color: #373f47;
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 7;*/
  overflow: hidden;
}
.single__author-about.mobile {
  display: none;
}
.single__group .blog-form::before {
  display: none;
}
.single__group .blog-form {
  padding: 16px 13px;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.18);
  min-width: fit-content;
  width: 100%;
}
.single__group .blog-form .get-started {
  padding: 0;
  margin: 0;
  flex-direction: column;
  row-gap: 13px;
  border-radius: 0;
}
.get-started-title,.get-started-subtitle{
  color:#fff;
}
.get-started.get-started-new .get-started-title {
  color:#000;
}
.single__group .blog-form .get-started .get-started-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
}
.single__group .blog-form .get-started .get-started-subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  font-weight:bold;
  margin-top:8px;
}
.single__group .blog-form .get-started .custom-users-forms-wrapper {
  max-width: 100%;
}
.single__group .blog-form .get-started .custom-user-list-form {
  width: 100%;
}
.single__group .blog-form .get-started-form-custom-users-list-wrapper {
  width: 100%;
}
.single__group .blog-form .get-started .custom-user-list-form input[type="email"] {
  height: 44px;
}
.single__group .blog-form .get-started .custom-user-list-form button {
  margin-top: 10px;
  height: 45px;
}
.ajax-posts__wrapper {
  border-top: 1px solid #e6f0f6;
  /* width: fit-content; */
  margin: 0 auto;
}
.get-started.mobile {
  display: none;
}
.single__group {
  height: 300px;
}
/*#leftSidebar{*/
/*  height: calc( 100% + 320px );*/
/*}*/
@media (max-width: 1440px) {
  /*#leftSidebar{*/
  /*  height: 100%;*/
  /*}*/
  .single__group {
    height: auto;
    row-gap: 20px;
    margin-bottom: 150px;
  }
  .single__author {
    margin: 0;
  }
  .single__group .blog-form {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 1249px) {
  #stickyLeftSidebar ,#stickyRightSidebar{
    position: static;!important;
  }

  .single__group {
    margin: 50px 0px;
  }
  .single__group .blog-form {
    margin: 0;
    width: 100%;
  }
  .get-started.desktop {
    display: none;
  }
  .get-started.mobile {
    display: block;
    color: #fff;
  }
  .get-started.mobile .get-started-title{
    font-size: 32px;
  }
  .single-content .aside-all-posts {
    display: none;
  }
}
@media (max-width: 1100px) {
  .single__group {
    flex-direction:column;
  }
}
@media (max-width: 768px) {
  .single__group {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .block-further {
    padding-top: 30px;
  }
  .single-content.container {
    padding: 0px 20px;
  }
  .single .post-bottom {
    margin-bottom: 25px;
  }
  .get-started.mobile {
    padding: 35px 8px;
  }
  .get-started.mobile .get-started-title{
    font-size: 26px;
    line-height: 27px;
  }
  .get-started.mobile .get-started-subtitle{
    font-size: 20px;
    line-height: 29px;
    margin-top: 20px;
  }
  .get-started.mobile .get-started-btn a{
    height: 44px;
  }
  .get-started.mobile .get-started-btn{
    margin-top: 20px;
  }
  .single__author-image {
    width: 122px;
    height: 122px;
  }
  .single__author-name {
    font-size: 24px;
  }
  .single-content .aside-list nav {
    display: none;
    margin-top: 11px;
  }
  .single-content .ez-toc-title-container {
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .single-content .ez-toc-title-container p{
    font-size: 18px !important; 
    line-height: 34.71px !important;
    color: #6F7B88 !important;
  }
  .single-content .aside-list-wrap {
    margin-bottom: 0 !important;
  }
  .single-content .ez-toc-title-toggle {
    display: inline-block;
    height: 7.5px;
    width: 15px;
    background-image: url('data:image/svg+xml,<svg width="18" height="10" viewBox="0 0 18 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 1.44006L9 8.94006L1.5 1.44006" stroke="%23717D8A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
  }
  .single-content .ez-toc-title-toggle.active {
    transform: rotate(180deg);
    transition: all 0.3s ease;
  }
  .aside-list-wrap .aside-list {
    padding: 5px 15px;
  }
}
@media (max-width: 576px) {
  .get-started-form-custom-users-list-wrapper .custom-users-forms-wrapper{
    grid-template-columns: 1fr!important;
  }
  .post-top-author h4 {
    font-size: 14px;
  }
  .post-top-author img {
    width: 36px;
    height: 36px;
  }
  .single__group .blog-form {
    min-width: 1px;
  }
  .single__author-about {
    display: none;
  }
  .single__author-about.mobile {
    display: -webkit-box;
    grid-area: 2 / 1/ 2 / 3;
  }
  .single__author {
    display: grid;
    grid-template-columns: 122px 1fr;
    row-gap: 10px;
  }
  .single__author-text {
    display: flex;
    align-items: center;
  }
  .single__author-group {
    flex-direction: column;
    row-gap: 20px;
    margin: 0;
    align-items: start;
  }
}


#stickyRightSidebar {
  width :380px;
  height: fit-content;
}
#rightSidebar{
  display: flex;
}
#stickyLeftSidebar {
  width: 355px;
  transition-duration: 0.6s;
}
@media (max-width: 1249px) {
  #stickyLeftSidebar {
    width: auto;
  }
}
#leftSidebar{
  display: flex;
}

@media (max-width: 1700px) and (min-width: 1250px) {
  .single-content{
    grid-template-columns: 230px 1fr 250px;
  }
  #stickyRightSidebar {
    width :250px;
  }
  #stickyLeftSidebar {
    width :230px;
  }
  .single-content .right .get-started .get-started-title{
    font-size:18px;
  }
  .single-content .right .get-started .get-started-subtitle{
    font-size:16px;
  }
  body #ez-toc-container p {
    font-size:18px;
  }
  body #ez-toc-container a {
    font-size:14px;
  }
}

@media (max-width: 1440px) and (min-width: 1250px) {
  .single-content{
    grid-template-columns: 230px 1fr 250px;
    grid-template-rows: unset;
    grid-template-areas:
    ". . ."
    "author_block author_block author_block";
  }
}

.allinone-item-wrap {
  background: transparent !important;
}
a.allinone-item.flex.justify-between.direction-column.wrap.item-height {
  padding: 0;
  transition-duration: 0.3s;
}
a.allinone-item.flex.justify-between.direction-column.wrap.item-height:hover{
  -webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.4);
  transition-duration: 0.3s;
  transform: scale(1.02);
}
.allinone .allinone-items .allinone-item-wrap:first-child .allinone-item, .allinone .allinone-items .allinone-item-wrap:last-child .allinone-item {
  padding: 20px;
}
a.allinone-item.flex.justify-between.direction-column.wrap.item-height {
  padding: 0;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 0 !important;
  border: 1px solid #80808059;
}

.allinone-item.flex.justify-start.align-center.wrap {
  height: 100%;
}
.allinone-item-title {
  min-height: 80px;
}
.allinone-item.flex.justify-start.align-center.wrap{
  background:none!important;
  padding-top: 10px;
}

.footer_subsribe_block .custom-user-list-form {
  flex-direction: row;
}
.footer_subsribe_block input[type="email"]{
  width: 100%!important;
  margin-left:0!important;
  background:#fff!important;
  margin: auto 20px auto auto!important;
}
.footer_subsribe_block button[type="submit"]{
  margin:auto!important;
}

.cta-star-prew form {
  position:relative;
}

.author_link{
  color: gray;
  text-decoration: none;
}
.before_author{
  margin-right: 5px;
}

.a-gray > a {
  color:#717d8a;
  text-decoration:none;
  margin-left:4px;
}

.container-md:has(.pricing-table ){
  width:80%;
}
.pricing-table {
  font-weight:bold;
  text-align:center;
  table-layout: fixed;
  text-wrap:balance;
}
table.pricing-table tr td:nth-child(even){
  background:#F7F8FC;
}
.pricing-table td{
  vertical-align: middle;
  border:1px solid #e7dfdf;
  width: calc(100% / 6);
  height: 56px;
  padding: 12px 20px;
}
.pricing-table td img{
  display:flex;
  width:100%;
  margin:auto;
}
.pricing-table .red{
  color:#FF5D42;
}
.pricing-table .orange{
  color:#FFA263;
}
.pricing-table .blue{
  color:#5E90EF;
}
.pricing-table .gray{
  color:gray;
}
.pricing-table .green{
  color:#2ED526;
 }
.pricing-table .free {
  font-size: 25px;
}
.pricing-table .red-price {
  color: #f40808;
}

/*hearth*/

.home-register .registration, .top-main-btn .registration {
  animation: heartbeat 1.5s infinite;
}
.get-btn.green-btn{
  animation: heartbeat 1.5s infinite;
}

@keyframes heartbeat
{
  0%
  {
    transform: scale( 1 );
  }
  15%
  {
    transform: scale( 1.1 );
  }
  30%
  {
    transform: scale( 1 );
  }
  45%
  {
    transform: scale( 1.1 );
  }
  60%
  {
    transform: scale( 1 );
  }
  100%
  {
    transform: scale( 1);
  }
}



header .header-menu .desktop-menu ul li {
  margin-right: 10px;
  margin-left: 5px;
  padding: 8px 12px;
}

header .get-btn.green-btn {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5em;
}

.get-btn.green-btn.registration {
  align-content: center;
  padding-top: 20px;
}

.footer-top .footer-menu .footer-menu-wrap:nth-child(1) {
  width: 190px;
}

.footer-top .footer-menu-wrap:nth-child(2) .header-menu {
  justify-content: center;
}

.footer-top .footer-menu .footer-menu-wrap {
  margin-bottom: 10px;
}

.footer-top .menu-footer-2-container {
  flex: 0 1 265px;
}

.menu-item-1315 {
  margin-bottom: unset !important;
}

.menu-item-2145 {
  margin-top: unset !important;
}

@media screen and (max-width: 699px) {
  header .get-btn.green-btn {
    background: #405ef2!important;
    flex-wrap: wrap;
    gap: 0.5em;
    height: auto;
  }
  .mobile-icons {
    display:flex!important;
  }
  .yt-embed-holder::after {
    height: 70px!important;
    width: 100px!important;
  }
}



.toped-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 66px;
}
.buttons-section {
  display: flex;
  justify-content: flex-start;
}

.buttons-section .btn {
  background: #407BF2;
  color: #fff;
  border: none;
  border-radius: 72px;
  cursor: pointer;
  padding: 13px 20px 13px 20px;
  transition: .3s;
}
.buttons-section .btn:hover {
  background: #405ef2;
}
.buttons-section .btn + .btn {
  margin-left: 14px;
}

.social-share {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.social-share span {
  margin-right: 10px;
}

.social-icons {
  margin-top: 20px;
}
.social-icons a {
  background-color: transparent!important;
  text-decoration: none;
}
.social-icons svg {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.social-icons svg + img {
  margin-left: 20px;
}

.stats {
  display: flex;
}

.stat-box {
  background-color: #f4f4f8;
  padding: 18px 28px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stat-box + .stat-box {
  margin-left: 30px;
}
.stat-box span {
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.02em;
  text-align: center;
}

.stat-value {
  color: #007bff;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.04em;
  text-align: center;
}

/* Стили для таблицы */
.table-onlyfans {
  width: 100%;
  position: relative;
}
.table-onlyfans table img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.table-onlyfans table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

.table-onlyfans th, .table-onlyfans td {
  padding: 11px;
  text-align: center;
  vertical-align: middle;
  height: 72px;
}
.table-onlyfans th:first-child, .table-onlyfans td:first-child {
  text-align: left;
  padding-left: 60px;
}

.table-onlyfans th {
  background-color: #f9fafb;
  font-weight: 600;
  font-size: 13.76px;
  line-height: 19.26px;
  color: #A8B0B9;
}

.pagination {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}

.pagination a {
  margin: 0 5px;
  padding: 8px 12px;
  text-decoration: none;
  color: #007bff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: .3s;
}

.pagination a:hover,
.pagination .active {
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
}

@media (max-width: 1300px) {
  .buttons-section {
    flex-direction: column;
    align-items: center;
  }
  .buttons-section .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 1150px) {
  .toped-section {
    padding-left: 18px;
    padding-right: 18px;
  }
  .stats {
    order: 1;
    width: 100%;
    justify-content: center;
  }
  .buttons-section {
    order: 2;
    width: 50%;
    margin-top: 16px;
  }
  .social-share {
    order: 3;
    width: 50%;
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .toped-section {
    flex-direction: column;
    align-items: flex-start;
  }
  .buttons-section {
    width: 100%;
  }
  .social-share {
    width: 100%;
  }
}

.progress-step {
  position: relative;
}

.progress-step.active {
  background-color: #a3e635; /* Зелёный цвет для активного шага */
  background: linear-gradient(270deg, #A0EC8A 0%, rgba(160, 236, 138, 0.26) 100%);
}

.table-onlyfans thead {
  background-color: #f1f1f1;
}
.creator-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.creator-info a {
  text-align: left;
  color: #407BF2;
  text-decoration: none;
}


.table-onlyfans tr {
  position: relative;
}
.progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(270deg, #A0EC8A 0%, rgba(160, 236, 138, 0.26) 100%);
  border-radius: 0 10px 10px 0;
  z-index: -1;
}
/*for removing description from cta block*/
.get-started.get-started-new .get-started-subtitle {
  display: none;
}

.yt-embed-holder iframe{
  width:100%!important;
}

.pagination div.active {
  color: #4F5B67;
  background: transparent;
}
.read-more-offer {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  position: relative;
  line-height: 28px;
  display: block;
}

.category-blog .get-started.get-started-new .get-started-title {
  color:#fff;
}
.container.ajax-posts.ajax-posts-home .further-item {
  display: flex;
  flex-direction: column;
}
.container.ajax-posts.ajax-posts-home .further-item .further-item-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 65%;
}
.container.ajax-posts.ajax-posts-home .further-item .further-item-content .prewie-text {
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .get-btn.green-btn.registration {
    padding: 12px;
  }
  header .get-btn.green-btn {
    gap: 0;
  }
  header .get-btn.green-btn .mobile-icons img:first-child {
    margin: 0 10px 0 5px;
  }
}
.feature .yt-embed-holder {
  padding: 0;
  margin-top: 40px;
}
.feature .yt-embed-holder iframe {
  border-radius: 30px;
  box-shadow: 0 0 15px #002433;
}
.feature .yt-embed-holder:after {
  border-radius: 0 0 30px 0z`;
}
/*.feature .yt-embed-holder:before {*/
/*  border-radius: 30px 30px 0 0;*/
/*}*/
.yt-embed-holder::after {
  content: ""!important;
  background: white!important;
  height: 55px!important;
  width: 200px!important;
  position: absolute!important;
  bottom: 0!important;
  z-index: 1999!important;
  display: block!important;
  right: 0!important;
  background-image: url(https://fans-crm.com/wp-content/uploads/2023/08/logo@2x-1.svg)!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
}
/*.yt-embed-holder::before {*/
/*  content: ""!important;*/
/*  background: white!important;*/
/*  height: 55px!important;*/
/*  width: 200px!important;*/
/*  position: absolute!important;*/
/*  top: 0!important;*/
/*  z-index: 1999!important;*/
/*  display: block!important;*/
/*  left: 0!important;*/
/*  background-image: url(https://fans-crm.com/wp-content/uploads/2023/08/logo@2x-1.svg)!important;*/
/*  background-size: contain!important;*/
/*  background-repeat: no-repeat!important;*/
/*  background-position: center!important;*/
/*}*/
.guides-item-title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: calc(4.5em);
  overflow: hidden;
}
.pagination div:last-child:hover path {
  stroke: black;
}
.pagination div:first-child:hover path, .pagination div:last-child:hover path {
  stroke: black;
}
footer .current-menu-item-no-link span {
  color: lightgray;
}
.main-content__categories-item {
  background: none;
  border: 1px solid #c4c4c4;
  color: #000;
  text-transform: math-auto;
  background: none;
  padding: 10px 25px;
  font-size: 14px;
}
.main-content__categories-item.active {
  color: #000;
  background: none;
  border: 1px solid #407BF2;
}
@media screen and (max-width: 768px) {
  .main-content__categories {
    display: flex;
  }

  .main-content__categories-block {
    overflow-x: auto;
    white-space: nowrap;
  }

  .main-content__categories-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 25px;
  }

  .main-content__categories-block::-webkit-scrollbar {
    display: none;
  }

}

/* Если внутри .further-items 2 или меньше .further-item-wrap, меняем стили */
.further-items:has(.further-item-wrap:nth-child(-n+2)) {
  justify-content: start;
  gap: 15px;
}

.giudes-part-ob {
  margin-bottom: 100px;
}

.pagination-ellipsis {
  display: flex;
  align-items: end;
  font-size: 28px;
  color: #3368D1;
}
.blog-form .get-started.get-started-new.get-started-user-list {
  box-shadow: none !important;
}
.further-item-title span {
  display: -webkit-box;              /* Включаем флекс-коробку для поддержания line-clamp */
  -webkit-box-orient: vertical;      /* Указываем вертикальную ориентацию */
  -webkit-line-clamp: 3;             /* Количество строк, после которого обрезаем текст */
  overflow: hidden;                  /* Скрываем «лишний» текст */
  text-overflow: ellipsis;           /* Добавляем троеточие, если есть поддержка */
  /* Для более кроссбраузерной версии стоит проверить, как работает в Firefox/Edge */
}

.footer-social.flex.justify-start.align-center {
  justify-content: space-between;
}
@media (max-width:767px){
  .further-item-wrap{
    width:100%;
  }
  .seoblock .seo-title,.home-register-title h2 {
    font-size: 32px;
  }
  a.allinone-item.flex.justify-between.direction-column.wrap.item-height{
    gap:0;
  }
  .homepage .get-started {
    margin-top: 0;
  }
  .stories .stories-item .stories-item-content{
    font-size:16px;
  }

}