span,a {
    font-family: Arial, Helvetica, sans-serif;
}

/*Для рубля (значка): */
.rub {
	font-family: arial;
    font-size: 1.2vw;
	vertical-align: middle;
	border-bottom: 0.15vw solid; /* 0.10px -> 0.10/1440*100 = 0.00694vw */
	line-height: 0.25vw; /* 0.2px -> 0.2/1440*100 = 0.01389vw */
	display: inline-block;
	width: 0.6vw; /* 0.5px -> 0.5/1440*100 = 0.03472vw */
}

.main_cart_form {
    position: absolute;
    background-color: none;
    width: 72.2222vw; /* 1040px -> 1040/1440*100 = 72.2222vw */
    height: 51.0417vw; /* 735px -> 735/1440*100 = 51.0417vw */
    left: 25vw; /* 360px -> 360/1440*100 = 25vw */
    overflow-x: none;
    overflow-y: scroll;

    /* Для современных браузеров на основе WebKit (Chrome, Safari, Edge) */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE и Edge */
}

.first_span_from_cartpage {
    position: absolute;
    font-size: 2.0833vw; /* 30px -> 30/1440*100 = 2.0833vw */
    font-weight: bold;
    left: 2.7778vw; /* 40px -> 40/1440*100 = 2.7778vw */
    top: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
}

.cart_listings_container {
    position: absolute;
    top: 4.1667vw; /* 60px -> 60/1440*100 = 4.1667vw */
    left: 2.7778vw; /* 40px -> 40/1440*100 = 2.7778vw */
    width: 49.3056vw; /* 710px -> 710/1440*100 = 49.3056vw */
    height: 100%;
    background-color: none;
}

.buy_listings_in_cart_container {
    position: absolute;
    background-color: none;
    box-shadow: 0 0 0.3472vw rgba(0, 0, 0, 0.5); /* 5px -> 5/1440*100 = 0.3472vw */
    border-radius: 2.0833vw; /* 30px -> 30/1440*100 = 2.0833vw */
    right: 0.3472vw; /* 5px -> 5/1440*100 = 0.3472vw */
    top: 21.1806vw; /* 305px -> 305/1440*100 = 21.1806vw */
    width: 20.1389vw; /* 290px -> 290/1440*100 = 20.1389vw */
    height: 17.3611vw; /* 250px -> 250/1440*100 = 17.3611vw */
}

.address_information_container {
    position: absolute;
    background-color: none;
    box-shadow: 0 0 0.3472vw rgba(0, 0, 0, 0.5); /* 5px -> 5/1440*100 = 0.3472vw */
    border-radius: 2.0833vw; /* 30px -> 30/1440*100 = 2.0833vw */
    right: 0.3472vw; /* 5px -> 5/1440*100 = 0.3472vw */
    top: 2.2222vw; /* 32px -> 32/1440*100 = 2.2222vw */
    width: 20.1389vw; /* 290px -> 290/1440*100 = 20.1389vw */
    height: 17.3611vw; /* 250px -> 250/1440*100 = 17.3611vw */
}

.use_address_link_case {
    position: absolute;
    cursor: pointer;
    left: 1.0417vw; /* 15px -> 15/1440*100 = 1.0417vw */
    top: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    background-color: none;
    width: 90%;
    height: 3.4722vw; /* 50px -> 50/1440*100 = 3.4722vw */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0.3472vw rgba(0, 0, 0, 0.5); /* 5px -> 5/1440*100 = 0.3472vw */
    border-radius: 3.4722vw; /* 50px -> 50/1440*100 = 3.4722vw */
    transition: 1s;
}

.use_address_link_case:hover {
    cursor: pointer;
    transform: scale(0.95);
    box-shadow: 0px 0px 0.3472vw rgba(0,0,0,0.3); /* 5px -> 5/1440*100 = 0.3472vw */
    transition: 1s;
}

.use_address_link {
    color: #1777d7;
    font-weight: bold;
    font-size: 1.1111vw; /* 16px -> 16/1440*100 = 1.1111vw */
}

.buy_button_cart_listings {
    position: absolute;
    bottom: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    left: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    width: 17.3611vw; /* 250px -> 250/1440*100 = 17.3611vw */
    height: 3.4722vw; /* 50px -> 50/1440*100 = 3.4722vw */

    border: 0.1389vw solid #1666d6; /* 2px -> 2/1440*100 = 0.1389vw */
    border-radius: 3.4722vw; /* 50px -> 50/1440*100 = 3.4722vw */
    color: white;
    background-color: #1777d7;

    font-weight: bold;
    font-size: 1.1111vw; /* 16px -> 16/1440*100 = 1.1111vw */
}

.div_listing_class {
    position: absolute;
    background-color: none;
    width: 100%;
    height: 13.8889vw; /* 200px -> 200/1440*100 = 13.8889vw */
}

.listing_image_container_in_cart {
    position: absolute;
    background-color: none;
    width: 13.8889vw; /* 200px -> 200/1440*100 = 13.8889vw */
    height: 13.8889vw; /* 200px -> 200/1440*100 = 13.8889vw */
    border-radius: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
}

