@font-face {
    font-family: 'open_sans';
    src: url('/fonts/opensans-webfont.eot');
    src: url('/fonts/opensans-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-webfont.woff2') format('woff2'),
         url('/fonts/opensans-webfont.woff') format('woff'),
         url('/fonts/opensans-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sans_light';
    src: url('/fonts/opensanslight-webfont.eot');
    src: url('/fonts/opensanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensanslight-webfont.woff2') format('woff2'),
         url('/fonts/opensanslight-webfont.woff') format('woff'),
         url('/fonts/opensanslight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fira_sans';
    src: url('/fonts/firasans-regular-webfont.eot');
    src: url('/fonts/firasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/firasans-regular-webfont.woff2') format('woff2'),
         url('/fonts/firasans-regular-webfont.woff') format('woff'),
         url('/fonts/firasans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fira_sans_light';
    src: url('/fonts/firasans-light-webfont.eot');
    src: url('/fonts/firasans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/firasans-light-webfont.woff2') format('woff2'),
         url('/fonts/firasans-light-webfont.woff') format('woff'),
         url('/fonts/firasans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body {
	margin:0;
	padding:0;
	font-family: 'open_sans',"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#fff;
	color:#000;
}
h1, h2, h3, h4, p {
	margin:0;
}
a img {
	border:none;
}
a {
	text-decoration:none;
	outline: none;
	color:#fff;
}
a:hover {
	text-decoration:underline;
}
form {
	margin:0;
	padding:0;
}
.cf::before, .cf::after {
    content: " ";
    display: table;
}
.cf::after {
    clear: both;
}
.wrapper {
	max-width:1100px;
	margin:0 auto;
	position:relative;
	width:100%;
}
.wrapper::before, .wrapper::after {
    content: " ";
    display: table;
}
.wrapper::after {
    clear: both;
}
.footer {
	background-color: #333;
	color: #fff;
	padding: 30px 0;
}
h3 {
    font-family: 'open_sans';
	font-size: 28px;
	font-weight:normal;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.footer .address {
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 85px;
}
.footer .menu {
	margin-bottom: 20px;
	background-color: transparent;
}
.footer .menu a {
	display: block;
	float: left;
	font-size: 16px;
	color: #ccc;
	text-transform: uppercase;
	padding: 0 15px;
	border-left: 1px solid #666;
}
.footer .menu a:first-child {
	padding-left: 0;
	border-left: none;
}

.footer .menu a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer .social {
	float: right;

}
.footer .social b {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: right;
}
.footer .social a {
	display: block;
	float: right;
	width: 54px;
	height: 54px;
	margin-left: 3px;
	background-repeat: no-repeat;
	background-image: url(/images/social-btns-footer.png);
}
.footer .social a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.footer .social a.insta {
	background-position: -1px -1px;
}
.footer .social a.fb {
	background-position: -58px -1px;
}
.footer .social a.vk {
	background-position: -116px -1px;
}
.footer .social a.link {
	background-position: -173px -1px;
}
.footer .social a.gp {
	background-position: -1px -1px;
}
.footer .social a.tw {
	background-position: -58px -1px;
}
.footer .social a.em {
	background-position: -116px -1px;
}
.footer .social a.rs {
	background-position: -230px -1px;
}
a.dev {
	display: block;
	float: right;
	width: 111px;
	height: 15px;
	background-image: url(/images/xpromt.png);
}
.copy {
	color: #666;
	font-family: 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial,"sans-serif";
	font-size: 12px;
	text-transform: uppercase;
}
.rabota {
	background-color: #464646;
	color: #fff;
	padding: 30px 0;
	font-size:18px;
	font-family: 'open_sans_light','open_sans',"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.faq {
	padding:30px 0;
}
.faq h3 {
	color:#464646;
}
.faq .wrapper div {
	float:left;
	width:38%;
	margin-right:12%;
}
.faq .wrapper div a {
	color: #000;
}
.faq b {
	display:block;
	font-weight:normal;
	color:#666;
	font-family: 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial,"sans-serif";
	text-transform:uppercase;
}
.faq i {
	display:block;
	font-style:normal;
	color:#ff000b;
	font-family: 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial,"sans-serif";
	text-transform:uppercase;
}
.faq a.archive {
	display:block;
	float:right;
	font-family: 'fira_sans';
	font-size:18px;
	color:#ff000b;
	padding:10px 60px;
	border:1px solid #333;
	border-radius:5px;
	text-decoration:none;
}
.faq a.archive:hover {
	text-decoration:none;
	background-color:#333;
	color:#fff;
}
.newsletter {
	background-color:#333;
	font-family: "open_sans_light","open_sans","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#fff;
}
.newsletter .wrapper {
	max-width:800px;
	padding:45px 0 45px 300px ;
	background-image:url(/images/mail.png);
	background-repeat:no-repeat;
	background-position:0 -50px;
}
.newsletter .social a.subscribe {
	display: block;
	float: right;
	font-family: 'fira_sans';
	font-size: 18px;
	color: #ff000b;
	padding: 10px 60px;
	border: 1px solid #fff;
	border-radius: 5px;
	text-decoration: none;
	background-color: #464646;
	width: auto;
	height: auto;
	background-image: none;
}
.newsletter .social a.subscribe:hover {
	text-decoration:none;
	background-color:#fff;
}
.newsletter  .social {
	margin:20px 0 0 0;
}
.newsletter .social a {
	display: block;
	float: left;
	width: 41px;
	height: 41px;
	margin-right: 3px;
	background-image: url(/images/social-btns.png);
	background-repeat: no-repeat;
}
.newsletter .social a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.newsletter .social a.gp {
	background-position: -3px -3px;
}
.newsletter .social a.tw {
	background-position: -48px -3px;
}
.newsletter .social a.em {
	background-position: -92px -3px;
}
.newsletter .social a.fb {
	background-position: -137px -3px;
}
.newsletter .social a.rs {
	background-position: -181px -3px;
}
.top {
	background-color:#464646;
	font-family: "open_sans_light","open_sans","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#fff;
}
.top .wrapper .description {
	padding:60px 30px 45px 30px;
}
.top .img {
	position:relative;
}
.top .img img  {
	width:100%;
}
.top .img .title  {
	position:absolute;
	top:35px;
	left:50px;
	font-family: "open_sans_light","open_sans","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:32px;
	color:#000;
}
.top .img .price  {
	position:absolute;
	top:85px;
	left:0;
	background-color:#fff;
	padding:20px 20px	20px 50px;
	font-family: "open_sans_light","open_sans","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:32px;
	line-height:35px;
	color:#000;
}
.top .img .price b {
	font-weight:normal;
	font-size:16px;
	line-height:35px;
}
.top .img .price sup {
	font-size:16px;
}
.top .img .price sup sup {
	font-size: 10px;
}

.header {
	height: 180px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.logo {
	background-image: url(/images/logo.png);
	display: block;
	width: 205px;
	height: 155px;
	float: left;
	margin: 25px 90px 0 10px;
	background-repeat: no-repeat;
	background-size: contain;
}
.header-center {
	display: block;
	float: left;
	width: 490px;
	height: 155px;
	margin-top: 25px;
}
.header-center ul {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style: none;
	margin-bottom: 35px;
}
.header-center ul li {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	border-left: 2px solid #AD6B4B;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
}
.header-center ul li:first-child {
	border-left: none;
}
.header-center ul li:hover {
	background-color: #B50508;
}
.header-center ul li a {
	color: #000;
}
.header-center ul li:hover a, .header-center ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.header-center form a {
	color: #851E21;
	text-transform: uppercase;
	background: url(/images/header-full-search-bg.png) no-repeat center left;
	padding-left: 30px;
	line-height: 30px;
	height: 30px;
	display: block;
	font-size: 11px;
}
.header-center input[type="text"] {
	border: 1px solid #C3CFCB;
	border-radius: 5px 0 0 5px;
	height: 33px;
	padding: 0 10px;
	margin: 0;
	color: #656565;
	font-size: 11px;
	border-right: none;
	width: 397px;
}
.header-center input[type="submit"] {
	background-color: #B8030A;
	background-image: url(/images/search-btn-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -99999px;
	border-radius: 0 5px 5px 0;
	border: 1px solid #C3CFCB;
	width: 72px;
	height: 33px;
}
.header-right {
	margin-top: 25px;
	display: block;
	float: left;
	width: 250px;
	margin-left: 50px;
}
.header-right-top {
	margin-bottom: 45px;
	text-align: right;
}
.header-right-top a {
	color: #000;
	line-height: 26px;
	display: inline-block;
	height: 26px;
	padding: 0 10px;
	
	float: left;
}
.header-right-top span a {
	float: none;
}
.reg-link {
	background: url(/images/header-reg-bg.png) no-repeat center left;
	padding-left: 30px !important;
	border-right: 1px solid #B3B3B5;
}
.header-right-top span {
	display: inline-block;
	margin-left: 15px;
	color: #7B7E8D;
}
.header-right-top span a {
	color: #7B7E8D;
	padding: 0 5px;
}
.header-phone {
	color: #000;
	font-size: 26px;
	display: block;
	text-align: right;
}
.header-phone span {
	font-size: 17px;
	color: #666666;
}
.header-email {
	font-size: 12px;
	color: #000;
	display: block;
	text-align: right;
}

.menu {
	background-color: #464646;
	height: 56px;
}
.top-menu {
	padding: 0;
	display: block;
	position: relative;
	overflow: hidden;
	list-style: none;
	width: 910px;
	margin: 0 auto;
}
.top-menu li {
	float: left;
	padding: 0 12px;
	text-transform: uppercase;
	border-left: 2px solid #802E32;
	margin: 14px 0;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
}
.top-menu li:first-child {
	border-left: none;
}
.top-menu li a {
	color: #fff;
}

.slider-top {
	background-color: #464646;
}
.slider-top .slider {
	position: relative;
}
#top_slider .slick-prev {
	display: block;
	position: absolute;
	top: 50%;
	left: -79px;
	width: 45px;
	height: 111px;
	background-image: url(/images/slider-top-prev.png);
	background-color: transparent;
	border: none;
	text-indent: -9999px;
	margin-top: -55px;
	cursor: pointer;
}
#top_slider .slick-next {
	display: block;
	position: absolute;
	top: 50%;
	right: -70px;
	width: 45px;
	height: 111px;
	background-image: url(/images/slider-top-next.png);
	background-color: transparent;
	border: none;
	text-indent: -9999px;
	margin-top: -55px;
	cursor: pointer;
}
#top_slider .slick-slide {
	position: relative;
	overflow: hidden;
}
.slider-top-slide-name {
	position: absolute;
	top: 55px;
	left: 0;
	background-color: #B8030A;
	font-size: 15px;
	color: #fff;
	padding: 20px 15px 20px 30px;
}
.slider-top-slide-price {
	position: absolute;
	right: 0;
	bottom: 35px;
	color: #fff;
	background-color: #333333;
	padding: 10px 30px 10px 15px;
}
.slider-top-slide-price span {
	font-size: 12px;
}
.slider-top-slide-price span.slider-top-slide-price-price {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 15px 5px;
	display: block;
	font-size: 17px;
	margin-right: 10px;
	float: left;
}
.slider-top-slide-price div {
	float: left;
}
.slider-top-slide-price span.slider-top-slide-price-link {
	background-image: url(/images/slider-top-more.png);
	background-repeat: no-repeat;
	background-position: center right;
	display: inline-block;
	width: 40px;
	font-size: 16px;
	margin-bottom: 15px;
}
/*#top_slider .slick-dots {
	list-style: none;
	position: absolute;
	bottom: 10px;
	overflow: hidden;
	width: 200px;
	text-align: center;
	left: 50%;
	margin-left: -100px;
}*/
#top_slider .slick-dots {
	list-style: none;
	position: absolute;
	bottom: 20px;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#top_slider .slick-dots li {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 9px;
}
#top_slider .slick-dots li button {
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background-color: #FFFEFB;
	border: 2px solid #9D9892;
	cursor: pointer;
}
#top_slider .slick-dots li.slick-active button {
	background-color: #D50912;
	border-color: #D50912;
}

.slider-new {
	padding: 45px 0 30px 0;
	font-family: 'open_sans_light';
}
.slider-new h3 {
	color: #464646;
	margin: 0 0 40px 25px;
}
.slider-new .slider {
	position: relative;
}
.slider-new .slider .slide {
	padding: 0 30px;
}
.slider-new .slider .slide a {
	color: #000;
}
.slider-new .slider .slide a:hover {
	text-decoration: none;
}
.slider-new .slider .slide .photo {
	text-align: center;
	height: 250px;
	/* border: 1px solid red; */
	display: flex;
}
/*.slider-new .slider .slide .photo img {
	width: 100%;
	margin: auto;
}*/
.slider-new .slider .slide .photo img {
	width: auto;
	margin: auto;
	max-height: 250px;
	max-width: 100%;
}
.slider-new .slider .slide .text {
	padding: 20px 0px;
	position: relative;
}
.views {
	position: absolute;
	right: 0;
	background-image: url(/images/cli-views-bg.png);
	background-repeat: no-repeat;
	padding-right: 30px;
	background-position: right center;
	color: rgb(102, 102, 102);
	font-size: 12px;
	font-family: 'open_sans_light';
	top: 40px;
	height: 15px;
}
.slider-new .slider .slide .title {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
	overflow: hidden;
}
.slider-new .slider .slide .title span {
	color: red;
	float: right;
	font-size: 12px;
	 font-family: 'open_sans_light';
}
.slider-new .slider .slide .descr {
	font-size: 12px;
}
.slider-new .slider .slide .phones {
	font-size: 12px;
	margin-bottom: 20px;
}
.slider-new .slider .slide .square {
	float: left;
	width: 50%;
	height: 53px;
	font-size: 16px;
}
.slider-new .slider .slide .square span  {
	color: #ff3908;
}

.slider-new .slider .slide span.als2 {
	display: block;
	font-size: 12px;
	color: rgb(102, 102, 102) !important;
	text-align: left;
	line-height: 1.5;
	text-transform: none !important;
}

.slider-new .slider .slide .square b {
	color: #666;
	display: block;
	height: 15px;
	font-size: 9px;
	line-height: 15px;
	color: #666;
	text-transform: uppercase;
}
.slider-new .slider .slide .price {
	float: left;
	width: 20%;
	height: 53px;
	margin-left: 5%;
	font-size: 16px;
}
.slider-new .slider .slide .price b {
	color: #666;
	display: block;
	height: 15px;
	font-size: 9px;
	line-height: 15px;
	color: #666;
	text-transform: uppercase;
}
.slider-new .slider .slide .price span {
	color: #ff3908;
	text-transform: uppercase;
}
.slider-new .slider .slide sup {
	position: absolute;
}
#newitems_slider .slick-prev, #hotitems_slider .slick-prev {
	display: block;
	position: absolute;
	top: 50%;
	left: -50px;
	width: 45px;
	height: 111px;
	background-image: url(/images/slider-prev.png);
	margin-top: -55px;
	text-indent: -9999px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
#newitems_slider .slick-next, #hotitems_slider .slick-next {
	display: block;
	position: absolute;
	top: 50%;
	right: -50px;
	width: 45px;
	height: 111px;
	background-image: url(/images/slider-next.png);
	margin-top: -55px;
	background-color: transparent;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

.filter {
	background-color: #464646;
}
.filter a.advanced {
	display: block;
	margin: 10px auto 0 auto;
	width: 200px;
	text-align: center;
	padding: 10px 0;
	background-color: #585858;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.filter .fond {
	float: left;
	width: 50%;
	text-align: center;
	color: #fff;
}
.filter .fond h3 {
	margin: 33px 0 24px 0;
}
.filter .fond select {
	background-color: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 7px;
	color: #666;
	padding: 5px 30px;
	width: 407px;
	margin: 0 0 25px 0;

	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	
	background-image: url(/images/select.png);
	background-repeat: no-repeat;
	background-position: 100% 45%;
	cursor: pointer;
	font-size: 100%;
	height: 34px;
}
.filter .fond select::-ms-expand {  /* для IE */ 
    display: none;
}
.filter .fond a {
	display: inline-block;
	color: #ff000b;
	border: 1px solid #fff;
	border-radius: 7px;
	width: 165px;
	padding: 7px 0;
	font-size: 18px;
	margin: 0 35px;
}
.filter h4 {
	margin: 20px 0 40px 0;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	width: 407px;
	display: inline-block;
	text-align: left;
}
.filter h5 {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 5px 0;
	display: inline-block;
	text-align: left;
	width: 407px;
}
.filter input[type="text"], .filter input[type="password"] {
	background-color: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 7px;
	color: #666;
	padding: 5px 30px;
	width: 135px;
	margin: 0 0 25px 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 100%;
	height: 23px;
}
.filter .full-search {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: none;
}
.filter label {
	width: 407px;
	display: inline-block;
	text-align: left;
	margin: 0 0 14px 0;
}
.filter input[type="submit"] {
	display: inline-block;
	color: #ff000b;
	border: 1px solid #fff;
	border-radius: 7px;
	width: 200px;
	padding: 7px 15px;
	font-size: 16px;
	margin: 0 -100px 0 0;
	background-color: #464646;
	position: absolute;
	bottom: 25px;
	right: 25%;
	cursor: pointer;
}
.filter input[type="submit"]:hover {
	border-color: #ff000b;
	text-decoration: underline;
}
.filter .fond .full-search {
	width: 407px;
	margin: 0 auto;
}

.catalog-detail .breadcrumbs {
	color: #484848;
	font-size: 20px;
	text-transform: uppercase;
	margin: 50px 0;
}
.catalog-detail .breadcrumbs span {
	font-size: 14px;
}
.catalog-detail h1 {
	font-size: 42px;
	font-weight: normal;
	margin: 50px 0;
}
.catalog-detail .cd-imgs {
	width: 890px;
	float: left;
	margin-bottom: 40px;
	position: relative;
}
.catalog-detail .cd-imgs .cd-img-full {
	margin-bottom: 50px;
}
/*.catalog-detail .cd-imgs .cd-img-full .slick-slide img {
	width: 100%;
	height: auto;
}*/
.catalog-detail .cd-imgs .cd-img-full .slick-slide img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.catalog-detail .cd-imgs .cd-img-thumb {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color: #F3F3F3;
}
.catalog-detail .cd-imgs .cd-img-thumb .slick-list {
	margin: 15px 25px;
}
.catalog-detail .cd-imgs .cd-img-thumb .slick-arrow {
	position: absolute;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	width: 20px;
	text-indent: -9999px;
	background: none;
	border: none;
	cursor: pointer;
}
.catalog-detail .cd-imgs .cd-img-thumb .slick-prev {
	left: 0;
	background-image: url(/images/slider-detail-prev.png);
	background-repeat: no-repeat;
}
.catalog-detail .cd-imgs .cd-img-thumb .slick-next {
	right: 0;
	background-image: url(/images/slider-detail-next.png);
	background-repeat: no-repeat;
}
.catalog-detail .cd-imgs .cd-img-thumb .slick-slide {
	width: 200px;
	height: 155px;
	margin: 10px;
}
.catalog-detail .cd-imgs .cd-img-thumb .slick-slide img {
	width: 100%;
	height: 100%;
}
.catalog-detail .cd-info {
	margin-left: 920px;
}
.catalog-detail .cd-info .cdi-label-black {
	color: #000;
	font-size: 12px;
}
.catalog-detail .cd-info .cdi-block {
	margin: 2px 0;
	font-size: 16px;
	color: #000;
}
.catalog-detail .cd-info .cdi-block .cdi-label {
	color: #989898;
	font-size: 12px;
	padding-right: 5px;
}
.catalog-detail .cd-info .cdi-block .phone {
	font-weight: bold;
}
.catalog-detail .cd-info .cdi-block a {
	color: #000;
}
.catalog-detail .cd-info h3 {
	color: #C94552;
	margin: 15px 0 5px 0;
	text-transform: none;
	font-size: 16px;
}
.catalog-detail .cd-descr {
	clear: both;
	margin: 40px 0;
	text-align: justify;
	width: 100%;
}
.catalog-detail .cd-map {
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 35px;
}
.catalog-detail .cd-map .cd-map-map {
	width: 890px;
	float: left;
	overflow: hidden;
}
.catalog-detail .cd-map .cd-map-callorder {
	color: #DB461E;
	position: absolute;
	padding: 5px 30px;
	border: 1px solid #000;
	border-radius: 5px;
	text-align: center;
	right: 0;
	bottom: 0;
	text-transform: lowercase;
}
/*
.catalog-detail .cd-imgs .cd-img-full .slick-slide {
	height: 420px;
	display: flex;
}
.catalog-detail .cd-imgs .cd-img-full .slick-slide img {
	height: 100%;
	margin: 0 auto;
}
*/

.adv2-list .slide {
	width: 27%;
	float: left;
	height: 450px;
	margin-bottom: 20px;
}
.adv2-list .slide:hover {
	background-color: #F3F3F3;
}

.ads2-add {
	background-color: #fff;
}
.ads2-add h1 {
	font-size: 28px;
	font-family: 'open_sans';
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	margin: 35px 0;
}
.ads2-add h3 {
	font-family: 'open_sans';
	font-size: 22px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.ads2-add label {
	text-align: left;
	margin-right: 20px;
}
.ads2-add h5 {
	color: #000;
}
.ads2-add input[type="text"], .ads2-add input[type="password"] {
	width: 85%;
	margin-bottom: 0;
}
.ads2-add .requery {
	color: red;
}
.ads2-add .fond {
	text-align: left;
	color: #000;
}
.label {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.label label {
	display: inline-block;
	width: auto;
	float: left;
	margin-bottom: 0;
}
.ads2-add .fond .label select {
	width: 200px;
}
.ads2-add .label input[type="text"] {
	width: 130px;
}
.label h5 {
	margin: 14px 0 0 0;
	width: auto;
	display: block;
}
.label label h5 {
	margin: 0 0 10px 0;
}
.ads2-add .fond select {
	margin-bottom: 0px;
}
.ads2-add textarea {
	width: 96%;
	margin-bottom: 0;
	background-color: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 7px;
	color: #666;
	padding: 2%;
	font-size: 100%;
	color: #666;
	font-family: 'open_sans',"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.ads2-add textarea#dop {
	height: 100px;
}
.ads2-add input[type="text"]:disabled {
	background-color: #f0f0f0;
}
.ads2-add .fond select:disabled {
	background-color: #f0f0f0;
}
.ads2-add .inp2 input[type="text"] {
	width: 33%;
}
.hide {
	display: none !important;
}
.disabled {
	color: #f0f0f0;
}
.clear {
	clear: both;
}
.aa-photos {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.aa-photos .photo {
	width: 15%;
	float: left;
	padding: 2.5%;
	color: #000;
	position: relative;
}
.photo img {
	display: block;
	width: auto;
	margin: 0 auto;
}
.photo a {
	color: #000;
	padding: 0 5px;
}
.aa-photos .links {
	text-align: center;
}
.save-form {
	display: block;
	color: #ff000b;
	border: 1px solid #ff000b;
	background-color: #fff;
	border-radius: 7px;
	padding: 7px 15px;
	font-size: 16px;
	margin: 20px 0 40px;
	cursor: pointer;
}
.save-form:hover {
	color: #fff;
	background-color: #ff000b;
}
.aa-photos .add-photo {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	height: 100%;
}
.add-photo div {
	margin: 20px 0;
}
.add-photo span {
	font-size: 16px;
}
.aa-photos .photo {
	color: #000;
}
.add-photo input[type="text"] {
	width: 75%;
}
.add-photo input[type="button"] {
	background-color: #fff;
	border: 1px solid #ff000b;
	color: #ff000b;
	padding: 5px 10px;
	border-radius: 55px;
	position: absolute;
	width: 55px;
	height: 55px;
	top: 0;
	right: 0;
	cursor: pointer;
}
.add-photo input[type="button"]:hover {
	color: #fff;
	background-color: #ff000b;
}

.ads2-add-success {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 35px;
	color: #38ad38;
}
.main_f-error {
	font-size: 22px;
	color: red;
	padding: 0 0 20px 0;
}

#popup_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	opacity: 0;
	display: none;
	z-index: 1000;
}
#login_form {
	position: absolute;
	z-index: 1001;
	background-color: #b8030a;
	width: 220px;
	height: auto;
	overflow: hidden;
	top: 0;
	display: none;
	right: 0;
	padding: 10px 20px 10px 60px;
	color: #b8030a;
	background-image: url(/images/user-login-bg.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
#login_form form {
	text-align: left;
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
}
#login_form input[type="text"], #login_form input[type="password"] {
	background-color: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 7px;
	color: #b8030a;
	padding: 2% 3%;
	height: 23px;
	width: 93%;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 12px;
}
#login_form input[type="password"] {
	float: left;
	width: 45%;
	margin-bottom: 0;
}
#login_form .save-form {
	margin: 0 0 0 10px;
	float: left;
	width: 43%;
	background-color: #ff000a;
	border-color: #fff;
	color: #fff;
	padding: 2% 3%;
	height: 33px;
}
.user-block {
	width: 200px;
	text-align: center;
	float: left;
	color: #aba6a6;
}
.user-block strong {
	color: #000;
}
.user-block a {
	color: #851E21;
}

