html, body, form{
	margin: 0;
	padding: 0;
}

html{
	overflow-x: hidden;
}

body{
	height:auto !important;
	font-family:Arial;
	font-size:13px;
	padding:0px;
	line-height:18px;
/*	background:#f9f9f9; /*newYare*/
        /*background: url('img/bg_9may.jpg') top center;*/
/*	background: url("img/bottom-snow.png") no-repeat bottom /contain;*/
	height: 100%;
	position: relative;
}

.authulka{
	position: relative;
	z-index: 110000;
}

#upButton{
	background: url(/img/up.png) 0 0 no-repeat transparent;
	position: fixed;
	cursor: pointer;
	display: none;
	bottom: 132px;
	height: 73px;
	width: 73px;
	right: 20px;
	z-index: 99;
}


#upButton.enb {
    display: block;
}
#upButton:hover {
    background-position: -73px 0;
}

/*
.bootom-snow {
    width: 100%;
    background: url("img/bottom-snow.png") no-repeat center /cover;
    height: 596px;
    position: absolute;
    bottom: 180px;
    z-index: -1;

}
*/

.bottomSectionText{
	margin:25px 0;
	position: relative;
	z-index: 10;
}

.table-header{
	position: relative;
	z-index: 100;
}

.goAction{
	background: #2b8f43;
	padding: 1% 3%;
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	margin-top: 10px;

}

.goAction:hover{
	color: #fff !important;
	text-decoration: none;
}

/*
.work-area{
	position: relative;
	z-index: 2;
}
*/

.work-area.subscribe{
	position: relative;
	clear: both;
}

.main_content{
	position: relative;
	z-index: 2;
}

.wrap-big{
	position: relative;
}

.sprava15{
	margin-right: 15px;
}

.sleva15{
	margin-left: 15px;
}

/*
body::before{
	content: " ";
	background: url("img/snow5.png") repeat-y left top;
	position: absolute;
	left: 0;
	top: 0;
	width: 15%;
	height: 90.2%;
	z-index: 2
}

body::after{
	content: " ";
	background: url("img/snow5.png") repeat-y right top;
	position: absolute;
	right: 0;
	top: 0;
	width: 15%;
	height: 82%;
}

*/

h1{
	margin:0;
	padding:0;
}

#fancyfeedbak_outer{
	width:500px;
	margin:0 auto;
}

:focus{
	outline:-webkit-focus-ring-color auto 0px;
}

.myriad-pro{
	font-family:Myriad pro;
}

/* grlobal styles */
.clear{
	clear:both;
}
.none1{
	width:1px;
	height:1px;
	position:absolute;
	left:-10000px;
}
.none2{
	display:none;
}
.hr{
	width:100%;
	height:1px;
	background-color:#C7C7C7;
}

/* global style links */
a{
	color:#121212;
}
a:hover{
	/*color:#86A700;*/
	color: #009944;
}

