@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #424242;
    background: #f3f3f3;
}

a {
    text-decoration: none;
    color: #6881CA;
    font-weight: 500;
    transition: 0.5s;
}

a:hover {
    color: #CAB26A;
}

.white {
    background-color:var(--bs-body-bg);
}

.gold-text {
   color: #C3AB60;
}

.line {
    width: 100%;
    margin: 0 20px;
    height: 2px;
    background-color: #C3AB60;
}

.section {
    padding: 20px 0;
}

.section-white {
    background: white;
}

.section .section-title {
    font-size: 1.8rem;
    font-weight: 600;
    white-space: nowrap;
    margin: 20px 0;
}

.section .categories-title span {
    color: #C3AB60;
}

.section-start {
    background-image: url(../img/home-bg-3.jpg);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 40px;
}

header.mobile-header {
    display: none;
}

header {
    position: relative;
    width: 100%;
    height: 130px;
    left: 0px;
    top: 0px;

    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.44) 100%);
}

.desktop-header {
    padding-bottom: 20px;
}

header .logo {
    padding: 20px 0;
}

header .top-line {
    height: 60px;
    width: 100%;
    border-bottom: solid 1px #C3AB60;
}

header .menu {
    height: 60px;
    width: 100%;
    font-weight: 600;
}

header .menu .nav-link {
    margin-right: 10px;
}


header .top-line .phone {
    color: #424242;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 700;
}

header .top-line .btn-social-icon {
    border: 1px solid #B1B1B1;
    border-radius: 5px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #C3AB60;
    font-size: 1.2rem;
    margin-left: 10px;
}

nav .breadcrumb {
    padding: 20px 0;
    margin: 0;
}

nav .breadcrumb a {
    font-style: italic;
    color: #818181;
}

.breadcrumb-item.active {
    font-style: italic;
    color: #424242;
    font-weight: 600;
}


.button-blue {
    background-color: #6881CA;
    border-radius: 5px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
    white-space: nowrap;
}

.button-blue .icon {
    margin-right: 10px;
}

.button-red{
    background-color: #CA7068;
    border-radius: 5px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
    white-space: nowrap;
}

.button-red .icon {
    margin-right: 10px;
}

.button-white {
    background-color: #ffffff9a;
    border-radius: 5px;
    border: 2px solid #F1F1F1;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #424242;
    font-weight: 500;
    white-space: nowrap;
}

.button-white .icon {
    margin-right: 10px;
    color: #C3AB60;
}


.section-start .page-title {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    margin: 30px 0;
}

.card {
    background: #ffffffe6;
    border: none;
    border-radius: 5px;
    overflow: hidden;
}

.card .card-title {
    height: 50px;
}

.card .image-container {
    text-decoration: none;
    border: none;
    display: block;
    max-width: 100%;
    padding: -1px;
}

.card .card-body {
    color: #424242;
    border: solid 2px #F1F1F1;
    border-radius: 0 0 5px 5px;
}

.card .card-body .card-price {
    display: inline-block;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 600;
    white-space: nowrap;
}

.card a {
    color: #424242;
    text-decoration: none;
    border-bottom: 1px dashed #C3AB60;
    max-width: fit-content;
    font-weight: 600;
}

.card a > i {
    color: #C3AB60;
}

.tags {
    padding: 20px 0;
}

.tags .tag {
    background-color: #ffffffbb;
    margin: 5px;
    display: inline-block;
    color: #424242;
    font-weight: 500;
    border: none;
    padding: 4px 6px;
    border-radius: 5px;
}

.card .card-info {
    margin-bottom: 1rem;
}

.card .card-info-item {
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    margin-right: 10px;
}

.card .card-info-item img {
    margin-right: 5px;
}

.card .card-text {
    margin: 1rem 0;
}

.card-categories {
    height: 200px;
}

.card-categories .categories-title {
    font-weight: 600;
    white-space: nowrap;
    margin: 20px 0 20px 40px;
}

