/* 	можно использовать updates.css для подключения своих дополнительных стилей */
@charset "UTF-8";
@media (max-width: 321px) {
    .gm-info{
    	padding:0px!important;
	}
}
@media (max-width: 320px) {
    .gm-info{
    	padding:0px!important;
	}
}
@media (max-width: 550px) {
 	.icon_img{
 		width:50%;
    }
    .padding-knopok{
    	margin-bottom: 50px!important;
	}
 	.p-x-3{
 	padding-right: 20px !important;
    padding-left: 20px !important;
 }
 .wrapper, .container {
    min-width: 0rem !important;
}
}
@media (min-width: 991px){
 .header-info-gm{
 	margin-top: 0px!important;
 }

}
@media (min-width: 991px) and (max-width: 1319px){

  	.greedy .lev2 {
    right: -191px;
    left: -66px;

 }
}
.li-phone{
	margin-left:32px;
}
.logo-link-gm:hover{
    border-bottom: 0px!important;
}

#call-order, #want_cheaper , #want_cheaper2{
    display: none;
    width: 35%;
    position: fixed;
    top: 35%;
    left: 47%;
    margin-top: -100px;
    margin-left: -250px;
    background: white;
    border: 3px solid #f7941e;
    z-index: 999999;
    padding: 20px
}
#call-order h4, #want_cheaper h4, #want_cheaper2 h4{
    font-size: 20pt;
    //font-family: 'MuseoRegular';
    color: black;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px
}
#call-order p, #want_cheaper p, #want_cheaper2 p {
    text-align: center
}
#call-order input, #want_cheaper input, #want_cheaper2 input {
    padding: 10px 16px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #f7941e;
}
#call-order input[type="submit"], #want_cheaper input[type="submit"], #want_cheaper2 input[type="submit"]{
    width: 100%;
    cursor: pointer;
    background: #f7941e;
    border: none;
    padding: 10px 0px;
    color: white;
    font-weight: normal;
    font-size: 14pt;
    margin-bottom: 0
}
#call-order span.close-call, #want_cheaper span.close-call, #want_cheaper2 span.close-call {
        position: absolute;
    display: block;
    font-weight: bold;
    right: -3px;
    top: -3px;
    text-decoration: none;
    background: rgb(255, 0, 0);
    color: white;
    padding: 4px 10px;
	cursor:pointer;
}
#call-order label, #want_cheaper label, #want_cheaper2 label {
    display: block;
    font-size: 10pt;
    margin-bottom: 5px;
    color: #6D6D6D
}
#call-order div, #want_cheaper div, #want_cheaper2 div{
    width: 220px;
    float: left;
    margin: 0px 5px;
    margin-bottom: 10px
}





#call-order-1 {
    display: none;
    width: 520px;
    position: fixed;
    top: 50%;
    /* left: 47%; */
    /* margin-top: -100px; */
    /* margin-left: -250px; */
    background: white;
    border: 3px solid #f7941e;
    z-index: 999999;
    padding: 20px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
#call-order-1 h4 {
    font-size: 20pt;
    //font-family: 'MuseoRegular';
    color: black;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px
}
#call-order-1 p {
    //text-align: center
}
#call-order-1 input {
    //padding: 10px 16px;
    //width: 100%;
    //margin-bottom: 10px;
    //border: 1px solid #f7941e;
    //font-family: 'MuseoRegular'
}
#call-order-1 input[type="submit"] {
    width: 100%;
    cursor: pointer;
    background: #f7941e;
    border: none;
    padding: 10px 0px;
    color: white;
    font-weight: normal;
    font-size: 14pt;
    //font-family: 'MuseoRegular';
    margin-bottom: 0
}
#call-order-1 span.close-call-1 {
        position: absolute;
 cursor: pointer;
    display: block;
    font-weight: bold;
    right: -3px;
    top: -3px;
    text-decoration: none;
    background: rgb(255, 0, 0);
    color: white;
    padding: 4px 10px;
}
#call-order-1 label {
    //display: block;
    //font-size: 10pt;
    //margin-bottom: 5px;
    //color: #6D6D6D
}
#call-order-1 div {
    //width: 220px;
    //float: left;
    //margin: 0px 5px;
    //margin-bottom: 5px
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: 99999;
    top: 0px;
    left: 0px
}
.compare-close{
	position: absolute;
    right: 10px;
    top: 5px;
    color: red;
    font-weight: bold;
    padding: 10px;
 	z-index:9999;
}
.compare-close:hover{
	text-decoration:none;
}
.compare_title{
    border: 1px solid #a7a7a7;
    padding: 0 10px;
}
.compare_product{
	border: 1px solid  #a7a7a7;
    padding: 3px 10px;
    text-align: center;
    vertical-align: middle;
}
.itemsBox{
   overflow-x: scroll;
}
.social-icon{
    font-size: 23px;
    padding: 0 5px;
}

