@-webkit-keyframes fadeInTop {
  0% {
    -webkit-transform: translatey(-100%);
    transform: translatey(-100%);
  }

  to {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@keyframes fadeInTop {
  0% {
    -webkit-transform: translatey(-100%);
    transform: translatey(-100%);
  }

  to {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@-webkit-keyframes fadeOutTop {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    -webkit-transform: translatey(-200%);
    transform: translatey(-200%);
  }
}

@keyframes fadeOutTop {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    -webkit-transform: translatey(-200%);
    transform: translatey(-200%);
  }
}

.container,
body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Montserrat-Regular";
  color: #333;
}

body.no-scroll {
  overflow-y: hidden;
}

* {
  box-sizing: border-box;
  outline: 0;
}

:focus {
  outline: 0;
}

a,
button,
fieldset,
li {
  border: 0;
  color: inherit;
  box-shadow: none;
  background: 0 0;
  padding: 0;
  list-style: none;
}

a,
button,
fieldset {
  outline: 0;
  cursor: pointer;
}

li {
  cursor: default;
}

a,
a:hover,
button,
button:hover,
fieldset,
fieldset:hover,
input,
li,
li:hover,
textarea {
  text-decoration: none;
}

a:active,
button:active,
fieldset:active,
input:active,
li,
li:active,
textarea:active {
  outline: 0;
}

button {
  font-family: inherit;
}

input,
textarea {
  border: 0;
  color: inherit;
  outline: 0;
  list-style: none;
  box-shadow: none;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Montserrat-Regular";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -webkit-transition: all .3s;
  transition: all .3s;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -moz-transition: all .3s;
  transition: all .3s;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -ms-transition: all .3s;
  transition: all .3s;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -ms-transition: all .3s;
  transition: all .3s;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  transition: all .3s;
}

textarea {
  resize: none;
  max-height: 100%;
  padding-right: 5px;
  overflow-y: auto;
  overflow-x: visible;
  scrollbar-color: #f13935 #f5f5f5;
  scrollbar-width: thin;
}

textarea::-webkit-scrollbar {
  width: 4px;
}

textarea::-webkit-scrollbar-track {
  background: #f5f5f5;
}

textarea::-webkit-scrollbar-thumb {
  background: #f13935;
}

body,
html {
  height: 100%;
}

main {
  min-height: 100%;
}

b {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

img,
small {
  max-width: 100%;
}

img {
  border: 0;
  outline: 0;
  max-width: 100%;
  height: auto;
}

small {
  display: block;
}

.input-wrapper,
.input-wrapper p,
picture {
  display: flex;
}

.menu li,
.underline:before,
svg {
  transition: all .3s;
}

input[type=submit] {
  cursor: pointer;
}

.link-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.underline {
  position: relative;
}

.underline:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: 0 0;
}

.form__icon {
  flex-grow: 0;
  flex-shrink: 0;
}

.form__check {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form__check a:hover,
.text-block a {
  text-decoration: underline;
}

.form__check.error .form__icon {
  border-color: #c00;
}

.form__check.error .form__text,
.form__check.error .form__text a {
  color: #c00;
}

.text-block h1 {
  text-align: center;
}

.text-block h1,
.text-block h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-family: "Montserrat-Bold";
}

.text-block h3 {
  margin-bottom: 25px;
  font-family: "Montserrat-Medium";
  font-size: 26px;
}

.text-block p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: calc(22.5/16);
}

.text-block ol,
.text-block ul {
  padding-bottom: 20px;
  padding-left: 40px;
}

.text-block ol li,
.text-block ul li {
  position: relative;
  padding-left: 20px;
}

.text-block ol li:not(:last-child),
.text-block ul li:not(:last-child) {
  margin-bottom: 10px;
}

.text-block ol li:before,
.text-block ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  width: 8px;
  height: 8px;
  background: #f13935;
  border-radius: 50%;
}

.text-block b,
.text-block strong {
  font-family: "Montserrat-Bold";
}

.text-block blockquote {
  padding: 40px;
  font-size: 18px;
  line-height: 1.4;
  background: #c2c2c2;
}

.text-block mark {
  background: #f35a56;
}

.wrapper {
  min-height: 100%;
  display: grid;
  grid-template: auto 1fr auto/minmax(320px,1fr);
}

.is-closing {
  z-index: 1!important;
}

.menu-link {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  background: 0 0;
  border-radius: 4px;
  transition: .4s;
}

.menu-link_active .menu-lines {
  background: 0 0;
}

.menu-link_active .menu-lines:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.menu-link_active .menu-lines:before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.menu-lines,
.menu-lines:after,
.menu-lines:before {
  position: absolute;
  width: 30px;
  height: 2.5px;
  background-color: #f13935;
  transition: .4s;
}

.menu-lines {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.menu-lines:before {
  content: '';
  top: -9px;
}

.menu-lines:after {
  content: '';
  top: 9px;
}

.section {
  padding: 80px 0;
}

.section-bg {
  margin-bottom: 50px;
  margin-top: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8f9fa;
}

.title {
  margin-bottom: 70px;
  font-size: 36px;
  font-family: "Montserrat-Bold";
  line-height: calc(44/36);
}

.title strong {
  font-family: "Montserrat-Medium";
}

.button {
  min-width: 238px;
  min-height: 60px;
  padding: 5px 10px;
  font-size: 18px;
  background: #f13935;
  font-family: "Montserrat-Bold";
  color: #fff;
  border-radius: 10px;
  transition: all .3s;
}

.form form,
input:not([type=radio]) {
  width: 100%;
}

.form .input-wrapper {
  gap: 30px;
  justify-content: center;
}

.form .input-wrapper>* {
  width: 100%;
  max-width: 285px;
}

.form__small {
  margin-top: 30px;
  font-size: 14px;
  line-height: calc(17/14);
}

input:not([type=radio]) {
  padding-left: 30px;
  padding-right: 30px;
  height: 60px;
  font-size: 14px;
}

input:not([type=submit]) {
  border: 1px solid #f13935;
  border-radius: 10px;
}
input[type=radio] {
  border: none;
}
span input[type=tel] {
  width:230px;
}

.popup,
.popup__dialog {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: none;
  overflow: hidden;
  color: white;
  background: rgba(0,0,0,.9);
}

.popup__dialog {
  display: flex;
}

.popup__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 95%;
  width: 697px;
  max-width: 90%;
  padding: 90px 110px;
  background: #fff;
  overflow-y: auto;
  border-radius: 10px;
  transition: all .3s;
}

