html {
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
    width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #141414;
}

.pixel_buy_form {}

.pixel_btn {
    display: inline-block;
    text-align: center;
    width: 280px;
    height: 70px;
    line-height: 70px;
    border-radius: 50px;
    display: inline-block;
    outline: none;
    border: none;
    color: #2E2E2E;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
    background: #FFE259;
    background: linear-gradient(116deg, rgba(255, 226, 89, 1) 15%, rgba(255, 167, 81, 0.63) 88%);
}

.theme_input, .theme_textarea {
    display: inline-block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-radius: 12px;
    padding-left: 15px;
    border: 1px solid #666;
}
.theme_textarea {
    padding: 10px;
    height: auto;
    line-height: 1.2;
}
.input_wrap {
    margin-bottom: 15px;
}

.main_map {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.nav_block {
    position: absolute;
    right: 0px;
    top: 100px;
    z-index: 1000;
}

.zoom_levels {
    position: absolute;
    right: 180px;
    width: 400px;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px;
    border-radius:10px;
    text-align: center;
    bottom: 30px;
    z-index: 1000;
}

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

.zoom_lvl {
    font-weight: 600;
    border: 2px solid #111;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    
}

.zoom_lvl:hover {
    background: #000;
    color: #fff;
}

.zoom_lvl_info {
    font-size: 10;
    color: #333;
    margin-bottom: 10px;
}

.lang_block {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 1000;
    display: flex;
    align-items: center;
}

.lang_btn {
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
}

.lang_btn:first-child {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #000;
}

#map {
    height: 100vh;
}

.grid-info {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
    background: white;
    padding: 10px;
}

.right_menu {
    position: absolute;
    right: 30px;
    top: 20%;
    z-index: 1111;
}

.menu {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
}

.menu li {
    margin-bottom: 39px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 14px;
    
}

.icon365 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1001;
}

.minicart {
    display: block;
    position: relative;
}

.cart_counter {
    position: absolute;
    display: block;
    top: -10px;
    left: -10px;
    color: #fff;
    padding: 1px 7px;
    border-radius: 20px;
    background: #34A853;
}


/* modals */

.modal-content {
    height: 714px;
    width: 714px;
    border-radius: 500px;
    border: 5px solid #FFB52B;
    padding-top: 75px;
}

.modal_title {
    font-size: 24px;
    text-align: center;
}

.modal_pixel_coords {
    text-align: center;
    font-size: 40px;
    letter-spacing: -1px;
}

.modal_text {
    margin: 0 auto;
    max-width: 414px;
    text-align: center;
}

.modal-body {
    position: relative;
}

.modal-body .btn-close {
    position: absolute;
    right: 10px;
}

.leaflet-popup-content-wrapper {
    background: rgba(255, 255, 255, 0.65);
}

.leaflet-popup-content {
    margin: 10px;
}

.owner-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-family: "Montserrat", sans-serif;
}

.owner-info img {
    width: 100px;
    height: 134px;
    border-radius: 12px;
    margin-right: 20px;
}

.owner-right {
    max-width: 60%;
}

.owner-name {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500;
}

.owner-bio {
    font-size: 16px;
    color: #8B8B8B;
    margin-bottom: 15px;
}

.owner-phone,
.owner-email {
    font-size: 14px;
    color: #8B8B8B;
}


/* header */

.header {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .2);
}

.top_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding-top: 14px;
    padding-bottom: 14px;
}

.top_coords {
    font-size: 16px;
    color: #8B8B8B;
    line-height: 1;
    position: relative;
}

.top_balun {
    position: absolute;
    top: -6px;
    left: -33px;
}

.search {
    position: relative;
}

.search .search_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none
}

.search input {
    border-radius: 20px;
    height: 32px;
}

.logo {
    width: 165px;
}

.logo365_wrap {
    position: relative;
}

.pixelcounter {
    position: absolute;
    top: 31px;
    right: 37px;
    font-size: 50px;
}

.logo365 {
    width: 147px;
}

.top_btns_group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.top_btns_group .lang_block {
    position: static;
    height: 15px;
    margin-left: 20px;
}

.top_btns_group>a {
    margin-right: 10px;
}

.main_menu ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.main_menu ul li a {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumbs_block {
    padding-top: 35px;
    padding-bottom: 30px;
}

.breadcrumbs {
    display: flex;
    align-items: flex-end;
}

.breadactive {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #8B8B8B;
    margin-bottom: 5px;
}

.breadtitle {
    display: flex;
    flex-wrap: wrap;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 15px;
}

.breadtitle img {
    margin-right: 5px;
}


/*cart*/

.cart_page {
    padding-bottom: 50px;
}

.cart_item {
    border-radius: 30px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, .2);
    padding: 20px;
}

.pixel_color_square {
    width: 52px;
    height: 52px;
    border-radius: 8px;
}

