@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

input,
textarea,
select {
  font: inherit;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

html {
  height: 100%;
}

body {
  font-family: "Inter";
  font-size: 1rem;
  font-weight: 500;
  height: 100%;
  color: #1b1f25;
  overflow-wrap: break-word;
}

body._lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

body.lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.no-scroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 78.75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.page__top {
  margin-top: 7.6875rem;
  padding-top: 125px;
}

.page__top {
  padding-bottom: 5.625rem;
}

.page__services {
  padding-top: 150px;
}

.page__services {
  padding-bottom: 100px;
}

.page__problems {
  padding-bottom: 6.25rem;
}

.page__differences {
  padding: 7.5rem 0;
}

.page__brands {
  padding: 6.25rem 0;
}

.page__about {
  padding: 7.5rem 0;
}

.page__conditions {
  padding: 6.25rem 0;
}

.page__process {
  padding: 7.5rem 0;
}

.form__body {
  position: relative;
}

.form__item {
  position: relative;
  margin: 0 0 1.25rem 0;
}

.form__input {
  padding: 0.625rem 1.25rem 0.625rem 4rem;
  width: 100%;
  height: 4.375rem;
  border-radius: 0.625rem;
  background-color: rgba(27, 31, 37, 0.05);
  line-height: 150%;
}

.form__input::-webkit-input-placeholder {
  line-height: 150%;
  color: rgba(27, 31, 37, 0.65);
}

.form__input::-moz-placeholder {
  line-height: 150%;
  color: rgba(27, 31, 37, 0.65);
}

.form__input:-ms-input-placeholder {
  line-height: 150%;
  color: rgba(27, 31, 37, 0.65);
}

.form__input::-ms-input-placeholder {
  line-height: 150%;
  color: rgba(27, 31, 37, 0.65);
}

.form__input::placeholder {
  line-height: 150%;
  color: rgba(27, 31, 37, 0.65);
}

.form__button {
  border-radius: 0.625rem;
  padding: 0.625rem;
  width: 100%;
  height: 4.375rem;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #0095a0;
  color: #fff;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  margin-bottom: 1.25rem;
}

.form-item__icon {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-item__icon::after {
  content: "";
  width: 0.125rem;
  height: 1.625rem;
  background: rgba(27, 31, 37, 0.1);
  margin-left: 12px;
}

.form-item__icon img {
  width: 1.25rem;
  height: 1.25rem;
}

.popup-user {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 100;
}

.popup-user.open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.popup-user.open .popup-user__content {
  -webkit-transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
          transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
  opacity: 1;
}

.popup-user__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-user__content {
  position: relative;
  max-width: 46.4375rem;
  width: 100%;
  background-color: #fff;
  color: #1b1f25;
  border-radius: 1.5rem;
  padding-top: 80px;
}

.popup-user__content {
  padding-bottom: 80px;
}

.popup-user__content {
  padding-left: 80px;
}

.popup-user__content {
  padding-right: 80px;
}

.popup-user__content {
  margin: 0 0.9375rem;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
  -webkit-transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
          transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}

.popup-user__btn-close {
  position: absolute;
  top: 30px;
}

.popup-user__btn-close {
  right: 30px;
}

.popup-user__btn-close {
  cursor: pointer;
  background: none;
  padding: 0;
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.popup-user__btn-close:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.popup-user__btn-close:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.8;
}

.popup-user__btn-close::before {
  content: "";
  position: absolute;
  background: #1b1f25;
  height: 1.875rem;
  width: 0.125rem;
  border-radius: 0.625rem;
  top: 50%;
  left: 0.9375rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.popup-user__btn-close::after {
  content: "";
  position: absolute;
  background: #1b1f25;
  height: 1.875rem;
  width: 0.125rem;
  border-radius: 0.625rem;
  top: 50%;
  left: 0.9375rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.popup-user__title {
  font-weight: 600;
  font-size: 44px;
}

.popup-user__title {
  line-height: 130%;
  text-align: center;
}

.popup-user__title:not(:last-child) {
  margin-bottom: 0.9090909091em;
}

.popup-user__text {
  font-size: 1.25rem;
  line-height: 155%;
  text-align: center;
  color: rgba(27, 31, 37, 0.65);
}

.popup-user__text:not(:last-child) {
  margin-bottom: 2em;
}

.popup-user__politic {
  max-width: 27.5rem;
  font-size: 0.875rem;
  line-height: 150%;
  margin: 0 auto;
  text-align: center;
  color: rgba(27, 31, 37, 0.4);
}

.popup-user__politic a {
  color: rgba(27, 31, 37, 0.65);
}

.button-header a {
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.8125rem;
  height: 3.4375rem;
  background-color: #0095a0;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.footer__button a {
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
}

.footer__button a {
  height: 4.375rem;
  background-color: #0095a0;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 60;
}

.header._header-scroll {
  border-bottom: 0.0625rem solid rgba(27, 31, 37, 0.1);
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  padding: 1.5rem 0;
}

.header__logo img {
  width: 100%;
}

.header__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}

.header__phone {
  font-style: normal;
}

.header__phone a {
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 145%;
  white-space: nowrap;
}

.header__schedule {
  position: relative;
  display: block;
  font-size: 0.75rem;
  line-height: 150%;
  color: rgba(27, 31, 37, 0.65);
  padding-left: 0.75rem;
  margin-left: 0.75rem;
  white-space: nowrap;
  z-index: -1;
}

.header__schedule::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #0095a0;
  border-radius: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  line-height: 150%;
}

.menu__list li:first-child {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  color: #1b1f25;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.menu-open .menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

.icon-menu {
  display: none;
}

.footer {
  padding-top: 6.875rem;
  padding-bottom: 2.5rem;
  background-color: #f1f1f1;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}

.footer__body:not(:last-child) {
  margin-bottom: 5rem;
}

.footer__column {
  width: 100%;
}

.footer__contacts {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
}

.footer__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 155%;
}

.footer__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.footer__email dt {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 155%;
}

.footer__email dd {
  font-size: 1.25rem;
  line-height: 155%;
  color: rgba(27, 31, 37, 0.65);
}

.footer__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.footer__schedule dt {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 155%;
}

.footer__schedule dd {
  font-size: 1.25rem;
  line-height: 155%;
  color: rgba(27, 31, 37, 0.65);
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
}

.footer__list {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}

.footer__list li {
  font-size: 1.25rem;
  line-height: 155%;
  color: rgba(27, 31, 37, 0.65);
}

.footer__list li:first-child {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 155%;
  color: #1b1f25;
  pointer-events: none;
  cursor: default;
}

.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.footer__address:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.footer__address dt {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 155%;
}

.footer__address dd {
  font-size: 1.25rem;
  line-height: 155%;
  color: rgba(27, 31, 37, 0.65);
}

.footer__map {
  width: 25.9375rem;
  height: 20.25rem;
}

.footer__map iframe {
  border: 0.1875rem solid #0095a0;
  border-radius: 1rem;
}

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2.5rem;
  border-top: 0.125rem solid rgba(27, 31, 37, 0.1);
}

.footer__copyright {
  max-width: 13.6875rem;
  font-size: 0.75rem;
  line-height: 150%;
  color: rgba(27, 31, 37, 0.65);
}

.column-footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top {
  position: relative;
  overflow: hidden;
}

.top__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.top__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}

.top__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.top__body:not(:last-child) {
  margin-bottom: 3.75rem;
}

.top__left {
  max-width: 43.6875rem;
}

.top__title {
  font-weight: 600;
  font-size: 64px;
}

.top__title {
  line-height: 120%;
  text-wrap: balance;
}

.top__title:not(:last-child) {
  margin-bottom: 0.3125em;
}

.top__text {
  font-size: 1.25rem;
  line-height: 155%;
  color: rgba(27, 31, 37, 0.65);
}

.top__text:not(:last-child) {
  margin-bottom: 3.75rem;
}

.top__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.top__btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}

