/*
Theme Name: Zeydoo
Author:
Author URI:
Description:
Text Domain: zeydoo.com

Zeydoo WordPress Theme, (C) 2023

*/
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Syne", serif;
    padding: 0;
    margin: 0;
    position: relative;
}

h1 {
    font-size: 96px;
    font-weight: 700;
    line-height: 100%;
}

ul li,
ol li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*  */

.black_theme h1 {
    color: #ededed;
}

.black_theme .form h1 span {
    display: block;
    color: #00cfd7;
    text-shadow: none;
}

.fullcycle {
    margin-top: 63px;
}

.fullcycle .container {
    background: url("./assets/images/fullcycle.svg") left top no-repeat;
    padding-top: 150px;
    padding-left: 117px;
    min-height: 715px;
}

.fullcycle .container:after {
    content: "";
    position: absolute;
    background: url("./assets/images/fullcycle-after.svg") right bottom
        no-repeat;
    bottom: 0;
    right: 0;
    display: block;
    width: 34px;
    height: 528px;
}

.fullcycle ul {
    margin-right: 66px;
    margin-top: 43px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.monetize ul li i,
.fullcycle ul li i {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

.fullcycle ul li i {
    background: #ec008b;
    width: 134px;
    height: 134px;
}

.monetize ul {
    flex-wrap: wrap;
    grid-gap: 59px 107px;
    gap: 59px 107px;
    margin-left: 132px;
    padding-bottom: 159px;
}

.monetize ul li i {
    background: #00cfd7;
    width: 141px;
    height: 141px;
    flex-shrink: 0;
    margin-right: 30px;
}

.monetize ul li:nth-child(3) {
    margin-left: 194px;
}

.monetize ul li:hover i svg:first-of-type,
.monetize ul li i svg + svg {
    /*display: none;*/
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 0;
}

.monetize ul li:hover i:before {
    border-color: #ededed;
}

.monetize ul li:hover i svg + svg {
    -webkit-transform: none;
    transform: none;
    width: unset;
}

.fullcycle ul li:hover i svg {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.monetize ul li i:before,
.monetize ul li i:after,
.fullcycle ul li i:before,
.fullcycle ul li i:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 100px;
}

.monetize h2 {
    margin-bottom: 40px;
}

.fullcycle ul li i:before {
    width: 116px;
    height: 116px;
    border: 4px solid #ededed;
}

.monetize ul li i:before {
    width: 124px;
    height: 124px;
    border: 4px solid #060219;
}

.monetize ul li i:after {
    width: 169px;
    height: 169px;
    background: #00cfd7;
    opacity: 0.3;
    z-index: -1;
}

.fullcycle ul li i:after {
    width: 160px;
    height: 160px;
    background: #ec008b;
    opacity: 0.1;
    z-index: -1;
}

.monetize ul li:hover i {
    background: #ec008b;
}

.fullcycle ul li:hover i {
    background: #00cfd7;
}

.fullcycle ul li:hover i:before {
    border-color: #13224b;
}

.fullcycle ul li:hover i:after,
.monetize ul li:hover i:after {
    width: 100%;
    height: 100%;
    z-index: -1;
}

.fullcycle ul li span,
.monetize ul li span {
    display: block;
    font-size: 20px;
}

.fullcycle ul li span {
    text-align: center;
    color: #13224b;
    margin-top: 34px;
}

.monetize ul li {
    display: flex;
    max-width: 457px;
    align-items: center;
    position: relative;
}

.monetize ul li:hover span b {
    color: #ec008b;
}

.monetize ul li:hover span {
    margin-left: -10px;
    margin-right: 10px;
}

.monetize ul li:last-child:after,
.monetize ul li:nth-child(3):after {
    content: "";
    display: block;
    position: absolute;
    bottom: -159px;
    width: 20px;
    height: 145px;
    border-left: 1px solid #00cfd7;
    border-right: 1px solid #00cfd7;
    left: 62px;
}

.monetize ul li:first-child:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -159px;
    width: 353px;
    height: 55px;
    background: url("./assets/images/line-monetize.svg") no-repeat;
    background-size: contain;
    top: 58px;
    left: -366px;
}

.monetize ul li span {
    color: #ededed;
    font-weight: 700;
}

.monetize ul li span b {
    color: #00cfd7;
    display: block;
    margin-top: 20px;
    font-size: 16px;
}

.fullcycle-logo {
    fill: #5f5f62;
    position: absolute;
    top: 157px;
    right: 0;
}

.top h2,
.fullcycle h2 {
    color: #13224b;
}

.top h2 {
    max-width: 744px;
}

.fullcycle .h2-note {
    font-size: 32px;
    color: #13224b;
    max-width: 706px;
    font-weight: 600;
    margin-top: 20px;
}

.fullcycle .h2-note,
.fullcycle h2 i {
    margin-left: 126px;
}

.fullcycle h2 i {
    font-style: normal;
    display: block;
}

.scaleblock .container {
    max-width: 1600px;
    background: #060219;
    border-radius: 15px;
    padding: 64px 60px 69px 84px;
}

.scaleblock {
    color: #ededed;
    -webkit-column-gap: 70px;
    column-gap: 70px;
}

.scaleblock ol {
    list-style-type: none;
    counter-reset: num;
    column-gap: 28px;
    padding: 15px 0 5px 0;
    font-size: 18px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 66px;
    padding-bottom: 51px;
    margin-bottom: 25px;
    position: relative;
    z-index: 23;
}

.scaleblock ol li {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 0 64px;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
}

.scaleblock ol li:before {
    content: counter(num) "";
    counter-increment: num;
    display: inline-block;
    left: 0;
    line-height: 64px;
    font-weight: 700;
    color: #00cfd7;
    font-size: 60px;
    width: 64px;
    height: 64px;
    position: absolute;
    text-align: center;
    top: -30px;
}

.scaleblock ol li.scaleblock-ol__title {
    position: absolute;
    bottom: -20px;
    padding-left: 0;
    margin-bottom: 0;
}

.scaleblock ol li.scaleblock-ol__title:before {
    display: none;
}

.scaleblock h2 {
    color: #ededed;
    position: relative;
    z-index: 2;
    margin-bottom: 47px;
    font-size: 60px;
}

.scaleblock h2 i {
    margin-left: 48px;
    display: block;
    font-style: normal;
}

.scaleblock h3 {
    font-size: 32px;
    color: #00cfd7;
    position: relative;
    z-index: 2;
    font-weight: 600;
}

.scaleblock h3.scaleblock-title__line {
    display: flex;
    align-items: center;
    color: #ededed;
}

.scaleblock-title__line span {
    flex-shrink: 0;
}

.scaleblock-title__line:after {
    content: "";
    position: relative;
    display: inline-block;
    height: 3px;
    background: #00cfd7;
    margin-left: -20px;
    width: 100%;
    right: -60px;
}

.monetize {
    display: none;
}
.page-template-advertise .connect-title h2 {
    display: none;
}
/*.join h2 {*/
/*  max-width: 850px;*/
/*}*/
.join {
    margin-top: 244px;
}

.join:before {
    content: "";
    position: absolute;
    background: #13224b;
    filter: blur(175px);
    width: 1194px;
    height: 280px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -23%;
    z-index: -2;
}

.join .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    position: relative;
     bottom: -24px;
}

.join ul {
    margin-top: 31px;
}

.join ul b {
    font-size: 86px;
    color: #ededed;
    font-weight: 700;
    line-height: 100%;
}

.join ul li b i {
    margin-left: 10px;
}

.join li:hover b {
    color: #ec008b;
}

.join ul li:hover span {
    color: #ededed;
    /*margin-top: 10px;*/
}

.join ul li {
    margin-right: 72px;
}

.join ul li:last-child {
    margin-right: 0;
}
.join-blocks {
    margin-top: 20px;
}
.join-blocks i {
    font-style: normal;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    gap: 30px;
}

