*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

html, body {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Onest", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: normal;
    color: #333333;
    background-color: #FBFBFB;
}
body.opened-modal {
    overflow: hidden;
}
*, ::after, ::before {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    transition: all .2s;
}
button {
    border: 0;
    cursor: pointer;

    -webkit-tap-highlight-color: transparent;
    /* Убираем мигание/мерцание при клике в WebKit (Safari, Chrome) */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    transition: all .2s;
}
.custom-checkbox {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    text-align: left;
}
.custom-checkbox .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-checkbox .custom-control-label {
    display: block;
}
.custom-checkbox .custom-control-label.disabled {
    opacity: .5;
    pointer-events: none;
}
.custom-checkbox .custom-control-label {
    display: inline-block;
}
.custom-control-label .custom-control-label__after,
.custom-control-label .custom-control-label__before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}
.custom-checkbox .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-checkbox .custom-control-label .custom-control-label__before {
    width: 18px;
    height: 18px;
    top: 3px;
    left: 0;
    border: 1px solid #333;
    border-radius: 5px;
    transition: all .2s;
}
.custom-control-label:hover .custom-control-label__before {
    border: 1px solid #5B2431;
}
.custom-control-label .custom-control-label__after {
    display: none;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label .custom-control-label__after {
    display: block;
    width: 18px;
    height: 18px;
    top: 3px;
    left: 0;
    background-color: #5B2431;
    border: 1px solid #5B2431;
    border-radius: 5px;
}
.custom-control-label svg {
    display: none;
}
.custom-checkbox .custom-control-input:checked~label svg {
    display: inline-block;
    position: absolute;
    stroke: #fff;
    top: 8px;
    left: 5px;
    z-index: 99;
}
.custom-control-label__title {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    display: inline-block;
    padding-top: 3px;
    text-align: left;
    font-size: 12px;
}
.custom-control-label__title a {
    color: #5B2431;
    text-decoration: underline;
}
.custom-checkbox .help-block {
    display: block;
    margin-top: 3px;
    color: #5B2431;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
}
.container {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}
.equipment-header {

}
.equipment-header__bg {
    background: url("/local/templates/centerdesign/images/equipment/equipment-header-bg.webp") center bottom no-repeat;
    height: 1000px;
    padding-top: 50px;
    border-radius: 0 0 50px 50px;
}
.equipment-header__logo img {
    height: 48px;
}
.equipment-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 160px;
}
.equipment-header__logo-wrapper{
    width: 25%;
}

.equipment-header__nav-wrapper {
    width: 50%;
}
.equipment-header__contacts-wrapper {
    width: 25%;
}
.equipment-header__contacts-wrapper{
    display: flex;
    justify-content: flex-end;
}
.equipment-header__nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.equipment-header__nav li {
    margin-right: 15px;
}
.equipment-header__nav li a {
    color: #fff;
}
.equipment-header__contacts-box {
    display: flex;
    background: radial-gradient(88.54% 235.56% at 50.22% 50.31%, rgba(100, 42, 56, 0.036) 0%, rgba(100, 42, 56, 0.144) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 40px;
}
.equipment-header__contacts-button-rounded {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    margin-right: 10px;
}
.equipment-header__contacts-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 24px;
    color: #FFFFFF;
    padding: 0 15px;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}
