

/* Start:/bitrix/templates/empty/components/bitrix/news.list/slider/style.css?17647001801670*/


.slider {
	background: linear-gradient(120deg, #f5f5f0, #b6a697);
	height: 600px;
}

.sliderInner {
	margin: 0 auto;
	position: relative;
	max-width: 1920px;

}

.sliderListText {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	height: 600px;
	position: relative;
	padding: 0 60px;
}

.sliderTitle {
	font-size: 46px;
}

.sliderText {
	font-size: 35px;
	margin: 15px 0;
}

.sliderDescription {
	font-size: 29px;
	margin: 0 0 25px 0;
}

.sliderBottom {
	font-size: 23px;
	margin: 15px 0;
	padding: 15px;
	background: black;
	width: 250px;
	color: white;
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.sliderImg {
	width: auto;
	height: 550px;
	position: absolute;
	right: 400px;
}

.sliderImgBlurry {
	width: auto;
	height: 350px;
	position: absolute;
	right: 800px;
}

.sliderImgBlurry2 {
	width: auto;
	height: 350px;
	position: absolute;
	right: 130px;
}

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

	.header .container {
		position: static;
	}

	.slider {
		height: auto;
		padding: 20px 0 0 0;
	}

	.sliderListText {
		height: auto;
	}

	.sliderInner {
		margin: 50px auto;
	}

	.sliderImg {
		position: static;
		height: auto;
	}

	.burger {
		position: absolute;
		right: 5px;
	}

	.sliderTitle {
		font-size: 37px;
	}

	.sliderText {
		font-size: 28px;
		margin: 15px 0;
	}

	.sliderDescription {
		font-size: 23px;
		margin: 0 0 25px 0;
	}

	.sliderBottom {
		font-size: 18px;
		margin: 15px 0;
		padding: 15px;
		background: black;
		width: 250px;
		color: white;
		display: flex;
		justify-content: center;
		cursor: pointer;
	}

	.sliderImgBlurry {
		display: none;
	}

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


/* Start:/bitrix/templates/empty/components/bitrix/news.list/menu/style.css?176099199547*/


@media screen and (max-width: 450px) {

}
/* End */


/* Start:/bitrix/templates/empty/components/bitrix/news.list/catalog/style.css?17664357851114*/
.catalog {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.catalogTitle {

    font-size: 38px;
    margin: 40px 0 0 0;
}

.catalogInner {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product {
    display: flex;
    flex-direction: column;

}

.imgProduct {
    width: auto;
    height: 400px;
    cursor: pointer;
}

.productInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}

.productDescription {
    margin: 3px 0;
}

.productName {
    font-size: 24px;
}

.productSize {
    font-size: 16px;
}

.productPrice {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 450px) {

    .catalogTitle {
        margin: 0 10px;
    }

    .catalogInner {
        justify-content: center;
    }

    .imgProduct {
        margin: 0 10px 7px 10px;
        max-height: 220px;
    }

    .productInfo {
        padding: 0 0 10px 0;
    }

    .product {
        margin: 0 0 15px 0;
    }

}
/* End */


/* Start:/bitrix/templates/empty/components/bitrix/news.list/reviews/style.css?17605546751133*/
.reviews {
    margin: 20px 0;
}

.reviewsTitle {
    font-size: 38px;
}

.reviewsInner {
    display: flex;
    margin: 20px 0;
}

.reviewsCard {
    padding: 10px 20px;
    border: black solid 1px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0 10px;
}

.profile {
    display: flex;
    align-items: center;
    border-bottom: grey 1px solid;
}

.photo {
    width: 100px;
    height: auto;
    border-radius: 30px;
}

.userName {
    font-size: 20px;
    margin: 0 0 0 20px;
}

.reviewsRating {
    font-size: 25px;
    color: orange;
}

.reviewsText {
    font-size: 20px;
}

@media screen and (max-width: 450px) {

    .reviewsTitle {
        margin: 0 10px;
    }

    .reviewsInner {
        flex-direction: column;
    }

    .reviewsCard {
        margin: 10px 30px;
    }

    .photo {
        width: 60px;
    }

    .userName {
        font-size: 17px;
    }

    .reviewsText {
        font-size: 17px;
    }

    .reviewsRating {
        font-size: 20px;
        color: orange;
    }

}
/* End */
/* /bitrix/templates/empty/components/bitrix/news.list/slider/style.css?17647001801670 */
/* /bitrix/templates/empty/components/bitrix/news.list/menu/style.css?176099199547 */
/* /bitrix/templates/empty/components/bitrix/news.list/catalog/style.css?17664357851114 */
/* /bitrix/templates/empty/components/bitrix/news.list/reviews/style.css?17605546751133 */