.popup__title {
  margin-bottom: 20px;
  font-size: 36px;
  font-family: "Montserrat-Bold";
  text-align: center;
  color: #2f343a;
}

.popup__title::first-letter {
  text-transform: uppercase;
}

.popup__subtitle {
  margin-bottom: 44px;
  font-size: 16px;
  line-height: calc(24/16);
  color: rgba(51,51,51,.7);
  text-align: center;
}

.popup__form .input-wrapper {
  gap: 15px;
  flex-direction: column;
}

.popup__form input:not([type=submit]) {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  font-size: 14px;
  color: #2f343a;
  color: rgba(51,51,51,.6);
}

.popup__form small {
  margin-top: 15px;
  font-size: 12px;
  color: #2e3b42;
  text-align: center;
  line-height: calc(16/12);
  opacity: .7;
}

.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transition: all .3s;
}

.popup__close svg {
  width: 27px;
  height: 27px;
  fill: #f13935;
}

.popup-thank .popup__content svg {
  margin-bottom: 23px;
  width: 44px;
  height: 44px;
  fill: #f13935;
}

/* Общие стили для шапки */
.header {
    position: relative;
    background: #fff;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,0.9));
    z-index: 0;
}

/* Фиксированная шапка */
.header__top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    backdrop-filter: blur(8px);
    height: 70px;
}

.header__top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0 30px;
}

.header__logo {
    flex-shrink: 0;
    width: 160px;
    transition: transform 0.3s;
}

.header__logo:hover {
    transform: translateY(-2px);
}

.header__contacts {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header__work-time {
    font-size: 14px;
    color: #666;
}

.header__phone {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding: 8px 20px;
    border-radius: 30px;
    background: rgba(241,57,53,0.1);
    transition: all 0.3s;
}

.header__phone:hover {
    background: #f13935;
    color: #fff;
}

.header__phone svg {
    width: 20px;
    height: 20px;
    fill: #f13935;
    transition: fill 0.3s;
}

.header__phone:hover svg {
    fill: #fff;
}

/* Основной контент шапки */
.header__main {
    padding-top: 130px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.98) 100%);
    position: relative;
    overflow: hidden;
}

.header__grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}

.header__content {
    position: relative;
    z-index: 2;
    max-width: 670px;
}

.header__title {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #333;
    font-weight: 800;
    font-family: "Montserrat-Bold";
}

.header__accent {
    color: #f13935;
    position: relative;
}

.header__accent::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 6px;
    background: rgba(241,57,53,0.2);
    z-index: -1;
}

.header__subtitle {
    font-size: 20px;
    line-height: 1.4;
    color: #1f99d0;
    margin-bottom: 30px;
    font-weight: 600;
}

/* Форма */
.header__form-wrapper {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
    padding: 25px; /* Уменьшаем внутренние отступы */
    position: relative;
    z-index: 2;
    width: 100%; /* Гарантируем полную ширину */
}

.header__form-timer {
    text-align: center;
    margin-bottom: 20px; /* Уменьшаем отступ */
    padding: 12px; /* Уменьшаем внутренние отступы */
    background: rgba(241,57,53,0.05);
    border-radius: 12px;
}

.header__form-timer-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.header__form-timer-value {
    font-size: 36px;
    font-weight: 800;
    color: #f13935;
    letter-spacing: 2px;
}

.header__form-input {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.header__form-input:focus {
    border-color: #f13935;
    box-shadow: 0 0 0 3px rgba(241,57,53,0.1);
}

.header__form-button {
    width: 100%;
    height: 60px;
    background: linear-gradient(45deg, #f13935, #ff5b57);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 15px;
}

.header__form-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(241,57,53,0.3);
}

.header__form-note {
    font-size: 12px;
    color: #999;
    text-align: center;
}

/* Адаптивность */
@media (max-width: 1200px) {
    .header__grid {
        grid-template-columns: 1fr 370px;
        gap: 30px;
    }
    .header__content {
      padding-right: 20px;
  }
}

@media (max-width: 991px) {
    .header__grid {
        grid-template-columns: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
    .header__content {
      padding-right: 0;
  }
  .header__form-wrapper {
    margin-left: 0!important;
    margin-top: 0!important;
}
}

@media (max-width: 768px) {
    .header__top {
        height: 60px;
    }
    
    .header__top-inner {
        height: 60px;
        padding: 0 15px;
    }
    
    .header__logo {
        width: 120px;
    }
    
    .header__work-time {
        display: none;
    }
    
    .header__phone {
        font-size: 16px;
        padding: 6px 15px;
    }
    
    .header__main {
        padding-top: 100px;
    }
    
    .header__title {
        font-size: 32px;
        text-align: center;
    }
    
    .header__subtitle {
        font-size: 18px;
        text-align: center;
    }
    
    .header__form-wrapper {
        padding: 20px;
    }
    
    .header__form-timer-value {
        font-size: 32px;
    }
    
    .header__form-button {
        width: 100%;
    }
}

.header__col {
  flex: 1;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.header__subtitle {
  font-size: 20px;
  line-height: 1.5;
  color: #444;
  font-weight: 500;
  margin-bottom: 30px;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}

.header__list {
  background: rgba(255,255,255,0.7);
  padding: 20px 25px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 30px;
}

.header__img {
  max-width: 45%;
  margin-right: -30px;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.2));
  animation: float 6s ease-in-out infinite;
  object-fit: contain;
  align-self: center;
  transform: translateZ(0);
  will-change: transform;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.header__discont {
  font-size: 120%;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer {
  padding-bottom: 40px;
  padding-top: 0;
}

.footer__tel,
.footer__top {
  display: flex;
  align-items: center;
}

.footer__top {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.footer__tel {
  gap: 21px;
  font-size: 18px;
  font-family: "Montserrat-Bold";
}

.footer__tel svg {
  width: 34px;
  height: 34px;
  fill: #f13935;
}

.footer__bottom {
  margin-top: 10px;
  text-align: center;
}

.footer__policy {
  text-decoration: underline;
  font-size: 13px;
  color: #f13935;
  font-family: "Montserrat-Medium";
}

.footer__logo {
  display: flex;
}

.footer__bottom {
  font-size: 10px;
  line-height: calc(17/14);
  color: rgba(51,51,51,.7);
}

.breakage__title {
  margin-bottom: 50px;
}

.breakage__subtitle {
  font-size: 24px;
  line-height: calc(30/24);
  font-family: "Montserrat-SemiBold";
  margin-bottom: 50px;
}

.breakage-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.breakage__item {
  gap: 17px;
  width: calc(25% - var(--gap)/4*3);
  padding: 27px;
  display: flex;
  align-items: flex-start;
  background: #ececec;
  border-radius: 10px;
  transition: all .3s;
}

.breakage__item-title {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  line-height: calc(19.5/16);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label {cursor: pointer; display:flex;}
.radioknopka {
  margin-right: 15px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 26px;
  width: 26px;
  height: 26px;
  padding: 3px;
  margin-top: -2px;
}

input[type="radio" i] {
  cursor: pointer;
}

input[type='radio']:after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: -2px;
  left: -1px;
  position: relative;
  background: 0 0;
  transition: all .3s;
  content: '';
  display: inline-block;
  visibility: visible;
  border-style: solid;
  border-color: #f13935;
  border-width: 3px;
}

input[type='radio']:checked:after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: -2px;
  left: -1px;
  position: relative;
  background: #f13935;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 3px solid white;
}

.breakage__item-icon {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 26px;
  width: 26px;
  height: 26px;
  padding: 3px;
  margin-top: -2px;
  border-radius: 50%;
  border-style: solid;
  border-color: #f13935;
  border-width: 4px;
}

.breakage__item-icon:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background: 0 0;
  transition: all .3s;
}

.breakage__item.active .breakage__item-icon:after {
  background: #f13935;
}

.breakage__form {
  margin-top: 40px;
  text-align: center;
}

.breakage__form .input-wrapper {
  max-width: 400px;
  margin: 0 auto;
}

.breakage__form .form__small {
  margin-top: 15px;
}

.features-wrapper {
  display: flex;
  flex-wrap: wrap;
  --gap: 95px;
  gap: var(--gap);
}

.features__item {
  width: calc(50% - var(--gap)/2*1);
  max-width: 475px;
}

.features__item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  margin-bottom: 40px;
  padding: 24px 27px;
  font-size: 24px;
  line-height: calc(29/24);
  font-family: "Montserrat-SemiBold";
  background: #f5f5f5;
  border-radius: 10px;
}

.features__item-title svg {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
  flex-grow: 0;
  flex-shrink: 0;
}

.features__item-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 18px;
  line-height: calc(22/18);
}

