/****************************************************************
* @Date:   x x, 2020
* @Description: SCSS
*****************************************************************/
/*******************  FONTS *****************/
/*@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/SourceSansProBold/SourceSansProBold.woff') format('woff'),
         url('../fonts/SourceSansProBold/SourceSansProBold.ttf') format('truetype');
         }*/
@font-face {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GothamProRegular.woff2") format("woff2"); }

@font-face {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/GothamProMedium.woff2") format("woff2"); }

@font-face {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GothamProBold.woff2") format("woff2"); }

@font-face {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/GothamProBlack.woff2") format("woff2"); }

/*********************  preloader  *******************/
/********************  VARS  *****************/
/**********************  MEDIA  *******************/
/*************************** BODY **************************/
html, body {
  height: 100%; }

body {
  font-family: 'GothamPro', sans-serif;
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
  font-weight: 400; }

header,
footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.ninja {
  display: none; }

ul {
  list-style: none;
  margin: 0; }

p {
  font-style: normal;
  margin: 0; }

p.ninja {
  display: none; }

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

h1 {
  font-size: 30px; }

label {
  margin-bottom: 0; }

.btn {
  display: inline-block;
  background-color: #ff3333;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 3, 1, 0.18);
          box-shadow: 0px 3px 10px 0px rgba(0, 3, 1, 0.18); }

@media all and (max-width: 575px) {
  .btn {
    font-size: 18px; } }

.btn:hover {
  background-color: #d6261d;
  color: #fff; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }

a:hover, a:active, a:focus {
  text-decoration: none; }

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

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

*:focus {
  outline: none; }

* {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

.center {
  text-align: center; }

.p-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

@media all and (max-width: 991px) {
  .p-80 {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media all and (max-width: 575px) {
  .p-80 {
    padding-top: 30px;
    padding-bottom: 30px; } }

.heading h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500; }

@media all and (max-width: 575px) {
  .heading h2 {
    font-size: 36px;
    line-height: 42px;
    text-align: center; } }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

input {
  border-radius: 0; }

input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

/*****************  ARROW UP  **************/
#arrowup {
  position: fixed;
  right: 20px;
  bottom: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background: url("../img/arrow_up.png");
  width: 52px;
  height: 52px;
  cursor: pointer;
  display: none;
  z-index: 1000; }

#arrowup:hover {
  opacity: 0.8; }

/********************  MODAL  **********************/
body.fancybox-active {
  overflow: visible !important; }

.modal {
  opacity: 0;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 98%;
  border-radius: 16px;
  -webkit-box-shadow: 0px 21px 92px 0px rgba(4, 5, 5, 0.5);
          box-shadow: 0px 21px 92px 0px rgba(4, 5, 5, 0.5); }

@media all and (max-width: 575px) {
  .modal {
    padding-left: 20px;
    padding-right: 20px; } }

.modal .fancybox-button svg path {
  fill: #ff3333; }

.fancybox-slide--complete .modal {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

#modal_calculate {
  max-width: 525px; }

#modal_calculate .title {
  text-align: center;
  margin-bottom: 20px; }

#modal_calculate .title h2 {
  font-size: 20px;
  line-height: 24px; }

#modal_calculate .form form .box_item {
  margin-bottom: 15px; }

#modal_calculate .form form .form_item label {
  display: block;
  margin-bottom: 3px; }

#modal_calculate .form form .form_item input {
  width: 100%;
  height: 42px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding-left: 10px; }

#modal_calculate .form form h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px; }

#modal_calculate .form form .form_data {
  margin-bottom: 10px; }

#modal_calculate .form form .policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  margin-bottom: 18px; }

@media all and (max-width: 575px) {
  #modal_calculate .form form .policy {
    max-width: 260px; } }

#modal_calculate .form form .policy .text p {
  font-size: 13px;
  line-height: 16px; }

#modal_calculate .form form .policy .checkbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  background-color: #ff3333;
  width: 16px;
  height: 16px;
  border-radius: 1px; }

#modal_calculate .form form .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto; }

#modal_calculate .form form .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none; }

#modal_calculate .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: block;
  z-index: 1000; }

#modal_calculate .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff; }

#modal_calculate .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block; }

#modal_calculate .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  color: transparent; }

#modal_calculate .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 5.5px;
  top: 2.5px;
  margin: auto;
  width: 6px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#modal_calculate .form form .form_submit {
  margin-bottom: 8px; }

#modal_calculate .form form .form_submit .btn {
  max-width: 310px;
  width: 100%;
  height: 48px;
  border: none;
  margin: 0 auto;
  display: block; }

#modal_calculate .form form .note {
  max-width: 263px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

#modal_calculate .form form .note p {
  font-size: 10px;
  line-height: 14px; }

#modal_thanks {
  max-width: 400px; }

#modal_thanks h2 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px; }

#modal_thanks p {
  text-align: center; }

/*********************  HEADER  ************************/
header {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  margin-bottom: 45px; }

