*{
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.continer{
   max-width: 1400px;
   margin: 0 auto;
   background: white;
   padding: 10px;
}
img{
    width: 100%;
}
body{
    background: #F5F7FA;
    font-family: "Rubik", sans-serif;
}

/* HEADER */

header{
     top: 0;
    position: sticky;
    z-index: 50;
    border-radius: 0 0 10px 10px;
}
header .continer{
   
    background: white;
    display: flex;
    border-radius:  0 0 10px 10px;
    padding: 15px;
    justify-content: space-between;
}
.header_left{
    display: flex;
    gap: 20px;
}
.header_left-word{
    padding-top: 7px;
}
.header_left-katalog{
    background: #005BFF;
    padding: 17px 10px;
    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: #005BFF;
    display: flex;
    border-radius: 12px;
    padding: 1px 10px 1px 1px;
}
.header_center-background input{
    border-radius: 12px;
    padding: 10px;
    width: 650px;
    height: 25px;
    border: none;
}
.header_center-background_icn a{
    color: white;
    font-size: 25px;
    border-radius: 10px;
}
.header_left-word a{
    color: #005BFF;
}
.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: #005BFF;
    transition: 0.3s;
}
.user a{
    transition: 0.3s;
    color: black;
}

/* Slite */

.slider{
    border-radius: 15px;
    height:300px;
    width: 1430px;
    margin: 10px auto;
    position:relative;
    overflow:hidden;
}

.slides{
    position:relative;
    width:100%;
    height:100%;
}

.slide{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition:opacity 0.5s ease;
}

.slide img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.slide.active{
    opacity:1;
}

.arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    font-size:40px;
    color:white;
    background:none;
    border:none;
    cursor:pointer;
    z-index:10;
}

.left{
    left:15px;
}

.right{
    right:15px;
}

.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:600px;
    width:35%;
    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;
}

/* Main */

.about{
    font-size: 32px;
     font-family: "Tilt Warp", sans-serif;
     font-weight: 550;
     padding: 0 20px;
}
main{
    padding: 0 20px;
    background: #FFFFFF;
}
.main_BigBox .Bigbox_box{
    width: 250px;
    height: 270px;
}
.main_BigBox .Bigbox_box img{
    border-radius: 15px;
}
.main_BigBox{
    border-radius: 20px;
    display: flex;
    margin: 0 0 170px 0;
    justify-content: space-between;
}
.main_BigBox .Bigbox_box button{
    position: relative;
    border-radius: 100%;
    top: 40px;
    font-weight: bold;
    left: 220px;
    font-size: 20px;
}
.heart.active{
    color:red; 
}
.smallWord{
    position: relative;
    background: #10C44C;
    top: 328px;
    right: 20px;
    color: white;
    padding: 3px;
    border-radius: 10px;
    display: inline-block;
}
.it{
    background: #21BEEE;
}
.smallWord_icn{
    display: flex;
    gap: 10px;
}
.icon-flame{
    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;
}

/* Buy-free */

.Buy-free {
    position: relative;
    display: inline-block;
}

.Buy-free img{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.Buy-free{
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.Buy-free::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(250,250,250,0);
    transition:  0.3s ease;
}

.Buy-free:hover::after{
    background: rgba(255,255,255,0.1);
}

/* Дополнение */


.xz{
    border-radius: 20px;
}