*, :before, :after{
    box-sizing: border-box;
}
body {
    min-width: 320px;
    height: 100%;
    line-height: 20px;
    font-size: 13px;
    color: #666;
    background: #f7f7f7;
    margin: 0;
}
body, h5.product-name, .sp-megamenu .navbar-nav li .dropdown-menu ul li a {
    font-family: "Roboto","Helvetica","Arial","sans-serif";
}
.row {
    display: flex;
    flex-direction: row;
}
.space-beetwen{
    justify-content: space-between;
}
ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
h5{
    font-size: 14px;
}
p{
    margin-top: 0;
    margin-bottom: 10px;
}
a {
    color: #666;
    outline: none;
    text-decoration: none;
}
header{
    position: relative;
}
a:hover {
    color: #209CEE;
    text-decoration: none;
    outline: none;
}
button:focus {
    outline: none;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
}

.header-container {
    background: #f7f7f7;
}
.header-top{
    border-bottom: 1px solid #e6e6e6;
    background: transparent;
}



.tel_icon {
    font-size: 16px;
    padding-right: 5px;

}
.top_telefon , .top_email{
    font-family: "Roboto";
    font-size: 14px;
}
.header-center{
    margin-top: 30px;
    margin-bottom: 7px;
}
#header_logo{
    padding-right: 15px;
}
.logo{
    display: block;
}
.logotip{
    width: 270px;
    height: auto;
}

#header_search{
    padding-left: 15px;
    padding-right: 15px;
    align-self: flex-end;
    margin-bottom: 11px;
}
.spr-query:focus{
    outline: 0;
}
.spr-query {
    width: 100%;
    height: 40px;
    box-shadow: none;
    border: none;
    font-size: 12px;
    color: #666;
    padding-left: 10px;
    padding-right: 50px;
    background: none;
    border-radius: 0;
    font-family: inherit;
    line-height: inherit;
}
.sprsearch-form {
    opacity: 1;
    height: auto !important;
    background-color: #fff;
    position: relative;
    text-align: right;
    padding: 1px 20px;
    z-index: 1;
    width: 480px;
    overflow: hidden;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.24);
}
.sprsearch-form:before {
    position: absolute;
    content: "\f142";
    font-family: fontawesome;
    position: absolute;
    left: 15px;
    top: 11px;
    color: #999999;
    font-size: 14px;
}
.spr-search-button{
    padding: 0;
    background: transparent;
    height: 40px;
    border: none;
    border-radius: 3px;
    width: 40px;
    position: absolute;
    top: 2px;
    right: 0;
}
.spr-search-button:focus, .spr-search-button:hover{
    opacity: 0.6;
}
.header-bottom{
    background-color:  #209CEE;
}
.navbar-button,  .megamenu .label-menu,  #remove-megamenu {
    display: none;
}
.main-menu a{
    display: block;
    font-size: 14px ;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    font-weight: 600;
}
.main-menu>li{
    position: relative;
    background: transparent;
}
.main-menu a:before{
    content: "";
    background: #ffffff;
    bottom: 0;
    height: 3px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: auto;
    width: 0;
    transition: all 0.3s ease 0s;

}
.main-menu a:hover:before{
    width: 100%;
}
.home_type>a:before{
    content: "";
    background: #ffffff;
    bottom: 0;
    height: 3px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    width: 100%;
}
.vertical_menu{
    width: 285px;
    padding-right: 15px;
}
.spverticalmenu h3 {
    border-bottom: 1px solid #eeeeee;
    color: #444444;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 40px;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    margin-top: 0;
    line-height: 15px
}
.spverticalmenu h3:before {
    position: absolute;
    top: 14px;
    left: 16px;
    content: "\f0c9";
    font-family: fontawesome;
    font-size: 18px;
    color: #444;
    box-shadow: none;
}
.spverticalmenu {
    border-radius: 2px;
    background: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.24);
}
.vert-menu li{
    display: block;
}
.vert-menu a{
    display: block;
    padding: 7px 10px;
    margin: 0;
    color: #444444;
    background: transparent;
    font-size: 13px;
    line-height: 22px;
}
.vert-menu a:hover {
    background: #eeeeee;
}
.vert-menu>li.parent{
    position: relative;
}
.vert-menu>li.parent>a{
    position: relative;
}
.vert-menu>li.parent>a:before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: bold;
    color: #ccc;
    position: absolute;
    right: 10px;
    line-height: 23px;
}
.vert-menu>li.parent>a:hover:before{
    color: #209CEE;
}
.fa-icon {
    background: url("../img/icons/fa-icon.png") no-repeat center center;
}
.sp-vermegamenu a i {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    vertical-align: bottom;
    position: relative;
}
.dropdown-menu{
    position: absolute;
    top: 0;
    left: 110%;
    z-index: -1;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    opacity: 0;
    transform-origin: left top 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
    min-width: 153px;

}
.dropdown-menu a{
    display: block;
    color: #747474;
    font-size: 13px;
    padding: 8px 20px 9px;
    line-height: 1.6;
}

