﻿/* Стили для меню */

.mn-main,
.mn-about,
.mn-awards,
.mn-contacts,
.mn-docs,
.mn-honboard,
.mn-admin,
.mn-exit {
    display: inline-block;
}

.b-top-menu a {
    display: inline-block !important;
}

.mn-right-side {
    float: right;
}

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 60%;
  border: 3px solid #00B4CC;
  border-right: none;
  padding: 5px;
  height: 30px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
    width: 60px;
    height: 40px;
    border: 1px solid #f50634;
    background: #f50634;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 14px;
}


.wrap{
  width: 40%;
  position: absolute;
  top: 6%;
  left: 65%;
  transform: translate(-50%, -50%);
}

.search_admin {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm_admin {
    width: 60%;
    border: 3px solid #00B4CC;
    border-right: none;
    padding: 5px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
}

    .searchTerm_admin:focus {
        color: #00B4CC;
    }

.searchButton_admin {
    width: 60px;
    height: 40px;
    border: 1px solid #f50634;
    background: #f50634;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 14px;
}


.wrap_admin {
    width: 40%;
    position: absolute;
    top: 6%;
    left: 65%;
    transform: translate(-50%, -50%);
}
/*
.mn-contacts-link {
    display: inline-block !important;
}
*/