/*global*/

html, body, p, ul {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: FuturaFuturisC, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

img {
	border: none;
}

button {
	outline: none;
	border: 0;
}

*, *:after, *:before {
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

a:active, a:visited {}

.currency.drop-area {
	width: 0px;
	float: left;
	padding-top: 10px;
	/* margin-left: 20px; */
}

div#cur_text {
	width: 90px;
	margin-top: 18px;
}

.clear {
	clear: both;
}

.row:after, .row:before {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

#content {
	min-height: 600px;
	padding-top: 10px;
	overflow: hidden;
	/*margin-top: 20px;*/
	/*background: #f1f1f1;*/
}

#column-left {
	position: absolute;
	width: 235px;
}

.wrap {
	max-width: 1000px;
	margin: 0 auto;
	height: inherit;
	position: relative;
	width: 100%;
}

.bg_white {
	background: #fff;
}

.left {
	float: left;
}

.right {
	float: right;
}

.absolute {
	position: absolute;
	z-index: 1;
}

.relative {
	position: relative;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pb25 {
	padding-bottom: 25px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.text_center {
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

h1 {
	/*margin-top: 8px;*/
	margin-bottom: 8px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

ul {
	list-style: none;
}
#seo_text_block_top ul {
	list-style: disc;
	margin-left: 40px;
}
.module-welcome__description{
	background: #ffffff;
	padding: 20px;
	margin: 0 10px;
}
.module-welcome__description ul{
	list-style: disc;
	margin-left: 40px;
}
.breadcrumb {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 5px;
}

.breadcrumb a {
	position: relative;
	color: #808080;
}

.breadcrumb a:after {
	content: '/';
	font-size: 16px;
	color: #ff6c2b;
	display: inline-block;
	margin-left: 8px;
	margin-right: 2px;
}

.breadcrumb a:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	display: block;
	width: calc(100% - 15px);
	border-bottom: 1px solid #D8D8D8;
}

.breadcrumb div:last-child {
	color: #FF6C2B;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

.breadcrumb div:last-child:before {
	display: none;
}

.breadcrumb div:last-child:after {
	content: '';
	position: absolute;
}

.bg_grey {
	position: absolute;
	width: 100%;
	z-index: -1;
	height: 100%;
	background: #f1f1f1;
	left: 0;
}

.bg_grey_container {
	width: 100%;
	background: #f1f1f1;
	height: 100%;
}

.orange {
	color: #FF6C2B;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.sub_title {
	font-family: FuturaFuturisC, Helvetica, Arial, sans-serif !important;
	text-transform: uppercase;
	font-weight: bold;
}

.content_empty {
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
}

/*modals*/

#modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 1000;
}

#modal p {
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
	line-height: 1.5;
}

#modal .modal {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10000;
	display: none;
	background: #ffffff;
}

.modal.thank_you {
	padding: 40px 70px 45px;
	text-align: center;
}

.modal.call_me {
	padding: 31px 30px 30px 30px;
	text-align: center;
}
.modal.modal_lang {
	padding: 31px 30px 30px 30px;
	text-align: center;
}
.modal.request {
	padding: 35px;
	text-align: center;
	/*width: 690px;*/
	width: 770px;
}

@media screen and (max-width: 575px) {
	.modal.request {
		padding: 36px 35px 35px 35px;
	}
	.heading{
		display: none;
	}
	.cart{
		margin: 0 1px 0 1px!important;
	}
	#popupcart_extended_wrapper{
		text-align: left!important;
		margin-left: 10px!important;
	}
	#popupcart_extended{
		vertical-align: unset;
	}
	.prod_sizes img{
		width: 100%;
		max-width: 575px;
		height: auto;
	}
	#load_cart{
		display: none;
	}
	.social{
		display: none;
	}
}

.modal_title {
	font-family: FuturaFuturisC, Helvetica, Arial, sans-serif !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.modal_close {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 6px;
	cursor: pointer;
}

/*header*/

#header {
	background: #000;
}

.header-top {
	color: #FFF;
	text-transform: uppercase;
}

#logo, .cities, .languages, .phones {
	float: left;
}

#logo {
	padding: 0 0 0 23px;
}

#language {
	position: relative;
}

#language .drop-list {
	width: 117px;
	right: 0;
}

.phones {
	width: 200px;
	font-weight: bold;
	font-size: 17px;
	margin: 6px 0 0 100px;
}

.phones__show-button {
	display: none;
	margin-right: 2px;
}

.search-show__button {
	display: none;
}
.cart__show-button {
	display: none;
}
.phones ul {
	float: left;
}

.phones li {
	float: left;
	padding-left: 10px;
}

.phones span {
	color: #B3B3B3;
}

.call-me {
	background: #FF6C2B;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
	position: relative;
	top: -2px;
	width: 115px;
}
.social{
	margin-top: 6px;
	float: left;
}
.social ul li{
	display:inline;
	margin-right: 10px;
}
.social img{
	width: 40px;
	height: auto;
}
.header_inner label {
	color: #B3B3B3;
	font-size: 10px;
	display: block;
}

.header_inner {
	padding: 12px 0 8px;
	z-index: 17;
}

.cities {
	margin: 17px 0 0 50px;
	position: relative;
	width: 160px;
	z-index: 20;
}

.contacts_form .cities--subsidiary {
	z-index: 19;
}

#city {
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding-right: 4px;
}

.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #007bff transparent transparent transparent;
}

span.drop-down {
	height: 20px;
	width: 20px;
	border: 2px solid #FF6C2B;
	float: left;
	margin: -5px 0 0 12px;
	cursor: pointer;
}

.cities span.drop-down {
	position: absolute;
	top: 10px;
	right: -17px;
	/*float: right;
	margin: -5px 0 0 0px;*/
}

span.drop-down:after {
	content: "";
	top: 11px;
	left: 5px;
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0;
	border-color: #ffffff transparent transparent;
}

span.drop-down.up:after {
	border-width: 0 3px 6px;
	border-color: transparent transparent #FFF;
	top: -14px;
	left: 5px;
}

ul.drop-list {
	position: absolute;
	z-index: 20;
	background: #ffffff;
	left: 0;
	top: calc(100% + 3px);
	border: 2px solid #FF6C2B;
	display: none;
	width: 210px;
}

@media screen and (min-width: 992px) {
	ul.drop-list::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(97, 97, 97, 0.2);
		border-radius: 10px;
		background-color: #F5F5F5;
	}

	ul.drop-list::-webkit-scrollbar {
		width: 8px;
		background-color: #F5F5F5;
	}

	ul.drop-list::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
		background-color: #555;
	}
}

.modal.request ul.drop-list {
	max-height: 230px;
	overflow: auto!important;
}

.modal.call_me ul.drop-list {
	max-height: 230px;
	overflow: auto!important;
}

.cities ul.drop-list {
	margin-left: -10px;
	width: calc(100% + 26px);
}

@media screen and (max-width: 768px) {
	ul.drop-list {
		right: auto;
		left: 0;
	}
	#content .wrap.row{
		overflow: hidden;
	}
	.cities ul.drop-list {
		margin-left: 0;
	}
}

ul.drop-list a {
	padding: 6px 13px 5px 8px;
	color: #000;
	text-decoration: none;
	display: block;
	/*line-height: 2px;*/
}

ul.drop-list a:hover {
	color: #FF6C2B;
}

#current_language {
	font-weight: bold;
	font-size: 12px;
	float: left;
	padding-right: 4px;
}

.languages {
	margin: 18px 0 0 0;
}
.cart{
	margin: 10px 0 0 0;
	float: right;
}
.heading{
	position: relative;
}
#cart-total{
	position: absolute;
	top: -8px;
	right: -5px;
	background: #ff9124;
	padding: 4px 4px;
	border-radius: 50%;
	overflow: hidden;
	font-weight: bold;
	width: 25px;
	text-align: center;
	min-width: 25px;
	height: 25px;
	min-height: 25px;
}
.cart-hide{
	display: none;
}
.nav_toggle_button {
	display: none;
}

.mobile_nav {
	display: none;
}

#menu {
	border-bottom: 1px solid #E6E6E6;
	height: 55px;
}

#menu .nav {
	float: left;
	height: inherit;
}

#menu .nav > ul > li  {
	padding-left: 10px;
	height: inherit;
	max-width: 585px;
}

#menu .nav > ul > li {
	float: left;
	height: inherit;
}

#menu .nav > ul > li > a {
	display: block;
	padding: 0 19px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	line-height: 55px;
	vertical-align: middle;
}

#menu nav li a:hover {
	color: #ff6c2b;
}

#menu nav li a.active {
	color: #ff6c2b;
}

#main_menu {
	float: left;
	padding: 17px 0 17px 38px;
	width: 235px;
	height: 55px;
	font-size: 20px;
}

.nav__item {
	position: relative;
	display: block;
    padding: 0 19px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    line-height: 55px;
    vertical-align: middle;
	cursor: pointer;
}

.nav__item:hover + ul {
	display: flex;
}
.nav__list-item {
	position: relative;
}

