* {
  outline: transparent;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

picture {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

button,
input,
textarea {
  font: inherit inherit;
  border: none;
  background: inherit;
}

button {
  cursor: pointer;
}

.form__btn span,
a,
span {
  display: inline-block;
}

.form__btn span,
a {
  text-decoration: none;
  color: inherit;
}

ol,
ul {
  list-style: none;
}

._imgFit {
  position: relative;
}

._imgFit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: var(--fitType);
  object-fit: var(--fitType);
}

body ::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: .5rem;
  background: #f2f2f2;
}

body ::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  width: .4rem;
  border: .1rem solid #f2f2f2;
  background: #a8a8a8;
}

@font-face {
  font-family: Graphik;
  font-display: swap;
  src: url(../fonts/Graphik-Bold.woff2) format("woff2"),url(../fonts/Graphik-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Graphik;
  font-display: swap;
  src: url(../fonts/Graphik-BoldItalic.woff2) format("woff2"),url(../fonts/Graphik-BoldItalic.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Graphik;
  font-display: swap;
  src: url(../fonts/Graphik-Regular.woff2) format("woff2"),url(../fonts/Graphik-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Graphik;
  font-display: swap;
  src: url(../fonts/Graphik-Medium.woff2) format("woff2"),url(../fonts/Graphik-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: SKODANext;
  font-display: swap;
  src: url(../fonts/SKODANext-Black.woff2) format("woff2"),url(../fonts/SKODANext-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: SKODANext;
  font-display: swap;
  src: url(../fonts/SKODANext-Bold.woff2) format("woff2"),url(../fonts/SKODANext-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Graphik;
  font-display: swap;
  src: url(../fonts/Graphik-Semibold.woff2) format("woff2"),url(../fonts/Graphik-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: SKODANext;
  font-display: swap;
  src: url(../fonts/SKODANext-Regular.woff2) format("woff2"),url(../fonts/SKODANext-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
  scroll-padding: var(--scroll-padding,201px);
}

body {
  font: 400 16px Graphik,sans-serif;
  position: relative;
}

body._lock,
body.lock {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

[class*=__container] {
  --max-width: 1260px;
  --padding: 20px;
  width: min(100% - var(--padding),var(--max-width));
  margin-inline: auto;
}

[class*=__container][data-type=trust] {
  --max-width: 1011px;
}

.wrapper.arbitrage .header__content {
  padding: 20px 0;
}

@media (max-width:1445px) {
  .header {
    background: #fff;
    z-index: 1;
  }
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 20px 0 0;
  z-index: 11;
}

.header__logo {
  position: relative;
  z-index: 1;
}

.header__logo img {
  max-width: 100%;
}

@media (max-width:768px) {
  .header__content {
    padding: 10px 0 0;
  }

  .header__logo {
    width: 35%;
  }
}

.header__lang {
  z-index: 1;
}

.lang {
  position: relative;
  width: 75px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  text-transform: uppercase;
}

.lang__content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 17px;
}

.lang__link-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #090909;
  padding: 0 0 5px;
}

.lang__link-current svg {
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.lang__link-current._active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lang__list {
  position: absolute;
  top: calc(100% - 12px);
  left: 0;
  border-radius: 0 0 15px 15px;
  background: #fff;
  padding: 10px 0;

  -webkit-transition: .5s linear;
  -o-transition: .5s linear;
  transition: .5s linear;
}
.lang__item {
  padding: 0 17px;
  text-align: center;
  list-style: none;

  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
.lang__item:hover, .lang__item:focus {
  background-color: #fff376;
}
.lang__item:not(:last-child) {
  padding: 0 0 5px;
}

.lang__link {
  font-size: 18px;
  font-weight: 500;
  color: #090909;
}

@media (max-width:420px) {
  .wrapper.arbitrage .footer img {
    margin-bottom: 5px;
  }
}

.footer {
  background: #fff;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  padding: 17px 0;
}

@media (max-width:992px) {
  .footer__content {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

.footer__content img {
  max-width: 100%;
}

.footer__content .form__btn span,
.footer__content a,
.form__btn .footer__content span {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0,0,0,.8);
}

.footer__content .form__btn span:before,
.footer__content a:before,
.form__btn .footer__content span:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: rgba(0,0,0,.8);
  margin-inline: auto;
  z-index: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

@media (max-width:760px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 27px 0 20px;
  }

  .footer__content .form__btn span:not(:last-child),
  .footer__content a:not(:last-child),
  .form__btn .footer__content span:not(:last-child) {
    margin: 0 0 20px;
  }
}

.intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 98px;
}

@media (max-width:768px) {
  .intro__content {
    padding-bottom: 50px;
  }
}

@media (max-width:760px) {
  .intro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: normal;
    padding: 40px 0;
  }
}

.intro__left {
  position: relative;
  padding: 50px 0 34px;
}

.intro__left:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 320px;
  height: 2px;
  background: #fff376;
}

.intro__title {
  max-width: 705px;
  width: 100%;
  font-size: 55px;
  line-height: 71.5px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 54px;
}

@media (max-width:1260px) {
  .intro__title {
    font-size: calc(30px + 25 * ((100vw - 320px)/ 940));
    line-height: calc(39px + 32.5 * ((100vw - 320px)/ 940));
  }
}

@media (max-width:1366px) {
  .intro__title {
    max-width: 450px;
    font-size: 32px;
  }
}

@media (max-width:1366px) and (min-width:768px) {
  .intro__title {
    max-width: calc(450px + 255 * (100vw - 768px)/ 598);
    font-size: calc(32px + 23 * (100vw - 768px)/ 598);
  }
}

@media (max-width:1366px) and (min-width:1366px) {
  .intro__title {
    max-width: 705px;
    font-size: 55px;
  }
}

@media (max-width:768px) {
  .intro__title {
    line-height: 35px;
  }
}

@media (max-width:760px) {
  .intro__left:before {
    content: none;
  }

  .intro__left {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
  }

  .intro__title {
    text-align: center;
  }
}

@media (max-width:640px) {
  .footer__content img {
    margin: 0 0 35px;
  }

  .intro__title {
    font-size: 30px;
    text-align: center;
    margin: 0 0 20px;
  }
}

@media (max-width:380px) {
  .intro__title {
    font-size: 22px;
    line-height: 30px;
  }
}

.form__btn,
.intro__btn {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #090909;
  background: #fff376;
  -webkit-filter: drop-shadow(0 0 28px rgba(30, 30, 30, .2));
  filter: drop-shadow(0 0 28px rgba(30, 30, 30, .2));
  padding: 22px 50px;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}

.form__btn svg,
.intro__btn svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.form__btn a,
.form__btn span,
.intro__btn a {
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
}

@media (any-hover:hover) {
  .footer__content .form__btn span:hover:before,
  .footer__content a:hover:before,
  .form__btn .footer__content span:hover:before {
    width: 100%;
  }

  .form__btn:hover,
  .intro__btn:hover {
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    background: #fd0;
  }

  .form__btn:hover svg,
  .intro__btn:hover svg {
    stroke: #090909;
    stroke-dashoffset: -480;
  }
}

@media (max-width:768px) {
  .form__btn,
  .intro__btn {
    font-size: 20px;
    padding: 15px 25px;
  }
}

.intro__right {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.intro__right:before {
  position: absolute;
  content: "";
  right: -480px;
  bottom: 0;
  width: 859.464px;
  height: 863.82px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-radius: 863.82px;
  opacity: .5;
  background: -o-linear-gradient(330deg,#fff376 12.77%,rgba(255,243,118,0) 59.51%);
  background: linear-gradient(120deg,#fff376 12.77%,rgba(255,243,118,0) 59.51%);
  -webkit-filter: blur(140px);
  filter: blur(140px);
  z-index: -1;
}

.intro__img {
  position: absolute;
  right: -38px;
  bottom: 0;
  width: 690px;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.intro__img img {
  max-width: 100%;
}

@media (max-width:1366px) {
  .intro__img {
    width: 400px;
    height: 400px;
    right: -25px;
  }
}

@media (max-width:1366px) and (min-width:768px) {
  .intro__img {
    width: calc(400px + 290 * (100vw - 768px)/ 598);
    height: calc(400px + 200 * (100vw - 768px)/ 598);
    right: calc(-25px + -13 * (100vw - 768px)/ 598);
  }
}

@media (max-width:1366px) and (min-width:1366px) {
  .intro__img {
    width: 690px;
    height: 600px;
    right: -38px;
  }
}

@media (max-width:760px) {
  .intro__img {
    position: static;
    width: 100%;
    height: auto;
  }
}

.greeting {
  background: #fff;
}

.greeting__content {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 62px 0 144px;
}

@media (max-width:768px) {
  .greeting__content {
    padding: 50px 0 150px;
  }
}

.greeting__title {
  max-width: 1160px;
  font-size: 45px;
  line-height: 54px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 69px;
}

@media (max-width:1260px) {
  .greeting__title {
    font-size: calc(30px + 15 * ((100vw - 320px)/ 940));
    line-height: calc(39px + 15 * ((100vw - 320px)/ 940));
  }
}

@media (max-width:1366px) {
  .greeting__title {
    font-size: 32px;
  }
}

@media (max-width:1366px) and (min-width:768px) {
  .greeting__title {
    font-size: calc(32px + 13 * (100vw - 768px)/ 598);
  }
}

@media (max-width:1366px) and (min-width:1366px) {
  .greeting__title {
    font-size: 45px;
  }
}

@media (max-width:768px) {
  .greeting__title {
    margin: 0 0 50px;
  }
}

@media (max-width:640px) {
  .greeting__content {
    padding: 40px 0 144px;
  }

  .greeting__title {
    font-size: 29px;
    margin: 0 0 20px;
  }
}

@media (max-width:380px) {
  .greeting__title {
    font-size: 22px;
    line-height: 30px;
  }
}

.greeting__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 70px 30px;
  counter-reset: list-mobile-counter;
}

.greeting__body li {
  position: relative;
  width: calc(33.3333333333% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

@media (max-width:1024px) {
  .greeting__body li {
    width: calc(50% - 30px);
  }

  .greeting__body {
    gap: 50px 30px;
  }
}

@media (max-width:640px) {
  .greeting__body li {
    width: calc(100% - 30px);
    padding: 40px 0 0;
  }
}

.greeting__body li span {
  position: absolute;
  top: -40px;
  left: 0;
}

.greeting__body li span:before {
  position: absolute;
  counter-increment: list-mobile-counter;
  content: counter(list-mobile-counter);
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 39px;
  color: #090909;
}

@media (max-width:520px) {
  .greeting__body li span {
    left: unset;
    top: -10px;
  }
}

@media (max-width:420px) {
  .greeting__content {
    padding: 40px 0 220px;
  }

  .greeting__body {
    gap: 30px;
  }
}

.greeting__item {
  position: relative;
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: #fff376;
  padding: 25px 50px;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}

.greeting__item p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #090909;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
}

@media (max-width:768px) {
  .greeting__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width:640px) {
  .greeting__item {
    width: 92%;
  }
}

@media (max-width:320px) {
  .greeting__body li {
    width: 100%;
  }

  .greeting__item {
    padding-left: 0;
    padding-right: 0;
  }
}

.happy {
  background: #3e3e3e;
}

.happy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
  padding: 0 0 70px;
}

@media (max-width:768px) {
  .happy__content {
    padding: 50px 0;
  }
}

.happy__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 26px;
  -moz-column-gap: 26px;
  column-gap: 26px;
  margin-top: -45px;
}

@media (max-width:768px) {
  .happy__header {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: -90px;
  }
}

@media (max-width:420px) {
  .happy__header {
    margin-top: -124px;
  }
}

.happy__header-left {
  position: relative;
}

.happy__header-left:before {
  position: absolute;
  content: "";
  top: 100%;
  left: -358%;
  width: 500%;
  height: 1px;
  background: #fff376;
  z-index: 0;
}

.happy__header-img {
  position: relative;
}

.happy__header-img img:not(.happy__header-img-bg) {
  position: relative;
  z-index: 1;
}

@media (max-width:760px) {
  .happy__content {
    row-gap: 80px;
    padding: 0 0 40px;
  }

  .happy__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .happy__header-left:before {
    left: -10px;
    width: 100vw;
  }

  .happy__header-img {
    width: 390px;
  }
}

.happy__header-img-bg {
  position: absolute;
  top: 190px;
  right: 28px;
  z-index: 0;
}

.happy__header-right {
  padding-top: 147px;
}

.happy__title {
  position: relative;
  max-width: 835px;
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 60px;
}

@media (max-width:1260px) {
  .happy__title {
    font-size: calc(30px + 5 * ((100vw - 320px)/ 940));
    line-height: calc(39px + 3 * ((100vw - 320px)/ 940));
  }
}

.happy__title:before {
  position: absolute;
  content: "";
  top: 100%;
  left: -10px;
  width: 100vw;
  height: 1px;
  background: #fff376;
  z-index: 0;
}

@media (min-width:760px) {
  .happy__title:before {
    display: none;
  }
}

.happy__title span {
  display: inline;
  color: #fff376;
}

@media (max-width:1366px) {
  .happy__title {
    font-size: 22px;
  }
}

@media (max-width:1366px) and (min-width:768px) {
  .happy__title {
    font-size: calc(22px + 13 * (100vw - 768px)/ 598);
  }
}

@media (max-width:1366px) and (min-width:1366px) {
  .happy__title {
    font-size: 35px;
  }
}

@media (max-width:768px) {
  .happy__title {
    line-height: 35px;
    margin: 0 0 15px;
  }
}

.happy__header-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;
  row-gap: 10px;
}

.happy__header-inner h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width:768px) {
  .happy__header-inner h4 {
    font-size: 20px;
  }
}

@media (max-width:760px) {
  .happy__header-right {
    padding-top: 37px;
  }

  .happy__title {
    font-size: 32px;
    line-height: 44px;
  }

  .happy__header-inner h4 {
    font-size: 24px;
  }
}

@media (max-width:320px) {
  .happy__header-inner h4 {
    font-size: 22px;
  }
}

.happy__header-inner span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}

@media (max-width:768px) {
  .happy__header-inner span {
    font-size: 16px;
  }
}

.happy__header-inner img {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width:880px) {
  .happy__header-inner img {
    width: 30%;
  }
}

.happy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 99px;
  -moz-column-gap: 99px;
  column-gap: 99px;
}

@media (max-width:760px) {
  .happy__header-inner span {
    font-size: 20px;
  }

  .happy__header-inner img {
    display: none;
  }

  .happy__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.happy__left {
  max-width: 534px;
}

@media (max-width:1024px) {
  .happy__body {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .happy__left {
    max-width: 420px;
  }
}

.happy__left h3 {
  font-size: 45px;
  line-height: 54px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff376;
  margin: 0 0 36px;
}

@media (max-width:1260px) {
  .happy__left h3 {
    font-size: calc(30px + 15 * ((100vw - 320px)/ 940));
    line-height: calc(39px + 15 * ((100vw - 320px)/ 940));
  }
}

@media (max-width:1366px) {
  .happy__left h3 {
    font-size: 22px;
  }
}

@media (max-width:1366px) and (min-width:768px) {
  .happy__left h3 {
    font-size: calc(22px + 23 * (100vw - 768px)/ 598);
  }
}

@media (max-width:1366px) and (min-width:1366px) {
  .happy__left h3 {
    font-size: 45px;
  }
}

@media (max-width:768px) {
  .happy__header-inner img {
    top: 15px;
    width: 150px;
  }

  .happy__header-inner {
    row-gap: normal;
  }

  .happy__body {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .happy__left {
    max-width: 325px;
  }

  .happy__left h3 {
    margin: 0 0 15px;
  }
}

@media (max-width:760px) {
  .happy__left h3 {
    font-size: 30px;
  }

  .happy__left {
    margin: 0 0 20px;
  }
}

@media (max-width:380px) {
  .happy__left h3,
  .happy__title {
    font-size: 22px;
    line-height: 30px;
  }
}

.happy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}

.happy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.happy__item-text {
  font-size: 24px;
  line-height: 28.8px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width:768px) {
  .happy__list {
    row-gap: 10px;
  }

  .happy__item-text {
    font-size: 18px;
  }
}

@media (max-width:760px) {
  .happy__item-text {
    font-size: 20px;
  }
}

@media (max-width:320px) {
  .happy__item-text {
    font-size: 16px;
  }
}

.happy__right {
  position: relative;
}

.happy__right p {
  max-width: 520px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

@media (max-width:768px) {
  .happy__right p {
    font-size: 17px;
  }
}

@media (max-width:760px) {
  .happy__right p {
    font-size: 16px;
  }

  .happy__right {
    padding: 40px 0 0;
  }
}

.happy__right-icon {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width:1200px) {
  .happy__right-icon {
    top: -45px;
  }
}

.clients__content {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 0 74px;
}

@media (max-width:768px) {
  .clients__content {
    padding: 50px 0;
  }
}

@media (max-width:640px) {
  .clients__content {
    padding: 80px 0 40px;
  }
}

.clients__header {
  margin: 0 0 40px;
}

@media (max-width:768px) {
  .clients__header {
    margin: 0 0 15px;
  }
}

.clients__title {
  font-size: 45px;
  line-height: 54px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width:1260px) {
  .clients__title {
    font-size: calc(30px + 15 * ((100vw - 320px)/ 940));
    line-height: calc(39px + 15 * ((100vw - 320px)/ 940));
  }
}

@media (max-width:1366px) {
  .clients__title {
    font-size: 32px;
  }
}

@media (max-width:1366px) and (min-width:768px) {
  .clients__title {
    font-size: calc(32px + 13 * (100vw - 768px)/ 598);
  }
}

@media (max-width:1366px) and (min-width:1366px) {
  .clients__title {
    font-size: 45px;
  }
}

@media (max-width:380px) {
  .clients__title {
    font-size: 22px;
    line-height: 30px;
  }
}

.clients__body {
  position: relative;
  width: 100%;
}

.button-prev {
  left: -40px;
}

.button-next {
  right: -40px;
}

@media (max-width:1365px) {
  .button-prev {
    left: 0;
    z-index: 1;
  }

  .button-next {
    right: 0;
    z-index: 1;
  }
}

.button-next,
.button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
  background: #3e3e3e;
  margin-block: auto;
}

.button-next svg,
.button-prev svg {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.swiper-slide {
  width: 227px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.started__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 99px;
  -moz-column-gap: 99px;
  column-gap: 99px;
  padding: 74px 0 100px;
}

@media (max-width:768px) {
  .started__content {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 50px 0;
  }
}

.started__left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.started__title {
  max-width: 525px;
  width: 100%;
  font-size: 45px;
  line-height: 54px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 50px;
}

@media (max-width:1260px) {
  .started__title {
    font-size: calc(30px + 15 * ((100vw - 320px)/ 940));
    line-height: calc(39px + 15 * ((100vw - 320px)/ 940));
  }
}

@media (max-width:1366px) {
  .started__title {
    font-size: 32px;
  }
}

@media (max-width:1366px) and (min-width:768px) {
  .started__title {
    font-size: calc(32px + 23 * (100vw - 768px)/ 598);
  }
}

@media (max-width:1366px) and (min-width:1366px) {
  .started__title {
    font-size: 55px;
  }
}

@media (max-width:768px) {
  .started__title {
    line-height: 35px;
    margin: 0 0 40px;
  }
}

@media (max-width:640px) {
  .started__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0;
  }

  .started__title {
    margin: 0 0 20px;
  }
}

@media (max-width:380px) {
  .started__title {
    font-size: 22px;
    line-height: 30px;
  }
}

.started__images {
  position: relative;
  width: 495px;
  height: 393px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 30px;
  border: 1px solid #272e38;
  padding: 26px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

@media (max-width:1366px) {
  .started__images {
    width: 350px;
    height: 350px;
  }
}

@media (max-width:1366px) and (min-width:768px) {
  .started__images {
    width: calc(350px + 145 * (100vw - 768px)/ 598);
    height: calc(350px + 43 * (100vw - 768px)/ 598);
  }
}

@media (max-width:1366px) and (min-width:1366px) {
  .started__images {
    width: 495px;
    height: 393px;
  }
}

@media (max-width:640px) {
  .started__images {
    display: none;
  }
}

.started__images-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transform: translateZ(20px);
  transform: translateZ(20px);
}

.started__images-img {
  -webkit-transform: translateZ(40px);
  transform: translateZ(40px);
}

.started__images-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform: translateZ(20px);
  transform: translateZ(20px);
}

.started__list {
  max-width: 635px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 44px;
  counter-reset: list;
}

.started__item {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  counter-increment: list-counter;
}

.started__item span {
  position: relative;
  min-width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #3e3e3e;
}

.started__item span:before {
  position: absolute;
  content: counter(list-counter);
  font-size: 45px;
  line-height: 67.5px;
  font-style: italic;
  font-weight: 700;
  color: #fff376;
}

@media (max-width:768px) {
  .started__item {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .started__item span:before {
    font-size: 35px;
  }

  .started__item span {
    min-width: 50px;
    height: 50px;
  }
}

.started__item p {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
}

@media (max-width:768px) {
  .started__item p {
    font-size: 20px;
  }
}

@media (max-width:320px) {
  .started__item p {
    line-height: 22px;
  }
}

.request__content {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 0 97px;
}

@media (max-width:768px) {
  .request__content {
    padding: 50px 0;
  }
}

.request__title {
  font-size: 45px;
  line-height: 54px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 40px;
}

@media (max-width:1260px) {
  .request__title {
    font-size: calc(30px + 15 * ((100vw - 320px)/ 940));
  }
}

@media (max-width:640px) {
  .started__list {
    row-gap: 20px;
  }

  .started__item span:before {
    font-size: 26px;
  }

  .started__item span {
    min-width: 40px;
    height: 40px;
  }

  .started__item p {
    font-size: 16px;
  }

  .request__content {
    padding: 40px 0 52px;
  }

  .request__title {
    margin: 0 0 20px;
  }
}

.request__body {
  width: 100%;
}

.form {
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 30px;
}

.form__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.form__header .form__item {
  width: calc(50% - 15px);
}

@media (max-width:640px) {
  .form__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form__header .form__item {
    width: 100%;
  }
}

.form__body {
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.form__body .form__item {
  width: 100%;
}

.form__footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.form__footer .form__item {
  width: calc(50% - 15px);
}

@media (max-width:380px) {
  .request__title {
    font-size: 22px;
    line-height: 30px;
  }

  .form,
  .form__body,
  .form__footer,
  .form__header {
    row-gap: 20px;
  }
}

.form__item {
  position: relative;
  mix-blend-mode: difference;
}

.form__item div.error {
  font: 12px Graphik,sans-serif;
  position: absolute;
  left: 10px;
  bottom: -20px;
  color: #dc3545;
  padding: 0 5px;
  z-index: 1;
}

.form__label {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

@media (max-width:380px) {
  .form__label {
    top: 15px;
    left: 10px;
    font-size: 12px;
  }
}

.form__input {
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #2f7b79;
  background: #3e3e3e;
  padding: 18px 20px;
}

.form__input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.form__input.error {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background: url("data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 12 12' width= '12' height= '12' fill= 'none' stroke= '%23dc3545' %3e%3ccircle cx= '6' cy= '6' r= '4.5' /%3e%3cpath stroke-linejoin= 'round' d= 'M5.8 3.6h.4L6 6.5z' /%3e%3ccircle cx= '6' cy= '8.2' r= '.6' fill= '%23dc3545' stroke= 'none' /%3e%3c/svg%3e") right calc(.375em + .1875rem) center/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat,#3e3e3e;
}

.form__input.error:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 .25rem rgba(220,53,69,.25);
  box-shadow: 0 0 0 .25rem rgba(220,53,69,.25);
}

.form__input.success {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background: url("data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 8 8' %3e%3cpath fill= '%23198754' d= 'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z' /%3e%3c/svg%3e") right calc(.375em + .1875rem) center/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat,#3e3e3e;
}

.form__input.success:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 .25rem rgba(25,135,84,.25);
  box-shadow: 0 0 0 .25rem rgba(25,135,84,.25);
}

@media (max-width:380px) {
  .form__input {
    padding: 15px 10px;
  }
}

.form__item-note {
  font-size: 14px;
  line-height: 16.8px;
  color: rgba(0,0,0,.68);
  padding: 5px 0 0;
}

.form__input:focus + .form__label,
.form__input:valid ~ .form__label {
  top: 0;
  font-size: 10px;
}

@media (max-width:640px) {
  .form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form__footer .form__item {
    width: 100%;
  }

  .form__input#clients,
  .form__input#percentage {
    padding: 30px 20px;
  }
}

@media (max-width:380px) {
  .form__item-note {
    font-size: 12px;
  }

  .form__input#clients,
  .form__input#percentage {
    padding: 15px 10px;
  }
}

.combine__bg {
  position: absolute;
  top: 0;
  left: 64px;
  -webkit-transition: 2s cubic-bezier(.18,.89,.32,1.27);
  -o-transition: 2s cubic-bezier(.18,.89,.32,1.27);
  transition: 2s cubic-bezier(.18,.89,.32,1.27);
}

@media (max-width:1670px) {
  .combine__bg {
    left: 30px;
  }
}

@media (max-width:1670px) and (min-width:1650px) {
  .combine__bg {
    left: calc(30px + 34 * (100vw - 1650px)/ 30);
  }
}

@media (max-width:1670px) and (min-width:1680px) {
  .combine__bg {
    left: 64px;
  }
}

@media (max-width:1650px) {
  .combine__bg {
    left: -10px;
  }
}

@media (max-width:1650px) and (min-width:1550px) {
  .combine__bg {
    left: calc(-10px + 40 * (100vw - 1550px)/ 100);
  }
}

@media (max-width:1650px) and (min-width:1650px) {
  .combine__bg {
    left: 30px;
  }
}

@media (max-width:1550px) {
  .combine__bg {
    -webkit-transform: translateX(var(--position,0));
    -ms-transform: translateX(var(--position,0));
    transform: translateX(var(--position,0));
  }
}

@media (max-width:1400px) {
  .combine__bg {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width:1220px) {
  .combine__bg {
    display: none;
  }
}

.combine__content {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 90px;
}

.combine__content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 320px;
  height: 2px;
  background: #fff376;
}

.combine__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 18px;
}

.combine__header h3 {
  text-align: center;
  font-size: 35px;
  line-height: 45.5px;
  font-weight: 500;
  color: #090909;
}

@media (max-width:640px) {
  .combine__content:before {
    content: none;
  }

  .combine__header-img {
    display: none;
  }
}

.combine__title {
  text-align: center;
  font-size: 60px;
  line-height: 78px;
  font-weight: 700;
  text-transform: uppercase;
  color: #090909;
  margin-bottom: 20px;
}

@media (max-width:1260px) {
  .combine__content {
    padding-top: calc(0px + 50 * ((100vw - 320px)/ 940));
    padding-bottom: calc(40px + 50 * ((100vw - 320px)/ 940));
  }

  .combine__header h3 {
    font-size: calc(22px + 13 * ((100vw - 320px)/ 940));
    line-height: calc(30px + 15.5 * ((100vw - 320px)/ 940));
  }

  .combine__title {
    font-size: calc(22px + 38 * ((100vw - 320px)/ 940));
    line-height: calc(30px + 48 * ((100vw - 320px)/ 940));
  }
}

@media (max-width:767px) {
  .combine__title {
    margin-bottom: 32px;
  }
}

.combine__text {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  color: #090909;
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .combine__text {
    margin-bottom: 39px;
  }
}

.what {
  background: #fafafa;
}

@media (max-width:420px) {
  .what {
    background: #fff;
  }
}

.what__content {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0 100px;
}

@media (max-width:1260px) {
  .combine__text {
    font-size: calc(16px + 4 * ((100vw - 320px)/ 940));
    line-height: calc(20px + 6 * ((100vw - 320px)/ 940));
  }

  .what__content {
    padding-top: calc(40px + 20 * ((100vw - 320px)/ 940));
    padding-bottom: calc(80px + 20 * ((100vw - 320px)/ 940));
  }
}

.what__header {
  margin-bottom: 40px;
}

@media (max-width:767px) {
  .what__header {
    margin-bottom: 30px;
  }
}

.what__title {
  text-align: center;
  font-size: 45px;
  line-height: 54px;
  font-weight: 600;
  text-transform: uppercase;
  color: #090909;
}

@media (max-width:1260px) {
  .what__title {
    font-size: calc(22px + 23 * ((100vw - 320px)/ 940));
    line-height: calc(30px + 24 * ((100vw - 320px)/ 940));
  }
}

.what__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 50px;
}

.what__left {
  width: 55%;
}

@media (max-width:767px) {
  .what__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 30px;
  }

  .what__left {
    width: 100%;
  }
}

.what__text {
  font-size: 26px;
  line-height: 33.8px;
  font-weight: 500;
  color: #090909;
}

@media (max-width:1260px) {
  .what__text {
    font-size: calc(16px + 10 * ((100vw - 320px)/ 940));
    line-height: calc(25px + 8.8 * ((100vw - 320px)/ 940));
  }
}

.what__right {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff376;
  padding: 24px 0;
}

@media (max-width:420px) {
  .what__right {
    padding: 24px 10px;
  }
}

.what__bonus {
  text-align: center;
  font-size: 30px;
  line-height: 39px;
  font-weight: 600;
}

@media (max-width:1260px) {
  .what__bonus {
    font-size: calc(22px + 8 * ((100vw - 320px)/ 940));
    line-height: calc(25px + 14 * ((100vw - 320px)/ 940));
  }
}

.who {
  background: #3e3e3e;
}

.who__content {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 50px;
}

.who__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media (max-width:767px) {
  .what__right {
    position: relative;
    width: 100vw;
    left: -10px;
    background: #3e3e3e;
  }

  .what__bonus {
    color: #fff;
  }

  .who {
    background: #fff;
  }

  .who__header {
    margin-bottom: 20px;
  }

  .who__header-img {
    display: none;
  }
}

.who__title {
  text-align: center;
  font-size: 45px;
  line-height: 54px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  padding-top: 47px;
}

@media (max-width:1260px) {
  .who__title {
    font-size: calc(22px + 23 * ((100vw - 320px)/ 940));
    line-height: calc(30px + 24 * ((100vw - 320px)/ 940));
    padding-top: calc(0px + 47 * ((100vw - 320px)/ 940));
  }
}

@media (max-width:767px) {
  .who__title {
    margin-bottom: 20px;
    color: #090909;
  }
}

.who__subtitle {
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  color: #fff;
}

@media (max-width:1260px) {
  .who__subtitle {
    font-size: calc(18px + 12 * ((100vw - 320px)/ 940));
    line-height: calc(30px + 15 * ((100vw - 320px)/ 940));
  }
}

.who__body {
  margin-bottom: 30px;
}

.who__body > li > span:before {
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 39px;
  color: #fff;
}

.who__item {
  height: 120px;
  padding: 10px 30px 22px;
}

@media (max-width:767px) {
  .who__subtitle {
    color: #090909;
  }

  .who__body {
    margin-bottom: 0;
  }

  .who__body > li {
    padding: 0;
  }

  .who__body > li > span {
    display: none;
  }

  .who__item {
    height: 110px;
    padding: 10px;
  }

  .who__rules {
    display: none;
  }
}

.who__item-title {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  margin-bottom: 5px;
}

@media (max-width:1260px) {
  .who__item-title {
    font-size: calc(18px + 2 * ((100vw - 320px)/ 940));
    line-height: calc(25px + 5 * ((100vw - 320px)/ 940));
  }
}

.who__item-text {
  text-align: center;
  font-size: 16px!important;
  line-height: 20.8px!important;
}

@media (max-width:420px) {
  .who__item-text {
    font-size: 14px!important;
  }
}

.who__rules {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-decoration-line: underline;
  color: #fff376;
}

@media (any-hover:hover) {
  .button-next:hover svg,
  .button-prev:hover svg {
    -webkit-filter: drop-shadow(0 0 10px #8b8fff);
    filter: drop-shadow(0 0 10px #8b8fff);
    overflow: visible;
  }

  .form__input[type=tel]:hover + .form__label,
  .form__input[type=tel]:hover ~ .form__label {
    top: 0;
    font-size: 10px;
  }

  .who__rules:hover {
    text-decoration-line: none;
  }
}

.step__content {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 0 45px;
}

.step__header {
  margin-bottom: 40px;
}

.step__title {
  text-align: center;
  font-size: 45px;
  line-height: 54px;
  font-weight: 600;
  text-transform: uppercase;
  color: #090909;
}

@media (max-width:1260px) {
  .step__content {
    padding-top: calc(30px + 70 * ((100vw - 320px)/ 940));
    padding-bottom: calc(40px + 5 * ((100vw - 320px)/ 940));
  }

  .step__title {
    font-size: calc(22px + 23 * ((100vw - 320px)/ 940));
    line-height: calc(30px + 24 * ((100vw - 320px)/ 940));
  }
}

.step__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  counter-reset: step;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

@media (max-width:768px) {
  .what__body {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .step__body {
    gap: 10px;
  }
}

@media (max-width:767px) {
  .step__header {
    margin-bottom: 30px;
  }

  .step__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

.step__item {
  width: calc(100% - 30px);
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff376;
  padding: 20px 20px 50px;
}

.step__item span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: translateZ(50px);
  transform: translateZ(50px);
}

.step__item span:before {
  position: absolute;
  counter-increment: step;
  content: "0" counter(step);
  font-size: 45px;
  font-weight: 600;
  line-height: 54px;
  text-transform: uppercase;
}

@media (max-width:768px) {
  .step__item {
    height: 200px;
    padding: 15px 10px;
  }
}

.step__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  -webkit-transform: translateZ(50px);
  transform: translateZ(50px);
}

@media (max-width:1260px) {
  .step__text {
    font-size: calc(12px + 8 * ((100vw - 320px)/ 940));
    line-height: calc(20px + 4 * ((100vw - 320px)/ 940));
  }
}

@media (max-width:420px) {
  .step__text {
    font-size: 20px;
  }
}

.verticals__content {
  padding: 45px 0 50px;
}

.verticals__header {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 79px;
}

.verticals__title {
  text-align: center;
  font-size: 45px;
  line-height: 54px;
  font-weight: 600;
  text-transform: uppercase;
  color: #090909;
  margin-bottom: 30px;
}

@media (max-width:1260px) {
  .verticals__content {
    padding-top: calc(40px + 5 * ((100vw - 320px)/ 940));
    padding-bottom: calc(40px + 10 * ((100vw - 320px)/ 940));
  }

  .verticals__title {
    font-size: calc(22px + 23 * ((100vw - 320px)/ 940));
    line-height: calc(30px + 24 * ((100vw - 320px)/ 940));
  }
}

.verticals__subtitle {
  text-align: center;
  font-size: 30px;
  line-height: 45px;
}

.verticals__body {
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.verticals__block-one {
  width: 100%;
}

.verticals__block-one .verticals__list .verticals__item {
  background: #3e3e3e;
}

.verticals__block-two {
  width: 100%;
}

.verticals__block-two .verticals__list .verticals__item {
  background: #fff376;
}

.verticals__block-two .verticals__list .verticals__item span {
  color: #090909;
}

.verticals__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.verticals__list li {
  width: calc(100% - 30px);
  height: 110px;
}

@media (max-width:768px) {
  .verticals__list {
    gap: 10px;
  }
}

@media (max-width:767px) {
  .step__item {
    width: 100%;
    height: 220px;
  }

  .verticals__header {
    margin-bottom: 30px;
  }

  .verticals__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .points .form__btn,
  .points .intro__btn {
    width: auto;
  }
}

.verticals__item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}

.verticals__item span {
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  color: #fff;
  -webkit-transform: skewX(15deg) translateZ(50px);
  transform: skewX(15deg) translateZ(50px);
}

.form__btn .points .intro__btn span,
.points .form__btn a,
.points .form__btn span,
.points .intro__btn a {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media (min-width:767px) {
  .form__btn .points .intro__btn span br,
  .points .form__btn a br,
  .points .form__btn span br,
  .points .intro__btn a br {
    display: none;
  }
}

.points__content {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
}

@media (max-width:1260px) {
  .verticals__subtitle {
    font-size: calc(18px + 12 * ((100vw - 320px)/ 940));
    line-height: calc(30px + 15 * ((100vw - 320px)/ 940));
  }

  .verticals__item span {
    font-size: calc(18px + 12 * ((100vw - 320px)/ 940));
    line-height: calc(30px + 15 * ((100vw - 320px)/ 940));
  }

  .points__content {
    padding-top: calc(40px + 10 * ((100vw - 320px)/ 940));
    padding-bottom: calc(25px + 25 * ((100vw - 320px)/ 940));
  }
}

.points__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 125px;
  margin-bottom: 40px;
}

@media (max-width:767px) {
  .points__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .points__title {
    text-align: center;
  }
}

.points__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.points__title {
  font-size: 45px;
  line-height: 54px;
  font-weight: 600;
  text-transform: uppercase;
  color: #090909;
  margin-bottom: 30px;
}

.points__left-img {
  max-width: 525px;
  height: 393px;
  border-radius: 30px;
  border: 1px solid #000;
  overflow: hidden;
}

.points__left-img img {
  max-width: 100%;
  height: 100%;
}

@media (max-width:380px) {
  .points__left-img {
    height: 260px;
  }
}

.points__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.points__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.points__item {
  width: calc(50% - 1px);
}

.points__item img {
  max-width: 100%;
}

.faq__content {
  padding: 50px 0;
}

@media (max-width:1260px) {
  .points__title {
    font-size: calc(22px + 23 * ((100vw - 320px)/ 940));
    line-height: calc(30px + 24 * ((100vw - 320px)/ 940));
  }

  .faq__content {
    padding-top: calc(25px + 25 * ((100vw - 320px)/ 940));
  }
}

.faq__title {
  font-size: 45px;
  line-height: 54px;
  font-weight: 600;
  text-transform: uppercase;
  color: #090909;
  margin-bottom: 40px;
}

@media (max-width:1260px) {
  .faq__title {
    font-size: calc(22px + 23 * ((100vw - 320px)/ 940));
    line-height: calc(30px + 24 * ((100vw - 320px)/ 940));
  }
}

@media (max-width:767px) {
  .faq__title {
    display: none;
  }
}

.faq__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}

.item {
  position: relative;
  background: #3e3e3e;
  padding: 22px 40px 22px 30px;
}

.item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.item__header._active .item__icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.item__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width:1260px) {
  .item__title {
    font-size: calc(20px + 10 * ((100vw - 320px)/ 940));
    line-height: calc(30px + 6 * ((100vw - 320px)/ 940));
  }
}

.item__icon {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

@media (max-width:768px) {
  .points__body {
    gap: 20px;
  }

  .faq__title {
    margin-bottom: 30px;
  }

  .faq__body {
    row-gap: 20px;
  }

  .item__icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width:420px) {
  .item {
    padding: 40px 40px 40px 10px;
  }

  .item__icon {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .contact__title_left {
    text-align: center;
  }
}

.item__body {
  padding: 26px 0 0;
}

.item__text {
  font-size: 18px;
  line-height: 21.6px;
  color: #fff;
}

.contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear,left bottom,left top,from(#3e3e3e),to(#3e3e3e)),#3e3e3e;
  background: -o-linear-gradient(bottom,#3e3e3e 0,#3e3e3e 100%),#3e3e3e;
  background: linear-gradient(0deg,#3e3e3e 0,#3e3e3e 100%),#3e3e3e;
  margin: 25px 0 100px;
}

.contact__left {
  width: 55%;
  padding: 40px 30px 20px 40px;
}

@media (max-width:767px) {
  .contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact__left {
    width: 100%;
    padding: 30px 10px 20px;
  }
}

.contact__title {
  font-size: 45px;
  line-height: 54px;
  font-weight: 600;
}

@media (max-width:1260px) {
  .contact__content {
    margin-bottom: calc(60px + 40 * ((100vw - 320px)/ 940));
  }

  .contact__title {
    font-size: calc(22px + 23 * ((100vw - 320px)/ 940));
    line-height: calc(30px + 24 * ((100vw - 320px)/ 940));
  }
}

.contact__title_left {
  color: #fff;
  margin-bottom: 20px;
}

.contact__title_right {
  margin-bottom: 42px;
}

@media (max-width:420px) {
  .contact__title_right {
    text-align: center;
    margin-bottom: 30px;
  }
}

.contact__subtitle {
  font-size: 18px;
  line-height: 21.6px;
  color: #fff;
  margin-bottom: 42px;
}

.contact__form {
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
}

.contact__form-item {
  position: relative;
  width: 100%;
}

.contact__form-item div.error {
  font: 12px Graphik,sans-serif;
  position: absolute;
  left: 0;
  bottom: -20px;
  color: #af6144!important;
  padding: 0 5px;
  z-index: 1;
}

.contact__form-input {
  width: 100%;
  font-size: 24px;
  line-height: 28.8px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.contact__form-input:focus {
  border-color: #86b7fe;
  outline: 0;
}

.contact__form-input.error {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background: url("data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 12 12' width= '12' height= '12' fill= 'none' stroke= '%23dc3545' %3e%3ccircle cx= '6' cy= '6' r= '4.5' /%3e%3cpath stroke-linejoin= 'round' d= 'M5.8 3.6h.4L6 6.5z' /%3e%3ccircle cx= '6' cy= '8.2' r= '.6' fill= '%23dc3545' stroke= 'none' /%3e%3c/svg%3e") right calc(.375em + .1875rem) center/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat,#3e3e3e;
}

.contact__form-input.error:focus {
  border-color: #dc3545;
}

.contact__form-input.success {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background: url("data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 8 8' %3e%3cpath fill= '%23198754' d= 'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z' /%3e%3c/svg%3e") right calc(.375em + .1875rem) center/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat,#3e3e3e;
}

.contact__form-input.success:focus {
  border-color: #198754;
}

.contact__form-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 28.8px;
  color: #fff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.contact__form-textarea {
  width: 100%;
  resize: vertical;
  border-bottom: 1px solid #fff;
}

.contact__form-textarea:focus {
  border-color: #86b7fe;
  outline: 0;
}

.contact__right {
  width: 45%;
  background: #fff376;
  padding: 40px 20px 20px 30px;
}

@media (max-width:768px) {
  .contact__right {
    padding: 40px 15px;
  }
}

.contact__address,
.contact__mail {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

@media (max-width:1260px) {
  .contact__address,
  .contact__mail {
    font-size: calc(18px + 12 * ((100vw - 320px)/ 940));
    line-height: calc(30px + 6 * ((100vw - 320px)/ 940));
  }
}

@media (max-width:420px) {
  .contact__subtitle {
    text-align: center;
    margin-bottom: 48px;
  }

  .contact__right {
    width: 100%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 10px 50px;
  }

  .contact__address,
  .contact__mail {
    text-align: center;
  }
}

.contact__address {
  margin-bottom: 30px;
}

@media (max-width:420px) {
  .contact__address {
    margin-bottom: 20px;
  }
}

.contact__form-input:focus + .contact__form-label,
.contact__form-input:valid ~ .contact__form-label,
.contact__form-textarea:focus + .contact__form-label,
.contact__form-textarea:focus ~ .contact__form-label {
  -webkit-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
}

.line {
  width: 100%;
  height: 1px;
  background: #3e3e3e;
}

/*# sourceMappingURL=maps/index.css.map */
/*# sourceMappingURL=index.css.map */

/* Stellarlay code */
.wrapper{
  min-height: 100vh;
  height: auto;
  justify-content: space-between;
}

main,
article{
  margin: 40px 0;
}

.custom-h1{
  opacity: .85;
  margin: 20px 0;
}

.blog__items{
  display: grid;
  grid-template-columns: repeat(auto-fill, 32%);
  grid-gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog__item{
  min-height: 550px;
  height: auto;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  border-radius: 8px;
  margin-bottom: 8px;
}

.blog__item-img{
  width: 100%;
  height: 250px;
}

.blog__item-img img{
  width: 100%;
  height: 250px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.blog__item-content{
  padding: 25px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog__item-content-top{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog__item-title{
  display: block;
  min-height: 30px;
  max-height: 60px;
  font-weight: bold;
  font-size: 18px;
  opacity: .85;
  transition: .1s linear;
  margin-bottom: 14px;
}

.blog__item-title:hover{
  color: #28668c;
}

.blog__item-description{
  opacity: .9;
}

.blog__date{
  margin-top: 30px;
  opacity: .95;
}

.blog__term-title{
  display: block;
  border-bottom: 2px solid #FFF376;
  margin: 0 0 20px;
  padding: 5px 15px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
}

/* single blog styles */
article.post{
  min-height: 100vh;
  height: auto;
}

.single-blog__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 30px;
}

.single-blog__top-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

article .custom-h1,
article .blog__term-title,
article .blog__date{
  margin: 0;
}

article .blog__term-title{
  width: 100px;
  text-align: center;
  display: block;
  border-bottom: 2px solid #FFF376;
  margin: 0 0 20px;
  padding: 5px 15px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
}

article .blog__item-description{
  font-size: 20px;
}

.blog-single__img{
  margin-bottom: 20px;
}

.blog-single__img,
.blog-single__img img{
  max-width: 400px;
  max-height: 300px;
  width: auto;
  height: auto;
  border-radius: 10px;
}

.back-btn{
  background-color: #FFF376;
  border: none;
  border-radius: 10px;
  width: 140px;
  padding: 16px 0;
  text-align: center;
  color: #000;
  margin-top: 50px;
  transition: .1s linear;
}

.back-btn:hover{
  background-color: #efe04e;
}

@media(max-width: 768px){
  .blog__items{
    grid-template-columns: repeat(auto-fill, 48%);
  }

  .single-blog__top{
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0 30px;
  }

  article .blog__date{
    margin-top: 15px;
  }
}

@media(max-width: 576px){
  .blog__items{
    grid-template-columns: repeat(auto-fill, 100%);
  }

  .single-blog__top{
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0 30px;
  }

  article .blog__date{
    margin-top: 15px;
  }

  .custom-h1{
    font-size: 1rem;
  }
}

.products-box.type-slab .products-list .product {
  border-radius: 6px;
  border-top: none;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  box-sizing: border-box;
  display: inline-block;
  margin: 12px;
  padding: 0;
  width: 170px;
}

.products-list .meta-content-box *,
.products-list .meta-content-box{
  width: 100%;
  word-wrap: break-word;
}

.products-list .meta-content-box{
  margin-bottom: 15px;
}

.products-box.type-slab .product .product-content .cart-button{
  margin-top: 10px;
}

.products-box.type-slab .product .product-content .cart-button .rcl-bttn__text{
  color: rgba(0, 0, 0, 0.9);
}

.products-list .product-content{
  padding: 10px;
}

/* Партнерские программы single */
.affiliate_container{
  min-height: 100vh;
  height: auto;
}

.affiliate_main{
  width: 100%;
  justify-content: space-between;
}

.affiliate_sidebar{
  width: 25%;
  margin-right: 0;
}

.affiliate_content{
  width: 70%;
}

.affiliate_info{
  display: none;
  flex-direction: column;
  align-items: flex-start;
}

.tags_list{
  flex-direction: column;
  align-items: flex-start;
}

.trafic{
  flex-direction: column;
}

.trafic_title-container{
  margin-bottom: 15px;
}

@media(max-width: 1024px){
  .affiliate_main{
    flex-direction: column;
    padding: 0 15px;
  }

  .affiliate_content{
    width: 100%;
  }

  .affiliate_sidebar {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0;
  }

  .affiliate_tabs{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .affiliate_tabs button{
    width: 100%;
    text-align: left;
    height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .sidebar_sub{
    min-width: 50%;
    margin-bottom: 20px;
    padding: 10px 15px;
  }

  .trafic{
    width: 100%;
  }

  .trafic_list{
    flex-direction: row;
    flex-wrap: wrap;
  }

  .trafic_elem{
    max-width: 50%;
    flex: 50%;
    margin: 10px 0;
  }

  .affiliate_title{
    font-size: 1.2rem;
  }
}

@media(max-width: 576px){
  .affiliate_main{
    flex-direction: column;
    padding: 0 15px;
  }

  .affiliate_content{
    width: 100%;
  }

  .affiliate_sidebar {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0;
  }

  .affiliate_tabs{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .affiliate_tabs button{
    width: 100%;
    text-align: left;
    height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .sidebar_sub{
    min-width: 50%;
    margin-bottom: 20px;
    padding: 10px 15px;
  }

  .trafic{
    width: 100%;
  }

  .trafic_list{
    flex-direction: row;
    flex-wrap: wrap;
  }

  .trafic_elem{
    max-width: 50%;
    flex: 50%;
    margin: 10px 0;
  }

  .affiliate_title{
    font-size: 1.2rem;
  }
}

.blog-rating{
  height: 60px;
}

.rating-value{
  padding-top: 2px;
  margin-right: 5px;
}

.blog-rating__block{
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.blog-rating__block *{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
}

.blog-rating__block svg{
  width: 15px;
}

.blog-rating__block svg path{
  fill: #ecde59;
}

.blog-rating__value{
  opacity: .6;
}

.advertising{
  margin-top: 25px;
}