@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
}
* {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: Georgia;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    background-color: grey;
}

a {
    outline: none;
}
a:hover, a:active, a:focus {
    outline: none;
}

.btn:active:focus {
    outline: none;
}

header,
section {
    position: relative;
}

header {
    margin-bottom: 20px;
}
header .logo {
    padding: 15px 0;
    position: absolute;
}
header .logo a {
    position: absolute;
    height: 73px;
    text-decoration: none;
    color: #337ab7;
}
header .logo a:hover {
    color: #23527c;
}
header .logo p {
    margin: 0 0 0 87px;
    font-size: 18px;
    line-height: 20px;
    width: 260px;
    vertical-align: middle;
    height: 73px;
    padding-top: 15px;
    text-decoration: none;
}
.logo a:after {
    content: "beta";
    position: absolute;
    right: 0;
    top: 10px;
    color: red;
    border: 2px solid red;
    border-radius: 5px;
    padding: 0px 4px;
}
header .nav {
    margin-top: 25px;
}
header .nav a {
    color: black;
    font-size: 16px;
}
header .nav li a:hover,
header .nav li a:focus {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.8);
}
header .nav .dropdown-menu {
    min-width: 100%;
}
header .nav img {
    zoom: 0.8;
}
header .nav img:hover {
    opacity: 0.8;
}

.bg {
    height: 100%;
    width: 100%;
    position: relative;
    min-width: 1170px;
}
.bg img {
    width: 100%;
    height: 100%;
}

.top_wrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
}
.top_wrapper .top_descr {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 70%;
    height: 100%;
    margin: 0 15%;
}
.top_wrapper .top_descr .top_descr_row {
    display: table-row;
}
.top_wrapper .top_descr .top_centered {
    display: table-cell;
    vertical-align: middle;
}
.top_wrapper .top_descr h1 {
    font-size: 46px;
    color: #fff;
    line-height: 1.2;
    font-family: Roboto;
    font-weight: 400;
}

.button-class {
    color: #fff;
    background: none;
    border: 1px solid #fff;
    float: right;
    outline: none;
}
.button-class:hover, .button-class:active, .button-class:focus {
    color: #ccc;
    outline: none;
}

.btn-primary {
    background-color: #3f6f96;
}

.search_block {
    background-color: #f2f2f2;
    min-width: 1170px;
}
.search_block h2 {
    font-size: 20px;
    margin-top: 10px;
}
.search_block h3 {
    font-size: 16px;
    font-family: Arial;
    color: #6b6b6b;
    width: 365px;
}
.search_block p {
    font-size: 12px;
    color: #6b6b6b;
    margin: 20px 0 15px;
}

.chosen-container {
    margin: 10px 0;
}

.blocks {
    margin: 40px 0;
}

.block_1 {
    border-right: 1px solid #c2c2c2;
}
.block_1 .button-class-block1 {
    width: 350px;
    text-align: center;
}
.block_1 .button-class-block1 .btn {
    padding: 6px 40px;
}

.block_2 h3 {
    font-family: Georgia;
    margin-top: 10px;
    margin-bottom: 20px;
}
.block_2 .chosen-container {
    margin: 20px 0 0;
}
.block_2 .chosen-container-single .chosen-single {
    background: #899baa;
    border: none;
    outline: none;
}
.block_2 .chosen-container-single .chosen-default {
    color: #c6ced5;
}

.block_3 {
    margin-top: 28px;
}
.block_3 .chosen-container {
    margin: 20px 0 0;
}
.block_3 .button-class-block3 {
    text-align: center;
    margin-top: 20px;
}
.block_3 .button-class-block3 .btn {
    padding: 6px 40px;
}

.maps_block h4 {
    font-size: 20px;
    color: #6b6b6b;
    text-align: center;
    margin: 40px 0;
}

.objects_block {
    margin: 40px 0;
}
.objects_block p {
    line-height: 1.2;
    margin: 0;
    padding: 0;
    font-family: Arial;
}
.objects_block .id_number {
    color: #707b83;
    font-size: 12px;
}
.objects_block .name_object {
    color: #2b6693;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px dashed #2b6693;
    display: inline-block;
}
.objects_block .name_object:hover {
    color: rgba(43, 102, 147, 0.8);
    border-bottom: 1px dashed rgba(43, 102, 147, 0.8);
}
.objects_block .descr_block {
    padding: 50px;
}
.objects_block .descr_block h4 {
    font-size: 24px;
    color: #000;
}
.objects_block .descr_block h5 {
    font-size: 16px;
    color: #859094;
    margin-top: 30px;
}
.objects_block .descr_block p {
    font-size: 14px;
    color: #000;
    font-family: Arial;
    line-height: 1.5;
    width: 369px;
}
.objects_block .descr_block p img {
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}
.objects_block .descr_block .button-class-block4 {
    margin-top: 20px;
}
.objects_block .descr_block .button-class-block4 .btn {
    padding: 4px 20px;
}

