/*
Theme Name: VodoPROvod
Theme URI: https://example.com
Author: Sizning ismingiz
Author URI: https://example.com
Description: Custom WordPress Theme for VodoPROvod
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vodoprovod
*/
/*Дэфолтные настройки*/
* {
    box-sizing: border-box;
}
ul li{
    list-style: none;
}
html, body {
    margin: 0;
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    overflow-x: clip;
}
section{
    position: relative;
}
h1,h2,h3,h4,h5,p,li,a{
    margin: 0;
    padding: 0;
}
input,textarea{
    font-family: 'Nunito', sans-serif;
}
input::placeholder,textarea::placeholder{
    font-family: 'Nunito', sans-serif;
}
ul{
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Nunito', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    color: #1B1D1F;
}
a {
    color: #1B1D1F;
    text-decoration: none;
}
.container {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    z-index: 5;
    padding: 0;
    position: relative;
}
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
button{
    cursor: pointer;
    border: none;
}
button:hover{
    transition: 0.3s;
}
/*Дэфолтные настройки*/
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    display: none;
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}
.menu__btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: -20px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    position: relative;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #334BA6;
    transition-duration: .25s;
    right: 10px;
    border-radius: 10px;
}
.span-burger{
    border: none;
    outline: none;
}
.menu__btn > span::before {
    content: '';
    top: -10px;
    transition: 0.3s;
    right: 0;
}
.menu__btn > span::after {
    content: '';
    top: 10px;
    transition: 0.3s;
    right: 0;
}
.menu__box {
    position: fixed;
    visibility: visible;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    margin: 0;
    list-style: none;
    background: rgba(22, 22, 22, 0.9);
    backdrop-filter: blur(10px);
    transition-duration: .25s;
    z-index: 999;
    padding: 20px;
}
.hamburger-menu{
    display: block;
}
.head-social{
    display: flex;
    align-items: center;
    gap: 8px;
}
.header-info{
    display: flex;
    gap: 22px;
    align-items: center;
}
.head-tel{
    font-weight: 800;
    font-size: 16px;
    line-height: 140%;
}
.header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header{
    box-shadow: 0px 5px 20px 0px rgba(35, 31, 32, 0.1);
    background: rgba(255, 255, 255, 1);
    height: 103px;
    display: flex;
    align-items: center;
}
.head-logo img{
    width: 100px;
}
.head-social a{
    background: rgba(51, 75, 166, 1);
    box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.09);
    width: 43px;
    height: 43px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-vhod-block{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 20px 0px rgba(35, 31, 32, 0.1);
    width: 500px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    align-items: center;
}
.sec-vhod{
    margin-top: 100px;
}
.sec-vhod-block span{
    font-weight: 800;
    font-size: 24px;
    line-height: 34px;
}
.sec-vhod-block input{
    border: 1px solid rgba(35, 31, 32, 0.15);
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 48px;
    border-radius: 6px;
    padding: 0 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Gentium Basic', sans-serif;
    vertical-align: middle;
}
.sec-vhod-block button{
    background: rgba(51, 75, 166, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    vertical-align: bottom;
    color: white;
}
header{
    position: relative;
    z-index: 99999;
}
.list-header{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.list-header li a{
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    color: #fff;
}
.about-section{
    margin-top: 100px;
}
.cart-catalog-price{
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-transform: capitalize;
}
.about-text span{
    font-weight: 800;
    font-size: 30px;
    line-height: 34px;
}
.about-text p{
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}
.about-container{
    display: flex;
    gap: 50px;
}
.about-text p{
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #55556D;
}
.about-text{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.about-container{
    width: 100%;
}
.btn-basket{
    width: 500px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 10px;
    background: #334BA6;
}
.about-img img{
    border-radius: 10px;
    width: 500px;
    height: 500px;
    object-fit: cover;
}
.catalog-filter{
    display: flex;
    align-items: center;
    gap: 10px;
}
.catalog-filter p,.catalog-choose p{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    vertical-align: bottom;
}
.catalog-filter-select{
    width: 242px;
    height: 56px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.catalog-filter-select select{
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    height: 100%;
    border: 1px solid rgba(223, 224, 226, 1);
    color: rgba(122, 118, 128, 1);
    padding: 0 20px;
}
.catalog-section{
    margin-top: 50px;
}
.catalog-filter-select svg{
    position: absolute;
    top: 25px;
    right: 20px;
}
.catalog-choose-btn{
    width: 50px;
    height: 45px;
    border-radius: 6px;
    gap: 10px;
    display: flex;
    cursor: pointer;
    border: 1px solid #DFE0E2;
    align-items: center;
    justify-content: center;
}
.catalog-choose{
    display: flex;
    align-items: center;
    gap: 10px;
}
.catalog-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog-choose-btn{
    transition: .3s;
}
.catalog-choose-btn svg > path{
    stroke: #7A7680;
    transition: .3s;
}
.catalog-choose-btn-active svg > path{
    stroke: #EEEEEE;
    transition: .3s;
}
.catalog-choose-btn-active{
    background: #334BA6;
    transition: .3s;
    border: 1px solid transparent;
}
.catalog-block{
    width: 336px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 20px 0px rgba(35, 31, 32, 0.1);
}
.catalog-block-img img{
    width: 100%;
    object-fit: cover;
    height: 220px;
}
.basket-btn{
    background: linear-gradient(0deg, #334BA6, #334BA6),
    linear-gradient(0deg, #334BA6, #334BA6),
    linear-gradient(0deg, #334BA6, #334BA6),
    linear-gradient(0deg, #334BA6, #334BA6);
    width: 40px;
    height: 40px;
    opacity: 1;
    border-radius: 8px;
    gap: 10px;
    border-width: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-block-content{
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.catalog-block-content span{
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Gentium Basic', sans-serif;
    color: rgba(85, 85, 109, 1);
}
.catalog-block-content p{
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
}
.catalog-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    padding-top: 10px;
    vertical-align: middle;
}
.catalog-container{
    padding-top: 30px;
    justify-content: center;
    display: none;
    gap: 20px;
    flex-wrap: wrap;
}
.catalog-container-active{
    display: flex;
}
footer{
    padding-top: 100px;
}
.btn-xls{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 40px;
    border-radius: 10px;
    background: rgba(51, 75, 166, 1);
    font-weight: 800;
    font-size: 14px;
    line-height: 21.48px;
    text-align: center;
    color: #fff;
    gap: 10px;
}

.btn-xls2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 40px;
    border-radius: 10px;
    background: rgba(6, 100, 11, 0.795);
    font-weight: 800;
    font-size: 14px;
    line-height: 21.48px;
    text-align: center;
    color: #fff;
    gap: 10px;
}

.basket-block-img img{
    width: 187px;
    height: 100%;
}
.basket-block-img{
    height: 100%;
}
.basket-block{
    width: 100%;
    border-radius: 6px;
    height: 142px;
    overflow: hidden;
    padding-right: 20px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    gap: 30px;
    box-shadow: 0px 5px 20px 0px rgba(35, 31, 32, 0.1);
}
.basket-container{
    padding-top: 20px;
}
.basket-block-text{
    display: flex;
    gap: 4px;
    flex-direction: column;
}
.basket-block-text span{
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: rgba(85, 85, 109, 1);
}


.incremental-input {
    max-width: 13.2rem;
}
.delete-basket-block{
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.incremental-input input[type=text] {
    border-left: none;
}

.incremental-input .input-group-addon {
    background: #fff;
    cursor: pointer;
}
.incremental-input input{
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 122%;
    text-align: center;
    background: transparent;
    width: 100%;
}
.incremental-input{
    background: #fff;
    border-radius: 58px;
    width: 105px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.input-group-btn{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    background: #334BA6;
    border-radius: 24px;
}
.btn{
    background: transparent;
    width: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}
.basket-block-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.basket-block-price{
    font-weight: 800;
    font-size: 23px;
    line-height: 44px;
}
.basket-delete{
    cursor: pointer;
}
.basket-block-right{
    display: flex;
    align-items: center;
    gap: 20px;
}
.basket-content{
    display: flex;
    gap: 25px;
    max-width: 720px;
    width: 100%;
    flex-direction: column;
}
.basket-block-info-title{
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    border-bottom: 1px solid rgba(51, 75, 166, 1);
    padding-bottom: 15px;
}
.basket-block-info{
    background: rgba(255, 255, 255, 1);
    padding: 25px 15px;
    box-shadow: 0px 5px 20px 0px rgba(35, 31, 32, 0.1);
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.basket-container{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
}
.basket-block-info-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.basket-block-info-block span{
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: rgba(85, 85, 109, 1);
}
.basket-block-info-block p{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.basket-block-info-final{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.basket-block-info-final span{
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
}
.basket-block-info-final p{
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    color: rgba(51, 75, 166, 1);
}
.basket-block-info button{
    background: rgba(51, 75, 166, 1);
    width: 100%;
    height: 44px;
    opacity: 1;
    gap: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    line-height: 21.48px;
    text-align: center;
    color: #fff;
}
.lk-info-title{
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    vertical-align: bottom;
}
.lk-info-input{
    height: 48px;
    position: relative;
    width: 445px;
}
.lk-info-input span{
    font-weight: 300;
    font-size: 12px;
    padding: 5px;
    background: rgba(255, 255, 255, 1);
    line-height: 18px;
    vertical-align: middle;
    color: rgba(85, 85, 109, 1);
    position: absolute;
    font-family: 'Gentium Basic', sans-serif;
    left: 15px;
    bottom: 35px;
}
.lk-info-input input{
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 6px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    color: #55556D;
    font-family: 'Gentium Basic', sans-serif;
    padding-left: 19px;
    border: 1px solid rgba(222, 222, 226, 1)
}
.lk{
    margin-top: 50px;
}
.lk-info-form{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
}
.lk-info-btns{
    display: flex;
    gap: 20px;
    max-width: 445px;
}
.lk-info-btns button{
    width: 213px;
    height: 44px;
    gap: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    vertical-align: bottom;
}
.btn-save-info{
    background: #334BA6;
    color: #fff;
}
.btn-redact-info{
    border: 2px solid rgba(51, 75, 166, 1);
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    background: transparent;
    vertical-align: bottom;
    color: #334BA6;
}
.lk-orders{
    flex-direction: column;
    gap: 30px;
    display: flex;
    margin-top: 100px;
}
.basket-block-orders{
    padding: 0 20px;
}
.about-container-lk{
    align-items: center;
    margin-top: 100px;
}
.lk-form{
    margin-top: 100px;
    box-shadow: 4px 4px 30px 0px rgba(46, 16, 102, 0.25);
    border: 1px solid rgba(218, 218, 218, 1);
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 40px 80px;
}
.lk-form-info{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.lk-form-info span{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
}
.lk-form-info p{
    font-family: 'Gentium Basic', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}
.lk-form-content{
    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
}
.lk-form-content input[name="feedback_name"] {
    flex-basis: 100%;
}

.lk-form button {
    color: rgba(51, 75, 166, 1);
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    margin: 0 auto;
    height: 50px;
    border-radius: 10px;
    gap: 10px;
    background: transparent;
    border: 2px solid #334BA6;
}
.lk-form-content input{
    border: 1px solid #DADADA;
    background: #FFFFFFB2;
    width: 429px;
    text-align: left;
    height: 44px;
    opacity: 1;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #55556D;
    padding: 0 30px;
}

.sec-vhod-form {
  width: 410px;
  border-radius:5px;
}

.sec-vhod-form input{
  border-radius: 15px;
}


.sec-vhod-block input,
.sec-vhod-block button {
  display: block;
  width: 100%;
  margin: 8px 0;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 0; /* yumaloqlik yo‘q */
}

.sec-vhod-block input:focus {
  border-color: #007BFF; /* ko‘k rang */
  outline: none;
}

.sec-vhod-block button {
  background: #007BFF;   /* tugma ko‘k rang */
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.sec-vhod-block button:hover {
  background: #0056b3; /* hoverda to‘q ko‘k */
}

/* 📱 Responsiv */
@media (max-width: 768px) {
  .sec-vhod-block {
    width: 100%;   /* planshet uchun ham to‘liq */
  }
}

@media (max-width: 480px) {
  .sec-vhod-block {
    width: 100%;   /* telefonda ham to‘liq */
  }

  .sec-vhod-block input,
  .sec-vhod-block button {
    font-size: 14px;
    padding: 8px;
  }

  .sec-vhod-block span {
    font-size: 18px;
  }
}

/* Cart totals blok */
.basket-block-info {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
}

.basket-block-info-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.basket-block-info-content {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin-bottom: 15px;
}

.basket-block-info-content .shop_table {
  width: 100%;
  border: none;
}

.basket-block-info-content .shop_table td,
.basket-block-info-content .shop_table th {
  border: none;
  padding: 8px 0;
  text-align: left;
  font-size: 15px;
  color: #444;
}

.basket-block-info-final {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.basket-checkout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2a9d8f;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s;
}

.basket-checkout-btn:hover {
  background: #21867a;
  color: #fff;
}

.basket-checkout-btn svg {
  margin-left: 8px;
  fill: #fff;
}

/* Add to cart button icon style */
a.button.add_to_cart_button {
  background-color: #334BA6; /* Ko‘k rang */
  border: none;
  padding: 10px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

a.button.add_to_cart_button:hover {
  background-color: #2a3d8f; /* Hover efekti uchun quyuqroq ko‘k */
}

a.button.add_to_cart_button svg {
  width: 20px;
  height: 20px;
}



.custom-product-link {
  display: block;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  text-align: center;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.custom-product-link:hover {
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.custom-product-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.custom-product-sku {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}

.custom-product-title {
  font-size: 18px;
  margin: 10px 0;
  color: #222;
}

.custom-bottom-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  gap: 10px;
  flex-wrap: nowrap;
}

.custom-product-price {
  font-size: 20px;
  font-weight: bold;
  color: #0073aa;
  margin: 0;
  flex: 1;
  white-space: nowrap;
}

.custom-add-to-cart {
  flex-shrink: 0;
}

.custom-add-to-cart .button {
  background-color: #334BA6 !important;
  color: white !important;
  padding: 10px 14px;
  border-radius: 5px;
  font-size: 14px;
  border: none;
  transition: 0.3s ease;
  white-space: nowrap;
}

@media screen and (max-width: 1080px){
    .container{
        padding: 0 30px;
    }
    .btn-basket{
        width: 100%;
    }
    .about-img{
        width: 100%;
    }
    .about-img img{
        width: 100%;
    }
    .about-container{
        gap: 25px;
    }
    .catalog-block {
        width: 31%;
    }
    .lk-form-content input{
        width: 100%;
    }
}

@media screen and (max-width: 975px){
    .basket-container{
        flex-direction: column;
        align-items: center;
    }
    .basket-content{
        max-width: 100%;
    }
    }
@media screen and (max-width: 900px){
    .catalog-block {
        width: 48%;
    }
}

@media screen and (max-width: 767px){
    .about-container{
        flex-direction: column;
        align-items: center;
    }
    .lk-form{
        padding: 30px;
    }
    .basket-block{
        gap: 20px;
    }
    .basket-block-img img {
        width: 120px;
    }
    .basket-block-text{
        max-width: 130px;
    }
    .about-img img{
        height: 300px;
    }
    .catalog-top{
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }
}

@media screen and (max-width: 610px){
    .basket-block{
        flex-direction: column;
        padding: 20px;
        height: auto;
    }
    .basket-block-img img{
        border-radius: 6px;
    }
}

@media screen and (max-width: 575px){
    .container{
        padding: 0 15px;
    }
    .catalog-block-content{
        padding: 15px;
    }
    .sec-vhod,.about-section,.about-container-lk,.lk-orders,.lk-form{
        margin-top: 50px;
    }
    .sec-vhod-block{
        width: 100%;
    }
    .header-info{
        gap: 10px;
    }
}

@media screen and (max-width: 540px){
    .catalog-block{
        width: 100%;
    }
}

@media screen and (max-width: 475px){
    .about-text span,.lk-info-title{
        font-size: 25px;
        line-height: 30px;
    }
    .lk-info-input input,.lk-info-form,.lk-info-input{
        width: 100%;
    }
    .basket-block-text{
        max-width: 100%;
        align-items: center;
        padding-bottom: 10px;
    }
    .basket-block-price{
        font-size: 18px;
    }
    .basket-block-content{
        flex-direction: column;
    }
    .lk-form {
        padding: 20px;
    }
        .lk-form-content input{
        padding: 0 15px;
    }
    .catalog-filter-select{
        width: 180px;
    }
    .lk-form-content input,.catalog-filter p, .catalog-choose p,.about-text p{
        font-size: 16px;
        line-height: 20px;
    }
    .catalog-block-img img {
        height: 150px;
    }
    .head-tel{
        display: none;
    }
    .about-img img{
        height: 250px;
    }
    .sec-vhod-block input{
        height: 40px;
    }
    .hamburger-menu{
        display: block;
    }
    .sec-vhod-block{
        padding: 20px;
    }
    .sec-vhod-block input,.sec-vhod-block button{
        font-size: 14px;
    }
    .lk-orders{
        gap: 20px;
    }
}
@media screen and (max-width: 380px){
    .lk-info-btns{
        flex-direction: column;
        gap: 15px;
    }
    .lk-info-btns button{
        width: 100%;
    }
}

.header-container {
  display: flex;
  justify-content: space-between; /* elementlarni chapdan-o‘ngga tarqatadi */
  align-items: center; /* balandlik bo‘yicha markazlashtiradi */
}

.head-logo {
  flex: 0 0 auto; /* logotip joyini saqlab qoladi */
}

.header-info {
  flex: 0 0 auto; /* o‘rtada joy egallaydi */
  display: flex;
  justify-content: center; /* o‘rtaga joylashadi */
  align-items: center;
  gap: 20px; /* elementlar orasida bo‘sh joy */
  /* margin-left: 140px; */
}


/* Planshet (768px gacha) */
@media (max-width: 768px) {
  .sec-vhod-form {
    width: 90%;   /* ekran kengligiga moslashadi */
    max-width: 350px;
  }
}

/* Telefon (480px gacha) */
@media (max-width: 480px) {
  .sec-vhod-form {
    width: 95%;   /* ekran bo‘yicha deyarli to‘liq */
    max-width: 300px;
  }
}
