

/* Start:/local/templates/main/css/reset.css?1656437013941*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* End */


/* Start:/local/templates/main/css/jquery.bxslider.css?16564370123805*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	margin: 0 auto;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.cr .bx-wrapper img {

    max-height: 80px!important;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	left: 29px;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/local/templates/main/css/../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	opacity: 0.3;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	border: 2px solid #fff;
	opacity: 1;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/local/templates/main/css/../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/local/templates/main/css/../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 89;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/main/css/../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/main/css/../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/local/templates/main/css/jquery.formstyler.css?16564370129740*/
.jq-checkbox {
	
}
.jq-checkbox.checked .jq-checkbox__div {
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-radio {
	width: 12px;
	height: 12px;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) 0 -1px repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	vertical-align: middle;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 6px;
	height: 6px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #666;
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-file {
	width: 270px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 4px;
}
.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 1em;
}
.jq-file__name {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	padding: 0 80px 0 10px;
	color: #333;
	font: 14px/30px Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1;
	background: #FFF;
}
.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px/30px Arial, sans-serif;
}
.jq-file:hover .jq-file__browse {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled .jq-file__name {
	color: #888;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 30px;
	padding: 0 45px 0 10px;
	color: #333;
	background-color: #faeb4b;
	font: 14px/30px Arial, sans-serif;
}
.jq-selectbox__select:hover {
	background-color: #faeb4b;
	background-position: 0 -10px;
}
.jq-selectbox__select:active {
	background: #faeb4b;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
	top: 33px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	outline: none;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	background: #FFF;
	color: #333;
	font: 14px/18px Arial, sans-serif;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
	padding: 7px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	font: 14px Arial, sans-serif;
}
input[type="search"].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
	overflow: visible;
	padding: 7px 11px;
	outline: none;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px Arial, sans-serif;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:after {
	content: '';
}
button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/main/css/fix.css?16564370116944*/
/* aniart.css */

.ras-tit {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.ras-tit a {
	color: #2c3b43 !important;
	font-size: 14px ;
	text-transform: uppercase;
	text-decoration:none;
}
.ras-tit a:hover {
	color: blue !important;
}
	
.error {
padding:6px 0 0 0;
clear:both;
color:red;
font-size: 14px;
text-align:left;
}
.mess {
padding:6px 0 0 0;
clear:both;
color:black;
font-size:16px;
text-align:left;
}
/*.wrapper h3{
    border-bottom: 1px solid #dad6e2;
    font-family: 'Roboto',sans-serif;
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.wrapper p {
	margin-bottom:15px;
}*/

/* end aniart.css */




.sing-info-left .color-offers{
float:left;
width:100%;
height:40px;
}
.sing-info-left .color-offers ul li{
float:left;
margin-right:4px;
width:32px;
height:32px;
border:1px solid #cccccc;
}

.sing-info-left .color-offers ul li img{
cursor:pointer;
}

.sing-info-left .color-offers .active{
border:2px solid #006fcb;
}

.sing-info-left .form-offers{
float:left;
width:100%;
height:40px;
}

.sing-info-left .form-offers ul li{
float:left;
margin-right:4px;
width:32px;
height:32px;
border:1px solid #cccccc;
}

.sing-info-left .form-offers ul li img{
cursor:pointer;
}

.sing-info-left .form-offers .active{
border:2px solid #006fcb;
}

.mod-tit-cart{
padding-bottom:24px;
color:#ffffff;
font-size:16px;
}

.one-str-off{
padding:10px;
}

.one-basc-tot .tov-thumb{
width: 79px;
background:#ffffff;
height:79px;
text-align: center;
}

.one-basc-tot .tov-thumb-in-cart{
width:79px;
height:79px;
display: table-cell;
vertical-align: middle;
}

.one-basc-tot .tov-tit a{

}

.my-tov-num input{
text-align:center;
margin-top:3px;
}

.basket_quantity_control {
float:left;
display: inline-block;
margin: 0 0 0 2px !important;
padding: 0 0 0 4px;
}

.basket_quantity_control a.plus {
background-position: 0px 0px;
border-radius: 5px 5px 0 0;
}

.basket_quantity_control a.minus {
background-position: 0px -20px;
border-radius: 0 0 5px 5px;
margin-top: -1px;
}

.basket_quantity_control a {
background: url("/local/templates/main/css/images/arrows.png") no-repeat scroll 0 0 transparent;
border: 1px solid #D8D8D8;
display: block;
height: 10px;
text-align: center;
width: 11px;
}

.basket_quantity_control a {
background: url("/local/templates/main/css/images/arrows.png") no-repeat scroll 0 0 transparent;
border: 1px solid #D8D8D8;
display: block;
height: 10px;
text-align: center;
width: 11px;
}

.order-input-call{
width: 100%;
}

.kupon-inp .inp-text{
width: 146px;
}

.right{
float:right;
}

.per-info-right{
float: right;
width:450px;
}

.fast-tit-mod{
float: left;
margin-top: 6px;
width: 100%;
border-bottom: 1px solid #dad6e2;
padding-bottom: 5px;
font-size: 18px;
font-weight: 300;
font-family: 'Roboto', sans-serif;
}

.profile-info{
float: left;
margin: 10px 0 0 0;
}

.tovar-inf-mod{
height: 25px;
float: left;
}

.one-cat-tov-mod{
width: 220px;
float: left;
height: 296px;
margin-right: 19px;
margin-bottom: 30px;
position: relative;
}

/* Всплывающее окно "Быстрый заказ" */
.modal-backdrop-basket{
width: 100%;
height: 100%;
/*background: rgba(0,0,0,.5);*/
position: fixed;
left: 0;
top: 0;
z-index: 1500;
display:none;
}


.list-popup-basket{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 2000;
display:none;
}

.list-popup-basket>.list-popup-container-basket{
width: 100%;
height: 100%;
overflow-scrolling: touch;
}

.list-popup-basket .list-popup-content-basket{
z-index: 999;
margin: 18% auto 0 auto;
width: 320px;
/*height: 60px;*/
padding: 10px;
background-color:#a9d05c;
/*border-radius: 5px;
box-shadow: 0px 0px 10px #000;*/
}

.list-popup-basket .list-popup-close-basket{
/*background-image: url(/local/templates/main/images/close.png);*/
width: 19px;
height: 18px;
float:right;
background-repeat: no-repeat;
}

.list-popup-basket .list-popup-work-basket{
height: 100%;
}

.list-popup-basket .list-popup-work-basket p{
font-size: 14px;
line-height: 24px;
color: #ffffff;
text-align:center;
}

.list-popup-basket .title-form-sub{
padding-bottom:10px;
padding-top:16px;
line-height: 24px;
color: #ffffff;
text-align:center;
font-size:16px;
}

.list-popup-basket .list-popup-work-basket .input-order{
margin:0;
width:auto;
}

.list-popup-basket .list-popup-work-basket .input-order input[type="tel"]{
margin: 0 40px 0 20px;
font-size: 16px;
}

.sub-form-popup{
float:right;
width:100%;
padding-top:20px;
}

/* Конец всплывающее окно "Быстрый заказ" */

.online-view{
float: left;
width: 700px;
padding: 32px 32px 32px 16px;
background-color: #a9d05c;
padding-bottom: 2px;
display: none;
}

.online-view .online-view-block{
float: left;
width: 100%;
overflow: auto;
height: 510px;
}

.content p{
line-height: 18px;
color: #334047;
}

.header-top a{
text-decoration: none !important;
}

.comfirm-order{
float: left;
width: 700px;
padding: 32px 32px 32px 16px;
background-color: #a9d05c;
padding-bottom: 2px;
display: none;
}


/* Всплывающее окно "оформление заказа" */
.modal-backdrop{
width: 100%;
height: 100%;
/*background: rgba(0,0,0,.5);*/
position: fixed;
left: 0;
top: 0;
z-index: 1500;
display:none;
}


.list-popup{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 2000;
display:none;
}

.list-popup>.list-popup-container{
width: 100%;
height: 100%;
overflow-scrolling: touch;
}

.list-popup .list-popup-content{
z-index: 999;
margin: 17% auto 0 auto;
width: 420px;
width: 550px;
/*height: 60px;*/
padding: 10px;
background-color:#a9d05c;
/*border-radius: 5px;
box-shadow: 0px 0px 10px #000;*/
}

.list-popup .list-popup-close{
/*background-image: url(/local/templates/main/images/close.png);*/
width: 19px;
height: 18px;
float:right;
background-repeat: no-repeat;
cursor:pointer;
}

.list-popup .list-popup-work{
padding:10px;
height: 100%;
font-size: 13px;
line-height: 24px;
color: #000000;
}

.list-popup .list-popup-work a{
color:#4976d0;
}

.list-popup .title-form-sub{
padding-bottom:10px;
padding-top:16px;
color: #000000;
text-align:center;

font-family: 'Roboto', sans-serif;
font-size: 22px;
font-weight: 300;
text-transform: uppercase;
}

.list-popup .list-popup-work .input-order{
margin:0;
width:auto;
}

.sub-form-popup{
float:right;
width:100%;
padding-top:20px;
}

/* Конец всплывающее окно "оформление заказа" */
.quest-text{
float:left!important;
}

.quest-text textarea{
padding:10px;
min-height:50px;
max-height:50px;
min-width:218px;
max-width:218px;
border:1px solid #3d921c;
font-size:14px;
font-style:italic;
font-family: Arial, Helvetica, sans-serif;
}

h3 a, .h3 a{
color:#000000;
text-decoration:none;
}

h3 a:hover, .h3 a:hover{
text-decoration:none;
}

.msg-good-reg{
display:none;
float: left;
width: 100%;
margin-top: 10px;
padding: 0 0 24px 0;
font-size: 14px;
}

.pers-go{
margin-left:46px;
}

.pay_name{

}

.sale_order_info b {
    color: #B00000;
}
/* End */


/* Start:/local/templates/main/css/social-likes_flat.css?165643701313247*/
/*! Social Likes v3.1.2 by Artem Sapegin - http://sapegin.github.com/social-likes - Licensed MIT */
.social-likes,.social-likes__widget{display:inline-block;padding:0;vertical-align:middle!important;word-spacing:0!important;text-indent:0!important;list-style:none!important}.social-likes{opacity:0}.social-likes_visible{opacity:1;transition:opacity .1s ease-in}.social-likes>*{display:inline-block;visibility:hidden}.social-likes_vertical>*{display:block}.social-likes_visible>*{visibility:inherit}.social-likes__widget{display:inline-block;position:relative;white-space:nowrap}.social-likes__widget:before,.social-likes__widget:after{display:none!important}.social-likes_vertical .social-likes__widget{display:block;float:left;clear:left}.social-likes__button,.social-likes__icon,.social-likes__counter{text-decoration:none;text-rendering:optimizeLegibility}.social-likes__button,.social-likes__counter{display:inline-block;margin:0;outline:0}.social-likes__button{position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.social-likes__button:before{content:"";display:inline-block}.social-likes__icon{position:absolute}.social-likes__counter{display:none;position:relative}.social-likes_ready .social-likes__counter,.social-likes__counter_single{display:inline-block}.social-likes_ready .social-likes__counter_empty{display:none}.social-likes_vertical .social-likes__widget{display:block}.social-likes_notext .social-likes__button{padding-left:0}.social-likes_single-w{position:relative;display:inline-block}.social-likes_single{position:absolute;text-align:left;z-index:99999;visibility:hidden;opacity:0;transition:visibility 0s .11s,opacity .1s ease-in;-webkit-backface-visibility:hidden;backface-visibility:hidden}.social-likes_single.social-likes_opened{visibility:visible;opacity:1;transition:opacity .15s ease-out}.social-likes__button_single{position:relative}@font-face{font-family:"social-likes";src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABNAABAAAAAAHiwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAATJAAAABoAAAAce/rBH0dERUYAABMIAAAAHAAAAB4AJwAST1MvMgAAAdwAAABKAAAAYEDWXThjbWFwAAACSAAAAEIAAAFCAA/0tGN2dCAAAAlIAAAAFAAAACQDq/+YZnBnbQAAAowAAAY6AAANFnZkfXZnYXNwAAATAAAAAAgAAAAIAAAAEGdseWYAAAl4AAAILQAAClzmvfnqaGVhZAAAAWwAAAAwAAAANgoF11xoaGVhAAABnAAAACAAAAAkA/0BxWhtdHgAAAIoAAAAHwAAACAF/wAQbG9jYQAACVwAAAAaAAAAGg70DHxtYXhwAAABvAAAACAAAAAgAUMBI25hbWUAABGoAAAA5QAAAcupvkeTcG9zdAAAEpAAAABvAAAAir01uNRwcmVwAAAIyAAAAIAAAACNE0njCnicY2BkYGAA4r8btv6O57f5yiDPxAACV9K9s2H0/z//DzBxMJ4EcjkYwNIAg5ANmnicY2BkYGA8+f8Agx4Tw/8/DAxMHAxAERTAAgCAzwTFAAEAAAAMAHwABgAAAAAAAgAiADMAiwAAAIMAcgAAAAB4nGNgYWJgnMDAysDA6MOYxsDA4A6lvzJIMrQwMDAxsHIywIEAgskQkOaawtDwkfEjJ+OB/wcY9BhPMjgAhRmRlCgwMAIAC1YLowAAeJxjYmAQZAACJghmZGD4////HxANBIz//wEAN2sGEQB4nGNgYGBmgGAZBkYGELAB8hjBfBYGBSDNAoRA/kfO//+BJOP///xMUJUMjGwMMCYDIxOQYGJABYwMwx4AAEYnBrUAAHicrVZpd9NGFJW8ZSMbWWhRS8dMnKbRyKQUggEDQYrtQro4WytBaaU4SfcFutF9X/CveXLac+g3flrvG9kmgYSe9tQf9O7MuzNvm3ljMpQgY92vBEIs3TWGlpcot3rNp1MWzQThtmiu+5QqRH/1Gr1GoyE3rHyejIAMTy62DNPwQtchU5EItx1KKbEp6F6dMtPXWjNmv1dpVChX8fOULgQr1/28zFtNX1C9jqmFwBJUYlQKAhEn7GiTZjDVHgmaY/0cM+/VfQFvmpGg/rofYkawrp/RPKP50AqDILDItINAklH3t4LAobQS2CdTiOBZ1qv7lJUu5aSLOAIyQ4cySsIvsRlnN1zBGvbYSjzgL0iVBqVn81B6oimaMBDPZQsIctkP61a0EvgyyAeCFlZ96CwOrW3foayiHs9uGakkUzkMpSuRcelGlNrYJrMBA5SddahHCXZ1wGvczRgbgneghTBgSrioXe1VrZ4Bw6u4s/lu7vvU3lr0J7uYNlzwEHcoKk0ZcV10vgyLc0rCgpMdL1EdGS0mJgYOWE5TWGVY90PbveiQ0gG1BvrTKLYl88Fs3qFBFadSFdqMFh0aUiAKQYe8q7wcQLoBDfJoBaNBjBwaxjYjOiUCGWjALg15oWiGgoaQNIdG1NKaH2c2F4MpGtyStx0aVUvL/tJqMmnlMT+m5w+r2Bj21v14eBgFjFwatvnM4iS78SH+DOJD5iQqkS7U/ZiTh2jdJurLZmfzEss62Er0vARXgWcCRFKD/zXM7i3VAQWMDWNMIlseGRdbpmnqWo0pIzZSlTWfhqUrKjSAw9cPw6ErQpj/c3TUNIYM122G8eGcTXds6zjSNI7YxmyHJlRsspxEnlkeUXGa5WMqzrB8XMVZlkdVnGNpqbiH5RMq7mX5pIr7WD6jZCfvlAuRYSmKZN7gC+LQ7C7lZFd5M1Hau5TTXeWtRHlMGTRo/4f4nkJ8x+CXQHws84iP5XHEx1IiPpZTiI9lAfGxnEZ8LJ9GfCxnEB9LpURZH1NHwexoKDx2wdOlxNVTfFaLihybHNzCE7gANXFAFWVUktwRH8mwOPq5bmnNSToxG2fNiYqPRsYBPrs7Mw+rTypxWvv7HHhm5WEjuJ37Gud5Y/IPg3+LF2UpPmlOcHCnkAB4vL/DuBVRyaHTqnik7ND8P1Fxghugn0FNjMmCKIoa33zk8kqzWZM1tAofTwQ6K9rBvGlOjCOlJbSoSRoBLYOuWdA06vPsrWZRClFuYr+zeymimOxFGcyAKSjkprGw7O+kRFpYO6np9NHA5Ubai54sNVtWcYW9B+9jyM0seTdSXrgpKe1Fm1CnvMgCDrmRPbgmglto77KKYkpYqCI+CG0F++1jRCYtM4MugSJkcbKyD+2KHTmignYC33rSKu/bQu3PdfIgMJudbudBlpGi810V9Wp9VdbYKFev3E0fB9POsLHmF0UZTy57354U7FenBLkCRld2v+5J8fY71u1KST7bF3Z54nVKFfJfgAdD7pT3IhpFkbNYpRHPr1t4MkU5KMZFcxwX9NIe7YpV36Nd2Hfto1ZcVlSyH2XQVXTWbsI3Pl8I6kAqClqkIlZ4OmQ+m52a8LGUuCxF3LNk10X0HTwhHeK/OMS1/+vcchTcosoSXWjXCckHbR8r6K0lu5OHKkZn7bxsZ6IdSTfoGoKeSC44/l7gLo8V6RTu8/MHzF/Bdub4GJ0GvqroDMQS562CBIsq3tJOpl5QfIRpCfBF1UKzAngJwGTwsmqZeqYOoGeWmVMBWGEOg1XmMFhjDoN1tYOudxnoFSBTo1fVjpnM+UDJXMA8k9E15ml0nXkavcY8jW6wTQ/gdbbJ4A22ySBkmwwi5lQBNpjDoMEcBpvMYbCl/XKBtrVfjN7UfjF6S/vF6G3tF6N3tF+M3tV+MXpP+8XofeT4XLeAH+gRXQT8MIGXAD/ipOvRAkY38Yy2ObcSyJyPNcdscz7B4vPdXT/VI73iswTyis8TyPTb2KdN+CKBTPgygUz4Ctxyd7+v9UjTv0kg079NINO/w8o24fsEMuGHBDLhR3AvdPf7SY80/ecEMv2XBDL9V6xsE35LIBN+TyAT7qidvkyq82fVtal3i9JT9dudd9j5G2UzuiwAAHicY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZ2J02MTAyaIEYm3mYGDkgLAEGMIvDaRezA1CaE8jmdNrFAGUzM7hsVGHsCIzY4NARsZE5xWWjGoi3i6OBgZHFoSM5JAKkJBIINvMxMfJo7WD837qBpXcjE4PLZtYUNgYXFwDrbSUveJxjYMACeCCQ8eT/AyAMABbCBUMAAAAoACgAKACAAVoB+AKEAxYDzAQQBIIFLgAAeJxNVltv48YVPmdIzpCUSJESL5J1tWiJsmTJ1o30fRXLm1078jrZrOPNNs5ic1knKYoGQYBt2mILxH0o0Ic8bYAU7S8oir73JQ5QLNCifcs/aP9B25e0sHuo7UMFQpwZccSZ73yXAQY2AHyFJyCBgPYkpJ7EQHofGCI7AcbwTKYWHgEIrsj0mGQrwu0M7aEdDu3A/sWTx4/x5Oq3Ng5pLgJeXzLAS1iCw8mtLMoKHgpkEkoMn6qI+LmGAPRHyjnIkiSfgCxLZxwlWTpCqJSKC4W8m7Mz6ZSuqRyWMNCF08GB59oO7+B4GAfjUbSF42ZQ52UM3KEb1JtjexQN8e9py0p/vqfPLG/Zb3Sj6fRfyQhe2umrjZT9/GiQzd2Uxv31O8/tND5P09Y5wPU1rfcbMGAbHsEP4MfwEzibPFiplW1ZYXgITGEXqmAKVy6Aa/wCNF27AB31C8AUgozwfzt5CLSRY4TPnnzw+O2ztx68ef/09YP9aFytCA4GptO0mUY9bEa+N4gjT/Cg0R/FzbCHUTyIKsyPBv6uVMUKcsGF5zqmUu8pft+pyP4mDneV8SjsMfqJ05+ETRMF9/ujXRwSQA5vxv1RlExiCSYIZkaYQktr9J0xr6EtMSZxFXku3/QG7w3cMJ+VZVWRqD5tw19qR/E0jtqBb+ynrEqxk7VHtr1SrFh6TVuoZTKuV/Ucy1ws6LVtzdSMXK12WaspWkoYucn8VfM3fTXtc1WrtFxkwrUyGcsVEqLbqlBB+9PGTrfuGZwbXr27nVtoFbM6R+R6tthaWAlSKaIIEuvok0oFJcMzSk6JPkW69KwhSg5I19fX3zIV/wQZuAuvw/7kJQuBHRSYgozqxYEzeJqUFjnVBoE2SGyTqDynQIV6SOWSj+++Ojscj3rduDEQwu80etjBOnedCmEZxeOYQN0i2pWRe/EuSyrEhYm+51ckKlzS7iEN7jLq+fNyNXeQJ7gTFQc+3mdRyNr9/PLCcsS4onMpnUJLGA4v1pYfv1ENu4yZ1vb+7WLWF9n8K/ffKFq27Eet4z/c6JQX2+VpZ2vz9HRza+Uv7f5Gu7Tij8PUI57itvizrgpj8/arpSBvewtnw3ptaezKhurUVF2yt3ul6eGtaX41v7dy8dmiV1vMdO5vbt5fIXmCfP2f60vcIH2uQAR7MIWDycslm0vwguqgEHRICv0cuCBRconIrSjyKZFbeaiiIivH6/Fqd2cr3lvfGw660Wq03PRKmvA6jb6XkNb3nAwSPQkeYukqNkdxdAMTAONdJKSqmDA/7Ne54w2iUVPUmwliFXRMDHBNs4u1zUeaJml5TR9lZnSTVXWcdzYWi5bGi661lrG2ltziFwvN5rjRKEazWRRsB3T9Lpu3Xf5ILdBkTUvmUqOQzOWunSfymIaJWDbFHxs0cdz4Zvb9WbB1aysAYIlv4RV+DTM4gtnkIIVMuaUyouIhKJwKyJ4KgkUiByREgKyQn8898jTxyIdAFnnMYGujv9pZznuWKRSYsZmaeFd/4DlEjJBQqDAiF7GO9ElU8/yEWuMofMGZRMHEn2Ro1Jw/QH7gEqR+D5MHED589uzDZpATWTm3YOwc5Zd3lu69UyzoJGDGFPvm+mC9G7h5WUqrWdspk9qxJHPcv/fsI/z62bdfpiqFl0m4787Ko+X8OzvBKCWnmKoylTvVwe24s3FcdtJhRbfdZkkYmorsiVOoV3529NEzeOGVl/iPOXe24Q4cw1twBp9MfggyN7n8MZgaN7WfQgpVTKlPKSq4LPHzDCrAdIWdG6ilUUdNf580qQpUzy0UFCundBPwkFpwPNlZ6771vcQ23zi59/rdVw9u7dyZ3InH3e21bTscuS1bFDqNDQLyBVhjIlecfFOnx5LeFoogsUByRtfxw42EbXM8k76Xo/4uoUne+b+RIfYpQtxgHIyH46GLIpfLvv3azVdGrVNHZOhtxUy7f/TzTns1m8vm7BsLObvXLGcz3bDW9aptrjdrGy+NEKbTRbp+beUa3mC23hpWCrzg6BZmKw1n1GgVw6Ef5sycaWY2c3at/ZqXrbWOr/6Zq7n5egVTztpSD836dFrf24OEj3D9Db5GWGvgwu5kKwlfilAh3SYRJ/FJ+KIsnZDHoQwov0/KZcoJKAo7SyLryJ5/8kIUO/FYhLEvQrceD+1FO9nucBz8cth68qPWaP2Te1e/v1v6W+nBv0fzge9+dfVXHMfPn8N8HQi1eZ73YQBHk8O13kqNDIEXKNm9LJNkMmwmH5IgKBnJHS4Sc72gM4R0QfJglJFkw6dAlvIwOR0cNz0vsOutZFnYJ7OYZ1XoDQdxvTm/9XAHvWFS0gr6dNslyfhRzEUUM/Cq2Dr49Ob9g7RxsFGPdF03jaU1v7Bqtj5+SbJKodetLlXT9WoZv6j5xvjD02gVu8s1JqmbDWZU10uF/qaUTrthyV4U2Qa5Ju3x+gq+ouy4pLD4ADqT1rt0iknckJZPwQV4QQcBgE9lePDmzf3lMGfBuXzOSdrxBraxx8jayObiJDBiWmESB9RZxVES0TcwGtIIIw9yOKULBf8up8EbOKRDgDDlROXkBDzDeBLtRFyXDDT4jumVcmiVdyxLlpmQpAOh8LTlFjROeSmERVGQ6XumUGmNTCHAFa7qhmkmZxH9yJd5T2SFxpgutEVqqNp+JqeXPGqgbFZ/o6Ty2cp7S4Emk0ugrJWLzQVFatpWQdcZajK5PxNWZtFgWdWgdzBZSzv5iqZxshXd3lXzqiUZUppr1ZJpkBNKhlh0JJbXU6pCVgH/BWv3U5kAAAB4nI2OP2rDMBSHPyV2oCWUjqGTtmSxkVQoNAfI3Cl7CCaIGAvs3KJ7T9Jz9AI9S6E/uxqyFCJ4et/7vb/Akg8M4zPip8wzSp4zz9nwnrlQzVfmkkd+Mi9Ymo0qTXEnZTV1jTzjnnXmOW+8Zi5U85m5xPKdecHKPDCQOBI50FLJImcaqQzpGA9t1cZzo+gqkZWdGjsuk+85KWcJ1Dj5rey/wX/ZIM1Pf1CH50UDU3fZpf7U2FA7u7XXBygMlQ9VcF6VN968l9hLjtOlVnvGTfXkxyvZN/0QU2ed87Vzzt46+Rcc30gMAAAAeJxdicENwjAMAOMASYNgAMZLwRTLwa5qB1ZiS6j65D4n3YUYNr6fcFkF4Z/TViNE2MEeDpAgwwAFjsO9XnFU5TSRP/qYnpXa0s96E+VWzYSYykziuKB5nls3FUxGMjXM/iZfT3mxild2/AG0KSBpAAABAAH//wAPeJxjYGRgYOABYjEgZmJgBEJuIGYB8xgABBcAOnicY2BgYGQAgss6Wh4g+kq6dzaMBgA2RQVVAAA=") format("woff");font-weight:400;font-style:normal}.social-likes__icon_facebook:before{content:"\f101"}.social-likes__icon_github:before{content:"\f102"}.social-likes__icon_mailru:before{content:"\f103"}.social-likes__icon_odnoklassniki:before{content:"\f104"}.social-likes__icon_pinterest:before{content:"\f105"}.social-likes__icon_plusone:before{content:"\f106"}.social-likes__icon_single:before{content:"\f107"}.social-likes__icon_twitter:before{content:"\f108"}.social-likes__icon_vkontakte:before{content:"\f109"}.social-likes{min-height:36px;margin:-.5em;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.social-likes,.social-likes_single-w{line-height:1.5}.social-likes,.social-likes__widget_single{font-size:14px}.social-likes__widget{margin:.5em;line-height:1.5;border:0;text-align:left;cursor:pointer}.social-likes__button,.social-likes__counter{box-sizing:border-box;font-family:"Helvetica Neue",Arial,sans-serif;vertical-align:baseline;color:#fff}.social-likes__button{padding:.04em .1em .18em 1.65em;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.social-likes__icon{top:0;left:.21em;font-family:"social-likes";font-weight:400;font-style:normal;speak:none;text-transform:none;font-size:1.15em;vertical-align:baseline}.social-likes__counter{padding-right:.5em;font-weight:400;font-size:.85em}.social-likes_vertical .social-likes__widget{min-width:13em}.social-likes_vertical .social-likes__counter{position:absolute;top:0;right:0;margin-top:.3em}.social-likes_light .social-likes__widget{min-width:0;background:0 0}.social-likes_light .social-likes__button,.social-likes_single-light+.social-likes__button{min-width:0;padding-left:1.35em;font-weight:400;text-decoration:underline;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto}.social-likes_light .social-likes__icon{margin-top:-.1em;margin-left:-.25em}.social-likes_light .social-likes__counter,.social-likes_single-light+.social-likes__button+.social-likes__counter{position:static;margin-top:0;color:#999}.social-likes_notext .social-likes__button{width:1.85em}.social-likes_notext .social-likes__icon{margin-left:.1em}.social-likes_notext.social-likes_light,.social-likes_notext.social-likes_light .social-likes__widget,.social-likes_notext.social-likes_light .social-likes__icon{margin:0;left:0}.social-likes_notext.social-likes_light .social-likes__button{width:1.4em;padding-left:0}.social-likes_single{margin-top:-1.2em;padding:.5em;background:#fff;border:1px solid #ddd}.social-likes__widget_single{height:1.7em;margin:0;padding:.1em 0;line-height:1.5;background:#007aff}.social-likes_single-light+.social-likes__widget_single{color:#007aff}.social-likes__icon_single{left:.4em;font-size:1.1em}.social-likes__widget_facebook{background:#3d5b95}.social-likes_light .social-likes__button_facebook{color:#3d5b95}.social-likes__icon_facebook{left:.35em;top:.1em;font-size:1.1em}.social-likes_notext .social-likes__icon_facebook{margin-left:.15em}.social-likes__widget_twitter{background:#24aadd}.social-likes_light .social-likes__button_twitter{color:#24aadd}.social-likes__icon_twitter{top:.1em;left:.25em}.social-likes_light .social-likes__icon_twitter{left:.1em}.social-likes__widget_plusone{background:#d23e30}.social-likes_light .social-likes__button_plusone{color:#d23e30}.social-likes_notext .social-likes__icon_plusone{margin-left:0}.social-likes__icon_plusone{left:.25em}.social-likes_light .social-likes__icon_plusone{margin-top:0}.social-likes__widget_mailru{background:#00468c}.social-likes_light .social-likes__button_mailru{color:#00468c}.social-likes__icon_mailru{left:.25em}.social-likes_light .social-likes__icon_mailru{left:.1em}.social-likes_notext .social-likes__icon_mailru{margin-left:.075em}.social-likes__widget_vkontakte{background:#587e9f}.social-likes_light .social-likes__button_vkontakte{color:#587e9f}.social-likes__icon_vkontakte{top:.3em;left:.25em}.social-likes__widget_odnoklassniki{background:#f59310}.social-likes_light .social-likes__button_odnoklassniki{color:#f59310}.social-likes__icon_odnoklassniki{left:.4em}.social-likes_light .social-likes__icon_odnoklassniki{left:.25em}.social-likes_notext.social-likes_light .social-likes__button_odnoklassniki{width:1em}.social-likes__widget_pinterest{background:#cb132d}.social-likes_light .social-likes__button_pinterest{color:#cb132d}.social-likes_light .social-likes__icon_pinterest{left:.1em}
.social-likes__icon_instagram:before {
	content:' ';
	display:block;
	min-width:24px;
	min-height:24px;
    background:url(https://4party.ua/img/insta-icon.png);
	background-repeat:no-repeat;
	background-size:contain;
}
/* End */


/* Start:/local/templates/.default/css/style.css?16564373323989*/
.popap_shadow
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 990;
}


.popap_include
{
	background: none repeat scroll 0 0 #fff;
	display: none;
	min-height: 220px;
	left: 50%;
	margin: -140px 0 0 -240px;
	padding: 10px;
	position: fixed;
	top: 50%;
	width: 480px;
	z-index: 991;
	border:2px solid #4d3e98;
}

.popap_include i
{
	background: none repeat scroll 0 0 #3b5998;
	border-radius: 20px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-style: inherit;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: -5px;
	text-align: center;
	top: -5px;
	width: 20px;
}

.viber
{
	width: 190px;
	display: block;
	cursor: pointer;
	float: left;
	margin-top: 4px;
	background: url(/local/templates/.default/css/../img/viber_tr.svg) no-repeat 4px center, #574e92;
    background-size: auto 80%;
	padding: 9px 0;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 8px 0 0 8px;
	cursor:pointer;
}





.modal_open
{
	overflow: hidden;
}


.modal_open .modal
{
	display:block;
	background: rgba(0,0,0,0.75);
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}
.modal_open .modal .modal_dialog
{
    position: relative;
    width: 500px;
    margin: 10px auto;
	max-height:calc(100% - 20px);
	overflow: auto;
}
@media (max-width: 600px)
{
	.modal_open .modal .modal_dialog
	{
		width: auto;
		margin: 10px;
	}
}
.modal_open .modal .modal_content
{
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}
.modal_open .modal .modal_header
{
    text-align: left;
	padding: 10px;
    min-height: 20px;
	line-height:20px;
	vertical-align:middle;
	font-size: 16px;
}
.modal_open .modal .modal_header .close
{
	float: right;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
	position: relative;
	background: #3b5998;
    height: 21px;
    width: 21px;
    opacity: 1;
	left: auto;
	bottom:auto;
	border-radius: 100%;
	text-align:center;
	cursor:pointer;
}
.modal_open .modal .switcher
{
    padding: 15px 0px;
    text-align: center;
    background-color: #e6e8ed;
    overflow: hidden;
}
.modal_open .modal .switcher .alogin,
.modal_open .modal .switcher .register,
.modal_open .modal .switcher .panel
{
    float: left;
    width: 30%;
    text-align: center;
    font-size: large;
}
.modal_open .modal .switcher .panel
{
    position: relative;
    width: 85px;
    height: 20px;
    margin: 0 20px;
    background: url(/local/templates/.default/css/images/sprite.png) -44px -548px;
}
.modal_open .modal .switcher .switcher_btn
{
    position: absolute;
    z-index: 5;
    top: 0;
    height: 100%;
    width: 33px;
}
.modal_open .modal .switcher .switcher_btn.left
{
    left: 0;
}
.modal_open .modal .switcher .panel .slider
{
    position: absolute;
    z-index: 10;
    width: 48px;
    height: 30px;
    top: -6px;
    left: 2px;
    background: url(/local/templates/.default/css/images/sprite.png) -78px -576px;
}
.modal_open .modal .switcher .switcher_btn.right
{
    right: 0;
}

.modal_open .modal .call-ico
{
    height: 119px;
    width: 132px;
    margin: 0 auto;
    background: url(/local/templates/.default/css/images/sprite.png) top left no-repeat;
    background-position: 0px -273px;
}
.modal_open .modal .modal_body
{
	font-size: 10pt;
	padding: 15px;
	text-align:center;
}
.modal_open .modal .modal_body.center
{
	text-align:center;
	font-size:14pt;
}
.modal_open .modal .form_holder
{
    max-width: 323px;
    margin: 0 auto 20px auto;
    width: 100%;
    color: #000000;
}
.modal_open .modal .modal_footer
{
    border: 0;
    padding: 15px;
    background-color: #f6f6f6;
	margin:0px;
	text-align: center;
}
.modal_open .modal .formresult
{
	display:none;
	padding:10px;
	text-align:center;
}
/* End */


/* Start:/local/templates/main/css/font-awesome.css?165643701237414*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/local/templates/main/css/../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/local/templates/main/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/local/templates/main/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/local/templates/main/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/local/templates/main/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/local/templates/main/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* End */


/* Start:/local/templates/main/css/lightbox.css?16564370124031*/
/* line 7, ../sass/lightbox.sass */


/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  /*background: url(/local/templates/main/css/../img/prev.png) left 48% no-repeat;*/
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  /*background: url(/local/templates/main/css/../img/next.png) right 48% no-repeat;*/
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: none !important;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
 /*background: url(/local/templates/main/css/../img/close.png) top right no-repeat;*/
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* End */


/* Start:/local/templates/main/css/owl.carousel.min.css?16696517623556*/
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;/* -webkit-backface-visibility:hidden; */-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/main/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}

/* End */


/* Start:/local/templates/main/components/bitrix/sale.basket.basket.small/small.cart.main/style.css?1656436918869*/
.bascet:hover
{
	border-radius:0px;
}
.bascet .basc-tov-wind
{
	float:none !important;
	background:#ffffff;
}
.basc-tov
{
	background:#604fb5 !important;
}
.basc-tov .ord
{
	margin-top:10px;
	float:none;
}

.one-basc-tot
{
	float:none;
	clear:both;
}
.one-basc-tot .tov-info
{
	padding:5px;
	float: none;
	margin: 0px !important;
	clear: both;
}
.one-basc-tot .tov-tit
{
	height:auto;
	width:calc(100% - 40px);
	padding: 0px 0px 5px 0px;
}
.one-basc-tot .tov-tit a
{
	color:#000000;
}
.one-basc-tot .tov_del
{
	width:20px;
	height:20px;
	margin:0px !important;
	border-radius:100%;
	line-height:20px;
	vertical-align:middle;
	text-align:center;
	top:4px;
	right:30px;
}
.one-basc-tot .tov-thumb-in-cart,
.one-basc-tot .tov-num,
.one-basc-tot .tov-pr
{
	float:none;
	display:table-cell;
	vertical-align:top;
	color:#000000;
}
.one-basc-tot .tov-pr
{
	text-align:right;
}
/* End */


/* Start:/local/templates/main/components/bitrix/socserv.auth.form/main/style.css?1656436968851*/
.s-log {
	margin-top: 15px;
	margin-bottom: 40px;}
.soc-log {
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: 0 -35px;
	display: block;
	float: left;
	margin-right: 5px;}

.bx-ss-icon{
	width: 35px !important;
	height: 35px !important;
	background-repeat: no-repeat !important;
	background-position: 0 -35px !important;
	display: block;
	float: left;
	margin-right: 5px;
}

.soc-log:hover {
	background-position: 0 0;}

.s-log .vkontakte {
	background: url('/local/templates/main/components/bitrix/socserv.auth.form/main/images/log-soc-1.png') 0 0 no-repeat !important;
}

.s-log .facebook{
	background-image: url('/local/templates/main/components/bitrix/socserv.auth.form/main/images/log-soc-2.png');}

.s-log .twitter {
	background-image: url('/local/templates/main/components/bitrix/socserv.auth.form/main/images/log-soc-3.png');}

.s-log .google {
	background-image: url('/local/templates/main/components/bitrix/socserv.auth.form/main/images/log-soc-4.png');}

.form-input-dop{
	float: left;
	width: 100%;
	margin: 8px 0;
	text-align: center;
	line-height: 20px;
}

/* End */


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

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

}

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 370px;
	margin: 32px 0 0 0;
	background-color: #FFF;
}

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

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

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

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:middle;
	max-width:50px;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

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


/* Start:/local/templates/main/components/bitrix/catalog.section.list/catalog.menu/style.css?16824148461551*/
.head-menu {
	height: 53px;
	background-color: #dd358c;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.head-menu ul {
	position: relative;
	border-right: 1px solid #fff;
	z-index: 99;
	float: left;
	width: 100%;
}

.head-menu ul li {
	float: left;
	min-width: 18%;
}
.head-menu  ul#example.sf-menu > li.current{
	white-space: nowrap;
}
.head-menu  ul#example.sf-menu ul li{
	white-space: normal;
}

