@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0;
    box-sizing: border-box;
    gap: 16px;
    background: #FFF !important;
    z-index: 99999;
    position: sticky;
    top: 0;
    border-bottom: inherit;
    flex-direction: column;
}

.inHeader {
    width: 100%;
    max-width: 1240px;
    display: flex;
    gap: 0;

    width: 100%;
    max-width: 1240px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    gap: 24px;
}





/* .itemCompany {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    gap: 8;
    align-items: center;
    justify-content: center;
} */
.logoCompnayheader {
    height: 30px;
    overflow: hidden;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoCompnayheader img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itemCompany span:hover {
    color: #f3bca6;
}

.sliderCompanies {
    border-right: 1px solid #B73500;
    border-left: 1px solid #B73500;
    display: flex;

    padding: 0 52px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    gap: 24px;
}

.ratingheader {
    display: flex;
    gap: 8px;
    align-items: center;
}



.inHeaderBottom {
    display: grid;
    grid-template-columns: 0.75fr 0.35fr;
    width: 100%;
    max-width: 1240px;
}

.blockAnotherHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(91deg, #EA6128 12.17%, #D3450B 127.33%);
}

.itemsAddedInfo {
    display: flex;
    height: 44px;

    justify-content: start;
    align-items: center;

    gap: 24px;

}

.itemsAddedInfo a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;

    box-sizing: border-box;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}

.itemsAddedInfo a:hover {
    color: #ffddc9;
}

.leftPartHeader {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 175px;
    height: 36px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.rightPartHeader {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
}

.menuItems {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.itemMenu {
    color: #282828;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    transition: 0.24s;
}

.itemMenu:hover {
    color: #E0571E;
}

.btnToCatalog {
    display: flex;
    width: auto;
    padding: 4px 4px 4px 16px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(90deg, #E0571E 0%, #C9440E 100%);
    color: #FFF7FC;
    gap: 21px;
    font-family: Montserrat;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    height: 44px;
    line-height: 20px;
    box-sizing: border-box;
    transition: 0.24s;
}

.btnToCatalog:hover {
    background: linear-gradient(90deg, #ec7744 0%, #dd602f 100%);
    color: #ebe4e8;
}

span.arrow {
    border-radius: 8px;
    background: #F56023;
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    background: #FFF;
    scroll-behavior: smooth;
}

a {
    color: #E0571E;
    text-decoration: none;
}

.burgerMenuArea,
.mainMenuMobile {
    display: none;
    z-index: 9999;
}

.burgerMenuArea svg path {
    fill: #282828;
}

.itemMenu {
    color: #282828;
}

.mainMenuMobile {
    background: #FFF !important;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.12);
}

.fiveScreenApi {
    width: 100%;
    max-width: 1240px;
    gap: 32px;
    display: flex;
    flex-direction: column;
    margin-bottom: 120px;
}

.faqApi {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.itemFaqApi {
    display: flex;
    cursor: pointer;
    width: 100%;
    flex-direction: column;
    border: 1px solid #848484;
    border-radius: 12px;
    padding: 16px 32px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    background: #FFF;
    transition: 0.24s;

}

.descFaq.active {
    display: flex;
}

.boxFaqTitle {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.titleFaq {
    font-family: Montserrat;
    font-weight: 500;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 118%;
    letter-spacing: -0.02em;
    color: #282828;
    display: flex;
    align-items: center;
}

.iconFaq {
    border: 1px solid #e2e2e2;
    border-radius: 100px;
    width: clamp(32px, 2.5vw, 50px);
    height: clamp(32px, 2.5vw, 50px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.24s;
}

.iconFaq svg path {
    fill: #636363;
}

.iconFaq.active {
    transform: rotate(180deg);
}

.descFaq {
    display: none;
    font-family: Montserrat;
    font-weight: 400;
    font-size: clamp(13px, 1vw, 15px);
    line-height: 133%;
    width: calc(100% - 64px);
    color: #282828;
}



@media screen and (max-width: 1280px) {

    .inHeader,
    .blockAnotherHeader {
        padding: 0 16px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1140px) {
    .menuItems {

        gap: clamp(24px, 3vw, 40px);
    }

    .itemMenu,
    .btnToCatalog {
        font-size: clamp(13px, 1vw, 15px);
    }

    .btnToCatalog {
        padding: 2px 2px 2px 8px;
    }

    .inHeader {
        padding: 0 16px;
        box-sizing: border-box;
        align-items: center;
        position: relative;
    }

    .logo {
        max-width: clamp(146px, 7vw, 175px);
        height: clamp(30px, 4vw, 36px);
    }
}

@media screen and (max-width: 980px) {
    header {
        padding: 17px 0;
    }

    .rightPartHeader {
        display: none;
    }

    .burgerMenuArea {
        display: flex;
        cursor: pointer;
    }

    .mainMenuMobile {
        display: none;
        position: absolute;
        top: 44px;
        left: 0;
        width: 100%;
        align-items: center;
        justify-content: center;
        border-radius: 0 0 16px 16px;
        background: #FFF;
        flex-direction: column;
        gap: 24px;
        padding: 24px 16px 20px 16px;
        box-sizing: border-box;
        border-radius: 0 0 16px 16px;
        border-bottom: 2px solid #848484;
        background: rgba(59, 58, 58, 0.95);
        backdrop-filter: blur(2px);
    }

    .mainMenuMobile.open {
        display: flex;
    }

    .menuItems {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 16px;
    }

    .itemMenu,
    .btnToCatalog {
        font-size: 15px;
    }

    .btnToCatalog {
        padding: 4px 4px 4px 85px;
        width: 100%;
    }

    .blockAnotherHeader {
        display: none;
    }
}