#logout_btn {
	background-image: url(/images/user-logout.png);
	background-repeat: no-repeat;
	width: 22px;
	background-position: 10px 2px;
}
.reg-link.user-logined {
	color: #bd141a;
}

.adv2-list-pagination {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: right;
	font-size: 14px;
	margin: 20px 0;
	height: 30px;
	line-height: 30px;
}
.adv2-list-pagination a {
	display: inline-block;
	color: #000;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border: 1px solid #fff;
	margin-left: 10px;
	background-color: #fff;
}
.adv2-list-pagination a.cur {
	border-color: #000;
	background-color: #b50508;
	color: #fff;
	text-decoration: none;
}

.adv2-list-empty {
	font-size: 16px;
}
.adv2-list-empty a {
	color: #000;
	text-decoration: underline;
}

.personal-menu {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.personal-menu li {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	border-left: 2px solid #AD6B4B;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
}
.personal-menu li:first-child {
	border-left: none;
}
.personal-menu li a {
	color: #000;
}
.personal-menu li:hover {
	background-color: #B50508;
}
.personal-menu li:hover a, .personal-menu li a:hover {
	color: #fff;
	text-decoration: none;
}
.slider-new.adv2-list.ads2-add.filter {
	font-family: 'open_sans',"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.slider-new.adv2-list.ads2-add.filter h1 {
	margin-top: 0;
}
.slider-new.adv2-list.ads2-add.filter h3 {
	margin: 0 0 40px 0;
}

#del_f {
	position: absolute;
	overflow: hidden;
	width: 100px;
	right: 0;
	bottom: 1px;
}