.card-categories .big-icon {
    height: 60px;
}

.card .review {
    position: relative;
    margin: 20px;;
    padding-left: 30px;
    border-left: solid 4px #C3AB60;
}

/* .card .review::after {
    content: '';
    display: block;
    position: absolute;
    left: -33px;
    top: 50%;
    height: 60px;
    width: 60px;
    background-color: white;
    background-image: url(../img/icons/blockquote.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -30px;
} */

.review .review-head {
    margin-bottom: 10px;
}

.review .review-client-name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 10px;
}

.review .review-client-date {
    color: #B1B1B1;
    font-size: 0.9rem;
}

.review .review-expert {
    flex: 0 0 15em;
}

.review .review-expert img {
    margin-right: 1rem;
    border-radius: 50%;
}

.review .review-expert-job {
    font-style: italic;
    font-weight: 600;
    color: #C3AB60;
}

.review .review-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.review .review-body p {
    font-style: italic;
    padding-right: 20px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}


.review .review-expert-name {
    white-space: nowrap;
}

.card .heading {
    color: #C3AB60;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
}

.card .heading img {
    margin-right: 5px;
}

.card .card-info .date {
    color: #B1B1B1;
}


.object-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.object-title h1 {
    font-size: 30px;
    font-weight: 700;
}

.object-title-icons a {
    color: #424242;
    margin-left: 20px;
    font-weight: 500;
}

.object-title-icons a i {
    color:#CAB26A;
    margin-right: 5px;
}

