﻿* {
	margin:0;
	padding:0;
	outline:0;
	border:0;
}
html, body {
	background:#fff;
	color:#808080;
	font-size:15px;
	font-family: Tahoma, Arial, sans-serif;
	position: relative;
}

a {
	text-decoration:underline;
	color:#808080;
	font-size: 15px;
	font-family: Tahoma, Arial, sans-serif;
}
a:hover	{	text-decoration:none;	}

h1 {
	color:#000;
	font-size:38px;
	font-family: 'Daxline';
	font-weight: normal;
	/* margin-bottom: 25px; */
	position: relative;
	top:-8px;
	transition: all 0.2s ease;
}

h1.opened-title {
	margin-top:57px;
	top:0;
	transition: all 0.2s ease;
}
@media(max-width: 767px){
	h1.opened-title{
		margin-top: 0;
	}
}
.opened h1.opened-title {
	margin-top:0;
	top:-8px;
	transition: all 0.2s ease;
}
.backlink + h1 {
	top:0;
	margin-top:0;
	transition: all 0.2s ease;
}
h1 span {
	font-size:107px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: baseline;
	margin: -120px 0;
}

h2 {
	font-size:26px;
	font-family: 'Daxline';
	margin:0 0 20px;
	color:#4f4f4f;
}
h3 {
	font-size:22px;
	font-family: 'DaxlineBold';
	margin:0 0 20px;
	color:#c7142b;
}
h4 {
	font-size:22px;
	font-family: 'DaxlineBold';
	margin:0 0 20px;
	color:#c7142b;
}

div	{	position:relative;	}


.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
  }
  .flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
  }
  .mx-auto,
  .ml-auto {
	margin-left: auto;
  }
  .mx-auto,
  .mr-auto {
	margin-right: auto;
  }
  .my-auto,
  .mt-auto {
	margin-top: auto;
  }
  .my-auto,
  .mb-auto {
	margin-bottom: auto;
  }


.clear {
	clear:both;
	height:0px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
input:focus:-moz-placeholder {
  color:transparent!important;
}
input:focus:-ms-input-placeholder {
  color:transparent!important;
}
input:focus::-webkit-input-placeholder {
  color:transparent!important;
}


@font-face {
	font-family: 'Daxline';
	src: url('../fonts/DaxlinePro-Regular.eot');
	src: local('O'), url('../fonts/DaxlinePro-Regular.woff') format('woff'), url('../fonts/DaxlinePro-Regular.ttf') format('truetype'), url('../fonts/DaxlinePro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DaxlineLight';
	src: url('../fonts/DaxlinePro-Light.eot');
	src: local('O'), url('../fonts/DaxlinePro-Light.woff') format('woff'), url('../fonts/DaxlinePro-Light.ttf') format('truetype'), url('../fonts/DaxlinePro-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DaxlineBold';
	src: url('../fonts/DaxlinePro-Bold.eot');
	src: local('O'), url('../fonts/DaxlinePro-Bold.woff') format('woff'), url('../fonts/DaxlinePro-Bold.ttf') format('truetype'), url('../fonts/DaxlinePro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*** main ***/
.main {
	width:1009px;
	margin:0 auto;
	/* overflow: hidden; */
}
.main-index {
	/* background: url('../img/index-bg.jpg?v=1') 205px 170px no-repeat; */
}
/*** end main ***/




/*** header ***/
.header {
	padding:26px 43px 40px 36px;
	padding-top:26px;
	padding-right: 0;
	bottom: 0;
}
.main-index .header {
	padding-right:0;
	padding-bottom:0;
}
.header__logo {
	display: block;
	width:154px;
	height:90px;
	background: url('../img/logo.png') 0 0 no-repeat;
	float: left;
}
.main-index .header__logo {
	width:280px;
	height:113px;
	background: url('../img/logo-index.png') 0 0 no-repeat;
	margin-top:17px;
}
.header__mail {
	display: block;
	width:29px;
	height:21px;
	background: url('../img/mail-icon.png') 0 0 no-repeat;
	float:right;
	margin-top: 7px;
    position: absolute;
    right: 2px;
    top: 0px;
}
.header__mail:hover {
	background-position: 0 100%;
}
a.header__mail,
a.header__logo {
	cursor: pointer;
}
.header__logo-text {
	float:left;
	color:#808080;
	font-size:19px;
	font-family: 'DaxlineLight';
	line-height: 1;
	margin:2px 0 0 20px;
}
.main-index .header__logo-text {
	margin:22px 0 0 40px;
	line-height: 1.1;
	letter-spacing: 2px;
}
.header__logo-text a,
.header__logo-text span {
	color:#000;
	text-decoration: none;
	font-size:21px;
	font-family: Tahoma;
	font-weight: bold;
}

.header__phone a:link, .header__phone a:visited {
	font-size:21px;
	font-weight: bold;
    color: #000;
    text-decoration: none;
}

.header__phone {
	color:#000;
	font-size:21px;
	font-weight: bold;
	position: absolute;
	left: 353px;
	top: 89px;
	margin-right:36px;
	letter-spacing: 0.1em;
}

.main-index .header__mail {
    margin-right: 28px !important;
}

.main-index .header__city {
    margin-right: 80px !important;
    margin-top: 17px;
}

.header__city {
	float: right;
	z-index: 10;
	min-width: 150px;
	margin-top: 6px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-right: 300px;
}
.header__city-trigger {
	cursor: pointer;
	padding-left:24px;
	color:#000;
	font-size:16px;
	font-family: 'DaxlineBold';
	height:24px;
	line-height: 24px;
}
.header__city-trigger:before {
	content:'';
	display: block;
	width:16px;
	height:16px;
	background: url('../img/city-arr.png') 0 0 no-repeat;
	position: absolute;
	left:0;
	top:2px;
}
.header__city-list {
	margin-top: -5px;
}
.header__city-list ul {
	list-style: none;
}
.header__city-list li {
	white-space: nowrap;
	margin-top: -5px;
}
.header__city-list a {
	text-decoration: none;
	color:#000;
	font-family: 'Daxline';
	font-size: 16px;
}
.header__city-list .current a,
.header__city-list a:hover {
	color:#c7142b;
}
/*** end header ***/




/*** lefrbar ***/
.container > * {
	z-index: 1;
}
.content {
	padding-left:36px;
}

.left-img {
	float:left;
	margin:0 30px 30px 0;
	border-radius:25px;
}
.right-img {
	float:right;
	margin:0 0 30px 30px;
	border-radius:25px;
}
.simple-list {
	list-style: none;
	margin:0 0 20px;
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: top;
}
.simple-list li {
	position: relative;
	padding-left:35px;
	color:#4f4f4f;
	font-size:14px;
	font-family: 'Daxline';
	margin:0 0 5px;
}
.simple-list li:before {
	content:'';
	display: block;
	width:16px;
	height:15px;
	background: url('../img/list-marker.png') 0 0 no-repeat;
	position: absolute;
	left:0;
	top:2px;
}

.simple-table {
	border-collapse: collapse;
	min-width:580px;
}
.simple-table th {
	padding:8px 22px;
	background: #f1f1f1;
	color:#000;
	font-family: 'DaxlineBold';
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	vertical-align: top;
}
.simple-table td {
	padding:8px 22px;
	background: url('../img/table-bg.png') 0 100% repeat-x;
	color:#000;
	font-family: 'Daxline';
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}

.content p {
	color:#4f4f4f;
	font-size:14px;
	font-family: 'Daxline';
	margin:0 0 20px;
}
.content p.red-text {
	color:#c7142b;
}

.opened .content {
	padding-left:215px;
}
.leftbar {
	width:190px;
	float:left;
	margin:0 22px 18px 0;
	z-index: 2;
}
.leftbar__menu {
	list-style: none;
}
.leftbar__menu li {
	display: block;
}
.leftbar__menu a {
	display: block;
	padding-left:38px;
	height:32px;
	line-height:32px;
	background: url('../img/menu-grad.png') 0 100% repeat-x;
	text-decoration: none;
	text-transform: uppercase;
	font-family:'DaxlineBold';
	font-size: 23px;
	color:#000;
	opacity:.3;
	transition: opacity 0.15s ease;
}
.leftbar__menu a:hover {
	opacity: 1;
	transition: opacity 0.15s ease;
}
.leftbar__menu .current a {
	opacity:1;
}

.leftbar__addmenu {
	display: block;
	margin-top:27px;
	margin-left:38px;
}
.main-index .leftbar__addmenu {
	margin-top:10px;
}
.leftbar__addmenu-trigger {
	display: block;
	width:30px;
	height:21px;
	background: url('../img/add-menu.png') 0 0 no-repeat;
}
.container.opened .leftbar__addmenu-trigger {
	background-position: 0 100%;
}
.leftbar__addmenu-menu {
	list-style:none;
	margin-top:30px;
	display: none;
}
.opened .leftbar__addmenu-menu {
	display: block;
}
.leftbar__addmenu-menu li {
	margin:0 0 23px;
}
.leftbar__addmenu-menu a {
	color:#000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Daxline';
	font-size:14px;
	line-height: 1;
}
.leftbar__addmenu-menu a:hover {
	font-family: 'DaxlineBold';
}
.leftbar__addmenu-menu a:active {
	color:#c7142b;
	font-family: 'DaxlineBold';
}
.leftbar__addmenu-menu a.opened {
	font-family: 'DaxlineBold';
}


.leftbar__addmenu-submenu {
	margin-left:21px;
	padding-right:12px;
	list-style:none;
	display: none;
}
.leftbar__addmenu-menu a.opened + .leftbar__addmenu-submenu {
	display: block;
}
.leftbar__addmenu-submenu li {
	margin:20px 0 0;
}
.leftbar__addmenu-submenu a {
	font-size:12px;
}
/*** end leftbar ***/




/*** content ***/
.backlink-container {
	text-align: right;
	margin-bottom: -9px;
	margin-top: -20px;
}
.backlink {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	padding-left:54px;
	height:85px;
	line-height:85px;
	background: url('../img/backlink.png') 0 0 no-repeat;
	color:#000;
	font-size:12px;
	font-family: 'Daxline';
	text-decoration: none;
}
.backlink:hover {
	background-position: 0 100%;
}
.err404 {
	display: block;
	text-align: center;
}
.err404-text {
	width:540px;
	margin:25px auto 0;
}

.fullcontent {
	overflow: hidden;
	width:100%;
}
.opened .fullcontent {
	width:auto;
	margin-top:-30px;
}
.article {
	width:33.3333%;
	float:left;
	box-sizing: border-box;
	padding:0 8px;
}
.opened .article {
	margin-top:30px;
}
.article__img {
	width:100%;
	margin:0 0 20px;
}
.article__img img {
	display: block;
	width:100%;
}
.article__text p {
	font-family: 'Daxline';
	font-size: 14px;
	color:#4f4f4f;
	margin-top:20px;
}
.article__text  p span {
	color:#c7142b;
}

.contact-block {
	padding:10px 0;
}
.contact-block + .contact-block {
	padding-top:55px;
	background: url('../img/bottom-grad.jpg') 0 0 repeat-x;
}
.contact-block__title {
	width:100%;
	overflow: hidden;
	color:#000;
	font-size:17px;
	font-weight: bold;
	margin:0 0 15px;

}
.contact-block__left {
	width:300px;
	float:left;
}
.contact-block__right {
	width:580px;
	float:right;
}
.opened .contact-block__right {
	width:415px;
}
.contact-block__right p {
	color:#4f4f4f;
	font-family: 'Daxline';
	font-size: 14px;
}
.contact-map {
	width:580px;
	height:245px;
}
.opened .contact-map {
	width:415px !important;
}
.contact-map > ymaps,
.contact-map > ymaps > ymaps {
	border-radius:15px;
	overflow: hidden;
}

.contact-info {
	padding-left:48px;
	position: relative;
}
.contact-info + .contact-info {
	margin-top:25px;
}
.contact-info__title {
	text-transform: uppercase;
	color:#000;
	font-size:15px;
	margin:0 0 1px;
}
.contact-info__text {

}
.contact-info__text p,
.contact-info__text p a {
	color:#808080;
	font-size:15px;
	text-decoration: none;
	margin-left: 5px;
	    font-weight: bold;
}
.contact-info__text p a:hover {
	text-decoration: underline;
}
.contact-info__icon {
	display: block;
	width:36px;
	height:33px;
	background: url('../img/contact-icons.png') 0 0 no-repeat;
	position: absolute;
	left:0;
	top:0px;
}
.contact-info__icon_01 {
	background-position: 0 0;
}
.contact-info__icon_02 {
	background-position: 0 -40px;
}
.contact-info__icon_03 {
	background-position: 0 -85px;
}
.contact-info__icon_04 {
	background-position: 0 -120px;
}


.callme-container {
	/*text-align: right;*/
	padding:104px 0 13px;
	z-index: 30;
}
.callme {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	z-index: 30;
}
.callme-button {
	width:196px;
	height:81px;
	cursor: pointer;
	margin-right:-17px;
	background: url('../img/callme.png') 0 0 no-repeat;
}
.callme-button:hover {
	background-position: 0 100%;
}
.callme-button span {
	text-transform: uppercase;
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 14px;
	width: 150px;
	height: 25px;
	line-height: 26px;
	text-align: center;
	color: #000;
}
.callme-window {
	position: absolute;
	bottom:0;
	right:-17px;
	display: none;
}

.callme-window_01 {
	width:260px;
	height:177px;
	text-align: center;
	padding-top:35px;
	padding-right:17px;
	background: url('../img/callme-window.png') 0 0 no-repeat;
}
.callme-window_02 {
	display: none;
	width:260px;
	height:147px;
	text-align: center;
	padding-top:65px;
	padding-right:17px;
	background: url('../img/callme-window.png') 0 100% no-repeat;
}
.callme-form__title {
	text-transform: uppercase;
	font-family: 'DaxlineBold';
	color:#000;
	font-size:18px;
	margin-bottom:17px;
}
.callme-input {
	width:190px;
	height:26px;
	padding:0 14px;
	border-radius:13px;
	background: #f5f5f5;
	display: block;
	margin:0 auto;
	color:#6e6e6e;
	font-size:12px;
}
.callme-submit {
	display: block;
	width:151px;
	height:28px;
	background: url('../img/callme-submit.png') 0 0 no-repeat;
	margin:20px auto 0;
	color:#fff;
	text-transform: uppercase;
	line-height: 30px;
	cursor: pointer;
	font-size:12px;
}
.callme-submit:hover {
	background-position: 0 -40px;
}
.callme-submit:active {
	background-position: 0 -80px;
}
.callme-window_02 span {
	color:#fff;
	text-transform: uppercase;
	font-size:18px;
	font-family: 'DaxlineBold';
	display: block;
}

.subscribe {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) inset;
	background: #fff;
	padding:25px 45px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	border-radius:35px;
	width:524px;
	margin-top:-55px;
	margin-left:10px;
}
.subscribe__title {
	color:#000;
	font-size:38px;
	font-family: 'Daxline';
	margin:0 0 20px;
	line-height: 1.1;
}
.subscribe__text {
	width:302px;
	height:26px;
	padding:0 14px;
	border-radius:13px;
	background: #f5f5f5;
	display: block;
	margin:0 0 25px;
	color:#6e6e6e;
	font-size:15px;
}
.subscribe__subscribe,
.subscribe__unsubscribe {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width:155px;
	height:43px;
	background: url('../img/subscribe-buttons.png') 0 0 no-repeat;
	margin:0 10px 0 0;
	color:#fff;
	text-transform: uppercase;
	line-height: 30px;
	cursor: pointer;
	font-size:14px;
	font-family: 'Daxline';
	padding-bottom:10px;
}
.subscribe__subscribe {
	padding-right:8px;
}
.subscribe__unsubscribe {
	padding-right:0px;
}
.subscribe__subscribe:hover {
	background-position: 0 -50px;
}
.subscribe__subscribe:active {
	background-position: 0 -100px;
	padding-bottom:15px;
}
.subscribe__unsubscribe {
	background-position: 100% 0;
}
.subscribe__unsubscribe:hover {
	background-position: 100% -50px;
}
.subscribe__unsubscribe:active {
	background-position:100% -100px;
	padding-bottom:15px;
}

.index-menu {
	background: url('../img/index-bg_2.jpg?v=1') no-repeat;
	width: 700px;
	padding-top: 500px;
	margin-top: -23px;
	float:right;
	margin-right: 57px;
}
@media(max-width: 767px){
	.index-menu {
		background: url('../img/mobile/main_back_2.jpg') no-repeat;
		width: 640px;
		height: 640px;
		padding-top: 0;
		margin-top: 0;
		float: right;
		margin-right: 0;
		margin-top: 120px;
	}
}

.index-menu > a {
	display: block;
	position: absolute;
	background-image: url('../img/index-menu.png');
	background-repeat: no-repeat;
	text-decoration: none;
}
.index-menu > a span {
	font-size:27px;
	color:#000;
	font-family: 'Daxline';
	text-transform: uppercase;
	position: absolute;
	line-height: 1.2;
}
.index-menu_01 {
	width:152px;
	height:207px;
	background-position: 0 0;
	top: 15px;
	left: 80px;
}
.index-menu_01:hover {
	background-position: -152px 0;
}
.index-menu_02 {
	width:148px;
	height:238px;
	background-position: 0 -227px;
	top: 140px;
	left: 235px;
}
.index-menu_02:hover {
	background-position: -152px -227px;
}
.index-menu_03 {
	width:158px;
	height:226px;
	background-position: 0 -485px;
	top: 75px;
	right: 0;
}
.index-menu_03:hover {
	background-position: -158px -485px;
}
.index-menu_01 span {
	top:120px;
	left:18px;
}
.index-menu_02 span {
	top:135px;
	left:18px;
}
.index-menu_03 span {
	top: 140px;
	left: 15px;
}
.index-menu_04 {
    width:125px;
    height:161px;
    background-position: 0 0;
    top: 215px;
    right: 180px;
}
.index-menu_04 {
    background-image: url(../images/ucenka.png) !important;
}
.index-menu_04:hover {
    background-position: -125px 0;
}
.index-menu_04 span {
    top: 115px;
    left: 23px;
}
.index-menu_05 {
    width: 150px;
    height: 71px;
    background-position: 0 0;
    top: 230px;
    left: 80px;
}
.index-menu_05 {
    background-image: url(../img/stockshow_logo.png)!important;
    background-position: center center;

	border-radius: 35px
}
.index-menu_05:hover {
	background-color: #c0c0c0;   
	border-radius: 35px
}
.index-menu_05 > span {
    top: 85px;
    left: 23px;
    font-size:  14px!important;
    line-height:  15px!important;
}

.index-menu p {
	color:#4f4f4f;
	font-size:14px;
	font-family: 'Daxline';
	margin:0 0 20px;
}
.index-menu p span {
	display: inline-block;
	vertical-align: baseline;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #4f4f4f;
	margin:0 1px;
}


.filter-container {
	text-align: right;
	margin-bottom:20px;
}
.filter {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width:600px;
	text-align: left;
}
.filter-item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width:32px;
	text-align: center;
	position: relative;
	margin-right:10px;
	cursor: pointer;
}
.filter-item span {
	text-transform: uppercase;
	color:#000;
	font-size:10px;
	font-family: 'Daxline';
	white-space: nowrap;
}
.filter-group .filter-item {
	text-align: left;
	margin-right:0;
}
.filter-item em {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	position: relative;
	width:27px;
	height:26px;
	background: url('../img/filter.png') 0 100% no-repeat;
}
.filter-item input:checked + em:after {
	content:'';
	display: block;
	width:27px;
	height:26px;
	background: url('../img/filter.png') 100% 100% no-repeat;
	position: absolute;
	top:0;
	left:0;
}
.filter-item input {
	position: absolute;
	visibility: hidden;
}
.filter-group {
	display: inline-block;
	display: inline;
	zoom: 1;
}
.filter-group:after {
	content:'';
	display: block;
	height:26px;
	background: url('../img/filter.png') 0 0 repeat-x;
	position: absolute;
	left:10px;
	right:10px;
	top:0;
	z-index:1;
}

.filter-group.currency:after {
	content:'';
	display: block;
	height:26px;
	background: #f7f7f7;
	box-shadow: inset 0 0 5px 0px rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	z-index:1;
	border-radius: 15px;
}
.filter-group.currency em{ 
	background: none;
}
@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
	.filter-group:after {
		content:'';
		display: block;
		height:37px;
		background: url('../img/filter.png') 0 0 repeat-x;
		position: absolute;
		left:10px;
		right:10px;
		top:0;
		z-index:1;
	}
	.filter-group.currency{
		padding: 0 5px 0 0;
	}
	.filter-group.currency:after {
		content:'';
		display: block;
		height:37px;
		background: #f7f7f7;
		box-shadow: inset 0 0 5px 0px rgba(0, 0, 0, 0.5);
		position: absolute;
		left: 0;
		right: 0;
		top:0;
		z-index:1;
		border-radius: 15px;
	}	
}
.filter-group .filter-item {
	z-index: 2;
	margin-left:90px;
}
.filter-group .filter-item:first-child {
	margin-left:0;
}
.filter-group .filter-item em {
	width:29px;
	background-position: -93px 100%;
}
.filter-group > .filter-item:first-child em {
	width:28px;
	background-position: -30px 100%;
}
.filter-group > .filter-item:last-child em {
	width:28px;
	background-position: -62px 100%;
}
.filter-group .filter-item input:checked +  em:after {
	left:1px;
}
.filter-group > .filter-item:first-child input:checked + em:after {
	left:0;
}
.filter-group > .filter-item:last-child input:checked + em:after {
	left:1px;
}



.catalog-item {
	overflow: hidden;
	padding:10px 0;
	z-index:10;
	cursor: pointer;
}
.catalog-item.catalog-item__opened,
.catalog-item:hover {
	background: #f1f1f1;
}
.catalog-item__header {
	margin: 0 0 1px 0;
	background-color: #808080;
	padding: 2.5px 0;
	overflow: hidden;
	z-index: 10;
	color: #FFF;	
}
.catalog-item__header > div{
	color: #FFF!important;
}

.catalog-item__photo {
	box-shadow: inset 0px 0px 8px 3px rgba(0,0,0,0.2);
	border-radius: 50%;
	width: 74px;
	height: 74px;
	margin: 0 0 0 10px;
	padding: 0;
	float:left;
	display: block;
	cursor: pointer;

	transition: all 0.2s ease;
}
.opened .catalog-item__photo {
	transition: all 0.2s ease;
}
.catalog-item__photo img {
	box-shadow: none;
	position: relative;
	z-index: -2;
	border-radius: 50%;
	width:100%;
	height:100%;
}
.new-marker {
	display: block;
	width:79px;
	height:50px;
	background: url('../img/new-marker.png') 0 0 no-repeat;
	z-index: 10;
	position: absolute;
	top: 48px;
	left: 41px;
}

.discount-marker {
    background: url('../img/discount-marker-old.png') 0 0 no-repeat !important;
    width: 61px;
    height: 59px;
    left: 58px;
    top: 36px;
}


.catalog-item__price4 {
    display: none;
}

.catalog-item__price1,
.catalog-item__price2,
.catalog-item__price4,
.catalog-item__price5,
.catalog-item__price3 {
	float:right;
	width:130px;
	color:#000;
	font-size:22px;
	padding-top:30px;
}
.catalog-item__price3 {
    width: 90px;
}
.catalog-item__price1 span,
.catalog-item__price2 span,
.catalog-item__price3 span,
.catalog-item__price4 span,
.catalog-item__header .catalog-item__price1,
.catalog-item__header .catalog-item__price2,
.catalog-item__header .catalog-item__price4,
.catalog-item__header .catalog-item__price5,
.catalog-item__header .catalog-item__price3 {
	color:#8a8a8a;
	font-size:10px;
	padding-top:0;
	text-transform: uppercase;
}
.catalog-item__price1 span,
.catalog-item__price2 span,
.catalog-item__price4 span,
.catalog-item__price3 span {
	font-size:14px;
}

.catalog-item__description {
	float:left;
	width:280px;
	margin-left:30px;
	min-height: 74px;
}
.container.opened .catalog-item__description {
	width:170px;
}

.catalog-item__season {
	display: block;
	width:28px;
	height:26px;
	background: url('../img/catalog-season.png') 0 0 no-repeat;
}
.catalog-item__season_01 {
	background-position: 0 0;
}
.catalog-item__season_02 {
	background-position: -31px 0;
}
.catalog-item__season_03 {
	background-position: -62px 0;
}

.catalog-item__name {
	margin:5px 0 10px;
}
.catalog-item__name a,
.catalog-item__name {
	color:#000;
	text-decoration: none;
	font-size:17px;
}

.catalog-item__table {
	border-collapse: collapse;
	display: none;
}
.catalog-item__opened .catalog-item__table {
	display: block;
}
.catalog-item__table td {
	padding:0;
	text-align: left;
	vertical-align: top;
	font-size:14px;
}
.catalog-item__table td.articul{
	font-size:10px;
}
.catalog-item__table td:first-child {
	padding-right:20px;
	font-size: 10px;
	padding-top:3px;
	position: relative;
}
.catalog-item__table-bigline td {
	color:#000;
	font-size:17px !important;
	padding-top: 2px !important;
}
.catalog-item__table-bigline td span {
	color:#8a8a8a;
	font-size:14px;
}



.collection {
	width:100%;
	overflow: hidden;
}
.collection .callme-container {
	text-align: left;
	/*position: absolute;*/
	left:0;
	/*bottom:-17px;*/
}
.collection_gallery {
	padding-right: 214px;
	z-index: 1;
}
.collection_gallery-big {
	padding-right:325px;
	z-index:10;
}
.collection_gallery-big-inner {
	box-shadow: inset 0px 0px 8px 3px rgba(0,0,0,0.2);
	border-radius: 25px;
	height: 478px;
	width:100%;
	padding: 0;
	cursor: pointer;
	float:left;
	display: block;
	cursor: pointer;
	transition: all 0.2s ease;
	text-align: center;
	vertical-align: middle;
	line-height:478px;
	margin-bottom:23px;
	z-index: 5;
	overflow: hidden;
}
.opened .collection_gallery-big-inner {
	line-height:286px;
	height:286px;
}
.collection_gallery-big img {
	box-shadow: none;
	position: relative;
	z-index: -2;
	vertical-align: middle;
	line-height:478px;
	width:85%;
}
.opened .collection_gallery-big img {
	line-height:286px;
}
.collection_gallery-small {
	float:right;
	width:316px;
	z-index: 11;
}
.collection_gallery-small-arr-circle,
.collection_gallery-small-item {
	box-shadow: inset 0px 0px 8px 3px rgba(0,0,0,0.2);
	border-radius: 50%;
	width: 73px;
	height: 73px;
	padding: 0;
	cursor: pointer;
	float:left;
	display: block;
	cursor: pointer;
	margin:0 6px 8px 0;
}
.collection_gallery-small-item.current:after {
	content:'';
	display: block;
	width:21px;
	height:20px;
	background: url('../img/gallery-current.png') 0 0 no-repeat;
	position: absolute;
	z-index: 10;
	right:0;
	bottom:0;
}
.collection_gallery-small-item img {
	box-shadow: none;
	position: relative;
	z-index: -2;
	border-radius: 50%;
	width:100%;
	height:100%;
}

.collection__info {
	width:185px;
	min-height: 486px;
	float:right;
	z-index: 2;
}

#info1 {
	width: 500px;
}


.gallery-arr {
	width:100%;
	margin-top:160px;
}
.gallery-arr-left,
.gallery-arr-right {
	display: block;
	width:51px;
	height:63px;
	background: url('../img/smallgallery-arr.png') 0 0 no-repeat;
	cursor: pointer;
	margin: 8px 0 0 12px;
}
.gallery-arr-right {
	background-position: 100% 0;
}
.gallery-arr-left:hover {
	background-position: 0 -100px;
}
.gallery-arr-right:hover {
	background-position: 100% -100px;
}
.gallery-arr-left.disabled,
.gallery-arr-left.disabled:hover {
	background-position: 0 -200px;
}
.gallery-arr-right.disabled,
.gallery-arr-right.disabled:hover {
	background-position: 100% -200px;
}

.collection-text {
	margin-top:25px;
	width: 420px;
}
.collection-text .filter-container {
	float:none;
	text-align: left;
	width:auto;
}
/*** end content ***/




/*** footer ***/
.footer {
	margin:85px 0 30px;
	height:65px;
}
.footer-copyright {
	position: absolute;
	right:0;
	bottom:0;
	font-size:11px;
}
#scrolltop {
	position: absolute;
	left:0;
	top:0;
	text-align: center;
	padding-top:24px;
	cursor: pointer;
	text-transform: uppercase;
	color:#808080;
	font-size:12px;
}
#scrolltop:before {
	content:'';
	display: block;
	width:22px;
	height:19px;
	position: absolute;
	top:0;
	left:50%;
	margin-left:-11px;
	background: url('../img/scrolltop.png') 50% 0 no-repeat;
}
#scrolltop:hover {
	color:#c7142b;
}
#scrolltop:hover:before {
	background-position: 0 100%;
}
/*** end footer ***/


