html {
  overflow-x: hidden; }

body {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.42857;
  -webkit-font-smoothing: antialised;
  color: #0d1420;
  background: #eef5f7;
  overflow-x: hidden; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

.hidden {
  display: none; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

a {
  color: #0d1420;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #e86a2b; }
  a:focus {
    outline: none; }

a:visited, a:active, a:focus {
  text-decoration: none; }

input {
  width: 100%;
  padding: 25px;
  background: #fff;
  border: none;
  text-align: center;
  border-radius: 50px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  -webkit-box-shadow: inset 3px 3px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 3px 3px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 3px 3px 15px 0px rgba(0, 0, 0, 0.3); }
  input:focus {
    outline: none; }

button {
  cursor: pointer;
  outline: none;
  border: none; }

.btn {
  background: #fec163;
  background: -moz-linear-gradient(top, #fec163 0%, #de4313 100%);
  background: -webkit-linear-gradient(top, #fec163 0%, #de4313 100%);
  background: linear-gradient(to bottom, #fec163 0%, #de4313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec163', endColorstr='#de4313',GradientType=0 );
  border-radius: 50px;
  border: none;
  padding: 15px 30px;
  color: #483817;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
  transition: 0.2s; }
  .btn:hover {
    background: #fcac35;
    background: -moz-linear-gradient(top, #fcac35 0%, #dd3300 100%);
    background: -webkit-linear-gradient(top, #fcac35 0%, #dd3300 100%);
    background: linear-gradient(to bottom, #fcac35 0%, #dd3300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcac35', endColorstr='#dd3300',GradientType=0 ); }

h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 52px;
  color: #605f5e;
  text-align: center;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc( 50% - 270px );
    width: 540px;
    height: 27px;
    background: url("../img/img-part.png") no-repeat top left; }

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }

.checkbox_text {
  position: relative;
  padding: 0 30px 0 0px;
  cursor: pointer;
  color: #fff; }
  .checkbox_text:after {
    content: "";
    position: absolute;
    top: -2px;
    right: 2px;
    width: 20px;
    height: 20px;
    background: url("../img/check-icon-set.png") no-repeat top left; }

.checkbox input:checked + .checkbox_text:after {
  background-position: -26px 0; }

header {
  position: relative;
  background: url("../img/bg-head.png") no-repeat top center; }
  header .top_line {
    padding-top: 40px; }
    header .top_line .logo {
      font-weight: bold;
      font-size: 25px;
      padding-bottom: 25px;
      border-bottom: 1px dashed #afb6bc; }
      header .top_line .logo span {
        color: #e86a2b; }
    header .top_line .phone {
      text-align: right; }
      header .top_line .phone span {
        display: block; }
        header .top_line .phone span a {
          position: relative;
          padding-left: 25px;
          font-weight: bold;
          font-size: 25px; }
          header .top_line .phone span a:before {
            content: "";
            position: absolute;
            left: 0;
            top: 5px;
            background: url("../img/phone-icon.png") no-repeat top left;
            width: 14px;
            height: 22px; }
  header .menu_line {
    padding-bottom: 20px; }
    header .menu_line .menu_top li {
      display: inline-block;
      padding: 0 12px;
      padding-top: 25px;
      box-sizing: content-box; }
      header .menu_line .menu_top li:first-child {
        padding-left: 0; }
      header .menu_line .menu_top li:last-child {
        padding-right: 0; }
        header .menu_line .menu_top li:last-child a:before {
          display: none; }
      header .menu_line .menu_top li a {
        position: relative; }
        header .menu_line .menu_top li a:before {
          content: "";
          position: absolute;
          right: -15px;
          top: 5px;
          background: url("../img/arr-right.png") no-repeat top left;
          width: 7px;
          height: 7px; }
    header .menu_line .btn {
      font-size: 18px;
      display: block;
      text-align: center; }
      header .menu_line .btn:hover {
        color: #fff; }
  header .head {
    padding-top: 40px; }
    header .head h1 {
      font-weight: 900;
      font-size: 72px;
      margin: 0;
      margin-bottom: 30px;
      line-height: 60px;
      color: #555251; }
      header .head h1 span {
        color: #e86a2b; }
    header .head .des {
      font-size: 18px;
      font-weight: bold; }
    header .head .wrap_img_skin {
      margin-top: 150px; }

.wrapper_form {
  margin-top: 50px;
  border-radius: 50px;
  width: 360px;
  background: #7ec8fc;
  background: -moz-linear-gradient(-45deg, #7ec8fc 0%, #0396ff 100%);
  background: -webkit-linear-gradient(-45deg, #7ec8fc 0%, #0396ff 100%);
  background: linear-gradient(135deg, #7ec8fc 0%, #0396ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ec8fc', endColorstr='#0396ff',GradientType=1 );
  padding: 20px;
  -webkit-box-shadow: 0px 20px 55px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 55px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 55px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 40px; }
  .wrapper_form .border_box {
    padding: 20px;
    padding-bottom: 10px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    margin-bottom: 20px; }
    .wrapper_form .border_box .form_head {
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      text-align: center;
      margin-bottom: 20px; }
    .wrapper_form .border_box .wrap_input {
      margin-bottom: 20px; }
  .wrapper_form .wrap_button .btn {
    width: 90%; }

.buy {
  padding-top: 50px; }
  .buy .wrapper_buy .item .wrap_buy_item {
    background: #eef5f7;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 150px;
    height: 170px;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 125px 100px -20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 125px 100px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 125px 100px -20px rgba(0, 0, 0, 0.2);
    padding: 30px;
    padding-right: 200px;
    position: relative;
    font-size: 18px; }
    .buy .wrapper_buy .item .wrap_buy_item:after {
      content: "";
      position: absolute;
      right: 15px;
      top: calc( 50% - 67px );
      background: url("../img/buy-icon-set.png") no-repeat top left;
      width: 158px;
      height: 152px; }
  .buy .wrapper_buy .item:nth-child(2) .wrap_buy_item:after {
    background-position: -180px 0; }
  .buy .wrapper_buy .item:nth-child(3) .wrap_buy_item:after {
    background-position: 0 -175px; }
  .buy .wrapper_buy .item:nth-child(4) .wrap_buy_item:after {
    background-position: -180px -175px; }
  .buy .wrapper_buy .item:nth-child(3) .wrap_buy_item, .buy .wrapper_buy .item:nth-child(4) .wrap_buy_item {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
  .buy .wrapper_buy .item:nth-child(1) .wrap_buy_item, .buy .wrapper_buy .item:nth-child(3) .wrap_buy_item {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 150px;
    border-top-left-radius: 150px;
    border-top-right-radius: 15px;
    padding-left: 200px;
    padding-right: 30px; }
  .buy .wrapper_buy .item:nth-child(1) .wrap_buy_item:after, .buy .wrapper_buy .item:nth-child(3) .wrap_buy_item:after {
    right: auto;
    left: 5px; }
  .buy .wrapper_buy .item h3 {
    color: #e86a2b;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative; }
    .buy .wrapper_buy .item h3:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      background: #e86a2b;
      width: 15px;
      height: 2px; }

.product {
  padding-top: 50px; }
  .product h3 {
    font-size: 27px;
    line-height: 23px;
    margin-bottom: 40px; }
  .product .wrap_product {
    background: #fff;
    -webkit-box-shadow: 25px 50px 100px -20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 25px 50px 100px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 25px 50px 100px -20px rgba(0, 0, 0, 0.2);
    border-radius: 35px;
    padding: 20px;
    margin-bottom: 65px; }
    .product .wrap_product .wrap_img {
      border-radius: 35px;
      overflow: hidden; }
    .product .wrap_product .wrap_text h4 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 20px; }
    .product .wrap_product .wrap_text .wrap_measur {
      border-bottom: 1px dashed #bfbfbf;
      border-top: 1px dashed #bfbfbf;
      padding: 15px 0;
      font-size: 16px;
      margin-bottom: 20px;
      position: relative;
      padding-left: 40px; }
      .product .wrap_product .wrap_text .wrap_measur:before {
        content: "";
        position: absolute;
        left: -5px;
        top: 17px;
        background: url("../img/arg-icon-set.png") no-repeat top left;
        width: 36px;
        height: 36px; }
      .product .wrap_product .wrap_text .wrap_measur span {
        font-weight: bold; }
    .product .wrap_product .wrap_text .wrap_price {
      margin-bottom: 40px;
      font-weight: bold;
      color: #787b7d;
      font-size: 16px;
      position: relative;
      padding-left: 40px; }
      .product .wrap_product .wrap_text .wrap_price:before {
        content: "";
        position: absolute;
        left: -5px;
        top: 17px;
        background: url("../img/arg-icon-set.png") no-repeat 0 -80px;
        width: 36px;
        height: 36px; }
      .product .wrap_product .wrap_text .wrap_price .orang {
        color: #f0883f; }
      .product .wrap_product .wrap_text .wrap_price .big {
        font-size: 40px; }
    .product .wrap_product .btn {
      display: block;
      text-align: center;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      background: #7ec8fc;
      background: -moz-linear-gradient(top, #7ec8fc 0%, #0396ff 100%);
      background: -webkit-linear-gradient(top, #7ec8fc 0%, #0396ff 100%);
      background: linear-gradient(to bottom, #7ec8fc 0%, #0396ff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ec8fc', endColorstr='#0396ff',GradientType=0 ); }
      .product .wrap_product .btn:hover {
        color: #fff;
        background: #6bc0f9;
        background: -moz-linear-gradient(top, #6bc0f9 0%, #0072ff 100%);
        background: -webkit-linear-gradient(top, #6bc0f9 0%, #0072ff 100%);
        background: linear-gradient(to bottom, #6bc0f9 0%, #0072ff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bc0f9', endColorstr='#0072ff',GradientType=0 ); }

.client {
  padding-top: 50px; }
  .client .carousel {
    margin-top: 20px; }
    .client .carousel .wrap_item_slide {
      background: #fff;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      border-radius: 35px;
      -webkit-box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, 0.2);
      width: 220px;
      height: 220px;
      text-align: center;
      padding: 50px;
      margin: 50px 25px; }
    .client .carousel .owl-controls .owl-buttons div {
      width: 10px;
      height: 18px;
      background: url("../img/arr-icon-set.png") no-repeat top left;
      top: 42%;
      position: absolute;
      left: -35px;
      opacity: 0.9; }
      .client .carousel .owl-controls .owl-buttons div:hover {
        opacity: 1; }
      .client .carousel .owl-controls .owl-buttons div.owl-next {
        background: url("../img/arr-icon-set.png") no-repeat top right;
        right: -35px;
        left: auto; }
        .client .carousel .owl-controls .owl-buttons div.owl-next:hover {
          opacity: 1; }

.order {
  padding-top: 50px; }
  .order .order_item .wrap_order_item {
    height: 340px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    padding: 35px;
    padding-top: 100px;
    background: #eef5f7;
    position: relative;
    -webkit-box-shadow: 20px 50px 100px -20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 20px 50px 100px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 20px 50px 100px -20px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    margin: 0 15px;
    margin-bottom: 40px; }
    .order .order_item .wrap_order_item:before {
      content: "";
      position: absolute;
      right: 35px;
      top: 40px;
      background: url("../img/ord-icon-set.png") no-repeat 0 0;
      width: 38px;
      height: 38px; }
    .order .order_item .wrap_order_item:after {
      content: "";
      position: absolute;
      left: -80px;
      top: -55px;
      background: url("../img/pro-icon-set.png") no-repeat 0 0;
      width: 330px;
      height: 330px;
      z-index: 55; }
    .order .order_item .wrap_order_item h3 {
      font-size: 16px;
      font-weight: bold;
      line-height: 26px;
      padding-top: 20px;
      border-top: 1px solid #b9c3c6;
      padding-bottom: 25px;
      margin-bottom: 15px;
      text-transform: uppercase;
      position: relative;
      z-index: 105; }
      .order .order_item .wrap_order_item h3:after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        background: url("../img/dots-icon.png") no-repeat 0 0;
        width: 20px;
        height: 3px; }
    .order .order_item .wrap_order_item .wrap_text {
      font-size: 16px;
      line-height: 26px;
      font-weight: normal; }
  .order .order_item:nth-child(2) .wrap_order_item:before {
    background-position: -107px 0; }
  .order .order_item:nth-child(2) .wrap_order_item:after {
    background-position: -378px 0; }
  .order .order_item:nth-child(3) .wrap_order_item:before {
    background-position: -207px 0;
    width: 46px; }
  .order .order_item:nth-child(3) .wrap_order_item:after {
    background-position: -758px 0; }

.delivery {
  padding-top: 50px; }
  .delivery .wrap_del {
    background: #fec163;
    background: -moz-linear-gradient(top, #fec163 0%, #ca6546 100%);
    background: -webkit-linear-gradient(top, #fec163 0%, #ca6546 100%);
    background: linear-gradient(to bottom, #fec163 0%, #ca6546 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec163', endColorstr='#ca6546',GradientType=0 );
    -webkit-box-shadow: 20px 50px 100px -20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 20px 50px 100px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 20px 50px 100px -20px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    padding: 45px 55px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    margin-top: 40px;
    margin-right: 350px;
    margin-bottom: 125px; }
    .delivery .wrap_del:after {
      content: "";
      position: absolute;
      right: -350px;
      top: -50px;
      background: url("../img/img-lorry.png") no-repeat 0 0;
      width: 623px;
      height: 499px; }
    .delivery .wrap_del ul li {
      margin-bottom: 65px; }
      .delivery .wrap_del ul li:last-child {
        margin-bottom: 0; }
      .delivery .wrap_del ul li strong {
        display: block;
        position: relative;
        padding-left: 15px; }
        .delivery .wrap_del ul li strong:before {
          content: "";
          position: absolute;
          left: 0px;
          top: 10px;
          background: url("../img/arr-right-bl.png") no-repeat 0 0;
          width: 8px;
          height: 8px; }
  .delivery .wrap_qw {
    background: #7ec8fc;
    background: -moz-linear-gradient(-45deg, #7ec8fc 0%, #0396ff 100%);
    background: -webkit-linear-gradient(-45deg, #7ec8fc 0%, #0396ff 100%);
    background: linear-gradient(135deg, #7ec8fc 0%, #0396ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ec8fc', endColorstr='#0396ff',GradientType=1 );
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-box-shadow: 0 90px 90px -55px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 90px 90px -55px rgba(0, 0, 0, 0.3);
    box-shadow: 0 90px 90px -55px rgba(0, 0, 0, 0.3);
    padding: 20px;
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 75px;
    color: #fff;
    position: relative; }
    .delivery .wrap_qw:before {
      content: "";
      position: absolute;
      left: 15px;
      bottom: 0px;
      background: url("../img/img-off.png") no-repeat 0 0;
      width: 315px;
      height: 511px; }
    .delivery .wrap_qw h3 {
      font-size: 40px;
      font-weight: bold;
      margin: 25px 0;
      margin-left: 45px; }
    .delivery .wrap_qw .wrap_text {
      font-size: 18px;
      line-height: 24px;
      font-weight: bold;
      padding-bottom: 15px;
      border-bottom: 1px dashed #fff;
      margin-bottom: 20px;
      margin-left: 45px; }
    .delivery .wrap_qw .wrap_phone {
      font-size: 27px;
      line-height: 36px;
      font-weight: bold;
      margin-left: 45px; }
    .delivery .wrap_qw .wrapper_form {
      background: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      margin: 0;
      padding: 25px;
      width: 100%; }
      .delivery .wrap_qw .wrapper_form .border_box .form_head {
        margin-bottom: 35px; }

.contact {
  padding-top: 50px;
  padding-bottom: 50px; }
  .contact .wrap_contact {
    margin-top: 40px; }
    .contact .wrap_contact li {
      margin-bottom: 50px;
      padding-left: 95px;
      line-height: 24px;
      position: relative; }
      .contact .wrap_contact li .li_head {
        font-weight: bold; }
      .contact .wrap_contact li:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        background: url("../img/contact-icon-set.png") no-repeat 0 0;
        width: 56px;
        height: 56px; }
      .contact .wrap_contact li:nth-child(2):before {
        background-position: 0 -84px; }
      .contact .wrap_contact li:nth-child(3):before {
        background-position: 0 -171px; }
  .contact .map {
    height: 345px;
    margin-top: 40px; }

.modal {
  max-height: 100%;
  max-width: 600px;
  margin: auto;
  z-index: 1003;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }
  .modal .modalfill {
    margin: auto;
    border-radius: 50px;
    padding: 100px 0;
    background: #fff; }
    .modal .modalfill .modal-content {
      padding: 24px; }
      .modal .modalfill .modal-content .tac {
        text-align: center;
        font-size: 26px; }

/*# sourceMappingURL=main.css.map */
