@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

body {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  color: #7e7f8e;
}

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

button,
button:focus,
.btn:focus {
  outline: none;
  border: none;
  background: transparent;
  box-shadow: none;
}

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

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

ul {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

.caret {
  display: inline-block;
  vertical-align: middle;
}

.header-top-anchor {
  width: 0;
  height: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: initial;
}

a:active,
a:focus,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 700;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: initial;
  height: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  box-sizing: initial;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
}

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

td,
th {
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

::selection {
  color: white;
  background: #ff7675;
}

::-webkit-selection {
  color: white;
  background: #ff7675;
}

::-moz-selection {
  color: white;
  background: #ff7675;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

blockquote {
  padding: 10px 20px;
  margin: 10px 0;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.page-top__wrapper {
  z-index: 20;
}

.main-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media(min-width:768px) {
  .main-wrapper {
    min-height: 100vh;
  }
}

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

.main-content {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media(min-width:768px) {
  .container {
    width: 750px;
  }
}

@media(min-width:992px) {
  .container {
    width: 970px;
  }
}

@media(min-width:1200px) {
  .container {
    width: 1170px;
  }
}

@media(min-width:992px) {
  .container__sm-on-md {
    width: 750px;
  }
}

@media(min-width:1200px) {
  .container__md-on-lg {
    width: 970px;
  }
}

.container:after,
.container:before {
  display: table;
  content: " "
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.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;
  }
}

.animation-element--error {
  box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 4px rgba(0, 0, 0, .12);
  background: #f4d0cf;
}

@media(max-width:991px) {
  .header {
    background: #242425;
  }
}

@media(min-width:992px) {
  .header .header__controls__bottom-level__wrapper {
    background: #242425;
  }
}

@media(min-width:992px) {
  .header .header__controls__top-level__wrapper {
    background: #393939;
  }
}

@media(max-width:991px) {
  .header .header__controls__wrapper {
    background: #242425;
  }
}

.header .header__call-info__text {
  color: #fff;
  padding-right: 7px;
}

.header .header__call-info__number__link,
.header .header__social-buttons__link__icon__label {
  color: #FFF872;
}

.header .header__call-info__number__link:hover,
.header .header__social-buttons__link__icon__label:hover {
  opacity: .85;
}

.header .modal__open-node__request-call {
  color: #FFF872;
  cursor: pointer;
}

.header .modal__open-node__request-call:hover {
  opacity: .85;
}

@media(min-width:992px) {

  .header .primary-navbar__list-item--nested__name,
  .header .primary-navbar__list-item__link {
    color: #fff;
  }

  .header .primary-navbar__list-item--nested__name.active,
  .header .primary-navbar__list-item--nested__name:hover,
  .header .primary-navbar__list-item__link.active,
  .header .primary-navbar__list-item__link:hover {
    color: #fff872;
  }
}

@media(max-width:991px) {

  .header .primary-navbar__list-item--nested__name,
  .header .primary-navbar__list-item__link {
    color: #fff;
  }

  .header .primary-navbar__list-item--nested__name.active,
  .header .primary-navbar__list-item--nested__name:active,
  .header .primary-navbar__list-item__link.active,
  .header .primary-navbar__list-item__link:active {
    color: #fff872;
  }
}

@media(max-width:991px) {
  .header .primary-navbar__list-item {
    border-color: rgba(45, 55, 61, .1);
  }
}

.header .primary-navbar__list--nested {
  font-weight: 300;
}

@media(min-width:992px) {
  .header .primary-navbar__list--nested {
    background: rgba(20, 17, 15, .9);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
  }

  .header .primary-navbar__list--nested:after {
    border-bottom-color: rgba(20, 17, 15, .8);
  }
}

.header .primary-navbar__list--nested .primary-navbar__list-item {
  border-bottom: 1px solid hsla(0, 0%, 86.3%, .10196078431372549);
}

.header .primary-navbar__list--nested .primary-navbar__list-item:last-child {
  border: none;
}

@media(max-width:991px) {
  .header .primary-navbar__list--nested .primary-navbar__list-item {
    border-bottom: 1px solid hsla(0, 0%, 86.3%, .10196078431372549);
  }
}

@media(min-width:992px) {

  .header .primary-navbar__list--nested .primary-navbar__list-item--nested__name,
  .header .primary-navbar__list--nested .primary-navbar__list-item__link {
    color: #fff;
  }

  .header .primary-navbar__list--nested .primary-navbar__list-item--nested__name:hover,
  .header .primary-navbar__list--nested .primary-navbar__list-item__link:hover {
    color: #e3de68;
    font-weight: 500;
  }
}

@media(max-width:991px) {

  .header .primary-navbar__list--nested .primary-navbar__list-item--nested__name,
  .header .primary-navbar__list--nested .primary-navbar__list-item__link {
    color: #fff;
  }

  .header .primary-navbar__list--nested .primary-navbar__list-item--nested__name:active,
  .header .primary-navbar__list--nested .primary-navbar__list-item__link:active {
    color: #e3de68;
  }
}

@media(min-width:992px) {
  .header .auth-button {
    color: #fff;
    border-color: #fff872;
  }

  .header .auth-button:hover {
    background: rgba(255, 248, 115, .1);
  }
}

@media(max-width:991px) {
  .header .auth-button {
    border: none;
    color: #fff872;
  }

  .header .auth-button:active {
    background: rgba(255, 248, 115, .3);
  }
}

@media(max-width:991px) {
  .header .order-button {
    padding: 0 10px;
  }
}

.header .order-button__via-link--nav-bar {
  text-align: center;
  border-color: #ff4d4a;
  border-radius: 5px;
  font-weight: 500;
  background: #ff4d4a;
  color: #fff;
}

@media(min-width:992px) {
  .header .order-button__via-link--nav-bar:hover {
    background: #fff;
    color: #000000;
    border-color: #fff;
  }
}

@media(max-width:991px) {
  .header .order-button__via-link--nav-bar {
    color: #fff;
  }

  .header .order-button__via-link--nav-bar:active {
    background: #cc3e3b;
  }
}

.secondary-navbar__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width:767px) {
  .secondary-navbar__list {
    flex-wrap: wrap;
  }
}

.secondary-navbar__inner ul li:last-child .secondary-navbar__list-item__link:after {
  background: none;
}


.secondary-navbar__list-item__link {
  cursor: pointer;
  font-weight: 300;
  display: block;
  padding: 10px;
  margin-left: 5px;
  font-size: 16px;
  color: #fff;
  position: relative;
}

.secondary-navbar__list-item__link:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  right: -1px;
  top: calc(50% - 10px);
}

.secondary-navbar__list-item__link:hover {
  color: #FFF872;
  text-decoration: none;
}

.legal-menu-item__wrapper {
  font-weight: 300;
  padding: 10px;
  margin-left: 5px;
  font-size: 16px;
  color: #fff
}

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

@media(max-width:1199px) {
  .footer__accepts__wrapper {
    flex-wrap: wrap;
  }
}

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

.footer__accepts__list-item {
  margin: 0 7px;
}

.footer__accepts__img {
  width: 80px;
  height: 50px;
}

.footer__social-links__wrapper {
  display: flex;
  align-items: center;
}

@media(max-width:1199px) {
  .footer__social-links__wrapper {
    flex-wrap: wrap;
  }
}

@media(max-width:767px) {
  .footer__social-links__wrapper {
    justify-content: center;
    flex-direction: column;
  }
}

.social-links__list-item__button__image-icon__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border-radius: 15px;
  transition: background-color .2s;
  background: no-repeat 50%;
}

.social-links__list-item__button__image-icon__link--twitter {
  background: #55acee;
}

.social-links__list-item__button__image-icon__link--twitter:hover {
  background: #83beec;
}

.social-links__list-item__button__image-icon__link--facebook {
  background: #3b5998;
}

.social-links__list-item__button__image-icon__link--facebook:hover {
  background: #5687ef;
}

