

/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.section.list/catalog-proizvodstvo/style.css?17396230528151*/
.catalog-sections-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px;
    flex-direction: row;
    justify-content: space-between;
}
.catalog-sections-item {
    width: 30%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    transition: .2s linear;
    box-shadow: 4px 4px 16px 0 rgb(34 60 80 / 18%);
    flex-wrap: wrap;
}
.catalog-sections-img-box {
    width: 100%;
    height: 140px;
    overflow: hidden;
    text-align: center;
}
.catalog-sections-text {
    margin-top: 10px;
    color: #092065;
}







/* line */
.bx_catalog_line { margin-bottom: 30px; }
.row {
    display: block !important;
    flex-wrap: wrap;
    text-align: center !important;
    justify-content: center;
    margin: 0 auto;
    justify-content: space-between;
}
.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/main-news-4-5/style.css?17833169111515*/
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;
}

.main-news__items-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -4px;
}
.main-news__items-mobile {
display: none !important; 
	}
.main-news__items {
display: flex;
	}
@media (max-width: 768px) {
.main-news__items-mobile {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.main-news__items {
display: none !important;
	}
.main-news__items-mobile {
display: block !important;
	}
.slick-dots li button {
  display: none !important;
}

.slick-dots li {
    position: relative !important;
    display: inline-block !important;
    width: 20px !important;
    border: 2px solid black !important;
    height: 20px !important;
    border-radius: 30px !important;
    margin: 0 5px !important;
    padding: 0 !important;
    cursor: pointer !important;
}


.slick-dots .slick-active {
	background: black !important;
}


.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.slick-dots {
    position: absolute;
    bottom: -10px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li.slick-active button:before {
    opacity: 0 !important;
    color: black;
}



}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/meropriyatia/style.css?17521391221388*/
.text {
	display: none;
}

.row_block_mer {
	margin-bottom: 20px;
}

#bx_incl_area_9_6 .meropr_block {
	margin-top: 10px;
}

div.news-list {
	word-wrap: break-word;
}

div.news-list img.preview_picture {
	float: left;
	margin: 0 4px 6px 0;
}

.news-date-time {
	color: #8FC03B;
	font-weight: bold;
	padding-top: 10px;
}

.meropr-mobile {
	display: none !important;
}

@media (max-width: 768px) {

	.meropriation-incaps .main-news__items {
		display: flex !important;
		flex-direction: row;
		overflow-y: auto;
		flex-wrap: nowrap;
	}

	.meropriation-incaps .main-news__item {
		flex: 1 0 90%;
	}

	.row_wrapper {
		margin: 0px 5px;
	}

	.slick-dots li button {
		display: none !important;
	}

	.slick-dots li {
		position: relative !important;
		display: inline-block !important;
		width: 20px !important;
		border: 2px solid black !important;
		height: 20px !important;
		border-radius: 30px !important;
		margin: 0 5px !important;
		padding: 0 !important;
		cursor: pointer !important;
	}


	.slick-dots .slick-active {
		background: black !important;
	}


	.slick-dotted.slick-slider {
		margin-bottom: 0px !important;
	}

	.slick-dots {
		position: absolute;
		bottom: -30px !important;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}

	.slick-dots li.slick-active button:before {
		opacity: 0 !important;
		color: black;
	}

}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/main.feedback/forma_obrat/style.css?17768454082464*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

.dir img{
	border-radius: 29px;
}

div.mf-name,div.mf-email,div.mf-phone,div.mf-captcha,div.mf-message{width:100%;padding-bottom:.4em}div.mf-name input,div.mf-phone input,div.mf-email input, .direct-captcha_text{width:100%; border-radius: 10px; border: 2px solid #D0D0D0; padding: 5px 5px 5px 10px;}div.mf-name input:focus,div.mf-email input:focus, div.mf-phone input:focus{border: 2px solid #092065; outline: none;}div.mf-message textarea{width:100%; border-radius: 10px; border: 2px solid #D0D0D0; padding: 5px 5px 5px 10px;}div.mf-message textarea:focus{border: 2px solid #092065; outline: none;}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}

.mf-name, .mf-email, .mf-phone, .mf-message{
	max-width: unset !important;
}

.mf-name input, .mf-email input, .mf-phone input, .mf-message input{
	box-shadow: 0px 2.963px 14.817px 0px rgba(0, 0, 0, 0.25);
}
.mf-captcha.direct-captcha{
	align-items: flex-start;
}
.direct-captcha_text{
	border-radius: 18px;
	border: 0.741px solid #A7A6AB;
	background: #FFF;
	box-shadow: 0px 2.963px 14.817px 0px rgba(0, 0, 0, 0.25);

}

.direct-captcha {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.direct-trigger {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 20px;
  background-color: #8FC03B;
  transition: .3s;
  border: none;
  cursor: pointer;
  outline: none;
  transition: .2s linear;
  border-radius: 6px;
  margin: 20px auto;
  max-width: 50%;
  width: 100%;
  text-align: center;
}

.direct-submit {
  display: none;
}

.thx_modal-direct {
  position: absolute;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #8FC03B;
  width: 300px;
  height: 200px;
  z-index: 444444444;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: white;
}

.direct_block {
  position: relative;
}

.main-user-consent-request-announce-link {
  display: none;
}

.bx_subscribe_checkbox_container input[type="checkbox"] {
  display: none;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/main.feedback/forma_main/style.css?1776851018294*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}


/* End */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.section.list/catalog-proizvodstvo/style.css?17396230528151 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/main-news-4-5/style.css?17833169111515 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/meropriyatia/style.css?17521391221388 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/main.feedback/forma_obrat/style.css?17768454082464 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/main.feedback/forma_main/style.css?1776851018294 */