.collection_gallery-big-arr {
	text-align: center;
	z-index: 2;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.collection_gallery-big-left,
.collection_gallery-big-right {
	display: block;
	width:58px;
	height:86px;
	background: url('../img/gallery-arr.png') 0 0 no-repeat;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}
.collection_gallery-big-right {
	background-position: 100% 0;
}
.collection_gallery-big-left:hover {
	background-position: 2px -116px;
}
.collection_gallery-big-right:hover {
	background-position: 100% -116px;
}
.collection_gallery-big-left.disabled,
.collection_gallery-big-left.disabled:hover {
	background-position: 2px -223px;
	cursor: default;
}
.collection_gallery-big-right.disabled,
.collection_gallery-big-right.disabled:hover {
	background-position: 100% -223px;
	cursor: default;
}
.collection_gallery-big-back {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width:72px;
	height: 56px;
	background: url('../img/back-to-catalog.png') 0 0 no-repeat;
	margin:5px 10px 0;
}
.collection_gallery-big-back:hover {
	background-position: 0 -143px;
}

.opened .collection_gallery-small-arr {
    left: 265px;
}

.collection_gallery-small-arr {
	position: absolute;
	left:443px;
	top:405px;
	z-index:12;
}

.modal-wrapper {
	position: absolute;
	z-index: 1000;
	right:0;
	top:0;
	left:0;
	bottom:0;
}
.modal-overlay {
	position: absolute;
	right:0;
	top:0;
	left:0;
	bottom:0;
	z-index:1;
	background: rgba(0,0,0,.4);
}
.modal-wrapper .collection_gallery-big {
	padding:0;
	z-index:2;
	width:1000px;
	position: absolute;
	left:50%;
	margin-left:-500px;
	top:200px;
	background: #fff;
	box-shadow: none;
	padding-top: 25px;
	padding-bottom:100px;
}
.modal-wrapper .collection_gallery-big-inner {
	border-radius: 25px;
	width:615px;
	height:720px;
	float:none;
	text-align: center;
	vertical-align: middle;
	line-height:720px;
	z-index: 5;
	margin:0 auto 25px;
}
.modal-wrapper .collection_gallery-big-inner img {
	max-width:85%;
	/*max-height:85%;*/
}

.modal-big-title {
	font-size:26px;
	color:#000;
	font-family: 'Daxline';
	line-height: 1;
	width:615px;
	margin:0 auto;
}
.modal-title {
	color:#999;
	font-size:22px;
	font-family: 'Daxline';
	line-height: 1;
	width:615px;
	margin:0 auto 40px;
}

#text_content img {
	border-radius: 20px;
}

.vk_icon {
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	right: -39px;
	top: 44px;
	background: url(../images/vk.jpg) no-repeat left -26px;
}

.main-index .vk_icon {
	right: 31px !important;
	left: auto !important;
}

.vk_icon:hover {
	background-position: left -26px;
}

.youtube_icon {
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	right: -39px;
	top: 88px;
	background: url(../images/youtube.jpg) no-repeat -26px top;
}

.main_icons .viber_icon {
	width: 28px;
	height: 27px;
	display: block;
	position: absolute;
	right: 2px;
	top: 44px;
	background: url(../img/viber_top.jpg) no-repeat left top !important;
}

.main_icons .enter_icon {
	width: 30px;
	height: 40px;
	display: block;
	position: absolute;
	right: -42px;
	top: 1px;
	background: url(../img/enter.png) no-repeat left top !important;
}

.main_icons .phone_icon {
	width: 31px;
	height: 32px;
	display: block;
	position: absolute;
	right: 2px;
	top: 85px;
	background: url(../img/phone_top_icon.jpg) no-repeat left top !important;
}

.main-index .youtube_icon {
	right: -9px !important;
	left: auto !important;
}

.youtube_icon:hover {
	background-position: -26px top;
}



.modal-wrapper .collection_gallery-big-left,
.modal-wrapper .collection_gallery-big-right {
	background: url('../img/gallery-arr_new.png') 0 0 no-repeat;
	width:119px;
	height: 175px;
	position: absolute;
	top: 320px;
}
.modal-wrapper .collection_gallery-big-left {
	left: 75px;
}
.modal-wrapper .collection_gallery-big-right {
	background-position: 100% 0;
	right: 75px;
}
.modal-wrapper .collection_gallery-big-left:hover {
	background-position: 0px -175px;
}
.modal-wrapper .collection_gallery-big-right:hover {
	background-position: 100% -175px;
}
.modal-wrapper .collection_gallery-big-left.disabled,
.modal-wrapper .collection_gallery-big-left.disabled:hover {
	background-position: 0px -350px;
	cursor: default;
}
#jclose {
	display: block;
	width: 74px;
	height: 73px;
	position: absolute;
	right: 100px;
	top: 228px;
	cursor: pointer;
	background: url('../img/cross.jpg') 0 0 no-repeat;
}
#jclose:hover {
	background-position: 0 -73px;
}
.modal-wrapper .collection_gallery-big-right.disabled,
.modal-wrapper .collection_gallery-big-right.disabled:hover {
	background-position: 100% -350px;
	cursor: default;
}
.modal-wrapper .collection_gallery-big-back {
	width:96px;
	height:95px;
	position: absolute;
	right: 70px;
	top: 515px;
	background: url('../img/back-to-catalog_new.png') 0 0 no-repeat;
}
.modal-wrapper .collection_gallery-big-back:hover {
	background-position: 0 -95px;
}

#city_layout {
	width: 100%;
	height: 1000px;
	background-color: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	opacity: 0.3;
    filter: alpha(Opacity=30);
}

#city_block {
	position: fixed;
	left: 40%;
	top: 35%;
	z-index: 1001;
	width: 275px;
	background-color: #fff;
	border-radius: 30px;
	padding: 54px;
	min-height: 150px;
}

#city_close {
	position: absolute;
	right: 40px;
	top: 40px;
}

#city_block .button {
	position: absolute;
	bottom: -7px;
	right: -7px;
	cursor: pointer;
}

#city_block p {
	color: #808080;
	margin-bottom: 15px;
	padding-left: 40px;
	font-size: 20px;
}

#city_block li {
	list-style: none;
	display: block;
	margin-bottom: 10px;
	padding-left: 40px;
}

#city_block a:link, #city_block a:visited {
	color: #000;
	text-decoration: none;
	font-size: 19px;
}

#city_block li.active {
	background: url(../img/arr.jpg) no-repeat 20px top;
}

#city_block li.active a:link, #city_block li.active a:visited {
								  font-weight: bold;
							}

.catalog-item__opened .catalog-item__photo {
	width: 120px;
	height: 120px;
}

.catalog-item__opened .new-marker {
	top: 94px;
    left: 87px;
}

.tab_icon {
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
}

.tab_icon em {
	font-style: normal;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 4px;
}
.tab_icon b {
	display: block;
	width: 30px;
	height: 27px;
}

