﻿@charset "UTF-8";
@import url("../css-1");
@import url("../css-2");

* {
  margin: 0;
  padding: 0;
  outline: none !important;
  cursor: default;
  /* font-family: "Roboto Condensed", sans-serif; */
  /* font-size: 18px; */
  /* line-height: 24px; */
  /* font-weight: 400; */
}

body,
html {
  width: 100%;
  height: 100%;
}

.kitchen{
	width: 100%;
  margin: 0 auto;
  text-align: center;
}
.kitchen__img{
 
	max-width:100%;
}
.kitchen-text{
  text-align: left;

}
.item-title{
  color: #588C7E;
}

body {
    min-width: 480px;
    background: #eee;
    font-family: 'AvenirNextCyr', sans-serif;
    color: #101010;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    min-width: 480px!important;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  color: #0c0c0c;
  /* text-decoration: none; */
  text-decoration: underline!important;
}

.my_img {
	height: auto;
	max-width: 480px;
	display: block;
}

div {
	margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%;
}

h1 {
	margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%;
}
h2 {
	margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%;
}
h3 {
	margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%;
}
h4 {
	margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%;
}
h5 {
	margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%;
}
h6 {
	margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%;
}
p {
	margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  background: none;
}

.clearfix {
  clear: both;
}

.row {
  margin: 0;
}

p {
	    /* font-size: 20px; */
	    margin: 0;
	    padding: 20px 22px 20px 25px;
	    /* padding: 20px 0; */
	    text-align: justify;
	    text-align: left;
	    position: relative;
}

.justify {text-align: justify!important;}

.sale img{
	max-width: 700px;
	margin: auto;
	width: 100%;
}

.complect-img02{
	text-align: center;
}

.video-title{
	font-size: 20px;
	padding: 0 20px;
	text-align: center;
	margin-bottom: 30px;
}

.video-title b{
	font-size: 22px;
	color: red;
	font-weight: 600;
}

.main_wrapper {
	background: rgb(255, 255, 255);
	margin: 0px auto;
	width: 480px;
	/* border: solid 1px; */
	min-width: 480px!important;
}

header {
  padding: 4px 0;
  position: fixed;
  /* top: 0px; */
  left: 0;
  right: 0;
  z-index: 1444;
  background: #fff;
  /* box-shadow: 0px 12px 22px -5px rgba(0, 0, 0, 0.07); */
  opacity: 1;
  /*background-color: #588c7e;*/
}
header .container {
  position: relative;
}
header .container .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s;
  padding: 0 14px;
}
header .logo {
  display: inline-block;
  text-align: center;
}
header .logo .logo-title {
  display: block;
  font-family: "BebasNeue", sans-serif;
  color: #606166;
  font-size: 46px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}
header .logo .logo-subtitle {
  margin-top: -5px;
  margin-left: -4px;
  display: block;
  font-family: "Kaushan Script", cursive;
  font-size: 16px;
  color: #ffce08;
}
header .logo img {
  /* max-height: 46px; */
  /* width: auto; */
  /* max-width: 240px; */
  /* transition: 0.3s; */
  margin: 0 auto;
  height: 60px;
  width: auto;
  text-align: center;
}
header nav {
  display: inline-block;
  vertical-align: super;
}
header nav .nav-list {
  list-style: none;
  margin: 0;
}
header nav .nav-list li {
  display: inline-block;
  margin: 0 15px;
  height: 50px;
}
header nav .nav-list li a {
  color: #000 !important;
  font-size: 16px;
  transition: 0.4s;
}
header nav .nav-list li a:hover {
  color: #333;
}
header nav .nav-list li:last-child {
  margin-right: 0;
}

#nav-toggle {
  display: none;
  background: transparent;
  padding: 15px;
  height: 38px;
  width: 30px;
  cursor: pointer;
  transform: translate(0%, -50%);
  box-sizing: border-box;
  top: 16px;
  display: block;
  position: relative;
  z-index: 2;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: #2d2d2d;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: '';
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  top: 10px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  transition: all 0.5s ease-in-out;
  width: 30px;
}

#nav-toggle.active span {
  background-color: transparent !important; 
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(135deg);
}

#nav-toggle.active span:after {
  transform: rotate(-135deg);
}

.site-info{
  font-family: "BebasNeue", sans-serif;
  padding: 6px 15px;
  padding-top: 70px;
  background: #b3bd24;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.main-title{
  padding: 0 15px;
  padding-bottom: 0;
  text-align: center;
}