.subnav {
	display: none;
	flex-direction: column;
	margin-left: -10px;
	width: 150px;
	position: absolute;
	background-color: white;
    padding: 10px;
	box-shadow: 15px 21px 27px 4px rgba(0,0,0,0.33);
	z-index: 3;
}

.subnav__item-link {
	display: block;
	padding: 10px 0;
}
.arrow {
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
  }

  @media(min-width: 768px) {
	.nav__list-item:hover > .subnav {
		display: flex;
	}

	.nav__list-item:hover > .nav__item .arrow {
		transform: rotate(180deg);
		transition: 0.5s;
	}
}
  @media (max-width: 767px) {
	.nav__list-item:hover > .arrow {
		position: relative;
	}
	
	.subnav{
		width: 100%;
		position: relative;
		box-shadow: none;
		padding: 0;
		background: transparent;
	}

	.subnav__item-link {
		display: block;
		padding: 5px 0;
		padding-left: 45px;
	}

	.subnav__item {
		position: relative;
	}

	.subnav__item::before {
		content: '';
		display: block;
		width: 4px;
		height: 4px;
		background-color: #FF6C2B;
		position: absolute;
		left: 30px;
		top: 11px;
	}
	
	.nav__item {
		display: flex;
		padding: 5px 10px;
		height: auto;
		line-height: 24px;
		align-items: center;
	}

	.arrow {
		position: relative;
		margin-left: 10px;
	}

	.nav__list-item.active .subnav {
		display: flex;
	}

	.nav__list-item.active > .nav__item .arrow {
		transform: rotate(180deg);
		transition: 0.5s;
	}
  }

.add_cart{
	padding: 12px 20px;
	float: right;
	position: relative;
}
.menu_button {
	background: #FF6C2B;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.menu_button:hover {
	background: #ff9124;
}

.menu_button>span {
	float: left;
	margin-left: 10px;
}

span.menu_button_ico {

	height: 14px;
	width: 14px;
	display: block;
	margin-top: 4px;
}

#menu #search {
	border-left: 1px solid #e6e6e6;
	height: inherit;
	float: right;
}

.button-search {
	background: url("../image/search.png") no-repeat 50% 50%;
	width: 14px;
	height: inherit;
	float: right;
	cursor: pointer;
}

input[name="search"] {
	width: 165px;
	height: inherit;
	border: 0;
	border-left: 1px;
	text-indent: 20px;
	outline: none;
	border-bottom: 1px solid #e6e6e6;
	float: left;
	font-family: FuturaFuturisC, Helvetica, Arial, sans-serif;
}

input[name="search"]::-webkit-input-placeholder {
	text-transform: uppercase;
	color: #000000;
}

input[name="search"]:-moz-placeholder {
	text-transform: uppercase;
	color: #000000;
}

input[name="search"]::-moz-placeholder {
	text-transform: uppercase;
	color: #000000;
}

input[name="search"]:-ms-input-placeholder {
	text-transform: uppercase;
	color: #000000;
}

/*production*/

.production {
	padding: 20px;
	height: 0px;
	position: absolute;
	top: 100%;
	left: 0;
	background: #ffffff;
	z-index: 80;
	width: 100%;
	-webkit-transition: height 0.3s ease-out 0s;
	-moz-transition: height 0.3s ease-out 0s;
	-o-transition: height 0.3s ease-out 0s;
	transition: height 0.3s ease-out 0s;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	transition: 0.3s
}

#main_menu.up .production, #main_menu.click .production, #main_menu.up.click .production {
	height: 480px;
	visibility: visible;
	-webkit-box-shadow: 0px 9px 22px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 9px 22px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 9px 22px 0px rgba(0, 0, 0, 0.16);
}

#menu_background {
	position: absolute;
	top: 55px;
	left: calc(500px - 50vw);
	width: 100vw;
	height: 481px;
	background: #ffffff;
	z-index: 1;
	display: none !important;
	border-bottom: 1px solid #d5d5d5;
	box-shadow: 0px 3px 0px 0px white;
}

#menu_background.show_menu_bg {
	display: block;
}

#menu .production ul {
	padding: 0px;
	height: auto;
	max-width: inherit;
}

#menu .production li {
	float: left;
	width: 33%;
	height: 55px;
	color: #000000;
	text-transform: uppercase;
}

.production li .prod-img {
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 10px;
}

.production li .prod-img>img {
	font-size: 14px;
	font-weight: bold;
	transform-origin: right;
	transition: .2s transform;
}

.production li:hover .prod-img>img {
	transform: scale(1.3);
	transform-origin: right;
	transition: .2s transform;
}

.production li:hover a {
	color: #FF6C2B;
}

.production li>a {
	font-size: 14px;
	font-weight: bold;
}

.production li>a .secondary {
	font-size: 12px;
	font-weight: normal;
}

.title_container {
	float: left;
}

.title_container h1 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
	width: 380px;
	margin-bottom: 10px;
	margin-top: 16px;
	padding-top: 0px;
	padding-left: 2px;
	line-height: 1.1;
}

.title_container h1+a {
	display: block;
	font-size: 25px;
	color: #FF6C2B;
	text-transform: uppercase;
	padding-left: 2px;
}

.link_orange_mobile {
	display: none !important;
}

.tubes {
	margin-left: -95px;
	margin-top: -64px;
	position: relative;
	bottom: -4px;
	z-index: -1;
}

#ukraine {
	position: absolute;
	right: 0;
	top: 15px;
	width: 575px;
	height: 385px;
}

/*products catalog*/

.prod_categories {
	background: #f1f1f1;
	padding: 12px 0 35px;
	text-align: center;
	font-size: 0;
}

.prod_categories h2 {
	font-size: 24px;
	font-weight: bold;
	float: left;
}

.go_catalog_btn {
	float: left;
	padding: 12px 0 12px 10px;
	width: 215px;
	font-size: 15px;
	margin: 8px 0 0 10px;
}

.go_catalog_btn .menu_button_ico {
	margin-top: 1px;
}

.product {
	width: 230px;
	height: 285px;
	background: #ffffff;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	position: relative;
	padding: 15px;
}

#right_block h1 {
	margin-top: 8px;
}

#right_block .product {
	width: calc(25% - 10px);
	height: 265px;
	background: #ffffff;
	display: block;
	vertical-align: top;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	position: relative;
	padding: 8px;
	float: left;
	border: 1px solid #d8d8d8;
}

#right_block .category-list_list .product {
	height: 265px;
}

#right_block .category-info {
	margin-bottom: 12px;
}

.prod_categories .product:nth-child(4n+1) {
	margin-left: 0;
}

.product .name {
	text-transform: uppercase;
	font-weight: bold;
	/*padding-top: 5px;*/
	height: 55px;
	overflow: hidden;
}

.product .name_secondary {
	display: none;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 2px;
}

.product_more {
	display: none;
}

.product .prod_img_container {
	width: inherit;
	height: 175px;
	position: absolute;
	bottom: 25px;
	margin-left: -15px;
}

#right_block .product .prod_img_container {
	width: 100%;
	max-height: 140px;
	/*height: 109px;*/
	position: absolute;
	margin-left: -8px;
	bottom: 18;
}

.product .prod_img_container img {
	max-width: 99%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.category-list_list .product .prod_img_container img {
	width: 170px;
}

.product>.product_id {
	font-size: 12px;
	/*padding-top: 20px;*/
}

.go-top {
	position: fixed;
	bottom: 25px;
	right: 10px;
	cursor: pointer;
	display: none;
	width: 50px;
	height: 50px;
	background-image: url(../image/arrow-top.png);
	background-color: transparent;
	opacity: 0.5;
}

.go-top:hover {
	opacity: 1;
}

/*bootom news*/

.news_bottom {
	padding: 35px 0;
	background: #262626;
}

.news_bottom h2 {
	color: #ffffff;
	margin-top: 0;
	font-size: 26px;
	margin-bottom: 0;
}

.news_bottom .news_item {
	position: relative;
	width: 490px;
	height: 200px;
	border: 2px solid #f5f5f5;
	background: #f5f5f5;
	float: left;
	margin-top: 30px;
}

.news_title {
	color: #ffffff;
	margin-top: 0;
	font-size: 26px;
	margin-bottom: 0;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}

.news_title:hover {
	text-decoration: underline;
}

.news_bottom .news_item:nth-child(odd) {
	margin-left: 20px;
}

.bot_news_img_container {
	height: 200px;
	width: 240px;
	display: table-cell;
	vertical-align: middle;
}

.bot_news_img_container a {
	display: block;
}

.bot_news_img_container img {
	max-width: 240px;
	max-height: 196px;
}

.news_bottom .description {
	float: left;
	padding-left: 15px;
	padding-top: 15px;
	width: 240px;
	max-height: 160px;
	text-overflow: ellipsis;
}

.news_bottom .date {
	font-weight: 400;
	font-size: 16px;
	color: #7f7f7f;
	font-family: FuturaFuturisC, Helvetica, Arial, sans-serif;
}

.news_bottom h5 {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.3;
}

.news_bottom p {
	font-size: 14px;
	font-weight: 400;
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
	max-height: 92px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.3;
}

/*footer*/

#footer .wrap {
	height: auto;
}

