/*!
Theme Name: kupit-profnastil
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kupit-profnastil
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kupit-profnastil is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
#breadcrumbs {
margin-bottom: 2px;
margin-top: 2px;

}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

ul.footer-menu {
	color: #000000;
	text-align: left;
	margin-top: 10px;
	/*padding-left: 30px;*/
}
.footer-menu li a {
	color: #000;
}
.footer-menu li {
list-style-type: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #e52625;
	white-space: nowrap;
}

a:visited {
	color: #e52625;
}

a:hover, a:focus, a:active {
	color: #e52625;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.uscl-ulock .uscl-ulock-footer {
display: none !important;
}

.uSocial-uLock .uscl-ulock, .uSocial-uLock-PP .uscl-ulock {
background: rgba(0, 0, 0, 0) !important;
border: 0px !important;
}

.uSocial-uLock .uscl-ulock-button, .uSocial-uLock-PP .uscl-ulock-button {
background: red !important;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.title-top {
	padding-top: 0px;
	text-transform: uppercase;
	font-weight: bold;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
.center-content {
	text-align: center;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*Theme styles*/

#site-1 {
	display: none;
}
a:visited {
    color: #e52625;
   }
 .descr p {
 	margin: 0;
 	padding: 0;
 	display: inline-block;
 }





#map {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 2;
}
.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.margin-auto {
    margin: 0 auto !important;
    float: none !important;
}

.display-none {
    display: none;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}

.res_img {
    width: 100%;
    height: auto;
}

* {
    outline: none;
}

ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.btn {
    background: rgb(255, 216, 62);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDgzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iI2ZmY2MzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iI2ZmYmUyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2ZmYTQxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjkyMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 216, 62, 1) 0%, rgba(255, 204, 55, 1) 22%, rgba(255, 190, 46, 1) 41%, rgba(255, 164, 25, 1) 71%, rgba(255, 146, 7, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 216, 62, 1) 0%, rgba(255, 204, 55, 1) 22%, rgba(255, 190, 46, 1) 41%, rgba(255, 164, 25, 1) 71%, rgba(255, 146, 7, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 216, 62, 1) 0%, rgba(255, 204, 55, 1) 22%, rgba(255, 190, 46, 1) 41%, rgba(255, 164, 25, 1) 71%, rgba(255, 146, 7, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd83e', endColorstr='#ff9207', GradientType=0);
    border: 1px solid #fd9227;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.45) inset, 0 2px 3px rgba(85, 57, 9, 0.48);
    color: #000 !important;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none !important;
}

.btn:hover {
    background: rgb(255, 146, 7);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTIwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iI2ZmYTQxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2ZmYmUyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ZmY2MzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmQ4M2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 146, 7, 1) 0%, rgba(255, 164, 25, 1) 29%, rgba(255, 190, 46, 1) 59%, rgba(255, 204, 55, 1) 78%, rgba(255, 216, 62, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 146, 7, 1) 0%, rgba(255, 164, 25, 1) 29%, rgba(255, 190, 46, 1) 59%, rgba(255, 204, 55, 1) 78%, rgba(255, 216, 62, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 146, 7, 1) 0%, rgba(255, 164, 25, 1) 29%, rgba(255, 190, 46, 1) 59%, rgba(255, 204, 55, 1) 78%, rgba(255, 216, 62, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9207', endColorstr='#ffd83e', GradientType=0);
}

.inp_w {
    position: relative;
}

.phone_header .phone_inp {
    font-size: 10px;
}

.call_ma_h .phone_inp {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ff9205;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 25px;
    padding: 0 5px;
    width: 100%;
}

.call_ma_h .submit.button {
    font-size: 12px;
    height: 25px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 115px;
}

img.phone_h {
    float: left;
    /*margin: 3px 0px 0 0;*/
    width: 30px;
}

.call_ma_h.formtip {
    float: left;
    width: 215px;
}

.big_phone {
    float: left;
    font-weight: bold;
    font-size: 23px;
    margin: -8px 15px 0 12px;
    padding: 0;
/*    border-bottom: 1px dashed #333;*/
    position: relative;
    cursor: pointer;
}
.big_phone a {
   text-decoration: none;
  }

.phone_header {
    float: right;
    margin: 13px 0 0;
}

.descr {
    float: left;
    line-height: 52px;
    margin: 0 0 0 30px;
}
.descr a{
    text-decoration: none;
}

.top_border {
    background: #f4f4f4 none repeat scroll 0 0;
    border-bottom: 1px solid #e3e3e3;
    line-height: 1.2;
    padding: 0;
    position: relative;
    z-index: 9;
}
.top_border .container {
    height: 60px;
}
.pum-title.popmake-title {
	text-align: center !important;
	margin-bottom: 15px;}
.pum-theme-84 .pum-container, .pum-theme-hello-box .pum-container {
    border-radius: 40px !important;
    border: 4px solid #FDC806 !important;
}
.logo_img {
    width: 100%;
}

.logo {
    float: left;
    position: relative;
    width: 180px;
    z-index: 2;
}

.corner_bg {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #e3e3e3;
    bottom: -10px;
    height: 35px;
    left: 17px;
    position: absolute;
    width: 180px;
}

.corner_l {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #e3e3e3;
    bottom: -17px;
    height: 35px;
    left: 0;
    position: absolute;
    transform: rotate(45deg);
    width: 34px;
}

.corner_r {
    background: #fff none repeat scroll 0 0;
    border-right: 1px solid #e3e3e3;
    bottom: -17px;
    height: 35px;
    left: 180px;
    position: absolute;
    transform: rotate(-45deg);
    width: 34px;
}

.corners_r {
    height: 46px;
    position: absolute;
    right: -1920px;
    bottom: 0;
    width: 1920px;
    z-index: 999;
}

.corners_r .corner_bg {
    width: 100%;
}

.nav .home, .nav .home:hover, .nav .home.home_menu_span:hover {
    background: rgba(0, 0, 0, 0) url("img/home_menu.png") no-repeat scroll center center/30px auto;
    display: block;
    float: left;
    height: 43px;
    margin: 0 30px 0 0;
    position: relative;
    width: 37px;
}

.nav .home.home_menu_span {
    background: rgba(0, 0, 0, 0) url("img/home_menu_span.png") no-repeat scroll center center/30px auto;
}

.nav .home::after {
    background: #e52625 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    right: -15px;
    top: -3px;
    width: 1px;
}
.nav {
    float: none;
    margin: 0px auto;
    position: relative;
    text-align: center;
    width: max-content;
    padding-bottom: 50px;
    padding-top: 7px;
}
.main_nav {
    float: left;
    margin: 0;
    padding: 0;
}

#network-menu .sub_category .subcat_href_w:before {
    content: " ";
    margin-right: 10px;
    display: inline-block;
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #ffc83f;
    border-radius: 100%;
}

.breadcrumbs .home_img {
    width: 15px;
}

.breadcrumbs {
    font-size: 13px;
    margin: 10px auto 0;
}

.in_title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.in_title h1 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.subcat_href > img {
    margin: 0 10px 0 0;
    width: 30px;
}



.subcat_href_w {
    display: inline-block;
    font-weight: 600;
    /*padding: 10px 25px 10px 0;*/
    padding: 7px;
    text-align: left;
}

.subcat_href_w:last-child {
    border: medium none;
    margin: 0 !important;
    padding-right: 0;
}

.sf-menu, .sf-menu * {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    background: #fff none repeat scroll 0 0;
    border-bottom: 3px solid #e52625;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 99;
}

.sf-menu > li {
    float: left;
}

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    display: block;
}

.navigation #example.sf-menu li ul li a, .navigation #example.sf-menu li ul li span {
    display: block;
    font-size: 15px;
    line-height: 25px;
    position: relative;
}

