body {
  min-width: 480px;
  background: #ddd;
  font-family: "Pompadur", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #222;
  cursor: default;
}

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

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

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

b {
  font-weight: 700;
}

/* button */

.button {
  display: block;
  margin: 10px auto;
  width: 350px;
  height: 80px;
  border: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #0abab5;
  -webkit-box-shadow: 0 0 0 10px rgba(103, 150, 219, 0.3);
  -moz-box-shadow: 0 0 0 10px rgba(103, 150, 219, 0.3);
  box-shadow: 0 0 0 10px #0abab538;
  font-family: "Pompadur", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 80px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

/* section */

section {
  padding: 0 0;
}

.yellow_theme {
  background: #f5ca16;
}

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

.gray_theme {
  background: #ebebeb;
}

/* titles */

h2.title {
  margin: 0 0 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
}

h2.title:after {
  display: block;
  content: "";
  margin: 15px 0 0;
  width: 62px;
  height: 5px;
}

h2.title span {
  color: #f5ca16;
  white-space: nowrap;
}

.dark_theme h2.title span {
  color: #f5ca16;
}

/* separator */

.separator {
  width: 62px;
  height: 5px;
  background: url(http://topsale.tech/images/separator_) center no-repeat;
}

.separator.white {
  background-image: url(http://topsale.tech/images/separator_white.png);
}

/* image */

section .image {
  display: block;
  margin: 0 auto 30px;
}

/* offer */

.offer_section {
  padding: 0;
}

.offer_section.offer1 {
  background: #222;
}

.offer_section.offer2 {
  background: #222;
}

.offer_section .main_title {
  padding: 10px 20px;
  font-weight: 700;
  font-size: 27px;
  line-height: 38px;
  text-align: center;
}

.offer_section.offer1 .main_title {
  background: #f5ca16;
}

.offer_section.offer2 .main_title,
.offer_section.offer3 .main_title {
  background: linear-gradient(to top, #f1da36, #f1b614);
  color: rgb(0, 0, 0);
  font-family: Pompadur;
}
@font-face {
  font-family: Pompadur; /* Имя шрифта */
  src: url(./Montserrat-Medium.ttf); /* Путь к файлу со шрифтом */
}

.offer_section .info_block {
  position: relative;
}

.offer_section .info_block img {
  display: block;
}

.offer_section .info_block .subtitle {
  padding: 12px 20px 10px;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.offer_section.offer1 .info_block .subtitle,
.offer_section.offer2 .info_block .subtitle {
  background: rgba(34, 34, 34, 0.8);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
  color: rgb(179, 218, 42);
  font-family: Pompadur;
}

.offer_section.offer3 .info_block .subtitle {
  background: linear-gradient(to top, #fefcea, #f1da36);
}

.offer_section .info_block .discount {
  width: 112px;
  height: 112px;
  background: center no-repeat;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  right: 0;
}

.offer_section.offer1 .info_block .discount {
  background-image: url(http://topsale.tech/images/offer1__discount_bg.png);
  color: #fff;
}

.offer_section.offer3 .info_block .discount {
  background-image: url(http://topsale.tech/images/offer3__discount_bg.png);
}

.offer_section .info_block .discount b {
  display: block;
  width: 100px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  white-space: nowrap;
  position: absolute;
  top: 42px;
  left: 21px;
}

.offer_section.offer1 .price_block {
  margin: -42px 0 25px;
}

.offer_section.offer1 .price_old {
  float: left;
  padding: 15px 0 0 15px;
  width: 160px;
  height: 84px;
  background: #0abab5;
  color: #fff;
  position: relative;
}

.offer_section.offer1 .price_old:before {
  display: block;
  content: "";
  border-right: 50px solid rgba(255, 255, 255, 0);
  border-bottom: 84px solid #0abab5;
  position: absolute;
  top: 0;
  right: -50px;
}

.offer_section.offer1 .price_old .text {
  margin: 0 0 2px;
  font-size: 14px;
}

.offer_section.offer1 .price_old .value {
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
}

.offer_section.offer1 .price_new {
  float: left;
  margin: 14px 0 0 16px;
  width: 130px;
  height: 56px;
  background: #f5ca16;
  font-weight: 700;
  font-size: 24px;
  line-height: 56px;
  text-align: center;
  position: relative;
}

.offer_section.offer1 .price_new:before,
.offer_section.offer1 .price_new:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
}

.offer_section.offer1 .price_new:before {
  border-left: 34px solid rgba(255, 255, 255, 0);
  border-top: 56px solid #f5ca16;
  left: -34px;
}

.offer_section.offer1 .price_new:after {
  border-right: 34px solid rgba(255, 255, 255, 0);
  border-bottom: 56px solid #f5ca16;
  right: -34px;
  z-index: 10;
}

.offer_section.offer1 .price_new span {
  position: relative;
  z-index: 99;
}

.offer_section.offer1 .timer {
  float: left;
  margin: 27px 0 0;
  padding: 0 0 0 62px;
  width: 174px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2)
    url(http://topsale.tech/images/offer1__timer_arrows.png) 30px center
    no-repeat;
  line-height: 32px;
  color: #fff;
  position: relative;
}

.offer_section.offer2 .price_block {
  margin: 0 0 34px;
  position: relative;
}

.offer_section.offer2 .price_item {
  float: left;
  width: 50%;
  height: 74px;
  text-align: center;
}

.offer_section.offer2 .price_item.old {
  padding: 13px 65px 0 0;
  background: #ebebeb;
}

.offer_section.offer2 .price_item.new {
  padding: 13px 0 0 65px;
  background: #f5ca16;
}

.offer_section.offer2 .price_item .text {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 14px;
}

.offer_section.offer2 .price_item .value {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

.offer_section.offer2 .discount {
  padding: 19px 0 0 46px;
  width: 176px;
  height: 92px;
  background: url(http://topsale.tech/images/offer2__discount_bg.png) center
    no-repeat;
  color: #fff;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -88px;
}

.offer_section.offer2 .discount .text {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.offer_section.offer2 .discount .value {
  margin: 0 0 0 5px;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
}

.offer_section.offer3 .price_block {
  margin: -23px 0 25px;
  padding: 0 75px;
  height: 80px;
  position: relative;
}

.offer_section.offer3 .price_block:before {
  display: block;
  content: "";
  width: 75px;
  height: 34px;
  background: #f5ca16;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 0;
}

.offer_section.offer3 .price_block:after {
  display: block;
  content: "";
  width: 56px;
  border-top: 34px solid #f5ca16;
  border-left: 22px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 0;
}

.offer_section.offer3 .price_item {
  float: left;
  width: 50%;
  height: 80px;
  color: #fff;
  position: relative;
}

.offer_section.offer3 .price_item.old {
  padding: 17px 0 0 17px;
  background: #222;
}

.offer_section.offer3 .price_item.new {
  padding: 17px 0 0 37px;
  background: #0abab5;
}

.offer_section.offer3 .price_item.old:before {
  display: block;
  content: "";
  border-left: 44px solid rgba(255, 255, 255, 0);
  border-top: 80px solid #222;
  position: absolute;
  top: 0;
  left: -44px;
}

.offer_section.offer3 .price_item.old:after {
  display: block;
  content: "";
  border-left: 44px solid #222;
  border-top: 80px solid #0abab5;
  position: absolute;
  top: 0;
  right: -22px;
  z-index: 10;
}

.offer_section.offer3 .price_item.new:before {
  display: block;
  content: "";
  border-right: 44px solid rgba(255, 255, 255, 0);
  border-bottom: 80px solid #0abab5;
  position: absolute;
  top: 0;
  right: -44px;
}

.offer_section.offer3 .price_item .text {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 14px;
  position: relative;
  z-index: 99;
}

.offer_section.offer3 .price_item .value {
  font-weight: 700;
  font-size: 25px;
  line-height: 26px;
  position: relative;
  z-index: 99;
}

.offer_section ul li {
  margin: 0 0 15px;
  padding: 0 0 0 25px;
  color: #fff;
  position: relative;
}

.offer_section ul li:last-child {
  margin: 0;
}

.offer_section.offer1 ul li:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #f5ca16;
  background: #f5ca16;
  -webkit-box-shadow: 0 0 0 2px #222 inset;
  -moz-box-shadow: 0 0 0 2px #222 inset;
  box-shadow: 0 0 0 2px #222 inset;
  position: absolute;
  top: 4px;
  left: 0;
}

.offer_section.offer2 ul li:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: "";
  border-top: 8px solid #f5ca16;
  border-left: 8px solid rgba(255, 255, 255, 0);
  border-right: 8px solid rgba(255, 255, 255, 0);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  top: 8px;
  left: -2px;
}

.offer_section .benefits_block {
  margin: 25px auto 25px;
  width: 402px;
}

.offer_section .benefits_block .benefit_item {
  float: left;
  padding: 0 5px;
  width: 33.333333%;
  text-align: center;
  color: #222;
}

.offer_section .benefits_block img {
  display: block;
  margin: 0 auto 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.offer_section .timer_block {
  margin: 0 0 35px;
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
}

.offer_section.order .timer_block {
  margin: 0 0 25px;
}

.offer_section.offer2 .timer_block {
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  background: #292929;
  color: #999;
}

.offer_section.offer3 .timer_block {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
}

.offer_section .timer_block p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 16px;
}

.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;
  background: #f5ca16;
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  color: #222;
}

.offer_section .timer_block .count span:last-child {
  margin: 0;
}

.offer_section .timer_block .text {
  font-size: 13px;
  line-height: 13px;
}

.offer_section .products_count {
  padding: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.offer_section.offer3 .products_count {
  color: #222;
}

.offer_section .products_count b {
  margin: 0 4px;
  padding: 3px 6px;
  background: #f5ca16;
  font-size: 18px;
  color: #222;
}

.offer_section.order .text_block {
  margin: 0 55px 25px;
  text-align: center;
}

.offer_section.order .text_block h4 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
}

.offer_section.order .text_block p {
  color: #999;
}

.offer_section .field {
  display: block;
  margin: 0 auto 20px;
  padding: 0 20px 0 62px;
  width: 370px;
  height: 72px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Pompadur", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #777;
}
select,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
select[name="product_price"] {
  display: block;
  width: 370px;
  height: 72px;
  background-color: #ebebeb;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  margin: 0 auto 20px;
  color: #222;
  font-family: "Pompadur", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0 20px 0 62px;
  border: 1px solid #dedede;
}
select {
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  overflow: hidden;
  /* for FF */
  text-indent: 0.01px;
  text-overflow: "";
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
}
select::-ms-expand {
  display: none;
}
.offer_section .field[name="name"] {
  background: #ebebeb url(../images/offer__name_icon.png) 22px center no-repeat;
}

.offer_section .field[name="phone"] {
  margin: 0 auto 35px;
  background: #ebebeb url(../images/offer__phone_icon.png) 20px center no-repeat;
}

.offer_section.offer3 .field {
  border: 1px solid #dedede;
}

.offer_section.offer3 .field[name="name"] {
  background: #f0f0f0 url(../images/offer__name_icon.png) 22px center no-repeat;
}

.offer_section.offer3 .field[name="phone"] {
  margin: 0 auto 35px;
  background: #f0f0f0 url(../images/offer__phone_icon.png) 20px center no-repeat;
}

.offer_section .field::-webkit-input-placeholder {
  opacity: 1;
  color: #777;
}

.offer_section .field:-moz-placeholder {
  opacity: 1;
  color: #777;
}

.offer_section .field::-moz-placeholder {
  opacity: 1;
  color: #777;
}

.offer_section .field:-ms-input-placeholder {
  opacity: 1;
  color: #777;
}

.offer_section .field:focus::-webkit-input-placeholder {
  opacity: 0;
}

.offer_section .field:focus:-moz-placeholder {
  opacity: 0;
}

.offer_section .field:focus::-moz-placeholder {
  opacity: 0;
}

.offer_section .field:focus:-ms-input-placeholder {
  opacity: 0;
}

/* description */

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

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

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

/* slider */

.slider .owl-prev,
.slider .owl-next {
  width: 50px;
  height: 36px;
  background: url(http://topsale.tech/images/slider__arrows.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -18px;
}

.slider .owl-prev {
  background-position: left center;
  left: 20px;
}

.slider .owl-next {
  background-position: right center;
  right: 20px;
}

/* image */

.result_image {
  display: block;
  margin: 0 auto;
}

/* benefits 7 */

.benefits_list7 .benefit_item {
  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 18px 0;
  width: 240px;
}

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

/* characteristics */

.tlt {
  padding: 30px 0 0 30px;
}
.tlt .title {
}
.tlt span {
}

/* reviews 3 */

.reviews3_section {
  padding: 30px;
}

.reviews3_section h2.title {
  padding: 0 50px 0 0;
  background: url(../images/quote1_icon.png) right 7px no-repeat;
}

.reviews3_section .review_item {
  margin: 0 0 30px;
}

.reviews3_section .review_item:last-child {
  margin: 0;
}

.reviews3_section .author_block {
  margin: 0 0 20px;
}

.reviews3_section .author_block img {
  display: block;
  float: left;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.reviews3_section .author_block .author_info {
  float: left;
  margin: 6px 0 0 20px;
  width: 264px;
}

.reviews3_section .author_block .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.reviews3_section .author_block .info {
  margin: 12px 0 0;
  float: right;
  text-align: right;
}

.reviews3_section .author_block .rating {
  margin: 0 0 6px;
  width: 76px;
  height: 12px;
  background: url(../images/rating_stars.png) center no-repeat;
}

.reviews3_section .review_item p {
  margin: 0 0 20px;
}

.reviews3_section .images_block img {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  width: 133px;
}

.reviews3_section .images_block img:last-child {
  margin: 0;
}

/* order steps 1 */

.order_steps1 {
  padding: 0;
  background: #fff;
  position: relative;
}

.order_steps1:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(2, 2, 2, 0.1))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(2, 2, 2, 0.1) 100%
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(2, 2, 2, 0.1) 100%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(2, 2, 2, 0.1) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(2, 2, 2, 0.1) 100%
  );
  top: 0;
}

.order_steps1:after {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(2, 2, 2, 0.1))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(2, 2, 2, 0.1) 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(2, 2, 2, 0.1) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(2, 2, 2, 0.1) 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 0%,
    rgba(2, 2, 2, 0.1) 100%
  );
  bottom: 0;
}

.order_steps1 .step_item {
  display: table;
  width: 100%;
  height: 110px;
  background: #fff url(../images/bg_light.jpg);
  position: relative;
}

.order_steps1 .step_item:before {
  display: block;
  content: "";
  width: 100%;
  height: 25px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(2, 2, 2, 0.05))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(2, 2, 2, 0.05) 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(2, 2, 2, 0.05) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(2, 2, 2, 0.05) 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 0%,
    rgba(2, 2, 2, 0.05) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
}

.order_steps1 .step_item .step_wrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 0 300px 0 30px;
  position: relative;
}

.order_steps1 .step_item:nth-child(even) .step_wrapper {
  padding: 0 25px 0 300px;
}

.order_steps1 .step_item:nth-child(1) .step_wrapper {
  background: url(../images/order_steps1__step1_image.png) right center
    no-repeat;
}

.order_steps1 .step_item:nth-child(2) .step_wrapper {
  background: url(../images/order_steps1__step2_image.png) left center no-repeat;
}

.order_steps1 .step_item:nth-child(3) .step_wrapper {
  background: url(../images/order_steps1__step3_image.png) right center
    no-repeat;
}

.order_steps1 .step_item:nth-child(4) .step_wrapper {
  background: url(../images/order_steps1__step4_image.png) left center no-repeat;
}

.order_steps1 .step_item img {
  display: block;
  width: 72px;
  height: 52px;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  left: 50%;
  margin-left: -24px;
}

.order_steps1 .step_item h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}

.order_steps1 .step_item p {
  line-height: 20px;
}

/* order steps 2 */

/* footer */

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

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

.footer_section a {
  color: #222;
}

.header {
  font-family: Pompadur;
  background-image: url("../img/header_bg.png");
  background-repeat: no-repeat;
  position: relative;
  height: 535px;
}

.price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price__left {
  background-color: #dbdbdb;
  width: calc(50% - 48px);
  padding-right: 30px;
  height: 66px;
  font-family: Pompadur;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price__left span {
  font-size: 24px;
  display: flex;
  font-size: 20px;
  justify-content: top;
}

.price__center {
  background: #f20001;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  position: absolute;

  margin-left: calc(50% - 75px);
  margin-top: -7px;
  width: 150px;
  height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Pompadur;
  font-weight: 700;
  font-size: 23px;
  line-height: 92.7%;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.price__center span {
  font-size: 44px;
  line-height: 45px;
  font-weight: 900;
}

.price__right {
  background-color: #ffda08;
  padding-left: 30px;
  width: calc(50% - 48px);
  height: 66px;
  font-family: Pompadur;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
}

.price__right span {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  font-size: 36px;
  line-height: 120%;
  font-weight: 900;
}

.price__right span::after {
  position: absolute;
  top: -8px;
  right: -20px;
  content: "99к.";
  font-size: 60%;
  font-weight: 500;
}

.price__right .letter {
  font-size: 60%;
  font-weight: 500;
}

.button_big {
  background: linear-gradient(91.58deg, #bc012e 5.7%, #f30101 84.19%);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 67px;
  width: 90%;
  margin: 0 auto;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-family: Pompadur;
  font-weight: 900;
  font-size: 30px;
  line-height: 33px;
  text-transform: uppercase;
  color: #ffffff;
}
.video {
  font-family: Pompadur;
}

.video__title {
  background-image: url("../images/video_title_bg.png");
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #000000;
  height: 119px;
  padding-top: 66px;
  text-align: center;
}
.slider {
  margin-top: 10px;
  position: relative;
}
.slider-title {
  font-size: 32px;
  color: #c78030;
}
.slider-title:after {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background-color: #c78030;
  margin-top: 4px;
}
.slider .wrap {
  width: 100%;
  position: relative;
}
.slider .wrap .slider-item {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}
.slider .wrap .slider-item img {
  width: 100%;
}
.slider .wrap .prev {
  position: absolute;
  cursor: pointer;
  top: 0;
  width: 90px;
  left: 10%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}
.slider .wrap .prev:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.slider .wrap .prev:hover .arrow-left {
  opacity: 1;
}
.slider .wrap .prev .arrow-left {
  width: 30px;
  height: 30px;
  background: url(../icons/left-arrow.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 0.4;
  -webkit-transition: 1s;
  transition: 1s;
}
.slider .wrap .next {
  position: absolute;
  cursor: pointer;
  top: 0;
  width: 90px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  right: 10%;
}
.slider .wrap .next:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.slider .wrap .next:hover .arrow-right {
  opacity: 1;
}
.slider .wrap .next .arrow-right {
  width: 30px;
  height: 30px;
  background: url(../icons/right-arrow.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 0.4;
  -webkit-transition: 1s;
  transition: 1s;
}

.slider {
  margin: 0 0 25px;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
}

.content_block .slider {
  margin: -1px 0 0;
  border: none;
  background: none;
}

.slider .owl-prev,
.slider .owl-next {
  width: 40px;
  height: 40px;
  background: url(../icons/icons.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.slider .owl-prev {
  background-position: 0 -28px;
  left: 15px;
}

.slider .owl-next {
  background-position: -40px -28px;
  right: 15px;
}
.howtobuy {
  font-family: Pompadur;
}

.howtobuy__title {
  background-image: url("../img/title_bg.png");
  background-repeat: no-repeat;
  height: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 900;
  font-size: 36px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #3f79f7;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
}

.howtobuy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 20px 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.howtobuy__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 208px;
  height: 254px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.howtobuy__item__img img {
  height: 200px;
  border-radius: 10px;
}

.howtobuy__item__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
}
.shop {
  font-family: Pompadur;
  background-color: #fff;
}

.shop__title {
  background-image: url("../img/title_bg.png");
  background-repeat: no-repeat;
  height: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 900;
  font-size: 36px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #3f79f7;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
}

.shop__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 20px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop__item {
  padding: 10px 5px;
  width: 225px;
  margin-bottom: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.31);
}

.shop__item__title {
  font-weight: 900;
  font-size: 19px;
  line-height: 115.2%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}

.shop__item__size {
  background: #b7efff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 115.2%;
  text-align: center;
  color: #000000;
}

.shop__item__size span {
  font-weight: 700;
}

.shop__item__img img {
  width: 100%;
}

.shop__item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.shop__item__price__old {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 10.7987px;
  line-height: 1.4;
  text-align: center;
  color: #000000;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.shop__item__price__old span {
  font-size: 15px;
}

.shop__item__price__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop__item__price__new span {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  font-size: 36px;
  line-height: 120%;
  font-weight: 900;
}

.shop__item__price__new span::after {
  position: absolute;
  top: -8px;
  right: -20px;
  content: "99к.";
  font-size: 60%;
  font-weight: 500;
}

.shop__item__price__new .letter {
  font-size: 50%;
  font-weight: 500;
}

.shop__item__button {
  font-size: 30px;
  height: 53px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.reviews3_section {
  padding: 30px;
}

.reviews3_section h2.title {
  padding: 0 50px 0 0;
  background: url(../images/quote1_icon.png) right 7px no-repeat;
}

.reviews3_section .review_item {
  margin: 0 0 30px;
}

.reviews3_section .review_item:last-child {
  margin: 0;
}

.reviews3_section .author_block {
  margin: 0 0 20px;
}

.reviews3_section .author_block img {
  display: block;
  float: left;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.reviews3_section .author_block .author_info {
  float: left;
  margin: 6px 0 0 20px;
  width: 250px;
}

.reviews3_section .author_block .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.reviews3_section .author_block .info {
  margin: 12px 0 0;
  float: right;
  text-align: right;
}

.reviews3_section .author_block .rating {
  margin: 0 0 6px;
  width: 90px;
  height: 12px;
  background: url(../images/rating_stars.png) center no-repeat;
}

.reviews3_section .review_item p {
  margin: 0 0 20px;
}

.reviews3_section .images_block img {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  width: 133px;
}

.reviews3_section .images_block img:last-child {
  margin: 0;
}

.lb_b {
  font-size: 13px;
  line-height: 13px;
  margin-top: 15px;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: block;
  text-align: center;
}

.lb_b > input {
  -webkit-appearance: checkbox;
  display: inline-block;
  width: auto;
  height: auto;
}
.swiper-button-next {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  width: 45px !important;
  height: 45px !important;
  border-radius: 50% !important;
  padding-left: 3px;
}

.swiper-button-prev {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  width: 45px !important;
  height: 45px !important;
  border-radius: 50% !important;
  padding-right: 3px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: white;
  font-size: 18px !important;
}
/* characteristics */

.characteristics_section {
  padding: 30px 0 0;
}

.characteristics_section h2.title {
  padding: 0 30px;
}
.tlt {
  padding: 30px 0 0 30px;
}
.tlt .title {
}
.tlt span {
}
.characteristics__list li {
  padding: 15px 30px 15px 52px;
  text-align: right;
  position: relative;
}
.characteristics__list li p {
  padding-left: 96px;
}

.characteristics__list li:nth-child(odd) {
  background: #f4f4f4;
}

.characteristics__list li:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #ee3800;
  background: #f3b714;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  -moz-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
  position: absolute;
  top: 20px;
  left: 30px;
}

.characteristics__list li:nth-child(odd):before {
  -webkit-box-shadow: 0 0 0 2px #f4f4f4 inset;
  -moz-box-shadow: 0 0 0 2px #f4f4f4 inset;
  box-shadow: 0 0 0 2px #f4f4f4 inset;
}

.characteristics__list li b {
  float: left;
}

/* styles */
ul.vantage {
  margin: 25px 0;
}

ul.vantage:after {
  display: block;
  content: "";
  margin: 25px 0 0;
  height: 8px;
  background: url(../images/offer1__separator.png) center no-repeat;
}

ul.vantage li {
  margin: 0 40px 12px;
  padding: 0 0 0 32px;
  background: url(../images/offer__tick_icon.png) left no-repeat;
}

ul.vantage li {
  color: #fff;
  font-size: 18px;
}

ul.vantage li:last-child {
  margin: 0 40px;
}

.swiper-pointer-events {
  overflow: hidden;
}
.offerr_section {
  padding: 20px 10px;
  height: 100%;
}
.offer-sect__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}
.offer_sect__title {
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  font-weight: 700;
  color: #f5ca16;
  margin-bottom: 30px;
  line-height: normal;
  text-transform: uppercase;
}
.offer_sect__title span {
  color: #222;
}
.off-item__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  flex: 1 1 auto;
  margin-bottom: 10px;
  color: #f5ca16;
}
.off-item__img {
  width: 100%;
  margin-bottom: 10px;
  height: 100%;
}
.off-item-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 5px;
}
.off-item-price__old {
  font-size: 14px;
  margin-right: 3px;
  color: #bdbdbd;
  line-height: 20px;
}
.off-item-price__new {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.off-item__btn {
  text-transform: uppercase;
  background: linear-gradient(91.58deg, #bc012e 5.7%, #f30101 84.19%);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-family: Pompadur;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  text-transform: uppercase;
  color: #ffffff;
}
.off-sect__item {
  max-width: 220px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 31%);
  margin: 0 10px 10px 0;
  padding: 10px 0;
  transition: 0.3s;
}
.off-sect__item:hover {
  transform: scale(1.1, 1.1);
}
.off-sect__item:last-child {
}
.off-sect__item:nth-child(even) {
  margin-right: 0;
}
.footer_section {
  padding: 25px 0;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

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

.footer_section a {
  color: #111;
}
.button_big {
  background: linear-gradient(
    123.44deg,
    #e7d36f 9.44%,
    #ffeb83 21.23%,
    #e0cc63 41.65%
  );
  box-shadow: inset 4px 4px 4px rgb(255 255 255 / 62%);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 67px;
  width: 90%;
  margin: 0 auto;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-family: Pompadur;
  font-weight: 900;
  font-size: 30px;
  line-height: 33px;
  text-transform: uppercase;
  color: #222;
}
.lb_b {
  font-size: 13px;
  line-height: 13px;
  margin-top: 15px;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: block;
  text-align: center;
}
form .lb_b input{
  width: auto;
  height: auto;
  display: inline;
}
button,
input,
select {
  appearance: auto;
}
.surprise__block{
  text-align: center;
  padding-top: 20px;
  background-color: #fff;
  max-width: 100%;
}

.surprise__text span{
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: red;

}
.surprise__text{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.surprise__img img{

  height: 100%;
}
.footer__text{
  flex: 0 1 50%;
}
.footer__img img{
 width: 100%;
 height: 100%;
}
.footer__img{
  flex: 0 1 100px;
}
.footer__block{
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}
.politic__link{
  display: block;
  margin-bottom: 17px;
}
.politic-fb__link{
  display: block;
  margin-top: 5px;
}
.warning-text{
  font-size: 16px;
  font-weight: 700;
  color: red;
}