.top__btn {
  height: 4.375rem;
  padding: 0 1.875rem;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.no-webp .top__btn::before {
  background-image: url(../img/btn-bg.png); }

.top__btn::before {
  content: "";
  position: absolute;
  width: 108%;
  height: 5.3125rem;
  border-radius: 0.625rem;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  z-index: -1;
}

.top__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.button-top__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 155%;
}

.button-top__text span {
  color: #0095a0;
}

.top-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.33%;
          flex: 0 1 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.top-item {
  border: 0.125rem solid rgba(27, 31, 37, 0.1);
  border-radius: 0.9375rem;
  padding-top: 35px;
}

.top-item {
  padding-right: 25px;
}

.top-item {
  padding-bottom: 35px;
}

.top-item {
  padding-left: 25px;
}

.top-item {
  background-color: #fff;
}

.item-top__img {
  width: 80px;
}

.item-top__img {
  height: 80px;
}

.item-top__title {
  font-weight: 600;
  font-size: 22px;
}

.item-top__title {
  line-height: 155%;
  white-space: nowrap;
}

.item-top__text {
  font-size: 16px;
}

.item-top__text {
  line-height: 150%;
  color: rgba(27, 31, 37, 0.65);
}

.services {
  background-color: #f1f1f1;
}

.services__title {
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 130%;
  text-align: center;
}

