

/* Start:/local/templates/monami_blank/components/bitrix/catalog.section/main_swiper_planets/style.css?17680707465455*/
.catalog-section {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
}

.catalog-section .left-part {
    width: 62.5%;
}

.catalog-section .left-part .planet-container {
    position: relative;
}

.catalog-section .left-part .planet-container img {
    width: fit-content;
    left: 0;
    bottom: 50px;
    position: relative;
}

.catalog-section .left-part .planet-container:after{
    content: '';
    width: 728px;
    height: 562px;
    position: absolute;
    left: -85px;
    bottom: 15px;
    background: url(/spacegray/img/planets_bottom_bg_dekstop.png) 50% 50% no-repeat;
    background-size: cover;
}

.catalog-section .left-part .control-container{
    position: relative;
}

.catalog-section .left-part .control-container .swiper-scrollbar {
    max-width: 588px;
    height: 1px;
    background: #696969;
}

.catalog-section .left-part .control-container .swiper-scrollbar .swiper-scrollbar-drag {
    height: 2px;
    background: #FFFFFF;
    top: -1px;
    border-radius: 0;
}

.catalog-section .left-part .control-container .swiper-pagination-fraction {
    text-align: left;
    left: 96px;
    bottom: 35px;
    width: fit-content;
}

.catalog-section .left-part .control-container .swiper-pagination-fraction .swiper-pagination-current,
.catalog-section .left-part .control-container .swiper-pagination-fraction {
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
}

.catalog-section .left-part .control-container .swiper-pagination-fraction .swiper-pagination-total {
    color: #696969;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
}

.catalog-section .left-part .control-container .swiper-button-prev,
.catalog-section .left-part .control-container .swiper-button-next {
    width: 42px;
    height: 42px;
    bottom: 35px;
    box-shadow: none !important;
    outline: none !important;
    position: absolute;
    top: -50px;
}

.catalog-section .left-part .control-container .swiper-button-next.next_planet {
    background: url(/local/templates/monami_blank/components/bitrix/catalog.section/main_swiper_planets/images/next.png) 50% 50% no-repeat;
    left: 42px;
}

.catalog-section .left-part .control-container .swiper-button-prev.prev_planet {
    background: url(/local/templates/monami_blank/components/bitrix/catalog.section/main_swiper_planets/images/prev.png) 50% 50% no-repeat;
    left: 0px;
}

.catalog-section .right-part {
    width: 37.4%;
    position: relative;
    overflow: hidden;
}

.swiper-container .swiper-wrapper {
    position: relative;
    left: -26.2%;
    padding-top: 20px;
}

.swiper-slide {
    overflow: visible;
}

