outline: none;10pxbody {
	background:#fff; font-family:'Open Sans',sans-serif;
	color: #010101;
	overflow-x: hidden;
	font-size: 16px;
}
@media (max-width:576px)	{ 	body {font-size: 14px;} }
@media (min-width:768px)	{ 	body {font-size: 14px;} }
@media (min-width:992px)	{ 	body {font-size: 12px;} }
@media (min-width: 1200px)	{ 	body {font-size: 14px;} }
@media (min-width: 1380px)	{ 	body {font-size: 16px;} }

a {	color: #010101; } 
.content img {}
.head__logo {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    height: 100%;
    vertical-align: middle;
}
.flex-container {display: flex;}

.head__logo:hover {	text-decoration: none; }
.head__logo img {
	margin-right: 10px;
	max-width: 150px;
}
@media (min-width: 1200px) {
	.head__logo img {
		width: 100%;
		max-width: 250px;
	}
}

.head__logo span {
	color: #009a9d;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
}

.head__contacts {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width:992px){
	.head__contacts {
		margin-right: 30px;
	}
}

.head__contacts a {
	display: block;
	font-weight: 700;
	line-height: 1;
	transition: 0.3s;
}
.head__contacts a:hover {
	color: #009a9d;
}

.head__contacts .contacts_tel {
	font-size: 1em;
}
.head__contacts .contacts_email {
	color: #868f97;
	font-size: 0.8em;
	margin: 5px 0 0 0px;
}

@media (min-width: 576px) {
	.head__contacts .contacts_tel {
		font-size: 1.5em;
	}
	.head__contacts .contacts_email {
		color: #868f97;
		font-size: 0.875em;
		margin: 5px 0 0 0px;
	}
}

@media (min-width: 992px) {
	.head__contacts .contacts_tel {
		font-size: 1.5625em;
	}
	.head__contacts .contacts_email {
		color: #868f97;
		font-size: 0.875em;
		margin: 10px 38px 0 0px;
	}
}

.head__btn {
	display: none;
	vertical-align: middle;
	cursor: pointer;
}
@media (min-width: 992px) {
	.head__btn {
		text-align: center;
		margin: 0;
		padding: 0;
		border-left: 1px solid #d7dada;
		line-height: 1;
		/*min-width: 72px;*/
		height: 50px;
		display: inline-flex;
		-webkit-align-items: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    justify-content: center;
	}
}

.head__btn:last-child {
	border-right: 1px solid #d7dada;
}

.head__btn:hover {
/*	width: auto;
	padding: 0 20px;*/
}
.head__btn:hover .head__btn__txt {
	cursor: pointer;
	text-align: left;
}
.head__btn.head__btn_tel:hover  .head__btn__txt { width: 130px; }
.head__btn.head__btn_auth:hover  .head__btn__txt { width: 70px; width: 100%; }
.head__btn.head__btn_basket:hover  .head__btn__txt { width: 80px; }
.head__btn.head__btn_auth.reg .head__btn__txt {text-decoration: none;}
.head__btn.head__btn_auth.reg .head__btn__txt a { display: block; }
.head__btn.head__btn_auth.reg .head__btn__txt a:hover { text-decoration: underline; }
.head__btn.head__btn_auth.reg:hover .head__btn__txt { width: 160px; }
.head__btn .tel,
.head__btn .auth,
.head__btn .basket {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(img/head__btn-img.png) no-repeat;
	margin: 5px 0 5px 0;
	position: relative;
	margin-left: 20px;
	margin-right: 15px;
}
.head__btn .compare {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(img/compare.png) no-repeat;
	background-position: center;
	margin: 5px 0 5px 0;
	position: relative;
	margin-left: 20px;
	margin-right: 15px;
}

.head__btn .head__btn__txt {
	color: #009a9d;
	font-weight: 600;
	text-decoration: underline;
	width: 0; overflow: hidden;
	transition-duration: 0.3s;
	font-size: 14px;
}
.head__btn span.tel { background-position: -30px 0; }
.head__btn span.auth { background-position: 0 0; }
.head__btn span.basket { background-position: -60px 0; }
.head__btn:hover span.tel { background-position: -30px -30px; }
.head__btn:hover span.auth { background-position: -4px -30px; }
.head__btn:hover span.basket { background-position: -60px -30px; }
.head__btn span.compare i.basket__count,
.head__btn span.basket i.basket__count {
	position: absolute;
	display: block;
	height: 20px;
	padding: 0 6px; 
	background-color: #009a9d;
	color: #fff;
	text-align: center;
	font-style: normal;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	right: -7px;
	bottom: -7px;
}
.head__btn:hover span.basket i.basket__count {
	background-color: #69c4bf	
}

/* navbar */
.navbar-col {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}
.navbar {
	/*padding: 27px 15px 27px 0;*/
	padding: 0 0px 0 0;
	display: block;
	flex: 0 0 95%;
	line-height: 1
}
@media (min-width:1200px){
	.navbar {
		padding: 0 30px 0 0;
	}
}
.navbar-nav { flex-direction: row; }
.navbar ul.nav.navbar-nav {
	display: flex;
    justify-content: space-between;
}
.navbar .nav > li {
	font-weight: 700;
	font-size: 1.25em;
	display: inline-block;
	position: relative;
}
.navbar-nav .dropdown-menu li {	font-size: 0.9em; }
@media (min-width: 992px) {
	.navbar .nav > li {	font-size: 1em; }
	.navbar-nav .dropdown-menu li {	font-size: 0.9em; }
}

@media (min-width: 1380px) {
	.navbar .nav > li { font-size: 1em;	}
	.navbar-nav .dropdown-menu li {	font-size: 0.75em; }
}

@media (min-width: 1500px) {
	.navbar .nav > li {	font-size: 1.25em; }
	.navbar-nav .dropdown-menu li {	font-size: 0.75em; }
}
.navbar .nav > li {
	border-bottom: 1px solid transparent;
	padding: 27px 0 27px 0;
	margin-right: 15px;
}
.navbar .nav > li.active,
.navbar .nav > li:hover { border-bottom: 1px solid #009a9d;}
.navbar .nav > li.active > a,
.navbar .nav > li:hover > a {
	color: #009a9d;
	text-decoration: none;
}

.navbar .nav > li:hover .dropdown-menu { display: block; }

.navbar .nav > li > a {
	padding-top: 23px;
	padding-bottom: 23px;
	transition: 0.2s;
	font-size: 20px;
}

.gray-gradient {
	background: linear-gradient(to top, #fff, #e9eef2);
	margin: 0 auto;
}
.gray-background {
	background-color: #e9eef2;
	margin: 0 auto;
}

@media (max-width:1400px){
	.navbar .nav > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	}
}

@media (min-width:992px){
	.gray-background-lg {
		background-color: #e9eef2;
	}
}

.gray-gradient:after,
.gray-gradient:before,
.gray-background:after,
.gray-background:before,
.gray-background-lg:after,
.gray-background-lg:before {
	display: table;
	content: " ";
}

.block-title {
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
}
.page-title {
	font-weight: 700;
	font-size: 35px;
	line-height: 1;
	margin-top: -5px;
	margin-bottom: 46px;
	width: 100%;
}
.block-title_catalog {
	font-weight: 700;
	font-size: 2.2em;
	line-height: 1.15;
}
.menu__catalog-lnk {
	margin-left: 35px;
}
.menu__catalog-lnk:hover .navbar-toggle_catalog .icon-bar {
	background-color: #009a9d;
}
.navbar-toggle_catalog {
	background: transparent;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 5px;
    bottom: 0;
    padding: 0;
    left: 0;
    cursor: pointer;
    margin: auto;
    height: 20px;
}
.navbar-toggle_catalog .icon-bar {
	display: block;
    width: 18px;
    height: 2px;
    background-color: #000;
}
.navbar-toggle_catalog .icon-bar+.icon-bar {
    margin-top: 6px;
}

.navbar-toggle {
	background: transparent;
	border: none;
	border-radius: 0;
	position: relative;
	z-index: 99;
	top: 0;
	padding: 0;
	margin: 0;
	z-index: 9999;
	margin-right: 30px;
	vertical-align: middle;
	cursor: pointer;
}
.navbar-toggle:focus {
	outline: none;
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1){transform:rotate(45deg) translate(5px, 8px);webkit-transform:rotate(45deg) translate(5px, 8px);}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2){opacity:0;}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3){transform:rotate(-45deg) translate(5px, -8px);webkit-transform:rotate(-45deg) translate(5px, -8px);}

.navbar-toggle .icon-bar {
	display: block;
    width: 23px;
    height: 3px;
    background-color: #000;
    transition:all .25s ease-in-out;webkit-transition:all .25s ease-in-out;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

.navbar-nav .dropdown-menu {
	position: absolute;
	display: none;
	border: none;
	background-color: #fff;
	padding: 25px 40px;
	border-radius: 0;
	top: 70px;
	left: -40px;
	margin:0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-nav .dropdown-menu::before {
	content: ''; 
	position: absolute; /* Абсолютное позиционирование */
	left: 40px; top: -20px; /* Положение треугольника */
	border: 10px solid transparent; /* Прозрачные границы */
	border-bottom: 10px solid #fff; /* Добавляем треугольник */
}

.navbar-nav .dropdown-menu li {
	text-transform: uppercase;
}
.navbar-nav .dropdown-menu li a {
	white-space: nowrap;
	display: inline-block;
	padding: 10px 0;
	font-size: 16px;

}
.navbar-nav .dropdown-menu li a:hover {
	color: #009a9d;
	text-decoration: none;
}


#navbar_mobile {
	display: none;
	position: absolute;
    width: 100%;
    background-color: #fff;
	border: none;
	
	border-radius: 0;
	top: -10px;
	left: 3px;
	margin: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	z-index: 1000;
}
#navbar_mobile.collapsing {	
	position: absolute;
	display: block;
}
#navbar_mobile.collapse.show {
	display: block;
}
#navbar_mobile .navbar-nav {
	flex-direction: column;
	padding: 60px 25px 25px 25px;
}
#navbar_mobile .navbar-nav li {
	text-transform: uppercase;
	font-size: 14px;
	color: #212529;
	font-weight: 700;
}

#navbar_mobile .navbar-nav li a {
    white-space: nowrap;
    display: inline-block;
    padding: 7px 0;
}

/* END navbar */

/* search */

.search__btn-wrp {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: right;
	justify-content: flex-end;
	min-height: 68px;
}

.search__btn {
	display: block;
	border: none;
	background-color: transparent;
	background: url(img/search__btn.png) no-repeat;
	background-position: center;
	cursor: pointer;
	width: 100%; height: 100%;
	margin:0;
	box-sizing: content-box;
	background-color: #d7dde3;
}
.search__btn:hover  {
	background: url(img/search__btn_w.png) no-repeat;
	background-position: center;
	background-color: #009a9d;
}
.search__btn.active {
	background: url(img/cross.png) no-repeat;
	background-position: center;
	background-color: #d7dde3;
	flex: 0 0 5%;
}

.search-form {
	display: flex;
	line-height: 1;
	flex: 0 0 5%;
	height: 100%;
}
.search-form.active {
	flex: 0 0 100%;
	margin-bottom: 0;
}
.search-form__input {
	border: none;
	background-color: #009a9d;
	color: #fff;
	height: 100%;
	width: 100%;
	padding: 10px 20px;
	outline: none;
	display: none;
}

.search-form__input.active {
	display: block;
	flex: 0 0 95%;
}
.search-form__input.active::-ms-clear {
   display: none;
}
.search-form.active:after {
	background: url(img/search__btn_w.png) no-repeat;
	background-position: 0 0;
	content: '';
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	right: 9%;
	top: 0; bottom: 0;
	margin: auto;
}

.search-form__input:focus {
	outline: none;
}