.services__title:not(:last-child) {
  margin-bottom: 100px;
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.services-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16.25rem, 1fr));
  gap: 2.5rem;
}

.services-grid__item {
  height: 100%;
}

.item-services__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.item-services__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  padding: 1.25rem;
  background-color: #fff;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.item-services__title {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 155%;
}

.item-services__price {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 155%;
  color: #0095a0;
  margin-top: auto;
}

.item-services__text {
  font-size: 0.875rem;
  line-height: 150%;
  color: rgba(27, 31, 37, 0.65);
}

.item-services__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.625rem;
  padding: 0.625rem 1.5625rem;
  height: 3.4375rem;
  background-color: #0095a0;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  margin-top: auto;
}

.problems {
  background-color: #f1f1f1;
}

.problems__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 1rem;
}

.problems__content {
  max-width: 33.9375rem;
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  position: relative;
  z-index: 2;
  padding-left: 80px;
}

.problems__content {
  margin-right: -140px;
}

.problems__title {
  font-weight: 600;
  font-size: 44px;
}

.problems__title {
  line-height: 130%;
}

.problems__text {
  font-size: 1.25rem;
  line-height: 155%;
  color: rgba(27, 31, 37, 0.65);
}

.problems__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.625rem;
  padding: 0.625rem;
  width: 20.3125rem;
  height: 4.375rem;
  background-color: #0095a0;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.problems__images {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 430px;
}

.problems__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.differences {
  background-color: #1b1f25;
}

.differences__title {
  font-weight: 600;
  font-size: 44px;
}

.differences__title {
  line-height: 130%;
  text-align: center;
  color: #fff;
}

.differences__title:not(:last-child) {
  margin-bottom: 1.8181818182em;
}

.differences__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.differences__images:not(:last-child) {
  margin-bottom: 1.5rem;
}

.differences__text {
  line-height: 150%;
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
}

.differences-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16.25rem, 1fr));
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  row-gap: 2.5rem;
}

.item-differences__title {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 155%;
  text-align: center;
  color: #fff;
}

.item-differences__title:not(:last-child) {
  margin-bottom: 0.7272727273em;
}

.brands {
  background-color: #f1f1f1;
}

.brands__title {
  max-width: 33.75rem;
  margin: 0 auto;
  font-weight: 600;
  font-size: 44px;
}

.brands__title {
  line-height: 130%;
  text-align: center;
}

.brands__title:not(:last-child) {
  margin-bottom: 1.8181818182em;
}

.brands-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}

.brands-grid li img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.about__title {
  font-weight: 600;
  font-size: 44px;
}

.about__title {
  line-height: 130%;
  text-align: center;
}

.about__title:not(:last-child) {
  margin-bottom: 2.2727272727em;
}

.about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.about__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.75rem;
          flex: 0 0 43.75rem;
}

.about__images {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 28.125rem;
          flex: 0 1 28.125rem;
}

.about__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.content-about__title {
  font-weight: 600;
  font-size: 32px;
}

.content-about__title {
  line-height: 130%;
}

.content-about__title:not(:last-child) {
  margin-bottom: 1.25em;
}

.content-about__text {
  font-size: 1.25rem;
  line-height: 155%;
}

.content-about__text span {
  color: rgba(27, 31, 37, 0.65);
}

.content-about__text:not(:last-child) {
  margin-bottom: 3em;
}

.content-about__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-left: 2.375rem;
}

.content-about__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-align: start;
      justify-self: start;
  gap: 1rem;
}

.content-about__item::before {
  content: "";
  position: absolute;
  width: 15.625rem;
  height: 15.625rem;
  border-radius: 100%;
  border: 0.125rem solid #e9e9ea;
  top: -15%;
}

.item-about__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 145%;
  text-align: center;
}

