@font-face {
    font-family: 'MontserratL';
    src: url('fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratB';
    src: url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratR';
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

img {
    max-width: 100%;
}


a {
    color: #1a1e21;
    text-decoration-color: #49b799;
}

a:hover {
    color: #1a1e21;
    text-decoration: none;
}

body {
    font-family: 'MontserratL';
    /*background: #f5f7f9;*/
    background: #fff;
}


header {
    margin: auto;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 100;
}


section {
    padding: 75px 0;
}

:root {
    --primary-color: #3f3b57; /* Определение переменной с именем primary-color и значением #FF0000 (красный) */
}


h1 {
    font-family: 'MontserratB';
    font-size: 32px;
    text-transform: uppercase;
}

h2 {
    font-family: 'MontserratB';
    font-size: 32px;
}

h3 {
    font-family: 'MontserratB';
}

.page_post h3 {
    font-size: 16px;
    margin-top: 20px;
}

p {
    font-size: 16px;
}

b {
    font-family: 'MontserratB';
}

a {
    cursor: pointer;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}


/* Стилизация основного скроллбара */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Стилизация бегунка скроллбара */
::-webkit-scrollbar-thumb {
    background-color: #49b799;
    border-radius: 4px;
    /* Добавьте бордер, чтобы избежать проблем с отображением */
    border: 1px solid transparent;
}

/* Стилизация при наведении на бегунок */
::-webkit-scrollbar-thumb:hover {
    background-color: #49b799;
}


::-webkit-scrollbar-track {
    background-color: #ccc;
}


.horizontal_scroll::-webkit-scrollbar {
    width: 2px;
    height: 6px;
}

.horizontal_scroll::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 4px;
}

.horizontal_scroll::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}

.horizontal_scroll::-webkit-scrollbar-track {
    background-color: #ccc;
}

.header_dektop {
    padding: 5px 0;
}


.line_header_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.line_header_desk_logo {
    width: 100%;
    /* margin: auto; */
    /* display: block; */
    text-align: left;
    padding-left: 20px;
    margin-bottom: 0px;
}

.line_header_desk_logo img {
    width: 180px;
}


.line_header_desk form {
    display: flex;
    width: 300px;
    margin: 0 10px;
}

.line_header_desk form input {
    width: 100%;
    margin: 3px;
    padding: 4px 20px;
}

.line_header_desk form button {
    /*background: transparent url(img/icon/icon_1.svg);*/
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: 100%;
    margin-left: 5px;
    border: none;
    background-repeat: no-repeat;
    /*opacity: 0.4;*/
}


.line_header_desk ul {
    display: flex;
    /*justify-content: space-between;*/
    width: 60%;
    flex-wrap: wrap;
}

.line_header_desk ul li a {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.line_header_desk ul li a:hover {

}

.menu_icons {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 30px;
    position: relative;
}


.menu_icons img {
    max-height: 17px;
    margin-right: 10px;
    width: auto;
}

.menu_icons:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    width: 25px;
    height: 25px;

}

.menu_news:before {


    /*background: url(img/icon/icon_2.svg);*/
}

.menu_place:before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*background: url(img/icon/icon_3.svg);*/
}

.menu_tour:before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*background: url(img/icon/icon_4.svg);*/
}

.menu_trans:before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*background: url(img/icon/icon_5.svg);*/
}


.hidden {
    display: none;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;

}


.main_page_offer {
    background-image: url(img/map_bg.webp);
    padding: 100px 0px;
}


.main_page_offer_cities {

}

.horizontal_scroll_container {
    display: flex;
    overflow-x: auto;
    cursor: grab;
    scroll-snap-type: x mandatory;
}


.main_page_offer_cities ul {
    justify-content: space-between;
    align-items: end;
    width: 100%;
    display: flex;
    gap: 30px;
    position: relative;
    overflow-x: scroll;
    padding: 50px 20px;
}

.main_page_offer_cities ul li {
    position: relative;
    width: 600px;
    display: flex;
    align-items: end;

}


.main_page_offer_cities ul li img {
    /*position:absolute;*/
    left: 0;
    /*top: -65%;*/
    max-width: 230px;
    max-height: 320px;
    position: relative;
    top: 0;
    transition: 0.5s;
}


.main_page_offer_cities_txt {
    width: 450px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 9px -5px #000;
    margin-left: -90px;
    opacity: 0.9;
}

.main_page_offer_cities_txt a {
    color: #000;
    text-decoration: none;
}


.main_page_offer_cities ul li:hover img {
    top: -20px;
}


.main_page_offer_cities_txt h2 {
    font-size: 20px;
    font-family: "MontserratB";
    text-transform: uppercase;
}

/*.main_page_offer_cities_txt h2:after{*/
/*    content: '';*/
/*    */
/*}*/

.main_page_offer_cities_img {
    width: 250px;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.informer_line_item {
    border: 0.5px solid #000;
    border-radius: 5px;
    background: transparent;
    padding: 1px 10px;
    font-size: 13px;
}


.informer_line_item a {
    text-decoration: none;
    color: #696969;
}

.informer_line_item:hover {
    background: #eee;
}

.informer_line_item img {
    width: 20px;
}

.main_page_offer_cities_invormer_line {
    display: flex;
    gap: 5px;
    justify-content: start;
    margin-top: 15px;
    flex-wrap: wrap;
}

.main_page_offer_cities_txt p {
    margin-bottom: 5px;
    line-height: 19px;
    color: #555;
}

.gray_bg {
    background: #f2f2f2;
}

.news_container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: -10px;
}

/* Стили для каждого блока новостей */
.news_block {
    box-sizing: border-box;
    width: calc(33.3333% - 20px); /* 3 блока в ряд, с отступами */
    margin: 10px;
    padding: 15px;
    border: 1px solid #ccc;
    position: relative;
    color: #fff;
    min-height: 400px;
    border-radius: 10px;
    overflow: hidden;
    background-position: center;
    /*background-position-y: top;*/
    background-size: cover;
    background-repeat: no-repeat;
}

.news_block_item_overlay {
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 65%);
    opacity: 0.65;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    z-index: 0;
}


/* Стили для первого блока новостей */
/*.news_block:first-child {*/
/*    width: calc(66.6666% - 20px); !* 2 блока в ряд для первого блока *!*/
/*}*/


.news_block_item_text {
    color: #fff;
    z-index: 1;
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 90%;

}

/* Пример стилей для содержимого новостного блока */
.news_title {
    font-size: 18px;
    text-shadow: 1px 1px 10px black;
    font-family: MontserratB;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.news_block:first-child .news_title {
    font-size: 18px;
}

.news_description {
    font-size: 14px;
    color: #666;
}

.news_date {
    margin-bottom: 10px;
    font-size: 14px;
}

.news_views {
    position: absolute;
    color: #fff;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;

}

.news_views:before {
    content: '';
    /*background-image: url("img/icon/icon_view.webp");*/
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -5px;
    position: relative;
}

.news_time {
    border: 0.5px solid #fff;
    display: inline-block;
    padding: 1px 10px;
    font-size: 13px;
    border-radius: 5px;
    background: #00000069;
}


footer {
    background: #f2f2f2;
    /*padding: 50px 0;*/
}

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

.footer_line_logo img {
    width: 120px;
}

.footer_line_links {
    text-align: right;
}

.footer_line_links_soc img {
    max-height: 50px;
}


.footer_line_links_about a {
    text-decoration: none;
    color: #555;
    padding: 0px 0;
    position: relative;
    display: block;
    font-size: 18px;
}


.search_result_page {
    padding: 150px 0 100px;
}

.search_result_page form {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    margin: 20px 10px 40px;
}

.search_result_page form input {
    width: 100%;
    border-radius: 20em;
    background: #ebebeb;
    border: 1px solid #ccc;
    padding: 15px 200px 15px 25px;
    position: relative;
}

.search_result_page form .main_button {
    position: absolute;
    max-width: 180px;
    right: 5px;
    border-radius: 20em;
}

.page_post {
    padding: 0px 0 100px;
}

.page_post h1 {
    margin-bottom: 20px;
    color: #000;
    z-index: 1;
    position: relative;
    text-transform: none;

}

.page_post_thumb_box {
    position: relative;
    z-index: 1;
    /*padding: 350px 40px 40px;*/
    padding: 10px 0;
    background-size: cover;
    overflow: hidden;
}

.page_post_thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.page_post_thumb_blure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    filter: blur(25px);
    transform: scale(1.5);
}