.equipment-header__content {
    display: flex;
}
.equipment-header__content-left {
    width: 50%;
}
.equipment-header__content-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.equipment-header__content-title {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.equipment-header__content h1 {
    margin: 0;
    font-size: 80px;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 90px;
}
.equipment-header__content span {
    position: absolute;
    left: 376px;
    bottom: 20px;
    display: inline-block;
    text-align: center;
    height: 57px;
    background: radial-gradient(88.54% 235.56% at 50.22% 50.31%, rgba(100, 42, 56, 0.036) 0%, rgba(100, 42, 56, 0.144) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    font-size: 20px;
    padding: 22px;
    border-radius: 30px;
    color: #fff;
    line-height: 15px;
}
.equipment-header__content-description {
    color: #fff;
    font-size: 24px;
    max-width: 543px;
}
.equipment-header__content-wrapper {
    max-width: 357px;
}
.equipment-header__content-discount {
    background: linear-gradient(180deg, #602835 -4.28%, #4A1925 75.67%);
    border-radius: 30px;
    padding: 34px;

    color: #fff;
}
.equipment-header__content-discount-percent {
    font-size: 46px;
    margin-bottom: 20px;
}
.equipment-header__content-discount-description {
    font-size: 20px;
}
.equipment-header__content-materials {
    display: flex;
    align-items: center;
    justify-content: left;
    background: radial-gradient(88.54% 235.56% at 50.22% 50.31%, rgba(100, 42, 56, 0.036) 0%, rgba(100, 42, 56, 0.144) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 30px 34px;
    color: #fff;
    font-size: 18px;
}
.equipment-header__content-materials svg {
    margin-right: 15px;
}
.equipment-header-popup {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    max-width: 345px;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    transition: all .2s;
    z-index: 999;
}
.equipment-header-popup.show {
    bottom: 20px;
    opacity: 1;
    pointer-events: all;
}
.equipment-header-popup__image {
    text-align: center;
    margin-bottom: 28px;
}
.equipment-header-popup__text {
    text-align: center;
    font-size: 14px;
}
.equipment-fixed {
    position: fixed;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    background-color: #F3EDE7;
    padding: 8px;
    border-radius: 40px;
    z-index: 99;
    transition: all .2s;
}
.equipment-fixed.hidden {
    bottom: -140px;
    opacity: 0;
    pointer-events: none;
}
.equipment-fixed-btn__registration {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #602835 -4.28%, #4A1925 75.67%);
    height: 52px;
    font-size: 1rem;
    padding: 0 30px;
    font-weight: bold;
    border-radius: 26px;
    color: #FFFFFF;
    white-space: nowrap;
}
.equipment-fixed-btn__chat {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: #333;
    background-color: #fff;
    border-radius: 26px;
    padding: 0;
}
.equipment-fixed-btn__chat:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #69C38B;
}
.equipment-fixed-btn__menu {
    display: none;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: #333;
    background-color: #fff;
    border-radius: 26px;
    padding: 0;
}
.equipment-fixed-btn__menu.hidden-menu {
    display: flex;
}

.equipment-fixed-btn__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 52px;
    font-size: 1.1rem;
    padding: 0 30px;
    font-weight: bold;
    border-radius: 26px;
    color: #333;
    white-space: nowrap;
}
.equipment-fixed-btn__phone svg {
    display: none;
}
.equipment-fixed-btn__close {
    display: none;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 26px;
    background-color: #fff;
}

.equipment-fixed-btn__close.show-menu {
    display: flex;
}

.equipment-registration-success {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 345px;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: all .1s;

    padding: 18px 30px 20px;
    border-radius: 20px;

    background-color: #F3EDE7;

    z-index: 999;
}
.equipment-registration-success.show {
    opacity: 1;
    pointer-events: auto;
}
.equipment-registration-success__close {
    position: absolute;
    top: -40px;
    right: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
}
.equipment-registration-success__icon {
    text-align: center;
}
.equipment-registration-success__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #642A38;
    font-weight: 700;
    margin-bottom: 20px;
}
.equipment-registration-success__text {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}
.equipment-registration-success__buttons {
    display: flex;
    justify-content: center;
}
.equipment-registration-success__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
    padding: 0 30px;
    text-decoration: none;
    background-color: transparent;
    color: #333;
    height: 48px;
    border-radius: 24px;
}
.equipment-registration-success__button:hover {
    background-color: #642A38;
    border-color: #642A38;
    color: #fff;
}
.equipment-registration-success__button .fill {
    fill: #333;
    transition: all .2s;
}
.equipment-registration-success__button:hover .fill {
    fill: #fff;
}
.equipment-fixed-registration {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 345px;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: all .1s;

    padding: 18px 30px 20px;
    border-radius: 20px;

    background-color: #F3EDE7;

    z-index: 999;

}
.equipment-fixed-registration.show {
    opacity: 1;
    pointer-events: auto;
    bottom: 20px;
}
.equipment-fixed-registration__title {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.equipment-fixed-registration__close {
    position: absolute;
    top: -40px;
    right: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
}
.equipment-fixed-registration .form-field {
    position: relative;
    margin-bottom: 16px;
}
.equipment-fixed-registration input {
    height: 48px;
    width: 100%;
    border-radius: 60px;
    border: 1px solid #fff;
    padding: 18px;
    font-size: 16px;
    color: #333;
}
.equipment-fixed-registration .help-block {
    display: block;
    padding-left: 20px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
    color: darkred;
}
.equipment-fixed-registration .custom-checkbox .help-block {
    display: none;
    padding-left: 0;
}

.custom-checkbox.has-error .custom-control-label .custom-control-label__before {
    border: 1px solid #ff4a4a;
}
.equipment-fixed-registration .main-error {
    margin-top: 10px;
    font-size: 12px;
    color: #ff4a4a;
}

.equipment-fixed-registration input::-webkit-input-placeholder,
.equipment-fixed-registration input::-moz-placeholder,
.equipment-fixed-registration input:-ms-input-placeholder,
.equipment-fixed-registration input::-ms-input-placeholder {
    color: #333;
}
.equipment-fixed-registration .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 100%;
    border: 0;
    padding: 18px;
    font-size: 16px;
    background: linear-gradient(180deg, #602835 -4.28%, #4A1925 75.67%);
    border-radius: 100px;
    color: #fff;
    margin-top: 20px;
}

/* */
.equipment-registration__form .form-field {
    position: relative;
    margin-bottom: 16px;
}
.equipment-registration__form input {
    height: 48px;
    width: 100%;
    border-radius: 60px;
    border: 1px solid #fff;
    padding: 18px;
    font-size: 16px;
    color: #333;
}
.equipment-registration__form .help-block {
    font-size: 10px;
    color: #fff;
}
.equipment-registration__form .main-error {
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
}

.equipment-registration__form input::-webkit-input-placeholder,
.equipment-registration__form input::-moz-placeholder,
.equipment-registration__form input:-ms-input-placeholder,
.equipment-registration__form input::-ms-input-placeholder {
    color: #333;
}
.equipment-registration__form .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 100%;
    border: 0;
    padding: 18px;
    font-size: 16px;
    background: linear-gradient(180deg, #602835 -4.28%, #4A1925 75.67%);
    border-radius: 100px;
    color: #fff;
    margin-top: 20px;
}
/* */

.modal-overlay {
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(20, 3, 4);
    transition: all .1s;
    pointer-events: none;
    z-index: 995;
}
.modal-overlay.show {
    opacity: 0.6;
}
.equipment-fixed-menu {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 345px;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: all .1s;

    padding: 30px 20px 20px;
    background: #F3EDE7 url('/local/templates/centerdesign/images/equipment/menu-bg.webp') top right no-repeat;
    border-radius: 20px;
    z-index: 999;
}
.equipment-fixed-menu.show {
    opacity: 1;
    pointer-events: auto;
    bottom: 130px;
}
.equipment-fixed-menu__nav {
    padding: 0;
    margin: 0 0 30px 0;
    list-style-type: none;

}
.equipment-fixed-menu__nav li {
    margin-bottom: 10px;
}
.equipment-fixed-menu__nav a {
    color: #333333;
}
.equipment-fixed-menu__nav a:hover {
    text-decoration: underline;
}
.equipment-fixed-menu__questions {
    font-size: 14px;
    color: #8C8C8C;
    margin-bottom: 10px;
}
.equipment-fixed-menu__contacts {
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 64px;
    border-radius: 35px;
    padding: 8px;
}
.equipment-fixed-menu__contacts-avatar {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.equipment-fixed-menu__contacts-info {
    font-size: 14px;
}
.equipment-fixed-menu__contacts-info-fio {
    font-weight: bold;
}
.equipment-fixed-menu__contacts-btn {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
}
.equipment-fixed-menu__contacts-btn + .equipment-fixed-menu__contacts-btn {
    margin-left: 10px;
}
.equipment-fixed-menu__contacts-buttons {
    display: flex;
    align-items: center;
    margin-left: auto
}
.equipment-for-whom {
    padding-top: 140px;
    padding-bottom: 100px;
}
.equipment-for-whom__title {
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 140px;
    text-align: center;
}
.equipment-for-whom__professions {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.equipment-for-whom__profession {
    position: relative;
    width: 50%;
    padding: 15px;
}
.equipment-for-whom__profession-wrap {
    display: flex;
    padding: 30px;
    border-radius: 20px;
    background-color: #F7F6F3;
    gap: 43px;
}
.equipment-for-whom__profession-image {
    position: relative;
    flex-shrink: 0;
}
.equipment-for-whom__profession-image img {
    width: 100%;
    border-radius: 20px;
}
.equipment-for-whom__profession-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 10px;
}
.equipment-for-whom__profession-content {

}
.equipment-for-whom__profession-title {
    font-size: 24px;
    font-weight: 600;
    color: #602835;
    margin-bottom: 66px;
}
.equipment-for-whom__profession-description {
    line-height: 25px;
}

.equipment-benefit-top {
    padding: 150px 0 130px;
    border-radius: 100px;
    background-color: #F7F6F3;
    margin-bottom: 50px;
}
.equipment-benefit-top__title {
    text-align: center;
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 100px;
}
.equipment-benefit-top__title br {
    display: none;
}
.equipment-benefit-top__items {
    margin-bottom: 60px;
}
.equipment-benefit-top__item {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
}
.equipment-benefit-top__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #F7F6F3;
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
}
.equipment-benefit-top__item-title {
    font-size: 20px;
    font-weight: 600;
    color: #5B2431;
    margin-bottom: 30px;
}
.equipment-benefit-top__item-description {
    margin-bottom: 20px;
}
.equipment-benefit-top__item-badge {
    display: inline-flex;
    border-radius: 20px;
    padding: 7px 10px;
    color: #333E0C;
    font-size: 14px;
    background-color: rgba(158, 175, 96, 0.2);
}
.equipment-benefit-top__banner {
    background: url('/local/templates/centerdesign/images/equipment/benefit-banner-bg.webp') center center no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 30px;
    color: #fff;
}
.equipment-benefit-top__banner-content {
    width: 100%;
    max-width: 470px;
}
.equipment-benefit-top__banner-content-top {
    margin-bottom: 30px;
}
.equipment-benefit-top__banner-content-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 74px;
}
.equipment-benefit-top__banner-content-middle {
    line-height: 22px;
    margin-bottom: 74px;
}
.equipment-benefit-top__banner-content-bottom .text {
    font-weight: 600;
    margin-bottom: 16px;
}
.equipment-benefit-top__banner-content-mobile-btn {
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    max-width: 380px;
    height: 52px;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(180deg, #602835 -4.28%, #4A1925 75.67%);
    border-radius: 100px;
    margin-top: 20px;
}

.equipment-benefit-top__banner-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.equipment-benefit-top__banner-form {
    width: 100%;
    max-width: 404px;
    flex-shrink: 0;
}
.equipment-registration-banner__form-wrap,
.equipment-benefit-top__banner-form-wrap {
    background-color: #fff;
    border-radius: 30px;
    padding: 40px 30px;
}
.equipment-registration-banner__form-wrap .form-field,
.equipment-benefit-top__banner-form-wrap .form-field {
    position: relative;
    margin-bottom: 20px;
}
.equipment-registration-banner__form-wrap .form-field input,
.equipment-benefit-top__banner-form-wrap .form-field input {
    height: 48px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #F7F6F3;
    background-color: #F7F6F3;
    padding: 18px 20px;
    font-size: 16px;
    color: #333;
}
.equipment-registration-banner__form-wrap .form-field.has-error .help-block,
.equipment-benefit-top__banner-form-wrap .form-field.has-error .help-block {
    color: #ff4a4a;
    left: 21px;
}
.equipment-registration-banner__form-wrap .btn-submit,
.equipment-benefit-top__banner-form-wrap .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    margin-top: 30px;
    border-radius: 26px;
    background: linear-gradient(180deg, #602835 -4.28%, #4A1925 75.67%);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.equipment-registration-banner__form-wrap .custom-checkbox.has-error .custom-control-label .custom-control-label__before,
.equipment-benefit-top__banner-form-wrap .custom-checkbox.has-error .custom-control-label .custom-control-label__before {
    border: 1px solid #fa7a7a;
}
.equipment-registration-banner__form-wrap .main-error,
.equipment-benefit-top__banner-form-wrap .main-error {
    font-size: 12px;
    color: #fa7a7a;
}
.equipment-registration-banner__form-wrap .custom-checkbox .help-block,
.equipment-benefit-top__banner-form-wrap .custom-checkbox .help-block {
    display: none;
}

.banner-content-bottom__contacts .social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.banner-content-bottom__contacts .phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 15px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 24px;
    margin-right: 10px;
    font-weight: 600;
}
.equipment-registration-banner {

    background: url('/local/templates/centerdesign/images/equipment/registration-banner-kitchens.webp') center center no-repeat;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}
.equipment-registration-banner__wrap {
    display: flex;
    justify-content: space-between;
}
.equipment-registration-banner__description {
    width: 618px;
    flex-shrink: 0;
}
.equipment-registration-banner__logo {
    margin-bottom: 230px;
}
.equipment-registration-banner__text {
    font-size: 24px;
    font-weight: 400;
}
.equipment-registration-banner__form {
    width: 100%;
    max-width: 404px;
    flex-shrink: 0;
}
.equipment-tariffs {
    background: url('/local/templates/centerdesign/images/equipment/tarifs-bg.png') center center no-repeat;
    background-size: cover;
    padding: 100px 0;
    border-radius: 0 0 60px 60px;
}
.equipment-tariffs__title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 50px;
}
.equipment-tariffs__title span {
    color: #5B2431;
}
.equipment-tariffs__item {
    position: relative;
    padding: 60px;
    border-radius: 32px;
    background-color: #fff;


    -webkit-mask-image:
            url('/local/templates/centerdesign/images/equipment/tarif-mask1.svg'),
            linear-gradient(white, white);

    mask-image:
            url('/local/templates/centerdesign/images/equipment/tarif-mask1.svg'),
            linear-gradient(white, white);


    -webkit-mask-size: auto;
    mask-size: auto;

    -webkit-mask-repeat: no-repeat, no-repeat;
    mask-repeat: no-repeat, no-repeat;

    -webkit-mask-position: calc(100% + 1px) -1px;
    mask-position: calc(100% + 1px) -1px;

    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.equipment-tariffs__item.prof {
    background-color: #5B2431;
    color: #fff;
}
.equipment-tariffs__items .swiper-slide {
    position: relative;
}
.equipment-tariffs__items .swiper-slide .badge {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 44px;
    border-radius: 22px;
    padding: 0 23px;
    background: radial-gradient(88.54% 235.56% at 50.22% 50.31%, #E1D5C9 0%, #C2A282 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: inset 3px 3px 4px rgba(255, 255, 255, 0.17);
    backdrop-filter: blur(10px);
}

.equipment-tariffs__item-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}
.equipment-tariffs__item-description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}
.equipment-tariffs__item-cost {
    font-size: 28px;
    font-weight: 600;
    color: #5B2431;
    padding-bottom: 30px;
    border-bottom: 1px dashed #8D8989;
    margin-bottom: 30px;
}
.equipment-tariffs__item.prof .equipment-tariffs__item-cost {
    color: #fff;
    border-bottom: 1px dashed #fff;
}
.equipment-tariffs__item-props {
    margin-bottom: 45px;
}
.equipment-tariffs__item-prop {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    color: rgba(51, 51, 51, 0.4);
}
.equipment-tariffs__item-prop.checked {
    color: #333;
}
.equipment-tariffs__item.prof .equipment-tariffs__item-prop.checked {
    color: #fff;
}
.equipment-tariffs__item-prop .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.equipment-tariffs__item-prop.checked .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #F7F6F3;
    border-radius: 50%;
}
.equipment-tariffs__item-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    border: 1px solid #E0E0E0;
    border-radius: 40px;
    background-color: #fff;
    color: #5B2431;
    font-size: 28px;
    font-weight: 600;


}
.prof .equipment-tariffs__item-button {
    background: linear-gradient(180deg, #F3EDE7 -4.28%, #E3D8CD 75.67%);
}
.equipment-tariffs__items .nav-button {
    display: none;
}
.equipment-work-stages {
    padding: 110px 0 160px;
}
.equipment-work-stages__wrap {
    position: relative;
    display: flex;
    gap: 100px;
}
.equipment-work-stages__left {

}
.equipment-work-stages__title {
    font-size: 52px;
    font-weight: 600;
    text-wrap: nowrap;
}
.equipment-work-stages__item {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #D9D9D9;
}
.equipment-work-stages__item:not(:first-child) {
    padding-top: 50px;
}
.equipment-work-stages__item .number {
    color: rgba(51, 51, 51, 0.5);
    font-size: 20px;
    width: 120px;
    flex-shrink: 0;
}
.equipment-work-stages__item .title {
    font-size: 24px;
    font-weight: 500;
    width: 380px;
    flex-shrink: 0;
}
.equipment-work-stages__item .description {
    font-size: 20px;
    margin-bottom: 50px;
}
.equipment-work-stages__economy {
    position: absolute;
    left: 0;
    bottom: 0;

    max-width: 360px;
}
.equipment-work-stages__economy-percent {
    font-size: 100px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #5B2431;
}
.equipment-work-stages__economy-percent span {
    font-size: 24px;
    margin-right: 10px;
}
.equipment-work-stages__economy-text {
    font-weight: bold;
}
.equipment-projects {
    background-color: #333333;
    padding: 150px 0;
    color: #F6F3EE;
}
.equipment-projects__title {
    font-weight: 600;
    font-size: 52px;
    margin-bottom: 110px;
}
.equipment-projects__items {
    position: relative;
}
.equipment-projects__items .nav-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);

    border: 1px solid #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background-color: transparent;
    cursor: pointer;
}
.equipment-projects__items .nav-button.prev {
    left: -78px;
}
.equipment-projects__items .nav-button.next {
    right: -78px;
    transform: rotate(180deg);
}
.equipment-projects__item {
    display: flex;
    gap: 90px;
}
.equipment-projects-item__content {
    width: 430px;
    flex-shrink: 0;
}