.join-blocks i span {
    background: linear-gradient(rgba(0, 207, 215, 0.01) 30%, #00cfd7 150%);
    padding: 25px 35px;
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    color: #ededed;
    display: flex;
    align-items: flex-end;
}

/*.join-blocks i span {*/
/*  width: 47%;*/
/*}*/

/*.join-blocks i span:nth-child(3) {*/
/*  width: 56%;*/
/*}*/

/*.join-blocks i span:last-child {*/
/*  width: 40%;*/
/*}*/

/*.join-blocks i span {*/
/*  width: 49%;*/
/*}*/

.join-blocks strong {
    color: #ec008b;
    font-size: 24px;
    letter-spacing: -0.003em;
    font-weight: 700;
    margin-top: 25px;
    display: block;
}

.connect {
	margin-top: 80px;
}

.connect .btn {
    height: 44px;
    line-height: 44px;
    width: 470px;
    color: #fcfcfc;
    /* margin-left: 38px;*/
}

.footer .container {
    position: relative;
}
/* .footer .container:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #060219;
    border-radius: 15px 15px 0 0;
    top: -1px;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, 0);
    top: -20px;
    height: 20px;
} */

.page-template-affiliate .connect ul,
.page-template-front-page .connect ul {
    top: 10px;
    position: absolute;
    margin-top: 0;
}

.page-template-advertise .top-right {
    min-height: 1200px;
}

.page-template-advertise .connect ul {
    position: absolute;
}

.page-template-affiliate .footer .container,
.page-template-front-page .footer .container,
.page-template-advertise .footer .container {
    padding-top: 150px;
}

.page-template-affiliate .connect-title,
.page-template-front-page .connect-title,
.page-template-advertise .connect-title {
    margin-bottom: 65px;
}

.page-template-affiliate .connect .container:before,
.page-template-front-page .connect .container:before {
    background: rgba(237, 237, 237, 0.05);
    border-radius: 15px 15px 0 0;
    top: -20px;
}

.page-template-affiliate .footer .container,
.page-template-front-page .footer .container {
    background: rgba(237, 237, 237, 0.05);
}

.page-template-affiliate .connect:before,
.page-template-front-page .connect:before,
.connect:before {
    display: none;
}

.connect:before,
.page-template-affiliate .contacts:before,
.page-template-front-page .contacts:before {
    content: "";
    position: absolute;
    right: 0;
    background: url("./assets/images/line-connect.svg") no-repeat;
    width: 746px;
    height: 66px;
    right: -100px;
    top: -10px;
}

.connect-map {
    margin-top: 25px;
}

.page-template-affiliate .contacts-logo,
.page-template-front-page .contacts-logo {
    bottom: -2px;
}

.connect ul {
    margin-top: 25px;
    -webkit-column-gap: 50px;
    column-gap: 50px;
}

.connect ul span {
    font-weight: 600;
    display: block;
    color: #ec008b;
    font-size: 15px;
}

.connect ul a {
    color: #ededed;
    font-size: 20px;
    font-weight: 700;
    margin-top: 3px;
    display: block;
}

.testimonials {
    margin-top: 170px;
    margin-bottom: 162px;
}

.testimonials .container:after {
    content: "";
    position: absolute;
    right: -236px;
    background: url("./assets/images/line-testimonials.svg") no-repeat;
    width: 236px;
    height: 87px;
    top: 135px;
}

.testimonials-logo {
    left: 0;
    right: 0;
    top: -31px;
    opacity: 0.5;
}

.testimonials ul {
    grid-template-columns: repeat(3, 1fr);
    color: #13224b;
    -webkit-column-gap: 50px;
    column-gap: 50px;
    margin-top: 56px;
}

.testimonials ul li {
    max-width: 454px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.testimonials ul li i {
    width: 59px;
    height: 59px;
    border-radius: 100px;
    overflow: hidden;
    display: block;
    margin-right: 15px;
    flex-shrink: 0;
}

.testimonials ul li b {
    font-weight: 700;
    font-size: 40px;
    color: #13224b;
}

.testimonials ul li b strong {
    display: block;
    margin-top: 5px;
    font-size: 16px;
}

.testimonials ul li p {
    font-size: 20px;
    margin-top: 15px;
    line-height: 125%;
    font-weight: 600;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.testimonials ul li.is--active p {
    text-overflow: unset;
    overflow: unset;
    -webkit-line-clamp: unset;
}

.testimonials ul li.is--active a strong,
.testimonials ul li a span {
    display: none;
}

.testimonials ul li.is--active a span {
    display: block;
}

.testimonials ul li a {
    color: #00cfd7;
    text-decoration: underline;
    font-size: 16px;
    margin-top: 35px;
}

.testimonials ul li a strong {
    font-weight: normal;
}

.top h2 span,
.scaleblock h2 span,
.fullcycle h2 span,
.tools h2 span,
.testimonials h2 span {
    color: #ec008b;
    text-shadow: unset;
}

.home .top h2 i {
    font-style: normal;
    margin-left: 79px;
    display: block;
}

.scaleblock .btn {
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: -30px;
    width: unset;
    z-index: 22;
}

.scaleblock ul {
    align-self: flex-start;
    position: relative;
}

.scaleblock ol:before,
.scaleblock ul:before {
    content: "";
    position: absolute;
    -webkit-backface-visibility: hidden;
}

.scaleblock ol:before {
    -webkit-filter: blur(175px);
    filter: blur(175px);
    background: #13224b;
    width: 374px;
    height: 374px;
    bottom: 10%;
    left: -40%;
}

.scaleblock ul:before {
    background: #13224b;
    -webkit-filter: blur(175px);
    filter: blur(175px);
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
    width: 374px;
    height: 330px;
    left: 50%;
    bottom: 50%;
}

.scaleblock ul li {
    position: relative;
    margin-right: 67px;
}

/*
.scaleblock ul li:before,
.scaleblock ul li:last-child:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #BEC6E1;
  display: block;
  position: absolute;
  left: -9px;
  border-radius: 100px;
}

.scaleblock ul li:before {
  top: -5px;
}

.scaleblock ul li:last-child:after {
  bottom: -5px;
}

.scaleblock ul li:last-child {
  border-bottom: 1px solid #BEC6E1
}
*/
body {
    background: #fcfcfc;
    font-family: "Syne", sans-serif;
    color: #13224b;
}

:focus,
button,
button:focus,
input,
input:focus {
    outline: 0;
}

:after,
:before {
    box-sizing: border-box;
}

a {
    color: #13224b;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.flex-column {
    flex-direction: column;
}

.list--unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

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

.align-items-baseline {
    align-items: baseline;
}

.align-items-stretch {
    align-items: stretch;
}

.align-content-start {
    align-content: flex-start;
}

.align-content-end {
    align-content: flex-end;
}

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

.align-content-between {
    align-content: space-between;
}

.align-content-around {
    align-content: space-around;
}

.align-content-stretch {
    align-content: stretch;
}

.align-self-auto {
    align-self: auto;
}

.align-self-start {
    align-self: flex-start;
}

.align-self-end {
    align-self: flex-end;
}

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

.align-self-baseline {
    align-self: baseline;
}

.align-self-stretch {
    align-self: stretch;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.w-100p {
    width: 100%;
}

.h-100p {
    height: 100%;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-grid {
    display: grid;
}

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

.center {
    margin: 0 auto;
    text-align: center;
}

.overflow {
    overflow: hidden;
}

.wrap {
    overflow: hidden;
}

.footer {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
}

.home .footer .container {
    max-width: 1480px;
    padding-left: unset;
    padding-right: unset;
    background: transparent;
}

.footer .container {
    max-width: 1600px;
    background: #060219;
    padding-top: 87px;
    padding-bottom: 27px;
    padding-left: 60px;
    padding-right: 60px;
}

.page-template-page-blog .footer-menu p > a,
.single-post .footer-menu p > a,
.single-post .footer-menu ul li a,
.page-template-page-blog .footer-menu ul li a,
.page-template-page-blog .footer,
.single-post .footer {
    color: #13224b;
}

.blog-img__footer svg {
    fill: #060219;
    opacity: 0.3;
    width: 100%;
    height: auto;
}

.blog-img__footer {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -22%;
}

.single-post .footer .container,
.page-template-page-blog .footer .container {
    background: transparent;
}

.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 100%;
}

.footer-right__bg {
    fill: #18172d;
    position: absolute;
}

.footer-right__icon {
    fill: #00cfd7;
    position: relative;
}

.footer-right-social {
    -webkit-column-gap: 14px;
    column-gap: 14px;
}

.footer-right-social li a:hover .footer-right__bg {
    fill: #00cfd7;
}

.footer-right-social li a:hover .footer-right__icon {
    fill: #18172d;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.footer-youtube:hover .youtube-bg {
    fill: #00cfd7;
}

.footer-youtube:hover .youtube-icon {
    fill: #18172d;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.footer-right-social li a,
.page-404 p > a {
    position: relative;
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
}

.footer-right span,
.header-sign-btn {
    position: relative;
    display: flex;
    align-items: center;
    color: #ededed;
    font-size: 20px;
    cursor: pointer;
}

.home .footer-right span,
.header-sign-btn {
    color: #060219;
}

.page-template-advertise .footer-right span {
    color: #ededed;
}
.page-template-advertise .footer .header-sign a {
    color: #ededed;
}
.header-sign a:hover {
    opacity: 0.5;
}

.footer-right span i,
.header-sign-btn-icon {
    display: inline-block;
    background: #18171c;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 52px;
    height: 28px;
    margin: 0 8px;
    position: relative;
    cursor: pointer;
}

.footer-right span.is--active i,
.header-sign-btn.is--active i {
    background: linear-gradient(82.97deg, #00cfd7 -0.69%, #ec008b 37.18%);
}

.footer-right a:hover i,
.footer-right span:hover i,
/*.footer-right span a:hover + i*/
.header-sign-btn:hover .header-sign-btn-icon,
.header-sign-btn a:hover + .header-sign-btn-icon {
    background: #00cfd7;
}

.footer-right span.is--active a + i:before,
.footer-right span a:hover + i:before,
.header-sign-btn.is--active .header-sign-btn-up + .header-sign-btn-icon:before,
.header-sign-btn.hovLeft .header-sign-btn-icon:before {
    left: 5px;
    transform: translate(0, 0);
}

/* hovLeft
hovRight */

.header-sign-btn.is--active .header-sign-btn-in + .header-sign-btn-icon:before,
.header-sign-btn.hovRight .header-sign-btn-icon:before {
    right: 5px;
    left: auto;
    transform: translate(0, 0);
}

/* header-sign-btn */

/* .footer-right span.is--active i:before, */
/* .footer-right a:hover+i:before, */
/* .footer-right span:hover i:before, */
/* .header-sign-btn.is--active .header-sign-btn-icon:before,
.header-sign-btn:hover .header-sign-btn-icon:before {
    right: auto;
    left: 23px;
    transform: translate(0, 0);
} */

.footer-right span i:before,
.header-sign-btn-icon:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: #ededed;
    border-radius: 100px;
    top: 2px;
    left: 50%;
    transform: translate(-50%, 0);
}

.footer-right span:before {
    background: url("./assets/images/line-bottom-sign2.svg") no-repeat;
    content: "";
    position: absolute;
    width: 476px;
    height: 35px;
    left: -5px;
    bottom: -34px;
}

/*.footer-right span:hover, .header-sign-btn:hover, .footer-right span.is--active, .header-sign-btn.is--active */
.header-sign-btn:hover,
.header-sign-btn.is--active {
    color: #00cfd7;
}

.contacts .container {
    position: relative;
}

.home .contacts .container:before,
.home .contacts .container:after,
.home .tools .container:before,
.home .whoweare .h1:before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    background: #13224b;
    width: 448px;
    height: 448px;
    -webkit-filter: blur(225px);
    filter: blur(225px);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.whoweare .h1:before {
    left: -110px;
    top: -100px;
}

.contacts .container:before {
    bottom: -448px;
    left: 10%;
}

.contacts .container:after {
    bottom: -100px;
    right: 0;
}

.home .tools .container:before {
    top: -50px;
    left: 20%;
}

.footer-logo {
    display: block;
}

.footer-logo:before {
    background: url("./assets/images/line-bottom-logo.svg") no-repeat;
    content: "";
    position: absolute;
    width: 200px;
    height: 44px;
    left: -220px;
    bottom: 14px;
}

.footer-left {
    max-width: 303px;
}

.footer-left p {
    margin: 41px 0 45px;
    padding: 0;
}

.footer-menu strong {
    color: #00cfd7;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 44px;
    display: block;
}

.footer-menu p > a {
    display: block;
    color: #ededed;
}

.footer-menu ul li:last-child {
    margin-bottom: unset;
}

.footer-menu ul li a:hover,
.footer-menu p > a:hover {
    color: #00cfd7;
}

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

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

.footer-menu p {
    margin: 15px 0;
}

.contacts {
    margin-top: 160px;
    padding-bottom: 80px;
}

.contacts-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: -1;
    fill: #ededed;
    display: none;
}

.contacts-title span {
    font-size: 18px;
    font-weight: 400;
    color: #ededed;
    opacity: 0.7;
    margin-left: 25px;
    max-width: 404px;
}

.contacts form {
    width: 100%;
}

.wpcf7-form-control-wrap {
    margin: 30px 0 25px;
    width: 49%;
    display: block;
}

.contacts form .btn-form,
.btn {
    background: #00cfd7;
    height: 55px;
    line-height: 55px;
    font-family: "Syne", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #020d33;
    text-align: center;
    box-shadow: none;
    width: 100%;
    position: relative;
    cursor: pointer;
    border: none;
}

input:focus,
input {
    -webkit-appearance: none;
    appearance: none;
}
.contacts form .btn-form span,
.btn span {
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
}

.contacts form .btn:hover {
    background-color: #ededed !important;
}

.btn:focus:before {
    background: #ec008b;
}
.btn:focus input {
    color: #ededed;
}
.btn:focus input::-webkit-input-placeholder {
    color: #ec008b;
}
.btn-plus {
    overflow: hidden;
}

.btn-plus:after {
    content: "+";
    margin-left: 10px;
    display: inline-block;
    -webkit-transform: translateX(250px) rotate(360deg);
    transform: translateX(250px) rotate(360deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
}
.btn span.wpcf7-spinner {
    display: none;
}
.btn-plus:hover:after {
    -webkit-transform: none;
    transform: none;
    position: unset;
}

.btn-plus:before {
    height: 100%;
    width: 0;
    background: #ec008b;
    left: unset;
    right: 0;
}

.btn-plus:hover {
    color: #060219 !important;
}

.btn-plus:hover:before {
    width: 10px;
}

.buttonWhite {
    color: #060219 !important;
}

.buttonWhite:hover {
    background-color: #ededed !important;
}

.contacts form .input-style {
    width: 49%;
}

.contacts form .textarea-style,
.contacts form textarea {
    width: 100%;
    resize: none;
    overflow: hidden;
}

.contacts form .input-style,
.contacts form .textarea-style,
.contacts form input,
.contacts form textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    border-bottom: 1px solid #344476;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    padding: 0 15px;
    background: transparent;
    font-weight: 400;
    font-family: "Syne", sans-serif;
    box-shadow: unset;
    font-size: 20px;
    color: #f4f4f4;
    letter-spacing: 0.04em;
    /* margin-bottom: 25px; */
}

.contacts form .input-style::-webkit-input-placeholder,
.contacts form .textarea-style::-webkit-input-placeholder,
.contacts form input::-webkit-input-placeholder,
.contacts form textarea::-webkit-input-placeholder {
    color: #f1f1f1;
}

.contacts form .input-style:focus::placeholder,
.contacts form .textarea-style:focus::placeholder,
.contacts form input:focus::placeholder,
.contacts form textarea:focus::placeholder {
    color: rgba(252, 252, 252, 0.4);
    font-size: 14px;
}

.contacts form .input-style:focus,
.contacts form .textarea-style:focus,
.contacts form input:focus,
.contacts form textarea:focus,
.contacts form input:focus,
.contacts form textarea:focus,
.contacts form input:focus,
.contacts form textarea:focus {
    border-color: #ec008b;
}

.blue-block svg {
    fill: #060219;
}

.pink-block svg {
    fill: #fcfcfc;
    width: 24px;
    height: 21px;
}

.blue-block svg,
.pink-block svg {
    position: absolute;
    top: 30px;
    left: 20px;
}

.blue-block__text,
.pink-block__text {
    height: 100%;
    width: 100%;
}

.blue-block__side,
.pink-block__side {
    font-weight: 600;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    -webkit-animation: fadeInOut24 9s linear;
    animation: fadeInOut24 9s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.blue-block__side {
    left: 42px;
}

.pink-block__side {
    left: 0;
}

.blue-block__side {
    font-size: 40px;
}

.pink-block__side {
    font-size: 64px;
    color: #fcfcfc;
    white-space: nowrap;
}

.blue-block__side span,
.pink-block__side span {
    -webkit-animation: fadeInRight24 9s ease-in-out;
    animation: fadeInRight24 9s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.pink-block__side span {
    display: block;
    margin: 0 auto;
}

.blue-block__side--1 span,
.pink-block__side--1 span {
    -webkit-animation-name: fadeInLeft24;
    animation-name: fadeInLeft24;
}

@-webkit-keyframes fadeInLeft24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    10% {
        -webkit-transform: translate3d(5%, 0, 0);
        transform: translate3d(5%, 0, 0);
    }
    15%,
    90% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@keyframes fadeInLeft24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    10% {
        -webkit-transform: translate3d(5%, 0, 0);
        transform: translate3d(5%, 0, 0);
    }
    15%,
    90% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@-webkit-keyframes fadeInRight24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    10% {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0);
    }
    15%,
    90% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes fadeInRight24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    10% {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0);
    }
    15%,
    90% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

.page-template-affiliate .pink-block__side,
.page-template-front-page .pink-block__side {
    -webkit-animation: fadeInOut25 12s linear;
    animation: fadeInOut25 12s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-template-affiliate .pink-block__side span,
.page-template-front-page .pink-block__side span {
    -webkit-animation: fadeInRight24 12s ease-in-out;
    animation: fadeInRight24 12s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-template-affiliate .pink-block__side--2,
.page-template-affiliate .pink-block__side--2 span,
.blue-block__side--2,
.blue-block__side--2 span,
.pink-block__side--2,
.pink-block__side--2 span,
.page-template-front-page .pink-block__side--2,
.page-template-front-page .pink-block__side--2 span {
    opacity: 0;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.page-template-affiliate .pink-block__side--3,
.page-template-affiliate .pink-block__side--3 span,
.page-template-front-page .pink-block__side--3,
.page-template-front-page .pink-block__side--3 span,
.blue-block__side--3,
.blue-block__side--3 span,
.pink-block__side--3,
.pink-block__side--3 span {
    opacity: 0;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.page-template-affiliate .pink-block__side--4,
.page-template-affiliate .pink-block__side--4 span,
.page-template-front-page .pink-block__side--4,
.page-template-front-page .pink-block__side--4 span {
    opacity: 0;
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}

@-webkit-keyframes fadeInOut24 {
    0%,
    36.69%,
    100% {
        opacity: 0;
    }
    3.34%,
    33.35% {
        opacity: 1;
    }
}

@keyframes fadeInOut24 {
    0%,
    36.69%,
    100% {
        opacity: 0;
    }
    3.34%,
    33.35% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInOut25 {
    0%,
    28.56%,
    100% {
        opacity: 0;
    }
    3.57%,
    24.99% {
        opacity: 1;
    }
}

@keyframes fadeInOut25 {
    0%,
    28.56%,
    100% {
        opacity: 0;
    }
    3.57%,
    24.99% {
        opacity: 1;
    }
}
.container {
    max-width: 1480px;
    margin: 0 auto;
    width: 100%;
}

.top {
    -webkit-animation: opacity69 1s linear both;
    animation: opacity69 1s linear both;
    position: relative;
    z-index: 24;
}

@-webkit-keyframes opacity69 {
    from {
        opacity: 0;
    }
}

@keyframes opacity69 {
    from {
        opacity: 0;
    }
}

.top h2 {
    position: relative;
    margin-top: 240px;
    text-transform: unset;
}

.top-h2 .btn {
    color: #13224b;
    max-width: 470px;
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-affiliate .top-h2 .btn,
.page-template-front-page .top-h2 .btn {
    margin-top: 94px;
}
.page-template-affiliate.black_theme .top h2,
.page-template-front-page.black_theme .top h2 {
    margin-top: 256px;
}
.top h2 svg {
    position: absolute;
    left: -250px;
    bottom: 30px;
    -webkit-animation: fadeInDown68 1s linear both;
    animation: fadeInDown68 1s linear both;
    fill: #ededed;
}

@-webkit-keyframes fadeInDown68 {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, 150px);
        transform: translate(-50%, 150px);
    }
}

@keyframes fadeInDown68 {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, 150px);
        transform: translate(-50%, 150px);
    }
}

@-webkit-keyframes fadeInRight69 {
    from {
        opacity: 0;
        -webkit-transform: translate(50%, -20px);
        transform: translate(50%, -20px);
    }
}

@keyframes fadeInRight69 {
    from {
        opacity: 0;
        -webkit-transform: translate(50%, -20px);
        transform: translate(50%, -20px);
    }
}

.top h2 span:last-of-type {
    -webkit-animation: fadeInLeft69 1s linear both;
    animation: fadeInLeft69 1s linear both;
}

@-webkit-keyframes fadeInLeft69 {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, -20px);
        transform: translate(-50%, -20px);
    }
}

@keyframes fadeInLeft69 {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, -20px);
        transform: translate(-50%, -20px);
    }
}

.blue-block {
    width: 372px;
    height: 219px;
    background: #00cfd7;
}

.pink-block {
    background: #ec008b;
    height: 220px;
    width: 600px;
}

.black_theme .pink-block {
    background: #ededed;
}

.black_theme .pink-block__side {
    color: #13224b;
    font-size: 46px;
}

.page-template-affiliate.black_theme .pink-block__side,
.page-template-front-page.black_theme .pink-block__side {
    color: #ec008b;
}

.black_theme .pink-block svg {
    fill: #ec008b;
}

.blue-block,
.pink-block {
    display: flex;
    align-items: center;
    top: 0;
    -webkit-animation: width69 0.8s linear both;
    animation: width69 0.8s linear both;
}

@-webkit-keyframes width69 {
    from {
        width: 0;
    }
}

@keyframes width69 {
    from {
        width: 0;
    }
}

.page-template-affiliate .top-right,
.page-template-front-page .top-right {
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#344476),
            to(rgba(52, 68, 118, 0))
        )
        0 100% 0 0 stretch;
    border-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#344476),
            to(rgba(52, 68, 118, 0))
        )
        0 100% 0 0 stretch;
}