.footer {
	background: #000000;
	padding: 40px 0 45px;
	color: #ffffff;
	z-index: 100;
}

.footer a {
	text-transform: uppercase;
	font-family: FuturaFuturisC, Helvetica, Arial, sans-serif;
}

.footer_logo {
	float: left;
	margin-right: 40px;
}

.footer_logo p {
	text-transform: uppercase;
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding-top: 8px;
}

.footer_nav {
	margin-left: 4%;
	float: left;
	width: 560px;
	margin-top: -5px;
}

.footer_nav ul li {
	float: left;
	width: 135px;
	height: 50px;
	padding-right: 20px;
}

.footer_nav ul li a {
	color: #C2C2C2;
}

.evergreen {
	padding-top: 30px;
	width: 220px;
	margin: 0 auto;
}

.evergreen a {
	text-transform: none!important;
}

.evergreen p {
	text-align: left;
	font-family: PFAgoraSansPro-LightItalic, Helvetica, Arial, sans-serif !important;
}

.content_right {
	float: left;
	padding-left: 255px;
	width: 100%;
}

.content_left {
	width: 745px;
	float: left;
}

.right_column {
	width: 235px;
	margin-left: 15px;
	float: left;
	border: 1px solid #d8d8d8;
}

.left_column {
	width: 235px;
	margin-right: 15px;
	float: left;
}

.small_content_float {
	float: left;
	width: 490px;
}

.small_content_float .map iframe {
	width: 490px;
	height: 195px;
}

/*left sidebar filter*/

.types_filter_left {
	width: 235px;
	border: 1px solid #d8d8d8;
	padding: 5px 9px 5px 14px;
	background: #ffffff;
}

.types_filter_left h2 {
	font-size: 14px;
	border-bottom: 1px solid #d8d8d8;
	padding: 10px 0;
	text-align: center;
}

.types_filter_left ul {
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.types_filter_left ul a.active {
	color: #FF6C2B;
}

.types_filter_left ul a:hover {
	color: #FF6C2B;
}

.types_filter_left .box-category>li {
	padding-right: 8px;
	position: relative;
}

.types_filter_left .box-category>li.up {
	padding-bottom: 0;
}

.types_filter_left .box-category>li.up>a {
	font-weight: 600;
	letter-spacing: 1px;
}

.types_filter_left .box-category>li.sub {
	cursor: pointer;
}

.types_filter_left .box-category>li .black_triangle {
	position: absolute;
	width: 20px;
	height: 20px;
	right: -5px;
	top: 1px;
}

.types_filter_left .box-category>li .black_triangle:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 8px solid #000000;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	right: 5px;
	top: 7px;
}

.types_filter_left .box-category>li.sub.up .black_triangle:after {
	border-top: none;
	border-bottom: 8px solid #000000;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.types_filter_left .box-category>li>a {
	padding: 3px 0;
	display: block;
}

.types_filter_left .box-category>li ul {
	display: none;
}

.types_filter_left .box-category>li ul>li>a {
	padding: 3px 0 3px 14px;
	width: 100%;
	display: block;
	position: relative;
}

/*.types_filter_left .box-category>li ul>li>a:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 1px;
	background: #d8d8d8;
	position: absolute;
	left: 1px;
	top: 13px;
}*/

/*styled select with animation*/

.limit.select {
	float: left;
	margin-left: 40px;
	position: relative;
}

.limit.select p {
	color: #808080;
	text-transform: uppercase;
	font-size: 11px;
}

.limit.select span.drop-down {
	width: 45px;
	position: relative;
	line-height: 18px;
	vertical-align: middle;
}

.limit.select .drop-list {
	width: 45px;
}

.limit.select span.drop-down.up {
	border-bottom: none;
}

.limit.select span.drop-down.up~.drop-list {
	border-top: none;
	right: 0 !important;
	left: inherit;
	top: 18px;
}

.limit.select span.drop-down:after {
	border-width: 6px 3px 0;
	border-color: #ff6c2b transparent transparent;
	position: absolute;
	left: 30px;
	top: 5px;
}

.limit.select span.drop-down.up:after {
	border-width: 0 3px 6px;
	border-color: transparent transparent #ff6c2b;
}

/*pagination*/

.pagination {
	margin: 30px auto 35px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

/*404*/

.centered-404 {
	width: 680px;
	padding-bottom: 30px;
}

.error_404 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.5;
}

.error_404 p {
	color: #ff6c2b;
}

.error_404+p {
	color: #636363;
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
}

.img-404 {
	margin-left: -4px;
}

/*services*/

.imgCont-services_left {
	float: left;
	max-width: 45%;
}

.services-description_right {
	max-width: 75%;
	float: left;
	padding-left: 20px;
}

.services-description_right p {
	padding-bottom: 25px;
	line-height: 1.4;
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
}

.services_h1 {
	margin-top: 20px;
	margin-bottom: 30px;
}

.services-list {
	padding-top: 15px;
	padding-bottom: 35px;
}

.services-list .product {
	float: left;
}

.services-list .product a {
	display: block;
}

.services-list .product:first-child {
	margin-left: 10px;
}

.services-list .product p {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.services-list .product img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 100%;
}

.service24_centered {
	width: 660px;
	margin: 0 auto;
}

.service24_centered p {
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
	padding-bottom: 20px;
	line-height: 1.5;
}

.service24_centered h3 {
	font-size: 14px;
	margin-top: 5px;
}

.service24_centered .service24_container {
	border: 1px solid #d8d8d8;
	position: relative;
	padding: 25px 24px 35px;
	margin-bottom: 80px;
	width: 660px;
}

.service24_container p {
	width: 390px;
}

.service24_container a {
	padding: 13px 25px;
	font-size: 15px;
	display: inline-block;
}

.service24_container .service_car {
	position: absolute;
	right: -106px;
	top: -20px;
}

/*information page*/

.info_title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-top: 41px;
	margin-bottom: 19px;
}

.info_title span {
	font-weight: normal;
}

.info_description {
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
	line-height: 1.4;
}

.info_list {
	padding-left: 25px;
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
}

.info_list li {
	margin-bottom: 17px;
	position: relative;
	line-height: 1.4;
}

.info_list li>ul {
	position: relative;
	padding-top: 25px;
	padding-left: 25px;
}

.info_list li>ul>li:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #636363;
	position: absolute;
	left: -24px;
	top: 5px;
}

.info_list>li:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #ff6c2b;
	position: absolute;
	left: -24px;
	top: 5px;
}

.divider {
	height: 1px;
	width: 100%;
	background: #e6e6e6;
	position: relative;
	top: 20px;
}

.info_grey_border {
	padding: 20px 25px;
	border: 1px solid #e6e6e6;
}

.info_grey_border .info_title {
	margin-top: 0;
	margin-bottom: 20px;
}

.info_grey_border .cities {
	margin: 0;
	float: none;
	width: auto;
}

.info_grey_border .cities label {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
}

.info_grey_border .city {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	font-size: 12px;
	min-width: 60px;
}

.info_grey_border ul.drop-list {
	left: -26px;
	width: 189px;
	top: 28px;
}

.info_grey_border ul.drop-list a {
	padding-right: 0;
}

.info_grey_border span.drop-down:after {
	border-color: #ff6c2b transparent transparent;
	left: 2px;
}

.info_grey_border span.drop-down.up:after {
	border-color: transparent transparent #ff6c2b;
}

.info_grey_border .service_adress {
	padding-left: 260px;
	margin-top: -15px;
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
}

.certificate_container {
	display: inline-block;
	width: 150px;
	height: 207px;
	margin-right: 10px;
}

.types_filter_left.info_page {
	float: left;
	position: absolute;
}

.types_filter_left.info_page h2 {
	font-size: 14px;
	border-bottom: 1px solid #d8d8d8;
	padding: 10px 0;
	text-align: center;
}

.types_filter_left.info_page .box-category>li {
	padding: 6px 8px 8px 0;
}

.types_filter_left.info_page .box-category>li>a {
	padding: 8px 0;
}

/*contacts page*/

