/*==================================
* Author        : "ThemeSine"
* Template Name : Listrace  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Roboto', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header-top
3.  Top-area
4.  Welcome-hero
5.  List-topics
6.  Works  
7.  Explore
8.  Reviews
9.  Counter
10. Blog
11. Subscribe
12. Footer
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
* {
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

  *,
  html * /* override x.xhtml.ru style */ 
  {
    scrollbar-width: thin;
    scrollbar-color: #b38e65 #1d2029;
  }



  *::-webkit-scrollbar,
  html *::-webkit-scrollbar {
    height: 12px;
    width: 12px;
  }
  *::-webkit-scrollbar-track,
  html *::-webkit-scrollbar-track {
    background: #1d2029;
  }
  *::-webkit-scrollbar-thumb,
  html *::-webkit-scrollbar-thumb {
    background-color: #b38e65;
    border-radius: 5px;
    border: 3px solid #1d2029;
  }
  html {
      font-size: 1px;
      scroll-behavior: smooth;
  }

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #a09e9c;
    text-transform: initial;

    overflow-x: hidden;
        background-color: #1d2029;
            line-height: 1.6;
            color: #a09e9c;
}

  .zoom {
      zoom: 0.8;
  }

a,
a:hover,
a:active,
a:focus {
    display: inline-block;
    text-decoration: none;
    color: #343a3f;
    font-size: 16px;
    padding: 0;
    font-weight: 500;
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

p {
    /* margin: -7px; */
    color: #a09e9c;
    font-size: 15px;
    line-height: 1.8;
    text-transform: initial;
}


img {
    border: none;
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

ul li {
    list-style: none;

}

select,
input,
textarea,
button {
    box-shadow: none;
    outline: 0 !important;
}

button {
    background: transparent;
    border: 0;
    font-size: 12px;
}

html,
body {
    height: 100%;
        background-color: #1d2029;
            line-height: 1.6;
            color: #a09e9c;
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -ms-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;
}

/* section-header */
.section-header {
    position: relative;
    text-align: center;

}



.section-header h2 {
    color: #505866;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.section-header h2 span {
    text-transform: lowercase;
}

.section-header p {
    font-size: 16px;
}

/* section-header */
.fix {
    position: relative;
    clear: both;
}

/* lenis */

/* Стили для вашей темы */
.mCS-my-custom-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ff7e5f;

    background-color: #b38e65;
        border-radius: 5px;
        /* border: 3px solid #1d2029; */
    /* Цвет ползунка */
}

.mCS-my-custom-theme.mCSB_scrollTools .mCSB_draggerRail {
    /* background-color: #f0f0f0; */
    /* Цвет трека */
}

.mCS-my-custom-theme.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    /* background-color: #e65c3e; */
    /* Цвет ползунка при наведении */background-color: #8a6e4e;
}

.mCS-my-custom-theme.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    /* background-color: #d44a2c; */background-color: #8a6e4e;

 
    /* Цвет ползунка при активном состоянии */
}


/*=============Style css=========*/

  @font-face {
      font-family: "Nimbus-bold";
      /* font-weight: bold; */
      src: local("Nimbus-bold"), url("../../appointment/nimbus-sans-l.bold.otf") format("opentype");
  }

  @font-face {
      font-family: "Nimbus";
      font-weight: normal;
      src: local("Nimbus"), url("../../appointment/nimbus-sans-l.regular.otf") format("opentype"),
  }


/*-------------------------------------
        2. Header-top
--------------------------------------*/
.header-top {
    border-bottom: 1px solid #f6f8fa;
}

.header-top ul li {
    display: inline-block;
}

.header-top-left li,
.header-top-right li {
    display: inline-block;
}

/*.select-opt*/
.select-opt,
.header-top-contact {
    padding: 10px 18px;
    border-right: 1px solid #f6f8fa;
}

.header-top-contact {
    border-right: 0;
    border-left: 1px solid #f6f8fa;
    font-size: 12px;
}

.select-opt select {
    border: none;
    cursor: pointer;
    color: #a7b0ba;
    font-size: 12px;
    font-weight: 300;
}

.select-opt option {
    color: #a7b0ba;
    text-transform: uppercase;
}

.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}

.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}

/*.select-opt*/

.header-top-right ul li a {
    color: #a7b0ba;
    font-size: 12px;
    font-weight: 300;
}


/*-------------------------------------
        3. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color: #fff;
    border-bottom: transparent;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navbar-header-flex{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    width: 100%;
    padding: 0;
    margin: 0 20px;
    flex-wrap: wrap;
        gap: 20px;
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #1b1e20;
    font-size: 20px;
    font-weight: 700;
    padding: 34px 0px;
    text-transform: capitalize;
}

.navbar-header a.navbar-brand span {
    display: inline-block;
    color: #536380;
    text-transform: capitalize;
}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {
    padding: 30px 0px;
}

/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav>li>a {
    color: #859098;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

nav.navbar.bootsnav ul.nav>li>a {
    padding: 34px 21px;
}

nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li>a:focus {
    color: #536380;
}

nav.navbar.bootsnav ul.nav>li.active>a {
    color: #536380;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    content: "";
}

nav.navbar.bootsnav ul.nav>li.dropdown span {
    /* font-size: 8px;
    margin-left: 15px; */
}

.wrap-sticky nav.navbar.bootsnav.sticked ul.nav>li>a {
    padding: 34px 21px;
}

/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design {
    max-height: 350px;
}

.menu-ui-design::-webkit-scrollbar {
    width: 5px;
}

.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}

.menu-ui-design::-webkit-scrollbar-thumb {
    background-color: #536380;
}

/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #536380;
    padding: 10px;
    top: 0;
}

nav.navbar.bootsnav .navbar-toggle i {
    color: #fff;
}

/*.navbar-toggle */

/*-------------------------------------
        4.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    position: relative;
    background: url(../images/welcome-hero/banner.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    height: 800px;

}

.welcome-hero:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(65, 73, 89, .65);
    z-index: -1;
}

.welcome-hero-txt {
    padding-top: 100px;
}

.welcome-hero-txt h2 {
    font-size: 54px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2.4px;
        line-height: 1.4;
        font-weight: 700;
        /* margin-left: 96px; */
        width: 80%;
        margin: auto;


}

.welcome-hero-txt p {
    font-size: 18px;
    color: #fcfcfc;
    margin-top: 25px;
    margin-left: 96px;

}

.welcome-hero-serch-box {
    margin-top: 78px;
    display: flex;
}

.welcome-hero-form {
    display: flex;
    background: #fff;
    height: 70px;
    border-radius: 3px;
    width: 85%;
}

.single-welcome-hero-form {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding: 0 30px;
}

.single-welcome-hero-form:first-child {
    border-right: 1px solid #edeff1;
}

.single-welcome-hero-form input {
    margin-left: 10px;
    height: 70px;
    width: 300px;
    border: 0;
    background: transparent;
}

.single-welcome-hero-form input[type="text"] {
    font-size: 14px;
    color: #859098;
    text-transform: capitalize;
    font-weight: 500;
}

.welcome-hero-form-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #252d32;
}

.welcome-hero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    width: 170px;
    height: 70px;
    background: #536380;
    text-transform: capitalize;
    margin-left: 30px;
    border-radius: 3px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.welcome-hero-btn:hover {
    /*background: #fd4043;*/
    background: #536380;
}

.welcome-hero-btn svg {
    width: 14px;
    height: auto;
    margin-left: 12px;
}

/*-------------------------------------
        5. List-topuics
--------------------------------------*/
.list-topics-content {
    position: relative;
    top: -255px;
    z-index: 1;
}

.list-topics-content ul li {
    display: inline-block;
}

@media screen and (max-width: 768px){
.list-topics-content ul li {
        display: inline-block;
        vertical-align: top;
        width: 80%;
    }
}

.single-list-topics-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 205px;
    height: 170px;
    background: #fff;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0px 10px rgba(71, 71, 71, .2);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.single-list-topics-content h2>a {
    margin: 13px 0;
}

/*.single-list-topics-content:last-child{margin-right: 0;}*/

.single-list-topics-icon [class^="flaticon-"]:before,
.single-list-topics-icon [class*=" flaticon-"]:before,
.single-list-topics-icon [class^="flaticon-"]:after,
.single-list-topics-icon [class*=" flaticon-"]:after {
    font-size: 45px;
    color: #343a3f;
}

.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:before,
.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:before,
.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:after,
.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:after {
    color: #fff;
}



/*-------------------------------------
        6. Works 
--------------------------------------*/
.works {
    padding: 0 0 90px;
}

@media screen and (max-width: 768px){
    .works {
        padding: 0 0 60px;
    }
}

.works-content {
    margin-top: 73px;
}

