/**
 * Theme URI:   http://wordpress.org/themes/blog
 * Author:      Stanislav Lavrentev
 * Author URI:  https://github.com/hvoyka
 * Description: Purrweb blog
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:        purrweb
 * Text Domain: blog
 * Version:     1.2
 */

 @font-face {
  font-family: Gilroy;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Light"), local("Gilroy-Light"),
    url(fonts/Gilroylight.woff2) format("woff2"),
    url(fonts/Gilroylight.woff) format("woff");
}

@font-face {
  font-family: Gilroy;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Regular"), local("Gilroy-Regular"),
    url(fonts/Gilroy-Regular.woff2) format("woff2"),
    url(fonts/Gilroy-Regular.woff) format("woff");
}

@font-face {
  font-family: Gilroy;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Medium"), local("Gilroy-Medium"),
    url(fonts/Gilroy-Medium.woff2) format("woff2"),
    url(fonts/Gilroy-Medium.woff) format("woff");
}

@font-face {
  font-family: Gilroy;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy ExtraBold"), local("Gilroy-Bold"),
    url(fonts/Gilroy-Bold.woff2) format("woff2"),
    url(fonts/Gilroy-Bold.woff) format("woff");
}

@font-face {
  font-family: Gilroy;
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"),
    url(fonts/Gilroyextrabold.woff2) format("woff2"),
    url(fonts/Gilroyextrabold.woff) format("woff");
}

@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url(fonts/Montserrat-Italic.woff2) format("woff2"),
    url(fonts/Montserrat-Italic.woff) format("woff");
}

@font-face {
  font-family: Lora;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Lora Regular"), local("Lora-Regular"),
    url(fonts/Lora-Regular.woff2) format("woff2"),
    url(fonts/Lora-Regular.woff) format("woff");
}

@font-face {
  font-family: Lora;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Lora Bold"), local("Lora-Bold"),
    url(fonts/Lora-Bold.woff2) format("woff2"),
    url(fonts/Lora-Bold.woff) format("woff");
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

address {
  font-style: normal;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

ul[style] {
  padding-left: 10px;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  padding: 0;
  border: 0;
  background: 0;
  cursor: pointer;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

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

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

body {
  position: relative;
  font-family: Gilroy;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
}

iframe {
  display: block;
  max-width: 100%;
  max-height: calc(100vw - 100px);
  margin: 0 auto;
}

p > img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

a > img {
  max-width: 100%;
  height: auto;
}



.js-flexible-height {
  min-height: 100vh;
}

.js-flexible-height--theme2 {
  min-height: calc(100vh - 90px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-section {
  font-size: 96px;
  font-weight: 800;
  text-transform: uppercase;
}

a,
a:hover {
  text-decoration: none;
}

.link-more {
  display: block;
  font-size: 36px;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 800;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.link-more:hover {
  opacity: 0.8;
}

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

.social__item {
  margin: 0 20px 0 0;
}

.social__item-link {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.social__item-link:hover {
  opacity: 0.8;
}

.social__item-link img {
  display: block;
  width: 100%;
}

.body-hidden {
  overflow: hidden;
}

.btn-up {
  position: fixed;
  z-index: 99;
  bottom: 150px;
  right: 42px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: 0;
  border: 0;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.btn-up:hover {
  opacity: 1;
}

.btn-up:focus {
  outline: 0;
}

.btn-up.js-color-switch svg {
  stroke: var(--blue);
}

.btn-up.js-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-up svg {
  stroke: #fff;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.popup-form {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Gilroy;
  background: rgba(0, 0, 0, 0.3);
}

.popup-form.js-active,
.popup-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-form__inner {
  z-index: 500;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 690px;
  padding: 50px 80px;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  position: relative;
  min-height: 280px;
}
.popup-form__spinner{
  animation: rotate 1s linear infinite;
    width: 80px;
    height: 80px;
    margin: auto 0;

}
.popup-form__content{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0;
}
.popup-form__content--hide{
  display: none;
}
.popup-form__content-error{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0;
}
.popup-form__content-error--hide{
  display: none;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.popup-form__spinner--hide {
  display: none;
}
.popup-form__btn {
  display: inline-block;
  margin: 30px 0 0;
  padding: 16px 14px;
  font-weight: 800;
  font-size: 13px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--blue);
}

.popup-form__btn a {
  color: #fff;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  /*  padding: 0 85px; */
  padding: 0px 120px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;

}

.block-title {
  text-align: center;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: var(--blue);
}

.section-title {
  font-weight: 800;
  font-size: 96px;
  line-height: 118px;
  text-transform: uppercase;
  color: var(--white);
}

.section-title__stroke-text {
  color: var(--transparent);
  -webkit-text-stroke: 1px var(--white);
}

.section-title--theme2 {
  color: var(--blue);
}

.section-title--theme2 .section-title__stroke-text {
  -webkit-text-stroke: 1px var(--blue);
}

.subsection-title {
  font-weight: 800;
  font-size: 38px;
  line-height: 47px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .section-title {
    font-size: 76px;
    line-height: 93px;
  }

  .section-title--theme3 {
    font-size: 56px;
    line-height: 69px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 48px;
    line-height: 110%;
  }

  .subsection-title {
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 24px;
  }
}

.desktop-br,
.main-br,
.mobile-br {
  display: none;
}

.js-block-animate {
  overflow: hidden;
}

.js-item-animate {
  -webkit-transform: translateY(500%);
  -ms-transform: translateY(500%);
  transform: translateY(500%);
}

.on-animate {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.js-disable-touch {
  -ms-touch-action: none;
  touch-action: none;
}

.title_primary {
  color: red;
}

.title_primary span {
  color: green;
}

.humb {
  position: relative;
  width: 24px;
  height: 16px;
  font-size: 0;
  background: none;
  padding: 0;
  border: none;
  outline: none;
  display: none;
}

.humb__line {
  top: 0;
}

.humb__line,
.humb__line:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
}

.humb__line:before {
  content: "";
  top: 7px;
}

.humb__line:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  display: block;
  width: 16px;
  height: 2px;
}

.btn,
.humb__line:after {
  background-color: var(--white);
}

.btn {
  padding: 17px 16px;
  color: var(--blue);
  font-weight: 800;
  font-size: 13px;
  line-height: 1.1;
  border-radius: 0;
  text-transform: uppercase;
}

.rising-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: -6px -6px 0 0;
  padding: 6px 6px 0 0;
  border: 0;
  background: 0;
  overflow: hidden;
}

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

.rising-btn:hover .rising-btn__inner::after {
  width: 10px;
}

.rising-btn:hover .rising-btn__wrapper {
  transform: translate(6px, -6px);
}

.rising-btn:hover .rising-btn__text {
  color: #fff;
  background: var(--currPageColor);
}

.rising-btn--theme2:hover .rising-btn__text {
  color: #5c3bfe;
  background: #fff;
}

.rising-btn--theme2 .rising-btn__inner {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.rising-btn--theme2 .rising-btn__inner::before {
  background: #fff;
}

.rising-btn--theme2 .rising-btn__inner::after {
  background: #fff;
}

.rising-btn--theme2 .rising-btn__wrapper {
  background: transparent;
}

.rising-btn--theme2 .rising-btn__text {
  border: 1px solid #fff;
  background: #fff;
}

.rising-btn--theme3 .rising-btn__text {
  background-color: var(--currPageColor);
  color: #fff;
}

.rising-btn--theme4 .rising-btn__text {
  background-color: var(--currPageColor);
  color: #5c3bfe;
}

.rising-btn--theme4:hover .rising-btn__text {
  color: #fff;
  background: #5c3bfe;
}

.rising-btn--theme4:hover .rising-btn__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border: 1px solid #5c3bfe;
  border-top: 0;
  border-right: 0;
}

.rising-btn--theme5 .rising-btn__text {
  background-color: #5c3bfe;
  color: #fff;
}

.rising-btn--theme5:hover .rising-btn__text {
  color: #fff;
  background: #5c3bfe;
}

.rising-btn--theme5:hover .rising-btn__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border: 1px solid #5c3bfe;
  border-top: 0;
  border-right: 0;
}
.rising-btn__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border: 1px solid var(--currPageColor);
  border-top: 0;
  border-right: 0;
}

.rising-btn__inner::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--blue);
  transform: rotate(-45deg);
  transform-origin: 0 100%;
  transition: 0.36s ease-out;
  will-change: width;
}

.rising-btn__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(100% - 6px);
  width: 0;
  height: 1px;
  background: var(--blue);
  transform: rotate(-45deg);
  transform-origin: 0 100%;
  transition: 0.36s ease-out;
  will-change: width;
}

.rising-btn__wrapper {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  margin: -6px -6px -1px -1px;
  padding: 6px 6px 0 0;
  width: calc(100% + 8px);
  background: #fff;
  transition: 0.3s ease-in-out;
  will-change: transform;
}

.rising-btn__text {
  display: inline-block;
  vertical-align: top;
  padding: 16px 21px;
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #5c3bfe;
  text-transform: uppercase;
  border: 1px solid var(--currPageColor);
  transition: 0.5s ease-in-out;
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .rising-btn__text {
    padding: 12px;
  }
}

/* PAGINATION */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.pagination .page-numbers {
  width: 33px;
  height: 33px;
  border: 0.5px solid var(--gray5);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
  padding-top: 3px;
  color: var(--gray5);
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}

.pagination .page-numbers:hover:not(.dots, .current) {
  border: 0.5px solid var(--blue);
  color: var(--blue);
}

.pagination .page-numbers.current {
  border: 0.5px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
}

.pagination .prev {
  margin: 0 50px 0 0;
  padding: 0;
  border: 0.5px solid transparent;
}

.pagination .next {
  margin: 0 0 0 50px;
  padding: 0;
  border: 0.5px solid transparent;
}

/* END PAGINATION */

:root {
  --transparent: hsla(0, 0%, 100%, 0);
  --black: #000;
  --black-opacity: rgba(0, 0, 0, 0.1);
  --black-opacity2: rgba(0, 0, 0, 0.5);
  --black-opacity3: rgba(80, 80, 80, 0.05);
  --casesNavItemAfterTransition: transform 6s linear;
  --casesNavItemPagination: scaleX(1);
  --gray: #666;
  --gray2: #bfb393;
  --gray3: #e6e6e6;
  --gray4: #808080;
  --gray5: #b5b1b1;
  --gray6: #c6c6c6;
  --text-primary: #4a4a4a;
  --text-secondary: #9b9b9b;
  --white: #fff;
  --blue: #5c3bfe;
  --blue2: #12a3e1;
  --blue3: #7b4fb8;
  --blue4: #6579e3;
  --overlay-bg: rgba(92, 59, 254, 0.7);
  --yellow: #fecb2f;
  --green: #6cb830;
  --orange: #ff774d;
  --white-opacity: hsla(0, 0%, 100%, 0.5);
  --white-opacity2: hsla(0, 0%, 100%, 0.8);
  --white-opacity3: rgba(255, 255, 255, 0.5);
  --desktop: 1440px;
  --desktop-low: 1280px;
  --laptop: 1024px;
  --tablet: 768px;
  --mobile: 320px;
  --mobile-side-gap: 16px;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  font-family: Gilroy;
  background: #5c3bfe;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .header {
    font-size: 14px;
  }
}

.header--fixed {
  position: fixed;
}

.header.js-hide {
  transform: translateY(-200%);
}

.header.js-active {
  transition: 0.3s ease-out;
  box-shadow: 0 4px 16px var(--black-opacity);
}

.header.js-is-menu-open .header__list {
  display: flex;
}

.header.js-is-menu-open .header__humb {
  z-index: 1000;
}

.header.js-is-menu-open .header__humb::before {
  top: 7px;
  box-shadow: none;
  transform: rotate(45deg);
}

.header.js-is-menu-open .header__humb::after {
  top: 7px;
  left: 0;
  width: 24px;
  transform: rotate(-45deg);
}

.header .container {
  padding: 0 var(--mobile-side-gap);
}