.search-form_inner {
	margin-bottom: 65px;
	box-sizing: border-box;
	position: relative;
}
.search-form_inner .search-form__input {
    padding: 0 20px;
    height: 75px;
}
.search-form_inner .search__btn {
	height: 75px;
	width: 71px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
}
.search-form_inner .search-form__input { background-color: #e9eef2; color: #000000 }
.search-form_inner .search-form__input.no-result { background-color: #e77a7a; color: #fff }

.search-msg .no-result {
	color: #1d1d1b;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4
}
.search-msg .need-reg {
	font-size: 18px;	
}
.search-msg .need-reg a {
	text-decoration: underline;
}

.search-result__title {
	color: #1d1d1b;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
}

/* END search */

/* Теги */
.tags span {
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	background-color: #e9eef2;
	vertical-align: top;
	padding: 0 10px;
	color: #868f97;
}
/* END Теги */

/* Форма регистрации */


.register-form {
	border: 1px solid #d7dde3;
	padding: 35px 40px;
	margin: 0 auto;
}
@media (min-width:1200px){
	.register-form {max-width: 650px;}
}
.register-form .form-group-wrp {
	display: flex;
  flex-wrap: wrap;
}
.register-form .form-group-wrp .form-group { width: 100%; }
@media (min-width:768px){

}
@media (min-width:992px){
	.register-form .form-group-wrp .form-group {
		margin-right:33px;
		width: 247px;
	}
	.register-form .form-group-wrp .form-group:nth-child(2n+2) { margin-right:0; }
}
@media (min-width:1200px){
	.register-form .form-group-wrp .form-group {margin-right:33px; width: 167px; }
	.register-form .form-group-wrp .form-group:nth-child(2n+2) { margin-right:33px; }
	.register-form .form-group-wrp .form-group:nth-child(3n+3) { margin-right:0; }
}

.register-form .form-group {
	margin-bottom: 25px;
}
.register-form .form-group label {
	font-size: 16px;
	margin-bottom: 3px
}
.register-form .form-group label span {
	color: #009a9d;
	display: inline-block;
	margin-left: 5px;
	font-weight: 400;
}
.register-form .form-group textarea {
	min-height: 95px;
}
.register-form .form-check {
	margin-bottom: 30px;
}
.register-form .form-check-label {
	font-size: 16px;
	color: #1d1d1b;
}
.register-form .form-check-label a {
	text-decoration: underline;
}

.register-form .required-fields-note {
	font-size: 16px;
	color: #18b3ad;
	font-weight: 400;
	margin-bottom: 25px;
}

/* END Форма регистрации*/

/* footer */

footer  .container { position: relative; }

@media (min-width: 992px){
	footer .container:before {
	    background: url(img/footer_bg_t.png) no-repeat;
	    background-position: 0 0;
	    content: '';
	    position: absolute;
	    display: block;
	    width: 373px;
	    height: 123px;
	    right: 0;
	    top: -100px;
	}
}

footer .navbar li a {
	font-size: 1em;
	font-weight: 600;
	transition: 0.3s;
}
footer .navbar li a:hover {
	color: #000000;
}
footer .navbar {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #d0d6db;
}
@media (max-width:589px){
	.footer__col-wrp {
		text-align: center;
	}
	.footer__col {
		display: block;
		margin-bottom: 30px;
	}
}
@media (min-width:590px) and (max-width:1499px){ 
	.footer__col-wrp {
		text-align: center;
	}
	.footer__col {
		display: inline-block;
		vertical-align: bottom;
		margin-bottom: 30px;
		text-align: left;
		padding: 0 10px;
	}
	/*
	.footer__col:nth-child(5),
	.footer__col:nth-child(6) {
		width: 100%;
		text-align: center;
	}*/
}
@media (min-width:1500px){
	.footer__col-wrp {
		display: flex;
		justify-content: space-between; 
	}
	.footer__col {
		display: inline-block;
		vertical-align: bottom;
		margin-bottom: 30px;
	}

	.footer__btn.write { margin-right: 30px; }
}





footer * { color: #868f97  }

.footer__txt {
	font-size: 0.875em;
	white-space: nowrap;
	line-height: 2;
	transition: 0.3s;
}
footer .contacts_tel:hover,
footer .contacts_email:hover,
footer a.footer__txt:hover {
	color: #000000;
}

.footer__btn {
	border: 1px solid #d0d6db;
	font-size: 16px;
	color: #868f97;
	display: inline-block;
	line-height: 42px; 
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: 700;
	height: 45px;
}


.footer__btn:hover,
.footer__btn:focus {
	border: 1px solid #010101;
	color: #010101;
	text-decoration: none;
}

.footer__btn.fb,
.footer__btn.vk,
.footer__btn.yt {
	vertical-align: bottom;
	width: 45px;
	height: 45px;
	padding:0;
	margin:0;
	text-align: center;
}

.footer__btn.fb span,
.footer__btn.vk span,
.footer__btn.yt span {
	display: inline-block;
	width: 30px;
	height: 25px;
	background: url(img/social.png) no-repeat;
	margin: 10px auto;
}

.footer__btn.fb span { background-position: 0 0; }
.footer__btn.vk span { background-position: -30px 0; }
.footer__btn.yt span { background-position: -60px 0; }

.footer__btn.fb:hover span { background-position: 0 -25px; }
.footer__btn.vk:hover span { background-position: -30px -25px; }
.footer__btn.yt:hover span { background-position: -60px -25px; }

footer .contacts_tel,
footer .contacts_email {
	font-weight: 700;
	font-size: 1.25em;
	transition: 0.3s;
}
.footer__logo_black {display: none;}
.footer__logo:hover .footer__logo_black {display:inline-block;}
.footer__logo:hover .footer__logo_gray {display: none;}


/* END footer */

/* about_main-page */
.about_main-page {
	
	background-position: bottom center;
	
	position: relative;
	background-color: #009297;
}
@media (min-width:992px){
	.about_main-page {
		background: url(img/about_main-page_bg.png) no-repeat;
		background-size: 100%;
		background-color: #009297;
		background-position: bottom;
	}
	.about_main__content {
		padding-left: 75px;
	}
}
@media (min-width:1200px){
	.about_main__content {
		padding-right: 0px;
	}
}

.about_main__content .title {
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: 30px;
	display: inline-block;
}
.about_main__content .title:hover {
	color: #d7dde3;
}
.about_main__content .text {
	font-size: 1.125em;
	line-height: 1.6;
	margin-bottom: 80px;
}
@media (max-width:767px){
.about_main__content .text {
	margin-bottom: 30px;
}

}

.about_main-page:after,
.about_main-page:before {
	top: 50%;
	bottom: 50%;
	margin: auto;
	z-index: 1
}
.about_main-page .row > div { z-index: 2 }

@media (min-width:1200px){
	.about_main-page:after {
		background: url(img/about_main-page_bg_l.png) no-repeat;
		background-position: 0 0;
		content: '';
		position: absolute;
		display: block;
		width: 223px;
		height: 148px;
		left: -200px;
	}
	.about_main-page:before {
		background: url(img/about_main-page_bg_r.png) no-repeat;
		background-position: 0 0;
		content: '';
		position: absolute;
		display: block;
		width: 223px;
		height: 148px;
		right: -200px;
	}
}

.about_main__icon {
	text-align: center;
	margin-bottom: 40px;
}
.about_main__icon img {
	display: block;
	margin: 0 auto 25px;
}
.about_main__icon span {
	display: block;
	font-weight: 700;
	font-size: 1em;
	margin: 0 auto;
}

.download {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
	padding-left: 50px;
	position: relative;
	line-height: 1.3;
}
.download.download_pdf { margin-right: 30px }

@media (min-width: 1200px) {
	.download {
		display: block;
	}
}

.download:hover {
	color: #d7dde3;
}
.download_pdf:before {
	background: url(img/download_pdf.png);
	background-position: 0 0;
	content: '';
	position: absolute;
	display: block;
	width: 33px;
	height: 40px;
	left: 0;
    top: 0;
}
.download_cat:before {
	background: url(img/download_cat.png) no-repeat;
	background-position: 0 0;
	content: '';
	position: absolute;
	display: block;
	width: 33px;
	height: 40px;
	left: 0;
    top: 0;
}
.download:hover:before {
	background-position: 0 -40px;
}
/* END about_main-page */

/* news-anons */
.news-anons__title .link {
	font-size: 2.18em;
	font-weight: 700;
	position: relative;
	transition: 0.3s;
}
.news-anons__title .rss {
	background: url(img/rss.png) no-repeat;
	background-position: 0 0;
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	top:19px;
	right: 15px;
}
.news-anons__title .rss:hover {
	background-position: 0 -21px;
}
.news-anons__title .link:hover {
	color: #009a9d;
}
.news-anons__img-lnk {
	border: 1px solid #e9eef2;
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	margin-right: 20px;
	text-align: center;
	flex-shrink: 0
}

@media (min-width:768px){
	.news-anons__img-lnk {
		width: 150px;
		height: 150px;
		line-height: 150px;
		margin-right: 40px;
	}
}

.news-anons__img-lnk img {
	max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.news-anons__item {
    overflow: hidden;

    display: flex;
    flex-direction: row;
    align-items: center;
} 


.news-anons__item time {
	display: block;
	color: #009a9d;
	font-weight: 700;
	font-size: 0.875em;
	white-space: nowrap;
	text-transform: uppercase;
}

@media (min-width:768px){
	/*.offers .news-anons__introtext,
	.news-anons__item time {
		margin-top: 35px;
	} */
}
.news-anons__item .news-anons__title {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.2;
}
@media (min-width:768px){
	.news-anons__item .news-anons__title {
		font-size: 20px;
		line-height: 1.3;
	}
}
.news-anons__item .news-anons__title:hover {
	text-decoration: none;
}
.news-anons__item .news-anons__introtext {
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	display: block;
}
@media (min-width:768px){
	.news-anons__item .news-anons__introtext {
		font-size: 16px;
	}
}
.news-anons__item:hover .news-anons__introtext {
	/*color: #009a9d;
	text-decoration: underline;*/
}
.news-anons__item::after {
	content: "";
	display: table;
	clear: both;
}
.all-articles {
	color: #000000;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 0 20px;
	vertical-align: baseline;
}
.all-articles:hover { color: #009a9d; }
.all-articles:hover:before { background-position: 0 -8px; }

.all-articles:before {
	background: url(img/arrow_1.png) no-repeat;
	background-position: 0 0;
	content: '';
	position: absolute;
	display: block;
	width: 13px;
	height: 8px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
/* END news-anons */ 


/* carousel__item */
.owl-carousel__item > img {
	position: absolute;
	object-fit: cover;
    height: 100%;
    width: 100%
}
.slide-content__title {
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 30px;
	padding: 30px 45px 0 45px;
}

.slide-content {
	background: url(img/slide-content__bg.png) no-repeat;
	max-width: 475px;
	position: relative;
	margin-top: 78px;
	
}
@media (max-width:1199px){
	.slide-content {
		margin-bottom: 5vw;
		margin-top: 4vw;
		max-width: 400px;
	}
	.slide-content__title {
		font-size: 2em;
		font-weight: 700;
		line-height: 1.4;
		margin-bottom: 30px;
		padding: 30px 45px 0 45px;
	}

}

.slide-content:after {
	background: url(img/slide-content__bg_l.png) no-repeat;
	background-position: 0 0;
	content: '';
	position: absolute;
	display: block;
	width: 148px;
	height: 98px;
	left: -75px;
}
.slide-content:before {
	background: url(img/slide-content__bg_r.png) no-repeat;
	background-position: 0 0;
	content: '';
	position: absolute;
	display: block;
	width: 323px;
	height: 123px;
	top: 7px;
	right: -125px;
}

.slide-content:after,
.slide-content:before {
    top: 50%;
    bottom: 50%;
    margin: auto;
    z-index: 1
}

.slide-content__link {
    color: #000000;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s;
    display: inline-block;
    padding-left: 65px;
}
.slide-content__link:before {
    background: url(img/arrow_2.png) no-repeat;
    background-position: 0 0;
    content: '';
    position: absolute;
    display: block;
    width: 13px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 47px
}
.slide-content__link:hover {
    color: #d7dde3;
}
.slide-content__link:hover:before {
    background-position: 0 -8px;
}
.slide-content__img {
	z-index: 2;
	max-width: 100%;
	position: inherit;
}

@media (min-width: 1200px){
	.owl-carousel__item {
	    height: 585px;
	    overflow: hidden;
	}
}


.owl-theme .owl-nav [class=owl-prev] {
    background-position: 0 0;
    transform: rotate(-90deg);
    pointer-events: auto;
    margin-right: 50px;
}
.owl-theme .owl-nav [class=owl-next] {
    background-position: 0 0;
    transform: rotate(90deg);
    pointer-events: auto;
    margin-left: 50px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background-position: 0 -25px;
}



/* END carousel__item */

/* select-box */

.menu__config-lnk {
	padding-left: 29px;
}
.menu__config-lnk:before {
	position: absolute;
	content: '';
	width: 18px; height: 18px;
	top: 5px; bottom: 0;
	background: url(img/118.png) no-repeat;
    background-position: 0 0;
    margin:auto;
    left: 0;
	background-size: cover;
}
.menu__config-lnk:before  {}

.menu__config-lnk:hover:before {
	background: url(img/119.png) no-repeat;
	background-size: cover;
}

@media (max-width:767px){
	.select-box {
		margin: 0 -13px;
	}
}
.select-box > div {
	padding-left: 0;
	padding-right: 2px;
	padding-bottom: 2px;
	z-index: 1
}
.select-box > div:hover {
	z-index: 2
}


.select-box__item {
	text-align: center;
	background-color: #fff;
	font-weight: 700;
	font-size: 0.7em;
	text-transform: uppercase;
	padding-top: 5%;
    padding-bottom: 5%;
    transition: 0.3s;
	border: 1px solid #fff;
	z-index: 2;
	cursor: pointer;
	overflow: hidden;
}
@media (min-width:480px){
	.select-box__item { font-size: 0.8em; }
	
}
@media (min-width:768px){
	.select-box__item { font-size: 1em; }
	
}

.select-box__item:hover,
.select-box__item.action:hover {
	/*border: 1px solid #00969a;*/
	box-shadow: 0 0 30px rgba(0,126,128,0.2);
}
.select-box__item.action {
	background-color: #d7dde3;
	border: 1px solid #d7dde3;
}
.select-box__item.action:hover {
	
}

.select-box__item.select {
	border: 1px solid #00969a;
}
.select-box__item.select:before { 
	background: url(img/select-box_select.png);
	content: '';
	position: absolute;
	display: block;
	width: 26px;
	height: 19px;
	right: 15px;
    top: 10px;
}

@media (min-width:768px){
	.select-box__item.select:before {
		right: 40px;
		top: 20px;
	}
	
}

.select-box__item img {
	display: block;
	margin: 0 auto;
}


/* END select-box */


/* modal */

.modal-content {
	border: none;
	border-radius: 0;

}
.modal-header,
.modal-body,
.modal-footer {
	border: none;
	padding-left: 40px;
	padding-right: 40px;
}
.modal-title {
	font-size: 2.5em;
	font-weight: 700;
}
.form-group label {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}
.form-group input {
	height: calc(2.25rem + 12px);
}
.form-group input,
.form-group textarea {
	border-radius: 0;
	border: 1px solid #8c959c;
	color: #000;
}

.form-group input:focus,
.form-group textarea:focus {
	outline: none;
	border: 1px solid #009a9d;
	box-shadow:none;
} 
.form-check label {
	font-size: 1em;
	font-weight: 300;
	vertical-align: middle;
	padding-left: 40px;
}
.btn.btn-modal {
	width: 100%;
	justify-content: center;
	background-color: #009a9d;
	text-transform: uppercase;
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	padding: 10px 0;
}
.btn.btn-modal:hover { background-color: #63c0c1; }
.form-check {
	padding: 0;
	height: 26px;
	overflow: hidden;
}
input[type="checkbox"]+span {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .3);
    outline: none;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-left: -40px;
	top: 0;
    bottom: 0;
    margin: auto -40px;
}

input[type="checkbox"]:checked+span {
	background-color: #009a9d;
	border: 1px solid #009a9d;
}
input[type="checkbox"]:checked+span:before {
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    border: 0 solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    margin: -1px 4px;
    pointer-events: none;
    position: absolute;
}

.modal-header .close {
	padding-top: 1rem;
	padding-right: 0;
	font-size: 2.5rem;
    font-weight: 500;
    color: #009a9d;
    opacity: 0.7;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: 1;
	color: #009a9d;
}

.privacy-policy__lnk:hover {
	color: #009a9d;
} 


.history-item {
	margin-bottom: 20px;
}
.history-box__img-yaar {
	position: relative;
	width: 250px;
}
.history-box__img {
	width: 250px;
	height: 190px;
	border: 1px solid #e9eef2;
    display: block;
}
.history-box__year {

	margin: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 35px;
	font-weight: 700;
	color: #009a9d;
	right: -157px;
	text-align: right;
}

@media (min-width: 992px) {
	.history-box__year {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		font-weight: 700;
		color: #009a9d;
		text-align: right;
		font-size: 65px;
		right: -22px;
	}
}

@media (min-width: 1200px) {
	.history-box__year {
		font-size: 65px;
		right: -55px;
	}
}
@media (min-width: 1500px) {
	.history-box__year {
		font-size: 90px;
		right: -157px;
	}
}

.history-item .square {
	display: block;
	background-color: #009a9d;
	width: 23px;
	height: 23px;
	margin-left: 15px;
}
@media (max-width: 991px){
	.history-item .square { display: none; }
}
@media (min-width: 992px){
	.history-item .square:after {
	    position: absolute;
	    content: "";
	    width: 1px;
	    background-color: #009a9d;
	    height: 130%;
	    margin-left: -11.5px;
	}
	.row.history-item:last-child .square:after {
		display: none;
	}
}

@media (min-width: 992px) {
	.history-item .square {
		width: 16px;
		height: 16px;
	}
	.history-item .square:after { margin-left: -7.5px;	}
}

@media (min-width: 1200px) {
	.history-item .square {
		width: 16px;
		height: 16px;
	}
	.history-item .square:after { margin-left: -7.5px;	}
}
@media (min-width: 1500px) {
	.history-item .square {
		width: 23px;
		height: 23px;
	}
	.history-item .square:after { margin-left: -11.5px;	}
}

.history-item__txt {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 0 20px 15px;
	font-size: 1rem;
}

@media (min-width: 768px) {
	.history-item__txt {
		padding: 15px 0 15px 15px;
	}
}

@media (min-width: 992px) {
	.history-item__txt {
		padding: 0 0 0 195px;
	}
	.history-box__year {
    right: -200px;
	}
}
@media (min-width: 1200px) {
	.history-item__txt {
		padding: 0 0 0 140px;
	}
}
@media (min-width: 1500px) {
	.history-box__year {
    right: -267px;
	}
	.history-item__txt {
    padding: 0 0 0 110px;
	}
}

.history-item__txt * { margin: 0 }

.history-txt__header {
	font-size: 28px;
	font-weight: bold;
}
.history-txt__content {
	font-size: 18px;
}


.bread-crumbs {
	margin: 30px 0 30px 0;
}
.bread-crumbs__item { 
	font-size: 14px;
	font-weight: 400;
	color: #868f97;
	margin-right: 7px;
	margin-top: -17px;
}
.bread-crumbs__item:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 9px;
	background: url(img/bread-crumbs__arrow.png) no-repeat;
	margin-left: 7px
}
.bread-crumbs__item:last-child:after {	display: none; }
.bread-crumbs__item:hover {
	color: #009a9d;
}

/* menu */ 
.menu_left {
	background-color: #e9eef2;
	list-style: none;
	padding: 25px 10px 25px 30px;
	margin: 0;
	position: relative;
}
.menu_left__item {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
    padding: 7px 0;
}
@media (min-width: 768px) {
	.menu_left__item { font-size: 12px;	}
}

@media (min-width: 1200px) {
	.menu_left__item { font-size: 14px;	}
}
@media (min-width: 1500px) {
	.menu_left__item { font-size: 16px;	}
}
.menu_left__item.active > a {
	color: #009a9d;
	transition: 0.3s;
}
.menu_left__item a:hover { color: #009a9d; }

.menu_left:before {
	content: "";
	position: absolute;
	width: 148px;
	height: 98px;
	background: url(img/menu_left__bg_t.png) no-repeat;
	top: -75px;
	left: 0;
}
.menu_left:after {
	content: "";
	position: absolute;
	width: 98px;
	height: 23px;
	background: url(img/menu_left__bg_b.png) no-repeat;
	bottom: -25px;
	right: 0;
}
.menu_left__submenu {
	list-style: none;
}
.menu_left__submenu li {
	font-size: 14px;
	line-height: 1.3;
	padding: 5px 0;
	position: relative;
}
.menu_left__submenu li:before {
    background-color: #009a9d;
    width: 5px;
    height: 5px;
    content: "";
    float: left;
    position: absolute;
    top: 12px;
    margin: auto -20px;
}

/* END menu */ 

.download_left a {
    display: flex;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 0 20px 80px;
    border-top: 1px solid #d7dde3;
    position: relative;
    min-height: 75px;
    align-items: center;
}
@media (min-width: 576px) {
	.download_left a { font-size: 12px;	}
}

@media (min-width: 1200px) {
	.download_left a { font-size: 14px;	}
}
@media (min-width: 1500px) {
	.download_left a { font-size: 16px;	}
}
.download_left a:last-child { border-bottom: 1px solid #d7dde3;}
.download_left a:hover { color: #009a9d }

.download_left a:before {
	background-position: center;
	content: '';
	position: absolute;
	display: block;
	width: 39px;
	height: 40px;
	top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
}
.download_left a.download_pdf:before { background: url(img/download_pdf2.png) no-repeat; }
.download_left a.download_cat:before { background: url(img/download_cat2.png) no-repeat; }
.download_left a.icon_8:before { background: url(img/icon_08.png) no-repeat; }
.download_left a.icon_9:before { background: url(img/icon_09.png) no-repeat; }
.download_left a.icon_10:before { background: url(img/icon_10.png) no-repeat; }
.download_left a.icon_11:before { background: url(img/icon_11.png) no-repeat; }

.catalog-intro { display: flex; width: 100%;}
.catalog-intro__img {
	/*width: 290px;*/
	height: 200px;
	overflow: hidden;
	flex-direction: row;
    align-items: center;
    flex: 0 0 30%;
    border: 1px solid #e9eef2;
    display: flex;
    justify-content: center;
}
@media (max-width:991px){
	.catalog-intro__img { display: none; }
}
@media (min-width:1200px){
	.catalog-intro__img { height: 230px; }
}
.catalog-intro__img img {
	max-width: 100%;
    height: auto;
    object-fit: contain;
}
.catalog-intro__txt {
	background-color: #e9eef2;
	padding: 35px 20px 20px 20px;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	width: 100%;
}
@media (min-width:1200px){
	.catalog-intro__txt {
		padding: 45px 50px 40px 37px;
		font-size: 18px;
	}
}
.catalog-intro__lnk {
	font-weight: bold;
	font-size: 16px;
	padding-left: 20px;
	text-transform: uppercase;
	position: relative;
}
.catalog-intro__lnk:before {
	content: "";
	background: url(img/arrow_1.png) no-repeat;
	display: block;
    width: 13px;
    height: 8px;
    transform: rotate(90deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.catalog-intro__lnk:hover { color: #009a9d }
.catalog-intro__lnk:hover:before { background-position: 0 -8px }

@media (min-width:992px){
	.catalog-intro__txt.with-picture:before {
		content: "";
		width: 10px;
		height: 10px;
		border: 7.5px solid transparent;
		border-right: 7.5px solid #e9eef2;
		top: 0;
		bottom: 0;
		position: absolute;
		margin: auto;
		left: -15px;
	}
}

.catalog-intro__txt:after {
	content: "";
	position: absolute;
	width: 298px;
	height: 98px;
	background: url(img/catalog-intro__bg_b.png) no-repeat;
	bottom: -25px;
	right: -50px;
}
.vacancy_list,
.catalog-categories {
	display: flex;
	flex-wrap: wrap;
}
.catalog-categories__item {
	width: 100%;
	border: 1px solid #d7dde3;
	margin-right: 0;
	margin-bottom: 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: 0.2s;
	position: relative;
	box-sizing: border-box;
}


@media (max-width:1199px){
	.catalog-categories__item:nth-child(2n+2) { margin-right: 0; }
	/*.special-offers .catalog-categories__item:nth-child(2n+2) { margin-right: 20px; }*/
	.special-offers .catalog-categories__item:nth-child(3n+3) { margin-right: 0; }
}
@media (min-width:568px){
	.catalog-categories__item {
		width: 245px;
		margin-right: 20px;
	}
}

@media (min-width:768px){
	.catalog-categories__item {
		width: 100%;
		margin-right: 0;
	}
	.special-offers .catalog-categories__item {
		width: 335px;
		margin-right: 20px;
	}
	.special-offers .catalog-categories__item:nth-child(2n+2) { margin-right: 0; }
}
@media (min-width:992px){
	.catalog-categories__item {
		width: 294px;
		margin-right: 20px;
	}
	.special-offers .catalog-categories__item {
		width: 296px;
		margin-right: 20px;
	}
	.special-offers .catalog-categories__item:nth-child(2n+2) { margin-right: 20px; }
	.special-offers .catalog-categories__item:nth-child(3n+3) { margin-right: 0; }
}
@media (min-width:1200px){
	.catalog-categories__item {
		width: 210px;
		margin-right: 20px;
	}
	.catalog-categories__item:nth-child(3n+3) { margin-right: 0; }
	.special-offers .catalog-categories__item {
		width: 230px;
		margin-right: 20px;
	}

}
@media (min-width:1500px){
	.catalog-categories__item {
		width: 275px;
		margin-right: 40px;
	}
	.special-offers .catalog-categories__item {
		width: 287px;
		margin-right: 40px;
	}
	.special-offers .catalog-categories__item:nth-child(2n+2) { margin-right: 40px; }
	.special-offers .catalog-categories__item:nth-child(3n+3) { margin-right: 0; }
}

.catalog-categories__item:hover {
	text-decoration: none;
	border: 1px solid transparent;
}

.catalog-categories__item .hover-effect {
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	border: 1px solid #d7dde3;
	/*display: none;*/
	opacity: 0;
	pointer-events: none;
	transition: 0.2s;
	box-shadow: 0 0 30px rgba(0,126,128,0.2);
	border-radius: 1px;
}
.catalog-categories__item:hover .hover-effect {
	/*display: block;*/
	opacity: 100;
}

.catalog-categories__item .title {
	background-color: #009a9d;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	align-items:center;
	padding: 15px 20px;
	height: 100%;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
@media (min-width: 1500px) {
	.catalog-categories__item .title { font-size: 16px; }
}

.catalog-categories__item .title_special-offer {
	background-color: #009a9d;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	height: 100%; /*160px*/
	padding: 20px 30px;
	text-align: left;
}

.catalog-categories__item .title_special-offer .item_title {
	font-size: 16px;
	font-weight: bold;
}
.catalog-categories__item .title_special-offer .item_intro {
	font-size: 14px;
	font-weight: 400;
}
@media (min-width:1200px){
	.catalog-categories__item .title_special-offer .item_intro {
		font-size: 16px;
	}
}
.vacancy_list .title_vacancy {
	background-color: #009a9d;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 100%;
	padding: 20px 30px;
	text-align: left;
}

.catalog-categories__item .title-wrp {
	position: relative;
	flex-grow: 1;
}
.catalog-categories__item .title-wrp:before {
	content: "";
	width: 10px;
	height: 10px;
    border: 7.5px solid transparent;
    border-bottom: 7.5px solid #009a9d;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
}
.catalog-categories__item .img-wrp {
	display: flex;
	height: 228px;
	align-items: center;
	text-align: center;
	padding: 10px;
}
@media (min-width:992px){

}
@media (min-width:1200px){
	.catalog-categories__item .img-wrp {
		height: 182px;
		padding: 10px;
	}
}
@media (min-width:1500px){
	.catalog-categories__item .img-wrp {
		height: 228px;
		padding: 20px;
	}
} 

.catalog-categories__item .img-wrp img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: inline-block;
    margin: 0 auto;
}
.catalog-categories__item_2 {
	display: block;
	border: 1px solid #e9eef2;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
.catalog-categories__item_2:hover {
	transition: 0.2s;
    box-shadow: 0 0 30px rgba(0,126,128,0.2);
}
.catalog-categories__item_2:hover a{
	text-decoration: none;
}
.catalog-categories__item_2 .item-action {
	display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e9eef2;
}
.catalog-categories__item_2 .item-action label {
	margin: 0 0;
	position: relative;
	display: flex;
    align-items: center;
    padding-left: 20px;
    cursor: pointer;
}
.catalog-categories__item_2 .item-action a {
	background-color: #009a9d;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding: 12px 55px;
}
.catalog-categories__item_2 .item-action a:hover {
	background-color: #63c0c1;
}
.catalog-categories__item_2 .item-action a:before {
	content: "";
    width: 48px;
    height: 48px;
    background: url(img/to-cart_bg.png) no-repeat;
    top: 0;
    left: -50px;
    display: inline-block;
    position: absolute;
}
.catalog-categories__item_2 .item-action a:hover:after {
	content: none;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 8px;
    left: initial;
    transition: 0.3s;
    right: 20px;
}
.catalog-categories__item_2 .item-action a:after {
	position: absolute;
	left: 300px;
	content: '';
}
.catalog-categories__item_2:hover {
	text-decoration: none;
	border: 1px solid transparent;
}
.catalog-categories__item_2 .content-wrp {
	display: flex;
	align-items: center;
}
.catalog-categories__item_2 .content-wrp .img {
	height: 200px;
    flex-direction: row;
    align-items: center;
    flex: 0 0 30%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.catalog-categories__item_2 .item-action input {
	opacity: 0;
	z-index: -1;
	display: none;
}
.catalog-categories__item_2 .item-action input + label:before {
	content: '';
	border: 1px solid rgba(0, 0, 0, .3);
	width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}
.catalog-categories__item_2 .item-action input:checked + label:before {
	content: '';
	border: 1px solid #009a9d;
	background-color: #009a9d;
	width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}
.catalog-categories__item_2 .item-action input:checked + label:after {
	content: '';
	border: 0 solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    margin: -1px 4px;
    pointer-events: none;
    position: absolute;
    left: 22px;
    top: 16px;
    width: 7px;
    height: 14px;
}




@media (min-width: 1500px) {
}
.catalog-categories__item_2 .content-wrp .img img {
	max-width: 250px;
    height: auto;
    object-fit: contain;
    max-height: 100%;
}
.catalog-categories__item_2 .content-wrp .content {
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 20px;
}
@media (min-width: 992px) {
	.catalog-categories__item_2 .content-wrp .content {
		padding-left: 30px;
		padding-right: 50px;
		padding-top: 30px;
		padding-bottom: 20px;
	}
}
.catalog-categories__item_2 .content-wrp .content .title {
	font-weight: bold;
	font-size: 25px;
	color: #1d1d1b;
}
.catalog-categories__item_2 .content-wrp .content .text {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
}

@media (min-width: 1500px) {
	.catalog-categories__item_2 .content-wrp .content .text {
		font-size: 18px;
	}
}
.catalog-categories__item_2 .item-action {
	position: relative;
	background-color: #fff;
	display: flex;
	align-items: center;
	/*height: 48px;*/
	flex-wrap: nowrap;
	justify-content: flex-end;
}
.catalog-categories__item_2 .compare {
	flex: 0 0 35%;
    height: 48px;
    line-height: 48px;
}
.catalog-categories__item_2 .price {
	flex: 0 0 65%;
	height: 48px;
	line-height: 48px;
}
@media (min-width: 768px) {
	.cart .catalog-categories__item_2 .price {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
	}
}
@media (min-width: 992px) {
	.catalog-categories__item_2 .compare { flex: 0 0 20%;}
	.catalog-categories__item_2 .price { flex: 0 0 50%;}
	.cart .catalog-categories__item_2 .price {
		flex: 0 0 50%;
		padding-right: 10px;
 }
}
@media (min-width: 1500px) {
	.catalog-categories__item_2 .compare { flex: 0 0 30%;}
	.catalog-categories__item_2 .price { flex: 0 0 40%;padding-left: 30px;}
	.cart .catalog-categories__item_2 .price { 
		flex: 0 0 50%;
		padding-left: 10px;
	}
}
.catalog-categories__item_2 .price .msg-auth {
	color: #868f97;
	font-weight: bold;
	font-size: 12px;
}

@media (min-width: 992px) {
	.catalog-categories__item_2 .price .msg-auth { font-size: 14px; }
}
@media (min-width: 1200px) {
	.catalog-categories__item_2 .price .msg-auth { font-size: 16px; }
}
.catalog-categories__item_2 .item-action .quantity,
.catalog-categories__item_2 .item-action .to-cart {
	flex: 0 0 100%;
	text-align: right;
}
@media (min-width: 992px) {
	.cart .catalog-categories__item_2 .item-action .to-cart,
	.catalog-categories__item_2 .item-action .to-cart {
		flex: 0 0 30%;
		text-align: right;
	}
}

.catalog-categories__item_2 .item-action .to-cart__btn {
	background-color: #009a9d;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border: none;
	text-transform: uppercase;
	height: 48px;
	cursor: pointer;
	position: relative;
	width: 40%;
}
.catalog-categories__item_2 .item-action .to-cart__btn:hover {
	background-color: #63c0c1;
}

@media (min-width: 992px) {
	.catalog-categories__item_2 .item-action .to-cart__btn { max-width: 250px; }
}
@media (min-width: 1200px) {
	.catalog-categories__item_2 .item-action .to-cart__btn:after {
		content: "";
		position: absolute;
		width: 48px;
		height: 48px;
		background: url(img/to-cart_bg.png) no-repeat;
		top: 0;
		left: -50px;
	}
}

.catalog-categories__item_2 .item-action .quantity {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
	background-color: #d7dde3;
}
@media (min-width: 768px) {
	.catalog-categories__item_2 .item-action .quantity {
		flex: 0 0 30%;
	}
}
@media (min-width: 992px) {
	.catalog-categories__item_2 .item-action .quantity {
		flex: 0 0 35%;
		text-align: right;
	}
}
@media (min-width: 1200px) {
	.catalog-categories__item_2 .item-action .quantity {
		flex: 0 0 33%;
		text-align: right;
	}	
}
@media (min-width: 1500px) {
	.catalog-categories__item_2 .item-action .quantity {
		flex: 0 0 30%;
		text-align: right;
	}	
}
.catalog-categories__item_2 .item-action .quantity span.plus {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(img/plus.png) no-repeat;
	background-position: center;
	background-color: #d7dde3;
	border-right: 2px solid #e9eef2;
	cursor: pointer;
}
.catalog-categories__item_2 .item-action .quantity span.minus {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(img/minus.png) no-repeat;
	background-position: center;
	background-color: #d7dde3;
	border-left: 2px solid #e9eef2;
	cursor: pointer;
}
.catalog-categories__item_2 .item-action .quantity span.value {
	font-weight: bold;
	font-size: 14px;
	cursor: default;
}

@media (min-width: 1200px) {
	.catalog-categories__item_2 .item-action .quantity span.value {
		font-size: 16px;
	}
}
.catalog-categories__item_2:hover .item-action .quantity span.value{ color: #000;  }

.catalog-categories__item_2 .hover-effect {
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	border: 1px solid #d7dde3;
	/*display: none;*/
	opacity: 0;
	pointer-events: none;
	transition: 0.2s;
	box-shadow: 0 0 30px rgba(0,126,128,0.2);
	border-radius: 1px;
}
.catalog-categories__item_2:hover .hover-effect {
	opacity: 100;
}

.catalog-categories__item_2 .item-action .to-cart__btn span { vertical-align: middle; }
.catalog-categories__item_2 .item-action .to-cart__btn span.i {
	content: "";
	background: url(img/to-cart.png) no-repeat;
	display: inline-block;
	width: 27px;
	height: 22px;
	margin: auto;
	top: 0;
	bottom: 0;
	display: none;
}
.catalog-categories__item_2 .item-action .to-cart__btn span.t {	margin-left: 12px;}

.catalog-categories__item_2 .compare label {
	padding: 0;
	margin: 0 0 0 50px;
	color: #000;
	position: relative;
}
.catalog-categories__item_2 .compare input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.catalog-categories__item_2 .compare span {	margin: auto -30px; }
.catalog-categories__item_2 .price_format-1 {
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	white-space: nowrap;
}

.catalog-categories__item_2 .delete {
	flex: 0 0 17%;
	position: relative;
}
.catalog-categories__item_2 .delete span {
	padding: 0 10px 0 40px;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 48px;
	display: inline-block;
	background-color: #d7dde3;
}
.catalog-categories__item_2 .delete span i { font-style: normal; }
.catalog-categories__item_2 .delete span:before {
    content: "";
    background: url(img/del.png) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 12px;
}
@media (min-width: 1200px) {
	.catalog-categories__item_2 .delete span:before {
		left: 14px;
	}
}
@media (min-width: 1500px) {

	.catalog-categories__item_2 .delete span:before {
		left: 25px;
	}
}
@media (min-width: 1500px) {
	.catalog-categories__item_2 .delete span {
		padding: 0 30px 0 60px;
	}
	.catalog-categories__item_2 .delete {
		flex: 0 0 20%;
		font-size: 16px;
		cursor: pointer;
	}
}
.catalog-categories__item_2 .price_format-1 i {
	font-weight: 400;
	font-size: 25px;
	font-style: normal;
}
.catalog-categories__item_2 .price__separator {
	display: inline-block;
	margin: 0 3px;
	font-weight: 400;
	font-size: 20px;
	color: #868f97;
}
.catalog-categories__item_2 .price_format-2 {
	font-weight: bold;
	font-size: 20px;
	color: #868f97;
}
.catalog-categories__item_2 .price_format-2 i {
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
}

.catalog-categories__item_2 .tags.tags_l {
	position: absolute;
	left: 0;
	top: 0;
}
.catalog-categories__item_2 .tags span {
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	background-color: #e9eef2;
	vertical-align: top;
	padding: 0 5px;
	color: #000;
}
@media (min-width: 992px) {
	.catalog-categories__item_2 .tags span {
		font-size: 14px;
		padding: 0 10px;
	}
}
.catalog-categories__item_2 .tags.tags_r {
	position: absolute;
	right: 0;
	top: 0;
}
.catalog-categories__item_2 .tags.tags_r span {
	color: #fff;
	text-transform: uppercase;
	display: inline-flex;
    align-items: center;
}
.catalog-categories__item_2 .tags.tags_r span i {
	display: inline-block;
	width: 1px;
	height: 15px;
	margin: 0 5px;
	background-color: #fff;
}

.checkout {
	background-color: #e9eef2;
	position: relative;
	padding: 25px 0 25px 30px;
	margin-bottom: 10px;
}
.checkout:before {
    content: "";
    position: absolute;
    width: 148px;
    height: 73px;
    background: url(img/checkout__bg.png) no-repeat;
    top: -25px;
    right: 0
}
.checkout.checkout_no-bg:before {
	display: none;
}
.checkout .title {
	font-weight: bold;
	font-size: 16px;
}
.checkout .price_format-1 {
	font-weight: bold;
	font-size: 70px;
	line-height: 1;
	margin-bottom: 15px;
}
.checkout .price_format-1 span {
	font-weight: 400;
	font-size: 40px;

}
.checkout .price_format-2 {
	font-weight: bold;
	font-size: 30px;
	color: #868f97;
	line-height: 1;
	margin-bottom: 20px;
}
.checkout .price_format-2 span {
	font-weight: 400;
	font-size: 20px;
}

.checkout .quantity {
	font-weight: 400;
	font-size: 16px;
}
.checkout-form .checkout__btn {
	color: #fff;
	background-color: #009a9d;
	border: 1px solid #009a9d;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	padding: 14px 40px;
	text-align: center;
	cursor: pointer;
	width: 100%;
}

.checkout-form .checkout__btn:hover {
	text-decoration: none;
	background-color: #63c0c1;
	border: 1px solid #63c0c1;
}
.checkout-form .checkout__btn.to-change {
	color: #000;
	background-color: transparent;
	border: 1px solid #d7dde3;
	transition: 0.2s
}
.checkout-form .checkout__btn.to-change:hover {
	text-decoration: none;
	color: #009a9d;
	border: 1px solid #009a9d;
}
.order-thank {
	font-weight: bold;
	font-size: 25px;
	line-height: 1.2;
}

.return__btn {
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 60px;
	font-size: 16px;
	line-height: 16px;
	padding: 14px 0;
	text-align: center;
	cursor: pointer;
	color: #000;
	background-color: transparent;
	border: 1px solid #d7dde3;
	-webkit-appearance: none;
	width: 100%;
}
@media (min-width:768px){
	.return__btn { max-width: 390px; }
}
.return__btn:hover { 
	text-decoration: none;
	color: #009a9d;
	border: 1px solid #009a9d;
}
.checkout-success {
	background-color: #009a9d;
	position: relative;
	padding: 25px 0 25px 30px;
}
.checkout-success:before {
    content: "";
    position: absolute;
    width: 148px;
    height: 73px;
    background: url(img/checkout-success__bg.png) no-repeat;
    top: -25px;
    right: 0 
}

.checkout-success {	color: #fff	}
.checkout-success .title {
	font-weight: bold;
	font-size: 16px;
}
.checkout-success .order-number {
	font-weight: bold;
	font-size: 70px;
	line-height: 1;
	margin-bottom: 15px;
}
.checkout-success .p {
	font-weight: 400;
	font-size: 16px;
}

.catalog-categories__item_2 .tags .stock { background-color: #d38c47; }
.catalog-categories__item_2 .tags .new { background-color: #00afd5; }
.catalog-categories__item_2 .tags .in-stock { background-color: #009a9d; }
.catalog-categories__item_2 .tags .order { background-color: #868f97; }
.catalog-categories__item_2 .tags .disc { background-color: #868f97; }


.link-box {
	background-color: #e9eef2;
	padding: 30px 20px 40px 20px;
	margin-bottom: 20px;
}
@media (min-width:768px){
	.link-box {
		padding: 30px 40px 40px 50px;
	}
}
.link-box__header {
	font-weight: bold;
	font-size: 35px;
	margin-bottom: 30px;
	line-height: 1.2;
}
.link-box__txt {
	font-weight: 400;
	font-size: 16px;
	padding-left: 0;
}
@media (min-width: 1200px) {
	.link-box__txt { font-size: 18px; }
}
@media (min-width:576px){
	.link-box__txt { padding-left: 40px; }
}
.link-box__lnk {
	font-weight: bold;
	font-size: 16px;
	padding-left: 20px;
	text-transform: uppercase;
	position: relative;
	display: block;
	margin-top: 20px;
}
.link-box__lnk:before {
	content: "";
	background: url(img/arrow_1.png) no-repeat;
	display: block;
	width: 13px;
	height: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
.link-box__lnk:hover { color: #009a9d }
.link-box__lnk:hover:before { background-position: 0 -8px }

.link-box__content {
	align-items: center;
    display: flex;
}


/* FILTER */

.filter-selected {
	background-color: #e9eef2;
	margin-bottom: 10px;
}

.filter-selected__tags {
	padding: 25px 20px 25px 25px;
}
.filter-selected__tag {
	background-color: #fff;
	display: inline-block;
	padding: 10px;
	position: relative;
	line-height: 14px;
	margin-right: 6px;
	margin-bottom: 8px
}
.filter-selected__tag:hover {
	box-shadow: 0 0 30px rgba(0,126,128,0.2);
	color: #009a9d;
}



.tag-value {
	font-weight: bold;
	font-size: 14px;
	margin-right: 23px;
	display: inline-block;
	vertical-align: top;
}
.tag-delete {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(img/tag-delete.png) no-repeat;
	background-position: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
}
.filter-selected__title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 30px 0 0 25px;
	background-color: #e9eef2;
	display: block;
	color: #1d1d1b;
	white-space: pre;
}

.filter__section-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 11px 0 11px 25px;
	background-color: #e9eef2;
	display: block;
	color: #1d1d1b;
	white-space: pre;
	position: relative;
}
.filter__section.active .filter__section-title { color: #1d1d1b }
.filter__section { margin-bottom: 10px; }
.filter__section.active .filter__section-title:hover,
.filter__section-title:hover {
	text-decoration: none;
	color: #009a9d
}
.filter__section > a i{
	position:absolute;
	float:right;
	display:inline-block;
	width:20px;
	height:20px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 5%;
	background-position: center;
}
.filter__section > a i.plus{background:url(img/filter_plus.png) no-repeat;}
.filter__section > a i.minus{background:url(img/filter_minus.png) no-repeat;}

.filter__section > a:hover i.plus{background:url(img/filter_plus_hover.png) no-repeat;}
.filter__section > a:hover i.minus{background:url(img/filter_minus_hover.png) no-repeat;}

.filter__options {
	position: relative;
	width: 100%;
	height: auto;
	padding: 25px 20px 25px 60px;
	border: 1px solid #e9eef2;
	display: none;
}
.filter__options_search {
	position: relative;
	width: 100%;
	height: auto;
	padding: 25px 20px 25px 60px;
	border: 1px solid #e9eef2;
}
.filter__options.alone {
	border: 1px solid #e9eef2;
	padding: 11px 20px 2px 60px;
	display: block;
}
.filter__options_search label,
.filter__options label {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 400;
}
.filter__options_search input,
.filter__options input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.filter__options_search .checkboxmark,
.filter__options .checkboxmark {
	position: absolute;
	top: 0;
	left: 0;
	margin: 2px 0 0 -30px;
	padding: 0;
}
.filter__btn_submit,
.filter__btn_clear {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	border: 1px solid #e9eef2;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 16px;
    padding: 14px 0;
    text-align: center;
    width: 100%;
    cursor: pointer;
    transition: 0.2s;
}

.filter__btn_clear:hover {
	border: 1px solid #009a9d;
	color: #009a9d;
	text-decoration: none;
}
.filter__btn_submit {
	color: #fff;
	background-color: #009a9d;
	border: 1px solid #009a9d;
}
.filter__btn_submit:hover {
	border: 1px solid #63c0c1;
	background-color: #63c0c1;
}
.filter_search {
	position: relative;
	margin-top: 75px;
}
.filter_search:after {
    content: "";
    position: absolute;
    width: 98px;
    height: 23px;
    background: url(img/menu_left__bg_b.png) no-repeat;
    bottom: -25px;
    right: 0;
    z-index: 99;
}

.filter_search:before {
    content: "";
    position: absolute;
    width: 148px;
    height: 98px;
    background: url(img/menu_left__bg_t.png) no-repeat;
    top: -75px;
    left: 0;
    z-index: 99;
}

.content:after {
  content: "";
  display: table;
  clear: both;

}
.content h1,
h1 {
	color: #1d1d1b;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 35px
}
.content h2 {
	color: #1d1d1b;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px
}
.content h3 {
	color: #1d1d1b;
	font-size: 20px;
	font-weight: bold;
}
.content p {
	margin-bottom: 25px;
	font-size: 16px;
	color: #000;
}
@media (min-width:992px){
	.content p { font-size: 18px; }
}
.content p a, 
.content ul a { text-decoration: underline; }
.content p a:hover { color: #009a9d}
.content li {
	font-size: 18px;
	color: #000;
}
.content img {
	float:left;
}

.content .date {
	display: block;
	font-size: 14px;
	color: #009a9d;
	font-weight: bold;
}
.content .date:before {
    display: block;
    content: "";
    clear: both;
}

.content ul {
	list-style: none;
	padding-left: 40px;
}
.content ul li {
	position: relative;
	margin-bottom: 5px;
}
.content ul li:before {
	background-color:#009a9d;
	width:7px;
	height:7px;
	content:"";
	float:left;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto -20px;
}

.pagination_wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 0px;
	justify-content: center;
}

.pagination li a {
	display: block;
	width: 45px;
	height: 45px;
	border-left: 1px solid #d0d6db;
	border-top: 1px solid #d0d6db;
	border-bottom: 1px solid #d0d6db;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
	font-size: 16px;
}
.pagination li a:hover {
	text-decoration: none;
	color: #009a9d;
}
.pagination li.pager-prev a span {
	background:url(img/pagination_arrow.png) no-repeat;
	background-position: center;
	transform: rotate(-180deg);
	display: block;
	width: 45px;
	height: 45px;
}
.pagination li.pager-next a span {
	background:url(img/pagination_arrow.png)  no-repeat;
	background-position: center;
	display: block;
	width: 45px;
	height: 45px;
}


.pagination li.active a {
	color: #009a9d;
	background-color: #e9eef2;
}

.pagination li:last-child a {
	border-right: 1px solid #d0d6db;
}


.delivery__addres { padding: 20px 30px 25px 30px; }
@media (min-width:1200px){
	.delivery__addres { padding: 48px 40px 40px 60px; }
}


.delivery__advantage {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    text-align: center;
    padding-left: 0;
	margin-bottom: 70px;
}

.delivery__advantage li { flex: 0 0 100%; padding: 0 20px }
@media (min-width:768px){
	.delivery__advantage li { flex: 0 0 50%; }	
}
@media (min-width:1200px){
	.delivery__advantage li { flex: 0 0 20%; }
}

.delivery__advantage img {
	display: block;
	margin: 20px auto 30px;
}
.delivery__advantage span {
	font-size: 18px;
}
.delivery__content {
	margin-bottom: 50px;
	font-size: 18px;
}
.delivery__contact-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.delivery__contact-item {
	flex: 0 0 50%;
}
.delivery__contact-description { margin-bottom: 20px; }	
@media (min-width:768px){
	.delivery__contact-description { margin-bottom: 50px; }	
}

.delivery__contact-item .title,
.delivery__contact-description .title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #009a9d;
	text-transform: uppercase;
}
.delivery__contact-description .title {
	margin-bottom: 10px;
}
.delivery__contact-items { margin-bottom: 5px }
.delivery__contact-item { margin-bottom: 15px; }
.delivery__contact-item .value {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #1d1d1b
}

.delivery__contact-description .content {
	font-size: 16px;
	font-weight: 400;
	color: #000;

}
@media (min-width:1200px){
	.delivery__contact-item .value { font-size: 20px;}
	.delivery__contact-description .title { font-size: 14px; }
	.delivery__contact-description .content { font-size: 18px; }
}
a.print {
	display: inline-block;
	border: 1px solid #d7dde3;
	width: 45px;
	height: 45px;
	background:url(img/print.png) no-repeat;
	background-position: center;
	vertical-align: middle;
}
a.delivery-methods {
	display: inline-block;
	border: 1px solid #d7dde3;
	height: 45px;
	background-position: center;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 43px;
	padding: 0 35px;
	margin-right: 10px;
}
a.delivery-methods:hover {
	text-decoration: none;
	color: #009a9d
}

.map {
	width: 100%;
	height: 300px;
	padding-left: 0;
}
@media (min-width:1200px){
	.map {height: 100%;}
}
@media (min-width:1500px){
	.map { padding-left: 60px;}
}

.map img { 
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* sales office */
.tab { margin-bottom: 10px }
.tab .tab__title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 11px 0 11px 25px;
    background-color: #e9eef2;
    display: block;
    color: #1d1d1b;
    white-space: pre;
    position: relative;
}
.tab .tab__title span {
	color: #868f97;
	font-size: 20px;
	font-weight: 400;
}
.tab .tab__title i {
    position: absolute;
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
}
.tab .tab__title > i.plus { background: url(img/filter_plus.png) }
.tab .tab__title > i.minus { background: url(img/filter_minus.png) }

.tab .tab__title:hover {
	text-decoration: none;
	color: #009a9d;
}

.tab .tab__body {
    height: auto;
    display: none;
}

/* END sales office */


/* about page */
.about-page__fon {
	background: url(img/about_main-page__bg.png) no-repeat;
	background-position: center;
	position: relative;
	background-size: cover;
}
.about-page__fon:before {
    content: "";
    position: absolute;
    width: 1430px;
    height: 98px;
    background: url(img/about_main-page__bg_t.png) no-repeat;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
}
.about_page__items {
	padding-top: 80px;
	padding-bottom: 30px;
}
/*@media (max-width:767px){
	.about_page__items .col-12 {
		padding-left: 0;
		padding-right: 0
	}
}*/
.about_page__title {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	margin-bottom: 60px;
}
.about_page__item {
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: 60px;
}

.about_page__item img {
	max-width: 120px;
	height: auto;
}
@media (min-width:1200px){
	.about_page__item img {
		max-width: 200px;
		height: auto;
	}
}
.about_page__item .content {
	padding-left: 20px;
	padding-right: 0;
}
@media (min-width:1200px){
	.about_page__item .content {
		padding-left: 40px;
		padding-right: 40px;
	}
}
.about_page__item .content .title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1;
}
@media (min-width:1200px){
	.about_page__item .content .title {
		line-height: 1.5;
	}
}
.about_page__item .content .text {
	font-size: 18px;
	font-weight: 400;
}


.clients-carusel .title {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 15px;
}
.clients-carusel { padding: 80px 0 90px 0; }
.owl-carousel_clients .owl-stage { padding: 25px 0 }
.clients-carusel__fon {
	background: url(img/clients_carousel__bg.png) no-repeat;
	background-position: bottom;
	position: relative;
	background-size: cover;
}
.owl-carousel_clients .item {
	border: 1px solid #d7dde3;
	text-align: center;
	background-color: #fff;
	transition: 0.2s;
	z-index: 0;
	display: block;
}
.owl-carousel_clients .item .hover-effect {
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	border: 1px solid #d7dde3;
	/*display: none;*/
	opacity: 0;
	pointer-events: none;
	transition: 0.2s;
	box-shadow: 0 0 20px rgba(0,126,128,0.2);
	border-radius: 1px;
	background-color: #fff;
	z-index: -1;
}
.owl-carousel_clients .item:hover {
	border: 1px solid transparent;
}
.owl-carousel_clients .item:hover .hover-effect {
	opacity: 100;

}
.owl-carousel_clients .item img {
	max-width: 100%;
	width: auto;
	display: inline-block;

}

.clients-carusel:before {
	content: "";
    position: absolute;
    width: 248px;
    height: 48px;
    background: url(img/clients-carusel__bg_t.png) no-repeat;
    top: 0;
    margin-left: 31%;
}
.clients-carusel__squares_b:after {
	content: "";
    position: absolute;
    width: 148px;
    height: 48px;
    background: url(img/clients-carusel__bg_b.png) no-repeat;
    bottom: 0;
    right: 0;
}

.title-wrp { position: relative; }
.owl-carousel_clients__nav {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 0;
	height: 25px;
}
.owl-carousel_clients__nav div {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-position: center;
	font-size: 0;
	line-height: 25px;
	cursor: pointer;
}
.owl-carousel_clients__nav .owl-prev {
	background:url(img/pagination_arrow.png) no-repeat;
	transform: rotate(-180deg);
	margin-right: 40px;
}
.owl-carousel_clients__nav .owl-next {
	background:url(img/pagination_arrow.png)  no-repeat;
}

.owl-carousel_clients__nav .owl-prev:hover,
.owl-carousel_clients__nav .owl-next:hover {
	background:url(img/pagination_arrow_hover.png)  no-repeat;
}

.clients-carusel .all-articles:first-child { margin-right: 50px }

@media (max-width:767px){
	.clients-carusel .all-articles { display: inline-block; width: 100%; }
}

/* END about page */

/* personal page*/

.personal-data {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}
.personal-data__item {
    flex: 0 0 50%;
    padding-bottom: 25px;
}
@media (min-width: 768px) {
	.personal-data {
		padding: 42px 0 0 55px;
	}
	.personal-data__item {
	    flex: 0 0 33%;
	}
}
.personal-data__item .title {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #009a9d;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.personal-data__item .value {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #1d1d1b;
}
@media (min-width: 1200px) {
	.personal-data__item .title {
	    font-size: 14px;
	}
	.personal-data__item .value {
	    font-size: 20px;
	}
}
.personal-data__text {
	padding: 20px;
	font-size: 14px;
}
.personal-data__text a { text-decoration: underline; }
.personal-data__btn-wrp {
	padding: 0 20px 0 20px;
}

.personal-data__btn {
    color: #fff;
    background-color: #009a9d;
    border: 1px solid #009a9d;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
    padding: 14px 40px;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
.personal-data__btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: #63c0c1;
	border: 1px solid #63c0c1;
}
@media (min-width: 768px) {
	.personal-data__btn { width: auto; }
	.personal-data__btn-wrp {
		padding: 70px 50px 0 0;
		text-align: right;
	}
	.personal-data__text {
		padding: 5px 0 40px 50px;
		font-size: 16px;
	}
}
table.order-list {
	width: 100%;
}

table.order-list th {
	background-color: #e9eef2;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 0;
}
table.order-list tr {
	border-top: 1px solid  #d7dde3;
	border-bottom: 1px solid  #d7dde3;
}
table.order-list th,
table.order-list td {
	border-left: 1px solid  #d7dde3;
	border-right: 1px solid  #d7dde3;

}
table.order-list tr td {
	
	text-align: left;
}
table.order-list tr td:nth-child(2) {
	text-align: left;
}

@media (max-width:991px){
	table.order-list tr.head { display: none; }
	table.order-list tr { margin-bottom: 20px; }
	table.order-list tr,
	table.order-list td {
		display: block;
		position: relative;
	}
	table.order-list td {
		padding-left: 10px;
		padding-bottom: 10px;
		padding-top: 10px;
		border-bottom: 1px solid  #d7dde3;
	}
	table.order-list td:last-child {
		border-bottom: none;
	}
	table.order-list td:before {
	    content: attr(data-label);
	    position: absolute;
	    padding-left: 10px;
	    left: 0;
	    width: 25%;
	    font-weight: 600;
	}
}
@media (max-width:539px){
	table.order-list td {
		padding-left: 10px;
	}
	table.order-list td:before {
		width: 100%;
		display: block;
		position: relative;
		padding-left: 0;
	}

}
@media (min-width:768px){

}
@media (min-width:992px){

	table.order-list tr td {
		padding: 15px 20px;
		text-align: center;
	}
}
@media (min-width: 1200px) {
}
@media (min-width: 1500px) {
}

/* END personal page*/

/* product page */
.product-order .compare {
	position: relative;
	margin-bottom: 15px
}
@media (min-width: 1200px) {
	.product-order .compare { margin-bottom: 0px }
}
.product-order .compare label {
    padding: 0;
    margin: 0 0 0 40px;
    color: #000;
}
.product-order .compare input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.product-order .print {
	position: absolute;
	right: 15px;
	top: 15px;
}

.product-tabs .nav {
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
	.product-tabs .nav {
		flex-direction:row;
		margin-bottom: 0;
	}
}
.product-tabs .nav-item {
	flex: 1;
	text-align: center;
	padding-right: 0;
	margin-bottom: 1px;
}
@media (min-width: 992px) {
	.product-tabs .nav-item { margin-bottom: 0; }
}

.product-tabs .nav-item:last-child { padding-right: 0; }

@media (min-width: 992px) {
	.product-tabs .nav-item { padding-right: 5px; }
}
.product-tabs .nav-item a {
	background-color: #d7dde3;
	/*padding: 37px 65px;*/
	padding: 25px 4px;
	font-size: 16px;
	font-weight: bold;
	line-height: 0;
	color: #000;
}
.product-tabs .nav-item a.active { background-color: #e9eef2; }
.product-tabs .nav-item a:hover { color: #009a9d }
.product-tabs .nav-item:last-child { margin-right: 0; }

.product-tabs .tab-pane {
	background-color: #e9eef2;
	padding: 30px;
}
.product-tabs .tab-content { font-size: 16px; }
@media (min-width: 1200px) {
	.product-tabs .tab-content { font-size: 18px; }
	.product-tabs .tab-pane { padding: 70px;	}
	.product-tabs .nav-item a { font-size: 20px; padding: 37px 10px;}
}
ul.feature-list {
	list-style: none;
	padding-left: 15px;
}
ul.feature-list li {
	position: relative;
	margin-bottom: 5px;
}
@media (min-width: 1200px) {
	ul.feature-list li { margin-bottom: 11px; }
}
ul.feature-list li:before {
    background-color: #009a9d;
    width: 5px;
    height: 5px;
    content: "";
    float: left;
    position: absolute;
    top: 11px;
    margin: auto -15px;
}
ul.doc-links {
	list-style: none;
	padding-left: 0;
}
ul.doc-links li {
	position: relative;
	margin-bottom: 30px;
	padding-left: 50px;
	font-size: 16px;
}
@media (min-width: 1200px) {
	ul.doc-links li {
		margin-bottom: 50px;
		font-size: 18px;
	}
}
ul.doc-links li span { color: #868f97 }
ul.doc-links li:before {
    background-position: center;
    content: '';
    position: absolute;
    display: block;
    width: 39px;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background: url(img/download_pdf2.png) no-repeat;
    background-position: center;
}

.tab-content .tab-pane { position: relative; }
.tab-content #tab-1 {
    background-image: url(img/tab-content_1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.tab-content #tab-2 {
    background-image: url(img/tab-content_2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.tab-content #tab-3 {
    background-image: url(img/tab-content_3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.product-gallery #large {
	text-align: center;
	height: 280px;
	display: flex;
	align-items: center;
	border: 1px solid #dadfe5;
	position: relative;
}
@media (min-width: 1200px) {
	.product-gallery #large { height: 327px; }
	.product-gallery { padding-right: 40px }
}
.product-gallery #large img {
	max-width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	height: 100%;
}

.product-gallery #thumbnail {
	list-style: none;
	padding: 0;
	display: flex;
    justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: 1px;

}

.product-gallery #thumbnail li {
	flex: 0 0 22.5%;
	margin: -1px 0 0 -1px;
}

.product-gallery #thumbnail a {
	display: block;
	border: 1px solid #dadfe5;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

.product-gallery #thumbnail a:hover { 
	border-color: #405061;     
	z-index: 1;
   position: relative;}

.product-gallery #thumbnail a img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.product-gallery #thumbnail li:last-child a {
	border: 1px solid #e9eef2;
	background-color: #e9eef2
}
.product-gallery #thumbnail li:last-child a .square {
	display: inline-block;
	background-color: #868f97;
	width: 5px;
	height: 5px;
	margin: 0 2.5px
}
.product-gallery #large .tags {
    position: absolute;
    left: -1px;
    top: -1px;
}
.product-gallery #large .tags span {
	background-color: #009a9d;
	color: #fff;
	text-transform: uppercase;
}

/* END product page */


/* comparison page */
.comparison { position: relative; }
.comparison-col-1 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 60px;
}
.comparison-col-2 {
	flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width:992px){

}
@media (min-width:1200px){
	.comparison-col-1 {
	    flex: 0 0 20%;
	    max-width: 20%;
	    margin-bottom:0;
	}
	.comparison-col-2 {
		flex: 0 0 78%;
	    max-width: 78%;
	}
}
.comparison .titles {
	padding-right: 0;
	padding-left: 0;
	background-color: #e9eef2;
	margin-left: 15px;
}
.comparison .items {
	overflow-y: hidden;
    overflow-x: scroll;
	padding-left: 0;
	position: relative;
	/*-webkit-overflow-scrolling: touch;*/
	background-attachment: scroll;

}

.comparison .comparison-gradient {
    content: "";
    position: absolute;
    width: 97px;
    height: 99%;
    background: url(img/comparison-gradient.png);
	background-repeat: repeat-y;
    top: 0px;
    right: 0;
    z-index: 999;
	display: none;
}
.comparison .titles__row {
	border-bottom: 1px solid #d7dde3;
	border-right:  1px solid #d7dde3;
	padding: 10px 0 10px 30px;
	box-sizing: border-box;
	color: #000000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.comparison .titles__row.n_1.hover,
.comparison .titles__row.n_1:hover { background-color: transparent; }
.comparison .titles__row.hover,
.comparison .titles__row:hover { background-color: #e2e7ed; }
.comparison .titles__row.n_1 {
	display: flex;
    align-items: flex-end;
    position: relative;

}
.comparison .titles__row.n_1 .title {
    font-size: 20px;
    text-transform: none;
    margin-bottom: 25px;
}
.comparison .titles__row.n_1 .checkbox {
	position: relative;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	padding-left: 40px;
	margin-bottom: 25px;
}
@media (min-width: 1500px) {
	.comparison .titles__row.n_1 .checkbox {padding-left: 40px;}
}
.comparison .titles__row.n_1 .checkbox label { margin: 0; line-height: 1; }
.comparison .titles__row.n_1 .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.comparison .titles__row.n_1:before {
    content: "";
    position: absolute;
    width: 148px;
    height: 98px;
    background: url(img/comparison_bg_t.png) no-repeat;
    top: 0px;
    left: 0;
}
.comparison .items__row {
	display: flex;
	box-sizing: border-box;
	position: relative;
}

@media (max-width: 1199px) {
	.comparison .items__row {
		margin-top: 40px;
	}
	.comparison .items__row:before {
	    content: attr(data-label);
	    position: absolute;
	    left: 30px;
	    top: -30px;
	    font-weight: 600;
	    font-size: 16px
	}

}

.comparison-col-1_mobile {
	background-color: #e9eef2;
}
.comparison-col-1_mobile .checkbox {
	position: relative;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	padding-left: 40px;
	margin: 25px 15px;
}
.comparison-col-1_mobile .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.comparison-col-1_mobile .checkbox label { margin: 0; }


.comparison .items__row.n_1.hover .items__cell,
.comparison .items__row.n_1:hover .items__cell { background-color: transparent; }
.comparison .items__row:hover .items__cell,
.comparison .items__row.hover .items__cell { background-color: #eff2f5}
.comparison .items__row .items__cell {
	border-right:  1px solid #d7dde3;
	padding: 10px 30px;
	flex: 1;
	min-width: 508px;
	width: 508px;
	font-size: 14px;
	background-color: #eff2f5
}
@media (min-width: 1200px) {
	.comparison .items__row .items__cell {
		border-bottom: 1px solid #d7dde3;
		background-color: transparent;
	}	
}

.comparison .items__row:first-child .items__cell {
	background-color: transparent;
}

.comparison .items__row.n_1 .items__cell {
	padding: 0 30px 30px 30px;
}
.comparison .items__row.n_1 .items__cell { position: relative; }
.comparison .delete {
	display: block;
	position: absolute;
	border: 1px solid #d7dde3;
	width: 45px;
	height: 45px;
	background: url(img/del_2.png) no-repeat;
	background-position: center;
	vertical-align: middle; 
	top: 0;
	right: 30px;
}
.comparison .content-wrp {
	display: flex;
}
.comparison .content-wrp .content {
	padding-left: 30px;
}
.comparison .content-wrp .img {
	border: 1px solid #d7dde3;
	width: 200px;
	height: 150px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.comparison .content-wrp .img img {
	max-width: 100%;
    height: auto;
    max-height: 100%;
}
.comparison .content-wrp .price_format-1 {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	line-height: 0.7;
	margin-bottom: 15px;
}
.comparison .content-wrp .price_format-1 span { font-weight: normal;  }
.comparison .content-wrp .price_format-2 {
	font-size: 20px;
	font-weight: bold;
	color: #868f97;
	line-height: 1;
	margin-bottom: 47px
}
.comparison .content-wrp .price_format-2 span { font-weight: normal; }

.comparison .content-wrp .to-cart__btn {
	background-color: #009a9d;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border: none;
	text-transform: uppercase;
	height: 48px;
	width: 215px;
	cursor: pointer;
	position: relative;
}
.comparison .content-wrp .to-cart__btn:hover {
	background-color: #63c0c1;
}
.comparison .content-wrp .to-cart__btn span.i {
    content: "";
    background: url(img/to-cart.png) no-repeat;
    display: inline-block;
    width: 27px;
    height: 22px;
    margin: auto;
    top: 0;
    bottom: 0;
    vertical-align: middle;
}

.comparison .content-wrp .to-cart__btn span.t {
    margin-left: 12px;
    vertical-align: middle;
}

.comparison .product-title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	margin-bottom: 15px
}
.comparison .product-type {
	font-size: 14px;
	font-weight: normal;
	color: #009a9d;
	line-height: 1;
	margin-bottom: 25px
}

/* END comparison page */

/* fixed-menu */
.fixed-menu {
	background-color: #e9eef2;
	position: fixed;
	top: 0;
	margin: 0 auto;
	z-index: 999;
	width: 100%;
	box-shadow: 0 0 15px 0 rgba(61,57,77,.19);
	display: none;
}

@media (max-width: 991px) {
	.fixed-menu { display: none; }
}
.fixed-menu ul {
	list-style: none;
	display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.fixed-menu ul li {
	font-size: 1.25em; 
	font-weight: bold;
	display: flex;
	align-items: center;
    height: 30px;
    border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
	.fixed-menu ul li {
		font-size: 1.1em;
		height: 50px;
	}
}
@media (min-width: 1200px) {
	.fixed-menu ul li {
		font-size: 1em;
		height: 50px;
	}
}
@media (min-width: 1500px) {
	.fixed-menu ul li {
		font-size: 1.25em;
		height: 70px;
	}
}
.fixed-menu ul li.fixed-menu__itm.active a,
.fixed-menu ul li.fixed-menu__itm:hover a {
	color: #009a9d;
	text-decoration: none;
}
.fixed-menu ul li.fixed-menu__itm:hover,
.fixed-menu ul li.fixed-menu__itm.active {
	border-bottom: 1px solid #009a9d;
}

.fixed-menu .tel,
.fixed-menu .auth,
.fixed-menu .basket {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: auto;
	background: url(img/head__btn-img.png) no-repeat;
	position: relative;
}
.fixed-menu .search__btn {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: auto;
	background: url(img/search__btn.png) no-repeat;
	background-position: center;
	box-sizing: content-box;
	background-color: #d7dde3;
}

.fixed-menu span.basket i.basket__count {
    position: absolute;
    display: block;
    height: 15px;
    padding: 0 4px;
    background-color: #009a9d;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    right: -2px;
    bottom: -7px;
}

@media (min-width: 1500px) {
	.fixed-menu span.basket i.basket__count {
	    height: 20px;
	    padding: 0 6px;
	    font-size: 14px;
	    line-height: 1.4;
	    right: -7px;
	    bottom: -7px;
	}	
}
.fixed-menu span.tel { background-position: -30px 0; }
.fixed-menu span.auth { background-position: 0 0; }
.fixed-menu span.basket { background-position: -60px 0; }
.fixed-menu span.tel:hover { background-position: -30px -30px; }
.fixed-menu span.auth:hover { background-position: 0 -30px; }
.fixed-menu span.basket:hover { background-position: -60px -30px; }

.fixed-menu__btn {
	border-left: 1px solid #d7dada;
	width: 70px;
	height: 70px;
	display: flex;
    align-items: center;
}
.fixed-menu__logo img { width: 35px }
@media (min-width: 992px) {
	.fixed-menu__logo img { width: 30px }
	.fixed-menu__btn,
	.fixed-menu .search__btn {
		width: 45px;
		height: 50px;
	}
}
@media (min-width: 1200px) {
	.fixed-menu__logo img { width: 45px }
	.fixed-menu__btn,
	.fixed-menu .search__btn {
	width: 50px;
	height: 50px;
	}
}
@media (min-width: 1500px) {
	.fixed-menu__logo img { width: 55px }
	.fixed-menu__btn,
	.fixed-menu .search__btn {
	width: 70px;
	height: 70px;
	}
}

.fixed-menu__btn:last-child {
	border-right: 1px solid #d7dada;
}

/* END fixed-menu */

.page-banner img {
	width: 100%;
	max-width: 100%;
}

.border { border: 1px solid #d7dde3; box-sizing: border-box; }
.center {text-align: center;}
.white * { color: #fff }
.inline-block { display: inline-block; }
.txt-align_r { text-align: right; }
.white-space-none { white-space: nowrap; }
.hidden { display: none !important; }
.padding-none { padding: 0 !important; }
.padding-right-none { padding-right: 0 !important; }
.padding-left-none { padding-left: 0 !important; }


.mb370{margin-bottom:370px;}
.mb300{margin-bottom:300px;}
.mb280{margin-bottom:280px;}
.mb200{margin-bottom:200px;}
.mb170{margin-bottom:170px;}
.mb160{margin-bottom:160px;}
.mb150{margin-bottom:150px;}
.mb140{margin-bottom:140px;}
.mb120{margin-bottom:120px;}
.mb130{margin-bottom:130px;}
.mb125{margin-bottom:125px;}
.mb100{margin-bottom:100px;}
.mb90{margin-bottom:90px;}
.mb80{margin-bottom:80px;}
.mb75{margin-bottom:75px;}
.mb70{margin-bottom:70px;}
.mb60{margin-bottom:60px;}
.mb55{margin-bottom:55px;}
.mb50{margin-bottom:50px;}
.mb45{margin-bottom:45px;}
.mb40{margin-bottom:40px;}
.mb35{margin-bottom:35px;}
.mb30{margin-bottom:30px;}
.mb25{margin-bottom:25px;}
.mb20{margin-bottom:20px;}
.mb15{margin-bottom:15px;}
.mb10{margin-bottom:10px;}
.mb5{margin-bottom:5px;}

.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt35{margin-top:35px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt65{margin-top:65px;}
.mt70{margin-top:70px;}
.mt75{margin-top:75px;}
.mt80{margin-top:80px;}
.mt85{margin-top:85px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}

@media (min-width:992px){
	.mt25-lg {margin-top:25px;}
}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt80{padding-top:80px;}

.pb10{padding-bottom:10px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb80{padding-bottom:80px;}
.pt100{padding-top:100px;}
.pb100{padding-bottom:100px;}

.ml15 { margin-left: 15px }

@media (min-width: 1200px) {
	.mb150-lg {margin-bottom:150px;}
}
@media (min-width: 1200px) {
	.mb150-xl {margin-bottom:150px;}
}


/* фикс, чтобы по дизайну было */
@media (min-width: 1500px) {
	.container {
		max-width: 1460px;
	}

	/* END фикс, чтобы по дизайну было */
	@media (min-width: 320px) {
	}
	@media (max-width: 479px) {
	}
	@media (min-width: 480px) {
	}

	@media (min-width: 590px) {

	}
	@media (max-width: 767px) {

	}
	@media (min-width: 768px) {
	}
	@media (min-width: 992px) {
		.mb80-lg {
			margin-bottom: 80px;
		}

	}
	@media (min-width: 1200px) {
	}
	@media (min-width: 1500px) {
		.d-xxl-block {
			display: block !important;
		}
	}
}


/* news */
.news-anons__item-newsdetailpage {
	display: block;
	color: #009a9d;
	font-weight: 700;
	font-size: 0.875em;
	white-space: nowrap;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.img__newsdetailpage {
	width: 300px;
	max-width: 300px;
    float: left;
    margin-right: 20px;
}

.catalog-categories__items-displaynone {
	display: none;
}
.catalog-categories__items-displaynone-show {
	display: block;
}
.catalog-categories__show-button {
	font-weight: bold;
	font-size: 16px;
	padding-left: 20px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}
.catalog-categories__show-button:hover {
	color: #009a9d;
}

/* reviews */
.reviews {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reviews__item {
	display: flex;
	border: 1px solid #d7dde3;
	margin-bottom: 30px;
	width: 456px;
}
.reviews__img-block {
	height: 200px;
	max-width: 280px;
	padding: 20px;
}
.reviews__img-block img {
	width: auto;
	height: 100%;
}
.reviews__doc {
	margin-left: auto;
	margin-right: auto;
	width: 160px;
}
.reviews__doc img {
	padding: 10px;
	height: 200px;
	cursor: zoom-in;
}

@media screen and (max-width: 1499px) {
	.reviews__img-block {
		height: 150px;
		max-width: 202px;
	}
	.reviews__doc img {
		height: 150px;
	}
	.reviews__item {
		width: 327px;
	}
}
@media screen and (max-width: 1199px) {
	.reviews__item {
		width: 610px;
	}
	.reviews__img-block {
		height: 200px;
		max-width: 280px;
		margin-left: 50px;
	}
	.reviews__doc img {
		height: 200px;
	}
}
@media screen and (max-width: 991px) {
	.reviews__item {
		margin: 0 auto;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.reviews__img-block {
		height: 150px;
		max-width: 202px;
		margin-left: 0px;
	}
	.reviews__doc img {
		height: 150px;
	}
	.reviews__item {
		width: 327px;
	}
}
@media screen and (max-width: 360px) {
	.reviews__img-block {
		height: 125px;
	}
	.reviews__doc img {
		height: 125px;
	}
	.reviews__item {
		width: 272px;
	}
}


/* reviews */

.full-news {
	z-index: 500;
	position: fixed;
	display: none;
	width: max-content;
	margin: 0 auto;
	margin-top: 100px;
}
.display-block {
	display: block !important;
}
.display-flex {
	display: flex !important;
}

.cross-wrapper {
	margin-left: 30px;
	margin-right: 30px;
}
.cross-wrapper__news {
	padding-top: 25px;
}
.cross3 {
	width: 21px;
	height: 11px;
	margin-left: auto;
	margin-right: 0px;
	padding-top: 9px;
	cursor: pointer;
}
.cross3-1 {
	width: 22px;
	height: 2px;
	transform: rotate(45deg);
	background-color: gray;
}
.cross3-2 {
	width: 22px;
	height: 2px;
	transform: rotate(-45deg);
	background-color: gray;
	margin-top: -2px;
}
/*
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
	display: none;
	cursor: zoom-out;
}
.mfp-bg-wrapper {
	opacity: 1;
	background: unset;
	right: 0px;
	bottom: 0px;
	justify-content: center;
}
*/
.mfp-close-btn-in .mfp-close {
    font-size: 2.5rem;
    font-weight: 500;
    color: #009a9d !important;
}



.detail-news__img {
	margin: 0 auto;
	display: block;
	width: 600px;
}


@media screen and (max-width: 1150px) {
	.detail-news__img {
		width: 450px;
	}
}
@media screen and (max-width: 768px) {
	.detail-news__img {
		width: 350px;
	}
}
@media screen and (max-width: 370px) {
	.detail-news__img {
		width: 300px;
	}
}

/* shoe more pagination */

.load_more {
	margin: 10px;
	padding: 10px;
	border: 1px solid #ddd;
	cursor: pointer;
	text-align: center;
	width: 100%;
}

/* catalog filter */

.filter__section-title-not-active {
	color: #808080;
}
.filter__section-title-not-active:hover {
	color: #808080;
}

/* catalog checkbox */
.checkboxmark {
	margin-left: -103px !important;
}
.product-order .compare label {
	margin: 0 0 0 29px;
	cursor: pointer;
}
.catalog-categories__item_2 .compare label {
	margin: 0 0 0 44px;
	cursor: pointer;
}

@media screen and (max-width: 1379px) {
	.checkboxmark {
		margin-left: -94px !important;
	}
}
@media screen and (max-width: 1199px) {
	.checkboxmark {
		margin-left: -85px !important;
	}
}
@media screen and (max-width: 991px) {
	.checkboxmark {
		margin-left: -95px !important;
	}
}
@media screen and (max-width: 767px) {
	.checkboxmark {
		margin-left: -105px !important;
	}
}
@media screen and (max-width: 576px) {
	.checkboxmark {
		margin-left: -95px !important;
	}
}

/* detail page */
.detail-page__align-center {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.detail-page__documentation {
	color: #000;
	border: 1px solid #d7dde3;
	padding: 15px;
	display: inline-flex;
	margin-bottom: 5px;
}
.detail-page__documentation:hover {
	color: #000;
}
.detail-page__align-center {
	text-align: center;
}

.basket-items__wrapper {
    display: block;
    border: 1px solid #e9eef2;
    padding: 5px;
    margin-bottom: 40px;
}
.basket-item__block {
    border: 1px solid #e9eef2;
    padding: 10px;
}
.basket-items__img-block {
    min-width: 160px;
    min-height: 120px;
    margin-right: 15px;
}
.basket-item__name {
    margin-bottom: 15px;
    font-size: 18px;
}
.basket-item__text {
    font-size: 14px;
    margin-right: 15px;
}
.basket-items__a {
    text-decoration: underline;
}
.basket-items__a:hover {
    color: #009a9d;
}
@media screen and (max-width: 500px) {
    .basket-item__block {display: block;}
}

.filter__options_search .radio-label span.checkboxmark {margin-left: -35px !important;}
.filter__options .radio-label .checkboxmark {margin-left: -35px !important;}
.item-action .compare .radio-label span.checkboxmark {margin-left: -30px !important; margin-top: 15px;}
.detail-page__checkbox span.checkboxmark {    margin-left: -32px !important; margin-top: 2px;}
.comparison .wrp .checkbox span.checkboxmark {margin-left: -40px !important;}


ul.doc-links li {
	text-align: left;
}
.doc-links {margin-top: 50px;}
@media screen and (max-width: 767px) {
	.about__you-tube {
        width: 100%;
        height: 280px;
    }
}
@media screen and (max-width: 400px) {
	.about__you-tube {
		height: 210px;
	}
}
@media screen and (max-width: 325px) {
	.about__you-tube {
		height: 160px;
	}
}


/* new styles komnov*/

.sertificate {
    display: flex;
}

.sertificate img {
    width: 30%;
}

.like_h3 {
    font-size: 22px;
    font-weight: 700;
}

table.public_table td:first-child {
    width: 300px;
}

table.public_table tr:nth-child(odd) {
    background: #c7c7c7;
}

table.public_table td {
    border: 1px solid;
    padding-left: 10px;
}

.public_table_name {
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
}

.content img.public_img_desc {
    width: 50%;
	float: none;
	padding:0;
}

.public_pic_name {
    display: block;
    margin-bottom: 25px;
    font-size: 14px;
    font-style: italic;
}

table.public_table {
    margin-bottom: 25px;
}

a.cta_link_page {
    text-align: right;
    display: block;
    cursor: pointer;
    color: #007bff;
    text-decoration: underline;
}


		/*Order Table*/

.ordertable tbody tr th {
    font-weight: bold;
	text-align: center;
	border: 1px solid grey;
	padding: 10px 10px;
    font-size: 16px;
}

.ordertable td {
    border: 1px solid grey;
    padding: 10px 10px;
	font-size: 15px;
}

.ordertable tbody tr th:first-child {
	width: 15%;
}

.ordertable tbody tr:nth-child(2) td:first-child {
	white-space: nowrap;
}

.ordertable tbody tr td:nth-child(3) {
    width: 15%;
}

.ordertable tr td:nth-child(3), .ordertable tr td:nth-child(1), .ordertable tr td:nth-child(4) {
    text-align: center;
}

.ordertable tbody tr th:nth-child(4) {
    white-space: nowrap;
}
/*.checkout-form .checkout__btn:not(.to-change) {
	display: none;
}*/
.product-gallery #thumbnail li:last-child a {
    border: 1px solid #e9eef2;
    background-color: #e9eef2;
    display: none;
}
.checkout .price_format-1 {
    white-space: nowrap;
    font-size: 50px;
}
.catalog-categories__item_2 .price_format-2 {
    white-space: nowrap;
}
.checkout .price_format-1 span {
    font-size: 35px;
}
.show_all_text_desc {
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
    display: flex;
    margin-top: 20px;
    align-items: center;
	cursor: pointer;
}
.show_all_text_desc:after {
	content: '';
	background-image: url(../assets/img/link_more.svg);
	width: 17px;
	height: 12px;
	background-repeat: no-repeat;
	display: inline-block;
	background-size: contain;
	margin-left: 10px;
}
.show_all_text_desc.opened:after {
	transform: rotate(180deg);
}
.readmore-js-expanded {
	height: 100%!important;
	padding-bottom: 20px;
}
form.checkout-form {
    position: sticky;
	 top: 100px;
	 margin-bottom: 100px;
}
.product-order .checkout-form {
	position: initial;
}
.page_content img {
    max-height: 500px;
    object-fit: contain;
    max-width: inherit;
}
.page_content img {
	max-width: 100%;
	object-fit: contain;
	margin-bottom: 30px;
}
.catalog-intro__txt.with-picture img {
	float: left;
	max-width: 230px;
	object-fit: contain;
	margin: 0 30px 10px 0;
	display: none;
}
input::placeholder, textarea::placeholder {
	color: #cccccc!important;
}
.map ymaps, .map iframe {
	max-width: 100%;
}
.order-list tr td:first-child {
	width: 60%;
}
.order-list tr td:last-child {
	width: 25%;
}

.order-list tr td:nth-child(2) {
	width: 15%;
}
.footer__btn.write {
    margin-right: 30px;
    border: 1px solid #009a9d;
    color: #009a9d;
}
.footer__btn.write:hover {
    border: 1px solid #010101;
    color: #010101;
}
.product_buy_item {
    border: 1px solid #d7dde3;
    display: flex;
    margin-top: -1px;
    position: relative;
}
.product_buy_item>div:first-child {
    min-width: 75%;
    border-right: 1px solid #d9dfe4;
    width: 75%;
}
span.product_buy_item_title {
    display: flex;
    padding: 25px 0 10px 30px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
}
span.product_buy_item_desc {
    padding: 0 30px 25px 30px;
    display: block;
	font-size: 16px;
}
.product_buy_basket {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product_buy_basket_container {
    display: flex;
    flex-wrap: wrap;
	padding: 0px 0px 0 0px;
}
.product_buy_basket span.in_stock {
    padding: 25px 0 10px;
    width: 100%;
	text-align: center;
	font-size: 16px;
}
.product_buy_basket a.product_buy_button {
    padding: 13px 40px;
    background-color: #009a9d;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    top: 1px;
    position: relative;
    margin-top: 13px;
    white-space: nowrap;
    max-height: 40px;
    align-self: flex-end;
    justify-content: center;
}
.product_buy_basket a.product_buy_button:hover {
    background-color: #63c0c1;
	text-decoration: none;
}
span.order_price {
    width: 100%;
    white-space: nowrap;
	font-weight: bold;
    font-size: 24px;
    width: 100%;
    text-align: center;
}
span.order_price > span {
	color: #868f97;
}
.product_buy_basket a.product_buy_button:before {
    content: "";
    background: url(img/to-cart.png) no-repeat;
    display: inline-block;
    width: 27px;
    height: 23px;
    margin: auto;
    margin-top: -5px;
}
.product_buy_basket a.product_buy_button:after {
	content: "";
    width: 48px;
    height: 40px;
    background: url(img/to-cart_bg.png) no-repeat;
    top: 4px;
    left: -45px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    transform: rotate(90deg);
}
.catalog-categories__item_2 .compare.radio-label {
	display: none;
}

.product-gallery {
    display: flex;
	justify-content: space-between;
}
.product-gallery > div > a {
    width: 100%;
	height: auto;
	display: contents;
}
.product-gallery #large {
    height: 327px;
    width: 51%;
}
.add_galery {
	width: 45%;
}
.product-gallery #thumbnail li {
    flex: 0 0 25%;
    margin: -1px 0 0 -1px;
}
.product-order {
    width: 100%;
    max-width: 100%;
    margin: 0 0;
    padding: 0 0;
}
.product-order .checkout_no-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-order .print {
	position: relative;
    right: 0;
    top: 0;
    width: 15%;
	margin-right: 25px;
}
.product-order .print:hover {
    text-decoration: none;
    color: #009a9d;
    border: 1px solid #009a9d;
}
.product-tabs > ul> li:last-child a {
	background-color: #009a9d;
	color: #fff;
}
.product-tabs > ul> li:last-child a:hover:not(.active) {
	background-color: #63c0c1;
	color: #fff;
}
.product-tabs > ul> li:last-child a.active {
	color: #000;
    font-weight: 700;
}
.checkout-form .checkout__btn.to-change {
    width: 73%;
}
.product-order .order-number {
	margin-top: 15px;
}
.news-anons__item .news-anons__title:hover {
	color: #009a9d;
}
.catalog-categories.cart.mb60 {
    float: left;
}
.busket_price {
    float: right;
	position: sticky;
    height: 100%;
}
.catalog-categories__item_2:hover .content .title {
	color: #009a9d;
}
.thanks_buy {
	float: left;
}
.successful_buy {
    float: right;
}
.readmore-js-collapsed:after {
	content: '';
	
}
.main_slider {
    max-width: 100%;
    overflow: hidden;
}
span.no__price {
    font-size: 16px;
    white-space: normal;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
span.no__price a {
	text-decoration: underline;
}
span.no__price a:hover {
	color: #009a9d;
}
button:focus, button:active {
	outline: none;
}
.tab-content table td {
	padding: 10px;
}
.select-box label {
	width: 100%;
}
.select-box button {
	border: none;
	width: 100%;
    padding: 0 0;
}
.select-box__item input[type="checkbox"]:checked+span:before {
    background: url(img/select-box_select.png);
    content: '';
    position: absolute;
    display: block;
    width: 28px;
    height: 21px;
    right: 36px;
    top: -84px;
    transform: rotate(0deg);
    background-repeat: no-repeat;
}
.select-box__item input[type="checkbox"]:checked+span {
	background-color: #fff!important;
}
.select-box__item span {
    width: 100%!important;
    height: 100%!important;
    position: relative!important;
    border: none!important;
	font-size: 1em;
}
.select-box__item input {
    display: none;
}
.select-box__item img {
	margin-bottom: 0;
}
.partners_container img {
    max-width: 300px;
    object-fit: contain;
    margin-left: 30px;
    max-height: 200px;
    min-height: 200px;
    margin-bottom: 30px;
    min-width: 300px;
}
.title_special-offer > div > a {
	color: #fff;
}
.title_special-offer .item_title {
	display: none;
}
.page_content .product-gallery img {
	margin-bottom: 0;
}
.search-form.active:after {
	content: none;
}
.search-form button {
	display: none;
}
.search-form.active button {
	display: block;
    position: absolute;
    right: 6%;
    top: 0;
    height: 100%;
    width: 80px;
    background: transparent;
    border: none;

}
.search-form.active button:after {
	background: url(img/search__btn_w.png) no-repeat;
    background-position: 0 0;
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    bottom: 0;
    margin: auto;
}


/*Adaptive*/
@media screen and (max-width:991px) {
	.container {
		max-width: 100%;
		padding: 0 20px;
	}
	.catalog-intro__txt:after {
		content: "";
		position: absolute;
		width: 200px;
		height: 50px;
		background: url(img/catalog-intro__bg_b.png) no-repeat;
		bottom: -1px;
		right: -2px;
	}
	table, tbody {
    max-width: 100%;
    overflow: scroll;
    display: block;
	}
	table.order-list tr.head {
	display: flex;
	}
	table.order-list tr, table.order-list td {
	display: flex;
	}
	table.order-list td:before {
	content: none;
	}
	.order-list tr th:first-child {
	width: 60%;
	}
	table.order-list tr th:nth-child(2) {
	width: 15%;
	}
	.order-list tr th:last-child {
	width: 25%;
	}
	.white-space-none:not(.txt-align_r) {
    justify-content: space-between;
    display: flex;
	}
	.white-space-none .head__btn {
    display: flex;
	}
	.white-space-none.txt-align_r {
    display: flex;
    flex-wrap: wrap;
	margin-top: 20px;
	}
	.head__contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
	}
	.head__btn:last-child {
    border-right: none;
	}
	.head__btn .head__btn__txt {
	display: none;
	}
	.catalog-categories.cart.mb60 {
    float: none;
	}
	.busket_price {
	height: initial;
	}
	.checkout-form .checkout__btn.to-change {
	width: 100%;
	}
}
/*max-width 991px*/

@media screen and (max-width:768px) {
	::-webkit-scrollbar { width: 3px; height: 3px;}
	::-webkit-scrollbar-button {  background-color: #666; }
	::-webkit-scrollbar-track {  background-color: #999;}
	::-webkit-scrollbar-track-piece { background-color: #ffffff;}
	::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
	::-webkit-scrollbar-corner { background-color: #999;}
	::-webkit-resizer { background-color: #666;}
	.ordertable {
	overflow: scroll;
	display: block;
	}
	.ordertable tbody {
	font-size: 14px;
	}
	.catalog-categories__item_2 .content-wrp {
	flex-wrap: wrap;
	justify-content: center;
	}
	.about_main__content .text {
    margin-bottom: 30px!important;
	}
	.catalog-categories__item_2 .item-action .to-cart__btn {
	width: 250px;
	}
	.product-gallery {
	flex-wrap: wrap;
	}
	.product-gallery #large {
    height: 260px;
    width: 100%;
	}
	.add_galery {
    width: 100%;
	}
	.product-order form.checkout-form {
	margin-bottom: 40px;
	}
	.product_buy_item>div:first-child {
    width: 100%;
	}
	.product_buy_item {
    flex-wrap: wrap;
	}
	.product_buy_basket {
    width: 100%;
	}
	.product_buy_basket span.in_stock {
    padding: 0px 0 10px 0;
	}
	.product_buy_basket a.product_buy_button:after {
	content: none;
	}
	.product_buy_basket a.product_buy_button:before {
    margin: 0 15px 0 0;
	}
	span.product_buy_item_desc {
    padding: 0 30px 15px 30px;
	}
	.select-box__item img {
    max-width: 60px;
	}
}
/*max-width 768px*/


@media screen and (max-width:440px) {
	.catalog-categories__item_2 .item-action {
		flex-wrap: wrap;
	}
	.catalog-categories__item_2 .item-action a {
		width: 90%;
		text-align: center;
    	margin-left: 50px;
	}
	.about_main__content .text {
    margin-bottom: 30px;
	color: red;
	}
	.catalog-categories__item_2 .item-action .to-cart__btn {
    width: 100%;
    margin: 0 0;
	}
	.catalog-categories__item_2 .item-action a:before {
	    content: none;
	}
}
/*max-width 440px*/

/*------------------------*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
	.product-gallery #large img {
	height: 80%;
	}
}
@media print {
	.header_container, .navbar, .footer__btn.fb, .footer__btn.vk, .footer__btn.yt {
	display: none;
	}
	.sidebar_container, footer .MyCallbackSubject, div.fixed-menu, div.bread-crumbs, div#bx-panel, div.add_galery, ul#myTab, a.product_buy_button {
	display: none !important;
	}
	.nav-mytabs {
	display: flex;
	}
}

.owl-theme .owl-nav .owl-prev {
	margin-right: 55%;}

.slide-content__title {text-decoration: none;}
.slide-content__title:hover {text-decoration: none;}
.slide-content div {text-decoration: none;}
.slide-content white {text-decoration: none;}
.slide-content white div {text-decoration: none;}

.slide-content:before {text-decoration: none;}
.slide-content:hover {text-decoration: none;}

.owl-carousel__item a {
    text-decoration: none;
}

.slide-content img {
	 width: auto !important;
	 
	 margin: auto !important;
}

.with_nds {
	 display: block;
	 font-size: 13px;
	 color: #999;
	 white-space: normal;
}


/* insert_mark */
.insert_mark {
	position: absolute;
	max-width: 100px;
	height: auto;
	bottom: 5px;
	right: 10px;
}



.show {
opacity: 1;
}



