.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/*screen sizes*/
/*container sizes*/
@font-face {
  font-family: "Helvetica";
  src: url("/fonts/HelveticaRegular/HelveticaRegular.eot");
  src: url("/fonts/HelveticaRegular/HelveticaRegular.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaRegular/HelveticaRegular.woff") format("woff"), url("/fonts/HelveticaRegular/HelveticaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica";
  src: url("/fonts/HelveticaMedium/HelveticaMedium.eot");
  src: url("/fonts/HelveticaMedium/HelveticaMedium.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaMedium/HelveticaMedium.woff") format("woff"), url("/fonts/HelveticaMedium/HelveticaMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica";
  src: url("/fonts/HelveticaBold/HelveticaBold.eot");
  src: url("/fonts/HelveticaBold/HelveticaBold.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaBold/HelveticaBold.woff") format("woff"), url("/fonts/HelveticaBold/HelveticaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "HelveticaHeavy";
  src: url("../fonts/HelveticaHeavy/HelveticaHeavy.eot");
  src: url("../fonts/HelveticaHeavy/HelveticaHeavy.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaHeavy/HelveticaHeavy.woff") format("woff"), url("../fonts/HelveticaHeavy/HelveticaHeavy.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Helvetica", sans-serif;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-width: 360px;
  height: 100vh;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857143;
}
@media (min-width: 992px) {
  body {
    background: #F8FAFB;
  }
}

main {
  padding: 50px 0 40px;
}
@media (min-width: 768px) {
  main {
    padding-top: 90px;
  }
}

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

#microservice__portals__root {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 930px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

.hidden {
  display: none !important;
}
@media (max-width: 649px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 650px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}

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

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

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.button:active {
  outline: none;
}

.auth-button {
  background: #28447b;
  border: 1px solid rgba(248, 250, 251, 0.5);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .auth-button {
    border-radius: 10px 10px 10px 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    border: none;
  }
}
.auth-button:hover {
  background: #3459a2;
}
.auth-button:active {
  background: #1b2f55;
}

.order-button {
  background: rgba(255, 193, 5, 0.1);
  border: 1px solid #FFC107;
  border-radius: 10px 0px 10px 10px;
  color: #FFC107;
  transition: background 0.2s ease, border 0.2s ease, color 0.2s ease;
}
.order-button:hover {
  color: #2F4E8D;
  background: #ffcd38;
}
.order-button:active {
  color: #2F4E8D;
  background: #d19d00;
}

.yellow-button {
  background: #FFC107;
  color: #000;
  border-radius: 10px 0px 10px 10px;
}
.yellow-button:hover {
  background: #FFD452;
}
.yellow-button:active {
  background: #d19d00;
}

.blue-button {
  color: #F8FAFB;
  background: #2d4c8b;
  border: none;
  border-radius: 10px 0px 10px 10px;
  padding: 10px 20px;
}
.blue-button:hover {
  background: #3961b1;
}
.blue-button:active {
  background: #203764;
}

.title {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #262626;
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  .title {
    font-size: 42px;
    line-height: 50px;
  }
}

.subtitle {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .subtitle {
    font-size: 22px;
    line-height: 34px;
  }
}

.static-stars__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.static-stars {
  display: flex;
  justify-content: center;
  line-height: 1;
}

.custom-stars__wrapper {
  position: relative;
}
.custom-stars__wrapper .custom-stars-group {
  display: flex;
  align-items: center;
  z-index: 1;
}
.custom-stars__wrapper .custom-stars-rated {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.custom-stars__wrapper svg {
  flex-shrink: 0;
}

.custom-stars-group svg {
  width: 18px;
  height: 18px;
}

.custom-stars-empty svg {
  fill: #9B9B9B;
}

.custom-stars-rated svg {
  fill: #E98D20;
}

.header {
  z-index: 20;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  position: fixed;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .header {
    height: 80px;
    background: transparent;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .header.sticky-navbar {
    height: 75px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  }
  .header.sticky-navbar .header__wrapper {
    height: 75px;
  }
}
.header.sticky-navbar .order-button {
  background: #FFC107;
  color: #2F4E8D;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .header__wrapper {
    height: 80px;
  }
}
.header__logo__link {
  display: flex;
}
.header__logo__img {
  width: 100px;
  height: 16px;
}
@media (min-width: 768px) {
  .header__logo__img {
    width: 180px;
    height: 31px;
  }
}
@media (min-width: 992px) {
  .header__logo__img {
    width: 211px;
    height: 36px;
  }
}
.header__controls__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__controls__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__controls__list-item {
  padding-right: 15px;
  transition: padding 0.2s ease-in-out;
}
@media (max-width: 400px) {
  .header__controls__list-item {
    padding-right: 11px;
  }
}
@media (min-width: 768px) {
  .header__controls__list-item {
    padding: 0 25px;
  }
}
.header__controls__list-item:first-of-type {
  padding-left: 15px;
}
@media (max-width: 400px) {
  .header__controls__list-item:first-of-type {
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .header__controls__list-item:first-of-type {
    padding-right: 0;
  }
}
.header__controls__list-item__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #28447B;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header__controls__list-item__link {
    font-size: 18px;
    line-height: 21px;
    color: #000000;
  }
}
.header__controls__button__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__controls__button__auth {
  height: 27px;
  color: #FFFFFF;
  padding: 6px 14px;
}
@media (min-width: 768px) {
  .header__controls__button__auth {
    height: 50px;
    padding: 12px 13px;
    color: #F8FAFB;
  }
}
.header__controls__button__order {
  padding: 12px 25px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .header__controls__button__order {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .header__controls__button__order {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .header .auth-button--signup.hidden ~ .header__controls__button__order {
    padding: 12px 20px;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .header .auth-button--signup.hidden ~ .header__controls__button__order {
    padding: 13px 15px;
  }
}
@media (max-width: 400px) {
  .header .auth-button--dashboard {
    padding: 6px 10px;
  }
}
@media (min-width: 768px) {
  .header .auth-button--dashboard {
    padding: 12px 10px;
  }
}

.footer {
  color: #F8FAFB;
  font-weight: 400;
  font-size: 16px;
  background-image: url("/img/footer/bg-mob.svg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 35px 0 26px;
}
@media (min-width: 768px) {
  .footer {
    background-image: url("/img/footer/bg-tablet.svg");
    background-position: center;
    padding: 50px 0 56px;
  }
}
@media (min-width: 992px) {
  .footer {
    background-image: url("/img/footer/bg-desc.svg");
    padding: 56px 0 74px;
  }
}
.footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .footer__top {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__top {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .footer__top {
    margin-bottom: 35px;
  }
}
.footer__logo__wrapper {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .footer__logo__wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .footer__logo__wrapper {
    order: 1;
  }
}
.footer__logo__link {
  display: flex;
}
.footer__logo__img {
  width: 150px;
  height: 26px;
}
@media (min-width: 768px) {
  .footer__logo__img {
    width: 180px;
    height: 31px;
  }
}
@media (min-width: 992px) {
  .footer__logo__img {
    width: 235px;
    height: 40px;
  }
}
.footer__contact {
  display: flex;
}
@media (max-width: 991px) {
  .footer__contact {
    order: 3;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .footer__contact {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .footer__contact {
    flex-direction: row;
  }
}
.footer__contact-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer__contact-wrapper {
    margin: 5px 10px;
  }
}
@media (min-width: 1200px) {
  .footer__contact-wrapper {
    margin: 0 18px;
  }
}
.footer__contact-wrapper::before {
  top: 0;
  left: 0;
  margin-right: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer__contact-wrapper--email {
    margin-bottom: 10px;
  }
}
.footer__contact-wrapper--email::before {
  content: url("/img/footer/email.svg");
  width: 20px;
  height: 18px;
}
.footer__contact-wrapper--phone::before {
  content: url("/img/footer/phone.svg");
  width: 19px;
  height: 19px;
}
.footer__contact-link {
  color: #F8FAFB;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (min-width: 768px) {
  .footer__contact-link {
    font-size: 18px;
  }
}
.footer__contact-link:hover {
  color: rgba(248, 250, 251, 0.9);
}
.footer__navbar__wrapper {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .footer__navbar__wrapper {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .footer__navbar__wrapper {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__navbar__wrapper {
    margin: 2px -15px 15px;
  }
}
@media (min-width: 1200px) {
  .footer__navbar__wrapper {
    margin: 0 -18px;
  }
}
.footer__navbar__list {
  display: flex;
  justify-content: center;
}
.footer__navbar__list-item {
  padding: 5px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__navbar__list-item {
    padding: 5px 22px;
  }
}
@media (min-width: 1200px) {
  .footer__navbar__list-item {
    padding: 5px 18px;
  }
}
.footer__navbar__list-item__link {
  line-height: 19px;
  color: #F8FAFB;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (min-width: 768px) {
  .footer__navbar__list-item__link {
    font-size: 18px;
    line-height: 21px;
  }
}
.footer__navbar__list-item__link:hover {
  color: rgba(248, 250, 251, 0.9);
}
.footer__navbar__legal-list-item {
  line-height: 19px;
  color: #F8FAFB;
  cursor: pointer;
  transition: color 0.2s ease;
}
@media (min-width: 768px) {
  .footer__navbar__legal-list-item {
    font-size: 18px;
    line-height: 21px;
  }
}
.footer__navbar__legal-list-item:hover {
  color: rgba(248, 250, 251, 0.9);
}
.footer__disclaimer {
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .footer__disclaimer {
    margin-bottom: 39px;
  }
}
@media (min-width: 992px) {
  .footer__disclaimer {
    margin-bottom: 50px;
  }
}
.footer__disclaimer-text {
  line-height: 24px;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .footer__disclaimer-text {
    text-align: left;
  }
}
.footer__accepts {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .footer__accepts {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__accepts__list {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer__accepts__list-wrapper {
    margin-bottom: 11px;
    order: 1;
  }
}
@media (min-width: 768px) {
  .footer__accepts__list-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 -6px;
  }
}
.footer__accepts__list-item {
  width: 45px;
  height: 28px;
  margin: 6px 7px;
}
@media (min-width: 768px) {
  .footer__accepts__list-item {
    width: 37px;
    height: 23px;
    margin: 0 6px;
  }
}
@media (min-width: 992px) {
  .footer__accepts__list-item {
    width: 48px;
    height: 30px;
    margin: 0 8px;
  }
}
.footer__accepts__img {
  width: 100%;
  height: 100%;
}
.footer__copy {
  line-height: 24px;
  margin: 0;
}
@media (max-width: 767px) {
  .footer__copy {
    order: 2;
  }
}
.footer__copy br {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer__copy br {
    display: block;
  }
}

.legal-menu-item__wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: relative;
  cursor: pointer;
  padding: 5px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .legal-menu-item__wrapper {
    padding: 5px 22px;
  }
}
@media (min-width: 1200px) {
  .legal-menu-item__wrapper {
    padding: 5px 18px;
  }
}
.legal-menu-item__wrapper .toggle-icon {
  vertical-align: middle;
  display: inline-block;
  border-bottom: 5px solid;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  transition: transform 0.2s ease;
}
.legal-menu-item__wrapper:hover .legal-menu-item__list__wrapper {
  display: block;
}
.legal-menu-item__wrapper:hover .toggle-icon {
  transform: rotate(180deg);
}
.legal-menu-item__list__wrapper {
  display: none;
  position: absolute;
  top: auto;
  bottom: 100%;
  right: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0 20px;
  z-index: 999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.legal-menu-item__list-item:first-of-type .legal-menu-item__list-item__link {
  border-radius: 20px 20px 0 0;
  padding-top: 9px;
}
.legal-menu-item__list-item:last-of-type .legal-menu-item__list-item__link {
  border-radius: 0 0 0 20px;
  padding-bottom: 9px;
}
.legal-menu-item__list-item__link {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  display: block;
  color: #000;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 4px 15px;
}
.legal-menu-item__list-item__link:hover {
  background: #f5f5f5;
}

.banner {
  background: url("/img/home/banner/bg-mob.svg") bottom/cover no-repeat;
  padding: 90px 0 62px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .banner {
    background: url("/img/home/banner/bg-tablet.svg") center/cover no-repeat;
    padding: 97px 0 0;
  }
}
@media (min-width: 992px) {
  .banner {
    background: url("/img/home/banner/bg-md.svg") center/cover no-repeat;
    padding-top: 112px;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .banner {
    background: none;
  }
}
@media (min-width: 992px) {
  .banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("/img/home/banner/before-bg.svg") no-repeat;
    width: 48%;
    height: 100%;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .banner::before {
    background: url("/img/home/banner/bg-desc.svg") center/contain no-repeat;
    right: 50%;
    transform: translate(50%);
    height: 100%;
    width: 1920px;
    min-width: 1920px;
    max-width: 1920px;
  }
}
@media (min-width: 768px) {
  .banner__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
  }
}
.banner__left-side {
  color: #F8FAFB;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .banner__left-side {
    max-width: 330px;
    margin-right: 30px;
    align-items: flex-start;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .banner__left-side {
    max-width: 465px;
  }
}
@media (min-width: 1200px) {
  .banner__left-side {
    max-width: 600px;
    margin-right: auto;
  }
}
.banner__functional-side {
  width: 100%;
  max-width: 330px;
}
@media (min-width: 768px) {
  .banner__functional-side {
    height: 524.09px;
  }
}
@media (min-width: 992px) {
  .banner__functional-side {
    min-width: 330px;
    max-width: 443px;
    height: 570.09px;
  }
}
@media (min-width: 1200px) {
  .banner__functional-side {
    height: 588.09px;
  }
}
.banner__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 6px;
}
@media (min-width: 768px) {
  .banner__title {
    color: #262626;
    font-size: 32px;
    line-height: 35px;
    margin: 0 0 10px;
  }
}
@media (min-width: 992px) {
  .banner__title {
    font-size: 42px;
    line-height: 50px;
    margin: 0 0 20px;
  }
}
.banner__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .banner__text {
    color: #000000;
    font-size: 20px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  .banner__text {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .banner__social-rating {
    order: 3;
  }
}
@media (min-width: 992px) {
  .banner__social-rating {
    display: flex;
    align-items: center;
  }
}
.banner__social-rating__wrapper {
  display: flex;
  align-items: flex-end;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .banner__social-rating__wrapper {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .banner__social-rating__box {
    padding: 20px 0;
  }
}
.banner__social-rating__box:first-of-type {
  border-right: 1px solid #F8FAFB;
  padding-right: 23px;
}
@media (min-width: 768px) {
  .banner__social-rating__box:first-of-type {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .banner__social-rating__box:first-of-type {
    padding-right: 30px;
  }
}
.banner__social-rating__box:last-of-type {
  padding-left: 23px;
}
@media (min-width: 768px) {
  .banner__social-rating__box:last-of-type {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .banner__social-rating__box:last-of-type {
    padding-left: 30px;
  }
}
.banner__social-rating__box-logo {
  display: flex;
}
.banner__social-rating__box-logo.scamfighter {
  width: 116px;
  height: 21px;
}
@media (min-width: 768px) {
  .banner__social-rating__box-logo.scamfighter {
    width: 145px;
    height: 22px;
  }
}
.banner__social-rating__box-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__social-rating-element {
  display: flex;
}
.banner__social-rating-element__number {
  font-weight: 900;
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .banner__social-rating-element__number {
    color: #3C3C3C;
    font-size: 20px;
    line-height: 30px;
  }
}
.banner__social-rating-element__stars__wrapper {
  display: flex;
  align-items: center;
}
.banner__social-rating__star {
  height: 18px;
  width: 18px;
}
@media (min-width: 768px) {
  .banner__social-rating__star {
    height: 22px;
    width: 22px;
  }
}
.banner__yellow-button {
  width: 330px;
  padding: 13px;
}
@media (max-width: 767px) {
  .banner__yellow-button {
    order: 2;
    margin-bottom: 23px;
  }
}

.guaranteed {
  padding: 65px 0 16px;
}
@media (min-width: 992px) {
  .guaranteed {
    background: url("/img/home/guaranteed/bg.svg") center/cover no-repeat;
    padding: 395px 0 175px;
    margin: -231px 0 -140px;
  }
}
.guaranteed__title {
  margin-bottom: 10px;
}
.guaranteed__text {
  max-width: 800px;
}
.guaranteed__wrapper {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .guaranteed__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .guaranteed__wrapper {
    margin-top: 45px;
  }
}
.guaranteed__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 15px 15px 18px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .guaranteed__card {
    justify-content: flex-start;
    width: 48.5%;
    padding: 25px 15px;
    margin-bottom: 25px;
  }
  .guaranteed__card:nth-of-type(5), .guaranteed__card:nth-of-type(6) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .guaranteed__card {
    flex-direction: row;
    padding: 42px 20px 43px 40px;
    margin-bottom: 35px;
  }
  .guaranteed__card:nth-of-type(1) {
    padding-right: 28px;
  }
  .guaranteed__card:nth-of-type(2) {
    padding-right: 25px;
    padding-left: 30px;
  }
  .guaranteed__card:nth-of-type(3) {
    padding-right: 38px;
  }
  .guaranteed__card:nth-of-type(6) {
    padding-right: 11px;
  }
}
@media (min-width: 1200px) {
  .guaranteed__card:nth-of-type(5), .guaranteed__card:nth-of-type(6) {
    padding-bottom: 29px;
  }
}
@media (max-width: 767px) {
  .guaranteed__card:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.guaranteed__card::before {
  content: "";
  position: absolute;
  width: 184px;
  height: 184px;
  border-radius: 50%;
  background: rgba(46, 77, 139, 0.15);
  z-index: 1;
}
@media (max-width: 991px) {
  .guaranteed__card::before {
    top: -101px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .guaranteed__card::before {
    top: -51px;
    right: -53px;
  }
}
.guaranteed__card-content {
  text-align: center;
}
@media (max-width: 991px) {
  .guaranteed__card-content {
    order: 2;
  }
}
@media (min-width: 992px) {
  .guaranteed__card-content {
    text-align: left;
    height: 100%;
  }
}
.guaranteed__card-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #28447B;
  margin: 0 0 9px;
}
@media (min-width: 992px) {
  .guaranteed__card-title {
    font-size: 22px;
  }
}
.guaranteed__card-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  opacity: 0.75;
  margin: 0;
}
@media (min-width: 992px) {
  .guaranteed__card-text {
    font-size: 18px;
    line-height: 30px;
  }
}
.guaranteed__card-image {
  z-index: 2;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .guaranteed__card-image {
    margin-left: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .guaranteed__card-image {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .guaranteed__card-image.image-communication {
    width: 105px;
    height: 105px;
  }
}
@media (min-width: 992px) {
  .guaranteed__card-image.image-communication {
    margin-left: 29px;
  }
}
@media (min-width: 992px) {
  .guaranteed__card-image.image-costs {
    width: 72px;
    height: 116px;
  }
}
.guaranteed__card-image.image-plagiarism {
  width: 93px;
  height: 100px;
}
@media (min-width: 992px) {
  .guaranteed__card-image.image-plagiarism {
    width: 115px;
    height: 124px;
    margin-left: 25px;
  }
}
.guaranteed__card-image.image-edits {
  width: 100px;
  height: 100px;
}
@media (min-width: 992px) {
  .guaranteed__card-image.image-edits {
    width: 122px;
    height: 122px;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .guaranteed__card-image.image-edits {
    position: relative;
    top: 14px;
  }
}
.guaranteed__card-image.image-support {
  width: 113px;
  height: 96px;
}
@media (min-width: 992px) {
  .guaranteed__card-image.image-support {
    width: 114px;
    height: 138px;
  }
}
@media (min-width: 992px) {
  .guaranteed__card-image.image-support {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .guaranteed__card-image.image-support {
    position: relative;
    top: -14px;
  }
}

.stats {
  padding: 37px 0 0;
}
@media (min-width: 768px) {
  .stats {
    padding-top: 49px;
  }
}
@media (min-width: 1200px) {
  .stats {
    padding: 155px 0 72px;
    background: url("/img/home/stats/stats-bg.svg") center/cover no-repeat;
  }
}
.stats__title {
  margin-bottom: 10px;
}
.stats__text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .stats__text {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .stats__text {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .stats__wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .stats__wrapper::before {
    content: "";
    top: 0;
    right: 0;
    background: url("/img/home/stats/stats-new.svg") center/contain no-repeat;
    height: 500px;
    margin: 0 20px 50px -135px;
    width: 541px;
  }
}
@media (min-width: 1400px) {
  .stats__wrapper::before {
    height: 549px;
    margin: 0 20px 50px -135px;
    width: 654px;
  }
}
.stats__item__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .stats__item__wrapper {
    width: 100%;
    min-width: 565px;
    max-width: 565px;
  }
}
.stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .stats__item {
    width: 48%;
    padding: 31px 15px 26px;
    margin-bottom: 12px;
  }
  .stats__item:first-of-type {
    border-radius: 20px 20px 0 20px;
  }
  .stats__item:nth-of-type(2) {
    border-radius: 20px 20px 20px 0;
  }
  .stats__item:nth-of-type(3) {
    border-radius: 20px 0 20px 20px;
  }
  .stats__item:last-of-type {
    border-radius: 0 20px 20px 20px;
  }
}
@media (min-width: 768px) {
  .stats__item {
    width: 23.5%;
    padding: 34px 15px 22px;
  }
  .stats__item:nth-of-type(odd) {
    border-radius: 20px 0 20px 20px;
  }
  .stats__item:nth-of-type(even) {
    border-radius: 0 20px 20px 20px;
  }
}
@media (min-width: 1200px) {
  .stats__item {
    align-items: flex-start;
    text-align: left;
    width: 46%;
    height: 243px;
    padding: 34px 35px 0;
    position: relative;
    transition: all 0.2s ease-in-out;
  }
  .stats__item:first-of-type {
    border-radius: 20px 0 20px 20px;
    margin: 16px 0 60px;
  }
  .stats__item:nth-of-type(2) {
    border-radius: 20px 0 20px 20px;
    margin-top: 60px;
  }
  .stats__item:nth-of-type(3) {
    border-radius: 20px 0 20px 20px;
    margin-bottom: 40px;
  }
  .stats__item:last-of-type {
    border-radius: 20px 0 20px 20px;
    margin-top: 40px;
  }
  .stats__item::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    z-index: -1;
    background: rgba(45, 76, 137, 0.15);
    box-shadow: inset 0px 0px 44px 20px rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    transform: rotate(9.26deg);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .stats__item:hover {
    background: #2E4D8B;
    box-shadow: 0px 25px 55px rgba(45, 76, 137, 0.3), inset 0px 0px 74px rgba(255, 255, 255, 0.35);
    border: none;
  }
  .stats__item:hover .stats__icon__wrapper {
    background: rgba(248, 250, 251, 0.25);
  }
  .stats__item:hover .stats__icon__wrapper svg {
    fill: #F4F3FB;
  }
  .stats__item:hover .stats__item-title {
    color: #F8FAFB;
  }
  .stats__item:hover .stats__item-text {
    color: #F7F9FA;
  }
  .stats__item:hover::before {
    opacity: 1;
  }
}
.stats__item-title {
  font-size: 35px;
  line-height: 55px;
  color: #2D4C89;
  margin: 0;
  transition: color 0.2s ease;
}
@media (min-width: 1200px) {
  .stats__item-title {
    font-size: 45px;
  }
}
.stats__item-text {
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  opacity: 0.5;
  margin: 0;
  transition: color 0.2s ease;
}
@media (min-width: 1200px) {
  .stats__item-text {
    font-size: 22px;
    line-height: 34px;
  }
  .stats__item-text br {
    display: none;
  }
}
.stats__icon__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 63px;
  background: rgba(105, 65, 194, 0.1);
  border-radius: 15px;
  margin-bottom: 15px;
  transition: background 0.2s ease;
}
@media (min-width: 1200px) {
  .stats__icon__wrapper {
    margin-bottom: 23px;
  }
}
.stats__icon__wrapper svg {
  fill: #2D4C89;
  flex-shrink: 0;
  transition: fill 0.2s ease;
}

.writers {
  padding: 54px 0 24px;
}
@media (min-width: 768px) {
  .writers {
    padding: 77px 0 85px;
  }
}
@media (min-width: 992px) {
  .writers {
    padding: 60px 0 140px;
  }
}
.writers__title {
  margin-bottom: 10px;
}
.writers__text {
  max-width: 980px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .writers__text {
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .writers__text {
    margin-bottom: 64px;
  }
}
.writers__wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
}
.writers__card {
  position: relative;
  padding-top: 44px;
  width: 100%;
  max-width: 210px;
  margin: 0 10px;
}
@media (min-width: 450px) and (max-width: 649px) {
  .writers__card {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .writers__card {
    padding-top: 49px;
    margin: 0 20px;
    max-width: 300px;
  }
}
.writers__card__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 21px 21px;
  padding-top: 52px;
}
@media (min-width: 992px) {
  .writers__card__inner {
    border-radius: 20px 0 21px 21px;
  }
}
.writers__photo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 88px;
  height: 88px;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  margin: 0 auto;
  transform: translate(-50%);
}
@media (min-width: 992px) {
  .writers__photo {
    width: 98px;
    height: 98px;
  }
}
.writers__photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.writers__name {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  margin: 0 0 5px;
}
.writers__rating {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.writers__rating .custom-stars-group svg {
  width: 22px;
  height: 22px;
}
.writers__specialization {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #787878;
  background: rgba(50, 3, 157, 0.05);
  border-radius: 20px;
  padding: 3px 9px;
  margin: 4px;
}
.writers__specialization__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 190px;
  margin-bottom: 22px;
}
@media (min-width: 992px) {
  .writers__specialization__wrapper {
    max-width: 240px;
  }
}
.writers .writers__social-rating-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.writers .writers__social-rating-link:hover .writers__social-rating__text {
  text-decoration: underline;
}
.writers__social-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: 24px;
}
.writers__social-rating__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.writers__social-rating__wrapper:first-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  padding-right: 5px;
}
@media (min-width: 992px) {
  .writers__social-rating__wrapper:first-of-type {
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .writers__social-rating__wrapper:first-of-type {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .writers__social-rating__wrapper:first-of-type {
    padding-right: 30px;
  }
}
.writers__social-rating__wrapper:last-of-type {
  padding-left: 5px;
}
@media (min-width: 992px) {
  .writers__social-rating__wrapper:last-of-type {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .writers__social-rating__wrapper:last-of-type {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .writers__social-rating__wrapper:last-of-type {
    padding-left: 30px;
  }
}
.writers__social-rating__number {
  font-weight: 700;
  font-size: 26px;
  line-height: 25px;
  color: #292929;
}
.writers__social-rating__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  max-width: 105px;
  text-align: center;
}
@media (min-width: 992px) {
  .writers__social-rating__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.writers__button {
  border-radius: 0 0 20px 20px;
  width: 100%;
  font-size: 17px;
  line-height: 20px;
  box-shadow: inset 0px -4px 0px #E6AC00;
  padding: 14px 10px;
  transition: background 0.1s ease-in-out, box-shadow 0.2s ease-in-out;
}
.writers__button:hover {
  background: #FFD452;
  box-shadow: inset 0px -4px 0px #FFC107;
}
.writers__button:active {
  background: #d19d00;
}
.writers .tns-outer {
  max-width: 230px;
}
@media (min-width: 450px) {
  .writers .tns-outer {
    max-width: 320px;
  }
}
@media (min-width: 650px) {
  .writers .tns-outer {
    max-width: 460px;
  }
}
@media (min-width: 768px) {
  .writers .tns-outer {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .writers .tns-outer {
    max-width: 1020px;
  }
}
.writers .tns-controls button:first-of-type {
  left: -49px;
}
@media (min-width: 768px) {
  .writers .tns-controls button:first-of-type {
    left: -38px;
  }
}
@media (min-width: 1200px) {
  .writers .tns-controls button:first-of-type {
    left: -57px;
  }
}
.writers .tns-controls button:last-of-type {
  right: -69px;
}
@media (min-width: 768px) {
  .writers .tns-controls button:last-of-type {
    right: -58px;
  }
}
@media (min-width: 1200px) {
  .writers .tns-controls button:last-of-type {
    right: -77px;
  }
}

.cta-banner {
  position: relative;
  text-align: center;
  padding: 45px 0 48px;
}
@media (max-width: 767px) {
  .cta-banner {
    overflow: hidden;
    background: #FFC107;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 54px rgba(255, 255, 255, 0.65);
    margin-top: 18px;
    margin-bottom: -39px;
    z-index: 1;
  }
  .cta-banner::before {
    content: "";
    position: absolute;
    width: calc(100% + 67px);
    height: 37px;
    top: -18px;
    left: 50%;
    transform: translate(-50%);
    background: #F8FAFB;
    border-bottom: 1px solid #E5C04D;
    border-radius: 50%;
  }
}
@media (min-width: 768px) {
  .cta-banner {
    background: url("/img/home/cta-bg.svg") center/cover no-repeat;
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .cta-banner {
    padding: 94px 0 87px;
  }
}
.cta-banner__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: #000;
  margin: 0 50px 8px;
}
@media (min-width: 768px) {
  .cta-banner__title {
    font-size: 42px;
    margin-bottom: 14px;
  }
}
.cta-banner__subtitle, .cta-banner__text {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
}
@media (min-width: 768px) {
  .cta-banner__subtitle, .cta-banner__text {
    line-height: 30px;
  }
}
.cta-banner__subtitle {
  font-weight: 700;
}
@media (min-width: 768px) {
  .cta-banner__subtitle {
    font-size: 22px;
  }
}
.cta-banner__text {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cta-banner__text {
    max-width: 780px;
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.cta-banner__button {
  width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cta-banner__button {
    width: 317px;
  }
}

.how-it-works {
  background-image: url("/img/home/how-it-works/bg-mob.svg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 0 63px;
  color: #F8FAFB;
  text-align: center;
}
@media (max-width: 767px) {
  .how-it-works {
    position: relative;
    overflow: hidden;
  }
  .how-it-works::before {
    content: "";
    position: absolute;
    width: calc(100% + 67px);
    height: 37px;
    top: 29px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    z-index: 2;
    border-top: 1px solid #E5BF4B;
    background: linear-gradient(293.4deg, #28457F 24.71%, #305295 50.11%);
  }
}
@media (min-width: 768px) {
  .how-it-works {
    background-image: url("/img/home/how-it-works/bg-tablet.svg");
    padding: 140px 0 96px;
    margin-top: -117px;
  }
}
@media (min-width: 992px) {
  .how-it-works {
    background-image: url("/img/home/how-it-works/bg-desc.svg");
    padding: 76px 0 210px;
    margin-top: -41px;
  }
}
@media (min-width: 1200px) {
  .how-it-works {
    padding-bottom: 196px;
  }
}
@media (min-width: 992px) {
  .how-it-works__wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.how-it-works__title {
  line-height: 35px;
  color: #F8FAFB;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .how-it-works__title {
    line-height: 42px;
  }
}
.how-it-works__text {
  color: #F8FAFB;
  margin: 0 25px 48px;
}
@media (min-width: 1200px) {
  .how-it-works__text {
    margin-bottom: 78px;
  }
}
@media (min-width: 768px) {
  .how-it-works__content {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .how-it-works__content {
    flex-direction: column;
  }
}
.how-it-works__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .how-it-works__item {
    width: 25%;
    margin: 0 6px;
  }
}
@media (min-width: 992px) {
  .how-it-works__item {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 605px;
    margin: 0;
    padding: 15px 39px 10px 17px;
    transition: background 0.3s ease-in-out;
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .how-it-works__item.active {
    background: url("/img/home/how-it-works/item-bg.svg") no-repeat;
  }
  .how-it-works__item.active .how-it-works__item-image path {
    opacity: 1;
  }
}
.how-it-works__item:nth-of-type(1) .how-it-works__item-image {
  width: 53px;
  height: 53px;
}
@media (min-width: 768px) {
  .how-it-works__item:nth-of-type(1) .how-it-works__item-image {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .how-it-works__item:nth-of-type(1) .how-it-works__item-image {
    width: 36px;
    height: 36px;
  }
}
.how-it-works__item:nth-of-type(1) .how-it-works__item-text__wrapper::before {
  top: 34px;
}
.how-it-works__item:nth-of-type(2) .how-it-works__item-image {
  width: 66px;
  height: 43px;
}
@media (min-width: 768px) {
  .how-it-works__item:nth-of-type(2) .how-it-works__item-image {
    width: 50px;
    height: 33px;
  }
}
@media (min-width: 992px) {
  .how-it-works__item:nth-of-type(2) .how-it-works__item-image {
    width: 40px;
    height: 27px;
  }
}
.how-it-works__item:nth-of-type(2) .how-it-works__item-text__wrapper::before {
  top: 30px;
}
.how-it-works__item:nth-of-type(3) .how-it-works__item-image {
  width: 49px;
  height: 49px;
}
@media (min-width: 768px) {
  .how-it-works__item:nth-of-type(3) .how-it-works__item-image {
    width: 37px;
    height: 37px;
  }
}
@media (min-width: 992px) {
  .how-it-works__item:nth-of-type(3) .how-it-works__item-image {
    width: 32px;
    height: 32px;
  }
}
.how-it-works__item:nth-of-type(3) .how-it-works__item-text__wrapper::before {
  top: 32px;
}
.how-it-works__item:nth-of-type(4) {
  margin-bottom: 0;
}
.how-it-works__item:nth-of-type(4) .how-it-works__item-image {
  width: 51px;
  height: 51px;
}
@media (min-width: 768px) {
  .how-it-works__item:nth-of-type(4) .how-it-works__item-image {
    width: 39px;
    height: 39px;
  }
}
@media (min-width: 992px) {
  .how-it-works__item:nth-of-type(4) .how-it-works__item-image {
    width: 31px;
    height: 31px;
  }
}
.how-it-works__item:nth-of-type(4) .how-it-works__item-text {
  margin: 0;
}
@media (min-width: 1200px) {
  .how-it-works__item:nth-of-type(4) .how-it-works__item-text {
    max-width: 350px;
  }
}
.how-it-works__item:nth-of-type(4) .how-it-works__item-text__wrapper::before {
  top: 32px;
  height: 222px;
}
@media (min-width: 1200px) {
  .how-it-works__item:nth-of-type(4) .how-it-works__item-text__wrapper::before {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .how-it-works__item-image path {
    opacity: 0.65;
  }
}
.how-it-works__item-image__wrapper {
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .how-it-works__item-image__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin-bottom: 17px;
  }
}
@media (min-width: 992px) {
  .how-it-works__item-image__wrapper {
    width: 40px;
    height: auto;
    margin-right: 16px;
  }
}
.how-it-works__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 3px;
}
@media (min-width: 768px) {
  .how-it-works__item-title {
    line-height: 25px;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .how-it-works__item-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.how-it-works__item-title br {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .how-it-works__item-title br {
    display: block;
  }
}
.how-it-works__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .how-it-works__item-text {
    font-size: 14px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .how-it-works__item-text {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .how-it-works__item-text__wrapper {
    display: flex;
    flex-direction: column;
    text-align: left;
    max-width: 335px;
    position: relative;
  }
  .how-it-works__item-text__wrapper::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    left: -36px;
    background: url("/img/home/how-it-works/border.svg");
  }
}
@media (min-width: 1200px) {
  .how-it-works__item-text__wrapper {
    max-width: 490px;
  }
}
.how-it-works__image__content {
  position: relative;
  width: 425px;
  height: 577px;
  background: #fff;
  border: 10px solid #DFE8EC;
  border-radius: 26px;
  margin-top: 75px;
  margin-left: 25px;
}
@media (min-width: 1200px) {
  .how-it-works__image__content {
    width: 475px;
    height: 627px;
    margin-top: 17px;
    margin-left: 25px;
  }
}
.how-it-works__image__content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.how-it-works__image__content[data-show=order]::before {
  background: url("/img/home/how-it-works/order.svg") center/cover no-repeat;
}
.how-it-works__image__content[data-show=quotes]::before {
  background: url("/img/home/how-it-works/quotes.svg") center/cover no-repeat;
}
.how-it-works__image__content[data-show=pay]::before {
  background: url("/img/home/how-it-works/pay.svg") center/cover no-repeat;
}
.how-it-works__image__content[data-show=done]::before {
  background: url("/img/home/how-it-works/done.svg") center/cover no-repeat;
}
.how-it-works__button {
  width: 319px;
  padding: 10px;
  margin: 15px 0 0 68px;
}
@media (min-width: 1200px) {
  .how-it-works__button {
    margin-top: 28px;
  }
}

.testimonials {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .testimonials {
    padding: 50px 0 25px;
  }
}
@media (min-width: 992px) {
  .testimonials {
    padding: 0 0 70px;
  }
}
.testimonials__title {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .testimonials__title {
    margin-bottom: 5px;
  }
}
.testimonials__text {
  margin-bottom: 7px;
  max-width: 790px;
}
.testimonials__text.subtitle {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .testimonials__text {
    margin-bottom: 18px;
  }
}
.testimonials__social-rating__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .testimonials__social-rating__wrapper {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .testimonials__social-rating__wrapper {
    margin-bottom: 34px;
  }
}
.testimonials__social-rating__box {
  padding-top: 16px;
  padding-bottom: 18px;
}
.testimonials__social-rating__box:first-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 35px;
}
@media (min-width: 768px) {
  .testimonials__social-rating__box:first-of-type {
    padding-right: 42px;
  }
}
.testimonials__social-rating__box:last-of-type {
  padding-left: 35px;
}
@media (min-width: 768px) {
  .testimonials__social-rating__box:last-of-type {
    padding-left: 42px;
  }
}
.testimonials__social-rating__box .testimonials__reviews-logo {
  width: 121px;
  height: 22px;
}
@media (min-width: 768px) {
  .testimonials__social-rating__box .testimonials__reviews-logo {
    width: 142px;
    height: 26px;
  }
}
.testimonials__social-rating__box .testimonials__scamfighter-logo {
  width: 124px;
  height: 19px;
}
@media (min-width: 768px) {
  .testimonials__social-rating__box .testimonials__scamfighter-logo {
    width: 145px;
    height: 22px;
  }
}
.testimonials__social-rating-element {
  display: flex;
}
.testimonials__social-rating-element__number {
  font-weight: 900;
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .testimonials__social-rating-element__number {
    color: #3C3C3C;
    font-size: 20px;
    line-height: 30px;
  }
}
.testimonials__social-rating-element__stars__wrapper {
  display: flex;
  align-items: center;
}
.testimonials__social-rating__star {
  height: 19px;
  width: 19px;
}
@media (min-width: 768px) {
  .testimonials__social-rating__star {
    height: 22px;
    width: 22px;
  }
}
.testimonials__wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
}
.testimonials .testimonials__card-subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
}
.testimonials__card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 20px 20px 20px;
  padding: 10px 0 15px 15px;
  margin: 0 10px;
  max-width: 240px;
}
@media (min-width: 450px) {
  .testimonials__card {
    max-width: 320px;
  }
}
@media (min-width: 650px) {
  .testimonials__card {
    max-width: 210px;
  }
}
@media (min-width: 992px) {
  .testimonials__card {
    padding: 20px 0 25px 20px;
    margin: 0 15px;
    max-width: 300px;
  }
}
.testimonials__card__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.testimonials__card__content {
  padding-right: 40px;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .testimonials__card__content {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .testimonials__card__content {
    padding-right: 13px;
    margin-bottom: 26px;
  }
}
.testimonials__card__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
@media (min-width: 650px) {
  .testimonials__card__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .testimonials__card__bottom {
    flex-direction: row;
  }
}
.testimonials__card__bottom__reviews-logo {
  width: 99px;
  height: 18px;
}
@media (min-width: 650px) {
  .testimonials__card__bottom__reviews-logo {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .testimonials__card__bottom__reviews-logo {
    width: 107px;
    height: 20px;
    order: 2;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .testimonials__card__bottom__reviews-logo {
    order: 1;
  }
}
.testimonials__card__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  opacity: 0.75;
  margin: 0;
}
@media (min-width: 992px) {
  .testimonials__card__text {
    font-size: 18px;
    line-height: 26px;
  }
}
.testimonials__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  margin: 0;
}
@media (min-width: 992px) {
  .testimonials__name {
    font-size: 20px;
  }
}
.testimonials__rating {
  display: flex;
  align-items: center;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .testimonials__rating {
    padding-right: 11px;
  }
}
@media (min-width: 992px) {
  .testimonials__rating {
    padding-right: 16px;
  }
}
.testimonials__rating-star {
  height: 18px;
  width: 18px;
}
.testimonials__grade {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  margin: 0 0 3px;
}
@media (min-width: 992px) {
  .testimonials__grade {
    font-size: 18px;
  }
}
.testimonials__date__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 17px;
}
@media (min-width: 650px) {
  .testimonials__date__wrapper {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .testimonials__date__wrapper {
    order: 1;
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .testimonials__date__wrapper {
    order: 2;
    padding-right: 16px;
    margin-bottom: 0;
  }
}
.testimonials__calendar-icon {
  margin-right: 3px;
  height: 15px;
  width: 15px;
}
@media (min-width: 768px) {
  .testimonials__calendar-icon {
    height: 18px;
    width: 18px;
    margin-right: 7px;
  }
}
.testimonials__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  opacity: 0.55;
  margin: 0;
}
@media (min-width: 768px) {
  .testimonials__date {
    font-size: 16px;
    line-height: 19px;
  }
}
.testimonials .tns-outer {
  max-width: 260px;
}
@media (min-width: 450px) {
  .testimonials .tns-outer {
    max-width: 340px;
  }
}
@media (min-width: 650px) {
  .testimonials .tns-outer {
    max-width: 460px;
  }
}
@media (min-width: 768px) {
  .testimonials .tns-outer {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .testimonials .tns-outer {
    max-width: 980px;
  }
}
.testimonials .tns-controls button:first-of-type {
  left: -40px;
}
@media (min-width: 768px) {
  .testimonials .tns-controls button:first-of-type {
    left: -37px;
  }
}
@media (min-width: 1200px) {
  .testimonials .tns-controls button:first-of-type {
    left: -57px;
  }
}
.testimonials .tns-controls button:last-of-type {
  right: -60px;
}
@media (min-width: 768px) {
  .testimonials .tns-controls button:last-of-type {
    right: -57px;
  }
}
@media (min-width: 1200px) {
  .testimonials .tns-controls button:last-of-type {
    right: -77px;
  }
}
.testimonials .tns-horizontal.tns-subpixel > .tns-item {
  display: inline-flex !important;
  flex-direction: column;
}

@media (min-width: 992px) {
  .faq {
    background: url("/img/home/faq/faq-bg.svg") top/cover no-repeat;
  }
}
.faq__wrapper {
  padding: 14px 0 25px;
}
@media (min-width: 768px) {
  .faq__wrapper {
    padding: 25px 0;
  }
}
@media (min-width: 992px) {
  .faq__wrapper {
    position: relative;
    padding: 63px 0 100px;
  }
  .faq__wrapper::before, .faq__wrapper::after {
    content: "";
    position: absolute;
  }
  .faq__wrapper::before {
    width: 164px;
    height: 601px;
    top: 170px;
    right: 0;
    background: url("/img/home/faq/bg-top.svg") center no-repeat;
  }
  .faq__wrapper::after {
    width: 141px;
    height: 554px;
    bottom: 15px;
    left: 0;
    background: url("/img/home/faq/bg-down.svg") center no-repeat;
  }
}
.faq__title {
  margin-bottom: 10px;
}
@media (max-width: 400px) {
  .faq__title br {
    display: none;
  }
}
.faq__text {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .faq__text {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .faq__text {
    margin-bottom: 48px;
  }
}
.faq__accordion {
  width: 100%;
  margin: 0 auto;
}
.faq__accordion-item {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .faq__accordion-item {
    margin-bottom: 10px;
  }
}
.faq__accordion-item:last-of-type {
  margin-bottom: 0;
}
.faq__accordion-question {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px 0 20px 20px;
  transition: background 0.2s ease, border-radius 0.2s linear;
  position: relative;
}
.faq__accordion-question::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 25px;
  background-image: linear-gradient(to right, #444444 100%, #444444 100%), linear-gradient(#444444 100%, #444444 100%);
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: 12px 2px, 2px 12px;
  width: 12px;
  height: 12px;
  transition: all 0.1s linear;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq__accordion-question::before {
    top: 34px;
  }
}
.faq__accordion-question:hover {
  background: #f5f5f5;
}
.faq__accordion-question--open {
  border-radius: 20px 0 20px 0;
}
.faq__accordion-question--open::before {
  background-size: 12px 2px, 12px 2px;
}
@media (min-width: 768px) {
  .faq__accordion-question--open {
    border-radius: 20px 20px 20px 0;
  }
}
.faq__accordion-question--open .faq__accordion-title {
  font-weight: 700;
}
.faq__accordion-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  padding: 14px 50px 14px 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq__accordion-title {
    font-size: 20px;
    line-height: 34px;
    padding: 21px 63px 21px 14px;
  }
}
@media (min-width: 992px) {
  .faq__accordion-title {
    padding-left: 23px;
  }
}
.faq__accordion-answer {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}
.faq__accordion-answer--show {
  visibility: visible;
  opacity: 1;
  background: #FAFAFA;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 20px 0;
  padding: 15px 50px 11px 20px;
  transition: visibility 0s, opacity 0.2s linear;
}
@media (min-width: 768px) {
  .faq__accordion-answer--show {
    padding: 11px 34px 11px 14px;
  }
}
@media (min-width: 992px) {
  .faq__accordion-answer--show {
    padding: 11px 45px 11px 23px;
  }
}
.faq__accordion-answer--show .faq__accordion-text {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .faq__accordion-answer--show .faq__accordion-text {
    font-size: 18px;
  }
}
.faq__accordion-answer--show .faq__accordion-text:last-of-type {
  margin-bottom: 0;
}
.faq__accordion-text {
  font-weight: normal;
  font-size: 0;
  line-height: 0;
}

.help-banner {
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .help-banner {
    padding: 25px 0 0;
  }
}
@media (min-width: 992px) {
  .help-banner {
    padding-top: 0;
    background: #fff;
  }
}
.help-banner__card {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .help-banner__card {
    background: #FFC107;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 54px rgba(255, 255, 255, 0.65);
    border-radius: 0 20px 20px 20px;
    padding: 40px 26px 26px;
    margin: 0 0 -135px 0;
  }
}
@media (min-width: 992px) {
  .help-banner__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin: 0 0 -52px;
    padding: 23px 41px 23px 35px;
  }
}
@media (max-width: 767px) {
  .help-banner__card__inner {
    background: #FFC107;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    box-shadow: inset 0px 0px 54px rgba(255, 255, 255, 0.65);
    border-radius: 0 20px 0 0;
    padding: 46px 20px 23px;
  }
}
@media (min-width: 992px) {
  .help-banner__card__inner {
    margin-right: 20px;
  }
}
.help-banner__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: #000;
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .help-banner__title {
    font-size: 30px;
    margin-bottom: 2px;
  }
}
.help-banner__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin: 0;
}
@media (min-width: 768px) {
  .help-banner__text {
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .help-banner__text {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .help-banner__text br {
    display: none;
  }
}
.help-banner__button {
  position: relative;
  top: -10px;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .help-banner__button {
    top: 0;
    position: static;
  }
}
@media (min-width: 992px) {
  .help-banner__button {
    width: 317px;
  }
}

body {
  background: #F8FAFB;
}

main {
  padding: 0;
}
@media (min-width: 768px) {
  main {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .header .header__controls__list-item:first-of-type {
    padding-right: 25px;
  }
  .header .header__controls__list-item:last-of-type .header__controls__list-item__link {
    color: #F8FAFB;
  }
  .header.sticky-navbar .header__controls__list-item:last-of-type .header__controls__list-item__link {
    color: #000000;
  }
  .header.sticky-navbar .header__controls__list-item:first-of-type {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .footer {
    background-image: url("/img/footer/bg-tablet-home.svg");
    padding-top: 175px;
  }
}
@media (min-width: 992px) {
  .footer {
    background-image: url("/img/footer/bg-desc-home.svg");
    padding-top: 108px;
  }
}

.tns-nav {
  display: none;
}

.tns-outer {
  position: relative;
  margin: 0 auto;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  font-size: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  position: absolute;
}
.tns-outer [aria-controls]::before,
.tns-outer [data-action]::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 32px;
  background: url("/img/home/slider-arrow.svg") no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tns-controls button {
  top: 50%;
  transform: translate(-50%);
}
.tns-controls button:first-of-type {
  transform: rotate(180deg);
}