@media (max-width: 1439px) {
  .header .container {
    padding: 0 50px;
  }
}
@media (max-width: 1280px){
  .footer__form-wrapper:not(:last-of-type){
    gap: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {


  .header .container {
    padding: 0 10px;
  }
}

@media (max-width: 1023px) {
  .header .container {
    padding: 0 32px;
  }
}

@media (max-width: 767px) {
  .header .container {
    padding: 0 15px;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 70px 22px 70px;
}

@media (max-width: 1439px) {
  .header__inner {
    padding: 20px 0 16px;
  }
}

.header__logo {
  margin: 0 10px 0 0;
  width: 133px;
  height: 24px;
  transition: opacity 0.3s;
  will-change: opacity;
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) and (max-width: 1150px) {
  .header__logo {
    width: 110px;
  }
}

@media (max-width: 1023px) {
  .header__logo {
    margin: 0;
    width: 109px;
    height: 20px;
  }
}

.header__logo:hover {
  opacity: 0.7;
}

.header__logo svg {
  width: 100%;
  height: 100%;
}

.header__list {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .header__list {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    flex-direction: column;
    padding: 68px 15px;
    width: 100%;
    height: 100vh;
    background: #5c3bfe;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    align-items: flex-start;
  }
}

.header__item {
  flex-shrink: 0;
  position: relative;
}
.header__item:not(:last-child){
  margin: 0 30px 0 0;
}
.header-btn__text {
  border: 1px solid #c6ff50 !important;
  background: #c6ff50 !important;
  color: #000;
}
.header__item:not(:last-of-type)::after {
  position: absolute;
  bottom: -3px;
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s ease-out;
}

@media (max-width: 1023px) {
  .header__item:not(:last-of-type)::after {
    content: none;
  }
}

.header__item:hover::after {
  width: 100%;
}

@media (max-width: 1439px) {
  .header__item {
    margin: 0 15px 0 0;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .header__item {
    margin: 0 20px 0 0;
  }
}

@media (max-width: 1023px) {
  .header__item {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .header__item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.header__item--lang {
  position: relative;
}

.header__item--request {
  /* margin-right: 0; */
  position: relative;
}

.header__item--request .header__item-link {
  display: inline-block;
  vertical-align: top;
  padding: 16px 14px;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #5c3bfe;
  background: #fff;
}

@media (max-width: 1439px) {
  .header__item--request .header__item-link {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 1023px) {
  .header__item--request {
    display: flex;
    justify-content: center;
  }
}

.header__item--dropdown {
  position: relative;
}

.header__item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header__item-inner .header__item-link {
  margin-top: 2px;
  pointer-events: all;
}

@media (max-width: 1023px) {
  .header__item-inner {
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .header__item-inner--blog {
    position: absolute;
    right: 0;
    top: 3px;
    width: auto;
  }
}

/* .header__item--blog {
  display: flex;
  justify-content: center;
  align-items: center;
} */

@media (max-width: 1023px) {
  .header__item--blog {
    display: block;
    position: relative;
  }
}

.header__item-link,
.header__item-drop {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .header__item-link,
  .header__item-drop {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .header__item-link,
  .header__item-drop {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
  }
}

.header__item-drop:hover::after {
  width: 100%;
}

.header__item-icon {
  cursor: pointer;
}

.header__item-icon.js-is-active {
  transform: rotateX(180deg);
}

.header__item-svg {
  display: none;
}

@media (max-width: 1023px) {
  .header__item-svg {
    display: block;
  }
}

.header__dropmenu {
  max-height: 0;
  transition: all 0.1s;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .header__dropmenu {
    text-align: center;
    max-height: 0;
    transition: all 0.3s;
    display: block;
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  .header__dropmenu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .header__dropmenu {
    top: calc(100% + 27px);
  }
}

@media (min-width: 1440px) {
  .header__dropmenu {
    top: 287%;
  }
}

@media (max-width: 1200px) {
  .header__dropmenu--services {
    left: 157%;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .header__dropmenu--blog {
    top: calc(100% + 28px);
  }
}

@media (min-width: 1440px) {
  .header__dropmenu--blog {
    top: 313.5%;
  }
}

@media (max-width: 1200px) {
  .header__dropmenu--blog {
    left: -200%;
  }
}

@media (min-width: 1024px) {
  .header__dropmenu--ru {
    left: 356%;
  }
}

.header__dropmenu.js-active {
  display: block;
  padding: 40px;
  background-color: #fff;
  max-height: 2000px;
  transition: all 0.1s;
  box-shadow: 0px 1px 6px #5c3bfe;
}

@media (max-width: 1023px) {
  .header__dropmenu.js-active {
    background-color: transparent;
    padding: 40px 0 0 0;
    max-height: 2000px;
  }
}

.header .js-is-active {
  transform: rotateX(180deg);
}

.header-sublist {
  margin: 0;
}

@media (max-width: 1023px) {
  .header-sublist {
    padding: 40px 40px 20px;
  }
}

.header__main-wrapper {
  display: flex;
}

@media (max-width: 1023px) {
  .header__main-wrapper {
    flex-direction: column;
  }
}

.header__dropmenu-list {
  display: flex;
}

@media (max-width: 1023px) {
  .header__dropmenu-list {
    flex-direction: column;
    transition: all 0.3s;
  }
}

.header__dropmenu-wrap {
  display: flex;
  flex-direction: column;
}

.header__dropmenu-wrap:nth-child(2) {
  margin-left: 30px;
}

@media (max-width: 1023px) {
  .header__dropmenu-wrap:nth-child(2) {
    margin-left: 0;
    margin-top: 16px;
  }
}

.header__dropmenu-wrap--dev {
  width: 263px;
}

.header__dropmenu-wrap--dev2 {
  width: 259px;
}

.header__dropmenu-wrap--dev2-ru {
  width: 311px;
}

@media (max-width: 1200px) {
  .header__dropmenu-wrap--dev2-ru {
    width: 206px;
  }
}

.header__dropmenu-wrap--design {
  width: 175px;
}

.header__dropmenu-wrap--design-ru {
  width: 183px;
}

@media (max-width: 1200px) {
  .header__dropmenu-wrap--design-ru {
    width: 154px;
  }
}

.header__dropmenu-wrap--management {
  width: 155px;
}

.header__dropmenu-wrap--management-ru {
  width: 202px;
}

.header__dropmenu-wrap--technologies {
  width: 106px;
}

.header__dropmenu-wrap--technologies-ru {
  width: 205px;
}

.header__dropmenu-wrap--outstaff {
  width: 90px;
}

.header__dropmenu-wrap--industries {
  width: 155px;
}

.header__dropmenu-wrap--industries-ru {
  width: 309px;
}

.header__dropmenu-wrap--industries2 {
  width: 95px;
}

.header__dropmenu-wrap--industries2-ru {
  width: 133px;
}

.header__dropmenu-wrap--outsourcing {
  width: 230px;
}

.header__dropmenu-wrap--outsourcing-ru {
  width: 176px;
}

.header__dropmenu-wrap--outsourcing2 {
  width: 161px;
}

.header__dropmenu-wrap--blog {
  width: 327px;
}

@media (max-width: 1023px) {
  .header__dropmenu-wrap--blog {
    width: 100%;
  }
}

.header__dropmenu-wrap--blog-ru {
  width: 363px;
}

@media (max-width: 1023px) {
  .header__dropmenu-wrap--blog-ru {
    width: 100%;
  }
}

.header__dropmenu-wrap--blog2 {
  width: 311px;
}

@media (max-width: 1023px) {
  .header__dropmenu-wrap--blog2 {
    width: 100%;
  }
}

.header__dropmenu-wrap--blog2-ru {
  width: 353px;
}

@media (max-width: 1023px) {
  .header__dropmenu-wrap--blog2-ru {
    width: 100%;
  }
}

.header__dropmenu-wrap--about {
  width: 74px;
}

@media (max-width: 1023px) {
  .header__dropmenu-wrap {
    align-items: flex-start;
  }
}

.header__dropmenu-wrapper {
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.header__dropmenu-wrapper:not(:last-of-type) {
  margin-right: 30px;
}

@media (max-width: 1023px) {
  .header__dropmenu-wrapper:not(:last-of-type) {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media (max-width: 1023px) {
  .header__dropmenu-wrapper {
    align-items: flex-start;
    width: 100%;
  }
}

.header__dropmenu-main-ref {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-decoration: underline;
  color: #000;
  margin-top: 40px;
  display: block;
}

.header__dropmenu-main-ref:hover {
  text-decoration: none;
}

@media (max-width: 1023px) {
  .header__dropmenu-main-ref {
    width: fit-content;
    color: #fff;
    text-decoration: none;
    margin-top: 0;
  }
}

.header__dropmenu-title {
  font-family: "Gilroy";
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  font-style: normal;
  color: #000;
  padding-bottom: 24px;
}

@media (max-width: 1023px) {
  .header__dropmenu-title {
    color: #fff;
    font-size: 24px;
    width: 100%;
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    text-transform: uppercase;
  }
}

.header__dropmenu-ref {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--black);
}

.header__dropmenu-ref:not(:last-child) {
  margin-bottom: 16px;
}

.header__dropmenu-ref:hover {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .header__dropmenu-ref {
    color: #fff;
    text-align: left;
  }
}

.header__divider {
  display: none;
}

@media (max-width: 1023px) {
  .header__divider {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

.header-sublist__link {
  display: inline-block;
}

@media (max-width: 1023px) {
  .header-sublist__link {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: var(--white-opacity);
  }
}

@media (min-width: 1024px) {
  .header-sublist__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #000;
  }
}

.header__humb {
  position: relative;
  display: none;
  width: 24px;
  height: 16px;
}

@media (max-width: 1023px) {
  .header__humb {
    display: block;
  }
}

.header__humb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff;
}

.header__humb::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  width: 16px;
  height: 2px;
  background: #fff;
}

@media (max-width: 1100px) and (min-width: 1024px) {
  .header--ru .header__logo {
    margin: 0 20px 0 0;
    height: 30px;
  }
}

@media (max-width: 1100px) and (min-width: 1024px) {
  .header--ru .header__item-link {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .js-header-accordion + .header__dropmenu-list {
    max-height: 0;
    overflow: hidden;
    padding-left: 20px;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .js-active + .header__dropmenu-list {
    max-height: 2000px;
  }
}

@media (max-width: 1023px) {
  .js-header-accordion {
    padding-left: 20px;
    width: 100%;
  }
}

.js-active.js-header-accordion .header__dropmenu-title--svg {
  transform: rotate(-180deg);
  transition: 0.3s;
}

.header__dropmenu-title--svg {
  display: none;
}

@media (max-width: 1023px) {
  .header__dropmenu-title--svg {
    display: block;
    transition: 0.3s;
  }
}

div.header__dropmenu-ref {
  cursor: default;
}

div.header__dropmenu-ref:hover {
  text-decoration: none;
}

.header__drop {
  cursor: default;
}

.header__dropmenu .js-active {
  max-height: 2000px;
}

.dropdown-open .header__item-svg {
  transform: rotate(180deg);
  transition: all 0.3s;
}

.header__list .lang-item a {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-transform: capitalize;

  @media (max-width: 1023px) {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
  }
}

.header .rising-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: -6px -6px 0 0;
  padding: 6px 6px 0 0;
  border: 0;
  background: 0;
  overflow: hidden;
}

.header .rising-btn:hover .rising-btn__inner::before {
  width: 10px;
}

.header .rising-btn:hover .rising-btn__inner::after {
  width: 10px;
}

.header .rising-btn:hover .rising-btn__wrapper {
  transform: translate(6px, -6px);
}

.header .rising-btn:hover .rising-btn__text {
  color: #fff;
  background: var(--currPageColor);
}

.header .rising-btn--theme2:hover .rising-btn__text {
  color: #5c3bfe;
  background: #fff;
}

.header .rising-btn--theme2 .rising-btn__inner {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.header .rising-btn--theme2 .rising-btn__inner::before {
  background: #fff;
}

.header .rising-btn--theme2 .rising-btn__inner::after {
  background: #fff;
}

.header .rising-btn--theme2 .rising-btn__wrapper {
  background: transparent;
}

.header .rising-btn--theme2 .rising-btn__text {
  border: 1px solid #fff;
  background: #fff;
}

.header .rising-btn__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border: 1px solid var(--currPageColor);
  border-top: 0;
  border-right: 0;
}

.header .rising-btn__inner::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--blue);
  transform: rotate(-45deg);
  transform-origin: 0 100%;
  transition: 0.36s ease-out;
  will-change: width;
}

.header .rising-btn__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(100% - 6px);
  width: 0;
  height: 1px;
  background: var(--blue);
  transform: rotate(-45deg);
  transform-origin: 0 100%;
  transition: 0.36s ease-out;
  will-change: width;
}

.header .rising-btn__wrapper {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  margin: -6px -6px -1px -1px;
  padding: 6px 6px 0 0;
  width: calc(100% + 8px);
  background: #fff;
  transition: 0.3s ease-in-out;
  will-change: transform;
}

.header .rising-btn__text {
  display: inline-block;
  vertical-align: top;
  padding: 16px 21px;
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #000;
  text-transform: uppercase;
  border: 1px solid var(--currPageColor);
  transition: 0.5s ease-in-out;
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .header .rising-btn__text {
    padding: 12px;
  }
}

.footer {
  font-family: Gilroy;
  background: #5c3bfe;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: auto;
}

.footer__container {
  padding: 87px 120px;
  max-width: 1680px;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  .footer__container {
    padding: 87px 40px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .footer__container {
    padding: 70px 15px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (max-width: 767px) {
  .footer__inner {
    display: flex;
    max-width: 343px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}

.footer__top-wrapper {
  display: flex;
  justify-content: space-between;
}

.footer__left-wrap {
  max-width: 298px;
  display: flex;
  flex-direction: column;
  margin-right: 100px;
  width: 100%;
}

@media (max-width: 978px) {
  .footer__left-wrap {
    margin-right: 0;
    margin-bottom: 80px;
  }
}

.footer__logo {
  margin-bottom: 20px;
}

.footer__sublogo {
  max-width: 222px;
  margin-bottom: 40px;
  color: #ded8ff;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.footer__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  max-width: 1200px;
  margin: 0 auto;
}

.footer__contacts {
  max-width: 224px;
  margin-top: 100px;
  font-size: 20px ;
  font-weight: 400 ;
  line-height: 26px ;
}
.footer__contacts a{
  color: #fff;
}

.footer__phone {
  margin-bottom: 20px;
}

.footer__phone a {
  /* font-weight: 700;
  font-size: 24px;
  line-height: 30px; */
}

.footer__mail {
  margin-bottom: 20px;
}

.footer__mail a {
  /* font-weight: 700;
  font-size: 24px;
  line-height: 30px; */
}

.footer__messengers {
  display: flex;
  gap: 25px;
}

.footer__telegram {
  color: white;
  margin-right: 16px;
}

.footer__whatsap {
  cursor: pointer;
}

.footer__right-wrap {
  max-width: 711px;
  width: 100%;
}

@media (max-width: 1279px) {
  .footer__right-wrap {
    max-width: 500px;
  }
}

.footer__title {
  margin-bottom: 32px;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

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

.footer__form-field {
  padding: 15px 16px;
  font-family: Gilroy;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #fff;
  border: 1px solid #fff;
  background: 0;
  width: 100%;
}

.footer__form-field:focus {
  outline: none;
}

.footer__form-field::placeholder {
  color: var(--white-opacity3);
}

.footer__form-field--area {
  height: 50px;
  resize: none;
}

.footer__form-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__form-wrapper:not(:last-of-type) {
  margin-bottom: 24px;
}

@media (max-width: 1279px) {
  .footer__form-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__form-name {
  margin-right: 19px;
}

@media (max-width: 1279px) {
  .footer__form-name {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.footer__form-email {
  margin-bottom: 24px;
}

.footer__form-field--area {
  margin-bottom: 32px;
}

.footer__form-captcha-wrapper {
  margin: 0;
  max-width: 412px;
}

@media (max-width: 1279px) {
  .footer__form-captcha-wrapper {
    max-width: 343px;
    margin-bottom: 32px;
  }
}

.footer__form-captcha-link {
  text-decoration: underline;
  color: var(--white);
}

.footer__form-captcha-link:hover {
  text-decoration: underline;
}

.footer__top-wrapper {
  margin: 0 auto 100px auto;
  max-width: 1200px;
}

@media (max-width: 1023px) {
  .footer__top-wrapper {
    margin-bottom: 56px;
    flex-wrap: wrap;
  }
}

.footer__caption {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .footer__caption {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    max-width: 300px;
  }
}

.footer__caption-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .footer__caption-wrapper {
    cursor: pointer;
  }
}

.footer__caption-svg {
  display: none;
}

@media (max-width: 767px) {
  .footer__caption-svg {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer__content-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
  }
}

.footer__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #ded8ff;
  transition: all 0.2s;
  display: block;
  width: 100%;
}

.footer__link:hover {
  color: #fff;
  text-decoration: underline;
  transition: all 0.2s;
}

.footer__link--noref {
  cursor: default;
}

.footer__link--noref:hover {
  color: #ded8ff;
  text-decoration: none;
}

.footer__item:not(:last-of-type) {
  margin-bottom: 8px;
}

.footer__item--ofice {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #ded8ff;
  max-width: 157px;
}

@media (max-width: 767px) {
  .footer__item--ofice {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    max-width: 331px;
  }
}

.footer__br--pc {
  display: block;
}

@media (max-width: 767px) {
  .footer__br--pc {
    display: none;
  }
}

.footer__bottom-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

@media (max-width: 1023px) {
  .footer__bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .footer__bottom-wrapper {
    margin-bottom: 60px;
  }
}

.footer__services,
.footer__otrasli,
.footer__outsourcing,
.footer__stack {
  margin-right: 39.75px;
}

@media (max-width: 1023px) {
  .footer__services,
  .footer__otrasli,
  .footer__outsourcing,
  .footer__stack {
    margin: 24px 18.85px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .footer__services,
  .footer__otrasli,
  .footer__outsourcing,
  .footer__stack {
    margin: 24px 0;
  }
}

.footer__company {
  max-width: 186px;
  width: 100%;
}

@media (max-width: 1023px) {
  .footer__company {
    margin: 24px 18.85px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .footer__company {
    margin: 24px 0;
    max-width: none;
  }
}

.footer__address {
  margin-top: 104px;
  color: #ded8ff;
  font-weight: 400;
}

.footer__address--eng {
  margin-top: 130px;
}

@media (max-width: 848px) {
  .footer__address--eng {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer__address--pc {
    display: none;
  }
}

.footer__address--mobile {
  display: none;
}

@media (max-width: 767px) {
  .footer__address--mobile {
    display: block;
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
  }
}

.footer__services {
  max-width: 232px;
  width: 100%;
}

@media (max-width: 767px) {
  .footer__services {
    max-width: none;
  }
}

.footer__otrasli {
  max-width: 178px;
  width: 100%;
}

@media (max-width: 767px) {
  .footer__otrasli {
    max-width: none;
  }
}

.footer__outsourcing {
  max-width: 242px;
  width: 100%;
}

.footer__outsourcing--eng {
  max-width: 265px;
}

@media (max-width: 767px) {
  .footer__outsourcing {
    max-width: none;
  }
}

.footer__stack {
  max-width: 203px;
  width: 100%;
}

@media (max-width: 767px) {
  .footer__stack {
    max-width: none;
  }
}

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

.footer__ofice--mobile {
  display: none;
}

@media (max-width: 767px) {
  .footer__ofice--mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer__ofice--pc {
    display: none;
  }
}

.footer__ofice-caption {
  margin-top: 40px;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .footer__ofice-caption {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .footer__ofice {
    width: 100%;
  }
}

.footer__bottom {
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
    width: 100%;
  }
}

.footer__terms {
  display: flex;
}

.footer__terms--policy {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ded8ff;
  margin-right: 20px;
}

.footer__terms--term {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ded8ff;
}

@media (max-width: 767px) {
  .footer__terms {
    flex-direction: row;
    margin-bottom: 20px;
  }
}

.footer__rights {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ded8ff;
}

.footer__btn-width {
  width: 161px;
  height: 46px;
}

/* .footer__btn-width--eng {
  width: 116px;
  height: 46px;
} */

.footer__caption-svg {
  transition: 0.5s;
}

@media (max-width: 767px) {
  .active .footer__content-wrapper {
    max-height: 400px;
  }
}

.active .footer__caption-wrapper .footer__caption-svg {
  transform: rotate(-180deg);
  transition: 0.5s;
}

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

.contacts__title {
  margin: 0 0 40px;
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
}

.contacts__list {
  display: grid;
  grid-gap: 25px;
  margin: 0 0 37px;
  margin-bottom: auto;
}

@media (max-width: 767px) {
  .contacts__list {
    margin-bottom: 40px;
  }
}

.contacts__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 1024px) {
  .contacts__item-link--tel {
    pointer-events: none;
  }
}

.contacts__item-link:hover {
  opacity: 0.8;
}

.contacts__item-img {
  margin: 0 16px 0 0;
}

.contacts__item-img svg {
  display: block;
}

.contacts__link-item {
  display: flex;
  font-size: 20px;
  margin-bottom: 20px;
  color: white;
}

.contacts__text {
  margin: 0 0 19px;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
}

.contacts__address {
  /* margin: auto 0 24px; */
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 14px;
}

.contacts__address--first {
  margin-top: 40px;
}

.contacts__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  color: var(--white-opacity3);
}

.contacts__copyright svg {
  margin: 0 4px 0 0;
  width: 9px;
  height: 9px;
  fill: #fff;
}

.contacts__social {
  margin-bottom: auto;
}

@media (max-width: 1439px) {
  .container {
    padding: 0 var(--mobile-side-gap);
  }

  .footer .container {
    padding: 0 var(--mobile-side-gap);
  }

  .footer__wrapper {
    padding: 20px 150px 50px 0;
  }

  .footer__title {
    font-size: 64px;
    line-height: 78px;
  }

  .contacts__social {
    margin-bottom: 40px;
  }
}

.footer {
  height: auto;
}

.footer .container {
  padding: 0 15px;
}

.footer__wrapper {
  grid-template: "title" auto "." 31px "form" auto "." 60px "contacts" auto/1fr;
  padding: 60px 0 50px;
  width: 100%;
}

.footer__title {
  font-size: 36px;
  line-height: 44px;
}

.footer__stroke-title:before {
  top: 9px;
  left: -7px;
  width: 5px;
  height: 9px;
}

.footer__form-btn {
  margin-top: -10px;
}

.contacts__title {
  font-size: 36px;
  line-height: 44px;
}

.contacts__social {
  margin: 0 0 40px;
}
.article{
  overflow: hidden;
}

/* POSTS PREVIEW IN ARTICLE */

.posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

.posts__list--article {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.posts__list--article .posts__item {
  margin: 0;
  width: calc(100% / 3 - 30px * 0.6);
  -webkit-box-shadow: 0 4px 16px var(--black-opacity3);
  box-shadow: 0 4px 16px var(--black-opacity3);
}

.posts__list--article .posts__img-wrapper {
  height: 185px;
}

.posts__list--article .posts__img-wrapper img {
  object-fit: contain;
}

.posts__list--article .posts__img-wrapper video {
  object-fit: contain;
}

.posts__list--article .posts__item:not(:last-child) {
  margin-right: 30px;
}

.posts__list--article .posts__item .posts__wrapper {
  margin: 0;
}

.posts__item {
  margin: 0 0 15px;
  width: 49%;
  background-repeat: no-repeat;
  background-size: contain;
}

.posts__list--article .posts__item:last-of-type {
  margin: 0;
}

.posts__item:nth-of-type(odd) {
  margin-right: 1.8%;
}

.posts__item-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}

.posts__item-link:hover .posts__item-more-text:before {
  -webkit-animation-name: movePostsArrow;
  animation-name: movePostsArrow;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  opacity: 1;
}

.posts__item-link:hover .posts__item-more-text:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.posts__img-wrapper {
  width: 100%;
  /* height: 72.8%; */
  overflow: hidden;
  max-height: 285px;
}

.posts__img-wrapper video {
  object-fit: fill;
}
  
ul.posts__list{
  padding-left: 0;
}
@media (max-width: 769px) {
  .posts__img-wrapper {
    max-height: 342px;
  }
}

.posts__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.posts__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  /* flex-grow: 1; */
  align-items: flex-start;
  margin: -85px 0 0 34.2%;
  padding: 20px;
  background: #fff;
  /* flex: 1 1 auto; */
}

.posts__wrapper .content-text {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 19px;
  color: var(--gray);
}

.posts__item-text {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 14px;
  color: var(--gray4);
}

.posts__item-title {
  margin: 0 0 12px;
  /* margin: 0; */
  font-size: 20px;
  line-height: 25px;
}

.posts__item-more-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: auto 0 0;
  padding: 0 18px 4px 0;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--blue);

  @media (max-width: 1400px) {}
}

.posts__item-more-text:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 14px;
  height: 10px;
  background: var(--blue);
  opacity: 0;
  transition: all 0.3s ease-out;
  clip-path: polygon(
    0 4px,
    9.5px 4px,
    7px 2px,
    9px 0,
    14px 5px,
    9px 10px,
    7px 8px,
    9.5px 6px,
    0 6px
  );
}

.posts__item-more-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--blue);
  -webkit-transition: -webkit-clip-path 0.3s ease-out;
  transition: -webkit-clip-path 0.3s ease-out;
  -o-transition: clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out, -webkit-clip-path 0.3s ease-out;
  will-change: clip-path;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}

@-webkit-keyframes movePostsArrow {
  0% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  to {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
}

@keyframes movePostsArrow {
  0% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  to {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
}

.posts__content p {
  text-align: left !important;
}

.posts__content em {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 19px;
  color: var(--gray);
}

.posts__link-text {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--blue);
}

@media (max-width: 1024px) {
  .posts__item-more-text {
    padding-right: 0;
  }

  .posts__item-more-text:before {
    content: none;
  }
}

/* ------------- MAIN BLOG PAGE - LIST OF ARTICLES ------------- */
.our-blog__popular {
  margin-bottom: 188px;
}

.popular .posts__item {
  margin: 0;
}

.popular__title {
  margin: 0 0 38px;
}

.popular__img {
  max-width: 100%;
  height: auto;
}

.popular__list.swiper-wrapper {
  padding: 0;
  margin-bottom: 35px;
}

.popular .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.popular .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

.popular .swiper-button-next::after,
.popular .swiper-button-prev::after {
  content: none;
}

.popular .swiper-button-next,
.popular .swiper-button-prev {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  margin: 0;
}

.popular .swiper-button-next {
  margin-left: 50px;
}

.popular .swiper-button-prev {
  margin-right: 50px;
}

.popular .swiper-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popular .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popular .swiper-pagination-bullet {
  width: 33px;
  height: 33px;
  border: 0.5px solid var(--gray5);
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
  padding-top: 3px;
  color: var(--gray5);
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  border-radius: initial;
}

.popular .swiper-pagination-bullet-active {
  border: 0.5px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
}

.popular .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
  border: 0.5px solid var(--blue);
  color: var(--blue);
}

@media screen and (max-width: 768px) {
  .popular .posts__item {
    margin: 0 0 15px;
    height: auto;
  }

  .popular .posts__item:nth-child(odd) {
    margin: 0 0 15px;
  }

  .popular .swiper-pagination-bullet {
    font-size: 0;
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }

  .popular .swiper-button-next {
    margin-left: 16px;
  }

  .popular .swiper-button-prev {
    margin-right: 16px;
  }

  .popular__list.swiper-wrapper {
    margin-bottom: 7px;
  }

  .popular__title {
    margin: 0 0 24px;
  }
}

/* RUBRICATOR */
.rubricator {
  margin-bottom: 190px;
}

.rubricator__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(5, 350px);
  gap: 20px;
}

.rubricator__item-link {
  position: relative;
  display: block;
  height: 100%;
  padding: 50px;
  overflow: hidden;
}

.rubricator__item--orange {
  background: var(--orange);
}

.rubricator__item--blue {
  background: var(--blue);
}

.rubricator__item-title {
  margin: 0;
  position: relative;
  font-weight: bold;
  font-size: 60px;
  line-height: 73px;
  color: var(--white);
  z-index: 1;
}

.rubricator__item-img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  right: 0;
}

.rubricator__item-img--tech {
  width: 77%;
}

.rubricator__item-img--insights,
.rubricator__item-img--mvp {
  width: 78%;
}

.rubricator__item-img--design {
  width: 64%;
}

.rubricator__item-img--guides {
  width: 65%;
}

.rubricator__item-img--studies {
  width: 55%;
}

.rubricator__item-img--healthcare-apps {
  width: 60%;
}

.rubricator__item-img--fintech-apps {
  width: 70%;
}

.rubricator__item-img--marketplace-apps {
  width: 78%;
}

.rubricator__item-img--dating-apps {
  width: 62%;
}

@media (max-width: 1200px) {
  .rubricator__item-title {
    font-size: 40px;
    line-height: 45px;
  }

  .rubricator__list {
    grid-template-rows: repeat(5, 200px);
    gap: 15px;
  }

  .rubricator__list {
    gap: 15px;
  }

  .rubricator__item-link {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .rubricator__list {
    grid-template-rows: repeat(5, 150px);
    gap: 10px;
  }

  .rubricator__item-title {
    font-size: 30px;
    line-height: 34px;
  }

  .rubricator__item-link {
    padding: 14px 10px;
  }

  .rubricator__img--guides {
    right: -1%;
    bottom: -15%;
  }

  .rubricator {
    margin-bottom: 80px;
  }
}

@media (max-width: 500px) {
  .rubricator__list {
    grid-template-rows: repeat(5, 100px);
    gap: 8px;
  }

  .rubricator__item-title {
    font-size: 16px;
    line-height: 19px;
  }
}

/* END RUBRICATOR */

/* CASES */
.cases {
  margin-bottom: 192px;
}

.cases__title {
  margin-bottom: 0px;
}

.cases .cases__item {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center; */
  display: flex;
  justify-content: space-between;
}

.cases .card-case__img-box {
  flex: 0 1 50%;
  position: relative;
  margin-right: 30px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.cases .card-case__img-box img {
  /* width: 100%; */
  max-width: 100%;
  height: auto;
}

.cases .cases__list {
  padding: 50px 0;
  align-items: center;
}

/* .cases .card-case__img-box--healthcare .card-case__img-box-devices {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
} */
/* .cases .card-case__img-box--healthcare .card-case__img-healthcare-tablet {
  filter: drop-shadow(0px 0px 28.3122px rgba(102, 116, 162, 0.3));
} */
/* .cases .card-case__img-box--healthcare .card-case__img-healthcare-mobile {
  position: absolute;
  bottom: -20px;
  left: 0;
  filter: drop-shadow(0px 0px 33.146px rgba(102, 116, 162, 0.3));
}
.cases .card-case__img-box--healthcare .card-case__img-box-lines {
  position: absolute;
  bottom: -60px;
  right: 0;
} */
/* .cases .card-case__img-box--eyebuy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; 
  padding-left: 100px;
} */
/* .cases .card-case__img-box--eyebuy .card-case__img-eyebuy-mobile1 {
  position: absolute;
  right: 30px;
  top: -30px;
}
.cases .card-case__img-box--eyebuy .card-case__img-eyebuy-foot,
.cases .card-case__img-box--eyebuy .card-case__img-eyebuy-hat,
.cases .card-case__img-box--eyebuy .card-case__img-eyebuy-circles {
  position: absolute;
}
.cases .card-case__img-box--eyebuy .card-case__img-eyebuy-circles {
  border-radius: 50%;
  background-color: #B9BDA5;
} */
/* .cases .card-case__img-box--eyebuy .card-case__img-eyebuy-circles--big {
  width: 19px;
  height: 19px;
  right: -15px;
  bottom: 250px;
}
.cases .card-case__img-box--eyebuy .card-case__img-eyebuy-circles--mini1,
.cases .card-case__img-box--eyebuy .card-case__img-eyebuy-circles--mini2 {
  width: 9px;
  height: 9px;
} */
/* .cases .card-case__img-box--eyebuy .card-case__img-eyebuy-circles--mini1 {
  right: 0;
  bottom: 100px;
}
.cases .card-case__img-box--eyebuy .card-case__img-eyebuy-circles--mini2 {
  left: 30px;
  bottom: 200px;
}
.cases .card-case__img-box--eyebuy .card-case__img-eyebuy-foot {
  left: -50px;
  bottom: 0;
}
.cases .card-case__img-box--eyebuy .card-case__img-eyebuy-hat {
  right: -50px;
  top: 120px;
}
.cases .card-case__img-box--petbuddy {
  display: flex;
  justify-content: center;
} */
/* .cases .card-case__img-petbuddy-mobile1,
.cases .card-case__img-petbuddy-info,
.cases .card-case__img-petbuddy-cirle-mini,
.cases .card-case__img-petbuddy-cirle-big,
.cases .card-case__img-circles {
  position: absolute;
} */
/* .cases .card-case__img-petbuddy-mobile2 {
  position: relative;
  z-index: 1;
} */
/* .cases .card-case__img-petbuddy-mobile1 {
  left: 50px;
  bottom: -45px;
  z-index: 2;
}
.cases .card-case__img-petbuddy-info {
  bottom: 55px;
  left: -50px;
  z-index: 3;
}
.cases .card-case__img-petbuddy-cirle-mini {
  bottom: 40px;
  right: -30px;
}
.cases .card-case__img-petbuddy-cirle-big {
  top: 30px;
  left: -40px;
} */
.cases .card-case__info {
  flex: 0 1 43.8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cases .card-case__name {
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--gray4);
  margin-bottom: 10px;
}

.cases .card-case__title {
  font-weight: 800;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black);
  margin: 0 0 46px;
  text-transform: uppercase;
}

.cases .card-case__text {
  font-size: 24px;
  line-height: 130%;
  color: var(--black);
  margin: 0 0 48px;
}

.cases .card-case__link {
  align-self: flex-start;
  cursor: none;
}

.cases .rising-btn__text {
  padding: 19px 54px;
}

.cases .cases__nav {
  position: relative;
  width: 100%;
}

.cases .cases__nav-list {
  /* padding-bottom: 28px; */
  padding-left: 0;
}

.cases .cases__nav::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #5c3bfe;
  opacity: 0.2;
  border-radius: 4px;
}

.cases .cases__nav-item {
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  position: relative;
  color: rgba(92, 59, 254, 0.2);
  transition: color 0.3s ease;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.cases .cases__nav-item:hover {
  color: rgba(92, 59, 254, 0.5);
}

.cases .cases__nav-item.swiper-slide-thumb-active {
  color: #5c3bfe;
}

.cases .cases__nav-item::after,
.cases .cases__nav-item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  /* width: 100%; */
  height: 4px;
  background-color: #5c3bfe;
}

.cases .cases__nav-item::after {
  width: 100%;
  transform-origin: left;
  transform: scaleX(0);
}

.cases .cases__nav-item::before {
  width: 4px;
}

.cases__nav-item:last-child::before {
  width: 0;
}

.cases .cases__nav-item.swiper-slide-thumb-active::after {
  transition: var(--casesNavItemAfterTransition);
  transform: var(--casesNavItemPagination);
}

.cases .cases__nav .cases__nav-arrow {
  width: 14px;
  height: 24px;
  color: #5c3bfe;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: content-box;
}

.cases .cases__nav .cases__nav-arrow::after {
  font-size: 24px;
  font-weight: 600;
}

.cases .cases__nav .cases__nav-next {
  right: -10px;
}

.cases .cases__nav .cases__nav-prev {
  left: -10px;
}

.cases .cases__slider-container {
  margin-bottom: 10px;
  width: 100%;
  /* overflow: initial; */
}

.cases .cursor {
  position: absolute;
  z-index: 100;
  width: 1px;
  height: 1px;
  overflow: visible;
  top: 0px;
  left: 0px;
  pointer-events: none;
  contain: layout;
}

.cases .cursor:before,
.cases .cursor:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}

.cases .cursor:before {
  width: 2.6em;
  height: 2.6em;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
}

.cases .cursor:after {
  width: 6em;
  height: 6em;
  border-radius: 50%;
  border: 1px solid var(--black);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.cases .cursor.cursor-move:before {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='26' viewBox='0 0 48 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.6 24.83l11.121-10.947a1.701 1.701 0 000-2.432L35.601.504a1.767 1.767 0 00-2.472 0 1.701 1.701 0 000 2.432l9.885 9.731-9.885 9.73a1.701 1.701 0 000 2.433 1.767 1.767 0 002.471 0zM11.632 25.317L.512 14.37a1.701 1.701 0 010-2.432L11.631.99a1.767 1.767 0 012.471 0c.683.672.683 1.76 0 2.433l-9.885 9.73 9.885 9.73c.683.672.683 1.762 0 2.433a1.767 1.767 0 01-2.47 0z' fill='%23000'/%3E%3C/svg%3E");
}

.cases .cursor span {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 300%);
  font-size: 0.8em;
  opacity: 0;
  transition: opacity 300ms linear;
}

.cases .cursor.clicked span {
  animation: none !important;
  opacity: 0 !important;
}

.cases .hovering {
  cursor: none;
}

.cases .hovering .cursor span {
  animation: loadinglink 0.5s infinite alternate;
  opacity: 1;
}

.cases .hovering .cursor:before {
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 150ms;
}

.cases .hovering .cursor:after {
  transform: translate(-50%, -50%) scale(1);
}

.cases .hovering-button .cursor:before {
  opacity: 0;
  background-image: none;
}

.cases .hovering-button .cursor:after {
  transform: translate(-50%, -50%) scale(0.3);
  backdrop-filter: grayscale(30%);
  -webkit-backdrop-filter: grayscale(30%);
}

/* .primary-slider-pagination {
  display: flex;
  justify-content: space-between;
}
.primary-slider-bullet {
  width: 100% !important;
  border-radius: 0 !important;
  height: 4px !important;
  background-color: #5c3bfe !important;
} */

@media (max-width: 1024px) {
  .cases {
    margin-bottom: 80px;
  }

  .cases .cases__wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cases .cases__list {
    padding-bottom: 0;
  }

  .cases__nav-item:nth-child(2n)::before {
    width: 0;
  }

  .cases .cases__slider-container {
    margin-bottom: 0;
  }

  .cases .cases__item {
    display: block;
  }

  .cases .card-case__img-box {
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
    justify-content: center;
  }

  .cases .card-case__link {
    align-self: center;
  }

  .cases .cursor:before {
    width: 1.5em;
    height: 1.5em;
  }

  .cases .cursor:after {
    width: 3em;
    height: 3em;
  }
}

@media (max-width: 768px) {
  .cases .cases__nav-item {
    padding-bottom: 12px;
  }

  .cases__nav-item:nth-child(1n)::before {
    width: 0;
  }

  .cases .card-case__title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 12px;
  }

  .cases .card-case__name,
  .cases .card-case__text {
    font-size: 14px;
    line-height: 18px;
  }

  .cases .cases__nav .cases__nav-arrow::after {
    font-size: 16px;
  }

  .cases__title {
    margin-bottom: 24px;
  }
}

/* END CASES */

/* ALL POSTS */
.our-blog__all {
  margin-bottom: 113px;
}

.our-blog__all .posts__list {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .our-blog__all .posts__list {
    margin-bottom: 40px;
  }

  .our-blog__all {
    margin-bottom: 48px;
  }
}

/* END ALL POSTS */

/* LOAD MORE */
.load-more-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.load-more-btn {
  background-color: var(--blue);
  color: var(--white);
  font-weight: 800;
  font-size: 14px;
  line-height: 130%;
  padding: 18px 50px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .load-more-wrapper {
    display: flex;
  }
}

/* END LOAD MORE */

@media screen and (max-width: 768px) {
  .our-blog .container {
    padding: 0 16px;
  }
}

.our-blog__inner {
  padding: 80px 0;
}

.our-blog__title {
  margin: 0 0 50px;
}

.our-blog .our-blog__title--new-categories {
  margin: 0 0 8px 0;
}

.our-blog__description {
  color: var(--gray4);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  max-width: 936px;
  margin: 0 auto 48px;
}

@media (max-width: 767px) {
  .our-blog__description {
    text-align: left;
    margin: 0 50px 22px 0;
  }
}

.our-blog__description p {
  margin: 0;
}

.our-blog__links-wrapper {
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
}

.our-blog__links {
  display: flex;
  justify-content: center;
  max-width: 936px;
  margin: 0 auto 90px;
}

@media (max-width: 767px) {
  .our-blog__links {
    justify-content: flex-start;
    width: 674px;
    margin: 0 0 15px 0;
    overflow-x: auto;
  }
}

.our-blog__link-item {
  color: var(--blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.our-blog__link-item:hover {
  cursor: pointer;
  border-bottom: 5px solid var(--blue);
  margin-bottom: -5px;
}

@media (max-width: 1000px) {
  .our-blog__link-item:hover {
    border-bottom: 0;
    margin-bottom: 0;
  }
}

.our-blog__link-item:not(:last-child) {
  margin-right: 30px;
}

.our-blog__link-item a:visited {
  color: inherit;
}

.our-blog__slider {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .our-blog__subtitle--design {
    margin-top: 35px;
  }

  .our-blog__slider-cases {
    margin-bottom: 50px;
  }
}

.our-blog__slider-cases {
  margin-right: 20px;
}

.our-blog__slider ul {
  padding: 0;
}

.our-blog__navigation,
.posts__list__navigation {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 90px; */
  width: 120px;
  cursor: pointer;
  /* align-items: center; */
}

.our-blog__navigation-prev,
.posts__list__design-prev  {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
}
.posts__list__navigation {
  margin-left: auto;
}

.our-blog__navigation-next,
.posts__list__design-next  {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.our-blog__pagination,
.posts__list__slider-pagination {
  color: var(--blue);
  font-size: 24px;
  font-weight: 800;
  margin: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.our-blog__pagination .swiper-pagination-current {
  font-size: 34px;
}

.our-blog .swiper-wrapper {
  /* overflow-y: none; */
  /* display: flex; */
}

.our-blog .swiper__slide {
  max-width: 590px;
  /* width: 100%; */
  min-width: 343px;
}

/* 
.our-blog__slide {
  max-width: 590px;
  min-width: 343px;
} */

.our-blog__img-wrapper {
  max-height: 279px;
}

/* @media (max-width: 767px) {
  .our-blog__slider-wrapper {
    margin: 0 -15px 78px;
  }

  .our-blog__slider {
    padding: 0 0 0 12px;
  }
} */

.our-blog__subtitle--new-categories {
  color: var(--blue);
  font-size: 36px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.our-blog__services {
  display: block;
  background: var(--blue);
  max-width: 590px;
  width: 100%;
  height: 279px;
  position: relative;
}

@media (max-width: 767px) {
  .our-blog__services {
    height: 162px;
    max-width: 343px;
  }
}

.our-blog__services-title {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  /* width: 340px; */
  padding: 50px 223px 0 40px;
  margin: 0;
}

@media (max-width: 767px) {
  .our-blog__services-title {
    font-size: 20px;
    padding: 30px 142px 0 22px;
  }
}

.our-blog__services-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64%;
}

.our-blog__popular-pagination,
.our-blog__main-pagination,
.posts__list__main-pagination {
  margin: 30px 0 60px;
}

.our-blog__medium-link {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: top;
  margin: 30px 0 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: var(--black);
}

.our-blog__medium-link-text {
  display: inline-block;
  vertical-align: top;
  margin: 2px 22px 0 0;
  width: 135px;
}

.our-blog__more-stories-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--blue);
}

.our-blog__more-stories-line {
  position: relative;
  width: 25px;
  height: 11px;
}

.our-blog__more-stories-line:after,
.our-blog__more-stories-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--blue);
}

.our-blog__more-stories-line--left {
  margin-right: 15px;
}

.our-blog__more-stories-line--left:before {
  -webkit-transform: skewY(25deg);
  -ms-transform: skewY(25deg);
  transform: skewY(25deg);
}

.our-blog__more-stories-line--left:after {
  top: 17px;
  -webkit-transform: skewY(-25deg);
  -ms-transform: skewY(-25deg);
  transform: skewY(-25deg);
}

.our-blog__more-stories-line--right {
  margin-left: 15px;
}

.our-blog__more-stories-line--right:before {
  -webkit-transform: skewY(-25deg);
  -ms-transform: skewY(-25deg);
  transform: skewY(-25deg);
}

.our-blog__more-stories-line--right:after {
  top: 17px;
  -webkit-transform: skewY(25deg);
  -ms-transform: skewY(25deg);
  transform: skewY(25deg);
}

@media screen and (max-width: 768px) {
  .our-blog__inner {
    padding: 35px 0;
  }

  .our-blog__title {
    margin-bottom: 20px;
  }

  .our-blog__popular {
    margin-bottom: 64px;
  }
}

/* ------------------- ARTICLE(mobile first) -------------------*/
.article__back-link {
  display: none;
}

.article__inner {
  position: relative;
  padding: 37px 0 50px;
}

.article__author-wrapper {
  margin: 0 0 44px 0;
  position: relative;
  display: flex;
  align-items: center;
}

.article__author-wrapper-link {
  transition: 0.3s linear;
  display: flex;
  align-items: center;
}

.article__author-wrapper-link:hover {
  opacity: 0.5;
}

.article__author-name-wrapper {
  font-size: 14px;
  line-height: 140%;
}

.article__author-img-wrapper {
  position: relative;
  margin: 0 17px 0 0;
}

.article__author-img-wrapper img {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid var(--black);
  border-radius: 50%;
  object-fit: cover;
}

.article__author-img-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border: 1px dotted #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.article__author-name {
  margin: 0 0 3px;
  font-weight: 800;
  text-transform: capitalize;
  color: #000;
}

.article__author-position {
  color: var(--gray4);
}

.article__info {
  margin-bottom: 20px;
}

.article__preview--text {
  color: var(--gray4);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  max-width: 792px;
}

.article__publication-date {
  font-size: 14px;
  line-height: 140%;
}

.article__tag {
  display: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue);
}

.article__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
}

.article__tags,
.related-services__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 10px;

  @media (max-width: 768px) {
    column-gap: 4px;
  }
}
.related-services__title {
  text-align: center;
}
.article__content ul.related-services__list {
  margin-bottom: 0;
  justify-content: center;
}
@media (max-width: 768px) {
  .related-services {
    display: none;
  }
}

.article__tag-item {
  border-radius: 20px;
  background: #eeebff;
  padding: 4px 12px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  max-width: 100%;
}

.posts__tags {
  display: flex;
  flex-flow: row wrap;
  /* flex-wrap: wrap; */
  max-height: 64px;
  /* max-width: 236px; */
  /* grid-template-columns: repeat(2, auto); */
  /* grid-auto-columns: minmax(32px, auto); */
  column-gap: 8px;
  row-gap: 6px;
  margin-bottom: 24px;
  /* width: 100%; */
  max-width: 100%;

  @media (min-width: 769px) and (max-width: 1400px) {
    /* flex-flow: row; */
    /* flex-direction: column; */
    max-height: 100%;
    height: 100%;
    width: 100%;
    align-items: center;
  }

  @media (max-width: 768px) {
    column-gap: 4px;
  }

  @media (max-width: 374px) {
    /* flex-flow: row; */
    flex-direction: column;
    max-height: 100%;
    height: 100%;
    width: 100%;
    /* align-items: center; */
  }
}

.posts__tag-item,
.related-services__item {
  border-radius: 20px;
  background: #eeebff;
  padding: 4px 12px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  max-width: 100%;

  @media (max-width: 1400px) {
    width: fit-content;
    text-align: left;
  }
}

.article__img-wrapper {
  margin-bottom: 30px;
}

.article__img {
  width: 100%;
  height: auto;
  max-height: 630px;
  object-fit: contain;
}

.article__img.article__video {
  object-fit: fill;
}

.article__anchors-wrapper {
  position: relative;
  top: 0;
  bottom: 0;

  background: #ffffff;
  box-shadow: 0px 10px 50px rgba(57, 56, 56, 0.08);
  border-radius: 8px;
  padding: 30px 35px;
  margin-bottom: 55px;
}

.article__anchors-title {
  font-size: 24px;
  line-height: 29px;
  color: #1f1d3e;
  font-weight: bold;
  margin-bottom: 18px;
}

.article__anchors-list {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 102px;
}

.article__anchor {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
  padding: 8px 0;
}

.article__anchor--h3 {
  padding-left: 25px;
  display: none;
}

.article__anchor:hover,
.article__anchor:active {
  color: var(--blue);
}

.article__anchor--active {
  color: var(--blue);
}

.article__content {
  margin-bottom: 20px;
}

.article__content > p,
.article__content p,
.article__content ul,
.article__content ol,
.article__content h4 {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 140%;
}

.article__content > ul ul {
  padding-left: 20px;
}

.article__content p img:only-child {
  max-width: 792px;
  height: auto;
  width: 100%;
}

.wp-video {
  width: 100% !important;
  max-width: 792px !important;
  margin-bottom: 15px;
}

.article__content > p > a.fancybox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.article__content > p > a > img {
  max-width: 100%;
  height: auto;
}

.article__content h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  color: #000;
  margin-bottom: 30px;
}

.article__content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #000;
  margin-bottom: 30px;
  /* display: none; */
}

.article__content h5 {
  font-size: 26px;
}

.article__content h5 {
  position: relative;
  padding: 60px 0;
  font-weight: 400;
  line-height: 1.5;
}

.article__content blockquote {
  margin-bottom: 50px;
  padding: 0 20px;
  max-width: 710px;
  border-left: 3px solid #000;
}

.article__content blockquote p {
  margin-bottom: 20px;
}

.article__content h5 > .top-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 15px;
  transform: translateX(-50%);
}

