body{

}

.h-operation h4{
    text-align: center;
    font-size:28px;
    color:black;
}
h5{
    text-align: center;
    color: black;
}
.h-work{
    margin: 0px;
    padding: 0px;

}
.h-window{
    margin: 0px;
    padding: 0px;
    position: relative;
    min-width: 400px;
}
.icon0{
    color: white;
}

.under li:hover:first-of-type {
    transform: none;
}


#kroshki2{
    color: black;
}

/*
.operation{
    background: whitesmoke;;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}*/
.h-operation{
    background: white;
    background-image: url("img/fon/7.webp");
    background-size:100% 100%; 
   /*  background-size: cover; */
    width: 100%;
/*    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);*/


    position: relative;
    padding-top: 100px;
    padding-bottom: 40px;
/*    background: linear-gradient(to bottom, whitesmoke 0%, lightgray 10%, whitesmoke 20%,
    lightgray 40%, whitesmoke 60%,lightgray 80%,
    lightgray 90%, whitesmoke 100%);*/

/*    background:url("icons/svgcuts-110113-snowy-scene/Extras/Printables/Snowy_Scene.svg") no-repeat;*/
/*    background-size: 100%;*/


    min-width: 400px;
}


.operation-txt{
    background-color: rgba(255,255,255,.6);
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: row;
    align-items: center;
   /* background: lightgrey;*/
    /*    background: linear-gradient(to top, lightgray 0%, whitesmoke 100%);*/
    margin: 0px 25% 0px 25%;
    padding: 20px 0px;
    border-radius: 10px;
    font-family: 'Merriweather', serif;
    filter: none;
}
.operation-txt:hover{
    background-color: rgba(255,255,255,.9);
}

.h-called{
    /*background: lightgray;*/
/*    display: flex;
    flex-direction: row;*/
    height: auto;
    justify-content: center;
    background: linear-gradient(to bottom, whitesmoke 0%, lightgray 50%, whitesmoke 100%)

}
.h-called div{
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-bottom: 5px;
}
.h-called div h5{
    font-family: 'Merriweather', serif;
    padding-top: 30px;
    text-align: center;
}
.h-order
{
    margin-left: 50%;
    margin-bottom: 30px;
    transform: translateX(-50%);
    width: 30%;
    height: 30px;
    font-size: 14px;
    border: solid 1px darkgrey;
    border-radius: 5px;
    background: lightgray;
    transition: all 0.5s;

 }
.h-order:hover{
    filter: brightness(90%);
    background: darkgrey;
    color: white;
}

@media screen and (max-width: 982px) {

    h4,h5{
        font-size: 16px;
    }
    .op-text{
        font-size: 15px;
    }

    .operation-txt{
        margin: 0px 20%;

    }

    .h-operation{
        padding-top: 120px;
    }

}



@media screen and (max-width: 600px) {

    .op-text{
        font-size: 14px;
    }

    .operation-txt{
        display: flex;
        flex-direction: column;
        align-items: center;
        background: lightgrey;
        margin: 0px 15%;
    }
    .h-operation{
        padding-top: 210px;
    }
}
@media screen and (max-width: 1000px) {

    #nav {
        display: block;
        margin-top: -5px;                   /* !!!!!!!!!!!!!!!!!!!!!! */
    }

    .operation-txt{
        flex-direction: column;  
        text-align: center;
    }

}