:root {
    --primary: #101010;
    --text-secondary: #818181;
    --background: #FFF;
    --landing-white: #FFF;
    --text-2: #414141;
}

a, p, span, h1, h2, h3, h4, h5 {
    margin: 0;
    text-decoration: none;
}
button {
    border: none;
}

select:focus{
    outline: none !important;
}

body {
    font-family: 'Poppins';
    overflow: ;
}

.nav_mob {
    position: fixed;
    background: #fff;
    z-index: 4;
    width: 100%;
    height: 55px;
}
header {
    display: flex;
    width: 100%;
    padding: 32px 40px;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
.header-nav {
    display: flex;
    align-items: center;
    gap: 40px;   
    flex-direction: row;
}
.header-nav nav {
    display: flex;
    gap: 60px;
}
.header-nav li {
    list-style: none;
}
.header-nav > nav > li > a {
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.header-nav > nav > li > a:hover {
    color: #F6F42F;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.header-contacts {
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.header-main {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.header-main > a {
    color: var(--primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.header-main > p {
    color: var(--text-secondary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.header-main > p > a {
    color: var(--text-secondary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.section-banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%;
}
.section-banner > p {
    color: var(--background);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;   
    z-index: 1; 
    padding-bottom: 40px;
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.section-banner > img {
    border-radius: 24px;
    background: linear-gradient(42deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.50) 100%), lightgray 50%;
    width: 100%;
}
.section-banner__main {
    display: flex;
    flex-direction: column;
    gap: 44px;
    padding-top: 60px;
    position: absolute;
    width: 100%;
}
.section-banner__main__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 1;
    align-items: center;
}
.section-banner__main__text > p {
    color: var(--background);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.section-banner__main__text > h1 {
    color: var(--background);
    text-align: center;
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: 112px;
    width: 54%;
}
.section-banner__main__button > a {
    display: inline-flex;
    padding: 16px 24px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 400px;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.08) 100%), rgba(16, 16, 16, 0.20);
    backdrop-filter: blur(6px);
    color: var(--landing-white);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.section-banner__main__button > a:hover {
    background: linear-gradient(225deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(255, 255, 255, 0.20);
}
.section-banner__main__button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section__main {
    display: flex;
    flex-direction: column;
    gap: 100px;
    overflow: hidden;
}
.h1-all {
    color: var(--primary);
    font-size: 68px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
}
.section__about {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.section__about__main {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.button-primary {
    border-radius: 400px;
    background: var(--primary);
    padding: 14px 40px;
    color: var(--background);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 373px;
    display: block;
}

.section__about__main__button {
    text-align: center;
}
.button-primary:hover {
    background-image: url('../images/07-Ellipse-27.png');
    background-position: center;
    background-repeat: no-repeat;
    color: var(--primary);
}
.section__about__main > img {
    border-radius: 24px 0px 0px 24px;
    background:lightgray;
    width: 50%;
}
.section__about__main__text {
    display: flex;
    flex-direction: column;
    gap: 44px;
    justify-content: center;
    width: 40%;
}
.section__about__main__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
.section__about__main__top > p {
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.section__about__main__top > nav > li {
    color: var(--primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.section__key-problems {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.section__key-problems__main {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.section__key-problems__main > p {
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.section__key-problems__content {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.section__key-problems__block {
    display: flex;
    height: 307px;
    padding: 40px 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    width: 25%;
}
.section__key-problems__block > p {
    color: var(--primary);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 0 20px;
}

.section__key-problems__block:hover {
    box-shadow: 0px 4px 8px 6px rgba(0, 0, 0, 0.08);
}
.section__banner-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: var(--cards-rounding, 24px);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), lightgray 50% / cover no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section__banner-2__left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.section__banner-2__left__top {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.section__banner-2__left__top > h1 {
    color: var(--background);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
}
.section__banner-2__left__top > p {
    color: var(--background);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}
.button-secondary {
    display: flex;
    width: 373px;
    padding: 14px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 400px;
    background: var(--background);
    color: var(--primary);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.button-secondary:hover {
    background-image: url('../images/07-Ellipse-27.png');
    background-position: center;
    background-repeat: no-repeat;
    color: var(--primary);
}
.section__types-of-goods {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.section__types-of-goods__main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.types-of-goods__block {
    border-radius: 24px;
    border: 1px solid #DADDDF;
    background: var(--background);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    padding-top: 20px;
    width: 23.8%;
    position: relative;
    overflow: hidden;
    height: 200px;
}
.bacground-yellow {
    background: linear-gradient(180deg, rgba(206, 246, 47, 0.00) 0%, rgb(1 128 253 / 59%) 100%);
    filter: blur(6px);
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: -70px;
}
.types-of-goods__block > p {
    color: var(--text-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-left: 20px;
    z-index: 1;
    position: relative;
}
.img-types {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
#text-1 {
    width: 50%;
}
#text-2 {
    width: 60%;
}
#text-4 {
    width: 80%;
}
#text-6 {
    width: 80%;
}
#text-9 {
    width: 80%;
    z-index: 3;
}
#text-11 {
    width: 80%;
}
#text-12 {
    width: 80%;
}
#text-13 {
    width: 80%;
}
#text-16 {
    width: 80%;
}
.btn-types {
    display: flex;
    justify-content: center;
}
.section__warehouse {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.section__warehouse__text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section__warehouse__text > p {
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    width: 40%;
}
.section__last {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 60px;
    align-items: center;
    position: relative;
}
.section__last > h1 {
    color: var(--primary);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 112px;
    letter-spacing: 3.6px;
    /* text-transform: uppercase; */
    padding: 0 40px;
}
.last__block {
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 20px 7px 0px rgba(0, 0, 0, 0.30);
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 60px 0 80px 0;
}
.last__block > h2 {
    color: var(--primary);
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}
.last__block__tel {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 75px;
}
.last__block__tel > p {
    color: var(--primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.last__block__tel > a {
    color: var(--primary);
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}
.last__block > img {
    width: 200px;
}
.last__background-yellow {
    position: absolute;
    bottom: -60px;
    background: linear-gradient(180deg, rgba(206, 246, 47, 0.00) 0%, rgb(0 0 0 / 80%) 100%);
    filter: blur(6px);
    width: 100%;
    height: 140px;
}
.section__last > img {
    width: 100vw;
    object-fit: cover;
    object-position: center;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
footer {
    padding: 40px 40px 40px 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
}
.policy {
    display: flex;
    flex-direction: row;
    gap: 32px;
}
.policy > a {
    color: var(--primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
}
.policy > p {
    color: var(--primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.accordion-button {
    box-shadow: none !important;
    padding: 20px 40px;
    background: var(--primary);
    color: var(--background);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */    
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 24px !important;
}
.accordion-header {
    border-radius: 24px 24px 0 0;
    border: none;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    background: var(--primary);
    color: var(--background);
}
.accordion-button:not(.collapsed) {
    background: var(--primary);
    color: var(--background);
}
.accordion-1 {
    display: flex;
    padding: 2px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: linear-gradient(225deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%);
    backdrop-filter: blur(6px);
}
.accordion-1 > p {
    color: var(--background);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
}
.accordion-body {
    padding: 0 40px 40px 40px;
    background: var(--primary);
    display: flex;
    justify-content: flex-end;
    border-radius: 0 0 24px 24px !important;
}
.accordion-content {
    gap: 20px;
    display: flex;
    flex-direction: column;
    width: 70%;
}
.accordion-item {
    border-radius: 24px !important;
    border: none;
    overflow: hidden;
}
.accordion-content > p {
    color: var(--background);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.accordion-content > hr {
    opacity: 0.4;
    background: rgba(255, 255, 255, 0.40);
    margin: 0;
    width: 100%;
}
select {
    outline: none;
    border: none;
}

.header-country {
    display: flex;
    align-items: center;
}

.desc {
    display: block;
}

.mob {
    display: none;
}
.navbar {
    width: 100%;
    display: none;
  }

.war_block_404 {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
}

.war_block_404 a {
    margin-right: auto;
    margin-left: auto;
}

.war_block_404 img {
    width: 50%;
}

.logo_404 {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 130px;
}

.nav_mob {
    display: none;
}

@media (max-width: 800px) {
    .war_block_404 img {
        width: 100%;
    }
    .logo_404 {
        width: 80px;
    }
    
    .nav_mob {
        display: block;
    }
}



@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

@media (max-width: 1400px) {
    .section-banner__main__text > h1 {
    font-size: 60px;
    line-height: 50px;
    width: 40%;
}

.section__types-of-goods__main {
    gap: 10px;
}
}

@media (max-width: 1200px) {
.section-banner {
    height: 570px;
}

.section-banner > p {
    font-size: 14px;
}
}

.types-of-goods__block:hover .bacground-yellow {
    background: linear-gradient(180deg, rgba(206, 246, 47, 0.00) 0%, rgb(1 128 254) 50%);
  }

.last__block:hover .last__background-yellow {
    background: linear-gradient(180deg, rgba(206, 246, 47, 0.00) 0%, rgb(0 0 0) 50%);
}
@media (max-width: 800px) {

    .section-banner__main__text > p {
        color: var(--primary);
        width: 80%;
    }

    .section-banner__main__text > h1 {
        font-size: 40px;
        color: var(--primary);
        width: 320px;
    }

    .section-banner > img {
        position: relative;
        order: 1;
    }

    .section-banner__main__button > a {
        color: var(--background);
        width: 100%;
        justify-content: center;
        background: var(--primary);
    }

    .section-banner {
        flex-direction: column;
        padding: 0;
        gap: 40px;
        margin-top: 60px;
        height: 100%;
    }

    .h1-all {
        font-size: 32px;
    }

    .section__about__main {
        flex-direction: column;
    }

    .section__about__main > img {
        width: 100%;
        border-radius: 16px;
    }

    .section__about__main__text {
        width: 100%;
    }

    .section__about__main__top > p {
        text-align: center;
    }

    .section__about__main__top > nav > li {
        text-align: center;
    }

    .section__key-problems__content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .button-primary {
        width: 100%;
        display: block;
    }
    

    .section__key-problems__block {
        width: 100%;
        padding: 20px 10px;
        gap: 10px;
        height: auto;
    }

    .section__key-problems__block:nth-child(1),
    .section__key-problems__block:nth-child(2) {
        flex: 0;
    }

    .section__key-problems__block:nth-child(3),
    .section__key-problems__block:nth-child(4) {
        flex: 1;
    }
    

    .section__key-problems__block img {
        width: 80px;
    }

    .section__key-problems__block > p {
        font-size: 14px;
        padding: 0;
        font-weight: 400;
        line-height: 120%;
    }

    .section__banner-2 {
        padding: 0;
        flex-direction: column;
        gap: 40px;
    }

    .desc {
        display: none;
    }

    .mob {
        display: block;
    }
    
    .section__banner-2 img {
        position: relative;
        width: 30%;
    }

    .types-of-goods__block:nth-child(1) {
        width: 100%;
    }

    .types-of-goods__block:nth-child(2),.types-of-goods__block:nth-child(3),
    .types-of-goods__block:nth-child(4),.types-of-goods__block:nth-child(5) {
        width: 48%;
    }

    .types-of-goods__block:nth-child(6) {
        width: 100%;
    }

    .types-of-goods__block:nth-child(7),.types-of-goods__block:nth-child(8),
    .types-of-goods__block:nth-child(9),.types-of-goods__block:nth-child(10) {
        width: 48%;
    }

    .types-of-goods__block:nth-child(11) {
        width: 100%;
    }

    .types-of-goods__block:nth-child(12),.types-of-goods__block:nth-child(13),
    .types-of-goods__block:nth-child(14),.types-of-goods__block:nth-child(15) {
        width: 48%;
    }

    .types-of-goods__block:nth-child(16) {
        width: 100%;
    }

    .types-of-goods__block > p {
        font-size: 12px;
        padding-left: 10px;
        width: 100% !important;
    }

    #text-6, #text-11, #text-16 {
        width: 60% !important;
    }

    .section__warehouse__text {
        flex-direction: column;
    }

    .section__warehouse__text > p {
        width: 100%;
    }

    .section__warehouse__text {
        gap: 24px;
    }

    .accordion-content {
        width: 100%;
        gap: 24px;
    }

    .accordion-content > hr {
        display: none;
    }

    .section__last > h1 {
        font-size: 35px;
        line-height: 40px;
        padding: 0;
        text-transform: lowercase;
    }
    
    .section__main {
        gap: 70px;
        padding: 0 16px;

    }
    
    .accordion-header {
    border-radius: 30px;
    }
    
    .last__background-yellow {
        bottom: -80px
    }
    
    .img-types {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

    .section__last > h1::first-letter {
        text-transform: capitalize;
    }

    .last__block > h2 {
        font-size: 32px;
    }

    .last__block {
        padding: 40px 0 80px 0;
        width: 100%;
        padding: 0 54px;
        gap: 16px;
        padding-bottom: 45px;
        box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.30);
    }

    .last__block__tel > a {
        font-size: 24px;
        line-height: 32px;
    }

    .last__block__tel {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }

    .last__block > img {
        width: 60px;
    }

    .policy {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    footer {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        padding: 40px 40px 60px 40px;

    }
    
    .policy > a {
        text-align: center;
    }

    .section__last > img {
        display: none;
    }

    .section__banner-2__left__top > h1 {
        font-size: 22px;
        line-height: 110%;
        text-align: center;
    }

    .section__banner-2__left {
        padding: 20px;
        width: 100%;
    }

    .section__banner-2__left__top > p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .button-secondary {
        width: 100%;
    }

    header {
        display: none;
    }

    .navbar {
        display: block;
    }
    
    .section-banner > p {
        position: relative;
        order: 3;
        color: #000;
        padding: 0;
    }
    
    .bacground-yellow, .last__background-yellow {
        background: linear-gradient(180deg, rgba(206, 246, 47, 0.00) 0%, rgb(0 0 0) 50%);
    }
    
    .section-banner__main {
        position: relative;
        order: 0;
        padding-top: 0px;
    }
    
    .section-banner__main__button > a:hover {
        background: #000;
    }
    
    .section__key-problems__block:hover {
            box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    }
    
    .section__last {
        gap: 50px;
    }
    
    .navbar .menu-items {
        padding-top: 30px;
    }
    
    .accordion-body {
        padding: 15px 40px 25px 40px;
    }
}
  
  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
  }
  
  .navbar .menu-items {
    display: flex;
  }
  
  .navbar .nav-container li {
    list-style: none;
  }
  
  .navbar .nav-container a {
    text-decoration: none;
    color: #0e2431;
    font-weight: 500;
    font-size: 18px;
  }
  
  .navbar .nav-container a:hover{
      font-weight: bolder;
  }
  
  .nav-container {
    display: block;
    position: relative;
    height: 60px;
  }
  
  .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 10px;
    right: 14px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  
  .nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
  }
  
  .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  
  .navbar .menu-items {
    padding-top: 120px;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    background: #fff;
    z-index: 5;
    padding: 0;
    gap: 10px;
  }
  
  .navbar .menu-items li {
    font-size: 1.5rem;
    font-weight: 500;
  }
  
  .logo {
    position: relative;
    font-size: 1.2rem;
    color: #0e2431;
  }
  
  .nav-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .logo{
    display: none;
  }




.reset {
  display: flex;
  width: 230px;
  padding: 8px 16px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: solid 1px #c7ccd1;
  border-radius: 5px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-weight: bold;
  background-color: #ffffff;
  color: #333333;
}
.reset:hover {
  background-color: #D8093A;
  color: #ffffff;
}
.__select {
  position: relative;
  display: flex;
  width: 110px;
  height: 40px;
  margin: 0 auto;
  z-index: 1;
}
.__select[data-state="active"] .__select__title::before {
  transform: translate(-3px, -50%) rotate(-45deg);
}
.__select[data-state="active"] .__select__title::after {
  transform: translate(3px, -50%) rotate(45deg);
}
.__select[data-state="active"] .__select__content {
  border-width: 1px;
}
.__select[data-state="active"] .__select__label {
  max-height: 40px;
  border-width: 1px;
}
.__select[data-state="active"] .__select__label::before {
  opacity: 1;
}
.__select__title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 2;
}
.__select__title::before, .__select__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 10px;
  height: 2px;
  transition: all 0.3s ease-out;
  background-color: #333333;
  transform: translate(-3px, -50%) rotate(45deg);
}
.__select__title::after {
  transform: translate(3px, -50%) rotate(-45deg);
}
.__select__title:hover {
  border-color: #D8093A;
}
.__select__title:hover::before, .__select__title:hover::after {
  background-color: #D8093A;
}
.__select__content {
  position: absolute;
  top: 40px;
  left: 3px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 6px);
  background-color: #ffffff;
  border: 1px solid rgba(199, 204, 209, 0);
  border-top-width: 0;
  border-bottom-width: 0;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.__select__input {
  display: none;
  pointer-events: none;
}
.__select__input:checked + label {
  background-color: #dedede;
}
.__select__input:checked + label::after {
  content: attr(data-value);
}
.__select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}
.__select__label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 0;
  padding: 0 25px;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.__select__label + input + .__select__label {
  border-top: 0 solid #C7CCD160;
}
.__select__label:hover {
  background-color: #D8093A !important;
  color: #ffffff;
}
.__select__label::before {
  content: attr(data-value);
  transition: all 0.2s ease-out;
  opacity: 0;
}
.__select__label::after {
  position: absolute;
  top: -40px;
  left: 0;
  display: flex;
  align-items: center;
  width: 200px;
  height: 40px;
  padding: 8px 16px;
  color: #333333;
  z-index: -1;
}

.__select__title img {
    position: absolute;
    left: -5px;
}

.__select__label {
    background-image: url('../fonts/07-united-states.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center left;
}