.clear{clear: both;height: 0px;}
body {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #252525;
  background: #d8d8d8;
}

.clr {
  clear: both;
}

.wrap {
  width: 480px;
  padding: 0;
  margin: 0 auto;
  background: #fff;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.border_bottom {
  border-bottom: 1px dashed #e5e5e5;
}

.in_bg {
  background: #252525;
}

.green_bg2 {
  background: #17b907;
}

.accent-color {
  color: #025600;
}

.green {
  color: #17b907;
}

.red {
  color: #f93f3f;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.white {
  color: #fff;
}

h2 {
  font-size: 32px;
}

h2.venzel {
  padding: 20px 2px 20px 2px;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}

h2.venzel span {
  display: block;
}

b,
.b {
  font-weight: 700;
}

p {
  padding: 0 20px 20px;
}

p.justify {
  text-align: justify;
  text-align-last: center;
}

img.center {
  display: block;
  margin: 0 auto 20px;
}

/*.header*/

.header {
  background-color: #252525;
  padding-bottom: 30px;
}

.header__wrapper {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}

.header h1 {
  margin: 0 0px;
  font-size: 30px;
  line-height: 56px;
}

.header h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
}

.header .box {
  position: relative;
  margin-bottom: -50px;
}

.header .box img {
  display: block;
  margin-bottom: 40px;
}

.header .box .sale {
  position: absolute;
  right: 0;
  bottom: 50px;
  background: url("../img/sale-bg.png") 0 0 no-repeat;
  width: 154px;
  height: 154px;
  transform: rotate(-90deg);
  z-index: 50;
}

.header .product {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.product img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 25;
}

/* logo */
.product::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 150px;
  width: 55px;
  height: 360px;
  background: url("../img/logo.png") no-repeat center;
}

/* label */
.product::after {
  content: "";
  position: absolute;
  left: 60px;
  bottom: 250px;
  width: 177px;
  height: 177px;
  background: url("../img/header-label.png") no-repeat center;
}

.header .box .sale span {
  position: absolute;
  left: -13px;
  top: 82px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  transform: rotate(45deg);
}

.header .bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 35px 40px;
}

.header .bullet li {
  background-color: #1d1d1d;
  font-size: 17px;
  padding: 25px 5px;
}

.bullet li > span {
  display: block;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2em;
}

.header .stock-num {
  position: relative;
  text-align: center;
  margin: 0 auto 25px;
  font-size: 16px;
  color: #6d6d6d;
}

element.style {
}
.header h1 {
    margin: 0 0px;
    font-size: 26px;
    line-height: 56px;
}
.header h2 {
    font-size: 26px;
    line-height: 42px;
    font-weight: 500;
}
.reyt {
  background: #f7f8f9;
  padding: 12px 0 12px 30px;
}

.reyt .stars {
  display: inline-block;
  background: url(../img/stars.png) left 3px no-repeat;
  padding: 0 15px 0 116px;
  margin-right: 10px;
  line-height: 24px;
  border-right: 1px solid #dedfe0;
}

.reyt .stars b {
  font-size: 20px;
  color: #fa9535;
}

.timer {
  display: flex;
  justify-content: space-evenly;
}

.timer_price {
  position: relative;
  background: #666666;
  width: 412px;
  margin: 0 auto 15px;
  padding: 10px 0 5px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 10px;
  z-index: 75;
}

.timer_price .stock-txt {
  clear: both;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding-top: 10px;
}
.timer_price .note {
  font-size: 13px;
  text-align: center;
  color:#fff;
  padding-top: 7px;
}
.header .price {
  float: left;
}

.header .price .old {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-decoration: line-through;
  display: inline-block;
}

.header .price .new {
  color: #fcb02d;
  font-size: 30px;
  line-height: 32px;
}

.header .txt-line {
  position: absolute;
  right: 0;
  top: 25px;
  text-align: right;
}

.header .txt-line span {
  display: inline-block;
  vertical-align: top;
  font-size: 23px;
  font-weight: 700;
  color: #2f3339;
  padding: 7px 10px;
}

.header .txt-line div:nth-child(even) span {
  color: #fff;
  background: #17b907;
}