/* global buttons style */
input.butt{
	background: #3B92C6 url('img/btn/bg_butt.png') 0 0 repeat-x;
	border:0px solid #3289CE;
	color:white;
	cursor:default;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:11px;
	margin:0px;
	padding:15px 18px;
	text-align:center;
	height:40px;
	font-weight:700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: background-color .2s ease,box-shadow .2s ease;
	-webkit-transition: background-color .2s ease,box-shadow .2s ease;
	transition: background-color .2s ease,box-shadow .2s ease;
	cursor: pointer;
}
input.butt:hover{
	-moz-box-shadow: 0 0 4px 0 #3b92c6;
	-webkit-box-shadow: 0 0 4px 0 #3B92C6;
	box-shadow: 0 0 4px 0 #3B92C6;
}
.refresher_delay_delete{
    background: none repeat scroll 0 0 #eeeeee !important;
    color: #666666 !important;
}
/* global input text */
input.textinpbig{
	border:1px solid #B5B5B5;
	padding:8px 10px;
	font-size:14px;
	color:#222222;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
input.textinpbig:hover,
input.textinpbig:focus{
	outline:-webkit-focus-ring-color auto 0px;
	-moz-box-shadow: 0 0 4px 0 #B5B5B5;
	-webkit-box-shadow: 0 0 4px 0 #B5B5B5;
	box-shadow: 0 0 4px 0 #B5B5B5;
}
input.textinpsmall{
	border:1px solid #B5B5B5;
	padding:3px 5px;
	font-size:12px;
	color:#222222;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	height: 40px;
	width: 200px;
}

input.textinpsmall.pass{
	-webkit-text-security: disc;
}

.starrequired{
	color: red;
}

input.textinpsmall:hover,
input.textinpsmall:focus{
	outline:-webkit-focus-ring-color auto 0px;
	-moz-box-shadow: 0 0 4px 0 #B5B5B5;
	-webkit-box-shadow: 0 0 4px 0 #B5B5B5;
	box-shadow: 0 0 4px 0 #B5B5B5;
}

/* global textarea */
textarea{
	border:1px solid #B5B5B5;
	padding:8px 10px;
	font-size:14px;
	color:#222222;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
textarea:hover,
textarea:focus{
	outline:-webkit-focus-ring-color auto 0px;
	-moz-box-shadow: 0 0 4px 0 #B5B5B5;
	-webkit-box-shadow: 0 0 4px 0 #B5B5B5;
	box-shadow: 0 0 4px 0 #B5B5B5;
}

/* global page_title */
.pagetitle{
	font-size:30px;
	line-height:32px;
}
.pagetitle_catalog{
	font-size:24px;
}
.pagetitle,
.pagetitle_catalog{
	margin:0px 0px 15px 0px;
	padding:0;
}

/* top panel */
#toppanel{
	width:100%;
	height:32px;
	background:url('img/bg_top_panel.png') 0 0 repeat-x;
	text-align:center;
}
#wrap_analog{
	width: 1180px;
	height:32px;
	margin:0 auto;
}
#wrap_analog .popup_feedback,
#wrap_analog .popup_recall,
#wrap_analog .site_email{
	margin-top:7px;
}
#wrap_analog .popup_feedback{
	float:left;
	background:url('img/feedback_icon.png') 0 -2px no-repeat;
	padding:0px 25px 5px 25px;
}
#wrap_analog .popup_feedback a{
	float:left;
	display:block;
	border-bottom:1px dashed black;
	text-decoration:none;
}
#wrap_analog .popup_feedback a:hover{
	border-bottom:0px;
}
#wrap_analog .popup_recall{
	float:left;
	background:url('img/recall_icon.png') 0 2px no-repeat;
	padding:0px 25px 5px 18px
}
#wrap_analog .popup_recall a{
	float:left;
	display:block;
	border-bottom:1px dashed black;
	text-decoration:none;
}
#wrap_analog .popup_recall a:hover{
	border-bottom:0px;
}
#wrap_analog .site_email{
	float:left;
}
#wrap_analog .tp_line{
	float:left;
	background-color:#C2C2C2;
	width:1px;
	height:32px;
	margin:0 30px 0 30px;
}

/* wrap */
#wrap{
/*	background: url("img/bg-image2.png") repeat-y scroll center top;*/
	margin:0 auto;
}
.wrap-small{
	max-width:1180px;
}
.wrap-big{
	max-width:1180px;
}

/* page */
#page{
/*    background: url("img/bg-texture2.png") no-repeat scroll center bottom;*/
	width:100%;
	padding-bottom:30px;
}

/* header */
#header{
	padding:0;
}
#header .site_name{
	font-size:32px;
	font-weight:bold;
}
#header .site_name a,
#header .site_name a:hover{
	color:black;
	text-decoration:none;
}
#header .phones{
	text-align:center;
}
#header span.phone1{
	margin-right:25px;
}
#header .top_menu{
	margin-top:25px;
}