.page_post_header_tags {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 10px 0 0 0;
    color: #FFF;
    position: relative;
    flex-wrap: wrap;
}

.page_post_header_tags p {
    margin-bottom: 0;
}

.snippet_frame {
    border: 1px solid #000;
    display: inline-block;
    padding: 1px 10px;
    font-size: 15px;
    border-radius: 5px;
    color: #000;
    /*background: #00000069;*/
}

.snippet_frame:hover {
    background: #e5e5e5;
}

.snippet_frame a {
    text-decoration: none;
    color: navy;
}


.snippet_frame_cat {
    padding: 0px 10px 5px;
    border: 0.5px solid #fff;
    display: flex;
    align-items: center;
    font-size: 13px;
    border-radius: 5px;
    background: #fff;
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 0;
    width: fit-content;
    gap: 5px;
}

.snippet_frame_cat img {
    max-width: 15px;
    max-height: 15px;
}

.page_post_text_content {
    /*padding: 15px 0;*/
}

.page_catigories {
    padding: 150px 0 50px;
}

.page_catigories h1 {
    padding-bottom: 20px;
}

.page_catigories ul {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.page_catigories ul li {
    width: 24%;
    padding: 40px 20px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: none;
    position: relative;
    top: 0px;
    transition: 0.5s;
}


.page_catigories ul li:hover {
    box-shadow: 0px 10px 21px -13px #0009;
    top: -10px;
}

.page_catigories ul li p {
    overflow: hidden;
}

.page_catigories ul li a {
    text-decoration: none;
    color: #000;
}

.page_catigories ul li img {
    max-width: 40px;
    max-height: 40px;
    opacity: 0.3;
    transition: 0.5s;
}

.page_catigories ul li:hover img {
    opacity: 1;
}

.page_catigories ul li h2 {
    font-size: 20px;
    padding: 20px 0 0 0;
}


.page_catigories ul li .count_posts {
    padding: 1px 9px;
    border: 1px solid #000;
    position: absolute;
    border-radius: 5px;
    right: 15px;
    top: 15px;
    margin-bottom: 0;
    opacity: 0.5;
    font-size: 13px;
    transition: 0.5s;
}

.page_catigories ul li:hover .count_posts {
    opacity: 1;
}


.page_category_detail {
    /*padding: 0 0 25px;*/
}

.page_city_detail {
    padding: 150px 0 90px;
}

.page_city_detail {

}

.page_city_detail_img_city {
    padding: 60px 40px;
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.page_city_detail_img_city h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    z-index: 1;
    position: relative;
}

.page_city_detail_img_city p {
    color: #fff;
    font-size: 25px;
    text-shadow: 2px 2px 3px black;
    z-index: 1;
    position: relative;
}

.sub_title_city {
    color: gray;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'MontserratL';
}

.page_post_thumb_box_with_side {
    display: flex;
}

.page_post_thumb_box_content {
    width: 65%;
    padding: 0 15px 0 0;
}

.page_post_thumb_box_side {
    width: 35%;
    padding: 0 0 0 15px;
}


.news_container.news_container_related {
    justify-content: space-between;
}

.page_post_thumb_box_side .news_container .news_block:first-child {
    width: 100%;
}

.news_container.news_container_related .news_block:first-child {
    width: 47%;
}

.page_post_thumb_box_side .news_container .news_block {
    width: 100%;
    min-height: 300px;
}


.news_container.news_container_related .news_block {
    width: 47%;
}

.page_post_thumb_box_side .news_container .news_block {
    margin: 0 0 10px 0;
}

.page_login {
    padding-top: 7%;
}

.news_container.news_container_related {
    margin-right: -10px;
}

.page_post_photo_content img {
    max-width: 100%;
}


.base_page_padding {
    padding: 150px 0 100px;
}


.comment_box {
    /*padding: 30px 20px;*/
    border-radius: 5px;
    margin-bottom: 50px;
}

.comment_box ul li {
    position: relative;
    /*border-bottom: 1px solid #c9c9c9;*/
    padding: 20px;
    border-radius: 10px;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

.comment_box ul li form.delete_comment {
    position: absolute;
    right: 10px;
    top: 10px;
}

.comment_box ul li ul li form.delete_comment
.comment_box ul li ul li:before {
    content: '';
    border: 1px solid gray;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 28px;
    border-radius: 20em;
}

.add_comment_post {
    padding-top: 15px;
}

.add_comment_post textarea {
    width: 100%;

}

.add_comment_post button {
    color: #fff;
    background: var(--primary-color);
    padding: 7px 30px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    transition: 0.5s;
}

.add_comment_post button:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background: transparent;
}


.add_comment_post_but {
    color: #fff;
    background: var(--primary-color);
    padding: 7px 30px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    transition: 0.3s;
    margin: 15px 0;
}


.add_comment_post_but:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background: transparent;
}

.opacity_button {
    border: none;
    background: transparent;
    color: var(--primary-color);
}

.opacity_button i {

}

.header_comment {
    margin-bottom: 5px;
}

.date_comment {
    border: 1px solid gray;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 3px;
    opacity: 0.5;
}

.footer_comment {
    display: flex;
    gap: 15px;
}


.footer_comment a {
    color: var(--primary-color);
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: transparent;
}

.accordion:after {
    content: '';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg);
}

.active:after {
    content: "";
    display: none;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 0 solid #000;
    border-left: 0 solid #000;
}

.panel {
    background-color: white;
    /*max-height: 0;*/
    /*overflow: hidden;*/
    transition: max-height 0.2s ease-out;
}


.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -300px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}


.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: gray;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


.header_mobile {
    display: none;
}


.mobile_post_title {
    display: none;
}

.city_link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.comment_text {
    margin-bottom: 3px;
}

.comment_item {
    padding: 10px 0;
    /*border-left: 1px solid #ffa0a0;*/
    /*padding-left: 20px;*/
    padding-bottom: 0;
    display: flex;
    align-items: flex-start;
}

.comment_item .comment_item_avatar {
    width: 50px;
}

.comment_item .comment_item_avatar img {
    width: 100%;
}

.comment_item .comment_item_avatar_box {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 20em;
}

.comment_item_text {
    padding-left: 15px;
}


.page_post_text_content p {
    line-height: 29px;
    font-size: 16px;
    font-family: 'MontserratR';
    margin-left: 0 !important;
    right: 0 !important;
    margin-bottom: 0;
}


.account {
    margin-bottom: 7px;
    margin-left: 20px;
    white-space: nowrap;
}

.account i {
    padding-right: 10px;
    font-size: 18px;
}

.account a {
    color: #0b0b0b;
    text-decoration: none;
}

.simple_box {
    width: 400px;
    margin: auto;
    padding: 30px 20px;
    box-shadow: 1px 1px 30px -13px #00000036;
    border-radius: 10px;
}

.simple_box h1 {
    font-size: 25px;
    text-align: center;
    padding-bottom: 10px;
}

.simple_box p {
    text-align: center;
    line-height: 18px;
}

.simple_box form {

}

.simple_box label {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    font-size: 13px;
}

.simple_box input {
    display: block;
    width: 100%;
    padding: 5px 10px;
}

.simple_box form button {
    background: #41b497;
    color: #fff;
    border: 1px solid #41b497;
    padding: 10px 20px;
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
}

.simple_box form button:hover, .simple_box form button:focus {
    border: 1px solid #41b497;
    background: #fff;
    color: #41b497;
}

.main_button {
    background: #41b497;
    color: #fff;
    border: 1px solid #41b497;
    padding: 10px 20px;
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
}

.main_button:hover, .main_button:focus {
    border: 1px solid #41b497;
    background: #fff;
    color: #41b497;
}


.helptext {
    font-size: 13px;
    display: block;
}


