/*override base css*/
.lk-header-h2 {
    font-size: 25px;
}

.lk-header-h3 {
    font-size: 21px;
}

.select__variant:hover {
    background-color: #EAEAEA;
}

.select__container {
    border-radius: unset;
}
.select_expanded .select__list {
    border: 1px solid lightgrey;
    overflow: auto;
}

.zhn-select {
    background-color:  #FAFAFA;
    border-radius: 21px;
    padding: 10px;
    font-size: 16px;
    outline-width: thin;
    outline-color:  #c5c5c5;
}
[v-cloak] {
    display: none;
}

.field-header + input[type=password], .field-header + textarea {
    margin-bottom: 1.5em;
}

#wait-loader {
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    z-index: 10000;
}

.container_12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1116px;
    width: 100%;
  }

/*scroll bar*/
.dropdown__cnt_active {
    border: 1px solid lightgrey;
    overflow-y: scroll;
    height: 300px;
}

.dropdown__cnt_active::-webkit-scrollbar {
    width: 20px;
}

.dropdown__cnt_active::-webkit-scrollbar-thumb {
    background: lightgrey;
    border-radius: 10px;
}

.dropdown__cnt_active::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: silver;
}

.scrollable::-webkit-scrollbar {
    width: 10px;
}

.scrollable::-webkit-scrollbar-thumb {
    background: lightgrey;
    border-radius: 3px;
}

.scrollable::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 3px;
}
/*russian flag*/
.russian {
    top: 0px;
    margin-left: 2em;
}

/*about*/
.about_container {
    zoom: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 1116px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
}

.about_container h1,
.about_container h2 {
    width:100%;
    margin-bottom: 0.5em;
}


.about_container p {
    text-indent: 36px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: justify;
}

.about_container a{
    color: #505FA0;
    font-weight: bold;
}

.participation__left a {
    color: #505FA0;
    font-weight: bold;
}

.participation__left p {
    text-align: justify;
}

.participation__left > h2 + p {
    text-indent: 36px;
}

.banner__image {
    background-image: url("/images/main-1.png");
    position: absolute;
    top: -30px;
    right: 0;
    width: 656px;
    height: 443px;
}

.brand__title {
    cursor: pointer;
}

.text-section-body {
    text-align: justify;
}

.text-section > h2 + p
{
    text-indent: 18px;
}

.brand__descripton-text {
    margin-top: 5px;
    text-indent: 18px;
    text-align: justify;
}

.brand-info__big-photo .img{
    height: 500px;
    width: 623px;
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
    background-color: silver;
}

#footer_grid_5 {
    margin-top: -15px;
}

