.img {
  display: block;
  max-width: 100%;
  height: auto;
}
.capitalized {
  text-transform: capitalize;
}
.page-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 103px;
}
.disable_header_and_footer.page-wrapper {
  padding-top: 0 !important;
}
.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          -webkit-align-items: flex-end;
             -moz-box-align: end;
          align-items: flex-end;
}
.text-center {
  text-align: center;
}
.title,
.friendly h3 {
  font-weight: 400;
  font-size: 31px;
  line-height: 42px;
  color: #032553;
}
.subtitle {
  width: 700px;
  max-width: 100%;
  margin: 24px auto 0;
  font-weight: 400;
  font-size: 21px;
  line-height: 33px;
  color: #173762;
}
.subtitle.subtitle-small {
  font-size: 18px;
  line-height: 150%;
}
.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
}
.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
          justify-content: center;
}
.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
          justify-content: space-between;
}
.db {
  display: block;
}
.dif {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}
.dib {
  display: inline-block;
}
.link {
  text-decoration: none;
  outline: none;
}
.transition {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.posa {
  position: absolute;
}
.posr {
  position: relative;
}
.index {
  position: relative;
  z-index: 2;
}
.pointer {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  cursor: pointer;
  border: none;
  padding: 0.8125rem 1.25rem;
}
.btn:hover {
  text-decoration: none;
}
.btn-primary {
  color: #FFFFFF;
  background: #335EEA;
}
.btn-primary:hover {
  color: #fff;
  background: #1643d4;
}
.btn-arrow {
  margin-left: 13px;
  display: block;
  width: 12px;
  height: 8px;
  position: relative;
  top: 1px;
}
.header {
  height: 103px;
  background: #F1F4F8;
  position: fixed;
  left: 0;
  border-bottom: 1px solid #D9E2EF;
  top: 0;
  width: 100%;
  z-index: 10;
}
.admin-bar .header {
  top: 32px;
}
.header-btn {
  height: 48px;
  width: 164px;
}
.header-nav {
  margin: 0 auto ;
  padding: 0;
}
.header-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.header-nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  margin-right: 16px;
}
.header-nav ul li:last-child {
  margin-right: 0;
}
.header-nav ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #032553;
  position: relative;
}
.header-nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #032553;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          -moz-transform: scale(0);
            -o-transform: scale(0);
       transform: scale(0);
}
.header-nav ul li a:hover {
  text-decoration: none;
  color: #032553;
}
.header-nav ul li a:hover::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          -moz-transform: scale(1);
            -o-transform: scale(1);
       transform: scale(1);
}
.header-hamburger {
  display: none;
  margin-right: 24px;
}
.header-hamburger__svg {
  width: 32px;
  height: 20px;
}
svg {
  display: block;
}
.mobileMenu {
  position: fixed;
  left: 110%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  top: 0;
  width: 100%;
  z-index: 20;
  height: 100vh;
  background: #F1F4F8;
  overflow-y: auto;
}
.mobileMenu.open {
  left: 0;
}
.mobileMenu-nav ul li ul li:first-child{
  margin-top: 24px;
}
.mobileMenu-top {
  padding: 16px 10px;
}
.mobileMenu-close {
  width: 24px;
  height: 24px;
  background-image: url('../img/close.svg');
  -webkit-background-size: 24px 24px;
     -moz-background-size: 24px;
          background-size: 24px;
}
.mobileMenu-close__svg {
  display: none;
}
.mobileMenu-btn {
  margin: 0 auto;
}
.mobileMenu-nav {
  margin: 32px 0;
  padding: 0;
}
.mobileMenu-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobileMenu-nav ul li {
  display: block;
  margin-top: 24px;
  text-align: center;
}
.mobileMenu-nav ul li:first-child {
  margin-top: 0;
}

.mobileMenu-nav .sub-menu {
  display: none;
}

.menu-item-has-children.active .sub-menu {
  display: block;
}

