input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
body * {
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.2px;
}
#profilimg {
    cursor: pointer;
}
#acoun_block {
    display: none;
    position: absolute;
    top: 58px;
    right: 0px;
    background: #fff;
    width: 170px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.424);
    padding-bottom: 10px;
    padding-top: 10px;
}
#acoun_block h3 {
    color: #000;
    padding-top: 3px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #1616161a;
    text-align: start;
    font-weight: 700;
    padding-left: 10px;
    font-size: 12px;
}
.searchBottom a{

    padding: 3px 7px;
    font-size: 16px;
    display: flex;
    align-items: center;

    border-radius: 2px;
    transition: all 0.2s linear;
    color: #000 !important;
    border-bottom: 1px solid #0000004b;
    margin-right: 20px;
}
.searchBottom a:hover{
    background-color: #f3f1f1;
}
.blockTextSearch{
    display: flex ;
    flex-direction: column;
}
.searchBottom span{
display: inline-block;
}
.searchBottom p{
    display: block;
    padding: 30px;
    margin-bottom: 0;
 text-align: center;
    font-size: 16px;
    color: #0000007a;
}

.searchBottom img{
    width: 60px;
    height: 60px;
    border-radius: 3px;
    margin-right: 8px;

}
.searchBottom{
    margin-top: 72px;
    position: absolute;
    top: 0px;
    border: 0.5px solid #36363639;
    right: 200px;
    max-width: 500px;
    width: 100%;
    max-height: 500px;
    overflow-y: scroll;
    display: none;
    height: auto;
    background: #fff;
      border-radius: 0px 0px 10px 10px;
    box-shadow: 1px 5px 5px #c4c4c42e;
    padding: 0px 5px;
}
#acoun_block p {
    color: #000;
    width: 100%;
    margin-bottom: 4px;
    font-size: 15px;
}
#acoun_block p a {
    display: inline-block;
    width: 100%;
    color: #000;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 3px;
    padding-left: 18px;
    padding-right: 18px;
    transition: all 0.3s linear;
    font-size: 12px;
}
#acoun_block p a:hover {
    background: #b1b1b121;
}
#acoun_block p a img {
    margin-right: 5px;
}
.container {
    max-width: 1600px;
}
@media (max-width: 1700px) {
    .searchBottom{
        right: 80px;
    }
}
@media (max-width: 1600px) {
    .container {
    max-width: 1450px !important;
    }
}
@media (max-width: 1299px) {
    .container {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1025px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 500px) {
    .my-btn{
        width: 100%;
        margin-bottom: 10px;
    }
    .btnsJoy{
        position: relative;
    bottom: -58px
    }
    .blockBtnBasket {
        position: relative;
        bottom: 38px ;
    }
    .blockBasket{
        text-align: center !important;
        margin-left: 0 !important;
        width: 100%;
        margin-top: 15px;

    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 770px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    #acoun_block {
        top: 55px;
    }
    .searchBottom{
        margin-top:59px;
    }
}
label,
ul {
    margin-bottom: 0;
}
ul {
    list-style: none;
    padding-left: 0;
}
label {
    color: #000;
}
a {
    transition: all 0.3s;
}
a,
a:hover {
    color: #fff;
    text-decoration: none;
}
.font-size-14,
section.info-product
    .info-product-body
    .product-body-left
    ul
    .card-body-info
    h3 {
    font-size: 14px;
}
.font-size-16,
section.info-product
    .info-product-body
    .product-body-left
    ul
    .card-body-info
    h2 {
    font-size: 16px;
}
.font-size-18,
footer ul li a {
    font-size: 18px;
}
.font-size-20 {
    font-size: 20px;
}
.me-1 {
    margin-right: 12px;
}
.advantages-title h2 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}
@media (max-width: 500px) {
    .advantages-title h2 {
        font-size: 20px;

    }
}
.advantages_info {
    padding: 30px;
    background-color: #fff;
}
@media (max-width: 770px) {
    .advantages_info {
        padding: 30px 15px;
    }
}
.advantages_info h2 {
    text-align: center;
    color: #000;
    margin-bottom: 0;
}
@media (max-width: 500px) {
    .advantages_info h2 {
        font-size: 18px !important;
    }
    .advantages_info p {
        font-size: 12px;
    }
}
.btn__green,
.btn__register {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px #00000029;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    padding: 0 30px;
    cursor: pointer;
    border: 0;
    outline: 0 !important;
}
.btn__green {
    color: #fff;
    background: #40916c;
}
.btn__green:hover {
    color: #fff;
    background-color: #40916c;
}
.btn__register {
    background-color: #fff;
}
.btn__register:hover {
    color: #40916c;
}
body {
    padding-top: 80px;
    background-color: #f6f9fc;
}
@media (max-width: 1025px) {
    body {
        padding-top: 80px;
    }
}
@media (max-width: 770px) {
    body {
        padding-top: 60px;
    }
}
body #menu-toggle {
    display: none;
}
@media (max-width: 991px) {
    body #menu-toggle {
        display: block;
    }
}
@media (max-width: 650px) {
    body #menu-toggle {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }
  .searchBottom a{
    padding: 3px 7px;
    font-size: 16px;
    border-radius: 2px;
    transition: all 0.2s linear;
    color: #000 !important;
    border-bottom: 1px solid #0000004b;
    margin-right: 20px;
}
.searchBottom a:hover{
    background-color: #f3f1f1;
}
.searchBottom p{
    display: block;
    padding: 30px;
    margin-bottom: 0;
 text-align: center;
    font-size: 16px;
    color: #0000007a;
}

.searchBottom img{
    width: 60px !important;
    height: 60px !important;
    border-radius: 3px;
    margin-right: 8px;

}
.searchBottom{
    top: 0px;
    right: 0px;
    width: 100%;

}
}

@media (max-width: 350px) {
    body #menu-toggle {
        width: 20px;
        height: 20px;
        margin-bottom: 8px;
    }
}
body .menu_block {
    cursor: pointer;
    width: 35px;
    height: 35px;
    margin-right: 30px;
}
.accaunt-all .account-img img,
.product-id-info .id_info_img img,
body .menu_block img,
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-img
    img {
    width: 100%;
    height: 100%;
}

.payment-info .basket_count .basket-count-info .info-buy h4 .count-top,
body #menu-two {
    display: none;
}
body #menu-list {
    position: absolute;
    max-width: 450px;
    width: 100%;
    height: 100vh;
    top: 120px;
    display: none;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 2px 2px 2px #00000045;
    padding: 25px 25px 20px;
    border-radius: 0 15px 15px;
    transition: all 0.3s linear;
    gap: 10px;
    flex-direction: column;
    align-items: start;
}
@media (max-width: 1250px) {
    body #menu-list {
        border-radius: 0;
        max-width: 350px;
    }
       header .hdr__main .right-side .group-right .language_block{
    top: 43px !important ;
}
#acoun_block {
    top: 43px !important;
}
    .products {
    padding-top: 45px !important;
}
    .searchBottom{
    top: 0px;
    right: 0px;
    max-width: 1250px;
    width: 100%;
    text-align: start;
    margin-top: 67px;
}
.searchBottom img{
    width: 45px !important;
    height: 45px !important;
}
.searchBottom a{
font-size: 14px;
}
}
body #menu-list a {
    color: #52769eff;
    font-weight: 900;
    font-size: 18px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid transparent;
}
body #menu-list a:hover {
    border-bottom: 1px solid #52769eff;
}
body #menu-list li:nth-last-child(-n + 2) {
    display: none;
}
@media (max-width: 500px) {
    body #menu-list li:nth-last-child(-n + 2) {
        display: block;
    }

}
@media (max-width: 991px) {
    body #group {
        display: none;
    }
      .products {
    padding-top: 25px !important;
}
}
header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    background: var(--green);
    padding: 12px 0;
    box-shadow: 0 4px 10px #00000026;
}
@media (max-width: 770px) {
    header {
        padding: 8px 0 7px;
        height: 60px;
    }
}
@media (max-width: 400px) {
    header {
        display: flex;
        align-items: center;
    }
    #acoun_block {
        top: 47px;
    }
}

header .hdr__main {
    justify-content: space-between;
}
@media (max-width: 991px) {
    header .hdr__main {
        justify-content: flex-start;
    }
}
@media (max-width: 400px) {
    header .hdr__main {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.payment-info
    .basket_count
    .basket-count-info
    .info-buy
    .count-to-buy
    .count-left,
header .hdr__main .logo {
    width: 170px;
    height: 35px;
    object-fit: cover;
    display: block;
}
@media (max-width: 1299px) {
    header .hdr__main .logo {
        margin-right: auto;
    }
}
@media (max-width: 650px) {
    header .hdr__main .logo {
        width: 100px;
        height: 20px;
    }
}
header .hdr__main,
header .hdr__main ul {
    display: flex;
    align-items: center;
}
header .hdr__main ul li {
    letter-spacing: normal;
}


header .hdr__main .right-side {
    display: flex;
    gap: 20px;
}
@media (max-width: 991px) {
    header .hdr__main .right-side {
        margin-left: auto;

    }
    header .hdr__main ul{
        margin-left: 0px !important;
        margin-right: 0px !important;
        justify-content: start !important;

    }
}
@media (max-width: 400px) {
    header .hdr__main .right-side {
        gap: 10px;
    }
}
header .hdr__main .right-side .group-left {
    display: flex;
    align-items: center;
    gap: 20px;
}
header .hdr__main .right-side .group-left .about{
    display: flex;
    align-items: center;
}
header .hdr__main .right-side .group-left .about input {
    outline: 0;
    border: 0;
    padding: 2px 7px;
    height: 30px;
    border-radius: 10px;
    background: 0 0;
    width: 100px;
}
header .hdr__main .right-side .group-left .about input::-moz-placeholder {
    color: #fff;
}
header .hdr__main .right-side .group-left .about input:-ms-input-placeholder {
    color: #fff;
}
header .hdr__main .right-side .group-left .about input::placeholder {
    color: #fff;
}
@media (max-width: 650px) {
    header .hdr__main .right-side .group-left .about input {
        font-size: 14px;
        width: 80px;
        margin-right: 0;
    }
}

@media (max-width: 650px) {
    header .hdr__main .right-side .group-left .about img {
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 350px) {
    header .hdr__main .right-side .group-left .about img {
        display: none;
    }
    .searchBottom a{
    padding: 3px 7px;
    font-size: 16px;
    border-radius: 2px;
    transition: all 0.2s linear;
    color: #000 !important;
    border-bottom: 1px solid #0000004b;
    margin-right: 20px;
}
.searchBottom a:hover{
    background-color: #f3f1f1;
}
.searchBottom p{
    display: block;
    padding: 30px;
    margin-bottom: 0;
 text-align: center;
    font-size: 16px;
    color: #0000007a;
}

.searchBottom img{
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 3px;
    margin-right: 8px;

}
.searchBottom{

    position: absolute;

    border: 0.5px solid #36363639;

    max-width: 500px;
    width: 100%;
        max-height: 500px;

    overflow-y: scroll;
    display: none;
    height: auto;
    background: #fff;
      border-radius: 0px 0px 10px 10px;
    box-shadow: 1px 5px 5px #c4c4c42e;
    padding: 10px 5px;
}
}
@media (max-width: 400px) {
    header .hdr__main .right-side .group-left .line {
        display: none;
    }
}
header .hdr__main .right-side .group-right {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
@media (max-width: 1299px) {
    header .hdr__main .right-side .group-right {
        gap: 10px;
    }
}
header .hdr__main .right-side .group-right .language {
    cursor: pointer;
}
@media (max-width: 350px) {
    header .hdr__main .right-side .group-right .language img {
        width: 25px;
        height: 20px;
    }
}
header .hdr__main .right-side .group-right #korzinka_info {
    display: none;
    position: absolute;
    width: 500px;
    right: 0;
    border-radius: 0 5px 5px;
    top: 59px;

    box-shadow: 0.5px 1px 1px 1px rgba(0, 0, 0, 0.424);
    background-color: #fff;
    padding: 20px 10px;
}
header .hdr__main .right-side .group-right .korzinka_add_info{
        max-height: 436px;
        padding: 15px 20px;
    overflow-y: auto;
}
header .hdr__main .right-side .group-right .korzinka_add_info::-webkit-scrollbar {
    width: 10px;
  }
    header .hdr__main .right-side .group-right .korzinka_add_info::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
    header .hdr__main .right-side .group-right .korzinka_add_info::-webkit-scrollbar-thumb {
    background: #888;
      border-radius:10px;
  }
  header .hdr__main .right-side .group-right .korzinka_add_info::-webkit-scrollbar-thumb:hover {

    background: #555;
  }
@media (max-width: 770px) {
    header .hdr__main .right-side .group-right #korzinka_info {
        top: 52px;
    }
}
@media (max-width: 500px) {
    header .hdr__main .right-side .group-right #korzinka_info {
        display: none;
    }
}
header .hdr__main .right-side .group-right #korzinka_info .every-product-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
    padding: 17px 15px;
    border-radius: 20px;
    box-shadow: 0 0 4px #00000040;
}
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-info:first-child {
    margin-top: 0;
}
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-title
    h3 {
    color: #000;
    font-size: 16px;
}
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-title
    p {
    color: #40916c;
    font-size: 14px;
    margin-bottom: 0;
}
header .hdr__main .right-side .group-right #korzinka_info .every-product-sum {
    display: flex;
    gap: 10px;
}
header .hdr__main .right-side .group-right #korzinka_info .every-product-sum p,
header .hdr__main .right-side .group-right .language_block p,
header .hdr__main .sign-block ul p {
    color: #4f4e4e;
    margin-bottom: 0;
    font-size: 14px;
}

header .hdr__main .right-side .group-right #korzinka_info .every-product-img {
    width: 30px;
    height: 20px;
    object-fit: contain;
}

