@charset "utf-8";
@font-face {
  font-family: 'RSSLight';
  font-style: normal;
  src: local('RSSLight'), url(fonts/RotisSemiSansW1G-Light.otf);
}
@font-face {
  font-family: 'RSSItalic';
  font-style: normal;
  src: local('RSSItalic'), url(fonts/RotisSemiSansW1G-LightIt.otf);
}
@font-face {
  font-family: 'RSSRegular';
  font-style: normal;
  src: local('RSSRegular'), url(fonts/RotisSemiSansW1G-Regular.otf);
}


body {
	font-family: 'RSSRegular','Open Sans',Arial ,sans-serif;
	margin: 0;
	padding: 0;
	color:#000;
	background: #fff;
	margin-top:5.73vw;
}
.clear {
	clear: both;
}
a{
	color:#000;
	outline: none;
	text-decoration: none;
}
a:hover{
	cursor:pointer;
	opacity:0.7;
	transition: all 0.3s ease;
}
ul { 	
	list-style:none;
	padding:0;
	margin: 0;
}
.descr p, .descr table, .descr ul li, .descr ol li {
    color: #575757;
    font-family: 'RSSLight';
    font-size: 1.56vw;
    text-align: justify;
    text-indent: 0;
    margin: .5vw 0;
	line-height: 1.4;
}
.wow {
	visibility: hidden;
}
input:active, textarea:active, button, a { outline:none;}
input:focus, textarea:focus { outline:none;}
textarea { resize:none;}
input, textarea { letter-spacing: 1px; }

*,::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hidden { display:none !important; }
.content {
	display:block;
	text-align: center;
	width:100%;
	clear: both;
	overflow: hidden;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.margin_top3{
	margin-top:3vw;
}
.margin_bottom3{
	margin-bottom:3vw;
}
.margin_top4{
	margin-top:4vw;
}
.margin_bottom4{
	margin-bottom:4vw;
}

#to_up{
	z-index: 1000;
	right: 20px;
	bottom: 2vw;
	position: fixed;
	display: none;
	width: 2.5vw;
	height: 2.5vw;
	outline: none;
	border-radius: 50%;
	background: url("/img/btn_up.png") no-repeat center center #e8e8e8;
	background-size: 40% auto;
	box-shadow:0 0 10px 0 #868687;
}
#min_callback{
	display:block;
	width: 4.8vw;
	height: 13.5vw;
	box-shadow: 0 0 .8vw 0 rgb(200,200,200,.5);
	background: url("/img/min_call.png") center center no-repeat;
	background-size: cover;
	text-align: center;
	position: fixed;
	top: 17vw;
	right: -1.6vw;
	z-index: 100;
	cursor: pointer;
	border-radius: .5vw;
	transition: all 300ms ease-in-out 0s;
}
#min_callback:hover{
	right: -1vw;
	transition: all 300ms ease-in-out 0s;
}

header {
  	position:absolute;
    top: 0;
    left: 0;
    height: 5.73vw;
    width: 100%;
    overflow: hidden;
    background:#fff;
    z-index: 1010;
	padding:0 20px;
	display:block;
	box-shadow:0 0 .8vw 0 #868687;
	vertical-align:middle;
}
header.sticky {
    position: fixed;
}
header .logo {
	float: left;
	height: inherit;
	width: 22vw;
}
header .logo .head{
	font-size: 2.5vw;
}
header .logo .substr {
	font-size: 1.41vw;
	display:block;
	color:#4c4b4b;
}
header .info_content {
	float: left;
	height: inherit;
	padding: .8vw 0;
	width: 16vw;
}
header .info_content a{
	font-family: 'RSSItalic';
    font-size: 0.94vw;
	color:#4c4b4b;
	display:block;
	line-height: 2;
}
header .info_content a .fa{
	padding-right:8px;
}
header .top_menu{
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	float: right;
}
header .top_menu li {
    list-style: none;
    display: inline-block;
    height: 100%;
	color: #000;
	cursor:pointer;
}
header .top_menu > li > a {
    position: relative;
    display: block;
    height: 100%;
    font-family: 'RSSLight';
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 5.73vw;
	padding: 0 .75vw;
}
header .top_menu > li.active > a, header .top_menu > li > a:hover {
	text-decoration: underline;
}
.footer_menu > li.active > a{
	text-decoration: underline;
}
header .fa.fa-bars {
    display: none;
}

