.ubermenu-responsive-toggle {
	display: none !important;
} 
.mobile-menu-wrap {
    position: fixed;
    left: 0;
    top: 40px;
    bottom: 0;
    z-index: 3000;
    width: 320px;
    padding-top: 15px;
	overflow-y: auto;
    transform: translateX(-100%);
    transition: all .3s linear 0s;
	background-image: -webkit-linear-gradient(225deg,#5b85df 0%,#06b4e0 100%);
	background-image: -o-linear-gradient(225deg,#5b85df 0%,#3ec2e3 100%);
	background-image: linear-gradient(225deg,#5b85df 0%,#06b4e0 100%);
}
.mobile-menu {
	padding: 0 5px;
}
.mobile-menu-wrap.opened {
    transform: translateX(0);
	background-image: -webkit-linear-gradient(225deg,#5b85df 0%,#06b4e0 100%);
	background-image: -o-linear-gradient(225deg,#5b85df 0%,#3ec2e3 100%);
	background-image: linear-gradient(225deg,#5b85df 0%,#06b4e0 100%);
}
.mobile-menu > li {
    border-top: 1px solid #49b9e6;
	position: relative;
}
.mobile-submenu-opener {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 7px;
	width: 25px;
	height: 14px;
	background: url("../img/mobile-menu-arrow.png") center center no-repeat;
	transition: all 0.3s linear 0s;
	transform: rotate(0deg);
}
.mobile-submenu-opener.opened {
	transform: rotate(90deg);
}
.mobile-menu li:first-child {
    border: none;
}
.mobile-menu li a {
    display: block;
    padding: 3px 0 7px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
	font-weight: bold;
}
.mobile-menu li a:hover {
	text-decoration: none;
}
.mobile-menu li ul {
	padding-left: 30px;
	padding-bottom: 15px;
	display: none;
}
.mobile-menu li ul li{
	border: none;
	margin-bottom: 10px;
	line-height: 1.2;
}
.mobile-menu li ul li:last-child {
	margin-bottom: 0;
}
.mobile-menu li ul li a {
	padding: 0;
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	color: #c1ebfe;
}
.mobile-menu li ul li a:hover {
	text-decoration: underline;
}
.mobile-menu-closer {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    width: 45px;
    height: 45px;
}
.mobile-opener  {
	display: none;
	position: relative;
	font-family: ALSStory , sans-serif;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	padding-left: 45px;	
	margin-right: 40px;
	font-size: 14px;
	background: url('../img/mobile-opener.png') left center no-repeat;
}
.mobile-opener.opened {
	background: url('../img/mobile-closer.png') left center no-repeat;
}
#new-main-slider {
	background: #e8e8e8;
}
.main-slider-wrap {
	position: relative;
}
.main-slide {
	text-align: center;
}
.main-slider-wrap .owl-carousel .owl-controls .owl-nav .owl-prev,
.main-slider-wrap .owl-carousel .owl-controls .owl-nav .owl-next {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.main-slider-wrap .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.main-slider-wrap .owl-carousel .owl-controls .owl-nav .owl-next:hover {
	opacity: 0.7;
}
.main-slider-wrap .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 35px;
}
.main-slider-wrap .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 35px;
}
.main-slider-wrap .owl-carousel .owl-controls .owl-nav .owl-prev::before,
.main-slider-wrap .owl-carousel .owl-controls .owl-nav .owl-next::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 40px;
	transition: all 0.3s;
	font-family: "revicons";
	display: block;
	text-align: center;
	color: #2e9ee0;
	text-indent: 0;
}
.main-slider-wrap .owl-carousel .owl-controls .owl-nav .owl-prev::before {
	content: '\e824';
}
.main-slider-wrap .owl-carousel .owl-controls .owl-nav .owl-next::before {
	content: '\e825';
}
.main-slider-wrap .owl-dots .owl-dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	transition: all 0.2s linear 0s;
	position: relative;
	box-shadow: none;
	margin: 0 2px;
}
.main-slider-wrap .owl-dots .owl-dot.active, .main-slider-wrap .owl-dots .owl-dot:hover {
	box-shadow: 0 0 0 2px #0ab2e0;
}
.main-slider-wrap .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
}
.main-slider-wrap .owl-dots .owl-dot::before {
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(142, 142, 142, 0.3);
	transition: all 0.2s linear 0s;
	transform: scale(1);
}
.main-slider-wrap .owl-dots .owl-dot.active::before, 
.main-slider-wrap .owl-dots .owl-dot:hover::before {
	transform: scale(0.4);
	position: absolute;
	background: #0ab2e0;
}
.slogan_mobile {
	display: none;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.mobile-top-search {
	display: none;
	flex-basis: 170px;
}
.mobile-top-search form {
	height: 27px;
	border-radius: 15px;
	display: flex;
	background: #d8d8d8;
	align-items: center;
	width: 100%;
}
.mobile-top-search form input[type="submit"] {
	flex-basis: 35px;
	background: url(../img/search_icon.png) center center no-repeat;
	background-size: 15px auto;
	text-indent: -9999px;
}
.mobile-top-search form input[type="text"] {
	flex-grow: 1;
	min-width: 0;
	height: 27px;
	font-size: 14px;
	color: #fff;
	border: none;
	border-radius: 15px 0 0 15px;
	background: none;
}
.map-yandex {
	width: 100%;
	max-width: 848px;
}
.map-yandex-mobile {
	display: none;
	height: 200px;
}
.page-template-template-contact #content_section #page_content {
	overflow: visible;
}
.contacts-halfs {
	display: flex;
	margin-bottom: 30px;
}
.contacts-half {
	flex-basis: 50%;
	padding-left: 15px;
	flex-shrink: 0;
}
.contacts-half:nth-child(2n+1) {
	padding-left: 0px;
	padding-right: 15px;	
}
.mobile-cart-title {
	display: none;
}
.responsive-table-wrap {
	width: 100%;
	overflow-x: auto;
}
#content_section h1 {
	padding-bottom: 10px;
}
#content_section h1::before {
	bottom: 0;
	top: auto;
}
h1.page_title::before {
	bottom: 0;
	top: auto;
}
.responsive-youtube {
	position: relative;
	/* padding-bottom: 56.25%; 
	padding-top: 25px;*/
	height: 0;
}
.responsive-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 
.item_tab h2 {
	padding-bottom: 15px;
}
.item_tab h2::before {
	bottom: 0;
	top: auto;
}
@media (max-width: 1199px) {
	#top_section .ubermenu .ubermenu-target {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 1039px) {
	#top_section *[class*='uber'] {
		display: none !important;
	}
	body {
		min-width: 320px;
	}
	* {
		box-sizing: border-box;
	}
	#footer {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		font-size: 14px;
	}
	#footer .copyright {
		flex-basis: 100%;
	}
	#footer .footer_logo {
		flex-basis: 55px;
		width: 55px;
		flex-shrink: 0;
	}
	#footer .footer_right {
		flex-basis: 160px;
		flex-shrink: 0;
		margin-left: 12px;
	}
	#footer .cart_wrap {
		flex-basis: 210px;
		flex-shrink: 0;
		font-size: 14px;
		display: flex;
		align-items: center;
	}
	#footer .footer_contacts {
		flex-grow: 1;
		width: auto;
		flex-basis: 300px;
	}
	#footer .btn-prim-header {
		width: 160px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		margin-right: 0;
	}
	.cart_wrap .cart_link {
		top: 0;
		line-height: 40px;
	}
	.cart_wrap .tovar_counter {
		top: 0;
	}
	.footer_menu li {
		font-size: 14px;
		padding: 0 15px;
	}
	#top_section {
		display: flex;
		align-items: center;
		padding: 0 25px;
		min-width: 0;
		width: 100%;
	}
	.mobile-opener {
		display: flex;
	}
	.slogan_mobile {
		display: flex;
	}
	#ubermenu-main-2-primary-toggle-sticky-wrapper, 
	#ubermenu-main-2-primary-sticky-wrapper {
		display: none;
	}
	.site_description {
		display: none;
	}
	#header .header-contacts {
		display: flex;
		padding: 25px 25px 10px 25px;
		justify-content: space-between;
		width: 100%;
	}
	#header .head_contacts {
		display: flex;
		flex-grow: 1;
		justify-content: space-between;
	}
	#header .header-contacts .logo {
		flex-basis: 90px;
		flex-shrink: 0;
		padding: 0;
		margin: 0;
	}
	#header .header-contacts .logo img {
		width: 62px;
	}
	#header .head_contacts .button-phone {
		flex-basis: 165px;
		flex-shrink: 0;
		padding: 0;
		margin: 0 0 0 30px;
	}
	#header .head_contacts .phone-header {
		flex-basis: 245px;
		flex-shrink: 0;
		padding: 0;
		margin: 0;
	}
	#header .head_contacts .header_search {
		padding: 0;
		margin: 0;
		flex-grow: 1;
		display: flex;
		background: none;
		justify-content: flex-end;
		padding: 0 !important;
	}
	#header .head_contacts .header_search form {
		width: 100%;
		max-width: 200px;
		display: flex;
		background: #d8d8d8;
		border-radius: 20px;
		align-items: center;
	}
	#header .head_contacts .header_search form input[type="submit"] {
		flex-basis: 40px;
		flex-shrink: 0;
	}
	#header .head_contacts .header_search form input[type="text"] {
		flex-grow: 1;
		width: auto;
		min-width: 0;
	}
	#header .head_contacts > div {
		margin: 0;
		padding: 0;
	}
	#header .head_contacts > div::before {
		display: none;
	}
	#header .phone-header::after {
		display: none;
	}
	.btn-prim-header {
		line-height: 25px;
		height: auto;
	}
	#main_menu_section {
		display: none;
	}
	#new-main-slider {
		margin-bottom: 60px;
	}
	#for_specialists {
		width: 100%;
		display: flex;
		padding: 0 15px;
		margin-bottom: 35px;
	}
	.for_specialist_block {
		margin: 0 3px;
		flex-basis: calc((100% - 24px)/4);
		width: calc((100% - 24px)/4);
		padding-left: 10px;
		padding-right: 10px;
		height: 225px !important;
		padding: 23px 5px 10px 5px;
	}
	.center1000 {
		width: 100%;
		padding-left: 15px; 
		padding-right: 15px;
	}
	#particle-canvas, #particle-canvas2, #particle-canvas3, #particle-canvas4 {
		display: none;
	}
	#for_specialists::after {
		display: none;
	}
	.new-blocks {
		display: flex;
		margin: 0 -15px;
	}
	#news_section .single_new {
		margin: 0 15px;
		padding: 0 15px;
		flex-basis: calc((100% - 90px)/3);
		width: calc((100% - 90px)/3);
	}
	.news-right {
		right: 15px;
	}
	.for_specialist_block .for_specialist_title {
		font-size: 18px;
	}
	.for_specialist_block h6 {
		font-size: 14px;
	}
	.for_specialist_block .for_specialist_block_img {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.for_specialist_block .client_sep {
		margin: 10px auto;
	}
	h1.page_title, h1, .h_title {
		font-size: 24px;
		padding-bottom: 20px;
	}
	.item_blocks {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-left: -14px;
		margin-right: -14px;
	}
	.item_block {
		margin: 0 14px 60px;
		flex-basis: calc((100% - 84px)/3);
		width: calc((100% - 84px)/3);
		max-width: 240px;
	}
	.item_block .item_name {
		display: flex;
		height: 65px;
		align-items: center;
		align-content: center;
		justify-content: center;
		text-align: center;
		padding: 0 5px;
	}
	h1.text-center {
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	h1.text-center::before {
		bottom: 0;
		top: auto;
	}
	#page_content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.center1000 #page_content {
		padding-left: 0px;
		padding-right: 0px;
	}
	.cart_table {
		padding: 35px 15px 40px !important;
	}
	.map-yandex {
		max-width: 100%;
		margin-top: 30px;
	}
	.page-template-template-contact .cart_table {
		margin-bottom: 0;
	}
	.page-template-template-contact #content_section {
		padding-bottom: 50px;
	}
	.cart_row_img {
		padding-right: 15px;
	}
	.cart_page_form {
		padding: 30px 15px;
	}
	.cart_page_form h3 {
		margin-top: 0;
		padding-top: 15px;
	}
	#cart_content {
		padding: 10px 0 0;
	}
	#cart_content h1 {
		margin-top: 0;
	}
	#cart_content .f-header {
		padding-bottom: 0;
	}
	.cart_table:nth-child(2) {
		margin-top: 45px;
	}
	.page-template-template-cart #content_section {
		padding-top: 45px;
	}
	.for_left_menu {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		padding: 0 15px;
	}
	.for_right_content  {
		margin: 0;
	}
	.for_left_menu .accordion-menu {
		max-width: 100%;
		margin-bottom: 0;
	}
	.center1024 {
		width: 100%;
		padding: 0 15px;
	}
	.about_tovar {
		display: flex;
	}
	.about_tovar .about_tovar_img {
		flex-basis: 350px;
		flex-shrink: 0;
	}
	.about_tovar .about_tovar_info {
		flex-grow: 1;
		padding-left: 35px;
		margin-left: 0;
		width: auto;
	}
	.about_tovar .about_tovar_info #add_to_cart, .about_tovar .about_tovar_info #add_to_cart_reshenie {
		width: 290px;
	}
}
@media (max-width: 899px) {
	#news_section .single_new {
		flex-basis: 50%;
	}
	#news_section .single_new:last-child {
		display: none;
	}
	.contacts-halfs {
		margin-bottom: 15px;
	}
	.contacts-halfs + .contacts-halfs {
		flex-wrap: wrap;
	}
	.contacts-halfs .contacts-how-get {
		flex-basis: 100%;
		padding: 0;
	}
	.contacts-halfs .contacts-how-get p br {
		display: none;
	}
	.contacts-halfs .contacts-departments {
		display: flex;
		flex-basis: 100%;
		padding: 0;
		margin: 0 -15px;
	}
	.contacts-departments table {
		margin: 0 15px;
		flex-basis: calc((100% - 60px)/2);
		width: calc((100% - 60px)/2);
		max-width: calc((100% - 60px)/2) !important;
	}
	.vakancy .first_cart_row p {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.about_tovar {
		flex-wrap: wrap;
		padding-bottom: 30px;
	}
	.about_tovar .about_tovar_img {
		flex-basis: 100%;
		margin: 0 0 30px 0;
		width: 100%;
	}
	.about_tovar .about_tovar_info {
		flex-basis: 100%;
		padding: 0;
	}
	.single-post #content_section {
		padding-top: 30px;
	}
	.question {
		padding-left:35px;
	}
	.question::before {
		left: 10px;
	}
	.answer {
		padding-left: 35px;
	}
	.block-grid-link {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
		justify-content: center;
	}
	.block-grid-link > div {
		margin: 0 0 20px;
		flex-basis: 33.3333333%;
		padding-left: 15px;
		padding-right: 15px;
		min-width: 200px;
	}
	.block-grid-link h4 {
		width: 100%;
		display: flex;
		height: 62px;
		align-items: center;
	}
	#top_section {
		justify-content: space-between;
		padding: 0 20px;
	}
	.slogan_mobile {
		display: none;
	}
	.mobile-top-search {
		display: flex;
	}
	#header .head_contacts .header_search {
		display: none;
	}
	#for_specialists {
		flex-wrap: wrap;
		padding-left: 5px;
		padding-right: 5px;
	}
	.for_specialist_block {
		flex-basis: calc((100% - 12px)/2);
		margin-bottom: 6px;
	}
	.for_specialist_block .for_specialist_title a {
		font-size: 14px;
	}
	.for_specialist_block svg {
		height: 45px;
		width: auto;
	}
	.for_specialist_block h6 {
		font-size: 12px;
	} 
	table tr th, table tr td {
		padding: 5px !important;
	}
	#footer .footer_logo {
		order: 1;
		flex-basis:50%;
		margin: 0;
	}
	#footer .footer_right {
		order: 2;
		flex-basis: 50%;
		margin: 0;
	}
	#footer .footer_contacts {
		order: 3;
		flex-basis: 100%;
		justify-content: center;
		display: flex;
		align-items: center;
		margin: 20px 0 15px;
		top: 0;
	}
	#footer .cart_wrap {
		order: 4;
		flex-basis: 100%;
		justify-content: center;
	}
	#footer .copyright {
		order: 5;
		font-size: 12px;
		line-height: 18px;
		margin-top: 20px;
	}
	.new-blocks {
		margin: 0;
	}
	#news_section .single_new {
		flex-basis: 100%;
		margin: 0;
		padding: 0;
		display: none;
	}
	#news_section .single_new:first-child {
		display: block;
	}
	#header .header-contacts {
		padding: 5px 20px;
	}
	#header .head_contacts {
		flex-wrap: wrap;
		justify-content: flex-end;
		flex-basis: 160px;
		flex-grow: 0;
	}
	#header .header-contacts .logo {
		display: flex;
		align-items: center;
	}
	#header .head_contacts .phone-header {
		flex-basis: 100%;
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 10px;
	}
	#header .head_contacts .phone-header span {
		order: 2;
		flex-basis: 100%;
		font-size: 18px;
	}
	table.simple-table tr {
		display: flex;
		flex-wrap: wrap; 
	}
	table.simple-table.column-one td {
		flex-basis: 100%;
	}
	table.simple-table.column-two td {
		flex-basis: 50%;
	}
	table.simple-table.column-three td {
		flex-basis: 33.33333%;
	}
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 22px;
	}
	.item_block {
		margin: 0 14px 20px;
		flex-basis: calc((100% - 56px)/2);
		width: calc((100% - 56px)/2);
	} 
	.cart_table .first_cart_row {
		padding-top: 0;
		margin-top: 0;
	}
	.cart_table .first_cart_row .cart_row_img,
	.cart_table .first_cart_row .cart_item_name,
	.cart_table .first_cart_row .cart_item_count,
	.cart_table .first_cart_row .cart_item_opisanie,
	.cart_table .first_cart_row .cart_item_delete {
		display: none;
	}
	.text-cart-header {
		margin-bottom: 25px;
	}
	.cart_row {
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	.cart_row_img {
		flex-basis: 97px;
		width: 97px;
		flex-shrink: 0;
	}
	.cart_table .cart_item_name {
		flex-basis: calc(100% - 115px);
		width: calc(100% - 115px);
		padding-right: 25px;
		padding-left: 0;
		flex-grow: 1;
		line-height: 1.2;
	}
	.cart_item_count {
		flex-basis: 100%;
		margin: 15px 0;
	}
	.cart_item_opisanie {
		flex-basis: 100%;
	}
	.mobile-cart-title {
		display: block;
		font-size: 14px;
		color: #555;
		margin-bottom: 5px;
	}
	.cart_table .cart_row > div img {
		top: 0;
	}
	.cart_table .cart_item_delete.cart_item_delete {
		position: absolute;
		top: 15px;
		right: 0;
		width: 17px;
	}
	.cart_table .cart_row > div {
		height: auto;
	}
	.empty_basket {
		margin: 0;
	}
	h3 {
		font-size: 22px;
	}
	.form-div span {
		display: block;
		line-height: 1.2;
		margin-bottom: 7px;
		padding-left: 0;
		font-size: 13px;
	}
	.form-div input {
		float: none;
		margin: 0 0 15px 0;
		width: 100% !important;
	}
	.responsive-table-wrap {
		margin: 20px 0;
		padding-top: 40px;
		position: relative;
	}
	@keyframes swipemove { 
		0% { 
			transform: translateX(0px); 
		} 
		50% { 
			transform: translateX(-10px); 
		} 
		100% {
			transform: translateX(0px); 
		}
	}
	.responsive-table-wrap::before {
		display: block;
		content: "";
		width: 28px;
		height: 30px;
		background: url("../img/swipe.png") center top no-repeat;
		animation: swipemove 2s ease infinite;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -14px;
	}
	.responsive-table-wrap table {
		min-width: 767px;
	}
	table td, table th, table td *, table th * {
		font-size: 14px !important;
	}
	div[id^="attachment"] {
		width: 100% !important;
	}
	#block-documentaciya .col-05, #block-documentaciya .col-04 {
		width: 100%;
		float: none;
	}
	.about_tovar_buttons {
		display: inline-block;
	}
	.tooltip::before {
		width: 290px;
		left: -65px;
		margin-left: 0;
	}
}
@media (max-width: 599px) {
	.item_blocks {
		margin-left: 0;
		margin-right: 0;
	}
	.item_block {
		flex-basis: 100%;
		width: 100%;
		max-width: 240px;
	} 
	.contacts-halfs {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.contacts-halfs .contacts-half {
		flex-basis: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	.contacts-halfs .contacts-how-get {
		margin-bottom: 0;
	}
	.contacts-halfs .contacts-departments {
		margin: 0;
		flex-wrap: wrap;
	}
	.contacts-departments table {
		margin: 0 0 20px 0;
		flex-basis: 100%;
		width: 100%;
		max-width: 100% !important;
	}
	.map-yandex {
		display: none;
	}
	.map-yandex-mobile {
		display: block;
		margin-top: 15px;
	}
	h1.page_title, h1, .h_title {
		font-size: 22px;
		line-height: 1.2;
	}
	.page-template-template-cart .page_title + h2 {
		font-size: 16px;
	}
	.page-template-template-cart .center1000 {
		padding-left:7px;
		padding-right: 7px;
	}
	.cart_page_form h3 {
		font-size: 22px;
	}
	.cart_page_form {
		padding: 20px 10px;
	}
}
@media (max-width: 479px) {
	#footer .footer_logo {
		flex-basis: 55px;
	}
	#footer .footer_right {
		flex-grow: 1;
	}
	.tovar_tabs li {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}
}