.top-right {
    width: 600px;
    position: relative;
    padding-top: 256px;
}

.top-right {
    border-left: 1px solid #344476;
    border-right: 1px solid #344476;
}

.page-template-affiliate .top-right:after,
.page-template-front-page .top-right:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 990px;
    background: linear-gradient(#344476, rgba(52, 68, 118, 0)) 0 100%;
    display: block;
    width: 1px;
}

.top-right__text {
    margin-left: 84px;
    font-size: 21px;
    font-weight: 500;
}

.black_theme .top-right__text {
    color: #ededed;
    margin-left: 46px;
    max-width: 510px;
}

.top-round {
    width: 528px;
    height: 528px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
    margin-left: auto;
    margin-top: -80px;
    position: relative;
    z-index: -1;
}

.top-round:after,
.top-round:before {
    content: "";
    position: absolute;
    display: block;
    -webkit-animation: rotate24 30s linear infinite;
    animation: rotate24 30s linear infinite;
}

@-webkit-keyframes rotate24 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotate24 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate24 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.top-round:after {
    background: url("./assets/images/round-inner.svg") no-repeat;
    width: 353px;
    height: 352px;
    opacity: 0.9;
    -webkit-animation-duration: 55s;
    animation-duration: 55s;
}

.top-round:before {
    background: url("./assets/images/round.svg") no-repeat;
    width: 528px;
    height: 528px;
    opacity: 0.4;
}

.black_theme .top-round:after {
    background-image: url("./assets/images/round-inner-dark.svg");
}

.black_theme .top-round:before {
    background-image: url("./assets/images/round-dark.svg");
}

/* .home .top-right {
    padding-bottom: unset;
    width: 730px;
} */

.top-right:before {
    content: "";
    position: absolute;
    background: url("./assets/images/line-h1-pink.svg") no-repeat;
    width: 515px;
    height: 56px;
    z-index: -1;
    right: 0;
    top: 620px;
}

.black_theme .top-right:before {
    background-image: url("./assets/images/line-h1-dark.svg");
    top: 670px;
}

/* .home .top-right:before {
    background: url("./assets/images/line-h1.svg") no-repeat;
    width: 604px;
    height: 81px;
    left: -604px;
    bottom: 50px;
    top: unset;
} */

.black_theme .top-h2:after,
/* .home .top-right:after, */
.monetize h2:after,
.form h1:before {
    content: "";
    position: absolute;
    background: #0a00be;
    opacity: 0.9;
    -webkit-filter: blur(125px);
    filter: blur(125px);
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    width: 956px;
    height: 172px;
    z-index: -1;
    left: -120px;
}