.footer__disclaimer__wrapper {
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  margin: 15px 0;
  text-align: center;
}

.footer__copyright__wrapper {
  font-weight: 300;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

@media(max-width:767px) {
  .footer__logo__wrapper {
    padding: 10px 0;
  }
}

.footer__logo__link {
  display: block;
}

.footer__logo__img {
  width: 155px;
  height: 45px;
}

.footer {
  padding: 30px 0 75px;
  background: #1A1A1A;
  color: #fff;
}

.footer__second-row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 20px 0;
}

.footer__part-title {
  font-weight: 300;
  font-size: 20px;
  margin: 0 10px;
}

@media(max-width:1199px)and (min-width:992px) {
  .footer__part-title {
    margin-bottom: 20px;
  }
}

@media(max-width:767px) {
  .footer__part-title {
    margin-bottom: 20px;
  }
}

.abuse .legal-page__inner {
  max-width: 800px;
  margin: 0 auto;
}

.abuse .abuse-form {
  background: url(https://new_prod.8st.biz/_assets/90dedb867b4954e38a8fa7a280264d0b.png) no-repeat 100% 100%;
}

.abuse .abuse-form__title {
  margin-top: 25px;
}

.abuse .abuse-form__submit-button {
  height: 42px;
  line-height: 42px;
  background: #e13b42;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 4px rgba(0, 0, 0, .12);
}

.abuse .abuse-form__submit-button:hover {
  background: #e88a91;
  transition: all .45s cubic-bezier(.23, 1, .32, 1) 0ms;
}

.abuse .abuse-form__submit-button__wrapper {
  min-width: 120px;
}

.abuse .page-content__wrapper {
  padding: 0;
}

.abuse .page-content__text-block {
  margin-bottom: 10px;
}

.abuse .page-content__list {
  padding: 0 0 0 30px;
}

.abuse .page-content__text-block--title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.abuse .page-content__list-item {
  list-style: none;
  position: relative;
  margin: 10px;
  text-transform: capitalize;
}

.abuse .page-content__list-item:before {
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  border-radius: 5px;
  background: #fff98e;
  border: 1px solid #222e4f;
  top: 8px;
  left: -18px;
  z-index: 1;
}

.abuse .abuse-form__form-group__label {
  text-transform: none;
}

.abuse .abuse-form__form-group__control {
  height: 40px;
  padding: 9px 22px;
  border-radius: 4px;
  font-size: 14px;
}

.abuse .abuse-form__form-group__control__wrapper--file {
  width: 163px;
  height: 47px;
  border: 1px solid #272627;
  border-radius: 5px;
  flex: unset;
}

.abuse .abuse-form__form-group__control__upload-files__button__name {
  line-height: 45px;
}

.abuse .abuse-form__help-box--file {
  font-size: 12px;
  color: #505050;
}

.abuse .abuse-form__submit-button__wrapper .abuse-form__submit-button {
  font-size: 16px;
  transition: all .5s ease-in-out;
}

.abuse .abuse-form__submit-button__wrapper .abuse-form__submit-button[disabled=disabled] {
  background: #e5e5e5;
}

.abuse .abuse-form__submit-button__wrapper .abuse-form__submit-button.recaptcha-ver {
  background: #e13b42;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 4px rgba(0, 0, 0, .12);
}

.abuse .abuse-form__submit-button__wrapper .abuse-form__submit-button.recaptcha-ver:hover {
  background: #e88a91;
  transition: all .45s cubic-bezier(.23, 1, .32, 1) 0ms;
}

.rateus__title {
  color: #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
}

.rateus__experience__rating__help-text,
.rateus__subtitle,
.rateus__title-section__title {
  color: #2f2f2f;
}

.rateus__rating-help-text,
.rateus__success-section__title {
  color: #2f2f2f;
  border-top: 1px solid #2f2f2f;
}

.rateus__lines__top-section--left {
  border-right: 1px solid #2f2f2f;
}

.rateus__lines__bottom-section {
  border-top: 1px solid #2f2f2f;
  border-left: 1px solid #2f2f2f;
  border-right: 1px solid #2f2f2fl
}

@media(max-width:1099px) {

  .rateus__additional-rating--paper,
  .rateus__additional-rating--support {
    border-bottom: 1px solid #2f2f2fl
  }
}

.rateus__additional-rating__helper {
  color: #2f2f2fl
}

@media(max-width:1099px) {
  .rateus__additional-rating__helper {
    border-bottom: 1px solid #2f2f2fl
  }
}

.rateus__submit-button,
.rateus__success-section__back-btn {
  background: #2f2f2f
}

.rateus__problems {
  color: #2f2f2f
}

body {
  font-family: Exo\ 2, sans-serif;
}

@media(min-width:1200px)and (max-width:1300px) {
  .main-wrapper .main-banner__info-side {
    padding-left: 50px;
  }
}

@media(min-width:992px)and (max-width:1080px) {
  .main-wrapper .main-banner__info-side {
    padding-left: 42px;
  }
}

.main-wrapper:not(.home):not(.paper-help):not(.landings):not(.rateus):not(.login):not(.signup):not(.get-work-done-and-be-happy):not(.ambassador-program):not(.reseller-program) .main-content {
  padding-top: 30px;
}

@media(max-width:767px) {
  .main-wrapper:not(.home):not(.paper-help):not(.landings):not(.rateus):not(.login):not(.signup):not(.get-work-done-and-be-happy):not(.ambassador-program):not(.reseller-program) .main-content {
    padding-bottom: 100px;
  }
}

.accordion-panel .table-action {
  max-width: 100%;
}

.accordion-panel .table-action tr td {
  color: #fff;
}

.accordion-panel ul,
.content-expander__text__wrapper ul {
  margin: 10px 0;
  padding-left: 20px;
  list-style: disc;
}

.content-expander__text__wrapper ul li {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  color: #333;
}

.content-expander__text__wrapper table,
.table-action {
  width: 100%;
  max-width: 716px;
  margin: 20px auto;
}

.content-expander__text__wrapper table tr td,
.table-action tr td {
  padding: 11px 10px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #c4c4c4;
  color: #333;
}

@media(min-width:992px) {
  .main-wrapper .header__logo__img {
    width: 278px;
    height: 45px;
  }
}

@media(max-width:991px) {
  .main-wrapper .header__logo__img {
    width: 39px;
    height: 29px;
    padding-left: 10px;
  }
}

@media(max-width:991px) {
  .main-wrapper .header__logo__link {
    width: 127px;
    height: 45px;
  }
}

.review-page__reviews-list__wrapper {
  margin-bottom: 50px
}

.home .main-banner__title {
  font-size: 55px;
  line-height: 55px;
}

@media(max-width:767px) {
  .home .main-banner__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media(max-width:767px) {
  .home .main-banner__subtitle {
    font-size: 22px !important;
    line-height: 29px;
  }
}

@media(max-width:767px) {
  .home .how-it-works-section__title {
    font-size: 27px;
    line-height: 31px;
  }
}

@media(max-width:767px) {
  .home .how-it-works-section__subtitle {
    font-size: 16px;
    line-height: 20px;
  }



}

@media(min-width:576px) {

  .home .main-banner__wrapper,
  .landings .main-banner__wrapper,
  .paper-help .main-banner__wrapper {
    background: url(https://static.express/img/opjne732ccs9asxwpf/banner-bg.svg) no-repeat;
    background-color: #585757;
    background-size: cover;
  }




}

@media(min-width:992px) {

  .home .our-stats__wrapper.lazy-background.visible,
  .landings .our-stats__wrapper.lazy-background.visible,
  .paper-help .our-stats__wrapper.lazy-background.visible {
    background: url(https://static.express/img/opjne732ccs9asxwpf/our-stats.svg);
    background-color: #585757;
    background-size: cover
  }
}

@media(max-width:991px) {

  .home .our-stats__wrapper.lazy-background.visible,
  .landings .our-stats__wrapper.lazy-background.visible,
  .paper-help .our-stats__wrapper.lazy-background.visible {
    background: url(https://static.express/img/opjne732ccs9asxwpf/our-stats.svg);
    background-color: #585757;
    background-size: cover
  }
}

@media(min-width:992px) {

  .home .how-we-operate__wrapper.lazy-background.visible,
  .landings .how-we-operate__wrapper.lazy-background.visible,
  .paper-help .how-we-operate__wrapper.lazy-background.visible {
    background: url(https://static.express/img/opjne732ccs9asxwpf/how-it-works.svg);
    background-color: #585757;
    background-size: cover
  }
}

@media(max-width:991px) {

  .home .how-we-operate__wrapper.lazy-background.visible,
  .landings .how-we-operate__wrapper.lazy-background.visible,
  .paper-help .how-we-operate__wrapper.lazy-background.visible {
    background: url(https://static.express/img/opjne732ccs9asxwpf/how-it-works.svg);
    background-color: #585757;
    background-size: cover
  }
}

@media(min-width:450px) {

  .home .contacts__wrapper.lazy-background.visible,
  .landings .contacts__wrapper.lazy-background.visible,
  .paper-help .contacts__wrapper.lazy-background.visible {
    background: url(https://static.express/img/opjne732ccs9asxwpf/contacts_section.svg) no-repeat;
    background-color: #585757;
    background-size: cover
  }
}

@media(max-width:449px) {

  .home .contacts__wrapper.lazy-background.visible,
  .landings .contacts__wrapper.lazy-background.visible,
  .paper-help .contacts__wrapper.lazy-background.visible {
    background: url(https://static.express/img/opjne732ccs9asxwpf/contacts_section.svg) no-repeat;
    background-size: cover;
    background-color: #585757
  }
}

.home .who-can-write-paper.lazy-background.visible,
.landings .who-can-write-paper.lazy-background.visible,
.paper-help .who-can-write-paper.lazy-background.visible {
  background: url(https://static.express/img/opjne732ccs9asxwpf/how-it-works.svg) no-repeat;
  background-color: #585757;
  background-size: cover
}

.landings .main-banner__primary-advantages__wrapper,
.paper-help .main-banner__primary-advantages__wrapper {
  max-width: 630px
}

@media(max-width:767px) {

  .landings .main-banner__wrapper .main-banner__inner,
  .paper-help .main-banner__wrapper .main-banner__inner {
    padding: 0
  }

  .landings .main-banner__wrapper .main-banner__title,
  .paper-help .main-banner__wrapper .main-banner__title {
    margin-top: 20px;
    font-size: 35px;
    line-height: 41px;
    font-weight: 400
  }

  .landings .main-banner__wrapper .main-banner__subtitle,
  .paper-help .main-banner__wrapper .main-banner__subtitle {
    font-size: 25px;
    line-height: 29px;
    font-weight: 300
  }

  .landings .main-banner__wrapper .main-banner__primary-advantages__wrapper,
  .paper-help .main-banner__wrapper .main-banner__primary-advantages__wrapper {
    display: none
  }

  .landings .main-banner__wrapper .main-banner__bottom-advantages__wrapper,
  .paper-help .main-banner__wrapper .main-banner__bottom-advantages__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 80px
  }
}

.main-wrapper.blog.blog--single .post-banner__image {
  aspect-ratio: 750/600
}

.main-wrapper.contacts .main-content {
  display: flex;
  flex-direction: column;
  justify-content: center
}

@media(max-width:767px) {
  .main-wrapper.contacts .main-content {
    padding: 40px 0 50px !important
  }
}

@media(min-width:768px) {
  .main-wrapper.contacts .main-content {
    padding: 55px 0 65px !important
  }
}

.main-wrapper.contacts .main-content .contacts-page__wrapper {
  padding-bottom: 0
}

@media(max-width:767px) {
  .main-wrapper.prices .main-content {
    padding-bottom: 0 !important
  }
}

.testimonials__wrapper .static-star {
  width: 28px;
  height: 28px
}

.testimonials__wrapper .static-star:after,
.testimonials__wrapper .static-star:before {
  content: "";
  display: none
}

.testimonials__wrapper .static-star--full {
  background: url(https://static.express/img/opjne732ccs9asxwpf/static-star-full.svg) no-repeat
}

.testimonials__wrapper .static-star--half {
  background: url(https://static.express/img/opjne732ccs9asxwpf/static-star-half.svg) no-repeat
}

.testimonials__wrapper .static-star--empty {
  background: url(https://static.express/img/opjne732ccs9asxwpf/static-star-empty.svg) no-repeat
}

.contacts__wrapper .contacts__functional-buttons:before {
  width: 46px;
  margin-top: 0
}

.contacts__wrapper .contacts__functional-buttons--live-chat:before {
  background: url(https://static.express/img/opjne732ccs9asxwpf/live_chat_icon.svg) no-repeat;
  height: 35px
}

.contacts__wrapper .contacts__functional-buttons--call-us-now:before {
  background: url(https://static.express/img/opjne732ccs9asxwpf/call_us_now_icon.svg) no-repeat;
  height: 36px
}

@media(max-width:991px) {
  .contacts__wrapper .contacts__bottom-text {
    margin-bottom: 53px
  }
}

@media(min-width:992px) {
  .contacts__wrapper .contacts__bottom-text {
    margin-bottom: 80px
  }
}

.footer {
  padding: 30px 0
}

.footer .footer__accepts__img {
  width: 48px;
  height: 30px
}

.footer .social-links__list-item__button__image-icon__link {
  background: none;
  width: 36px;
  height: 36px
}

.footer .social-links__list-item__button__image {
  width: 36px;
  height: 36px
}

.content-expander__text-toggler {
  width: auto
}

@media(max-width:767px) {
  .blog .pagination__pages-list-item:not(.current):not(.prev):not(.next) {
    display: block
  }
}

.abuse-form__submit-button {
  margin-bottom: 15px
}

.cookie-policy .main-content,
.disclaimer .main-content,
.moneyback-guarantee .main-content,
.revision-policy .main-content {
  padding-bottom: 30px
}

.landings .reviews__wrapper {
  align-items: stretch
}

.landings .reviews__item,
.landings .reviews__item:hover {
  height: auto
}

.landings .reviews__item--bio {
  margin-bottom: auto
}

.home .detailed-reviews-rating {
  bottom: -57px
}

@media(max-width:767px) {
  .home .detailed-reviews-rating {
    bottom: -318px
  }
}

@media(min-width:992px) {
  .home .detailed-reviews-rating {
    justify-content: flex-start;
    left: -10px
  }
}

@media(min-width:1200px) {
  .home .detailed-reviews-rating {
    left: -20px
  }
}

@media(min-width:992px)and (max-width:1199px) {
  .home .detailed-reviews-rating__service {
    width: 183px;
    margin: 0 10px
  }
}

.main-banner__wrapper {
  background: url(https://static.express/img/opjne732ccs9asxwpf/banner-bg.svg) no-repeat;
  background-color: #585757;
  background-size: cover;
  margin-bottom: 80px
}

@media(max-width:767px) {
  .main-banner__wrapper {
    margin-bottom: 318px
  }
}

.main-banner__wrapper .static-stars__wrapper {
  padding: 0
}

.main-banner__wrapper .main-banner__info-side {
  padding-left: 0
}

.main-banner__inner {
  padding-top: 163px;
  padding-bottom: 52px;
  align-items: flex-start;
  justify-content: space-between;
  position: relative
}

@media(max-width:991px) {
  .main-banner__inner {
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: 130px
  }
}

@media(max-width:767px) {
  .main-banner__inner {
    padding-top: 90px;
  }
}

.main-banner__title {
  font-size: 55px;
  font-weight: 600;
  color: #fff;
  line-height: 100%;
  margin: 10px 0 5px
}

@media(max-width:1199px) {
  .main-banner__title {
    font-size: 48px
  }
}

@media(max-width:991px) {
  .main-banner__title {
    font-size: 45px;
    margin: 0 0 10px
  }
}

@media(max-width:767px) {
  .main-banner__title {
    font-size: 32px
  }
}

.main-banner__subtitle {
  font-size: 38px;
  padding: 20px 0;
  font-weight: 400;
  color: #fff872;
  line-height: 46px
}

@media(max-width:991px) {
  .main-banner__subtitle {
    font-size: 25px;
    color: #fff
  }
}

@media(max-width:767px) {
  .main-banner__subtitle {
    font-size: 21px;
    line-height: 25px;
    padding: 10px 0 40px
  }
}

.main-banner__subtitle b {
  font-weight: bolder
}

@media(max-width:991px) {
  .main-banner__subtitle b {
    color: #fff872
  }
}

.main-banner__primary-advantages__wrapper {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

@media(max-width:575px) {
  .main-banner__primary-advantages__wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 35px;
    margin-top: 15px
  }
}

@media(min-width:992px) {
  .main-banner__primary-advantages__wrapper {
    justify-content: flex-start;
    margin-top: 42px
  }
}

.main-banner__primary-advantage {
  display: flex;
  align-items: flex-start
}

@media(max-width:575px) {
  .main-banner__primary-advantage {
    margin-top: 30px;
    width: 100%
  }
}

@media(min-width:578px)and (max-width:991px) {
  .main-banner__primary-advantage {
    align-items: center;
    flex-direction: column
  }
}

@media(min-width:992px) {
  .main-banner__primary-advantage:first-of-type {
    margin-right: 20px
  }
}

@media(min-width:1200px) {
  .main-banner__primary-advantage:first-of-type {
    margin-right: 40px
  }
}

.main-banner__primary-advantage:nth-of-type(2) .main-banner__primary-advantage__image__wrapper {
  width: 57px
}

.main-banner__primary-advantage__image__wrapper {
  margin-right: 20px;
  width: 50px;
  height: 72px
}

@media(min-width:578px)and (max-width:991px) {
  .main-banner__primary-advantage__image__wrapper {
    margin-right: 0
  }
}

@media(min-width:992px) {
  .main-banner__primary-advantage__text {
    max-width: 190px
  }
}

@media(max-width:575px) {
  .main-banner__primary-advantage__text {
    text-align: left
  }
}

.main-banner__primary-advantage__text-title {
  font-size: 19px;
  line-height: 23px;
  color: #fff990;
  font-weight: 600
}

.main-banner__primary-advantage__text-description {
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  margin-top: 9px
}

@media(max-width:991px) {
  .main-banner__functional-side {
    display: none
  }
}

@media(min-width:1200px) {
  .main-banner__functional-side {
    padding-right: 15px
  }
}

@media(min-width:992px) {
  #microservice__order-calculator__root {
    min-width: 350px;
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center
  }
}

.order-button__via-link--main-banner {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  max-width: 320px;
  height: 50px;
  background: #ff4d4b;
  border-radius: 5px;
  padding: 10px;
  margin: 0 auto;
  transition: all .2s linear
}

.order-button__via-link--main-banner:hover {
  background: #ff4d4a
}

@media(max-width:767px) {
  .main-banner-new-landings {
    padding-bottom: 40px
  }
}

@media(max-width:767px) {
  .main-banner-new-landings .main-banner__inner {
    padding-bottom: 0
  }
}

.main-banner-new-landings.main-banner__wrapper {
  margin-bottom: 0
}

@media(min-width:992px) {
  .main-banner-new-landings .main-banner__info-side {
    margin-right: 15px
  }
}

.main-banner-new-landings .detailed-reviews-rating {
  position: static;
  justify-content: flex-start;
  display: flex;
  margin: auto;
  width: 627px;
}

@media(min-width:992px) {
  .main-banner-new-landings .detailed-reviews-rating {
    margin-top: 50px
  }
}

@media(max-width:991px) {
  .main-banner-new-landings .detailed-reviews-rating {
    margin-top: 20px
  }
}

.main-banner-new-landings .detailed-reviews-rating__service:first-child {
  margin-left: 0
}

.main-banner-new-landings .main-banner__subtitle {
  font-size: 35px'

}

@media(max-width:991px) {
  .main-banner-new-landings .main-banner__subtitle {
    color: #fff990;
    line-height: 35px
  }
}

.order-button__via-link:active,
.order-button__via-link:focus,
.order-button__via-link:hover {
  text-decoration: none
}

.detailed-reviews-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -72px;
  margin: 0 auto
}

@media(max-width:767px) {
  .detailed-reviews-rating {
    flex-direction: column;
    width: 290px;
    bottom: -167px;
    background: #fff;
    box-shadow: -4px 8px 20px rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 30px 0
  }
}

.detailed-reviews-rating__service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

@media(min-width:768px) {
  .detailed-reviews-rating__service {
    width: 199px;
    height: 145px;
    background: #fff;
    box-shadow: 0 5px 12px rgba(49, 49, 49, .25);
    border-radius: 5px;
    padding: 20px 0 12px;
    margin: 0 20px
  }
}

@media(max-width:767px) {
  .detailed-reviews-rating__service:not(:last-of-type):after {
    display: block;
    content: "";
    height: 2px;
    width: 128px;
    background: #bcc5ce
  }
}

@media(max-width:767px) {
  .detailed-reviews-rating__service.sitejabber {
    margin-bottom: 24px
  }
}

@media(max-width:767px) {
  .detailed-reviews-rating__service.sitejabber .detailed-reviews-rating__content-wrapper {
    margin: 18px 0 13px
  }
}

@media(min-width:768px) {
  .detailed-reviews-rating__service.sitejabber .detailed-reviews-rating__number-rating {
    margin-top: 11px
  }
}

@media(max-width:767px) {
  .detailed-reviews-rating__service.reviewsio {
    margin-bottom: 20px
  }
}

@media(max-width:767px) {
  .detailed-reviews-rating__service.reviewsio .detailed-reviews-rating__content-wrapper {
    margin: 14px 0 12px
  }
}

@media(min-width:768px) {
  .detailed-reviews-rating__service.reviewsio .detailed-reviews-rating__number-rating {
    margin-top: 14px
  }
}

@media(max-width:767px) {
  .detailed-reviews-rating__service.scamfighter .detailed-reviews-rating__content-wrapper {
    margin: 9px 0 0
  }
}

@media(min-width:768px) {
  .detailed-reviews-rating__service.scamfighter .detailed-reviews-rating__number-rating {
    margin-top: 8px
  }
}

.detailed-reviews-rating__content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center
}

@media(min-width:768px) {
  .detailed-reviews-rating__content-wrapper {
    flex-direction: column
  }
}

.detailed-reviews-rating__number-rating {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #23292d;
  margin-bottom: 10px
}

@media(max-width:767px) {
  .detailed-reviews-rating__number-rating {
    font-size: 28px;
    line-height: 33px;
    color: #000;
    margin-right: 14px;
    margin-bottom: 0
  }

  .detailed-reviews-rating__number-rating span {
    display: none
  }
}

.detailed-reviews-rating__number-rating span {
  font-size: 16px;
  line-height: 18px
}

@media(max-width:767px) {
  .detailed-reviews-rating__number-rating span {
    display: none
  }
}

.detailed-reviews-rating__rating-block__stars {
  display: flex;
  justify-content: center
}

.detailed-reviews-rating__rating-block__stars .custom-stars-group.default svg {
  width: 29px;
  height: 28px;
  padding: 0 1px
}

.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;
  fill: inherit;
  stroke: inherit
}

.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;
  fill: inherit;
  stroke: inherit
}

.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;
  fill: inherit;
  stroke: inherit
}

@media(min-width:992px) {
  .our-advantages__wrapper {
    background: #fff;
    background-size: cover;
  }
}

.our-advantages__title {
  color: #2D2D2D;
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 30px;
}

@media(max-width:991px) {
  .our-advantages__title {
    text-align: center
  }
}

@media(min-width:768px) {
  .our-advantages__title {
    font-size: 40px
  }
}

@media(max-width:767px) {
  .our-advantages__title {
    font-size: 30px
  }
}

.our-advantages__inner {
  position: relative;
  padding: 40px 0;
  text-align: center
}

@media(max-width:991px) {
  .our-advantages__inner {
    padding: 60px 0
  }
}

@media(min-width:992px) {
  .our-advantages__list {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap
  }
}

.our-advantages__list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px
}

@media(min-width:992px) {
  .our-advantages__list-item {
    width: 29.33333%
  }
}

@media(max-width:991px) {
  .our-advantages__list-item {
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    width: 100%
  }
}

.our-advantages__list-item__image__wrapper {
  width: 100%;
  height: 100px;
}

.our-advantages__list-item__text-title {
  color: #2D2D2D;
  font-size: 21px;
  font-weight: 500;
  padding-bottom: 11px;
}

.our-advantages__list-item__text-description {
  color: #2D2D2D;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 35px;
}

.our-advantages__girl__wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}

.how-it-works-section {
  text-align: center;
  background: #393939;
  overflow: hidden
}

@media(min-width:768px) {
  .how-it-works-section {
    padding: 70px 0
  }
}

@media(max-width:767px) {
  .how-it-works-section {
    padding: 55px 0
  }
}

.how-it-works-section__title {
  margin: 0 0 15px;
  color: #fff990;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px
}

.how-it-works-section__subtitle {
  font-weight: 600;
  font-size: 25px;
  line-height: 21px;
  color: #fff
}

.how-it-works-box {
  display: flex;
  justify-content: space-between
}

@media(max-width:991px) {
  .how-it-works-box {
    overflow-x: auto
  }
}

.how-it-works {
  margin-top: 40px;
  max-width: 270px;
  text-align: left;
  margin-left: 28px
}

@media(max-width:991px) {
  .how-it-works {
    min-width: 230px
  }
}

.how-it-works:first-child {
  margin-left: 0
}

@media(max-width:991px) {
  .how-it-works:last-child .how-it-works__number:after {
    margin-left: 10px
  }
}

.how-it-works:last-child .how-it-works__number:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 49px;
  height: 43px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00OC4xNDIuNDY0YTIgMiAwIDAxLjI1NiAyLjgxNmwtMjAuODMzIDI1YTIgMiAwIDAxLTIuOTUuMTM0bC0xMi41LTEyLjVhMiAyIDAgMTEyLjgyOC0yLjgyOGwxMC45NTEgMTAuOTUxTDQ1LjMyNS43MmEyIDIgMCAwMTIuODE3LS4yNTZ6IiBmaWxsPSIjNjRDMzdEIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MC43MzkgMjMuNTA3Yy0uNzYtLjAwNy0xLjM5Ni41NjItMS41MzkgMS4zMDctMS42MjYgOC40NjMtOS4xMDkgMTQuODItMTguMDMyIDE0LjczNy0xMC4wNDctLjA5NC0xOC4xMTUtOC4zMTMtMTguMDIyLTE4LjM2LjA5My0xMC4wNDYgOC4zMTMtMTguMTE1IDE4LjM2LTE4LjAyMWExOC4xMDcgMTguMTA3IDAgMDExMC4wNCAzLjEzMmMuNjEuNDE0IDEuNDMyLjM4NCAxLjk3LS4xMi42NTYtLjYxNS42MjQtMS42NzEtLjExNS0yLjE4NUEyMS4wNDMgMjEuMDQzIDAgMDAyMS41MzIuMjJDOS44NTcuMTEuMzA0IDkuNDg5LjE5NiAyMS4xNjQuMDg4IDMyLjgzOSA5LjQ2NSA0Mi4zOTIgMjEuMTQgNDIuNWMxMC40NTUuMDk3IDE5LjIwNy03LjQxIDIxLjAwMS0xNy4zNjQuMTU1LS44Ni0uNTI4LTEuNjIxLTEuNDAyLTEuNjN6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
  background-size: cover;
  background-repeat: no-repeat
}

@media(min-width:1200px) {
  .how-it-works:last-child .how-it-works__number:before {
    right: -25px
  }
}

@media(max-width:1199px) {
  .how-it-works:last-child .how-it-works__number:before {
    right: -70px
  }
}

@media(max-width:991px) {
  .how-it-works:last-child .how-it-works__number:before {
    right: -30px
  }
}

.how-it-works__number {
  position: relative;
  font-weight: 500;
  font-size: 50px;
  display: flex;
  align-items: center;
  color: #fff
}

.how-it-works__number:after {
  content: "";
  width: 115px;
  height: 23px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE4IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMTcuMDYxIDEzLjA2YTEuNTAyIDEuNTAyIDAgMDAwLTIuMTJsLTkuNTQ2LTkuNTQ3YTEuNSAxLjUgMCAwMC0yLjEyMiAyLjEyMkwxMTMuODc5IDEybC04LjQ4NiA4LjQ4NWExLjUwMSAxLjUwMSAwIDAwMi4xMjIgMi4xMjJsOS41NDYtOS41NDZ6TTAgMTMuNWgxMTZ2LTNIMHYzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat
}

@media(min-width:768px) {
  .how-it-works__number:after {
    margin-left: 50px
  }
}

@media(max-width:767px) {
  .how-it-works__number:after {
    margin-left: 40px
  }
}

.how-it-works__title {
  margin: 5px 0 15px;
  font-weight: 500;
  font-size: 20px;
  color: #fff990
}

.how-it-works__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff
}


.how-it-works ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.how-it-works ul li {
  display: inline-block;
}

.how-it-works ul li a img {
  height: 23px;
  margin-right: 5px;
}

.reviews__wrapper .tns-nav button {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 20px;
  margin: 0 5px;
  background: #C4C4C4;
}


.testimonials-rating-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
  padding: 0 15px
}

@media(max-width:991px) {
  .testimonials-rating-box {
    flex-direction: column
  }
}

.testimonials-rating {
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding: 15px 20px;
  flex-grow: 1;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 4px
}

@media(max-width:991px) {
  .testimonials-rating {
    margin: 10px 0 0;
    width: 100%
  }
}

.testimonials-rating:first-child {
  margin-left: 0
}

.testimonials-rating__number {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #23292d
}

@media(min-width:768px) {
  .testimonials-rating__number {
    margin-right: 50px
  }
}

@media(max-width:767px) {
  .testimonials-rating__number {
    margin-right: 30px
  }
}

.testimonials-rating__number span {
  font-size: 14px
}

@media(max-width:767px) {
  .testimonials-rating__number span {
    display: none
  }
}

.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;
  fill: inherit;
  stroke: inherit
}

.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;
  fill: inherit;
  stroke: inherit
}

.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;
  fill: inherit;
  stroke: inherit
}

.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;
  fill: inherit;
  stroke: inherit
}