.tab_icon_foto b {
	background: url(../img/foto_icon.jpg) no-repeat left top;
}

.tab_icon_video b {
	background: url(../img/video_icon.jpg) no-repeat left top;
}

.tab_icon_youtube b {
	background: url(../img/vk_icon.jpg) no-repeat left top;
}

.tab_icon.active em, .tab_icon:hover em {
	color: #c70252;
}

.tab_icon.active b, .tab_icon:hover b {
	background-position: 0px -27px;
}

.tab_icon.active b, .tab_icon:hover b {
	width: 41px;
	height: 35px; 
}

.tab_icon_foto.active em, .tab_icon_foto:hover em {
	position: relative; 
	left: 10px;
}

#tabs_list {
	display: block;
	margin-bottom: 15px;
	margin-left: 5px;
}

.video_container {
	width: 100%;
}


.video_container iframe {
    width: 100% !important; 
    height: 710px !important; 
}

.opened .video_container iframe {
    height: 587px !important; 
}

.video_item {
	display: none;
}

.video_item.active {
	display: block !important;
}

.collection_full {
	padding-right: 0px !important;
}

#info2 {
	position: relative;
	top: -82px;
	display: none;
}

.jnum {
	position: relative;
	top: -6px;
}

#like {
	display: none;
	margin-top: 30px;
}

.one_video1 {
	top: 0px !important;
}

.video_lot, .foto_lot {
	/* position: absolute; */
	/* top: 140px; */
	/* left: 208px; */
	display: none;
}

.many_lots {
    /* margin-top: 102px; */
}

.video_lot s,
.foto_lot s {
    display: inline-block;
    width: 80%;
    vertical-align: text-top;
}

.lot_links .lot_item {
    margin-bottom: 10px;
}

.foto_lot b, .foto_lot {
    vertical-align: text-top;
}

.video_lot span, .foto_lot span {
	display: inline-block;
	width: 45px;
	height: 44px;
	background: url(../images/log.jpg);
	cursor: pointer;
	margin-right: 13px;
}
.video_lot.lot_tri span, .foto_lot.lot_tri span {
	width: 48px;
	height: 50px;
	background: url(../images/lot_tri.png);
	cursor: pointer;
	margin-right: 13px;
}

.video_lot em, .foto_lot em {
	font-style: normal;
	color: #000;
	font-size: 22px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 45px;
    height: 44px;
}
.video_lot.lot_tri em, .foto_lot.lot_tri em {
    width: 40px;
}

.video_lot span:hover, .video_lot span.active, .foto_lot span:hover, .foto_lot span.active {
	background-position: -45px top;
}
.video_lot.lot_tri span:hover, .video_lot.lot_tri span.active, .foto_lot.lot_tri span:hover, .foto_lot.lot_tri span.active {
	background-position: -48px top;
}

.lot_sale:hover {
    background-position: left top !important;
}

.video_lot span:hover em, .video_lot span.active em, .foto_lot span:hover em, .foto_lot span.active em {
	color: #fff;
}

.video_lot b, .foto_lot b {
	color: #000;
	font-weight: normal;
	display: inline-block;
	margin-right: 4px;
	font-size: 19px;
}

.lot_item {
    margin-bottom: 11px;
}

.video_lot.about, .foto_lot.about {
	left: auto;
	right: 0px;
}

.video_lot.about em, .foto_lot.about em {
	left: 20px;
} 

.opened .collection {
	/* margin-top: 77px; */
}

#upload_button {
	margin-left: 10px;
}

.borderedTable {
	border-collapse: collapse;
}

.borderedTable tr:first-child td {
	background-color: #f1f1f1;
	background-image: none !important;
	color: #808080;
	text-align: center;
	padding: 3px 5px;
}

.borderedTable tr:first-child td:first-child {
	text-align: left;
}

.borderedTable tr:first-child td h3 {
	color: #000;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.borderedTable tr td {
	background: url('../img/border.jpg')  repeat-x left bottom;
	padding: 7px 3px 7px 3px;
	color: #000;
}

.borderedTable h4 {
    margin-bottom: 0px;
    height: 29px;
}

.borderedTable tr:first-child td {
    padding: 0px !important;
}

.borderedTable tr td:first-child {
    padding-left: 5px !important;
}

.borderedTable p {
    margin-bottom: 0px;
}

.news_date {
	color: #c7142b;
}

.news_caption {
	color: #737373;
	font-size: 26px;
	font-family: 'Daxline';
}

.contact-info__text p {
	margin-bottom: 5px;
}

.contact_icon {
	padding-left: 42px;
	height: 26px;
	position: relative;
	left: -42px;
	margin-top: 15px;
}

.contact_icon a {
	position: relative;
	top: 5px;
}

.contact_icon a:link, .contact_icon a:visited {
	color: #000;
	text-decoration: none;
}

.vk_contact {
	background: url(../images/vk_contact.jpg) no-repeat left top;
}

.vk_contact:hover {
	background-position: left -26px;
}

.youtube_contact {
	background: url(../images/youtube_contact.jpg) no-repeat left top;
}

.youtube_contact:hover {
	background-position: left -26px;
}

.icon_list {
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 100;
}

.icon_list a.link_title {
	visibility: hidden;
}

.icon_list a.link_title:link, .icon_list a.link_title:visited {
	font-size: 11px;					   
	text-decoration: none;
}

.opened .icon_foto {
	left: 309px !important;
    top: 0px !important;
}

.opened .icon_video {
	left: 382px !important;
    top: -5px !important;
}

.icon_foto {
	left: 356px;
	top: 33px;
}

.icon_video {
	left: 436px;
	top: 28px;
}

.catalog-item__opened .icon_list a.link_title {
	visibility: visible;
}

.catalog-item__opened .icon_foto {
	top: 3px;
}

.catalog-item__opened .icon_video {
	top: -2px;
}

.icon_list a.link_title {
	position: relative;
	top: -3px;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 23%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}


.slick-next {
    background: url(../img/arrows.jpg?v=1) no-repeat left top;
    width: 14px;
    height: 26px;
    z-index: 100;
}

.slick-next:hover {
    background-position: left -26px;
}

.slick-prev {
    background: url(../img/arrows.jpg?v=1) no-repeat -14px top;
    width: 14px;
    height: 26px;
    z-index: 100;
}

.slick-prev:hover {
    background-position: -14px -26px;
}

.jslider {
    margin-bottom: 20px;
    position: relative;
    left: -42px;
}

.content_new_slider .collection_gallery-small-item {
    width: 73px;
}

.slider_item_full {
	position: absolute;
	left: 38px;
	top: 85px; 
	display: none;
}

.jslider .slick-list {
	height: 150px;
}

.item_title {
	white-space: nowrap;
	color: #000;
	font-weight: bold;
}

.item_title_desc {
	white-space: nowrap;
	color: #808080;
}

.slider_item_full_right .item_title, .slider_item_full_right .item_title_desc {
	text-align: right;
	position: relative;
}

.slider_item_full .new-marker {
	top: -47px;
	left: -7px;
	position: absolute;
}

.slider_item_full .discount-marker {
	top: -63px;
	left: -7px;
}

#news_slider {
    position: absolute;
    top: 100px;
    right: 10px;
    width: 211px;
}

#news_slider h2 {
    color: #000;
    font-size: 39px;
    margin-bottom: 0px;
}


#news_slider p {
    color: #808080;
}

#news_slider .slick-prev {
    position: relative;
    left: 30px;
    top: 0px;
    margin-bottom: 10px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#news_slider .slick-next {
    margin-top: 10px;
    position: relative;
    left: 30px;
    top: 0px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#news_slider .jslider {
    left: 0px;
}

#news_slider .catalog-item__season {
    left: 55px;
    top: -79px;
}

#news_slider .item_title {
    left: 55px;
    top: -77px;
    white-space: normal;
}

#news_slider .item_title_desc {
    left: 55px;
    top: -77px;
    white-space: normal;
}

#news_slider .slider_item_full {
    width: 130px;
}

.foto_icon_list {
    display: inline-block;
    width: 34px;
    height: 29px;
    background: url(../images/foto_icons.gif) no-repeat 12px top
}

.foto_icon_list:hover, .catalog-item__opened .icon_foto:hover .foto_icon_list {
    background-position: -22px top;
}

.link_title_foto {
    left: 11px;
}

.icon_foto:hover .link_title_foto {
    left: 0px;
    color: #c7142b;
}

.video_icon_list {
    display: inline-block;
    width: 37px;
    height: 34px;
    background: url(../images/video_icons.gif) no-repeat left top
}

.video_icon_list:hover, .catalog-item__opened .icon_video:hover .video_icon_list {
    background-position: -37px top;
}

.link_title_video {
    left: -8px;
}

.icon_video:hover .link_title_video {
    left: 0px;
    color: #c7142b;
}

#tab_foto .slick-slider, #tab_foto .collection_gallery-small-slide {
    min-width: 316px;
}

.content-margin #text_content {
    margin-right: 251px;
}

.content-margin h1 {
    font-family: 'Daxline';
    font-size: 39px;
}

#text_content h3 {
    font-family: Tahoma;
    font-size: 22px;
    color: #c7142b;
}

.borderedTable h3 {
    color: #000 !important;
    font-size: 23px;
    font-family: 'DaxlineBold';
}

.discount-marker em {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    width: 50px;
    height: 51px;
    font-size: 16px;

}

.discount-marker-new {
    background: url('../img/discount-marker.png') 0 0 no-repeat !important;
}

.discount_price {
    text-decoration: line-through;
    font-size: 22px !important;
    display: none;
}

.catalog-item__opened .discount_price {
    display: block;
}

.subscribe_button {
    position: absolute;
    right: 333px;
    top: 40px;
    width: 123px;
    height: 30px;
    background: url('../img/subscribe.png') no-repeat left top;
    cursor: pointer;
}

.subscribe_text {
    width: 520px;
    margin-top: -20px;
}

.subscribe_text p {
    margin-bottom: 4px !important;
}
.opened .subscribe_text {
    width: 350px;
}

h1.no_margin {
    margin-bottom: 0px;
    top: -15px;
}

.phone_text {
	position: absolute;
	left: 353px;
	top: 115px;
	font-size: 12px;
}
.phone_text2 {
	margin-top:3px;
	font-size: 12px;
}

.viber {
    position: absolute;
    left: 353px;
    top: -59px;
    vertical-align: text-top;
}

.viber div {
    background: url('../img/viber.jpg') 0px 0px no-repeat;
    display: inline-block;
    width: 76px;
    height: 36px;
    vertical-align: text-top;
}

.viber span {
    color: #959595;
    display: inline-block;
    vertical-align: text-top;
    font-size: 16px;
    position: relative;
    left: -20px;
    top: 3px;
}

.viber:hover span {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    left: 0px;
    top: 5px;
}

.viber:hover div {
    background-position: 0px -36px;
}

.phone_gray {
    color: #959595 !important;
}

.main-index .content {
    position: relative;
    top: 37px;
}

.video_fresh_block {
    /* -webkit-box-shadow: inset 0px -13px 20px -9px rgba(220,222,223,1); */
    /* -moz-box-shadow: inset 0px -13px 20px -9px rgba(220,222,223,1); */
    /* box-shadow: inset 0px -13px 20px -9px rgba(220,222,223,1); */
    background: url(../img/shaddow.jpg) repeat-x left bottom;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.video_fresh_item {
    width: 210px;
    display: inline-block;
    padding: 15px;
    vertical-align: text-top;
}

.video_fresh_item a:link, .video_fresh_item a:visited {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.video_fresh_item a {
    display: block;
}

.video_fresh_item b {
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: normal;
    min-height: 42px;
}

.video_fresh_item:hover i, .video_play i {
    display: block;
    position: absolute;
    top: 20%;
    left: 37%;
    width: 72px;
    height: 72px;
    background: url(../img/video_buttons.png) no-repeat left top;
    cursor: pointer;
}

.video_playing i {
    display: block;
    position: absolute;
    top: 20%;
    left: 37%;
    width: 72px;
    height: 72px;
    background: url(../img/video_buttons.png) no-repeat left -72px !important;
    cursor: pointer;
}

.video_fresh_item:hover, .video_fresh_current {
    background-color: #f1f1f1;
}

.video_fresh_block h3 {
    color: #000;
    padding-left: 15px;
    margin-bottom: 5px;
}

.video.collection {
    margin-top: 0px;
    position: absolute;
    height: 100px;
    top: 0px;
    overflow: visible;
    width: 60%;
    right: 0px;
}

.opened .video.collection .callme-container {
    right: 18px !important;
}
.video.collection .callme-container {
    right: 27px;
    left: auto;
}

.video.collection_gallery-big-arr {
    margin-top: 0px !important;
}
.opened .video.collection {
    overflow: visible !important;
}

.opened .video_collection .video_item {
    width: 780px !important;
}

.video_collection .video_item {
    width: 946px;
}

.opened .leftbar.vd {
    margin-right: 18px;
}

.video_fresh_item span {
    font-size: 14px;
    color: #9a9a9a;
}

.contact_phone_icon {
    display: inline-block;
    width: 22px;
    height: 23px;
    position: relative;
    top: 7px;
}

.viber_icon {
    background: url(../img/viber_icon.jpg) no-repeat left top;
}

.whatsapp_icon {
    background: url(../img/whatsapp_icon.jpg) no-repeat left top;
}

#element_text {
    /*margin-top: 30px;*/
    color: #c0155b;
}

.lot_sale {
    position: absolute;
    background-color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    z-index: 10;
    opacity: 0.6;
    filter: alpha(Opacity=60);
    cursor: default;
}

.sale {
    background-position: left top !important;
}

.sale:hover em {
    color: #000 !important;
}

.lot_sale i {
    font-style: normal;
    position: absolute;
    bottom: -20px;
    left: -8px;
    display: none;
    color: #d24f65;
}

.lot_sale:hover i {
    display: block;
}

#current_city, .header__city_caption, .contact_element_block {
    display: none;
}


.in_bag {
    position: relative;
}
.basket_articul{
	font-size: 14px;
}
.in_bag:before {
    content: "*";
    position: absolute;
    left: -15px;
    top: -4px;
    color: #c0155b;
    font-size: 22px;
}

.group_icon, .group_icon2, .group_icon3, .group_icon4 {
    width: 93px;
    height: 22px;
    position: absolute;
    left: 23px;
    top: 45px;
    background: url(../img/marker.png?v=2) no-repeat left top;
    display: none;
}

.group_2 {
    background-position: 3px -22px;
}

.group_3 {
    background-position: 16px -43px;
    width: 124px;
}

.catalog-item__opened .group_icon {
    display: block;
}

.group_icon2 {
    display: inline-block !important;
    position: absolute;
    left: 23px;
    top: 2px;
}

.group_icon3 {
    display: inline-block !important;
    position: relative !important;
}

.element_subcaption {
    position: relative;
    top: -20px;
    left: -18px;
}

.element_subcaption div {
    left: 0px;
    top: 4px;
}

.element_subcaption b {
    font-size: 20px;
    font-weight: normal;
}

.catalog-item__description .group_1, .catalog-item__description .group_0 {
    left: 40px;
}

.catalog-item__photo .group_0, .catalog-item__photo .group_1 {
    left: 23px;
}

.subtitle {
    font-size: 16px;
    top: -5px;
}

.catalog-item__opened .subtitle {
    /* display: none; */
}

.group_icon4 {
    display: block;
    top: 29px;
    left: 33px;
}

.group_icon4.group_2 {
    left: 18px;
}
.main_phone_flash, .main_icons_text {
    display: none;
}
.contact_element_block span {
    display: none;
}

#element_phone object {
    display: none;
}
.foto_all {
    display: none;
}

.contact_phone_object {
    margin-top: 14px;
    height: 40px;
}
.contact_phone_object p {
    position: absolute;
    z-index: 10;
    top: 5px;
    left: 8px;
}

.contact-info-phone {
    padding-left: 0px;
}
.contact-info-phone .contact-info__title {
    padding-left: 48px;
}
.contact_phone_object object {
    position: absolute;
    z-index: 1;
    top: 0px;
}
.hidden,
.mobile_contact {
    display: none;
}
.mobile_contact.active,
.city_contact.active {
    display: block;
}

.city_list{
	width: 100%;
}
.city_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.city_list ul li{

}
.city_list ul li a{
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 20px;
}    
.city_list ul li a:hover,
.city_list ul li a.active{
    color: #000;	
}
.city_list ul li a.active:before{
	content: "";
	display: block;
	position: absolute;
	background: url('../img/arrow_calc.png') no-repeat 100%;
	height: 100%;
	width: 10px;
	left: 0;
}
.basket {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 90px;
    width: 153px;
    height: 128px;
    background: url(../img/basket.png) no-repeat left top; 
}
.basket_text {
    color: #8a8a8a;
    position: absolute;
    left: 46px;
    top: 17px;
    font-size: 12px;
}
.basket_num {
    color: #000;
    position: absolute;
    left: 46px;
    top: 31px;
    font-size: 16px;
    font-weight: bold;
    width: 56px;
    text-align: center;
}
.basket_num_end {
    color: #000;
    position: absolute;
    left: 46px;
    top: 46px;
    font-size: 15px;
    width: 56px;
    text-align: center;
}

.basket_back {
    display: block;
    position: absolute;
    right: 10px;
    top: 0px;
}

.basket_list {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 12px;
    border: 1px solid #b8b8b8;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
    box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
    margin-top: 28px;
}

.basket_list .item {
    margin-bottom: 20px;
}