.premium {
	background-color: #FFFCE3;
}
.cd-img-price {
	background-color: #B8030A;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 280px;
	padding: 5px 20px;
	font-size: 25px;
}
.cd-img-text {
	background-color: #B8030A;
	color: #fff;
	position: absolute;
	right: 0;
	top: 20px;
	text-transform: uppercase;
	padding: 5px 40px 5px 5px;
	font-size: 16px;
}
.slide .photo {
	position: relative;
}
.marker {
	background-color: #B8030A;
	color: #fff;
	position: absolute;
	right: 0;
	top: 20px;
	text-transform: uppercase;
	padding: 5px 40px 5px 5px;
	font-size: 14px;
}
.marker b {
	font-weight: normal;
	display: block;
	font-size: 24px;
}
.slider-new .marker  {
	font-size: 10px;	
}
.slider-new .marker b {
	font-size: 20px;	
}
#cddi_full .slick-arrow {
	position: absolute;
	text-indent: -9999px;
	display: block;
	top: 50%;
	width: 25px;
	height: 50px;
	margin-top: -12.5px;
	cursor: pointer;
	background-color: #B8030A;
	background-size: contain;
	z-index: 1000;
	border-color: #B8030A;
	border-style: solid;
	border-width: 5px;
	background-repeat: no-repeat;
}
#cddi_full .slick-prev {
	background-image: url(/images/slider-top-prev.png);
	left: 0;
}
#cddi_full .slick-next {
	background-image: url(/images/slider-top-next.png);
	right: 0;
}

