*, *::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: #fff;
}
*, ::after, ::before {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    transition: all .2s;
}
button {
    border: 0;
    cursor: pointer;
}
.custom-checkbox {
    position: relative;
    padding-left: 30px;
    margin-bottom: 2px;
    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 {
    background-color: #F7F6F3;
}
.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__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 160px;
}
.equipment-header__logo-wrapper,
.equipment-header__nav-wrapper,
.equipment-header__contacts-wrapper {
    width: 33.3333%;
}
.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;
}
.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;
}
.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-fixed {
    position: fixed;
    left: 50%;
    bottom: 40px;
    width: 345px;
    transform: translateX(-50%);
    display: flex;
    background-color: #F3EDE7;
    padding: 8px;
    border-radius: 40px;
    z-index: 99;
}
.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 52px;
    font-weight: bold;
    border-radius: 26px;
    color: #FFFFFF;
    margin-right: 8px;
}
.equipment-fixed-btn__menu {
    display: none;
    align-items: center;
    justify-content: center;
    height: 52px;
    color: #333;
    background-color: #fff;
    border-radius: 26px;
    padding: 0 24px;
}
.equipment-fixed-btn__menu.hidden-menu {
    display: flex;
}
.equipment-fixed-btn__menu svg {
    margin-left: 10px;
}
.equipment-fixed-btn__phone,
.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__phone.show-menu,
.equipment-fixed-btn__close.show-menu {
    display: flex;
}

.equipment-fixed-btn__phone {
    background-color: #333333;
    margin-right: 4px;
}
.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-weight: bold;
}
.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: 20px;
    font-weight: bold;
    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;
}
.custom-checkbox.has-error .custom-control-label .custom-control-label__before {
    border: 1px solid darkred;
}
.equipment-fixed-registration .main-error {
    margin-top: 10px;
    font-size: 12px;
    color: darkred;
}

.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 {
    position: absolute;
    bottom: -15px;
    left: 20px;
    font-size: 12px;
    color: #c7856b;
}
.equipment-registration__form .main-error {
    margin-top: 10px;
    font-size: 12px;
    color: #c7856b;
}

.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: 998;
}
.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;
    background-color: #F7F6F3;
}
.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: 25%;
    padding: 15px;
}

.equipment-for-whom__profession.bottom {
    padding-top: 175px;
}
.equipment-for-whom__profession-bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
}
.equipment-for-whom__profession-bg::before {
    content: "";
    position: absolute;
    width: 279px;
    height: 279px;
    left: -140px;
    bottom: -140px;

    background: #6E6E6E;
    filter: blur(61.95px);
}
.profession-designer {
    background-image: url('/local/templates/centerdesign/images/equipment/for-whom-1.webp')
}
.profession-architect {
    background-image: url('/local/templates/centerdesign/images/equipment/for-whom-2.webp')
}
.profession-flipper {
    background-image: url('/local/templates/centerdesign/images/equipment/for-whom-3.webp')
}
.profession-complect {
    background-image: url('/local/templates/centerdesign/images/equipment/for-whom-4.webp')
}
.equipment-for-whom__profession-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 10px;
}
.equipment-for-whom__profession-title {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.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-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-crm {
    background-color: #F7F6F3;
    padding-top: 105px;
    padding-bottom: 74px;
    border-radius: 50px;
    margin-bottom: 140px;
}
.equipment-crm__title {
    font-size: 52px;
    font-weight: bold;
    text-align: center;
    line-height: 57px;
    margin-bottom: 80px;
}
.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: -10px;
    width: calc(100% + 20px);
    height: 100%;
    background-color: #AB958A;
    border-radius: 10px;
    z-index: 1;
}
.equipment-crm__items {
    margin: 0 auto 44px;
    max-width: 1012px;
    display: flex;
    flex-wrap: wrap;
}
.equipment-crm__col {
    width: 50%;
    padding: 0 15px;
}
.equipment-crm__item {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    height: 140px;
    margin-bottom: 30px;
    padding: 30px;
    font-size: 20px;
}
.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;
}

.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;
}

@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-bg {
        height: 285px;
    }
    .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-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__title {
        font-size: 46px;
        margin-bottom: 70px;
    }
    .equipment-benefit__wrapper {
        background: none;
    }
    .equipment-benefit__description {
        width: 30%;
    }
    .equipment-benefit__items {
        width: 70%;
    }
    .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-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-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: 170px;
        border-radius: 20px;
        background-size: cover;
    }

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

    .equipment-for-whom__profession-title {
        font-size: 16px;
    }

    .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-color-1::before {
        content: "";
        position: absolute;
        top: 3px;
        left: -4px;
        width: calc(100% + 9px);
        height: 100%;
        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__title {
        margin-bottom: 40px;
    }
    .equipment-crm__col {
        width: 100%;
        padding: 0;
    }
    .equipment-crm__col:nth-child(odd) {
        padding-left: 80px;
    }
    .equipment-crm__col:nth-child(even) {
        padding-right: 80px;
    }
    .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/for-whom-1-mobile.webp')
    }
    .profession-architect {
        background-image: url('/local/templates/centerdesign/images/equipment/for-whom-2-mobile.webp')
    }
    .profession-flipper {
        background-image: url('/local/templates/centerdesign/images/equipment/for-whom-3-mobile.webp')
    }
    .profession-complect {
        background-image: url('/local/templates/centerdesign/images/equipment/for-whom-4-mobile.webp')
    }
}