.basket_result .name,
.basket_result .price,
.basket_list .name,
.basket_list .price,
.basket_list .have {
    display: inline-block;
    vertical-align: text-top;
}
.basket_result .name,
.basket_list .name {
    width: 48%; 
}
.basket_result .price,
.basket_list .price {
    width: 30%;
}
.basket_list .have {
    width: 20%;
}
.basket_list .name em {
	font-family: 'DaxlineBold';
    font-size: 18px;
    color: #b2b2b2;
    vertical-align: text-top;
}
.basket_list .name a.link {
    display: inline-block;
    width: 90%;
    vertical-align: text-top;
}
.basket_list .name a:link, .basket_list .name a:visited {
    font-size: 20px;
    font-family: 'Daxline';
    text-decoration: none;
    color: #000;
}
.basket_list .youtube {
    width: 37px;
    height: 37px;
    display: inline-block;
    background: url(../img/basket_youtube.jpg) no-repeat left top;
    vertical-align: text-top;
}
.basket_list .lot span {
    display: inline-block;
    border-radius: 20px;
    background-color: #d8d8d8;
    padding: 7px 14px;
    vertical-align: text-top;
    font-size: 20px;
    font-family: Tahoma;
    margin-right: 10px;
    color: #000;
    background: linear-gradient(to bottom, #e3e3e3 0%,#8e8e8e 100%); 
}
.basket_result .price,
.basket_list .price {
    font-size: 27px;
    color: #000;
}
.basket_result .price em,
.basket_list .price em {
    font-size: 17px;
    color: #b2b2b2;
    font-style: normal;
}
.basket_list .text {
    font-size: 15px;
    color: #808080;
    line-height: 18px;
}
.basket_list .text span {
    font-size: 25px;
}
.basket_list .lot {
    font-size: 18px;
    font-family: 'Daxline';
    display: inline-block;
    vertical-align: text-top;
}
.basket_list .lot i {
    font-style: normal;
    position: relative;
    top: 7px;
}
.basket_list .category {
    font-size: 14px;
    font-family: 'Daxline';
    color: #808080;
    display: inline-block;
    width: 50%;
    vertical-align: text-top;
    position: relative;
    top: 9px;
}
.basket_list .in_have {
    font-family: 'Daxline';
    font-size: 14px;
    color: #808080;
}
.basket_list .remove {
    display: inline-block;
    width: 25px;
    height: 26px;
    background: url(../img/basket_remove.jpg) no-repeat left top;
    cursor: pointer;
    margin-right: 10px;
}
.basket_list .remove:hover {
    background-position: -25px top;
}
.basket_result {
    padding: 20px;
}
.basket_result .price {
}
.basket_result .name {
    text-align: right;
}
.basket_result .name span {
    position: relative;
    top: 4px;
    padding-right: 20px;
}
.basket_result .text {
    font-family: 'Daxline';
    font-size: 19px;
    color: #808080;
    text-transform: lowercase;
}

.basket_result .price_b,
.basket_result .price_rub,
.basket_list .price_b,
.basket_list .price_rub {
    display: inline-block;
    width: 45%;
}
.basket_list .price_rub {
    width: 45%;
}
.no_in_have .lot i,
.no_in_have .price,
.no_in_have .in_have,
.no_in_have .lot span {
    color: #c6202c;
}
.currency {
    margin-bottom: 20px;
}

.currency .price,
.currency .have {
    font-size: 14px !important;
}
.currency .price_rub {
    padding-left: 5px;
}
.basket_check {
    font-size: 12px;
    color: #808080;
}
.zakaz .text {
    font-size: 17px;
    color: #808080;
}
.zakaz .num {
    font-size: 17px;
    font-weight: bold;
    color: #000;
}
.basket_check button {
    padding: 0px;
    width: 196px;
    height: 42px;
    background: url(../img/basket_button_big.png) no-repeat left top;
}
.basket_check button:hover {
    background-position: left -42px;
}
.basket_check button span {
    font-family: 'Daxline';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: -4px;
    left: -6px;
}
.basket_check > .text {
    float: left;
    width: 77%;
}
.basket_check .button {
    float: right;
    width: 23%;
}
.zakaz {
    padding-left: 22px;
}
.basket_form {
    /*clear: both;*/
    float: left;
}
.basket_form label {
    width: 110px;
    display: inline-block;
    font-size: 21px;
    font-family: 'Daxline';
    color: #808080;
}
.basket_form input {
    border-radius: 12px;
    border: 1px solid #b8b8b8;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
    box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
    width: 650px;
    padding: 2px 10px;
    font-size: 18px;
}
.basket_form .row {
    margin-bottom: 22px;
}
.basket_form .small {
    width: 311px;
}
.basket_form button {
    padding: 0px;
    width: 139px;
    height: 42px;
    background: url(../img/basket_button_small.png) no-repeat left top;
    float: right;
}
.basket_form button span {
    font-family: 'Daxline';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: -4px;
    left: -6px;
}
.basket_form button:hover {
    background-position: left -42px;
}
.basket_page .content {
    padding-left: 215px !important;
}
.in_basket_lot {
    display: block;
    font-size: 14px;
    color: #752c4b;
    text-align: center;
    width: 61px;
    text-decoration: none;
}
.buy_list {
    display: block;
    width: 61px;
    height: 28px;
    background: url(../img/buy_list.png) no-repeat left top;
    text-decoration: none;
}
.buy_list_red {
    background: url(../img/buy_list_red.png) no-repeat left top;
}
.city_link span{
	display: none;
}
#overlay {
    position: fixed;
    left: 0px;
	top: 0px;
	bottom: 0px;
    z-index: 11;
    background-color: rgba(0,0,0,.4);
	width: 100%;
	display: none;
}
.enter_dialog {
    position: absolute;
    top: 200px;
    left: 45%;
    width: 327px;
    background-color: #fff;
    border-radius: 20px;
    z-index: 15;
}
.enter_dialog .close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../img/enter_close.png) no-repeat left top;
    cursor: pointer;
}
.enter_dialog h3 {
    text-align: center;
    font-weight: normal;
    color: #808080;
    font-family: 'Daxline';
    margin-top: 45px;
    margin-bottom: 10px;
}
.enter_dialog input {
    background-color: #f5f5f5;
    border-radius: 20px;

    border-radius: 12px;
    border: 1px solid #b8b8b8;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
    box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
    width: 228px;
    padding: 2px 10px;
    font-size: 18px;
    margin: 0 auto;
    display: block;
}
.enter_dialog .icon {
    text-align: center;
    cursor: pointer;
}
.enter_dialog .icon a {
    display: block;
}
.enter_dialog .icon a:visited,
.enter_dialog .icon a:link {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Daxline';
}
.enter_dialog .text {
    text-align: center;
}
.enter_dialog .text p {
    font-family: 'Daxline';
    color: #808080;
    padding-top: 40px;
    font-size: 26px;
}
.enter_dialog .text a {
    display: block;
    margin-bottom: 20px;
}
.enter_dialog .text a:visited,
.enter_dialog .text a:link {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Daxline';
}
.register .basket_form {
    clear: none;
}
.register .basket_form form {
    margin-top: 60px;
}
.register .basket_form button {
    float: none;
    display: block;
    margin: 20px auto 0 auto;
}
.main-index .basket {
    right: 275px;
    top: 75px;
}



.main-index .main_icons .viber_icon {
	right: -15px;
}

.main-index .main_icons .enter_icon {
	right: -17px;
}

.main-index .main_icons .phone_icon {
	right: -15px;
}

.main-index .youtube_icon {
	right: 31px !important;
}
.basket_name {
    position: absolute;
    bottom: 11px;
    left: 10px;
    width: 137px;
    text-align: center;
    display: block;
}
.button_desktop {
    margin-top: 20px;
}
.element_text_top {
    /* padding-top: 30px; */
}

.element_has_text .collection {
    margin-top: 20px;
}
.element_has_text .foto_lot, .element_has_text .video_lot {
    /* top: 160px; */
}
.element_text_top {
    position: relative;
    /* top: -47px; */
	color: #c0155b;
	padding-bottom: 20px;
}
.catalog-item__table em {
    font-style: normal;
}
.big_header .video_lot, .big_header .foto_lot {
   /* top: 195px; */
}
.big_header .element_subcaption {
    /* margin-bottom: 50px; */
}

.big_header3 .video_lot, .big_header3 .foto_lot {
    /* top: 260px; */
}
.big_header2 .video_lot, .big_header2 .foto_lot {
   /* top: 210px; */
}
.big_header2 .element_subcaption {
    /* margin-bottom: 80px; */
    left: -18px;
}
.opened .big_header2 .element_subcaption {
    left: -18px;
}

.big_header3 .video_lot, .big_header3 .foto_lot {
    /* top: 265px; */
}
.big_header3 .element_subcaption {
    /* margin-bottom: 80px; */
    left: 157px;
}
.opened .big_header3 .element_subcaption {
    left: -18px;
}

    .phone_block a, .phone_block a:hover {
    color: #808080;
    font-size: 15px;
    font-family: Tahoma, Arial, sans-serif;
    text-decoration: none;

    }

    .tel-link a, .tel-link a:hover {
    	text-decoration: none!important;
    }
@media only screen and (min-device-width: 700px) {
 .viber_row {
 	margin-bottom: 20px;
 }
}
.viber_row a, .viber_row a:hover {
color: #808080;
    font-size: 15px;
    font-family: Tahoma, Arial, sans-serif;
    text-decoration: none;
}

.brand_left {
	float: left;
	width: 69%;
}

.brand_right {
	float: right;
	width: 31%;
}

.brand_image {
	min-height: 300px;
	margin-bottom: 30px;
}

.brand_image img {
	border-radius: 25px;
	display: block;
	float: right;
}

.brand_list {
	padding: 15px 23px;
	position: relative;
}

.brand_detail {
	padding: 15px 23px;
	position: relative;
}

.brand_video_list {
	padding: 15px 23px;
	margin-top: 10px;
}

.brand_list:before {
	content: "";
	display: block;
	position: absolute;
	background: url(../images/brand_lt.png) no-repeat left top;
	width: 29px;
	height: 29px;
	left: 0px;
	top: 0px;
	z-index: 10;
}


.brand_list:after {
	content: "";
	display: block;
	position: absolute;
	background: url(../images/brand_lb.png) no-repeat left top;
	width: 29px;
	height: 29px;
	left: 0px;
	bottom: 0px;
	z-index: 10;
}

.brand_rb {
	display: block;
	position: absolute;
	background: url(../images/brand_rb.png) no-repeat left top;
	width: 29px;
	height: 29px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}

.brand_l {
	display: block;
	position: absolute;
	background: url(../images/brand_l.png) repeat-y left top;
	width: 29px;
	min-height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}


.brand_r {
	display: block;
	position: absolute;
	background: url(../images/brand_r.png) repeat-y left top;
	width: 29px;
	min-height: 100%;
	right: 0px;
	top: 0px;
	z-index: 1;
}