.article__content h5 > .bottom-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 15px;
  transform: translateX(-50%) scale(1, -1);
}

.article__content table {
  margin-top: 50px;
  margin-bottom: 50px;
  border-collapse: collapse;
}

.article__content video {
  width: auto;
  height: auto;
  max-height: 400px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.article__content table p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.article__content table p:empty {
  display: none;
}

.article__content table p:last-child {
  margin-bottom: 0;
}

/* .article__content tr:first-child td {
  border-bottom: 1px solid #000;
} */

.article__content table td {
  padding: 20px;
  word-break: break-word;
}

.article__content hr {
  position: relative;
  padding: 30px 0 31px;
  border: 0;
  margin: 0 auto;
}

.article__update-time {
  display: block;
  color: gray;
  margin-top: 10px;
  font-size: 14px;
}

.article__content hr::before {
  content: "»";
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 62px;
  font-size: 60px;
  color: inherit;
  background: #fff;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .article__content h2,
  .article__content h3 {
    margin-bottom: 40px;
  }

  .article__back-link {
    display: none;
    vertical-align: top;
    margin: 0 0 90px;
    padding: 6px 0 0;
    font-size: 20px;
    line-height: 28px;
    color: #000;
  }

  .article__back-arrow {
    display: inline-block;
    vertical-align: top;
    margin: -6px 11px 0 0;
    padding: 9px 0 0;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 50%;
    background: var(--blue);
    transition: all 0.3s;
  }

  .article__back-link:hover .article__back-arrow {
    transform: scale(1.1);
  }

  .article__back-arrow svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .article__author-img-wrapper {
    margin: 0 20px 0 0;
  }

  .article__author-wrapper {
    margin: 0;
  }

  .article__author-img-wrapper img {
    width: 80px;
    height: 80px;
  }

  .article__author-name-wrapper {
    font-size: 18px;
  }

  .article__info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 43px;
    align-items: center;
  }

  .article__info-dop {
    text-align: right;
  }

  .article__publication-date {
    font-size: 18px;
  }

  .article__tag {
    font-size: 18px;
  }

  .article__title {
    font-size: 48px;
    line-height: 60px;
  }

  .article__img-wrapper {
    margin-bottom: 63px;
  }

  .article__preview--text {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 45px;
  }

  .article__inner {
    padding: 77px 0 120px;
  }

  .article__content {
    position: relative;
  }

  .article__content > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 792px;
  }

  .article__content em {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.5);
  }

  .article__content > p,
  .article__content p,
  .article__content ul,
  .article__content ol,
  .article__content h4 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
  }

  .article__content > ul ul {
    padding-left: 55px;
  }

  .article__content h5 {
    font-size: 38px;
  }
}

