/* ProStore Banner Tabs Module Styles */
.prostore-banner-tabs * {
    box-sizing: border-box;
}



.prostore-banner-tabs .container {
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.prostore-banner-tabs .banner-tabs-section {
    max-height: 620px;
}

.prostore-banner-tabs .banner-tabs-section .container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: stretch;
}

.prostore-banner-tabs .banner-tabs-section .banner-content {
    position: relative;
    z-index: 1;
    padding: 80px 20px 80px 80px;
    max-width: 48%;
}

.prostore-banner-tabs .banner-tabs-section .banner-wrapper {
    flex: 0 0 calc(80% - 5px);
    width: calc(80% - 5px);
    height: 580px;
    position: relative;
    display: flex;
    background: -webkit-linear-gradient(45deg, rgb(82, 82, 82), rgb(145, 145, 145));
    background: -moz-linear-gradient(45deg, rgb(82, 82, 82), rgb(145, 145, 145));
    background: linear-gradient(45deg, rgb(82, 82, 82), rgb(145, 145, 145));
    padding: 30px 30px 30px 20px;
    border-radius: 20px;
    /* overflow: hidden; */
    box-sizing: border-box;
}

.prostore-banner-tabs .banner-tabs-section .banner-wrapper .banner-wrapper__bg{
		content:'';
		-webkit-filter: blur(44px);
    filter: blur(44px);
		opacity: 0.15;
		position: absolute;
		top: -150px;
		left: 0;
		height: 100%;
		width: 120%;
		background-image: url('../images/prostore_banner_tabs/banner-top-bg.webp');
		background-size: cover;
		background-position: center;
		transform: translateY(0);
		will-change: transform; 
		pointer-events: none;
}

.prostore-banner-tabs .banner-tabs-section .banner-wrapper .banner-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 580px;
    overflow: hidden;
    border-radius: 21px;
}

.prostore-banner-tabs .banner-tabs-section .banner-title {
    vertical-align: middle;
    color: #ffffff;
    font-size: 38px;
    font-family: 'Play', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
}

.prostore-banner-tabs .banner-tabs-section .description {
    margin-bottom: 100px;
}