.account_page_flex {
    padding-top: 30px;
    display: flex;

}

.account_page_side {
    width: 30%;
    padding: 0 15px 0 0;
    border-right: 1px solid gray;
}

.account_page_side ul {

}

.account_page_side ul li {
    padding: 5px 0;

}

.account_page_side ul li a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 18px;
}

.account_page_side ul li a:hover {
    text-decoration: underline;
}


.account_page_content {
    width: 70%;
    padding: 0 0 0 20px;
}


.errorlist li {
    line-height: 18px;
    color: red;
}


#scrollToTopBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: var(--primary-color);
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 30px;
    border: none;
    border-radius: 20em;
    opacity: 0.4;
    display: none;
}

#scrollToTopBtn {
    opacity: 1;
}

#scrollToTopBtn:hover {

}

.tags_list_city {
    display: flex;
    gap: 5px;
    justify-content: start;
    margin-top: 15px;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}

.tags_list_city li {
    border: 0.5px solid #fff;
    border-radius: 20em;
    padding: 1px 20px;
    font-size: 16px;
    background: #000000ab;
}

.tags_list_city li a {
    text-decoration: none;
    color: #fff;
}


.tags_list_city li:hover {
    background: #fff;
}

.tags_list_city li:hover a {
    background: #fff;
    color: #000;
}

.breadcrumbs_box {
    padding: 0px 0 0px 10px;
}

.main_page_tags {

}

.bag_gray_city {
    background-image: url(img/map_bg.webp);

}


.main_page_tags .tags_list_city li {
    border: 0.5px solid #000;
    border-radius: 20em;
    padding: 1px 20px;
    font-size: 16px;

    background: transparent;
}

.main_page_tags .tags_list_city li a {
    color: #000;
}

.main_page_tags .tags_list_city li:hover a, .main_page_tags .tags_list_city li:hover {
    opacity: 0.8;
    background: #fff;
}

.breadcrumbs_box {

}


.breadcrumbs_box a {
    color: gray;
    text-decoration: none;
}

.breadcrumbs_box a:hover {
    text-decoration: underline;
}

.search_latest_post_list {
    display: flex;
    gap: 5px;
    justify-content: start;
    margin-top: 15px;
    flex-wrap: wrap;
}


.search_latest_post_list li {
    border: 0.5px solid #000;
    border-radius: 20em;
    padding: 1px 20px;
    font-size: 16px;
    background: transparent;
}

.search_latest_post_list li a {
    color: #000;
}

.answer_but {
    background: transparent;
    border: none;
    color: #989898;
    text-transform: lowercase;
    padding-left: 0;
}

/*#menu-container-list {*/
/*padding-left: 15px;*/
/*}*/

#menu-container {
    position: relative;
    top: 0;
    right: 0;
    padding: 20px;
    /*max-height: 300px;*/
    max-width: 500px;
    overflow-y: auto;
    border-radius: 20px;
    margin-bottom: 25px;
    /*box-shadow: 0 4px 24px rgba(0, 0, 0, .12);*/
    border: 0.5px solid #fff;

    box-shadow: inset -10px -10px 15px rgba(255, 255, 255, 0.5), inset 10px 10px 15px rgba(70, 70, 70, 0.12);

    background-color: #fff;
    border-top-color: #fff;
    border-right-color: #e2e2e2;
    border-bottom-color: #e2e2e2;
    border-left-color: #fff;
    /*background: #f5f7f9;*/
    background: #fff;
    transition: 0.5s;

}

#menu-container:hover {
    /*transition: 0.5s;*/

    border-top-color: #e2e2e2;
    border-right-color: #e2e2e2;
    border-bottom-color: #e2e2e2;
    border-left-color: #e2e2e2;
    box-shadow: none;
}

#menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

#menu-container a {
text-decoration: none;
    color: #333;
    display: inline;
    padding: 0 0 5px 5px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    line-height: 14px;
    display: inline-block;
}
#menu-container a:before{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: #3accb0;
    z-index: -1;
    transition: 0.3s;
    top: 0;
}

#menu-container a:hover:before{
    width: 100%;
}
/*#menu-container a:hover{*/
/*    color: #fff;*/
/*}*/

#addDocumentModal h2 {
    font-size: 18px;
    margin-top: 15px;
}

/*#menu-container ul li:hover{*/
/*    text-decoration: underline;*/
/*}*/

#menu-container ul li {
    list-style: circle !important;
}

#menu-container ul ul {
    padding-left: 20px;
}

#menu-container ul ul li a {
    padding-bottom: 0;
}

.menu_container_post_title {
    font-size: 20px;
    font-family: 'MontserratB';
    margin-bottom: 5px;
}

.ymap-container {
    position: relative;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    background: url(img/map_bg.webp) #ffffff no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: none;
    margin-bottom: 20px;
}

.ymap_container {
    position: relative;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    background: url(img/map_bg.webp) #ffffff no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: none;
    margin-bottom: 20px;
}


#map-yandex {
    position: relative;
    z-index: 7;
    width: 100%;
    height: 460px;
    cursor: pointer;
    background-color: transparent;
}


.ymap_container_map_box {
    position: relative;
    z-index: 7;
    width: 100%;
    height: 460px;
    cursor: pointer;
    background-color: transparent;
}

.post_image_caption {
    font-size: 20px;
    font-family: MontserratL;
    font-style: italic;
}

.loader {
    display: flex;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.loader p {
    font-size: 20px;
    padding: 10px 15px;
    border: 1px solid #000;
}


.about_author {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
}

.about_author p.author_title {
    font-family: 'MontserratB';
    margin-bottom: 0;
}

.about_author p.author_name {

}

.about_author img {
    max-width: 80px;
    padding-bottom: 10px;
}

.near_objects_post {
    font-family: 'MontserratB';
    font-size: 20px;
}


.p_like_a_title {
    font-family: 'MontserratB';
    font-size: 20px;
}

.p_like_a_title_h2_post {
    font-family: 'MontserratB';
    font-size: 16px;
    text-shadow: 1px 1px 10px black;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.page_post_text_content li {
    list-style: disc;
}


.dark_bg {
    z-index: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000082;
    top: 0;
    right: 0;
}


.default_link {
    text-decoration: underline;
    text-decoration-color: red;
    color: #000;
}

.default_link:hover {
    text-decoration: none;
}


.squere_link {
    border: 0.5px solid #000;
    border-radius: 3px;
    padding: 4px 20px;
    font-size: 16px;
    background: transparent;
    color: #0b0b0b;
    text-decoration: none;
}

.squere_link:hover {
    text-decoration: none;
    background: #eee;
    color: gray;
}

.add_object {
    display: flex;
    margin: 15px 0;
}


.place_list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 25px 0;
}


.place_list_item {
    /*width: 50%;*/
    width: calc(50% - 10px);
    border-radius: 10px;
    padding: 35px 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    min-height: 500px;
    transition: 0.5s;
    box-shadow: 0px 20px 22px -10px #000000c4;
}

.edit_place_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.place_list_item:hover {
    box-shadow: 0px 8px 12px -6px #000000c4;
}

.place_list_item_txt {
    z-index: 10;
    position: absolute;
    bottom: 25px;
}

.place_list_item_txt p.like_h3 {
    color: #fff;
    font-size: 18px;
    font-family: 'MontserratB';
}

.place_list_item_txt h3 {
    font-size: 18px;
    font-family: 'MontserratB';
    color: #fff;
}

.place_list_item_txt h3 span.distance_to_place_span {
    color: #fff;
    font-size: 13px;
    border: 0.5px solid #fff;
    font-family: 'MontserratL';
    padding: 2px 10px;
    border-radius: 5px;
}


.place_list_item_txt p {
    color: #fff;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 14px;
}

.place_list_item_txt_chank {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}


.place_list_item_txt_chank_item {
    display: flex;
    align-items: center;
}


.place_cat_icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.delete_place {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    padding: 9px 30px;
    margin-left: 15px;
}

.delete_place_list {

}


.add_object_input {
    padding: 5px 0;
}


.add_object_input label {
    display: block;
    width: 100%;
}

.add_object_input input {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
}

.add_object_input input:focus {
    border: 1px solid #ccc;
    border-bottom: 1px solid darkred;
}

.add_object_input select {
    border: 1px solid #ccc;
    padding: 3px 10px;
    border-radius: 5px;
}


.hidden_block {
    display: none;
}


.add_object_input .add_object_checkbox input {
    width: 20px;
}

.add_object_input textarea {
    width: 100%;
    min-height: 100px;
}


.add_object_input img {
    max-width: 300px;
}

.place_list_item_preview_box {
    padding: 0;
    box-shadow: none;
}

.place_list_item_preview_box:hover {
    box-shadow: none;
}

.width_100 {
    width: 100%;
}

.place_list_item_preview_txt {
    padding: 0;
    box-shadow: none;
}

.place_list_item_preview_txt:hover {
    box-shadow: none;
}


.add_object_checkbox {
    display: flex;
    align-items: center;
}

.dropbox {
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
    padding: 25px;
    border-radius: 10px;
    background: #f5f5f5;

}

.dropbox_form {
    margin-top: 25px;
}

#photo_input {
    display: none;
}