#zayavka_f h5 {
	width: 100%;
	text-align: center;
}
#zayavka_f .fond {
	width: 40%;
}
#zayavka_f .fond div {
	position: relative;
	overflow: hidden;
	width: 407px;
	margin: 0 20px 14px 0;
	text-align: center;
}
#zayavka_f .fond div label {
	display: inline-block;
	width: auto;
}
#zayavka_f > label {
	width: 77%;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
}
#zayavka_f > label input[type="text"] {
	width: 92%;
}
#zayavka_f > label textarea {
	width: 92%;
}

/* 09.03.2020 */
.aa-photos .photo > img {
	max-height: 100px;
	width: auto;
	cursor: pointer;
}
.crop-popup {
	display: none;
	position: fixed;
	width: 600px;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	z-index: 100;
	border: 1px solid #000;
	background-color: #fff;
}
.crop-popup > div {
	margin: 5px auto;
}
.crop-popup > div img {
	max-width: 100%;
}
.crop-popup input[type="text"] {
	display: block;
	margin: 10px auto;
}
.crop-popup input[type="button"] {
	display: block;
	width: 183px;
	height: 39px;
	border: 1px solid #CDCDCD;
	border-radius: 5px;
	margin: 10px auto;
	background-color: #FC0308;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
#crop_preview {
	display: none;
	margin-bottom: 20px;
}
#crop_preview a {
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