.main-title h1{
  font-size: 24px; 
  line-height: 110%;
  text-align: center;
  font-weight: 500;
}

.lSGallery{
	display: none;	
}

.main-title h1 span{
  font-size: 24px;
  line-height: 110%;
  color: #ff0000;
  font-weight: 500; 
}

.main .demo {
  width: 100%;
}

.main ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom:0;
}

.main li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor:pointer;
}

.main img {
  display: block;
  height: auto;
  width: 100%;
  /* padding: 58px 0 0; */
}
.main2 img {
  display: block;
  height: auto;
  width: 100%;
  padding: 10px 0 0;
}
.main .container{
  width: 100%;
  padding: 0;
}
.main .flex-box{
  overflow: hidden;
}



.price_block {
  display: flex;
  /* margin-top: 10px; */
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.size_item {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 40%;
  height: 70px;
  border-right: 1px solid #e6e6e6;
  text-align: center;
}

.price_item {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 30%;
  height: 70px;
  border-right: 1px solid #e6e6e6;
  text-align: center;
}

.price_item:last-child {
  border: none;
}
.price_item {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 70px;
  border-right: 1px solid #e6e6e6;
  text-align: center;
}
.price_item.old {
  width: 27%;
}  

.price_item.new {
  width: 33%;
}  
.size_item.old .value {
  font-weight: 700;
  font-size: 19px;
  line-height: 21px;
}

.size_item.old .value span{
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #fa0808;
}

.price_item .text {
  font-size: 16px;
  line-height: 14px;
}

.price_item.old .value {
  margin-top: 3px;
  font-weight: 700;
  font-size: 24px;
  text-decoration: line-through;
}

.price_item.new .value {
  font-weight: 700;
  font-size: 28px;
}

.title{
  font-size: 34px !important;
  line-height: 110%;
}

.price_item.new .text span {
  display: inline-block;
  padding: 2px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ff0000;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}



@media screen and (max-width: 1767px) {
  header {
    /* padding: 12px 0 8px; */
  }

  #nav-toggle {
    top: 22px;
    display: block;
    position: relative;
    z-index: 2;
    float: right;
  }

  header .nav-box {
    position: fixed;
    margin-top: 0;
    top: 68px;
    bottom: 0;
    right: -320px;
    left: auto;
    width: 300px;
    text-align: center;
    background: #ffffff !important;
    transition: 0.3s;
    padding-top: 50px;
    box-shadow: 0px 12px 18px -5px rgb(0 0 0 / 26%);
  }

  header .nav-box.in {
    right: 0;
    transition: 0.3s;
  }

  header .nav-box nav .nav-list li {
    display: block;
    margin: 0;
  }

  header .nav-box nav .nav-list li a {
    display: block;
    /* padding: 15px 0 15px; */
    font-size: 20px;
  }

  header .nav-box nav li {
    padding: 0 !important;
  }

  header .logo .logo-subtitle {
    font-size: 13px;
    margin-top: -2px;
  }

  header .logo .logo-title {
    font-size: 36px;
    letter-spacing: 2px;
  }

  header .logo img {
    /* max-height: 35px; */
  }
}
footer {
  padding: 20px 0 20px;
  text-align: center;
}
footer img {
  max-width: 200px;
  height: auto;
  width: auto;
}
footer .address {
  margin-top: 10px;
}
footer .address span {
  font-weight: 500;
}
footer .address .fa {
  color: #606166;
  margin-right: 3px;
}

.btn-castom {
  display: block;
  width: 220px;
  text-align: center;
  margin: auto;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "BebasNeue", sans-serif;
  color: #111 !important;
  border-radius: 5px;
  background: #ffce08;
  /* padding: 15px 15px; */
  border: none;
  cursor: pointer !important;
}

.btn-castom:hover {
  opacity: .85;
}

label.error {
  text-align: center;
  display: block;
  color: red;
}

form .btn-castom {
  margin-top: 10px !important;
}

form {
	margin: 0px auto;
	padding: 0px;
	outline: 0px;
	border: 0px currentColor;
	border-image: none;
	font-size: 100%;
	width: 440px;
	position: relative;
	display: block;
}

.input-form {
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 18px 15px;
  font-size: 18px;
  border: none;
  background: none;
  border-bottom: 3px solid #fff;
  margin: 8px 0;
  width: 100%;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}



textarea.input-form {
  resize: none;
  height: 180px;
}