/* main page */
.adv_banners-banner{
	margin-bottom:17px;
}
.sidebar{
	width:230px;
	float:left;
}
.main_content{
	width:100%;
	float:right;

}
.adv_banners_long{
	margin:20px 0px;
}
.adv_banners_long .adv_banners_long-banner{
	width:100%;
	text-align:center;
	height:65px;
	border:1px solid #BDBDBD;
	background-color:#F4F4F4;
	border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
}
.adv_banners_long .adv_banners_long-banner a{
	display:block;
	margin-top:-10px;
}
.max_height_small_banners{
	height:314px;
	overflow:hidden;
}
.paysys{
	background-image:url('img/payment/pay_systems.gif');
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:50px;
	height:30px;
	margin-right:20px;
	padding:0;
}
.paysys1{background-position:0 0px;}
.paysys2{background-position:0 -35px;}
.paysys3{background-position:0 -70px;}
.paysys4{background-position:0 -105px;}
.paysys5{background-position:0 -140px;}
.paysys6{background-position:0 -175px;}
.paysys7{background-position:0 -210px;}
.paysys8{background-position:0 -245px;}
.paysys9{background-position:0 -280px;}
.paysys10{background-position:0 -315px;}
.paysys11{background-position:0 -350px;}

/* footer */
#footer .counter {
	margin: -65px 0px 10px 60px;
}
#footer{
	padding-top:10px;
	position: relative;
	z-index: 1;
	background:#f5f5f6 !important;
}
#footer .soc_icons{
	float:right;
	position: relative;
}
#footer .soc_icons a{
	display:block;
	float:right;
	margin-left:5px;
	margin-top:15px;
}
#footer .soc_icons a:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}
#footer .botp1,
#footer .botp2,
#footer .alfa_systems{
	font-family:Arial;
	font-size:11px;
	color:#474747;
}
#footer .botp1{
	float:left;
	margin-bottom:14px;
}
#footer .botp2{
	float:left;
	font-size: 12px;
}
#footer .alfa_systems{
	float:right;
}

/*START NEW STYLE*/

div.view-item {
float: left;
height: 210px;
margin: 5px 15px;
text-align: center;
width: 155px;
}
div.view-list {
border: 1px solid #CCCCCC;
height: 250px;
width: auto;
}
.top_menu_lvl2 img {
border: none;
}
.item-leftborder .item-name {
line-height: 14px;
}

.bannerYM {
/*position:absolute;*/
left: -85px;
top: 30px;
}

.access_price {
float: left;

}

