*{
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.continer{
   max-width: 1400px;
   margin: 0 auto;
   background: white;
   padding: 15px;
}
img{
    width: 100%;
}
body{
    background: #ccc;
    font-family: "Rubik", sans-serif;
}

/* HEADER */

header{
    transition: 0.3s;
     top: 0;
    position: sticky;
    z-index: 50;
    border-radius: 0 0 10px 10px;
}
.incs-and-words a:hover{
    color: blue;
    transition: 0.3s;
}
header .continer2{
    display: flex;
    justify-content: space-between;
}
header .continer{
    border-radius: 0 0 10px 10px;
}
.header_left{
    display: flex;
    gap: 20px;
}
.header_left-word{
    padding-top: 7px;
}
header .header_left .header_left-word a{
     font-size: 32px;
     color: blue;
       font-family: "DynaPuff", system-ui;
        font-family: "Rubik", sans-serif;
}
.header_left-katalog{
    background: blue;
    padding: 15px;
    border-radius: 10px;
}
.header_left-katalog a{
    display: flex;
    color: white;
    gap: 5px;
    border-radius: 12px;
}
.katalogOne{
    margin-top: 2px;
}
.header_center{
    padding-top: 5px;
}
.header_right{
    padding-top: 5px;
}
.header_center-background input:focus {
    outline: none;       
}

.header_center-background{
    background: blue;
    display: flex;
    border-radius: 12px;
    padding: 1px 10px 1px 2px;
}
.header_center-background input{
    border-radius: 12px;
    padding: 10px;
    width: 700px;
    height: 25px;
    border: none;
}
.header_center-background_icn a{
    color: white;
    font-size: 25px;
    border-radius: 10px;
}
.header_left-word a{
    color: blue;
}
.header_center-background_icn{
    padding: 8px 20px 0 20px;
    border-radius: 10px;
}
.header_center-background_icn:hover{
    background: rgba(250, 250, 250, 0.2);
}
.header_right{
    display: flex;
}
.user{
    padding: 0 10px;
    text-align: center;
}
.user_icn{
    font-size: 25px;
}
.user_word{
    font-size: 13px;
}
.user:hover a{
    color: blue;
    transition: 0.3s;
}
.user a{
    transition: 0.3s;
    color: black;
}
.dots{
    position:absolute;
    bottom:15px;
    width:100%;
    text-align:center;
}

.dot{
    height:12px;
    width:12px;
    margin:5px;
    background:#bbb;
    border-radius:50%;
    display:inline-block;
    cursor:pointer;
}

.dot.active{
    background:white;
}
.search_overlay{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.4);
    opacity:0;
    visibility:hidden;
    transition:0.3s;
}

.search_overlay.active{
    opacity:1;
    visibility:visible;
}
.search_dropdown{
    position:absolute;
    top:70px;
    left:330px;
    width:48%;
    background:white;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
    display:none;
    flex-direction:column;
    z-index:50;
}

.search_dropdown a{
    padding:10px;
    color:black;
}

.search_dropdown a:hover{
    background:#eee;
}
.incs-and-words{
    display: flex;
    justify-content: space-between;
    margin: 25px 0 15px 0;
}
.incs-and-words a{
    color: gray;
}
.search_overlay{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.4);
    opacity:0;
    visibility:hidden;
    transition:0.3s;
}

.search_overlay.active{
    opacity:1;
    visibility:visible;
}
main .continer2{
    display: flex;
    gap: 10px;
    font-size: 32px;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 30px;
    color: gray;
}
.continer2 a{
    color: gray;
}
main .continer2 .item2{
    color: black;
}
main .continer img{
    width: 150px;
}
main .continer{
    text-align: center;
    border-radius: 10px;
}
main .about{
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0;
}
main .about2{
    font-size: 17px;
    color: gray;
}


/* Footer */




footer .about{
    font-size: 25px;
    font-weight: 600;
}
footer .continer{
    border-radius: 10px;
    margin: 0 auto; 
    margin-top: 20px;
}
.about{
    font-size: 32px;
     font-family: "Tilt Warp", sans-serif;
     font-weight: 550;
}
.main_BigBox .Bigbox_box{
    width: 250px;
    height: 270px;
}
.main_BigBox .Bigbox_box img{
    border-radius: 15px;
}
.main_BigBox{
    display: flex;
    margin: 0 0 170px 0;
    justify-content: space-between;
}
.main_BigBox .Bigbox_box button{
    position: relative;
    border-radius: 100%;
    top: 60px;
    font-weight: bold;
    left: 220px;
    font-size: 20px;
}
.heart.active{
    color:red; 
}
.smallWord{
    position: relative;
    background: linear-gradient(to right, green 40% , white 30%, green 30% );
    top: 328px;
    right: 20px;
    color: white;
    padding: 3px;
    border-radius: 10px;
    display: inline-block;
}
.smallWord_icn{
    display: flex;
    gap: 10px;
}
.moneies .money{
    color: blueviolet;
    font-size: 20px;
}
.moneies{
    display: flex;
}
del{
    margin-top: 10px;
    text-decoration:line-through;
    color: gray;
}
.safe{
    color: blueviolet;
    font-weight: 560;
    font-size: 18px;
}
.comment_word a{
    color: black;
}
.starts{
    display: flex;
    gap: 5px;
}
.str_icn{
    color: yellow;
}




/* Main */



main .continer2{
    margin: 0 auto;
   margin-top: 20px;
   margin-bottom: 20px;
}
header .katalogTwo,
.katalogOne,
.icon-search
{
    color: white;
}
.header_right .user a{
    color: black;
}