@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap');

:root {
    --font-family: 'Montserrat', sans-serif;
    --font-weight: 300;
    --color: black;
    --font-size: 14px;
    --animate-duration: 1000ms;
    --animate-delay: .9s;
    --main-background-color: #a52a2a;
}

* {
    position: relative;
    box-sizing: border-box;
    line-height: 25px;
    margin: 0;
    font-family: var(--font-family);
}


.noAds {
    width: 100%;
    background: crimson;
    padding: 25px;
    text-align: center;
    margin: 0 13px;
}

.noAds>* {
    display: block;
    color: white;
    font-weight: bold;
}

small {
    font-size: 11px;
    margin: 0;
}

.gg-box {
    gap: 5px;
    margin: 0 !important;
}

.warning_button{
    background-color: black;
    position: absolute;
    right: 0;
    color: white;
    z-index: 1000;
    padding: 10px;
}

main {
    margin: 25px 0;
}

textarea,
select,
input:not(input[type=file]) {
    padding: 5px;
    border: 1px solid lightgray;
    min-width: 200px;
    color: black;
}

input[type=checkbox] {
    width: 30px;
    min-width: initial !important;
}

.more_info h3,
.item h3 {
    font-size: 17px;
}


.container {
    max-width: 1280px;
    margin: auto;
    width: 100%
}

p {
    margin: 5px 0;
}

p,
li,
a,
textarea,
input,
span,
label,
i {
    font-size: var(--font-size);
    font-family: var(--font-family);
    color: var(--color);
    text-decoration: none;
    font-size: var(--font-size);
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--font-family);
    font-weight: 100
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 20px;
}


.height_100 {
    height: 100% !important;
    transition: .5s
}

input[type='submit'] {
    padding: 5px 20px !important;
    min-width: auto !important;
    cursor: pointer;
    background: var(--main-background-color);
    color: white !important;
    transition: .4s;
}

.page .page_header {
    margin: 10px 0 30px 0;
    text-align: center;
}

.object_score {
    position: absolute;
    top: 5px;
    margin: 0;
    right: 5px;
    z-index: 1;
    color: white;
    font-size: 20px;
    border: 1px solid;
    background: var(--main-background-color);
    padding: 10px 25px;
    text-align: center
}

.object_price_on_photo {
    position: absolute;
    bottom: 15px;
    left: 5px;
    z-index: 1;
    color: white;
    font-size: 20px;
    border: 1px solid;
    background: var(--main-background-color);
    padding: 10px 15px;
    text-align: center
}

.add_to_observe {
    position: absolute;
    top: 5px;
    margin: 0;
    left: 5px;
    z-index: 1;
    border: 1px solid white;
    background: var(--main-background-color);
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
}

.add_to_observe i {
    color: white;
    font-size: 20px
}

.breadcrumb {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.breadcrumb h2 {
    flex: 1;
    margin: 5px;
    background-color: transparent;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: inherit
}

.breadcrumb h1 {
    flex-basis: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0 10px 0;
}

.search .breadcrumb {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.search .breadcrumb h2 {
    flex: 1;
    margin: 5px;
    background-color: var(--main-background-color);
    color: white;
    text-transform: capitalize;
    padding: 15px;
}

.owner_name {
    font-weight: bold;
    text-transform: capitalize
}

.gg-close {
    left: 10px;
    bottom: 10px;
    top: auto
}

span.promoted {
    position: absolute;
    top: 5px;
    margin: 0;
    left: 5px;
    z-index: 1;
    border: 1px solid white;
    background: orangered;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold
}

span.promoted i {
    color: white;
    font-size: 20px
}

.pag ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

.pag ul .active {
    background: var(--main-background-color)
}

.pag ul .active span {
    color: white
}

.pag ul li {
    margin: 0 5px;
    border: 1px solid var(--main-background-color);
    height: 30px;
    text-align: center;
    padding: 1px;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center
}

.pag ul li:hover {
    background-color: var(--main-background-color)
}

.pag ul li:hover span,
.pag ul li:hover a {
    display: block;
    width: 100%;
    height: 100%;
    color: white
}

.cookie_info {
    background-color: #f5f5f5;
    border-radius: 2px;
    bottom: 18px;
    left: 20px;
    opacity: .9;
    position: fixed;
    width: 400px;
    max-width: 100%;
    padding: 10px;
    z-index: 9999;
    border: 1px solid #e2e2e2;
    display: none;
    font-size: 13px
}

.cookie_info span {
    position: absolute;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    top: 5px;
    z-index: 10000;
}

.cookie_info p {
    font-size: 13px;
    color: black
}

.cookie_info a {
    font-size: 13px;
    font-weight: bold;
    color: black
}


.slick-arrow {
    border-radius: 50%;
    background: #ffffff61;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
    z-index: 1
}

.slick-arrow:hover {
    right: 15px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s
}

.slick-arrow:hover:before {
    color: black !important
}

.slick-next {
    right: 15px
}

.slick-prev {
    left: 15px
}

.ad_content .gg-image img {
    width: auto !important
}

.note-toolbar {
    background: transparent
}

header {
    top: 0;
    position: absolute;
    width: 100%;
    height: 120px;
    z-index: 1000;
    display: block;
    transition: .5s;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 100%);
}

header nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header nav img {
    width: 220px;
    padding: 10px;

}

header .logo {
    display: flex;
    align-items: center;
}

header .auth_section {
    display: flex;
    justify-content: end;
    flex: auto;

}

header .auth_section a {
    background-color: var(--main-background-color);
    color: white;
    padding: 5px 10px;
    margin: 0 10px;
    background: var(--main-background-color);
    padding: 5px 20px;
    z-index: 1;
    color: white;
    text-transform: uppercase;
}

header .auth_section a .user_get_message {
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    background: red;
    width: 20px;
    height: 20px;
    text-align: center;
    color: white;
    font-size: 10px;
    line-height: 21px;
    font-weight: bold;
    right: 0;
    top: 0;
}


header nav .auth_section .add_object {
    font-weight: bold;
}

header nav .auth_section .add_object i {
    font-size: 20px;
    color: white;
    margin-left: 10px;
}



header nav .auth_section .add_object::after {
    left: -9px;
}


.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}


#gg-screen .gg-image img {
    max-width: 90%;
    max-height: 90%
}

.header_slider {
    overflow: hidden;
    height: 70vh;
    overflow: hidden;
}


.header_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .header_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.header_slider .slider_container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    left: 0;
    top: 0;
    text-align: center;
}

.header_slider .slider_container h1 {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.header_slider .slider_container h2 {
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    background-color: transparent;
    margin: 20px 0;
    display: block;
    padding: 20px;
}

.header_slider .slider_container form {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 10px;
    width: 100%;
    display: flex;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .3);
    justify-content: space-between;
    text-align: left;
}

.header_slider .slider_container form>div {
    flex: 1 1 25%;
    align-self: center;
}

.header_slider .slider_container form>div:nth-of-type(4) label {
    padding-left: 10px;
}

.header_slider .slider_container form>div:hover {
    background-color: rgba(165, 42, 42, 0.111);
}

.header_slider .slider_container form>div label {
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.header_slider .slider_container form input,
.header_slider .slider_container form select {
    padding: 10px;
    outline: none;
    border: none;
    margin: 0;
    width: 220px;
    background: transparent;
}

.header_slider .slider_container form input[type='submit'] {
    background-color: var(--main-background-color);
    color: white;
    width: 100%;
    display: inline-block;
}

.home .header_slider .arrow_wrapper {
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 100px;
    display: block;
}

.home main h2 {
    font-size: 25px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
    background-color: rgb(233, 233, 233);
}

.arrow_wrapper {
    display: none;
}

.header_slider .chevron {
    position: absolute;
    width: 20px;
    height: 2px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
    left: 50%;
    z-index: 100;
}

.header_slider .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.header_slider .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.header_slider .chevron:before,
.header_slider .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.header_slider .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.header_slider .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

.home .promo .promoted {
    height: 400px
}

.home .promo .promoted a {
    display: block;
    position: relative
}

.home .promo .promoted a .more_info {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0, black);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    transition: .5s;
    height: 165px;
    z-index: 1;
    box-sizing: border-box;
}

.home .promo .promoted a .more_info p {
    padding: 0 10px;
    margin: 3px
}

.home .promo .promoted a .more_info * {
    color: white !important;

}