.image_listing {
    position: absolute;
    border-radius: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    width: 13.8889vw; /* 200px -> 200/1440*100 = 13.8889vw */
    height: 13.8889vw; /* 200px -> 200/1440*100 = 13.8889vw */
}

.info_list_div {
    position: absolute;
    background-color: none;
    width: 35.4167vw; /* 510px -> 510/1440*100 = 35.4167vw */
    height: 100%;
    left: 13.8889vw; /* 200px -> 200/1440*100 = 13.8889vw */
}

.name_listing_span {
    position: absolute;
    left: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    top: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    font-weight: bold;
}

.type_listing_span {
    position: absolute;
    left: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    top: 3.125vw; /* 45px -> 45/1440*100 = 3.125vw */
}

.state_listing_span {
    position: absolute;
    left: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    top: 4.8611vw; /* 70px -> 70/1440*100 = 4.8611vw */
}

.price_buttons_div {
    position: absolute;
    top: 6.5972vw; /* 95px -> 95/1440*100 = 6.5972vw */
    left: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    background-color: none;
    width: 100%;
    height: 6.9444vw; /* 100px -> 100/1440*100 = 6.9444vw */
}

.price_listing_span {
    color: #1777d7;
    font-weight: bold;
    font-size: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    top: 0px;
}

