html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Hind", sans-serif;
  line-height: 1.2;
}

* {
  box-sizing: border-box;
  outline: none;
}

*:before,
*:after {
  box-sizing: border-box;
}

.hidden-x {
  overflow-x: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

.img-prod {
  width: 150px;
}
.offer-block__img img {
  max-height: 240px;
  padding: 10px 0;
}

.hidden-x {
  overflow-x: hidden;
}

.relative {
  position: relative;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.upper {
  text-transform: uppercase;
}

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

.container {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-mini {
  margin: 0 auto;
}

header,
footer {
  position: relative;
}

header:after {
}

.main-text {
  background-color: #ffc000;
  max-width: 500px;
  font-size: 25px;
  position: relative;
  z-index: 42;
  display: table;
  padding: 8px 6px 4px 6px;
  font-weight: bold;
}

.main-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -9999px;
  background-color: #ffc000;
  z-index: -1;
}

.main-text:after {
  top: auto;
  bottom: 0;
  transform: skew(-45deg);
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  background: #ffc000;
  right: -23px;
  top: 0;
  z-index: -1;
}

.sex-header {
  position: relative;
  bottom: -42px;
}

.logo {
  position: relative;
  left: -30px;
  top: 12px;
  z-index: 4;
}

.logo-girl {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: -112px;
  right: 0;
  top: 0;
}

.product-main {
  position: absolute;
  right: 0px;
  top: -310px;
}

.discont {
  background: url("../images/flame.png");
  width: 222px;
  height: 187px;
  position: absolute;
  top: -87px;
  right: -149px;
}

.discont__int {
  position: relative;
  font-size: 43px;
  color: #ff3600;
  font-weight: bold;
  top: 65px;
  left: 37px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  transform: matrix(0.9844, -0.2687, 0.1757, 1.0069, 0, 0);
}

.section-1 {
  background-color: #000;
  color: #fff;
  padding-top: 36px;
  padding-bottom: 55px;
}

.order-block {
  margin-bottom: 40px;
  margin-top: 30px;
}

.order-block__left {
  font-size: 50px;
  display: table-cell;
  vertical-align: middle;
  max-width: 470px;
  font-weight: bold;
  text-transform: uppercase;
}

.order-block__right {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.price {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
}

.price-new {
  color: #ffc000;
  font-size: 58px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
}

.price-old {
  font-size: 40px;
  color: #ff3000;
  font-weight: bold;
  text-decoration: line-through;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
}

.btn-order {
  border-radius: 15px;
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(
    181deg,
    rgba(222, 38, 60, 1) 0%,
    rgba(37, 127, 176, 1) 100%
  );
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de263c', endColorstr='#257fb0', GradientType=0);
  /* ie6-9 */
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  display: inline-block;
  padding: 15px;
  min-width: 150px;
  transition: all 0.7s ease-out;
  transform: scale(1);
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  font-weight: 900;
}

.btn-order:hover {
  transform: scale(1.1);
  text-decoration: none;
}

.advantages__icon {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  text-align: center;
}

.advantages__text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 24px;
}

.advantages__item {
  margin-bottom: 20px;
  display: inline-block;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.advantages {
  margin-top: 30px;
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.cunt {
  position: absolute;
  left: -310px;
  top: 50%;
  margin-top: -192px;
}

.section-2 {
  background: url("../images/section-1.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
}

.section-header {
  background-color: #fff;
  padding: 30px;
  color: #000;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  top: -45px;
}

.section-header__title1 {
  font-size: 45px;
}

.section-header__title2 {
  font-size: 50px;
}

.section-header__logo {
  font-size: 50px;
  color: #dd273d;
}

.features__wrap {
  background: url(../images/substarte_marker.png);
  width: 100%;
  height: 365px;
  position: relative;
  background-size: contain;
}

.features__text {
  font-size: 21px;
  position: absolute;
  top: 50%;
  margin-top: -78px;
}

.features__text__left {
  padding: 10px 130px 10px 305px;
}

.features__img {
  position: absolute;
  z-index: 3;
  width: 290px;
  top: 50%;
  margin-top: -166px;
}

.features__border {
  border-radius: 50%;
  border: 5px solid #fff;
}

.features__item {
  position: relative;
}

section {
  background-color: #ffffff;
  padding-bottom: 30px;
}

.section-3__header {
  box-shadow: 2px 53px 102px 20px rgba(0, 0, 0, 0.13);
}

.about-img {
  display: table-cell;
  vertical-align: middle;
  min-width: 245px;
  position: relative;
  z-index: 2;
}

.about-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 26px;
  padding-left: 20px;
}

.about-text__item {
  margin-bottom: 40px;
  position: relative;
}

.about-text__item:before {
  content: "";
  background: url("../images/line.png") no-repeat;
  width: 141px;
  height: 20px;
  position: absolute;
  left: -154px;
}

.about-product {
  max-width: 640px;
  margin: 0 auto;
}

.section-4 {
  background: url("../images/section-4.jpg") no-repeat;
  padding: 80px 0;
  background-size: cover;
}

.section-4__title {
  font-size: 68px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.profit {
  font-size: 0;
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
}

.profit__item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.profit-text {
  font-size: 27px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.section-4__block {
  top: 0;
  margin-top: 50px;
}

.section-4__block .section-header__title1 {
  margin-bottom: 10px;
  font-size: 32px;
}

.review {
  margin-top: 50px;
}

.review__img {
  display: table-cell;
  vertical-align: top;
  width: 365px;
}

.review__text {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
  font-size: 23px;
  color: #fff;
}

.review__text__author {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.review__item {
  margin-bottom: 30px;
}

.review__border {
  border: 5px solid #fff;
}

.second-text {
  font-size: 55px;
  max-width: 490px;
  color: #ff3000;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.45);
  position: absolute;
  bottom: -150px;
}

.buy-block-bg {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
}

.buy-block {
  display: table;
  width: 100%;
}

.buy-block__left {
  display: table-cell;
  vertical-align: middle;
  width: 55%;
}

.buy-block__right {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 30px;
  width: 45%;
}

.form-content__element {
  padding: 16px;
  width: 100%;
  margin-bottom: 16px;
  border: 2px solid #ccc;
  font-size: 20px;
  color: #757575;
}

.form-wrap {
  padding: 26px;
  background-color: #fff;
}

.center {
  text-align: center;
}

.price-new__big {
  font-size: 60px;
}

.price-old__big {
  font-size: 50px;
}

.timer__items {
  text-align: center;
  font-size: 70px;
  color: #c0362f;
  font-weight: bold;
  display: table;
  margin: 0 auto;
}

.timer__item {
  display: inline-block;
}

.timer-block {
  background-color: #fff;
  color: #000;
  width: 100%;
  padding: 20px;
  font-size: 37px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.main-wrap {
  overflow: hidden;
  height: 400px;
}

footer .main-wrap {
  height: 475px;
}

footer .logo {
  top: 10px;
}

footer .product-main {
  top: -306px;
}

.form-content__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select.jpg) no-repeat 96% center #ffffff !important;
}

.btn-relative {
  margin: 0 auto -65px;
  display: table;
}

.visible-mob {
  display: none;
}

.girl-img {
  position: absolute;
  bottom: 0;
  right: -309px;
}

.features__item__right .features__img {
  right: 0;
}

.features__item__right .features__text__left {
  padding: 0px 291px 10px 235px;
}

.red {
  color: #dd273d;
}
.product-sale {
  position: relative;
  width: 260px;
}
.offer-block__item {
  display: block;
  background: rgba(255, 255, 255, 0.2);
  padding: 15px;
  margin-top: 15px;
  clear: both;
  position: relative;
  cursor: pointer;
}
.offer-block__item.on {
  box-shadow: 0 0 10px 3px #fff;
}
.offer-block label.custom-radio-button {
  position: relative;
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
}
.offer-block label.custom-radio-button input[type="radio"] {
  display: none;
}

.offer-block__item {
  display: block;
}
.offer-block__item:after {
  content: "";
  display: block;
  clear: both;
}
.offer-block__img,
.offer-block__content {
  display: block;
  vertical-align: middle;
  text-align: center;
}
.offer-block__img {
  text-align: center;
}
.offer-block__img.single {
  max-width: 110px;
  display: block;
  margin: 0px auto 7px;
}
.offer-block .bottom-text {
  display: block;
  font-size: 23px;
  font-weight: bold;
  color: #e9400c;
  text-shadow: 1px 1px 1px #000;
}
.offer-block .bottom-text p:last-child {
  font-size: 19px;
}
.offer-block .bottom-text .line-through {
  text-decoration: line-through;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 2;
}
.offer-block__content .label-text {
  font-size: 25px;
  font-weight: 800;
  font-family: "Exo Extra Bold Italic";
  text-transform: uppercase;
}
.sale-emblem {
  position: absolute;
  top: 2%;
  left: -59px;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f2eb0f;
  text-align: center;
}

.sale-emblem:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
  left: 8px;
  border: 2px solid #949009;
  border-radius: 50%;
}

.sale-emblem__item {
  position: absolute;
  z-index: 2;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #d41010;
  top: 50%;
  left: 0;
  right: 0;
  margin: -25px auto 0;
  transform: rotate(-25deg);
}

.product-sale * {
  cursor: default !important;
}
