


/* Start:/local/templates/russtone_copy/ie.css?1743067912114*/
input.searchbtn {
	width: 100%;
	background: #d4d0ce;
	border-radius: 5px;
}
input.number {
	width: 75px;
}
/* End */



/* Start:/local/templates/russtone_copy/normalize.css?17430679107817*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
  /*width: 295px;*/
}

td,
th {
  padding: 0;
}
/* End */



/* Start:/local/templates/russtone_copy/order_call.css?17430679103855*/
.order-call{
    margin-right: 25px;
    display: flex;
    flex-direction: row;
    line-height: normal;
}

.order-call button{
    color: #000;
    font-size: 16px;
    text-decoration: underline;
    border: none;
    background: none;
    cursor: pointer;
}

.order-call button:hover{
    color: #00b2ff;
}

.wrapper-popup-order-call{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999999;
    font-family: Conv_Kelson Sans Regular RU;
}

.open-order-call{
    display: flex;
}

.wrap-form-order-call{
    position: fixed;
    padding: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 530px;
    width: 50vw;
    max-height: 400px;
    background-color: white;
}

.cls-btn-order-call{
    width: 1.2vw;
    position: relative;
    left: 45%;
    bottom: 20%;
    background-color: black;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cls-btn-order-call:hover{
    background-color: #00b2ff;
    transition: background-color 0.3s ease;
}

.h1{
    font-size: 2vw;
}

.wrap-input-order-call{
    margin-top: 2vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 60%;
}

.wrap-input-order-call input{
    width: 40%;
    padding: 0.7vw;
    border-radius: 0.5vw;
    border: 0.2vw solid rgba(0, 0, 0, .3);
    font: normal 0.8vw Conv_Kelson Sans Regular RU;
    outline: none;
    transition: border 0.3s ease;
}

.wrap-input-order-call input:focus{
    border: 0.2vw solid #00b2ff;
    transition: border 0.3s ease;
}

.wrap-form-order-call input[type='submit']{
    margin-top: 1.5vw;
    padding: 0.7vw;
    width: max-content;
    border: none;
    border-radius: 0.5vw;
    background: rgba(0, 0, 0, .3);
    color: white;
    font: normal 0.8vw Conv_Kelson Sans Regular RU;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wrap-form-order-call input[type='submit']:hover{
    background: #00b2ff;
}

.politika{
    margin-top: 1vw;
    font: normal 0.6vw Conv_Kelson Sans Regular RU;
}

.politika a{
    font: normal 0.6vw Conv_Kelson Sans Regular RU;
    text-decoration: none;
    color: #00b2ff;
}

.politika a:hover{
    text-decoration: underline;
}

.message-order-call{
    font: normal 0.8vw Conv_Kelson Sans Regular RU;
}

.load-gif-order-call{
    width: 2vw;
}

@media screen and (max-device-width: 450px) {
    .order-call button{
        display: none;
    }

    .wrap-form-order-call{
        width: 80vw;
        height: 40vh;
    }
    
    .cls-btn-order-call{
        width: 5vw;
        left: 45%;
        bottom: 1.5%;
    }

    .h1{
        font-size: 7vw;
    }

    .wrap-input-order-call{
        margin-top: 4vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        height: 25%;
    }

    .wrap-input-order-call input{
        width: 100%;
        padding: 2vw;
        font: normal 4vw Conv_Kelson Sans Regular RU;
    }

    .wrap-form-order-call input[type='submit']{
        margin-top: 8vw;
        width: 30%;
        height: 7vw;
        font: normal 4vw Conv_Kelson Sans Regular RU;
    }

    .politika{
        margin-top: 4vw;
        font: normal 3vw Conv_Kelson Sans Regular RU;
    }

    .politika a{
        font: normal 3vw Conv_Kelson Sans Regular RU;
    }

    .message-order-call{
        font: normal 3vw Conv_Kelson Sans Regular RU;
    }

    .load-gif-order-call{
        width: 12vw;
    }
}
/* End */



/* Start:/local/templates/russtone_copy/components/slider/css/style.css?17430679121028*/
/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/       

html, body {border: 0; margin: 0; padding: 0;}

body {
  	font: 85%/0.9 arial, helvetica, sans-serif;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
  	color: black;
}

h1 {
	font-size: 2em;
	/* height: 30px; */
	padding-top: 0;
}

h2{
	font-size: 1.6em;
	padding-top: 0;
}

.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

/* End */



/* Start:/local/templates/russtone_copy/components/slider/css/slide.css?174306791211967*/
/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(/local/templates/russtone_copy/components/slider/css/../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 100;
}

.tab ul.login {
	display: inline-block;
	position: relative;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
  	color: white;
  	font-size: 100%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(/local/templates/russtone_copy/components/slider/css/../images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(/local/templates/russtone_copy/components/slider/css/../images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(/local/templates/russtone_copy/components/slider/css/../images/tab_m.png) repeat-x 0 0;
}
.tab ul a:hover {
    border-bottom: none;
}
.tab ul.login li a {
	/*color: #white;*/
	text-decoration: none;
}

.tab ul.login li a:hover {
	color: white;
	text-decoration: none;
}


.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	/* padding-left: 30px !important; */
	cursor: pointer;
	display: block;
	/* width: 100px; */
	position: relative;
	top: 9px;
	color: white;
	font-size: 14px;
}


/* sliding panel */
#toppanel {
    position: relative;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panell {
	width: 100%;
	 height: 750px; 
	color: #999999;
	/* background: #272727; */
	background: url(/local/templates/russtone_copy/components/slider/css/../images/bg.jpg) repeat-x 0 0;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	top: 0;
}

#panell h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panell h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panell p {
	margin: 5px 0;
	padding: 0;
}

#panell a {
	text-decoration: none;
	color: #15ADFF;
}

#panell a:hover {
	color: white;
}

#panell a-lost-pwd {
	display: block;
	float: left;
}

#panell .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panell .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panell .content .right {
	border-right: 1px solid #333;
}


#logos {
	position: absolute;
}
#spectr {
	position: absolute;
	color: white;
	font-size: 1.7em;
}

/*#maps .aimg {
    border-bottom: 0px solid #448cd1;
}*/
#maps {position: absolute; background-color:#535359; padding: 2px 5px 3px 5px;}
#maps .atxt {color: white; border-bottom:1px solid #448cd1;}
#maps img {margin-bottom: -5px; margin-left: 5px;}
#maps span {width: 150px; font-size: 0.95em; line-height: 0.9em; display:block;}
#maps a.aurl, #maps a.aurl:hover {border-bottom: 1px solid #448cd1; color: #448cd1; font-size: 0.95em; line-height: 0.9em; white-space: nowrap;}
#maps span.price {text-align: right;}
#maps1 img {margin-bottom: -5px; margin-left: 5px;}
#maps1 span {width: 150px; font-size: 0.95em; line-height: 0.9em; display:block;}
#maps1 a.aurl, #maps a.aurl:hover {border-bottom: 1px solid #448cd1; color: #448cd1; font-size: 0.95em; line-height: 0.9em; white-space: nowrap;}
#maps1 span.price {text-align: right;}
#maps1 {position: absolute; background-color:#535359; padding: 2px 5px 3px 5px;}
#maps1 .atxt {color: white; border-bottom:1px solid #448cd1;}
#maps2 img {margin-bottom: -5px; margin-left: 5px;}
#maps2 span {width: 150px; font-size: 0.95em; line-height: 0.9em; display:block;}
#maps2 a.aurl, #maps a.aurl:hover {border-bottom: 1px solid #448cd1; color: #448cd1; font-size: 0.95em; line-height: 0.9em; white-space: nowrap;}
#maps2 span.price {text-align: right;}
#maps2 {position: absolute; background-color:#535359; padding: 2px 5px 3px 5px;}
#maps2 .atxt {color: white; border-bottom:1px solid #448cd1;}
#maps3 img {margin-bottom: -5px; margin-left: 5px;}
#maps3 span {width: 150px; font-size: 0.95em; line-height: 0.9em; display:block;}
#maps3 a.aurl, #maps a.aurl:hover {border-bottom: 1px solid #448cd1; color: #448cd1; font-size: 0.95em; line-height: 0.9em; white-space: nowrap;}
#maps3 span.price {text-align: right;}
#maps3 {position: absolute; background-color:#535359; padding: 2px 5px 3px 5px;}
#maps3 .atxt {color: white; border-bottom:1px solid #448cd1;}
#maps4 img {margin-bottom: -5px; margin-left: 5px;}
#maps4 span {width: 150px; font-size: 0.95em; line-height: 0.9em; display:block;}
#maps4 a.aurl, #maps a.aurl:hover {border-bottom: 1px solid #448cd1; color: #448cd1; font-size: 0.95em; line-height: 0.9em; white-space: nowrap;}
#maps4 span.price {text-align: right;}
#maps4 {position: absolute; background-color:#535359; padding: 2px 5px 3px 5px;}
#maps4 .atxt {color: white; border-bottom:1px solid #448cd1;}
#maps5 img {margin-bottom: -5px; margin-left: 5px;}
#maps5 span {width: 150px; font-size: 0.95em; line-height: 0.9em; display:block;}
#maps5 a.aurl, #maps a.aurl:hover {border-bottom: 1px solid #448cd1; color: #448cd1; font-size: 0.95em; line-height: 0.9em; white-space: nowrap;}
#maps5 span.price {text-align: right;}
#maps5 {position: absolute; background-color:#535359; padding: 2px 5px 3px 5px;}
#maps5 .atxt {color: white; border-bottom:1px solid #448cd1;}
#maps6 img {margin-bottom: -5px; margin-left: 5px;}
#maps6 span {width: 150px; font-size: 0.95em; line-height: 0.9em; display:block;}
#maps6 a.aurl, #maps a.aurl:hover {border-bottom: 1px solid #448cd1; color: #448cd1; font-size: 0.95em; line-height: 0.9em; white-space: nowrap;}
#maps6 span.price {text-align: right;}
#maps6 {position: absolute; background-color:#535359; padding: 2px 5px 3px 5px;}
#maps6 .atxt {color: white; border-bottom:1px solid #448cd1;}
#maps7 img {margin-bottom: -5px; margin-left: 5px;}
#maps7 span {width: 150px; font-size: 0.95em; line-height: 0.9em; display:block;}
#maps7 a.aurl, #maps a.aurl:hover {border-bottom: 1px solid #448cd1; color: #448cd1; font-size: 0.95em; line-height: 0.9em; white-space: nowrap;}
#maps7 span.price {text-align: right;}
#maps7 {position: absolute; background-color:#535359; padding: 2px 5px 3px 5px;}
#maps7 .atxt {color: white; border-bottom:1px solid #448cd1;}
#maps8 img {margin-bottom: -5px; margin-left: 5px;}
#maps8 span {width: 150px; font-size: 0.95em; line-height: 0.9em; display:block;}
#maps8 a.aurl, #maps a.aurl:hover {border-bottom: 1px solid #448cd1; color: #448cd1; font-size: 0.95em; line-height: 0.9em; white-space: nowrap;}
#maps8 span.price {text-align: right;}
#maps8 {position: absolute; background-color:#535359; padding: 2px 5px 3px 5px;}
#maps8 .atxt {color: white; border-bottom:1px solid #448cd1;}
#maps9 img {margin-bottom: -5px; margin-left: 5px;}
#maps9 span {width: 150px; font-size: 0.95em; line-height: 0.9em; display:block;}
#maps9 a.aurl, #maps a.aurl:hover {border-bottom: 1px solid #448cd1; color: #448cd1; font-size: 0.95em; line-height: 0.9em; white-space: nowrap;}
#maps9 span.price {text-align: right;}
#maps9 {position: absolute; background-color:#535359; padding: 2px 5px 3px 5px;}
#maps9 .atxt {color: white; border-bottom:1px solid #448cd1;}
#maps10 img {margin-bottom: -5px; margin-left: 5px;}
#maps10 span {width: 150px; font-size: 0.95em; line-height: 0.9em; display:block;}
#maps10 a.aurl, #maps a.aurl:hover {border-bottom: 1px solid #448cd1; color: #448cd1; font-size: 0.95em; line-height: 0.9em; white-space: nowrap;}
#maps10 span.price {text-align: right;}
#maps10 {position: absolute; background-color:#535359; padding: 2px 5px 3px 5px;}
#maps10 .atxt {color: white; border-bottom:1px solid #448cd1;}
#maps11 img {margin-bottom: -5px; margin-left: 5px;}
#maps11 span {width: 150px; font-size: 0.95em; line-height: 0.9em; display:block;}
#maps11 a.aurl, #maps a.aurl:hover {border-bottom: 1px solid #448cd1; color: #448cd1; font-size: 0.95em; line-height: 0.9em; white-space: nowrap;}
#maps11 span.price {text-align: right;}
#maps11 {position: absolute; background-color:#535359; padding: 2px 5px 3px 5px;}
#maps11 .atxt {color: white; border-bottom:1px solid #448cd1;}
#maps12 img {margin-bottom: -5px; margin-left: 5px;}
#maps12 span {width: 150px; font-size: 0.95em; line-height: 0.9em; display:block;}
#maps12 a.aurl, #maps a.aurl:hover {border-bottom: 1px solid #448cd1; color: #448cd1; font-size: 0.95em; line-height: 0.9em; white-space: nowrap;}
#maps12 span.price {text-align: right;}
#maps12 {position: absolute; background-color:#535359; padding: 2px 5px 3px 5px;}
#maps12 .atxt {color: white; border-bottom:1px solid #448cd1;}
#maps13 img {margin-bottom: -5px; margin-left: 5px;}
#maps13 span {width: 150px; font-size: 0.95em; line-height: 0.9em; display:block;}
#maps13 a.aurl, #maps a.aurl:hover {border-bottom: 1px solid #448cd1; color: #448cd1; font-size: 0.95em; line-height: 0.9em; white-space: nowrap;}
#maps13 span.price {text-align: right;}
#maps13 {position: absolute; background-color:#535359; padding: 2px 5px 3px 5px;}
#maps13 .atxt {color: white; border-bottom:1px solid #448cd1;}
#maps14 img {margin-bottom: -5px; margin-left: 5px;}
#maps14 span {width: 150px; font-size: 0.95em; line-height: 0.9em; display:block;}
#maps14 a.aurl, #maps a.aurl:hover {border-bottom: 1px solid #448cd1; color: #448cd1; font-size: 0.95em; line-height: 0.9em; white-space: nowrap;}
#maps14 span.price {text-align: right;}
#maps14 {position: absolute; background-color:#535359; padding: 2px 5px 3px 5px;}
#maps14 .atxt {color: white; border-bottom:1px solid #448cd1;}
#maps15 img {margin-bottom: -5px; margin-left: 5px;}
#maps15 span {width: 150px; font-size: 0.95em; line-height: 0.9em; display:block;}
#maps15 a.aurl, #maps a.aurl:hover {border-bottom: 1px solid #448cd1; color: #448cd1; font-size: 0.95em; line-height: 0.9em; white-space: nowrap;}
#maps15 span.price {text-align: right;}
#maps15 {position: absolute; background-color:#535359; padding: 2px 5px 3px 5px;}
#maps15 .atxt {color: white; border-bottom:1px solid #448cd1;}
#nadpis {
    text-align: center;
	padding: 20px 0;
}
.upmenu {
    margin: 20px 0 5px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.upmenu::after {
    content: " ";
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}
.upmenu li {
    display: inline-block;
    line-height: normal;
    padding-top: 4px;
	max-width: 180px;
}
.upmenu a, .upmenu a:hover{
	color: #0199ff;
	border-bottom: 1px solid #0199ff;
}
.pic {
    height: 110px;
}
.topul li {
    vertical-align: top;
}
#vopros {
    text-align: center;
	display: block;
	position: relative;
	padding-top: 30px;
}
#forma {
    text-align: center;
	display: block;
	position: relative;
	vertical-align: bottom;
}
#forma hr{
    width: 800px;
	margin-top: 15px;
}
#imja {
    margin: 0 40px 0 10px;
}
#telephone {
    margin: 0 40px 0 10px;
}
#konsult {
    margin-left: 0px;
	vertical-align: bottom;
	margin-bottom: -10px;
}
#note {
    margin-top: 15px;
}
#note span {
    font-size: 1.1em;
}
/*.plant_img {
    margin-bottom:0px;

}*/
.plant_txt {
    margin: 10px 0 10px 0;
}