.buttons_plas_and_minuse_container {
    position: absolute;
    background-color: none;
    width: 6.9444vw; /* 100px -> 100/1440*100 = 6.9444vw */
    height: 2.4306vw; /* 35px -> 35/1440*100 = 2.4306vw */
    bottom: 0px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.minus_button {
    position: absolute;
    left: 0px;
    background-color: rgb(242,242,242);
    width: 2.0833vw; /* 30px -> 30/1440*100 = 2.0833vw */
    height: 100%;
    border-radius: 0.3472vw; /* 5px -> 5/1440*100 = 0.3472vw */

    font-size: 1.7361vw; /* 25px -> 25/1440*100 = 1.7361vw */
    display: flex;
    justify-content: center;
    cursor: pointer;

    /*Нельзя выделить текст:*/
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;         /* Standard */
}

.plas_button {
    position: absolute;
    right: 0px;
    width: 2.0833vw; /* 30px -> 30/1440*100 = 2.0833vw */
    height: 100%;
    background-color: rgb(242,242,242);
    border-radius: 0.3472vw; /* 5px -> 5/1440*100 = 0.3472vw */

    font-size: 1.7361vw; /* 25px -> 25/1440*100 = 1.7361vw */
    display: flex;
    justify-content: center;
    cursor: pointer;

    /*Нельзя выделить текст:*/
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;         /* Standard */
}

.write_seller_button {
    position: absolute;
    bottom: 0px;
    left: 8.3333vw; /* 120px -> 120/1440*100 = 8.3333vw */
    width: 10.4167vw; /* 150px -> 150/1440*100 = 10.4167vw */
    height: 2.4306vw; /* 35px -> 35/1440*100 = 2.4306vw */
    border: none;
    border-radius: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    background-color: #1777d7;
    color: white;
    font-size: 0.9vw;
}

.queschion_button_meneger {
    position: absolute;
    top: 2.4306vw; /* 35px -> 35/1440*100 = 2.4306vw */
    left: 8.3333vw; /* 120px -> 120/1440*100 = 8.3333vw */
    width: 13.8889vw; /* 200px -> 200/1440*100 = 13.8889vw */
    height: 2.4306vw; /* 35px -> 35/1440*100 = 2.4306vw */
    border: none;
    border-radius: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    background-color: #1777d7;
    color: white;
}

/*CheckBoxListingInCart НАЧАЛО: */

/* Стили для контейнера (label) */
.checkbox_listing_on_cart {
    display: inline-block;
    position: absolute;
    right: 4.1667vw; /* 60px -> 60/1440*100 = 4.1667vw */
    top: 50%;
    margin-bottom: 0.8333vw; /* 12px -> 12/1440*100 = 0.8333vw */
    cursor: pointer;
    font-size: 1.1111vw; /* 16px -> 16/1440*100 = 1.1111vw */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Скрываем стандартный чекбокс */
  .checkbox_listing_on_cart input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Стили для "галочки" (checkmark) */
  .checkbox_listing_on_cart-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.7361vw; /* 25px -> 25/1440*100 = 1.7361vw */
    width: 1.7361vw; /* 25px -> 25/1440*100 = 1.7361vw */
    background-color: none;
    border: 0.0694vw solid black; /* 1px -> 1/1440*100 = 0.0694vw */
    border-radius: 50%; /* Делаем круглым */
  }
  
  /* При наведении курсора */
  .checkbox_listing_on_cart:hover input ~ .checkbox_listing_on_cart-checkmark {
    background-color: rgb(242,242,242);
  }
  
  /* Когда чекбокс выбран */
  .checkbox_listing_on_cart input:checked ~ .checkbox_listing_on_cart-checkmark {
    background-color: #1777d7; /* Цвет при выборе */
    border: solid 0.0694vw #1777d7; /* 1px -> 1/1440*100 = 0.0694vw */
  }
  
  /* Создаем "галочку" (используем псевдоэлемент) */
  .checkbox_listing_on_cart-checkmark:after {
    content: "";
    position: absolute;
    display: none; /* Скрываем изначально */
  }
  
  /* Отображаем "галочку", когда чекбокс выбран */
  .checkbox_listing_on_cart input:checked ~ .checkbox_listing_on_cart-checkmark:after {
    display: block;
  }
  
  /* Стилизуем "галочку" */
  .checkbox_listing_on_cart .checkbox_listing_on_cart-checkmark:after {
    left: 0.625vw; /* 9px -> 9/1440*100 = 0.625vw */
    top: 0.3472vw; /* 5px -> 5/1440*100 = 0.3472vw */
    width: 0.3472vw; /* 5px -> 5/1440*100 = 0.3472vw */
    height: 0.6944vw; /* 10px -> 10/1440*100 = 0.6944vw */
    border: solid white;
    border-width: 0 0.2083vw 0.2083vw 0; /* 3px -> 3/1440*100 = 0.2083vw */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }  

/*CheckBoxListingInCart КОНЕЦ */

.checkboxing_listings_sum_span {
    position: absolute;
    color: #afb3bc;
    top: 5.9028vw; /* 85px -> 85/1440*100 = 5.9028vw */
    left: 1.7361vw; /* 25px -> 25/1440*100 = 1.7361vw */
}

.sum_listings_span_length {
    position: absolute;
    color: #afb3bc;
    top: 7.9861vw; /* 115px -> 115/1440*100 = 7.9861vw */
    left: 1.7361vw; /* 25px -> 25/1440*100 = 1.7361vw */
}

.itogo_span {
    color: black;
    font-weight: bold;
    font-size: 1.1111vw; /* 16px -> 16/1440*100 = 1.1111vw */
    position: absolute;
    top: 10.0694vw; /* 145px -> 145/1440*100 = 10.0694vw */
    left: 1.7361vw; /* 25px -> 25/1440*100 = 1.7361vw */
}

.price_za_vse {
    color: black;
    font-weight: bold;
    font-size: 1.1111vw; /* 16px -> 16/1440*100 = 1.1111vw */

    position: absolute;
    top: 10.0694vw; /* 145px -> 145/1440*100 = 10.0694vw */
    right: 1.7361vw; /* 25px -> 25/1440*100 = 1.7361vw */
}

.trach_button_container {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 2.0833vw; /* 30px -> 30/1440*100 = 2.0833vw */
    bottom: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    background-color: none;
    border: 0.0694vw solid black; /* 1px -> 1/1440*100 = 0.0694vw */
    border-radius: 2.0833vw; /* 30px -> 30/1440*100 = 2.0833vw */
    width: 1.7361vw; /* 25px -> 25/1440*100 = 1.7361vw */
    height: 1.7361vw; /* 25px -> 25/1440*100 = 1.7361vw */
    cursor: pointer;
}

.trach_button_image {
    position: absolute;
    width: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    height: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
}

.add_listing_on_cart_container {
    position: absolute;
    top: 1.5278vw; /* 22px -> 22/1440*100 = 1.5278vw */
    background-color: none;
    width: 94%;
    height: 10.4167vw; /* 150px -> 150/1440*100 = 10.4167vw */
    box-shadow: 0 0 0.3472vw rgba(0, 0, 0, 0.5); /* 5px -> 5/1440*100 = 0.3472vw */
    border-radius: 2.0833vw; /* 30px -> 30/1440*100 = 2.0833vw */
}

.label_text_in_container_1 {
    position: absolute;
    left: 9.7222vw; /* 140px -> 140/1440*100 = 9.7222vw */
    top: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    color: #1777d7;
    font-size: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    font-weight: normal;
}

.label_text_in_container_2 {
    position: absolute;
    left: 9.7222vw; /* 140px -> 140/1440*100 = 9.7222vw */
    top: 3.4722vw; /* 50px -> 50/1440*100 = 3.4722vw */
    color: #1777d7;
    font-size: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    font-weight: normal;
} 

.button_go_market {
    position: absolute;
    bottom: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    left: 15.2778vw; /* 220px -> 220/1440*100 = 15.2778vw */
    width: 15.2778vw; /* 220px -> 220/1440*100 = 15.2778vw */
    height: 2.7778vw; /* 40px -> 40/1440*100 = 2.7778vw */

    border: 0.1389vw solid #1777d7; /* 2px -> 2/1440*100 = 0.1389vw */
    border-radius: 1.0417vw; /* 15px -> 15/1440*100 = 1.0417vw */
    color: #1777d7;
    background-color: white;

    font-weight: bold;
    font-size: 1.1111vw; /* 16px -> 16/1440*100 = 1.1111vw */
    cursor: pointer;
}

.sposob_dostavki_span {
    font-size: 1.1111vw; /* 16px -> 16/1440*100 = 1.1111vw */
    font-weight: normal;
    position: absolute;
    top: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    left: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */    
}

.cdek_img_class {
    width: 3.4722vw; /* 50px -> 50/1440*100 = 3.4722vw */
    height: 0.9722vw; /* 14px -> 14/1440*100 = 0.9722vw */
    position: absolute;
    top: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    right: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
}

.input_delivery_adress {
    border: none;
    outline: none;
    background-color: transparent;
    color: black;
    font-size: 1.1111vw; /* 16px -> 16/1440*100 = 1.1111vw */
    border-bottom: 0.0694vw solid black; /* 1px -> 1/1440*100 = 0.0694vw */
    padding: 0.5556vw 0; /* 8px -> 8/1440*100 = 0.5556vw */

    position: absolute;
    left: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    top: 3.125vw; /* 45px -> 45/1440*100 = 3.125vw */
    width: 17.3611vw; /* 250px -> 250/1440*100 = 17.3611vw */   
}

.input_delivery_adress::placeholder {
    color: black;
}

.delivery_map_container {
    border-radius: 2.0833vw; /* 30px -> 30/1440*100 = 2.0833vw */
    width: 17.3611vw; /* 250px -> 250/1440*100 = 17.3611vw */
    height: 9.0278vw; /* 130px -> 130/1440*100 = 9.0278vw */
    position: absolute;
    left: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    bottom: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    background-image: url('/static/image/map_background.png/');
    background-size: cover;
    filter: blur(0.1389vw); /* 2px -> 2/1440*100 = 0.1389vw */
}

.delivery_map_container:hover {
    cursor: pointer;
}

.delivery_map_container::before {
    content: ''; /* Обязательно для псевдоэлементов */
    position: absolute; /* Позиционируем относительно родителя (.delivery_map_container) */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2.0833vw; /* 30px -> 30/1440*100 = 2.0833vw */
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 0.3472vw 0 #000000a2; /* 5px -> 5/1440*100 = 0.3472vw */
}

.open_map_pvzs_button {
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 0px 0.3472vw 0 #000000a2; /* 5px -> 5/1440*100 = 0.3472vw */
    width: 13.8889vw; /* 200px -> 200/1440*100 = 13.8889vw */
    height: 3.4722vw; /* 50px -> 50/1440*100 = 3.4722vw */
    border-radius: 2.0833vw; /* 30px -> 30/1440*100 = 2.0833vw */
    font-weight: bold;
    font-size: 1.1111vw; /* 16px -> 16/1440*100 = 1.1111vw */
    color: #00AA53;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 9.375vw; /* 135px -> 135/1440*100 = 9.375vw */
    left: 3.125vw; /* 45px -> 45/1440*100 = 3.125vw */
    transition: 1s;
}

.open_map_pvzs_button:hover {
    cursor: pointer;
    transform: scale(0.95);
    box-shadow: 0px 0px 0.3472vw rgba(0,0,0,0.3); /* 5px -> 5/1440*100 = 0.3472vw */
    transition: 1s;
}

.suggestions-container {
    position: absolute;
    top: 5.5556vw; /* 80px -> 80/1440*100 = 5.5556vw */
    left: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    background-color: white;
    height: 10.4167vw; /* 150px -> 150/1440*100 = 10.4167vw */
    width: 17.3611vw; /* 250px -> 250/1440*100 = 17.3611vw */
    z-index: 1;
    opacity: 1;
    cursor: pointer;
    scrollbar-width: none;
}

/*!*/
/* Стили для улучшенного поиска ПВЗ */
.loading-indicator {
    padding: 1.0417vw; /* 15px -> 15/1440*100 = 1.0417vw */
    text-align: center;
    color: #666;
    background-color: white;
    opacity: 1;
}

.spinner {
    border: 0.1389vw solid #f3f3f3; /* 2px -> 2/1440*100 = 0.1389vw */
    border-top: 0.1389vw solid #007bff; /* 2px -> 2/1440*100 = 0.1389vw */
    border-radius: 50%;
    width: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    height: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    animation: spin 1s linear infinite;
    margin: 0 auto 0.6944vw; /* 10px -> 10/1440*100 = 0.6944vw */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.no-results {
    padding: 1.0417vw; /* 15px -> 15/1440*100 = 1.0417vw */
    text-align: center;
    color: #666;
    font-size: 1.1vw;
}

.search-tip {
    font-size: 0.8333vw; /* 12px -> 12/1440*100 = 0.8333vw */
    margin-top: 0.3472vw; /* 5px -> 5/1440*100 = 0.3472vw */
    opacity: 1;
}

.pvz-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.3472vw; /* 5px -> 5/1440*100 = 0.3472vw */
    font-size: 1.1vw;
}

.pvz-name {
    font-weight: bold;
    flex: 1;
    font-size: 1.1vw;
}

.pvz-relevance {
    font-size: 0.7639vw; /* 11px -> 11/1440*100 = 0.7639vw */
    color: #ffa500;
    background: #fff9e6;
    padding: 0.1389vw 0.4167vw; /* 2px 6px -> 2/1440*100, 6/1440*100 */
    border-radius: 0.6944vw; /* 10px -> 10/1440*100 = 0.6944vw */
    margin-left: 0.5556vw; /* 8px -> 8/1440*100 = 0.5556vw */
}

.pvz-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5556vw; /* 8px -> 8/1440*100 = 0.5556vw */
    font-size: 0.8333vw; /* 12px -> 12/1440*100 = 0.8333vw */
}