.item-about__text {
  max-width: 11.125rem;
  font-size: 0.875rem;
  line-height: 150%;
  text-align: center;
  color: rgba(27, 31, 37, 0.65);
}

.conditions {
  background-color: #f1f1f1;
}

.conditions__title {
  max-width: 35rem;
  font-weight: 600;
  font-size: 44px;
}

.conditions__title {
  line-height: 130%;
  line-height: 130%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 100px;
}

.conditions__item {
  position: relative;
  height: 100%;
}

.conditions__text {
  max-width: 43.75rem;
  font-size: 1.25rem;
  line-height: 155%;
  text-align: center;
  margin: 0 auto;
}

.conditions__text span {
  color: rgba(27, 31, 37, 0.65);
}

.conditions__text:not(:last-child) {
  margin-bottom: 2em;
}

.conditions__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.625rem;
  padding: 0.625rem;
  width: 14.0625rem;
  height: 4.375rem;
  background-color: #0095a0;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  margin: 0 auto;
}

.conditions-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 2.5rem;
}

.conditions-grid:not(:last-child) {
  margin-bottom: 5rem;
}

.conditions-grid > * {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.conditions-grid > *:nth-last-child(2) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.conditions-grid > *:last-child {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.item-conditions__images {
  height: 100%;
}

.item-conditions__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.item-conditions__content {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  position: absolute;
  left: 40px;
}

.item-conditions__content {
  bottom: 40px;
}

.item-conditions__content {
  right: 1.25rem;
}

.item-conditions__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  color: #fff;
}

.item-conditions__text {
  max-width: 20rem;
  line-height: 150%;
  color: #fff;
}

.process {
  background-color: #1b1f25;
}

.process__top {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  max-width: 38.625rem;
  margin: 0 auto 6.25rem auto;
}

.process__title {
  font-weight: 600;
  font-size: 44px;
}

.process__title {
  line-height: 130%;
  text-align: center;
  color: #fff;
}

.process__text {
  font-size: 1.25rem;
  line-height: 155%;
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
}

.process__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 2.125rem;
  height: 100%;
}

.process-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 3.75rem;
  counter-reset: step;
}

.process-grid-item {
  counter-increment: step;
}

.item-process__images {
  height: 10rem;
}

.item-process__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.item-process__content {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

.item-process__title {
  position: relative;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 155%;
  color: #fff;
  padding-top: 4.125rem;
  margin-top: -3.75rem;
}

.item-process__title::before {
  content: counter(step);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  background-color: #0095a0;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 155%;
  color: #fff;
}

.item-process__text {
  line-height: 150%;
  color: rgba(255, 255, 255, 0.65);
}

@media (min-width: 68.75em) {
  .menu__list li:first-child {
    display: none;
  }
}

@media (min-width: 20em) {
  .wrapper {
    overflow: hidden;
  }
}

@media (min-width: 1440px) {
  .top__items {
    gap: 15px;
  }

  .top-item {
    gap: 20px;
  }

  .top-item {
    padding-top: 35px;
  }

  .top-item {
    padding-right: 25px;
  }

  .top-item {
    padding-bottom: 35px;
  }

  .top-item {
    padding-left: 25px;
  }

  .item-top__img {
    width: 80px;
  }

  .item-top__img {
    height: 80px;
  }

  .item-top__title {
    font-size: 22px;
  }

  .item-top__text {
    font-size: 16px;
  }

  .problems__content {
    padding-left: 80px;
  }

  .problems__content {
    margin-right: -140px;
  }
}

@media (max-width: 1220px) {
  .page__top {
    padding-top: calc(70px + 55 * (100vw - 320px) / 900);
  }

  .page__services {
    padding-top: calc(80px + 70 * (100vw - 320px) / 900);
  }

  .page__services {
    padding-bottom: calc(80px + 20 * (100vw - 320px) / 900);
  }

  .popup-user__content {
    padding-top: calc(40px + 40 * (100vw - 320px) / 900);
  }

  .popup-user__content {
    padding-bottom: calc(20px + 60 * (100vw - 320px) / 900);
  }

  .popup-user__content {
    padding-left: calc(15px + 65 * (100vw - 320px) / 900);
  }

  .popup-user__content {
    padding-right: calc(15px + 65 * (100vw - 320px) / 900);
  }

  .popup-user__btn-close {
    top: calc(10px + 20 * (100vw - 320px) / 900);
  }

  .popup-user__btn-close {
    right: calc(10px + 20 * (100vw - 320px) / 900);
  }

  .popup-user__title {
    font-size: calc(30px + 14 * (100vw - 320px) / 900);
  }

  .footer__button a {
    width: calc(280px + 40 * (100vw - 320px) / 900);
  }

  .top__title {
    font-size: calc(40px + 24 * (100vw - 320px) / 900);
  }

  .top__btn {
    font-size: calc(15px + 1 * (100vw - 320px) / 900);
  }

  .services__title:not(:last-child) {
    margin-bottom: calc(80px + 20 * (100vw - 320px) / 900);
  }

  .problems__title {
    font-size: calc(30px + 14 * (100vw - 320px) / 900);
  }

  .problems__images {
    height: calc(250px + 180 * (100vw - 320px) / 900);
  }

  .differences__title {
    font-size: calc(30px + 14 * (100vw - 320px) / 900);
  }

  .brands__title {
    font-size: calc(30px + 14 * (100vw - 320px) / 900);
  }

  .about__title {
    font-size: calc(30px + 14 * (100vw - 320px) / 900);
  }

  .about__body {
    gap: calc(40px + 40 * (100vw - 320px) / 900);
  }

  .content-about__title {
    font-size: calc(24px + 8 * (100vw - 320px) / 900);
  }

  .conditions__title {
    font-size: calc(30px + 14 * (100vw - 320px) / 900);
  }

  .conditions__title {
    margin-bottom: calc(80px + 20 * (100vw - 320px) / 900);
  }

  .item-conditions__content {
    left: calc(20px + 20 * (100vw - 320px) / 900);
  }

  .item-conditions__content {
    bottom: calc(20px + 20 * (100vw - 320px) / 900);
  }

  .process__title {
    font-size: calc(30px + 14 * (100vw - 320px) / 900);
  }
}

@media (max-width: 75em) {
  .about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .about__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 43.75rem;
    margin: 0 auto;
  }

  .about__images {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 28.125rem;
  }
}