.single-how-works {
    text-align: center;
    padding: 50px 42px;
    border-radius: 3px;
    box-shadow: 0 0px 5px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

@media screen and (max-width: 768px){
    .single-how-works {
       padding: 50px 25px; 
    }
}

.single-how-works-icon {
    display: inline-block;
    color: #50616c;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #b38e65;
    border-radius: 50%;
}

.single-how-works h2 a {
    font-size: 18px;
    margin: 35px 0 20px;
    color: #fff;
    line-height: 1.5;
}

.single-how-works h2 a span {
    text-transform: lowercase;
}

.single-how-works p {
    margin-bottom: 25px;
    text-transform: initial;
}

.single-how-works-icon [class^="flaticon-"]:before,
.single-how-works-icon [class*=" flaticon-"]:before,
.single-how-works-icon [class^="flaticon-"]:after,
.single-how-works-icon [class*=" flaticon-"]:after {
    font-size: 35px;
}

.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:before,
.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:before,
.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:after,
.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:after {
    color: #536380;
}

.welcome-hero-btn.how-work-btn {
display: inline-block;
    margin: 0;
    width: auto;
    height: 35px;
    padding: 0px 15px;
    font-size: 12px;
    background: transparent;
    color: #767f86;
    border: 1px solid #d3d6d9;
    border-radius: 43px;
    background: #b38e65;
    color: #fff;
    border: none;
    /* padding: 15px 30px; */
    /* border-radius: 8px; */
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.single-how-works:hover h2 a,
.single-how-works:hover p {
    color: #fff;
}

.single-how-works:hover .single-how-works-icon {
    background: #fff;
}

.single-how-works:hover .welcome-hero-btn.how-work-btn {
    background: #fff;
    color: #767f86;
}

.single-how-works:hover {
    box-shadow: 0 0px 10px rgba(71, 71, 71, .4);
    background: #a09f9f;
}

/*-------------------------------------
        7. Explore
--------------------------------------*/
.explore {
    padding: 117px 0 95px;
        background: #2a292971;
        backdrop-filter: blur(23px);
        -webkit-backdrop-filter: blur(23px);
}

@media screen and (max-width: 768px){
.explore {
        padding: 50px 0 95px;
    }
}

.explore-content {
    margin-top: 50px
}

.single-explore-item {
    background: #fff;
    border: 1px solid #a4a9b4;
    border-radius: 44px;
    margin-bottom: 80px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}



.single-explore-img {
    position: relative;
        overflow: hidden;
        border-radius: 21px;
        height: 360px;
}

@media screen and (max-width: 768px){
    .single-explore-img {
        height: 350px;
    }
}

.single-explore-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(162, 172, 177, .2);
}

.single-explore-img-info {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.single-explore-item:hover .single-explore-img-info {
    opacity: 1;
    visibility: visible;
    bottom: 0px
}

.single-explore-img-info button {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 83px;
    height: 21px;
    line-height: 21px;
    background: #536380;
    border-radius: 3px;
    color: #fcfcfc;
    text-transform: capitalize;
    text-align: center;
    font-size: 12px;
}

.single-explore-image-icon-box {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.single-explore-image-icon-box ul li {
    display: inline-block;
    width: 30px;
    height: 28px;
    line-height: 28px;
    background: #252d32;
    text-align: center;
    margin-left: 5px;
    color: #cbcccd;
}

.single-explore-image-icon-box ul li:hover i {
    color: #267dff;
}

.single-explore-txt {
    padding: 26px 25px 24px 15px;
}

.single-explore-txt h2 a {
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600;
    padding: 0px 10px 0 0;
    text-align: center;
    font-size: 15px;
    /* text-decoration: underline; */
}

.single-explore-txt.bg-theme-1 .explore-rating {
    background: #70a9ff;
}

.single-explore-txt.bg-theme-2 .explore-rating {
    background: #00c61c;
}

.single-explore-txt.bg-theme-3 .explore-rating {
    background: #ffcc5d;
}

.single-explore-txt.bg-theme-4 .explore-rating {
    background: #bd70ff;
}

.single-explore-txt.bg-theme-5 .explore-rating {
    background: #ff7a40;
}

.explore-rating-price,
.explore-rating-price a {
    font-size: 12px;
    color: #777f85;
    text-transform: capitalize;
    font-weight: 400;
    margin: 15px 0 20px;
}

.explore-rating-price a {
    margin: 0;
}

.explore-rating {
    display: inline-block;
    width: 32px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    margin-right: 10px;
}

.explore-price {
    color: #536380;
}

.explore-price-box {
    display: inline-block;
    padding: 0 10px;
    margin: 0 8px;
    border-left: 1px solid #dde0e4;
    border-right: 1px solid #dde0e4;
}

.explore-person {
    padding-bottom: 28px;

}

.explore-person-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.explore-person p {
    font-size: 15px;
}

.explore-open-close-part {
    margin-top: 20px;
}

.close-btn {
    color: #f63138;
    text-transform: capitalize;
}

.close-btn.open-btn {
    color: #00c437;
}

.explore-map-icon {
    text-align: right;
}

.explore-map-icon a svg {
    width: 12px;
    height: 14px;
    margin-left: 23px;
    color: #767f86;
}

.explore-map-icon a svg:hover {
    color: #f63138;
}

.single-explore-txt.bg-theme-2 .explore-map-icon a svg:hover {
    color: #00c437;
}

.single-explore-item:hover {
    box-shadow: 0 10px 20px rgba(21, 19, 19, .2);
}

/*-------------------------------------
        8. Reviews
--------------------------------------*/
.reviews {
    padding: 117px 0 75px;
}

@media screen and (max-width: 768px){
    .reviews {
        padding: 50px 0 75px;
    }
}

.reviews-content {
    margin-top: 36px;
}

/*single-testimonial-box */
.single-testimonial-box {
    border-radius: 10px;
        padding: 50px 30px;
        box-shadow: 0 0px 5px rgba(71, 71, 71, .2);
        overflow-x: hidden;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        background-color: #2a292971;
        backdrop-filter: blur(23px);
        border: 1px solid #726659;
        -webkit-backdrop-filter: blur(23px);
        color: #fff;
}

.single-testimonial-box:hover {
    box-shadow: 0 10px 20px rgba(21, 19, 19, .2);
}

.slick-current .single-testimonial-box {
    box-shadow: 0 10px 20px rgba(21, 19, 19, .2);
}

/*testimonial-description*/
.single-testimonial-box {
    width: 404px;
}

/* testimonial-info */
.testimonial-info {
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.testimonial-img {
    position: relative;
    top: 11px;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.testimonial-person {
    margin-left: 15px;
    margin-top: 11px;
}

@media screen and (max-width: 768px){
.testimonial-person {
    margin-left: 0;
}
}

.testimonial-person h2 {
    color: #fff;
    font-size: 18px;
}

@media screen and (max-width: 768px){
    .testimonial-person h2 {
        margin-bottom: 0;
    }
}

.testimonial-person h4 {
    color: #a2a5ab;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.testimonial-person-star i {
    color: #ffda2b;
    margin: 9px 4px 0 0;
}

/* testimonial-info */


/* testimonial-comment */
.testimonial-comment {
    margin-top: 18px;
}

.testimonial-comment p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-top: 38px;
}

/* testimonial-comment */


/*.slick-slide*/
.slick-initialized .slick-slide {
    display: block;
    padding: 40px 0;
}

.slick-slide.slick-cloned {
    outline: 0 !important;
}

.slick-slide {
    margin: 0px 10px;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .5;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

/*.slick-slide*/

/*-------------------------------------       
        9.  Counter
--------------------------------------*/
.statistics {
    position: relative;
    display: flex;
    align-items: center;
    background: url(../images/counter/counter-banner.webp)no-repeat fixed;
    background-position: center;
    background-size: cover;
    padding: 127px 0 120px;
    margin-top: -109PX;
}

.statistics:before {
    position: absolute;
    content: '';
    background: rgba(75, 75, 75, .60);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* single-ststistics-box */
.single-ststistics-box {
    text-align: center;
    margin-bottom: 30px;

}

/* single-ststistics-box */
.statistics-content {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 60px;
}

.statistics-content span {
    margin-left: 5px;
}

.single-ststistics-box h3 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
}

/*-------------------------------------
        10. Blog
--------------------------------------*/


@media screen and (max-width: 768px){
    .blog {
            padding: 20px 0 0px;
        }
}

.blog-content {
    margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
}

@media screen and (max-width: 768px){
    .blog-content {
        justify-content: center;
    }
}

.blog-content h2 {
    margin-left: 0;
    margin-bottom: 0;
}

.blog-content h2 a{
    font-weight: bold;
        margin-bottom: 15px;
        color: #555;
        margin-left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #b38e65;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 1.5;
}
.blog-content p {
    margin: 0;
    color: #5c5c5c;
    font-size: 15px;
    line-height: 1.8;
    text-transform: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #a09e9c;
    margin-bottom: 10px;
}


.single-blog-item {
margin-bottom: 50px;
    box-shadow: 0 0px 5px rgba(71, 71, 71, .2);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #2a292971;
    backdrop-filter: blur(23px);
    border: 1px solid #726659;
    -webkit-backdrop-filter: blur(23px);
    border-radius: 8px;
}

@media screen and (max-width: 768px){
    .single-blog-item {
        max-width: 90% !important;
            margin: 30px auto;
    }
}

.single-blog-item-img {
    border-radius: 8px;
}

.single-blog-item-img img{
    border-radius: 8px 8px 0 0;
}

.single-blog-item-txt {
    padding: 25px 28px 27px;
}

.single-blog-item-txt h2 a {
    text-transform: initial;
    line-height: 1.8;
}

.single-blog-item-txt h4 {
    font-size: 14px;
    color: #8f949d;
    font-weight: 400;
    margin: 12px 0 20px;
}

.single-blog-item-txt h4 a {
    font-size: 14px;
    padding-right: 14px;
    border-right: 1px solid #dde0e4;
    margin-right: 15px;
    text-transform: uppercase;
}

.single-blog-item:hover h2 a {
    opacity: 0.5;
}

.single-blog-item:hover {
    box-shadow: 0 10px 20px rgba(21, 19, 19, .4);
}


/*-------------------------------------
        11. fullBlog
--------------------------------------*/

    .blog-full-content {
        display: block;
    }

    @media screen and (max-width: 768px){
        .blog-full-content {
        max-width: 80%;
        margin: 0 auto;
        }
    }

.blog-full-content h2 {
margin-left: 0;
    color: #555;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    display: inline-block;
    color: #fff;
}

.blog-full-content h3 {
    display: block;
        margin-bottom: 20px;
        float: none;
        width: 100%;
        font-size: 24px;
        color: #555;
        /* background: #f5f5f5; */
        padding: 5px 0 0 0px;
        color: #b38e65;
        /* background-color: #2a292971; */
        backdrop-filter: blur(23px);
        /* border-bottom: 1px solid #726659; */
        -webkit-backdrop-filter: blur(23px);
}

.blog-full-content h4 {
    color: #555;
    margin-bottom: 15px;
    font-size: 20px;
}

.blog-header h1 {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
    color: #555;
}

.blog-full-content p {
    margin: 0;
        color: #555;
        font-size: 16px;
        line-height: 1.8;
        text-transform: initial;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-bottom: 20px;
        color: #a09e9c;
}

.blog-full-content ul {
    display: block;
    float: none;
    width: 100%;
    margin-left: 20px;
    margin-bottom: 20px;
}

.blog-full-content ul li {
    list-style: none;
    font-size: 16px;
    color: #555;
    line-height: 2.5;
    color: #a09e9c;
}

.blog-full-content ol, ..blog-full-content ul {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding-left: 0;
    margin: 0;
}
.blog-full-content li {
    counter-increment: my-awesome-counter;
    margin: 0.25rem;
    margin-bottom: 5px;
    list-style-type: none !important;    position: relative;
}

.blog-full-content li::before {
content: counter(my-awesome-counter);
    background: #c49a6c;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    line-height: 33px;
    color: white;
    text-align: center;
    margin-right: 20rem;
}

.blog-full-content-img{
      margin-bottom: 30px;
   
}
.blog-full-content-img img{
 border-radius: 30px;  
}



/*-------------------------------------
        12. Subscribe
--------------------------------------*/
.subscription {
    background: #f8fafb;
    padding: 150px 0;
}

/*subscribe-title*/
.subscribe-title {
    margin-bottom: 52px;
}

.subscribe-title h2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.subscribe-title p {
    color: #7b8088;
    font-size: 16px;
    font-weight: 500;
    margin-top: 28px;
}

/*subscribe-title*/


/*custom-input-group*/
.subscription-input-group {
    position: relative;
    text-align: center;
    max-width: 630px;
    margin: 0 auto;
}

.subscription-input-group .subscription-input-form {
    display: inline-block;
    width: 630px;
    height: 60px;
    padding-left: 30px;
    font-size: 16px;
    color: #a5adb3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    box-shadow: 0 0px 10px rgba(21, 19, 19, .1);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.subscription-input-group:hover .subscription-input-form {
    box-shadow: 0 5px 20px rgba(21, 19, 19, .4);
}

/*custom-input-group*/

/*appsLand-btn*/
.appsLand-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #536380;
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.appsLand-btn:hover,
.appsLand-btn:focus,
.appsLand-btn:active {
    text-decoration: none;
    outline: none;
}

.appsLand-btn:hover {
    box-shadow: 0 5px 10px rgba(71, 71, 71, .4);
    background: #536380;
}

/*appsLand-btn*/

/*-------------------------------------
        13. Footer
--------------------------------------*/
.footer-menu {
    padding: 25px 0;
}

.footer-menu .navbar-header {
    padding: 0;
}

.footer-menu .navbar-header a.navbar-brand,
.footer-menu.footer-menu .navbar-header a.navbar-brand:hover,
.footer-menu .navbar-header a.navbar-brand:focus {
    padding: 0;
    height: 0;
}

.footer-menu ul.footer-menu-item {
    text-align: right;
}

@media screen and (max-width: 768px){
    .footer-menu ul.footer-menu-item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        margin-top: 0 !important;
    }
}

.footer-menu ul.footer-menu-item li {
    display: inline-block;
}

.footer-menu ul.footer-menu-item li a {
    color: #859098;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 40px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

@media screen and (max-width: 768px){
    .footer-menu ul.footer-menu-item li a {
        margin-bottom: 0 !important;
    }
}

.footer-menu ul.footer-menu-item li a:hover {
    color: #b38e65;
}



.hm-footer-copyright {
    padding: 40px 0;
    border-top: 1px solid #e1e5eb;
}

.hm-footer-copyright p,
.hm-footer-copyright p a {
    color: #a5adb3;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

@media screen and (max-width: 768px) {

    .hm-footer-copyright p,
    .hm-footer-copyright p a {
        color: #a5adb3;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        text-align: center;
    }

}

.footer-social {
    text-align: right;
}

.footer-social .fa-phone:before {
    position: relative;
    top: 2px;
}

.footer-social a,
.footer-social span {
    display: inline-block;
    color: #afb4bf;
    font-size: 14px;
    margin-left: 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.footer-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #eef2f6;
    text-align: center;
    border-radius: 50%;
}

.footer-social span {
    margin-right: 15px;
    margin-left: 0;
    color: #a5adb3;
}

.footer-social span:hover {
    color: #536380;
}

.footer-social a:hover {
    background: #b38e65;
    color: #fff;
}

/*===============================
    Scroll Top
===============================*/
#scroll-Top .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background: #a09f9f;
    border: 1px solid #536380;
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}

#scroll-Top .return-to-top:hover {
    background: #a09f9f;
    border: 1px solid #a09f9f;
}

#scroll-Top .return-to-top i {
    position: relative;
    bottom: 0;

}

#scroll-Top .return-to-top i {
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

@keyframes example {
    0% {
        bottom: 0px;
    }

    100% {
        bottom: 7px;
    }
}

#navbar {
    background-color: #2a292971;
    backdrop-filter: blur(23px);
    /* Blur effect */
    -webkit-backdrop-filter: blur(23px);
    /* For Safari */
    /* Black background color */
    position: fixed;
    /* Make it stick/fixed */
    top: 0px;
    /* Stay on top */
    width: 1455px;
    /* Set a fixed width */
    transition: top 0.3s;
    /* Transition effect when sliding down (and up) */
    border-radius: 15px;
    margin: 5px auto;
    /* Center horizontally */
    display: flex;
    justify-content: center;
    /* Centers content inside #navbar */
    left: 0;
    /* Aligns to left edge */
    right: 0;
    /* Aligns to right edge */
        z-index: 111;

}

@media screen and (max-width: 768px) {
    #navbar {
        width: 100%;
    }
}

#navbar a {
display: block;
    color: white;
    text-align: center;
    padding: 26px 20px 26px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    #navbar a {
        display: block;
        color: white;
        text-align: left;
        padding: 17px 30px 17px;
        text-decoration: none;
        line-height: 1;
        font-size: 16px;
    }
        /* #navbar a g{
            display: none;
        } */
}