.pvz-services {
    display: flex;
    gap: 0.2778vw; /* 4px -> 4/1440*100 = 0.2778vw */
    font-size: 1.1vw;
}

.service-icon {
    font-size: 0.9722vw; /* 14px -> 14/1440*100 = 0.9722vw */
    opacity: 1;
}

.pvz-time {
    color: #666;
    font-size: 1.1vw;
    font-size: 0.7639vw; /* 11px -> 11/1440*100 = 0.7639vw */
}

.suggestion-item {
    border-bottom: 0.0694vw solid #f0f0f0; /* 1px -> 1/1440*100 = 0.0694vw */
    transition: background-color 0.2s;
    font-size: 1.1vw;
}

.suggestion-item:hover {
    font-size: 1.1vw;
    background-color: #f8f9fa;
}

.suggestion-item:last-child {
    font-size: 1.1vw;
    border-bottom: none;
}

.select_bank_container {
    background-color: rgba(23, 119, 215, 0.3);
    transition: 0.5s;
    font-size: 1.1vw;
}

.data_buyer_container {
    display: block;
    width: 41.6667vw; /* 600px -> 600/1440*100 = 41.6667vw */
    height: 13.8889vw; /* 200px -> 200/1440*100 = 13.8889vw */
    border-radius: 3.4722vw; /* 50px -> 50/1440*100 = 3.4722vw */
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px) saturate(180%);
    border-radius: 2rem;
    box-shadow: 0 0.5556vw 2.2222vw rgba(0, 0, 0, 0.2); /* 8px 32px -> 8/1440*100, 32/1440*100 */
    overflow: hidden;
}