.navigation #example.sf-menu li ul li a:hover, .navigation #example.sf-menu li ul li span:hover {
    border-bottom: medium none;
    color: #2d7bc6;
    height: 25px;
}
.sf-menu ul ul {
    left: 100%;
    top: 0;
}

.sf-menu {
    float: left;
}

.sf-menu ul {
    width: 200px;
}

.sf-menu li {
    transition: background 0.2s ease 0s;
}

.sf-menu ul li a, .sf-menu ul li span {
    border-bottom: 1px solid #ddd;
    color: #424242;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

.sf-menu ul li:last-child a, .sf-menu ul li:last-child span {
    border-bottom: none;
}

.sf-menu ul li:hover a, .sf-menu ul li.current-menu-item span, .sf-menu ul li.current-menu-parent a {
    background: #0073d1 none repeat scroll 0 0;
    border-bottom: 1px solid #e52625;
    color: #ffffff !important;
    display: block;
    text-decoration: none;
}

.pum .container.sub_category.center {
	max-width: 100%;
}

.sf-menu ul li {
    background: #fff none repeat scroll 0 0;
}

.sf-menu ul ul li {
    background: #9aaedb none repeat scroll 0 0;
}

.sf-menu li:hover, .sf-menu li.sfHover {
    transition: none 0s ease 0s;
}

.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
}

.sf-arrows .sf-with-ul::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    right: 1em;
    top: 45%;
    width: 0;
}

.sticky_my .sf-arrows .sf-with-ul::after {
    border-width: 4px;
    top: 45%;
}

.sf-arrows .current-menu-ancestor a.sf-with-ul::after {
    border-color: #006db7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.sf-arrows > li > .sf-with-ul:focus::after, .sf-arrows > li:hover > .sf-with-ul::after, .sf-arrows > .sfHover > .sf-with-ul::after {
    border-top-color: #006db7;
}

.sf-arrows ul .sf-with-ul::after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    margin-right: -3px;
    margin-top: -5px;
}

.sf-arrows ul li > .sf-with-ul:focus::after, .sf-arrows ul li:hover > .sf-with-ul::after, .sf-arrows ul .sfHover > .sf-with-ul::after {
    border-left-color: #006db7;
}

.main_nav > li > a, .main_nav > li > span {
    color: #333;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    height: 43px;
    text-decoration: none;
}

.main_nav > li {
    float: left;
    height: 43px;
    list-style: outside none none;
    margin: 0 15px;
    padding: 0;
    position: relative;
}

.main_nav > li:last-child {
    margin: 0 0 0 15px;
}

.main_nav > li:first-child {
    margin: 0 15px 0 0;
}

.main_nav > li:after {
    background: #e52625 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: -15px;
    top: 1px;
    width: 1px;
}

.main_nav > li:last-child:after {
    display: none;
}

.main_nav {
    margin: 10px 0 0;
}

.menu-item-has-children {
    background: rgba(0, 0, 0, 0) url("img/child_menu.png") no-repeat scroll center 30px/7px auto;
}

@-webkit-keyframes anim-subnav {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        opacity: .4
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1
    }
}

@keyframes anim-subnav {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        opacity: .9
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1
    }
}
.phone_self a {
	color: #000;
}
a.call-me.pum-trigger {
	color: #e52625;
}
.arr_bot {
    display: block;
    transform: translateY(6px);
    z-index: 5;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: anim-subnav;
    animation-name: anim-subnav;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    margin: 0 auto;
    width: 220px;
}

.bg1 {
    background: rgba(0, 0, 0, 0) url("img/metallprofil.webp") no-repeat scroll center center/cover;
}

.bg2 {
    background: rgba(0, 0, 0, 0) url("img/bg2.jpg") no-repeat scroll center center/cover;
}

.bg3 {
    background: rgba(0, 0, 0, 0) url("img/bg3.jpg") no-repeat scroll center center/cover;
}

.bgph2 {
    background: rgba(0, 0, 0, 0) url("img/proflist.webp") no-repeat scroll center center/cover !important;
}

.bgph3 {
    background: rgba(0, 0, 0, 0) url("img/cherepica.webp") no-repeat scroll center center/cover !important;
}
.bgph4 {
    background: rgba(0, 0, 0, 0) url("img/metallosayding.webp") no-repeat scroll center center/cover !important;
}

.bgph5 {
    background: rgba(0, 0, 0, 0) url("img/doborka.webp") no-repeat scroll center center/cover !important;
}
.bgph6 {
    background: rgba(0, 0, 0, 0) url("img/shtaketnik.webp") no-repeat scroll center center/cover !important;
}
.bgph7 {
    background: rgba(0, 0, 0, 0) url("img/zabor-zhaluzi.webp") no-repeat scroll center center/cover !important;
}
.bgph8 {
    background: rgba(0, 0, 0, 0) url("img/reyka-kubota.webp") no-repeat scroll center center/cover !important;;
}
.bgph9 {
    background: rgba(0, 0, 0, 0) url("img/linearnye-potolochno-stenovye-paneli.webp") no-repeat scroll center center/cover !important;;
}
.bgph10 {
    background: rgba(0, 0, 0, 0) url("img/centermk.webp") no-repeat scroll center center/cover !important;;
}
.first_title {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    text-shadow: 1px 1px 0 #000;
    text-transform: uppercase;
}

.first_title h1 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    text-shadow: 1px 1px 0 #000;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.sec_title {
    color: #000;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 545px;
   /* text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4); */
    border-radius: 8px;
    background-color: #ffc709;
    /*box-shadow: 0px 15px 60px 0 rgba(252, 189, 31, 0.8); */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 0 15px;
}

.form_h_title {
    color: #fff;
    font-size: 25px;
}

.contactform_category input, .contactform_category .btn {
    width: 100%;
}

.name_inp {
    background: #fff url("img/name_inp.png") no-repeat scroll 10px center/21px auto;
    border: medium none;
    border-radius: 5px;
    height: 50px;
    padding: 0 10px 0 43px;
}

.phone_inp {
    background: #fff url("img/phone_inp.png") no-repeat scroll 10px center/21px auto;
    border: medium none;
    border-radius: 5px;
    height: 50px;
    padding: 0 10px 0 43px;
}

.contactform_category .submit {
    font-size: 17px;
    font-weight: bold;
    height: 50px;
    padding: 0;
}

.btn_ico1 {
    background: rgba(0, 0, 0, 0) url("img/btn_ico1.png") no-repeat scroll left center/30px auto;
    display: inline-block;
    padding: 0 0 0 45px;
}

.btn_ico2 {
    background: rgba(0, 0, 0, 0) url("img/btn_ico2.png") no-repeat scroll left center/30px auto;
    display: inline-block;
    padding: 0 0 0 45px;
}

.contactform_category .btn_ico1 {
    height: 48px;
    line-height: 48px;
}
header.header {
    height: 100%;
    position: relative;
    z-index: 9;
    background: #fff;
}
.cat_img > img {
    width: 100%;
}

.category_item {
    text-align: center;
    text-decoration: none;
    display: block;
}

.category_item span {
    display: block;
}

.top_corn {
    background: rgba(0, 0, 0, 0) url("img/top_corn.png") no-repeat scroll center top/300px auto;
    padding: 21px 0 0;
}

.href {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 5px 15px;
}

.href_title {
    text-decoration: underline;
}

.top_corn_w {
    padding: 0 25px;
}

.top_corn_w {
    margin: -40px auto 0;
    padding: 0 25px;
    position: relative;
}

.title {
    background: rgba(0, 0, 0, 0) url("img/title.png") no-repeat scroll center bottom/400px auto;
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 50px;
    padding: 0 0 25px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
}

.title h1, .title h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

.category_item:hover .href_title, .category_item:hover {
    text-decoration: none;
}

.gray {
    background: #fafafa;
}

.bord_bot {
    border-bottom: 1px solid #e3e3e3;
}

.bord_top {
    border-top: 1px solid #e3e3e3;
}

