

/* Start:/bitrix/templates/oknaopt/components/bitrix/news.list/aktsii/style.css?17664886385034*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/*Все акции*/

.stocks__container {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: auto;
	grid-gap: 30px;
}

.stocks {
	display: grid;
	margin: 0 auto;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 30px;
	grid-auto-flow: dense;
}

/*Одна акция в блоке всех акций*/
.stocks__box {
	position: relative;
	transition: .3s;
	overflow: hidden;
}
/*Время трасформации img в каждой акции*/
.stocks__box img{
	transition: .3s;
}
/*Трансформация изображения в каждой акции*/
.stocks__box:hover img{
	transform: scale(1.1);
}
/*Блок акции*/
.stocki {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px;
}
/*Заголовок*/
.stocki__title {
	font-size: 28px;
	font-weight: bold;
}

.stocki__title_blue {
	color: #151e65;
}

.stocki__title_white {
	color: #ffffff;
}

.stocki__title_light-blue {
	color: #33a5e0;
}
/*Текст*/
.stocki__text {
	max-width: 450px;
	margin-top: 20px;
	margin-bottom: 40px;
}
/*Кнопка*/
.stocki__btn {
	min-width: 170px;
	height: 50px;
	margin-top: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: start;
	color: #ffffff;
}

.stocki__btn a {
	color: inherit;
}

.stocki__btn:hover a {
	color: inherit;
	text-decoration: none;
}

.stocki__btn .site__button {
	width: 100%;
}

.stocki__text.stocki__text--white {
	color: #ffffff;
}
.stocki__text.stocki__text--blue {
	color: #151e65;
}
.stocki__text.stocki__text--light-blue {
	color: #33a5e0;
}
.stocki__text.stocki__text--green {
	color: #9acb18;
}

/*Карусель*/
.stocki__carusel {

}
.stocki__carusel.owl-carousel .owl-item img {
	width: inherit;
	margin: 0 auto;
}

.stocki__carusel__item {
	margin-bottom: 20px;
}

.stocki__carusel__item__img {
	height: 350px;
}

.stocki__carusel__item__text {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.stocki__carusel__item__text__cost {
	font-size: 30px;
	font-weight: bold;
}

.stocki__carusel__item__text__name {
	font-size: 14px;
}

.stocki__carusel__item__text__size {
	font-size: 14px;
	color: #1c4084;
}

.stocki__btn_carusel {
	align-self: center;
	font-size: 14px;
	width: 190px;
}

.stocki__btn_dark_blue-empty {
	color: #151e65;
	border: solid 2px #151e65;
}

.stocki__btn_dark_blue-empty:hover {
	background-color: #151e65;
	color: #ffffff;
}
/*Белая рамка для кнопки*/
.site__button-white-empty {
	border: solid 2px #ffffff;
}
/*Закрашивание белой кнопки при наведении*/
.site__button-white-empty:hover {
	background-color: #ffffff;
	color: #000000;
}
/*Синий бэкграунд*/
.site__block-light_blue {
	background-color: #33a5e0;
}
/*Серый бэкграунд*/
.site__block-light_light_blue {
	background: #d8e6ea;
}
/*Первая акция и её положение*/
.stocks__box1 {
	grid-column: 1/3;
	grid-row: 1/2;
	order: 1;
}
/*Блок с изображением для фона*/
.stocks__box1-img {
	position: absolute;
	bottom: 0;
	right: 0;
}
/*Трансформация изображения в первой акции*/
.stocks__box1:hover img{
	transform: scale(1.1) translate(-14px, -14px);
}

.stocks__box-img {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.stocks__box-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0.4;
}

/*Четвёртая акция и её положение*/
.stocks__box-right {
	overflow: hidden;
	order: 99;
	position: relative;
}

.stocks__box-right .stocks__box-right-inner {
	transition: .3s linear;
	transition-property: padding;
}

@media screen and (max-width: 900px){
	.stocks__container {
		grid-template-columns: repeat(2, 1fr);
	}

	.stocks {
		/*grid-template-columns: 1fr;*/
		/*grid-template-rows: auto;*/
		/*grid-column-gap: 0;*/
        grid-gap: unset;
        display: flex;
        flex-direction: column;
        margin: unset;
	}

	.stocks__box1 {
		order: 1;
	}

	.stocks__box {
		order: 2;
	}

    .stocks .stocks__box:not(:last-child) {
        margin-bottom: 30px;
    }

	.stocks__box1-img {
		display: none;
	}
}


@media screen and (max-width: 700px){
	.stocks__container {
		display: flex;
		flex-direction: column;
        grid-gap: unset;
	}
    .stocks {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 700px){
	.stocks__box-right.is_stuck .stocks__box-right-inner{
		transition: .3s linear;
		transition-property: padding;
		/*padding-top: 80px;*/
	}
}

/* все акции */
/* End */


/* Start:/bitrix/templates/oknaopt/components/bitrix/news.list/aktsii_ready_works/style.css?1766488638150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /bitrix/templates/oknaopt/components/bitrix/news.list/aktsii/style.css?17664886385034 */
/* /bitrix/templates/oknaopt/components/bitrix/news.list/aktsii_ready_works/style.css?1766488638150 */