.plase_detail_img_list {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.plase_detail_img_list li {
    width: calc(33% - 6px);
    padding-bottom: 130px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.place-photos {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.delete_photo {
    z-index: 1;
    position: absolute;
    right: 5px;
    top: 0px;
}

.delete_photo {
    color: #fff;
    text-shadow: 0px 1px 4px black;
}

.delete_photo:hover {
    color: #e50303;
}

.add_phorto {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
}


.p_like_b {
    text-shadow: 1px 0 black;
    margin-bottom: 0;
}

#place-details-modal {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Добавляем затемнение */
    transition: right 0.5s ease, opacity 0.5s ease; /* Анимация движения и прозрачности */
    z-index: 999; /* Устанавливаем высокий z-index, чтобы модальное окно было поверх других элементов */
    /*padding: 20px;*/
    opacity: 0; /* Начальная непрозрачность */
    /*display: none;*/
}

.modal-content {
    background-color: #fefefe;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /*overflow: auto;*/
    padding: 20px;

    max-width: 800px;
    margin: auto;
    right: 0;
    transition: right 0.5s ease, opacity 0.5s ease;
    position: fixed;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    height: 100%;
}

#place-details-modal.show {
    right: 0; /* Показываем модальное окно, сдвигая его вправо */
    opacity: 1; /* Делаем модальное окно полностью непрозрачным */
    display: block;
    width: 100%;
}

#place-details-modal.hide {
    display: none;
}

.close {
    cursor: pointer;
}


.id_thumbnail {
    border: none;
}

.map_box_post {
    position: relative;
}

.distance_to_place {
    position: absolute;
}


section.main_page_news_h1 {
    padding-bottom: 0;
}

section.main_page_news_h1 h1 {
    margin-bottom: 0;
}

h2 a {
    color: #000;
    text-decoration: none;
}


.comment_box_category {
    padding-top: 15px;
    padding-bottom: 15px;
    padding: 0;
    /*display: none;*/
}

.comment_item {
    flex-wrap: wrap;
}

.comment_box_list_replyes {
    width: 100%;
    padding-left: 50px;
}

.reply-form {

}

.place_details_add_service {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
}


.subj_list_item_txt_chank_item {
    display: block;
    /*align-items: center;*/
}

.subj_list_item_txt_chank_item .like_h3 {
    font-size: 20px;
    font-family: 'MontserratB';
    margin-bottom: 0;
}


.subj_list_item_txt_chank_item .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    padding: 10px 20px;
}

.subj_list_item_txt_chank_item .active, .subj_list_item_txt_chank_item .accordion:hover {
    background-color: #ccc;
}


.subj_list_item_txt_chank_item {
    margin: 10px 0 20px;
}


.subj_list_item_txt_chank_item .accordion:after {
    /*content: '\002B';*/
    /*color: #777;*/
    /*font-weight: bold;*/
    /*float: right;*/
    width: 10px;
    height: 10px;
}

.subj_list_item_txt_chank_item .active:after {
    content: "\2212";
}

.subj_list_item_txt_chank_item .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


.form_link_buttom {
    display: block;
    color: #333;
    font-size: 13px;
    text-align: center;
    padding-top: 25px;
    text-decoration: none;
}

.form_link_buttom:hover {
    text-decoration: none;
}


.line_nav_info_item_profile {
    display: flex;
    align-items: center;
    justify-content: unset;
    position: relative;
}


.line_nav_info_item_profile .requisit_informer {
    left: 0;
}

.line_nav_info_item_profile a {
    display: flex;
    align-items: center;
}

.line_nav_info_item_profile .line_nav_info_item_profile_img {
    width: 45px;
    height: 45px;
    background-position: center;
    background-size: contain;
    /*background-size: cover;*/
    margin-right: 15px;
    border-radius: 20em;
    border: 1px solid #d4d4d4;

    background-repeat: no-repeat;
}

.line_menu_profile {
    margin-bottom: 0;
}

.line_menu_profile span {
    display: block;
    font-size: 13px;
    color: #8996A7;
    line-height: 10px;
}


.main_nav_bar {
    overflow-y: scroll;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 100;
    background: #fff;
    /*box-shadow: 16px 0px 21px -11px rgba(0, 0, 0, 0.40);*/
    overflow-y: auto;
    height: 100vh;
    border: 0.5px solid #e2e2e2;
}

/*.main_nav_bar {*/
/*    scrollbar-width: thin;*/
/*    scrollbar-color: #666666 #FFFFFF;*/
/*}*/


.closebtn {
    display: none;
}

.menu_logotype {
    padding: 20px;
}

.main_menu ul {
    list-style: none;
    display: block;
    padding-left: 0;
    width: 100%;
}

