@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Regular.eot?30b57652c88c5dbd65de73aba00331a9);
  src: local("Roboto"), local("Roboto-Regular"), url(/fonts/Roboto-Regular.eot?30b57652c88c5dbd65de73aba00331a9) format("embedded-opentype"), url(/fonts/Roboto-Regular.woff?31012f9b3e3da44f87e842e419bc267a) format("woff"), url(/fonts/Roboto-Regular.ttf?25e40da956314b12d333fe72cc420957) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Medium.eot?f9f0c87146a33023da7ef5819191114e);
  src: local("Roboto"), local("Roboto-Regular"), url(/fonts/Roboto-Medium.eot?f9f0c87146a33023da7ef5819191114e) format("embedded-opentype"), url(/fonts/Roboto-Medium.woff?b14ca2d2b289afceb0b0fcfad933124c) format("woff"), url(/fonts/Roboto-Medium.ttf?ef677e217f2009c1685499df33414127) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Light.eot?d592a653abb7a57fedd8d263f6f187c0);
  src: local("Roboto"), local("Roboto-Regular"), url(/fonts/Roboto-Light.eot?d592a653abb7a57fedd8d263f6f187c0) format("embedded-opentype"), url(/fonts/Roboto-Light.woff?df0f59d80526acc6d0cd31413184263f) format("woff"), url(/fonts/Roboto-Light.ttf?13d61ef8e609b548d9b5bd989141e829) format("truetype");
  font-weight: 300;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  background: #000;
  font-family: Roboto;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  height: 100%;
  color: #373a3c;
}

h1 {
  font-size: 2.4rem;
  font-weight: 400;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e4e5e5;
  color: #0011AB;
}

h2 {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #0089cf;
}

p, ul, ol {
  margin-bottom: 2rem;
}
p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

.wrapper {
  height: 100%;
  margin-left: 21.875%;
}

.wrapper-inner {
  min-height: 100%;
  padding-bottom: 98px;
  background: url(/images/mountains-1.jpg) no-repeat 100% 100% #1c498a;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.flex_left {
  justify-content: flex-start;
}

.content {
  background-color: #fff;
  margin: 6rem;
  border-radius: 4px;
  padding: 4rem 15rem;
}

.content ol li {
    margin-left: 20px;
    margin-bottom: 10px;
}

.link:hover {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.main-aside {
  width: 21.875%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  padding: 3rem 6rem;
}
.main-aside__logo {
  text-align: center;
  line-height: 2.4rem;
}
.main-aside__logo-link {
  font-weight: 500;
  color: #000;
}
.main-aside__logo-text {
  margin-bottom: 0;
}
.main-aside__menu-item {
  list-style: none;
}
.main-aside__menu-link {
  font-size: 2rem;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  padding: 1.6rem 0 1rem 0;
  border-bottom: 1px solid #d9d9d9;
  transition: 0.3s border-bottom, 0.3s color;
}
.main-aside__menu-link:hover {
  color: #0089cf;
  border-color: #0089cf;
}
.mobile-button {
    display: none;
}

.header {
  font-weight: 300;
}
.header__text {
  font-size: 1.6rem;
  color: #fff;
  padding: 1.6rem 6rem;
  background-color: #19427c;
}
.header__info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: 0.3s background-color;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem 6rem;
}
.header__info:hover {
  background-color: #19427c;
}
.header__desc a {
    color: #fff;
}
.header__cabinet {
  text-align: right;
}
.header__cabinet-link {
  color: #fff;
}
.header__cabinet-icon {
  width: 10px;
  margin-left: 5px;
}
.header__exit {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  margin-left: 1.5rem;
}

.footer {
  padding: 3rem 6rem;
  height: 98px;
  margin-top: -98px;
  background-color: #0089cf;
  align-items: center;
}
.footer__dev {
  color: #fff;
  font-weight: 300;
}
.footer__dev-link {
  color: #fff;
  text-decoration: underline;
}
.footer__dev-link:hover {
  text-decoration: none;
}