#navbar a:hover {
    text-decoration: underline;
    color: #b38e65;

}

.single-explore-img img {
    height: 385px;
    /* Adjust to desired height */
    width: 100%;
    /* Makes the image fill the container width */
    object-fit: cover;
    /* Crops to fit the specified height and width */
    border-radius: 20px;
}

@media screen and (max-width: 768px){
    .single-explore-img img {
        height: 100%;
    }
}

.equal-height-row {
    display: flex;
    flex-wrap: wrap;
}

.equal-height-row>div {
    display: flex;
    flex-direction: column;

}

.equal-height-row .single-how-works {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 44px;
    background-color: #2a292971;
        backdrop-filter: blur(23px);
        border: 1px solid #726659;
        -webkit-backdrop-filter: blur(23px);
}

.equal-height-row .single-how-works p {
    flex-grow: 1;
}

/* .single-how-works-icon {
    width: auto;
    margin-left: auto;
    margin-right: auto;
} */

.single-how-works {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centers items (including the button) horizontally */
    text-align: center;
    /* Centers text content */
}


li.active {
    background: #cccccc1f;
    border-radius: 0px 0 10px 10px;
}

@media screen and (max-width: 768px) {
    li.active {
        border-radius: 0;
    }
}


#contact {
    display: flex;
    justify-content: center;
}

#contact .container {
    max-width: 100%;
    /* Allow it to adapt to content size */
    display: flex;
    justify-content: center;
}

#contact .info-wrap {
    display: flex;
    justify-content: center;
    width: 96%;
    flex-wrap: nowrap;
    flex-direction: column;
}

#contact {
    display: flex;
    justify-content: center;
    /* Centers the section horizontally */
    padding: 20px 0;
    /* Adds some vertical padding */
}

#contact .container {
    display: flex;
    justify-content: center;
    /* Centers the content inside the container */
    width: max-content;
    /* Adjusts the width based on content */
}

.contact .info i {
    font-size: 20px;
    color: #111;
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid #474545;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
}

#contact-page h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 768px){
    #contact-page h2 {
        margin-left: 0;
    }
}

#contact-page .btn-primary {
    margin-top: 10px;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
}

#contact-page .contact-form .form-group label {
    color: #111;
    font-weight: 300;
    font-weight: bold;
    font-size: 14px;
}

.info-wrap {
    display: flex;
    justify-content: center;
    /* Centers the row of information blocks */
}

.row {
    width: 100%;
    /* Ensures the row takes full width */
}

.containerContact {
    max-width: 1367px;
    height: 669px;
    margin: 0 auto;
    padding: 20px;
    background-color: #dfdfdf;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-image: url(../img/ContactImage.jpeg);
    opacity: 2.5;
}

h2 {
    color: #169000;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-group label {
    font-weight: 500;
    color: #333;
}

.form-control {
    border-radius: 30px;
}

.btn-primary:hover {
    background-color: #137000;
    border-color: #137000;
}

section#contact-page {
    padding-top: 0;
  
    margin-bottom: 50px;
    /* margin-top: 100px; */
}


.index-list-topics-content ul {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 0 !important;
    list-style: none !important;
    flex-wrap: nowrap !important;
    margin-top: -29px !important;
}

.index-list-topics-content .single-list-topics-content {
    min-height: 193px;
    width: 408px;
    text-align: center;
}

.index-list-topics-content .single-list-topics-content p {
    color: #fff;
    opacity: 0.6;
}

#page_index .section-header {
    margin-left: 97px;
}

#page_index .explore-person p {
    margin-left: -52px;
    color: #2f2f2f;
    -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        /* line-height: 1.4; */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
}

@media screen and (max-width: 768px){
#page_index .works-content {
    margin-top: 23px;
}
}


#partenaires {
    width: 1389px;
}

.des12 {
    width: 1242px;
    text-align: center;
}

.bsdsd {
    width: 1213px;
    white-space: 40px;
    text-align: center;
    margin-top: 49px;
    margin-left: 34px;
    font-size: 23px;
}

.assa {
    margin-left: 10px;
    width: 1228px;
    text-align: center;
}