@media all and (max-width: 991px) {
  header {
    background: linear-gradient(180deg, #c6c1b5 0%, #fefefe 73%);
    margin-bottom: 0; } }

@media all and (max-width: 575px) {
  header {
    text-align: center; } }

header:before {
  z-index: -1;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 62%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#c6c1b5), color-stop(73%, #fefefe));
  background: -o-linear-gradient(top, #c6c1b5 0%, #fefefe 73%);
  background: linear-gradient(180deg, #c6c1b5 0%, #fefefe 73%); }

@media all and (max-width: 1679px) {
  header:before {
    width: 64%; } }

@media all and (max-width: 1399px) {
  header:before {
    width: 70%; } }

@media all and (max-width: 991px) {
  header:before {
    width: 100%;
    display: none; } }

header:after {
  z-index: -1;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3333), color-stop(73%, #ff3333));
  background: -o-linear-gradient(top, #ff3333 0%, #ff3333 73%);
  background: linear-gradient(180deg, #ff3333 0%, #ff3333 73%); }

@media all and (max-width: 1679px) {
  header:after {
    width: 36%; } }

@media all and (max-width: 1399px) {
  header:after {
    width: 30%; } }

@media all and (max-width: 991px) {
  header:after {
    display: none; } }

@media all and (max-width: 767px) {
  header .header_top {
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 12px 19.32px 1.68px rgba(0, 3, 1, 0.11);
            box-shadow: 0px 12px 19.32px 1.68px rgba(0, 3, 1, 0.11); } }

header .header_top .header_logo .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

header .header_top .header_logo .logo a img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px; }

@media all and (max-width: 767px) {
  header .header_top .header_logo .logo a img {
    width: 50px; } }

@media all and (max-width: 991px) {
  header .header_top .header_logo .logo a .slogan {
    display: none; } }

header .header_top .header_logo .logo a .slogan span {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #ff3333;
  font-weight: 700; }

header .header_top .header_logo .logo a .slogan p {
  color: #000;
  font-size: 14px; }

@media all and (max-width: 767px) {
  header .header_top .header_online {
    display: none; } }

header .header_top .header_online .online a {
  font-weight: 700;
  color: #ff3333;
  background-color: transparent;
  border: 2px solid #ff3333;
  border-radius: 13px;
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 48px;
  line-height: 44px;
  text-align: center; }

header .header_top .header_online .online a:hover {
  background-color: #ff3333;
  color: #fff; }

header .header_top .header_contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media all and (max-width: 767px) {
  header .header_top .header_contacts {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

header .header_top .header_contacts .contacts {
  text-align: center; }

header .header_top .header_contacts .contacts .phone {
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  display: block; }

@media all and (max-width: 991px) {
  header .header_top .header_contacts .contacts .phone {
    font-size: 24px; } }

@media all and (max-width: 767px) {
  header .header_top .header_contacts .contacts .phone {
    color: #000; } }

@media all and (max-width: 575px) {
  header .header_top .header_contacts .contacts .phone {
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap; } }

header .header_top .header_contacts .contacts .email {
  color: #fff; }

@media all and (max-width: 767px) {
  header .header_top .header_contacts .contacts .email {
    display: none; } }

header .header_top .mobile_menu {
  display: none; }

@media all and (max-width: 767px) {
  header .header_top .mobile_menu {
    display: block; } }

header .header_top .mobile_menu .header_burger {
  position: relative;
  display: none;
  float: right; }

@media all and (max-width: 767px) {
  header .header_top .mobile_menu .header_burger {
    display: block; } }

header .header_top .mobile_menu .header_burger .burger_button {
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20; }

header .header_top .mobile_menu .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #f00;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

header .header_top .mobile_menu .header_burger .burger_button span:nth-child(1) {
  top: 4px; }

header .header_top .mobile_menu .header_burger .burger_button span:nth-child(2) {
  top: 12px; }

header .header_top .mobile_menu .header_burger .burger_button span:nth-child(3) {
  top: 20px; }

header .header_top .mobile_menu .header_burger .burger_button.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

header .header_top .mobile_menu .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

header .header_top .mobile_menu .header_burger .burger_button.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

header .header_top .mobile_menu .header_burger .menu_toggle {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: 0;
  overflow: auto;
  text-align: center;
  z-index: 10;
  padding-top: 50px;
  top: -70px;
  padding-bottom: 70px;
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px); }

header .header_top .mobile_menu .header_burger .menu_toggle ul li a {
  font-size: 20px;
  color: #000;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block; }

header .header_top .mobile_menu .header_burger .menu_toggle ul li a:hover {
  color: #ff3333; }

header .menu_fixed {
  top: 0 !important;
  position: fixed !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  -webkit-animation-fill-mode: none !important;
          animation-fill-mode: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#c6c1b5), to(#fefefe));
  background: -o-linear-gradient(top, #c6c1b5 0%, #fefefe 100%);
  background: linear-gradient(180deg, #c6c1b5 0%, #fefefe 100%);
  -webkit-box-shadow: 0px 12px 19.32px 1.68px rgba(0, 3, 1, 0.11);
          box-shadow: 0px 12px 19.32px 1.68px rgba(0, 3, 1, 0.11); }

header .menu_fixed .menu {
  max-width: 100% !important; }

header .header_menu {
  position: absolute;
  top: 148px;
  left: 0;
  width: 100%;
  z-index: 1000; }

@media all and (max-width: 991px) {
  header .header_menu {
    top: 130px; } }

@media all and (max-width: 767px) {
  header .header_menu {
    display: none; } }

@media all and (max-width: 1199px) {
  header .header_menu .menu {
    max-width: 610px;
    width: 100%; } }

@media all and (max-width: 991px) {
  header .header_menu .menu {
    max-width: 100%; } }

header .header_menu .menu ul li {
  display: inline-block;
  margin-right: 18px; }

@media all and (max-width: 1199px) {
  header .header_menu .menu ul li {
    margin: 0 4px; } }

header .header_menu .menu ul li a {
  color: #000;
  font-size: 14px;
  position: relative;
  padding-bottom: 10px; }

@media all and (max-width: 991px) {
  header .header_menu .menu ul li a {
    font-size: 13px; } }

header .header_menu .menu ul li a:hover {
  color: #ff3333;
  text-shadow: 0 0 0.45px #ff3333, 0 0 0.45px #ff3333; }

header .header_menu .menu ul li a:hover:after {
  background-color: #ff3333; }

header .header_menu .menu ul li a:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

header .header_main {
  padding-top: 136px;
  position: relative; }

header .header_main:after {
  position: absolute;
  content: '';
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/1.png");
  width: 1000px;
  height: 700px;
  top: 90px;
  right: -20px; }

@media all and (max-width: 1779px) {
  header .header_main:after {
    width: 900px;
    height: 650px; } }

@media all and (max-width: 1679px) {
  header .header_main:after {
    width: 700px;
    height: 550px; } }

@media all and (max-width: 1400px) {
  header .header_main:after {
    width: 600px;
    height: 500px; } }

@media all and (max-width: 1199px) {
  header .header_main:after {
    width: 400px;
    height: 300px; } }

@media all and (max-width: 991px) {
  header .header_main:after {
    display: none; } }

@media all and (max-width: 991px) {
  header .header_main {
    padding-top: 100px; } }

header .header_main .content h1 {
  font-size: 50px;
  line-height: 65px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 12px; }

@media all and (max-width: 575px) {
  header .header_main .content h1 {
    font-size: 36px;
    line-height: 44px; } }

header .header_main .content p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700; }

@media all and (max-width: 575px) {
  header .header_main .content p {
    font-size: 22px;
    line-height: 30px; } }

header .header_main .content ul {
  margin-top: 38px;
  margin-bottom: 38px; }

header .header_main .content ul li {
  position: relative;
  padding-left: 26px;
  font-size: 20px;
  margin-bottom: 5px; }

@media all and (max-width: 575px) {
  header .header_main .content ul li {
    text-align: left;
    font-size: 16px; } }

header .header_main .content ul li:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_23.png");
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto; }

header .header_main .content .box_btn .btn {
  font-size: 24px;
  padding: 9px 30px; }

@media all and (max-width: 575px) {
  header .header_main .content .box_btn .btn {
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px; } }

header .header_delivery {
  margin-top: 150px; }

@media all and (max-width: 1679px) {
  header .header_delivery {
    margin-top: 100px; } }

@media all and (max-width: 1199px) {
  header .header_delivery {
    margin-top: 70px; } }

@media all and (max-width: 991px) {
  header .header_delivery {
    display: none; } }

header .header_delivery .heading {
  margin-bottom: 28px; }

header .header_delivery .box:nth-child(2) .box_inner {
  padding-left: 60px; }

@media all and (max-width: 1199px) {
  header .header_delivery .box:nth-child(2) .box_inner {
    padding-left: 30px; } }

header .header_delivery .box .box_inner p {
  margin-bottom: 7px; }

@media all and (max-width: 1199px) {
  header .header_delivery .box .box_inner p {
    font-size: 14px; } }

header .header_delivery .box .box_inner ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px; }

@media all and (max-width: 1199px) {
  header .header_delivery .box .box_inner ul li {
    font-size: 14px; } }

header .header_delivery .box .box_inner ul li:after {
  position: absolute;
  content: '';
  background-size: 13px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_24.png");
  width: 14px;
  height: 18px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto; }

header .header_delivery .box .box_inner ul.two_r li {
  float: left;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2); }

header .header_delivery .content {
  border-radius: 12px;
  border: 3px solid #fff;
  padding: 15px 20px;
  max-width: 330px;
  width: 100%;
  margin: 0 0 0 auto; }

@media all and (max-width: 1679px) {
  header .header_delivery .content {
    max-width: 300px;
    padding: 15px 15px; } }

@media all and (max-width: 1199px) {
  header .header_delivery .content {
    max-width: 220px; } }

header .header_delivery .content h5 {
  font-size: 23px;
  text-transform: uppercase;
  color: #fff; }

@media all and (max-width: 1199px) {
  header .header_delivery .content h5 {
    font-size: 20px;
    line-height: 28px; } }

header .header_delivery .content p {
  font-size: 19px;
  line-height: 34px;
  color: #fff; }

@media all and (max-width: 1199px) {
  header .header_delivery .content p {
    font-size: 16px;
    line-height: 28px; } }

/***************************  services  ************************/
#services {
  padding-top: 45px;
  padding-bottom: 45px; }

@media all and (max-width: 991px) {
  #services {
    padding-top: 25px; } }

@media all and (max-width: 575px) {
  #services {
    padding-bottom: 35px; } }

#services .heading {
  margin-bottom: 38px; }

#services .box {
  margin-bottom: 24px;
  display: none; }

#services .box .box_inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 13px;
  -webkit-box-shadow: 0px 23px 80.04px 11.96px rgba(0, 45, 74, 0.19);
          box-shadow: 0px 23px 80.04px 11.96px rgba(0, 45, 74, 0.19);
  padding: 25px 28px 45px 28px; }

#services .box .box_inner .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }

#services .box .box_inner .title img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px; }

@media all and (max-width: 1199px) {
  #services .box .box_inner .title img {
    margin-right: 20px; } }

#services .box .box_inner .title h4 {
  font-size: 20px;
  line-height: 24px; }

@media all and (max-width: 1199px) {
  #services .box .box_inner .title h4 {
    font-size: 17px; } }

#services .box .box_inner .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 18px; }

#services .box .box_inner .price {
  font-weight: 500;
  color: #ff3333;
  text-decoration: underline; }

#services .box_btn {
  text-align: center;
  margin-top: 20px; }

#services .box_btn .btn {
  background-color: #fff;
  border: 2px solid #ff3333;
  color: #000;
  cursor: pointer;
  padding: 10px 40px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

#services .box_btn .btn:hover {
  background-color: #ff3333;
  color: #fff; }

/**************************  additionally  ************************/
#additionally {
  padding-top: 50px;
  padding-bottom: 90px;
  position: relative; }

@media all and (max-width: 991px) {
  #additionally {
    padding-bottom: 50px; } }

@media all and (max-width: 575px) {
  #additionally {
    padding-top: 35px;
    padding-bottom: 35px; } }

#additionally:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/2.jpg");
  width: 898px;
  height: 558px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1; }