.product-id-info .id_info_all .aviable_product span,
.product-id-info .id_info_all .brand_product span,
.product-id-info .id_info_all .category_product span,
.product-id-info .id_info_all .model_product span,
.product-id-info .id_info_all .summ_product span,
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-footer
    p {
    color: #000;
}

.shopping-info .shopping-left .shopping-left-info p,
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-footer
    .every-product-footer-count {
    display: flex;
    justify-content: space-between;
}
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-footer
    .every-product-footer-button {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 400;
}
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-footer
    .every-product-footer-button
    a {
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
}
.product-id-info .id_info_all .buy_info_product button:first-child,
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-footer
    .every-product-footer-button
    a:first-child {
    background-color: var(--green);
}
.product-id-info .id_info_all .buy_info_product button:last-child,
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-footer
    .every-product-footer-button
    a:last-child {
    background-color: #f7892e;
}
header .hdr__main .right-side .group-right .language_block {
    width: 150px;
    display: none;
    position: absolute;
    border-radius: 0 5px 5px;
    top: 60px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.424);
    background-color: #fff;
    right: 0;
}
header .hdr__main .right-side .group-right .language_block a {
    display: flex;
    align-items: center;
    color: #000;
    gap: 5px;
    font-size: 17px;
    font-weight: 900;
    padding: 0px 0px;
    transition: all 0.5s linear;
}
#search{
    color: #fff;
}
.count_korzinka_top{
    position: absolute;
   font-size: 10px;
   top: -10px;
   right: -10px;
   font-weight: 700;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #FF0000FF;
}
header .hdr__main .right-side .group-right .language_block a img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
}
header .hdr__main .right-side .group-right .language_block a:hover {
    background-color: #0000000f;
    border-radius: 4px;
}
@media (max-width: 650px) {
    header .hdr__main .right-side .group-right img {
        width: 20px;
        height: 15px;
    }
}
@media (max-width: 500px) {
    header .hdr__main .right-side .korzinka {
        display: none;
    }
}
header .hdr__main .lang {
    width: 40px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    flex-direction: column;
    overflow: hidden;
    flex: 0 0 40px;
}
@media (max-width: 770px) {
    header .hdr__main .lang {
        flex: 0 0 40px;
        height: 40px;
        width: 40px;
        margin-right: 20px;
    }
}
header .hdr__main .lang:hover a.active,
header .hdr__main .lang:hover a.active + a {
    transform: translateY(-100%);
}
@media (max-width: 1299px) {
    header .hdr__main .lang a.active {
        display: none !important;
    }
}
header .hdr__main .lang a {
    width: 60px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
}
@media (max-width: 1299px) {
    header .hdr__main .lang a {
        transform: translateY(0) !important;
    }
}
@media (max-width: 770px) {
    header .hdr__main .lang a {
        width: 40px;
        font-size: 13px;
    }
}
header .hdr__main .sign-block {
    display: none;
    cursor: pointer;
    width: 250px;
    position: absolute;
    border-radius: 0 5px 5px;
    top: 59px;
    box-shadow: 0.5px 1px 1px 1px rgba(0, 0, 0, 0.424);
    background-color: #fff;
    right: 0;
}
header .hdr__main .sign-block .sign-name {
    color: #000;
    padding: 20px 10px;
    border-bottom: 1px solid #dfdfdf;
}
header .hdr__main .sign-block ul {
    display: flex;
    flex-direction: column;
    align-items: start;
}
header .hdr__main .sign-block ul li {
    width: 100%;
    margin: 10px 0;
}
header .hdr__main .sign-block ul li:hover {
    background-color: rgba(0, 0, 0, 0.04);
    border-bottom: none;
    padding-bottom: 0;
}
header .hdr__main .sign-block ul li a {
    display: flex;
    width: 100%;
    gap: 20px;
    margin: 10px 20px;
}
header .hdr__main .sign-block ul li a:hover {
    border-bottom: none;
    padding-bottom: 0;
}
.products .main_products h1,
header .hdr__main .sign-block ul .sing-li-top {
    margin-bottom: 0;
}
header .hdr__main .sign-block ul:first-child {
    margin-top: 20px;
}
header .hdr__main a.cart {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    box-shadow: 0 2px 4px #00000029;
    border-radius: 50%;
    margin-right: 90px;
    flex: 0 0 60px;
    position: relative;
}
header .hdr__main a.cart[data-product-cart]:after {
    content: attr(data-product-cart);
    position: absolute;
    top: -10px;
    right: -10px;
    width: 34px;
    height: 34px;
    background-color: #f04f63;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 770px) {
    header .hdr__main a.cart[data-product-cart]:after {
        width: 20px;
        height: 20px;
        min-width: 20px;
        font-size: 14px;
    }
    header .hdr__main a.cart {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        margin-right: 40px;
    }
}
header .hdr__main a.cart svg path {
    transition: all 0.3s;
}
header .hdr__main a.cart:hover {
    background-color: rgba(240, 240, 240, 0.8);
}
header .hdr__main a.cart:hover svg path {
    fill: #000;
}
header .hdr__main a.register {
    margin-left: 30px;
}
@media (min-width: 1300px) {
    .info-delivery .container {
        height: 100%;
    }
}
@media (max-width: 500px) {
    .info-delivery {
        margin-top: 30px;
    }
}
.product-id-info {
    display: flex;
}
.product-id-info .left-id-info {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 80%;
}
@media (max-width: 991px) {
    .product-id-info .left-id-info {
        width: 100%;
    }
}
@media (max-width: 770px) {
    .product-id-info .left-id-info {
        gap: 20px;
    }
}
@media (max-width: 500px) {
    .product-id-info .left-id-info {
        flex-direction: column-reverse;
        margin-top: 30px;
        align-items: center;
    }
}
.delivery-service,
.product-id-info .id_info_all,
.product-id-info .id_info_img {
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 #00000040;
}
.delivery-service,
.product-id-info .id_info_all {
    padding: 30px;
    height: 100%;
}
.product-id-info .id_info_all h4,
.shopping-info .shopping-left h5 {
    color: #000;
    font-weight: 700;
}
.product-id-info .id_info_all .top_product {
    display: flex;
    margin-bottom: 15px;
    color: var(--green);
    font-weight: 700;
}
.product-id-info .id_info_all .buy_info_product {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    justify-content: start;
}
.product-id-info .id_info_all .buy_info_product button {
    color: #fff;
    border-radius: 10px;
    padding: 7px 12px;
    font-weight: 400;
    font-size: 14px;
    outline: 0;
    box-shadow: none;
    border: 0;
}
@media (max-width: 770px) {
    .product-id-info .id_info_all .buy_info_product button {
        font-size: 13px;
    }
}
@media (max-width: 770px) {
    .product-id-info .id_info_all .buy_info_product {
        justify-content: start;
    }
}
@media (max-width: 500px) {
    .product-id-info .id_info_all .buy_info_product {
        flex-direction: column;
    }
}
.product-id-info .id_info_all .aviable_product,
.product-id-info .id_info_all .brand_product,
.product-id-info .id_info_all .category_product,
.product-id-info .id_info_all .code_product,
.product-id-info .id_info_all .model_product,
.product-id-info .id_info_all .summ_product {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
@media (max-width: 770px) {
    .product-id-info .id_info_all .aviable_product,
    .product-id-info .id_info_all .brand_product,
    .product-id-info .id_info_all .category_product,
    .product-id-info .id_info_all .code_product,
    .product-id-info .id_info_all .model_product,
    .product-id-info .id_info_all .summ_product {
        margin-top: 5px;
    }
    .product-id-info .id_info_all .aviable_product span,
    .product-id-info .id_info_all .brand_product span,
    .product-id-info .id_info_all .category_product span,
    .product-id-info .id_info_all .code_product span,
    .product-id-info .id_info_all .model_product span,
    .product-id-info .id_info_all .summ_product span {
        font-size: 14px;
    }
}
.product-id-info .id_info_all .code_product span {
    color: #fe2e2f;
}
.payment-info .payment-body .row label,
.product-id-info .id_info_all .category_product span {
    font-weight: 700;
}
@media (max-width: 350px) {
    .product-id-info .id_info_all .category_product {
        flex-direction: column;
    }
}
@media (max-width: 770px) {
    .product-id-info .id_info_all h4 {
        font-size: 16px;
    }
}
@media (max-width: 500px) {
    .product-id-info .id_info_all {
        margin-top: 30px;
        padding-bottom: 0;
    }
}
.delivery-service {
    padding: 30px 25px;
}
@media (max-width: 1025px) {
    .delivery-service {
        margin-top: 30px;
    }
}
.delivery-service h4,
.delivery-service p {
    color: #000;
    margin-bottom: 20px;
}
.delivery-service h4 {
    font-weight: 700;
    font-size: 20px;
}
.delivery-service p {
    font-size: 16px;
}
.delivery-service img {
    width: 100%;
}
@media (max-width: 770px) {
    .delivery-service {
        margin-top: 30px;
    }
}
.title-shopping-card {
    color: #000;
    font-size: 30px;
    margin-bottom: 0;
}
@media (max-width: 500px) {
    .title-shopping-card {
        font-size: 22px;
    }
}
.about_product {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 4px 4px 0 #00000040;
    border-radius: 10px;
}
.about_product h4 {
    color: #000;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
}
@media (max-width: 500px) {
    .about_product h4 {
        margin-bottom: 20px;
    }
}
.about_product p,
.payment-info .payment-body .row option {
    color: #000;
}
@media (max-width: 500px) {
    .about_product {
        margin-bottom: 30px;
        margin-top: 0;
    }
}

.shopping-info .shopping-left {
    display: flex;
    background-color: #fff;
    padding: 20px;
    padding-top: 60px;
    margin-top: 20px;
    position: relative;
}
.shopping-info .shopping-left:first-child {
    margin-top: 0;
}
.shopping-info .shopping-left .shopping-left-info {
    width: 100%;
}
.shopping-info .shopping-left .shopping-left-info p span:first-child {
    font-weight: 700;
}
.shopping-info .shopping-left .shopping-left-info .delete-shopping span {
    color: red;
    font-weight: 700;
}
.shopping-info .shopping-left .shopping-left-img {
    margin-right: 20px;
}
@media (max-width: 500px) {
    .shopping-info .shopping-left .shopping-left-img {
        margin-right: 0;
        width: 100%;
    }

    .minus_tovar{
         bottom: 65px;
        right: 10px;
        position: absolute;
       height: 16px !important;
        width: 16px !important;
    }
     .pluss_tovar{
        position: relative;
       height: 16px !important;
        width: 16px !important;
    }
    .couns_tovar{
        position: absolute;
        bottom: 5px;
        font-size: 15px !important;
        bottom: 42px;
        right: 14px;
    }
    .shopping-info .shopping-left .shopping-left-img img {
        width: 100%;
    }
}
.shopping-info .shopping-left p span {
    color: #000;
    font-weight: 400;
}
@media (max-width: 500px) {
    .shopping-info .shopping-left {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .col-6, .col-md-4, .col-xl-3{
        padding-left: 15px ;
        padding-right: 15px ;
    }
}
.shopping-info .delivery_basket,
footer .footer-body {
    display: flex;
    flex-direction: column;
}
@media (max-width: 770px) {
    .shopping-info .delivery_basket {
        margin-top: 30px;
    }
}
.shopping-info .delivery_basket .basket_count {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 #00000040;
    margin-top: 30px;
}
@media (min-width: 1300px) {
    .shopping-info .delivery_basket .basket_count .btn {
        width: 100%;
    }
}
.shopping-info .delivery_basket .basket_count h5 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.payment-info .basket_count h5 span,
.products .category_list ul li.active a,
.products .category_list ul li.active img,
.products .category_list ul li.active span,
.shopping-info .delivery_basket .basket_count h5 span {
    color: var(--green);
}
.shopping-info .delivery_basket .basket_count p {
    color: #000;
    font-size: 16px;
}
.shopping-info .delivery_basket .basket_count .line-row {
    position: absolute;
    inset: 0;
    height: 1px;
    border: 1px solid #dfdfdf;
    width: 100%;
    top: 130px;
}
@media (min-width: 1300px) {
    .shopping-info .delivery_basket .basket_count .line-row {
        top: 105px;
    }
}
.shopping-info .delivery_basket .basket_count .btn {
    background-color: var(--green);
    padding: 10px 30px;
    color: #fff;
    margin-top: 20px;
    min-width: 100px;
}
@media (max-width: 991px) {
    .shopping-info .delivery_basket .basket_count {
        height: 270px;
    }
}
@media (max-width: 770px) {
    .shopping-info .delivery_basket .basket_count {
        padding: 15px 30px;
        margin-top: 0;
        height: 200px;
    }
}
@media (max-width: 991px) {
    .shopping-info .delivery_basket {
        flex-direction: row;
        justify-content: center;
    }
}
@media (max-width: 500px) {
    .shopping-info .delivery_basket {
        flex-direction: column-reverse;
        align-items: center;
    }
}
@media (max-width: 991px) {
    .shopping-info {
        flex-direction: column;
    }
}
.payment-info-title {
    color: #000;
    font-size: 30px;
    margin-bottom: 0;
}
@media (max-width: 500px) {
    .payment-info-title {
        font-size: 20px;
    }
}
.payment-info .payment-body {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 4px 4px 0 #00000040;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
}
.mobile__sidebar ul li,
.payment-info .payment-body .row {
    margin-bottom: 30px;
}
.payment-info .payment-body .row input,
.payment-info .payment-body .row select {
    width: 100%;
    height: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-top: 5px;
    color: #000;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.payment-info .payment-body .row input:focus-visible,
.payment-info .payment-body .row select:focus-visible {
    outline: 0;
}
.payment-info .basket_count .basket-count-info .info-buy .count-to-buy span,
.payment-info .payment-body .payment-brand,
.payment-info .payment-body .payment-model {
    color: #000;
}
.payment-info .payment-body .payment-brand {
    font-weight: 700;
}
.payment-info .payment-body .link-buy {
    display: flex;
    align-items: center;
}
.payment-info .payment-body .link-buy button {
    background-color: var(--green);
    color: #fff;
    height: 42px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.payment-info .payment-body .link-buy a {
    color: var(--green);
    margin-left: 50px;
}
#countminusplusBlock{
    display: flex;
    align-items: center;
gap: 20px;
}
@media (max-width: 500px) {
    .payment-info .payment-body .link-buy a {
        margin-left: 0;
        margin-top: 20px;
    }
    .socialBlock{
        margin-top: 7px !important;
    }
    .payment-info .payment-body .link-buy button {
        width: 100%;
        margin-left: -16px;
    }
    .payment-info .payment-body .link-buy {
        flex-direction: column;
    }
}
@media (max-width: 350px) {
    .payment-info .payment-body {
        padding: 15px;
    }
}
.payment-info .basket_count {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 4px 0 #00000040;
    border-radius: 10px;
}
@media (min-width: 1300px) {
    .payment-info .basket_count {
        height: 100%;
    }
}
.payment-info .basket_count h5,
.payment-info .basket_count p {
    color: #000;
    text-align: center;
    font-weight: 700;
}
@media (max-width: 350px) {
    .payment-info .basket_count h5 {
        font-size: 14px;
    }
}
.payment-info .basket_count .all-info-summ {
    display: flex;
    justify-content: space-between;
}
.payment-info .basket_count p {
    margin-top: 20px;
    font-size: 18px;
}
@media (max-width: 350px) {
    .payment-info .basket_count p {
        font-size: 14px;
        margin: 10px 0;
    }
}
.payment-info .basket_count .basket-count-info {
    max-height: 220px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
@media (min-width: 1300px) {
    .payment-info .basket_count .basket-count-info {
        max-height: 250px;
    }
}
@media (max-width: 1299px) {
    .payment-info .basket_count .basket-count-info {
        max-height: 260px;
    }
}
.payment-info .basket_count .basket-count-info::-webkit-scrollbar {
    border-radius: 10px;
    width: 10px;
    height: 5px;
    background: #dfdfdf;
}
.payment-info .basket_count .basket-count-info::-webkit-scrollbar-thumb {
    background-color: var(--green);
    border-radius: 10px;
    height: 5px !important;
}
.payment-info .basket_count .basket-count-info .info-buy {
    border-top: 1px solid #dfdfdf;
    padding-top: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.payment-info .basket_count .basket-count-info .info-buy img {
    width: 35px;
    height: 35px;
    margin-right: 20px;
}
.payment-info .basket_count .basket-count-info .info-buy h4 {
    color: #000;
    font-size: 12px;
    display: flex;
    gap: 10px;
}
@media (max-width: 770px) {
    .payment-info .basket_count .basket-count-info .info-buy h4 .count-top {
        display: block;
    }
}
@media (max-width: 650px) {
    .payment-info .basket_count .basket-count-info .info-buy h4 .count-top {
        display: none;
    }
}
.payment-info .basket_count .basket-count-info .info-buy span {
    color: #000;
    font-size: 12px;
}
.payment-info .basket_count .basket-count-info .info-buy .delete-shopping {
    color: #e25a5a;
}
.payment-info .basket_count .basket-count-info .info-buy .delete-shopping img {
    width: 10px;
    height: 10px;
    margin-bottom: 3px;
    margin-right: 10px;
}
.payment-info .basket_count .basket-count-info .info-buy .count-to-buy,
.products .body_products .info_products .products_summ,
.products .category_list ul li {
    display: flex;
    justify-content: space-between;
}
.payment-info
    .basket_count
    .basket-count-info
    .info-buy
    .count-to-buy
    span:last-child {
    margin-right: 5px;
}
@media (max-width: 770px) {
    .payment-info
        .basket_count
        .basket-count-info
        .info-buy
        .count-to-buy
        .count-left {
        display: none;
    }
}
@media (max-width: 650px) {
    .payment-info
        .basket_count
        .basket-count-info
        .info-buy
        .count-to-buy
        .count-left {
        display: block;
    }
}
@media (max-width: 770px) {
    .payment-info .basket_count {
        margin-top: 30px;
    }
}
@media (max-width: 500px) {
    .payment-info .basket_count {
        margin-bottom: 30px;
    }
    .products {
        padding-top: 0 !important;
    }
}
.products .container {
    display: flex;
    gap: 30px;
}
@media (max-width: 770px) {
    .products .container .body-none {
        display: none;
    }
}
@media (max-width: 850px) {
    .products .container {
        flex-direction: column;
        gap: 15px;
    }
}
@media (max-width: 850px) {
    .products .main_products {
        display: none;
    }
}
.products .select_products {
    display: none;
}
@media (max-width: 850px) {
    .products .select_products {
        display: block;
        margin-top: 30px;
    }
}
@media (max-width: 850px) and (max-width: 500px) {
    .products .select_products {
        margin-top: 30px;
    }
}
@media (max-width: 850px) {
    .products .select_products h4 {
        color: #000;
    }
}
@media (max-width: 850px) and (max-width: 500px) {
    .products .select_products h4 {
        text-align: center;
    }
}
@media (max-width: 850px) {
    .products .select_products div {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
}
@media (max-width: 850px) and (max-width: 500px) {
    .products .select_products div {
        gap: 15px;
        justify-content: center;
    }
}
@media (max-width: 850px) {
    .products .select_products select {
        height: 38px;
        width: 227px;
        border-radius: 10px;
        outline: 0;
        color: #000;
        padding: 5px;
        border: 1px solid #dfdfdf;
    }
}
@media (max-width: 850px) and (max-width: 500px) {
    .products .select_products select {
        width: 100%;
    }
}
@media (max-width: 850px) {
    .products .select_products select::-moz-placeholder {
        color: #000;
    }
    .products .select_products select:-ms-input-placeholder {
        color: #000;
    }
    .products .select_products select::placeholder {
        color: #000;
    }
    .products .select_products select option {
        color: #000;
    }
}
@media (min-width: 1300px) {
    .products .body_products .up-margin {
        margin-top: 0px;
    }
}
@media (max-width: 1025px) {
    .products .body_products .up-margin {
        margin-top: 0px;
    }
}
.products .body_products .info_products {
    max-height: 410px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 1px 0 #00000040;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
}
.products .body_products .info_products img {
    width: 100%;
}
.products .body_products .info_products h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 700;
}
@media (max-width: 1025px) {
    .products .body_products .info_products h3 {
        font-size: 13px;
    }
}
.products .body_products .info_products p {
    color: red;
}
@media (max-width: 1025px) {
    .products .body_products .info_products p {
        font-size: 12px;
    }
}
.products .body_products .info_products .products_summ span {
    display: block;
    color: var(--green);
    font-weight: 700;
}
@media (max-width: 1025px) {
    .products .body_products .info_products .products_summ span {
        font-size: 12px;
    }
    .products .body_products .info_products .products_summ span svg {
        width: 20px;
        height: 20px;
    }
}
.products .left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.products h1 {
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
}
.products .sidebar_card {
    border-radius: 10px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 4px #dfdfdf;
    padding: 20px 10px;
}
.products .sidebar_card h4 {
    color: #000;
    font-weight: 700;
    margin-left: 20px;
    font-size: 18px;
}
.products .sidebar_card .brands_list .line_product,
.products .sidebar_card .line_product {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    inset: 0;
    top: 50px;
}
.products .sidebar_card .brands_list {
    margin-top: 20px;
}
.products .sidebar_card .brands_list .checkbox_item {
    display: flex;
}
.products .sidebar_card .brands_list .checkbox_item p {
    color: #000;
    margin-bottom: 0;
    margin-left: 10px;
}
.products .sidebar_card form {
    display: flex;
    gap: 20px;
    height: 38px;
}
.products .sidebar_card form button,
.products .sidebar_card form input {
    height: 100%;
}
.products .sidebar_card form input {
    outline: 0;
    border-radius: 6px;
    border: 1px solid #dfdfdf;
    padding: 10px;
}
.products .sidebar_card form button {
    width: 38px;
    border: 1px solid #dfdfdf;
    background: 0 0;
    border-radius: 6px;
}
.products .category_list h4 {
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 20px;
    color: #000;
}
.products .category_list a,
section.info-product h3 {
    color: #000;
}
.products .category_list ul,
.products .sidebar_card .brands_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (max-width: 1025px) {
    .products .category_list ul li a {
        font-size: 14px;
    }
}
@media (max-width: 500px) {
    .products .category_list ul li a {
        font-size: 12px;
    }
}
.products .category_list ul li img {
    margin-right: 3px;
}
.products .category_list ul li span {
    display: block;
    color: #000;
}
.mobile__sidebar {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff9dc url(../images/bc__main.png) no-repeat right bottom;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-100%);
    transition: transform 0.6s;
    padding: 60px 30px 30px;
    height: 100vh;
}
.mobile__sidebar .close {
    position: absolute;
    right: 30px;
    top: 30px;
}
.mobile__sidebar .close svg {
    width: 60px;
    height: auto;
}
@media (max-width: 770px) {
    .mobile__sidebar .close svg {
        width: auto;
    }
}
.mobile__sidebar ul {
    margin-bottom: 60px;
}
@media (max-width: 770px) {
    .mobile__sidebar ul {
        width: 100%;
    }
}
@media (max-width: 770px) {
    .mobile__sidebar ul li {
        margin-bottom: 20px;
    }
}
.mobile__sidebar ul li a {
    font-size: 60px;
}
@media (max-width: 1299px) {
    .mobile__sidebar ul li a.active {
        font-weight: 700;
    }
}
@media (max-width: 991px) {
    .mobile__sidebar ul li a {
        font-size: 40px;
    }
}
@media (max-width: 770px) {
    .mobile__sidebar ul li a {
        font-size: 35px;
    }
}
.mobile__sidebar .btn__green {
    font-size: 40px;
    margin-bottom: 30px;
    min-width: 400px;
    height: 80px;
}
@media (max-width: 991px) {
    .mobile__sidebar .btn__green {
        font-size: 30px;
        height: 60px;
        min-width: 300px;
    }
}
@media (max-width: 770px) {
    .mobile__sidebar .btn__green {
        font-size: 20px;
        letter-spacing: 2px;
    }
}
.mobile__sidebar .register {
    font-size: 40px;
}
@media (max-width: 991px) {
    .mobile__sidebar .register {
        font-size: 30px;
    }
}
@media (max-width: 770px) {
    .mobile__sidebar .register {
        font-size: 20px;
    }
}
footer {
    padding: 30px 0;
}
section {
    padding: 20px 0;
}
@media (max-width: 1299px) {
    section {
        overflow: hidden;
    }
}
@media (max-width: 770px) {
    section {
        padding: 20px 0;
    }
}
section.general {
    padding: 80px 0 100px;
    background-position: center;
    background-size: cover;
}
@media (max-width: 770px) {
    section.general {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}
section.general h1 {
    text-shadow: 0 2px 3px #29ca5f26;
    color: #fff;
    font-size: 100px;
    line-height: 1.1;
    font-weight: 900;
}
@media (max-width: 1299px) {
    section.general h1 {
        font-size: 60px;
    }
}
@media (max-width: 770px) {
    section.general h1 {
        font-size: 45px;
    }
}
.mobile__sidebar,
section.general .row {
    align-items: center;
}
@media (max-width: 1299px) {
    section.general .row {
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
    }
}
section.general .row img {
    max-width: 100%;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 770px) {
    section.general .row img {
        height: 220px;
        width: 220px;
        max-width: 220px;
    }
}
section.general .row p {
    font-size: 47px;
    margin-bottom: 40px;
}
@media (max-width: 770px) {
    section.general .row p {
        font-size: 22px;
    }
}
section.general .btn__green {
    font-size: 35px;
    min-width: 300px;
    text-transform: initial;
}
@media (max-width: 770px) {
    section.general .btn__green {
        font-size: 25px;
    }
}
h1,
h2 {
    font-weight: 700;
}
h1 {
    text-shadow: 0 2px 3px #29ca5f26;
    margin-bottom: 60px;
    font-size: 83px;
    color: #fff;
}
@media (max-width: 770px) {
    h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
}
h2 {
    font-size: 45px;
    padding-bottom: 7px;
    margin-bottom: 35px;
    color: #707070;
}
@media (max-width: 770px) {
    h2 {
        font-size: 35px;
    }
}
section.product__main {
    padding-bottom: 200px;
    position: relative;
    background: url(../images/bc__soki.svg) no-repeat center left;
    background-size: cover;
}
@media (max-width: 770px) {
    section.product__main {
        padding-bottom: 130px;
    }
}
section.product__main .row {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 110px;
}
@media (max-width: 1299px) {
    section.product__main .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
section.product__main .row > div {
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 1299px) {
    section.product__main .row > div {
        padding-left: 15px;
        padding-right: 15px;
    }
}
section.product__main .card,
section.product__main.product__pages .card {
    margin-bottom: 80px;
}
@media (max-width: 770px) {
    section.product__main .card {
        margin-bottom: 100px;
    }
}
section.product__main.product__pages {
    padding-bottom: 100px;
}
@media (max-width: 770px) {
    section.product__main.product__pages {
        padding-bottom: 0;
    }
}
@media (max-width: 770px) {
    section.product__main.product__pages .card {
        margin-bottom: 100px;
    }
}
section.product__main .card {
    border: 0;
    border-radius: 0;
}
section.product__main .card .card-img-top {
    height: 284px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    overflow: hidden;
    border-radius: 61px;
    margin-bottom: 30px;
}
@media (max-width: 1299px) {
    section.product__main .card .card-img-top {
        height: 200px;
    }
}
@media (max-width: 991px) {
    section.product__main .card .card-img-top {
        height: 280px;
    }
}
@media (max-width: 770px) {
    section.product__main .card .card-img-top {
        margin-bottom: 20px;
    }
}
section.product__main .card .card-title {
    font-size: 32px;
    min-height: 74px;
    margin-bottom: 20px;
    font-weight: 700;
}
@media (max-width: 770px) {
    section.product__main .card .card-title {
        font-size: 28px;
        margin-bottom: 10px;
        min-height: inherit;
    }
}
footer img,
section.product__main .card .btn__green {
    width: 100%;
}
@media (max-width: 770px) {
    section.product__main .card .btn__green {
        font-size: 20px;
    }
}
section.product__main .card .btn__green img {
    margin-right: 30px;
}
@media (max-width: 770px) {
    section.product__main .card .btn__green img {
        margin-right: 15px;
        max-width: 32px;
    }
}
section.product__main .text {
    margin-bottom: 70px;
}
section.product__main p {
    font-size: 35px;
    margin-bottom: 40px;
    max-width: 80%;
    color: #fff;
}
footer ul li,
section.product__main p.composition__product {
    font-size: 18px;
}
@media (max-width: 991px) {
    section.product__main p {
        max-width: 100%;
    }
}
@media (max-width: 770px) {
    section.product__main p {
        font-size: 20px;
    }
}
a.more {
    background-color: #dbdbdb;
    display: inline-block;
    padding: 0 40px;
    font-size: 32px;
    border-radius: 30px;
    font-weight: 700;
}
@media (max-width: 770px) {
    a.more {
        font-size: 25px;
        box-shadow: 0 1px 6px #00000014;
        width: 100%;
        text-align: center;
        border-radius: 51px;
    }
}
footer {
    background-color: var(--green);
    background-size: cover;
}
footer .footer-info img {
    max-width: 250px;
    width: 100%;
    object-fit: contain;
}
footer .footer-info .only-info {
    display: none;
}
@media (max-width: 500px) {
    footer .footer-info .only-info {
        display: block;
        font-size: 12px;
        font-weight: 700;
        margin-left: 17px;
    }
}
@media (max-width: 1025px) {
    footer .footer-body .body-none-url {
        display: none;
    }
}
@media (min-width: 1300px) {
    footer .footer-body ul {
        width: 100%;
    }
    footer .footer-body ul li {
        margin-top: 20px;
    }
    footer .footer-body ul li:first-child {
        margin-top: 0;
    }
}
footer .footer-body .address-footer {
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
    display: none;
}
@media (max-width: 1025px) {
    footer .footer-body .address-footer {
        font-size: 14px;
        display: block;
    }
}
@media (max-width: 500px) {
    footer .footer-body .address-footer {
        font-size: 12px;
        display: none;
    }
    footer .footer-body {
        justify-content: start;
    }
    footer .footer-body div:first-child {
        flex-direction: column-reverse;
    }
    footer .footer-body .body-li-info li:last-child {
        display: none;
    }
}
@media (max-width: 500px) {
    footer img {
        width: 55%;
        height: 40px;
        margin-bottom: 20px;
    }
}
footer .scan-me img {
    width: 200px;
    height: 200px;
}
@media (max-width: 1025px) {
    footer .scan-me img {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 500px) {
    footer .scan-me img {
        width: 150px;
        height: 150px;
        margin-bottom: 0;
    }
}
footer ul li {
    margin-bottom: 12px;
    letter-spacing: 0;
    font-weight: 700;
    color: #fff;
}
footer ul li:last-child {
    margin-bottom: 0;
}
@media (max-width: 1025px) {
    footer ul li a {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
@media (max-width: 770px) {
    footer ul li a {
        font-size: 12px;
        margin-bottom: 5px;
    }
}
@media (max-width: 1025px) {
    footer ul li {
        margin-bottom: 10px;
    }
}
@media (max-width: 770px) {
    footer ul li {
        margin-bottom: 5px;
    }
}
footer .address-footer-bottom {
    display: none;
}
@media (max-width: 500px) {
    footer .address-footer-bottom {
        margin-top: 10px;
        display: block;
    }
    footer .address-footer-bottom a {
        font-size: 12px;
        font-weight: 700;
    }
}
.pagination {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.pagination .page-link {
    color: #000;
    border-radius: 6px;
    padding: 7px 12px;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}
section.info-product .info-product-header {
    padding: 30px 40px 30px;
    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 1025px) {
    section.info-product .info-product-header {
     padding: 20px 20px 20px;
    }
}
@media (max-width: 500px) {
    section.info-product .info-product-header {
        padding: 0;
    }
}
section.info-product:nth-child(odd) .info-product-body {
    flex-direction: row-reverse;
}
section.info-product .info-product-all {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;

    border-bottom: 1px solid #000;
}
@media (max-width: 500px) {
    section.info-product .info-product-all {
       padding-bottom: 15px;
    }
}
section.info-product .info-product-all .title {
    font-size: 22px;
    font-weight: 700;
}
@media (max-width: 500px) {
    section.info-product .info-product-all .title {
        font-size: 12px;
        margin-bottom: 0;
    }
    section.info-product .info-product-all a {
        font-size: 10px;
    }
}
section.info-product .info-product-body {
    margin-top: 30px;
}
section.info-product .info-product-body .product-body-left ul .card-body-info {
    padding: 12px;
}
@media (max-width: 500px) {
    section.info-product
        .info-product-body
        .product-body-left
        ul
        .card-body-info {
        padding: 6px;
    }
}
@media (max-width: 1025px) {
    section.info-product
        .info-product-body
        .product-body-left
        ul
        .card-body-info
        h2 {
        font-size: 10px;
    }
}
@media (max-width: 1025px) {
    section.info-product
        .info-product-body
        .product-body-left
        ul
        .card-body-info
        h3 {
        font-size: 9px;
        margin-top: 5px;
    }
}
section.info-product .info-product-body .product-body-left ul .body-none {
    margin-top: 10px;
}
@media (max-width: 1025px) {
    section.info-product
        .info-product-body
        .product-body-left
        ul
        .body-none:nth-child(-n + 2) {
        display: none;
    }
}
@media (max-width: 850px) {
    section.info-product
        .info-product-body
        .product-body-left
        ul
        .body-none:nth-child(-n + 4) {
        display: none;
    }
}
section.info-product .info-product-body .product-body-right {
    position: relative;
    max-height: auto;
    height: 100%;
    margin-top: 10px;
}
@media (max-width: 1025px) {
    section.info-product .info-product-body .product-body-right {
        height: auto;
    }
}
@media (max-width: 770px) {
    section.info-product .info-product-body .product-body-right {
        height: auto;
    }
}
@media (max-width: 500px) {
    section.info-product .info-product-body .product-body-right {
        height: auto;
    }
}
section.info-product .info-product-body .product-body-right span {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 20px;
    font-weight: 700;
    z-index: 3;
    /* ****** */
    padding: 15px !important;
    padding-top: 25px !important;
    left: 0 !important;
    right: 0 !important ;
    bottom: 0 !important;
    display: block !important;
    color: #fff !important;
    background: linear-gradient(#00000000, #0d6c4e) !important;
    text-align: left;
}
@media (max-width: 500px) {
    section.info-product .info-product-body .product-body-right span {
        font-size: 12px;
        left: 20px;
    }
}
section.info-product .info-product-body .product-body-right img {
     max-height: 476px;
    height: 100%;
    width: 100%;
}
section.info-product .info-product-body .body-top {
    position: relative;
}
section.info-product .info-product-body .body-top .top-absolute {
    position: absolute;
    font-size: 14px;
    bottom: 15px;
    left: 15px;
    color: #40916c;
    font-weight: 700;
}
@media (max-width: 1025px) {
    section.info-product .info-product-body .body-top .top-absolute {
        font-size: 12px;
    }

}
@media (max-width: 500px) {
    section.info-product .info-product-body .body-top .top-absolute {
        font-size: 8px;
        bottom: 8px;
        left: 10px;
    }

}
section.info-product .info-product-body h2 {
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 0;
}
section.info-product .info-product-body h3 {
    margin-top: 10px;
    color: red;
    font-size: 12px;
    margin-bottom: 0;
}
@media (max-width: 400px) {
    section.info-product .info-product-body {
        margin-top: 10px;
    }
}
section.info-product a {
    color: #40916c;
}
@media (max-width: 1299px) {
    section.info-product .info-product-body {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 500px) {
    section.info-product .info-product-body {
        flex-direction: column-reverse;
    }
    section.info-product {
        padding: 15px 0;
    }
}
.main_login {
    min-height: 87vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f9fc;
}
.main_login form {
    border-radius: 10px;
    background: var(--White, #fff);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 50px;
    min-width: 300px;
}
@media (min-width: 501px) {
    .main_login form {
        min-width: 500px;
    }
}
.forget_password a,
.main_login h1 {
    font-style: normal;
}
.main_login h1 {
    color: var(--Green, #62bb46);
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
}
.form-register .form-group {
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.form-register .form-group label {
    color: #616161;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}
.form-register .form-group input {
    background: 0 0;
    border-radius: 8px;
    background: #f5f5f5;
    padding: 10px 15px;
    border: 0;
    outline: 0;
    box-shadow: none;
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
}
.form-register .btn-green {
    width: 100%;
    margin-bottom: 20px;
}
.accaunt-all {
    padding-top: 20px;
}
.accaunt-all h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}
.accaunt-all .account-img {
    width: 250px;
    height: 215px;
    object-fit: contain;
}
@media (max-width: 500px) {
    .accaunt-all .account-img {
        margin-left: auto;
        margin-right: auto;
    }
}
.accaunt-all .account-info {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 4px 4px 0 #00000040;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
}
.accaunt-all .account-info .btn {
    margin-top: 20px;
    background-color: var(--green);
    color: #fff;
    font-size: 16px;
    height: auto;
    padding: 10px 16px;
}
@media (max-width: 500px) {
    .accaunt-all .account-info .btn {
        width: 100%;
    }
}
.accaunt-all .account-info .row label {
    font-size: 16px;
    font-weight: 700;
}
.accaunt-all .account-info .row input {
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-top: 5px;
    color: #000;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.toggle_password {
    position: relative;
}
.toggle_password span {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25px;
    bottom: 0;
    height: 52px;
    width: 52px;
    background: url(../images/bx-hide.svg) no-repeat center;
    background-size: 24px auto;
}
.toggle_password.show span {
    background-image: url(../images/bx-show.svg);
}
.forget_password {
    text-align: center;
    color: #000;
}
.forget_password a {
    color: #616161;
    font-size: 14px;
    font-weight: 400;
}
.btn {
    border-radius: 8px;
    text-align: center;
    padding: 15px;
    min-width: 200px;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 700;
    outline: 0;
    transition: all 0.3s;
}
.btn.btn-green {
    background: var(--Green, #62bb46);
    color: #fff;
}
.btn.btn-green:hover {
    background-color: green;
}
.wrapper {
    width: 100%;
    position: relative;
}
.wrapper i,
.wrapper1 i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
    z-index: 5;
}
.wrapper i:active {
    transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child {
    left: -11px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 500px) {
    .wrapper i:first-child {
        width: 40px;
        height: 40px;
        top: 45%;
    }
}
.wrapper i:last-child {
    right: -11px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 500px) {
    .wrapper i:last-child {
        width: 40px;
        height: 40px;
        top: 45%;
    }
}
.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 5) - 12px);
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.carousel1::-webkit-scrollbar,
.carousel::-webkit-scrollbar {
    display: none;
}
.carousel.dragging,
.carousel.no-transition {
    scroll-behavior: auto;
}
.carousel.dragging {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
}
.carousel.dragging .card {
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.carousel :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-section {
    padding-top: 30px;
}
@media (max-width: 500px) {
    .top-section {
        padding-top: 0;
    }
    .margin-for {
        margin-bottom: 30px;
    }
    .top_corusul {
        padding-bottom: 0;
        padding-top: 0;
    }
    .top_corusul:first-child {
        padding-top: 30px;
        margin-bottom: 0;
    }
    .top_corusul:last-child {
        padding-top: 30px;
    }
}
.corusel_title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}
.corusel_title span {
    display: flex;
    width: 100%;
    background-color: #000;
    height: 1px;
    margin-top: 15px;
}
.corusel_title h3 {
    color: #000;
    font-size: 20px;
    white-space: nowrap;
    margin-bottom: 0;
    font-weight: 700;
}
@media (max-width: 500px) {
    .corusel_title h3 {
        font-size: 16px;
    }
}
.corusel_title button {
    display: flex;
    align-items: center;
    min-width: 108px;
    justify-content: center;
    gap: 12px;
    padding: 6px;
    position: relative;
    background-color: var(--green);
    border-radius: 10px;
    color: var(--white);
    font-weight: 600;
}
.corusel_title button:hover {
    color: var(--white);
}
@media (max-width: 500px) {
    .corusel_title button {
        font-size: 11px;
        padding: 4px;
        min-width: 93px;
    }
}
.carousel .card {
    scroll-snap-align: start;
    list-style: none;
    background: #fff;
    cursor: pointer;
    padding-bottom: 15px;
    flex-direction: column;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.carousel .card .img-absolute {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 700;
    z-index: 999;
}
.carousel .card .card-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.carousel .card .card-right span {
    font-size: 14px;
    color: #40916c;
    font-weight: 900;
}
@media (max-width: 500px) {
    .carousel .card .card-right span {
        font-size: 11px;
    }

}
.card .img,
.wrapper1 {
    width: 100%;
}
.card .img img {
    width: 100%;
    height: 300px;
    border: 4px solid #fff;
    object-fit: contain;
}
.card1 .img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: contain;
    height: 72px;
    border: 4px solid #fff;
}
.carousel .card h2 {
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.imgbasket{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.shopping-brand{
    padding-left: 20px; padding-right: 20px; margin-bottom: 0; padding-bottom: 20px; background-color: #fff; height:75px; overflow-y: auto;
}
.pmo{
    padding: 0; margin-bottom: 15px;
}
.shopping-brand::-webkit-scrollbar {
    width: 0px;
}
img::selection {
    background: transparent;
}
.selectedDiv::selection{
    background: transparent !important;
}
.couns_tovar::selection{
    background-color: transparent;
}

.shopping-brand::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(8, 8, 8, 0.3);
    border-radius: 2px;
}

.shopping-brand::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(1, 6, 1, 0.5);
}
@media (max-width: 1100px) {
    .card .img img {

    height: 260px;

}
}
@media (max-width: 800px) {
 .imgbasket{

    height: 250px;
}
}
.bottomShow{
    width: 100%;
    height: 10px;
    background-color: #fff;
}
@media (max-width: 1299px) {.widthvaqt{
    width: 67px !important;
}}
@media (max-width: 1199px) {.widthvaqt{
    width: 110px !important;
}}
@media (max-width: 500px) {
    .carousel .card h2 {
        font-size: 13px;
    }
        .card .img img {

    height: 190px;

}


.bottomShow{
    height: 60px;
}
.bottomPos{
    bottom: -140px !important;
}
}
@media (max-width: 400px) {

        .card .img img {

    height: 145px;

}
}
.carousel .card h3 {
    margin-top: 5px;
    color: red;
    font-weight: 500;
    font-size: 12px;
}
@media (max-width: 500px) {
    .carousel .card h3 {
        font-size: 12px;
    }
}
@media screen and (max-width: 1355) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 4) - 9px);
    }
}
@media screen and (max-width: 1145px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 3) - 9px);
    }
}
@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}
@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }
}
@media screen and (max-width: 500px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}
.wrapper1 {
    position: relative;
}
.wrapper1 i:active {
    transform: translateY(-50%) scale(0.85);
}
.wrapper1 i:first-child {
    left: -11px;
    right: -11px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 500px) {
    .wrapper1 i:first-child {
        width: 40px;
        height: 40px;
        top: 59%;
    }
}
.wrapper1 i:last-child {
    right: -11px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 500px) {
    .wrapper1 i:last-child {
        width: 40px;
        height: 40px;
        top: 59%;
    }
}
.wrapper1 .carousel1 {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 5) - 12px);
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.carousel1.dragging1,
.carousel1.no-transition1 {
    scroll-behavior: auto;
}
.carousel1.dragging1 {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
}
.carousel1.dragging1 .card1 {
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.carousel1 :where(.card1, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel1 .card1 {
    scroll-snap-align: start;
    list-style: none;
    background: #fff;
    cursor: pointer;
    padding: 30px;
    flex-direction: column;
    border-radius: 8px;
    position: relative;
}
.carousel1 .card1 .img-absolute {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 700;
    z-index: 999;
}
.carousel1 .card1 .card-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.carousel1 .card1 .card-right span {
    font-size: 14px !important;
    color: #40916c !important;
    font-weight: 900 !important;
}
.card1 .img {
    max-width: 330px;
    width: 100%;
}
.carousel1 .card1 h2 {
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}
.carousel1 .card1 h3 {
    margin-top: 5px;
    color: red;
    font-weight: 500;
    font-size: 12px;
}
@media screen and (max-width: 1145px) {
    .wrapper1 .carousel1 {
        grid-auto-columns: calc((100% / 3) - 9px);
    }
}
@media screen and (max-width: 900px) {
    .wrapper1 .carousel1 {
        grid-auto-columns: calc((100% / 2)-5px);
    }
}
@media screen and (max-width: 600px) {
    .wrapper1 .carousel1 {
        grid-auto-columns: 100%;
    }
}
@media screen and (max-width: 500px) {
    .wrapper1 .carousel1 {
        grid-auto-columns: calc((100% / 2)-5px);
    }
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
body * {
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.2px;
}
.container {
    max-width: 1600px;
}
@media (max-width: 1299px) {
    .container {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1025px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 770px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
label,
ul {
    margin-bottom: 0;
}
@media (max-width: 500px) {
    .container {
        padding-left: 15px;
        padding-right:15px;
    }
}
ul {
    list-style: none;
    padding-left: 0;
}
label {
    color: #000;
}
a {
    transition: all 0.3s;
}
a,
a:hover {
    color: #fff;
    text-decoration: none;
}
.font-size-14,
section.info-product
    .info-product-body
    .product-body-left
    ul
    .card-body-info
    h3 {
    font-size: 14px;
}
.font-size-16,
section.info-product
    .info-product-body
    .product-body-left
    ul
    .card-body-info
    h2 {
    font-size: 16px;
}
.font-size-18,
footer ul li a {
    font-size: 18px;
}
.font-size-20 {
    font-size: 20px;
}
.me-1 {
    margin-right: 12px;
}
.sectiontitle{
    margin: 0;
    padding: 0;
     font-size: 22px !important;
     color: #2e2e2e !important;
     font-weight: 600;

}
.mb{
    margin-bottom: 20px !important;
}
.mt{
    margin-top: 20px !important;
}
.advantages-title h2 {
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 22px;
    margin-bottom: 20px;
    color: #2e2e2e;
}
@media (max-width: 500px) {
    .sectiontitle{
        font-size: 20px;
    }
    .advantages-title h2 {
        font-size: 20px;

    }
}
.advantages_info {
    padding: 30px;
    background-color: #fff;
}

@media (max-width: 770px) {
    .advantages_info {
        padding: 30px 15px;
    }
}
.advantages_info h2 {
    text-align: center;
    color: #000;
    margin-bottom: 0;
}
@media (max-width: 500px) {
    .advantages_info h2 {
        font-size: 18px !important;
    }
    .advantages_info p {
        font-size: 12px;
    }
}
.btn__green,
.btn__register {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px #00000029;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    padding: 0 30px;
    cursor: pointer;
    border: 0;
    outline: 0 !important;
}
.btn__green {
    color: #fff;
    background: #40916c;
}
.btn__green:hover {
    color: #fff;
    background-color: #40916c;
}
.btn__register {
    background-color: #fff;
}
.btn__register:hover {
    color: #40916c;
}
body {
    padding-top: 55px;
    background-color: #f6f9fc;
}
@media (max-width: 1025px) {
    body {
        padding-top: 90px;
    }
}

body #menu-toggle {
    display: none;
}
@media (max-width: 991px) {
    body #menu-toggle {
        display: block;
    }
}
@media (max-width: 650px) {
    body #menu-toggle {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }

}
@media (max-width: 350px) {
    body #menu-toggle {
        width: 20px;
        height: 20px;
        margin-bottom: 8px;
    }
}
body .menu_block {
    cursor: pointer;
    width: 35px;
    height: 35px;
    margin-right: 30px;
}
.accaunt-all .account-img img,
.product-id-info .id_info_img img,
body .menu_block img,
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-img
    img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}
.payment-info .basket_count .basket-count-info .info-buy h4 .count-top,
body #menu-two {
    display: none;
}

body #menu-list {
    position: absolute;
    max-width: 450px;
    width: 100%;
    height: 100vh;
    top: 120px;
    display: none;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 2px 2px 2px #00000045;
    padding: 25px 25px 20px;
    border-radius: 0 15px 15px;
    transition: all 0.3s linear;
    gap: 10px;
    flex-direction: column;
    align-items: start;
}
@media (max-width: 500px) {
    body #menu-list {
        border-radius: 0;
        max-width: 300px;
    }
    .bodybody{
        padding-top: 20px !important;
    }
}
body #menu-list a {
       color: #0D6C4EFF;
    font-weight: 550;
    font-size: 18px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid transparent;
}
body #menu-list a:hover {
    border-bottom: 1px solid #52769eff;
}
body #menu-list li:nth-last-child(-n + 2) {
    display: none;
}
@media (max-width: 500px) {
    body #menu-list li:nth-last-child(-n + 2) {
        display: block;
    }
}
@media (max-width: 991px) {
    body #group {
        display: none;
    }
}
header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    background: var(--green);
    padding: 12px 0;
    box-shadow: 0 4px 10px #00000026;
}
@media (max-width: 770px) {
    header {
        padding: 8px 0 7px;
        height: 60px;
    }
}
header .hdr__main.container {
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 400px) {
    header {
        display: flex;
        align-items: center;
    }

}