.mobileMenu-nav ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #032553;
  align-items: center;
}
.active.menu-item-has-children a:after {
  -webkit-transform: rotate(-44deg);
  margin-top: 4px;
  transform: rotate(-44deg);
}
.fxw, .fxww {
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.light-blue {
  background: #F1F4F8;
}
.support {
  padding: 80px 0 120px;
}
.support-form {
  width: 774px;
  max-width: 100%;
  margin: 40px auto 0;
}
.support-form__input {
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
}
.support-form__input input, .support-form__input textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
  width: 100%;
  height: 57px;
  background: #FFFFFF;
  border: 1px solid #F1F4F8;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  padding-left: 19px;
  color: #032553;
  font-size: 17px;
}
.support-form__input input::-webkit-input-placeholder, .support-form__input textarea::-webkit-input-placeholder {
  color: rgba(3, 37, 83, 0.5);
}
.support-form__input input::-moz-placeholder, .support-form__input textarea::-moz-placeholder {
  color: rgba(3, 37, 83, 0.5);
}
.support-form__input input:-ms-input-placeholder, .support-form__input textarea:-ms-input-placeholder {
  color: rgba(3, 37, 83, 0.5);
}
.support-form__input input::-ms-input-placeholder, .support-form__input textarea::-ms-input-placeholder {
  color: rgba(3, 37, 83, 0.5);
}
.support-form__input input:-moz-placeholder, .support-form__input textarea:-moz-placeholder {
  color: rgba(3, 37, 83, 0.5);
}
.support-form__input input::placeholder, .support-form__input textarea::placeholder {
  color: rgba(3, 37, 83, 0.5);
}
.support-form__input textarea {
  display: block;
  height: 191px;
  padding-left: 19px;
  padding-top: 11px;
  resize: none;
}
.support-form__text {
  display: block;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #032553;
}
.support-form__mb {
  margin-bottom: 32px;
}
.support-form__w100 {
  width: 100%;
  margin-bottom: 24px;
}
.support-form__btn {
  width: 220px;
  margin: 0 auto;
}
.maxw {
  max-width: 100%;
}
.footer {
  padding: 40px 0;
  border-top: 1px solid #D9E2EF;
}
.footer-bottom {
  padding-top: 40px;
}
.footer-store {
  margin-left: 14px;
}
.footer-store:hover {
  opacity: 0.8;
}
.footer-copy {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #173762;
}
.footer-form {
  width: 368px;
}
.footer-form__title {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #032553;
}
.footer-form .support-form__btn {
  width: 120px;
}
.footer-form .support-form__input {
  width: 240px;
}
.footer-lang {
  width: 224px;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  color: #4B6485;
  z-index: 4;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.footer-lang__current {
  cursor: pointer;
  width: 100%;
  padding: 0 16px;
  background: #D9E2EF;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  height: 57px;
}
.footer-lang__current svg {
  width: 27px;
  height: 27px;
}
.footer-lang__open {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 16px;
  background: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  top: -webkit-calc(100% + 4px);
  top: -moz-calc(100% + 4px);
  top: calc(100% + 4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          -moz-transform: translateY(6px);
            -o-transform: translateY(6px);
       transform: translateY(6px);
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
       box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}
.footer-lang__link {
  color: #4B6485;
  margin-top: 16px;
}
.footer-lang__link:first-child {
  margin-top: 0;
}
.footer-lang__link:hover {
  text-decoration: underline;
  color: #173762;
}
.footer-lang.open .footer-lang__current svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
       transform: rotate(180deg);
}
.footer-lang.open .footer-lang__open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          -moz-transform: translateY(0px);
            -o-transform: translateY(0px);
       transform: translateY(0px);
}
.footer-center {
  padding: 32px 0 56px;
  border-top: 1px solid #D9E2EF;
  border-bottom: 1px solid #D9E2EF;
}
.footer-navs {
  padding: 32px 0;
}
.footer-nav {
  padding: 0;
  margin: 0;
  width: 240px;
}
.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-nav ul li {
  display: block;
  margin-bottom: 16px;
}
.footer-nav ul li:last-child {
  margin-bottom: 0;
}
.footer-nav ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #173762;
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}
.footer-nav ul li a:hover {
  text-decoration: underline;
}
.footer-nav ul li:first-child {
  margin-bottom: 19px;
}
.footer-nav ul li:first-child,
.footer-nav ul li:first-child a {
  font-weight: 700;
  line-height: 150%;
}
.footer-soc {
  margin-right: -12px;
  width: 400px;
}
.footer-soc__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #173762;
  width: 100%;
}
.footer-soc__title a {
  color: #173762;
}
.footer-soc__title a:hover {
  text-decoration: underline;
}
.footer-soc__titleIcon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background: #DFE8F3;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  min-width: 24px;
}
.footer-soc__titleIcon svg {
  width: 14px;
  height: 12px;
}
.footer-soc__link {
  margin-right: 12px;
  margin-top: 8px;
}
.footer-soc__link svg {
  width: 45px;
  height: 45px;
  fill: #4B6485;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-soc__link:hover svg {
  fill: #335EEA;
}
.footer-safe svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.footer-safe span {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #173762;
}
.footer-pay {
  margin-right: 14px;
  margin-top: 16px;
}
.footer-pay svg {
  width: 57px;
  height: 31px;
}
.footer-pay:last-child {
  margin-right: 0;
}
.footer-top {
  padding-bottom: 32px;
  border-bottom: 1px solid #D9E2EF;
}
.hide {
  display: none;
}
.experts {
  padding-top: 80px;
}
.experts-block {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.1);
       box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
}
.experts-list {
  margin-top: 48px;
  margin-bottom: 80px;
}
.experts-block {
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
}
.experts-item {
  border-bottom: 1px solid #EDEDED;
}
.experts-item:last-child {
  border: none;
}
.experts-item__title {
  padding: 32px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  color: #032553;
}
.experts-item__title::after {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url("../img/new/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.experts-item__text {
  display: none;
  padding: 0 32px 32px;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #032553;
  margin-top: -16px;
}
.experts-item.open .experts-item__text {
  display: block;
}
.experts-item.open .experts-item__title::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
       transform: rotate(180deg);
}
.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
          align-items: flex-start;
}
.blue-banner {
  background: #041130;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 40px 24px;
  overflow: hidden;
}
.blue-banner__icon {
  width: 80px;
  min-width: 80px;
  margin-right: 24px;
}
.blue-banner__title {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
}
.blue-banner__text {
  margin: 4px 0 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #AABAE1;
}
.blue-banner__btn {
  width: 240px;
}
.blue-banner::before {
  content: "";
  position: absolute;
  left: 540px;
  top: -141px;
  width: 690px;
  height: 533px;
  background-image: url("../img/new/bg-banner.svg");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.blue-banner__absolute {
  z-index: 2;
  right: 32px;
  bottom: 0;
}
.blue-banner__small {
  width: 576px;
}
.blue-banner__margin {
  margin: 16px 0 32px;
}
.blue-banner__two {
  padding: 40px 32px;
}
.blue-banner__rating {
  right: 34px;
  bottom: -30px;
}
.blue-banner__big {
  width: 678px;
}
.blue-banner__three {
  padding: 56px 40px;
}
.academic {
  padding: 140px 0;
}
.academic-list {
  padding-top: 24px;
  margin-bottom: 80px;
}
.academic-item {
  width: -webkit-calc(50% - 9px);
  width: -moz-calc(50% - 9px);
  width: calc(50% - 9px);
  padding: 16px 16px 16px 54px;
  background: #F1F4F8;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #032553;
  margin-top: 16px;
}
.academic-item::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 28px;
  height: 30px;
  background-image: url("../img/new/smile.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.pillars {
  padding: 140px 0;
}
.pillars-list {
  margin-top: 40px;
}
.pillars-item {
  padding: 32px 40px 32px 16px;
  background: #F1F4F8;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  margin-top: 18px;
  position: relative;
  overflow: hidden;
}
.pillars-item::before {
  content: "";
  position: absolute;
  left: 540px;
  top: -141px;
  width: 690px;
  height: 533px;
  background-image: url("../img/new/bg-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pillars-item:first-child {
  margin-top: 0;
}
.pillars-item__lamp {
  width: 40px;
  height: auto;
  margin-right: 10px;
  min-width: 40px;
}
.pillars-item__info, .pillars-item__lamp {
  position: relative;
  z-index: 2;
}
.pillars-item__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #032553;
}
.pillars-item__text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #032553;
}
.pillars-btn {
  width: 240px;
  margin: 40px auto 140px;
}
[data-tabs-content] {
  display: none;
  opacity: 0;
}
[data-tabs-content]:first-child {
  display: block;
  opacity: 1;
}
.need {
  padding: 80px 0;
}
.need-top {
  padding: 0 12px;
  background: #506690;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.steps .need-top {
  background: #1B2A4E;
}
.need .experts-list {
  margin: 48px 0 77px;
  padding-bottom: 77px;
  border-bottom: 1px solid #D9E2EF;
}
.need-tabsWrapper {
  padding-bottom: 77px;
  margin-bottom: 77px;
  border-bottom: 1px solid #D9E2EF;
}
.need-tabs {
  background: #E4ECF8;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.need-tabs__content {
  margin-top: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #173762;
}
.need-tabs__item {
  background: #D7E4F4;
  height: 48px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #032553;
  width: 50%;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  opacity: 0.5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.need-tabs__item.active {
  opacity: 1;
}
.need-tabs__item svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  fill: #506690;
}
.need-item {
  padding: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
       box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  min-height: 100%;
}
.need-item svg {
  display: block;
  width: 48px;
  height: 48px;
}
.need-item__title {
  margin: 10px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #032553;
}
.need-item__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #173762;
}
.need .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          -webkit-align-items: stretch;
             -moz-box-align: stretch;
          align-items: stretch;
}
.need .swiper-slide {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.5;
  height: auto !important;
}
.need .swiper-slide.swiper-slide-active, .need .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.need-slider {
  overflow: visible;
}
.slider-arrow {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
       box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  display: block;
  margin-left: 40px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.slider-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/new/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
       transform: rotate(-90deg);
}
.slider-arrow.slider-prev {
  margin-right: 40px;
  margin-left: 0;
}
.slider-arrow.slider-prev::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
       transform: rotate(90deg);
}
.slider-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
          justify-content: center;
  height: 40px;
  position: relative;
  position: static;
  z-index: 2;
  width: auto !important;
}
.slider-pagination .swiper-pagination-bullet {
  margin: 0 8px 0 0;
  width: 8px;
  height: 8px;
  background: #E3E8EE;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #335EEA;
  width: 16px;
}
.slider-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.slider-flex {
  margin-top: 43px;
}
.guarantees {
  padding: 140px 0;
}
.guarantees-list {
  margin-top: 32px;
}
.guarantees-item {
  margin-top: 16px;
  padding: 32px 24px;
  background: #F1F4F8;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.guarantees-item:first-child {
  margin-top: 0;
}
.guarantees-item::before {
  content: "";
  right: 24px;
  top: 62px;
  width: 60px;
  height: 60px;
  background-image: url("../img/new/guarantees.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.guarantees-item__text {
  width: 915px;
  max-width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #173762;
}
.guarantees-item__number {
  margin-right: 8px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background: #D3DFEE;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
}
.guarantees-item__top {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #032553;
}
.guarantees-item__showTop {
  padding: 4px 16px;
  background: #FFFFFF;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #032553;
  cursor: pointer;
}
.guarantees-item__showTop b {
  font-weight: normal;
  display: none;
}
.guarantees-item__showTop svg {
  display: block;
  margin-left: 8px;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.guarantees-item__show {
  margin-top: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 4;
}
.guarantees-item__showTop.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
       transform: rotate(180deg);
       -webkit-filter: brightness(0) invert(1);
               filter: brightness(0) invert(1)
}
.guarantees-item__showTop:hover svg {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1)
}
.guarantees-item__showTop.active b {
  display: block;
}
.guarantees-item__showTop.active span {
  display: none;
}
.guarantees-item__showTop.active span {
  display: none;
}
.guarantees-item__showTop.active, .guarantees-item__showTop:hover {
  background: #335EEA;
  color: #fff;
}
.white {
  color: #fff;
}
.steps {
  padding: 80px 0;
  background: #020B21;
}
.steps-btn {
  margin: 48px auto 0;
  width: 240px;
}
.steps-list {
  margin-top: 56px;
}
.steps-list::before {
  content: "";
  width: 690px;
  background: #1B2A4E;
  height: 1px;
  position: absolute;
  top: 24px;
  left: 170px;
}
.steps-item {
  width: 315px;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.steps-item__number {
  width: 48px;
  min-width: 48px;
  height: 48px;
  background: #1B2A4E;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 21px;
  line-height: 29px;
}
.steps-item__title {
  margin: 24px 0 8px;
  font-weight: 400;
  font-size: 21px;
  line-height: 29px;
}
.steps-item__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #AABAE1;
}
.take {
  padding: 140px 0;
}
.take-title {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.take-btn {
  margin: 0 auto;
  width: 240px;
}
.take-item {
  padding: 27px 48px 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.1);
       box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  margin: 51px 0 40px;
}
.take-item__text {
  width: 277px;
  max-width: 100%;
  margin-top: 13px;
}
.take-item__text a {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #032553;
  opacity: 0.7;
}
.quility {
  padding: 80px 0;
  background: #020B21;
}
.quility-title {
  margin-bottom: 40px;
}
.quility-left {
  width: 510px;
}
.quility-right {
  width: 460px;
}
.quility-item {
  margin-top: 32px;
}
.quility-item:first-child {
  margin-top: 0;
}
.quility-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}
.quility-item__icon {
  margin-right: 12px;
  background: #0F1D40;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.quility-item__icon svg {
  display: block;
  height: auto;
}
.quility-item__text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #AABAE1;
}
.quility-btn {
  margin-top: 32px;
  width: 100%;
}
.quility-free {
  padding: 60px 32px;
  background: #07112C;
  border: 1px dashed #386342;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}
.quility-free__title {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}
.quility-free__price {
  padding: 32px 0 30px;
  border-bottom: 1px solid #1E273F;
  border-top: 1px solid #1E273F;
}
.quility-free__priceText {
  font-weight: 800;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.quility-free__priceGreen {
  padding: 0 8px;
  background: #82FF9D;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  color: #07112C;
  height: 41px;
}
.quility-free__item {
  margin-bottom: 22px;
}
.quility-free__item:last-child {
  margin-bottom: 24px;
}
.quility-free__itemLeft {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin-right: auto;
}
.quility-free__itemFree {
  width: 56px;
  min-width: 56px;
  height: 32px;
  background: #1B2A4E;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #82FF9D;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
          justify-content: center;
  margin-left: 8px;
}
.quility-free__itemPrice {
  width: 72px;
  min-width: 72px;
  height: 32px;
  background: #1B2A4E;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  padding-left: 8px;
  position: relative;
}
.quility-free__itemPrice::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  height: 2px;
  top: -webkit-calc(50% - 1px);
  top: -moz-calc(50% - 1px);
  top: calc(50% - 1px);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background: #A7B6DE;
}
.best {
  padding: 140px 0;
}
.best-wrapper {
  background: #F1F4F8;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  padding: 80px 32px 115px;
}
.best-tabs {
  background: #FFFFFF;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.best-tabs__item {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #173762;
  background: #FFFFFF;
  cursor: pointer;
  width: 33.3333333333%;
  padding: 10px 0;
  text-align: center;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.best-tabs__item.active {
  background: #335EEA;
  color: #FFFFFF;
}
.best-content {
  margin-top: 43px;
  padding-right: 376px;
  background-image: url("../img/new/best.svg");
  background-repeat: no-repeat;
  background-position: center right;
}
.best-item {
  margin-top: 32px;
  padding-left: 40px;
  background-image: url("../img/new/check.svg");
  background-repeat: no-repeat;
  background-position: left top;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #173762;
}
.best-btn {
  margin-top: 32px;
  width: 240px;
  margin-left: 40px;
}
.best-title {
  font-weight: 400;
  font-size: 31px;
  line-height: 42px;
  color: #032553;
}
.numbers {
  padding: 140px 0;
}
.numbers-list {
  margin: -20px -10px 0;
}
.numbers-block {
  margin-top: 20px;
  width: 33.3333333333%;
  padding: 0 10px;
}
.numbers-item {
  min-height: 100%;
  background: #F1F4F8;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  padding: 24px 16px;
}
.numbers-item__title {
  font-weight: 500;
  font-size: 54px;
  line-height: 50px;
  text-align: center;
  color: #173762;
}
.numbers-item__hr {
  margin: 16px auto;
  width: 180px;
  border-top: 1px dashed #819ABC;
  height: 1px;
  max-width: 100%;
}
.numbers-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #173762;
}
.icons::before {
  content: "";
  left: -96px;
  top: -79px;
  width: 1232px;
  height: 177px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  background-image: url("../img/new/icons.svg");
  position: absolute;
}
.helped {
  padding: 140px 0;
}
.helped-title {
  width: 579px;
  max-width: 100%;
  margin: 0 auto;
}
.helped-list {
  margin: -24px -12px 0;
}
.helped-block {
  margin-top: 24px;
  padding: 0 12px;
  width: 33.3333333333%;
}
.helped-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
       box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  min-height: 100%;
  padding: 32px 24px;
  text-align: center;
}
.helped-item__icon {
  width: 48px;
  margin: 0 auto;
}
.helped-item__icon img {
  margin: 0 auto;
}
.helped-item__title {
  margin: 16px 0 8px;
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
  text-align: center;
  color: #000000;
}
.helped-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #173762;
}
.helped-margin {
  margin-top: 56px;
}
.helped-btn {
  margin: 73px auto 0;
  width: 305px;
}
.main {
  padding: 60px 0 120px;
}
.main-right {
  width: 460px;
}
.main-right iframe {
  display: block;
  width: 100% !important;
}
.main-left {
  width: 520px;
}
.main-title {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #032553;
}
.main-subtitle {
  margin: 8px 0 44px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #173762;
}
.main-btn {
  width: 200px;
}
.main-video {
  background: #F9FBFD;
  border: 1px solid #CDD4E7;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  color: #1B2A4E;
  width: 200px;
  margin-left: 24px;
}
.main-video svg {
  display: block;
  margin: 0 0 0 10px;
  width: 18px;
  height: 28px;
  fill: none;
}
.main-video:hover {
  color: #1B2A4E;
  background: #CDD4E7;
}
.main-green {
  background: #A0FFB5;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 20px 27px 15px 24px;
  margin: 32px 0 56px;
}
.main-green__left {
  width: 58px;
  min-width: 58px;
  margin-right: 16px;
  border-right: 1px solid #67E884;
}
.main-green__percent {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #1D582A;
}
.main-green__leftBottom {
  margin-top: 6px;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #1D582A;
}
.main-green__svg {
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.main-green__text {
  font-weight: 400;
  color: #1D582A;
  margin-right: 18px;
}
.main-green__text b {
  font-weight: 900;
}
.main-ratings {
  margin-right: -18px;
}
.main-rating {
  width: -webkit-calc(33.3333333333% - 18px);
  width: -moz-calc(33.3333333333% - 18px);
  width: calc(33.3333333333% - 18px);
  padding: 12px 12px 12px 8px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
       box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  margin-right: 18px;
}
.main-rating__icon {
  width: 42px;
  min-width: 42px;
  height: 42px;
  margin-right: 10px;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.active .main-rating__icon {
  background: #FFFFFF;
}
.main-rating__icon svg {
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
}
.main .rating__star,
.pageMain .rating__star {
  width: 11px;
  height: 11px;
  margin-top: -3px;
}
.main-rating__top {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #173762;
}
.main-rating__top span {
  margin-right: 4px;
}
.main-rating__top svg {
  display: block;
  width: 11px;
  height: 11px;
  margin-right: 3px;
}
.reviews-tabs__item .rating__star,
.reviews-tabs__item .main-rating__top svg {
  width: 12px;
  height: 12px;
}
.main-rating__top svg:last-child {
  margin-right: 0;
}
.main-rating__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #032553;
}
.main-rating__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.main-rating__absolute {
  font-weight: 400;
  font-size: 24px;
  line-height: 23px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
       transform: translateY(-50%);
  font-weight: 400;
  line-height: 23px;
  color: #173762;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
}
.reviews {
  padding: 80px 0;
}
.reviews .main-rating {
  background: transparent;
  -webkit-box-shadow: none;
          -moz-box-shadow: none;
       box-shadow: none;
  position: relative;
  width: 100%;
  padding: 10px 20px;
}
.reviews .main-rating__top svg, .reviews .main-rating__text {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.reviews .main-rating__text {
  margin: 0;
}
.reviews .main-rating__icon {
  width: 38px;
  min-width: 38px;
  height: 38px;
  margin-right: 8px;
}
.reviews .main-rating__icon svg {
  width: 23px;
  height: 23px;
  margin: auto;
}
.reviews-tabs {
  margin: 24px auto 56px;
  width: 820px;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.reviews-tabs__item {
  width: 33.3333333333%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  background: transparent;
}
.reviews-tabs__item.active {
  background: #335EEA;
}
.reviews-tabs__item.active .main-rating__absolute, .reviews-tabs__item.active .main-rating__text {
  color: #fff;
}
.reviews-tabs__item.active .main-rating__top svg {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.reviews-slider {
  overflow: visible;
}
.reviews-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
       box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 40px 24px;
}
.reviews-item__text {
  margin: 16px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #032553;
  opacity: 0.7;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 72px;
}
.reviews-item__bottom {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #032553;
  opacity: 0.7;
}
.reviews-item .main-rating__icon {
  margin: 0 !important;
  width: 44px;
  min-width: 44px;
  height: 44px;
  margin-right: 16px;
}
.reviews-item .main-rating__icon svg {
  width: 26px;
  height: 26px;
}
.reviews-item__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #032553;
  margin-bottom: 4px;
}
.reviews-item__stars svg,
.homeWorkHelper svg {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 2px;
}
.reviews-item__stars .rating__star,
.homeWorkHelper .rating__star {
  width: 16px;
  height: 16px;
}
.rating__star-off {
  width: 0 !important;
}
.reviews-item__info {
  margin-left: 16px;
}
.reviews .swiper-slide, .meet .swiper-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.reviews .swiper-slide.swiper-slide-next, .reviews .swiper-slide.swiper-slide-active, .reviews .swiper-slide.swiper-slide-next + .swiper-slide, .meet .swiper-slide.swiper-slide-next, .meet .swiper-slide.swiper-slide-active, .meet .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 1;
}
.meet {
  padding: 80px 0 118px;
}
.meet-slider {
  overflow: visible;
  margin-top: 40px;
}
.meet-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
       box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  min-height: 100%;
  padding: 32px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
          flex-direction: column;
}
.meet-item__btn {
  margin-top: 32px;
}
.meet-item__text {
  margin-top: 16px;
  margin-bottom: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #173762;
}
.meet-item__dots {
  padding: 16px 0 20px;
  border-top: 1px dashed #B2B9C9;
  border-bottom: 1px dashed #B2B9C9;
}
.meet-item__dot {
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  background: #F1F4F8;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  text-align: center;
  padding: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #173762;
}
.meet-item__dot p {
  font-weight: 600;
  font-size: 18px;
  color: #032553;
  line-height: 24px;
}
.meet-item__competences {
  margin: 20px 0;
}
.meet-item__competencesTitle {
  padding-bottom: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #032553;
}
.meet-item__competencesList {
  min-height: 60px;
  margin-right: -4px;
}
.meet-item__competencesItem {
  margin-right: 4px;
  margin-bottom: 4px;
  height: 26px;
  background: #F1F4F8;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding: 0 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #667AA9;
}
.meet-item__info {
  margin-top: 14px;
}
.meet-item__infoItem {
  min-width: 103px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #173762;
}
.meet-item__infoItem p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #032553;
}
.meet-item__photo {
  margin-right: 12px;
  width: 54px;
  min-width: 54px;
}
.meet-item__photo img {
  display: block;
  width: 100%;
  height: 52px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  overflow: hidden;
  border: 1px solid #335EEA;
}
.meet-item__topName {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #032553;
}
.meet-item__topStars {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #173762;
}
.meet-item__topStars > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  margin-right: 4px;
}
.meet-item__topStars .rating__star {
  width: 16px;
  height: 16px;
}
.meet-item__topStars svg {
  display: block;
  margin-right: 2px;
  width: 16px;
  height: 16px;
}
.meet .swiper-slide {
  height: auto !important;
}
.meet .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          -webkit-align-items: stretch;
             -moz-box-align: stretch;
          align-items: stretch;
}
.graph {
  padding: 80px 0;
}
.graph-title {
  width: 700px;
  max-width: 100%;
  margin: 0 auto 48px;
}
.graph-wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
       box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  padding: 32px;
}
.graph-tabs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          -webkit-align-items: flex-end;
             -moz-box-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #EDEDED;
}
.graph-tabs__item {
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  color: #335EEA;
  padding: 9px 19px;
  border: 1px solid transparent;
  -webkit-border-radius: 6px 6px 0px 0px;
     -moz-border-radius: 6px 6px 0px 0px;
          border-radius: 6px 6px 0px 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  bottom: -1px;
}
.graph-tabs__item.active {
  border: 1px solid #EDEDED;
  color: #000000;
  border-bottom-color: #fff;
}
.graph-info {
  margin: 27px 0 35px;
}
.graph-info__item {
  margin-right: 46px;
}
.graph-info__item:last-child {
  margin-right: 0;
}
.graph-info__img {
  width: 161px;
  margin-left: 17px;
}
.graph-info__color {
  width: 14px;
  min-width: 14px;
  height: 14px;
  background: #335EEA;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.graph-info__text {
  margin-left: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #032553;
}
.graph-lines {
  width: 100%;
  padding-bottom: 48px;
}
.graph-line {
  margin-top: 35px;
}
.graph-line:first-child {
  margin-top: 0;
}
.graph-line__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #032553;
  opacity: 0.5;
  min-width: 62px;
  width: 62px;
}
.graph-line__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
          flex-grow: 1;
  height: 1px;
  background: #032553;
  opacity: 0.1;
}
.graph-content {
  width: 100%;
  position: relative;
  z-index: 2;
}