@media all and (max-width: 1820px) {
  #additionally:after {
    width: 800px;
    height: 500px; } }

@media all and (max-width: 1679px) {
  #additionally:after {
    width: 700px; } }

@media all and (max-width: 1500px) {
  #additionally:after {
    width: 580px;
    height: 400px; } }

@media all and (max-width: 1199px) {
  #additionally:after {
    width: 400px; } }

@media all and (max-width: 991px) {
  #additionally:after {
    display: none; } }

#additionally .heading {
  margin-bottom: 50px; }

#additionally .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#additionally .box .box_inner {
  width: 100%;
  max-width: 290px; }

#additionally .box .box_inner ul li {
  font-size: 20px;
  line-height: 30px;
  padding-left: 46px;
  position: relative;
  margin-bottom: 30px; }

@media all and (max-width: 575px) {
  #additionally .box .box_inner ul li {
    font-size: 18px;
    line-height: 26px; } }

#additionally .box .box_inner ul li:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_7.png");
  width: 32px;
  height: 32px;
  top: 0;
  left: 0; }

/*********************  trust  ********************/
#trust {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/3.jpg");
  padding-top: 50px;
  padding-bottom: 20px; }

#trust .heading {
  margin-bottom: 45px; }

#trust .heading h2 {
  color: #fff; }

