html,body{
    font-family: 'Rubik', sans-serif;
    color: #030719;
}
.woocommerce img, .woocommerce-page img{
	padding-right:15px;
}
header{
    padding: 50px 0 40px;
}
img{
    max-width: 100%;
}
button:focus,
input:focus,
textarea:focus{
    outline:none;
}
.toppanel{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.lang{
    margin-left: 75px;
	display: flex;
    flex-direction: row-reverse;
}
.lang .ext{
	margin-left:5px;
}
.toppanel .profile{
    margin-left:25px;
}
.lang ul{
    margin:0;
}
.lang ul li{
    display: inline-block;
    margin:0;
    padding: 0;
}
.lang ul li:before{
    display: none;
}
.lang a{
    font-size: 18px;
    color: #030719;
    width: 33px;
    line-height: 33px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}
.lang li.active a{
    color: #329A83;
    background: #030719;
    text-decoration: none;
}
.topmenu{
    margin-top:20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menu-topmenu-container{
    flex-grow: 2;
}
.topmenu ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.topmenu ul li:before{
    display: none;
}
.topmenu ul li{
    margin:0;
    padding: 0;
}
.topmenu ul li a{
    color: #030719;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}
.topmenu ul li a:before{
    content: '';
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #329A83;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.topmenu ul li.current-menu-item a:before,
.topmenu ul li a:hover:before{
    width: 100%;
    right:auto;
    left: 0;
}
.top_phone{
    margin-left: 30px;
	padding-left:20px;
	background:url('../images/phone_ico.png')no-repeat  left;
	background-size:auto 20px;
}
.top_phone a{
    font-size: 18px;
    color: #030719;
}
footer{
    background:#030719;
    color: #fff;
    padding: 70px 0;
}
footer a{
    color: #fff;
}
footer .address,
footer .phones{
    margin-bottom:30px;
    font-size: 18px;
    line-height: 170.9%;
}
.social a{
    display: inline-block;
    width:40px;
    height: 40px;
    margin-right: 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social a:hover{
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.footlogo{
    margin-bottom:45px;
}
.social a.insta{
    background: url('../images/inst.png')no-repeat center;
}
.social a.yt{
    background: url('../images/youtube.png')no-repeat center;
}
.social a.fb{
    background: url('../images/fb.png')no-repeat center;
}
footer .email a,
footer .phones a{
    color:#fff;
    font-size: 18px;
    line-height: 170.9%;
}
.footmenu ul li{
    margin-bottom: 30px;
    margin-top:0;
    padding: 0;
}
.footmenu ul li:before{
    display: none;
}
.footmenu ul li:last-child{
    margin-bottom: 0;
}
.footmenu ul li a{
    text-decoration: none;
    font-size: 18px;
    position: relative;
}
.footmenu ul li a:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 0px;
    bottom: 0;
    right: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
}
.footmenu ul li.current-menu-item a:before,
.footmenu ul li a:hover:before{
    width: 100%;
    right: auto;
    left: 0;
}
.footmenu ul li a:hover{
    color:#fff;
}
.slider{
    padding-bottom: 90px;
}
.sl{
    position: relative;
}
.sl .owl-nav{
    position: absolute;
    width: 925px;
    text-align: right;
    left:50%;
    bottom:-40px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.owl-prev,.owl-next{
    width:66px;
    height:66px;
    display: inline-block;
    margin-left: 35px;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.owl-carousel .owl-nav button.owl-next{
    background: url('../images/right_arr.png')no-repeat center,#030719;
}
.owl-carousel .owl-nav button.owl-prev{
    background: url('../images/left_arr.png')no-repeat center,#030719;
}
.owl-carousel .owl-nav button.owl-next:hover{
    background: url('../images/right_arr.png')no-repeat center,#329A83;
}
.owl-carousel .owl-nav button.owl-prev:hover{
    background: url('../images/left_arr.png')no-repeat center,#329A83;
}
.mp_about{
    padding: 75px 0 90px;
    font-size:14px;
    margin-bottom: 45px;
    line-height: 144.9%;
    
}
.mp_about img{
    margin-bottom: 30px;
}
ul{
    margin-bottom: 30px;
}
ul li{
    margin: 10px 0;
    padding-left: 30px;
    position: relative;
}
ul li:before{
    position: absolute;
    left:0;
    background: #329A83;
    width:5px;
    height:5px;
    content:'';
    top:6px;
    border-radius:100%;
}
section.cats{
    margin-bottom: 45px;
}
section.cats .heading{
    font-weight: 900;
    font-size: 36px;
    line-height: 144.9%;
    color: #030719;
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 45px;
}
section.cats a{
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
section.cats a:hover{
    opacity: .8;
}
section.cats .title{
    font-weight: 900;
    font-size: 24px;
    line-height: 144.9%;
    font-family: 'Exo 2', sans-serif;
    color: #F1F1F1;
    position: absolute;
    left: 40px;
    bottom: 40px;
}
section.portfolio{
    margin-bottom: 100px;
}
section.benefits .heading,
section.portfolio .heading{
    font-weight: 900;
    font-size: 36px;
    line-height: 144.9%;
    color: #030719;
    margin-bottom: 30px;
    font-family: 'Exo 2', sans-serif;
}
section.benefits .heading{
    margin-bottom: 75px;
}
section.benefits{
    margin-bottom: 60px;
}
section.benefits .item{
    text-align: center;
}
section.benefits img{
    box-shadow: 0 0 30px #329A83;
    border-radius: 100%;
    margin-bottom: 65px;
}
section.benefits .name{
    font-weight: bold;
    font-size: 14px;
    line-height: 144.9%;
    color: #030719;
    margin-bottom: 30px;
}
section.benefits .desc{
    font-size: 14px;
    line-height: 144.9%;
    color: #030719;
}
section.portfolio .title{
    font-weight: bold;
    font-size: 24px;
    line-height: 144.9%;
    color: #030719;
    margin-bottom: 35px;
}
section.portfolio .desc{
    font-size: 14px;
    line-height: 144.9%;
    color: #030719;
}
section.portfolio .owl-nav button{
    width:44px;
    height: 44px;
    margin-left:0;
    margin-right: 25px;
    background-size: 60% auto!important;
}
.page-template h1{
    font-weight: 900;
    font-size: 36px;
    line-height: 144.9%;
    color: #030719;
    font-family: 'Exo 2', sans-serif;
}
.fw img{
    max-width: 9999px;
}
section.f_about{
    overflow: hidden;
    padding-bottom: 140px;
}
section.f_about .desc img{
    margin-bottom: 25px;
}
section.f_about .desc{
    font-size: 14px;
    line-height: 144.9%;
    color: #030719;
}
section.f_about .row{
    margin-bottom:50px;
}
section.f_about .details{
    display: none;
}
section.f_about a.readmore{
    font-weight: 900;
    font-size: 18px;
    line-height: 144.9%;
    color: #000000;
    font-family: 'Exo 2', sans-serif;
    margin-top:20px;
    display: inline-block;
    background: url('../images/ardown.png')no-repeat right;
    padding-right: 30px;
    cursor:pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}
section.f_about a.readmore:hover{
    padding-right: 40px;
}
section.f_about iframe{
    width: 100%;
}
.collaborate .heading{
    font-weight: 900;
    font-size: 36px;
    line-height: 144.9%;
    color: #030719;
    font-family: 'Exo 2', sans-serif;
    margin-bottom:35px;
}
a.collab{
    margin-top:35px;
    display: inline-block;
}
a.bbut{
    font-weight: bold;
    font-size: 18px;
    line-height: 144.9%;
    text-align: center;
    color: #FFFFFF!important;
    background: #329A83;
    box-shadow: 0px 2px 4px rgba(4, 8, 27, 0.1);
    border-radius: 114px;
    padding: 5px 25px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a.bbut:hover{
    background: #fff;
    color: #329A83!important;
    box-shadow: 0px 2px 4px #329A83;
}
#map{
    margin-top: 140px;
}
#map iframe{
    width: 100%;
    vertical-align: bottom;
}
section.conts{
    overflow: hidden;
}
section.conts h1{
    margin-bottom: 50px;
}
.contform{
    background: #E5E5E5;
}
.gen>div{
    padding: 6px 0 6px 90px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 209.4%;
}
.gen>div:last-child{
    margin-bottom: 0;
}
.gen .phones{
    background: url('../images/phone_b.png')no-repeat left top;
}
.gen .addr{
    background: url('../images/addr_b.png')no-repeat left top;
}
.gen .email{
    background: url('../images/mail_b.png')no-repeat left top;
}
.gen .inst{
    background: url('../images/insta_b.png')no-repeat left top;
}
.gen .yt{
    background: url('../images/yt_b.png')no-repeat left top;
}
.gen .fb{
    background: url('../images/fb_b.png')no-repeat left top;
}
.gen a{
    color:#030719
}
.contform form{
    padding: 30px;
}
.contform form .title{
    font-weight: 900;
    font-size: 24px;
    line-height: 144.9%;
    color: #000000;
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 25px;
}
.contform form label{
    display: block;
}
.contform form textarea,
.contform form input{
    background: none;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 2px 15px;
}
.contform form textarea{
    resize: none;
}
.contform form .fg{
    margin-bottom: 25px;
}
.contform form input[type="submit"]{
    font-weight: bold;
    font-size: 14px;
    line-height: 144.9%;
    text-align: center;
    color: #FFFFFF;
    background: #329A83;
    box-shadow: 0px 2px 4px rgba(4, 8, 27, 0.1);
    border-radius: 86px;
    border:0;
    padding: 6px 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.contform form input[type="submit"]:hover{
    color: #329A83;
    background: #fff;
    box-shadow: 0px 2px 4px #329A83;
}
.contform{
    position: relative;
}
.contform:before{
    position: absolute;
    top:0;
    left:100%;
    width:100%;
    height: 100%;
    content: '';
    background: #E5E5E5;
}
.breads{
    font-size: 14px;
    margin-bottom: 15px;
}
.breads a{
    color: rgba(3, 7, 25, 0.5);
}
section.news{
    padding-bottom: 140px;
}
section.news h1{
    margin-bottom: 30px;
}
.news_item{
    padding:30px 0;
    border-bottom: 1px solid rgba(3, 7, 25, 0.3);
}
.news_item img{
    height:auto;
    min-height: 255px;
}
.news_item .desc{
    font-size: 14px;
    line-height: 144.9%;
    color: #030719;
    margin-bottom: 15px;
}
.news_item .title{
    font-weight: bold;
    font-size: 18px;
    line-height: 144.9%;
    margin-bottom: 15px;
}
.news_item a.bbut{
    text-decoration: none;
    display: inline-block;
}
.news_item .title .date{
    float: right;
    font-size: 14px;
    line-height: 144.9%;
    text-align: right;
    color: #878787;
    font-weight: normal;
}
.limg{
    float: left;
    max-width: 50%;
    margin: 0 30px 30px 0;
}
.page-template-catalog section.cats .title{
    left:20px;
    bottom:30px;
}
.page-template-catalog section.cats{
    padding-bottom: 120px;
}
.page-template-catalog section.cats .item{
    margin-bottom: 30px;
}
.list_prod .prod{
    border-bottom: 1px solid rgba(3, 7, 25, 0.3);
    padding: 30px 0;
    font-size: 14px;
}
.list_prod .prod:last-child{
    border: 0;
}
.list_prod .prod .title{
    font-weight: bold;
    font-size: 18px;
    line-height: 144.9%;
    color: #000000;
    margin-bottom: 15px;
}
.list_prod .prod .bordright {
    border-right: 1px solid  rgba(3, 7, 25, 0.3);
}
.list_prod .prod .price{
    font-weight: bold;
    font-size: 24px;
    line-height: 144.9%;
    color: #329A83;
}
.prod .download a{
    font-size: 14px;
    line-height: 144.9%;
    text-decoration: underline;
    color: #030719;
    padding-left: 20px;
    background: url('../images/download.png')no-repeat left;
}
.prod .download a:hover{
    text-decoration: none;
}
.list_prod .prod .bordright .row{
    padding: 5px 0;
}
.prod .pd{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.woof h4{
    font-weight: bold;
    font-size: 18px;
    line-height: 170.9%;
    color: #000000;
	margin-bottom:5px;
}
.woof ul li:before{
    display: none;
}
.woof_list label{
    padding-top:0px;
    padding-bottom: 0;
	margin-bottom:0;
}
.woof_list_checkbox li div{
    margin-top:0;
}
button.woof_reset_search_form{
    display: none!important;
}
.curcat{
    height: 365px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.curcat img{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.curcat .container{
    position: absolute;
    left:50%;
    bottom:45px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.curcat .title{
    font-weight: 900;
    font-size: 48px;
    line-height: 144.9%;
    color: #FFFFFF;
    font-family: 'Exo 2', sans-serif;
}
.woof{
    background: #E5E5E5;
    position: relative;
    padding:45px 30px;

}
.prodlist{
    overflow: hidden;
    padding-bottom: 15px;
}
.woof:before{
    content: '';
    position: absolute;
    width: 500%;
    right:100%;
    top:0;
    height: 100%;
    background: #e5e5e5;
}
.icheckbox_flat-aero{
    background: none!important;
    border-radius: 100%!important;
    border:1px solid #329A83!important;
    width:16px!important;
    height: 16px!important;
}
.icheckbox_flat-aero.checked{
    background: #329A83!important;
}
.overall{
    background: rgba(24, 24, 24, 0.3);
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.regform{
    background: #EAEAEA;
    display: none;
    padding: 30px;
    width:50%;
    position: fixed;
    z-index:10;
    left:50%;
    top:50%;
    max-height: 100%;
    overflow: auto;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.login_form .heading,
.regform .heading{
    font-weight: 900;
    font-size: 24px;
    line-height: 144.9%;
    color: #000000;
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 40px;
}
.ur-frontend-form{
    margin:0;
    padding:0;
    border:0;
}
.regform form.register{
    border:0;
    padding:0;
    width: 50%;
    margin: 0 auto;
}
.regform form .form-row{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.ur-frontend-form .ur-form-row .ur-form-grid{
    padding: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid label, .ur-frontend-form .ur-form-row .ur-form-grid legend{
    margin-bottom: 0;
}
.regform form .form-row input.input-text{
    background: none;
    border:1px solid #000;
    border-radius: 7px!important;
    min-height: 26px!important;
    line-height: 26px!important;
    padding: 0 15px!important;
    margin-bottom: 0!important;
}
.regform input{
    width:50%!important;
}
.regform label{
    width:50%;
    font-weight: normal!important;
    font-size: 14px!important;
    line-height: 144.9%!important;
    color: #000000;
}
.login_form input[type="submit"],
.regform button[type="submit"]{
    margin: 0 auto;
    background: #329A83;
    box-shadow: 0px 4px 4px rgba(4, 8, 27, 0.1);
    border-radius: 86px;
    font-weight: bold;
    font-size: 14px;
    line-height: 144.9%!important;
    text-align: center;
    color: #FFFFFF;
    padding: 9px 60px;
    margin-top:30px;
    border: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a.closeme{
    position: absolute;
    right:30px;
    top:30px;
    font-size: 24px;
    cursor:pointer;
}
.login_form{
    background: #EAEAEA;
    padding: 30px;
    width:auto;
    position: fixed;
    z-index:10;
    left:50%;
    top:50%;
    max-height: 100%;
    overflow: auto;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: none;
}
.login_form input{
    display: block;
    width: 100%;
    border:1px solid #000;
    background: none;
    border-radius: 7px;
    padding: 5px 15px;
}
.login_form input#rememberme{
    float: left;
    width: auto;
    margin-right: 15px;
}
.login_form .login-remember label{
    display: flex;
    align-items: center;
}
a.proflink{
    cursor:pointer;
}
a.regme{
    cursor: pointer;
}
a.regme:hover{
    text-decoration: underline!important;
}
.reg a.regme{
    font-weight: bold;
    font-size: 14px;
    line-height: 144.9%;
    text-align: center;
    color: #FFFFFF;
    background: #329A83;
    box-shadow: 0px 2px 4px rgba(4, 8, 27, 0.1);
    border-radius: 114px;
    padding: 7px 15px;
    display: inline-block;
    margin-top:15px;
    margin-bottom: 15px;
    text-decoration: none!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.reg a.regme:hover{
    text-decoration: none;
    color: #329A83;
    background: #fff;
    box-shadow: 0px 2px 4px #329A83;
}
header .search{
    position: relative;
}
header .search form{
    position: absolute;
    top: -2px;
    right: 100%;
    margin-right: 15px;
    align-items: center;
    display: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header .search form.vis{
    display: flex;
}
header .search form label{
    margin: 0;
}
header .search form input{
    border-radius: 7px 0 0 7px;
    border: 1px solid #000;
    border-right: 0;
}
header .search form input[type="search"]{
    padding-left: 15px;
    width: 190px;
}
header .search form button[type="submit"]:hover{
    opacity: .8;
}
header .search form button[type="submit"]{
    color:#fff;
    border:1px solid #000;
    border-radius: 0 7px 7px 0;
    border-left: 0;
    background: #329A83;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.proflink,
.search_btn{
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.proflink:hover,
.search_btn:hover{
    opacity: .6;
}
.thanks{
    margin-top:15px;
    display: none;
}
.mobonly{
    display: none;
}
.single-news ul{
	overflow:auto;
	padding-left:15px;
}
.single-news ul li{
	padding-left:15px;
}
.single-news ul li:before{
	top:8px;
}
.port_cont{
	margin-top:30px;
}
.port_cont .item{
	margin-bottom:30px;
}
.port_cont .item .title{
	font-weight:600;
	font-size:20px;
	margin-top:10px;
}
.port_cont .item a{
	display:block;
	transition:all .3s ease;
	opacity:1;
}
.port_cont .item a:hover{
	opacity:.8;
}
.slider .readmore a{
	display:inline-block;
	padding:10px 30px;
	color:#fff;
	background:#329A83;
	box-shadow:0px 2px 4px #329A83;
	border-radius:15px;
	text-decoration:none;
	transition:all .3s ease;
}
.slider .readmore a:hover{
	color:#329A83;
	background:#fff;
}
.slider .container.ab{
	position:absolute;
	text-align:right;
	left:50%;
	top:50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.mobonly{
	display:none;
}
.curcat img{
	padding-right:0;
}
.woof_radio_term_reset img{
	padding-right:0;
}
.sorting{
	overflow:auto;
	margin-bottom:30px;
}
.sorting select:focus{
	oultine:none;
}
.sorting select{
	padding:10px 15px;
	color:#5d5d5d;
	border: 1px solid #eee;
	width:290px;
}
p{
	margin-bottom:8px;
}
.woocommerce-pagination{
	margin-top:45px;
	margin-bottom:60px;
}
.woocommerce-pagination ul li:before{
	display:none;
}
.woocommerce-pagination ul li a{
	color:#329A83;
}
.woocommerce-pagination ul li{
	display:inline-block;
}
.woocommerce-pagination ul{
	display:flex;
}
.search img{
	padding-right:30px;
}
img{
	height:auto;
}
.woocommerce-page img.fancybox-image{
	padding:0 15px;
}
.topmenu ul li.menu-item-has-children{
	position:relative;
}
.topmenu ul.sub-menu{
	position:absolute;
	display:none;
	z-index:2;
	color:#fff;
	background:#000;
	padding:10px 15px;
	left:0;
	top:99%;
	width:300px;
}
.topmenu ul.sub-menu li a{
	color:#fff;
}
.topmenu ul li.menu-item-has-children:hover ul{
	display:block;
}
.footmenu ul.sub-menu{
	display:none;
}
.maindesc.bb{
	padding:100px 0;
}
.maindesc.bb a.bbut{
	text-decoration:none;
	margin-top:30px;
	display:inline-block;
}
.partners{
	padding:100px 0 70px;
}
.partners a{
	color:#329A83;
}
.partners .item{
	padding:30px 0;
	border:1px solid #329A83;
	margin-bottom:30px;
	transition:all .3s ease;
}
.partners .item:hover{
	box-shadow:0px 5px 15px 0px #329A83;
	border:1px solid trasparent;
}



@media (max-width: 1200px) {
    .mp_about{
        background:url('../images/main_about.png')no-repeat right -50% top,url('../images/rishang_about.png')no-repeat left bottom;
        background-size: auto auto,100% auto;
    }
    .regform form.register{
        width: 80%;
    }
    .news_item img{
        min-height: 0;
    }
}
@media (max-width: 992px) {
	.f_portfolio .col-6{
		margin-bottom:15px;
	}
	.port_cont .item .title{
		display:none;
	}
	.f_portfolio .col-6:nth-child(even){
		padding-left:7px;
	}
	.f_portfolio .col-6:nth-child(odd){
		padding-right:7px;
	}
    header .search form{
        left:0;
        right: auto;
        top:40px;
    }
	.topmenu ul li.menu-item-has-children:hover ul{
		display:none;
	}
	.page-template-catalog section.cats .item img{
		width:100%;
	}
	.mobnone{
		display:none;
	}
	.mobthumb{
		float:left;
	}
	.mobthumb img{
		height:50px;
		width:auto!important;
		margin-right:10px;
	}
    .mobonly{
        display: block;
    }
    .port .item .row.align-items-lg-center{
        flex-direction: column-reverse;
    }
    .port .item img{
        margin-bottom: 15px;
        width: 100%;
    }
    .sl .owl-nav{
        width: 80%;
    }
    .mp_about{
        background-position:top 90px right -90px!important;
        background-size: 100% auto!important;
        padding-top: 30px;
    }
    header{
        padding: 15px 0;
    }
    .logo{
        max-width: 75%;
    }
    .mbmenu{
        position: fixed;
        height: 100%;
        overflow: auto;
        z-index: 6;
        left:0;
        top:0;
        width: 100%;
        background: #EAEAEA;
        padding: 90px 15px 30px;
        display: none;
    }
    .mbmenu .closemenu{
        z-index: 1;
        position: absolute;
        top:15px;
        right: 30px;
        font-size: 36px;
    }
    .topmenu{
        flex-direction: column;
        margin-top:45px;
    }
    .top_phone{
        margin:30px 0;
    }
    .toppanel{
        justify-content: center;
    }
    .menu-topmenu-container{
        width: 100%;
    }
    .topmenu ul{
        flex-direction: column;
        width: 100%;
    }
    .topmenu ul li{
        width: 100%;
        text-align: center;
    }
    .topmenu ul li a{
        display: block;
        padding: 15px 0;
    }
    header .container{
        position: relative;
    }
    .menutoggle{
        background: url('../images/mobmenu.png')no-repeat center;
        width: 50px;
        height: 50px;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -25px;
        z-index: 5;
    }
    .page-template h1{
        margin-bottom: 30px;
    }
    .woof:before{
        display: none;
    }
	.filter_icon{
		position:fixed;
		right:0;
		top:50%;
		z-index:9;
		width:30px;
		height:40px;
		border-radius:5px 0 0 5px;
		background:url('../images/filter_icon.png')no-repeat center,#000;
		background-size:80%;
		border:1px solid #fff;
	}
    .filter{
        position: fixed;
        left:0;
        top:0;
        width: 100%;
        height: 100%;
        overflow: auto;
        max-width: 100%;
        z-index: 7;
        padding: 0;
        text-align: center;
        display: none;
    }
    .curcat{
        height: auto;
    }
    .curcat img{
        position: static;
    }
    .list_prod{
        max-width: 100%;
        width: 100%;
        flex: none;
    }
    .list_prod .prod img{
        padding-right: 15px;
    }
    .limg img{
        height: auto;
    }
    .gen>div{
        padding: 6px 0 6px 60px;
        font-size: 16px;
    }
    #map{
        margin-top:60px;
    }
}
@media (max-width: 768px) {
    .owl-prev, .owl-next{
        width: 44px;
        height: 44px;
        background-size: 60%!important;
    }
	.list_prod .prod .bordright{
		margin-bottom:0;
	}
	.list_prod .prod .bordright .row{
		padding:0;
	}
    .slider{
        padding-bottom: 60px;
    }
    section.cats .title{
        font-size: 21px;
        left:15px;
        bottom: 15px;
    }
    section.benefits .heading,
    section.cats .heading{
        font-size: 31px;
        margin-bottom: 20px;
        text-align: center;
    }
    section.portfolio{
        margin-bottom: 45px;
    }
    .regform,
    .login_form{
        width: 90%;
    }
    .regform{
        padding: 30px 15px;
    }
    .regform form.register{
        width: 100%;
    }
    .footlogo,
    section.benefits img,
    section.benefits .item{
        margin-bottom: 30px;
    }
    footer{
        padding: 30px 0;
    }
    footer .social{
        text-align: center;
    }
    .social a{
        margin:0 10px;
    }
    .footmenu{
        margin-top:30px;
    }
    .footmenu ul li{
        text-align: center;
        margin-bottom: 15px;
    }
    footer .email,
    footer .address, footer .phones{
        text-align: center;
    }
    .fw img{
        max-width: 100%;
        display: none;
    }
    section.f_about .row{
        margin-bottom: 45px;
    }
    section.news,
    section.f_about{
        padding-bottom: 60px;
    }
    section.f_about iframe{
        margin-bottom: 15px;
    }
    .curcat .title{
        font-size: 22px;
    }
    .curcat .container{
        bottom:15px;
    }
    .list_prod .prod img{
        padding-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .list_prod .prod .bordright{
        border-right: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .bordright>.row>div{
        width: 50%;
    }
    .news_item img{
        margin-bottom: 15px;
    }
    section.news h1{
        margin-bottom: 0;
    }
    .contform{
        margin-top:30px;
    }
    .contform form{
        padding: 30px 15px;
    }
    .contform form textarea, .contform form input{
        width: 100%;
    }
    .limg{
        float: none;
        margin:0 0 30px;
        max-width: 100%;
    }
    .limg img{
        width: 100%;
    }
	.page-template-catalog section.cats .title{
		bottom:5px;
	}
}