.text-content22 {
    text-align: left;
    width: 1009px;
}

.fg3 {
    margin-top: -153px;
}

.zxzsw {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../see2more.jpeg);
    width: 100%;
    height: 1000px;
    background-size: cover;
    background-position: center;margin-bottom: 40px;
}

.offer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
}

 nav.bootsnav .container {
     padding-right: 0 !important;
 }

@media (min-width: 768px) {
    .navbar-right {
        /* float: right !important; */
        margin-right: 0px;
    }
}



.collapse {
    /* display: block;
    flex: 1; */
        display: flex;
    flex: 1;
    gap: 30px;
    align-items: center;
        justify-content: end;
}
@media screen and (max-width: 768px){
    .collapse {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .des12 {
        width: 100%;
    }

    .dsdpok {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .text-content22 {
        width: 100%;
    }

    .offer-content {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 20px;
        flex-direction: column;
    }

    .price .grey {
  
        font-size: 20px;
        width: 100%;
    }

    .assa {
        width: 100%;
    }

    .containerr {
        display: flex;
        align-items: center;
        border-bottom: #333;
        border-top: #333;
        flex-direction: column;
        /* width: 100%; */
    }

    .price .header {
        background-color: #111;
        color: white;
        font-size: 25px;
        width: 100%;
    }

    

    .bsdsd {
        width: 100%;
        ;
    }

    #page_index .welcome-hero {
        height: auto;
    }

    #page_index .welcome-hero-txt {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    #page_index .welcome-hero-txt h2 {
        margin-left: 0 !important;
                margin: 0 auto;
                    width: 100%;
                    padding: 0 20px;
    }

    #page_index .row {
        margin-right: 0;
        margin-left: 0;
    }

    #page_index .explore-person p {
        margin-left: auto !important;
    }

    #page_index .section-header {
        margin-left: 10px !important;
        margin-right: 10px;
    }

    #page_index .single-list-topics-content {
      
        width: 100%;
    }

    #page_index .single-list-topics-content p {
    color: rgb(212, 212, 204);
        line-height: 1.2;
        font-family: 'Inter', Arial, sans-serif;
        font-size: 17px;
        font-weight: 580;
        letter-spacing: -0.5px;
        opacity: 30.6;
        background-position: center center;
        border-color: transparent;
    }


    #page_index .single-list-topics-content p {
        white-space: normal;
        opacity: 1;
            border-color: snow;
            font-weight: 400;
            font-size: 15px;
    }
    

    #page_index .single-list-topics-content h2 {
        font-size: 27px;
            font-weight: bold;
            margin-bottom: 13px;
            color: aliceblue;
            margin-left: 0px;
            white-space: normal;
    }

    #page_index .equal-height-row>div {
        width: 100%;
    }

    #page_index .footer-menu .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #page_index .works {
        padding: 0 0 40px;
    }

    #page_index .container {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }


    #page_index .list-topics-content {
        margin: 0px auto;
        left: 0 !important;
    }

    #page_index .single-how-works,
    #page_index .single-blog-item {
        width: 100%;
                max-width: calc(100% - 30px);
    }

    nav.navbar.bootsnav .navbar-header {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        margin: 0;
        float: none;
        flex-direction: row-reverse;
        gap: 0px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        position: relative;
        background-color: transparent;
        border: 1px solid #ffffff;
        padding: 10px;
        top: 0;
        display: block;
        float: none;
        padding: 10px 17px;
        border: 0;
        font-size: 22px;
    }

    nav.navbar.bootsnav .navbar-nav {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        box-sizing: border-box;
        width: 100%;
        padding-bottom: 2px;
        /* height: 0;
        overflow: hidden; */
        text-align: left;
        flex-direction: column;
    }

    .logo {
        flex: 1;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;

    }

    @media screen and (max-width: 768px){
        .logo {
            margin-left: 20px;
            align-items: center;
        }
    }

    nav.navbar.bootsnav .navbar-nav>li {
        float: none;
    }

    

    #navbar {
        width: calc(100% - 20px);
        margin: 10px 10px;
        zoom: 0.8;
    }

    nav.navbar.bootsnav .navbar-toggle {
        margin-right: 0 !important;
        left: 0 !important;
    }

    #partenaires {
        width: 100%;
    }

    .info-wrap {
        width: 100% !important;
        margin-left: 20px !important;
        margin-top: 0 !important;
    }

    #contact-page .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .containerContact {
        height: 100%;
        padding: 20px 0;
    }

    #contact-page .btn-primary {
        margin-top: 10px;
        margin-left: 0 !important;
    }

    .fg3 {
        margin-top: 0px;
    }

    section#contact-page {
        padding-top: 0;
     
        margin-bottom: 50px;
        margin-top: 30px;
        margin-left: 15px;
        margin-right: 15px;
                margin-top: 20px !important;
    }

    nav.navbar.bootsnav .navbar-collapse.collapse.in {
        height: auto;
        max-height: max-content;
        overflow: visible !important;
        padding-bottom: 0 !important;
    }

    nav.bootsnav>.container {
        position: relative;
        padding: 0;
        width: 100%;
        padding-right: 0 !important;
    }

    .container {
        padding-right: 0;
        padding-left: -23px;
        margin-right: auto;
        margin-left: auto;
    }

    .row {
        width: 100%;
        margin: 0;
    }

    .section-header {
        position: relative;
        text-align: center;
        margin-left: 20px !important;
        margin-right: 20px;
    }

    .zxzsw {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(../see2more.jpeg);
        width: 100%;
        height: 1000px;
        background-size: cover;
        background-position: center;
        height: 350px;
                margin-bottom: 10px;
                    margin-top: 50px;
    }

}


.navbar-nav>li {
    position: relative;
    /* Для правильного позиционирования подменю */
}

.dropdown-menu {
    display: none;
    position: absolute;
    /* background-color: white; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    z-index: 1000;
    background-color: #2a292971;
    backdrop-filter: blur(23px);
    -webkit-backdrop-filter: blur(23px);
    border: none;
    padding: 0;
    /* backdrop-filter: blur(23px); */
    -webkit-backdrop-filter: blur(23px);
    transform: translateX(-50%) !important;
    left: 50% !important;
    border-radius: 15px;
    overflow: hidden;
    width: max-content;
}

@media screen and (max-width: 768px) {
    .dropdown-menu {
        position: relative;
        width: 100%;
        transform: none !important;
        left: auto !important;
        border-radius: 0;
        float: none;
        background-color: transparent;
        box-shadow: none;
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
    /* Показываем подменю при наведении на родительский элемент */
}

.dropdown-menu ul {
    list-style: none;
    /* Убираем маркеры списка */
    padding: 0;
    /* Убираем отступы */
    margin: 0;
    /* Убираем внешние отступы */
}

.dropdown-menu li {
    border-bottom: 1px solid #cbcbcb59;
}

.dropdown-menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 25px 20px 27px;
    text-decoration: none;
}

.dropdown-menu li.active a {
    font-weight: bold;
    /* Выделяем активный пункт */
    color: blue;
    /* Цвет активного пункта */
    background-color: #f0f0f0;
    /* Цвет фона активного пункта */
}

.dropdown-menu li:hover {
    background-color: #333333;
    /* Цвет фона при наведении на пункт подменю */
}

.dropdown-toggle {
    display: none;
    /* Скрываем кнопку по умолчанию */
}

@media (max-width: 768px) {

    /* Измените ширину в зависимости от вашего дизайна */
    .dropdown-toggle {
        display: inline-flex;
        background: none;
        border: none;
        cursor: pointer;
        font-size: 16px;
        /* margin-left: 5px; */
        width: 50px;
        height: 50px;
        background: #ffffff1c;
        vertical-align: middle;
        text-indent: '+';
        color: #ffffff;
        font-size: 24px;
        /* text-align: center; */
        align-items: center;
        justify-content: center;
        padding: 17px 20px;
        background: #cccccc1f;
        line-height: 1;
        /* border: 1px solid #b9b4b4; */
        margin-right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .btnq {
        display: flex;
        align-items: center;
    }

    .btnq a {
        display: inline-block;
        width: auto;
        flex: 1;
    }
}


.footer-menu-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .footer-social {
        text-align: center !important;
        margin-top: 20px;
        margin-left: 0px;
        width: 100%;
        right: 0;
    }

    .footer-social span {
        display: block;
        margin-bottom: 15px;
        margin-left: 20px;
    }
}

.body_container {
    max-width: 1920px;
    margin: 0 auto;
}

.df {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
}

@media screen and (max-width: 768px){
    .df {
        justify-content: center;
        flex-direction: column;
    }
}

.bm{
    margin-bottom: 50px;
}

@media screen and (max-width: 768px){
    .bm{
        margin-bottom: 0;
    }
}

section#list-topics {
    height: 50px;
}

@media screen and (max-width: 768px){
    section#list-topics {
            height: auto;
        }
}

@media screen and (max-width: 768px){
    .list-topics-content ul {
        overflow-x: scroll !important;
            display: block !important;
            width: 100%;
            white-space: nowrap;
    }
}

.index234{
    font-size: 54px;
        font-family: 'FormaDJR', Arial, sans-serif;
        font-weight: 400;
        color: #fff;
}

@media screen and (max-width: 768px){
.index234 {
    font-size: 30px;
            padding: 0px 20px;
}
}


article.zoom {
    padding-top: 90px;
}

@media screen and (max-width: 768px){
    article.zoom {
        padding-top: 120px
    }
}


.index235 {
    margin: -7px;
					
					font-size: 18px;
					line-height: 1.8;
					text-transform: initial;
}

@media screen and (max-width: 768px){
    .index235 {
        margin: 0;
    }
}

.index236{
height: 250px;
    border: 1px;
    border-radius: 64px;
    top: -64px;
    position: relative;
    background-color: #d2c7b1;
    z-index: 2;
    top: -76px;
    box-shadow: -1px -6px 11px #0000003d;
}
@media screen and (max-width: 768px) {
.index236 {
    height: auto;
}
}

