/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * Gridpak Beta LESS
 *
 * Generator - http://gridpak.com/
 * Created by @simplygoodwork
 */
/* Reusable column setup */
.mixin-col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.yh-col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.mixin-span_first {
  margin-left: 0;
}
/* 1. 12 Column Grid 0px - Infinity
    -----------------------------------------------------------------------------

    Span 1:    8.33333333333%
    Span 2:    16.6666666667%
    Span 3:    25.0%
    Span 4:    33.3333333333%
    Span 5:    41.6666666667%
    Span 6:    50.0%
    Span 7:    58.3333333333%
    Span 8:    66.6666666667%
    Span 9:    75.0%
    Span 10:    83.3333333333%
    Span 11:    91.6666666667%
    Span 12:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) {
  .yh-row {
    margin-left: -30px;
  }
  .yh-col {
    border-left-width: 30px;
    padding: 0 0%;
  }
  /* --- Gridpak variables ---*/
  /*
        Add your semantic classnames in alongside their corresponding spans here. e.g.

        .span_3,
        .my_semantic_class_name {
            ...
        }

        */
  .span_1 {
    width: 8.33333333%;
    border-left-width: 30px;
    padding: 0 0%;
    margin-left: 0;
  }
  .span_2 {
    width: 16.66666667%;
    border-left-width: 30px;
    padding: 0 0%;
    margin-left: 0;
  }
  .span_3 {
    width: 25%;
    border-left-width: 30px;
    padding: 0 0%;
    margin-left: 0;
  }
  .span_4 {
    width: 33.33333333%;
    border-left-width: 30px;
    padding: 0 0%;
    margin-left: 0;
  }
  .span_5 {
    width: 41.66666667%;
    border-left-width: 30px;
    padding: 0 0%;
    margin-left: 0;
  }
  .span_6 {
    width: 50%;
    border-left-width: 30px;
    padding: 0 0%;
    margin-left: 0;
  }
  .span_7 {
    width: 58.33333333%;
    border-left-width: 30px;
    padding: 0 0%;
    margin-left: 0;
  }
  .span_8 {
    width: 66.66666667%;
    border-left-width: 30px;
    padding: 0 0%;
    margin-left: 0;
  }
  .span_9 {
    width: 75%;
    border-left-width: 30px;
    padding: 0 0%;
    margin-left: 0;
  }
  .span_10 {
    width: 83.33333333%;
    border-left-width: 30px;
    padding: 0 0%;
    margin-left: 0;
  }
  .span_11 {
    width: 91.66666667%;
    border-left-width: 30px;
    padding: 0 0%;
    margin-left: 0;
  }
  .span_12 {
    margin-left: 0;
    width: 100%;
  }
}
body {
  background: #fff;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 400;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
* {
  box-sizing: border-box;
}
.en-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.en-container.tovar_4 {
  max-width: 70%;

}

.en-container_xl {
  max-width: 1040px;
}
.en-container_xxl {
  max-width: 1200px;
}
.en-row {
  overflow: hidden;
}
.en-button {
  display: block;
  text-align: center;
  font-family: Merriweather;
  font-size: 22px;
  line-height: 22px;
  font-weight: 900;
  color: #fff;
  background: #ff8402;
  width: 320px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 4px;
  cursor: pointer;
  border-bottom: 3px solid #fc7101;
  -webkit-box-shadow: 1px 20px 44px -5px rgba(252, 113, 1, 0.63);
  -moz-box-shadow: 1px 20px 44px -5px rgba(252, 113, 1, 0.63);
  box-shadow: 1px 20px 44px -5px rgba(252, 113, 1, 0.63);
}
.en-button:hover {
  opacity: 0.8;
}
.en-button-outline {
  display: block;
  text-align: center;
  font-family: Merriweather;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  color: #7c4da4;
  background: transparent;
  margin: 0 auto;
  padding: 18px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #d7c9e4;
}
.en-button-outline:hover {
  opacity: 0.8;
}
.en-pointy {
  position: relative;
  margin-left: 40px;
  background-color: #f85250;
  width: 100%;
  height: 70px;
  padding: 2px 2px 2px 1px;
  border-radius: 0 5px 5px 0;
}
.en-pointy:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 0px;
  height: 0px;
  border-top: 35px solid transparent;
  border-right: 20px solid #f85250;
  border-bottom: 35px solid transparent;
}
.en-pointy-inner {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 66px;
  padding: 10px 25px;
  line-height: 22px;
  border-radius: 0 3px 3px 0;
}
.en-pointy-inner span {
  color: #f85250;
  font-weight: bold;
}
.en-pointy-inner:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 0px;
  height: 0px;
  border-top: 33px solid transparent;
  border-right: 19px solid #fff;
  border-bottom: 33px solid transparent;
}
.en-b1 {
  overflow: hidden;
  width: 100%;
  background: url('../img/block_1/b1_bg.jpg') no-repeat center center;
  background-size: cover;
  padding-bottom: 150px;
}
.en-b1__title {
  overflow: hidden;
  padding: 58px;
  padding-bottom: 30px;
  margin-top: 25px;
}
.en-b1__title__main {
  font-family: Merriweather;
  font-weight: 900;
  color: #fff;
  font-size: 80px;
  float: left;
  letter-spacing: -4px;
}
.en-b1__title__addition {
  font-family: Merriweather;
  font-size: 17px;
  font-style: italic;
  line-height: 24px;
  color: #f0ff04;
  float: left;
  margin: -22px 0 0 25px;
}
.en-b1__description {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  padding: 0 65px;
  width: 600px;
  margin-bottom: 60px;
}
.en-b1__points {
  width: 600px;
  overflow: hidden;
  padding: 0 16px;
}
.en-b1__point {
  overflow: hidden;
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 35px;
}
.en-b1__point__check {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: url('../img/block_1/b1_check.png') no-repeat;
  float: left;
}
.en-b1__point__description {
  padding: 6px 20px 0 0;
  margin-left: 50px;
}
.en-b1__card {
  background: #fdf9b7;
  overflow: hidden;
  width: 100%;
  margin-top: -128px;
  -webkit-box-shadow: 0px 12px 38px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 12px 38px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 12px 38px 0px rgba(0, 0, 0, 0.15);
}
.en-b1__card__left {
  background: #fff;
  width: 55%;
  float: left;
  height: 360px;
  padding: 40px 32px 40px 56px;
}
.en-b1__card__center {
  width: 0;
  height: 0;
  border-top: 180px solid transparent;
  border-left: 40px solid #fff;
  border-bottom: 180px solid transparent;
  float: left;
}
.en-b1__card__right {
  width: 380px;
  float: left;
  height: 360px;
  margin: 0 auto;
}
.en-b1__card__buy {
  width: 100%;
  padding: 80px 0 0 0;
}
.en-b1__card__title {
  font-family: Merriweather;
  font-size: 28px;
  line-height: 22px;
  font-weight: 900;
  color: #f85351;
  padding: 0 50px;
}
.en-b1__card__description {
  font-size: 20px;
  line-height: 27px;
  padding: 25px 0 25px 50px;
}
.en-b1__card__feature {
  font-size: 16px;
  line-height: 23px;
  font-style: italic;
  padding: 0 0 25px 50px;
}
.en-b1__card__icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  position: absolute;
  margin-left: -40px;
  background: url('../img/block_1/b1_attention.png') no-repeat;
}
.en-b1__card__balance {
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  padding: 15px 0 30px 0;
}
.en-b1__card__button {
  padding-bottom: 35px;
}
.en-b1__card__sale {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
}
.en-b1__card__sale span {
  color: #fc7101;
}
.en-b1__product {
  position: absolute;
  top: -420px;
}
.en-b1__product img {
  max-width: 100%;
}
.en-b1-2 {
  margin-top: 10px;
  padding-bottom: 50px;
  overflow: hidden;
}
.en-b1-2__title {
  font-family: Merriweather;
  font-size: 44px;
  line-height: 55px;
  font-weight: 900;
  padding: 110px 60px 30px 60px;
}
.en-b1-2__description {
  font-size: 20px;
  line-height: 27px;
  padding: 0 0 30px 60px;
  max-width: 600px;
}
.en-b1-2__image {
  position: absolute;
  z-index: -1;
  right: -180px;
}
.en-b2 {
  background: #fbfbfb;
  padding: 95px 0 0 0;
}
.en-b2__subtitle {
  font-family: Merriweather;
  font-size: 28px;
  line-height: 45px;
  font-weight: 700;
  padding: 0 65px;
}
.en-b2__title {
  font-family: Merriweather;
  font-size: 48px;
  line-height: 55px;
  font-weight: 900;
  color: #f85351;
  padding: 0 65px;
  margin-bottom: 10px;
}
.en-b2__header {
  padding: 0 0 25px 0;
  position: relative;
}
.en-b2__header__image {
  width: 67px;
  height: 48px;
  margin: 0 auto;
}
.en-b2__header__title {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  background: #fbfbfb;
  width: 200px;
  margin: 0 auto;
  color: #5c5c61;
}
.en-b2__header__line {
  width: 100%;
  border-bottom: 1px solid #f9dcdc;
  position: absolute;
  bottom: 35px;
  z-index: 0;
}
.en-b2__subheaders {
  overflow: hidden;
  padding: 16px 0;
}
.en-b2__subheader {
  width: 50%;
  float: left;
}
.en-b2__subheader__title {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.en-b2__subheader__description {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  opacity: 0.85;
}
.en-b2__table-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.en-b2__table-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 30px 0;
}
.en-b2__table-column_left {
  background: #fff2f2;
  border-right: 1px solid #fff;
}
.en-b2__table-column_left .en-b2__icon {
  background: url('../img/block_2/b2_check_red.png') no-repeat;
}
.en-b2__table-column_right {
  background: #f4ecf4;
  border-left: 1px solid #fff;
}
.en-b2__table-column_right .en-b2__icon {
  background: url('../img/block_2/b2_check_blue.png') no-repeat;
}
.en-b2__table-column li {
  padding: 11px 28px;
  font-size: 18px;
}
.en-b2__table-tire {
  background: #ed4e4d;
  border-right: 1px solid #fff;
  text-align: center;
  width: 50%;
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  padding: 26px 12px;
}
.en-b2__table-hypo {
  background: #685f68;
  border-left: 1px solid #fff;
  text-align: center;
  width: 50%;
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  padding: 26px 12px;
}
.en-b2__attention {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.en-b2__icon {
  display: block;
  float: left;
  width: 21px;
  height: 18px;
  margin: 0 12px 0 4px;
}
.en-b2__product {
  margin-top: 70px;
  overflow: hidden;
  padding-bottom: 88px;
}
.en-b2__product__title {
  font-family: Merriweather;
  font-size: 55px;
  line-height: 55px;
  font-weight: 900;
  padding: 0 60px 8px 60px;
  position: relative;
  z-index: 1;
}
.en-b2__product__description {
  font-size: 24px;
  line-height: 35px;
  padding: 0 0 30px 60px;
  max-width: 600px;
  position: relative;
  z-index: 1;
}
.en-b2__product__button {
  float: left;
  padding: 0 0 30px 60px;
  position: relative;
  z-index: 1;
}
.en-b2__product__sale {
  width: 255px;
  float: left;
  position: relative;
  z-index: 1;
}
.en-b2__product__image {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  height: 351px;
}
.en-b2__product__arrow {
  position: absolute;
  top: -1px;
  left: -22px;
}
.en-b3 {
  overflow: hidden;
  width: 100%;
  background: url('../img/block_3/b3_bg.jpg') no-repeat center center;
  background-size: cover;
  padding-bottom: 60px;
}
.en-b3__title {
  overflow: hidden;
  padding: 75px 65px;
  padding-bottom: 30px;
  margin-top: 25px;
  font-family: Merriweather;
  font-weight: 900;
  font-size: 38px;
  line-height: 50px;
  color: #fff;
}
.en-b3__description {
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  padding: 0 65px;
  width: 600px;
  margin-bottom: 80px;
}
.en-b3__points {
  width: 680px;
  overflow: hidden;
  padding: 0 16px;
}
.en-b3__point {
  overflow: hidden;
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 35px;
}
.en-b3__point__check {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
}
.en-b3__point__check_smile {
  background: url('../img/block_3/b3_icon_smile.png') no-repeat;
}
.en-b3__point__check_coffin {
  background: url('../img/block_3/b3_icon_coffin.png') no-repeat;
}
.en-b3__point__description {
  padding: 6px 20px 0 0;
  margin-left: 50px;
  line-height: 24px;
  font-size: 16px;
}
.en-b3__point__description b {
  color: #f7514f;
}
.en-b3__appeal {
  padding: 50px 65px;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
}
.en-b3__appeal span {
  color: #f7514f;
}
.en-b4 {
  overflow: hidden;
  padding-bottom: 50px;
}
.en-b4__title {
  padding: 78px 65px 35px 65px;
  font-size: 25px;
  line-height: 30px;
}
.en-b4__title span {
  font-family: Merriweather;
  font-size: 28px;
  font-weight: 900;
}
.en-b4__approved {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #7c4da4;
  float: left;
  width: 50%;
  padding: 28px;
  border-radius: 5px;
  margin: 40px 0;
  position: relative;
}
.en-b4__approved img {
  position: absolute;
  left: -36px;
  top: 50px;
}
.en-b4__point {
  width: 50%;
  float: left;
  margin: 30px 0;
  padding-right: 30px;
  padding-left: 15px;
}
.en-b4__point__image {
  width: 128px;
  height: 128px;
  padding: 15px;
  float: left;
  margin-right: 10px;
}
.en-b4__point__image_1 {
  background: url('../img/block_4/b4_icon_1.png') no-repeat;
}
.en-b4__point__image_2 {
  background: url('../img/block_4/b4_icon_2.png') no-repeat;
}
.en-b4__point__image_3 {
  background: url('../img/block_4/b4_icon_3.png') no-repeat;
}
.en-b4__point__image_4 {
  background: url('../img/block_4/b4_icon_4.png') no-repeat;
}
.en-b4__point__image_42 {
  background: url('../img/block_4/b4_icon_42.png') no-repeat;
}
.en-b4__point__image_43 {
  background: url('../img/block_4/b4_icon_43.png') no-repeat;
}
.en-b4__point__image_44 {
  background: url('../img/block_4/b4_icon_44.png') no-repeat;
}
.en-b4__point__image_45 {
  background: url('../img/block_4/b4_icon_45.png') no-repeat;
}
.en-b4__point__image_4 {
  background: url('../img/block_4/b4_icon_4.png') no-repeat;
}
.en-b4__point__image_5 {
  background: url('../img/block_4/b4_icon_5.png') no-repeat;
}
.en-b4__point__image_6 {
  background: url('../img/block_4/b4_icon_6.png') no-repeat;
}
.en-b4__point__image_7 {
  background: url('../img/block_4/b4_icon_7.png') no-repeat;
}
.en-b4__point__main {
  margin-left: 150px;
}
.en-b4__point__title {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0 12px 0;
}
.en-b4__point__action {
  font-family: Merriweather;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  color: #4bb81d;
}
.en-b4__point__description {
  font-size: 18px;
  padding: 12px 0;
  line-height: 24px;
}
.en-b4__point__proposal {
  font-size: 18px;
  font-weight: 700;
  color: #f85250;
}
.en-b5 {
  overflow: hidden;
  width: 100%;
  background: url('../img/block_5/b5_bg.jpg') no-repeat center center;
  background-size: cover;
  padding-bottom: 8px;
}
.en-b5__title {
  overflow: hidden;
  padding: 70px 65px 30px 65px;
  line-height: 38px;
  color: #fff;
}
.en-b5__title__addition {
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
}
.en-b5__title__main {
  font-family: Merriweather;
  font-weight: 900;
  font-size: 38px;
  line-height: 55px;
}
.en-b5__attention {
  color: #fff;
  padding: 20px;
  font-size: 20px;
  line-height: 28px;
  border: 2px solid #f85250;
  text-align: center;
  margin: 50px 14px;
}
.en-b5__orders {
  overflow: hidden;
}
.en-b5__order-wrapper {
  width: 25%;
  padding: 15px;
  float: left;
}
.en-b5__order__top {
  background: #fffad9;
  padding: 0 0 25px 0;
}
.en-b5__order__bottom {
  position: relative;
  background: #fff;
  padding: 0 25px 80px 25px;
  height: 430px;
}
.en-b5__order__count {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  padding: 20px;
}
.en-b5__order__count span {
  color: #f85250;
}
.en-b5__order__image {
  padding: 0 25px;
}
.en-b5__order__image img {
  width: -webkit-fill-available;
  width: fill-available;
}
.en-b5__order__sale {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: #f85250;
  color: #fff;
  font-size: 15px;
  line-height: 45px;
  text-align: center;
  margin: -23px 0 0 0;
  position: absolute;
}
.en-b5__order__price {
  padding: 6px 0;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #ededed;
}
.en-b5__order__price span {
  color: #f85250;
  font-size: 24px;
  font-weight: 900;
}
.en-b5__order__price span i.fa.fa-rub {
  font-weight: 400;
}
.en-b5__order__description {
  padding: 15px 0 30px 0;
  line-height: 24px;
}
.en-b5__order__button {
  position: absolute;
  bottom: 30px;
  width: 240px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.en-b5__order__button .en-button {
  width: 100%;
  font-size: 18px;
  padding: 18px;
}
.en-b6 {
  overflow: hidden;
  width: 100%;
  padding-bottom: 30px;
}
.en-b6__title {
  overflow: hidden;
  padding: 90px 65px 30px;
  line-height: 38px;
  color: #000;
  z-index: 1;
  position: relative;
}
.en-b6__title__addition {
  font-size: 24px;
  padding: 13px 0;
}
.en-b6__title__main {
  font-family: Merriweather;
  font-weight: 900;
  font-size: 38px;
  line-height: 48px;
}
.en-b6__image-1 {
  position: absolute;
  z-index: 0;
  right: -200px;
}
.en-b6__image-2 {
  position: absolute;
  z-index: 0;
  left: -150px;
}
.en-b6__points {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.en-b6__point {
  overflow: hidden;
  margin-bottom: 52px;
}
.en-b6__point__number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-family: Merriweather;
  font-size: 26px;
  font-weight: 900;
  color: #f85250;
  margin-right: 17px;
  float: left;
  background: #f8f291;
  text-align: center;
  line-height: 45px;
}
.en-b6__point__main {
  font-size: 18px;
  line-height: 24px;
}
.en-b6__recommendation {
  z-index: 1;
  position: relative;
  padding: 0 65px 65px 65px;
  font-size: 18px;
  line-height: 24px;
}
.en-b7 {
  overflow: hidden;
  width: 100%;
  background: url('../img/block_7/b7_bg.jpg') no-repeat center center;
  background-size: cover;
  padding-bottom: 80px;
}
.en-b7__title {
  overflow: hidden;
  padding: 65px;
  line-height: 38px;
  color: #fff;
  font-family: Merriweather;
  font-weight: 900;
  font-size: 38px;
  line-height: 48px;
}
.en-b7__other-comments {
  display: none;
}
.en-b7__comment {
  background: #fff;
  overflow: hidden;
  padding: 15px;
}
.en-b7__comment__body {
  font-size: 18px;
  line-height: 24px;
  padding: 0 50px;
}
.en-b7__comment__button {
  width: 395px;
  margin: 25px 50px;
}
.en-b7__comment__button_opened img {
  -moz-transform: rotate(180deg);
  /* Для Firefox */
  -ms-transform: rotate(180deg);
  /* Для IE */
  -webkit-transform: rotate(180deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(180deg);
  /* Для Opera */
  transform: rotate(180deg);
}
.en-b7__user {
  padding: 24px;
  overflow: hidden;
}
.en-b7__user__ava {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 18px;
}
.en-b7__user__main {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding: 12px 18px;
}
.en-b7__order-button {
  display: none;
  width: 395px;
  margin: 25px 50px;
}
.en-b7__order-button_opened {
  display: block;
}
.en-b7__order-button .en-button {
  width: 100%;
  font-size: 18px;
  padding: 18px;
}
.en-b8 {
  overflow: hidden;
  width: 100%;
  padding-bottom: 60px;
}
.en-b8__title {
  overflow: hidden;
  padding: 65px;
  line-height: 38px;
  color: #000;
  font-family: Merriweather;
  font-weight: 900;
  font-size: 38px;
  line-height: 48px;
}
.en-b8__points {
  overflow: hidden;
}
.en-b8__point {
  width: 33.33%;
  float: left;
}
.en-b8__point__image {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.en-b8__point__title {
  width: 200px;
  margin: 20px auto;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}
.en-b9 {
  overflow: hidden;
  width: 100%;
  background: url('../img/block_5/b5_bg.jpg') no-repeat center center;
  background-size: cover;
  padding-bottom: 45px;
}
.en-b9__title {
  overflow: hidden;
  padding: 65px;
  padding-bottom: 0px;
  line-height: 45px;
  color: #fff;
}
.en-b9__title__addition {
  font-size: 24px;
}
.en-b9__title__main {
  font-family: Merriweather;
  font-weight: 900;
  font-size: 38px;
  line-height: 48px;
}
.en-b9__cashback {
  position: absolute;
  z-index: 999;
  top: 323px;
  left: -175px;
}
.en-b9__form-wrapper {
  width: 50%;
  float: right;
  padding: 15px;
  position: relative;
}
.en-b9__form {
  width: 100%;
  background: #fff;
  padding: 30px 40px;
}
.en-b9__form__button {
  margin-top: 10px;
}
.en-b9__form__button .en-button {
  width: 280px;
}
.en-b9__form__field {
  position: relative;
}
.en-b9__form__field__arrow {
  top: 48px;
  right: 10px;
  cursor: pointer;
  position: absolute;
}
.en-b9__form__field label {
  display: block;
  font-size: 16px;
  line-height: 30px;
}
.en-b9__form__field input,
.en-b9__form__field textarea,
.en-b9__form__field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background: #f8f291;
  font-size: 14px;
  margin-bottom: 17px;
  -webkit-box-shadow: inset 0px 0px 20px -8px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0px 0px 20px -8px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 0px 20px -8px rgba(0, 0, 0, 0.35);
  border: 1px solid #f0ea8c;
  box-sizing: border-box;
}
.en-b9__form__field input:focus,
.en-b9__form__field textarea:focus,
.en-b9__form__field select:focus {
  background: #fff;
  outline: none;
  border: 1px solid #ffbc75;
  margin-bottom: 17px;
}
.en-b9__form__field input,
.en-b9__form__field select {
  padding: 15px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.en-b9__form__field input:focus,
.en-b9__form__field select:focus {
  padding: 15px 10px;
}
.en-b9__form__field textarea {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  font-family: 'Roboto';
}
.en-b9__form__field textarea:focus {
  padding: 10px;
}
.en-b9__form__field_error input,
.en-b9__form__field_error textarea,
.en-b9__form__field_error select {
  border: 2px solid #f85250 !important;
  padding: 14px 9px !important;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.en-b9__form__field_error input::-webkit-input-placeholder,
.en-b9__form__field_error textarea::-webkit-input-placeholder,
.en-b9__form__field_error select::-webkit-input-placeholder {
  color: #f85250;
}
.en-b9__form__field_error input::-moz-placeholder,
.en-b9__form__field_error textarea::-moz-placeholder,
.en-b9__form__field_error select::-moz-placeholder {
  color: #f85250;
}
.en-b9__form__field_error input:-moz-placeholder,
.en-b9__form__field_error textarea:-moz-placeholder,
.en-b9__form__field_error select:-moz-placeholder {
  color: #f85250;
}
.en-b9__form__field_error input:-ms-input-placeholder,
.en-b9__form__field_error textarea:-ms-input-placeholder,
.en-b9__form__field_error select:-ms-input-placeholder {
  color: #f85250;
}
.en-b9__footer {
  margin: 10px 0;
}
.en-b9__footer__left {
  padding: 15px;
  width: 50%;
  float: left;
}
.en-b9__footer__right {
  padding: 15px;
  width: 50%;
  float: left;
  text-align: right;
  font-size: 14px;
  line-height: 22px;
  color: #636363;
}
.en-b9__footer__image {
  margin-top: -645px;
}
@media screen and (max-width: 1040px) {
  html {
    zoom: 90%;
  }
}
@media screen and (max-width: 950px) {
  html {
    zoom: 80%;
  }
}
@media screen and (max-width: 850px) {
  html {
    zoom: 75%;
  }
}
@media screen and (max-width: 750px) {
  html {
    zoom: 60%;
  }
}
@media screen and (max-width: 650px) {
  html {
    zoom: 50%;
  }
}
@media screen and (max-width: 550px) {
  html {
    zoom: 40%;
  }
}
@media screen and (max-width: 450px) {
  html {
    zoom: 30%;
  }
}
@media screen and (max-width: 350px) {
  html {
    zoom: 28%;
  }
}