.home .promo .promoted a .more_info h3 {
    margin: 0;
    padding: 5px 10px;
    background-color: var(--main-background-color);
    color: white;
    height: 50px;
    display: flex;
    align-items: center
}

.home .promo .promoted .slick-slide {
    margin: 0 10px;
    position: relative
}

.home .promo .promoted img {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home .promo .promoted .slick-dots {
    bottom: -45px
}

.home .newest {
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #8fabea1f 20%, #8fabea1f 80%, rgba(251, 251, 251, 0) 100%)
}

.home .newest .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.home .newest .items .price_from {
    position: absolute;
    z-index: 1;
    right: 0;
    background: brown;
    padding: 10px;
    color: white;
}

.home .newest .items .price_from i {
    font-size: 15px;
    margin-right: 10px;
    color: white;
}

.home .newest .items .item {
    flex: 0 1 31%;
    margin: 10px;
    padding: 0 0 10px 0;
    box-shadow: 0 0 10px 4px lightgrey;
    background: white;
    overflow: hidden;
    transition: .4s;
}

.home .newest .items .item>a {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.home .newest .items .item:hover img {
    transform: scale(1.2)
}

.home .newest .items .item:hover {
    box-shadow: 0 0 10px 10px lightgrey
}

.home .newest .items .item img {
    width: 100%;
    height: 275px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 1s
}

.home .newest .items .item .last_added_item {
    padding: 15px;
    text-align: left;
}

.home .newest .items .item .last_added_item hr {
    margin: 10px 0;
}

.home .newest .items .item .last_added_item>p:last-of-type {
    font-weight: bold;
}

.home .newest .items .item .last_added_item>p:last-of-type i {
    position: relative;
}

.home .newest .items .item .last_added_item a {
    display: block;
    transition: .4s;
    font-weight: bold
}


.home .newest .items .item .last_added_item .amenities>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.home .newest .items .item .last_added_item .amenities>div span {
    flex-basis: 100%
}



.home .newest .items .item h3 {
    margin: -5px 0 0 0;
    padding: 10px;
    background-color: var(--main-background-color);
    color: white;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .newest .go_to_more{
    padding: 20px 30px;
    background: brown;
    position: relative;
    margin: 35px 23px 0px 23px;
    display: block;
    text-transform: uppercase;
    color:white;
    font-size: 25px;
}

.home .cta {
    width: 100%;
    margin: 70px 0;
}

.home .cta .inner_cta {
    height: 100%;
    width: 100%;
}

.home .cta .inner_cta a {
    margin: 0 10px
}

.home .cta .inner_cta a .more_info {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    padding: 15px;
    background: linear-gradient(to bottom, transparent 0, black);
    color: white;
    width: 100%;
    transition: .5s;
    backdrop-filter: blur(5px);
    z-index: 1;
    height: auto !important;
    min-height: 130px;
}

.home .cta .inner_cta a .more_info h3 {
    margin: 5px 5px;

}

.home .cta .inner_cta a .more_info p {
    color: white;
    margin: 0 0 5px 5px
}

.home .cta .inner_cta a .more_info p:nth-of-type(2) {
    font-weight: bold
}

.home .cta .inner_cta a img {
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover
}

.home .most_popular_places {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #8fabea1f 20%, #8fabea1f 80%, rgba(251, 251, 251, 0) 100%)
}

.home .most_popular_places .container {
    display: flex;
    flex-wrap: wrap
}

.home .most_popular_places .container>a {
    color: white;
    text-transform: uppercase;
    transition: .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    flex-basis: 45%;
    margin: 10px;
    height: 300px;
    transform-style: preserve-3d;
    position: relative;
    background-size: cover !important
}

.home .most_popular_places .container>a h3 {
    background-color: rgba(255, 255, 255, .541);
    box-shadow: 0 0 0 5px #00000052;
    color: black;
    font-weight: bold;
    padding: 10px 20px;
    transition: .4s;
    transform: translateZ(50px)
}

.home .most_popular_places .container>a:hover h3 {
    background: white
}

.home .random_places {
    width: 100%;
    position: relative;
    background-position: bottom
}

.home .random_places .random_items {
    margin-bottom: 40px
}

.home .random_places .random_items a {
    position: relative;
    margin: 0 10px
}

.home .random_places .random_items a .more_info {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    padding: 15px;
    background: linear-gradient(to bottom, transparent 0, black);
    color: white;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    z-index: 1;
    transition: .4s;
    height: auto !important;
    box-sizing: border-box;
}

.home .random_places .random_items a .more_info>* {
    color: white;
}

.home .random_places .random_items a .more_info h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 5px
}

.home .random_places .random_items a .more_info p {
    color: white;
}

.home .random_places .random_items a .more_info p {
    color: white;
}

.home .random_places .random_items a i {
    color: white !important;
    position: relative;
    margin-right: 5px
}

.home .random_places .random_items a img {
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover
}

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

.show_ad .ad_wrap .ad_head {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    background: var(--main-background-color);
    padding: 10px;

}


.show_ad .ad_wrap .ad_head i {
    font-size: 15px;
    margin: 0 5px;
    color: white;
}

.show_ad .ad_wrap h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}



.show_ad .ad_wrap .ad_content {
    flex-basis: 70%;
    max-width: 70%;
    margin-right: 20px;
    overflow: hidden;
    font-family: var(--font-family)
}

.show_ad .ad_wrap .ad_content iframe {
    width: 100%;
    height: 450px
}

.show_ad .ad_wrap .ad_content h2 {
    text-align: left;
    font-size: 17px;
    padding: 10px;
    background-color: var(--main-background-color);
    margin: 20px 0;
    color: white;
    font-weight: bold;

}

.show_ad .ad_wrap .ad_content h2 i {
    font-size: 20px;
    color: white;
    margin-right: 5px
}

.show_ad .ad_wrap .ad_content .amenities>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px
}

.show_ad .ad_wrap .ad_content .amenities>div span {
    flex-basis: 30%;
    margin-bottom: 5px;
    font-weight: bold;
}

.show_ad .ad_wrap .ad_content .amenities>div span i {
    margin-right: 5px;
}

.show_ad .ad_wrap .ad_content img {
    width: 100%
}

.show_ad .ad_wrap .ad_content .reviews .review {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    background: #d3d3d30f;
    border-radius: 10px;
    padding: 10px
}

.show_ad .ad_wrap .ad_content .reviews .review .user_avatar {
    flex-basis: 12%;
    max-width: 12%;
    display: flex;
    margin-right: 20px
}

.show_ad .ad_wrap .ad_content .reviews .review .user_avatar img {
    -o-object-fit: contain;
    object-fit: contain
}

.show_ad .ad_wrap .ad_content .reviews .review .review_content {
    flex: 1
}

.show_ad .ad_wrap .ad_content .reviews .review .review_content a {
    font-weight: bold;
    margin-right: 10px
}

.show_ad .ad_wrap .ad_content .reviews .review .review_content i.bi-star-fill {
    color: gold;
    position: relative;
    top: -2px
}

.show_ad .ad_wrap .ad_content .reviews .review .review_content .review_meta {
    text-align: right
}

.show_ad .ad_wrap .ad_content .reviews .review .review_content .review_meta a,
.show_ad .ad_wrap .ad_content .reviews .review .review_content .review_meta i {
    color: var(--main-background-color);
    font-size: 11px
}

.show_ad .ad_wrap .ad_content .add_review form>div {
    margin: 20px 0
}

.show_ad .ad_wrap .ad_content .add_review form {
    font-family: var(--font-family)
}

.show_ad .ad_wrap .ad_content .add_review form textarea {
    width: 100%;
    padding: 10px;
    font-family: var(--font-family);
    border: 1px solid lightgray;
    border-radius: 5px;
    height: 150px
}

.show_ad .ad_wrap .ad_content .add_review form input:not([type='submit']) {
    border-radius: 5px;
    outline: none;
    border: 1px solid lightgray
}

.show_ad .ad_wrap .ad_content .add_review form input[type='submit'] {
    background: var(--main-background-color);
    color: white;
}

.show_ad .ad_wrap .ad_content .add_review form a {
    font-weight: bold
}

.show_ad .ad_wrap .ad_sidebar {
    flex-basis: 28%;
    max-width: 28%
}

.show_ad .ad_wrap .ad_sidebar .owner_info img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 200px;
    margin-bottom: 20px;
}

