@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-SemiBold.woff");
  font-style: normal;
  font-weight: 600;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@-webkit-keyframes step-accent {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 36, 108, 0), 0 0 0 0 rgba(254, 36, 108, 0);
            box-shadow: 0 0 0 0 rgba(254, 36, 108, 0), 0 0 0 0 rgba(254, 36, 108, 0);
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(254, 36, 108, 0.3), 0 0 0 10px rgba(254, 36, 108, 0.1);
            box-shadow: 0 0 0 5px rgba(254, 36, 108, 0.3), 0 0 0 10px rgba(254, 36, 108, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(254, 36, 108, 0), 0 0 0 20px rgba(254, 36, 108, 0);
            box-shadow: 0 0 0 10px rgba(254, 36, 108, 0), 0 0 0 20px rgba(254, 36, 108, 0);
  }
}

@keyframes step-accent {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 36, 108, 0), 0 0 0 0 rgba(254, 36, 108, 0);
            box-shadow: 0 0 0 0 rgba(254, 36, 108, 0), 0 0 0 0 rgba(254, 36, 108, 0);
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(254, 36, 108, 0.3), 0 0 0 10px rgba(254, 36, 108, 0.1);
            box-shadow: 0 0 0 5px rgba(254, 36, 108, 0.3), 0 0 0 10px rgba(254, 36, 108, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(254, 36, 108, 0), 0 0 0 20px rgba(254, 36, 108, 0);
            box-shadow: 0 0 0 10px rgba(254, 36, 108, 0), 0 0 0 20px rgba(254, 36, 108, 0);
  }
}

@-webkit-keyframes step-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 174, 202, 0), 0 0 0 0 rgba(0, 174, 202, 0);
            box-shadow: 0 0 0 0 rgba(0, 174, 202, 0), 0 0 0 0 rgba(0, 174, 202, 0);
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 174, 202, 0.3), 0 0 0 10px rgba(0, 174, 202, 0.1);
            box-shadow: 0 0 0 5px rgba(0, 174, 202, 0.3), 0 0 0 10px rgba(0, 174, 202, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 174, 202, 0), 0 0 0 20px rgba(0, 174, 202, 0);
            box-shadow: 0 0 0 10px rgba(0, 174, 202, 0), 0 0 0 20px rgba(0, 174, 202, 0);
  }
}

@keyframes step-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 174, 202, 0), 0 0 0 0 rgba(0, 174, 202, 0);
            box-shadow: 0 0 0 0 rgba(0, 174, 202, 0), 0 0 0 0 rgba(0, 174, 202, 0);
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 174, 202, 0.3), 0 0 0 10px rgba(0, 174, 202, 0.1);
            box-shadow: 0 0 0 5px rgba(0, 174, 202, 0.3), 0 0 0 10px rgba(0, 174, 202, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 174, 202, 0), 0 0 0 20px rgba(0, 174, 202, 0);
            box-shadow: 0 0 0 10px rgba(0, 174, 202, 0), 0 0 0 20px rgba(0, 174, 202, 0);
  }
}