.features__item-list li {
  position: relative;
  padding-left: 81px;
  font-family: "Montserrat-Medium";
}

.features__item-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 44px;
  height: 4px;
}

.features__item_plus .features__item-title svg {
  fill: #00ba3f;
}

.features__item_plus .features__item-list li:before {
  background: url(../images/plus.svg) center/contain no-repeat;
}

.features__item_minus .features__item-title svg {
  fill: #f13935;
}

.features__item_minus .features__item-list li:before {
  background: url(../images/minus.svg) center/contain no-repeat;
}

.offer {
  position: relative;
  overflow: hidden;
}

.offer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.9));
  z-index: 1;
}

.offer-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}

.offer__title {
  margin-bottom: 40px;
  font-size: 32px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.offer__call {
  color: #f13935;
  font-size: 28px;
  margin-bottom: 30px;
  font-family: "Montserrat-Bold";
}

.offer__tel {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 56px;
  padding: 15px 30px;
  background: rgba(241,57,53,0.1);
  border: 2px solid #f13935;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.offer__tel:hover {
  background: #f13935;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(241,57,53,0.2);
}

.offer__tel svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.offer__tel span {
  color: #fff;
  font-size: 24px;
  font-family: "Montserrat-Bold";
}

.offer-wrapper .offer__form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.offer-wrapper .offer__form .input-wrapper {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.offer-wrapper .offer__form input[type="tel"] {
    height: 60px;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    width: 100%;
    background: #fff;
}

.offer-wrapper .offer__form .button {
    height: 60px;
    width: 100%;
    border-radius: 10px;
    background: #f13935;
    color: #fff;
    font-weight: 600;
}

/* Адаптивность */
@media (max-width: 768px) {
    .offer-wrapper .offer__form {
        padding: 20px;
        margin: 0 15px;
    }

    .offer-wrapper .offer__form .input-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .offer-wrapper .offer__form input[type="tel"],
    .offer-wrapper .offer__form .button {
        width: 100%;
    }
}

.price-wrapper {
  display: flex;
  flex-wrap: wrap;
  --gap: 22px;
  gap: var(--gap);
}

.price__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: calc(50% - var(--gap)/2*1);
  font-size: 18px;
  line-height: calc(24/18);
}

.price__item-right {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 120px;
  font-family: "Montserrat-Bold";
  color: #1f97ce;
  text-align: right;
}

.price__item .line {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 129px;
  align-self: flex-end;
  height: 1px;
  background: rgba(51,51,51,.1);
}

@media (min-width:576px) {
  .container {
    width: 520px;
    padding: 0;
  }
}

@media (min-width:768px) {
  .container {
    width: 750px;
  }
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

@media (max-width:1199px) {
  .text-block h1,
  .text-block h2 {
    margin-bottom: calc(20px + 10*((100vw - 320px)/1600));
    font-size: calc(23px + 7*((100vw - 320px)/1600));
  }

  .text-block h3 {
    margin-bottom: calc(15px + 10*((100vw - 320px)/1600));
    font-size: calc(18px + 8*((100vw - 320px)/1600));
  }

  .text-block p {
    margin-bottom: calc(10px + 10*((100vw - 320px)/1600));
    font-size: calc(15px + 1*((100vw - 320px)/1600));
  }

  .text-block ol,
  .text-block ul {
    padding-bottom: calc(10px + 10*((100vw - 320px)/1600));
    padding-left: calc(30px + 10*((100vw - 320px)/1600));
  }

  .text-block ol li,
  .text-block ul li {
    padding-left: calc(17px + 3*((100vw - 320px)/1600));
  }

  .text-block ol li:not(:last-child),
  .text-block ul li:not(:last-child) {
    margin-bottom: calc(5px + 5*((100vw - 320px)/1600));
  }

  .text-block ol li:before,
  .text-block ul li:before {
    width: calc(6px + 2*((100vw - 320px)/1600));
    height: calc(6px + 2*((100vw - 320px)/1600));
  }

  .text-block blockquote {
    padding: calc(15px + 25*((100vw - 320px)/1600));
    font-size: calc(15px + 3*((100vw - 320px)/1600));
  }

  .section {
    padding-bottom: calc(25px + 25*((100vw - 320px)/1600));
    padding-top: calc(25px + 25*((100vw - 320px)/1600));
  }

  .section-bg {
    margin-bottom: calc(25px + 25*((100vw - 320px)/1600));
    margin-top: calc(25px + 25*((100vw - 320px)/1600));
    padding-bottom: calc(25px + 25*((100vw - 320px)/1600));
    padding-top: calc(25px + 25*((100vw - 320px)/1600));
  }

  .title {
    margin-bottom: calc(25px + 45*((100vw - 320px)/1600));
    font-size: calc(21px + 15*((100vw - 320px)/1600));
  }

  .button {
    min-width: calc(140px + 98*((100vw - 320px)/1600));
    min-height: calc(40px + 20*((100vw - 320px)/1600));
    font-size: calc(12px + 6*((100vw - 320px)/1600));
  }

  .form .input-wrapper {
    gap: calc(10px + 20*((100vw - 320px)/1600));
  }

  .form .input-wrapper>* {
    max-width: calc(250px + 35*((100vw - 320px)/1600));
  }
  
    .breakage__form .input-wrapper {
    max-width: 100%;
}

  .form__small {
    margin-top: calc(12px + 18*((100vw - 320px)/1600));
    font-size: calc(13px + 1*((100vw - 320px)/1600));
  }

  input {
    padding-left: calc(15px + 15*((100vw - 320px)/1600));
    padding-right: calc(15px + 15*((100vw - 320px)/1600));
    height: calc(48px + 12*((100vw - 320px)/1600));
  }

  .popup__content {
    padding: calc(30px + 60*((100vw - 320px)/1600)) calc(30px + 80*((100vw - 320px)/1600));
  }

  .popup__title {
    margin-bottom: calc(10px + 10*((100vw - 320px)/1600));
    font-size: calc(22px + 14*((100vw - 320px)/1600));
  }

  .popup__subtitle {
    margin-bottom: calc(10px + 34*((100vw - 320px)/1600));
    font-size: calc(15px + 1*((100vw - 320px)/1600));
  }

  .popup__form .input-wrapper {
    gap: calc(10px + 5*((100vw - 320px)/1600));
  }

  .popup__form input:not([type=submit]) {
    height: calc(48px + 12*((100vw - 320px)/1600));
    font-size: calc(13px + 1*((100vw - 320px)/1600));
  }

  .popup__form small {
    margin-top: calc(10px + 5*((100vw - 320px)/1600));
    font-size: calc(10px + 2*((100vw - 320px)/1600));
  }

  .popup__close svg {
    width: calc(21px + 6*((100vw - 320px)/1600));
    height: calc(21px + 6*((100vw - 320px)/1600));
  }

  .popup-thank .popup__content svg {
    margin-bottom: calc(15px + 8*((100vw - 320px)/1600));
    width: calc(33px + 11*((100vw - 320px)/1600));
    height: calc(33px + 11*((100vw - 320px)/1600));
  }

  .header {
    margin-bottom: calc(25px + 25*((100vw - 320px)/1600));
  }

  .header__logo {
    flex-basis: calc(120px + 58*((100vw - 320px)/1600));
    max-width: calc(120px + 58*((100vw - 320px)/1600));
  }

  .header__right {
    gap: calc(20px + 123*((100vw - 320px)/1600));
  }

  .header__call {
    gap: calc(14px + 7*((100vw - 320px)/1600));
  }

  .header__call-icon {
    width: calc(25px + 9*((100vw - 320px)/1600));
    height: calc(25px + 9*((100vw - 320px)/1600));
  }

  .header__call-right {
    max-width: calc(150px + 25*((100vw - 320px)/1600));
  }

  .header__call-text {
    font-size: calc(12px + 2*((100vw - 320px)/1600));
  }

  .header__tel {
    font-size: calc(16px + 2*((100vw - 320px)/1600));
  }

  .header__col {
    padding-bottom: calc(20px + 80*((100vw - 320px)/1600));
  }

  .header__title {
    margin-bottom: calc(20px + 29*((100vw - 320px)/1600));
    font-size: calc(24px + 20*((100vw - 320px)/1600));
  }

  .header__subtitle {
    margin-bottom: calc(20px + 40*((100vw - 320px)/1600));
    font-size: calc(17px + 7*((100vw - 320px)/1600));
  }

  .header__list {
    margin-bottom: calc(20px + 40*((100vw - 320px)/1600));
    gap: calc(11px + 7*((100vw - 320px)/1600));
    font-size: calc(15px + 3*((100vw - 320px)/1600));
  }

  .header__list li {
    padding-left: calc(28px + 12*((100vw - 320px)/1600));
  }

  .header__list li:before {
    width: calc(18px + 6*((100vw - 320px)/1600));
    height: calc(18px + 6*((100vw - 320px)/1600));
  }

  .header__img {
    max-width: calc(250px + 146*((100vw - 320px)/1600));
  }

  .footer__tel {
    gap: calc(12px + 9*((100vw - 320px)/1600));
    font-size: calc(16px + 2*((100vw - 320px)/1600));
  }

  .footer__tel svg {
    width: calc(25px + 9*((100vw - 320px)/1600));
    height: calc(25px + 9*((100vw - 320px)/1600));
  }

  .footer__bottom {
    font-size: calc(10px + 1*((100vw - 320px)/1600));
  }

  .breakage__title {
    margin-bottom: calc(25px + 25*((100vw - 320px)/1600));
  }

  .breakage__subtitle {
    font-size: calc(17px + 7*((100vw - 320px)/1600));
    margin-bottom: calc(15px + 35*((100vw - 320px)/1600));
  }

  .breakage__item {
    gap: calc(10px + 7*((100vw - 320px)/1600));
  }

  .breakage__item {
    padding: calc(15px + 12*((100vw - 320px)/1600));
  }

  .breakage__item-title {
    font-size: calc(15px + 1*((100vw - 320px)/1600));
  }

  .breakage__item-icon {
    flex-basis: calc(20px + 6*((100vw - 320px)/1600));
    width: calc(20px + 6*((100vw - 320px)/1600));
    height: calc(20px + 6*((100vw - 320px)/1600));
    padding: calc(2px + 1*((100vw - 320px)/1600));
    border-width: calc(3px + 1*((100vw - 320px)/1600));
  }

  .breakage__form {
    margin-top: calc(20px + 40*((100vw - 320px)/1600));
  }

  .features-wrapper {
    --gap: 60px;
  }

  .features__item-title {
    gap: calc(10px + 28*((100vw - 320px)/1600));
    margin-bottom: calc(20px + 20*((100vw - 320px)/1600));
    padding: calc(12px + 12*((100vw - 320px)/1600)) calc(15px + 12*((100vw - 320px)/1600));
    font-size: calc(17px + 7*((100vw - 320px)/1600));
  }

  .features__item-title svg {
    width: calc(22px + 10*((100vw - 320px)/1600));
    height: calc(22px + 10*((100vw - 320px)/1600));
    flex-basis: calc(22px + 10*((100vw - 320px)/1600));
  }

  .features__item-list {
    gap: calc(12px + 18*((100vw - 320px)/1600));
    font-size: calc(15px + 3*((100vw - 320px)/1600));
  }

  .features__item-list li {
    padding-left: calc(36px + 45*((100vw - 320px)/1600));
  }

  .features__item-list li:before {
    top: calc(8px + -3*((100vw - 320px)/1600));
    width: calc(25px + 19*((100vw - 320px)/1600));
    height: calc(3px + 1*((100vw - 320px)/1600));
  }

  .offer__title {
    margin-bottom: calc(15px + 25*((100vw - 320px)/1600));
  }

  .offer .form__text,
  .offer__call,
  .offer__subtitle,
  .offer__tel {
    font-size: calc(16px + 8*((100vw - 320px)/1600));
  }

  .offer__subtitle {
    margin-bottom: calc(20px + 20*((100vw - 320px)/1600));
  }

  .offer__call {
    margin-bottom: calc(10px + 10*((100vw - 320px)/1600));
  }

  .offer__tel {
    margin-bottom: calc(15px + 41*((100vw - 320px)/1600));
    gap: calc(12px + 16*((100vw - 320px)/1600));
  }

  .offer__tel svg {
    width: calc(25px + -1*((100vw - 320px)/1600));
    height: calc(25px + -1*((100vw - 320px)/1600));
  }

  .offer__form .form__text {
    margin-bottom: calc(15px + 27*((100vw - 320px)/1600));
  }

  .price-wrapper {
    --gap: 20px;
  }

  .price__item {
    font-size: calc(13px + 5*((100vw - 320px)/1600));
  }

  .price__item-right {
    flex-basis: calc(95px + 25*((100vw - 320px)/1600));
  }

  .price__item .line {
    flex-basis: calc(100px + 29*((100vw - 320px)/1600));
  }
}

@media (max-width:991px) {
 
  .menu-link {
    display: block;
  }

  .header__top-wrapper {
    min-height: 71px;
  }

  .header__img {
    display: none;
  }

  .header {
    padding-top: 0;
  }

  .header__top-wrapper {
    padding: 8px 0;
  }

  .header__right {
    gap: 20px;
  }

  .header__call {
    align-items: center;
  }

  .header__call-icon {
    background: #fff;
    border-radius: 50px;
  }

  .header__call-text {
    display: none;
  }

  .footer__policy {
    width: 100%;
    order: 3;
    text-align: center;
  }

  .breakage__item {
    width: calc(33.33333% - var(--gap)/3*2);
  }

  .features-wrapper {
    --gap: 40px;
  }

  .features__item {
    width: calc(100% - var(--gap)/1*0);
  }

  .price-wrapper {
    --gap: 15px;
  }

  .price__item {
    width: calc(100% - var(--gap)/1*0);
  }

  .price__item {
    font-size: calc(15px + 1*((100vw - 320px)/671));
    gap: 14px;
  }

  .price__item .line {
    flex-basis: calc(60px + 50*((100vw - 320px)/671));
  }
}

@media (max-width:991px) and (max-width:1199px) {
  .header__right {
    gap: calc(10px + 10*((100vw - 320px)/1600));
  }
}

@media (max-width:767px) {
  body {
    padding-top: 60px;
  }

  .header__top-wrapper {
    min-height: 60px;
  }

  .header__top {
    gap: 5px;
  }

  .header__button {
    display: none;
  }

  .header__call-icon {
    width: 35px;
    height: 35px;
  }

  .footer__top {
    flex-direction: column;
  }

  .breakage__item {
    width: calc(50% - var(--gap)/2*1);
  }

  .features-wrapper {
    --gap: 25px;
  }

  .features__item-list {
    line-height: 1.5;
  }
}

@media (max-width:767px) and (max-width:1199px) {
  .header__call-icon {
    width: calc(30px + 5*((100vw - 320px)/1600));
    height: calc(30px + 5*((100vw - 320px)/1600));
  }
}

@media (max-width:575px) {
  body {
    padding-top: 50px;
  }

  .section-bg {
    margin: 0 auto;
  }

  .bg {
    background-image: url(../images/header-bg-575.jpg)!important;
  }

  .form .input-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .form .input-wrapper>* {
    max-width: 100%;
  }
  
  span input[type=tel] {
  width:100%;
}

  .form__small {
    text-align: center;
  }

  .popup__dialog {
    width: 400px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }

  .popup__content {
    padding: 30px 40px;
  }

  .header__top-wrapper {
    min-height: 50px;
  }

  .breakage-wrapper {
    --gap: 10px;
  }

  .breakage__item {
    width: calc(100% - var(--gap)/1*0);
  }

  .features {
    background: #f5f5f5!important;
  }

  .features__item-title {
    background: #fff;
  }

  .price__item-right {
    flex-basis: 110px;
  }

  .price__item .line {
    display: none;
  }
}

@media (max-width:575px) and (max-width:1199px) {
  .popup__content {
    padding-left: calc(15px + 25*((100vw - 320px)/1600));
    padding-right: calc(15px + 25*((100vw - 320px)/1600));
  }
}

@media (max-width:375px) {
  .header__call-icon {
    display: none;
  }
}

@media not all and (min-resolution:.001dpcm) {
  input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
  }
}

@media (any-hover:hover) {
  .underline:hover:before {
    background: #f13935;
  }

  .button:hover {
    background: #ef1814;
  }

  .popup__close:hover svg {
    fill: #ef1814;
  }

  .breakage__item:hover {
    background: #e3e3e3;
  }
}
@supports (-webkit-appearance:none){
.header__list li:before{background:url(../images/check.png) center/contain no-repeat}
.features__item_plus .features__item-list li:before{background:url(../images/plus.svg) center/contain no-repeat}
.features__item_minus .features__item-list li:before{background:url(../images/minus.svg) center/contain no-repeat}
}

 @media (min-width:576px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width:768px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width:992px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width:1200px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width:1199px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width:991px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width:991px) and (max-width:1199px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width:767px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width:767px) and (max-width:1199px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width:575px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width:575px) and (max-width:1199px){

@supports (-webkit-appearance:none){

}

}

 @media not all and (min-resolution:.001dpcm){

@supports (-webkit-appearance:none){

}

}

@media (any-hover:hover){

@supports (-webkit-appearance:none){

}

}

.form-fail {display:none; margin-top: 10px; padding: 5px; color: red; font-weight: 700; background-color: white;}

/* Статистика в шапке */
.header__stats {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.header__stat-item {
    text-align: center;
    color: #fff;
}

.header__stat-number {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}

.header__stat-text {
    font-size: 14px;
}

/* Таймер */
.header__timer {
    margin-top: 20px;
    text-align: center;
    color: #fff;
}

.header__timer-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.header__timer-countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.header__timer-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 8px;
    min-width: 80px;
}

.header__timer-item span {
    font-size: 32px;
    font-weight: bold;
}

.header__timer-label {
    font-size: 12px;
    margin-top: 5px;
}

/* Сертификаты */
.certificates__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.certificates__item {
    text-align: center;
}

.certificates__item img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.certificates__description {
    margin-top: 15px;
    font-size: 14px;
}

/* Частые проблемы */
.problems__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.problems__item {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(241,57,53,0.1);
}

.problems__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(241,57,53,0.1);
}