.show_ad .ad_wrap .ad_sidebar .owner_info i {
    margin-right: 5px
}

.show_ad .ad_wrap .ad_sidebar a {
    font-weight: bold
}

.show_ad .ad_wrap .ad_sidebar .owner_info a.contact_info {
    background: var(--main-background-color);
    padding: 10px;
    color: white;
    font-weight: bold;
    display: block;
    margin: 10px 0;
}

.show_ad .ad_wrap .ad_sidebar .message_form form {
    max-width: 100%;
    overflow: hidden
}

.show_ad .ad_wrap .ad_sidebar .message_form form>div {
    margin: 5px 0
}

.show_ad .ad_wrap .ad_sidebar .message_form form textarea {
    width: 100%;
    padding: 5px;
    font-family: var(--font-family);
    border: 1px solid lightgray;
    border-radius: 5px;
    height: 200px
}

.show_ad .ad_wrap .ad_sidebar .message_form form input:not([type='submit']) {
    font-family: var(--font-family);
    border: 1px solid lightgray;
    border-radius: 5px
}

.show_ad .ad_wrap .ad_sidebar .message_form form label {
    display: block;
    margin-bottom: 5px
}

.show_ad .ad_wrap .ad_sidebar .message_form form input[type='submit'] {
    background: var(--main-background-color);
    color: white;
}

.show_ad .ad_wrap .ad_sidebar .show_tel,
.show_ad .ad_wrap .ad_sidebar .show_email {
    cursor: pointer
}

.show_ad .ad_wrap .ad_sidebar img {
    width: 100%;
    margin: auto;
    display: block;
    height: 200px
}

.show_ad .ad_wrap .ad_sidebar h3 {
    padding: 10px;
    background: var(--main-background-color);
    color: white;
    font-weight: 100;
    font-size: 15px;
    font-weight: bold;
}

.show_ad .ad_wrap .ad_sidebar #map {
    height: 250px;
    margin: 20px 0
}

.show_ad .ad_wrap .ad_sidebar #map a {
    font-size: 10px;
}



.show_ad .ad_wrap .ad_sidebar .share>div.share_options {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}

.show_ad .ad_wrap .ad_sidebar .share>div.share_options a {
    flex: 1 1 30%;
    text-align: center;
    padding: 5px;
}

.show_ad .ad_wrap .ad_sidebar .share>div.share_options a:first-of-type {
    background-color: blue;
}

.show_ad .ad_wrap .ad_sidebar .share>div.share_options a:nth-of-type(2) {
    background-color: var(--main-background-color);
    margin: 0 5px;
}

.show_ad .ad_wrap .ad_sidebar .share>div.share_options a:last-of-type {
    background-color: #a52a2a;
}

.show_ad .ad_wrap .ad_sidebar .share h3 {
    flex-basis: 1 1 100%;
}

.show_ad .ad_wrap .ad_sidebar .share i {
    font-size: 20px;
    color: white;
}

.show_ad .ad_wrap .ad_sidebar .other_objects .object {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.show_ad .ad_wrap .ad_sidebar .other_objects .object a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.show_ad .ad_wrap .ad_sidebar .other_objects .object a .more_info {
    position: absolute;
    bottom: 0;
    margin-top: 10px;
    overflow: hidden;
    padding: 15px;
    background: linear-gradient(to bottom, transparent 0, black);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    color: white;
    z-index: 1;
    height: auto !important;
    box-sizing: border-box;
}

.show_ad .ad_wrap .ad_sidebar .other_objects .object .object_score {
    font-size: 13px;
    padding: 5px 10px;
}

.show_ad .ad_wrap .ad_sidebar .other_objects .object a .more_info p,
.show_ad .ad_wrap .ad_sidebar .other_objects .object a .more_info h4 {
    color: white;
    margin: 0;
    margin-bottom: 5px;
}

.show_ad .ad_wrap .ad_sidebar .other_objects .object a .more_info p i,
.show_ad .ad_wrap .ad_sidebar .other_objects .object a .more_info h4 i {
    margin-right: 5px;
    color: inherit
}

.show_ad .ad_wrap .ad_sidebar .other_objects .object a .more_info h4 {
    font-weight: bold
}

.show_ad .ad_wrap .ad_sidebar .other_objects .object a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.show_ad .ad_wrap .ad_sidebar .ads_single_ad_page img {
    width: 100%;
    height: auto
}

.show_ad .ad_wrap .ad_footer {
    flex-basis: 100%
}

.result {
    display: flex;
    flex-wrap: wrap
}

.result .filters,
.result .ads,
.result .pag {
    flex-basis: 100%;  
    justify-content: flex-start;
}

.result .filters h3 {
    text-align: left;
    margin: 5px
}

.result .ads {
    display: flex;
    flex-wrap: wrap;
}

.result .ads .ad {
    flex: 0 1 31%;
    position: relative;
    margin: 10px;
    height: 330px;
    overflow: hidden;
}

.result .ads .ad a {
    display: block;
    height: 100%;
}

.result .ads .ad a .more_info {
    position: absolute;
    bottom: -15px;
    padding: 0;
    overflow: hidden;
    background: linear-gradient(to bottom, transparent 0, black);
    color: white;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    color: white;
    transition: .5s;
    height: 175px;
    z-index: 1;
    box-sizing: border-box;
}

.result .ads .ad a .more_info p {
    color: white;
    padding: 0 10px;
}

.result .ads .ad a .more_info p i {
    color: inherit;
    margin-right: 5px
}

.result .ads .ad a .more_info h3 {
    margin: 0;
    padding: 10px;
    background-color: var(--main-background-color);
    color: white;
    height: 65px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
}

.result .ads .ad img {
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover
}

.result .pag ul {
    list-style: none;
    display: flex;
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

.result .pag ul .active {
    background: var(--main-background-color)
}

.result .pag ul .active span {
    color: white
}

.result .pag ul li {
    margin: 0 5px;
    border: 1px solid var(--main-background-color);
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center
}

.result .pag ul li:hover {
    background-color: var(--main-background-color)
}

.result .pag ul li:hover span,
.result .pag ul li:hover a {
    color: white
}

.show_blog .blog_content .articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.show_blog #panorama {
    width: 600px;
    height: 450px;
}

.show_tagged_post .tag_head h1 {
    padding: 10px;
    background: var(--main-background-color);
    color: white;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 15px;
    position: relative;
}

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

.show_tagged_post .articles>a {
    flex: 1 1 25%;
    overflow: hidden;
    margin: 5px;
}

.show_tagged_post .articles>a .more_info {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    top: inherit;
    bottom: 0;
    width: 100%;
    left: 0;
    margin: auto;
    display: block;
    padding: 10px;
    background-color: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    height: auto !important;
    box-sizing: border-box;
    min-height: 150px;
    font-weight: bold;
}

.show_tagged_post .articles>a .more_info h2 {
    font-weight: bold;
    padding: 5px 0;
}

.show_tagged_post .articles>a .post_meta {
    position: absolute;
    right: 0;
    background-color: var(--main-background-color);
    z-index: 1;
    color: white;
    padding: 5px;
}

.show_tagged_post .articles img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.show_blog .blog_content .articles .post {
    flex: 1 1 45%;
    margin: 10px;
    position: relative;
    height: 400px;
    overflow: hidden
}

.show_blog .blog_content .articles .post a {
    display: block;
    width: 100%;
    height: 100%
}

.show_blog .blog_content .articles .post a h2 {
    margin: 0;
    padding: 10px 0;
    color: white;
    font-size: 15px;
    font-weight: bold;
}

.show_blog .blog_content .articles .post a img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}


.show_blog .blog_content .articles .post a .more_info {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    top: inherit;
    bottom: 0;
    width: 100%;
    left: 0;
    margin: auto;
    display: block;
    padding: 10px;
    background-color: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    height: auto !important;
    box-sizing: border-box;
}

.show_blog .blog_content .articles .post .post_meta {
    position: absolute;
    background-color: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    right: 0;
    padding: 10px;
}

.show_blog .blog_content .articles .post .post_meta p {
    margin: 0;
    color: white;
}

.show_blog .blog_content .articles .post h2 {

    padding: 5px;
    margin: 0;
    border-bottom: 1px solid;
    background: none;


}

.show_blog .blog_content .articles .post a .more_info p {
    color: white
}

