/* styles */
html {
  scroll-behavior: smooth;
}
body {
  min-width: 480px;
  background: #7488a0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #222222;
  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-size: 35px;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  margin-bottom: 35px;
  padding: 0 20px;
  color: #352057;
  font-family: 'DINRoundPro', Arial, Helvetica, sans-serif;
}
h2.title span {
  color: #00b463;
}

h2.title.white {
  color: #fff;
}

section {
  padding: 35px 0;
}

.сolor_theme {
  background: #ed525c;
  background: -moz-linear-gradient(top, #ed525c 0%, #e65336 100%);
  background: -webkit-linear-gradient(top, #ed525c 0%, #e65336 100%);
  background: linear-gradient(to bottom, #ed525c 0%, #e65336 100%);
}
.сolor_theme .title,
.сolor_theme .title span {
  color: #fff;
}

.form_request {
  padding: 0 40px;
}
.form_request input {
  width: 100%;
  display: block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  border: none;
  font-size: 18px;
  margin-bottom: 15px;
  height: 68px;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  color: #222;
}
.form_request .field[name='name'] {
  background: #fff url(../images/offer__name_icon.png) 22px center no-repeat;
}
.form_request .field[name='phone'] {
  margin: 0 auto 20px;
  background: #fff url(../images/offer__phone_icon.png) 20px center no-repeat;
}
.offer_section .color {
  width: 400px;
  margin: 0 auto 15px;
}

.offer_section .color:after {
  display: block;
  clear: both;
  content: '';
}

.offer_section .color h4 {
  display: block;
  background: #003f8b;
  color: #fff;
  padding: 7px 0;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.offer_section .color .item {
  float: left;
  border: 1px solid rgba(170, 170, 170, 0.5);
  padding: 6px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.offer_section .color .item img {
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.offer_section .color .item:last-child {
  float: right;
}

.form_request ul {
  list-style-type: none;
}

.form_request li {
  display: inline-block;
}

.form_request input[type='radio'][id^='colorbox'] {
  display: none;
}

.form_request label {
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(220, 220, 220, 0.8);
  padding: 6px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.form_request label:before {
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
  background: url('../images/check.png') no-repeat;
  z-index: 99;
}

.form_request label img {
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  width: 178px;
}

.form_request :checked + label {
  border-color: #73d767;
}

.form_request :checked + label:before {
  content: '';
  background-color: none;
  transform: scale(1);
}

.form_request :checked + label img {
  transform: scale(0.95);
  z-index: -1;
}
.form_request .button-m {
  margin-top: 0;
}
.form_request ::-webkit-input-placeholder {
  color: #222;
}
.form_request ::-moz-placeholder {
  color: #222;
}
.form_request :-moz-placeholder {
  color: #222;
}
.form_request :-ms-input-placeholder {
  color: #222;
}
.form_request :focus::-webkit-input-placeholder {
  color: transparent;
}
.form_request :focus::-moz-placeholder {
  color: transparent;
}
.form_request :focus:-moz-placeholder {
  color: transparent;
}
.form_request :focus:-ms-input-placeholder {
  color: transparent;
}

/* button */
.button-m {
  border: none;
  cursor: pointer;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  height: 86px;
  width: 400px;
  display: block;
  border-radius: 20px;
  line-height: 84px;
  text-decoration: none;
  text-align: center;
  background: #ffce2c;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px auto;
  color: #fff;
  position: relative;
  text-shadow: 0 2px 0 #e5b106;
}
.button-m:active {
  background: #e0b526;
  top: 2px;
}

/*  offer_section   */
.offer_section {
  padding: 0;
}

.main_title {
  background: #352057;
  color: #fff;
  font-family: 'DINRoundPro', Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.1em;
  text-align: center;
  padding: 14px 10px 13px;
}
.offer_section .box {
  position: relative;
  overflow: hidden;
}
.offer_section .box > img {
  display: block;
  margin: 0 auto;
}

.offer_section .desc {
  width: 194px;
  position: absolute;
  right: 0;
  top: 67px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  background: url(../images/draw.png) 0% 50% no-repeat;
  padding-left: 42px;
  text-transform: uppercase;
  font-family: 'DINRoundPro', Arial, Helvetica, sans-serif;
}

.offer_section .price_block {
  position: relative;
}

.offer_section .price_item {
  float: left;
  width: 50%;
  height: 74px;
  text-align: center;
}

.offer_section .price_item.old {
  padding: 13px 65px 0 0;
  background: #fff;
  color: #414141;
}

.offer_section .price_item.new {
  padding: 13px 0 0 65px;
  background: #352057;
  color: #fff;
}

.offer_section .price_item .text {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 14px;
}

.offer_section .price_item .value {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

.offer_section .price_item.new .value {
  font-weight: 900;
}

.offer_section .price_item.old .value {
  text-decoration: line-through;
}

.offer_section .discount {
  padding: 19px 0 0 46px;
  width: 176px;
  height: 92px;
  background: url(../images/discount_bg.png) center no-repeat;
  color: #fff;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -88px;
}

.offer_section .discount .text {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.offer_section .discount .value {
  margin: 0 0 0 5px;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
}

.offer_section .bottom {
  color: #fff;
  padding: 15px 0 30px;
  background: #352057;
  background: -moz-linear-gradient(45deg, #352057 0%, #2f8cfb 100%);
  background: -webkit-linear-gradient(45deg, #352057 0%, #2f8cfb 100%);
  background: linear-gradient(45deg, #352057 0%, #2f8cfb 100%);
}

.offer_section .timer_block {
  background: #d0f1ff;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 25px 0 15px;
}

.offer_section .timer_block p {
  margin: 0 0 13px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}

.offer_section .timer_block p:first-child {
  font-weight: 700;
}

.offer_section .timer_block .timer {
  margin: 0 auto;
  width: 370px;
}

.offer_section .timer_block .timer_item {
  float: left;
  margin: 0 35px 0 0;
  width: 100px;
}

.offer_section .timer_block .timer_item:last-child {
  margin: 0;
}

.offer_section .timer_block .count {
  margin: 0 0 10px;
  height: 60px;
}

.offer_section .timer_block .count span {
  display: block;
  float: left;
  margin: 0 8px 0 0;
  width: 46px;
  height: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #352057;
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  color: #fff;
  text-align: center;
}

.offer_section .timer_block .count span:last-child {
  margin: 0;
}

.offer_section .timer_block .text {
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
}

.offer_section .products_count {
  padding: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.list1 {
  padding: 0 22px;
  margin-bottom: 30px;
}
.list1 > li {
  padding-left: 42px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
}
.list1 > li:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/check1.png) 50% 50% no-repeat;
  position: absolute;
  display: block;
  top: 1px;
  left: 0;
}
.list1 > li:last-child {
  margin-bottom: 0;
}

/*video_sect*/
.video_sect {
  padding: 0;
}

.video_block {
  background: #444;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.video_block iframe,
.video_block object,
.video_block embed,
.video_block .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*sect2*/
.sect2 {
  padding-bottom: 0;
}
.sect2 > p {
  padding: 0 20px;
  text-align: justify;
  -ms-text-align-last: center;
  text-align-last: center;
  margin-bottom: 20px;
}
.sect2 > img {
  display: block;
  margin: 0 auto;
}

.sect2 .gallery .owl-prev,
.sect2 .gallery .owl-next {
  width: 50px;
  height: 70px;
  background: #fff url(../images/rev_arrow.png) 0% 50% no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -35px;
}
.sect2 .gallery .owl-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.sect2 .gallery .owl-next {
  right: 0;
  background-position: 100% 50%;
  border-radius: 5px 0 0 5px;
}

.sect2 .alert {
  color: #fff;
  text-align: center;
  background: #00b05f;
  padding: 15px 30px;
}
.sect2 .alert > span {
  font-family: 'DINRoundPro', Arial, Helvetica, sans-serif;
  font-weight: 900;
  display: block;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 1.2em;
  margin-bottom: 5px;
}

/*sect3*/
.sect3 {
}

.benef1 {
  font-size: 0;
  text-align: center;
  margin-bottom: 10px;
}
.benef1 > li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  font-size: 15px;
  margin-bottom: 30px;
}
.benef1 > li > img {
  display: block;
  margin: 0 auto 18px;
}
.benef1 > li > span {
  display: block;
  text-align: center;
  font-family: 'DINRoundPro', Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #00b05f;
  font-size: 23px;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-bottom: 3px;
}

/*sect4*/
.sect4 {
  background: url(../images/patt.jpg) 50% 0% repeat;
}
.sect4 .title {
  margin-bottom: 20px;
}
.sect4 > img {
  display: block;
  margin: 0 auto;
}

.list2 > li {
  padding: 10px 20px 10px 55px;
  position: relative;
}
.list2 > li:nth-child(2n) {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #d9eaff;
}
.list2 > li:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/check2.png) 50% 50% no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 19px;
}

.sect4 .button-m {
  margin-top: 30px;
}

/*sect5*/
.sect5 {
  background: #00b05f;
  color: #fff;
}

.rev_item {
  padding: 0 20px;
  text-align: center;
}
.rev_item video {
  width: 100%;
}
.reviews .rev_item > img,
.rev_item video {
  display: block;
  margin: 0 auto 18px;
  border: 4px solid #fff;
  border-radius: 15px;
  width: 300px;
}
.rev_item > span {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  margin-bottom: 5px;
}
.rev_item > p {
  text-align: center;
  -ms-text-align-last: center;
  text-align-last: center;
}

.reviews .owl-prev,
.reviews .owl-next {
  width: 50px;
  height: 70px;
  background: #fff url(../images/rev_arrow.png) 0% 50% no-repeat;
  position: absolute;
  top: 70px;
}
.reviews .owl-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.reviews .owl-next {
  right: 0;
  background-position: 100% 50%;
  border-radius: 5px 0 0 5px;
}

/*sect6*/
.sect6 {
  padding: 30px 0 0;
  background: url(../images/patt.jpg) 50% 0% repeat;
}

.order_list > li:before {
  content: '';
  width: 120px;
  height: 120px;
  background: #0355dd url(../images/order_list.png) 0% 50% no-repeat;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.order_list > li:nth-child(2):before {
  background-position: -120px 50%;
}
.order_list > li:nth-child(3):before {
  background-position: -240px 50%;
}
.order_list > li:nth-child(4):before {
  background-position: -360px 50%;
}
.order_list > li .number {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  background: #5da4ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: -18px auto 12px;
}

.cerf_block {
  width: 440px;
  margin: 0 auto;
  background: #00b463;
  color: #fff;
  border-radius: 8px;
  padding: 25px 20px 25px 138px;
  font-size: 15px;
  line-height: 1.6em;
  position: relative;
}
.cerf_block:before {
  content: '';
  width: 105px;
  height: 155px;
  background: url(../images/cerf.jpg) 50% 50% no-repeat;
  position: absolute;
  bottom: 0;
  left: 15px;
}

.action_text {
  text-align: center;
  font-size: 17px;
  line-height: 1.3em;
  padding: 10px 100px 25px;
}
.action_text > span {
  display: block;
  margin-bottom: 5px;
  font-size: 34px;
  line-height: 1.1em;
  font-weight: 700;
  font-family: 'DINRoundPro', Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

.prod_count {
  margin-top: 20px;
  text-align: center;
  font-size: 17px;
}
.prod_count > span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  border-radius: 8px;
  color: #0355dd;
  font-weight: 700;
  margin: 0 5px;
  display: inline-block;
}

/* footer */
.footer_section {
  padding: 25px 0;
  background: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

.footer_section img {
  display: block;
  margin: 0 auto 10px auto;
}

.footer_section a {
  color: #222;
}
