html body {
  font-family: 'Inter';
  font-size: 16px;
  margin: 0;
}
body.menu-opened {
  overflow: hidden;
}
body.menu-opened #bx-panel {
  display: none !important;
}
.wrapper {
  width: 100%;
  max-width: 1348px;
  margin: 0 auto;
}
.image-hover {
  display: none;
}
a:hover .image-default {
  display: none;
}
a:hover .image-hover {
  display: initial;
}
.hidden {
  display: none !important;
}
.underline {
  text-decoration: underline;
}

.modal-window {
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.modal-window:not(.active) {
  display: none;
}
.modal-link {
  display: block;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
.modal-link:not(:last-child) {
  margin-bottom: 10px;
}
.modal-link:hover {
  color: rgb(255, 107, 0);
}

.header {

}
.header-row {
  background: rgb(245, 245, 245);
  position: relative;
  z-index: 2;
}
.header-row-bottom {
  position: relative;
  z-index: 1;
}
.header-row-wrapper {
  display: flex;
  justify-content: flex-start;
  padding: 7px 0;
}
.header-row-menu {
  padding-top: 2px;
  margin-left: 141px;
}
.header-row-link {
  color: #000;
  text-decoration: none;
  margin-right: 21px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.header-row-link.active {
  color: rgb(255, 48, 40);
}
.header-row-link.active .image-default {
  display: none;
}
.header-row-link.active .image-hover {
  display: initial;
}
.header-row-link-installer .header-row-link-text {
  position: relative;
  left: 4px;
}
.header-row-link-text {

}
.header-row-link-icon {

}
.header-row-link-icon-installer {
  margin-top: -1px;
}
.support {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(209, 46, 40);
  border-radius: 100px;
  margin-left: 18px;
  padding: 2px 13px;
  color: #000;
  text-decoration: none;
}
.support:hover {
  background: rgb(255, 48, 40);
  border-color: rgb(255, 48, 40);
  color: #fff;
}
.support-icon {
  position: relative;
  top: -2px;
  left: -4px;
}
.support-text {
  position: relative;
  left: 2px;
}
.contact-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  position: relative;
  cursor: pointer;
}
header .contact-phone {
  margin-left: 198px;
}
.contact-phone.active {
  color: rgba(209, 46, 40);
}
.contact-phone-icon {
  position: relative;
  top: -2px;
}
.contact-phone-number {
  position: relative;
  left: 6px;  
}
.contact-phone-dropdown {
  position: relative;
  margin-left: 15px;
  top: -1px;
}
.contact-phone.active .image-default {
  display: none;
}
.contact-phone.active .image-hover {
  display: initial;
}
.contact-phone-callback {
  background: rgba(209, 46, 40);
  color: #fff;
  border-radius: 100px;
  padding: 10px;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 10px;
  display: block;
}
.contact-phone-callback:hover {
  color: #fff;
}
.header-row-main {
  padding: 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
.header-logo {

}
.header-catalog {
  display: flex;
  background: rgba(209, 46, 40);
  border-radius: 10px;
  padding: 12.5px 25px;
  color: #fff;
  margin: 9px 0 0 35px;
  text-decoration: none;
}
.header-catalog:hover {
  background: rgb(255, 48, 40);
}
.header-catalog-icon {
  position: relative;
  top: -1px;
}
.header-catalog-icon-active {
  display: none;
}
.header-catalog.active .header-catalog-icon-active {
  display: block;
}
.header-catalog.active .header-catalog-icon-default {
  display: none;
}
.header-catalog-text {
  margin-left: 10px;
  position: relative;
  left: -2px;
  top: 1px;
}
.header-search {
  display: flex;
  align-items: center;
  margin-left: 20px;
  background: rgba(245, 245, 245);
  border-radius: 10px;
  padding: 5px;
  margin-top: 10px;
}
.header-search-select {
  display: flex;
  align-items: center;
  padding: 8.5px 19px 8.5px 11px;
  color: rgba(1, 1, 1, 0.5);
  background: #fff;
  border-radius: 8px;
}
.header-search-select-text {

}
.header-search-select-icon {
  position: relative;
  top: -2px;
  left: 7px;
}
.header-search-input,
input.header-search-input[type="text"] {
  border: none;
  background: transparent;
  padding: 0 358px 0 10px;
  outline: none;
  min-height: 41px;
}
.header-search-icon {
  position: relative;
  top: -2px;
  left: -10px;
}
.header-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 32px;
}
.header-navigation-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #000;
  text-decoration: none;
  margin-right: 4px;
  position: relative;
}
.header-navigation-link .count {
  position: absolute;
  top: -11px;
  right: calc(50% - 22px);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgb(251, 142, 0);
  color: #fff;
  font-family: Inter;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-navigation-link:hover {
  color: rgb(255, 48, 40);
}
.header-navigation-icon {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  top: 4px;
  left: 3px;
}
.header-navigation-link:hover .header-navigation-icon {
  filter: contrast(2);
}
.header-navigation-text {
  position: relative;
  top: 7px;
  left: 3px;
}

.banner-services {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.banner-service {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc((100% - (20px * 3)) / 4);
}
.banner-service:not(:last-child) {
  margin-right: 19px;
}
.banner-service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(326.16deg, #E31E24 -33.98%, #F39513 66.42%);
}
.banner-service-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  padding-left: 15px;
}

.advantages {
  background: linear-gradient(277.78deg, #000000 27.17%, #CE2406 89.91%);
  margin-top: 40px;
  padding: 50px 0;
}
.advantage-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.advantage-header {
  color: #fff;
  width: calc(100% - 888px);
}
.advantage-title {
  font-family: Inter;
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: -0.4px;
    position: relative;
    left: 1px;
}
.advantage-subtitle {
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-top: 4px;
  letter-spacing: 0.4px;
}
.advantage-priorities {
  background: linear-gradient(321.17deg, #E31E24 44.13%, #F39513 104.24%);
  border-radius: 25px;
  width: 888px;
  padding: 30px 10px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.advantage-priority {
  padding: 0 30px;
  height: 143px;
  box-sizing: content-box;
}
.advantage-priority:nth-child(1) {
  width: 222px;
}
.advantage-priority:nth-child(2) {
  width: 235px;
}
.advantage-priority:nth-child(3) {
  width: 231px;
}
.advantage-priority:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.advantage-priority-icon {

}
.advantage-priority-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin-top: 20px;
}
.advantage-socials {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.advantage-social {
  width: 50px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin-right: 12px;
}
.advantage-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 49px;
  width: 100%;
}
.advantage {
  background: #fff;
  border-radius: 25px;
  padding: 25px 20px 20px 25px;
  width: calc((100% - (19px * 2)) / 3);
  min-height: 246px;
  display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}
.advantage:not(:last-child) {
  margin-right: 20px;
}
.advantage-background {
  background-image: url(/bitrix/templates/aspro_max/new_images/advantage_background.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.advantage-body {
  width: 100%;
}
.advantage-name {
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.4px;
  line-height: 29px;
}
.advantage-description {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(1, 1, 1, 0.6);
  margin-top: 10px;
}
.advantage-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.advantage-footer-banners {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
}
.advantage-footer-banner:not(:last-child) {
  margin-right: 16px;
}
.advantage-footer-banner:nth-child(2) {
  margin-right: 20px;
}
.advantage-footer-banner2 {
  margin-top: -2px;
}
.advantage-footer-banner3 {
  margin-top: -12px;
    margin-left: 1px;
}
.advantage-link {
  width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(245, 245, 245);
}
.advantage-link-red {
  background: rgba(209, 46, 40);
}
.advantage-link:hover {
  background: rgba(255, 48, 40);
}
.categories {
  margin-top: 60px;
  position: relative;
}
.category-slider {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-x: auto;
  position: relative;
  margin-right: calc(-1 * ((100vw - 100% - 15px) / 2));
}
.category-slider::-webkit-scrollbar {
  display: none;
}
.category {
  padding: 20px 3px 3px 3px;
  width: 236px;
  min-width: 236px;
  height: 230px;
  border-radius: 15px;
  background: rgb(244, 244, 244);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.category:not(:last-child) {
  margin-right: 15px;
}
.category:hover {
  background: linear-gradient(321.17deg, #E31E24 44.13%, #F39513 104.24%);
  color: #fff;
}
.category-name {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  padding: 0 17px;
  line-height: 26px;
}
.category-image {
  background-image: url(/bitrix/templates/aspro_max/new_images/category_background_white.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 15px;
}
.category:hover .category-image {
  background-image: url(/bitrix/templates/aspro_max/new_images/category_background_gray.png);
}
.category-nav {
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: rgba(209, 46, 40);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 87px;
}
.category-nav:hover {
  background: rgba(255, 48, 40);
}
.category-nav-prev {
  transform: rotate(180deg);
  left: -32px;
}
.category-nav-next {
  right: -30px;
}

.discounts {
  margin-top: 88px;
}
.discount-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.discount-all {
  background: rgba(209, 46, 40, 1);
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
    padding: 12.5px 20.5px;
    position: relative;
    top: 1px;
    left: 1px;
}
.discount-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
    margin-left: -3px;
    padding-top: 3px;
}
.discount-title-icon {

}
.discount-title-text {
  font-family: Inter;
  font-weight: 600;
  font-size: 32px;
    margin-left: 7px;
    padding-top: 1px;
    letter-spacing: 0.4px;
}

.brands {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  padding-top: 60px;
  padding-block: 60px;
}
.brand-title {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  width: 219px;
    line-height: 24px;
  margin-right: 14px;
    padding-top: 13px;
    padding-left: 3px;
}
.brand-divider {
  height: 88px;
  width: 1px;
  background: rgba(217, 217, 217, 1);
  margin-right: 15px;
}
.brand-items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-left: 1px;
  width: calc(100% - 219px - 14px - 1px - 16px);
  overflow-x: auto;
}
.brand {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand:not(:last-child) {
  margin-right: 40px;
}
.brand img {
  max-width: 100px;
  max-height: 60px;
  object-fit: contain;
}

.custom-slider-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.custom-slider-track {
    display: flex;
    width: calc(200px * 28);
    animation: custom-slide-animation 30s linear infinite;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.custom-slide {
    flex: 0 0 200px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
    /* Гарантируем, что слайды всегда видны */
    opacity: 1 !important;
    visibility: visible !important;
}
.custom-slide:hover {
    transform: translateY(-5px);
}
.custom-slide img {
    max-width: 100px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto 15px;
    filter: grayscale(30%);
    transition: filter 0.3s ease;
    /* Гарантируем, что изображения всегда видны */
    opacity: 1 !important;
    visibility: visible !important;
}
.custom-slide:hover img {
    filter: grayscale(0%);
}
.custom-slide-caption {
    font-size: 15px;
    color: #34495e;
    font-weight: 500;
}
@keyframes custom-slide-animation {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 14));
    }
}
/* Градиенты по краям для плавности */
.custom-slider-wrapper::before,
.custom-slider-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}
.custom-slider-wrapper::before {
    left: 0;
    background: linear-gradient(to right, white, transparent);
}
.custom-slider-wrapper::after {
    right: 0;
    background: linear-gradient(to left, white, transparent);
}
/* Пауза при наведении */
.custom-slider-wrapper:hover .custom-slider-track {
    animation-play-state: paused;
}

.notice-surface {
    top: auto;
    bottom: 28px;
}
.notice-surface .notice {
    box-shadow: none;
    background: #fff;
    background: linear-gradient(277.78deg, #000000 27.17%, #CE2406 89.91%);
    border-radius: 20px;
}
.notice-surface .notice__text-wrap {
    color: #ffffff;
}

/* Адаптивность */
@media (max-width: 768px) {
    .custom-slide {
        flex: 0 0 150px;
    }
    .custom-slider-track {
        width: calc(150px * 28);
    }
    @keyframes custom-slide-animation {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-150px * 14));
        }
    }
}
@media (max-width: 480px) {
    .custom-slide {
        flex: 0 0 120px;
        padding: 15px 10px;
    }
    .custom-slider-track {
        width: calc(120px * 28);
    }
    @keyframes custom-slide-animation {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-120px * 14));
        }
    }
    .custom-slide img {
        max-width: 80px;
    }
}

