* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    height: 100vh;
    min-height: 400px;

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

    /*display: flex;*/
    flex-direction: column;
    color: #344A5E;
}
.central-content {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bottom-content {
    height: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.caption {
    margin-top: 15px;
    text-align: center;
}
.big-text {
    font-weight: 100%;
    font-size: 18px;
}
.small-text {
    font-size: 14px;
}
.ref {
    font-size: 14px;
    color: #0279C0;
    text-decoration: none;
}
.ref:hover {
    text-decoration: underline;
}
.pic {
    margin-bottom: 15px;
}
.b-text_lang_ru {
    display: none;
}
  


.dm_inn {
    display: inline-block;
    width: 200px;
    height: 40px;
    text-align: center;
    color: #000099;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px #099 solid;
    padding-top: 9px;
    margin: 10px;
    text-decoration: none;
}

.dm_inn_act {
    background-color: chocolate !important;
    font-weight: bold !important;
    color:black !important;
}

.dm_inn:hover {
    background-color: aquamarine;
    cursor: pointer;
}


.dm_nlog_logo{
    display: inline-block;
    width: 50px;
    height: 50px;
    border: none;
    position: relative;
    top: 14px;    
}

.dm_nlog_but{
    display: inline-block;
    width: 176px;
    height: 50px;
    border: 1px #000 solid;
    border-radius: 5px;
    padding-top: 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: 4px 4px 2px #aaabaaf7;
    font-size: 20px;
    margin: 20px;
}

.dm_nlog_but_act {
    display: inline-block;
    width: 176px;
    height: 50px;
    border: 1px #000 solid;
    border-radius: 5px;
    padding-top: 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    font-size: 20px;
    margin: 20px;
    background-color: #fdc077;    
    color:#000 !important;
}

.dm_nlog_poisk {
    display: block;
    width: 630px;
    height: 47px;
    border: 1px #000 dashed;
    border-radius: 4px;
    font-size: 25px;
    padding: 10px;
    color: #666;
}

.dm_nlog_uslugi{
    display: block;
    width: 630px;
    height: 200px;
    border: 1px #7b7474 solid;
    border-radius: 5px;
    background-color: #effeff;
    padding: 10px;
}

#dmpoisk {
    display: none;
    width:630px;
    min-height:100px;
    border:1px #5f5f5f dashed;
    padding:10px;
    margin:0px;
    background-color: #e4e4e4;
    margin-bottom:30px;
}

.dms_email {
    display: block;
    width: 200px;
    height: 30px;
    font-size: 20px;
    padding: 10px;
    margin: 10px;    
}
.dms_pass {
    display: block;
    width: 200px;
    height: 30px;
    font-size: 20px;
    padding: 10px;
    margin: 10px;    
}
.dms_submit {
    display: block;
    width: 200px;
    height: 30px;
    font-size: 20px;
    padding: 2px;
    margin: 10px;    
}

.dms_create {
    display: block;
    width: 400px;
    height: 30px;
    font-size: 20px;
    padding: 2px;
    margin: 10px;    
}

.tcl_black{
    color:#000;
    font-weight: bold;
}

.dms_cre_submit{
    width: 200px;
    height: 40px;
    font-size: 22px;
    margin: 10px;
    padding: 0px;
    background-color: #99ff99;
    margin-bottom: 50px;
}

.adm_defbut {
    display: inline-block;
    width: 200px;
    height: 50px;
    border: 1px #000 solid;
    text-align: center;
    padding-top: 14px;
    font-size: 20px;
    text-decoration: none;
    color: #090;
    background: #ddd;
    font-weight: bold;
    border-radius: 10px;
    font-family: sans-serif;
    margin: 10px;    
}

.adm_defbut:hover {
    background: #344A5E;
    color:#fff;
    cursor: pointer;
}

.adm_select{
    display:block;
    width: 350px;
    height: 40px;
    font-size: 20px;
    margin:5px;
}

.adm_selinp {
    display:block;
    width: 400px;
    height: 20px;
    font-size: 14px;
    margin:5px;
}

.as2 {
    margin-left:20px;
    height:30px;
    font-size: 16px;
}

.as3 {
    margin-left:40px;
}

.adm_new_lists {
    background: #efe;
    height: 40px;;
    padding-left:10px;
    border: 1px #58b956 solid;
}


.adm_zak_list{
    width: 600px;
    min-height: 100px;
    border: 1px #999 solid;
    padding: 10px;
    margin: 10px;
}


.adm_pathraz {
    display:block;
    width: 98%;
    margin:5px;
    text-align:left;
    overflow: hidden;
    background: rgb(251, 255, 200);
}


.adm_zak_img {
    width: 200px;
    display: block;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.adm_zak_name_rus{
    display: block;
    width: 100%;
    min-height: 30px;
    margin: 5px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    background: #99ff99;
}
.adm_zak_price{
    display: block;
    width: 100%;
    min-height: 30px;
    margin: 5px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    background:#99fffa;
}

.adm_zak_adress{
    display: block;
    width: 100%;
    min-height: 30px;
    margin: 5px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    background:#99b9ff;
}

.adm_zak_timebeg{
    display: block;
    width: 100%;
    min-height: 30px;
    margin: 5px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    background:#ffcf99;
}


.adm_zak_mimg{
    display:inline-block;
    width:50px;
    height:30px;
    margin:5px;
    border:1px #fff solid;
}

.adm_zak_mimg{
    cursor:pointer;
    border:1px #000 solid;
}


.cat {
    font-size:12px;
    color:#f00;
}

.mm_container {
    display: flexbox;
    width: 100%;
    background: rgb(255,255,255);
}


.mm_top {
    display: flex;
    width: 100%;
    height: 140px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(198,198,198,1) 100%);
}

.mm_top_logo {
    display: flex;
    width:270px;
    height:140px;
    margin:5px;
    background: url(images/logo.png) no-repeat center center;
    background-size: contain;
    background-position-y: top;    
}
.mm_top_topmenu{
    display: flex;
    width: 100%;
    height: 140px;
    flex-direction: column;
}
.mm_top_mmenu1{
    display: flex;
    width: 100%;
    height: 70px;
    justify-content: space-between;
}
.mm_top_mmenu2{
    display: block;
    width:100%;
    height:70px;
}

.mmtm a {
    display: inline-block;
    width: 159px;
    height: 53px;
    text-align: center;
    font-size: 20px;
    color:#999;
    font-weight: bold;
}

.mmtm a:hover {
    color: #000;
    cursor: pointer;
}



.mm_middle {
    display: flex;
    width: 100%;
    min-height: 680px;
    background: url("images/main_back.jpg") no-repeat center center;
    background-size: cover;
    justify-content: center;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;    
}

.mm_mid_search{
    display: flex;
    margin:0px auto;
    margin-top:100px;
    width:900px;
    height:90px;
    border-radius: 70px;
    background: rgb(255,255,255);
    box-shadow: 0px 5px rgba(198,198,198,1);
    text-align:left;
    align-items: center;
}

.mm_mid_search_input {
    display:flex;
    border:1px #fff solid;
    width:60%;
    height:30px;
    font-size:30px;
    margin-left:25px;
    padding:20px;    
}

.mm_del_off{
    display:flex;
    width:40px;
    height:40px;
    margin-left: 5px;
    background: url("images/mm_del_off.png") no-repeat center center;
    background-size: contain;
}
.mm_find_off{
    display:flex;
    width:40px;
    height:40px;
    margin-left: 5px;
    background: url("images/mm_find_off.png") no-repeat center center;
    background-size: contain;
}
.mm_cat {
    display: flex;
    border: 1px #000 solid;
    width: 200px;
    height: 40px;
    background: url(images/mm_cat.png) no-repeat 92% center;
    font-size: 22px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    border-radius: 50px;
    padding-left: 10px;
}


.sel_town{
    display: flex;
    width: 140px;
    height: 20px;
    flex-direction: row;
    align-items: flex-start;
    align-content: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 20px;
}

.corner_menu{

}


.sel_town{

}
.st_sel{
    display: block;
    width: 11px;
    height: 9px;
    background: url(images/icos_cross.png) no-repeat right;
    margin-top: 5px;
}

.corner_menu{
    display: flex;
    width: 148px;
    height: 40px;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px;
}

.cormen_bell{
    display:flex;
    width:40px;
    height:40px;
    background: url("images/ico_bell.png") no-repeat center center;

}

.cormen_notif{
    display:flex;
    width:40px;
    height:40px;
    background: url("images/ico_notif.png") no-repeat center center;
}

.cormen_signin{
    display:flex;
    width:40px;
    height:40px;
    background: url("images/ico_singin.png") no-repeat center center;
}






.mm_bottom {
    display: flex;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(198, 198, 198, 1) 100%);
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    align-content: center;
}