.equipment-projects-item__comparison {
    flex: 1;
    min-width: 0;
}
.equipment-projects-item__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.equipment-projects-item__description {
    margin-bottom: 30px;
}
.equipment-projects-item__props {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.equipment-projects-item__prop-title {
    font-size: 14px;
    color: rgba(213, 213, 213, 0.5);
    margin-bottom: 10px;
}
.equipment-projects-item__prop-value {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
}
.equipment-projects-item__total {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    font-size: 16px;
}

.equipment-projects-item__total-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

.equipment-projects-item__total-item:last-child {
    margin-bottom: 0;
}

.equipment-projects-item__total-item-title {
    color: #333;
    width: auto;
}

.equipment-projects-item__total-item-value {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    color: #333;
    font-weight: 600;
    text-align: right;
}
.equipment-projects-item__total-item-value button {
    border-radius: 50%;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-left: 9px;
}
.help-btn-wrap {
    position: relative;
}
.help-btn-wrap .help-popup {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 35px;
    width: 240px;
    background-color: #fff;
    padding: 33px 20px 20px 20px;
    border-radius: 20px 20px 20px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 99;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    text-align: left;
    height: auto;
    min-height: 60px;
    max-height: 300px;
    overflow-y: auto;
}
.help-btn-wrap .help-popup svg {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
}

.image-comparison-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; /* Обрезаем если что-то выходит */
}

/* Заставляем слайдер занимать 100% ширины контейнера */
img-comparison-slider {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}

/* Контролируем изображения внутри слайдера */
img-comparison-slider img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
}
.equipment-projects .swiper-pagination {
    display: none;
}

.equipment-benefit {
    background-color: #F7F6F3;
    padding-bottom: 140px;
    border-radius: 0 0 50px 50px;
}
.equipment-benefit__wrapper {
    display: flex;
    border: 1px solid #AB958A;
    border-radius: 20px;
    padding: 50px;
    background: url('/local/templates/centerdesign/images/equipment/benefit-bg.png') top right no-repeat;
    background-size: contain;
}
.equipment-benefit__title {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
}
.equipment-benefit__title svg {
    margin-right: 10px;
}
.equipment-benefit__description {
    position: relative;
    width: 400px;
}
.equipment-benefit__btn,
.equipment-benefit__btn-mobile {

    width: 100%;
    max-width: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #602835 -4.28%, #4A1925 75.67%);
    border-radius: 100px;
    height: 52px;
    color: #fff;
    font-weight: bold;
}
.equipment-benefit__btn {
    position: absolute;
    left: 0;
    bottom: 0;
}
.equipment-benefit__btn svg {
    margin-left: 14px;
}
.equipment-benefit__items {
    display: flex;
    flex-wrap: wrap;
    width: 890px;
}
.equipment-benefit__item {
    width: 50%;
    padding: 0 15px;
    font-size: 18px;
}
.equipment-benefit__item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #AB958A;
    color: #AB958A;
    margin-bottom: 20px;
}
.equipment-we-help {
    padding-top: 140px;
    padding-bottom: 140px;
}
.equipment-we-help__title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
    color: #602835;
    margin-bottom: 67px;
    gap: 26px;
}
.equipment-we-help__items {
    display: flex;
    gap: 30px;
}
.equipment-we-help__item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.equipment-we-help__item .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #602835;
    color: #602835;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