.castom-modal {
  padding: 30px;
  width: 400px;
  box-sizing: border-box;
}
.castom-modal .form-title {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  font-family: "BebasNeue", sans-serif;
}
.castom-modal .btn-castom {
  margin-top: 20px;
  width: 100%;
  border: none;
  padding: 20px 20px;
  cursor: pointer;
}
.castom-modal .input-form {
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 18px 15px;
  font-size: 18px;
  border: none;
  background: none;
  border-bottom: 3px solid #606166;
  margin: 8px 0;
  width: 100%;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.castom-modal .input-form::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2d2d2d;
}
.castom-modal .input-form::-moz-placeholder {
  /* Firefox 19+ */
  color: #2d2d2d;
}
.castom-modal .input-form:-ms-input-placeholder {
  /* IE 10+ */
  color: #2d2d2d;
}
.castom-modal .input-form:-moz-placeholder {
  /* Firefox 18- */
  color: #2d2d2d;
}

@media screen and (max-width: 768px) {
	.site-info {
    	/* padding-top: 67px; */
 }
	
	.castom-modal {
    width: 100%;
    padding: 20px 10px;
  }
  .castom-modal .form-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.title, .title span {
  text-align: center;
  font-size: 33px;
  font-family: "BebasNeue", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.title span {
  color: #ffce08;
}

.container {
  margin: auto;
  width: 1170px;
  width: 480px;
  /* padding: 0 15px; */
  box-sizing: border-box;
}

.indent {
  padding: 20px 0;
}

.bg {
  background: #f3f3f3;
}

.flex-box {
  display: flex;
}

.count {
  /* margin-top: 10px; */
}
.count .fa {
  color: #ffce08;
  margin-right: 1px;
}

.count.white {
  color: #fff;
}

.slick-slider .fa {
  position: absolute;
  top: 40%;
  color: rgba(0, 38, 60, 0.56) !important;
  font-size: 40px !important;
  width: auto !important;
  height: auto !important;
  cursor: pointer;
}

.slick-slider .fa:hover {
  color: #2d2d2d !important;
}

.fa-next {
  right: 0;
}

.fa-prev {
  left: 0;
}

.company-slider {
  padding: 20px 50px;
}
.company-slider .item {
  height: 100px;
  padding: 15px;
  margin: 50px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 18px -7px rgba(0, 0, 0, 0.11);
}
.company-slider .item img {
  max-height: 60px;
  max-width: 100px;
}

.flip-clock-wrapper ul {
  background: #2d2d2d !important;
}



@media screen and (max-width: 1200px) {
  .container {
    /* width: 950px; */
    /* width: 100%; */
    padding: 0 15px;
    box-sizing: border-box;
    /* width: 100%; */
    padding: 0 15px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    /* width: 100%; */
    /* padding: 0 15px; */
    padding: 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .title {
    margin-bottom: 30px !important;
  }
}
.accordion {
  font-size: 18px;
  width: 100%;
  display: block;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 5px;
  text-align: left;
}

.accordion-header,
.accordion-body {
  background: white;
  text-align: left;
}

.accordion-header {
  padding: 15px;
  background: #131313;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  transition: all .3s;
}

.accordion-body {
  padding: 15px !important;
  background: #fff;
  color: #222;
  display: none;
  text-align: left;
}

.accordion-body__contents {
  padding: 15px;
  font-size: 22px;
}

.accordion__item {
  margin: 10px 0;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  font-size: 22px;
  color: #ffce08;
  float: right;
  position: relative;
  top: 0;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}

@media screen and (max-width: 1000px) {
  .accordion {
    width: 100%;
  }
}
body {
  background-size: cover;
  background-attachment: fixed;
}


.spec {
  padding-top: 50px;
  padding-bottom: 50px;
}
.spec .title {
  margin-bottom: 10px;
}
.spec .text {
  max-width: 800px;
  display: block;
  margin: auto;
}
.spec .text p {
  font-size: 18px;
  line-height: 150%;
  margin: 20px 0;
}
.spec .item {
  display: block;
  margin: 30px auto;
  max-width: 900px;
  text-align: center;
}
.spec .item .item-img {
  text-align: center;
  display: inline-block;
}
.spec .item .item-text p{
  font-size: 18px;
  line-height: 150%;
  text-align: left;
}
.spec img {
  display: block;
  max-width: 700px;
  margin: auto;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.spec .item-info {
  display: inline-block;
  width: calc(55% - 5px);
  vertical-align: top;
  padding: 0 20px;
  box-sizing: border-box;
}
.spec .item-info .item-title {
  margin-top: 20px;
  display: inline-block;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #606166;
}
.spec .item-info .item-text {
  font-size: 20px;
  line-height: 150%;
}

.prezent .item {
  vertical-align: top;
  display: inline-block;
  width: calc(50% - 5px);
  padding: 0 15px;
  box-sizing: border-box;
}
.prezent .item-img {
  text-align: center;
}
.prezent .item-img a {
  display: inline-block;
  padding-bottom: 50%;
  background-size: cover;
  width: calc(50% - 14px);
  margin: 5px;
  vertical-align: top;
  background-position: center;
}
.prezent .item-img .click-img {
  margin-top: 20px;
  font-size: 16px;
  display: inline-block;
  background: #ffce08;
  color: #111;
  padding: 5px 10px;
}
.prezent .item-info .title {
  margin-top: 10px;
  text-align: left;
}
.prezent .item-info ul {
  list-style: none;
  margin: auto;
}
.prezent .item-info ul li {
  font-size: 22px;
  margin: 5px 0;
}
.prezent .item-info ul li .fa {
  color: #606166;
  font-size: 20px;
  margin-left: 5px;
}
.prezent .btn-castom {
  display: inline-block;
  margin-top: 30px;
}

.complect {
  padding-bottom: 40px;
}
.complect .title {
  margin-bottom: 30px;
}
.complect .title02 {
  color: #2d2d2d;
  font-weight: 700;
  font-size: 30px;
}
.complect .title03 {
  margin-bottom: 50px;
  color: #777;
  font-weight: 400;
  font-size: 18px;
}
.complect .container {
  text-align: center;
}
.complect .item {
  display: flex;
  margin: 10px 0;
  max-width: 900px;
  align-items: center;
}
.complect .item-img img {
  max-width: 250px;
  width: auto;
  height: auto;
}
.complect .item-text {
  text-align: left;
}
.complect .item-text p {
  margin: 5px;
  margin-top: 10px;
  font-size: 22px;
  line-height: 150%;
}

.plusi .title {
  margin-bottom: 30px;
}
.plusi .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 4px);
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  /* background: #fff; */
  margin-bottom: 40px;
  /* -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.04); */
  -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.04);
  /* box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.04); */
  padding: 0 !important;
}

.item-img img{
  	width: 100%;
  	height: auto;
}

.plusi .item .item-icon {
  padding: 0 0px 10px 20px;
}
.plusi .item .item-icon img{
  /* padding: 0 0px 0 20px; */
  max-width: 100%;
  height: auto;
  width: 150px;
  height: auto;
}
.plusi .item .item-icon .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #272727;
  font-size: 24px;
  border: 1px solid #272727;
}
.plusi .item-title {
      font-size: 24px;
      line-height: 26px;
      margin: 10px 10px 0px 10px;
      color: #222222;
      font-weight: 700;
      text-align:center;
      text-transform: uppercase;
}