.border_img {
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;

}
/* End */



/* Start:/local/templates/russtone_copy/components/anoslide/css/anoslide.css?1743067912822*/
			.carousel { position:relative; min-height: 20px; height:auto !important; height: 20px;  background:url(/local/templates/russtone_copy/components/anoslide/css/../images/loader.gif) center center no-repeat; }
			.carousel .next,
			.carousel .prev { display:none; width:56px; height:56px; position:absolute; bottom:20px; left:50%; margin-top:-28px; z-index:9999; cursor:pointer; }
			.carousel .prev { margin-left:-60px; background:url(/local/templates/russtone_copy/components/anoslide/css/../images/prev.png) 0 0 no-repeat;  }
			.carousel .next { margin-right:-60px;  background:url(/local/templates/russtone_copy/components/anoslide/css/../images/next.png) 0 0 no-repeat; }
			.carousel li { display:none; text-align:center;}
			.paging { position:absolute; z-index:9998; }
			img {
-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  -o-user-select: none;
  user-select: none;    
}
/* End */



/* Start:/local/templates/russtone_copy/components/slideshow/css/main.css?1743067912523*/
ins.slideshow {
    display: inline-block;
}
ins.slideshow ins {
    clear: left;
    cursor: pointer;
    float: left;
    position: relative;
}
ins.slideshow ins ins {
    position: absolute;
    right: 7px;
    top: 15px;
    z-index: 9999;
}
ins.slideshow ins ins ins.selected {
    background-position: -18px 0;
}
ins.slideshow ins ins ins {
    background: transparent url("/local/templates/russtone_copy/components/slideshow/css/../i/slideshow.gif") no-repeat scroll 0 0;
    float: left;
    height: 18px;
    margin: 0 3px 3px 0;
    position: static;
    width: 18px;
}
/* End */



/* Start:/local/templates/russtone_copy/components/bitrix/search.title/visual1/style.css?17430679122964*/
.bx_search_container{
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
}

.bx_search_container .bx_field{
	position: relative;
	margin-top: 15px;
	height: 30px;
	border-top:    1px solid #8ca3ae;
	border-right:  1px solid #a0b4be;
	border-bottom: 1px solid #b6c8d1;
	border-left:   1px solid #a0b4be;
	border-radius: 3px;
	background: #fff;
	box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.1);
	line-height: 30px;
}
.bx_search_container .bx_field .bx_input_text{
	position: absolute;
	left: 0;
	height: 30px;
	outline: none;
	border: none;
	background: none;
	line-height: 30px;
	width: 100%;
	padding-right: 40px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
}
.bx_search_container .bx_field .bx_input_submit{
	position: absolute;
	top: 2px;
	right: 0;
	bottom: 0;
	width: 34px;
	border: none;
	background: url('/local/templates/russtone_copy/components/bitrix/search.title/visual1/images/search_lupe.png') no-repeat left center;
	cursor: pointer;

}

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	width: 170px;
	margin-left: 11px;
	margin-top:-20px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/russtone_copy/components/bitrix/search.title/visual1/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
/*.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 45px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}*/
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}
/* End */



/* Start:/local/templates/russtone_copy/styles.css?174306791011062*/
/*@media (max-width:1790px) { h1 {font: 2.5vw Arial;}}
@media (min-width:1791px) { h1 {font: 2vw Arial;}}
h1 {
	margin: 0 auto;

}

*/

.italic {
    font-style: italic;
}
.likeB {
    font-weight: bold;
}

