

/* Start:/local/templates/lumin/components/bitrix/system.pagenavigation/round/style.css?17479985953166*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.dotten{
	font-size: 14px;
    font-family: "Montserrat-Medium";
    color: #3B3C3F;
    border-radius: 3px;
    padding: 2px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* End */


/* Start:/local/templates/lumin/components/bitrix/news.list/ideas_new/style.css?17479985955713*/
.page h1.h1_ideas {
    font-family: "Comfortaa", sans-serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 115%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #282828;
    margin-bottom: 0;
}
.ideas-block {
    display: block;
    position: relative;
}
.ideas-block__list {
    display: block;
    position: relative;
}
.ideas-block__item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0 0;
    transition: all .4s;
}
.ideas-block__item_hidden {
    display: none;
}
.page h2.ideas-block__item-title {
    padding: 0 0 0 calc(22px + 48px);
    font-family: "Comfortaa", sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #181818;
    margin: 0;
}
.ideas-block__item:first-of-type {
    margin: 36px 0 0;
}
.ideas-block__item:nth-child(2n) {
    flex-direction: row-reverse;
}
.ideas-block__item-img,
.ideas-block__item-caption{
    display: block;
    position: relative;
    max-width: 880px;
    width: 50%;
}
.ideas-block__item-img img {
    display: block;
    position: relative;
    object-fit: cover;
}
.ideas-block__item-caption {
    padding-left: 63px;
    box-sizing: border-box;
    width: calc(50% - 131px);
}
.ideas-block__item-name {
    font-family: "Comfortaa", sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #181818;
}
.ideas-block__item-count {
    display: block;
    position: absolute;
    left: 0;
    font-family: "Montserrat-Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #171717;
}
.ideas-block__item-description {
    display: block;
    position: relative;
    margin: 32px 0 0;
    font-family: "Montserrat-Regular", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 145%;
    color: #3E3E3E;
}
.ideas-block__item-description p {
    margin: 16px 0 0;
}
.ideas-block__item-description p:first-of-type {
    margin: 0;
}
.ideas-block__item-btn {
    margin: 32px 0 0;
}
/*.ideas-block__item-btn.btn {*/
/*    font-family: "Montserrat-Regular", sans-serif;*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    line-height: 20px;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    color: #181818;*/
/*}*/

.ideas-block .cardGallery__list {
    margin: 0;
}
.ideas-block .cardGallery__item {
    padding: 0;
}
.ideas-block .cardGallery__counter {
    margin-right: 125px;
}
.ideas-block__item .cardGallery__content {
    margin: 0;
}
.ideas-block__item .cardGallery__img {
    height: 660px;
}

/*.ideas-block .catalog-totop {*/
/*    bottom: 50%;*/
/*}*/
.ideas-block .round-link {
    margin: 100px auto 0;
}

@media (max-width: 1600px) {
    .ideas-block__item-caption {
        /*padding-left: 33px;*/
        box-sizing: border-box;
        width: calc(50% - 71px);
    }
}
@media (max-width: 1023px) {
    .page h2.ideas-block__item-title {
        font-family: "Comfortaa", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 34px;
        line-height: 130%;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #181818;
    }
    .ideas-block__item {
        margin: 48px 0 0;
        padding: 0 0 48px;
    }
    .ideas-block__item:first-of-type {
        margin: 48px 0 0;
        padding: 0 0 48px;
    }
    .ideas-block__item:nth-child(2n) {
        flex-direction: row;
    }
    .ideas-block__item-img {
        width: 100%;
        max-width: 100%;
        margin: 32px 0 0;
    }
    .ideas-block__item-caption {
        width: 100%;
        max-width: 100%;
        margin: 32px 0 0;
        padding: 0;
    }
    .ideas-block__item-caption .ideas-block__item-name,
    .ideas-block__item-caption .ideas-block__item-count {
        display: none;
    }
    .ideas-block__item-description {
        margin: 0;
        font-size: 19px;
        line-height: 140%;
        color: #000000;
    }
    .ideas-block__item .cardGallery__img {
        height: 516px;
    }
    .ideas-block__item .cardGallery__arrows {
        width: auto;
    }
}
@media (max-width: 767px) {
    .page h1.h1_ideas {
        font-size: 30px;
        line-height: 115%;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #282828;
    }
    .page h2.ideas-block__item-title {
        padding: 0 0 0 calc(22px + 32px);
        font-family: "Comfortaa", sans-serif;
        font-weight: 700;
        font-size: 19px;
        line-height: 125%;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #282828;
    }
    .ideas-block__item {
        margin: 32px 0 0;
        padding: 0 0 32px;
    }
    .ideas-block__item:first-of-type {
        margin: 32px 0 0;
        padding: 0 0 32px;
    }
    .ideas-block__item .cardGallery__img {
        height: 300px;
    }
    .ideas-block__item-count {
        font-weight: 500;
        font-size: 13px;
        line-height: 130%;
        color: #3E3E3E;
    }
    .ideas-block__item-description {
        font-size: 17px;
        line-height: 140%;
        color: #3E3E3E;
    }
    .ideas-block__item .cardGallery__arrows {
        width: 100%;
    }
    .ideas-block .cardGallery__counter {
        margin-right: 15px;
    }
}
/* End */
/* /local/templates/lumin/components/bitrix/system.pagenavigation/round/style.css?17479985953166 */
/* /local/templates/lumin/components/bitrix/news.list/ideas_new/style.css?17479985955713 */
