.placeholder::-webkit-input-placeholder {
  color: #000;
}

.placeholder::-moz-placeholder {
  color: #000;
}

.placeholder:-moz-placeholder {
  color: #000;
}

.placeholder:-ms-input-placeholder {
  color: #000;
}

.placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}

.placeholder:focus::-moz-placeholder {
  color: transparent;
}

.placeholder:focus:-moz-placeholder {
  color: transparent;
}

.placeholder:focus:-ms-input-placeholder {
  color: transparent;
}

.placeholder:focus {
  outline: none;
}

:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

b, strong {
  font-weight: 700;
}

.m-button {
  display: block;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  height: 76px;
  line-height: 76px;
  background: #579a08;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000;
  background: #1c1c1c;
}

.wrap {
  position: relative;
  width: 480px;
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
}

section {
  margin: 50px 0;
}

button,
textarea,
input {
  font-family: 'Montserrat', sans-serif;
}

h2.title {
  color: #080808;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  padding: 0 20px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

h2.title span {
  color: #579a08;
}

.video {
  padding: 0 15px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*   offer   */

.offer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 0 20px;
  background: #131313;
  color: #fff;
}

.offer__guarantee {
  background: url("../img/guarantee-icon.png") 0 50% no-repeat;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  padding-left: 42px;
}

.offer__box {
  padding-top: 45px;
  height: 555px;
  background: url("../img/offer.jpg") 50% 100% no-repeat #000;
  position: relative;
}

.offer__title {
  font-size: 23px;
  line-height: 1.3em;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff;
  margin: -20px 15px;
  padding: 5px 0;
  position: relative;
}

.ofr_ben {
  display: flex;
  align-items: center;
  margin: 10px 0 0 20px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 2px 5px #000;
}
.ofr_ben:before{
  content: '';
  width: 60px;
  height: 69px;
  background: url(../img/icons.png);
  flex-shrink: 0;
  margin-right: 10px;
}

.ofr_ben2{
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 15px;
  right: 10px;
  color: #4276fa;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #000;
}
.ofr_ben2:before{
  content: '';
  width: 43px;
  height: 43px;
  background: url(../img/icons2.png) 50% 50% no-repeat;
}
.ofr_ben2 span{
  position: relative;
  margin-left: 5px;
}


.offer__info {
  background: url("../img/offer-bg.jpg") 50% 0 no-repeat #000;
}

.offer__photo {
  display: block;
}

/*   price   */

.price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 50px;
}

.price__value {
  text-align: center;
}

.price__value i {
  font-style: normal;
  font-size: 0.7em;
  text-transform: uppercase;
}

.price__old {
  font-size: 23px;
  font-weight: 500;
  text-decoration: line-through;
  color: #666;
  line-height: 1em;
}

.price__new {
  font-weight: 700;
  font-size: 38px;
  line-height: 1em;
  color: #fff;
}

.price__sale {
  display: block;
  height: 50px;
  line-height: 48px;
  font-size: 23px;
  font-weight: 500;
  padding: 0 30px;
  background: #e44826;
  color: #fff;
  text-transform: uppercase;
  margin-left: 50px;
}

/*   gift   */

.gift {
  position: relative;
  display: flex;
  margin-bottom: 35px;
}

.gift:after {

}

.gift > img {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
}

.gift:before {
  content: '';
  background: #5d6d2b;
  width: 96px;
  flex-shrink: 0;
}

.gift p {
  flex-grow: 1;
  border: 2px solid #fff;
  border-left: 0;
  border-right: 0;
  padding: 5px 0 5px 50px;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
}

.gift p b {
  color: #579a08;
  font-weight: 500;
}

/*   gift-v2   */

.gift-v2 {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}

.gift-v2:after {
  position: absolute;
  top: -20px;
  right: 0;
  display: block;
  background: url("../img/gift-icon.png") 0 0 no-repeat;
  width: 81px;
  height: 108px;
  content: '';
}

.gift-v2__photo {
  display: flex;
  align-items: flex-end;
  height: 80px;
  background: #f47a55;
}

.gift-v2__photo img {
  display: block;
}

.gift-v2 p {
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #f47a55;
  padding: 0 15px 5px;
  margin-right: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
}

/*   order   */

.order {
  padding: 5px 45px 35px;
}

.order__head {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.order__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.order__input {
  display: block;
  width: 100%;
  height: 76px;
  background: #fff;
  border: none;
  color: #000;
  font-size: 18px;
  padding: 0 20px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 15px;
}

.order__alert {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 20px -15px 0;
  line-height: 1.3em;
}

.check-list {
  padding: 0 15px;
  margin-top: 35px;
}

.check-list__item {
  display: flex;
  align-items: flex-start;
  line-height: 26px;
  margin-bottom: 20px;
}
.check-list__item span {
  color:#599b0b;
}

.check-list__item:last-child {
  margin-bottom: 0;
}

.check-list__item:before {
  display: block;
  flex-shrink: 0;
  background: url("../img/check.png") 0 0 no-repeat;
  width: 33px;
  height: 30px;
  margin-right: 10px;
  content: '';
}

.s1 {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 40px;
}

.s2 {
  margin-bottom: -40px;
}

/*   benefits   */

.benefits__photo {
  display: block;
  width: 100%;
}

.benefits__item:not(:last-child) {
  margin-bottom: 35px;
}

.benefits__item.icon{
  position: relative;
}
.benefits__item.icon:before{
  content: '';
  width: 127px;
  height: 127px;
  background: url(../img/best_icon.png);
  position: absolute;
  top: 20px;
  left: 25px;
}

.benefits__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #99813b;
  width: 450px;
  height: 85px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: -45px auto 0;
  padding: 0 15px;
}