.social-icon:hover{
    color:#f68d0f!important;
}

@media (max-width: 768px) {
    #call-order {
    	position: fixed;
        top: 20%;
        left: 5%;
        margin-top: 0px;
        margin-left: 0px;
        background: white;
        border: 3px solid #f7941e;
        z-index: 999999;
        padding: 20px;
        width: 77%;
	}
    #want_cheaper {
        position: fixed;
        top: 20%;
        left: 5%;
        margin-top: 0px;
        margin-left: 0px;
        background: white;
        border: 3px solid #f7941e;
        z-index: 999999;
        padding: 20px;
        width: 77%;
    }
 #call-order-1 {
    	    position: absolute;
            top: 16%;
            /* left: 5%; */
            margin-top: 0px;
            margin-left: 0px;
            background: white;
            border: 3px solid #f7941e;
            z-index: 999999;
            padding: 20px;
            width: 90%;
	}
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100500;
}

#page-preloader .spinner {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('/design/sm/images/loader.gif') no-repeat 50% 50%;
    margin: -50px 0 0 -50px;
}
//#greediload{
//visibility: hidden;
//}
.social-l{
    position: fixed;
    left: 0;
    top: 40%;
     z-index: 9999;
}
.socila-ul{
    list-style: none;
    padding-left: 5px;
}
.socila-ul img{
    width: 40px;
    padding-bottom: 5px;
}
.descr-check span{
    padding: 0 5px;
}
.call-form-1{
border-top: 2px solid #969090;
 padding-top: 10px;
}
.call-form-1 input {
    padding: 10px 5px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #f7941e;
}
.rass-sub-el{
	background: #e0e0e0;
    margin-bottom: 10px;
    //border: 1px solid;
    //padding: 5px;
    border-radius: 4px;
}
.descr-check{
	padding: 10px 10px 0 10px;
}
.t-l{
	text-align:left;
}
.readonly-in{
	border: 1px solid #969090;
    background: #e0e0e0;
    color: #505050;
    cursor: default;
}
.btn_catalog{
    width: 100%;
    height: 70px;
    border: 0px;
    background: #f7931b;
    color: white;
    text-transform: uppercase;
    font-size: 1rem;
}
.menu_new{
    margin: 4.9rem -15px 21.75rem;
}
.menu_new .menu_container{
    background: #f1f1f1;
    border: 1px solid #e3e3e3;
    padding: 0;
    border-bottom: 0;
}
.open_menu:hover ~.menu_new_inner{
    visibility: visible!important;
}
#header.fixed .menu_new_inner{
    visibility: hidden;
}
#header.fixed .menu_new_inner:hover{
    visibility: visible;
}
.open_menu:hover ~#header.fixed .menu_new_inner {
    visibility: visible!important;
}

.menu_new_inner{
    visibility: hidden;
}
.menu_new_inner:hover{
    visibility: visible;
}
.visible_menu{
    visibility: visible;
}
.menu_new_inner .menu_container{
    background: #f1f1f1;
    border: 1px solid #e3e3e3;
    padding: 0;
    border-bottom: 0;
    width: 333px;
    position: absolute;
}
.menu_container > ul{
    padding: 0;
    margin: 0px;
}
.menu_container > ul > li{
    list-style: none;
    border-bottom: 1px solid #e3e3e3;
}
.menu_container > ul > li > a{
    color: #3d3d3d;
}

.menu_container p{
    margin: 0;
    padding: 10px;
    position: relative;
}
.menu_container p:after{
    content: '\e80f';
    font-family: fontello;
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
}
.menu_container .img_container{
    /*//width: 100px;*/
    height: 60px;
    margin: auto;
    text-align: center;
}
.menu_container .c_name_container{
    text-align: left;
    min-height: 40px;
    padding-top:20px;
}
.topmenu > li {
    //float: left;
    position: relative;

}

