

/* Start:/bitrix/templates/gts_2018/highslide/highslide.css?161687393020470*/
/**
* @file: highslide.css 
* @version: 4.1.13
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url(/bitrix/templates/gts_2018/highslide/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/bitrix/templates/gts_2018/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/bitrix/templates/gts_2018/highslide/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	padding: 0;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/bitrix/templates/gts_2018/highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/bitrix/templates/gts_2018/highslide/graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(/bitrix/templates/gts_2018/highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.mobile .highslide-html {
	border: 1px solid silver;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(/bitrix/templates/gts_2018/highslide/graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/bitrix/templates/gts_2018/highslide/graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(/bitrix/templates/gts_2018/highslide/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/bitrix/templates/gts_2018/highslide/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(/bitrix/templates/gts_2018/highslide/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(/bitrix/templates/gts_2018/highslide/graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(/bitrix/templates/gts_2018/highslide/graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(/bitrix/templates/gts_2018/highslide/graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
	direction: ltr;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/bitrix/templates/gts_2018/highslide/graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/bitrix/templates/gts_2018/highslide/graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/bitrix/templates/gts_2018/highslide/graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/bitrix/templates/gts_2018/highslide/graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	width: 60px; /* t=5481 */
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}
/* End */


/* Start:/bitrix/templates/gts_2018/js/fancybox/jquery.fancybox.css?16168739304901*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/gts_2018/js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/gts_2018/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/gts_2018/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 9999999999;
	background: url('/bitrix/templates/gts_2018/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/gts_2018/js/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/gts_2018/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/gts_2018/js/slick/slick.css?16168739301729*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/gts_2018/js/slick/slick-theme.css?16168739303232*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bitrix/templates/gts_2018/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/gts_2018/js/slick/./fonts/slick.eot');
    src: url('/bitrix/templates/gts_2018/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/gts_2018/js/slick/./fonts/slick.woff') format('woff'), url('/bitrix/templates/gts_2018/js/slick/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/gts_2018/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 15px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    
    
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 13px;
    height: 13px;
    padding: 5px;

    cursor: pointer;
margin: 0 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;background: #FFF;border: 1px solid #000;border-radius: 100%;
}
.slick-dots li.slick-active button {background: #000}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
/*.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
*/
/* End */


/* Start:/bitrix/templates/gts_2018/components/bitrix/menu/left_menu/style.css?16168739311959*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0; 
	padding: 0; 
	list-style: none; 
	width: 300px;
	font-size:15px;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	
	
	display:none;
	z-index:500;
	height:auto;



}

/* Submenu Items */ 
#vertical-multilevel-menu li a
{ 
	display: block; 
	text-decoration: none; 
	color: #FFF3D8; 
	font-weight:bold;

	
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{ 
	
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	
} 

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	
}

/*Parent item*/
/*#vertical-multilevel-menu a.parent
{
	background: #F5F5F5 url(/bitrix/templates/gts_2018/components/bitrix/menu/left_menu/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}*/

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/bitrix/templates/gts_2018/components/bitrix/menu/left_menu/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/ 
* html ul#vertical-multilevel-menu li { float: left; height: 1%; } 
* html ul#vertical-multilevel-menu li a { height: 1%; } 
/* End */ 


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{

}

#vertical-multilevel-menu li ul
{

}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul 
{
	/*top:-999em;*/
	//display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
	z-index: 999;
}
/* End */


