#simple-menu {display: none}

body {
    background-color: #F8F8F8;
    font-family: "Inter", sans-serif;
}

.container {
    margin: auto;
    width: 1220px;
}

.nav {
    background-color: #FFFFFF;
    -webkit-border-bottom-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -moz-border-radius-bottomright: 24px;
    -moz-border-radius-bottomleft: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding: 17px 26px 18px 57px;
    align-items: center;
    font-size: 18px;
    display: flex;
}

.nav-cont {
    display: flex;
    width: calc(100% - 417px);
    padding: 0px 0px 0px 42px;
}

.nav-link {
    color: #000000; 
    margin-right: 30px;
    text-decoration: none;
}

.nav-link:hover {
    color: #00BC5E;
    font-weight: 600;
    text-decoration: none;
}

.phone {
    color: #00BC5E;
    font-weight: 600;
    margin-right: 28px;
}

.btn-primary {
    background-color: #00BC5E;
    border: 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 18px;
    padding: 16px 36px;
    color: #fff;
    text-decoration: none;
}

.btn-primary-small {
    background-color: #00BC5E;
    border: 2px solid #00BC5E;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    padding: 12px 28px;
    color: #fff;
    text-decoration: none;
}

.btn-primary-small-no-active {
    border: 2px solid #00BC5E;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    padding: 12px 28px;
    color: #525252;
    text-decoration: none;
}

.btn-primary-large {
    background-color: #00BC5E;
    border: 2px solid #00BC5E;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 36px;
    color: #fff;
    text-decoration: none;
}

.btn-link {
    color: #00BC5E;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.logo {
    height: 63px;
}

.title {
    font-weight: 700;
    font-size: 32px;
    color: #474747;
    margin-top: 120px;
    margin-bottom: 30px;
}

.search_bg {
    height: 583px;
    background: url(./../images/sh1.png) no-repeat;
    background-size: cover;
    margin-top: 16px;
    margin-bottom: 120px;
}

.search_title {
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    padding-top: 170px;
    padding-left: 58px;
}