#trust .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }

#trust .box .box_inner {
  width: 100%;
  border-radius: 11px;
  background-color: #fff;
  padding: 13px 11px 24px 11px; }

#trust .box .box_inner .img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 142px;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 8px; }

#trust .box .box_inner h4 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px; }

#trust .box .box_inner .content ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px; }

@media all and (max-width: 1199px) {
  #trust .box .box_inner .content ul li {
    font-size: 14px; } }

@media all and (max-width: 575px) {
  #trust .box .box_inner .content ul li {
    font-size: 15px; } }

#trust .box .box_inner .content ul li:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_18.png");
  width: 14px;
  height: 14px;
  top: 5px;
  left: 0; }

#trust .box .box_inner .content p {
  margin-bottom: 1em; }

@media all and (max-width: 1199px) {
  #trust .box .box_inner .content p {
    font-size: 14px; } }

@media all and (max-width: 575px) {
  #trust .box .box_inner .content p {
    font-size: 15px; } }

/***************************  time  ***********************/
#time {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/8.jpg");
  padding-top: 100px;
  padding-bottom: 50px; }

@media all and (max-width: 1199px) {
  #time {
    padding-top: 50px; } }

@media all and (max-width: 991px) {
  #time {
    background-image: none; } }

@media all and (max-width: 991px) {
  #time .box_content {
    margin-bottom: 40px; } }

#time .box_content .content {
  padding-top: 10px; }

@media all and (max-width: 575px) {
  #time .box_content .content {
    text-align: center; } }

#time .box_content .content .heading {
  margin-bottom: 30px; }

#time .box_content .content .heading h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px; }

@media all and (max-width: 575px) {
  #time .box_content .content .heading h2 {
    font-size: 32px;
    line-height: 40px; } }

#time .box_content .content .heading h2 span {
  display: block;
  text-transform: uppercase;
  font-weight: 700; }

#time .box_content .content p {
  font-size: 20px;
  line-height: 30px;
  max-width: 328px;
  width: 100%;
  margin-bottom: 6px; }

@media all and (max-width: 575px) {
  #time .box_content .content p {
    margin: 0 auto 6px auto; } }

#time .box_content .content p strong {
  color: #ff3333; }

#time .box_form .form {
  background-color: #fff;
  border-radius: 13px;
  -webkit-box-shadow: 0px 23px 80.04px 11.96px rgba(0, 45, 74, 0.19);
          box-shadow: 0px 23px 80.04px 11.96px rgba(0, 45, 74, 0.19);
  padding: 14px 38px 20px 38px;
  max-width: 386px;
  width: 100%; }

@media all and (max-width: 575px) {
  #time .box_form .form {
    padding: 20px;
    margin: 0 auto; } }

#time .box_form .form h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 13px; }

@media all and (max-width: 575px) {
  #time .box_form .form h3 {
    text-align: center; } }

#time .box_form .form h3 span {
  display: block;
  font-weight: 700; }

#time .box_form .form form .form_item {
  margin-bottom: 6px; }

#time .box_form .form form .form_item label {
  display: block;
  margin-bottom: 3px; }

#time .box_form .form form .form_item input {
  width: 100%;
  height: 42px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding-left: 10px; }

#time .box_form .form form .company {
  /* Customize the label (the container) */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */ }

@media all and (max-width: 575px) {
  #time .box_form .form form .company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

#time .box_form .form form .company .wrapper {
  margin-right: 40px;
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media all and (max-width: 575px) {
  #time .box_form .form form .company .wrapper {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5px; } }

#time .box_form .form form .company .wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

#time .box_form .form form .company .checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ff3333; }

#time .box_form .form form .company .wrapper:hover input ~ .checkmark {
  background-color: #fff; }

#time .box_form .form form .company .wrapper input:checked ~ .checkmark {
  background-color: #fff; }

#time .box_form .form form .company .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

#time .box_form .form form .company .wrapper input:checked ~ .checkmark:after {
  display: block; }

#time .box_form .form form .company .wrapper .checkmark:after {
  top: 2.5px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff3333; }

#time .box_form .form form h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px; }

#time .box_form .form form .form_data {
  margin-bottom: 14px; }

#time .box_form .form form .policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  max-width: 320px;
  width: 100%;
  margin-bottom: 18px; }

@media all and (max-width: 575px) {
  #time .box_form .form form .policy {
    max-width: 260px; } }

#time .box_form .form form .policy .text p {
  font-size: 13px;
  line-height: 16px; }

#time .box_form .form form .policy .checkbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  background-color: #ff3333;
  width: 16px;
  height: 16px;
  border-radius: 1px; }

#time .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto; }

#time .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none; }

#time .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: block;
  z-index: 1000; }

#time .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff; }

#time .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block; }

#time .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  color: transparent; }

#time .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 5.5px;
  top: 2.5px;
  margin: auto;
  width: 6px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#time .box_form .form form .form_submit {
  margin-bottom: 8px; }

#time .box_form .form form .form_submit .btn {
  max-width: 310px;
  width: 100%;
  height: 48px;
  border: none; }

#time .box_form .form form .note p {
  font-size: 10px;
  line-height: 14px; }

/**************************  warranty  *************************/
#warranty {
  padding-top: 80px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative; }

@media all and (max-width: 1199px) {
  #warranty {
    margin-bottom: 0; } }

@media all and (max-width: 991px) {
  #warranty {
    padding-bottom: 35px; } }

@media all and (max-width: 575px) {
  #warranty {
    padding-top: 35px; } }

#warranty:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/9.jpg");
  width: 430px;
  height: 830px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1; }

@media all and (max-width: 1199px) {
  #warranty:after {
    display: none; } }

#warranty .heading {
  margin-bottom: 40px; }

#warranty .heading h2 span {
  text-transform: uppercase;
  color: #efad35;
  font-weight: 800; }

@media all and (max-width: 991px) {
  #warranty .box_empty {
    display: none; } }

#warranty .box.box_right .box_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media all and (max-width: 991px) {
  #warranty .box.box_right .box_inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

#warranty .box .box_inner ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px; }

#warranty .box .box_inner ul li .title {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 58px;
  height: 45px;
  width: 100%; }

@media all and (max-width: 575px) {
  #warranty .box .box_inner ul li .title {
    margin-right: 10px; } }

#warranty .box .box_inner ul li .title img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

#warranty .box .box_inner ul li .content {
  max-width: 330px;
  width: 100%; }

#warranty .box .box_inner ul li .content h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 11px; }

#warranty .box .box_inner ul li .content a {
  font-weight: 500;
  color: #000; }

#warranty .box .box_inner ul li .content p strong {
  font-weight: 500; }

/************************  calculation  **********************/
#calculation {
  padding-top: 50px; }

@media all and (max-width: 991px) {
  #calculation {
    padding-top: 35px;
    padding-bottom: 35px; } }

#calculation .box_content .content {
  position: relative; }

@media all and (max-width: 991px) {
  #calculation .box_content .content {
    padding-bottom: 0;
    margin-bottom: 40px; } }

#calculation .box_content .content:after {
  position: absolute;
  content: '';
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
 
  width: 717px;
  height: 455px;
  left: 0px;
  bottom: 0;
  z-index: -1; }

@media all and (max-width: 991px) {
  #calculation .box_content .content:after {
    display: none; } }

#calculation .box_content .content .heading {
  margin-bottom: 22px; }

#calculation .box_content .content .heading h2 {
  font-weight: 700; }

#calculation .box_content .content ul li {
  padding-left: 46px;
  position: relative;
  margin-bottom: 10px; }

#calculation .box_content .content ul li:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_7.png");
  width: 32px;
  height: 32px;
  top: 0;
  left: 0; }

#calculation .box_form .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 80px; }

@media all and (max-width: 991px) {
  #calculation .box_form .form {
    padding-right: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media all and (max-width: 575px) {
  #calculation .box_form .form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

/**************************  possible  *********************/
#possible {
  background-color: #ff3333;
  padding-top: 30px; }

@media all and (max-width: 991px) {
  #possible .box_content {
    margin-bottom: 40px; } }

#possible .box_content .content .heading h2 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
  color: #fff; }

@media all and (max-width: 1199px) {
  #possible .box_content .content .heading h2 {
    font-size: 30px;
    line-height: 40px; } }

@media all and (max-width: 575px) {
  #possible .box_content .content .heading h2 {
    font-size: 36px;
    line-height: 42px;
    text-align: center; } }

#possible .box_content .content p {
  color: #fff;
  font-size: 19px;
  line-height: 28px; }

@media all and (max-width: 575px) {
  #possible .box_content .content p {
    text-align: center; } }

#possible .box_item .item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media all and (max-width: 575px) {
  #possible .box_item .item ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; } }

#possible .box_item .item ul li {
  max-width: 210px;
  width: 100%;
  margin: 0 auto 30px auto; }

@media all and (max-width: 1199px) {
  #possible .box_item .item ul li {
    max-width: 190px; } }

@media all and (max-width: 575px) {
  #possible .box_item .item ul li {
    margin-bottom: 40px; } }