header .hdr__main {
    justify-content: space-between;
}
@media (max-width: 991px) {
    header .hdr__main {
        justify-content: flex-start;
    }
}
@media (max-width: 400px) {
    header .hdr__main {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.payment-info
    .basket_count
    .basket-count-info
    .info-buy
    .count-to-buy
    .count-left,
header .hdr__main .logo {
    display: block;
}
@media (max-width: 1299px) {
    header .hdr__main .logo {
        margin-right: auto;
    }
}
@media (max-width: 650px) {
    header .hdr__main .logo {
        width: 100px;
    }
}
header .hdr__main,
header .hdr__main ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .hdr__main ul {
   max-width: 600px;
   width: 100%;
   margin-right: 40px;
   margin-left: 40px;
}
header .hdr__main ul li {
    letter-spacing: normal;
}
header .hdr__main ul li a {
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
        padding-bottom: 3px;
}
header .hdr__main ul li a.active {
    border-bottom: 1px solid #fff;

}

header .hdr__main .right-side {
    display: flex;
    gap: 20px;
}
@media (max-width: 991px) {
    header .hdr__main .right-side {
        margin-left: auto;
    }
}
@media (max-width: 400px) {
    header .hdr__main .right-side {
        gap: 10px;
    }
}
header .hdr__main .right-side .group-left {
    display: flex;
    align-items: center;
    gap: 20px;
}
header .hdr__main .right-side .group-left .about input {
    outline: 0;
    border: 0;
    padding: 2px 7px;
    height: 30px;
    border-radius: 10px;
    background: 0 0;
    width: 300px;
}
header .hdr__main .right-side .group-left .about input::-moz-placeholder {
    color: #fff;
}
header .hdr__main .right-side .group-left .about input:-ms-input-placeholder {
    color: #fff;
}
header .hdr__main .right-side .group-left .about input::placeholder {
    color: #fff;
}
@media (max-width: 650px) {
    header .hdr__main .right-side .group-left .about input {
        font-size: 14px;
        width: 80px;
        margin-right: 0;
    }
}


@media (max-width: 650px) {
    header .hdr__main .right-side .group-left .about img {
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 350px) {
    header .hdr__main .right-side .group-left .about img {
        display: none;
    }
}
@media (max-width: 400px) {
    header .hdr__main .right-side .group-left .line {
        display: none;
    }
}
header .hdr__main .right-side .group-right {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
@media (max-width: 1299px) {
    header .hdr__main .right-side .group-right {
        gap: 10px;
    }
}
header .hdr__main .right-side .group-right .language {
    cursor: pointer;
}
@media (max-width: 350px) {
    header .hdr__main .right-side .group-right .language img {
        width: 25px;
        height: 20px;
    }
}
header .hdr__main .right-side .group-right #korzinka_info {
    display: none;
    position: absolute;
    width: 510px;
    right: 0;
    border-radius: 0 5px 5px;
    top: 59px;
    box-shadow: 0.5px 1px 1px 1px rgba(0, 0, 0, 0.424);
    background-color: #fff;
    padding: 0px 0px;
}
@media (max-width: 770px) {
    header .hdr__main .right-side .group-right #korzinka_info {
        top: 52px;
    }
}
.search-img{
    cursor: pointer !important;
}
@media (max-width: 1250px){
      .line{
      display: none;
    }
    body {
    padding-top: 90px;}
    header{
        display: flex;
    }
    .search-img{
        display: none;
    }
    header .hdr__main .right-side .group-left .about{
        position: absolute;
        bottom: -66.5px;
        background-color: #fff;
        width: 400px;
        text-align: center;
        left: 0;
        padding: 18px 10px;
        border-bottom: 0.5px solid #00000041;
        text-align: center;
        width: 100%;
    }
    header .hdr__main .right-side .group-left .about input::placeholder{
color: #000;
    }
    header .hdr__main .right-side .group-left .about input{
        width: 100%;
        border: 1px solid #0d6c4e;
        color: #000 !important;
        border-radius: 5px;
        padding: 10px;
    }
}

@media (max-width: 500px) {
    header .hdr__main .right-side .group-right #korzinka_info {
        display: none;
    }
    header .hdr__main .right-side .group-left .about{
        bottom: -60.5px;
        padding: 15px 10px;
    }
    .searchBottom{
        margin-top: 61px;
    }
  body {
    padding-top: 107px;
  }
}

header .hdr__main .right-side .group-right #korzinka_info .every-product-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
    padding: 17px 15px;
    border-radius: 20px;
    box-shadow: 0 0 4px #00000040;
}
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-info:first-child {
    margin-top: 0;
}
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-title
    h3 {
    color: #000;
    font-size: 16px;
}
header .hdr__main .right-side .group-right #korzinka_info .every-product-title h3{
    color: #000;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