.phone_number_in_data_buyer_container {
    color: white;
    position: relative;
    display: flex;
    margin-left: 2.7778vw; /* 40px -> 40/1440*100 = 2.7778vw */
    margin-top: 2.7778vw; /* 40px -> 40/1440*100 = 2.7778vw */
    font-size: 1.1111vw; /* 16px -> 16/1440*100 = 1.1111vw */
}

.title_in_data_buyer_container {
    color: white;
    position: relative;
    display: flex;
    margin-left: 2.7778vw; /* 40px -> 40/1440*100 = 2.7778vw */
    margin-top: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    font-size: 1.1111vw; /* 16px -> 16/1440*100 = 1.1111vw */
}

.redirect_button_profile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34.7222vw; /* 500px -> 500/1440*100 = 34.7222vw */
    height: 1.7361vw; /* 25px -> 25/1440*100 = 1.7361vw */
    margin-left: 2.7778vw; /* 40px -> 40/1440*100 = 2.7778vw */
    margin-top: 1.3889vw; /* 20px -> 20/1440*100 = 1.3889vw */
    border-radius: 3.4722vw; /* 50px -> 50/1440*100 = 3.4722vw */
    padding: 0.6944vw; /* 10px -> 10/1440*100 = 0.6944vw */
    background-color: #007bff;
    box-shadow: 0 0.5556vw 2.2222vw rgba(255, 255, 255, 0.2); /* 8px 32px -> 8/1440*100, 32/1440*100 */
    color: white;
}

.redirect_button_profile:hover {
    cursor: pointer;
}

.phone_number_class {
    position: absolute;
    color: white;
    top: 2.7778vw; /* 40px -> 40/1440*100 = 2.7778vw */
    font-weight: bold;
    right: 2.7778vw; /* 40px -> 40/1440*100 = 2.7778vw */
}

.email_class {
    position: absolute;
    color: white;
    top: 5.5556vw; /* 80px -> 80/1440*100 = 5.5556vw */
    font-weight: bold;
    right: 2.7778vw; /* 40px -> 40/1440*100 = 2.7778vw */
}


/* =========================================== */
/* МОБИЛЬНАЯ АДАПТАЦИЯ КОРЗИНЫ */
/* =========================================== */