.head-menu ul li ul {
	position: absolute;
	left: 0;
	width: 927px;
	padding: 20px 8px 35px 25px;
	background-color: #edeff6;
	display: none;
	border: 0px;

}

.head-menu ul li ul li {
	margin-bottom: 5px;
}

.head-menu ul li ul li a {
	padding: 3px 0 5px 19px;
	font-weight: normal;
	background-color: transparent;
	border: none;
	width: 211px;
	color: #4771C4;
	font-size: 13px;
	text-transform: none;
}

.head-menu ul li ul li a:hover {
	background-color: #fff !important;
}

.head-menu ul li.sfHover ul li a {
	background-color: transparent;
}

.head-menu ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 16px 5px 17px 5px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: lighter;
    border-left: 1px solid #fff;
    width: 96%;
    text-align: center;
}

.head-menu ul li.sfHover a {
	background-color: #4d3e98;
}

.head-menu-in {
	width: 960px;
	margin: 0 auto;
}


.head-menu  ul#example
{
	display:table;
}
.head-menu  ul#example > li
{
	display:table-cell;
	float:none!important;
}
.head-menu  ul#example > li > a
{
	width:auto!important;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/slider/style.css?1679525717983*/
ul.mslider
{
	padding:0px 0px;
	margin:0px;
	list-style: none;
	clear:both;
	position: relative;
}
ul.mslider li
{
	text-align: center;
}
ul.mslider li picture,
ul.mslider li img{
	width:100%;
	display:block;
}
ul.mslider li + li{
	display: none;
}

ul.mslider .owl-dots
{
	left:0px;
	right:0px;
	text-align:center;
	position:static;
}
ul.mslider .owl-dot
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    border-radius: 100%;
    border: 1px solid #4d3e98;
    background-color: #ffffff;
}
ul.mslider .owl-dot.active
{
    background-color: #4d3e98;
}
ul.mslider li div.btext{
	top:15px;
	left:15px;
	padding:1rem;
	font-size: 2.25rem;
	font-weight: bold;
	max-width:50%;
	max-height:100%;
	overflow: hidden;
	box-sizing: border-box;
	text-align: left;
}