/* Start:/bitrix/templates/gts_2018/components/bitrix/catalog.section.list/footer-brands/style.min.css?16168739316236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/bitrix/templates/gts_2018/template_styles.css?161687393082276*/
html, body {  font-family: 'PT Sans', sans-serif;  font-size:18px;  margin:0; padding:0; width:100%; background:#fff; }
body, body * {-moz-text-size-adjust:none; -webkit-text-size-adjust:none; -ms-text-size-adjust:none; text-size-adjust:none;  -webkit-appearance: none; -moz-appearance: none; appearance: none;}

*[onclick]{cursor: pointer}
h1 { font-size:35px;  color:#1465af;   font-weight:500; text-align:center; padding:20px 0}
h1 { font-size:35px;  color:#000;   font-weight:500; text-align:left; padding:20px 0}
h2 { font-size:36px;  color:#000; font-weight:500; text-align:center;  padding:20px 0 }
h3 { font-size:24px;  color:#0e4d6e; font-weight:500;  }
p { color:#333; font-size:15px; text-align:left; }
img { border:none; outline:0;max-width: 100%}
.clearbox { clear:both; }
.clearfix:after {content: " "; display: table; clear:both; }
.centered{text-align: center}
a { color:#333; outline:0}
ul, ol, li { padding:0px; margin:0px; font-size:13px; color:#333;}
input, textarea {outline: none;border: none}

.out_wrap {width:100%; box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .1); }
.wrap { width:1380px; margin:0 auto; }

.out_wrap .wrap p { padding-left: 30px; display:inline-block; font-size:17px; color:#d60000; width:300px; padding-top:12px; vertical-align:top; margin: 0 }
.out_wrap .wrap nav { display:inline-block;      padding-top: 2px;    padding-left: 5px;  vertical-align:top;  }
.out_wrap .wrap nav ul { display: table;  width:100% }
.out_wrap .wrap nav ul li { display: inline-block; padding:10px 20px; margin-right: 25px }
.out_wrap .wrap nav ul li a { color:#494949; font-size:17px; font-weight:700; text-decoration: none; }
.out_wrap .wrap nav ul li a:hover {text-decoration:underline;}
.out_wrap .wrap nav ul li a[href="/personal/"]{color:#0E72CF}

header {width:1380px; margin:0 auto; padding:16px 0px 10px}
header a, header .adress, header .motive_text, header .phone {display:inline-block; vertical-align:top}
header > a { width:297px; padding-left: 58px;}
header a img {width:120px}
header .adress {font-size:17px; width: 211px; padding-top:10px; margin: 0; line-height: 1.4;}
header .adress a:hover {text-decoration: none;}
header .adress .phone{font-size: 18px;    letter-spacing: 0.6px;}
header .adress .email{letter-spacing: 0.2px}
header .motive_text {font-size:17px; text-align: center;     width: 305px; padding-top:10px; margin: 0}
header .motive_text span {color:#FF3500; letter-spacing: 0.2px; margin-top: 3px; display: inline-block}
header > .phone { width:412px; text-align: center; padding-top:12px; margin: 0 auto}
header > .phone > a {color:#FF3500; font-size:29px; font-weight:bold;text-decoration: none; display:block}
header > .phone span { font-size:18px; margin-top: -3px;    display: inline-block}
header > .phone span#request-call{margin-top: 8px}
header > .phone span a { font-weight:bold; color:#FF3500;}
header > .phone span a:hover {text-decoration: none; }

.search_block { width:1380px; margin:0 auto; background:#E2E3E2}
.search_block .search { display:inline-block; vertical-align:top }
.search_block form { padding:19px 0 16px 0; margin-left:360px}
.search_block input[type="text"] {border-radius:8px 0 0 8px; font-family: 'PT Sans', sans-serif; font-size:18px; padding:15px 0 15px 25px; height:48px; width:800px; vertical-align:top; display: inline-block; box-sizing: border-box}
.search_block input[type="image"] {   display: inline-block; height:48px; cursor: pointer}

.search_block .compare{position: relative}
.search_block .compare > a > img{margin-top: 4px}
.search_block .compare .bx_catalog-compare-list{position: absolute; right: 0;    top: 0;    display: none!important;}

.compare {display:inline-block; background:#fff;  vertical-align:top; padding:9px 13px; margin:18px 10px 0 12px; height: 48px;    box-sizing: border-box;}
.cart {display:inline-block; background:#fff; vertical-align:top; padding:9px 14px 9px 10px; margin-top: 18px; margin-left: 2px; height: 48px;    box-sizing: border-box;}
.cart > a > img{margin-top: 4px}


.wrap .left_part { display:inline-block; width:288px; margin-left:14px; margin-right: 12px}



.wrap .left_part .ul_top { width: 288px; height: 59px; border-radius:5px 5px 0 0; background:#706F6F; margin-top: -71px;  }
.wrap .left_part .ul_top p { font-size: 17px; margin: 0; padding-left: 58px; line-height: 61px; color: #FFF; background:url(/bitrix/templates/gts_2018/images/menu.svg) no-repeat 15px center}
.wrap .left_part .ul_bot { width: 300px; height: 63px }

.wrap .left_part #vertical-multilevel-menu { background:#fff; width: 288px}
.wrap .left_part.insect #vertical-multilevel-menu{position: absolute; z-index: 100;    display: none;}


.wrap .left_part #vertical-multilevel-menu li {border:1px solid #CCCCCC; padding:7px 0px 5px 14px; border-left-width: 2px; border-right-width: 2px; border-left-color: #E4E4E4; border-right-color: #E4E4E4 }
.wrap .left_part #vertical-multilevel-menu > li:first-child{border-top: none}
.wrap .left_part #vertical-multilevel-menu > li:last-child{border-bottom-width: 2px; border-radius: 0 0 5px 5px}
.wrap .left_part #vertical-multilevel-menu li a {color:#706F6F; padding:3px 0 2px 40px; font-size: 12px}
.wrap .left_part #vertical-multilevel-menu li a[href="/generatory/"] {background:url(/bitrix/templates/gts_2018/images/raspberrypi.svg) no-repeat left center}
.wrap .left_part #vertical-multilevel-menu li a[href="/motopompy/"] {background:url(/bitrix/templates/gts_2018/images/keg.svg) no-repeat left center}
.wrap .left_part #vertical-multilevel-menu li a[href="/kompressora/"] {background:url(/bitrix/templates/gts_2018/images/truck-trailer.svg) no-repeat left center}
.wrap .left_part #vertical-multilevel-menu li a[href="/teplovoe_oborudovanie/"] {background:url(/bitrix/templates/gts_2018/images/radiator.svg) no-repeat left center}
.wrap .left_part #vertical-multilevel-menu li a[href="/ruchnoy_instrument/"] {background:url(/bitrix/templates/gts_2018/images/screwdriver.svg) no-repeat left center}
.wrap .left_part #vertical-multilevel-menu li a[href="/svarochnoe_oborudovanie/"] {background:url(/bitrix/templates/gts_2018/images/auto-fix.svg) no-repeat left center}
.wrap .left_part #vertical-multilevel-menu li a[href="/abrazivnyy_i_almaznyy_instrument/"] {background:url(/bitrix/templates/gts_2018/images/diamond.svg) no-repeat left center}
.wrap .left_part #vertical-multilevel-menu li a[href="/elektroinstrument/"] {background:url(/bitrix/templates/gts_2018/images/Drill-512.svg) no-repeat left center}
.wrap .left_part #vertical-multilevel-menu li a[href="/metallorezhushchiy_instrument/"] {background:url(/bitrix/templates/gts_2018/images/blender.svg) no-repeat left center}
.wrap .left_part #vertical-multilevel-menu li a[href="/vsye_v_sad/"] {background:url(/bitrix/templates/gts_2018/images/home-variant.svg) no-repeat left center}
.wrap .left_part #vertical-multilevel-menu li a[href="/vse_dlya_otdykha_i_turizma/"] {background:url(/bitrix/templates/gts_2018/images/nature-people.svg) no-repeat left center}
.wrap .left_part #vertical-multilevel-menu li a[href="/raskhodnye_materialy/"] {background:url(/bitrix/templates/gts_2018/images/engine.svg) no-repeat left center}
.wrap .left_part #vertical-multilevel-menu li a[href="/iskrobezopasnyy_vzryvobezopasnyy_instrument_1/"] {background:url(/bitrix/templates/gts_2018/images/flash-off.svg) no-repeat left center}
.wrap .left_part #vertical-multilevel-menu li a[href="/kontrolno_izmeritelnye_pribory/"] {background:url(/bitrix/templates/gts_2018/images/math-compass.svg) no-repeat left center}

.wrap .left_part #vertical-multilevel-menu li ul {display:none!important}

.wrap .left_part .adress_magaz { width: 288px; height: 59px; border-radius:5px 5px 0 0; background:#706F6F;  margin-top: -3px}
.wrap .left_part .adress_magaz p { font-size: 17px; padding-left:60px; line-height: 59px; color: #FFF;  background:url(/bitrix/templates/gts_2018/images/menu.svg) no-repeat 15px center; margin: 0}

.wrap .left_part .adr{margin:0 0 6px 0; display: inline-block;}
.wrap .left_part .adr:last-child{margin-bottom: 17px}
.wrap .left_part .adr span{font-size:11px; line-height:15px; padding:7px 0 5px 50px; display: inline-block; background:url(/bitrix/templates/gts_2018/images/Shape.svg) no-repeat 13px center}
.wrap .left_part .bor {border-top:none!important; border:2px solid #E4E4E4;   padding-top: 10px; overflow: hidden; border-radius: 0 0 5px 5px; margin-bottom: 9px}
.wrap .left_part .bor ul { padding:0 20px 7px 12px }
.wrap .left_part .bor ul li { font-size:13px; font-weight:bold; display:inline-block; padding:10px 0 10px 47px; color:#A2A0A0}
.wrap .left_part .bor ul li:nth-of-type(1) { background:url(/bitrix/templates/gts_2018/images/find_all.svg) no-repeat left center; padding:11px 0 13px 48px;}
.wrap .left_part .bor ul li:nth-of-type(2) { background:url(/bitrix/templates/gts_2018/images/ask_qwestions.svg) no-repeat left center; padding:24px 0 15px 44px;}
.wrap .left_part .bor ul li:nth-of-type(3) { background:url(/bitrix/templates/gts_2018/images/cart_pay.svg) no-repeat left center;  padding:19px 0 15px 44px;}
.wrap .left_part .bor ul li:nth-of-type(4) { background:url(/bitrix/templates/gts_2018/images/delivery.svg) no-repeat left center}
.wrap .left_part .bor ul li:nth-of-type(5) { background:url(/bitrix/templates/gts_2018/images/what_up.svg) no-repeat left center}

.news.review {padding:0 25px 0 15px}
.news.review .news-item {margin-bottom:10px;}
.news.review .review_name { font-weight:bold; font-size:12px}
.news.review .review_text  {font-size:12px; line-height: 1.1}
.news-list.lleft .more, .news.review .more {float:right; font-size:13px; background:url(/bitrix/templates/gts_2018/images/right.svg) no-repeat right center; text-decoration: none; padding:10px 40px 10px 0}
.news-list.lleft { padding:0px 25px 0 15px; margin-top:-10px}
.news-list.lleft .news-item{font-size: 12px; margin: 10px 0; line-height: 1.2}



.wrap .right_part {padding-top:23px; padding-left:40px; width:980px; display:inline-block; vertical-align:top}
.wrap .right_part .banner {width: 980px;height: 310px; box-sizing: border-box; margin-bottom: 6px}
.wrap .right_part .banner .index-img{max-height: 310px;max-width: 980px;/*border: 1px solid #ABABAB;*/}

.wrap .right_part .product {border-radius:5px; position:relative; margin:3px 0 0px 0;  display:inline-block; vertical-align:top; border:2px solid #E4E4E4; /* padding:20px; */ text-align:right}
.wrap .right_part .product a{display: block; width: 100%; height: 155px; padding: 20px; }
.wrap .right_part .product img { z-index:4; position:absolute; bottom:10px; right:10px; max-height: 87%; max-height: 100%}
.wrap .right_part .product p {top: 2px; z-index:5; background:#706F6F; padding:13px 20px; color:#fff; font-size:12px; font-weight:bold; display:inline-block; position:absolute; left:-1px; margin-top: 12px}
.wrap .right_part .product_main > .product:nth-of-type(1) a {width:246px;}
.wrap .right_part .product_main > .product:nth-of-type(2) a {width:367px;}
.wrap .right_part .product_main > .product:nth-of-type(2) p { background:#D60000}
.wrap .right_part .product_main > .product:nth-of-type(3) a {width:225px;}
.wrap .right_part .product_main > .product:nth-of-type(4) a {width:360px;}
.wrap .right_part .product_main > .product:nth-of-type(4) img {bottom: -8px}
.wrap .right_part .product_main > .product:nth-of-type(5) a {width:186px;}
.wrap .right_part .product_main > .product:nth-of-type(6) a {width:292px;}
.wrap .right_part .product_main > .product:nth-of-type(6) p {background:#337FCD }

.wrap .right_part .gray_part {background:#F2F2F2; margin:10px 0;     clear: both;}

.wrap .right_part .order_form_left { width:170px; display:inline-block; vertical-align:top; margin-right:20px}
.order_form_left.clients { margin-right:0px!important; margin-left:18px}
.order_form_left.clients > p {margin: 9px 0 4px!important}
.wrap .right_part .order_form_left > p {color:#FF0000; text-align: center; text-transform: uppercase; font-weight: bold; font-size:17px; display:block; margin:3px 0 6px 0}
.wrap .right_part .order_form_left form {}
.wrap .right_part .order_form_left form input[type="text"]{border-radius:5px; margin:0 0 2px; border:2px solid #E4E4E4; width:100%; box-sizing: border-box; padding:10px; height: 36px}
.wrap .right_part .order_form_left form input[type="submit"]{ background:#FF0000; color:#fff; text-align: center; margin-top:0; padding:10px; width:100%; box-sizing: border-box; border-radius:5px;}
.wrap .right_part .postavka {width:735px; display:inline-block; vertical-align:top;border-radius:5px; border:2px solid #E4E4E4; padding:56px 25px 0px 20px; position:relative;  line-height: 1;/* margin-top: -2px*/}
.wrap .right_part .gray_part + .postavka {margin-top: 12px;width: 743px;padding-right: 20px}
.wrap .right_part .gray_part + .postavka h2 {top: 9px}
.wrap .right_part .postavka h2 {text-transform: uppercase; background:#337FCD; padding:15px 20px 14px; color:#fff; font-size:12px; font-weight:bold; display:inline-block; position:absolute; left:-1px; top:7px}
.wrap .right_part .postavka p {font-size:13px;}
.wrap .right_part .postavka .more {float:right; font-size:13px; background:url(/bitrix/templates/gts_2018/images/right.svg) no-repeat right center; text-decoration: none; padding:16px 30px 13px 0;margin-top: 5px}

.wrap .right_part .order_form_left + .partners {margin: 22px 0 20px}
.wrap .right_part .order_form_left + .partners .more {margin-top: 15px}
.wrap .right_part .order_form_left + .partners .partners_img {margin-top: -50px; overflow: hidden}
.wrap .right_part .partners {margin:22px 0; width:95.7%; border-radius:5px; border:2px solid #E4E4E4; padding:65px 20px 10px 20px; position:relative;  }
.wrap .right_part .partners.with-us {margin:18px 0 12px; width:95.7%; border-radius:5px; border:2px solid #E4E4E4; padding:80px 20px 11px 20px; position:relative;  }
.wrap .right_part .partners h2 {text-transform: uppercase; background:#706F6F; padding:13px 20px; color:#fff; font-size:12px; font-weight:bold; display:inline-block; position:absolute; left:-1px; top:13px;width: 104px}
.wrap .right_part .partners.with-us h2 {text-transform: uppercase; background:#706F6F; padding:13px 20px; color:#fff; font-size:12px; font-weight:bold; display:inline-block; position:absolute; left:-1px; top:6px}

.wrap .right_part .partners .more {float:left; font-size:11px; background:url(/bitrix/templates/gts_2018/images/right.svg) no-repeat right center; text-decoration: none; padding:8px 35px 6px 2px; position: absolute; /*margin-top: 20px*/margin-top: -5px}
.wrap .right_part .partners.with-us .more {float:left; font-size:11px; background:url(/bitrix/templates/gts_2018/images/right.svg) no-repeat right center; text-decoration: none; padding:6px 35px 6px 2px}
.wrap .right_part .partners .partners_img {margin-top: -47px; display: inline-block; margin-top: -50px;    display: inline-block;    vertical-align: middle;    height: 97px; margin-left: 110px}
.wrap .right_part .partners .partners_img img { padding:0 15px; width: 137px; /* float: left; */ width: 134px; display: inline-block; vertical-align: middle }
.wrap .right_part .partners.with-us .partners_img {margin-top: -47px; display: inline-block; margin-top: -66px;    display: inline-block;    vertical-align: middle;    height: 97px; width: 87%; text-align: justify}
.wrap .right_part .partners.with-us .partners_img img { padding:0 15px; width: 137px; /* float: left; */ width: 134px; display: inline-block; vertical-align: middle; margin-left: 85px }
.wrap .right_part .partners.with-us .partners_img img:last-of-type{margin-right: 50px}
.wrap .right_part .partners.with-us .partners_img:after{content:""; display: inline-block; width: 100%; height: 0;}


.wrap .right_part .partners .partners_img .bx-wrapper { margin-left:30px!important; max-width:810px!important}
.wrap .right_part .partners .partners_img .bx-wrapper .bx-viewport a  {width:154px; height:90px; vertical-align:middle; display:table}
.wrap .right_part .partners .partners_img .bx-wrapper .block-list-item {width:154px!important;}
.wrap .right_part .partners .partners_img .bx-wrapper .block-list-item-inner {vertical-align:middle; display:table-cell}
.wrap .right_part .partners .partners_img .bx-controls-direction {display:none}


.wrap .right_part .sale {margin:20px 0; width:95.7%; border-radius:5px; border:2px solid #E4E4E4; padding:80px 20px 10px 20px; position:relative; display: inline-block;  }
.wrap .right_part .sale h2 {text-transform: uppercase; background:#FF0000; padding:13px 20px; color:#fff; font-size:12px; font-weight:bold; display:inline-block; position:absolute; left:-1px; top:10px}
.wrap .right_part .sale .more {float:right; font-size:13px; background:url(/bitrix/templates/gts_2018/images/right.svg) no-repeat right center; text-decoration: none; padding:10px 40px 10px 0}

.wrap .right_part .five_reasons h2 {color:#706F6F; text-transform: uppercase; font-size:17px; font-weight:bold; margin: 0; padding-bottom: 4px; padding-top: 14px}
.wrap .right_part .five_reasons ul {padding-left: 23px}
.wrap .right_part .five_reasons ul li {color:#A2A0A0;  font-size:17px; list-style-type:none; padding:5px 0 3px 48px}
.wrap .right_part .five_reasons ul li:nth-of-type(1) { background:url(/bitrix/templates/gts_2018/images/numeric-1-box.svg) no-repeat left center}
.wrap .right_part .five_reasons ul li:nth-of-type(2) { background:url(/bitrix/templates/gts_2018/images/numeric-2-box.svg) no-repeat left center}
.wrap .right_part .five_reasons ul li:nth-of-type(3) { background:url(/bitrix/templates/gts_2018/images/numeric-3-box.svg) no-repeat left center}
.wrap .right_part .five_reasons ul li:nth-of-type(4) { background:url(/bitrix/templates/gts_2018/images/numeric-4-box.svg) no-repeat left center}
.wrap .right_part .five_reasons ul li:nth-of-type(5) { background:url(/bitrix/templates/gts_2018/images/numeric-5-box.svg) no-repeat left center}



footer {background:#706F6F; margin-top:30px;overflow: hidden}
footer .wrap {padding:12px 30px 0px 30px}
footer .wrap:after{content: " "; display: table; clear: both}
footer .wrap [class*="col-"]{float: left}

footer .wrap .col-logo{width: 313px!important; margin-left: 56px}
footer .wrap .col-brands{width: 299px!important}
footer .wrap .col-clients{width: 271px!important}
footer .wrap .col-contacts{width: 244px!important}
footer .wrap .col-soc{width: 155px!important}


footer .wrap table {width:1275px; margin:0 auto}
footer .wrap [class*="col-"] img { width:176px; padding-top:27px;}
footer .wrap [class*="col-"] img.logo{margin-bottom: 14px}
footer .wrap [class*="col-"] .pay { height: 15px;    display: inline-block;    max-width: 100px;    margin-top: 61px;    margin-left: -1px;}
footer .wrap [class*="col-"] .pay + img {margin-left: -17px}
footer .wrap [class*="col-"] ul { padding:0}
footer .wrap [class*="col-"] ul li {color:#fff; list-style-type: none;}
footer .wrap [class*="col-"] .bx_catalog_text .bx_catalog_text_title a { text-decoration: none; color:#fff; font-size:16px; padding:2px 0; display:block }
footer .wrap [class*="col-"] p { text-transform: uppercase; font-weight:bold; font-size:18px; color:#fff; margin: 18px 0 15px;}
footer .wrap .col-contacts p {margin-bottom: 9px}
footer .wrap [class*="col-"] { width:300px; color:#fff; font-size:16px; vertical-align:top}
footer .wrap [class*="col-"] span { color:#fff; font-size:16px; display:block; padding:0 0 13px 0;line-height: 23px }
footer .wrap [class*="col-"] a { color:#fff; font-size:16px; text-decoration:none}
footer .wrap [class="col-soc"] a {margin-bottom: 5px;    display: inline-block;}
footer .wrap [class*="col-"] a:hover { text-decoration:underline!important;}
footer .wrap [class*="col-"] ul li > a{line-height: 1.5}
footer .wrap [class*="col-"] .bx_catalog_text {margin-left:-10px; padding-right: 40px}




.section.detail .product-detail{border: 1px solid #979797; box-shadow: 0px 2px 10px -2px black; background: #fff; padding:10px 40px 36px; position: relative}
.section.detail .product-detail:after{content: " "; display: table; clear: both}
.section.detail .product-detail p.art{margin: 0;    font-size: 11px;    height: 20px;    line-height: 20px;margin-top: -3px;}
.section.detail .product-detail .label{width: 100px; position: absolute; top:0; left: 50%; margin-left: -50px; text-align: center; color: #fff; font-size: 14px; height: 25px; line-height: 25px}
.section.detail .product-detail .label.month-top{background: #EE290E; }
.section.detail .product-detail .label.new{background: #8AD300; }
.section.detail .product-detail .label.best-price{background: #5091f2; }

.section.detail .product-detail h1{color: #000;    margin: 4px 0 0;    padding: 0;    font-size: 20px;    text-align: left;    font-weight: bold;}
.section.detail .product-detail .product-detail-image{float: left; width: 49%;  box-sizing: border-box}
.section.detail .product-detail .product-detail-image .inner_img{height: 240px; line-height: 240px; width: 90%; text-align: center}
.section.detail .product-detail .product-detail-image .inner_img img{max-height: 240px; max-width: 100%; vertical-align: middle}
.section.detail .product-detail .product-detail-image .more-photo ul{margin: 0; padding: 0; margin-top: 13px; list-style: none; text-align: center}
.section.detail .product-detail .product-detail-image .more-photo ul li{display: inline-block; width: 65px; height: 63px; vertical-align: top; line-height: 63px; text-align: center; margin: 0 10px}
.section.detail .product-detail .product-detail-image .more-photo ul li img{max-width: 65px; max-height: 63px; vertical-align: middle}
.section.detail .product-detail .product-detail-info{float: left; width: 51%; border-left: 1px solid #979797; box-sizing: border-box; padding-left: 40px}
.section.detail .product-detail .product-detail-info .col{float: left; width: calc(100% - 175px) }
.section.detail .product-detail .product-detail-info .col .props {min-height: 150px;}
.section.detail .product-detail .product-detail-info .col .rating .title {margin: 2px 0 0px!important}
.section.detail .product-detail .product-detail-info .col.col2{width: 175px;text-align: center}
.section.detail .product-detail .product-detail-info .title{ font-weight: bold; font-size: 13px; color: #808080; margin: 5px 0 10px!important}
.section.detail .product-detail .product-detail-info .col.col2 a + .title {margin-top: 22px!important}
.section.detail .product-detail .product-detail-info .col.col2 .title, .section.detail .product-detail .product-detail-info .delivery .title, .section.detail .product-detail .product-detail-info .delivery p {font-weight: normal;padding-left: 20px}

.section.detail .product-detail .product-detail-info p{color: #808080; font-size: 12px; margin: 0}
.section.detail .product-detail .product-detail-info p.vigoda{color: #000; font-size: 15px; margin-top: 20px; font-weight: bold}
.section.detail .product-detail .product-detail-info p.vigoda span{color: #FF0000; margin-left: 5px}
.section.detail .product-detail .product-detail-info .rating .title{margin-bottom: 0!important}
.section.detail .product-detail .product-detail-info .rating table{margin-left: 0}
.section.detail .product-detail .product-detail-info .rating table tr td:last-child{display: none}
.section.detail .product-detail .product-detail-info .rating .bx_item_detail_rating .bx_stars_container{}
.section.detail .product-detail .product-detail-info .prices{text-align: center; margin-bottom: 11px; min-width: 150px; display: inline-block}
.section.detail .product-detail .product-detail-info .prices .product-price{display: inline-block}
.section.detail .product-detail .product-detail-info .prices .product-price .old_price{display: block; text-decoration: line-through; color: #000;    font-size: 16px;}
/* .section.detail .product-detail .product-detail-info .prices .product-price .old_price span{margin-left: 5px} */
.section.detail .product-detail .product-detail-info .prices .price{color: #EE2A00; font-weight: bold; font-size: 30px;  display: inline-block;}
.section.detail .product-detail .product-detail-info .prices .price span{margin-left: 8px; text-align: center; }
.section.detail .product-detail .product-detail-info .actions .compare{display: none}
.section.detail .product-detail .product-detail-info .actions .compare + label{display: inline-block; position: relative; vertical-align: middle; width: 13px; height: 13px; border: 1px solid #979797; margin: 0 10px 0 2px; cursor: pointer}
.section.detail .product-detail .product-detail-info .actions  .compare+label:after{    content: "";  position: absolute;  width: 7px;  height: 4px;  background: transparent;  top: 2px;  left: 2px;  border: 2px solid #333;  border-top: none;  border-right: none;  -webkit-transform: rotate(-45deg);  -moz-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  transform: rotate(-45deg);    opacity: 0;}
.section.detail .product-detail .product-detail-info .actions  .compare:checked+label:after{opacity: 1}
.section.detail .product-detail .product-detail-info .actions .compare + label + span{color: #808080; font-size: 13px; cursor: pointer}
.section.detail .product-detail .product-detail-info .actions .compare + label + span label{cursor: pointer}
.section.detail .product-detail .product-detail-info .can_buy .qty-block{display: none}
.section.detail .product-detail .product-detail-info .can_buy > a{text-align: center; text-decoration: none; font-size: 14px; display: block; height: 35px; line-height: 35px; border-radius: 3px; max-width: 145px;margin: 0 auto;}
.section.detail .product-detail .product-detail-info .can_buy .add2basket,
.section.detail .product-detail .product-detail-info .can_buy .close-modal{color: #fff;  background: #EE2A00}
.section.detail .product-detail .product-detail-info .add2basket.not-avail{background: #4a90e2}
.section.detail .product-detail .product-detail-info .can_buy .fastBuy{ font-weight: bold; color: #000;  border: 1px solid #E3E3E3}
.section.detail .product-detail .product-detail-info .delivery .title{margin-bottom: 0px!important}
.section.detail .product-detail .product-detail-info .delivery p {line-height: 14px}
.section.detail .product-detail .product-detail-info .bk_buy_button{display: block; height: 35px; line-height: 35px; color: #000; border-radius: 3px; background: #8AD300; padding: 0; text-align: center; font-weight: bold; font-size: 13px; border: none; max-width: 145px; margin: 50px auto 0;}

.section.detail .product-tabs{margin-top: 40px;}
.section.detail .product-tabs .detail_tabs{padding: 0; margin: 0; list-style: none; text-align: center}
.section.detail .product-tabs .detail_tabs li{display: inline-block; color: #000; font-weight: bold; font-size: 18px; margin: 0 20px; cursor: pointer;letter-spacing: 1px;}
.section.detail .product-tabs .detail_tabs li.active{border-bottom: 1px solid }
.section.detail .product-tabs .detail_tabs_content{margin-top: 20px; padding: 0 75px}
.section.detail .product-tabs .detail_tabs_content > div{display: none;font-size: 14px}
.section.detail .product-tabs .detail_tabs_content #detail_tab_2 p{margin: 0 0 10px}

.titled-block.same-goods .products-list.tile .product-item .props {height: 45px!important}
.titled-block.same-goods .products-list.tile .product-item .product-item-header .art {line-height: 13px!important}
.titled-block.same-goods .products-list.tile .product-item .product-item-footer .price {font-size: 16px!important}
.titled-block.same-goods .products-list.tile .product-item .product-item-footer > a {margin-left: 0px!important}

.compare_block{cursor: pointer}
.titled-block{padding: 20px 33px 40px; border: 2px solid #E4E4E4; background: #fff; border-radius: 5px; margin-top: 35px }
.titled-block .title{display: inline-block; margin: 0; margin-left: -36px; background: #658DF8; color: #fff; padding:0 24px; height: 43px;; line-height: 43px; min-width: 270px; margin-bottom: 14px; box-sizing: border-box}
.titled-block .products-list .product-item{margin-bottom: 0!important}
.wrap .right_part .products-list:after{content: " "; display: table; clear: both}
.wrap .right_part .products-list .product-item{padding: 10px; box-sizing: border-box; border-radius: 5px; border: 1px solid #979797; margin-bottom: 10px; position: relative}
.wrap .right_part .products-list .product-item:hover{box-shadow: 0px 2px 10px -2px black}
.wrap .right_part .products-list .product-item .product-item-header{height: 45px}
.wrap .right_part .products-list .product-item .art-row{height: 20px; overflow: hidden; }
.wrap .right_part .products-list .product-item .art-row .art{height: 20px; line-height: 16px; margin: 0; padding-left: 11px; font-size: 11px}
.wrap .right_part .products-list .product-item .art-row .compare-btn{display: inline-block; width: 14px; height: 14px; background: url(/bitrix/templates/gts_2018/images/scale-balance.svg) no-repeat center center; background-size: auto 100%; position: absolute; top: 6px; right: 11px; overflow: hidden; cursor: pointer}
.wrap .right_part .products-list .product-item .art-row .compare-btn input{display: none}


.wrap .right_part .products-list .product-item .label-row .label{display: inline-block; height: 25px; line-height: 25px; padding: 0 12px; font-size: 14px; color: #fff; font-weight: bold; margin-left: -11px}
.wrap .right_part .products-list .product-item .label-row .label.month-top{background: #EE290E; }
.wrap .right_part .products-list .product-item .label-row .label.new{background: #8AD300; }
.wrap .right_part .products-list .product-item .label-row .label.best-price{background: #5091f2; }
.wrap .right_part .products-list .product-item .inner_img{margin: 0px 0 5px; height: 100px; line-height: 100px; text-align: center}
.wrap .right_part .products-list .product-item .inner_img img{max-width: 100%; max-height: 100px; vertical-align: middle}
.wrap .right_part .products-list .product-item .info{padding: 0 13px 0 0; }
.wrap .right_part .products-list.list .product-item .info {margin-right: 9px}
.wrap .right_part .products-list .product-item .name{display: block; font-size: 13px; font-weight: bold; color: #000; text-decoration: none; margin-bottom: 5px; height: 35px; overflow: hidden}
.wrap .right_part .products-list .product-item .props p{margin: 0; font-size: 12px}
.wrap .right_part .products-list .product-item .rating,
.wrap .right_part .products-list .product-item .avail{display: none}
.wrap .right_part .products-list .product-item .product-item-footer{font-size: 0; height: 48px}
.wrap .right_part .products-list .product-item .product-item-footer .prices{display: inline-block; vertical-align: middle; width: calc(100% - 100px); margin: 0; height: 59px}
.wrap .right_part .products-list.list .product-item .product-item-footer .prices {height: 35px;}
.wrap .right_part .products-list .product-item .product-item-footer .prices .product-price{margin: 23px 0 15px}
.wrap .right_part .products-list .product-item .product-item-footer .product-price {position: relative}
.wrap .right_part .products-list .product-item .product-item-footer .product-price .old_price{color: #EE2A00;    font-weight: bold;    text-decoration: line-through;    display: block;    font-size: 13px;    line-height: 1; top: -15px;position: absolute;width: 80px;left: 50%;margin-left: -52px}
.wrap .right_part .products-list.tile .product-item .product-item-footer .product-price .old_price {margin-left: -45px}
/* .wrap .right_part .products-list .product-item .product-item-footer .product-price .old_price span{margin-left: 5px} */
.wrap .right_part .products-list .product-item .product-item-footer .price{font-weight: bold;color: #000;white-space: nowrap;    margin: 15px 0 5px;    font-size: 16px;   /*  text-align: center; */display: block;width: 100%}
.wrap .right_part .products-list.tile .product-item .product-item-footer .price {margin: 22px 0 5px}
.wrap .right_part .products-list.list .product-item .product-item-footer .price {font-size: 19px}
.wrap .right_part .products-list .product-item .product-item-footer .price.ask_price{font-size: 16px;    line-height: 1;    height: 56px;    padding-top: 10px;    margin: 0;    box-sizing: border-box;white-space: normal;line-height: 20px}
.wrap .right_part .products-list.list .product-item .product-item-footer .price.ask_price {line-height: 11px;height: auto}
.wrap .right_part .same-goods .products-list .product-item .product-item-footer .price{font-size: 15px}
.wrap .right_part .products-list .product-item .product-item-footer .price span{margin-left: 5px}
.wrap .right_part .products-list .product-item .product-item-footer .bk_buy_button{display: none}
.wrap .right_part .products-list .product-item .product-item-footer .add2basket{display: inline-block; color: #fff; font-size: 12px; height: 36px; line-height: 36px; border-radius: 3px; background: url(/bitrix/templates/gts_2018/images/add2basket-ico.png) no-repeat 9px center; background-color: #EE2A00; padding: 0 0 0 40px; text-decoration: none; width: 100px; box-sizing: border-box; /* margin-top: 20px; */ white-space: nowrap; vertical-align: middle }
.wrap .right_part .products-list.tile .product-item .product-item-footer .add2basket {margin-top: 15px;float: left}
.wrap .right_part .products-list.tile .product-item .product-item-footer .prices {float: left}
.wrap .right_part .products-list .product-item .product-item-footer .not-avail{display: inline-block; color: #fff; font-size: 12px; height: 36px; line-height: 36px; border-radius: 3px; background: url(/bitrix/templates/gts_2018/images/add2basket-ico.png) no-repeat 9px center; background-color: #4a90e2; padding: 0 0 0 40px; text-decoration: none; width: 100px; box-sizing: border-box;  vertical-align: middle}
.wrap .right_part .products-list.list .product-item .product-item-footer .not-avail{display: none}

.wrap .right_part .products-list.tile .product-item{float: left; width: calc(100% / 4 - 10px * 3 / 4); margin-right: 10px; }
.wrap .right_part .products-list.tile .product-item:nth-child(4n+4){margin-right: 0}
.wrap .right_part .products-list.tile .product-item .props{height: 60px; overflow: hidden}
.wrap .right_part .products-list.tile .product-item .product-item-footer .bk_container{display: none}

.wrap .right_part .products-list.list .product-item:after{content: " "; display: table; clear: both}
.wrap .right_part .products-list.list .product-item .product-item-header{height: 20px}
.wrap .right_part .products-list.list .product-item .label-row{position: absolute}
.wrap .right_part .products-list.list .product-item .inner_img{margin: 0; height: 120px; line-height: 120px; text-align: center; width: 150px; float: left; margin-left: 100px}
.wrap .right_part .products-list.list .product-item .inner_img img{max-width: 100%; max-height: 120px; vertical-align: middle}
.wrap .right_part .products-list.list .product-item .info{float: left; width: calc(100% - 395px); box-sizing: border-box}
.wrap .right_part .products-list.list .product-item .name{height: auto; font-size: 15px; margin-top: -14px; margin-bottom: 3px}
.wrap .right_part .products-list.list .product-item .props p{color: #808080; font-size: 12px}
.wrap .right_part .products-list.list .product-item .props,
.wrap .right_part .products-list.list .product-item .rating{padding-left: 5px}
.wrap .right_part .products-list.list .product-item .rating{display: inline-block; width: 240px}
.wrap .right_part .products-list.list .product-item .rating .title{margin: -5px 0 0; color: #808080; font-size: 13px;}
.wrap .right_part .products-list.list .product-item .rating table{margin-left: 0}
.wrap .right_part .products-list.list .product-item .rating table tr td:last-child{display: none}
.wrap .right_part .products-list.list .product-item .rating .bx_item_detail_rating .bx_stars_container{height: 15px}
.wrap .right_part .products-list.list .product-item .avail{display: inline-block; }
.wrap .right_part .products-list.list .product-item .avail p{margin: 5px 0 0; color: #808080; font-size: 14px}

.wrap .right_part .products-list.list .product-item .product-item-footer{float: left; width: 135px; height: auto}
.wrap .right_part .products-list.list .product-item .product-item-footer .prices{width: 100%; margin-bottom: 10px;text-align: center}
.wrap .right_part .products-list.list .product-item .product-item-footer .prices > .price, 
.wrap .right_part .products-list.list .product-item .product-item-footer .product-price{width: auto;}.wrap .right_part .products-list.list .product-item .product-item-footer .product-price {margin: 0 0 10px;height: 35px}
.wrap .right_part .products-list.list .product-item .product-item-footer .prices{text-align: center}
.wrap .right_part .products-list.list .product-item .product-item-footer .price{font-size: 19px;text-align: center;margin: 15px 0 5px}
.wrap .right_part .products-list.list .product-item .product-item-footer .add2basket{display: block; width: 100%; padding-left: 60px; background-position-x: 20px; margin-top: 0}
.wrap .right_part .products-list.list .product-item .product-item-footer .bk_buy_button{display: block; width: 100%; color: #fff; font-size: 14px; height: 36px; line-height: 36px; border-radius: 3px; background: #7ed321; padding: 0; text-decoration: none; box-sizing: border-box; margin: 0 0 5px; text-align: center; border: none }


.wrap .right_part .section .sect_top .title-row{/*margin: 20px 0*/margin: -1px 0 20px}
.wrap .right_part .section .sect_top .title-row:after{content: " ";display: table; clear: both}
.wrap .right_part .section .sect_top .title-row h1{color: #000; text-align: left; float: left; margin: -1px 0 0px; padding:5px 0 0 0;font-size: 31px}
.wrap .right_part .section .sect_top .title-row .sect-actions{float: right; margin-top: 11px}
.wrap .right_part .section .sect_top .title-row .sect-actions > div {float: left;}
.wrap .right_part .section .sect_top .title-row .sect-actions > div label{font-size: 12px; display: inline-block; vertical-align: middle; margin-right: 10px}
.wrap .right_part .section .sect_top .title-row .sect-actions > div.sort label {margin-right: 5px;margin-top: 3px}
.wrap .right_part .section .sect_top .title-row .sect-actions > .view{margin-left: 9px;margin-right: 13px}
.wrap .right_part .section .sect_top .title-row .sect-actions > .view span{display: inline-block; cursor: pointer; height: 25px; width: 35px; vertical-align: middle; margin-right: 13px; opacity: 1 }
/*
.wrap .right_part .section .sect_top .title-row .sect-actions > .view span:hover,
.wrap .right_part .section .sect_top .title-row .sect-actions > .view span.active{opacity: 1}
*/
.wrap .right_part .section .sect_top .title-row .sect-actions > .view span.tile{background: url(/bitrix/templates/gts_2018/images/tile.svg) no-repeat center center; background-size: auto 100%}
.wrap .right_part .section .sect_top .title-row .sect-actions > .view span.list{background: url(/bitrix/templates/gts_2018/images/list.svg) no-repeat center center; background-size: auto 100%}
.wrap .right_part .section .sect_top .title-row .sect-actions > .view span.tile.active,
.wrap .right_part .section .sect_top .title-row .sect-actions > .view span.tile:hover{background: url(/bitrix/templates/gts_2018/images/tile-active.svg) no-repeat center center; background-size: auto 100%}
.wrap .right_part .section .sect_top .title-row .sect-actions > .view span.list.active,
.wrap .right_part .section .sect_top .title-row .sect-actions > .view span.list:hover{background: url(/bitrix/templates/gts_2018/images/list-active.svg) no-repeat center center; background-size: auto 100%}


.wrap .right_part .section .navigation{text-align: center; margin: 15px 0 15px;width: 900px;}
.wrap .right_part .section .navigation .navigation-arrows > *{display: inline-block; font-size: 12px}
.wrap .right_part .section .navigation .navigation-arrows > .navigation-pages{margin: 0 191px}

.right_part .sect_center .blocks-list {width: 906px;overflow: hidden}

.select-styled{display: inline-block; vertical-align: middle; max-width: 100%; position: relative; height: 21px; line-height: 1;margin-top: 1px}
.select-styled select{display: none}
.select-styled ul{margin: 0; padding: 0; list-style: none; display: inline-block; box-sizing: border-box; font-size: 14px}
.select-styled ul.hidden{display: none; position: absolute; height: 0}
.select-styled ul.show{position: absolute; left: 0px; top: 100%;   padding: 13px 0 10px 0;        margin-top: -13px;    z-index: 5; overflow: hidden;    box-sizing: content-box}
.select-styled ul.show li{display: block; padding: 3px 17px 3px 17px; cursor: pointer; white-space: nowrap;  color: #fff; background: #979797;cursor: pointer; }
.select-styled ul li a{font-size: 14px}
.select-styled ul.show li:hover, .select-styled ul.show li.selected{background: #808080; color: #fff;}
.select-styled ul.show li:hover a, .select-styled ul.show li.selected a{color: #fff}
.select-styled ul.show.long{width: 295px!important; border-top-right-radius: 23px}
.select-styled ul.show.long:before{content: "";    position: absolute;    border-top: 1px solid #ddd;    right: 15px;    left: 96px;    top: 0;}
.select-styled ul.show.long li{    float: left;    padding: 3px 0 3px 15px;    min-width: 73px; }
.select-styled .selected-text {display: block; max-width: 100%; box-sizing: border-box; height: 21px; line-height: 21px; padding: 0 17px 0 17px; position: relative; cursor: pointer;  position: relative; z-index: 4; color: #808080; font-size: 14px; white-space: nowrap; border: 1px solid #979797; border-radius: 9px}
.select-styled .selected-text:hover{}
.select-styled .selected-text.active{ background-color: #979797; color: #fff; border-radius: 5px 5px 0 0} 

.gos-page .blue-title{font-size: 30px;    line-height: 57px;    color: #FFF;    font-weight: normal; background: #658DF8; text-align: left; border: 1px solid #979797; margin: 25px 0; padding: 0; padding-left: 25px }
.gos-page h2{text-align: left; font-size: 20px; font-weight: bold;padding: 4px 10px;line-height: 22px;margin-bottom: 25px;}
.gos-page > ul{list-style-position: inside; padding-left: 40px}
.gos-page > ul li {line-height: 19px}
.gos-page > ul li span{display: inline-block;    max-width: 92%;    vertical-align: top;    font-size: 15px;}
.gos-page p {margin: 15px 5px;line-height: 17px}
.gos-page p.centered {margin: 30px 0 15px;font-size: 15px}
.gos-page p.title-h1 {line-height: 57px;    margin: 30px 0 21px;padding-left: 35px;}

.gos-page .gos-form{text-align: center}
.gos-page .gos-form .red-title{color: #EE2A00; text-align: center; font-weight: bold; font-size: 18px;margin: 19px 0 15px}
.gos-page .gos-form input{display: inline-block; width: 178px; height: 36px; border-radius: 5px ;border: 2px solid #E4E4E4; background: #fff; font-family: 'PT Sans'; box-sizing: border-box; margin: 0 12px;padding-left: 10px}
.gos-page .gos-form input[type=text]{padding-left: 10px}
.gos-page .gos-form input[type=submit]{background: #EE2A00; color: #fff; text-align: center; border: none}
.gos-page .gos-form form{position: relative}
.gos-page .gos-form form .note{position: absolute;    left: 725px;    width: 180px;    background: #658DF8;    text-align: center;    color: #fff;    padding: 5px 0;    font-size: 14px; top: 100%;    margin: 5px 0 0;}
.gos-page .gos-form form .note:before{content: ""; border: 5px solid transparent; border-bottom: 5px solid #658DF8; position: absolute; top: -10px; left: 50%; margin-left: -5px}


.wrap .right_part .gos-page .partners .more{margin-top: -2px}
.title-h1{font-size: 30px;    line-height: 57px;    color: #FFF;    font-weight: normal; background: #658DF8; text-align: left; border: 1px solid #979797; margin: 25px 0; padding: 0; padding-left: 26px;letter-spacing: 1.6px }
.gos-page .comanda .comanda-item {margin-bottom: 27px;}
.gos-page .comanda .comanda-item > div{display: inline-block; vertical-align: middle}
.gos-page .comanda .comanda-item-photo{width: 95px; height: 95px; background: #ccc; margin-right: 14px}
.gos-page .comanda .comanda-item-info{width: 274px;}
.gos-page .comanda .comanda-item-spec{width: 381px;}
.gos-page .comanda .comanda-item p{font-size: 13px;line-height: 15px;margin: 5px}
.gos-page .comanda .comanda-item .contact-btn{display: inline-block; background: #EE2A00; color: #fff; text-align: center;  border-radius: 5px; height: 36px; line-height: 36px; padding: 0 58px; font-size: 13px }

.brand-descr .brand-sert{float: left; margin-right: 20px; margin-bottom: 20px; max-width: 200px}

.wrap .right_part .gos-page .partners.with-us h2 {top: 8px;padding: 11px 17px;}

#id-cart-list .cart-items{border-radius: 5px 5px 0 0}
#id-cart-list .cart-items thead tr td{color: #fff; font-size: 14px; background: #706F6F; border-bottom: 1px solid #706F6F;}
#id-cart-list .cart-items thead tr td:first-child{border-radius: 5px 0 0 0}
#id-cart-list .cart-items thead tr td:last-child{border-radius: 0 5px 0 0}

#id-cart-list .cart-items tbody tr td{color: #000; font-size: 14px; border-bottom:1px solid #979797}
#id-cart-list .cart-items tbody tr td + td {border-left:1px solid #979797}
#id-cart-list .cart-items tbody tr td:first-child{border-bottom: none; border-right: none; border-top: none; border-left:1px solid #979797}
#id-cart-list .cart-items tbody tr:last-child td:first-child{border-bottom: 1px solid #979797}
#id-cart-list .cart-items tbody tr td:last-child{ border-right:1px solid #979797}

#id-cart-list .cart-items tbody tr td.cart-item-name{border-left: none; width: 100%; padding-left: 24px; margin: 0 auto;}
#id-cart-list .cart-items tbody tr td.cart-item-name a{text-decoration: none;font-size: 13px; top: -12px; position: relative;}
#id-cart-list .cart-items tbody tr td.cart-item-quantity input{text-align: center; font-family: 'PT Sans'; font-size: 16px; color: #000;}
#id-cart-list .cart-items tbody tr td.cart-item-actions .check-styled{display: none}
#id-cart-list .cart-items tbody tr td.cart-item-actions .check-styled + label{display: inline-block; position: relative; vertical-align: middle; width: 13px; height: 13px; border: 1px solid #979797; margin-right: 0px}
#id-cart-list .cart-items tbody tr td.cart-item-actions{text-align: center}
#id-cart-list .cart-items tbody tr td.cart-item-actions .check-styled + label:after{    content: "";  position: absolute;  width: 9px;  height: 4px;  background: transparent;  top: 3px;  left: 3px;  border: 2px solid #333;  border-top: none;  border-right: none;  -webkit-transform: rotate(-45deg);  -moz-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  transform: rotate(-45deg);    opacity: 0;}
#id-cart-list .cart-items tbody tr td.cart-item-actions .check-styled:checked + label:after{opacity: 1}

#id-cart-list .cart-ordering{padding: 10px 0 0 28px;position: relative}
#id-cart-list .cart-ordering .delete-checked-btn{/*float: right;*/ padding-right: 10px; font-size: 11px; text-decoration: underline; cursor: pointer;/* margin-top: -7px*/    top: 1px;
    position: absolute;
    right: 0;}
#id-cart-list .cart-ordering .cart-code span{font-size: 15px}
#id-cart-list .cart-ordering .cart-code input{display: inline-block; vertical-align: middle; width: 290px; height: 33px; border: 1px solid #979797; font-family: 'PT Sans'; font-size: 16px; border-radius: 5px; margin-left: 10px;  padding-left: 10px; box-sizing: border-box; margin-right: 10px}
#person-type{display: none}

#order_form_id .title-h1 {margin: 25px 0;font-size: 30px;line-height: 57px;letter-spacing: 1.6px;padding-left: 25px;}
#order_form_id .delivery-block .deliveries .delivery-item {padding-left: 8px}
#order_form_id .delivery-block {width: 47%}
#order_form_id .delivery-block .deliveries .delivery-item .delivery-info {margin-left: 23px}
#order_form_id .delivery-block .deliveries .delivery-item .delivery-info label {margin-bottom: 0}
#order_form_id .delivery-block .deliveries .delivery-item .delivery-info p {font-size: 17px}
#order_form_id .delivery-block .deliveries .delivery-item:last-of-type .delivery-info label {margin-bottom: 7px}
#order_form_id .delivery-block .deliveries .delivery-item .delivery-info .courier-block .prop-item {margin-bottom: 9px}
#order_form_id .delivery-block .deliveries .delivery-item .delivery-info .courier-block .prop-item {font-size: 17px}
#order_form_id .delivery-block .deliveries .total-block {padding-left: 20px;line-height: 20px;}
#order_form_id .order-props-block {width: 535;padding-left: 48px}
#order_form_id .order-props-block .prop-item input[type=text] {margin-left: -4px}
#order_form_id .order-props-block .order-paysystem {padding-left: 25px}
#order_form_id .order-props-block .order-buttons {/*margin-left: 20px;*/text-align: right;margin-right: 17px}
#order_form_id .order-props-block .order-buttons input[type=submit], #order_form_id .order-props-block .order-buttons .bk_buy_button {font-size: 13px}

.delivery-block{float: left; width: 50%; position: relative}
.delivery-block:after{content: ""; position: absolute; right: 0; top: 0; bottom: 5%; border-right: 1px solid #979797}
.delivery-block .deliveries .delivery-item{margin-bottom: 10px}
#order_form_div .radio-styled{display: none}
#order_form_div .radio-styled + label{display: inline-block; width: 18px; height: 18px; vertical-align: top; border: 1px solid #979797; border-radius: 9px; box-sizing: border-box; position: relative}
#order_form_div .radio-styled + label:after{content: ""; position: absolute; left: 4px; top: 4px; display: inline-block; width: 8px; height: 8px; border-radius: 4px; background: #000; opacity: 0}
#order_form_div .radio-styled:checked + label:after{opacity: 1}
.delivery-block .deliveries .delivery-item  .delivery-info{display: inline-block; margin-left: 30px; max-width: 85%}
.delivery-block .deliveries .delivery-item  .delivery-info label{font-weight: bold; margin-bottom: 5px; display: inline-block}
.delivery-block .deliveries .delivery-item  .delivery-info p{padding: 0; margin: 0; font-size: 18px}

.delivery-block .deliveries .delivery-item  .delivery-info .terminal-city .sof-req{display: none}
.delivery-block .deliveries .delivery-item  .delivery-info .terminal-city .location-block-wrapper{display: inline-block}
.delivery-block .deliveries .delivery-item  .delivery-info .terminal-city .bx-sls .dropdown-block{width: 300px; height: 33px; box-sizing: border-box; border: 1px solid #979797; font-family: 'PT Sans'; font-size: 16px; border-radius: 5px; vertical-align: middle;    display: inline-block;    margin-left: 10px;}
.delivery-block .deliveries .delivery-item  .delivery-info .terminal-city .bx-sls .dropdown-fade2white{top: 0px;    border-radius: 0 5px 5px 0;}

.delivery-block .deliveries .delivery-item  .delivery-info input[type=text]{display: inline-block; vertical-align: middle; width: 300px; height: 33px; border: 1px solid #979797; font-family: 'PT Sans'; font-size: 16px; border-radius: 5px; margin-left: 10px; padding-left: 10px; box-sizing: border-box; max-width: 100%}
.delivery-block .deliveries .delivery-item  .delivery-info .courier-block .prop-item{display: inline-block; vertical-align: middle; margin-bottom: 7px}
.delivery-block .deliveries .delivery-item  .delivery-info .courier-block .prop_HOUSE input[type=text],
.delivery-block .deliveries .delivery-item  .delivery-info .courier-block .prop_KORPUS input[type=text],
.delivery-block .deliveries .delivery-item  .delivery-info .courier-block .prop_FLAT input[type=text]{width: 48px}




.delivery-block .total-block p{margin: 0; padding: 1px 0; font-size: 18px}

.order-props-block{float: left; width: 51%; padding-left: 40px; box-sizing: border-box}
.order-props-block .prop-item{margin-bottom: 7px}
.order-props-block .prop-item .prop-name{width: 85px; display: inline-block; vertical-align: middle}
.order-props-block .prop-item  .sof-req{display: none}
.order-props-block .prop-item input[type=text]{display: inline-block; vertical-align: middle; width: 300px; height: 33px; border: 1px solid #979797; font-family: 'PT Sans'; font-size: 16px; border-radius: 5px; margin-left: 10px; padding-left: 10px; box-sizing: border-box; max-width: 100%}

.order-props-block .order-paysystem{margin-top: 30px;padding-left: 30px}
.order-props-block .order-paysystem .paysystem-item  .paysystem-info{display: inline-block; margin-left: 30px; max-width: 85%}
.order-props-block .order-paysystem .paysystem-item  .paysystem-info label{font-weight: bold; margin-bottom: 5px; display: inline-block}

.order-props-block .order-buttons { margin-top: 30px}
.order-props-block .order-buttons .bk_container{display: inline-block; margin-right: 50px}
.order-props-block .order-buttons input[type=submit],
.order-props-block .order-buttons .bk_buy_button{display: inline-block; width: 155px; height: 36px; line-height: 36px; border-radius: 5px; text-align: center; color: #fff; font-family: 'PT Sans'; font-size: 14px; background: #FF0000; padding: 0; border: none; cursor: pointer}
.order-props-block .order-buttons .bk_buy_button{background: #7ED321}



.bx_filter {border: 1px solid #C7C7C7; border-radius: 5px; box-shadow: 0px 1px 4px 0 rgba(192, 191, 191, 0.5); padding: 14px 20px; margin-bottom: 80px;margin-top: -30px}
.bx_filter .filter_title{font-weight: bold; font-size: 18px; margin-top: 0;margin-bottom: 6px;line-height: 18px}
.bx_filter .bx_filter_parameters_box_title{font-weight: bold; font-size: 14px; margin-bottom: 5px}
.bx_filter .bx_filter_parameters_box{padding: 0; margin: 0}

.bx_filter .price_filter .bx_filter_parameters_box_title{display: inline-block}
.bx_filter .bx_filter_input_container span{font-size: 14px; margin: 0 3px}
.bx_filter .bx_filter_input_container input[type=text]{height: 20px; border: 1px solid #979797; border-radius: 8px; width: 58px; padding-left: 5px; box-sizing: border-box}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block{display: inline-block}
.bx_filter .bx_filter_parameters_box_container .hide-block{max-height: 0px; overflow: hidden; transition: max-height 0.3s ease}
.bx_filter .bx_filter_parameters_box_container .hide-block.show{max-height: 100%}
.bx_filter .bx_filter_parameters_box_container .show-all-vals{text-align: right; font-size: 14px; cursor: pointer}
.bx_filter .bx_filter_parameters_box_container .show-all-vals span{position: relative; display: inline-block; width: 24px; height: 24px; border-radius: 12px; background: #706F6F; vertical-align: middle; margin-left: 10px; cursor: pointer}
.bx_filter .bx_filter_parameters_box_container .show-all-vals span:after{    content: "";    position: absolute;    border: 7px solid transparent;    border-top: 10px solid #fff;    left: 5px;    top: 8px;}

.bx_filter .bx_ui_slider_track{height: 6px; border: none}
.bx_filter .bx_ui_slider_part{background: none}
.bx_filter .bx_ui_slider_part span{display: none}
.bx_filter .bx_ui_slider_handle {    position: absolute;    top: 100%;    width: 15px;    height: 20px;    background: #070000;    margin-top: -14px;    border-radius: 8px;    background: #D8D8D8;    border: 1px solid #979797;    box-sizing: border-box;}
.bx_filter .bx_ui_slider_pricebar_VN {    z-index: 70;    background: #D8D8D8;}

.bx_filter  .bx_filter_block{margin-bottom: 15px}
.bx_filter_param_label {display: inline-block; vertical-align: top; min-width: 49%}
.bx_filter_input_checkbox {position: relative}
.bx_filter_input_checkbox label {cursor: pointer;  position: relative; display: inline-block; vertical-align: middle;  width: 15px;  height: 15px;  left: 0px;  top: 0px;  background: #fff;  border: 1px solid #979797; z-index: 10; box-sizing: border-box}
.bx_filter_input_checkbox label:after {content: "";  position: absolute;  width: 9px;  height: 4px;  background: transparent;  top: 2px;  left: 2px;  border: 2px solid #333;  border-top: none;  border-right: none;  -webkit-transform: rotate(-45deg);  -moz-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  transform: rotate(-45deg);    opacity: 0;}
.bx_filter_input_checkbox input[type=checkbox]{display: none}
.bx_filter_input_checkbox input:checked+label:after {opacity: 1}
.bx_filter_input_checkbox .bx_filter_param_text {  margin-left: 5px; vertical-align: middle; font-size: 14px}

.bx_filter .bx_filter_button_box input[type=button]{display: none}

.bx_filter .bx_filter_popup_result.right{    left: 100%;    background: #fff;    border: 1px solid #c7c7c7; box-shadow: 0px 1px 4px 0 rgba(192, 191, 191, 0.5); }

.personal-page .orders {margin-top: 30px}
.personal-page .orders .order-item {padding-top: 23px!important;margin-bottom: 20px}
.personal-page .orders .order-item .order-name {
    font-size: 17px;
    min-width: 450px;
    margin-top: -5px;
    line-height: 17px;margin-bottom: 21px;}
.personal-page .orders .order-item .order-item-right {margin-right: 8px}
.personal-page .orders .order-item .order-item-right a {width: 145px}

.profile-detail{position: relative; padding: 0 20px; padding-right: 175px;margin-bottom: 33px}
.profile-detail .profile-actions{position: absolute; right: 0; top: 0px; bottom: 0px; width: 170px}
.profile-detail .profile-actions .btn{display: block; width: 155px; height: 36px; line-height: 36px; border-radius: 3px; color: #fff; font-size: 14px; text-align: center; text-decoration: none; font-size: 12px; font-weight: bold; margin-bottom: 2px; cursor: pointer}
.profile-detail .profile-actions .btn.red{background: #FF0000}
.profile-detail .profile-actions .btn.green{background: #7ED321}
.profile-detail .profile-actions .bottom-actions{position: absolute; bottom: 3px; right: 31px; text-align: right; left: -20px}
.profile-detail .profile-actions .bottom-actions a{display: inline-block; text-decoration: underline; margin-top: 9px}
.profile-detail .profile-fields .profile-row {line-height: 19px}
.profile-detail .profile-fields br + .profile-row {margin-top: -5px}
.profile-detail .profile-fields br + .profile-row.delivery-address {margin-top: -7px}
.profile-detail .profile-fields .profile-row label{font-weight: bold; display: inline-block; width: 230px;font-size: 17px}
.profile-detail .profile-fields .profile-row.delivery-address label{width: auto; margin-right: 20px}
.profile-detail .profile-fields .profile-row.delivery-address span{display: inline-block; margin-right: 20px}
.profile-detail .profile-fields .profile-row.delivery-address .location-block-wrapper{display: inline-block; min-width: 600px; vertical-align: middle}
.profile-detail .profile-fields .profile-row.delivery-address .location-block-wrapper .bx-sls .dropdown-block{border: none; box-shadow: none; padding-left: 0}
.profile-detail .profile-fields .profile-row.delivery-address .location-block-wrapper .bx-sls .dropdown-icon{display: none}
.profile-detail .profile-fields .profile-row.delivery-address .location-block-wrapper .bx-sls .bx-ui-sls-fake{position: relative!important; font-size: 18px; font-family: "PT Sans"; height: auto}
.profile-detail .profile-fields .profile-row.delivery-address .location-block-wrapper .bx-sls .bx-ui-sls-route{display: none}
.profile-detail .profile-fields .profile-row.delivery-address .location-block-wrapper .bx-sls .dropdown-fade2white{display: none}
.profile-detail .profile-fields .profile-row.delivery-address .location-block-wrapper .bx-sls .bx-ui-sls-clear{display: none!important}

.profile-edit .profile-fields .profile-row{margin-bottom: 7px}
.profile-edit .profile-fields .profile-row.delivery-address {margin-bottom: 0}
.profile-edit .profile-fields br + .profile-row.delivery-address {margin-top: -18px}
.profile-edit .profile-fields .profile-row label{font-weight: bold; display: inline-block; width: 210px}
.profile-edit .profile-fields .profile-row.delivery-address label{width: auto; margin-right: 15px}
.profile-edit .profile-fields .profile-row.delivery-address span{display: inline-block; margin-right: 15px}
.profile-edit .profile-fields .profile-row span > input{display: inline-block; width: 308px; height: 33px; font-family: "PT Sans"; border-radius: 8px; border: 1px solid #979797; padding-left: 10px; font-size: 18px; box-sizing: border-box}
.profile-edit .profile-fields .profile-row.inline-fields {margin-top: 7px;margin-bottom: 17px}
.profile-edit .profile-fields .profile-row.inline-fields label{margin-right: 3px}
.profile-edit .profile-fields .profile-row.inline-fields span{margin-right: 2px}
.profile-edit .profile-fields .profile-row.inline-fields span > input{width: 62px; box-sizing: border-box}

.profile-edit .profile-fields .profile-row.delivery-address .location-block-wrapper{display: inline-block; min-width: 308px; vertical-align: middle; box-sizing: border-box}
.profile-edit .profile-fields .profile-row.delivery-address .location-block-wrapper .bx-sls .dropdown-block{border: 1px solid #979797; box-shadow: none; border-radius: 8px;     box-sizing: border-box;    padding-left: 10px;}
.profile-edit .profile-fields .profile-row.delivery-address .location-block-wrapper .bx-sls .dropdown-icon{display: none}

.profile-edit .profile-fields .profile-row.delivery-address .location-block-wrapper .bx-sls .bx-ui-sls-fake,
.profile-edit .profile-fields .profile-row.delivery-address .location-block-wrapper .bx-sls .dropdown-fade2white{border-radius: 8px}
.profile-edit input[type=submit]{display: inline-block; width: 148px; height: 36px; line-height: 36px; border-radius: 3px; color: #fff; font-size: 14px; text-align: center; background: #7ED321; font-family: "PT Sans"; font-size: 12px; font-weight: bold}
.profile-edit .cancel{display: inline-block; width: 148px; height: 36px; line-height: 36px; border-radius: 3px; color: #fff; font-size: 14px; text-align: center; background: #FF0000; margin-right: 50px; text-decoration: none; font-size: 12px; font-weight: bold}
.right_part h1 {font-size: 32px}

.modal{position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 1000}
.modal .modal-dialog{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1005; background: #fff}
.modal .overlay{position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 1001; background: rgba(0, 0, 0, .41)}

.modal#basket .modal-dialog{/*width: 1020px*/width: 970px}

.modal#basket .modal-dialog .product-detail{box-shadow: none!important; border: none}
.modal#basket .modal-dialog #form_new{    /*padding-left: 30px;    padding-bottom: 20px;*/padding: 10px 40px 20px}
.modal#basket .modal-dialog #form_new .delivery-block{width: 49%;margin-left: -10px;padding-right: 10px}

.popup {background-color: rgba(0,0,0,0.3); position: fixed;z-index: 9999999999; width: 100%; height: 100%; opacity: 0;  }
.popup > div.loaded {width: 500px;  }
.popup > div.loaded.long {width: 900px;  }
.popup > div.loaded.clicked { height: auto!important; }
.popup > div > h1 { 
  margin: 0; 
  font-size: 22px;
  color: #000;
  font-weight: normal;
  margin-bottom: 20px;
}
.popup > div > font {color: black; margin-bottom: 10px; float: right; font-size: small; margin-top: -5px; cursor: pointer;}
.popup > div > span {color: black; margin-bottom: 10px; display: block; font-size: 15px}
.popup > div table {color: black; width: 100%;}
.popup > div table td {color: black;  }
.popup > div table td.first {width: 150px; }
.popup > div table tr td:first-child{font-size: 15px}
.popup > div table td > div { height: 29px; }
.popup > div table td input {border: 0; border-radius: 2px; border: 2px solid black; background-color: rgba(226,40,1); color: black; width: 100%; font-size: 16px; padding: 1px 3px; box-sizing: border-box;}

.popup > div table td input[type="submit"] {
   display: inline-block;
    width: 155px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-family: 'PT Sans';
    font-size: 14px;
    background: #FF0000;
    padding: 0;
    border: none;
}
.popup > div table td textarea {border: 1px solid black;  background-color: white; color: #333; width: 100%; resize: none; font-size: 14px; height: 48px;  box-sizing: border-box;}
.popup > div table td span {display: block; color: black; font-size: 11px;}
.popup > div table td font {color: red;}
.popup > div {   width: 128px;    margin: 10% auto 0 auto;    outline: 14px solid #fff;   border: 1px solid #ccc;   background-color: #fff;    padding: 20px;    font-size: larger }
.popup > div.loaded {   width: 420px;  }
.popup > div table tr td:first-child {   width: 180px;}
.popup > div table td input {    border: 1px solid #979797;
    font-family: 'PT Sans';
    font-size: 16px;
    border-radius: 5px;

    height: 33px;}

.popup > div > span {    color: #4B1E13;}


.orders .order-item{border: 1px solid #979797; padding: 10px 5px 10px 10px; margin-bottom: 10px}
.orders .order-item .order-item-left{float: left}
.orders .order-item .order-item-right{float: right}
.orders .order-item .order-name{padding: 1px 2px 1px 10px; margin: 0; margin-left: -10px; margin-bottom: 10px; color: #000; font-weight: bold; font-size: 18px; background: #D8D8D8; border: 1px solid #979797; min-width: 460px; box-sizing: border-box; border-left: none}
.orders .order-item .order-name.status-F{background: #7ED321; border-color: #7ED321}
.orders .order-item .order-info p{margin: 0; line-height: 1.4}

.orders .order-item .buttons .btn,
.orders .order-item .buttons .payment-action input[type=SUBMIT]{display: block; width: 145px; height: 36px; line-height: 36px; border-radius: 3px; color: #fff; font-size: 14px; text-align: center; text-decoration: none; font-size: 12px; font-weight: bold; margin-bottom: 2px; box-sizing: border-box;}
.orders .order-item .buttons .btn.red{background: #FF0000}
.orders .order-item .buttons .btn.bordered{border: 1px solid #9D9D9D; color: #000}
.orders .order-item .buttons .payment-action input[type=SUBMIT]{background: #7ED321; font-family: "PT Sans"; font-size: 12px; font-weight: bold}

.wrap .right_part .orders .navigation{text-align: center; margin: 20px 0}
.wrap .right_part .orders .navigation .navigation-arrows > *{display: inline-block; font-size: 14px}
.wrap .right_part .orders .navigation .navigation-arrows > .navigation-pages{margin: 0 150px}


.order-detail h1{border: 1px solid #979797; background: #D8D8D8; margin: 0; padding: 0; font-size: 30px;    line-height: 57px;    color: #000;    font-weight: normal; text-align: left; padding-left: 25px; margin-bottom: 31px }
.order-detail .order-detail-info .order-params{float: left; width: 51%; box-sizing: border-box; padding-left: 64px;padding-right: 20px }
.order-detail .order-detail-info .order-user{float: left; width: 49%; box-sizing: border-box; padding-left: 98px; position: relative; padding-right: 30px}
.order-detail .order-detail-info .order-user:after{content: ""; position: absolute; border-right: 1px solid #979797; top: 0; left: 0; bottom: 20%}
.order-detail .order-detail-info .order-params p,
.order-detail .order-detail-info .order-user p{margin: 0; padding: 0; line-height: 19px; color: #9B9B9B; font-size: 17px}
.order-detail .order-detail-info .order-user p {padding-left: 5px}
.order-detail .order-detail-info .order-params p.subtitle,
.order-detail .order-detail-info .order-user p.subtitle{font-weight: bold; color: #000}
.order-detail .order-detail-info .order-user .cancel-link{display: block; text-align: right; color: #9B9B9B; font-size: 11px; margin-bottom: 5px; margin-right: 39px}
.order-detail .order-basket{clear: both; padding-top: 1px}

.order-detail .buttons{margin-top: 19px}
.order-detail .buttons .btn,
.order-detail .buttons .btn{display: inline-block; width: 155px; height: 36px; line-height: 36px; border-radius: 3px; color: #fff; font-size: 14px; text-align: center; text-decoration: none; font-size: 12px; font-weight: bold; margin-bottom: 2px; box-sizing: border-box;}
.order-detail .buttons .btn.red{background: #FF0000}
.order-detail .buttons .btn.green{background: #7ED321; margin-left: 15px}
.wrap .right_part .products-list {/*width: 906px;*/
	width: 100%;
	}
.wrap .right_part .order-detail .products-list.list{padding: 0 30px 0 35px}
.wrap .right_part .order-detail .products-list.list .product-item .product-item-footer{margin-top: 20px}
.wrap .right_part .order-detail .products-list.list .product-item .product-item-footer p{margin: 0; padding: 0;font-size: 14px}
.wrap .right_part .order-detail .products-list.list .product-item .product-item-footer p b{display: inline-block; width: 60px;}
.wrap .right_part .order-detail .products-list.list .product-item .product-item-footer p span{font-weight: bold}

.order-detail .order-total{float: right; margin-right: 45px; }
.order-detail .order-total p{font-weight: bold; margin: 0; padding: 0; line-height: 1.3; text-align: right;font-size: 13px}
.order-detail .order-total + .buttons {margin-top: 32px;margin-left: 35px!important}
.order-detail .order-basket > .buttons{margin-left: 40px}
.order-detail .order-basket .title-h1 {margin-top: 36px;margin-bottom: 15px}

.blocks-list .block-list-item{display: block; float: left; /*width: calc(33% - 11px); margin: 20px 20px 0 0;*/ border: 1px solid #C7C7C7; box-sizing: border-box; background: #fff;width: calc(29% - 6px);margin: 14px 65px 0 0}
.blocks-list .block-list-item:nth-child(3n+1){margin-left: 0}
.blocks-list .block-list-item:nth-child(3n+3){margin-right: 0}

.blocks-list .block-list-item .block-list-item-inner{font-size: 0}
.blocks-list .block-list-item span{display: inline-block; width: 92px; height:92px; line-height: 92px; vertical-align: middle; text-align: center}
.blocks-list .block-list-item img{max-width: 90px; max-height: 90px; vertical-align: middle}
.blocks-list .block-list-item-name{display: inline-block; width: calc(100% - 102px); vertical-align: middle; margin-left: 10px}
.blocks-list .block-list-item-name p{vertical-align: middle; font-size: 14px;line-height: 17px;}



div.news-list img.preview_picture {width: 124px;}




.bx_compare .bx_sort_container{display: block}


.bx_compare .table_compare{overflow: visible; position: relative}
.bx_compare .table_compare:after{content: " "; display: table; clear: both}



.suwala-doubleScroll-scroll-wrapper{position: absolute; left: 220px; top: -23px}

.table_compare .fields, .table_compare .compare_items {display: inline-block; vertical-align: top; float: left}
.table_compare .fields {width: 200px; margin-right: 20px; }
.table_compare .fields .panel {
  border: 1px solid rgba(54, 28, 15,.55); 
  padding: 10px 20px; 
  height: 215px;
}
.table_compare .fields .panel a {display: block; margin-bottom: 10px}
.table_compare .fields .panel p {
  text-transform: uppercase; 
  color: #000;    
  font-size: 16px; 
  font-weight: bold; 
  margin-bottom: 20px; 
  padding: 5px 0 0 0;
  font-family: Arial;
}
.table_compare .compare_items {
  width: calc(100% - 225px); 
  overflow: hidden; 
  overflow-x: auto;     
  padding-bottom: 20px;
}
.table_compare .compare_items .all_items {min-width: 100%; white-space: nowrap}
.table_compare .fields .field_names ul li, .table_compare .compare_items .item .item_props ul li {height:auto; white-space:normal; line-height:18px; padding:3px 0; /*margin-bottom: 35px!important;*/}
.table_compare .compare_items .item {
  display: inline-block; 
  position: relative; 
  /*background: #faf6ea; */
  width: 265px; 
  padding: 0 20px; 
  box-sizing: border-box; 
  vertical-align: top; 
  margin-right: 20px; 
  padding-bottom: 10px;
  border: 1px solid #ccc;
}
.table_compare .compare_items .item .delete_item {    
  position: absolute;    
  display: inline-block;    
  background: #ff9966;    
  color: #fff;    
  width: 20px;    
  height: 20px;    
  right: 5px;    
  top: 5px;    
  text-align: center;    
  text-decoration: none;    
  border-radius: 10px;    
  line-height: 20px;    
  font-size: 12px;
  font-weight: bold;
}
.table_compare .compare_items .item .delete_item:hover {
  background-color: #ff5500;
}
.table_compare .compare_items .item .top_info {
  height: 216px; 
  border-bottom: 1px solid rgba(54, 28, 15,.55); 
  padding: 10px 0;
}
.table_compare .compare_items .item .top_info > a {display: block; white-space: normal}
.table_compare .compare_items .item .top_info .name {
  color: #000;    
  font-size: 16px;    
  font-weight: bold; 
  text-decoration: none; 
  height: 54px; 
  overflow: hidden;
  font-family: Arial;
}
.table_compare .compare_items .item .top_info .image {width: 225px; height: 120px; text-align: center}
.table_compare .compare_items .item .top_info .image img{max-width: 100%; max-height: 100%}

.table_compare .compare_items .item .top_info .price {position: relative; margin-top: 15px;}
.table_compare .compare_items .item .top_info .price .cart_btn {    
  top: -20px;
}
.table_compare .fields .field_names ul, 
.table_compare .compare_items .item .item_props ul {padding: 0; margin: 0; margin-top: 20px}
.table_compare .fields .field_names ul li, 
.table_compare .compare_items .item .item_props ul li {
  list-style: none; 
  min-height: 15px; 
  margin-bottom: 5px;
}

.bx-auth-reg input[type=text],
.bx-auth-reg input[type=password],
.bx-system-auth-form input[type=text],
.bx-system-auth-form input[type=password],
.bx-forgotpass-table input[type=text]{display: inline-block;    width: 308px;    height: 33px;    font-family: "PT Sans";    border-radius: 8px;    border: 1px solid #979797;    padding-left: 10px;    font-size: 18px;    box-sizing: border-box;}
.bx-auth-reg input[type="submit"],
.bx-system-auth-form input[type="submit"],
.bx-forgotpass-table input[type="submit"] {   display: inline-block;    width: 155px;    height: 36px;    line-height: 36px;    border-radius: 3px;    color: #fff;    font-size: 14px;    text-align: center;    background: #FF0000;    font-family: "PT Sans";    font-size: 12px;    font-weight: bold;
}

.sect_menu {
  border: none;
  display: block; 
  position: relative;
  width: 900px; 
}
.sect_menu .sect_title { 
  display: none;
  /*font-size: 20px;
  color: #333;
  text-shadow: 1px 2px 6px rgba(0,0,0,.5); 
  top: 3px;  
  position: relative;  */
}
.sect_menu .desk {
  width: 430px; 
  min-height: 200px; 
  display: inline-block; 
  vertical-align: top;
  margin-top: 20px;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #e2e2e2;
  padding-bottom: 15px;
}
.sect_menu .desk:hover {
   background: none;
}
.sect_menu .desk:nth-child(3) {
  min-height: 306px;
}
.sect_menu .desk:nth-child(4), .sect_menu .desk:nth-child(5) { 
  height: 280px;
}
.sect_menu .desk:nth-child(6){min-height: 248px}
.sect_menu .desk:nth-child(8), .sect_menu .desk:nth-child(9) {
  min-height: 518px;
}
.sect_menu .desk:nth-child(10), .sect_menu .desk:nth-child(11) {
  min-height: 258px;
}
.sect_menu .desk:nth-child(10) .inner_img{
/*   width: 50px */
}
.sect_menu .desk:nth-child(2n) {
  margin: 20px 30px 0 0;
}
.sect_menu .desk .sect_name {
  color: #555; 
  font-size: 26px; 
  margin: 10px 0 15px 30px;
  display: inline-block;
  text-decoration: none
}

.sect_menu .desk .inner_img {display: table-cell; width: 180px; text-align: center; padding-top: 10px;}
.sect_menu .desk .inner_img img {max-height: 120px; max-width: 120px}
.sect_menu .desk .links {
  display: table-cell;
  width: 230px;
  height: 150px; 
  text-align: left; 
  vertical-align: top; 
  padding-top: 10px;
}
.sect_menu .desk .links a {
  font-size: 16px; 
  color: #333; 
  margin-bottom: 5px;   
  display: block;
}

.sect_menu .desk .links a:hover {
  text-decoration: underline; 
}



.sect_menu .desk.new{width: calc(100% / 4 - 15px); margin-right: 20px; float: left; box-sizing: border-box; height: 220px; min-height: 220px; padding: 0; position: relative; border: none;     background: none}
.sect_menu .desk.new:hover{box-shadow: 0px 2px 10px -2px black}
.sect_menu .desk.new .desc-container{position: absolute;    left: 0;    right: 0;    top: 0;    border: 1px solid #979797;    background: none; min-height: 220px; border-radius: 5px;      z-index: 5}
.sect_menu .desk.new .desc-container.open{z-index: 10; box-shadow: 0 2px 5px; background: #fff}
.sect_menu .desk.new:nth-of-type(4n+4){margin-right: 0}
.sect_menu .desk.new .sect_name{display: block; text-align: center; font-size: 19px; height: 48px; margin: 0; padding: 10px 0 15px;}
.sect_menu .desk.new .inner_img{width: 100%; display: table; padding: 0}
.sect_menu .desk.new .inner_img span{display: table-cell; width: initial; height: 125px; text-align: center; vertical-align: middle}
.sect_menu .desk.new .inner_img span img{max-width: 95%; max-height: 110px}
.sect_menu .desk.new .links{display: none; width: 100%; padding: 0 10px; box-sizing: border-box; height: auto}
.sect_menu .desk.new .links a{font-size: 14px}
.sect_menu .desk.new .more{font-weight: normal; font-style: italic; font-size: 14px; font-family: Arial; display: block; width: 50%; margin: 0 auto; position: relative}

.sect_menu .desk.new .more:before{content: ""; display: inline-block; border: 15px solid transparent; border-top: 8px solid #444; position: absolute; right: -10px; z-index: 10; top: 5px}
/* .sect_menu .desk.new .more:after{content: ""; display: inline-block; border: 6px solid transparent; border-top: 7px solid #336699; position: absolute; right: 4px; z-index: 20; top: 5px; } */
.sect_menu .desk.new .more.open:before{border-top:none; border-bottom: 8px solid #444;}
/* .sect_menu .desk.new .more.open:after{border-top:none; border-bottom: 7px solid #336699; top: 7px} */


.page a[name="requsits"] + h2 {margin-top: 5px}
.page a[name="rules"] + h2 {margin-top: -5px}
.page .blue-title{font-size: 29px;    line-height: 55px;    color: #FFF;    font-weight: normal; background: #658DF8; text-align: left; border: 1px solid #979797; margin: 15px 0 8px; padding: 0; padding-left: 19px }
.page .blue-title + .page-content p {font-size: 14px;margin: 7px 0;line-height: 16px}
.page h2{text-align: left; font-size: 30px; font-weight: bold; margin: 0; padding: 0}
.page .page-content{padding-left: 20px}
.page .page-content ul{list-style: none; padding-left: 0}
.page .page-content ul li a{font-size: 14px}
.page .page-content p{font-size: 14px}
.page .page-content table{width: 100%; border-collapse: collapse}
.page .page-content table tr td{border: 1px solid #808080; padding: 5px; width: 50%;    font-size: 12px; box-sizing: border-box}

.page.nashli .blue-title {margin-bottom: 36px}
.page.nashli .page-content {padding-left: 33px}
.page.nashli .form-inner {margin-top: 27px}
.page.nashli .form-inner .red-title {font-size: 14px;margin-bottom: 12px;}

.page .form-inner{text-align: center}
.page .form-inner .red-title{color: #EE2A00; text-align: center; font-weight: bold; font-size: 18px}
.page .form-inner input{display: inline-block; width: 180px; height: 36px; border-radius: 5px ;border: 2px solid #E4E4E4; background: #fff; font-family: 'PT Sans'; box-sizing: border-box; margin: 0 12px}
.page .form-inner input[type=text]{padding-left: 10px}
.page .form-inner input[type=submit]{background: #EE2A00; color: #fff; text-align: center; border: none}
.page .form-inner form{position: relative; display: inline-block}
.page .form-inner form .note{position: absolute;    right: 12px;    width: 180px;    background: #658DF8;    text-align: center;    color: #fff;    padding: 5px 0;    font-size: 14px; top: 100%;    margin: 5px 0 0;}
.page .form-inner form .note:before{content: ""; border: 5px solid transparent; border-bottom: 5px solid #658DF8; position: absolute; top: -10px; left: 50%; margin-left: -5px}


.review .news-in-sect .news-item {min-height: inherit!important}
.review .news-in-sect .news-item a b {margin-bottom: 30px}
.review .news-in-sect .news-item .more{margin-top: 5px;}
.news-in-sect .news-item{margin-bottom: 30px;position: relative;min-height: 240px}
.news-in-sect .news-item:after{content: " "; display: table; clear: both}
.news-in-sect .news-item .preview_picture{float: left; width: 240px; margin-right: 33px}
.news-in-sect .news-item .news-date-time{display: none}
.news-in-sect .news-item a{text-decoration: none}
.news-in-sect .news-item a:nth-of-type(1) {   /* width: 240px;
    height: 240px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;float: left*/}
/*.news-in-sect .news-item a:nth-of-type(2), .news-in-sect .news-item div {margin-left: 33px}*/
.news-in-sect .news-item a:nth-of-type(1) img {max-width: 240px;max-height: 240px}
.news-in-sect .news-item a b{color: #231F1F; font-size: 24px; margin-bottom: 40px; opacity: .42; display: inline-block; max-width: calc(100% - 248px - 40px);}
.news-in-sect .news-item .text{color: #231F1F; opacity: .42; font-size: 16px;/*margin-left: 273px*/}
.news-in-sect .news-item .more{float: right;    font-size: 13px;    background: url(/bitrix/templates/gts_2018/images/right.svg) no-repeat right center;    text-decoration: none;    padding: 10px 40px 10px 0;    margin-right: 115px;
    margin-top: 20px;}

.bx_catalog_text .bx_catalog_text_ul li {margin: 0 10px 7px!important}
.sect_top .breadcumbs {margin-top: -18px}
.bx_item_detail_rating {margin-bottom: 5px!important}
.bx_item_detail_rating .bx_stars_container {height: 21px!important}
table.cart-items td {padding: 9px 20px!important;font-size: 12px!important}
#id-cart-list .cart-items tbody tr td {padding: 6px!important;font-size: 13px!important}
#id-cart-list .cart-items tbody tr td:nth-of-type(1) {padding: 6px 7px!important}
#id-cart-list .cart-items tbody tr td:nth-of-type(2) {padding: 6px 7px 6px 25px!important}
table.cart-items tr td:nth-of-type(2) {padding: 9px 7px 9px 25px!important}
table.cart-items tr td:nth-of-type(1) {padding: 9px 7px!important} 
#id-cart-list .cart-items tbody tr td.cart-item-quantity input {font-size: 13px!important;}


.bx-system-auth-form form input[type="checkbox"] {-webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;    display: inline-block;
    vertical-align: top;line-height: 20px;margin-top: 5px}
.bx-system-auth-form form table tr:nth-of-type(3) td:nth-of-type(1) {width: 30px}

@media screen and (max-width:1280px){
	
	/*.wrap, header, .search_block { width:1280px;}*/
	
}

.search-f{border-radius: 5px;    border: 2px solid #E4E4E4;    padding: 0 20px 20px;    display: inline-block}
.search-f p{font-size: 22px;    color: #000;}
.search-f label{display: inline-block; width: 80px; }
.search-f input,
.search-f textarea{ width: 222px; padding-left: 10px;   border: 1px solid #979797;    font-family: 'PT Sans';    font-size: 16px;    border-radius: 5px;    height: 33px; margin-bottom: 5px}
.search-f textarea {height: 250px}
.search-f input[type="submit"]{    display: inline-block;    width: 155px;    height: 36px;    line-height: 36px;    border-radius: 5px;    text-align: center;    color: #fff;    font-family: 'PT Sans';    font-size: 14px;    background: #FF0000;    padding: 0;    border: none;}


.review-f{border-radius: 5px;    border: 2px solid #E4E4E4;    padding: 0 20px 20px;    display: inline-block}
.review-f p{font-size: 22px;    color: #000;}
.review-f label{display: inline-block; width: 110px; vertical-align: top; margin-top: 3px}
.review-f input,
.review-f textarea{ width: 222px; padding-left: 10px;   border: 1px solid #979797;    font-family: 'PT Sans';    font-size: 16px;    border-radius: 5px;    height: 33px; margin-bottom: 5px}
.review-f textarea {height: 150px}
.review-f input[type="submit"]{    display: inline-block;    width: 155px;    height: 36px;    line-height: 36px;    border-radius: 5px;    text-align: center;    color: #fff;    font-family: 'PT Sans';    font-size: 14px;    background: #FF0000;    padding: 0;    border: none;}

#bk_name {
	
	border: 1px;
	height: 14px; margin-top: auto; margin-bottom: auto;
	
}



span.paysystem_descr {
    width: 100%;
    display: block;
    color: #a09f9f;
    font-size: 0.8em;
    font-style: italic;
    margin-bottom: 17px;
}
/* End */
/* /bitrix/templates/gts_2018/highslide/highslide.css?161687393020470 */
/* /bitrix/templates/gts_2018/js/fancybox/jquery.fancybox.css?16168739304901 */
/* /bitrix/templates/gts_2018/js/slick/slick.css?16168739301729 */
/* /bitrix/templates/gts_2018/js/slick/slick-theme.css?16168739303232 */
/* /bitrix/templates/gts_2018/components/bitrix/menu/left_menu/style.css?16168739311959 */
/* /bitrix/templates/gts_2018/components/bitrix/catalog.section.list/footer-brands/style.min.css?16168739316236 */
/* /bitrix/templates/gts_2018/template_styles.css?161687393082276 */