.banner__image_2 {
    width: 68%;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner__image_2 svg {
    height: 443px;
}

.photo-box__info {
    position: absolute;
    right: 25px;
    top: -7px;
    background-image: url("/assets/img/edit-property-32.png");
    cursor: pointer;
    text-decoration: none;
    width: 28px;
    height:28px;
    background-size: cover;
}

.photo-box__edit_rq {
    position: absolute;
    left: 10px;
    top: 91px;
    background-image: url("/assets/img/edit.svg");
    cursor: pointer;
    text-decoration: none;
    width: 12px;
    height:12px;
    background-size: cover;
}

.photo-box__del_rq {
    position: absolute;
    left: 58px;
    top: 91px;
    background-image: url("/assets/img/delete.svg");
    cursor: pointer;
    text-decoration: none;
    width: 12px;
    height:12px;
    background-size: cover;
}

.photo-box__info_rq {
    position: absolute;
    left: 34px;
    top: 91px;
    background-image: url("/assets/img/icon_complex-person.svg");
    cursor: pointer;
    text-decoration: none;
    width: 12px;
    height:12px;
    background-size: cover;
}

.news-item-large .news-item-image {
    /*height: 330px;*/
    height: auto;
    background: red;
}

.news__right-column, .news__left-column {
    width: calc(50% - 15px);
}

.news-item {
    margin-right: 0;
}

del.diff {
    text-decoration: none;
    color: #b30000;
    background: #fadad7;
}

ins.diff {
    background: #eaf2c2;
    color: #406619;
    text-decoration: none;
}

.request-inline-holder .cke_textarea_inline {
    background-color: #FAFAFA;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid lightgrey;
    padding: 5px;
    word-break: break-word;
}

.request-diff {
    border: 1px solid lightgrey;
    padding: 5px;
    margin-bottom: 5px;
    margin-top:5px;
    border-radius: 10px
}

.request-select {
    background-color:  #FAFAFA;
    border-radius: 21px;
    padding: 10px;
    font-size: 16px;
    outline-width: thin;
    outline-color:  #c5c5c5;
}

.request-readonly-data {
    font-weight: bold;
}

.page-lk .request-select {
    margin-top: 10px;
    margin-bottom: 1em;
}

.request-status-new {
    background-color: orange;
}

.request-status-sent-moderate {
    background-color: lightblue;
}

.request-status-sent-approve {
    background-color: lightgreen;
}

.request-status-moderate {
    background-color: dodgerblue;
    color: white;
}

.request-status-approving {
    background-color: #00C286;
    color: white;
}

.request-status-reject {
    background-color: lightpink;
}

.request-status-approved {
    background-color: green;
    color: white;
}
/*region select*/
.select.brand_region .select__container .select__list {
    overflow-y: scroll;
    height: 300px;
    border: 1px solid lightgrey;
}
.select.brand_region .select__container .select__list::-webkit-scrollbar {
    width: 20px;
}

.select.brand_region .select__container .select__list::-webkit-scrollbar-thumb {
    background: lightgrey;
    border-radius: 10px;
}

.select.brand_region .select__container .select__list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.select.brand_region .select__container .select__list::-webkit-scrollbar-thumb:hover {
    background: silver;
}

/*share popup*/
.share-popup {
    border: 1px solid lightgrey;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.1);
    padding: 28px;
    box-sizing: border-box;
    width: 160px;
    position: absolute;
    display: inline;
    float: left;
    z-index: 50;
    margin-left: 14px;
    margin-right: 14px;
    background: white;
    top: 20px;
    right: 0;
    border-radius: 8px;
}

.brand-info__controls {
    position: relative;
}

.share-popup-close  {
    background-image: url("/assets/img/icon_close.svg");
    background-position: center;
    background-repeat: no-repeat;
    width:18px;
    height:18px;
    position: absolute;
    right: 10px;
    top: 10px;
    zoom: 0.8;
}

/*auth*/
.nologin-panel {
    top: -5px;
}

.nologin {
    width: 120px;
    padding: 8px 10px;
}

#header-nav-map {
    width: unset;
}

#header-nav-map h1 {
    margin: 0;
    font-size: 33px;
}

/*map*/
.page-map {
    width: 100%;
    text-align: center;
}

.page-map__info {
    width: 100%;
    padding-left: unset;
    margin-left: unset;
    position: absolute;
    top: 90px;
    left: 0px;
    z-index: 1;
}

.page-map__map-box {
    margin-left: unset;
    margin-right: unset;
}

.page-map__map-box {
    width: 100%;
}

main {
    margin-top: 0px;
    max-width: 1146px!important;
}

.map {
    border-radius: unset;
    height: 100%;
}

#map_big {
    height: 1024px;
}

.tags {
    margin-bottom: 0px;
}

.map-pin_type_artcluster .map-pin__plate:before {
    background-image: url("/assets/img/icon_type_artcluster.svg");
    background-color: #D7F5C6;
}

.map-pin_type_obraz .map-pin__plate:before {
    background-image: url("/assets/img/icon_type_obraz.svg");
    background-color: #D7F5C6;
}

.map-pin_type_gastronom .map-pin__plate:before {
    background-image: url("/assets/img/icon_type_gastronom.svg");
    background-color: #D7F5C6;
}