.contacts_form {
	border: 1px solid #d8d8d8;
	padding: 25px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.contacts_form .form_heading {
	text-transform: uppercase;
	padding-bottom: 25px;
}

.contacts_form .cities {
	margin: 0;
	float: left;
	width: 180px;
}

.contacts_form .cities--subsidiary {
	margin-top: 28px;
}

.contacts_form .cities label {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
}

.contacts_form .city {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	font-size: 12px;
}

.contacts_form ul.drop-list {
	left: 0;
	width: 189px;
	top: 28px;
}

.contacts_form span.drop-down:after, .call_me span.drop-down:after {
	border-color: #ff6c2b transparent transparent;
	left: 5px;
}

.call_me .drop-down {}

.contacts_form span.drop-down.up:after, .call_me span.drop-down.up:after {
	border-color: transparent transparent #ff6c2b;
}

.contacts_form .input_container {
	position: relative;
	top: 2px;
	float: left;
	margin-left: 30px;
}

.contacts_form .input_container:first-child {
	margin-left: 0;
}

.contacts_form input {
	border: none;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	width: 210px;
	outline: none;
}
.contacts_form.order input {
	width: 275px;
}
.input_container label {
	position: absolute;
	top: 0;
	left: 0;
	color: #808080;
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
	transition: .3s all;
	cursor: text;
	font-size: 14px;
}

.input_container label.down {
	top: 25px;
	font-size: 12px;
}

.input_container label.warning {
	color: #ed1c24;
}

.contacts_form .menu_button {
	padding: 10px 35px;
	margin-top: 25px;
	margin-left: 40px;
	display: inline-block;
}

/*subsidiary*/

.subsidiary {
	padding: 0 18px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #d8d8d8;
}

.subsidiary .sub_title {
	border-bottom: 1px solid #d8d8d8;
	padding: 10px 0 12px;
	margin-top: 12px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.subsidiary ul>li>a {
	display: block;
	padding: 8px 0;
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
}

.contacts_map {
	margin-bottom: 40px;
	height: 450px;
	width: 100%;
}

.left_column .contact_phones {
	margin: 0;
	padding-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
}

.left_column .contact_phones span {
	color: #b3b3b3;
}

.left_column p {
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
	padding-bottom: 15px;
}

.left_column .contact_phones li {
	float: none;
	padding: 0;
	font-family: FuturaFuturisC, Helvetica, Arial, sans-serif;
}

.workers-photo .image {
	float: left;
	width: 150px;
}

.workers-photo .image img {
	max-width: 100%;
	height: auto;
}

.workers-photo .image:nth-child(n+2) {
	margin-left: 20px;
}

/*call me form modal*/

.call_me_form .input_container {
	position: relative;
	margin-top: 20px;
}

.call_me_form .input_container:first-child {
	margin-top: 10px;
}

.call_me_form input {
	border: none;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 220px;
	outline: none;
	height: 30px;
}

.call_me_form .input_container label {
	top: 7px;
}

.call_me_form .input_container label.down {
	top: 32px;
}

.call_me_form .menu_button {
	padding: 10px 30px;
	margin: 25px auto 0;
	display: inline-block;
}

.menu_button.lang_ua {
	padding: 10px 30px;
	margin: 25px auto 0;
	display: inline-block;
}

.shadowbox {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 16;
	background-color: rgba(0, 0, 0, 0.5);
}

/*request form modal*/

.goods_list {
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d8d8d8;
}

.request_form {
	margin-top: 15px;
	padding-top: 1px;
}

.request_form .form_heading {
	text-transform: uppercase;
	padding-bottom: 25px;
	font-family: FuturaFuturisC, Helvetica, Arial, sans-serif !important;
}

.request_form .cities {
	margin: 0;
	float: left;
	/*width: 170px;*/
	width: 200px;
	margin-top: 20px;
}

.request_form .cities label {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
}

.request_form .city {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	font-size: 12px;
}

.request_form ul.drop-list {
	left: 0;
	width: 200px;
	top: 28px;
}

.request_form span.drop-down:after {
	border-color: #ff6c2b transparent transparent;
	left: 0;
}

.request_form span.drop-down.up:after {
	border-color: transparent transparent #ff6c2b;
}

.request_form .comment {
	color: #808080;
	text-align: left;
	margin-top: 10px;
	padding-bottom: 5px;
	outline: none;
}

.request_form .form_comment {
	width: 100%;
	height: 90px;
	border: 1px solid #000000;
	resize: none;
	display: block;
	margin-bottom: 10px;
}

.request_form .input_container {
	position: relative;
	top: 2px;
	float: left;
	margin-left: 15px;
}

.request_form .input_container:first-child {
	margin-left: 0;
}

.request_form input {
	border: none;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	width: 220px;
	outline: none;
}

.request_form .menu_button {
	padding: 10px 30px;
	margin-top: 10px;
	display: inline-block;
}

.near_service {
	border-top: 1px solid #d8d8d8;
	margin-top: 10px;
	padding-top: 10px;
}

/*about us page*/

.about_us p {
	font-size: 14px;
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
	line-height: 1.4;
}

.represent {
	width: 450px;
	padding-bottom: 30px;
}

.represent .img-container {
	width: 100%;
	height: 170px;
	overflow: hidden;
	margin-bottom: 25px;
}

.represent .img-container img {
	max-width: 100%;
	height: auto;
}

.about_us_title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: FuturaFuturisC, Helvetica, Arial, sans-serif !important;
}

.represent .about_us_title {
	padding-bottom: 25px;
}

.represent_right {
	float: left;
	width: 450px;
	margin-left: 50px;
}

.about_us_tubes {
	width: 425px;
	height: auto;
	position: relative;
	top: 28px;
}

.services-article p {
	line-height: 1.5!important;
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif!important;
	font-size: 14px !important;
	/* font-weight: 400!important; */
}

.services-article ul li, .services-article ol li {
	line-height: 1.5!important;
	font-size: 13px !important;
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif!important;
	list-style-type: disc!important;
	font-weight: 400!important;
}

.service24 {
	width: 100%;
	padding: 34px 0;
	background: url("../image/black_tubes_bg.jpg") no-repeat 50% 50% /cover;
	text-align: center;
}

.service24 p {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 26px !important;
	font-family: FuturaFuturisC, Helvetica, Arial, sans-serif !important;
}

.service24 p span {
	color: #FF6C2B;
}

.service24 p a {
	margin-left: 20px;
	font-size: 10px;
	padding: 4px 8px 2px;
	background: #FF6C2B;
	vertical-align: 5px;
	display: inline-block;
	font-weight: bold;
}

.more30k {
	width: 100%;
	padding: 25px 0;
	text-align: center;
	background: url("../image/30k_bg.jpg") no-repeat 50% 50% /cover;
}

.more30k p {
	font-family: FuturaFuturisC, Helvetica, Arial, sans-serif !important;
	font-size: 26px!important;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

.more30k p span {
	color: #ff6b2a;
}

.more30k p a {
	margin-left: 20px;
	font-size: 10px;
	padding: 4px 8px;
	background: #FF6C2B;
	vertical-align: 6px;
	font-weight: bold;
}

@media(max-width: 768px) {
	.more30k p {
		font-size: 14px!important;
	}
	.more30k p a {
		display: inline-block;
	}
}

.best_service {
	border: 1px solid #d8d8d8;
	width: 100%;
	padding: 3px 3px 3px 30px;
	margin: 35px auto;
}

.best_service .description {
	width: 550px;
	float: left;
}

.best_service .menu_button {
	padding: 13px 25px;
	display: inline-block;
}

.best_service .img-container {
	overflow: hidden;
	width: 380px;
	text-align: center;
}

.best_service .img-container img {
	display: table-cell;
	vertical-align: middle;
}

.we_guarantee {
	padding: 40px 0 40px;
}

.we_guarantee ul {
	list-style: none;
	padding-left: 0;
	float: left;
}

.we_guarantee ul {
	padding-left: 0;
}

.we_guarantee ul:last-of-type {
	padding-left: 40px;
}

.we_guarantee ul li {
	display: inline-block;
	width: 130px;
	text-transform: uppercase;
	padding-top: 50px;
	position: relative;
	height: 110px;
	overflow: hidden;
}

.we_guarantee ul li:nth-child(n+2) {
	margin-left: 40px;
}

.we_guarantee ul li>.counter {
	position: absolute;
	font-size: 42px;
	font-weight: bold;
	top: 0;
	left: 0;
}

/*limit select*/

.limit .drop-down {
	padding-left: 3px;
	color: #000000;
}

.limit ul.drop-list a {
	padding: 10px 3px;
}

.pagination .results {
	display: none;
}

.pagination .links a {
	color: #808080;
	margin-left: 5px;
}

.pagination .links a:hover {
	color: #ff6c2b;
}

.pagination .links b {
	color: #000;
	margin-left: 5px;
}

.pagination .links a.next, .pagination .links a.prev {
	color: #ff6c2b;
}

#left_block {
	float: left;
	width: 235px;
}

#left_block, #right_block {
	padding-top: 19px;
}

#left_block #column-left {
	position: static;
	top: inherit;
	left: inherit;
}

#right_block {
	float: left;
	width: calc(100% - 235px);
	padding-left: 20px;
}

#column-left {
	position: absolute;
	width: 235px;
}

#content.content-category {
	margin-top: 0px;
	padding-top: 0px;
}

.right_block-top {
	background: #fff;
	padding: 0 20px 0px 20px;
	margin-bottom: 10px;
	border: 1px solid #d8d8d8;
}

/* Alternate attribute */

.alternate_attribute_groups {
	padding-top: 8px;
}

.a-atrib-list {
	list-style: none;
}

ul.a-atrib-list li {
	padding: 3px 0px;
	border-bottom: 1px dotted #ababab;
	margin-left: 0px;
}

ul.a-atrib-list li span {
	font-size: 12px;
	color: #737373;
}

.product_id {
	color: #595959;
}

.category-info, .category-info p, .category-info span {
	font-family: helveticaneuecyr, Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.3 !important;
	font-weight: normal !important;
	text-align: left !important;
}

.category-info .image {
	display: none;
}

