.gradient {
  background: #5253dc;
  background: -moz-linear-gradient(left, #245ba4 0%, #1f2b9b 100%);
  background: -webkit-linear-gradient(left, #245ba4 0%, #1f2b9b 100%);
  background: linear-gradient(to right, #245ba4 0%, #1f2b9b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#245ba4', endColorstr='#1f2b9b', 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;
}

/* ===== ПРОФЕССИОНАЛЬНЫЙ ФУТЕР В СТИЛЕ САЙТА ===== */
.footer_section {
  background: linear-gradient(135deg, #1a2a4a 0%, #0f1a2f 100%);
  color: #e0e5f0;
  padding: 40px 0 20px;
  font-family: "Montserrat", Arial, sans-serif;
  position: relative;
  border-top: 3px solid #3b97de;
}

.footer_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #3b97de,
    #ffec1b,
    #3b97de,
    transparent
  );
}

.footer_container {
  max-width: 440px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer_brand {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(59, 151, 222, 0.3);
}

.footer_logo {
  display: block;
  font-size: 28px;
  font-weight: 900;
  font-family: "Akrobat", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(135deg, #fff, #3b97de);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 5px;
}

.footer_tagline {
  font-size: 13px;
  color: #a0b5d0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer_info {
  margin-bottom: 30px;
  text-align: center;
}

.footer_info p {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #c0d0e5;
}

.footer_info p.footer_company {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.footer_info p.footer_address {
  font-size: 13px;
  color: #a0b5d0;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.footer_info a {
  color: #ffec1b;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}

.footer_info a:hover {
  color: #fff;
  border-bottom-color: #ffec1b;
}

.footer_links {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(59, 151, 222, 0.2);
  border-bottom: 1px solid rgba(59, 151, 222, 0.2);
}

.footer_links_title {
  font-size: 16px;
  font-weight: 700;
  color: #3b97de;
  margin: 0 0 15px 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Akrobat", Arial, sans-serif;
}

.footer_links a {
  display: block;
  margin: 8px 0;
  color: #c0d0e5;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
}

.footer_links a:hover {
  color: #ffec1b;
  padding-left: 5px;
}

.footer_links a::before {
  content: "›";
  position: absolute;
  left: -10px;
  color: #3b97de;
  opacity: 0;
  transition: all 0.3s ease;
}

.footer_links a:hover::before {
  opacity: 1;
  left: -5px;
}

.footer_bottom {
  text-align: center;
  padding-top: 15px;
}

.footer_copyright {
  font-size: 12px;
  color: #7a8faa;
  margin: 0;
  padding: 0;
}

/* Адаптивность для мобильных */
@media (max-width: 480px) {
  .footer_section {
    padding: 30px 0 15px;
  }

  .footer_logo {
    font-size: 24px;
  }

  .footer_info p {
    font-size: 13px;
  }

  .footer_info p.footer_company {
    font-size: 15px;
  }

  .footer_address br {
    display: none;
  }
}
.field-error {
  max-width: 370px;
  margin: -10px auto 15px;
  padding: 12px 15px 12px 45px;
  background: rgba(59, 151, 222, 0.05)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233b97de'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'/%3E%3C/svg%3E")
    no-repeat 15px center;
  background-size: 20px;
  color: #1f2b9b;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  border-left: 3px solid #3b97de;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(31, 43, 155, 0.1);
  position: relative;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
}

/* Анимация появления */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.field-error {
  animation: slideIn 0.3s ease-out;
}

/* Для мобильной версии */
@media (max-width: 480px) {
  .field-error {
    width: 90%;
    padding: 10px 12px 10px 40px;
    background-position: 12px center;
    background-size: 18px;
    font-size: 12px;
  }
}

/* Стиль для ошибки под конкретным полем */
.field + .field-error {
  margin-top: -10px;
  margin-bottom: 15px;
}

/* Стиль для выделения поля с ошибкой */
.field.error {
  border-color: #3b97de;
  box-shadow: 0 0 0 2px rgba(59, 151, 222, 0.2);
}