.graph-sliderWrapper {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.graph-item {
  text-align: center;
}
.graph-item__gray {
  margin: 12px 0 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #032553;
  opacity: 0.5;
  width: 100%;
}
.graph-item__bottom {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #032553;
  width: 100%;
}
.graph-item__grayLine {
  width: 54px;
  background: #B8B8B8;
  margin-left: 4px;
}
.graph-item__blue {
  background: #335EEA;
  width: 54px;
}
.graph-item__percent {
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
  color: #335EEA;
}
.graph-item__text {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #335EEA;
}
.graph-item__lines {
  width: 100%;
}
.graph-slider {
  width: -webkit-calc(100% - 62px);
  width: -moz-calc(100% - 62px);
  width: calc(100% - 62px);
  margin-left: auto;
  margin-right: 0;
}
.graph .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          -webkit-align-items: flex-end;
             -moz-box-align: end;
          align-items: flex-end;
}
.graph .swiper-pagination {
  display: none;
}

.otstup_new {
  margin-top: 30px;
}

.breadcrumbs {
  background: #F1F4F8;
  padding: 24px 0 48px;
}
.breadcrumbs-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.breadcrumbs-list li {
  display: inline;
  padding-right: 28px;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #173762;
}
.breadcrumbs-list li::after {
  content: "";
  right: 12px;
  top: 0;
  height: 100%;
  position: absolute;
  width: 4px;
  background-image: url('../img/new/arrow-2.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.breadcrumbs-list li a {
  color: #173762;
  text-decoration: none;
}
.breadcrumbs-list li a:hover {
  text-decoration: underline;
  color: #173762;
}
.breadcrumbs-list li:last-child {
  padding: 0rem;
}
.breadcrumbs-list li:last-child::after {
  display: none;
}
.experts-list.shadow {
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.pageMain {
  padding-bottom: 80px;
}
.pageMain-right {
  width: 350px;
}
.pageMain-left {
  width: 660px;
}
.pageMain-btn {
  margin: 32px 0 56px;
  width: 240px;
}
.pageMain-title {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #032553;
}
.sectionSupport {
  padding: 24px 0;
}
.sectionSupport-left {
  width: 670px;
}
.sectionSupport-right {
  width: 360px;
}
.sectionSupport-subtitle {
  margin: 8px 0 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #173762;
}
.sectionSupport-btn {
  width: 240px;
}
.pageNumbers-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  color: #032553;
  margin-bottom: 20px;
}
.pageNumbers-block {
  margin-top: 20px;
  padding: 0 10px;
  width: 25%;
}
.pageNumbers-slider {
  display: none;
  text-align: center;
}
.pageNumbers .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          -webkit-align-items: stretch;
             -moz-box-align: stretch;
          align-items: stretch;
}
.pageNumbers .swiper-slide {
  height: auto !important;
}
.pageNumbers .slider-flex {
  margin-top: 24px;
}

