@font-face {
  font-family: "Lato";
  src: url("../fonts/subset-Lato-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/subset-Lato-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/subset-Lato-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/subset-Lato-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/subset-Lato-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/subset-Lato-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/subset-Lato-Heavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/subset-Lato-HeavyItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/subset-Lato-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/subset-Lato-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Bradobrei";
  src: url("../fonts/subset-Bradobrei.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/*   offer   */

.offer {
  padding: 0;
}

.offer .box {
  position: relative;
  background: url("../img/offer.jpg") 50% 0 no-repeat;
  height: 645px;
  padding: 5px 0 0;
}

.offer .main-title {
  font-family: "Bradobrei", sans-serif;
  font-size: 50px;
  line-height: 1.3em;
  text-align: center;
  color: #1f756b;
  margin-bottom: 10px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: -moz-linear-gradient(
    left,
    #20704d 0%,
    #1f756b 50%,
    #20704d 100%
  );
  background-image: -webkit-linear-gradient(
    left,
    #20704d 0%,
    #1f756b 50%,
    #20704d 100%
  );
  background-image: linear-gradient(
    to right,
    #20704d 0%,
    #1f756b 50%,
    #20704d 100%
  );
}

.offer .sub-title {
  padding: 0 30px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2em;
  color: #252525;
  text-align: center;
}

.offer .sale {
  position: absolute;
  right: 125px;
  top: 180px;
  background: url("../img/sale.png") 0 0 no-repeat;
  width: 94px;
  height: 94px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.offer .sale b {
  font-size: 29px;
  font-weight: 900;
}

.offer .sale span {
  display: inline-block;
  transform: rotate(-20deg);
  padding-top: 16px;
  margin-left: -8px;
}

.offer .bullet {
  font-size: 0;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 35px;
}

.offer .bullet li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  font-size: 17px;
  line-height: 22px;
  padding: 0 5px;
}

.offer .bullet li:before {
  display: block;
  background: url("../img/check-icon.png") 0 0 no-repeat;
  width: 42px;
  height: 41px;
  margin: 0 auto 15px;
  content: "";
}

.offer .result {
  margin-top: 45px;
}

.order-form {
  background: url("../img/order-form-bg.png") 50% 100% no-repeat #fff;
  border: 1px solid #d3ab5f;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
  border-radius: 20px;
  margin: 0 20px;
  padding-bottom: 25px;
  overflow: hidden;
}

.order-form .head {
  color: #fff;
  text-align: center;
  border-radius: 18px 18px 0 0;
  background: #d3ab5f;
  background: -moz-linear-gradient(left, #d3ab5f 1%, #b0893f 50%, #d3ab5f 100%);
  background: -webkit-linear-gradient(
    left,
    #d3ab5f 1%,
    #b0893f 50%,
    #d3ab5f 100%
  );
  background: linear-gradient(to right, #d3ab5f 1%, #b0893f 50%, #d3ab5f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3ab5f', endColorstr='#d3ab5f', GradientType=1);
}

.order-form .sale-txt {
  font-size: 33px;
  font-weight: 900;
  line-height: 1em;
  padding: 18px 0;
}

.order-form .sale-txt2 {
  font-size: 25px;
  line-height: 30px;
  padding: 10px 0;
}

.order-form .sale-txt2 b {
  font-size: 31px;
}

.order-form .sale-txt2 h4 {
  font-size: 25px;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
}

.order-form .order-txt {
  text-align: center;
  margin-bottom: 20px;
}

.order-form .order-txt h4 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 10px;
}

.order-form .order-txt p {
  font-size: 17px;
  line-height: 23px;
}

.order-form .note {
  text-align: center;
  font-size: 16px;
  color: #b2b2b2;
  margin-top: 20px;
}

/*   price   */

.price {
  position: relative;
  background: url("../img/price-bg.png") 100% 0 no-repeat,
    url("../img/price-arrow.png") 50% 50% no-repeat;
  height: 82px;
  line-height: 82px;
  margin-bottom: 30px;
}

.price:before {
  position: absolute;
  left: 39px;
  bottom: -2px;
  display: block;
  width: 360px;
  height: 2px;
  background: #f5f5f5;
  content: "";
}

.price:after {
  display: block;
  clear: both;
  content: "";
}

.price > div {
  float: left;
  width: 50%;
  font-size: 35px;
  text-align: center;
}

.price i {
  font-size: 0.8em;
  font-style: normal;
  text-transform: uppercase;
}

.price .old span {
  text-decoration: line-through;
}

.price .new {
  color: #1a834c;
  font-weight: 900;
}

/*   timer   */

.timer {
  font-size: 0;
  text-align: center;
  margin-bottom: 40px;
}

.timer .timer-item {
  display: inline-block;
  vertical-align: top;
  width: 78px;
  height: 78px;
  text-align: center;
  background: #f7f7f5;
  border-radius: 50%;
  padding-top: 13px;
  margin: 0 9px;
}

.timer .timer-count {
  font-size: 35px;
  font-weight: 900;
  line-height: 1em;
}

.timer .timer-text {
  font-size: 15px;
  line-height: 1em;
}

/*   result   */

.result {
  padding: 0 20px;
}

.result li {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 35px;
}

.result li:last-child {
  margin-bottom: 0;
}

.result li img {
  display: block;
  border: 6px solid #fff;
  border-radius: 20px;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
}

.result li img:nth-child(2) {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 3;
}

/*   s1   */

.s1 h2.title {
  font-size: 30px;
}

.s1 .text {
  padding: 0 20px;
  margin-bottom: 30px;
  text-align: center;
}

.s1 .list-v1 {
  margin-bottom: 60px;
}

/*   alert   */

.alert {
  position: relative;
  background: url("../img/alert-bg.png") 50% 0 no-repeat;
  display: table;
  width: 100%;
  height: 156px;
  text-align: center;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 45px;
}

.alert img {
  position: absolute;
  left: calc(50% - 25px);
  top: -25px;
  display: block;
  border-radius: 50%;
}

.alert p {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 35px 0;
}

/*   list-v1   */

.list-v1 {
  font-size: 0;
  text-align: center;
}

.list-v1 li {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  margin: 0 10px;
  font-size: 18px;
  background: #fff;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
  border-radius: 20px;
}

.list-v1 img {
  display: block;
  border-radius: 20px 20px 0 0;
  margin-bottom: 15px;
}

.list-v1 h4 {
  font-weight: 900;
  padding: 0 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.list-v1 p {
  text-align: left;
  color: #282828;
  padding: 0 15px;
  margin-bottom: 15px;
}

.list-v1 p i {
  color: #9d6175;
}

/*   s2   */

.s2 {
  background: #f2ede7;
}

.list-v6 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.list-v6 li {
  width: 33.2%;
  padding: 0 10px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.list-v6 li img {
  display: block;
  margin: 0 auto 10px;
  border-radius: 50%;
}

.s2 .video-block {
  margin: 20px 20px 0;
}

/*   list-v2   */

.list-v2 {
  font-size: 0;
  text-align: center;
  margin-bottom: -30px;
}

.list-v2 li {
  display: inline-block;
  vertical-align: top;
  width: 205px;
  margin: 0 15px 30px;
  font-size: 18px;
  background: #fff;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
  border-radius: 20px;
  padding-bottom: 15px;
}

.list-v2 .pic {
  position: relative;
}

.list-v2 .pic:after {
  position: absolute;
  bottom: -29px;
  left: calc(50% - 29px);
  display: block;
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: url("../img/close-icon.png") 50% 50% no-repeat #cd8da9;
  background: url("../img/close-icon.png") 50% 50% no-repeat,
    -moz-linear-gradient(top, #cd8da9 0%, #9d6175 100%);
  background: url("../img/close-icon.png") 50% 50% no-repeat,
    -webkit-linear-gradient(top, #cd8da9 0%, #9d6175 100%);
  background: url("../img/close-icon.png") 50% 50% no-repeat,
    linear-gradient(to bottom, #cd8da9 0%, #9d6175 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd8da9', endColorstr='#9d6175', GradientType=0);
  content: "";
}

.list-v2 .pic img {
  display: block;
  border-radius: 20px 20px 0 0;
  margin-bottom: 30px;
}

.list-v2 h4 {
  padding: 0 10px;
}

/*   s3   */

.s3 {
  padding-bottom: 10px;
}

.s3 .list-v3 {
  margin-bottom: 45px;
}

.s3 a.button-m {
  margin-top: 30px;
}

/*   list-v3   */

.list-v3 {
  padding: 0 20px;
  font-size: 0;
}

.list-v3 li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 30px 25px;
  border-top: 2px solid #eee9e3;
}

.list-v3 li:nth-child(1),
.list-v3 li:nth-child(2) {
  border-top: 0;
}

.list-v3 li:nth-child(odd) {
  border-right: 1px solid #eee9e3;
}

.list-v3 li:nth-child(even) {
  border-left: 1px solid #eee9e3;
}

.list-v3 .num {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 20px;
  background: #cd8da9;
  background: -moz-linear-gradient(top, #cd8da9 0%, #9d6175 100%);
  background: -webkit-linear-gradient(top, #cd8da9 0%, #9d6175 100%);
  background: linear-gradient(to bottom, #cd8da9 0%, #9d6175 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd8da9', endColorstr='#9d6175', GradientType=0);
}

.list-v3 p {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}

/*   s4   */

.s4 {
  padding-bottom: 10px;
}

.s4 .result {
  margin-top: 50px;
}

.s4 .text {
  text-align: center;
  padding: 0 20px 20px;
}

/*   list-v4   */

.list-v4 {
  background: url("../img/s4-list-bg.png") 50% 0 no-repeat;
  text-align: justify;
  -ms-text-align-last: justify;
  text-align-last: justify;
  margin-bottom: 55px;
  padding-top: 30px;
}

.list-v4 img {
  display: block;
  margin: 0 auto;
}

.list-v4 li {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  font-size: 17px;
  line-height: 25px;
  margin: 0 10px 100px;
  text-align: center;
  -ms-text-align-last: center;
  text-align-last: center;
}

.list-v4 strong {
  display: block;
}

.list-v4 li:nth-child(3) {
  width: 280px;
  margin: 0 100px;
}

/*   s5   */

.s5 h2.title span {
  display: block;
}

.s5 .result {
  margin-top: 50px;
}

/*   list-v5   */

.list-v5 {
  padding: 0 20px;
  margin-bottom: 50px;
}

.list-v5 li {
  display: table;
  width: 100%;
  height: 150px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
  margin-bottom: 20px;
}

.list-v5 li:last-child {
  margin-bottom: 0;
}

.list-v5 img {
  width: 135px;
  max-width: 135px;
  display: table-cell;
  vertical-align: top;
  border-radius: 20px 0 0 20px;
}

.list-v5 .text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

.list-v5 .text h4 {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 10px;
}

/*   reviews   */

.reviews {
  background: #f2ede7;
}

.rev-list {
  padding: 0 30px;
  margin-bottom: 50px;
}

.rev-list .item {
  padding-bottom: 15px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
  margin-bottom: 30px;
}

.rev-list .item.border {
  border: 1px solid #d3ab5f;
}

.rev-list .head {
  position: relative;
  height: 78px;
  line-height: 78px;
  margin: 0 15px;
  padding-left: 55px;
}

.rev-list .head img {
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  display: block;
  width: 40px;
  border-radius: 50%;
}

.rev-list .head h4.verified:after {
  display: inline-block;
  vertical-align: middle;
  background: url("../img/verified.png") 0 0 no-repeat;
  width: 30px;
  height: 33px;
  content: "";
  margin-left: 5px;
}

.rev-list .title-item {
  border-radius: 18px 18px 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 25px 0;
  background: #d3ab5f;
  background: -moz-linear-gradient(left, #d3ab5f 1%, #b0893f 50%, #d3ab5f 100%);
  background: -webkit-linear-gradient(
    left,
    #d3ab5f 1%,
    #b0893f 50%,
    #d3ab5f 100%
  );
  background: linear-gradient(to right, #d3ab5f 1%, #b0893f 50%, #d3ab5f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3ab5f', endColorstr='#d3ab5f', GradientType=1);
}

.rev-list .title-item:before {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  content: "";
}

.rev-list .item > img {
  display: block;
}

.rev-list .desc {
  padding: 20px 15px 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.rev-list .like {
  font-weight: 700;
  margin-bottom: 10px;
}

.rev-list .desc a {
  color: #60a7f2;
  text-decoration: none;
}

.rev-list .date {
  padding: 0 15px;
  color: #999;
  font-size: 15px;
  font-weight: 400;
}

.rev-list .video-container {
  border-radius: 0;
  background: #f2f6f8;
}

.rev-list .youtube .play {
  filter: alpha(opacity=80);
  opacity: 0.8;
  height: 78px;
  left: 50%;
  margin-left: -38px;
  margin-top: -39px;
  position: absolute;
  top: 50%;
  width: 75px;
  background: url("../img/play-icon.png") no-repeat;
  background-size: cover;
}

/*   s6   */

.s6 .result {
  margin-bottom: 50px;
}

.s6 .text {
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center;
}

.s6 .text p {
  margin-bottom: 20px;
}

.s6 .text p:last-child {
  margin-bottom: 0;
}

.order_list {
  padding: 0 20px 20px;
}

.order_list > li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 1.3em;
}

.order_list > li:last-child {
  margin-bottom: 0;
}

.order_list > li img {
  border-radius: 50%;
  margin-right: 20px;
  flex-shrink: 0;
}

.order_list > li p span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}

.order_block {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin: 20px 20px 0;
}

.order_block .title,
.order_block .title span {
  font-size: 27px;
}

.order_block .title {
  margin-bottom: 20px;
}

.order_block > p:not(:last-child) {
  margin-bottom: 20px;
}

/*   originality   */

.originality {
  position: relative;
  background: url("../img/originality-bg.jpg") 100% 0 no-repeat;
  height: 315px;
}

.originality .txt1 {
  height: 216px;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  padding: 25px 220px 0 40px;
}

.originality .txt1 p {
  margin-bottom: 20px;
}

.originality .txt1 p:nth-child(2) {
  font-size: 15px;
  line-height: 21px;
}

.originality .txt2 {
  font-size: 14px;
  line-height: 18px;
  color: rgba(37, 37, 37, 0.6);
  padding: 10px 225px 0 40px;
}

.originality .sticker {
  position: absolute;
  right: 95px;
  top: 125px;
  width: 130px;
  height: 130px;
  background: #fff;
  border: 1px solid #d3ab5f;
  border-radius: 50%;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  padding-top: 40px;
}

.originality .sticker span {
  display: block;
  font-size: 13px;
  font-weight: 700;
}

/*   order-info   */

.order-info {
  position: relative;
  z-index: 11;
  margin: 0 20px;
  padding: 30px 0 25px;
  box-shadow: 0 5px 54px rgba(170, 170, 170, 0.3);
  border-radius: 20px;
}

.order-info h2.title {
  font-size: 27px;
  line-height: 1em;
  margin-bottom: 20px;
}

.order-info ul {
  font-size: 0;
  text-align: center;
}

.order-info ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 17px;
  line-height: 24px;
  padding: 0 20px;
}

.order-info ul li img {
  display: block;
  margin: 0 auto 10px;
}

/*   security   */

.security {
  width: 320px;
  background: url("../img/security-icon.png") 0 50% no-repeat;
  padding-left: 80px;
  margin: 35px auto 0;
}

.security h4 {
  font-size: 17px;
  color: #1a834c;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.security p {
  font-size: 17px;
  line-height: 22px;
}

/*   footer   */

.footer {
  text-align: center;
  padding: 40px 0 30px;
}

.footer img {
  display: block;
  margin: 0 auto 15px;
}

.footer a {
  display: inline-block;
  font-size: 15px;
  color: #333;
  margin: 0 15px;
}

.footer a:hover {
  text-decoration: none;
}

.footer .rub {
  font-size: 14px;
  line-height: 16px;
  margin-top: 15px;
  color: #777;
}

.section_cont {
  border-radius: 20px;
  border: 6px solid #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto 30px;
}

.result_stats {
  padding-top: 15px;
}

.stats_title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 30px;
  text-align: center;
  padding: 0 20px;
}

.stats_list {
  display: flex;
}

.stats_list > li {
  padding: 0 20px;
  text-align: center;
}

.stats_list > li span {
  display: block;
  font-weight: 700;
  font-size: 65px;
  line-height: 1.1em;
  margin-bottom: 15px;
  color: #1a834c;
}

.stats_list > li:nth-child(1) {
  border-right: 1px solid #1a834c;
}