.main_menu ul li {
    padding: 0px 20px;
    position: relative;
    display: block;
    background: transparent;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/*.main_menu ul li a {*/
/*    display: flex;*/
/*}*/

.main_menu ul li a {
    text-decoration: none;
    line-height: 20px;
    font-size: 0.9em;
    padding-top: 0px;
    padding-bottom: 0;
    display: inline;
    position: relative;
        padding-right: 0;
    margin-right: 0;
    margin-left: 10px;
    padding-left: 0;
}

.main_menu ul li a:before{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: #3accb0;
    z-index: -1;
    transition: 0.3s;
}


.line_header_desk ul li.active_open a {
    color: #fff;
}
.main_menu ul li.active_open a:before{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: #3accb0;
    z-index: -1;
    transition: 0.3s;
}
.main_menu ul li.active_open a:before {
    color: #fff;
    width: 100%;
}

.main_menu ul li a:hover:before {
    color: #fff;
    width: 100%;
}

.main_menu ul li a:hover{
    color: #fff;
}

.main_menu ul li a svg {
    width: 20px;
    margin-right: 10px;
    fill: #000;
    min-width: 15px;
    height: 15px;
}

.main_menu ul li a img {
    width: 15px;
    margin-right: 10px;
    opacity: 0.6;
}


.line_nav {
    border-bottom: 0.5px solid gainsboro;
    position: relative;
    width: 90%;
    margin: auto;
    margin-bottom: 9px;
}


.support_phone {
    font-family: 'MontR', sans-serif;
    padding: 10px 20px;
    font-size: 14px;
}

.support_phone span {
    color: #555;
    font-size: 14px;
    font-family: 'MontL', sans-serif;
    display: block;
}

.support_phone p {
    padding-top: 5px;
}

.support_phone p a {
    display: flex;
}

.support_phone p a:before {
    content: '';
    width: 20px;
    height: 20px;
    /*background-image: url(./img/icon/telegram.webp);*/
    background-position: center;
    background-size: contain;
    display: inline;
    margin-right: 5px;
    border-radius: 20em;
}


.main_work_place {
    position: relative;
    margin-left: 320px;
    min-height: 500px;
    overflow: hidden;

    padding: 25px;
    border-radius: 20px;
    margin-top: 20px;
    border-top-color: #e2e2e2;
    border-right-color: #e2e2e2;
    border-bottom-color: #e2e2e2;
    border-left-color: #e2e2e2;
    margin-right: 20px;
    margin-top: 0;
}

.footer_block {
    position: relative;
    margin-left: 320px;
}


.line_nav_full {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    /*background: #fff;*/
    min-height: 70px;
    position: relative;
    padding-left: 320px;
    overflow: hidden;
    padding-right: 20px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 25px;
    background: #f5f7f9;
    box-shadow: 0 4px 56px rgba(0, 0, 0, .12);

    display: none;
}

.line_nav_info {
    display: flex;
}

.line_nav_info_item_profile {
    display: flex;
    align-items: center;
    justify-content: unset;
    position: relative;
}

.line_nav_info_item_profile a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.line_nav_info_item_profile .line_nav_info_item_profile_img {
    width: 45px;
    height: 45px;
    background-position: center;
    background-size: contain;
    /* background-size: cover; */
    margin-right: 15px;
    border-radius: 20em;
    border: 1px solid #d4d4d4;
    background-repeat: no-repeat;
}

.line_menu_profile {
    margin-bottom: 0;
}

.line_menu_profile span {
    display: block;
    font-size: 13px;
    color: #8996A7;
    line-height: 10px;
}


/* Основное меню категорий */
.category-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-menu li {
    position: relative;
    margin-bottom: 10px;
}

/* Скрываем подкатегории по умолчанию */
.subcategory {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
}

/* Добавляем стили для кнопки, чтобы указать, что есть подкатегории */
.toggle-submenu {
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin-left: 5px;
}

/* Стили при раскрытии подкатегории */
.subcategory.visible {
    display: block;
}


.category-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-menu li {
    position: relative;
    margin-bottom: 10px;
}

/* Скрываем подкатегории по умолчанию */
.main_menu ul.category-menu .subcategory {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
}

/* Добавляем стили для кнопки, чтобы указать, что есть подкатегории */
.main_menu ul .toggle-submenu {
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin-left: 5px;
}


/* Стили при раскрытии подкатегории */
.main_menu ul.category-menu .subcategory.visible {
    display: block;
}

.main_menu ul.category-menu .subcategory {
    margin-left: 0;
}

.main_menu ul.category-menu .subcategory li {
    margin-left: 10px;
    padding-left: 0;
}

.menu_cat_li img {
    width: 17px;
    margin-left: 8px;
    opacity: 1;
}
.menu_cat_li_name span{
    display: block;
    font-size: 14px;
}

.line_nav_time {
    width: 50%;
}

.line_nav_time form {
    width: 100%;
    display: flex;
    gap: 5px;
}

.line_nav_time form input {
    width: 100%;
    border: none;
}

.line_nav_time form button {
    background: transparent;
    border: 1px solid #d8d8d8;
    padding: 3px 20px;
}

.flex_cat_box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

/*.flex_cat_box li:first-child {*/
/*    width: 65%;*/
/*}*/

.flex_cat_box li {
    width: 32%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: end;
    padding: 35px 20px;
    border-radius: 5px;
    box-shadow: 0px 10px 20px -12px;
}

.flex_cat_box li a {
    font-weight: 700;
    font-family: "Mont";
    text-decoration: none;
    font-size: 20px;
    background: #fff;
    padding: 5px 30px 5px 30px;
    margin-left: -20px;
}

.container {
    padding: 0;
}

b, strong {
    font-family: MontserratB;
}


.post_group_flex {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.post_group {
    width: 49%;
    /*border: 1px solid #ccc;*/
    border-radius: 10px;
    padding: 25px 15px;
    background: #fff;
    border: 0.5px solid #e2e2e2;
    /*box-shadow: 0px 7px 30px -20px #000;*/
    box-shadow: 0 4px 24px rgba(0, 0, 0, .05);
    transition: 0.5s;
}

/*.post_group:hover{*/
/*    box-shadow: inset -10px -10px 15px rgba(255, 255, 255, 0.5), inset 10px 10px 15px rgba(70, 70, 70, 0.12);*/
/*    background-color: #fff;*/
/*    border-top-color: #fff;*/
/*    border-right-color: #e8e8e8;*/
/*    border-bottom-color: #e8e8e8;*/
/*    border-left-color: #fff;*/

/*}*/

.post_group .post_group_desc {
    font-size: 14px;
    padding-right: 55px;
}

.post_group ul {
    max-height: 250px;
    /*overflow-y: scroll;*/
    overflow-y: auto;
    padding-right: 10px;
    padding-bottom: 5px;

}


.news_description {
    font-family: 'MontserratR';
    color: #fff;
}


.post_group ul li {
    list-style: decimal-leading-zero;
    margin-left: 35px;
    position: relative;
    padding-right: 115px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc52;
    padding-bottom: 0px;
}

.post_group ul li a {
    font-size: 14px;
    text-decoration: none;
}

.test_link {
    font-size: 14px;
    text-decoration: none;
}


.is_read_status {
    opacity: 0.5;
    color: green;
    border: 0.5px solid green;
}

.news_block .read_status {
    border: 0.5px solid #fff;
    font-size: 12px;
    background: #fff;
    color: #000;
    padding: 0 10px;
    border-radius: 3px;
    top: 0;
    text-shadow: 0 0 BLACK;
    white-space: nowrap;
    font-family: 'MontserratL';
}

.news_block .is_read_status_t {
    /*color: green;*/
    color: #fff;
    background: transparent;
    opacity: 0.7;
}

.news_block .is_read_status_f {
    /*opacity: 0.8;*/
    position: absolute;
    top: -25px;
}

.post_group ul li span {
    border: 1px solid #ccc;
    padding: 0px 5px;
    font-size: 12px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}


.post_group_name {
    font-family: 'MontserratB';
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.group_post_navigation {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    max-width: 1140px;

}

.group_post_navigation .nav_arrow {
    transition: 0.5s;
}

.group_post_navigation a:hover .nav_arrow {
    color: #3eccb0;
}

.post_nav_button {
    text-decoration: none;
    width: 49%;
    border: 0.5px solid #ccc;
    border-radius: 5px;
    padding: 25px;
    background: transparent;
    position: relative;
    padding-bottom: 50px;
}

.post_nav_button .nav_title {
    text-transform: uppercase;
    font-size: 16px;
    font-family: MontserratB;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.post_nav_button .nav_desc {
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.prev_post {

}

.next_post {

}


.order_detail_main_detail {
    padding: 30px;
    border: 0.5px solid #ccc;
    margin: 10px 0;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order_detail_main_detail form {
    width: 49%;
}

.order_detail_main_detail .post_toggle_status {
    width: 49%;
    padding-left: 20px;
    border-left: 1px solid red;

}

.order_detail_main_detail .post_toggle_status p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.nav_arrow {
    font-size: 60px;
    font-family: 'MontserratL';
    position: absolute;
    right: 20px;
    line-height: 7px;
    bottom: 10px;
}

.prev_post .nav_arrow {
    right: auto;
    left: 20px;
}

.container_padding {
    padding: 0 15px 0 0;
    max-width: 1000px;
    margin-left: 0;
}


.checkbox-ios {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
    margin-bottom: 0;
}

.checkbox-ios .checkbox-ios-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 46px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 15%/50%;
    vertical-align: top;
    background: #eee;
    transition: .2s;
}

.checkbox-ios .checkbox-ios-switch:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: .15s;
}

.checkbox-ios input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
    /*background: limegreen;*/
    background: #12cfbd;
}

.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
    transform: translateX(28px);
}


#responseToggle {
    white-space: nowrap;
    font-family: MontserratB;
}

.video-block {

}

.video-block iframe {
    width: 700px;
    height: 440px;
    background: #c1c1c1;
    margin: auto;
    display: block;
}

iframe {
    background: #c1c1c1;
}

.post_group_flex.post_group_flex_docs .post_group ul li {
    padding-left: 0;
    margin-left: 0;
    padding-right: 15px;
}

.post_group_flex.post_group_flex_docs .post_group ul li:hover {
    opacity: 0.5;
}


.post_group_flex.post_group_flex_docs .post_group ul li a {
    display: flex;
    justify-content: space-between;
}

.post_group_flex.post_group_flex_docs .post_group ul li img {
    width: 20px;
    height: 100%;
}

.docs_block_item_text {
    position: relative;
    display: flex;
}

.docs_block_item_text p {
    font-size: 0.9em;
    margin-bottom: 4px;
}

.docs_description .hidden_description {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 1px 7px -4px #000;
    font-size: 12px;
    padding: 3px 9px;
    max-width: 320px;
}

.docs_description:hover .hidden_description {
    display: block;
    /*position: relative;*/
}


.docs_block_item_text img {
    width: 20px;
    margin-left: 10px;
}

.add_position_btn {
    border: 1px solid #70707000;
    /*1px solid #70707000*/
    /*border: none;*/
    color: #707070;
    background: transparent;
    font-size: 12px;
    /*padding: 0px 15px;*/
    /*margin:5px 0 10px;*/
    margin-bottom: 10px;
    border-radius: 3px;
}


.post_group {
    position: relative;
}

.post_group .add_position_btn {
    position: absolute;
    top: 5px;
    right: 35px;
    font-size: 20px;
    line-height: 21px;
}

.add_position_btn:hover {
    /*border: 1px solid #707070;*/
    /*border: none;*/
    color: green;
    opacity: 1;
}


.post_group .deleteGroupBtn {
    position: absolute;
    right: 10px;
    top: 0px;
    border: none;
    background: transparent;
    font-size: 22px;
    opacity: 0.7;
}

.post_group .deleteGroupBtn:hover {
    color: red;
    opacity: 1;
}


.deleteDocBtn {
    position: absolute;
    right: 10px;
    top: 0px;
    border: none;
    background: transparent;
    font-size: 22px;
    opacity: 0.7;
    color: #000;
    right: 35px;
    bottom: 5px;
}

.deleteDocBtn:hover {
    color: red;
    opacity: 1;
}

.deleteUserBtn {
    position: relative;
    border: none;
    background: transparent;
    font-size: 22px;
    opacity: 0.7;
    color: #000;
}

.deleteUserBtn:hover {
    color: red;
    opacity: 1;
}

.add_button {
    text-decoration: none;
    border: 1px solid #707070;
    /*border: none;*/
    color: #707070;
    padding: 5px 15px;
    margin: 5px 0;
    background: transparent;
    font-size: 14px;
    border-radius: 3px;
}

.backpage_btn {
    margin-bottom: 0;
}

.backpage_btn a {
    font-size: 12px;
    text-decoration: none;
    line-height: 12px;
    opacity: 0.6;
}

.backpage_btn a:hover {
    opacity: 1;
}

.register_butt {
    background: #41b497;
    color: #fff;
    border: 1px solid #41b497;
    padding: 10px 20px;
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
    display: table-row;
    /*width: auto;*/
    margin: 10px 0;
}

.register_butt:hover {
    border: 1px solid #41b497;
    background: #fff;
    color: #41b497;
}

.create_manager_box {
    width: 500px;
    margin: auto;
    display: block;
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.40);
    background: #fff;
    padding: 35px 30px;
    border-radius: 15px;
    margin-top: 50px;
}

