@font-face {
  font-family: "GTEesti";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/GTEestiProDisplay-UltraLight.woff2") format("woff2"), url("../fonts/GTEestiProDisplay-UltraLight.woff") format("woff"); }

@font-face {
  font-family: "GTEesti";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/GTEestiProDisplay-Light.woff2") format("woff2"), url("../fonts/GTEestiProDisplay-Light.woff") format("woff"); }

@font-face {
  font-family: "GTEesti";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GTEestiProDisplay-Regular.woff2") format("woff2"), url("../fonts/GTEestiProDisplay-Regular.woff") format("woff"); }

@font-face {
  font-family: "GTEesti";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/GTEestiProDisplay-Medium.woff2") format("woff2"), url("../fonts/GTEestiProDisplay-Medium.woff") format("woff"); }

html {
  overflow-x: hidden; }

body {
  font-family: "GTEesti", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  color: #111934;
  min-height: 2000px;
  overflow-x: hidden; }

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media (min-width: 992px) {
    .container {
      padding: 0 30px; } }

a {
  transition: 150ms ease-in; }

.header {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(90deg, #004aa9 0%, #0160ee 100%);
  transition: 200ms ease-in-out; }
  @media (min-width: 992px) {
    .header {
      position: absolute;
      background: none;
      border: none; } }
  .header__wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1em 0;
    box-sizing: border-box; }
    @media (min-width: 992px) {
      .header__wrapper {
        padding: 2em 0 2em; } }

        @media (max-width: 992px){
          .header__wrapper{
            padding: 10px 0;
          }
        }
  .header__burger {
    margin-left: auto;
    display: block; }
    @media (min-width: 992px) {
      .header__burger {
        display: none; } }

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

      @media (max-width: 992px){
        .header__logo{
          flex-direction: column;
          align-items: flex-start;
        }
      }

      .header__logo-desc{
        color: rgba(255,255,255,0.8);
        font-size: 14px;
        max-width: 120px;
        margin-left: 34px;
        font-weight: 300;
        line-height: 1.375;
      }

      @media (max-width: 1100px){
        .header__logo-desc{
          margin-left: 22px;
          display: none;
        }
      }

      @media (max-width: 992px){
        .header__logo-desc{
          display: block;
          font-size: 11px;
          margin-left: 0;
          max-width: 100%;
          margin-top: 2px;
        }
      }

    .header__logo .logo svg {
      width: auto; }

      @media (max-width: 992px){
        .header__logo .logo svg{
          width: 74px;
          height: 20px;
        }
      }

      @media (min-width: 1200px) {
        .header__logo .logo svg {
          width: 143px; } }
  .header__phone {
    margin-left: auto;
    font-weight: 300;
    display: none;
    align-items: center; }

    @media (max-width: 1100px) {
      .header__phone{
        font-size: 26px !important;
      }
    }
    @media (min-width: 992px) {
      .header__phone {
        display: flex; } }
    @media (min-width: 1200px) {
      .header__phone {
        margin-left: auto; } }
    .header__phone a {
      color: #fff;
      text-decoration: none;
      white-space: nowrap; }
    .header__phone-label {
      font-size: 11px;
      color: rgba(255, 255, 255, 0.8);
      max-width: 68px;
      margin-left: 20px; }
  .header__email {
    margin-left: 20px;
    display: none;
    position: relative;
    padding: 18px 0; }

  @media (max-width: 1100px){
    
  }
    @media (min-width: 992px) {
      .header__email {
        display: block; } }
    @media (min-width: 1200px) {
      .header__email {
        margin-left: 40px; } }
        .header__email-popup{
          opacity: 0;
          pointer-events: none;
          background: #fff;
          max-width: 100%;
          min-width: 142px;
          text-align: center;
          padding: 1em 0.5em;
          transition: 150ms ease-in;
          position: absolute;
          box-shadow: 0 0 10px rgba(0,0,0,0.15);
          margin-top: 17px;
        }

        .header__email:hover .header__email-popup{
          opacity: 1;
          pointer-events: auto;
        }

        .header__email-popup a{
          color: #111934 !important;
          font-size: 14px;
          font-weight: 300;
          border-bottom: 1px dashed #111934;
        }

        .header__email-popup a:hover{
            color: #4B9EFF !important;
            border-bottom-color: #4B9EFF;
        }
    .header__email a {
      color: #fff;
      text-decoration: none; }
      .header__email a:hover {
        color: #4B9EFF; }
  .header__messangers {
    margin-left: 40px;
    position: relative;
    padding-bottom: 10px;
    display: none; }
    @media (min-width: 992px) {
      .header__messangers {
        display: block; } }
    .header__messangers:hover .header__messangers-popup {
      opacity: 1;
      pointer-events: auto; }
    .header__messangers-block {
      border: 1px solid #64718B;
      padding: 0.75em 1em;
      border-radius: 4px;
      align-items: center;
      display: flex;
      max-width: 234px; }
      .header__messangers-block svg {
        height: 21px;
        width: 21px; }
    .header__messangers-label {
      font-size: 14px;
      color: #fff;
      margin-left: 10px; }
    .header__messangers-item {
      margin: 0 4px; }
      .header__messangers-item:first-child {
        margin-left: 0; }
    .header__messangers-popup {
      position: absolute;
      background: #fff;
      max-width: 100%;
      padding: 1em;
      margin-top: 6px;
      pointer-events: none;
      opacity: 0;
      transition: 150ms ease-in; }
  .header:not(.fixed) .header__messangers-block svg path {
    fill: #fff; }
  .header.fixed {
    background: linear-gradient(90deg, #004aa9 0%, #0160ee 100%);
    box-shadow: 0px 0px 16px rgba(17, 25, 52, 0.25);
    transition: 200ms ease-in-out;
    position: fixed;
    height: 80px;
    color: #fff;
    z-index: 10; }

    @media (max-width: 992px) {
      .header.fixed{
        height: auto;
      }
    }
    .header.fixed .header__logo .logo .logo--black svg{
    	height: 32px;
    	width: 180px;
    }
    .header.fixed .header__phone{
    	margin-left: auto;
    }
    .header.fixed .header__messangers-block{
    	padding: 12px 0.75em;
      border-color: rgba(255,255,255,0.4) !important
    }
    .header.fixed .header__wrapper {
      padding: 0; }
    @media (max-width: 991px) {
      .header.fixed .header__wrapper {
      padding: 10px 0; }
    }
    .header.fixed .header__logo .logo {
      padding: 0; }
    .header.fixed .header__email a {
      color: #fff; }
      .header.fixed .header__email a:hover {
        color: #fff; }
    .header.fixed .header__phone a {
      color: #fff; }
    .header.fixed .header__phone-label {
      color: rgba(255,255,255,0.8); }
    .header.fixed .header__messangers {
      padding-bottom: 0; }
    .header.fixed .header__messangers-block {
      border-color: rgba(100, 113, 139, 0.3); }
    .header.fixed .header__messangers-label {
      color: #fff; }
    .header.fixed .header__messangers-popup {
      margin-top: 0; }
    .header.fixed .logo--black {
      display: none; }
      @media (min-width: 992px) {
        .header.fixed .logo--black {
          display: block; } }

          .header.fixed .container{
            height: 100%;
          }

          .header__wrapper{
            height: 100%;
          }

          .header.fixed .header__messangers-item svg path{
            fill: #fff;
          }

.intro {
  background-image: url("../images/intro-desktop-blue.png");
  background-position: center;
  background-size: cover; }

  @media (max-width: 768px) {
    .intro {
      background-image: url("../images/intro-mobile-blue.png");
    }
  }

  .intro__wrapper {
    padding: 120px 0 40px; }
    @media (min-width: 768px) {
      .intro__wrapper {
        padding-top: 190px;
        padding-bottom: 92px; } }
  .intro__title {
    font-weight: 500;
    color: #fff;
    max-width: 900px;
    text-align: center; }
    @media (min-width: 768px) {
      .intro__title {
        text-align: left; } }
  .intro__subtitle {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    max-width: 100%;
    font-weight: 300;
    margin-top: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .intro__subtitle {
        text-align: left;
        font-size: 24px;
        max-width: 500px; } }
  .intro__cta {
    display: flex;
    align-items: center;
    margin-top: 25px;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .intro__cta {
        margin-top: 35px; } }
    @media (min-width: 1200px) {
      .intro__cta {
        flex-wrap: nowrap; } }
  .intro__selection {
    width: 100%;
    max-width: 588px; }
    @media (min-width: 768px) {
      .intro__selection {
        width: 100%; } }
  .intro__form {
    border: 1px solid #64718B;
    padding: 1em;
    border-radius: 4px; }
    .intro__form .button {
      margin-left: 0;
      min-width: 232px; }
      @media (min-width: 768px) {
        .intro__form .button {
          margin-left: 12px; } }
    .intro__form .field {
      max-width: 100%;
      width: 100%;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .intro__form .field {
          max-width: 300px;
          margin-bottom: 0; } }
    .intro__form .form {
      display: flex;
      box-sizing: border-box;
      flex-wrap: wrap;
      width: 100%; }
      @media (min-width: 768px) {
        .intro__form .form {
          flex-wrap: nowrap;
          width: auto; } }
  .intro__privacy {
    font-size: 11px;
    color: #64718B;
    margin-top: 10px;
    line-height: 1.25;
    text-align: center; }
    @media (min-width: 768px) {
      .intro__privacy {
        text-align: left;
        margin-top: 20px; } }
    .intro__privacy a {
      color: #64718B; }
      .intro__privacy a:hover {
        color: #4B9EFF; }
  .intro__whatsapp {
    margin-left: 0;
    margin-top: 30px;
    width: 100%; }
    @media (min-width: 768px) {
      .intro__whatsapp {
        margin-top: 50px; } }
    @media (min-width: 992px) {
      .intro__whatsapp {
        width: auto;
        margin-top: -30px;
        margin-left: 45px; } }
  .intro__success {
    display: none;
    max-width: 451px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.375; }
    .intro__success svg {
      height: 50px;
      width: 50px;
      flex: 0 0 50px; }

.menu {
  font-weight: 300; }
  .menu__list{
    padding: 1.5em;
  }
  .menu__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 7px 0;
    color: #111934;
    text-decoration: none; }
  .menu__icon {
    display: flex;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #ECF1FB;
    margin-right: 11px; }
    .menu__icon svg {
      height: 18px; }
  .menu--burger {
    max-height: 0;
    transition: all 200ms;
    overflow: hidden;
    background: #fff;
    max-width: 260px;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 11; }
    .menu--burger.open {
      max-height: 313px }

.overlay {
  background: rgba(17, 25, 52, 0.8);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: none; }
  .overlay.show {
    display: block; }

.messanger__text {
  font-size: 14px;
  line-height: 1.25;
  color: #111934; }

.messanger__icons {
  display: flex;
  margin-top: 14px; }

.messanger__item {
  margin: 0 6px; }
  .messanger__item:first-child {
    margin-left: 0; }

.info {
  position: relative; }
  .info__float {
    background: url("../images/pattern.png");
    width: 487px;
    background-size: 487px;
    background-repeat: no-repeat;
    height: 273px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    margin-top: -34px;
    margin-left: -319px; }
    @media (min-width: 768px) {
      .info__float {
        background-size: 956px;
        width: 956px;
        margin-top: -42px;
        margin-left: -780px; } }
  .info__content {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .info__content {
        margin-top: 80px; } }
    @media (min-width: 992px) {
      .info__content {
        flex-wrap: nowrap; } }
  .info__label .heading {
    font-weight: 300; }
  @media (max-width: 1199.98px) {
    .info__label {
      font-size: 24px; } }
  .info__number {
    font-weight: 200;
    font-size: 110px;
    letter-spacing: -2px; }
    @media (min-width: 768px) {
      .info__number {
        font-size: 140px; } }
    @media (min-width: 1200px) {
      .info__number {
        font-size: 200px; } }
    @media (min-width: 1400px) {
      .info__number {
        font-size: 230px; } }
  .info__text {
    color: #64718B;
    font-size: 16px;
    line-height: 1.58;
    font-weight: 300;
    max-width: 460px; }
    @media (min-width: 768px) {
      .info__text {
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .info__text {
        font-size: 24px; } }
  .info__left {
    width: 100%; }
    @media (min-width: 992px) {
      .info__left {
        width: auto; } }
  .info__right {
    margin-left: -30px;
    width: calc(100% + 60px);
    margin-top: 30px;
    margin-right: -30px; }
    @media (min-width: 768px) {
      .info__right {
        margin-left: auto;
        width: 100%;
        margin-right: 0; } }
    @media (min-width: 992px) {
      .info__right {
        width: auto; } }
  .info__block {
    background: #fff;
    box-shadow: 0 24px 134px rgba(66, 77, 162, 0.18);
    max-width: 100%;
    border-radius: 8px;
    padding: 35px 30px 35px 30px;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .info__block {
        padding: 35px 30px 35px 50px; } }
    @media (min-width: 992px) {
      .info__block {
        padding: 40px 50px 40px 65px;
        max-width: 588px; } }
  .info__list {
    font-weight: 300;
    margin-top: 33px;
    font-size: 14px; }
    @media (min-width: 992px) {
      .info__list {
        font-size: 16px; } }
    .info__list ul {
      columns: 1;
      margin-left: 0; }
      @media (min-width: 768px) {
        .info__list ul {
          columns: 2;
          margin-left: -20px; } }
    .info__list li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 15px; }
      .info__list li:after {
        content: '';
        height: 4px;
        width: 4px;
        border-radius: 50%;
        background: #111934;
        display: block;
        position: absolute;
        top: 6px;
        left: 0; }
    .info__list-show {
      color: #4B9EFF;
      font-size: 14px;
      position: relative;
      margin-top: 14px;
      display: inline-block; }
      .info__list-show:after {
        content: '';
        height: 8px;
        width: 8px;
        border: 2px solid #4B9EFF;
        border-top: 0;
        border-left: 0;
        transform: rotate(45deg);
        display: block;
        position: absolute;
        right: -20px;
        top: 1px; }
  .info__subtitle {
    font-size: 24px;
    line-height: 1.33;
    font-weight: 300; }
    @media (min-width: 992px) {
      .info__subtitle {
        font-size: 30px; } }

.products__wrapper {
  padding: 60px 0 30px; }
  @media (min-width: 768px) {
    .products__wrapper {
      padding: 60px 0; } }
  @media (min-width: 992px) {
    .products__wrapper {
      padding: 120px 0 50px; } }
.products__title{
  margin-bottom: 20px;
}
.products__subtitle {
  font-weight: 300; }

.products__list {
  margin-top: -28px; }
  .products__list .swiper-container {
    padding: 58px 34px;
    width: calc(100% - 5px);
    margin-left: -34px; }
    @media (min-width: 768px) {
      .products__list .swiper-container {
        padding: 58px;
        margin-left: -58px; } }
    @media (min-width: 992px) {
      .products__list .swiper-container {
        width: 100%; } }
  .products__list .swiper-slide {
    width: 236px; }
    @media (min-width: 768px) {
      .products__list .swiper-slide {
        width: auto; } }

.products__item {
  border: 1px solid rgba(17, 25, 52, 0.1);
  box-shadow: 0px 12px 58px rgba(0, 62, 106, 0.09);
  padding: 12px 21px 21px;
  box-sizing: border-box;
  border-radius: 4px;
  min-height: 437px;
display: flex;
flex-direction: column;}
  @media (min-width: 768px) {
    .products__item {
      padding: 16px 28px 28px; } }
  .products__item--form {
    border: 1px solid rgba(17, 25, 52, 0.3);
    display: flex; }

.products__image {
  cursor: pointer;
  height: 134px;
  width: 134px;
  margin: 15px auto; }
  .products__image img {
    height: 100%;
    width: auto; }

.products__name {
  cursor: pointer;
  font-size: 14px;
  line-height: 1.43;
  color: #111934;
  font-weight: 400; }

.products__desc {
  color: rgba(17, 25, 52, 0.5);
  font-size: 11px;
  line-height: 1.27;
  margin-top: 11px;
  flex: 1 1 auto;
}

.products__price {
  font-size: 26px;
  line-height: 1.23;
  min-height: 31px;
  min-width: 100%; }
  .products__price.products__price--noprice {
    font-size: 18px;
    color: #0168B2; }

  .products__price-old{
    color: #64718b;
    font-size: 14px;
    text-decoration: line-through;
  }

  .products__price-value{
    display: flex;
    flex-wrap: wrap;
    margin-top: 2px;
    grid-gap: 4px 10px;
  }

.products__price-benefit{
    display: inline-block;
    background-color: #ff2640;
    display: inline-block;
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    line-height: 14px;
    border-radius: 4px;
    padding: 2px 8px;
    order: -1;
}

.products__button {
  margin-top: 14px; }

.products__arrow {
  background: #fff;
  height: 56px;
  width: 56px;
  box-shadow: 0 12px 38px rgba(0, 62, 106, 0.2);
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 110px;
  z-index: 10;
  cursor: pointer;
  transition: 150ms ease-in; }
  @media (min-width: 768px) {
    .products__arrow {
      display: flex; } }
  @media (min-width: 992px) {
    .products__arrow {
      height: 64px;
      width: 64px; } }
  .products__arrow:hover {
    box-shadow: 0 12px 38px rgba(0, 62, 106, 0.4); }
  .products__arrow.prev {
    left: 40px; }
    @media (min-width: 992px) {
      .products__arrow.prev {
        left: 30px; } }
    .products__arrow.prev svg {
      transform: translateX(-2px); }
  .products__arrow.next {
    right: 40px; }
    @media (min-width: 992px) {
      .products__arrow.next {
        right: 30px; } }
    .products__arrow.next svg {
      transform: rotate(180deg) translateX(-2px); }

.products__request {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
flex-grow: 1}
  .products__request-head {
    font-size: 26px;
    line-height: 1.1; }
    @media (min-width: 768px) {
      .products__request-head {
        font-size: 34px; } }
  .products__request-desc {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 300;
    margin-top: 12px; }
  .products__request-form {
    flex: 0 1 auto; }
    .products__request-form .field {
      margin-bottom: 10px; }
    .products__request-form .field__input {
      background: #ECF1FB;
      height: 46px;
      font-size: 18px;
      font-weight: 300; }
  .products__request-privacy {
    font-size: 12px;
    color: #64718B;
    font-weight: 300;
    margin-top: 20px; }

.products__success {
  display: none; }
  .products__success .success {
    display: flex;
    height: 100%;
    align-items: center; }
    .products__success .success__wrapper {
      flex-wrap: wrap; }
    .products__success .success span {
      width: 100%;
      font-size: 34px;
      display: inline-block;
      margin-top: 18px; }
    .products__success .success p {
      margin-left: 0;
      color: #64718B;
      font-weight: 300;
      margin-top: 9px; }
  .products__success svg {
    height: 60px;
    flex: 0 0 60px; }

.request {
  background: #ECF1FB; }
  .request__wrapper {
    padding: 40px 0 0;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .request__wrapper {
        flex-wrap: nowrap; } }
    @media (min-width: 992px) {
      .request__wrapper {
        padding: 55px 0 0; } }
  .request__title {
    max-width: 470px; }
  .request__desc {
    font-size: 16px;
    line-height: 1.25;
    color: #64718B;
    font-weight: 300;
    max-width: 486px;
    margin-top: 24px;
    margin-bottom: 36px; }
    @media (min-width: 768px) {
      .request__desc {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .request__desc {
        font-size: 24px; } }
  .request__form .form {
    display: flex;
    flex-wrap: wrap;
    max-width: 542px; }
  .request__form .field {
    max-width: 100%;
    height: 60px;
    width: 100%; }
    @media (min-width: 576px) {
      .request__form .field {
        max-width: 300px;
        width: calc(100% - 190px); } }
    @media (min-width: 992px) {
      .request__form .field {
        width: calc(100% - 242px); } }
  .request__form .button {
    max-width: 100%;
    margin-left: 0; }
    @media (min-width: 576px) {
      .request__form .button {
        max-width: 180px;
        margin-left: 10px; } }
    @media (min-width: 992px) {
      .request__form .button {
        max-width: 232px; } }
  .request__privacy {
    margin-top: 20px;
    text-align: center; }
    @media (min-width: 576px) {
      .request__privacy {
        text-align: left; } }
  .request__whatsapp {
    margin-top: 30px;
    margin-left: 0;
    max-width: 502px;
    padding-bottom: 20px; }
    @media (min-width: 576px) {
      .request__whatsapp {
        padding-bottom: 90px; } }
    @media (min-width: 768px) {
      .request__whatsapp {
        margin-top: 60px;
        margin-left: 20px; } }
    .request__whatsapp .button {
      border-color: #09AFBA;
      color: #111934; }
      .request__whatsapp .button:hover {
        background: #09AFBA;
        color: #fff; }
        .request__whatsapp .button:hover svg path {
          fill: #fff; }
      .request__whatsapp .button svg path {
        fill: #09AFBA; }
      .request__whatsapp .button:after {
        border-color: #09AFBA; }
      .request__whatsapp .button:before {
        border-color: #09AFBA; }
  .request__left {
    width: 100%; }
    @media (min-width: 768px) {
      .request__left {
        width: auto; } }
    @media (min-width: 1200px) {
      .request__left {
        margin-left: 90px; } }
  .request__right {
    margin-left: 0;
    display: flex;
    align-items: flex-end;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .request__right {
        margin-left: 70px;
        margin-top: 0; } }
  .request__manager {
    position: relative;
    margin-top: -17px; }
    .request__manager-photo {
      max-width: 578px;
      line-height: 1;
      margin-bottom: -3px; }
      .request__manager-photo img {
        max-width: 100%;
        line-height: 1; }
    .request__manager-info {
      position: absolute;
      max-width: 80px;
      color: #64718B;
      right: 4px;
      top: 35px; }
      @media (min-width: 576px) {
        .request__manager-info {
          right: 7px;
          top: 64px;
          max-width: 118px; } }
      @media (min-width: 992px) {
        .request__manager-info {
          right: 56px;
          top: 117px; } }
    .request__manager-name {
      font-size: 16px;
      font-weight: 300; }
      @media (min-width: 576px) {
        .request__manager-name {
          font-size: 18px; } }
      @media (min-width: 992px) {
        .request__manager-name {
          font-size: 24px; } }
    .request__manager-position {
      font-size: 11px;
      font-weight: 300;
      margin-top: 4px; }
      @media (min-width: 576px) {
        .request__manager-position {
          margin-top: 9px; } }
      @media (min-width: 992px) {
        .request__manager-position {
          font-size: 14px; } }
      @media (min-width: 992px) {
        .request__manager-position {
          font-size: 16px; } }
  .request__success {
    max-width: 452px;
    display: none; }
    .request__success svg {
      height: 50px;
      flex: 0 0 50px; }

.message {
  background: #111934;
  color: #fff; }
  .message__wrapper {
    padding: 50px 0; }
    @media (min-width: 768px) {
      .message__wrapper {
        padding: 100px 0; } }
  .message__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .message__content {
        flex-wrap: nowrap; } }
    @media (min-width: 1200px) {
      .message__content {
        margin-left: 90px;
        margin-right: 90px; } }
  .message__title {
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    max-width: 514px; }
    @media (min-width: 768px) {
      .message__title {
        font-size: 46px; } }
    @media (min-width: 992px) {
      .message__title {
        font-size: 64px; } }
  .message__info {
    border: 2px solid #FF2640;
    border-radius: 4px;
    max-width: calc(100% - 20px);
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    margin-left: 10px;
    margin-top: 40px; }
    @media (min-width: 576px) {
      .message__info {
        max-width: 430px; } }
    @media (min-width: 768px) {
      .message__info {
        margin-left: 20px;
        padding: 40px;
        margin-top: 0; } }
    @media (min-width: 992px) {
      .message__info {
        max-width: 494px; } }
    @media (min-width: 1200px) {
      .message__info {
        margin-left: 0; } }
    .message__info:before {
      content: '';
      height: calc(100% + 16px);
      width: calc(100% + 16px);
      display: block;
      border: 1px solid rgba(255, 38, 64, 0.5);
      border-radius: 4px;
      position: absolute;
      left: -9px;
      top: -9px; }
  .message__text {
    font-size: 16px;
    color: #B5DAFD;
    line-height: 1.25;
    font-weight: 300; }
    @media (min-width: 768px) {
      .message__text {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .message__text {
        font-size: 24px; } }
  .message__icon {
    margin-top: 20px; }

.benefits__wrapper {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .benefits__wrapper {
      padding: 55px 0; } }

.benefits__title {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .benefits__title {
      text-align: center; } }

.benefits__list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .benefits__list {
      margin-top: 90px; } }

.benefits__item {
  width: 100%;
  background-color: #ECF1FB;
  padding: 20px;
  box-sizing: border-box;
  counter-increment: benefits;
  position: relative;
  padding-top: 120px;
  margin-bottom: 40px;
  height: auto;
  overflow: hidden; }
  @media (min-width: 576px) {
    .benefits__item {
      padding-top: 160px;
    }
  }
  @media (min-width: 768px) {
    .benefits__item {
      width: calc(100%/3 - 20px);
      padding: 30px 30px 50px;
      padding-top: 120px; } }
  @media (min-width: 992px) {
    .benefits__item {
      padding-top: 170px; } }
  .benefits__item:after {
    content: '';
    background-size: 287px;
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    position: absolute;
    height: 100%;
    width: 387px;
    top: 0px;
    left: 0; }
    @media (min-width: 576px) {
      .benefits__item:after {
        background-size: 407px;
       } }
    @media (min-width: 768px) {
      .benefits__item:after {
        width: 100%;
        background-size: 100%;
        background-position: top;
         top: -6px;  } }
  .benefits__item:nth-child(1):after {
    background-image: url(../images/features/benefit-1.png); }
  .benefits__item:nth-child(2):after {
    background-image: url(../images/features/benefit-2.png); }
    .benefits__item:nth-child(3):after {
      background-image: url(../images/features/benefit-3.png); }
    .benefits__item:nth-child(4):after {
      background-image: url(../images/features/benefit-4.png); }
    .benefits__item:nth-child(5):after {
      background-image: url(../images/features/benefit-5.png); }
    .benefits__item:nth-child(6):after {
      background-image: url(../images/features/benefit-6.png); }

      .benefits__item.nth-1:after {
        background-image: url(../images/features/benefit-1.png); }
      .benefits__item.nth-2:after {
        background-image: url(../images/features/benefit-2.png); }
        .benefits__item.nth-3:after {
          background-image: url(../images/features/benefit-3.png); }
        .benefits__item.nth-4:after {
          background-image: url(../images/features/benefit-4.png); }
        .benefits__item.nth-5:after {
          background-image: url(../images/features/benefit-5.png); }
        .benefits__item.nth-6:after {
          background-image: url(../images/features/benefit-6.png); }

.benefits__name {
  position: relative;
  z-index: 2; }

.benefits__desc {
  position: relative;
  color: #64718B;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.85;
  z-index: 2;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .benefits__desc {
      margin-top: 14px; } }

.selection__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .selection__wrapper {
      flex-wrap: nowrap; } }

.selection__left {
  max-width: 100%; }
  @media (min-width: 768px) {
    .selection__left {
      max-height: 640px; } }

.selection__desc {
  color: #64718B;
  font-size: 16px;
  line-height: 1.58;
  font-weight: 300;
  margin-top: 18px; }
  @media (min-width: 992px) {
    .selection__desc {
      font-size: 24px; } }

.selection__image {
  max-width: 100%;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .selection__image {
      margin-top: 30px; } }
  .selection__image img {
    max-width: 100%; }

.selection__right {
  width: calc(100% + 50px);
  margin-left: -20px; }
  @media (min-width: 768px) {
    .selection__right {
      max-width: 440px;
      margin-left: 30px; } }
  @media (min-width: 992px) {
    .selection__right {
      max-width: 504px; } }

.selection__slider {
  background: #fff;
  box-shadow: 0 24px 134px rgba(66, 77, 162, 0.18);
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  max-width: 100%; }
  @media (min-width: 768px) {
    .selection__slider {
      padding: 25px 60px;
      border-radius: 8px; } }
  .selection__slider .field {
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .selection__slider .field {
        margin-bottom: 10px; } }
  .selection__slider .field__input {
    background: #ECF1FB;
    max-width: calc(100% - 90px);
    font-weight: 300; }
    @media (min-width: 768px) {
      .selection__slider .field__input {
        max-width: 282px; } }

.selection__slide {
  margin-left: 1px; }
  @media (min-width: 768px) {
    .selection__slide {
      margin-left: 0; } }
  .selection__slide-block + .selection__slide-block {
    margin-top: 30px; }
  .selection__slide-title {
    font-size: 22px;
    line-height: 1.33;
    font-weight: 300; }
    @media (min-width: 992px) {
      .selection__slide-title {
        font-size: 30px; } }
  .selection__slide-list {
    margin-top: 22px; }
  .selection__slide-footer {
    display: flex;
    align-items: center;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .selection__slide-footer {
        margin-top: 35px; } }
    .selection__slide-footer .button {
      max-width: calc(100% - 90px); }
      @media (min-width: 768px) {
        .selection__slide-footer .button {
          max-width: 240px; } }
      @media (min-width: 992px) {
        .selection__slide-footer .button {
          max-width: 282px; } }
  .selection__slide-counter {
    color: #64718B;
    font-weight: 300;
    margin-left: 30px; }
  .selection__slide-success {
    display: none; }
    .selection__slide-success .success__wrapper {
      flex-wrap: wrap; }
    .selection__slide-success .success p {
      margin-left: 0;
      font-size: 24px;
      line-height: 1.33;
      margin-top: 15px; }
      @media (min-width: 992px) {
        .selection__slide-success .success p {
          margin-top: 30px;
          font-size: 30px; } }
    .selection__slide-success svg {
      height: 50px;
      flex: 0 0 50px; }
      @media (min-width: 992px) {
        .selection__slide-success svg {
          height: 80px;
          flex: 0 0 80px; } }

.portfolio {
  background: #ECF1FB;
  margin-top: 60px; }
  .portfolio__wrapper {
    padding: 50px 0; }
  .portfolio__list {
    margin-left: -58px;
    margin-top: -25px; }
    @media (min-width: 768px) {
      .portfolio__list {
        margin-top: 0; } }
    .portfolio__list .swiper-container {
      padding: 24px 58px 0;
      width: calc(100% - 97px); }
      @media (min-width: 768px) {
        .portfolio__list .swiper-container {
          padding: 36px 58px 58px; } }
    .portfolio__list .swiper-slide {
      width: 256px;
      height: auto; }
      @media (min-width: 768px) {
        .portfolio__list .swiper-slide {
          width: auto; } }
  .portfolio__item {
    background: #fff;
    box-shadow: 0px 12px 58px rgba(0, 62, 106, 0.09);
    border-radius: 4px;
    padding: 30px 24px;
    box-sizing: border-box;
    display: block;
    min-height: 480px;
    height: 100%; }
    @media (min-width: 768px) {
      .portfolio__item {
        display: flex;
        flex-wrap: nowrap;
        padding: 30px 40px; } }
    .portfolio__item .button {
      border: 1px solid rgba(100, 113, 139, 0.3);
      border-radius: 0;
      height: 45px;
      padding: 0;
      width: 100%;
      font-size: 14px;
      color: #111934;
      transition: 200ms ease-in; }
      .portfolio__item .button:hover {
        background: rgba(236, 241, 251, 0.3);
        border-color: rgba(100, 113, 139, 0.3); }
  .portfolio__info {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 0; }
    @media (min-width: 768px) {
      .portfolio__info{
        max-width: 173px;
      }
    }
    @media (min-width: 992px) {
      .portfolio__info {
        margin-right: 20px; } }
    .portfolio__info-logo {
      max-width: 100%;
      position: relative;
      text-align: center; }
      @media (min-width: 768px) {
        .portfolio__info-logo {
          max-width: 171px; } }
      .portfolio__info-logo img {
        max-width: 82px; }
        @media (min-width: 768px) {
          .portfolio__info-logo img {
            max-width: 144px; } }
      .portfolio__info-logo:after {
        content: '';
        width: 100%;
        left: 0;
        position: absolute;
        height: 1px;
        background: rgba(100, 113, 139, 0.3);
        display: block; }
    .portfolio__info-button {
      flex: 0 1 auto;
      display: none; }
      @media (min-width: 768px) {
        .portfolio__info-button {
          display: block; } }
  .portfolio__stats {
    color: #64718B;
    max-width: 100%;
    display: flex; }
    @media (min-width: 768px) {
      .portfolio__stats {
        display: block;
        max-width: 120px; } }
    .portfolio__stats-number {
      margin: 35px 0;
      width: 50%; }
      @media (min-width: 768px) {
        .portfolio__stats-number {
          width: auto; } }
    .portfolio__stats-figure {
      font-size: 22px;
      font-weight: 300; }
      @media (min-width: 768px) {
        .portfolio__stats-figure {
          font-size: 30px; } }
    .portfolio__stats-label {
      font-size: 11px;
      font-weight: 300;
      line-height: 1.28;
      margin-top: 11px; }
      @media (min-width: 768px) {
        .portfolio__stats-label {
          font-size: 14px; } }
  .portfolio__text {
    max-width: 580px;
    height: calc(100% - 200px);
    padding-bottom: 35px;
    width: 100%;
    position: relative;
    margin-left: auto; }
    @media (min-width: 768px) {
      .portfolio__text{
        height: 100%;
        padding-bottom: 0;
      }
    }
    @media (min-width: 992px) {
      .portfolio__text {
        max-width: 324px; } }
    .portfolio__text-button {
      margin-top: 10px;
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;}
      @media (min-width: 768px) {
        .portfolio__text-button {
          display: none; } }
  .portfolio__picture {
    height: auto;
    width: 100%; }
    @media (min-width: 1200px) {
      .portfolio__picture {
        height: 196px; } }
    .portfolio__picture img {
      max-width: 100%;
      object-fit: cover; }
  .portfolio__name {
    font-size: 16px;
    line-height: 1.33;
    margin-top: 21px; }
    @media (min-width: 768px) {
      .portfolio__name {
        font-size: 18px; } }
  .portfolio__desc {
    color: #64718B;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.85;
    margin-top: 16px; }
  .portfolio__arrow {
    background: #fff;
    height: 56px;
    width: 56px;
    box-shadow: 0 12px 38px rgba(0, 62, 106, 0.2);
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: 150ms ease-in; }
    @media (min-width: 768px) {
      .portfolio__arrow {
        display: flex; } }
    @media (min-width: 992px) {
      .portfolio__arrow {
        height: 64px;
        width: 64px; } }
    .portfolio__arrow:hover {
      box-shadow: 0 12px 38px rgba(0, 62, 106, 0.4); }
    .portfolio__arrow.prev {
      left: 40px; }
      @media (min-width: 992px) {
        .portfolio__arrow.prev {
          left: 30px; } }
      .portfolio__arrow.prev svg {
        transform: translateX(-2px); }
    .portfolio__arrow.next {
      right: 40px; }
      @media (min-width: 992px) {
        .portfolio__arrow.next {
          right: 30px; } }
      .portfolio__arrow.next svg {
        transform: rotate(180deg) translateX(-2px); }

.footer {
  background: #111934; }
  .footer__wrapper {
    padding: 20px 0; }
    @media (min-width: 768px) {
      .footer__wrapper {
        padding: 43px 0; } }
  .footer__text {
    color: #64718B;
    font-size: 14px; }

.useful {
  height: auto;
  position: relative; }
  @media (min-width: 992px) {
    .useful {
      height: 575px; } }
  .useful__background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .useful__bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: 300ms ease-in; }
    .useful__bg--1 {
      background-image: url(../images/useful/1.png); }
    .useful__bg--2 {
      background-image: url(../images/useful/2.png); }
    .useful__bg--3 {
      background-image: url(../images/useful/3.png); }
    .useful__bg--4 {
      background-image: url(../images/useful/4.png); }
  .useful__wrapper {
    position: relative;
    z-index: 3;
    margin: 0;
    padding: 40px 0; }
    @media (min-width: 992px) {
      .useful__wrapper {
        padding: 60px 0; } }
    @media (min-width: 1200px) {
      .useful__wrapper {
        margin-left: 90px;
        margin-right: 90px; } }
  .useful__title {
    color: #fff; }
  .useful__list {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .useful__list {
        margin-top: 50px; } }
    @media (min-width: 992px) {
      .useful__list {
        flex-wrap: nowrap; } }
  .useful__buttons {
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px; }
    @media (min-width: 992px) {
      .useful__buttons {
        max-width: 430px;
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
  .useful__toggle {
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: flex-start;
    overflow-x: auto; }
    @media (min-width: 992px) {
      .useful__toggle {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
    .useful__toggle:after {
      content: '';
      height: 100%;
      width: 1px;
      background: #64718B;
      position: absolute;
      right: 0;
      display: none; }
      @media (min-width: 992px) {
        .useful__toggle:after {
          display: block; } }
  .useful__toggler {
    font-size: 14px;
    border: 1px solid #64718B;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
    display: inline-block;
    border-radius: 60px;
    padding: 17px 26px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 200ms ease-in;
    margin-bottom: 10px;
    flex: 0 0 auto;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .useful__toggler {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .useful__toggler {
        font-size: 24px;
        margin-bottom: 20px;
        margin-right: 0; } }
    .useful__toggler:last-child {
      margin-bottom: 0; }
    .useful__toggler:hover {
      border-color: #fff;
      color: #fff; }
    .useful__toggler.active {
      background: #fff;
      color: #111934; }
  .useful__slider {
    margin-left: 0;
    max-width: 100%; }
    @media (min-width: 768px) {
      .useful__slider {
        max-width: 500px; } }
    @media (min-width: 992px) {
      .useful__slider {
        margin-left: 60px; } }
  .useful__text {
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    font-weight: 300;
    margin-top: 30px;
    max-width: 100%; }
    @media (min-width: 768px) {
      .useful__text {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .useful__text {
        font-size: 24px; } }
    .useful__text ul li {
      margin-bottom: 20px;
      position: relative;
      padding-left: 50px;
      box-sizing: border-box; }
      @media (min-width: 992px) {
        .useful__text ul li {
          margin-bottom: 40px;
          padding-left: 70px; } }
      .useful__text ul li:before {
        content: '';
        background: url("../images/icons/arrow-list.svg");
        height: 12px;
        width: 29px;
        background-size: 29px;
        display: block;
        position: absolute;
        left: 0;
        top: 6px; }
        @media (min-width: 992px) {
          .useful__text ul li:before {
            height: 18px;
            width: 44px;
            background-size: 44px; } }

.features__wrapper {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .features__wrapper {
      padding: 60px 0; } }

.features__title {
  text-align: left;
  max-width: 200px; }
  @media (min-width: 768px) {
    .features__title {
      text-align: center;
      max-width: 100%; } }

.features__list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  width: calc(100% + 20px);
  align-items: flex-start;
  margin-right: -20px;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .features__list {
      padding-bottom: 0; } }

.features__item {
  flex: 0 0 auto;
  max-width: 236px;
  margin-right: 10px; }
  @media (min-width: 992px) {
    .features__item {
      max-width: 100%;
      flex: 0 0 calc(100%/4 - 20px); } }

.features__image {
  max-width: 100%;
  height: 200px; }
  @media (min-width: 992px) {
    .features__image {
      height: 298px; } }
  .features__image img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.features__name {
  margin-top: 22px;
  max-width: 228px; }

.features__desc {
  color: #64718B;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.83;
  margin-top: 8px; }
  @media (min-width: 768px) {
    .features__desc {
      margin-top: 14px; } }

.reviews {
  background: #ECF1FB; }
  .reviews__wrapper {
    padding: 40px 0 0; }
    @media (min-width: 768px) {
      .reviews__wrapper {
        padding: 50px 0 20px; } }
    @media (min-width: 1200px) {
      .reviews__wrapper {
        margin-left: 80px;
        margin-right: 80px; } }
  .reviews__title {
    text-align: left; }
    @media (min-width: 768px) {
      .reviews__title {
        text-align: center; } }
  .reviews__list {
    position: relative; }
    .reviews__list .swiper-container {
      padding: 38px 38px 0;
      margin-left: -38px;
      width: calc(100% + 38px); }
      @media (min-width: 768px) {
        .reviews__list .swiper-container {
          margin-left: 0;
          width: auto; } }
    .reviews__list .swiper-slide {
      width: 236px; }
      @media (min-width: 768px) {
        .reviews__list .swiper-slide {
          width: auto; } }
  .reviews__image {
    height: 330px;
    width: 100%; }
    @media (min-width: 768px) {
      .reviews__image {
        height: 300px; } }
    @media (min-width: 992px) {
      .reviews__image {
        height: 408px; } }
    .reviews__image img {
      box-shadow: 0 12px 38px rgba(80, 150, 199, 0.2);
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .reviews__logo {
    text-align: center;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .reviews__logo {
        margin-top: 20px; } }
    .reviews__logo img {
      max-width: 118px; }
      @media (min-width: 768px) {
        .reviews__logo img {
          max-width: 160px; } }
  .reviews__arrow {
    background: #fff;
    height: 56px;
    width: 56px;
    box-shadow: 0 12px 38px rgba(0, 62, 106, 0.2);
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 40px);
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: 150ms ease-in; }
    @media (min-width: 768px) {
      .reviews__arrow {
        display: flex; } }
    @media (min-width: 992px) {
      .reviews__arrow {
        height: 64px;
        width: 64px; } }
    .reviews__arrow:hover {
      box-shadow: 0 12px 38px rgba(0, 62, 106, 0.4); }
    .reviews__arrow.prev {
      left: 0; }
      @media (min-width: 1200px) {
        .reviews__arrow.prev {
          left: -80px; } }
      .reviews__arrow.prev svg {
        transform: translateX(-2px); }
    .reviews__arrow.next {
      right: 0; }
      @media (min-width: 1200px) {
        .reviews__arrow.next {
          right: -80px; } }
      .reviews__arrow.next svg {
        transform: rotate(180deg) translateX(-2px); }

.question {
  background: url("../images/request.png");
  background-size: cover;
  background-position: 75% 0;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .question {
      background-position: right; } }
  .question__wrapper {
    padding: 40px 0; }
    @media (min-width: 768px) {
      .question__wrapper {
        padding: 60px 0; } }
    @media (min-width: 992px) {
      .question__wrapper {
        padding: 110px 0; } }
  .question__title {
    color: #fff;
    text-align: center; }
    .question__title .heading {
      font-weight: 500; }
  .question__button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 290px;
    width: 100%;
    margin: 20px auto 0; }
    @media (min-width: 768px) {
      .question__button {
        flex-wrap: nowrap;
        max-width: 100%;
        width: 100%;
        margin-top: 30px; } }
    @media (min-width: 992px) {
      .question__button {
        margin-top: 50px; } }
    .question__button .button {
      border-radius: 60px;
      margin: 6px 0; }
      @media (min-width: 768px) {
        .question__button .button {
          margin: 0 10px; } }
      .question__button .button:first-child {
        max-width: 100%; }
        @media (min-width: 768px) {
          .question__button .button:first-child {
            max-width: 270px; } }
      .question__button .button:last-child {
        max-width: 340px;
        font-size: 14px; }
        @media (min-width: 992px) {
          .question__button .button:last-child {
            font-size: 18px; } }
  .question__privacy {
    font-size: 11px;
    line-height: 1.2;
    color: #64718B;
    text-align: center;
    max-width: 200px;
    margin: 15px auto 0; }
    @media (min-width: 768px) {
      .question__privacy {
        margin-top: 30px;
        max-width: 100%; } }

.content__wrapper {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .content__wrapper {
      padding: 50px 0; } }
  @media (min-width: 992px) {
    .content__wrapper {
      padding: 80px 0; } }

.content__text {
  font-size: 14px;
  line-height: 1.85;
  color: #64718B;
  max-width: 838px; }
  .content__text h2 {
    font-size: 22px;
    line-height: 1.33;
    font-weight: 300;
    max-width: 544px;
    color: #111934; }
    @media (min-width: 992px) {
      .content__text h2 {
        font-size: 30px; } }
  .content__text p {
    margin: 12px 0; }
    @media (min-width: 768px) {
      .content__text p {
        margin: 20px 0; } }

.success {
  width: 100%; }
  .success__wrapper {
    display: flex;
    align-items: center; }
  .success p {
    margin-left: 15px;
    line-height: 1.35;
    font-weight: 300; }

.heading {
  font-family: 'GTEesti'; }
  .heading_level-1 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500; }
    @media (min-width: 768px) {
      .heading_level-1 {
        font-size: 36px; } }
    @media (min-width: 992px) {
      .heading_level-1 {
        font-size: 54px; } }
  .heading_level-2 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 300; }
    @media (min-width: 768px) {
      .heading_level-2 {
        font-size: 34px; } }
    @media (min-width: 992px) {
      .heading_level-2 {
        font-size: 48px; } }
  .heading_level-3, .header__phone {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 300; }
    @media (min-width: 768px) {
      .heading_level-3, .header__phone {
        font-size: 24px; } }
    @media (min-width: 992px) {
      .heading_level-3, .header__phone {
        font-size: 30px; } }
  .heading_level-4 {
    font-size: 22px;
    line-height: 1.25; }
    @media (min-width: 768px) {
      .heading_level-4 {
        font-size: 26px; } }

.logo--mobile {
  display: block; }
  @media (min-width: 992px) {
    .logo--mobile {
      display: none; } }

.logo--white {
  display: block; }

.logo--black {
  display: none; }

.button {
  font-family: 'GTEesti';
  border: 0;
  box-shadow: none;
  width: 100%;
  border-radius: 2px;
  cursor: pointer;
  transition: 150ms ease-in;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center; }

  .button-big {
    font-size: 18px;
  }

  .button--red {
    background: #FF2640;
    color: #fff; }
    .button--red:hover {
      background: #FF485E; }
  .button--blue {
    background: #0168B2;
    color: #fff; }
    .button--blue:hover {
      background: #4B9EFF; }
  .button--big {
    font-size: 14px;
    height: 50px; }
    @media (min-width: 768px) {
      .button--big {
        font-size: 18px;
        height: 60px; } }
  .button--small {
    font-size: 14px;
    height: 46px; }
  .button--border {
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    border-radius: 100px;
    height: 50px;
    box-sizing: border-box;
    padding: 14px 30px; }
    @media (min-width: 768px) {
      .button--border {
        height: 60px; } }
    .button--border:hover {
      background: #fff;
      color: #111934; }
      .button--border:hover svg path {
        fill: #09AFBA; }
    .button--border svg {
      margin-right: 11px;
      height: 24px;
      width: 24px; }
      @media (min-width: 768px) {
        .button--border svg {
          height: 28px;
          width: 28px; } }
      .button--border svg path {
        fill: #fff; }
  .button--whatsapp {
    position: relative;
    display: flex;
    justify-content: center; }
    .button--whatsapp svg path {
      transition: 200ms ease-in; }
    .button--whatsapp:after {
      content: '';
      position: absolute;
      height: calc(100% + 12px);
      width: calc(100% + 12px);
      border: 1px solid rgba(100, 113, 139, 0.7);
      border-radius: 100px;
      top: -7px;
      left: -7px; }
      @media (min-width: 768px) {
        .button--whatsapp:after {
          height: calc(100% + 22px);
          width: calc(100% + 22px);
          top: -12px;
          left: -12px; } }
    .button--whatsapp:before {
      content: '';
      position: absolute;
      height: calc(100% + 22px);
      width: calc(100% + 22px);
      border: 1px solid rgba(100, 113, 139, 0.3);
      border-radius: 100px;
      top: -12px;
      left: -12px; }
      @media (min-width: 768px) {
        .button--whatsapp:before {
          height: calc(100% + 42px);
          width: calc(100% + 42px);
          top: -22px;
          left: -22px; } }

.field {
  width: 100%;
  box-sizing: border-box; }
  .field__input {
    height: 50px;
    max-width: 100%;
    border-radius: 2px;
    padding: 0 15px 0;
    border: 0;
    outline: none;
    font-size: 16px;
    font-family: 'GTEesti';
    color: rgba(17, 25, 52, 0.5);
    font-size: 18px;
    width: 100%;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .field__input {
        font-size: 24px;
        height: 60px; } }
  .field--radio {
    display: flex;
    margin-bottom: 15px;
    align-content: center; }
    .field--radio input[type=radio] {
      display: none; }
      .field--radio input[type=radio] + span {
        height: 18px;
        width: 18px;
        border: 1px solid rgba(17, 25, 52, 0.3);
        box-sizing: border-box;
        border-radius: 50%;
        position: relative;
        flex: 0 0 18px; }
      .field--radio input[type=radio]:checked + span:after {
        content: '';
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: #0168B2;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .field--radio .field__label {
      color: #64718B;
      font-weight: 300;
      margin-left: 10px;
      font-size: 14px; }
      @media (min-width: 768px) {
        .field--radio .field__label {
          font-size: 16px; } }

.burger__button {
  background: #ECF1FB;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10; }

.burger__open {
  transition: 200ms ease-in-out;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  position: absolute;
  height: 36px;
  width: 36px; }

.burger__open .swiper-container{
  width: 100%;
  height: 100%;
}

.burger__open .swiper-slide{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.burger__close {
  transition: 200ms ease-in-out;
  transform: scale(0.1);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(50% - 8px); }

.burger.open .burger__open {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1); }

.burger.open .burger__close {
  transform: scale(1);
  opacity: 1;
  visibility: visible; }

.form__privacy {
  font-size: 12px;
  color: #64718B;
  font-weight: 300; }
  .form__privacy a {
    color: #64718B;
    text-decoration: underline; }
    .form__privacy a:hover {
      color: #4B9EFF; }

.popup {
  display: none;
  max-width: 628px;
  border-radius: 8px; }
  .popup .is-close-btn {
    height: 24px;
    width: 24px;
    color: #111934;
    background: none !important;
    top: 34px !important; 
    right: 24px !important; }
  .popup__text {
    color: #64718B;
    font-weight: 300;
    max-height: 240px;
    overflow-y: auto; }
    .popup__text::-webkit-scrollbar {
      width: 8px; }
    .popup__text::-webkit-scrollbar-track {
      background: #ECF1FB; }
    .popup__text::-webkit-scrollbar-thumb {
      background-color: #64718B; }
    .popup__text p {
      margin-bottom: 18px; }
  .popup__title {
    font-size: 30px;
    line-height: 1.33;
    display: block;
    font-weight: 300;
    margin-bottom: 20px;
    color: #111934; }

    @media (max-width: 767px) {
    	.popup__title {
    		font-size: 22px;
    	}
    }

    .popup__title--bold{
    	font-weight: 500;
    }

.fancybox-is-open .fancybox-bg {
  background: rgba(17, 25, 52, 0.8); }


.popup{

}

.popup--click{
	max-width: 596px;
	width: 100%;
}


.popup--success{
  max-width: 340px;
  width: 100%;
}

.popup__product{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

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

.popup__subtitle{
  color: #64718B;
  font-weight: 300;
  line-height: 1.43;
  max-width: 405px;
}

.popup__product-name{
  color: #111934;
  font-size: 14px;
  line-height: 1.4;
}

.popup__product-price{
  font-size: 26px;
  line-height: 1.23;
  margin-top: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .popup__product-price{
    margin-top: 10px;
  }
}

.popup__product-image{
  height: 134px;
  width: 134px;
}


.popup__product-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup__product-desc{
  margin-left: 35px;
}


@media (max-width: 767px) {
  .popup__product-desc{
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.popup__form{
  margin-top: 30px;
}

@media (max-width: 767px) {
  .popup__form{
    margin-top: 15px;
  }
}

.popup__form form{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.popup__form .field{
  max-width: 242px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  
  .popup__form .field{
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }


  .popup__form form{
    flex-wrap: wrap;
  }
}

.popup__form .field__input{
  background: #ECF1FB;
  height: 46px;
  font-size: 18px;
}

.popup__privacy{
  font-size: 11px;
  color: #64718B;
  margin-top: 18px;
  font-weight: 300;
}

.popup__privacy a{
  color: #64718B;
}

.popup .fancybox-content{

}

@media (max-width: 767px) {
  .fancybox-content{
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .popup .is-close-btn{
    top: 16px !important;
    right: 6px !important;
  }
}

.popup__icon{
  margin-bottom: 15px;
}

.popup__icon svg{
  height: 60px;
  width: 60px;
}

.popup--success .popup__title{
  margin-bottom: 5px;
}

.popup--price{
  max-width: 380px;
  width: 100%;
}

.popup--price .popup__form form{
  flex-wrap: wrap;
}

.popup--price .popup__form .field{
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

.product-ajax.fancybox__content{
  padding: 0 !important;
  max-width: 1270px;
  width: 100%;
  border-radius: 8px;
}

#popup-cart {
  padding: 20px
}
@media (min-width:576px) {
  #popup-cart {
    padding: 50px
  }
}
.product-ajax.fancybox__content .is-close-btn{
  top: 0;
  right: 0;
  height: 64px;
  width: 64px;
  color: #111934;
  background: none !important;
}

.product-ajax.fancybox__content .is-close-btn svg{
  height: 22px;
  width: 22px;
}

.cart__header {
  display: grid;
  grid-template-areas: "title" "gallery" "price" "props" "action";
  grid-template-columns: 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-gap: 0 20px
}
@media (min-width:768px) {
  .cart__header {
    grid-template-areas: "gallery title action" "gallery price action" "gallery props action";
    grid-template-columns: 168px 1fr 270px;
    grid-template-rows: repeat(2,auto) 1fr
  }
}

@media (min-width:840px) {
  .cart__header {
    grid-template-columns: 290px 1fr 310px
  }
}
@media (min-width:1200px) {
  .cart__header {
    grid-template-columns: 390px 1fr 310px
  }
}
.cart__gallery {
  grid-area: gallery;
  overflow: hidden
}
@media (max-width:767.98px) {
  .cart__gallery {
    max-width: 340px;
    width: 100%;
    margin: 15px auto 0
  }
}
.cart__gallery .swiper-slide {
  height: auto
}
.cart__gallery-image {
  width: 100%;
  margin: 0 auto;
  max-width: 200px
}
.cart__gallery-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.cart__gallery-video {
  background-color: #000;
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 200px
}
.cart__gallery-video img {
  height: 70%;
  position: relative;
  top: 15%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.cart__gallery-video .play {
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.cart__gallery-video .play svg {
  height: 100%;
  width: 100%
}
.cart__gallery-video:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.5)
}
.cart__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  margin-top: 20px;
  justify-content: center;
  grid-gap: 0 37px;
}
.cart__nav-arrow {
  cursor: pointer;
  outline: 0
}
.cart__nav-arrow:hover svg path {
  fill: #0168b2
}
@media (max-width:575.98px) {
  .cart__nav-arrow {
    position: absolute;
    top: 50%;
    z-index: 2
  }
}
@media (max-width:575.98px) {
  .cart__nav-arrow svg path {
    fill: #0168b2;
    opacity: .6
  }
}
@media (max-width:575.98px) {
  .cart__nav-arrow.prev {
    left: 0
  }
}
.cart__nav-arrow.prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
@media (max-width:575.98px) {
  .cart__nav-arrow.next {
    right: 0
  }
}
.cart__pagination {
  font-size: 14px;
  color: #64718b;
  text-align: center;
  white-space: nowrap;
  flex: 0;
}
.cart__name {
  grid-area: title;
  font-size: 14px;
  line-height: 20px
}
@media (max-width:575.98px) {
  .cart__name {
    max-width: 240px
  }
}
.cart__price {
  grid-area: price;
  margin-top: 20px
}
@media (min-width:576px) {
  .cart__price {
    margin-top: 10px
  }
}
.cart__props {
  grid-area: props;
  font-size: 14px
}
.cart__prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
  margin: 16px 0
}
.cart__prop.guarantee .cart__prop-label {
  color: #6ac98a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.cart__prop.guarantee .cart__prop-label:before {
  content: "";
  display: block;
  height: 15px;
  width: 13px;
  background-image: url(../images/guarantee.svg);
  background-size: 13px;
  -webkit-transform: translateX(2px);
  transform: translateX(2px)
}
.cart__prop.trophy .cart__prop-label {
  color: #d1b54b
}
.cart__prop.trophy .cart__prop-label:before {
  content: "";
  display: block;
  height: 14px;
  width: 17px;
  background-image: url(../images/trophy.svg);
  background-size: 17px
}
.cart__prop-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.cart__prop-label:before {
  width: 17px!important;
  margin-right: 7px;
  background-repeat: no-repeat
}
.cart__prop-value {
  margin-left: 8px
}
.cart__action {
  grid-area: action
}
@media (max-width:575.98px) {
  .cart__action {
    margin-top: 24px
  }
}
.cart__body {
  margin-top: 30px;
  display: grid;
}
.cart__togglers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  margin-left: -20px;
  margin-right: -20px
}
@media (min-width:576px) {
  .cart__togglers {
    margin-left: -50px;
    margin-right: -50px
  }
}
@media (min-width:768px) {
  .cart__togglers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #f4f9ff;
    border-bottom: 1px solid #dfe0e2;
    border-radius: 4px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
  }
}
.cart__accordeon {
  border-top: 1px solid #dfe0e2
}
.cart__accordeon:last-child {
  border-bottom: 1px solid #dfe0e2
}
.cart__accordeon .cart__content {
  padding: 20px 20px 30px;
  transition: none;
}
@media (min-width:576px) {
  .cart__accordeon .cart__content {
    padding: 20px 50px 30px
  }
}
.cart__accordeon.active .cart__toggle:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg)
}
.cart__toggle {
  padding: 17px 0;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  position: relative
}
@media (min-width:576px) {
  .cart__toggle {
    padding-left: 50px
  }
}
@media (min-width:768px) {
  .cart__toggle {
    padding: 0 35px;
    height: 100%;
    border-top: none
  }
}
@media (max-width:767.98px) {
  .cart__toggle:after {
    content: "";
    display: block;
    height: 18px;
    width: 11px;
    background-size: 11px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    background-image: url(../images/arrow-cart.svg);
    -webkit-transition: .2s ease;
    transition: .2s ease
  }
}
@media (max-width:767.98px) and (min-width:576px) {
  .cart__toggle:after {
    right: 50px
  }
}
.cart__toggle:hover {
  cursor: pointer
}
@media (min-width:768px) {
  .cart__toggle:hover {
    color: #0168b2
  }
}
@media (min-width:768px) {
  .cart__toggle.active {
    background-color: #e7f5ff;
    color: #0168b2
  }
}
@media (min-width:768px) {
  .cart__toggle.active:after {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    background-color: #0168b2;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block
  }
}
.cart__contents {
  margin-top: 30px
}
.cart__content {
  color: #111934;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  display: none;
  -webkit-transition: .2s ease;
  transition: .2s ease
}
@media (max-width:767.98px) {
  .cart__content {
    display: none
  }
}
.cart__content:first-child {
  display: block
}

.cart__content strong,
.cart__content b{
  font-weight: 500;
  font-size: 16px;
}


.cart__content h3{
  font-size: 18px;
  margin-bottom: 14px;
}
.cart__content p {
  margin: 20px 0
}
.cart__content p:last-child {
  margin-bottom: 0
}

.cart__content p:first-child {
  margin-top: 0
}
.cart__content p + ul {
  margin-top: -20px
}
.cart__content.cut {
  max-height: 420px;
  overflow: hidden;
  padding-bottom: 60px;
  position: relative;
  -webkit-transition: .2s ease;
  transition: .2s ease
}

.cart__accordeon .cart__content.cut{
  transition: none;
}
.cart__content.cut:after {
  content: "";
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
  background: linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 100%);
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0
}
.cart__content.cut:before {
  content: "";
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #fff
}

.cart__content.cut-open:after{
    height: 20px;
}

.cart__content-open {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 80px;
  color: #0168b2;
  z-index: 2;
  border-bottom: 1px dashed;
  cursor: pointer
}


@media (max-width: 768px) {
  .cart__content-open{
    bottom: 20px;
    left: 50px;
  }
}

@media (max-width: 576px) {
  .cart__content-open{
    left: 20px;
  }
}

.cart__content-open:hover {
  color: #4b9eff
}

.cart__content table{
  width: 100%;
  table-layout: fixed;
}

.cart__content table.table-kit tr td:first-child{
  width: 70px;
}

.cart__content table.table-kit tr td:last-child{
  width: 100px;
}

.cart__content table tr{
  
}

.cart__content table tr:first-child td{
  border-top: 1px solid #dfe0e2 !important;
  border-left: none !important;
  border-radius: none !important;
}

.cart__content table td{
  border-bottom: 1px solid #dfe0e2 !important;
  padding: 14px 0;
  vertical-align: middle;
}

.cart__content ol{
  counter-reset: ol;
  margin-bottom: 30px;
  margin-top: 12px;
}


.cart__content ol li{
  counter-increment: ol;
  margin: 3px 0;
}

.cart__content ol li:before{
  content: counter(ol)'.';
  margin-right: 3px;
}

.play {
  cursor: pointer
}
.play path {
  -webkit-transition: .2s ease;
  transition: .2s ease
}
.play:hover svg path:first-child {
  fill: #ff6f5b
}
.param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0;
  line-height: 18px
}
.param:first-child {
  margin-top: 0
}
.param__label {
  color: #64718b;
  width: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px
}
@media (min-width:576px) {
  .param__label {
    min-width: 360px;
    margin-right: 0
  }
}
.block-video {
  height: 220px;
  max-width: 572px;
  position: relative;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden
}
@media (min-width:576px) {
  .block-video {
    height: 272px
  }
}
.block-video__image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0
}
.block-video__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.block-video__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2
}
.block-video__desc {
  font-size: 14px;
  font-weight: 300;
  max-width: 160px;
  color: #fff;
  line-height: 22px;
  margin-left: 14px
}
.block-demo {
  background-color: #e7f5ff;
  border-radius: 8px;
  width: 100%;
  position: relative;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (min-width:768px) {
  .block-demo {
    height: 322px;
    display: block
  }
}
.block-demo__image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: -40px
}
@media (min-width:768px) {
  .block-demo__image {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0
  }
}
.block-demo__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.block-demo__content {
  max-width: 270px;
  position: relative;
  z-index: 2
}
.block-demo__title {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px
}
@media (min-width:576px) {
  .block-demo__title {
    font-size: 24px;
    line-height: 32px
  }
}
.block-demo__form {
  margin-top: 16px;
  max-width: 230px
}
.block-demo__form .field {
  margin-bottom: 10px
}
.block-demo__form .field__input {
  border-radius: 4px;
  font-size: 18px;
  height: 46px
}
.block-demo__form .button {
  background-color: #ff4930;
  color: #fff;
  font-size: 14px;
  height: 46px
}
.block-demo__form .form__privacy {
  margin-top: 20px;
  font-size: 11px;
  line-height: 14px
}
.action {
  background: #fff
}
@media (min-width:480px) {
  .action {
    border: 1px solid #dfe0e2;
    padding: 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 28px rgba(0,62,106,.12);
    box-shadow: 0 12px 28px rgba(0,62,106,.12)
  }
}
.action__desc {
  color: #64718b;
  font-weight: 300;
  line-height: 20px;
  font-size: 14px
}
.action__form {
  margin-top: 10px
}
.action__form .field__input {
  border-radius: 2px;
  background-color: #ecf1fb;
  height: 46px;
  font-size: 18px
}
.action__form .button {
  height: 46px
}
.action__form .button--whatsapp {
  background-color: #33b113;
  color: #fff;
  margin-top: 10px;
  font-size: 14px
}
.action__form .button--whatsapp:hover {
  background-color: #4cd429
}
.action__form .button--whatsapp svg {
  height: 21px;
  width: 21px;
  margin-left: 9px
}
.action__form .button--whatsapp svg path {
  fill: #fff
}
.action__form .button--whatsapp:before {
  display: none
}
.action__form .button--whatsapp:after {
  display: none
}
.action__form .form__privacy {
  margin-top: 20px
}
.action__submit {
  margin-top: 10px;
}

.action__submit .button{
  font-size: 14px;
  font-weight: 400;
}
.pack__item {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 60px 40px 1fr;
  grid-gap: 0 20px;
  border-bottom: 1px solid #dfe0e2;
  padding: 20px 0
}
@media (min-width:576px) {
  .pack__item {
    grid-template-columns: 60px 1fr 40px 70px 80px
  }
}
.pack__image {
  height: 60px;
  width: 60px
}
@media (max-width:575.98px) {
  .pack__image {
    grid-row: span 2
  }
}
.pack__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.pack__name {
  color: #0168b2;
  text-decoration: none;
  margin-left: 20px
}
@media (max-width:575.98px) {
  .pack__name {
    grid-column: span 2;
    margin-left: 0;
    line-height: 18px
  }
}
.pack__qty {
  text-align: center
}
@media (max-width:575.98px) {
  .pack__qty {
    text-align: left
  }
}
.pack__price {
  text-align: center
}
@media (max-width:575.98px) {
  .pack__price {
    text-align: left
  }
}
.pack__total {
  text-align: right
}
@media (max-width:575.98px) {
  .pack__total {
    text-align: left;
    grid-column: 2/4
  }
}
.pack__result {
  text-align: right;
  padding: 40px 0 0
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.price__sale {
  background-color: #ff2640;
  display: inline-block;
  color: #fff;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  border-radius: 4px;
  padding: 2px 8px
}
.price__current {
  font-size: 26px;
  line-height: 1.5
}
.price__value {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.price__value.sale .price__current {
  color: #ff2640
}
.price__old {
  color: #64718b;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
  -webkit-transform: translateY(8px);
  transform: translateY(8px)
}
.badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ecf1fb;
  font-size: 12px;
  height: 24px;
  padding: 0 8px
}
.badge--gold {
  color: #d1b54b
}
.badge--silver {
  color: #8aa0ba
}
.badge--silver svg path {
  fill: #8aa0ba
}
.badge-icon {
  margin-right: 7px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px)
}
.badge-text {
  line-height: 1
}
.badge + .badge {
  margin-top: 10px
}
.badge[data-tooltip] {
  position: relative
}
.badge[data-tooltip]:after {
  content: attr(data-tooltip);
  background-color: #fff;
  left: calc(100% + 10px);
  top: 0;
  display: block;
  position: absolute;
  width: 180px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  border: 1px solid #ecf1fb;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  color: #111934
}
.badge[data-tooltip]:hover {
  cursor: pointer
}
.badge[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1
}
.products__badge {
  position: absolute;
  left: 1px;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.products__list .swiper-slide{
  height: auto;
}

.products__list .swiper-slide .products__item{
  height: 100%;
}

.fancybox__backdrop{
  background: #111934;
  opacity: 0.8;
}

@media (max-width: 992px) {
  .fancybox__slide{
    padding: 20px;
  }
}

html.with-fancybox{
  overflow: auto !important;
}

.cart__contacts{
  margin-top: 30px;
}

.cart__contacts-text{
  font-size: 18px;
  line-height: 1.29;
  color: #111934;
}

.cart__contacts .button{
  height: 46px;
  font-size: 14px;
}

.cart__contacts .button svg{
  margin-left: 9px;
}

.cart__contacts .button svg path{
  fill: #fff;
}

.cart__whatsapp .button--whatsapp{
    background-color: #33b113;
    color: #fff;
    margin-top: 16px;
    font-size: 14px;
    margin-bottom: 10px;
}

.cart__whatsapp .button--whatsapp svg{
  height: 21px;
  width: 21px;
}

.cart__whatsapp .button--whatsapp:hover{
  background-color: #4cd429;
}

.cart__whatsapp .button--whatsapp:after,
.cart__whatsapp .button--whatsapp:before{
  display: none;
}

.button--mail{
  background-color: #0168B2;
  color: #fff;
}

.button--mail:hover{
  background-color: #17b8fd;
}

.button--mail svg{
  width: 30px;
  height: 18px;
}

.button--mail svg path{
  fill: #fff;
}

.cart__phone{
  color: #0168B2;
  display: inline-flex;
  font-size: 24px;
  align-items: center;
  grid-gap: 0 10px;
  text-decoration: none;
  margin-top: 22px;
}

.cart__phone:hover{
  color: #17b8fd;
}

.cart__email{
  display: flex;
  align-items: center;
  grid-gap: 0 20px;
  font-size: 14px;
  margin-top: 16px;
}

.cart__email a{
  color: #0168B2;
  text-decoration: none;
}

.cart__email a:hover{
  color: #17b8fd;
}

.cart__email-copy{
  font-size: 11px;
  color: #0168B2;
  display: inline-flex;
  grid-gap: 0 8px;
  align-items: center;
  cursor: pointer;
  transition: 180ms ease;
}

.cart__email-copy:hover{
  color: #17b8fd;
}

.cart__email-copy:hover svg path{
  fill: #17b8fd;
}


.cart__body {
  display: block;

}

@media (min-width:768px) {
  .cart__body {
    display: grid;
    grid-template-columns: 1fr 270px;
    grid-template-columns: 1fr;
    grid-gap: 0 20px
  }
}

@media (min-width:840px) {
  .cart__body {
    grid-template-columns: 1fr 310px
  }
}

@media (min-width:1100px) {
  .cart__body {
    grid-template-columns: 1fr 310px;
    grid-template-rows: repeat(2, auto);
  }
}

@media (min-width:1200px) {
  .cart__body {
    grid-template-columns: 1fr 310px
  }
}

.cart__benefits .container{
  padding: 0;
}

.cart__benefits .benefits__wrapper{
  padding: 0;
}

.cart__benefits .benefits__title{
  display: none;
}

.cart__benefits .benefits__list{
  display: block;
  margin-top: 0;
}

.cart__benefits .benefits__item{
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  min-height: 390px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  padding-top: 188px;
}

@media (max-width: 576px) {
  .cart__benefits .benefits__item{
    min-height: 360px;
  }
}

.cart__benefits .benefits__item:after{
    background-size: 407px;
}

@media (min-width: 768px) {
  .cart__benefits .benefits__item:after{
    background-position: left top;
    background-size: 391px;
  }
}

@media (max-width: 576px) {
  .cart__benefits .benefits__item {
    padding-top: 174px;
    } 
  }


.cart__benefits .benefits__name .heading{
  font-size: 18px;
  color: #111934;
}

.cart__benefits{
  position: relative;
  overflow: hidden;
}

.cart__benefits .cart__nav{
  margin-top: 0;
  position: absolute;
  bottom: 20px;
  z-index: 2;
}

.cart__spec{
  max-width: 740px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .cart__spec{
    grid-row: 2/3;
    grid-column: span 2;
    max-width: 100%;
  }

  .cart__side{
    grid-column: 2/3;
    margin-bottom: 30px;
    overflow: hidden;
  }
}

.cart__benefits .cart__nav-arrow{
  position: relative;
  top: 0;

}

.cart__benefits .cart__nav-arrow svg path{
  fill: #111934
}

.cart__action + .cart__benefits{
  margin-top: 30px;
}