.problems__icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(241,57,53,0.1);
    border-radius: 50%;
}

.problems__icon svg {
    width: 100%;
    height: 100%;
    stroke: #f13935;
}

.problems__name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.problems__solution p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.problems__solution p strong {
    color: #333;
    font-weight: bold;
}

/* Адаптивность */
@media (max-width: 768px) {
    .header__stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .header__timer-countdown {
        flex-wrap: wrap;
    }
    
    .certificates__wrapper,
    .problems__wrapper {
        grid-template-columns: 1fr;
    }
}

/* Статистика */
.stats__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    text-align: center;
}

.stats__item {
    padding: 30px;
    background: #f5f5f5;
    border-radius: 10px;
    transition: all 0.3s;
}

.stats__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.stats__number {
    font-size: 48px;
    font-weight: bold;
    color: #f13935;
    margin-bottom: 10px;
}

.stats__text {
    font-size: 16px;
    line-height: 1.4;
}

/* Процесс работы */
.process__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
	margin: 15px;
}

.process__item {
    display: flex;
    gap: 20px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.process__number {
    font-size: 36px;
    font-weight: bold;
    color: #f13935;
    opacity: 0.2;
}

.process__content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.process__content p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

/* Адаптивность */
@media (max-width: 768px) {
    .stats__wrapper,
    .process__wrapper {
        grid-template-columns: 1fr;
    }
    
    .process__item {
        flex-direction: column;
        text-align: center;
    }
}

.reviews__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 15px 15px;
}