.button-m {
  width: 370px;
  height: 83px;
  line-height: 83px;
  margin: 0 auto 20px;
  display: block;
  background: #f7b85d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcb12f 0%, #f38e0a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcb12f 0%, #f38e0a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcb12f 0%, #f38e0a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 25px;
  font-weight: 700;
  border-radius: 20px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #f7b85d;
  cursor: pointer;
  font-family: "Gotham Pro", sans-serif;
}

.guard_all {
  width: 370px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}

.guard {
  background: url(../img/guard.png) left 4px no-repeat;
  padding: 0 0 0 40px;
  width: 150px;
  float: left;
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
  line-height: 20px;
  height: 40px;
}

.prod1 {
  float: left;
  background: url(../img/ost.png) left 24px no-repeat;
  height: 40px;
  min-width: 190px;
}

.header_img {
  position: relative;
}

.sale2 {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: url(../img/sale2.png) center top no-repeat #fa9535;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding-top: 35px;
  box-sizing: border-box;
}

.sale2 b {
  font-size: 28px;
  display: block;
}

.sale2 span {
  letter-spacing: 3px;
}

.timer2 {
  text-align: center;
  padding: 20px 0 10px;
  width: 380px;
  margin: 0 auto;
}

.timer2 p {
  font-size: 18px;
  padding: 0 0 5px;
}

.timer2 .time_circles>div>span,
.timer2 .time_circles>div>h4 {
  font-family: "Gotham Pro", sans-serif;
}

.timer2 .time_circles>div>span {
  font-weight: 700;
}

.timer2 .time_circles>div>h4 {
  font-weight: 400;
  text-transform: none;
}

.price2 {
  width: 370px;
  margin: 0 auto 20px;
  overflow: hidden;
  text-align: center;
}

.price2 b {
  display: block;
  font-size: 32px;
  line-height: 32px;
}

.price2 .old {
  float: left;
  width: 50%;
  background: #f3f5f7;
  padding: 12px 0;
  border-radius: 3px 0 0 3px;
}

.price2 .new {
  float: left;
  width: 50%;
  color: #fff;
  padding: 12px 0;
  border-radius: 0 3px 3px 0;
}

.prod2 {
  padding: 20px 0;
}

.reyt2 {
  background: #f7f8f9;
  padding: 12px 0 12px 32px;
}

.reyt2 div {
  display: inline-block;
  height: 40px;
  vertical-align: top;
}

.reyt2 .inl b {
  display: block;
}

.reyt2 .inl {
  text-align: center;
  margin: 0 40px 0 0;
}

.reyt2 .stars2 {
  background: url(../img/stars2.png) left bottom no-repeat;
  width: 200px;
}

.price3 {
  padding: 20px;
}

.price3 .old {
  font-size: 18px;
  padding-bottom: 10px;
}

.price3 .old div {
  font-size: 15px;
  display: inline-block;
  margin-right: 48px;
}

.price3 .new b {
  color: #ff4e00;
  font-size: 26px;
}

.price3 .new .new_in {
  font-size: 15px;
  line-height: 15px;
  width: 80px;
  display: inline-block;
  margin-right: 10px;
}

.header .price3 .sale {
  color: #fff;
  background: #e62e04;
  font-size: 14px;
  line-height: 18px;
  padding: 4px;
  border-radius: 2px;
  margin-left: 4px;
  position: relative;
  top: -4px;
  display: inline;
  margin-left: 15px;
}

.guard_all2 {
  overflow: hidden;
  padding: 20px 0;
}

.button-m1 {
  float: left;
  width: 280px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  display: block;
  background: #fa9535;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  border-radius: 3px;
}

.guard_all2 .inner {
  float: left;
  width: 155px;
  padding-left: 20px;
  box-sizing: border-box;
}

.guard2 {
  background: url(../img/guard2.png) left 4px no-repeat;
  font-size: 14px;
  line-height: 18px;
  height: 30px;
  padding: 0 0 0 35px;
}

.prod3 {
  margin-top: 16px;
  padding-top: 8px;
  background: url(../img/ost2.png) left top no-repeat;
  font-size: 14px;
}