.cart-info{
	font-family: Arial, Helvetica, sans-serif;
}
.cart-info table {
	border-collapse: collapse;
	min-width: 100%;
	width: 100%;
}
.cart-info table thead td{
	font-weight: 600;
	font-size: 15px;
	padding: 10px 0;
	border-bottom: 1px solid #DDDDDD;
}

.cart-info table thead td.name{
	width: 40%;
}
.cart-info table thead td.total{
	text-align: center;
}
.buttons .button {
	padding: 10px 30px;
	margin-top: 10px;
	display: inline-block;
	background: #FF6C2B;
	color: #fff ;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #FF6C2B;
}
.buttons .continue{
	padding: 10px 30px;
	margin-top: 10px;
	display: inline-block;
	background: #fff;
	color: #000 ;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #000;
}

.cart-info tbody td {
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 0;
	vertical-align: top;
}
.cart-info input {
	font-size: 18px;
	padding: 6px;
}
.cart-info input[type=image]{
	padding: 0;
}
.cart-info tbody td {
	font-size: 16px;
}
.cart-info table tbody td.total{
	text-align: right;
	font-weight: 600;
	font-size: 22px;
}
.cart-total table{
	width: auto;
	margin-right: 0px;
	margin-left: auto;
	font-size: 18px;
}
.cart-total table .right{
	text-align: right;
	font-weight: 600;
	font-size: 22px;

}
/*adaptive1024*/

@media screen and (max-width: 1024px) {
	.wrap {
		padding: 0 25px;
	}
	#logo {
		padding: 0;
	}
	.cities {
		margin-left: 65px;
	}
	span.drop-down:after {
		border-color: #ff6c2b transparent transparent;
	}
	span.drop-down.up:after {
		border-color: transparent transparent #ff6c2b;
	}
	.nav_toggle_button {
		display: block;
		float: right;
		height: 37px;
		width: 37px;
		background: #ff6c2b;
		padding-top: 8px;
		margin-top: 8px;
		cursor: pointer;
	}
	.nav_toggle_button .bar {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		margin: 4px auto 0;
		transition-duration: 0.5s;
	}
	.nav_toggle_button.up .bar.one {
		transform: rotateZ(-45deg) scaleX(0.5) translate(-11px, 10px);
	}
	.nav_toggle_button.up .bar.two {
		transform: rotatez(-90deg) translate(0, -1px);
	}
	.nav_toggle_button.up .bar.three {
		transform: rotateZ(45deg) scaleX(0.5) translate(-8px, 3px);
	}
	nav {}
	.mobile_nav {
		display: block;
		overflow: hidden;
		height: 0;
		background: #ffffff;
		transition: 0.5s;
	}
	.mobile_nav.active {
		height: 80px;
	}
	.mobile_nav nav {
		float: left;
		height: inherit;
		display: block;
	}
	.mobile_nav nav>ul {
		height: inherit;
	}
	.mobile_nav nav>ul>li {
		float: left;
		height: inherit;
	}
	.mobile_nav nav>ul>li>a {
		display: block;
		padding: 0 22px;
		text-decoration: none;
		color: #000;
		text-transform: uppercase;
		line-height: 80px;
		height: 80px;
		vertical-align: middle;
	}
	.mobile_nav nav>ul>li:first-child>a {
		padding-left: 25px;
		margin-left: -25px;
	}
	.mobile_nav label {
		color: #B3B3B3;
		font-size: 10px;
		display: block;
		text-transform: uppercase;
	}
	#current_language {
		text-transform: uppercase;
	}
	.button-search {
		width: 50px;
	}
	#search {
		width: calc(100% - 235px);
	}
	input[name="search"] {
		width: calc(100% - 50px);
		height: inherit;
		border: 0;
		border-left: 1px;
		text-indent: 20px;
		outline: none;
		border-bottom: 1px solid #e6e6e6;
		float: left;
		font-family: FuturaFuturisC, Helvetica, Arial, sans-serif;
	}
	.production li {
		width: 50%;
	}
	.prod_categories .product {
		margin-left: 15px;
	}
	.prod_categories .product:nth-child(4n+1) {
		margin-left: 15px;
	}
	.prod_categories .product:nth-child(3n+1) {
		margin-left: 0;
	}
	#prod_categories .wrap.row:first-child {
		display: inline-block;
	}
	.news_bottom .news_item {
		width: 100%;
	}
	.news_bottom .news_item:nth-child(odd) {
		margin-left: 0;
	}
	.news_bottom .description {
		width: 68%;
	}
	.footer_nav {
		width: 50%;
		padding-left: 4%;
	}
	/*	#search {
		width: 100%;
	}*/
	.represent {
		float: none !important;
		margin: 0 auto;
	}
	.represent_right {
		float: none;
		margin: 0 auto;
	}
	.about_us_tubes {
		top: 0;
	}
	.best_service {
		padding-bottom: 35px;
	}
	.best_service .img-container {
		display: none;
	}
	.we_guarantee ul:last-child {
		padding-left: 0;
	}
	.we_guarantee {
		text-align: center;
	}
	.we_guarantee ul {
		float: none;
		display: inline-block;
		margin: 0 auto;
		text-align: left;
	}
	.we_guarantee ul:last-of-type {
		padding-left: 5%!important;
		padding-top: 20px;
	}
	.category-list ul {
		margin-left: -15px;
	}
	.category_item {
		/*margin-left: 15px!important;*/
	}
	.info_grey_border .service_adress {
		padding-left: 0;
		margin-top: 0;
	}
	.contacts_map {
		width: 100%;
	}
	.subsidiary {
		padding: 0 18px;
		margin-top: 0;
		width: 180px;
		float: right;
	}
	.contacts_map_container {
		float: left;
		width: calc(100% - 200px);
	}
	.left_column {
		width: 100%;
		margin-right: 0;
	}
	.small_content_float {
		float: left;
		width: 100%;
	}
	.left_column .contact_phones {
		float: left;
		width: 160px;
	}
	.left_column .adress {
		float: left;
		max-width: 190px;
		margin-right: 25px;
	}
	.left_column .work_time {
		float: left;
	}
	.small_content_float .map iframe {
		width: 100%;
	}
	.services-description_right {
		max-width: 70%;
	}
	.services-list .product {
		width: 23%;
	}
	.service24_centered {
		width: auto;
		margin: 0 auto;
		padding: 0 25px;
	}
	.service24_centered .service24_container {
		width: 87%;
	}
}

/*adaptive960*/

@media screen and (max-width: 960px) {
	.phones {
		margin-left: 0;
		width: 270px;
	}
	.cities {
		margin-left: 65px;
	}
	.map_container {
		float: none;
		display: none;
		position: relative;
		margin: 20px 0;
	}
	.map_container .link_orange_mobile {
		left: 0;
	}
	.title_container {
		float: none;
		margin: -25px -25px 0;
		padding: 0 25px;
		/*background: #f9f9f9;*/
		position: relative;
	}
	.link_orange_mobile {
		display: inline-block !important;
		text-transform: uppercase;
		padding: 4px 7px;
		color: #ffffff !important;
		background: #ff6c2b;
		font-weight: bold;
		font-size: 10px;
		bottom: 50px;
		position: absolute;
	}
	.tubes {
		margin-left: 95px;
		margin-top: -150px;
	}
	.footer_nav {
		padding-left: 0;
	}
}

/*adaptive880*/

@media screen and (max-width: 880px) {
	.footer_nav {
		width: 45%;
		padding-left: 50px;
	}
	.footer_nav ul li {
		height: auto;
		padding-bottom: 15px;
	}
}

/*adaptive860*/

@media screen and (max-width: 860px) {
	.news_bottom .description {
		width: 65%;
	}
	.services-description_right {
		max-width: 65%;
	}
}

/*adaptive830*/

@media screen and (max-width: 830px) {
	.cities {
		margin-top: 17px;
		margin-right: 5px;
		margin-left: 65px;
	}
}

/*adaptive812*/

@media screen and (max-width: 812px) {
	.prod_categories .product {
		margin-left: 15px;
	}
	.prod_categories .product:nth-child(3n+1) {
		margin-left: 0;
	}
	.prod_categories .product:nth-child(2n+1) {
		margin-left: 15px;
	}
	.prod_categories .product:nth-child(6n+1) {
		margin-left: 0;
	}
	.footer_nav {
		width: 45%;
		padding-left: 30px;
	}
	.service24_container p {
		width: 350px;
	}
	.service24_container .service_car {
		right: -65px;
	}
	.service24_centered .service24_container {
		width: 94%;
	}
}

@media screen and (max-width: 799px) {
	.wrap {
		padding: 0 10px;
	}
}

/*adaptive785*/

@media screen and (max-width: 785px) {
	.prod_categories .product {
		margin-left: 15px;
	}
	.prod_categories .product:nth-child(2n+1) {
		/*margin-left: 15px;*/
	}
	.prod_categories .product:nth-child(2n) {
		/*margin-left: 15px;*/
	}
}

@media (max-width: 767px) {
	#right_block .product {
		width: calc(50% - 10px);
	}
}

@media (max-width: 550px) {
	#right_block .product {
		width: calc(100% - 10px);
	}
}