.object-detail {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.object-detail-item {
    line-height: 1;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
}

.object-detail-item img {
    margin-right: 5px;
}

.object-detail-item .code {
    color: #CAB26A;
}

.object-slider {
    position: relative;
}

.object-slider .object-slider-group-btn {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 10px;
}

.object-slider .object-slider-group-btn a {
    display: inline-block;
    padding: 5px 20px;
    background-color: #FFF;
    border: 2px solid #CAB26A;
    border-radius: 50px;
    opacity: 0.7;
    color: #424242;
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px;
    transition: 0.5s;
}

.object-slider .object-slider-group-btn a:hover {
    opacity: 1;
}

.object-price {
    display: flex;
    align-items: center;
}

.object-price-item {
    font-size: 30px;
    font-weight: 700;
    margin-right: 10px;
}

.object-price .line-btn {
    border: 1px solid #C9C9C9;
    font-weight: 700;
    font-size: 24px;
    color: #424242;
}

.object-price .line-btn.dropdown-toggle::after {
    color: #C9C9C9;
}

.object-rent {
    font-weight: 500;
}

.object-characteristics-item-content {
    display: flex;
    flex-direction: column;
}

.object-characteristics-item-image {
    margin-right: 10px;
    height: 40px;
    width: 40px;
}

.object-characteristics-item-content span {
    color: #B1B1B1;
    font-size: 12px;
}

.object-characteristics {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.object-expert-card {
    border: 1px solid #B1B1B1;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    margin-bottom: 40px;
}

.object-expert-card .expert-job {
    font-size: 14px;
    font-weight: 500;
}

.object-expert-card .avatar {
    border-radius: 50%;
    width: 85px;
    margin-right: 20px;
}

.object-expert-card .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.object-expert-card .content .expert-title {
   color: #424242;
   font-weight: 700;
   border-bottom: dashed 2px #CAB26A;
   margin: 0 0 10px 0;
   transition: 0.5s;
}

.object-expert-card .content .expert-title:hover {
    opacity: 0.8;
}


.object-expert-card .content .contact {
    display: flex;
    align-items: center;
}

.object-expert-card .content .contact a {
    color: #424242;
    margin-left: 10px;
}

.light-grey-btn {
    border: 1px solid #cdcdcd;
    background-color: #e9e9e9;
    color: #424242;
    padding: 10px 20px;
    transition: 0.5s;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.light-grey-btn i {
    color: #CAB26A;
}

.btn i {
    margin-right: 10px;
}

.btn img  {
    margin-right: 10px;
    height: 20px;
}

.light-grey-btn:hover {
    border-color: #B1B1B1;
    background-color: #e9e9e9;
    color: #424242;
    opacity: 0.8;
}

.blue-btn {
    border: 1px solid #6881CA;
    background-color: #6881CA;
    color: #ffffff;
    padding: 10px 20px;
    transition: 0.5s;
}

.blue-btn:hover {
    border-color: #6881CA;
    background-color: #6881CA;
    color: #424242;
    opacity: 0.8;
    color: white;
}

.section {
    padding: 40px 0;
}

.card-panel {
   background-color: white; 
   border-radius: 5px;
   padding: 40px 20px;

}

.object-content-navigation  {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: white;
    width: 100%;
    padding: 10px 20px;
}

.object-content-navigation li a {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    background-color: white;
    color: #424242;
    font-weight: 600;
    transition: 0.5s;
}

.object-content-navigation li a:hover {
    color: #CAB26A;
}

.map-list-chekbox {
    margin: 0;
    padding: 0;
}

.section h4 {
    font-weight: 700;
}


.map-list-chekbox li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #C9C9C9;
    font-weight: 600;
}

.map-list-chekbox li:last-child {
    border-bottom: none;
}

.map-list-chekbox li label {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.map-list-chekbox li label img {
    margin-right: 10px;
    height: 30px;
    width: 30px;
}

/* .map-list-chekbox li input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.map-list-chekbox li label::before {
    content: '';
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #B1B1B1;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    position: absolute;
    right: 0;
  }

  .map-list-chekbox li input:checked+label::before {
    border-color: #C3AB60;
    background-color: #C3AB60;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  }

 */




footer {
    background: #424242;
    padding-top: 40px;
}

footer .text-light {
    font-size: 1.8rem;
    font-weight: 600;
}

footer .text-gold {
    color: #C3AB60;
}

footer .footer-icon {
    margin-right: 1rem;
    margin-top: 0.5rem;
}

footer .copyrite {
    color: #C9C9C9;
    border-top: 1px solid #818181;
    padding: 20px 0;
}


@media screen and (max-width: 900px) {

    .container {
        max-width: 96%;
    }

    .desktop-header {
        display: none;
    }

    .section-start {
        height: 260px;
        padding-top: 15px;
        padding-bottom: 0;
        background-image: url(../img/image-8.png);
        background-position-x:  center;
        background-position-y: 120%;
        background-size: 140%;
    }

    .section-start:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.6951155462184874);
        background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
        z-index: 2;
    }

    .section-start .page-title {
        position: relative;
        z-index: 3;
        top: 24px;
        font-size: 1.1rem;
        color: white;
        text-align: center;
    }

    header.mobile-header {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        height: auto;
        bottom: auto;
        left: 0;
        z-index: 1000;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        transition: top .2s ease-out;
    }
    .mobile-header.hidenav {
        top: -65px;
    }

    header.mobile-header .mobile-header-logo {
        order:0;
        flex-grow:1;
        height: 40px;
    }

    header.mobile-header .mobile-header-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        width: 30px;
        height: 30px;
        background: linear-gradient(180deg, #69513e, #84714c 100%);
        border-radius: 3px;

    }

    nav.nav-mobile {
        height: 50px;
        background: rgb(56,24,6);
        background: linear-gradient(180deg, rgba(56,24,6,1) 0%, rgba(115,93,27,1) 100%);
    }

    .btn-filter {
        width: 260px;
        margin: 0 auto;
    }
    
    .container {
        width: 98%;
    }

    .section .section-title {
        font-size: 1.2rem;
        position: relative;
    }

    .section .section-title::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 3rem;
        height: 3px;
        background: #C3AB60;
    }

    .section .section-title span {
        color: #424242;
    }

    .card-categories {
        height: auto;
        padding: 20px 0;
    }

    .card-categories .big-icon {
        height: 30px;
    }

    .card-categories .categories-title {
        margin: 0 0 0 20px;
        line-height: 1;
        font-size: 1.1rem;
    }

    .card.mb-4 {
        margin-bottom: 1rem!important;
    }

    .review .review-expert {
        flex: 0 0 auto;
    }

    .review .review-body {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .review .review-body p {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .owl-theme .owl-nav {
        display: none;
    }

    footer .logo {
        height: 60px;
    }

    footer .footer-icon {
        height: 20px;
    }

    footer .text-light {
        font-size: 1rem;
    }
}





/* -------------------------------------------------------------------------------------------------------------------- FORM
*/

.btn-flat-red {
    background:transparent;
    color:#CA7068 !important;

    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500 !important;
    white-space: nowrap;

    border:none !important;
}
.btn-flat-red i {
    color:#CA7068 !important;
    padding-right:8px;
    font-size:1.2em;
}

.form {
    display: flex;
    flex-direction: column;
}
.form .formrow {
    display:flex;
    gap:10px;
    margin-bottom:12px;
    flex: 1 1;
}

.form .hidden {
    display: none !important;
}

.text-lite {color:#B1B1B1}

.form .multibox, .form input, .form select {
    border-radius: 5px;
    border: 1px solid #B1B1B1;
    background: #FFF;
    height:47px;
    color: #424242;
    font-size: 16px;
    font-family: Roboto;
    line-height: 19px;
    outline: none;
    flex-grow:1;
}
.form input, .form select {
    padding: 14px 20px;
}

.form .select-container {
    position:relative;
    background: #FFF;
    border-radius: 5px;
    height: 47px;
}
.form select:hover, .form select:focus {
    border-color: #ed1847;
}

.form select {
    padding-right:40px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position:relative;
    background:transparent;
    z-index: 2;
}
.form select+.select-caret {
    display:block;
    position:absolute;
    right:20px;
    top:22px;
    stroke: #c6c6c6;
    transition: stroke .3s ease,transform .3s ease;
    z-index: 1;
}
.form select:focus+.select-caret {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    stroke: #ed1847;
}


.form select::-ms-expand {
    display: none;
}

.form .multibox {
    display:flex;
    justify-content: space-between;
    gap:0px;
    align-items: center;
    padding: 0 20px;
    color:#000;
}
.form .multibox :first-child {
    padding-left:0;
}
.form .multibox :last-child {
    padding-right:0;
}
.form .multibox input, .form .multibox select {
    border: none;
    max-width: 100px;
    height:45px;
    padding-left:5px;
    padding-right:0;
}
.form .multibox .select-container {height:45px}


.form .multibox select {
    padding-right:20px !important;
}

.form button {
    -webkit-appearance: none;
    border: none;
    border-radius: 5px;
    color: #fff !important;
}
.form button i {
    margin-right: 10px;
    color:#FFFFFF99 !important;
}

.form button.button-blue {
    background-color: #6881CA !important;
}

.form button.button-gold {
    border: 1px solid #B1B1B1 !important;
    background: #FFF !important;
    color:#424242 !important;
}
.form button.button-gold i {
    color:#CAB26A !important;
}

.form button.button-red {
    background: #CA7068 !important;
}

.form .morefilters {flex-wrap: wrap;}

.form .field, .form .field label{
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.2em;
}



.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    position:absolute;
    line-height:47px;
    text-align:center;

    color:#424242 !important;
    font-size:30px;
    border: 3px solid #C3AB60;
    background: #FFF;

    width: 57px;
    height: 57px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
    background-color:white;
    color:#f32728;
}
.owl-theme .owl-nav .owl-prev {left:-27px}
.owl-theme .owl-nav .owl-next {right:-27px}

.owl-theme .owl-nav {margin-top:0 !important}
.owl-dots {
    display: none;
}

.card .card-info-item img {width: auto !important}