@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/RobotoSlab-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Semi';
    src: url('../fonts/Roboto Slab-Semi.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Black';
    src: url('../fonts/Roboto Slab-Black.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Helios Cond';
    src: url('../fonts/HeliosCond.otf');
    src:
            local('HeliosCond'), /*вдруг шрифт уже есть на машине клиента,
	     а если нет то будем грузить с сервера:*/
            url('../fonts/HeliosCond.eot'), /*для IE без указания формата - будет использовать oet*/
            url('../fonts/HeliosCond.otf') format("truetype"); /* для остальных браузеров*/
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Helios Cond Light';
    src: url('HeliosCond.eot');
    src: local('HeliosCond Regular'), local('HeliosCond'),
    url('HeliosCond.eot?#iefix') format('embedded-opentype'),
    url('HeliosCond.woff') format('woff'),
    url('HeliosCond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helios Bold';
    /*src: url('../fonts/HeliosCond-Bold.otf');*/
    src:
            local('HeliosCond-Bold'), /*вдруг шрифт уже есть на машине клиента,
	     а если нет то будем грузить с сервера:*/
            url('../fonts/HeliosCond-Bold.eot'), /*для IE без указания формата - будет использовать oet*/
            url('../fonts/HeliosCond-Bold.otf') format("truetype"); /* для остальных браузеров*/
    font-weight: 700;
    font-style: normal;
}

.bx-yandex-map ymaps ymaps:nth-child(4) {
    display: none;
}
.btnSub {
    padding: 14px 0;
    display: block;
    width: 100%;
    max-width: 335px;
    margin: 35px auto;
    text-align: center;
}
.eng {
    text-transform: uppercase;
    letter-spacing: 1.4px!important;
    font-size: 33px!important;
    font-family: 'Roboto Semi', sans-serif;
    color: #a01623;
    line-height: 27px;
    padding-bottom: 5px!important;
    margin-top: -2px!important;
}
.after-add .btn {
    font-family: 'Helios Bold';
}
#after-add .modal__cross {
    top: -42px;
    right: -42px;
}
#after-add .close-icon {
    width: 50px;
    height: 50px;
}
.after-add {
    background-size: cover!important;
    -webkit-box-shadow: 2px 0px 51px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 0px 51px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 0px 51px 0px rgba(0,0,0,0.75)!important;
}
.referal-link {
    font-family: 'Roboto Semi';
}
.error {
    border-color: red!important;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}
body {
    font-family: Helios Cond, Arial,  sans-serif;
    height: 100vh;
    background: #f9e1b1;
}
body.over-hidden {
    overflow-y: hidden;
}

/*BACKGROUNDS*/
.background {
    height: 100vh;
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center	center;
    background-image: url('/upload/images/all_fon.svg');
}
.background.faces {
    background-image: url('../images/fons/1920x1024.jpg');
}

.background.letters {
    background-image: url('../images/letters.png');
}
.background.sockets {
    background-image: url('../images/background.jpg');
}
/*BACKGROUNDS*/
iframe {
    border: none;
    background-color: #cecece;
}
a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}
ul {
    list-style: none;
}
h1 {
    color: #a01623;
    font-size: 50px;
    font-family: 'Helios Bold';
}
img {
    max-width: 100%;
}
input:active, input:focus {
    display: #a01623;
}
input, textarea {
    font-family: Helios Cond;
}
select {
    border: 1px solid #6b604a;
    background-color: rgb(216, 192, 148);
    color: #6b604a;
    text-align: center;
    font-size: 25px;
    padding: 4px 15px 3px;
    height: 38px;
    width: 100%;
    font-family: Helios Cond;
}
input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
    background: transparent; /* Otherwise white in Chrome */
    margin-top: 20px;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;

    /* Hides the slider so custom styles can be added */
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 36px;
    width: 8px;
    background: black;
    margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