.plusi h4.item-title {
      font-size: 25px;
      margin: 15px 0 30px 0;
      color: #222222;
      font-weight: 500;
      text-align:center;
}

#text_p {font-size: 22px;padding: 10px 20px;color: #222;text-align: center;position: relative;font-weight: 500;margin: 0;}

.plusi .item .item-text {
	padding: 20px 25px;
	list-style: none;
}

.plusi .item .item-text li{
	 /* font-size: 18px; */
	 /* margin: 3px 0; */
	 /* color: #222; */
	 text-align: left;
	 position: relative;
	 padding-left: 20px;
}

.plusi .item .item-text li b{
	 font-size: 20px;
	font-weight: 700;
}

.plusi .item .item-text li:before {
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #588c7e;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 8px;
}

 .item-title {
      font-size: 24px;
      line-height: 26px;
      margin: 10px 0 0px 0;
      /* color: #020202; */
      font-weight: 700;
      text-align:center;
      text-transform: uppercase;
}


.reviews .item {
  width: calc(33% - 4px);
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  box-sizing: border-box;
}
.reviews .item .item-name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.reviews .item .item-info:before {
  content: "”";
  display: block;
  position: absolute;
  top: -70px;
  right: 0;
  font-size: 90px;
  color: #606166;
  font-family: sans-serif;
}
.reviews .item .item-info {
  position: relative;
  display: flex;
}
.reviews .item .item-info .item-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-size: cover;
  margin-right: 20px;
}
.reviews .item .item-info .item-text {
  width: 260px;
}
.reviews .item .item-info .item-text p {
  font-size: 18px;
  line-height: 150%;
}
.reviews .row {
  display: block;
}
.reviews .row .btn-castom {
  display: block;
  margin: auto;
  margin-top: 30px;
  text-align: center;
}