.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;
  fill: inherit;
  stroke: inherit
}

.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;
  fill: inherit;
  stroke: inherit
}

.special-offer-section {
  margin-top: 60px;
  background: #fff872
}

.special-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0
}

@media(max-width:991px) {
  .special-offer {
    flex-direction: column;
    padding: 20px 0 40px
  }
}

.special-offer__img {
  margin-top: -60px
}

.special-offer__text {
  margin: 0 0px;
}

@media(max-width:991px) {
  .special-offer__text {
    text-align: center;
    margin: 20px 0
  }
}

.special-offer__title {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
  color: #2d2d2d
}

@media(max-width:767px) {
  .special-offer__title {
    font-size: 30px;
    line-height: 36px
  }
}

.special-offer__p {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #2d2d2d
}

@media(max-width:767px) {
  .order-button {
    margin-top: 10px
  }
}

.order-button__via-link {
  display: block;
  padding: 14px 45px;
  background: #ff4d4b;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  transition: .3s;
}


.order-button__via-link:hover {
  background: #000000;
  color: #fff;
}

.special-offer-negative-wrap .special-offer__img {
  margin-bottom: -20px
}

.faq-block__wrapper {
  margin-bottom: 40px;
}

.faq-block__wrapper .faq-block__title {
  color: #2D2D2D;
  margin-bottom: 30px;
  text-align: center;
  font-size: 40px;
  font-weight: 500
}