@media (max-width: 900px) {
  .top__items {
    gap: 10px;
  }

  .top-item {
    gap: 15px;
  }

  .top-item {
    padding-top: 25px;
  }

  .top-item {
    padding-right: 18px;
  }

  .top-item {
    padding-bottom: 25px;
  }

  .top-item {
    padding-left: 18px;
  }

  .item-top__img {
    width: 59px;
  }

  .item-top__img {
    height: 59px;
  }

  .item-top__title {
    font-size: 16px;
  }

  .item-top__text {
    font-size: 11px;
  }

  .problems__content {
    padding-left: 30px;
  }

  .problems__content {
    margin-right: -350px;
  }
}

@media (max-width: 55em) {
  .top__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-item {
    width: 396px;
    margin: 0 auto;
  }

  .item-top__img {
    width: 5rem;
    height: 5rem;
  }
}

@media (max-width: 55em) and (max-width: 1220px) {
  .top-item {
    width: calc(280px + 116 * (100vw - 320px) / 900);
  }
}

@media (max-width: 50em) {
  .header__active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.5625rem;
  }

  .header__phone a {
    font-size: 1.625rem;
    line-height: 130%;
  }

  .header__schedule {
    margin-left: 0;
  }
}

@media (max-width: 68.75em) {
  .menu__body {
    position: fixed;
    width: 17.8125rem;
    height: 100%;
    top: 0;
    right: -100%;
    -webkit-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
    overflow: auto;
    background-color: #fff;
    gap: 1.875rem;
    padding-top: 180px;
    padding-left: 1.875rem;
    padding-right: 0.9375rem;
    padding-bottom: 1.875rem;
  }

  .menu-open .menu__body {
    right: 0;
  }

  .menu-open .menu__body.menu__body::before {
    right: 0;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    width: 17.8125rem;
    height: 6.4375rem;
    top: 0;
    right: -100%;
    background-color: #fff;
    z-index: 2;
    -webkit-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.5rem;
    font-size: 1.25rem;
    line-height: 155%;
    color: rgba(27, 31, 37, 0.65);
    margin-bottom: 2.5rem;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 3.125rem;
    height: 3.125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 6.25rem;
    border: 1.5px solid #1b1f25;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 21%;
    position: absolute;
    width: 1.6875rem;
    height: 0.125rem;
    background-color: #1b1f25;
    border-radius: 62.5rem;
  }

  .icon-menu::before {
    top: 1.25rem;
  }

  .icon-menu::after {
    bottom: 0.875rem;
    background-color: transparent;
  }

  .icon-menu span {
    top: calc(50% - -0.3125rem);
    width: 1.1875rem;
  }

  .icon-menu.menu-open span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .icon-menu.menu-open::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 0.0625rem);
    background-color: #1b1f25;
  }

  .icon-menu.menu-open::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 0.0625rem);
    background-color: #1b1f25;
  }

  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.5rem;
  }

  .column-footer_menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media (max-width: 68.75em) and (max-width: 1220px) {
  .menu__body {
    padding-top: calc(120px + 60 * (100vw - 320px) / 900);
  }
}