body.is--blur:before {
    content: "";
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 997;
}

.form-pop {
    position: fixed;
    height: 50%;
    display: none;
    max-width: 1298px;
    margin: 0 auto;
    left: 25px;
    right: 25px;
    top: 15%;
    background: rgba(6, 2, 25, 0.15);
    z-index: 999;
    border: 1px solid rgba(237, 237, 237, 0.42);
    border-radius: 16px;
    overflow: hidden;
}

.form-pop.is--active {
    display: flex;
}

.form-pop:before {
    background: rgba(6, 2, 25, 0.15);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    -webkit-backdrop-filter: blur(22.5px);
    backdrop-filter: blur(22.5px);
    display: block;
    position: absolute;
    -webkit-backface-visibility: hidden;
}

.form-pop h2 {
    font-size: 48px;
}

.black_theme .form-pop .h2-note {
    font-size: 32px;
    color: #00cfd7;
    font-weight: 700;
    margin-top: 45px;
}

.form-pop .h2-note > a {
    color: #00cfd7;
    font-weight: 700;
}

.form-pop i:after,
.form-pop i:before {
    position: absolute;
    width: 21px;
    height: 3px;
    background: #ededed;
    content: "";
    display: block;
    top: 10px;
}

.form-pop i {
    width: 21px;
    height: 21px;
    cursor: pointer;
    top: 40px;
    right: 45px;
    position: absolute;
}

.form-pop i:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-pop i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.form h1 {
    margin-bottom: 40px;
}

.form h1:before {
    left: unset;
    right: 0;
    bottom: -40%;
}

input:invalid {
    border-bottom: 1px solid red !important;
}

select:invalid {
    border-bottom: 1px solid red !important;
}

.form form select,
.form form select option {
    font-size: 20px;
    font-weight: 400;
    max-width: 100%;
    display: block;
    line-height: 25px;
    outline: #ffffff;
    background-color: #080620;
    cursor: pointer;
    color: #f4f4f4;
}

.form form select option:hover {
    box-shadow: 0 0 10px 100px #00cfd7 inset;
    background-color: #00cfd7 !important;
}

.form form input,
.form form select,
.form form textarea {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #344476;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    letter-spacing: 0.04em;
    font-weight: 400;
    background: transparent;
    color: #ededed;
    width: 100%;
}
.form form select {
    -webkit-appearance: none;
    appearance: none;
}

.form form span[data-name="your-company_type"],
.form form span[data-name="your-company_type"] {
    position: relative;
}
.form form span[data-name="your-company"]:after,
.form form span[data-name="your-company_type"]:after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    right: 10px;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 30px;
}
.form form input:focus,
.form form select:focus,
.form form textarea:focus {
    border-color: #00cfd7;
}

.form form textarea {
    resize: none;
    -moz-appearance: none;
    overflow: hidden;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #344476;
    font-family: "Syne", sans-serif;
}

.form .form-note {
    font-size: 18px;
    margin-top: 25px;
    color: #ededed;
    opacity: 0.9;
}

.form .form-note a {
    color: #00cfd7;
    text-decoration: underline;
}

.form .form-note a:hover {
    text-decoration: none;
}

.form form textarea:last-of-type,
.wpcf7-form-control-wrap:last-of-type {
    width: 100%;
}

.wpcf7-not-valid-tip {
    color: #00cfd7;
    font-size: 10px;
    margin-top: 3px;
    position: absolute;
}

.contacts .wpcf7-not-valid-tip {
    margin-top: 5px;
}

.form form select::-ms-expand {
    display: none;
}

.form form .btn {
    margin-top: 35px;
}

.form form .btn input,
.contacts form .btn input {
    font-family: "Syne", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #020d33;
    border: none;
    width: 100%;
    height: 100%;
    line-height: 1em;
    letter-spacing: unset;
    text-transform: math-auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form form input::-webkit-input-placeholder,
.form form select::-webkit-input-placeholder,
.form form textarea::-webkit-input-placeholder {
    color: #ededed;
    letter-spacing: 0.04em;
    font-weight: 400;
    font-family: "Syne", sans-serif;
}

.page-template-page-advertisers .form form .btn input {
    cursor: pointer;
}
.page-template-page-advertisers .form form .btn input:hover {
    background-color: #fff;
}

.monetize h2:after {
    width: 1387px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    top: -10%;
    left: 0;
}

/* .home .top-right:after {
    bottom: 50px;
    display: none;
} */

.black_theme .top-h2:after {
    top: 320px;
}

.top-right__half {
    padding-top: 276px;
}

.top-block {
    color: #ededed;
    width: 273px;
    overflow: hidden;
    margin: 0 43px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top-block:hover {
    justify-content: flex-start;
}

.top-block__title {
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
}
.top-block__desc {
    width: 230px;
    min-height: 70px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 30px;
}
.top-block__link {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 220px;
    width: 100%;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #060219;
    background-color: #ededed;
}
.top-block__link span {
    position: relative;
    display: inline-block;
}
.top-block__link span::after {
    content: "+";
    display: block;
    width: 12px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: -13px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #060219;
}
.top-block__link:hover {
    background-color: #00cfd7;
}

/*  */
.whoweare {
    padding-top: 275px;
    position: relative;
    z-index: 23;
}
.whoweare .container {
    position: relative;
}
.whoweare .container::after {
    content: "discover us";
    position: absolute;
    top: -40px;
    left: -15px;
    color: rgba(237, 237, 237, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}

.whoweare .h1 {
    font-size: 96px;
    width: 96px;
    color: #ededed;
    position: relative;
    margin-right: 15px;
    font-weight: 700;
    margin-left: 80px;
}

/* .home .whoweare-links > a {
    color: #ededed;
} */

.whoweare-links > a {
    color: #13224b;
    position: relative;
    font-size: 20px;
}

.black_theme .whoweare-links > a {
    color: #ededed;
}
/*
.home .whoweare-links > a:hover {
    color: #ffffff;
} */

.whoweare-links > a:after {
    content: "";
    height: 2px;
    display: block;
    position: absolute;
    width: 0;
    background: #9a00ff;
    bottom: -6px;
}

.whoweare-links > a:hover:after {
    -webkit-animation: in 0.7s linear forwards;
    animation: in 0.7s linear forwards;
}

@-webkit-keyframes in {
    0% {
        width: 0;
    }
    50% {
        width: 110%;
        background: #fcfcfc;
    }
    60% {
        width: 100%;
    }
    70% {
        width: 95%;
    }
    100% {
        width: 100%;
    }
}

@keyframes in {
    from {
        width: 0;
    }
    50% {
        width: 120%;
    }
    70% {
        width: 75%;
    }
    to {
        width: 80%;
    }
}

.whoweare-links {
    position: absolute;
    margin: 0;
    padding: 0 66px 0 42px;
    width: 730px;
    right: 0;
    box-sizing: border-box;
    display: flex;
    -webkit-column-gap: 48px;
    column-gap: 48px;
    z-index: 22;
    font-size: 18px;
    justify-content: flex-end;
}
.whoweare-links__lang {
    font-weight: 500;
    margin-left: auto;
}

.whoweare-links__lang span {
    color: #00cfd7;
}

/* .home .whoweare-links__1 {
    top: -40px;
    bottom: unset;
} */

.whoweare-links__1 {
    bottom: 18px;
}

.whoweare-links__2 {
    bottom: 0;
}

.whoweare-left {
    margin-left: auto;
}

.whoweare-left-phone {
    max-width: 100%;
    width: 100%;
}

.whoweare-left__title {
    font-size: 36px;
    font-weight: 700;
    color: #ededed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 304px;
    margin-bottom: 55px;
}

.whoweare-left__title b {
    width: 27px;
    height: 2px;
    background: #f6f0f8;
    box-shadow: 0 8px 0 #f6f0f8, 0 16px 0 #f6f0f8;
    display: inline-block;
    position: relative;
    top: -4px;
}

.whoweare-left__block {
    color: #ededed;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 46px;
    display: block;
    max-width: 286px;
}

.whoweare-left__block:last-child {
    margin-bottom: unset;
}

.whoweare-left__block b {
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
    display: block;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.is--visible .whoweare-left__title {
    -webkit-animation: fadeInDown24 1.5s 0.5s linear both;
    animation: fadeInDown24 1.5s 0.5s linear both;
}

.is--visible .whoweare-left__block:nth-child(3) b,
.is--visible .whoweare-left__block strong {
    -webkit-animation: fadeInLeft69 1.5s 0.5s both;
    animation: fadeInLeft69 1.5s 0.5s both;
}

.is--visible .whoweare-left__block b,
.is--visible .whoweare-left__block:nth-child(3) strong {
    -webkit-animation: fadeInRight69 1.5s 0.5s both;
    animation: fadeInRight69 1.5s 0.5s both;
}

@-webkit-keyframes fadeInDown24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInLeft69 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft69 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight69 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight69 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #00a0d2;
    display: block;
    color: #e0e0e0;
    margin: 20px 0 0;
}
.whoweare-left__block b > i {
    font-style: normal;
    color: #ec008b;
    display: block;
}

.whoweare-left__block strong {
    font-weight: 400;
    color: rgba(237, 237, 237, 0.9);
    display: block;
}

.whoweare .h1 span {
    position: absolute;
    -webkit-transform: rotate(-90deg) translate(-50%, -190%);
    transform: rotate(-90deg) translate(-50%, -190%);
    white-space: nowrap;
    left: -54px;
}

.whoweare-left:after {
    content: "";
    position: absolute;
    background: url("./assets/images/phone-after.svg") no-repeat;
    width: 369px;
    height: 43px;
    z-index: -1;
    right: -123px;
    top: 111px;
}

.whoweare-left:before {
    content: "";
    position: absolute;
    background: url("./assets/images/phone-before.svg") no-repeat;
    width: 352px;
    height: 753px;
    z-index: -1;
    left: -330px;
    bottom: 130px;
}

.whoweare-left p {
    display: block;
    position: absolute;
    border-radius: 45px;
    width: 399px;
    height: 858px;
    padding: 46px 30px;
    box-sizing: border-box;
    top: 10px;
    left: 20px;
    background: #060219;
}

.whoweare-left p:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 257px;
    background: #d9d9d9;
    border-radius: 15px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.scaleblock ul li b,
.join ul li:hover b i {
    color: #060219;
    /*font-size: inherit;*/
    font-weight: 700;
    text-shadow: 1px 0 1px #00cfd7, 0 1px 1px #00cfd7, -1px 0 1px #00cfd7,
        0 -1px 1px #00cfd7;
}

.page-template-advertise .scaleblock ul li b {
    font-size: 110px;
}
.page-template-advertise .scaleblock ul {
    margin-top: 45px;
    z-index: 22;
}
.scaleblock ul li:hover b,
.join ul li:hover b > i {
    text-shadow: 1px 0 1px #ec008b, 0 1px 1px #ec008b, -1px 0 1px #ec008b,
        0 -1px 1px #ec008b;
}

.scaleblock ul li b > i,
.join ul li b > i {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    display: inline-block;
}

.scaleblock ul li span i,
.scaleblock ul li b i,
.join ul li b i {
    font-style: normal;
}

/* .scaleblock ul li:hover b > i {
    text-shadow: 1px 0 1px #ededed, 0 1px 1px #ededed, -1px 0 1px #ededed,
        0 -1px 1px #ededed;
} */

.scaleblock ul li span,
.join ul li span {
    display: block;
    font-size: 20px;
    color: #ededed;
    line-height: 110%;
    font-weight: 400;
    position: relative;
    margin-top: 10px;
}

/* .whoweare__numb:before {
    width: 1103px;
    content: "";
    background: url("./assets/images/lines.svg") no-repeat;
    height: 373px;
    display: block;
    position: absolute;
    bottom: -328px;
    right: -1px;
    z-index: -1;
} */

.whoweare__numb {
    width: 730px;
    position: relative;
    border-left: 1px solid #344476;
    border-right: 1px solid #344476;
    margin-left: 108px;
    margin-top: -275px;
    padding-top: 420px;
}

.whoweare__numb::before {
    content: '';
    position: absolute;
    right: 111px;
    bottom: -271px;
    display: block;
    height: 319px;
    width: 1px;
    background: #344476;
    transform: rotate(45deg);
}
.whoweare__numb::after {
    content: '';
    position: absolute;
    left: -113px;
    bottom: -271px;
    display: block;
    height: 319px;
    width: 1px;
    background: #344476;
    transform: rotate(45deg);
}


.whoweare__numb_item {
    position: relative;
    padding: 0 42px 16px;
}

.whoweare__numb_item:first-child {
    border-top: 1px solid #344476;
}

.whoweare__numb_item:last-child {
    border-bottom: 1px solid #344476;
}

.whoweare__numb_item:nth-child(2) {
    border-top: 1px solid #344476;
    border-bottom: 1px solid #344476;
    position: relative;
}

.whoweare__numb_item:nth-child(2):after {
    content: "";
    position: absolute;
    width: 722px;
    height: 130px;
    z-index: -1;
    background: #0a00be;
    opacity: 0.4;
    -webkit-filter: blur(125px);
    filter: blur(125px);
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    left: -320px;
    top: 50px;
}

.whoweare__numb_item:before {
    content: "";
    position: absolute;
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    background: #ec008b;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    z-index: -1;
}

.whoweare__numb_item {
    padding-top: 24px;
}

.whoweare__numb_item-act-num {
    font-family: "Syne", sans-serif;
    font-size: 86px;
    line-height: 102%;
    display: block;
    color: #060219;
    font-weight: 700;
    text-shadow: 1px 0 1px #00cfd7, 0 1px 1px #00cfd7, -1px 0 1px #00cfd7,
        0 -1px 1px #00cfd7;
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum";
}
.whoweare__numb_item-act-tit {
    display: block;
    font-family: "Syne", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: #ededed;
}

.whoweare__numb_item-hov {
    display: none;
}

.whoweare__numb_item:hover .whoweare__numb_item-hov {
    display: block;
}

.whoweare__numb_item:hover .whoweare__numb_item-act {
    display: none;
}
.whoweare__numb_item:hover::before {
    height: 100%;
}

.whoweare__numb_item-hov-icon {
    display: block;
    width: 24px;
    height: 19px;
    margin-top: 16px;
    margin-bottom: 33px;
    background: url("./assets/images/icon_plus.svg") no-repeat center center /
        contain;
}
.whoweare__numb_item-hov-desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    max-width: 490px;
    color: #fff;
}

.tools {
    margin-top: 177px;
    position: relative;
    z-index: 23;
}

.tools__swiper .swiper-pagination {
    position: static;
}
.tools__swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 15px;
    background-color: #344476;
    transition: 0.3s;
    margin: 0 5px;
    opacity: 0.9;
}
.tools__swiper .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
}
.tools__swiper
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 160px;
    background-color: #ec008b;
}