footer{
	background:#eee;
	width:100%;
	font-size:0;
}
footer .foot_left{
    float: left;
	padding-left:20px;
    width: 25vw;
	text-align:left;
	overflow: hidden;
}
footer .foot_left .cell{
	padding-top:1vw;
}
footer .foot_left .substr, footer .foot_left .substr a{
	font-family: 'RSSItalic';
	font-size: 0.94vw;
	color: #4c4b4b;
	line-height: 2;
}
footer .foot_left .foot_address{
	font-family: 'RSSItalic';
	font-size: 0.94vw;
	color: #4c4b4b;
	line-height: 2;
}
footer .foot_left .fa{
	padding-right: 8px;
}

footer .foot_center{
    float: left;
	padding:0 20px;
    width: 50vw;	
	text-align:center;
	overflow: hidden;
}
footer .foot_center ul > li{
	display: inline-block;
}
footer .foot_center ul > li > a {
    position: relative;
    display: block;
    height: 100%;
	font-family: 'RSSItalic';
	color: #4c4b4b;
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 5.73vw;
    padding: 0 .5vw;
}
footer .foot_right{
	float: left;
	padding-right:20px;
    width: 24vw;
	text-align: right;
	overflow: hidden;
}
footer .foot_right a{
	font-family: 'RSSItalic';
	color: #4c4b4b;
    font-size: 1.25vw;
	line-height: 5.73vw;
}
footer .foot_right a .fa{
	padding-right: 8px;
}

footer .socials_button {
    display: inline-block;
    padding: 0;
	position: relative;
	bottom: -.5vw;
	right: 2vw;
}
footer .socials_button li {
    float: left;
    background-color: inherit;
    margin-right: 1vw;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 1px solid #5c5c5c;
}
footer .socials_button li a {
    display: block;
    height: 2vw;
    width: 2vw;
}
footer .socials_button li a.fb {
    background: url('/img/vk.png') no-repeat center center;
    background-size: contain;
}
footer .socials_button li a.im {
    background: url('/img/telegram.png') no-repeat center center;
    background-size: contain;
}

footer .vencedor{
	text-align:center;
	padding:0.8vw;
	margin:0 20px;
	border-top:1px solid #000;
}
footer .vencedor a{
	color: #4c4b4b;
	font-size:.8vw;
	font-family: 'RSSItalic';
}

.all_view {
	color:#3c3c3c;
	font-size: .94vw;
	font-family: 'RSSLight';
	padding: .2vw 1.2vw;
	border: 1px solid #3c3c3c;
	white-space: nowrap;
	border-radius: 3px;
	display: inline-block;
	margin: 1vw 0;
}
.all_view:hover {
	color: #fff;
	background:#000;
	border: 1px solid #000;
}
.row .block_left,.row .block_right {
	display: inline-block;
	width: 50%;
	padding:0 20px;	
}