.index237 {
    height: 250px;
        border: 1px;
        border-radius: 64px;
        top: -180px;
        position: relative;
        background-color: #c7a385;
        z-index: 2;
        top: -76px;
        box-shadow: -1px -6px 11px #0000003d;
}
@media screen and (max-width: 768px) {
.index237 {
        height: auto;
    }
}

.index238 {
    height: 250px;
        border: 1px;
        border-radius: 64px;
        top: -64px;
        position: relative;
        background-color: #c4cde5;
        z-index: 2;
        top: -76px;
        box-shadow: -1px -6px 11px #0000003d;
}
@media screen and (max-width: 768px) {
    .index238 {
            height: auto;margin-bottom: -34px;
        }
}


.statistics-counter{
    margin-top: -21px;
}

@media screen and (max-width: 768px){
    .statistics-counter {
        margin-top: 0;
    }
}

.statistics-counter h1 {
    color: #adb2b7;
        font-size: 47px;
        text-align: center;
        top: -41px;
            position: relative;
}

@media screen and (max-width: 768px){
    .statistics-counter h1 {
                font-size: 24px;
                    top: 0;
                    margin: 0px 20px 20px;
    }
}

.p0{
    padding: 0;
}

.testimonial-description{
    height: 250px;
}

@media screen and (max-width: 768px){
    .testimonial-carousel {
            display: block;
            overflow-x: auto;
            white-space: nowrap;
            margin-bottom: 10px;
            padding-bottom: 30px;
            padding-right: 0px;
        }
        .single-testimonial-box {
            display: inline-block;
            width: auto;
            padding: 0;
            vertical-align: top;
            margin-right: 15px;
          
            padding: 10px 20px 0px 20px;
            border-radius: 10px;
            width: 70%;
            white-space: normal;
        }
        .single-testimonial-box:first-child{
            margin-left: 30px;
        }
                .single-testimonial-box:last-child {
                    padding-right: 0px;
                }

                .testimonial-description {
                    height: auto;
                }
}

.header-area {
    height: 81px;
}

@media screen and (max-width: 768px){
    .header-area {
        height: auto;
    }
    #navbar-menu {
        width: 100%;
    }
}

.blog-header{
    font-size: 50px;
        color: #333;
        margin-bottom: 60px;
        margin-left: 0;
        /* margin: 0 auto; */
        text-align: center;
}

@media screen and (max-width: 768px){
    .blog-header{
        margin: 0 20px;
        margin-bottom: 0;
    }
}

.blog-header p {
font-size: 16px;
    margin: -7px;
    color: #a09e9c;
    line-height: 1.8;
    text-transform: initial;
}

.blog-header h2 {
color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

@media screen and (max-width: 768px){
.blog-header h2 {
    font-size: 40px;
}

.x-fonts-old-standard-tt{
    margin-top: 0 !important;
}

}


.btn_black {
    background-color: #00000059;
    border-radius: 7px;
    color: white;
    padding: 16px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 1;
    transition: 0.3s;
}

.btn_black:hover {
    opacity: 0.6;
}

.btn_black.focus,
.btn_black:focus,
.btn_black:hover {
    color: #333;
    text-decoration: none;
}


.design-header{
    position: relative;
        text-align: center;
            margin-bottom: 20px;
            padding: 0 20px;
}

.design-header h2 {
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
        color: #fff;
        margin-bottom: 10px;
        margin-left: 54px;
            font-size: 50px;
}

@media screen and (max-width: 768px){
    .design-header h2 {
            margin-left: 0;font-size: 34px;
    }
}

.design-header p {
    color: #212020;
    font-size: 1.2rem;
    margin-bottom: 40px;
    margin-left: 54px;
}

@media screen and (max-width: 768px){
    .design-header p {
        margin-left: 0px;
            margin-right: 0px;
    }
}

    .designer-container{
margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    
    }

    .designer-container2{
width: 100%;
margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
}
       

  .partenaires {

      padding: 50px 0;
      text-align: center;
      margin-left: -5px;
  }

  @media screen and (max-width: 768px){
    .partenaires {
        margin-left: 0;
        padding: 50px 5px;
    }
  }

   .partners-grid {
    display: flex;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(210px, 16fr));
        gap: 30px;
        margin-right: 0;
   }

   @media screen and (max-width: 768px){
    .partners-grid {
    justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
   }

   .partner-card {
    background-color: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
        display: flex;
        align-items: center;
            background-color: #2a292971;
                backdrop-filter: blur(23px);
                border: 1px solid #726659;
                -webkit-backdrop-filter: blur(23px);
   }

   @media screen and (max-width: 768px){
    .partner-card {
                margin: 0px 0%;
                    justify-content: center;
                    width: 47%;
                    height: 150px;
                    padding: 10px;
    }
   }

   @media screen and (max-width: 768px){
    .partners-grid {
        justify-content: center;
    }
   }

   .partner-card:hover {
       transform: scale(1.05);
       box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
   }

   .partner-logo {
       width: 100px;
       height: auto;
       margin-bottom: 0;
       opacity: 0.8;
   }


          .centerr {
              display: flex;
              justify-content: center;
              align-items: center;
          }

          @media screen and (max-width: 768px){
            .centerr {
                padding: 20px 0;
            }
          }
    
          .image-container {
              position: relative;
              width: fit-content;
              overflow: hidden;
          }
    
          .image-container img {
              display: block;
                filter: invert(1);
                opacity: 0.3;
          }
    
          .overlay-text {
              background-color: #00000000;
              position: absolute;
              top: 50%;
              left: 50%;
              padding: 5px;
              transform: translate(-50%, -50%);
              color: rgb(23, 22, 22);
              /* Ajuste en fonction de la couleur de fond */
              text-align: center;
              width: 43%;
              font-size: 25px;
              /* Ajuste la taille selon les besoins */
          }
          
          @media screen and (max-width: 768px){
            .overlay-text{
            padding: 5px;
                transform: translate(-50%, -50%);
                color: rgb(23, 22, 22);
                text-align: center;
                width: 90%;
                font-size: 25px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
          }
    
          .textsize {
              /* color: #272727; */
              font-size: 58px;
              font-family: 'FormaDJR', Arial, sans-serif;
              line-height: 1;
              font-weight: 700;
              background-position: center center;
              border-color: transparent;
              border-style: solid;
          }
          @media screen and (max-width: 768px){
            .textsize{
            font-size: 40px;
                font-family: 'FormaDJR', Arial, sans-serif;
                line-height: 1;
                font-weight: 700;
                background-position: center center;
                border-color: transparent;
                border-style: solid;
                margin-left: 0;
            }
          }
    
          .image-container img:hover {
              opacity: 0.7;
              /* Remplace color avec opacity pour les images */
              transform: scale(1.1);
              /* Agrandit l'image de 130% */
              transition: transform 0.6s ease, opacity 0.6s ease;
              /* Ajoute une transition pour un effet plus doux */
          }
    
          /* Import the font */
          @import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Lora&family=Montserrat&family=Merriweather&family=Roboto+Slab&display=swap');
    
          .text-style {
              color: #7E7E82;
              font-size: 24px;
              font-family: 'Inter', Arial, sans-serif;
              line-height: 1.2;
              font-weight: 600;
              letter-spacing: 0.5px;
              background-position: left;
              border-color: transparent;
              border-style: solid;
              /* margin-top: -88px; */
              word-spacing: 2px;
          }

          @media screen and (max-width: 768px){
            .text-style{
            color: #7E7E82;
                font-size: 16px;
                font-family: 'Inter', Arial, sans-serif;
                line-height: 1.2;
                font-weight: 600;
                letter-spacing: 0.5px;
                background-position: left;
                border-color: transparent;
                border-style: solid;
                margin-top: 0;
                word-spacing: 2px;
            }
          }

.containerr {
    display: flex;
    align-items: center;
    border-bottom: #333;
    border-top: #333;
    margin-bottom: 90px;
}

@media screen and (max-width: 768px){
    .containerr{
        margin-bottom: 40px;
    }
}

.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
        float: none;
    }
}

 .price {
list-style-type: none;
    /* border: 1px solid #eee; */
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #2a292971;
    backdrop-filter: blur(23px);
    border: 1px solid #726659;
    -webkit-backdrop-filter: blur(23px);
 }

 .price:hover {
     box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
 }

 .price .header {
     background-color: #111;
     color: white;
     font-size: 25px;
 }

 .price .header2 {
    width: 100%;
    background: #b38e65;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;font-size: 25px;
 }
 @media screen and (max-width: 768px){
    .price .header2 {
        font-size: 20px;
    }
 }

 @media screen and (max-width: 768px){
    .price .header {
        font-size: 20px;
    }
 }

 .price li {
     padding: 20px;
     text-align: center;
 }

 .price .grey {
        font-size: 20px;
            color: #a09e9c;
 }

 .premium-offer-section {
     padding: 30px;
     /* background-color: #e2a698; */
     /* Soft pink background */
     text-align: center;
     font-family: Arial, sans-serif;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     background-image: url(../img/FeedBack.jpeg);
     margin-bottom: 90px;
 }