p.dost {
  background: url(../img/dost.png) left 5px no-repeat;
  padding: 0 0 0 25px;
}


.opisanie {
  padding-bottom: 0;
}

.opisanie .list {
  margin: 0 20px 60px;
}

.list__item {
  display: flex;
  align-items: center;
}

.list__item > img {
  margin-right: -20px;
  z-index: 5;
}

.list__item:nth-child(even) > img {
  margin-right: 0;
  margin-left: -20px;
}

.list__item:not(:last-child) {
  margin-bottom: 60px;
}

.list__item > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 20px 5px 30px;
  height: 150px;
  border: 2px solid currentColor;
  color: #79734e;
}

.list__item > div strong {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 21px;
}

.list__item:nth-child(even) > div {
  order: -1;
  padding: 5px 30px 5px 20px;
}


.opisanie > img {
  display: block;
  margin-bottom: 20px;
}

.opisanie ul.spisok {
  margin-bottom: 0;
}

.opisanie img.center {
  margin-bottom: 0;
}

.s1 {
  background: #fff;
  padding: 10px 0 40px;
}

.s1 h2.venzel {
  margin-bottom: 10px;
}

.s1 h2.venzel span {
  display: inline;
}

.s1 .txt {
  font-size: 16px;
  line-height: 26px;
  padding: 5px 45px 30px;
  text-align: center;
}

.s1 .spisok {
  margin: 0 20px 45px;
  padding: 0;
}

.s1 .spisok>li {
  display: flex;
  background-color: #fff;
  font-size: 18px;
}

.s1 .spisok>li div {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 20px;
  font-size: 18px;
}

.s1 .spisok>li:not(:last-child) {
  margin-bottom: 20px;
}


.s1 .spisok strong {
  text-transform: uppercase;
}

/*   s2   */

.s2 .box-im {
  position: relative;
}

.s2 .box-im img {
  display: block;
}

.s2 .txt-1 {
  position: absolute;
  width: 250px;
  right: 0;
  top: 78px;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  line-height: 34px;
  color: #fff000;
}

.s2 .txt-1 span {
  display: block;
  font-size: 44px;
}

.s2 .txt-2 {
  position: absolute;
  width: 250px;
  right: 0;
  top: 162px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #2f3339;
}

.s2 .txt-2 span {
  display: block;
  color: #2196f3;
  font-size: 28px;
}

.s2 ul.spisok {
  margin-bottom: 0;
}

.s2 ul.spisok li:nth-child(odd) {
  background-color: #15ac07;
}

.galery {
  margin-bottom: 20px;
}

.gallery .slick-prev,
.gallery .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: url(../img/arrow.png) no-repeat #57b957;
  z-index: 3;
}

.gallery .slick-prev {
  left: 10px;
  background-position: 15px 12px;
}

.gallery .slick-next {
  right: 10px;
  background-position: -405px 12px;
}

ul.spisok {
  margin: 0 0 20px;
  padding: 15px 0;
}

ul.spisok strong {
  display: block;
  padding-bottom: 5px;
}

ul.ul_white li {
  background: url(../img/ul_white.png) 20px 10px no-repeat #fff;
  padding: 12px 20px 12px 54px;
}

ul.ul_white li:nth-child(2n) {
  background: url(../img/ul_white.png) 20px 10px no-repeat #f3f5f7;
}

ul.ul_green li {
  background: url(../img/ul_green.png) 20px 10px no-repeat;
  padding: 12px 20px 12px 54px;
  color: #fff;
}

ul.ul_black li {
  background: url(../img/ul_black.png) 20px 10px no-repeat;
  padding: 12px 20px 12px 54px;
  color: #fff;
}

ul.three {
  text-align: center;
  margin: 0 0 20px;
}

ul.three li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}

ul.three li p {
  font-size: 14px;
}

ul.three li p b {
  display: block;
}

ul.two {
  text-align: center;
  margin: 0 0 20px;
}

ul.two li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

ul.two li p {
  font-size: 14px;
}

ul.two li p b {
  display: block;
}

.black_ul {
  background: #2f3339;
  color: #fff;
}

ul.goriz li img {
  float: left;
  margin: 0 20px 0 0;
}