.vert-menu>li.parent:hover > .dropdown-menu{
    opacity: 1;
    transform: scale(1);
    z-index: 99999;
    left: 100%;
}
@media (min-width:992px) {
    ul.child_ul_catalog {
        display: flex;
        flex-wrap: wrap;
    }
    li.parent .dropdown-menu {
        width: 730px;
    }
    li.child_item_parent {
        width:50%;
    }
    .dropdown-menu a {
        padding: 8px 10px 9px;
    }
    /* gorizontal menus */
    ul.goriz-menu li.parentz {
        position:relative;
    }
    li.parentz .dropdown-menuz {
        position: absolute;
        top: 50px;
        left: -110%;
        z-index: -1;
        background-color: #fff;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        opacity: 0;
        transform-origin: left top 0;
        transform: scale(0);
        transition: all 0.3s ease 0s;
        min-width: 153px;
    }
    li.parentz:hover .dropdown-menuz {
        opacity: 1;
        transform: scale(1);
        z-index: 99999;
        left: 0;
        width:250px;
    }
    .dropdown-menuz li a {
        color:#000;
    }
    .dropdown-menuz li {
        width:100%;
    }
    li.parentz .dropdown-menuz li.parentz .dropdown-menuz {
        position: absolute;
        top: 50px;
        left: 110%;
        z-index: -1;
        background-color: #fff;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        opacity: 0;
        transform-origin: left top 0;
        transform: scale(0);
        transition: all 0.3s ease 0s;
        min-width: 153px;
    }
    li.parentz .dropdown-menuz li.parentz:hover .dropdown-menuz {
        opacity: 1;
        transform: scale(1);
        z-index: 99999;
        left: 100%;
        top:0;
        width:250px;
    }
    .gogen_plus {
        display:none;
    }
}
@media screen and (max-width:991px) {
    .dropdownmenu,
    .dropdown-menuz{
        display:none;
    }
    .gogen_plus {
        position: absolute;
        font-size: 14px;
        color: #fff;
        background-color: #000;
        width: 50px;
        height: 45px;
        top: 2.5px;
        right: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    li.parentz {
        position:relative;
    }
    .vert-menu>li.parent:hover > .dropdown-menu {
        left:0!important;
    }
}
.footer-container{
    background-color: #444;
}
#top-footer> div{
    min-height: 325px;
    width: 25%;
    position: relative;
}
#top-footer > div:first-child:before {
    display: none;
}
#top-footer > div:before {
    background: rgba(0,0,0,0) url("../img/icons/bg-footer-box.png") repeat-y scroll left top;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
}
#top-footer > div:last-child:after {
    background: rgba(0,0,0,0) url(https://paneli24.ru/themes/sp_matrix/css/../img/icon/bg-footer-box.png) repeat-y scroll left top;
    content: "";
    position: absolute;
    top: 0;
    right: -4px;
    width: 8px;
    height: 100%;
}
#top-footer .logo-bottom a {
    display: block;
    height: 42px;
    margin: 5px 0 10px;
    width: 100%;
    text-align: left;

}
#top-footer .logo-bottom a>img{
    height: 100%;
    width: auto;

}
.logo-bottom p {
    color: #fff;
}
.footer-container #top-footer div.about_us {
    padding: 20px 35px 20px 0;
}
#top-footer .contact-infos{
    background-color: #444;
}
#top-footer .contact-infos, .info-info, .tags_block {
    padding: 20px;
}
#top-footer .contact-infos {
    min-height: 320px;
    margin-top: -28px;
}
#top-footer .title_block {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    padding: 0 0 15px 0;
    margin: 0 0 20px;
    position: relative;
    line-height: 1.1;
}
#top-footer .title_block:after{
    content: "";
    height: 2px;
    width: 30px;
    background: #209CEE;
    position: absolute;
    bottom: 0;
    left: 0;
}
#top-footer .contact-infos  li {
    padding: 0 52px;
    margin-bottom: 25px;
    position: relative;
    color: #fff;
}
#top-footer .contact-infos li:before {
    font-family: fontawesome;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 3px;
    font-size: 20px;
}
#top-footer .contact-infos  a {
    color: #fff;
}

#top-footer .mail:before {
    content: "\f0e0";
}
#top-footer .phone:before {
    content: "\f095";
}

#top-footer .address:before {
    font-size: 24px !important;
    font-weight: bold;
    content: "\f041";
}


#top-footer .info-info li {
    position: relative;
    margin-bottom: 5px;
    padding: 0 15px;
}
#top-footer .info-info  li:before {
    content: "\f0da";
    font-family: fontawesome;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
#top-footer .info-info  a {
    color: #fff;
    font-size: 13px;
}
#top-footer .foot-time-work i{
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 3px;
    transition: all 0.5s ease-in-out 0s;
}
#top-footer .foot-time-work span:hover i
{
    color: #209CEE;
}
#top-footer .contact-infos li:before, #top-footer .contact-infos a, #top-footer .info-info li:before, #top-footer .info-info a{
    transition: all 0.3s ease 0s;
}
#top-footer .contact-infos a:hover, #top-footer .contact-infos li:hover:before , #top-footer .info-info li:hover:before, #top-footer .info-info a:hover{
    color: #209CEE;
}
#top-footer .tags_block p {
    text-align: justify;
    font-size: 0.9em;
}
#top-footer .block_content {
    padding: 3px 0;
}
#top-footer .block_content a {
    color: #fff;
    font-size: 13px;
    background: #555;
    display: inline-block;
    float: left;
    margin: 0 5px 5px 0;
    padding: 8px 18px 8px 22px !important;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.24);
    position: relative;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
    font-weight: 100;
    line-height: 14px;
}
#top-footer .block_content a:nth-child(2n) {
    font-size: 12px !important;
}
#top-footer .block_content a:before {
    content: "";
    background: #333;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    left: 9px;
    top: 13px;
}
#top-footer .block_content a:hover {
    background: #209CEE;
}
#copyright {
    background: #222;
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer-payment>img {
    padding-top: 8px;
}
.backtotop {
    background-color: #209CEE;
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 10px;
    border-radius: 50%;
    z-index: 99999;
    box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.24);
    position: fixed;
    display: block;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    opacity: 100;
}
.backtotop i {
    font-size: 24px;
    line-height: 45px;
    margin: 0;
    color: black;
    padding: 0;
}
.hidden-top {
    bottom: -100px;
    transform: scale(0);
    opacity: 0;
}