@media (min-width: 1300px) {
  .article__content > * {
    margin-left: 8.4% !important;
  }

  .article__anchors-wrapper {
    position: absolute;
    width: 285px;
    right: 0;
    z-index: 1;
    background: #ffffff;
    box-shadow: none;
    border-radius: 0;
    padding: 0;

    margin-bottom: 0;
  }

  .article__anchor--active {
    color: var(--blue);
  }

  .article__anchors-wrapper .article__anchors-list {
    background: #ffffff;
    box-shadow: 0px 10px 50px rgba(57, 56, 56, 0.08);
    border-radius: 8px;
    padding: 30px 22.5px;
    width: 285px;
    max-height: 600px;
    overflow-y: scroll;
  }

  .article__anchor {
    /* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
  }

  .article__anchors-title {
    padding-top: 45px;
    margin-bottom: 15px;
    padding-left: 22.5px;
  }
}

@media (max-width: 425px) {
  .article__content table td {
    padding: 8px 3px;
  }

  .article__content table td:not(:first-child) {
    border-left: 1px dashed #000;
  }
}

@media (max-width: 600px) {
  .article .wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px) / 2);
  }
}

@media (max-width: 768px) {
  .block-title {
    text-align: left;
    font-size: 36px;
    line-height: 44px;
  }

  .posts__list{
    margin-bottom: 0;
  }
  .posts__list--article .posts__item{
    margin-bottom: 0;
  }
  

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

  .posts__list--main .posts__item {
    width: 100%;
  }

  .posts__list--main .posts__item:nth-child(even) {
    margin-bottom: 0;
  }

  .posts__list--main .posts__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .posts__list--article .posts__item {
    /* margin: 0 0 31px; */
    width: 100%;
  }

  .posts__item {
    margin-right: 0;
    width: 100%;
    -webkit-box-shadow: 0 4px 16px var(--black-opacity3);
    box-shadow: 0 4px 16px var(--black-opacity3);
  }

  .posts__item-title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 13px;
  }

  .posts__item-more-text {
    font-size: 14px;
    line-height: 17px;
  }

  .posts__item:nth-child(odd) {
    margin-right: 0;
    /* margin-bottom: 31px; */
  }

  .posts__list--article .posts__img-wrapper {
    height: auto;
  }

  .posts__list--article .posts__item:not(:last-child) {
    margin-right: 0;
  }

  .posts__wrapper {
    margin: 0;
    padding: 20px 17px 20px;
  }

  .our-blog__top-wrapper {
    flex-direction: column;
  }

  .our-blog__tabs-item {
    margin: 0 33px 10px 0;
  }

  .our-blog__tabs-btn.js-active:before {
    bottom: 10px;
  }

  .our-blog__medium-link {
    margin: 0 0 0 auto;
  }

  .our-blog__popular-pagination {
    margin: 0 0 40px;
  }

  .our-blog__main-pagination {
    display: none;
    margin: 20px 0 40px;
  }
}