input[type=range]::-moz-range-thumb {
    height: 36px;
    width: 8px;
    background: black;
    border: 0;
    border-radius: 0;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
    height: 36px;
    width: 8px;
    background: black;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3.4px;
    background: black;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: black;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 3.4px;
    background: black;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 3.4px;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: black;
}
input[type=range]:focus::-ms-fill-lower {
    background: black;
}
input[type=range]::-ms-fill-upper {
    background: black;
}
input[type=range]:focus::-ms-fill-upper {
    background: black;
}
::-webkit-input-placeholder {
    color: #6b604a;
}
:-ms-input-placeholder {
    color: #6b604a;
}
::input-placeholder {
    color: #6b604a;
}
section {
    flex-grow: 2;
}
.container {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.fl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.row {
    flex-flow: row wrap;
}
.col {
    flex-flow: column;
}
.center {
    align-items: center;
    justify-content: center;
}

.between {
    justify-content: space-between;
}
.big {
    font-size: 30px;
    margin-bottom: 15px;
}
.medium {
    font-size: 24px;
    margin-bottom: 15px;
}
.small {
    font-size: 15px;
}
.under {
    text-decoration: underline;
}
.wrapp_all {
    height: 100%;
    max-height: 780px;
}
.indent {
    text-indent: 20px;
    margin-bottom: 30px;
}
/*<-- Header*/
.header, .footer {
    font-family: "Roboto Light";
}
.header_title {
    max-width: 700px;
    color: #a01623;
}
.header_title h1{
    font-family: "Roboto Black";
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 1.54px;
}
.header_title .ru h1 {
    text-transform: uppercase;
}
.header_title p{
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-size: 25px;
    font-family: 'Roboto Semi', sans-serif;
    color: #a01623;
    line-height: 27px;
}
.header_title a {
    align-items: center;
}

.header_logo {
    max-width: 155px;
    margin-right: 32px;
    transition: 300ms;
}
.header_logo img:nth-child(1) {
    height: 45px;
    margin-right: 10px;
}
.header_logo img {
    float: left;
}
.header_logo img:last-child {
    display: none;
}
.shared .rob {
    font-size: 16px;
    font-family: 'Roboto Light';
    margin-top: 18px;
    text-decoration: underline;
}
.nav_buttons .rob {
    margin-top: 11px;
}

.right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-flow: column;
    margin: 2px 0;
}
.right .rob a:hover {
    text-decoration: underline;
}
.select_lang, .select_version, .go_search, .user {
    margin-right: 8px;
    align-self: flex-end;
}