.brand_t {
	display: block;
	position: absolute;
	background: url(../images/brand_t.png) repeat-x left top;
	width: 100%;
	height: 29px;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.brand_b {
	display: block;
	position: absolute;
	background: url(../images/brand_b.png) repeat-x left top;
	width: 100%;
	height: 29px;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.brand_detail:before {
	content: "";
	display: block;
	position: absolute;
	background: url(../images/brand_rt.png) no-repeat left top;
	width: 29px;
	height: 29px;
	right: 0px;
	top: 0px;
	z-index: 10;
}


.brand_detail:after {
	content: "";
	display: block;
	position: absolute;
	background: url(../images/brand_rb.png) no-repeat left top;
	width: 29px;
	height: 29px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}

.brand_detail .brand_b:before {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	background: url(../images/brand_inv.png) no-repeat left top;
	position: absolute;
	left: -9px;
	bottom: -26px;
}

.brand_inv {
	content: "";
	display: block;
	background-color: #fff;
	width: 34px;
	min-height: 88%;
	position: absolute;
	left: -20px;
	top: 8px;
	z-index: 11;
}

.brand_list {
	min-height: 300px;
}

.brand_list h3, .brand_detail h3 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 17px;
	color: #000;
	margin-bottom: 16px;
	letter-spacing: 1px;
}

.brand_content, .brand_text {
	font-family: 'Daxline';
	font-size: 14px;
	color: #4f4f4f;
}

.brand_text {
	padding-bottom: 17px;
}

.brand_content {
	padding-right: 25px;
	min-height: 221px;
}

.brand_detail_button {
	width: 139px;
	height: 42px;
	background: url(../images/brand_button.png) no-repeat left top;
}

.brand_detail_button:hover {
	background-position: left -42px;
}

.brand_detail_button span {
	font-size: 14px;
	font-family: 'Daxline';
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	display: block;
	position: relative;
	top: -5px;
	left: -6px;
}

.brand_video_list h4 {
	font-family: 'DaxlineBold';
	font-size: 23px;
	color: #000;
	margin-bottom: 10px;
}

.brand_search {
	padding: 10px;	
	padding-left: 20px;
	margin-top: 40px;
	background-color: #f1f1f1;
}

.brand_search b {
	display: block;
	margin-bottom: 20px;
	font-family: Tahoma;
	font-size: 17px; 
	color: #000;
	letter-spacing: 1px;
}

.brand_video_list .video_fresh_item a span {
	font-family: Tahoma;
	font-size: 17px;
	color: #000;
}

.brand_video_list .video_fresh_item {
	padding: 0px;
	padding-bottom: 20px;
}

.brand_list a:link, .brand_list a:visited {
	color: #4f4f4f;
	font-size: 14px;
	font-family: 'Daxline';
	text-decoration: none;
}

.brand_list li {
	list-style: none;
}

.brand_list li a {
	padding: 0px;
}

.brand_list li.active a:link, .brand_list li.active a:visited, .brand_list li a:hover {
	border-bottom: 1px solid #c7142b;
}

.brand_search option {
	font-family: 'Daxline';
	font-size: 21px;
	color: #000;
}

.brand_detail_text p {
	margin-bottom: 0px;
}

.brand_search .select2 {
	top: -5px;
}

.brand_search .select2-selection {
	border-radius: 14px !important;	
}

.brand_full_image {
	margin-bottom: 30px;
}

.brand_full_image img {
	border-radius: 25px;
	display: block;
}

.brand_back {
	padding-left: 68px;
	margin-bottom: 70px;
}

.brand_back a:link, .brand_back a:visited {
	font-family: 'Daxline';
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.brand_back a {
	display: block;
	width: 75px;
}

.brand_back span {
	position: relative;
	top: 12px;
	font-size: 10px;
	text-transform: uppercase;
}

.brand_back span:before {
	content: "";
	display: block;
	width: 55px;
	height: 83px;
	background: url(../images/brand_back.png) no-repeat left top;
	position: absolute;
	left: -50px;
	top: -16px;
}
.brand_header {
	width: 69%;
	line-height: 40px;
}

.brand_search_page .brand_video_list {
	float: left;
	padding-left: 0px;
}

.brand_search_page .brand_search {
	margin-top: 10px;
}

.brand_search_page .brand_back {
	margin-bottom: 10px;	
	margin-top: 20px;
	margin-left: 30px;
}

.brand_items_list {
	float: left;
	width: 100%;
}

.brand_items_not_found {
	color: #000;
	padding-top: 40px;
}

.brand_items_list .icon_foto {
	top: 34px !important;
	left: 335px !important;
}
.brand_items_list .icon_video {
	top: 29px !important;
}

.brand_found {
	color: #000;
	margin-top: 52px;
	margin-bottom: 48px;
	font-size: 17px;
	font-family: Tahoma;
}
.brand_items_list h3 {
	color: #000;
	font-size: 17px;
	font-family: Tahoma;
	margin-bottom: 5px;
}

/* MAP INTERACTIVE */
.intro_text_geo{
	margin-bottom: 10px;
}
.intro_text_geo p{
	margin: 0;
}

  .marker{
    position: absolute;
    background: url('../images/marker.png');
    height: 64px;
    width: 63px;
    z-index: 2;
    pointer-events: none;
  }
	.marker .title{
		position: absolute;
		bottom: -35px;
		z-index: 2;
		font-family: 'DaxlineBold';
		min-width: 245px;
		color: #000010;
	}
	.marker .title span{
		background: #FFFFFF;
		font-size: 16px;
		height: 28px;
		padding: 4px 6px;
		line-height: 28px;
	}
	.list_region{  
		display: flex;
		font-family: Daxline;
		margin-top: 20px;
	}

.geo .map{
	width: 785px;
	margin: 0 auto;
	font-family: Daxline;  
}
.map div{
  line-height: 11px;
}
.map i{
  height: 11px;
  width: 11px;
  display: inline-block;
  background: #ccc;
  color: #000000;
  border-radius: 50%;
  margin: 0 3px 3px 0;
  font-style: normal;
}
.map i span{
  font-size: 9px;
  font-family: Tahoma;
  height: 11px;
  width: 11px; 
  background: #f4f4f5; 
  border-radius: 50%;   
  position: absolute;
  text-align: center;
}
.map i:hover{
  cursor: pointer;
}
.map i.noview{
  background: #d5d7d8!important; 
}
.map i.noview span{
  background: #f4f4f5!important; 
}
.map i.active{
  cursor: pointer;
  background: red;
}
.nodisplay{visibility: hidden;}

.region_list{  
	list-style: none;  margin: 0;  padding: 0;  cursor: pointer;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.list_region .block{ margin-right: 20px;   flex: 0 0 auto;}
.region_list li{ display: flex;}
.region_list .num{ height: 25px; width: 25px; display: inline-block; text-align: center}
.region_list .title{margin-left: 5px; text-decoration: none;}
.region_list .num.active{  
	color: #FFFFFF;
	border-radius: 50%;
	background: #b11a59; /* Old Browsers */
	background: -webkit-linear-gradient(top,#b11a59,#ff0068); /*Safari 5.1-6*/
	background: -o-linear-gradient(top,#b11a59,#ff0068); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top,#b11a59,#ff0068); /*Fx 3.6-15*/
	background: linear-gradient(to top, #b11a59, #ff0068); /*Standard*/	
}

.region_list .num.active~.title{ 
	text-decoration: underline
}

.region{
  position: absolute;
  left: 0;
}    
i.reg1 span{  background: #fad77a;}
i.reg2,i.reg10,i.reg22,i.reg27,i.reg30,i.reg31,i.reg52,i.reg75,i.reg87,i.reg89{  background: #ff0068;}
i.reg2 span{  background: transparent;}
i.reg3{  background: #3dbdff;}
i.reg3 span{  background: transparent;}
i.reg4,i.reg14,i.reg21,i.reg39,i.reg48,i.reg51,i.reg54,i.reg61,i.reg86{  background: #000000;}
i.reg4 span,i.reg6 span,i.reg9 span,i.reg14 span,i.reg21 span,i.reg39 span,i.reg48 span,i.reg51 span,i.reg54 span,i.reg57 span,i.reg61 span,i.reg86 span{  background: #7a7a7a;}
i.reg5 span,i.reg10 span,i.reg22 span,i.reg27 span,i.reg30 span,i.reg31 span,i.reg52 span,i.reg75 span,i.reg87 span,i.reg89 span{ background: #fa7aae;}
i.reg7 span{  background: #98d87a;}
i.reg8{  background: #ffd223;}
i.reg8 span,i.reg58 span{  background: #fae38c;}
i.reg11{  background: #ff5b00;}
i.reg11 span{  background: #faa77a;}
i.reg12{  background: #ffbd00;}
i.reg12 span{  background: #fad87a;}
i.reg13 span,i.reg28 span,i.reg33 span,i.reg47 span,i.reg66 span,i.reg101 span{  background: #7a9dfa;}
i.reg15 span{  background: #96d2c5;}
i.reg34,i.reg16{  background: #ff8100;}
i.reg34 span,i.reg16 span{  background: #faba7a;}
i.reg17{  background: #d2008d;}
i.reg17 span{  background: #e37ac1;}
i.reg18 span{  background: #e37ac1;}
i.reg19{  background: #ff9200;}
i.reg19 span{  background: #fac37a;}
i.reg20 span{  background: #facb7f;}
i.reg23{  background: #ff00a4;}
i.reg23 span{  background: #fa7acc;}
i.reg24{  background: #0fb600;}
i.reg24 span{  background: #81d57a;}
i.reg25{  background: #656565;}
i.reg25 span{  background: #acacad;}
i.reg26{  background: #3dbdff;}
i.reg26 span{  background: #98d8fa;}
i.reg28,i.reg32,i.reg47,i.reg66,i.reg101{  background: #0047ff;}
i.reg29{  background: #38b195;}
i.reg29 span{  background: #90cdbf;}
i.reg32 span{  background: #7599f6;}
i.reg38{  background: #cd6ae8;}
i.reg38 span{  background: #e0afee;}
i.reg40 span{  background: #fab583;}
i.reg41{  background: #a0a0a0;}
i.reg41 span{  background: #cacaca;}
i.reg42{  background: #ffe35f;}
i.reg42 span{  background: #f5eab4;}
i.reg43{  background: #3dbd00;}
i.reg43 span{  background: #98d87a;}
i.reg44{  background: #ff771e;}
i.reg44 span{  background: #fab589;}
i.reg45{  background: #38b195;}
i.reg45 span{  background: #96d2c5;}
i.reg46{  background: #ffb868;}
i.reg46 span{  background: #fad6ae;}
i.reg49{  background: #3dbdff;}
i.reg68 span,i.reg49 span{  background: #98d8fa;}
i.reg53{  background: #3dbd32;}
i.reg53 span{  background: #98d8a3;}
i.reg55{  background: #ffc01f;}
i.reg55 span{  background: #fada8a;}
i.reg56{  background: #ffbd08;}
i.reg56 span{  background: #fad87e;}
i.reg59,i.reg63{  background: #3dbdff;}
i.reg59 span,i.reg63 span{  background: #98d8fa; }
i.reg60{  background: #ffae68; }
i.reg60 span{  background: #fad1ae; }
i.reg62{  background: #ff7c00; }
i.reg62 span{  background: #fab87a; }
i.reg67{  background: #3dbdff; }
i.reg67 span{  background: #98d8fa; }
i.reg69{ background: #000000; }
i.reg69 span{  background: #7a7a7a; }
i.reg77{   background: #ffcf68; }
i.reg77 span{  background: #fae1ae; }
i.reg64{  background: #6d00c7; }
i.reg64 span{  background: #b17ade; }
i.reg36,i.reg65{  background: #3781ff; }
i.reg36 span{ background: #90b5f5; }
i.reg65 span{  background: #95bafa; }
i.reg70{  background: #a444e8; }
i.reg70 span{  background: #cc9cee; }
i.reg71 span{  background: #98d890; }
i.reg72{  background: #ff6f00;}
i.reg72 span{  background: #fab17a;}
i.reg73,i.reg74{  background: #3dbd00;}
i.reg50 span,i.reg73 span{ background: #99d97a;}
i.reg74 span{ background: #98d87a; }
i.reg35,i.reg79{  background: #fcbd19;}
i.reg35 span,i.reg79 span{  background: #f8d887; }
i.reg76{  background: #ea6ba0; }
i.reg76 span{  background: #fa7aae; }
i.reg78{  background: #000000; }
i.reg78 span{  background: #7a7a7a; }
i.reg83{  background: #3dbdff;}
i.reg37 span,i.reg83 span{  background: #98d8fa; }
i.reg91 span{  background: #98d87a; }
i.reg92 span{  background: #95bafa; }
i.reg100{ background: #3dbd32; }
i.reg100 span{  background: #98d893; }


.mobile_filter{
	display: none;
}
.mobile_filter input{
	height: 55px;
	background-color: #f1f1f1;
    padding: 0 25px;
	border-radius: 25px;
	font-size: 28px;
	background: #fff;
	border: 1px solid #d8d8d8;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
	box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);	
}
.mobile_filter input.num{
    width: 55px;
    padding: 0;
    text-align: center;
    margin-left: 20px;
    margin-right: 5px;
}
.mobile_filter input.title{
	width: 400px;
}
@media(min-width: 768px) and (max-width: 1024px){
	.map{
		display: none; 
	}
	.geo_city .delivery .tk_map .info .map{
		display: block;
		width: calc(100% - 220px);
		height: 350px;
	}
	.delivery .calc_delivery .calc{
    flex-wrap: wrap!important;
	}
	.geo_city .delivery .calc_delivery .calc .t{
		width: 400px;
		margin-bottom: 15px;
	}
	.geo_city .delivery .calc_delivery .calc .m,
	.geo_city .delivery .calc_delivery .calc .kg{
		width: 190px;
	}
	.geo_city .delivery .calc_delivery .calc .m br,
	.geo_city .delivery .calc_delivery .calc .kg br{
		display: none;
	}
	.geo_city .delivery .calc_delivery .calc .price{
		position: absolute;
		right: 0;
		top: 63px;
	}
	.geo_city .delivery .calc_delivery .calc .price .caption{margin-bottom: 0;}	
	.delivery .calc_delivery .calc .m .form,
	.delivery .calc_delivery .calc .kg .form {
		display: flex;
	}
	.delivery .calc_delivery .calc .m .form .arrow_l,
	.delivery .calc_delivery .calc .kg .form .arrow_l{
		margin: auto 10px;
		display: block;
		background: url('../images/arrow_calc.png') no-repeat 100%;
		transform: rotate(180deg);
		height: 18px;
		width: 10px;
		flex: 0 1 50%;
	}
	.delivery .calc_delivery .calc .m .form .arrow_r,
	.delivery .calc_delivery .calc .kg .form .arrow_r{
		margin: auto 10px;
		background: url('../images/arrow_calc.png') no-repeat 100%;
		height: 18px;
		width: 10px;
		flex: 0 1 50%;
	}	


	.list_region{
		display: block;
	}	
	.mobile_filter{
		display: block;
	}
	.mobile_filter input{
		height: 34px;
		padding: 0 10px;
		font-size: 18px;
		border-radius: 22px;
		background: #fff;
		border: 1px solid #d8d8d8;
		-webkit-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
		-moz-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
		box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
	}
	.mobile_filter input.num{
		width: 25px;
		text-align:  center;
		padding: 0 5px;
		margin-left: 0;
	}
	.mobile_filter input.title{
		width: 475px;
	}
	.region_list{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media(min-width: 320px) and (max-width: 767px){
	.region_list{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}	
	.mobile_filter{
		display: block;
	}	
	.geo .map{
		display: none; 
	}
	.list_region{
		display: block;
	}
	.list_region li{
		color: #000000;
		margin-bottom: 20px;
	}	
	.list_region li a{
		font-size: 28px;		
		color: #000000;		
	}		
	.list_region li .num{
		width: 100px;
		background: transparent;
	}	
	.list_region li .num.active{
		background: transparent;
		color: #000000;	
	}
}

.delivery{

}


.delivery .caption{
	display: flex;
	position: relative;
}
.delivery .caption h1{
	width: calc(100% - 107px);
	font-size: 38px;
	line-height: 44px;
}
.delivery .caption .back{
	width: 107px;
	height: 83px;
	background: url('../images/back_arrow.png') no-repeat;
	display: block;
	text-decoration: none;
}
.delivery .caption .back span{
	font-size: 10px;
	width: 55px;
	display: block;
	color: #000000;
	margin-left: 50px;
	margin-top: 20px;
	letter-spacing: 0.5px;
}
.delivery > .info{
	padding-bottom: 60px;
}


.delivery > .info .view_full_text{
	color: #DA0154;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;
    display: block;
}
.delivery > .info p{
	font-size: 14px;
	letter-spacing: 0.5px;
	font-family: 'Daxline';
	margin-bottom: 0px;
}

.delivery .photo_office{

}
.delivery .photo_office img{
	width: 100%
}
.delivery img{
	max-width: 100%;
	border-radius: 25px;
	margin:  0 auto;
}


.delivery .calc_delivery{
	padding-top: 60px;
}
.delivery .calc_delivery h2{
	font-size: 17px;
	letter-spacing: 1px;
	font-family: 'Tahoma';
	color: #000000;
	margin-bottom: 20px;
}
.delivery .calc_delivery .calc{
	display: flex;
	flex-wrap: nowrap;
	/* max-width: 775px; */
}
.delivery .calc_delivery .calc input,
.delivery .calc_delivery .calc select{
	height: 34px;
	background: #f7f7f7;
	border: 1px solid #bdbdbd;
	border-radius: 17px;
	padding: 0 15px;
	width: 100%;
	border: 1px solid #b8b8b8;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
	box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
	font-size: 18px;
	color: #808080;
	flex: 0 1 50%;
}
.delivery .calc_delivery .calc select{
	padding-left: 45px;
	color: #808080;
	-webkit-appearance:  none;
	-moz-appearance:  none;
	text-indent: 1px;
	text-overflow: '';
	appearance: none;
}
.delivery .calc_delivery .calc select::-ms-expand{
	display: none;
}
.delivery .calc_delivery .calc .t .form:before{
	content: "";
	position: absolute;
	z-index: 2;
	display: block;
	background: url('../images/arrow_calc.png') no-repeat;
	background-size: cover;
	transform: rotate(90deg);
	height: 20px;
	width: 10px;
	top: 7px;
	left: 20px;
	pointer-events:  none;
	opacity: 0.5;
}
.delivery .calc_delivery .calc > div{
	display: flex;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}
.delivery .calc_delivery .calc .caption{
	font-size: 21px;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #808080;
	font-family: 'Daxline';
	margin-bottom: 15px;
}
.delivery .calc_delivery .calc .form{
	margin-top: auto;
	position:  relative;
}
.delivery .calc_delivery .calc .t{
	width: 330px;
	margin-right: 30px;	
}
.delivery .calc_delivery .calc .m{
	width: 100px;
	margin-right: 30px;
}
.delivery .calc_delivery .calc .m input{
	width: 60px;
}
.delivery .calc_delivery .calc .kg{
	width: 100px;
}
.delivery .calc_delivery .calc .kg input{
	width: 60px;
}
.delivery .calc_delivery .calc .price{
	margin-left: auto;
}
.delivery .calc_delivery .calc .price .form{
	font-size: 17px;
	line-height: 43.64px;
	color: #b2b2b2;
	height: 35px;
	margin-top: 11px;
}
.delivery .calc_delivery .calc .price .form #loader{
	position: absolute!important;
}
.delivery .calc_delivery .calc .price .form .itogo{
	font-size: 27px;
	margin-right: 5px;
	color: #000;
	font-family: 'Tahoma';
}
.delivery .tk_map{
	padding-top: 60px;
}
.delivery .tk_map h3{
	font-size: 17px;
	letter-spacing: 1px;
    font-family: 'Tahoma';
	color: #000000;
	margin-bottom: 20px;
}
.delivery .tk_map .info{
	display: flex;
}
.delivery .tk_map .info .list{
	margin-right:auto;
	width: 200px;
	max-height: 560px;
}
.delivery .tk_map .info .list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.delivery .tk_map .info .list ul li{
	font-size: 15px;
	font-family: 'Time new Roman';
	line-height: 22px;
	cursor: pointer;
	color: #000000;
}
.delivery .tk_map .info .list ul li.active{
	color: #a0a0a0;
	border-bottom:1px solid #a0a0a0;
	position:  relative;
}
.delivery .tk_map .info .list ul li.active:after,
.delivery .tk_map .info .list ul li.active:before{
	content: "";
	position: absolute;
	display: block;
	background-color: #a0a0a0;
	width: 20px;
	height: 1px;
	right: -2px;
}
.delivery .tk_map .info .list ul li.active:before{
	bottom: 6px;
	transform: rotate(45deg);
}
.delivery .tk_map .info .list ul li.active:after{
	bottom: -8px;
	transform: rotate(-45deg);
}




.delivery .tk_map .info .list .office{
	background-color: #F1F1F1;
	margin-top: 25px;
	padding: 10px;
	max-height: 450px;
	overflow: hidden;
	overflow-y: scroll;
	font-family: 'Tahoma';
}
.delivery .tk_map .info .list .office p{
	font-family: 'Tahoma';	
}

.delivery .tk_map .info .map{
	margin-left:auto;
	width: calc(100% - 220px);
	height: 560px;
	background: #ccc;
	border-radius: 25px;
	margin-left: auto;
	overflow: hidden;
}




.delivery .shem_contacts{
	display: flex;
	padding-top: 80px;
}

.delivery .shem_contacts h3{
	font-size: 17px;
	font-family: 'Tahoma';
	letter-spacing: 0.5px;
	color: #000000;
}

.delivery .shem_contacts .shem_delivery{}
.delivery .shem_contacts .shem_delivery .infografika{
	width: 500px;
	height: 155px;
	background: url('../images/inforgafika.png?v=2');
	background-repeat: no-repeat;
}


.delivery .shem_contacts .shem_delivery .infografika .text1{
	color: #000000;
	letter-spacing: 0.5px;
	font-size: 12px;
	line-height: 15px;
	font-family: 'Tahoma';
	position:  absolute;
	left: 0;
	width: 70px;
	bottom: 83px;
	text-transform:	uppercase;
}
.delivery .shem_contacts .shem_delivery .infografika .text2{
	text-transform: uppercase;
	color: #000000;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.5px;
	font-family: 'Tahoma';
	position:  absolute;
	left: 146px;
	width: 100px;
	bottom: 83px;
}

.delivery .shem_contacts .shem_delivery .infografika .text4{
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 0.5px;
	font-size: 13px;
	line-height: 15px;
	font-family: 'Tahoma';
	position:  absolute;
	left: 51px;
	width: 80px;
	bottom: 15px;
}
.delivery .shem_contacts .shem_delivery .infografika .text3{
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 0.5px;
	font-size: 12px;
	font-family: 'Tahoma';
	position:  absolute;
	right: 0;
	width: 80px;
	bottom: 83px;
}
.delivery .shem_contacts .shem_delivery .infografika .text5{
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 0.5px;
	font-size: 12px;
	font-family: 'tahoma';
	position:  absolute;
	left: 174px;
	width: 280px;
	bottom: 2px;
}




.delivery .shem_contacts .contacts_delivery{width: 200px;margin-left: auto;}
.delivery .shem_contacts .contacts_delivery .info{
	font-size: 15px;
	line-height: 20px;
	color: #808080;
	font-family: 'tahoma';
	letter-spacing: 0.5px;
}
.delivery .shem_contacts .contacts_delivery .contact_phone_icon{
	display: none!important;
}
.delivery .shem_contacts .contacts_delivery .info p{
	margin: 0;
	font-family: 'Tahoma';
}
.delivery .shem_contacts .contacts_delivery .info span{
	color: #000000;	
}
.delivery .shem_contacts .contacts_delivery .manager{
	margin-bottom: 20px;
	display: flex;	
}
.delivery .shem_contacts .contacts_delivery .manager:before{
	content: "";
    display: block;
    width: 36px;
    height: 33px;
    background: url(../img/contact-icons.png) 0 0 no-repeat;
    margin-right: 10px;	
}
.delivery .shem_contacts .contacts_delivery .phone{
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

.delivery .shem_contacts .contacts_delivery .phone:after{
	

}
.delivery .shem_contacts .contacts_delivery .phone:nth-last-child(2) p{
	display: block!important;
}
.delivery .shem_contacts .contacts_delivery .phone:before{
	content: "";
    display: block;
    width: 36px;
    height: 33px;
    background: url('../img/contact-icons.png') 0 0 no-repeat;
    background-position: 0 -85px;
    margin-right: 10px;
}
.delivery .shem_contacts .contacts_delivery .email{
	display: flex;	
}
.delivery .shem_contacts .contacts_delivery .email:before{
	content: "";
    display: block;
    width: 36px;
    height: 33px;
    background: url(../img/contact-icons.png) 0 0 no-repeat;
    background-position: 0 -120px;
    margin-right: 10px;
}
.delivery .callme-container{
	padding: 20px 0 0 0;
	text-align: right;
}
.delivery .news{
	padding-top: 60px;
}
.delivery .news p{
	font-size: 14px;
	letter-spacing: 0.5px;
}

.delivery .news h3{
	font-size: 17px;
	letter-spacing: 1px;
	font-family: 'Tahoma';
	color: #000000;
}
.delivery .news .news-block{
	display: flex;
}
.delivery .news .news-content-text{
	width: 66%;
	margin-right: 10px;
	font-family: 'Daxline';
	letter-spacing: 2.5px;
}
.delivery .news .news-slider{min-height: 300px;width: 33%;border-radius: 25px;}

.delivery .shem_contacts .contacts_delivery .phone .number{
	text-decoration: none; 
}
.delivery .shem_contacts .contacts_delivery .email span{
	text-transform: uppercase;
}
.view_m{
	display: none!important;
}

@media(min-width: 320px) and (max-width: 767px){
	.delivery{
		zoom: 2;
		font-family: 'Daxline';
	}
	.delivery .info .full_text,	
	.delivery .info .small_text{
		display: none;
	}
	.delivery .caption h1{
		width: auto;
		font-size: 24px;
		line-height: 32px!important;
		margin: 0!important;
		letter-spacing: 0.5px;
	}
	.delivery .callme-container,
	.delivery .caption .back,
	.delivery .photo_office,
	.delivery .shem_contacts h3,
	.delivery .shem_contacts .infografika,
	.delivery .tk_map h3,
	.delivery .tk_map .info .list{
		display: none;	
	}
	.delivery .shem_contacts .contacts_delivery .phone .viber_row.view_m{
		display: flex!important;
		position:  absolute;
		width: 110px;
		right: 0;
		top: -15px;
	}
	.delivery .shem_contacts .contacts_delivery .phone .viber_row:before{
		content: "Звонок бесплатный";
		display: block;
		position: absolute;
		bottom: -55px;
		left: 0;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0.5px;
		z-index: 900000;
	}
	.delivery .tk_map{
		padding-top: 30px;
	}	
	.delivery .tk_map h3{
		margin-bottom: 0;
		color:  #808080;
		letter-spacing: 0.5px;
		font-size: 15px;
		line-height: 40px;
		font-family: 'DaxlineLight';
	}
	.delivery .shem_contacts .contacts_delivery .contact_phone_icon{
		display: block!important;
		height:  50px;
		width: 50px;
		padding: 0;
		margin: 0;
		text-align:  center;
		background-position: top center;
	}
	.delivery .shem_contacts .contacts_delivery .contact_phone_icon.whatsapp_icon{
		height: 50px;
		background: url(../img/whatsapp_ico.png) no-repeat center top;
		background-size: 40px;
		width: 60px;
	}	
	.delivery .shem_contacts .contacts_delivery .contact_phone_icon.viber_icon{
		height: 50px;
		background: url(../img/vider_ico.png) no-repeat center top;
		background-size: 40px;
		width: 40px;
		margin-left: 10px;
	}
	.delivery .shem_contacts .contacts_delivery .contact_phone_icon:after{
		left: 0;
		bottom: 0;
		font-size: 11px;
		letter-spacing: 0.5px;
		position:  relative;
		margin-top: 45px;
		color: #808080;
		display:  block;
	}
	.delivery .shem_contacts .shem_delivery .infografika{
		/* zoom: 0.5; */
	}
	.delivery .calc_delivery{
		padding-top: 60px;
	}
	.delivery .calc_delivery .calc{flex-wrap: wrap;}
	.delivery .calc_delivery .calc .t{
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.delivery .calc_delivery .calc .t .caption{
		margin-bottom: 0;
	}
	.delivery .calc_delivery .calc .t .form{
		margin-top: 10px;
	}
		
	.delivery .calc_delivery .calc .m{
		width: 320px;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.delivery .calc_delivery .calc .kg{
		width: 320px;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
		flex-wrap: wrap;
		margin-bottom: 0;
		margin-right: 0;
	}
	.delivery .shem_contacts .contacts_delivery .email br,
	.delivery .calc_delivery .calc .kg .caption br{
		display: none;
	}
	.delivery .calc_delivery .calc .m .caption,
	.delivery .calc_delivery .calc .kg .caption{
		width: calc(100% - 115px);
		display: flex;
		margin: auto 0;
	}
	.delivery .calc_delivery .calc .m .caption span,
	.delivery .calc_delivery .calc .kg .caption span{
		margin: auto 0;
		letter-spacing: 0.5px;
	}	
	.delivery .shem_contacts{
		padding-top: 60px;
	}
	.delivery .shem_contacts .contacts_delivery{
		width: 100%;
	}

	.delivery .shem_contacts .contacts_delivery h3{
		display: block;
	}	
	.delivery .shem_contacts .contacts_delivery .info p{
		font-size: 15px;
		color: #808080;
	}
	.delivery .shem_contacts .contacts_delivery .manager:before,
	.delivery .shem_contacts .contacts_delivery .phone:before,
	.delivery .shem_contacts .contacts_delivery .email:before{
		display: none;
	}
	.delivery .shem_contacts .contacts_delivery .manager{
		margin-bottom: 0;
	}
	.delivery .shem_contacts .contacts_delivery .manager p{
		color: #808080;
	}	
	.delivery .shem_contacts .contacts_delivery .manager span{
		display: none;		
	}
	.delivery .shem_contacts .contacts_delivery .phone p:nth-child(1){
		display: none;
	}
	.delivery .shem_contacts .contacts_delivery .phone span {
		display: none;
	}
	.delivery .shem_contacts .contacts_delivery .email span{
		text-transform: unset;
		color: #808080;
	}
	.delivery .shem_contacts .contacts_delivery .phone{
		margin-bottom: 20px;
	}
	.delivery .shem_contacts .contacts_delivery .phone .number{
	    background: url(../img/mobile/phone_back_small.png) no-repeat;
	    background-size: 100% 100%;
	    width: 130px;
	    padding: 0 20px;
	    /* margin-top: 10px; */
	    margin-right: 10px;
	    display: block;
	    text-decoration: none;
	    line-height: 30px;
	    height: 30px;
	 }

	.delivery .shem_contacts .contacts_delivery .email a{
		display: flex;
		background: url('../images/email_back_small.png') no-repeat;
		background-size: 100% 100%;
		width: 130px;
		padding: 0 20px;
		margin-bottom: 10px;
		text-decoration: none;
		font-size: 0;
		line-height:  normal;
		max-height: 30px;
	}
	.delivery .shem_contacts .contacts_delivery .email a:before{
		content: "Написать нам";
		font-size: 15px;
		line-height: 30px;
		position: relative;
		display: block;
	}
	.delivery .calc_delivery .calc .form{
		margin: 0;
	}
	.delivery .calc_delivery .calc .price .form{
		flex: 0 0 auto;
		line-height: normal;
		margin: 0;
		height:  auto;
		display: block;
		text-align: center;
	}
	.delivery .calc_delivery .calc .form img#loader{
		position: absolute!important;
	}
	.delivery .calc_delivery .calc .caption{
		font-size: 18px;
		line-height: 16px;
		letter-spacing: 0.5px;
	}
	.delivery .calc_delivery .calc .price .caption span{
	}
	.delivery .calc_delivery .calc .price .form .itogo{
		font-size: 24px;
	}
	.delivery .calc_delivery .calc .m .form,
	.delivery .calc_delivery .calc .kg .form{
		display: flex;
		margin: auto;
		/* width: 35%; */
	}
	.delivery .calc_delivery .calc .m .form input,
	.delivery .calc_delivery .calc .kg .form input{
		padding: 0 5px;
		text-align: center;
		height: 25px;
		width: 40px;
	}

	.delivery .calc_delivery .calc .m .form .arrow_l,
	.delivery .calc_delivery .calc .kg .form .arrow_l{
		margin: auto 10px;
		display: block;
		background: url('../images/arrow_calc.png') no-repeat 100%;
		transform: rotate(180deg);
		height: 18px;
		width: 10px;
	}
	.delivery .calc_delivery .calc .m .form .arrow_r,
	.delivery .calc_delivery .calc .kg .form .arrow_r{
		margin: auto 10px;
		background: url('../images/arrow_calc.png') no-repeat 100%;
		height: 18px;
		width: 10px;
	}	
	.delivery .calc_delivery .calc .price{
		position: relative;
		width: 100%;
		display:  flex;
		margin: 0;
		margin-top: 20px;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}			
	.delivery .calc_delivery .calc .price .caption{
    flex: 1 1 auto;
    margin: auto 0;
    margin-right: 10px;
}	
	.delivery .calc_delivery .calc .price .caption br{
		display: none;
	}
	.delivery .tk_map .info .map{
		width: 300px;
		height: 150px;
		display: block;
	}

			
	.delivery .news .news-block{
		flex-wrap: wrap;
		letter-spacing: 0.5px;
	}
	.delivery .news .news-block > div{
		width: 100%;
	}
	.delivery .news .news-slider{
		order: 0;
		margin: 10px 0
	}
	.delivery .news .news-slider img{
		width: 100%;
	}	
	.delivery .news .news-content-text{
		order: 1;
	}				
}



/* SPEC STYLE */

.text-column-2{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;	
}
.text-column-3{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;	
}

@media(min-width: 768px) and (max-width: 1024px){
	.text-column-2,	.text-column-3{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;	
	}
}

@media(min-width: 320px) and (max-width: 767px){
	.text-column-2,	.text-column-3{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;	
	}
	.view_m{
		display: block!important;
	}	
	.delivery .calc_delivery h2{
		margin-top: 0;
	}
	.delivery .shem_contacts.view_m .shem_delivery .infografika{
		display: block!important;
		width: 280px;
		background-size: 100%;
		height: 110px;
	}
	.delivery .shem_contacts.view_m .shem_delivery .infografika .text1{
		font-size: 7px;
		line-height: 9px;
		bottom: 67px;
		width: 50px;
	}		
	.delivery .shem_contacts.view_m .shem_delivery .infografika .text2{
		font-size: 8px;
		line-height: 9px;
		width: 100px;
		bottom: 67px;
		left: 88px;
	}	
	.delivery .shem_contacts.view_m .shem_delivery .infografika .text3{
		font-size: 7px;
		line-height: 9px;
		width: 53px;
		bottom: 67px;
		right: -20px;
	}
	.delivery .shem_contacts.view_m .shem_delivery .infografika .text4{
		font-size: 8px;
		width: 50px;
		bottom: 22px;
		left: 30px;
	}
	.delivery .shem_contacts.view_m .shem_delivery .infografika .text5{
		font-size: 8px;
		width: 175px;
		left: 105px;
		bottom: 15px;
	}	
	.delivery .shem_contacts.view_m{
		display: flex!important;
		padding: 0;
	}

}
@media(min-width: 768px) and (max-width: 1024px){
	.delivery .shem_contacts{
		flex-wrap: wrap;
	}
	.delivery .news .news-content-text{
		width: 50%;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.delivery .news .news-slider{
		width: 50%;		
	}
	.delivery .news .news-slider img{
		border-radius: 25px;		
	}
	.delivery .shem_contacts{
	}
	.delivery .shem_contacts .contacts_delivery{
		width: 100%;
	}
	.delivery .shem_contacts .infografika{
		margin-bottom: 20px;			
	}
	.delivery .shem_contacts h3 br{	
		display: none;
	}
	.delivery .callme-container{
		width: 100%;
		/* position:  absolute; */
	}
	.delivery .tk_map h3{
		/* display: none; */
	}
	.delivery .tk_map .list{
		/* display: none; */
		margin-right: 20px;
	}	


	.geo .header__city,
	.geo_city .header__city{
		height:  auto;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		border-radius: 0;
	}
	.geo .header__city-list,
	.geo_city .header__city-list{
		margin-top: 5px;
		
	}
	.geo .header__city-list li,
	.geo_city .header__city-list li{
		margin-bottom: 0;
	}

	.geo .header__city:before,
	.geo_city .header__city:before{
		display: none;
	}
	.geo .city_link,	
	.geo_city .city_link{
		display: none;
		height:  auto;
	}
	.geo .header .main_icons,
	.geo_city .header .main_icons{
		/* position:  absolute; */
		/* right: 20px; */
	}
	.geo .header .header__mail,	
	.geo_city .header .header__mail{
		top: 0px;
	}
	.geo .header .viber_icon,	
	.geo_city .header .viber_icon{
		top: 70px;
		width: 31px;
		height: 33px;
	}
	.geo .header .youtube_icon,	
	.geo_city .header .youtube_icon{
		display: block;
		top: 70px;
		right: 50px!important;
	}
	.geo .header .phone_icon,	
	.geo_city .header .phone_icon{
		display:  block;
		top: 30px;
		right: 0!important;
		width: 31px;
		height: 33px;
	}
	.geo .header .vk_icon,
	.geo_city .header .vk_icon{top: 30px;right: 50px!important;}
	
	.geo .header .basket,
	.geo_city .header .basket{
		display: none;
	}
}

.slider-navigation{
	width: 100%;
	height: 100%;
	position:  absolute;
	top: 0;
}
.slider-arrow{
	display: flex;
	position: absolute;
	top: calc(50% - 13px);
}
.slider-arrow.slick-prev{
	left: 10px;
	background: url(../images/arrow_calc.png) no-repeat;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.slider-arrow.slick-next{
	right: 10px;
	background: url(../images/arrow_calc.png) no-repeat;
	transform: rotate(-180deg);
    -webkit-filter: invert(100%);
    filter: invert(100%);	
}

.brand_content_mobile {
	display: none;
}

.pda_search {
    display: none;
}

.select2-container--default .select2-selection--single {
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
	box-shadow: inset 0px 0px 5px 0px rgba(184,184,184,1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: auto !important;
	left: 14px;
	top: 8px !important;
	background: url(../images/arrow_calc.png) no-repeat;	
	width: 20px;
	height: 10px;
	transform: rotate(90deg);
	opacity: 0.5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container .select2-selection--single {
	height: 34px !important;
}

.brand_search .select2-selection {
	border-radius: 18px !important
}

.brand_search .select2-container--open .select2-selection {
	border-radius: 18px 18px 0 0 !important
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 44px  !important;
}

.select2-container--open .select2-dropdown--below {
	border-radius: 0 0 18px 18px;
}
.select2-container--default .select2-results>.select2-results__options {
	overflow-y: hidden !important;
}
.select2-container--open .select2-dropdown--above {
	border-radius: 18px 18px 0 0;
}

.brand_search_small {
	display: none;
}
.brand_back_mobile {
	display: none;
}
.select2-container {
	max-width: 372px;
}
.splitter {
	display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #f1f1f1 !important;
	color: #000 !important;
}
.main_icons a{
width: 28px;
height: 28px; 
display: block; 
position: absolute; 
}
.main_icons a span{
display: none;
}
.main_icons a:hover{
background-position: 0 100%;
}
.main_icons .ico_feedback{
background: url('../img/ico_feedback.png');
width: 31px; 
height: 24px; 
right: 40px;
top: 0px;
}
.main_icons .ico_vk{
background: url('../img/ico_vk.png'); 
right: 42px;
top: 40px;
}
.main_icons .ico_youtube{
background: url('../img/ico_youtube.png'); 
right: 42px;
top: 80px; 
}
.main_icons .ico_whatsapp{
background: url('../img/ico_whatsapp.png');
right: 0px;
top: 40px;
width: 30px; 
height: 30px; 
}

.main_icons .ico_viber{
background: url('../img/ico_viber.png');
right: 2px;
top: 80px;

}
.main_icons .ico_instagram{
background: url('../img/ico_instagram.png');
right: 2px;
top: 0px; 
}
@media(max-width: 767px){
	.main_icons{
		display: none;
	}
	.main-index .main_icons{
		display: flex;
		left: auto!important;
		width: 100%;
	} 
	.main-index .main_icons a{
		position: relative;
		right: auto!important;
		top: auto!important;
		display: inline-block;
		width: 100px!important;
		height: 100px!important;
		margin: 0 auto;
		background-repeat: no-repeat!important;
		background-position: top center!important;
	} 
	.main-index .main_icons a span{
		display: block;
		position: absolute;
		bottom: 0px;
		font-size: 19px;
		text-align: center;
		width: 100%;
		letter-spacing: 0.5px;
	}
	.main-index .main_icons .ico_viber{
		background: url('../img/ico_viber_m.png'); 
		order: 1;
	} 
	.main-index .main_icons .ico_whatsapp{
		background: url('../img/ico_whatsapp_m.png'); 
		order: 2;
	} 
	.main_icons .ico_vk{
		background: url('../img/ico_vk_m.png'); 
		order: 3;
	} 
	.main-index .main_icons .ico_youtube{
		background: url('../img/ico_youtube_m.png'); 
		order: 4;
	} 
	.main-index .main_icons .ico_feedback{
		background: url('../img/ico_feedback_m.png'); 
		order: 5;
	}
}
.opened .fullcontent .city_list{
	margin-top: 20px;
}

.fullcontent .city_contact{
	display:  flex;
	padding-top: 25px;
}
.fullcontent .city_contact p{
	margin: 0;
	font-size: 15px;
	font-family: Tahoma, Arial, sans-serif;
}
.fullcontent .city_contact .title{
	margin-bottom: 5px;
	color: #000;
	font-size: 15px;
	font-family: Tahoma, Arial, sans-serif;	
}


.fullcontent .city_contact .contact_block{
	flex: 1 1 45%;
	padding-right: 40px;
	min-width: 340px;
}
.fullcontent .city_contact .contact_block .email_block{
	margin-top:	55px;
}
.fullcontent .city_contact .contact_block .phone_block .title,
.fullcontent .city_contact .adress_block .title{
	margin-bottom: 5px;
}
.fullcontent .city_contact .contact_block .phone_block .title{
	margin-left: 45px;	
}
.fullcontent .city_contact .contact_block .phone_block .phone_first_list,
.fullcontent .city_contact .contact_block .phone_block .phone_list_name{
	margin-left: 35px;
	margin-bottom: 10px;
}
.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_info{
	width: calc(100% - 120px);
	line-height: 18px;
	display:  flex;
	flex-wrap:  wrap;
}
.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_item{
	display: flex;
	line-height: 28px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_item a{
	flex: 1 1 auto;
}
.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_item .name{
	flex: 1 1 100%;
}
.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_item .phone_icons{
	display: flex;
	flex: 0 0 auto;
	margin-left: auto;
}
.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_item .phone_icons .whatsapp_icon{
	    background: url(../img/ico_whatsapp.png)!important;
	    background-position: center bottom!important;
	    background-size: 100%!important;
	    display: block!important;
	    width: 28px!important;
	    height: 28px!important;
	    margin: auto 15px!important;
	    padding: 0!important;
}
.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_item .phone_icons .viber_icon{
	    background: url(../img/ico_viber.png)!important;
	    background-position: center bottom!important;
	    display: block!important;
	    width: 28px!important;
	    height: 28px!important;
	    margin: auto 15px!important;
	    padding: 0!important;
}
.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_item .phone_icons .whatsapp_icon:after,
.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_item .phone_icons .viber_icon:after{
	display: none;
}	
.fullcontent .city_contact .contact_block .phone_block .phone_first_list span{
	font-size: 12px;
	margin-left: 25px;
}

.fullcontent .city_contact .contact_block .phone_block:before{
	content: "";
    display: block;
    width: 36px;
    height: 33px;
    background: url(../img/contact-icons.png) 0 -85px no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
}



.fullcontent .city_contact .contact_block .phone_first_item a{
	display: block;
	background: url('../img/pda/phone.png') 0 0 no-repeat;
	margin: 0;
	line-height: 34px;
	padding: 0 20px;
	margin-left: 5px;
	font-weight: bold;
	font-family: Tahoma;
	color: #000;
	font-size: 20px;
	text-decoration: none;	
}
.fullcontent .city_contact .adress_block{
	flex: 1 1 55%;
}
.fullcontent .city_contact > .adress_block:before{
	content: "";
    display: block;
    width: 36px;
    height: 33px;
    background: url(../img/contact-icons.png) 0 -40px no-repeat;
    position: absolute;
    left: 0;
    top: 0px;	
}
.fullcontent .city_contact .adress_block .title,
.fullcontent .city_contact .adress_block .adress_block{
	margin-left: 45px;
}
.fullcontent .city_contact .adress_block .adress_block{
    margin-bottom: 20px;
}
.fullcontent .city_contact .adress_block .map_block{
    border-radius: 15px;
    overflow: hidden;
    height: 245px;
}
.fullcontent .city_contact .email_block:before{
	content: "";
    display: block;
    width: 36px;
    height: 33px;
    background: url(../img/contact-icons.png) 0 -120px no-repeat;
    position: absolute;
    left: 0;
    top: 0px;	
}
.fullcontent .city_contact .email_block .title,
.fullcontent .city_contact .email_block .email_list{
	margin-left: 45px;
}



.fullcontent .footer_contacts{
	background: url(../img/bottom-grad.jpg) 0 0 repeat-x;
	padding-top: 55px;	
}
.fullcontent .footer_contacts .footer_top,
.fullcontent .footer_contacts .footer_bottom{
	display: flex;
}
.fullcontent .footer_contacts .footer_top .director_info:before{
	content: "";
    display: block;
    width: 36px;
    height: 33px;
    background: url(../img/contact-icons.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
}
.fullcontent .footer_contacts .footer_top .director_info .title{
	margin-left: 45px;
	margin-bottom: 5px;
	color: #000;
	font-size: 15px;
    font-family: Tahoma, Arial, sans-serif;
}
.fullcontent .footer_contacts .footer_top .director_info .text{
	margin-left: 45px;
}
.fullcontent .footer_contacts .footer_top .director_info .text p{
	color: #808080;
	font-size: 15px;
	text-decoration: none;
	/* font-weight: bold; */
	margin-bottom: 0;
}
.fullcontent .footer_contacts .footer_top .director_info .text p a{
	text-decoration:none;
}
.fullcontent .footer_contacts .footer_top .director_info .text p a:hover{
	text-decoration: underline;
}
.fullcontent .footer_contacts .footer_bottom .socnet{
	flex: 1 1 auto;
}

.fullcontent .footer_contacts .footer_bottom .call_block{
	flex: 1 1 auto;
	margin-right: auto;
}
.fullcontent .footer_contacts .footer_bottom .call_block .callme-container{
	padding: 0;
	display:  flex;
}
.fullcontent .footer_contacts .footer_bottom .call_block .callme{
	margin-left: auto;
}
@media(max-width: 767px){
	.fullcontent .city_list,
	.fullcontent .city_contact,
	.fullcontent .footer_contacts {
		zoom: 1.5;
	}	
	.fullcontent .city_list li a{
		padding-left: 0;
	}
	.city_list ul li a.active:before{
		display: none;
	}
	.fullcontent .city_contact .contact_block{
		padding-right: 0;
	}
	.fullcontent .city_contact .contact_block,
	.fullcontent .city_contact .adress_block{
		flex: 1 1 100%;
		margin-bottom: 20px;
	}	
	.fullcontent .city_contact .contact_block .phone_block,
	.fullcontent .city_contact .contact_block .email_block{
		margin-bottom: 20px;
	}
	.fullcontent .city_contact .adress_block .map_block{
		display: none;
	}
	.fullcontent .city_contact,
	.fullcontent .footer_contacts .footer_top,
	.fullcontent .footer_contacts .footer_bottom{
		flex-wrap: wrap;
	}	
	.fullcontent .footer_contacts .footer_top .director_info{
		flex: 1 1 100%;
		margin-bottom: 10px;		
	}
	.fullcontent .footer_contacts .footer_top .content{
		flex: 1 1 100%;
		margin: 0;
		padding: 0!important;
	}
	.fullcontent .footer_contacts .footer_top .content p{		
		font-size: 15px;		
		font-family: Tahoma, Arial, sans-serif;
	}
	.fullcontent .city_contact{
		padding: 0;
		margin-top: 20px;
	}
	.fullcontent .footer_contacts .footer_bottom .socnet{
		flex: 1 1 100%;
		margin: 0;
		padding: 0!important;
	}
	.fullcontent .footer_contacts .footer_bottom .call_block{
		flex: 1 1 100%;
		margin: 0;
		padding: 0!important;		
	}	
	.fullcontent .footer_contacts .footer_bottom .call_block .callme{
		margin: 0 auto;
	}
	.fullcontent .city_contact .contact_block .phone_block{
		display:  block;
		top: auto;
		left:  auto;
	}
	.fullcontent .city_contact .contact_block .phone_block .title{
		
margin-bottom: 10px;
	}
	.fullcontent .city_contact .contact_block .phone_block .phone_first_list{		
		margin-left: 15px;
	}
	.fullcontent .city_contact .contact_block .phone_block .phone_first_list .phone_first_item{
		/* max-width: 280px; */
	}
	.fullcontent .city_contact .contact_block .phone_block .phone_first_list a{
	    background-size: 100% 100%;
	    line-height: 54px;
	    font-size: 26px;
	}
	.fullcontent .city_contact .contact_block .phone_block .phone_first_list span{
		width: 90px;
		position: absolute;
		top: 13px;
		right: 10px;
		line-height: 14px;
	}
	.fullcontent .city_contact .contact_block .phone_block .phone_list_name{
		margin-left: 15px;
	}
	.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_item{
		margin-left: 5px;
		flex-wrap:  wrap;
	}
	.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_item .name{
		flex: 1 1 100%;
		order: 1;
		font-size: 18px;
	}
	.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_item .phone_info > a{
		background: url(../img/pda/phone.png) 0 0 no-repeat;
		background-size: 100% 100%;
		padding-left: 10px;
		line-height: 40px;
		font-size: 18px;
		order: 2;
		display:  block;
	}	
	.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_info{
		order: 1;
		line-height: unset;
	}
	.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_item .phone_icons{
		order: 2;		
	}
	.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_item .phone_icons .whatsapp_icon,
	.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_item .phone_icons .viber_icon{
		height: 40px!important;
		width: 40px!important;
		background-position: center bottom!important;
		background-size: 100%!important;
		margin: auto 10px 0 10px!important;
	}
	.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_item .phone_icons .whatsapp_icon{
		margin-left: 20px!important;
	}
	.fullcontent .city_contact .contact_block .phone_block .phone_list_name .phone_item .phone_icons .viber_icon{
		margin-right: 0!important;		
	}
}

.brand_filter .select2-selection {
	border-radius: 18px !important
}

.brand_filter .select2-container--open .select2-selection {
	border-radius: 18px 18px 0 0 !important
}

.brand_filter .select2-selection__rendered  {
	text-align: left;
    font-size: 18px;
    position: relative;
    top: 4px;
}
#mobile_block, #pda_block {
	display: none;
}

.item-search {
	visibility: visible !important;
	position: relative !important;
	text-align: left;	
	height: 30px;
	width: 100%;
	top: -3px;
	left: 0px;
    color: #444;
    line-height: 28px;
    font-size: 18px;
}

#item_search_button {
	position: relative;
	top: 4px;
}


.main_search {
	position: absolute;
	top: -8px;
	left: 600px;
	width: 450px;
	display: block;
}

.brand_search_list{

}
.brand_search_list .select2-container--default .select2-selection--single{	
	background-color: #ededed;
}
.brand_search_list .select2-container--default{
	width: 300px!important;
	margin-right: 10px;
}
.brand_search_list .select2-container--default .select2-selection--single input{
	background: transparent;
}
.brand_search_list .brand_detail_button{
	cursor: pointer;
}

@media(min-width: 320px) and (max-width: 767px){
	.main_search {
		display: block!important;
		left: 100px;
		top: 760px;
		width: auto;
	}	
	.brand_search_list .select2-container--default .select2-selection--single{
		height: 60px !important;
		width: 500px;
		border-radius: 34px !important;
	}
	.brand_search_list .select2-container--default .select2-selection--single input{
		background: transparent;
		font-size: 36px;
		height: 60px;
	}
	.main_search .filter{
		position: relative;
		width: 510px;
	}
	.brand_search_list .brand_detail_button{
		position: absolute!important;
		top: 10px !important;
		right: 30px;
		background: url('../img/ico_searth.png') no-repeat 100%;
		width: 40px;
		background-size: 100%;
		height: 40px;
	}
	.brand_search_list .brand_detail_button span{
		display: none;
	}
}

@media(min-width: 1025px){
	.header__city .city_link li{
		font-weight: normal;
		border: 2px solid #ccc;
		border-radius: 15px 0 0 15px;
		margin: 0;
		line-height: normal;
		background-color: #F5F5F5;
		border-bottom: 0;
		border-top: 0;
		margin: -4px 0;
		padding: 2px 30px;
		line-height: 25px;
	}
	.header__city .city_link li:nth-child(1){
		border-radius: 15px 15px 0 15px;
		border-top: 2px solid #ccc;
	}
	.header__city .city_link li:nth-last-child(1){
		border-radius: 15px 0 15px 15px;
		border-bottom: 2px solid #ccc;
	}

	.header__city .city_link li.active{
		/* font-weight: bold; */
	}	
	.header__city .city_link li.active:before{
		content: '';
		display: block;
		position: absolute;
		width: 25px;
		height: 25px;
		left: 5px;
		background: url(../img/filter.png) 100% 100% no-repeat;
	}	
	.header__city.dropdown{
		position: absolute;
		right: 0;
		z-index: 15;
		background-color: #FFF;
		float: none;
		padding: 20px 0;
		border-radius: 20px;
		margin: 0;
		min-width: 275px;
	}
	.header__city.dropdown .header__city_caption{
		display: block;
		color: #000;
		margin-bottom: 10px;
		padding-left: 25px;
	}
	.header__city.dropdown .header__city_caption #city_close {
		z-index: 20;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 25px;
		top: 0;
		background: url(../img/mobile/city_close.jpg) no-repeat;
		background-size: 100%;
	}
	.header__city.dropdown .city_link .title_lot{
		display: block;
		width: 75px;
		font-size: 12px;
		font-family: Tahoma;
		font-weight: normal;
		margin-left: auto;
		margin-bottom: 5px;
	}
	.header__city.dropdown .city_link .info_lot{
		display: block;
		line-height: 15px;
		font-size: 12px;
		font-family: Tahoma;
		font-weight: normal;
		color: #C7142B; 
		padding: 10px 20px 0px;
	}
	.header__city.dropdown .city_link li{
		font-weight: normal;
		display: flex;
		height: 50px;
		padding: 0 25px;
		background-color: #FFFFFF;
		background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, #ffffff 75%);
		background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, #ffffff 75%);
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, #ffffff 25%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
		position: relative;		
	}
	.header__city.dropdown .city_link li.active{
		font-weight: bold;
	}
	.header__city.dropdown .city_link li.active:before {
		content: "";
		display: block;
		width: 10px;
		height: 20px;
		background: url("../images/arrow_current.svg") no-repeat;
		background-size: auto 100%;
		position: absolute;
		left: 10px;
		top: 15px;
    }
	.header__city.dropdown .city_link li a{
		margin: auto 0;
	}
	.header__city.dropdown .city_link .ico-camera{
		display: block;
		background: url(../images/ico-camera.svg) no-repeat;
		margin: 0 0 auto auto;
		width: 25px;
		height: 15px;
		font-weight: normal;
		padding: 20px 15px 5px 5px;
		text-align: center;
		color: #C7142B;
		font-size: 14px;
		line-height: 14px;
	}
}
@media(max-width: 767px){
	.header__city{
		display: none;
	}
	.header__city.dropdown{
		bottom: 0;
		top: 0;
		position: fixed;
		right: 0;
		z-index: 999999;
		background-color: #FFF;
		float: none;
		padding: 20px 0;
		border-radius: 0;
		min-width: 275px;
		display: block;
		width: 100%;
		margin: 0!important;
	}
	.header__city.dropdown .header__city_caption{
		display: block;
		color: #000;
		margin-bottom: 10px;
        font-family: 'Daxline';
        font-size: 40px;
		font-weight: normal;
		padding-left: 40px;
	}
	.header__city.dropdown .city_link .title_lot{
		display: block;
		width: 130px;
		font-size: 24px;
		font-family: Tahoma;
		font-weight: normal;
		margin-left: auto;
		margin-bottom: 20px;
	}
	.header__city.dropdown .city_link .info_lot{
		display: block;
		line-height: 30px;
		font-size: 24px;
		font-family: Tahoma;
		font-weight: normal;
		color: #C7142B;
		padding: 10px 60px 0px;
	}
	.header__city.dropdown .city_link li{
		height: 100px;
		padding: 0 40px 0 80px;
		display: flex;
		background-color: #FFFFFF;
		background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, #ffffff 75%);
		background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, #ffffff 75%);
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, #ffffff 25%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
		position: relative;	
	}
	.header__city.dropdown .city_link li a{
		margin: auto 0;
		font-size: 40px;
        font-weight: normal;
	}
	.header__city.dropdown .city_link li.active a{
		font-weight: bold;
	}
	.header__city.dropdown .city_link li.active:before {
        content: "";
        display: block;
        width: 30px;
        height: 50px;
        background: url("../images/arrow_current.svg") no-repeat left top;
        position: absolute;
        left: 40px;
        top: 25px;
    }
	.header__city.dropdown .city_link .ico-camera{
		width: 50px;
		height: 30px;
		padding: 40px 30px 10px 10px;
		font-size: 28px;
		line-height: 28px;
		display: block;
		margin: 0 0 auto auto;
		display: block;
		background: url(../images/ico-camera.svg) no-repeat;
		color: #C7142B;
		font-weight: normal;
		text-align: center;
	}
	.header__city.dropdown #city_close {
        z-index: 20;
        width: 42px;
        height: 41px;
        position: absolute;
		right: 30px;
		top: 10px;
        background: url(../img/mobile/city_close.jpg) no-repeat left top;
    }
}



.stock_block_other{
	margin: 20px 0;
}
.stock_block_other .title{
	margin-bottom: 20px;
    display: block;
}
.stock_block_other ul{
	list-style: none;
	margin: 0;
	padding: 20px;
	box-shadow: inset 0px 0px 8px 3px rgba(0,0,0,0.2);
	border-radius: 20px;
}
.stock_block_other ul a{
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
}

.group-name {
	margin: 0 0 1px 0;
	background-color: #f1f1f1;
	color: #666;
	padding: 5px 0;
	display: flex;
	cursor: pointer;
	position: -webkit-sticky;
	position: sticky;	
	z-index: 1000;
	top: 70px;
} 

.catalog_header_search,
.catalog-item__header{
	position: -webkit-sticky;
	position: sticky;	
	z-index: 1020;	
}

@media(max-width: 768px){
	.catalog_header_search{
		top: 0;
		background: #FFF;
		padding: 15px 30px 0 30px;
		margin: 0 -30px;
	}		
	.catalog-item__header{
		top: 75px;
		background-color: #FFF!important;
		margin: 0 -30px;
	}
	.group-name {
		top: 105px;
	}
}	
@media(min-width: 768px){	
	.catalog_header_search{
		top: 0;
		background: #FFF;
	}		
	.catalog-item__header{
		top: 55px;
	}
}
.group-name:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;

	background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(0,0,0,0.25) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(50%, rgba(241,241,241,1)), color-stop(100%, rgba(0,0,0,0.25)));
	background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(241,241,241,0.25) 50%, rgba(0,0,0,0.25) 100%);
	background: -o-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(0,0,0,0.25) 100%);
	background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(0,0,0,0.25) 100%);
	background: linear-gradient(to bottom, rgba(241,241,241,1) 0%, rgba(241,241,241,0.25) 50%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#000000', GradientType=0 );

	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.text-up{
	text-transform: uppercase;
}
.group-name .text-up{
	margin-right: 5px;
}
.group-name:before {
    content: "";
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
	margin: 0 15px;
	transition: all 0.2s ease;
}
.group-name.item_type_sort:before{
	background: url(../images/arrow_open.svg);
	
}
.group-name.item_type_mix:before,
.group-name.item_type_other:before{
	background: url(../images/arrow_close.svg);
}
@media(max-width: 767px){
	.stock_block_other{
		margin: 20px 0;
	}
	.stock_block_other .title{
	    margin-bottom: 20px;
		display: block;
		font-size: 24px;
	}	
	.stock_block_other ul a{
		font-size: 28px;
		line-height: 40px;
		text-decoration: none;
	}
}

@media(max-width: 768px){
	.catalog_header_search h1{
		top: auto;
		margin-bottom: 0 !important;
		line-height: 40px!important;
		font-family: 'Daxline';
		font-weight: bold;
	}
	.catalog_header_search span{
		margin-bottom: 10px !important;
		display: grid;
		font-size: 18px;
	}
	.catalog-item__header{
		background-color: transparent;		
	}
	.catalog-item__header > div{
		color: #666666!important;
	}
	.group-name {
		font-size: 24px;
		margin: 0 -30px!important;
		padding: 10px 0;
	}
}
@media(min-width: 768px){
	.catalog_header_search{
		display: flex;
	}
	.catalog_header_search h1{		
		top: auto;
	}
	.catalog_header_search span{ 
		margin: auto 15px;
	}
}
.color-red{
	color: #C7142B!important;
}
.price_page_filter .buttons{
	margin-top: 150px;
}
.price_page_filter h1{
	margin-bottom: 25px;
}
.price_page_filter .text_block{
    width: 30%;
    margin-right: 20px;
}
.price_page_filter .brand_detail_button{
	cursor: pointer;
	margin-bottom: 25px;
}
.price_page_filter .filter_block{
	width: calc(70% - 20px);
}
.visible_pc{display: block;}
.visible_mob{display: none;}

@media(max-width: 767px){
	.price_page_filter .buttons{
		margin-top: 0px;
	}
	.brand_detail_button span{
		top: -10px;
    	left: -20px;
	}
	.content.content-price{
		margin: 0;
		padding-left: 0px !important;
		padding-right: 0px;
	}
	.content-price .catalog_header_search{
		margin: 0;
	}
	.content-price .main_content{
		padding: 20px 30px 30px 30px;
		background: url('../img/mobile/menu_back.jpg') 0 bottom repeat-x;
	}
	.content-price .price_filter{
		padding: 20px 30px;
		background-color: #f2f2f2;
		/* background: url('../img/mobile/menu_back.jpg') 0 bottom repeat-x; */
	}
	.visible_pc{display: none;}
	.visible_mob{display: block;}


	.visible_mob .buttons{
		padding: 15px 30px;
		box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
	}
	.visible_mob .buttons .color-red{
		font-size: 22px;
		text-align: center;
		margin-bottom: 55px;
	}
	.price_page_filter .text_block,
	.price_page_filter .filter_block{
		width: 100%;
		margin: 0;
	}	
	.price_page_filter .brand_detail_button{
		width: 320px;
		height: 96px;
		background-size: 100%;
	}
	.price_page_filter  .brand_detail_button:hover{
		background-position: left -96px;
	}
	.price_page_filter .brand_detail_button span{
		font-size: 24px;
	}
}




.page_price_info .f10 {
font-size: 10px;
}
.page_price_info .d-flex {
display: flex;
}
.page_price_info .mx-auto,
.page_price_info .ml-auto {
margin-left: auto;
}
.page_price_info .mx-auto,
.page_price_info .mr-auto {
margin-right: auto;
}
.page_price_info .my-auto,
.page_price_info .mt-auto {
margin-top: auto;
}
.page_price_info .my-auto,
.page_price_info .mb-auto {
margin-bottom: auto;
}
.page_price_info .ico {
display: block;
width: 20px;
height: 15px;
background-position: center center;
background-repeat: no-repeat;
margin: auto;
}
.page_price_info .ico.stock{
	background-image: url('../images/ico_stock.svg');
}
.page_price_info .ico.stock:hover{
	background-image: url('../images/ico_stock_active.svg');
}
.page_price_info .ico.sechond{
	background-image: url('../images/ico_f1.svg');
}

.page_price_info .ico.f1 {
background-image: url('../images/ico_f1.svg');
}
.page_price_info .ico.f2 {
background-image: url('../images/ico_f2.svg');
}
.page_price_info .ico.f3 {
background-image: url('../images/ico_f3.svg');
}
.page_price_info .ico.f4 {
background-image: url('../images/ico_f4.svg');
}
.page_price_info .ico.f5 {
background-image: url('../images/ico_f5.svg');
}
.page_price_info .ico.f6 {
background-image: url('../images/ico_f6.svg');
}
.page_price_info .ico.f7 {
background-image: url('../images/ico_f7.svg');
}
.page_price_info .ico.f8 {
background-image: url('../images/ico_f8.svg');
}
.page_price_info .ico.f9 {
background-image: url('../images/ico_f9.svg');
}
.page_price_info .ico.f10 {
background-image: url('../images/ico_f10.svg');
}
.page_price_info .ico.f11 {
background-image: url('../images/ico_f11.svg');
}
.page_price_info .ico.f12 {
background-image: url('../images/ico_f12.svg');
}
.page_price_info .ico.active.f1,
.page_price_info .ico:hover.f1 {
background-image: url('../images/ico_f1_active.svg');
}
.page_price_info .ico.active.f2,
.page_price_info .ico:hover.f2 {
background-image: url('../images/ico_f2_active.svg');
}
.page_price_info .ico.active.f3,
.page_price_info .ico:hover.f3 {
background-image: url('../images/ico_f3_active.svg');
}
.page_price_info .ico.active.f4,
.page_price_info .ico:hover.f4 {
background-image: url('../images/ico_f4_active.svg');
}
.page_price_info .ico.active.f5,
.page_price_info .ico:hover.f5 {
background-image: url('../images/ico_f5_active.svg');
}
.page_price_info .ico.active.f6,
.page_price_info .ico:hover.f6 {
background-image: url('../images/ico_f6_active.svg');
}
.page_price_info .ico.active.f7,
.page_price_info .ico:hover.f7 {
background-image: url('../images/ico_f7_active.svg');
}
.page_price_info .ico.active.f8,
.page_price_info .ico:hover.f8 {
background-image: url('../images/ico_f8_active.svg');
}
.page_price_info .ico.active.f9,
.page_price_info .ico:hover.f9 {
background-image: url('../images/ico_f9_active.svg');
}
.page_price_info .ico.active.f10,
.page_price_info .ico:hover.f10 {
background-image: url('../images/ico_f10_active.svg');
}
.page_price_info .ico.active.f11,
.page_price_info .ico:hover.f11 {
background-image: url('../images/ico_f11_active.svg');
}
.page_price_info .ico.active.f12,
.page_price_info .ico:hover.f12 {
background-image: url('../images/ico_f12_active.svg');
}
.page_price_info .header,
.page_price_info .list {
max-width: 595px;
margin: 0 auto;
display: block;
}
.page_price_info .header.header_bg {
background-image: url('../images/bg_header.png');
background-repeat: no-repeat;
background-position: 15px 0;
min-height: 187px;
}
.page_price_info .header .info_block {
width: 100%;
margin-left: 30px;
}
.page_price_info .header .info_block .title_pricelist {
font-family: 'Daxline';
font-size: 37px;
line-height: 30px;
}
.page_price_info .header .info_block .subtitle_pricelist {
font-size: 19px;
color: #A04944;
margin-bottom: 5px;
}
.page_price_info .header .info_block .subtitle_pricelist .date {
font-size: 27px;
}
.page_price_info .header .contact_block {
width: 100%;
max-width: 170px;
font-size: 10px;
line-height: 10px;
color: #808080;
margin-top: 10px;
}
.page_price_info .header .contact_block p {
margin: 0;
}
.page_price_info .header .contact_block .block_title {
font-size: 12px;
font-weight: bold;
line-height: 14px;
color: #000;
margin-bottom: 15px;
}
.page_price_info .header .contact_block .title {
color: #000;
line-height: 15px;
}
.page_price_info .header .contact_block .phone,
.page_price_info .header .contact_block .email,
.page_price_info .header .contact_block .address {
display: flex;
margin-bottom: 10px;
}
.page_price_info .header .contact_block .phone:before,
.page_price_info .header .contact_block .email:before,
.page_price_info .header .contact_block .address:before {
content: '';
width: 30px;
background-repeat: no-repeat;
}
.page_price_info .header .contact_block .phone div,
.page_price_info .header .contact_block .email div,
.page_price_info .header .contact_block .address div {
flex: 1;
}
.page_price_info .header .contact_block .phone:before {
background-image: url('../images/ico_phone.svg');
background-size: 24px auto;
background-position: 0 2px;
}
.page_price_info .header .contact_block .email:before {
background-image: url('../images/ico_mail.svg');
background-size: 24px auto;
}
.page_price_info .header .contact_block .address:before {
background-image: url('../images/ico_home.svg');
background-size: 24px auto;
}
.page_price_info .header .block_filter {
margin-top: 25px;
margin-left: 20px;
}
.page_price_info .header .block_filter .title_filter {
font-size: 32px;
line-height: 28px;
margin-right: 15px;
}
.page_price_info .header .block_filter .filter_num {
margin-right: 10px;
}
.page_price_info .header .block_filter .filter_num .ico_block {
-webkit-box-shadow: inset 0px 0px 5px 0px #b8b8b8;
-moz-box-shadow: inset 0px 0px 5px 0px #b8b8b8;
box-shadow: inset 0px 0px 5px 0px #b8b8b8;
border: 1px solid #8C8C8C;
border-radius: 25px;
padding: 5px;
background-color: #F5F5F5;
}
.page_price_info .header .block_filter .filter_num .num_block {
padding: 0 5px ;
}
.page_price_info .header .block_filter .filter_num .num_block span {
width: 20px;
font-size: 8px;
line-height: 21px;
text-align: center;
margin: auto;
}
.page_price_info .header .block_filter .filter_num .num_block span.active {
color: #A04944;
}
.page_price_info .header .block_filter_text {
font-size: 9.5px;
line-height: 11.5px;
color: #666666;
margin-bottom: 5px;
}
.page_price_info .header .block_filter_text .filter_group {
margin-left: 2px;
}
.page_price_info .header .block_filter_text .filter_group span.active {
color: #A04944;
}
.page_price_info .list {
min-height: 187px;
page-break-before: auto;
}
.page_price_info .list .table_header {
background-color: #808080;
color: #FFFFFF;
}
.page_price_info .list .table_header span {
font-size: 8px;
line-height: 10px;
display: block;
}
.page_price_info .list .table_header span:nth-child(1) {
width: 90px;
margin-left: 10px;
}
.page_price_info .list .table_header span:nth-child(2) {
width: auto;
margin-left: 10px;
margin-right: auto;
}
.page_price_info .list .table_header span:nth-child(3) {
width: 30px;
}
.page_price_info .list .table_header span:nth-child(4) {
width: 60px;
}
.page_price_info .list .table_header span:nth-child(5) {
width: 40px;
margin-right: 10px;
}
.page_price_info .list .goup_items {
margin-bottom: 25px;
}
.page_price_info .list .goup_items .category_title {
background-color: #E5E5E5;
color: #666666;
height: 24px;
page-break-before: auto;
}
.page_price_info .list .goup_items .category_title span {
font-size: 13px;
line-height: 16px;
}
.page_price_info .list .goup_items .category_title:before {
content: "";
width: 15px;
height: 15px;
background-repeat: no-repeat;
margin: auto 10px;
}
.page_price_info .list .goup_items .category_title.mix:before {
background-image: url(../images/mix.svg);
}
.page_price_info .list .goup_items .category_title.sort:before {
background-image: url(../images/sort.svg);
}
.page_price_info .list .goup_items .item {
break-before: auto;
text-decoration: none;
color: #000000;
background: -moz-linear-gradient(top, #f5f5f5 0%, #f5f5f5 50%, rgba(0, 0, 0, 0.25) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5f5f5), color-stop(50%, #f5f5f5), color-stop(100%, rgba(0, 0, 0, 0.25)));
background: -webkit-linear-gradient(top, #f5f5f5 0%, rgba(245, 245, 245, 0.25) 50%, rgba(0, 0, 0, 0.25) 100%);
background: -o-linear-gradient(top, #f5f5f5 0%, #f5f5f5 50%, rgba(0, 0, 0, 0.25) 100%);
background: -ms-linear-gradient(top, #f5f5f5 0%, #f5f5f5 50%, rgba(0, 0, 0, 0.25) 100%);
background: linear-gradient(to bottom, #f5f5f5 0%, rgba(245, 245, 245, 0.25) 65%, rgba(0, 0, 0, 0.15) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#000000', GradientType=0);
}
.page_price_info .list .goup_items .item .type {
width: 25px;
position: relative;
}
.page_price_info .list .goup_items .item .type:after {
position: absolute;
content: "";
background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, rgba(0, 0, 0, 0.25) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5f5f5), color-stop(50%, #f5f5f5), color-stop(100%, rgba(0, 0, 0, 0.25)));
background: -webkit-linear-gradient(left, #FFFFFF 0%, rgba(245, 245, 245, 0.25) 50%, rgba(0, 0, 0, 0.25) 100%);
background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 80%, rgba(0, 0, 0, 0.25) 100%);
background: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 80%, rgba(0, 0, 0, 0.25) 100%);
background: linear-gradient(to right, #FFFFFF 0%, rgba(245, 245, 245, 0.25) 50%, rgba(0, 0, 0, 0.15) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#000000', GradientType=0);
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.page_price_info .list .goup_items .item .type.country span {
-webkit-writing-mode: vertical-lr;
writing-mode: vertical-lr;
color: #666666;
font-size: 9px;
line-height: 11px;
transform: rotate(180deg);
margin: auto;
}
.page_price_info .list .goup_items .item .type .ico {
margin: 5px auto;
}
.page_price_info .list .goup_items .item .item_info {
font-size: 12px;
line-height: 12px;
margin-right: auto;
padding: 5px 10px;
}
.page_price_info .list .goup_items .item .item_info .title {
font-weight: bold;
}
.page_price_info .list .goup_items .item .item_info .article {
	color: #666666;
	margin-top: 0;
	width: 100%;
	float: none;
	padding: 0;
}
.page_price_info .list .goup_items .item .item_col,
.page_price_info .list .goup_items .item .item_price,
.page_price_info .list .goup_items .item .item_price_full {
	font-size: 12px;
	line-height: 14.5px;
	width: 50px;
	text-align: center;
	display: flex;
}
.page_price_info .list .goup_items .item .item_col span,
.page_price_info .list .goup_items .item .item_price span,
.page_price_info .list .goup_items .item .item_price_full span {
	margin: auto;
}
.page_price_info .list .goup_items .item .item_price {
	color: #666666;
}
@media print {
	* {
		-webkit-print-color-adjust: exact;
	}
	@page {
		margin: 25px auto;
		size: portrait;
	}
}

.filter-new{

}
.filter-new.in-price{

}
.filter-new .filter-group-two.in-price{
	width: 360px;
}
.filter-new .filter-group-two:after{
    right: 90px;
    top: 66px;
}
.filter-new .filter-group-two:before{
	content: '';
	display: block;
	height: 26px;
	background: url(../img/filter.png) 0 0 repeat-x;
	position: absolute;
	left: 10px;
	right: 95px;
	top: 0;
	z-index: 1;
}
.filter-new .filter-group-two .filter_line{
	background: url(../img/filter-line.png) 0 0 no-repeat;
	position: absolute;
	height: 80px;
	width: 65px;
	right: 30px;
	top: 6px;
}
.filter-new .filter-group-two .filter-item:nth-child(3){
	    margin-right: 50px;
}
.filter-new .filter-group-two .filter-item:nth-child(4){
	    margin-left: 0px;
}
.filter-new .filter-group-two .filter-item:nth-child(4),
.filter-new .filter-group-two .filter-item:nth-child(5),
.filter-new .filter-group-two .filter-item:nth-child(6)
{
	    margin-top: 20px;
}
.filter-new .filter-group-two .filter-item:nth-child(4) em{	
	background-position: -30px 100%;
}
.filter-new .item{
	max-width: 50%;
}
.filter-new .filter-search {
	padding-right: 25px;
	width: calc(50% - 50px);
}
.filter-new .filter-search .filter-container .filter-item {
	text-align: right;
}
.filter-new .filter-search .filter-container .filter-item input{
	text-align: left;
}
.filter-new .filter-buttons .filter-container{
	text-align: left;
}
.filter-new .filter{
	width: auto;
}
@media(max-width: 767px){
	.filter-new .item{
		max-width: none;
	}
	.filter-new .filter-buttons{
		max-width: 400px;
	}
	.filter-new .filter-search {
		width: 100%;
		max-width: 520px;
		position: relative;
	}
	.filter-new .filter-group-two .filter_line{
		top: 11px;
		right: 20px;
	}
	.filter-new .filter-group-two:before{
		top: 5px
	}
	.filter-new .filter-group-two .filter-item:nth-child(4),
	.filter-new .filter-group-two .filter-item:nth-child(5),
	.filter-new .filter-group-two .filter-item:nth-child(6)
	{
		margin-top: 8px;
	}
	.filter-new .filter-group-two .filter-item:nth-child(4) em{
		background-position: -37px -37px;
	}
	.filter-new  .brand_search_list .brand_detail_button{
		right: 10px;
	}
	.filter-new .filter-search .brand_search_list .select2-container--default{		
		width: 480px!important;
	}
	.filter-new .filter-search  .ml-auto{		
		margin-left: 0;
	}
}
@media(min-width: 768px) and (max-width: 1024px){
	.filter-new .item{
		max-width: none;
		width: 500px;
	}
	.filter-new .filter-buttons{
		max-width: 400px;
	}
	.filter-new .filter-buttons{
		max-width: 370px;
	}
		.filter-new .filter-search  .ml-auto{		
		margin-left: 0;
	}
	.filter-new .filter-group-two.in-price{
		width: 350px;
	}
}

.empty {
	box-shadow:  none !important;
}

.collection_gallery-small, .collection_gallery-small-arr {
	display: none;
}

.tab_icon_youtube a:link, .tab_icon_youtube a:visited {
	text-decoration:  none !important;
}

.lot_saled {
	padding:  20px;
    box-shadow: inset 0px 0px 8px 3px rgb(0 0 0 / 20%);
    border-radius: 25px;
    text-align: center;
}

.lot_saled h3 {
	color: #000 !important;
}

.lot_saled h4 {
	color: #888988 !important;
	font-size: 14px;
}

.saled_text {
	max-width:  350px;
	margin: 0 auto;
}
