* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body {
    background-color: rgb(0, 0, 0);
    width: 100%;
    display: flex;
    justify-content: center;
}

.container {
    position: relative;
    padding: 0 20px;
    background-color: rgba(234, 234, 234, 1);
    max-width: 1440px;
    width: 100%;
    min-height: 940px;
    max-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header {
    max-width: 1110px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headers .models {
    margin-left: 5px;
    max-width: 250px;
    width: 100%;
    position: relative;
    color: rgba(16, 16, 16, 1);
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-style: medium;
    line-height: auto;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.numbers {
    cursor: pointer;
    width: 100%;
}

.models:hover .menu {
    display: flex;
}

.menuopen {
    display: flex;
}

.menu {
    background-color: rgba(234, 234, 234, 1);
    position: absolute;
    top: 21px;
    left: 0;
    z-index: 20000;
    max-width: 250px;
    width: 100%;
    min-height: 300px;
    display: none;
    flex-direction: column;
    row-gap: 10px;
    padding: 20px 29px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}

.menu .product {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.product p {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-style: medium;
    font-weight: 500;
}

.product:hover .menu2 {
    display: flex;
    margin-top: 12px;
    margin-left: 12px;
    flex-direction: column;
    row-gap: 10px;
    max-width: 139px;
    width: 100%;
    height: auto;
}

.menu2 {
    margin-top: 12px;
    margin-left: 12px;
    display: none;
    flex-direction: column;
    row-gap: 10px;
    max-width: 139px;
    width: 100%;
    height: auto;
}

.liproducts {
    cursor: pointer;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-style: medium;
    font-weight: 500;
    border-bottom: 1px solid rgb(176, 176, 176);
}

.liproducts:hover {
    color: rgba(255, 165, 66, 1);
    transition: all .3s;
}

.carts {
    margin-left: 10px;
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.interes-a {
    position: relative;
}

.interesCount {
    position: absolute;
    top: -10px;
    right: -8px;
    background-color: rgba(255, 165, 66, 1);
    color: #ffffff;
    width: 17px;
    height: 17px;
    border-radius: 17px;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    font-style: medium;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-a {
    position: relative;
}

.cart-img {
    animation: none;
}

@keyframes scals {
    0% {
        transform: scale();
    }
    100% {
        transform: scale(1.3);
    }
}

.countCart {
    position: absolute;
    top: -7px;
    right: -8px;
    background-color: rgba(255, 165, 66, 1);
    color: #ffffff;
    width: 17px;
    height: 17px;
    border-radius: 17px;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    font-style: medium;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgcart {
    max-width: 1110px;
    width: 100%;
    height: 700px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
}

.korzinatext {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-style: Medium;
    font-weight: 600;
    letter-spacing: 1px;
}

.oplata {
    background-color: #ffffff;
    margin-top: 48px;
    max-width: 350px;
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}

.oplata p {
    display: flex;
    justify-content: space-between;
    padding: 20px 21px;
}

.oplata span {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-style: Medium;
    font-weight: 600;
    letter-spacing: 1px;
}

.btoplata {
    cursor: pointer;
    padding: 22px 13px;
    background-color: black;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-style: Medium;
    font-weight: 600;
    letter-spacing: 1px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}

.btoplata:hover {
    background-color: rgba(0, 0, 0, 0.866);
    transition: all .3s;
}

.cart {
    max-width: 660px;
    height: 338px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    overflow: auto;
}

.cart::-webkit-scrollbar {
    width: 4px;
    background-color: rgb(255, 251, 251);
}

.cart::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: rgb(182, 182, 182);
    border-radius: 10px;
}

.newcard {
    background-color: rgb(255, 255, 255);
    max-width: 650px;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-radius: 20px;
}

.imgcard {
    width: 106px;
    height: 106px;
}

.titlecard {
    color: rgba(28, 28, 39, 1);
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.pricecard {
    color: rgb(20, 20, 20);
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.cardClosed {
    cursor: pointer;
}

.quantity {
    max-width: 90px;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
}

.quantity button {
    cursor: pointer;
    background-color: rgba(255, 206, 127, 1);
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    max-width: 30px;
    width: 100%;
    height: 30px;
    border-radius: 100%;
    border: none;
}

.quantity button:hover {
    background-color: rgb(235, 159, 37);
    transition: all .4s;
}

.inputValue {
    max-width: 30px;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    outline: none;
    border: none;
}

.emptycart {
    padding: 10px 0;
    margin-top: 50px;
    max-width: 430px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imgempty {
    max-width: 410px;
    width: 100%;
}

.emptytext {
    color: rgba(16, 16, 16, 1);
    margin-top: 30px;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.ispravit {
    color: rgba(131, 131, 131, 1);
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.aCatalog {
    width: 100%;
}

.bgcatalog {
    margin-top: 30px;
    cursor: pointer;
    padding: 22px 13px;
    background-color: rgba(16, 16, 16, 1);
    color: #ffffff;
    width: 100%;
    border: none;
    border-radius: 20px;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-style: Medium;
    font-weight: 600;
    letter-spacing: 1px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}

.bgcatalog:hover {
    background-color: rgba(0, 0, 0, 0.822);
    transition: all .4s;
}

.maps {
    background-color: rgba(255, 255, 255, 1);
    max-width: 660px;
    width: 100%;
    height: 290px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    border-radius: 30px;
    padding: 20px 30px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}

.maps iframe {
    width: 100%;
    border-radius: 5px;
}

.textdostavka {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-style: Medium;
    font-weight: 600;
    letter-spacing: 1px;
}

.dostavka {
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-style: Medium;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
}

.footers {
    position: absolute;
    bottom: 0;
    padding: 0 29px;
    background-color: rgba(255, 255, 255, 1);
    margin-top: 60px;
    max-width: 1110px;
    width: 100%;
    min-height: 149px;
    max-height: auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.textContent {
    max-width: 427px;
    width: 100%;
    min-height: 82px;
    max-height: auto;
    display: flex;
    justify-content: space-between;
}

.left {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.left p {
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-style: Medium;
    font-weight: 600;
}

.rigth {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 40px;
    column-gap: 16px;
}

.rigth p {
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-style: Medium;
    font-weight: 600;
}

.languer {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.lilamgure {
    cursor: pointer;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-style: Medium;
    font-weight: 600;
}

.lilamgure:hover {
    color: rgba(255, 165, 66, 1);
    transition: all .3s;
}

@media (max-width: 1046px) {
    
.bgcart {
    max-width: 1110px;
    width: 100%;
    height: 660px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.oplata {
    margin-top: 0px;
}

.footers {
    padding: 10px;
}

}

@media (max-width: 560px) {

    .cart {
        row-gap: 5px;
    }

    .newcard {
        flex-wrap: wrap;
        height: auto;
        padding: 15px 10px;
        column-gap: 8px;
    }
    
    .titlecard {
        font-size: 18px;
    }

    .pricecard {
        font-size: 16px;
    }

    .ispravit {
        font-size: 14px;
    }
    
}

@media (max-width: 455px) {
    
.headers .models {
    font-size: 13px;
}

}

@media (max-width: 661px) {

    .baner {
        padding: 0 10px;
        height: 173px;
    }

    .baner p {
        font-size: 20px;
        text-align: center;
    }

    .baner img {
        max-width: 170px;
        width: 100%;
        height: 176px;
    }
}

@media (max-width: 441px) {

.numbers {
    text-align: center;
    font-size: 12px;
}

}

@media (max-width: 390px) {

    .menu {
        top: 32px;
    }

    .product p {
        max-width: 180px;
        width: 100%;
        font-size: 14px;
    }

    .liproducts {
        font-size: 12px;
    }

    .menu2 {
        width: 100%;
    }
}

@media (max-width: 360px) {
    
    .titlecard {
        font-size: 18px;
    }

    .pricecard {
        font-size: 16px;
    }

    .dostavka span {
        font-size: 14px;
    }
    
}