.gradient {
  background: #5253dc;
  background: -moz-linear-gradient(left, #244aa4 0%, #631f9b 100%);
  background: -webkit-linear-gradient(left, #244aa4 0%, #631f9b 100%);
  background: linear-gradient(to right, #244aa4 0%, #631f9b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#244aa4', endColorstr='#631f9b', GradientType=1);
}

/*   offer   */

.offer {
  padding: 0;
}

.offer .head {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
}

.offer .main-title {
  font-family: 'Akrobat', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 1.6px;
  margin-bottom: 12px;
}

.offer .main-title span{
  color: #ffec1b;
}

.offer .sub-title {
  font-size: 20px;
  letter-spacing: 0.9px;
}

.offer .box {
  position: relative;
}

.offer .sale {
  position: absolute;
  left: 32px;
  top: 130px;
  background: #ff0000;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
  font-size: 17px;
  line-height: 1.1em;
  text-align: center;
  padding-top: 20px;
  box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
}

.offer .sale b {
  display: block;
  font-size: 23px;
  line-height: 1.1em;
  font-weight: 900;
}

.offer .desc{
  width: 300px;
  padding: 5px;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 500;
}
.offer .desc>img{
  float: left;
}
.offer .desc>p{
  overflow: hidden;
  padding: 8px 0 0 15px;
  color: #5253dc;
}

.offer .check-list {
  margin-top: -20px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(230, 233, 255, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(230, 233, 255, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(230, 233, 255, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#99e6e9ff', GradientType=0);
}

.offer .stock {
  color: #fff;
  text-align: center;
  padding: 20px 0 30px;
}

.offer .stock b {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 3px;
  color: #222;
  background: #fff;
  border-radius: 50%;
}

section.offer .timer-block {
  padding: 20px 0;
}

.order-form {
  background: #e5eaff;
  margin-top: -20px;
  padding: 45px 0;
}

.order-txt {
  text-align: center;
  padding: 0 40px;
  margin-bottom: 30px;
}

.order-txt h4 {
  font-family: 'Akrobat', Arial, Helvetica, sans-serif;
  font-size: 37px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 10px;
}

.order-txt p {
  color: #333;
}

.order-txt p b {
  color: #3b91de;
}

.order-form .privat {
  width: 350px;
  margin: 20px auto 0;
  padding: 15px 20px 15px 87px;
  font-size: 15px;
  line-height: 21px;
  background: url("../img/privat.png") 15px 50% no-repeat;
  border: 1px dashed #8dc640;
  border-radius: 10px;
}

.order-form .privat2{
  border: 1px dashed #8dc640;
  border-radius: 10px;
  padding: 12px;
  width: 340px;
  margin: 20px auto 0;
  text-align: center;
}

/*   price   */

.price {
  width: 100%;
  height: 54px;
  position: absolute;
  right: 0;
  bottom: 20px;
}

.price > div {
  float: left;
  width: 50%;
}

.price .old {
  color: #fff;
  font-size: 0px;
  text-align: center;
  padding: 13px 35px 0 0;
}

.price .old .text{
  font-size: 14px;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  text-align: left;
}

.price .old>p{
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 24px;
  line-height: 1.1em;
  text-align: left;
}

.price .old span {
  text-decoration: line-through;
}

.price .old i {
  font-style: normal;
  font-size: 0.8em;
  text-transform: uppercase;
}

.price .new {
  text-align: center;
  padding-top: 6px;
  font-size: 0;
}

.price .new .text{
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  font-size: 14px;
  line-height: 1.2em;
  text-align: left;
  margin-right: 3px;
}

.price .new .number{
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.price .new span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  color: #222;
}

.price .new span i {
  font-style: normal;
  font-size: 0.8em;
  text-transform: uppercase;
}

.price .economy {
  font-size: 14px;
  line-height: 1em;
  color: #f00;
}

/*   check-list   */

.check-list {
  padding: 35px 75px 25px;
}

.check-list>li {
  font-size: 16px;
  background: url("../img/support/check.png") 0 0 no-repeat;
  min-height: 31px;
  padding: 2px 0 0 45px;
  margin-bottom: 18px;
}

.check-list>li:last-child {
  margin-bottom: 0;
}

/*   timer   */

.timer-block {
  padding: 30px 0;
  text-align: center;
}

.timer-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.timer-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 20px;
}

.timer-item:after {
  position: absolute;
  right: -40px;
  top: 0;
  display: block;
  width: 40px;
  content: ':';
}

.timer-item:last-child:after {
  display: none;
}

.timer-item .count,
.timer-item:after {
  line-height: 1em;
  font-size: 44px;
  font-weight: 700;
  color: #ffec1b;
}

.timer-item .text {
  font-size: 13px;
  color: #fff;
  line-height: 1em;
  padding-top: 5px;
}

/*   s1   */

.s1 .gif {
  display: block;
  margin-bottom: 25px;
}

.s1 img {
  display: block;
}

.s1 .txt {
  padding: 0 20px;
  margin-bottom: 30px;
  text-align: center;
}

.s1 h3 {
  text-align: center;
}

.s1 .check-list{
  padding: 0 25px;
}

.s1 .button-m{
  margin-top: 30px;
}

/*   s2   */

.s2 h2.title span {
  display: block;
}

/*   list-v1   */

.list-v1 {
  padding: 0 20px;
}

.list-v1 li {
  display: table;
  width: 100%;
  height: 220px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.24);
  margin-bottom: 30px;
}

.list-v1 img {
  display: block;
  width: 222px;
  max-width: 222px;
  height: 222px;
  border-radius: 25px 0 0 25px;
}

.list-v1 .txt {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 17px;
  line-height: 23px;
}

.list-v1 .txt h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}

.list-v1 .txt p {
  font-weight: 500;
  text-align: center;
}

/*   alert-v1   */

.alert-v1 {
  background: url("../img/alert-bg1.jpg") 0 0 no-repeat;
  height: 280px;
  padding: 85px 250px 0 10px;
  text-align: right;
}

.alert-v1 h4 {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
}

.alert-v1 p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

/*   s3   */

.s3 {
  padding-bottom: 0;
}

.s3 h2.title {
  margin-bottom: 20px;
}

.s3 h2.title span {
  display: block;
}

.s3 img {
  display: block;
  margin-bottom: 20px;
}

.s3 .button-m {
  margin: 30px auto 50px;
}

/*   char-list   */

.char-list li {
  padding: 13px 20px;
  font-size: 15px;
}

.char-list li:after {
  display: block;
  clear: both;
  content: '';
}

.char-list li:nth-child(even) {
  background: #e5eaff;
}

.char-list li span {
  display: block;
  float: left;
}

.char-list li b {
  display: block;
  float: right;
}

/*   reviews   */

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

.reviews .sub-title {
  color: #fff;
  text-align: center;
  padding: 0 50px;
  margin-bottom: 40px;
}

.reviews .sub-title b {
  color: #ffec1b;
}

.rev-list {
  padding: 0 20px;
  margin-bottom: 50px;
}

.rev-list .item {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.24);
  margin-bottom: 30px;
}

.rev-list .item > img {
  display: block;
  border-radius: 25px 25px 0 0;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.24);
  margin-bottom: 30px;
}

.rev-list .txt {
  text-align: center;
  padding: 0 20px 20px;
}

.rev-list .txt strong {
  display: block;
  margin-bottom: 20px;
}

.rev-list .author {
  font-weight: 500;
  text-align: center;
  padding: 30px 0;
  background: url("../img/support/quote.png") 50% 0 no-repeat;
}

/*   s4   */

.s4 {
  padding-bottom: 0;
}

.s4 h2.title {
  margin-bottom: 20px;
}

.s4 .sub-title {
  padding: 0 30px;
  margin-bottom: 30px;
  text-align: center;
}

.s4 > img {
  display: block;
}

.s4 .txt {
  background: #8dc640;
  text-align: center;
  color: #fff;
  padding: 20px;
}

/*   order-info   */

.order-info h2.title span {
  display: block;
}

.order-info ul li {
  padding: 0 20px 25px;
  margin-bottom: 25px;
  background: url("../img/support/hr.png") 50% 100% no-repeat;
}

.order-info ul li:last-child {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.order-info ul li:before {
  float: left;
  display: block;
  width: 72px;
  height: 72px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  content: '';
}

.order-info ul li:nth-child(1):before {
  background-image: url("../img/support/order-icon1.png");
}

.order-info ul li:nth-child(2):before {
  background-image: url("../img/support/order-icon2.png");
}

.order-info ul li:nth-child(3):before {
  background-image: url("../img/support/order-icon3.png");
}

.order-info ul li .txt {
  margin-left: 95px;
}

.order-info ul li .txt h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.order-info ul li .txt p {
  font-size: 16px;
}

/*   footer   */

.footer {
  text-align: center;
  padding: 40px 0 30px;
}

.footer img {
  display: block;
  margin: 0 auto 15px;
}

.footer a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  margin: 0 10px;
}

.footer a:hover {
  text-decoration: none;
}


/*s25*/
.s25{
  padding-bottom: 10px;
}
.step_list{
  padding: 0 40px;
  margin-bottom: 50px;
}
.step_list>li{
  position: relative;
  padding-left: 66px;
  margin-bottom: 25px;
  font-weight: 500;
}
.step_list>li:last-child{
  margin-bottom: 0;
}
.step_list>li>span{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #81b70d;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
}

.s25>img{
  display: block;
  margin: 0 auto 35px;
}

.price-line {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  font-family: Arial, sans-serif;
  font-weight: bold;
  /* border-radius: 6px; */
  overflow: hidden;
  color: #fff;
  background: linear-gradient(90deg, #3a3bb3, #3b97de); /* градиент */
  max-width: 600px;
  margin: -7px auto;
  text-align: center;
}

.price-line > div {
  flex: 1;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.value {
  font-size: 22px;
}

.cross {
  text-decoration: line-through;
}

.discount {
  background: linear-gradient(to bottom, rgba(255, 236, 27, 1) 0%, rgba(255, 188, 27, 1) 100%);
  color: #5253dc;
  font-size: 32px;
}

.new-price {
  /* background: #e60000; */
  color: #fff;
}

.new-price .value {
  font-size: 26px;
}