.offer {
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
  .reviews .item {
    width: auto;
    display: block;
    max-width: 390px;
    padding: 20px 0;
    margin: auto;
  }
}
@media screen and (max-width: 1023px) {
  .plusi .item {
    width: 100%;
    padding: 20px 10px;
  }

  .prezent .item {
    width: 100%;
    padding: 0;
  }

  .prezent .item-info {
    margin-top: 30px;
    text-align: center;
  }
  .prezent .item-info .title {
    margin-bottom: 20px !important;
    text-align: center;
  }

  .prezent .item-info ul {
    display: inline-block;
    text-align: left;
  }
  .prezent .item-info ul li {
    font-size: 22px;
    display: flex;
  }
  .prezent .item-info ul li .fa {
    margin-right: 5px;
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .spec .item-img {
    display: block;
    width: 100%;
  }

  .spec .item-info {
    margin-top: 10px;
    width: 100%;
  }

  .spec .item-img,
  .spec .item-info {
    padding: 0;
    text-align: center;
  }

  .spec .item-info .item-title {
    font-size: 28px;
  }

  .complect .item-text p {
    margin: 0;
    font-size: 20px;
  }

  .complect .item {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .complect .item-text {
    text-align: center;
  }
	
  .plusi .item {
    padding: 10px;
  }

  .reviews .item {
    padding: 10px 0;
  }

  .reviews .title {
    margin-bottom: 10px !important;
  }

  .spec .title {
    margin-bottom: 0 !important;
  }

  .complect .title {
    margin-bottom: 20px !important;
  }

  .offer {
    padding-top: 0;
  }

  .spec .title, .spec .title span {
    font-size: 32px;
  }
}

@media screen and (max-width: 370px) {
  .reviews .item .item-info .item-img {
    width: 60px;
    height: 60px;
  }

  .reviews .item .item-info .item-text {
    width: 230px;
  }
}

.btn-castom {
  /* border: 7px solid #ce4330; */
  /* background: #ce4330; */
  font-weight: 500;
  color: #fff !important;
  /* border-radius: 60px; */
  /* padding: 18px 15px; */
}

.image-anim  img,
.image-text  img{
  width: 100%;
  max-width: 600px;
  display: block;
  margin: auto;
}

.complect img{
  width: 100%;
  max-width: 600px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}

.bg,
.plusi .item .item-icon .fa{
	color:  #ce4330;
}

header nav .nav-list li a {
  color: #000 !important;
}

header, header .nav-box {
  /* background: #fff !important; */
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after{
  background: #000 !important;
}

.accordion-header {
  background: #00a0d0; 
/*   border: 4px solid #ff8100 !important; */
}

.accordion__item > .accordion-header:after {
  color: #ffffff;
}

.castom-modal .input-form{
  color: #111 !important;
}

footer {
  background: #fff;
}

footer .address span,
footer a{
  color: #353535 !important;
}

header, header .nav-box {
    /* background: #fff !important; */
}

footer {
    background: #fff;
}

#nav-toggle.active span{
    background: transparent !important;
}

.input-form {
    border-bottom: 3px solid #454545;
    color: #353535;
}

.input-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #353535;
}
.input-form::-moz-placeholder { /* Firefox 19+ */
  color: #353535;
}
.input-form:-ms-input-placeholder { /* IE 10+ */
  color: #353535;
}
.input-form:-moz-placeholder { /* Firefox 18- */
  color: #353535;
}

.count.white {
    color: #fff;
}

.plusi .item{
	margin-bottom: 10px;
}

.plusi .item:last-child{
	margin-bottom: 0;
}

.plusi .item{
	text-align: center;
}
.plusi .item .item-title{
	/* margin-top: 20px; */
}

.plusi02 .item {
	text-align: center;
}

.plusi02 .item img{
	max-width: 250px;
	height: auto;
	margin: auto;
}
.plusi02 .item .item-text{
    font-size: 20px;
    color: #272727;
    margin-top: 15px;
    font-weight: 500;
	text-align:center;
}

.plusi02{
	background: whitesmoke;
}

.slick-next:before, .slick-prev:before {
    color: #f73d34;
	font-size: 35px;
}
.slick-prev{
	left:  0;
	width: 35px;
	height: 35px;
	z-index: 1222;
}
.slick-next{
	right: 0;
	width: 35px;
	height: 35px;
	z-index: 1222;
}

.video{
	padding: 0 !important;
}

.video .container{
	padding: 0;
}

.video video{
	width: 100%;
	height: auto;
}
table.blueTable {
  border: 0px solid #1C6EA4;
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 0px solid #AAAAAA;
  padding: 5px;
}
table.blueTable tbody td {
  font-size: 16px;
  color: #212121;
}
table.blueTable tr:nth-child(even) {
  background: #f7f7f7;
}
table.blueTable tfoot td {
  font-size: 16px;
}

table.blueTable tfoot td b{
		 font-size: 16px;
		font-weight:600;
	}

.complect img{
	max-width: 500px;
	margin: 20px auto;
}

.reviews{
	background: #fff;
}

.reviews .item {
	display: block;
    width: 100%;
}
.reviews .item .item-info:before{
	content: none;
}

.reviews .item .item-info .item-text{
	width: 100%;
}

.reviews .item .item-name {
    font-size: 22px;
    margin-bottom: 5px;
}

.reviews .item .item-date {
	font-size: 14px;
	color: #777;
}

.reviews .item-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.reviews .item .item-doptext {
	color: #41916a;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.reviews .item .item-doptext .fa{
	color: #2ead49;
	font-size: 16px;
	margin-right: 3px;
}

.reviews .title{
	/* font-family: "Roboto Condensed", sans-serif; */
	/* text-transform: none; */
	text-align: left;
	font-weight: 500;
	/* letter-spacing: 0; */
	text-align: center;
	font-size: 30px;
	margin: -25px 0 15px 0;
	color: #222222;
	font-weight: 700;
	text-align: center;
}


.reviews .title b{
	font-size: 27px;
	margin-left: 5px;
	color: #999;
}

.delivery .item{
	box-shadow: none;
	background: none;
}

.reviews .item .item-info {
	display: block;	
}

.reviews .rev-box{
	margin: 15px 0;
	border-top: 1px solid #d6d6d6;
	max-width: none;
}

.reviews .rev-box:first-child{
	border-top: none;
}

.reviews .item-company{
	padding-left: 30px;
}

.reviews .item-company .item-doptext,
.reviews .item-company .item-doptext .fa{
    color: #25a0c3;
}
    

.reviews .item .item-info .item-text p{
	font-size: 16px;
}

.reviews{
	background: #fff;
}

.reviews .item .item-info .item-img{
	margin-top: 10px;
	width: 100%;
	height: auto;
}

.reviews .item .item-info .item-img a{
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	width: 70px;
	height: 70px;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
}

.reviews .btn-more{
	padding: 15px;
	font-size: 18px;
	text-align: center;
	    border-top: 1px solid #41916a;
    border-bottom: 1px solid #41916a;
    display: block;
    color: #41916a;
}

.castom-modal .btn-castom{
	margin-top: 20px !important;
}



.timer_block {
	padding: 8px 20px 7px 20px;
	background-color: rgb(248, 43, 0);
	/* padding: 9px 20px 9px 20px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px 0 0 0;
}
.timer_block p {
	background: url("../images/clock.png") no-repeat left;
	margin: 7px 0px 4px 0px;
	padding: 0px 0px 0px 40px;
	width: 260px;
	color: #fff;
	line-height: 16px;
	font-size: 14px;
	font-weight: 600;
	float: left;
}
.timer {
	width: 137px;
	color: white;
	float: right;
}
.timer_item {
	width: 45px;
	text-align: center;
	float: left;
}
.timer_item .text {
	margin: 0px 0px 4px;
	line-height: 12px;
	font-size: 12px;
color: #fff;
}
.timer_item .count {
	line-height: 30px;
	font-size: 30px;
	font-weight: 700;
	position: relative;

}

.timer_item .count::before {
	top: 0px; width: 10px; right: -5px; line-height: 24px; display: block; position: absolute; content: ":";
}
.timer_item .count::before {
	display: none;
}
.timer_item .count span {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	border: 0px currentColor;
	border-image: none;
	font-size: 100%;
	font-weight: 700;
	font-size: 28px;
	color: #fff;
}

h2.title {
	margin: 0px 0px 20px;
	text-align: center;
	/* color: rgb(248, 43, 0); */
	line-height: 25px;
	font-size: 24px!important;
	font-weight: 700;
}

h5.title {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	border: 0px currentColor;
	border-image: none;
	font-size: 100%;
	font-size: 18px!important;
	font-weight: 400;
	text-transform: none;
}


.offer_section .field {
	margin: 0px auto 20px;
	padding: 0px 20px 0px 50px;
	/* text-indent: 30px; */
	border-radius: 4px;
	border: 1px solid rgb(230, 230, 230);
	border-image: none;
	width: 400px;
	height: 66px;
	color: rgb(68 68 68);
	font-family: "AvenirNextCyr", sans-serif;
	font-size: 18px;
	font-weight: 400;
	display: block;
	background-color: rgb(245, 245, 245);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.offer1.offer_section .field {
	border: currentColor; border-image: none; background-color: rgb(255, 255, 255);
}
.offer_section [name='name'].field {
	background-position: 23px; font-family: Geneva, Tahoma, sans-serif; margin-top: 25px; background-image: url("../images/nameicon.png"); background-repeat: no-repeat;
}
.offer_section [name='phone'].field {
	background-position: 20px;
	font-family: Geneva, Tahoma, sans-serif;
	background-image: url("../images/phoneicon.png");
	background-repeat: no-repeat;
}
.offer_section :-ms-input-placeholder.field {
	color: rgb(51, 51, 51); opacity: 1;
}
.offer_section :-ms-input-placeholder.field:focus {
	opacity: 0;
}

.select-wrapper {
    position: relative;
    border-radius: 0;
}

.select-wrapper > select {
    border: 0;
    appearance: none;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-wrapper > select::-ms-expand{
    display: none;
}

.select-arrow {
    position: absolute;
    /* z-index: -1; */
    border: 8px solid transparent;
    border-bottom: 0;
    right: 40px;
}
.select-arrow:nth-child(2) {
    top: 31px;
    border-top-color: #1a1a1a;
    z-index: 100;
}


.button {
	background: rgb(137, 196, 65);
	margin: 0px auto;
	border-radius: 4px;
	border: currentColor;
	border-image: none;
	width: 400px;
	height: 80px;
	text-align: center;
	color: rgb(255 255 255);
	text-transform: uppercase;
	line-height: 80px;
	letter-spacing: 1px;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	display: block;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #08a42a;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Gradient(startColorStr="#0fe446", endColorStr="#01670f", GradientType=0)';
background-color: #588C7E;
	/* -webkit-box-shadow: 0 3px 0 0 #02460c; */
	/* box-shadow: 0 3px 0 0 #02460c; */
}

.button:hover {
	color: white; box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.24), 0px 17px 50px 0px rgba(0,0,0,0.19); background-color: rgb(62, 142, 65);
}
iframe {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	border: 0px currentColor;
	border-image: none;
	font-size: 100%;
	width: 480px;
	height: 270px;
}

.original{
	border: 1px dashed red;
	padding: 0 0 20px 0;
}


.original span{
	font-size: 50px;
	margin-bottom: 20px;
	font-weight: 700;
	display: block;
}

.original p{
	padding: 0px 30px;
	margin: 0 0 10px 0;
	text-align: justify;
	font-size: 16px;
	/* margin: 0; */
	font-weight: 700;
}
.footer_section {
	background: rgb(242, 242, 242);
	padding: 10px 0px;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	margin: 20px 0 0 0;
}
.footer_section img {
	margin: 0px auto 10px; display: block;
}
.footer_section a {
	color: rgb(17, 17, 17);
}

.item-text3 {
	padding: 10px 20px 10px 90px;
	list-style: none;
}

.item-text3 li{
	 font-size: 20px;
	 margin: 6px 0;
	 color: #222;
	 text-align: left;
	 position: relative;
	 padding-left: 20px;
}

.item-text3 li b{
	 font-size: 20px;
	font-weight: 700;
}

.item-text3 li:before {
	content: "";
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #ce4330;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 8px;
}
b {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	border-image: none;
	font-size: 100%;
	font-weight: 700;
	text-align: justify;
	position: relative;
	letter-spacing: 0.1px;
	/* font-size: 18px; */
}

.my-b{font-size: 20px;margin: 0 0 -10px 0;display: block;text-align: center;}

h2.title7 {
	/* margin: 0 0 30px; */
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}



.dark_theme .order_steps_list1 .step_item {
	background: rgb(255, 255, 255); color: rgb(51, 51, 51); box-shadow: 0px 2px 0px rgba(0,0,0,0.3); -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
.order_steps_list1 :nth-child(2n).step_item {
	margin: 0px 0px 11px;
}
.order_steps_list1 .step_item::before {
	background: no-repeat center;
	/* top: 19px; */
	/* width: 32px; */
	/* height: 32px; */
	/* right: 19px; */
	/* display: block; */
	/* position: absolute; */
	/* content: ""; */
}
.order_steps_list1 :nth-child(1).step_item::before {
	
}
.order_steps_list1 :nth-child(2).step_item::before {
	
}
.order_steps_list1 :nth-child(3).step_item::before {
	
}
.order_steps_list1 :nth-child(4).step_item::before {
	
}
.order_steps_list1 .step_item h4 {
	margin: 0;
	padding: 0px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
.order_steps_list1 .step_item h4::after {
	background: rgb(53, 180, 68);
	margin: 12px 0px 0px;
	width: 175px;
	height: 2px;
	display: block;
	content: "";
	margin: 12px auto;
}

.left{width: 250px;height: 60px;text-align: left;}
.center{height: 60px;line-height: 29px;text-align: center;font-size: 17px;font-weight: 700;padding: 3px 0 0 0;box-sizing: border-box;width: 160px!important;}
.center a{height: 24px;display: block;}
.right{width: 40px;height: 48px;line-height: 50px;}

.title_block{padding: 72px 0 6px 0;/* padding: 4px 0 6px 0; */position: relative;background: rgb(0, 0, 0);background: #ED0000;text-align: center;text-transform: uppercase;}

.title_block h1{color: rgb(255, 255, 255);font-size: 16px;font-weight: 700;}



/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 44%;
    display: block;
    width: 36px;
    height: 47px;
    padding: 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #ffd409 url(../images/arrow.png) no-repeat center center;
    z-index: 3;
}
.reviews .slick-prev,
.reviews .slick-next {
    top:304px;
}
.slick-prev{
    left: 0px;
}
.slick-next{
    right: 0;
    -moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

.subtitle_top{
	text-align: center;
	padding: 7px 0;
	font-size: 22px;
}

.order_steps_list1 .step_item {
	background: rgb(245, 245, 245);
	margin: 0px 10px;
	/* padding: 10px 15px 10px 20px; */
	border-radius: 4px;
	width: 210px;
	height: 230px;
	float: left;
	position: relative;
	box-shadow: 0px 2px 0px #d9d9d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0 2px 0 #d9d9d9;
	-moz-box-shadow: 0 2px 0 #d9d9d9;
	/* box-sizing: border-box; */
}


.order_steps_list_top {
	padding: 13px 20px;
	display: flex;
}
.order_steps_list_top .step_item {
	/* margin: 0px 10px 12px 0px; */
	padding: 0px 5px;
	margin: 0 5px;
	border-radius: 4px;
	width: 136px;
	height: 55px;
	font-size: 13px;
	float: left;
	position: relative;
	box-shadow: 0px 2px 0px #d9d9d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0 2px 0 #d9d9d9;
	-moz-box-shadow: 0 2px 0 #d9d9d9;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	background: #0202022e;
	box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.order_steps_list_top .step_item p{
    font-size: 15px;
    line-height: 110%;
    font-weight: 700;
    /* color: #fff; */
    background-color: transparent;
    padding: 9px;
    text-align: center;
}

.order_steps_section {
	padding: 20px 20px 30px;
}
.order_steps_list1 .step_item {
	background: rgb(245, 245, 245);
	margin: 0px 10px 12px 0px;
	padding: 15px 15px 15px 15px;
	border-radius: 4px;
	width: 185px;
	height: 220px;
	float: left;
	position: relative;
	box-shadow: 0px 2px 0px #d9d9d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0 2px 0 #d9d9d9;
	-moz-box-shadow: 0 2px 0 #d9d9d9;
}

.step_item p{padding: 2px;margin: 0;/* text-align: justify; */font-size: 19px;line-height: 20px;}

.link{text-decoration: underline!important;/* display: block; */margin: 0 auto;text-align: center;font-weight: 700;padding: 4px 0;color: #0c0c0c;}

.button-outer {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.button-outer::before, .button-outer::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background-color: #ff0000;
  opacity: 0.4;
}
.button-outer::before {
  animation: pulse 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}
.button-outer::after {
  animation: pulse 1.3s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}
.button-inner {
  position: relative;
  background-color: #ff0000;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
  transition-property: transform, background-color;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  
}
.button-inner:hover {
  background-color: #b10505;
  
}
.button-inner::before, .button-inner::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  border-width: 10px 0px 10px 20px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 55%;
  transform: translate(-50%,-50%);
}

@keyframes pulse {
  0% {
    opacity: 0.5;
    transform: scale(1);
 }
  100% {
    opacity: 0;
    transform: scale(1.75);
 }
}