ul.mslider .owl-nav{
	top:calc(50% - 16px);
	position: absolute;
	display: flex;
	justify-content: space-between;
	width:100%;
	color:#ffffff;
}
ul.mslider .owl-nav > *{
	flex:0 0 32px;
}
/* End */


/* Start:/local/templates/main/components/aniart/super.component/banner-index-2/style.css?1679528048487*/
.sectionlist{
	display: flex;
	align-items: stretch;
	justify-content:space-between;
	flex-wrap:wrap;
}
.sectionlist .section{
	flex:0 0 25%;
	display: flex;
	align-items: stretch;
	justify-content:space-between;
	flex-direction: column;
	margin-bottom:1rem;
	padding:1px;
	box-sizing: border-box;
}
.sectionlist .section a{
	flex:0 0 auto;
	display:block;
	text-transform: uppercase;
	font-size: 14px;
	color: #4976d0;
	margin-top: 4px;
	text-decoration: none;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/4party/style.css?1656436892523*/
.one-last {
	width: 230px;
	margin-right: 82px;
	float: left;
	margin-top: 15px;}

.l-tit {
	float: left;
	width: 100%;
	height: 30px;}

.l-tit a {
	color: #4976d0;
	text-decoration: none;}
	
.l-tit a:hover {
	text-decoration: underline;}

.l-data {
	float: left;
	width: 100%;
	margin-top: 8px;
	color: #eab40e;}

.l-info {
	float: left;
	width: 100%;
	font-size: 12px;
	margin-top: 15px;
	line-height: 18px;
	color: #372f2f;
}
.l-info a{
	color: #372f2f;
	text-decoration: none;
}
	
.all-ab .l-info {
	margin-top: 5px;
}

/* End */


/* Start:/local/templates/main/components/aniart/super.component/comments/style.css?1656436538689*/
.show-comment-form
,#add-comment-button
,#cancel-comment-button
{ 
	background-color: #FAEB4B;
	color: #4D3E98;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	padding: 9px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#cancel-comment-button{
	margin-left: 10px;
}

.add-comment-form{
	display: none;
	margin-top: 15px;	
}
.add-comment-form input.name_in
{
	border: 1px solid #3D921C;
	height: 31px;
	line-height: 31px;
	padding: 0px 10px;
	width: 170px;	
}

.add-comment-form textarea.you_comment
{
	margin: 5px 0;
	border: 1px solid #3D921C;
	height: 60px;
	padding: 3px;
	width: 266px;	
}
.star-rating-control{
	margin: 10px 0 0 10px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/slider_hit/style.css?165643667737000*/
/* catalog.section */
.bx_item_list_you_looked_horizontal{
    margin-bottom:20px;
    border-bottom:1px solid #e5e5e5;
}
@media (max-width:640px) {
	.bx_item_list_you_looked_horizontal {
		border-bottom:1px solid #e5e5e5;
	}
}

.bx_item_list_you_looked_horizontal.bx_wood .bx_item_list_title{
	background:#ebf4f8;
}
.bx_item_list_you_looked_horizontal.bx_red .bx_item_list_title{
	background:#FBF1F0
}
.bx_item_list_you_looked_horizontal.bx_green .bx_item_list_title{
	background:#F2FBEA
}
.bx_item_list_you_looked_horizontal.bx_blue .bx_item_list_title{
	background:#ebf4f8
}
.bx_item_list_you_looked_horizontal.bx_black .bx_item_list_title{
	background:#ebf4f8;
}
.bx_item_list_you_looked_horizontal.bx_yellow .bx_item_list_title{
	background:#FBF7DB
}

.bx_item_list_you_looked_horizontal .bx_catalog_item{
    position:relative;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background:#fff;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
    margin-bottom:30px;
}

.popup-window-buttons .bx_item_list_you_looked_horizontal {
    border: none !important;
}

@media (min-width:960px){
    .bx_item_list_you_looked_horizontal.col1 .bx_catalog_item{
		padding:1px 26px;
		margin:0 0 30px 0   ;
		width:100%
	}

    .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item{
		padding:1px 26px;
		margin:0 1% 30px;
		width:48%
	}
    .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(2n+1){
		clear:both
	}

    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item{
		padding:1px 26px;
		margin:0 1% 30px;
		width:31.333333%
	}
    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(3n+1){
		clear:both
	}

    .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item{
		padding:1px 26px;
		margin:0 1% 30px;
		width:23%
	}
    .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item:nth-child(4n+1){
		clear:both
	}

    .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item{
		padding:1px 26px;
		margin:0 1% 30px;
		width:18%
	}
    .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item:nth-child(5n+1){
		clear:both
	}
}

@media (min-width:760px) and (max-width:960px){
    .bx_item_list_you_looked_horizontal.col1 .bx_catalog_item{
		padding:1px 16px;
		margin:0 0 0 30px;
		width:100%
	}

    .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item{
		padding:1px 16px;
		margin:0 1% 30px;
		width:48%
	}
    .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(2n+1){
		clear:both
	}

    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item{
		padding:1px 16px;
		margin:0 1% 30px;
		width:31.333333%
	}
    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(3n+1){
		clear:both
	}

    .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item,
    .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item{
		padding:1px 16px;
		margin:0 1% 30px;
		width:23%
	}
    .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item:nth-child(4n+1),
    .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item:nth-child(4n+1){
		clear:both
	}
}
@media (max-width:760px){
    .bx_item_list_you_looked_horizontal.col1 .bx_catalog_item{
		padding:1px 16px;
		margin:0 0 0 30px  ;
		width:100%
	}

    .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item{
		padding:1px 16px;
		margin:0 1% 30px;
		width:48%
	}
    .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(2n+1){
		clear:both
	}

    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item{
		padding:1px 16px;
		margin:0 1% 30px;
		width:31.333333%
	}
    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(3n+1){
		clear:both
	}

    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item,
    .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item,
    .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item{
		padding:1px 16px;
		margin:0 1% 30px;
		width:31.333333%
	}
    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(3n+1),
    .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item:nth-child(3n+1),
    .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item:nth-child(3n+1){
		clear:both
	}
}
@media (max-width:580px){
    .bx-touch .bx_item_list_you_looked_horizontal.col1 .bx_catalog_item{
		padding:1px 26px;
		margin:0 0 0 30px ;
		width:100%
	}

    .bx-touch .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item{
		padding:1px 16px;
		margin:0 1% 30px;
		width:48%
	}
    .bx-touch .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(3n+1){
		clear:none
	}
    .bx-touch .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(2n+1){
		clear:both
	}

    .bx-touch .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item,
    .bx-touch .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item,
    .bx-touch .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item,
    .bx-touch .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item{
		padding:1px 16px;
		margin:0 1% 30px;
		width:48%;
		clear:none
	}

    .bx-touch .bx_item_list_you_looked_horizontal.col2 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item:nth-child(2n+1){
		clear:both
	}
}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_container {
    position:absolute;
    z-index:990;
    top:0;
    left:0;
    right:0;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
    border-radius:3px;
    border:1px solid #d3d3d3;
    background:#fff;
    -webkit-animation:borderview 0.5s;
    animation:borderview 0.5s;
}
@media (min-width:960px){
	.bx-no-touch  .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_container{
		padding:0 25px 15px
	}
}
@media (max-width:960px){
	.bx-no-touch  .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_container{
		padding:0 15px 15px
	}
}

@keyframes borderview {
	from {
		border:1px solid #fdfdfd;
		box-shadow:0 0 0 0 rgba(0,0,0,0);
	}
	to {
		border:1px solid #d3d3d3;
		box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	}
}
@-webkit-keyframes borderview {
	from {
		border:1px solid #fdfdfd;
		box-shadow:0 0 0 0 rgba(0,0,0,0);
	}
	to {
		border:1px solid #d3d3d3;
		box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	}
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_articul{
    color:#a5a5a5;
    font-size:13px;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_title{
    overflow:hidden;
    height:38px;
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_title{
    overflow:auto;
    height:auto !important;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_title a{
    color:#3f3f3f;
    text-decoration:none;
    font-size:13px;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_price{
    color:#3f3f3f;
    font-weight:bold;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_price span{
    color:#a5a5a5;
    font-size:12px;
    font-weight:normal;
    white-space:nowrap;
    text-decoration:line-through;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls{
    padding-top:10px;
    text-align:center;
    opacity:0;
}
@media (min-width:641px) and (max-width:960px){
	.bx_item_list_you_looked_horizontal .bx_catalog_item_controls{
		height:auto
	}
}
@media (max-width:640px){
	.bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item_controls{
		height:auto;
		line-height:30px;
		text-align:center
	}
}
@media (max-width:479px){
	.bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item_controls{
		height:auto;
		line-height:30px;
		display:block
	}
}
@media (max-width:479px){
	.bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_controls {
		height:auto
	}
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
    width:100%;
    white-space:nowrap;
    text-align:center;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
    color:#3f3f3f;
    font-size:13px;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
    text-align:left;
    font-size:12px;
    line-height:30px;
    font-weight:bold;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
    width:100%;
    text-align:center;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{
    margin:1%;
    width: 48%;
    min-width:100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 25px;
    height: 25px;
}

@media (max-width:640px) {
    .bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
		display:none;
	}
    .bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
		float:none;
		width:100%;
		text-align:center;
	}
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls input[type=text]{
	border:none;
}
.bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item_controls,
.bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_controls{
	opacity:1
}
.bx_item_list_you_looked_horizontal .bx_cnt_desc{
    text-align:left;
    position:absolute;
    right:-45px;
    top:2px;
    width:40px;
}
@media (min-width:641px) and (max-width:960px){

}
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls a{
	margin-bottom:10px;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_price .bx_price{
	font-size:15px;
	padding-top: 5px;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_images_double,
.bx_item_list_you_looked_horizontal .bx_catalog_item_images{
    position:relative;
    z-index:910;
    display:block;
    padding-top:135%;
    width:100%;
    background-position:center;
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_images_double{
    z-index:900;
    margin-top:-135%;
    opacity:0;
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item.double:hover .bx_catalog_item_images{
    opacity:0;
    -webkit-animation:rotateimgfirst 0.5s;
    animation:rotateimgfirst 0.5s;
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item.double:hover .bx_catalog_item_images_double{
    opacity:1;
    -webkit-animation:rotateimglast 0.5s;
    animation:rotateimglast 0.5s;
}
@keyframes rotateimgfirst {
	from {
		opacity:1;
	}
	to {
		opacity:0;
	}
}
@-webkit-keyframes rotateimgfirst {
	from {
		opacity:1;
	}
	to {
		opacity:0;
	}
}
@keyframes rotateimglast  {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-webkit-keyframes rotateimglast  {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item 	  .bx_catalog_item_controls,
.bx_item_list_you_looked_horizontal .bx_catalog_item 	  .bx_catalog_item_articul,
.bx_item_list_you_looked_horizontal .bx_catalog_item 	  .bx_catalog_item_scu{
	display:none
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_scu{
	display:block
}
.bx_item_list_you_looked_horizontal .bx_catalog_item 	  .bx_catalog_item_scu{
	padding-top:10px
}
.bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_scu>div{
	margin:0 auto
}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch    .bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_controls.no_touch{
	display:none !important;
}

/* Stickers */
.bx_item_list_you_looked_horizontal .bx_stick{
    position:absolute;
    width:123px;
    height:35px;
    background:url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/stick.png) left center no-repeat;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    line-height:35px;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.bx_item_list_you_looked_horizontal .bx_stick.short {
	font-weight: bold;
	font-size:18px
}
.bx_item_list_you_looked_horizontal .bx_stick.average {
	font-weight: bold;
	font-size:13px
}
.bx_item_list_you_looked_horizontal .bx_stick.long{
	font-weight:normal;
	font-size:11px
}
.bx_item_list_you_looked_horizontal .bx_stick_disc{
    position:absolute;
    width:72px;
    height:74px;
    background:url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/stick_disc.png) no-repeat center;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    font-weight:bold;
    font-size:23px;
    line-height:74px;
}
.bx_item_list_you_looked_horizontal .bx_stick.left,
.bx_item_list_you_looked_horizontal .bx_stick_disc.left{
	left:-2px;
}
.bx_item_list_you_looked_horizontal .bx_stick.right,
.bx_item_list_you_looked_horizontal .bx_stick_disc.right{
	right:0;
}
.bx_item_list_you_looked_horizontal .bx_stick.top,
.bx_item_list_you_looked_horizontal .bx_stick_disc.top{
	top:15px;
}
.bx_item_list_you_looked_horizontal .bx_stick.bottom,
.bx_item_list_you_looked_horizontal .bx_stick_disc.bottom{
	bottom:5px;
}
.bx_item_list_you_looked_horizontal .bx_stick.middle,
.bx_item_list_you_looked_horizontal .bx_stick_disc.middle{
	top:49%;
}
@media (min-width:641px) and (max-width:960px){
    .bx_item_list_you_looked_horizontal .bx_stick{
        width:90px;
        height:30px;
        background-size:100%;
        line-height:30px;
    }
    .bx_item_list_you_looked_horizontal .bx_stick.short {
		font-weight:normal;
		font-size:14px
	}
    .bx_item_list_you_looked_horizontal .bx_stick.average {
		font-weight:normal;
		font-size:11px
	}
    .bx_item_list_you_looked_horizontal .bx_stick.long{
		font-weight:normal;
		font-size:11px
	}
    .bx_item_list_you_looked_horizontal .bx_stick_disc{
        width:64px;
        height:65px;
        background-size:100%;
        font-size:	20px;
        line-height:65px;
    }
}
@media (max-width:640px) {
    .bx-touch .bx_item_list_you_looked_horizontal .bx_stick{
        width:70px;
        height:30px;
        background-size:100%;
        font-size:	11px;
        line-height:30px;
    }
    .bx-touch .bx_item_list_you_looked_horizontal .bx_stick_disc{
        width:48px;
        height:49px;
        background-size:100%;
        font-size:	16px;
        line-height:49px;
    }
}
@media (max-width:479px) {
    .bx-touch .bx_item_list_you_looked_horizontal .bx_stick{
        width:70px;
        height:30px;
        background-size:100%;
        font-size:	11px;
        line-height:30px;
    }

    .bx-touch .bx_item_list_you_looked_horizontal .bx_stick_disc{
        width:37px;
        height:38px;
        background-size:100%;
        font-size:13px;
        line-height:38px;
    }
}

/* buttons */
.bx_item_list_you_looked_horizontal .bx_bt_button,
.bx_item_list_you_looked_horizontal .bx_bt_button_type_2{
    display:inline-block;
    border-radius:3px;
    text-align:center;
    text-decoration:none;
    font-size:14px;
    cursor:pointer;
    white-space:nowrap;
}

.bx_item_list_you_looked_horizontal .bx_bt_button_type_2 				{
    border:1px solid #e9e9e9;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));
    background-image:-webkit-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:   -moz-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:     -o-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:        linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    color:#656565;
    text-shadow:0 1px 0 #fff;
}
.bx_item_list_you_looked_horizontal .bx_bt_button_type_2:hover{
	background:#fff;
}
.bx_item_list_you_looked_horizontal .bx_bt_button_type_2:active 	{
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fcfcfc));
    background-image:-webkit-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:   -moz-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:     -o-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:        linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}
.bx_item_list_you_looked_horizontal .bx_bt_button  				{
    background:#00a2df;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background: -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:  -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:   -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:      linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
    color:#fff;
    text-shadow:0 1px 0 #006cae;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0 );
}
.bx_item_list_you_looked_horizontal .bx_bt_button:hover  		{
    background:#21afe4;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}
.bx_item_list_you_looked_horizontal .bx_bt_button:active  		{
    background:#21afe4;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}


.bx_item_list_you_looked_horizontal .bx_small.bx_bt_button{
    display:inline-block;
    min-width:20px;
    line-height:20px;
}
.bx_item_list_you_looked_horizontal .bx_small.bx_bt_button_type_2{
    display:inline-block;
    min-width:18px;
    line-height:18px;
}

.bx_item_list_you_looked_horizontal .bx_small.bx_bt_button_type_2 		{
}
.bx_item_list_you_looked_horizontal .bx_small.bx_bt_button_type_2:hover 	{
}
.bx_item_list_you_looked_horizontal .bx_small.bx_bt_button_type_2:active 	{
}


.bx_item_list_you_looked_horizontal .bx_medium.bx_bt_button{
    padding:0 13px;
    height:25px;
    font-weight:bold;
    line-height:25px;
}
.bx_item_list_you_looked_horizontal .bx_medium.bx_bt_button_type_2		{
    padding:0 13px;
    height:23px;
    font-weight:bold;
    line-height:23px;
}

.bx_item_list_you_looked_horizontal .bx_medium.bx_bt_button,
.bx_item_list_you_looked_horizontal .bx_medium.bx_bt_button_type_2 		{
	font-weight:bold;
}
.bx_item_list_you_looked_horizontal .bx_medium.bx_bt_button_type_2:hover  {
}
.bx_item_list_you_looked_horizontal .bx_medium.bx_bt_button_type_2:active {
}

.bx_item_list_you_looked_horizontal .bx_col_input{
    display:inline-block;
    width:40px;
    text-align:center;
}

/* scu_detail_size */
.bx_item_list_you_looked_horizontal .bx_item_detail_size{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}

/*----*/

.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_item_section_name_gray{
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size_scroller_container{
	position: relative
}

.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	 .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size{
	overflow-x: auto;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size ul{
	margin-left: 0 !important;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li{
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;

    color: #3f3f3f;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
}
.bx-touch	.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/x2border.png) 2 fill stretch;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li:hover .cnt{
	border: 1px solid #006cc0
}
.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li:active .cnt,
.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li.bx_active .cnt{
    border: 2px solid #006cc0;
}
.bx-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/x2border_active.png) 2 fill stretch;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size ul li.bx_missing .cnt{
	border: 1px solid #c0cfda !important
}
.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_right  		{
	opacity:0.8
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_right:hover {
	opacity:1.0
}

.bx_item_list_you_looked_horizontal .bx_item_detail_size.full .bx_slide_left,
.bx_item_list_you_looked_horizontal .bx_item_detail_size.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_left {
	left: -5%;
	background:url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/arr_left.png)  no-repeat left  center;
	background-size: 100% auto
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_right{
	right:-5%;
	background:url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/arr_right.png) no-repeat right center;
	background-size: 100% auto
}
.bx-touch 	 .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_left {
	left:   0;
	background:url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/fade_left.png)  repeat-y left  center;
	background-size: 100% auto
}
.bx-touch 	 .bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_slide_right{
	right:  0;
	background:url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/fade_right.png) repeat-y right center;
	background-size: 100% auto
}

/* scu_detail_scu */
.bx_item_list_you_looked_horizontal .bx_item_detail_scu{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%
}

/*----*/

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_item_section_name_gray{
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu_scroller_container{
	position: relative
}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx-touch 	 .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu{
	overflow-x: auto
}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}
.bx-touch 	.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul{
	margin-left: 0 !important
}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li{
    position: relative;
    display: block;
    float: left;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 4px;
    left:2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
    z-index:10;
}
.bx-touch	.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/x2border.png) 2 fill stretch;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li:hover .cnt{
	border: 1px solid #006cc0
}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    padding: 3px;
    border: 2px solid #006cc0;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{
	border: 1px solid #c0cfda !important
}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/missing.png) no-repeat center;
}

.bx-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/x2border_active.png) 2 fill stretch;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
    position: absolute;
    top:   6%;
    right: 6%;
    bottom:6%;
    left:  6%;
    background-size:contain;
    background-repeat: no-repeat;
}
.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}

/*----*/

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_right  	  {
	opacity:0.8
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_right:hover{
	opacity:1.0
}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu.full .bx_slide_left,
.bx_item_list_you_looked_horizontal .bx_item_detail_scu.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_left {
	left: -5%;
	background:url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/arr_left.png)  no-repeat   left  center;
	background-size: 100% auto
}
.bx-no-touch .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_right{
	right:-5%;
	background:url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/arr_right.png) no-repeat   right center;
	background-size: 100% auto
}
.bx-touch 	 .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_left {
	left:   0;
	background:url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/fade_left.png)  repeat-y   left  center;
	background-size: 100% auto
}
.bx-touch 	 .bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_slide_right{
	right:  0;
	background:url(/local/templates/main/components/bitrix/catalog.section/slider_hit/images/fade_right.png) repeat-y   right center;
	background-size: 100% auto
}

.bx_item_list_you_looked_horizontal {
    position: relative;
    margin-bottom: 20px;
    border-radius: 3px
}
.bx_item_list_you_looked_horizontal .bx_item_list_title {
    font-weight: bold;
    color: #000;
    background: #ebf4f8;
    vertical-align: middle;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
}
.bx_item_list_you_looked_horizontal .bx_item_list_section .bx_item_list_slide {
    /*height: auto !important;*/
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_container.no-imgs > a {
    background-image: none !important;
}
.novelty {
	margin: 70px auto 0;
	position: relative;
	width: 640px;
}
.outer_novelty {
	border-top: 1px solid #CECECE;
	padding: 35px 0 0;
}
.novelty .label {
	background-color: #F36F21;
	border-top-left-radius: 3px;
	color: #FFFFFF;
	font-size: 11.28px;
	height: 28px;
	left: 0;
	line-height: 32px;
	padding-left: 13px;
	padding-right: 8px;
	position: absolute;
	text-transform: uppercase;
	top: -33px;
}
.novelty .label i {
	background-image: url("/local/templates/.default/components/bitrix/catalog.section/catalog_section_special/images/red_label_bg.png");
	display: block;
	height: 28px;
	position: absolute;
	right: -15px;
	top: 0;
	width: 15px;
}
.novelty .image {
	display: table-cell;
	height: 116px;
	text-align: center;
	vertical-align: middle;
	width: 170px;
}
.novelty img {
	max-width: 170px;
	vertical-align: middle;
}
.novelty .price {
	color: #F36F21;
	float: left;
	font-size: 31.2px;
	font-weight: bold;
	line-height: 31.2px;
	margin-left: 5px;
	margin-top: 12px;
}
.novelty .price span {
	font-size: 18px;
	line-height: 18px;
	position: relative;
	top: -9px;
}
.novelty .name {
	color: #252223;
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 9px;
	text-decoration: none;
	height: 60px;
	overflow: hidden;
}
.novelty .name:hover {
	color: #F36F21;
	text-decoration: underline;
}
.novelty .item {
	text-align: left;
}
.novelty_slider ul li {
	float: left;
	padding: 15px 22px;
}
.novelty_slider ul li .item {
	display: block;
	height: auto;
	margin: 0;
	overflow: hidden;
	width: 170px;
}
.jcarousel {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 625px;
}
.jcarousel ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 20000em;
}
.jcarousel li {
	float: left;
}
.jcarousel-prev {
	background: url("/local/templates/.default/components/bitrix/catalog.section/catalog_section_new/images/carousel_arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 26px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 1000px;
	top: 135px;
	width: 13px;
}
.jcarousel-prev:hover {
	background-position: 0 -26px;
}
.jcarousel-next {
	background: url("/local/templates/.default/components/bitrix/catalog.section/catalog_section_new/images/carousel_arrow.png") no-repeat scroll -13px 0 rgba(0, 0, 0, 0);
	display: block;
	height: 26px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: 1000px;
	top: 135px;
	width: 13px;
}
.jcarousel-next:hover {
	background-position: -13px -26px;
}

.bx_catalog_item_controls_blocktwo .bx_bt_button{
	color: #FFFFFF;
	display: table-cell;
	height: 25px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 100px;
}

.bx_item_list_you_looked_horizontal.bx_blue .bx_bt_button:hover, .bx_bt_button:hover {
	background: linear-gradient(to bottom, rgb(243,111,33) 0%, #FFC504 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(to bottom, rgb(243,111,33) 0%, #FFC504 100%);
	background: -o-linear-gradient(to bottom, rgb(243,111,33) 0%, #FFC504 100%);
	background: -moz-linear-gradient(to bottom, rgb(243,111,33) 0%, #FFC504 100%);
	background-color: #FFC504;
}

.bx_item_list_you_looked_horizontal.bx_blue .bx_bt_button, .bx_bt_button {
	background: linear-gradient(to bottom, #FFC504 0%, rgb(243,111,33) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(to bottom, #FFC504 0%, rgb(243,111,33) 100%);
	background: -o-linear-gradient(to bottom, #FFC504 0%, rgb(243,111,33) 100%);
	background: -moz-linear-gradient(to bottom, #FFC504 0%, rgb(243,111,33) 100%);
	background-color: rgb(243,111,33);
}

.popup-window-titlebar:first-child{
	font-size: 1.3em;
	margin-top: 5px;
	padding: 3px 3px 5px;
}
.popup-window-titlebar .popup-window-top-row .popup-window-left-column, .popup-window-titlebar .popup-window-top-row .popup-window-center-column, .popup-window-titlebar .popup-window-top-row .popup-window-right-column, .popup-window-titlebar-light .popup-window-top-row .popup-window-left-column, .popup-window-titlebar-light .popup-window-top-row .popup-window-center-column, .popup-window-titlebar-light .popup-window-top-row .popup-window-right-column{
	height: auto;
}
.popup-image .image {
	width: 100px;
	margin: 2px auto;
}
.popup-image{
	padding: 0 20px;
	text-align: center;
}
.name {
	font-size: 1.1em;
	font-weight: bold;
}
/* End */


/* Start:/local/templates/main/template_styles.css?168988102966001*/
body {
	min-width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

header {
    float: left;
    margin-top: 37px;
    width: 100%;
	min-width: 980px;
}
img[height], picture{
	display:inline-block;
	max-width: 100%;
	max-height: 100%;
	width:auto;
	height: auto;
	vertical-align: middle;
}
picture > img{
	display:block;
	width:100%;
}
.d-block{
	display:block !important;
}
a:hover {
	text-decoration: none;
}

.header-top {
	float: left;
	position: fixed;
	top: 0;
	width: 100%;
	height: 37px;
	z-index: 995;
	background-color: #4d3e98;
}

.header-top-in {
	width: 960px;
	margin: 0 auto;
	font-size: 10pt;
}


.h-mid {
	display: inline-block;
	width: 100%;
}

.nav {
	float: left;
	margin-left: 9px;
}

.nav ul {
	list-style: none;
	margin-top: 10px;
}

.nav ul li {
	float: left;
	margin-right: 10px;
}

.nav ul li a {
	color: #fff;
}

.nav ul li a:hover {
	text-decoration: none;
}

.log {
	float: right;
	margin-right: 8px;
}

.log a:hover {
	text-decoration: none;
}

.lk {
	float: left;
}

.lk a {
	color: #fff;
	background-image: url(/local/templates/main/images/lk.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	display: block;
	float: left;
	height: 17px;
}
.izb a{
	color:#fff;
}

.izb, .out-in, .lk {
	background: none repeat scroll 0 0 #6253ad;
	border-radius: 0 0 5px 5px;
	float: left;
	margin-left: 4px;
	padding: 5px;
	text-align: center;
}

.izb{
	background:#66BC45;
	padding: 6px 4px;
	min-width: 91px;
	float: right;
	margin: 0px 3px 0px -6px;
}

.out-in:hover, .lk:hover {
	background: none repeat scroll 0 0 #8273cd;
}

.izb:hover
{
	background:#1D7D3C;
}

.out-in a, .lk a {
	color: #fff;
	background-image: url(/local/templates/main/images/log.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	display: block;
	float: left;
	height: 17px;
}

.out-in a.signup-register{
	background: none;
}
.header-middle {
	width: 960px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin: 17px 0 0 0px;
	width:143px;
}

.tel {
	float: left;
	width: 185px;
	margin-left: 30px;
	margin-top: 18px;
}

.tabs {
}

.tabs li {
	float: left;
	margin-right: 6px;
	cursor: pointer;
	color: #4976d0;
	text-decoration: underline;
	font-size:13px;
}

.tabs li:hover {
	text-decoration: none;
}

.box {
	/*display: none;*/
	display:block;
	/*margin-top: 7px;*/
	/*height: 44px;*/
	float: left;
	width: 100%;
}

.box.visible {
	display: block;
}

.one-tel {
	float: left;
	width: 100%;
	line-height: 22px;
	font-size: 22px;
}

.hraf {
	float: left;
	width: 100%;
	margin-top: 6px;
	font-size:13px;
}

.about-head {
	float: left;
	margin-left: 5px;
	margin-top: 20px;
	width: 256px;
}

.num {
	font-size: 14px;
}

.num span {
	font-weight: bold;
	background-color: #faeb4b;
	padding: 1px 5px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/local/templates/main/border-radius.htc);
}

.online-tov {
	width: 190px;
	display: block;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	margin-top: -8px;
	background-color: #faeb4b;
	padding: 9px 0;
	text-align: center;
	font-size: 14px;
	color: #4d3e98;
	text-decoration: none;
	text-transform: uppercase;
}

.online-tov2 {
	width: 190px;
	display: block;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	margin-top: -8px;
	background-color: red;
	padding: 9px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #000;
}

.search {
	width: 248px;
	border: 1px solid #404040;
	background-color: #f0eeed;
	height: 34px;
	margin-top: 4px;
	float: left;
}

.s-left {
	float: left;
	height: 34px;
	font-style: italic;
	width: 198px;
	background-color: transparent;
	border: none;
	padding: 0 11px;
}

.s-right {
	float: left;
	width: 27px;
	height: 23px;
	background-image: url(/local/templates/main/images/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	cursor: pointer;
	border-left: 1px solid #d8d6d5;
	margin-top: 5px;
	background-color: transparent;
}

.feed {
	width: 190px;
	display: block;
	cursor: pointer;
	float: left;
	/*margin-left: 5px;*/
	margin-top: 4px;
	background-color: #faeb4b;
	padding: 9px 0;
	text-align: center;
	font-size: 14px;
	color: #4d3e98;
	text-decoration: none;
	text-transform: uppercase;
}

.bascet {
	background-color: #604fb5;
	background-image: url("/local/templates/main/images/basc.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	border-radius: 0 0 6px 6px;
	float: right;
	height: 45px;
	position: relative;
	width: 240px;
}


.bascet:hover {
    border-radius: 0;
}

.b-num {
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    behavior: url(/local/templates/main/border-radius.htc);
    color: #4d3e98;
    float: left;
    font-size: 11px;
    height: 14px;
    left: 49px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 14px;
}

.header-middle>.right>a{
    border-radius: 8px 0 0 8px
}

.anons {
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 250px;
}

.show_info {
	color: #4976d0;
	display: inline-block;
	padding: 2px 1px;
}

.header_social
{
	display:inline-block;
	height:38px;
	vertical-align:middle;
	padding:5px;
	cursor:pointer;
}
.header_social img
{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	vertical-align:middle;
	text-align:center;
}

.basc-info {
	float: left;
	margin-top: 8px;
	margin-left: 69px;
	color: #fff;
}

.basc-info a {
	color: #fff;
}

.basc-info a:hover {
	text-decoration: none;
}

.one-str {
	margin-bottom:4px;
}

.menu-tit {
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.wrapper {
	width: 940px;
	margin: 0 auto;
}

.slider {
	width: 696px;
	float: right;
	height: 414px;
	margin-right: 0px;
	margin-top: 4px;
}

.slid-desc {
	position: absolute;
	left: 23px;
	top: 37px;
	width: 320px;
}

.slid-tit {
	font-size: 35px;
	display: inline;
	/*background-color: #fff;*/
	line-height: 35px;
}

.slid-tit span {
	text-transform: uppercase;
	/*color: #5a3472;*/
	color: #000000;
	text-shadow: 2px 1px 1px rgba(255, 255, 255, 1);
	font-weight: bold;
}

.slid-text {
	font-size: 12px;
	width: 250px;
	margin-top: 8px;
	color: #fff;
}

.slid-det {
	margin-top: 35px;
}

.slid-det a {
	display: block;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	margin-top: 4px;
	background-color: #faeb4b;
	padding: 9px 20px;
	text-align: center;
	font-size: 14px;
	color: #4d3e98;
	text-decoration: none;
	text-transform: uppercase;
}

.dot {
	position: absolute;
	bottom: 20px;
	left: 30px;
}

.dot a {
	text-indent: -9999px;
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	opacity: 0.3;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.dot a.active {
	border: 2px solid #fff;
	opacity: 1;
}



.news-container H2, .news-container .h2
{
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0px 5px;
	color: #4D3E98;
}

.news-container H3, .news-container .h3
{
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0px 5px;
	color: #4D3E98
}

.news-container H4, .news-container .h4
{
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px 5px;
	color: #4D3E98
}

.news-container p
{
	padding: 0px 0px 5px;
}

.news-container UL
{
	list-style: disc;
	list-style-position: inside;
}

.news-container LI
{
	padding-left: 20px;
}







.news {
	width: 239px;
	margin-top: 4px;
	float: left;
}

.one-news {
    float: left;
    width: 100%;
    margin-bottom: 3.5px;
    height: 80px;
}

.one-news a {
}

.sec-news {
	float: left;
	width: 950px;
}

.sec-one {
	float: left;
	width: 232px;
	margin-right: 2px;
}

.sec-one a {
	text-transform: uppercase;
	font-size: 14px;
	color: #4976d0;
	float: left;
	margin-top: 4px;
	text-decoration: none;
}

.sec-one a:hover {
	text-decoration: underline;
}

.wrapper h1, .wrapper .h1
,.wrapper h3, .wrapper .h3
{
	border-bottom: 1px solid #dad6e2;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
}

.wrapper h4, .wrapper .h4 {
	border-bottom: 1px solid #dad6e2;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}


.last-news {
	float: left;
	width: 100%;
	margin-top: 35px;
}

.tags {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.tags b {
}

.tags a {
	background-color: #e7e9f0;
	color: #4f434f;
	text-decoration: none;
	padding: 2px 8px;
	margin-left: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/local/templates/main/border-radius.htc);
}

.last-com {
	float: left;
	width: 982px;
	margin-top: 15px;
}

.one-com {
	width: 458px;
	margin-bottom: 30px;
	border: 1px solid #e3d7e4;
	height: 122px;
	float: left;
	margin-right: 21px;
	position: relative;
}

.one-com-str {
}

.one-com-thumb {
	margin: 20px 0 0 28px;
	float: left;
	width: 73px;
	height: 73px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	behavior: url(/local/templates/main/border-radius.htc);
}

.one-com-info {
	float: left;
	margin-top: 20px;
	margin-left: 18px;
	width: 430px;
	color: #302828;
	height: 94px;
	overflow-y: auto;
}

.one-com-info-top {
	float: left;
	width: 100%;
}

.one-com-data {
	color: #eab40e;
	float: left;
	margin-right: 7px;
}

.one-com-rat {
	float: left;
	margin-top: 2px;
}

.one-com-rat span {
	display: block;
	float: left;
	background-image: url(/local/templates/main/images/like.png);
	width: 13px;
	height: 11px;
	cursor: pointer;
	background-repeat: no-repeat;
	margin-right: 1px;
}

.one-com-rat span.act {
	background-image: url(/local/templates/main/images/like-act.png);
}

.one-com-text {
	line-height: 18px;
	margin-top: 5px;
	float: left;
	width: 99%;
}

.str {
	background-image: url(/local/templates/main/images/str.png);
	background-repeat: no-repeat;
	bottom: -11px;
	height: 11px;
	position: absolute;
	right: 37px;
	width: 19px;
}

.ssilkikatalog A
{
	color: #4D3E98;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	line-height: 1.5;
	padding-left: 20px;
}

.ssilkikatalog A:hover
{
	text-decoration: underline;
	color: #4771C4;
}

.about {
	margin-top: 20px;
	width: 100%;
	line-height: 18px;
	color: #334047;
	font-size: 1rem;
    line-height: 1.5;
	clear:both;
}

.about h1, .about .h1 {
	border-bottom: 1px solid #dad6e2;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
}

.about H2, .about .h2
{
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 5px;
	color: #4D3E98;
}

.about H3, .about .h3
{
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 5px;
	color: #4D3E98
}

.about H4, .about .h4
{
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 5px;
	color: #4D3E98
}

.about p
{
	padding: 5px 0px 5px;
}

.about UL
{
	list-style: disc;
	list-style-position: inside;
}

.about LI
{
	padding-left: 20px;
}

.face {
	margin: 14px 0 30px 0;
	padding: 0 0 0 20px;
}

.face-many {
	background-image: url(/local/templates/main/images/face-like.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	font-size: 12px;
	color: #243841;
	margin-top: 7px;
}

.vk-main{
	padding: 0 0 0 20px;
}

.vk-section{
	margin: 20px 0 0 0;
}

.carus {
}

.cr .bx-wrapper {
	width: 840px;
}

.one-t {
	float: left;
    list-style: none;
    position: relative;
    width: 266.667px;
    margin-right: 20px;
}

.one-t-thumb {
	float: left;
}

.one-t-info {
	width: 180px;
	float: right;
}

.one-t-tit {
	float: left;
	width: 100%;
}

.one-t-tit a {
	text-transform: uppercase;
	font-size: 14px;
	color: #4976d0;
	text-decoration: none;
}

.one-t-tit a:hover {
	text-decoration: underline;
}

.one-t-desc {
	float: left;
	width: 100%;
}

.one-t-pr {
	float: left;
	width: 100%;
	font-weight: bold;
	color: #4f1a4b;
	font-size: 18px;
	margin-top: 5px;
}

.cr .bx-wrapper {
	margin-top: 18px !important;
}

.cr .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	background-color: #5a3472;
	height: 32px;
	text-indent: -9999px;
	z-index: 89;
}

.cr .bx-wrapper .bx-prev:hover, .cr .bx-wrapper .bx-next:hover  {
	background-position: center center !important;
}

.cr .bx-wrapper .bx-prev {
	left: -50px;
	background-image: url(/local/templates/main/images/car-left.png);
	background-position: center center;
}

.cr .bx-wrapper .bx-next {
	right: -50px;
	background-image: url(/local/templates/main/images/car-right.png);
	background-position: center center;
}

.like-block {
	width: 100%;
	float: left;
	margin-top: 45px;
	padding-top: 20px;
	border-top: 1px solid #ededed;
}

.like-block-in {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

.like-block h3,.like-block .h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
}

.soc {
	width: 400px;
	margin: 10px auto 0;
	text-align: center;
}

footer {
	width: 100%;
	min-width: 980px;
	float: left;
	background-color: #e7e9f0;
	margin-top: 27px;
	padding: 30px 0 0px;
}

.foot-in {
	width: 940px;
	margin: 0 auto;
}

.cont {
	float: left;
	width: 250px;
}

.cont-tit {
	font-family: 'Roboto', sans-serif;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}

.cont-info {
	float: left;
	margin-bottom: 20px;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
}

.cont-tel {
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: bold;
}

.cont-adr {
	width: 185px;
}

.foot-menu {
	margin-left: 5px;
	width: 195px;
	float: left;
}

.foot-menu.sec {
	width: 145px;
}

.foot-menu ul {
	list-style: none;
}

.foot-menu ul li {
	margin-bottom: 7px;
}

.foot-menu ul li a {
	color: #4976d0;
}

.foot-menu ul li a:hover {
	text-decoration: none;
}

.right-block {
	float: right;
	width: 320px;
}

.foot-soc {
	float: left;
	width: 100%;
	margin-top: 5px;
}

.foot-soc a {
	float: left;
	margin-right: 7px;
	width:35px;
	display:inline-block;
}

.call {
	float: left;
	width: 100%;
}

.call a {
	width: 160px;
	display: block;
	cursor: pointer;
	float: left;
	margin-top: 4px;
	background-color: #faeb4b;
	padding: 9px 0;
	text-align: center;
	font-size: 14px;
	color: #4d3e98;
	text-decoration: none;
	text-transform: uppercase;
}

.ras {
	float: left;
	width: 100%;
	margin-top: 8px;
}

.ras-tit {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	color: #2c3b43;
	font-size: 14px;
	text-transform: uppercase;
}

.foot-down {
	height: 36px;
	float: left;
	width: 100%;
	background-color: #4d3e98;
}

.foot-down-in {
	width: 940px;
	margin: 0 auto;
}

.created {
	float: left;
	color: #fff;
	margin-top: 11px;
}

.created a {
	color: #fff;
}

.created a:hover {
	color: #fff;
	text-decoration: none;
}

.copyright {
	float: right;
	color: #fff;
	margin-top: 11px;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    display: none;
}

.signup {
    width: 300px;
	padding: 25px 30px;
	background-color: #a9d05c;
    padding-bottom: 2px;
    display:none;
}

.modal_close {
	position: absolute;
	top: 9px;
	right: 8px;
	width: 19px;
	height: 18px;
	background-image: url(/local/templates/main/images/close.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.mod-tit {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}

#Go_Top {
	background-image: url(/local/templates/main/images/up.png);
	background-color: #5a3472;
	width: 43px;
	height: 45px;
	cursor: pointer;
	position: fixed;
	left: 0;
	bottom: 335px;
	background-repeat: no-repeat;
	background-position: center center;
}

.form-reg {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.one-in {
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

.form-name {
	width: 105px;
	margin-top: 8px;
	float: left;
	font-size: 14px;
	color: #fff;
}

.form-input {
	float: right;
	width: 190px;
}

.form-input input:not(input[type="checkbox"]) {
	height: 31px;
	padding: 0 10px;
	width: 170px;
	border: 1px solid #3d921c;
	font-style: italic;
	font-size:14px;
}

.mast {
	width: 100%;
	margin-top: 8px;
	float: left;
	font-size: 14px;
	color: #fff;
}

.check {
	font-size: 12px;
}

.check span {
	margin: 2px 0 0 5px;
	float: left;
}

.checkbox {
	vertical-align: middle;
	width: 18px;
	float: left;
	margin: 5px 0 0 0px;
	height: 17px;
	background: url(/local/templates/main/images/check.png) no-repeat;
	cursor: pointer;
}


.jq-checkbox {
	width: 18px !important;
	height: 17px !important;
	float: left;
	background: url(/local/templates/main/images/check-filt-ref_1.png) no-repeat !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: none !important;
}

.jq-checkbox.checked .jq-checkbox__div {
	width: 18px !important;
	height: 17px !important;
	margin: 0!important;
	border-radius: 0 !important;
	background-image: url(/local/templates/main/images/check-filt-ref_1.png)!important;
	background-color: transparent !important;
	background-position: 0 17px;
	box-shadow: none !important;
}

.prev-btn {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 25px;
}

.prev-btn-left {
	float: left;
	margin-top: 10px;
	width: 105px;
}

.prev-btn-left a {
	color: #fff;
}

.prev-btn-left a:hover {
	text-decoration: none;
}

.prev-btn-right {
	float: right;
	width: 190px;
	color: #803678;
	display: block;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	margin-top: 4px;
	background-color: #faeb4b;
	padding: 9px 0;
	text-align: center;
	font-size: 14px;
	color: #4d3e98;
	text-decoration: none;
	text-transform: uppercase;
}

.form-input input.login
,.login
{
	display: block;
	width: auto;
	height: auto;
	line-height: auto;
	border: none;
	cursor: pointer;
	margin-top: 5px;
	font-size: 14px;
	padding: 9px 22px;
	float: left;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: #dd358c;
	text-decoration: none;
}

.forg {
	float: left;
    color: #4D3E98;
    margin: 13px 0 0 0;
    font-size: 14px;
    background: #FAEB4B;
    height: 36px;
    line-height: 34px!important;
    display: block;
    padding: 0 20px;
}

font.errortext {
	color: red;
	font-size: 15px;
	font-weight: bold;
}

.tov_del {
	background: none repeat scroll 0 0 #dd358c;
	border-radius: 15px;
	position: absolute;
	top:-20px;
	right:15px;
	color: #fff;
	cursor: pointer;
	float: right;
	height: 15px;
	line-height: 13px;
	margin-top: 20px;
	text-align: center;
	width: 15px;
}

.basc-tov {
	background-color: #604fb5;
	display: none;
	padding: 10px 2px;
	position: absolute;
	right: 0;
	top: 45px;
	width: 236px;
	z-index: 999;
}

.one-basc-tot {
	margin-bottom: 8px;
	float: left;
	width: 100%;
}

.tov-thumb {
	float: left;
	width: 79px;
	border: 1px solid #fff;
}

.tov-info
{
	width: 100%;
	position: relative;
	padding: 0px 8px;
	box-sizing: border-box;
}

.tov-tit {
	height: 40px;
	width: 80%;
}

.tov-tit a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.tov-tit a:hover {
	text-decoration: none;
}

.one-str span {
	text-decoration: none;
}

.bascet:hover .one-str span {
	text-decoration: none;
}

.tov-at {
	float: left;
	width: 100%;
	margin-top: 2px;
}

.tov-num {
	float: left;
	color: #fff;
	font-size: 12px;
	margin-top: 4px;
}

.tov-pr {
	float: right;
	color: #fff;
}

.ord {
	float: left;
	width: 100%;
	margin-top: 18px;
}

.ord a {
	width: 183px;
	display: block;
	cursor: pointer;
	margin: 0 auto;
	background-color: #faeb4b;
	padding: 11px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #4d3e98;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.ord :hover
{
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	background-image: linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

#signup-tel {
	width: 240px;
}

.tell {
	float: left;
}

.send {
	float: left;
	margin-bottom: 30px;
	padding: 12px;
}

/* СТРАНИЦА КАТАЛОГ */

.tree {
	float: left;
	width: 100%;
	margin-top: 12px;
}

.tree a.home
{
	background-image: url(/local/templates/main/images/home.png);
	float: left;
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 15px;
	font-size: 12px;
}

.tree span
{
	margin: 0px 1px;
}

.tree a
{
	margin-right: 4px;
	color: #777777;
	text-decoration: underline;
}

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

.sidebar {
	width: 220px;
	float: left;
	margin-top:10px;
}

.side-block {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.side-block-filter {
	float: left;
	width: 100%;
}

.side-block-tit {
	font-size: 22px;
	color: #322631;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
}

.one-filt {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.one-filt {
}

.one-filt .jq-checkbox.checked .jq-checkbox__div {
	background-position: 0 0px;
}

.side-block .one-filt .jq-checkbox__div {
	width: 18px !important;
	height: 17px !important;
	margin: 0!important;
	border-radius: 0 !important;
	background-image: url(/local/templates/main/images/check-filt.png)!important;
	background-color: transparent !important;
	background-position: 0 17px;
	box-shadow: none !important;
}

.one-filt span {
	float: left;
	margin: 2px 0 0 11px;
}

.accordion li	{
	color: #dd358c;
	margin-bottom: 10px;
}

.accordion li ul	{
	color: #dd358c;
	width: 190px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.accordion li ul li {
	margin-bottom: 5px;
	background-image: url(/local/templates/main/images/divider.png);
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.accordion li ul li a {

	font-size: 12px;
	color: #4771c4;
	text-transform: none;
}

.accordion li ul li a.act {
	color: #dd358c !important;
}

.accordion li a {
	color: #4d3e98;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
}

.accordion li a.active {
	color: #dd358c !important;
}

.sidebar-soc {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.content {
	float: right;
	width: 701px;
	margin-top: 10px;
}

.content-catalog {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.content-static{
	float: left;
	width: 100%;
	margin-top: 10px;
}

.content h3, .content .h3 {
	padding-bottom: 5px;
}

.sort {
	float: left;
	width: 100%;
	margin-top: 15px;
	cursor:default;
}

.sort span {
	float: left;
	margin-right: 7px;
	margin-top: 2px;
}

.sort .sorting {
	float: left;
	margin-right: 17px;
	background-color: #e7e9f0;
	text-decoration: none;
	color: #4f434f;
	padding: 2px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/local/templates/main/border-radius.htc);
	cursor:pointer;
}

.sort .sorting.asc {
	background-color: #faeb4b;
}

.sort .sorting.desc{
	background-color:#66bc45;
}

.cat-tov {
	float: right;
	margin-right: -19px;
	width: 720px;
	margin-top: 20px;
}

.cat-tov-catalog {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.one-cat-tov {
	width: 220px;
	float: left;
	height:334px;
	margin-right: 19px;
	margin-bottom:20px;
	position: relative;
}

.one-cat-tov-in {
	float: left;
	padding: 0 5px 20px;
	width: 208px;
	border: 1px solid #efeef6;
}

.tov-in-thumb {
	width: 100%;
	height: 225px;
	text-align: center;
}

.tov-in-thumb-in {
	width: 218px;
	height: 225px;
	display: table-cell;
	vertical-align: middle;
}

.tov-nums {
	width: 28px;
	line-height: 28px;
	text-align: center;
	height: 28px;
	position: absolute;
	right: -12px;
	color: #4f434f;
	top: -14px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	behavior: url(/local/templates/main/border-radius.htc);
	background-color: #faeb4b;
}

.tov-in-tit {
	height: 34px;
	overflow: hidden;
}

.tov-in-tit a {
	font-size: 15px;
	color: #4d3e98;
	text-transform: uppercase;
	text-decoration: none;
}

.many-in {
	float: left;
	width: 100%;
	color: #183e4c;
	margin-top: 6px;
}

.tovar-inf {
	/*height: 50px;*/
}

.tov-many-num {
	width: 100%;
	float: left;
}

.tov-many-num span {
	float: left;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	behavior: url(/local/templates/main/border-radius.htc);
	background-color: #e7e9f0;
	color: #183e4c;
	text-align: center;
	width: 26px;
	height: 26px;
	line-height: 25px;
	margin-right: 7px;
}

.number {
	margin-top: 10px;
	float: left;
	width: 100%;
}

.number-left {
	width: 120px;
	float: left;
}

.number-left span {
	float: left;
	margin-top: 6px;
}

.number-left input {
	float: left;
	margin-left: 7px;
	width: 44px;
	height: 25px;
	border: 1px solid #dd358c;
	text-align: center;
}

.number-right {
	font-size: 18px;
	float: right;
	margin-right: 5px;
	margin-top: 0;
	color: #4d3e98;
	min-width: 80px;
    text-align: right;
}

.tov-in-dick {
	display: none;
	float: left;
	margin-left: 5px;
	margin-top: 18px;
	width: 195px;
}

.one-cat-tov-in:hover {
	position: absolute;
	z-index: 999;
	background-color: #fff;
	border: 1px solid #6154a4;
	top: 0;
	left: 0;
}

.one-cat-tov-in:hover .tov-in-dick {
	display: block;
}

.add-bacs {
	float: left;
	width: 100%;
	display: none;
	position:relative;
}

.one-cat-tov-in:hover .add-bacs {
	display: block;
}

.add-bacs a, .add-bacs span {
	width: 174px;
	display: block;
	cursor: pointer;
	margin-top:8px;
	background-color: #faeb4b;
	padding: 9px 0 9px 34px;
	background-image: url(/local/templates/main/images/add-basc.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: center;
	font-size: 14px;
	color: #4d3e98;
	text-decoration: none;
	text-transform: uppercase;
}

.more {
	float: left;
	width: 100%;
	margin-top: 7px;
}

.more span {

	width: 240px;
	display: block;
	cursor: pointer;
	margin: 0 auto;
	/*background-color: #dd358c;*/
	padding: 15px 0 15px 0px;
	text-align: center;
	font-size: 14px;
	/*color: #ffffff;*/
	text-decoration: none;
	/*text-transform: uppercase;*/}

/* КОНЕЦ СТРАНИЦА ТОВАРА */

/* СТРАНИЦА ТОВАРА */
.single {
	float: left;
	width: 100%;
	margin-top: 16px;
}

.slid-sing {
	width: 378px;
	float: left;
}

.slid-sing-in {
}

.slid-sing .bx-wrapper {
	float: right;
	width: 297px;
	border: 1px solid #edebf4;
}

.slid-sing.bigman .bx-wrapper{
	float: left;
	width: 360px;
	border: 1px solid #edebf4;
}

#bx-pager-sing {
	float: left;
	width: 71px;
}

.min-slid {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #edebf4;
}

.min-slid a {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	width: 69px;
}

.sing-tov-img {
	display: table-cell;
	width: 297px;
	height: 397px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.sing-tov-img-closed{
	display: table-cell;
	width: 374px;
	height: 397px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.slid-sing .bx-wrapper img {
	display: inline !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.proc {
	position: absolute;
	top: 10px;
	left: 7px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	text-align: center;
	color: #4f434f;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	behavior: url(/local/templates/main/border-radius.htc);
	background-color: #faeb4b;
}

.sing-info {
	float: right;
	width: 540px;
}

.sing-info h3, .sing-info .h3 {
	padding-bottom: 5px;
}

.sing-info-left {
	width: 240px;
	float: left;
	margin-top: 20px;
}

.sing-info-left .many-in {
	font-size: 14px;
	margin-top: 17px;
}

.sing-info-left .tovar-inf {
	height: 80px;
}

.sing-info-left .number-left {
	margin-top: 10px;
}

.sing-info-left .number-right {
	font-size: 40px;
	float: left;
	font-weight: bold;
}

.sing-info-left .add-bacs {
	display: block;
}

.sing-info-left .add-bacs span, .sing-info-left .add-bacs a {
	margin-top: 5px;
}

.sing-soc {
	float: left;
	width: 100%;
	margin-top: 32px;
}

.sing-soc .fb-like{
	float: left;
	width: 100%;
	margin: 0 0 6px 0;
}

.sing-soc .vk-like{
	float: left;
}

.sing-soc .google-like{
	float: left;
}

.sing-info-right {
	margin-top: 15px;
	float: right;
	width: 290px;
}

.zak {
	float: left;
	width: 100%;
}

.online {
	padding-left: 40px;
	height: 34px;
	margin-left: 15px;
	float: left;
	background-image: url(/local/templates/main/images/online.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.online a {
	color: #4976d0;
	float: left;
	margin-top: 1px;
}

.online a:hover {
	text-decoration: none;
}

.quest {
	float: right;
	width: 160px;
}

.quest a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #66bc45;
	padding: 10px 8px;
	background-image: url(/local/templates/main/images/quest.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	display: block;
	cursor: pointer;
}

.choose {
	float: left;
	padding: 22px 18px 0 18px;
	border: 1px solid #edebf4;
	margin-top: 24px;
}

.choose-one {
	margin-bottom: 18px;
	float: left;
	width: 100%;
}

.choose-tit {
	font-size: 14px;
	font-weight: bold;
	color: #4d3e98;
	line-height: 18px;
}

.choose-sp {
	line-height: 18px;
}

.tov-com .one-com {
	width: 100%;
	margin-bottom: 45px;
}

.tov-com .last-com {
	width: 938px;
}

.tov-com .one-com-info {
	margin: 24px 40px 0 25px;
	width: auto;
}

.add-com {
	float: left;
	width: 100%;
}

.add-com a {
	width: 160px;
	display: block;
	cursor: pointer;
	float: left;
	margin-top: 20px;
	background-color: #faeb4b;
	padding: 9px 0;
	text-align: center;
	font-size: 14px;
	color: #4d3e98;
	text-decoration: none;
	text-transform: uppercase;
}

.more-tov {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.sing-tovs {
	float: left;
	width: 960px;
	margin-top: 20px;
}

/* КОНЕЦ СТРАНИЦА ТОВАРА */

/* Каталог 2 */
.banner {
	width: 100%;
}

.side-block-tit.min {
	font-size: 19px;
	text-transform: none;
}

.cat-soc {
	margin-top: 0px;
}

.one-cat-masc {
	width: 218px;
	float: left;
	margin:0 8px 30px 8px;
}

.masc-thumb {
	width: 218px;
	height: 218px;
}

.masc-thumb-in {
	width: 218px;
	height: 218px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #efeef6;
}

.masc-tit {
    height: 40px;
}

.masc-tit h3, .masc-tit .h3 {
	font-size: 15px;
	color: #4d3e98;
	text-transform: none;
	padding: 0;
	margin: 10px 0 0;
	border: none;
}

.disc-cat {
	margin-top: 0;
	line-height: 18px;
}

.disc-cat ul {
	list-style: disc;
	list-style-position: inside;
}
/* Конец Каталог 2 */


/* Корзина */

.bascet-page {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.your-basc {
	width: 217px;
	margin-top: 20px;
	padding: 7px;
	float: left;
	border: 1px solid #efeef6;
}

.your-basc-tit {
	font-size: 16px;
	color: #183e4c;
	margin-bottom: 20px;
}

.my-tov {
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

.my-tov-thumb {
	float: left;
	border: 1px solid #efeef6;
	width: 48px;
	height: 50px;
}

.my-tov-thumb-in {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	width: 48px;
	text-align: center;
}

.my-tov-thumb-in img {
	max-width: 100%;
	height: auto;
}

.my-tov-info {
	float: left;
	width: 140px;
	margin-left: 9px;
}

.my-tov-tit {
	float: left;
	width: 100%;
}

.my-tov-tit a {
	color: #4976d0;
	font-size: 13px;
}

.my-tov-num {
	margin-top: 10px;
	float: left;
	width: 100%;
}

.my-tov-num span {
	float: right;
	margin-right: 20px;
	font-size: 13px;
}

.my-tov-num input {
	float: left;
	margin-left: 0px;
	width: 23px;
	padding: 0 2px;
	height: 15px;
	border: 1px solid #dd358c;
}

.del {
	float: right;
	margin-top: 9px;
}

.del a {
	background-image: url(/local/templates/main/images/del.png);
	background-repeat: no-repeat;
	width: 13px;
	height: 12px;
	display: block;
	cursor: pointer;
}

.my-sum {
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.order-input {
	width: 677px;
	/*margin-top: 20px;*/
	float: left;
	margin-left: 30px;
}

.order-input-call {
	float: left;
}

.order-input-call span {
	display: block;
}

.order-input-call a {
	margin-left: 0 !important;
}

.fast-tit {
	float: left;
	/*margin-top: 30px;*/
	width: 100%;
	border-bottom: 1px solid #dad6e2;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 300;
}

.order-input-left {
	width:50%;
	margin-top: 20px;
	float: left;
}

.inp-fast {
	margin-bottom: 12px;
	float: left;
	width: 100%;
}

.inp-name {
	float: left;
	width: 100px;
	margin-top: 8px;
	font-size: 14px;
}

.inp {
	width: 180px;
	float: left;
}

.inp span {
	float: left;
	color: #ff0000;
	font-size: 18px;
	margin: -5px 0 0 5px;
}

.inp-fast input {
	float: left;
	height: 31px;
	line-height: 31px;
	padding: 0 10px;
	width: 130px;
	border: 1px solid #3d921c;
}

.kupon {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.kupon-top {
	float: left;
	width: 100%;
}

.kupon-inp {
	float: left;
	width: 100%;
	margin-top: 5px;
}

.inp-text {
	float: left;
	height: 31px;
	line-height: 31px;
	padding: 0 10px;
	width: 190px;
	border: 1px solid #3d921c;
}

.btn {
	cursor: pointer;
	float: left;
	background-color: #66bc45;
	padding: 8px 10px 9px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.order-input-right {
	width: 50%;
	float: left;
	margin-top: 30px;
}

.how-send {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.send-l {
	float: left;
	font-weight: bold;
	width: 120px;
}

.send-r {
	float: left;
	width: 200px;
}

.send-r .jq-radio {
	float: left;
}

.send-r span {
	float: left;
	margin-top: 0px;
	margin-left: 5px;
}

.one-rad {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.send-r .jq-selectbox__select-text {
	width: 130px;
}

.map {
	float: left;
	display: block;
	width: 100%;
	font-size: 13px;
	color: #4976d0;
	margin-top: 5px;
}

.send-ord {
	width: 210px;
	display: block;
	cursor: pointer;
	float: right;
	margin: 0 20px 0 0;
	background-color: #faeb4b;
	padding: 14px 0;
	text-align: center;
	font-size: 18px;
	color: #4d3e98;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.send-ord :hover
{
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	background-image: linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}


/* Конец Корзина */


/* ПЕрсональная страница */

.personal {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.personal h3, .personal .h3 {
	margin-bottom: 20px;
}

.mass {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.descont {
}

.descont b {
	display: block;
	width: 100%;
	float: left;
	font-size: 14px;
	margin-bottom: 15px;
}

.per-info {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.per-info b {
	display: block;
	width: 100%;
	/*float: left;*/
	font-size: 14px;
	margin-bottom: 15px;
}

.per-info ul {
	list-style: disc;
	list-style-position: inside;
}

.per-info ul li {
	margin-bottom: 8px;
	list-style: none;
}

.per-info ul li a {
    color: #fff;
    background-color: #187B38;
    text-decoration: none;
    padding: 5px 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0px;
    display: block;
    height: 20px;
    line-height: 20px;
    max-width: 520px;
    text-align: center;
}

/* Конец ПЕрсональная страница */

.inp textarea {
	float: left;
	height:74px;
	padding: 10px;
	min-width:180px;
	max-width:180px;
	border: 1px solid #3d921c;
}

.btn-on{
	display: block;
	cursor: pointer;
	float: left;
	background-color: #faeb4b;
	padding: 9px 5px;
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: center;
	font-size: 14px;
	color: #4d3e98;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-off{
	display: block;
	cursor: pointer;
	float: left;
	background-color:#cccccc;
	padding: 9px 5px;
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: center;
	font-size: 14px;
	color:#ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

.min-thumb {
	float: left;
}

.min-thumb .bx-wrapper {
	border: none;
}

.min-thumb-closed{
	display: none;
}

.min-slid {
	width: 67px !important;
}

.min-thumb .bx-wrapper .bx-controls-direction a.bx-next {
	width: 69px;
	height: 22px;
	background-color: rgba(250,235,75, 0.6);
	background-image: url(/local/templates/main/images/up-down.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	bottom: 0px;
	right: 0;
	top: auto;
}

.min-thumb .bx-wrapper .bx-controls-direction a.bx-prev {
	width: 69px;
	height: 22px;
	background-color: rgba(250,235,75, 0.6);
	background-image: url(/local/templates/main/images/up-down.png);
	background-repeat: no-repeat;
	background-position: center -25px;
	top: 16px;
	left: 0;
}

.min-thumb .bx-wrapper .bx-controls-direction a:hover {
	background-color: rgba(250,235,75, 1);
}

.column {
	width: 230px;
	float: left;
}

.head-menu ul li ul li ul {
	position: static;
	left: 0;
	opacity: 1 !important;
	width: auto;
	padding: 0px;
	display: block !important;
	background-color: #edeff6;
}

.head-menu ul li ul li ul li ul {
	display: block !important;
}

.head-menu ul li ul li ul .column {
	width: 228px;
}

.head-menu ul li ul li ul li a {
	width: 198px !important;
}

.head-menu ul li ul li.pod{
	padding-left: 12px;
	margin-bottom: 0;
}

.head-menu ul li ul .pod a{
	font-size: 12px;
	color: #777777;
}




.ajax-response{
	clear: both;
}

.html-tags{
	color:#334047;
}

.html-tags h2, .html-tags .h2{
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 5px;
	color: #4D3E98;
}

.html-tags h3, .html-tags .h3{
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 5px;
	color: #4D3E98;
}

.html-tags h4,.html-tags .h4{
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 5px;
	color: #4D3E98;
}

.html-tags p
{
	padding: 5px 0px 5px;
}

.html-tags ul, .html-tags ol{
	padding:0 0 0 20px;
	list-style: disc;
}

.html-tags table tbody{
	border: 1px solid #999999;
	border-collapse: collapse;
}

.html-tags table tbody td{
	padding: 4px 10px;
	border: 1px solid #999999;
}

.bascet .basc-tov-wind {
	float: left;
	max-height: 382px;
	overflow-x: hidden;
	overflow-y: auto;
}

.one-basc-tot .tov-thumb-in-cart {
    float: left;
}

.price_offer .dec{
	margin:1px 0 0 10px;
	display: inline-block;
	font-size:50%;
	vertical-align: top;
	padding-right: 3px;
	font-weight: normal;
}

.price_offer .cur{
	font-size: 50%;
	display: inline-block;
	margin: 0 0 0 -35px;
	line-height: 1.2em;
	font-weight: normal;
}

.one-t-pr .int{
	font-size:24px;
}

.one-t-pr .dec{
	margin:1px 0 0 3px;
	display: inline-block;
	font-size:60%;
	vertical-align: top;
	padding-right: 3px;
	font-weight: normal;
}

.one-t-pr .cur{
	font-size: 64%;
	display: inline-block;
	margin: 0 0 0 -20px;
	line-height: 1.2em;
	font-weight: normal;
}

.price-buy-with .int{
	font-size:24px;
	font-weight: normal;
}

.price-buy-with .dec{
	margin:1px 0 0 3px;
	display: inline-block;
	font-size:60%;
	vertical-align: top;
	padding-right: 3px;
	font-weight: normal;
}

.price-buy-with .cur{
	font-size: 64%;
	display: inline-block;
	margin: 0 0 0 -20px;
	line-height: 1.2em;
	font-weight: normal;
}

.cart-small a{
	text-decoration: none !important;
}

.cart-small .int{
	font-size:14px;
	font-weight:100;
}

.cart-small .dec{
	margin: -5px 0 0 3px;
	display: inline-block;
	font-size: 90%;
	vertical-align: top;
	padding-right: 3px;
	font-weight: normal;
}

.cart-small .cur{
	font-size: 90%;
	display: inline-block;
	margin: 0 0 0 -18px;
	line-height: 1.2em;
	font-weight: normal;
}

.slider .dot {
	display: none;
}

.uf-include-info{
	float: left;
	width: 100%;
	padding:10px 0 0 0;
}

.uf-include-info > a{
	font-size:16px;
	color:#4771c4;
	text-decoration: none;
}

.go-all-comment{
	float:right;
	margin: 0 50px 0 0;

}

.go-all-comment > a{
	color:#4771c4;
	text-decoration: none;
}

.go-all-comment > a:hover{
	text-decoration: underline;
}

.sort .fil-nal{
	float:right;
	cursor:pointer;
}

.sort .fil-nal .filter-pre{
	width: 18px;
	height: 17px;
	margin: 0;
	border-radius: 0;
	background-image: url(/local/templates/main/images/check-filt-ref_1.png);
	background-color: transparent;
	background-position: 0 17px;
	box-shadow: none;
}

.sort .fil-nal .filter-pre.off{
	background-position: 0 0;
	box-shadow: none;
}

.basc-link {
	display: block;
	height: 100%;
	width: 100%;
}

#bx-composite-banner a.bx-composite-btn{
    width: 100px;
    font-size: 9px !important;
    margin-top: 8px;
}

.tov-in-thumb-in img {
	max-height: 200px;
	max-width: 200px;
}

#signup-register {
    padding: 0;
}

.hall{
	color: #fff;
    background-color: #FF8900;
    font-weight: 100;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 0px;
    width: 99%;
    display: block;
    text-align: center;
    height: 13px;
    margin-top: 45px;
	border: 1px solid;
    border-color: black;
	font-weight: bold;
}
.newyear {
    color: #fff;
    background-color: #39720b;
    font-weight: 100;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 0px;
    width: 99%;
    display: block;
    text-align: center;
    height: 13px;
    margin-top: 45px;
    border: 1px solid;
    border-color: black;
    font-weight: bold;
}
.valentday {
    color: #fff;
    background-color: #bb0000;
    font-weight: 100;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 0px;
    width: 99%;
    display: block;
    text-align: center;
    height: 13px;
    margin-top: 45px;
    border: 1px solid;
    border-color: black;
    font-weight: bold;
}
.sch_result {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 5px #888;
    position: absolute;
    z-index: 999;
    padding: 10px 20px;
	top:40px;

}

.header-button {
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 0px;
    width: 99%;
    display: block;
    text-align: center;
    height: 13px;
    margin-top: 45px;
    border: 1px solid;
    font-weight: bold;
}




/**********************************************************************************/

div.reviews-info-box
{
	padding:0.5em 1.117em;
	border-width: 1px;
	border-style: solid;
	line-height: 1.5em;
	margin-bottom:2em;
	zoom: 1;
}
/* Header */
div.reviews-header-box
{
	font-size:1em;
	padding:0.462em 1.117em;
	vertical-align:middle;
}
/* Link to forum */
div.reviews-link-box
{
	font-size:1em;
	padding:0.462em;
	vertical-align:middle;
	margin-bottom: 1em;
}
/* Page navigation */
div.reviews-navigation-box
{
	padding:0 1.117em;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height:1.5em;
	overflow: hidden;
	zoom:1;
}
div.reviews-navigation-bottom {
	margin-top: 0;
	margin-bottom: 2em;
	border-top:none;
}
/* Topic posts table */
table.reviews-post-table
{
	float: left;
	width: 100%;
	line-height:1.5em;
	border: 1px solid #e3d7e4;
	margin-bottom: 45px;
	padding: 1px 3px 1px 0;
	table-layout:fixed;
}

table.reviews-post-hidden {
	background: none repeat scroll 0 0 #E5F8E3 !important;
}

table.reviews-post-table thead td
{
	color: #7e7e7e;
}

table.reviews-post-table thead td
{
	line-height: 30px;
}
table.reviews-post-table thead td, table.reviews-post-table tbody td div.reviews-text
{
	margin: 0 20px 10px;
	padding-top: 0.5em;
}
table.reviews-post-table thead td .message-post-date {
	font-size: 0.85em;
}
table.reviews-post-table thead td .review-avatar {
	background-color: #ECEAEC;
	border: 1px solid #C4C4C4;
	float: left;
	height: 30px;
	margin-right: 0.5em;
	width: 30px;
}
table.reviews-post-table thead td .review-rating {
	float: right;
}

table.reviews-post-table thead td .review-rating .rating-vote {
	line-height: 24px;
}
/* First Post Table */
table.reviews-post-first {
}

/* Odd Post Table */
table.reviews-post-odd {
}

/* Even Post Table */
table.reviews-post-even {
}

/* Last Post Table */
table.reviews-post-last {
	float:left;
	margin-bottom:0;
}

/* Post Table Cell */
table.reviews-post-table td {
	padding: 0;
	vertical-align: top;
}

/* Post Table: Post and Actions Cell */
table.reviews-post-table td.reviews-cell-post, table.reviews-post-table td.reviews-cell-actions {
	border-right-width: 1px;
	border-right-style: solid;
}

/* Post Table: User Contacts and Actions Cell */
table.reviews-post-table td.reviews-cell-contact, table.reviews-post-table td.reviews-cell-actions {
	border-top-width: 1px;
	border-top-style: dashed;
	height: 1.5em;
}

div.reviews-post-date, div.reviews-post-entry {
	padding:0.5em 1em 0.5em 1em;
	font-size:1em;
	font-weight:normal;
}

div.reviews-post-date {
	border-bottom-width:1px;
	border-bottom-style: dashed;
}

div.reviews-post-text {
	padding:0.5em 0;
}
/* Post Table: Quote and Author Name Links*/
div.reviews-post-reply-buttons {
	height:21px;
	padding:0;
}
div.reviews-post-reply-buttons span.separator {
	background-color: #E0E0E0;
	display: inline-block;
	margin: 0 1px;
	height: 7px;
	line-height: 5px;
	width:1px;
}
table.reviews-post-table .reply-action-note {
	color: #777777;
	font-style: italic;
	line-height: 18px;
	font-size: 11px;
	display: inline-block;
	margin:2px;
}
table.reviews-post-table .reply-action-note:hover {
	text-decoration: none;
}
div.reviews-post-reply-buttons a {
	color: #969696;
	font-size: 11px;
	margin-left:2px;
	text-decoration: none;
}
div.reviews-post-reply-buttons a:hover {
	text-decoration: underline;
}

/* Post Attachments */
div.reviews-post-attachments {
	margin:1.5em 0;
}
div.reviews-post-attachments label {
	font-weight: bold;
	padding-bottom:0.5em;
}
div.reviews-post-attachment {
	padding-left: 0.5em;
}

div.reviews-post-lastedit {
	padding:0.5em 0;
	font-style: italic;
}
span.reviews-post-lastedit-user {
	font-weight: bold;
}

div.reviews-user-info {
	padding:0.5em 1em 1.5em 1em;
}

div.reviews-user-avatar {
	margin: 0.5em 0;
}

div.reviews-user-status {
	margin-bottom: 0.5em;
}

div.reviews-user-name span {
	font-size:1em;
	font-weight:bold;
	line-height:1.1em;
}

span.reviews-vote-user a {
	text-decoration: none;
	vertical-align: top;
	font-size:1.1em;
}

div.reviews-contact-links {
	padding:0.5em 1em 0.5em 1.5em;
}

div.reviews-action-links {
	padding:0.5em 1.5em 0.5em 1em;
	text-align:right;
}
div.reviews-action-links span {
	white-space: nowrap;
}

div.reviews-post-entry {
	font-size:1em;
	padding-bottom:1em;
	height:100%;
}

/*BBCode: List*/
div.reviews-post-entry ul, div.reviews-post-entry ol {
	padding:0.5em 0 0.5em 2em;
}

div.reviews-post-entry table.forum-quote, div.reviews-post-entry table.forum-code {
	width: 95%;
	margin: 0.5em 0 0;
}

table.forum-quote th, table.forum-code th {
	font-weight:bold;
	padding: 0.25em 1em;
	text-align:left;
}
table.forum-quote td, table.forum-code td {
	padding:0.9em 1em 0;
}

div.reviews-code-box
{
	font-family: "Consolas", "Monaco", "Courier New", Courier, monospace;
	font-size: 1em;
	width: 100%;
	overflow: auto;
	border-width:1px;
	border-style: solid;
	margin:0.5em 0;
}

div.reviews-code-box ol, div.reviews-code-box ol li, div.reviews-code-box ol li span {
	margin: 0;
	padding: 0;
	border: none;
}

div.reviews-code-box ol {
	list-style: decimal;
	margin-left: 3em;
	padding:0.5em 0;
}

div.reviews-code-box ol li
{
	list-style: decimal-leading-zero;
	list-style-position: outside !important;
	padding: 0 0.5em 0 1.5em !important;
	margin: 0;
	line-height: 1.5em;
}

/* Reply Form*/
div.reviews-reply-form
{
	float:left;
	border-style:solid;
	border-width:1px;
	line-height:1.5em;
	margin-bottom:1em;
}

div.reviews-reply-header
{
	font-size:1em;
	padding:0.462em 1.117em;
	vertical-align:middle;
	width: 500px;
}

div.reviews-note-box {
	border-width:1px;
	border-style: solid;
	margin: 1.117em 0;
	padding: 0.4em 1.117em;
}
div.reviews-reply-form div.reviews-note-box {
	margin: 1.117em;
}
div.reviews-note-box ul {
	padding:0.3em 0 0.3em 2em;
	margin:0;
}
div.reviews-note-box ul li {
	margin:0;
	padding:0;
}

div.reviews-reply-fields {
	padding:0 1.117em 0.8em;
	padding-left: 0px;
}

div.reviews-reply-field {
	padding-bottom: 0.462em;
	margin-top: 0.462em;
}

div.reviews-reply-field-title input, div.reviews-reply-field-desc input {
	width: 80%;
}

div.reviews-reply-field-title label, div.reviews-reply-field-desc label, div.reviews-reply-field-tags label, div.reviews-reply-field-captcha-label label,
div.reviews-reply-field-lastedit-reason label {
	display: block;
}

div.reviews-reply-field-user {
	width: 100%; /*IE Fix or zoom:1 */
}

div.reviews-reply-field-author, div.reviews-reply-field-email {
	float:left;
	width:39%;
}

div.reviews-reply-field-user-sep {
	width:2%;
	float: left;
}

div.reviews-reply-field-author input, div.reviews-reply-field-email input {
	width:100%;
}

div.reviews-reply-field-bbcode {
	line-height: 1.7em;
	zoom:1;
}


div.reviews-bbcode-line {
	margin-right: 2em;
	float: left;
}
div.reviews-smiles-line {
	white-space: nowrap;
	float: left;
}
div.reviews-bbcode-line img, div.reviews-smiles-line img {
	border: 0;
}
div.reviews-bbcode-line a, div.reviews-smiles-line a {
	vertical-align: middle;
}

div.reviews-bbcode-line a
{
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 0.2em;
	background-position: center center;
	background-repeat:no-repeat;
	display: block;
}
div.reviews-bbcode-line a, div.reviews-bbcode-line img, div.reviews-smiles-line a, div.reviews-smiles-line img {
	outline: none;
}
div.reviews-bbcode-line select {
	float: left;
	margin-left:3px;
	padding:0px;
	height:20px;
}

/*BBCode Icons*/
a.reviews-bbcode-bold {
	background-image: url(/local/templates/main/images/bbcode/font_bold.gif);
}
a.reviews-bbcode-italic {
	background-image: url(/local/templates/main/images/bbcode/font_italic.gif);
}
a.reviews-bbcode-color {
	background-image: url(/local/templates/main/images/bbcode/font_color.gif);
}
a.reviews-bbcode-underline{
	background-image: url(/local/templates/main/images/bbcode/font_underline.gif);
}
a.reviews-bbcode-strike{
	background-image: url(/local/templates/main/images/bbcode/font_strike.gif);
}
a.reviews-bbcode-url{
	background-image: url(/local/templates/main/images/bbcode/font_link.gif);
}
a.reviews-bbcode-img{
	background-image: url(/local/templates/main/images/bbcode/font_image.gif);
}
a.reviews-bbcode-video{
	background-image: url(/local/templates/main/images/bbcode/font_video.gif);
}
a.reviews-bbcode-code{
	background-image: url(/local/templates/main/images/bbcode/font_code.gif);
}
a.reviews-bbcode-quote{
	background-image: url(/local/templates/main/images/bbcode/font_quote.gif);
}
a.reviews-bbcode-video{
	background-image: url(/local/templates/main/images/bbcode/font_video.gif);
}
a.reviews-bbcode-list{
	background-image: url(/local/templates/main/images/bbcode/font_list.gif);
}
a.reviews-bbcode-translit{
	background-image: url(/local/templates/main/images/bbcode/font_translit.gif);
}

div.reviews-reply-field-tags {
	display: none;
}
div.reviews-reply-field-tags input {
	width:80%;
}

div.reviews-reply-field-lastedit-reason input {
	width: 80%;
}

div.reviews-reply-field-captcha input {
	width: 180px;
}

div.reviews-reply-field-settings input, div.reviews-uploaded-file input, div.reviews-reply-field-lastedit-view input {
	width:1.55em;
	height:1.55em;
	margin:0 0 0 -0.25em;
	vertical-align: middle;
	font-size:1em;
}
div.reviews-reply-field-settings label, div.reviews-uploaded-file a, div.reviews-reply-field-lastedit label {
	vertical-align: middle;
}

div.reviews-reply-field-upload a {
	outline: none;
}
div.reviews-upload-file-hint {
	display: none;
}
div.reviews-upload-file-hint span {
	font-weight: bold;
}
div.reviews-upload-file {
	display: none;
	margin-top: 0.262em;
}
div.reviews-upload-file input {
	font-size:1.184em;
}

div.reviews-reply-buttons {
	margin-top: 1em;
}
div.reviews-reply-buttons input {
	width: 120px;
	display: block;
	cursor: pointer;
	margin-top: 20px;
	background-color: #faeb4b;
	padding: 9px 0;
	text-align: center;
	font-size: 14px;
	color: #4d3e98;
	text-decoration: none;
	text-transform: uppercase;
	overflow: visible; /*IE paddings*/
}

/* Utils */
div.reviews-clear-float {
	clear: both;
}


/* Table Header, Reply Form Header, BBCode Icons Highlighting */
div.reviews-reply-header, div.reviews-bbcode-line a:hover, div.reviews-bbcode-line a:hover img {
	background-color: #e7e7e7;
}

/* Table Cell Border */
div.reviews-info-box, div.reviews-reply-form {
	border-color: #e1e1e1;
}

/* Table Cell, Info Box, Reply Form */
div.reviews-info-box, div.reviews-reply-form {
	background:#fbfbfb;
}

div.reviews-post-date {
	background: #eaeaea;
	border-bottom: none;
}

/* ---------------------------------------------------Text Color-------------------------------------------------- */

/* Header Box Right Links*/
div.reviews-header-box a:link,
div.reviews-header-box a:visited,
div.reviews-header-box a:active,
div.reviews-header-box a:hover {
	color: #fff;
}

.reviews-required-field {
	color: red;
}

/* --------------------------------------------------Special Elements---------------------------------------------- */

div.reviews-header-box {
	color: #fff;
	background:#6c6c6c;
	border-color: #7a7a7a;
}

/* Page navigation */
div.reviews-navigation-box {
	background:#fff;
	border-color: #e1e1e1;
}

/*BBCode: Quote and Code*/
table.reviews-quote, table.reviews-code, div.reviews-code-box {
	border-color: #c3c3c3;
}
table.reviews-quote td, table.reviews-code td, div.reviews-code-box ol {
	background:#fff !important;
	color:#696969;
}
table.reviews-quote th, table.reviews-code th, div.reviews-code-box {
	background:#e6e6e6 !important;
	color:#616161;
}

div.reviews-note-box {
	border-color: #ffc85e;
	background: #fffdc7;
}
/* --------------------------------------------------Icons---------------------------------------------- */
table.palette{
	border:1px solid gray;
	background-color:gray;
	border-collapse:collapse;
}
table.palette td{
	border:1px solid gray;
	width:10px;
	height:10px;
	padding:0px;
	margin:0;
}
table.palette td img{
	width:10px;
	height:10px;
	border:none;
	padding:0px;
	margin:0;
}
/* Popups */
div.reviews-popup-postform {
	width:502px;
	padding:0px;
	margin:0;
	overflow:hidden;
	color:black;
}
div.reviews-popup-postform table.reviews-popup {
	border:1px solid gray;
	width:500px;
	background-color:white;
	font-size:1em;
	cursor:default;
}
div.reviews-popup-postform table.reviews-popup td {
	font-size:1em;
	border:none;
	background-color:white;
	font-size:1em;
}
div.reviews-popup-postform table.reviews-popup thead td {
	font-weight:bold;
	padding:0.5em 0.5em 0.1em 0.8em;
	font-size:1.1em;
	text-align:left;
}
div.reviews-popup-postform table.reviews-popup thead td div.close{
	cursor:pointer;
	cursor:hand;
	background-image: url('/local/templates/main/images/close.gif');
	background-position: center center;
	background-repeat:no-repeat;
	overflow:hidden;
	width:13px;
	height:13px;
	float:right;
}
div.reviews-popup-postform table.reviews-popup tbody td {
	padding:1em;
}
div.reviews-popup-postform table.reviews-popup tbody td div.reviews-field{
	width:100%;
}
div.reviews-popup-postform table.reviews-popup tbody td div.reviews-field span.title{
	width:100%;
	display:block;
}
div.reviews-popup-postform table.reviews-popup tbody td div.reviews-field input {
	width:95%;
}
div.reviews-popup-postform table.reviews-popup tfoot td {
	padding:0.3em;
	text-align:center;
}
/*/Popups */

div.reviews-smiles-line, div.reviews-smiles-line a, div.reviews-reply-field-bbcode div.reviews-reply-field-showsmiles{
	float:left;
}
div.reviews-smiles-line span.reviews-smiles-item{
	display:block;
	float:left;
	border:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
div.reviews-smiles-line span.reviews-smiles-item a{
	text-decoration:none;
	border:none;
	float:left;
	margin-right:5px;
}
div.reviews-smiles-line div.reviews-smiles-item{
	float:left;
}
div.reviews-smiles-corrected{
	overflow:hidden;
}

body.reviews-popup-body{
	padding:1.51em;
	font-size:0.75em;
}
.reviews-form{
	background-color: #F1F1F1;
	margin: 0;
	padding: 0.8em;
}
div.reviews-text table.forum-quote {
	background: url("/local/templates/main/images/font_quote.gif") no-repeat scroll left top #F8F2D4;
	border-color: #EEE9CC;
	color: #4A483F;
}
div.reviews-text table.forum-quote thead {
	display: none;
}
div.reviews-text table.forum-code thead {
	display: table-cell;
}
div.reviews-text table.forum-quote, div.reviews-text table.forum-spoiler, div.reviews-text table.forum-code, div.reviews-text div.forum-code-box {
	border: 1px solid #dddddd;
	table-layout:fixed;
	padding: 3px;
	width: 100%;
}
div.reviews-text table.forum-quote td, div.reviews-text table.forum-spoiler td, div.reviews-text table.forum-code td,div.reviews-text  div.forum-code-box ol {
	color: #696969;
}
div.reviews-text table.forum-quote th, div.reviews-text table.forum-spoiler th, div.reviews-text table.forum-code th, div.reviews-text div.forum-code-box {
	font-weight:bold;
	text-align:left;
	color: #888;
}
div.reviews-text table.forum-code pre {
	overflow: auto;
	width:100%;
}
div.reviews-text table.forum-code td, div.reviews-text div.forum-code-box td{
	font-family: "Lucida Console", "DejaVu Sans Mono", Monaco, monospace;
	font-size:12px;
}
div.reviews-collapse {
	/*float: right;*/
	width:100%;
}
div.reviews-collapse a {

}
div.reviews-expanded {
	width: auto;
	float:right;
}

div.reviews-post-entry table.forum-quote {
	background: url("/local/templates/main/images/font_quote.gif") no-repeat scroll left top #F8F2D4;
	border-color: #EEE9CC;
	color: #4A483F;
}
div.reviews-post-entry table.forum-quote thead {
	display: none;
}
div.reviews-post-entry table.forum-code thead {
	display: table-cell;
}
div.reviews-post-entry table.forum-quote, div.reviews-post-entry table.forum-spoiler, div.reviews-post-entry table.forum-code, div.reviews-post-entry div.forum-code-box {
	border: 1px solid #dddddd;
	padding: 3px;
	width: 100%;
}
div.bx-edit-tab-inner table.bx-edit-table div.reviews-post-entry table.forum-quote td,
div.bx-edit-tab-inner table.bx-edit-table div.reviews-post-entry table.forum-code td
{
	background-color:transparent;
	padding: 0.9em 1em;
}
div.reviews-post-entry table.forum-quote td, div.reviews-post-entry table.forum-spoiler td, div.reviews-post-entry table.forum-code td,div.reviews-post-entry  div.forum-code-box ol {
	color: #696969;
}
div.reviews-post-entry table.forum-quote th, div.reviews-post-entry table.forum-spoiler th, div.reviews-post-entry table.forum-code th, div.reviews-post-entry div.forum-code-box {
	font-weight:bold;
	text-align:left;
	color: #888;
}
.reviews-actions .ilike-light .bx-ilike-right-wrap {
	margin-right: 2px;
}
.reviews-actions .ilike-light .bx-ilike-right {
	padding: 0px 1px 0 11px;
	font-size: 11px;
	line-height: 19px;
}
.reviews-actions .ilike-light .bx-ilike-text {
	padding: 0;
}
.reviews-post-reply-buttons .bx-rating span, .reviews-post-reply-buttons  .bx-rating a {
	color: #929292;
	font-size: 11px;
}
/* autosave */
a.postFormAutosave {
	float: right;
	display:block;
	width:18px;
	height:18px;
	margin:0 -4px 0 0;
	position:relative;
	z-index:2;
}
.forum-notify-bar {
	width: 100%;
	height: 2em;
	background: url("/bitrix/js/main/core/images/panel/sprite04.png") repeat-x scroll 0 -1178px #FFEB8D !important;
	position:relative;
}
.forum-notify-close {
	display: block !important;
	height: 12px !important;
	margin: 3px 6px 0 0;
	padding: 0 !important;
	position: absolute !important;
	right: 5px !important;
	top: 5px !important;
	width: 12px !important;
}
.forum-notify-close a {
	background: url("/bitrix/js/main/core/images/panel/sprite04.png") no-repeat scroll -268px -243px transparent !important;
	display: block !important;
	height: 12px !important;
	width: 12px !important;
	cursor:pointer;
}
.forum-notify-text {
	color: #000000 !important;
	margin: 0 !important;
	padding: 3px 20px 5px !important;
	text-align: center !important;
}
.forum-notify-text a.postFormAutorestore {
	position:relative;
	color: #ff0000;
	cursor:pointer;
	text-decoration:underline;
	margin-right: 9px;
	margin-top: 5px;
	z-index:2;
}

.one-com-data{
	margin: 4px 7px 0 20px;
}

.reviews-post-reply-buttons{
	margin: 4px 7px 0 20px;
}

.lhe-stat-toolbar-cont{
	display:none !important;
}

.reviews-note-box.reviews-note-note {
	display: none;
}

.reviews-collapse-link
{
    width: 160px;
    display: block;
    cursor: pointer;
    float: left;
    margin-top: 20px;
    background-color: #faeb4b;
    padding: 9px 0;
    text-align: center;
    font-size: 14px;
    color: #4d3e98;
    text-decoration: none;
    text-transform: uppercase;
}

.reviews-reply-field-text td.bxlhe-editor-cell, .reviews-reply-field-user input, .reviews-reply-field-captcha-label .captcha_word
{
    border: solid 2px #919191;
}

.reviews-reply-field-user input, .reviews-reply-field-captcha-label .captcha_word
{
	padding: 10px;
}
.reviews-reply-field-captcha-label .captcha_word
{
	margin: 10px 0px;
}

.reviews-reply-field-text .bxlhe-editor-toolbar-row, .lhe-resize-row, .bxlhe-frame-table  .bxlhe-editor-toolbar-row,
.bxlhe-frame-table>tbody>tr:nth-child(3n)
{
	display:none;
}

.tov-thumb-in-cart img
{
    max-height: 79px;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.bxslider a.bana
{
    height: 414px!important;
}
.head-menu ul li.current ul li a {
    text-align: left;
}

img.colors-assort {
    position: absolute;
    bottom: initial;
    left: 0;
    top: 0;
    right: 0;
	margin:8px auto;
	opacity: 0.85;
	box-shadow: 0 0 10px pink;
}
.one-cat-tov.novinka .tov-in-thumb-in{
    position:relative;
}

.one-cat-tov.novinka .tov-in-thumb-in a:after {
    content:"Новинка";
    text-transform:uppercase;
    font-size:10px;
    line-height:10px;
    position:absolute;
    bottom:5px;
    left:5px;
    text-decoration:none;
    padding:3px 5px;
    border-radius:3px;
    color:white;
    background: #ecac64;
    background: -moz-linear-gradient(top, #ecac64 0%, #cc854f 100%);
    background: -webkit-linear-gradient(top, #ecac64 0%,#cc854f 100%);
    background: linear-gradient(to bottom, #ecac64 0%,#cc854f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecac64', endColorstr='#cc854f',GradientType=0 );
}
.marquee-string {
    float: left;
	max-width:100%;
	width:100%;
    background: #ffcddf;
    padding: 0.25em 0;
    margin-top: 3px;
    max-height: 1.2em;
    overflow-y: hidden;
	font-size: 150%;
}

.one-cat-tov-in .add-bacs a {
    background-color: #66bc45 !important;
    color: #ffffff !important;
    box-shadow: 5px 5px 10px 0px #000000;
    padding: 6px 0px 6px 8px !important;
    letter-spacing: 3px;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
    background-image: url(/local/templates/main/images/basket_w.svg);
    background-repeat: no-repeat;
    background-position: 10px 6px;
    background-size: auto 19px;
    width: 200px;
}


.position-relative{
	position: relative !important;
}
.position-absolute{
	position: absolute !important;
}


div[id^=wait_loading_] {
    position: fixed!important;
    top: 0px !important;
    left: 0px !important;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top center !important;
    opacity: 0.8;
    background: #000000 !important;
    color: #ffffff !important;
    font-size: 2rem !important;
    border: 0px transparent !important;
}



.loaders {
    width: 10em;
    height: 10em;
    font-size: 25px;
    box-sizing: border-box;
    border-top: 10px solid #562b97;
    border-left: 0px;
    border-right: 10px solid #562b97;
    border-bottom: 0px;
    border-radius: 50%;
    position: relative;
    animation: rotating 2s ease-in-out infinite;
    --direction: 1;
	flex:0 0 auto;
	top:auto;
}

.loaders::before,
.loaders::after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    box-sizing: border-box;
    top: -5px;
	border-bottom: 0px;
	border-left: 0px;
}

.loaders::before {
    border-top: 10px solid #ec1380;
	border-right: 10px solid #ec1380;
    transform: rotate(120deg);
}

.loaders::after {
    border-top: 10px solid #ff9100;
	border-right: 10px solid #ff9100;
    transform: rotate(240deg);
}

.loaders span {
    position: absolute;
    color: white;
    width: inherit;
    height: inherit;
    text-align: center;
    line-height: 10em;
    font-family: sans-serif;
    animation: rotating 2s linear infinite;
    --direction: -1;
    top: -20px;
    left: 0px;
}

@keyframes rotating {
    30% {
        transform: rotate(calc(120deg * var(--direction)));
    }
    60% {
        transform: rotate(calc(240deg * var(--direction)));
    }
    100% {
        transform: rotate(calc(360deg * var(--direction)));
    }
}


.mb-3{
	margin-bottom: 1rem !important;
}
/* End */
/* /local/templates/main/css/reset.css?1656437013941 */
/* /local/templates/main/css/jquery.bxslider.css?16564370123805 */
/* /local/templates/main/css/jquery.formstyler.css?16564370129740 */
/* /local/templates/main/css/fix.css?16564370116944 */
/* /local/templates/main/css/social-likes_flat.css?165643701313247 */
/* /local/templates/.default/css/style.css?16564373323989 */
/* /local/templates/main/css/font-awesome.css?165643701237414 */
/* /local/templates/main/css/lightbox.css?16564370124031 */
/* /local/templates/main/css/owl.carousel.min.css?16696517623556 */
/* /local/templates/main/components/bitrix/sale.basket.basket.small/small.cart.main/style.css?1656436918869 */
/* /local/templates/main/components/bitrix/socserv.auth.form/main/style.css?1656436968851 */
/* /local/templates/main/components/bitrix/search.title/search.main/style.css?16569875554940 */
/* /local/templates/main/components/bitrix/catalog.section.list/catalog.menu/style.css?16824148461551 */
/* /local/templates/main/components/bitrix/news.list/slider/style.css?1679525717983 */
/* /local/templates/main/components/aniart/super.component/banner-index-2/style.css?1679528048487 */
/* /local/templates/main/components/bitrix/news.list/4party/style.css?1656436892523 */
/* /local/templates/main/components/aniart/super.component/comments/style.css?1656436538689 */
/* /local/templates/main/components/bitrix/catalog.section/slider_hit/style.css?165643667737000 */
/* /local/templates/main/template_styles.css?168988102966001 */
