

/* Start:/local/templates/main/components/bitrix/catalog.element/product/style.css?17399719786031*/
.productGallery {
	width: 100%;
}
.productGallery-inner,
.imgCenter {
	padding: 0;
	position: relative;
	display: block;
	/*width: 100%;*/
	height: 100%;
	overflow: hidden;
}
.productGallery-inner {
	/*border: 2px solid #e2e2e2;*/
	overflow: visible;
	position: relative;
	margin-bottom: 20px;
}
.productGallery-item {
	position: absolute;
	width: 100%;
	transition:0.3s linear opacity;
	opacity:0;
	top: 50%;
}
.productGallery-item #wrap a img{
	margin: 0 auto;
	max-height: 230px;/*105*/
}
.productGallery-item.active{
	opacity: 1;
}
.product-items {
	position: relative;
}
.product-items .jcarousel {
	margin: 0 5%;
}
#numberCarousel {
	padding: 40px;
}
#numberCarousel .carousel-inner {
	margin-left: 0;
}
#numberCarousel .item {
	text-align: center;
	cursor: pointer;
}
#numberCarousel .item .col-xs-2 {
	background-color: #fff;
}
#numberCarousel .carousel-inner > .next {
	left: 16.66666667%;
}
#numberCarousel .carousel-inner > .prev {
	left: -16.66666667%;
}
#numberCarousel .carousel-inner > .next.left,
#numberCarousel .carousel-inner > .prev.right {
	left: 0;
}
#numberCarousel .carousel-inner > .active.left {
	left: -16.66666667%;
}
#numberCarousel .carousel-inner > .active.right {
	left: 16.66666667%;
}
.docs_links div {
	margin-bottom: 15px;
	padding: 2px 0 5px 30px;
}
/*
.details {
	overflow: hidden;
	max-height: 400px;
}
*/
.productDescription .ctext {
	overflow: hidden;
	/*max-height: 400px;*/
	position: relative;
	transition: all 0.6s ease;
}
.catalog-shadow-line{
	box-shadow: 0px -5px 20px 10px #fff;
	height: 1px;
	margin-top: 0px;
	position: absolute;
	width: 100%;
	height: 23px;
	bottom: 0;
	left: 0;
	background: #ffffff;
}
.catalog-shadow-line.active{
	box-shadow: none;
}
.catalog-shadow-line span{
	border-bottom: 2px dotted;
	color: #1570a6;
	cursor: pointer;
}
.docs_links .ico-doc,
.docs_links .ico-odt {background: transparent url("/images/ico/doc.png") 0 0 no-repeat}
.docs_links .ico-pdf {background: transparent url("/images/ico/pdf2.png") 0 0 no-repeat}
.docs_links .ico-xls {background: transparent url("/images/ico/xls.png") 0 0 no-repeat}