.equipment-we-help__item .description {
    line-height: 26px;
}
.equipment-advantages {
    padding-top: 140px;
    padding-bottom: 140px;
}
.equipment-advantages__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.equipment-advantages__item {
    width: 33.33333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.equipment-advantages__title {
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
}
.equipment-advantages__item-bg {
    border-radius: 20px;
    padding: 30px;
    background-color: #FAF8F6;
    height: 100%;
}
.equipment-advantages__item-bg.image-bg {
    background: url('/local/templates/centerdesign/images/equipment/advantages-bg.webp') center center no-repeat;
}
.equipment-advantages__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 54px;
}
.equipment-advantages__item-title {
    font-size: 28px;
    font-weight: bold;
    color: #5B2431;
    margin-bottom: 10px;
}
.equipment-advantages__item-bg.image-bg .equipment-advantages__item-title {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
}
.equipment-advantages__item-text {
    font-size: 20px;
}
.equipment-advantages__item-bg.image-bg .equipment-advantages__item-text {
    font-size: 16px;
    color: #fff;
}
.equipment-faq {
    padding: 150px 0 128px;
    background-color: #F7F6F3;
    border-radius: 100px;
}
.equipment-faq__wrap {
    display: flex;
    gap: 30px;
}
.equipment-faq__sidebar {

}
.equipment-faq__title {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 40px;
}
.equipment-faq__description {
    line-height: 30px;
}
.equipment-faq__item {
    padding: 20px;
    border-radius: 24px;
    margin-bottom: 24px;
    background-color: #fff;
}
.equipment-faq__item .question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 24px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    gap: 10px;
}
.equipment-faq__item .question .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #333333;
    border-radius: 50%;
    transition: all .2s;
    flex-shrink: 0;
}
.equipment-faq__item.expanded .question .icon {
    background-color: #5B2431;
    transform: rotate(45deg);
}
.equipment-faq__item .answer {
    display: grid;

    grid-template-rows: 0fr;

    transition: all 0.3s ease;
}

.equipment-faq__item .answer > * {
    color: #292929;
    overflow: hidden;
    line-height: 26px;
}

.equipment-faq__item.expanded .answer {
    padding-top: 20px;
    grid-template-rows: 1fr;
}
.equipment-crm {
    padding-top: 105px;
    padding-bottom: 74px;
    border-radius: 50px;
    margin-bottom: 30px;
}
.equipment-crm__title {
    font-size: 52px;
    font-weight: bold;
    text-align: center;
    line-height: 57px;
    margin-bottom: 80px;
}
.equipment-crm__title-mobile {
    display: none;
}
.equipment-crm__title-color-1 {
    position: relative;
    display: inline-block;
    color: #fff;
}
.equipment-crm__title-color-1 span {
    position: relative;
    z-index: 2;
}
.equipment-crm__title-color-1::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -10px;
    width: calc(100% + 20px);
    height: 100%;
    background-color: #642A38;
    border-radius: 10px;
    z-index: 1;
}
.equipment-crm__title-color-2 {
    position: relative;
    display: inline-block;
    color: #fff;
}
.equipment-crm__title-color-2 span {
    position: relative;
    z-index: 2;
}
.equipment-crm__title-color-2::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -7px;
    width: calc(100% + 9px);
    height: 100%;
    background-color: #AB958A;
    border-radius: 10px;
    z-index: 1;
}
.equipment-crm__items {
    margin-bottom: 70px;
}
.text-center {
    text-align: center;
}

.equipment-crm__item {
    background-color: #F4F3EE;
    border-radius: 20px;
    padding: 30px;
}
.equipment-crm__item .icon {
    text-align: center;
    margin-bottom: 20px;
}
.equipment-crm__item .text {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.equipment-crm__item .image {
    text-align: center;
    /*width: 100%;*/
}
.equipment-crm__item .image img {
    max-width: 300px;
}
.equipment-crm__footer {
    text-align: center;
}
.equipment-crm__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 345px;
    background: linear-gradient(180deg, #602835 -4.28%, #4A1925 75.67%);
    border-radius: 100px;
    color: #fff;
    height: 52px;
}
.equipment-crm__btn svg {
    margin-left: 12px;
}
.equipment-registration {
    background: url('/local/templates/centerdesign/images/equipment/registration-bg.webp') center center no-repeat;
    border-radius: 50px;
    margin-bottom: 140px;
}
.equipment-registration__wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    color: #fff;
}
.equipment-registration__description {
    width: 60%;
}
.equipment-registration__title {
    font-size: 52px;
    font-weight: bold;
    text-transform: uppercase;
}
.equipment-registration__form {
    display: flex;
    justify-content: flex-end;
    width: 40%;
}
.equipment-registration__form-wrapper {
    max-width: 404px;
    background: radial-gradient(88.54% 235.56% at 50.22% 50.31%, rgba(100, 42, 56, 0.036) 0%, rgba(100, 42, 56, 0.144) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 30px;
}
.equipment-registration__form .custom-checkbox .custom-control-label .custom-control-label__before {
    border: 1px solid #fff;
}
.equipment-registration__form .custom-checkbox .custom-control-input:checked~.custom-control-label .custom-control-label__after {
    border: 1px solid #fff;
}
.equipment-registration__form .custom-control-label__title {
    color: #FFFFFF;
}
.equipment-registration__form .custom-control-label__title a {
    color: #DFC1B2;
}
.equipment-registration__form .btn-submit {
    background: linear-gradient(180deg, #F3EDE7 -4.28%, #E3D8CD 75.67%);
    border-radius: 100px;
    color: #642A38;
}
.equipment-education__title {
    text-align: center;
    font-size: 52px;
    line-height: 57px;
    margin-bottom: 70px;
}
.equipment-education__title-color-1 {
    position: relative;
    display: inline-block;
    color: #fff;
}
.equipment-education__title-color-1 span {
    position: relative;
    z-index: 2;
}
.equipment-education__title-color-1::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -10px;
    width: calc(100% + 20px);
    height: 100%;
    background-color: #642A38;
    border-radius: 10px;
    z-index: 1;
}
.equipment-education__title-color-2 {
    position: relative;
    display: inline-block;
    color: #fff;
}
.equipment-education__title-color-2 span {
    position: relative;
    z-index: 2;
}
.equipment-education__title-color-2::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -10px;
    width: calc(100% + 20px);
    height: 100%;
    background-color: #AB958A;
    border-radius: 10px;
    z-index: 1;
}
.equipment-education__gallery {
    position: relative;
}
.equipment-education__gallery .swiper-slide {
    height: 340px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px;
}
.equipment-education__gallery .swiper-pagination .custom-bullet {
    width: 8px !important;
    height: 8px !important;
    background: #F3EDE7 !important;
    opacity: 1;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

.equipment-education__gallery .swiper-pagination .custom-bullet.swiper-pagination-bullet-active {
    background: #5B2431 !important;
    transform: scale(1.5) !important;
}
.equipment-education__gallery img {
    max-width: 100%;
    width: 100%;
}
.swiper-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Стили для основного слайдера */
.main-swiper {
    width: 100%;
    height: 600px;
    margin-bottom: 100px;
}

.main-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Стили для слайдера миниатюр */
.thumbs-swiper {
    height: 340px;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 90px;
}

.thumbs-swiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.thumbs-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Навигационные кнопки */
.swiper-button-next,
.swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background-color: #fff;
}
.swiper-button-next svg,
.swiper-button-prev svg {
    width: 9px;
}

.swiper-button-prev svg {
    transform: rotate(180deg);
}
.swiper-button-next {
    right: -18px;
    left: auto;
}
.swiper-button-prev {
    left: -18px;
    right: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none;
    all: unset;
}
.equipment-education {
    padding-bottom: 100px;
}
.equipment-education__buttons {
    text-align: center;
}
.equipment-education__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 100%;
    max-width: 305px;
    background: linear-gradient(180deg, #602835 -4.28%, #4A1925 75.67%);
    border-radius: 100px;
    color: #fff;
}