.breadcrumb {
    background: #209CEE;
    padding: 10px 20px;
    border-radius: 0;
    border: none;
    margin: 0 0 20px 0;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}
.breadcrumb a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
}
.breadcrumb a:after {
    display: inline-block;
    content: "\f101";
    color: #fff;
    font-family: Fontawesome;
    font-size: 12px;
    margin: 0 7px 0 10px;
}
.wrap-contact {
    background: #fff;
    padding: 30px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.24);

}
.contact-form{
    line-height: 20px;
    font-size: 13px;
    color: #666;
}
.wrap-contact .contact-info{
    width: 33.33333333%;
    padding-right: 15px;
}
.contact4 .contact-info .pre-text {
    margin: -3px 0 15px;
}
.wrap-contact .contact-info .pre-text {
    line-height: 22px;
}
.contact4 .contact-info .info {
    border-top: dashed 1px #c9c9c9;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-bottom: 15px;
}
.contact4 .contact-info .info ul li {
    border-bottom: 1px dashed #c9c9c9;
    padding: 10px 60px;
    border-top: none;
    position: relative;
}
.contact4 .contact-info .info ul li:hover i{
    color: #209CEE;
}
.contact4 .contact-info .info ul li .icon {
    height: 40px;
    width: 40px;
    text-align: center;
    color: #b3b3b3;
    top: 0;
    margin: 0;
    position: absolute;
    left: 0;
    font-size: 21px;
    font-weight: 700;
}
.contact4 .contact-info .info ul li .icon .fa {
    line-height: 40px;
}
.gmap{
    margin-bottom: 35px;
    width: 33.33333333%;

}
.wrap-contact .contact-content{
    width:  33.33333333%;
    padding-left: 15px;
}
#contact .contact-form-box {
    color: #909090;
}
fieldset{
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
.wrap-contact h2.title {
    color: #444;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: bold;
}
fieldset>div:nth-child(2)>div{
    width: 100%;
}
fieldset>div:nth-child(2){
    flex-wrap: wrap;
}

.contact-form-box .form-group {
    border-bottom: dashed 1px #c9c9c9;
    padding-left: 110px;
    position: relative;
    height: 30px;
    margin-bottom: 10px;
}
.contact-form-box .form-group label {
    font-weight: normal;
    position: absolute;
    top: 3px;
    left: 0;
    margin: 0;
}
.form-group  {
    width: 100% !important;
    position: relative;
    background: none;
    font-size: 12px;
    line-height: 27px;
    height: 27px;
    padding: 0 0 0 10px;
}
.form-group select {
    border: none;
    color: #909090;
    padding: 0;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 240px !important;
    font-size: 12px;
}
.contact-form-box .form-group .form-control {
    border: none;
    background: none;
    padding: 0;
    height: 25px;
    color: #909090;
    width: 100%;
}

.contact-form-box #message {
    min-height: 70px;
    border: none;
    background: #f3f3f3;
    margin-bottom: 20px;
    width: 100%;
    display: block;
}
.contact-form-box #submitMessage:hover {
    background: #209CEE;
}
 .contact-form-box #submitMessage {
    background: #676767;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
     position: relative;
     display: inline-block;
     padding: 7px 15px;
     border: none;
     color: #fff;
}
.contact-form-box #submitMessage .fa {
    margin-right: 10px;
}
.contact-form-box .form-control:focus{
    outline: none;
}
.top_email:before{
    content: "\f0e0";
    font-family: fontawesome;
    padding-right: 5px;
}

.header-top #block_topcenter {
    font-size: 14px;
    font-family: Roboto;
}
.top_address, .top_time_work{
    display: block;
    line-height: 20px;
    text-align: center;
}

.top_address:before{
    content: "\f041";
    padding-right: 5px;
    font-family: FontAwesome;
}
.top_address:before{
    transition: all 0.3s ease 0s;
}
.top_address:hover:before{
    color: #209CEE;
}
.top_time_work>i{
    padding-right: 5px;
    transition: all 0.3s ease 0s;
}
.top_time_work:hover>i{
    color: #209CEE;
}
.column{
    flex-direction: column;
}

.header-top{

    padding-top: 10px;
    padding-bottom: 5px;
}
.top_email, .top_callback, .top_writeus, .top_telefon, .foot-orcl
{
    display: block;
    transition: all 0.3s ease 0s;
}
.top_writeus, .top_callback, .foot-orcl{
    outline: none;
    background:  transparent;
    border: none;
    font-size: 14px;
    font-family: Roboto;
    color: #209CEE;
    margin-left: auto;
    padding: 5px 8px;
    margin-top: 2px;
    border-radius: 3px;
    cursor: pointer;
}
.target{
    background: #209CEE;
    color: #fff;
}
.top_writeus:hover, .top_callback:hover, .foot-orcl:hover{
    background: #209CEE;
    color: #fff;
}
#top_adr_mobile{
    display: none;
}
.header-top #block_topright, .header-top #block_topleft {
    position: relative;
}
#callback{
    position: fixed;
    top: 25%;
    right: -330px;
    width: 320px;
    transition: all 0.3s ease 0s;
    border: 5px solid #209CEE;
    border-radius: 3px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.7);
    z-index: 5000;
    opacity: 0;
    transform: scale(0);
}
#ordercall{
    position: fixed;
    bottom: -400px;
    right: 37%;
    width: 320px;
    transition: all 0.3s ease 0s;
    border: 5px solid #209CEE;
    border-radius: 3px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.7);
    z-index: 5000;
    opacity: 0;
    transform: scale(0);
}

