@charset "UTF-8";
@font-face {
  font-family: "MuseoSansCyrl";
  src: url(/static/fonts/MuseoSansCyrl-300.woff);
  font-style: normal;
  font-weight: 300; }

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

@font-face {
  font-family: "MuseoSansCyrl";
  src: url(/static/fonts/MuseoSansCyrl-700.woff);
  font-style: normal;
  font-weight: bold; }

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

@font-face {
  font-family: "GothamPro";
  src: url(/static/fonts/GothamPro-Medium.woff);
  font-style: normal;
  font-weight: 500; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch; }
  *:focus {
    outline: none; }
  *::before, *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

html {
  min-height: 100%; }

html {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }
  html * {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    outline: none; }

blockquote, q {
  quotes: none; }

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

textarea {
  resize: none; }

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

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

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

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

label, button, [type="submit"] {
  cursor: pointer;
  background: none; }

fieldset {
  border: none; }

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

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

body {
  font-family: "MuseoSansCyrl", sans-serif;
  font-size: 16px;
  color: #242424;
  font-weight: 300;
  line-height: 1.6875; }

.body-fixed {
  overflow: hidden; }
  .body-fixed.mob-device {
    position: fixed;
    width: 100%;
    height: 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 {
    padding-top: 164px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    @media screen and (max-width: 1024px) {
      .main-content__inner {
        padding-top: 120px; } }
    @media screen and (max-width: 768px) {
      .main-content__inner {
        padding-top: 76px; } }

.page {
  height: 100%;
  position: relative;
  overflow: hidden; }

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

.container {
  position: relative;
  max-width: 1116px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px; }
  @media screen and (min-width: 1921px) {
    .container {
      max-width: 2196px; } }

.title {
  font-weight: 500;
  font-family: "GothamPro", sans-serif; }
  .title_lg {
    font-size: 62px;
    line-height: 82px; }
    @media screen and (min-width: 1921px) {
      .title_lg {
        font-size: 82px;
        line-height: 123px; } }
    @media screen and (max-width: 1024px) {
      .title_lg {
        font-size: 46px;
        line-height: 65px; } }
    @media screen and (max-width: 768px) {
      .title_lg {
        font-size: 30px;
        line-height: 48px; } }
  .title_md {
    font-size: 48px;
    line-height: 48px; }
    @media screen and (min-width: 1921px) {
      .title_md {
        font-size: 64px;
        line-height: 64px; } }
    @media screen and (max-width: 1024px) {
      .title_md {
        font-size: 36px;
        line-height: 43px; } }
    @media screen and (max-width: 768px) {
      .title_md {
        font-size: 24px;
        line-height: 38px; } }
  .title_s {
    font-size: 24px;
    line-height: 36px; }
    @media screen and (min-width: 1921px) {
      .title_s {
        font-size: 36px;
        line-height: 36px; } }
    @media screen and (max-width: 1024px) {
      .title_s {
        font-size: 21px;
        line-height: 33px; } }
    @media screen and (max-width: 768px) {
      .title_s {
        font-size: 18px;
        line-height: 30px; } }
  .title_thin {
    font-family: "MuseoSansCyrl", sans-serif;
    font-weight: 300; }
  .title_blue {
    color: #2051b7; }

.text-blue {
  color: #2051b7; }

.text {
  font-size: 16px;
  line-height: 27px; }
  @media screen and (min-width: 1921px) {
    .text {
      font-size: 20px;
      line-height: 32px; } }
  @media screen and (max-width: 1024px) {
    .text {
      font-size: 15px;
      line-height: 25px; } }
  @media screen and (max-width: 768px) {
    .text {
      font-size: 14px;
      line-height: 24px; } }
  .text_left {
    text-align: left; }
  .text_center {
    text-align: center; }
  .text_right {
    text-align: right; }

.link {
  font-size: 16px;
  line-height: 16px;
  color: #2051b7;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .link:hover {
    color: rgba(32, 81, 183, 0.5); }
  .link:active {
    color: #1c47a1; }
  @media screen and (min-width: 1921px) {
    .link {
      font-size: 20px;
      line-height: 20px; } }

.icon-logo {
  fill: #fff;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100px;
  height: 80px; }

.icon-file {
  fill: #2051b7;
  width: 21px;
  height: 27px; }

.icon-close {
  fill: #2051b7;
  width: 10px;
  height: 10px; }
  @media screen and (max-width: 768px) {
    .icon-close {
      width: 8px;
      height: 8px; } }

.icon-nav {
  width: 40px;
  height: 22px;
  fill: #242424;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-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 (min-width: 1921px) {
    .icon-nav {
      width: 80px;
      height: 44px; } }
  @media screen and (max-width: 767px) {
    .icon-nav {
      width: 30px;
      height: 16px; } }

.icon-arrow {
  position: relative;
  height: 14px;
  width: 30px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .icon-arrow:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background-color: #fff; }
  .icon-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 0;
    border-left: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }

.icon-long-arrow {
  fill: #242424;
  width: 40px;
  height: 22px; }

.icon-tooltip {
  vertical-align: top;
  margin-left: 5px;
  font-style: normal;
  width: 16px;
  height: 16px;
  border: 1px solid #2051b7;
  cursor: pointer;
  background-color: #fff; }
  .icon-tooltip:after {
    content: '+';
    line-height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #2051b7; }
  .icon-tooltip:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 18px;
    height: 18px;
    border: 1px solid #2051b7;
    z-index: -1; }
  .icon-tooltip.active {
    -webkit-transform: translate(-3px, -3px);
        -ms-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px); }
    .icon-tooltip.active:before {
      display: none; }
    .icon-tooltip.active:after {
      content: '\2014'; }

.icon-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #2051b7;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .icon-checkbox::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/static/img/check.svg) center no-repeat;
    background-size: 12px 10px;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.hidden-input {
  display: none; }

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .checkbox .hidden-input:checked ~ .checkbox__icon .icon-checkbox::before {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .checkbox__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .checkbox_has_error .icon-checkbox {
    border: 1px solid #d0021b; }

.radiobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .radiobox__input {
    display: none; }
    .radiobox__input:checked + .radiobox__icon::before {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      opacity: 1; }

.icon-radiobox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .icon-radiobox:before {
    width: 70%;
    height: 70%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    background-color: #000;
    border-radius: 50%;
    -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
            transform: scale(0.2);
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

@-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 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 fadeIn {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeIn {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes squareWidth {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes squareWidth {
  from {
    width: 0; }
  to {
    width: 100%; } }

@-webkit-keyframes squareHeight {
  from {
    height: 0; }
  to {
    height: 100%; } }

@keyframes squareHeight {
  from {
    height: 0; }
  to {
    height: 100%; } }

@-webkit-keyframes horz-line {
  0% {
    left: 0;
    width: 0; }
  33.33% {
    left: 0;
    width: 100%; }
  66.66% {
    left: auto;
    right: 0;
    width: 100%; }
  100% {
    left: auto;
    right: 0;
    width: 0; } }

@keyframes horz-line {
  0% {
    left: 0;
    width: 0; }
  33.33% {
    left: 0;
    width: 100%; }
  66.66% {
    left: auto;
    right: 0;
    width: 100%; }
  100% {
    left: auto;
    right: 0;
    width: 0; } }

.page-enter-active, .page-leave-active {
  -webkit-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out; }

.page-enter, .page-leave-to {
  opacity: 0; }

.slide-toggle-enter-active, .slide-toggle-leave-active {
  overflow: hidden;
  will-change: height, opacity;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-toggle-enter, .slide-toggle-leave-to {
  height: 0 !important;
  opacity: 0; }

.slide-right-enter, .slide-right-leave-to {
  opacity: 0; }

.slide-right-enter {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px); }

.slide-right-leave-to {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px); }

.slide-right-enter-active, .slide-right-leave-active {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden; }

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out; }

.fade-enter,
.fade-leave-to {
  opacity: 0; }

.long-fade-enter-active,
.long-fade-leave-active {
  -webkit-transition: opacity .7s ease-in-out;
  -o-transition: opacity .7s ease-in-out;
  transition: opacity .7s ease-in-out; }

.long-fade-enter,
.long-fade-leave-to {
  opacity: 0; }

@media screen and (min-width: 1025px) {
  .header {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    .header_hidden {
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0); }
  .horz-line {
    display: inline-block;
    position: relative; }
    .horz-line:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      z-index: 2;
      background: #f6f7f9;
      pointer-events: none; }
    .horz-line:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      opacity: 1;
      z-index: 1;
      pointer-events: none; }
  .intro.in-view .intro__title:before,
  .intro.in-view .intro__desc:before {
    -webkit-animation: fadeIn 0.35s ease-in-out 2.25s forwards;
            animation: fadeIn 0.35s ease-in-out 2.25s forwards; }
  .intro.in-view .intro__title:after,
  .intro.in-view .intro__desc:after {
    -webkit-animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 2s forwards;
            animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 2s forwards; }
  .intro.in-view .intro__btn:before,
  .intro.in-view .intro__img-wrap:before {
    -webkit-animation: fadeIn 0.35s ease-in-out 2.65s forwards;
            animation: fadeIn 0.35s ease-in-out 2.65s forwards; }
  .intro.in-view .intro__btn:after,
  .intro.in-view .intro__img-wrap:after {
    -webkit-animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 2.4s forwards;
            animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 2.4s forwards; }
  .features.in-view .features__left:before {
    -webkit-animation: fadeIn 0.35s ease-in-out 0.75s forwards;
            animation: fadeIn 0.35s ease-in-out 0.75s forwards; }
  .features.in-view .features__left:after {
    -webkit-animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.5s forwards;
            animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.5s forwards; }
  .features.in-view .features__title:before {
    -webkit-animation: fadeIn 0.35s ease-in-out 0.75s forwards;
            animation: fadeIn 0.35s ease-in-out 0.75s forwards; }
  .features.in-view .features__title:after {
    -webkit-animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.5s forwards;
            animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.5s forwards; }
  .features.in-view .features-list__item:before {
    -webkit-animation: fadeIn 0.35s ease-in-out 0.95s forwards;
            animation: fadeIn 0.35s ease-in-out 0.95s forwards; }
  .features.in-view .features-list__item:after {
    -webkit-animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.7s forwards;
            animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.7s forwards; }
  .services.in-view .services__title:before,
  .services.in-view .services__subtitle:before {
    -webkit-animation: fadeIn 0.35s ease-in-out 0.75s forwards;
            animation: fadeIn 0.35s ease-in-out 0.75s forwards; }
  .services.in-view .services__title:after,
  .services.in-view .services__subtitle:after {
    -webkit-animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.5s forwards;
            animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.5s forwards; }
  .services.in-view .services-tabs {
    -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; }
  .benefits.in-view .benefits__title:before {
    -webkit-animation: fadeIn 0.35s ease-in-out 0.75s forwards;
            animation: fadeIn 0.35s ease-in-out 0.75s forwards; }
  .benefits.in-view .benefits__title:after {
    -webkit-animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.5s forwards;
            animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.5s forwards; }
  .benefits.in-view .benefit-item:nth-child(odd):before {
    -webkit-animation: fadeIn 0.35s ease-in-out 0.75s forwards;
            animation: fadeIn 0.35s ease-in-out 0.75s forwards; }
  .benefits.in-view .benefit-item:nth-child(odd):after {
    -webkit-animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.5s forwards;
            animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.5s forwards; }
  .benefits.in-view .benefit-item:nth-child(even):before {
    -webkit-animation: fadeIn 0.35s ease-in-out 0.95s forwards;
            animation: fadeIn 0.35s ease-in-out 0.95s forwards; }
  .benefits.in-view .benefit-item:nth-child(even):after {
    -webkit-animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.7s forwards;
            animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.7s forwards; }
  .brands.in-view .brands__title:before {
    -webkit-animation: fadeIn 0.35s ease-in-out 0.75s forwards;
            animation: fadeIn 0.35s ease-in-out 0.75s forwards; }
  .brands.in-view .brands__title:after {
    -webkit-animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.5s forwards;
            animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.5s forwards; }
  .brands.in-view .brand-item:nth-child(odd):before {
    -webkit-animation: fadeIn 0.35s ease-in-out 0.75s forwards;
            animation: fadeIn 0.35s ease-in-out 0.75s forwards; }
  .brands.in-view .brand-item:nth-child(odd):after {
    -webkit-animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.5s forwards;
            animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.5s forwards; }
  .brands.in-view .brand-item:nth-child(even):before {
    -webkit-animation: fadeIn 0.35s ease-in-out 0.95s forwards;
            animation: fadeIn 0.35s ease-in-out 0.95s forwards; }
  .brands.in-view .brand-item:nth-child(even):after {
    -webkit-animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.7s forwards;
            animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.7s forwards; }
  .callback.in-view .horz-line:before {
    -webkit-animation: fadeIn 0.35s ease-in-out 0.75s forwards;
            animation: fadeIn 0.35s ease-in-out 0.75s forwards; }
  .callback.in-view .horz-line:after {
    -webkit-animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.5s forwards;
            animation: horz-line 0.95s cubic-bezier(0.88, 0.01, 0.15, 0.99) 0.5s forwards; }
  .grid__line {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: transform 2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 2s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
    .grid__line:nth-child(1) {
      -webkit-transition-delay: 1.36s;
           -o-transition-delay: 1.36s;
              transition-delay: 1.36s; }
    .grid__line:nth-child(2) {
      -webkit-transition-delay: 1.16s;
           -o-transition-delay: 1.16s;
              transition-delay: 1.16s; }
    .grid__line:nth-child(3) {
      -webkit-transition-delay: 0.96s;
           -o-transition-delay: 0.96s;
              transition-delay: 0.96s; }
    .grid__line:nth-child(4) {
      -webkit-transition-delay: 0.76s;
           -o-transition-delay: 0.76s;
              transition-delay: 0.76s; }
    .grid__line:nth-child(5) {
      -webkit-transition-delay: 0.56s;
           -o-transition-delay: 0.56s;
              transition-delay: 0.56s; }
    .grid__line:nth-child(6) {
      -webkit-transition-delay: 0.36s;
           -o-transition-delay: 0.36s;
              transition-delay: 0.36s; }
    .grid__line:nth-child(7) {
      -webkit-transition-delay: 0.16s;
           -o-transition-delay: 0.16s;
              transition-delay: 0.16s; }
  [data-animate-in] {
    opacity: 0;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px); }
  [data-animate-left] {
    opacity: 0;
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px); }
  [data-animate-right] {
    opacity: 0;
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px); }
  [data-animate-down] {
    opacity: 0;
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px); } }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fefefe;
  background-color: #2051b7;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 0 35px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .btn:hover {
    background-color: #245bcd; }
    .btn:hover .icon-arrow {
      width: 55px; }
  .btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    border: 1px solid #2051b7;
    -webkit-transform: translate(0, 1px);
        -ms-transform: translate(0, 1px);
            transform: translate(0, 1px);
    color: #2051b7; }
    .btn:active .icon-arrow {
      width: 0; }
  @media screen and (min-width: 1921px) {
    .btn {
      font-size: 24px;
      height: 80px;
      line-height: 80px;
      padding: 0 130px; } }
  @media screen and (max-width: 768px) {
    .btn {
      font-size: 16px; } }
  .btn_lg {
    height: 60px;
    line-height: 60px; }
    @media screen and (min-width: 1921px) {
      .btn_lg {
        height: 80px;
        line-height: 80px; } }
    @media screen and (max-width: 768px) {
      .btn_lg {
        height: 50px;
        line-height: 50px; } }
  .btn__text {
    margin-right: 8px; }

.v--modal {
  padding: 0 20px; }
  @media screen and (min-width: 1921px) {
    .v--modal-box {
      width: 1000px; } }
  @media screen and (max-width: 768px) {
    .v--modal-box {
      max-width: 90%; } }
  @media screen and (max-width: 767px) {
    .v--modal-box {
      max-width: 90%;
      margin: 0 auto;
      left: 0 !important; } }
  .v--modal-overlay {
    background: rgba(36, 36, 36, 0.7) !important;
    width: 100vw !important; }

.modal-thanks {
  margin: 0 auto;
  max-width: 350px; }
  @media screen and (max-width: 768px) {
    .modal-thanks {
      max-width: 100%;
      padding: 0 10px; } }
  .modal-thanks__title {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 58px; }
    @media screen and (max-width: 1024px) {
      .modal-thanks__title {
        margin-bottom: 48px;
        font-size: 27px;
        line-height: 27px; } }
    @media screen and (max-width: 768px) {
      .modal-thanks__title {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 18px; } }
  .modal-thanks__btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 21px;
    padding: 0 103px; }
    @media screen and (max-width: 1024px) {
      .modal-thanks__btn {
        font-size: 18px; } }
    @media screen and (max-width: 768px) {
      .modal-thanks__btn {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .modal-thanks__btn {
        height: 50px;
        line-height: 50px;
        width: 100%; } }
  .modal-thanks__img {
    margin: 0 auto;
    width: 300px;
    height: 200px;
    margin-bottom: 58px; }
    @media screen and (max-width: 1024px) {
      .modal-thanks__img {
        width: 200px;
        height: 150px;
        margin-bottom: 48px; } }
    @media screen and (max-width: 768px) {
      .modal-thanks__img {
        width: 150px;
        height: 100px;
        margin-bottom: 38px; } }

.modal-thanks-list {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .modal-thanks-list {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 30px; } }

.modal {
  position: relative; }
  .modal__inner {
    background-color: #fefefe;
    position: relative;
    padding: 70px 20px 60px; }
    .modal__inner:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: url(/static/img/callback-bg1.png) center/cover no-repeat;
      width: 236px;
      height: 245px;
      pointer-events: none; }
      @media screen and (max-width: 768px) {
        .modal__inner:before {
          width: 140px;
          height: 140px; } }
    .modal__inner:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      background: url(/static/img/callback-bg2.png) center/cover no-repeat;
      width: 210px;
      height: 222px;
      pointer-events: none; }
      @media screen and (max-width: 768px) {
        .modal__inner:after {
          width: 150px;
          height: 182px; } }
    @media screen and (max-width: 768px) {
      .modal__inner {
        padding: 40px 20px; } }
  .modal__close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 22px;
    right: 22px; }
    .modal__close:active {
      -webkit-transform: translateY(2px);
          -ms-transform: translateY(2px);
              transform: translateY(2px); }
    @media screen and (max-width: 768px) {
      .modal__close {
        top: 0;
        right: 0; } }
    .modal__close-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      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: 28px;
      height: 28px;
      border: 1px solid #2051b7; }
      @media screen and (max-width: 768px) {
        .modal__close-icon {
          width: 22px;
          height: 22px; } }
  .modal__title {
    margin-bottom: 56px;
    text-align: center;
    font-size: 36px;
    line-height: 36px; }
    @media screen and (min-width: 1921px) {
      .modal__title {
        font-size: 48px;
        line-height: 48px; } }
    @media screen and (max-width: 1024px) {
      .modal__title {
        font-size: 27px;
        line-height: 27px;
        margin-bottom: 36px; } }
    @media screen and (max-width: 767px) {
      .modal__title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 16px; } }
  .modal__content {
    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: 460px;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 1921px) {
      .modal__content {
        width: 100%;
        max-width: 840px;
        margin-right: auto;
        margin-left: auto; } }
    @media screen and (max-width: 768px) {
      .modal__content {
        max-width: 100%; } }