ul.goriz li {
  vertical-align: top;
  overflow: hidden;
  padding: 20px;
}

ul.goriz li p {
  padding: 0 20px 20px 120px;
}

ul.goriz li p b {
  display: block;
  font-size: 16px;
}

ul.ul_str {
  text-align: right;
}

ul.ul_str span {
  font-weight: 700;
  float: left;
  display: inline-block;
}

ul.ul_str li {
  padding: 15px 20px;
  background: #f3f5f7;
}

ul.ul_str li:nth-child(2n) {
  background: #fff;
}

table.drugie {
  margin: 20px 0;
}

table.drugie thead tr th {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 20px;
}

table.drugie thead tr th.left {
  background: #fa9535;
}

table.drugie thead tr th.left span:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/left.png) left top no-repeat;
  position: relative;
  top: 2px;
  padding-right: 5px;
}

table.drugie thead tr th.right span:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/right.png) left top no-repeat;
  position: relative;
  top: 2px;
  padding-right: 5px;
}

table.drugie tr td {
  font-size: 14px;
  width: 50%;
  padding: 10px 20px;
  box-sizing: border-box;
}

table.drugie tr td.first {
  background: #f3f5f7;
}

.spec p.center {
  font-size: 16px;
  line-height: 24px;
  color: #2f3339;
}

.spec img.center {
  margin-bottom: 0;
}

.spec h2.venzel {
  font-weight: 400;
}

.spec .green_bg {
  background: url("../img/spec-title-bg.png") 50% 0 no-repeat;
}

.spec_inner {
  height: 185px;
  margin-bottom: 85px;
}

.spec_inner h2.venzel {
  color: #fff;
  background: url(../img/venzel2.png) center bottom no-repeat;
}

img.spec_img {
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}

p.spec_name {
  clear: both;
  background: url(../img/kav.jpg) center bottom no-repeat;
  padding-bottom: 45px;
  margin-bottom: 20px;
}

.hit {
  margin: 30px 20px;
  overflow: hidden;
}

.hit .hit-left {
  width: 160px;
  float: left;
  border-right: 1px solid #e5e5e5;
  padding: 4px 10px 0 30px;
}

.hit .hit-left p {
  font-size: 15px;
  line-height: 17px;
  padding: 0 0 0 40px;
  background: url(../img/hit.png) no-repeat 0 0;
}

.hit .hit-right {
  float: left;
}

.hit .hit-right p {
  font-size: 15px;
  padding: 0 0 0 30px;
}

.hit .hit-right p span {
  color: #fa9535;
  font-size: 20px;
  font-weight: 700;
}

.hit .hit-right p:before {
  content: '';
  display: block;
  background: url(../img/stars.png) no-repeat 0 0;
  width: 106px;
  height: 17px;
}

.reviews {
  text-align: center;
}

.reviews .slick-prev,
.reviews .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 78px;
  left: 10px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: url(../img/arrow2.png) 0 0 no-repeat;
  z-index: 3;
}

.reviews .slick-next {
  left: auto;
  right: 10px;
  background-position: -40px 0;
}

.reviews .rev {}

.rev img {
  margin: 0 auto 20px;
}

.rev p {
  padding: 0 34px;
}

.rev .name {
  padding-bottom: 20px;
}

.rev .name:before {
  content: '';
  display: block;
  background: url(../img/kav.jpg) no-repeat 0 0;
  width: 32px;
  height: 25px;
  margin: 20px auto;
}

.rev b {
  display: block;
}

.ship {
  text-align: center;
}

.ship li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-bottom: 30px;
}

.ship img {
  display: block;
  margin: 0 auto 14px;
}

.ship h3 {
  font-size: 16px;
  text-transform: none;
  margin-bottom: 3px;
}

.ship p {
  font-size: 15px;
  padding: 0 29px;
}

.b10 {
  margin-bottom: 30px;
}

.b10-avas .slick-prev,
.b10-avas .slick-next {
  background: url(../img/arrow2.png) 0 0 no-repeat #f7f8f9;
  border-radius: 50%;
  top: 35px;
}

.b10-avas .slick-next {
  right: 100px;
  background-position: -40px 0;
}