.create_manager_box p {
    font-size: 14px;
}

.create_manager_box h1 {
    padding-bottom: 5px;
    font-size: 24px;
}

.flex_wrap_manager {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.flex_send_order_100 {
    width: 100%;
    margin-bottom: 10px;
}

.flex_send_order_50 {
    width: 48%;
    margin-bottom: 10px;
}

.flex_send_order_50 input {
    width: 100%;
    padding: 5px 10px;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid;
}


.flex_send_order_100 input {
    width: 100%;
    padding: 5px 10px;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid;
}

.flex_send_order_100 input[type="checkbox"] {
    width: auto;

}


.form_label_block label {
    display: block;
}

.form_label_block label {
    /*position: absolute;*/
    top: 4px;
    font-size: 14px;
    left: 10px;
}

.form_label_block input {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
}
.form_label_block #roles-form p{
    margin-bottom: 0;
}
.form_label_block #roles-form input{
    width: 1em;
}
.choose_role_input#roles-form{
    border: none;
    border-left: 1px solid #41b497;
}



.choose_role_input {
    width: 100%;
    padding-left: 15px;
    border-left: 1px solid #41b497;
    margin-bottom: 10px;
}

.form_label_block .choose_role_input .flex_send_order_100 {
    display: flex;
    gap: 10px;
    align-items: center;

}

.form_label_block .choose_role_input input {
    padding-bottom: 0;
    margin-bottom: 0;
    width: 15px;
    height: 15px;
}

.choose_role_input p {
    padding-bottom: 0;
}

.form_label_block input:focus {
    border: none;
}

.agent_list_img {

}

.agent_list_img img {
    max-width: 30px;
}

.flex_account {
    display: flex;
}

.profile_page_description {
    padding-left: 25px;
}

.profile_page_description h1 {
    padding-bottom: 0;
}

.profile_page_description p {
    margin-bottom: 0;
}

.legend_cicle {
    width: 15px;
    height: 15px;
    overflow: hidden;
    border-radius: 20em;
    display: inline-block;
    margin-right: 10px;
}

.legend p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.flex_account .fail_cicle {
    width: 100px;
    height: 100px;
}


#roles-form {
    padding: 5px 15px;
    margin: 10px 0;
    border: 0.5px solid #ccc;
    border-radius: 3px;
}

#roles-form p {
    font-weight: 900;
    font-family: 'MontserratB';
    font-size: 14px;
    padding-bottom: 5px;
}

#roles-form div {
    display: flex;
    gap: 10px;
    align-items: center;
}

#roles-form div.children {
    display: block;
    padding-left: 15px;
}

#roles-form div label {
    font-size: 14px;
}

.table_leads {
    font-size: 14px;
}

#addDocumentModal {
    background: #ffffffab;
}

#addDocumentModal .close {
    font-size: 27px;
    position: absolute;
    top: 0;
    left: 7px;
    opacity: 0.5;
}

#addDocumentModal .close:hover {
    opacity: 1;
}

#addDocumentModal .modal-content {
    max-width: 500px;
}

#addDocumentModal .flex_send_order_100 input[type=file] {
    border: none;
}

#addDocumentModal label {
    font-size: 14px;
}

/* Общие стили слайдера */
.gallery-block {
    position: relative;
    width: 100%;
    margin: 30px 0;
    /*max-width: 800px;*/
    margin: 0 auto;
    overflow: hidden;
}

.slider-container {
    position: relative;
    overflow: hidden; /* скрываем лишние части слайдов */
    width: 100%;
    /*height: 500px; !* Фиксированная высота слайдера *!*/
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    border: 0.5px solid #dfdfdf;
    border-radius: 10px;
    padding: 15px 0;
}

.slide {
    min-width: 80%; /* показываем соседние слайды на 10% с каждой стороны */
    /*margin: 0 10%;*/
    margin: auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.slide a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.menu_container_post_title {
    font-size: 18px;
}

p {
    font-size: 14px;
    line-height: 17px;
}


/*img {*/
/*    width: 100%;*/
/*    height: 100%; !* Приводим изображение к высоте слайдера *!*/
/*    object-fit: cover; !* Обрезаем изображение, чтобы оно не искажалось *!*/
/*}*/

/* Стили для навигации */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*background-color: rgba(0, 0, 0, 0.5);*/
    color: #818181;
    font-size: 24px;
    padding: 10px;
    /*border: none;*/
    cursor: pointer;
    z-index: 2; /* чтобы кнопки не перекрывали изображения */

    background: transparent;
    border-radius: 5px;
    transition: 0.5s;
    border: 0.5px solid #dfdfdf;
}