.reviews__item {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.reviews__item:hover {
    transform: translateY(-5px);
}

.reviews__item_width input {
    width: 100%!important;

}

.reviews__item_width .form .input-wrapper {
        flex-direction: column;
        width: 100%;
}

.reviews__header {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.reviews__photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.reviews__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews__info {
    flex-grow: 1;
}

.reviews__name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.reviews__date {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.reviews__service {
    font-size: 14px;
    color: #1f97ce;
    margin-bottom: 5px;
}

.reviews__rating {
    color: #f13935;
    font-size: 16px;
}

.reviews__text {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    font-style: italic;
}

/* Адаптивность */
@media (max-width: 768px) {
    .reviews__wrapper {
        grid-template-columns: 1fr;
    }
}

/* Фиксы для мобильной версии */
@media (max-width: 768px) {
    .section {
        padding: 30px 0;
    }
    
    .title {
        margin-bottom: 20px;
    }
    
    .reviews__item,
    .price__item,
    .guarantees__item,
    .problems__item {
        margin-bottom: 15px;
    }
    
    .title {
        font-size: 22px;
    }
    
    .reviews__name {
        font-size: 16px;
    }
    
    .reviews__text {
        font-size: 14px;
    }
}

.breakage-bg, .reviews-bg, .faq-bg {
    background: linear-gradient(to bottom, #f8f9fa, #f5f5f5);
    margin: 50px 0;
    padding: 50px 0;
}

/* Секция гарантий */
.guarantees {
    background: linear-gradient(to bottom right, #f8f9fa, #fff);
    margin: 50px 0;
    padding: 50px 0;
}

.guarantees-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.guarantees__item {
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.guarantees__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(241,57,53,0.1);
}

.guarantees__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #f13935;
    border-radius: 4px 0 0 4px;
}

.guarantees__icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    padding: 15px;
    background: rgba(241,57,53,0.1);
    border-radius: 50%;
}

.guarantees__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(36%) sepia(72%) saturate(2980%) hue-rotate(338deg) brightness(97%) contrast(96%);
}

.guarantees__icon svg {
    width: 100%;
    height: 100%;
    stroke: #f13935;
}

.guarantees__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.guarantees__text {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

/* Адаптивность */
@media (max-width: 768px) {
    .guarantees {
        margin: 30px 0;
        padding: 30px 0;
    }
    
    .guarantees__item {
        padding: 25px;
    }
    
    .guarantees__icon {
        width: 60px;
        height: 60px;
        padding: 12px;
    }
    
    .guarantees__text {
        font-size: 14px;
    }
}

/* Секция фиксированной цены */
.price-guarantee {
    background: linear-gradient(to bottom right, #fff, #f8f9fa);
    margin: 50px 0;
    padding: 50px 0;
}

.price-guarantee__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.price-guarantee__item {
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.price-guarantee__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(241,57,53,0.1);
}

.price-guarantee__step {
    width: 40px;
    height: 40px;
    background: rgba(241,57,53,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #f13935;
    flex-shrink: 0;
}

.price-guarantee__text {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

/* Секция брендов */
.brands {
    background: #f8f9fa;
}

.brands__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    align-items: center;
    justify-items: center;
}

.brands__item {
    width: 150px;
    height: 90px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.brands__item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.brands__item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.brands__item svg {
    width: 100%;
    height: 100%;
    stroke: #333;
    fill: #333;
    transition: all 0.3s ease;
}

.brands__item:hover svg {
    stroke: #f13935;
    fill: #f13935;
}

@media (max-width: 768px) {
    .brands__wrapper {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 20px;
    }
    
    .brands__item {
        width: 140px;
        height: 80px;
        padding: 10px;
    }
}

.brand-name {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-align: center;
    line-height: 1.2;
}

.brand-name--hp {
    font-family: 'Arial', sans-serif;
    color: #0096D6;
}

.brand-name--acer {
    font-family: 'Arial', sans-serif;
    color: #83B81A;
    text-transform: lowercase;
}

.brand-name--asus {
    font-family: 'Arial', sans-serif;
    color: #00539B;
    letter-spacing: 2px;
}

.brand-name--dell {
    font-family: 'Futura', 'Arial', sans-serif;
    color: #007DB8;
}

.brand-name--lenovo {
    font-family: 'Helvetica', sans-serif;
    color: #E2231A;
    text-transform: lowercase;
}

.brand-name--apple {
    font-family: 'SF Pro Display', 'Arial', sans-serif;
    color: #555555;
}

.brand-name--msi {
    font-family: 'Impact', sans-serif;
    color: #FF0000;
    letter-spacing: 3px;
}

.brand-name--samsung {
    font-family: 'Samsung Sharp Sans', 'Arial', sans-serif;
    color: #1428A0;
}

.brand-name--gigabyte {
    font-family: 'Arial Black', sans-serif;
    color: #FF6B00;
    font-weight: 900;
}

.brand-name--toshiba {
    font-family: 'Helvetica', sans-serif;
    color: #FF0000;
    letter-spacing: 1.5px;
}

.brand-name--razer {
    font-family: 'Arial', sans-serif;
    color: #44D62C;
    letter-spacing: 2px;
    font-weight: 900;
}

.brand-name--huawei {
    font-family: 'Helvetica Neue', sans-serif;
    color: #FF0000;
    letter-spacing: 1.5px;
}

.brands__item:hover .brand-name {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .brand-name {
        font-size: 16px;
    }
}

/* Уменьшаем размер для длинных названий */
.brand-name--gigabyte,
.brand-name--samsung {
    font-size: 20px;
}

/* Первый экран */
.header__main-wrapper {
    padding-top: calc(var(--header-height) + var(--header-padding));
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: auto;
}

.header__list li {
    position: relative;
    padding-left: 45px;
    min-height: 35px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.3;
    color: #333;
}

.header__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: rgba(241,57,53,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__list li:nth-child(1)::before {
    background: rgba(241,57,53,0.1) url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%23f13935' stroke-width='2'/%3E%3Cpath d='M12 6V12L16 14' stroke='%23f13935' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/20px no-repeat;
}

.header__list li:nth-child(2)::before {
    background: rgba(241,57,53,0.1) url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8V6C14 5.46957 13.7893 4.96086 13.4142 4.58579C13.0391 4.21071 12.5304 4 12 4H5C4.46957 4 3.96086 4.21071 3.58579 4.58579C3.21071 4.96086 3 5.46957 3 6V18C3 18.5304 3.21071 19.0391 3.58579 19.4142C3.96086 19.7893 4.46957 20 5 20H12C12.5304 20 13.0391 19.7893 13.4142 19.4142C13.7893 19.0391 14 18.5304 14 18V16' stroke='%23f13935' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 12H21M21 12L18 9M21 12L18 15' stroke='%23f13935' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/20px no-repeat;
}

.header__list li:nth-child(3)::before {
    background: rgba(241,57,53,0.1) url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1V23M17 5H9.5C8.57174 5 7.6815 5.36875 7.02513 6.02513C6.36875 6.6815 6 7.57174 6 8.5C6 9.42826 6.36875 10.3185 7.02513 10.9749C7.6815 11.6313 8.57174 12 9.5 12H14.5C15.4283 12 16.3185 12.3687 16.9749 13.0251C17.6313 13.6815 18 14.5717 18 15.5C18 16.4283 17.6313 17.3185 16.9749 17.9749C16.3185 18.6313 15.4283 19 14.5 19H6' stroke='%23f13935' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/20px no-repeat;
}

.header__list li:nth-child(4)::before {
    background: rgba(241,57,53,0.1) url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12L11 14L15 10M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%23f13935' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/20px no-repeat;
}

.header__list li:nth-child(5)::before {
    background: rgba(241,57,53,0.1) url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7H4C2.89543 7 2 7.89543 2 9V19C2 20.1046 2.89543 21 4 21H20C21.1046 21 22 20.1046 22 19V9C22 7.89543 21.1046 7 20 7Z' stroke='%23f13935' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 21V5C16 4.46957 15.7893 3.96086 15.4142 3.58579C15.0391 3.21071 14.5304 3 14 3H10C9.46957 3 8.96086 3.21071 8.58579 3.58579C8.21071 3.96086 8 4.46957 8 5V21' stroke='%23f13935' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/20px no-repeat;
}

.header__list li strong {
    color: #f13935;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .header__list {
        padding: 15px 20px;
        gap: 12px;
    }

    .header__list li {
        padding-left: 40px;
        min-height: 30px;
        font-size: 15px;
    }

    .header__list li::before {
        width: 30px;
        height: 30px;
        background-size: 18px !important;
    }
}

@media (max-width: 991px) {
    :root {
      --header-height: 60px;
      --header-padding: 30px;
    }
    
    .header__main-wrapper {
      padding-top: calc(var(--header-height) + var(--header-padding));
    }
}

@media (max-width: 1200px) {
  :root {
    --header-height: 70px;
    --header-padding: 35px;
  }
}

@media (max-width: 480px) {
  :root {
    --header-height: 45px;
    --header-padding: 20px;
  }

  .header__title {
    font-size: 24px;
  }
}

+ .header__accent {
+   color: #f13935;
+   font-size: 110%;
+   display: block;
+   margin-top: 10px;
+ }

+ .header__guarantee {
+   background: rgba(241,57,53,0.1);
+   padding: 10px 20px;
+   border-radius: 30px;
+   display: inline-block;
+   color: #f13935;
+   font-weight: 500;
+ }

+ .header__cta {
+   background: #fff;
+   padding: 30px;
+   border-radius: 20px;
+   box-shadow: 0 5px 15px rgba(0,0,0,0.08);
+ }

+ .button--large {
+   font-size: 22px;
+   min-height: 70px;
+   background: linear-gradient(45deg, #f13935, #ff5b57);
+ }

/* Добавить состояния фокуса и активности */
input:not([type=radio]):focus {
    border-color: #ef1814;
    box-shadow: 0 0 0 3px rgba(241,57,53,0.2);
    outline: none;
}

.button:active {
    transform: translateY(1px);
}

/* Улучшить отзывчивость на мобильных */
@media (max-width: 480px) {
    .header__cta {
        padding: 20px;
    }
    
    .button--large {
        font-size: 18px;
        min-height: 60px;
    }
    
    .header__trust {
        flex-direction: column;
        gap: 15px;
    }
}

/* FAQ секция */

.faq__wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq__item {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.faq__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(241,57,53,0.1);
}

.faq__question {
    position: relative;
    padding: 25px 60px 25px 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq__question h3 {
    font-size: 18px;
    font-family: "Montserrat-Medium";
    margin: 0;
    color: #333;
    transition: color 0.3s ease;
}

.faq__icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.faq__icon::before,
.faq__icon::after {
    content: '';
    position: absolute;
    background: #f13935;
    transition: all 0.3s ease;
}

.faq__icon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}

.faq__icon::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease-out;
}

.faq__item.active .faq__answer {
    opacity: 1;
    transform: translateY(0);
}

/* Убедимся, что контент внутри ответа имеет правильные отступы */
.faq__answer p {
    padding: 0 30px 25px;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

/* Активное состояние */
.faq__item.active {
    background: #fff;
    box-shadow: 0 8px 25px rgba(241,57,53,0.15);
}

.faq__item.active .faq__question h3 {
    color: #f13935;
}

.faq__item.active .faq__icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
    .faq__question {
        padding: 20px 50px 20px 20px;
    }
    
    .faq__question h3 {
        font-size: 16px;
    }
    
    .faq__icon {
        right: 20px;
        width: 16px;
        height: 16px;
    }
    
    .faq__answer p {
        padding: 0 20px 20px;
        font-size: 14px;
    }
}

/* Улучшения для шапки */
.header__main {
    position: relative;
    z-index: 2;
    padding: 140px 0 60px;
    background: rgb(245 245 245);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.header__subtitle {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    color: #1f99d0;
    margin-bottom: 25px; /* Уменьшен отступ */
    max-width: 90%; /* Ограничиваем ширину */
}

/* Стилизация формы в шапке */
.header__form {
  padding: 15px 0;
  width: 100%;
}

.header__form-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.header__form-wrapper {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-top: 15px;
}

.header__form-input {
    flex: 1;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.header__form-input:focus {
    border-color: #f13935;
    box-shadow: 0 0 0 3px rgba(241,57,53,0.1);
}

.header__form-button {
    min-width: 200px;
    height: 50px;
    background: linear-gradient(45deg, #f13935, #ff5b57);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header__form-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(241,57,53,0.3);
}

.header__form-note {
    font-size: 12px;
    color: #999;
    text-align: center;
}

.header__form-policy {
  padding-top: 10px;
  font-size: 10px;
  color: #999;
  text-align: center;
}

/* Преимущества в шапке */
.header__features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.header__feature {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.header__feature:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.header__feature-icon {
    width: 40px;
    height: 40px;
    padding: 10px;
    background: rgba(241,57,53,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__feature-icon svg {
    width: 20px;
    height: 20px;
    color: #f13935; /* Добавляем цвет для currentColor */
}

.header__feature-text {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}

/* Адаптивность */
@media (max-width: 768px) {
    .header__main {
      padding: 60px 20px 30px;
    }

    .header__subtitle {
        font-size: 16px;
    }

    .header__form-wrapper {
        flex-direction: column;
    }

    .header__form-button {
        width: 100%;
    }

    .header__features {
        grid-template-columns: 1fr;
    }
}

/* Добавляем стили для формы в шапке */
.header__form-inputs {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.header__form-input {
    flex: 1;
    height: 70px;
    padding: 0 25px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.header__form-input:focus {
    border-color: #f13935;
    box-shadow: 0 0 0 3px rgba(241,57,53,0.1);
}

/* Адаптивность */
@media (max-width: 768px) {
    .header__form-inputs {
        flex-direction: column;
    }
    
    .header__form-input {
        height: 60px;
    }
    
    .button--large {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 540px;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: none;
        padding: 0 20px;
    }
    .header__main {
        padding: 60px 0 30px;
    }
}

/* Стили для иконок в первом блоке */
.header__benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Разместим в 2 колонки */
    gap: 15px; /* Отступ между элементами */
}

.header__benefits li {
    display: flex;
    align-items: center;
    gap: 12px; /* Уменьшаем отступ между иконкой и текстом */
    font-size: 14px; /* Уменьшаем размер текста */
    line-height: 1.4;
    color: #333;
    background: rgba(255,255,255,0.9);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.header__benefits-icon {
    width: 36px; /* Уменьшаем размер иконки */
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(241,57,53,0.1);
    border-radius: 50%;
    flex-shrink: 0;
}

.header__benefits-icon svg {
    width: 18px; /* Уменьшаем размер SVG */
    height: 18px;
    color: #f13935;
}

/* Адаптивность */
@media (max-width: 991px) {
    .header__benefits {
        grid-template-columns: 1fr; /* В одну колонку на планшетах */
        max-width: 450px;
        margin: 0 auto 25px;
    }
}

@media (max-width: 768px) {
    .header__benefits li {
        font-size: 13px;
        padding: 8px;
    }

    .header__benefits-icon {
        width: 32px;
        height: 32px;
    }
    
    .header__benefits-icon svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 360px) {
    .header__phone {
        font-size: 14px; /* Уменьшаем размер шрифта */
        padding: 6px 12px; /* Уменьшаем отступы */
    }
    
    .header__phone svg {
        width: 16px; /* Уменьшаем размер иконки */
        height: 16px;
    }
    
    .header__logo {
        width: 100px; /* Уменьшаем логотип */
    }
    
    .header__top-inner {
        padding: 0 10px; /* Уменьшаем боковые отступы */
    }
}

@media (max-width: 400px) {
    .header__phone svg {
        display: none;
    }
    
    .header__phone {
        gap: 0;
        padding: 6px 15px;
        font-size: 15px;
    }
}

@media (max-width: 360px) {
    .header__phone {
        font-size: 14px;
        padding: 6px 12px;
    }
    
    .header__logo {
        width: 100px;
    }
    
    .header__top-inner {
        padding: 0 10px;
    }
}