.title-big,
.friendly h2 {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #032553;
}

.trustpilot_bg {
  background: rgb(207 225 219 / 20%);
}
.sitejabber_bg {
  background: rgb(231 218 210 / 20%);
}
.reviewsio_bg {
  background: rgb(193 193 193 / 20%);
}


.guarantees-content {
  font-size: 18px;
  line-height: 24px;
  color: #032553;
  display: none;
  opacity: 0;
  padding-left: 24px;
  margin-top: 32px;
}
.guarantees-content p {
  margin-bottom: 16px;
}

.guarantees-content ul {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #173762;
  list-style: disc !important;
  margin: 0 0 20px 0;
  padding: 0;
}

.guarantees-content ul li {
  display: block;
  position: relative;
  margin-top: 12px;
  padding-left: 26px;
}
.guarantees-content ul li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background: #173762;
}

.guarantees-content ul li:first-child {
  margin-top: 0;
}
.guarantees-content ul:last-child {
  margin-bottom: 0;
}
.header__nav > ul > li.submenu-one-col > .sub-menu {
  width: auto;
  min-width: 180px;
  left: 0;
}
.header__nav > ul > li.submenu-one-col > .sub-menu > li {
  width: 100%;
  padding: 10px;
}
.menu-item-has-children > a:after {
  content: '';
  margin-left: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-right: 2px solid;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
  -webkit-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}