.map-pin_type_data .map-pin__plate:before {
    background-image: url("/assets/img/icon_type_data.svg");
    background-color: #D7F5C6;
}

.map-pin_type_persona .map-pin__plate:before {
    background-image: url("/assets/img/icon_type_persona.svg");
    background-color: #D7F5C6;
}

.map-pin_type_nature .map-pin__plate:before {
    background-image: url("/assets/img/icon_type_nature.svg");
    background-color: #D7F5C6;
}

.map-pin_type_poselenie .map-pin__plate:before {
    background-image: url("/assets/img/icon_type_poselenie.svg");
    background-color: #D7F5C6;
}

.map-pin_type_construction .map-pin__plate:before {
    background-image: url("/assets/img/icon_type_construction.svg");
    background-color: #D7F5C6;
}

.map-pin_type_tradition .map-pin__plate:before {
    background-image: url("/assets/img/icon_type_tradition.svg");
    background-color: #D7F5C6;
}

.divider {
    border-top: 1px solid black;
    height: 10px;
}



.brand .grid_9 {
    max-width: 809px;
    width: calc(100% - 310px);
}

.catalog {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.catalog__total {
    right: 15px;
}

.brand__separator {
    width: 100%!important;
    padding-left: 14px;
    padding-right: 14px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

.list-items2 {
    width: 100%;
}

main.news {
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
}

.news-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news .grid_12 {
    max-width: 1088px;
    width: 100%;
    margin: 0;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
}

.news-column .news-item {
    width: calc(50% - 15px);
}


.feedback, .region-view, .participation {
    max-width: 1176px!important;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.feedback form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.feedback__col {
    width: calc(50% - 15px);
    margin-left: 0;
    margin-right: 0;
}

.members {
    width: auto;
}

.members .tabs {
    display: flex;
}

.region-view > .container_12 {
    display: flex;
}

.region-view .grid_7 {
    width: calc(100% - 481px);
    max-width: 623px;
}

.brand-view {
    width: auto!important;
    max-width: 100%!important;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
}

.brand-info {
    max-width: 1310px;
    width: 100%;
    box-sizing: border-box;
}

.brand-text-blocks {
    max-width: 1088px;
    width: calc(100% - 28px);
}

.brand-info .media, .brand-info__big-photo .img {
    width: 100%;
}

.how-to-travel {
    max-width: 1116px;
    width: 100%;
}

.page-lk__right-col {
    /*max-width: 870px;*/
    /*width: calc(100% - 218px - 28px);*/

    width: calc(100% - 218px - 14px);
    margin-right: 0;
}

.header__mobile_menu {
    position: fixed;
    top:0;
    left: 0;
    right: 40px;
    background: #fff;
    z-index: 11;
    padding-left: 40px;
    padding-top: 35px;
    box-sizing: border-box;
    overflow: scroll;
    height: 100vh;
    box-shadow: 0px 6px 12px #00000026;
    transform: translateX(-100%);
    transition: .5s;
}

.header__mobile_menu.active {
    transform: translateX(0);
}

.header__mobile_menu .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
}

.header__mobile_menu .top .title {
    font-size: 14px;
    font-weight: bold;
    color: #020202;
    opacity: 0.22;
    text-transform: uppercase;
}

.header__mobile_menu .top .close {
    width: 18px;
    height: 18px;
    background: url("/assets/img/icon_close.svg") center no-repeat;
    background-size: contain;
}

.header__mobile_menu nav {
    margin-top: 20px;
}

.header__mobile_menu nav li {
    list-style: none;
    color: #1D1D1B;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    margin-top: 10px
}

.list_regions {
    height: 250px;
    overflow: scroll;
}

.list_regions a {
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 95px;
    padding-left: 28px;
    padding-right: 28px;
    box-sizing: border-box;
}

.header2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 110px;
  padding-right: 28px;
  box-sizing: border-box;
}

nav.header-nav, .header .site-logo, header input.search__field, .user-panel {
    position: static;
}

.user-panel a.nologin {
    margin-right: 0;
}

.user-panel {
    margin-left: 15px;
}

.site-logo {
    width: 100%;
    min-width: 93px;
    max-width: 93px;
}

form.search_mobile {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 2;
    padding-bottom: 10px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    background: #fff;
    margin: 0!important;
    display: none;
}

.search_mobile input.search__field {
    width: 100%;
}

.search_mobile_action {
    width: 100%;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    background: url(/assets/img/icon_search.svg) center no-repeat;
    background-size: contain;
    margin-left: 15px;
    display: none;
    cursor: pointer;
}

.search_mobile_action.active {
    background: url(/assets/img/icon_close.svg) center no-repeat;
    background-size: contain;
}

.nologin_mobile {
    width: 100%;
    min-width: 22px;
    max-width: 22px;
    height: 22px;
    background: url(/assets/img/icon_complex-person.svg) center no-repeat;
    background-size: contain;
    display: none;
    cursor: pointer;

}

.mobile_menu_burger {
    min-width: 24px;
    width: 24px;
    height: 22px;
    background: url(/assets/img/list-menu.svg) center no-repeat;
    background-size: contain;
    margin-right: 20px;
}

.news-page.container_12 .grid_10 {
    max-width: 995px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 14px;
    padding-right: 14px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    float: none;
}

.user-panel {
    display: flex;
    align-items: center;
}

.user-panel__user-photo {
    position: static;
}

.news-page__media img {
    width: 100%;
}

.news-page__body {
    padding-left: 20px;
}

.news-page__article ul, ol {
    list-style: unset;
}
.news-page__article p {
    text-indent: unset;
    text-align: justify;
}

.catalog__filter-panel {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.catalog__filter-panel div:nth-child(2) {
    height: auto!important;
    margin-bottom: 28px;
}

.catalog__filter-panel .brand_sort_direction {
    margin-bottom: 28px;
}

.catalog__filter-panel .brand_sort_direction .direction {
    position: static;
}

.mobile_menu_burger {
    display: none;
}

.news-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.region-view > .container_12 .brand_sort_direction {
    padding-right: 0;
    width: auto;
    margin: 0;
}

.region-view > .container_12 .brand_sort_direction .direction {
    left: 0;
}

.page-map .tags {
    width: 1255px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.baloon {
    width: 100%;
}

.news-item-large .news-item-image {
    background: none;
}

.feedback h1, .auth h1, .register h1 {
    max-width: 1080px;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

.register {
    max-width: 1116px;
    width: 100%;
}

.register .section-top-header, .register__full-row {
    width: 100%;
    max-width: 1088px;
    padding-left: 14px;
    padding-right: 14px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

.register__textarea-col {
    width: calc(50% - 30px);
    max-width: 530px;
}

.register__left {
    max-width: 716px;
    width: 63%;
}

.register__right {
    width: 31%;
    max-width: 344px;
}

.cultural-events {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 14px;
    padding-right: 14px;
}

.cultural-events-item {
    width: calc(33% - 20px);
    border-radius: 27px;
    border: 1px solid #dadada;
    padding-bottom: 22px;
    margin-top: 30px;
}

.cultural-events-item:nth-child(3n+2) {
    margin-left: 30px;
    margin-right: 30px;
}

.cultural-events-item-image {
    position: relative;
}

.cultural-events-item-image:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(8, 8, 8, 0) 0%, #0a0a0a 100%);
    z-index: 1;
}

.cultural-events-item-image > img {
    width: 100%;
    min-height: 203px;
    object-fit: cover;
    height: 203px;
    border-radius: 27px 27px 0 0;
}

.cultural-events-item__title {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 12px;
    font-size: 20px;
    line-height: 25px;
}

.cultural-events-item__description {
    color: #656565;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 16px;
    padding-left: 30px;
    padding-right: 30px;
    height: 17px;
    /*word-wrap: normal;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.cultural-events-item__type {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 15.6px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    left: 30px;
    bottom: 18px;
    z-index: 2;
}

.cultural-events-item__actions {
    position: absolute;
    right: 30px;
    bottom: 18px;
    z-index: 2;
    display: flex;
}

.favorite_action {
    background-image: url(/assets/img/icon_hearts.svg);
    background-size: cover;
    width: 16px;
    height: 13px;
    top: -2px !important;
}

.favorite_action.active {
    background-position: left center;
}

.favorite_action:hover {
    background-position: left center;
    cursor: pointer;
}

.cultural-events-item__line {
    background-color: #dadada;
    height: 1px;
    width: calc(100% - 60px);
    margin: 20px auto;
}

.cultural-events-item__place {
    color: #000000;
    height: 33px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 30px;
    padding-right: 30px;

    overflow: hidden;
    text-overflow: ellipsis;
}


.calendar_banner {
    max-width: 1920px;
    margin: 0 auto;
    background-size: cover !important;
    min-height: 395px;
    position: relative;
}

.calendar_banner:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 0;
    right: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(4, 4, 4, 0.44) 35%, #0a0a0a 100%);
    z-index: 1;
}

.calendar_banner .container {
    max-width: 893px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 40px;
    z-index: 2;
}

.calendar_banner__type {
    opacity: 0.71;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.calendar_banner__title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 8px;
}

.calendar_banner__description {
    color: #b7b7b7;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
}

.calendar_banner__actions {
    display: flex;
    align-items: center;
    margin-top: 27px;
}

.calendar_banner__actions button {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
}


.calendar__description {
    padding-top: 40px;
    padding-bottom: 50px;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.calendar__description-title {
    color: #1d1d1b;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
}

.calendar__gallery-slider__item {
    /*width: 283px !important;*/
    overflow: hidden;
    height: 188px !important;
    margin: 25px 15px 0;
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
}

.calendar__gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.calendar__gallery, .calendar__gallery-slider {
    width: 100%;
}

.calendar__gallery-slider {
    width: calc(100% + 30px);
    margin-left: -15px;
}

.calendar__gallery-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.calendar h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.calendar__gallery-slider__control .prev, .calendar__gallery-slider__control .next {
    background-image: url(/assets/img/blue-arrows.svg);
    background-size: cover;
    width: 6px;
    height: 10px;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}

.calendar__gallery-slider__control .next {
    background-position: top right;
    margin-left: 10px;
}

.calendar__program, .calendar__website {
    padding-top: 50px;
    width: 100%;
}

.calendar__program-header, .calendar__website-header {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}

.calendar__program-list li {
    margin-top: 26px;
    font-size: 16px;
    font-weight: 400;
    line-height: 11px;
}

.calendar__program-list li span {
    opacity: 0.4;
    font-size: 13px;
    font-weight: 400;
    line-height: 11px;
    margin-right: 25px;
    display: inline-block;
    width: 80px;
}

.calendar__website-header {
    margin-bottom: 30px;
}



.calendar__website-site {
    color: #505fa0;
    display: block;
}

.calendar__back {
    margin-top: 50px;
    width: 100%;
    border-top: 1px solid #efefef;
    padding-top: 30px;
    padding-bottom: 90px;
}

.calendar__back a {
    font-size: 13px;
    font-weight: 600;
    line-height: 15.6px;
    position: relative;
    display: block;
    padding-left: 15px;
}

.calendar__back a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url(/assets/img/black-arrows.svg);
    background-size: cover;
    width: 4px;
    height: 6px;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}


#type_event {
    width: 100%;
    margin-top: 20px;
}

.container_checkbox {
    display: flex;
    flex-wrap: wrap;

}

.container_checkbox label {
    font-size: 15px;
}

.item-form {
    margin-top: 30px;
}

.buttons-form {
    margin-top: 40px;
    max-width: max-content;
}

button.delete {
    border-radius: 21px;
    border: 1px solid #eeeff6;
    color: #ea122b;
    font-size: 13px;
    font-weight: 400;
    padding: 11px 25px;
    outline: none;
    background: none;
    cursor: pointer;
}

.w_50 {
    width: calc(50% - 15px);
}

.calendar-widget.w_50 {
    padding-right: 50px;
    box-sizing: border-box;
}

.flex_sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.file-loader .drop-photo {
    margin-top: 10px;
    margin-bottom: 1em;
    width: 100%;
}

.item-form .drop-photo span {
    opacity: 0.4;
    color: #1d1d1b;
    font-weight: 400;
}

.lk-table {
    margin-top: 25px;
    width: 100%;
}

.lk-table tr {
    border-bottom: 1px solid #d7dced;
}

.lk-table thead th {
    opacity: 0.81;
    color: #1d1d1b;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.lk-table tbody td {
    padding: 10px 15px 10px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

button.edit, button.copy {
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
}

button.copy {
    margin-left: 10px;
}

.calendar-widget-lk .show-calendar {

    right: 10px;
    top: 23px;
}


.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 0; /* Style for "Rectangle" */
    width: 19px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #cfd1e0;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
    background-image: url('/assets/img/checked.svg');
    background-size: 12px;
}

.select_2 .select2-container--default .select2-selection--single {
    text-decoration: none;
    display: block;
    border: 1px solid #C6C6C6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 21px;
    padding: 10px 15px;
    font-size: 16px;
    background-color: #FAFAFA;
    color: #1D1D1B;
    background-image: url(/assets/img/select_arrows.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    height: 42px;
    overflow: hidden;
    padding-right: 29px;
    cursor: pointer;
    width: 100%;
    background-size: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select_2 {
    height: 42px;
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 1em;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
}

.drop-photo-new img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    object-fit: contain;
    height: 100%;
    width: 100%;
    background: #fff;
}

.drop-photo-new .container-images {
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    object-fit: contain;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.drop-photo-new .container-images .item-image {
    width: calc(33% - 20px);
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 10px;
    border: 1px solid rgba(0, 0, 0, 0.27);
    background: #fff;
    border-radius: 8px;
}

.drop-photo-new .container-images .item-image img {
    position: static;
}

.drop-photo-new {
    height: auto;
    min-height: 168px;
}

.cke_chrome {
    margin-top: 10px;
    margin-bottom: 1em;
}

.select2-container {
    width: 100%!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal!important;
    padding-left: 0!important;
}

.cke_reset {
    margin-top: 10px!important;
    margin-bottom: 1em!important;
}

.select_2_adm .select2-container--default .select2-selection--single {
    height: 35px;
}

.select_2_adm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 15px!important;
}


@media screen and (max-width: 1340px) {
    .brand-info {
        padding: 55px 45px;
    }
    .brand-info__big-photo, .brand-info__description {
        width: calc(50% - 28px)
    }

    .brand-info__big-photo .slick-slide {
        padding: 0 5px;
        box-sizing: border-box;
    }

    .brand-info__big-photo .slick-slide:first-child {
        margin-left: 0;
    }

    .media-slider__item {
        width: 100%;
    }

}

@media screen and (max-width: 1200px) {

    .search_mobile_action {
        display: block;
    }

    .header form.search {
        display: none;
    }

    .footer .container_12 {
        padding: 0 14px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
    }

    .footer .container_12:before {
        display: none;
    }

    .footer .container_12 .prefix_1 {
        padding-left: 0;
    }

    .footer__bottom {
        padding-top: 28px!important;
        padding-bottom: 1em!important;
    }
}

@media screen and (max-width: 1100px) {



    .how-to-travel {
        display: flex;
        flex-direction: column-reverse;
    }

    .how-to-travel__map, .how-to-travel__text {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 14px;
        padding-right: 14px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 925px) {

    .register__footer {
        flex-wrap: wrap-reverse;
    }

    .register__footer-left, .register__footer-right {
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }

    .register__footer-right {
        flex-wrap: wrap;
    }

    .button-helper {
        text-align: left;
        width: 100%;
    }

    .register__footer-right .button, .register__footer-left {
        margin-top: 20px;
    }

    .register__left, .register__right, .register__textarea-col {
        width: 100%;
        max-width: 100%;
        padding-left: 14px;
        padding-right: 14px;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }

    nav.header-nav ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    nav.header-nav ul li {
        width: 24%;
    }

    .page-lk__right-col, .page-lk__left-col {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .page-lk__right-col {
        margin-top: 30px;
    }

    .page-lk__tab {
        padding-left: 14px;
    }

    .brand-info__big-photo, .brand-info__description {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .region-view > .container_12 {
        flex-wrap: wrap;
    }



    .region-view .grid_7, .region-view .grid_5 {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .participation {
        flex-direction: column;
    }

    .participation__right {
        margin-left: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .participation__right img {
        width: 100%;
    }

    .banner__info {
        margin-top: 0;
        margin-left: 30px;
    }
    .banner {
        align-items: center;
        position: relative;
    }
    .banner__image_2 {
        position: absolute;
        right: 0;
    }

    .footer .container_12 .grid_2 {
        display: none;
    }

    .footer-menu {
        margin-top: 0;
    }
}

@media screen and (max-width: 800px) {

    .baloon__desc {
        display: none;
    }

    .categories-line {
        overflow: visible;
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .categories-line .category {
        padding: 10px;
        margin: 0;
    }

    .mobile_menu_burger {
        display: block;
    }

    nav.header-nav ul, .nologin-panel .nologin {
        display: none;
    }

    .user-panel.nologin-panel, .search_mobile_action {
        margin-left: 20px;
    }

    .nologin-panel .nologin_mobile {
        display: block;
    }

    .banner {
        height: auto;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-top: -15px;
    }
    .banner__info {
        margin-top: 30px;
        width: 100%;
        padding: 0 25px 0 25px;
        margin-left: 0;
    }
    .banner__image_2 {
        position: static;
        width: 100%;
        height: 160px;
        overflow: hidden;
        margin-top: 40px;
    }
    .banner__image_2 svg mask {
        display: none;
    }

    .page-lk__tab-meta {
        right: 20px;
    }


}

@media screen and (max-width: 768px) {

    .calendar h1 {
        margin-bottom: 0;
    }

    .calendar__total {
        width: 100%;
        margin-bottom: 30px;
    }

    .page-map__info {
        overflow: scroll;
    }

    .cultural-events-item {
        width: calc(50% - 17px);
    }

    .cultural-events-item:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }

    .cultural-events-item:nth-child(2n) {
        margin-left: 30px;
    }

}

@media screen and (max-width: 700px) {

    .brand__photo {
        width: 100%;
    }

    .register__row {
        width: 100%;
        flex-wrap: wrap;
    }

    .register__row .register__field {
        width: 100%;
        max-width: 100%;
        flex: auto;
        margin-right: 0;
    }

    .region__total {
        margin-bottom: 15px;
    }

    .brand-info__author .dflex {
        flex-wrap: wrap;
    }

    .feedback__col {
        width: 100%;
    }

    .feedback form {
        flex-wrap: wrap;
    }

    .footer .container_12 {
        flex-wrap: wrap;
    }

    .footer__bottom {
        flex-direction: column-reverse;
        align-items: center;
    }

    .footer__bottom .grid_4 {
        text-align: center;
    }

    .footer__bottom .align_right {
        max-width: 251px;
    }

    #footer_grid_5 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer .container_12 > div {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #footer_grid_5 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer-subscribe {
        margin-top: 30px;
    }

    .news-column .news-item {
        width: 100%;
    }

    .main-participate {
        flex-wrap: wrap;

    }

    .main-participate__left, .main__participate {
        width: 100%;
        max-width: 100%;
    }

    .main-participate__right {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .news__right-column, .news__left-column {
        width: 100%;
        left: 0;
    }

    .brand .grid_3, .brand .grid_9 {
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }


    .brand .grid_9 {
        display: flex;
        flex-direction: column;
    }

    .brand .brand__type {
        align-self: flex-end;
    }

    .brand .grid_9 {
        margin-top: 30px;
     }

     .catalog__total {
         position: static;
         margin-bottom: 20px;
         margin-top: -12px;
     }

}

@media screen and (max-width: 640px) {

    .calendar_banner__actions {
        flex-wrap: wrap;
    }

    .cultural-events-item {
        width: 100%;
    }


    .cultural-events-item:nth-child(2n) {
        margin-left: 0;
    }


    .horizontal-scroll {
        overflow: visible!important;
        height: auto;
        flex-wrap: wrap;
        margin-top: -30px;
        margin-bottom: -30px;
    }

    .banner__info {
        padding: 0 15px;
        margin-top: 10px;
    }

    .categories-line {
        justify-content: space-between;
    }

    .categories-line .category {
        width: 33%;
        box-sizing: border-box;
    }

    .category div:before {
        width: 25px;
        height: 25px;
        background-size: 15px;
    }

    .category div span {
        font-size: 10px;
    }

    .brand__photo {
        width: 100%;
    }

    .page-lk .button._save, .page-lk .button.button_cancel {
        margin-top: 10px;
    }

    .lk__rate {
        width: 100%;
    }

    .text-section header {
        display: flex;
        flex-direction: column-reverse;
    }

    .coordinates {
        position: static;
    }

    .brand-text-blocks {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .how-to-travel__map, .how-to-travel__text {
        padding-left: 0;
        padding-right: 0;
    }

    .feedback, .region-view, .participation {
        padding-left: 15px;
        padding-right: 15px;
    }



    .news .grid_12, .brand .grid_3, .brand .grid_9 {
        padding-left: 0;
        padding-right: 0;
    }

    .main__section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .feedback__col, .auth__col {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .header, form.search_mobile {
        padding-left: 15px;
        padding-right: 15px;
    }

    .site-logo {
        min-width: 65px;
    }

    .members .tabs {
        overflow: scroll;
    }

    .news .social-block {
        position: static;
    }

    .brand-info {
        padding: 55px 15px;;
    }

    .page-lk__tab-meta {
        display: none;
    }

    .lk-flex {
        flex-wrap: wrap;
    }

    .drop-photo {
        width: 100%;
        margin-bottom: 20px;
    }

    .lk-flex > div {
        flex: auto;
        width: 100%;
        margin-right: 0;
    }

    .page-lk__tab {
        padding-right: 14px;
    }

    .dostig p {
        line-height: 24px;
    }

    .page-lk .brand {
        flex-wrap: wrap-reverse;
    }

    .page-lk .brand a, .page-lk .brand__photo-cnt, .page-lk .brand__photo {
        width: 100%;
    }

    .page-lk .brand a {
        margin-top: 30px;
    }


}

@media screen and (max-width: 500px) {

    .brand-info__controls {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .brand-info__controls a {
        margin-top: 10px;
    }

    .brand-info__controls a:nth-child(1) {
        margin-top: 0;
    }

    .banner__info p {
        font-weight: bold;
    }

    .page-lk__right-col .tabs {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-lk__right-col .tabs .tab {
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px;
        padding-right: 0;
    }

    .coordinates .copy-link {
        margin-left: 0;
        width: 100%;
    }

    .catalog__filter-panel div {
        margin-left: 0!important;
        margin-right: 0!important;
        width: 100%!important;
    }

    .map-object__info {
       position: static;
       height: auto;
       width: 180px;
    }

    .map-object {
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media screen and (max-width: 370px) {
    .banner__info a {
        margin-top: 10px;
        font-size: 13px;
    }

    .banner__image_2 {
        margin-top: 25px;
    }

    .banner__info h2 {
        font-size: 30px;
    }
 }

.object_grid_holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 700px) {
    .object_grid_holder {
        grid-template-columns: 1fr;
    }
}