.agent .aa-photos .photo2 {
	width: 150px;
	padding: 0;
	box-sizing: border-box;
}
.agent .aa-photos .photo2 .links a {
	padding: 0 5px;
	color: #000;
	font-size: 14px;
	border: none;
	margin: 0;
	width: auto;
	border-radius: 0;
}
.agent .aa-photos .photo2 img {
	background-color: #cecece;
}
/* 09.03.2020 */

.mobileonly { display: none; }
@media all and (max-width:1050px) {
	.nomobile { display: none; }
	
	.header {
		height: auto;
	}
	.logo {
		float: none;
		margin: 50px auto;
		width: 80%;
		height: 170px;
		background-size: contain;
		background-position: 50% 50%;
	}
	.header-center {
		float: none;
		width: 100%;
		background-color: #464646;
		padding: 35px 5px;
		margin: 0;
		height: auto;
	}
	.header-center form {
		margin: 0 auto;
		width: 490px;
	}
	.header-center form a {
		display: none;
	}
	.header-right {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	.header-right-top {
		margin: 10px 0;
		float: right;
	}
	.header-right-top span {
		float: left;
	}
	.header-phone {
		clear: both;
		float: none;
	}
	.catalog-detail {
		padding: 60px 35px 25px 35px;
	}
	.catalog-detail .breadcrumbs {
		margin: 15px 0;
	}
	.catalog-detail h1 {
		margin: 15px 0;
	}
	.catalog-detail .cd-info {
		margin: 0;
	}
	.catalog-detail .cd-descr {
		margin: 15px 0;
	}	
	.catalog-detail .cd-imgs {
		float: none;
		width: 100%;
		margin: 15px 0;
		position: relative;
		bottom: 0;
		overflow: hidden;
	}
	.catalog-detail .cd-imgs .cd-img-full {
		width: 100%;
	}
	.catalog-detail .cd-imgs .cd-img-thumb {
		width: 100%;
	}
	.cd-img-price {
		float: none;
		width: 100%;
		margin: 15px 0;
		position: relative;
		bottom: 0;
	}
	.cd-img-text {
		float: none;
		width: 100%;
		margin: 15px 0;
		position: relative;
	}
	.catalog-detail .cd-map {
		min-height: 250px;
	}
	.catalog-detail .cd-map .cd-map-map {
		min-height: 250px;
		float: none;
		width: 100%;
	}
	.catalog-detail .cd-map .cd-map-callorder {
		position: relative;
		display: block;
		margin: 15px 0;
	}
	.newsletter {
		padding: 60px 35px 25px 35px;
		background-image: url(/images/mail.png);
		background-repeat: no-repeat;
		background-position: 0 -50px;
	}
	.newsletter .wrapper {
		width: 100%;
		padding: 0;
		margin: 0;
		background-image: none;
	}
	.newsletter .social a.subscribe {
		margin: 65px auto 15px auto;
		float: none;
		clear: both;
		text-align: center;
	}
	.faq {
		padding: 60px 35px 25px 35px;
	}
	.faq h3 {
		text-align: center;
	}
	.faq .wrapper div {
		float: none;
		width: 100%;
		margin: 0 0 60px 0;
	}
	.faq a.archive {
		float: none;
		text-align: center;
	}
	.rabota {
		padding: 60px 35px 25px 35px;
	}
	.rabota h3 {
		text-align: center;
	}
	.footer {
		padding: 60px 35px 25px 35px;
	}
	.footer .social {
		float: none;
		margin-bottom: 70px;
	}
	.footer .social b {
		text-align: left;
		margin-bottom: 25px;
	}
	.footer .social a {
		float: left;
	}
	.footer .menu {
		display: block;
		height: auto;
		margin-bottom: 35px;
	}
	.footer .menu a {
		font-size: 14px;
	}
	a.dev {
		float: none;
		margin: 10px 0;
	}

	.header {
		height: auto;
		padding-top: 100px;
	}
	.header-center ul {
		position: absolute;
		top: -85px;
		left: 5px;
		width: 85%;
	}
	.header-right-top {
		margin: 10px 0;
		float: none;
		position: absolute;
		top: -40px;
		right: 15px;
	}
	.header-right-top form {
		display: none;
	}
	.logo {
		margin: 0px auto 40px auto;
		background-image: url(/images/logo-m.png);
	}
	.header-phone {
		clear: both;
		float: none;
		position: absolute;
		bottom: 110px;
		right: 4%;
		width: 46%;
	}
	.header-email {
		position: absolute;
		left: 4%;
		bottom: 115px;
		width: 46%;
		text-align: left;
	}
	.header-center {
		padding: 35px 5%;
	}
	.header-center form {
		margin: 0;
		width: 90%;
	}
	.header-center input[type="text"] {
		padding: 0 5%;
		width: 74.5%;
	}
	.header-center input[type="submit"] {
		width: 15%;
	}
	.main-menu-m {
		position: absolute;
		top: -87px;
		right: 15px;
		display: block;
		width: 24px;
		height: 24px;
		background-image: url(/images/menu-btn-m.png);
		z-index: 101;
	}
	body > .menu {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		overflow: visible;
		width: 200px;
		z-index: 100;
		height: auto;
		padding-right: 50px;
	}
	.top-menu {
		width: 100%;
		margin: 0;
	}
	.top-menu li {
		float: none;
		width: 100%;
		height: auto;
		line-height: 2;
	}
	.top-menu li a {
		width: 85%;
		display: block;
	}
	
	#top_slider .slick-prev {
		left: 15px;
		width: 31px;
		height: 77px;
		background-image: url(/images/slider-top-prev-m.png);
		margin-top: -38.5px;
		z-index: 100;
	}
	#top_slider .slick-next {
		right: 15px;
		width: 31px;
		height: 77px;
		background-image: url(/images/slider-top-next-m.png);
		margin-top: -38.5px;
		z-index: 100;
	}
	/*#top_slider .slick-slide img {
		display: block;
		margin-top: 50px;
	}*/
	.slider-top-slide-name {
		top: 0;
		padding: 10px 7.5%;
		width: 85%;
		height: 30px;
		overflow: hidden;
		line-height: 2.2;
	}
	/*#top_slider .slick-dots {
		bottom: auto;
		top: 70px;
	}*/
	
	.top .img img {
		width: 100%;
		height: 430px;
	}
	.top .img .title {
		left: 10px;
		font-size: 26px;
	}
	.top .img .price {
		padding: 20px;
	}
	.top .wrapper .description {
		padding: 30px;
		font-size: 16px;
	}
	
	#newitems_slider .slick-next, #hotitems_slider .slick-next {
		right: 5px;
		width: 31px;
		height: 77px;
		background-image: url(/images/slider-next-m.png);
		margin-top: -38.5px;
		z-index: 100;
	}
	#newitems_slider .slick-prev, #hotitems_slider .slick-prev {
		left: 5px;
		width: 31px;
		height: 77px;
		background-image: url(/images/slider-prev-m.png);
		margin-top: -38.5px;
		z-index: 100;
	}
	.slider-new .slider .slide {
		padding: 0 40px;
	}
	.slider-new .slider .slide .photo {
		height: auto;
	}
	
	.filter .fond {
		float: none;
		width: 100%;
	}
	.filter .fond select {
		padding: 5px 5%;
		width: 90%;
	}
	.filter .fond a {
		width: 40%;
		margin: 0 2.5%;
	}
	.filter .fond .full-search {
		width: 90%;
		margin: 0 5%;
	}
	.filter .fond .full-search .fond {
		float: left;
		width: 50%;
	}
	.filter .full-search {
		width: 90%;
		margin: 0 5%;
	}
	.filter h4 {
		margin: 20px 0 40px 0;
		width: 100%;
		display: block;
		text-align: center;
	}
	.filter h5 {
		display: block;
		text-align: center;
		width: 100%;
	}
	.filter input[type="text"], .filter input[type="password"] {
		width: 25%;
	}
	.filter input[type="submit"] {
		margin: 0;
		position: relative;
		bottom: 0;
		right: auto;
	}
	
	.slider-new h3 {
		margin: 40px 0;
		text-align: center;
	}
	.adv2-list .slide {
		width: auto;
		float: none;
		height: auto;
	}
	
	.catalog-detail {
		padding: 25px 7%;
		width: 86%;
	}
	.catalog-detail .cd-imgs {
		margin: 15px 0;
		padding: 50px 0 0;
	}
	.catalog-detail .cd-imgs .cd-img-full .slick-slide img {
		width: 100%;
		height: auto;
	}
	.catalog-detail .cd-imgs .cd-img-full {
		margin-bottom: 0;
	}
	.catalog-detail .cd-imgs .cd-img-thumb .slick-slide {
		height: auto;
	}
	.catalog-detail .cd-imgs .cd-img-thumb .slick-slide img {
		height: auto;
	}
	.catalog-detail .cd-imgs .cd-img-thumb {
		display: none;
	}
	.cd-img-price {
		float: none;
		width: 40%;
		margin: 0;
		position: absolute;
		bottom: auto;
		top: 0;
		left: 0;
		display: inline-block;
		right: auto;
		padding: 5px 5%;
	}
	.cd-img-text {
		float: none;
		width: 40%;
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 12.5px;
		padding: 5px 5%;
		text-align: right;
	}
	.catalog-detail .cd-info {
		margin: 0 0 20px 0;
		position: relative;
		overflow: hidden;
		width: 100%;
	}
	.catalog-detail .cd-info h3 {
		margin: 0 0 5px 0;
	}
	.cd-m-1 {
		width: 47%;
		float: left;
		margin-bottom: 20px;
	}
	.cd-m-2 {
		width: 47%;
		float: right;
	}
	.cd-m-3 {
		width: 47%;
		float: left;
	}
	.cd-m-4, .cd-m-5 {
		width: 47%;
		float: right;
	}
	.catalog-detail .cd-descr {
		font-size: 16px;
		text-align: left;
		line-height: 1.2;
	}
	.catalog-detail .cd-map {
		margin: 0 -7% 0 -7%;
		width: 114%;
	}
	.catalog-detail .cd-map .cd-map-callorder {
		margin: 15px auto;
		width: 200px;
	}

	.ads2-add.filter {
		width: 90%;
		margin: 0 5%;
	}
	.ads2-add h1 {
		font-size: 24px;
	}
	.ads2-add h3 {
		font-size: 20px;
	}
	.ads2-add label {
		width: 100%;
		margin-right: 0;
	}
	.ads2-add input[type="text"], .ads2-add input[type="password"] {
		width: 80%;
		padding: 5px 10%;
	}
	.ads2-add .fond select {
		width: 100%;
	}
	.ads2-add textarea {
		resize: vertical;
	}
	.ads2-add .fond .label select {
		width: inherit;
	}
	.ads2-add .label input[type="text"] {
		width: 79%;
	}
	.ads2-add .inp2 input[type="text"] {
		width: 27.5%;
	}
	.aa-photos .photo {
		width: 35%;
		margin: 0 5%;
	}
	
	.personal-menu {
		top: -30px;
	}
	
	#zayavka_f .fond {
		width: 100%;
	}
	#zayavka_f .fond div {
		width: 100%;
	}
	#zayavka_f > label {
		width: 100%;
	}
	#zayavka_f > label input[type="text"] {
		width: 79%;
	}
	#zayavka_f > label textarea {
		width: 80%;
	}
	
	.slider-new .slider .slide .text {
		padding: 20px 0;
	}
	.slider-new .slider .slide .square {
		float: left;
		width: 50%;
	}
	.slider-new .slider .slide .price {
		width: 20%;
		margin-left: 5%;
	}
	/*.marker {
		padding: 5px 20px 5px 5px;
		font-size: 10px;
	}
	.marker b {
		font-size: 20px;
	}*/
	.marker {
		padding: 5px 20px 5px 5px;
		font-size: 10px;
		width: 40%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.marker b {
		font-size: 15px;
	}
	.slider-new .marker  {
		font-size: 8px;	
	}
	.slider-new .marker b {
		font-size: 16px;	
	}
	.catalog-detail .cd-info .cdi-block .phone a {
		text-decoration: underline;
	}

	.slick-slide iframe {
		width: 100% !important;
		height: auto !important;
	}
	
	.slider-top .slider {
		position: relative;
		margin-bottom: 30px;
	}
	#top_slider .slick-dots {
		bottom: -30px;
	}
	#top_slider .slick-slide img {
		display: block;
		margin-top: 50px;
		width: 100%;
		height: auto;
		margin-bottom: 40px;
	}
	.slider-top-slide-price {
		bottom: 0;
		padding: 10px 7.5%;
		height: 20px;
		width: 85%;
		text-align: right;
	}
	.slider-top-slide-price span.slider-top-slide-price-price {
		border: none;
		padding: 0;
		display: inline-block;
		margin-right: 0;
		float: none;
	}
	.slider-top-slide-price div {
		float: none;
		display: inline-block;
	}
	.slider-top-slide-price span.slider-top-slide-price-link {
		background-position: center right;
		width: auto;
		margin-bottom: 0;
		padding-right: 25px;
	}
	.slider-top-slide-price br {
		display: none;
	}
	#top_slider .slick-dots li {
		margin: 0 5px;
	}
	
	/* 09.03.2020 */
	.crop-popup {
		width: 100%;
		left: 0;
		margin-left: 0;
		box-sizing: border-box;
	}
	/* 09.03.2020 */
	
	.cd-m-3, .cd-m-5 {
		clear: both;
	}
}
.content .wrapper {
	margin: 40px auto 100px auto;
}
.content h1 {
	color: #464646;
	margin: 0  0 40px 0;
	font-family: 'open_sans';
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
}