#writeus {
    position: fixed;
    top: 25%;
    left: -420px;
    width: 420px;
    transition: all 0.3s ease 0s;
    border: 5px solid #209CEE;
    border-radius: 3px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.7);
    z-index: 5000;
    opacity: 0;
    transform: scale(0);
}
.callbak_title, .writeus_title, .ordercall_title{
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background: #209CEE;
    padding-top: 15px;
    padding-bottom: 15px;
}
.writeus_title{
    margin-bottom: 30px;
}
.callbak_title:before, .ordercall_title:before{
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 10px;
}
#callback_form, #writeus_form, #ordercall_form{
    background: transparent;
}
#callback_form label, #ordercall_form label{
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    display: block;
}
#writeus_form label{
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    display: block;
}
#callback_form>div:first-child, #ordercall_form>div:first-child{
    margin-top: 50px;
    margin-bottom: 30px;
}
#writeus_form>div{
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
#callback_form #telname, #callback_form #telnum, #ordercall_form #foot-telname, #ordercall_form #foot-telnum{
    outline: none;
    font-size: 16px;
    padding: 5px 15px;
    border: 2px solid #209CEE;
    border-radius: 15px;
    margin-top: 5px;
    width: 70%;
}
#writeus_form #wrname, #writeus_form #wrtel, #writeus_form #wremail, #writeus_form #wrdep, #writeus_form #wrmes{
    outline: none;
    font-size: 16px;
    border: 2px solid #209CEE;
    font-family: Roboto;
}
#writeus_form #wrname, #writeus_form #wrtel, #writeus_form #wremail{
    padding: 5px 15px;
    border-radius: 15px;
    line-height: 20px;
    width: 55%;
    margin-left: auto;
}
#writeus_form #wrdep{
    line-height: 20px;
    padding: 4px 15px;
    border-radius: 15px;
    width: 55%;
    margin-left: auto;
}
#writeus #wrdep option {
    font-size: 16px;
}
#writeus #wrfile{
    font-size: 16px;
    outline: none;
    line-height: 20px;
}
#writeus_form #wrname:focus, #writeus_form #wrtel:focus, #writeus_form #wremail:focus, #writeus_form #wrdep:focus, #writeus_form #wrmes:focus{
    box-shadow: inset 0px 0px 3px 1px rgba(32,156,238,0.49);
}
#callback_form #telname:focus, #callback_form #telnum:focus, #ordercall_form #foot-telname:focus, #ordercall_form #foot-telnum:focus{
    box-shadow: inset 0px 0px 3px 1px rgba(32,156,238,0.49);

}
.al-it-cen{
    align-items: center;
}
#writeus_form #wrmes{
    resize: none;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    height: 100px;
    padding: 10px;
}
#writeus_form #writeus_submit{
    outline: none;
    border: none;
    background: #209CEE;
    color: #fff;
    font-size: 16px;
    font-family: Roboto;
    font-weight: bold;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}
#writeus_form #writeus_submit:hover{
    box-shadow: 0 0 5px 2px rgba(32,156,238,0.25);
}
#writeus #wrname::placeholder, #writeus #wrtel::placeholder, #writeus #wremail::placeholder, #writeus #wrmes::placeholder{
    color: #666;
    font-size: 14px;
}
#writeus_form>div>label{
    text-align: left;
}
#writeus_form>div:nth-child(6)>label{
    text-align: center;
}
#callback_form #telname::placeholder, #callback_form #telnum::placeholder, #ordercall_form #foot-telname::placeholder, #ordercall_form #foot-telnum::placeholder{
    color: #666;
    font-size: 14px;
}
#callback_submit, #ordercall_submit{
    outline: none;
    border: none;
    background: #209CEE;
    color: #fff;
    font-size: 16px;
    font-family: Roboto;
    font-weight: bold;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 50px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;


}
#callback_form #callback_submit:hover, #ordercall_form #ordercall_submit:hover{
    box-shadow: 0 0 5px 2px rgba(32,156,238,0.25);

}

#callback #close_callback, #writeus #close_writeus, #ordercall #close_ordercall{
    height: 30px;
    width: 30px;
    position: absolute;
    top: -14px;
    right: -14px;
    font-size: 24px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #666;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
}
#callback #close_callback:after, #writeus #close_writeus:after,#close_ordercall:after{
    font-family: fontawesome;
    content: "\f057";
}
#close_ordercall:after{
    transition: all 0.3s ease 0s;
}
#ordercall #close_ordercall:hover:after{
    color: #209CEE;
}
#ordercall #close_ordercall:after{
    color: #666;
}
#callback_ok{
    position: fixed;
    top: 25%;
    right: -330px;
    width: 320px;
    transition: all 0.3s ease 0s;
    border: 5px solid #209CEE;
    border-radius: 3px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.7);
    z-index: 5001;
    opacity: 0;
    transform: scale(0);
}
#ordercall_ok{
    position: fixed;
    width: 320px;
    bottom: -400px;
    right: 37%;
    transition: all 0.3s ease 0s;
    border: 5px solid #209CEE;
    border-radius: 3px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.7);
    z-index: 5001;
    opacity: 0;
    transform: scale(0);
}
#writeus_ok{
    position: fixed;
    top: 25%;
    left: -330px;
    width: 320px;
    transition: all 0.3s ease 0s;
    border: 5px solid #209CEE;
    border-radius: 3px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.7);
    z-index: 5001;
    opacity: 0;
    transform: scale(0);
}
#callback_ok #ok_btn_clbk, #ordercall_ok #ok_btn_orcl {
    outline: none;
    border: none;
    background: #209CEE;
    color: #fff;
    font-size: 16px;
    font-family: Roboto;
    font-weight: bold;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}
