@media screen and (min-width: 1440px) {
.slider-content { 
    max-width: 700px;
}
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1366px) {}
@media screen and (max-width: 1200px) {
.logo {
    margin-right: 30px;
}
.slider-item {
    height: 500px;
}
.slider-head {
    font-size: 35px;
    line-height: 1.3;
}
.slider-content {
    max-width: 700px;
}
.logo svg {
    width: 120px;
    height: 35px;
}
header#header a {
    font-size: 14px;
}
.about-item {
    padding-right: 30px;
}
.title, h1, h2 {
    font-size: 35px;
    line-height: 1.3;
}
.box {
    margin-bottom: 80px !important;
}
.feat-text {
    font-size: 14px;
}
.feat-name {
    font-size: 16px;
    margin-bottom: 10px;
}
.fon {
    padding: 50px 0;
}
}



@media screen and (max-width: 1024px) {
.product-thumb {
    width: 300px;
} 
.map > iframe {
    width: 100%;
    margin-left: 0;
}
.contact-wrap {
    position: relative;
    top:  unset;
    transform: none;
    margin-bottom: 50px;
    width: 100%;
}

.container.mapcontainer {
    display: block;
    padding: 0;
}

.contact-item {
    display: block;
    width: 48%;
    margin-right: 2%;
}

.contact {
    column-count: 1;
    display: flex;
    flex-wrap: wrap;
}

.contact-form {
    max-width: 400px;
}

.form-wrap.flex .input-wrap {
    margin-right: 0;
}

.map {
    height: 400px;
}
}




@media screen and (max-width: 991px) {
.container {
    width: 100%;
}
.slider-nav {
    display: none;
}
header#header nav#menu {
    display: none;
}
.container.mapcontainer {
    padding: 0 15px;
}
header#header {
    padding: 6px 0;
}
ul.menu-list > li.hide {
    display: block !important;
}
a.openMenu {
    display: block;
    border: none !important;
    margin-left: 20px;
}

body {
    padding-top: 70px;
} 
.logo {
    flex-grow: 1;
}

ul.menu-list {
    display: block;
}

ul.menu-list > li {
    padding: 0;
}

nav#menu {
    z-index: 110;
    font-weight: 600;
}
ul.list-child li:after {
    left: 0;
}
ul.list-child {
    display: block;
}

ul.list-child a {
    margin-bottom: 0;
    padding-top:  15px;
    padding-bottom: 15px;
    padding-left: 0;
}

ul.list-child a::before {
    top: 20px;
    left: 18px;
    display: none;
}
li.parent::before {
    display: none;
}



}








@media screen and (max-width: 768px) {
.slider-item::before {
    position: absolute;
    content: "";
    top:  0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fff 46%, transparent);
}
.product-thumb {
    width: 232px;
}
.w-50 {
    width: 100%;
}
.w-40 {
    width: 100%;
}
.about-img img {
    width: 100%;
    max-height: 300px;
}
.w-60 {
    width: 100%;
}
.about-item {
    padding-right: 0;
    margin-bottom: 35px;
}

svg {
    max-width: 100%;
}

.aboutfeat-svg svg {
    width: 50px;
    height: 50px;
}

.aboutfeat-item {
    padding: 15px;
}
.cathome-item {
    width: 48%;    
    border-bottom: 1px solid #EDEDED !important;
}
.cathome-item:nth-child(3n+2), .cathome-item:nth-child(n+4) {
    border: none;
}
.cathome-item:nth-child(2n+2) {
    border-left: 1px solid #EDEDED;
}
.cathome-item:last-child, .cathome-item:nth-last-child(2){
    border-bottom: none !important;
}

.fon-item {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 100%;
}
 
.title.fon-title::before {
    left: 50%;
    transform: translate(-50%,0);
}

.title.fon-title {
    font-size: 30px;
}

.fon-btn {
    margin-right: auto;
    margin-left: auto;
}

.feat-item {
    width: 46%;
    text-align: center;
    margin-bottom: 40px;
    margin-right: 2%;
    margin-left: 2%;
}

.feat-svg svg {
    width: 50px;
    height: 50px;
}

.feat-svg {
    margin-bottom: 15px;
} 

.footer-logo {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.footer-top {
    padding: 35px 0 20px;
}

.box {
    margin-bottom: 50px !important;
}    
}



@media screen and (max-width: 767px) {
.product-thumb {
    width: calc(50% - 20px);
}
.prod-cart {
    margin-bottom: 50px;
}
.product-content > div {
    width: 100%;
}
h1.prod-title {
    font-size: 25px;
}
ul.list-unstyled.prod-list {
    font-size: 14px;
}

div#modal .modal-content {
    padding: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}
.modtitle {
    font-size: 16px;
    margin-bottom: 30px;
}

}




@media screen and (max-width: 480px) {
.cathome-item {
    flex-direction: column;
    padding: 15px;
    text-align: center;
    width: 50%;
}
.product-thumb .caption {
    margin-bottom: 10px;
}
.title, h1, h2 {
    font-size: 25px;
}
h1.title, h2.title {
    font-size: 25px;
}
.contact-item {
    width: 100%;
    margin-right: 0;
}
.contact-wrap {
    padding: 0;
    border: none;
    box-shadow: none;
}
.form-wrap.flex .input-wrap {
    width: 100%;
}
.product-thumb {
    padding: 10px;
    margin-right: 5px;
    margin-left: 5px;
    width: calc(50% - 10px);
    padding-bottom: 0;
}

.product-thumb_title {
    font-size: 14px;
}

.product-thumb_desc {
    font-size: 10px;
    height: 44px;
}

a.product-thumb_link {
    font-size: 13px;
}
.cathome-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}

.cathome-content {
    width: 100%;
}

.cathome-name {
    font-size: 14px;
}

.feat-item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.mb-100px {
    margin-bottom: 50px;
} 

.headercontact-item:last-child {
    display: none;
}

.search-wrap {
    display: none;
} 

.headercontact-item:first-child {
    margin-right: 0;
}

.headercontact-item span {
    display: none;
}

.header-tel {
    display: none;
}  
header#header #menu {
    display: none;
}

.slider-head {
    font-size: 25px;
}

.slider-text {
    font-size: 12px;
    max-width: 300px;
}

.cathome-btn_wrap::before {
    display: none;
}

.cathome-wrap {
    margin-bottom: 80px;
}

.fon.box {
    margin-bottom: 80px !important;
} 
}



@media screen and (max-width: 425px) {}
@media screen and (max-width: 411px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 360px) {
a.openMenu svg {
    width: 40px;
    height: 40px;
}

.logo svg {
    width: 100px;
}

header#header a.header-tel_link {
    font-size: 12px;
}

.logo {
    margin-right: 0;
}
}
@media screen and (max-width: 320px) {}