header .hdr__main .right-side .group-right #korzinka_info .every-product-title{
    width: 100%;
}
header .hdr__main .right-side .group-right #korzinka_info .every-product-img img{
   width: 60px !important;
   height: 60px !important;
    object-fit: cover;
}
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-title
    p {
    color: #40916c;
    font-size: 14px;
    margin-bottom: 0;
}
header .hdr__main .right-side .group-right #korzinka_info .every-product-sum {
    display: flex;
    gap: 10px;
}
header .hdr__main .right-side .group-right #korzinka_info .every-product-sum p{
    white-space: nowrap;

}
    header .hdr__main .right-side .group-right #korzinka_info .every-product-sum p,
header .hdr__main .right-side .group-right .language_block p,
header .hdr__main .sign-block ul p {
    color: #000;
    margin-bottom: 0;
}
header .hdr__main .right-side .group-right #korzinka_info .every-product-img {
    width: 60px;
    height: 60px;
}
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-footer {
    padding: 10px;
    border-top: 1px solid #0000001f;
}
.product-id-info .id_info_all .aviable_product span,
.product-id-info .id_info_all .brand_product span,
.product-id-info .id_info_all .category_product span,
.product-id-info .id_info_all .model_product span,
.product-id-info .id_info_all .summ_product span,
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-footer
    p {
    color: #000;
}
.shopping-info .shopping-left .shopping-left-info p,
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-footer
    .every-product-footer-count {
    display: flex;
    justify-content: space-between;
}
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-footer
    .every-product-footer-button {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 400;
}
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-footer
    .every-product-footer-button
    a {
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
}
.product-id-info .id_info_all .buy_info_product button:first-child,
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-footer
    .every-product-footer-button
    a:first-child {
    background-color: var(--green);
}
.product-id-info .id_info_all .buy_info_product button:last-child,
header
    .hdr__main
    .right-side
    .group-right
    #korzinka_info
    .every-product-footer
    .every-product-footer-button
    a:last-child {
    background-color: #f7892e;
}
header .hdr__main .right-side .group-right .language_block {
    width: 150px;
    display: none;
    position: absolute;
    border-radius: 0 5px 5px;
    top: 60px;
       box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.424)
    background-color: #fff;
    right: 0;
}
header .hdr__main .right-side .group-right .language_block a {
    display: flex;
    align-items: center;
    color: #000;
    gap: 5px;
    font-size: 17px;
    font-weight: 900;
    padding: 10px 20px;
    transition: all 0.5s linear;
}
header .hdr__main .right-side .group-right .language_block a img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
}
header .hdr__main .right-side .group-right .language_block a:hover {
    background-color: #0000000f;
    border-radius: 4px;
}
@media (max-width: 650px) {
    header .hdr__main .right-side .group-right img {
        width: 25px !important;
        height: 20px !important;
    }

}
@media (max-width: 500px) {
    header .hdr__main .right-side .korzinka {
        display: none;
    }
      #langimg{
       width: 25px !important;
        height: 20px !important;
    }
}
header .hdr__main .lang {
    width: 40px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    flex-direction: column;
    overflow: hidden;
    flex: 0 0 40px;
}
@media (max-width: 770px) {
    header .hdr__main .lang {
        flex: 0 0 40px;
        height: 40px;
        width: 40px;
        margin-right: 20px;
    }
}
header .hdr__main .lang:hover a.active,
header .hdr__main .lang:hover a.active + a {
    transform: translateY(-100%);
}
@media (max-width: 1299px) {
    header .hdr__main .lang a.active {
        display: none !important;
    }
}
header .hdr__main .lang a {
    width: 60px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
}
@media (max-width: 1299px) {
    header .hdr__main .lang a {
        transform: translateY(0) !important;
    }
}
@media (max-width: 770px) {
    header .hdr__main .lang a {
        width: 40px;
        font-size: 13px;
    }
}
header .hdr__main .sign-block {
    display: none;
    cursor: pointer;
    width: 250px;
    position: absolute;
    border-radius: 0 5px 5px;
    top: 59px;
    box-shadow: 0.5px 1px 1px 1px rgba(0, 0, 0, 0.424);
    background-color: #fff;
    right: 0;
}
header .hdr__main .sign-block .sign-name {
    color: #000;
    padding: 20px 10px;
    border-bottom: 1px solid #dfdfdf;
}
header .hdr__main .sign-block ul {
    display: flex;
    flex-direction: column;
    align-items: start;
}
header .hdr__main .sign-block ul li {
    width: 100%;
    margin: 10px 0;
}
header .hdr__main .sign-block ul li:hover {
    background-color: rgba(0, 0, 0, 0.04);
    border-bottom: none;
    padding-bottom: 0;
}
header .hdr__main .sign-block ul li a {
    display: flex;
    width: 100%;
    gap: 20px;
    margin: 10px 20px;
}
header .hdr__main .sign-block ul li a:hover {
    border-bottom: none;
    padding-bottom: 0;
}
.products .main_products h1,
header .hdr__main .sign-block ul .sing-li-top {
    margin-bottom: 0;
}
header .hdr__main .sign-block ul:first-child {
    margin-top: 20px;
}
header .hdr__main a.cart {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    box-shadow: 0 2px 4px #00000029;
    border-radius: 50%;
    margin-right: 90px;
    flex: 0 0 60px;
    position: relative;
}
header .hdr__main a.cart[data-product-cart]:after {
    content: attr(data-product-cart);
    position: absolute;
    top: -10px;
    right: -10px;
    width: 34px;
    height: 34px;
    background-color: #f04f63;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 770px) {
    header .hdr__main a.cart[data-product-cart]:after {
        width: 20px;
        height: 20px;
        min-width: 20px;
        font-size: 14px;
    }
    header .hdr__main a.cart {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        margin-right: 40px;
    }
}
header .hdr__main a.cart svg path {
    transition: all 0.3s;
}
header .hdr__main a.cart:hover {
    background-color: rgba(240, 240, 240, 0.8);
}
header .hdr__main a.cart:hover svg path {
    fill: #000;
}
header .hdr__main a.register {
    margin-left: 30px;
}
@media (min-width: 1300px) {
    .info-delivery .container {
        height: 100%;
    }
}
@media (max-width: 500px) {
    .info-delivery {
        margin-top: 30px;
    }
}
.product-id-info {
    display: flex;
}
.product-id-info .left-id-info {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 80%;
}
@media (max-width: 991px) {
    .product-id-info .left-id-info {
        width: 100%;
    }
}
@media (max-width: 770px) {
    .product-id-info .left-id-info {
        gap: 20px;
    }
}
@media (max-width: 500px) {
    .product-id-info .left-id-info {
        flex-direction: column-reverse;
        margin-top: 30px;
        align-items: center;
    }
}
.delivery-service,
.product-id-info .id_info_all,
.product-id-info .id_info_img {
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 #00000040;
}
.delivery-service,
.product-id-info .id_info_all {
    padding: 30px;
    height: 100%;
}
.product-id-info .id_info_all h4,
.shopping-info .shopping-left h5 {
    color: #000;
    font-weight: 700;
}
.product-id-info .id_info_all .top_product {
    display: flex;
    margin-top: 10px;
    color: var(--green);
    font-weight: 700;
}
.product-id-info .id_info_all .buy_info_product {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    justify-content: start;
}
.product-id-info .id_info_all .buy_info_product button {
    color: #fff;
    border-radius: 10px;
    padding: 7px 12px;
    font-weight: 400;
    font-size: 14px;
    outline: 0;
    box-shadow: none;
    border: 0;
}
@media (max-width: 770px) {
    .product-id-info .id_info_all .buy_info_product button {
        font-size: 13px;
    }
}
@media (max-width: 770px) {
    .product-id-info .id_info_all .buy_info_product {
        justify-content: start;
    }
}
@media (max-width: 500px) {
    .product-id-info .id_info_all .buy_info_product {
        flex-direction: column;
    }
}
.product-id-info .id_info_all .aviable_product,
.product-id-info .id_info_all .brand_product,
.product-id-info .id_info_all .category_product,
.product-id-info .id_info_all .code_product,
.product-id-info .id_info_all .model_product,
.product-id-info .id_info_all .summ_product {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
@media (max-width: 770px) {
    .product-id-info .id_info_all .aviable_product,
    .product-id-info .id_info_all .brand_product,
    .product-id-info .id_info_all .category_product,
    .product-id-info .id_info_all .code_product,
    .product-id-info .id_info_all .model_product,
    .product-id-info .id_info_all .summ_product {
        margin-top: 5px;
    }
    .product-id-info .id_info_all .aviable_product span,
    .product-id-info .id_info_all .brand_product span,
    .product-id-info .id_info_all .category_product span,
    .product-id-info .id_info_all .code_product span,
    .product-id-info .id_info_all .model_product span,
    .product-id-info .id_info_all .summ_product span {
        font-size: 14px;
    }
}
.product-id-info .id_info_all .code_product span {
    color: #fe2e2f;
}
.payment-info .payment-body .row label,
.product-id-info .id_info_all .category_product span {
    font-weight: 700;
}
@media (max-width: 350px) {
    .product-id-info .id_info_all .category_product {
        flex-direction: column;
    }
}
@media (max-width: 770px) {
    .product-id-info .id_info_all h4 {
        font-size: 16px;
    }
}
@media (max-width: 500px) {
    .product-id-info .id_info_all {
        margin-top: 30px;
        padding-bottom: 0;
    }
}
.delivery-service {
    padding: 30px 20px;
}
@media (max-width: 1025px) {
    .delivery-service {
        margin-top: 30px;
    }
}
.delivery-service h4,
.delivery-service p {
    color: #000;
    margin-bottom: 20px;
}
.delivery-service h4 {
    font-weight: 700;
    font-size: 20px;
}
.delivery-service p {
    font-size: 16px;
}
.delivery-service img {
    width: 100%;
}
@media (max-width: 770px) {
    .delivery-service {
        margin-top: 30px;
    }
}
.title-shopping-card {
    color: #000;
    font-size: 30px;
    margin-bottom: 0;
}
@media (max-width: 500px) {
    .title-shopping-card {
        font-size: 22px;
    }
}
.about_product {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 4px 4px 0 #00000040;
    border-radius: 10px;
}
.about_product h4 {
    color: #000;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
}
@media (max-width: 500px) {
    .about_product h4 {
        margin-bottom: 20px;
    }
}
.about_product p,
.payment-info .payment-body .row option {
    color: #000;
}
@media (max-width: 500px) {
    .about_product {
        margin-bottom: 30px;
        margin-top: 0;
    }
}
.shopping-info .shopping-left {
    display: flex;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}
.shopping-info .shopping-left:first-child {
    margin-top: 0;
}
.shopping-info .shopping-left .shopping-left-info {
    width: 100%;
}
.shopping-info .shopping-left .shopping-left-info p span:first-child {
    font-weight: 700;
}
.shopping-info .shopping-left .shopping-left-info .delete-shopping span {
    color: red;
    font-weight: 700;
}
.shopping-info .shopping-left .shopping-left-img {
    margin-right: 20px;
}
@media (max-width: 500px) {
    .shopping-info .shopping-left .shopping-left-img {
        margin-right: 0;
        width: 100%;
    }
    .shopping-info .shopping-left .shopping-left-img img {
        width: 100%;
    }
}
.shopping-info .shopping-left p span {
    color: #000;
    font-weight: 400;
}
@media (max-width: 500px) {
    .shopping-info .shopping-left {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}
.shopping-info .delivery_basket,
footer .footer-body {
    display: flex;
    flex-direction: column;
}
@media (max-width: 770px) {
    .shopping-info .delivery_basket {
        margin-top: 30px;
    }
}
.shopping-info .delivery_basket .basket_count {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 #00000040;
    margin-top: 30px;
}
@media (min-width: 1300px) {
    .shopping-info .delivery_basket .basket_count .btn {
        width: 100%;
    }
}
.shopping-info .delivery_basket .basket_count h5 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.payment-info .basket_count h5 span,
.products .category_list ul li.active a,
.products .category_list ul li.active img,
.products .category_list ul li.active span,
.shopping-info .delivery_basket .basket_count h5 span {
    color: var(--green);
}
.shopping-info .delivery_basket .basket_count p {
    color: #000;
    font-size: 16px;
}
.shopping-info .delivery_basket .basket_count .line-row {
    position: absolute;
    inset: 0;
    height: 1px;
    border: 1px solid #dfdfdf;
    width: 100%;
    top: 130px;
}
@media (min-width: 1300px) {
    .shopping-info .delivery_basket .basket_count .line-row {
        top: 105px;
    }
}
.shopping-info .delivery_basket .basket_count .btn {
    width: 100%;
    background-color: rgba(245, 9, 9, 1);
    padding: 10px 30px;
    color: #fff;
    margin-top: 20px;
    min-width: 100px;
    transition: all 0.2s linear;
}
.shopping-info .delivery_basket .basket_count .btn:hover{
    background-color: rgb(206, 0, 0);
}
@media (max-width: 991px) {
    .shopping-info .delivery_basket .basket_count {
        height: 270px;
    }
}
@media (max-width: 770px) {
    .shopping-info .delivery_basket .basket_count {
        padding: 15px 20px;
        margin-top: 0;
        height: 200px;
    }
}
@media (max-width: 991px) {
    .shopping-info .delivery_basket {
        flex-direction: row;
        justify-content: center;
    }
}
@media (max-width: 500px) {
    .shopping-info .delivery_basket {
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .shopping-info {
        flex-direction: column;
    }
    .responsiveCard{
        margin-top: 40px !important;
    }
    .responsiveImg{
        margin-top: 0px !important;
    }
}
.payment-info-title {
    color: #000;
    font-size: 30px;
    margin-bottom: 0;
}
@media (max-width: 500px) {
    .payment-info-title {
        font-size: 20px;
    }
}
.payment-info .payment-body {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 4px 4px 0 #00000040;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
}
.mobile__sidebar ul li,
.payment-info .payment-body .row {
    margin-bottom: 30px;
}
.payment-info .payment-body .row input,
.payment-info .payment-body .row select {
    width: 100%;
    height: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-top: 5px;
    color: #000;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.payment-info .payment-body .row input:focus-visible,
.payment-info .payment-body .row select:focus-visible {
    outline: 0;
}
.payment-info .basket_count .basket-count-info .info-buy .count-to-buy span,
.payment-info .payment-body .payment-brand,
.payment-info .payment-body .payment-model {
    color: #000;
}
.payment-info .payment-body .payment-brand {
    font-weight: 700;
}
.payment-info .payment-body .link-buy {
    display: flex;
    align-items: center;
}
.payment-info .payment-body .link-buy button {
     background-color: rgba(245, 9, 9, 1);
    color: #fff;
    height: 42px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.payment-info .payment-body .link-buy button:hover{
     background-color: rgb(206, 0, 0);
}
.payment-info .payment-body .link-buy a {
    color: var(--green);
    margin-left: 50px;
}
@media (max-width: 500px) {
    .payment-info .payment-body .link-buy a {
        margin-left: 0;
        margin-top: 20px;
    }
    .payment-info .payment-body .link-buy {
        flex-direction: column;
    }
}
@media (max-width: 350px) {
    .payment-info .payment-body {
        padding: 15px;
    }
}
.payment-info .basket_count {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 4px 0 #00000040;
    border-radius: 10px;
}
@media (min-width: 1300px) {
    .payment-info .basket_count {
        height: 100%;
    }
}
.payment-info .basket_count h5,
.payment-info .basket_count p {
    color: #000;
    text-align: center;
    font-weight: 700;
}
@media (max-width: 350px) {
    .payment-info .basket_count h5 {
        font-size: 14px;
    }
}
.payment-info .basket_count .all-info-summ {
    display: flex;
    justify-content: space-between;
}
.payment-info .basket_count p {
    margin-top: 20px;
    font-size: 18px;
}
@media (max-width: 350px) {
    .payment-info .basket_count p {
        font-size: 14px;
        margin: 10px 0;
    }
}
.payment-info .basket_count .basket-count-info {
    max-height: 220px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
@media (min-width: 1300px) {
    .payment-info .basket_count .basket-count-info {
        max-height: 250px;
    }
}
@media (max-width: 1299px) {
    .payment-info .basket_count .basket-count-info {
        max-height: 260px;
    }
}
.payment-info .basket_count .basket-count-info::-webkit-scrollbar {
    border-radius: 10px;
    width: 10px;
    height: 5px;
    background: #dfdfdf;
}
.payment-info .basket_count .basket-count-info::-webkit-scrollbar-thumb {
    background-color: var(--green);
    border-radius: 10px;
    height: 5px !important;
}
.payment-info .basket_count .basket-count-info .info-buy {
    border-top: 1px solid #dfdfdf;
    padding-top: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.payment-info .basket_count .basket-count-info .info-buy img {
    width: 35px;
    height: 35px;
    margin-right: 20px;
}
.payment-info .basket_count .basket-count-info .info-buy h4 {
    color: #000;
    font-size: 12px;
    display: flex;
    gap: 10px;
}
@media (max-width: 770px) {
    .payment-info .basket_count .basket-count-info .info-buy h4 .count-top {
        display: block;
    }
}
@media (max-width: 650px) {
    .payment-info .basket_count .basket-count-info .info-buy h4 .count-top {
        display: none;
    }
}
.payment-info .basket_count .basket-count-info .info-buy span {
    color: #000;
    font-size: 12px;
}
.payment-info .basket_count .basket-count-info .info-buy .delete-shopping {
    color: #e25a5a;
}
.payment-info .basket_count .basket-count-info .info-buy .delete-shopping img {
    width: 10px;
    height: 10px;
    margin-bottom: 3px;
    margin-right: 10px;
}
.payment-info .basket_count .basket-count-info .info-buy .count-to-buy,
.products .body_products .info_products .products_summ,
.products .category_list ul li {
    display: flex;
    justify-content: space-between;
}
.payment-info
    .basket_count
    .basket-count-info
    .info-buy
    .count-to-buy
    span:last-child {
    margin-right: 5px;
}
@media (max-width: 770px) {
    .payment-info
        .basket_count
        .basket-count-info
        .info-buy
        .count-to-buy
        .count-left {
        display: none;
    }
    .payment-info
    .basket_count
    .basket-count-info
    .info-buy
    .count-to-buy
    span:last-child {
    white-space: nowrap;
}
.payment-info .basket_count .basket-count-info{
    overflow: auto;
}
}
@media (max-width: 650px) {
    .payment-info
        .basket_count
        .basket-count-info
        .info-buy
        .count-to-buy
        .count-left {
        display: block;
    }
}
@media (max-width: 770px) {
    .payment-info .basket_count {
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .payment-info .basket_count {
        margin-bottom: 30px;
    }
}
.products {
    padding-top: 25px;
}
.products .container {
    display: flex;
    gap: 30px;
}
@media (max-width: 770px) {
    .products .container .body-none {
        display: none;
    }
}
@media (max-width: 850px) {
    .products .container {
        flex-direction: column;
        gap: 15px;
    }
}
@media (max-width: 850px) {
    .products .main_products {
        display: none;
    }
}
.products .select_products {
    display: none;
}
@media (max-width: 850px) {
    .products .select_products {
        display: block;
        margin-top: 30px;
    }
}
@media (max-width: 850px) and (max-width: 500px) {
    .products .select_products {
        margin-top: 30px;
    }
}
@media (max-width: 850px) {
    .products .select_products h4 {
        color: #000;
    }
}
@media (max-width: 850px) and (max-width: 500px) {
    .products .select_products h4 {
        text-align: center;
    }
}
@media (max-width: 850px) {
    .products .select_products div {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
}
@media (max-width: 850px) and (max-width: 500px) {
    .products .select_products div {
        gap: 15px;
        justify-content: center;
    }
}
@media (max-width: 850px) {
    .products .select_products select {
        height: 38px;
        width: 227px;
        border-radius: 10px;
        outline: 0;
        color: #000;
        padding: 5px;
        border: 1px solid #dfdfdf;
    }
}
@media (max-width: 850px) and (max-width: 500px) {
    .products .select_products select {
        width: 100%;
    }
}
@media (max-width: 850px) {
    .products .select_products select::-moz-placeholder {
        color: #000;
    }
    .products .select_products select:-ms-input-placeholder {
        color: #000;
    }
    .products .select_products select::placeholder {
        color: #000;
    }
    .products .select_products select option {
        color: #000;
    }
}
@media (min-width: 1300px) {
    .products .body_products .up-margin {
        margin-top: 0px;
    }
}
@media (max-width: 1025px) {
    .products .body_products .up-margin {
        margin-top: 0px;
    }
}
.products .body_products .info_products {
    max-height: 410px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 1px 0 #00000040;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
}
.products .body_products .info_products img {
    width: 100%;
    height: 233px;
    object-fit: contain !important;
}
.products .body_products .info_products h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 700;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 0;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 1400px) {
    .products .body_products .info_products img {
    height: 190px;
}
}
@media (max-width: 1025px) {
    .products .body_products .info_products h3 {
        font-size: 13px;
    }
}
.products .body_products .info_products p {
    color: red;
}
@media (max-width: 1025px) {
    .products .body_products .info_products p {
        font-size: 12px;
    }
}
.products .body_products .info_products .products_summ span {
    display: block;
    color: var(--green);
    font-weight: 700;
}
@media (max-width: 1025px) {
    .products .body_products .info_products .products_summ span {
        font-size: 12px;
    }
    .products .body_products .info_products .products_summ span svg {
        width: 20px;
        height: 20px;
    }
}
.products .left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.products h1 {
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
}
.products .sidebar_card {
    border-radius: 10px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 4px #dfdfdf;
    padding: 20px 10px;
}
.products .sidebar_card h4 {
    color: #000;
    font-weight: 700;
    margin-left: 20px;
    font-size: 18px;
}
.products .sidebar_card .brands_list .line_product,
.products .sidebar_card .line_product {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    inset: 0;
    top: 50px;
}
.products .sidebar_card .brands_list {
    margin-top: 20px;
}
.products .sidebar_card .brands_list .checkbox_item {
    display: flex;
}
.products .sidebar_card .brands_list .checkbox_item p {
    color: #000;
    margin-bottom: 0;
    margin-left: 10px;
}
.products .sidebar_card form {
    display: flex;
    gap: 20px;
    height: 38px;
}
.products .sidebar_card form button,
.products .sidebar_card form input {
    height: 100%;
}
.products .sidebar_card form input {
    outline: 0;
    border-radius: 6px;
    border: 1px solid #dfdfdf;
    padding: 10px;
}
.products .sidebar_card form button {
    width: 38px;
    border: 1px solid #dfdfdf;
    background: 0 0;
    border-radius: 6px;
}
.products .category_list h4 {
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 20px;
    color: #000;
}
.products .category_list a,
section.info-product h3 {
    color: #000;
}
.products .category_list ul,
.products .sidebar_card .brands_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (max-width: 1025px) {
    .products .category_list ul li a {
        font-size: 14px;
    }
}
@media (max-width: 500px) {
    .products .category_list ul li a {
        font-size: 12px;
    }
        .products .body_products .info_products img {
    height: 170px;
}
}
.products .category_list ul li img {
    margin-right: 3px;
}
.products .category_list ul li span {
    display: block;
    color: #000;
}
.mobile__sidebar {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff9dc url(../images/bc__main.png) no-repeat right bottom;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-100%);
    transition: transform 0.6s;
    padding: 60px 30px 30px;
    height: 100vh;
}
.mobile__sidebar .close {
    position: absolute;
    right: 30px;
    top: 30px;
}
.mobile__sidebar .close svg {
    width: 60px;
    height: auto;
}
@media (max-width: 770px) {
    .mobile__sidebar .close svg {
        width: auto;
    }
}
.mobile__sidebar ul {
    margin-bottom: 60px;
}
@media (max-width: 770px) {
    .mobile__sidebar ul {
        width: 100%;
    }
}
@media (max-width: 770px) {
    .mobile__sidebar ul li {
        margin-bottom: 20px;
    }
}
.mobile__sidebar ul li a {
    font-size: 60px;
}
@media (max-width: 1299px) {
    .mobile__sidebar ul li a.active {
        font-weight: 700;
    }
}
@media (max-width: 991px) {
    .mobile__sidebar ul li a {
        font-size: 40px;
    }
}
@media (max-width: 770px) {
    .mobile__sidebar ul li a {
        font-size: 35px;
    }
}
.mobile__sidebar .btn__green {
    font-size: 40px;
    margin-bottom: 30px;
    min-width: 400px;
    height: 80px;
}
@media (max-width: 991px) {
    .mobile__sidebar .btn__green {
        font-size: 30px;
        height: 60px;
        min-width: 300px;
    }
}
@media (max-width: 770px) {
    .mobile__sidebar .btn__green {
        font-size: 20px;
        letter-spacing: 2px;
    }
}
.mobile__sidebar .register {
    font-size: 40px;
}
@media (max-width: 991px) {
    .mobile__sidebar .register {
        font-size: 30px;
    }
}
@media (max-width: 770px) {
    .mobile__sidebar .register {
        font-size: 20px;
    }
}
footer {
    padding: 30px 0;
}
section {
    padding: 20px 0;
}
@media (max-width: 1299px) {
    section {
        overflow: hidden;
    }
}
@media (max-width: 770px) {
    section {
        padding: 20px 0;
    }
}
section.general {
    padding: 80px 0 100px;
    background-position: center;
    background-size: cover;
}
@media (max-width: 770px) {
    section.general {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}
section.general h1 {
    text-shadow: 0 2px 3px #29ca5f26;
    color: #fff;
    font-size: 100px;
    line-height: 1.1;
    font-weight: 900;
}
@media (max-width: 1299px) {
    section.general h1 {
        font-size: 60px;
    }
}
@media (max-width: 770px) {
    section.general h1 {
        font-size: 45px;
    }
}
.mobile__sidebar,
section.general .row {
    align-items: center;
}
@media (max-width: 1299px) {
    section.general .row {
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
    }
}
section.general .row img {
    max-width: 100%;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 770px) {
    section.general .row img {
        height: 220px;
        width: 220px;
        max-width: 220px;
    }
}
section.general .row p {
    font-size: 47px;
    margin-bottom: 40px;
}
@media (max-width: 770px) {
    section.general .row p {
        font-size: 22px;
    }
}
section.general .btn__green {
    font-size: 35px;
    min-width: 300px;
    text-transform: initial;
}
@media (max-width: 770px) {
    section.general .btn__green {
        font-size: 25px;
    }
}
h1,
h2 {
    font-weight: 700;
}
h1 {
    text-shadow: 0 2px 3px #29ca5f26;
    margin-bottom: 60px;
    font-size: 83px;
    color: #fff;
}
@media (max-width: 770px) {
    h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
}
h2 {
    font-size: 45px;
    padding-bottom: 7px;
    margin-bottom: 35px;
    color: #707070;
}
@media (max-width: 770px) {
    h2 {
        font-size: 35px;
    }
}
section.product__main {
    padding-bottom: 200px;
    position: relative;
    background: url(../images/bc__soki.svg) no-repeat center left;
    background-size: cover;
}
@media (max-width: 770px) {
    section.product__main {
        padding-bottom: 130px;
    }
}
section.product__main .row {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 110px;
}
@media (max-width: 1299px) {
    section.product__main .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
section.product__main .row > div {
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 1299px) {
    section.product__main .row > div {
        padding-left: 15px;
        padding-right: 15px;
    }
}
section.product__main .card,
section.product__main.product__pages .card {
    margin-bottom: 80px;
}
@media (max-width: 770px) {
    section.product__main .card {
        margin-bottom: 100px;
    }
}
section.product__main.product__pages {
    padding-bottom: 100px;
}
@media (max-width: 770px) {
    section.product__main.product__pages {
        padding-bottom: 0;
    }
}
@media (max-width: 770px) {
    section.product__main.product__pages .card {
        margin-bottom: 100px;
    }
}
section.product__main .card {
    border: 0;
    border-radius: 0;
}
section.product__main .card .card-img-top {
    height: 284px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    overflow: hidden;
    border-radius: 61px;
    margin-bottom: 30px;
}
@media (max-width: 1299px) {
    section.product__main .card .card-img-top {
        height: 200px;
    }
}
@media (max-width: 991px) {
    section.product__main .card .card-img-top {
        height: 280px;
    }
}
@media (max-width: 770px) {
    section.product__main .card .card-img-top {
        margin-bottom: 20px;
    }
}
section.product__main .card .card-title {
    font-size: 32px;
    min-height: 74px;
    margin-bottom: 20px;
    font-weight: 700;
}
@media (max-width: 770px) {
    section.product__main .card .card-title {
        font-size: 28px;
        margin-bottom: 10px;
        min-height: inherit;
    }
}
footer img,
section.product__main .card .btn__green {
    width: 100%;
}
@media (max-width: 770px) {
    section.product__main .card .btn__green {
        font-size: 20px;
    }
}
section.product__main .card .btn__green img {
    margin-right: 30px;
}
@media (max-width: 770px) {
    section.product__main .card .btn__green img {
        margin-right: 15px;
        max-width: 32px;
    }
}
section.product__main .text {
    margin-bottom: 70px;
}
section.product__main p {
    font-size: 35px;
    margin-bottom: 40px;
    max-width: 80%;
    color: #fff;
}
footer ul li,
section.product__main p.composition__product {
    font-size: 18px;
}
@media (max-width: 991px) {
    section.product__main p {
        max-width: 100%;
    }
}
@media (max-width: 770px) {
    section.product__main p {
        font-size: 20px;
    }
}
a.more {
    background-color: #dbdbdb;
    display: inline-block;
    padding: 0 40px;
    font-size: 32px;
    border-radius: 30px;
    font-weight: 700;
}
@media (max-width: 770px) {
    a.more {
        font-size: 25px;
        box-shadow: 0 1px 6px #00000014;
        width: 100%;
        text-align: center;
        border-radius: 51px;
    }
}
footer {
    background-color: var(--green);
    background-size: cover;
}
footer .footer-info img {
    max-width: 250px;
    width: 100%;
    object-fit: contain ;
}
footer .footer-info .only-info {
    display: none;
}
@media (max-width: 500px) {
    footer .footer-info .only-info {
        display: block;
        font-size: 12px;
        font-weight: 700;
        margin-left: 17px;
    }
}
@media (max-width: 1025px) {
    footer .footer-body .body-none-url {
        display: none;
    }
}
@media (min-width: 1300px) {
    footer .footer-body ul {
        width: 100%;
    }
    footer .footer-body ul li {
        margin-top: 20px;
    }
    footer .footer-body ul li:first-child {
        margin-top: 0;
    }
}
footer .footer-body .address-footer {
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
    display: none;
}
@media (max-width: 1025px) {
    footer .footer-body .address-footer {
        font-size: 14px;
        display: block;
    }
}
@media (max-width: 500px) {
    footer .footer-body .address-footer {
        font-size: 12px;
        display: none;
    }
    footer .footer-body {
        justify-content: start;
    }
    footer .footer-body div:first-child {
        flex-direction: column-reverse;
    }
    footer .footer-body .body-li-info li:last-child {
        display: none;
    }
}
@media (max-width: 500px) {
    footer img {
        width: 55%;
        height: 40px;
        margin-bottom: 20px;
    }
}
footer .scan-me img {
    width: 200px;
    height: 200px;
}
@media (max-width: 1025px) {
    footer .scan-me img {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 500px) {
    footer .scan-me img {
        width: 150px;
        height: 150px;
        margin-bottom: 0;
    }
}
footer ul li {
    margin-bottom: 15px;
    letter-spacing: 0;
    font-weight: 700;
    color: #fff;
}
footer ul li:last-child {
    margin-bottom: 0;
}
@media (max-width: 1025px) {
    footer ul li a {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
@media (max-width: 770px) {
    footer ul li a {
        font-size: 12px;
        margin-bottom: 5px;
    }
}
@media (max-width: 1025px) {
    footer ul li {
        margin-bottom: 10px;
    }
}
@media (max-width: 770px) {
    footer ul li {
        margin-bottom: 5px;
    }
}
footer .address-footer-bottom {
    display: none;
}
@media (max-width: 500px) {
    footer .address-footer-bottom {
        margin-top: 10px;
        display: block;
    }
    footer .address-footer-bottom a {
        font-size: 12px;
        font-weight: 700;
    }
}
.pagination {
    display: flex;
    gap: 10px;
}
.btn_bg_hover{
    transition: all 0.2s linear;
}
.btn_bg_hover:hover{
    background: rgb(0, 66, 15) !important;
}
.btn_bg_hover1{
    transition: all 0.2s linear;
}
.btn_bg_hover1:hover{
    background-color: #c05700 !important;
}
.text_hover{
    display: inline-block;
    transition: all 0.2s linear;
}

.text_hover::after {
    content: '';
    margin-top: 2px;
    display: block;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: width .3s;
}

.text_hover:hover::after {
    width: 100%;
}
.text_hover{
    display: inline-block;
    transition: all 0.2s linear;
}

.text_hover::after {
    content: '';
    margin-top: 2px;
    display: block;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: width .3s;
}

.text_hover:hover::after {
    width: 100%;
}
.text_hover2{
    transition: all 0.2s linear;
}
.text_hover2:hover{
    color:rgb(0, 66, 15);;
}

.text_hover3{
    display: inline-block;
    transition: all 0.2s linear;
}

.text_hover3::after {
    content: '';
    margin-top: 2px;
    display: block;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: width .3s;
}

.text_hover3:hover::after {
    width: 100%;
}
.text_hover3{
    display: inline-block;
    transition: all 0.2s linear;
}

.text_hover3::after {
    content: '';
    margin-top: 2px;
    display: block;
    width: 0;
    height: 1px;
    background: #bfbfbf;
    transition: width .3s;
}

.text_hover3:hover::after {
    width: 100%;
}
.card_hover{
     transition: all 0.2s linear;
}
.card_hover:hover{
   opacity: 0.9;
}

.pagination .page-link {
    color: #000;
    border-radius: 6px;
    padding: 7px 12px;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}
section.info-product .info-product-header {
    padding: 30px 40px 30px;
    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 1025px) {
    section.info-product .info-product-header {
        padding: 20px 20px 20px;
    }
}
@media (max-width: 500px) {
    section.info-product .info-product-header {
        padding: 20px;
    }
    .pagination .page-link{
            border-radius: 4px;
            font-size: 14x;
    padding: 5px 9px;
    }
}
@media (max-width: 377px) {

    .pagination .page-link{
            border-radius: 3px;
            font-size: 13px;
    padding: 5px 7px;
    }
}
section.info-product:nth-child(odd) .info-product-body {
    flex-direction: row-reverse;
}
section.info-product .info-product-all {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
 padding-bottom: 15px;
    border-bottom: 1px solid #000;
}
@media (max-width: 500px) {
    section.info-product .info-product-all {
       padding-bottom: 15px;
    }
}
section.info-product .info-product-all .title {
    font-size: 22px;
    font-weight: 700;
}
@media (max-width: 500px) {
    section.info-product .info-product-all .title {
        font-size: 12px;
        margin-bottom: 0;
    }
    section.info-product .info-product-all a {
        font-size: 10px;
    }
}
section.info-product .info-product-body {
    margin-top: 30px;
}
section.info-product .info-product-body .product-body-left ul .card-body-info {
    padding: 12px;
}
@media (max-width: 500px) {
    section.info-product
        .info-product-body
        .product-body-left
        ul
        .card-body-info {
        padding: 6px;
    }
}
@media (max-width: 1025px) {
    section.info-product
        .info-product-body
        .product-body-left
        ul
        .card-body-info
        h2 {
        font-size: 10px;
    }
}
@media (max-width: 1025px) {
    section.info-product
        .info-product-body
        .product-body-left
        ul
        .card-body-info
        h3 {
        font-size: 9px;
        margin-top: 5px;
    }
}
section.info-product .info-product-body .product-body-left ul .body-none {
    margin-top: 10px;
}
@media (max-width: 1025px) {
    section.info-product
        .info-product-body
        .product-body-left
        ul
        .body-none:nth-child(-n + 2) {
        display: none;
    }
}
@media (max-width: 850px) {
    section.info-product
        .info-product-body
        .product-body-left
        ul
        .body-none:nth-child(-n + 4) {
        display: none;
    }
}
section.info-product .info-product-body .product-body-right {
    position: relative;
    max-height: auto;
    height: 100%;
    margin-top: 10px;
}
@media (max-width: 1025px) {
    section.info-product .info-product-body .product-body-right {
        height: auto;
    }

}
@media (max-width: 770px) {
    section.info-product .info-product-body .product-body-right {
        height: auto;
    }
    section.info-product .info-product-body .product-body-right span {
        font-size: 12px !important;
    }
}
@media (max-width: 500px) {
    section.info-product .info-product-body .product-body-right {
        height: auto;
    }
}
section.info-product .info-product-body .product-body-right span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 20px;
    font-weight: 700;
}
@media (max-width: 500px) {
    section.info-product .info-product-body .product-body-right span {
        font-size: 9px !important;
        left: 7px;
        bottom: 7px;
    }

}
section.info-product .info-product-body .product-body-right img {
    max-height: 476px;
    height: 100%;
    width: 100%;
}
section.info-product .info-product-body .body-top {
    position: relative;
}

section.info-product .info-product-body .body-top .top-absolute {
    position: absolute;
    font-size: 14px;
    bottom: 15px;
    left: 15px;
    color: #40916c;
    font-weight: 700;
}
.corusel_brands{
    position: absolute; top: 60%; display: inline-block;
}
@media (max-width: 1025px) {
    section.info-product .info-product-body .body-top .top-absolute {
        font-size: 12px;
    }
       section.info-product .info-product-body .product-body-right img {
     max-height: 220px;

}
.corusel_brands{
    top: 30%;
}
}
@media (max-width: 825px) {

       section.info-product .info-product-body .product-body-right img {
     max-height: 150px;

}
.corusel_brands{
    top: 0;
}
}

@media (max-width: 500px) {
    section.info-product .info-product-body .body-top .top-absolute {
        font-size: 8px;
        bottom: 8px;
        left: 10px;
    }
          section.info-product .info-product-body .product-body-right img {
     max-height: 110px;

}
.corusel_brands{
    top: -30%;
}
}
section.info-product .info-product-body h2 {
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 0;
}
section.info-product .info-product-body h3 {
    margin-top: 10px;
    color: red;
    font-size: 12px;
    margin-bottom: 0;
}
@media (max-width: 400px) {
    section.info-product .info-product-body {
        margin-top: 10px;
    }
}
section.info-product a {
    color: #40916c;
    min-width: 117px;
    text-align: end;
}
@media (max-width: 1299px) {
    section.info-product .info-product-body {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 500px) {
    section.info-product .info-product-body {
        flex-direction: column-reverse;
    }
    section.info-product {
        padding: 15px 0;
    }
    section.info-product a {
    min-width: 76px;
    text-align: end;
}
}
.main_login {
    min-height: 87vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f9fc;
}
.main_login form {
    border-radius: 10px;
    background: var(--White, #fff);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 50px;
    min-width: 300px;
}
@media (min-width: 501px) {
    .main_login form {
        min-width: 500px;
    }
}
.forget_password a,
.main_login h1 {
    font-style: normal;
}
.main_login h1 {
    color: var(--Green, #62bb46);
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
}
.form-register .form-group {
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.form-register .form-group label {
    color: #616161;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}
.form-register .form-group input {
    background: 0 0;
    border-radius: 8px;
    background: #f5f5f5;
    padding: 10px 15px;
    border: 0;
    outline: 0;
    box-shadow: none;
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
}
.form-register .btn-green {
    width: 100%;
    margin-bottom: 20px;
}
.accaunt-all {
    padding-top: 20px;
}
.accaunt-all h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}
.accaunt-all .account-img {
    width: 100%;
    height: 215px;
    object-fit: contain;
    border-radius: 5px;
    overflow: hidden;
}
@media (max-width: 500px) {
    .accaunt-all .account-img {
        margin-left: auto;
        margin-right: auto;
    }
}
.accaunt-all .account-info {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 4px 4px 0 #00000040;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
}
.accaunt-all .account-info .btn {
    margin-top: 20px;
    background-color: var(--green);
    color: #fff;
    font-size: 16px;
    height: auto;
    padding: 10px 16px;
}
@media (max-width: 500px) {
    .accaunt-all .account-info .btn {
        width: 100%;
    }
}
.accaunt-all .account-info .row label {
    font-size: 16px;
    font-weight: 700;
}
.accaunt-all .account-info .row input {
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-top: 5px;
    color: #000;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.toggle_password {
    position: relative;
}
.toggle_password span {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25px;
    bottom: 0;
    height: 52px;
    width: 52px;
    background: url(../images/bx-hide.svg) no-repeat center;
    background-size: 24px auto;
}
.toggle_password.show span {
    background-image: url(../images/bx-show.svg);
}
.forget_password {
    text-align: center;
    color: #000;
}
.forget_password a {
    color: #616161;
    font-size: 14px;
    font-weight: 400;
}
.btn {
    border-radius: 8px;
    text-align: center;
    padding: 15px;
    min-width: 200px;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 700;
    outline: 0;
    transition: all 0.3s;
}
.btn.btn-green {
    background: var(--Green, #62bb46);
    color: #fff;
}
.btn.btn-green:hover {
    background-color: green;
}
.id_info_img img{
width: 100% ;
height: 345px !important;
object-fit: contain !important;
}
.id_info_img{
    text-align: center;
}
.for-top-product{
        margin-top: 35px;
}
.basketTop{
    margin-top: 50px;
}
.orderTitle{
    font-size: 16px;
    font-size: 700;
}
.ordercode{
    font-size: 16px;
    font-size: 700;
    color: rgb(194, 16, 16)
}
footer{
    margin-top: 10px;
}
@media (max-width: 1100px) {
    .id_info_img img{
width: 100% ;
height: 300px ;
}
}

@media (max-width: 650px) {
  .korzinka_add_info img{
        width: 170px !important ;
        height: 170px !important;
    }
      .id_info_img img{
width: 100% ;
height: 292px !important;

}
    .orderTitle, .ordercode{
        font-size: 15px;
        margin-bottom: 2px;
    }
}
@media (max-width: 550px) {
    .pagination .page-link{
    border-radius: 4px;
    font-size: 14px;
    padding: 5px 10px;
    }
}
@media (max-width: 500px) {
    .for-top-product{
    margin-top: 15px;}
    .sectiontitle{
        font-size: 15px !important;

    }
    .basketTop{
    margin-top: 30px;
}
}
.id_info_img img{

object-fit: contain !important;
}
.product-id-info .id_info_img img{
    object-fit: contain !important;
}




