

/* Start:/local/components/terem/promotion.list/templates/stories.slider/style.css?17121322494077*/
/* action-carousel-section */

.action-carousel-section {
    padding-top: 25px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.fancybox-action.center-popup .content {
    max-width: 375px;
    margin: 0 auto;
}

.popup .close {
    right: 4px;
}

@media screen and (max-width: 640px) {
    .action-carousel-section {
        padding-top: 0;
        padding-bottom: 37px;
    }

    .fancybox-action.center-popup .content {
        max-width: unset;
    }

    .action-carousel-section .wrapper {
        width: unset;
        margin-left: 10px;
    }
}

.carousel .item {
    margin-right: 0px;
}

.action-carousel-section .owl-item img {
    border-radius: 50%;
    min-width: 81px;
    max-width: 81px;
    max-height: 81px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 4px solid #DCDCDC;
}

.action-carousel-section .owl-item {
    max-width: 90px;
    min-width: 90px;
    width: 90px !important;
    opacity: 1;
}

@media screen and (max-width: 640px) {
    .action-carousel-section .owl-item img {
        min-width: 75px;
        max-width: 75px;
        max-height: 75px;
        border: 3px solid #DCDCDC;
    }

    .action-carousel-section .owl-item {
        max-width: 90px;
        min-width: 80px;
        opacity: 1;
    }
}

/* popup */

.fancybox-action {
    background: rgba(18, 18, 18, 0.86);
    z-index: 1001;
}

.fancybox-action .content {
    max-width: 600px;
    padding: 0 !important;
}

.fancybox-action.center-popup,
.fancybox-action.popup {
    top: 0;
}

.fancybox-action.center-popup .popup-top {
    right: 0;
    top: 0px;
}

.fancybox-action .close {
    z-index: 1;
}

.fancybox-action.popup .close .b {
    background: #404040;
}

.fancybox-action.popup .close:before {
    display: none;
}

/* progress bar */

.fancybox__progress {
    max-width: 300px;
    height: 0.5vh;
    border-radius: 10px;
    background: #fff;
    margin: 15px auto -15px;
}

.action-carousel .owl-stage {
    padding-top: 0;
}
.action-carousel .item {
    position: relative;
    width: 100%;
    height: 100%;
}
.fancybox__toolbar {
    top:10px;
}
.action-carousel img {
    position: absolute;
    top: 50%;
    height: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.action-carousel .carousel-container .owl-stage-outer {
    padding-bottom: 0;
}

.action-carousel .slider-controls button {
    background: none;
}

.action-carousel .slider-controls button .b {
    background: #fff;
}

.action-carousel .prev {
    left: -75px;
}

.action-carousel .next {
    right: -75px;
}

.action-carousel .slider-controls button:not(.disabled):hover {
    background: none;
}

.slide-progress-main {
    margin: 20px auto 10px auto;
}

.action-carousel .owl-item {
    height: 600px;
}

@media screen and (max-width: 1400px) {
    .slide-progress-main {
        margin: 20px auto;
    }

    .center-popup.fancybox-action.popup.active {
        top: 0;
    }

}

@media screen and (max-width: 1000px) {
    .center-popup.fancybox-action.popup .close {
        display: block;
        position: absolute;

    }
}

@media screen and (max-width: 640px) {

    .action-carousel .owl-item {
        height: 600px;
    }

    .center-popup.fancybox-action.popup.active {
        z-index: 11001;
    }

    .slide-progress-main {
        max-width: unset;
        width: 90%;
    }

    .action-carousel .prev {
        left: 0;
    }

    .action-carousel .next {
        right: 0;
    }

    .slide-progress-main {
        margin: 5px auto;
    }

    .fancybox-slider-wrapper .prev,
    .fancybox-slider-wrapper .next {
        width: 80px;
        height: 100vh;
    }

    .action-carousel .slider-controls button .b {
        background: none;
    }

    .slider-controls button:not(.disabled):hover .b {
        background: none;
    }

    .center-popup.fancybox-action.popup.active {
        z-index: 11001;
        overflow: hidden;
        height: 100vh;
    }

    .header {
        display: none;
    }
}
/* End */


/* Start:/local/components/terem/promotion.list/templates/catalog.category.banner/style.css?1679533208960*/
/* .catalog.s-top {
    padding-top: 25px!important;
} */

.promo-banner.catalog-section {
    padding-top: 0px;
}

.promo-banner {
    padding-top: 0px;
    padding-bottom: 0;
}

.promo-banner .my-flex-container {
    margin-left: -40px;
    display: flex;
}

.promo-banner .my-flex-container>div {
    margin-left: 40px;
}

.promo-banner .flex-item-1 {
    flex-basis: 100%;
}

.promo-banner .flex-item-2 {
    flex-basis: 50%;
}

.promo-banner img {
    width: 100%;
    display: block;
}

.catalog.s-top.padding-promo-banner {
    padding-top: 25px;
}

.flex-item-three{
    margin-top: 30px;
}
@media screen and (max-width: 1300px) {
    .promo-banner, .promo-banner.catalog-section {
        padding-top: 0px;
    }
}

@media screen and (max-width: 640px) {
    .flex-item-three{
        margin-top: 0;
    }
    .promo-banner .flex-item-2{
        margin-bottom: 5px;
    }

    .promo-banner .my-flex-container {
        flex-direction: column;
    }
}
/* End */


/* Start:/local/components/terem/catalog.list/templates/.default/style.css?16795332082347*/
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.catalog-item .catalog-img {
    margin-bottom: 7px;
}

.catalog-item-description {
    display: inline-block;
    width: 100%;
    margin-top: 6px;
}

.catalog-col-2,
.catalog-col-1 {
    display: flex;
}

.catalog-col-1 .item {
    width: 100%;
    float: left;
}

.catalog-col-2 .item {
    width: 50%;
    float: left;
}

.text-left span {
    font-size: 19px;
}

.text-left span:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #a32829;
}

.catalog-item-description .right p {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.catalog-item-btn {
    margin-top: 30px;
}

.catalog-button {
    margin: 0 auto;
    display: block;
    padding: 12px 41px;
    letter-spacing: -0.3px;
}

.catalog .slider {
    padding-top: 74.4%;
}

.catalog-container {
    margin-bottom: 63px;
    display: block;
}

.item.catalog-item {
    margin-bottom: 66px;
}

.catalog-item p {
    margin-bottom: 8px;
    line-height: 1.35;
    letter-spacing: -1.1px;
}

.catalog-item-title {
    margin-top: 4px;
}

.catalog-link-ico-premium {
    transition: 0.3s opacity 0.25s;
    position: absolute;
    bottom: 5px;
    right: 10px;
    z-index: 1;
}

.catalog-link-ico-premium_img {
    position: relative;
    margin: 5px 10px;
    width: 100%;
    float: right;
    height: auto;
}

.catalog-item .catalog-img .catalog-link-ico-premium__img {
    position: relative;
}

.no-touchevents a.img-link:hover .catalog-link-ico-premium,
.no-touchevents a.img-link.s-hover .catalog-link-ico-premium {
    opacity: 0;
    transition: opacity 0.25s;
}

.catalog .catalog-item-description .prices-group {
    margin-right: 5px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Montserrat', sans-serif;
    display: block;
}

.catalog-data>* {
    margin-bottom: 0;
}

.catalog .catalog-item-description .prices-group span {
    font-size: 27px;
}

/*
.catalog-link {
	text-align: center;
	margin-top: -30px;
}

.catalog-link a {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: -0.2px;
}
*/

.catalog-data .tooltip-button {
    margin-top: 2px;
}


/* End */


/* Start:/local/components/terem/standard.blocks/templates/notfound.red.catalog/style.css?16795332082322*/
.tx a,
p .inline-button {
    color: #404040;
    border-bottom: 1px solid #404040;
    transition: all 0.1s;
}

p .inline-button {
    display: inline;
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    border-color: #a32829;
}

.s-red .inline-button {
    color: #ffffff;
    border-color: #ffffff;
}

.no-touchevents .tx a:hover,
.tx a.active,
.no-touchevents .tx a.s-hover,
.no-touchevents p .inline-button:hover,
.no-touchevents p .inline-button.s-hover,
p .inline-button.active {
    color: #a32829;
    border-color: transparent;
}


.red-section {
    position: relative;
    padding: 110px 0;
}

.red-section h4,
.red-section .h4 {
    text-align: left;
    margin-bottom: 50px;
}

.red-section .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.red-section .bg img {
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 5%;
}

@media screen and (min-width: 640px) {

    .red-section h4,
    .red-section .h4 {
        text-align: center;
    }

    .red-section .bg img {
        max-width: 432px;
        width: 100%;
        bottom: 0;
        left: 10%;
    }
}

.red-section.s-centered {
    text-align: center;
}

.red-section.s-centered .tx {
    max-width: 600px;
    margin: 0 auto;
}

.red-section.s-centered h5,
.red-section.s-centered .h5 {
    margin-bottom: 50px;
}

.not-found .bg {
    background-image: initial;
    background-size: contain;
    background-repeat: no-repeat;
}

.not-found .wrapper {
    width: 43%;
}

.not-found p {
    padding: 0 85px;
}

@media screen and (max-width: 1680px) {
    .not-found .wrapper {
        width: 50%;
    }

}

@media screen and (max-width: 1440px) {
    .not-found .wrapper {
        width: 55%;
    }

}

@media screen and (max-width: 1280px) {
    .not-found .wrapper {
        width: 65%;
    }
}

@media screen and (max-width: 999px) {
    .not-found .wrapper {
        width: 85%;
    }

}

@media screen and (max-width: 768px) {
    .not-found .wrapper {
        width: 90%;
    }

    .not-found p {
        padding: 0 5%;
    }
}

@media screen and (max-width: 425px) {
    .not-found {
        padding-top: 55px !important;
        padding-bottom: 15px;
    }

    .not-found .wrapper {
        width: 100%;
    }

    .not-found p {
        padding: 0 5%;
    }
}


/* End */
/* /local/components/terem/promotion.list/templates/stories.slider/style.css?17121322494077 */
/* /local/components/terem/promotion.list/templates/catalog.category.banner/style.css?1679533208960 */
/* /local/components/terem/catalog.list/templates/.default/style.css?16795332082347 */
/* /local/components/terem/standard.blocks/templates/notfound.red.catalog/style.css?16795332082322 */