.access_addcart a {
float: left;
background: url("img/btn/add2basket.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
display: block;
height: 24px;
margin-left: 20px;
transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s;
width: 100px;
}

.access_addcart a:hover {
box-shadow: 0 0 4px 0 #3B92C6;
}

/*END NEW STYLE*/

/*Brands Slider*/
.brands-slider {
	background:white;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:1px 1px 2px 1px #bbbbbb;
	-moz-box-shadow:1px 1px 2px 1px #bbbbbb;
	-webkit-box-shadow:1px 1px 2px 1px #bbbbbb;
	margin-top: 20px;
}
.brand-slide {
	background-color: white;
	margin: 10px;
	text-align: center;
}
.brand-block {
	outline: none;
	text-align: center;
}
.brand-delimiter {
	height: 20px;
	width: 100%;
}
.brand-block img {
	display: inline;
}
.brand-block .brand-field {
	clear: both;
	display: block;
	margin-bottom: 5px;
}
.brand-block .brand-cert-img {
	border: 1px solid #808080;
}
.brand-block .brand-link {
	font-size: 14px;
	text-decoration: underline;
}
.brand-block .brand-link:active,
.brand-block .brand-link:hover {
	text-decoration: none;
}

/* Slick slider */
.slick-list:focus,
.slick-slide {
	outline: none;
}

.slick-prev,
.slick-next {
	border: medium none;
	cursor: pointer;
	font-size:0;
	height: 24px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	width: 15px;
	z-index: 10;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: 0.25;
}

.slick-prev {
	background: transparent url("/images/slider_arrows.png") no-repeat scroll 0 0;
	left: 15px;
}

.slick-next {
	background: transparent url("/images/slider_arrows.png") no-repeat scroll 0 -48px;
	right: 15px;
}

.slick-prev:hover {
	background-position: 0 -24px;
}

.slick-next:hover {
	background-position: 0 -72px;
}

.pay-sys {
	float: right;
}

.pay-sys ul {
	list-style: none;
	padding: 0;
}

.pay-sys ul li {
	display: inline-block;
}

.why-buy {
	margin-top: 30px;
	margin-bottom: 45px !important;
}

.why-buy__inner {

}

.why-buy__inner ul {
	padding: 0;
}

.why-buy__inner ul li {
	display: inline-block;
	width: 19%;
	vertical-align: top;
	margin-right: 7px;
}

.why-buy__inner ul li:last-child {
	margin-right: 0;
}

.why-buy__inner ul li a {
	color: #000;
	display: block;
	text-decoration: none;
}
.why-buy__inner ul li a span {
	display: inline-block;
	width: 136px;
	color: #309a4a;
	vertical-align: middle;
}


.why-buy__inner ul li a:before {
	background: url('img/1478082733_Icons.png') no-repeat -32px -22px;
	width: 74px;
	height: 74px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	content: '';
}

.why-buy__inner ul li.wb-item-two a:before {
	background: url('img/1478082733_Icons.png') no-repeat -115px -22px;
}

.why-buy__inner ul li.wb-item-three a:before {
	background: url('img/1478082733_Icons.png') no-repeat -198px -22px;
}

.why-buy__inner ul li.wb-item-four a:before {
	background: url('img/1478082733_Icons.png') no-repeat -281px -22px;
}

.why-buy__inner ul li.wb-item-five a:before {
	background: url('img/1478082633_Icons2.png') no-repeat -86px -22px;
}


@media screen and (max-width: 960px){
	.why-buy__inner ul li {
		margin-right: 0;
		text-align: center;
	}
}

@media screen and (max-width: 650px){
	.why-buy__inner ul li {
		text-align: center;
		width: 49%;
		margin-bottom: 20px;
	}
}

.catalog-right:before, .catalog-right:after{
		content: '';
		display: block;
		height: 0;
		overflow: hidden;
}

.catalog-right:after{
	clear: both;
}

.catalog-right{
	zoom: 1;
}








#modf .closebt{
    display: inline-block;
    width: 24px;
    height: 24px;
    top: 14px;
    right: 14px;
    position: absolute;
    background: url(/bitrix/templates/green-redesign-v3-cat/img/cancelbt.png);
    background-size: 100%;
}
#modf{
    position: fixed;
    display: none;
    border: 5px solid #fec872;
    width: 600px;
    border-radius: 20px;
    padding: 50px;
    padding-top: 60px;
    box-sizing: border-box;
    font-size: 18px;
    height: 400px;
    color: #1a1a1a;
    text-align: center;
    font-size: 17px;
    /* line-height: 1.5; */
    background: #fff;
    z-index: 9999;
    left: 50%;
    margin-left: -300px;
    top: 50vh;
    margin-top: -200px;
    background: url(/bitrix/templates/green-redesign-v3-cat/img/1524640866_Group.png) no-repeat scroll 0 0 #fff;
    background-position-y: -82px;
    background-position-x: -131px;
    background-color: white;
}
#modf span{
    text-align: center;
    font-weight: normal;
    font-size: 35px;
    display: block;
    margin-bottom: 50px;
}
#modf p{
	line-height: 1.5;
    font-size: 18px;
    margin-bottom: 30px;

}
.fanc{
	 display:none;
	 /* margin-top: 50px; */
	 position: fixed;
	 width:  100vw;
	 height: 100vh;
	 background: #000000ba;
	 z-index: 9999;
	 /* overflow: hidden; */
}
@media(max-width:600px){
	#modf{
		padding: 30px;
		padding-top: 40px;
		height: initial;
		width:100%;
		left: initial;
		margin-left: initial;
	}
	#modf span{
		margin-bottom: 30px;
	}
}
@media(max-width:360px){
	#modf{padding:15px;padding-top: 30px;}
}
#modf a.quickbuy-more {
    background: url(/bitrix/templates/green-redesign-v3-cat/img/more-button-bg-or.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.subscribe {
}
.subscribe p {
    font-size: 20px;
}
.subscribe p input, .subscribe p span {
    vertical-align: middle;
	margin: 0;
}
.subscribe label {
    font-weight: 400;
}
.subscribe .field {
    height: 26px;
    vertical-align: middle;
    display: inline-block;
    min-width: 200px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #c7c7c7;
	border-radius: 3px;
	width: 40%;
}
.subscribe button {
    background-color: #3bc915;
    color: #fff;
    outline: 0 none;
    border: 0 none;
    /* height: 26px;
    line-height: 24px;*/
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
	padding: 6px 12px;
	border-radius: 3px;
	margin: 0px 0px 0px 20px;
}
.subscribe .message {
	display: none;
}
.subscribe .message.success {
	color: #0a0;
	display: block;
}
.subscribe .message.error {
	color: #f00;
	display: block;
}

#soa-property-6-error{
	color: #f00 !important;
}