#writeus_ok #ok_btn_wrtus{
    outline: none;
    border: none;
    background: #209CEE;
    color: #fff;
    font-size: 16px;
    font-family: Roboto;
    font-weight: bold;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}
#callback_ok #ok_btn_clbk:hover, #ordercall_ok #ok_btn_orcl:hover{
    box-shadow: 0 0 5px 2px rgba(32,156,238,0.25);
}
#writeus_ok #ok_btn_wrtus:hover{
    box-shadow: 0 0 5px 2px rgba(32,156,238,0.25)
}
#callback_ok>p, #writeus_ok>p, #ordercall_ok>p{
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    margin-top: 50px;
}

.top_address{
    margin-bottom: 7px;
}
#copyright>div:first-child i{
    padding-right: 5px;
}
.gmap>iframe{
    max-width: 100%;
   height: 100%;
}


@media (max-width: 1199px) and (min-width: 992px) {
    .container {
        width: 970px !important;
    }

    .logotip {
        width: 212.5px;
    }

    .header-center {
        margin-top: 35px;
    }

    .main-menu a {
        font-size: 13px;
        padding: 15px;
    }

    .home_type > a {
        font-size: 14px;
        padding: 15px 20px;
    }
    .form-group select{
        width: 180px !important;
    }
    .top_callback, .top_telefon, .top_email, .top_writeus, .top_address, .top_time_work{
        font-size: 13px;

    }
    .tel_icon{
        font-size: 13px;
    }
    #writeus, #callback{
        top: 20%
    }

}
@media (max-width: 991px) and (min-width: 768px) {
    .container {
        max-width: 750px;
    }

    .logotip {
        width: 220px;
    }

    .header-center {
        margin-top: 29px;
        margin-bottom: 30px;
    }

    #header_search {
        margin-bottom: 1px;
    }

    .sprsearch-form {
        width: 280px;
    }

    .navbar-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 0;
        height: 50px;
        width: 50px;
        background: #44494e;
        padding: 0 12px;
        cursor: pointer;
        border-radius: 0;
        margin-left: -15px;
    }

    .icon-bar {
        height: 4px;
        width: 24px;
        display: block;
        margin: 0 0 3px;
        background: #fff;
        border-radius: 0;
    }

    .body_pointer * {
        cursor: pointer;
    }

    .megamenu {
        background: #2c2e3e;
        display: none;
        position: fixed;
        left: -100%;
        background: rgba(68, 73, 78, 0.95);
        top: 0;
        box-sizing: border-box;
        z-index: 9999;
        width: 280px;
        height: 100vh;
    }

    .tabl-column {
        display: flex;
        flex-direction: column;
    }

    .megamenu .label-menu {
        padding: 20px;
        font-size: 24px;
        color: #fff;
        display: block;
        background: #000;
        margin-bottom: 1px;
    }

    #remove-megamenu {
        z-index: 10;
        cursor: pointer;
        color: #fff;
        position: absolute;
        top: 5px;
        right: 7px;
        display: block;
        font-size: 18px;
    }

    .megamenu li {
        margin: 0 0 1px;
    }

    .megamenu li a {
        color: #fff;
        font-weight: normal;
        text-transform: none;
        padding: 15px 20px;
        border: none;
        margin: 0;
        background: #333;
        line-height: inherit;
        font-size: 16px;
        transition: all 0.3s ease 0s;
    }

    .megamenu li a:hover {
        background-color: #000;;
    }

    .home_type > a {
        font-size: 14px !important;
    }
    .spverticalmenu h3{
        display: none;
    }
    .vertical_menu{
        width: calc(100% + 15px);
        background-color:  #209CEE;
        margin-bottom: 20px;
    }
    .spverticalmenu{
        box-shadow: none;
    }
    .vernavbar{
        background-color:  #209CEE;
    }
    .sp-vermegamenu{
        background: #2c2e3e;
        display: none;
        position: fixed;
        left: -100%;
        background: rgba(68,73,78,0.95);
        top: 0;
        box-sizing: border-box;
        z-index: 9999;
        width: 280px;
        height: 100vh;
        font-size: 14px;
        line-height: 1.6;
    }
    .sp-vermegamenu .label-menu {
        padding: 20px;
        font-size: 24px;
        color: #fff;
        display: block;
        background: #000;
        margin-bottom: 1px;
    }
    #remove-vermegamenu {
        z-index: 10;
        cursor: pointer;
        color: #fff;
        position: absolute;
        top: 15px;
        right: 17px;
        display: block;
        font-size: 18px;
    }
    .vert-menu{
        height: 295px;
        float: none;
        overflow-y: auto;
        margin: 0;
    }
    .vert-menu>li{
        margin: 0 0 1px;
        background: #363636;
        position: relative !important;
        width: 270px;
    }
    .vert-menu>li>a{
        color: #fff;
        line-height: 45px;
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        transition: all 0.3s ease 0s;
    }
    .vert-menu>li:hover>a{
        background-color: #000 !important;
        color: #fff;
    }
    .vert-menu>li:first-child>a:before{
        display: none !important;
    }
    .vert-menu a i {
        vertical-align: middle;
    }
    .icon-bar.bar1{
        width: 10px;
        margin-right: 14px;
    }
    .icon-bar.bar2{
        width: 17px;
        margin-right: 7px;
    }
    .dropdown-menu{
        overflow: hidden;
        position: relative;
        width: 100% ;
        height: 0 ;
        opacity: 1;
        visibility: inherit;
        margin: 0;
        top: 0 ;
        left: 0;
        background-color:  #000 ;
        z-index: 9;
        box-shadow: none;
        border: none ;
        transform-origin: unset;
        transform: none ;
        min-width: unset;
        padding-left: 20px;
        padding-right: 20px;
    }
    .dropdown-menu ul li a {
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
    }
    .dropdown-menu a:hover{
        color: #fff;
        background-color: #000;
    }
    .vert-menu>li:first-child:hover .dropdown-menu{
        transform: unset;
        left: 0;
        opacity: 1;
        z-index: 9;

    }
    .ddbtn {
        display: inline-block;
        position: absolute;
        right: 0;
        cursor: pointer;
        font-family: fontawesome;
        font-size: 14px;
        top: 0;
        color: #fff;
        opacity: 1;
        text-shadow: none;
        text-align: center;
        width: 50px;
        line-height: 45px;
        height: 45px;
        background: #000;
    }
    .vert-menu .grower:before {
        content: "\f067";
    }
    .vert-menu .close:before{
        content: "\f068";
    }
    #top-footer> div{
        width: 50%;
    }
    .mob-wrap{
        flex-wrap: wrap;
    }
    .wrap-contact .contact-info{
        width: 100%;
        padding-right: 0;
    }
    .contact-wrap{
        flex-wrap: wrap;
    }
    .wrap-contact .gmap{
        width: 50%;
    }
    .wrap-contact .contact-content{
        width: 50%;
    }
    .form-group select{
        width: 200px !important;
    }
    .top_callback, .top_telefon, .top_email, .top_writeus, .top_address, .top_time_work{
        font-size: 13px;

    }
    .tel_icon{
        font-size: 13px;
    }
    #writeus, #callback{
        top: 20%
    }

}
@media (max-width: 767px) and (min-width: 480px){
    .mob-wrap{
        flex-wrap: wrap;
    }
    .container{
        width: auto;
    }
    .header-center {
        margin: 0;
    }
    #header_logo{
        width: calc((100% + 30px)*0.5);
        margin-top: 40px;
        margin-bottom: 40px;
        padding-right: 0;
    }
    .logo{
        display: inline-block;
    }
    .logotip{
        max-width: 100%;
        width: auto;
        margin-bottom: -20px;
        margin-top: -20px;
    }
    #header_search{
        width: calc(100% + 30px);
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .sprsearch-form{
        width: 100%;
    }
    .navbar-button{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 0;
        height: 50px;
        width: 50px;
        background: #44494e;
        padding: 0 12px;
        cursor: pointer;
        border-radius: 0;
        margin-left: -15px;
    }

    .icon-bar {
        height: 4px;
        width: 24px;
        display: block;
        margin: 0 0 3px;
        background: #fff;
        border-radius: 0;
    }

    .body_pointer * {
        cursor: pointer;
    }
    .megamenu {
        background: #2c2e3e;
        display: none;
        position: fixed;
        left: -100%;
        background: rgba(68,73,78,0.95);
        top: 0;
        box-sizing: border-box;
        z-index: 9999;
        width: 280px;
        height: 100vh;
    }

    .tabl-column {
        display: flex;
        flex-direction: column;
    }
    .megamenu .label-menu {
        padding: 20px;
        font-size: 24px;
        color: #fff;
        display: block;
        background: #000;
        margin-bottom: 1px;
    }
    #remove-megamenu {
        z-index: 10;
        cursor: pointer;
        color: #fff;
        position: absolute;
        top: 5px;
        right: 7px;
        display: block;
        font-size: 18px;
    }
    .megamenu li{
        margin: 0 0 1px;
    }
    .megamenu li a{
        color: #fff;
        font-weight: normal;
        text-transform: none;
        padding: 15px 20px;
        border: none;
        margin: 0;
        background: #333;
        line-height: inherit;
        font-size: 16px;
        transition: all 0.3s ease 0s;
    }
    .megamenu li a:hover{
        background-color: #000;;
    }
    .home_type>a{
        font-size: 14px !important;
    }
    .spverticalmenu h3{
        display: none;
    }
    .vertical_menu{
        width: calc(100% + 15px);
        background-color:  #209CEE;
        margin-bottom: 20px;
    }
    .spverticalmenu{
        box-shadow: none;
    }
    .vernavbar{
        background-color:  #209CEE;
    }
    .sp-vermegamenu{
        background: #2c2e3e;
        display: none;
        position: fixed;
        left: -100%;
        background: rgba(68,73,78,0.95);
        top: 0;
        box-sizing: border-box;
        z-index: 9999;
        width: 280px;
        height: 100vh;
        font-size: 14px;
        line-height: 1.6;
    }
    .sp-vermegamenu .label-menu {
        padding: 20px;
        font-size: 24px;
        color: #fff;
        display: block;
        background: #000;
        margin-bottom: 1px;
    }
    #remove-vermegamenu {
        z-index: 10;
        cursor: pointer;
        color: #fff;
        position: absolute;
        top: 15px;
        right: 17px;
        display: block;
        font-size: 18px;
    }
    .vert-menu{
        height: 295px;
        float: none;
        overflow-y: auto;
        margin: 0;
    }
    .vert-menu>li{
        margin: 0 0 1px;
        background: #363636;
        position: relative !important;
        width: 270px;
    }
    .vert-menu>li>a{
        color: #fff;
        line-height: 45px;
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        transition: all 0.3s ease 0s;
    }
    .vert-menu>li:hover>a{
        background-color: #000 !important;
        color: #fff;
    }
    .vert-menu>li:first-child>a:before{
        display: none !important;
    }
    .vert-menu a i {
        vertical-align: middle;
    }
    .icon-bar.bar1{
        width: 10px;
        margin-right: 14px;
    }
    .icon-bar.bar2{
        width: 17px;
        margin-right: 7px;
    }
    .dropdown-menu{
        overflow: hidden;
        position: relative;
        width: 100% ;
        height: 0 ;
        opacity: 1;
        visibility: inherit;
        margin: 0;
        top: 0 ;
        left: 0;
        background-color:  #000 ;
        z-index: 9;
        box-shadow: none;
        border: none ;
        transform-origin: unset;
        transform: none ;
        min-width: unset;
        padding-left: 20px;
        padding-right: 20px;
    }
    .dropdown-menu ul li a {
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
    }
    .dropdown-menu a:hover{
        color: #fff;
        background-color: #000;
    }
    .vert-menu>li:first-child:hover .dropdown-menu{
        transform: unset;
        left: 0;
        opacity: 1;
        z-index: 9;

    }
    .ddbtn {
        display: inline-block;
        position: absolute;
        right: 0;
        cursor: pointer;
        font-family: fontawesome;
        font-size: 14px;
        top: 0;
        color: #fff;
        opacity: 1;
        text-shadow: none;
        text-align: center;
        width: 50px;
        line-height: 45px;
        height: 45px;
        background: #000;
    }
    .vert-menu .grower:before {
        content: "\f067";
    }
    .vert-menu .close:before{
        content: "\f068";
    }
    #top-footer> div{
        width: 50%;
    }
    .mob-wrap{
        flex-wrap: wrap;
    }
    #product-wrap{
        min-width: 470px;
    }
    .contact-infos{
        width: 100% !important;
    }
    .about_us{
        order: 0;
    }
    .tags_block{
        order: 1;
    }
    .contact-infos{
        order: 3;
    }
    .info-info{
        order: 4;
    }

    .wrap-contact .contact-info{
        width: 100%;
        padding-right: 0;
    }
    .contact-wrap{
        flex-wrap: wrap;
    }
    .wrap-contact .gmap{
        display: none;
    }
    .wrap-contact .contact-content{
        width: 100%;
        padding-left: 0;
    }
    .form-group select{
       max-width: 100%;
        width: auto;
    }
    .top_callback, .top_telefon, .top_email, .top_writeus, .top_address, .top_time_work{
        font-size: 13px;

    }
    .tel_icon{
        font-size: 13px;
    }
    .top_writeus, .top_callback, .foot-orcl{
        background: #209CEE;
        color: #fff;
    }
    .top_writeus:hover, .top_callback:hover, .foot-orcl:hover{
        box-shadow: 0 0 10px 3px rgba(32,156,238,0.49);
    }
    #writeus, #callback{
        top: 15%
    }
}
@media (max-width: 479px) {
    .mob-wrap {
        flex-wrap: wrap;
    }

    .container {
        width: auto;
    }

    .header-center {
        margin: 0;
    }

    #header_logo {
        width: calc((100% + 30px) * 0.5);
        margin-top: 40px;
        margin-bottom: 40px;
        padding-right: 0;
    }

    .logo {
        display: inline-block;
    }

    .logotip {
        max-width: 100%;
        width: auto;
        margin-bottom: -20px;
        margin-top: -20px;
    }

    #header_search {
        width: calc(100% + 30px);
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .sprsearch-form {
        width: 100%;
    }

    .navbar-button, .navbar-button-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 0;
        height: 50px;
        width: 50px;
        background: #44494e;
        padding: 0 12px;
        cursor: pointer;
        border-radius: 0;
        margin-left: -15px;
    }

    .icon-bar {
        height: 4px;
        width: 24px;
        display: block;
        margin: 0 0 3px;
        background: #fff;
        border-radius: 0;
    }

    .body_pointer * {
        cursor: pointer;
    }

    .megamenu {
        background: #2c2e3e;
        display: none;
        position: fixed;
        left: -100%;
        background: rgba(68, 73, 78, 0.95);
        top: 0;
        box-sizing: border-box;
        z-index: 9999;
        width: 280px;
        height: 100vh;
    }

    .tabl-column {
        display: flex;
        flex-direction: column;
    }

    .megamenu .label-menu {
        padding: 20px;
        font-size: 24px;
        color: #fff;
        display: block;
        background: #000;
        margin-bottom: 1px;
    }

    #remove-megamenu {
        z-index: 10;
        cursor: pointer;
        color: #fff;
        position: absolute;
        top: 5px;
        right: 7px;
        display: block;
        font-size: 18px;
    }

    .megamenu li {
        margin: 0 0 1px;
    }

    .megamenu li a {
        color: #fff;
        font-weight: normal;
        text-transform: none;
        padding: 15px 20px;
        border: none;
        margin: 0;
        background: #333;
        line-height: inherit;
        font-size: 16px;
        transition: all 0.3s ease 0s;
    }

    .megamenu li a:hover {
        background-color: #000;;
    }

    .home_type > a {
        font-size: 14px !important;
    }
    .spverticalmenu h3{
        display: none;
    }
    .vertical_menu{
        width: calc(100% + 15px);
        background-color:  #209CEE;
        margin-bottom: 20px;
    }
    .spverticalmenu{
        box-shadow: none;
    }
    .vernavbar{
        background-color:  #209CEE;
    }
    .sp-vermegamenu{
        background: #2c2e3e;
        display: none;
        position: fixed;
        left: -100%;
        background: rgba(68,73,78,0.95);
        top: 0;
        box-sizing: border-box;
        z-index: 9999;
        width: 280px;
        height: 100vh;
        font-size: 14px;
        line-height: 1.6;
    }
    .sp-vermegamenu .label-menu {
        padding: 20px;
        font-size: 24px;
        color: #fff;
        display: block;
        background: #000;
        margin-bottom: 1px;
    }
    #remove-vermegamenu {
        z-index: 10;
        cursor: pointer;
        color: #fff;
        position: absolute;
        top: 15px;
        right: 17px;
        display: block;
        font-size: 18px;
    }
    .vert-menu{
        height: 295px;
        float: none;
        overflow-y: auto;
        margin: 0;
    }
    .vert-menu>li{
        margin: 0 0 1px;
        background: #363636;
        position: relative !important;
        width: 270px;
    }
    .vert-menu>li>a{
        color: #fff;
        line-height: 45px;
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        transition: all 0.3s ease 0s;
    }
    .vert-menu>li:hover>a{
        background-color: #000 !important;
        color: #fff;
    }
    .vert-menu>li:first-child>a:before{
        display: none !important;
    }
    .vert-menu a i {
        vertical-align: middle;
    }
    .icon-bar.bar1{
        width: 10px;
        margin-right: 14px;
    }
    .icon-bar.bar2{
        width: 17px;
        margin-right: 7px;
    }
    .dropdown-menu{
        overflow: hidden;
        position: relative;
        width: 100% ;
        height: 0 ;
        opacity: 1;
        visibility: inherit;
        margin: 0;
        top: 0 ;
        left: 0;
        background-color:  #000 ;
        z-index: 9;
        box-shadow: none;
        border: none ;
        transform-origin: unset;
        transform: none ;
        min-width: unset;
        padding-left: 20px;
        padding-right: 20px;
    }
    .dropdown-menu ul li a {
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
    }
    .dropdown-menu a:hover{
        color: #fff;
        background-color: #000;
    }
    .vert-menu>li:first-child:hover .dropdown-menu{
        transform: unset;
        left: 0;
        opacity: 1;
        z-index: 9;

    }
    .ddbtn {
        display: inline-block;
        position: absolute;
        right: 0;
        cursor: pointer;
        font-family: fontawesome;
        font-size: 14px;
        top: 0;
        color: #fff;
        opacity: 1;
        text-shadow: none;
        text-align: center;
        width: 50px;
        line-height: 45px;
        height: 45px;
        background: #000;
    }
    .vert-menu .grower:before {
        content: "\f067";
    }
    .vert-menu .close:before{
        content: "\f068";
    }
    #top-footer> div{
        width: 50%;
    }
    .mob-wrap{
        flex-wrap: wrap;
    }
    #product-wrap{
        min-width: 310px;
    }
    #product-wrap img{
        width: 270px;
        height: 270px;
    }
    .contact-infos{
        width: 100% !important;
    }
    .about_us{
        width: 100% !important;
    }
    .tags_block{
        width: 100% !important;
    }
    .info-info{
        width: 100% !important;
    }

    .spcat-item .button-container{
        display: none;
    }
    .contact-wrap{
        flex-wrap: wrap;
    }
    .wrap-contact .gmap{
        display: none;
    }
    .wrap-contact .contact-content{
        width: 100%;
        padding-left: 0;
    }
    .form-group select{
        max-width: 60%;
        width: auto;
    }
    .wrap-contact .contact-info{
        width: 100%;
        padding-right: 0;
    }