.topmenu .fa,
.submenu .fa {
    margin-left: 5px;
    color: inherit;
}
.submenu {
    position: absolute;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    left: 100%;
    top: 0;
}
.submenu li {position: relative;}
.submenu li a {
    color: #282828;
    padding: 10px 20px;
    font-size: 13px;
    border-bottom: 1px solid #CBCBCC;
}
.submenu .submenu {
    position: absolute;
    left: 100%;
    top: -1px;
}
.topmenu li:hover > .submenu {
    //transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    padding: 10px;
    margin: 0;
    list-style: none;
    width: 999px;
    background: white;
    border: 1px solid #f1f1f1;
    margin-top: -1px;
}
.slides_new{
    padding: 0;
}
.slides_new #slider_images{
    padding: 10px 0px 0px 10px;
    position: relative;
}
.padding_header{
    padding-top: 22px;
}

@media screen and (max-width: 1319px){
    .visible_menu{
        visibility: hidden;
    }
}
@media screen and (max-width: 1319px) and (min-width:992px) {
    .greedy .lev1 > li > a {
        position: relative;
        height: 70px;
        line-height: 1.1;
        letter-spacing: 0;
        padding: 1.6875rem 0.5rem!important;
        font-size: 15px!important;
        color: #3d3d3d;
        white-space: nowrap;
    }
}
@media screen and (max-width: 992px) {
    .hidden_menu{
        display: none!important;
    }
    #search2 button {
        font-size: .84375rem;
        font-weight: 700;
        right: 15px!important;
        width: 5.625rem;
        position: absolute;
        color: #fff;
        background: #f7941e;
        border-radius: 2px;
        top: auto!important;
    }
    .logo-block{
        margin-bottom: 20px;
        margin-top: -50px;
    }
}


.hidden-menu {
    display: block;
    position: fixed;
    list-style:none;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    width: 300px;
    background-color: #eee;
    height: 100%;
    top: 0;
    left: -300px;
    transition: left .2s;
    z-index: 200;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.hidden-menu-ticker {
    display: none;
}
.btn-menu {
    color: #fff;
    background-color: #f7931b;
    padding: 5px;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    transition: left .23s;
    z-index: 201;
    width: 35px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.btn-menu span {
    display: block;
    height: 5px;
    background-color: #fff;
    margin: 5px 0 0;
    transition: all .1s linear .23s;
    position: relative;
}
.btn-menu span.first {
    margin-top: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu {
    left: 260px;
}
.hidden-menu-ticker:checked ~ .hidden-menu {
    left: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.first {
    -webkit-transform: rotate(45deg);
    top: 10px;
}
.hidden-menu-ticker:checked ~ .btn-menu span.second {
    opacity: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.third {
    -webkit-transform: rotate(-45deg);
    top: -10px;
}
.montage_block{
    padding: 30px;
    /* border: 1px solid #f2f2f2; */
    background: #ffe2b6;
}
.categories_con{
    margin-bottom: 10px;
}
/**/
.hidden_m{
    display: none!important;
}
@media screen and (max-width: 575px){
    .g-recaptcha {transform:scale(0.55);-webkit-transform:scale(0.55);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
.country_label{
    position: absolute;
    top: 13.2rem;
    right: 0.7rem;
}
.filter_cat{
    padding-bottom: 15px;
    list-style-type: none;
    padding: 0 0 0 0;
    text-align: left;
}
.filter_cat p {
    padding: 5px;
    /* background: whitesmoke; */
    margin-bottom: 2px;
    position: relative;
    color: black;

}
.filter_cat p:after {
    content: '\e80f';
    font-family: fontello;
    float: right;
    position: absolute;
    right: 10px;
    top: 5px;
}
.filter_cat p:hover{
    background: whitesmoke;
}




.popup_image {
    position: absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    display:none;
    text-align:center;
}

.popup_bg {
    background:rgba(0,0,0,0.4);
    position:absolute;
    z-index:1;
    height:100%;
    width:100%;
     z-index: 9999;
}


.popup_img {
    position: fixed;
    margin: 0 auto;
    z-index: 2;
    max-height: 94%;
    max-width: 94%;
    margin: 16% 0 0 0;
    z-index: 9999;
    border: 2px solid #f7941e;
    /* left: 40%; */
    margin: 20% auto;
    left: 0;
    right: 0;
}