.btn_lang, .btn_version, .go_search_btn, .user_btn {
    background-color: #a01623;
    color: #f9e1b1;
    border-radius: 3px;
    transition: .3s linear;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_lang i, .btn_version i, .go_search i, .user i {
    font-size: 22px;
    color: #f9e1b1;
}
.btn_lang:hover, .btn_version:hover, .go_search_btn:hover, .user_btn:hover {
    background-color: black;
}
.select_version:hover ~ .rob {
    color: white;
}
.header .nav ul {
    margin-left: -67px; /*правка */
}
.header_wrapper {
    padding-top: 20px;
    border-bottom: 1px solid #a01623;
}
@media (max-height:782px) {
    .header_wrapper {
        padding-top: 0;
    }
}

.header .nav {
    width: 100%;
    margin: 20px 0;
    font-family: 'Helios Cond', sans-serif;
}
.header .nav ul li:hover a{
    color: #a01623;
    text-decoration: underline;
}
.header .nav ul li {
    font-size: 23px;
    text-transform: uppercase;

}
.header .nav ul li:after {
    content: '|';
}
.header .nav ul li:first-child::before {
    content: '|';
}
.header .nav ul li a {
    margin: 0 35px;

}
.header .nav ul li a.active {
    font-family: 'Helios Bold';
    color: #a01623;
    font-weight: bold;
    text-decoration: underline;
}
.toggle_menu {
    font-size: 30px;
    font-family: Helios Bold;
    display: block;
    text-align: center;
    display: none;
}
.header .nav.active {
    display: block;
}
.header .nav.active li {
    width: 100%;
    text-align: center;
    margin: 5px 0;
}
.header .nav.active ul li:after, .header .nav.active ul li:before {
    content: '';
}
.header .nav.active li a {
    display: block;
}
/* Header -->*/

/*MOBILE MENU*/
.header_mobile {
    position: relative;
    display: none;
}
.mobile_toggle {
    justify-content: flex-end;
    position: fixed;
    top: 0;
    right:  0;
    background-color: transparent;
    z-index: 8;
    pointer-events: painted;
    display: none;
}
.hamburger {
    z-index: 5!important;
}
.menu_wrapp {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgb(219, 196, 135);
    transform: translateX(-100%);
    transition: transform .3s linear;
    font-family: Helios Cond;
    justify-content: center;
}
.menu_wrapp.active {
    transform: translateX(0);
}
.nav_mobile {
    margin-bottom: 10px;
}
.nav_mobile ul {
    margin-left: 15px;
}
.nav_mobile ul li {
    margin: 10px 0;
}
.nav_mobile ul li a.selected {
    color: #a01623;
    font-weight: bold;
    border-bottom: 2px solid #a01623;
}
.nav_mobile ul li a{
    font-size: 30px;
    display: inline;
}
.nav_mobile ul li a:hover {
    color: #a01623;
    border-bottom: 2px solid #a01623;
}

/*MOBILE MENU*/

/* <-- Main content*/
.main {
    margin-bottom: 18px;
}
.main_content {
    margin: 25px 0;
}
.main_content--inner {
    text-align: right;
    width: 60%;
    padding: 50px 22px;
}
.main_content--text {
    border-right: 3.5px solid #a01623;
    padding-right: 17px;
    margin-bottom: 30px;
}
.main_content--text .big {
    padding-bottom: 15px;
    margin-bottom: 0;
}
.main_content--text h1 {

    font-family: 'Helios Bold';
}
.main_content--text p {
    padding-left: 75px;
}
.main_content--back {
    background: url(../images/faces.svg) no-repeat center;
    background-size: contain;
    width: 27%;
    margin-left: 75px;
}
.btn {
    background-color: transparent;
    border: 3px solid #a01623;
    border-radius: 15px;
    font-size: 25px;
    cursor: pointer;
    transition: background-color .1s linear;
    text-transform: uppercase;
}
.btn:hover {
    background-color: #a01623;
    color: white;
}
.main_content .btn {
    padding: 15px 0;
    width: 100%;
    max-width: 470px;
}

/*Main content -->*/



/*<--Footer*/
.footer_inner {
    padding-top: 12px;
    border-top: 1px solid #a01623;
    /*padding-bottom: 20px;*/
}
.social {
    align-items: flex-end;
}
.social ul li {
    margin-right: 4px;
}
.social ul li:first-child {
    margin-left: 10px;
}
.social ul li:last-child {
    margin-right: 0;
}
.social ul li:nth-last-child(2) {
    margin-right: 20px;
    margin-left: 5px;
}
.bookmarks path{
    transition: .3s linear;
}
.bookmarks a:hover g:first-child g:first-child path {
    fill: black;
}
.bookmarks-table .rob {
    display: flex;
    margin-top: 24px;
    color: #a01623;
    text-decoration: underline;
}

/*Footer -->*/


/* <-- About project*/

.about_project_inner {
    max-width: 785px;
    margin: 30px auto 50px;
}
.about_project_inner p {
    font-size: 24px;
    text-indent: 20px;
}
.about_project_image {
    margin: 15px 0;
    position: relative;
}
.about_project_image img {
    width: 100%;
}
.about_project_image .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: "Roboto Black";
    font-size: 32px;
    width: 100%;
    text-align: center;
    word-break: break-all;
    padding: 15px;
}
.red {
    color: #a01623;
}
/* About project -->*/



/* <-- Contacts*/
.contacts .small {
    font-size: 24px;
    color: #a01623;
}
.contacts_inner {
    margin: 30px 0 20px;

}
.contacts_inner a {
    border-bottom: 2px solid;
    line-height: 20px;
}
.contacts_inner .phone {
    border: none;
    color: black;
}
.contacts_map {
    width: 60%;
}
#map{
    width: 97%;
    border-right: 3px solid  #a01623;
    padding-right: 15px;
}
.map_overlay.blocked {
    z-index: 20;
}
.about {
    width: 40%;
    padding-left: 5px;
    font-size: 24px;
    margin: 10px 0;
}
.about_text a {
    display: inline-block;
    margin-bottom: 15px;
    color: #a01623;
    border-bottom: 2px solid;
}
.about_text .small {
    margin-top: 15px;
}
.about_text .small:nth-child(1) {
    margin-top: -4px;
}
.about .small {
    font-weight: bold;
}
.contacts_map .download {
    justify-content: space-evenly;
    align-items: center;
    margin-top: 35px;
    font-size: 25px;
    margin-left: -67px;
}
.contacts_map .download a {
    margin-top: 5px;
}
.contacts_map{
    font-size: 24px;
    margin: 10px 0;
}
.leave_a_comment {
    text-align: left;
    font-size: 25px;
}
/*Contacts -->*/