.catalog-section .right-part a.buy_all_collection {
    margin-top: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 570px;
    height: 72px;
    background: #0F1014;
    border-radius: 4px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.catalog-section .right-part .control-container-mobile {
    display: none;
}


@media (max-width: 1540px) {
    .catalog-section .left-part {
        width: 45%;
    }

    .catalog-section .left-part .planet-container img {
        width: 100%;
        bottom: -27px;
    }

    .catalog-section .right-part {
        width: 48%;
        position: relative;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .catalog-section {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .catalog-section .left-part {
        width: 100%;
    }

    .catalog-section .left-part .planet-container {
        position: relative;
    }

    .catalog-section .left-part .planet-container img {
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .catalog-section .left-part .planet-container:after{
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
    }

    .catalog-section .left-part .control-container{
        display: none;
    }

    .catalog-section .right-part {
        width: 100%;
        padding-left: 0;
    }

    .swiper-container .swiper-wrapper {
        left: -15%;
    }

    .catalog-section .right-part a.buy_all_collection {
        margin: 15px 0 30px 0;
        width: calc(100% - 15px);
        max-width: calc(100% - 15px);
        height: 72px;
    }

    .catalog-section .right-part .control-container-mobile {
        margin-top: 60px;
        width: calc(100% + 15px);
        position: relative;
        display: block;
        margin-left: -15px;
        height: 60px;
    }

    .catalog-section .right-part .control-container-mobile .swiper-button-prev.prev_planet__mobile,
    .catalog-section .right-part .control-container-mobile .swiper-button-next.next_planet__mobile {
        width: 60px;
        height: 16px;
        bottom: 0;
        box-shadow: none !important;
        outline: none !important;
        position: absolute;
        top: calc(50% - 8px);
        left: calc(50% - 30px);
        color: #ffffff;
    }

    .catalog-section .right-part .control-container-mobile .swiper-button-next.next_planet__mobile {
        background: url(/local/templates/monami_blank/components/bitrix/catalog.section/main_swiper_planets/images/next_mob.png) 50% 50% no-repeat;
    }

    .catalog-section .right-part .control-container-mobile .swiper-button-prev.prev_planet__mobile {
        background: url(/local/templates/monami_blank/components/bitrix/catalog.section/main_swiper_planets/images/next_mob.png) 50% 50% no-repeat;
        transform: rotate(180deg);
        display: none;
    }

}
/* End */


/* Start:/local/templates/monami_blank/components/bitrix/catalog.item/main/style.css?17680707466125*/
.product-item-container {
    position: relative;
    overflow: visible;

}

.product-item {
    display: flex;
    flex-direction: column;
    background: #202026;
    overflow: visible;
    position: relative;
    min-height: 462px;
    border: 1px solid #ffffff;
    justify-content: space-between;
}

.product-item.Case {
    background: #202026 url("/spacegray/img/products/bg/Case.png") 0% 0% no-repeat;
    background-size: contain;
}

.product-item.Gargantua {
    background: #202026 url("/spacegray/img/products/bg/Gargantua.png") 0% 0% no-repeat;
    background-size: contain;
}

.product-item.Miller {
    background: #202026 url("/spacegray/img/products/bg/Miller.png") 0% 0% no-repeat;
    background-size: contain;
}

.product-item.Pulsar {
    background: #202026 url("/spacegray/img/products/bg/Pulsar.png") 0% 0% no-repeat;
    background-size: contain;
}

.product-item.Tars {
    background: #202026 url("/spacegray/img/products/bg/Tars.png") 0% 0% no-repeat;
    background-size: contain;
}

.product-item.Tesseract {
    background: #202026 url("/spacegray/img/products/bg/Tesseract.png") 0% 0% no-repeat;
    background-size: contain;
}

.product-item.Endurance {
    background: #202026 url("/spacegray/img/products/bg/Endurance.png") 0% 0% no-repeat;
    background-size: contain;
}

.swiper-slide .product-item:after {
    position: absolute;
    content: "";
    background: linear-gradient(89.13deg, rgba(13, 13, 14, 0.8) 2.81%, rgba(13, 13, 14, 0) 99.2%);
    width: 100%;
    height: 100%;
    background-size: contain;
    left: 0;
    bottom: 0;
}

.swiper-slide.swiper-slide-active .product-item:after {
    display: none;
}


.product-item a {
    overflow: visible;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    text-decoration: none;
}

.product-item a .text-wrapper {
    display: flex;
    flex-direction: column;
    width: 60%;
    gap: 5px;
    padding: 25px 0 0 40px;
}

.product-item a .text-wrapper .product-item-title {
    font-size: 40px;
    line-height: 51px;
    font-weight: 700;
    color: #ffffff;
}

.product-item a .text-wrapper .product-item-desc-full {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #B2B2B2;
}

.product-item img {
    width: fit-content;
    position: absolute;
    top: -20px;
    left: 100px;
}

.product-item-info-container {
    display: flex;
    width: 100%;
}

.product-item-button-container {
    width: 100%;
}


.swiper-slide .product-item .product-item-button-container .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    background: #18181C;
    color: #FFFFFF;
    border: 1px solid #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.swiper-slide.swiper-slide-active .product-item .product-item-button-container .btn {
    background: #ffffff;
    color: #000000;
}

@media (max-width: 1700px) {
	.product-item.Case {
		background: #202026 url("/spacegray/img/products/bg/Case.png") 0 25% no-repeat;
		background-size: 90%;
	}

	.product-item.Gargantua {
		background: #202026 url("/spacegray/img/products/bg/Gargantua.png") 0 25% no-repeat;
		background-size: 90%;
	}

	.product-item.Miller {
		background: #202026 url("/spacegray/img/products/bg/Miller.png") 0 25% no-repeat;
		background-size: 90%;
	}

	.product-item.Pulsar {
		background: #202026 url("/spacegray/img/products/bg/Pulsar.png") 0 25% no-repeat;
		background-size: 90%;
	}

	.product-item.Tars {
		background: #202026 url("/spacegray/img/products/bg/Tars.png") 0 25% no-repeat;
		background-size: 90%;
	}

	.product-item.Tesseract {
		background: #202026 url("/spacegray/img/products/bg/Tesseract.png") 0 25% no-repeat;
		background-size: 90%;
	}

	.product-item.Endurance {
		background: #202026 url("/spacegray/img/products/bg/Endurance.png") 0 25% no-repeat;
		background-size: 90%;
	}

	.product-item {
		min-height: 395px;
	}

	.product-item a .text-wrapper .product-item-title {
		font-size: 36px;
		line-height: 41px;
	}

	.product-item a .text-wrapper .product-item-desc-full {
		font-size: 17px;
		line-height: 21px;
	}

	.product-item img {
		width: 77%;
		position: absolute;
		top: -20px;
		left: 120px;
	}
}


@media (max-width: 767px) {

    .swiper-slide {
        max-width: 219px;
    }

    .product-item {
        min-height: 303px;
    }

	.product-item.Case {
		background: #202026 url("/spacegray/img/products/bg/Case.png") 0 25% no-repeat;
		background-size: 100%;
	}

	.product-item.Gargantua {
		background: #202026 url("/spacegray/img/products/bg/Gargantua.png") 0 25% no-repeat;
		background-size: 100%;
	}

	.product-item.Miller {
		background: #202026 url("/spacegray/img/products/bg/Miller.png") 0 25% no-repeat;
		background-size: 100%;
	}

	.product-item.Pulsar {
		background: #202026 url("/spacegray/img/products/bg/Pulsar.png") 0 25% no-repeat;
		background-size: 100%;
	}

	.product-item.Tars {
		background: #202026 url("/spacegray/img/products/bg/Tars.png") 0 25% no-repeat;
		background-size: 100%;
	}

	.product-item.Tesseract {
		background: #202026 url("/spacegray/img/products/bg/Tesseract.png") 0 25% no-repeat;
		background-size: 100%;
	}

	.product-item.Endurance {
		background: #202026 url("/spacegray/img/products/bg/Endurance.png") 0 25% no-repeat;
		background-size: 100%;
	}

    .product-item a .text-wrapper {
        display: flex;
        flex-direction: column;
        width: 60%;
        padding: 20px 0 0 27px;
    }

    .product-item a .text-wrapper .product-item-title {
        font-size: 26px;
        line-height: 33px;
    }

    .product-item a .text-wrapper .product-item-desc-full {
        font-size: 13px;
        line-height: 16px;
    }

    .product-item img {
        position: absolute;
        top: -16px;
        left: 70px;
        width: 83%;
    }

    .swiper-slide .product-item .product-item-button-container .btn {
        height: 47px;
        font-size: 12px;
        line-height: 15px;
    }
}
/* End */
/* /local/templates/monami_blank/components/bitrix/catalog.section/main_swiper_planets/style.css?17680707465455 */
/* /local/templates/monami_blank/components/bitrix/catalog.item/main/style.css?17680707466125 */
