

@font-face {
    font-family: 'TT Fors Trial';
    src: url('/api/.t/vesper/fonts/TTForsTrial-Regular.eot');
    src: url('/api/.t/vesper/fonts/TTForsTrial-Regular.eot?#iefix') format('embedded-opentype'),
    url('/api/.t/vesper/fonts/TTForsTrial-Regular.woff2') format('woff2'),
    url('/api/.t/vesper/fonts/TTForsTrial-Regular.woff') format('woff'),
    url('/api/.t/vesper/fonts/TTForsTrial-Regular.ttf') format('truetype'),
    url('/api/.t/vesper/fonts/TTForsTrial-Regular.svg#TTForsTrial-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Fors Trial';
    src: url('/api/.t/vesper/fonts/TTForsTrial-Bold.eot');
    src: url('/api/.t/vesper/fonts/TTForsTrial-Bold.eot?#iefix') format('embedded-opentype'),
    url('/api/.t/vesper/fonts/TTForsTrial-Bold.woff2') format('woff2'),
    url('/api/.t/vesper/fonts/TTForsTrial-Bold.woff') format('woff'),
    url('/api/.t/vesper/fonts/TTForsTrial-Bold.ttf') format('truetype'),
    url('/api/.t/vesper/fonts/TTForsTrial-Bold.svg#TTForsTrial-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Livret Display Trl';
    src: url('/api/.t/vesper/fonts/TTLivretDisplayTrl-Rg.eot');
    src: url('/api/.t/vesper/fonts/TTLivretDisplayTrl-Rg.eot?#iefix') format('embedded-opentype'),
    url('/api/.t/vesper/fonts/TTLivretDisplayTrl-Rg.woff2') format('woff2'),
    url('/api/.t/vesper/fonts/TTLivretDisplayTrl-Rg.woff') format('woff'),
    url('/api/.t/vesper/fonts/TTLivretDisplayTrl-Rg.ttf') format('truetype'),
    url('/api/.t/vesper/fonts/TTLivretDisplayTrl-Rg.svg#TTLivretDisplayTrl-Rg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: calc(100vw / 185.8);
}

@media (max-width: 767px) {
    html {
        font-size: calc(100vw / 36);
    }
}

body {
    font-family: 'TT Fors Trial';
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    overflow-x: hidden;
    background-color: #d5c9bb; 
    color: #000;
}

.descr-info{
	padding: 50px;
}

.t-pic-1 {
	width: 100%;
	margin-top: 25px;
}

.section_plan__wrapper.de-line-1,
.section_plan__wrapper.de-line-2,
.section_plan__wrapper.de-line-3{
  margin: 27px 0;
}

.de-line-1 p,
.de-line-2 p,
.de-line-3 p{
	text-align: justify;
	color: #b7af98;
	
	}

.de-line-1 .section_plan__r,
.de-line-2 .section_plan__r,
.de-line-3 .section_plan__r,
.de-line-1 .section_plan__l,
.de-line-2 .section_plan__l,
.de-line-3 .section_plan__l{
	width: 50%;
	}


@media (max-width: 920px) {


.section_plan__wrapper.de-line-1, .section_plan__wrapper.de-line-2, .section_plan__wrapper.de-line-3 {
  display: block;
  padding: 0;
  margin: 0;
}
	
.de-line-1 .section_plan__r,
.de-line-2 .section_plan__r,
.de-line-3 .section_plan__r,
.de-line-1 .section_plan__l,
.de-line-2 .section_plan__l,
.de-line-3 .section_plan__l{ width: 100%; }	
	
.section_plan__l .t-pic-1{ display: none; }	

}

@media (max-width: 767px) {
    body {
        font-size: 1.4rem;
    }
	.btn-second{ display: none !important; }
}

.only-desk {
    display: block;
}
@media (max-width: 767px) {
   .only-desk {
        display: none;
    }
}
.only-mob {
    display: none;
}
@media (max-width: 767px) {
   .only-desk {
        display: block;
    }
}
header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    height: 7rem;
    transition: all .3s;
}

@media (max-width: 767px) {
    header {
        height: 5rem;
    }
}

header.fixed {
    background-color: #b7af98;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

section {
    position: relative;
}

img {
    display: block;
}

.closed-icon,
.phone-icon,
.burger-icon {
    display: none;
}


.newmap {display: flex;flex-direction: row;padding: 3rem;height: 80vh;overflow: hidden;}
@media(max-width: 767px){.newmap {flex-direction: column;height: auto;padding: 1.5rem;}}
.buttons-container {width: 25%;background-color: #dbd6cc; display: flex;flex-direction: column;grid-gap: 1.2rem;height: calc(100% - 6rem);overflow: auto;padding: 3rem;}
@media(max-width: 767px){.buttons-container {width: auto;grid-gap: 0;padding: 1.5rem;}}
.location-button {display: none;flex-direction: row;align-items: center;padding: 1.5rem;color: #2d3c31;background-color: transparent;border: 1px solid #2d3c31;cursor: pointer;}
.category-title {cursor: pointer;text-transform: uppercase;margin-bottom: 1.2rem; color:#000000; }
.category-title.hidden {opacity: .5;font-weight: 400;}
.location-button:hover,.location-button.active {background-color: #2d3c31;color: #fff;}
.buttons-container::-webkit-scrollbar {width: 8px;height: 8px;background-color: #f7f7f7;}
.buttons-container::-webkit-scrollbar-thumb {background: #aaa;}
#newmap {width: 75%;height: 100%;}
@media (max-width: 767px) {#newmap {width: 100%;height: 30rem;}}
#newmap .ymaps-2-1-79-ground-pane {filter: grayscale(100%); } /* Применяем черно-белый фильтр к карте */
#newmap .ymaps-2-1-79-places-pane{filter: none !important;}
#newmap .ymaps-2-1-79-placemark-overlay .ymaps-2-1-79-image:not(#newmap .ymaps-2-1-79-placemark-overlay:nth-child(1) .ymaps-2-1-79-image){ display: inline-flex !important;align-items: center !important;
justify-content: center !important;background-color: #000000 !important;background-repeat: no-repeat !important;background-size: 3rem !important;background-position: center !important;width: 4rem !important;
height: 4rem !important;border-radius: 50% 50% !important;
}


.kdo .info__content{
	color: #b7af98; /*  N */
	}

@media (max-width: 767px) {
    .closed-icon,
    .phone-icon,
    .burger-icon {
        display: inline-block;
        cursor: pointer;
        height: auto;
    }

    .burger-icon {
        width: 3rem;
    }

    .closed-icon {
        width: 3rem;
        display: none;
    }

    .phone-icon {
        width: 2.2rem;
    }
}

ul {
    padding-left: 2rem;
    margin: 0;
}

.header-nav__list {
    display: flex;
    gap: 2.4rem;
}

@media (max-width: 767px) {
    .header-nav__list {
        flex-direction: column;
    }
}

.header-nav__item a {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    color: #ffffff;
    text-decoration: none;
}

.logo-svn img {
    height: 4rem;
    width: auto;
}

.logo-vesper img {
    height: 10rem;
    width: auto;
} 

@media (max-width: 767px) {
    .logo-vesper img {
        width: 9rem;
        height: auto;
    }
}

.header-nav__item a:hover {
    text-decoration: underline;
}

.header-right {
    display: flex;
    gap: 2.4rem;
    align-items: center;

}

@media (max-width: 767px) {
	
	.header-nav__item a {
    color: #000000;
}
	
	
    .header-nav,
    .header-right {
        display: none;
    }

    .header-nav.open {
        position: fixed;
        display: block;
        top: 5rem;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 2rem;
        background-color: #e1ded8;
    }
}

.header-callback {
    display: flex;
    flex-direction: column;
}

.header-callback__phone {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.8rem;
    color: #b7af98;
    text-decoration: none;
}

.header-callback__btn {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.section_first {
   /* background-image: url('');  */
    background-size: cover;
    background-position: bottom right;
    height: 100vh;
    overflow: hidden;
}

@media (max-width: 767px) {
    .section_first {
       /* background-image: url(''); */
        background-position: bottom center;
    }
}

.section_first__content {
	padding-top: 6rem;
	padding-left: 12rem;
	position: absolute;
	top: 0;
}

@media (max-width: 767px) {
    .section_first__content {
        padding-left: 0;
        height: 100%;
    }
}

.section_first__content .zhb {
    font-family: 'TT Livret Display Trl';
	text-shadow: 1px 1px 2px black, 0 0 1em black;
    font-size: 6rem;
    font-weight: 400;
    line-height: 1.2;
	margin: 52px 0;
    text-transform: uppercase;
	color: #ffffff;
}

@media (max-width: 767px) {
	.section_first__content .zhb{
        font-size: 3.2rem;
        text-align: center;
    }
}

.section_first__content .zhb span {
}

@media (max-width: 767px) {
	.section_first__content .zhb span{
        margin-left: 0;
          position: relative;
        height: 100%;
    }
}

.section_first-content {
    display: flex;
    gap: 3.2rem;
    margin-top: 39rem;
}

@media (max-width: 767px) {
    .section_first-content {
        gap: 1.6rem;
        width: auto;
        flex-wrap: wrap;
        justify-content: space-between;
        position: absolute;
        bottom: 12rem;
        padding: 0 2rem;
    }
}

.section_first-content__item {
    border-radius: 2rem;
    background: #dee0df; /* N */
    width: 27.5rem;
    height: 8.4rem;
    text-align: center;
    color: #000000; /* N */
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 767px) {
    .section_first-content__item {
        width: 14.6rem;
        height: 6rem;
    }
}

.section_first-content__text {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.4rem;
}

@media (max-width: 767px) {
    .section_first-content__text {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}

.section_first-content__title {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.5rem;
	color: #; /* N */
}


.section_first-content__item .section_first-content__title{
color: #000000;	/* N */

}



@media (max-width: 767px) {
    .section_first-content__title {
        font-size: 1rem;
        line-height: 1.4rem;
    }
}

.section-content {
    display: flex;
}

.container {
    width: calc(100% - 32rem);
    margin: 0 auto;
}

@media (max-width: 767px) {
    .container {
        width: calc(100% - 3rem);
    }
}

@media (max-width: 767px) {
    .section-content {
        flex-direction: column;
    }
}

.section-content_left, .section-content_right {
    width: 50%
}

@media (max-width: 767px) {
    .section-content_left, .section-content_right {
        width: 100%
    }
}

.section-content_title {
    font-family: 'TT Livret Display Trl';
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5.2rem;
   /* color: #b7af98; */
}



section.section_elegant.raspo .section-content_title{

color: #000000;

}


@media (max-width: 767px) {
    .section-content_title {
        font-size: 2rem;
        margin-bottom: 1.4rem;
        text-align: center;
    }
}

.section-content_title span {
    display: block;
	text-align: center;
}

.section-content_title span a{
   color: #fff;
  text-decoration: none;
}

.section-content_title b {
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	display: block;
	margin: 10px 0 0 0;
}

@media(max-width: 767px){
    .section_feedback .section-content_title span{
    display: contents;
    }
}

.section-content_text {
    text-transform: uppercase;
  /*  color: #b7af98; */
}

.section-content_text li {
    margin-bottom: 2.6rem;
}

@media (max-width: 767px) {
    .section-content_text li {
        margin-bottom: 1.8rem;
    }
}
.separator {
height: 1px;
background: #2d3c31;
width: 100%;
margin: 2rem 0;
}
.section_exclusive-left {
width: calc(50% - 6rem);
}
.section_exclusive-right {
    width: auto;
}

.section_exclusive-left img {
width: 100%;}
.section_map {
    background-image: url('');
    background-size: cover;
    background-position: center center;
    height: 100vh;
}

.section_elegant {
    min-height: auto;
}

@media (max-width: 767px) {

    .section_elegant {
        margin-top: 4rem;
    }
}

.section_elegant__image {
    width: 40.7rem;
    height: auto;
    margin: 0 auto;
}
.section_exclusive-text {
margin-top: 5rem !important;
margin-left: 0 !important;
margin-right: 20rem !important;
width: 65rem !important;
}

@media (max-width: 767px) {
    .section_elegant__image {
        width: calc(100% + 4rem);
        margin: -2rem -2rem 2rem;
    }
}
@media (max-width: 767px) {
    .section_exclusive-left {
        width: 100%;
    }
    .section_exclusive-text {
        margin-top: 0 !important;
        width: auto !important;
        margin-right: 0 !important;
    }
}
@media (max-width: 767px) {
    .section_exclusive-right {
        width: 100%;
    }
}
.section_elegant .section-content_title span:nth-child(2) {
    margin-left: 8.2rem;
}

.section_elegant .section-content_title span:nth-child(3) {
    margin-left: 31rem;
}

.section_elegant .section-content_title span:nth-child(4) {
    margin-left: 8.2rem;
}

@media (max-width: 767px) {
    .section_elegant .section-content_title span:nth-child(2) {
        margin-left: 3rem;
    }

    .section_elegant .section-content_title span:nth-child(3) {
        margin-left: 13rem;
    }

    .section_elegant .section-content_title span:nth-child(4) {
        margin-left: 3rem;
    }
}

.section_consultation {
    background-color: #000000;
    min-height: auto;
    padding: 2.4rem 0;
}

.section_consultation .text-input{
	background: #;
	color: #;
	}

.form {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
}

.form p {

}

.text-input {
    width: 51.6rem;
    height: 6.4rem;
    border-radius: 2rem;
    background: rgb(225, 222, 216);
    font-family: TT Fors Trial;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 2rem;
    border: 0;
    margin-bottom: 3.6rem;
}

@media (max-width: 767px) {
    .text-input {
        width: auto;
        height: 4.4rem;
        font-size: 1rem;
        margin-bottom: 2.2rem;
    }
}

.btn {
    font-size: 2rem;
    text-transform: uppercase;
    display: inline-flex;
    border-radius: 2rem;
    background-color:  #;
    border: solid 2px  #;
    padding: 1.6rem 3rem;
    width: fit-content;
    line-height: 1;
    cursor: pointer;
    transition: all .3s;
    color:  #d5c9bb;
    text-decoration: none;
    white-space: nowrap;
}

.btn-second {
    color: #ffffff;
    border: solid 2px #ffffff;
    background: transparent;
}

.btn-second:hover {
    background-color: #ffffff;
    border: solid 2px #ffffff;
}

@media (max-width: 767px) {
    .btn {
        font-size: 1.4rem;
        padding: 1.2rem 2.6rem;

    }
}

.btn:hover {
    opacity: .8;
    color:  #;
    text-decoration: none;
}
img.pp3 {
    width: 100%;
}
.section_plan {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url('/img/pavlovo3/plan-pavlovo3.jpg'); */
    background-size: cover;
    background-position: center;
    /*height: 62vh;*/
    background-color: #2d3c31;
	/* padding-bottom: 8vh; */
}
.section_plan__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 12rem;
    grid-gap: 5.4rem;
}
.section_plan__logo {
    width: 40rem;
    height: 17rem;
    margin-bottom: 5.4rem;
}
.section_plan__logo img {
    height: 100%;
    object-fit: cover;
    width: 90%;
    mix-blend-mode: hard-light;
    filter: brightness(10000000%);
}
.section_plan__title {
    font-family: 'TT Livret Display Trl';
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 5.4rem;
    color: #fff;
}
.section_plan__text{
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
}
.section_comfort {
    min-height: auto;
    margin-top: 14rem;
}

section.section_comfort.comfort1 {
    background: #dbd6cc; /* N */
	padding: 7rem 0;
}

section.section_comfort.comfort1 .section-content_right{
	top:0;
	}


/* section.section_comfort.comfort1 .section-content_title span:first-child */

section.section_comfort.comfort1 .section-content_title{ color: #000000; }

section.section_comfort.comfort1 .section-content_text{ color: #000000; }

section.section_comfort.comfort1 .section-content_title span{
text-align: left;	
}


section.section_comfort.comfo2 .section-content_title{ color: #dbd6cc; }

section.section_comfort.comfo2 .section-content_text{ color: #190a0a; }


@media (max-width: 767px) {
    .section_comfort {
        margin-top: 6.5rem;
    }
    .section_plan {
        display: none !important;
    }
}

.section_comfort .section-content_left {
    margin-right: 0;
}

.section_comfort .section-content_right {
    margin-right: 0;
    position: relative;
    top: -5rem;

}

@media (max-width: 767px) {
    .section_comfort .section-content_right {
        margin-top: 4.4rem;
        top: 0;
    }
    .section_comfort.comfo2 .section-content_left {
     margin-top: 4.4rem;
    }
    .section_comfort.comfo2 .section-content_right {
        margin-top: 0;
        margin-bottom: 4.4rem;
        top: 0;
    }
}

.section_comfort__image {
   /* width: 78.8rem; */
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .section_comfort__image {
        width: 100%;
    }
}

.section_comfort .section-content_text {
    width: 60rem;
}

@media (max-width: 767px) {
    .section_comfort .section-content_text {
        width: 100%;
    }
}

.section_comfort .section-content_title span:nth-child(2) {
    /* margin-left: -4rem; */
}

.section_comfort .section-content_title span:nth-child(3) {
    margin-left: 9.3rem;
}

.section_comfort .section-content_title span:nth-child(4) {
    margin-left: 9.3rem;
}

@media (max-width: 767px) {

    .section_comfort .section-content_title span:nth-child(2) {
        margin-left: 0;
    }

    .section_comfort .section-content_title span:nth-child(3) {
        margin-left: 0;
    }

    .section_comfort .section-content_title span:nth-child(4) {
        margin-left: 0;
    }
}

.section_comfort .btn {
    margin-top: 1.6rem;
}

@media (max-width: 767px) {
    .section_comfort .btn {
        margin-top: 0;
    }
}

.section_embodiment {
    margin-top: 3rem;
}

@media (max-width: 767px) {
    .section_embodiment {
        margin-top: 4.4rem;
    }
}

.section_embodiment .section-content_left {
    margin-left: 0;
    margin-right: 0;
}

.section_embodiment .section-content_right {
    margin-right: 0;
    position: relative;
    top: -10rem;
    z-index: 1;
    right: -16rem;
}

@media (max-width: 767px) {
    .section_embodiment .section-content_right {
        top: 0;
        right: 0;
    }
}

.section_embodiment .section-content_title {
    margin-left: 0;
}

.section_embodiment .section-content_text {
    margin-top: 3.6rem;
    margin-left: 6rem;
    width: 60rem;
}

@media (max-width: 767px) {
    .section_embodiment .section-content_text {
        margin: 3rem 0;
        width: 100%;
    }
}

.section_embodiment .section-content_title div {
    display: inline;
}

@media (max-width: 767px) {
    .section_embodiment .section-content_title div {
        display: inline;
    }
}

.section_embodiment .section-content_title span:nth-child(2) {
    margin-left: 8.3rem;
}

.section_embodiment .section-content_title span:nth-child(3) {
    margin-left: -4.2rem;
}

.section_embodiment .section-content_title span:nth-child(4) {
    margin-left: 8.3rem;
}

.section_embodiment .section-content_title span:nth-child(5) {
    margin-left: 14.7rem;
}

@media (max-width: 767px) {
    .section_embodiment .section-content_title span:nth-child(2) {
        margin-left: 12.5rem;
    }

    .section_embodiment .section-content_title span:nth-child(2) div {
        margin-left: -9rem;
    }

    .section_embodiment .section-content_title span:nth-child(3) {
        margin-left: 6.5rem;
    }

    .section_embodiment .section-content_title span:nth-child(4) {
        margin-left: 3.5rem;
    }

    .section_embodiment .section-content_title span:nth-child(4) div {
        margin-left: 4.5rem;
    }

    .section_embodiment .section-content_title span:nth-child(5) {
        margin-left: 0;
    }
}

.section_embodiment__left_img {
    width: 41.2rem;
    height: auto;
}

@media (max-width: 767px) {
    .section_embodiment__left_img {
        width: 100%;
    }
}

.section_embodiment__right_img {
    width: 62.8rem;
    height: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .section_embodiment__right_img {
        width: calc(100% + 3rem);
        margin-left: -1.5rem;
    }
}

.section_finish {
    margin-top: 6rem;
}

@media (max-width: 767px) {
    .section_finish {
        margin-top: 3rem;
    }
}

.section_finish .section-content_left {
    margin-left: -16rem;
    margin-right: 0;
}

@media (max-width: 767px) {
    .section_finish .section-content_left {
        margin-left: 0;
        order: 2;
    }
}

.section_finish .section-content_right {
    margin-right: 0;
    position: relative;
}

@media (max-width: 767px) {
    .section_finish .section-content_right {
        order: 1;
    }
}

.section_finish .section-content_text {
    width: 54.5rem;
    margin-left: 34.5rem;
}

@media (max-width: 767px) {
    .section_finish .section-content_text {
        width: 100%;
        margin-left: 0;
    }
}

.section_finish .section-content_text p {
    margin-top: 0;
    margin-bottom: 5rem;
}

@media (max-width: 767px) {
    .section_finish .section-content_text p {
        margin-bottom: 2.4rem;
    }
}

.section_finish__left_img {
    width: 78.8rem;
    height: auto;
}

@media (max-width: 767px) {
    .section_finish__left_img {
        width: calc(100% + 3rem);
        margin-left: -1.5rem;
        margin-top: 4rem;
        height: auto;
        display: none;
    }
}

.section_finish__right_img {
    width: 33rem;
    height: auto;
    position: relative;
    z-index: 0;
    margin-bottom: 7.2rem;
    margin-left: -3.3rem;
}

@media (max-width: 767px) {
    .section_finish__right_img {
        width: 18.5rem;
        margin: 0 auto 3rem;
    }
}

.section_finish .btn {
    margin-top: 1.6rem;
}

@media (max-width: 767px) {
    .section_finish .btn {
        margin-top: 0;
    }
}

.section_altitude {
    margin-top: 11.6rem;
}

@media (max-width: 767px) {
    .section_altitude {
        margin-top: 4rem;
    }
}

.section_altitude__img {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .section_altitude__img {
        width: auto;
        height: 47rem;

    }
}

.section_altitude .section-content_left {
    margin-right: 16rem;
    margin-top: 6rem;
}

@media (max-width: 767px) {
    .section_altitude .section-content_left {
        margin-right: 0;
        margin-top: 2.4rem;
    }
}

.section_altitude .section-content_right {
    margin-right: 6rem;
    position: relative;
    margin-top: 6rem;

}

@media (max-width: 767px) {
    .section_altitude .section-content_right {
        margin-right: 0;
        margin-top: 0;

    }
}

.section_altitude .section-content_text {
    margin-top: 0;
}

.section_altitude .section-content_text p {
    margin-top: 0;
    margin-bottom: 4.8rem;
}

@media (max-width: 767px) {
    .section_altitude .section-content_text p {
        margin-bottom: 2.4rem;
    }
}

.section_altitude .section-content_text img {
    margin-bottom: 7rem;
    margin-top: -14rem;
    position: relative;
    z-index: 0;
}

.section_reception {
    margin-top: 7rem;
}

@media (max-width: 767px) {
    .section_reception {
        margin-top: 5.5rem;
    }
}

.section_reception_left-1 {
    width: 24rem;
    height: auto;
}

@media (max-width: 767px) {
    .section_reception_left-1 {
        width: 14.5rem;
        height: auto;
    }
}

.section_reception_left-2 {
    width: 24rem;
    height: auto;
}

@media (max-width: 767px) {
    .section_reception_left-2 {
        width: 14.5rem;
        height: auto;
    }
}

.section_reception_left-3 {
    width: 33rem;
    height: auto;
    margin-left: auto;
    margin-right: 2.4rem;
    margin-top: 4rem;
    margin-bottom: 2.4rem;
}

@media (max-width: 767px) {
    .section_reception_left-3 {
        width: 20rem;
        height: auto;
        margin-top: 2.4rem;
    }
}

.section_reception-top_left {
    display: flex;
    justify-content: space-between;
}

.section_reception_right-img {
    width: 96rem;
    height: auto;
}

@media (max-width: 767px) {
    .section_reception_right-img {
        width: calc(100% + 3rem);
        margin-left: -1.5rem;

    }
}

.section_reception .section-content_left {
    margin-right: 17rem;
    margin-top: 8rem;
}

@media (max-width: 767px) {
    .section_reception .section-content_left {
        margin-right: 0;
        margin-top: 0;
    }
}

.section_reception .section-content_right {
    position: relative;
}

.section_reception .section-content_text {
    width: 52rem;
    margin-top: -45rem;
    margin-bottom: 34rem;
}

@media (max-width: 767px) {
    .section_reception .section-content_text {
        width: 100%;
        margin-top: 3.6rem;
        margin-bottom: 0;
    }
}

.section_reception .section-content_text p {
    margin-top: 0;
    margin-bottom: 4.8rem;
}

@media (max-width: 767px) {
    .section_reception .section-content_text p {
        margin-bottom: 2.4rem;
    }
}

.section_reception .section-content_text img {
    margin-bottom: 7rem;
    margin-top: -14rem;
    position: relative;
    z-index: 0;
}

.section_ability {
    margin-top: 11rem;
}

@media (max-width: 767px) {
    .section_ability {
        margin-top: 4.5rem;
    }
}

.section_ability .section-content_left {

}

.section_ability__img {
    width: 46.4rem;
    height: auto;
}

@media (max-width: 767px) {
    .section_ability__img {
        width: 27.2rem;
        margin-left: auto;
    }
}

.section_ability .section-content_right {
    background-image: url('../images/ability_bg.png');
    background-size: 45.6rem auto;
    background-position: top center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .section_ability .section-content_right {
        background-image: url('../images/ability_bg.png');
        background-size: 27.2rem auto;
        background-position: top center;
        background-repeat: no-repeat;
        margin-top: 4.5rem;
        padding-top: 11.5rem;
    }
}

.section_ability .section-content_text {
    margin-left: -15rem;
    margin-top: 10rem;
	
}

@media (max-width: 767px) {
    .section_ability .section-content_text {
        margin-left: 0rem;
        margin-top: 0rem;
    }
}

.section_ability .section-content_text p {
    margin: 12rem 0 4rem;
    width: 53rem;
}

@media (max-width: 767px) {
    .section_ability .section-content_text p {
        margin: 4rem 0 4rem;
        width: 100%;
    }
}

.section_ability .section-content_title span:nth-child(2) {
    margin-left: 7.2rem;
}

.section_ability .section-content_title span:nth-child(3) {
    margin-left: 0;
}

.section_ability .section-content_title span:nth-child(4) {
    margin-left: 23rem;
}

.section_ability .section-content_title span:nth-child(5) {
    margin-left: 7.4rem;
}

.section_ability .section-content_title span:nth-child(6) {
    margin-left: 29.3rem;
}

@media (max-width: 767px) {
    .section_ability .section-content_title span:nth-child(2) {
        margin-left: 8rem;
    }

    .section_ability .section-content_title span:nth-child(3) {
        margin-left: 0;
    }

    .section_ability .section-content_title span:nth-child(4) {
        margin-left: 3rem;
    }

    .section_ability .section-content_title span:nth-child(5) {
        margin-left: 0rem;
    }

    .section_ability .section-content_title span:nth-child(6) {
        margin-left: 8rem;
    }
}

.section_bathroom {
    margin-top: 4rem;
    display: none;
}

@media (max-width: 767px) {
    .section_bathroom {
        margin-top: 6.5rem;
    }
}

.section_bathroom__left-img {
    width: 91.1rem;
    height: auto;
}

@media (max-width: 767px) {
    .section_bathroom__left-img {
        width: 100%;
        height: auto;
    }
}

.section_bathroom .section-content_left p {
    margin-top: -10rem;
	/* color: #000000; */
}

@media (max-width: 767px) {
    .section_bathroom .section-content_left p {
        margin-top: -3rem;
    }
}

.section_bathroom .section-content_right {
    position: relative;
    left: 16rem;
}

@media (max-width: 767px) {
    .section_bathroom .section-content_right {
        position: relative;
        left: 0;
    }
}

.section_bathroom__right-img {
    width: 58.5rem;
    height: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .section_bathroom__right-img {
        display: none;
    }
}

.section_exclusive {
    margin-top: 7.3rem;
    background-image: url('../images/exclusive_bg.png');
    background-size: 134rem auto;
    background-position: bottom right;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .section_exclusive {
        margin-top: 5rem;
        background-image: none;
    }
}

.exclusive_left-img {
    width: 81rem;
    height: auto;
}

@media (max-width: 767px) {
    .exclusive_left-img {
        width: 100%;
        height: auto;
    }
}

.section_exclusive .section-content_text {
    width: 49rem;
    margin-top: 32.5rem;
    margin-left: 20rem;
}

@media (max-width: 767px) {
    .section_exclusive .section-content_text {
        width: 100%;
        margin-top: 3rem;
        margin-left: 0;
    }
}

.section_technical {
    margin-top: 10.4rem;
}

@media (max-width: 767px) {
    .section_technical {
        margin-top: 4rem;
    }

    .section_technical .section-content_title span {
        display: inline;
    }
}

.technical-list {
    margin-top: 11.5rem;
}

@media (max-width: 767px) {
    .technical-list__inner {
        width: 100%;
        overflow-x: hidden;
    }

    .technical-list {
        margin-top: 2.5rem;
        width: 100%;
    }
}

.technical-list__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.8rem;
    flex-wrap: wrap;
    grid-gap: 1.6rem;
}

.technical-list__item {
    height: 19rem;
    width: 20rem;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #; /* N */
    padding-bottom: 2rem;
}

@media (max-width: 767px) {
    .technical-list__item {
        width: calc(50% - 1.6rem);
        height: 10rem;
    }
}

.technical-list__item_first {
   /* border-left: 1px solid #000000; */
    justify-content: flex-end;
    padding-bottom: 2rem;
    padding-left: 2rem;
    width: 17rem
}

@media (max-width: 767px) {
    .technical-list__item_first {
        width: 12%;
    }
}

.technical-list__row:first-child .technical-list__item_first {
    border-color: #000000;
}

.technical-list__item-title {
    color: #000000;
    font-family: 'TT Livret Display Trl';
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 4.2rem;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.technical-list__item-text_first,
.technical-list__item-text {
    color: #000000;
    font-family: 'TT Fors Trial';
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
}

.technical-list__item-text_bottom {
    color: #000000;
    font-family: 'TT Fors Trial';
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3rem;
    text-align: center;
}

.technical-list__item-text {
    height: 4rem;
    margin-top: 1rem;
}

@media(max-width: 767px){
    .technical-list__item-text{
        display: none;
    }
}

.technical-list__item svg {
    margin: 2rem 0 1rem;
    height: 7rem;
	fill: #000000;
}
@media (max-width: 767px) {
.technical-list__item svg {
    height: 4rem;

}
}
.section_technical-desk {
    color: rgb(78, 39, 23);
    font-family: TT Fors Trial;
    font-size: 2rem;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    margin-top: 5rem;
}

@media (max-width: 767px) {
    .section_technical-desk {
        font-size: 1.2rem;
        width: 75%;
    }
}

.section_flats {
    margin-top: 14.7rem;
}

@media (max-width: 767px) {
    .section_flats {
        margin-top: 4.5rem;
    }
}

.flats-form__item {
    margin-bottom: 3.6rem;
}

@media (max-width: 767px) {
    .flats-form__item {
        margin-bottom: 1.6rem;
        width: 24rem;
    }
}

.flats-form__item-title {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #dbd6cc;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .flats-form__item-title {
        font-size: 1.4rem;
        line-height: 2rem;
        color: #4E2717;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }
}

.flats-form__checkboxs-inner {
    display: flex;
    justify-content: space-between;
}

.flats-form__checkboxs-inner input {
    display: none;
}

.flats-form__checkboxs-inner input[type='checkbox'] + label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.6rem;
    height: 3.6rem;
    background: transparent;
    color: #190a0a;
    font-size: 2rem;
    position: relative;
    cursor: pointer;
    border: 1px solid #ffffff;
}

.flats-form__checkboxs-inner input[type='checkbox']:checked + label {
    border: 1px solid #A08C7F;
    background: #A08C7F;
    color: #000;
}

.flats-form__price-inner {
    display: flex;
    justify-content: space-between;
}

.flats-form__price-inner input {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 47%;
    height: 3.6rem;
    background: transparent;
    color: #190a0a;
    font-size: 2rem;
    position: relative;
    border: 1px solid #ffffff;
}

.flats-form__price-inner input.true-input {
    display: none;
}

.ui-widget-content {
    background: rgba(160, 140, 127, .8);
    height: 1px;
    margin-top: 2.5rem;
}

.ui-widget.ui-widget-content{
	border: none;
	
	}


.ui-slider .ui-slider-range {
    background-position: 0 0;
    background: #bbb7b0;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle {

    position: absolute;
    z-index: 2;
    width: 1.4rem;
    height: 1.4rem;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    top: -.7rem;
    margin-left: -.7rem;
    border: 0;
    background: #ffffff;
    font-weight: normal;
    color: #ffffff;
    border-radius: 50%;
    outline: none;
}

.flats-right {
    width: 100%;
}

.flats-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    column-gap: 20rem;
	min-height: 700px;
}

@media (max-width: 767px) {
    .flats-list {
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        column-gap: 0;
    }
}

.section_flats__inner {
    display: flex;
}

@media (max-width: 767px) {
    .section_flats__inner {
        flex-direction: column;
    }
}

.flats-left {
    max-width: 25rem;
    margin-right: 19.7rem;
}

@media (max-width: 767px) {
    .flats-left {
        width: 100%;
        margin-right: 0;
    }
}

.flats-presentation {
    width: fit-content;
    position: absolute;
    bottom: 3.8rem;
}

@media (max-width: 767px) {
    .flats-presentation {
        width: 100%;
        text-align: center;
        bottom: auto;
        position: relative;
        margin-top: 4rem;
    }
}

.presentation-img {
    width: 26rem;
    margin: 0 auto 4rem;
}

.card {
    margin-bottom: 3.6rem;
}

@media (max-width: 767px) {
    .card {
        width: 24rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 1.6rem;
    }
}

.card__image-inner {
    width: 24rem;
    height: 24rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card__image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.card__title {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 1.6rem 0;
   /* color: #b7af98; */
    text-transform: uppercase;
}

.section_feedback {
    background-color: #b7af98;
    min-height: auto;
    padding: 10rem 0;
    color: #fff;
    margin-top: 6rem;
}


.section_feedback .text-input{
	background-color: #;
	color: #;
}

@media (max-width: 767px) {
    .section_feedback {
        padding: 2.4rem 0;
    }
}

.section_feedback p {
    color: #ffffff;
    margin-bottom: 3.6rem;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .section_feedback p {
        margin-bottom: 1.4rem;
    }
}
@media(max-width: 767px){
    .section_comfort.comfo2 .section-content{
        display: flex;
        flex-direction: column-reverse;    
    }
}
.section_feedback .section-content_title {
    color: #ffffff;
    width: 60%;
}


.section_feedback form button{
  border: 1px solid #e1ded8;
  color: #000000; 
  background-color: #;
}

@media(max-width: 767px){
.section_feedback .section-content_title {
    width: auto;
}
}
.section_feedback .section-content_title.only-mob {
    display: none;
}
@media(max-width: 767px){
    .section_feedback .section-content_title.only-desk {
        display: none;
    }
    .section_feedback .section-content_title.only-mob {
        display: block;
    }
}

.section_feedback .section-content_title div {
    display: inline;
}

@media (max-width: 767px) {
    .section_feedback .section-content_title div {
        display: contents;
    }
}

.section_feedback .section-content_title span:nth-child(1) {
    color: #ffffff;
}

.section_feedback .section-content_title span:nth-child(2) {

}

.section_feedback .section-content_title span:nth-child(3) {

}

.section_feedback .section-content_title span:nth-child(4) {

}

@media (max-width: 767px) {
    .section_feedback .section-content_title span:nth-child(1) div {
  
    }

    .section_feedback .section-content_title span:nth-child(2) {
     
    }

    .section_feedback .section-content_title span:nth-child(3) {
       
    }

    .section_feedback .section-content_title span:nth-child(3) div {
     
    }

    .section_feedback .section-content_title span:nth-child(4) {
      
    }
}
.section_feedback .section-content_title span {
display: contents;
}
.section_consultation__form_inner {
    display: flex;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .section_consultation__form_inner {
        flex-direction: column;
        align-items: center;
    }
}

.manager {
    margin-left: auto;
    width: 46.5rem;
    margin-right: 12rem;
    margin-top: -22rem;
}

@media (max-width: 767px) {
    .section_feedback form {
        order: 2;
        width: 100%;
    }

    .manager {
        margin-left: 0;
        width: 100%;
        margin-right: 0;
        margin-top: 2rem;
        order: 1;
    }
}

.manager__img {
    width: 100%;
    height: auto;
}

.manager__name {
    margin-top: 2rem;
    text-align: center;
    text-transform: uppercase;
	color: #ffffff;
}

.section_docs {
    height: 100vh;
    padding-top: 7rem;
    background-image: url('');
    background-size: 143rem auto;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.raspo {
	margin-top: 9rem;
}


@media (max-width: 767px) {
	
	.raspo {
	margin-top: 5rem;
}
	
    .section_docs {
        height: 50vh;
        padding-top: 4rem;
        background-size: 75rem auto;
        background-position: 0 30rem;
        background-repeat: no-repeat;
    }
}

.section_docs .section-content_title span:nth-child(2) {
    margin-left: 5.1rem;
}

@media (max-width: 767px) {
    .section_docs .section-content_title span:nth-child(2) {
        margin-left: 1.6rem;
    }
}

.section_docs__inner {
    display: flex;
    flex-direction: column;
}

.docs__link {
    text-transform: uppercase;
    margin-top: 4.8rem;
    color: #2d3c31;
    text-decoration: none;
}

@media (max-width: 767px) {
    .docs__link {
        margin-top: 3.4rem;
    }
}

.docs__link:hover {
    text-decoration: underline;
}

.docs__btn {
    margin-top: 4.8rem;
}

@media (max-width: 767px) {
    .docs__btn {
        margin-top: 3.4rem;
    }
}

.section_comfort .section-content_right {
	height:70vh;
	overflow:hidden;	
	}

#map {
  margin-bottom: 30px;
}

.section_elegant .section-content_left,
.comfo2 .section-content_left {
  margin: -5vh 0 0 10vh;
}

@media (max-width: 1200px) {
.section_elegant .section-content_left,
.comfo2 .section-content_left {
  margin-top: 0; 
}

.section_comfort .section-content_right {
        height: 25vh;
    }	
}



.section_consultation .form {
	/* border: 1px solid #000; */
	width: 40%;
	display: inline-block;
}

.section_consultation .form button {
	width: 55.6rem;
	text-align: center;
	display: inline-block;
	background-color: #;
	border: 1px solid #;
	color: #;
}

.section_consultation .section-content_title {
  color: #ffffff;
  font-family: 'TT Fors Trial';
  width: 54%;
  display: inline-block;
  float: left;
  padding-top: 14px;
}

@media (max-width: 767px){
	
.logo-vesper img {
    height: 9rem;
    width: auto;
} 
	
.section_first .lSAction > a {
        top: 48% !important;
}
	
.section_bathroom {
     margin-top: 0.5rem;
}
	
p.tx1 {
    display: none;
}

img.section_bathroom__left-img.im1 {
    margin: 0 0 -106px 0;
}
	
.section_first-content__item {
    height: 4.4rem  !important;
    width: calc(50% - 1rem) !important;
}
	
.section_consultation .form{

    width: 100%;
	display: flex;
}

.section_consultation .form button{
	width: 100%;
	text-align: center;
	display: inline-block;
}

.section_consultation .section-content_title{
  width: 100%;
  display: block;
  float: none;
  padding-top:0;
}
	
	
.section_comfort .section-content_right {
	height:38vh;
}	
#map { height: 300px; }
.section_plan{ height: 30vh; }

.section_elegant .section-content_left,
.comfo2, .comfo2 .section-content_left{
  margin: 0;
}	

.comfo2 .section-content_left .section-content_title {
        margin-top: 5px;
    }	
}

.section_technical .technical-list {
  margin-top: 0;
}


.section_technical .section-content_title {
  margin-bottom: 0;
  color:#000000;
}

.section_consultation  .section-content_title{
	/* border: 1px solid #000; */
	
	}


.flats {
    margin: 8rem 0;
}
.flats-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 2.4rem;
}
@media(max-width: 767px){
    .flats-grid {
        grid-template-columns: repeat(1,1fr);
    }
}
.flats-item{
    display: flex;
    flex-direction: column;
    border: 1px solid #c1c0b8;
    padding: 1.5rem
}
@media(max-width: 767px){
.flats {
position: relative;
}
         .flats-grid .flats-item{
            width: calc(100% - 3rem - 2px) !important;
         }
    .flats-grid .slick-slide{
        margin-right: 0;
        overflow: hidden;
    }
     .flats-grid .slick-slide:last-child{
        margin-right: 0;
    }
    .flats-grid_nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 2rem);
    border-radius: 50% 50%;
    background: #2d3c31;
    width: 4rem;
    height: 4rem;
    z-index: 22;
       border: 1px solid #2d3c31;
    }
    .flats-grid_prev{
    left: 2rem;
    }
    .flats-grid_next{
    right: 2rem;
    }
        .flats-grid_nav svg{
          width: 4rem;
    height: 4rem;
        object-fit: contain;
        }
}
.flats-item__image {
    margin-bottom: 4rem;
    height: 30rem;    
}
.flats-item__image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flats-item__row {
    display: flex;
    flex-direction: row;
    grid-gap: 1.2rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.flats-item__title {
    text-transform: uppercase;
    color: #;
     font-size: 2.4rem;
}
.flats-item__price {
    text-transform: uppercase;
    color: #;
    font-size: 2.4rem;
}

.flats-item__price.min-pr {
	font-size: 1.6rem;
	color: #;
}

.flats-item__option {
    text-transform: uppercase;
    color: #;
    font-size: 1.4rem;
}
.flats-item__tags {
   flex-direction: row;
   grid-gap: 1.2rem;
   align-items: center;
}
.flats-item__tag {
    display: inline-flex;
    align-items: center;
    color: #;
    border-radius: 2rem;
    font-size: 1.2rem;
    padding: .5rem 1rem;
}
.flats-item__tag.green {
    background-color: #;
}
@media(min-width: 768px){
    .flats-grid_nav {
    display: none;}
}

.info-grid {
display: grid;
grid-template-columns: repeat(2,1fr);
margin: 4rem 0;
}

@media(max-width: 767px){
    .info-grid{
        grid-template-columns: repeat(1,1fr);
    }
}


.info-grid__item {
    display: grid;
    grid-template-columns: 1fr 1fr 6fr;
    grid-gap: 1.2rem;
    align-items: center;
    border-bottom: 1px solid #999;
    padding: 1rem 4rem 1rem 0;
    font-family: 'Montserrat';
}
.info-grid__item .info-grid__item-num span:nth-child(1){
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #;
    font-size: 3.2rem;
    font-weight: 600;
}
.info-grid__item .info-grid__item-num span:nth-child(2){
    text-transform: uppercase;
    font-size: 1rem;
	color: #;
}


.info-grid__item-car svg {
    fill: #;
}

span.car_info {
    color: #;
}


@media(max-width: 767px){
    .info-grid__item{
        grid-template-columns: 1fr 1fr 7fr;
    }
}

.info-grid__item-num {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.info__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    grid-gap: 8rem;
}
.info__content{
    width: 50%;
    margin: 4rem 0;
    padding-top: 1rem;
    text-align: justify;
}
.info-grid{
    width: auto;
}
.info-grid__item-car {
    width: 3rem;
    height: 3rem;
}
.info-grid__item-car svg{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flats__title {
text-align: center;
width: 100%;
color: #;
}

@media(max-width: 767px){

.section_plan__r iframe {
    width: 100% !important;
}




    .mob-hidden {
        display: none;
    }
    .info__wrapper {
        flex-direction: column;
        grid-gap: 2.4rem;
    }
    .info__content {
        width: 100%;
        margin: 0;    
    }
    .info-grid {
        width: 100%;  
        margin: 0;     
    }
	
.flats-item__tag {
    margin: 10px 0 0 0;
}
	
.flats-item {
    margin: 1rem 0;
}	
	
}

.section_first__content h1{
text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.technical-list__item-text_bottom {
  text-transform: uppercase !important;
}

.section_ability .section-content_title span:nth-child(2){ margin-left: 7.2rem; margin-top: 15px; }
.section_ability .section-content_title span:nth-child(3){ margin-left: 0; margin-top: 15px; }
.section_ability .section-content_title span:nth-child(4){ margin-left: 7.2rem; margin-top: 15px; }
.section_ability .section-content_title span:nth-child(5){ margin-left: 0; margin-top: 15px; }

#pl0 .section_first-content__text{ opacity: 0; }

.ymaps-2-1-79-map-copyrights-promo, .ymaps-2-1-79-copyright{ display: none !important; }


.section-content_title span a.phoFot{
	color: #000000;
	}

.section-content_title.descripts {
	color: #000000;
	width: 100%;
	text-align: center;
	margin: 3.9rem 0 0 0;
}
.technical-list__item svg {
    display: block;
    margin: 0 auto;
}