/* <-- Partners */
.partners .center {
    margin-top: 30px;
}
.partners h1 {
    text-align: center;
    font-family: 'Helios Bold';
    font-size: 52px;
    margin-right: -21px;
}
.partners_logo {
    align-items: center;
}

.parterns_logo_image {
    width: calc(100% / 3);
    text-align: center;
    margin: 10px 0;
}

/* hunter */

.parterns_logo_image:nth-child(n+4) {
    width: calc(100% / 4);
}


.partners_logo {
    margin-top: 26px;
}

/* hunter commented */
/*.parterns_logo_image:nth-child(3n+1):nth-child(even) {
	text-align: right;
}
.parterns_logo_image:nth-child(5n+1):nth-child(even) {
	text-align: left;
}*/

/* Partners --> */

/*<-- Add story*/
.add_story_form	{
    width: 100%;
    padding: 15px 26px;
}
.add_story .modal {
    padding: 33px;
}
.add_story_form .fields {
    align-items: normal;
}
input[type="text"], input[type="email"], input[type="password"] {
    border: 1px solid #6b604a;
    background-color: rgb(216, 192, 148);
    color: black;
    text-align: center;
    font-size: 25px;
    padding: 4px 15px 3px;
    height: 38px;
    width: 100%;
}
/*custom checkbox*/
.label_checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.label_checkbox {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.add_story_check a:hover {
    color:#a01623;
}
.fields_input {
    width: 33.3333%;
    width: calc(100% / 3);
}
.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 18px;
    width: 17px;
    background-color: transparent;
    border: 1px solid black;
}
.checkmark:after {
    content: '';
    display: none;
    position: absolute;
}
.label_checkbox input:checked ~ .checkmark:after {
    display: block;
}
.label_checkbox .checkmark:after {
    left: 2px;
    bottom: 6px;
    width: 10px;
    height: 18px;
    border: solid #a01623;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg) skew(27deg, 15deg);
    -ms-transform: rotate(45deg) skew(27deg, 15deg);
    transform: rotate(45deg) skew(22deg, 15deg);
}
/**/
textarea {
    border: 1px solid #6b604a;
    background-color: rgb(216, 192, 148);
    color: #6b604a;
    font-size: 25px;
    padding: 4px 15px 3px;
    resize: none;
    align-self: normal;
    width: 100%;
    height: 300px;
    /*text-indent: 75px;*/
    text-align: justify;
}
.fields_textarea {
    width: 66.6666%;
    /*width: calc(100% / 3);*/
}
.fields_textarea, .fields_input{
    padding: 5px 9px;
}
.add_story_form input[type="text"] {
    padding: 8px 15px 3px;
}
.add_story_form input[type="submit"] {
    padding: 14px 0;
    display: block;
    width: 100%;
    max-width: 335px;
    margin: 35px auto;
}
.add_story_form input[type="submit"]:disabled {
    cursor: no-drop;
    color: grey;
}
.add_story_form input[type="submit"]:disabled:hover {
    background: none;
}
.add_story .story_image {
    border: 1px solid #6b604a;
    display: block;
    position: relative;
    overflow: hidden;
    height: 300px;
    font-family: Helios Cond;
}
.add_story #story_image, #edit_records #story_image{
    height: 300px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_story #story_image img, #edit_records #story_image img {
    /*width: 100%;*/
    /*height: 100%;*/
}
.add_story .story_image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(216, 192, 148);
    z-index: -1;
}
.story_image label{
    text-align: center;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    cursor: pointer;
    background-color: rgb(216, 192, 148);
}
.story_image label i {
    font-size: 65px;
    transition: .3s linear;
}
.story_image img {
    display: block;
}

