

/* Start:/local/templates/inter-theme/components/bitrix/news.line/templte_gallery/style.css?16046517951390*/
.slider_area{
	margin-left: 327px;
    height: 336px;
	overflow:hidden;
}
.swiper-slide_info{
	position: absolute;
	top: 0;
	margin-top: 40px;
	margin-left: 25px;
}
.swiper-slide_name{
	font-size: 36px;
	font-weight: bold;
}

.swiper-slide_desc{
	font-size: 20px;
	margin-top: 10px;
}

ul#slider{
	margin:0;
	padding:0;
}
ul#slider li a{
	display:block;
	text-decoration:none;
	width:100%;
	height:100%;
}
ul#slider li a img{
	height: 100%;
	border-radius:3px;
	overflow: hidden;
}
ol.numericControls{
	width:70px;
	height: 15px;
	list-style:none;
	position:relative;
	top:-30px;
	left: 15px;
}
ol.numericControls li{
	display:inline-block;
	float: left;
}
ol.numericControls li a{
	font-size:0px;
	display:block;
	width:10px;
	height:10px;
	margin:0px 5px;
	border-radius:50%;
	background:#fff;
	border:1px #aaa solid;
}
ol.numericControls li a:hover{
	background: #eee;
	border:1px #888 solid;
}
ol.numericControls li.current a{
	background:#ffb100;
	border:1px #ff8888 solid;
}
span.controls a.prevBtn,span.controls a.nextBtn{display:none;}

@media screen and (max-width: 768px) {
	.slider_area{
		margin-left: 0;
	}
	.swiper-slide_name{
		font-size: 26px;
		font-weight: bold;
	}
	.swiper-slide_desc{
		font-size: 16px;
	}
}

@media screen and (max-width: 425px){
	ul#slider li a img{
		height: auto;
		width: 100%;
	}
	ul#slider{
		display: flex;
	}

	ul#slider li{
		width: 100%;
	}
}
/* End */


/* Start:/local/components/bitrix/system.pagenavigation/templates/.default/style.css?16081954414384*/
.arrow-right {
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;

	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.arrow-left {
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;

	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.sectionPage__pagination-container {
	width: 100%;
}

.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/components/bitrix/system.pagenavigation/templates/.default/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-radius: 3px;
	background: #dbecf4;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/inter-theme/components/bitrix/news/course/bitrix/news.list/.default/style.css?16046517961226*/
.block__news{
	margin-bottom: 30px;
}
.block__head_news{
	padding: 0 0 25px;
}

.news__items{

}

.news__item{
	display: flex;
	flex-direction: column;
	width: 320px;
	margin-bottom: 20px;
}
.news__item-image{
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.news__item-img{
	width: 100%
}

.news__item-date{
	margin-top: 10px;
	font-size: 14px;
}
.news__item-preview-text{
	margin-top: 10px;
}
.news__item-news-name{
	font-size: 22px;
	color: #ee1d23;
	text-decoration: none;
}
@media screen and (max-width: 768px){
	.news__items{
		grid-template-columns: repeat(auto-fit,minmax(233px,1fr));
		grid-gap: 10px;
	}
	.news__item{
		width: 100%;
	}
	.news__item-image{
		height: 160px;
	}
	.news__item-date{
		margin: 10px 0;
		font-size: 12px;
	}
	.news__item-news-name{
		font-size: 16px;
		font-weight: bold;
	}
	.news__item-preview-text{
		display: none;
	}
}


@media screen and (max-width: 425px){
	.news__items{
		grid-template-columns: 1fr;
	}
	.news__item{
		width: 100%;
	}
	.news__item-preview-text{
		display: none;
	}
	.news__item-date{
		font-size: 12px;
	}

	.news__item-news-name{
		font-size: 16px;
		font-weight: bold;
	}

}
/* End */


/* Start:/local/templates/inter-theme/components/bitrix/catalog.section/ready-sets/style.css?16046517952101*/
.block-products__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275px, 275px));
    grid-auto-rows: 450px;
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    padding: 5px;
}


.block-products {
    margin-left: 327px;
}

/*.block__head {*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*width: 100%;*/
    /*padding: 50px 0 25px;*/
/*}*/

/*.block__caption {*/
    /*font-size: 36px;*/
    /*font-weight: bold;*/
/*}*/

.LastFirstNav {
    display: flex;
    width: 100px;
    justify-content: space-between;
}