/*index*/
#consultant{
	top:13vw;
	right:20px;
	padding: 1.5vw 1.3vw 1.5vw 8vw;
	line-height: 1.5vw;
	cursor:pointer;
	z-index:100;
	position:absolute;
	color:#000;
	font-size: .9vw;
	font-family: 'RSSLight';
	font-style: italic;
	background:#fff;
	box-shadow: 0 0 .8vw 0 #cbcbcb;
}
#consultant::before {
	background: url(/img/consul.png) no-repeat;
	background-size: contain;
	content: "";
	width: 100%;
	height: 115%;
	display: inline-block;
	position: absolute;
	bottom: 0vw;
	left: 0;
}
.row .block_left{
	text-align: left;	
}
.row .block_right {
	text-align: center;
}
.block_left hr{
	border: 0;
	height: 1px;
	background: #000;
	background-image: -webkit-linear-gradient(left, #000, #000, #fff);
	background-image: -moz-linear-gradient(left, #000, #000, #fff);
	background-image: -ms-linear-gradient(left, #000, #000, #fff);
	background-image: -o-linear-gradient(left, #000, #000, #fff);
	width: 100%;
	display: inline-block;
	position: relative;
	left: -20px;
}
.head_txt{
	color:#000;
	line-height:1.4;
	font-size:2.1vw;
	font-family: 'RSSRegular';
}
.regular_txt{
	color:#3c3c3c;
	line-height:1.4;
	font-size:1.6vw;
	font-family: 'RSSLight';
}
.sub_head_txt{
	color:#3c3c3c;
	line-height:1.4;
	font-size:1.88vw;
	font-family: 'RSSItalic';
}

.row .block_left{
	text-align: left;	
}
.row .block_right {
	text-align: center;
}

.plitka_category .win_category{
	text-align: center;
	padding:0px;
	overflow: hidden;
	position: relative;
	height:34vw;
}
.plitka_category .win_category a{
	text-align:center;
	overflow: hidden;
}
.plitka_category .win_category a:hover{
	opacity:1;
}
.plitka_category .win_category a .head_items_bl{
	font-size: 1.6vw;
	color:#000;
	font-family: 'RSSRegular';
	display: block;
	position: absolute;
	width: 50vw;
	bottom: 5%;
	text-align: center;
	z-index: 200;	
}
.plitka_category .win_category a img{
	display:inline-block;
	height:100%;
	width:auto;
	position:relative;
}
.plitka_category .win_category a::before {
    background: #000;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 300ms ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.plitka_category .win_category:hover a::before{
	opacity: .3;
	visibility: visible;
}
.plitka_category .win_category a::after {
    content: "";
    height: 30%;
    left: 0;
	bottom: 0;
    position: absolute;
    width: 100%;
	background-image: -webkit-linear-gradient(to top,rgb(255,255,255,1), rgb(255,255,255,0));
	background-image: -moz-linear-gradient(to top,rgb(255,255,255,1), rgb(255,255,255,0));
	background-image: -ms-linear-gradient(to top,rgb(255,255,255,1), rgb(255,255,255,0));
	background-image: -o-linear-gradient(to top,rgb(255,255,255,1), rgb(255,255,255,0));
}

/* plain */
.header_img{
	display:block;
	padding:0;
	width:100%;
	overflow:hidden;
	max-height: 36.5vw;	
}
.header_img img{
	width:100%;
	height:auto;
}
.plain{
	display:block;
	padding:2vw 20px 5vw;
}
.plain h1{
	color:#000;
	font-family: 'RSSRegular';
	font-size: 2.5vw;
	text-align:center;
	margin:2.2vw 0 3.2vw 0;
}

.contacts .socials_button {
    display: block;
    padding: 0;
}
.contacts .socials_button li {
    float: left;
    background-color: inherit;
    margin-right: 1vw;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 1px solid #5c5c5c;
}
.contacts .socials_button li a {
    display: block;
    height: 2vw;
    width: 2vw;
}
.contacts .socials_button li a.fb {
    background: url('/img/vk.png') no-repeat center center;
    background-size: contain;
}
.contacts .socials_button li a.im {
    background: url('/img/telegram.png') no-repeat center center;
    background-size: contain;
}

.contacts .gray{
	color:#575757;
	font-family: 'RSSLight';
	font-size: 1.56vw;
	text-align:left;	
}
.contacts .legend,.contacts .legend a{
	color:#000;
	font-family: 'RSSLight';
	font-size: 1.56vw;
	text-align:left;
	padding-bottom:1.5vw;	
}

.contacts .contact_left{
	display: inline-block;
	width: 50%;
	padding-left: 8vw;
	float:right;
	text-align:left;
	line-height: 1.6;
}
.contacts .contact_right{
	display: inline-block;
	width: 50%;
	padding: 0;
	float:left;
}
.contacts .feedback_form{
	display: inline-block;
	width: 50%;
	padding-left: 8vw;
	text-align:left;
	float:right;		
}
.contacts hr{
	margin: 3vw 0;
	border: 0;
	height: 1px;
	background: #e0e0e0;
}
#big_img{
	height: 37.5vw;
}
.contacts .row_cont{
	display: inline-block;
	margin: 2vw 0;
	width: 100%;
}
.contacts .cont_stick{
	padding:1.5vw 1.3vw;
	background:#e8e8e8;
	float:left;
	display: inline-block;
}
.contacts .cont_stick img{
	float: left;
	width:2.55vw;
}
.contacts .cont_stick .txt_stick{
	 font-family: 'RSSItalic';
	 font-size:1.35vw;
	 padding-left:1.3vw;
	 margin-left:1.3vw;
	 border-left:1px solid #000;
	 float:right;
}
button#print-btn {
    color: #3c3c3c;
    font-size: .94vw;
    font-family: 'RSSLight';
    padding: .5vw 1.2vw;
    border: 1px solid #3c3c3c;
	background:#fff;
    white-space: nowrap;
    border-radius: 3px;
    display: inline-block;
    margin: 2vw 0;
	float: right;
	transition: all 0.3s ease;
}
button#print-btn .fa{
	padding-left: .5vw;
}
button#print-btn:hover {
	cursor:pointer;
    color: #fff;
    background: #000;
    border: 1px solid #000;
	transition: all 0.3s ease;
}
.feedback_form form{
	display:block;
	padding:2.6vw;
	width: 80%;
	margin-top: 1.5vw;
	box-shadow: 0px 1px 8px 0px #bababa;
}
.feedback_form form .head_form{
	text-align:center;
	font-size:1.5vw;
	margin-bottom:2vw;
}
.feedback_form form .field {
    padding: 0.4vw 0;
}
.feedback_form form .field input, .feedback_form form .field textarea{
	width:100%;
	border:1px solid #bababa;
	padding:0.94vw;
	font-size:0.94vw;
	font-family: 'RSSRegular';
}
.feedback_form form .field label{
	padding:0.94vw 0;
	font-size:0.8vw;
    font-family: 'RSSLight';
	color: #979797;
}
.feedback_form form .field label input{
	width:auto;
}
.feedback_form form .field input[type="submit"]{
	color: #fff;
	text-align: center;
	width: 100%;
	margin-top: .8vw;
	transition: all 0.3s ease 0s;
	background: #000;
	border: 1px solid #000;	
	padding: 0.7vw;
}
.feedback_form form .field input[type="submit"]:hover {
    color: #000;
    border: 1px solid #bebebe;
    background: #bebebe;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
/* news */
.global_box{
	display: inline-block;
	font-size: 0;
	width: 100%;
}
.global_box .win_box{
    display: inline-block;
    width: 50%;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    padding:0;
    margin:0;
}
.global_box .cart_left{
	padding-left:2.4vw;
}
.global_box .cart_right{
	padding-right:2.4vw;
}
.global_box .win_box .img_cart{
	display:block;
	width:100%;
	height:36.87vw;
	position:relative;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}
.global_box .win_box .img_cart .isStok {
	display: block;
	width: 5vw;
	height: 5vw;
	background-color: #cc0505;
	color: #fff;
	border-radius: 50%;
	font-family: 'RSSItalic';
	font-size: 2vw;
	position: absolute;
	z-index: 10;
	text-align: center;
	line-height: 5vw;
	margin-left: 38vw;
	margin-top: 2.4vw;	
}
.global_box .win_box a:hover{ opacity:1; }
.global_box .win_box .img_cart img{
	height:100%;
	width:auto;
	display:inline-block;
}
.global_box .win_box .anonses{
	display:block;
	width:100%;
	padding:2vw 0;
	height:12vw;
}
.global_box .win_box .name_cart{
	font-size:1.8vw;
	line-height:1.2;
	display:block;
	width:100%;
	height:4.5vw;
}
.global_box .win_box .anonses .day{
	float:left;
	font-size:.94vw;
	white-space: nowrap;
	color:#575757;
	margin: 1vw 0;	
	padding: .2vw 0;
}
.global_box .win_box .anonses .view{
	float: right;
	color: #3c3c3c;
	font-size: .94vw;
	font-family: 'RSSLight';
	padding: .2vw 1.2vw;
	border: 1px solid #3c3c3c;
	white-space: nowrap;
	border-radius: 3px;
	display: inline-block;
	margin: 1vw 0;
}
.global_box .win_box .anonses .view:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.info .global_box .cart_left{
	float:right;
	height:auto;
}
.info .global_box .cart_left .head_txt {
	font-size:1.87vw;
}
.info .global_box .win_box .day {
	font-size: .94vw;
	white-space: nowrap;
	color: #575757;
	margin: 1vw 0;
	width:100%;
	display:block;
}
/*catalog*/
.middle{
	width: 60%;
	text-align: center;
	display: inline-block;
}
.middle p, .middle table, .middle ul li, .middle ol li {
    color: #575757;
    font-family: 'RSSLight';
    font-size: 1.56vw;
    text-align: center;
    text-indent: 0;
    margin: .5vw 0;
    line-height: 1.4;
}
.listItem{
	display: inline-block;
	width: 33.3%;
	overflow: hidden;
	padding: 1px;
	height: 25.4vw;
}
.listItem::before {
    background: #000;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 300ms ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.listItem:hover::before{
	cursor:pointer;
	opacity: .3;
	visibility: visible;
}
.listItem img{
	width: 100%;
}

.gray_polos{
	display:block;
	text-align:center;
	background: #fcfcfc;
	padding:3.65vw;
	margin: 3vw 0;
}
.footer_consultant {
	display:inline-block;
}
.footer_consultant .stikers {
	display:inline-block;
    line-height: 2;
    color: #000;
    font-size: 1.1vw;
    font-family: 'RSSLight';
    font-style: italic;
    background: #e8e8e8;
	padding: 2vw 2vw 2vw 10vw;
	position: relative;
}
.footer_consultant .stikers::before {
    background: url(/img/consul.png) no-repeat;
    background-size: contain;
    content: "";
	width: 8.8vw;
	height: 9vw;
    display: inline-block;
    position: absolute;
    bottom: 0vw;
    left: 0;
}
.footer_consultant .btn_stikers {
	display:inline-block;
	float:right;
	padding: .8vw 2vw;
	width: 18vw;
}
.footer_consultant .btn_stikers a.btn {
    color: #3c3c3c;
    font-size: 1.2vw;
    font-family: 'RSSLight';
    padding: .2vw 1.2vw;
    border: 1px solid #3c3c3c;
    white-space: nowrap;
    border-radius: 3px;
    display: inline-block;
    margin: .7vw 0;
    width: 100%;
}
.footer_consultant .btn_stikers a.btn:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
.middle_subsect {
    width: 60%;
    text-align: center;
    display: inline-block;
	padding: 4vw 1vw 1vw;
}
.middle_subsect li>a{
    display: inline-block;
	font-family:'RSSRegular';
	font-size: 2vw;
	line-height: 1.6;
}
.middle_subsect .head{
    display: inline-block;
	font-family:'RSSRegular';
	font-size: 2vw;
	line-height: 1.6;
	margin-bottom: 3vw;
}
.row_subsect .block_subsect_txt, .row_subsect .block_subsect_img{
	display: inline-block;
	width: 50%;	
}
.row_subsect .block_subsect_txt{
	padding: 2vw 2vw 2vw 8vw;
    border-top: 1px solid #666;
	text-align:left;
}
.row_subsect .block_subsect_txt .head_subsect{
	font-family:'RSSRegular';
	font-size: 1.88vw;
	color:#000;
	line-height: 1.4;
	padding-bottom: 1vw;
}
.row_subsect .block_subsect_img{
	padding: 3vw 8vw 3vw 2vw;
	overflow:hidden;
}
.row_subsect .block_subsect_img img{
	width:100%;
	height:auto;
}
.inline_pl{ display:inline-block; }

@media  (max-width: 1230px) {

}
@media  (max-width: 768px) {
					
}
@media  (max-width: 480px) {

}
@media  (max-width: 320px) {	
}