/* ------ Title------ */
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Thin.woff2') format('woff2') url('../fonts/onest/Onest-Thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Light.woff2') format('woff2') url('../fonts/onest/Onest-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Regular.woff2') format('woff2') url('../fonts/onest/Onest-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Medium.woff2') format('woff2') url('../fonts/onest/Onest-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Bold.woff2') format('woff2') url('../fonts/onest/Onest-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-ExtraBold.woff2') format('woff2') url('../fonts/onest/Onest-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Black.woff2') format('woff2') url('../fonts/onest/Onest-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

.title {
    font-family: 'Sofia Sans', sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
}

.title.white {
    color: #FFFFFF;
}

.title.black {
    color: #000000;
}
.our-advantages-title-wrapp .title{
    margin-bottom: 40px;
}
@media(max-width:1240px) {
    .title {
        font-size: 75px;
        line-height: 79px;
    }

}



@media(max-width:1024px) {
    .title {
        font-size: 3.6875rem;
        line-height: 3.9375rem;
    }
}

@media(max-width:780px) {
    .title {
        font-size: 3rem;
        line-height: 3rem;
    }
}

@media(max-width:520px) {

    .title {
        font-size: 2.2rem;
        line-height: 2.4rem;
    }
}

@media(max-width:420px) {
    .title {
        font-size: 40px;
        line-height: 40px;
    }
    .home-slider .js-carousel .owl-dots {
        font-size: 12px;
    }
}

@media(max-width:390px) {
    /* .title {
        font-size: 32px;
        line-height: 34px;
    } */

    .header-slider.title.white {
        font-size: 40px;
        line-height: 40px;
    }
    .header-slider:nth-child(2) {
        width: 99%;
    }
}

/* ---- color---- */
.bg-grey {
    background: #F4F4FC;
}

.bg-white {
    background: #FFFFFF;
}

.bg-black {
    background: #000000;
}


/* ------Btn------- */
.btn {
    font-family: Onest;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 12px 15px;
    color: #FFFFFF;
    outline: none;
    border: none;
    background: transparent;
}

.btn.black {
    background: #000000;
    border-radius: 78px;
}

.btn.orange {
    background: #FC5B31;
    border-radius: 50px;
}

.btn.orange:hover {
    background: #E24B24;
}

.btn.orange.active {
    background: #FF7855;
}

.btn.orange.disabled {
    background: #FC5B31;
}

/* ======кнопки сладера ====== */
.wrapp-btn-slider {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 70px;
    z-index: 50;
}

.btn_slider_prev {
    width: 62px;
    height: 62px;
    background: url(../../../pic/left-pag.svg) center no-repeat rgba(255, 255, 255, 1);
    left: 3px;
    border-radius: 50%;
    background-size: 24px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    position: initial;
}

.btn_slider_next {
    width: 62px;
    height: 62px;
    background: url(../../../pic/right-pag.svg) center no-repeat rgba(255, 255, 255, 1);
    right: 3px;
    border-radius: 50%;
    background-size: 15px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    position: initial;
}

.btn_slider_prev:hover {
    background: url(../../../pic/left-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
    background-size: 16px;
}

.btn_slider_next:hover {
    background: url(../../../pic/right-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
    background-size: 16px;
}


@media(max-width:1280px) {
    .btn_slider_next {
        width: 40px;
        height: 40px;
        background-size: 9px;
    }

    .btn_slider_prev {
        width: 40px;
        height: 40px;
        background-size: 15px;
    }
    .btn_slider_prev:hover {
        background-size: 9px;
    }
    .btn_slider_next:hover {
        background-size: 9px;
    }

}

@media (max-width: 520px) {
    .btn_slider_next {
        width: 30px;
        height: 30px;
    }

    .btn_slider_prev {
        width: 30px;
        height: 30px;
    }
}



/* ====wishlist==== */
@media(max-width:420px) {
    li.product .activity {
        max-width: 35px;
        height: 35px;
        top: 15px;
        left: 20px;
    }
}

@media(max-width:1240px) {
    .wrapp-btn-slider {
        top: 53%;
        align-items: center;
    }
}




@media(max-width:420px){
    .container.small.catalog-container {
        padding: 0px 18px;
    }
}