@media(max-width:767px) {
  .faq-block__wrapper .faq-block__title {
    font-size: 30px
  }
}

.faq-block__wrapper .accordion-panel__header {
  font-size: 20px;
  font-weight: 300;
  padding: 10px;
  color: #333;
  background: #f4f4f4;
  border: 1px solid #ccc;
  margin-top: 20px
}

.faq-block__wrapper .accordion-panel__body {
  padding: 5px 15px;
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .175);
  font-size: 20px;
  font-weight: 300
}

.faq-block__wrapper .accordion-panel__body__description {
  margin: 0;
  padding: 10px 0
}

.accordion-panel__body,
.accordion-panel__header {
  width: 100%
}

.accordion-panel__header {
  cursor: pointer;
  margin: 0
}

.special-offer-section {
  margin-top: 100px;
  background: #fff872
}

.special-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0
}

@media(max-width:991px) {
  .special-offer {
    flex-direction: column;
    padding: 20px 0 40px
  }
}

.special-offer__img {
  margin-top: -60px
}

.special-offer__text {
  margin: 0 0px;
}

@media(max-width:991px) {
  .special-offer__text {
    text-align: center;
    margin: 20px 0
  }
}

.special-offer__title {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
  color: #2d2d2d
}

@media(max-width:767px) {
  .special-offer__title {
    font-size: 30px;
    line-height: 36px
  }
}