/*   promo   */

.promo {
  background: #010101;
  padding: 50px 0 0;
}
.promo>img{
  display: block;
  margin: 0 auto;
}
.promo-lead {
  text-align: center;
  color:#fff;
  margin-top: -20px;
}
.promo-lead h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.promo-lead p {
  font-size: 18px;

}
.promo__text {
  font-size: 27px;
  line-height: 1em;
  color: #fff;
  border: 2px solid #fff;
  margin: 0 15px;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}


.table {
  padding: 40px 0 15px;
  text-align: left;
  color: #444444;
}
.chartable {
  font-size: 15px;
}
.chartable thead  {
  background: #3e3e3e;
  color:#fff;
}
.chartable thead tr th:first-child,
.chartable tbody tr td:first-child {
  width: 35%;
  padding: 4px 5% 4px 0;
  text-align: right;
}
.chartable tbody tr{
  background: #cdcdcd;
}
.chartable tbody tr:nth-child(odd) {
  background: #e6e6e6;
}
.help-order {
  font-size: 15px;
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
  padding: 25px 40px;
}
.help-order div {
  line-height: 1.3em;
  text-align: left;
  padding-left: 10px;
}
.help-order img {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
  border-radius: 50%;
}


.complectation {
  padding-bottom: 40px;
}
.complectation h3 {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
.complect {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
  padding: 0 10px;
}
.complect-col {
  flex-shrink: 0;
  width: 50%;
  padding: 0 15px;
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.complect-card {
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
  border-radius: 5px;
  padding: 20px 0;
}
.complect-card b {
  margin-bottom: 10px;
}
.complect-card img {

}
.complect-card-green {
  background: #579a08;
  color:#fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  padding: 0px 0 20px;
  text-decoration: none;
}
.complect-card-green span {
  font-size: 70px;
  line-height: 1.5em;
}
.complect-card-green p {
  font-size: 21px;
  
}
.complect > div:nth-child(2) .complect-card {
  padding-bottom: 30px;
}

/*  color   */

.color {
  display: flex;
  justify-content: space-around;
  margin: 20px 0 40px;
}

.color__item {
  width: 210px;
  height: 210px;
  box-shadow: 0 0 29px rgba(0, 0, 0, .08);
}

.color__item b {
  display: block;
  padding-top: 175px;
  font-size: 16px;
  text-align: center;
}

/*   reviews   */

.reviews-slider .slick-list {
  padding: 40px 0;
  margin: -40px 0;
}

.reviews-slider__item {
  width: 450px;
  margin: 0 15px;
  padding: 30px 20px 40px;
  background: #fff;
  box-shadow: 0 0 29px rgba(0, 0, 0, .1);
}

.reviews-slider__photo {
  display: block;
  border-radius: 6px;
  margin: 0 auto 30px;
}

.reviews-slider__text {
  text-align: center;
}

.reviews-slider__text > strong {
  display: block;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 25px;
}

/*   slider-author   */

.slider-author {
  position: relative;
  width: 300px;
  margin: 0 auto 20px;
  z-index: 5;
}

.slider-author__item {
  width: 80px;
  margin: 0 10px;
}

.slider-author__avatar {
  display: block;
}

.slick-active .slider-author__avatar {
  transform: scale(1);
}

.slider-author__avatar {
  transform: scale(.8);
  transition: transform .2s linear;
}

.slider-author__item p {
  font-size: 0;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  white-space: pre;
  transform: translateX(-30%);
}

.slider-author__item.slick-active p {
  font-size: 15px;
  margin-top: 10px;
}

.slider-author .slick-arrow {
  position: absolute;
  top: 30px;
  display: block;
  background: url("../img/slider-arrow.png") 0 0 no-repeat;
  width: 48px;
  height: 26px;
  font-size: 0;
  border: none;
  cursor: pointer;
}

.slider-author .slick-prev {
  left: -60px;
  transform: rotate(-180deg);
}

.slider-author .slick-next {
  right: -60px;
}

/*   delivery   */

.delivery__list {
  display: flex;
  justify-content: space-around;
}

.delivery__item {
  margin: 0 20px;
}

.delivery__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background: #579a08;
  margin: 0 auto 15px;
}

.delivery__image {
  display: block;
}

.delivery__text {
  text-align: center;
}

.delivery__text strong {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.delivery__text p {
  font-size: 17px;
  line-height: 22px;
}




.footer{
  background: #151515;
  color: #fff;
  padding: 60px 10px;
  text-align: center;
}
.footer img{
  display: block;
  margin: 0 auto 10px;
}
.footer a{
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  line-height: 1.1em;
  color: #fff;
}