.faq2-form label {
	text-align: left;
	margin-right: 20px;
}
.faq2-form h5 {
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 5px 0;
	display: block;
	text-align: left;
	color: #000;
}
.faq2-form input[type="text"] {
	margin-bottom: 0;
	background-color: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 7px;
	color: #666;
	padding: 5px 30px;
	width: 135px;
	margin: 0 0 25px 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 100%;
	height: 23px;
}
.faq2-form textarea {
	height: 100px;
	width: 96%;
	margin-bottom: 0;
	background-color: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 7px;
	padding: 2%;
	font-size: 100%;
	color: #666;
	font-family: 'open_sans',"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.faq2-form h3 {
	font-family: 'open_sans';
	font-size: 22px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.faq2 {
	padding:30px 0;
}
.faq2 h1 {
	color:#464646;
	margin-bottom: 30px;
}
.faq2 div div {
	padding: 15px;
	border-bottom: 1px dotted #999;
}
.faq2 div div:nth-child(odd) {
	background-color: azure;
}
.faq2 div b {
	display: block;
	font-weight: normal;
	color: #666;
	font-family: 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial,"sans-serif";
	text-transform: uppercase
}
.faq2 div a {
	color: #999;
}
.faq2 div i {
	display: block;
	font-style: normal;
	color: #ff000b;
	font-family: 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial,"sans-serif";
	text-transform: uppercase;
}
#price_all {
	width: 80%;
}
.full-search #price_all {
	width: 135px;
}
.ads2-add .label .floor input[type="text"]
{
	width:25px;
}