.h2 {
    /*font: bold 1.5em Arial;*/
	/*font: Conv_Kelson Sans Regular RU;*/
    height: 20px;
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h1.center {text-align: center; display: block; float: none;}

/*h2 { font: bold 1.5em Arial; }*/
p.note { font: 12px Arial; }
a { text-decoration: none; }
hr {
	height: 2px;
	border: 0;
	color: #b0b0b9;
	background: #b0b0b9;
}
.text-content {	width: 72%; }

aside.garanty { 
	float: right;
	width: 25%;
	max-width: 300px;
	margin-top: 50px;
	padding: 7px;
	background: gainsboro;
	border-radius: 5px;
	box-shadow: -1px 0 2px 1px #76767c;
	font: italic bold 11px Arial;
	color: #454545;
	text-align: center;
}
aside.garanty span { color: #fff; font: italic bold 11px Arial; }
aside.garanty {
	background: -webkit-linear-gradient(top, #76767c 0%,#b0b0b9 30%);	/*	Safari, Chrome	*/
	background: -moz-linear-gradient(top, #76767c 0%,#b0b0b9 30%);		/*	Mozilla	FF	*/
	background: -o-linear-gradient(top, #76767c 0%,#b0b0b9 30%);		/*	Opera	*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76767c', endColorstr='#b0b0b9', gradientType='0');	/*	IE 6,7	*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#76767c', endColorstr='#b0b0b9',GradientType=0)";	/*	IE 8,9	*/
	background: -ms-linear-gradient(top, #76767c, #b0b0b9);		/*	IE 10+	*/
}

/*		�������� ��������		*/
.header-contact-l { display: inline-block; }
.header-contact-r { display: inline-block; float: right; margin-top: 15px;}
.header-contact-l p, .header-contact-r p { /* font: 1.3em Conv_Kelson Sans Regular RU; */ font: 1.3em Arial; margin: 0;}
ul a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

/** Раздел Гарантия */
.guaranty {
    margin-top: -1%;
}
.warranty-anotation {
    background: linear-gradient(to bottom, #737277 0%, #85868a 20%, #adadb7 60%, #aeaeb8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 6px;
    color: #464646;
    display: inline-block;
    float: right;
    font: bold italic 14px/40px "Arial";
    height: 40px;
    text-align: center;
    width: 405px;
	position: relative;
}
@media (max-width:1024px) {
	.warranty-anotation { top: -53px; }
}
@media (min-width:1025px) and (max-width: 1280px) {
	.warranty-anotation { top: -50px; }
}
@media (min-width:1281px) {
	.warranty-anotation { top: -30px; }
}
.warranty-anotation span, .warranty-anotation a {
    color: #fff;
	margin-left: 20px;
}

.warranty-install {
    background: linear-gradient(to bottom, #737277 0%, #85868a 20%, #adadb7 60%, #aeaeb8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 6px;
    color: #464646;
    float: left;
    font: bold italic 14px/40px "Arial";
    height: 40px;
    text-align: center;
	position: relative;
	padding-left:5px;
	padding-right:5px;
	margin-top:5px;
}



@media (max-width:1024px) {
	.warranty-install { top: -53px; }
}
@media (min-width:1025px) and (max-width: 1280px) {
	.warranty-install { top: -50px; }
}
@media (min-width:1281px) {
	.warranty-install { top: -30px; }
}
.warranty-install span, .warranty-install a {
    color: #fff;
	margin-left: 20px;
}


.warranty-print {
    background: linear-gradient(to bottom, #3e6ea7 0%, #508ed7 20%, #5ea6fc 60%, #5da3f8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 6px;
    color: #ffffff;
    float: left;
    font: bold italic 14px/40px "Arial";
    height: 40px;
    text-align: center;
	position: relative;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
	margin-left:10px;
}

.warranty-print2 {
    background: linear-gradient(to bottom, #3e6ea7 0%, #508ed7 20%, #5ea6fc 60%, #5da3f8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 6px;
    color: #ffffff;
    /*float: left;*/
    font: bold italic 14px/40px "Arial";
    height: 40px;
    text-align: center;
	position: relative;
	padding-left:10px;
	padding-right:10px;
	margin-top: -5px;

}

@media (max-width:1024px) {
	.warranty-print { top: -53px; }
}
@media (min-width:1025px) and (max-width: 1280px) {
	.warranty-print { top: -50px; }
}
@media (min-width:1281px) {
	.warranty-print { top: -30px; }
}
.warranty-print span, .warranty-print a {
    color: #ffffff;
}


.urll {
    padding-top: 7px;
	padding-bottom: 5px;

}
.urll a {
    padding-right: 15px;
}
.instr_pam {
    padding-left: 15px;
}
.instr_pam span {
    display:block;
	padding-left: 20px;
}
.anno {
    margin-top:5px;
	margin-bottom:15px;
	border-left: 2px solid #0099ff; 
	padding-left: 10px;
}

#instrumenty {
    border: 3px solid #c4c4ca;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.picc {
    height: 120px;
}
.midul li {
    vertical-align: middle;
	width: 150px;
}
.botmenu {
    margin: 20px 0 5px;
    padding: 0;
	width: 100%;
}
.botmenu::after {
    content: " ";
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
	width: 100%;
}
.botmenu li {
    display: inline-block;
    line-height: normal;
    padding-top: 4px;
	max-width: 180px;
	width: 170px;
	text-align: center;
}
.piccc {
    height: 120px;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 10px;
}
.piccb {
    padding-right:30px;
    height: 120px;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 10px;
}


#material2 {
    margin-top: 20px;
	margin-bottom: 20px;
	clear:both;
}
.mat {
    display: inline-block;
	width: 130px;
	text-align: center;
}
.piccm {
}
.kol {
    display: block;
	font-family: Conv_Kelson Sans Regular RU;
	font-size: 1.5em;
	font-weight: bold;
}
.sub {
    margin-top: -30px;


}
.bold {
    display: block;
	font-weight: bold;
	font-size: 1.5em;
}
.ins_block {
    display: inline-block;
	height: 450px;
	margin-top:40px;
}
.pici {
	float:left;
	width: 630px;
}
.clear {
    clear:both;
}
.instrumenty_pic {
    border: 3px solid #c4c4ca;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-align: center;
	float:left;
}
.ins_img {
    padding: 15px 15px 0 15px;
	width:100px;
}
.ins_txt {
    padding-bottom: 15px;
	text-align: center;
}


.ssilka {
    color: #0099ff;

}



.input-button{ 
background-color: #999999;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border:1px solid #ccc;
font-weight: bolder;
color:#fff; 
margin:0 auto;
padding:5px;
}
.spoil {
text-align:left;	
	
}
.smallfont {}
.alt2 {


	
	
	
}	


/* фильтры в разделах */
.bx_catalog_text_ul {
	overflow: hidden;
}
.submenu-container {
	margin-left: 5px;
}
.submenu-container.lightSub .sub {
	background: rgba(116, 190, 234, 0.5);
	background: #16afff;
	background: #babac4 !important;
}
.submenu-container.lightSub .sub.active ,
.submenu-container.lightSub .sub:hover {
	background: #0099ff;
	background: #16afff !important;
}
.submenu-container .sub {
	display: inline-block;
	margin: 2px;
	background: #0099ff;
	padding: 5px 10px;
	border-radius: 2px;
}
.submenu-container .sub a {
	color: white;
}
/* ценовой фильтр */
form.filters-price span a {
	color: #0199ff;
	text-decoration: underline;
}

/* =============================================================================================== */
/* ========================================= НИЖНЕЕ МЕНЮ ========================================= */
/* =============================================================================================== */
footer.footerWithMenu form {
    /*padding-top: 15px;*/
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 10px;
    background: -webkit-linear-gradient(top, #78787f 0%,#adadb6 20%);
}
footer.footerWithMenu form .socseti {
    position: static;
    float: right;
}
footer.footerWithMenu form .socseti .t {
    margin: 0px;
}
footer.footerWithMenu .copy, 
footer.footerWithMenu .copy tbody {
    position: static;
    float: left;
}
footer.footerWithMenu .copy .warning { 
    margin-top: 12px; 
    text-align: justify; 
    width: 370px;
}

@media screen and (max-width: 1366px) {
    footer.footerWithMenu form .socseti .t {
        position: static;
    }
}
@media screen and (max-width: 1200px) {
    footer.footerWithMenu .copy .warning {
        width: auto;
    }
    footer.footerWithMenu .copy {
        width: 30%;
    }
    footer.footerWithMenu form .socseti {
        width: 20%;
    }
    footer.footerWithMenu form .socseti .t {
        position: static;
    }
}

.bottom_menu-container {
    display: table;
    width: 50%;
    text-align: center;
}
.bottom_menu-container .col {
    display: inline-block;
    text-align: left;
    margin: 5px;
}
.bottom_menu-container .col a {
    display: block;
    color: rgb(0, 0, 0);
    margin-bottom: 5px;
}
.bottom_menu-container .col a:hover {
    text-decoration: underline;
}
.bottom_menu-container .col a:nth-of-type(3) {
    margin-bottom: 5px;
}
/* =============================================================================================== */
.news-list h2 {
    height: auto;
}

footer .wrapper-inner {
    max-width: 98%;
    display: block;
    margin: 0 auto;
    padding: 5px;
}

footer.footerWithMenu .socseti {
    position: static !important;
    float: right;
    margin-top: 10px;
}
footer.footerWithMenu .socseti .t {
    position: static !important;
    margin-bottom: 10px;
}

.dm-modal .errortext {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.html-map {margin: 40px 0px;}
.html-map > ul > li {margin-bottom: 15px;}
.html-map a {color: black;font-size: 16px;}

/* Chrome, Opera, Safari */
details summary::-webkit-details-marker {
    display: none;
    }
    /* Firefox */
    details, summary {
    display: block;
    }
    details summary:before {
    content: " + Читать далее ";
    }
    details[open] summary:before {
    content: " - Скрыть";
    }

    .spoiler {
        padding: 0 1em;
      }
      .spoiler details {
        padding: 0em 0;
      }
      .spoiler details + details { 
        border-top: 1px solid #e0e0e0;
      }
      .spoiler summary {
        color: #4d5895;
      }
      .spoiler details div {
        overflow: hidden;
        padding: 1em 1em 0;
      }
      .spoiler details[open] div {
        animation: spoiler 2s;
      }
      @keyframes spoiler {
        0%   {max-height: 0;}
        100% {max-height: 100em;}
      }

    summary.bottom_view {
        max-width: 100%;
        width: 150px;
        border: 2px solid #16afff;
        background: #16afff;
        color: #fff;
        border-radius: 2px;
        text-align: center;
        height: 21px;
        padding-top: 5px;
        font-size: 14px;
        margin-right: auto;
        margin-left: auto;
        cursor: pointer;
    }

    .spoiler details div {
        padding: 1em 0em 0;
    }

    .spoiler {
        padding: 0;
    }
/* End */



/* Start:/local/templates/russtone_copy/template_styles.css?174860080070955*/
@font-face {
	font-family: 'Conv_ACSRubl';
	src: url('/local/templates/russtone_copy/fonts/ACSRubl.eot');
	src: local(':'), url('/local/templates/russtone_copy/fonts/ACSRubl.woff') format('woff'), url('/local/templates/russtone_copy/fonts/ACSRubl.ttf') format('truetype'), url('/local/templates/russtone_copy/fonts/ACSRubl.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Kelson Sans Regular RU';
	src: url('/local/templates/russtone_copy/fonts/Kelson Sans Regular RU.eot');
	src: local(':'), url('/local/templates/russtone_copy/fonts/Kelson Sans Regular RU.woff') format('woff'), url('/local/templates/russtone_copy/fonts/Kelson Sans Regular RU.ttf') format('truetype'), url('/local/templates/russtone_copy/fonts/Kelson Sans Regular RU.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.wrap {
	/*min-height: 100%; */
	position: relative;
}

/*div.foot-empty {height: 30px;}*/
header,
nav,
article,
footer {
	display: block;
}

body {
	min-width: 400px !important;
}

header {
	font: 16px Arial;
	height: 90px;
	position: relative;
}

header img {
	float: left;
	margin-left: 25px;
	width: 54px;
}

.header-title {
	font: normal 20px Conv_Kelson Sans Regular RU;
	position: absolute;
	margin-top: 4px;
}

.header-title.slogan {
	margin-left: 79px;

}

.header-action {
	font: normal 14px Conv_Kelson Sans Regular RU;
	margin-left: 250px;
	margin-top: 5px;
	width: 445px;
	border: solid 2px #b0b0b9;
	border-radius: 5px;
	padding: 2px;
}


.header-title.contacts {
	text-align: right;
	right: 30px;
	margin-top: 4px;
}

.contacts>span {
	font-size: 18px;
}

#cart {
	position: absolute;
	right: 30px;
	text-align: center;
	top: 54px;
}

#cart a {
	color: #0199ff;
	font-weight: bold;
	line-height: 23px;
}

#cart .cart_btn {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: -webkit-linear-gradient(top, #74beea 0%, #479bd2 100%);
	background: -moz-linear-gradient(top, #74beea 0%, #479bd2 100%);
	background: -o-linear-gradient(top, #74beea 0%, #479bd2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74beea', endColorstr='#479bd2', gradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#74beea', endColorstr='#479bd2',GradientType=0)";
	background: -ms-linear-gradient(top, #74beea, #479bd2);
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#cart .cart_btn a span {
	color: #fff;
}

div.line {
	width: 100%;
	height: 5px;
	margin: -5px 0 0 0;
	background: -webkit-linear-gradient(top, #69696f 0%, #c0c0c5 100%);
	background: -moz-linear-gradient(top, #69696f 0%, #c0c0c5 100%);
	background: -o-linear-gradient(top, #69696f 0%, #c0c0c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69696f', endColorstr='#c0c0c5', gradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#69696f', endColorstr='#c0c0c5',GradientType=0)";
	background: -ms-linear-gradient(top, #69696f, #c0c0c5);
}

ul {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}



section.main_area {
	margin: -16px 30px 0;
	font: 14px Arial;
	font-family: Conv_Kelson Sans Regular RU;
	position: relative;
}

.main_area h1 {
	margin-bottom: 0;
	font-family: Conv_Kelson Sans Regular RU;
	font-weight: normal;
}

input {
	text-align: center;
	margin-left: -7px;
	/*-moz-box-sizing: border-box; box-sizing: border-box;*/
}

input[type="search"] {
	background: #717177;
	/* Old browsers */
	background: -moz-linear-gradient(top, #717177 0%, #d4d0ce 15%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #717177), color-stop(15%, #d4d0ce));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #717177 0%, #d4d0ce 15%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #717177 0%, #d4d0ce 15%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #717177 0%, #d4d0ce 15%);
	/* IE10+ */
	background: linear-gradient(to bottom, #717177 0%, #d4d0ce 15%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#717177', endColorstr='#d4d0ce', GradientType=0);
	/* IE6-9 */
	border: 1px inset;
	border-radius: 6px;
	line-height: 21px;
}

input[type="submit"] {
	background: -moz-radial-gradient(30px 20px, farthest-side, #c4ced3, #c0cdd3);
	background: -ms-radial-gradient(30px 20px, farthest-side, #c4ced3, #c0cdd3);
	background: -o-radial-gradient(30px 20px, farthest-side, #c4ced3, #c0cdd3);
	background: -webkit-radial-gradient(30px 20px, farthest-side, #c4ced3, #c0cdd3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c4ced3, endColorstr=#c0cdd3, gradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c4ced3, endColorstr=#c0cdd3,GradientType=0)";
	border: 1px solid #acacac;
}

UNUSED.catalog,
UNUSED.catalog li,
UNUSED.tpl_filter,
UNUSED.tpl_filter li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
	padding: 0;
}

.adv_search a:hover {
	border-bottom: 1px solid #00a8ff;
}

.sort button.noactive,
.sort button.active,
.sortd button.noactive,
.sortd button.active {
	border: 1px solid #c5ced6;
	background: -webkit-linear-gradient(top, #fefefe 0%, #f7f8f9 100%);
	background: -moz-linear-gradient(top, #fefefe 0%, #f7f8f9 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #f7f8f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe, endColorstr=#f7f8f9, gradientType='0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe, endColorstr=#f7f8f9,GradientType=0)";
	background: -ms-linear-gradient(top, #fefefe, #f7f8f9);
	padding: 2px 4px;
	border-radius: 4px;
	color: #676767;
	box-shadow: inset 0px 1px 2px 0px #ccc;
	line-height: 17px;
}

.sort button.active,
.sortd button.active {
	color: #0099FF;
}

UNUSED.tpl_filter li a,
.tpl_filter li a:hover {
	font: 11px Arial;
	color: #00a8ff;
}

.tpl_filter li a:hover {
	border-bottom: 1px solid #00a8ff;
}



footer {
	position: static;
	width: 100%;
	height: auto;
	bottom: -50px;
	left: 0;
	background: -webkit-linear-gradient(top, #78787f 0%, #adadb6 20%);
	background: -moz-linear-gradient(top, #78787f 0%, #adadb6 20%);
	background: -o-linear-gradient(top, #78787f 0%, #adadb6 20%);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#0078787F, endColorstr=#20ADADB6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#FF78787F, endColorstr=#00ADADB6)";
	background: #ADADB6 \9;
	background: -ms-linear-gradient(top, #78787f, #adadb6 20%);
	box-sizing: border-box;
}

.copy,
.copy tbody {
	position: relative;
	border-spacing: 0;
	top: 15px;
	left: 20px;
	font: 14px Arial;
}

.copy img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	padding-right: 5px;
}

.copy a {
	color: #000;
}

/*copy a:hover, .search a:hover { border-bottom: 1px solid #000; color: #000; }*/
.wrapper-inner {
	font-family: Conv_Kelson Sans Regular RU;
}

/*ФОРМА ПОИСКА*/

.form-search {}

.form-search input {
	position: absolute;
	margin: 60px 40% 1% 40%;
	width: 20%;
	padding: 0.4%;
	border-radius: 5px;
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, .4);
	background: rgb(178, 178, 187);
	background: url(/local/templates/russtone_copy/images/poisk.png) repeat-x 0 0;
	background-repeat: no-repeat;
	background-position: 100% 50%, 100% 100%;

}

.form-search input:focus {}

input::-moz-placeholder {
	color: black;
}

input::-webkit-input-placeholder {
	color: black;
}

/*.form_searsh {
position:absolute;
margin: 5% 40% 1% 40%;
width: 20%;
padding: 0.4%;
border-radius: 5px;
-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.4);
background: url(/images/logo_for_footer_lupa.png) no-repeat;
}*/




.search a {
	margin-left: 30%;
	font: 14px Arial;
	color: #000;
}

.warning {
	font: 11px Arial;
	margin-top: 60px;
	text-align: center;
	color: #444242;
}

.socseti {
	position: absolute;
	margin-top: 50px;
	right: 10px;
}

.t {
	position: absolute;
	margin: -5px 0 0 20px;
	font: 14px Arial;
	right: 220px;
}

/*страница контакты текст в серой рамке)*/

.contacts-comment {
	font-size: 14px;
	font-family: Conv_Kelson Sans Regular RU;
	border: 2px solid #b0b0b9;
	padding: 5px 5px 5px 5px;
	border-radius: 10px;
	margin-top: 20px;
}

/*страница_контакты_(текст после серой рамки)*/
.contacts-comment_1 {
	font-family: Arial;
	font-size: 14px;

}

/*страница_контакты_(подчеркнутый текст)*/
.contacts-comment font {
	border-bottom: 1px solid;
}

/*страница_контакты_(текст справа в серой рамке)*/
.text-right {
	text-align: right;
	padding-right: 5px;
}

/*СТРАНИЦА О КОМПАНИИ*/

#abaut_as {
	display: block;
}

.tbl-adr {
	font-size: 14px;
	font-family: Arial;
}

.tbl-adr-td {
	width: 50%;
}

.tbl-adr-td-width {
	width: 100%;
}

a.ekskursia_na_zavod {
	position: absolute;
	margin-top: 10px;
	border-bottom: 1px solid;
	color: #000;
	font-family: Arial Regular;
	font-size: 16px;
}


.line_for_about {
	position: relative;
	margin-top: 55px;
}

.big_block {
	font-family: Arial;
	font-size: 14px;
}

.big_block a {
	color: #0099ff;
	text-decoration: underline;
}

.zagolovki_o_nas {
	font-size: 14px;
	font-family: Arial;
}

.block_1 {
	position: relative;
	margin-top: 2%;
}

img.block_1_logo {
	float: left;
	width: 90px;
	height: 85px;
}

.block_1_text {
	position: relative;
	margin-left: 120px;
}


.block_2 {
	position: relative;
	margin-top: 2%;
}

.block_2_text {
	position: relative;
	margin-left: 120px;
}

.block_2 ol {
	list-style-type: disc;
}

img.block_2_logo {
	margin-top: 1%;
	float: left;
	width: 90px;
	height: 85px;
}

.block_3 {
	position: relative;
	margin-top: 2%;
}

.block_3_text {
	position: relative;
	margin-left: 120px;
}

img.block_3_logo {
	margin-top: -2%;
	float: left;
	width: 100px;
	height: 115px;
}

.block_4 {
	position: relative;
	margin-top: 3%;
}

.block_4_text {
	position: relative;
	margin-left: 120px;
}

img.block_4_logo {
	margin-top: -1%;
	float: left;
	width: 90px;
	height: 90px;
}

.block_5 {
	position: relative;
	margin-top: 2%;
}

.block_5_text {
	position: relative;
	margin-left: 120px;
}

img.block_5_logo {
	margin-left: 1%;
	margin-top: -1%;
	float: left;
	width: 80px;
	height: 105px;
}

.block_6 {
	position: relative;
	margin-top: 3%;
}

.block_6_text {
	position: relative;
	margin-left: 120px;
}

img.block_6_logo {
	margin-top: -1%;
	float: left;
	height: 105px;
	width: 110px;
}

.block_7 {
	position: relative;
	margin-bottom: 50px;
	margin-top: 4%;
}

.block_7_text {
	position: relative;
	margin-left: 120px;
}

img.block_7_logo {
	margin-top: -2%;
	float: left;
	width: 110px;
	height: 105px;
}

.bx_order_make {
	margin-bottom: 5%;
}

/* Гарантия */
/*.page-text ul {
    font-weight: bold;
    list-style-type: none;
}*/
.page-text a {
	color: #0099ff;
	text-decoration: underline;
}

.page-text h2 {
	font-weight: normal;
}

.page-text cite {
	border-top: 2px solid #b0b0b9;
	color: #444;
	font-style: normal;
	position: relative;
	top: -5px;
}

.bx_catalog_text .bx_catalog_text_title a.active {
	font-weight: bold;
	color: #0199ff;
}

.h4 {
	display: block;
	-webkit-margin-before: 1.33em;
	-webkit-margin-after: 1.33em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}

.line-callback-form {
	margin-top: 20px;
	display: block;
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 2px solid #dbdbdb;
	border-bottom: 2px solid #dbdbdb;
	/*background: #dbdbdb;*/
	padding: 10px 0 10px 0;
}

.line-callback-form .title {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	/*font-weight: bold;*/
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 0px;
}

.line-callback-form form {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.line-callback-form form input[type="text"],
.line-callback-form form input[type="tel"] {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	font-size: 13px;
	/*border: 1px solid #a0b4be;*/
	border-radius: 6px;
	border: 2px solid #c5c3cb !important;
	line-height: 30px;
	height: 30px;
	font-size: 13.6px;
	color: black;
	padding: 0 10px;
	margin: 0 10px;
	margin-top: 10px;

}

.line-callback-form form input[type="text"]:focus,
.line-callback-form form input[type="tel"]:focus {
	border: 2px solid #c5c3cb !important;
}

.line-callback-form form input[type="submit"] {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	border: 2px solid #babac4;
	border-radius: 6px;
	line-height: 1;
	height: 33px;
	font-size: 13.6px;
	padding: 0 10px;
	margin: 0 10px;
	background: #babac4;
	color: #fff;
	margin-top: 10px;
}

.line-callback-form form input[type="submit"]:active {
	background: #fff !important;
}

/*.line-callback-form small{
	display: block;
	font-size: 12px;
	line-height: 12px;
	margin-top: 15px;
}*/

.line-callback-form span {
	margin-top: 25px;
}

.line-callback-form span a {
	color: #000;
	text-decoration: underline;
}

.gotolist {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
	background: #16afff;
	color: #fff;
	text-decoration: none;
}

.gotolist-holder {
	display: block;
	text-align: left;
	padding-bottom: 20px;
	margin-top: -10px;
}

.random-item-holder {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	text-align: left;
}

.random-item-holder a {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	background: #dbdbdb;
	padding: 8px 12px;
	border-top: 3px solid #16afff;
	font-size: 0;
	line-height: 0;
	width: 100%;
	max-width: 300px;
	text-align: left;
}

.random-item-holder a .right-photo {
	display: inline-block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-left: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.random-item-holder a .left-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	width: calc(100% - 130px);
}

.autocounter {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin-top: -20px;
	padding-bottom: 20px;
}

.autocounter>* {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0;
}

.autocounter .counter-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	margin-right: 15px;
	font-family: Conv_Kelson Sans Regular RU;
}

.autocounter ul {
	margin-left: 0;
	padding-left: 0;
}

.autocounter ul li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-right: 5px;
}

.autocounter ul li * {
	display: block;
	float: none;
	clear: both;
}

.autocounter ul li:last-child {
	margin-right: 0;
}

.autocounter ul li .i {
	font-family: Conv_Kelson Sans Regular RU;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #000;
}

.autocounter ul li .text {
	font-size: 13px;
	line-height: 13px;
	color: #000;
}

.upmenu-list {
	margin: 20px 0 5px;
	padding: 0;
	text-align: center;
	width: 100%;
	display: block;
	float: none;
	clear: both;
}

.upmenu-list li {
	display: inline-block;
	line-height: normal;
	margin-bottom: 15px;
	margin-right: 10px;
	width: 285px;
	height: 120px;
	border: 3px solid #b1b1bc;
	border-radius: 10px;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}

.upmenu-list li>* {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font: 14px Arial;
	line-height: 16px;
}

.upmenu-list li .pic {
	/*box-sizing: padding-box;*/
	margin-right: 10px;
	height: 100%;
	font-size: 0;
	line-height: 0;
	margin-left: 10px;
}

.upmenu-list li .topul-text {
	width: calc(100% - 110px);
}

.upmenu-list li .topul-text * {
	margin: 0 !important;
	padding: 0 !important;
}

.upmenu-list li .pic::before {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
	content: '';
}

.upmenu-list li .pic img {
	display: inline-block;
	vertical-align: middle;
}

.upmenu-list li .topul-text a {
	color: #4fa2d7;
	text-decoration: underline;
}

.upmenu-list li .topul-text a:hover {
	border: 0;
}

.vopros-form {
	background: url('/images/Voprosy1.png') center no-repeat;
	border-radius: 5px;
	border: 2px #fff solid;
}

#vopros {
	padding-top: 15px;
	text-align: center;
	display: block;
	position: relative;
	padding-top: 30px;
}

#vopros span {
	font-size: 2.2em;
	color: #fff;
}

#note {
	/*padding-right: 358px;*/
	padding-bottom: 15px;
	margin-top: 15px;
}

#note span {
	color: #fff;
	font-size: 1.1em;

}

#note span a {
	text-decoration: underline;
	color: #00b6f8;
}

ul.blue {
	color: #4fa2d7;
}

ul.blue li {
	padding: 5px 0;
}

ul.blue li span {
	color: #000;
}

.mainpage h2,
.mainpage h3 {
	font-family: Conv_Kelson Sans Regular RU;
}

.g-table {
	margin: auto;
}

.g-table td {
	width: 25% !important;
}

header.header {
	font-size: 0;
	line-height: 0;
	height: auto;
	padding: 12px 0;
}

header.header>* {
	display: inline-block;
	vertical-align: top;
}

.topmenu-holder {
	text-align: left;
	margin-left: 11px;
}

.topmenu-holder nav.big {
	display: block;
	float: none;
	clear: both;
	font-size: 0;
	line-height: 0;
	text-align: left;
	padding-top: 3px;
}

.topmenu-holder nav.big a {
	margin-right: 7px;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	color: #000;
	font: normal 16px Conv_Kelson Sans Regular RU;
	text-transform: uppercase;
	font-weight: 600;
}

.topmenu-holder nav.big a:last-child {
	margin-right: 0;
}

.topmenu-holder nav.big a:hover,
.topmenu-holder nav.big a.active {
	color: #4fa2d7;
}



.topmenu-holder nav.small {
	display: block;
	float: none;
	clear: both;
	font-size: 0;
	line-height: 0;
	text-align: left;
	padding-top: 5px;
}

.topmenu-holder nav.small a {
	margin-right: 7px;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	color: #000;
	font: 15px Arial;
	line-height: 19px;
	font-weight: 100;
}

.topmenu-holder nav.small a:last-child {
	margin-right: 0;
}

.topmenu-holder nav.small a:hover,
.topmenu-holder nav.small a.active {
	color: #4fa2d7;
}

.time-holder {
	display: block !important;
	float: none !important;
	clear: both !important;
	height: auto !important;
	/*line-height: auto !important;*/
	margin: 0 !important;
	padding: 0 !important;
	line-height: 12px !important;
}

.time-holder a {
	height: auto !important;
	/*line-height: auto !important;*/
	font: 16px Arial !important;
	color: gray !important;
	font-size: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 12px !important;
}
/* order-call */
.contacts-holder {
	display: flex;
    flex-direction: row;
	text-align: center;
	margin-left: 0px;
	margin-top: -6px;
	position: relative;
	z-index: 2;
	/*margin-right: 15px;*/
	/*top: 10px;*/
}

@media all and (max-width:768px) {
	.contacts-holder {
		height: 77px;
	}
}

.contacts-holder span {
	color: #000;
	font: normal 16px Conv_Kelson Sans Regular RU;
	font-weight: 600;
}

.contacts-holder a {
	font: normal 20px Conv_Kelson Sans Regular RU;
	text-decoration: none;
	color: #000;
	margin-top: 0px;
	display: inline-block;
	border-bottom: 1px dashed;
	font-size: 16px;
	cursor: pointer;
}

.contacts-holder a:hover {
	color: #4fa2d7;
}

.contacts-holder .modal_zvon {
	text-decoration: underline;
	color: #000 !important;
}

.header-buttons {
	vertical-align: top;
	padding-top: 7px;
	margin-right: 25px;
}

.header-buttons>* {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin-left: 20px;
	color: #000;
	font: normal 14px Arial Conv_Kelson Sans Regular RU;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	margin-top: -10px;

}

.header-buttons>* span {
	position: relative;
	z-index: 2;
	top: 28px;
}

.header-buttons .view-button {
	background: url(/upload/medialibrary/image/View.png)no-repeat left center;
	background-size: contain;
	width: 50px;

}

.header-buttons .view-button.active {
	background: url(/upload/medialibrary/image/View-active.png)no-repeat left center;
	background-size: contain;
	width: 50px;
	color: #16afff;
}

.header-buttons .favorites-button {
	background: url(/upload/medialibrary/image/Favs.png)no-repeat center center;
	background-size: contain;
}

.header-buttons .favorites-button.active {
	background: url(/upload/medialibrary/image/Favs-active.png)no-repeat center center;
	background-size: contain;
	color: #16afff;
}

.header-buttons .cart-button {
	background: url(/upload/medialibrary/image/Shopping-cart.png)no-repeat center center;
	background-size: contain;
}

.header-buttons .cart-button.active {
	background: url(/upload/medialibrary/image/Shopping-cart-active.png)no-repeat center center;
	background-size: contain;
	color: #16afff;
}

.time-holder,
.contacts-holder,
.header-buttons {
	float: right;
}

.favorites-holder {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	height: 0;
	overflow: visible;
	text-align: right;
	font-size: 0;
	line-height: 0;
}

.favorites-button.toggle {
	display: none;
	vertical-align: top;
	width: 30px;
	height: 29px;
	background: url('/images/star.png') no-repeat center center;
	margin: 15px 0px 0 -40px;
	position: absolute;
	z-index: 920;
}

.favorites-button.toggle.active {
	background: url('/images/star-full.png') no-repeat center center;
}

.bx_catalog_item.double:hover .favorites-button.toggle {
	display: inline-block;
}

.dm-modal input[type="text"] {
	height: 42px !important;
	line-height: 42px !important;
	border-radius: 6px !important;
	padding: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	font-family: 'Arial' !important;
	font-size: 24px !important;
	color: #000 !important;
	outline: none;
	box-shadow: none !important;
	border: 3px solid #c5c5cb;
	width: 302px !important;
}

.dm-modal input[type="text"]:focus {
	border: 3px solid #16afff;
}

.dm-modal input[type="submit"] {
	height: 42px !important;
	line-height: 42px !important;
	padding: 0 !important;
	font-family: 'Arial' !important;
	font-size: 22px !important;
	background: #16afff !important;
	width: 302px !important;
	margin-left: 0 !important;
}

.dm-modal input[type="submit"]:active {
	background: #0066cc !important;
}

.dm-modal input[name="captcha_word"] {
	width: 100px !important;
}

.vopros-form input[type="text"] {
	height: 42px !important;
	line-height: 42px !important;
	border: 3px solid #c5c5cb !important;
	border-radius: 6px !important;
	padding: 0 !important;
	font-family: 'Arial' !important;
	font-size: 24px !important;
	color: #000 !important;
	outline: none !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	box-shadow: none !important;
}

.vopros-form input[type="text"]:focus {
	border: 3px solid #16afff !important;
}

.vopros-form input[type="submit"] {
	height: 48px !important;
	line-height: 48px !important;
	padding: 0 !important;
	font-family: 'Arial' !important;
	font-size: 22px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	background: #16afff !important;
}

.vopros-form input[type="submit"]:active {
	background: #0066cc !important;
}

.search-page input[type="text"].search-query {
	height: 42px !important;
	line-height: 42px !important;
	border: 3px solid #c5c5cc !important;
	border-radius: 6px !important;
	padding: 0 !important;
	font-family: 'Arial' !important;
	font-size: 24px !important;
	color: #000 !important;
	outline: none !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	box-shadow: none !important;
	background: #fff !important;
}

.search-page input[type="text"].search-query:focus {
	border: 3px solid #16afff !important;
}

.search-page input[type="submit"] {
	height: 48px !important;
	line-height: 48px !important;
	padding: 0 !important;
	font-family: 'Arial' !important;
	font-size: 22px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	background: #16afff !important;
	margin-left: 10px !important;
	border: 0 !important;
	color: #fff !important;
	background: #16afff !important;
}

.search-page input[type="submit"]:active {
	background: #0066cc !important;
}

.g-recaptcha>div {
	margin: auto !important;
	margin-bottom: 10px !important;
}

.cost-container button {
	height: 48px !important;
	line-height: 48px !important;
	padding: 0 !important;
	font-family: 'Arial' !important;
	font-size: 18px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	background: #16afff !important;
	text-align: center;
	border: 0 !important;
	color: #fff !important;
	background: #16afff !important;
	outline: none !important;
	width: 260px;

}

.cost-container button:active {
	background: #0066cc !important;
}

.cost-container {
	padding: 0 !important;
	width: auto !important;
	border: 0 !important;
	margin-top: 15px;



}

form#call_ord input[type="text"],
form#call_ord textarea,
#order_form_div input[type="text"],
#order_form_div input[type="password"],
#order_form_div textarea,
#order_form_div select {
	height: 42px !important;
	line-height: 42px !important;
	border-radius: 6px !important;
	padding: 0 !important;
	font-family: 'Arial' !important;
	font-size: 24px !important;
	color: #000 !important;
	outline: none !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	box-shadow: none !important;
	background: #fff !important;
	border: 3px solid #c5c3cb !important;
}

form#call_ord input[type="text"]:focus,
form#call_ord textarea:focus,
#order_form_div input[type="text"]:focus,
#order_form_div input[type="password"]:focus,
#order_form_div textarea:focus,
#order_form_div select:focus {
	border: 3px solid #16afff !important;
}

#order_form_div input[type="text"],
#order_form_div input[type="password"],
#order_form_div textarea,
#order_form_div select {
	text-align: left !important;
}

form#call_ord input[type="submit"],
#ORDER_CONFIRM_BUTTON,
.pretty_button.type1,
.fastorder {
	height: 48px !important;
	line-height: 48px !important;
	padding: 0 !important;
	font-family: 'Arial' !important;
	font-size: 22px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	background: #16afff !important;
	margin-left: 10px !important;
	border: 0 !important;
	color: #fff !important;
	background: #16afff !important;
	outline: none !important;
	display: block !important;
	margin: 10px auto 0 auto !important;
	text-shadow: none !important;
	border-radius: 6px;
}

.fastorder {
	background: none !important;
	border: 3px solid #fff !important;
	border-radius: 2px;
	color: #000 !important;
}

#ORDER_CONFIRM_BUTTON,
.fastorder {
	display: inline-block !important;
	text-transform: uppercase;
}

.fastorder {
	font-weight: bold;
}

form#call_ord input[type="submit"]:active,
#ORDER_CONFIRM_BUTTON:active,
.pretty_button.type1:active,
.fastorder:active {
	background: #0066cc !important;
}

.ts-form.ts-filter {
	white-space: nowrap;
}

.ts-form.ts-filter button,
.warranty-print2 {
	height: 36px !important;
	line-height: 36px !important;
	padding: 0 !important;
	font-family: 'Arial' !important;
	font-size: 20px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	/*background: #16afff !important;*/
	margin-left: 10px !important;
	border: 0 !important;
	color: #fff !important;
	outline: none !important;
	display: inline-block !important;
	margin: 10px auto 0 auto !important;
	text-shadow: none !important;
	border-radius: 6px;
	vertical-align: middle;
	font-style: normal !important;
	margin-top: 0 !important;
}

.ts-filter input {
	margin-left: 0 !important;
}

.ts-form.ts-filter button {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.catalog-search-title,
.bx_search-price {
	width: auto !important;
}

.ts-form.ts-filter button:active,
.warranty-print2:active {
	background: #0066cc !important;
}

.ts-filter input {
	height: 30px !important;
	line-height: 30px !important;
	border-radius: 6px !important;
	padding: 0 !important;
	font-family: 'Arial' !important;
	font-size: 20px !important;
	color: #000 !important;
	outline: none !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	box-shadow: none !important;
	background: #fff !important;
	width: 140px !important;
	border: 3px solid #c5c5cc;
	vertical-align: middle;
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.fastorder-bg {
	display: none;
	float: none;
	clear: both;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.65);
}

.fastorder-form {
	display: none;
	width: 100%;
	color: #cfd8dc;
	text-align: left;
	text-align: center;
}

.fastorder-form input[name="phone"] {
	margin-top: 10px;
	height: 42px;
	line-height: 42px;
	border-radius: 6px;
	padding: 0;
	font-family: 'Arial';
	font-size: 24px;
	color: #000;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: none;
	background: #fff;
	border: 3px solid #c5c4cc !important;
	display: inline-block;
	width: 90%;
	box-sizing: border-box;
}

.fastorder-form input[name="phone"]:focus {
	border: 3px solid #16afff !important;
}

.fastorder-form input[name="phone"].error {
	border: 1px solid red;
}

.fastorder-form input[type="submit"] {
	height: 48px;
	line-height: 48px;
	padding: 0;
	font-family: 'Arial';
	font-size: 22px;
	padding-left: 10px;
	padding-right: 10px;
	background: #16afff;
	margin-left: 10px;
	border: 0;
	color: #fff;
	background: #16afff;
	outline: none;
	margin: 10px auto 0 auto;
	text-shadow: none;
	border-radius: 6px;
	display: inline-block;
}

.fastorder-form .success {
	color: #16afff;
	padding-top: 10px;
	font-size: 17px;
	font-weight: bold;
}

.c {
	display: block !important;
	float: none;
	clear: both;
	width: 0;
	height: 0;
}

.hob {
	display: none;
}

.fav-table td {
	vertical-align: top !important;
}

.bluelink-holder {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	text-align: left;
	font-size: 0;
	line-height: 0;
}

.bluelink-holder a {
	height: 48px;
	line-height: 48px;
	padding: 0;
	font-family: 'Arial';
	font-size: 22px;
	padding-left: 10px;
	padding-right: 10px;
	background: #16afff;
	margin-left: 10px;
	border: 0;
	color: #fff;
	background: #16afff;
	outline: none;
	margin: 10px auto 0 auto;
	text-shadow: none;
	border-radius: 6px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.bluelink-holder a:last-child {
	margin-right: 0;
}

.bluelink-holder a:active {
	background: #0066cc;
}

.bx-breadcrumb .bx-breadcrumb-item a :hover {
	text-decoration: underline;
}

#scrollup {
	position: fixed;
	/* фиксированная позиция */
	/*opacity: 0.95;  прозрачность */
	padding: 15px 10px 10px;
	/* отступы */
	background: #aaa;
	border-radius: 5px;
	/* скругление углов */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	left: 10px;
	/* отступ слева */
	bottom: 10px;
	/* отступ снизу */
	display: none;
	/* спрятать блок */
	cursor: pointer;
	width: 50px;
	height: 30px;
	background-color: #555555;
	/*font-weight:bold;*/
	text-align: center;
	color: #fff;
	bottom: 80px;
}

.bottom_search form {
	background: none !important;
	padding: 0px !important;
}

/* Стили модального окна и содержания */
.dm-overlay {
	/* слой затемнения */
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	overflow: auto;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.65);
}

/* блочная таблица */
.dm-table {
	display: table;
	width: 100%;
	height: 100%;
}

/* ячейка блочной таблицы */
.dm-cell {
	display: table-cell;
	padding: 0 1em;
	vertical-align: middle;
	text-align: center;
}

/* модальный блок */
.dm-modal {
	display: inline-block;
	border-radius: 7px;
	padding: 20px;
	width: 620px;
	background: #b0b0b6;
	-webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
	color: #cfd8dc;
	text-align: left;
	-webkit-animation: fade .8s;
	-moz-animation: fade .8s;
	animation: fade .8s;
	min-width: 300px;
}

.dm-modal a {
	color: #fff;
	text-decoration: underline;
}

/* кнопка закрытия */
.close {
	z-index: 9999;
	float: right;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 26px;
	cursor: pointer;
	font-size: 17px;
	position: relative;
	top: -15px;
}

/* кнопка закрытия при наведении */
.close:hover:after {
	border-color: #fff;
	color: #fff;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* варианты фоновой заливки */
.green {
	background: #388e3c !important;
}

.cyan {
	background: #0097a7 !important;
}

.teal {
	background: #00796b !important;
}


.h3 {
	display: block;
	font-size: 1.17em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}



.how-make-order {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
	background: #dbdbdb;
	border-top: 3px solid #16afff;
	padding: 10px 0 15px 0;
	margin-top: 30px;
}

.how-make-order .title {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	font-family: Conv_Kelson Sans Regular RU;
	font-size: 20px;
	line-height: 26px;
	color: #000;
}

.how-make-order .step {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 325px;
	margin: 20px 15px 0 15px;
	background: #fff;
	border-radius: 6px;
	border: 0;
	padding: 7px 0;
}

.how-make-order .step .top {
	display: block;
	float: none;
	clear: both;
	text-align: left;
	padding: 0 6px;
}

.how-make-order .step .top>* {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.how-make-order .step .top .num {
	width: 34px;
	height: 34px;
	background: #16afff;
	border-radius: 17px;
	line-height: 34px;
	font-family: Conv_Kelson Sans Regular RU;
	color: #fff;
	font-size: 16px;
	position: absolute;
	margin: -5px 0 0 -23px;
}

.how-make-order .step .top .name {
	font-family: Conv_Kelson Sans Regular RU;
	color: #000;
	font-size: 20px;
	line-height: 26px;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

.how-make-order .step .image {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
}

.how-make-order .step .image img {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	height: auto;
}

.how-make-order .step .text {
	display: block;
	float: none;
	clear: both;
	padding: 6px 6px 0 6px;
	font-family: Arial;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
}

.how-make-order .step .text ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

.how-make-order .step .text ul li {
	padding: 0 0 5px 0;
}

.how-make-order .step .text ul li:last-child {
	padding: 0;
}

.bx_search_container .bx_field {
	border: 0;
	height: 48px;
	white-space: nowrap !important;
	text-align: right;
	box-shadow: none !important;
}

#title-search-input {
	margin: 0 !important;
}

.bx_search_container {
	padding-right: 0 !important;
}

.catalog-search-title {
	/* position: static !important; */
	float: right;
}

h1[name="oSection"] {
	/* float: left !important; */
}

.catalog-search-title input[type="text"] {
	height: 30px !important;
	line-height: 30px !important;
	border-radius: 6px !important;
	padding: 0 !important;
	font-family: 'Arial' !important;
	font-size: 20px !important;
	color: #000 !important;
	outline: none !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	box-shadow: none !important;
	background: #fff !important;
	width: 140px !important;
	border: 3px solid #c5c5cc !important;
	vertical-align: middle !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	box-sizing: content-box !important;
	display: inline-block !important;
	float: none !important;
	position: static !important;
}

.bx_search_container .bx_field .bx_input_submit,
.order-btn button {
	position: static !important;
	height: 36px !important;
	line-height: 36px !important;
	padding: 0 !important;
	font-family: 'Arial' !important;
	font-size: 20px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	background: #16afff !important;
	margin-left: 10px !important;
	border: 0 !important;
	color: #fff !important;
	background: #16afff !important;
	outline: none !important;
	display: inline-block !important;
	margin: 10px auto 0 auto !important;
	text-shadow: none !important;
	border-radius: 6px;
	vertical-align: middle;
	font-style: normal !important;
	margin-top: 0 !important;
	float: none !important;
	width: auto !important;
}

.order-btn {
	border: 0;
	width: auto;
	padding: 0;
}

.filtr-prices-range {
	width: 337px;
}

.bx_catalog_text {
	width: calc(100% - 337px) !important;
}

@media screen and (max-width: 1790px) {
	.bx_ordercart_order_table_container {
		width: 100% !important;
	}

	header.header {
		text-align: left;
	}

	.topmenu-holder {
		text-align: left;
		/*width: calc(100% - 91px);*/
		/*margin-bottom: 10px;*/
	}

	.header-buttons {
		/*margin-right: calc(50% - 245px);*/
	}
}

@media screen and (max-width: 17590px) {
	.bottom_search {
		float: none;
		clear: both;
		float: none;
		clear: both;
		display: block;
		display: block !important;
		position: static !important;
		margin: auto;
	}
}

@media screen and (max-width: 1690px) {
	.topmenu-holder nav.small {}
}

@media screen and (max-width: 1600px) {
	.bx_search-price {
		/*
		display: block;
		float: none !important;
		clear: both !important;
		width: 100% !important;
		text-align: left !important;*/
		white-space: nowrap;
	}

	.bx_search-price>*,
	.bx_search-price>*>* {
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		float: none;

	}

	.ts-form .title {
		font-size: 14px !important;
	}

	.catalog-search-title {
		/*
		float: none !important;
		clear: both !important;
		width: 100% !important;
		position: static !important;*/
	}
}

@media screen and (max-width: 1500px) {

	.g-table,
	.g-table tr {
		display: block;
		text-align: center;
	}

	.g-table tr td {
		width: 370px !important;
		display: inline-block;
		text-align: left;
	}
}

@media screen and (max-width: 1290px) {
	.topmenu-holder nav.big a {
		font-size: 16px;
		margin-right: 6px;
	}

	.topmenu-holder nav.big a:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 1150px) {
	.topmenu-holder nav.big a {
		font-size: 16px;
		margin-right: 4px;
	}

	.topmenu-holder nav.big a:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 1080px) {
	#material {
		width: 100% !important;
	}

	body {
		min-width: 0 !important;
	}

	header.header {
		width: 100vw;
	}

	.topmenu-holder {}

	section.main_area {}

	.topmenu-holder nav.big,
	.topmenu-holder nav.small {
		display: none;
		float: none;
		clear: both;
		width: 100vw;
		text-align: left;
		margin: 0;
		margin-left: -60px;
	}

	.topmenu-holder nav.big a,
	.topmenu-holder nav.small a {
		display: block;
		text-align: center;
		border-bottom: 1px solid rgba(0, 0, 0, .2);
		float: left;
		clear: both;
		font-weight: 500;
	}

	.togglenav {
		display: inline-block;
		text-align: left;
		font: normal 20px Conv_Kelson Sans Regular RU;
		color: #000;
		vertical-align: middle;
		height: 54px;
		line-height: 54px;
		margin-left: 15px;
		padding-left: 30px;
		background: url('/images/toggleNav.png') no-repeat left center;
		cursor: pointer;
	}

	footer {
		height: auto !important;
		padding-bottom: 20px;
	}

	footer.footerWithMenu {
		position: static !important;
	}

	footer.footerWithMenu .socseti {
		display: block;
		float: none;
		clear: both;
		width: 204px;
		margin: auto;
		margin-bottom: 15px;
	}

	.bottom_menu-container {
		width: 100%;
		margin: auto;
	}

	footer.footerWithMenu .copy {
		margin: auto !important;
		float: none;
		margin-bottom: 15px !important;
	}

	a#print,
	a#print * {
		display: block;
		float: none;
		clear: both;
		width: 100%;
		height: auto;
	}

	.topmenu-holder nav.big.popupShow,
	.topmenu-holder nav.small.popupShow {
		display: flex;
		box-sizing: border-box;
		flex-direction: column;
		position: absolute;
		z-index: 930;
		background: #fff;
		left: 0;
		margin-left: 0;
		padding: 0 30px;
		margin-top: 12px;
	}

	.topmenu-holder nav.small {
		box-shadow: -4px 10px 5px 0px rgba(0, 0, 0, 0.22);
		padding-bottom: 10px;
	}

	.topmenu-holder nav.big {
		margin-top: 20px !important;
	}

	.topmenu-holder nav.small a {
		font: normal 20px Conv_Kelson Sans Regular RU;
		text-transform: uppercase;
		font-weight: 100;
		font-size: 16px;
	}
}

@media screen and (max-width: 1100px) {
	.vopros-form {
		background: #757575 !important;
	}

	.fav-table,
	.fav-table tr {
		display: block;
		width: 100%;
		text-align: center;
	}

	.fav-table tr td {
		display: inline-block;
		width: 45% !important;
	}

	.vopros-form input[type="text"],
	.vopros-form input[type="submit"] {
		display: block;
		float: none;
		clear: both;
		margin: 10px auto;
	}

	.vopros-form #note {
		display: block;
		float: none;
		clear: both;
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0;
	}

	#vopros>span {
		font-size: 16px;
		line-height: 20px;
	}
}

@media screen and (max-width: 1000px) {
	.item_info_section>div>span {
		font-size: 16px !important;
		line-height: 20px !important;
	}

	.bx_catalog_item_images_double {
		display: none !important;
	}

	.bottom_menu-container .col {
		width: 30%;
	}

	footer.footerWithMenu .copy {
		width: 90%;
	}

	.tab ul.login {
		display: none !important;
	}

	.tab,
	#toppanel,
	#panell {
		position: static;
		float: none;
		clear: both;
		top: inherit !important;
	}

	.tab {
		padding-top: 12px !important;
	}

	.bx-breadcrumb .bx-breadcrumb-item {
		padding-top: 0 !important;
		margin-top: 40px !important;
	}

	.bx_catalog_item_container img {
		width: 100% !important;
		height: auto !important;
		position: static !important;
		opacity: 1 !important;
	}

	.bx_catalog_item_images {
		width: 100% !important;
		height: auto !important;
		opacity: 1 !important;
	}

	.bx_catalog_item.double {
		height: auto !important;
	}

	.news-news-list .order-btn {
		position: static !important;
		padding-bottom: 20px;
	}
}

.slider {
	border-radius: 10px !important;
	overflow: hidden !important;
}

@media screen and (max-width: 900px) {

	.slider,
	.slider ul img,
	.slideshow,
	.plant_img,
	.plant_img img,
	.alt2 img {
		width: 100% !important;
		height: auto;
		min-width: 0 !important;
	}

	.slider ul li {
		display: inline-block;
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.slider ul {
		white-space: nowrap !important;
	}

	.slider .slides {
		white-space: nowrap !important;
		padding-left: 0 !important;
		margin-left: 0 !important;
	}

	.slider .slides img {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}


@media screen and (max-width: 1200px) {
	.warranty-anotation {
		position: static !important;
		float: none;
		clear: both;
		margin: 10px auto;
		width: auto !important;
		padding: 10px !important;
		height: auto !important;
		line-height: 22px !important;
	}
}

@media screen and (max-width: 1000px) {
	.nff {
		float: none !important;
		clear: both !important;
	}

	.nff>* {
		position: static !important;
		float: none !important;
		padding-left: 0 !important;
		margin-left: 0 !important;
		height: auto !important;
		line-height: 20px !important;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 900px) {
	.ins_block {
		height: auto !important;
	}

	.ins_block img {
		max-width: 100% !important;
		height: auto !important;
	}

	.ins_block>* {
		position: static !important;
		float: none !important;
		clear: both !important;
		display: inline-block !important;
	}

	.pici {
		width: auto !important;
		max-width: 100% !important;
	}

	.piccm img {
		height: auto !important;
		width: auto !important;
		max-width: 100% !important;
	}
}

@media screen and (max-width: 850px) {

	.bx_item_container .bx_lt,
	.bx_item_container .bx_md,
	.bx_item_container .bx_rt {
		display: block !important;
		float: none !important;
		padding: 0 !important;
		margin: 10px 0 !important;
		clear: both !important;
		width: 100% !important;
		position: static !important;
	}

	.bx_item_slider_lupe_small,
	.bx_item_slider_lupe,
	.bx_slider_scroller_container {
		display: none !important;
	}

	.bx_bigimages_aligner {
		margin-top: 40px !important;
		position: static !important;
		height: auto !important;
	}

	.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer {
		position: static;
		height: auto !important;
	}

	.bx_item_detail .bx_item_slider .bx_bigimages {
		position: static;
		padding: 0 !important;
		height: auto !important;
	}

	.item_scu_prop.MATERIAL .scu_prop_description {
		vertical-align: top;
	}

	.bx_item_detail .bx_item_container .bx_mb {
		margin: 20px 0 0 0 !important;
		width: 100% !important;
		text-align: center !important;
	}

	.item_info_section.stela span.offerprop_title {
		display: block;
		float: none;
		clear: both;
	}

	.area_left,
	.area_right {
		display: block !important;
		float: none !important;
		clear: both !important;
		width: 100% !important;
		margin: 0 !important;
	}

}

@media screen and (max-width: 700px) {

	.dm-modal,
	#form_wrapper_call {
		width: 90% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
	}

	.dm-modal *,
	#form_wrapper_call * {
		max-width: 100% !important;
		box-sizing: border-box !important;
		min-width: 0 !important;
	}

	#form_wrapper_call {
		left: 10px !important;
		margin-left: 0 !important;
	}

	.frm_place {
		height: auto !important;
	}

	.frm_place p.text-bottom {
		position: static !important;
	}

	#fhead .h3,
	#fhead h3 {
		position: static !important;
		width: 100% !important;
		text-align: center !important;
		padding: 10px 0 !important;
		margin: 0 !important;
	}
}

@media screen and (max-width: 1250px) {
	.all .plant_img {
		width: 45% !important;
	}
}

@media screen and (max-width: 680px) {
	.all .plant_img {
		width: 95% !important;
	}
}

@media screen and (max-width: 650px) {

	.bx_catalog_text,
	.filtr-prices-range {
		width: 100% !important;
	}

	.bottom_menu-container .col {
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
		text-align: center;
	}

	#my_breadcrumbs {
		display: none;
	}

	.bx_catalog_item.double {
		width: 100% !important;
	}

	.main_area .catalog-search-title,
	.main_area .bx_search-price {
		position: static !important;
	}

	#contacts-block .area_right>ymaps,
	#contacts-block .area_left>ymaps {
		height: 150px !important;
	}
}

@media screen and (max-width: 590px) {
	.fav-table tr td {
		display: inline-block;
		width: 100% !important;
		margin: auto !important;
	}

	.fav-table tr td * {
		max-width: 100% !important;
	}

	.bx_item_container .bx_lt .bx_item_anotation {
		box-sizing: border-box;
		width: 100% !important;
		height: auto !important;
	}

	.bx_item_container .bx_lt .bx_item_anotation>* {
		display: block !important;
		float: none !important;
		clear: both !important;
		width: 100% !important;
		line-height: 22px !important;
	}
}

@media screen and (max-width: 550px) {
	.dm-overlay {
		overflow: hidden;
	}

	.dm-modal {
		/*float: left;*/
	}

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

	.time-holder,
	.contacts-holder,
	.header-buttons {
		display: block !important;
		float: none !important;
		clear: both !important;
		/* margin: 5px 0 0 0 !important; */
		padding: 0 !important;
		text-align: center !important;
	}

	header.header>.header-buttons {
		height: 40px !important;
	}

	#nadpis,
	#nadpis * {
		width: 100% !important;
		height: auto !important;
	}

	.wrapper-second-text table {
		width: 100% !important;
	}

	.item_info_section.stela select,
	#podstavka ins {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		box-sizing: border-box !important;
	}
}

@media screen and (max-width: 470px) {
	.smallfont .input-button {
		display: block;
		float: none;
		clear: both;
		width: 100%;
		white-space: normal;
	}

	.big_block>div>* {
		display: block;
		float: none;
		clear: both;
		max-width: 100%;
		min-width: 0;
		margin: 0;
		text-align: left;
	}

	.big_block>div>img {
		margin: auto;
		margin-top: 20px;
	}
}

/*
@media screen and (max-width: 430px) {
	.g-table > tbody > tr > td {
		width: 100% !important;
	}
	.g-table > tbody > tr > td > div{
		display: block;
		padding: 0 !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
		background: none !important;
	}
	.g-table > tbody > tr > td > div > p{
		display: inline !important;
		margin: 0 !important;
	}
	.g-table > tbody > tr > td:nth-child(1) > div::before{
		display: inline;
		content: '1.';
		font-family: Conv_Kelson Sans Regular RU;
		color: #16afff;
		font-weight: bold;
		margin-right: 5px;
	}
	.g-table > tbody > tr > td:nth-child(2) > div::before{
		display: inline;
		content: '1.';
		font-family: Conv_Kelson Sans Regular RU;
		color: #16afff;
		font-weight: bold;
		margin-right: 5px;
	}
	.g-table > tbody > tr > td:nth-child(3) > div::before{
		display: inline;
		content: '1.';
		font-family: Conv_Kelson Sans Regular RU;
		color: #16afff;
		font-weight: bold;
		margin-right: 5px;
	}
	.g-table > tbody > tr > td:nth-child(4) > div::before{
		display: inline;
		content: '1.';
		font-family: Conv_Kelson Sans Regular RU;
		color: #16afff;
		font-weight: bold;
		margin-right: 5px;
	}
}
*/
@media screen and (max-width: 500px) {
	section.main_area {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	form.sort p {
		display: block;
		float: none;
		clear: both;
	}

	.dm-modal input[type="submit"],
	form#call_ord input[type="submit"],
	#ORDER_CONFIRM_BUTTON,
	.pretty_button.type1,
	.fastorder {
		font-size: 15px !important;
	}

	.item_info_section.stela select {
		font-size: 10px !important;
	}
}

@media screen and (max-width: 400px) {
	.upmenu-list li {
		margin: 0 0 15px 0 !important;
		width: 100% !important;
		height: auto !important;
	}

	.upmenu-list li>* {
		width: 100% !important;
		margin: 10px 0 !important;
		text-align: center !important;
		display: block !important;
	}

	.vopros-form input[type="text"],
	.vopros-form input[type="submit"] {
		width: 90% !important;
		margin: auto !important;
		box-sizing: border-box !important;
		font-size: 14px !important;
		margin-bottom: 15px !important;
	}

	.block-element {
		display: block;
		width: 100% !important;
		margin: 10px 0 0 0 !important;
	}

	.block-element img {
		width: 100% !important;
		height: auto !important;
		margin: auto !important;
	}

	.ts-filter input[type="text"] {
		width: 80px !important;
	}
}

@media screen and (max-width: 370px) {}

@media screen and (max-width: 320px) {
	.upmenu-list li {
		width: 100% !important;
		box-sizing: border-box !important;
	}
}

.bx_catalog_list_home .bx_catalog_item_price span {
	font-size: 15px !important;
	font-family: Arial !important;
}

.bx_catalog_item_images {}

.sale_order_full_table .ps_logo {
	display: none;
}

.bx_item_detail.bx_blue {
	padding-top: 8px;
}

.bottom_menu-container .bx_search_container .bx_field {
	background: none !important;
	white-space: nowrap;
}

.bottom_menu-container .bx_search_container .bx_field>* {
	display: inline-block;
	vertical-align: middle;
	position: static;
	float: none;
	height: 36px;
	border-radius: 2px;
}

.bottom_menu-container .bx_search_container .bx_field>input[type="text"] {
	background: #fff;
	width: 150px;
	padding-left: 0;
	padding-right: 0;
}

.catalog-search-title {
	/* position: relative !important; */
	top: 32px !important;
}

.bx_search-price {
	position: relative !important;
	top: 53px !important;
}

.wrapper-second-text img {
	height: auto !important;
	/*width:80px;*/
}

.bx_search_container .bx_field .bx_input_submit {
	background: url('/local/templates/russtone_copy/components/bitrix/search.title/visual1/images/search_lupe.png') no-repeat -2px center #fff !important;
	font-size: 0 !important;
	border: 3px solid #c5c5cc !important;
	border-left: 0 !important;
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	width: 36px !important;
	margin-left: 0 !important;
}

#title-search-input {
	margin-right: 0 !important;
	border-right: 0 !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-right: 0 !important;
	text-align: left;
	width: 216px !important;
}

.bx_search_container .bx_field {
	font-size: 0;
}

.bottom_search #title-search-input {
	margin-right: 0 !important;
	border-right: 0 !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-right: 0 !important;
	text-align: left;
	width: 216px !important;
	border: 3px solid #c5c5cc !important;
	border-right: 0 !important;
	font-size: 16px !important;
	color: #000 !important;

	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
	padding-left: 15px !important;
}

.wrapper-second-text table img {
	margin-right: 20px;
}

#scrollup {
	z-index: 999999999999;
}

.fastorder {
	width: 210px !important;
	border-radius: 6px;
	background: #babac4 !important;
	color: #fff !important;
	height: 42px !important;
	line-height: 42px !important;
}

.fastorder:active {
	background: #babac4 !important;
}

.fastorder-form input[name="phone"] {
	width: 236px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	position: relative;
	left: 2px;
}

.fastorder-form input[type="submit"] {
	width: 236px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-transform: uppercase;
}

.bx_rt .item_info_section .h3 {
	margin-top: 30px !important;
	padding-top: 0 !important;
}

.bx_item_detail .item_old_price {
	font-size: 24px !important;
}

.frm_place p.text-bottom {
	padding: 0 !important;
}

.frm_place input[type="text"] {
	width: 280px !important;
	margin-left: 0 !important;
}

.submenu-container {
	margin-left: 0 !important;
}

.bx_catalog_text .submenu-container {
	margin-left: 5px !important;
}

.small.popupShow {
	padding-top: 0 !important;
}

.maket-3d img,
.maket-3d {
	max-width: 100% !important;
	min-width: 0 !important;
	width: auto !important;
	height: auto !important;
}

form.filters-price {
	padding-top: 5px !important;
	display: inline-block;
}

form.sort {
	white-space: nowrap;
}


.list-items .item-container {
	display: inline-block;
	text-align: center;
	margin: 1% 0;
	width: 270px !important;
	clear: none !important;
	height: 425px !important;
	margin-bottom: 0px !important;
}

.bx_catalog_item.double {
	width: 250px !important;
	height: 405px !important;
	display: inline-block !important;
	float: none !important;
	margin-bottom: 60px !important;
}

.bx_catalog_item_controls {
	height: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
}

.bx_catalog_item_controls>div {
	position: absolute;
	margin-top: 4px;
}

.bx_catalog_item.double .bx_catalog_item_container {
	width: 238px !important;
	height: 403px !important;
}

.bx_catalog_item.double .bx_catalog_item_container .bx_catalog_item_images {
	width: 240px !important;
	line-height: 0;
	font-size: 0;
	height: 330px !important;
	padding: 0 !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center center !important;
	position: static !important;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
	background-size: contain !important;
}

.bx_catalog_item.double .bx_catalog_item_container .bx_catalog_item_images::before {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
	overflow: hidden;
	content: '';
}

.bx_catalog_item.double .bx_catalog_item_container .bx_catalog_item_images img {
	position: static !important;
}

.bx_catalog_item.double .bx_catalog_item_container .bx_catalog_item_images>* {
	display: inline-block !important;
	vertical-align: bottom;
	text-align: center;
}


.bx_random_section_list .bx_catalog_item_container .bx_catalog_item_images,
.bx_random_section_list .bx_catalog_item_images_double,
.bx_random_section_list .bx_catalog_item.double .bx_catalog_item_container .bx_catalog_item_images {
	background-position: center bottom !important;
}

.bx_random_section_list .bx_catalog_item_container .bx_catalog_item_images>* {
	display: inline-block !important;
	vertical-align: bottom;
	text-align: center;
}

.bx_random_section_list .bx_catalog_item_container .bx_catalog_item_images img {
	position: static !important;
}

.bx_random_section_list .bx_catalog_item_container .bx_catalog_item_images::before {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
	overflow: hidden;
	content: '';
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control {
	position: static !important;
	padding-left: 10px;
}

.slider .slides img,
.slider .slides li,
.slider,
.slider .slides {
	border-radius: 10px !important;
	overflow: hidden !important;
}

@media screen and (max-width: 850px) {
	.bx_ordercart .bx_ordercart_order_table_container table thead td {
		display: none;
	}

	.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item {
		text-align: left !important;
	}

	div.material,
	.bx_ordercart_itemart {
		display: none !important;
	}

	#basket_items tbody td.price {
		padding-top: 0 !important;
	}

	#basket_items table tbody tr td.item {
		padding-bottom: 0 !important;
	}

	#basket_items .prop {
		padding-left: 0 !important;
	}
}

@media screen and (max-width: 850px) {
	.bx_ordercart_order_table_container>div {
		position: absolute;
		z-index: 2;
		left: 20px !important;
		white-space: nowrap !important;
		text-align: left !important;
	}

	.bx_ordercart_order_table_container>div h3 {
		padding-top: 5px !important;
		margin-top: 0 !important;
	}

	.bx_ordercart_order_table_container>div h5 {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	.bx_ordercart_order_table_container>div * {
		white-space: nowrap !important;
	}

	.ordertop {
		padding-top: 90px;
	}
}

.pretty_button.type1 {
	width: 232px !important;
}

.fastorder-form input.error[name="phone"] {
	border: 1px solid red !important;
}

.bx_catalog_list_home .bx_catalog_item_price {
	position: relative;
	top: 2px;
}

.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo span {
	bottom: 0 !important;
}



.bx_item_list_recommended .bx_catalog_item_price,
.bx_random_section_list .bx_catalog_item_price .bx_price,
.bx_random_section_list .bx_catalog_item_price {
	margin-top: -13px !important;
}

.bx_random_section_list .bx_catalog_item_price {
	bottom: -5px !important;
	margin-top: 5px !important;

}

.bx_item_list_recommended .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo span,
.bx_random_section_list .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo span {
	bottom: 0 !important;
}

.skiptranslate.goog-te-gadget {
	text-align: center !important;
}

@media screen and (max-width: 400px) {
	.bottom_search {
		width: auto !important;
	}

	.bottom_search #title-search {
		padding: 0 !important;
		margin: auto !important;
		width: 252px !important;
	}

	.upmenu-list li {
		box-sizing: border-box;
	}
}

/*стили материалов для раздела двухцветные памятники*/
#material {
	width: 960px;
	position: relative;
	font-family: Arial;
}

#material .item-container {
	width: 235px;
	display: inline-block;
}

.item-container h3,
.item-container .h3 {
	font: bold 16px Arial;
}

.item-container h3,
.item-container .h3,
.item-container span {
	display: inline;
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
}

.item-container span {
	margin-top: 30px;
	font-style: italic;
	font-size: 13px;
}

@media screen and (max-width: 810px) {
	.block-element2 img {
		width: 100%;
	}

	.block-element2 {
		position: static;
		width: 100%;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
}

@media screen and (max-width: 670px) {
	.news-list .order-btn {
		display: block;
		float: none;
		clear: both;
		width: 100%;
		text-align: left;
		position: static;
	}
}

.bx_item_list_recommended .bx_catalog_item_images_double {
	padding-left: 0 !important;
	padding-right: 0 !important;
	top: -5px !important;
}

.bx_item_list_recommended .bx_catalog_item_container {
	position: relative !important;
	z-index: 2;
}

.bx_item_list_recommended .bx_catalog_item_container a {
	width: 240px !important;
	height: 330px !important;
}

.bx_item_list_recommended .bx_catalog_item_container a:nth-child(2) {
	position: absolute;
	z-index: 2;
	top: 0;
	margin: 0 !important;
	padding-top: 0 !important;
	margin-top: 5px !important;
}

.bx_item_list_recommended .bx_catalog_item_container:hover a:nth-child(2) {
	position: absolute;
	z-index: 2;
	top: 0;
	margin: 0 !important;
	padding-top: 0 !important;
	margin-top: 5px !important;
}

.pticeholder {
	text-align: center;
}

.pticeholder>* {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px !important;
	line-height: 15px !important;
	font-family: Arial !important;
}

.bx_item_list_recommended .bx_catalog_item_price .bx_price .oldprice {
	font-weight: bold;
	white-space: nowrap;
	font-size: 15px !important;
	line-height: 15px !important;
	font-family: Arial !important;
}


.bx_item_list_recommended .list-percent-value {
	display: block;
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 40px;
	background: url('/images/percent.png') no-repeat center center;
	margin: 0px 0 0 10px;
	top: 0;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-family: Conv_Kelson Sans Regular RU;
	font-weight: bold;
	font-size: 15px;
}

.zagklad {
	font-family: Conv_Kelson Sans Regular RU;
	margin-top: 20px;
}

.zagklad1 {
	margin-top: -20px;
	margin-bottom: -15px;
}

.k-props {
	margin-top: 10px;
}

.ramblerTop100 {
	display: none;
}

.kladbisha-mo {
	width: 100%;
	height: 100%;
}

.block-k {
	margin-top: 50px;
	border: solid 1px #000;
	float: left;
	margin-right: 10px;
	min-width: 275px;
	margin-bottom: 5px;
}

.asd_vk_share img {
	padding: 3px;
}

.asd_fb_share img {
	padding: 3px;
}

.asd_gp_share img {
	padding: 3px;
}

.asd_od_share img {
	padding: 3px;
}

.asd_tw_share img {
	padding: 3px;
}

.asd_lj_share img {
	padding: 3px;
}

.asd_li_share img {
	padding: 3px;
}

.asd_ma_share img {
	padding: 3px;
}

.tgt img {
	height: 150px;
	padding: 5px;
}

.kpg {
	color: #4fa2d7;
	text-decoration: underline;
}


.form ::-webkit-input-placeholder {
	color: #939DA3;
}

.form ::-moz-placeholder {
	color: #939DA3;
}

/* Firefox 19+ */
.form :-moz-placeholder {
	color: #939DA3;
}

/* Firefox 18- */
.form :-ms-input-placeholder {
	color: #939DA3;
}

.form:focus::-webkit-input-placeholder {
	opacity: 0;
}

/* webkit */
.form:focus::-moz-placeholder {
	opacity: 0;
}

/* Firefox 19+ */
.form:focus:-moz-placeholder {
	opacity: 0;
}

/* Firefox 18- */
.form:focus:-ms-input-placeholder {
	opacity: 0;
}

/* IE */


.kladbishha-all {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*.plant_img {overflow: hidden; display: block; margin-top: 15px;}*/
.like_b {
	text-align: center;
}

.like_b a {
	color: inherit;
}

.like_b a:hover {
	color: #0099ff;
}

.all {
	overflow: hidden;
}

.all .plant_img {
	width: 23%;
	float: left;
	margin-right: 15px;
	margin-bottom: -10px;
}

.plant_img .border_img {
	max-width: 100%;
}

.like_b {
	font-weight: bold;
}

.all .like_b {
	display: block;
	text-align: center;
}

.like_b a {
	color: inherit;
}

.like_b a:hover {
	border-bottom: 1px solid #0099ff;
}

.plant_img2 {
	float: left;
	margin-right: 10px;
	min-width: 340px;
	margin-bottom: 5px;
}

.plant_img3 {
	float: left;
	margin-right: 10px;
	min-width: 200px;
	margin-bottom: 5px;
}

.like_v {
	font-size: 20px;
}

.like_v a {
	color: inherit;
}

.like_v a:hover {
	color: #16afff;
}

.razmer {
	max-width: 100%;
	height: auto;
}

.ppp {
	max-width: 500px;
	height: auto;
}

.b-sections {
	margin-top: -30px;
	display: block;
	float: none;
	clear: both;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 20px;
}

.b-sections .title {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	text-align: left;
	display: block;
	font-size: 1.17em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
}

.b-sections ul {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 20px;
}

.b-sections ul li {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width: 20%;
	/*margin: 0,5%;*/
	height: auto;
	padding: 4px;
	border-radius: 2px;
	min-width: 200px;
}

.b-sections ul li:hover {
	background: url(/local/templates/russtone/components/bitrix/catalog.main/index-page/images/bg_.png) no-repeat top #b0b0b9;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
}

.b-sections ul li .image {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.b-sections ul li .name {
	display: block;
	float: none;
	clear: both;
	margin-top: 20px;
	text-align: center;
	width: 100%;
	font: 14px Arial;
	color: #3f3f3f;
	font-weight: bold;
	margin-bottom: 10px;
}

.gor {
	color: #000;
	font: 14px Arial;
	border-bottom: 1px solid;
}

.gor:hover {
	color: #16afff;
}

.cartinca {
	margin: auto;
	text-align: center;
}

.gor_zakaz {
	color: #000;
	font: 14px Arial;
	font-weight: 600;
}

.gor_zakaz2 {
	color: red;
	font: 14px Arial;
	font-weight: 600;
}

.gor_zakaz3 {
	color: #000;
	font: 14px Arial;
}

header.header {

	padding-bottom: 0px;
}

.blue_button {
	display: inline-block;
	background: #1298DE;
	border-radius: 8px;
	height: 40px;
	float: right;
	width: 116px;
	text-align: center;
}

.blue_button span {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 40px;
	color: #FFFFFF;
}

header.header .header-banner .text-banner a {
	color: #fff;
	text-decoration: underline;


}

@media all and (min-width: 1250px) {

	header.header .header-banner {
		min-height: 20px;
		background: #00b2ff;
		width: 100%;
		display: block;
		margin-top: -10px;
		margin-bottom: -15px;
	}

	header.header .header-banner .text-banner {
		font-family: Conv_Kelson Sans Regular RU;
		font-size: 14px;
		line-height: 27px;
		color: #fff;
		margin-left: 90px;

	}

}


@media all and (min-width: 1048px) and (max-width: 1249px) {

	header.header .header-banner {
		min-height: 20px;
		background: #00b2ff;
		width: 100%;
		display: block;
		margin-bottom: -12px;
		margin-top: -10px;
	}

	header.header .header-banner .text-banner {
		font-family: Conv_Kelson Sans Regular RU;
		font-size: 12px;
		line-height: 20px;
		color: #fff;
		margin-left: 105px;
	}
}


@media all and (min-width: 996px) and (max-width: 1047px) {

	header.header .header-banner {
		min-height: 20px;
		background: #00b2ff;
		width: 100%;
		display: block;
		margin-bottom: -12px;
		margin-top: -10px;
	}

	header.header .header-banner .text-banner {
		font-family: Conv_Kelson Sans Regular RU;
		font-size: 11px;
		line-height: 20px;
		color: #fff;
		margin-left: 105px;
	}
}




.h1-text {
	font-size: 2em;
	font-weight: normal;
	font-family: Conv_Kelson Sans Regular RU;
}

/*[CUSTOMIZATION_BLOCK lb] task:127534*/
.footer-soc-links img {
	width: 50px;
	height: 50px;
}

/*[/CUSTOMIZATION_BLOCK]*/
/*[CUSTOMIZATION_BLOCK lb] task:112550*/
@media all and (min-width:1234px) {
	div.slider-comment {
		margin-top: -35px;
	}
}

/*[/CUSTOMIZATION_BLOCK]*/
/*[CUSTOMIZATION_BLOCK lb] task:130076*/
.pam-flex-wrapper {
	background: #fff;
	display: flex;
	flex-direction: column;
}

.pam-flex-columns {
	display: flex;
}

.pam-flex-item {
	flex: 1;
	margin: 0 10px;
}

.pam-flex-item .img-block {
	min-height: 300px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex: 1;
}

@media screen and (max-device-width:768px) {
	.pam-flex-columns {
		display: block;
	}

	.pam-flex-item .img-block {
		min-height: initial;
	}

	header.header {
		display: flex;
		position: fixed;
		z-index: 9999;
		background-color: #fff;
		max-height: 70px;
	}

	header.header>.header-buttons {
		display: none !important;
	}

	.topmenu-holder {
		margin-left: 0px;
	}

	header img {
		margin-left: 5px;
	}

	.contacts-holder {
		margin-left: auto;
	}

	#nadpis {
		padding-top: 50px;
	}
}

/*[/CUSTOMIZATION_BLOCK]*/
/*[CUSTOMIZATION_BLOCK lb] task:132750,132926*/
#wh-widget-send-button.wh-widget-right {
	right: 20px !important;
	bottom: 40px !important;
}

@media screen and (max-device-width:475px) {
	#wh-widget-send-button.wh-widget-right {
		right: 10px !important;
		bottom: 90px !important;
	}
}

/*[/CUSTOMIZATION_BLOCK]*/

@media screen and (max-width: 1080px) {

	.topmenu-holder nav.big a,
	.topmenu-holder nav.small a {
		margin-right: 0px;
		font-size: 22px;
	}
}

@media screen and (max-width: 425px) {
	.topmenu-holder nav.big {
		padding: 0 30px 3px !important;
	}
}


.menu-img {
	margin: 10px auto 10px;
	max-width: 350px;
}

.menu-img img {
	margin: 0;
	width: 100%;
}

.menu_mob {
	display: none;
}



@media screen and (min-width: 1080px) {
	.menu-img {
		display: none;
	}
}

@media screen and (max-width: 1080px) {
	.hidden-menu {
		display: none !important;
	}
	section.main_area {
	margin: 32px 30px 0;}
	.menu_mob {
		display: flex;
		flex-direction: column;
	}
	.topmenu-holder nav.big a:nth-of-type(2),.topmenu-holder nav.big a:nth-of-type(3),.topmenu-holder nav.big a:nth-of-type(4),.topmenu-holder nav.big a:nth-of-type(5){
	text-transform: lowercase;
	font-weight: 100;
	}
	.h1-text{margin-top:30px;}

}
/* .topmenu-holder nav.big a:nth-child(n+3):nth-child(-n+6) {
    text-transform: none;
} */

/* mobile media query seo.ru */

@media(max-width:576px){
	/* .b-sections{
		clear: none;
	} */

	.b-sections ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		clear: none;
	}

	.b-sections ul li {
		min-width: 120px;
	}

	.b-sections ul li .image {
		width: 100px;
		height: 130px;
	}

	.b-sections ul li .name {
		width: 100px;
	}
}

@media (min-width: 1080px) and (max-width: 1190px) {
	.header-buttons>*{
		margin-left: 8px;
	}

	.header-buttons{
		margin-right: 20px;
	}

	.order-call button{
		font-size: 15px;
	}

	.order-call{
		margin-right: 15px;
	}

	.contacts-holder a{
		font-size: 15px;
	}

	.topmenu-holder nav.big a{
		font-size: 15px;
	}
}
/* End */
/* /local/templates/russtone_copy/ie.css?1743067912114 */
/* /local/templates/russtone_copy/normalize.css?17430679107817 */
/* /local/templates/russtone_copy/order_call.css?17430679103855 */
/* /local/templates/russtone_copy/components/slider/css/style.css?17430679121028 */
/* /local/templates/russtone_copy/components/slider/css/slide.css?174306791211967 */
/* /local/templates/russtone_copy/components/anoslide/css/anoslide.css?1743067912822 */
/* /local/templates/russtone_copy/components/slideshow/css/main.css?1743067912523 */
/* /local/templates/russtone_copy/components/bitrix/search.title/visual1/style.css?17430679122964 */
/* /local/templates/russtone_copy/styles.css?174306791011062 */
/* /local/templates/russtone_copy/template_styles.css?174860080070955 */