.LastFirstNav__button-nav {
    padding: 0;
    background: #ee1d23;
    border: 0;
    border-radius: 50%;
    display: block;
    color: white;
    width: 45px;
    height: 45px;
    font-size: 20px;
    outline: none;
}
.LastFirstNav__button-nav:hover{
    background-color: #bd1017;
}
.LastFirstNav__button-nav:active {
    background-color: #68b62c;
}

.LastFirstNav__button-nav-gray {
    background: lightgray;
}

.block-products__items {
    display: flex;
    justify-content: flex-start;
    /*overflow: hidden;*/
    padding: 5px;
}

.block-products__items-news {
    justify-content: flex-start;
}

.block-products__item {
    width: 275px;
    min-width: 275px;
    height: 460px;
    box-shadow: 0 0 5px lightgrey;
    text-align: center;
    padding: 30px;
    margin-right: 30px;
}

.block-products__item-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
}

.block-products__item-news {
    margin-right: 30px;
    overflow: hidden;
    padding: 15px 5px;
}

.block-products__item-img {
    height: 220px;
    margin: 0 auto;
}

.block-products__item-stock {
    color: #54aa3d;
    margin: 10px auto 15px;
}

.block-products__item-name {
    font-size: 18px;
    text-decoration: none;
    color: black;
}
.block-products__item-name:hover {
    font-weight: bold;
}

.block-products__item-name:active {
    color: #ee1d23;
}

.block-products__item-price {
    margin-top: auto;
    font-size: 34px;
}
/* End */


/* Start:/local/templates/inter-theme/components/bitrix/news.list/consulting_temp/style.css?1604651796987*/
.block-consulting {
    min-height: 400px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.block-consulting__content {
    width: 350px;
    padding-right: 40px;
    min-width: 350px;
}

.block-consulting__content-text > p {
    font-size: 19px;
    padding-right: 42px;
}

.block-consulting__content-text > button {
    padding: 0 20px;
    font-size: 16px;
}

.block-consulting-items-gallery {
    display: flex;
    justify-content: flex-start;
}

.block-consulting__items {
    width: 100%;
    overflow: hidden;
}

.block-consulting__item {
    margin-right: 30px;
    position: relative;
}

.block-consulting__item img {
    height: 275px;
}

.block-consulting__item:before {
    height: 100%;
    width: 100%;
    background: black;
    content: "";
    display: block;
    position: absolute;
    opacity: 0.5;
}

.block-consulting__item > .caption {
    position: absolute;
    top: 40px;
    left: 30px;
    color: white;
    font-size: 22px;
}
/* End */


/* Start:/local/templates/inter-theme/components/bitrix/news.list/News_temp/style.css?16046517961414*/
.block__news{
    margin-bottom: 30px;
}
.block__head_news{
    padding: 0 0 25px;
}

.news__items{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(320px,300px));
    grid-gap: 20px;
    justify-content: space-between;
}

.news__item{
    display: flex;
    flex-direction: column;
    width: 320px;
    margin-bottom: 20px;
}
.news__item-image{
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.news__item-img{
    width: 100%
}

.news__item-date{
    margin: 10px 0;
}
.news__item-news-name{
    font-size: 22px;
    color: #ee1d23;
    text-decoration: none;
}
@media screen and (max-width: 768px){
    .news__items{
        grid-template-columns: repeat(auto-fit,minmax(233px,1fr));
        grid-gap: 10px;
    }
    .news__item{
        width: 100%;
    }
    .news__item-image{
        height: 160px;
    }
    .news__item-date{
        margin: 10px 0;
        font-size: 12px;
    }
    .news__item-news-name{
        font-size: 16px;
        font-weight: bold;
    }
    .news__item-preview-text{
        display: none;
    }
}


@media screen and (max-width: 425px){
    .news__items{
        grid-template-columns: 1fr;
    }
    .news__item{
        width: 100%;
    }
    .news__item-preview-text{
        display: none;
    }
    .news__item-date{
        font-size: 12px;
    }

    .news__item-news-name{
        font-size: 16px;
        font-weight: bold;
    }

}
/* End */


/* Start:/local/templates/inter-theme/components/bitrix/form/questions_TEMP/bitrix/form.result.new/intercolor/style.css?16046517964258*/
.block__form-question-warp{
	padding: 30px;
	box-shadow: 4px 4px 20px lightgray;
	margin-bottom: 30px;
}

.block__form-question-head {
	display: flex;
	align-items: baseline;
	margin-bottom: 20px;
}

.block__form-question-head-description {
	font-size: 20px;
	margin-left: 20px;
}

.form-group-name {
	font-size: 14px;
	font-weight: bold;
}

.block__form-themeMessage .fieldset {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr auto;
	grid-auto-flow: column;
	border: 0;
}

.block__form-themeMessage .fieldset > div {
	margin: 10px 0;
}

[type="radio"] {
	display: none;
}

.block__form-themeMessage label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.block__form-themeMessage span {
	margin-left: 10px;
	font-size: 16px;
}

.block__form-themeMessage .other {
	border: 0;
	border-bottom: 1px solid lightgray;
	padding-left: 20px;
	font-size: 16px;
	padding-bottom: 5px;
	width: 400px;
	outline: none;
}

.block__form-radio {
	position: relative;
	width: 22px;
	height: 22px;
	background: white;
	border-radius: 5px;
	border: 1px solid lightgray;
	padding: 5px;
}

[type="radio"] + label > .block__form-radio::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	color: white;
	display: flex;
	vertical-align: baseline;
	line-height: 2;
	justify-content: center;
	font-size: 11px;
	background: red;
	border-radius: 5px;
	text-align: center;
	padding-top: 0px;
}