.special-offer__p {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #2d2d2d
}

@media(max-width:767px) {
  .order-button {
    margin-top: 10px
  }
}

.order-button__via-link {
  display: block;
  padding: 14px 45px;
  background: #ff4d4b;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  transition: .3s
}

.special-offer-negative-wrap .special-offer__img {
  margin-bottom: -20px
}

@media(max-width:991px) {
  .primary-navbar {
    order: 1;
    width: 100%
  }
}

@media(max-width:991px) {
  .primary-navbar__inner {
    margin-bottom: 50px
  }
}

.primary-navbar__list {
  display: flex
}

@media(min-width:992px) {
  .primary-navbar__list {
    align-items: center
  }
}

@media(max-width:991px) {
  .primary-navbar__list {
    flex-direction: column
  }
}

.primary-navbar__list-item {
  position: relative;
  cursor: pointer
}

@media(min-width:992px) {
  .primary-navbar__list-item {
    font-size: 14px
  }

  .primary-navbar__list-item.nested-next-level {
    position: static
  }

  .primary-navbar__list-item:hover {
    background: rgba(0, 0, 0, .15)
  }
}

@media(max-width:991px) {
  .primary-navbar__list-item {
    padding: 5px 10px;
    border-bottom: 1px solid;
    font-size: 17px;
    font-weight: 500;
    line-height: 35px
  }
}