.b10-avas .slick-prev {
  left: 100px;
}

.b10-big .slick-prev,
.b10-big .slick-next {
  background: url(../img/arrow2.png) -5px 0 no-repeat #f7f8f9;
  border-radius: 0 15px 15px 0;
  top: 90px;
  width: 35px;
}

.b10-big .slick-next {
  right: 0px;
  background-position: -40px 0;
  border-radius: 15px 0 0 15px;
}

.b10-big .slick-prev {
  left: 0px;
}

.slick-slide .b10-big-mini {
  margin: 20px auto 0;
  text-align: center;
}

.slick-slide .b10-big-mini img {
  display: inline-block;
  top: 0;
  margin: 0 3px;
  width: 100px;
  outline: none;
}

.item1,
.item2,
.item3,
.item4,
.item5,
.item6,
.item7,
.item8,
.item9 {
  outline: none;
}

.rate {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 13px;
}

.rate .left {
  width: 230px;
  float: left;
  text-align: center;
}

.rate .left p {
  padding: 0;
}

.rate .left .kolvo {
  font-size: 22px;
  line-height: 42px;
  padding-top: 7px;
  font-weight: 700;
}

.rate .left .kolvo span {
  font-size: 52px;
}

.rate ul.right {
  float: left;
}

.rate ul.right li:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/ministar.png) center top no-repeat;
  margin-right: 7px;
}

.rate ul.right li img {
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 5px;
}

.rate ul.right li span {
  width: 10px;
  text-align: center;
  display: inline-block;
}

.rev_classic_inner {
  margin-bottom: 20px;
}

.rev_classic_inner h3 {}

.rev_classic_inner .b10-big-mini {
  margin: 0px 0 20px 11px;
}

.rev_classic_inner .b10-big-mini img {
  display: inline-block;
  top: 0;
  margin: 0 3px 3px;
  width: 105px;
  outline: none;
}

.rev_classic_name {
  overflow: hidden;
  margin-bottom: 20px;
}

.names {
  float: left;
  margin-left: 20px;
}

.names h3 {
  font-size: 16px;
  font-weight: 700;
}

p.date {
  float: right;
  padding: 20px 20px 0 0;
}

ul.deliv {
  padding-top: 30px;
}

ul.deliv li {
  padding: 0 20px 30px;
}

ul.deliv li img {
  float: left;
}

ul.deliv li h3 {
  margin-left: 90px;
  font-size: 16px;
  font-weight: 700;
}

ul.deliv li p {
  margin: 0 0 0 90px;
  padding: 0;
}

ul.deliv1 {
  color: #fff;
  background: #2f3339;
}

ul.deliv_v2 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 0;
  color: #fff;
}

ul.deliv_v2 li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  padding: 0 20px 30px;
  box-sizing: border-box;
}

ul.deliv_v2 li img {
  padding-bottom: 10px;
}

ul.deliv_v2 li p {
  padding: 0;
}

ul.deliv_v2 li h3 {
  font-size: 16px;
  font-weight: 700;
}

ul.deliv_v2_2 {
  color: #fff;
}

ul.deliv_v2_3 {
  color: #fff;
  background: #2f3339;
}

.posttile {
  color: #fff;
  font-size: 19px;
  text-align: center;
  padding: 0 48px 25px;
}

.posttile b {
  color: #fcb02d;
}

.footer3 .posttile {
  margin-bottom: 20px;
}

.m1-form ::-webkit-input-placeholder {
  color: #2f3339;
}

.m1-form ::-moz-placeholder {
  color: #2f3339;
}

.m1-form :-moz-placeholder {
  color: #2f3339;
}

.m1-form :-ms-input-placeholder {
  color: #2f3339;
}

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

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

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

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

.m1-form input.field {
  position: relative;
  display: block;
  outline: 0;
  background: #fff;
  border: 1px solid #d9e3e8;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  width: 100%;
  box-sizing: border-box;
  height: 83px;
  margin: 0 auto 10px;
  padding: 0 20px 0 70px;
  text-align: left;
  font-size: 18px;
  font-family: "Gotham Pro";
  font-weight: 400;
  color: #2f3339;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.m1-form input[name="name"] {
  background: #fff url(../img/name.png) no-repeat 28px center;
}

