/*reset*/
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: underline;
}
a:hover {
  cursor: pointer;
}
*::-webkit-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
*:-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
*::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
* {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input,
a {
  outline: none;
}
button,
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* fonts */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-ExtraBold.ttf");
  font-weight: 400;
  font-style: normal;
}

/* styles */
body {
  min-width: 480px;
  background: #e3e3e3;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4em;
  color: #333333;
  cursor: default;
}

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

img {
  max-width: 100%;
  height: auto;
}

b {
  font-weight: 700;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
h2.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
}
h2.title span {
  display: block;
  color: #e6c594;
  background-color: #665741;
}
section {
  padding: 35px 0 30px;
}

.color_theme {
  background: #30271a url(../images/patt.png) 50% 0% no-repeat;
}
.color_theme .title,
.color_theme .title span {
  color: #fff;
}
.color_theme .prod_count,
.formbox .prod_count {
  color: #fff;
}
.color_theme .prod_count span,
.formbox .prod_count span {
  background: #fff;
  color: #30271a;
}

.m1-form {
}
.m1-form input {
  border: none;
  width: 100%;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  height: 80px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  color: #222;
}
.m1-form select {
  border: none;
  width: 100%;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  height: 80px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  padding: 10px;
  color: #222;
}
.m1-form .button-m {
  margin-top: 0;
}
.m1-form ::-webkit-input-placeholder {
  color: #222;
}
.m1-form ::-moz-placeholder {
  color: #222;
}
.m1-form :-moz-placeholder {
  color: #222;
}
.m1-form :-ms-input-placeholder {
  color: #222;
}
.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;
}