.consumables {
	background-color: #fff;
	border-radius: 5px;
}
.consumables-table {
	margin-bottom: 0 !important;
}
.consumables-table .consumables-table {
	background-color: transparent !important;
}
.consumables-table td {
	padding: 0;
}
.consumables__collapse-wrap,
.consumables__collapse-wrap_sub{
	border-bottom: 1px solid #7fa25e;
}
.consumables__collapse-wrap:last-child,
.consumables__collapse-wrap_sub:last-child{
	border-bottom: 0;
}
.consumables-collapse__link > a {
	font-size: 1.1em;
	color: #0f5a8a;
	font-weight: bold;
	display: block;
	padding: 15px;
}
.consumables__collapse-wrap:first-of-type > .consumables-collapse__link > a {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.consumables__collapse-wrap:last-of-type > .consumables-collapse__link > a {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.consumables__collapse-wrap_sub > .consumables-collapse__link > a {
	font-weight: normal;
}
.consumables-collapse__link > a[aria-expanded="true"] {
	background-color: #b2cd06;
	color: #111;
	border-bottom: 1px solid #7fa25e;
}
.consumables-collapse__link > a:hover {
	background-color: #b2cd06;
	color: #111;
	text-decoration: none;
	position: relative;
}
.consumables-collapse__link > a:after {
	content: "+";
	background-color: #556e82;
	border-radius: 100%;
	color: #fff;
	font-size: 20px;
	width: 26px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	visibility: hidden;
}
.consumables-collapse__link > a[aria-expanded="true"]:after {
	content: "–";
	line-height: 23px;
	height: 26px;
}
.consumables-collapse__link > a:hover::after {
	visibility: visible;
}
.consumables-table {
	width: calc(100% - 30px) !important;
	margin: 0 15px;
}

.comparison-table-wrap {
	padding: 20px;
	background-color: #ffffff;
}
.comparison-table {
	border-collapse: collapse;
	width: 100%;
}
.comparison-table td,
.comparison-table th {
	padding: 10px;
	border: 1px solid #ddd;
	text-align: left;
	min-width: 83px;
}
.comparison-table .without-border td,
.comparison-table .without-border th {
	border: 0;
}
.comparison-table .img-container img {
	display: inline-block;
	max-width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 560px) {
	.comparison-table td,
	.comparison-table th {
		word-wrap: break-word;
		word-break: break-all;
	}
}

.product-details {
	position: relative;
	display: grid;
	transition: grid-template-rows .3s;
	overflow: hidden;
}
.product-details--active {
	--before-display: block;
	--more-display: grid;
	grid-template-rows: 200px min-content;
}
.product-details--shown {
	--show-opacity: 0;
	--hide-opacity: 1;
	--show-poiner-events: none;
	--hide-poiner-events: auto;
	--before-opacity: 0;
	grid-template-rows: var(--full-height) min-content;
}
.product-details::before {
	content: '';
	position: absolute;
	inset: auto 0 0;
	display: var(--before-display, none);
	align-self: end;
	z-index: 2;
	grid-row: 1/2;
	grid-column: 1/-1;
	height: 50px;
	background-image: linear-gradient(to bottom, transparent, #ffffff);
	opacity: var(--before-opacity, 1);
	transition: opacity .3s;
}
.product-details::after {
	content: '';
	grid-row: 2/3;
	grid-column: 1/-1;
	background-color: #ffffff;
}
.product-details__text {
	height: fit-content;
	grid-row: 1/2;
	grid-column: 1/-1;
}
.product-details__more {
	appearance: none;
	display: var(--more-display, none);
	z-index: 2;
	grid-row: 2/3;
	grid-column: 1/-1;
	justify-self: start;
	justify-content: start;
	padding: 0;
	color: #1570a6;
	text-align: start;
	text-decoration: underline;
	text-decoration-style: dashed;
	background-color: transparent;
	border: none;
}
.product-details__show {
	grid-area: 1/1/-1/-1;
	opacity: var(--show-opacity, 1);
	pointer-events: var(--show-poiner-events, auto);
}
.product-details__hide {
	grid-area: 1/1/-1/-1;
	opacity: var(--hide-opacity, 0);
	pointer-events: var(--hide-poiner-events, none);
}
/* End */


/* Start:/local/php_interface/include/public_popup/style.css?1612419275905*/
.disable-scroll {
    overflow-y: hidden;
}
.public-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99998;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: .5s ease;
    transition: .5s ease; 
}
.public-popup.is-open {
    visibility: visible;
    opacity: 1; 
}
.public-popup__inner {
    background-color: #fff; 
}
.public-popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #bdbdbd;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}
.public-popup__close-btn {
    width: 16px;
    height: 16px;
    fill: #777; 
}
.public-popup__close-btn:hover {
    fill: #333; 
}

@media (max-width: 768px) {
    .public-popup__inner {
        margin: 15px;
    }
}
/* End */


/* Start:/local/components/omb/form/templates/terms/style.css?16679190721661*/
.terms-form {
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #a2c53a;
	padding: 50px 80px;
	width: 640px;
	position: relative;
}


.terms-list .terms-list-item{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 15px 0 0 0;
}
.terms-list .terms-list-item img{
	margin: 0 10px 0 0;
}

.terms-list-item-text{
	display: flex;
	flex-direction: column;
}
.terms-list-item-text span{
	font-weight: bold;
	color: #00568c;
}

.contact-form-title {
	font-family: "Arial";
	font-size: 30px;
	color: #00568c;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}


.contact-form-footer {
	display: flex;
	flex-direction: column;
}

.contact-form-btn {
	align-self: center;
}

.contact-form-agreement {
	margin-bottom: 20px;
	font-family: "Arial";
	font-size: 16px;
}

.contact-form .form-group {
	margin-bottom: 35px;
}

.contact-form .form-control {
	border: 2px solid #a2c53a;
	border-radius: 2px;
	padding: 0 20px;
	width: 100%;
	height: 42px;
	font-family: "Arial";
	font-size: 20px;
	line-height: 38px;
}

.btn-blue,
.btn-blue:active {
	padding: 0 40px !important;
	border-radius: 5px !important;
	background-color: #00568c;
	color: #fff;
	font-family: "Arial";
	font-size: 20px !important;
	line-height: 40px !important;
}

.btn-blue:hover {
	background-color: #003d64;
	color: #fff !important;
}

@media (max-width: 607px) {
	.terms-form {
		padding: 30px 50px;
		width: 100%;
	}
	.contact-form-agreement {
		text-align: center;
		font-size: 14px;
	}
}

@media (max-width: 538px) {
	.terms-form {
		padding: 30px 20px;
	}
	.contact-form-title {
		font-size: 23px;
		color: #00568c;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news/news/assets/news_styles.css?1612419276278*/
.nav-news {
    margin-bottom: 20px;
}

.nav-news__item {
    cursor: pointer;
    display: inline-block;
    padding: 7px 15px;
}

.nav-news__item_active {
    background: #b3cc09;
    color: #fff;
}

.nav-news__item_active:hover {
    text-decoration: none;
    color: #fff;
}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/show-one-more/style.css?1612419276108*/
.load_more {
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    text-align: center;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news/news/bitrix/news.list/.default/style.css?1612419276362*/
.thumbnail .caption{
	padding-left: 0 !important;
	padding-right: 0 !important;;
}
.news-img{
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	width: 150px;
}
.thumbnail--with-img{
	margin-left: 170px;
}
@media (max-width:991px) {
	.thumbnail--with-img{
		margin-left: 0px;
	}
	.news-img{
		float: none;
	}
}
/* End */
/* /local/templates/main/components/bitrix/catalog.element/product/style.css?17399719786031 */
/* /local/php_interface/include/public_popup/style.css?1612419275905 */
/* /local/components/omb/form/templates/terms/style.css?16679190721661 */
/* /local/templates/main/components/bitrix/news/news/assets/news_styles.css?1612419276278 */
/* /local/templates/main/components/bitrix/system.pagenavigation/show-one-more/style.css?1612419276108 */
/* /local/templates/main/components/bitrix/news/news/bitrix/news.list/.default/style.css?1612419276362 */