.wp-caption {
  max-width: 792px !important;
  width: 100% !important;
  height: auto;
}

.wp-caption a {
  pointer-events: none;
}

.wp-caption > .wp-caption-text {
  font-family: Gilroy !important;
  font-size: 14pt !important;
  color: #333333 !important;
  text-align: center !important;
}

.wp-caption .wp-caption-text span {
  font-family: Gilroy !important;
  font-size: 14pt !important;
  color: #333333 !important;
  text-align: center !important;
}

.empty {
  position: relative;
  background: var(--blue);
  overflow: hidden;
}

.empty__circle {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 432px;
  height: 432px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.empty__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 935px;
  color: var(--blue);
}

.empty__title {
  margin: 0;
  font-size: 96px;
  line-height: 118px;
  text-transform: uppercase;
}

.empty__text {
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 28px;
}

.empty__link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px 0 0;
  font-weight: 800;
  font-size: 13px;
  line-height: 16px;
  color: var(--blue);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.empty__link:before {
  content: "";
  position: absolute;
  top: 4px;
  right: -1px;
  width: 5px;
  height: 5px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.empty__img-wrapper {
  position: absolute;
  right: -20px;
  bottom: 98px;
}

@media (max-width: 320px), (min-width: 1439px) {
  .main-br,
  .ways__item-text br {
    display: block;
  }
}

@media (min-width: 1439px) {
  .desktop-br {
    display: block;
  }
}

@media (max-width: 320px) {
  .mobile-br {
    display: block;
  }
}

@media (min-width: 1279px) {
  .posts__list--our-blog {
    margin: 0 0 28px;
  }

  .posts__list--our-blog .posts__item:nth-child(even) {
    margin-right: 0;
  }

  .posts__list--our-blog .posts__item:nth-child(2n + 2) {
    margin-right: 3.33%;
  }
}

@media (max-width: 1023px) {
  .js-flexible-height--theme2 {
    min-height: calc(100vh - 56px);
  }

  .article__content > ul ul {
    padding-left: 30px;
  }

  .social__item {
    margin: 0 15px 0 0;
  }

  .btn-up {
    right: 5px;
    bottom: 10px;
  }
}

.hide-cookie {
  display: none;
}

.cookie {
  font-family: Gilroy;
  color: #fff;
  position: fixed;
  z-index: 9999;
  bottom: 3vh;
  left: 0;
  right: 0;
}

@media (max-width: 1023px) {
  .cookie {
    z-index: 99;
  }
}

.cookie__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #3922a9;
  backdrop-filter: blur(64px);
  border-radius: 32px;
  padding: 3% 6.9%;
}

