@font-face {
	font-family: 'Caveat';
	src: url('../fonts/Caveat-Bold.woff2') format('woff2'),
	url('../fonts/Caveat-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.container {
    width: 100%;
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
  }

  @media only screen and (max-width: 1199px) {
    .container {
      max-width: 960px;
    }
  }
  @media only screen and (max-width: 991px) {
    .container {
      max-width: 720px;
    }
  }
  @media only screen and (max-width: 767px) {
    .container {
      max-width: 540px;
    }
  }
  @media only screen and (max-width: 575px) {
    .container {
      max-width: 100%;
      padding: 0 20px;
    }
  }
  @font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/BebasNeueBook.woff2") format("woff2"), url("../fonts/BebasNeueBook.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Mulish";
    src: url("../fonts/Mulish-Regular.woff2") format("woff2"), url("../fonts/Mulish-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Mulish";
    src: url("../fonts/Mulish-ExtraBold.woff2") format("woff2"), url("../fonts/Mulish-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  html {
    height: 100%;
  }

  body {
    font-family: "Open Sans";
    font-size: 18px;
    min-width: 320px;
    position: relative;
    line-height: 1.5;
    color: #41464F;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    background-color: #fff;
    margin: 0;
  }

  img {
    max-width: 100%;
  }

  input:required, textarea:required {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
  input:invalid, textarea:invalid {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  input:focus, textarea:focus {
    outline: none;
  }

  *::-webkit-input-placeholder {
    color: #41464F;
    opacity: 0.75;
  }

  *:-moz-placeholder {
    color: #41464F;
    opacity: 0.75;
  }

  *::-moz-placeholder {
    color: #41464F;
    opacity: 0.75;
  }

  *:-ms-input-placeholder {
    color: #41464F;
    opacity: 0.75;
  }

  a {
    text-decoration: none;
    color: #41464F;
  }
  a:focus, a:hover {
    outline: none;
    text-decoration: none;
  }

  button:active, button:focus {
    outline: none;
  }

  button::-moz-focus-inner {
    border: 0;
  }

  ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  input, select, button {
    outline: none;
  }

  input,
  textarea {
    -webkit-appearance: none;
  }

  input:disabled {
    opacity: 1;
  }

  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type=number] {
    -moz-appearance: textfield;
  }

  input[type=number]:hover,
  input[type=number]:focus {
    -moz-appearance: number-input;
  }

  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type=text]::-ms-clear,
  input[type=tel]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
  }

  input[type=text]::-ms-reveal,
  input[type=tel]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
  }

  input[type=search]::-webkit-search-decoration,
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-results-button,
  input[type=search]::-webkit-search-results-decoration {
    display: none;
  }

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

  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
  }

  .clearfix:after {
    clear: both;
  }

  .slick-slide {
    outline: none;
  }

  * {
    -webkit-tap-highlight-color: transparent;
  }

  .absolute-center, .back svg,
  .next svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .object-fit {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-fit.contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .wrap {
    overflow: hidden;
  }

  .hidden {
    display: none;
  }

  svg {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .section {
    position: relative;
    margin: 150px 0;
  }
  .section--dark {
    background-color: #111B2E;
    color: #fff;
    padding: 150px 0;
  }
  .section--dark .section-title {
    color: #fff;
  }
  .section-title {
    font-family: "Gilroy";
    font-size: 36px;
    color: #111B2E;
    text-align: left;
    margin: 0;
    font-weight: 800;
    line-height: 1.3;
  }

  .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    text-align: center;
    border: none;
    -webkit-box-shadow: 0px 8px 50px rgba(0, 120, 255, 0.2);
            box-shadow: 0px 8px 50px rgba(0, 120, 255, 0.2);
    font-size: 18px;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 10em;
    background-image: linear-gradient(95deg, #0075FF 0%, #00A3FF 85.38%);
    color: #fff;
    line-height: 1.6;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  }
  .btn::after {
    position: absolute;
    content: "";
    display: block;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 10em;
    background-color: transparent;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .btn img, .btn svg {
    margin-right: 9px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .btn__icon--hover {
    display: none;
  }
  .btn img, .btn svg, .btn span {
    position: relative;
    z-index: 2;
  }
  .btn:hover {
    color: #0190FE;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .btn:hover::after {
    background-color: #111B2E;
  }
  .btn:hover .btn__icon {
    display: none;
  }
  .btn:hover .btn__icon--hover {
    display: inline-block;
  }
  .btn--is-pulse {
    -webkit-animation: zoomBtn 2s infinite linear;
            animation: zoomBtn 2s infinite linear;
  }

  @-webkit-keyframes zoomBtn {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

  @keyframes zoomBtn {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Gilroy";
  }

  .regular-price {
    font-weight: 800;
    font-size: 36px;
    white-space: nowrap;
  }

  .old-price {
    font-weight: 400;
    margin-left: 22px;
    white-space: nowrap;
    font-size: 25px;
    position: relative;
  }
  .old-price:before, .old-price:after {
    position: absolute;
    content: "";
    display: block;
    background-color: #C2C2C2;
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .old-price:before {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .old-price:after {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }

  .btn-price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .btn-price .price {
    margin-left: 36px;
  }
  .btn-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .btn-block .support {
    margin-top: 10px;
    width: 100%;
  }

  .support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
  }
  .support img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    margin-right: 10px;
  }

  .list li {
    position: relative;
    padding-left: 22px;
    font-weight: 300;
    line-height: 1.6;
  }
  .list li::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("../img/check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    top: 8px;
  }
  .list li + li {
    margin-top: 13px;
  }

  .back,
  .next {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    padding: 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #111B2E;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    border: 2px solid #111B2E;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
  }
  .back svg,
  .next svg {
    width: 16px;
    height: 16px;
  }
  .back svg path,
  .next svg path {
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
  }
  .back:hover,
  .next:hover {
    background-color: transparent;
  }
  .back:hover svg path,
  .next:hover svg path {
    fill: #111B2E;
  }

  .back svg {
    margin-left: -2px;
  }

  .next svg {
    margin-right: -2px;
  }

  .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .slick-dots li {
    display: inline-block;
    font-size: 0px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .slick-dots li + li {
    margin-left: 8px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #95ABD6;
    text-indent: -9999px;
    border-radius: 4px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: background-color 0.2s, width 0.2s;
    transition: background-color 0.2s, width 0.2s;
    border: none;
  }
  .slick-dots li.slick-active button {
    background-color: #111B2E;
    width: 26px;
  }

  .up,
  .down {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    position: absolute;
    z-index: 5;
    right: 20px;
    border: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .up:hover,
  .down:hover {
    background-color: transparent;
  }
  .up:hover svg,
  .down:hover svg {
    -webkit-animation: none;
            animation: none;
  }
  .up:hover svg path,
  .down:hover svg path {
    fill: #fff;
  }

  .down {
    bottom: 50px;
    left: calc(50% + 535px);
  }
  .down svg {
    -webkit-animation: downMove 1s infinite linear;
            animation: downMove 1s infinite linear;
  }

  .up svg {
    -webkit-animation: upMove 1s infinite linear;
            animation: upMove 1s infinite linear;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  @-webkit-keyframes downMove {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    25% {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
    }
    50% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(4px);
              transform: translateY(4px);
    }
  }

  @keyframes downMove {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    25% {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
    }
    50% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(4px);
              transform: translateY(4px);
    }
  }
  @-webkit-keyframes upMove {
    0% {
      -webkit-transform: translateY(0px) rotate(180deg);
              transform: translateY(0px) rotate(180deg);
    }
    25% {
      -webkit-transform: translateY(-4px) rotate(180deg);
              transform: translateY(-4px) rotate(180deg);
    }
    50% {
      -webkit-transform: translateY(0px) rotate(180deg);
              transform: translateY(0px) rotate(180deg);
    }
    100% {
      -webkit-transform: translateY(4px) rotate(180deg);
              transform: translateY(4px) rotate(180deg);
    }
  }
  @keyframes upMove {
    0% {
      -webkit-transform: translateY(0px) rotate(180deg);
              transform: translateY(0px) rotate(180deg);
    }
    25% {
      -webkit-transform: translateY(-4px) rotate(180deg);
              transform: translateY(-4px) rotate(180deg);
    }
    50% {
      -webkit-transform: translateY(0px) rotate(180deg);
              transform: translateY(0px) rotate(180deg);
    }
    100% {
      -webkit-transform: translateY(4px) rotate(180deg);
              transform: translateY(4px) rotate(180deg);
    }
  }
  @media only screen and (max-height: 750px) and (min-width: 1200px) {
    .down {
      bottom: 30px;
    }
  }
  @media only screen and (min-width: 1200px) {
    .slick-dots li:hover button {
      background-color: #111B2E;
    }
    .up:hover svg {
      top: calc(50% - 5px);
    }
    .down:hover svg {
      top: calc(50% + 5px);
    }
  }
  @media only screen and (max-width: 1199px) {
    .noscroll {
      overflow: hidden;
    }
    .down {
      bottom: 20px;
      left: calc(50% + 425px);
    }
  }
  @media only screen and (max-width: 991px) {
    .section {
      margin: 100px 0;
    }
    .section--dark {
      padding: 100px 0;
    }
  }
  @-webkit-keyframes slideInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes slideInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-webkit-keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(40px);
              transform: translateX(40px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(40px);
              transform: translateX(40px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-webkit-keyframes slideInTop {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes slideInTop {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @-webkit-keyframes slideInBottom {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
              transform: translateY(40px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes slideInBottom {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
              transform: translateY(40px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes zoomIn {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes zoomIn {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes zoomIn {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
  }
  @-webkit-keyframes zoomImage {
    0% {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes zoomImage {
    0% {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
  }
  @-webkit-keyframes slideInBottomFoto {
    0% {
      opacity: 0;
      -webkit-transform: translateY(120px);
              transform: translateY(120px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes slideInBottomFoto {
    0% {
      opacity: 0;
      -webkit-transform: translateY(120px);
              transform: translateY(120px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logo__image {
    width: 46px;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .logo__title {
    color: #fff;
    font-size: 38px;
    line-height: 1;
    font-family: "Bebas Neue";
    font-weight: 700;
    position: relative;
    top: -2px;
  }
  .logo__title .accent {
    color: #EEDD75;
    font-weight: 300;
  }
  .logo__subtitle {
    display: block;
    font-size: 14px;
    font-family: "Roboto Condensed";
    font-weight: 400;
    margin-top: -3px;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 86px;
    background-color: #2A374F;
    z-index: 10;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  }
  .header-block {
    height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px;
  }
  .header__btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 16px;
    padding: 9px 25px;
    margin-left: 67px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header__btn img, .header__btn svg {
    margin-right: 7px;
    width: 18px;
  }
  .header__btn:hover::after {
    background-color: #2A374F;
  }

  .menu {
    margin-left: auto;
  }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu__item {
    margin-right: 32px;
  }
  .menu__item:last-child {
    margin-right: 0px;
  }
  .menu__item.active .menu__link {
    color: #00FFFF;
  }
  .menu__item.active .menu__link::after {
    background-color: #00FFFF;
  }
  .menu__link {
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-size: 18px;
    font-weight: 400;
    line-height: 86px;
    height: 86px;
    display: block;
    position: relative;
  }
  .menu__link::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    border-radius: 10em;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-color: transparent;
  }
  .menu__link:hover, .menu__link.mPS2id-highlight {
    color: #00FFFF;
  }
  .menu__link:hover::after, .menu__link.mPS2id-highlight::after {
    background-color: #00FFFF;
  }

  .hamburger {
    display: none;
  }

  @media only screen and (min-width: 992px) {
    .header.open-popup {
      right: 17px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .header__btn {
      margin-left: auto;
    }
    .menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 300px;
      height: 100vh;
      background-color: #111B2E;
      padding-top: 86px;
      margin-left: -300px;
      -webkit-transition: margin-left 0.5s;
      transition: margin-left 0.5s;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 30px;
      display: inline-block;
      z-index: 12;
    }
    .menu.visible {
      margin-left: 0;
    }
    .menu .menu__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 0 20px;
    }
    .menu .menu__item {
      width: 100%;
      margin: 0;
    }
    .menu .menu__item:last-child .menu__link {
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .menu .menu__item.active .menu__link {
      background-color: #00FFFF;
      color: #111B2E;
      border-color: #00FFFF;
    }
    .menu .menu__link {
      line-height: 1;
      height: auto;
      padding: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      width: 100%;
      -webkit-transition: border-color 0.2s, color 0.2s, background-color 0.2s;
      transition: border-color 0.2s, color 0.2s, background-color 0.2s;
      font-weight: 600;
    }
    .menu .menu__link:hover, .menu .menu__link.mPS2id-highlight {
      background-color: #00FFFF;
      color: #111B2E;
      border-color: #00FFFF;
    }
    .overlay {
      background-color: rgba(0, 0, 0, 0.8);
      opacity: 0;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      visibility: hidden;
      position: fixed;
      top: 0;
      height: 100vh;
      left: 0;
      right: 0;
      z-index: 11;
    }
    .overlay.is-visible {
      opacity: 1;
      visibility: visible;
    }
    .hamburger {
      display: inline-block;
      cursor: pointer;
      padding: 0;
      height: 24px;
      background-color: transparent;
      z-index: 13;
      position: relative;
      margin-right: 30px;
    }
    .hamburger .hamburger-box {
      width: 30px;
    }
    .hamburger .hamburger-inner,
  .hamburger .hamburger-inner::after,
  .hamburger .hamburger-inner::before {
      background-color: #fff;
      height: 4px;
      width: 30px;
      border-radius: 0;
    }
    .hamburger:hover {
      opacity: 1;
    }
    .hamburger:hover .hamburger-inner,
  .hamburger:hover .hamburger-inner::after,
  .hamburger:hover .hamburger-inner::before {
      background-color: #fff;
    }
    .hamburger .hamburger-inner::before {
      top: 10px;
    }
    .hamburger .hamburger-inner::after {
      top: 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .hamburger {
      margin-right: 20px;
    }
  }
  @media only screen and (max-width: 575px) {
    .hamburger {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-right: 0;
      margin-left: auto;
    }
    .header {
      height: 60px;
    }
    .header-block {
      height: 60px;
    }
    .header__btn {
      display: none;
    }
    .header__logo .logo__image {
      width: 40px;
      height: 40px;
      margin-right: 8px;
    }
    .header__logo .logo__title {
      font-size: 30px;
      top: 0;
    }
    .header__logo .logo__subtitle {
      font-size: 11px;
    }
    .menu {
      padding-top: 60px;
      width: 100%;
      margin-left: -100%;
    }
    .menu__list {
      text-align: center;
    }
  }
  .hero {
    color: #fff;
    padding-top: 86px;
    background-color: #111B2E;
    position: relative;
    overflow: hidden;
    height: 768px;
  }
  .hero::before {
    width: 1570px;
    height: 1570px;
    background-image: url("../img/circle-blur.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    content: "";
    position: absolute;
    top: -645px;
    left: -563px;
    z-index: 2;
    display: none;
  }
  .hero .container {
    height: 100%;
  }
  .hero-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .hero__info {
    position: relative;
    z-index: 3;
    width: 480px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
  }
  .hero__title {
    margin: 0;
    font-size: 44px;
    line-height: 1.3;
    font-family: "Gilroy";
    font-weight: 800;
    visibility: hidden;
  }
  .hero__title span {
    color: #0177FF;
  }
  .hero__subtitle {
    font-weight: 700;
    line-height: 1.6;
    visibility: hidden;
    margin-top: 10px;
  }
  .hero__list {
    margin-top: 15px;
    visibility: hidden;
  }
  .hero__list li {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    position: relative;
    padding-left: 40px;
  }
  .hero__list li + li {
    margin-top: 12px;
  }
  .hero__list li img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero__btn-price {
    margin-top: 30px;
    visibility: hidden;
  }
  .hero__video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(50% - 90px);
    width: 1040px;
  }
  .hero__video video {
    width: 100%;
  }

  @media only screen and (max-height: 750px) and (min-width: 1200px) {
    .hero {
      height: 660px;
    }
    .hero__video {
      width: 940px;
      right: calc(50% - 30px);
    }
  }
  @media only screen and (max-width: 1199px) {
    .hero {
      height: 600px;
    }
    .hero__video {
      width: 840px;
      right: calc(50% - 70px);
    }
    .hero__info {
      width: 400px;
    }
  }
  .quality:nth-child(2n+1) .quality__fotos {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .quality:nth-child(2n+1) .quality__btns {
    margin-left: 0;
  }
  .quality-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .quality__fotos {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 570px;
    height: 689px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }
  .quality__fotos .slick-list,
  .quality__fotos .slick-track {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .quality__fotos--overlay .quality__foto--start {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .quality__foto {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
  }
  .quality__info {
    width: 483px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 21px;
  }
  .quality__text {
    margin-top: 23px;
    font-weight: 300;
  }
  .quality__text p {
    margin: 10px 0;
  }
  .quality__text p:nth-child(1) {
    margin-top: 0;
  }
  .quality__text p:last-child {
    margin-bottom: 0;
  }
  .quality__btns {
    border-radius: 20px;
    overflow: hidden;
    background-color: #111B2E;
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 677px;
    margin-top: 50px;
    margin-left: -193px;
    z-index: 2;
    height: 140px;
  }
  .quality__btn {
    background-color: transparent;
    cursor: pointer;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
    position: relative;
    padding: 70px 0 0px;
    color: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 128px;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .quality__btn--start {
    border-right: 1px solid rgba(255, 255, 255, 0.23);
    width: 150px;
  }
  .quality__btn--start span {
    font-weight: 600 !important;
  }
  .quality__btn--start.slick-active span::after, .quality__btn--start:hover span::after {
    display: none;
  }
  .quality__btn svg {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .quality__btn svg path {
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
  }
  .quality__btn span {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    position: relative;
    display: inline-block;
    height: 70px;
  }
  .quality__btn span::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 10em;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-color: transparent;
  }
  .quality__btn.slick-active span::after, .quality__btn:hover span::after {
    background-color: #00FFFF;
  }
  .quality__btn.slick-active svg path, .quality__btn:hover svg path {
    fill: #00FFFF;
  }
  .quality__btn.slick-active span, .quality__btn:hover span {
    color: #00FFFF;
  }

  @media only screen and (max-width: 1199px) {
    .quality-block {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .quality__fotos {
      width: 460px;
      height: 556px;
    }
    .quality__info {
      width: 400px;
    }
    .quality__btns {
      width: 600px;
      margin-left: -200px;
      height: 115px;
    }
    .quality__btn {
      padding-top: 60px;
      width: 120px;
    }
    .quality__btn--start {
      width: 120px;
    }
    .quality__btn span {
      font-size: 14px;
      height: 55px;
    }
    .quality__btn svg {
      top: 20px;
    }
  }
  @media only screen and (max-width: 991px) {
    .quality:nth-child(2n+1) .quality__fotos {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
    }
    .quality-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .quality__fotos {
      width: 570px;
      height: 689px;
    }
    .quality__info {
      width: 570px;
    }
    .quality__btns {
      width: 570px;
      margin-top: 10px;
      margin-left: 0;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-bottom: 30px;
    }
    .quality__text {
      padding-right: 0;
    }
    .quality__btn {
      width: 110px;
    }
    .quality__btn--start {
      width: 130px;
    }
  }
  .cta {
    padding: 220px 0 120px;
    position: relative;
    overflow: hidden;
  }
  .cta::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 570px;
    height: 570px;
    background-image: url("../img/lightning.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: -244px;
    right: calc(50% + 525px);
    border-radius: 50%;
  }
  .cta-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cta__info {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 463px;
  }
  .cta__text {
    margin-top: 15px;
    font-weight: 300;
  }
  .cta__btn-price {
    margin-top: 30px;
  }
  .cta__image {
    position: relative;
    z-index: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 25px;
    top: -10px;
  }
  .cta-mockup__foto-1 {
    position: absolute;
    top: -115px;
    left: 10px;
    z-index: -1;
  }
  .cta-mockup__foto-2 {
    position: absolute;
    top: -90px;
    left: 150px;
    z-index: -1;
  }

  @media only screen and (max-width: 1199px) {
    .cta {
      padding: 140px 0;
    }
    .cta::after {
      display: none;
    }
    .cta-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .cta__info {
      width: 100%;
    }
    .cta__image {
      width: auto;
      margin-top: 200px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: -50px;
      margin-left: 0;
    }
  }
  .toggles-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .toggles__info {
    width: 463px;
    padding: 40px;
    -webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    background-color: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .toggles__text {
    font-size: 16px;
    margin-top: 15px;
  }
  .toggles__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    width: 873px;
    height: 582px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: -195px;
  }
  .toggles__effects {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .toggles__no-effect {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .toggles__no-effect.no-visible {
    opacity: 0;
  }
  .toggles__no-effect img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .toggles__effect {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .toggles__effect.is-active {
    opacity: 1;
    z-index: 2;
  }
  .toggles__effect img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .toggles__btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 45px;
  }

  .toggle {
    background-color: #CBDAEC;
    border: none;
    width: 52px;
    height: 28px;
    border-radius: 10em;
    cursor: pointer;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    margin-right: 10px;
  }
  .toggle::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    content: "";
    border-radius: 10em;
    background-image: linear-gradient(95deg, #0075FF 0%, #00A3FF 85.38%);
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .toggle__btn {
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .toggle.is-press::after {
    opacity: 1;
  }
  .toggle.is-press .toggle__btn {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
  .toggle__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22;
    color: #111B2E;
  }

  @media only screen and (min-width: 1200px) {
    .toggle:hover .toggle__btn {
      -webkit-transform: translateX(4px);
              transform: translateX(4px);
    }
    .toggle.is-press:hover .toggle__btn {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
    }
  }
  .filters {
    padding: 150px 0 0;
    background-color: transparent;
  }
  .filters__bgs {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 85px;
    z-index: -1;
    overflow: hidden;
  }
  .filters__bgs .slick-list,
  .filters__bgs .slick-track {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .filters__bgs::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), color-stop(42.34%, rgba(0, 0, 0, 0)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 42.34%);
  }
  .filters__bg {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0;
  }
  .filters__bg--start {
    z-index: -1;
    opacity: 1;
  }
  .filters-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .filters__info {
    width: 390px;
    position: relative;
    z-index: 2;
  }
  .filters__text {
    margin-top: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: 300;
  }
  .filters-slider {
    line-height: 1;
  }
  .filters-slider__back, .filters-slider__next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .filters-slider__back {
    left: -55px;
  }
  .filters-slider__next {
    right: -55px;
  }
  .filters-slider .slick-track {
    margin-left: 3px;
  }
  .filters-slider-wrap {
    margin-top: 130px;
    width: 100%;
    height: 170px;
    padding: 15px 77px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }

  .filter {
    height: 136px;
    width: 136px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    margin: 3px 8px;
    position: relative;
  }
  .filter::before {
    position: absolute;
    display: block;
    content: "";
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    background-image: linear-gradient(95deg, #0075FF 0%, #00A3FF 85.38%);
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    z-index: -1;
  }
  .filter.slick-active.slick-current::before {
    opacity: 1;
  }

  .before-after {
    margin-bottom: 185px;
  }
  .before-after .section-title {
    padding-right: 150px;
  }
  .before-after__slider {
    margin-top: 50px;
  }
  .before-after__slider .slick-list {
    overflow: visible;
  }
  .before-after__back, .before-after__next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .before-after__back {
    left: 0;
  }
  .before-after__next {
    right: 0;
  }
  .before-after__slide {
    width: 988px;
    position: relative;
    margin: 0 60px;
  }
  .before-after__images {
    border-radius: 20px;
    overflow: hidden;
    width: 988px;
  }
  .before-after__title {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    padding: 19px 64px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    right: 30px;
    top: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    color: #111B2E;
  }

  .twentytwenty-horizontal .twentytwenty-left-arrow, .twentytwenty-horizontal .twentytwenty-right-arrow {
    background-image: url("../img/back.svg");
    background-repeat: no-repeat;
    background-size: 10px 16px;
    background-position: center;
    border: none;
    width: 10px;
    height: 16px;
    margin-top: -8px;
    margin-left: -15px;
  }
  .twentytwenty-horizontal .twentytwenty-right-arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: -15px;
  }
  .twentytwenty-horizontal .twentytwenty-handle {
    background-color: #111B2E;
    margin-left: -26px;
    margin-right: -26px;
    width: 52px;
    height: 52px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before {
    width: 2px;
    margin-left: -1px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 26px;
  }
  .twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 26px;
  }

  @-webkit-keyframes slideHandle {
    0% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
    25% {
      -webkit-transform: translateX(5px);
              transform: translateX(5px);
    }
    50% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
    75% {
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px);
    }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }

  @keyframes slideHandle {
    0% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
    25% {
      -webkit-transform: translateX(5px);
              transform: translateX(5px);
    }
    50% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
    75% {
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px);
    }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  @media only screen and (min-width: 1200px) {
    .before-after__slide.anim .twentytwenty-horizontal .twentytwenty-handle {
      -webkit-animation: slideHandle 1.5s linear infinite;
              animation: slideHandle 1.5s linear infinite;
    }
  }
  @media only screen and (max-width: 1199px) {
    .before-after {
      margin-bottom: 130px;
    }
    .before-after__slide {
      width: 768px;
    }
    .before-after__images {
      width: 768px;
    }
  }
  @media only screen and (max-width: 991px) {
    .before-after__slide {
      width: 528px;
    }
    .before-after__images {
      width: 528px;
    }
  }
  .instruments-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px -10px -50px;
  }

  .instrument {
    position: relative;
    padding-left: 65px;
    width: calc(33.33% - 20px);
    margin: 0 10px 50px;
  }
  .instrument__icon {
    position: absolute;
    top: 9px;
    left: 0;
  }
  .instrument__title {
    margin: 0;
    font-weight: 600;
    color: #232323;
    font-size: 20px;
    line-height: 1.6;
  }

  @media only screen and (max-width: 1199px) {
    .instrument {
      width: calc(50% - 20px);
    }
  }
  .gifts {
    padding: 70px 0 60px;
  }
  .gifts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 70px;
  }
  .gifts .section-title {
    text-align: center;
  }
  .gifts .section-title span {
    color: #0177FF;
  }
  .gifts__subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 14px;
    text-align: center;
  }
  .gifts__btn {
    margin-top: 56px;
    text-align: center;
    position: relative;
  }
  .gifts__btn::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 63px;
    height: 63px;
    left: calc(50% + 195px);
    top: -37px;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .gifts__btn .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .gifts__btn .btn::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 87px;
    height: 91px;
    left: 100%;
    background-image: url("../img/gift.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: -27px;
    top: -30px;
    z-index: 2;
  }

  .gift {
    width: calc(50% - 23px);
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px 40px 30px 230px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #41464F;
  }
  .gift:nth-child(2) {
    padding-left: 215px;
  }
  .gift:nth-child(2) .gift__image {
    left: 15px;
  }
  .gift__image {
    position: absolute;
    left: 0;
    top: 30px;
  }
  .gift__title {
    font-weight: 700;
    color: #0177FF;
    motion: 0;
    position: relative;
    padding-left: 22px;
    line-height: 1.2;
    font-size: 18px;
  }
  .gift__title::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("../img/check-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 5px;
  }
  .gift__text {
    font-size: 18px;
    font-weight: 300;
    color: #111B2E;
    line-height: 1.6;
    margin-top: 17px;
    margin-bottom: 35px;
  }
  .gift__price {
    margin-top: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 5px;
  }
  .gift__old-price {
    color: #232323;
    font-family: "Gilroy";
    font-weight: 400;
    white-space: nowrap;
    font-size: 25px;
    position: relative;
  }
  .gift__old-price:before, .gift__old-price:after {
    position: absolute;
    content: "";
    display: block;
    background-color: #9E9E9E;
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .gift__old-price:before {
    -webkit-transform: rotate(17deg);
            transform: rotate(17deg);
  }
  .gift__old-price:after {
    -webkit-transform: rotate(-17deg);
            transform: rotate(-17deg);
  }
  .gift__new-price {
    font-size: 20px;
    font-weight: 700;
    color: #B2253A;
    text-transform: uppercase;
    margin-left: 35px;
  }

  @media only screen and (max-width: 1249px) {
    .gifts-block {
      margin-left: 0;
      margin-right: 0;
    }
  }
  @media only screen and (max-width: 1199px) {
    .gifts-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .gift {
      width: 100%;
    }
    .gift + .gift {
      margin-top: 50px;
    }
    .gift:nth-child(2) {
      padding-left: 230px;
    }
    .gift:nth-child(2) .gift__image {
      top: 50%;
    }
    .gift__image {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  }
  .reviews-block {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
  }

  .review {
    width: calc(33.33% - 20px);
    margin: 0 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
    padding: 40px;
  }
  .review__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .review__avatar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px;
    width: 69px;
    height: 69px;
    border-radius: 50%;
    overflow: hidden;
  }
  .review__avatar img {
    width: 100%;
  }
  .review__name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.375;
    color: #1E2430;
  }
  .review__age {
    color: #535D71;
    line-height: 1.375;
    font-weight: 300;
    font-size: 16px;
    margin-top: 4px;
  }
  .review__text {
    font-weight: 300;
    margin-top: 20px;
  }

  @media only screen and (max-width: 991px) {
    .reviews-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 0;
      margin-right: 0;
    }
    .review {
      width: 100%;
    }
    .review + .review {
      margin-top: 30px;
    }
  }
  .screens .section-title {
    padding-right: 150px;
  }
  .screens-slider {
    margin-top: 50px;
  }

  .screens-slider .slick-list {
    overflow: visible;
  }
  .screens-slider .slick-dots {
    margin-top: 50px;
  }
  .screens-slider__back, .screens-slider__next {
    position: absolute;
    top: -90px;
    z-index: 2;
    right: 0px;
  }
  .screens-slider__back {
    margin-right: 60px;
  }

  .screen {
    width: 366px;
    margin: 0 10px;
    line-height: 0;
    position: relative;
    height: 375px;
  }
  .screen__image {
    width: 100%;
    height: 328px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }
  .screen__image img {
    width: 100%;
  }
  .screen__image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .screen__image:hover img:nth-child(2) {
    opacity: 1;
  }
  .screen__title {
    font-size: 20px;
    font-weight: 600;
    color: #111B2E;
    line-height: 1.6;
    background-color: #fff;
    padding: 20px;
    position: absolute;
    height: 100px;
    left: 20px;
    right: 20px;
    bottom: 0;
    -webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
  }

  @media only screen and (max-width: 1199px) {
    .screens-slider::before {
      left: calc(50% + 155px);
    }
    .screen {
      width: 450px;
      height: 450px;
    }
    .screen__image {
      height: 403px;
    }
  }
  @media only screen and (max-width: 991px) {
    .screens-slider::before {
      left: calc(50% + 40px);
    }
    .screen {
      width: 330px;
      height: 330px;
    }
    .screen__image {
      height: 294px;
    }
    .screen__title {
      font-size: 16px;
      height: 90px;
    }
  }
  .requirements-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
    width: 946px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
  }
  .requirements-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    width: 100%;
  }
  .requirements-col {
    width: 379px;
  }
  .requirements__list {
    width: 100%;
  }
  .requirements__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 20px;
    position: relative;
  }
  .requirements__list li span {
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  .requirements__list li::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 1px;
    border-bottom: 1px dashed #CFD7E7;
  }
  .requirements__title {
    margin: 0;
    font-family: "Gilroy";
    font-weight: 800;
    color: #111B2E;
    line-height: 1.2;
    font-size: 24px;
  }

  @media only screen and (max-width: 1199px) {
    .requirements-wrap {
      width: 100%;
    }
  }
  @media only screen and (max-width: 991px) {
    .requirements-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .requirements-col {
      width: 100%;
    }
    .requirements-col + .requirements-col {
      margin-top: 40px;
    }
  }
  .prefooter {
    margin-bottom: 0;
    padding: 265px 0 110px;
    position: relative;
  }
  .prefooter .container {
    position: relative;
  }
  .prefooter .section-title {
    font-size: 30px;
  }
  .prefooter-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .prefooter__info {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 463px;
  }
  .prefooter__text {
    margin-top: 15px;
  }
  .prefooter__subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 17px;
  }
  .prefooter__list {
    margin-top: 10px;
  }
  .prefooter__list li + li {
    margin-top: 11px;
  }
  .prefooter__btn-price {
    margin-top: 20px;
  }
  .prefooter__image {
    position: relative;
    z-index: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 45px;
  }
  .prefooter-mockup__foto-1 {
    position: absolute;
    left: -115px;
    bottom: 55px;
  }
  .prefooter-mockup__foto-2 {
    position: absolute;
    bottom: 75px;
    right: -75px;
  }
  .prefooter-mockup__foto-3 {
    position: absolute;
    top: -95px;
    left: 160px;
    z-index: -1;
  }
  .prefooter-mockup__foto-4 {
    position: absolute;
    top: -110px;
    left: 25px;
    z-index: -1;
  }

  @media only screen and (max-width: 1199px) {
    .prefooter {
      padding: 140px 0;
    }
    .prefooter-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .prefooter__info {
      width: 100%;
    }
    .prefooter__image {
      width: auto;
      margin-top: 200px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: -50px;
      margin-left: 0;
    }
    .opportunities__label {
        display: none;
      }
  }
  .footer {
    background-color: #111B2E;
    padding: 40px 0 47px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__logo .logo__title span {
    color: #fff;
  }
  .footer-menu {
    margin-left: auto;
  }
  .footer-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-menu__item + .footer-menu__item {
    margin-left: 49px;
  }
  .footer-menu__item.active .footer-menu__link {
    border-color: #00FFFF;
    color: #00FFFF;
  }
  .footer-menu__link {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer-menu__link:hover, .footer-menu__link.mPS2id-highlight {
    border-color: #00FFFF;
    color: #00FFFF;
  }

  .copy {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.33;
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  @media only screen and (max-width: 991px) {
    .footer {
      padding: 40px 0;
    }
    .footer-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .footer-menu {
      margin-left: 0;
      margin-top: 40px;
    }
    .copy {
      margin-top: 40px;
    }
  }
  .opportunities__label {
    font-family: "Caveat";
    font-weight: 700;
    line-height: 1;
    font-size: 24px;
    position: absolute;
    transform: rotate(11.32deg);
    text-align: center;
    left: calc(50% + 150px);
    bottom: 530px;

  }
  .opportunities__label::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 72px;
    height: 72px;
    background-image: url("../img/opportunities-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    right: -50px;
    bottom: -55px;
    transform: rotate(-11.32deg);
  }