.story_image .btn{
    max-width: 320px;
    width: 49%;
    margin: 10px 3px 0;
    margin-top: 10px;
    font-weight: bold;
    padding: 10px 10px 6px;
    font-family: Helios Cond;
}
.add_story_check {
    margin-top: 25px;
    width: 66.6666%;
    margin-left: auto;
    padding: 5px 9px;
    font-size: 28px;
}
/*modal*/
.edits .between {
    justify-content: center;
    align-items: center;
}
.add_story .modal.edits {
    max-width: 1000px;
    padding: 30px 30px 50px;
}
.story_image .modal {
    font-family: 'Helios Bold';
    padding: 30px 0;
}
.add_story .cropper-modal {
    background-color: transparent;
}
.add_story_result {
    background: #f9e1b1 url('../images/background.jpg') no-repeat;
    background-size: cover;
    -webkit-box-shadow: 3px 8px 10px  rgba(0,0,0,.7);
    box-shadow: 3px 8px 10px  rgba(0,0,0,.7);
    margin-bottom: 30px;
    min-height: 500px;
}
.add_story_result_image, .add_story_result_description  {
    width: 50%;
}
.nano-content {
    padding: 20px 35px;
    margin-bottom: 20px;
}
.nano-content .museum_label {
    position: absolute;
    top: 0;
    right: 15px;
}
.book_title {
    font-size: 37px;
    text-align: center;
    font-family: Helios Bold;
    margin-bottom: 20px;
    margin-left: -50px;
    margin-top: 38px;
}
.book_indent {
    text-indent: 20px;
    line-height: 1.4;
    white-space: pre-wrap;
    text-align: justify;
}
.years {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    margin-left: -24px;
}
.add_story_result_image {
    align-self: center;
    padding: 30px;
}
.add_story_result_description {
    box-shadow: inset 44px 0px 34px -20px rgba(0,0,0,.2);
    text-align: left;
}
.add_story_result_buttons {
    flex-grow: 2;
}
.add_story_result_bottom input {
    padding: 6px 0;
    width: 100%;
    max-width: 250px;
    margin: 5px 15px;
}
/**/
/*Add story -->*/

/*Reg modal*/
.modal {
    padding: 30px 60px;
    font-family: Helios Cond;
}
.header .modal .small {
    margin: 20px 0 15px;
}
.header .fields input {
    width: calc((100% / 2) - 4.5px);
    margin-top: 10px;
}
.reg-add .fields input {
    width: calc((100% / 2) - 4.5px);
    margin-top: 10px;
}
.reg-add input[type="submit"] {
    padding: 11px 0 14px;
    max-width: 315px;
    width: 100%;
    margin-top: 35px;
}
.reg-add input[type="submit"]:disabled {
    cursor: no-drop;
    color: grey;
}
.reg-add input[type="submit"]:disabled:hover {
    background: none;
}
.reg-add input.error {
    border: 1px solid red;
}
.reg-add h1 {
    text-align: center;
}
.modal.reg-add {
    max-width: 700px;
    font-family: Helios Cond;
}
.reg-add {
    max-width: 700px;
    font-family: Helios Cond;
}
.reg-add p {
    text-align: center;
}
.almost_captcha {
    padding: 24px 60px;
    background-color: rgb(216, 192, 148);
    border: 1px solid #6b604a;
    margin: 32px 0 15px;
    font-size: 24px;
    min-width: 386px;
}
.almost_captcha input{
    width: 60px;
    height: 32px;
    border: 2px solid #000000;
    border-radius: 2px;
}
.almost_captcha p, .almost_captcha input {
    font-family: Helios Bold;
    color: #332f27;
    text-transform: uppercase;
}
.registry_check {
    font-size: 20px;
    text-align: left;
}
.subscribe {
    margin-top: 2px;
}
.personal_agree {
    white-space: nowrap;
}
.log_in {
    margin: 15px auto;
    font-weight: bold;
    border-bottom: 2px solid black;
    display: inline-block;
}
.log_in:hover {
    color: #a01623;
    border-color: #a01623;
}
.header .modal input[type="submit"] {
    padding: 13px 0;
    max-width: 315px;
    width: 100%;
    margin-top: 35px;
}
.almost_captcha, .registry_check {
    max-width: 435px;
}
.registry_log_in {
    text-align: center;
}
/**/