[type="radio"]:checked + label > .block__form-radio::after {
	width: 22px;
	height: 22px;
	margin: -6px;
}
[type="radio"]:not(:checked) + label > .block__form-radio::after {
	display: none;
}

.form-group-elements {
	display: flex;
}

.form-group-elements-inputs {
	display: flex;
	flex-wrap: wrap;
}

.form-group-elements-input {
	border: 0;
	border-bottom: 1px solid lightgray;
	padding-left: 20px;
	font-size: 16px;
	padding-bottom: 5px;
	width: 380px;
	margin: 20px 50px 10px 0;
	height: 25px;
	outline: none;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/inter-theme/components/bitrix/form/questions_TEMP/bitrix/form.result.new/intercolor/images/icon_warn.gif);
}
.form-group-elements-submit{
	/*display: flex;*/
	/*justify-content: space-between;*/
	width: 270px;
	margin-left: auto;
}
.form-group-elements-submit>p{
	display: none;
}
.form-group-elements-submit>span{
	font-size: 12px;
	margin-top: 15px;
	margin-left: 0;
}
.red-button_submit{
	padding: 0 30px;
	font-size: 16px;
	width: 270px;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px){
	.block__form-question-warp{
		padding: 30px;
	}
	.block__form-question .block__caption{
		font-size: 26px;
		white-space: nowrap;
	}
	.block__form-question-head-description{
		font-size: 16px;
	}
	.block__form-themeMessage .other{
		width: 240px;
	}
	.form-group-name{
		margin-top: 20px;
	}
	.block__form-themeMessage .fieldset{
		grid-template-rows: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr auto;
	}
	.form-group-elements{
		display: block;
	}
	.form-group-elements-inputs{
		justify-content: space-between;
	}
	.form-group-elements-input{
		width: 48%;
		margin: 20px 0px 10px 0;
	}
	.form-group-elements-submit{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.form-group-elements-submit>div{
		width: 270px;
	}

	.form-group-elements-submit>p{
		display: block;
	}
	.block__form-themeMessage span{
		font-size: 12px;
		text-align: right;
	}
	.form-group>p{
		display: none;
	}
}
@media screen and (max-width: 425px){
	.block__form-question-head{
		display: block;
	}
	.block__form-question-head-description{
		margin-left: 0;
		margin-top: 20px;
	}

	.block__form-themeMessage .fieldset{
		display: block;
	}
	.block__form-themeMessage .fieldset > div{
		margin: 15px 0;
	}
	.form-group{
		margin-top: 10px;
	}
	.other{
		width: 100%;
	}
	.form-group-elements-input{
		width: 100%;
	}
	.form-group-elements-submit{
		display: block;
	}
	.form-group-elements-submit>div{
		width: 100%;
	}
	.red-button_submit{
		width: 100%;
	}
}
/* End */
/* /local/templates/inter-theme/components/bitrix/news.line/templte_gallery/style.css?16046517951390 */
/* /local/components/bitrix/system.pagenavigation/templates/.default/style.css?16081954414384 */
/* /local/templates/inter-theme/components/bitrix/news/course/bitrix/news.list/.default/style.css?16046517961226 */
/* /local/templates/inter-theme/components/bitrix/catalog.section/ready-sets/style.css?16046517952101 */
/* /local/templates/inter-theme/components/bitrix/news.list/consulting_temp/style.css?1604651796987 */
/* /local/templates/inter-theme/components/bitrix/news.list/News_temp/style.css?16046517961414 */
/* /local/templates/inter-theme/components/bitrix/form/questions_TEMP/bitrix/form.result.new/intercolor/style.css?16046517964258 */