.catalog-list-paging {
	position: absolute;
	right: 60px;
	text-align: right;
}
.catalog-list-paging-size, .catalog-list-paging-pages {
	font-size: 14px;
	color: rgb(51, 51, 51);
	float: left;
	margin-left: 30px;
}
.catalog-list-paging-size span, .catalog-list-paging-pages span {
	color: #fff;
	background-color: #d80710;
	display: inline-block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}
.catalog-list-paging-size a, .catalog-list-paging-pages a {
	color: #000;
	font-size: 14px;
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.adv2-list {
	padding: 45px 0 60px 0;
}
.catalog-detail .cd-info h3 span {
	color: #000;
	font-size: 20px;
}

.full-search .extra-label {
	width: 407px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.full-search .extra-label label {
	width: 50%;
	float: left;
}

#subscribe_f h5, #callme_f h5 {
	width: 100%;
	text-align: center;
}
#subscribe_f .fond, #callme_f .fond {
	width: 40%;
}
#subscribe_f .fond div, #callme_f .fond div {
	position: relative;
	overflow: hidden;
	width: 407px;
	margin: 0 20px 14px 0;
	text-align: center;
}
#subscribe_f .fond div label, #callme_f .fond div label {
	display: inline-block;
	width: auto;
}
#subscribe_f > label, #callme_f > label {
	width: 77%;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
}
#subscribe_f > label input[type="text"], #callme_f > label input[type="text"] {
	width: 92%;
}
#subscribe_f > label textarea, #callme_f > label textarea {
	width: 92%;
}

