@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700;900&display=swap");
@font-face {
  font-family: Seguo Ui;
  src: url("../fonts/seguo-ui.ttf");
  font-weight: 400; }
@font-face {
  font-family: Seguo Ui;
  src: url("../fonts/SegoeUI-Bold.ttf");
  font-weight: 700; }
@font-face {
  font-family: Seguo Ui;
  src: url("../fonts/SegoeUI-SemiBold.ttf");
  font-weight: 600; }
body {
  font-family: Seguo Ui; }

body h1, body h2, body h3, body h4, body h5 {
  font-family: Roboto Condensed; }

.screen1.thanks {
  padding: 14vw 0;
  background: url("../img/thanks-bg.png") no-repeat center;
  background-size: cover; }

.screen1.thanks a.main-btn {
  text-decoration: none;
  padding: 10px 30px 13px;
  color: black; }

.load_cart {
  position: relative;
  background: #4D4F52 !important;
  color: white !important; }

.load_cart:after {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid white;
  display: inline-block;
  border-right-color: #4D4F52;
  position: absolute;
  margin-left: 10px;
  margin-top: 5px;
  animation-name: rotate;
  animation-iteration-count: infinite;
  animation-duration: 0.5s;
  animation-timing-function: linear; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.mob-visible {
  display: none; }

.header {
  background: #27253B; }
  .header .flex-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0; }
    .header .flex-header .logo img {
      width: 250px; }
    .header .flex-header .phone-wrap .line {
      display: block;
      color: white;
      font-size: 15px;
      text-decoration: none;
      font-weight: 700; }
      .header .flex-header .phone-wrap .line:first-child {
        margin-bottom: 7px; }
      .header .flex-header .phone-wrap .line img {
        width: 18px;
        height: 18px;
        object-fit: contain;
        margin-right: 10px;
        position: relative;
        top: -2px; }
      .header .flex-header .phone-wrap .line span {
        font-weight: 400;
        color: #bfbfbf; }
  .header .header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #434255; }
    .header .header-bottom .main-menu-wrap {
      width: calc(100% - 200px); }
      .header .header-bottom .main-menu-wrap ul {
        padding: 0;
        margin: 0; }
        .header .header-bottom .main-menu-wrap ul li {
          list-style: none;
          display: inline-block;
          margin-right: 15px; }
          .header .header-bottom .main-menu-wrap ul li:not(:last-of-type):after {
            content: '|';
            display: inline-block;
            font-size: 18px;
            color: white;
            margin-left: 15px; }
          .header .header-bottom .main-menu-wrap ul li a {
            text-transform: uppercase;
            color: white;
            text-decoration: none;
            font-size: 18px; }
            .header .header-bottom .main-menu-wrap ul li a:hover {
              color: #FBD249; }
          .header .header-bottom .main-menu-wrap ul li:last-of-type {
            margin-right: 0; }

.main-btn {
  border: none;
  border-radius: 7px;
  background: #FBD249;
  height: 45px;
  color: black;
  font-size: 15px;
  padding: 0 20px;
  transition: 0.2s;
  outline: none;
  font-weight: 600; }
  .main-btn:hover {
    background: #DFB73F; }

.screen1 {
  padding: 70px 0;
  background: url("../img/bg1.png") no-repeat center;
  background-size: cover;
  position: relative; }
  .screen1:before {
    content: '';
    width: 10vw;
    height: 15vw;
    background: url("../img/before1.png") no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0; }
  .screen1:after {
    content: '';
    width: 25vw;
    height: 25vw;
    background: url("../img/after1.png") no-repeat right bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0; }
  .screen1 .container {
    position: relative;
    z-index: 1;
    padding: 0 80px; }
  .screen1 h1 {
    font-family: Seguo Ui;
    font-size: 38px;
    color: black;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase; }
  .screen1 h2 {
    font-size: 25px;
    text-transform: uppercase;
    margin: 10px 0; }
    .screen1 h2 span {
      color: #F5A641;
      margin: 0 15px; }
  .screen1 p {
    font-size: 18px;
    font-style: italic;
    margin: 0; }

.sale-wrap {
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px; }
  .sale-wrap .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 5px; }
    .sale-wrap .top h3 {
      font-size: 40px;
      margin: 0;
      color: #ED3833;
      font-weight: 700; }
    .sale-wrap .top span {
      font-size: 21px;
      color: black; }
      .sale-wrap .top span b {
        font-size: 34px; }
  .sale-wrap .sale-body {
    background: #27253B;
    padding: 15px 25px 25px;
    border-radius: 10px; }
    .sale-wrap .sale-body .heading {
      font-size: 26px;
      text-align: center;
      color: #F5A641;
      font-weight: 700;
      text-transform: uppercase; }
    .sale-wrap .sale-body .present-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: calc(100% + 25px);
      margin-left: -25px;
      margin-top: 15px; }
      .sale-wrap .sale-body .present-wrap .present {
        width: 45%;
        font-size: 15px;
        text-transform: uppercase;
        color: #ED3833;
        font-weight: 700;
        padding: 3px 10px 8px;
        position: relative;
        padding-left: 25px;
        background: url("../img/arr-bg.png") no-repeat center;
        background-size: 100% 100%; }
        .sale-wrap .sale-body .present-wrap .present:before {
          content: '';
          width: 20px;
          height: 20px;
          background: url("../img/mini-present.png") no-repeat center;
          background-size: contain;
          position: relative;
          display: inline-block;
          top: 5px;
          margin-right: 5px; }
        .sale-wrap .sale-body .present-wrap .present span {
          position: relative;
          z-index: 1; }
      .sale-wrap .sale-body .present-wrap .inf {
        width: 53%;
        font-size: 14px;
        color: white; }
    .sale-wrap .sale-body .pred-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 15px;
      position: relative; }
      .sale-wrap .sale-body .pred-wrap:before {
        content: '●';
        width: 3px;
        left: -10px;
        top: -35px;
        height: calc(50% + 35px);
        background: #ED3833;
        position: absolute;
        z-index: 0;
        display: flex;
        line-height: 0;
        color: #ED3833;
        justify-content: center; }
      .sale-wrap .sale-body .pred-wrap:after {
        content: '';
        width: 100%;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
        height: 3px;
        background: #ED3833;
        position: absolute;
        z-index: 0; }
      .sale-wrap .sale-body .pred-wrap img {
        width: 78px;
        height: 78px;
        border-radius: 50%;
        border: 4px solid #ED3833;
        padding: 10px;
        object-fit: contain;
        background: white;
        position: relative;
        z-index: 1; }
    .sale-wrap .sale-body p {
      font-size: 22px;
      text-align: center;
      color: #F5A641;
      font-style: normal;
      margin: 10px 0; }
    .sale-wrap .sale-body .table-price-wrap {
      margin-top: 20px; }
      .sale-wrap .sale-body .table-price-wrap .table-price {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px; }
        .sale-wrap .sale-body .table-price-wrap .table-price .left {
          width: 60%;
          font-size: 14px;
          color: white;
          text-align: right;
          padding-right: 20px; }
          .sale-wrap .sale-body .table-price-wrap .table-price .left i {
            font-style: normal; }
        .sale-wrap .sale-body .table-price-wrap .table-price .right {
          text-align: center;
          width: 40%;
          background: #ED3833;
          font-size: 19px;
          font-weight: 700;
          border-radius: 5px;
          padding: 5px 0;
          color: white; }
    .sale-wrap .sale-body form {
      margin-top: 25px; }
      .sale-wrap .sale-body form input {
        width: 100%;
        height: 40px;
        border: 1px solid #49495B;
        border-radius: 5px;
        text-align: center;
        color: white;
        font-size: 15px;
        background: transparent;
        margin-bottom: 10px;
        outline: none;
        transition: 0.2s; }
        .sale-wrap .sale-body form input:focus {
          border-color: white; }
        .sale-wrap .sale-body form input:hover {
          border-color: white; }
        .sale-wrap .sale-body form input input::placeholder {
          color: white; }
      .sale-wrap .sale-body form .main-btn {
        color: white;
        height: 40px;
        border-radius: 5px;
        width: 100%;
        background: #F5A641; }
        .sale-wrap .sale-body form .main-btn:hover {
          background: #E1993B; }

.heading-wrap {
  position: relative; }
  .heading-wrap * {
    position: relative;
    z-index: 1; }
  .heading-wrap:before {
    content: '';
    width: 50%;
    height: calc(100% + 60px);
    left: -30px;
    top: -30px;
    position: absolute;
    background: url("../img/wrap.png") no-repeat center;
    background-size: 100% 100%;
    display: block;
    z-index: 0; }

.screen2 {
  padding: 70px 0;
  background: url("../img/bg2.png") center;
  background-repeat: repeat-y;
  background-size: 100%; }
  .screen2 .flex-ben {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px; }
    .screen2 .flex-ben .left {
      width: 45%;
      padding-right: 50px; }
      .screen2 .flex-ben .left .top {
        font-size: 24px;
        color: black;
        font-weight: 600;
        padding-bottom: 15px;
        border-bottom: 1px solid #D6D6D6; }
        .screen2 .flex-ben .left .top span {
          color: #D56F33;
          text-transform: uppercase; }
      .screen2 .flex-ben .left .btm {
        margin-top: 25px; }
        .screen2 .flex-ben .left .btm .ln {
          font-size: 16px;
          margin-top: 15px;
          font-weight: 600; }
          .screen2 .flex-ben .left .btm .ln img {
            width: 15px;
            margin-right: 10px; }
    .screen2 .flex-ben .right {
      width: 55%; }
      .screen2 .flex-ben .right iframe {
        width: 100%;
        height: 350px; }
  .screen2 .flex-benefits {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 30px; }
    .screen2 .flex-benefits .ben {
      width: calc(33.3% - 15px);
      background: white;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
      padding: 25px 15px;
      text-align: center;
      transition: 0.2s; }
      .screen2 .flex-benefits .ben:hover {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3); }
      .screen2 .flex-benefits .ben img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        display: block;
        margin: 0 auto 10px; }
      .screen2 .flex-benefits .ben span {
        font-size: 18px;
        font-weight: 700; }
      .screen2 .flex-benefits .ben p {
        margin-bottom: 0;
        font-size: 14px;
        margin-top: 20px;
        line-height: 170%;
        font-weight: 600; }

.head h2 {
  font-size: 40px;
  color: black;
  text-align: center;
  font-weight: 700;
  margin: 0; }
  .head h2 span {
    color: #D56F33; }

.screen3 {
  padding: 70px 0;
  background: white; }
  .screen3 .flex-ros {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -20px; }
    .screen3 .flex-ros .left {
      width: 40%; }
      .screen3 .flex-ros .left .one {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        .screen3 .flex-ros .left .one:not(:last-of-type) {
          margin-bottom: 40px; }
        .screen3 .flex-ros .left .one img {
          width: 40px;
          position: relative;
          top: 5px; }
        .screen3 .flex-ros .left .one p {
          margin: 0;
          font-size: 17px;
          width: calc(100% - 65px);
          font-weight: 600; }
          .screen3 .flex-ros .left .one p span {
            color: #F5A641;
            font-weight: 700; }
    .screen3 .flex-ros .right {
      width: 60%; }
      .screen3 .flex-ros .right img {
        width: 100%; }

.screen4 {
  padding: 70px 0;
  background: url("../img/bg3.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  position: relative; }
  .screen4:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(39, 37, 59, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .screen4 .container {
    position: relative;
    z-index: 1; }
  .screen4 .head h2 {
    color: white;
    font-size: 38px; }
    .screen4 .head h2 span {
      color: #ED3833;
      text-transform: uppercase; }
  .screen4 p {
    text-align: center;
    color: white;
    font-size: 20px;
    margin-top: 20px; }

.flex-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px; }
  .flex-form .input-wrap {
    width: 35%;
    position: relative; }
    .flex-form .input-wrap:before {
      content: '';
      width: 45px;
      height: 37px;
      position: absolute;
      top: 4px;
      left: 0;
      display: block;
      border-right: 1px solid #ECECEC; }
    .flex-form .input-wrap.inp1:before {
      background: url("../img/user.svg") no-repeat center;
      background-size: 17px; }
    .flex-form .input-wrap.inp2:before {
      background: url("../img/phn.svg") no-repeat center;
      background-size: 17px; }
    .flex-form .input-wrap input {
      width: 100%;
      height: 45px;
      background: white;
      border: none;
      padding-left: 60px;
      outline: none; }
  .flex-form .main-btn {
    width: calc(30% - 60px);
    border-radius: 5px; }

.screen5 {
  padding: 70px 0; }
  .screen5 .flex-tand {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 30px 50px 0;
    position: relative;
    padding: 50px 0; }
    .screen5 .flex-tand:before {
      content: '';
      width: 76%;
      position: absolute;
      top: 0;
      left: 12%;
      border: 7px solid #ED3833;
      height: 100%;
      z-index: -1; }
    .screen5 .flex-tand:after {
      content: '';
      width: 41%;
      position: absolute;
      top: 0;
      right: 12%;
      border: 7px solid white;
      height: calc(100% - 60px);
      z-index: -1; }
    .screen5 .flex-tand img.main-img {
      width: 20%;
      object-fit: contain; }
    .screen5 .flex-tand .complect {
      border: 4px solid #FBD249;
      background: white;
      position: relative; }
      .screen5 .flex-tand .complect.c1 {
        width: 45%; }
        .screen5 .flex-tand .complect.c1 .top {
          position: relative; }
          .screen5 .flex-tand .complect.c1 .top:before {
            content: '';
            width: 120px;
            height: 100px;
            position: absolute;
            left: -80px;
            top: -70px;
            background: url("../img/leave.png") no-repeat center;
            background-size: contain; }
        .screen5 .flex-tand .complect.c1:before {
          content: '';
          width: 7px;
          height: 50px;
          bottom: calc(100% + 4px);
          background: #ED3833;
          position: absolute;
          left: calc(50% - 6px); }
        .screen5 .flex-tand .complect.c1:after {
          content: '+';
          width: 50px;
          height: 50px;
          top: 50%;
          left: calc(100% + 5px);
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 40px;
          color: black;
          transform: translateY(-50%);
          position: absolute; }
        .screen5 .flex-tand .complect.c1 img {
          max-width: 40% !important;
          width: auto !important; }
          .screen5 .flex-tand .complect.c1 img:nth-of-type(1) {
            width: 38%; }
          .screen5 .flex-tand .complect.c1 img:nth-of-type(2) {
            margin-left: -80px;
            width: 35%; }
          .screen5 .flex-tand .complect.c1 img:nth-of-type(3) {
            width: 40%; }
          .screen5 .flex-tand .complect.c1 img:nth-of-type(4) {
            width: 35%;
            margin-top: 30px;
            margin-left: 30px; }
          .screen5 .flex-tand .complect.c1 img:nth-of-type(5) {
            margin-top: -50px;
            width: 40%;
            margin-left: -50px;
            margin-right: -80px; }
          .screen5 .flex-tand .complect.c1 img:nth-of-type(6) {
            width: 40%;
            margin-top: 60px; }
      .screen5 .flex-tand .complect.c2 {
        border-color: #D56F33;
        width: 25%; }
        .screen5 .flex-tand .complect.c2:before {
          content: '';
          width: 110%;
          height: 160px;
          position: absolute;
          left: -40%;
          top: calc(100% + 25px);
          background: url("../img/steak.png") no-repeat center;
          background-size: contain;
          z-index: 1; }
        .screen5 .flex-tand .complect.c2 .top {
          background: #D56F33;
          color: white; }
        .screen5 .flex-tand .complect.c2 i {
          text-align: center;
          padding: 0 5px; }
        .screen5 .flex-tand .complect.c2 .complect-body {
          display: block;
          text-align: center; }
          .screen5 .flex-tand .complect.c2 .complect-body img {
            width: auto;
            max-width: 100%;
            margin: 0 auto; }
            .screen5 .flex-tand .complect.c2 .complect-body img:nth-of-type(2) {
              margin-top: -50px;
              margin-left: 25px; }
      .screen5 .flex-tand .complect .top {
        padding: 10px 0;
        background: #FBD249;
        color: black;
        font-size: 15px;
        text-align: center;
        font-weight: 600; }
        .screen5 .flex-tand .complect .top span {
          text-transform: uppercase;
          font-size: 20px;
          display: block;
          font-weight: 700; }
      .screen5 .flex-tand .complect .complect-body {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 25px 0; }
        .screen5 .flex-tand .complect .complect-body img {
          max-width: 33.3%;
          min-width: 25%; }

.screen6 {
  padding: 70px 0;
  background: #F9F9F9;
  position: relative; }
  .screen6 .container {
    position: relative;
    z-index: 1; }
  .screen6:before {
    content: '';
    width: 10vw;
    height: 15vw;
    background: url("../img/before2.png") no-repeat left top;
    background-size: contain;
    position: absolute;
    top: -50px;
    left: 0; }
  .screen6:after {
    content: '';
    width: 15vw;
    height: 15vw;
    background: url("../img/after2.png") no-repeat right bottom;
    background-size: contain;
    position: absolute;
    bottom: 20px;
    right: 0; }
  .screen6 form {
    display: block;
    padding: 50px 20px;
    background: #282828;
    margin-top: 0; }
    .screen6 form h4 {
      margin-top: 0;
      text-align: center;
      font-size: 25px;
      color: white;
      font-weight: 700; }
      .screen6 form h4 span {
        color: #ED3833;
        text-transform: uppercase; }
    .screen6 form .prc {
      text-align: center;
      font-size: 14px;
      color: #ED3833;
      font-weight: 700;
      margin-bottom: 30px; }
      .screen6 form .prc span {
        font-size: 30px;
        font-weight: 700; }
    .screen6 form .input-wrap {
      width: 100%;
      margin-bottom: 15px; }
    .screen6 form .main-btn {
      width: 100%; }
  .screen6 .head h2 {
    color: #ED3833; }
    .screen6 .head h2 span {
      padding: 5px 15px;
      background: #ED3833;
      color: white;
      font-weight: 700;
      margin-right: 15px; }
  .screen6 p {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 30px; }
  .screen6 .flex-tand2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
    position: relative; }
    .screen6 .flex-tand2 img.left-tand {
      width: calc(50% - 10px);
      position: relative;
      z-index: 1; }
    .screen6 .flex-tand2 .imgs {
      position: relative;
      width: calc(50% - 20px); }
      .screen6 .flex-tand2 .imgs:before {
        content: '';
        width: 65%;
        height: calc(100% - 45px);
        border: 7px solid #ED3833;
        border-bottom-color: transparent;
        position: absolute;
        right: calc(100% - 43px);
        top: -40px;
        z-index: 0; }
      .screen6 .flex-tand2 .imgs .img-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
        position: relative;
        z-index: 1; }
        .screen6 .flex-tand2 .imgs .img-row img {
          width: 80px;
          height: 80px;
          border: 5px solid #ED3833;
          padding: 5px;
          object-fit: contain;
          border-radius: 50%;
          background: white; }
        .screen6 .flex-tand2 .imgs .img-row p {
          margin: 0;
          font-size: 16px;
          color: #9E9E9E;
          width: calc(100% - 95px);
          text-align: left;
          font-weight: 600; }
          .screen6 .flex-tand2 .imgs .img-row p b {
            color: black;
            font-weight: 600; }
          .screen6 .flex-tand2 .imgs .img-row p span {
            text-transform: uppercase;
            color: #ED3833;
            display: block;
            font-weight: 700; }

.screen7 {
  padding: 70px 0; }
  .screen7 .head {
    text-align: center; }
    .screen7 .head h2 {
      font-weight: 400; }
      .screen7 .head h2 span {
        text-transform: uppercase;
        font-weight: 700; }
    .screen7 .head p {
      text-align: center;
      font-size: 20px;
      font-family: Roboto Condensed;
      padding: 5px 15px;
      background: #D56F33;
      display: inline-block;
      margin-top: 20px;
      color: white; }
  .screen7 .products-wrap {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-right: -20px; }
    .screen7 .products-wrap .product {
      width: calc(33.3% - 20px);
      margin-right: 20px;
      padding: 10px;
      border: 1px solid #F3F3F3;
      background: #FAFAFA;
      margin-top: 30px; }
      .screen7 .products-wrap .product .img-wrap {
        width: 100%;
        background: white;
        height: 250px;
        padding: 15px; }
        .screen7 .products-wrap .product .img-wrap img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .screen7 .products-wrap .product .product-body {
        padding: 30px 10px; }
        .screen7 .products-wrap .product .product-body .name {
          font-size: 25px;
          font-weight: 700;
          text-align: center; }
        .screen7 .products-wrap .product .product-body .attr-wrap {
          margin: 10px 0 20px; }
          .screen7 .products-wrap .product .product-body .attr-wrap .attr {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px dotted black; }
            .screen7 .products-wrap .product .product-body .attr-wrap .attr span {
              font-size: 14px;
              padding-bottom: 5px;
              position: relative;
              bottom: -10px;
              padding-right: 10px;
              background: #FAFAFA; }
              .screen7 .products-wrap .product .product-body .attr-wrap .attr span:last-of-type {
                padding-left: 10px;
                padding-right: 0; }
        .screen7 .products-wrap .product .product-body .prices {
          text-align: center; }
          .screen7 .products-wrap .product .product-body .prices span {
            font-size: 30px;
            color: #ED3833;
            font-weight: 700; }
            .screen7 .products-wrap .product .product-body .prices span i {
              font-style: normal;
              font-size: 18px; }
          .screen7 .products-wrap .product .product-body .prices strike {
            color: #B3B3B3;
            font-size: 20px;
            position: relative;
            top: -10px;
            margin-left: 15px;
            font-weight: 700; }
            .screen7 .products-wrap .product .product-body .prices strike i {
              font-style: normal;
              font-size: 16px; }
        .screen7 .products-wrap .product .product-body .main-btn {
          width: calc(100% - 30px);
          margin: 15px 15px 0;
          display: block; }
          .screen7 .products-wrap .product .product-body .main-btn.details {
            background: white;
            border: 1px solid #4D4F52;
            font-weight: 400; }
            .screen7 .products-wrap .product .product-body .main-btn.details:hover {
              background: #4D4F52;
              color: white; }

.screen4.screen8 {
  padding: 70px 0;
  background: url("../img/bg4.png") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  position: relative; }

.screen7.screen9 .products-wrap .product {
  width: calc(20% - 20px);
  margin-right: 20px;
  margin-top: 30px; }
  .screen7.screen9 .products-wrap .product .img-wrap {
    height: 180px;
    padding: 10px; }
  .screen7.screen9 .products-wrap .product .product-body {
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    height: calc(100% - 180px);
    justify-content: center;
    position: relative;
    padding-bottom: 85px; }
    .screen7.screen9 .products-wrap .product .product-body .name {
      font-size: 18px; }
    .screen7.screen9 .products-wrap .product .product-body p {
      font-size: 13px;
      text-align: left;
      margin-top: 10px;
      margin-bottom: 5px; }
    .screen7.screen9 .products-wrap .product .product-body .vars {
      display: flex;
      justify-content: space-between; }
      .screen7.screen9 .products-wrap .product .product-body .vars span {
        width: calc(33.3% - 5px);
        padding: 2px 5px;
        text-align: center;
        background: #E5E5E5;
        color: black;
        cursor: pointer; }
        .screen7.screen9 .products-wrap .product .product-body .vars span:hover {
          background: #D56F33;
          color: white; }
        .screen7.screen9 .products-wrap .product .product-body .vars span.act-var {
          background: #D56F33;
          color: white; }
    .screen7.screen9 .products-wrap .product .product-body .main-btn {
      width: 100%;
      margin: 0 0 0;
      position: absolute;
      bottom: 25px;
      left: 0;
      width: calc(100%); }

.screen10 {
  padding: 70px 0;
  background: url("../img/bg5.png") no-repeat center;
  background-size: cover; }
  .screen10 .flex-mel {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 40px; }
    .screen10 .flex-mel .wrap {
      font-size: 16px;
      font-weight: 600; }
      .screen10 .flex-mel .wrap span {
        font-size: 20px;
        color: #D56F33;
        display: block;
        font-weight: 700; }
    .screen10 .flex-mel .left {
      width: 30%;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      padding-right: 40px; }
      .screen10 .flex-mel .left .wrap:first-of-type {
        margin-left: 50px;
        width: calc(100% + 35px); }
      .screen10 .flex-mel .left .wrap:last-of-type {
        margin-left: 50px;
        width: calc(100% + 35px); }
    .screen10 .flex-mel .center {
      width: 40%; }
      .screen10 .flex-mel .center img {
        width: calc(100% + 160px);
        margin-left: -80px;
        margin-top: -50px;
        margin-bottom: -50px; }
    .screen10 .flex-mel .right {
      width: 30%;
      text-align: right;
      padding-left: 40px;
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
      .screen10 .flex-mel .right .wrap:first-of-type {
        margin-left: -85px;
        width: calc(100% + 35px); }
      .screen10 .flex-mel .right .wrap:last-of-type {
        margin-left: -85px;
        width: calc(100% + 35px); }

.razv {
  text-align: center;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px; }
  .razv:hover {
    text-decoration: none; }

.razv-wrap {
  text-align: center;
  display: none; }
  .razv-wrap .wrap {
    font-size: 14px;
    margin-top: 25px; }
    .razv-wrap .wrap img {
      width: 60px;
      margin-bottom: 10px; }
    .razv-wrap .wrap span {
      font-weight: 700;
      color: #D56F33;
      margin-bottom: 5px;
      display: block;
      font-size: 18px; }

.screen4.screen11 {
  padding: 70px 0;
  background: url("../img/bg6.png") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  position: relative; }

.screen12 {
  padding: 70px 0; }
  .screen12 .head h2 {
    position: relative; }
    .screen12 .head h2 span {
      color: white;
      text-transform: uppercase;
      padding: 5px 20px;
      background: #ED3833; }
      .screen12 .head h2 span:before {
        content: '';
        width: 50%;
        left: 37px;
        position: absolute;
        height: 6px;
        background: #ED3833;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1; }
  .screen12 p {
    text-align: center;
    font-size: 30px;
    margin-top: 25px;
    font-weight: 700; }
    .screen12 p span {
      color: #D56F33;
      text-transform: uppercase; }

.wrap-pred {
  margin-top: 30px;
  font-size: 16px;
  position: relative;
  margin-bottom: 50px;
  font-weight: 600; }
  .wrap-pred:after {
    content: '';
    width: 75%;
    left: 50px;
    top: 37px;
    background: #ED3833;
    height: 6px;
    position: absolute;
    z-index: -1; }
  .wrap-pred:before {
    content: '';
    width: 6px;
    left: 50px;
    top: -123px;
    background: #ED3833;
    height: 160px;
    position: absolute;
    z-index: -1; }
  .wrap-pred img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #ED3833;
    object-fit: contain;
    margin-bottom: 10px;
    background: white;
    padding: 5px; }
  .wrap-pred span {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: #D56F33; }

.eco-wrap {
  margin-top: 70px;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700; }
  .eco-wrap span {
    padding: 5px 15px;
    background: #FBD249;
    color: black;
    text-transform: none;
    margin-left: 15px;
    position: relative; }
    .eco-wrap span:after {
      content: '';
      width: 100px;
      height: 80px;
      position: absolute;
      right: -40%;
      top: -55px;
      background: url("../img/leave.png") no-repeat center;
      background-size: contain;
      z-index: -1; }

.screen13 {
  padding: 70px 0;
  background: #F9F9F9; }
  .screen13 .head h2 span {
    text-transform: uppercase;
    color: #D56F33; }
  .screen13 .head p {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0 25px; }
  .screen13 .head .stick {
    text-align: center; }
    .screen13 .head .stick span {
      padding: 5px 15px;
      font-size: 30px;
      font-weight: 700;
      color: black;
      background: #FBD249; }

.gallery-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 70px;
  padding: 0 50px;
  position: relative; }
  .gallery-wrap:after {
    content: '';
    width: 160px;
    height: 110px;
    position: absolute;
    top: calc(100% + 10px);
    right: -40px;
    background: url("../img/paprica.png") no-repeat center;
    background-size: contain; }
  .gallery-wrap .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(33.3% - 20px); }
    .gallery-wrap .col img:first-of-type {
      margin-bottom: 20px; }
  .gallery-wrap img {
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    cursor: pointer;
    height: auto;
    object-fit: contain; }
    .gallery-wrap img:hover {
      transform: scale(1.03); }

.gallery-slider-wrap {
  width: calc(100% + 30px);
  margin-left: -15px; }

.gallery-slider {
  margin-top: 35px; }
  .gallery-slider .owl-item {
    padding: 15px; }
    .gallery-slider .owl-item img {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
      transition: 0.2s; }
  .gallery-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%); }
    .gallery-slider .owl-prev img {
      width: 30px; }
  .gallery-slider .owl-next {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }
    .gallery-slider .owl-next img {
      width: 30px; }

.screen14 {
  padding: 70px 0;
  background: linear-gradient(to right, white, #E0E1E1); }
  .screen14 iframe {
    width: 100%;
    height: 230px; }
  .screen14 .head h2 span {
    text-transform: uppercase; }
  .screen14 .head p {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 40px; }
    .screen14 .head p span {
      margin-left: 15px;
      padding: 5px 15px;
      text-transform: uppercase;
      background: #FBD249;
      display: inline-block;
      margin-top: 10px; }

.screen14.screen15 {
  background: white;
  padding: 15px 0; }
  .screen14.screen15 .container {
    padding: 55px 15px;
    background: url("../img/uk.png") no-repeat center;
    background-size: contain; }
    .screen14.screen15 .container .col-md-3 {
      text-align: center; }
      .screen14.screen15 .container .col-md-3 img {
        width: auto;
        height: 80px;
        object-fit: contain;
        max-width: 150px;
        display: block;
        margin: 0 auto; }
      .screen14.screen15 .container .col-md-3 p {
        font-size: 16px;
        margin: 10px 0 0;
        font-weight: 600; }
        .screen14.screen15 .container .col-md-3 p span {
          color: #D56F33;
          font-weight: 700; }

.footer {
  padding: 70px 0;
  background: #F2F2F2; }
  .footer span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px; }
  .footer p {
    font-size: 16px;
    margin: 0;
    font-weight: 600; }
  .footer .logo2 img {
    width: 200px;
    margin-bottom: 20px; }
  .footer a.footer-link {
    color: #D56F33;
    text-decoration: underline; }
    .footer a.footer-link:hover {
      text-decoration: none; }
  .footer a {
    color: black;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none; }

.main-popup-wrap {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none; }
  .main-popup-wrap.order-call .name {
    text-align: center;
    font-size: 30px;
    font-weight: 700; }
  .main-popup-wrap.order-call p {
    text-align: center;
    font-size: 17px;
    margin-top: 10px; }
  .main-popup-wrap.order-call .flex-form {
    flex-flow: row;
    flex-wrap: wrap; }
    .main-popup-wrap.order-call .flex-form .input-wrap {
      width: calc(50% - 10px);
      justify-content: space-between;
      margin-bottom: 15px; }
      .main-popup-wrap.order-call .flex-form .input-wrap.inp3 {
        width: 100%; }
        .main-popup-wrap.order-call .flex-form .input-wrap.inp3:before {
          content: '';
          width: 45px;
          height: 37px;
          position: absolute;
          top: 4px;
          left: 0;
          display: block;
          border-right: 1px solid #ECECEC;
          background: url("../img/mail.svg") no-repeat center;
          background-size: 17px;
          z-index: 1; }
      .main-popup-wrap.order-call .flex-form .input-wrap input {
        border: 1px solid #F2F2F2;
        background: #FAFAFA;
        color: black; }
        .main-popup-wrap.order-call .flex-form .input-wrap input:focus {
          border-color: #727173; }
        .main-popup-wrap.order-call .flex-form .input-wrap input:hover {
          border-color: #727173; }
    .main-popup-wrap.order-call .flex-form textarea {
      height: 80px;
      width: 100%;
      border: 1px solid #F2F2F2;
      border-radius: 5px;
      text-align: left;
      color: white;
      font-size: 15px;
      background: #FAFAFA;
      margin-bottom: 10px;
      outline: none;
      transition: 0.2s;
      resize: none;
      padding: 10px 10px 10px 60px;
      color: black;
      position: relative; }
      .main-popup-wrap.order-call .flex-form textarea:focus {
        border-color: #727173; }
      .main-popup-wrap.order-call .flex-form textarea:hover {
        border-color: #727173; }
    .main-popup-wrap.order-call .flex-form .main-btn {
      margin: 0 auto;
      width: 200px; }
  .main-popup-wrap.order-popup .name {
    text-align: center;
    font-size: 30px;
    font-weight: 700; }
  .main-popup-wrap.order-popup p {
    text-align: center;
    font-size: 17px;
    margin-top: 10px; }
  .main-popup-wrap.order-popup .flex-form {
    flex-flow: row;
    flex-wrap: wrap; }
    .main-popup-wrap.order-popup .flex-form .input-wrap {
      width: calc(50% - 10px);
      justify-content: space-between;
      margin-bottom: 15px; }
      .main-popup-wrap.order-popup .flex-form .input-wrap.inp3 {
        width: 100%; }
        .main-popup-wrap.order-popup .flex-form .input-wrap.inp3:before {
          content: '';
          width: 45px;
          height: 37px;
          position: absolute;
          top: 4px;
          left: 0;
          display: block;
          border-right: 1px solid #ECECEC;
          background: url("../img/mail.svg") no-repeat center;
          background-size: 17px;
          z-index: 1; }
      .main-popup-wrap.order-popup .flex-form .input-wrap input {
        border: 1px solid #F2F2F2;
        background: #FAFAFA;
        color: black; }
        .main-popup-wrap.order-popup .flex-form .input-wrap input:focus {
          border-color: #727173; }
        .main-popup-wrap.order-popup .flex-form .input-wrap input:hover {
          border-color: #727173; }
    .main-popup-wrap.order-popup .flex-form textarea {
      height: 80px;
      width: 100%;
      border: 1px solid #F2F2F2;
      border-radius: 5px;
      text-align: left;
      color: white;
      font-size: 15px;
      background: #FAFAFA;
      margin-bottom: 10px;
      outline: none;
      transition: 0.2s;
      resize: none;
      padding: 10px 10px 10px 60px;
      color: black;
      position: relative; }
      .main-popup-wrap.order-popup .flex-form textarea:focus {
        border-color: #727173; }
      .main-popup-wrap.order-popup .flex-form textarea:hover {
        border-color: #727173; }
    .main-popup-wrap.order-popup .flex-form .main-btn {
      margin: 0 auto;
      width: 200px; }

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.popup-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.popup {
  width: 100%;
  max-width: 700px;
  background: white;
  padding: 50px;
  position: relative;
  z-index: 1; }
  .popup .closer span {
    font-size: 25px;
    color: black;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0; }
  .popup .flex-details {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .popup .flex-details .name {
      font-size: 25px;
      font-weight: 700; }
    .popup .flex-details .left {
      width: calc(50% - 15px); }
      .popup .flex-details .left .prev img {
        width: 100%;
        height: 300px;
        object-fit: contain; }
      .popup .flex-details .left .thumb-wrap {
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .popup .flex-details .left .thumb-wrap img {
          margin: 0 10px;
          width: 20%;
          height: 80px;
          background: #F7F7F7;
          object-fit: contain;
          padding: 10px;
          cursor: pointer; }
          .popup .flex-details .left .thumb-wrap img.act {
            opacity: 0.5; }
    .popup .flex-details .right {
      width: calc(50% - 10px); }
      .popup .flex-details .right .podarok {
        padding-left: 35px;
        padding-top: 25px; }
        .popup .flex-details .right .podarok span {
          padding: 5px 10px;
          font-size: 16px;
          font-weight: 700;
          color: white;
          text-transform: uppercase;
          background: #ED3833;
          position: relative;
          z-index: 1; }
          .popup .flex-details .right .podarok span:before {
            content: '';
            width: calc(50% + 35px);
            position: absolute;
            right: 50%;
            height: 4px;
            background: #ED3833;
            top: -15px;
            z-index: 0; }
          .popup .flex-details .right .podarok span:after {
            content: '';
            width: 4px;
            position: absolute;
            right: 50%;
            height: 15px;
            background: #ED3833;
            top: -15px;
            z-index: 0; }
        .popup .flex-details .right .podarok p {
          font-size: 14px;
          width: 200px;
          margin-top: 10px; }
        .popup .flex-details .right .podarok .last-imgs {
          display: flex;
          align-items: center;
          justify-content: space-between;
          position: relative;
          z-index: 1; }
          .popup .flex-details .right .podarok .last-imgs:before {
            content: '';
            width: 100%;
            position: absolute;
            left: -35px;
            height: 4px;
            background: #ED3833;
            top: 50%;
            z-index: -1;
            transform: translateY(-50%); }
          .popup .flex-details .right .podarok .last-imgs:after {
            content: '';
            width: 4px;
            position: absolute;
            left: -35px;
            height: calc(100% + 77px);
            background: #ED3833;
            bottom: 25px;
            z-index: -1; }
          .popup .flex-details .right .podarok .last-imgs img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 4px solid #ED3833;
            background: white;
            object-fit: contain;
            padding: 5px; }
      .popup .flex-details .right .main-btn img {
        width: 30px;
        margin-right: 10px; }
      .popup .flex-details .right .attr-wrap {
        margin: 10px 0 20px; }
        .popup .flex-details .right .attr-wrap .attr {
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-bottom: 1px dotted black; }
          .popup .flex-details .right .attr-wrap .attr span {
            font-size: 14px;
            padding-bottom: 5px;
            position: relative;
            bottom: -10px;
            padding-right: 10px;
            background: white; }
            .popup .flex-details .right .attr-wrap .attr span:last-of-type {
              padding-left: 10px;
              padding-right: 0; }
      .popup .flex-details .right .prices {
        text-align: left;
        margin: 15px 0 10px; }
        .popup .flex-details .right .prices span {
          font-size: 30px;
          color: #ED3833;
          font-weight: 700; }
          .popup .flex-details .right .prices span i {
            font-style: normal;
            font-size: 18px; }
        .popup .flex-details .right .prices strike {
          color: #B3B3B3;
          font-size: 20px;
          position: relative;
          top: -10px;
          margin-left: 15px;
          font-weight: 700; }
          .popup .flex-details .right .prices strike i {
            font-style: normal;
            font-size: 16px; }

@media (max-width: 1200px) {
  .main-popup-wrap.order-popup .name {
    text-align: center;
    font-size: 20px;
    font-weight: 700; }
  .main-popup-wrap.order-popup p {
    text-align: center;
    font-size: 17px;
    margin-top: 10px; }
  .main-popup-wrap.order-popup .flex-form {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap; }
    .main-popup-wrap.order-popup .flex-form .input-wrap {
      width: calc(50% - 10px); }
      .main-popup-wrap.order-popup .flex-form .input-wrap.inp3 {
        width: 100%; }
    .main-popup-wrap.order-popup .flex-form textarea {
      height: 80px; }
    .main-popup-wrap.order-popup .flex-form .main-btn {
      margin: 0 auto;
      width: 200px; }
  .main-popup-wrap.order-call .name {
    text-align: center;
    font-size: 20px;
    font-weight: 700; }
  .main-popup-wrap.order-call p {
    text-align: center;
    font-size: 17px;
    margin-top: 10px; }
  .main-popup-wrap.order-call .flex-form {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap; }
    .main-popup-wrap.order-call .flex-form .input-wrap {
      width: calc(50% - 10px); }
      .main-popup-wrap.order-call .flex-form .input-wrap.inp3 {
        width: 100%; }
    .main-popup-wrap.order-call .flex-form textarea {
      height: 80px; }
    .main-popup-wrap.order-call .flex-form .main-btn {
      margin: 0 auto;
      width: 200px; }

  .footer {
    padding: 70px 0; }
    .footer span {
      font-size: 18px; }
    .footer p {
      font-size: 14px; }
    .footer .logo2 img {
      width: 150px; }
    .footer a {
      font-size: 14px; }

  .screen13 {
    padding: 70px 0;
    background: #F9F9F9; }
    .screen13 .head h2 span {
      text-transform: uppercase;
      color: #D56F33; }
    .screen13 .head p {
      text-align: center;
      font-size: 25px;
      font-weight: 700;
      margin: 10px 0 25px; }
    .screen13 .head .stick {
      text-align: center; }
      .screen13 .head .stick span {
        padding: 5px 15px;
        font-size: 30px;
        font-weight: 700;
        color: black;
        background: #FBD249; }

  .gallery-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 70px;
    padding: 0 50px;
    position: relative; }
    .gallery-wrap:after {
      content: '';
      width: 160px;
      height: 110px;
      position: absolute;
      top: calc(100% + 10px);
      right: -70px;
      background: url("../img/paprica.png") no-repeat center;
      background-size: contain; }
    .gallery-wrap .col {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: calc(33.3% - 20px); }
      .gallery-wrap .col img:first-of-type {
        margin-bottom: 20px; }
    .gallery-wrap img {
      width: 100%;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
      transition: 0.2s;
      cursor: pointer;
      height: auto;
      object-fit: contain; }
      .gallery-wrap img:hover {
        transform: scale(1.03); }

  .screen12 {
    padding: 70px 0; }
    .screen12 .head h2 span {
      padding: 5px 20px; }
      .screen12 .head h2 span:before {
        width: 50%;
        left: 37px;
        position: absolute;
        height: 6px; }
    .screen12 p {
      font-size: 20px; }

  .wrap-pred {
    margin-top: 30px;
    font-size: 15px; }
    .wrap-pred:after {
      content: '';
      width: 75%;
      left: 50px;
      top: 37px;
      background: #ED3833;
      height: 6px;
      position: absolute;
      z-index: -1; }
    .wrap-pred:before {
      content: '';
      width: 6px;
      left: 50px;
      top: -103px;
      background: #ED3833;
      height: 160px;
      position: absolute;
      z-index: -1; }
    .wrap-pred img {
      width: 80px;
      height: 80px; }
    .wrap-pred span {
      font-size: 18px; }

  .eco-wrap {
    margin-top: 70px;
    font-size: 25px; }
    .eco-wrap span {
      padding: 5px 15px; }
      .eco-wrap span:after {
        width: 100px;
        height: 80px;
        right: -40%;
        top: -55px; }

  .screen10 {
    padding: 70px 0; }
    .screen10 .flex-mel {
      margin-top: 40px; }
      .screen10 .flex-mel .wrap {
        font-size: 14px; }
        .screen10 .flex-mel .wrap span {
          font-size: 16px; }
      .screen10 .flex-mel .left {
        width: 30%;
        padding-right: 40px; }
        .screen10 .flex-mel .left .wrap:first-of-type {
          margin-left: 50px;
          width: calc(100% + 35px); }
        .screen10 .flex-mel .left .wrap:last-of-type {
          margin-left: 50px;
          width: calc(100% + 35px); }
      .screen10 .flex-mel .center {
        width: 40%; }
        .screen10 .flex-mel .center img {
          width: calc(100% + 160px);
          margin-left: -80px;
          margin-top: -50px;
          margin-bottom: -50px; }
      .screen10 .flex-mel .right {
        width: 30%;
        padding-left: 40px; }
        .screen10 .flex-mel .right .wrap:first-of-type {
          margin-left: -85px;
          width: calc(100% + 35px); }
        .screen10 .flex-mel .right .wrap:last-of-type {
          margin-left: -85px;
          width: calc(100% + 35px); }

  .screen7.screen9 .products-wrap .product {
    width: calc(20% - 20px);
    margin-right: 20px;
    margin-top: 30px; }
    .screen7.screen9 .products-wrap .product .img-wrap {
      height: 150px; }
    .screen7.screen9 .products-wrap .product .product-body {
      padding: 25px 0;
      height: calc(100% - 150px);
      padding-bottom: 85px; }
      .screen7.screen9 .products-wrap .product .product-body .name {
        font-size: 16px; }
      .screen7.screen9 .products-wrap .product .product-body p {
        font-size: 13px;
        margin-top: 10px; }
      .screen7.screen9 .products-wrap .product .product-body .vars {
        display: flex;
        justify-content: space-between; }
        .screen7.screen9 .products-wrap .product .product-body .vars span {
          width: calc(33.3% - 5px);
          padding: 2px 2px;
          font-size: 12px; }
      .screen7.screen9 .products-wrap .product .product-body .main-btn {
        width: 100%;
        margin: 0 0 0;
        position: absolute;
        bottom: 25px;
        left: 0;
        width: calc(100%); }

  .screen6 {
    padding: 70px 0; }
    .screen6 form {
      padding: 50px 20px; }
      .screen6 form h4 {
        font-size: 25px; }
      .screen6 form .prc {
        font-size: 14px;
        margin-bottom: 30px; }
        .screen6 form .prc span {
          font-size: 30px; }
    .screen6 .head h2 {
      color: #ED3833; }
      .screen6 .head h2 span {
        padding: 5px 15px;
        margin-right: 15px; }
    .screen6 p {
      font-size: 20px;
      margin-top: 25px;
      margin-bottom: 30px; }
    .screen6 .flex-tand2 {
      padding-top: 40px; }
      .screen6 .flex-tand2 img.left-tand {
        width: calc(51%);
        position: relative;
        z-index: 1; }
      .screen6 .flex-tand2 .imgs {
        position: relative;
        width: calc(50% - 20px); }
        .screen6 .flex-tand2 .imgs:before {
          content: '';
          width: 65%;
          height: calc(100% - 25px);
          border: 7px solid #ED3833;
          border-bottom-color: transparent;
          position: absolute;
          right: calc(100% - 37px);
          top: -40px;
          z-index: 0; }
        .screen6 .flex-tand2 .imgs .img-row {
          margin-bottom: 15px;
          position: relative;
          z-index: 1; }
          .screen6 .flex-tand2 .imgs .img-row img {
            width: 65px;
            height: 65px;
            border: 5px solid #ED3833;
            padding: 5px; }
          .screen6 .flex-tand2 .imgs .img-row p {
            font-size: 14px;
            width: calc(100% - 80px); }

  .screen4 {
    padding: 70px 0;
    background: url("../img/bg3.jpg") no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: relative; }
    .screen4 .head h2 {
      font-size: 30px; }
    .screen4 p {
      font-size: 18px; }

  .flex-form {
    margin-top: 35px; }
    .flex-form .input-wrap {
      width: 35%; }
      .flex-form .input-wrap:before {
        content: '';
        width: 45px;
        height: 37px;
        border-right: 1px solid #ECECEC; }
      .flex-form .input-wrap input {
        width: 100%;
        height: 45px; }
    .flex-form .main-btn {
      width: calc(30% - 60px); }

  .screen3 {
    padding: 70px 0; }
    .screen3 .flex-ros {
      margin-top: -20px; }
      .screen3 .flex-ros .left {
        width: 40%; }
        .screen3 .flex-ros .left .one:not(:last-of-type) {
          margin-bottom: 30px; }
        .screen3 .flex-ros .left .one img {
          width: 40px; }
        .screen3 .flex-ros .left .one p {
          font-size: 15px;
          width: calc(100% - 60px); }
      .screen3 .flex-ros .right {
        width: 60%; }
        .screen3 .flex-ros .right img {
          width: 100%; }

  .screen2 {
    padding: 70px 0; }
    .screen2 .flex-ben {
      margin-top: 35px; }
      .screen2 .flex-ben .left {
        width: 45%;
        padding-right: 40px; }
        .screen2 .flex-ben .left .top {
          font-size: 22px;
          padding-bottom: 15px;
          border-bottom: 1px solid #D6D6D6; }
        .screen2 .flex-ben .left .btm {
          margin-top: 25px; }
          .screen2 .flex-ben .left .btm .ln {
            font-size: 14px; }
            .screen2 .flex-ben .left .btm .ln img {
              width: 15px; }
      .screen2 .flex-ben .right {
        width: 55%; }
        .screen2 .flex-ben .right iframe {
          height: 350px; }
    .screen2 .flex-benefits .ben {
      width: calc(33.3% - 10px); }
      .screen2 .flex-benefits .ben img {
        width: 60px;
        height: 60px;
        margin: 0 auto 10px; }
      .screen2 .flex-benefits .ben span {
        font-size: 18px; }
      .screen2 .flex-benefits .ben p {
        font-size: 14px;
        margin-top: 20px;
        line-height: 170%; }

  .head h2 {
    font-size: 30px; }

  .header .flex-header {
    padding: 10px 0; }
    .header .flex-header .logo img {
      width: 200px; }
    .header .flex-header .phone-wrap .line {
      font-size: 14px; }
      .header .flex-header .phone-wrap .line:first-child {
        margin-bottom: 7px; }
      .header .flex-header .phone-wrap .line img {
        width: 17px;
        height: 17px;
        margin-right: 10px;
        top: -2px; }
  .header .header-bottom {
    padding: 10px 0;
    border-top: 1px solid #434255; }
    .header .header-bottom .main-menu-wrap {
      width: calc(100% - 200px); }
      .header .header-bottom .main-menu-wrap ul {
        padding: 0;
        margin: 0; }
        .header .header-bottom .main-menu-wrap ul li {
          margin-right: 15px; }
          .header .header-bottom .main-menu-wrap ul li:not(:last-of-type):after {
            font-size: 16px;
            margin-left: 15px; }
          .header .header-bottom .main-menu-wrap ul li a {
            font-size: 16px; }

  .main-btn {
    font-size: 14px; }

  .screen1 {
    padding: 70px 0; }
    .screen1:before {
      width: 10vw;
      height: 15vw; }
    .screen1:after {
      width: 25vw;
      height: 25vw;
      bottom: 0;
      right: 0; }
    .screen1 .container {
      padding: 0 50px; }
    .screen1 h1 {
      font-size: 32px; }
    .screen1 h2 {
      font-size: 20px; }
      .screen1 h2 span {
        margin: 0 15px; }
    .screen1 p {
      font-size: 14px; }

  .sale-wrap {
    padding: 15px; }
    .sale-wrap .top {
      margin-bottom: 5px; }
      .sale-wrap .top h3 {
        font-size: 50px; }
      .sale-wrap .top span {
        font-size: 17px; }
        .sale-wrap .top span b {
          font-size: 25px; }
    .sale-wrap .sale-body {
      background: #27253B;
      padding: 15px 15px 25px;
      border-radius: 10px; }
      .sale-wrap .sale-body .heading {
        font-size: 22px; }
      .sale-wrap .sale-body .present-wrap {
        width: calc(100% + 15px);
        margin-left: -15px;
        margin-top: 15px; }
        .sale-wrap .sale-body .present-wrap .present {
          width: 45%;
          font-size: 13px;
          padding: 3px 10px 8px;
          padding-left: 15px; }
          .sale-wrap .sale-body .present-wrap .present:before {
            content: '';
            width: 18px;
            height: 18px;
            top: 4px;
            margin-right: 5px; }
        .sale-wrap .sale-body .present-wrap .inf {
          width: 53%;
          font-size: 12px; }
      .sale-wrap .sale-body .pred-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px; }
        .sale-wrap .sale-body .pred-wrap:before {
          content: '●';
          width: 3px;
          left: -10px;
          top: -35px;
          height: calc(50% + 35px); }
        .sale-wrap .sale-body .pred-wrap:after {
          width: 100%;
          left: -10px;
          top: 50%;
          height: 3px; }
        .sale-wrap .sale-body .pred-wrap img {
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: 4px solid #ED3833;
          padding: 6px; }
      .sale-wrap .sale-body p {
        font-size: 18px;
        margin: 10px 0; }
      .sale-wrap .sale-body .table-price-wrap {
        margin-top: 20px; }
        .sale-wrap .sale-body .table-price-wrap .table-price {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 10px; }
          .sale-wrap .sale-body .table-price-wrap .table-price .left {
            width: 60%;
            font-size: 12px;
            text-align: right;
            padding-right: 15px; }
          .sale-wrap .sale-body .table-price-wrap .table-price .right {
            width: 40%;
            background: #ED3833;
            font-size: 16px;
            padding: 5px 0; }
      .sale-wrap .sale-body form {
        margin-top: 25px; }
        .sale-wrap .sale-body form input {
          height: 40px;
          font-size: 15px;
          margin-bottom: 10px; }

  .heading-wrap:before {
    width: 50%;
    height: calc(100% + 60px);
    left: -30px;
    top: -30px; } }
@media (max-width: 992px) {
  .screen1.thanks {
    padding: 14vw 0;
    background: url("../img/thanks.png") no-repeat center;
    background-size: cover; }

  .screen1.thanks a.main-btn {
    text-decoration: none;
    padding: 10px 30px 13px;
    color: black; }

  .footer {
    padding: 70px 0; }
    .footer .row {
      display: flex;
      flex-flow: row;
      flex-wrap: wrap; }
      .footer .row .col-md-4 {
        width: 100% !important;
        order: 0;
        margin-bottom: 20px; }
      .footer .row .col-md-3.fc {
        order: 1;
        width: 50% !important; }
      .footer .row .col-md-3.lc {
        order: 3; }
      .footer .row .col-md-2 {
        order: 2;
        width: 50% !important; }
    .footer span {
      font-size: 18px; }
    .footer p {
      font-size: 14px; }
    .footer .logo2 img {
      width: 150px; }
    .footer a {
      font-size: 14px; }

  .screen14.screen15 {
    background: white;
    padding: 15px 0; }
    .screen14.screen15 .container {
      padding: 55px 15px;
      background: url("../img/uk.png") no-repeat center;
      background-size: cover; }
      .screen14.screen15 .container .col-md-3 {
        text-align: center;
        margin-top: 30px; }
        .screen14.screen15 .container .col-md-3 img {
          width: auto;
          height: 80px;
          object-fit: contain;
          max-width: 150px;
          display: block;
          margin: 0 auto; }
        .screen14.screen15 .container .col-md-3 p {
          font-size: 16px;
          margin: 10px 0 0; }
          .screen14.screen15 .container .col-md-3 p span {
            color: #D56F33;
            font-weight: 700; }

  .screen14 {
    padding: 70px 0;
    background: linear-gradient(to right, white, #E0E1E1); }
    .screen14 iframe {
      width: 100%;
      height: 250px;
      margin-top: 30px; }
    .screen14 .head h2 span {
      text-transform: uppercase; }
    .screen14 .head p {
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      margin-top: 25px;
      margin-bottom: 40px; }
      .screen14 .head p span {
        margin-left: 0;
        padding: 5px 15px;
        text-transform: uppercase;
        background: #FBD249;
        display: inline-block;
        margin-top: 15px; }

  .screen13 {
    padding: 70px 0;
    position: relative; }
    .screen13:after {
      content: '';
      width: 140px;
      height: 90px;
      position: absolute;
      bottom: -35px;
      right: 0;
      background: url("../img/paprica.png") no-repeat center;
      background-size: contain; }
    .screen13 .head h2 span {
      text-transform: uppercase;
      color: #D56F33; }
    .screen13 .head p {
      font-size: 18px;
      margin: 10px 0 25px; }
    .screen13 .head .stick span {
      padding: 5px 10px;
      font-size: 20px;
      font-weight: 700; }

  .gallery-wrap {
    margin-top: 50px;
    padding: 0 0; }
    .gallery-wrap:after {
      display: none; }
    .gallery-wrap .col {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: calc(33.3% - 20px); }
      .gallery-wrap .col img:first-of-type {
        margin-bottom: 20px; }

  .screen12 {
    padding: 70px 0; }
    .screen12 .col-md-3 {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 30px; }
      .screen12 .col-md-3:last-of-type {
        margin-bottom: 0; }
      .screen12 .col-md-3 div {
        width: calc(100% - 70px); }
    .screen12 .head {
      padding-left: 50px; }
      .screen12 .head h2 span {
        padding: 5px 20px;
        font-size: 18px;
        width: 200px;
        display: block;
        margin-left: auto;
        line-height: 165%; }
        .screen12 .head h2 span:before {
          width: 100%;
          left: -23px;
          position: absolute;
          height: 6px; }
    .screen12 p {
      font-size: 15px;
      width: 200px;
      margin-left: auto;
      margin-top: 5px;
      margin-bottom: -15px; }

  .wrap-pred {
    margin-top: 30px;
    font-size: 15px; }
    .wrap-pred .col-md-3:not(:last-of-type) {
      position: relative; }
      .wrap-pred .col-md-3:not(:last-of-type):after {
        content: '';
        width: 6px;
        left: 42px;
        top: 60px;
        background: #ED3833;
        height: 100%;
        position: absolute;
        z-index: -1; }
    .wrap-pred:after {
      content: '';
      width: 5px;
      left: 42px;
      top: 37px;
      background: #ED3833;
      height: 73%;
      position: absolute;
      z-index: -1;
      display: none; }
    .wrap-pred:before {
      content: '';
      width: 6px;
      left: 42px;
      top: -116px;
      background: #ED3833;
      height: 160px;
      position: absolute;
      z-index: -1; }
    .wrap-pred img {
      width: 60px;
      height: 60px; }
    .wrap-pred span {
      font-size: 18px;
      margin-bottom: 5px; }

  .eco-wrap {
    margin-top: 70px;
    font-size: 20px; }
    .eco-wrap span {
      padding: 5px 15px; }
      .eco-wrap span:after {
        width: 100px;
        height: 80px;
        right: -40%;
        top: -55px; }

  .screen10 {
    padding: 70px 0; }
    .screen10 .flex-mel {
      margin-top: 40px; }
      .screen10 .flex-mel .wrap {
        font-size: 0; }
        .screen10 .flex-mel .wrap span {
          font-size: 12px; }
      .screen10 .flex-mel .left {
        width: 30%;
        padding-right: 40px; }
        .screen10 .flex-mel .left .wrap:first-of-type {
          margin-left: 50px;
          width: calc(100% + 35px); }
        .screen10 .flex-mel .left .wrap:last-of-type {
          margin-left: 50px;
          width: calc(100% + 35px); }
      .screen10 .flex-mel .center {
        width: 40%; }
        .screen10 .flex-mel .center img {
          width: calc(100% + 160px);
          margin-left: -80px;
          margin-top: -50px;
          margin-bottom: -50px; }
      .screen10 .flex-mel .right {
        width: 30%;
        padding-left: 40px; }
        .screen10 .flex-mel .right .wrap:first-of-type {
          margin-left: -85px;
          width: calc(100% + 35px); }
        .screen10 .flex-mel .right .wrap:last-of-type {
          margin-left: -85px;
          width: calc(100% + 35px); }

  .screen7.screen9 .products-wrap {
    width: calc(100% + 7px);
    margin-right: -7px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap; }
    .screen7.screen9 .products-wrap .product {
      width: calc(50% - 7px);
      margin-right: 7px;
      margin-top: 15px;
      padding-bottom: 0; }
      .screen7.screen9 .products-wrap .product .img-wrap {
        height: 120px; }
      .screen7.screen9 .products-wrap .product .product-body {
        padding: 15px 0;
        height: calc(100% - 120px);
        padding-bottom: 70px; }
        .screen7.screen9 .products-wrap .product .product-body .name {
          font-size: 14px; }
        .screen7.screen9 .products-wrap .product .product-body p {
          font-size: 13px;
          margin-top: 10px; }
        .screen7.screen9 .products-wrap .product .product-body .vars {
          flex-flow: row;
          flex-wrap: wrap;
          justify-content: flex-start; }
          .screen7.screen9 .products-wrap .product .product-body .vars span {
            width: 40%;
            margin-right: 10%;
            padding: 2px 2px;
            font-size: 12px;
            margin-bottom: 8px; }
        .screen7.screen9 .products-wrap .product .product-body .main-btn {
          width: 100%;
          margin: 0 0 0;
          position: absolute;
          bottom: 20px;
          left: 0;
          width: calc(100%); }

  .screen7 {
    padding: 70px 0; }
    .screen7 .head {
      text-align: center; }
      .screen7 .head p {
        font-size: 18px; }
    .screen7 .products-wrap {
      width: calc(100% + 20px);
      margin-right: -20px; }
      .screen7 .products-wrap .product {
        width: calc(33.3% - 20px);
        margin-right: 20px;
        padding: 10px;
        margin-top: 30px; }
        .screen7 .products-wrap .product .img-wrap {
          height: 200px;
          padding: 15px; }
        .screen7 .products-wrap .product .product-body {
          padding: 20px 0; }
          .screen7 .products-wrap .product .product-body .name {
            font-size: 20px; }
          .screen7 .products-wrap .product .product-body .attr-wrap {
            margin: 10px 0 20px; }
            .screen7 .products-wrap .product .product-body .attr-wrap .attr span {
              font-size: 14px; }
          .screen7 .products-wrap .product .product-body .prices span {
            font-size: 18px; }
            .screen7 .products-wrap .product .product-body .prices span i {
              font-size: 16px; }
          .screen7 .products-wrap .product .product-body .prices strike {
            font-size: 18px; }
            .screen7 .products-wrap .product .product-body .prices strike i {
              font-size: 14px; }
          .screen7 .products-wrap .product .product-body .main-btn {
            width: calc(100%);
            margin: 15px 0 0; }

  .screen6 {
    padding: 70px 0; }
    .screen6:before {
      display: none; }
    .screen6:after {
      display: none; }
    .screen6 form {
      padding: 50px 20px;
      margin-top: 30px; }
      .screen6 form h4 {
        font-size: 25px; }
      .screen6 form .prc {
        font-size: 14px;
        margin-bottom: 30px; }
        .screen6 form .prc span {
          font-size: 30px; }
    .screen6 .head h2 {
      color: #ED3833; }
      .screen6 .head h2 span {
        padding: 5px 15px;
        margin-right: 15px; }
    .screen6 p {
      font-size: 20px;
      margin-top: 25px;
      margin-bottom: 30px; }
    .screen6 .flex-tand2 {
      padding-top: 40px; }
      .screen6 .flex-tand2 img.left-tand {
        width: calc(50%);
        position: relative;
        z-index: 1; }
      .screen6 .flex-tand2 .imgs {
        position: relative;
        width: calc(50% - 20px); }
        .screen6 .flex-tand2 .imgs:before {
          content: '';
          width: 65%;
          height: calc(100% - 25px);
          border: 7px solid #ED3833;
          border-bottom-color: transparent;
          position: absolute;
          right: calc(100% - 37px);
          top: -40px;
          z-index: 0; }
        .screen6 .flex-tand2 .imgs .img-row {
          margin-bottom: 15px;
          position: relative;
          z-index: 1; }
          .screen6 .flex-tand2 .imgs .img-row img {
            width: 65px;
            height: 65px;
            border: 5px solid #ED3833;
            padding: 5px; }
          .screen6 .flex-tand2 .imgs .img-row p {
            font-size: 14px;
            width: calc(100% - 80px); }

  .screen5 {
    padding: 70px 0; }
    .screen5 .flex-tand {
      display: block;
      margin: 30px 0 0;
      position: relative;
      padding: 0 0; }
      .screen5 .flex-tand:before {
        display: none; }
      .screen5 .flex-tand:after {
        display: none; }
      .screen5 .flex-tand img.main-img {
        display: none; }
      .screen5 .flex-tand .complect {
        border: 4px solid #FBD249; }
        .screen5 .flex-tand .complect.c1 {
          width: 100%; }
          .screen5 .flex-tand .complect.c1 .top {
            position: relative; }
            .screen5 .flex-tand .complect.c1 .top:before {
              content: '';
              width: 100px;
              height: 60px;
              position: absolute;
              left: -15px;
              top: -30px;
              background: url("../img/leave.png") no-repeat center;
              background-size: contain; }
          .screen5 .flex-tand .complect.c1:before {
            display: none; }
          .screen5 .flex-tand .complect.c1:after {
            content: '+';
            width: 50px;
            height: 50px;
            left: calc(50% - 25px);
            top: calc(100% + 5px);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            color: black;
            transform: translateY(0);
            position: absolute; }
          .screen5 .flex-tand .complect.c1 img {
            max-width: 40% !important;
            width: auto !important; }
            .screen5 .flex-tand .complect.c1 img:nth-of-type(1) {
              order: 1;
              margin-left: -70px; }
            .screen5 .flex-tand .complect.c1 img:nth-of-type(2) {
              margin-left: -80px;
              order: 2; }
            .screen5 .flex-tand .complect.c1 img:nth-of-type(3) {
              order: 0;
              margin-top: -70px; }
            .screen5 .flex-tand .complect.c1 img:nth-of-type(4) {
              margin-top: -30px;
              margin-left: 10px;
              order: 3; }
            .screen5 .flex-tand .complect.c1 img:nth-of-type(5) {
              margin-top: -70px;
              margin-left: -30px;
              margin-right: -80px;
              order: 4; }
            .screen5 .flex-tand .complect.c1 img:nth-of-type(6) {
              margin-top: 50px;
              order: 5;
              margin-left: 20px; }
        .screen5 .flex-tand .complect.c2 {
          border-color: #D56F33;
          width: 100%;
          margin-top: 60px; }
          .screen5 .flex-tand .complect.c2:before {
            display: none; }
          .screen5 .flex-tand .complect.c2 .complect-body {
            display: block;
            text-align: center; }
            .screen5 .flex-tand .complect.c2 .complect-body img {
              width: auto;
              max-width: 100%;
              margin: 0 auto; }
              .screen5 .flex-tand .complect.c2 .complect-body img:nth-of-type(2) {
                margin-top: -80px;
                margin-left: auto;
                margin-right: 0;
                display: block; }
              .screen5 .flex-tand .complect.c2 .complect-body img:nth-of-type(3) {
                margin-top: -40px; }
        .screen5 .flex-tand .complect .top {
          padding: 10px 0; }
        .screen5 .flex-tand .complect .complect-body {
          padding: 25px 0; }
          .screen5 .flex-tand .complect .complect-body img {
            max-width: 33.3%;
            min-width: 25%; }

  .screen4 {
    padding: 70px 0;
    background: url("../img/bg3.jpg") no-repeat center;
    background-attachment: inherit;
    background-size: cover;
    position: relative; }
    .screen4 p {
      font-size: 16px; }

  .flex-form {
    margin-top: 35px;
    display: block; }
    .flex-form .input-wrap {
      width: 100%;
      margin-bottom: 20px; }
      .flex-form .input-wrap:before {
        content: '';
        width: 45px;
        height: 37px;
        border-right: 1px solid #ECECEC; }
      .flex-form .input-wrap input {
        width: 100%;
        height: 45px; }
    .flex-form .main-btn {
      width: 100%; }

  .screen3 {
    padding: 70px 0; }
    .screen3 .flex-ros {
      margin-top: 20px;
      flex-direction: column-reverse; }
      .screen3 .flex-ros .left {
        width: 100%;
        margin-top: 25px; }
        .screen3 .flex-ros .left .one:not(:last-of-type) {
          margin-bottom: 30px; }
        .screen3 .flex-ros .left .one img {
          width: 40px; }
        .screen3 .flex-ros .left .one p {
          font-size: 15px;
          width: calc(100% - 60px); }
      .screen3 .flex-ros .right {
        width: 100%; }
        .screen3 .flex-ros .right img {
          width: 100%;
          max-width: 350px;
          margin: 0 auto;
          display: block; }

  .screen2 {
    padding: 70px 0; }
    .screen2 .flex-ben {
      margin-top: 35px; }
      .screen2 .flex-ben .left {
        width: 45%;
        padding-right: 40px; }
        .screen2 .flex-ben .left .top {
          font-size: 20px;
          padding-bottom: 15px;
          border-bottom: 1px solid #D6D6D6; }
        .screen2 .flex-ben .left .btm {
          margin-top: 25px; }
          .screen2 .flex-ben .left .btm .ln {
            font-size: 14px; }
            .screen2 .flex-ben .left .btm .ln img {
              width: 15px; }
      .screen2 .flex-ben .right {
        width: 55%; }
        .screen2 .flex-ben .right iframe {
          height: 350px; }
    .screen2 .flex-benefits .ben {
      width: calc(33.3% - 10px); }
      .screen2 .flex-benefits .ben img {
        width: 60px;
        height: 60px;
        margin: 0 auto 10px; }
      .screen2 .flex-benefits .ben span {
        font-size: 17px; }
      .screen2 .flex-benefits .ben p {
        font-size: 14px; }

  .head h2 {
    font-size: 30px; }

  .header .flex-header {
    padding: 10px 0; }
    .header .flex-header .logo img {
      width: 200px; }
    .header .flex-header .phone-wrap .line {
      font-size: 14px; }
      .header .flex-header .phone-wrap .line:first-child {
        margin-bottom: 7px; }
      .header .flex-header .phone-wrap .line img {
        width: 17px;
        height: 17px;
        margin-right: 10px;
        top: -2px; }
  .header .header-bottom {
    padding: 10px 0;
    border-top: 1px solid #434255; }
    .header .header-bottom .main-menu-wrap {
      width: calc(100% - 200px); }
      .header .header-bottom .main-menu-wrap ul {
        padding: 0;
        margin: 0; }
        .header .header-bottom .main-menu-wrap ul li {
          margin-right: 10px; }
          .header .header-bottom .main-menu-wrap ul li:not(:last-of-type):after {
            display: none; }
          .header .header-bottom .main-menu-wrap ul li a {
            font-size: 14px; }

  .main-btn {
    font-size: 14px; }

  .screen1 {
    padding: 70px 0; }
    .screen1:before {
      width: 10vw;
      height: 15vw; }
    .screen1:after {
      width: 25vw;
      height: 25vw;
      bottom: 0;
      right: 0; }
    .screen1 .container {
      padding: 0 15px; }
    .screen1 h1 {
      font-size: 32px; }
    .screen1 h2 {
      font-size: 20px; }
      .screen1 h2 span {
        margin: 0 15px; }
    .screen1 p {
      font-size: 14px; }

  .sale-wrap {
    padding: 15px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px; }
    .sale-wrap .top {
      margin-bottom: 5px; }
      .sale-wrap .top h3 {
        font-size: 50px; }
      .sale-wrap .top span {
        font-size: 17px; }
        .sale-wrap .top span b {
          font-size: 25px; }
    .sale-wrap .sale-body {
      background: #27253B;
      padding: 15px 15px 25px;
      border-radius: 10px; }
      .sale-wrap .sale-body .heading {
        font-size: 22px; }
      .sale-wrap .sale-body .present-wrap {
        width: calc(100% + 15px);
        margin-left: -15px;
        margin-top: 15px; }
        .sale-wrap .sale-body .present-wrap .present {
          width: 45%;
          font-size: 13px;
          padding: 3px 10px 8px;
          padding-left: 15px; }
          .sale-wrap .sale-body .present-wrap .present:before {
            content: '';
            width: 18px;
            height: 18px;
            top: 4px;
            margin-right: 5px; }
        .sale-wrap .sale-body .present-wrap .inf {
          width: 53%;
          font-size: 12px; }
      .sale-wrap .sale-body .pred-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px; }
        .sale-wrap .sale-body .pred-wrap:before {
          content: '●';
          width: 3px;
          left: -10px;
          top: -35px;
          height: calc(50% + 35px); }
        .sale-wrap .sale-body .pred-wrap:after {
          width: 100%;
          left: -10px;
          top: 50%;
          height: 3px; }
        .sale-wrap .sale-body .pred-wrap img {
          width: 60px;
          height: 60px;
          border-radius: 50%;
          border: 4px solid #ED3833;
          padding: 6px; }
      .sale-wrap .sale-body p {
        font-size: 18px;
        margin: 10px 0; }
      .sale-wrap .sale-body .table-price-wrap {
        margin-top: 20px; }
        .sale-wrap .sale-body .table-price-wrap .table-price {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 10px; }
          .sale-wrap .sale-body .table-price-wrap .table-price .left {
            width: 60%;
            font-size: 12px;
            text-align: right;
            padding-right: 15px; }
          .sale-wrap .sale-body .table-price-wrap .table-price .right {
            width: 40%;
            background: #ED3833;
            font-size: 16px;
            padding: 5px 0; }
      .sale-wrap .sale-body form {
        margin-top: 25px; }
        .sale-wrap .sale-body form input {
          height: 40px;
          font-size: 15px;
          margin-bottom: 10px; }

  .heading-wrap:before {
    width: 50%;
    height: calc(100% + 60px);
    left: -30px;
    top: -30px; } }
@media (max-width: 768px) {
  .screen1.thanks {
    padding: 100px 0;
    background: url("../img/thanks.png") no-repeat center;
    background-size: cover; }

  .screen1.thanks a.main-btn {
    text-decoration: none;
    padding: 10px 30px 13px;
    color: black; }

  .main-popup-wrap.order-popup .name {
    text-align: center;
    font-size: 20px;
    font-weight: 700; }
  .main-popup-wrap.order-popup p {
    text-align: center;
    font-size: 14px;
    margin-top: 10px; }
  .main-popup-wrap.order-popup .flex-form {
    display: block; }
    .main-popup-wrap.order-popup .flex-form .input-wrap {
      width: 100%; }
      .main-popup-wrap.order-popup .flex-form .input-wrap.inp3 {
        width: 100%; }
    .main-popup-wrap.order-popup .flex-form textarea {
      height: 80px; }
    .main-popup-wrap.order-popup .flex-form .main-btn {
      margin: 0 auto;
      width: 100%; }
  .main-popup-wrap.order-call .name {
    text-align: center;
    font-size: 20px;
    font-weight: 700; }
  .main-popup-wrap.order-call p {
    text-align: center;
    font-size: 14px;
    margin-top: 10px; }
  .main-popup-wrap.order-call .flex-form {
    display: block; }
    .main-popup-wrap.order-call .flex-form .input-wrap {
      width: 100%; }
      .main-popup-wrap.order-call .flex-form .input-wrap.inp3 {
        width: 100%; }
    .main-popup-wrap.order-call .flex-form textarea {
      height: 80px; }
    .main-popup-wrap.order-call .flex-form .main-btn {
      margin: 0 auto;
      width: 100%; }

  .popup-wrap {
    overflow-y: auto;
    display: block; }

  .popup {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 50px 15px;
    margin: 40px 0 40px 10px; }
    .popup .closer span {
      font-size: 25px;
      color: black;
      cursor: pointer;
      position: absolute;
      right: 10px;
      top: 0; }
    .popup .flex-details {
      display: block; }
      .popup .flex-details .name {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px; }
      .popup .flex-details .left {
        width: 100%;
        margin-bottom: 30px; }
        .popup .flex-details .left .prev {
          height: 250px; }
          .popup .flex-details .left .prev img {
            height: 250px; }
      .popup .flex-details .right {
        width: 100%; }
        .popup .flex-details .right .main-btn {
          width: 100%; }
          .popup .flex-details .right .main-btn img {
            width: 30px;
            margin-right: 10px; }
        .popup .flex-details .right .prices {
          text-align: center;
          margin: 15px 0 10px; }

  .footer {
    padding: 50px 0; }
    .footer .row {
      display: flex !important;
      flex-flow: row;
      flex-wrap: wrap;
      float: none; }
      .footer .row .col-md-4 {
        width: 100% !important;
        order: 0;
        margin-bottom: 20px;
        text-align: center;
        float: none; }
      .footer .row .col-md-3.fc {
        order: 1;
        width: 49% !important;
        float: none; }
      .footer .row .col-md-3.lc {
        order: 3;
        margin-top: 20px;
        width: 100% !important;
        float: none; }
      .footer .row .col-md-2 {
        order: 2;
        width: 49% !important;
        float: none; }
    .footer span {
      font-size: 18px; }
    .footer p {
      font-size: 14px; }
    .footer .logo2 img {
      width: 250px;
      margin-bottom: 10px; }
    .footer a {
      font-size: 14px; }

  .screen14.screen15 {
    background: white;
    padding: 15px 0; }
    .screen14.screen15 .container {
      padding: 35px 15px;
      background: url("../img/uk.png") no-repeat center;
      background-size: 300%; }
      .screen14.screen15 .container .col-md-3 {
        text-align: center;
        margin-top: 30px; }
        .screen14.screen15 .container .col-md-3 img {
          width: auto;
          height: 80px;
          object-fit: contain;
          max-width: 150px;
          display: block;
          margin: 0 auto; }
        .screen14.screen15 .container .col-md-3 p {
          font-size: 16px;
          margin: 10px 0 0; }
          .screen14.screen15 .container .col-md-3 p span {
            color: #D56F33;
            font-weight: 700; }

  .screen14 {
    padding: 50px 0; }
    .screen14 iframe {
      width: 100%;
      height: 50vw;
      margin-top: 30px; }
    .screen14 .head p {
      margin: 10px 0 15px; }

  .screen13 {
    padding: 50px 0; }
    .screen13 .head p {
      font-size: 17px;
      margin: 10px 0 25px; }
    .screen13 .head .stick span {
      padding: 5px 10px;
      font-size: 19px; }

  .screen12 {
    padding: 50px 0; }

  .eco-wrap {
    margin-top: 40px;
    font-size: 18px; }
    .eco-wrap span {
      padding: 5px 15px; }
      .eco-wrap span:after {
        width: 100px;
        height: 80px;
        right: -40%;
        top: -55px; }

  .screen4.screen11 {
    padding: 50px 0;
    background: url("../img/bg6.png") no-repeat center;
    background-attachment: inherit;
    background-size: cover;
    position: relative; }

  .screen10 {
    padding: 50px 0; }
    .screen10 .flex-mel {
      margin-top: 20px; }
      .screen10 .flex-mel .wrap {
        font-size: 0; }
        .screen10 .flex-mel .wrap span {
          font-size: 12px; }
      .screen10 .flex-mel .left {
        width: 37%;
        padding-right: 10px; }
        .screen10 .flex-mel .left .wrap:first-of-type {
          margin-left: 10px;
          width: calc(100% + 15px); }
        .screen10 .flex-mel .left .wrap:last-of-type {
          margin-left: 10px;
          width: calc(100% + 15px); }
      .screen10 .flex-mel .center {
        width: 25%;
        margin-bottom: 20px; }
        .screen10 .flex-mel .center img {
          width: calc(100% + 100px);
          margin-left: -50px;
          margin-top: 0;
          margin-bottom: 0; }
      .screen10 .flex-mel .right {
        width: 37%;
        padding-left: 10px; }
        .screen10 .flex-mel .right .wrap:first-of-type {
          margin-left: -40px;
          width: calc(100% + 35px); }
        .screen10 .flex-mel .right .wrap:nth-of-type(3) {
          position: relative;
          top: 15px; }
        .screen10 .flex-mel .right .wrap:last-of-type {
          margin-left: -40px;
          width: calc(100% + 35px);
          margin-top: 10px; }

  .screen4.screen8 {
    padding: 50px 0;
    background: url("../img/bg4.png") no-repeat center;
    background-attachment: inherit;
    background-size: cover;
    position: relative; }

  .screen7 {
    padding: 50px 0; }
    .screen7 .head {
      text-align: center; }
      .screen7 .head h2 {
        text-transform: lowercase; }
        .screen7 .head h2 span {
          text-transform: uppercase; }
      .screen7 .head p {
        font-size: 18px; }
    .screen7 .products-wrap {
      width: calc(100%);
      margin-right: 0;
      display: block; }
      .screen7 .products-wrap .product {
        width: 100%;
        margin-right: 0;
        padding: 10px;
        margin-top: 20px; }
        .screen7 .products-wrap .product .img-wrap {
          height: 200px;
          padding: 15px; }
        .screen7 .products-wrap .product .product-body {
          padding: 20px 0; }
          .screen7 .products-wrap .product .product-body .name {
            font-size: 20px; }
          .screen7 .products-wrap .product .product-body .attr-wrap {
            margin: 10px 0 20px; }
            .screen7 .products-wrap .product .product-body .attr-wrap .attr span {
              font-size: 14px; }
          .screen7 .products-wrap .product .product-body .prices span {
            font-size: 25px; }
            .screen7 .products-wrap .product .product-body .prices span i {
              font-size: 16px; }
          .screen7 .products-wrap .product .product-body .prices strike {
            font-size: 18px; }
            .screen7 .products-wrap .product .product-body .prices strike i {
              font-size: 14px; }
          .screen7 .products-wrap .product .product-body .main-btn {
            width: calc(100%);
            margin: 15px 0 0; }

  .screen6 {
    padding: 50px 0; }
    .screen6:before {
      display: none; }
    .screen6:after {
      display: none; }
    .screen6 form {
      padding: 40px 15px; }
      .screen6 form h4 {
        font-size: 25px; }
      .screen6 form .prc {
        font-size: 14px;
        margin-bottom: 30px; }
        .screen6 form .prc span {
          font-size: 30px; }
    .screen6 .head h2 {
      color: #ED3833; }
      .screen6 .head h2 span {
        padding: 5px 15px;
        margin-right: 15px; }
    .screen6 p {
      font-size: 18px;
      margin-top: 25px;
      margin-bottom: 30px; }
    .screen6 .flex-tand2 {
      padding-top: 40px;
      align-items: center; }
      .screen6 .flex-tand2 img.left-tand {
        width: calc(50%);
        position: relative;
        z-index: 1;
        margin-right: -10%; }
      .screen6 .flex-tand2 .imgs {
        position: relative;
        width: calc(60%); }
        .screen6 .flex-tand2 .imgs:before {
          content: '';
          width: 45%;
          height: calc(100% - 10px);
          border: none;
          border-bottom-color: transparent;
          position: absolute;
          right: calc(100% - 28px);
          top: -40px;
          z-index: 0;
          background: url("../img/ramka.png") no-repeat center;
          background-size: 100% 100%; }
        .screen6 .flex-tand2 .imgs .img-row {
          margin-bottom: 15px;
          position: relative;
          z-index: 1; }
          .screen6 .flex-tand2 .imgs .img-row img {
            width: 50px;
            height: 50px;
            border: 3px solid #ED3833;
            padding: 3px; }
          .screen6 .flex-tand2 .imgs .img-row p {
            font-size: 12px;
            width: calc(100% - 60px); }
            .screen6 .flex-tand2 .imgs .img-row p b {
              display: block; }

  .screen5 {
    padding: 50px 0; }

  .screen4 {
    padding: 50px 0;
    background: url("../img/bg3.jpg") no-repeat center;
    background-attachment: inherit;
    background-size: cover;
    position: relative; }
    .screen4 .head h2 {
      font-size: 25px; }
      .screen4 .head h2 span {
        display: block;
        margin-top: 10px; }
    .screen4 p {
      font-size: 16px; }

  .flex-form {
    margin-top: 35px;
    display: block; }
    .flex-form .input-wrap {
      width: 100%;
      margin-bottom: 15px; }
      .flex-form .input-wrap:before {
        content: '';
        width: 45px;
        height: 37px;
        border-right: 1px solid #ECECEC; }
      .flex-form .input-wrap input {
        width: 100%;
        height: 45px; }
    .flex-form .main-btn {
      width: 100%; }

  .screen3 {
    padding: 50px 0; }
    .screen3 .flex-ros {
      margin-top: 20px;
      flex-direction: column-reverse; }
      .screen3 .flex-ros .left .one:not(:last-of-type) {
        margin-bottom: 20px; }
      .screen3 .flex-ros .left .one img {
        width: 40px; }
      .screen3 .flex-ros .left .one p {
        font-size: 14px;
        width: calc(100% - 55px); }

  .screen2 {
    padding: 50px 0; }
    .screen2 .head h2 span {
      display: block; }
    .screen2 .flex-ben {
      margin-top: 35px;
      flex-direction: column-reverse; }
      .screen2 .flex-ben .left {
        width: 100%;
        padding-right: 0;
        margin-top: 20px; }
        .screen2 .flex-ben .left .top {
          font-size: 20px;
          padding-bottom: 15px;
          border-bottom: 1px solid #D6D6D6; }
        .screen2 .flex-ben .left .btm {
          display: none;
          margin-top: 25px; }
          .screen2 .flex-ben .left .btm .ln {
            font-size: 14px; }
            .screen2 .flex-ben .left .btm .ln img {
              width: 15px; }
      .screen2 .flex-ben .right {
        width: 100%; }
        .screen2 .flex-ben .right iframe {
          height: 50vw; }
    .screen2 .flex-benefits {
      display: block; }
      .screen2 .flex-benefits .ben {
        width: 100%;
        margin-bottom: 15px; }
        .screen2 .flex-benefits .ben img {
          width: 60px;
          height: 60px;
          margin: 0 auto 10px; }
        .screen2 .flex-benefits .ben span {
          font-size: 17px; }
        .screen2 .flex-benefits .ben p {
          font-size: 14px; }

  .head h2 {
    font-size: 25px; }

  .mob-visible {
    display: block; }

  .pc-visible {
    display: none; }

  .header .flex-header {
    padding: 5px 0; }
    .header .flex-header .logo img {
      width: 140px; }
    .header .flex-header .phone-wrap.address-wrap {
      display: none; }
    .header .flex-header .phone-wrap .line {
      font-size: 13px; }
      .header .flex-header .phone-wrap .line:first-child {
        margin-bottom: 5px; }
      .header .flex-header .phone-wrap .line img {
        width: 15px;
        height: 15px;
        margin-right: 10px;
        top: -2px; }
  .header .header-bottom {
    padding: 5px 0;
    border-top: none;
    display: block; }
    .header .header-bottom .main-btn {
      display: none; }
    .header .header-bottom p {
      text-align: center;
      font-size: 14px;
      color: white; }
    .header .header-bottom .main-menu-wrap {
      width: calc(100% - 200px);
      display: none; }
      .header .header-bottom .main-menu-wrap ul {
        padding: 0;
        margin: 0; }
        .header .header-bottom .main-menu-wrap ul li {
          margin-right: 10px; }
          .header .header-bottom .main-menu-wrap ul li:not(:last-of-type):after {
            display: none; }
          .header .header-bottom .main-menu-wrap ul li a {
            font-size: 14px; }

  .main-btn {
    font-size: 14px; }

  .screen1 {
    padding: 50px 0;
    background: #EBECEC; }
    .screen1:before {
      width: 10vw;
      height: 15vw;
      display: none; }
    .screen1:after {
      width: 25vw;
      height: 25vw;
      bottom: 0;
      right: 0;
      display: none; }
    .screen1 .container {
      padding: 0 15px; }
    .screen1 h1 {
      font-size: 19px; }
    .screen1 h2 {
      font-size: 14px;
      margin: 8px 0 5px; }
      .screen1 h2 span {
        margin: 0 5px; }
    .screen1 p {
      font-size: 12px; }

  .sale-wrap {
    padding: 0;
    margin-top: 50px;
    margin-left: auto;
    margin-right: inherit;
    max-width: 100%;
    background: transparent;
    position: relative; }
    .sale-wrap:before {
      content: '';
      width: calc(50% + 15px);
      height: 100vw;
      background: url("../img/tand-mob.png") no-repeat left;
      background-size: contain;
      position: absolute;
      top: -30px;
      left: -15px;
      max-height: 400px;
      z-index: -1; }
    .sale-wrap .top {
      display: block;
      margin-bottom: 5px;
      text-align: right; }
      .sale-wrap .top h3 {
        font-size: 45px; }
      .sale-wrap .top span {
        font-size: 17px; }
        .sale-wrap .top span b {
          font-size: 25px; }
    .sale-wrap .sale-body {
      background: transparent;
      padding: 0;
      border-radius: 10px;
      display: flex;
      flex-direction: column; }
      .sale-wrap .sale-body .heading {
        font-size: 22px;
        order: 0; }
      .sale-wrap .sale-body .present-wrap {
        width: calc(100%);
        margin-left: 0;
        margin-top: 15px;
        order: 2;
        display: block; }
        .sale-wrap .sale-body .present-wrap .present {
          width: 100%;
          font-size: 0;
          padding: 3px 10px 8px;
          padding-left: 15px;
          background: none; }
          .sale-wrap .sale-body .present-wrap .present:before {
            content: '';
            width: 40px;
            height: 40px;
            background: url("../img/present.png") no-repeat center;
            background-size: contain;
            top: 4px;
            margin-right: 0;
            margin-left: auto;
            display: block; }
        .sale-wrap .sale-body .present-wrap .inf {
          width: 100%;
          font-size: 12px; }
      .sale-wrap .sale-body .pred-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
        order: 3;
        font-family: Roboto Condensed; }
        .sale-wrap .sale-body .pred-wrap:before {
          content: '●';
          width: 3px;
          left: -10px;
          top: -35px;
          height: calc(50% + 35px); }
        .sale-wrap .sale-body .pred-wrap:after {
          width: 100%;
          left: -10px;
          top: 50%;
          height: 3px; }
        .sale-wrap .sale-body .pred-wrap img {
          width: 70px;
          height: 70px;
          border-radius: 50%;
          border: 4px solid #ED3833;
          padding: 6px; }
      .sale-wrap .sale-body p {
        font-size: 18px;
        margin: 10px 0; }
      .sale-wrap .sale-body .table-price-wrap {
        margin-top: 10px;
        width: 100%;
        order: 1; }
        .sale-wrap .sale-body .table-price-wrap .table-price {
          display: flex;
          align-items: flex-end;
          justify-content: flex-end;
          margin-bottom: 10px; }
          .sale-wrap .sale-body .table-price-wrap .table-price .left {
            width: auto;
            font-size: 14px;
            text-align: right;
            padding-right: 10px;
            color: black;
            font-weight: 700; }
            .sale-wrap .sale-body .table-price-wrap .table-price .left i, .sale-wrap .sale-body .table-price-wrap .table-price .left span {
              display: none; }
          .sale-wrap .sale-body .table-price-wrap .table-price .right {
            width: auto;
            color: #ED3833;
            background: transparent;
            font-size: 18px;
            padding: 0 0;
            font-weight: 700; }
      .sale-wrap .sale-body form {
        margin-top: 25px;
        order: 4; }
        .sale-wrap .sale-body form input {
          height: 40px;
          font-size: 15px;
          margin-bottom: 10px;
          color: black;
          background: #DEDEE0;
          border: 2px solid white; }
          .sale-wrap .sale-body form input::placeholder {
            color: black; }
        .sale-wrap .sale-body form .main-btn {
          color: black; }
    .sale-wrap .zag1 {
      font-size: 18px;
      font-weight: 700;
      font-style: normal;
      font-family: Roboto Condensed;
      margin-top: 10px; }
      .sale-wrap .zag1 span {
        color: #ED3833; }
        .sale-wrap .zag1 span:first-of-type {
          font-size: 25px; }
    .sale-wrap .zag2 {
      font-size: 14px;
      font-weight: 700;
      font-style: normal;
      font-family: Roboto Condensed;
      margin-top: 10px;
      text-transform: uppercase; }

  .heading-wrap {
    padding-left: 15px; }
    .heading-wrap:before {
      width: 50%;
      height: calc(100% + 30px);
      left: 0;
      top: -20px; } }

/*# sourceMappingURL=main.css.map */
