

/* Start:/local/templates/brightpark/components/bitrix/system.pagenavigation/showcase/style.css?17460111563886*/
.bx-pagination {
    padding: 10px 0;
}

.bx-pagination li::before {
    content: unset;
}

.bx-pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.arrow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    position: relative;
    display: block;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-bottom: none !important;
}

.arrow::before {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    content: '';
    border-bottom: 2px solid rgba(55, 71, 79, .35);
    border-right: 2px solid rgba(55, 71, 79, .35);
    height: 12px;
    width: 12px;
    top: 50%;
}

.arrow-prev {
    margin-right: 20px;
}

.arrow-prev::before {
    -webkit-transform: translate(0%, -50%) rotate(135deg);
    -ms-transform: translate(0%, -50%) rotate(135deg);
    transform: translate(0%, -50%) rotate(135deg);
    left: 15px;
}

.arrow-next {
    margin-left: 20px;
}

.arrow-next::before {
    -webkit-transform: translate(0%, -50%) rotate(-45deg);
    -ms-transform: translate(0%, -50%) rotate(-45deg);
    transform: translate(0%, -50%) rotate(-45deg);
    right: 15px;
}

.nav-page {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 50px;
    height: 50px;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 50%;
}

.nav-page a {
    color: #514EA1;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-bottom: none !important;
}

.nav-page span {
    letter-spacing: 0.07em;
    color: #514EA1;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-bottom: none !important;
}

.nav-page__active {
    position: relative;
    border-radius: 5px;
    background: #5CBE86;
}

.nav-page__active span {
    color: #fff;
}

.nav-page__dots {
    margin: 0 14px;
}

.nav-page__dots span {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    color: #514EA1;
}

.arrow--disabled::before {
    border-color: rgba(81, 78, 161, .35);
}

@media all and (min-width: 992px) {
    .arrow:not(.arrow--disabled):hover::before {
        border-color: #EE6723;
    }
    .nav-page:hover a {
        color: #EE6723;
    }
}

@media all and (max-width: 767px) {
    .arrow,
    .nav-page {
        width: 40px;
        height: 40px;
    }
}
/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.list/showcase/style.css?174740263722037*/

.icon.icon-close {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 6M6 6L11 11M6 6L1 1M6 6L1 11' stroke='%23514EA1' stroke-width='2'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 12px;
    display: block;
}

.icon.icon-check {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8L4 10L12 2' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    width: 14px;
    height: 12px;
    display: block;
}

.showcase-btns .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
}

.showcase-numbers-pagination span:first-of-type {
    color: #fff;
}

.showcase-numbers-pagination {
    position: absolute;
    bottom: -25px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90px !important;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg width='90' height='50' viewBox='0 0 90 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.32243 10.8549C4.88812 7.53548 7.77868 5.01677 11.313 4.76355L77.5078 0.0209398C81.5403 -0.267979 85.1159 2.46445 85.6771 6.26383L89.9249 35.0239C90.5091 38.979 87.6221 42.6409 83.458 43.2271L37.0161 49.7638C33.9575 50.1943 30.8389 50.0352 27.8466 49.2962L5.73561 43.8353C1.90917 42.8903 -0.531932 39.3394 0.0991306 35.6365L4.32243 10.8549Z' fill='%23514EA1'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    color: rgba(255, 255, 255, 0.5);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.showcase-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.showcase-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 100%;
}

.showcase-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.showcase-filter__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.showcase-filter__item label {
    position: absolute;
    top: 12px;
    left: 24px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #4F4F4F;
}

.showcase-filter__item .chosen-container .chosen-default span {
    opacity: 1;
}

.showcase-filter__item .chosen-container .chosen-single {
    background: transparent;
    background-image: none !important;
}

.showcase-filter__item .chosen-container-single .chosen-single div b {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.35' d='M1.66675 1L5.66675 5L9.66675 1' stroke='%232B2B2B' stroke-width='2'/%3E%3C/svg%3E%0A") !important;
}

.showcase-filter__item .chosen-container-single .chosen-single div {
    width: 30px !important;
}

.showcase-list {
    margin-top: 45px;
}