.pre_item {
    margin: 0 auto;
    padding: 30px 0 0 !important;
    position: relative;
    text-align: center;
}

.pod_title {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    text-transform: none;
}

.pre_item_in {
    height: 230px;
    margin: 0 auto 30px;
    padding: 0 15px;
}

.pre_item img {
    height: 90px;
}

.pre_title {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 25px auto 20px;
    text-transform: uppercase;
}

.pre_text {
    color: #666666;
    font-size: 15px;
    line-height: 1.3;
}

.pre_item1 .sep_gray, .pre_item2 .sep_gray, .pre_item3 .sep_gray {
    background: #d1d1d1 none repeat scroll 0 0;
    height: 1px;
    margin: 0 30px -1px;
}

.pre_item2 .pre_item_in, .pre_item5 .pre_item_in {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

.pre_item img {
    height: 62px;
}

.num_item {
    color: #fff;
}

.num_img {
    float: left;
    width: 70px;
}

.num_w {
    margin: 0 0 0 80px;
}

.num {
    font-size: 50px;
    line-height: 1.2;
    margin: -10px 0 0;
}

.text_pod_num {
    font-size: 20px;
    line-height: 1.2;
}

.num_line {
    background: rgba(0, 0, 0, 0) url("img/title.png") no-repeat scroll center center/100px auto;
    height: 3px;
    margin: 20px auto;
    width: 100px;
}

.num_text {
    font-size: 15px;
    line-height: 1.3;
}

.sh_line {
    border-bottom: 2px dashed #b4b4b4;
    width: 100%;
}
.cat-item .subcat_href_w:nth-child(2) {
  display: none;
}

.sh_lines img {
    height: 40px;
}

.sh_line {
    border-bottom: 2px dashed #b4b4b4;
    margin: -1px 0 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.sh_num {
    color: #e52625;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
}

.sh_text_w {
    margin: 3px 0 0 40px;
}

.sh_title_p {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto 5px;
    text-transform: uppercase;
}

.sh1 {
    float: left;
}

.sh2 {
    float: left;
    margin: 0 0 0 190px;
}

.sh3 {
    float: left;
    margin: 0 0 0 142px;
}

.sh4 {
    float: left;
    margin: 0 0 0 175px;
}

.sh5 {
    float: right;
}

.sh_item_img1 {
    left: 38px;
    position: absolute;
}

.sh_item_img2 {
    left: 225px;
    position: absolute;
}

.sh_item_img3 {
    left: 400px;
    position: absolute;
}

.sh_item_img4 {
    left: 638px;
    position: absolute;
}

.sh_item_img5 {
    position: absolute;
    right: 98px;
}

.sh_text {
    color: #666;
}

.sh_lines {
    height: 40px;
    margin: 40px auto;
}

.big_ico .btn_ico1 {
    font-weight: bold;
    padding: 10px 15px 10px 50px;
}

.big_ico .btn_ico2 {
    font-size: 20px;
    font-weight: 600;
    padding: 8px 15px 8px 50px;
}

.blue_btn.big_ico {
    padding: 5px 25px;
}

.btn.big_ico {
    padding: 5px 25px;
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.href_text {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    margin: 10px auto 0;
    text-decoration: none !important;
}

.slick-prev > img, .slick-next > img {
    width: 8px;
}

.arrows {
    margin: 0 auto 30px;
    text-align: center;
}

.slick-arrow {
    height: 35px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 60px;
}

.carousel_item4 {
    padding: 0 15px;
}

.carousel .top_corn_w {
    padding: 0 15px;
}

.carousel .href {
    padding: 0 10px 15px;
}

.carousel .href_title {
    font-size: 15px;
}

.carousel .top_corn {
    padding: 17px 0 0;
}

.slick-dots {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.slick-dots > li button {
    background: #cecece none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    list-style: outside none none;
    margin: 2px 0 0;
    padding: 0;
    vertical-align: middle;
    width: 10px;
}

.slick-dots > li {
    list-style: outside none none;
    margin: 0 2px;
    padding: 0;
    font: 0/0 a;
    display: inline-block;
    border-radius: 50%;
    height: 16px;
    text-align: center;
    width: 16px;
    border: 1px solid transparent;
}

.slick-dots > li.slick-active button {
    background: #edac15 none repeat scroll 0 0;
}

.slick-dots > li.slick-active {
    border: 1px solid #edac15;
}

.carousel4 .slick-dots {
    margin: 15px auto 0;
}

.carousel4 .href {
    min-height: 110px !important;
}

.footer1 {
    background: #edac15 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.footer_man {
    bottom: 0;
    left: 50px;
    position: absolute;
}

.have_q_w {
    color: #fff;
    float: left;
    margin: 27px 0 0 205px;
    position: relative;
}

.footer1 .blue_btn {
    float: right;
    margin: 30px 30px 0 0;
}

.blue_btn {
    background: rgb(49, 168, 248);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxYThmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iIzJmYTFlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iIzJkOTZkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzI4ODljOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzgzYzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(49, 168, 248, 1) 0%, rgba(47, 161, 236, 1) 14%, rgba(45, 150, 220, 1) 26%, rgba(40, 137, 201, 1) 69%, rgba(39, 131, 192, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(49, 168, 248, 1) 0%, rgba(47, 161, 236, 1) 14%, rgba(45, 150, 220, 1) 26%, rgba(40, 137, 201, 1) 69%, rgba(39, 131, 192, 1) 100%);
    background: linear-gradient(to bottom, rgba(49, 168, 248, 1) 0%, rgba(47, 161, 236, 1) 14%, rgba(45, 150, 220, 1) 26%, rgba(40, 137, 201, 1) 69%, rgba(39, 131, 192, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31a8f8', endColorstr='#2783c0', GradientType=0);
    border: 1px solid #2875a9;
    display: inline-block;
    color: #fff !important;
    padding: 5px 10px;
    text-decoration: none !important;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.45) inset;
}

.blue_btn:hover {
    background: rgb(39, 131, 192);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3ODNjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iIzI4ODljOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iIzJkOTZkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iIzJmYTFlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMWE4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(39, 131, 192, 1) 0%, rgba(40, 137, 201, 1) 31%, rgba(45, 150, 220, 1) 74%, rgba(47, 161, 236, 1) 86%, rgba(49, 168, 248, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(39, 131, 192, 1) 0%, rgba(40, 137, 201, 1) 31%, rgba(45, 150, 220, 1) 74%, rgba(47, 161, 236, 1) 86%, rgba(49, 168, 248, 1) 100%);
    background: linear-gradient(to bottom, rgba(39, 131, 192, 1) 0%, rgba(40, 137, 201, 1) 31%, rgba(45, 150, 220, 1) 74%, rgba(47, 161, 236, 1) 86%, rgba(49, 168, 248, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2783c0', endColorstr='#31a8f8', GradientType=0);
}

.have_q {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin: 0 auto 4px;
}

.zadat {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.have_q_w:after {
    background: #e47920 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 36px;
    left: -15px;
    margin: -18px auto 0;
    position: absolute;
    top: 50%;
    width: 2px;
}
.rest {
	background-color: #ffffff;
	width: 100%;
	height: auto;

}

.footer1 {
    background: #edac15 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    height: 110px;
    position: relative;
}

.footer2 {
    background: #c9c9c9 none repeat scroll 0 0;
    color: #000;
    font-size: 14px;
}

.footer2 a {
    color: #a2a2a2;
    text-decoration: none;
}

.footer2 a:hover {
    color: #a2a2a2;
    text-decoration: underline;
}

.gray_list {
    margin: 0;
    padding: 0;
}

.gray_list li {
    background: rgba(0, 0, 0, 0) url("img/gray_list.png") no-repeat scroll left center/5px auto;
    list-style: outside none none;
    margin: 0 0 5px;
    padding: 0 0 0 10px;
}

.logo_f {
    width: 180px;
}

.al_right {
    text-align: center;
}

.foot_title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 10px;
    text-transform: uppercase;
}

.soc {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
    opacity: 1;
    transition: all 1s ease 0s;
}

.soc:hover {
    opacity: 0.5;
    transform: rotate(360deg);
}

.soc > img {
    width: 40px;
    vertical-align: middle;
}

.pod_logo_f {
    margin: 20px auto 0;
}
.soc_blok {
    margin-bottom: 20px;
}

/*.foot_in2 {
    border-right: 1px solid #151515;
}

.foot_in2 {
    border-left: 1px solid #252525;
} */

.foot_in {
    padding: 25px 0 20px;
}

.footer3 {
    background: #424b5f none repeat scroll 0 0;
    color: #a2a2a2;
    font-size: 13px;
    padding: 15px 0;
}

.footer3 a {
    color: #a2a2a2;
    text-decoration: underline;
}

.footer3 a:hover {
    color: #a2a2a2;
    text-decoration: none;
}

.copy_left {
    text-align: left;
}

.copy_right {
    text-align: right;
}

.title_bg1 {
    background: rgba(0, 0, 0, 0) url("img/bg1.jpg") no-repeat scroll center center / cover;
    color: #fff;
    padding: 30px 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

.bread_sep {
    margin: 0 2px;
}

.form_bg {
    background: #e7e7e7 url(img/form_bg.jpg) no-repeat scroll center top / cover;
    padding-top: 10px;
    position: relative;
}
.form_man {
    width: 100%;
}

.form_bg .name_inp, .form_bg .phone_inp {
    border: 1px solid #d1d1d1;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.width_form_33 {
    width: 33%;
    float: left;
    padding: 0 8px;
}

.row16 {
    margin: 0 -8px;
}

.form_bg .btn.submit.button {
    font-size: 14px;
}

.form_bg .btn_ico1 {
    padding: 0 0 0 40px;
}

.pre_upp {
    color: #e52625!important;
    font-weight: bold;
    text-transform: uppercase;
}

.pre_form_text {
    font-size: 23px;
    margin: 0 auto 20px;
}

.form_bg_form {
    margin-top: 30px;
}

.arr_bot.arr_bot_href {
    bottom: -18px;
    left: 0;
    position: absolute;
    right: 0;
    width: 37px;
}

.arr_bot_w {
    width: 100%;
}

.tovar_img img {
    width: 100%;
	/*height:300px;*/
}

.tovar_img {
    border: 1px solid #e3e3e3;
    padding: 15px;
    position: relative;
}

.table_img {
    display: table-cell !important;
    vertical-align: middle;
}

.opis_img {
    float: left;
    margin: 5px 0 0;
    width: 20px;
}

.opis_in {
    color: #666666;
    font-size: 15px;
}

.opis_in.hav_img {
    margin: 0 0 0 35px;
}

.opis {
    color: #666;
    margin: 0 auto 5px;
}

.opis.hav_img {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    /*padding: 2px 0 2px 30px;*/
    padding: 2px 0 2px 7px;
}

.tov_title_href {
    color: #333 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
}

.tov_title {
    margin: -8px auto 15px;
}

.colors {
    background-color: #fec01d;
    border: 1px solid #afafaf;
    border-radius: 50%;
    display: inline-block;
    float: left;
    height: 17px;
    position: relative;
    width: 100%;
}

.active_colors .colors_in {
    background: rgba(0, 0, 0, 0) url("img/active_colors.png") no-repeat scroll center center/8px auto;
    height: 100%;
    position: absolute;
    width: 100%;
}

.tovar_img {
    border: 1px solid #e3e3e3;
    display: block;
    padding: 15px;
    position: relative;
    box-shadow: 0 4px 14px rgba(85, 57, 9, 0.68);
}

.ral_w {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    color: #000;
    font-size: 11px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 120px;
}

.ral_num {
    display: block;
    margin: 0 auto 5px;
    padding: 5px 10px;
}

.ral_w, .ral_w span {
    display: block;
}

.stock {
    border-left: 1px solid #ff9205;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #ff9205;
    border-top: 1px solid #ff9205;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto -5px;
    padding: 10px 0 15px;
    text-align: center;
}
.tovar_item .stock .bold {
    font-weight: normal;
}
.price_bl .btn {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.bold {
    font-weight: bold;
}

.dop_btn {
    float: left;
    padding: 0 5px;
    text-decoration: none;
    width: 50%;
}

.dop_btns {
    margin: 14px -5px 0;
}

.uz_price {
    border: 1px solid #e52625;
    border-radius: 5px;
    color: #666;
    font-size: 12px;
    line-height: 1.1;
    padding: 10px 15px 10px 43px;
    font-family: 'Roboto', sans-serif;
}
.uz_price:hover {
    border: 1px solid #FDC806;
}

.uz_cenu {
    background: rgba(0, 0, 0, 0) url("img/uz_cenu.png") no-repeat scroll 5px center/30px auto;
}

.raschet {
    background: rgba(0, 0, 0, 0) url("img/raschet.png") no-repeat scroll 5px center/30px auto;
}

.colors_title {
    color: #666;
    font-size: 15px;
    font-weight: 600;
    margin: 0 auto 5px;
}

.tovar_item {
    border-bottom: 1px solid #e3e3e3;
    float: left;
    margin: 0 auto 30px;
    padding: 0 0 30px;
    width: 100%;
}

.tovar_item:last-child {
    border-bottom: medium none;
    margin: 0;
    padding: 0;
}

.colors_cat {
    margin: 15px auto 0;
}

.pokr_img > img {
    height: 130px;
}

.h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto 10px;
}

.upper {
    text-transform: uppercase;
}

.h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.h3 h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.pokrit_title {
    margin: 15px auto 0;
}

.border_right {
    border-right: 1px solid #b6b6b6;
}

.pr-30 {
    padding-right: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.big_list > li {
    background: rgba(0, 0, 0, 0) url("img/mark_s.png") no-repeat scroll left center/35px auto;
    list-style: outside none none;
    padding: 20px 0 20px 55px;
}

.big_list {
    margin: 0;
    padding: 0;
}

.blue_list {
    margin: 0;
    padding: 0;
}

.blue_list > li {
    background: rgba(0, 0, 0, 0) url("img/blue_list.png") no-repeat scroll left 14px/7px auto;
    list-style: outside none none;
    padding: 5px 0 5px 15px;
}

.href_title.smaller {
    font-size: 16px;
}

.tov_shema {
    margin: 10px auto 0;
}

.tovar_page .tovar_img {
    padding: 20px 15px;
}

.bread_w {
    background: rgba(0, 0, 0, 0) url("img/bread_w.jpg") repeat scroll 0 0;
    color: #fff;
}

.bread_w .breadcrumbs {
    margin: 0 auto;
    padding: 10px 0;
}

.tovar_title {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: bold;
    margin: 0 auto 20px;
}

.tovar_title h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.tovar_page .colors_w {
    float: left;
    padding: 0 3px;
    width: 11.11%;
}

.tovar_page .colors {
    float: left;
    height: 34px;
    margin: 0 auto 5px;
    width: 100%;
}

.colors_row {
    float: left;
    margin: 0 -2px;
    width: 100%;
}

.tovar_page .active_colors .colors_in {
    background: rgba(0, 0, 0, 0) url("img/active_colors.png") no-repeat scroll center center/18px auto;
}

.harakteristiki {
    font-family: 'Roboto', sans-serif;
}

.characte p {
    margin: 0;
    padding: 0;
}

.characte {
    color: #666;
}

.characte strong {
    color: #333;
}

.characte_item {
    margin: 0 auto 10px;
}

.sm_all_desc {
    color: #e52625;
    text-decoration: underline;
}

.harakteristiki .h3 {
    margin: -5px auto 15px;
}

.har_sep {
    height: 4px;
    margin: 28px auto;
    position: relative;
    width: 100%;
}

.har_sep_in {
    background: #edac15;
    height: 1px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
}

.har_sep_img {
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.tovar_page .tovar_item {
    border: medium none;
    float: none;
    margin: 0;
    padding: 0;
}

.tov_preim_w {
    float: left;
    padding: 0 5px;
    text-align: center;
    width: 33.3333%;
}

.tov_preim_img {
    width: 35px;
}

.tov_preim_text {
    font-size: 14px;
    margin: 10px auto 0;
}

.row5 {
    float: left;
    margin: 0 -5px;
}

.tovar_page .colors_title {
    color: #333;
    font-weight: bold;
    margin: 0 auto 15px;
}

.tovar_page .colors_cat {
    margin: 20px auto 0;
}

.tovar_price_in {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    overflow: hidden;
}

.srok {
    /*background: rgba(0, 0, 0, 0) url("img/srok.png") no-repeat scroll left center/15px auto;*/
    font-size: 14px;
    margin: 0 0 0 8px;
    padding: 10px 0;
    font-weight: bold;
    color: #333;
}
.srok .bold {
    color: #666;
    font-size: 12px;
    font-weight: normal;
}
.price_title {
    color: #333;
    float: left;
    font-weight: bold;
}

.price_text {
    line-height: 1.2;
	text-align:center;
}

.price, .deliv {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    padding: 15px 10px;
}

.price_btn {
    padding: 15px 10px;
    text-align: center;
}

.pay {
    padding: 15px 10px;
}

.price_btn .btn {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.raschet_img {
    margin: 0 5px 0 0;
    width: 25px;
}

.price_btn_raschet {
    border-bottom: 1px solid #ff9205;
    border-left: 1px solid #ff9205;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #ff9205;
    display: block;
    font-size: 12px;
    margin: -5px 0 0;
    padding: 13px 8px 8px;
    text-decoration: none !important;
}

.raschet_in {
    border-bottom: 1px dashed #e52625;
    color: #e52625;
}

.raschet_in:hover {
    border-bottom: 1px dashed transparent;
}

.deliv {
    background: #fafafa url("img/deliv.png") no-repeat scroll 10px 19px/30px auto;
    padding: 15px 10px 15px 50px;
}

.pay {
    background: url("img/pay.png") no-repeat scroll 10px 19px/30px auto;
    padding: 15px 10px 15px 50px;
}

.tov_pr_t {
    color: #333;
    font-weight: bold;
    margin: 0 auto 5px;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

.xarakteristiki .r-tabs .r-tabs-tab {
    width: auto;
}

.xarakteristiki .r-tabs-state-active .r-tabs-anchor {
    padding-bottom: 11px;
}

.r-tabs .r-tabs-nav {
    margin: 0 0 0 -2px;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 2px;
    width: 25%;
}

.r-tabs .r-tabs-panel {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: none;
    padding: 40px 15px;
}

.xarakteristiki .container .row .r-tabs-panel {
    border-top: 1px solid #ccc;
}

.r-tabs .r-tabs-accordion-title {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

.r-tabs-state-active .r-tabs-anchor {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 0 #e52625 inset;
    color: #333 !important;
    margin-bottom: -1px;
    padding-bottom: 11px;
}
a {
    outline: none !important;
   }

.r-tabs-anchor {
    background: #e52625 none repeat scroll 0 0;
    border-left: 1px solid #e52625;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #e52625;
    border-top: 1px solid #e52625;
    color: #fff !important;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

.tab_de {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 auto 70px;
    text-align: center;
}

.r-tabs .r-tabs-panel {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e52625;
    border-left: 1px solid #e52625;
    border-right: 1px solid #e52625;
    display: none;
    padding: 40px 15px;
}

.xarakteristiki .r-tabs-panel {
    border-top: 1px solid #e52625;
}

.attribute .odd {
    background: none repeat scroll 0 0 #e5f1fa;
}

.attr_name {
    font-weight: 600;
    float: left;
    padding: 15px;
    width: 50%;
}

.attr_name, .attr_text {
    float: left;
    padding: 15px;
    width: 50%;
}

.attribute li {
    list-style: outside none none;
}

.attribute ul {
    margin: 0;
    padding: 0;
}

.similar_carus .cat_img {
    border: 1px solid #e3e3e3;
    padding: 30px 10px;
}

.similar_carus .tov_name {
    color: #333;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
    text-decoration: none !important;
}
.similar_carus .btn {
    display: inline-block;
}

.similar_carus .carousel_item4 {
    padding: 0 15px 10px;
}

.tovar_image_w {
    display: table-cell;
    height: 140px;
    vertical-align: middle;
}

.characte_item .bold {
    color: #333;
}

.tovar_price_in > div:first-child {
    border-top: medium none;
}

.attribute3 .attr_name, .attribute3 .attr_text {
    width: 33% !important;
}

td, th {
    padding: 10px !important;
}

.gal > img {
    width: 100%;
}

.gal {
    display: block;
    margin: 0 auto 30px;
}

.breadcrumbs a {
    color: #fff;
}

.tovar_cat .colors_w {
    float: left;
    padding: 0 2px;
    width: 5.5%;
}

.tovar_cat .table_img {
    min-height: 163px;
}

.main_nav > li {
    position: relative;
}

/*.main_nav > li.current-menu-item::before, .main_nav > li:hover::before, .current-menu-ancestor::before, ul.main_nav > .current-post-parent:before {
    background: #FDC806;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    display: block;
}*/
.main_nav > li.current-menu-item::before, .main_nav > li:hover::before, .current-menu-ancestor::before, ul.main_nav > .current-post-parent:before {
    background: #e52625;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    display: block;
}
.main_nav > li:hover > a {
	color: #e52625 !important;
	}      
.kont1 {
    background: rgba(0, 0, 0, 0) url("img/kont1-new.png") no-repeat scroll left 5px/40px auto;
    padding: 0 0 0 60px;
}

.kont2 {
    background: rgba(0, 0, 0, 0) url("img/kont2-new.png") no-repeat scroll left 5px/40px auto;
    padding: 0 0 0 60px;
}

.kont3 {
    background: rgba(0, 0, 0, 0) url("img/kont3-new.png") no-repeat scroll left 5px/40px auto;
    padding: 0 0 0 60px;
}

.kont4 {
    background: rgba(0, 0, 0, 0) url("img/kont4-new.png") no-repeat scroll left 5px/40px auto;
    padding: 0 0 0 60px;
}

.phones {
    font-weight: 600;
}

.k_text {
    font-size: 15px;
    line-height: 1.5;
}

.border {
    border-bottom: 1px solid #ddd;
    margin: 0 auto 20px;
    padding-bottom: 20px;
}

.tovar_img.noframe {
    border: medium none;
    padding: 0;
}

.blog_title {
    color: #333;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: -4px auto 15px;
    text-decoration: none;
}

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

.excerpt {
    color: #666;
    margin: 0 auto 15px;
}

.blog_item {
    border-bottom: 1px solid #ddd;
    float: left;
    margin: 0 auto 20px;
    padding: 0 0 20px;
}

.slick_prev_in {
    background: rgba(0, 0, 0, 0) url("img/slick-prev.png") no-repeat scroll center center/8px auto;
    display: block;
    height: 100%;
    position: absolute;
    top: 1px;
    width: 100%;
}

.slick_next_in {
    background: rgba(0, 0, 0, 0) url("img/slick-next.png") no-repeat scroll center center/8px auto;
    display: block;
    height: 100%;
    position: absolute;
    top: 1px;
    width: 100%;
}

.error_input {
    border-color: #ff0000 !important;
    box-shadow: 0 0 1px #ff0000 inset, 0 0 2px #ff0000 inset, 0 0 3px #ff0000 inset, 0 0 4px #ff0000 inset, 0 0 5px #ff0000 inset !important;
    color: #ff0000 !important;
}

.dop_btn span {
    display: block;
}

.gm-style div#content {
    max-width: 230px !important;
    text-align: center;
}

.zag_akciya {
    color: #efad00;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sub_akciya {
    color: #333333;
    font-size: 28px;
    line-height: 1.2;
}

.block_aciya_text {
    float: left;
    padding: 30px 20px 20px 0;
    width: 50%;
}

.block_aciya_photo {
    float: left;
    width: 50%;
}

.title_akciya_page {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 30px;
    text-decoration: none;
}

.title_akciya_page h1 {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    text-decoration: none;
}

.title_akciya a {
    color: #333333;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 20px;
    text-decoration: none;
}

.title_akciya a:hover {
    text-decoration: underline;
}

.text_akciya {
    margin-bottom: 40px;
}

.img_akciya_page > img {
    width: 100%;
}

.block_aciya_color:nth-child(2n+1) {
    background: #f9f9f9 none repeat scroll 0 0;
}

.block_aciya_color:nth-child(2n) .block_aciya_photo {
    float: right;
}

.block_aciya_color:nth-child(2n) .block_aciya_text {
    float: right;
    padding: 30px 0 30px 20px;
}

.timer_block {
    margin: 40px 0 0;
}

.title_timer {
    color: #333333;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 10px 10px 0 0;
    text-align: right;
}

#timer {
    display: inline-block;
    float: left;
    text-align: center;
    width: 260px;
}

#timer .timer_div {
    display: inline-block;
    margin: 0 -2px;
}

#timer .timer_div2 {
    background: rgba(0, 0, 0, 0) url("img/timer_item.png") no-repeat scroll center center/68px 68px;
    color: #6f6f6f;
    display: table-cell;
    font-size: 40px;
    font-weight: bold;
    height: 68px;
    padding: 0 0 10px;
    vertical-align: middle;
    width: 68px;
}

#timer .timer_podp {
    color: #333333;
    font-size: 13px;
    margin: -10px auto 0;
}

.timer_block #timer .seconds_tim {
    color: #62bb46;
}

.katalog_text {
    background: #f5f5f5 none repeat scroll 0 0;
    border-left: 3px solid #62bb46;
    padding: 16px 20px;
}

.btn.big {
    font-weight: 600;
    padding: 13px 18px;
}

hr.dash {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-top: 2px dashed #ddd;
    clear: both;
    float: left;
    height: 0;
    width: 100%;
}

.citata {
    border: 2px solid #e52625;
    clear: both;
    /*float: left;*/
    font-style: italic;
    font-weight: 500;
    margin: 30px auto;
    padding: 20px;
    width: 100%;
    box-shadow: 0 4px 14px rgba(85, 57, 9, 0.68);
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.smeta_placeh {
    position: absolute;
}

.smeta_form input {
    font-size: 16px;
    width: 100%;
}

.smeta_form {
    border: 2px solid #FDC806;
    border-radius: 5px;
    padding: 45px 20px;
}

.smeta_form .name_inp {
    background: #f0f0f2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3) inset;
    font-size: 18px;
    height: 50px;
    margin: 0 auto 15px;
    padding: 0 20px;
    width: 100%;
}

.smeta_form .phone_inp {
    background: #f0f0f2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3) inset;
    font-size: 18px;
    height: 50px;
    margin: 0 auto 15px;
    padding: 0 20px;
    width: 100%;
}

.title_b {
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}

.title_s {
    color: #666666;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}

.smeta_form .button {
    font-size: 18px;
    font-weight: bold;
    height: 55px;
    text-transform: uppercase;
}

textarea.text_polt {
    background: #f0f0f2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3) inset;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    height: 180px;
    margin: 15px auto;
    padding: 15px;
    width: 100% !important;
}

.smeta_form .button {
    font-size: 18px;
    font-weight: bold;
    height: 55px;
    text-transform: uppercase;
    display: inline-block;
    width: auto !important;
    padding: 10px 20px;
}

.page_bord {
    margin-top: 30px;
    padding-bottom: 30px;
}

.smeta_form.cont_fo {
    float: left;
    width: 100%;
}
.opis_w {
    line-height: 1.2;
}

.harakteristiki {
    line-height: 1.2;
}

.tovar_price {
    line-height: 1.2;
}

.harakteristiki {
    line-height: 1.2;
}

.phone_pop {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    font-size: 13px;
    min-width: 129px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 32px;
    z-index: 2;
}

.phone_pop_a {
    border-bottom: 1px dashed #0070d4;
    color: #0070d4;
    font-weight: normal;
}

.phone_pop_a:hover {
    border-bottom: 1px dashed transparent;
}

.phone_pop li {
    margin: 0 auto 5px;
    list-style: outside none none;
}

.phone_pop > ul {
    margin: 0;
    padding: 0;
}

.phone_pop_a.active {
    font-weight: bold;
}

.phone_pop li {
    background-position: left center;
    list-style: outside none none;
    margin: 0;
}

.pokr_img {
    border-radius: 50%;
    height: 120px;
    overflow: hidden;
    width: 120px;
    margin: 0 auto;
}
@media screen and (max-width: 1080px) {
    .corners_r {
        display: none;
    }
}

.nobord .tovar_img {
    border: medium none;
    padding: 0;
}

.sti1, .sti {
    background: #01a800 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    left: 15px;
    padding: 3px 9px;
    position: absolute;
    top: 15px;
    z-index: 0;
}

.sti1:after, .sti:after {
    border-color: transparent #059303;
    border-style: solid;
    border-width: 0 0 10px 10px;
    bottom: -10px;
    content: "";
    height: 0;
    left: 2px;
    position: absolute;
    width: 0;
    z-index: 0;
}

.sti2 {
    background: #fc3c3c none repeat scroll 0 0;
}

.sti2:after {
    border-color: transparent #cf2b2b;
}

.sti3:after {
    border-color: transparent #de7f04;
}

.sti3 {
    background: #ff9205 none repeat scroll 0 0;
}

.sti4:after {
    border-color: transparent #05598e;
}

.sti4 {
    background: #007dc5 none repeat scroll 0 0;
}

.tovar_cat .ral_w {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #e3e3e3;
}

.big_list p {
    margin: 0;
    padding: 0;
}

.alignleft {
    float: left;
    margin: 7px 28px 28px 0;
}

.alignright {
    float: right;
    margin: 7px 0 28px 28px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 7px auto;
}

.wp-caption {
    background: transparent;
    border: none;
    color: #707070;
    font-family: "Noto Sans", sans-serif;
    margin: 0 0 28px 0;
    max-width: 100%;
    padding: 0;
    text-align: inherit;
}

.wp-caption.alignleft {
    margin: 7px 28px 21px 0;
}

.wp-caption.alignright {
    margin: 7px 0 21px 28px;
}

.wp-caption.aligncenter {
    margin: 7px auto;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 0;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery .gallery-caption {
    color: #707070;
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.mce-content-body .wpview-wrap {
    margin-bottom: 32px;
}

.mce-content-body .wp-audio-playlist {
    margin: 0;
}

.category_item .cat_img {
/*    height: 280px;*/
    overflow: hidden;
}

.none {
    display: none;
}

.home_bread_t {
    font: 0/0 a
}

/*OKSANA*/

#pp {
    position: fixed;
    top: -550px;
    left: 50%;
    margin-left: -285px;
    width: 600px;
    background: #f0f0f0;
    z-index: 999999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#pp .pp-footer {
    padding: 10px;
    background: #3D9970;
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
}

#pp .pp-header {
    background: url(img/pp_header_bg.png);
    width: 600px;
    height: 216px
}

#pp .pp-header h3 {
    margin: 0;
    font: normal 1.7em/1.3 Verdana;
    color: #fff;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
    text-align: center;
}

#pp .pp-content {
    background: #fff;
}

#pp .pp-footer {
    background: #EAEAEC;
}

#pp .pp-footer input {
    display: block;
    width: 65%;
    margin: 0 auto;
    margin-top: 12px;
    border: 1px solid #dfdfdf;
}

#pp .pp-footer #contactform2 > input.btn.submit.button {
    text-transform: uppercase;
    width: 220px
}

#pp-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.5);
    z-index: 99999;
    display: none;
}

#pp #close {
    background: red;
    position: absolute;
    color: #fff;
    border-radius: 50%;
    font: 14px/1.5 Verdana;
    padding: 0px 7px 2px;
    margin: -10px 0 0 97.6888%;
    cursor: pointer;
}

.category_wr {
    position: relative;
}

.into_seo {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}

.prod_cont {
    background: #fff;
    position: relative;
    z-index: 1;
}

ol.comment-list {
    margin: 10px auto;
    padding: 10px 0;
}

.comment-list .comment-body {
    background: #fff none repeat scroll 0 0;
    border: thin solid #dedede;
    border-radius: 5px;
    margin: 10px 0;
    padding: 20px;
    position: relative;
}
.comment-body a.comment-reply-link {
    color: #aeaeae;
    position: absolute;
    right: 20px;
    top: 20px;
}
ol.comment-list li {
    list-style: none;
}

ol.comment-list img.avatar {
    padding: 5px;
    background: #DEDEDE;
    border: solid thin #CECECE;
    float: left;
    display: block;
    margin: 15px;
    width: 32px;
    height: 32px;
}

ol.comment-list .comment-author {
    line-height: 25px;
}

.comment-body cite.fn {
    font-size: 14px;
    font-style: normal;
}

.commentmetadata a {
    margin: 0;
    font-size: 11px;
    color: #999;
}

.comment-body p {
    margin: 5px 0;
}
.comment-body .comment-author.vcard {
    margin: 0;
}

#commentform input[type="text"] {
    background: #f0f0f2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3) inset;
    font-size: 16px;
    height: 50px;
    margin: 0 auto 15px;
    padding: 0 20px;
    width: 100%;
}

#commentform textarea {
    background: #f0f0f2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3) inset;
    font-size: 16px;
    height: 150px;
    margin: 0 auto 15px;
    padding: 20px;
    width: 100%;
}

#commentform label {
    display: inline-block;
    font-weight: bold;
    margin: 0 auto 5px;
}
.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }
.regions-city li {
	display: inline-block;
    font-weight: 600;
    padding: 10px 25px 10px 0;
    text-align: left;
}