.top_address, .top_time_work{
    font-size: 10px;
    line-height: 15px;

}
#top_adr_mobile{
    display: block;
    align-self: flex-end;
    margin-bottom: 25px;
    transition: all 0.3s ease 0s;

}
#block_topcenter{
    display: none;
}
    #writeus, #callback{
        top: 10%
    }
    #writeus label{
        font-size: 14px;
    }
    #writeus #wrname, #writeus #wrtel, #writeus #wrdep, #writeus #wremail, #writeus #wrfile, #writeus #wrmes{
        font-size: 14px;
    }
    #writeus #wrname, #writeus #wrtel, #writeus #wrdep, #writeus #wremail{
        min-width: 65%;
    }
    #writeus #wrname::placeholder, #writeus #wrtel::placeholder,#writeus #wremail::placeholder, #writeus #wrmes::placeholder{
        font-size: 12px;
    }
    #writeus #wrdep option{
        font-size: 14px;
    }
    #writeus .writeus_title{
        margin-bottom: 10px;
    }
    #writeus #writeus_submit{
        margin-bottom: 10px;
    }
    .top_callback, .top_telefon, .top_email, .top_writeus, .top_address, .top_time_work{
        font-size: 13px;

    }
    .tel_icon{
        font-size: 13px;
    }
    .top_writeus, .top_callback, .foot-orcl{
        background: #209CEE;
        color: #fff;
    }
    .top_writeus:hover, .top_callback:hover, .foot-orcl:hover{
        box-shadow: 0 0 10px 3px rgba(32,156,238,0.49);
    }
    .logotip{
        margin-left: -30px;
    }
    #top_adr_mobile{
        margin-left: -40px;
    }
    .top_address{
        margin-bottom: 7px;
    }
    #copyright>div>div{
        flex-direction: column;
    }
}