@media (max-width: 768px) {
  .cookie__inner {
    flex-direction: column;
    justify-content: flex-start;
    padding: 5% 2%;
    border-radius: 16px;
  }

  .wp-caption > .wp-caption-text {
    font-family: Gilroy !important;
    font-size: 10pt !important;
    color: #333333 !important;
    text-align: center !important;
  }

  .wp-caption .wp-caption-text span {
    font-family: Gilroy !important;
    font-size: 10pt !important;
    color: #333333 !important;
    text-align: center !important;
  }
}

.cookie__text {
  flex: 0 1 55%;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}

@media (max-width: 768px) {
  .cookie__text {
    flex: 0 0 auto;
    margin-bottom: 20px;
    max-width: 80%;

    font-size: 14px;
    line-height: 130%;
  }
}

.cookie__btn {
  padding: 17px 36px 15px;
  border: 1px solid #ffffff;
  font-weight: 800;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  transition: 0.36s ease-out;
  color: #fff;
}

.cookie__btn:hover {
  background-color: #fff;
  color: var(--currPageColor);
}

@media (max-width: 768px) {
  .cookie__btn {
    padding: 10px 15px 9px;
  }
}

/* ----------------------------OPT-IN PANDA LOCKER STYLES-------------------------- */

.article__content .onp-sl {
  margin: 0 auto 50px;
}

.onp-sl,
.onp-sl a,
.onp-sl button,
.onp-sl input,
.onp-sl p {
  font: normal normal 400 16px/140% Gilroy, sans-serif !important;
}

.onp-sl-great-attractor .onp-sl-subscription .onp-sl-button {
  font-weight: 800 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  color: #5c3bfe;
  border: 1px solid #5c3bfe;
  background: #ffffff;
  outline: none;
  text-transform: uppercase;
}

.onp-sl-great-attractor .onp-sl-subscription .onp-sl-input:focus {
  border: 1px solid #5c3bfe;
}

.onp-sl .onp-sl-form-button {
  padding: 15px 15px;
}

.article__content .onp-sl-great-attractor .onp-sl-outer-wrap {
  padding: 0;
  background: none;
}

/*---------- VP-POST-QUESTION ---------*/

.vp-post-question {
  position: relative;
  display: flex;
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}

.vp-post-answer {
  font-size: 20px;
}

.vp-post-question > .fancybox {
  width: 0;
}

.vp-post-question .vp-cite-img {
  position: absolute;
  top: 0;
  left: -60px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

@media (max-width: 1023px) {
  .vp-post-question {
    text-indent: 40px;
  }

  .vp-post-question .vp-cite-img {
    top: -10px;
    left: -10px;
  }
}

@media (max-width: 767px) {
  .vp-post-question {
    text-indent: 30px;
  }

  .vp-post-question .vp-cite-img {
    top: -5px;
    left: -5px;
    width: 30px;
    height: 30px;
  }
}

/*----------------- INLINE-POST-STYLES ----------------*/

.article__content .purr-inline-post {
  border-left: none !important;
  background-color: #f7f7ff;
  position: relative;
  overflow: hidden;
  padding-right: 30%;
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.article__content .purr-inline-post::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 43%;
  width: 58px;
  height: 58px;
  border: 2px solid #1f1d3e;
  border-radius: 50%;
}

.article__content .purr-inline-post::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 10%;
  width: 37px;
  height: 37px;
  border: 2px solid #1f1d3e;
  border-radius: 50%;
}

.article__content .purr-inline-post .purr-inline-post__wrap {
  padding: 0 0 0 30px !important;
  display: flex;
  align-items: center;
}

.article__content .purr-inline-post .ctaText {
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #1f1d3e;
  margin-right: 15px;
  flex: 0 0 212px;
}

.article__content .purr-inline-post .postTitle {
  font-weight: 800;
  font-size: 26px !important;
  line-height: 32px !important;
  color: #5c3bfe !important;
}

.purr-inline-post .purr-inline-post__img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.purr-inline-post .purr-inline-post__cat-desktop {
  width: 100%;
  height: 100%;
}

.purr-inline-post .purr-inline-post__cat-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .article__content .purr-inline-post {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    padding-right: 30%;
  }

  .article__content .purr-inline-post .purr-inline-post__wrap {
    padding: 0 0 0 20px !important;
  }

  .article__content .purr-inline-post .ctaText {
    font-size: 24px;
    line-height: 30px;
    margin-right: 10px;
    flex: 0 0 200px;
  }

  .article__content .purr-inline-post .postTitle {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}

@media (max-width: 900px) {
  .article__content .purr-inline-post .purr-inline-post__wrap {
    display: block;
  }
}

@media (max-width: 767px) {
  .article__content .purr-inline-post {
    width: 100%;
    left: 0;
    transform: none;
    padding-right: 35%;
  }

  .article__content .purr-inline-post::before,
  .article__content .purr-inline-post::after {
    display: none;
  }

  .article__content .purr-inline-post .purr-inline-post__wrap {
    padding: 0 0 0 10px !important;
    display: flex;
  }

  .article__content .purr-inline-post .ctaText {
    display: none;
    font-size: 13px;
    line-height: 1;
    flex: auto;
  }

  .article__content .purr-inline-post .postTitle {
    font-size: 14px !important;
    line-height: 17px !important;
  }

  .purr-inline-post .purr-inline-post__cat-desktop {
    display: none;
  }

  .purr-inline-post .purr-inline-post__cat-mobile {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 350px) {
  .article__content .purr-inline-post {
    padding-right: 33%;
  }
}

/*----------------------NEWSLETTER FORM----------------------*/

.yikes-mailchimp-container {
  position: relative;
  width: 100%;
  /*  max-width: 850px; */
  background: #f7f7ff;
  margin-bottom: 33px;
  padding: 43px 0 44px;
  overflow: hidden;
}

.yikes-mailchimp-container-1 {
  background: #fff8f3;
}

.yikes-mailchimp-container::before {
  content: "";
  position: absolute;
  top: -38px;
  right: 18px;
  width: 77px;
  height: 114px;
  background-image: url("data:image/svg+xml,%3Csvg width='77' height='114' viewBox='0 0 77 114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.68311' y='19.4669' width='16.4111' height='88.8911' transform='rotate(-39.1095 1.68311 19.4669)' fill='%23FF864B'/%3E%3Crect x='6.88374' y='35.7989' width='14.7479' height='87.2278' transform='rotate(-39.1095 6.88374 35.7989)' stroke='black' stroke-width='1.66324'/%3E%3C/svg%3E%0A");
}

.yikes-mailchimp-container::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: 283px;
  width: 100px;
  height: 68px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='68' viewBox='0 0 100 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='82.1318' y='1.53149' width='14.3314' height='77.6265' transform='rotate(50.2919 82.1318 1.53149)' fill='%23E1DBFF'/%3E%3Crect x='67.9177' y='6.22177' width='12.879' height='76.174' transform='rotate(50.2919 67.9177 6.22177)' stroke='black' stroke-width='1.45247'/%3E%3C/svg%3E%0A");
}

.yikes-mailchimp-container .yikes-mailchimp-form-description {
  text-align: center;
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding: 0 6%;
}

.yikes-mailchimp-container .news-form.yikes-mailchimp-form-inline,
.yikes-mailchimp-container .news-form--second.yikes-mailchimp-form-inline {
  display: flex;
  width: 100%;
  max-width: 645px;
  margin: 0 auto;
  position: relative;
}

.news-form::before,
.news-form--second::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -100px;
  width: 85px;
  height: 79px;
  background-image: url("data:image/svg+xml,%3Csvg width='85' height='79' viewBox='0 0 85 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='56.2015' y='3.19299' width='12.239' height='66.2925' transform='rotate(26.9777 56.2015 3.19299)' fill='%235C3BFE'/%3E%3Crect x='46.7384' y='11.9801' width='10.5463' height='64.5998' transform='rotate(26.9777 46.7384 11.9801)' stroke='black' stroke-width='1.6927'/%3E%3C/svg%3E%0A");
}

.news-form--second::after {
  content: "";
  position: absolute;
  bottom: -32px;
  right: -53px;
  width: 20px;
  height: 20px;
  background: #5c3bfe;
  border-radius: 50%;
}