.form {
  max-width: 460px;
  width: 100%; }
  .form__btn {
    width: 100%; }
  .form__field {
    position: relative;
    display: block; }
    .form__field:hover .form__label {
      -webkit-transform: translateX(10px);
          -ms-transform: translateX(10px);
              transform: translateX(10px);
      color: #242424; }
    .form__field:not(:last-child) {
      margin-bottom: 40px; }
    @media screen and (min-width: 1921px) {
      .form__field:not(:last-child) {
        margin-bottom: 50px; } }
    @media screen and (max-width: 768px) {
      .form__field:not(:last-child) {
        margin-bottom: 30px; } }
    .form__field_textarea:not(:last-child) {
      margin-bottom: 22px; }
    .form__field_has_error .form__input {
      border-left: 4px solid #d0021b; }
      @media screen and (min-width: 1921px) {
        .form__field_has_error .form__input {
          border-left: 7px solid #d0021b; } }
    .form__field_has_error .form__label span {
      color: #d0021b; }
  .form__label {
    position: absolute;
    pointer-events: none;
    left: 26px;
    top: 6px;
    display: block;
    color: rgba(36, 36, 36, 0.5);
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-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 (min-width: 1921px) {
      .form__label {
        font-size: 20px;
        left: 36px;
        top: 18px; } }
    @media screen and (max-width: 768px) {
      .form__label {
        font-size: 14px;
        top: 8px; } }
  .form__input {
    display: block;
    padding: 9.5px 24px;
    width: 100%;
    border: 1px solid rgba(36, 36, 36, 0.2);
    border-left: 4px solid #2051b7;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    color: #242424;
    font-weight: 300;
    font-size: 16px;
    caret-color: #2051b7; }
    .form__input::-webkit-input-placeholder {
      opacity: 0; }
    .form__input:-ms-input-placeholder {
      opacity: 0; }
    .form__input::-ms-input-placeholder {
      opacity: 0; }
    .form__input::placeholder {
      opacity: 0; }
    .form__input:focus ~ .form__label, .form__input:not(:placeholder-shown) ~ .form__label {
      opacity: 0; }
    @media screen and (min-width: 1921px) {
      .form__input {
        padding: 24.5px 24px;
        font-size: 20px;
        border-left: 7px solid #2051b7; } }
    @media screen and (max-width: 768px) {
      .form__input {
        font-size: 14px; } }
  .form__textarea {
    display: block;
    padding: 12px 26px;
    border: 1px solid rgba(36, 36, 36, 0.2);
    height: 150px;
    width: 100%;
    font-size: 16px;
    border-left: 4px solid #2051b7;
    caret-color: #2051b7; }
    .form__textarea::-webkit-input-placeholder {
      opacity: 0; }
    .form__textarea:-ms-input-placeholder {
      opacity: 0; }
    .form__textarea::-ms-input-placeholder {
      opacity: 0; }
    .form__textarea::placeholder {
      opacity: 0; }
    .form__textarea:focus ~ .form__label, .form__textarea:not(:placeholder-shown) ~ .form__label {
      opacity: 0; }
    @media screen and (min-width: 1921px) {
      .form__textarea {
        height: 262px;
        border-left: 7px solid #2051b7; } }
  .form__info {
    margin-bottom: 40px; }
    @media screen and (min-width: 1921px) {
      .form__info {
        margin-bottom: 50px; } }
    @media screen and (max-width: 768px) {
      .form__info {
        margin-bottom: 30px; } }
  .form__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px; }
    @media screen and (min-width: 1921px) {
      .form__type {
        margin-bottom: 50px; } }
    @media screen and (max-width: 768px) {
      .form__type {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .form__meta {
    margin-bottom: 60px; }
    @media screen and (min-width: 1921px) {
      .form__meta {
        margin-bottom: 98px; } }
    @media screen and (max-width: 768px) {
      .form__meta {
        margin-bottom: 52px; } }
  .form__desc {
    margin-bottom: 20px; }
    @media screen and (min-width: 1921px) {
      .form__desc {
        margin-bottom: 35px; } }
  .form__checkbox:not(:last-child) {
    margin-right: 102px; }
  @media screen and (max-width: 768px) {
    .form__checkbox:not(:last-child) {
      margin-right: 0; } }
  .form__btn {
    margin-bottom: 20px; }
    @media screen and (min-width: 1921px) {
      .form__btn {
        margin-bottom: 30px; } }
  .form__policy .checkbox__icon {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 7px; }

.form-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .form-file:hover {
    opacity: 0.8; }
  .form-file__icon {
    margin-right: 10px; }

.tabs-content {
  position: relative; }
  .tabs-content__item {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px); }
    .tabs-content__item.is-active {
      opacity: 1;
      height: 100%;
      overflow: visible;
      pointer-events: auto;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }

.tabs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 10px;
  overflow-x: auto; }
  @media screen and (min-width: 1921px) {
    .tabs-menu {
      margin-bottom: 50px; } }
  @media screen and (max-width: 768px) {
    .tabs-menu {
      margin-bottom: 30px; } }
  .tabs-menu__link {
    color: rgba(36, 36, 36, 0.6);
    position: relative;
    white-space: nowrap;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 5px;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .tabs-menu__link:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #2051b7;
      -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
      transition: -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
      -o-transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
      transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
      transition: transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99), -webkit-transform 0.6s cubic-bezier(0.07, 0.97, 0.46, 0.99);
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: bottom right;
          -ms-transform-origin: bottom right;
              transform-origin: bottom right; }
    .tabs-menu__link:hover {
      color: rgba(36, 36, 36, 0.8); }
    @media screen and (min-width: 1921px) {
      .tabs-menu__link {
        font-size: 36px;
        line-height: 36px; } }
    @media screen and (max-width: 1024px) {
      .tabs-menu__link {
        font-size: 21px;
        line-height: 21px; } }
    @media screen and (max-width: 768px) {
      .tabs-menu__link {
        font-size: 18px;
        line-height: 18px; } }
  .tabs-menu__item {
    position: relative; }
    .tabs-menu__item:not(:last-child) {
      margin-right: 166px; }
    @media screen and (min-width: 1921px) {
      .tabs-menu__item:not(:last-child) {
        margin-right: 436px; } }
    @media screen and (max-width: 1024px) {
      .tabs-menu__item:not(:last-child) {
        margin-right: 48px; } }
    @media screen and (max-width: 768px) {
      .tabs-menu__item:not(:last-child) {
        margin-right: 40px; } }
    .tabs-menu__item.active .tabs-menu__link {
      color: #242424; }
      .tabs-menu__item.active .tabs-menu__link:after {
        -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
                transform-origin: bottom left;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: transparent;
  -webkit-box-shadow: 0 5px 25px rgba(50, 50, 50, 0.016);
          box-shadow: 0 5px 25px rgba(50, 50, 50, 0.016);
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .header_white {
    background-color: #fff; }
  .header_hidden {
    background-color: #fff; }
  .header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 1921px) {
      .header__row {
        width: 100%;
        max-width: 2196px;
        margin-right: auto;
        margin-left: auto; } }
  .header__logo {
    padding: 12px 38px; }
    @media screen and (max-width: 1024px) {
      .header__logo {
        padding: 7px 28px; }
        .header__logo .logo__img {
          width: 72px;
          height: 58px; } }
    @media screen and (max-width: 768px) {
      .header__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 5.5px 18px; }
        .header__logo .logo__img {
          width: 45px;
          height: 37px; } }
  .header__left {
    position: relative;
    margin-right: 168px; }
    @media screen and (max-width: 1024px) {
      .header__left {
        margin-right: 28px; } }
    @media screen and (max-width: 768px) {
      .header__left {
        margin-right: 0;
        width: 25%; } }
  .header__right {
    margin-left: auto;
    -webkit-transform: translate(-178px, 0);
        -ms-transform: translate(-178px, 0);
            transform: translate(-178px, 0); }
    @media screen and (max-width: 1205px) {
      .header__right {
        -webkit-transform: translate(-36px, 0);
            -ms-transform: translate(-36px, 0);
                transform: translate(-36px, 0); } }
    @media screen and (max-width: 1024px) {
      .header__right {
        -webkit-transform: translate(0px, 0);
            -ms-transform: translate(0px, 0);
                transform: translate(0px, 0); } }
    @media screen and (max-width: 768px) {
      .header__right {
        width: 25%; } }
  .header__callback {
    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;
    text-align: center;
    background-color: #2051b7;
    padding: 25.5px 14px;
    height: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #fefefe; }
    @media screen and (min-width: 1921px) {
      .header__callback {
        padding: 25.5px 108px; } }
    @media screen and (max-width: 1024px) {
      .header__callback {
        font-size: 16px;
        line-height: 16px;
        padding: 15px 8px; } }
    @media screen and (max-width: 768px) {
      .header__callback {
        display: none; } }
  .header__phone, .header__action {
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .header__phone:hover, .header__action:hover {
      color: rgba(254, 254, 254, 0.8); }
  .header__phone {
    font-weight: 500;
    margin-bottom: 18px; }
  .header__action {
    position: relative;
    font-weight: bold;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-box-shadow: inset 0 -1px 0 white;
            box-shadow: inset 0 -1px 0 white; }
    .header__action:hover {
      -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 black;
              box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 black; }
  .header_fixed {
    background-color: #ffffff; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .logo_blue {
    background-color: #2051b7; }

.menu {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .menu {
      display: none; } }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px; }
    @media screen and (min-width: 1921px) {
      .menu__list {
        font-size: 24px;
        line-height: 24px; } }
  .menu__item:not(:last-child) {
    margin-right: 43px; }
  .menu__item:nth-child(2) {
    margin-right: 58px; }
  @media screen and (min-width: 1921px) {
    .menu__item:not(:last-child) {
      margin-right: 124px; } }
  @media screen and (max-width: 1024px) {
    .menu__item:not(:last-child) {
      margin-right: 6px; }
    .menu__item:nth-child(2) {
      margin-right: 12px; } }
  .menu__link {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 11px 48px 11px 15px; }
    .menu__link:before, .menu__link:after {
      content: '';
      right: 0;
      bottom: 0;
      background: #242424;
      position: absolute;
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      -o-transition: transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease; }
    .menu__link:before {
      width: 100%;
      height: 1px;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
    .menu__link:after {
      width: 1px;
      height: 100%;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%); }
    .menu__link > span {
      display: block; }
      .menu__link > span:before, .menu__link > span:after {
        content: '';
        left: 0;
        top: 0;
        background: #242424;
        position: absolute;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease; }
      .menu__link > span:before {
        width: 100%;
        height: 1px;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%); }
      .menu__link > span:after {
        width: 1px;
        height: 100%;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%); }
    .menu__link:hover:before, .menu__link:hover:after, .menu__link:hover > span:before, .menu__link:hover > span:after {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }

.menu-icon {
  display: none;
  position: relative;
  padding: 15px 22.5px;
  cursor: pointer;
  background-color: #2051b7; }
  @media screen and (max-width: 768px) {
    .menu-icon {
      display: block; } }
  .menu-icon__box {
    width: 30px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    margin: 0 auto; }
  .menu-icon__item {
    width: 30px;
    height: 2px;
    position: absolute;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: #fff;
    left: 0; }
    .menu-icon__item:nth-child(1) {
      top: 0; }
    .menu-icon__item:nth-child(2) {
      top: 8px; }
    .menu-icon__item:nth-child(3) {
      width: 21px;
      top: 16px; }

.menu-opened .mob-menu {
  opacity: 1;
  pointer-events: auto; }

.menu-opened .grid {
  z-index: 6;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.menu-opened .menu-icon__item:nth-child(1) {
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  opacity: 0; }

.menu-opened .menu-icon__item:nth-child(3) {
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  opacity: 0; }

.mob-menu {
  position: fixed;
  top: 48px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 4;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  pointer-events: none; }
  .mob-menu__nav {
    margin-bottom: 26px; }
  .mob-menu__inner {
    overflow-y: auto;
    padding: 75px 30px 90px;
    height: 100%; }
  .mob-menu__list {
    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: 160px;
    margin-right: auto;
    margin-left: auto; }
  .mob-menu__link {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500; }
  .mob-menu__item:not(:last-child) {
    margin-bottom: 22px; }

.footer {
  padding: 48px 0 24px;
  background-color: #242424;
  color: #fefefe; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 38px 0; } }
  @media screen and (max-width: 768px) {
    .footer .container {
      max-width: 274px;
      width: 100%; } }
  .footer__left, .footer__right, .footer__center {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px; }
    @media screen and (max-width: 768px) {
      .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        margin-bottom: 50px; } }
  .footer__info {
    max-width: 190px;
    width: 100%; }
    @media screen and (min-width: 1921px) {
      .footer__info {
        max-width: 400px; } }
    @media screen and (max-width: 768px) {
      .footer__info {
        text-align: center;
        margin: 0 auto 38px; } }
  .footer__link {
    display: inline-block;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .footer__link:hover {
      color: #4577de; }
    @media screen and (min-width: 1921px) {
      .footer__link {
        display: block; } }
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse;
        text-align: center; } }
  @media screen and (min-width: 1921px) {
    .footer__logo .icon-logo {
      width: 150px;
      height: 120px; } }
  @media screen and (max-width: 768px) {
    .footer__logo {
      margin-bottom: 40px; }
      .footer__logo .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .footer__logo .logo__img {
          width: 80px;
          height: 64px; } }
  .footer__addr {
    margin-bottom: 25px; }
    @media screen and (min-width: 1921px) {
      .footer__addr {
        margin-bottom: 40px; } }

@media screen and (min-width: 1921px) {
  .footer-list {
    font-size: 20px;
    line-height: 32px; } }

@media screen and (max-width: 768px) {
  .footer-list {
    text-align: center;
    font-size: 14px; } }

.footer-list__item:not(:last-child) {
  margin-bottom: 10px; }

@media screen and (min-width: 1921px) {
  .footer-list__item:not(:last-child) {
    margin-bottom: 28px; } }

.footer-list__link {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-shadow: inset 0 -1px 0 #fefefe;
          box-shadow: inset 0 -1px 0 #fefefe; }
  .footer-list__link:hover {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 black;
            box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 black; }
  .footer-list__link:hover {
    color: #4577de; }

.ggpa {
  font-family: "BebasNeueBook", sans-serif;
  margin-right: 223px; }
  @media screen and (min-width: 1921px) {
    .ggpa {
      font-size: 18px;
      margin-right: 578px; } }
  @media screen and (max-width: 1024px) {
    .ggpa {
      margin-right: 188px; } }
  @media screen and (max-width: 768px) {
    .ggpa {
      margin-right: 0; } }
  .ggpa span {
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .ggpa:hover span {
    color: #ff500b; }

@media screen and (max-width: 768px) {
  .copy {
    margin-bottom: 12px;
    font-size: 14px; } }

.grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none; }
  .grid .container {
    height: 100%;
    max-width: 1084px;
    width: 100%; }
    @media screen and (min-width: 1921px) {
      .grid .container {
        max-width: 2170px; } }
  .grid__row {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .grid__line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f3f3f3;
    width: 1px; }
    .grid__line:nth-child(1) {
      left: 0; }
    .grid__line:nth-child(2) {
      left: 16.66%; }
      @media screen and (max-width: 768px) {
        .grid__line:nth-child(2) {
          left: 25%; } }
    .grid__line:nth-child(3) {
      left: 33.33%; }
      @media screen and (max-width: 768px) {
        .grid__line:nth-child(3) {
          left: 50%; } }
    .grid__line:nth-child(4) {
      left: 50%; }
      @media screen and (max-width: 768px) {
        .grid__line:nth-child(4) {
          left: 75%; } }
    .grid__line:nth-child(5) {
      left: 66.66%; }
      @media screen and (max-width: 768px) {
        .grid__line:nth-child(5) {
          left: 100%; } }
    .grid__line:nth-child(6) {
      left: 83.33%; }
      @media screen and (max-width: 768px) {
        .grid__line:nth-child(6) {
          display: none; } }
    .grid__line:nth-child(7) {
      left: 100%; }
      @media screen and (max-width: 768px) {
        .grid__line:nth-child(7) {
          display: none; } }

.intro {
  margin-bottom: 120px; }
  @media screen and (min-width: 1921px) {
    .intro {
      margin-bottom: 160px; } }
  @media screen and (max-width: 1024px) {
    .intro {
      margin-bottom: 90px; } }
  @media screen and (max-width: 768px) {
    .intro {
      margin-bottom: 60px; } }
  .intro__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .intro__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
  .intro__left {
    padding-top: 50px;
    margin-right: 40px;
    max-width: 320px;
    width: 100%; }
    @media screen and (min-width: 1921px) {
      .intro__left {
        padding-top: 120px;
        max-width: 644px; } }
    @media screen and (max-width: 1205px) {
      .intro__left {
        max-width: 290px; } }
    @media screen and (max-width: 768px) {
      .intro__left {
        max-width: 100%;
        padding-top: 0;
        margin-right: 0; } }
  .intro__right {
    position: relative;
    width: 100%;
    height: 553px; }
    @media screen and (min-width: 1921px) {
      .intro__right {
        height: 954px; } }
    @media screen and (max-width: 1205px) {
      .intro__right {
        height: 470px; } }
    @media screen and (max-width: 768px) {
      .intro__right {
        height: auto; } }
  .intro__img-wrap {
    position: absolute;
    top: -20px;
    width: 900px;
    height: 100%; }
    @media screen and (min-width: 1921px) {
      .intro__img-wrap {
        width: 1645px; } }
    @media screen and (max-width: 1024px) {
      .intro__img-wrap {
        width: 765px; } }
    @media screen and (max-width: 768px) {
      .intro__img-wrap {
        position: relative;
        left: -16px;
        width: calc(100% + 32px);
        height: 100%;
        height: 320px;
        margin-bottom: 40px; } }
  .intro__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover"; }
  .intro__title {
    position: relative;
    margin-bottom: 30px; }
    @media screen and (min-width: 1921px) {
      .intro__title {
        max-width: 2016px; } }
    @media screen and (max-width: 768px) {
      .intro__title {
        margin-bottom: 10px; } }
  @media screen and (max-width: 768px) {
    .intro__btn {
      display: none; } }
  .intro__btn_mob {
    display: none; }
    @media screen and (max-width: 768px) {
      .intro__btn_mob {
        display: block; } }
  .intro__desc {
    font-size: 36px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 80px; }
    @media screen and (min-width: 1921px) {
      .intro__desc {
        max-width: 476px;
        font-size: 48px;
        line-height: 72px; } }
    @media screen and (max-width: 1024px) {
      .intro__desc {
        font-size: 28px;
        line-height: 48px;
        margin-bottom: 60px; } }
    @media screen and (max-width: 768px) {
      .intro__desc {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 36px; } }

.features {
  margin-bottom: 100px; }
  @media screen and (min-width: 1921px) {
    .features {
      margin-bottom: 130px; } }
  @media screen and (max-width: 1024px) {
    .features {
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .features {
      margin-bottom: 58px; } }
  .features__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .features__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
  .features__left {
    position: relative;
    height: 900px;
    max-width: 635px;
    width: 100%;
    margin-left: -180px;
    margin-right: 88px; }
    @media screen and (min-width: 1921px) {
      .features__left {
        max-width: 942px;
        height: 950px;
        margin-right: 160px;
        margin-left: -190px; } }
    @media screen and (max-width: 1024px) {
      .features__left {
        margin-left: -16px;
        margin-right: 68px;
        width: 540px;
        height: 765px; } }
    @media screen and (max-width: 768px) {
      .features__left {
        width: 100%;
        margin-left: 0;
        max-width: none;
        height: auto;
        margin-right: 0;
        margin-bottom: 36px; } }
  .features__right {
    max-width: 425px;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 1921px) {
      .features__right {
        max-width: 600px; } }
    @media screen and (max-width: 768px) {
      .features__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: 100%; } }
  .features__img-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -50px; }
    .features__img-wrap:before {
      z-index: 1; }
    .features__img-wrap:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(36, 36, 36, 0.2);
      pointer-events: none; }
    @media screen and (max-width: 768px) {
      .features__img-wrap {
        position: relative;
        top: auto;
        left: auto;
        margin-left: -16px;
        width: calc(100% + 32px);
        height: 320px; } }
    @media screen and (max-width: 767px) {
      .features__img-wrap {
        height: 180px; } }
  .features__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover"; }
  .features__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  .features__title {
    margin-bottom: 98px; }
    @media screen and (max-width: 1024px) {
      .features__title {
        margin-bottom: 84px; } }
    @media screen and (max-width: 768px) {
      .features__title {
        display: none; } }
    .features__title_mob {
      display: none; }
      @media screen and (max-width: 768px) {
        .features__title_mob {
          display: block;
          margin-bottom: 20px; } }

.features-list {
  margin-bottom: auto; }
  @media screen and (max-width: 768px) {
    .features-list {
      margin-bottom: 40px; } }
  .features-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    cursor: pointer; }
    .features-list__item:not(:last-child) {
      margin-bottom: 58px; }
    @media screen and (max-width: 1024px) {
      .features-list__item:not(:last-child) {
        margin-bottom: 55px; } }
    @media screen and (max-width: 768px) {
      .features-list__item:not(:last-child) {
        margin-bottom: 40px; } }
    .features-list__item:hover {
      color: #2051b7; }
  .features-list__icon {
    width: 70px;
    height: auto;
    margin-right: 40px;
    max-height: 86px; }
    @media screen and (min-width: 1921px) {
      .features-list__icon {
        width: 100px; } }
    @media screen and (max-width: 1024px) {
      .features-list__icon {
        width: 60px; } }
    @media screen and (max-width: 768px) {
      .features-list__icon {
        max-height: 72px;
        margin-right: 20px; } }

.services {
  position: relative;
  padding-bottom: 100px; }
  @media screen and (max-width: 1024px) {
    .services {
      padding-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .services {
      padding-bottom: 60px; } }
  .services__inner {
    position: relative; }
    .services__inner:before {
      content: '';
      position: absolute;
      top: -395px;
      right: -370px;
      width: 607px;
      height: 768px;
      background: url(/static/img/services-bg.png) center/cover no-repeat;
      pointer-events: none;
      opacity: 0.2; }
      @media screen and (min-width: 1921px) {
        .services__inner:before {
          width: 819px;
          height: 1037px;
          top: -650px;
          right: -180px; } }
      @media screen and (max-width: 1024px) {
        .services__inner:before {
          width: 373px;
          height: 472px;
          top: -215px;
          right: -90px; } }
      @media screen and (max-width: 767px) {
        .services__inner:before {
          top: -90px;
          right: -40px;
          width: 139px;
          height: 238px; } }
  .services__title {
    margin-bottom: 20px; }
  .services__head {
    margin-bottom: 42px; }
    @media screen and (min-width: 1921px) {
      .services__head {
        margin-bottom: 82px; } }
    @media screen and (max-width: 768px) {
      .services__head {
        margin-bottom: 32px; } }
  .services__slider {
    padding-bottom: 128px !important; }
    @media screen and (min-width: 1921px) {
      .services__slider {
        padding-bottom: 230px !important; } }
    @media screen and (max-width: 1024px) {
      .services__slider {
        padding-bottom: 108px !important; } }

.services-actions {
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  font-family: "GothamPro", sans-serif; }
  @media screen and (min-width: 1921px) {
    .services-actions {
      bottom: 110px;
      font-size: 48px;
      line-height: 48px; } }
  @media screen and (max-width: 1024px) {
    .services-actions {
      font-size: 30px;
      line-height: 30px; } }
  @media screen and (max-width: 768px) {
    .services-actions {
      font-size: 24px;
      line-height: 24px;
      bottom: 35px; } }
  .services-actions__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 22px;
    min-width: 68px; }
    @media screen and (min-width: 1921px) {
      .services-actions__counter {
        margin: 0 64px; } }
    @media screen and (max-width: 767px) {
      .services-actions__counter {
        margin: 0 12px; } }
  .services-actions__current {
    position: relative;
    padding-right: 20px; }
    .services-actions__current:after {
      content: '/';
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    @media screen and (min-width: 1921px) {
      .services-actions__current {
        padding-right: 30px; } }
  .services-actions__prev, .services-actions__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .services-actions__next:hover .icon-nav {
    fill: #2051b7; }
  .services-actions__prev {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
    .services-actions__prev:hover .icon-nav {
      fill: #2051b7; }

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6; }

.service-item {
  position: relative;
  cursor: move;
  overflow: hidden; }
  .service-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .service-item__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
  .service-item__img-wrap {
    position: relative;
    max-width: 630px;
    width: 100%;
    height: 415px;
    margin-right: 50px; }
    .service-item__img-wrap:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(26, 79, 239, 0.1);
      pointer-events: none; }
    @media screen and (min-width: 1921px) {
      .service-item__img-wrap {
        max-width: 1278px;
        height: 842px;
        margin-right: 120px; } }
    @media screen and (max-width: 1024px) {
      .service-item__img-wrap {
        margin-right: 30px;
        width: 535px;
        height: 352px; } }
    @media screen and (max-width: 768px) {
      .service-item__img-wrap {
        width: calc(100% + 32px);
        max-width: none;
        margin-right: 0;
        height: 180px;
        margin-bottom: 30px; } }
  .service-item__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover"; }
  .service-item__btn {
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media screen and (max-width: 768px) {
      .service-item__btn {
        margin-top: auto; } }
  .service-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 380px;
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 1921px) {
      .service-item__content {
        max-width: 754px; } }
  .service-item__title {
    display: inline; }
    @media screen and (min-width: 1921px) {
      .service-item__title {
        font-size: 48px;
        line-height: 72px; } }
  .service-item__head {
    position: relative;
    margin-bottom: 20px; }
    @media screen and (min-width: 1921px) {
      .service-item__head {
        margin-bottom: 80px; } }
  .service-item__order {
    display: inline-block;
    font-weight: bold;
    font-family: "GothamPro", sans-serif;
    margin-bottom: 10px;
    padding-top: 30px;
    font-size: 36px;
    line-height: 36px; }
    @media screen and (min-width: 1921px) {
      .service-item__order {
        padding-top: 135px;
        font-size: 64px;
        line-height: 64px; } }
    @media screen and (max-width: 1024px) {
      .service-item__order {
        font-size: 33px;
        line-height: 33px; } }
    @media screen and (max-width: 768px) {
      .service-item__order {
        padding-top: 0; } }
    @media screen and (max-width: 767px) {
      .service-item__order {
        font-size: 30px;
        line-height: 30px; } }
  .service-item__desc {
    margin-bottom: 30px; }
    @media screen and (min-width: 1921px) {
      .service-item__desc {
        font-size: 36px;
        line-height: 54px;
        margin-bottom: 100px; } }

.service-item-tooltip {
  position: relative;
  display: inline-block; }
  .service-item-tooltip__content {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    top: -3px;
    right: 3px;
    font-size: 14px;
    line-height: 27px;
    border: 1px solid #2051b7;
    padding: 16px 20px;
    background-color: #fff;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .service-item-tooltip__text {
    white-space: nowrap; }
  .service-item-tooltip.active .service-item-tooltip__content {
    opacity: 1;
    pointer-events: auto; }
  .service-item-tooltip.active .icon-tooltip {
    z-index: 3;
    -webkit-transform: translate(-3px, -3px);
        -ms-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px); }
    .service-item-tooltip.active .icon-tooltip:before {
      display: none; }
    .service-item-tooltip.active .icon-tooltip:after {
      content: '\2014'; }

.benefits {
  position: relative;
  padding-bottom: 90px; }
  @media screen and (min-width: 1921px) {
    .benefits {
      padding-bottom: 130px; } }
  @media screen and (max-width: 1024px) {
    .benefits {
      padding-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .benefits {
      padding-bottom: 70px; } }
  .benefits__inner {
    position: relative; }
  .benefits__title {
    margin-bottom: 72px; }
    @media screen and (min-width: 1921px) {
      .benefits__title {
        margin-bottom: 140px; } }
    @media screen and (max-width: 1024px) {
      .benefits__title {
        margin-bottom: 62px; } }
    @media screen and (max-width: 768px) {
      .benefits__title {
        margin-bottom: 52px; } }
  .benefits__content {
    position: relative;
    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; }
    .benefits__content:after {
      content: '';
      position: absolute;
      top: -110px;
      right: -488px;
      opacity: 0.2;
      width: 695px;
      height: 563px;
      background: url(/static/img/benefit-bg.png) center/cover no-repeat;
      pointer-events: none; }
      @media screen and (min-width: 1921px) {
        .benefits__content:after {
          width: 760px;
          height: 616px;
          top: -20px;
          right: -200px; } }
      @media screen and (max-width: 1024px) {
        .benefits__content:after {
          width: 460px;
          height: 373px;
          top: 190px;
          right: -138px; } }
      @media screen and (max-width: 767px) {
        .benefits__content:after {
          top: auto;
          bottom: 280px;
          right: -94px;
          width: 236px;
          height: 191px; } }
    @media screen and (max-width: 767px) {
      .benefits__content {
        -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; } }

.benefit-item {
  max-width: 33.33%;
  width: 100%;
  -webkit-box-flex: 33.33%;
      -ms-flex: 33.33%;
          flex: 33.33%;
  margin-bottom: 45px; }
  @media screen and (max-width: 768px) {
    .benefit-item {
      max-width: 50%;
      width: 100%;
      -webkit-box-flex: 50%;
          -ms-flex: 50%;
              flex: 50%; } }
  @media screen and (max-width: 767px) {
    .benefit-item {
      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;
      text-align: center;
      max-width: 100%;
      width: 100%;
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      margin-bottom: 0; }
      .benefit-item:not(:last-child) {
        margin-bottom: 38px; } }
  .benefit-item__content {
    max-width: 326px; }
    @media screen and (min-width: 1921px) {
      .benefit-item__content {
        max-width: 650px; } }
  .benefit-item__icon {
    height: 68px;
    width: auto;
    margin-bottom: 20px; }
    @media screen and (min-width: 1921px) {
      .benefit-item__icon {
        height: 134px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .benefit-item__icon {
        margin: 0 auto 20px; } }
  .benefit-item__title {
    margin-bottom: 12px; }
    @media screen and (min-width: 1921px) {
      .benefit-item__title {
        line-height: 60px; } }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: 0 !important;
  height: 12px !important;
  top: auto !important; }
  @media screen and (min-width: 1921px) {
    .swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
      height: 25px !important; } }
  @media screen and (max-width: 768px) {
    .swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
      height: 10px !important; } }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #4872f2 !important;
  height: 18px !important;
  bottom: 0;
  top: auto !important; }
  @media screen and (min-width: 1921px) {
    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      height: 38px !important; } }
  @media screen and (max-width: 768px) {
    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      height: 14px !important; } }

.swiper-container {
  height: 100%; }

.brands {
  position: relative;
  padding-bottom: 150px; }
  @media screen and (min-width: 1921px) {
    .brands {
      padding-bottom: 284px; } }
  @media screen and (max-width: 1024px) {
    .brands {
      padding-bottom: 125px; } }
  @media screen and (max-width: 768px) {
    .brands {
      padding-bottom: 32px; } }
  .brands__title {
    margin-bottom: 64px; }
    @media screen and (min-width: 1921px) {
      .brands__title {
        margin-bottom: 150px; } }
    @media screen and (max-width: 1024px) {
      .brands__title {
        margin-bottom: 46px; } }
    @media screen and (max-width: 768px) {
      .brands__title {
        margin-bottom: 28px; } }
  .brands__content {
    position: relative;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 24px; }
    .brands__content:before {
      content: '';
      position: absolute;
      top: -222px;
      left: -500px;
      width: 727px;
      height: 477px;
      background: url(/static/img/brands-bg.png) center/cover no-repeat;
      pointer-events: none;
      opacity: 0.2; }
      @media screen and (min-width: 1921px) {
        .brands__content:before {
          width: 1142px;
          height: 750px;
          top: -372px;
          left: -840px; } }
      @media screen and (max-width: 1024px) {
        .brands__content:before {
          top: -212px;
          left: -280px;
          width: 503px;
          height: 330px; } }
      @media screen and (max-width: 767px) {
        .brands__content:before {
          width: 279px;
          height: 183px;
          top: auto;
          left: -182px;
          bottom: -95px; } }

.brand-item {
  max-width: 130px;
  width: 100%;
  max-height: 84px;
  height: auto; }
  .brand-item:not(:last-child) {
    margin-right: 50px; }
  @media screen and (min-width: 1921px) {
    .brand-item {
      max-width: 318px; }
      .brand-item:not(:last-child) {
        margin-right: 120px; } }
  @media screen and (max-width: 768px) {
    .brand-item {
      max-width: 100px;
      max-height: 70px;
      margin-bottom: 68px; }
      .brand-item:not(:last-child) {
        margin-right: 32px; } }
  .brand-item:hover .brand-item__img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
  .brand-item__img {
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    max-height: 84px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
    @media screen and (max-width: 768px) {
      .brand-item__img {
        max-height: 70px; } }

.callback {
  position: relative; }
  @media screen and (max-width: 768px) {
    .callback {
      padding-bottom: 50px; } }
  .callback__left {
    max-width: 505px;
    width: 100%;
    padding-bottom: 14px; }
    @media screen and (min-width: 1921px) {
      .callback__left {
        max-width: 734px; } }
    @media screen and (max-width: 767px) {
      .callback__left {
        padding-bottom: 0; } }
  .callback__title {
    margin-bottom: 41px;
    font-size: 36px;
    line-height: 54px; }
    @media screen and (min-width: 1921px) {
      .callback__title {
        font-size: 48px;
        line-height: 72px; } }
    @media screen and (max-width: 1024px) {
      .callback__title {
        font-size: 30px;
        line-height: 46px; } }
    @media screen and (max-width: 768px) {
      .callback__title {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 18px; } }
  .callback__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1024px) {
      .callback__inner {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .callback__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  .callback__btn {
    margin-top: 29px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .callback__btn {
        margin-top: 0; } }
  .callback__img-wrap {
    position: absolute;
    width: 630px;
    height: 955px;
    top: 0;
    right: -160px; }
    @media screen and (min-width: 1921px) {
      .callback__img-wrap {
        width: 1366px;
        height: 1422px;
        right: -180px; } }
    @media screen and (max-width: 1024px) {
      .callback__img-wrap {
        display: none; } }
  .callback__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 7;
  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;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .preloader__icon {
    padding: 10px 20px; }
    .preloader__icon:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      background-color: #2051b7;
      z-index: -1;
      -webkit-animation: squareWidth 0.3s ease-in-out both 1.2s;
              animation: squareWidth 0.3s ease-in-out both 1.2s; }
  .preloader__inner {
    position: relative; }
    .preloader__inner:before {
      content: ' ';
      display: block;
      height: 2px;
      width: 0;
      background: #2051b7;
      position: absolute;
      -webkit-animation: squareWidth 0.3s linear both;
              animation: squareWidth 0.3s linear both; }
    .preloader__inner:after {
      content: ' ';
      display: block;
      height: 0;
      top: 0;
      width: 2px;
      right: 0;
      background: #2051b7;
      position: absolute;
      -webkit-animation: squareHeight 0.3s linear 0.3s both;
              animation: squareHeight 0.3s linear 0.3s both; }
  .preloader__content:before {
    content: ' ';
    display: block;
    height: 2px;
    width: 0;
    background: #2051b7;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-animation: squareWidth 0.3s linear 0.6s both;
            animation: squareWidth 0.3s linear 0.6s both; }
  .preloader__content:after {
    content: ' ';
    display: block;
    height: 0;
    width: 2px;
    background: #2051b7;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-animation: squareHeight 0.3s linear 0.9s both;
            animation: squareHeight 0.3s linear 0.9s both; }

.page-ready .grid__line {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.page-ready .preloader {
  opacity: 0;
  pointer-events: none; }

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

















































