.showcase-item {
    border: 1px solid #2B2B2B26;
    border-radius: 15px;
    margin-bottom: 20px;
    position: relative;
    height: calc(100% - 20px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.showcase-item__available {
    position: absolute;
    right: 10px;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    background-color: #F5F5F5;
    border-radius: 10px;
    font-weight: 700;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2B2B2B;
    padding: 9px 6px 4px 6px;
}

.showcase-item__available-round {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.showcase-item__available-round._red {
    background-color: #EE6723;
}

.showcase-item__available-round._green {
    background-color: #5CBE86;
}

.showcase-item__discount {
    position: absolute;
    font-weight: 700;
    font-size: 8px;
    line-height: 8px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 8px 6px 20px;
    background: #EE6723;
    border-radius: 20px;
    top: 10px;
    left: 10px;
}
.showcase-modal__price-discount--wrapper .showcase-item__discount {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}

.showcase-item__discount::before {
    content: "";
    background-image: url(/local/templates/brightpark/components/bitrix/news.list/showcase/img/fire.png);
    position: absolute;
    width: 50px;
    height: 58px;
    display: block;
    top: -16px;
    left: -18px;
    background-size: cover;
}

.showcase-item__img {
    aspect-ratio: 2 / 1.13;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

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

.showcase-item__inner {
    padding: 12px 20px 20px 20px;
}

.showcase-item__small {
    font-weight: 500;
    font-size: 12px;
    position: relative;
    line-height: 1;
    white-space: nowrap;
}

.showcase-item__row._gray {
    color: rgba(43, 43, 43, .5);
}

.showcase-item__row .showcase-item__small:last-child {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.showcase-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    overflow: hidden;
}

.showcase-item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.showcase-item__row .showcase-item__small:not(:last-child)::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% + 10px);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #5CBE86;
}

.showcase-item__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}

.showcase-item__price {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #514EA1;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.showcase-item__price span._old {
    font-size: 14px;
    text-decoration: line-through;
    color: rgba(81, 78, 161, .5);
    margin-top: 4px;
}

.showcase-item__price-wrapper {
    position: relative;
    cursor: pointer;
}

.showcase-item__price-hint__icon {
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(81, 78, 161, 0.25);
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.showcase-item__price-hint__icon::before {
    content: '';
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.55694 0.5C3.93375 0.5 5 1.3 5 2.67465C5 4.73662 2.81573 4.61268 2.81573 5.70563V5.99859H1.52174V5.60423C1.52174 3.95916 3.6646 3.93662 3.6646 2.70845C3.6646 2.1 3.17805 1.77324 2.55694 1.77324C1.78054 1.77324 1.30435 2.29155 1.21118 2.97887L0 2.64084C0.196687 1.35634 1.22153 0.5 2.55694 0.5ZM2.21532 8.5C1.72878 8.5 1.37681 8.15071 1.37681 7.62113C1.37681 7.08028 1.72878 6.71972 2.21532 6.71972C2.71221 6.71972 3.05383 7.08028 3.05383 7.62113C3.05383 8.15071 2.71221 8.5 2.21532 8.5Z' fill='%23514EA1'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.55694 0.5C3.93375 0.5 5 1.3 5 2.67465C5 4.73662 2.81573 4.61268 2.81573 5.70563V5.99859H1.52174V5.60423C1.52174 3.95916 3.6646 3.93662 3.6646 2.70845C3.6646 2.1 3.17805 1.77324 2.55694 1.77324C1.78054 1.77324 1.30435 2.29155 1.21118 2.97887L0 2.64084C0.196687 1.35634 1.22153 0.5 2.55694 0.5ZM2.21532 8.5C1.72878 8.5 1.37681 8.15071 1.37681 7.62113C1.37681 7.08028 1.72878 6.71972 2.21532 6.71972C2.71221 6.71972 3.05383 7.08028 3.05383 7.62113C3.05383 8.15071 2.71221 8.5 2.21532 8.5Z' fill='%23514EA1'/%3E%3C/svg%3E%0A");
    width: 5px;
    height: 9px;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    background-color: rgba(81, 78, 161, .6);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.showcase-item__link {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.showcase-item__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.showcase-item__price-hint {
    position: absolute;
    -webkit-box-shadow: 0px 10px 30px 0px #2B2B2B26;
    box-shadow: 0px 10px 30px 0px #2B2B2B26;
    background: #FFF;
    padding: 15px;
    z-index: 5;
    border-radius: 5px;
    top: calc(100% + 5px);
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.showcase-item__price-hint__title {
    font-weight: 400;
    font-size: 11px;
    line-height: 1;
    color: rgba(43, 43, 43, .5);
    margin-bottom: 4px;
    white-space: nowrap;
}

.showcase-item__price-hint__val {
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    color: #5CBE86;
}

.showcase-item__price-hint__item {
    margin-bottom: 10px;
}

.showcase-item__price-hint__item:first-child .showcase-item__price-hint__val {
    font-size: 16px;
    color: #514EA1;
}

.showcase-item__price-hint__divider {
    border-bottom: 1px solid rgba(43, 43, 43, .12);
    margin-bottom: 10px;
}

.showcase-item__price-wrapper:hover .showcase-item__price-hint {
    opacity: 1;
    visibility: visible;
}

.showcase-item__price-wrapper:hover .showcase-item__price-hint__icon {
    background-color: #514EA1;
}

.showcase-item__price-wrapper:hover .showcase-item__price-hint__icon::before {
    background-color: #FFF;
}


.showcase-modal__name {
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
}

.showcase-modal__small-info {
    margin: 20px 0
}

.showcase-modal__small-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 14px;
    gap: 10px;
}

.showcase-modal__small-info__name {
    width: 35%;
    color: rgba(43, 43, 43, .5);
}

.showcase-modal__small-info__val {
    width: 50%;
}

.showcase-modal__link {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 1px dashed #514ea159;
}

.showcase-modal__price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    gap: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.showcase-modal__price-wrapper .btn {
    margin-left: 12px;
}

.showcase-modal__price {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #514EA1;
    white-space: nowrap;
}

.showcase-modal__price-old {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: rgba(81, 78, 161, .5);
    margin-top: 2px;
    text-decoration: line-through;
}

.showcase-modal__price-discount--wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: start;
    position: relative;
}

.showcase-modal__price-discount {
    border: 1px solid rgba(92, 190, 134, 0.35);
    border-radius: 20px;
    padding: 5px 10px 1px;
    color: #5CBE86;
    font-weight: 500;
    -ms-flex-item-align: start;
    align-self: flex-start;
    white-space: nowrap;
    font-size: 16px;
    line-height: 100%;
}

.showcase-modal__img {
    display: block;
    aspect-ratio: 2 / 1.2;
    border-radius: 10px;
    overflow: hidden;
}

.showcase-modal__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.showcase-modal .swiper-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #514EA1;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    z-index: 5;
}

.showcase-modal .swiper-btn::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 14px;
}

.showcase-modal .swiper-btn-prev {
    left: 15px;
}

.showcase-modal .swiper-btn-next {
    right: 15px;
}

.showcase-modal .swiper-btn-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L1 7L7 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.showcase-modal .swiper-btn-next::before {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L1 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.showcase-modal .swiper-pagination {
    bottom: 20px !important;
}

.showcase-modal .swiper-pagination-bullet {
    margin: 0 10px !important;
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, .25);
    background: transparent;
}

.showcase-modal .swiper-pagination-bullet-active {
    border-color: #fff;
    background: #fff;
}

.showcase-modal__tabs input[type="radio"] {
    display: none;
}

.showcase-modal__tab-item {
    display: none;
}



.showcase-modal__body {
    margin-top: 60px;
}

.showcase-modal__tabs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.showcase-modal__tabs::before {
    content: '';
    position: absolute;
    left: -40px;
    width: calc(100% + 80px);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    bottom: 0;
    z-index: -1;
}

.showcase-modal__tabs label {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: rgba(0, 0, 0, .35);
    padding-bottom: 25px;
    border-bottom: 3px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.showcase-modal__tabs input[type="radio"]:checked + label {
    color: #5CBE86;
    border-color: #5CBE86;
}

.showcase-modal__body:has(#showcase-tab-description:checked) #description,
.showcase-modal__body:has(#showcase-tab-specifications:checked) #specifications,
.showcase-modal__body:has(#showcase-tab-optionally:checked) #optionally {
    display: block;
}

.showcase-modal__tab-text {
    color: rgba(43, 43, 43, .7);
}

.showcase-modal__tabs-content {
    margin: 50px 0;
}

.showcase-woman {
    position: absolute;
    bottom: 0;
    display: block;
    right: 80px;
}

.showcase-woman img {
    display: block;
}

.showcase-modal__career-form {
    margin: 0 -40px -40px;
}

.showcase-select {
    background: transparent;
    padding: 22px 23px 7px;
    border: 1px solid #D9DADA !important;
    border-radius: 5px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    height: 60px;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #2B2B2B !important;
}

.showcase-modal__tab-text ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    font-size: 16px;
    padding-left: 7px;
}

.showcase-modal__tab-text ul li {
    margin: 10px;
}

.showcase-modal .form-inline-wrapp {
    padding: 40px !important;
}

.showcase-programs {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
}

.showcase-program__item {
    color: #514EA1;
    padding: 6px 12px 3px;
    border: 1px solid #514EA140;
    border-radius: 20px;
}

@media (hover: hover) {
    .showcase-item:hover {
        border-color: transparent;
        -webkit-box-shadow: 0px 10px 30px 0px #2B2B2B26;
        box-shadow: 0px 10px 30px 0px #2B2B2B26;
    }

    .showcase-modal__link:hover {
        border-color: transparent;
    }
}

@media only screen and (min-width: 992px) {
    .showcase-modal__tab-item#optionally ul {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 1599px) {
    .showcase-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .showcase-btns {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .modal-wrapper.modal-wrapper--xl {
        max-width: 970px !important;
    }
    .showcase-modal__price-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .showcase-modal__price-wrapper .btn {
        margin-left: 0;
    }
    .showcase-modal__tab-text ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .showcase-modal__name {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .showcase-modal__name {
        font-size: 28px;
    }
    .showcase-list {
        margin-top: 35px;
    }
    .showcase-wrapper {
        gap: 15px;
    }
    .showcase-item__price-hint {
        right: 0;
        left: unset;
    }
    .modal-wrapper.modal-wrapper--xl {
        max-width: 770px !important;
    }
    #showcase-swiper {
        margin-bottom: 25px;
    }
    .showcase-modal__price-wrapper .btn {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .showcase-modal__tabs {
        gap: 25px;
    }
    .showcase-modal__tabs label {
        font-size: 16px;
    }
    .showcase-numbers-pagination {
        bottom: -15px !important;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        width: 70px !important;
        height: 40px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 959px) {
    .showcase-modal__name {
        font-size: 24px;
    }
    .showcase-list {
        margin-top: 25px;
    }
    .modal-wrapper.modal-wrapper--xl {
        max-width: 670px !important;
    }
    .showcase-modal__tabs {
        gap: 15px;
    }
    .showcase-modal__tab-item#specifications .showcase-modal__small-info__name,
    .showcase-modal__tab-item#specifications .showcase-modal__small-info__val {
        width: 50%;
    }
    .showcase-swiper__wrapper {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .showcase-modal__name {
        font-size: 22px;
    }
    .showcase-modal .form-inline-wrapp {
        padding: 20px !important;
    }
    .showcase-modal__tabs {
        gap: 10px;
    }
    .showcase-modal__career-form {
        margin: 0 -20px -50px;
    }
    .fancybox__content {
        width: 100%;
    }
    .modal-wrapper.modal-wrapper--xl {
        max-width: 100% !important;
    }
    .showcase-filters {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .showcase-filter__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .showcase-modal__price-wrapper .btn {
        margin-left: 0;
    }
    .showcase-modal__tabs {
        overflow-x: auto;
    }
    .showcase-modal__tab-text ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (max-width: 574px) {
    .showcase-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .showcase-btns .btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
/* End */
/* /local/templates/brightpark/components/bitrix/system.pagenavigation/showcase/style.css?17460111563886 */
/* /local/templates/brightpark/components/bitrix/news.list/showcase/style.css?174740263722037 */