#possible .box_item .item ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 66px;
  height: 50px;
  margin-bottom: 10px;
  width: 100%; }

@media all and (max-width: 575px) {
  #possible .box_item .item ul li .img {
    margin: 0 auto 10px auto; } }

#possible .box_item .item ul li .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

#possible .box_item .item ul li h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #fff; }

@media all and (max-width: 1199px) {
  #possible .box_item .item ul li h6 {
    font-size: 16px; } }

/***************************  about  *************************/
#about {
  padding-top: 80px;
  padding-bottom: 50px; }

@media all and (max-width: 991px) {
  #about {
    padding-top: 35px;
    padding-bottom: 35px; } }

#about .heading {
  margin-bottom: 35px; }

#about .box {
  border-right: 1.5px dashed #ff3333;
  border-bottom: 1.5px dashed #ff3333; }

@media all and (max-width: 767px) {
  #about .box {
    border: none !important; } }

@media all and (max-width: 767px) {
  #about .box:nth-child(1) .box_inner {
    border-top: 1.5px dashed #ff3333; } }

#about .box:nth-child(3) {
  border-right: none; }

#about .box:nth-last-child(1) {
  border-bottom: none;
  border-right: none; }

#about .box:nth-last-child(2) {
  border-bottom: none; }

#about .box:nth-last-child(3) {
  border-bottom: none; }

#about .box .box_inner {
  text-align: center;
  position: relative;
  padding-top: 38px;
  padding-bottom: 38px; }

@media all and (max-width: 767px) {
  #about .box .box_inner {
    border-bottom: 1.5px dashed #ff3333; } }

#about .box .box_inner span {
  font-size: 110px;
  line-height: 150px;
  color: rgba(204, 204, 204, 0.3);
  font-weight: 800;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1; }

@media all and (max-width: 991px) {
  #about .box .box_inner span {
    font-size: 80px;
    line-height: 190px; } }

#about .box .box_inner p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500; }

/***********************  advantage  *********************/
#advantage {
  padding-top: 50px;
  padding-bottom: 50px; }

@media all and (max-width: 991px) {
  #advantage {
    padding-top: 35px;
    padding-bottom: 35px; } }

#advantage .heading {
  margin-bottom: 38px; }

#advantage .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media all and (max-width: 991px) {
  #advantage .box {
    margin-bottom: 30px; } }

#advantage .box.left {
  padding-right: 0; }

@media all and (max-width: 991px) {
  #advantage .box.left {
    padding-right: 15px; } }

#advantage .box.right {
  padding-left: 0; }

@media all and (max-width: 991px) {
  #advantage .box.right {
    padding-left: 15px; } }

#advantage .box .box_inner {
  width: 100%;
  border-radius: 11px;
  background-color: #fff;
  -webkit-box-shadow: 0px 23px 80.04px 11.96px rgba(0, 45, 74, 0.19);
          box-shadow: 0px 23px 80.04px 11.96px rgba(0, 45, 74, 0.19);
  padding: 60px 10px 0 20px;
  min-height: 570px; }

@media all and (max-width: 991px) {
  #advantage .box .box_inner {
    min-height: auto; } }

#advantage .box .box_inner ul li {
  font-size: 20px;
  line-height: 30px;
  padding-left: 46px;
  position: relative;
  margin-bottom: 60px; }

@media all and (max-width: 991px) {
  #advantage .box .box_inner ul li {
    margin-bottom: 40px; } }

@media all and (max-width: 575px) {
  #advantage .box .box_inner ul li {
    font-size: 18px;
    line-height: 26px; } }

#advantage .box .box_inner ul li:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_7.png");
  width: 32px;
  height: 32px;
  top: 0;
  left: 0; }

#advantage .box_image {
  padding-left: 0;
  padding-right: 0; }

@media all and (max-width: 991px) {
  #advantage .box_image {
    display: none; } }

#advantage .box_image .image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 545px; }

/************************  delivery  *********************/
#delivery {
  padding-top: 50px;
  position: relative;
  margin-bottom: 10px; }

@media all and (max-width: 991px) {
  #delivery {
    padding-top: 25px;
    margin-bottom: 0;
    padding-bottom: 45px; } }

#delivery:after {
  position: absolute;
  content: '';
  bottom: 40px;
  left: 0;
  right: 0;
  width: 100%;
  height: 180px;
  background-color: #ff3333;
  z-index: -1; }

@media all and (max-width: 1199px) {
  #delivery:after {
    bottom: 0; } }

@media all and (max-width: 991px) {
  #delivery:after {
    display: none; } }

@media all and (max-width: 991px) {
  #delivery .box_content {
    margin-bottom: 40px; } }

#delivery .box_content .content .heading {
  margin-bottom: 30px; }

#delivery .box_content .content p {
  font-size: 20px;
  line-height: 26px; }

#delivery .box_content .content ul {
  margin-top: 14px; }

#delivery .box_content .content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px; }

#delivery .box_content .content ul li:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_18.png");
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0; }

#delivery .box_content .content .slogan {
  margin-top: 65px; }

@media all and (max-width: 991px) {
  #delivery .box_content .content .slogan {
    margin-top: 30px; } }

@media all and (max-width: 575px) {
  #delivery .box_content .content .slogan {
    text-align: center; } }

#delivery .box_content .content .slogan p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff; }

@media all and (max-width: 991px) {
  #delivery .box_content .content .slogan p {
    color: #000; } }

#delivery .box_form {
  position: relative;
  bottom: 15px; }