.m1-form input[name="phone"] {
  background: #fff url(../img/phone.png) no-repeat 28px center;
}

.button-m:hover {}

.button-m:active {
  top: -1px;
}

.m1-form {
  width: 370px;
  margin: 0 auto;
}

.footer {
  position: relative;
}

.footer h3,
.footer3 h3 {
  text-align: center;
  font-size: 26px;
  color: #fff;
  line-height: 32px;
  padding: 10px 0 5px;
}

.cpu {
  text-align: center;
  padding: 30px 0;
}

.cpu p {
  padding: 0 20px 15px;
}

.cpu a {
  font-size: 13px;
  color: #333;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.timer_block {
  width: 230px;
  float: left;
  border-right: 1px solid #6d6746;
  margin-right: 20px;
  padding-right: 10px;
  margin-left: 15px;
}

.timer_block p {
  text-align: center;
  color: #fff;
  padding-bottom: 8px;
}

.timer_block .timer {}

.timer_block .timer_item {
  width: 40px;
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #2f3339;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  position: relative;
}

.timer_block .timer_item:nth-child(2):before,
.timer_block .timer_item:nth-child(2):after {
  display: block;
  content: ':';
  width: 10px;
  font-size: 22px;
  line-height: 30px;
  position: absolute;
  top: 0;
  color: #fff;
}

.timer_block .timer_item:nth-child(2):before {
  left: -17px;
}

.timer_block .timer_item:nth-child(2):after {
  right: -17px;
}

.timer3 .timer {
  color: #e62e04;
  border: 1px solid #e62e04;
  display: block;
  padding: 2px;
  border-radius: 3px;
  line-height: 18px;
  display: inline-block;
  position: relative;
  top: -4px;
  margin-left: 35px;
  width: 120px;
  text-align: center;
  word-spacing: -1.5px;
}

.timer3 .timer_item {
  display: inline-block;
  float: none;
}

.reviews2 {
  background-color: #f4f4f4;
  padding: 10px 0 40px;
}

.reviews2 h2.venzel {
  margin-bottom: 20px;
}

.reviews2 .stock-rev {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding-top: 20px;
}

.how2order {
  background: #252525 url("../img/how-to-order-bg.jpg") no-repeat center;
}

.how2order h2 {
  padding-top: 50px;
}

.rev-list {
  padding: 0 40px 15px;
}

.rev-list .item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.35);
  margin-bottom: 25px;
}

.rev-list .pic img {
  display: block;
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.rev-list .info {
  position: relative;
  height: 53px;
  background: url("../img/kav.png") 100% 50% no-repeat;
  margin: 20px;
  padding-left: 70px;
}

.rev-list .info img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 50%;
}

.rev-list .info h4 {
  color: #2f3339;
  font-size: 17px;
  padding-top: 6px;
  margin-right: 80px;
  text-align: center;
}

.rev-list .info h4 span {
  display: block;
  font-weight: 400;
  text-align: center;
  margin-right: 0px;
}

.rev-list .txt {
  padding: 0 20px 25px;
  text-align: center;
  color: #2f3339;
  font-size: 16px;
  line-height: 24px;
}

.rev-list .txt strong {
  display: block;
  font-size: 17px;
  padding-bottom: 5px;
}

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

}

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

.youtube .thumb {
  transform: scale(1.35);
}

.date_sale {
  color: #fff;
  text-align: center;
  margin: 10px auto 0;
  font-size: 15px;
  line-height: 1.4em;
}


.popup {
  display: none;
  max-width: 460px;
  margin: 0 auto;
}

.popup h3 {
  font-size: 24px;
  margin-bottom: 35px;
  font-weight: 700;
}

.popup h4 {
  margin-bottom: 20px;
  font-weight: 700;
}

.popup p {
  margin-bottom: 20px;
}

.popup p:last-child {
  margin-bottom: 0;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 20px;
  left: 20px;

  width: 26px;
  height: 26px;

  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #616161;

  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;

  width: 300px;
  height: 100%;

  margin: 0;
  padding: 80px 0;

  list-style: none;

  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 12px 24px;

  color: #333;

  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}