.recall{
	width:auto;
	padding: 14px;
	line-height:20px;
	font-family:Arial;
	box-sizing: border-box;
}
.recall .title{
	font-size:16px;
	font-weight:900;
	text-transform:uppercase;
	margin-bottom:14px;
}
.recall .msg .success{
	color: green;
}
.recall .recall-author,
.recall .recall-company,
.recall .recall-email,
.recall .recall-phone,
.recall .recall-comment,
.recall .recall-captcha{
	margin-top:10px;
	margin-bottom:10px;
}
.recall .recall-text{
	font-size:14px;
	font-weight:bold;
}
.recall .recall-required{
	color:#8FCDDF;
}
.recall .recall-note{
	font-size:11px;
	font-weight:bold;
}
.recall .recall-inp,
.recall .recall-textarea{
	width:350px;
}
.recall .recall-buttons{
	margin-top:42px;
}
.recall .errortext{
	color: red;
}
.recall .success{
	color: green;
}
.contacts {
	margin: 30px 0 0 0;
}
.contacts .item {
}
.contacts .item img {
    float: left;
    margin: 0 20px 20px 0;
}
.contacts .item .description {
    margin: 0 0 20px 0;
}
div.star-active{
	cursor: pointer;
}
div.star-empty{
	background-image: url('/bitrix/templates/green-redisign/components/bitrix/iblock.vote/ajax/images/empty-new.svg');
	width:15px;
	height:15px;
	overflow:hidden;
	background-size: 15px;
}
div.star-voted{
	background-image: url('/bitrix/templates/green-redisign/components/bitrix/iblock.vote/ajax/images/voted-new.svg');
	width:15px;
	height:15px;
	overflow:hidden;
	background-size: 15px;
}
div.star-over{
	background-image: url('/bitrix/templates/green-redisign/components/bitrix/iblock.vote/ajax/images/over-new.svg');
	width:15px;
	height:15px;
	overflow:hidden;
	background-size: 15px;
}
.vote-result{
	display:none;
}
.iblock-vote{
	width:110px;
	float:left;
}

.tabs_names a{
	margin-right: 3px !important;
	margin-left: 3px !important;
}

.linkComplect{
		color: #2b8f43;
		display: block;
		margin-bottom: 10px;
		font-size: 16px;
}

.linkComplect:hover{
	text-decoration: none;
}

.row.complects{
}

.row.complects img{
		max-height: 100%;
		max-width: 100%;
}


.row.complects .col-md-4{
	display: inline-block;
	width: 20%;
	padding: 1%;
  vertical-align: middle;
	text-align: left;
}

.row.complects .col-md-8{
	display: inline-block;
	width: 74%;
  vertical-align: middle;
	padding-left: 2%;
}

.club_discount{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dashed #000;
	display: inline-block;
	margin-bottom: 10px;
	cursor: pointer;
}

.club_discount:hover{
	border-bottom: 1px solid #000;
}

#popClub{
  background: linear-gradient(to bottom, #ffc76e, #fda32b);
  padding: 4px;
	position: absolute;
	width: 100%;
	max-width: 600px;
	height: 300px;
	top: 5%;
	left: 50%;
	box-sizing: border-box;
	border-radius: 24px;
	box-shadow: 0px 0px 67px 0px rgba(0,0,0,0.75);
	margin-left: -300px;
	margin-top: -150px;
	text-align: center;
	overflow: hidden;
	z-index: 101;
	display: none;
}