@media print {
	body {
		color: #000;
		background: #fff;
	}
	body, article {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	nav, aside {
		display: none;
	}
	@page {
		margin: 1cm;
		size: portrait;
		/*size:landscape*/
	}
	h1 {
		color: #000;
		background: none;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	img {
		max-width: 100% !important;
	}
	article {
		page-break-before: always;
	}
	ul, img {
		page-break-inside: avoid;
	}
	.noprint, .related_products, .service24, #footer, .save_pdf, .call-me, #language, #menu, .cities span.drop-down, .prod_price .connect_us {
		display: none;
	}
	.block_title {
		font-size: 14pt;
		padding: 0.2cm 0;
	}
	.blocks_area {
		margin-bottom: 0.4cm;
	}
	.image_slider {
		width: 7.3cm;
	}
	#logo {
		float: none;
		display: inline-block;
	}
	.phones {
		float: none;
		display: inline-block;
		vertical-align: middle;
		text-align: left;
	}
	.header_inner, .phones {
		padding: 0;
		margin: 0;
	}
	.phones li {
		margin: 0 0.2cm;
	}
	.cities, #logo, .header_inner label, #city, .phones ul, .phones li {
		padding: 0;
		float: none;
		display: inline-block;
	}
	#logo {
		margin: 0;
		padding: 0;
		display: inline-block;
		width: 5.05cm;
		height: 1.217cm;
		vertical-align: top;
	}
	.cities {
		margin: 0 0.3cm 0 0.6cm;
		text-align: left;
		vertical-align: middle;
	}
	.product_descr_main {
		width: 10.8cm;
		padding-left: 1.05cm;
	}
	.prod_properties table {
		border-collapse: collapse;
		font-size: 13px;
		font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
		margin-bottom: 25px;
		width: 100%;
	}
	.prod_properties table tr:nth-child(odd) {
		background: #f1f1f1;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	.prod_properties table tr>td:nth-child(odd) {
		padding-right: 5px;
		color: #595959;
	}
	.prod_properties table thead tr td {
		background: #636363 !important;
		color: #ffffff !important;
		font-size: 14px;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	.prod_properties table td {
		border: 1px solid #eee;
	}
	.prod_sizes table thead {
		border: 1px solid #636363;
	}
	.prod_sizes table thead {
		background: #636363;
		color: #ffffff;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	#product_table {
		border: 1px solid #e3e3e3;
	}
	#product_table thead {
		background: #636363;
		color: #ffffff;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	#product_table th, #product_table td {
		border: 1px solid grey;
	}
	.cart{
		display: none;
	}
	.modal.request{
		display: none;
	}
}
.product-grid .product:hover {
	box-shadow: 0 12px 20px 0 rgb(0 0 0 / 30%);
	padding: 10px;
}
.product-grid .product:hover  .hover-block {
	opacity: 1;
	visibility: visible;
	transition: all .3s;
}

.product-grid .hover-block{
	background: #fff;
	border: 1px solid #f2f2f2;
	border-top-color: #fff;
	width: 178px;
	position: absolute;
	left: 0px;
	top: 100%;
	padding: 0 15px 10px;
	z-index: 9999;
	opacity: 0;
	display: block;
	visibility: hidden;
	transition: all .3s;
	box-shadow: 0 20px 20px 0 rgb(0 0 0 / 30%);
	margin-left: -1px;
}
.items-catalog__attributes-field{
	text-align: left;
	margin-bottom: 10px;
}
.items-catalog__attributes-title{
	font-weight: 600;
}
.product-grid .name_list {
	display: none;
}

.product-list .name_grid {
	display: none;
}

.product-grid .product_id {
	display: none;
}
.product_price {
	margin-top: 4px;
}
.product-search .product-grid .product_price {
	position: absolute;
    left: 50%;
    top: 51px;
    transform: translateX(-50%);
}
.product-search .name {
	margin-bottom: 15px;
}
#products_wrapper .product .name {
	text-transform: none;
	max-height: 68px;
	padding-top: 3px;
	margin-bottom: 4px;
}

#products_wrapper .product .name a {
	font-size: .8rem;
}

#products_wrapper .product .image {
	width: 100%;
	/*max-height: 140px;*/
	position: absolute;
	margin-left: -8px !important;
	bottom: 0;
}

#mfilter-content-container .product .image a {}

.lb-loader, .lightbox {
	text-align: center;
	line-height: 0
}

.lb-dataContainer:after, .lb-outerContainer:after {
	content: "";
	clear: both
}

html.lb-disable-scrolling {
	overflow: hidden;
	position: fixed;
	height: 100vh;
	width: 100vw
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	font-weight: 400
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
	border: 4px solid #fff
}

.lightbox a img {
	border: none
}

.lb-outerContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #fff
}

.lb-loader, .lb-nav {
	position: absolute;
	left: 0
}

.lb-outerContainer:after {
	display: table
}

.lb-loader {
	top: 43%;
	height: 25%;
	width: 100%
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat
}

.lb-nav {
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}

.lb-container>.nav {
	left: 0
}

.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
	height: 100%;
	cursor: pointer;
	display: block
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
	display: table
}

.lb-data {
	padding: 0 4px;
	color: #ccc
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em
}

.lb-data .lb-caption a {
	color: #4ae
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1
}

.work_time p {
	text-transform: uppercase;
	font-weight: bold;
	font-family: FuturaFuturisC, Helvetica, Arial, sans-serif !important;
}

.phones__wrapper {
	position: relative;
}