.equipment-showroom {
    background-color: #F3EDE7;
    border-radius: 50px;
}
.equipment-showroom__wrapper  {
    padding: 100px 0;
}
.equipment-showroom__title {
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}
.equipment-showroom__map-wrapper {
    background-color: #fff;
    padding: 60px;
    border-radius: 30px;
}
.equipment-showroom__map {
    position: relative;
    /*background: url('/local/templates/centerdesign/images/equipment/map-desktop.webp') center center no-repeat;*/
    border-radius: 30px;
    overflow: hidden;
}
.equipment-showroom__map iframe.mobile {
    display: none;
}
.equipment-showroom__map iframe.desktop {
    display: block;
}
.equipment-showroom__contacts {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 40px;
    background-color: #fff;
    border-radius: 30px;
    max-width: 574px;
}
.equipment-showroom__contacts-address {
    font-size: 22px;
    margin-bottom: 25px;
}
.equipment-showroom__contacts-phone {
    margin-bottom: 10px;
}
.equipment-showroom__contacts-phone a {
    font-size: 30px;
    font-weight: 400;
    color: #642A38;
}
.equipment-showroom__contacts-email {
    margin-bottom: 25px;
}
.equipment-showroom__contacts-email a {
    font-size: 30px;
    font-weight: 400;
    color: #642A38;
}
.equipment-showroom__contacts-work-time {
    display: flex;
    margin-left:-10px;
    margin-right:-10px;
    margin-bottom: 30px;
}
.equipment-showroom__contacts-work-time .col {
    width: 50%;
    padding: 0 10px;
}
.equipment-showroom__contacts-work-time-item {
    background-color: #FAFAFA;
    border-radius: 20px;
    padding: 28px;
}
.equipment-showroom__contacts-work-time-item .days-of-week {
    color: #8C8C8C;
    font-size: 20px;
    margin-bottom: 5px;
}
.equipment-showroom__contacts-work-time-item .times {
    color: #000;
    font-weight: 400;
}
.equipment-showroom__contacts-work-time-item .times.weekend {
    color: #7B1B16;
}
.equipment-showroom__contacts-item {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}
.equipment-showroom__contacts-item-icon {
    display: flex;
    align-items: center;
    width: 52px;
}
.equipment-showroom__contacts-item-info {
    width: calc(100% - 52px)
}
.equipment-showroom__contacts-item-info-description {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1;
    color:#8C8C8C;
}
.equipment-showroom__yandex-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border: 1px solid #642A38;
    color: #642A38;
    border-radius: 30px;
}
.equipment-showroom__yandex-btn svg {
    margin-right: 7px;
}
.equipment-benefit--mobile {
    display: none;
}
.visible-mobile {
    display: none;
}
.section-design-project {
    background: url(../../images/about-bonus-bg.webp) center center no-repeat;
}