.search__form {
  width: 190px;
  position: relative;
}
.search__input {
  border: 0.0625rem solid #40a6db;
  background: none;
  height: 38px;
  width: 100%;
  border-radius: 0.25rem;
  padding: 0 1rem;
  color: #fff;
}
.search__submit {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
  height: calc(100% - 2px);
  background: url(/images/icons/loupe.svg) no-repeat 50% 50% #0089cf;
  background-size: 15px auto;
  border: none;
  cursor: pointer;
}

.login-form {
  width: 480px;
  margin: 0 auto;
}
.login-form__title {
  font-size: 2.4rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.login-form__text {
  font-weight: 300;
}
.login-form__bottom {
  margin-top: 3.4rem;
  text-align: center;
}
.login-form__link-wrap {
  padding: 1.6rem 0;
}
.login-form__link-wrap_border {
  border-bottom: 1px solid #e5e5e5;
}
.login-form__link {
  font-weight: 300;
  color: #0089cf;
}
.login-form__link:hover {
  text-decoration: underline;
}
.login-form__icon {
  width: 10px;
}

.form-fields {
  flex-wrap: wrap;
}

.input-wrap {
  display: block;
  margin-bottom: 1.5rem;
}
.input-wrap_half {
  width: 48%;
  margin-right: 4%;
}
.input-wrap_half:nth-child(2n) {
  margin-right: 0;
}
.input-wrap_fullwidth {
  width: 100%;
}

.input-annotation {
  margin-bottom: 0.8rem;
}

.input {
  background: #fff;
  padding: 0.9rem 1.2rem;
  border: 1px solid #cccccc;
  width: 100%;
  font-size: 1.6rem;
  font-family: Roboto;
  border-radius: 4px;
  font-weight: 300;
}
.input:focus {
  border-color: #66afe9;
}

.input-red {
  color: #d9534f;
}

.checkbox-wrap {
  display: block;
  margin-bottom: 1.5rem;
  color: #818a91;
}

.form__files {
  margin: 2rem 0;
  background-color: #d9edf7;
  border: 1px solid #bcdff1;
  color: #31708f;
  padding: 2rem;
  border-radius: 0.25rem;
}
.form__files-title {
  font-size: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.form__file {
  margin-bottom: 1.5rem;
}
.form__file:last-child {
  margin-bottom: 0;
}
.form__file-info {
  font-weight: 300;
  margin-top: 1rem;
}

.input-file {
  font-size: 1.6rem;
}

.submit-top {
    margin-top: 100px;
}

.checkboxes-wrap label {
  margin-bottom: 10px;
  display: inline-block;
}
.checkboxes-wrap input {
  margin-left: 15px;
}

.form-link {
  font-weight: 300;
}

.button {
  display: inline-block;
  padding: 1rem 3rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  font-family: Roboto;
  transition: 0.3s background-color;
}
.button_blue {
  background-color: #0089cf;
  color: #fff;
}
.button_fullwidth {
  width: 100%;
}
.button:hover {
  background-color: #004569;
}

.message {
  padding: 1.5rem;
  border-radius: 4px;
  margin: 10px 0;
}
.message_error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.message_success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.message_warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.user-type-navs {
  margin-bottom: 4rem;
}
.user-type-navs__item {
  font-size: 2.4rem;
  color: #070707;
  display: inline-block;
  vertical-align: top;
  padding: 3rem 0;
  box-sizing: border-box;
  margin-right: 5rem;
}
.user-type-navs__item_active {
  border-bottom: 5px solid #0011AB;
  color: #0011AB;
}

.message-form textarea {
    height: 140px;
    width: 100%;
    padding: 10px
}
.message-form {
    margin-top: 40px;
}
.message-form .button-blue {
    font-size: 12px;
    color: #070707;
    margin-top: 20px;
    background: #fff;
    padding: 12px 48px;
    border: 1px solid #0011AB;
    border-radius: 0;
    cursor: pointer;
}
.message-form .button-blue:hover {
    opacity: .8;
}

.requests-table td {
  padding: 30px 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 21px;
  border-bottom: 1px solid #eceeef;
}
.requests-table td:first-child {
  padding-right: 20px;
}
.requests-table tr:last-child td {
  border-bottom: none;
}
.requests-table a {
  color: #0089cf;
  font-size: 1.6rem;
}
.requests-table .btn-secondary {
  font-size: 12px;
  border-radius: 0;
  background: #BCBCBC;
  width: 130px;
  color: #373a3c;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0.375rem 1rem;
}
.requests-table .btn-success {
  font-size: 12px;
  border-radius: 0;
  background: #008A27;
  width: 130px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0.375rem 1rem;
}
.requests-table .btn-danger {
  font-size: 12px;
  border-radius: 0;
  background: #d9534f;
  width: 130px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0.375rem 1rem;
}

.requests-addresses {
    margin-bottom: 20px;
}
.requests-addresses__title {
  font-weight: bold;
  margin-bottom: 10px;
}
.requests-addresses__item {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #63add3;
    margin-right: 15px;
    font-size: 13px;
    color: #000;
}
.requests-addresses__item:hover {
    color: #63add3;
}
.admin-messages-wrap {
    margin-top: 40px;
}

.requests_types {
    display: flex;
}
.requests_type_wrap {
    margin-right: 30px;
}
.requests_type {
    display: inline-block;
    width: 300px;
    height: 200px;
    border: 3px solid #0089cf;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    box-shadow: 2px 2px 4px #63add3;
    border-radius: 5px;
    color: #000
}
.requests_type:hover {
    color: #63add3;
}

body .name_object_user {
    margin-left: 0;
    display: none;
}

.pdf-wrapper {
    margin-top: 30px;
}
.pdf-line img {
    width: 24px;
    vertical-align: -6px;
    margin-right: 5px;
}
.doc-line img {
  width: 19px;
    vertical-align: -6px;
    margin-right: 5px;
}

.ul-spec li {
  margin-left: 20px;
  margin-bottom: 10px;
}
.text-hidden-link {
  padding-bottom: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}
.text-hidden {
  display: none;
}

@media only screen and (max-width: 1000px) {
    .main-aside {
        width: 100%;
        position: static;
        height: auto;
        height: initial;
        padding: 2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .main-aside__logo-link {
        display: flex;
        text-align: left;
        align-items: center;
    }
    .main-aside__logo-text {
        margin-left: 10px;
        font-size: 12px;
        line-height: 14px;
    }
    .wrapper {
        width: 100%;
        margin-left: 0;
    }
    .login-form {
        width: 100%;
    }
    .content {
        padding: 4rem;
    }
    .footer {
        height: auto;
        height: initial;
        margin-top: 0;
    }
    .wrapper-inner {
        padding-bottom: 10px;
    }
    .main-aside__menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        text-align: center;
        display: none;
    }
    .mobile-button {
        display: block;
        width: 35px;
    }
    .mobile-button div {
        height: 4px;
        background: #000;
        margin-bottom: 7px;
    }
    .mobile-button div:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    .header__text {
        padding: 1.6rem 2rem;
    }
    .header__cabinet {
        padding-right: 2rem;
    }
    .content {
        margin: 2rem;
        padding: 2rem;
    }
    .footer {
        flex-direction: column;
    }
    .footer__dev {
        margin-top: 10px;
    }
    .input-wrap_half {
        width: 100%;
        margin-right: 0;
    }
    .user-type-navs__item {
        margin-right: 1rem;
    }
    .requests-table td {
        display: block;
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .header__info {
        flex-direction: column;
    }
    .header__desc {
        margin-bottom: 15px;
    }
}