.show_blog .blog_content .articles .post a .more_info p i {
    color: inherit;
    margin: 0 5px
}

.blog_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px
}

.blog_wrapper h3 {
    background-color: var(--main-background-color);
    padding: 10px;
    color: white;
    margin: 10px 0;
}

.blog_wrapper .blog_content {
    flex-basis: 70%;
    max-width: 70%;
    margin-right: 20px;
    overflow: hidden;
    font-family: var(--font-family)
}

.blog_wrapper .blog_content .lead {
    margin: 20px 0
}

.blog_wrapper .blog_sidebar {
    flex-basis: 28%;
    max-width: 28%
}

.blog_wrapper .blog_sidebar .info {
    padding: 10px 0;
}

.blog_wrapper .blog_sidebar .info a {
    border: 1px solid var(--main-background-color);
    font-weight: bold;
    transition: .4s;
    padding: 10px;
    flex: 1 1 45%;
    margin: 0 5px;
    text-align: center;
    display: inline-block;
}

.blog_wrapper .blog_sidebar .info a:hover {
    background: var(--main-background-color);
    color: white
}

.blog_wrapper .blog_sidebar h3,
.blog_wrapper .blog_sidebar h1 {
    padding: 10px;
    background: var(--main-background-color);
    color: white;
    font-weight: 100;
    font-size: 15px
}

.blog_wrapper .blog_sidebar h3:nth-of-type(1),
.blog_wrapper .blog_sidebar h1:nth-of-type(1) {
    margin-top: 0
}


.blog_wrapper .blog_sidebar .info p {
    margin: 0 0 5px 0
}

.blog_wrapper .blog_sidebar #map {
    height: 250px;
    width: 100%
}

.blog_wrapper .blog_sidebar #map a {
    font-size: 10px
}

.blog_wrapper .blog_sidebar .share {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.blog_wrapper .blog_sidebar .share i {
    font-size: 20px
}

.blog_wrapper .blog_sidebar .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_wrapper .blog_sidebar .tags p {
    flex: 1;
    border: 1px solid var(--main-background-color);
    white-space: nowrap;
    text-align: center;
    color: var(--main-background-color);
    padding: 5px;
    margin: 5px;
    font-weight: bold;
    transition: .4s
}

.blog_wrapper .blog_sidebar .tags p:hover {
    background-color: var(--main-background-color)
}

.blog_wrapper .blog_sidebar .tags p:hover a {
    color: white
}

.blog_wrapper .blog_sidebar .last_four_added .last_added {
    height: 300px;
    overflow: hidden;
    margin-bottom: 10px;

}

.blog_wrapper .blog_sidebar .last_four_added a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 100%
}

.blog_wrapper .blog_sidebar .last_four_added a .more_info {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    padding: 15px 5px;
    background: linear-gradient(to bottom, transparent 0, black);
    color: white;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    color: white;
    transition: .5s;
    height: 80px;
    z-index: 1;
    box-sizing: border-box;
}

.blog_wrapper .blog_sidebar .last_four_added a .more_info p {
    color: white;
    margin: 5px
}

.blog_wrapper .blog_sidebar .last_four_added a .more_info p:nth-of-type(1) {
    font-weight: bold
}

.blog_wrapper .blog_sidebar .last_four_added a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog_wrapper .blog_sidebar .last_four_comments a {
    font-weight: bold
}

.blog_wrapper .blog_sidebar .blog_ad img {
    max-width: 100%;
    width: 100%
}

.show_blog_post .blog_content .blog_head {
    background: var(--main-background-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.show_blog_post .blog_content .blog_head h1 {
    font-family: var(--font-family);
    font-weight: 100;
    color: white;
    font-size: 25px;
    margin: 10px;
    line-height: 30px;
}

.show_blog_post .blog_content .main_photo img {
    width: 100%
}

.show_blog_post .blog_content .add_comment {
    width: 100%;
    overflow: hidden
}

.show_blog_post .blog_content .add_comment a {
    font-weight: bold
}

.show_blog_post .blog_content .add_comment h3 i {
    color: white;
    font-size: 17px;
    position: relative
}

.show_blog_post .blog_content .add_comment form>div {
    margin: 20px 0
}

.show_blog_post .blog_content .add_comment form textarea,
.show_blog_post .blog_content .add_comment form input:not([type='submit']) {
    border-radius: 5px;
    outline: none;
    border: 1px solid lightgray;
    font-family: var(--font-family)
}

.show_blog_post .blog_content .add_comment form textarea {
    width: 96%;
    padding: 15px;
    height: 150px
}



.show_blog_post .blog_content .comments h3 i {
    color: white;
    font-size: 17px;
    position: relative;
    top: -3px
}

.show_blog_post .blog_content .comments .comment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    background: #d3d3d30f;
    border-radius: 10px;
    padding: 10px
}

.show_blog_post .blog_content .comments .comment .comment_avatar {
    flex-basis: 12%;
    max-width: 12%;
    display: flex;
    justify-content: center;
    align-items: center
}

.show_blog_post .blog_content .comments .comment .comment_avatar img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 20px
}

.show_blog_post .blog_content .comments .comment .comment_body {
    flex: 1
}

.show_blog_post .blog_content .comments .comment .comment_body .comment_head a {
    font-weight: bold
}

.show_blog_post .blog_content .comments .comment .comment_meta {
    text-align: right
}

.show_blog_post .blog_content .comments .comment .comment_meta a,
.show_blog_post .blog_content .comments .comment .comment_meta i {
    font-size: 11px;
    font-weight: bold;
    color: var(--main-background-color);
    margin-right: 5px
}


.show_blog_post .blog_content .panorama_photo {
    width: 100%;
    height: 450px;
    margin: 20px 0;
}


.show_ads_in_location .user_add_inspiration,
.category_in_city .user_add_inspiration {
    width: 100%
}

.show_ads_in_location .user_add_inspiration h2,
.category_in_city .user_add_inspiration h2 {
    text-align: left;
    flex-basis: 100%;
    font-size: 17px;
    padding: 10px;
    background-color: var(--main-background-color);
    margin: 20px 0;
    color: white;

}

.show_ads_in_location .user_add_inspiration form,
.category_in_city .user_add_inspiration form {
    width: 100%
}

.show_ads_in_location .user_add_inspiration form>div,
.category_in_city .user_add_inspiration form>div {
    margin: 20px 0
}

.show_ads_in_location .user_add_inspiration form>div label,
.category_in_city .user_add_inspiration form>div label {
    margin-bottom: 10px;
    width: 100%;
    display: block
}



.show_ads_in_location .user_add_inspiration form>div textarea,
.category_in_city .user_add_inspiration form>div textarea {
    height: 100px;
    max-width: 98%;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px
}

.show_ads_in_location .object_categories,
.category_in_city .object_categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px
}

.show_ads_in_location .object_categories a,
.category_in_city .object_categories a {
    border: 1px solid black;
    padding: 10px;
    text-align: center;
    margin: 5px;
    transition: .4s;
    font-weight: bold;
    flex: 1 1 30%;
    text-transform: uppercase;
}

.show_ads_in_location .object_categories a:hover,
.category_in_city .object_categories a:hover {
    background-color: var(--main-background-color);
    color: white
}

.all_inspirations .user_inspirations {
    display: flex;
    flex-wrap: wrap
}

.all_inspirations .user_inspirations .inspiration {
    position: relative;
    flex: 1 1 31%;
    max-width: 31%;
    margin: 10px;
    height: 480px;
    overflow: hidden
}

.all_inspirations .user_inspirations .inspiration h3 {
    background-color: var(--main-background-color);
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 10px;
    color: white;
    font-weight: bold;
    font-family: arial
}

.all_inspirations .user_inspirations .inspiration>img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.all_inspirations .user_inspirations .inspiration .more_info {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 0 0 0;
    align-items: flex-start;
    background: linear-gradient(to bottom, transparent 0, black);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    transition: .5s;
    height: 185px;
    z-index: 1
}

.all_inspirations .user_inspirations .inspiration .more_info>div {
    padding: 10px
}

.all_inspirations .user_inspirations .inspiration .more_info>div hr {
    border: 1px solid white
}

.all_inspirations .user_inspirations .inspiration .more_info img {
    width: 80px;
    float: left;
    padding: 10px
}

.all_inspirations .user_inspirations .inspiration .more_info p {
    color: white
}