.pixel_title {
    font-size: 16px;
}

.pixel_price {
    font-weight: 600;
    font-size: 32px;
}

.dop_pixel_row .pixel_price {
    font-size: 20px;
}

.pixel_remove {
    margin-left: 40px;
}

.pixel_remove button {
    border: none;
    background: none;
}

.main_pixel_row {
    margin-bottom: 15px;
}

.cart_total_block {
    border-radius: 30px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, .2);
    padding: 40px;
}

.cart_info_block {
    border-radius: 30px;
    padding: 40px;
    border: 1px solid #C4C4C4;
}

.pixel_cart_count,
.cart_total_block {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.cart_sum_text {
    font-weight: 600;
    font-size: 24px;
}

.go_to_order_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-transform: none;
}

.go_to_order_btn img {
    margin-right: 20px;
}


/* profile*/

.profile_page {
    margin-bottom: 40px;
}

.profile_sidebar {
    border-radius: 30px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, .2);
    padding-top: 35px;
    padding-bottom: 35px;
}

.profile_sidebar hr {
    margin-left: 25px;
    margin-right: 40px;
}

.profile_item {
    position: relative;
    padding-left: 25px;
    padding-right: 20px;
    margin-bottom: 16px;
}

.profile_item a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
 
}

.profile_item img {
    padding-right: 15px;
}

.profile_item:after {
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    height: 40px;
    left: 0px;
    top: 0px;
    width: 6px;
    background: #E5A000;
    transition: all 0.3s ease-in-out;
}

.profile_item:hover:after {
    opacity: 1;
}

.profile_block {
    border-radius: 30px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, .2);
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
}

.profile_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}

.profile_img {
    margin-right: 33px;
}

.profile_descr .name_bio {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}

.profile_descr .reg_date {
    font-weight: 300;
    color: #8B8B8B;
}

.profile_block label {
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.profile_block .input_wrap {
    margin-bottom: 30px;
}

.visitka {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    padding: 10px;
    text-align: left;
    border-radius: 12px;
}


/* footer */

.footer {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 32px;
    padding-bottom: 17px;
    border-top: 1px solid #D9D9D9;
    background: #fff !important;
}
.footer .row {
    max-width: 100%;
    gap:0 !important;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.footer a {}

.social_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.footer_social {
    margin-bottom: 20px;
}

.social_block a {
    margin-right: 5px;
}
.social_block a img {
    width: 20px;
}

.footer_logo {
    display: block;
    font-family: Inter, sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0px;
    text-decoration: none;
    color: #000;
    margin-bottom: 20px;
}

.footer_mail {
    display: block;
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
    text-decoration: none;
}

.footer_policy,
.footer_copyright {
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

.footer_policy {
   
}

.footer_copyright {
    color: #333;
}

.footer_title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.footer_menu {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.footer_menu li a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    margin-bottom: 10px;
}
.footer_subtitle {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 12px;
}

.footer_menu li a:hover {
    color: #E5A000;
}

.footer_subscribe {
    text-align: center;
}

.footer_idea_block .pixel_btn {
    font-size:12px;
    padding: 10px 10px;
    height: auto;
    width: auto;
    line-height: 1.4;
    box-shadow:none;
}

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

.subscribe_text {
    font-size: 12px;
    margin-bottom: 10px;
}

.subscribe_input {
    display: block;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
    background: #F1F1F1;
    border-radius: 12px;
    border: 2px solid #E5A000;
    margin-bottom: 10px;
}

.subscribe_input:active {
    border: 2px solid #fff;
}

.subscribe_check {
    font-size: 12px;
    margin-bottom: 10px;
}

.subscribe_btn {
    width: auto;
    padding: 00px 17px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.displaySocial {
    margin-top: 20px;
}

.displaySocial a img {
    width: 30px;
    height: auto;
}
.owner-social {
    margin-top: 10px;
    display: flex;
    align-items: center;
    
    
}
.owner-social img {
    width: 25px;
    margin-right: 10px;
    height: auto;
    border-radius:0px;
}

.imglang {
    width: 30px;
}
.blog_icon365 {
    position: relative;
    z-index: 10;
}
.blog_icon365 .logo365_wrap {
    width: 150px;
    margin:0 auto;
}

.leaflet-top.leaflet-right .leaflet-control-layers {
    margin-top: 50px !important; /* Увеличьте цифру, если нужно опустить еще ниже */
}

@media (max-width: 992px) {
    .modal-content {
        width: auto;
        border-radius: 20px;
    }
    .right_menu {
        right: 10px;
    }
    .logo365 {
        
        width: 110px;
    }
    .pixelcounter {
        top: 26px;
        right: 27px;
        font-size:40px;
    }
    .zoom_levels {
        right: 139px;
        width: 266px;
    }
}