.home .tools ol li p + a:after,
.home .tools ol li.is--active p + a:after,
.tools ol li p + a:after {
    display: none;
}
.tools ol li p + a:after,
.tools ol li.is--active p + a:after {
    content: "";
    position: absolute;
    right: 20px;
    height: 100%;
    background: #ec008b;
    z-index: 22;
    top: 0;
}

.tools ol li:hover p + a:after,
.tools ol li.is--active p + a:after {
    -webkit-animation: width22 1.5s linear forwards;
    animation: width22 1.5s linear forwards;
}

@-webkit-keyframes width22 {
    100% {
        width: 20px;
    }
}

@keyframes width22 {
    100% {
        width: 20px;
    }
}

.innovations {
    margin-top: 200px;
}

.page-template-affiliate .tools,
.page-template-front-page .tools {
    /*top: -168px;*/
    position: relative;
    margin: 105px 0 0;
}

.innovations .container {
    position: relative;
    z-index: 32;
}

.innovations-slider:before,
.innovations-slider:after {
    content: "";
    position: absolute;
    height: 498px;
    width: 1px;
    background: #344476;
    display: block;
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    left: -180px;
    z-index: -1;
}

.innovations-slider:before {
    bottom: -240px;
}

.innovations-slider:after {
    bottom: -422px;
}

/*.innovations ul li:nth-child(3):after {*/
.innovations .container {
    position: relative;
}

.innovations .container:after {
    content: "";
    position: absolute;
    background: url("./assets/images/lines3.svg") no-repeat;
    height: 189px;
    width: 930px;
    bottom: -189px;
    left: 739px;
    z-index: -1;
}

.innovations-slider {
    border: 1px solid #344476;
    overflow: hidden;
}

.innovations .container:before {
    left: 557px;
}

/*.innovations .container:after {*/
/*  left: 903px;*/
/*}*/

.innovations .h2-note {
    margin-bottom: 49px;
}

.innovations ul {
    display: flex;
    margin: 0;
    padding: 0;
    right: -2px;
    /*border-top: 1px solid #344476;*/
    /*border-bottom: 1px solid #344476;*/
    justify-content: space-between;
}

.innovations .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px;
    text-align: left;
}

.innovations .swiper-pagination-bullet:after {
    content: "";
    background: #00cfd7;
    height: 100%;
    width: 0;
    display: block;
    border-radius: 15px;
}

.innovations .swiper-pagination-bullet-active:after {
    -webkit-animation: w50 3s linear forwards;
    animation: w50 3s linear forwards;
}

@-moz-keyframes w50 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes w50 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes w50 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.innovations .swiper-pagination-bullet {
    background: #292539;
    opacity: 1;
}

.innovations .swiper-pagination-bullet-active {
    width: 195px;
    border-radius: 15px;
}

.innovations ul li {
    border-right: 1px solid #344476;
    padding: 34px 30px;
    /*width: 381px !important;*/
    display: flex;
    align-items: center;
    position: relative;
    height: unset;
    box-sizing: border-box;
    cursor: pointer;
}

.innovations ul li.swiper-slide-prev {
    border-right: none;
}

/*.innovations ul li:last-child {*/
/*  width: 345px;*/
/*}*/

/*.innovations ul li:nth-child(3) {*/
/*  width: 366px;*/
/*}*/

/*.innovations ul li:first-child {*/
/*  border-left: 1px solid #344476;*/
/*}*/

.innovations ul li b {
    position: absolute;
    color: rgba(237, 237, 237, 0.1);
    font-weight: 700;
    font-size: 96px;
    bottom: 0;
    right: 15px;
}

.innovations ul li img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.innovations ul li:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.innovations ul li span {
    color: #ededed;
    font-size: 24px;
    line-height: 125%;
    font-weight: 600;
    margin-left: 25px;
}

.innovations ul li span:before {
    content: "";
    position: absolute;
    background: #01cfd7;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: -1;
    left: 45px;
    top: 30px;
    width: 80px;
    height: 0;
}

.innovations ul li:hover span:before {
    height: 80px;
}

.innovations ul li:hover span {
    color: #00cfd7;
}

.innovations ul li:hover b {
    bottom: -10px;
}

.h2-note {
    font-size: 20px;
    font-weight: 400;
    line-height: 125%;
    color: #13224b;
}

.black_theme .h2-note {
    color: #ededed;
}

.h2-note > span {
    color: #ec008b;
}

.innovations-title {
    -webkit-column-gap: 60px;
    column-gap: 60px;
}

.innovations-title .h2-note {
    max-width: 388px;
}

.innovations h2 {
    position: relative;
}

.innovations h2:before {
    content: "";
    position: absolute;
    width: 763px;
    height: 69px;
    z-index: -1;
    background: #0a00be;
    opacity: 0.9;
    -webkit-filter: blur(125px);
    filter: blur(125px);
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    right: 0;
    top: 50px;
}

.tools ol {
    font-size: 20px;
    color: #ededed;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 29px;
    gap: 29px;
    position: relative;
    z-index: 23;
}

/*.tools-three__title {*/
/*  margin-top: -180px;*/
/*}*/

.black_theme .tools-title {
    margin-bottom: 40px;
}

.tools-three__title:before {
    content: "";
    position: absolute;
    background: url("./assets/images/line-tools-three.svg") no-repeat;
    width: 604px;
    height: 63px;
    top: 100px;
    right: 0;
}

.tools.tools-three .h2-note {
    max-width: 490px;
    margin-right: 62px;
}

.tools.tools-three {
    margin-top: -344px;
    margin-bottom: -82px;
    z-index: 26;
    background: #fff;
}

.tools-three__title h2 {
    position: relative;
}
.footer .header-sign {
    top: -3px;
}

/*.tools-three__title h2:after {*/
/*  content: attr(data-name);*/
/*  color: #060219;*/
/*  font-size: 16px;*/
/*  position: absolute;*/
/*  bottom: 320px;*/
/*  left: 0;*/
/*  white-space: nowrap;*/
/*  font-weight: 400;*/
/*}*/

/*.black_theme .tools-three__title h2:after {*/
/*  color: #EDEDED;*/
/*}*/

/*.black_theme .tools-three__title h2:before {*/
/*  background: #344476;*/
/*}*/

/*.tools-three__title h2:before {*/
/*  content: "";*/
/*  width: 1px;*/
/*  height: 180px;*/
/*  background: #060219;*/
/*  display: block;*/
/*}*/

.tools.tools-three ol {
    font-size: 32px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 31px;
    gap: 31px;
    margin-top: 35px;
}

.home.black_theme .tools ol li {
    background: linear-gradient(
        360deg,
        #00cfd7 -66.67%,
        rgba(0, 207, 215, 0) 22.41%
    );
}

.tools ol li {
    position: relative;
    border: 1px solid #344476;
    height: 233px;
    width: 347px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
}