@media all and (max-width: 991px) {
  #delivery .box_form {
    bottom: 0; } }

#delivery .box_form .form {
  background-color: #fff;
  border-radius: 13px;
  -webkit-box-shadow: 0px 23px 80.04px 11.96px rgba(0, 45, 74, 0.19);
          box-shadow: 0px 23px 80.04px 11.96px rgba(0, 45, 74, 0.19);
  padding: 24px 26px 25px 26px;
  max-width: 530px;
  width: 100%; }

@media all and (max-width: 575px) {
  #delivery .box_form .form {
    padding: 20px;
    margin: 0 auto; } }

#delivery .box_form .form .form_title p {
  color: #ff3333;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px; }

#delivery .box_form .form .form_title h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 13px; }

@media all and (max-width: 575px) {
  #delivery .box_form .form .form_title h3 {
    text-align: center; } }

#delivery .box_form .form .form_title h3 span {
  display: block;
  font-weight: 700;
  font-size: 20px; }

#delivery .box_form .form form .box_item {
  margin-bottom: 20px; }

#delivery .box_form .form form .form_item label {
  display: block;
  margin-bottom: 3px; }

#delivery .box_form .form form .form_item input {
  width: 100%;
  height: 42px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding-left: 10px; }

#delivery .box_form .form form h5 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 6px; }

#delivery .box_form .form form .form_data {
  margin-bottom: 10px; }

#delivery .box_form .form form .policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  margin-bottom: 18px; }

@media all and (max-width: 575px) {
  #delivery .box_form .form form .policy {
    max-width: 260px; } }

#delivery .box_form .form form .policy .text p {
  font-size: 13px;
  line-height: 16px; }

#delivery .box_form .form form .policy .checkbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  background-color: #ff3333;
  width: 16px;
  height: 16px;
  border-radius: 1px; }

#delivery .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto; }

#delivery .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none; }

#delivery .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: block;
  z-index: 1000; }

#delivery .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff; }

#delivery .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block; }

#delivery .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  color: transparent; }

#delivery .box_form .form form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 5.5px;
  top: 2.5px;
  margin: auto;
  width: 6px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#delivery .box_form .form form .form_submit {
  margin-bottom: 8px; }

#delivery .box_form .form form .form_submit .btn {
  max-width: 310px;
  width: 100%;
  height: 48px;
  border: none;
  margin: 0 auto;
  display: block; }

#delivery .box_form .form form .note {
  max-width: 263px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

#delivery .box_form .form form .note p {
  font-size: 10px;
  line-height: 14px; }

/************************  partners  *************************/
#partners {
  padding-top: 40px;
  padding-bottom: 60px; }

@media all and (max-width: 991px) {
  #partners {
    padding-bottom: 35px; } }

#partners .heading {
  margin-bottom: 35px; }

#partners .partners_slider {
  padding-bottom: 55px; }

#partners .partners_slider .slide .slide_inner {
  border: 1px solid #cccccc;
  border-radius: 1px;
  max-width: 174px;
  width: 100%;
  margin: 0 auto; }

#partners .partners_slider .slide .slide_inner .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 150px;
  height: 80px;
  margin: 0 auto;
  width: 100%; }

#partners .partners_slider .slide .slide_inner .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

#partners .partners_slider .slick-prev, #partners .partners_slider .slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  margin: auto;
  bottom: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

#partners .partners_slider .slick-prev:hover, #partners .partners_slider .slick-next:hover {
  opacity: .8; }

#partners .partners_slider .slick-prev {
  background-image: url("../img/icon_19.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  left: 43%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

@media all and (max-width: 767px) {
  #partners .partners_slider .slick-prev {
    left: 36%; } }

#partners .partners_slider .slick-prev:after {
  position: absolute;
  content: '';
  width: 300px;
  height: 1px;
  background-color: #cccccc;
  top: 0;
  bottom: 0;
  left: 50px;
  margin: auto; }

@media all and (max-width: 767px) {
  #partners .partners_slider .slick-prev:after {
    display: none; } }

#partners .partners_slider .slick-next {
  background-image: url("../img/icon_19.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  right: 43%; }

@media all and (max-width: 767px) {
  #partners .partners_slider .slick-next {
    right: 36%; } }

#partners .partners_slider .slick-next:after {
  position: absolute;
  content: '';
  width: 300px;
  height: 1px;
  background-color: #cccccc;
  top: 0;
  bottom: 0;
  right: -320px;
  margin: auto; }

@media all and (max-width: 767px) {
  #partners .partners_slider .slick-next:after {
    display: none; } }

/************************  impossible  **********************/
#impossible {
  padding-top: 70px;
  padding-bottom: 20px; }

@media all and (max-width: 991px) {
  #impossible {
    padding-top: 35px; } }

#impossible .heading {
  max-width: 447px;
  width: 100%;
  margin-bottom: 40px; }

#impossible .box.box_left .box_inner .item:nth-child(1) {
  height: 340px; }

#impossible .box.box_left .box_inner .item:nth-child(2) {
  height: 267px; }

#impossible .box.box_center {
  padding-top: 20px; }

@media all and (max-width: 767px) {
  #impossible .box.box_center {
    padding-top: 0; } }

#impossible .box.box_center .box_inner .item:nth-child(1) {
  height: 228px; }

#impossible .box.box_center .box_inner .item:nth-child(2) {
  height: 360px; }

#impossible .box.box_right {
  margin-top: -132px; }

@media all and (max-width: 767px) {
  #impossible .box.box_right {
    margin-top: 0; } }