.category .client_ad,
.show_ads_in_location .client_ad,
.category_in_city .client_ad {
    flex-basis: 100%;
    padding: 15px
}

.category .client_ad img,
.show_ads_in_location .client_ad img,
.category_in_city .client_ad img {
    width: 100%
}

.category .user_inspirations,
.show_ads_in_location .user_inspirations,
.category_in_city .user_inspirations {
    display: flex;
    flex-wrap: wrap
}

.category .user_inspirations h2,
.show_ads_in_location .user_inspirations h2,
.category_in_city .user_inspirations h2 {
    text-align: left;
    font-size: 17px;
    padding: 10px;
    background-color: var(--main-background-color);
    margin: 20px 0;
    color: white;
    flex-basis: 100%;
}

.category .user_inspirations .inspiration,
.show_ads_in_location .user_inspirations .inspiration,
.category_in_city .user_inspirations .inspiration {
    position: relative;
    flex: 1 1 30%;
    margin: 0 10px;
    height: 440px;
    overflow: hidden
}

.category .user_inspirations .inspiration>img,
.show_ads_in_location .user_inspirations .inspiration>img,
.category_in_city .user_inspirations .inspiration>img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.category .user_inspirations .inspiration .more_info,
.show_ads_in_location .user_inspirations .inspiration .more_info,
.category_in_city .user_inspirations .inspiration .more_info {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 0 0 0;
    align-items: flex-start;
    background: linear-gradient(to bottom, transparent 0, black);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    transition: .5s;
    height: 190px;
    z-index: 1
}

.category .user_inspirations .inspiration .more_info img,
.show_ads_in_location .user_inspirations .inspiration .more_info img,
.category_in_city .user_inspirations .inspiration .more_info img {
    width: 80px;
    float: left;
    padding: 10px
}

.category .user_inspirations .inspiration .more_info>div,
.show_ads_in_location .user_inspirations .inspiration .more_info>div,
.category_in_city .user_inspirations .inspiration .more_info>div {
    flex: 1;
    display: block;
    padding: 15px
}

.category .user_inspirations .inspiration .more_info>div p,
.show_ads_in_location .user_inspirations .inspiration .more_info>div p,
.category_in_city .user_inspirations .inspiration .more_info>div p {
    color: white;
    margin: 0 0 5px 0
}

.category .user_inspirations .inspiration .more_info>div p:nth-of-type(1),
.show_ads_in_location .user_inspirations .inspiration .more_info>div p:nth-of-type(1),
.category_in_city .user_inspirations .inspiration .more_info>div p:nth-of-type(1) {
    font-weight: bold
}

.category .random_cat,
.category .random_cities,
.show_ads_in_location .random_cat,
.show_ads_in_location .random_cities,
.category_in_city .random_cat,
.category_in_city .random_cities {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.category .random_cat h3,
.category .random_citie h3,
.show_ads_in_location .random_cat h3,
.show_ads_in_location .random_cities h3,
.category_in_city .random_cat h2,
.category_in_city .random_cities h3 {
    flex-basis: 100%;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
}


.category .random_cat .category_item,
.category .random_cat .city_item,
.category .random_cities .category_item,
.category .random_cities .city_item,
.show_ads_in_location .random_cat .category_item,
.show_ads_in_location .random_cat .city_item,
.show_ads_in_location .random_cities .category_item,
.show_ads_in_location .random_cities .city_item,
.category_in_city .random_cat .category_item,
.category_in_city .random_cat .city_item,
.category_in_city .random_cities .category_item,
.category_in_city .random_cities .city_item {
    flex: 1 1 45%;
    text-align: center;
    position: relative;
    margin: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 260px;
    box-shadow: 0 0 10px 6px lightgrey;
}

.category .random_cat .category_item:hover p,
.category .random_cat .city_item:hover p,
.category .random_cities .category_item:hover p,
.category .random_cities .city_item:hover p,
.show_ads_in_location .random_cat .category_item:hover p,
.show_ads_in_location .random_cat .city_item:hover p,
.show_ads_in_location .random_cities .category_item:hover p,
.show_ads_in_location .random_cities .city_item:hover p,
.category_in_city .random_cat .category_item:hover p,
.category_in_city .random_cat .city_item:hover p,
.category_in_city .random_cities .category_item:hover p,
.category_in_city .random_cities .city_item:hover p {
    background-color: white
}

.category .random_cat .category_item img,
.category .random_cat .city_item img,
.category .random_cities .category_item img,
.category .random_cities .city_item img,
.show_ads_in_location .random_cat .category_item img,
.show_ads_in_location .random_cat .city_item img,
.show_ads_in_location .random_cities .category_item img,
.show_ads_in_location .random_cities .city_item img,
.category_in_city .random_cat .category_item img,
.category_in_city .random_cat .city_item img,
.category_in_city .random_cities .category_item img,
.category_in_city .random_cities .city_item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.category .random_cat .category_item p,
.category .random_cat .city_item p,
.category .random_cities .category_item p,
.category .random_cities .city_item p,
.show_ads_in_location .random_cat .category_item p,
.show_ads_in_location .random_cat .city_item p,
.show_ads_in_location .random_cities .category_item p,
.show_ads_in_location .random_cities .city_item p,
.category_in_city .random_cat .category_item p,
.category_in_city .random_cat .city_item p,
.category_in_city .random_cities .category_item p,
.category_in_city .random_cities .city_item p {
    position: absolute;
    background-color: rgba(255, 255, 255, .541);
    box-shadow: 0 0 0 5px #00000052;
    color: black;
    font-weight: bold;
    padding: 10px 20px;
    transition: .4s;
    font-size: 20px;
    text-transform: uppercase;
    transform: translateZ(50px)
}

.show_ads_in_location .user_inspirations .inspiration .more_info {
    height: 175px;
}


.user_edit_ad .admin_note {
    background-color: red;
    color: white;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 20px;
}

.user_add_ad .add_object_wrapper h2,
.user_edit_ad .add_object_wrapper h2 {
    padding: 10px;
    margin: 10px 0;
    font-size: 17px;
    background-color: var(--main-background-color);
    color: white;
}

.user_add_ad .add_object_wrapper,
.user_edit_ad .add_object_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px
}

.user_add_ad .add_object_wrapper form,
.user_edit_ad .add_object_wrapper form {
    flex-basis: 100%
}

.user_add_ad .add_object_wrapper form input:not([type='submit']),
.user_add_ad .add_object_wrapper form textarea,
.user_add_ad .add_object_wrapper form select,
.user_edit_ad .add_object_wrapper form input:not([type='submit']),
.user_edit_ad .add_object_wrapper form textarea,
.user_edit_ad .add_object_wrapper form select {
    padding: 5px;
    border: 1px solid lightgray;
    outline: none;
}

.user_add_ad .add_object_wrapper form select,
.user_edit_ad .add_object_wrapper form select {
    padding: 10px
}

.user_add_ad .add_object_wrapper form label,
.user_edit_ad .add_object_wrapper form label {
    margin-bottom: 5px;
    font-family: var(--font-family);
    display: block;
}

.user_add_ad .add_object_wrapper form input[type='checkbox'],
.user_edit_ad .add_object_wrapper form input[type='checkbox'] {
    margin-right: 10px;
    position: relative;
    top: 3px
}


.user_add_ad .add_object_wrapper form input[type='file'],
.user_edit_ad .add_object_wrapper form input[type='file'] {
    padding: 6px;
    font-family: var(--font-family)
}

.user_add_ad .add_object_wrapper form input[type='submit'],
.user_edit_ad .add_object_wrapper form input[type='submit'] {
    margin-top: 20px;
    float: right;
}

.user_add_ad .add_object_wrapper form #map,
.user_edit_ad .add_object_wrapper form #map {
    height: 350px
}

