/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@font-face {
  font-family: 'KasperskySans-Regular';
  src: url("../fonts/KasperskySans-Regular.woff?v=b0b657a6") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'KasperskySans-Bold';
  src: url("../fonts/KasperskySans-Bold.woff?v=c662ad0d") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'KasperskySans-Light';
  src: url("../fonts/KasperskySans-Light.woff?v=bd2771d9") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'MuseoSans-Regular';
  src: url("../fonts/MuseoSans-Regular.woff?v=ae317194") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

html {
  font-size: 16px;
  min-width: 1280px; }
  @media (max-width: 1280px) {
    html {
      font-size: -webkit-calc(100vw / 80);
      font-size: calc(100vw / 80); } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal; }

.container {
  width: 100%;
  max-width: 1280px; }

footer.footer {
  background: #fff; }
  footer.footer .wrapper {
    max-width: 1280px;
    padding: 23px 40px 19px;
    margin: 0 auto; }
    footer.footer .wrapper .top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 30px; }
      footer.footer .wrapper .top .column {
        width: 25%;
        margin-right: 40px; }
        footer.footer .wrapper .top .column:last-child {
          margin-right: 0; }
        footer.footer .wrapper .top .column .title {
          font-family: KasperskySans-Regular, Arial, sans-serif;
          font-size: 12px;
          line-height: 16px;
          letter-spacing: 0.08em;
          text-transform: uppercase;
          color: #444444;
          opacity: 0.72;
          margin-bottom: 24px; }
        footer.footer .wrapper .top .column .nav-list {
          list-style: none; }
          footer.footer .wrapper .top .column .nav-list .nav-item {
            margin-bottom: 10px; }
            footer.footer .wrapper .top .column .nav-list .nav-item .nav-link {
              font-family: KasperskySans-Regular, Arial, sans-serif;
              font-size: 14px;
              line-height: 18px;
              color: #00A88E;
              text-decoration: none;
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s; }
              footer.footer .wrapper .top .column .nav-list .nav-item .nav-link:hover {
                color: #23D1AE; }
            footer.footer .wrapper .top .column .nav-list .nav-item.nav-item-rule {
              margin-top: 30px; }
              footer.footer .wrapper .top .column .nav-list .nav-item.nav-item-rule .nav-item-more {
                font-family: KasperskySans-Regular, Arial, sans-serif;
                font-size: 14px;
                line-height: 18px;
                color: #999999; }
    footer.footer .wrapper .bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 53px; }
      footer.footer .wrapper .bottom .link {
        display: block;
        width: 155px;
        height: 30px;
        margin-right: 16px;
        -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
                transform: translateY(-2px); }
        footer.footer .wrapper .bottom .link .link-svg {
          display: block;
          width: 100%;
          height: 100%; }
          footer.footer .wrapper .bottom .link .link-svg .link-svg-image {
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            fill: #00A88E; }
        footer.footer .wrapper .bottom .link:hover .link-svg .link-svg-image {
          fill: #23D1AE; }
        footer.footer .wrapper .bottom .link:active .link-svg .link-svg-image {
          fill: #00A88E; }
      footer.footer .wrapper .bottom .copyright {
        font-family: ProximaNova-Regular, Arial, sans-serif;
        font-size: 12px;
        line-height: 16px;
        color: #999999;
        margin-right: auto; }
      footer.footer .wrapper .bottom .social-list {
        list-style: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 32px; }
        footer.footer .wrapper .bottom .social-list .social-item {
          margin-right: 8px; }
          footer.footer .wrapper .bottom .social-list .social-item:last-child {
            margin-right: 0; }
          footer.footer .wrapper .bottom .social-list .social-item .social-link {
            display: block;
            width: 24px;
            height: 24px;
            -webkit-background-size: contain;
                    background-size: contain;
            background-repeat: no-repeat;
            background-position: 50% 50%; }
            footer.footer .wrapper .bottom .social-list .social-item .social-link .svg-icon {
              display: block;
              width: 100%;
              height: 100%; }
              footer.footer .wrapper .bottom .social-list .social-item .social-link .svg-icon .icon {
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s;
                fill: #AEAEAE; }
            footer.footer .wrapper .bottom .social-list .social-item .social-link:hover .svg-icon .icon-fb {
              fill: #3b5998; }
            footer.footer .wrapper .bottom .social-list .social-item .social-link:hover .svg-icon .icon-tw {
              fill: #55acee; }
            footer.footer .wrapper .bottom .social-list .social-item .social-link:hover .svg-icon .icon-in {
              fill: #0077b5; }
            footer.footer .wrapper .bottom .social-list .social-item .social-link:hover .svg-icon .icon-yt {
              fill: #cd201f; }
            footer.footer .wrapper .bottom .social-list .social-item .social-link:hover .svg-icon .icon-ig {
              fill: #3f729b; }
      footer.footer .wrapper .bottom .link-iso {
        display: block;
        width: 80px;
        height: 48px;
        margin-bottom: -10px;
        margin-right: 24px; }
        footer.footer .wrapper .bottom .link-iso .link-iso-img {
          display: block;
          width: 100%;
          height: 100%; }
      footer.footer .wrapper .bottom .btn-select-location {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        min-width: 268px;
        height: 48px;
        background: #fff;
        border: 1.5px solid #ccc;
        outline: none;
        padding: 8px 32px 8px 40px;
        cursor: pointer; }
        footer.footer .wrapper .bottom .btn-select-location .location {
          font-family: KasperskySans-Regular, Arial, sans-serif;
          font-size: 16px;
          max-width: 250px;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          white-space: nowrap;
          line-height: 20px;
          color: #444444;
          text-align: left; }
        footer.footer .wrapper .bottom .btn-select-location:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 12px;
          width: 20px;
          height: 20px;
          background: url("../img/footer/location-icon.svg?v=23da82a4") no-repeat 50% 50%/contain;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
        footer.footer .wrapper .bottom .btn-select-location:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 12px;
          width: 12px;
          height: 12px;
          background: url("../img/footer/arrow-icon.svg?v=934a4130") no-repeat 50% 50%/contain;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        footer.footer .wrapper .bottom .btn-select-location:hover {
          border-color: #c3c3c3; }
        footer.footer .wrapper .bottom .btn-select-location.open:after {
          -webkit-transform: translateY(-50%) rotate(180deg);
              -ms-transform: translateY(-50%) rotate(180deg);
                  transform: translateY(-50%) rotate(180deg); }
  footer.footer .select-location {
    border-top: 1px solid #e3e3e3;
    background-color: #f8f8f8; }
    footer.footer .select-location .container {
      position: relative;
      padding: 35px 30px 25px;
      max-width: 1280px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto; }
      footer.footer .select-location .container .close {
        position: absolute;
        display: block;
        top: 20px;
        right: 30px;
        background: none;
        border: none;
        outline: none;
        width: 40px;
        height: 40px;
        padding: 10px;
        cursor: pointer; }
        footer.footer .select-location .container .close .svg-close {
          display: block;
          width: 100%;
          height: 100%; }
          footer.footer .select-location .container .close .svg-close .icon {
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            fill: #AEAEAE; }
        footer.footer .select-location .container .close:hover .svg-close .icon {
          fill: #005446; }
      footer.footer .select-location .container .column {
        width: 25%;
        padding-left: 30px; }
        footer.footer .select-location .container .column .list {
          list-style: none;
          padding-bottom: 32px; }
          footer.footer .select-location .container .column .list .list-title {
            font-family: MuseoSans-Regular, Arial, sans-serif;
            font-size: 12.8px;
            line-height: 1;
            color: #000;
            margin-bottom: 12.8px; }
          footer.footer .select-location .container .column .list .item {
            margin-bottom: 7.8px;
            font-size: 12.8px; }
            footer.footer .select-location .container .column .list .item .link {
              font-family: MuseoSans-Regular, Arial, sans-serif;
              text-decoration: none;
              color: #006D5C;
              font-size: 12.8px;
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s; }
              footer.footer .select-location .container .column .list .item .link:hover {
                color: #005446; }

.header {
  position: relative;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(92, 133, 150, 0.25);
          box-shadow: 0 1px 4px rgba(92, 133, 150, 0.25); }
  .header .container {
    max-width: 1280px;
    padding: 0 40px;
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }
    .header .container .link {
      display: block;
      width: 155px;
      height: 32px;
      margin-right: 16px;
      margin-right: auto; }
      .header .container .link .link-svg {
        display: block;
        width: 100%;
        height: 100%; }
        .header .container .link .link-svg .link-svg-image {
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s;
          fill: #00A88E; }
      .header .container .link:hover .link-svg .link-svg-image {
        fill: #23D1AE; }
      .header .container .link:active .link-svg .link-svg-image {
        fill: #00A88E; }
    .header .container .search {
      width: 280px;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-right: 10px; }
      .header .container .search .btn-start-search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: none;
        border: none;
        outline: none;
        padding: 10px;
        cursor: pointer; }
        .header .container .search .btn-start-search .start-search-svg {
          width: 16px;
          height: 16px; }
          .header .container .search .btn-start-search .start-search-svg .start-search-icon {
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            fill: #AEAEAE; }
        .header .container .search .btn-start-search:hover .start-search-svg .start-search-icon, .header .container .search .btn-start-search:active .start-search-svg .start-search-icon {
          fill: #00A88E; }
        .header .container .search .btn-start-search.active {
          pointer-events: none; }
          .header .container .search .btn-start-search.active .start-search-svg .start-search-icon {
            fill: #00A88E; }
      .header .container .search .search-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 0;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
        .header .container .search .search-wrap.active {
          width: 100%; }
        .header .container .search .search-wrap .search-input {
          padding: 10px;
          border: none;
          outline: none;
          font-family: KasperskySans-Regular, Arial, sans-serif;
          font-size: 18px;
          line-height: 22px;
          color: #1D1D1B;
          max-width: 205px; }
          .header .container .search .search-wrap .search-input::-webkit-input-placeholder {
            color: #1D1D1B;
            opacity: 1; }
          .header .container .search .search-wrap .search-input::-moz-placeholder {
            color: #1D1D1B;
            opacity: 1; }
          .header .container .search .search-wrap .search-input:-ms-input-placeholder {
            color: #1D1D1B;
            opacity: 1; }
          .header .container .search .search-wrap .search-input::-ms-input-placeholder {
            color: #1D1D1B;
            opacity: 1; }
          .header .container .search .search-wrap .search-input::placeholder {
            color: #1D1D1B;
            opacity: 1; }
          .header .container .search .search-wrap .search-input:-ms-input-placeholder {
            color: #1D1D1B; }
          .header .container .search .search-wrap .search-input::-ms-input-placeholder {
            color: #1D1D1B; }
          .header .container .search .search-wrap .search-input::-ms-clear {
            display: none; }
      .header .container .search .btn-stop-search {
        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;
        background: none;
        border: none;
        outline: none;
        padding: 10px;
        cursor: pointer; }
        .header .container .search .btn-stop-search .stop-search-svg {
          width: 16px;
          height: 16px; }
          .header .container .search .btn-stop-search .stop-search-svg .stop-search-icon {
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            fill: #AEAEAE; }
        .header .container .search .btn-stop-search:hover .stop-search-svg .stop-search-icon, .header .container .search .btn-stop-search:active .stop-search-svg .stop-search-icon {
          fill: #00A88E; }
    .header .container .menu .menu-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      list-style: none; }
      .header .container .menu .menu-list .menu-item {
        position: relative; }
        .header .container .menu .menu-list .menu-item .menu-link {
          position: relative;
          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;
          height: 64px;
          background: #fff;
          border: none;
          border-bottom: 4px solid #fff;
          text-decoration: none;
          text-align: center;
          padding: 4px 15px 0;
          font-family: KasperskySans-Regular, Arial, sans-serif;
          font-size: 14px;
          line-height: 18px;
          color: #000; }
          .header .container .menu .menu-list .menu-item .menu-link:hover, .header .container .menu .menu-list .menu-item .menu-link:active {
            border-color: #23D1AE; }
          .header .container .menu .menu-list .menu-item .menu-link .arrow {
            margin-left: 6px;
            display: inline-block;
            width: 12px;
            height: 12px;
            background: url("../img/header/arrow-black.svg?v=b7ca38d1") no-repeat 50% 50%/contain; }
          .header .container .menu .menu-list .menu-item .menu-link.menu-link-custom {
            color: #fff;
            background: #00A88E;
            border-color: #00A88E; }
            .header .container .menu .menu-list .menu-item .menu-link.menu-link-custom .arrow {
              background-image: url("../img/header/arrow-white.svg?v=1ce8251c"); }
            .header .container .menu .menu-list .menu-item .menu-link.menu-link-custom:hover, .header .container .menu .menu-list .menu-item .menu-link.menu-link-custom:active {
              border-color: #23D1AE; }
            .header .container .menu .menu-list .menu-item .menu-link.menu-link-custom .icon-people {
              margin-right: 6px;
              display: inline-block;
              width: 20px;
              height: 20px;
              background: url("../img/header/people-white.svg?v=462cbabc") no-repeat 50% 50%/contain; }
        .header .container .menu .menu-list .menu-item:hover .submenu {
          display: block; }
        .header .container .menu .menu-list .menu-item .submenu {
          display: none;
          position: absolute;
          top: 100%;
          background: #fff;
          padding: 0 16px 16px;
          width: 224px;
          -webkit-box-shadow: 0 24px 40px rgba(30, 142, 109, 0.2);
                  box-shadow: 0 24px 40px rgba(30, 142, 109, 0.2); }
          .header .container .menu .menu-list .menu-item .submenu .submenu-list {
            list-style: none; }
            .header .container .menu .menu-list .menu-item .submenu .submenu-list .submenu-item {
              padding: 5px 0;
              border-bottom: 1.5px solid #F2F2F2; }
              .header .container .menu .menu-list .menu-item .submenu .submenu-list .submenu-item .submenu-link {
                display: block;
                position: relative;
                text-decoration: none;
                padding: 10px 0; }
                .header .container .menu .menu-list .menu-item .submenu .submenu-list .submenu-item .submenu-link .big-text {
                  display: inline-block;
                  width: 100%;
                  font-family: KasperskySans-Regular, Arial, sans-serif;
                  font-size: 14px;
                  line-height: 18px;
                  color: #000; }
                .header .container .menu .menu-list .menu-item .submenu .submenu-list .submenu-item .submenu-link .small-text {
                  display: inline-block;
                  width: 100%;
                  font-family: KasperskySans-Light, Arial, sans-serif;
                  font-size: 12px;
                  line-height: 16px;
                  color: #999; }
                .header .container .menu .menu-list .menu-item .submenu .submenu-list .submenu-item .submenu-link:before {
                  display: block;
                  content: "";
                  position: absolute;
                  top: -5px;
                  left: -16px;
                  bottom: -6px;
                  width: 6px;
                  -webkit-transition: .2s;
                  -o-transition: .2s;
                  transition: .2s;
                  background: #fff; }
                .header .container .menu .menu-list .menu-item .submenu .submenu-list .submenu-item .submenu-link:hover:before, .header .container .menu .menu-list .menu-item .submenu .submenu-list .submenu-item .submenu-link:active:before {
                  background: #23D1AE; }
        .header .container .menu .menu-list .menu-item:hover .submenu-custom {
          display: block; }
        .header .container .menu .menu-list .menu-item .submenu-custom {
          display: none;
          position: absolute;
          top: 100%;
          background: #23D1AE;
          width: 224px;
          -webkit-box-shadow: 0 24px 40px rgba(30, 142, 109, 0.2);
                  box-shadow: 0 24px 40px rgba(30, 142, 109, 0.2); }
          .header .container .menu .menu-list .menu-item .submenu-custom .submenu-list {
            list-style: none; }
            .header .container .menu .menu-list .menu-item .submenu-custom .submenu-list .submenu-item .submenu-link {
              display: block;
              position: relative;
              text-decoration: none;
              padding: 15px 16px;
              -webkit-transition: .2s;
              -o-transition: .2s;
              transition: .2s; }
              .header .container .menu .menu-list .menu-item .submenu-custom .submenu-list .submenu-item .submenu-link .big-text {
                display: inline-block;
                width: 100%;
                font-family: KasperskySans-Regular, Arial, sans-serif;
                font-size: 14px;
                line-height: 18px;
                color: #fff; }
              .header .container .menu .menu-list .menu-item .submenu-custom .submenu-list .submenu-item .submenu-link:hover, .header .container .menu .menu-list .menu-item .submenu-custom .submenu-list .submenu-item .submenu-link:active {
                background: #00A88E; }
    .header .container .btn-location {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 64px;
      height: 64px;
      background: #fff;
      outline: none;
      border: none;
      padding-top: 4px;
      border-bottom: 4px solid #fff;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      cursor: pointer; }
      .header .container .btn-location .svg {
        width: 20px;
        height: 20px; }
        .header .container .btn-location .svg .svg-icon {
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s;
          fill: #AEAEAE; }
      .header .container .btn-location:hover, .header .container .btn-location:active {
        border-color: #23D1AE; }
        .header .container .btn-location:hover .svg .svg-icon, .header .container .btn-location:active .svg .svg-icon {
          fill: #1D1D1B; }

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: 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-slide-invisible-blank {
  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;
  -webkit-background-size: 27px 44px;
          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;
  -webkit-border-radius: 100%;
          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 {
  -webkit-border-radius: 10px;
          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);
  -webkit-border-radius: 10px;
          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%;
  -webkit-background-size: 100% 100%;
          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:not(.swiper-slide-active) {
  opacity: 0 !important;
  background: transparent !important; }

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

.page-index {
  background: #fff; }
  .page-index .main section .container-center {
    max-width: 1280px;
    margin: 0 auto; }
  .page-index .main section.banner .container-center {
    position: relative;
    padding: 42px 40px 100px 110px;
    background: #fff url("../img/banner-bg.jpg?v=5d4d19b6") no-repeat 100% 50%/contain; }
  .page-index .main section.banner .banner-name {
    position: absolute;
    top: 40px;
    right: 40px;
    font-family: KasperskySans-Regular, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #444444;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%; }
  .page-index .main section.banner .info {
    width: 450px; }
    .page-index .main section.banner .info .title {
      font-family: KasperskySans-Bold, Arial, sans-serif;
      font-size: 54px;
      line-height: 60px;
      color: #000;
      letter-spacing: -1.5px;
      margin-bottom: 20px;
      -webkit-font-feature-settings: 'salt' on, 'ss01' on, 'ss02' on;
              font-feature-settings: 'salt' on, 'ss01' on, 'ss02' on; }
    .page-index .main section.banner .info .info-more {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 -50px 57px 0; }
      .page-index .main section.banner .info .info-more .image-logo {
        display: block;
        min-width: 70px;
        width: 70px;
        height: 77px;
        margin-right: 20px; }
      .page-index .main section.banner .info .info-more .big-text {
        font-family: KasperskySans-Regular, Arial, sans-serif;
        font-size: 28px;
        line-height: 32px;
        color: #1C1C1C; }
        .page-index .main section.banner .info .info-more .big-text .big-text-pink {
          display: inline-block;
          background: #FF1574;
          font-family: KasperskySans-Regular, Arial, sans-serif;
          font-size: 15.7722px;
          line-height: 18px;
          color: #fff;
          padding: 3px 8px 6px;
          -webkit-transform: translateY(-3px);
              -ms-transform: translateY(-3px);
                  transform: translateY(-3px); }
    .page-index .main section.banner .info .link-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .page-index .main section.banner .info .link-wrap .link-buy {
        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;
        background: #00A88E;
        -webkit-box-shadow: -5px 5px 18px rgba(35, 209, 174, 0.3);
                box-shadow: -5px 5px 18px rgba(35, 209, 174, 0.3);
        -webkit-border-radius: 3px;
                border-radius: 3px;
        min-width: 160px;
        height: 48px;
        padding: 8px 12px;
        font-family: KasperskySans-Regular, Arial, sans-serif;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        text-decoration: none;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        margin-right: 16px; }
        .page-index .main section.banner .info .link-wrap .link-buy:hover {
          background: #23D1AE; }
        .page-index .main section.banner .info .link-wrap .link-buy:active {
          background: #00A88E; }
      .page-index .main section.banner .info .link-wrap .link-free {
        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;
        border: 2px solid #00A88E;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        min-width: 160px;
        height: 48px;
        padding: 8px 12px;
        font-family: KasperskySans-Regular, Arial, sans-serif;
        font-size: 16px;
        line-height: 20px;
        color: #00A88E;
        text-decoration: none;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
        .page-index .main section.banner .info .link-wrap .link-free:hover {
          border-color: #23D1AE;
          color: #23D1AE; }
        .page-index .main section.banner .info .link-wrap .link-free:active {
          border-color: #265951;
          color: #265951; }
  .page-index .main section.panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
            transform: translateY(-70px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 100;
    pointer-events: none;
    background: #fff; }
    .page-index .main section.panel.fixed {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      pointer-events: auto;
      -webkit-box-shadow: 0 20px 24px -10px rgba(38, 202, 153, 0.24);
              box-shadow: 0 20px 24px -10px rgba(38, 202, 153, 0.24); }
    .page-index .main section.panel .panel-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 70px;
      padding: 10px 112px 10px 143px;
      background: #fff;
      width: 1280px; }
      .page-index .main section.panel .panel-wrapper .image-logo {
        display: block;
        width: 42px;
        min-width: 42px;
        height: 46px;
        margin-right: 13px; }
      .page-index .main section.panel .panel-wrapper .big-text {
        width: 240px;
        font-family: KasperskySans-Regular, Arial, sans-serif;
        font-size: 17px;
        line-height: 19px;
        color: #1C1C1C; }
        .page-index .main section.panel .panel-wrapper .big-text .big-text-pink {
          display: inline-block;
          background: #FF1574;
          font-family: KasperskySans-Regular, Arial, sans-serif;
          font-size: 9px;
          line-height: 11px;
          color: #fff;
          padding: 1px 3px 2px;
          -webkit-transform: translateY(-2px);
              -ms-transform: translateY(-2px);
                  transform: translateY(-2px);
          margin-right: 40px; }
      .page-index .main section.panel .panel-wrapper .select-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .page-index .main section.panel .panel-wrapper .select-container .select-wrap {
          position: relative;
          border: 1px solid #ccc;
          width: 202px;
          height: 36px;
          margin-right: 10px; }
          .page-index .main section.panel .panel-wrapper .select-container .select-wrap.select-wrap:nth-child(1):before {
            content: "";
            position: absolute;
            top: 50%;
            left: 7px;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            width: 15px;
            height: 15px;
            background: url("../img/panel-device-icon.svg?v=d968287c") no-repeat 50% 50%/contain;
            pointer-events: none; }
          .page-index .main section.panel .panel-wrapper .select-container .select-wrap.select-wrap:nth-child(2):before {
            content: "";
            position: absolute;
            top: 50%;
            left: 7px;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            width: 15px;
            height: 15px;
            background: url("../img/panel-time-icon.svg?v=4de0e139") no-repeat 50% 50%/contain;
            pointer-events: none; }
          .page-index .main section.panel .panel-wrapper .select-container .select-wrap.select-wrap:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 7px;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            width: 9px;
            height: 9px;
            background: url("../img/panel-arrow.svg?v=5a028fd1") no-repeat 50% 50%/contain;
            pointer-events: none;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s; }
          .page-index .main section.panel .panel-wrapper .select-container .select-wrap .select {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 100%;
            height: 100%;
            border: none;
            outline: none;
            padding: 10px 27px;
            font-family: KasperskySans-Regular, Arial, sans-serif;
            font-size: 12px;
            line-height: 150px;
            color: #444;
            cursor: pointer; }
          .page-index .main section.panel .panel-wrapper .select-container .select-wrap.active .select-list {
            pointer-events: auto;
            border-top: 2px solid #23D1AE;
            display: block; }
          .page-index .main section.panel .panel-wrapper .select-container .select-wrap.active:after {
            -webkit-transform: translateY(-40%) rotate(180deg);
                -ms-transform: translateY(-40%) rotate(180deg);
                    transform: translateY(-40%) rotate(180deg); }
          .page-index .main section.panel .panel-wrapper .select-container .select-wrap .select-list {
            display: none;
            background: #fff;
            list-style: none;
            border: 1px solid #ccc;
            border-top: none;
            margin: 0 -1px;
            overflow: hidden;
            pointer-events: none; }
            .page-index .main section.panel .panel-wrapper .select-container .select-wrap .select-list .select-item {
              padding: 10px;
              font-family: KasperskySans-Light, Arial, sans-serif;
              font-size: 12px;
              color: #444;
              cursor: pointer; }
              .page-index .main section.panel .panel-wrapper .select-container .select-wrap .select-list .select-item.selected {
                font-family: KasperskySans-Regular, Arial, sans-serif; }
              .page-index .main section.panel .panel-wrapper .select-container .select-wrap .select-list .select-item:hover {
                font-family: KasperskySans-Regular, Arial, sans-serif; }
              .page-index .main section.panel .panel-wrapper .select-container .select-wrap .select-list .select-item.disabled {
                color: #ccc;
                cursor: default; }
      .page-index .main section.panel .panel-wrapper .price {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        text-align: center;
        font-family: KasperskySans-Bold, Arial, sans-serif;
        font-size: 30px;
        line-height: 33px;
        letter-spacing: -0.03em;
        color: #1D1D1B; }
        .page-index .main section.panel .panel-wrapper .price .price-num {
          font-family: KasperskySans-Bold, Arial, sans-serif;
          font-size: 30px;
          line-height: 33px;
          letter-spacing: -0.03em;
          color: #1D1D1B; }
      .page-index .main section.panel .panel-wrapper .btn-buy {
        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;
        background: #00A88E;
        -webkit-box-shadow: -5px 5px 18px rgba(35, 209, 174, 0.3);
                box-shadow: -5px 5px 18px rgba(35, 209, 174, 0.3);
        -webkit-border-radius: 3px;
                border-radius: 3px;
        border: none;
        min-width: 132px;
        height: 38px;
        padding: 8px 12px;
        font-family: KasperskySans-Regular, Arial, sans-serif;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        text-decoration: none;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        margin-right: 16px;
        cursor: pointer; }
        .page-index .main section.panel .panel-wrapper .btn-buy:hover {
          background: #23D1AE; }
        .page-index .main section.panel .panel-wrapper .btn-buy:active {
          background: #00A88E; }
  .page-index .main section.price {
    background: #F6FBFD; }
    .page-index .main section.price .container-center {
      padding: 55px 112px 47px 110px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .page-index .main section.price .container-center .left {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-right: 95px; }
        .page-index .main section.price .container-center .left .title {
          font-family: KasperskySans-Bold, Arial, sans-serif;
          font-size: 50px;
          line-height: 55px;
          color: #000;
          margin-bottom: 35px; }
        .page-index .main section.price .container-center .left .info {
          margin-bottom: 50px; }
          .page-index .main section.price .container-center .left .info .row {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin-bottom: 10px; }
            .page-index .main section.price .container-center .left .info .row:last-child {
              margin-bottom: 0; }
            .page-index .main section.price .container-center .left .info .row .column {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              width: 280px; }
              .page-index .main section.price .container-center .left .info .row .column .icon {
                width: 50px;
                min-width: 50px;
                min-height: 80px;
                margin-right: 15px;
                background-repeat: no-repeat;
                background-position: 50% 0;
                -webkit-background-size: 44px 44px;
                        background-size: 44px 44px; }
                .page-index .main section.price .container-center .left .info .row .column .icon.icon-1 {
                  background-image: url("../img/price-icon-1.svg?v=cfecd5ee"); }
                .page-index .main section.price .container-center .left .info .row .column .icon.icon-2 {
                  background-image: url("../img/price-icon-2.svg?v=7dbd056c"); }
                .page-index .main section.price .container-center .left .info .row .column .icon.icon-3 {
                  background-image: url("../img/price-icon-2.svg?v=7dbd056c");
                  -webkit-background-size: 39px 39px;
                          background-size: 39px 39px; }
                .page-index .main section.price .container-center .left .info .row .column .icon.icon-4 {
                  background-image: url("../img/price-icon-4.svg?v=d7000795");
                  -webkit-background-size: 41px 41px;
                          background-size: 41px 41px; }
                .page-index .main section.price .container-center .left .info .row .column .icon.icon-5 {
                  background-image: url("../img/price-icon-5.svg?v=03a1c7bf"); }
                .page-index .main section.price .container-center .left .info .row .column .icon.icon-6 {
                  background-image: url("../img/price-icon-6.svg?v=8bbcc534"); }
              .page-index .main section.price .container-center .left .info .row .column .about .about-title {
                font-family: KasperskySans-Regular, Arial, sans-serif;
                font-size: 16px;
                line-height: 20px;
                color: #000;
                margin-bottom: 5px; }
              .page-index .main section.price .container-center .left .info .row .column .about .about-text {
                font-family: KasperskySans-Light, Arial, sans-serif;
                font-size: 14px;
                line-height: 18px;
                color: #999; }
        .page-index .main section.price .container-center .left .text {
          font-family: KasperskySans-Light, Arial, sans-serif;
          font-size: 18px;
          line-height: 24px;
          color: #1D1D1B;
          margin-bottom: 12px; }
          .page-index .main section.price .container-center .left .text:last-of-type {
            margin-bottom: 0; }
      .page-index .main section.price .container-center .right {
        min-width: 380px;
        width: 380px;
        padding-top: 7px; }
        .page-index .main section.price .container-center .right .price-block {
          background: #fff;
          -webkit-box-shadow: 0 6px 24px rgba(38, 202, 153, 0.2);
                  box-shadow: 0 6px 24px rgba(38, 202, 153, 0.2);
          padding: 31px 24px 38px; }
          .page-index .main section.price .container-center .right .price-block .price {
            font-family: KasperskySans-Bold, Arial, sans-serif;
            font-size: 48px;
            line-height: 52px;
            letter-spacing: -0.03em;
            color: #1D1D1B;
            padding-bottom: 30px;
            margin-bottom: 24px;
            border-bottom: 1.5px solid #F2F2F2; }
            .page-index .main section.price .container-center .right .price-block .price .price-num {
              font-family: KasperskySans-Bold, Arial, sans-serif;
              font-size: 48px;
              line-height: 52px;
              letter-spacing: -0.03em;
              color: #1D1D1B; }
          .page-index .main section.price .container-center .right .price-block .text {
            position: relative;
            font-family: KasperskySans-Regular, Arial, sans-serif;
            font-size: 21px;
            line-height: 24px;
            color: #1D1D1B;
            margin-bottom: 20px; }
          .page-index .main section.price .container-center .right .price-block .select-wrap {
            position: relative;
            border: 1px solid #ccc;
            width: 100%;
            height: 48px; }
            .page-index .main section.price .container-center .right .price-block .select-wrap.select-wrap-device {
              margin-bottom: 12px; }
              .page-index .main section.price .container-center .right .price-block .select-wrap.select-wrap-device:before {
                content: "";
                position: absolute;
                top: 50%;
                left: 12px;
                -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                width: 20px;
                height: 20px;
                background: url("../img/panel-device-icon.svg?v=d968287c") no-repeat 50% 50%/contain;
                pointer-events: none; }
            .page-index .main section.price .container-center .right .price-block .select-wrap.select-wrap-year {
              margin-bottom: 28px; }
              .page-index .main section.price .container-center .right .price-block .select-wrap.select-wrap-year:before {
                content: "";
                position: absolute;
                top: 50%;
                left: 12px;
                -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                width: 20px;
                height: 20px;
                background: url("../img/panel-time-icon.svg?v=4de0e139") no-repeat 50% 50%/contain;
                pointer-events: none; }
            .page-index .main section.price .container-center .right .price-block .select-wrap.select-wrap:after {
              content: "";
              position: absolute;
              top: 50%;
              right: 12px;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%);
              width: 12px;
              height: 12px;
              background: url("../img/panel-arrow.svg?v=5a028fd1") no-repeat 50% 50%/contain;
              pointer-events: none;
              -webkit-transition: .2s;
              -o-transition: .2s;
              transition: .2s; }
            .page-index .main section.price .container-center .right .price-block .select-wrap .select {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              width: 100%;
              height: 100%;
              border: none;
              outline: none;
              padding: 10px 45px;
              font-family: KasperskySans-Regular, Arial, sans-serif;
              font-size: 16px;
              line-height: 20px;
              color: #444;
              cursor: pointer; }
            .page-index .main section.price .container-center .right .price-block .select-wrap.active .select-list {
              pointer-events: auto;
              border-top: 2px solid #23D1AE;
              display: block; }
            .page-index .main section.price .container-center .right .price-block .select-wrap.active:after {
              -webkit-transform: translateY(-40%) rotate(180deg);
                  -ms-transform: translateY(-40%) rotate(180deg);
                      transform: translateY(-40%) rotate(180deg); }
            .page-index .main section.price .container-center .right .price-block .select-wrap .select-list {
              display: none;
              background: #fff;
              list-style: none;
              border: 1px solid #ccc;
              border-top: none;
              margin: 0 -1px;
              overflow: hidden;
              pointer-events: none;
              position: relative;
              z-index: 10; }
              .page-index .main section.price .container-center .right .price-block .select-wrap .select-list .select-item {
                padding: 16px;
                font-family: KasperskySans-Light, Arial, sans-serif;
                font-size: 16px;
                color: #444;
                cursor: pointer; }
                .page-index .main section.price .container-center .right .price-block .select-wrap .select-list .select-item.selected {
                  font-family: KasperskySans-Regular, Arial, sans-serif; }
                .page-index .main section.price .container-center .right .price-block .select-wrap .select-list .select-item:hover {
                  font-family: KasperskySans-Regular, Arial, sans-serif; }
                .page-index .main section.price .container-center .right .price-block .select-wrap .select-list .select-item.disabled {
                  color: #ccc;
                  cursor: default; }
          .page-index .main section.price .container-center .right .price-block .check-block {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom: 32px; }
            .page-index .main section.price .container-center .right .price-block .check-block .check {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              margin-right: 8px;
              cursor: pointer; }
              .page-index .main section.price .container-center .right .price-block .check-block .check .check-svg {
                width: 24px;
                height: 24px;
                margin-right: 8px; }
                .page-index .main section.price .container-center .right .price-block .check-block .check .check-svg .check-icon {
                  fill: #00A88E; }
              .page-index .main section.price .container-center .right .price-block .check-block .check.active .check-svg .check-icon {
                fill: #fff;
                stroke: #CCC; }
              .page-index .main section.price .container-center .right .price-block .check-block .check.active:hover .check-svg .check-icon {
                fill: #F8F8F8; }
              .page-index .main section.price .container-center .right .price-block .check-block .check .check-text {
                font-family: KasperskySans-Light, Arial, sans-serif;
                font-size: 18px;
                line-height: 24px;
                color: #444; }
            .page-index .main section.price .container-center .right .price-block .check-block .check-link-more {
              display: block;
              width: 20px;
              height: 20px; }
              .page-index .main section.price .container-center .right .price-block .check-block .check-link-more .more-svg {
                width: 100%;
                height: 100%; }
                .page-index .main section.price .container-center .right .price-block .check-block .check-link-more .more-svg .more-icon {
                  -webkit-transition: .2s;
                  -o-transition: .2s;
                  transition: .2s;
                  fill: #ADC9D5; }
              .page-index .main section.price .container-center .right .price-block .check-block .check-link-more:hover .more-svg .more-icon, .page-index .main section.price .container-center .right .price-block .check-block .check-link-more:active .more-svg .more-icon {
                fill: #000; }
          .page-index .main section.price .container-center .right .price-block .link-buy {
            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;
            background: #00A88E;
            -webkit-box-shadow: -5px 5px 18px rgba(35, 209, 174, 0.3);
                    box-shadow: -5px 5px 18px rgba(35, 209, 174, 0.3);
            -webkit-border-radius: 3px;
                    border-radius: 3px;
            width: 100%;
            height: 48px;
            padding: 8px 12px;
            font-family: KasperskySans-Regular, Arial, sans-serif;
            font-size: 16px;
            line-height: 20px;
            color: #fff;
            text-decoration: none;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            margin-bottom: 12px; }
            .page-index .main section.price .container-center .right .price-block .link-buy:hover {
              background: #23D1AE; }
            .page-index .main section.price .container-center .right .price-block .link-buy:active {
              background: #00A88E; }
          .page-index .main section.price .container-center .right .price-block .link-free {
            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;
            border: 2px solid #00A88E;
            -webkit-border-radius: 3px;
                    border-radius: 3px;
            width: 100%;
            height: 48px;
            padding: 8px 12px;
            font-family: KasperskySans-Regular, Arial, sans-serif;
            font-size: 16px;
            line-height: 20px;
            color: #00A88E;
            text-decoration: none;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            margin-bottom: 19px; }
            .page-index .main section.price .container-center .right .price-block .link-free:hover {
              border-color: #23D1AE;
              color: #23D1AE; }
            .page-index .main section.price .container-center .right .price-block .link-free:active {
              border-color: #265951;
              color: #265951; }
          .page-index .main section.price .container-center .right .price-block .link-devices {
            display: inline-block;
            font-family: KasperskySans-Regular, Arial, sans-serif;
            font-size: 16px;
            line-height: 20px;
            padding: 5px 0;
            color: #00A88E;
            outline: none;
            text-decoration: none;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            margin-bottom: 11px; }
            .page-index .main section.price .container-center .right .price-block .link-devices:hover {
              color: #23D1AE; }
          .page-index .main section.price .container-center .right .price-block .accept {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            .page-index .main section.price .container-center .right .price-block .accept .accept-text {
              font-family: KasperskySans-Light, Arial, sans-serif;
              font-size: 14px;
              line-height: 18px;
              color: #999;
              margin-right: 8px; }
            .page-index .main section.price .container-center .right .price-block .accept .accept-img {
              display: block;
              width: 35px;
              height: 24px;
              margin-right: 3px; }
  .page-index .main section.video {
    background: #fff; }
    .page-index .main section.video .container-center {
      padding: 90px 110px 58px; }
      .page-index .main section.video .container-center .wrap {
        position: relative;
        width: 100%;
        height: 33.625em;
        background-color: #fff;
        overflow: hidden; }
        .page-index .main section.video .container-center .wrap .iframe {
          width: 100%;
          height: 100%; }
        .page-index .main section.video .container-center .wrap .poster {
          position: absolute;
          left: 0;
          top: 0;
          width: -webkit-calc(100% + 1px);
          width: calc(100% + 1px);
          height: -webkit-calc(100% + 1px);
          height: calc(100% + 1px);
          padding-top: 224px;
          cursor: pointer;
          background: url("../img/video-poster.jpg?v=3252ebeb") no-repeat 50% 50%/cover; }
          .page-index .main section.video .container-center .wrap .poster .info {
            pointer-events: none;
            max-width: 237px;
            margin: 0 auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            .page-index .main section.video .container-center .wrap .poster .info .btn-play {
              width: 92px;
              height: 92px;
              margin-bottom: 20px;
              background: none;
              outline: none;
              border: none;
              -webkit-box-shadow: 0 8px 32px rgba(52, 208, 184, 0.48);
                      box-shadow: 0 8px 32px rgba(52, 208, 184, 0.48);
              -webkit-border-radius: 50%;
                      border-radius: 50%; }
              .page-index .main section.video .container-center .wrap .poster .info .btn-play .svg {
                width: 100%;
                height: 100%; }
                .page-index .main section.video .container-center .wrap .poster .info .btn-play .svg .svg-icon {
                  -webkit-transition: .2s;
                  -o-transition: .2s;
                  transition: .2s;
                  fill: #00A88E; }
            .page-index .main section.video .container-center .wrap .poster .info .text {
              font-family: KasperskySans-Regular, Arial, sans-serif;
              font-size: 32px;
              line-height: 34px;
              text-align: center;
              color: #FFFFFF; }
          .page-index .main section.video .container-center .wrap .poster:hover .info .btn-play {
            -webkit-box-shadow: 0 12px 40px rgba(21, 190, 164, 0.48);
                    box-shadow: 0 12px 40px rgba(21, 190, 164, 0.48); }
            .page-index .main section.video .container-center .wrap .poster:hover .info .btn-play .svg .svg-icon {
              fill: #23D1AE; }
          .page-index .main section.video .container-center .wrap .poster:active .info .btn-play {
            -webkit-box-shadow: none;
                    box-shadow: none; }
            .page-index .main section.video .container-center .wrap .poster:active .info .btn-play .svg .svg-icon {
              fill: #00A88E; }
  .page-index .main section.ecosystem {
    background: #fff url("../img/ecosystem-bg.jpg?v=4ca4e87a") no-repeat 50% 50%;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }
    .page-index .main section.ecosystem .container-center {
      position: relative;
      padding-top: 41px;
      height: 683px; }
    .page-index .main section.ecosystem .ecosystem-swiper-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
      .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-next,
      .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-prev {
        position: absolute;
        top: 50%;
        height: 100%;
        width: 100px;
        height: 100px;
        cursor: pointer;
        z-index: 10;
        background: none;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-next .arrow-svg,
        .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-prev .arrow-svg {
          position: absolute;
          width: 27px;
          height: 27px;
          top: 50%; }
          .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-next .arrow-svg .svg-icon,
          .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-prev .arrow-svg .svg-icon {
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            stroke: #00A88E; }
        .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-next:hover .arrow-svg .svg-icon, .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-next:active .arrow-svg .svg-icon,
        .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-prev:hover .arrow-svg .svg-icon,
        .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-prev:active .arrow-svg .svg-icon {
          stroke: #23D1AE; }
        .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-next.swiper-button-disabled,
        .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-prev.swiper-button-disabled {
          pointer-events: auto;
          cursor: not-allowed;
          opacity: 1; }
          .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-next.swiper-button-disabled .arrow-svg .svg-icon,
          .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-prev.swiper-button-disabled .arrow-svg .svg-icon {
            stroke: #265951; }
      .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-next .arrow-svg {
        right: 40px; }
      .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-prev .arrow-svg {
        left: 40px; }
      .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-pagination {
        bottom: 36px; }
        .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-pagination .swiper-pagination-bullet {
          position: relative;
          width: 120px;
          height: 6px;
          margin: 0 6px;
          -webkit-border-radius: 0;
                  border-radius: 0;
          background: #aaa;
          cursor: pointer; }
          .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-pagination .swiper-pagination-bullet:before {
            content: "";
            position: absolute;
            top: -20px;
            bottom: -20px;
            left: 0;
            right: 0; }
          .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-pagination .swiper-pagination-bullet:hover {
            background: #23D1AE; }
          .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-pagination .swiper-pagination-bullet:active {
            background: #00A88E; }
          .page-index .main section.ecosystem .ecosystem-swiper-container .ecosystem-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #00A88E; }
    .page-index .main section.ecosystem .title {
      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;
      text-align: center;
      font-family: KasperskySans-Bold, Arial, sans-serif;
      letter-spacing: -0.03em;
      font-size: 48px;
      line-height: 52px;
      color: #1D1D1B; }
      .page-index .main section.ecosystem .title .title-green {
        display: block;
        position: relative;
        background: #23D1AE;
        width: 363px;
        height: 41px;
        margin: 0 30px 0 20px;
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px); }
        .page-index .main section.ecosystem .title .title-green .title-swiper-container {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          bottom: 0;
          right: 0;
          -moz-user-select: none;
          -webkit-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
          .page-index .main section.ecosystem .title .title-green .title-swiper-container .title-swiper-slide {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .page-index .main section.ecosystem .title .title-green .title-swiper-container .title-swiper-slide .title-swiper {
              text-align: center;
              font-family: KasperskySans-Bold, Arial, sans-serif;
              letter-spacing: -0.03em;
              font-size: 48px;
              line-height: 52px;
              color: #fff;
              padding-bottom: 10px;
              background: #23D1AE;
              opacity: 0;
              -webkit-transition: 2s;
              -o-transition: 2s;
              transition: 2s; }
            .page-index .main section.ecosystem .title .title-green .title-swiper-container .title-swiper-slide.swiper-slide-active .title-swiper {
              opacity: 1; }
    .page-index .main section.ecosystem .image {
      position: absolute;
      top: 140px;
      left: 100px;
      width: 550px;
      height: 500px; }
      .page-index .main section.ecosystem .image .image-swiper-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
        pointer-events: none;
        -moz-user-select: none;
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        .page-index .main section.ecosystem .image .image-swiper-container .image-swiper-slide {
          position: relative;
          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; }
          .page-index .main section.ecosystem .image .image-swiper-container .image-swiper-slide.swiper-slide-active .video-poster {
            opacity: 1; }
          .page-index .main section.ecosystem .image .image-swiper-container .image-swiper-slide.swiper-slide-active .content-image {
            opacity: 1; }
          .page-index .main section.ecosystem .image .image-swiper-container .image-swiper-slide .video-poster {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 413px;
            -webkit-transition: 2s;
            -o-transition: 2s;
            transition: 2s; }
          .page-index .main section.ecosystem .image .image-swiper-container .image-swiper-slide .content-image {
            opacity: 0;
            display: block;
            width: 440px;
            height: 400px;
            -webkit-transition: 2s;
            -o-transition: 2s;
            transition: 2s; }
    .page-index .main section.ecosystem .text {
      position: absolute;
      top: 270px;
      right: 100px;
      height: 400px;
      width: 426px; }
      .page-index .main section.ecosystem .text .text-swiper-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
        pointer-events: none;
        -moz-user-select: none;
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        .page-index .main section.ecosystem .text .text-swiper-container .text-swiper-slide.swiper-slide-active .swiper-title {
          opacity: 1;
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); }
        .page-index .main section.ecosystem .text .text-swiper-container .text-swiper-slide.swiper-slide-active .swiper-text {
          opacity: 1;
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); }
        .page-index .main section.ecosystem .text .text-swiper-container .swiper-title {
          opacity: 0;
          -webkit-transition: 2s;
          -o-transition: 2s;
          transition: 2s;
          font-family: KasperskySans-Bold, Arial, sans-serif;
          font-size: 28px;
          line-height: 32px;
          color: #1D1D1B;
          margin-bottom: 25px;
          -webkit-transform: translateY(200px);
              -ms-transform: translateY(200px);
                  transform: translateY(200px); }
        .page-index .main section.ecosystem .text .text-swiper-container .swiper-text {
          opacity: 0;
          -webkit-transition: 2s;
          -o-transition: 2s;
          transition: 2s;
          font-family: KasperskySans-Light, Arial, sans-serif;
          font-size: 16px;
          line-height: 20px;
          color: #666666;
          -webkit-transform: translateY(200px);
              -ms-transform: translateY(200px);
                  transform: translateY(200px); }
          .page-index .main section.ecosystem .text .text-swiper-container .swiper-text.swiper-text-1 {
            max-width: 425px; }
          .page-index .main section.ecosystem .text .text-swiper-container .swiper-text.swiper-text-2 {
            max-width: 374px; }
          .page-index .main section.ecosystem .text .text-swiper-container .swiper-text.swiper-text-3 {
            max-width: 374px; }
          .page-index .main section.ecosystem .text .text-swiper-container .swiper-text.swiper-text-4 {
            max-width: 340px; }
          .page-index .main section.ecosystem .text .text-swiper-container .swiper-text.swiper-text-5 {
            max-width: 340px; }
  .page-index .main section.plans {
    background: #fff url("../img/plans-bg.jpg?v=3ff936d2") no-repeat 50% 100%/contain; }
    .page-index .main section.plans .container-center {
      padding: 70px 40px 100px; }
    .page-index .main section.plans .title {
      font-family: KasperskySans-Bold, Arial, sans-serif;
      font-size: 48px;
      line-height: 52px;
      text-align: center;
      letter-spacing: -0.03em;
      color: #1D1D1B;
      margin-bottom: 24px; }
    .page-index .main section.plans .text {
      font-family: KasperskySans-Light, Arial, sans-serif;
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      color: #444;
      max-width: 690px;
      margin: 0 auto 40px; }
    .page-index .main section.plans .table .table-head {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .page-index .main section.plans .table .table-head .column {
        padding: 61px 20px 28px; }
        .page-index .main section.plans .table .table-head .column .content-link {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 100%;
          height: 100%;
          text-decoration: none; }
          .page-index .main section.plans .table .table-head .column .content-link .table-head-img {
            width: 70px;
            height: 77px;
            display: block;
            margin-bottom: 5px; }
          .page-index .main section.plans .table .table-head .column .content-link .text-wrapper {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            .page-index .main section.plans .table .table-head .column .content-link .text-wrapper .column-title {
              font-family: KasperskySans-Bold, Arial, sans-serif;
              font-size: 21px;
              line-height: 24px;
              color: #1D1D1B; }
            .page-index .main section.plans .table .table-head .column .content-link .text-wrapper .svg {
              display: block;
              margin-left: 10px;
              width: 24px;
              height: 24px;
              min-width: 24px;
              min-height: 24px; }
              .page-index .main section.plans .table .table-head .column .content-link .text-wrapper .svg .svg-icon {
                -webkit-transition: .2s;
                -o-transition: .2s;
                transition: .2s;
                fill: #ADC9D5; }
          .page-index .main section.plans .table .table-head .column .content-link:hover .text-wrapper .svg .svg-icon, .page-index .main section.plans .table .table-head .column .content-link:active .text-wrapper .svg .svg-icon {
            fill: #1D1D1B; }
        .page-index .main section.plans .table .table-head .column:nth-child(1) {
          width: 414px;
          min-width: 414px;
          border-right: 1.5px solid #CCCCCC; }
        .page-index .main section.plans .table .table-head .column:nth-child(2) {
          width: 232px;
          min-width: 232px; }
        .page-index .main section.plans .table .table-head .column:nth-child(3) {
          position: relative;
          width: 236px;
          min-width: 236px;
          border-right: 1.5px solid #23D1AE;
          border-left: 1.5px solid #23D1AE; }
          .page-index .main section.plans .table .table-head .column:nth-child(3):before {
            content: "Recommended";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 32px;
            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;
            padding: 5px 20px;
            background: #23D1AE;
            font-family: KasperskySans-Regular, Arial, sans-serif;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #fff; }
        .page-index .main section.plans .table .table-head .column:nth-child(4) {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          padding-left: 75px; }
          .page-index .main section.plans .table .table-head .column:nth-child(4) .content-link {
            max-width: 100px;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
                -ms-flex-align: start;
                    align-items: flex-start; }
    .page-index .main section.plans .table .table-content .table-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .page-index .main section.plans .table .table-content .table-row:nth-child(odd) {
        background: #F8F8F8; }
      .page-index .main section.plans .table .table-content .table-row:nth-child(even) {
        background: #fff; }
      .page-index .main section.plans .table .table-content .table-row .column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 80px;
        position: relative; }
        .page-index .main section.plans .table .table-content .table-row .column.yes:before, .page-index .main section.plans .table .table-content .table-row .column.no:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 24px;
          height: 24px;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background-repeat: no-repeat;
          -webkit-background-size: contain;
                  background-size: contain; }
        .page-index .main section.plans .table .table-content .table-row .column.yes:before {
          background-image: url("../img/plans-yes.svg?v=1d0dde74"); }
        .page-index .main section.plans .table .table-content .table-row .column.no:before {
          background-image: url("../img/plans-no.svg?v=840152d4"); }
        .page-index .main section.plans .table .table-content .table-row .column:nth-child(1) {
          width: 414px;
          min-width: 414px;
          border-right: 1.5px solid #CCCCCC;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding: 20px 20px 20px 70px;
          font-family: KasperskySans-Regular, Arial, sans-serif;
          font-size: 18px;
          line-height: 24px;
          color: #1D1D1B; }
        .page-index .main section.plans .table .table-content .table-row .column:nth-child(2) {
          width: 232px;
          min-width: 232px; }
        .page-index .main section.plans .table .table-content .table-row .column:nth-child(3) {
          position: relative;
          width: 236px;
          min-width: 236px;
          border-right: 1.5px solid #23D1AE;
          border-left: 1.5px solid #23D1AE; }
        .page-index .main section.plans .table .table-content .table-row .column:nth-child(4) {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          padding-left: 75px;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .page-index .main section.plans .table .table-content .table-row .column:nth-child(4).yes:before, .page-index .main section.plans .table .table-content .table-row .column:nth-child(4).no:before {
            left: 130px; }
    .page-index .main section.plans .table .table-content.table-content-hidden .table-row:nth-child(odd) {
      background: #fff; }
    .page-index .main section.plans .table .table-content.table-content-hidden .table-row:nth-child(even) {
      background: #F8F8F8; }
    .page-index .main section.plans .table .table-bottom {
      border-top: 1.5px solid #CCCCCC;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .page-index .main section.plans .table .table-bottom .column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 250px;
        padding: 40px 40px 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .page-index .main section.plans .table .table-bottom .column .top {
          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;
          text-align: center;
          min-height: 70px;
          margin-bottom: 18px; }
          .page-index .main section.plans .table .table-bottom .column .top .top-price {
            font-family: KasperskySans-Bold, Arial, sans-serif;
            font-size: 32px;
            line-height: 36px;
            color: #1D1D1B; }
          .page-index .main section.plans .table .table-bottom .column .top .top-text {
            max-width: 205px;
            font-family: KasperskySans-Light, Arial, sans-serif;
            font-size: 14px;
            line-height: 20px;
            padding: 0 10px;
            color: #1D1D1B; }
        .page-index .main section.plans .table .table-bottom .column .link-buy {
          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;
          margin-bottom: 12px;
          background: #00A88E;
          -webkit-box-shadow: -5px 5px 18px rgba(35, 209, 174, 0.3);
                  box-shadow: -5px 5px 18px rgba(35, 209, 174, 0.3);
          -webkit-border-radius: 3px;
                  border-radius: 3px;
          width: 170px;
          height: 48px;
          padding: 8px 12px;
          font-family: KasperskySans-Regular, Arial, sans-serif;
          font-size: 16px;
          line-height: 20px;
          color: #fff;
          text-decoration: none;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
          .page-index .main section.plans .table .table-bottom .column .link-buy:hover {
            background: #23D1AE; }
          .page-index .main section.plans .table .table-bottom .column .link-buy:active {
            background: #00A88E; }
        .page-index .main section.plans .table .table-bottom .column .link-more {
          width: 140px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 8px;
          font-family: KasperskySans-Regular, Arial, sans-serif;
          font-size: 18px;
          line-height: 24px;
          text-decoration: none;
          color: #00A88E;
          margin-top: auto;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
          .page-index .main section.plans .table .table-bottom .column .link-more .svg {
            width: 20px;
            height: 20px;
            min-width: 20px;
            min-height: 20px;
            margin-left: 6px; }
            .page-index .main section.plans .table .table-bottom .column .link-more .svg .svg-icon {
              -webkit-transition: .2s;
              -o-transition: .2s;
              transition: .2s;
              fill: #00A88E; }
          .page-index .main section.plans .table .table-bottom .column .link-more:hover, .page-index .main section.plans .table .table-bottom .column .link-more:active {
            color: #23D1AE; }
            .page-index .main section.plans .table .table-bottom .column .link-more:hover .svg .svg-icon, .page-index .main section.plans .table .table-bottom .column .link-more:active .svg .svg-icon {
              fill: #23D1AE; }
        .page-index .main section.plans .table .table-bottom .column:nth-child(1) {
          width: 414px;
          min-width: 414px;
          border-right: 1.5px solid #CCCCCC;
          padding: 20px 20px 20px 70px;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; }
        .page-index .main section.plans .table .table-bottom .column:nth-child(2) {
          width: 232px;
          min-width: 232px; }
          .page-index .main section.plans .table .table-bottom .column:nth-child(2) .top {
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end; }
        .page-index .main section.plans .table .table-bottom .column:nth-child(3) {
          width: 236px;
          min-width: 236px;
          border-right: 1.5px solid #23D1AE;
          border-left: 1.5px solid #23D1AE;
          border-bottom: 1.5px solid #23D1AE; }
          .page-index .main section.plans .table .table-bottom .column:nth-child(3) .top {
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end; }
        .page-index .main section.plans .table .table-bottom .column:nth-child(4) {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          padding-right: 75px; }
        .page-index .main section.plans .table .table-bottom .column .btn-more {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 166px;
          height: 30px;
          background: none;
          border: none;
          cursor: pointer;
          padding: 5px 0; }
          .page-index .main section.plans .table .table-bottom .column .btn-more .btn-more-info,
          .page-index .main section.plans .table .table-bottom .column .btn-more .btn-less-info {
            text-align: center;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            font-family: KasperskySans-Regular, Arial, sans-serif;
            font-size: 16px;
            line-height: 20px;
            color: #00A88E; }
          .page-index .main section.plans .table .table-bottom .column .btn-more .btn-more-info {
            display: block; }
          .page-index .main section.plans .table .table-bottom .column .btn-more .btn-less-info {
            display: none; }
          .page-index .main section.plans .table .table-bottom .column .btn-more:hover .btn-more-info,
          .page-index .main section.plans .table .table-bottom .column .btn-more:hover .btn-less-info, .page-index .main section.plans .table .table-bottom .column .btn-more:active .btn-more-info,
          .page-index .main section.plans .table .table-bottom .column .btn-more:active .btn-less-info {
            color: #23D1AE; }
          .page-index .main section.plans .table .table-bottom .column .btn-more:hover .svg .svg-icon, .page-index .main section.plans .table .table-bottom .column .btn-more:active .svg .svg-icon {
            fill: #23D1AE; }
          .page-index .main section.plans .table .table-bottom .column .btn-more .svg {
            margin-left: 10px;
            width: 10px;
            height: 6px;
            -webkit-transform: translateY(2px);
                -ms-transform: translateY(2px);
                    transform: translateY(2px);
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s; }
            .page-index .main section.plans .table .table-bottom .column .btn-more .svg .svg-icon {
              fill: #00A88E; }
          .page-index .main section.plans .table .table-bottom .column .btn-more.open .btn-more-info {
            display: none; }
          .page-index .main section.plans .table .table-bottom .column .btn-more.open .btn-less-info {
            display: block; }
          .page-index .main section.plans .table .table-bottom .column .btn-more.open .svg {
            -webkit-transform: translateY(2px) rotate(180deg);
                -ms-transform: translateY(2px) rotate(180deg);
                    transform: translateY(2px) rotate(180deg); }
  .page-index .main section.information {
    background: #fff; }
    .page-index .main section.information .container-center {
      padding: 85px 130px 60px; }
      .page-index .main section.information .container-center .title {
        font-family: KasperskySans-Bold, Arial, sans-serif;
        font-size: 48px;
        line-height: 52px;
        text-align: center;
        letter-spacing: -0.03em;
        color: #1D1D1B;
        margin-bottom: 24px; }
      .page-index .main section.information .container-center .text {
        font-family: KasperskySans-Light, Arial, sans-serif;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #444;
        max-width: 690px;
        margin: 0 auto 40px; }
      .page-index .main section.information .container-center .wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1030px;
        margin: 0 auto 40px; }
        .page-index .main section.information .container-center .wrap .card {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 50%; }
          .page-index .main section.information .container-center .wrap .card .card-image {
            position: relative;
            width: 125px;
            padding: 7px 15px 10px 15px; }
            .page-index .main section.information .container-center .wrap .card .card-image .card-img {
              display: block;
              width: 96px;
              height: 132px;
              -webkit-box-shadow: -5px 5px 18px rgba(35, 209, 174, 0.3);
                      box-shadow: -5px 5px 18px rgba(35, 209, 174, 0.3); }
            .page-index .main section.information .container-center .wrap .card .card-image .card-icon {
              position: absolute;
              top: 0;
              left: 7px;
              width: 24px;
              height: 24px;
              background-repeat: no-repeat;
              -webkit-background-size: contain;
                      background-size: contain; }
              .page-index .main section.information .container-center .wrap .card .card-image .card-icon.card-icon-pdf {
                background-image: url("../img/information-icon-pdf.svg?v=8f95f41f"); }
          .page-index .main section.information .container-center .wrap .card .card-info {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            padding: 10px 20px 0 0;
            max-width: 380px; }
            .page-index .main section.information .container-center .wrap .card .card-info .card-title {
              font-family: KasperskySans-Regular, Arial, sans-serif;
              font-size: 18px;
              line-height: 24px;
              color: #1D1D1B;
              max-width: 250px;
              margin-bottom: 18px; }
            .page-index .main section.information .container-center .wrap .card .card-info .card-text {
              font-family: KasperskySans-Light, Arial, sans-serif;
              font-size: 14px;
              line-height: 18px;
              color: #999;
              margin-bottom: 15px; }
            .page-index .main section.information .container-center .wrap .card .card-info .card-link {
              width: 100%;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              padding: 8px 12px;
              -webkit-transform: translateX(-12px);
                  -ms-transform: translateX(-12px);
                      transform: translateX(-12px);
              font-family: KasperskySans-Regular, Arial, sans-serif;
              font-size: 16px;
              line-height: 20px;
              text-decoration: none;
              color: #00A88E;
              margin-top: auto;
              -webkit-transition: .2s;
              -o-transition: .2s;
              transition: .2s; }
              .page-index .main section.information .container-center .wrap .card .card-info .card-link .svg {
                width: 16px;
                height: 16px;
                min-width: 16px;
                min-height: 16px;
                margin-left: 4px;
                -webkit-transform: translateY(1px);
                    -ms-transform: translateY(1px);
                        transform: translateY(1px); }
                .page-index .main section.information .container-center .wrap .card .card-info .card-link .svg .svg-icon {
                  -webkit-transition: .2s;
                  -o-transition: .2s;
                  transition: .2s;
                  fill: #00A88E; }
              .page-index .main section.information .container-center .wrap .card .card-info .card-link:hover, .page-index .main section.information .container-center .wrap .card .card-info .card-link:active {
                color: #23D1AE; }
                .page-index .main section.information .container-center .wrap .card .card-info .card-link:hover .svg .svg-icon, .page-index .main section.information .container-center .wrap .card .card-info .card-link:active .svg .svg-icon {
                  fill: #23D1AE; }
      .page-index .main section.information .container-center .btn-more {
        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;
        padding: 10px 30px;
        min-width: 180px;
        height: 48px;
        margin: 0 auto;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        border: 2px solid #00A88E;
        background: transparent;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        cursor: pointer; }
        .page-index .main section.information .container-center .btn-more .btn-more-info {
          display: inline-block; }
        .page-index .main section.information .container-center .btn-more .btn-less-info {
          display: none; }
        .page-index .main section.information .container-center .btn-more.show-more .btn-more-info {
          display: none; }
        .page-index .main section.information .container-center .btn-more.show-more .btn-less-info {
          display: inline-block; }
        .page-index .main section.information .container-center .btn-more .btn-more-info,
        .page-index .main section.information .container-center .btn-more .btn-less-info {
          font-family: KasperskySans-Regular, Arial, sans-serif;
          font-size: 16px;
          line-height: 20px;
          color: #00A88E;
          text-align: center;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
        .page-index .main section.information .container-center .btn-more:hover {
          border-color: #23D1AE; }
          .page-index .main section.information .container-center .btn-more:hover .btn-more-info,
          .page-index .main section.information .container-center .btn-more:hover .btn-less-info {
            color: #23D1AE; }
        .page-index .main section.information .container-center .btn-more:active {
          border-color: #265951; }
          .page-index .main section.information .container-center .btn-more:active .btn-more-info,
          .page-index .main section.information .container-center .btn-more:active .btn-less-info {
            color: #265951; }
  .page-index .main section.security {
    background: url("../img/security-bg.jpg?v=1cd1b694") no-repeat 50% 50%/cover; }
    .page-index .main section.security .container-center {
      min-height: 745px;
      padding: 90px 122px 118px; }
      .page-index .main section.security .container-center .title {
        font-family: KasperskySans-Bold, Arial, sans-serif;
        text-align: center;
        letter-spacing: -0.03em;
        font-size: 48px;
        line-height: 52px;
        color: #1D1D1B;
        margin-bottom: 60px; }
      .page-index .main section.security .container-center .wrapper {
        position: relative;
        width: 100%; }
        .page-index .main section.security .container-center .wrapper .security-swiper-container {
          max-width: 920px;
          margin: 0 auto; }
          .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-wrapper {
            padding: 0 10px; }
          .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide {
            padding: 0 8px; }
            .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide .content {
              position: relative;
              background: #fff;
              min-height: 425px;
              -webkit-box-shadow: 0 6px 24px rgba(38, 202, 153, 0.2);
                      box-shadow: 0 6px 24px rgba(38, 202, 153, 0.2);
              padding: 36px 15px 29px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                      flex-direction: column; }
              .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide .content .slider-icon {
                position: absolute;
                top: 32px;
                left: 16px;
                width: 48px;
                height: 54px;
                background-repeat: no-repeat;
                -webkit-background-size: contain;
                        background-size: contain; }
                .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide .content .slider-icon.slider-icon-1 {
                  background-image: url("../img/security-slide-1.svg?v=7e3bded0"); }
                .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide .content .slider-icon.slider-icon-2 {
                  background-image: url("../img/security-slide-2.svg?v=ebbb93f6"); }
                .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide .content .slider-icon.slider-icon-3 {
                  background-image: url("../img/security-slide-3.svg?v=91538c1a"); }
                .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide .content .slider-icon.slider-icon-4 {
                  background-image: url("../img/security-slide-4.svg?v=7e3bded0"); }
                .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide .content .slider-icon.slider-icon-5 {
                  background-image: url("../img/security-slide-5.svg?v=7e3bded0"); }
              .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide .content .slider-title {
                font-family: KasperskySans-Bold, Arial, sans-serif;
                font-size: 21px;
                line-height: 24px;
                color: #1D1D1B;
                padding-left: 62px;
                margin-bottom: 15px;
                min-height: 75px; }
              .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide .content .slider-list {
                list-style: none;
                min-height: 150px;
                margin-bottom: auto; }
                .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide .content .slider-list .slider-item {
                  position: relative;
                  font-family: KasperskySans-Light, Arial, sans-serif;
                  font-size: 14px;
                  line-height: 18px;
                  color: #1D1D1B;
                  padding-left: 15px;
                  margin-bottom: 15px; }
                  .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide .content .slider-list .slider-item:before {
                    content: "";
                    position: absolute;
                    top: 4px;
                    left: -2px;
                    width: 6px;
                    height: 6px;
                    -webkit-border-radius: 50%;
                            border-radius: 50%;
                    border: 2px solid #23D1AE; }
              .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide .content .link-wrap .link-more {
                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;
                margin-bottom: 12px;
                background: #00A88E;
                -webkit-box-shadow: -5px 5px 18px rgba(35, 209, 174, 0.3);
                        box-shadow: -5px 5px 18px rgba(35, 209, 174, 0.3);
                -webkit-border-radius: 3px;
                        border-radius: 3px;
                width: 100%;
                height: 48px;
                padding: 8px 12px;
                font-family: KasperskySans-Regular, Arial, sans-serif;
                font-size: 16px;
                line-height: 20px;
                color: #fff;
                text-decoration: none;
                -webkit-transition: .2s;
                -o-transition: .2s;
                transition: .2s; }
                .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide .content .link-wrap .link-more:hover {
                  background: #23D1AE; }
                .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide .content .link-wrap .link-more:active {
                  background: #00A88E; }
              .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide .content .link-wrap .link-free {
                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;
                border: 2px solid #00A88E;
                -webkit-border-radius: 3px;
                        border-radius: 3px;
                width: 100%;
                height: 48px;
                padding: 8px 12px;
                font-family: KasperskySans-Regular, Arial, sans-serif;
                font-size: 16px;
                line-height: 20px;
                color: #00A88E;
                text-decoration: none;
                -webkit-transition: .2s;
                -o-transition: .2s;
                transition: .2s; }
                .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide .content .link-wrap .link-free:hover {
                  border-color: #23D1AE;
                  color: #23D1AE; }
                .page-index .main section.security .container-center .wrapper .security-swiper-container .security-swiper-slide .content .link-wrap .link-free:active {
                  border-color: #265951;
                  color: #265951; }
        .page-index .main section.security .container-center .wrapper .security-swiper-prev {
          left: -50px; }
        .page-index .main section.security .container-center .wrapper .security-swiper-next {
          right: -50px; }
        .page-index .main section.security .container-center .wrapper .security-swiper-prev,
        .page-index .main section.security .container-center .wrapper .security-swiper-next {
          position: absolute;
          top: 0;
          width: 100px;
          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;
          cursor: pointer; }
          .page-index .main section.security .container-center .wrapper .security-swiper-prev .svg,
          .page-index .main section.security .container-center .wrapper .security-swiper-next .svg {
            width: 18px;
            height: 30px;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s; }
            .page-index .main section.security .container-center .wrapper .security-swiper-prev .svg .icon,
            .page-index .main section.security .container-center .wrapper .security-swiper-next .svg .icon {
              fill: #ccc; }
          .page-index .main section.security .container-center .wrapper .security-swiper-prev:hover .svg .icon,
          .page-index .main section.security .container-center .wrapper .security-swiper-next:hover .svg .icon {
            fill: #AEAEAE; }
          .page-index .main section.security .container-center .wrapper .security-swiper-prev.swiper-button-disabled,
          .page-index .main section.security .container-center .wrapper .security-swiper-next.swiper-button-disabled {
            cursor: not-allowed; }
            .page-index .main section.security .container-center .wrapper .security-swiper-prev.swiper-button-disabled .svg .icon,
            .page-index .main section.security .container-center .wrapper .security-swiper-next.swiper-button-disabled .svg .icon {
              fill: #F2F2F2; }
  .page-index .main section.requirement {
    background: #F6FBFD; }
    .page-index .main section.requirement .container-center {
      min-height: 313px;
      padding: 58px 50px 53px; }
      .page-index .main section.requirement .container-center .info {
        max-width: 690px;
        margin: 0 auto 31px;
        text-align: center; }
        .page-index .main section.requirement .container-center .info .title {
          font-family: KasperskySans-Bold, Arial, sans-serif;
          letter-spacing: -0.03em;
          font-size: 48px;
          line-height: 52px;
          color: #1D1D1B;
          margin-bottom: 20px; }
        .page-index .main section.requirement .container-center .info .text {
          font-family: KasperskySans-Light, Arial, sans-serif;
          font-size: 18px;
          line-height: 24px;
          color: #444; }
      .page-index .main section.requirement .container-center .btn-more {
        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;
        padding: 10px 30px;
        width: 180px;
        height: 48px;
        margin: 0 auto;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        border: 2px solid #00A88E;
        background: transparent;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        cursor: pointer; }
        .page-index .main section.requirement .container-center .btn-more .btn-more-text {
          display: inline-block; }
        .page-index .main section.requirement .container-center .btn-more .btn-less-text {
          display: none; }
        .page-index .main section.requirement .container-center .btn-more.show-more .btn-more-text {
          display: none; }
        .page-index .main section.requirement .container-center .btn-more.show-more .btn-less-text {
          display: inline-block; }
        .page-index .main section.requirement .container-center .btn-more .btn-more-text,
        .page-index .main section.requirement .container-center .btn-more .btn-less-text {
          text-align: center;
          font-family: KasperskySans-Regular, Arial, sans-serif;
          font-size: 16px;
          line-height: 20px;
          color: #00A88E;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
        .page-index .main section.requirement .container-center .btn-more:hover {
          border-color: #23D1AE; }
          .page-index .main section.requirement .container-center .btn-more:hover .btn-more-text,
          .page-index .main section.requirement .container-center .btn-more:hover .btn-less-text {
            color: #23D1AE; }
        .page-index .main section.requirement .container-center .btn-more:active {
          border-color: #265951; }
          .page-index .main section.requirement .container-center .btn-more:active .btn-more-text,
          .page-index .main section.requirement .container-center .btn-more:active .btn-less-text {
            color: #265951; }
      .page-index .main section.requirement .container-center .more-info {
        max-width: 1030px;
        margin: 0 auto; }
        .page-index .main section.requirement .container-center .more-info .more-text {
          font-family: KasperskySans-Light, Arial, sans-serif;
          font-size: 18px;
          line-height: 24px;
          color: #444;
          margin-bottom: 16px; }
          .page-index .main section.requirement .container-center .more-info .more-text .more-link {
            font-family: KasperskySans-Light, Arial, sans-serif;
            font-size: 18px;
            line-height: 24px;
            text-decoration: none;
            color: #00A88E; }
            .page-index .main section.requirement .container-center .more-info .more-text .more-link:hover {
              color: #23D1AE; }
        .page-index .main section.requirement .container-center .more-info .more-title {
          font-family: KasperskySans-Bold, Arial, sans-serif;
          font-size: 18px;
          line-height: 24px;
          color: #1D1D1B;
          margin-bottom: 16px; }
        .page-index .main section.requirement .container-center .more-info .tabs {
          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;
          list-style: none;
          margin-bottom: 24px; }
          .page-index .main section.requirement .container-center .more-info .tabs .tab .tab-link {
            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;
            min-width: 114px;
            height: 48px;
            border: 2px solid #23D1AE;
            margin: 0 -1px;
            text-decoration: none;
            font-family: KasperskySans-Regular, Arial, sans-serif;
            font-size: 16px;
            line-height: 20px;
            color: #666;
            padding: 10px 20px;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s; }
          .page-index .main section.requirement .container-center .more-info .tabs .tab:hover .tab-link {
            color: #1D1D1B; }
          .page-index .main section.requirement .container-center .more-info .tabs .tab.selected .tab-link {
            background: #23D1AE;
            color: #fff; }
        .page-index .main section.requirement .container-center .more-info .tab-content {
          display: none; }
          .page-index .main section.requirement .container-center .more-info .tab-content.selected {
            display: block; }
          .page-index .main section.requirement .container-center .more-info .tab-content .list {
            list-style: none;
            margin-bottom: 16px; }
            .page-index .main section.requirement .container-center .more-info .tab-content .list .item-title {
              font-family: KasperskySans-Bold, Arial, sans-serif;
              font-size: 18px;
              line-height: 24px;
              color: #1D1D1B;
              margin-bottom: 16px; }
            .page-index .main section.requirement .container-center .more-info .tab-content .list .item {
              position: relative;
              padding-left: 20px;
              font-family: KasperskySans-Light, Arial, sans-serif;
              font-size: 18px;
              line-height: 24px;
              color: #444;
              margin-bottom: 8px; }
              .page-index .main section.requirement .container-center .more-info .tab-content .list .item:before {
                content: "";
                position: absolute;
                left: 0;
                top: 9px;
                width: 4px;
                height: 4px;
                -webkit-border-radius: 50%;
                        border-radius: 50%;
                border: 2px solid #23D1AE; }
  .page-index .main section.contacts {
    background: #31b07d url("../img/contacts-bg.jpg?v=0d1be4ee") no-repeat 50% 50%/cover; }
    .page-index .main section.contacts .container-center {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-height: 182px;
      padding: 43px 111px; }
      .page-index .main section.contacts .container-center .title {
        font-family: KasperskySans-Regular, Arial, sans-serif;
        font-size: 36px;
        line-height: 48px;
        color: #fff;
        width: 540px; }
      .page-index .main section.contacts .container-center .btn-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 334px; }
        .page-index .main section.contacts .container-center .btn-wrap .btn-link {
          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;
          min-width: 152px;
          height: 48px;
          padding: 10px;
          -webkit-border-radius: 3px;
                  border-radius: 3px;
          outline: none;
          text-decoration: none;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s;
          font-family: KasperskySans-Regular, Arial, sans-serif;
          font-size: 16px;
          line-height: 20px; }
          .page-index .main section.contacts .container-center .btn-wrap .btn-link.btn-link-contact {
            border: 2px solid #fff;
            color: #fff; }
            .page-index .main section.contacts .container-center .btn-wrap .btn-link.btn-link-contact:hover, .page-index .main section.contacts .container-center .btn-wrap .btn-link.btn-link-contact:active {
              border-color: rgba(255, 255, 255, 0.48);
              -webkit-box-shadow: 0 8px 32px rgba(1, 170, 119, 0.4);
                      box-shadow: 0 8px 32px rgba(1, 170, 119, 0.4); }
          .page-index .main section.contacts .container-center .btn-wrap .btn-link.btn-link-partner {
            background: #fff;
            color: #00A88E;
            border: 2px solid #fff;
            -webkit-box-shadow: -5px 5px 18px rgba(35, 209, 174, 0.3);
                    box-shadow: -5px 5px 18px rgba(35, 209, 174, 0.3); }
            .page-index .main section.contacts .container-center .btn-wrap .btn-link.btn-link-partner:hover {
              color: #23D1AE;
              -webkit-box-shadow: 0 12px 40px rgba(21, 190, 164, 0.48);
                      box-shadow: 0 12px 40px rgba(21, 190, 164, 0.48); }
            .page-index .main section.contacts .container-center .btn-wrap .btn-link.btn-link-partner:active {
              color: #00A88E;
              -webkit-box-shadow: 0 8px 24px rgba(52, 208, 184, 0.24);
                      box-shadow: 0 8px 24px rgba(52, 208, 184, 0.24); }
