body{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
.wrapper{
    width: 100%;
}
.header{
    background-color: #252525;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.head-out{
    margin: auto;
    display: flex;
}
.tabs-row{
    max-width: 1366px;
    margin: auto;
}
.logoimg{
    max-width: 75px;
}
.menu{
    display: flex;
    color: #f5b831;
    width: 100%;
    justify-content: end;
    align-items: center;
}
.imgotr{
    display: flex;
    margin-left: 10px;
}
.menu .in a{
    text-decoration: none;
    color: white;
}
.menu .in{
    text-align: center;
    padding: 0 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.banner{
    padding-top: 52px;
}
.slickotr{
    margin: auto;
}
.banner img{
    width: 100%;
}
.catlog h2{
    margin: 0;
    padding: 0 0 20px 0;
    font-weight: 700;
    font-size: 22px;
}
.catlog a{
    background: #252525;
    color: white;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 5px;
}
.catlog{
    background-color: #f5b831;
    color: #252525;
    text-align: center;
    padding: 10px 0 20px 0;
}
.products .procol.reverse{
    flex-direction: row-reverse;
}
.products .procol{
    display: flex;
}
.products .procol .col:nth-child(2) .desc{
    font-size: 17px;
    font-weight: 500;
    padding: 0 10%;
}
.products .procol.reverse .col:nth-child(2) {
    background: #252525 !important;
}
.products .procol.reverse .col:nth-child(2) .desc{
    color: white !important;
}
.products .procol.reverse .col:nth-child(2) .head{
    color: #f5b831 !important;
}
.products .procol .col:nth-child(2) .head{
    color: white;
    font-weight: 700;
    font-size: 30px;
    padding: 0 10%;
}
.products .procol .col:nth-child(2){
    background: #f5b831;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.products .procol .col:nth-child(1) img{
    width: 115px;
    padding: 4% 0;
}
.products .procol .col:nth-child(1){
    text-align: center;
}
.products .procol .col .col-otr{
    padding: 0 5%;
}
.products .procol .col{
    width: 50%;
}
.contactus .inotr .col input{
    width: 100%;
    box-sizing: border-box;
    padding: 7px 10px;
    border-radius: 5px;
    border: 0;
}
.subm{
    background: #f5b831;
    font-weight: 600;
    color: #252525;
    cursor: pointer;
}
.contactus .inotr .col{
    /* width: 25%; */
}
.contactus .contactin .add .col:nth-child(1) {
    padding: 0 10px 0 0;
    display: flex;
}
.contactus .contactin .add .col:nth-child(1) img{
    max-width: 25px;
}
.contactus .contactin .add{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactus .contactin{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: white;
    margin: 50px 0;
}
.contactus .inotr{
    padding-top: 45px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
}
.contactus h2{
    color: #f5b831;
    margin: 0;
}
.contactus{
    background: #252525;
    text-align: center;
    padding: 15px 15px;
    box-sizing: border-box;
}
.copyright{
    color: white;
    padding: 50px 0;
    background: #252525;
    text-align: center;
    box-sizing: border-box;
}
.pr{
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    background: #252525;
    color: white;
    padding: 35px 0;
}
.burg{
    display: none;
}
.slick-next:before, .slick-prev:before{
    font-size: 35px !important;
    color: #525252 !important;
}
.slick-next{
    right: 25px !important;
}
.slick-prev{
    left: 5px !important;
    z-index: 9;
}
@media (max-width: 767px) {
    .contactus .inotr{
        padding-top: 45px;
        display: grid;
        grid-template-columns: repeat(1, 4fr);
        grid-template-rows: 1fr;
        grid-column-gap: 15px;
        grid-row-gap: 20px;
    }
    .contactus .contactin{
        display: block;
    }
    .contactus .contactin .add{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 85%;
        padding: 0 0 25px 0;
    }
    .products .procol .col{
        width: 100%;
    }
    .products .procol{
        display: block;
    }
    .products .procol .col .col-otr{
        padding: 10% 5%;
    }
    .products .procol .col:nth-child(2) .head{
        padding: 0 10% 15px 10%;
    }
    .menu{
        position: absolute;
        display: none;
        top: 53px;
        background: #494848;
    }
    .imgotr{
        margin-left: 10px;
    }
    .menu .in{
        padding: 8px 18px;
    }
    .burg img{
        width: 20px;
    }
    .burg{
        display: block;
        position: absolute;
        right: 0px;
        top: 5px;
        cursor: pointer;
        padding: 10px 14px;
    }
    .slick-next, .slick-prev{
        display: none !important;
    }
}