@-webkit-keyframes animation {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animation {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
}

@-webkit-keyframes scale-2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes scale-2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@media screen and (min-width: 1025px) {
  [data-detect-viewport].in-view .header__row {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .welcome__content {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .benefit__inner {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .features__inner .s-head {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].experts__inner.in-view .s-head {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].experts__inner.in-view .experts__slider {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].experts__table.in-view .table {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].acc__inner.in-view .s-head {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].acc__inner.in-view .acc-info {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].video__inner.in-view .s-head {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].video__inner.in-view .video__content {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].prices__inner.in-view .s-head {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].prices__inner.in-view .prices__content {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].faq__inner.in-view .s-head {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].faq__inner.in-view .faq-menu {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .feature-item:nth-of-type(1) {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .feature-item:nth-of-type(2) {
    -webkit-animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .feature-item:nth-of-type(3) {
    -webkit-animation: animation 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-detect-viewport].in-view .feature-item:nth-of-type(4) {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  [data-animate-in] {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  [data-animate-left] {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  [data-animate-right] {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  [data-animate-down] {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

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

html, body {
  min-height: 100%;
  position: relative;
}

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

html * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  outline: none;
}

body {
  font: 16px "OpenSans", sans-serif;
  line-height: 24px;
  color: #222222;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 19px;
  }
}

::-webkit-input-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

input, textarea, select, option, button, label {
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, li, nav, ol, menu {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

label, [type='submit'] {
  cursor: pointer;
}

fieldset, [type='submit'] {
  border: none;
}

[class^='icon-'] {
  display: inline-block;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.main-content__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.body-fixed {
  overflow: hidden;
}

.body-fixed.mob-device {
  position: fixed;
  height: 100%;
  width: 100%;
}

.title {
  font-weight: 400;
}

.title_l {
  font-size: 48px;
  line-height: 64px;
}

@media screen and (max-width: 1110px) {
  .title_l {
    font-size: 38px;
    line-height: 52px;
  }
}

@media screen and (max-width: 768px) {
  .title_l {
    font-size: 28px;
    line-height: 38px;
  }
}

.title_m {
  font-size: 21px;
  line-height: 28px;
  color: #848D9F;
}

@media screen and (max-width: 1110px) {
  .title_m {
    font-size: 16px;
    line-height: 24px;
  }
}

.title_s {
  font-size: 16px;
  line-height: 24px;
  color: #848D9F;
}

.title_xs {
  font-size: 12px;
  line-height: 24px;
  color: #848D9F;
}

.title_bold {
  font-weight: 600;
}

.title_up {
  text-transform: uppercase;
}

.title span {
  color: #FE246C;
}

.subtitle {
  font-size: 16px;
  line-height: 19px;
  color: #848D9F;
  margin-top: 8px;
  text-align: center;
}

.link {
  font-size: 16px;
  line-height: 24px;
  color: #848D9F;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.link:visited {
  color: #DADCE6;
}

.link:hover {
  color: #2E4057;
}

.link:active {
  color: #222222;
}

@media screen and (max-width: 1110px) {
  .link {
    font-size: 14px;
    line-height: 24px;
  }
}

.link_blue {
  color: #00AECA;
}

.link_blue:hover {
  color: #008297;
}

.link_blue:active {
  color: #222222;
}

.link_blue:visited {
  color: #64CADB;
}

.icon-login {
  width: 12px;
  height: 10px;
  fill: #848D9F;
}

.icon-message, .icon-phone, .icon-camera {
  fill: #00AECA;
}

.icon-message {
  width: 24px;
  height: 22px;
}

.icon-phone {
  width: 22px;
  height: 22px;
}

.icon-camera {
  width: 26px;
  height: 20px;
}

.icon-ruble {
  width: 22px;
  height: 32px;
  fill: #848D9F;
}

@media screen and (max-width: 1110px) {
  .icon-ruble {
    width: 14px;
    height: 22px;
  }
}

.icon-infinite {
  width: 21px;
  height: 13px;
  fill: #FE246C;
}

.icon-infinite_grey {
  fill: #848D9F;
}

.icon-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  border: 2px solid #FE246C;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  color: #FE246C;
}

.icon-one:after {
  content: '1';
}

.icon-one_grey {
  color: #848D9F;
  border: 2px solid #848D9F;
}

.icon-arrow-right {
  width: 10px;
  height: 14px;
  fill: #fff;
}

.icon-close {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.icon-close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #848D9F;
}

.icon-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #848D9F;
}

.icon-toggle:before, .icon-toggle:after {
  content: "";
  position: absolute;
  background-color: #848D9F;
  width: 3px;
  height: 11px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.icon-toggle:before {
  -webkit-transform: translate(-3px, 0) rotate(45deg);
          transform: translate(-3px, 0) rotate(45deg);
}

.icon-toggle:after {
  -webkit-transform: translate(3px, 0) rotate(-45deg);
          transform: translate(3px, 0) rotate(-45deg);
}

.icon-toggle_active:before, .icon-toggle_active:after {
  width: 3px;
  height: 16px;
}

.icon-toggle_active:before {
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
}

.icon-toggle_active:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}

.icon-star {
  background: url("../img/icons-img/star.svg") center/cover no-repeat;
  width: 19px;
  height: 19px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  text-align: center;
  background-color: #FE246C;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(254, 36, 108, 0.2);
          box-shadow: 0 5px 10px rgba(254, 36, 108, 0.2);
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}

.btn:hover {
  background-color: #DF2761;
  -webkit-box-shadow: 0 3px 5px rgba(223, 39, 97, 0.2);
          box-shadow: 0 3px 5px rgba(223, 39, 97, 0.2);
}

.btn:active {
  background-color: #D2265C;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn_op {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  color: #848D9F;
  border: 1px solid #C1C6CF;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.btn_op:hover {
  background-color: #F2F3F5;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn_op:active {
  background-color: #D9E0EA;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn_blue {
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #00AECA;
}

.btn_blue:hover {
  background-color: #008fa6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn_blue:active {
  background-color: #008297;
}

.btn_right {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.btn_center {
  -ms-flex-item-align: center;
      align-self: center;
}

.btn_xs {
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
}

.btn_s {
  height: 50px;
  line-height: 50px;
  padding: 0 33.5px;
}

@media screen and (max-width: 768px) {
  .btn_s {
    padding: 0 16.5px;
  }
}

.btn_m {
  height: 54px;
  line-height: 54px;
  padding: 0 38px;
}

.btn_l {
  height: 62px;
  line-height: 62px;
  padding: 0 58px;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.btn-group .btn:not(:last-child) {
  margin-right: 10px;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
}

@keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
}

.welcome-anim {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  font-size: 35px;
  line-height: 40px;
  color: #ecf0f1;
  font-size: 48px;
  line-height: 64px;
  color: #222222;
  margin-bottom: 20px;
}

@media screen and (max-width: 1110px) {
  .welcome-anim {
    margin-bottom: 28px;
    font-size: 38px;
    line-height: 52px;
  }
}

@media screen and (max-width: 768px) {
  .welcome-anim {
    font-size: 28px;
    line-height: 38px;
  }
}

@media screen and (max-width: 320px) {
  .welcome-anim {
    font-size: 26px;
    line-height: 34px;
  }
}

.welcome-anim__firstline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 64px;
}

@media screen and (max-width: 1110px) {
  .welcome-anim__firstline {
    height: 52px;
  }
}

@media screen and (max-width: 768px) {
  .welcome-anim__firstline {
    height: 38px;
  }
}

.welcome-anim__list {
  margin: 0 5px;
  height: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: left;
  -webkit-animation-name: change;
          animation-name: change;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (max-width: 1110px) {
  .welcome-anim__list {
    height: 208px;
  }
}

@media screen and (max-width: 768px) {
  .welcome-anim__list {
    height: 152px;
  }
}

.welcome-anim__list-item {
  line-height: 64px;
  color: #FE246C;
}

@media screen and (max-width: 1110px) {
  .welcome-anim__list-item {
    line-height: 52px;
  }
}

@media screen and (max-width: 768px) {
  .welcome-anim__list-item {
    line-height: 38px;
  }
}

.header {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 5;
}

@media screen and (max-width: 576px) {
  .header {
    top: 30px;
  }
}

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

.header__left, .header__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__container {
  width: 100%;
  max-width: 1370px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.login {
  color: #222222;
}

.login__icon {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .login__icon {
    display: none;
  }
}

.login__text {
  font-size: 12px;
}

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

.menu__item:not(:last-child) {
  margin-right: 30px;
}

.menu__link {
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.menu-hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  .menu-hamburger {
    display: block;
  }
}

.menu-hamburger__item {
  width: 20px;
  height: 2px;
}

.menu-hamburger__item:not(:last-child) {
  margin-bottom: 5px;
}

.menu-hamburger_pos_left {
  margin-right: 15px;
}

.menu-hamburger_pos_right {
  margin-left: 15px;
}

.logo {
  display: inline-block;
}

.logo__img {
  width: 163px;
  height: auto;
}

@media screen and (max-width: 1110px) {
  .logo__img {
    width: 130px;
  }
}

@media screen and (max-width: 768px) {
  .logo__img {
    width: 92px;
  }
}

.footer {
  background-color: #F2F3F5;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 44px;
    padding: 56px;
  }
}

.footer__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1132px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }
}

.footer__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

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

.footer__copy {
  color: #848D9F;
}

@media screen and (max-width: 768px) {
  .footer__copy {
    text-align: center;
  }
}

.footer__phone {
  display: block;
  font-size: 21px;
  line-height: 24px;
  color: #222222;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .footer__phone {
    margin-bottom: 35px;
  }
}

.footer__phone:hover {
  color: #2E4057;
}

.footer__phone:active {
  color: #222222;
}

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

@media screen and (max-width: 768px) {
  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.footer-info__item:not(:last-child) {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .footer-info__item {
    margin-bottom: 26px;
    text-align: center;
  }
  .footer-info__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6px;
  }
}

.welcome {
  position: relative;
  height: 800px;
}

@media screen and (max-width: 1110px) {
  .welcome {
    height: 800px;
  }
}

@media screen and (max-width: 576px) {
  .welcome {
    height: 670px;
  }
}

.welcome__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  max-width: 1372px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
}

.welcome__content {
  width: 100%;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: auto;
}

.welcome__img {
  -ms-flex-item-align: center;
      align-self: center;
}

@media screen and (max-width: 1110px) {
  .welcome__img {
    max-width: 418px;
    width: 100%;
  }
}

.welcome__caption {
  margin-top: -110px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .welcome__caption {
    margin-top: -65px;
  }
}

.welcome__title {
  margin-bottom: 20px;
  color: #222222;
}

.welcome__descr {
  width: 100%;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .welcome__btn {
    padding: 0;
    width: 100%;
  }
}

.s-head {
  text-align: center;
  margin-bottom: 76px;
}

@media screen and (max-width: 1110px) {
  .s-head {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 768px) {
  .s-head {
    margin-bottom: 36px;
  }
}

.s-head__subtitle {
  margin-top: 8px;
  color: #848D9F;
  font-size: 16px;
  line-height: 19px;
}

@media screen and (max-width: 768px) {
  .s-head__subtitle {
    font-size: 14px;
    line-height: 24px;
  }
}

.down {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .down {
    display: none;
  }
}

.down__icon {
  position: relative;
  width: 20px;
  height: 30px;
  margin-right: 24px;
  -webkit-box-shadow: inset 0 0 0 1px #848D9F;
          box-shadow: inset 0 0 0 1px #848D9F;
  border-radius: 25px;
}

.down__icon:before {
  content: '';
  position: absolute;
  left: calc(50% - 1px);
  border-radius: 2px;
  width: 2px;
  height: 5px;
  background: #2E4057;
  top: 2px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}

.down__text {
  text-transform: uppercase;
  color: #848D9F;
  font-size: 12px;
  line-height: 12px;
}

.benefit {
  padding: 110px 0;
  background-color: #F2F3F5;
  border-top: 1px solid rgba(132, 141, 159, 0.3);
  border-bottom: 1px solid rgba(132, 141, 159, 0.3);
}

@media screen and (max-width: 1110px) {
  .benefit {
    padding: 90px 0;
  }
}

@media screen and (max-width: 576px) {
  .benefit {
    padding: 54px 0 40px;
  }
}

.benefit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1120px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 576px) {
  .benefit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
}

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

@media screen and (max-width: 576px) {
  .benefit-item:not(:last-child) {
    margin-bottom: 68px;
  }
}

.benefit-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 576px) {
  .benefit-item__head {
    margin-bottom: 0;
  }
}

.benefit-item__count {
  font-size: 50px;
  line-height: 50px;
  color: #00AECA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.benefit-item__num:not(:last-child) {
  margin-right: 10px;
}

.benefit-item__num:not(:first-child):before {
  content: '/';
  margin-right: 10px;
}

.benefit-item__icon {
  height: 43px;
  width: auto;
  margin-right: 14px;
}

.features {
  position: relative;
  padding-top: 86px;
  padding-bottom: 215px;
}

@media screen and (max-width: 1110px) {
  .features {
    padding-top: 70px;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 768px) {
  .features {
    padding-bottom: 90px;
  }
}

.features__inner {
  width: 100%;
  max-width: 1118px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.features__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .features__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.features__title {
  text-align: center;
  margin-bottom: 70px;
}

.features__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 8px 20px rgba(26, 61, 107, 0.12);
          box-shadow: 0 8px 20px rgba(26, 61, 107, 0.12);
  border-radius: 12px;
  padding: 40px 50px;
}

@media screen and (max-width: 768px) {
  .features__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 25px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .features__btn {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 8px);
  -webkit-box-shadow: 0 8px 20px rgba(26, 61, 107, 0.12);
          box-shadow: 0 8px 20px rgba(26, 61, 107, 0.12);
  border-radius: 12px;
  padding: 34px 50px;
  margin-bottom: 15px;
}

.feature-item:not(:nth-of-type(2n)) {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .feature-item {
    width: 100%;
    padding: 25px;
    margin-bottom: 0;
  }
  .feature-item:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .feature-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.feature-item__icon {
  height: 50px;
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .feature-item__icon {
    margin-bottom: 0;
    height: 40px;
  }
  .feature-item__icon_skilled {
    width: 77px;
    height: 38px;
  }
  .feature-item__icon_family {
    width: 67px;
    height: 41px;
  }
  .feature-item__icon_liberty {
    width: 58px;
    height: 38px;
  }
  .feature-item__icon_advice {
    width: 41px;
    height: 41px;
  }
}

.feature-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .feature-item__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .feature-item__title {
    margin-left: 16px;
  }
}

.features-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .features-line {
    margin-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.features-line__item:not(:last-child) {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .features-line__item:nth-child(3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .features-line__descr {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12px;
  }
}

.experts {
  position: relative;
}

.experts .s-head {
  padding: 0 16px;
}

.experts__inner {
  width: 100%;
  max-width: 1120px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 576px) {
  .experts__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.experts__head {
  text-align: center;
  margin-bottom: 70px;
}

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

@media screen and (max-width: 1110px) {
  .experts__slider {
    padding-bottom: 85px;
  }
}

@media screen and (max-width: 1110px) {
  .experts__slider .owl-item {
    padding: 10px 0;
  }
}

.experts__slider .owl-dots {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

.experts__slider .owl-dots > button {
  margin: 0 auto;
  display: inline-block;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: rgba(0, 0, 0, 0.4);
  margin-right: 18px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.experts__slider .owl-dots > button.active {
  background-color: #00AECA;
  -webkit-transform: scale(1.45);
          transform: scale(1.45);
}

.experts__slider .owl-dots > button:last-child {
  margin-right: 0;
}

.experts__table {
  padding-top: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.experts__table:before {
  content: '';
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 100%;
  height: 310px;
  background-color: #F2F3F5;
  border-top: 1px solid rgba(132, 141, 159, 0.3);
  border-bottom: 1px solid rgba(132, 141, 159, 0.3);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .experts__table {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .experts__btn {
    display: none;
  }
}

.owl-carousel.off {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.expert-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  max-width: 352px;
  height: 392px;
  width: 100%;
  padding: 75px 0 28px;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 20px rgba(26, 61, 107, 0.12);
          box-shadow: 0 2px 20px rgba(26, 61, 107, 0.12);
}

.expert-card:hover .expert-card__avatar {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.expert-card:not(:last-child) {
  margin-right: 16px;
}

@media screen and (max-width: 1110px) {
  .expert-card {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .expert-card {
    max-width: 300px;
    height: 372px;
    padding: 75px 0 20px;
    margin-bottom: 20px;
  }
}

.expert-card__exp {
  position: absolute;
  top: 20px;
  right: 0;
  color: #848D9F;
  background-color: #F2F3F5;
  padding: 10px 17px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.expert-card__category {
  margin-bottom: 5px;
}

.expert-card__avatar {
  margin: 0 auto 30px;
  border-radius: 50%;
  width: 154px;
  height: 154px;
  max-width: 154px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

@media screen and (max-width: 768px) {
  .expert-card__avatar {
    margin: 0 auto 25px;
  }
}

.expert-card__content {
  text-align: center;
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .expert-card__content {
    margin-right: 22px;
    margin-left: 22px;
    padding-bottom: 15px;
  }
}

.expert-card__info {
  border-top: 1px solid rgba(132, 141, 159, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 10px 0;
  margin: 0 15px;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .expert-card__info {
    margin: 0 22px;
    padding-top: 22px;
    padding-right: 0;
    padding-left: 0;
  }
}

.expert-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.expert-card__star:not(:last-child) {
  margin-right: 4px;
}

.table {
  position: relative;
  width: 100%;
  max-width: 1118px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .table {
    margin-bottom: 0;
  }
}

.table__close {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  right: 25px;
  top: 15px;
  z-index: 3;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.table__close_visible {
  opacity: 1;
  pointer-events: auto;
  overflow: visible;
}

.table__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 560px;
  overflow: hidden;
  background-color: #fff;
  padding: 30px 60px 60px 35px;
  -webkit-box-shadow: 0 8px 20px rgba(26, 61, 107, 0.12);
          box-shadow: 0 8px 20px rgba(26, 61, 107, 0.12);
  border-radius: 12px;
}

@media screen and (max-width: 1110px) {
  .table__inner {
    height: 615px;
  }
}

@media screen and (max-width: 768px) {
  .table__inner {
    padding: 15px 15px 15px 22px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.table__content {
  position: relative;
  max-width: 638px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .table__content {
    margin-left: 56px;
  }
}

.table__menu {
  overflow-y: auto;
  width: 100%;
  max-width: 294px;
  margin-right: 56px;
}

.table__menu::-webkit-scrollbar {
  width: 3px;
}

.table__menu::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: rgba(34, 34, 34, 0.12);
}

.table__menu::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #D5CEC5;
  outline: 1px solid slategrey;
}

@media screen and (max-width: 1110px) {
  .table__menu {
    max-width: 234px;
    margin-right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .table__menu {
    position: absolute;
    left: 0;
    margin-left: 22px;
    width: 33px;
    height: 615px;
    max-width: 100%;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 1;
  }
  .table__menu_visible {
    overflow-y: auto;
    width: 100%;
  }
  .table__menu_visible .table-submenu {
    height: auto;
    opacity: 1;
    pointer-events: auto;
    overflow: visible;
  }
}

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

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

.table-menu__item:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .table-menu__item:not(:last-child) {
    margin-bottom: 18px;
  }
}

.table-menu__tag {
  margin-right: 35px;
  color: #00AECA;
}

@media screen and (max-width: 1110px) {
  .table-menu__tag {
    margin-right: 22px;
  }
}

@media screen and (max-width: 768px) {
  .table-submenu {
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.table-submenu__item {
  max-width: 190px;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.table-submenu__item:hover {
  opacity: 0.8;
}

.table-submenu__item_active {
  color: #FE246C;
  text-decoration: underline;
}

.table-submenu__item:not(:last-child) {
  margin-bottom: 16px;
}

.table-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.table-content_visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow: visible;
  pointer-events: auto;
  opacity: 1;
}

.table-content__title {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .table-content__title {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1110px) {
  .table-content__text {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 576px) {
  .table-content__text {
    font-size: 12px;
    line-height: 18px;
  }
}

.table-content__head {
  margin-bottom: 48px;
}

@media screen and (max-width: 1110px) {
  .table-content__head {
    margin-bottom: 38px;
  }
}

.table-content__list-item {
  position: relative;
  padding-left: 38px;
}

.table-content__list-item:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #DADCE6;
}

.table-content__list-item:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (max-width: 1110px) {
  .table-content__list-item {
    font-size: 14px;
    line-height: 22px;
  }
  .table-content__list-item:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 576px) {
  .table-content__list-item {
    padding-left: 28px;
    font-size: 12px;
    line-height: 18px;
  }
  .table-content__list-item:before {
    width: 15px;
    height: 1px;
  }
  .table-content__list-item:not(:last-child) {
    margin-bottom: 6px;
  }
}

.acc {
  position: relative;
  padding: 210px 0;
}

@media screen and (max-width: 1110px) {
  .acc {
    padding: 150px 0;
  }
}

@media screen and (max-width: 768px) {
  .acc {
    padding: 0px 0 120px;
  }
}

.acc__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  max-width: 1112px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.acc-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1110px) {
  .acc-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.acc-info__item {
  position: absolute;
}

@media screen and (max-width: 1110px) {
  .acc-info__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .acc-info__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.acc-info__item_active .acc-info__btn {
  background-color: #00AECA;
  -webkit-animation: step-blue 1.7s linear infinite;
          animation: step-blue 1.7s linear infinite;
}

.acc-info__item_active .acc-info__btn-inner:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.acc-info__item_active .acc-info__content {
  opacity: 1;
  height: auto;
  overflow: visible;
}

@media screen and (max-width: 1110px) {
  .acc-info__item_active .acc-info__descr {
    max-height: 100vh;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
    padding: 20px 0 25px;
  }
}

.acc-info__item:nth-of-type(1) {
  top: 64px;
  left: 250px;
}

@media screen and (max-width: 1110px) {
  .acc-info__item:nth-of-type(1) {
    top: auto;
    left: auto;
    right: auto;
  }
}

.acc-info__item:nth-of-type(2) {
  top: 87px;
  left: 440px;
}

@media screen and (max-width: 1110px) {
  .acc-info__item:nth-of-type(2) {
    top: auto;
    left: auto;
    right: auto;
  }
}

.acc-info__item:nth-of-type(3) {
  top: 228px;
  left: 440px;
}

@media screen and (max-width: 1110px) {
  .acc-info__item:nth-of-type(3) {
    top: auto;
    left: auto;
    right: auto;
  }
}

.acc-info__item:nth-of-type(4) {
  top: 56px;
  right: 509px;
}

@media screen and (max-width: 1110px) {
  .acc-info__item:nth-of-type(4) {
    top: auto;
    left: auto;
    right: auto;
  }
}

.acc-info__item:nth-of-type(4) .acc-info__content {
  right: -295px;
  left: auto;
}

@media screen and (max-width: 1110px) {
  .acc-info__item:nth-of-type(4) .acc-info__content {
    right: auto;
  }
}

.acc-info__item:nth-of-type(5) {
  top: 87px;
  right: 363px;
}

@media screen and (max-width: 1110px) {
  .acc-info__item:nth-of-type(5) {
    top: auto;
    left: auto;
    right: auto;
  }
}

.acc-info__item:nth-of-type(5) .acc-info__content {
  right: -295px;
  left: auto;
}

@media screen and (max-width: 1110px) {
  .acc-info__item:nth-of-type(5) .acc-info__content {
    right: auto;
  }
}

.acc-info__img {
  margin-left: auto;
}

@media screen and (max-width: 1110px) {
  .acc-info__img {
    display: none;
  }
}

.acc-info__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  background-color: #FE246C;
  border-radius: 50%;
  cursor: pointer;
  -webkit-animation: step-accent 1.7s linear infinite;
          animation: step-accent 1.7s linear infinite;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 1110px) {
  .acc-info__btn {
    pointer-events: none;
  }
}

.acc-info__btn:hover {
  -webkit-box-shadow: 0 5px 14px 2px rgba(254, 36, 108, 0.4);
          box-shadow: 0 5px 14px 2px rgba(254, 36, 108, 0.4);
}

@media screen and (max-width: 1110px) {
  .acc-info__btn {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 3;
  }
}

.acc-info__btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: auto;
}

.acc-info__btn-inner:after, .acc-info__btn-inner:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  margin: auto;
  top: 10px;
  background: #fff;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.acc-info__btn-inner:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.acc-info__content {
  position: absolute;
  left: -250px;
  z-index: 2;
  top: 0;
  width: 238px;
  height: 0;
  border-radius: 12px;
  padding: 30px 28px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 20px rgba(26, 61, 107, 0.12);
          box-shadow: 0 8px 20px rgba(26, 61, 107, 0.12);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 1110px) {
  .acc-info__content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 1;
    padding: 18px 25px 0;
  }
}

.acc-info__head {
  padding-bottom: 12px;
  margin-bottom: 17px;
  position: relative;
  text-align: left;
}

.acc-info__head:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #00AECA;
}

@media screen and (max-width: 1110px) {
  .acc-info__head {
    padding-left: 52px;
    padding-bottom: 0;
    margin-bottom: 18px;
  }
  .acc-info__head:after {
    display: none;
  }
}

.acc-info__descr {
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 1110px) {
  .acc-info__descr {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
  }
}

.acc-info__text {
  font-size: 14px;
  line-height: 22px;
}

.video {
  position: relative;
  padding-bottom: 210px;
}

@media screen and (max-width: 1110px) {
  .video {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 768px) {
  .video {
    padding-bottom: 100px;
  }
}

.video__inner {
  width: 100%;
  max-width: 886px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1110px) {
  .video__content {
    display: none;
  }
}

.video__item {
  -webkit-box-shadow: 0 8px 40px rgba(26, 61, 107, 0.3);
          box-shadow: 0 8px 40px rgba(26, 61, 107, 0.3);
  border-radius: 5px;
  max-height: 505px;
  -o-object-fit: cover;
     object-fit: cover;
}

.steps {
  display: none;
  position: relative;
}

@media screen and (max-width: 1110px) {
  .steps {
    display: block;
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 576px) {
  .steps {
    width: 100%;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
}

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

.step-list__item:not(:last-child) {
  margin-bottom: 45px;
}

.step-list__icon {
  width: 34px;
  height: 34px;
  margin-right: 14px;
}

.step-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.prices {
  position: relative;
}

.prices:before {
  content: '';
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
  height: 310px;
  background-color: #F2F3F5;
  border-top: 1px solid rgba(132, 141, 159, 0.3);
  border-bottom: 1px solid rgba(132, 141, 159, 0.3);
  z-index: -1;
}

@media screen and (max-width: 1110px) {
  .prices:before {
    height: 210px;
    bottom: 111px;
  }
}

.prices__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 575px;
}

@media screen and (max-width: 1110px) {
  .prices__content {
    min-height: 480px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.prices__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  max-width: 902px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.price-item {
  max-width: 400px;
  width: 100%;
  padding: 30px 66px;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 20px rgba(26, 61, 107, 0.12);
          box-shadow: 0 8px 20px rgba(26, 61, 107, 0.12);
}

@media screen and (max-width: 1110px) {
  .price-item {
    margin: 0 auto;
    padding: 23px 18px;
    height: 470px;
  }
}

.price-item_op {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
}

@media screen and (max-width: 1110px) {
  .price-item_op {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 20px rgba(26, 61, 107, 0.12);
            box-shadow: 0 8px 20px rgba(26, 61, 107, 0.12);
  }
}

.price-item_op .price-item__arrow {
  fill: #848D9F;
}

.price-item_op .price-item__num {
  color: #848D9F;
}

.price-item_op .price-item__ruble {
  fill: #848D9F;
}

.price-item_op .price-item__btn {
  padding: 0;
}

.price-item_op .price-item__btn:hover {
  background-color: #fff;
}

.price-item_op .price-item__btn:active {
  background-color: #f2f2f2;
}

@media screen and (max-width: 1110px) {
  .price-item_op .price-item__btn {
    background-color: #fff;
  }
}

.price-item:not(:last-child) {
  margin-right: 70px;
}

@media screen and (max-width: 1110px) {
  .price-item:not(:last-child) {
    margin-right: auto;
  }
}

.price-item__content {
  width: 100%;
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1110px) {
  .price-item__content {
    width: 100%;
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
}

.price-item__head {
  text-align: center;
  width: 100%;
  padding-bottom: 67px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(132, 141, 159, 0.3);
}

@media screen and (max-width: 1110px) {
  .price-item__head {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}

.price-item__title {
  margin-bottom: 60px;
}

@media screen and (max-width: 1110px) {
  .price-item__title {
    margin-bottom: 36px;
  }
}

.price-item__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #848D9F;
  height: 60px;
}

@media screen and (max-width: 1110px) {
  .price-item__count {
    height: 40px;
  }
}

.price-item__ruble {
  fill: #FE246C;
  margin-right: 8px;
}

.price-item__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  color: #FE246C;
}

@media screen and (max-width: 1110px) {
  .price-item__num {
    font-size: 46px;
    line-height: 46px;
  }
}

.price-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 1110px) {
  .price-item__btn {
    height: 44px;
    line-height: 44px;
    margin-bottom: 4px;
  }
}

.price-item__arrow {
  margin-left: 10px;
}

.price-item__text {
  font-size: 30px;
  line-height: 30px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.price-item__descr {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.price-list {
  margin-bottom: 46px;
}

@media screen and (max-width: 1110px) {
  .price-list {
    margin-bottom: 34px;
    width: 100%;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1110px) {
  .price-list {
    margin-bottom: 24px;
  }
}

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

.price-list__item:not(:last-child) {
  margin-bottom: 17px;
}

@media screen and (max-width: 1110px) {
  .price-list__item:not(:last-child) {
    margin-bottom: 24px;
  }
}

.price-list__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 5px;
}

.price-list__text {
  margin-left: 14px;
}

@media screen and (max-width: 1110px) {
  .price-list__text {
    font-size: 14px;
    line-height: 24px;
  }
}

.switch {
  display: none;
  position: relative;
  width: 100%;
  max-width: 360px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 48px;
  padding: 3px;
  border-radius: 20px;
  height: 44px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #DADCE6;
}

@media screen and (max-width: 1110px) {
  .switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
}

.switch__indicator {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 100%;
  border-radius: 20px;
  background-color: #FE246C;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: -1;
}

.switch__indicator_right {
  left: 50%;
}

.switch-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.switch-box__input {
  display: none;
}

.switch-box__input:checked + .switch-box__text {
  font-weight: 500;
  color: #ffffff;
}

.switch-box__text {
  font-size: 14px;
  line-height: 24px;
  color: #848D9F;
  text-transform: uppercase;
}

.faq {
  position: relative;
  padding-top: 185px;
  padding-bottom: 76px;
}

@media screen and (max-width: 1110px) {
  .faq {
    padding-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .faq {
    padding-top: 90px;
    padding-bottom: 133px;
  }
}

.faq__inner {
  width: 100%;
  max-width: 732px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.faq .s-head {
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .faq .s-head {
    margin-bottom: 36px;
  }
}

.faq__btn {
  padding: 0 79.5px;
}

.faq-menu {
  margin-bottom: 35px;
  max-height: 760px;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .faq-menu {
    margin-bottom: 25px;
  }
}

.faq-menu__item {
  position: relative;
  border: 1px solid #DADCE6;
  border-radius: 6px;
  margin-bottom: 15px;
}

.faq-menu__item:nth-of-type(n+5) {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  margin-bottom: 0;
}

.faq-menu__item_visible .icon-toggle:before, .faq-menu__item_visible .icon-toggle:after {
  width: 3px;
  height: 16px;
}

.faq-menu__item_visible .icon-toggle:before {
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
}

.faq-menu__item_visible .icon-toggle:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}

.faq-menu__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  height: 70px;
  cursor: pointer;
  color: #848D9F;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .faq-menu__link {
    padding-left: 20px;
    padding-right: 36px;
  }
}

.faq-menu__link:after {
  content: "" attr(data-title) "";
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  .faq-menu__link:after {
    content: "" attr(data-mob-title) "";
    font-size: 14px;
  }
}

.faq-menu__content {
  display: none;
  padding: 14px 20px 50px 30px;
}

@media screen and (max-width: 576px) {
  .faq-menu__content {
    padding: 0 20px 30px;
  }
}

.faq-menu__icon {
  position: absolute;
  top: calc(50% - 5px);
  right: 46px;
}

@media screen and (max-width: 576px) {
  .faq-menu__icon {
    right: 30px;
  }
}

.faq-menu__text:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .faq-menu__text:not(:last-child) {
    margin-bottom: 15px;
  }
}

.faq-menu__text span {
  color: #FE246C;
}

.faq-menu_visible {
  max-height: 100000px;
  overflow: visible;
}

.faq-menu_visible .faq-menu__item:nth-of-type(n+5) {
  height: auto;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  margin-bottom: 15px;
}

.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  overflow: hidden;
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.preloader_hidden {
  pointer-events: none;
  overflow: visible;
  opacity: 0;
}

.preloader .preloader__circle {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 70px;
  height: 70px;
}

.preloader .preloader__circle_visible {
  opacity: 1;
}

.preloader .preloader__circle:before, .preloader .preloader__circle:after {
  content: "";
  display: block;
  position: absolute;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}

.preloader .preloader__circle:before {
  width: 65px;
  height: 65px;
  border-color: #FE246C;
  top: 0px;
  left: 0px;
  -webkit-animation: scale-2 1s linear 0s infinite;
          animation: scale-2 1s linear 0s infinite;
}

.preloader .preloader__circle:after {
  width: 65px;
  height: 65px;
  border-color: #FE246C;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: scale-2 1s linear 0.5s infinite;
          animation: scale-2 1s linear 0.5s infinite;
}