.prev:hover, .next:hover {
    /*box-shadow: inset 0 4px 0px rgba(0, 0, 0, 0.0);*/
    box-shadow: inset 6px 6px 6px rgba(255, 255, 255, .5),
    inset 6px 6px 6px rgba(70, 70, 70, .12);
    color: #3eccb0;
    /*text-shadow: 0px 0px 20px rgba(62, 204, 176, 0.3), 0px 0px 20px rgba(62, 204, 176, 0.3), 0px 0px 20px rgba(62, 204, 176, 0.3);*/
    border-top-color: #fff;
    border-right-color: #e2e2e2;
    border-bottom-color: #e2e2e2;
    border-left-color: #fff;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* Стили для точек навигации */
.dots-container {
    text-align: center;
    padding-top: 10px;
}

.dot {
    height: 5px;
    width: 20px;
    border-radius: 50px;
    margin: 0 0px;
    /*background-color: #bbb;*/
    display: inline-block;
    /*transition: background-color 0.3s ease;*/
    cursor: pointer;
    border: 1px solid #c1c1c1;
    transition: 0.5s;
}

.dot.active {
    background-color: #3eccb0;
    width: 50px;
    border-color: #3eccb0;
}

.profile_page_avatar img {
    height: auto;
}

.post_group_name {
    margin-bottom: 10px;
}

.text-block ul {
    padding-left: 15px;
}

.text-block p{
    margin-bottom: 3px;
}

.text-block h2{
    font-size: 22px;
    margin-top: 25px;
}

.text-block ul li {
    font-size: 14px;
    list-style: disc;
}


.menu_mobile_flip {
    display: none;
}

blockquote{
    border-left: 5px solid #3eccb0;
    padding: 20px;
}

blockquote p{
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
}





.list_cat_box {
    margin: 20px 0;
}

.list_cat_box  li{
 display: flex;
    gap: 10px;
        border: 0.5px solid #c1c1c1;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    /*border-top-left-radius: 0;*/
    /*border-bottom-left-radius: 0;*/

}

.list_cat_box  li:hover{
    opacity: 0.7;
    border-color: #3accb0;
}
.child_category_info a{
    text-decoration: none;
}
.child_category_info{
    padding: 15px 10px 15px 0;
}
.child_category_info span{
    display: block;
        font-size: 14px;
}
.child_category_info span:first-child {
    font-family: 'MontserratB';
    font-size: 16px;
}
.color_marker{
    width: 10px;
}

span.post_count{
    font-size: 12px;
    opacity: 0.6;
}

.category-checkboxes{

}
.category-checkboxes .children{
    padding-left: 15px;
}

.docs_categories li{

    background-position: center;
    background-size: 50%;
    background-position-x: 100%;
    background-repeat: no-repeat;

}

.banner_link{
    width: 100%;
        padding: 15px 15px 15px 0;
    border: 0.5px solid #c1c1c1;
    border-radius: 5px;
    margin-bottom: 10px;
        min-height: 50px;
    display: flex;
    align-items: center;
}


.banner_link p span{
    display: block;
    font-size: 10px;
}
.banner_link_amocrm:hover{
    border-left: 2px solid #1592d3;
}

.banner_link_sarafan:hover{
border-left: 2px solid #d53100;
}

.banner_link_terrigroup:hover{
border-left: 2px solid #3accb0;
}

.banner_link_terricrm:hover{
border-left: 2px solid #3accb0;
}

.main_menu ul li .banner_link a img{
width: 30px;
    opacity: 1;
}


.main_menu ul li .banner_link a{
    display: flex;
    align-items: center;
}
.main_menu ul li .banner_link a:hover{
    color: #000;
}
.main_menu ul li .banner_link a:hover:before{
    display: none;
}
.banner_link a p{
    margin: 0;
}

.menu_cat_li_name_user_data span{
    padding-left: 35px;
    font-size: 10px;
    margin-top: -10px;
}


.add-block-container {
    margin: 0 0 10px 0;
    text-align: center;
}

.add-block-btn {
    background-color: transparent;
    color: #fff;
    background: #3f3b57;
    cursor: pointer;
    font-size: 11px;
    font-weight: 100;
    width: 20px;
    height: 20px;
    border: 0.5px solid #000;
    border-radius: 20em;
    line-height: 10px;
    padding: 0;
    opacity: 0.4;
}

.add-block-btn:hover {
    /*background-color: #c1c1c1;*/
    opacity: 1;
}

.content-block {
    position: relative;
}

/*.content-block:hover{*/
/*!*border: 0.5px solid #ccc;*!*/
/*    border-radius: 10px;*/
/*    background-color: #1111110a;*/
/*}*/

.content-block .edit-button, .content-block .delete-button, .content-block .add-block-btn {
    opacity: 0;
}

.add-block-btn{
        position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}



.content-block:hover .edit-button, .content-block:hover .delete-button, .content-block:hover .add-block-btn {
opacity: 1;
}



.photo-block{
    position: relative;
}

.photo-block img{
    margin: auto;
    display: block;
}


.edit-button{
    position: absolute;
    top: 5px;
    right: 35px;
    border: 0.5px solid #000;
    background: #fff;
    font-size: 12px;
    padding: 0px 15px;
    border-radius: 5px;
    color: #000;
}
.edit-button:hover {
    background: #eaeaea;
}



.add-block-menu {
    position: relative;
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
    z-index: 100;
    text-align: left;
}

.add-block-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.add-block-menu li {
    padding: 5px 10px;
    cursor: pointer;
}

.add-block-menu li:hover {
    background-color: #f8f9fa;
}

.delete-button{
    transform: rotate(45deg);
        position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    font-size: 24px;
    line-height: 28px;

}

.save-button, .cancel-button{
    margin: 10px 0 0 0;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
    border: 0.5px solid #000;
    font-size: 14px;
    padding: 0 15px;
}

    .video-block video{
                width: 100%;
        height: auto;
        background: #c1c1c1;
    }


    .empty_video_block{
        padding: 35px;

    }


.video-block input{
    width: 400px;
    border-radius: 10px;
    border: 0.5px solid;
    padding: 0px 10px;
    margin-right: 10px;
}


thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 1px!important;
    padding: 2px 5px!important;
}