@media(max-width:991px) {
  .primary-navbar__list--nested .primary-navbar__list-item {
    line-height: 25px
  }
}

.primary-navbar__list-item__link {
  display: block
}

@media(min-width:992px) {
  .primary-navbar__list-item__link.nested-next-level {
    padding: 12px 15px
  }
}

@media(min-width:992px) {
  .primary-navbar__list-item--nested {
    padding: 5px;
    font-weight: 300;
    font-size: 14px
  }

  .primary-navbar__list-item--nested:not(:last-child) {
    border-bottom: 1px solid #dcdcdc
  }

  .primary-navbar__list-item--nested:hover {
    background: #e8e8e8
  }

  .primary-navbar__list-item--nested:hover:first-child {
    border-radius: 5px 5px 0 0
  }

  .primary-navbar__list-item--nested:hover:last-child {
    border-radius: 0 0 5px 5px
  }
}

@media(max-width:991px) {
  .primary-navbar__list-item--nested {
    font-weight: 300;
    font-size: 14px;
    line-height: 35px
  }
}

.primary-navbar__list-item--nested__name {
  display: block;
}

@media(min-width:992px) {
  .primary-navbar__list-item--nested__name.nested-next-level {
    padding: 15px;
  }
}

.primary-navbar__list-item--nested__name .toggle-icon {
  vertical-align: middle;
  font-size: 16px;
  transition: transform .2s ease-in-out
}

.header__social-buttons {
  display: flex;
  align-items: center;
}

.header__social-buttons__link__wrapper {
  margin: 0 5px
}

.header__social-buttons__link {
  display: flex;
  align-items: center;
  transition: color .3s
}

.header__social-buttons__link:active,
.header__social-buttons__link:focus,
.header__social-buttons__link:hover {
  text-decoration: none
}

.header__social-buttons__link__chat__wrapper {
  display: flex;
  align-items: center
}

.header__social-buttons__link__icon {
  margin-right: 5px
}

.header__social-buttons__link__icon__label:first-letter {
  text-transform: uppercase
}

.header__social-buttons__link__icon__label:hover {
  cursor: pointer
}

.header__call-info__inner {
  display: flex;
  align-items: center;
  margin-left: -99px;
}

.header__logo__img {
  width: auto;
  height: 45px;
  max-height: 45px
}

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

.auth-button {
  display: inline-block;
  width: 110px;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid;
  border-radius: 5px
}

@media(max-width:991px) {
  .auth-button {
    margin-left: auto
  }
}

.auth-button.auth-button--signin--referral-hiw {
  width: auto
}

.header__item__button__text {
  padding-left: 5px
}

.auth-button__inner {
  display: flex;
  align-items: center;
  justify-content: center
}

@media(max-width:991px) {
  .header .order-button {
    width: 100%
  }
}

.order-button__via-link--nav-bar {
  display: block;
  cursor: pointer;
  border: 1px solid;
  border-radius: 5px;
  font-size: 14px
}

@media(min-width:992px) {
  .order-button__via-link--nav-bar {
    padding: 11px 15px;
    margin-left: 10px
  }
}

@media(max-width:991px) {
  .order-button__via-link--nav-bar {
    padding: 6px;
    width: 100%;
    font-weight: 500;
    margin-bottom: 10px
  }
}

.hamburger {
  cursor: pointer;
  display: flex;
  margin-left: 10px
}

.hamburger-animation {
  transition: transform .5s cubic-bezier(.4, 0, .2, 1)
}

.open .hamburger-animation {
  transform: rotate(90deg)
}

.hamburger-path {
  transition: transform .5s cubic-bezier(.4, 0, .2, 1), stroke-dasharray .5s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .5s cubic-bezier(.4, 0, .2, 1)
}

.hamburger-path:first-child {
  transform-origin: 36% 40%
}

.hamburger-path:nth-child(2) {
  stroke-dasharray: 29 299
}

.hamburger-path:nth-child(3) {
  transform-origin: 35% 63%
}

.hamburger-path:nth-child(4) {
  stroke-dasharray: 29 299
}

.hamburger-path:nth-child(5) {
  transform-origin: 61% 52%
}

.hamburger-path:nth-child(6) {
  transform-origin: 62% 52%
}

.open .hamburger-path:first-child {
  transform: translateX(9px) translateY(1px) rotate(45deg)
}

.open .hamburger-path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px
}

.open .hamburger-path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg)
}

.open .hamburger-path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px
}

.open .hamburger-path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg)
}

.open .hamburger-path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg)
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 120;
  width: 100%
}

@media(max-width:991px) {
  .header {
    position: sticky;
    top: -2px;
    height: 70px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1)
  }
}

.header-container {
  position: sticky;
  top: 0;
  z-index: 10
}

.header__wrapper {
  width: 100%;
  height: 100%
}

.header__inner {
  display: flex
}

@media(max-width:991px) {
  .header__inner {
    min-height: 70px;
    width: 100%
  }
}

