@font-face {
  font-family: "CeraPro";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/CeraPro/CeraPro-Regular.otf") format("truetype"); }

@font-face {
  font-family: "CeraPro";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/CeraPro/CeraPro-Bold.otf") format("truetype"); }

@font-face {
  font-family: "Comfortaa";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Comfortaa/Comfortaa-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Comfortaa";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Comfortaa/Comfortaa.ttf") format("truetype"); }

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

input::-webkit-input-placeholder {
  color: #888;
  opacity: 1; }

input::-ms-input-placeholder {
  color: #888;
  opacity: 1; }

input::placeholder {
  color: #888;
  opacity: 1; }

body input:required:valid {
  color: #888;
  opacity: 1; }

body textarea:required:valid {
  color: #888;
  opacity: 1; }

body input:focus:required:invalid {
  opacity: 1;
  border-color: #EB5757; }

body textarea:focus:required:invalid {
  opacity: 1;
  border-color: #EB5757; }

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

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

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

html, body {
  height: 100%; }

body {
  background: #FDF9F9;
  font-size: 18px;
  line-height: 1.33;
  min-width: 320px;
  color: #000;
  position: relative;
  font-family: "CeraPro";
  overflow-x: hidden;
  opacity: 1; }
  @media (max-width: 1230px) {
    body {
      font-size: 18px; } }
  @media (max-width: 767px) {
    body {
      font-size: 18px; } }

body.noscroll {
  overflow-y: hidden !important; }

button:focus {
  outline: 0; }

.mfp-wrap {
  overflow-y: scroll; }

input,
form {
  margin: 0;
  padding: 0;
  border: none; }
  input .invalid-field,
  form .invalid-field {
    border-color: #E8523C !important; }

textarea {
  resize: none; }

textarea:focus,
input:focus {
  outline: none; }

a {
  outline: none;
  color: #0054B9;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline;
    color: #0054B9; }

p {
  margin: 0 0 14px; }

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

.wrapper {
  width: 1230px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto; }
  @media (max-width: 1230px) {
    .wrapper {
      width: 767px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .wrapper {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }

.wrapper-big {
  width: 1380px;
  margin: 0 auto; }
  @media (max-width: 1230px) {
    .wrapper-big {
      width: 767px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .wrapper-big {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 1231px) {
  .hidden-lg {
    display: none !important; } }

@media (max-width: 1230px) {
  .hidden-md {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-md.visible-xs {
    display: block !important; } }

.visible-xs {
  display: none; }
  @media (max-width: 767px) {
    .visible-xs {
      display: block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

.accent {
  color: #c7ff00; }

.h1 {
  font-weight: 700;
  font-size: 64px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0; }

.h2 {
  font-size: 48px;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  margin-top: 0; }
  @media (max-width: 767px) {
    .h2 {
      font-size: 18px; } }

.h3 {
  font-size: 40px;
  font-weight: 400;
  text-transform: none;
  margin-top: 0; }

.h1-desc {
  text-align: center; }
  .h1-desc .h1 {
    margin-bottom: 6px; }
  .h1-desc p {
    font-size: 24px;
    color: #000;
    margin-bottom: 0; }

.h2-desc {
  text-align: center; }
  .h2-desc .h2 {
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .h2-desc .h2 {
        margin-bottom: 8px; } }
  .h2-desc p {
    font-size: 24px;
    color: #000;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .h2-desc p {
        font-size: 16px; } }

.radio-cont {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
    cursor-color: #4a4a4a;
  display: inline-block;
  margin-right: 40px;
  line-height: 1.3; }
  .radio-cont input {
    display: none; }
    .radio-cont input:checked ~ .checkmark {
      border-color: #c7ff00; }
      .radio-cont input:checked ~ .checkmark:after {
        display: block; }
  .radio-cont .checkmark {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 2px #d8d8d8;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    top: 0;
    left: 0; }
    .radio-cont .checkmark:after {
      content: '';
      display: none;
      position: absolute;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #c7ff00;
      top: 3px;
      left: 3px; }

.btn {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  line-height: normal;
  text-align: center;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: none;
  font-size: 18px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  width: 294px;
  height: 60px;
  line-height: 60px;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .btn .text {
    position: relative;
    z-index: 10; }
  .btn .btn-overlay {
    position: absolute;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left bottom, left top, from(#E34630), to(#E34630));
    background: -webkit-linear-gradient(bottom, #E34630, #E34630);
    background: -o-linear-gradient(bottom, #E34630, #E34630);
    background: linear-gradient(0deg, #E34630, #E34630);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .btn:hover, .btn:active, .btn:focus {
    color: #ffffff;
    text-decoration: none; }
    .btn:hover .btn-overlay, .btn:active .btn-overlay, .btn:focus .btn-overlay {
      background: -webkit-gradient(linear, left bottom, left top, from(#C9402D), to(#C9402D));
      background: -webkit-linear-gradient(bottom, #C9402D, #C9402D);
      background: -o-linear-gradient(bottom, #C9402D, #C9402D);
      background: linear-gradient(0deg, #C9402D, #C9402D);
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
  .btn.btn-outline {
    background: #ffffff; }
    .btn.btn-outline:hover, .btn.btn-outline:active, .btn.btn-outline:focus {
      background-color: #c7ff00;
      border-color: #c7ff00; }
  .btn.btn-full {
    width: 100%; }
  .btn.btn-small {
    padding: 8px 16px 8px;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline; }
  .btn.btn-big {
    padding-left: 63px;
    padding-right: 63px; }

.header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 140px;
  padding-top: 44px; }
  @media (max-width: 1230px) {
    .header {
      padding-top: 27px;
      height: 118px; } }
  @media (max-width: 767px) {
    .header {
      padding-top: 20px;
      padding-left: 5px;
      height: 86px; } }
  @media (max-width: 767px) {
    .header .wrapper {
      position: relative;
      z-index: 30; } }
  .header.active .mobile-menu {
    display: block; }
  .header.active .burger-cont {
    display: none; }
  .header.active .close-cont {
    display: block; }
  .header.active .header__menu .center a {
    color: #ffffff !important; }
  .header.active .langs__menu a {
    color: #ffffff; }
  .header .mobile-menu {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 100%;
    padding-top: 20px;
    z-index: 20;
    display: none; }
    .header .mobile-menu .over {
      position: absolute;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: #E8523C;
      width: 150vw;
      height: 150vw;
      left: 50%;
      -webkit-transform: translate(-50%, 75vw);
          -ms-transform: translate(-50%, 75vw);
              transform: translate(-50%, 75vw);
      bottom: 100%; }
    .header .mobile-menu ul {
      width: 100%;
      position: relative; }
      .header .mobile-menu ul li {
        margin-bottom: 15px; }
        .header .mobile-menu ul li a {
          font-size: 24px;
          line-height: normal;
          color: #FFFFFF; }
  .header .burger-cont {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #E8523C;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    cursor: pointer;
    z-index: 30; }
    .header .burger-cont img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .header .close-cont {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #E8523C;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    cursor: pointer;
    z-index: 30;
    display: none; }
    .header .close-cont img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-140px);
        -ms-transform: translateY(-140px);
            transform: translateY(-140px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .header .overlay.active {
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px); }
    @media (max-width: 767px) {
      .header .overlay {
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px); } }
  .header__logo {
    display: inline-block;
    width: 200px; }
    .header__logo img {
      width: 100%;
      height: auto; }
  .header__btn {
    float: right; }
  .header__burger-cont {
    width: 30px;
    display: none; }
  .header .langs__menu {
    text-align: center;
    padding-top: 24px;
    position: relative;
    z-index: 2; }
    @media (max-width: 1230px) {
      .header .langs__menu {
        padding-top: 18px; } }
    @media (max-width: 767px) {
      .header .langs__menu {
        padding-top: 5px;
        text-align: left; } }
    .header .langs__menu a {
      display: inline-block;
      font-size: 18px;
      line-height: normal;
      color: #000000;
      text-decoration: none;
      margin-right: 32px; }
      @media (max-width: 767px) {
        .header .langs__menu a {
          margin-right: 20px; } }
      .header .langs__menu a.active {
        color: #FFBB48;
        text-decoration: underline;
        font-weight: 70; }
      .header .langs__menu a:last-child {
        margin-right: 0; }
  .header .header__menu {
    position: relative; }
    .header .header__menu:after {
      content: '';
      display: block;
      clear: both; }
    .header .header__menu .left {
      float: left;
      text-align: right;
      width: 435px; }
      @media (max-width: 1230px) {
        .header .header__menu .left {
          width: 260px; } }
      .header .header__menu .left a {
        margin-left: 60px;
        display: inline-block;
        font-weight: normal;
        font-size: 14px;
        line-height: normal;
        color: #000000;
        font-family: "Comfortaa"; }
        @media (max-width: 1230px) {
          .header .header__menu .left a {
            margin-left: 30px; } }
    .header .header__menu .right {
      float: right;
      width: 435px;
      text-align-last: left; }
      @media (max-width: 1230px) {
        .header .header__menu .right {
          width: 260px; } }
      .header .header__menu .right a {
        margin-right: 60px;
        display: inline-block;
        font-weight: normal;
        font-size: 14px;
        line-height: normal;
        color: #000000;
        font-family: "Comfortaa"; }
        @media (max-width: 1230px) {
          .header .header__menu .right a {
            margin-right: 30px; } }
    .header .header__menu .center {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 18px;
      line-height: normal;
      font-weight: 700; }
      @media (max-width: 767px) {
        .header .header__menu .center {
          position: relative;
          left: 0;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }
      .header .header__menu .center a {
        color: #222222; }
        .header .header__menu .center a:hover {
          text-decoration: none; }

.text-gradient {
  color: #e0952f;
  background: -webkit-linear-gradient(0deg, #F2D031, #E0952F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.section-1 {
  padding-top: 245px;
  padding-bottom: 31px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 10; }
  @media (max-width: 767px) {
    .section-1 {
      max-width: 100vw;
      overflow: hidden;
      padding-top: 130px;
      padding-bottom: 0;
      border-bottom: none; } }
  .section-1 .wrapper {
    position: relative; }
  .section-1 .bg-1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    z-index: 5; }
    @media (max-width: 1330px) {
      .section-1 .bg-1 {
        display: none; } }
  .section-1 .bg-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 90%;
    width: auto;
    z-index: 5; }
    @media (max-width: 1330px) {
      .section-1 .bg-2 {
        display: none; } }
  .section-1 .bg-3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 150%;
    width: auto;
    z-index: 1; }
    @media (max-width: 767px) {
      .section-1 .bg-3 {
        display: none; } }
  .section-1 .bg-4 {
    position: absolute;
    top: 0;
    right: 0;
    height: 131%;
    width: auto;
    z-index: 1; }
    @media (max-width: 767px) {
      .section-1 .bg-4 {
        display: none; } }
  .section-1 .bg-5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .section-1 .bg-6 {
    position: absolute;
    bottom: -350px;
    left: -80px;
    z-index: 2; }
  .section-1 .content {
    width: 590px;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 767px) {
      .section-1 .content {
        width: 100%; } }
  .section-1 .h1-desc {
    margin-bottom: 44px; }
    @media (max-width: 767px) {
      .section-1 .h1-desc {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .section-1 .h1-desc .h1 {
        font-size: 31px; } }
    @media (max-width: 767px) {
      .section-1 .h1-desc p {
        font-size: 16px; } }
  .section-1 .desc {
    font-size: 14px;
    line-height: 24px;
    font-family: "Comfortaa";
    padding: 0 38px;
    margin-bottom: 132px; }
    @media (max-width: 767px) {
      .section-1 .desc {
        padding: 0;
        margin-bottom: 100vw; } }
    @media (max-width: 767px) {
      .section-1 .desc br {
        display: none; } }
  .section-1 .btn-cont {
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .section-1 .btn-cont {
        margin-bottom: 0; } }
  .section-1 .scroll-cont {
    text-align: center; }
    @media (max-width: 767px) {
      .section-1 .scroll-cont {
        display: none; } }
  .section-1 .scroll {
    display: block;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    display: inline-block; }
    .section-1 .scroll .text {
      display: block;
      color: #000000;
      text-decoration: underline;
      font-weight: 400; }
    .section-1 .scroll:hover {
      text-decoration: none; }

.section-2 {
  position: relative;
  z-index: 5;
  padding-top: 243px;
  padding-bottom: 240px;
  overflow: hidden; }
  @media (max-width: 1230px) {
    .section-2 {
      overflow: hidden;
      padding-top: 180px; } }
  @media (max-width: 767px) {
    .section-2 {
      padding-top: 68px;
      padding-bottom: 13px; } }
  .section-2 .wrapper {
    position: relative; }
  .section-2 .bg-1 {
    position: absolute;
    width: 700px;
    right: 0;
    top: 120px;
    -webkit-transform: translateX(130px);
        -ms-transform: translateX(130px);
            transform: translateX(130px); }
    @media (max-width: 1230px) {
      .section-2 .bg-1 {
        width: 400px;
        top: 200px; } }
    @media (max-width: 767px) {
      .section-2 .bg-1 {
        position: relative;
        width: 100%;
        top: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .section-2 .bg-2 {
    position: absolute;
    top: 300px;
    right: 0; }
  .section-2 .bg-3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
  .section-2 .h2 {
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .section-2 .h2 {
        margin-bottom: 26px; } }
  .section-2 .content {
    width: 565px;
    line-height: 56px;
    font-family: "Comfortaa";
    color: rgba(34, 34, 34, 0.8); }
    @media (max-width: 1230px) {
      .section-2 .content {
        width: 500px; } }
    @media (max-width: 767px) {
      .section-2 .content {
        width: 100%;
        text-align: center;
        line-height: 28px; } }
    .section-2 .content .title {
      font-weight: 700;
      font-size: 36px;
      margin-bottom: 45px; }
      @media (max-width: 767px) {
        .section-2 .content .title {
          font-size: 16px;
          margin-bottom: 25px; } }
    .section-2 .content p {
      font-weight: 400;
      font-size: 20px; }
      @media (max-width: 767px) {
        .section-2 .content p {
          font-size: 14px; } }

.section-3 {
  padding-bottom: 35vw;
  position: relative;
  z-index: 3;
  max-width: 100vw; }
  @media (max-width: 767px) {
    .section-3 {
      padding-top: 60px;
      width: 100vw;
      padding-bottom: 50vw; } }
  .section-3 .wrapper {
    position: relative; }
  .section-3 .bg-1 {
    position: absolute;
    left: 0;
    top: -250px; }
    @media (max-width: 1230px) {
      .section-3 .bg-1 {
        top: -360px;
        width: 350px; } }
    @media (max-width: 767px) {
      .section-3 .bg-1 {
        display: none; } }
  .section-3 .bg-2 {
    position: absolute;
    right: 0px;
    bottom: -160px; }
  .section-3 .bg-3 {
    position: absolute;
    bottom: -3.85vw;
    width: 100%;
    left: 0; }
  .section-3 .bg-4 {
    display: none; }
    @media (max-width: 767px) {
      .section-3 .bg-4 {
        display: block;
        position: absolute;
        bottom: -3.85vw;
        width: 100%;
        left: 0; } }
  .section-3 .h2-desc {
    margin-bottom: 92px; }
    @media (max-width: 767px) {
      .section-3 .h2-desc {
        margin-bottom: 72px; } }
  .section-3 .features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .section-3 .features {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .section-3 .features .feature {
      -webkit-flex-basis: 284px;
          -ms-flex-preferred-size: 284px;
              flex-basis: 284px;
      text-align: center;
      margin-bottom: 100px; }
      @media (max-width: 767px) {
        .section-3 .features .feature {
          margin-bottom: 56px;
          max-width: 320px; } }
      .section-3 .features .feature:nth-child(3n+2) {
        margin-left: 50px;
        margin-right: 50px; }
        @media (max-width: 1230px) {
          .section-3 .features .feature:nth-child(3n+2) {
            margin-left: 0;
            margin-right: 0; } }
      .section-3 .features .feature .img-cont {
        margin-bottom: 31px; }
      .section-3 .features .feature p {
        font-size: 18px;
        line-height: 28px; }
  .section-3 .btn-cont {
    text-align: center;
    margin-top: -50px; }
    @media (max-width: 1230px) {
      .section-3 .btn-cont {
        margin-top: -20px; } }

.section-4 {
  position: relative;
  z-index: 2;
  padding-top: 99px;
  padding-bottom: 130px; }
  @media (max-width: 767px) {
    .section-4 {
      padding-top: 55px;
      padding-bottom: 70px; } }
  .section-4 .bg-grad {
    background: -webkit-linear-gradient(307.08deg, rgba(224, 47, 47, 0.6) 0.02%, rgba(255, 147, 0, 0.6) 97.99%);
    background: -o-linear-gradient(307.08deg, rgba(224, 47, 47, 0.6) 0.02%, rgba(255, 147, 0, 0.6) 97.99%);
    background: linear-gradient(142.92deg, rgba(224, 47, 47, 0.6) 0.02%, rgba(255, 147, 0, 0.6) 97.99%);
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .section-4 .bg-grad:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      border: 25vw solid #FDF9F9;
      border-top-width: 25px;
      border-bottom-width: 25px;
      border-top-color: transparent;
      border-right-color: transparent; }
      @media (max-width: 767px) {
        .section-4 .bg-grad:after {
          border: 25vw solid #FDF9F9;
          border-top-width: 15px;
          border-bottom-width: 15px;
          border-top-color: transparent;
          border-right-color: transparent; } }
    .section-4 .bg-grad:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      border: 25vw solid #FDF9F9;
      border-top-width: 25px;
      border-bottom-width: 25px;
      border-top-color: transparent;
      border-left-color: transparent; }
      @media (max-width: 767px) {
        .section-4 .bg-grad:before {
          border: 25vw solid #FDF9F9;
          border-top-width: 15px;
          border-bottom-width: 15px;
          border-top-color: transparent;
          border-left-color: transparent; } }
  .section-4 .bg-decor {
    background-image: url(../img/bg-4-2.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
  .section-4 .bg-1 {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 5; }
  .section-4 .bg-3 {
    position: absolute;
    right: 0;
    bottom: -310px;
    z-index: 15; }
    @media (max-width: 1230px) {
      .section-4 .bg-3 {
        width: 220px;
        bottom: -210px; } }
  .section-4 .wrapper {
    position: relative;
    z-index: 10; }
    .section-4 .wrapper .h2-desc {
      color: #ffffff;
      margin-bottom: 76px; }
      @media (max-width: 767px) {
        .section-4 .wrapper .h2-desc {
          margin-bottom: 54px; } }
      .section-4 .wrapper .h2-desc p {
        color: #ffffff; }
  .section-4 .btn-cont {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center; }
    @media (max-width: 767px) {
      .section-4 .btn-cont {
        bottom: -10px; } }
  .section-4 .products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .section-4 .products {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .section-4 .products .product {
      -webkit-flex-basis: 345px;
          -ms-flex-preferred-size: 345px;
              flex-basis: 345px;
      width: 345px;
      margin-bottom: 70px; }
      @media (max-width: 767px) {
        .section-4 .products .product {
          width: 100%;
          -webkit-flex-basis: auto;
              -ms-flex-preferred-size: auto;
                  flex-basis: auto;
          margin-bottom: 45px; } }
      .section-4 .products .product .img-cont {
        width: 345px;
        height: 354px;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        margin-bottom: 25px; }
        @media (max-width: 767px) {
          .section-4 .products .product .img-cont {
            width: 100%;
            height: auto; } }
        .section-4 .products .product .img-cont img {
          width: 100%;
          height: 100%;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
      .section-4 .products .product .text {
        font-size: 36px;
        line-height: 34px;
        color: #FFFFFF;
        font-weight: 700;
        text-align: center;
        opacity: 0.64;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
      .section-4 .products .product:hover, .section-4 .products .product:active, .section-4 .products .product:focus {
        text-decoration: none; }
        .section-4 .products .product:hover .text, .section-4 .products .product:active .text, .section-4 .products .product:focus .text {
          opacity: 1; }
        .section-4 .products .product:hover .img-cont img, .section-4 .products .product:active .img-cont img, .section-4 .products .product:focus .img-cont img {
          -webkit-transform: scale(1.02);
              -ms-transform: scale(1.02);
                  transform: scale(1.02); }

.section-5 {
  padding-top: 150px;
  padding-bottom: 47px;
  overflow-x: hidden; }
  @media (max-width: 1230px) {
    .section-5 {
      overflow: hidden; } }
  @media (max-width: 767px) {
    .section-5 {
      padding-top: 80px;
      padding-bottom: 45px; } }
  .section-5 .h2-desc {
    margin-bottom: 90px; }
    @media (max-width: 767px) {
      .section-5 .h2-desc {
        margin-bottom: 30px; } }
  .section-5 .img-switcher {
    position: relative; }
    .section-5 .img-switcher .img-cont {
      position: absolute;
      top: 0;
      left: 430.2971px;
      width: 329.4058px; }
      .section-5 .img-switcher .img-cont .big-img {
        display: none;
        -webkit-border-radius: 30px;
                border-radius: 30px;
        width: 100%; }
        .section-5 .img-switcher .img-cont .big-img.active {
          display: block; }
      .section-5 .img-switcher .img-cont .star1 {
        position: absolute;
        top: -17px;
        right: -2px; }
      .section-5 .img-switcher .img-cont .star2 {
        position: absolute;
        bottom: -5px;
        left: -15px; }
    .section-5 .img-switcher .controls {
      padding-top: 103.47826px; }
      .section-5 .img-switcher .controls .control-row {
        background: -webkit-linear-gradient(178.52deg, rgba(224, 149, 47, 0.2) 2.33%, rgba(242, 208, 49, 0.2) 98.13%);
        background: -o-linear-gradient(178.52deg, rgba(224, 149, 47, 0.2) 2.33%, rgba(242, 208, 49, 0.2) 98.13%);
        background: linear-gradient(271.48deg, rgba(224, 149, 47, 0.2) 2.33%, rgba(242, 208, 49, 0.2) 98.13%);
        -webkit-border-radius: 30px;
                border-radius: 30px;
        margin-bottom: 93.13043px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .section-5 .img-switcher .controls .control-row .control {
          position: relative;
          width: 430.2971px;
          -webkit-flex-basis: 430.2971px;
              -ms-flex-preferred-size: 430.2971px;
                  flex-basis: 430.2971px;
          -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          cursor: pointer; }
          .section-5 .img-switcher .controls .control-row .control .text {
            font-weight: bold;
            font-size: 15.52174px;
            line-height: 29.31884px;
            color: #222222;
            font-family: "Comfortaa";
            padding-top: 19.83333px;
            padding-bottom: 19.83333px; }
          .section-5 .img-switcher .controls .control-row .control .plus-cont {
            position: absolute;
            color: #ffffff;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            width: 32.76812px;
            height: 34.49275px;
            background: #E34630;
            font-size: 20.69565px;
            line-height: 1;
            text-transform: uppercase;
            top: -10.34783px; }
            .section-5 .img-switcher .controls .control-row .control .plus-cont span {
              position: absolute;
              top: 6.03623px;
              left: 50%;
              -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                      transform: translateX(-50%);
              display: block; }
          .section-5 .img-switcher .controls .control-row .control:first-child {
            margin-right: 329.4058px;
            text-align: right;
            padding-right: 43.11594px;
            -webkit-border-top-left-radius: 30px;
                    border-top-left-radius: 30px;
            -webkit-border-bottom-left-radius: 30px;
                    border-bottom-left-radius: 30px; }
            .section-5 .img-switcher .controls .control-row .control:first-child .text {
              padding-left: 51.73913px; }
          .section-5 .img-switcher .controls .control-row .control:last-child {
            padding-left: 43.11594px;
            -webkit-border-top-right-radius: 30px;
                    border-top-right-radius: 30px;
            -webkit-border-bottom-right-radius: 30px;
                    border-bottom-right-radius: 30px; }
            .section-5 .img-switcher .controls .control-row .control:last-child .plus-cont {
              right: 0; }
          .section-5 .img-switcher .controls .control-row .control.active {
            background: -webkit-linear-gradient(179.34deg, #E34630 2.33%, #FF8B72 98.13%);
            background: -o-linear-gradient(179.34deg, #E34630 2.33%, #FF8B72 98.13%);
            background: linear-gradient(270.66deg, #E34630 2.33%, #FF8B72 98.13%);
            -webkit-box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.1);
                    box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.1); }
            .section-5 .img-switcher .controls .control-row .control.active .text {
              color: #ffffff; }
            .section-5 .img-switcher .controls .control-row .control.active .plus-cont {
              background: #ffffff;
              color: #e8523c; }
  .section-5 .text-desc {
    font-size: 36px;
    line-height: normal;
    text-align: center;
    color: #000000;
    padding-top: 85px;
    max-width: 1064px;
    margin: 0 auto; }
    @media (max-width: 1230px) {
      .section-5 .text-desc {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .section-5 .text-desc {
        padding-top: 50px;
        font-size: 23px; } }
    .section-5 .text-desc .accent-red {
      font-weight: 700; }
  @media (max-width: 767px) {
    .section-5 .img-carousel {
      width: 80%; } }
  .section-5 .img-carousel .slick-list {
    overflow: visible;
    position: relative; }
    .section-5 .img-carousel .slick-list:before {
      content: '';
      display: block;
      position: absolute;
      width: 45%;
      height: 100%;
      right: 100%;
      top: 0;
      background: green;
      background: -webkit-gradient(linear, right top, left top, from(rgba(125, 185, 232, 0)), color-stop(60%, rgba(253, 249, 249, 0.9)));
      background: -webkit-linear-gradient(right, rgba(125, 185, 232, 0) 0%, rgba(253, 249, 249, 0.9) 60%);
      background: -o-linear-gradient(right, rgba(125, 185, 232, 0) 0%, rgba(253, 249, 249, 0.9) 60%);
      background: linear-gradient(to left, rgba(125, 185, 232, 0) 0%, rgba(253, 249, 249, 0.9) 60%);
      z-index: 3; }
    .section-5 .img-carousel .slick-list:after {
      content: '';
      display: block;
      position: absolute;
      width: 45%;
      height: 100%;
      left: 100%;
      top: 0;
      background: -webkit-gradient(linear, left top, right top, from(rgba(125, 185, 232, 0)), color-stop(60%, rgba(253, 249, 249, 0.9)));
      background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(253, 249, 249, 0.9) 60%);
      background: -o-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(253, 249, 249, 0.9) 60%);
      background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, rgba(253, 249, 249, 0.9) 60%);
      z-index: 3; }
    .section-5 .img-carousel .slick-list .slick-track {
      position: relative;
      z-index: 2; }
  .section-5 .img-carousel .slick-slide {
    padding: 23px 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #222222;
    font-family: "Comfortaa"; }
    @media (max-width: 767px) {
      .section-5 .img-carousel .slick-slide {
        padding: 13px 20px; } }
    .section-5 .img-carousel .slick-slide .img-cont {
      width: 100%;
      margin-bottom: 20px; }
      .section-5 .img-carousel .slick-slide .img-cont img {
        -webkit-border-radius: 30px;
                border-radius: 30px;
        width: 100%; }

.accent-red {
  color: #E8523C; }

.section-6 {
  position: relative;
  padding-top: 57px;
  overflow: hidden; }
  @media (max-width: 1230px) {
    .section-6 {
      overflow: hidden; } }
  .section-6 .h2-desc {
    margin-bottom: 165px; }
    @media (max-width: 767px) {
      .section-6 .h2-desc {
        margin-bottom: 68px; } }
  .section-6 .bg-1 {
    opacity: 0.1;
    position: absolute;
    z-index: 1;
    bottom: 157px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 767px) {
      .section-6 .bg-1 {
        display: none; } }
  .section-6 .bg-2 {
    position: absolute;
    top: -80px;
    left: 0;
    z-index: 4; }
    @media (max-width: 767px) {
      .section-6 .bg-2 {
        display: none; } }
  .section-6 .wrapper {
    position: relative;
    z-index: 5; }
  .section-6 .why-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .section-6 .why-cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .section-6 .why-cont .why {
      width: 472px;
      -webkit-flex-basis: 472px;
          -ms-flex-preferred-size: 472px;
              flex-basis: 472px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      text-align: center;
      margin-bottom: 120px; }
      @media (max-width: 1230px) {
        .section-6 .why-cont .why {
          width: 322px;
          -webkit-flex-basis: 322px;
              -ms-flex-preferred-size: 322px;
                  flex-basis: 322px; } }
      @media (max-width: 767px) {
        .section-6 .why-cont .why {
          width: 100%;
          -webkit-flex-basis: auto;
              -ms-flex-preferred-size: auto;
                  flex-basis: auto;
          margin-bottom: 75px; } }
      .section-6 .why-cont .why .title {
        font-size: 36px;
        line-height: normal;
        color: #000000;
        margin-bottom: 24px; }
        @media (max-width: 767px) {
          .section-6 .why-cont .why .title {
            font-weight: 700; } }
      .section-6 .why-cont .why .text {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        color: #000000; }

.panel-cloud {
  width: 1220px;
  margin: 0 auto; }
  @media (max-width: 1230px) {
    .panel-cloud {
      width: 767px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .panel-cloud {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  .panel-cloud .panel {
    background: -webkit-linear-gradient(179.03deg, #E34630 2.33%, #FF8B72 98.13%), -webkit-linear-gradient(179.03deg, #E0952F 2.33%, #F2D031 98.13%), #C4C4C4;
    background: -o-linear-gradient(179.03deg, #E34630 2.33%, #FF8B72 98.13%), -o-linear-gradient(179.03deg, #E0952F 2.33%, #F2D031 98.13%), #C4C4C4;
    background: linear-gradient(270.97deg, #E34630 2.33%, #FF8B72 98.13%), linear-gradient(270.97deg, #E0952F 2.33%, #F2D031 98.13%), #C4C4C4;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    padding: 29px 29px 26px;
    position: relative; }
    @media (max-width: 1230px) {
      .panel-cloud .panel {
        font-size: 18px;
        line-height: 1.4; } }
    @media (max-width: 767px) {
      .panel-cloud .panel {
        padding-left: 15px;
        padding-right: 15px; } }
    .panel-cloud .panel .bg-bg {
      position: absolute;
      top: -75px;
      right: -34px;
      z-index: 10; }

.section-8 {
  padding-top: 106px;
  padding-bottom: 40px;
  position: relative; }
  @media (max-width: 1230px) {
    .section-8 {
      overflow: hidden; } }
  @media (max-width: 767px) {
    .section-8 {
      padding-top: 56px;
      padding-bottom: 80px; } }
  .section-8 .wrapper {
    position: relative;
    width: 1058px; }
    @media (max-width: 1230px) {
      .section-8 .wrapper {
        width: 737px; } }
    @media (max-width: 767px) {
      .section-8 .wrapper {
        width: 100%; } }
  .section-8 .bg-1 {
    position: absolute;
    top: 100px;
    left: 0; }
    @media (max-width: 767px) {
      .section-8 .bg-1 {
        display: none; } }
  .section-8 .bg-2 {
    position: absolute;
    top: 200px;
    left: -130px; }
    @media (max-width: 767px) {
      .section-8 .bg-2 {
        display: none; } }
  .section-8 .bg-3 {
    position: absolute;
    right: 0;
    top: 80px; }
    @media (max-width: 767px) {
      .section-8 .bg-3 {
        display: none; } }
  .section-8 .h2-desc {
    margin-bottom: 129px; }
    @media (max-width: 767px) {
      .section-8 .h2-desc {
        margin-bottom: 50px; } }
  .section-8 .feedback-cont {
    margin-bottom: 110px;
    position: relative;
    padding-left: 288px;
    padding-top: 40px;
    min-height: 223px; }
    @media (max-width: 767px) {
      .section-8 .feedback-cont {
        display: none;
        padding-left: 0;
        padding-top: 0;
        text-align: center;
        min-height: auto;
        margin-bottom: 24px; }
        .section-8 .feedback-cont.active {
          display: block; } }
    .section-8 .feedback-cont .title {
      font-size: 24px;
      line-height: normal;
      color: #000000;
      margin-bottom: 32px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .section-8 .feedback-cont .title {
          margin-bottom: 17px; } }
    .section-8 .feedback-cont .text {
      font-size: 18px;
      line-height: 28px;
      color: #000000; }
    .section-8 .feedback-cont .img-cont {
      position: absolute;
      width: 223px;
      height: 223px;
      top: 0;
      left: 0; }
      @media (max-width: 767px) {
        .section-8 .feedback-cont .img-cont {
          position: relative;
          margin-bottom: 30px;
          display: inline-block; } }
      .section-8 .feedback-cont .img-cont img {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
  .section-8 .feedback-controls {
    text-align: center; }
    .section-8 .feedback-controls .control {
      width: 20px;
      height: 20px;
      background-color: #E8523C;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      display: inline-block;
      margin-right: 23px;
      position: relative; }
      .section-8 .feedback-controls .control:last-child {
        margin-right: 0; }
      .section-8 .feedback-controls .control.active:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: #ffffff;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
                border-radius: 50%; }

.footer {
  height: 155px;
  background: -webkit-linear-gradient(178.95deg, #E34630 2.33%, #FF8B72 98.13%), #C4C4C4;
  background: -o-linear-gradient(178.95deg, #E34630 2.33%, #FF8B72 98.13%), #C4C4C4;
  background: linear-gradient(271.05deg, #E34630 2.33%, #FF8B72 98.13%), #C4C4C4;
  position: relative; }
  @media (max-width: 767px) {
    .footer {
      height: auto;
      padding-bottom: 40px; } }
  .footer .underline {
    font-weight: 700; }
  .footer .btn-cont {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -29px; }
  .footer .left {
    float: left;
    font-size: 18px;
    line-height: 34px;
    color: #FFFFFF;
    padding-top: 75px; }
    @media (max-width: 767px) {
      .footer .left {
        float: none;
        padding-top: 0;
        text-align: center; } }
    .footer .left a {
      color: #ffffff;
      font-weight: 700;
      text-decoration: underline; }
  .footer .right {
    float: right;
    padding-top: 70px; }
    @media (max-width: 767px) {
      .footer .right {
        float: none;
        padding-top: 0;
        text-align: center;
        margin-bottom: 30px; } }
    .footer .right a {
      font-size: 30px;
      line-height: normal;
      color: #FFFFFF;
      font-weight: 600; }
  .footer .center {
    text-align: center;
    padding-top: 74px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 767px) {
      .footer .center {
        position: relative;
        margin-bottom: 34px;
        left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
    .footer .center .icon {
      display: inline-block; }
      .footer .center .icon:first-child {
        margin-right: 60px; }
      .footer .center .icon:hover {
        text-decoration: none; }

.up {
  position: fixed;
  width: 43px;
  height: 43px;
  right: 85px;
  bottom: 85px;
  background: #e34630;
  z-index: 100;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  @media (max-width: 1230px) {
    .up {
      right: 45px;
      bottom: 45px; } }
  @media (max-width: 767px) {
    .up {
      display: none; } }
  .up img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 16px; }
  .up:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    background: #C9402D; }

.mobile-over {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 10;
  background: transparent; }
  .mobile-over.active {
    display: block; }

.underline {
  text-decoration: underline; }

.popup {
  position: relative;
  background: #fff;
  margin: 20px auto;
  padding: 45px;
  padding-bottom: 50px;
  border: none; }
  .popup.popup--small {
    width: 418px;
    background-image: url(../img/popup_bg.png);
    background-position: bottom center;
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    padding: 83px 62px 79px; }
    @media (max-width: 767px) {
      .popup.popup--small {
        max-width: 100%;
        padding: 56px 20px 73px; } }
  .popup .form {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 767px) {
      .popup .form {
        width: 100%; } }
    .popup .form .form-name {
      font-size: 24px;
      line-height: 34px;
      text-align: center;
      color: #000000;
      margin-bottom: 38px;
      font-weight: 700; }
    .popup .form .form-desc {
      font-size: 18px;
      line-height: 28px;
      text-align: center;
      color: #000000;
      margin-top: -10px;
      margin-bottom: 115px; }
    .popup .form .input-cont {
      margin-bottom: 17px;
      width: 100%; }
      .popup .form .input-cont input {
        background: #FFFFFF;
        border: 1px solid #F5F5F5;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-border-radius: 30px;
                border-radius: 30px;
        width: 100%;
        height: 46px;
        line-height: 46px;
        font-size: 14px;
        text-align: center; }
    .popup .form .btn-cont {
      padding-top: 3px; }
      .popup .form .btn-cont .btn {
        padding: 0; }
        @media (max-width: 767px) {
          .popup .form .btn-cont .btn {
            width: 100%; } }
      .popup .form .btn-cont .btn-overlay {
        width: 100%; }
    .popup .form .textarea-desc {
      font-size: 18px;
      line-height: 2; }
    .popup .form textarea {
      border: none;
      background: #ffffff;
      width: 100%;
      padding: 16px; }
    .popup .form .error {
      position: absolute;
      width: 120%;
      font-size: 18px;
      line-height: 34px;
      color: #E34630;
      font-weight: 700;
      text-align: center;
      left: 50%;
      -webkit-transform: translate(-50%, 20px);
          -ms-transform: translate(-50%, 20px);
              transform: translate(-50%, 20px);
      display: none; }
    .popup .form .invalid-form .error {
      display: block; }

.mfp-close-btn-in .mfp-close {
  font-size: 48px;
  color: #c7ff00;
  top: 10px;
  right: 10px;
  opacity: 1; }
  .mfp-close-btn-in .mfp-close img {
    position: absolute;
    z-index: 0;
    width: 21px;
    height: 21px;
    padding: 0;
    opacity: 1; }

.popup.popup-catalog {
  width: 1440px;
  padding: 60px 60px 80px;
  max-width: 98vw; }
  @media (max-width: 1480px) {
    .popup.popup-catalog {
      width: 1190px;
      padding: 50px 50px 60px; } }
  @media (max-width: 1230px) {
    .popup.popup-catalog {
      width: 737px;
      padding: 30px 30px 40px; } }
  @media (max-width: 767px) {
    .popup.popup-catalog {
      width: 100%;
      padding: 15px 15px 15px; } }
  .popup.popup-catalog .mfp-close {
    top: 30px;
    right: 30px; }
    @media (max-width: 1230px) {
      .popup.popup-catalog .mfp-close {
        top: 16px;
        right: 16px; } }
  .popup.popup-catalog .controls-content {
    position: absolute;
    right: 102px;
    bottom: 132px;
    z-index: 10;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (max-width: 1480px) {
      .popup.popup-catalog .controls-content {
        right: 84.29167px;
        bottom: 109.08333px; } }
    @media (max-width: 1230px) {
      .popup.popup-catalog .controls-content {
        right: 40px;
        bottom: 44px; } }
    @media (max-width: 767px) {
      .popup.popup-catalog .controls-content {
        right: 50%;
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%);
        bottom: 16px; } }
    .popup.popup-catalog .controls-content .control {
      cursor: pointer;
      display: inline-block; }
      .popup.popup-catalog .controls-content .control.left {
        margin-right: 75px; }
        @media (max-width: 1480px) {
          .popup.popup-catalog .controls-content .control.left {
            margin-right: 61.97917px; } }
        @media (max-width: 1230px) {
          .popup.popup-catalog .controls-content .control.left {
            margin-right: 40px; } }
        @media (max-width: 767px) {
          .popup.popup-catalog .controls-content .control.left {
            margin-right: 60px; } }
      .popup.popup-catalog .controls-content .control.active svg path {
        fill: #E8523C; }
      @media (max-width: 767px) {
        .popup.popup-catalog .controls-content .control svg {
          width: 20px; } }
  .popup.popup-catalog .content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none; }
    @media (max-width: 767px) {
      .popup.popup-catalog .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .popup.popup-catalog .content.active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .popup.popup-catalog .content .text-cont {
      -webkit-flex-basis: 576px;
          -ms-flex-preferred-size: 576px;
              flex-basis: 576px;
      width: 576px;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      position: relative;
      padding-top: 50px; }
      @media (max-width: 1480px) {
        .popup.popup-catalog .content .text-cont {
          -webkit-flex-basis: 476px;
              -ms-flex-preferred-size: 476px;
                  flex-basis: 476px;
          width: 476px;
          padding-top: 41.31944px; } }
      @media (max-width: 1230px) {
        .popup.popup-catalog .content .text-cont {
          -webkit-flex-basis: 330px;
              -ms-flex-preferred-size: 330px;
                  flex-basis: 330px;
          padding-top: 0px;
          width: 330px; } }
      @media (max-width: 767px) {
        .popup.popup-catalog .content .text-cont {
          text-align: center;
          width: 100%;
          -webkit-flex-basis: auto;
              -ms-flex-preferred-size: auto;
                  flex-basis: auto;
          padding-bottom: 50px; } }
      .popup.popup-catalog .content .text-cont .title {
        font-size: 72px;
        line-height: normal;
        text-transform: uppercase;
        color: #E34630;
        margin-bottom: 50px;
        font-weight: 700; }
        @media (max-width: 1480px) {
          .popup.popup-catalog .content .text-cont .title {
            font-size: 59.5px;
            line-height: normal;
            text-transform: uppercase;
            color: #E34630;
            margin-bottom: 41.31944px;
            font-weight: 700; } }
        @media (max-width: 1230px) {
          .popup.popup-catalog .content .text-cont .title {
            font-size: 40px;
            margin-bottom: 10px; } }
      .popup.popup-catalog .content .text-cont .desc {
        font-size: 30px;
        line-height: 40px;
        color: #000000; }
        @media (max-width: 1480px) {
          .popup.popup-catalog .content .text-cont .desc {
            font-size: 24.79167px;
            line-height: 33.05556px; } }
        @media (max-width: 1230px) {
          .popup.popup-catalog .content .text-cont .desc {
            font-size: 18px;
            line-height: 1.3; } }
        @media (max-width: 767px) {
          .popup.popup-catalog .content .text-cont .desc {
            font-size: 16px; } }
      .popup.popup-catalog .content .text-cont .btn-cont {
        position: absolute;
        bottom: 40px;
        left: 0; }
        @media (max-width: 1480px) {
          .popup.popup-catalog .content .text-cont .btn-cont {
            bottom: 33.05556px; } }
        @media (max-width: 1230px) {
          .popup.popup-catalog .content .text-cont .btn-cont {
            bottom: 0px; }
            .popup.popup-catalog .content .text-cont .btn-cont .btn {
              width: 180px;
              height: 46px;
              line-height: 46px; } }
        @media (max-width: 767px) {
          .popup.popup-catalog .content .text-cont .btn-cont {
            position: relative;
            width: 100%;
            margin-top: 16px; }
            .popup.popup-catalog .content .text-cont .btn-cont .btn {
              width: 100%;
              height: 62px;
              line-height: 62px; } }
    .popup.popup-catalog .content .img-cont {
      -webkit-flex-basis: 680px;
          -ms-flex-preferred-size: 680px;
              flex-basis: 680px;
      width: 680px;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      position: relative; }
      @media (max-width: 1480px) {
        .popup.popup-catalog .content .img-cont {
          -webkit-flex-basis: 561.94444px;
              -ms-flex-preferred-size: 561.94444px;
                  flex-basis: 561.94444px;
          width: 561.94444px; } }
      @media (max-width: 1230px) {
        .popup.popup-catalog .content .img-cont {
          -webkit-flex-basis: 310px;
              -ms-flex-preferred-size: 310px;
                  flex-basis: 310px;
          width: 310px;
          height: 310px; } }
      @media (max-width: 767px) {
        .popup.popup-catalog .content .img-cont {
          -webkit-flex-basis: auto;
              -ms-flex-preferred-size: auto;
                  flex-basis: auto;
          width: 100%;
          height: auto;
          margin-bottom: 20px; } }
      .popup.popup-catalog .content .img-cont img {
        display: none;
        width: 100%;
        height: 100%;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        @media (max-width: 767px) {
          .popup.popup-catalog .content .img-cont img {
            width: 100%;
            height: auto; } }
        .popup.popup-catalog .content .img-cont img.active {
          display: block; }
      .popup.popup-catalog .content .img-cont .controls {
        position: absolute;
        right: 60px;
        bottom: 20px; }
        @media (max-width: 1230px) {
          .popup.popup-catalog .content .img-cont .controls {
            right: 40px;
            bottom: 16px; } }
        @media (max-width: 767px) {
          .popup.popup-catalog .content .img-cont .controls {
            right: 50%;
            -webkit-transform: translateX(50%);
                -ms-transform: translateX(50%);
                    transform: translateX(50%); } }
        .popup.popup-catalog .content .img-cont .controls .control {
          width: 20px;
          height: 20px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background-color: #E8523C;
          display: inline-block;
          margin-left: 16px;
          position: relative;
          cursor: pointer; }
          @media (max-width: 1230px) {
            .popup.popup-catalog .content .img-cont .controls .control {
              margin-left: 8px; } }
          .popup.popup-catalog .content .img-cont .controls .control.active:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            background: #ffffff;
            width: 14px;
            height: 14px;
            -webkit-border-radius: 50%;
                    border-radius: 50%; }

.popup.popup-action {
  width: 1020px;
  padding: 13px 17px 13px 50px;
  position: relative; }
  @media (max-width: 1230px) {
    .popup.popup-action {
      width: 737px;
      padding: 30px 30px 40px;
      padding: 10px 10px 10px 40px; } }
  @media (max-width: 767px) {
    .popup.popup-action {
      background: #ffffff;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 15px; } }
  .popup.popup-action .btn-cont {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -30px;
    z-index: 5; }
    @media (max-width: 767px) {
      .popup.popup-action .btn-cont {
        position: relative;
        left: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        bottom: 0;
        margin-top: 15px; }
        .popup.popup-action .btn-cont .btn {
          width: 100%; } }
  .popup.popup-action .bg-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media (max-width: 767px) {
      .popup.popup-action .bg-1 {
        display: none; } }
  .popup.popup-action .bg-2 {
    position: absolute;
    left: 274px;
    top: -20px; }
    @media (max-width: 1230px) {
      .popup.popup-action .bg-2 {
        left: 179px;
        top: -48px; } }
    @media (max-width: 767px) {
      .popup.popup-action .bg-2 {
        display: none; } }
  .popup.popup-action .content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .popup.popup-action .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .popup.popup-action .content .img-cont {
      -webkit-flex-basis: 512px;
          -ms-flex-preferred-size: 512px;
              flex-basis: 512px;
      width: 512px;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      position: relative;
      height: 515px;
      z-index: 3; }
      @media (max-width: 1230px) {
        .popup.popup-action .content .img-cont {
          -webkit-flex-basis: 350px;
              -ms-flex-preferred-size: 350px;
                  flex-basis: 350px;
          width: 350px;
          height: 350px; } }
      @media (max-width: 767px) {
        .popup.popup-action .content .img-cont {
          width: 100%;
          height: auto;
          margin-top: 30px;
          -webkit-flex-basis: auto;
              -ms-flex-preferred-size: auto;
                  flex-basis: auto; } }
      .popup.popup-action .content .img-cont img {
        display: none;
        width: 515px;
        height: 515px;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        @media (max-width: 1230px) {
          .popup.popup-action .content .img-cont img {
            width: 100%;
            height: 100%; } }
        @media (max-width: 767px) {
          .popup.popup-action .content .img-cont img {
            height: auto; } }
        .popup.popup-action .content .img-cont img.active {
          display: block; }
      .popup.popup-action .content .img-cont .controls {
        position: absolute;
        right: 16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .popup.popup-action .content .img-cont .controls .control {
          width: 20px;
          height: 20px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background-color: #E8523C;
          position: relative;
          cursor: pointer;
          margin-bottom: 16px; }
          .popup.popup-action .content .img-cont .controls .control.active:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            background: #ffffff;
            width: 14px;
            height: 14px;
            -webkit-border-radius: 50%;
                    border-radius: 50%; }
    .popup.popup-action .content .text-cont {
      padding-top: 25px;
      position: relative;
      z-index: 3;
      padding-right: 20px; }
      @media (max-width: 1230px) {
        .popup.popup-action .content .text-cont {
          padding-right: 0;
          /* text-align: center;  */
        } }
      @media (max-width: 767px) {
        .popup.popup-action .content .text-cont {
          text-align: center;
          padding-top: 35px; } }
      .popup.popup-action .content .text-cont .action {
        font-size: 24px;
        line-height: normal;
        text-transform: uppercase;
        color: #E34630;
        margin-bottom: 88px;
        font-weight: 700; }
        @media (max-width: 1230px) {
          .popup.popup-action .content .text-cont .action {
            margin-bottom: 30px; } }
        @media (max-width: 767px) {
          .popup.popup-action .content .text-cont .action {
            display: none; } }
      .popup.popup-action .content .text-cont .desc {
        font-size: 18px;
        line-height: normal;
        text-transform: uppercase;
        color: #000000;
        font-weight: 700;
        /* margin-left: -16px;  */
      }
        @media (max-width: 1230px) {
          .popup.popup-action .content .text-cont .desc {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .popup.popup-action .content .text-cont .desc {
            font-size: 16px;
            margin-left: 0; } }
      .popup.popup-action .content .text-cont .title {
        font-size: 72px;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        color: #000000;
        /* margin-left: -16px;  */
      }
        @media (max-width: 1230px) {
          .popup.popup-action .content .text-cont .title {
            font-size: 54px; } }
        @media (max-width: 767px) {
          .popup.popup-action .content .text-cont .title {
            font-size: 40px;
            margin-left: 0; } }
      .popup.popup-action .content .text-cont .price {
        font-size: 24px;
        line-height: normal;
        color: #000000;
        margin-bottom: 60px;
        /* text-align: center; */
       }
        @media (max-width: 1230px) {
          .popup.popup-action .content .text-cont .price {
            margin-bottom: 40px;
            font-size: 20px; } }
        @media (max-width: 767px) {
          .popup.popup-action .content .text-cont .price {
            font-size: 18px;
            margin-bottom: 10px; } }
        .popup.popup-action .content .text-cont .price .summ {
          color: #E8523C;
          font-size: 50px;
          font-weight: 700; }
          @media (max-width: 1230px) {
            .popup.popup-action .content .text-cont .price .summ {
              font-size: 42px; } }
          @media (max-width: 767px) {
            .popup.popup-action .content .text-cont .price .summ {
              font-size: 38px; } }
        .popup.popup-action .content .text-cont .price .accent-red {
          color: #E8523C;
          font-weight: 700;
          font-size: 32px;
        }
      .popup.popup-action .content .text-cont .desc2 {
        font-size: 24px;
        line-height: 40px;
        color: #000000;
        /* text-align: center; */
       }



.popup.popup-action .content .text-cont .desc2::after {
  content: '';

  display: inline-block;
  vertical-align: middle;

  width: 40px;
  height: 40px;

  background-image: url(../img/smile.png);
  background-size: cover;

}

        .popup.popup-action .content .text-cont .desc2 .accent-red {
          font-weight: 700; }
        @media (max-width: 1230px) {
          .popup.popup-action .content .text-cont .desc2 {
            font-size: 20px; } }
        @media (max-width: 767px) {
          .popup.popup-action .content .text-cont .desc2 {
            font-size: 18px;
            line-height: 25px; }
            .popup.popup-action .content .text-cont .desc2 img {
              width: 24px; } }

@media (max-width: 767px) {
  .popup-over {
    padding-top: 86px;
    background: #fdfafa; } }

.burger {
  display: block;
  width: 100%;
  cursor: pointer; }
  .burger span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: width 0.4s, -webkit-transform 0.4s;
    transition: width 0.4s, -webkit-transform 0.4s;
    -o-transition: transform 0.4s, width 0.4s;
    transition: transform 0.4s, width 0.4s;
    transition: transform 0.4s, width 0.4s, -webkit-transform 0.4s;
    position: relative;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center; }
    .burger span:last-child {
      margin-bottom: 0; }
  .burger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(8px) translateX(3px);
        -ms-transform: rotate(45deg) translateY(8px) translateX(3px);
            transform: rotate(45deg) translateY(8px) translateX(3px); }
  .burger.active span:nth-child(2) {
    width: 0; }
  .burger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-8px) translateX(3px);
        -ms-transform: rotate(-45deg) translateY(-8px) translateX(3px);
            transform: rotate(-45deg) translateY(-8px) translateX(3px); }