.user_add_ad .add_object_wrapper form .main_info,
.user_add_ad .add_object_wrapper form .location,
.user_add_ad .add_object_wrapper form .pricing,
.user_add_ad .add_object_wrapper form .amenities,
.user_edit_ad .add_object_wrapper form .main_info,
.user_edit_ad .add_object_wrapper form .location,
.user_edit_ad .add_object_wrapper form .pricing,
.user_edit_ad .add_object_wrapper form .amenities {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.user_add_ad .add_object_wrapper form .main_info>div,
.user_add_ad .add_object_wrapper form .location>div,
.user_add_ad .add_object_wrapper form .pricing>div,
.user_add_ad .add_object_wrapper form .amenities>div,
.user_edit_ad .add_object_wrapper form .main_info>div,
.user_edit_ad .add_object_wrapper form .location>div,
.user_edit_ad .add_object_wrapper form .pricing>div,
.user_edit_ad .add_object_wrapper form .amenities>div {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 5px
}

.user_add_ad .add_object_wrapper form .amenities>div,
.user_edit_ad .add_object_wrapper form .amenities>div {
    flex: 1 1 40%;
    flex-direction: row;
    height: 35px;
    margin: 5px;
}

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

.contact_to_service_page .page_body .left {
    flex: 1;
    padding: 20px
}

.contact_to_service_page .page_body form {
    flex: 1
}

.contact_to_service_page .page_body form input:not([type='submit']),
.contact_to_service_page .page_body form textarea {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 7px
}

.contact_to_service_page .page_body form label {
    margin-bottom: 5px
}

.contact_to_service_page .page_body form input[type='submit'] {
    border: 1px solid var(--main-background-color);
    margin: 10px 0
}

.contact_to_service_page .page_body form input[type='submit']:hover {
    background-color: var(--main-background-color);
    color: white
}

.contact_to_service_page .page_body form>div {
    display: flex;
    flex-direction: column;
    margin: 10px 0
}

.login .login_form {
    text-align: center;
    max-width: 350px
}

.login .login_form img {
    max-width: 100%
}

.login .login_form .no_account {
    margin: 10px 0;
    font-weight: bold
}

.login .login_form form {
    display: flex;
    flex-direction: column;
    margin-top: 20px;

}

.login .login_form form div {
    justify-content: center;
    margin: 0 0 5px 0
}

.login .login_form form label {
    margin: 5px 0
}

.login .login_form form input {
    padding: 10px;
    border: 1px solid lightgray
}

.login .login_form form input[type='submit'] {
    border: 1px solid var(--main-background-color);
}

.login .login_form form input[type='submit']:hover {
    background: white;
    color: black
}

.register .register_form {
    text-align: center;
    max-width: 350px
}

.register .register_form small {
    margin: 10px 0
}

.register .register_form .register_info {
    font-weight: bold;
    margin: 10px 0
}

.register .register_form img {
    max-width: 100%
}

.register .register_form .no_account {
    margin: 10px 0;
    font-weight: bold
}

.register .register_form form {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}


.register .register_form form div {
    justify-content: center;
    margin: 0 0 5px 0;
}

.register .register_form form label {
    margin: 5px 0;

}

.register .register_form form input {
    padding: 10px;
    border: 1px solid lightgray
}

.register .register_form form input[type='submit'] {
    border: 1px solid var(--main-background-color);
}

.register .register_form form input[type='submit']:hover {
    background: white;
    color: black
}

.privacy_policy_page h3,
.regulations_page h3 {
    margin: 30px 0;
    border-bottom: 1px solid;
    padding-bottom: 10px
}

.show_user_profile .profil_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px
}

.show_user_profile .profil_wrap h1 {
    padding: 10px;
    background: var(--main-background-color);
    color: white;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 17px;
    text-align: center
}

.show_user_profile .profil_wrap .profil_head {
    flex-basis: 100%
}

.show_user_profile .profil_wrap .main_photo {
    position: relative
}

.show_user_profile .profil_wrap .profil_content {
    flex-basis: 70%;
    max-width: 70%;
    margin-right: 20px;
    overflow: hidden;
    font-family: var(--font-family)
}