@media(min-width:992px) {
  .header__controls__outer {
    position: relative
  }
}

@media(max-width:991px) {
  .header__controls__outer {
    position: absolute;
    right: 0;
    width: 190px;
    overflow: hidden
  }
}

.header__controls__wrapper {
  display: flex
}

@media(min-width:992px) {
  .header__controls__wrapper {
    align-items: center
  }
}

@media(max-width:991px) {
  .header__controls__wrapper {
    padding: 10px 0 80px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: flex-start;
    width: 190px;
    height: 100vh;
    overflow: auto;
    flex-direction: column;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, .05);
    transform: translate3d(100%, 0, 0);
    transition: transform .5s ease-in-out;
    z-index: 14
  }

  .header__controls__wrapper.open {
    transform: translateZ(0)
  }
}

.no-scroll {
  overflow: hidden
}

@media(max-width:991px) {
  .no-scroll {
    width: 100%
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out
}

.overlay.open {
  display: block;
  background: rgba(0, 0, 0, .4);
  z-index: 12
}

@media(max-width:991px) {
  .primary-navbar {
    padding-bottom: 150px
  }
}

.header-wrapper-fixed {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 105;
  transition: all .3s ease
}

.header-wrapper-fixed.hide {
  top: -100%;
  left: 0
}

@media(min-width:992px) {
  .header {
    height: 100px
  }
}

.header__inner {
  flex-direction: column
}

.header__controls__top-level__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%
}

@media(min-width:992px) {
  .header__controls__top-level__inner {
    height: 60px
  }
}

@media(max-width:991px) {
  .header__controls__top-level__inner {
    height: 70px
  }
}

@media(min-width:992px) {

  .header__controls__wrapper,
  .primary-navbar__list {
    justify-content: flex-end
  }
}

@media(min-width:992px) {

  .primary-navbar__list-item--nested__name,
  .primary-navbar__list-item__link {
    padding: 10px 20px;
    font-size: 15px;
  }
}

.nested-drop-item {
  outline: none
}

@media(min-width:992px) {
  .nested-drop-item:hover>.primary-navbar__list--nested {
    visibility: visible;
    opacity: 1;
    display: block
  }

  .nested-drop-item:hover>.primary-navbar__list-item--nested__name .toggle-icon {
    transform: rotate(-180deg)
  }
}

@media(max-width:991px) {
  .nested-drop-item:focus-within>.primary-navbar__list--nested {
    visibility: visible;
    opacity: 1;
    display: block
  }

  .nested-drop-item:focus-within .toggle-icon {
    transform: rotate(-180deg)
  }
}

.mobile_template-auth-order-buttons {
  display: flex
}

@media(max-width:991px) {
  .mobile_template-auth-order-buttons {
    margin-left: auto
  }
}

.mobile_template-auth-buttons {
  width: 100%
}

.primary-navbar__list--nested {
  visibility: hidden;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

@media(min-width:992px) {
  .primary-navbar__list--nested {
    position: absolute;
    top: calc(100% + 15px);
    right: calc(50% - 100px);
    width: 200px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    background: #f4f4f4
  }

  .primary-navbar__list--nested .primary-navbar__list-item__link {
    padding: 12px 15px
  }

  .primary-navbar__list--nested.nested-next-level {
    top: 0;
    left: 100%;
    height: 100%;
    background: #e8e8e8
  }

  .primary-navbar__list--nested.nested-next-level:after {
    display: none
  }

  .primary-navbar__list--nested:after {
    content: "";
    position: absolute;
    top: -23px;
    left: calc(50% - 10px);
    border: 10px solid transparent;
    border-bottom: 13px solid #f4f4f4
  }

  .primary-navbar__list--nested:before {
    top: -23px;
    content: "";
    position: absolute;
    width: 100%;
    height: 23px
  }
}

@media(max-width:991px) {
  .primary-navbar__list--nested {
    display: none
  }

  .primary-navbar__list--nested .primary-navbar__list-item__link {
    padding: 7px 15px
  }

  .primary-navbar__list--nested .primary-navbar__list-item {
    padding: 0;
    font-weight: 300;
    font-size: 14px
  }

  .primary-navbar__list--nested .primary-navbar__list-item.nested-next-level:last-child {
    border-bottom: none
  }

  .primary-navbar__list--nested .primary-navbar__list-item.nested-next-level .primary-navbar__list-item__link {
    padding: 0
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

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

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

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

a {
  background-color: transparent
}

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

b,
strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

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

fieldset {
  padding: .35em .75em .625em
}

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

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

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

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

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

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

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

.custom-stars-group.default svg:not(:first-child) {
  margin-left: 0px;
}

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

.custom-stars-group.default svg:not(:first-child) {
  margin-left: 0px;
}

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

.custom-stars-group.default svg:not(:first-child) {
  margin-left: 0px;
}

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

.custom-stars-group.default svg:not(:first-child) {
  margin-left: 0px;
}

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

.custom-stars-group.default svg:not(:first-child) {
  margin-left: 0px;
}

.content-expander__text-toggler:after {
  content: "Read more"
}

.content-expander__text-toggler:checked:after {
  content: "Show less"
}

.content-expander__wrapper {
  padding: 30px 0;
}

.content-expander__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 35px;
}

.content-expander__text__wrapper {
  position: relative;
  overflow: hidden;
  height: 140px;
}

.content-expander__text__wrapper:before {
  z-index: 1;
  pointer-events: none;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff); // fix for Safari, don't rewrite rgba(255, 255, 255, 0) on transparent
}

.content-expander__text-toggler {
  position: absolute;
  bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  min-width: 80px;
  line-height: 18px;
}

.content-expander__text-toggler:checked~.content-expander__text__wrapper {
  height: 100% !important;
}

.content-expander__text-toggler:checked~.content-expander__text__wrapper:before {
  content: none;
}

.tns-outer {
  padding: 0 !important
}

.tns-outer [hidden] {
  display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s
}

.tns-slider>.tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto !important
}

.tns-gallery>.tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s
}

.tns-autowidth {
  display: inline-block
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6
}

.tns-lazy-img.tns-complete {
  opacity: 1
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  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.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both
}

.tns-t-ct>div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left
}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
@media(min-width:768px) {
  .our-stats__inner {
    padding: 50px 0
  }
}

@media(max-width:767px) {
  .our-stats__inner {
    padding: 30px 0 50px
  }
}

.our-stats__list {
  display: flex;
  align-items: center;
  justify-content: space-around
}

@media(max-width:991px) {
  .our-stats__list {
    flex-wrap: wrap
  }
}

.our-stats__list-item {
  text-align: center
}

@media(max-width:991px) {
  .our-stats__list-item {
    min-width: 50%;
    margin-top: 20px
  }
}

@media(max-width:450px) {
  .our-stats__list-item {
    width: 100%
  }
}

.our-stats__list-item__number {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  margin: 0;
  color: #ff4d4b;
  text-align: center;
  position: relative
}

.our-stats__list-item__number:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #ff4d4b;
  top: 100%;
  width: 80px;
  right: 0;
  left: 0;
  margin: 0 auto
}

.our-stats__list-item__text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-top: 10px
}

@media(min-width:768px) {
  .contacts__wrapper {
    padding: 60px 0 50px
  }
}

@media(max-width:767px) {
  .contacts__wrapper {
    padding: 35px 0 50px
  }
}

@media(min-width:450px) {
  .contacts__wrapper {
    background: #585757;
    background-size: cover
  }
}

@media(max-width:449px) {
  .contacts__wrapper {
    background: #585757;
    background-size: cover
  }
}