/*<-- Participants*/

.participants_inner {
    max-width: 785px;
    margin: 0 auto 30px;
}

.participants_inner .btn{
    width: 100%;
    margin-top: 10px;
    padding: 17px 0 13px 0
}
.participants_inner .big {
    text-align: justify;
    text-align-last: justify;
}
.tabs_content {
    display: none;
    padding: 10px 0;
    font-size: 24px;
}
.tabs_content.active {
    /****************/
    /*display: block;*/
    display: grid;
    /****************/
}
.tabs_content p {
    text-indent: 20px;
}
.tabs_content a {
    color: #a01623;
    text-decoration: underline;
}
.tabs_content .vicmus {
    text-decoration: none;
}
.tabs_content .vicmus:hover {
    text-decoration: underline;
}
.personally_img {
    width: 350px;
    height: 270px;
}
.tab_content_inner {
    width: 100%;
}
.tabs_content_map {
    width: 53%;
}
.btn.active {
    background-color: #a01623;
    color: white;
    font-weight: bold;
}
.toolbar, .toolbar__button, input[type="range"] {
    cursor: url(../images/toolbar/Path.cur), auto;
}
.mobile_tabs_img {
    text-align: center;
    margin-bottom: 30px;
}
.mobile_tabs_img img {
    margin-right: 20px;
}
.mobile_tabs_img img:last-child {
    margin-right: 0;
}
/*Participants -->*/