.tools.tools-three li:before {
    background: linear-gradient(248.68deg, #ffffff -240.56%, #060219 357.7%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.05;
}

.tools.tools-three li:after {
    background: #214094;
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: -50%;
    -webkit-filter: blur(105px);
    filter: blur(105px);
    z-index: 0;
    -webkit-backface-visibility: hidden;
    transition: 0.3s;
}

.tools.tools-three li:first-child:after {
    left: 0;
    top: 0;
}

.tools.tools-three li:nth-child(5):after {
    left: unset;
    right: -20%;
    top: -20px;
}

.tools.tools-three li:nth-child(3):after {
    left: unset;
    right: -10%;
    top: -30px;
}

.tools.tools-three ol {
    padding-bottom: 90px;
    position: relative;
}

.tools.tools-three li {
    width: unset;
    background: #060219;
}

/*.tools.tools-three li:last-child {*/
/*  width: 100%;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  height: 132px;*/
/*}*/

.tools ol li div {
    margin: 25px 30px 25px 36px;
    width: 100%;
    color: #ededed;
    position: relative;
    z-index: 2;
}

.tools ol li div > svg {
    fill: #ededed;
    position: absolute;
    right: -58px;
    top: -30px;
    opacity: 0.05;
}

.tools ol p {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 30px;
    height: 100%;
    font-weight: 500;
    font-size: 20px;
    color: #ededed;
}
/* .page-template-affiliate .tools ol li:nth-child(7) p {
    word-spacing: 100vw;
} */
.tools ol p i {
    font-style: normal;
}

.tools ol p i,
.tools ol p span {
    opacity: 0;
    -webkit-transform: scale(1.5) translate(30px, 60px);
    transform: scale(1.5) translate(30px, 60px);
    display: inline-block;
}

.tools ol p:before {
    content: attr(data-name);
    font-size: 32px;
    line-height: 115%;
    color: #ededed;
    position: absolute;
    bottom: 30px;
    font-family: "Syne", sans-serif;
    font-weight: 600;
}

.home.black_theme .tools ol b > svg,
.tools ol b > svg {
    fill: #ededed;
}

.black_theme .tools ol li:hover b > svg {
    fill: #060219;
}

.page-template-affiliate .tools h2,
.page-template-front-page .tools h2 {
    max-width: 660px;
    width: 100%;
}
.page-template-affiliate .tools .h2-note,
.page-template-front-page .tools .h2-note {
    max-width: 848px;
    margin-left: 78px;
    align-items: center;
}

.tools ol b,
.tools ol li.is--active p i,
.tools ol li.is--active p span,
.tools ol p,
.tools ol li div > svg,
.tools ol li,
.innovations ul li span:before,
.innovations ul li img,
.innovations ul li span,
.innovations ul li b,
.whoweare ul li span i,
.footer-right__bg,
.footer-right__icon,
.contacts form .btn-form:before,
.fullcycle ul li i:before,
.fullcycle ul li i:after,
.fullcycle ul li i,
.fullcycle ul li:hover i svg {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.btn:before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.monetize ul li span,
.monetize ul li i svg + svg,
.tools ol p:before,
.tools ol p i,
.tools ol p span,
.whoweare ul li span,
.footer-right span i:before,
.header-sign-btn-icon:before,
.contacts form .input-style:focus::placeholder,
.contacts form .textarea-style:focus::placeholder {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.tools ol b {
    left: 0;
    margin-top: -1px;
    bottom: calc(100% - 30px);
    z-index: 23;
    position: absolute;
}

.tools.tools-three ol b {
    bottom: calc(70% - 10px);
}

.tools ol p + a span {
    display: none;
}

.tools ol p + a {
    width: 0;
    height: 33px;
    line-height: 33px;
    position: absolute;
    bottom: -5px;
    left: -36px;
    font-size: 20px;
    font-weight: 700;
    padding-left: 66px;
    box-sizing: border-box;
    color: #060219;
    display: block;
}

.tools ol li:first-child div > svg {
    right: -30px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    padding-bottom: 20px;
    -webkit-animation: fadeInDown69 0.5s linear both;
    animation: fadeInDown69 0.5s linear both;
}

@-webkit-keyframes fadeInDown69 {
    from {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }
}

@keyframes fadeInDown69 {
    from {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }
}

.header-sign {
    position: relative;
    top: -3px;
    margin-right: 75px;
    display: flex;
    align-items: center;
}

.header-social {
    display: none;
}
.header.is--active .header-social {
    display: flex;
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
    left: 0;
    justify-content: center;
    right: 0;
    text-align: center;
}

.header-social li:not(:last-child) {
    margin-right: 14px;
}
.header-social li a {
    position: relative;
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
}

.black_theme .header-sign a {
    color: #ededed;
}
.header-sign a {
    color: #060219;
}
.header.is--active .header-sign a {
    color: #ededed;
}
.header-logo {
    position: relative;
}
.header-logo svg {
    fill: #060219;
}
.header-logo:before,
.header-logo:after {
    content: "";
    position: relative;
    display: inline-block;
}
.header-logo:before {
    background: url("./assets/images/logo-after.svg");
    width: 198px;
    height: 21px;
    position: absolute;
    bottom: 0;
    left: -228px;
    opacity: 0.2;
}

.header-logo:after {
    background: url("./assets/images/logo-before.svg");
    width: 123px;
    height: 70px;
    margin-left: 30px;
    bottom: 2px;
    opacity: 0.2;
}

body:not(.black_theme) .header:not(.is--active) .header-logo svg path {
    fill: #000000;
}

.black_theme .header.is--fixed:before {
    background: rgba(0, 0, 0, 0.15);
}

.header.is--fixed:before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    /*-webkit-transform: translateY(-20rem);*/
    /*transform: translateY(-20rem);*/
}

@-moz-document url-prefix() {
    .black_theme .header.is--fixed:before {
        background: rgba(0, 0, 0, 1);
    }
}

.header-menu li:not(:last-child) {
    margin-right: 20px;
}

.header.is--fixed:before {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header-menu {
    background: rgba(6, 2, 25, 0.05);
    border-radius: 8px;
    position: relative;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    margin: 0 32px 0 auto;
    display: flex;
}
.header-menu li {
    border-radius: 8px;
}

.header-menu li.current_page_item,
.header-menu li:hover {
    position: relative;
}

.header-menu li.current_page_item a,
.header-menu li:hover a {
    color: #ededed;
}

.header-menu li.current_page_item:after {
    width: 100%;
}

.header-menu li:after {
    content: "";
    position: absolute;
    background: #13224b;
    border-radius: 10px;
    height: 100%;
    top: 0;
    z-index: -1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.header-menu li:hover:after {
    width: 100%;
}

.header-menu li a {
    color: #13224b;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    padding: 8px 30px;
    display: block;
    text-align: center;
}

.header-menu .zeyReward {
    border: 1px solid #00cfd7;
    border-radius: 8px;
}
.header-menu .zeyReward a {
    display: block;
    position: relative;
    padding-left: 38px;
}

.header-menu .zeyReward a:before {
    content: "";
    display: block;
    font-size: 24px;
    position: absolute;
    top: 10px;
    left: 24px;
    width: 8px;
    height: 7px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2.94629H8V4.5422H0V2.94629ZM4.82864 0V7.48849H3.17136V0H4.82864Z' fill='%23060219'/%3E%3C/svg%3E")
        no-repeat center center / contain;
}

.black_theme .header-menu .zeyReward a:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2.94629H8V4.5422H0V2.94629ZM4.82864 0V7.48849H3.17136V0H4.82864Z' fill='%23EDEDED'/%3E%3C/svg%3E");
}

body:not(.black_theme) .header-menu .zeyReward:hover a:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2.94629H8V4.5422H0V2.94629ZM4.82864 0V7.48849H3.17136V0H4.82864Z' fill='%23EDEDED'/%3E%3C/svg%3E");
}

.header-menu .zeyReward:after {
    border-radius: 6px;
    background-color: #00cfd7 !important;
}

.tools ol p + a,
.tools ol b,
.tools ol li.is--active p span,
.tools ol li div > svg,
.tools ol li,
.innovations ul li span:before,
.innovations ul li img,
.innovations ul li span,
.innovations ul li b,
.whoweare ul li span i,
.footer-right__bg,
.footer-right__icon,
.header:before,
.header-menu li:after,
.header-menu li.current_page_item,
.header-menu li:hover,
.contacts form .btn-form:before {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.tools ol p,
.tools ol li.is--active p i,
.tools ol p:before,
.tools ol p i,
  /*.tools ol p span,*/
.whoweare ul li span,
.footer-right span i:before,
.header-sign-btn-icon:before,
.contacts form .input-style:focus::placeholder, .contacts form .textarea-style:focus::placeholder {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

body.black_theme {
    background: #060219;
}

.black_theme .header-logo svg {
    fill: #ededed;
}

.home .header-menu {
    background: rgba(217, 217, 217, 0.02);
}

.black_theme .header-menu li a {
    color: #ededed;
}

.black_theme .header-menu li:after {
    background: #ededed;
}

.black_theme .header-menu li.current_page_item a,
.black_theme .header-menu li:hover a {
    color: #141414;
}

.black_theme .footer-right span,
.black_theme .header-sign-btn {
    color: #ededed;
}

.black_theme .header-logo:after {
    opacity: 1;
}

.black_theme h2 > span,
.black_theme h1 > span {
    text-shadow: 1px 0 1px #00cfd7, 0 1px 1px #00cfd7, -1px 0 1px #00cfd7,
        0 -1px 1px #00cfd7;
    color: #060219;
}

.page-template-affiliate .tools ol:before,
.page-template-front-page .tools ol:before {
    width: 384px;
    content: "";
    background: url("./assets/images/lines21.svg") no-repeat;
    height: 350px;
    display: block;
    position: absolute;
    bottom: -350px;
    z-index: -1;
}

.home .tools ol:before {
    left: 726px;
}

.page-template-affiliate .tools ol:before,
.page-template-front-page .tools ol:before {
    left: 754px;
    bottom: -190px;
    background-image: url("./assets/images/lines2-3.svg");
    width: 985px;
    height: 189px;
}

.black_theme .top h2 {
    margin-top: 216px;
}

.black_theme .top h2 span:first-of-type {
    margin-left: 59px;
    display: block;
    -webkit-animation: fadeInRight69 1s linear both;
    animation: fadeInRight69 1s linear both;
}

.black_theme .top-h2 h2 span {
    color: #060219;
}

.top .container:before {
    content: "";
    position: absolute;
    z-index: -1;
}

.top .container:before {
    background: url("./assets/images/line-top-pink.svg") no-repeat;
    width: 221px;
    height: 56px;
    right: -221px;
    top: 256px;
}

.black_theme .top .container:before {
    background-image: url("./assets/images/line-top-dark.svg");
}

/* .home.black_theme .top .container:before {
    display: none;
    background: url("./assets/images/line-top.svg") no-repeat;
    width: 360px;
    height: 1154px;
    right: 0;
    top: 0;
} */

h2,
h3 {
    line-height: 100%;
}

h2 {
    color: #13224b;
    font-weight: 700;
    font-size: 60px;
}

h3 {
    font-size: 48px;
}

.black_theme h2 {
    color: #ededed;
}

.content {
    color: #ffffff;
    font-size: 16px;
}

.top-indent {
    margin-top: 173px;
}

.content p {
    margin-bottom: 18px;
}

.content h1 {
    font-size: 64px;
    position: relative;
    margin-bottom: 35px;
}

.content ul {
    margin-bottom: 18px;
}

.content ul li {
    margin-left: 20px;
    margin-bottom: 8px;
}

.page-id-614 .content h2:before,
.page-id-610 .content h2:before {
    content: attr(data-name);
    line-height: 75%;
}

.content p > b {
    color: #00cfd7;
}

.content h1:before {
    content: "";
    position: absolute;
    background: #0a00be;
    opacity: 0.9;
    -webkit-filter: blur(125px);
    filter: blur(125px);
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    width: 956px;
    height: 172px;
    z-index: -1;
    left: -120px;
    top: -90%;
}

.content h1 > span {
    text-shadow: 1px 0 1px #00cfd7, 0 1px 1px #00cfd7, -1px 0 1px #00cfd7,
        0 -1px 1px #00cfd7;
    color: #060219;
}

.content h2 {
    color: #ec008b;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 65px;
    position: relative;
    padding-left: 45px;
}

.content h2:before {
    content: "+";
    text-shadow: 1px 0 1px #ededed, 0 1px 1px #ededed, -1px 0 1px #ededed,
        0 -1px 1px #ededed;
    display: block;
    color: #060219;
    position: absolute;
    width: 20px;
    left: 0;
}

.terms.content h2 {
    display: flex;
    padding-left: 0;
}
.terms.content h2:before {
    display: none;
}
.terms.content h2 span {
    display: block;
    font-family: monospace;
    margin-right: 15px;
    font-size: 30px;
    line-height: 1.3em;
}
.terms.content ul li {
    list-style: circle;
}

@media (max-width: 1279px) {
    .terms.content h2 span {
        font-size: 26px;
        line-height: 32px;
    }
}

.content h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 40px 0 20px;
}

.content .container {
    padding-right: 320px;
}

.content .container:after {
    content: "";
    background: url("./assets/images/line-content.svg") no-repeat right top;
    position: absolute;
    background-size: contain;
    top: -173px;
    width: 68px;
    height: 100%;
    right: 150px;
}

.termsTable {
    overflow-x: auto;
    display: block;
}

.content table {
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
    border-collapse: collapse;
    margin-top: 20px;
}

.content table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 50px 20px;
    box-sizing: border-box;
}

.content table td:first-child,
.content table td:nth-child(2) {
    width: 17%;
}

.content table td:nth-child(3) {
    width: 34%;
}

.content table td:last-child {
    width: 32%;
}

.content thead tr th {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
}
.content thead tr th {
    color: #00dff4;
    font-weight: 600;
}

.page-404:before {
    content: "";
    width: 364px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #344476;
    border-right: 1px solid #344476;
    display: block;
    position: absolute;
    left: 55%;
}

.page-404:after {
    content: "";
    position: absolute;
    right: 45%;
    background: url("./assets/images/line-connect.svg") no-repeat;
    width: 1081px;
    height: 94px;
    bottom: 104px;
    background-size: contain;
    z-index: -1;
}

.page-404 p {
    position: absolute;
    right: 50px;
    flex-direction: column;
    top: 110px;
}

.page-404 p > a {
    margin-bottom: 23px;
}

.page-404 p .footer-right__icon {
    fill: #13224b;
}

.page-404 p .footer-right__bg {
    fill: #00cfd7;
}

.page-404__logo {
    fill: #ededed;
    width: 100%;
    height: auto;
    margin: 0 auto;
    top: 22%;
}

.page-404__inner h1 {
    font-size: 450px;
    font-weight: 700;
    color: #ededed;
    line-height: 85%;
    position: relative;
    top: -60px;
}

.page-404__inner {
    border: 1px solid rgba(237, 237, 237, 0.42);
    border-radius: 16px;
    position: relative;
    padding-bottom: 43px;
    overflow: hidden;
    max-width: 1298px;
    margin: 0 auto;
}

.page-404__inner:before {
    background: rgba(6, 2, 25, 0.15);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    -webkit-backdrop-filter: blur(22.5px);
    backdrop-filter: blur(22.5px);
    display: block;
    position: absolute;
    -webkit-backface-visibility: hidden;
}

.page-404__inner .btn {
    max-width: 882px;
    display: table;
}

.page-404__text:before,
.page-404__inner:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page-404__text:before {
    background: #13224b;
    width: 720px;
    height: 448px;
    -webkit-filter: blur(125px);
    filter: blur(125px);
    top: -20%;
}

.page-404__inner:after {
    width: 956px;
    height: 172px;
    background: #0a00be;
    opacity: 0.9;
    -webkit-filter: blur(125px);
    filter: blur(125px);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    bottom: 0;
}

.page-404__main:before {
    content: "";
    position: absolute;
    top: 0;
    background: url("./assets/images/line-404.svg") no-repeat;
    width: 62px;
    bottom: -44px;
    display: block;
    left: 7%;
}

.page-404__inner h1 span {
    text-shadow: 6px 0 1px #00cfd7, 0 6px 1px #00cfd7, -6px 0 1px #00cfd7,
        0 -6px 1px #00cfd7;
    color: #131d42;
}

.page-404__note {
    font-size: 16px;
    margin-top: 10px;
    color: #ededed;
    opacity: 0.9;
    text-align: center;
    font-weight: 400;
}

.page-404__text {
    color: #00cfd7;
    opacity: 0.9;
    margin-top: 13px;
    border-bottom: 1px solid #ededed;
    font-size: 24px;
    font-weight: 600;
    padding: 0 25px 13px;
}

.page-404__text span {
    background: #ededed;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    display: block;
    box-shadow: 25px 0 0 #ec008b, 50px 0 0 #ededed;
    margin-right: 50px;
}

.tools.tools-three li.is--active:after {
    display: none;
}

.page-template-affiliate .tools-three__title:before,
.page-template-front-page .tools-three__title:before {
    display: none;
}

.page-template-affiliate .tools ol p,
.page-template-affiliate .tools ol li.is--active p > span,
.page-template-front-page .tools ol p,
.page-template-front-page .tools ol li.is--active p > span {
    font-size: 20px;
}

.tools ol li.is--active p i,
.tools ol li.is--active p span {
    opacity: 1;
    display: inline;
}

.tools ol li.is--active p:before {
    -webkit-transform: translate(-40px, -40px) scale(0.5);
    transform: translate(-40px, -40px) scale(0.5);
    opacity: 0;
}

.tools ol li p > span {
    font-weight: 700;
}

.tools ol li.is--active p > span {
    display: inline;
}

.tools ol li.is--active b > svg {
    width: 18px;
    height: 14px;
    display: block;
}

.tools.tools-three ol li {
    transition: 0.3s;
}

.home.black_theme .tools ol li.is--active b > svg {
    fill: #060219;
}

.home.black_theme .tools ol li.is--active {
    background: #00cfd7;
}

.black_theme .tools ol li.is--active {
    background: #00cfd7;
}

.tools.tools-three ol li.is--active {
    background: #ec008b;
    border-color: #ec008b;
}

.tools.tools-three ol li.is--active p span {
    color: #ec008b;
}

.black_theme .tools ol li.is--active p,
.black_theme .tools ol li.is--active p span {
    color: #060219;
}

.home.black_theme .tools ol li.is--active p,
.home.black_theme .tools ol li.is--active p span {
    color: #060219;
}

.tools ol li.is--active b {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    bottom: 4px;
}

.tools.tools-three ol li.is--active b {
    bottom: calc(100% - 10px);
}

.tools.tools-three ol li.is--active b svg {
    fill: #ededed;
}

.tools ol li.is--active p {
    bottom: unset;
    top: 0;
}

.tools.tools-three ol li.is--active p {
    bottom: 0;
    height: unset;
    top: unset;
}

.tools ol li.is--active p + a {
    width: 218px;
    background: #ededed;
    z-index: 22;
}

.black_theme .tools ol li.is--active p + a {
    width: 277px;
}

.tools ol li.is--active p + a span {
    display: block;
    white-space: nowrap;
}

.tools ol li.is--active div > svg {
    top: unset;
    -webkit-transform: scale(0.6) translateY(80px);
    transform: scale(0.6) translateY(80px);
    fill: #060219;
    opacity: 0.1;
    right: -30px;
    bottom: -30px;
}

.wpcf7-response-output {
    display: none;
}

.content .postSlider .swiper-pagination-bullet {
    background: #fcfcfc;
}

.content .swiper-slide h1 {
    font-size: 16px;
    margin-top: 10px;
}

.content .swiper-slide h1 a {
    color: #ec008b;
}

.content .swiper-slide h1:before {
    display: none;
}

.content a {
    color: #00cfd7;
}

.postSlider .bwi-wrap-info {
    margin-bottom: 10px;
}

.postSlider .psw-info-category a {
    margin-right: 10px;
}

.blog h1 {
    font-size: 64px;
    margin-bottom: 10px;
}

.blog h1 > span {
    /*text-shadow: 1px 0 1px #00cfd7, 0 1px 1px #00cfd7, -1px 0 1px #00cfd7, 0 -1px 1px #00cfd7;*/
    color: #00cfd7;
}

.page-template-page-blog,
.single-post {
    zoom: unset;
    -moz-transform: unset;
}

.h1-note {
    max-width: 685px;
    margin-bottom: 46px;
}

.blog-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 29px 35px;
    gap: 29px 35px;
}

.blog-item {
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin-bottom: 35px;
}

.blog-item a,
.blog-item a img {
    width: 100%;
}

.blog-item .blog-image {
    position: relative;
}

.blog-item:hover .blog-image:before {
    bottom: 5px;
    box-shadow: 0 0 22px 3px #282a2d;
}

.blog-item .blog-image:before {
    content: "";
    display: block;
    left: 21px;
    right: 21px;
    height: 100%;
    bottom: 10px;
    position: absolute;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
}

.blog-info {
    text-transform: lowercase;
}

.blog-info time {
    flex-shrink: 0;
}

.blog-info {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    height: 28px;
    align-items: flex-end;
}

.blog-item:hover .blog-inner {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.blog-info p:hover,
.blog-info p:hover a,
.blog-item:hover .blog-title a {
    color: #ec008b;
}

.blog-item:hover .blog-info,
.blog-item:hover .blog-info a {
    font-size: 24px;
    text-shadow: 1px 0 1px #13224b, 0 1px 1px #13224b, -1px 0 1px #13224b,
        0 -1px 1px #13224b;
    color: #ffffff;
}

.blog-desc {
    font-size: 16px;
}

.blog-bottom {
    margin-bottom: 25px;
}

.blog-read {
    color: #ec008b;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-top: auto;
}

.blog-title {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 28px;
    line-height: 115%;
}

.blog-title a {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.blog-item:hover .blog-read:before {
    height: 0;
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
}

.blog-item:hover .blog-read {
    color: #13224b;
}

.blog-item:hover .blog-read:after {
    -webkit-animation: out69 0.6s 0s linear forwards;
    animation: out69 0.6s 0s linear forwards;
}

@-webkit-keyframes out69 {
    from {
        width: 0;
    }
    50% {
        width: calc(120% - 145px);
        background: #13224b;
    }
    70% {
        width: calc(95% - 145px);
    }
    to {
        width: calc(100% - 145px);
    }
}

@keyframes out69 {
    from {
        width: 0;
    }
    50% {
        width: calc(120% - 145px);
        background: #13224b;
    }
    70% {
        width: calc(95% - 145px);
    }
    to {
        width: calc(100% - 145px);
    }
}

.blog-read:before,
.blog-read:after {
    content: "";
    background: #ec008b;
    position: absolute;
}

.blog-read:before,
.blog-read:after,
.blog-inner,
.blog-info,
.blog-image {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.blog-read:before {
    width: 6px;
    height: 21px;
    right: 11px;
    top: 0;
}

.blog-read:after {
    width: 28px;
    height: 5px;
    right: 0;
    top: 9px;
}

.blog-left {
    width: 1105px;
    margin-right: 29px;
}

.blog-sidebar {
    background: linear-gradient(
        180deg,
        #00cfd7 -157.83%,
        rgba(0, 207, 215, 0) 57.39%
    );
    position: relative;
    margin-top: 34px;
    padding-top: 25px;
}

.blog-right {
    width: 351px;
}

.blog-banner {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.blog-banner video {
    width: 100%;
}

.blog-banner img {
    max-width: 100%;
}

.single-post .footer {
    overflow-x: hidden;
}

.single-post .wrap {
    overflow: unset;
    position: relative;
}

.blog-inside .blog-img__footer svg {
    position: absolute;
    top: 0;
}

.blog-inside .blog-img__footer {
    bottom: 0;
    height: 300px;
    overflow: hidden;
}

.blog-inside .blog-right .blog-read:before,
.blog-inside .blog-right .blog-read:after {
    display: none;
}

.blog-inside .blog-right .blog-title {
    font-size: 20px;
    font-weight: 700;
}

.blog-slider {
    width: 90%;
    margin-top: 90px;
}

.blog-slider .blog-read {
    margin-top: 25px;
}

.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumbs .wpcourses-breadcrumbs-sep {
    color: #13224b;
}

.blog-inside__info {
    margin-top: 15px;
    margin-bottom: 10px;
}

.blog-inside__info,
.blog-inside__info p > a {
    font-size: 20px;
    font-weight: 700;
}

.blog-inside__info p {
    margin-left: 35px;
    color: #ec008b;
    text-transform: lowercase;
}

.blog-inside__info p > a {
    color: #ec008b;
}

.blog-inside .blog-content p:not(:last-child) {
    margin-bottom: 15px;
}

.blog-inside .blog-content .blog-left ul li,
.blog-inside .blog-content .blog-left ol li {
    margin-left: 20px;
    margin-bottom: 8px;
}

.blog-inside .blog-content img {
    height: auto;
}

.blog-inside .blog-content p {
    font-size: 16px;
    line-height: 125%;
    font-weight: 500;
}

.blog-inside .blog-content .blog-inside__content a {
    color: #00cfd7;
}

.blog-inside .blog-content .blog-inside__content a:hover {
    color: #ec008b;
}

.breadcrumbs a,
.breadcrumbs span {
    color: rgba(19, 34, 75, 0.4);
    font-size: 20px;
    font-weight: 700;
}

.blog-inside .container {
    position: relative;
}

.blog-inside .container:after {
    content: "";
    position: absolute;
    background: url("./assets/images/blog-lines.svg") no-repeat right top /
        contain;
    top: -173px;
    width: 65px;
    height: 100%;
    right: -65px;
}

.blog-inside .blog-content p strong em {
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    background: rgba(6, 2, 25, 0.05);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 25px 0;
}

.blog-inside .blog-content .blog-left h3.blog-inside__title {
    font-size: 48px;
}

.blog-inside .blog-content .blog-left h3,
.blog-inside .blog-content .blog-left h4,
.blog-inside .blog-content .blog-left h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.widget_text {
    display: none;
}

.widget_search {
    border-bottom: 1px solid #13224b;
    height: 34px;
    line-height: 34px;
    position: absolute;
    top: -34px;
    right: 0;
    left: 0;
    padding-left: 27px;
}

.widget_search input::-webkit-input-placeholder {
    color: #13224b;
    font-family: "Syne", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.widget_search input {
    border: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: 400;
    background: transparent;
    color: #13224b;
    text-transform: lowercase;
}

.widget_search:before,
.widget_search:after {
    content: "";
    display: block;
    position: absolute;
}

.widget_search:before {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 2px solid #13224b;
    left: 0;
    top: 5px;
}

.widget_search:after {
    height: 6px;
    width: 2px;
    background: #13224b;
    left: 14px;
    top: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.blog-sidebar h3 {
    font-size: 24px;
    margin-bottom: 19px;
}

.blog-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.widget_categories:not(:last-child) {
    margin-bottom: 45px;
}

.blog-right ul li:not(:last-child) {
    margin-bottom: 24px;
}

.widget_categories,
.widget_archive,
.widget_tag_cloud {
    padding: 0 19px 25px 30px;
}

.blog-sidebar li {
    position: relative;
    padding-left: 26px;
    opacity: 0.9;
}

.blog-sidebar li a:before {
    content: "";
    border: 2px solid #00cfd7;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
}

.blog-sidebar li:hover a {
    color: #ec008b;
}

.blog-sidebar li:hover:before {
    border-color: #ec008b;
    box-shadow: inset 0 0 0 4px #ffffff, inset 0 0 0 7px black;
}

.widget_tag_cloud {
    margin-top: 45px;
}

.tagcloud {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px 15px;
    gap: 10px 15px;
}

.tagcloud a {
    font-size: 20px !important;
    font-weight: 600;
    text-transform: lowercase;
    position: relative;
    line-height: 125%;
}

.tagcloud a:before {
    content: "#";
    display: inline-block;
    margin-right: 2px;
}

.tagcloud a:hover {
    color: #00cfd7;
}

.blog-pagination {
    margin-top: 50px;
    font-size: 24px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

.blog-pagination a:hover {
    color: #00cfd7;
}

/*.tryinhouse {*/
/*  margin-top: -360px;*/
/*}*/

.tryinhouse h2 {
    position: relative;
}

.tryinhouse h2:before,
.page-template-advertise .tools-three__title h2:before {
    content: "";
    width: 1px;
    height: 160px;
    background: #344476;
    display: block;
    margin-bottom: 20px;
}

.tryinhouse h2:after,
.page-template-advertise .tools-three__title h2:after {
    content: attr(data-name);
    font-size: 20px;
    position: absolute;
    bottom: 300px;
    left: 0;
    white-space: nowrap;
    font-weight: 400;
}

.tryinhouse h2:after {
    color: #ededed;
}

.page-template-advertise .whoweare-links__1 {
    bottom: 362px;
}

.page-template-advertise .tools-three__title h2:after {
    color: #13224b;
}

.tryinhouse-slider .swiper-button-next:after,
.tryinhouse-slider .swiper-rtl .swiper-button-prev:after,
.tryinhouse-slider .swiper-button-prev:after,
.tryinhouse-slider .swiper-rtl .swiper-button-next:after {
    display: none;
}

.tryinhouse-control {
    color: #ededed;
}

.tryinhouse-control span.swiper-pagination-current {
    color: #00cfd7;
}

.swiper-pagination {
    color: #575666;
    padding-left: 35px;
}

.tryinhouse-control .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    position: static;
    width: auto;
    font-family: sans-serif;
    margin-right: 30px;
}

.tryinhouse-control .swiper-pagination-fraction span {
    font-family: sans-serif;
}

.tryinhouse-slider .swiper-button-next,
.tryinhouse-slider .swiper-button-prev {
    color: #ededed;
    top: unset;
    position: relative;
    left: unset;
    right: unset;
    height: unset;
    width: unset;
    margin: 0;
}

.tryinhouse-slider .swiper-button-prev {
    margin-right: 20px;
}

.tryinhouse-btn {
    flex-shrink: 0;
    position: relative;
    display: flex;
}

.tryinhouse-slider {
    width: 345px;
    overflow: hidden;
}

h4 {
    font-size: 32px;
}

.tryinhouse-list {
    margin-top: 35px;
}

.tryinhouse-item {
    position: relative;
    width: 100%;
    flex-shrink: 0;
}

.tryinhouse-list.is--disabled .tryinhouse-item .tryinhouse-item__block {
    height: 552px;
}

.tryinhouse-list.is--disabled .tryinhouse-item:after,
.tryinhouse-list.is--disabled .tryinhouse-item:before {
    display: none;
}

.tryinhouse-item__block {
    border-radius: 15px;
    height: 535px;
    margin-bottom: 38px;
    color: #ededed;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.tryinhouse-item {
    position: relative;
}

.tryinhouse-item:after,
.tryinhouse-item:before {
    content: "";
    position: absolute;
    background: linear-gradient(1800deg, #00cfd7 -20%, #060219 30%);
    height: 100%;
    display: block;
    border-radius: 15px;
}

.tryinhouse-item:after {
    opacity: 0.5;
    bottom: 30px;
    left: 10px;
    right: 10px;
    z-index: -1;
}

.tryinhouse-item:before {
    opacity: 0.3;
    bottom: 20px;
    left: 30px;
    right: 30px;
    z-index: -2;
}

.tryinhouse-list > h4 {
    color: #00cfd7;
    margin-bottom: 14px;
    white-space: nowrap;
    margin-left: 10px;
}

.tryinhouse-item__top {
    height: 244px;
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.75) 100%
        ),
        lightgray -96.661px -64.331px / 148.696% 148.165% no-repeat;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tryinhouse-item__top:hover a {
    color: #00cfd7;
}

.tryinhouse-item__top h4 {
    position: relative;
}

.tryinhouse-item__top h4 > a {
    color: #ededed;
}

.tryinhouse-item__top > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-size: cover;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.tryinhouse-item__top > span img {
    object-fit: fill;
    max-width: unset;
    width: 100%;
}

.tryinhouse-item__top > span:before {
    content: "";
    position: absolute;
    opacity: 0.7;
    display: block;
    background: #060219;
    left: -20px;
    right: -20px;
    height: 100%;
}

.tryinhouse-item__bottom {
    border-image: linear-gradient(#060219, #00cfd7) 30;
    border-width: 1px;
    border-style: solid;
    padding: 20px;
    background: linear-gradient(#060219 0%, #00cfd7 200%);
    flex-grow: 1;
}

.tryinhouse-item__bottom ul {
    color: #00cfd7;
    font-size: 20px;
    margin-left: 16px;
}
.tryinhouse-item__bottom ul li {
    list-style: square;
}

.tryinhouse-item__bottom > h4 {
    color: #ec008b;
    margin-bottom: 10px;
    font-size: 22px;
}

.tryinhouse-item__bottom i {
    font-style: normal;
    margin-top: 15px;
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

.tryinhouse-wrapper {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
}

.swiper-cube .swiper-cube-shadow {
    opacity: 0;
}

.multivertical {
    margin-top: 125px;
}

.multivertical-title {
    margin-bottom: 25px;
}

.multivertical h2 {
    flex-shrink: 0;
    margin-right: 78px;
}

.multivertical ul li {
    background: rgba(237, 237, 237, 0.05);
    border-radius: 15px;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 28px;
    color: #ededed;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    height: 151px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.multivertical ul li span > span {
    color: #ec008b;
}

.multivertical ul li:last-child {
    width: 100%;
    margin-bottom: unset;
    margin-right: 0;
}
.multivertical ul li:nth-child(3) {
    margin-right: 0;
}