@media(min-width:450px) {
  .contacts__wrapper.lazy-background.visible {
    background: url(https://static.express/img/opjne732ccs9asxwpf/contacts_section.png) no-repeat;
    background-color: #585757;
    background-size: cover
  }
}

@media(max-width:449px) {
  .contacts__wrapper.lazy-background.visible {
    background: url(https://static.express/img/opjne732ccs9asxwpf/contacts_section_tablet.png) no-repeat;
    background-color: #585757;
    background-size: cover
  }
}

.contacts__title {
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin: 0 0 20px
}

.contacts__subtitle {
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 20px
}

.contacts__subtitle p {
  margin: 0 0 15px
}

@media(max-width:767px) {
  .contacts__subtitle p {
    margin: 0 0 20px
  }
}

.contacts__functional-buttons__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.landing-new-contact .contacts__functional-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 12px 35px;
  border-radius: 5px;
  background: #ff4d4b;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: .3s
}

.landing-new-contact .contacts__functional-buttons:hover {
  background: #ff6563
}

@media(min-width:992px) {
  .landing-new-contact .contacts__functional-buttons {
    font-size: 18px
  }
}

@media(max-width:991px) {
  .landing-new-contact .contacts__functional-buttons {
    font-size: 16px
  }
}

@media(max-width:767px) {
  .landing-new-contact .contacts__functional-buttons {
    margin-top: 20px
  }
}

.landing-new-contact .contacts__functional-buttons:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNzIgMjEuNzg0QTkuOTYgOS45NiAwIDAwMTUgMjRjMS41MDggMCAyLjk0LS4zMzQgNC4yMjYtLjkzNGw0LjU3OC45MTRhMSAxIDAgMDAxLjE3Ni0xLjE3NmwtLjkxNC00LjU3NmMuNi0xLjI4Ni45MzQtMi43Mi45MzQtNC4yMjhhOS45NiA5Ljk2IDAgMDAtMi4yMTYtNi4yNzhjLjI4NSAxLjQ4LjI5IDMuMDAyLjAxNCA0LjQ4NGE4LjAyOSA4LjAyOSAwIDAxLS42NyA1LjQzIDEgMSAwIDAwLS4wOS42NTJsLjY4OCAzLjQzOC0zLjQ0LS42ODhhMSAxIDAgMDAtLjY1LjA5IDguMDE4IDguMDE4IDAgMDEtNS40MzIuNjdjLTEuNDgyLjI3Ni0zLjAwMy4yNy00LjQ4NC0uMDE0ek0xMSAwYTEwIDEwIDAgMDAtOS4wNjYgMTQuMjI2bC0uOTE0IDQuNTc4YTEgMSAwIDAwMS4xNzYgMS4xNzZsNC41NzYtLjkxNEExMCAxMCAwIDEwMTEgMHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
}

.contacts__bottom-text {
  text-align: center;
  font-weight: 300;
  color: #fff;
  margin: 40px 0
}

@media(min-width:992px) {
  .contacts__bottom-text {
    font-size: 20px
  }
}

@media(max-width:991px) {
  .contacts__bottom-text {
    font-size: 16px
  }
}

.contacts__bottom-text__highlighted {
  font-weight: 500
}

.legal-menu-item__wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  cursor: pointer
}

.legal-menu-item__wrapper .toggle-icon {
  vertical-align: middle;
  display: inline-block;
  border-bottom: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.legal-menu-item__wrapper:hover .legal-menu-item__list__wrapper {
  display: block
}

.legal-menu-item__list__wrapper {
  display: none;
  position: absolute;
  top: auto;
  bottom: 100%;
  right: 0;
  min-width: 200px;
  padding: 5px 0;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .175);
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.legal-menu-item__list-item__link {
  text-align: left;
  font-weight: 300;
  display: block;
  padding: 3px 20px;
  color: #000;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.legal-menu-item__list-item__link:hover {
  background: #f5f5f5
}

.social-links__list-item__button__font-icon__wrapper,
.social-links__list-item__button__image__wrapper,
.social-links__list-item__button__svg-icon__wrapper {
  margin: 0 3px
}

.social-links__list-item__button__svg-icon__wrapper svg {
  width: 100%;
  height: 100%
}

.social-links__list-item__button__image {
  max-width: 50px;
  max-height: 50px
}

.social-links__list {
  display: flex;
  align-items: center
}

.main_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.popup_box {
  position: relative;
  max-width: 1090px;
  margin: 0px auto;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  padding-right: 24px;
  height: 100%;
  max-height: 419px;
}

.popup_content span {
  color: #000000;
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}

.popup_content h3 {
  font-size: 40px;
  font-weight: bold;
  color: #262626;
  padding-bottom: 21px;
}

.popup_content {
  padding: 20px;
  text-align: center;
  line-height: 1.4;
  max-width: 100%;
}

.popup_img {
  display: flex;
  align-items: center;
  width: 600px;
  height: 102%;
  /* background-image: url('img/popup_bg_main.svg'); */
  background: url('img/popup_bg_main.svg')center bottom 0px/112% auto no-repeat; 
  /* background-repeat: no-repeat;
  background-position: center;*/
  background-size: cover; 
  border-radius: 20px 0 0 20px;
  margin-bottom: -3px; 
}

.popup_discount {
  position: relative;
  width: 395px;
  padding: 10px 5px;
  margin-left: 30px;
  border-radius: 25px;
  border: 1px solid #393939;
  background: #FFF;
}

.popup_discount:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 85%;
  width: 337px;
  height: 184px;
  background-image: url('img/popup_before.svg');
}

.popup_discount:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 8%;
  width: 430px;
  height: 166px;
  background-image: url('img/popup_after.svg');
}

.popup_discount__top {
  color: #393939;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.popup_discount__bottom {
  color: #393939;
  text-align: center;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
}

/* .popup_img span{
	position: absolute;
	left: 16%;
	bottom: 39%;
	display: block;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #393939;
	background: white;
	line-height: 1;
} */
/* .popup_img img {
max-width: 100%;
min-height: 350px;
} */
.popup_btns .popupclose_btn {
  background: #f3f2f7;
  border-color: #f3f2f7;
  border-radius: 15px;
  text-transform: uppercase;
  color: #1b1f3b;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
}

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

.popup_btns ul li {
  display: block;
}

.popup_btns ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 399px;
  height: 56px;
  line-height: 56px;
  background: #FF4D4B;
  border-radius: 5px;
  display: block;
}

.popup_btns ul li:nth-child(2) a {
  color: #28447B;
  font-size: 18px;
  font-weight: 400;
  width: 399px;
  height: 56px;
  line-height: 56px;
  background: #F3F2F7;
  border-radius: 5px;
  display: block;
  margin-top: 24px;
}

.popup_btns {
  text-align: center;
  max-width: 400px;
  margin: 0px auto;
}

.popup_mobile_img {
  display: none;
}

.popup_content .close_menu {
  position: absolute;
  top: 2px;
  right: 2px;
  display: inline-block;
  margin-left: auto;
  padding: 4px;
}

.dropdown-toggle::after {
  border: none;
  content: url(img/arrow-down.svg);
  position: relative;
  top: 6px;
  left: 3px;
  transition: 0.24s ease-in-out;
  -webkit-transition: 0.24s ease-in-out;
  -moz-transition: 0.24s ease-in-out;
}

.dropdown-toggle.show::after {
  transform: rotate(-180deg);
  top: 3px;
  transition: 0.24s ease-in-out;
  -webkit-transition: 0.24s ease-in-out;
  -moz-transition: 0.24s ease-in-out;
}


.special-offer__text {
  margin: 0 0px;
  position: relative;
  left: -90px;
}


.hide-via-visibility {
  display: none;
}

.primary-navbar__inner ul li ul li a {
  font-size: 13px;
}

.main_area {
  overflow: hidden;
}

.secondary-navbar__list-item__link {
  transition: 0.2s all ease;
}

.secondary-navbar__list-item__link:hover {
  color: #FFF872;
}


.mobile_view1 {
  display: none;
}

.computer_view1 {
  display: block;
}

.sticky-navbar {
  position: sticky;
  top: -2px;
  transition: .5s;
  z-index: 999
}


.header {
  position: fixed !important;
  width: 100% !important;
  z-index: 99999 !important;
}