.services {
  background: rgba(245, 245, 245, 1);
  padding: 57px 0;
}
.services-header {

}
.services-header-title {
  font-family: Inter;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
    line-height: 38px;
    letter-spacing: 0.2px;
}
.services-header-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: rgba(1, 1, 1, 0.6);
  margin-top: 12px;
    line-height: 20px;
}
.service-items {
  margin-top: 49px;
}
.service-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.service {
  width: 321px;
  height: 333px;
  border-radius: 20px;
  background: #fff;
  padding: 5px;
  position: relative;
  color: #000;
  text-decoration: none;
}
.service:not(.service-big):nth-child(1) {
  width: 322px;
}
.service:not(:last-child) {
  margin-right: 20px;
}
.service-price {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 99px;
  height: 29px;
  background: rgba(209, 46, 40, 1);
  border-radius: 100px;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: -2px;
  left: 0;
}
.service-price-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
}
.service-price-value {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
    margin-left: 6px;
}
.service-image {
  border-radius: 15px;
  overflow: hidden;
  height: 170px;
}
.service-body {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  height: calc(100% - 170px);
}
.service-text {
  padding: 3px 0 0 2px;
}
.service-name {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
}
.service-description {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  color: rgba(1, 1, 1, 0.6);
    line-height: 17px;
    padding-top: 2px;
}
.service-duration {
  width: 90px;
  height: 29px;
  background: rgba(245, 245, 245, 1);
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.service-row2 {
  margin-top: 30px;
}
.service-big {
  width: 434px;
  height: 180px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.service-big .service-body {
  height: auto;
  flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  padding: 0px 10px 0px 20px;
}
.service-big .service-image {
  width: 208px;
  height: auto;
  overflow: initial;
}
.service-big .service-price {
  left: 10px;
}
.service-big .service-text {
  padding: 0 0 0 2px;
}
.service-big .service-name {
    margin-top: 21px;
    line-height: 22px;
}
.service-big .service-description {
  padding-top: 5px;
}
.service-big .service-duration {
  margin-top: 18px;
}

.works {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 116px;
}
.work-header {
  padding-right: 40px;
  padding-top: 0;
}
.work-header-title {
  font-family: Inter;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
    letter-spacing: 0.4px;
}
.work-header-description {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  color: rgba(1, 1, 1, 0.6);
  margin-top: 15px;
  line-height: 24px;
}
.work-header-description p {
  margin-bottom: 7px;
}
.work-header-button-wrapper {
  margin-top: 35px;
}
.work-header-button {
  background: rgba(209, 46, 40, 1);
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  width: 210px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1px;
    position: relative;
    left: -2px;
}
.work-items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.work-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 20px;
}
.work {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.work-multiple:not(:last-child) {
  margin-bottom: 20px;
}
.work-image {

}
.work-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.96%, rgba(0, 0, 0, 0.64) 84.54%, rgba(0, 0, 0, 0.8) 100%);
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.work-body {

}
.work-name {
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  position: relative;
  top: 4px;
  letter-spacing: 0.2px;
}
.work-description {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  display: none;
}
.work-price {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 27px;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  border-radius: 100px;
  background: rgba(255, 255, 255, 1);
  margin-top: 20px;
}
.work-link {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(209, 46, 40, 1);
  border-radius: 10px;
  display: none;
}

.product-recomendations {
  background: rgba(245, 245, 245, 1);
  padding-top: 55px;
  padding-bottom: 50px;
  margin-top: 80px;
}
.product-recomendations-header {
  font-family: Inter;
  font-weight: 600;
  font-size: 32px;
  margin-top: -4px;
    letter-spacing: 0.4px;
}
.product-category-selector {
  margin-top: 34px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 4px;
  flex-wrap: wrap;
}
.product-category {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.2px;
  border-radius: 100px;
  color: #000;
  background: #fff;
  cursor: pointer;
  padding: 11px 20px 11px 20px;
}
.product-category:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-category:hover {
  background: rgba(255, 107, 0, 1);
  color: #fff;
}
.product-category.active {
  background: rgba(251, 142, 0, 1);
  color: #fff;
}

.form {
  margin-top: 71px;
  margin-left: 1px;
  background: linear-gradient(180deg, #F08400 0%, #FFF2E4 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  border-radius: 30px;
}
.form-image-wrapper {
  margin-bottom: -60px;
}
.form-image {
  position: relative;
  top: -21px;
}
.form-content {
  padding: 40px 40px 40px 50px;
}
.form-header {
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #fff;
    letter-spacing: 0.2px;
}
.form-header a {
  color: #fff;
}
.form-fields {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.form-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.form-input,
input.form-input[type="text"] {
  border: none;
  border-radius: 100px;
  background: #fff;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  padding: 14px 15px 13px 15px;
  margin-bottom: 10px;
}
.form-input-small {
  width: calc((100% - 10px) / 2);
}
.form-input-small:not(:last-child) {
  margin-right: 10px;
}
.form-button-wrapper {
  margin-top: 9px;
}
.form-button {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  background: rgba(209, 46, 40, 1);
  width: 100%;
  border: none;
  border-radius: 100px;
  padding: 15px 18px 15px 18px;
  text-align: center;
  letter-spacing: 0.2px;
}
.form-agree {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: rgba(1, 1, 1, 0.6);
  margin-top: 20px;
  padding: 0 36px;
  line-height: 14px;
}
.form-agree-link {
  color: rgba(1, 1, 1, 0.6);
}

.feedback {
  border: 1px solid rgba(226, 48, 43, 1);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 15px 14px 15px;
  margin-top: 60px;
  margin-bottom: 38px;
}
.feedback-text {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1px;
}
.feedback-link {
  background: rgba(209, 46, 40, 1);
  color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-left: 51px;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 15px 10px 15px;
  line-height: 17px;
  border: none;
}
.catalog-feedback {
  margin-bottom: 60px;
}

.footer {
  background: #000;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: rgba(255, 48, 40, 1);
}
.to-top {
  position: absolute;
  top: -15px;
  right: 14px;
  background: rgba(209, 46, 40, 1);
  width: 35px;
  height: 35px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
  cursor: pointer;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-logo {
  display: block;
  min-width: 221px;
  position: relative;
  left: -1px;
}
.footer-body {

}
.footer-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
}
.footer-menu-link {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  text-align: center;
  display: block;
    white-space: nowrap;
    letter-spacing: 0.1px;
}
.footer-menu-link:not(:last-child) {
  margin-right: 40px;
}
.footer-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 30px;
}
.footer .contact-phone-number {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.footer .modal-window .modal-link {
  color: #000;
}
.footer .modal-window .modal-link:hover {
  color: rgba(255, 107, 0, 1);
}
.footer-address-wrapper {

}
.footer-address-title {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.6);  
}
.footer-address-list {
  margin-top: 10px;
  margin-left: -1px;
}
.footer-address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1px;
}
.footer-address-icon {
  margin-right: 5px;
}
.footer-address-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
  margin-top: 2px;
}
.footer-link-wrapper {
  margin-left: 78px;
  position: relative;
  top: -3px;
}
.footer .footer-link {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  white-space: nowrap;
}
.footer-link:not(:last-child) {
  margin-bottom: 5px;
}
.footer-social-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .contact-phone {
  padding-top: 4px;
}
.footer-email {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
  width: 100%;
}
.footer-email-icon {
  margin-right: 8px;
}
.footer-email-text {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.footer-social-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 53px;
    margin-right: -1px;
}
.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(209, 46, 40, 1);
}
.footer-social:hover {
  background: rgba(255, 48, 40, 1);
}
.footer-social:not(:last-child) {
  margin-right: 15px;
}
.footer-bottom {
  padding: 19px 0 24px 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.6);

  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.footer-copyright {
  display: block;
  min-width: 221px;
}
.footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(100% - 221px);
}
.footer-contact {

}
.footer-design {

}
.menu-more {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 30;
  overflow-y: auto;
  padding: 0;
  padding-bottom: 70px;
}
.menu-more:not(.active) {
  display: none;
}
.menu-more-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 6px;
  margin-bottom: 15px;
}
.menu-more-logo {

}
.menu-more-location .location {
  width: auto;
}
.menu-more-location .modal-window {
  left: auto;
  right: 0;
}
.menu-more .header-row-menu {
  margin-top: 25px;
  margin-left: 0;
  padding-top: 0;
  display: block;
}
.menu-more .header-row-link {
  margin-bottom: 20px;
  display: block;
}
.menu-more .header-row-menu .modal-window {
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  padding: 0;
  box-shadow: none;
  margin-top: 15px
}
.menu-more .header-row-menu .modal-link {
  font-size: 14px;
}
.menu-more-phone {
  margin-top: 25px;
  margin-bottom: 25px;
}
.menu-more-phone .contact-phone {
  color: rgb(209, 46, 40);
  text-decoration: none;
  margin-left: 0;
  justify-content: flex-start;
}
.menu-more-body {

}
.menu-more .contact-phone-callback {
  display: inline-block;
}
.menu-more-links {
  margin-top: 15px;
}
.menu-more-link {
  background: rgba(245, 245, 245, 1);
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.menu-more-link-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.menu-more-icon {
  margin-right: 8px;
}
.menu-more-text {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
.menu-more-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 577px) {
  .only-mobile {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .only-desktop {
    display: none !important;
  }
  .wrapper {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-row-wrapper,
  .header-logo,
  .header-catalog,
  .header-navigation {
    display: none;
  }
  .header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
  }
  .header-row-main {
    order: 2;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-row-bottom {
    order: 1;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .header-search {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  .header-search-input,
  input.header-search-input[type="text"] {
    padding: 0 10px 0 10px;
    width: 100%;
  }
  .banner-services {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: 20px;
  }
  .banner-service:not(:last-child) {
    margin-right: 15px;
  }
  .banner-service {
    width: auto;
  }
  .advantages {
    margin-top: 30px;
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .advantage-list {
    margin-top: 15px;
  }
  .advantage-header {
    width: 100%;
    margin-bottom: 25px;
  }
  .advantage-priorities {
    width: 100%;
    flex-wrap: wrap;
  }
  .advantage-priority {
    width: 100% !important;
    height: auto;
    display: flex;
        justify-content: flex-start;
        align-items: center;
  }
  .advantage-priority-icon {
    margin-right: 15px;
  }
  .advantage-list {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .advantage {
    width: 300px;
    min-width: 300px;
  }
  .advantage-priority:not(:last-child) {
    border: none;
  }

  .category-nav {
    display: none;
  }
  .discount-all {
      width: 100%;
      display: block;
      margin-top: 20px;
  }
  .discount-header {
    margin-bottom: 15px;
  }
  .discount-title-text {
    font-size: 22px;
  }
  .discount-title {
    align-items: flex-start;
  }
  .brands {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .brand-title {
    width: 100%;
    font-size: 18px;
  }
  .brand-divider {
    display: none;
  }
  .brand-items {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-top: 10px;
  }
  .services {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .services-header-title {
    font-size: 22px;
    line-height: 26px;
    text-align: left;
  }
  .services-header-text {
    text-align: left;
    font-size: 16px;
  }
  .service-row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .service-items {
    margin-top: 20px;
    display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
  }
  .service {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-right: 15px;
    padding: 0;
    margin-bottom: 10px;
  }
  .service,
  .service:not(.service-big):nth-child(1) {
    width: 300px;
  }
  .service-image {
    min-width: 90px;
    height: 111px;
  }
  .service-body {
    height: auto;
    padding: 0 0 0 10px;
  }
  .service-text {
    padding: 0;
  }
  .service-name {
    font-size: 15px;
  }
  .service-description {
    font-size: 12px;
    padding-top: 5px;
  }
  .service-footer {
    padding-top: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .service-price {
    font-size: 14px;
    position: relative;
    top: 0;
    margin-right: 5px;
  }
  .service-duration {
    font-size: 14px;
  }
  .works {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .work-header {
    width: 100%;
  }
  .work-header-title {
    font-size: 22px;
    line-height: 26px;
  }
  .work-header-description {
    font-size: 16px;
    line-height: 19px;
  }
  .work-items {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .work-body {
    width: 100%;
  }
  .work {
    min-width: 290px;
    height: auto;
    margin-right: 15px;
    border-radius: 0;
  }
  .work-image {
    max-height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 25px;
  }
  .work-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .work-info {
    position: relative;
    background: none;
    padding: 14px 0 0 0;
  }
  .work-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
  .work-name {
    color: #000;
    font-size: 18px;
    line-height: 22px;
  }
  .work-description {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
  }
  .work-price {
    background: rgba(245, 245, 245, 1);
    color: #000;
    margin-top: 0;
  }
  .work-header-button-wrapper {
    margin-top: 15px;
    width: 100%;
  }
  .work-header-button {
    width: 100%;
  }
  .product-recomendations {
    margin-top: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .product-recomendations-header {
    font-size: 22px;
    line-height: 26px;
  }
  .product-category-selector {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .product-category {
    white-space: nowrap;
  }
  .form {
    flex-wrap: wrap;
    padding: 5px;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
  }
  .form-image-wrapper {
    width: 100%;
    order: 2;
  }
  .form-image-wrapper img {
    max-width: 100%;
  }
  .form-content {
    order: 1;
    padding: 15px 10px 40px 10px;
  }
  .form-header {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
  }
  .form-fields {
    margin-top: 20px;
  }
  .form-input {
    margin-bottom: 8px;
  }
  .form-input-small:not(:last-child) {
    margin-right: 0;
  }
  .form-group {
    flex-wrap: wrap;
  }
  .form-input-small {
    width: 100%;
  }
  .form-button-wrapper {
    margin-top: 12px;
  }
  .feedback {
    flex-wrap: wrap;
  }
  .feedback-text {
    width: 100%;
  }
  .feedback-link {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .footer-logo {
    min-width: auto;
  }
  .footer-top {
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footer-body {
    width: 100%;
  }
  .footer-menu {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 15px;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-content {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .footer-link-wrapper {
    margin-left: 0;
  }
  .footer-social-wrapper {
    justify-content: flex-start;
  }
  .contact-phone {
    margin-left: 0;
    margin-top: 33px;
  }
  .footer-email {
    justify-content: flex-start;
    margin-top: 10px;
  }
  .footer .footer-link {
    white-space: initial;
    font-size: 10px;
    line-height: 12px;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-copyright {
    width: 100%;
    font-size: 10px;
    line-height: 12px;
  }
  .footer-bottom-wrapper {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer-contact {
    width: 100%;
    margin-top: 15px;
    font-size: 10px;
    line-height: 12px;
  }
  .footer-design {
    width: 100%;
  }
  .footer-social-list {
    display: block;
  }
  .footer-social:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-menu-link:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .footer-address-list {
    margin-top: 15px;
  }
  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .footer-link-wrapper {
    margin-top: 25px;
  }
  .footer-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }
  .footer-address-text {
    color: #fff;
  }
  .to-top {
    position: absolute;
    top: -13px;
    right: 15px;
    width: 40px;
    height: 40px;
  }

  .fixed-menu {
    position: fixed;
    bottom: 3px;
    left: 3px;
    right: 3px;
    z-index: 40;
    background: rgba(1, 1, 1, 0.8);
    border-radius: 12px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2px 15px 10px 15px;
  }
  .fixed-menu-link {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #fff;
    text-decoration: none;
  }
  .fixed-menu-link:hover .image-default {
    display: initial;
  }
  .fixed-menu-image {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fixed-menu-image .image-active {
    display: none;
  }
  .fixed-menu-link.active .fixed-menu-image .image-default {
    display: none;
  }
  .fixed-menu-link.active .fixed-menu-image .image-active {
    display: block;
  }
  .fixed-menu-link.active .fixed-menu-name {
    color: rgb(251, 142, 0);
  }
  .fixed-menu-name {
    width: 100%;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }
  .footer {
    padding-bottom: 70px;
  }
  .banner-service-text {
    font-size: 14px;
  }
  .advantage-description {
    font-size: 14px;
  }
  .advantage-footer-banner {
    width: calc((100% - (16px * 2)) / 3);
  }
  .advantage-background {
    background: #fff;
  }
}