.mtb-cfc {
	width: 890px;
	float: left;
	margin-bottom: 40px;
	position: relative;
	background-image: url(/images/mtb-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 200px auto;
	overflow: hidden;
}
.mtb-cfc form {
	float: left;
}
#xcfc_form {
	position: relative;
	overflow: hidden;
	width: 81%;
	margin-bottom: 20px;
	padding-left: 200px;
	box-sizing: border-box;
}
#xcfc_form > div {
	float: left;
	text-transform: uppercase;
	margin-right: 10px;
}
.xcfc-blc1 {
	width: 150px;
}
.xcfc-blc2 {
	width: 90px;
}
#xcfc_form > div input, #xcfc_form > div select {
	width: 90%;
	border: 1px solid #c3c3c3;
	border-radius: 7px;
	padding: 5px 15px;
	color: #666;
	background-color: #fff;
	height: 34px;
	box-sizing: border-box;
}
#xcfc_form > div select {
	background-image: url(/images/select.png);
	background-repeat: no-repeat;
	background-position: 100% 45%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	background-size: 40% 100%;
}
#xcfc_form2 {
	width: 19%;
}
#xcfc_form2 .xcfc-blc1 {
	width: 100%;
}
#xcfc_form2 div input[type="submit"], #xcfc_form2 div input[type="button"], #xcfc_form2_show {
	background-color: #ca030b;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	margin-top: 18px;
	cursor: pointer;
	border: 1px solid #c3c3c3;
	border-radius: 7px;
	height: 34px;
	width: 120px;
	/* margin-bottom: 10px; */
}
#xcfc_form2 div input[type="button"] {
	background-color: #025bac;
	width: 100%;
}
#xcfc_user {
	display: none;
	position: absolute;
	background-color: #fff;
	z-index: 10;
	width: 690px;
	top: 0;
	left: 0;
	margin-left: 200px;
	padding-top: 15px;
}
#xcfc_user .xcfc-blc1 {
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 10px;
}
#xcfc_user .xcfc-blc1 input[type="text"] {
	width: 250px;
	height: 34px;
	border: 1px solid #c3c3c3;
	border-radius: 7px;
	color: #666;
	padding: 5px 15px;
	box-sizing: border-box;
}
#xcfc_form2 #xcfc_user input[type="submit"] {
	width: 200px;
	position: absolute;
	bottom: 10px;
	left: -200px;
	margin-top: 0;
}
.mtb-cfc-result {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-left: 200px;
	box-sizing: border-box;
}
.mtb-cfc-result > div {
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
}
.mtb-cfc-result .title {
	margin-bottom: 10px;
}
.mtb-cfc-result .value {
	color: #025bac;
	font-weight: bold;
}
.mtb-cfc-req-btn {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}
.mtb-cfc-req-btn button#xcfc_form2_show {
	float: right;
	margin-top: 0;
	width: 19%;
}
.mtb-cfc-req-btn > div {
	color: #a19d9d;
	font-size: 12px;
	margin-right: 200px;
}
.xccs-block {
	display: block;
	width: 660px;
	margin: 0 auto;
	background-image: url(/images/mtb-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 100px;
	position: relative;
	overflow: hidden;
}
.xccs-block > div {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.xccs-block label {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.xccs-block label input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	margin-top: 10px;
}
.xccs-block input[type="submit"] {
	position: relative;
	bottom: auto;
	right: auto;
	background-color: #ca030b;
	color: #fff;
	margin: 0;
}
@media all and (max-width:1050px) {
	.mtb-cfc {
		width: 100%;
		padding-left: 0;
		background-position: top center;
		padding-top: 90px;
	}
	#xcfc_form {
		width: 100%;
		padding-left: 0;
	}
	#xcfc_form > div {
		float: left;
	}
	#xcfc_form2 {
		width: 100%;
	}
	#xcfc_form2 div input[type="button"] {
		width: 200px;
		margin: 0 auto 20px;
		display: block;
	}
	.mtb-cfc-result {
		padding-left: 0;
	}
	.mtb-cfc-result > div {
		margin-right: 0;
		width: 100%;
	}
	.mtb-cfc-req-btn button#xcfc_form2_show {
		float: none;
		width: 200px;
		display: block;
		margin: 0 auto 20px;
	}
	.mtb-cfc-req-btn > div {
		margin-right: 0;
	}
	#xcfc_user {
		width: 100%;
		left: 0;
		margin-left: 0;
		top: 80px;
		overflow: hidden;
	}
	#xcfc_user .xcfc-blc1 {
		width: 100%;
	}
	#xcfc_user .xcfc-blc1:last-of-type {
		margin-bottom: 20px;
	}
	#xcfc_form2 #xcfc_user input[type="submit"] {
		width: 200px;
		position: relative;
		bottom: auto;
		left: auto;
		display: block;
		margin: 0 auto;
		clear: both;
	}
}

.bo-sects-menu {
	background-color: #333;
	color: #fff;
	padding: 30px 0;
}
.bo-sects-menu h2 {
	font-family: 'open_sans';
	font-size: 28px;
	text-transform: uppercase;
	margin: 0 25px;
}
.bo-sects-menu ul {
	padding: 0;
	margin: 20px 0px;
	list-style: none;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.bo-sects-menu ul li {
	float: left;
	width: 20%;
}
.bo-sects-menu ul li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.bo-sects-menu ul li.cur a, .bo-sects-menu ul li a:hover {
	color: #333;
	background-color: #fff;
	text-decoration: none;
}