@media screen and (max-width: 768px){
    .premium-offer-section {
        padding: 30px 15px;
        margin-bottom: 0;
    }
}

 .offer-details {
     flex: 1;
     min-width: 250px;
     text-align: left;
     padding: 15px;
     color: #090707;
 }

 @media screen and (max-width: 768px){
    .offer-details {
    min-width: auto;width: 100%;
    }
 }

 .offer-details h3 {
     font-size: 22px;
     color: #fff;
     margin-bottom: 10px;
 }

 .offer-details ul {
     list-style-type: none;
     padding: 0;
     margin: 0;
 }

 .offer-details li {
     font-size: 16px;
     margin-bottom: 8px;
 }

        .countdown-timer {
            flex: 1;
            min-width: 250px;
            padding: 15px;
            text-align: center;
        }
        @media screen and (max-width: 768px){
            .countdown-timer {
                    flex: 1;
                    min-width: 100%;
                    padding: 0;
                    text-align: center;
                    max-width: 100%;
                }
        }
    
        .countdown-title {
            font-size: 24px;
            color: #fff;
            font-weight: bold;
            margin-bottom: 15px;
        }
    
        .countdown-timer ul {
            display: flex;
            justify-content: center;
            gap: 15px;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        @media screen and (max-width: 768px){
            .countdown-timer ul {
                gap: 10px;
            }
        }
    
        .countdown-timer li {
            background-color: #d7cabc;
            padding: 20px 15px;
            border-radius: 8px;
            color: #fff;
            font-size: 28px;
            font-weight: bold;
            display: flex;
            flex-direction: column;
            align-items: center;
        background-color: #2a292971;
                backdrop-filter: blur(23px);
                border: 1px solid #726659;
                -webkit-backdrop-filter: blur(23px);
        }

        @media screen and (max-width: 768px){
            .countdown-timer li{
                font-size: 18px;
                width: 23%;
            }
        }
    
        .countdown-timer span {
            font-size: 36px;
            font-weight: bold;
        }

        @media screen and (max-width: 768px){
            .countdown-timer span{
                font-size: 24px;
            }
        }

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}

/* button:hover {
    translate: 4em;
} */
.btn:hover {
    opacity: 0.6;
}
.btn {
        transition: 0.3s;
}
.offer-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px){
    .offer-title {
        font-size: 20px !important;
                margin: 0 10px 20px !important;
                    line-height: 1.3;
    }

        p.savings-highlight {
            margin-bottom: 20px;
            line-height: 1.2;
            font-size: 20px !important;
        }
}

.offer-note{
margin-bottom: 30px;
}

@media screen and (max-width: 768px){
    .offer-note{
        line-height: 1.3;
            font-size: 20px !important;
    }
}


@media screen and (max-width: 768px){
.widget-gallery-gallery-8 figure {
        /* width: 70%; */
        margin-right: 10px !important;
        height: 170px;
    }

    .widget-gallery-gallery-8 img {
        width: 100%;
        height: 100%;
        /* display: inline-block; */
        /* vertical-align: top; */
        object-fit: contain;
    }
}

 .navbar-toggle2 {
    display: none;
 }
@media screen and (max-width: 768px){
    .navbar-toggle2 {
            font-size: 22px;
            color: #fff;
            padding: 22px 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            right: 0;
        }
        i.fa.fa-times {
            font-size: 26px;
        }
        i.fa.fa-bars {
            font-size: 26px;
        }
}

g {
    margin-left: 5px;
}

.h-container{
    padding-right: 30px;
}





.language-switcher {
    position: relative;
    display: inline-block;
    /* vertical-align: baseline; */
    margin-top: 20px;
}

@media screen and (max-width: 768px){

    .switcher-container{
           position: relative;
        display: inline-block;
        /* vertical-align: baseline; */
        margin-top: 5px;
        margin-bottom: 15px;
        margin-left: 20px;
        /* display: flex; */
        /* width: 100%; */
        /* align-items: center; */
        /* justify-content: center; */
        /* gap: 10px; */
 
        padding: 10px;
        border-radius: 10px;
        opacity: 0.8;
        letter-spacing: 6px;
                flex-direction: row !important;
    }


    .language-switcher{
    /* position: relative;
        display: inline-block;
       
        margin-top: 5px;
        margin-bottom: 15px;
        margin-left: 25px;
  
        border: 1px dashed #ffffff;
        padding: 10px;
        border-radius: 10px;
        opacity: 0.8;
        letter-spacing: 6px; */
    }
}

.language-switcher-button {
    border: none;
    /* padding: 7px 10px 7px 5px; */
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    translate: none !important;
        gap: 5px;
            font-size: 0px;
}

@media screen and (max-width: 768px){
    .language-switcher-button {
        text-transform: uppercase;
            gap: 10px;
            letter-spacing: 1px;
            font-size: 16px;
    }
}

.language-switcher-button svg {
    margin-right: 0;
    /* width: 40px; */
        width: 40px;
            height: 30px;
}

@media screen and (max-width: 768px){
    .language-switcher-button svg {
        width: 50px;
        height: auto;
    }
}

.language-switcher-list {
    position: absolute;
    top: 100%;
    left: 0;
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
    padding-top: 5px;
    /* padding: 10px 8px; */
    display: none;
    border-top: 0;
    border-radius: 10px;
    padding-top: 8px;
}

@media screen and (max-width: 768px){
    .language-switcher-list {
        position: relative;
            /* background: #75757573; */
            margin-top: 8px;
            margin-bottom: 0px;
            border-top: 1px dashed #cccccc73;
            border-radius: 0;
    }
}

.language-switcher-list li {
    margin-bottom: 10px;
    padding: 0;
    font-size: 0;
}

@media screen and (max-width: 768px){
    .language-switcher-list li{
        border-bottom: 1px dashed #cccccc73;
            padding: 0 5px 7px;
            margin-bottom: 5px;
    }
}

.language-switcher-list li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px){
    .language-switcher-list li:last-child {
        padding: 0 5px 5px;
            border-bottom: 0;
    }
}

.language-switcher-list li a {
    text-decoration: none;
    color: #333;
    padding: 0 !important;
        font-size: 0 !important;
}

@media screen and (max-width: 768px){
    .language-switcher-list li a {
        font-size: 16px !important;
        letter-spacing: 0;
        gap: 10px;
        display: flex !important;
        align-items: center;
    }
}

.language-switcher-list li a:hover {
    color: #666;
}

.language-switcher-list li span.active {
    font-weight: bold;
    color: #666;
}

.language-switcher:hover .language-switcher-list {
    display: block;
}

.indenomahd_svg{
    width: 68px;
        height: 62px;
        background-size: 62px;
        background-repeat: no-repeat;
        background-position: 50%;
        filter: invert(1);
}

@media screen and (max-width: 768px){
    .indenomahd_svg{
        width: 82px;
    }
}


		.single-testimonial-box::before {
    content: "";

    position: absolute;
        bottom: 15px;
        right: 0%;
        width: 75%;
        height: 75%;
        background-image: inherit;
        opacity: 0.05;
        filter: invert(1);

}
.single-testimonial-box {
	position: relative
}
.single-testimonial-box1::before {
    background-image: url(../indenomahd.svg);
    background-repeat: no-repeat;
}
.single-testimonial-box2::before {
    background-image: url(../indenomahd.svg);
    background-repeat: no-repeat;
}
.single-testimonial-box3::before {
    background-image: url(../indenomahd.svg);
    background-repeat: no-repeat;
}
.single-testimonial-box4::before {
    background-image: url(../indenomahd.svg);
    background-repeat: no-repeat;
}

a.phone {
    width: auto;
    background: none;
    border-radius: 0;
    text-align: left;
    line-height: normal;
    height: auto;
}

a.phone:hover {
    background: none;
        color: #b38e65;
}
.footer-social .fa-phone:before {
    position: relative;
    top: 2px;
    margin-right: 10px;
}

/* === apartament  ===== */