.header .menu-item-has-children:hover > a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .need .swiper-slide {
    height: auto !important;
  }
}
@media (max-width: 1200px) {
  .title-big {
    font-size: 30px;
    line-height: 42px;
  }
  .pageMain-left {
    width: 100%;
  }
  .pageMain-right {
    display: none;
  }
  .header-nav {
    margin: 0 auto;
  }
  .footer-nav {
    width: 230px;
  }
  .blue-banner__absolute {
    right: 16px;
  }
  .blue-banner__rating {
    right: 10px;
  }
  .guarantees-item::before {
    display: none;
  }
  .guarantees-item__text {
    width: 100%;
  }
  .steps-list::before {
    width: 640px;
  }
  .quility-left, .quility-right {
    width: 48%;
  }
  .main-left {
    width: 480px;
  }
  .main-rating__top span {
    margin-right: 1px;
  }
  .sectionSupport-right {
    width: 320px;
  }
  .sectionSupport-left {
    width: 600px;
  }
  .header-nav ul li a {
    font-size: 15px;
  }
  .header-logo {
    width: 180px;
  }
}
@media (max-width: 992px) {
  .pageNumbers-block {
    width: 100%;
  }
  .header-logo {
    width: auto;
  }
  .graph-lines {
    padding-bottom: 73px;
  }
  .header-hamburger {
    display: block;
  }
  .header-nav {
    display: none;
  }
  .header-btn {
    margin-left: auto;
  }
  .support-form {
    width: 100%;
  }
  .subtitle {
    color: #7E90A8;
  }
  .footer-navs {
    padding: 40px 0 0 0;
  }
  .footer-copy {
    margin: 0;
  }
  .footer-nav {
    width: -webkit-calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: calc(50% - 40px);
    margin-bottom: 40px;
  }
  .footer-bottom__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
               -moz-box-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .footer-bottom__right {
    display: none;
  }
  .footer-soc {
    margin-bottom: 24px;
    width: 100%;
  }
  .footer-right {
    width: 100%;
  }
  .experts-list {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.1);
         box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
  }
  .experts-block {
    width: 100%;
    -webkit-box-shadow: none;
            -moz-box-shadow: none;
         box-shadow: none;
    overflow: visible;
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    margin: 0;
  }
  .experts-block:first-child .experts-item {
    border-bottom: 1px solid #EDEDED;
  }
  .blue-banner__absolute {
    right: 20px;
    width: 260px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
              -o-transform: translateY(-50%);
         transform: translateY(-50%);
    top: 50%;
  }
  .blue-banner__small {
    width: 388px;
  }
  .blue-banner__two {
    padding: 40px 20px;
  }
  .blue-banner__big {
    width: 100%;
  }
  .blue-banner__three {
    padding: 56px 30px 56px 20px;
  }
  .blue-banner__rating {
    right: 38px;
    width: 105px;
    bottom: 0;
  }
  .pillars-title {
    text-align: center;
    width: 670px;
    margin: 0 auto;
    max-width: 100%;
  }
  .pillars-item::before {
    display: none;
  }
  .need .swiper-slide.swiper-slide-next {
    opacity: 0.5;
  }
  .need-slider {
    width: 544px;
    max-width: 100%;
    margin: 0;
  }
  .steps-item {
    width: 210px;
  }
  .steps-list::before {
    width: 550px;
    left: 100px;
  }
  .quility-left, .quility-right {
    width: 100%;
  }
  .quility-right {
    margin-top: 68px;
  }
  .best-wrapper {
    padding-bottom: 94px;
  }
  .best-content {
    padding: 0;
    background-image: none;
  }
  .best-tabs__item {
    padding: 10px 20px;
  }
  .best-wrapper {
    padding-bottom: 94px;
  }
  .icons::before {
    top: -79px;
    left: 0;
  }
  .helped-block {
    width: 100%;
  }
  .helped-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
            align-items: flex-start;
  }
  .helped-item__icon {
    margin-right: 16px;
    min-width: 48px;
    margin-left: 0;
  }
  .helped-item__icon img {
    margin: 0;
  }
  .helped-item__title {
    margin-top: 0;
    margin-bottom: 8px;
    text-align: left;
  }
  .helped-item__text {
    text-align: left;
  }
  .main-list {
    display: block;
  }
  .main-left, .main-right {
    width: 100%;
  }
  .main-right {
    margin-top: 60px;
  }
  .main-rating__top span {
    margin-right: 4px;
  }
  .reviews-tabs {
    width: 100%;
  }
  .reviews .swiper-slide.swiper-slide-next + .swiper-slide, .meet .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 0.5;
  }
  .graph-wrapper {
    padding-bottom: 55px;
  }
  .graph .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .graph-slider {
    padding-bottom: 25px;
  }
  .graph-content {
    position: relative;
    top: 25px;
  }
  .graph .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    margin: 0 4px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
    background: #E7EAEE;
  }
  .graph .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0D2550;
  }
  .sectionSupport-right {
    width: 283px;
  }
  .sectionSupport-left {
    width: 395px;
  }
  .guarantees-content {
    padding-left: 0;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .helped {
    padding: 100px 0;
  }
  .sectionSupport-right {
    width: 100%;
  }
  .sectionSupport-img {
    width: 283px;
    margin: 24px auto 0;
  }
  .sectionSupport-left {
    width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  .sectionSupport-btn {
    margin: 0 auto;
  }
  .breadcrumbs {
    padding: 24px 0;
  }
  .blue-banner__absolute {
    display: block;
    position: absolute;
    width: 260px;
    max-width: 100%;
  }
  .blue-banner__absolute img {
    margin: 0 auto;
  }
  .mobileMenu-logo {
    width: 170px;
  }
  .mobileMenu-close {
    width: 20px;
    height: 20px;
    -webkit-background-size: 20px 20px;
       -moz-background-size: 20px;
            background-size: 20px;
  }
  .header {
    height: 60px;
  }
  .header-hamburger {
    margin-right: 12px;
  }
  .header-hamburger__svg {
    width: 24px;
    height: 24px;
  }
  .header-logo {
    width: 170px;
  }
  .header-btn {
    height: 32px;
    width: 111px;
    font-size: 12px;
    padding: 0;
  }
  .page-wrapper {
    padding-top: 60px;
  }
  .footer-nav {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .footer-lang {
    width: 100%;
    margin-bottom: 32px;
  }
  .footer-form {
    width: 100%;
  }
  .footer-form__title {
    width: 100%;
  }
  .footer-form .support-form__btn {
    min-width: 120px;
    margin: 0 0 0 8px;
  }
  .footer-form .support-form__input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            -webkit-flex-grow: 1;
               -moz-box-flex: 1;
            flex-grow: 1;
  }
  .blue-banner__absolute {
    display: block;
    text-align: center;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            -moz-transform: none;
              -o-transform: none;
         transform: none;
    margin: 0 auto;
  }
  .blue-banner__absolute img {
    margin: 12px auto 0;
  }
  .blue-banner__two {
    padding: 40px 12px 0;
    display: block;
    margin: 0 auto;
  }
  .blue-banner__small {
    width: 100%;
    text-align: center;
  }
  .blue-banner__small .blue-banner__btn, .blue-banner__big .blue-banner__btn {
    margin: 0 auto;
  }
  .blue-banner__three {
    display: block;
    padding: 40px 12px 0;
    text-align: center;
  }
  .blue-banner__rating {
    width: 180px;
    position: static;
    margin: 24px auto 0;
    display: block;
  }
  .academic {
    padding: 100px 0;
  }
  .academic-list {
    padding-top: 22px;
  }
  .academic-item {
    width: 100%;
    margin-top: 18px;
  }
  .pillars-btn {
    margin: 40px auto 100px;
  }
  .pillars {
    padding: 100px 0;
  }
  .need .experts-list, .need-tabsWrapper {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .need-tabs__item {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    height: auto;
    padding: 12px 24px;
  }
  .need-tabs__item svg {
    margin: 0 0 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
  }
  .need-tabs__item span {
    display: block;
  }
  .need-item {
    padding: 24px 16px;
  }
  .guarantees {
    padding: 100px 0;
  }
  .steps-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
            align-items: flex-start;
    margin-top: 48px;
  }
  .steps-item:first-child {
    margin-top: 0;
  }
  .steps-item:last-child {
    position: relative;
  }
  .steps-item:last-child .steps-item__info, .steps-item:last-child .steps-item__number {
    position: relative;
    z-index: 2;
  }
  .steps-item:last-child::before {
    content: "";
    position: absolute;
    left: 24px;
    width: 1px;
    top: 0;
    height: 100%;
    background: #020B21;
  }
  .steps-item__title {
    margin-top: 0;
  }
  .steps-item__info {
    margin-left: 12px;
    padding-top: 9px;
  }
  .steps-list {
    display: block;
  }
  .steps-list::before {
    width: 1px;
    top: 0;
    height: 100%;
    left: 24px;
  }
  .take {
    padding: 100px 0;
  }
  .take-item {
    padding: 17px 20px 40px;
    margin: 32px 0 40px;
  }
  .take-item__text {
    width: 100%;
  }
  .quility {
    padding: 60px 0;
  }
  .best {
    padding: 100px 0;
  }
  .best-wrapper {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .numbers {
    padding: 100px 0;
  }
  .numbers-block {
    width: 50%;
  }
  .helped-margin {
    margin-top: 32px;
  }
  .helped-btn {
    margin-top: 56px;
  }
  .main {
    padding: 40px 0 84px;
  }
  .reviews {
    padding: 60px 0;
  }
  .reviews-tabs {
    margin-bottom: 32px;
  }
  .reviews .swiper-slide, .meet .swiper-slide {
    opacity: 1 !important;
  }
  .meet {
    padding: 60px 0 100px;
  }
  .graph {
    padding: 60px 0;
  }
  .graph-title {
    margin-bottom: 32px;
  }
  .pageMain-title {
    font-size: 30px;
    line-height: 42px;
  }
  .footer-copy {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .graph-wrapper {
    padding: 24px 16px;
  }
  .language_switcher select {
    max-width: 100%;
  }
  .footer-lang {
    width: 100%;
    max-width: 100%;
  }
  .footer-copy {
    font-size: 16px;
    width: 100%;
    margin-bottom: 12px;
  }
  .footer-bottom__left {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
  }
  .footer-bottom__left img {
    margin: 0 auto;
  }
  .graph-info {
    display: block;
  }
  .graph-info__item {
    margin: 10px 0 0 0;
  }
  .pageMain-btn {
    width: 100%;
  }
  .graph-info__item:first-child {
    margin-top: 0;
  }
  .support-form__btn {
    width: 100%;
  }
  .support-form__input {
    width: 100%;
  }
  .subtitle {
    color: #173762;
  }
  .footer-bottom {
    padding-top: 40px;
  }
  .footer-navs {
    padding: 40px 0 16px 0;
  }
  .footer-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .footer-center {
    padding-top: 0;
    border-top: none;
  }
  .footer-form .support-form__btn {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .footer-center {
    padding-bottom: 56px;
  }
  .experts-item__title {
    padding: 32px 16px;
  }
  .experts-item__text {
    padding: 0 16px 32px;
  }
  .blue-banner {
    display: block;
  }
  .blue-banner__icon {
    margin: 0 0 24px;
  }
  .blue-banner__btn {
    width: 100%;
  }
  .blue-banner__two {
    padding: 40px 12px 0;
  }
  .pillars-btn {
    width: 100%;
    margin: 40px auto 100px;
  }
  .take-btn {
    width: 100%;
  }
  .quility-free {
    padding: 60px 12px;
  }
  .best-wrapper {
    padding: 60px 12px;
    margin: 0 -10px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  .best-tabs__item {
    padding: 10px 12px;
  }
  .numbers-block {
    width: 100%;
  }
  .icons::before {
    left: -50px;
  }
  .helped-btn {
    width: 100%;
  }
  .main-buttons {
    display: block;
  }
  .main-btn {
    margin: 0 0 24px;
    width: 100%;
  }
  .main-video {
    margin: 0;
    width: 100%;
  }
  .main-ratings {
    margin-right: -12px;
  }
  .main-rating {
    margin-right: 12px;
    display: block;
    width: -webkit-calc(33.3333333333% - 12px);
    width: -moz-calc(33.3333333333% - 12px);
    width: calc(33.3333333333% - 12px);
  }
  .main-rating__icon {
    margin: 0 0 8px;
  }
  .reviews .main-rating {
    padding: 10px 12px;
  }
  .reviews .main-rating__icon {
    margin-bottom: 2px;
  }
  .main-rating__absolute {
    -webkit-transform: none;
        -ms-transform: none;
            -moz-transform: none;
              -o-transform: none;
         transform: none;
    top: 18px;
    left: 60px;
  }
  .graph-tabs__item {
    line-height: 24px;
  }
  .graph-wrapper {
    padding-bottom: 55px;
  }
  .sectionSupport-btn {
    width: 100%;
  }
  /*.pageNumbers-slider {
    display: block;
    margin-right: -10px;
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
  }
  .pageNumbers .numbers-list {
    display: none;
  }*/
}
@media (max-width: 365px) {
  .header-logo {
    width: 145px;
  }
  .header-btn {
    height: 30px;
    width: 100px;
    font-size: 11px;
  }
  .need-tabs__item {
    font-size: 14px;
  }
  .guarantees-item {
    padding: 24px 16px;
  }
  .guarantees-item__top {
    font-size: 16px;
    line-height: 20px;
  }
  .guarantees-item__text {
    font-size: 16px;
    line-height: 24px;
  }
  .quility-free__itemLeft {
    padding-right: 6px;
  }
  .best-tabs__item {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .helped-item {
    padding: 24px 16px;
  }
  .main-title {
    font-size: 30px;
    line-height: 40px;
  }
  .pageMain-title {
    font-size: 28px;
    line-height: 40px;
  }
}