@media (max-width: 767px) {
	.product {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		height: auto;
		margin-left: 0!important;
		padding: 5px;
		margin-top: 10px;
	}
	.product .name {
		height: auto;
		text-align: left;
	}
	.product .prod_img_container {
		position: relative;
		height: 90px;
		width: 90px;
		margin: 0;
		margin-right: 10px;
		bottom: inherit;
		order: -1;
	}
	.product .prod_img_container img {
		position: relative;
		top: inherit;
		left: inherit;
		transform: none;
		height: 90px;
		width: 90px;
		max-width: none;
	}
	#right_block .category-list_list .product {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		height: auto;
		margin-left: 0!important;
		padding: 0 5px;
		border: none;
	}
	#right_block .category-list_list .product .prod_img_container {
		position: relative;
		height: 90px;
		width: 90px;
		margin: 0;
		margin-right: 10px;
		bottom: inherit;
		order: -1;
	}
	.category-list_list .product .prod_img_container img {
		position: relative;
		top: inherit;
		left: inherit;
		transform: none;
		height: 90px;
		width: 90px;
		max-width: none;
	}
	.related_products .product .category-list_list .category_link p {
		height: inherit;
		text-align: left;
	}
	.title_container {
		padding-bottom: 310px;
	}
	.title_container h1 {
		width: inherit;
		font-size: 25px;
		margin-top: 25px;
		background-color: transparent;
	}
	.tubes {
		position: absolute;
		z-index: -1;
		top: 230px;
		margin-left: -220px;
	}
	.nav_toggle_button {
		margin-top: 2px;
		margin-right: 1px;
	}
	.logo img {
		max-width: 160px;
	}
	.header-button {
		width: 37px;
		height: 37px;
		margin-top: 2px;
		background-color: #FF6C2B;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		float: right;
	}
	.phones {
		width: 40px;
		margin-top: 0px;
		float: right;
	}
	.phones__wrapper {
		display: none;
		position: absolute;
		left: 0;
		top: 90px;
		width: 100%;
		padding-bottom: 10px;
		padding-top: 10px;
		z-index: 18;
		background-color: #000;
		padding-left: 10px;
	}
	.cities--header {
		display: none;
		margin: 0;
		position: absolute;
		left: 0;
		top: 60px;
		width: 100%;
		background-color: #000;
		z-index: 21;
		padding-left: 10px;
		height: 30px;
	}
	.cities ul.drop-list {
		width: 100%;
		max-height: 230px;
		overflow: auto!important;
	}
	.search__wrapper {
		position: absolute;
		z-index: 17;
		display: flex;
		width: 100%;
		top: 0;
		left: 0;
	}
	#header {
		z-index: 17;
	}
	#search {
		width: 100%;
		display: none;
		height: 60px!important;
	}
	.button-search {
		order: 2;
		background-color: #fff;
		border: 1px solid #E6E6E6;
	}
	.phones__show-button {
		display: block;
	}
	.search-show__button {
		display: block;
	}
	.cart__show-button{
		display: block;
	}
	/*.mobile_nav div nav {
	position: absolute;
	top: 0;
	left: 0;
}
.mobile_nav nav>ul>li {
	display: block;
	float: none;
}*/
	.overflow {
		overflow: hidden;
	}
	.mobile_nav {
		position: absolute;
		z-index: 25;
		width: 100%;
		top: 63px;
		left: 0;
		border-top: none;
	}
	.mobile_nav.active {
		height: auto;
		border: 1px solid #FF6C2B;
	}
	.mobile_nav nav {
		display: block;
		float: none;
		height: auto;
		display: block;
	}
	.mobile_nav nav>ul {
		height: auto;
	}
	.mobile_nav nav>ul>li {
		float: none;
		display: block;
		height: auto;
	}
	.mobile_nav nav>ul>li>a {
		display: block;
		padding: 5px 10px;
		height: auto;
		line-height: 24px;
	}
	.mobile_nav nav>ul>li:first-child>a {
		padding: 5px 10px;
		margin: 0;
	}
	#main_menu {
		width: 100%;
		padding: 17px 0 17px 0px;
	}
	.languages {
		position: absolute;
		top: 10px;
		right: 10px;
		margin: 0;
	}
	#menu {
		/*display: none;*/
	}
	#menu .production li {
		width: 100%;
	}
	.production {
		overflow: auto;
	}
	#map_container {
		display: none;
	}
	#map_open {
		display: none!important;
	}
	#right_block {
		width: 100%;
		padding-left: 0;
	}
	#column-left {
		display: none;
	}
	.category-list_list {
		margin-left: 0!important;
	}
	/*.prod_sizes {
		display: none;
	}*/
	/*	.prod_properties td, .prod_properties tr {
		display: block;
	}*/
	.product-grid {
		padding-left: 10px;
		display: flex;
		flex-wrap: wrap;
	}
	#right_block .product {
		width: 100%!important;
		height: auto;
		display: flex;
		text-align: left;
		/*padding-bottom: 30px;*/
	}
	#products_wrapper .product-grid .product {
		width: 50%!important;
        height: 265px;
		display: flex;
		flex-direction: column;
		border: 1px solid #D8D8D8;
		padding: 0;
	}
	#right_block .product-grid .product .image {
        position: absolute;
        margin-left: -8px !important;
        bottom: 0;
        height: 178px;
        margin: 0 auto;
		width: 100%;
		padding: 5px;
	}
	#right_block .product-grid .product .image img {
		width: 100%;
		height: 100%;
	}
	#right_block .category-info p {
		font-size: 0!important;
	}
	.product_container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	iframe {
		max-width: 100%;
		height: auto;
		min-height: 300px;
	}
	.footer_container {
		display: flex;
		flex-wrap: wrap;
	}
	.footer_logo {
		float: none;
		margin-right: 0;
		text-align: center;
		order: 1;
		width: 100%;
	}
	.footer_nav {
		width: 50%;
		padding-left: 0;
		margin-bottom: 8px;
	}
	.subsidiary {
		width: 100%;
	}
	.contacts_form ul.drop-list {
		width: 100%;
		left: 0;
	}
	.contacts_form .input_container {
		margin-left: 0;
		width: 100%;
		margin-top: 20px;
	}
	.contacts_form input {
		width: 100%;
	}
	.contacts_form .menu_button {
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	.product-filter .display {
		display: none;
	}
	#products_wrapper .product-grid .product .name {
		height: auto;
        text-align: center;
	}
	.product_info-wrap {
		padding: 3px 5px 5px 5px;
        min-width: 100%;
	}
	.product_more {
		display: block;
		width: 65px;
		height: 20px;
		color: #fff;
		background-color: #FF6C2B;
		position: absolute;
		bottom: 10px;
		right: 10px;
		text-align: center;
	}
	.product_price {
		position: absolute;
		left: 5px;
		bottom: 11px;
		font-weight: bold;
	}
	.name_grid {
		/*display: none;*/
	}
	.name_list {
		height: 61px;
		display: block;
		overflow: hidden;
		line-height: 15px;
	}
	.news_bottom .news_item {
		display: flex;
		height: auto;
		min-height: 210px;
	}
	.bot_news_img_container {
		display: block;
		width: 100px;
		height: auto;
	}
	.bot_news_img_container img {
		width: 100px;
		height: auto;
	}
	.represent_right {
		width: 100%;
	}
	.represent {
		width: 100%;
	}
	.represent .img-container {
		height: auto;
	}
	.best_service .description {
		width: 100%;
	}
	.best_service {
		padding: 10px;
	}
	.we_guarantee ul li {
		width: 49%;
		margin-left: 0!important;
	}
	.we_guarantee ul {
		width: 100%;
	}
	.content_right {
		padding-left: 0;
	}
	#mfilter-content-container .product .image {
		position: relative;
		order: -1px;
	}
	#mfilter-content-container .product .name {
		height: 60px;
	}
	.types_filter_left.info_page {
		position: relative;
		width: 100%;
	}
	.types_filter_left.info_page .box-category>li>a {
		padding: 0;
	}
	.certificate_container {
		width: 100%;
		text-align: center;
	}
	.near_service {
		display: none;
	}
	#modal .modal {
		width: 100%;
	}
	.modal_title {
		font-size: 16px;
	}
	.services-list {
		display: flex;
		flex-direction: column;
	}
	.services-list .product {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.services-list .product img {
		position: relative;
	}
	.services-description_right {
		width: 100%;
		max-width: none;
	}
	.service24_container p {
		width: 100%;
	}
	.service24_centered .service24_container {
		width: 100%;
	}
	.service24_centered {
		padding: 0 10px;
	}
	.service24_container .service_car {
		display: none;
	}
	.imgCont-services_left {
		max-width: none;
		width: 100%;
		text-align: center;
	}
	.wrap--nopadding {
		padding: 0;
	}
	.contacts_form .cities--subsidiary {
		margin-top: 10px;
	}
	.title_container h1+a {
		position: absolute;
		z-index: 2;
		bottom: 0;
		left: 15px;
		width: 100%;
		padding: 10px;
		padding-bottom: 0;
		color: #fff;
		font-size: 26px;
		font-weight: bold;
		background: #030706
	}
	.service24 {
		margin-top: -1px;
		padding: 13px 15px 10px;
		background: #030706;
		text-align: left;
	}
	.service24 p a {
		display: none;
	}
	.contacts_form {
		display: none;
	}
	.contacts_form.order {
		display: block;
	}
	#shipping_address_field22{
		width: 100%;
		min-width: 100%;
	}
	#left_block, #right_block {
		padding-top: 2px;
	}
	.right_block-top {
		margin-bottom: 0;
	}
	#right_block h1 {
		margin-top: 0;
		font-size: 20px;
	}
	#right_block .category-info {
		margin-bottom: 0;
	}
	.cities--header span.drop-down {
		position: relative;
		top: 0;
	}
	.title_container h1+a>span {
		display: none;
	}
	html {
		cursor: pointer;
	}
	.footer {
		padding: 20px 0 14px 0;
	}
	.footer_nav ul li {
		padding-bottom: 5px;
	}
	.left_column .contact_phones {
		width: 115px;
		float: right;
	}
	.left_column .adress {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}
	.block_description img{
		max-width: 100%;
		height: auto;
	}
}

.news_more {
	background-color: #FF6C2B;
	color: #fff;
	padding: 2px 10px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.news_more:hover {
	background-color: #FF9124;
}

.call_me .call_me__city-label {
	display: block;
	position: relative;
	top: 0;
	margin-bottom: 10px;
}

.call_me .cities {
	text-align: left;
}

.call_me .cities span.drop-down {
	top: 30px;
}

.call_me .city {
	text-align: left;
}

.form_message {
	display: block;
	width: 100%;
	height: 70px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #000;
}

.attach {
	display: flex;
	align-items: center;
}

.attach_files {
	display: flex;
	flex-wrap: wrap;
}

.attach_item {
	margin-right: 15px;
}

.attach_input {
	position: absolute;
	left: -10000px;
}

.attach_button {
	padding: 5px 10px;
	margin-right: 20px;
	border: 1px solid #d8d8d8;
	white-space: nowrap;
}

.phones-chose-wrapper {
	background-color: #ffffff;
	color: #000000;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.phones-chose-wrapper .cities {
	margin: 0;
	margin-left: 20px;
	width: 200px;
	display: flex;
	flex-direction: column;
}

.phones-chose-wrapper .phones {
	float: none;
	width: auto;
	color: #fff;
	margin-left: 10px;
}

.phones-chose-wrapper .phones__list {
	float: none;
	display: flex;
	flex-wrap: wrap;
}

.phones-chose-wrapper .phones__list li {
	float: none;
	list-style-type: none!important;
}

.phones-chose-wrapper .phones__list li a {
	padding: 5px 10px;
}

.phones-chose-wrapper .phones__list li:last-child {
	display: none;
}

.information-information-11 #content {
	overflow: visible;
}
.warning {
	color: #ed1c24;
}

@media(max-width: 768px) {
	.phones-chose-wrapper {
		display: none;
	}
	.request_form .input_container {
		margin-bottom: 8px;
	}
}