.rs-container {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 3%;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .rs-container {
        gap: 0;
        margin-top: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.rs-card {
    background-color: #3f3f3f;
    border-radius: 20px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 25px;
    width: 100%;
    width: 50%;
    box-sizing: border-box;
    background: #ffffff;
    margin-bottom: 20px;
    background-color: #2a292971;
        backdrop-filter: blur(23px);
        border: 1px solid #726659;
        -webkit-backdrop-filter: blur(23px);
}

.rs-card a {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .rs-card {
        width: 100%;
        padding: 20px;
    }
}

.rs-image-container {
    position: relative;
    width: 100%;
}

.rs-image-container img:first-child {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.rs-small-images {
    display: flex;
    justify-content: space-between;

    width: 50%;
}

.rs-small-images_wrp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
    gap: 20px;
    line-height: 1.2;
}

@media screen and (max-width: 768px){
    .rs-small-images_wrp {
        flex-direction: column;
    }
}

.rs-small-swiper .swiper-slide img {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    cursor: pointer;
}

.rs-active-small {
    border: 2px solid #689f38;
}

.rs-title {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    line-height: 1.6;
    font-family: 'Nimbus-bold';
    white-space: break-spaces;
}

@media screen and (max-width: 768px){
    .rs-title {
        white-space: break-spaces;
    }
}

.rs-description {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
    color: #777;
    font-family: 'Nimbus';
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    min-height: 135px;
}

.rs-description p {
    font-size: 18px;
    margin-left: 0;
    margin-right: 0;
    white-space: break-spaces;
        margin: 0;color: #a09e9c;
}

@media screen and (max-width: 768px){
    .rs-description p{
        font-size: 16px;
        white-space: break-spaces;
    }
}

.rs-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px){
    .rs-details {
        display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
            flex-wrap: wrap;
            flex-direction: row;
            margin-bottom: 20px;
    }
}

.rs-details>div {
    width: 30%;
}

@media screen and (max-width: 768px){
    .rs-details>div {
    display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-around;
        gap: 20px;
    }
}

.rs-detail-label {
color: #c49a6c;
    text-align: center;
    font-family: 'Nimbus-bold';
    margin-bottom: 10px;
}

@media screen and (max-width: 768px){
    .rs-detail-label {
        margin: 0;
    }
}

.rs-detail-value {
    color: #505866;
}


.rs-detail-value {
background-color: #4f4f4f;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    margin: 5px 0;
    font-size: 16px !important;
    color: #a09e9c;
}

@media screen and (max-width: 768px){
    .rs-detail-value {
        flex: 1;
    }
}

.rs-buttons {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .rs-buttons {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
}

.rs-buttons a {
    display: block;
    width: 100%;
}

.rs-button-want,
.rs-button-details {
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 0.9em;
    text-align: center;
    width: 100%;
}



.rs-button-want {
    color: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        font-size: 16px;
        width: 100%;
        background: #c49a6c;
        border: 1px solid #c49a6c;
}

.rs-button-want:hover {
    background-color: #1e1e1e;
    color: #c49a6c;
}

.rs-button-details {
    background-color: #232429;
        color: #a09e9c;
        border: 1px solid #726659;
        font-size: 16px;
}

.rs-button-details:hover {
    background-color: #1e1e1e;
    color: #c49a6c;
}


@media screen and (max-width: 768px) {
    .rs-button-details {
        margin-bottom: 0;
    }
}

/* Media Query for larger screens */
@media (min-width: 768px) {
    .rs-container {
        flex-direction: row;
        justify-content: space-around;
    }

    .rs-card {
        width: 48.5%;
        margin-bottom: 30px;
    }

    .rs-buttons {
        flex-direction: row;
    }

    .rs-button-want,
    .rs-button-details {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .rs-button-want {
        flex-grow: 2;
        translate: 0 !important;
    }

    .rs-button-details {
        flex-grow: 1;
        translate: 0 !important;
        margin-right: 0;
    }
}

/* Swiper Styles */
.rs-main-swiper {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 15px;
}

.rs-main-swiper .swiper-slide {
    height: 400rem;
}

@media screen and (max-width: 768px){
    .rs-main-swiper .swiper-slide {
        height: 200rem;
    }
}

.rs-main-swiper .swiper-slide img {
width: 100%;
    height: 100%;
    display: block;
    /* position: absolute; */
    /* left: 50%; */
    object-fit: cover;
    object-position: 50% 50%;
}

.swiper-button-next.rs-swiper-button-next {
    color: #fff;
}

.swiper-button-prev.rs-swiper-button-prev {
    color: #fff;
}

.rs-main-swiper picture {
    height: 100%;
}

.swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.rs-swiper-button-prev,
.rs-swiper-button-next {
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.rs-main-swiper:hover .rs-swiper-button-prev,
.rs-main-swiper:hover .rs-swiper-button-next {
    opacity: 1;
}

.rs-small-swiper {
    width: 100%;
    margin-top: 0px;
}






.rs_small-images {
    display: flex;
        gap: 10px;
        align-items: center;
        flex: 0;
        width: 53%;
}

@media screen and (max-width: 768px){
    .rs_small-images {
        width: 100%;
    }
}

.rs-small-swiper .swiper-slide {
    width: 100px !important;
    border: 2px solid transparent;
}

@media screen and (max-width: 768px){
    .rs-small-swiper .swiper-slide {
        width: calc(32% - 4px) !important;
    }
}



.rs-small-swiper .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #1d2029;
}


.rs_video_block {
width: 69px;
    height: 69px;
    /* background-color: #f7f8fa; */
    position: relative;
    /* overflow: hidden; */
    /* border-radius: 25px; */
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 0;
    position: absolute;
    bottom: 12px;
    left: 18px;
}

.rs_video_block a {
    text-decoration: none;
    color: aliceblue;
    position: relative;
    display: flex;
    width: 45px;
    height: 45px;
    left: calc(50% - 22.5px);
    top: calc(50% - 22.5px);
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.rs_video_block:after {
background-image: #e321e3;
    /* background-size: cover; */
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 0;
}

.rs_video_block a::before {
position: absolute;
    content: '';
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0px;
    opacity: 0.3;
    transform-origin: center;
    animation: anim 1000ms linear 600ms infinite;
}

.rs_video_block a::after {
position: absolute;
    content: '';
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0px;
    opacity: 0.3;
    transform-origin: center;
    animation: anim 1000ms linear infinite;
}


@keyframes anim {
    0% {
        margin: 0px;
        opacity: 0.3;
    }

    100% {
        margin: -15px;
        opacity: 0;
    }
}

.swiper-slide_block_img{
width: 97px;
    height: 70px;
    background-size: cover;
    background-position: 50%;
    border-radius: 10px;
}

@media screen and (max-width: 768px){
    .swiper-slide_block_img{
        width: 100%;
    }
}

.rs-main-swiper{
    height: 400rem;
}

@media screen and (max-width: 768px){
    .rs-main-swiper{
        height: 200rem;
    }
}

.rs-container-design{
    margin-top: 20px;
        /* margin-left: 10px;
        margin-right: 10px; */
        display: block;
        overflow: hidden;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px;
        text-align: center;
}

.rs-container-design .rs-card{
        width: 665px;
            padding: 20px;
            display: inline-block;
            vertical-align: top;
            margin-right: 20px;
            text-align: left;
            background-color: #2a292971;
            backdrop-filter: blur(23px);
            -webkit-backdrop-filter: blur(23px);
            border: 1px solid #726659;
}

@media screen and (max-width: 768px){
    .rs-container-design .rs-card {
        width: 85%;
    }
}

.rs-container-design .rs-card:last-child {
    margin-right: 0;
}

 .hm-footer-copyright {
     padding: 40px 0;
     border-top: 1px solid #37393e;
 }

 .footer-social a {
     width: 35px;
     height: 35px;
     line-height: 35px;
     background: #474c59;
     text-align: center;
     border-radius: 50%;
 }

 .footer-social span {
     margin-right: 15px;
     margin-left: 0;
     color: #a5adb3;
 }

 .footer-social a,
 .footer-social span {
     display: inline-block;
     color: #afb4bf;
     font-size: 14px;
     margin-left: 15px;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}

a.phone {
    width: auto;
    background: none;
    border-radius: 0;
    text-align: left;
    line-height: normal;
    height: auto;
}

hr{
    border: 0 !important;
    border-top: 1px solid #37393e !important;
}


/* apartment full */

.gap-4 {
    gap: 1rem;
}

.flex {
    display: flex;
    gap: 20px; 
}

.vp-doc a {
    font-weight: 500;
    color: var(--vp-c-brand);
    text-decoration-style: dotted;
    transition: color 0.25s;
}

.vp-doc a img,
.vp-doc a video {
    max-width: 100%;
    height: auto;
}

.video-container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 260px;
    height: 200px;
    background-position: 50%;
    background-size: cover;
}

.video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-wrap {
background: rgba(0, 0, 0, 0.3);
    width: 62rem;
    height: 62rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-shadow: -23px -23px 71px 0px rgb(238 26 36 / 29%);
    box-shadow: -23px -23px 71px 0px rgb(238 26 36 / 29%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: grid
;
    bottom: calc(50% - 40px);
    /* margin-top: -31px; */
    z-index: 5;
    /* background: linear-gradient(45deg, #d536ce 33%, #597ce1 66%, #03aaee); */
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(3px);
    box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
}

.play-wrap-svg {}

.play-wrap:before {
    width: 100px;
    height: 100px;
    border: 2px solid #c49a6c;
    position: absolute;
    content: "";
    left: -17px;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-animation-name: rotateRevers;
    animation-name: rotateRevers;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.play-wrap:after {
    width: 80px;
    height: 80px;
    border: 2px solid #c49a6c;
    position: absolute;
    content: "";
    left: -8px;
    border-radius: 50%;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.play-wrap img {
    max-width: 20px;
}

img.lazyloaded {
    transition: all 478ms !important;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateRevers {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.play-wrap-svg {
    width: 29px;
    height: 29px;
    background-size: contain;
    z-index: 9;
    background-image: url(../img/play.svg);
    background-repeat: no-repeat;
    background-position: 50%;
}

.btn_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    flex-direction: column;
    gap: 15px;
}

@media screen and (max-width: 768px) {
    .gg {
        cursor: pointer;
        overflow-x: scroll !important;
        display: flex;
        width: 100%;
        white-space: nowrap;
        padding: 15px 15px 0px 15px;
        flex-wrap: nowrap;
        gap: 21px;

    }

    .gg img {
        height: 350rem;
        width: auto;
    }
}


.apartment-full-apartment-container {
    max-width: 1495px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 20px;
    /* padding-top: 20px; */
}

@media screen and (max-width: 768px) {
    .apartment-full-apartment-container {
        max-width: 100%;
        flex-direction: column;
    }
}

.apartment-full-left-column,
.apartment-full-right-column {
    flex: 1;
    width: 500px;
}

@media screen and (max-width: 768px) {

    .apartment-full-left-column,
    .apartment-full-right-column {
        width: 100%;
    }
}

.apartment-full-header-section {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #2a292971;
    backdrop-filter: blur(23px);
    -webkit-backdrop-filter: blur(23px);
    border: 1px solid #726659;
}

.apartment-full-header-section a {
    width: 100%;
    height: 100%;
}

.apartment-full-slider-wrapper {
    position: relative;
}

.apartment-full-main-slider,
.apartment-full-dop-slider {
    width: 100%;
}

.apartment-full-main-slider .swiper-slide {
    width: 700px;
    /* Устанавливаем ширину верхнего слайдера */
}

.apartment-full-dop-slider .swiper-slide {
    width: 150px 
    /* Устанавливаем ширину нижних слайдов */
}

@media screen and (max-width: 768px){
    .apartment-full-dop-slider .swiper-slide {
        width: auto;
    }
}

.apartment-full-slider-image,
.apartment-full-gallery-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.apartment-full-swiper-button-prev,
.apartment-full-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}

.apartment-full-swiper-button-prev {
    left: 10px;
}

.apartment-full-swiper-button-next {
    right: 10px;
}

.apartment-full-swiper-button-prev::after,
.apartment-full-swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
}

.apartment-full-swiper-button-prev:hover,
.apartment-full-swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.7);
}

.apartment-full-info-section {
    padding: 70px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    position: relative;
    background-color: #2a292971;
    backdrop-filter: blur(23px);
    border: 1px solid #726659;
    -webkit-backdrop-filter: blur(23px);
}

.apartment-full-title {
    font-size: 2.5em;
    color: #fff;
    text-align: center;
    ont-weight: 500;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

@media screen and (max-width: 768px){
    .apartment-full-title {
            font-size: 24rem;
                color: #fff;
                text-align: center;
                ont-weight: 500;
                margin-bottom: 40px;
                text-transform: uppercase;
                letter-spacing: 1.3px;
                line-height: 35px;
    }
}

.apartment-full-subtitle {
    font-size: 1.2em;
    color: #7f8c8d;
    text-align: center;
    margin-bottom: 20px;
}

.apartment-full-costs-container {
    display: flex;
    /* flex-direction: column; */
    gap: 15px;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .apartment-full-costs-container {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
    }
}

.apartment-full-cost-item {
    display: flex
;
    justify-content: space-between;
    padding: 0px 10px 10px 10px;
    /* background: #f8f9fa; */
    /* border-radius: 5px; */
    min-width: 47%;
    gap: 20px;
    border-bottom: 1px dashed #616161;
    align-items: center;
    flex: 1;
    /* width: 50%; */
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .apartment-full-cost-item {
        width: 100%;
        padding: 10px 10px 15px 10px;
    }
}

.apartment-full-cost-label {
    font-weight: 700;
    color: #a09e9c;
}

.apartment-full-cost-value {
    color: #fff;
    text-align: right;
    /* background: #232429; */
    align-items: center;
    display: flex;
    padding: 10px;
    border: 1px solid #726659;
    border-radius: 10px;
    height: fit-content;
}

.apartment-full-total-cost {
    font-size: 1.1em;
    width: 66%;
}

@media screen and (max-width: 768px) {
    .apartment-full-total-cost {
        width: 100%;
    }
}

.apartment-full-benefits-section {
    padding: 70px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    position: relative;
    background-color: #2a292971;
    backdrop-filter: blur(23px);
    -webkit-backdrop-filter: blur(23px);
    border: 1px solid #726659;
    width: 100%;
}

.apartment-full-files-section {
    padding: 70px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    position: relative;
    background-color: #2a292971;
    backdrop-filter: blur(23px);
    -webkit-backdrop-filter: blur(23px);
    border: 1px solid #726659;
    margin-top: 40px;
}

.apartment-full-videos-section {
    padding: 70px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    position: relative;
    background-color: #2a292971;
    backdrop-filter: blur(23px);
    -webkit-backdrop-filter: blur(23px);
    border: 1px solid #726659;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 768px){
    .apartment-full-videos-section {
            padding: 70px 0px 20px 0px;
    }
}

.apartment-full-benefits-title {
    font-size: 1.8em;
    color: #535353;
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    /* background: #ebebeb; */
    border-radius: 0px 0px 10px 10px;
    color: #c49a6c;
    border: 1px solid #726659;
    border-top: 0;
}

.apartment-full-benefits-subtitle {
    font-size: 1em;
    color: #7f8c8d;
    text-align: center;
    margin-bottom: 20px;
}
    

.apartment-full-benefits-list {
max-height: 330px;
/* высота видимой части текста */
overflow: hidden;
/* скрываем текст, который не вмещается в видимую часть */
position: relative;
/* для абсолютного позиционирования три точки */
color: #a09e9c;
}


.apartment-full-benefits-list.active {
max-height: none;
/* открываем текст полностью */
overflow: visible;
/* показываем текст полностью */
}

.apartment-full-benefit-item {
padding: 10px;
background: #f8f9fa;
border-radius: 5px;
color: #34495e;
position: relative;
}

.apartment-full-benefit-item::before {
content: "✓";
color: #27ae60;
margin-right: 10px;
}

.apartment-full-toggle-benefits {
border-radius: 5px;
cursor: pointer;
width: 100%;
margin-top: 10px;
transition: background 0.3s ease;
color: white;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
font-size: 16px;
width: 100%;
background: #1d2029;
border: 1px solid #1e1e1e;
padding: 10px 15px;
border: none;
border-radius: 4px;
color: white;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
font-size: 16px;
width: 100%;
background: #c49a6c;
border: 1px solid #c49a6c;


}

.apartment-full-toggle-benefits:hover {
background-color: #4f4f4f;
color: #fff;
}

.apartment-full-gallery-section {
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
background-color: #2a292971;
backdrop-filter: blur(23px);
-webkit-backdrop-filter: blur(23px);
border: 1px solid #726659;
overflow: hidden;
}

@media screen and (max-width: 768px) {
.apartment-full-gallery-section {
    overflow: hidden;
}
}

.apartment-full-gallery-container {
display: flex;
flex-wrap: wrap;
gap: 15px;
justify-content: center;
}

.apartment-full-gallery-item {
flex: 1;
min-width: 200px;
}

.apartment-full-gallery-image {
width: 100%;
height: auto;
border-radius: 5px;
object-fit: cover;
}

.apartment-full-gallery-image:hover {
opacity: 0.8;
transition: opacity 0.3s ease;
}

.apartment-full-contact-button {
display: block;
margin: 0 auto;
padding: 15px 30px;
background: #2ecc71;
/* Зеленый цвет из макета */
color: #fff;
border: none;
border-radius: 5px;
font-size: 1.1em;
cursor: pointer;
transition: background 0.3s ease;
}

.apartment-full-contact-button:hover {
background: #27ae60;
}

.apartment-full-contact-button:active {
background: #219653;
}

.btn_wrap {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-top: 10px;
flex-direction: column;
gap: 15px;
}

.works2 {
padding: 0px 0 0px;
}

@media screen and (max-width: 768px) {
.works2 {
    padding: 0px 0 0px;
}
}


.full_drevo_doc_wrap {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    max-width: 1495px;
    margin: 0 auto 10px;
    padding: 0px;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .full_drevo_doc_wrap {
        overflow-x: scroll !important;
        display: flex;
        width: 100%;
        white-space: nowrap;
        padding: 15px 15px 5px 15px;
        flex-wrap: nowrap;
        gap: 21px;
        justify-content: flex-start;
    }
}

a.full_drevo_doc2 {
    border: solid 1px #726659;
    border-radius: 2px;
    padding: 10px;
    border-radius: 10px;
    height: 78px;
    /* box-shadow: 5px 1px 6px rgba(0, 0, 0, 0.1); */
    cursor: pointer;
    background: linear-gradient(90deg, rgba(1, 0, 36, 0) 49%, rgb(114 102 89) 100%);
}

.full_drevo_doc_file {
    display: flex;
    /* flex-direction: column; */
    /* width: 50px; */
    height: auto;
    align-items: center;
}

.full_drevo_doc_name {
    white-space: normal;
    /* background: #417690; */
    border-radius: 4px;
    /* color: #ffffff; */
    /* display: inline-block; */
    font-size: 11px;
    /* font-weight: 700; */
    line-height: normal;
    padding: 5px 10px 3px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: flex;
    width: 140px;
    margin-left: 10px;
    word-break: break-word;
    line-height: 1.5;
    align-items: center;
    height: fit-content;
    color: #a09e9c;
}

.apartment-full-benefits-list ol,
.apartment-full-benefits-list ul {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding-left: 0;
    margin: 0;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {

    .apartment-full-benefits-list ol,
    .apartment-full-benefits-list ul {
        margin-bottom: 30px;
    }
}


.apartment-full-benefits-list li {
    counter-increment: my-awesome-counter;
    /* margin: 0.25rem; */
    margin-bottom: 5px;
    list-style-type: none !important;
    position: relative;
    font-size: 18px;
    padding-left: 40px;
}

.apartment-full-benefits-list li::before {
    border-radius: 50%;
    display: inline-block;
    line-height: 24px;
    color: white;
    text-align: center;
    margin-right: 10px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(../../appointment/17.png);
    width: 25px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -15px;
}

.apartment-full-benefits-list p {
    font-size: 15px;
    line-height: 1.8;
    text-transform: initial;
    color: #a09e9c;
    margin-bottom: 30px;
    font-size: 18px;
}

.apartment-full-benefits-list h2 {
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 13px;
    color: aliceblue;
    margin-left: 20px;
    /* font-size: 2.5em; */
    color: #fff;
    text-align: center;
    ont-weight: 500;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
    letter-spacing: 1.3px;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .apartment-full-benefits-list h2 {
        margin-left: 0;
        font-size: 24px;
        margin-bottom: 30px;
    }
}


.apartment-mini-gallery-image {
    width: 150px;
    height: 100px;
    background-position: 50%;
    background-size: cover;
}

@media screen and (max-width: 768px){
    .apartment-mini-gallery-image {
            width: 100%;
                height: 50px;
                background-position: 50%;
                background-size: cover;
    }
}

.apartment-full-dop-slider .swiper-slide {
    border: 2px solid transparent;
}


.apartment-full-dop-slider .swiper-slide-thumb-active {
    border: 2px solid #c49a6c
}

.apartment-full-main-slider .swiper-slide {
    height: 600rem;
}

@media screen and (max-width: 768px){
    .apartment-full-main-slider .swiper-slide {
        height: 200rem;
    }
}

.apartment-full-main-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    /* position: absolute; */
    /* left: 50%; */
    object-fit: cover;
    object-position: 50% 50%;
}

.apartment-full-main-slider:hover .rs-swiper-button-prev,
.apartment-full-main-slider:hover .rs-swiper-button-next {
    opacity: 1;
}


/* переопределение конструктора */

.x .c1-1h {
    color: #b38e65 !important;
}

.x .c1-85 {
    color: #fff !important;
}

.x .c1-8f {
    color: #fff !important;
}

.x .c1-8o {
    color: #b38e65 !important;
}

.x .c2-1w {
    color: #b38e65 !important;
}

.x .c2-2g {
    color: #b38e65 !important;
}

h4.x-el.x-el-h4.c1-1.c1-2.c1-1a.c1-1b.c1-8e.c1-2o.c1-2p.c1-1d.c1-1e.c1-b.c1-1h.c1-c.c1-52.c1-d.c1-e.c1-f.c1-g {
    text-align: center;
}

.x .c1-88 {
    color: #fff !important;
}

.x .c1-i {
    padding-top: 0 !important;
}

/*========================Thank you=================*/

@media (min-width: 768px) {
    .navbar-header {
        float: none;
    }
}

.navbar-right{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    
}