.page_post h4 {
    font-size: 14px;
    margin-top: 16px;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {


    .page_post_text_content p {
        font-size: 14px;
        line-height: 18px;
    }

    .post_group .post_group_desc {
        line-height: 17px;

    }

    .post_group ul li {
        line-height: 17px;
        font-size: 14px;
    }

    .main_work_place {
        padding: 0;
        border-radius: 0;
    }

    .post_group ul li span {
        border: 0.5px solid #ccc;
        padding: 0px 5px;
        font-size: 10px;
        border-radius: 3px;
        position: absolute;
        right: 0;
        top: 0;
        white-space: nowrap;
    }

    .post_group_name {
        font-family: 'MontserratB';
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .post_group_flex {
        gap: 10px;
    }

    ::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 20px;
    }

    .page_post h3 {
        font-size: 16px;
    }

    h3 {
        font-size: 16px;
    }

    ul li {
        font-size: 14px;
        line-height: 17px;
    }

    #responseToggle {
        font-size: 14px;
    }


}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 992px) {
    .news_container.news_container_related .news_block:first-child, .news_container.news_container_related .news_block {
        width: 100%;
    }

    .header_mobile {
        display: block;

    }

    .line_header_desk_logo img {
        width: 150px;
        margin: 5px 0;
    }

    .line_header_mob {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header_dektop {
        display: none;
    }

    .hamburg_icon {
        width: 50px;
        height: 40px;
        cursor: pointer;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: end;
    }

    .hamburg_icon .hamburg_icon_line {
        height: 3px;
        background: var(--primary-color);
        border-radius: 20em;
    }

    .hamburg_icon .hamburg_icon_line:nth-child(1) {
        width: 100%;

    }

    .hamburg_icon .hamburg_icon_line:nth-child(2) {
        width: 70%;
    }

    .hamburg_icon .hamburg_icon_line:nth-child(3) {
        width: 90%;
    }

    .main_work_place {
        margin-left: 0;
    }

    .menu_mobile_flip {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        height: 60px;
        background: #fff;
        width: 100%;
        align-items: center;
        justify-content: end;
        /* background: #c1c1c1; */
        padding: 15px;
        border: 1px solid #c1c1c1;
    }

    .overlay {
        /*height: 0%;*/
        width: 90%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: -100%;
        /*background-color: rgb(0, 0, 0);*/
        /*background-color: rgba(0, 0, 0, 0.9);*/
        overflow-y: hidden;
        transition: 0.5s;
        background-color: #fff;
        max-width: 350px;
    }

    .line_menu_btn {
        width: 56px;
        height: 17px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 8px;
        cursor: pointer;
        /*z-index: 100;*/
        /*position: absolute;*/
    }

    .line_menu_btn span {
        width: 100%;
        background: #000;
        height: 1.43px;
        transition: 0.4s;
    }

    .menu_active.line_menu_btn span:first-child {
        transform: rotate(45deg) translate(3px, 4px);
    }

    .menu_active.line_menu_btn span:last-child {
        transform: rotate(-45deg) translate(3px, -4px);
    }

    .main_work_place {
        width: 100%;
        padding: 15px;
    }

    .container-md, .container-sm, .container {
        max-width: 100% !important;
    }
}


/* Large Devices, Wide Screens */
@media only screen and (max-width: 768px) {


    .page_post_thumb_box_content {
        width: 100%;
    }

    .page_post_thumb_box_side {
        display: none;
    }

    .page_post_thumb_box {
        position: relative;
        z-index: 1;
        /*padding: 40px 40px 40px;*/
        /*min-height: 280px;*/
    }


    .mobile_post_title {
        display: block;
    }

    /*.page_post h1 {*/
    /*    display: none;*/
    /*}*/
    .page_post .page_post_header_tags {
        display: none;
    }

    /*.page_post h1 {*/
    /*    display: none;*/
    /*}*/
    .page_post .page_post_header_tags {
        display: none;
    }

    .page_post .mobile_post_title .post_h1 {
        display: block;
        font-size: 23px;
        font-family: 'MontserratB';
        margin: 15px 0 0 0;
        line-height: 20px;
    }

    .page_post .mobile_post_title .page_post_header_tags {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .snippet_frame {
        border: 1px solid gray;
        display: inline-block;
        padding: 1px 10px;
        font-size: 15px;
        border-radius: 5px;
        background: transparent;
        color: gray;
    }


    .news_container.news_container_related .news_block:first-child, .news_container.news_container_related .news_block {
        width: 100%;
    }


    .news_block {
        min-height: 300px;
    }

    .main_page_offer_cities ul {
        justify-content: space-between;
        align-items: end;
        width: 100%;
        display: flex;
        gap: 20px;
        position: relative;
        overflow-x: scroll;
        padding: 0px 10px;
    }

    .main_page_offer_cities ul li img {
        max-height: 250px;
    }

    .place_list_item {
        width: 100%;
    }

    .post_group {
        width: 100%;
    }

    /*.news_block:first-child, .news_block {*/
    /*    width: 50%;*/
    /*    margin: 0;*/
    /*}*/

    .news_block .read_status {
        position: absolute;
        top: -25px;
    }

    .main_work_place {
        width: 100%;
        padding: 15px;
        padding-bottom: 70px;
    }

    #scrollToTopBtn {
        position: fixed;
        right: 5px;
        bottom: 65px;
    }

    .overlay {
        z-index: 100;
    }

    .page_category_detail {
        padding-top: 0px;
    }

    .post_group ul li {
        line-height: 15px;
        font-size: 12px;
        margin-left: 23px;
    }

    .video-block iframe {
        width: 100%;
        /*height: auto;*/
        background: #c1c1c1;
    }


.nav_arrow {
    font-size: 30px;
}
#menu-container ul {
    padding-left: 15px;
}
    p {
        font-size: 14px;
        line-height: 19px;
    }
        h2 {
        font-size: 20px;
    }

        .table_scroll{
            overflow-x: scroll;
        }
        .table_scroll tr{
            white-space: nowrap;
        }
        .flex_cat_box li:first-child, .flex_cat_box li {
            width: 49%;
        }
        .news_description{
            font-size: 12px;
            line-height: 15px;
        }
        .post_group{
            border: 0.5px solid #bababa;
        }
}


/* Large Devices, Wide Screens */
@media only screen and (max-width: 480px) {
    .flex_cat_box li:first-child, .flex_cat_box li {
            width: 100%;
        }
    .simple_box{
        width: 100%;
    }

    .news_container {
    width: 100%;
    margin: auto;
}

    .news_block .read_status {
        border: 0.5px solid #fff;
        font-size: 10px;
    }
    .create_manager_box {
        width: 100%;
        padding: 25px 15px;
    }
    .create_manager_box h1 {
        padding-bottom: 5px;
        font-size: 20px;
    }
    .form_label_block input {
        width: 100%;
        margin-bottom: 5px;
        padding: 5px;
        font-size: 12px;
    }
    .main_work_place {
        padding-bottom: 80px;
    }

    #scrollToTopBtn {
        right: 5px;
        bottom: 65px;
    }

    .order_detail_main_detail {
        flex-wrap: wrap;
    }

    .order_detail_main_detail form {
        width: 100%;
    }

    .order_detail_main_detail .post_toggle_status {
        width: 100%;
        padding-left: 0px;
        border-left: none;
        padding-top: 15px;
    }

    .prev {
        left: 0px;
    }

    .next {
        right: 0px;
    }

    .slide {
        height: 340px;
    }

    .post_nav_button .nav_title {
        text-transform: uppercase;
        font-size: 12px;
    }

    .post_nav_button .nav_desc {
        font-size: 10px;
    }

    .post_nav_button {
        padding: 25px 15px 40px;
    }

    .place_details_header {
        width: 100%;
    }

    .order_detail_main_detail {
        padding: 30px 15px;
    }

    .nav_desc {
        display: none;
    }

    .nav_arrow {
        right: 10px;
    }

    .prev_post .nav_arrow {
        right: auto;
        left: 10px;
    }


    .page_city_detail_img_city {
        padding: 40px 20px;
    }

    .page_post_thumb_box {
        /*display: none;*/
    }

    .place_details_header {
        width: 100%;
    }


    .main_page_offer_cities_txt {
        width: 250px;
        margin-left: 70px;
    }

    .main_page_offer_cities ul li img {
        position: absolute;
    }

    .main_page_offer_cities ul {
        padding-top: 50px;
        padding-bottom: 30px;
    }


    .main_page_offer_cities_txt p {
        margin-bottom: 5px;
        color: #555;
        font-size: 14px;
        line-height: 16px;
    }

    .menu_icons {
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;
    }


    .overlay a {
        padding: 3px;
        font-size: 16px;
        color: #000;
    }


    .news_block:first-child, .news_block {
        width: 100%;
        margin-bottom: 10px;
    }

    .news_block:first-child .news_title {
        font-size: 16px;
    }

    .main_page_offer_cities_invormer_line .informer_line_item:nth-child(1) {
        /*margin-left: -5px;*/
    }

    .main_page_offer {
        padding: 100px 0px 50px;
    }

    .page_city_detail_img_city h1 {
        font-size: 25px;
    }

    .page_city_detail_img_city p {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 19px;
    }


    .footer_line {
        flex-wrap: wrap;
    }

    .footer_line_links {
        text-align: right;
        width: 100%;
    }

    .footer_line_logo {
        width: 100%;
    }

    .page_post {
        padding-bottom: 20px;
    }

    .footer_line_links {
        text-align: left;
        padding-top: 10px;
    }

    section {
        padding: 30px 0;
    }

    .page_category_detail {
        /*padding-top: 100px;*/
    }

    h1 {
        font-size: 25px;
    }

    .page_post .mobile_post_title .post_h1 {
        display: block;
        font-size: 25px;
        font-family: 'MontserratB';
        margin: 15px 0 0 0;
        line-height: 28px;
        padding-bottom: 15px;
    }


    .page_post .mobile_post_title .page_post_header_tags {
        padding-bottom: 10px;
    }

    #menu-container {
        padding: 20px;
    }

    h2 {
        /*font-family: 'MontserratB';*/
        /*font-size: 25px;*/
    }

    .page_post_text_content .post_image_caption {
        line-height: 20px;
    }

    /*.page_post {*/
    /*    padding-top: 100px;*/
    /*}*/
    .breadcrumbs_box {
        padding: 0;
        font-size: 12px;
    }

    .footer_line_links_about {
        padding-top: 10px;
    }
}