.regions-city li:before {
	content: " ";
/*	background: rgba(0, 0, 0, 0) url(img/location.png) no-repeat;
	width: 30px;
	height: 45px;*/
	margin-right: 10px;
	display: inline-block;
/*	top: 15px;*/
	position: relative;
	width: 8px;
    height: 8px;
    background-color: #ffc83f;
    border-radius: 100%;
}
.regions-city li.current_page_item {
	display: none;
}
.regions-page li.current_page_item {
	display: none;
}
.regions-page li {
    list-style-type: none !important; /* Убираем маркеры */
    margin: 20px 0;
   }
  .xarakteristiki {
  	margin: 50px auto;
  }
  .youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}
 
.youtube .play {
    background: url('img/youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
 
.youtube:hover .play {
    background-position: 0 0;
}
.regions-page li:last-child {
    display: none;
}
.error-404.not-found {
	text-align: center;
	padding-top: 50px;
	height: 74vh;
	background-image: url(/wp-content/themes/kupit-profnastil/img/404.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
    .stacktable.large-only { display: none; }
    .stacktable.small-only { display: table; }
}
@media (max-width: 1199px) {
    .descr {
        display: none;
    }
}

@media (max-width: 991px) {

   .corners_l {
        display: none;
    }
	.corners_r {
        display: none;
    }
    .schema_item {
        width: 50%;
        margin: 0 auto 30px;
    }
    .sh_lines {
        display: none;
    }
    .none991 {
        display: none;
    }
    .foot_in2 {
        display: none;
    }
    .foot_in3 {
        border-left: none;
        text-align: left;
        padding-top: 0;
        padding-bottom: 25px;
    }
    .foot_in1, .foot_in3 {
        height: auto;
    }
    .foot_in1 {
        padding-top: 25px;
    }
    .copy_center {
        display: none;
    }
    .copy_right {
        text-align: left;
        padding-top: 15px !important;
    }
    .utl-mobile-padding, .uptolike-buttons, .footer_wr1 {
        display: none;
    }
    .num_item {
        color: #fff;
        margin-bottom: 60px;
    }
    .num_item:last-child {
        margin-bottom: 0;
    }
    .pre_item_in {
        height: 100%;
    }
    .pre_item1 .sep_gray,
    .pre_item2 .sep_gray,
    .pre_item3 .sep_gray,
    .pre_item4 .sep_gray,
    .pre_item5 .sep_gray
    {
        background: #d1d1d1 none repeat scroll 0 0;
        height: 1px;
        margin: 0 30px -1px;
    }
    .title h1, .title h2, .title_b {
        font-size: 30px;
    }
    .pod_title br {
        display: none;
    }
    .katalog_home_item {
        margin-bottom: 40px;
    }
    .katalog_home_item:last-child {
        margin-bottom: 0;
    }
    .first_title h1 {
        font-size: 30px;
    }
    .sec_title {
        background-color: #ffc83f;
        font-size: 20px;
        height: 100%;
        line-height: 1.4;
        width: 100%;
        padding: 10px;
    }
    .contactform_category .phone_inp {
        margin: 15px auto;
    }
    footer.footer {
        margin-top: 50px;
    }
    .descr {
        display: none;
    }
	.top_border {
    position: initial;
	}
	.relative {
    position: initial;
	}
	
    header.header {
        height: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
/*    .nav {
        display: none;
    }*/
    .in_title h1 {
        font-size: 30px;
    }
    .form_bg {
        display: none;
    }
    .subcat_href_w {
        margin: auto;
        padding-right: 0px;
    }
    .prod_cont {
        margin: 0 auto 30px !important;
    }
    .tovar_cat .colors_cat {
        display: none;
    }
    .cat_inform {
        margin: 30px auto;
    }
    .tovar_item, .tovar_item:last-child {
        /*padding: 0 15px 30px;*/
        border-bottom: 2px solid #e3e3e3;
    }
    .prod_cont {
        margin-bottom: 35px !important;
    }
    .tovar_item .stock {
        font-size: 16px;
    }
    #my-popup {
        padding: 30px 15px 40px;
    }
    .zakaz_sit {
        font-size: 20px;
    }
    .zak_form br {
        display: none;
    }
    .category_text {
        display: none;
    }
    .insert_seo {
        display: none;
    }
    .title {
        font-size: 30px;
    }
    .stati_profn {
        margin: 0 auto !important;
    }
    .stati_profn .category_item_w {
        margin-bottom: 30px;
    }
    .stati_profn .category_item_w:last-child {
        margin-bottom: 0;
    }
    .href {
        padding: 5px 10px 15px;
        font-size: 18px;
    }
    .logo {
        width: 150px;
        max-width: 40%;
    }
    .tovar_page .tovar_price {
        width: 100%;
        float: left;
    }
    .harakteristiki {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .tovar_page .tovar_item {
        float: left;
        margin: 0 auto 30px;
        padding: 0 0 30px 0 !important;
        width: 100%;
    }
    .tovar_page .colors {
        margin: 0 auto 15px;
    }
    .tovar_page .colors_w {
        padding: 0 10px;
        width: 16.666666%;
    }
    .tovar_page .colors_row {
        margin: 0 -10px;
        width: auto;
        float: none;
    }
    .tovar_page .colors_cat {
        margin: 20px auto -10px;
        overflow: hidden;
    }
    .r-tabs .r-tabs-panel.r-tabs-state-active {
        margin-bottom: 10px;
        border-radius: 0 0 5px 5px;
    }
    .price_btn .btn {
        padding: 15px 10px;
    }
    .price_btn_raschet {
        font-size: 14px;
        padding: 20px 8px 15px;
    }
    .srok {
        font-size: 16px;
    }
    .srok .bold {
        font-size: 14px;
    }
    table {
        overflow-x: auto;
        display: block;
        height: 100% !important;
        width: 100% !important;
    }
    .php_snippet1 {
        text-align: center;
    }
    .php_snippet1 .row .row > div {
        margin-bottom: 30px;
    }
    .php_snippet_row {
        margin-bottom: 0 !important;
    }
    .php_snippet_inr {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin: 0 auto !important;
        padding: 0 15px !important;
        border: none !important;
    }
    .sm_all_desc {
        display: none;
    }
    .similar_carus .tov_name {
        text-align: center;
    }
    .footer3 {
        font-size: 14px;
        padding: 25px 0;
    }
    .price_bl .btn {
        padding: 15px 10px;
        font-size: 16px;
    }
    .uz_price {
        padding: 15px 10px 15px 43px;
        font-size: 14px;
    }
    .dop_btn {
        padding: 0 10px;
    }
    .dop_btns {
        margin: 20px -10px 0;
        overflow: hidden;
    }
    .page_bord {
        border-bottom: none;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .block_aciya_text, .block_aciya_color:nth-child(2n) .block_aciya_text {
        padding: 30px 0;
        width: 100%;
    }
    .block_aciya_photo {
        display: none;
    }
    .mob-mt-0 {
        margin-top: 0 !important;
    }
    .main_nav > li.current-menu-item::before, .main_nav > li:hover::before, .current-menu-ancestor::before, ul.main_nav > .current-post-parent:before {
        bottom: 0;
    }
    .title-top {
	padding-top: 9px;
}
    .title-top, .foot_in, .footer3, .copy_left, .copy_right {
	text-align: center;
	}
	.gray_list li {
		background-image: none;
	}
	.big_phone
	{margin-right: 12px;}
}

@media (max-width: 767px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }
    .r-tabs .r-tabs-accordion-title {
        display: block;
        border: none;
    }
    .r-tabs-anchor {
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 15px 20px;
    }
    .r-tabs-state-active .r-tabs-anchor {
        border-radius: 5px 5px 0 0;
    }
    .left_cont {
        margin-bottom: 30px;
    }
    .map_kont {
        height: 270px !important;
        margin: 0 auto;
        position: relative;
        width: 100% !important;
        z-index: 2;
    }
    .kont2.phones {
        line-height: 2;
    }
    .schema_item {
        width: 100%;
    }
}
@media (max-width: 390px) {
    .dop_btn {
        width: 100%;
        display: block;
    }
    .dop_btns .set_id {
        margin-bottom: 15px;
    }
    .uz_price {
        padding: 18px 43px 18px 43px;
        text-align: center;
        font-size: 15px;
    }
}
@media (max-width: 320px) {
    .tovar_page .colors_w {
        width: 20%;
    }

}

.text-header {
    float: left;
    /*width: 45%;*/
    display: inline-block;
    margin-left: 30px;
    padding: 9px 0 0 0;
    color: #000000;
    font-size: 14px;
}
.call-me {
	font-size: 12px;
	position: relative;
	top: -10px;
	border-bottom: 1px dashed #333;
}
.open-city {
	border-bottom: 1px dashed #333;
}
.form-call-me input[type="text"] {
	padding: 0 5px 0 45px;
}
.form-call-me {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}
.form-call-me .col-md-12 {
	padding: 0;
}
.form-call-me .btn.submit.button {
	margin: 30px 0;

}
@media (max-width: 1180px) { 
.text-header {
    float: left;
    width: 48%;
    display: inline-block;
    margin-left: 20px;
    padding: 9px 0 0 0;
    color: #000000;
    font-weight: 600;
    font-size: 12px;
}
.big_phone {
    font-size: 22px;
 }
}
.desc-none {
	display: none;
}
.desc-yes {
	display: inline;
}
.nav__showmenu {
	display: none;
}
@media (max-width: 991px) { 
.nav__showmenu {
	display: block;
}
.desc-none {
	display: block;
}
.desc-yes {
	display: none;
}
.text-header {
    float: left;
    width: 100%;
    display: inline-block;
    margin-left: 0px;
    padding: 9px 7px 0 7px;
    color: #000000;
    font-weight: 600;
    position: absolute;
    margin-top: 53px;
    left: 0;
    font-size: 13px;
    box-sizing: border-box;
    text-align: center;
}
.top_border .container {
    height: 100px;
}
img.phone_h {
    display: none;
}
.big_phone {
    float: left;
    font-weight: bold;
    font-size: 17px;
 }
 .call-me {
    font-size: 9px;
    position: relative;
    top: -5px;
    border-bottom: 1px dashed #333;
}

input.nav__check {display: none;}
label {cursor: pointer;}

.nav {user-select: none;}

.nav__showmenu {
    position: relative;
    z-index: 3;
    display: inline-block;
    margin-left: -10px;
    padding: 5px 10px 10px;
    top: 2px;
    font-size: 23px;
}
.pum-theme-10 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close {
    top: 15px !important;
    right: 20px !important;
}

.nav__back {
    position: fixed;
    top: 0;
    right: 0;  
    left: 0;
    transition: background-color .3s;
}

.menu, .menu__submenu{
    list-style: none;
    padding: 0;
    color: #fff;
    overflow: hidden;
  }

.menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 270px;
    margin: 0;
    padding: 17px 0;
    text-transform: uppercase;
    line-height: 2em;
    background-color: #2c2c2c;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-100%);
    transition: transform .3s;
    will-change: transform;
    backface-visibility: hidden;
}

.menu__submenu {
    font-size: .8em;
    background-color: #ddd;
    max-height: 0;
    transition: max-height .3s ease-in-out;
}

.menu__showsub {
    position: absolute;
    right: 0;
    margin-top: -34px;
    padding: 10px;
    line-height: normal;
}

.menu__item {  
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.menu__submenu .menu__item {color: #000;}

.nav__check:checked~.nav__back {
    background-color: rgba(0,0,0,.2);
    bottom: 0;
}

.menu__item:hover,.nav__showmenu:hover,.menu__showsub:hover {opacity: 0.7;}
.menu::-webkit-scrollbar {display: none;}
.nav__check:checked+.nav__showmenu {color:#fff;}
.menu__check:checked~.menu__submenu {max-height: 100vh;}
.menu__check:checked+.menu__showsub {transform: rotate(180deg);}
.nav__check:checked~.menu {transform: translateX(0); z-index: 99999;}
.nav {
    float: right !important;
    margin-top: -102px;
    margin-right: 10px;
}
.main_nav > li > a, .main_nav > li > span {
    color: #fff;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    height: 43px;
    text-decoration: none;
    text-align: left;
    line-height: 18px;
    }
    .main_nav > li {
    	margin-left: 20px !important;
    	margin-right: 5px;
    }
    .main_nav > li:after {
    	display: none;
    }
    .main_nav > li.current-menu-item::before, .main_nav > li:hover::before, .current-menu-ancestor::before, ul.main_nav > .current-post-parent:before {
display: none;
}
}
@media (max-width: 480px) { 
.text-header {
    float: left;
    width: 100%;
    display: inline-block;
    margin-left: 0px;
    padding: 9px 7px 0 7px;
    color: #000000;
    font-weight: 600;
    position: absolute;
    margin-top: 41px;
    left: 0;
    /* font-size: 11px;*/
}
@media (max-width: 384px) { 
.text-header {
    float: left;
    width: 100%;
    display: inline-block;
    margin-left: 0px;
    padding: 9px 7px 0 7px;
    color: #000000;
    font-weight: 600;
    position: absolute;
    margin-top: 41px;
    left: 0;
 /*   font-size: 8px;*/
}
.big_phone {
    float: left;
    font-weight: bold;
    font-size: 14px;
}
.call-me {
    font-size: 8px;
}
}