.search_input_cont {
    width: 458px;
    height: 49px;
    background: #FFFFFF;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 45px;
    margin-left: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_input {
    width: 390px;
    height: 24px;
    color: #000;
    font-size: 18px;
    border: 0px;
}

.search_btn {
    width: 24px;
    height: 24px;
    background: url(./../images/search.png);
    background-size: contain;
    cursor: pointer;
    border: 0px;
}

.news_cont {
    display: flex;
    gap: 24px;
    font-size: 24px;
    font-weight: 700;  
    margin-bottom: 120px;  
}

.news_cont > div {
    width: 50%;
}

.news_cont img {
    width: 100%;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}

.news_cont a {
    color: #4D4D4D;
    text-decoration: none;
}

.news_cont a:hover {
    color: #4D4D4D;
    text-decoration: underline;
}

.news_chapter {
    font-size: 16px;
    font-weight: normal;
    color: #B5B5B5;
    margin-top: 19px;
    margin-bottom: 16px;
}

.news_date {
    font-size: 16px;
    font-weight: normal;
    color: #2B6E33;
    margin-bottom: 6px;
}

.news_date_margin {
    margin-top: 12px;
}

.news_descr {
    font-size: 16px;
    font-weight: normal;
    color: #7D7D7D;
    margin-top: 8px;
    margin-bottom: 18px;
}

.news_block {
    background: #FFFFFF;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 15px;
}

.news_block_row {
    display: flex;
    gap: 36px;
    margin-bottom: 12px;
}

.news_block_row img {
    width: 220px;
    height: 220px;
    object-fit: cover;
}

.all_news {
    font-size: 20px;
    font-weight: normal;
    margin-top: 18px;
    text-align: center;
}

.all_news a {
    color: #2B6E33;
    text-decoration: underline;
}

.all_news a:hover {
    color: #2B6E33;
    text-decoration: none;
}

.textarea {
    height: 150px;
}

.catalog_img {
    height: 275px;
    object-fit: cover;
}

.footer_cont {
    display: flex;
    color: #4D4D4D;
    font-size: 14px;
    margin-top: 89px;
    margin-bottom: 70px;
    align-items: center;
}

.footer_link_cont {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(100% - 361px);
    padding-left: 68px;
}

.footer_cont a {
    color: #4D4D4D;
    text-decoration: none;
}

.footer_cont a:hover {
    color: #4D4D4D;
    text-decoration: underline;
}

.footer_logo {
    width: 77px;
}

.soc {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 13px;
}

.soc img {
    width: 28px;
}

.page_title {
    color: #474747;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 65px;
}

.main_cont {
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 44px;
    -webkit-box-shadow: 0px 1px 7.2px 0px rgba(249, 245, 245, 1);
    -moz-box-shadow: 0px 1px 7.2px 0px rgba(249, 245, 245, 1);
    box-shadow: 0px 1px 7.2px 0px rgba(249, 245, 245, 1);
}

.page_cont {
    padding: 44px 0px 44px 0px;
}

.add_title_1 {
    color: #857E7E;
    font-size: 18px;    
}

.add_title_2 {
    color: #525252;
    font-size: 18px;
}

.add_title_3 {
    color: #857E7E;
    font-size: 22px;
}

.add_margin_1 {
    margin-bottom: 24px;
}

.add_margin_2 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.add_margin_3 {
    margin-bottom: 12px;
}

.add_margin_4 {
    margin-top: 100px;
    padding-left: 254px;
}

.add_flex {
    display: flex;
    gap: 20px;
    align-items: center;
}

.add_map {
    width: 720px;
    height: 239px;
    margin-bottom: 48px;
}

.add_map ymaps {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.add_textarea {
    border: 1px solid #2B6E33;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 678px;
    height: 211px;
    padding: 20px;
    color: #525252;
    font-size: 14px;
}

.add_text_notice {
    color: #525252;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 48px;
}

.add_input {
    border: none;
    outline: none;
    font-size: 18px;
    color: #525252;
    background-color: transparent;
    padding: 0;
    border-bottom: 1px solid #ECECEC;
}

.add_input::placeholder {
    color: #ADADAD; /* светло-серый текст-плейсхолдер */
    font-size: 18px;
}

.add_input_width_1 {
    width: 195px;
}

.add_input_width_2 {
    width: 144px;
}

.add_input_width_3 {
    width: 74px;
}

.add_input_width_4 {
    width: 364px;
}

.add_input_width_5 {
    width: 200px;
}

.add_input_width_6 {
    width: 80px;
}

.add_div_width_1 {
    width: 238px;
}

.add_flex_gap {
    gap: 48px;
    margin-bottom: 48px !important;
}

.add_select {
    font-size: 18px;
    width: 130px;
    border: 0px;
    border-bottom: 1px solid #ECECEC;
    color: #525252;
    outline: none;
    margin-top: -1px;
}

.rating-selector {
    display: flex;
    gap: 8px;
}

.rating {
    padding: 10px 14px;
    border: 1px solid #D7D7D7;
    border-radius: 6px;
    background-color: white;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 2px;
    width: 32px;
    height: 32px;
}

.rating:hover {
    background-color: #f0f0f0;
}

.rating.active {
    background-color: #4C9B39; /* зеленая */
    color: white;
    border-color: #4C9B39;
}

.dropzone {
    background: #F8F8F8 !important;
    border: 0px !important;
    border-radius: 20px;
    color: #525252;
    font-size: 18px;
    font-weight: bold;
}

.dropzone .dz-preview .dz-remove {
    color: #000;
    margin-top: 10px;
}

.form-input {
    border: none;
    outline: none;
    font-size: 18px;
    color: #525252;
    background-color: transparent;
    padding: 0;
    border-bottom: 1px solid #ECECEC;
    width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-input-login {
    border: none;
    outline: none;
    font-size: 18px;
    color: #525252;
    background-color: transparent;
    padding: 0;
    border-bottom: 1px solid #ECECEC;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.form-input-login:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #525252 !important;
    font-size: 18px;
}

.form-input-link {
    margin-top: 20px;
}

.form-input-link a {
    font-size: 14px;
    color: #525252;
}

.alert-success {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.alert-danger {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #f00;
}

.bb_cont {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.bb_cont a {
    margin-bottom: 35px;
}

.bb1 {
    width: 394px;
    height: 386px;
    background: url(./../images/bb1.png) no-repeat;
    background-size: contain;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.bb2 {
    width: 394px;
    height: 342px;
    background: url(./../images/bb2.png) no-repeat;
    background-size: contain;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.bb3 {
    width: 394px;
    height: 379px;
    background: url(./../images/bb3.png) no-repeat;
    background-size: contain;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.catalog_cont {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
    overflow-x: scroll;
    padding-bottom: 20px;
}

.catalog_tpl_cont {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.catalog_tpl_cont a {
    text-decoration: none;
}

.catalog_cont a {
    text-decoration: none;
}

.catalog_item {
    background: #FFFFFF;
    border-radius: 40px;
    padding: 15px;
    width: 336px;
    height: 90%;
}

.catalog_img {
    width: 100%;
    height: 200px;
    border-radius: 40px;
    object-fit: cover;
    margin-bottom: 12px;
}

.catalog_price {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin-bottom: 12px;
}

.catalog_type {
    font-size: 16px;
    color: #2B6E33;
    margin-bottom: 12px;
}

.catalog_city {
    font-size: 16px;
    color: #838383;
}

.catalog_address {
    font-size: 16px;
    color: #6BC472;
    margin-bottom: 12px;
}

.catalog_user {
    font-size: 14px;
    color: #838383;
    margin-bottom: 12px;
}

.add_success {
    color: #00BC5E;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
}

.span_black {
    color: #000;
    font-weight: 500;
}

.view_cont {
    display: flex;
    gap: 24px;
}

.view_cont_el1 {
    width: calc(100% - 438px);
}

.view_cont_el2 {
    width: 378px;
    border-radius: 24px;
    padding: 30px;
    background: #FFFFFF;
    height: max-content;
}

.view_title {
    color: #474747;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 24px;
}

.view_address {
    color: #857E7E;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 14px;
}

.view_descr {
    color: #857E7E;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 48px;
}

.view_chapter_title {
    color: #474747;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 12px;
}

.view_price {
    color: #474747;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 12px;
}

.view_images_cont {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow: scroll;
    margin-bottom: 46px;
}

.view_images_cont img {
    width: 94px;
    height: 94px;
    border-radius: 5px;
    object-fit: cover; 
    flex-shrink: 0;
    cursor: pointer;
}

.view_main_img {
    width: 100%;
    height: 400px;
    border-radius: 5px;
    object-fit: cover; 
    flex-shrink: 0;
    margin-bottom: 4px;
}

.view_phone {
    margin-top: 40px;
}

.view_phone a {
    width: 100%;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 16px 0px;
}

.view_info_cont {
    display: flex;
    color: #474747;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.view_info_el {
    display: flex;
    gap: 12px;
    width: 200px;
    align-items: center;
}

.view_info_title {
    font-size: 12px;
}

.view_info_value {
    font-size: 18px;
}

.view_icon {
    width: 48px;
    height: 48px;
    background: #00BC5E;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view_icon i {
    color: #FFFFFF;
    font-size: 18px;
}

.view_table {
    color: #474747;
    font-size: 18px;
    margin-top: 40px;
}

.view_table_td1 {
    padding-bottom: 18px;
    padding-right: 18px;
    font-weight: 600;
}

.view_table_td2 {
    padding-bottom: 18px;
    font-weight: normal;
    text-align: right;
}

.search_form {
    background: #FFFF;
    padding: 22px;
    border-radius: 20px;
}

.search_form_el_cont {
    display: flex;
    align-items: center;
    height: 60px;
    gap: 40px;
    font-size: 14px;
    color: #525252;
}

.search_form_el_cont select, input {
    font-size: 14px !important;
    vertical-align: middle;
}

.search_form_link1 {
    color: #525252;
    border-bottom: 1px dashed #4C9B39;
    text-decoration: none;
    padding-bottom: 4px;
}

.search_form_icon1 {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 4px;
}

.search_keyword {
    width: 540px;
}

.listing{    
    background: #fff; 
    color: #1f2330; 
    border: 1px solid #eceff3;
    border-radius: 14px; 
    padding: 14px; 
    display: grid; 
    gap: 14px;
    grid-template-columns: 160px 1fr auto;
    align-items: start;
}

.listing + .listing { 
    margin-top:16px; 
}

.listing_thumb{
    position: relative; 
    overflow: hidden; 
    border-radius: 10px; 
    background: #cfd6e4; 
    aspect-ratio: 4/3;
}

.listing_thumb img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    display: block; 
}

.listing_title { 
    margin: 0 0 6px; 
    font-size: 18px; 
    line-height: 1.35; 
}

.listing_title a { 
    color: inherit; 
    text-decoration: none; 
}

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

.listing_meta, .listing_addr { 
    color: #707789; 
    font-size: 14px; 
    display: flex; 
    gap: 10px; 
    flex-wrap: wrap; 
    margin-bottom: 10px;
}

.listing_meta b { 
    color: #1f2330; 
}

.listing_chips { 
    margin-top: 8px; 
    display: flex; 
    gap: 6px; 
    flex-wrap: wrap; 
}

.small { 
    color: #707789; 
    font-size: 12px; 
    margin-top: 6px; 
}

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

.action_link:hover {
    color: #000;
    text-decoration: underline;
}

/* Pages */
.pages {text-align: center; margin-top: 40px}
.pages_title {font-weight: bold;}
.pages_current {font-weight: bold; color: #FFFFFF; background-color: #000; padding-left: 4px; padding-right: 4px; margin-left: 2px; margin-right: 2px}
a.pages_link {font-weight: normal; text-decoration: none; color: #000; padding-left: 4px; padding-right: 4px; margin-left: 2px; margin-right: 2px}
a.pages_link:hover {font-weight: normal; text-decoration: underline; color: #FFFFFF; background-color: #000; padding-left: 4px; padding-right: 4px; margin-left: 2px; margin-right: 2px}
a.pages_arrows {font-weight: bold; text-decoration: none; color: #000; padding-left: 2px; padding-right: 2px}
a.pages_arrows:hover {font-weight: bold; text-decoration: underline; color: #000; padding-left: 2px; padding-right: 2px}