@media only screen and (max-width: 749px) {
	#popClub{
		max-width: 300px;
		margin-left: -150px;
	}
	.catalog_list-item-vote {
		width: 200px !important;
		right: -50px;
		position: absolute;
		bottom: 135px;
	}
	.region-change {
	margin-top: 25px;
	margin-bottom: -5px;
	}
}

.inBlock{
	border-radius: 24px;
	padding:20px;
	height: 252px;
	background: url(/img/ico_club.png) -90% 0 no-repeat #fff;
	position: relative;
}

.inBlock .zag{
	font-size: 30px;
	margin-bottom: 60px;
}

.inBlock .text{
	font-size: 20px;
}

.inBlock .text a{
	display: block;
	background: url(/img/bgbt.jpg) 0px 0px repeat-x;
	width: 150px;
	height: 37px;
	position: absolute;
	bottom: 20px;
	color: #fff;
	text-decoration: none;
	border-radius: 2px;
	padding-top: 9px;
	text-align: center;
	left: 50%;
	margin-left: -75px;
}

#lay{
	background: #000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	z-index: 100;
	position: fixed;
	top: 0;
	left:0;
	display: none;
}

.closeThis{
	display: block;
	background: url(/img/close.jpg) 0px 0px no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 1%;
	margin-top: 1%;
	cursor: pointer;
}

.delivery_page table{
	border: 1px solid #2b8f43;
	padding: 0;
	border-spacing: 0px;
	width: 100%;
}

.delivery_page a{
	color: #2b8f43;
}

.delivery_page table:first-child{
	margin-top: 20px;
}

.delivery_page table.hideTable{
	margin: 0;
	margin-top: 10px;
	display: none;
}

.delivery_page u{
	color: #2b8f43;
	font-weight: bold;
	font-size: 14px;
}

.openTable{
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background: #2b8f43;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	padding: 15px 10px;
	transition: 0.5s;
	border: 1px solid #fff;
}

.openTable:hover{
	background: none;
	color: #2b8f43;
	border: 1px solid #2b8f43;
}

.delivery_page table tr:first-child td{
	padding: 10px 5px;
	color: #fff;
	font-size: 16px;
	background: #2b8f43;
	border-bottom: 1px solid #fff;
}

.delivery_page table td{
	transition: 0.5s;
	padding: 5px;
	border-bottom: 1px solid #2b8f43;
}


.delivery_page table tr:hover td{
	color: #fff;
	background: #2b8f43;
	cursor: pointer;
}

.delivery_page table tr:hover td a{
	color: #fff;
}

.ErrorOrder{
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 40px;
	line-height: 22px;
}

#comagic_phone{
	display: block;
}
	.callback  {
	background: #2D93451C;
	color: #313131 !important;
	text-decoration: none !important;
	}
	.region-change .vr-template a {
	border-bottom: 1px dashed #2b8f43;
	text-decoration: none !important;
	}
@media only screen and (min-width: 960px) {
	a#comagic_phone{
		font-size: 20px;
		font-weight: bold;
	}
	#header .site_name {
	width: 338px !important;
	}
	.top-contact {
	display: flex;
	width: 405px;
	}
	.right-contact-tel {
	flex: 50%;
	}
	.left-contact-tel {
	flex: 50%;
	}
	.comagic_phone {
	font-size: 20px;
	font-weight: bold;
	display: block;
	text-decoration: none !important;
	}
	#header #comagic_time {
	margin: 10px 8px 0 8px;
	}
	.callback {
	margin: 0px 18px 0 18px;
	}
	.phones .top-contact {
	margin-top: 28px;
	height: 0px;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.top-contact {
	display: inline;
	}
	#header .phones {
	margin-top: 15px;
	height: 108px;
	text-align: center !important;
	width: 275px !important;
	}
	.right-contact-tel {
	margin-top: 10px;
	}
	#comagic_time {
	font-size: 12px !important;
	text-align: center !important;
	}
}
@media only screen and (max-width: 959px) {
	#comagic_phone {
	font-size: 18px !important;
	font-weight: bold;
	text-decoration: none !important;	
	}
	.comagic_phone {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none !important;
	}
	.right-contact-tel {
	margin-top: 10px;
	}
	
}







.test{};