footer {
    background-color: #cccccc;
    padding-bottom: 20px;
    min-width: 1170px;
}
footer h3 {
    color: #1d2332;
    font-size: 18px;
    margin-bottom: 10px;
}
footer h2 {
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
}
footer p {
    color: #6b6b6b;
    font-size: 18px;
}
footer .nav a {
    color: black;
    font-size: 16px;
    padding: 5px 0;
}
footer .nav li a:hover,
footer .nav li a:focus {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.8);
}
footer .btn {
    padding: 4px;
    background-color: transparent;
    border: 1px solid #000;
    border-left: none;
    outline: none;
}
footer .btn-default:hover,
footer .btn-default:active,
footer .btn-default:focus,
footer .btn-default:active:focus {
    color: #333;
    background-color: transparent;
    border-color: #000;
    outline: none;
    box-shadow: none;
    opacity: 0.8;
}
footer input.form-control {
    background-color: transparent;
    border: 1px solid #000;
    border-right: none;
}
footer input.form-control:focus {
    border: 1px solid #000;
    border-right: none;
}
footer .social_button {
    margin-top: 20px;
    float: right;
}
footer .social_button a {
    margin-left: 10px;
}
footer .social_button a:hover {
    opacity: 0.8;
}

#map {
    height: 95vh;
    min-width: 1170px;
}

.descr_maps_block {
    height: auto;
    width: 300px;
    margin: 20px;
}
.descr_maps_block h4 {
    font-size: 24px;
    color: #000;
    margin: 0;
    text-align: left;
}
.descr_maps_block h5 {
    font-size: 16px;
    color: #859094;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 3px;
}
.descr_maps_block p {
    font-size: 14px;
    color: #000;
    font-family: Arial;
}
.descr_maps_block .btn {
    padding: 4px 20px;
    font-size: 16px;
}
.descr_maps_block a {
    margin-left: 20px;
    font-size: 16px;
    color: #2b6693;
    text-decoration: underline;
    font-family: Georgia;
}

.register_block {
    background-color: #f2f2f2;
    min-height: 400px;
}
.register_block p {
    font-family: Arial;
    font-size: 18px;
    color: #1d2332;
    text-indent: 40px;
    margin-bottom: 30px;
}

.documents-block .top_wrapper .top_descr h1 {
    font-size: 35px;
}

.documents-doc {
    background-color: #f2f2f2;
    text-align: center;
}
.documents-doc h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 50px;
    color: #1d2332;
}
.documents-doc p {
    margin-top: 20px;
    font-size: 18px;
    color: #1d2332;
}

.documents-doc-2 {
    background-color: #fff;
    text-align: center;
}
.documents-doc-2 p {
    margin-top: 40px;
    font-size: 18px;
    color: #1d2332;
}
.documents-doc-2 .who_dol,
.documents-doc-2 .index {
    width: 50%;
    margin: auto;
    text-align: right;
    padding-top: 50px;
}
.documents-doc-2 .who_dol p,
.documents-doc-2 .index p {
    display: inline-block;
}
.documents-doc-2 .who_index_left {
    float: left;
}
.documents-doc-2 .who_index_right {
    text-align: center;
}
.documents-doc-2 h3,
.documents-doc-2 h4 {
    font-weight: bold;
}
.documents-doc-2 .who_dol_index,
.documents-doc-2 .index {
    width: 100%;
    margin: auto;
    text-align: right;
}
.documents-doc-2 .who_dol_index p,
.documents-doc-2 .index p {
    display: inline-block;
}
.documents-doc-2 .who_index_left {
    float: left;
}
.documents-doc-2 .who_index_right {
    text-align: center;
}

.blocks_rules,
.contacts-block {
    margin-top: 40px;
    margin-bottom: 50px;
}
.blocks_rules p,
.contacts-block p {
    text-indent: 50px;
    color: #1d2332;
    font-size: 18px;
    margin: 20px 0;
    padding: 0 80px;
    text-align: justify;
}
.blocks_rules .p_block,
.contacts-block .p_block {
    margin: 0;
}

.rules_ul {
    text-align: left;
}
.rules_ul li {
    color: #1d2332;
    font-size: 18px;
    text-indent: 50px;
    list-style: none;
}
.rules_ul .main_text {
    font-size: 24px;
    text-indent: 100px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.rules_ul ul li {
    list-style: none;
    text-align: justify;
    padding-right: 80px;
}

.contacts-block {
    min-height: 100px;
}

.contacts-main-block p {
    color: #fff;
    font-size: 20px;
    margin: 0;
}
.contacts-main-block .info_contacts {
    margin-top: 20px;
}

.text_doc_por {
    text-align: justify;
    text-indent: 40px;
}
.text_doc_por p {
    margin-top: 20px;
}
.text_doc_por h4 {
    text-align: center;
}
.text_doc_por .p_block {
    margin: 0;
    text-indent: 80px;
}

.modal-dialog {
    margin-top: 10%;
}

.modal-content,
.modal-dialog {
    width: 400px;
}
.modal-content h2,
.modal-dialog h2 {
    text-align: center;
}

.modal-body {
    display: inline-block;
    width: 100%;
}

.close {
    position: absolute;
    right: 15px;
    top: -55px;
    color: #3F6F96;
}
.close:hover {
    color: #286090;
}

.send_fish {
    margin-top: 15px;
}

.map-tooltip-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    background-image: url("../images/cross.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
}