/*<-- Profile*/
.profile {
    flex-grow: 0.8;
    padding: 40px 0;
}
.profile .reg-add {
    max-width: 700px;
    padding: 0!important;

}
.profile .reg-add h1 {
    text-align: center;
}
.profile .reg-add p {
    margin: 13px 0;
}
.profile .container {
    /*height: 100%;*/
    padding: 0 50px;
}
.profile_links {
    max-width: 800px;
}
.profile a.btn {
    display: block;
    max-width: 355px;
    padding: 5px;
    margin: 5px;
    text-align: center;
    width: 100%;
}
.user_name {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
/*Profile -->*/


/*<-- Search*/
.search {
    padding: 40px 0;
    text-align: right;
}
.search input {
    padding: 3px 30px 3px 15px;
}
.search form {
    position: relative;
}
.search_form input:focus ~ .search_btn {
    color: #a01623;
}
.search_btn {
    border: none;
    position: absolute;
    background-color: transparent;
    top: 5px;
    right: 5px;
    font-size: 25px;
    transition: .3s linear;
}
.ex_search {
    display: inline-block;
    margin-bottom: 15px;
}
.ex_search:hover {
    color: #a01623;
}
.search_result {
    padding: 40px 0;
}
.search-result__image {
    border: 2px solid #a01623;
    background-image: url(/upload/iblock/408/408cd8e….jpg);
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.search-result__image img {
    display: block;
}
.search-result__item {
    width: 20%;
    padding: 5px;
}
.search-result__text {
    padding: 5px 0;
    text-align: center;
}
/*Search -->*/

/*<-- Extended Search*/

.extended_search {
    padding: 40px 0;
    flex-grow: 0;
}
.extended_search textarea {
    height: 100%;
}
.extended_input, .extended_textarea {
    padding: 5px;
}
.extended_textarea {
    height: 100%;
}
.extended_search label {
    margin: 5px 0;
    display: block;
    padding: 5px;
    width: 100%;
}
.extended_search .btn{
    max-width: 250px;
    width: 100%;
    padding: 5px;
    margin: 20px auto;
    display: block;
}
.extended_search input[type="text"] {
    text-align: left;
}
.fields .half {
    width: 50%;
}
.fields .full {
    width: 100%;
}
.fields .full .extended_input {
    width: 25%;
}
.fields  {
    margin: 0 auto;
}
/*Extended Search -->*/

/*<-- Records*/

.edit_records input[type="text"],
.edit_records input[type="email"],
.edit_records input[type="password"],
.edit_records select {
    text-align: left;
}
.records {
    padding: 40px 0;
}
.records_item {
    padding: 10px 55px 10px 10px;
    background-color: #f9d496;
    position: relative;
    width: 50%;
    margin-top: 10px;
}
.records_edit {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    background-color: lightgray;
    padding: 7px;
    transition: background .3s linear;
    height: 100%;
}
.records_edit:hover {
    background: darkgray;
}
.records h2 {
    margin-bottom: 20px;
}
.edit_records .story_image {
    border: 1px solid #6b604a;
    display: block;
    position: relative;
    overflow: hidden;
    height: 300px;
}

.moderate_image .btn {
    width: 49%;
    margin: 10px 3px 0;
    margin-top: 10px;
    font-weight: bold;
    padding: 10px 10px 6px;
    font-family: Helios Cond;
}
/*Records -->*/


/* <-- Export*/
.export {
    padding: 40px 0;
}
.export_form {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.export_form .btn {
    margin: 20px 0;
    width: 100%;
    padding: 5px;
    max-width: 355px;
}
.export_form h2 {
    margin-bottom: 20px;
}
/*Export -->*/

.canvas {
    max-height: 400px;
}
.datepicker-here {
    cursor: pointer;
}
.remove-path {
    background-image: url('../images/remove_path.svg');
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
}
.change-photo	 {
    background-image: url('../images/change_path.svg');
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
}
.toolbar p {
    font-size: 20px;
}

/* Страница совпадений */

.head {
    width: 100%;
}

.headerSovp  {
    width: 100%;
}
.headerSovp a {
    margin-top: 6px;
}
.nextStage {
    align-items: flex-start;
}

.desc-block {
    display: flex;
    flex-flow: column;
}
.photo-wrapper {
    position: relative;
    padding: 3px;
    height: 300px;
    background-color: #a01623;
    cursor: pointer;
}
.photo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    transition: all ease 0.5s;
}

.veteran-name{
    display: block;
    font-size: 16px;
    line-height: 27px;
    margin-top: 10px;
    text-align: center;
}
.veteran-date {
    display: block;
    font-size: 22px;
    line-height: 27px;
    margin-top: 10px;
    text-align: center;
}

.start {
    justify-content: flex-start;
}

.textSovp {
    color: #a01623;
    letter-spacing: 1.54px;
}

.headerSovp a:hover {
    color: #a01623;
}
.nextStage a {
    text-decoration: underline;
}

.nextStage {
    margin-top: 25px;
}

.records-list {
    width: calc(100% / 4);
    padding: 15px;
}
.close-icon {
    width: 76px;
    height: 76px;
    display: block;
    position: absolute;
    right: -63px;
    top: -54px;
    background-image: url('../images/close.svg');
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}

.parent {
    width: 75%!important;
    max-width: 500px!important;
}
.groupBtn {
    margin-top: 20px;
}

.groupBtn a {
    margin: 0 10px;
    padding: 0 20px;

}

/*SPECIAL_VERSION*/

.for_special {
    display: none;
}

/*SPECIAL_VERSION*/
select.pika-select{
    border: inherit;
    background-color: inherit;
    color: inherit;
    text-align: inherit;
    font-size: inherit;
    padding: inherit;
    height: inherit;
    width: inherit;
    font-family: inherit;
}
footer .policy{
    margin: 0 auto;
    text-decoration: underline;
    width: 100%;
    text-align: center;
}

.achievements {
    margin: 0 auto;
}

.achievements__item {
    text-align: center;
    gap: 10px;
    align-items: center;
    

    .achievements__img {
        width: 60px;
        height: 60px;
    }

    .achievements__text {
        font-family: 'Helios Cond';
        font-size: 20px;
    }
}

.bx-composite-btn {
    display: none;
}

.search_error {
    color: red;
    padding: 1rem;
    text-align: center;
}

.search_error a {
    text-decoration: underline;
}


/*new*/
.records-table {
    max-width: 900px;
}

.records-table .records_item {
    width: 100%;
    margin: 0;
}

.records-table__head,
.records-table__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.records-table__col {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
}

.records-table__head {
    font-size: 20px;
    margin-bottom: 10px;
}

.records-table__main {
    max-width: 100%;
    margin-bottom: 10px;
}

.records-table__date,
.records-table__status {
    max-width: 50%;
}

@media (max-width: 767px) {

    .records-table__head {
        display: none;
    }

    .records-table__item + .records-table__item {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {

    .records-table__main {
        max-width: 60%;
        margin-bottom: 0;
    }

    .records-table__date,
    .records-table__status {
        max-width: 20%;
    }

    .records-table__item .records-table__col {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .records-table__item .records-table__status {
        border-left: 1px solid #000;
    }

    .records-table__item .records-table__date,
    .records-table__item .records-table__status {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .records-table__item:last-child .records-table__col {
        padding-bottom: 0;
    }

}

/*personal*/
.cert-section {
    padding-top: 15px;
    text-align: right;
}

.cert-link {
    border-bottom: 2px solid #a01623;
    font-size: 20px;
}

@media (min-width: 992px) {

    .cert-section .cert-link {
        margin-right: 75px;
    }

    footer .policy{
        text-align: left;
    }

    .achievements__item {
        text-align: left;
    }

    .achievements {
        margin: 0;
    }
}

@media (min-width: 1200px) {

    .cert-section .cert-link {
        margin-right: 135px;
    }
}
/*print*/
.print-block {
    margin-top: 2rem;
}

.print-block__field {
    margin-top: 15px;
}

.print-btn {
    background: 0;
    border: 2px solid #a01623;
    border-radius: 4px;
    font-size: 16px;
    padding: 5px 10px;
    height: 44px;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 186px;
    max-width: 100%;
    text-align: center;
    transition: background-color .1s linear;
}

.print-btn:hover,
.print-btn:focus {
    background-color: #a01623;
    color: white;
}

@media print {

    .u-print-hidden {
        display: none !important;
    }
}
/*banner*/
.c-banner {
    display: block;
}

.c-banner__img {
    display: block;
}

.c-banner_index {
    margin-top: 30px;
}
@media (max-width: 767px) {

    .c-banner_index + .main_content {
        margin-top: 0;
    }

    .c-banner_index + .main_content .main_content--inner {
        padding-top: 30px;
    }
}

/*generated page*/
.generated-page__panel {
    margin-bottom: 50px;
}

.page-panel_top {
    margin-bottom: 30px;
}

/*.page-panel_bottom {
	margin-top: 30px;
}*/

.page-panel__field {
    display: inline-flex;
    flex-direction: column;
}

.page-panel__label {
    margin-bottom: 10px;
}

.generated-page__desc {
    margin: auto;
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.generated-page__desc h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.generated-page__desc img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.generated-page__desc .generated-page__img {
    display: block;
    margin: 0 auto 20px;
    width: 200px;
}

@media (min-width: 768px) {

    .page-panel__field {
        flex-direction: row;
        align-items: center;
    }

    .page-panel__label {
        margin: 0 10px 0 0;
        flex: 0 0 auto;
    }

    .generated-page__desc {
        /*		max-width: 80%;*/
    }

    .generated-page__desc:after {
        content: '';
        display: table;
        clear: both;
    }

    .generated-page__desc .generated-page__img {
        float: left;
        width: 150px;
        margin: 0 20px 10px 0;
    }

    .generated-page .search-result-item {
        width: 25%;
        /*		max-width: 414px;*/
    }
}

@media (min-width: 1024px) {

    .generated-page__desc {
        font-size: 24px;
    }

    .generated-page__desc h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }
}

/*page block*/
.page-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.page-block__main,
.page-block__aside {
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.page-block__aside {
    margin-bottom: 20px;
}

@media (min-width: 640px) {

    .page-block__main {
        flex: 1 0 1%;
    }

    .page-block__aside {
        flex: 0 0 auto;
    }
}

@media (min-width: 992px) {

    .page-block__main,
    .page-block__aside {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* фикс меню в печати */
@media print {

    .mobile_toggle,
    .header_mobile {
        display: none !important;
    }
}

.header__profile {
    margin-top: 11px;
    margin-left: 20px;
}

.header__profile .c-btn_style_default.c-btn_size_md {
    border-radius: 3px;
    width: 80px;
}

.header__profile .c-btn_style_default.c-btn_color_primary {
    color: #f1d0a5;
}

.header__profile .c-btn_style_default.c-btn_color_primary:hover,
.header__profile .c-btn_style_default.c-btn_color_primary:focus {
    background-color: #000;
    color: #f1d0a5;
}
.fields_textarea textarea{
    height: 100%;
}