.yikes-mailchimp-container .news-form label.label-inline,
.yikes-mailchimp-container .news-form--second label.label-inline {
  padding: 0;
  margin: 0;
  float: none;
  flex: 0 1 75.2%;
  width: auto;
  display: block;
}

.yikes-mailchimp-container .news-form .submit-button-inline-label,
.yikes-mailchimp-container .news-form--second .submit-button-inline-label {
  float: none;
  width: auto;
  flex: 0 1 24.8%;
  margin: 0;
  display: block;
}

.yikes-mailchimp-container .news-form .news-form__input,
.yikes-mailchimp-container .news-form--second .news-form__input--second {
  background: #ffffff;
  border: 1px solid #dadada;
  padding: 14px 20px 15px 19px;
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  outline: none;
}

.news-form--second .yikes-mailchimp-field-required::before {
  content: "";
  position: absolute;
  top: -88px;
  left: 15%;
  width: 12px;
  height: 12px;
  background: #ff864b;
  border-radius: 50%;
}

.yikes-mailchimp-container .news-form .news-form__input:focus,
.yikes-mailchimp-container .news-form--second .news-form__input--second:focus {
  outline: none;
}

.yikes-mailchimp-container
  .news-form
  .submit-button-inline-label
  .news-form__submit,
.yikes-mailchimp-container
  .news-form--second
  .submit-button-inline-label
  .news-form__submit--second {
  background: #5c3bfe;
  border: 1px solid #5c3bfe;
  padding: 15px 10px 16px;
  min-height: 50px;
  margin: 0;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
}

.yikes-mailchimp-container
  .news-form--second
  .submit-button-inline-label
  .news-form__submit--second {
  padding: 7px 10px 7px;
}

@media (max-width: 767px) {
  .yikes-mailchimp-container {
    padding: 65px 0 55px;
  }

  .yikes-mailchimp-container .news-form.yikes-mailchimp-form-inline,
  .yikes-mailchimp-container .news-form--second.yikes-mailchimp-form-inline {
    flex-direction: column;
    align-items: center;
    width: 95%;
  }

  .yikes-mailchimp-container .news-form label.label-inline,
  .yikes-mailchimp-container .news-form--second label.label-inline {
    margin: 0 0 20px;
    width: 85%;
  }

  .yikes-mailchimp-container .news-form .submit-button-inline-label,
  .yikes-mailchimp-container .news-form--second .submit-button-inline-label {
    width: 50%;
  }
}

/* MAIL CHIMP popup form 23,24 */

.yikes-mailchimp-container-23,
.yikes-mailchimp-container-24 {
  display: none;
  overflow: hidden;
  background: #ffffff;
  max-width: 537px;
  padding: 56px 28px 37px;
  z-index: 50;
  position: fixed;
  bottom: 150px;
  right: 0;
  animation: fadeIn 0.5s linear forwards;
  opacity: 0;
  box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 31%);
  -webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 31%);
  -moz-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 31%);
}

.yikes-mailchimp-container-23 .yikes-easy-mc-form,
.yikes-mailchimp-container-24 .yikes-easy-mc-form {
  max-width: none;
  flex-direction: row;
  align-items: initial;
  width: 100%;
}

.yikes-mailchimp-container-23 .yikes-mailchimp-form-description,
.yikes-mailchimp-container-24 .yikes-mailchimp-form-description {
  text-align: left;
  max-width: 420px;
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 25px;
  min-height: 50px;
}

.yikes-mailchimp-container-23::before,
.yikes-mailchimp-container-24::before {
  content: "";
  position: absolute;
  top: -53%;
  right: -5%;
  width: 38px;
  height: 38px;
  background-color: #ec8b60;
  border-radius: 50%;
  background-image: none;
  z-index: -1;
  animation: mailchimp-popup-2 10s 0.8s linear alternate infinite;
}

.yikes-mailchimp-container-23::after,
.yikes-mailchimp-container-24::after {
  content: "";
  position: absolute;
  top: -104%;
  left: 3%;
  width: 49px;
  height: 49px;
  border: 1px solid #000000;
  border-radius: 50%;
  background-image: none;
  z-index: -1;
  animation: mailchimp-popup-1 5s linear alternate infinite;
}

.yikes-mailchimp-container-23 .news-form,
.yikes-mailchimp-container-24 .news-form {
  animation: fadeIn 1s 0.5s linear forwards;
  opacity: 0;
}

.yikes-mailchimp-container-23
  .news-form
  .submit-button-inline-label
  .news-form__submit,
.yikes-mailchimp-container-24
  .news-form
  .submit-button-inline-label
  .news-form__submit {
  background: #6255f5;
  border: 1px solid #6255f5;
}

.yikes-mailchimp-container-23 .news-form::before,
.yikes-mailchimp-container-24 .news-form::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 10%;
  left: -20%;
  width: 39px;
  height: 39px;
  background-image: none;
  background: #6255f5;
  border-radius: 6px;
  transform: rotate(-23.32deg);
  z-index: -1;
  animation: mailchimp-popup-3 4s linear alternate infinite;
}

.yikes-mailchimp-container-23 .news-form::after,
.yikes-mailchimp-container-24 .news-form::after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: -80px;
  width: 23px;
  height: 23px;
  border: 1px solid #000000;
  border-radius: 3px;
  z-index: -1;
  animation: mailchimp-popup-4 4s linear infinite;
}

.mailchimp-popup__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 21px;
  line-height: 21px;
  padding: 2px 4px;
  border: 1px solid transparent;
}

.mailchimp-popup__close-btn:hover {
  border: 1px solid #6255f5;
}

@media (max-width: 767px) {
  .mailchimp-popup__close-btn {
    padding: 6px 9px;
  }
}

/*----------------------NEWSLETTER FORM-END----------------------*/

/*----------------------REACT-NATIVE APPS---------------------*/
.our-apps {
  margin-bottom: 50px;
}

.our-apps .our-apps__title {
  text-align: center;
  margin: 0 0 30px;
  color: #5c3bfe;
}

.our-apps__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.our-apps__item {
  margin-right: 15px;
  box-shadow: 0 4px 24px var(--black-opacity);
}

.our-apps__item:last-of-type {
  margin-right: 0;
}

.our-apps p,
.our-apps br {
  display: none;
}

.our-apps__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.our-apps__link > img {
  max-width: 100%;
}

.our-apps__name-wrap {
  position: relative;
  flex-grow: 1;
  display: flex;
  padding: 20px 70px 25px 20px;
  white-space: normal;
}

.our-apps__name {
  font-weight: 500;
  color: #000000;
  font-size: 24px;
  line-height: 1.2;
}

.our-apps__arrow {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 38px;
  height: 38px;
  background: #5c3bfe;
  border-radius: 50%;
  transition: all 0.5s ease;
  color: rgba(0, 0, 0, 0);
}

.our-apps__arrow::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    rgba(255, 255, 255, 0) 50%,
    rgba(92, 59, 254, 0.56) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  opacity: 0;
}

.our-apps__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewbox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33398 10H16.6673' stroke='white' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M11.666 5L16.666 10L11.666 15' stroke='white' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.our-apps__arrow svg {
  display: inline-block;
}

.our-apps__link:hover .our-apps__arrow::before {
  animation: pulsation 1.2s infinite;
}

@media (max-width: 767px) {
  .our-apps__list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .our-apps__item {
    width: 100%;
    max-width: 450px;
    margin: 0 0 20px;
  }

  .our-apps__item:last-of-type {
    margin: 0;
  }
}

.rn-wrap {
  display: flex;
}

.rn-wrap img {
  max-width: calc(100% / 3 - 5px);
  height: auto;
}

@keyframes pulsation {
  0% {
    transform: scale(1);
  }

  25%,
  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(1.35);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mailchimp-popup-1 {
  from {
    transform: rotate(45deg) translateX(250px);
  }

  to {
    transform: rotate(120deg) translateX(250px);
  }
}

@keyframes mailchimp-popup-2 {
  0% {
    transform: rotate(160deg) translateX(150px);
    top: -53%;
  }

  49% {
    transform: rotate(60deg) translateX(150px);
    top: -53%;
  }

  50% {
    transform: rotate(-70deg) translateX(150px);
    top: 120%;
  }

  100% {
    transform: rotate(-180deg) translateX(150px);
    top: 120%;
  }
}

@keyframes mailchimp-popup-3 {
  from {
    transform: translate(0, 0) rotate(0deg);
  }

  to {
    transform: translate(300px, 115px) rotate(360deg);
  }
}

@keyframes mailchimp-popup-4 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(-250px, 150px) rotate(-360deg);
  }
}

/* READING TIME */

.reading-time {
  display: flex;
  /* align-items: center;
  justify-content: space-between; */
  /* margin-bottom: 60px; */
  margin: 25px 0 60px 0;
}

.reading-time__time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 30px;
  background-color: var(--white);
  box-shadow: 0px 4px 20px rgba(57, 56, 56, 0.08);
  border-radius: 8px;
  /* margin-right: 30px; */
  /* flex-grow: 1; */
}

.reading-time__text {
  font-size: 18px;
  line-height: 25px;
  color: var(--gray4);
  margin: 0;
}

.reading-time__button {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .reading-time {
    margin-bottom: 40px;
  }

  .reading-time__time {
    /* margin-right: 15px; */
    /* padding: 10px 16px; */
    /* flex-direction: column; */
  }

  .reading-time__text {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 500px) {
  /* .reading-time__text .rt-prefix {
    display: block;
  } */
  .reading-time {
    display: block;
  }

  .reading-time__time {
    /* margin-right: 15px; */
    /* padding: 10px 16px; */
    flex-direction: column;
  }

  .reading-time__button {
    margin-left: 0;
  }

  .reading-time__text {
    /* margin-bottom: 15px; */
  }
}

@media (max-width: 374px) {
  .reading-time {
    /* flex-direction: column; */
    /* align-items: stretch; */
  }

  .reading-time__time {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .reading-time__text {
    font-size: 14px;
  }

  .reading-time__text .rt-prefix {
    display: inline;
  }
}

/* END READING TIME */

/* NO-TIME-READ-MODAL */

.no-time-read-modal,
.how-to-form-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-opacity2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  max-width: none;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.no-time-read-modal.active,
.how-to-form-modal.active {
  opacity: 1;
  pointer-events: all;
}

.no-time-read-modal__wrapper {
  padding: 43px 15px;
  background-color: #f7f7ff;
  width: 100%;
  max-width: 768px;
  position: relative;
  overflow: hidden;
}

.no-time-read-modal__close,
.how-to-form-modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 0;
  width: 0;
  height: 0;
  padding: 10px;
  background: url("./images/icon-close-black.svg") center no-repeat;
  background-size: cover;
}

.no-time-read-modal__wrapper::before {
  content: "";
  position: absolute;
  top: -38px;
  right: 10%;
  width: 77px;
  height: 114px;
  background-image: url("data:image/svg+xml,%3Csvg width='77' height='114' viewBox='0 0 77 114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.68311' y='19.4669' width='16.4111' height='88.8911' transform='rotate(-39.1095 1.68311 19.4669)' fill='%23FF864B'/%3E%3Crect x='6.88374' y='35.7989' width='14.7479' height='87.2278' transform='rotate(-39.1095 6.88374 35.7989)' stroke='black' stroke-width='1.66324'/%3E%3C/svg%3E%0A");
}

.no-time-read-modal__wrapper::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: 283px;
  width: 100px;
  height: 68px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='68' viewBox='0 0 100 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='82.1318' y='1.53149' width='14.3314' height='77.6265' transform='rotate(50.2919 82.1318 1.53149)' fill='%23E1DBFF'/%3E%3Crect x='67.9177' y='6.22177' width='12.879' height='76.174' transform='rotate(50.2919 67.9177 6.22177)' stroke='black' stroke-width='1.45247'/%3E%3C/svg%3E%0A");
}

.no-time-read-modal__form {
  display: flex;
  flex-direction: column;
  max-width: 645px;
  position: relative;
  margin: 0 auto;
}

.no-time-read-modal__form::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -100px;
  width: 85px;
  height: 79px;
  background-image: url("data:image/svg+xml,%3Csvg width='85' height='79' viewBox='0 0 85 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='56.2015' y='3.19299' width='12.239' height='66.2925' transform='rotate(26.9777 56.2015 3.19299)' fill='%235C3BFE'/%3E%3Crect x='46.7384' y='11.9801' width='10.5463' height='64.5998' transform='rotate(26.9777 46.7384 11.9801)' stroke='black' stroke-width='1.6927'/%3E%3C/svg%3E%0A");
}

.no-time-read-modal__form::after {
  content: "";
  position: absolute;
  bottom: -32px;
  right: -53px;
  width: 20px;
  height: 20px;
  background: #5c3bfe;
  border-radius: 50%;
}

.no-time-read-modal__label {
  text-align: center;
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: var(--black);
  padding: 0 6%;
}

.no-time-read-modal__input-wrap {
  display: flex;
}

.no-time-read-modal__input {
  background-color: var(--white);
  border: 1px solid #dadada;
  padding: 14px 20px 15px 19px;
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: var(--black);
  outline: none;
  width: 100%;
}