.prostore-banner-tabs .banner-tabs-section .description p {
    color: #ffffff;
    font-size: 20px;
    font-family: "Jura", Arial, sans-serif;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.prostore-banner-tabs .banner-tabs-section .description p:last-of-type {
    margin-bottom: 0;
}

.prostore-banner-tabs .banner-tabs-section .btn {
    color: #ffffff;
    font-size: 14px;
    font-family: "Play", Arial, sans-serif;
    line-height: 1.35;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 20px 20px 20px 20px;
    background-position: center center;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out;
    box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 1);
    height: 46px;
    display: flex;
    max-width: 176px;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.prostore-banner-tabs .banner-tabs-section .btn:hover {
    background-color: rgba(84, 98, 105, 0.5);
    background-image: none;
    border-color: #643b3b;
}

.prostore-banner-tabs .banner-tabs-section .banner-left-block {
    display: flex;
    height: 580px;
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats {
    max-width: 42%;
    position: relative;
    z-index: 1;
    padding: 140px 0 100px;
    width: 100%;
    height: 580px;
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats:after {
    content: "";
    display: block;
    width: 520px;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/prostore_banner_tabs/tabs-img-bottom-img.webp');
    position: absolute;
    bottom: 18%;
    left: -25%;
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats:before {
    content: "";
    display: block;
    width: 630px;
    height: 93px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 5%;
    left: -44%;
    background-image: url('../images/prostore_banner_tabs/tabs-decor-bottom-shadow.webp');
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats .cat-tabs-images {
    max-width: 350px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 310px;
    position: relative;
    /* overflow: hidden; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 110%;
    background-image: url('../images/prostore_banner_tabs/cat-back-decor.svg');
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats .cat-tabs-images:before{
	  content: "";
    border-radius: 3000px 3000px 3000px 3000px;
    opacity: 0.3;
    background-color: #000000;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 60px 60px rgba(0, 0, 0, 1);
    position: absolute;
    width: 165px;
    left: 0;
    top: 75px;
    height: 165px;
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats .cat-tabs-images:after{
		content: '';
		background-image: url('../images/prostore_banner_tabs/noroot.png.webp');
		display: block;
    width: 190px;
    height: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
		opacity: 0.75;
	  position: absolute;
    bottom: -8%;
    left: 14%;
		z-index: 2;
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats .cat-tabs-images img {
    width: 100%;
    max-width: 300px;
    position: absolute;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
    height: 300px;
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats .cat-tabs-images img:nth-of-type(1) {
    max-width: 340px;
    height: 300px;
    object-position: left;
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats .cat-tabs-images img:nth-of-type(2) {
    max-width: 280px;
    height: 280px;
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats .cat-tabs-images img:nth-of-type(3) {
    max-width: 260px;
    height: 260px;
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats .cat-tabs-images img.active {
    opacity: 1;
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats .cat-tabs-items .cat-tab-item {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats .cat-tabs-items .cat-tab-item span {
    font-size: 20px;
    font-family: "Jura", Arial, sans-serif;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    border: none;
    display: block;
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats .cat-tabs-items .cat-tab-item .switch-cat-button {
    border-radius: 80px 80px 80px 80px;
    background-color: #525252;
    box-shadow: 0px 0px 2px 5px rgba(145, 145, 145, 1);
    width: 12px;
    height: 12px;
    margin-right: 15px;
    cursor: pointer;
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats .cat-tabs-items .cat-tab-item.active .switch-cat-button {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(164, 0, 0) 0px 0px 7px 7px;
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats .cat-tabs-items .cat-tab-item:nth-of-type(1) {
    top: 24%;
    right: 18%;
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats .cat-tabs-items .cat-tab-item:nth-of-type(2) {
    right: -3%;
    top: 37%;
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats .cat-tabs-items .cat-tab-item:nth-of-type(3) {
    right: -43%;
    top: 52%;
}

.prostore-banner-tabs .banner-tabs-section .banner-tab-cats .cat-tabs-items .cat-tab-item:nth-of-type(4) {
    right: -14%;
    bottom: 30%;
}

/* Кнопка open-form-btn удалена */

.prostore-banner-tabs .banner-tabs-section .banner-right-sidebar {
    flex: 0 0 calc(20% - 5px);
    width: calc(20% - 5px);
    opacity: 1;
    visibility: visible;
    overflow: visible;
    background: #b4b4b4;
    border-radius: 20px;
    height: 580px;
    box-sizing: border-box;
    position: relative;
    transition: background 0.3s ease;
}

.prostore-banner-tabs .banner-tabs-section .banner-right-sidebar.form-active {
    background: -webkit-linear-gradient(45deg, rgb(139, 0, 0), rgb(200, 50, 50));
    background: -moz-linear-gradient(45deg, rgb(139, 0, 0), rgb(200, 50, 50));
    background: linear-gradient(45deg, rgb(139, 0, 0), rgb(200, 50, 50));
}

.prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .banner-promo {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    padding-right: clamp(20px, 3.5vw, 20px);
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.prostore-banner-tabs .banner-tabs-section .banner-right-sidebar.form-active .banner-promo {
    display: none;
}

.prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .banner-promo .banner-subtitle {
    color: #141414;
    font-size: clamp(28px, 3.5vw, 38px);
    font-family: 'Play', Arial, sans-serif;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    max-height: clamp(280px, 50vw, 400px);
    text-align: left;
}

.prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .banner-promo .banner-subtitle-form {
    color: #141414;
    font-size: clamp(20px, 2.5vw, 28px);
    font-family: 'Play', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    max-height: clamp(200px, 40vw, 300px);
    text-align: left;
}

.prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .btn-open-form,
.prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .banner-promo .btn-open-form {
    border-width: 1px;
    background-color: #c11230;
    border-color: #ffffff;
    border-style: solid;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
    transition: 0.3s;
		display: flex;
    align-items: center;
    justify-content: center;
}
.prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .btn-open-form img,
.prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .banner-promo .btn-open-form  img{
	width: 14px;
	transition: 0.3s;
}

.prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .btn-open-form.active img,
.prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .banner-promo .btn-open-form.active img{
    transform: rotate(45deg);
		transition: 0.3s;
}

.prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .banner-form {
    display: none;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
}

.prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .banner-form.show {
    display: flex;
}

.prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .banner-form .form-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 33px;
    height: 33px;
    background-color: #c11230;
    border: 1px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    background-image: url('../images/plus.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    transform: rotate(45deg);
    transition: 0.3s;
}

.prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .banner-form .form-close-btn:hover {
    background-color: #a00e26;
}

/* Удалено - теперь используется выше */

.prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .banner-form .form-subtitle {
    font-family: 'Jura', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    text-align: left;
}

.prostore-banner-tabs .banner-form .form-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: none;
}

/* Стили для select элементов - светлая тема */
.prostore-banner-tabs .select-row {
    display: flex;
    gap: 8px;
}

.prostore-banner-tabs select {
    flex: 1;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 6px 8px;
    font-size: 14px;
    font-family: 'Jura', Arial, sans-serif;
    margin: 0 0 8px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.prostore-banner-tabs select:hover {
    background-color: #f8f9fa;
    border-color: #999999;
}

.prostore-banner-tabs select:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #c11230;
    box-shadow: 0 0 0 1px rgba(193, 18, 48, 0.25);
}

.prostore-banner-tabs select:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #f5f5f5;
    color: #999999;
}

.prostore-banner-tabs select option {
    background-color: #ffffff;
    color: #000000;
    padding: 4px 8px;
}

/* Стили для select с классом main-search-form */
.prostore-banner-tabs select.main-search-form {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Стили для заголовков форм */
.prostore-banner-tabs .form-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}

/* Увеличение промежутков между формами */
.prostore-banner-tabs .form-section {
    margin-bottom: 20px;
}

.prostore-banner-tabs .form-section:last-child {
    margin-bottom: 0;
}

.prostore-banner-tabs .search-btn {
    width: 100%;
		max-width: 50%;
    padding: 10px 16px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-family: 'Jura', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 0 10px 0;
}

.prostore-banner-tabs .search-btn:hover {
    background: #222;
    transform: translateY(-1px);
}

.prostore-banner-tabs .search-btn:active {
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 1200px) {
    .prostore-banner-tabs .container {
        padding: 0 50px;
    }

    .prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .banner-promo {
        padding-right: clamp(15px, 3vw, 28px);
    }

    .prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .banner-promo .banner-subtitle {
        font-size: clamp(24px, 3.2vw, 34px);
        max-height: clamp(250px, 45vw, 360px);
    }

    .prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .banner-promo .banner-subtitle-form {
        font-size: clamp(18px, 2.3vw, 26px);
        max-height: clamp(180px, 38vw, 280px);
    }
}

@media (max-width: 768px) {
    .prostore-banner-tabs .container {
        padding: 0 20px;
        flex-direction: column;
        gap: 10px;
    }

    .prostore-banner-tabs .banner-tabs-section .banner-wrapper {
        flex: none;
        width: 100%;
        flex-direction: column;
        height: auto;
    }

    .prostore-banner-tabs .banner-tabs-section .banner-right-sidebar {
        flex: none;
        width: 100%;
        height: auto;
        min-height: 300px;
    }

    .prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .banner-promo {
        padding-right: clamp(12px, 2.5vw, 20px);
    }

    .prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .banner-promo .banner-subtitle {
        font-size: clamp(20px, 4vw, 28px);
        max-height: clamp(200px, 60vw, 280px);
    }

    .prostore-banner-tabs .banner-tabs-section .banner-right-sidebar .banner-promo .banner-subtitle-form {
        font-size: clamp(16px, 3vw, 22px);
        max-height: clamp(160px, 50vw, 220px);
    }

    .prostore-banner-tabs .banner-tabs-section .banner-content {
        max-width: 100%;
        padding: 40px 20px;
    }

    .prostore-banner-tabs .banner-tabs-section .banner-tab-cats {
        max-width: 100%;
        padding: 40px 0;
        height: auto;
    }
}
