@font-face {
    font-family: 'Montserrat'; 
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype'); 
    font-weight: normal; 
    font-style: normal; 
}
@font-face {
    font-family: 'Actay Wide'; 
    src: url('../fonts/ActayWide-Bold.otf') format('truetype'); 
    font-weight: normal; 
    font-style: normal; 
}
body{
   font-family: 'Montserrat';
}
.container
{
    padding: 0 370px 0 370px; 
    display: flex;
    flex-direction: column;
    
}
header
{
    display: flex;
    flex-direction: row;
    align-items: self-start;
    padding: 37px 0 37px 0;
}
.mainitem
{
    display: flex;
    gap: 50px;
    text-align: left;
}
.item
{
    font-size: 16px;
    color: #8C857F;

}
.item:hover
{
    color: #DE541E;
    cursor: pointer;
}
.active
{
    color: #DE541E !important;
}
.logo
{
    padding-right: 80px;
}
.menu
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap:40px;
}
.info
{
    display: flex;
    flex-direction: column;
    padding-top: 140px;
    padding-bottom: 50px;
    gap:68px;
}
 .text
{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 60%;
    text-align: left;
}
h2
{
    width: 80%;
    font-size: 36px;
    color: black;
    font-family: 'Actay Wide';
    margin: 0;
}
div{
    color: #8C857F;
    font-size: 14px;
}
.breed_container
{
    padding: 0 5% 0 5%;
    flex: 1;
}
.breed
{
    background-color: #F8F6F5;
    border-radius: 4px;
    padding: 30px;
    display: flex;
    flex-direction: row;
     transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.breed_info
{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 14px;

}
.breed_img
{
    width: 40%;
}
.breed_img img
{
    height: 286px !important;
}
h3{
    margin: 0;
    font-family: 'Actay Wide';
    font-size: 24px;
    color: #DE541E;
}
.breed_items
{
    font-size: 16px;
    display: flex;
    flex-direction: column;
}
.breeder_img
{
    width: 44%;
    padding-right: 177px;
}
.breeder_img img{
    height: 683px !important;
    width: 513px !important;
}
.button_breed {
    display: flex;
    align-items: center;
    justify-content: center; 
}

.button {
    background-color: transparent;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 10px; 
         transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.button:hover
{
    background-color: transparent;
}
.grey
{
    background-color:#F8F6F5 !important;
}
.cats
{
    display: flex;
    flex-direction: column;
    padding: 141px 0 52px 0;
    gap: 68px;
}
.container_cats {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.card {
    
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    background-color: white;
     transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.card img {
    width: 100%;
    height: 258px;
    border-radius: 4px 4px 0 0;
}

.card_info {
    padding: 20px;
    display: flex;
    flex-direction: column;
        height: 100%;
}


.price {
    text-align: right;
    margin-top: -16px;
}
.button_cats
{
    display: flex;
    justify-content: flex-end;
}
.show-all {
    padding: 16px 40px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width:20%;
    align-items: flex-end;
    margin-top: -48px;
    font-family: 'Actay Wide';

}

.show-all:hover {
    background-color: #DE541E;
}
.breeder
{
    display:flex;
    flex-direction: column;
    gap:47px;
    padding: 52px 0 137px 0;
}
.breeder_items
{
    display: flex;
    flex-direction: row;
}
.breed_img
{
    width: 44%;
}
.breeder_text
{
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 50%;
    padding-top: 60px;
    padding-left: 30px;
}
.button_breed
{
    display: flex;
    gap:16px;

}
.bred_but
{
    padding: 16px 40px;
    text-align: center;
    font-family: 'Actay Wide';
    font-size: 16px;
    border-radius: 4px;
    background-color: #F8F6F5;
    align-self: self-start;
    border: none;
}
.item_favor
{
    display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: self-start;
        width: 10%;
        padding-top: 60px;

}
.item_favor img
{
    width: 28.44px;
    height: 27.34px;
    padding: 10px 10px;
}
.ico_text
{
    display: flex;
    flex-direction: row;
    gap:5px;
    margin-left: 10px;
    
}
button:hover
{
    background-color: #DE541E;
    color: white;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Shadow effect */
    transform: scale(1.05);
}
.all_cats
{
    margin-top: 40px;
    padding: 16px 40px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Actay Wide';
    width: fit-content;
}
.for_breeder
{
    display: flex;
    flex-direction: column;
    padding-top: 52px;
}
footer 
{
    padding: 170px 370px 20px 370px; 


}
.f1
{
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 100% !important;

}
.f
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 120px;

}
.f2
{
    width: 70%;
}
hr{
    border-color: #CCC6C0;
    border-top: 1px solid #ddd9d5;}
.f4
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #CCC6C0;
    font-size: 15px;
    
}
.search-container {
    display: flex;
    justify-content: center;
    margin: 20px 0; 
}

.search-input {
    padding: 10px;
    border: 1px solid #CCC6C0;
    border-radius: 4px;
    width: 60%;
    font-size: 16px;
    font-family: 'Montserrat';
}

.search-button {
    padding: 10px 15px;
    border: none;
    background-color: transparent;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    margin-left: -40px; 
    background-image: url("../image/search.png");
    background-size:auto; 
    background-position: center; 
    background-repeat: no-repeat;
}

.search-button:hover {
    background-image: url("../image/search_active.png");
    background-color: transparent ; 
}
.filters
{
    width: 24px;
    height: 24px;
    padding: 10px 15px;
    margin-top: 10px;
    margin-left: 20px;
    background-color: transparent;
    border: none;
    background-image: url("../image/filters.png");
    background-size:auto; 
    background-position: center; 
    background-repeat: no-repeat;
    cursor: pointer;

}
.filters:hover{
    background-color: transparent ; 
    background-image: url("../image/filters_active.png");

}
.container_breeds {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 69px 0;
}

.card_breed {
    
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    background-color: #F8F6F5;
    align-items: center;
    cursor: pointer;
         transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;

}

.card_breed img {
    padding: 10px;
    width: 80%;
    height: 274px;
    border-radius: 4px 4px 0 0;
}

.card_breed_info {
    font-family: 'Actay Wide';
    font-size: 24px;
    color: #DE541E;
    align-self: center;
    padding: 20px 30px;
    text-align: center;
}
.card_breed:hover{
    background-color: #DE541E;
    color: white !important; /*js*/
}
.card_breed:hover .card_breed_info {
    color: white !important;
}
.f3
{
    padding: 0;
}
.f5
{
    padding: 150px 370px 20px 370px;
}
.modal {
    display: none; 
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(68, 68, 68, 0.5); 
}

.modal-content {
    background-color: #fff;
    margin: 10% auto; /* Центрирование */
    padding: 43px 120px 43px 120px ;
    border: 1px solid #CCC6C0;
    width: 1220px; 
    border-radius: 4px;
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.filter-section {
    margin-bottom: 20px;
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.options {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.option-button {
    background-color: #F8F6F5;
    border: none;
    border-radius: 4px;
    padding: 7px 0px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 280px;
    font-size: 16px;
    font-family: 'Montserrat';
    text-align: center;

}
.filter-section-foot
{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    padding-left: calc((100% - 840px - (100% - 840px - 240px) * 2) / 2);;
}
.option-button.selected {
    background-color: #DE541E; /* Зеленый для выбранного */
    color: white;
}

.button-group {
    display: flex;
    padding-top: 50px;
    justify-content: flex-end;
    gap: 65px;
    padding-right: calc((100% - 840px - (100% - 840px - 240px) * 2) / 2);;

}

.reset-button,
.apply-button {
    padding: 16px 0px;
    width: 260px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
}


.filters_items
{
    display: flex;
    flex-direction: row;
    gap: calc(100% - 840px - 240px);
    justify-content: center;
}
h4{
    font-size: 24px;
    text-align: left;
    color: #8C857F;
    font-family: 'Montserrat';
    font-weight: normal;
    align-self:flex-start;

}
input[type="checkbox"]
{
    width: 20px;
    height: 20px;
}
input[type="checkbox"]:checked
{
    background-color: #DE541E;
}
.cat
{
    display: flex;
    flex-direction: row;
    padding-top:60px ;
    padding-bottom: 40px;
    gap:67px;
}
.cat_img
{
    width: 65.44%;
    height: 528px;
    object-fit: cover; /* Изображение будет обрезано, чтобы заполнить контейнер */

}
h1 {
    margin: 0;
    font-family: 'Actay Wide';
    font-size: 36px;
    color: #DE541E;
}
img{
    object-fit: cover; /* Изображение будет обрезано, чтобы заполнить контейнер */

}
.cat_but {
    padding: 16px 26px;
    text-align: center;
    font-family: 'Actay Wide';
    font-size: 16px;
    border-radius: 4px;
    background-color: #F8F6F5;
    align-self: self-start;
    border: none;
    color:black;
}
.text_cat
{
    align-self: flex-start;
    font-size: 16px;
}
.price_cat{
    align-self: flex-start;
    font-size: 20px;
}
.button_cat {
    display: flex;
    gap: 10px;
}
.cat_but1
{
    width: 65.44%;
    display: flex;
    flex-direction: column;
    
}
.button_cat1
{
    padding: 16px 0px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
    width: 380px;
    align-self: flex-end;
}
.button_cat2
{
    padding: 16px 0px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
    width: 180px;
    justify-self: start;
}
.breeders_container{
    display: flex;
    flex-direction: column;
    gap:69px;

}
.white
{
    background-color: white !important;
}
.reviews_container
{
    padding: 20px;
}
.reviews
{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.review_item
{
    background-color: #F8F6F5;
    border-radius: 4px;
    padding: 18px 22px 31px 19px;
    display: flex;
    flex-direction: column;
    gap:11px;
}
.foot
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
    font-family: 'Montserrat';
    color: #DE541E;
}
.response
{
    margin-left: 100px;
}
.add_review
{
    display: flex;
    flex-direction: column;
}
textarea
{
    height: 185px;
    border-color: #CCC6C0;
    border-radius: 4px;
    color: #8C857F;
    font-size: 16px;
    font-family: 'Montserrat';
    margin-top: 46px;
    width: 100%;
    padding: 12px 16px 0 16px;
}
.send
{
    padding: 16px 40px 16px 40px;
    margin-top: 24px;
    width: 180px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
    align-self: end;
    
}
.basket_container
{
    padding-top: 40px;
    padding-bottom: 87px;
}
.cats_basket
{
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 19px;
}
.basket_item
{
    display: flex;
    flex-direction: row;
    gap: 78px;
    background-color: #F8F6F5;
    border-radius: 4px;
             transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;

}
.basket_img
{
    width: 30%;
    height: 207px;
}
.basket_img img{
    width: 100%;
    height: 207px;
    object-fit:cover !important;
    border-radius: 4px 0  0 4px ;
}
.basket_text
{
    width: 39.73%;
    padding-top: 44px;
    display: flex;
    flex-direction: column;

}
.basket_ico
{
    padding-top: 27px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
a
{
    color: #DE541E;
    font-size: 16px;
    font-family: 'Montserrat';
    text-decoration: underline;
}
.selected
{
    background-color: #DE541E;
    color: white !important;
}
.basket_foot
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
    font-size: 20px;
    font-family: 'Montserrat';
}
.pay_button
{
    padding: 16px 40px 16px 40px;
    width: 180px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
}
.breeders_favor_container
{
    display: flex;
    flex-direction: column;
    gap:34px;
    padding-left: 204px;
    padding-right: 204px;
}
.breed_favor_img
{
    width: 40%;
    padding-right: 20px;
    height: 374px;
}
.breed_favor_img img
{
    width: 100%;
    height: 100%;
}
.breeder_fav_text
{
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 50%;
}
.non_padding
{
    padding-top: 0px !important;
}
form
{
    padding: 0 100px;
    border: none;
    display: flex;
    flex-direction: column;
}
.input_container
{
    padding: 0 200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
input
{
    border: 1px solid #CCC6C0;
    border-radius: 4px;
    padding: 12px 16px;
    color: #8C857F;
    font-size: 16px;
    font-family: 'Montserrat';
}
.i1
{
    width: 100%;
}
.i2
{
    width: calc( ( 100% - 20px ) / 2);
}
.row_div
{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.save_card
{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.on_payment
{
     align-items: center;
    font-size: 16px;
    font-family: 'Montserrat';
    padding-top: 30px;
}
.payment_button
{
    width: 380px;
    padding: 16px 40px 16px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
    justify-self: center;
    align-self: center;
    margin-top: 40px;
}
.login
{
    margin-top: 95px;
    padding-top: 54px;
}
.formborder
{
    border-radius: 4px;
}
.text_form
{
    align-self: flex-end;
    font-size: 16px;
    font-family: 'Montserrat';
    color: #8C857F;
    text-decoration: underline;
}
.login_button
{
    width: 180px;
    padding: 16px 40px 16px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
    justify-self: center;
    align-self: center;
    margin-top: 40px;
}
.registration_button
{
    width: 250px;
    padding: 16px 40px 16px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
    justify-self: center;
    align-self: center;
}
.cattitude
{
    margin-left: -70px;
    color: #dcd5cf;
    font-size: 16px;
    padding-bottom: 25px;
}
.reg_foot
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
select
{
    border: 1px solid #CCC6C0;
    border-radius: 4px;
    padding: 12px 16px;
    color: #8C857F;
    font-size: 16px;
    font-family: 'Montserrat';
}
.breed-selection {
    display: none; /* Скрыто по умолчанию */
    margin-top: 10px;
}

.buttons-container {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    gap:0px;
}

.breed-button {
    background-color: #ffffff;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    color:#8C857F;
    border-top:none !important;
    border: 1px solid #8C857F;
}

.breed-button.selected {
    background-color: #ff7f50;
    color: white;
}
.b1
{
    border-top: 1px solid #8C857F !important;
}
.b2
{
    border-radius: 4px  4px 0px 0px;
}
.b3
{
        border-radius: 0px 0px 4px  4px ;

}
.select-container {
    position: relative;
    display: inline-block;
}


.arrow-icon {
        padding-right: 10px; /* Отступ для стрелки */
    position: absolute;
    right: 10px; /* Положение стрелки */
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 10px;
}
.photo-icon{
        padding-right: 10px; /* Отступ для стрелки */
    position: absolute;
    right: 10px; /* Положение стрелки */
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 24px;
    height: 24px;
}
.account_info
{
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 40px;
    padding-top: 50px;
    padding-bottom: 40px;
}
.account_buttons
{
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-top: 15px;
    padding-bottom: 41px;
}
.account_button
{
    width: calc((100% - 40px) / 3);
    padding: 16px 40px 16px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
    justify-self: center;
    align-self: center;
}
.history_orders
{
   display: flex;
   flex-direction: column;
   gap: 15px;
   padding-bottom: 166px;
}
.order
{
     display: flex;
    flex-direction: row;
    align-items:flex-start;
    padding: 28px 40px;
    background-color: #FFFFFF;
    gap:calc(100% - 22.7% - 19.37% - 22.7% - 22.7%);
                     transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;

}
.order_breed
{
    width: 22.7%;
    display: flex;
    flex-direction: column;
    gap:14px;
}
.order_name
{
    width: 19.37%;
    display: flex;
    flex-direction: column;
    gap:14px;
}
.order_breeder
{
    width: 22.7%;
    display: flex;
    flex-direction: column;
    gap:14px;
}
.order_info
{
    width: 22.7%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 150px;
}
h5{
    font-family: 'Montserrat';
    font-size: 16px;
        font-weight: normal;
        margin:0;
}
h6{
    margin: 0;
    font-family: 'Actay Wide';
    font-size: 24px;
    color: #8C857F;
}
.buttons_conf
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 80px 0px;
}
.button_conf
{
    width: 380px;
    padding: 16px 40px 16px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
    justify-self: center;
    align-self: center;
}
.hamburger {
    cursor: pointer;
    font-size: 27px;
    position: relative;
    top: -10;
}
 .menu-overlay {
    display: none;
    position: relative;
    top: -15;
    left: 15;
    width: 100%;
    height: 113%;
    padding: 0;
    background: black;
    border-left: 1px solid #ccc;
    transition: right 0.3s;
    z-index: 1000;
    border-radius: 0 8px 8px 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.basket_ico img{
    width: 24px;
    height: 24px;
}
.gender
{
    display: flex;
    flex-direction: row;
    gap:50px;
    font-size: 16px;
}
.non_padding_all
{
    padding: 0px;
    font-size: 16px;
}
.clients
{
    display: flex;
    flex-direction: column;
    padding-top: 34px;
    gap:20px;
}
.client
{
    background-color: #F8F6F5;
    padding-left: 78px;
    padding-right: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
                 transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;

}
.client img{
    width: 33px;
    height: 33px;
}
.input-group {
    margin-bottom: 15px;
    position: relative;
}

.error-message  {
    color: #ff3860;
    font-size: 12px;
    height: 13px;
    margin-top: 5px;
    display: none;
}

.input-error {
    border: 1px solid #ff3860 !important;
}

.input-success {
    border: 1px solid #09c372 !important;
}
.option-button:hover{
    background-color: none !important;
}
a:hover
{
    color: #DE541E !important;
}
.bred_but:hover
{
    background-color: #DE541E !important;

}
.card_info:hover
{
        background-color: #DE541E !important;
    color:white !important;
}
.bor
{
    border-radius: 4px;
}
.red_text
{
    font-weight: bolder;
    font-size: 16px;
    color: #DE541E;
    align-self: center;
    margin-top: 110px;
}
.zastavka
{
        font-weight: bold;
        font-family: 'Actay Wide';
        font-size: 48px;
        color: #26231F;
    letter-spacing: 15px;
        margin-top: 32px;
    align-self: center;

}
.greytext
{
    font-size: 20px;
    text-align: center;
    align-self: center;
    width: 80%;
}
.newclass
{
        width: 90%;
}
.mainimg
{
    align-self: center;position: relative;
    top: 100px;
    margin-top: -100px;
}