body {
    font-family: poppins,sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #eae8e9;
    overflow-x: hidden
}

html {
    overflow-x: hidden
}

h1,h2,h3,h4 {
    margin-block-start:unset;margin-block-end:unset;margin-inline-start:unset;margin-inline-end:unset;font-weight: unset
}

h1 {
    font-size: 45px
}

h2 {
    font-size: 35px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 20px
}

p {
    font-family: poppins,sans-serif;
    font-size: 18px;
    margin: 0;
    margin-block-start:unset;margin-block-end:unset;margin-inline-start:unset;margin-inline-end:unset;-webkit-tap-highlight-color: transparent;
    line-height: 35px
}

*,::after,::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent
}

a {
    text-decoration: none;
    color: unset;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

html {
    /* scroll-behavior:smooth; */
}

.splide__pagination {
    display: none!important
}

.splide__arrow {
}

.lock-scroll {
    position: fixed
}

.dispnon {
    display: none
}

.stop-scrolling {
    overflow-y: hidden
}

button {
    font-size: 18px;
    font-weight: 400
}

*,:before,:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: montserrat,sans-serif;
    background-color: #fff
}

h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #000
}

h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #222
}

.b-logo {
    display: inline-block;
    vertical-align: middle
}

.b-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.b-menu a {
    text-decoration: none
}

.b-menu a:hover img,.b-menu a:active img {
    transform: scale(1.05)
}

.b-menu img {
    display: inline-block;
    width: 31px;
    height: 31px;
    vertical-align: middle;
    transition: .3s
}

.b-social {
    padding-bottom: 21px
}

.b-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #e6e6e6;
    border-radius: 50px;
    margin-right: 10px;
    vertical-align: middle;
    transition: .3s
}

.b-social a:last-of-type {
    margin-right: 0
}

.b-social a:hover,.b-social a:active {
    transform: scale(1.15)
}

.b-social img {
    width: 20px;
    height: 20px;
    display: block;
    margin: 5px auto
}

.b-social span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #505050;
    margin-bottom: 15px
}

.b-nav {
    background: linear-gradient(88.41deg,#67B84B 0.08%,#50B52D 98.98%);
    border-radius: 5px;
    height: 55px;
    padding: 0 23px
}

.b-nav a {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-right: 51px;
    text-decoration: none;
    line-height: 55px;
    position: relative;
    transition: .3s;
    display: inline-block
}

.b-nav a:last-of-type {
    margin-right: 0
}

.b-nav a:hover,.b-nav a:active {
    transform: scale(1.07)
}

.b-nav .b-nav-hot {
    margin-right: 71px
}

.b-nav-hot::after {
    content: 'hot';
    height: 19px;
    background: #ad2316;
    border-radius: 5px;
    text-transform: uppercase;
    position: absolute;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    padding: 3px;
    display: block;
    top: 8px;
    right: -40px
}

.b-header-table {
    display: table;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

.b-header-table__cell {
    display: table-cell
}

.b-header-table__cell:nth-of-type(2) {
    text-align: center
}

.b-header-table__cell:last-of-type {
    text-align: right
}

.b-header-top {
    display: none;
    max-width: 100%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    padding-bottom: 1px
}

.b-header-top__left {
    width: 141px;
    padding: 14px 0 13px;
    border-right: 1px solid #cfcfcf
}

.b-header-top__right {
    width: 141px;
    padding: 14px 0 13px;
    border-left: 1px solid #cfcfcf
}

.b-header-bottom {
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    max-width: 1400px;
    width: 100%;
    margin: 0 auto 50px;
    padding: 12px 20px
}

.b-header-bottom .b-menu {
    text-align: right
}

.b-header-bottom .b-nav {
    display: none
}

.b-header-social {
    display: none
}

.b-header-social a {
    background: 0 0
}

.b-header-social img {
    width: 20px;
    height: 21px
}

@media screen and (min-width: 768px) {
    .b-social {
        display:table-cell;
        text-align: right
    }

    .b-social span {
        display: inline-block;
        vertical-align: middle;
        margin: 0 9px 0 0
    }

    .b-header-social {
        display: none
    }
}

@media screen and (min-width: 992px) {
    .b-header-table__cell:nth-of-type(2) {
        text-align:right
    }

    .b-header-top {
        display: block
    }

    .b-header-bottom {
        box-shadow: none;
        padding: 0
    }

    .b-header-bottom__table {
        padding: 26px 0
    }

    .b-header-bottom .b-menu {
        display: none
    }

    .b-header-bottom .b-nav {
        display: block
    }

    .b-header-social {
        display: inline-block;
        padding: 0
    }
}