@media(max-width: 759px) {
	.request_form .input_container {
		margin-bottom: 16px;
		margin-left: 0;
	}
	.request_form form {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

.phones--dashed {
	border-bottom: 1px dashed #B3B3B3;
	cursor: pointer;
	font-size: 13px;
}

.phones__list {
	display: none;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	padding: 8px 15px;
}

@media screen and (min-width: 768px) {
	.phones__list {
		top: calc(100% + 6px);
	}
}

.phones__title {
	margin-bottom: 5px;
	font-size: 16px;
}

.phones__list li {
	float: none;
	padding: 3px 10px;
}

@media screen and (max-width: 767px) {
	.footer_phones2 {
		float: none!important;
		padding-left: 4%;
		margin-top: -5px!important;
		margin-bottom: 18px;
		width: 100%;
	}
}

@media screen and (max-width: 360px) {
	.we_guarantee ul:last-of-type {
		padding-left: 3%!important;
	}
}

@media screen and (max-width: 1024px) {
	.represent_right p:last-child {
		display: none;
	}
	.about_us_tubes {
		display: block;
		margin: 0 auto;
	}
	.more30k {
		padding: 15px 0;
	}
}

@media screen and (max-width: 425px) {
	.about_us_tubes {
		left: -25%;
	}
}

@media screen and (max-width: 340px) {
	.about_us_tubes {
		left: -35%;
	}
}

@media screen and (max-width: 767px) {
	.mobile-phones .drop-list {
		width: calc(100% - 20px) !important;
		left: 10px;
	}
}

.footer_phones {
	border: 1px solid #FF6C2B;
	background-color: #000000;
	position: absolute;
	right: 0;
	bottom: calc(100% + 15px);
	padding: 10px 14px;
	display: none;
	z-index: 50;
}

.footer_phones:after {
	content: '';
	display: inline-block;
	border: 10px solid transparent;
	border-top-color: #FF6C2B;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -20px;
}

.footer_phones.active {
	display: block;
}

.footer_phones li {
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
}

.footer_phones__wrapper {
	position: relative;
	float: right;
}

.footer_phones__title {
	margin-bottom: 5px;
	font-size: 16px;
	color: #ffffff;
}

.footer_phones--dashed {
	border-bottom: 1px dashed #B3B3B3;
	cursor: pointer;
	font-size: 13px;
	color: #7f7f7f;
	text-transform: uppercase;
	position: relative;
	top: -2px;
}

@media screen and (max-width: 380px) {
	.footer_phones__wrapper {
		position: absolute;
		right: 15px;
		top: -4px;
		z-index: 10;
	}
}

#language .drop-list {
	top: 100%;
}

.cities.drop-area.cities--header .drop-list {
	top: 100%;
	max-height: 450px;
	overflow: auto!important;
}

.service24_centered .phones-chose-wrapper .phones__title,
.service24_centered .phones-chose-wrapper .call-me {
	display: none;
}

.service24_centered .phones-chose-wrapper .phones-list {
	position: static;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	overflow: visible!important;
	padding: 5px;
	list-style: none;
}

.service24_centered .phones-chose-wrapper .phones {
	width: calc(100% - 200px);
}

.service24_centered .phones-chose-wrapper .phones__list li:last-child {
	display: inline-block;
}

.service24_centered .phones-chose-wrapper .phones-list li {
	padding: 0;
    list-style: none!important;
}

.service24_centered .cities.drop-area.cities--header {
	z-index: 1;
}

.service24_centered .phones-chose-wrapper .drop-list {
	overflow: auto!important;
	max-height: 200px;
}

.service24_centered .phones-chose-wrapper .cities label {
	color: #B3B3B3;
	font-size: 10px;
	display: block;
	text-transform: uppercase;
}

.service24_centered .phones-chose-wrapper #city {
	text-transform: uppercase;
}

.service24_centered .phones-chose-wrapper .phones-list a {
    padding: 5px 15px;
}

@media screen and (max-width: 768px) {
	.service24_centered .phones-chose-wrapper {
		display: flex;
		position: relative;
		flex-direction: column;
		justify-content: center;
		padding-top: 10px;
	}
	.service24_centered .header-button.phones__show-button {
		display: none;
	}
	.service24_centered .phones-chose-wrapper .phones__wrapper {
		display: block!important;
		position: static;
		padding: 0;
	}
    .service24_centered .phones-chose-wrapper .cities.drop-area.cities--header {
        position: relative;
		top: auto;
		left: auto;
		margin: 0;
		display: flex!important;
    }
	.service24_centered .phones-chose-wrapper .cities--header span.drop-down {
		position: absolute;
		top: 10px;
	}
	.service24_centered .phones-chose-wrapper .phones {
		width: 100%;
		margin: 0;
	}
	.service24_centered .phones-chose-wrapper .phones-list {
		width: 100%;
		justify-content: center;
	}
}

@media screen and (max-width: 575px) {
	.service24_centered .phones-chose-wrapper .phones-list {
		flex-direction: column;
	}
	.service24_centered .phones-chose-wrapper .cities.drop-area.cities--header {
		width: 100%;
		max-width: 220px;
		padding: 0 15px;
	}
}

.module-welcome__title {
	margin-bottom: 10px;
	font-size: 24px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.module-welcome__title {
		font-size: 20px;
	}
}

.admin-text p a {
	color: #0000EE;
}

.admin-text p  a:hover, .admin-text a:focus {
	color: #0000EE;
	text-decoration: underline;
}

.phones-chose-wrapper span.drop-down:after {
	border-color: #000000 transparent transparent;
}

.phones-chose-wrapper span.drop-down.up:after {
	border-color: #000000 transparent;
	top: -12px;
}

.phones-chose-wrapper .phones-list a {
	color: #000000;
}

@media screen and (max-width: 767px) {
	.phones-chose-wrapper .cities--header {
		background-color: #ffffff;
	}
}

.product-subsidiary .contacts_form .drop-list {
	max-height: 400px;
	overflow: auto!important;
}

.light-bg {
	background: #f1f1f1;
	padding: 40px 0;
}

@media screen and (max-width: 768px) {
	#language .drop-list {
		width: 100%;
	}

	#language span.drop-down {
		margin-bottom: -1px;
	}
}

.mobile-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 2px 0;
}

.mobile-icon svg {
	fill: #ffffff;
	width: 100%;
	height: 100%;
}

.mobile-icon--padding-none {
	padding: 0;
}

@media screen and (max-width: 768px) {
	.common-home .service24 {
		padding: 0 10px 10px;
	}
}

.admin-text .wrap.row a {
	color: #0000EE!important;
}

.admin-text .wrap.row a:hover {
	color: #0000EE!important;
	text-decoration: underline!important;
}

.admin-text .wrap.row a:focus {
	color: #0000EE!important;
	text-decoration: underline!important;
}

.drop-list {
	-webkit-overflow-scrolling: touch
}

.admin-text .sub_title {
	color: #000000;
}

.admin-text .sub_title:hover, .admin-text .sub_title:focus {
	color: #000000;
	text-decoration: none;
}

.admin-text .service24 a {
	color: #ffffff;
}

.admin-text .service24 a:hover, .admin-text .service24 a:focus {
	color: #ffffff;
	text-decoration: none;
}

.admin-text .more30k a {
	color: #ffffff;
}

.admin-text .more30k a:hover, .admin-text .more30k a:focus {
	color: #ffffff;
	text-decoration: none;
}

.header-button {
	padding: 2px;
}
#search {
	position: relative;
}
.search_result {
	position: absolute;
	z-index: 1000;
	background-color: #fff;
	width: 600px;
	top: 55px;
	right: 0;
	padding: 15px;
	border: 1px solid #F2F2F2;
}
.live-search-product {
	margin-bottom: 20px;
	transition: all .3s ease-out;
}
.live-search-product:hover {
	background-color: #fff;
}
.row-product {
	display: flex;
	align-items: center;
}
.search-img {
	display: inline-block;
	margin-right: 20px;
}
.search-all {
	display: block;
	text-align: center;
	text-decoration: underline;

}
#prod_categories .branches{
	display: none;
}
@media only screen and (max-width: 768px) {
	.search_result {
		width: 100%;
	}
	#prod_categories #links{
		padding: 0;
		display: flex;
		justify-content: center;
	}
	#prod_categories .go_catalog_btn{
		padding-left: 0;
		width: 174px;
	}
	#prod_categories .menu_button_ico{
		display: none;
	}
	#prod_categories .branches{
		width: 170px;
		float: left;
		padding-left: 0;
		display: block;
	}
}
.filter-heading {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 18px;
}
.filter-group-title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.filter-label {
	font-size: 14px;
}
.box-filter > li {
	margin-bottom: 10px;
}
#button-filter {
	background: #FF6C2B;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 auto;
    display: inline-block;
}
.filterbutton {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
.cart{
	/*display: none;*/
}
#load_cart{
	display: none;
}
#content.content-category {
	margin-top: 0px;
	padding-top: 0px;
	display: flex;
	flex-direction: column;
	min-height: 100vh !important;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
	overflow: inherit;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#footer {
	z-index: auto;
}

.simplecheckout-rule-group{
	position: absolute;
	top:22px;
}
#src-city{
	display: none;
}
#short_key ul li {
	display: inline;
	text-decoration-line: underline;
	text-decoration-style: dashed;
	color: blue;
	font-weight: normal;
	cursor: pointer;
	font-size: 14px;
	margin-right: 10px;
}
#list-city{
	margin-top: 8px;
}
.contacts_form.order {
	padding-top: 25px;
	padding-bottom: 25px;
}
.contacts_form.order .input_container{
	margin: 0 30px 25px 0;
}

.thumbnail_link {
	display: block;
	width: 100%;
	height: 100%;
}
.thumbnail_link:hover .name {
	color: #FF6C2B;
	text-decoration: underline;
}