<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin:0px;
  padding:0px;
}
.topmenu {
    width: 100%;
    background-color: rgb(176, 17, 23);
    height: 99px;
    color: black;
    mix-blend-mode: normal;
    box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    z-index: 99999999;
}
.topmenu_cont {
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}

 
.mtopmenu_item a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
    border-bottom: solid 1px #eee;
}
.topmenu_item {
    margin-left: 20px;
    align-self: center;
}
.topmenu_item2 {
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
}
    .topmenu_item a {
        color: white;
        text-decoration: none;
        display: block;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 800;
    }
.topmenu_item a:hover {
    color: black;
}
.logo {
    background-size:   contain !important;
    background : url('../images/logofrant.png') no-repeat;
    width:99px;
    height:99px;
    margin-right:20px;


}

body {
    background: #707070;
}

.myb {
    background: #0071A4;
    border: 0.5px solid rgb(0 0 0 / 4%);
    padding: 8px;
    color: white;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    height: 28px;
    padding-top: 2px;
    align-self: center;
    margin: 2px;
}

.myb_cancel {
    background: #8f8f8f;
}

.myinput {
    font-size: 16px;
    display: block;
    outline: none;
    border: none;
    overflow: hidden;
}

.selector {
    background: rgb(250 250 250 / 70%);
    box-shadow: inset 0px 4px 4px 0px rgb(0 0 0 / 12%);
    -webkit-box-shadow: inset 0px 4px 4px 0px rgb(0 0 0 / 12%);
    border-radius: 10px;
    padding: 4px 16px 0px;
    height: 32px;
    align-self: center;
    padding-top: 4px;
    cursor: pointer;
    color: #0071A4;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}


.formname {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    align-self: center;
    text-overflow: ellipsis;
}


.loginform {
    width: 256px;
    background: rgb(191 191 191);
    mix-blend-mode: normal;
    box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    color: black;
    padding-bottom: 5px;
    margin: 0 auto;
    background-image: url('../ice.jpg');
    background-size: contain;
}

.mycontainer {
    background: white;
    padding: 16px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 48px;
    right: 0px;
    overflow: auto;
    padding-top: 0px;
    transition: all ease 1s;
}
#myBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 20px;
    background-color: #b01117;
    width: 63px;
    height: 63px;
    text-align: center;
    border-radius: 100%;
    color: white;
    display: none;
}
#myBtn2 {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 20px;
    background-color: #b01117;
    width: 63px;
    height: 63px;
    text-align: center;
    border-radius: 100%;
    color: white;
    
}


.mobmenu {
    width: 100%;
    background-color: white;
    padding: 20px;
    position: absolute;
    z-index: 99999;
    top: 100%;
    left: 1500px;
    flex-direction: column;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    display: none;
}
.mobmenuactive {
    display: flex;
    left: 0px;
    display: block;
}






.imc {
    max-width: 29cm;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 16px;
    display: block;
}

.imgs {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.imgs2 {
    object-fit: contain;
    width: 100%;
}
.top16 {
    margin-top: 16px;
}
.mbox {
    background-color: lightgray;
    
    padding: 8px;
}

.lmitem {
    display:block;
    color:black !important;
    text-decoration:none;
    padding: 8px;
    border-bottom: solid 1px #eee;
}
    .lmitem:hover {
        background-color: rgb(176, 17, 23);
        color: white !important;
    }


.flex_tovar_item {
    width: 30%;
    display: flex;
    flex-direction: column;
    padding: 8px;
    border: solid 1px #2f2f2f;
    margin: 4px;
}


.tovarimg {
    height: 200px;
}


.flex_tovar_item h5 {
    min-height: 50px;
}

@media (max-width: 600px) {
    .flex_tovar_item {
        width: 48%;
        display: flex;
        flex-direction: column;
        padding: 8px;
        border: solid 1px #2f2f2f;
        margin: 4px;
    }
    .tovarimg {
        height: 250px;
    }
}

@media (max-width: 400px) {

    .flex_tovar_item {
        width: 95%;
        display: flex;
        flex-direction: column;
        padding: 8px;
        border: solid 1px #2f2f2f;
        margin: 4px;
    }
    .tovarimg {
        height: 300px;
    }
}
.title_tovar {
    min-height: 50px;
    font-size: 16px;
    margin-top: 8px;
}
.desc_tovar {
    width: 100%;
    height: 100px;
   

    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 10px;
}</pre></body></html>