@media screen and (max-width: 768px) {
    
    /* Основной контейнер формы */
    .main_cart_form {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        background-color: white !important;
        
        scrollbar-width: none !important;
        -ms-overflow-style: auto !important;
    }
    
    .main_cart_form::-webkit-scrollbar {
        display: block !important;
        width: 0.8vw !important; /* 4px * 14.95/75 */
    }
    
    .main_cart_form::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.3) !important;
        border-radius: 1.99vw !important; /* 10px * 14.95/75 */
    }
    
    /* Заголовок */
    .first_span_from_cartpage {
        position: relative !important;
        font-size: 5.58vw !important; /* 28px * 14.95/75 */
        left: 0 !important;
        top: 0 !important;
        padding: 3.99vw 5% 1.99vw !important; /* 20px, 10px * 14.95/75 */
        display: block !important;
    }
    
    /* Контейнер с листингами */
    .cart_listings_container {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 90% !important;
        height: auto !important;
        margin: 0 auto !important;
        padding-bottom: 79.73vw !important; /* 400px * 14.95/75 */
        padding-top: 78.74vw !important; /* 395px * 14.95/75 */
    }
    
    /* Контейнер с информацией о покупке */
    .buy_listings_in_cart_container {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        width: 100% !important;
        height: auto !important;
        min-height: 35.88vw !important; /* 180px * 14.95/75 */
        border-radius: 5.98vw 5.98vw 0 0 !important; /* 30px * 14.95/75 */
        background-color: white !important;
        box-shadow: 0 -1vw 3.99vw rgba(0, 0, 0, 0.1) !important; /* -5px=-0.997vw, 20px=3.99vw */
        z-index: 1000 !important;
        padding: 3.99vw !important; /* 20px * 14.95/75 */
        box-sizing: border-box !important;
    }
    
    /* Контейнер с адресом */
    .address_information_container {
        position: absolute !important;
        top: 15.95vw !important; /* 80px * 14.95/75 */
        right: 0 !important;
        left: 0vw !important;
        width: 90% !important;
        height: auto !important;
        margin: 0 auto 3.99vw !important; /* 20px * 14.95/75 */
        padding: 3.99vw !important; /* 20px * 14.95/75 */
        box-sizing: border-box !important;
        border-radius: 4.98vw !important; /* 25px * 14.95/75 */
        background-color: white !important;
        box-shadow: 0 0.4vw 1.99vw rgba(0, 0, 0, 0.1) !important; /* 2px=0.398vw, 10px=1.99vw */
        z-index: 10 !important;
    }
    
    /* Ссылка "Смотреть данные получателя" */
    .use_address_link_case {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 9.97vw !important; /* 50px * 14.95/75 */
        margin-bottom: 2.99vw !important; /* 15px * 14.95/75 */
        border-radius: 4.98vw !important; /* 25px * 14.95/75 */
    }
    
    .use_address_link {
        font-size: 3.19vw !important; /* 16px * 14.95/75 */
    }
    
    /* Кнопка "Заказать" */
    .buy_button_cart_listings {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 10.96vw !important; /* 55px * 14.95/75 */
        font-size: 3.59vw !important; /* 18px * 14.95/75 */
        border-radius: 5.98vw !important; /* 30px * 14.95/75 */
        margin-bottom: 2.99vw !important; /* 15px * 14.95/75 */
    }
    
    /* Текстовые метки */
    .checkboxing_listings_sum_span,
    .sum_listings_span_length,
    .itogo_span {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        font-size: 3.19vw !important; /* 16px * 14.95/75 */
        margin: 1.99vw 0 !important; /* 10px * 14.95/75 */
        display: inline-block !important;
        width: 48% !important;
    }
    
    .price_za_vse {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        font-size: 3.99vw !important; /* 20px * 14.95/75 */
        font-weight: bold !important;
        display: inline-block !important;
        width: 48% !important;
        text-align: right !important;
    }
    
    /* Символ рубля */
    .rub {
        font-size: 3.19vw !important; /* 16px * 14.95/75 */
        width: 0.4em !important;
        border-bottom: 0.08em solid !important;
        line-height: 0.2em !important;
        margin-top: 0 !important;
        margin-left: 0.4vw !important; /* 2px * 14.95/75 */
    }
    
    /* Элемент листинга в корзине */
    .div_listing_class {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        min-height: 39.87vw !important; /* 200px * 14.95/75 */
        margin: 3.99vw 0 !important; /* 20px * 14.95/75 */
        padding: 2.99vw !important; /* 15px * 14.95/75 */
        box-sizing: border-box !important;
        background-color: #f9f9f9 !important;
        border-radius: 3.99vw !important; /* 20px * 14.95/75 */
        display: flex !important;
        flex-wrap: wrap !important;
    }
    
    /* Контейнер изображения */
    .listing_image_container_in_cart {
        position: relative !important;
        width: 19.93vw !important; /* 100px * 14.95/75 */
        height: 19.93vw !important; /* 100px * 14.95/75 */
        margin-right: 2.99vw !important; /* 15px * 14.95/75 */
        flex-shrink: 0 !important;
    }
    
    .image_listing {
        width: 100% !important;
        height: 100% !important;
        border-radius: 2.99vw !important; /* 15px * 14.95/75 */
        object-fit: cover !important;
    }
    
    /* Информационный блок */
    .info_list_div {
        position: relative !important;
        left: 0 !important;
        width: calc(100% - 22.92vw) !important; /* 115px=22.92vw */
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    /* Название */
    .name_listing_span {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        font-size: 3.59vw !important; /* 18px * 14.95/75 */
        font-weight: bold !important;
        margin-bottom: 1vw !important; /* 5px * 14.95/75 */
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    /* Тип */
    .type_listing_span {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        font-size: 2.79vw !important; /* 14px * 14.95/75 */
        color: #666 !important;
        margin-bottom: 1vw !important; /* 5px * 14.95/75 */
    }
    
    /* Состояние */
    .state_listing_span {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        font-size: 2.79vw !important; /* 14px * 14.95/75 */
        color: #888 !important;
        margin-bottom: 1.99vw !important; /* 10px * 14.95/75 */
    }
    
    /* Контейнер с ценой и кнопками */
    .price_buttons_div {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 1.99vw !important; /* 10px * 14.95/75 */
        margin-top: 1.99vw !important; /* 10px * 14.95/75 */
    }
    
    /* Цена */
    .price_listing_span {
        font-size: 3.99vw !important; /* 20px * 14.95/75 */
        font-weight: bold !important;
        color: #1777d7 !important;
        width: 100% !important;
        margin-bottom: 1vw !important; /* 5px * 14.95/75 */
    }
    
    /* Кнопки + и - */
    .buttons_plas_and_minuse_container {
        position: relative !important;
        width: 23.92vw !important; /* 120px * 14.95/75 */
        height: 7.97vw !important; /* 40px * 14.95/75 */
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    
    .minus_button,
    .plas_button {
        position: relative !important;
        width: 7.97vw !important; /* 40px * 14.95/75 */
        height: 7.97vw !important; /* 40px * 14.95/75 */
        font-size: 4.78vw !important; /* 24px * 14.95/75 */
        border-radius: 1.99vw !important; /* 10px * 14.95/75 */
        background-color: #f0f0f0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    /* Кнопка "Написать продавцу" */
    .write_seller_button,
    .queschion_button_meneger {
        position: relative !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 7.97vw !important; /* 40px * 14.95/75 */
        font-size: 2.79vw !important; /* 14px * 14.95/75 */
        border-radius: 3.99vw !important; /* 20px * 14.95/75 */
        margin: 1vw 0 !important; /* 5px * 14.95/75 */
    }
    
    /* Чекбокс */
    .checkbox_listing_on_cart {
        position: absolute !important;
        right: 2.99vw !important; /* 15px * 14.95/75 */
        top: 2.99vw !important; /* 15px * 14.95/75 */
        width: 4.98vw !important; /* 25px * 14.95/75 */
        height: 4.98vw !important; /* 25px * 14.95/75 */
    }
    
    .checkbox_listing_on_cart-checkmark {
        width: 4.98vw !important; /* 25px * 14.95/75 */
        height: 4.98vw !important; /* 25px * 14.95/75 */
    }
    
    .checkbox_listing_on_cart .checkbox_listing_on_cart-checkmark:after {
        left: 1.79vw !important; /* 9px * 14.95/75 */
        top: 1vw !important; /* 5px * 14.95/75 */
        width: 1vw !important; /* 5px * 14.95/75 */
        height: 1.99vw !important; /* 10px * 14.95/75 */
        border-width: 0 0.6vw 0.6vw 0 !important; /* 3px * 14.95/75 */
    }
    
    /* Кнопка корзины (удалить) */
    .trach_button_container {
        position: absolute !important;
        right: 1vw !important; /* 5px * 14.95/75 */
        top: 12.95vw !important; /* 65px * 14.95/75 */
        width: 7.97vw !important; /* 40px * 14.95/75 */
        height: 7.97vw !important; /* 40px * 14.95/75 */
        border-radius: 3.99vw !important; /* 20px * 14.95/75 */
        background-color: none !important;
        border: 0.2vw solid #ddd !important; /* 1px=0.199vw */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .trach_button_image {
        width: 3.99vw !important; /* 20px * 14.95/75 */
        height: 3.99vw !important; /* 20px * 14.95/75 */
    }
    
    /* Контейнер с адресом */
    .sposob_dostavki_span {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        font-size: 3.59vw !important; /* 18px * 14.95/75 */
        font-weight: bold !important;
        margin-bottom: 2.99vw !important; /* 15px * 14.95/75 */
        display: block !important;
    }
    
    .cdek_img_class {
        position: absolute !important;
        top: 3.99vw !important; /* 20px * 14.95/75 */
        right: 3.99vw !important; /* 20px * 14.95/75 */
        width: 13.95vw !important; /* 70px * 14.95/75 */
        height: auto !important;
    }
    
    /* Поле ввода адреса */
    .input_delivery_adress {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        font-size: 3.19vw !important; /* 16px * 14.95/75 */
        padding: 2.39vw 0 !important; /* 12px * 14.95/75 */
        margin-bottom: 3.99vw !important; /* 20px * 14.95/75 */
    }
    
    /* Контейнер с картой */
    .liquid_glass_container_map {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        margin-top: 3.99vw !important; /* 20px * 14.95/75 */
    }
    
    .delivery_map_container {
        position: relative !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 29.9vw !important; /* 150px * 14.95/75 */
        border-radius: 3.99vw !important; /* 20px * 14.95/75 */
        margin-bottom: 2.99vw !important; /* 15px * 14.95/75 */
    }
    
    .open_map_pvzs_button {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 9.97vw !important; /* 50px * 14.95/75 */
        font-size: 3.19vw !important; /* 16px * 14.95/75 */
        border-radius: 4.98vw !important; /* 25px * 14.95/75 */
        background-color: rgba(255,255,255,0.9) !important;
    }
    
    /* Контейнер подсказок */
    .suggestions-container {
        position: absolute !important;
        top: 15.95vw !important; /* 80px * 14.95/75 */
        left: 3.99vw !important; /* 20px * 14.95/75 */
        width: calc(100% - 7.97vw) !important; /* 40px=7.97vw */
        height: auto !important;
        max-height: 59.8vw !important; /* 300px * 14.95/75 */
        border-radius: 3.99vw !important; /* 20px * 14.95/75 */
        background-color: white !important;
        box-shadow: 0 1vw 3.99vw rgba(0,0,0,0.2) !important; /* 5px=0.997vw, 20px=3.99vw */
        z-index: 1100 !important;
        overflow-y: auto !important;
    }
    
    /* Элементы подсказок */
    .suggestion-item {
        padding: 2.99vw !important; /* 15px * 14.95/75 */
        border-bottom: 0.2vw solid #f0f0f0 !important; /* 1px=0.199vw */
    }
    
    .pvz-name {
        font-size: 3.19vw !important; /* 16px * 14.95/75 */
        font-weight: bold !important;
        margin-bottom: 1vw !important; /* 5px * 14.95/75 */
    }
    
    .pvz-address {
        font-size: 2.79vw !important; /* 14px * 14.95/75 */
        color: #666 !important;
        margin-bottom: 1.59vw !important; /* 8px * 14.95/75 */
    }
    
    .pvz-meta {
        font-size: 2.39vw !important; /* 12px * 14.95/75 */
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 1.99vw !important; /* 10px * 14.95/75 */
    }
    
    .pvz-services {
        display: flex !important;
        gap: 1vw !important; /* 5px * 14.95/75 */
    }
    
    .pvz-time {
        color: #888 !important;
    }
    
    /* Контейнер с данными покупателя */
    .data_buyer_container {
        position: fixed !important;
        top: 50% !important;
        left: 5% !important;
        right: 5% !important;
        width: 90% !important;
        height: auto !important;
        min-height: 39.87vw !important; /* 200px * 14.95/75 */
        transform: translateY(-50%) !important;
        border-radius: 5.98vw !important; /* 30px * 14.95/75 */
        padding: 4.98vw !important; /* 25px * 14.95/75 */
        box-sizing: border-box !important;
        z-index: 2000 !important;
    }
    
    .phone_number_in_data_buyer_container,
    .title_in_data_buyer_container {
        margin-left: 0 !important;
        margin-top: 2.99vw !important; /* 15px * 14.95/75 */
        font-size: 3.19vw !important; /* 16px * 14.95/75 */
    }
    
    .phone_number_class,
    .email_class {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        margin-top: 1.99vw !important; /* 10px * 14.95/75 */
        font-size: 3.19vw !important; /* 16px * 14.95/75 */
    }
    
    .redirect_button_profile {
        width: 100% !important;
        height: 9.97vw !important; /* 50px * 14.95/75 */
        margin-left: 0 !important;
        margin-top: 3.99vw !important; /* 20px * 14.95/75 */
        border-radius: 4.98vw !important; /* 25px * 14.95/75 */
        font-size: 3.19vw !important; /* 16px * 14.95/75 */
    }
    
    /* Контейнер для пустой корзины */
    .add_listing_on_cart_container {
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 39.87vw !important; /* 200px * 14.95/75 */
        padding: 4.98vw !important; /* 25px * 14.95/75 */
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
    
    .label_text_in_container_1,
    .label_text_in_container_2 {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        font-size: 3.59vw !important; /* 18px * 14.95/75 */
        margin: 1.99vw 0 !important; /* 10px * 14.95/75 */
    }
    
    .button_go_market {
        position: relative !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 9.97vw !important; /* 50px * 14.95/75 */
        font-size: 3.19vw !important; /* 16px * 14.95/75 */
        border-radius: 4.98vw !important; /* 25px * 14.95/75 */
        margin-top: 3.99vw !important; /* 20px * 14.95/75 */
    }
    
    /* Стили для доставки */
    .delivery-price-listing {
        color: #00AA53 !important;
        width: 100% !important;
        margin-top: 1vw !important; /* 5px * 14.95/75 */
        font-size: 2.79vw !important; /* 14px * 14.95/75 */
    }
    
    /* Индикатор загрузки */
    .loading-indicator {
        padding: 3.99vw !important; /* 20px * 14.95/75 */
        text-align: center !important;
    }
    
    .spinner {
        width: 5.98vw !important; /* 30px * 14.95/75 */
        height: 5.98vw !important; /* 30px * 14.95/75 */
        border-width: 0.6vw !important; /* 3px * 14.95/75 */
        margin: 0 auto 1.99vw !important; /* 10px * 14.95/75 */
    }
    
    /* Убираем hover эффекты */
    .use_address_link_case:hover,
    .open_map_pvzs_button:hover,
    .minus_button:hover,
    .plas_button:hover,
    .trach_button_container:hover,
    .redirect_button_profile:hover {
        transform: none !important;
        box-shadow: none !important;
    }
    
    /* Добавляем active состояния */
    .buy_button_cart_listings:active,
    .use_address_link_case:active,
    .open_map_pvzs_button:active,
    .minus_button:active,
    .plas_button:active,
    .trach_button_container:active,
    .write_seller_button:active,
    .queschion_button_meneger:active,
    .button_go_market:active {
        opacity: 0.7 !important;
        transform: scale(0.98) !important;
        transition: 0.2s !important;
    }
}