.no-time-read-modal__btn {
  background-color: #5c3bfe;
  border: 1px solid #5c3bfe;
  padding: 15px 10px 16px;
  min-height: 50px;
  margin: 0;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--white);
  cursor: pointer;
  min-width: 120px;
}

.no-time-read-modal .no-time-read-modal__error-text {
  font-size: 14px;
  line-height: 1.2;
  color: red;
  margin: 0;
  display: none;
}

.no-time-read-modal .no-time-read-modal__error-text.active {
  margin-top: 15px;
  display: block;
}

/* END NO-TIME-READ-MODAL */

.article__content .how-to-form-modal__title {
  font-weight: 500;
  text-align: center;
}

@media (min-width: 1300px) {
  .article__content > .how-to-form-modal,
  .article__content > .no-time-read-modal {
    margin: 0 !important;
  }
}

/* Faqs */
.faqs {
  margin-bottom: 60px;
}

.faqs__inner {
  margin: 0 auto;
  padding: 168px 0 180px;
  max-width: 1440px;
}

.faqs__inner--web {
  padding: 60px 0 120px;
}

.faqs__title {
  margin: 0 0 80px;
  font-size: 96px;
  line-height: 118px;
  color: var(--blue);
  text-transform: uppercase;
}

.faqs .section-title__stroke-text {
  position: relative;
}

.faqs .section-title__stroke-text:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -18px;
  width: 13px;
  height: 26px;
  -webkit-transform: skew(-13deg);
  -ms-transform: skew(-13deg);
  transform: skew(-13deg);
  border: 1px solid var(--blue);
}

.faqs__list {
  margin: 0;
  padding: 0 35px;
  list-style: none;
}

.faqs__list--columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
}

.faqs__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 10px);
  flex: 0 1 calc(50% - 10px);
}

.faqs__item {
  position: relative;
  padding: 30px 12% 29px 1.9%;
  border: 1px solid var(--blue);
  background: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.faqs__item:after,
.faqs__item:before {
  content: "";
  position: absolute;
  top: 43px;
  right: 27px;
  width: 16px;
  height: 2px;
  border-radius: 30px;
  background: var(--blue);
}

.faqs__item:after {
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.1s;
  transition: -webkit-transform 0.5s ease-in-out 0.1s;
  -o-transition: transform 0.5s ease-in-out 0.1s;
  transition: transform 0.5s ease-in-out 0.1s;
  transition: transform 0.5s ease-in-out 0.1s,
    -webkit-transform 0.5s ease-in-out 0.1s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.faqs__item:not(:last-child) {
  margin-bottom: 16px;
}

.faqs__item.js-active {
  background: var(--blue);
}

.faqs__item.js-active:before {
  background: #fff;
}

.faqs__item.js-active:after {
  background: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.faqs__item.js-active .faqs__item-title {
  margin-bottom: 30px;
  color: #fff;
}

.faqs__item.js-active .faqs__item-text-wrapper {
  max-height: 1000px;
  -webkit-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.faqs__item--columns {
  padding: 0 47px 0 3.9%;
}

.faqs__item--columns:after,
.faqs__item--columns:before {
  top: 64px;
  right: 24px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.faqs__item--columns .faqs__item-title {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 129px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.faqs__item--columns.js-active {
  padding-top: 34px;
  padding-bottom: 49px;
}

.faqs__item--columns.js-active:after,
.faqs__item--columns.js-active:before {
  top: 43px;
}

.faqs__item--columns.js-active .faqs__item-title {
  min-height: 0;
  margin-bottom: 30px;
}

.faqs__item-title {
  margin: 0;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  color: var(--black);
  -webkit-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

.faqs__item-text-wrapper {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.faqs__item-text {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

.faqs__item-text:not(:last-child) {
  margin-bottom: 20px;
}

.faqs__item-text a {
  text-decoration: underline;
}

.faqs__item-strikethrough-text {
  text-decoration: line-through;
}

.faqs__item-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}

@media (max-width: 1439px) {
  .faqs__inner {
    padding: 78px 0 110px;
  }

  .faqs__title {
    margin: 0 0 48px;
  }

  .faqs .section-title__stroke-text:before {
    top: 19px;
    left: -13px;
    width: 11px;
    height: 22px;
  }

  .faqs__list {
    padding: 0;
  }

  .faqs__item {
    padding: 22px 12% 24px 1.9%;
  }

  .faqs__item:after,
  .faqs__item:before {
    top: 33px;
  }

  .faqs__item--columns {
    padding: 0 47px 0 3.9%;
  }

  .faqs__item--columns:after,
  .faqs__item--columns:before {
    top: 64px;
    right: 24px;
  }

  .faqs__item-title {
    font-size: 20px;
    line-height: 24px;
  }

  .faqs__item-text {
    font-size: 12px;
    line-height: 144%;
  }

  .faqs__item-br {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .faqs__inner {
    padding: 78px 0 80px;
  }

  .faqs__item-title {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .faqs {
    margin-bottom: 30px;
  }

  .faqs__inner {
    padding: 60px 0;
  }

  .faqs__title {
    margin: 0 0 33px;
    font-size: 36px;
    line-height: 44px;
  }

  .faqs__title--health {
    max-width: 135px;
    margin: 0 0 33px;
  }

  .faqs .section-title__stroke-text:before {
    top: 9px;
    left: -7px;
    width: 3px;
    height: 9px;
  }

  .faqs__list--columns {
    display: block;
  }

  .faqs__column:not(:last-of-type) {
    margin: 0 0 14px;
  }

  .faqs__item {
    padding: 19px 4.9% 21px;
  }

  .faqs__item:after,
  .faqs__item:before {
    top: 30px;
    right: 18px;
  }

  .faqs__item.js-active .faqs__item-title {
    margin-bottom: 20px;
  }

  .faqs__item--columns:after,
  .faqs__item--columns:before {
    top: 50%;
    right: 17px;
  }

  .faqs__item--columns {
    padding: 19px 4.9% 21px;
  }

  .faqs__item--columns:not(:last-of-type) {
    margin: 0 0 14px;
  }

  .faqs__item--columns .faqs__item-title {
    display: block;
    min-height: 0;
    padding: 0 22px 0 0;
  }

  .faqs__item--columns.js-active {
    padding-top: 19px;
    padding-bottom: 21px;
  }

  .faqs__item--columns.js-active:after,
  .faqs__item--columns.js-active:before {
    top: 25px;
  }

  .faqs__item--columns.js-active .faqs__item-title {
    margin-bottom: 20px;
  }

  .faqs__item-title {
    padding: 0 36px 0 0;
  }

  .faqs__item-text {
    font-size: 14px;
    line-height: 19px;
  }
}

/* End Faqs */

/*----------------------Start author page styles----------------------*/

.author__inner {
  display: flex;
  align-items: flex-start;
  padding: 75px 0;
}

.author__photo-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}

.author__social {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 50px;
  padding-left: 0;
}
.author__info-social-list {
  gap: 5px;
  display: flex;
  margin-left: 8px;
}

.author__social-item {
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
  transition: 0.3s linear;
}

.author__social-item:hover {
  opacity: 0.5;
}

.author__social-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.author__social-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author__photo-social-wrapper {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  border: 4px solid var(--blue);
  overflow: hidden;
}

.author__photo-social-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author__info-wrapper {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.author__info-feautures {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.author__info-feautures__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--blue);
}
.author__info-name {
  font-size: 70px;
  margin: 0;
  font-size: 28px;
  line-height: 30px;
}
.author__info-heading {
  display: flex;
}

.author__info-position {
  margin: 0;
  font-size: 18px;
  color: var(--gray4);
  padding: 15px 0 10px;
}

.author__info-bio {
  margin: 0;
  font-size: 21px;
  line-height: 1.4;
  color: var(--gray4);
}
.posts__list-wrapper_enabled-swiper {
  overflow: hidden;
  margin: 0 calc(0 - var(--mobile-side-gap));
  padding: 0 var(--mobile-side-gap) 20px var(--mobile-side-gap);
}

.js-posts__list--swiper-enabled {
  width: 100%;
}

.posts__item {
  width: 49%;
}
.posts__item.swiper-slide {
  box-shadow: 0px 4px 20px 0px #00000014;
}
@media (max-width: 768px) {
  #js-posts__list-author .posts__list {
    flex-wrap: nowrap;
  }
  .pagination .next,
  .pagination .prev {
    margin: 0;
  }
  .pagination .page-numbers {
    margin: 0 3px;
  }
  .posts__list__main-pagination {
    margin: 30px -14px 60px;
  }
  .back_btn_wrapper {
    padding-top: 35px;
  }
}

@media (max-width: 1024px) {
  .author__inner {
    padding: 50px 0 100px;
  }

  .author__info-name {
    font-size: 40px;
  }

  .author__info-position {
    padding: 15px 0 40px;
  }

  .author__info-bio {
    font-size: 18px;
  }



}

@media (max-width: 769px) {
  .author__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .author__photo-social {
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .author__social {
    margin-top: 22px;
  }

  .author__info-name {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
  }

  .author__info-position {
    padding: 15px 0 30px;
    font-size: 18px;
  }

  .author__photo-social-wrapper {
    width: 67px;
    height: 67px;
  }


}

/*----------------------Finish author page styles----------------------*/

.popup-form__text {
  margin: 0;
  font-weight: 400;
}

.popup-form__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 21px;
  padding: 10px 10px 5px;
  cursor: pointer;
  outline: none;
}

.hide-lang {
  display: none;
}

@media (max-width: 1023px) {
  .lang-popup {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lang-popup {
    position: absolute;
    font-family: Gilroy;
    z-index: 9999;
    top: 50px;
    left: -253px;
    background: #ffffff;
    padding: 18px 16px 16px;
    box-shadow: 4px 4px 25px rgba(32, 32, 32, 0.15);
    border-radius: 5px;
    min-width: 252px;
  }
}

@media (min-width: 1024px) {
  .lang-popup__text {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: var(--black);
    margin: 0 0 14px;
  }
}

@media (min-width: 1024px) {
  .lang-popup__close-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    background: transparent;
    border: none;
    outline: none;
  }
}

@media (min-width: 1024px) {
  .lang-popup__btn-wrap {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .lang-popup__btn {
    font-weight: 800;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 11px 14px 9px;
  }

  .lang-popup__btn--ru {
    color: var(--white);
    background-color: var(--blue);
    margin: 0 18px 0 0;
  }

  .lang-popup__btn--eng {
    color: var(--gray25);
    background-color: var(--gray3);
  }
}



.footer__address--oae, .footer__address--pc {
  margin-top: 0;
  max-width: 224px;
}
.footer__ofice--pc {
  margin-bottom: 80px;
  margin-top: 60px;
}
.footer__contacts--ru {
  margin-top: 100px;
}

.footer__ofice-title{
  margin: 0;
}
.footer__ofice-caption {
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  margin: 0;
  margin-bottom: 20px;
}
.footer__ofice-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__ofice-title {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  color: #fff;
}
.footer__item--ofice {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #ded8ff;
}
.footer-btn__text {
  border: 1px solid #c6ff50 !important;
  background: #c6ff50 !important;
  color: #000;
  padding: 16px 21px;
}
.rising-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: -6px -6px 0 0;
  padding: 6px 6px 0 0;
  border: 0;
  background: 0;
  overflow: hidden;}
  .rising-btn--theme2 .rising-btn__inner {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.footer__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  margin-top: 60px;
  gap: 20px;
}
.footer__contacts--ru {
  margin-top: 100px;
}
/* Updated footer form */

.footer__form-wrapper:not(:last-of-type) {
  margin: 0;
}
.footer__form-wrapper {
  gap: 24px;
  align-items: flex-start;
}
.footer__input-wrapper {
  margin-bottom: 20px;
  width: 100%;
}

label.footer__input-label-error--hide {
  display: none;
}
.footer__input-error {
  border: 1px solid #ff864b;
}

.footer__input-form-error,
.footer__input-label,
.footer__input-label-error,
.footer__input-label-success {
  font-size: 16px;
  font-weight: 400;
  color: #ff864b;
  display: block;
  margin-top: 6px;
}
.footer__input--textarea {
  resize: none;
  border: unset;
  width: calc(100% - 170px);
}

.footer__input--file-label {
  position: absolute;
  top: 16px;
  right: 43px;
  cursor: pointer;
}
.footer__input--textarea-label {
  position: absolute;
  top: 14px;
  right: 10px;
  cursor: pointer;
}

.footer__input-area {
  position: relative;
  width: 100%;
  border: 1px solid #fff;
}
.footer__input--file {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: initial;
  cursor: default;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: inherit;
  text-overflow: ellipsis;
  text-align: start !important;
  padding: initial;
  border: initial;
  white-space: pre;
  overflow: hidden !important;
  display: none;
}

.footer__input-label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  gap: 10px;
}
.footer__input--file-info {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px solid #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  padding: 5px 9px;
  margin-top: 8px;
}

.footer__input--file-label-clear {
  cursor: pointer;
}
.footer__input--file-info--hide {
  display: none;
}
#js-posts__list .posts__item.swiper-slide {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}
.back_btn_wrapper {
  padding-top: 75px;
}
.back_btn {
  color: var(--blue);
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}