@media (max-width: 61.99875em) {
  .top__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .top__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .button-top__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .conditions-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .conditions-grid > * {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .conditions-grid > *:nth-last-child(2) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .conditions-grid > *:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .process-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 56.25em) {
  .problems {
    background-color: #fff;
  }

  .problems__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .problems__content {
    padding-left: 0;
    padding-bottom: 6.25rem;
    margin-right: 0;
    margin-top: -6.25rem;
  }

  .problems__images {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

@media (max-width: 47.99875em) {
  .top__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .content-about__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: 0;
    gap: 3.125rem;
  }

  .content-about__item {
    margin: 0 auto;
  }

  .process-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    max-width: 31.25rem;
    margin: 0 auto;
  }
}

@media (max-width: 37.5em) {
  .conditions-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 25rem;
    margin: 0 auto;
  }

  .conditions-grid > *:last-child {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

@media (max-width: 31.25em) {
  .footer__map {
    width: 100%;
  }
}

@media (max-width: 29.99875em) {
  .footer__button a {
    width: 100%;
  }

  .footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__copy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .column-footer_menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .top__bg img {
    height: 23.5rem;
  }

  .top-item {
    width: 100%;
  }

  .item-top__title {
    white-space: wrap;
  }

  .problems__btn {
    width: 100%;
  }

  .differences__item {
    max-width: 17.1875rem;
    margin: 0 auto;
  }

  .brands-grid li img {
    max-width: 8.125rem;
  }

  .conditions__button a {
    width: 100%;
  }
}

@media (max-width: 1440px) and (min-width: 900px) {
  .top__items {
    gap: calc(10px + 5 * (100vw - 900px) / (540));
  }

  .top-item {
    gap: calc(15px + 5 * (100vw - 900px) / (540));
  }

  .top-item {
    padding-top: calc(25px + 10 * (100vw - 900px) / (540));
  }

  .top-item {
    padding-right: calc(18px + 7 * (100vw - 900px) / (540));
  }

  .top-item {
    padding-bottom: calc(25px + 10 * (100vw - 900px) / (540));
  }

  .top-item {
    padding-left: calc(18px + 7 * (100vw - 900px) / (540));
  }

  .item-top__img {
    width: calc(59px + 21 * (100vw - 900px) / (540));
  }

  .item-top__img {
    height: calc(59px + 21 * (100vw - 900px) / (540));
  }

  .item-top__title {
    font-size: calc(16px + 6 * (100vw - 900px) / (540));
  }

  .item-top__text {
    font-size: calc(11px + 5 * (100vw - 900px) / (540));
  }

  .problems__content {
    padding-left: calc(30px + 50 * (100vw - 900px) / (540));
  }

  .problems__content {
    margin-right: calc(-350px + 210 * (100vw - 900px) / (540));
  }
}

@media (any-hover: hover) {
  .form__button:hover {
    background-color: #00848e;
  }

  .popup-user__politic a:hover {
    text-decoration: underline;
  }

  .button-header a:hover {
    background-color: #00848e;
  }

  .footer__button a:hover {
    background-color: #00848e;
  }

  .menu__list li a:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.125rem;
    text-underline-offset: 0.375rem;
  }

  .footer__phone a:hover {
    text-decoration: underline;
  }

  .footer__email dd:hover {
    text-decoration: underline;
  }

  .footer__list li a:hover {
    text-decoration: underline;
  }

  .top__btn:hover {
    background-color: #00848e;
  }

  .item-services__btn:hover {
    background-color: #00848e;
  }

  .problems__btn:hover {
    background-color: #00848e;
  }

  .conditions__button a:hover {
    background-color: #00848e;
  }
}

.webp .top__btn::before { background-image: url(../img/btn-bg.webp); }