/* button */
.button-m {
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  height: 80px;
  width: 370px;
  display: block;
  border-radius: 30px;
  line-height: 80px;
  text-decoration: none;
  text-align: center;
  background: #a353dd;
  background: linear-gradient(to bottom, #cd474e, #932a2f);
  border-bottom: 4px solid #620f1a;
  font-size: 24px;
  margin: 0px auto;
  color: #fff;
  position: relative;
}
.button-m:active {
  background: linear-gradient(to bottom, #e6c594, #e6c594);
  top: 2px;
}

/*  offer_section   */
.offer_section {
  padding: 0 0 30px;
  background: #f3f3f3;
}
.main_title {
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 20px;
  line-height: 1.2em;
  padding: 16px 0;
  text-transform: uppercase;
  background: #48b300;

  background: linear-gradient(to right, #e6c594 0%, #e6c594 100%);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.main_subtitle {
  font-size: 22px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  background: #30271a;
  font-weight: 400;
  padding: 14px 0;
}
.offer_section .box {
  position: relative;
}
.offer_section .box > img {
  display: block;
}
.sale {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #e6c594;
  border: 2px dotted #fff;
  box-shadow: 0 0 0 5px #e6c594;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 10px;
}
.sale span {
  display: block;
  font-size: 42px;
  line-height: 1.1em;
}
.offer_section .box .sale {
  left: 333px;
  bottom: 333px;
}
.offer_section .price {
  background: #c8c6cc;
  position: relative;
}
.offer_section .price > div {
  width: 50%;
  height: 80px;
  padding: 16px 0 0;
  float: left;
  text-align: center;
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.offer_section .price > div p {
  font-size: 36px;
  line-height: 1.2em;
}
.offer_section .price > div p small {
  font-size: 0.8em;
}
.offer_section .price .old span {
  text-decoration: line-through;
}
.offer_section .price .new {
  color: rgb(0, 0, 0);
  background: #e6c594;
}
.offer_section .price .new p {
  font-weight: 700;
}
.offer_section .price:before {
  content: "";
  border-left: 16px solid #ffffff;
  border-top: 40px solid #e6c594;
  border-bottom: 40px solid #e6c594;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -8px;
}

.ofr_bull {
  padding: 20px 64px 0;
}
.ofr_bull > li {
  border-bottom: 1px solid #e9e9e9;
  padding: 8px 0;
}
.ofr_bull > li:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/ofr_bull.png) 50% 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}

.offer_section .timer {
  width: 370px;
  background: #fff;
  margin: 30px auto 50px;
  border-radius: 30px;
  padding: 25px 0 1px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
}
.offer_section .timer > p {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.offer_section .timer .timer_container {
  font-size: 0;
  text-align: center;
}
.offer_section .timer .timer_block {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 20px;
}
.offer_section .timer .timer_block:not(:last-child):after {
  content: ":";
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  color: #ff4d59;
  position: absolute;
  right: -25px;
  top: 2px;
}
.offer_section .timer .count {
  font-size: 54px;
  line-height: 1.1em;
  color: #ff4d59;
  font-weight: 700;
  text-align: center;
}
.offer_section .timer .text {
  font-size: 16px;
  line-height: 1.2em;
}

.offer_section .timer:after {
  content: "";
  width: 56px;
  height: 60px;
  background: url(../images/timer_icon.png) 50% 50% no-repeat;
  margin: 8px auto -35px;
  display: block;
}

.prod_count {
  margin-top: 25px;
  text-align: center;
  font-size: 15px;
}
.prod_count > span {
  height: 36px;
  width: 36px;
  display: inline-block;
  vertical-align: middle;
  background: #e6c594;
  border-radius: 50%;
  margin: 0 5px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
}

/*sect2*/
.video_block {
  width: 440px;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  border: 10px solid #ebf7fb;
  margin: 0 auto 0px;
  position: relative;
}
.video_block iframe,
.video_block object,
.video_block .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sect2 > p {
  text-align: center;
  padding: 0 30px;
}

/*sect3*/
.benef1 {
  padding: 0 30px;
}
.benef1 > li {
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  display: table;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 20px;
  overflow: hidden;
}
.benef1 > li .img {
  display: table-cell;
  vertical-align: middle;
  width: 145px;
}
.benef1 > li .img img {
  display: block;
  margin: 0 auto;
}
.benef1 > li .text {
  padding: 0 16px;
  display: table-cell;
  vertical-align: middle;
}
.benef1 > li .text span {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.sect3 .button-m {
  margin-top: 40px;
}

/*sect4*/
.sect4 {
  padding-bottom: 0;
}
.benef2 {
  font-size: 0;
}
.benef2 > li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 15px;
  font-size: 20px;
  margin-bottom: 30px;
}
.benef2 > li > img {
  display: block;
  margin: 0 auto 20px;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #ebf7fb;
}
.sect4 > img {
  display: block;
  margin: 0 auto;
}
.sect4 .alert {
  background: #5ccf10;
  width: 440px;
  padding: 12px 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  border-radius: 40px;
  border: 6px solid #fff;
  margin: 0 auto -55px;
  position: relative;
  letter-spacing: 2px;
}

/*sect5*/
.sect5 .benef2 > li {
  color: #fff;
  font-size: 19px;
}
.sect5 .benef2 > li > img {
  box-shadow: 0 0 0 6px #47bcda;
  margin-bottom: 10px;
}
.sect5 .benef2 > li > p {
  padding: 0 25px;
}

/*sect6*/
.sect6 {
  background: #f3f3f3;
}
.catalog {
  padding: 0 30px;
}
.cat_item {
  background: #fff;
  padding: 35px 0 30px;
  border-radius: 30px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.cat_item:last-child {
  margin-bottom: 0;
}
.cat_item > h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.1em;
  margin-bottom: 30px;
}
.cat_item > img {
  display: block;
  margin: 0 auto 40px;
}

.cat_item .sale {
  top: 240px;
  left: 40px;
}
.cat_item .price {
  text-align: center;
  font-size: 0;
  margin-bottom: 30px;
}
.cat_item .price > div {
  display: inline-block;
  vertical-align: top;
  padding: 12px 20px 8px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2em;
}
.cat_item .price > div p {
  font-size: 30px;
  line-height: 1.2em;
}
.cat_item .price > div p small {
  font-size: 0.8em;
}
.cat_item .price .new {
  color: #fff;
  background: #1cabcf;
  padding: 12px 26px 8px;
}
.cat_item .price .new p {
  font-weight: 700;
}
.cat_item .price .old p span {
  text-decoration: line-through;
}
.cat_item .button-m {
  width: 250px;
}

/*sect7*/
.sect7 {
  padding-bottom: 10px;
}
.sect7 > img {
  display: block;
  margin: 0 auto 20px;
}
.char_lsit > li {
  padding: 16px 25px 16px 30px;
  /*	text-align: right;*/
}
.char_lsit > li:nth-child(odd) {
  background: #f3f3f3;
}
.char_lsit > li > b {
  float: left;
}
.char_lsit > li > b:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #8dbe4e;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #8dbe4e;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 17px 0 0;
}

/*sect8*/
.sect8 .subtitle {
  padding: 0 70px;
  text-align: center;
  color: #fff;
  margin: -20px 0 40px;
}
.reviews {
  padding: 0 30px;
  margin-bottom: 40px;
}
.rev_item {
  background: #fff;
  padding: 26px 0 0;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 0 0 6px #5b5b5b;
  margin-bottom: 34px;
}
.rev_item:last-child {
  margin-bottom: 0;
}
.rev_item .info {
  padding: 0 24px;
  position: relative;
  margin-bottom: 25px;
}
.rev_item .info:before {
  content: "”";
  font-size: 78px;
  font-weight: 700;
  line-height: 78px;
  position: absolute;
  right: 25px;
  top: 10px;
  color: #8dbe4e;
}
.rev_item .info > img {
  float: left;
  border-radius: 50%;
  height: 90px;
}
.rev_item .info > p {
  overflow: hidden;
  padding: 12px 0 0 20px;
  font-size: 17px;
  line-height: 1.5em;
}
.rev_item .info > p > b {
  display: block;
  font-size: 19px;
  line-height: 1.2em;
}
.rev_item > p {
  padding: 0 20px;
  margin-bottom: 20px;
}
.rev_item > p > span {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.rev_item > img {
  display: block;
  margin: 0 auto;
}

/*sect9*/
.sect9 .title span {
  display: inline-block;
  margin-top: 0;
}
.order_lsit {
  padding: 0 20px;
}
.order_lsit > li {
  display: table;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
}
.order_lsit > li:last-child {
  margin-bottom: 0;
}
.order_lsit > li:before {
  content: "";
  width: 80px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 8px;
  overflow: hidden;
}
.order_lsit > li > p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.3em;
  padding: 0 0 0 18px;
}
.order_lsit > li > p > span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3px;
}
.order_lsit > li:nth-child(1):before {
  background: #1cabcf url(../images/order_icons.png) 50% 0px no-repeat;
}
.order_lsit > li:nth-child(2):before {
  background: #1cabcf url(../images/order_icons.png) 50% -80px no-repeat;
}
.order_lsit > li:nth-child(3):before {
  background: #1cabcf url(../images/order_icons.png) 50% -160px no-repeat;
}

.formbox {
  width: 420px;
  padding: 30px 25px;
  border-radius: 26px;
  background: #30271a;
  margin: 0 auto;
}
.formbox > p {
  text-align: center;
  margin-bottom: 22px;
  color: #fff;
}
.formbox > p b {
  text-transform: uppercase;
  font-family: "Intro", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1em;
  display: block;
  margin-bottom: 6px;
}
.formbox > p span {
  color: #e6c594;
  font-weight: 700;
}

/* superaction */
.superaction {
  text-align: center;
  padding: 20px 0;
}
.superaction p {
  font-size: 20px;
  line-height: 34px;
}

/* footer */
.footer_section {
  padding: 25px 0;
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.footer_section img {
  display: block;
  margin: 0 auto 10px auto;
}

.footer_section a {
  color: #222;
  display: block;
}

.description-block h2.title span {
  display: block;
}

.description-block .txt {
  width: 480px;

  margin-bottom: 30px;
  padding: 20px 25px 0 20px;
  font-size: 16px;
  line-height: 22px;
}

.description-block .alert {
  background: #345ba2;
  margin: 15px 15px 0px;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  padding: 20px 30px;
}

/*sect7*/
.sect7 {
  padding-bottom: 10px;
}
.sect7 > img {
  display: block;
  margin: 0 auto 20px;
}
.char_lsit > li {
  padding: 16px 25px 16px 30px;
  /*	text-align: right;*/
}
.char_lsit > li:nth-child(odd) {
  background: #f3f3f3;
}
.char_lsit > li > b {
  float: left;
}
.char_lsit > li > b:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #8dbe4e;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #8dbe4e;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 17px 0 0;
}

/* description */

.description_section {
  padding: 30px 0 15px;
}

.description_section h2.title {
  padding: 0 30px;
}

.description_section > p {
  padding: 0 30px 25px;
}

.benefits_list1 {
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
}

.benefits_list1 .benefit_item {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 30px;
  width: 33.333333%;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: normal;
}

.benefits_list1 .benefit_item img {
  display: block;
  margin: 0 auto 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.benefits_list1 .benefit_item h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

/* benefits 2 */

.benefits_list2 {
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
}

.benefits_list2 .benefit_item {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 30px;
  width: 50%;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: normal;
}

.benefits_list2 .benefit_item img {
  display: block;
  margin: 0 auto 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.benefits_list2 .benefit_item h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

/* benefits 3 */

.benefits_list3 .benefit_item {
  display: table;
  padding: 0 30px 30px;
  width: 100%;
}

.benefits_list3 .image_block {
  display: table-cell;
  vertical-align: top;
  width: 110px;
}

.benefits_list3.va_middle .image_block {
  vertical-align: middle;
}

.benefits_list3 .image_block img {
  display: block;
  width: 110px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.benefits_list3 .text_block {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 20px;
}

.benefits_list3.va_middle .text_block {
  vertical-align: middle;
}

.benefits_list3 .text_block h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

/* benefits 4 */

.components_section {
  padding: 30px;
}

.benefits_list4 .benefit_item {
  margin: 0 auto 30px;
  width: 420px;
  background: #fff;
  -webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
}

.benefits_list4 .benefit_item:last-child {
  margin: 0;
}

.benefits_list4 .benefit_item img {
  display: block;
}

.benefits_list4 .text_block {
  padding: 25px 30px;
}

.benefits_list4 .text_block h4 {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 4px solid #e43315;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

/* benefits 5 */

.benefits_list5 {
  background: url("../images/bg_light.jpg");
  overflow: hidden;
}

.benefits_list5.dark {
  background: #222;
}

.benefits_list5 .benefit_item {
  float: left;
  margin: 0 2px 2px 0;
  padding: 29px 15px 0 25px;
  width: 239px;
  height: 239px;
  -webkit-box-shadow: 0 0 0 1px #ebebeb;
  -moz-box-shadow: 0 0 0 1px #ebebeb;
  box-shadow: 0 0 0 1px #ebebeb;
}

.benefits_list5 .benefit_item:nth-child(even) {
  margin: 0 0 2px;
}

.benefits_list5 .benefit_item:nth-last-child(2),
.benefits_list5 .benefit_item:last-child {
  margin-bottom: 0;
}

.benefits_list5.dark .benefit_item {
  -webkit-box-shadow: 0 0 0 1px #4b4b4b;
  -moz-box-shadow: 0 0 0 1px #4b4b4b;
  box-shadow: 0 0 0 1px #4b4b4b;
  color: #fff;
}

.benefits_list5 .benefit_item img {
  display: block;
}

.benefits_list5 .benefit_item .separator {
  margin: 20px 0 14px;
}

.benefits_list5 .benefit_item h4 {
  font-weight: 700;
  text-transform: uppercase;
}

/* benefits 6 */

.benefits_list6 {
  padding: 20px 0;
  background: #ebebeb;
  overflow: hidden;
}

.benefits_list6 .benefit_item {
  margin: 0 0 20px;
  background: #fff url("../images/bg_light.jpg");
  -webkit-box-shadow: 0 0 20px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 0 20px rgba(2, 2, 2, 0.1);
  box-shadow: 0 0 20px rgba(2, 2, 2, 0.1);
}

.benefits_list6 .benefit_item:last-child {
  margin: 0;
}

.benefits_list6 .benefit_item .text_block {
  float: left;
  padding: 16px 25px 0 25px;
  width: 280px;
}

.benefits_list6 .benefit_item h4 {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.benefits_list6 .benefit_item .image_block {
  float: left;
  width: 200px;
  position: relative;
}

.benefits_list6 .benefit_item img {
  display: block;
}

.benefits_list6 .benefit_item .number {
  width: 30px;
  height: 36px;
  background: #e43315;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 20px;
  left: -15px;
}

.benefits_list6 .benefit_item .number:before,
.benefits_list6 .benefit_item .number:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
}

.benefits_list6 .benefit_item .number:before {
  border-top: 36px solid rgba(255, 255, 255, 0);
  border-right: 10px solid #e43315;
  left: -10px;
}

.benefits_list6 .benefit_item .number:after {
  border-bottom: 36px solid rgba(255, 255, 255, 0);
  border-left: 10px solid #e43315;
  right: -10px;
}

/* benefits 7 */

.benefits_list7 .benefit_item {
  background: #f5ca16;
}

.benefits_list7 .benefit_item:nth-child(odd) {
  background: #222;
  color: #fff;
}

.benefits_list7 .benefit_item img {
  display: block;
  float: left;
  width: 240px;
}

.benefits_list7 .benefit_item:nth-child(even) img {
  float: right;
}

.benefits_list7 .benefit_item .text_block {
  float: left;
  padding: 20px 20px 0;
  width: 240px;
}

.benefits_list7 .benefit_item h4 {
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  border-left: 4px solid #e43315;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

/* section */

section {
  padding: 30px 0;
}

.yellow_theme {
  background: #e6c594;
}

.dark_theme {
  background: #222;
  color: #fff;
}

.gray_theme {
  background: #ebebeb;
}

.sect3 {
  background: url(s3_bg.jpg) 50% 0% no-repeat;
}
.sect3 .alert {
  background: #2c2c2c;
  border: dashed 1px #6c6c6c;
  border-radius: 6px;

  padding: 15px 20px;
  text-align: center;
  position: relative;
}

/*sect5*/
.sect5 {
  padding-bottom: 0;
}
.sect5 .title {
  padding: 0 30px;
}
.sect5 .benefits_list2 .benefit_item {
  position: relative;
}
.sect5 .benefits_list2 .benefit_item > span {
  width: 66px;
  height: 66px;
  background: #e6c594;
  border-radius: 50%;
  line-height: 66px;
  text-align: center;
  font-size: 32px;
  position: absolute;
  top: -58px;
  left: 80px;
  font-weight: 700;
}
.sect5 .benefits_list2 .benefit_item > img {
  border-radius: 50%;
}
.sect5 .alert {
  font-weight: 700;
  text-align: center;
  padding: 13px 30px;
  background: #e6c594;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 6px;
  margin: 10px 30px 0;
}

/*   reviews   */

.reviews {
  padding-top: 0;
}

.reviews h2.title {
  margin-bottom: 15px;
}

.reviews .total {
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
}

.reviews .item {
  margin: 0 30px 30px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

.reviews .photo {
  position: relative;
  padding-bottom: 15px;
}

.reviews .photo img {
  -webkit-border-radius: 35px 35px 0 0;
  -moz-border-radius: 35px 35px 0 0;
  border-radius: 35px 35px 0 0;
}

.reviews .item .info {
  position: relative;
  min-height: 72px;

  margin: 0 20px 15px;
  padding: 12px 0 0 90px;
}

.reviews .item .info img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

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

.reviews .item .txt {
  font-size: 20px;
  line-height: 30px;
  padding: 0 20px 20px;
  text-align: center;
}

.block-pre {
  border-style: solid;
  border-radius: 20px;
  /* border-color: #5a0366; */
  margin: 15px;
  display: block;
  width: 90%;
  margin: 0 auto 15px;
  padding: 5px;
  /* border: 2px solid #8d52fd ; */
  border-radius: 15px;
  /* box-shadow: 1px 2px 8px 0px #8d52fd ; */
  align-content: center;

  background: #f9f9f9;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

.block-pre > h2 {
  text-align: center;
  margin-bottom: 5px;
}
.block-pre > p {
  text-align: center;
  margin-bottom: 5px;
}

.block-pre > img {
  text-align: center;
  width: 100%;
  border-radius: 30px;
}

h2.title span {
  display: block;
  color: #ffffff;
  background-color: #345ba2;
  font-weight: 700;
  margin: 5px;
  padding: 5px;
  border-radius: 10px;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}

th,
td {
  border: 1px solid #8f4f23;
  padding: 10px;
  text-align: center;
}

th {
  background-color: #7487cb;
}

td {
  color: #8f4f23;
}

section {
  padding: 35px 0 30px;
  background-color: rgb(207, 221, 237);
}

.offer_section {
  padding: 0 0 30px;
  background: rgb(207, 221, 237);
}
.main_wrapper {
  margin: 0 auto;
  width: 480px;
  background: rgb(207, 221, 237);
}