.show_user_profile .profil_wrap .profil_content .ads {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.show_user_profile .profil_wrap .profil_content .ads .ad {
    flex: 1 1 45%;
    position: relative;
    margin: 10px;
    height: 415px;
    overflow: hidden
}

.show_user_profile .profil_wrap .profil_content .ads .ad a {
    display: block;
    height: 100%;
}

.show_user_profile .profil_wrap .profil_content .ads .ad img {
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover
}

.show_user_profile .profil_wrap .profil_content .ads .ad .more_info {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    background: linear-gradient(to bottom, transparent 0, black);
    color: white;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    transition: .5s;
    height: 170px;
    z-index: 1
}

.show_user_profile .profil_wrap .profil_content .ads .ad .more_info h3 {
    margin: 0;
    padding: 10px;
    background-color: var(--main-background-color);
    color: white;
    display: flex;
    height: 50px;
    align-items: center
}

.show_user_profile .profil_wrap .profil_content .ads .ad .more_info p {
    color: white;
    padding: 0 10px;
    margin: 3px
}

.show_user_profile .profil_wrap .profil_content .ads .ad .more_info p i {
    margin-right: 5px;
    color: inherit
}

.show_user_profile .profil_wrap .profil_sidebar {
    flex-basis: 28%;
    max-width: 28%
}

.show_user_profile .profil_wrap .profil_sidebar i {
    margin-right: 5px
}

.show_user_profile .profil_wrap .profil_sidebar .owner_info a.contact_info {
    background: var(--main-background-color);
    padding: 10px;
    color: white;
    font-weight: bold
}

.show_user_profile .profil_wrap .profil_sidebar .show_tel,
.show_user_profile .profil_wrap .profil_sidebar .show_email {
    cursor: pointer
}

.show_user_profile .profil_wrap .profil_sidebar img {
    max-height: 200px;
    margin: auto;
    display: block;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.show_user_profile .profil_wrap .profil_sidebar h3 {
    padding: 10px;
    background: var(--main-background-color);
    color: white;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 15px
}

.show_user_profile .profil_wrap .profil_sidebar .share {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.show_user_profile .profil_wrap .profil_sidebar .share i {
    font-size: 20px
}

.user_panel_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between
}

.user_panel_wrap h3 {
    padding: 5px;
    background: var(--main-background-color);
    color: white;
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.user_panel_wrap .sidebar {
    flex-basis: 20%;
    margin-right: 20px;
    width: 20%
}

.user_panel_wrap .sidebar img {
    width: 100%
}

.user_panel_wrap .sidebar .user_menu {
    display: flex;
    flex-direction: column
}

.user_panel_wrap .sidebar .user_menu a {
    margin: 0 0 10px 0;

}

.user_panel_wrap .sidebar .user_menu a:hover {
    filter: drop-shadow(0 0 0);
}

.user_panel_wrap .sidebar .user_menu a i {
    transition: .5s
}

.user_panel_wrap .sidebar .user_menu a:hover i {
    margin-right: 5px
}

.user_panel_wrap .user_ads {
    flex: 1
}

.user_panel_wrap .user_ads .ad {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.user_panel_wrap .user_ads .ad>div {
    border: 1px solid lightgray;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex-direction: column
}

.user_panel_wrap .user_ads .ad>div i {
    display: block;
    font-size: 20px
}

.user_panel_wrap .user_ads .ad>div p {
    margin: 0 0 5px 0
}

.user_panel_wrap .user_ads .ad>div a {
    font-weight: bold
}

.user_panel_wrap .user_ads .ad>div a:hover {
    color: var(--main-background-color)
}

.user_panel_wrap .user_ads .ad>div a:hover i {
    color: var(--main-background-color)
}

.user_panel_wrap .user_ads .ad>.index {
    flex: 0
}

.user_panel_wrap .user_ads .main_photo img {
    max-width: 120px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.user_panel_wrap .user_ads .ad_action {
    flex-direction: row !important
}

.user_panel_wrap .user_ads .ad_action a {
    text-align: center;
    margin: 5px
}

.user_panel_wrap .inspirations {
    flex: 1
}

.user_panel_wrap .inspirations .inspiration {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.user_panel_wrap .inspirations .inspiration>div {
    border: 1px solid lightgray;
    flex: 1;
    padding: 10px
}

.user_panel_wrap .inspirations .inspiration .index {
    flex: 0
}

.user_panel_wrap .inspirations .inspiration .inspiration_photo {
    flex: 0;
    display: flex;
    align-items: center
}

.user_panel_wrap .inspirations .inspiration .inspiration_photo img {
    max-width: 120px
}

.user_panel_wrap .inspirations .inspiration .inspiration_body {
    flex: 1
}

.user_panel_wrap .inspirations .inspiration .inspiration_body span {
    display: block;
    margin: 10px 0;
    background: var(--main-background-color);
    color: white;
    padding: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.user_panel_wrap .reviews {
    flex: 1
}

.user_panel_wrap .reviews .review {
    display: flex;
    margin-bottom: 10px
}

.user_panel_wrap .reviews .review>div {
    padding: 10px;
    border: 1px solid;
    display: flex;
    align-items: center
}

.user_panel_wrap .reviews .review .index {
    display: flex;
    align-items: center;
    flex: 0
}

.user_panel_wrap .reviews .review .ads_photo {
    flex: 0
}

.user_panel_wrap .reviews .review .ads_photo img {
    width: 100px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.user_panel_wrap .reviews .review .review_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.user_panel_wrap .reviews .review .review_body p {
    margin: 0 0 5px 0
}

.user_panel_wrap .reviews .review .review_body .action a {
    font-weight: bold;
    margin-right: 5px
}

.user_panel_wrap .reviews .review .review_body .action a:hover i {
    color: red
}


.user_promo_ad .ad_promo  h2{
    background-color: lightgray;
    margin-bottom: 10px;
    padding: 10px;
}
.user_promo_ad .ad_promo  h3{
    background-color: crimson;
    margin-bottom: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 15px;
    color: white;
}


.user_observed .review_body {
    justify-content: center
}

.user_edit_profil .user_data form>div {
    margin: 10px 0
}

.user_edit_profil .user_data form>div label {
    margin: 5px 0;
    width: 150px;
    display: inline-block;
}

.user_edit_profil .user_settings label {
    width: auto !important;
    display: inline-block;
}

.user_edit_profil .user_data form>div>div {
    margin-bottom: 10px
}

.user_edit_profil .user_data form h4 {
    padding: 5px 10px;
    background-color: var(--main-background-color);
    color: white;
}

.user_edit_profil .user_data form input [type=submit] {
    width: 100px;
}

.user_chats .all_chats {
    flex: 1
}

.user_chats .all_chats>div {
    display: flex;
    justify-content: space-between;
    height: 90%;
    overflow-y: scroll
}

.user_chats .all_chats>div::-webkit-scrollbar {
    width: 10px
}

.user_chats .all_chats>div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

.user_chats .all_chats>div::-webkit-scrollbar-thumb {
    background: var(--main-background-color);
    border-radius: 10px
}

.user_chats .all_chats>div::-webkit-scrollbar-thumb:hover {
    background: green
}

.user_chats .all_chats>div .left_chat {
    flex-basis: 250px;
    border-right: 3px solid lightgray;
    padding-right: 10px
}

.user_chats .all_chats>div .left_chat a {
    display: block;
    margin-bottom: 5px;
    padding: 5px 20px;
    background: #a52a2a;
    color: white;
    position: relative
}

.user_chats .all_chats>div .left_chat a:hover {
    font-weight: bold;
    padding-left: 25px
}

.user_chats .all_chats>div .left_chat a span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    display: block;
    content: '';
    top: 12px;
    position: absolute;
    left: 5px
}

.user_chats .all_chats>div .right_chat {
    flex: 1;
    padding: 0 20px
}

.user_chats .all_chats>div .right_chat .send_message form textarea {
    width: 100%;
    margin: auto;
    display: block;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid lightgray
}


.single_chat .all_chats {
    flex: 1
}

.single_chat .all_chats .right_chat {
    flex: 1;
    padding: 0 20px;
    height: 500px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

.single_chat .all_chats .right_chat::-webkit-scrollbar {
    width: 10px
}

.single_chat .all_chats .right_chat::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

.single_chat .all_chats .right_chat::-webkit-scrollbar-thumb {
    background: var(--main-background-color);
    border-radius: 10px
}

.single_chat .all_chats .right_chat::-webkit-scrollbar-thumb:hover {
    background: green
}

.single_chat .all_chats .right_chat .message {
    width: 98%;
    background-color: #d3d2d2;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px
}

.single_chat .all_chats .right_chat .message p {
    margin: 5px
}

.single_chat .all_chats .send_message form textarea {
    width: 100%;
    margin: auto;
    display: block;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid lightgray
}


.single_chat .all_chats .send_message form div {
    margin: 10px 0
}

footer {
    background-color: black;
    padding: 100px 0 50px 0;
    color: white;
    margin-top: 30px;
    background-image: url('/assets/footer_back/footer_back.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

footer #toTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 8;
    padding: 6px 10px;
    display: none;
    background: transparent;
    border: 1px solid var(--main-background-color);
    cursor: pointer;
    transition: .4s;
    width: 40px;
    text-align: center;
}

footer #toTop:hover {
    background: var(--main-background-color)
}

footer #toTop:hover i {
    color: white
}

footer #toTop i {
    font-size: 15px;
    color: var(--main-background-color)
}

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

footer .container>div {
    flex-basis: 25%
}

footer p,
footer a,
footer li,
footer i {
    color: white;
    text-decoration: none;
    font-weight: 100
}

footer h4 {
    font-size: 20px;
    margin: 0
}

footer .second_footer a {
    display: block
}

footer .second_footer a:hover {
    font-weight: bold
}

footer .third_footer i {
    font-size: 15px;
    margin-left: 0;
    margin-right: 15px;
    padding: 10px;
    color: white
}

footer hr {
    margin: 20px 0
}

.all_inspirations .inspiration_content {
    width: 100%
}

.all_inspirations .inspiration_content .inspiration {
    height: 440px;
    flex: 1 1 30%;
    max-width: 30%
}

.all_inspirations .inspiration_content .inspiration .more_info {
    overflow: hidden
}

.all_inspirations .inspiration_content .inspiration .more_info>div {
    width: 100%
}

@media all and (max-width:1024px) {

    .header_slider .container_header form input,
    .header_slider .container_header form select {
        width: 170px
    }

    footer .container>div {
        flex-basis: 30%;
        padding: 10px
    }

    .show_ad .ad_wrap .ad_content {
        flex-basis: 65%;
        max-width: 65%;
        padding: 0 10px;
        margin-right: 0
    }

    .show_ad .ad_wrap .ad_sidebar {
        flex-basis: 30%;
        max-width: 30%;
        padding: 0 10px
    }

    .show_user_profile .profil_wrap .profil_content {
        flex-basis: 65%;
        max-width: 65%;
        padding: 0 10px;
        margin-right: 0
    }

    .show_user_profile .profil_wrap .profil_content .ads .ad {
        flex-basis: 45%
    }

    .show_user_profile .profil_wrap .profil_sidebar {
        flex-basis: 30%;
        max-width: 30%;
        padding: 0 10px
    }

    .show_blog_post .blog_content {
        flex-basis: 65%;
        max-width: 65%;
        padding: 0 10px;
        margin-right: 0
    }

    .show_blog_post .blog_content .ads .ad {
        flex-basis: 45%
    }

    .show_blog_post .blog_sidebar {
        flex-basis: 30%;
        max-width: 30%;
        padding: 0 10px
    }

    .show_blog_post .add_comment textarea {
        width: 90% !important
    }

    .show_blog .blog_content {
        flex-basis: 65%;
        max-width: 65%;
        padding: 0 10px;
        margin-right: 0
    }

    .show_blog .blog_content .articles .post {
        flex-basis: 48%;
        width: 48%;
        margin: 5px
    }

    .show_blog .blog_content .articles .post a .more_info {
        padding: 10px;
        top: 5%;
        overflow: hidden
    }

    .show_blog .blog_sidebar {
        flex-basis: 30%;
        max-width: 30%;
        padding: 0 10px
    }

    .result .ads .ad {
        flex-basis: 30%
    }
}

@media all and (max-width:768px) {

    h1 {
        font-size: 22px !important;
    }

    h2{
        font-size: 20px;
    }

    h3 {
        font-size: 15px !important;
    }

    .header_slider .container_header {
        top: 15%;
        overflow: hidden
    }

    .header_slider .container_header form {
        width: 90%;
        border-radius: 0;
        box-shadow: none
    }

    .header_slider .container_header form input,
    .header_slider .container_header form select {
        width: 90%;
        margin: 10px;
        border: 1px solid lightgray
    }

    .header_slider .container_header form input {
        width: 85%;
        padding: 7px
    }

    .header_slider .container_header form input[type='submit'] {
        width: 90%;
        padding: 5px 20px
    }

    footer .container>div {
        flex-basis: 100%;
        padding: 10px
    }

    .show_ad .ad_wrap .ad_content {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 10px;
        margin-right: 0
    }

    .show_ad .ad_wrap .ad_sidebar {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 10px
    }

    .show_user_profile .profil_wrap .profil_content {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 10px;
        margin-right: 0
    }

    .show_user_profile .profil_wrap .profil_content .ads .ad {
        flex-basis: 100%;
        margin: 0
    }

    .show_user_profile .profil_wrap .profil_sidebar {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 10px
    }

    .show_blog_post .blog_content {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 10px;
        margin-right: 0
    }

    .show_blog_post .blog_content .ads .ad {
        flex-basis: 100%
    }

    .show_blog_post .blog_sidebar {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 10px
    }

    .show_blog_post .add_comment textarea {
        width: 100% !important
    }

    .show_blog .blog_content {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 10px;
        margin-right: 0
    }

    .show_blog .blog_content .articles .post {
        flex-basis: 100%;
        width: 100%;
        margin: 5px
    }

    .show_blog .blog_content .articles .post a .more_info {
        padding: 10px;
        top: 10%;
        overflow: hidden
    }

    .show_blog .blog_sidebar {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 10px;
        margin-top: 20px
    }

    .result .ads .ad {
        flex-basis: 100%
    }

    .home .newest .items .item {
        flex-basis: 100%;
        margin: 10px
    }

    .home .most_popular_places .container>a {
        flex-basis: 100%;
        margin: 10px
    }

    header {
        height: auto;
        position: relative;
    }


    header nav a,
    header nav ul {
        justify-content: space-around;
        text-align: center;
        -webkit-padding-start: 0;
        padding-inline-start: 0
    }

    header nav a li:last-of-type,
    header nav ul li:last-of-type {
        width: 90%;
        text-align: center;
        margin: 10px 0
    }

    header nav a li:last-of-type a,
    header nav ul li:last-of-type a {
        text-align: center;
        display: flex;
        justify-content: center
    }

    header nav img {
        width: 100%;
        height: auto;
    }

    header .menu_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 0;
    }

    header .menu_top>* {
        flex: 1 1 100%;
        margin: 5px 0;
    }

    header .auth_section {
        flex-wrap: wrap;
        position: fixed;
        bottom: 0;
        background-color: white;
    }

    header .auth_section a {
        flex: 1 1 25%;
        margin: 5px;
    }

    header nav a::after {
        display: none !important;
    }

    header .auth_section a:first-of-type {
        margin-right: 5px;
    }

    .show_ad .ad_wrap .ad_content .amenities>div span {
        flex-basis: 50%
    }

    .show_ad .ad_wrap .ad_content .add_review form textarea {
        padding: 5px
    }

    .show_ad .ad_wrap .ad_sidebar img {
        height: auto;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .user_panel_wrap .sidebar {
        flex-basis: 100%;
        margin-right: 0;
        padding: 10px
    }

    .user_panel_wrap .user_ads .ad {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
        margin: 10px 0;
        padding: 10px
    }

    .user_panel_wrap .user_ads .ad .index {
        background-color: var(--main-background-color);
        color: white;
        font-weight: bold
    }

    .user_panel_wrap .user_ads .ad .main_photo img {
        max-width: 100%;
        width: 100%
    }

    .user_edit_profil .user_ads {
        padding: 10px
    }

    .user_edit_profil .user_data form {
        padding: 10px
    }

    .user_edit_profil .user_data form label,
    .user_edit_profil .user_data form input,
    .user_edit_profil .user_data form select {
        width: 100%
    }

    .user_edit_profil .user_data form .user_settings>div {
        margin-bottom: 10px
    }

    .user_edit_profil .user_data form .user_settings input[type='checkbox'] {
        transform: scale(1.5);
        margin-bottom: 10px;
        width: auto
    }

    .user_edit_profil .user_data form .user_settings label {
        width: 80%;
    }

    .category .random_cat,
    .show_ads_in_location .random_cities {
        flex-direction: column
    }

    .pag ul li {
        flex-basis: 10%;
        margin-bottom: 10px !important
    }

    .show_ads_in_location .user_inspirations .inspiration {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 10px
    }

    .show_ads_in_location .user_inspirations .inspiration>img {
        height: 100%
    }

    .show_ads_in_location .user_inspirations .inspiration .more_info {
        overflow: hidden;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        top: 0;
        height: 100%
    }

    .show_ads_in_location .user_inspirations .inspiration .more_info img {
        flex-basis: 100px;
        width: 100px;
        margin-top: 0
    }

    .show_ads_in_location .user_add_inspiration {
        width: 100%;
        padding: 10px
    }

    .show_ads_in_location .user_add_inspiration form {
        width: 100%
    }

    .show_ads_in_location .user_add_inspiration form>div {
        margin: 20px 0
    }

    .show_ads_in_location .user_add_inspiration form>div label {
        margin-bottom: 10px;
        width: 100%;
        display: block
    }


    .show_ads_in_location .user_add_inspiration form>div textarea {
        height: 120px;
        max-width: 100%;
        padding: 0
    }

    .all_inspirations .inspiration_content {
        width: 100%
    }

    .all_inspirations .inspiration_content .inspiration {
        height: 480px;
        flex: 1 1 100%;
        max-width: 100%
    }

    .all_inspirations .inspiration_content .inspiration .more_info {
        overflow: hidden;
        height: 91%
    }

    .user_edit_ad .add_object_wrapper form,
    .user_add_ad .add_object_wrapper form {
        padding: 10px
    }

    .user_edit_ad .add_object_wrapper form .main_info>div,
    .user_add_ad .add_object_wrapper form .main_info>div {
        padding: 0;
        flex-basis: 100%
    }

    .user_edit_ad .add_object_wrapper form .pricing,
    .user_edit_ad .add_object_wrapper form .location,
    .user_add_ad .add_object_wrapper form .pricing,
    .user_add_ad .add_object_wrapper form .location {
        flex-direction: column
    }

    .user_edit_ad .add_object_wrapper form .pricing>div,
    .user_edit_ad .add_object_wrapper form .location>div,
    .user_add_ad .add_object_wrapper form .pricing>div,
    .user_add_ad .add_object_wrapper form .location>div {
        padding: 0
    }

    .user_edit_ad .add_object_wrapper form .amenities>div,
    .user_add_ad .add_object_wrapper form .amenities>div {
        flex-basis: 100%
    }

    .user_edit_ad .add_object_wrapper form select,
    .user_add_ad .add_object_wrapper form select {
        width: 100%;
        margin: 10px 0
    }

    .search .breadcrumb h2 {
        flex-basis: 100%
    }

    .logo {
        margin: 0
    }

    .logo h1 {
        margin: 0
    }

    .logo p {
        margin: 0
    }

    .show_ads_in_location .object_categories,
    .category_in_city .object_categories,
    .category_in_city .random_cities {
        flex-direction: column
    }

    .show_ads_in_location .object_categories a,
    .category_in_city .object_categories a,
    .category_in_city .random_cities a {
        width: 90%
    }

    .show_ad .ad_wrap .ad_sidebar .other_objects .object {
        height: 250px
    }

    .page .page_body {
        padding: 0 10px
    }

    .page .page_header {
        text-align: center
    }

    .show_blog_post .blog_content .add_comment form input[type='submit'] {
        margin-bottom: 10px
    }

    .cookie_info {
        width: auto;
        left: 0
    }

    .show_ad .ad_wrap .ad_head {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header_slider img {
        height: 250px;
    }

    .show_ad .ad_wrap .ad_content .description {
        text-align: justify;
    }

    .show_ad .ad_wrap .ad_content .add_review {
        margin: 20px 0;
    }

    .header_slider .slider_container h1 {
        font-size: 20px;
    }

    .header_slider .slider_container h2 {
        margin: 0;
    }

    .header_slider .slider_container form input,
    .header_slider .slider_container form select {
        width: 100%;
        margin: 5px 0;
    }

    .home .header_slider .arrow_wrapper {
        display: none;
    }

    .header .slick-slider{
        height: 100%;
    }

    .header_slider,
    .header_slider img {
        height: 570px!important;
    }

    .header_slider .slider_container {
        align-items: flex-start;
        margin-top: 40px;
    }

    
    .header_slider .slider_container .container  {
        margin: 0;
    }

    .object_price_on_photo {
        font-size: 15px;
    }


    .header_slider .slider_container form{
        flex-wrap: wrap;
        margin: 0 10px ;
        width: 95%;
    }


    header .logo{
        display: none;
    }


}