#impossible .box.box_right .box_inner .item:nth-child(1) {
  height: 544px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 56px; }

@media all and (max-width: 767px) {
  #impossible .box.box_right .box_inner .item:nth-child(1) {
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#impossible .box.box_right .box_inner .item:nth-child(2) {
  height: 196px; }

#impossible .box .box_inner .item {
  border-radius: 13px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 26px; }

@media all and (max-width: 991px) {
  #impossible .box .box_inner .item {
    padding: 16px; } }

@media all and (max-width: 767px) {
  #impossible .box .box_inner .item {
    height: auto !important;
    min-height: 170px;
    padding: 20px;
    margin-bottom: 16px; } }

#impossible .box .box_inner .item h5 {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 10px;
  max-width: 250px;
  width: 100%; }

@media all and (max-width: 991px) {
  #impossible .box .box_inner .item h5 {
    font-size: 19px; } }

#impossible .box .box_inner .item p {
  color: #fff;
  max-width: 250px;
  width: 100%; }

/************************  business  ***********************/
#business {
  padding-top: 50px;
  overflow: hidden;
  padding-bottom: 80px; }

@media all and (max-width: 991px) {
  #business {
    padding-top: 25px;
    padding-bottom: 50px; } }

#business .box_content {
  margin-bottom: 32px; }

#business .content {
  padding-top: 20px; }

#business .content .heading {
  max-width: 470px;
  width: 100%;
  margin-bottom: 30px; }

#business .content p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px; }

@media all and (max-width: 767px) {
  #business .content p {
    text-align: center; } }

#business .box_image .image {
  position: relative; }

#business .box_image .image:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/24.png");
  width: 866px;
  height: 523px;
  top: 0;
  right: -130px; }

@media all and (max-width: 1399px) {
  #business .box_image .image:after {
    width: 720px;
    height: 440px;
    right: -60px; } }

@media all and (max-width: 1199px) {
  #business .box_image .image:after {
    width: 600px;
    height: 400px; } }

@media all and (max-width: 991px) {
  #business .box_image .image:after {
    display: none; } }

#business .box_form .form {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 23px 80.04px 11.96px rgba(0, 45, 74, 0.19);
          box-shadow: 0px 23px 80.04px 11.96px rgba(0, 45, 74, 0.19);
  padding: 10px 30px 28px 30px;
  max-width: 670px;
  width: 100%; }

@media all and (max-width: 767px) {
  #business .box_form .form {
    padding: 30px;
    text-align: center; } }

#business .box_form .form .form_title .title {
  padding-top: 70px; }

@media all and (max-width: 767px) {
  #business .box_form .form .form_title .title {
    padding-top: 0; } }

#business .box_form .form .form_title .title span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  color: #ff3333; }

#business .box_form .form .form_title .title h3 {
  font-weight: 400; }

#business .box_form .form .form_title .title h3 span {
  font-weight: 700;
  display: block;
  color: #000; }

#business .box_form .form .form_content .content {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: 0; }

@media all and (max-width: 767px) {
  #business .box_form .form .form_content .content {
    margin: 0 auto; } }

#business .box_form .form .form_content .content form .form_item {
  margin-bottom: 15px; }

#business .box_form .form .form_content .content form .form_item input {
  height: 42px;
  width: 100%;
  padding-left: 12px;
  border-radius: 3px;
  border: 1px solid #cccccc; }

#business .box_form .form .form_content .content form .policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  max-width: 320px;
  width: 100%;
  margin-bottom: 10px; }

@media all and (max-width: 575px) {
  #business .box_form .form .form_content .content form .policy {
    max-width: 260px; } }

#business .box_form .form .form_content .content form .policy .text p {
  font-size: 13px;
  line-height: 16px; }

#business .box_form .form .form_content .content form .policy .checkbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  background-color: #ff3333;
  width: 16px;
  height: 16px;
  border-radius: 1px; }

#business .box_form .form .form_content .content form .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto; }

#business .box_form .form .form_content .content form .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none; }

#business .box_form .form .form_content .content form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: block;
  z-index: 1000; }

#business .box_form .form .form_content .content form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff; }

#business .box_form .form .form_content .content form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block; }

#business .box_form .form .form_content .content form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  color: transparent; }

#business .box_form .form .form_content .content form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 5.5px;
  top: 2.5px;
  margin: auto;
  width: 6px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#business .box_form .form .form_content .content form .form_submit .btn {
  font-size: 16px;
  line-height: 24px;
  display: block;
  max-width: 300px;
  width: 100%;
  height: 68px;
  border: none;
  margin: 0 auto; }

/************************  footer  **********************/
#footer {
  background-color: #ff3333;
  padding-top: 22px;
  padding-bottom: 35px; }

@media all and (max-width: 767px) {
  #footer {
    text-align: center; } }

@media all and (max-width: 767px) {
  #footer .footer_left {
    margin-bottom: 20px; } }

#footer .footer_left .left .copyright {
  color: #fff;
  margin-bottom: 13px; }

#footer .footer_left .left .address {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  border-bottom: 2px solid #fff; }

#footer .footer_left .left ul {
  margin-bottom: 9px; }

#footer .footer_left .left ul li {
  color: #fff; }

#footer .footer_left .left .policy {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: 700; }

#footer .footer_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media all and (max-width: 767px) {
  #footer .footer_right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

#footer .footer_right .right {
  text-align: right; }

@media all and (max-width: 767px) {
  #footer .footer_right .right {
    text-align: center; } }

#footer .footer_right .right .phone {
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px; }

#footer .footer_right .right .email {
  display: block;
  color: #fff; }