.section-design-project__content {
    padding: 120px 0;
    text-align: center;
    color: #fff;
}
.section-design-project__title {
    font-size: 47px;
    color: #D8BD94;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.section-design-project__subtitle {
    font-size: 24px;
    text-transform: uppercase;
}
.section-design-project__button {
    display: inline-flex;
    margin-top: 40px;
    height: 64px;
    background: #31040F;
    border: 1px solid #DED8B9;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    max-width: 399px;
}
.section-design-project__button span {
    background: linear-gradient(91.38deg, #FFF1A8 -0.88%, #DFBC95 24.01%, #CBB681 54.17%, rgba(225, 195, 160, 0.99) 77.63%, #AC926B 94.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 20px;
}
.about-bonus {
    background: url(../../images/about-bonus-bg.webp) center center no-repeat;
}
.about-bonus__content {
    padding: 60px 0;
    text-align: center;
    color: #fff;
}
.about-bonus__top-text {
    font-size: 24px;
}
.about-bonus__middle-text {
    font-size: 47px;
    color: #D8BD94;
    margin-bottom: 55px;
}
.about-bonus__sum {
    color: #D8BD94;
    background: linear-gradient(91.38deg, #FFF1A8 -0.88%, #DFBC95 24.01%, #CBB681 54.17%, rgba(225, 195, 160, 0.99) 77.63%, #AC926B 94.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 69px;
    font-weight: bold;
}
.about-bonus__bottom-text {
    font-size: 20px;
}
.about-bonus__button {
    display: inline-flex;
    margin-top: 40px;
    height: 64px;
    background: #31040F;
    border: 1px solid #DED8B9;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    max-width: 399px;
}
.about-bonus__button span {
    background: linear-gradient(91.38deg, #FFF1A8 -0.88%, #DFBC95 24.01%, #CBB681 54.17%, rgba(225, 195, 160, 0.99) 77.63%, #AC926B 94.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 20px;
}


.sidebar-modal__bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.5);
    z-index: 98;
}

.sidebar-modal__content {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 480px;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 30px 0 0 30px;
    overflow-y: auto;
    z-index: 99;
}
.sidebar-modal__close {
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 0;
    border: 0;
    background-color: transparent;
}
.sidebar-modal__content-wrap {
    padding: 50px 80px;
}
.sidebar-modal__title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.sidebar-modal__subtitle {
    text-align: center;
    font-size: 14px;
    color: #8E8E93;
    margin-bottom: 26px;
}
.sidebar-modal .form-field {
    margin-bottom: 20px;
}
.sidebar-modal .divider {
    background-color: #D9D9D9;
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
}
.sidebar-modal .drop-zone {
    border: 1px dashed #632A38;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: rgba(99, 42, 56, 0.05);
    position: relative;
}
.sidebar-modal .drop-zone svg {
    display: inline-block;
}
.sidebar-modal .drop-zone .drop-content__icon {
    margin-bottom: 14px;
}
.sidebar-modal .drop-zone .drop-content__title {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color:  #632A38;
    border-bottom: 1px solid #632A38;
    margin-bottom: 13px;
    border-bottom: 1px solid;
}
.sidebar-modal .drop-zone .drop-content__description {
    color: #7D7D7D;
    font-size: 12px;
    margin-bottom: 0;
}
.send-project-form__text {
    font-size: 14px;
    color: #8E8E93;
    margin-bottom: 18px;
}
.send-project-form__files {
    margin-bottom: 30px;
}
.send-project-form__files-list {
    margin-top: 20px;
}
.send-project-form__file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.send-project-form__file-item .file-name {
    font-size: 14px;
    overflow: hidden;
    text-wrap: nowrap;
}
.send-project-form__file-item .file-size {
    font-size: 12px;
    color: #A8A6A7;
}
.send-project-form__file-item .file-item__btn .remove-btn {
    display: flex;
    width: 24px;
    height: 24px;
    border-radius: 10px;
    border: 0;
    background-color: #FAFAFA;
    align-items: center;
    justify-content: center;
}
.send-project-form__success-message {
    padding: 50px 20px;
    text-align: center;
}
.send-project-form__success-message .success-message__icon {
    margin-bottom: 16px;
    height: 133px;
}
.send-project-form__success-message .success-message__icon img {
    height: 100%;
}
.send-project-form__success-message .success-message__title {
    font-size: 20px;
    font-weight: bold;
    color: #642A38;
    margin-bottom: 20px;
}

.sidebar-modal .input,
.sidebar-modal .textarea {
    padding-left: 16px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    /* background: #F7F7FC; */
    border: 1px solid #D1D1D1;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 90.5%;
}
.modal-btn {
    width: 100%;
    border: none;
    background-color: #642A38;
    color: #fff;
    height: 48px;
    font-size: 16px;
    border-radius: 10px;
}
.modal-btn:disabled,
.modal-btn.disabled {
    opacity: .4;
    pointer-events: none;
}
.form-field.has-error .help-block {
    position: absolute;
    display: block;
    bottom: 4px;
    margin-top: 0;
    color: #ff4a4a;
    font-size: 10px;
    font-weight: 400;
}
.dark .form-field.has-error .help-block {
    color: #fff;
}
.oh {
    overflow: hidden;
}

.equipment-benefit-top__banner-form {

}

@media (max-width: 1599px) {
    .container {
        max-width: 1320px;
    }
    .equipment-header__content span {
        font-size: 18px;
    }
    .equipment-for-whom {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .equipment-for-whom__profession-image {
        width: 290px;
    }
    .equipment-for-whom__profession-title {
        font-size: 22px;
        font-weight: 600;
        color: #602835;
        margin-bottom: 30px;
    }
    .equipment-for-whom__profession-description {
        line-height: 20px;
    }

    .equipment-projects {
        padding: 120px 0;
    }
    .equipment-projects__title {
        margin-bottom: 70px;
    }
    .equipment-projects-item__title {
        margin-bottom: 20px;
    }
    .equipment-projects-item__description {
        margin-bottom: 30px;
    }
    .equipment-projects-item__props {
        gap: 15px;
        margin-bottom: 30px;
    }
    .equipment-projects-item__prop-title {
        margin-bottom: 5px;
    }

    .equipment-projects-item__content {
        width: 390px;
    }


    .equipment-benefit__description {
        width: 300px;
    }
    .equipment-benefit__title {
        font-size: 24px;
    }
    .equipment-benefit__items {
        width: 758px;
    }
    .equipment-benefit__wrapper {
        background-size: contain;
    }
    .equipment-benefit {
        padding-bottom: 100px;
    }
    .equipment-advantages__title {
        font-size: 46px;
    }
    .equipment-advantages__item-title {
        font-size: 24px;
    }
    .equipment-advantages__item-text {
        font-size: 16px;
    }
    .equipment-advantages__item-bg.image-bg {
        background-size: cover;
    }
    .equipment-advantages__item-bg.image-bg .equipment-advantages__item-title {
        font-size: 24px;
    }
    .equipment-advantages__item-bg.image-bg .equipment-advantages__item-text {
        font-size: 14px;
    }
    .equipment-advantages {
        padding-top: 100px;
        padding-bottom: 70px;
    }
    .equipment-tariffs__item-title {
        font-size: 32px;
    }
    .equipment-tariffs__item-cost {
        font-size: 26px;
    }
    .equipment-crm {
        margin-bottom: 100px;
    }
    .equipment-registration__title {
        font-size: 46px;
    }
    .equipment-crm__title,
    .equipment-education__title {
        font-size: 46px;
        line-height: 52px;
    }

    .thumbs-swiper {
        height: 280px;
    }
    .main-swiper {
        height: 520px;
        margin-bottom: 70px;
    }
    .equipment-showroom__wrapper {
        padding: 70px 0;
    }
    .equipment-showroom__title {
        font-size: 46px;
        margin-bottom: 40px;
    }
    .equipment-showroom__contacts {
        padding: 30px;
        background-color: #fff;
        border-radius: 30px;
        max-width: 520px;
    }
    .equipment-showroom__contacts-address {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1359px) {
    .container {
        max-width: 1140px;
    }
    .equipment-header__nav-wrapper {
        width: 40%;
    }
    .equipment-header__logo-wrapper,
    .equipment-header__contacts-wrapper {
        width: 30%;
    }
    .equipment-header__contacts-button {
        height: 44px;
        font-size: 18px;
    }
    .equipment-header__contacts-button-rounded {
        width: 44px;
        height: 44px;
    }
    .equipment-header__content h1 {
        font-size: 64px;
        line-height: 68px;
    }
    .equipment-header__content span {
        left: 299px;
        bottom: 10px;
        height: 54px;
        line-height: 12px;
    }
    .equipment-header__content span {
        font-size: 16px;
    }
    .equipment-header__content-discount-percent {
        font-size: 42px;
        margin-bottom: 15px;
    }
    .equipment-header__content-discount-description {
        font-size: 18px;
    }
    .equipment-header__content-description {
        font-size: 20px;
    }
    .equipment-header__bg {
        height: 760px;
    }
    .equipment-header__top {
        margin-bottom: 100px;
    }
    .equipment-for-whom__profession-image {
        width: 220px;
    }
    .equipment-for-whom__profession-icon {
        top: 10px;
        left: 10px;
    }
    .equipment-for-whom__profession-title {
        font-size: 20px;
        font-weight: 600;
        color: #602835;
        margin-bottom: 30px;
    }
    .equipment-for-whom__profession-description {
        font-size: 14px;
    }
    .equipment-benefit__wrapper {
        background: none;
    }
    .equipment-benefit__description {
        width: 30%;
    }
    .equipment-benefit__items {
        width: 70%;
    }

    .equipment-work-stages__title {
        font-size: 46px;
    }

    .equipment-work-stages__item .number {
        color: rgba(51, 51, 51, 0.5);
        font-size: 18px;
        width: 60px;
    }
    .equipment-work-stages__item .title {
        font-size: 20px;
        width: 320px;
    }
    .equipment-work-stages__item .description {
        font-size: 16px;
        margin-bottom: 50px;
    }

    .equipment-advantages__title {
        font-size: 40px;
    }
    .equipment-advantages__item-icon {
        margin-bottom: 45px;
    }
    .equipment-advantages__item-title {
        font-size: 22px;
    }
    .equipment-advantages__item-text {
        font-size: 14px;
    }
    .equipment-advantages__item-bg.image-bg .equipment-advantages__item-title {
        font-size: 20px;
    }
    .equipment-tariffs__item {
        position: relative;
        padding: 60px;
        border-radius: 32px;
        background-color: #fff;


        -webkit-mask-image:
                url('/local/templates/centerdesign/images/equipment/tarif-mask-mob.svg'),
                linear-gradient(white, white);

        mask-image:
                url('/local/templates/centerdesign/images/equipment/tarif-mask-mob.svg'),
                linear-gradient(white, white);


        -webkit-mask-size: auto;
        mask-size: auto;

        -webkit-mask-repeat: no-repeat, no-repeat;
        mask-repeat: no-repeat, no-repeat;

        -webkit-mask-position: calc(100% + 1px) -1px;
        mask-position: calc(100% + 1px) -1px;

        -webkit-mask-composite: destination-out;
        mask-composite: exclude;
    }
    .equipment-tariffs__items .swiper-slide .badge span {
        display: none;
    }
    .equipment-tariffs__items .swiper-slide .badge {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        padding: 0;
    }
    .equipment-tariffs__item-button {
        font-size: 26px;
    }
    .equipment-crm {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .equipment-crm__title, .equipment-education__title {
        font-size: 40px;
        line-height: 43px;
    }
    .equipment-registration__title {
        font-size: 40px;
    }
    .equipment-registration {
        margin-bottom: 100px;
    }
    .main-swiper {
        height: 450px;
    }
    .thumbs-swiper {
        height: 250px;
    }
    .thumbs-swiper {
        margin-bottom: 70px;
    }
    /*.equipment-education {
        padding-bottom: 70px;
    }*/
    .equipment-showroom__title {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .equipment-showroom__contacts {
        max-width: 480px;
    }
}
@media (max-width: 1199px) {
    .container {
        width: 100%;
        max-width: 767px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .equipment-header__bg {
        background: url(/local/templates/centerdesign/images/equipment/equipment-header-mobile-bg.webp?v=1) center bottom no-repeat;
        height: auto;
        padding-top: 30px;
    }

    .equipment-header__logo-wrapper {
        width: 100%;
    }

    .equipment-header__nav-wrapper {
        display: none;
    }

    .equipment-header__contacts-wrapper {
        display: none;
    }

    .equipment-header__top {
        margin-bottom: 50px;
    }

    .equipment-header__content h1 {
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .equipment-header__content {
        display: flex;
        flex-wrap: wrap;
    }

    .equipment-header__content-left {
        width: 100%;
    }

    .equipment-header__content span {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        height: 48px;
        line-height: 4px;
    }

    .equipment-header__content-description {
        font-size: 16px;
    }

    .equipment-header__content-title {
        margin-bottom: 25px;
    }

    .equipment-header__content-discount {
        background: none;
        border-radius: 0;
        padding: 0;
        color: #fff;
    }

    .equipment-header__content-right {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .equipment-header__content-wrapper {
        display: flex;
        max-width: 100%;
    }

    .equipment-header__bg {
        border-radius: 0;
        min-height: 700px;
    }

    .equipment-header__content-discount {
        width: 50%;
    }

    .equipment-header__content-materials {
        width: 50%;
    }

    .equipment-header__content-discount-percent {
        font-size: 42px;
        margin-bottom: 15px;
        line-height: 1;
    }

    .equipment-header__content-discount-description {
        font-size: 14px;
    }

    .equipment-header__content-materials {
        display: flex;
        flex-wrap: wrap;
        background: radial-gradient(88.54% 235.56% at 50.22% 50.31%, rgba(100, 42, 56, 0.036) 0%, rgba(100, 42, 56, 0.144) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        border: 1px solid rgba(255, 255, 255, 0.16);
        backdrop-filter: blur(10px);
        padding: 10px;
        font-size: 13px;
    }

    .equipment-header__content-materials svg {
        width: 14px;
    }

    .equipment-header__content-right {
        padding-top: 25px;
        padding-bottom: 138px;
    }

    .equipment-header {
        position: relative;
    }

    .equipment-header::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        background-color: #F7F6F3;
        height: 40px;
        border-radius: 20px;
    }
    .equipment-fixed-btn__phone {
        background-color: #333333;
        height: 52px;
        width: 52px;
        padding: 0;
    }

    .equipment-fixed-btn__phone span {
        display: none;
    }
    .equipment-fixed-btn__phone svg {
        display: flex;
    }

    .equipment-for-whom {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .equipment-for-whom__title {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 40px;
    }

    .equipment-for-whom__professions {
        flex-wrap: wrap;
    }

    .equipment-for-whom__profession {
        width: 100%;
    }

    .equipment-for-whom__profession-bg {
        height: 200px;
        border-radius: 20px;
        background-size: cover;
    }

    .equipment-for-whom__profession.bottom {
        padding-top: 15px;
    }

    .equipment-for-whom__profession-title {
        font-size: 16px;
    }
    .equipment-we-help {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .equipment-we-help__title {
        flex-wrap: wrap;
        font-size: 24px;
        margin-bottom: 35px;
    }
    .equipment-we-help__title span {
        width: 100%;
        text-align: center;
    }
    .equipment-we-help__items {
        flex-wrap: wrap;
    }
    .equipment-we-help__item {
        width: 100%;
        margin-bottom: 0;
    }

    .equipment-we-help__item .number {
        width: 48px;
        height: 48px;
        margin-bottom: 20px;
    }

    .equipment-faq {
        padding: 60px 0 60px;
        border-radius: 30px;
    }
    .equipment-faq__wrap {
        flex-wrap: wrap;
    }
    .equipment-faq__sidebar {
        width: 100%;
    }
    .equipment-faq__title {
        text-align: center;
        font-size: 32px;
        margin-bottom: 30px;
    }
    .equipment-faq__description {
        text-align: center;
    }

    .equipment-crm__title {
        font-size: 24px;
    }
    .equipment-registration-banner {
        background-position: left center;
        padding: 27px 24px;
        flex-wrap: wrap;
    }
    .equipment-registration-banner__logo img {
        width: 100%;
    }

    .equipment-registration-banner__wrap {
        flex-wrap: wrap;
        gap: 30px;
    }
    .equipment-registration-banner__description {
        width: 100%;
    }
    .equipment-registration-banner__form {
        width: 100%;
        max-width: 100%;
    }

    .equipment-registration-banner__form-wrap {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }

    .equipment-registration-banner__form-wrap .form-field input {
        height: 48px;
        width: 100%;
        border-radius: 24px;
        border: 1px solid #fff;
        background-color: #fff;
        padding: 18px 20px;
        font-size: 16px;
        color: #333;
    }
    .equipment-registration-banner__form-wrap .custom-control-label__title {
        color: #fff;
    }
    .equipment-registration-banner__form-wrap .custom-control-label__title a {
        color: #DFC1B2;
    }
    .equipment-registration-banner__form-wrap .custom-checkbox .custom-control-label .custom-control-label__before {
        border: 1px solid #fff;
    }
    .equipment-registration-banner__form-wrap .custom-checkbox .custom-control-input:checked~.custom-control-label .custom-control-label__after {
        background-color: #5B2431;
        border: 1px solid #fff;
    }

    .equipment-registration-banner__text {
        font-size: 16px;
        font-weight: 400;
    }

    .equipment-registration-banner__logo {
        margin-bottom: 30px;
    }

    .equipment-benefit-top {
        padding: 60px 0 60px;
        border-radius: 30px;
    }
    .equipment-benefit-top__title {
        font-size: 32px;
    }
    .equipment-benefit-top__title br {
        display: block;
    }
    .equipment-benefit-top__items {
        margin-bottom: 30px;
    }
    .equipment-benefit-top__item {
        margin-bottom: 50px;
    }
    .equipment-benefit-top__items .swiper-pagination .custom-bullet {
        width: 8px !important;
        height: 8px !important;
        background: #D0D0D0 !important;
        opacity: 1;
        border-radius: 50% !important;
        transition: all 0.3s ease !important;
    }

    .equipment-benefit-top__items .swiper-pagination .custom-bullet.swiper-pagination-bullet-active {
        background: #5B2431 !important;
        transform: scale(1.5) !important;
    }

    .equipment-benefit-top__banner-content {
        width: 100%;
        max-width: 100%;
    }

    .equipment-benefit-top__banner-content-mobile-btn {
        display: flex;
    }

    .equipment-tariffs {
        background-image: none;
        background-size: cover;
        padding: 0;
    }

    .equipment-tariffs__item {
        padding: 20px 30px;
    }

    .equipment-tariffs__item-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .equipment-tariffs__item-description {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .equipment-tariffs__item-cost {
        font-size: 16px;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .equipment-tariffs__item-props {
        margin-bottom: 20px;
    }
    .equipment-tariffs__item-prop {
        font-size: 13px;
        margin-bottom: 14px;
    }
    .equipment-tariffs__item-button {
        font-size: 20px;
        height: 47px;
    }

    .equipment-tariffs__items {
        position: relative;
    }

    .equipment-tariffs__items .swiper-pagination .custom-bullet {
        width: 8px !important;
        height: 8px !important;
        background: #D0D0D0 !important;
        opacity: 1;
        border-radius: 50% !important;
        transition: all 0.3s ease !important;
    }

    .equipment-tariffs__items .swiper-pagination .custom-bullet.swiper-pagination-bullet-active {
        background: #5B2431 !important;
        transform: scale(1.5) !important;
    }

    .equipment-tariffs__items .nav-button {
        display: inline-block;
        position: absolute;
        border: 0;
        height: 12px;
        background-color: transparent;
        z-index: 12;
    }
    .equipment-tariffs__items .nav-button.prev {
        transform: rotate(180deg);
        bottom: 9px;
    }
    .equipment-tariffs__items .nav-button.next {
        right: 0;
        bottom: 12px;
    }

    .equipment-tariffs__item {
        margin-bottom: 50px;
    }

    .equipment-work-stages {
        padding: 20px 0 80px;
    }
    .equipment-work-stages__wrap {
        gap: 30px;
        flex-wrap: wrap;
    }

    .equipment-work-stages__title {
        font-size: 32px;
        text-align: center;
    }
    .equipment-work-stages__left {
        width: 100%;
    }
    .equipment-work-stages__item {
        flex-wrap: wrap;
    }
    .equipment-work-stages__item .number,
    .equipment-work-stages__item .title,
    .equipment-work-stages__item .description {
        width: 100%;
    }
    .equipment-work-stages__item .number,
    .equipment-work-stages__item .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .equipment-work-stages__item .description {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .equipment-work-stages__item:not(:first-child) {
        padding-top: 20px;
    }
    .equipment-work-stages__economy {
        position: relative;
    }
    .equipment-work-stages__economy-percent {
        font-size: 57px;
        margin-bottom: 20px;
    }
    .equipment-projects {
        padding: 30px 0 0;
    }
    .equipment-projects__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .equipment-projects__item {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 88px;
    }

    .equipment-projects .swiper-pagination {
        display: block;
        position: absolute;
        bottom: 40px;
    }

    .equipment-projects .swiper-pagination .custom-bullet {
        width: 8px !important;
        height: 8px !important;
        background: #949494 !important;
        border-radius: 50% !important;
        transition: all 0.3s ease !important;
    }

    .equipment-projects .swiper-pagination .custom-bullet.swiper-pagination-bullet-active {
        background: #fff !important;
        transform: scale(1.5) !important;
    }

    .equipment-projects__items .nav-button.prev {
        top: auto;
        left: 0;
        bottom: 0;
        z-index: 12;
    }
    .equipment-projects__items .nav-button.next {
        top: auto;
        right: 0;
        bottom: 23px;
        z-index: 12;
    }
    .equipment-projects-item__title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .equipment-projects-item__description {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .equipment-projects-item__props {
        display: none;
    }
    .equipment-projects-item__total {
        background-color: transparent;
        padding: 0;
    }
    .equipment-projects-item__total-item {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        font-size: 14px;
    }
    .equipment-projects-item__total-item-value {
        justify-content: left;
    }

    .equipment-projects-item__total-item-title {
        color: #fff;
    }
    .equipment-projects-item__total-item-value {
        color: #fff;
    }

    .equipment-projects-item__comparison {
        width: 100%;
        order: 1;
    }

    .equipment-projects-item__content {
        width: 100%;
        order: 2;
    }

    .equipment-benefit__wrapper {
        flex-wrap: wrap;
        padding: 15px;
    }

    .equipment-benefit__description {
        width: 100%;
    }

    .equipment-benefit__items {
        width: 100%;
    }

    .equipment-benefit__item {
        width: 100%;
        text-align: center;
    }

    .equipment-benefit__item span {
        display: inline-flex
    }
    .equipment-benefit__btn {
        display: none;
    }
    .equipment-benefit__title span {
        display: block;
    }
    .equipment-benefit__title {
        display: block;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .equipment-benefit__item span {
        margin-bottom: 0;
    }
    .equipment-benefit__item p {
        margin-bottom: 30px;
    }
    .equipment-benefit--mobile {
        display: block;
        text-align: center;
    }
    .equipment-benefit__btn-mobile {
        display: inline-flex;
    }
    .equipment-benefit__wrapper {

        margin-bottom: 30px;
    }
    .equipment-benefit {
        padding-bottom: 77px;
    }
    .equipment-advantages {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .equipment-advantages__wrapper {
        display: block;
    }
    .equipment-advantages__item {
        width: 100%;
    }
    .equipment-advantages__title {
        font-size: 32px;
    }
    .equipment-advantages__item-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 24px;
    }
    .equipment-advantages__item-icon svg {
        width: 24px;
    }
    .equipment-advantages__item-title {
        font-size: 20px;
    }
    .equipment-advantages__item-bg.image-bg {
        height: 427px;
    }
    .equipment-advantages__item-bg.image-bg .equipment-advantages__item-title {
        font-size: 26px;
    }
    .equipment-advantages__item-bg.image-bg .equipment-advantages__item-icon {
        margin-bottom: 200px;
    }
    .visible-mobile {
        display: block;
    }
    .equipment-crm__wrapper .title-row-1 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .equipment-crm__wrapper .title-row-2 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .equipment-crm__wrapper .title-row-3 {
        font-size: 20px;
        line-height: 24px;
    }
    .equipment-crm__title {
        display: none;
    }
    .equipment-crm__title-mobile {
        display: block;
        font-size: 24px;
        text-align: center;
        margin-bottom: 40px;
    }
    .equipment-crm__title-mobile .font-min {
        font-size: 16px;
    }
    .equipment-crm__title-mobile .font-middle {
        font-size: 20px;
    }
    .equipment-crm__title-color-1::before {
        content: "";
        position: absolute;
        top: 6px;
        left: -4px;
        width: calc(100% + 9px);
        height: 79%;
        background-color: #642A38;
        border-radius: 10px;
        z-index: 1;
    }
    .equipment-crm__title-color-2::before {
        content: "";
        position: absolute;
        top: 1px;
        left: -3px;
        width: calc(100% + 7px);
        height: 100%;
        background-color: #AB958A;
        border-radius: 10px;
        z-index: 1;
    }
    .equipment-crm__items .swiper-pagination .custom-bullet {
        width: 8px !important;
        height: 8px !important;
        background: #F3EDE7 !important;
        opacity: 1;
        border-radius: 50% !important;
        transition: all 0.3s ease !important;
    }

    .equipment-crm__items .swiper-pagination .custom-bullet.swiper-pagination-bullet-active {
        background: #5B2431 !important;
        transform: scale(1.5) !important;
    }
    .equipment-crm__title {
        margin-bottom: 40px;
    }
    .equipment-crm__items {
        margin-bottom: 20px;
    }
    .equipment-crm__item {
        margin-bottom: 50px;
    }

    .equipment-crm {
        padding-bottom: 30px;
    }
    .equipment-crm {
        margin-bottom: 40px;
    }
    .equipment-registration {
        background: url(/local/templates/centerdesign/images/equipment/registration-bg-mobile.webp) center center no-repeat;
        border-radius: 50px;
        margin-bottom: 70px;
    }
    .equipment-registration__title {
        font-size: 32px;
        margin-bottom: 28px;
    }
    .equipment-registration__wrapper {
        padding: 30px 10px;
    }
    .equipment-registration__description {
        width: 100%;
    }
    .equipment-education__title {
        font-size: 26px;
        line-height: 32px;
    }
    .equipment-education__title-color-1::before {
        content: "";
        position: absolute;
        top: 3px;
        left: -3px;
        width: calc(100% + 8px);
        height: calc(100% - 3px);
        background-color: #642A38;
        border-radius: 10px;
        z-index: 1;
    }

    .equipment-education__title-color-2::before {
        content: "";
        position: absolute;
        top: 3px;
        left: -4px;
        background-color: #AB958A;
        border-radius: 10px;
        z-index: 1;
        width: calc(100% + 8px);
        height: calc(100% - 3px);
    }
    .equipment-education__title {
        margin-bottom: 37px;
    }
    .main-swiper {
        display: none;
        height: 180px;
    }
    .thumbs-swiper {
        height: 340px;
    }
    .equipment-showroom__wrapper {
        padding: 30px 0;
    }
    .equipment-showroom__title {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .equipment-showroom__map-wrapper {
        background-color: transparent;
        padding: 0;
        border-radius: 30px;
    }
    .equipment-showroom__contacts {
        position: relative;
        top: auto;
        left: auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 30px;
        max-width: 574px;
    }
    .equipment-showroom__map iframe.mobile {
        display: block;
        height: 270px;
        margin-bottom: 30px;
    }
    .equipment-showroom__map iframe.desktop {
        display: none;
    }
    .equipment-showroom__contacts-address {
        font-size: 14px;
    }
    .equipment-showroom__contacts-phone a {
        font-size: 20px;
    }
    .equipment-showroom__contacts-email a {
        font-size: 20px;
    }
    .equipment-showroom__contacts-work-time-item {
        padding: 14px;
    }
    .equipment-showroom__contacts-work-time-item .days-of-week {
        font-size: 16px;
    }
    .equipment-showroom__contacts-work-time-item .times {
        font-size: 14px;
    }
    .equipment-showroom__contacts-item-info-title {
        font-size: 14px;
    }
    .equipment-showroom {
        padding-bottom: 100px;
    }
    .equipment-registration__form {
        width: 100%;
    }
    .equipment-registration__text {
        margin-bottom: 28px;
    }
    .profession-designer {
        background-image: url('/local/templates/centerdesign/images/equipment/new/for-whom-1-mobile.webp')
    }
    .profession-architect {
        background-image: url('/local/templates/centerdesign/images/equipment/new/for-whom-2-mobile.webp')
    }
    .profession-myself {
        background-image: url('/local/templates/centerdesign/images/equipment/new/for-whom-4-mobile.webp')
    }
    .profession-complect {
        background-image: url('/local/templates/centerdesign/images/equipment/new/for-whom-3-mobile.webp')
    }
    .about-bonus__top-text {
        font-size: 18px;
    }
    .about-bonus__content {
        padding: 40px 0;
    }
    .about-bonus__middle-text {
        font-size: 34px;
        margin-bottom: 32px;
    }
    .about-bonus {

    }

    .equipment-benefit-top__banner-wrap {
        flex-wrap: wrap;
    }
    .equipment-benefit-top__banner-form {
        display: none;
    }

    .swiper-button-next {
        right: -10px;
    }
    .swiper-button-prev {
        left: -10px;
    }

    /*.equipment-fixed-registration__wrap {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        transition: all .1s;
        pointer-events: none;
        z-index: 998;
        overflow-y: scroll;
        max-height: calc(100vh);
        scrollbar-width: thin;
        opacity: 0;
        scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.05);
    }
    .equipment-fixed-registration__wrap.show {
        opacity: 1;
    }*/
    /*.equipment-fixed-registration {
        position: relative;
        bottom: auto;
        left: auto;
        width: 345px;
        margin: 75px auto;
        transform: none;
        opacity: 0;
        pointer-events: none;
        transition: all .1s;
        padding: 18px 30px 20px;
        border-radius: 20px;
        background-color: #F3EDE7;
        z-index: 999;
    }*/

    .help-btn-wrap .help-popup {
        left: auto;
        right: 18px;
        width: 240px;
        border-radius: 20px 20px 0 20px;
    }
}
@media (max-width: 576px) {

    .equipment-for-whom__profession-wrap {
        display: flex;
        padding: 20px;
        flex-wrap: wrap;
        gap: 30px;
    }
    .equipment-for-whom__profession-image {
        width: 100%;
    }
    .equipment-for-whom__profession-icon {
        top: 20px;
        left: 20px;
    }
    .equipment-for-whom__profession-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .sidebar-modal__content {
        position: fixed;
        top: 10px;
        right: 10px;
        left: 10px;
        bottom: 10px;
        max-width: 480px;
        height: calc(100% - 20px);
        width: calc(100% - 20px);
        background-color: #fff;
        border-radius: 30px;
        z-index: 199;
    }
    .sidebar-modal__content-wrap {
        padding: 40px 20px;
    }
    .sidebar-modal__bg {
        z-index: 198;
    }
}
