body {
    border: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #9dc445;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
}
@media (max-width: 1100px) {
    .wrapper{
        max-width: none;
        max-width: 0 5%;
    }
}

.wrapper_header {
    max-width: 1100px;
}

.nav {
    /*! justify-content: flex-start; */
    /*! align-content: center; */
    /*! align-items: center; */
    /*! padding: 0 25px 0 75px; */
    /*! position: relative; */
}

h1,h2,h3,h4,h5,h6,
title,
[class$="__title"]{
    font-family: 'Roboto', sans-serif;
}


.nav .button_header{
    position: absolute;
    right: 0px;
    bottom: -41px;
    z-index: 10;
    border-radius: 0 0 5px 5px;
    text-transform: uppercase;
}

.nav>.sitem>a {
    font-size: 16px;
    padding: 10px 5px 23px;
    margin: 0 15px;
    border-top: 7px solid transparent;
    color: #fff;
}

.nav>.sitem>a:hover {
    border-top: 7px solid #9dc447;
    text-decoration: underline;
}

.nav>div>a {

    display: block;
}

.nav>.nav__other {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-grow: 1;
    position: relative;
}

/* .nav>.nav__other>.button {
    margin: 0 20px;
} */

.phone-number {
    font-size: 18px;
}

.phone-number p {
    margin: 0;
}

.button {
    display: inline-block;
    font-size: 16px;
    padding: 7px 18px;
    border: 3px solid #9dc447;
    border: none;
    border-bottom: 3px solid #85a737;
    background-color: #9dc447;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.button_light {
    background-color: #fff;
    color: #9dc447
}

.button_green {
    border-color: #4eaa2d;
    background-color: #4eaa2d;

}

header{
    background-color: #4b5265;
}

.button_light.button_green {
    background-color: #fff;
    color: #4eaa2d;
    border-color: #4eaa2d;
}

.button_big {
    padding: 4px 15px;
    border-radius: 22px;
    font-size: 22px;
}

.button:hover {
    color: #9dc447;
    background-color: #fff;
    text-decoration: none;
}

.big-slider-nav.slick-slider.slick-dotted {
    margin-bottom: 0px;
}

.main-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 460px;
    display: grid !important;
    grid-template-columns: 10% 35% 37% 1fr;
    /*grid-template-rows: 30% 30% 40%;*/
    grid-template-rows: 30% min-content auto;
}

.main-slide__logo {
    grid-column: 2/3;
    grid-row: 1/4;
}

.main-slide__logo>.logo {
    margin-left: 25px;
    margin-top: 25px;
}

.main-slide__text {
    grid-column: 3/4;
    grid-area: 2/3;

}

.main-slide__more {
    grid-column: 3/4;
    grid-row: 3/4;
    display: flex;
    align-content: center;
    align-items: flex-start;
    padding: 45px 0;
}

.main-slide__more .button {
    margin: 0 auto
}

.big-slider-nav .slick-dots {
    bottom: 30px;
    left: -35%;
}

.head-text {
    font-size: 2.2em;
    font-weight: bold;
}

.section__brown {
    background-color: #52281a;
}

.wrapper_big {
    max-width: 1170px;
}

.bullets {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}

.bullets_full{
    margin: 100px 0;
    justify-content: center;
    align-items: flex-start;
}

.bullets_img-only{
    margin: 40px auto;
    max-width: 800px;
    flex-wrap: wrap;
    align-items: center;
}

.bullets__item:last-child .bullet-item {
    border-right: 1px solid #b9b9b9;
}


.bullets__item {
    flex: 0 1 16.6%;
    padding: 16px 0;
}

.bullets_full>.bullets__item{
    flex: 0 1 30%;
}

.bullets_img-only>.bullets__item{
    flex: 0 1 25%;
    margin-bottom: 25px; 
}

.bullet-item {
    position: relative;
    border-left: 1px solid #b9b9b9;
}

.bullet-item__border-top {
    position: absolute;
    top: -17px;
    height: 4px;
    background-color: #9ec548;
    z-index: 100;
    width: 90%;
    left: 5%;
}

.bullet-item__img {
    width: 70px;
    height: 70px;
    padding-top: 10px;
    margin-right: 20%;
}

.bullet-item__img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.bullet-item__text {
    text-align: center;
    padding: 20px 0;
    /*! color: #f5cbb3; */
    font-size: 14px;
}

.big-card {
    margin: 80px 0;
    display: grid;
    grid-template-columns: 40% 1fr;
}

.big-card__super-title {}

.big-card>div {
    grid-column: 1/2;
}

.big-card>.big-card__img {
    grid-column: 2/3;
    grid-row: 1/5;
    margin: 25px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.big-card__super-title {
    margin: 10px 0;
}

.big-card__title {
    margin-top: 18px;
    margin-left: 8px;
    font-size: 38px;

}

.big-card__title>span {
    border-bottom: 3px dotted #52281a;
}

.big-card__anonce {
    margin-top: 10px;
    margin-left: 8px;
}

.big-card__more {
    text-align: center;
    padding-top: 50px;
}

.big-card__img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-card-img-counter {
    padding: 40px;
    margin: 10px 0 0 50px;
    width: 200px;
    height: 200px;
    background-color: #f5cbb3;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 7px solid rgb(245, 203, 179);
}

.big-card-img-counter__counter {
    font-size: 45px;
}

.big-card-img-counter__text {
    text-align: center;
}

.section_tana {
    background-color: #e2dec1;
}


.title {
    display: inline-block;
    font-size: 42px;
    /*! border-bottom: 3px dotted #52281a; */
}

.title_no-border {
    border: none;
}

.milestones__title {
    padding: 15px 0 50px;
    text-align: center;
}

.milestones__list {
    padding-bottom: 20px;
}

.milestone-list {
    display: flex;
    justify-content: space-between;
}

.milestone-list__item {
    /*! flex-basis: 16.6%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.milestone-list__arrow-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.milestone-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    /*! justify-content: center; */
}

.milestone-item__img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #c6bea7;
    background-color: #eae7d3;

}

.milestone-item__img>img {
    width: 84%;
    height: 84%;
    margin: 8%;
    border-radius: 50%;
    object-fit: cover;
}

.milestone-item__text {
    width: 15ex;
    text-align: center;
    flex-grow: 1;
    margin: 10px 0;
    line-height: 1em;
    min-height: 2em;
}

.milestone-item__button {
    width: 12ex;
    text-align: center;
    /*! margin: 5px 0; */
}

.section_orange {
    background-color: #f6961b;
}

.feedback {
    display: grid;
    grid-template-columns: 65% 1fr;
}

.feedback__title {
    grid-column: 1/2;
    margin: 15px 5px 0px;
    font-size: 41px;
}

.feedback__anonce {
    grid-column: 1/3;
}

.feedback__form {
    grid-column: 1/2;
    padding: 30px 0;
}

.feedback__contacts {
    grid-column: 2/3;
    grid-row: 3/4;
    padding: 30px 10px;
}

.feedback__contacts>div {
    margin-bottom: 15px;
}

.feedback-form {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 13px 22px;
}

.feedback-form__title {
    font-size: 24px;
}

.inline-input {
    margin: 13px 0;
    display: flex;
    justify-content: space-between;
}

.inline-input__item {
    flex-grow: 1;
    margin-left: 30px;
}

.inline-input__item:first-child {
    margin-left: 0;
}

.input {
    padding: 10px;
    border-radius: 5px;
    border 1px solid black;
    width: 100%;
}

.feedback-form__agreement {
    margin: 15px 0;
    0 0;
}

input[type="checkbox"] {
    display: inline-block;
}

input[type="checkbox"]+label {
    display: inline;
    font-size: 14px
}

.feedback-agreement {}

.button_apricot {
    background-color: #f5cbb3;
    border-color: #da9c60;
    color: #000;
}

.button_long {
    padding: 2px 40px;
    font-size: 18px;
    font-weight: 600;
}

.button_apricot:hover {
    background-color: #fff;
    color: #000
}

.feedback-form__send {
    margin: 25px 0
}

.square-brackets {
    position: relative;
    display: inline-block
        /*! height: inherit; */
}

.square-brackets__content {
    font-size: 28px;
    padding: 0 15px;
}

.square-brackets__content a {
    color: #fff;
}

.square-brackets__left-bracket,
.square-brackets__right-bracket {
    position: absolute;
    width: 30px;
    top: 0;
    bottom: 0;
    height: 100%;
    background-size: contain;

    background-repeat: no-repeat;
}

.square-brackets__left-bracket {
    background-image: url(img/skoba-left.png);
    background-position: center left;
    left: 0;
}

.square-brackets__left-bracket_mode1 {
    background-image: url(img/skoba2-left.png);
}

.square-brackets__right-bracket {
    background-image: url(img/skoba-right.png);
    background-position: center right;
    right: 0;
    /*! margin: 1px 0; */
}

.square-brackets__right-bracket_mode1 {
    background-image: url(img/skoba2-right.png);
}

.text__white {
    color: #fff;
}

.tab-page {
    margin: 72px 0;
}

.tab-page__title {
    font-size: 45px;
    text-align: center;
}

.tab-page__tabs {
    border-top: 2px solid #f6961b;
    border-bottom: 2px solid #f6961b;
    margin: 35px 0;
}

.litle-card {
    width: 140px;
    margin-left: 50px;
}

.litle-card__img>.square-brackets {

    width: 100%;
}

.img {
    width: 100%;
    padding: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.litle-card__img {
    margin-bottom: 20px;
}

.litle-card__img .square-brackets__left-bracket,
.litle-card__img .square-brackets__right-bracket {
    display: none;
}

.litle-card:hover .square-brackets__left-bracket,
.litle-card:hover .square-brackets__right-bracket {
    display: block;
}

.litle-card__img .img {
    width: 46%;
    padding: 23% 0;
    margin: 15px auto 0;

}

.litle-card__text {
    text-align: center;
    font-size: 22px;
    color: #000;
}

.tab-page__tabs {
    padding: 35px 0;
}

.tab-page__tabs>.nav {
    padding: 0;
    margin: 0;
}

.gallery-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gallery-card__item {
    flex-basis: 30%;
    margin-bottom: 40px;
}

.photo-card {
    position: relative;
}

.photo-card__img {
    border: 1px solid #d9d9d9;
    padding: 7px;
}

.photo-card__img>.img {
    padding: 37.5% 0;
    background-size: cover;
}

.photo-card__text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(246, 150, 27, 0.0);
    opacity: 0;
    transition: all 0.2s ease;
}

.photo-card__text:hover {
    opacity: 1;
    background-color: rgb(246, 150, 27, 0.6);
}

.photo-card {}


.photo-card__text {
    text-align: center;
}

.tab-page__promo-card {
    margin: 50px auto;
    max-width: 720px;
    border-radius: 7px;
    background-color: #f4f4f4;
    padding: 10px 45px 30px;
}

.promo-card__more {
    text-align: center;
}

.promo-card__text {
    margin-top: 20px;
    font-size: 14px
}

.button_caput-mortuum {
    background-color: #542a1a;
    border-radius: #542a1a;
}

.button_caput-mortuum:hover {
    color: #542a1a;
}

.ceo-card-container {
    display: flex;
    flex-direction: column;

    padding: 50px 0;
}

.ceo-card-container>.title {
    margin: 50px 0;
    text-align: center;
}

.ceo-card {
    display: grid;
    grid-template-columns: 50% 1fr;
    border: 2px solid #f9f9f9;
    padding: 7px;
    background-color: #fff;
    border-radius: 7px;
}

.ceo-card__img {
    grid-column: 1/2;
    grid-row: 1/3;
}

.ceo-card__img>.img {
    padding: 40% 0;
}

.ceo-card__text {
    margin: 20px 10px 0px 40px;
    font-size: 14px;
}

.ceo-card__contacts {
    margin: 0px 10px 0px 40px;
    display: flex;
}

.text_orange {
    color: #f6961b;
}

.text_brown {
    color: #52281a;
}

.section__light-grey {
    background-color: #f4f4f4;
}

.text__bold {
    font-weight: 600;
}

.text__medium {
    font-size: 20px;
}

.phone-block {
    padding-bottom: 20px;
    flex-basis: 100%;
    position: relative;
}

.phone-block #phone_var {
    display: inline-block
}

.phone-block #phone_var a {
    color: #f6961b;
}

.phone-button {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -7px;
    right: 22%;
    background: url(img/phone-buttom.png) no-repeat;
}

.footer-1 {
    display: flex;
    padding: 10px 0;
    margin-top: 90px;
    background-color: #f7f5f6;
}

.footer-1__hello {
    flex-basis: 20%;
    border-left: 4px solid #b68e50;
    padding-left: 15px;
}

.footer-1__menu {
    flex: 1 1 20%;
}

.nav_top {
    align-items: flex-start;
    justify-content: center;
}

.footer-1 .nav>.sitem {
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-1 .nav>.sitem>a {
    margin: 10px 20px;
    padding: 0;
    font-size: 18px;
    color: #7b7b7b;
    border: none;
}

.footer-1 .nav>.sitem>a:hover {
    color: #30598f;
    border: none;
}

.footer-1 .nav>.sitem:first-child {
    margin-left: 0;
}

.footer-1 .nav>.sitem:last-child {
    margin-right: 0;
}

.footer-1 .nav .dditem {
    display: flex;
}

.footer-1 .nav .dditem>a {
    color: #fff;
}

.footer-1 .nav .dditem>a:hover {
    color: #f6961b;
    text-decoration: underline;
}

.footer-1 .nav .dditem>a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(img/marker-arrow.png) no-repeat;
    margin-right: 15px;
}

.section_dark-brown {
    background-color: #29150e;
    color: #fff;
}

.footer-2 {
    padding: 50px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 20px;
}

.footer-2__block-col1 {
    grid-column: 1/2;
    grid-row: 1/3
}

.footer-2__block:nth-child(2){
    grid-row: 1/3;
}

.card-ft {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-ft__logo {
    width: 200px;
}

.img_logo {
    background-image: url(img/logo.png);
}

.block {
    padding: 10px 0;
}

.block__title {
    font-size: 25px;
    color: #134987;
}

.social-networks {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-networks__item {
    width: 50px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #f4f4f4;
    margin-right: 10px;
}

.social-networks__item:last-child {
    margin-right: 0;
}

.social-networks__item>.img {
    border-radius: 50%
}

.card-ft__list {
    margin: 20px 0;
}

.block_border-left {
    border-left: 4px solid #7092b5;
    padding-left: 15px;
}

.block_border-left .block__title {
    color: #134987;
}

.copyright {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.footer-2__block>.block {
    height: 100%;
}

.block__text {
    margin-top: 10px;
}

.footer-2__block-col1 .block__text,
.footer-2__block-col1 .block__text a{
    color: #144786;    
}

.block__text a{
    text-decoration: underline;
}

.combined-input {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    border: 1px solid #c7c7c7;
}


    .combined-input input::-webkit-input-placeholder { color: #c7c7c7; }
    .combined-input input:-ms-input-placeholder { color: #c7c7c7; }
    .combined-input input::-ms-input-placeholder { color: #c7c7c7; }
    .combined-input input::placeholder { color: #c7c7c7; } 


.combined-input>* {
    border: none;
    background: transparent;
    outline: none;

}

.combined-input__input {
    flex:  1 1 80%;
    color: #000;
}

.combined-input__input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.7;
}

.rzdArea .item {
    width: 230px;
    overflow: hidden;
    float: left;
    margin: 9px;
    text-align: center;
}

/* webkit */
.combined-input__input::-moz-placeholder {
    color: #fff;
    opacity: 0.7;
}

/* Firefox 19+ */
.combined-input__input:-moz-placeholder {
    color: #fff;
    opacity: 0.7;
}

/* Firefox 18- */
.combined-input__input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.7;
}

/* IE */

.combined-input__btn {
    cursor: pointer;
    flex-basis: 40px;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.main-slide {
    color: #fff;
}


/* footer form */
div.footer-2__block:nth-child(5)>div:nth-child(1) {
    display: none;
}

.inner-bg {
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.pageHd,
.navRow {
    color: #848893;
}

.navRow a {
    color: #848893;
}

.navRow a:hover {
    color: #f6961b;
}

.navRow a:not([href]):not([tabindex]) {
    color: #9dc445;
}

.navRow a:not([href]):not([tabindex]):focus,
.navRow a:not([href]):not([tabindex]):hover {
    color: #848893;
}

.page-content__item.p3,
.page-content__item.p2 {
    background-color: #fff;
    padding: 20px 25px;
}

.pageCnt {
    background: #fff;
    padding: 40px 25px 60px;
    /*! min-height: 650px; */
}

.project-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.project-list__item {
    flex-basis: 48%;
}

.project-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.project-card__img {
    border-radius: 50%;
    width: 80%;
    overflow: hidden;
    padding: 10px;
    border: 2px solid #f6961b;
    /*! padding: 50% 0; */
}

.project-card__img>.img {
    border-radius: 50%;
    background-size: cover;
}

.project-card__text {
    margin-top: 15px;
}

.project-card__text>* {
    margin-top: 8px;
    text-align: center;
}

.text_size25 {
    font-size: 25px;
}

.navRow {
    padding: 20px 0 40px;
}

.list-flex {
    display: flex
}

.list-flex_between {
    justify-content: space-between;
}

.project-card__table {
    margin-top: 45px;
    background-color: #f2f2f2;
    border-radius: 7px;
    padding: 25px 20px;
}

.project-card__table table {
    border: none;
}

.project-card__table table td {
    border-collapse: collapse;
    border: none;
    border-bottom: 2px solid #fff;
}

.project-card__table table td {
    padding: 10px 15px;
}

.project-card__table table td p {
    margin-bottom: 10px;
}


.project-card__table table td:last-child {}


ul li {
    /* list-style-image: url(img/arrow.png); */
}

ul.nav li {
    list-style-image: none;
}

#pgp .tovTable {
    margin-top: 50px;
}

.listItemDesc {
    text-align: center;
    width: 100%;
    overflow: hidden;
    vertical-align: top;
    border: none;
    background: #fff;
    position: relative;
}

.listItemDesc__img {
    padding: 10px;
    border: 2px solid #f4f4f4;
}

.listItemDesc__img .img {
    width: 100%;
    padding: 37.5%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.listItemDesc .img img {
    display: none;
}

.product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-list__item {
    flex-basis: 33.3%;
    padding: 10px;
}

.listItemDesc .name {
    display: block;
    /*! font-size: 22px; */
    padding: 15px 0px;
    height: auto;
}

.listItemDesc .name span {
    font-size: 22px;
}

.listItemDesc .buy {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
}

.listItemDesc .buy .square {
    font-size: 20px;
}

.listItemDesc .buy .price {
    background-color: #f6961b;
    border: 2px solid #f6961b;
    display: 20px;
    cursor: pointer;
}

.listItemDesc .buy .price:hover {
    background-color: #fff;
}

.product-features {
    margin-bottom: 40px;
}

.page-cnt-content {
    overflow: hidden;
}

.s_cnt_image {}

.s_cnt_name {
    margin-bottom: 40px;
}

.s_cnt_image {
    width: 40%;
    /*! margin: 0 5% 12px 0; */
    /*! max-height: 500px; */
    /*! object-fit: cover; */
}

.pre-offer {
    display: none;
}

.product-image {
    width: 60%;
    padding: 10px;
    float: left;
}

.product-slider__slide {
    padding: 0 10%;
}

.product-slider__slide .img {
    padding: 37.5% 0;
    width: 100%;
    overflow: hidden
}

.product-slider-nav__slide {
    padding: 0 10%;
}

.product-slider-nav__slide .img {
    width: 100%;
    padding: 37.5% 0;
}

.product-slider {
    margin-bottom: 20px;
}

.product-slider-nav {
    margin-bottom: 20px;
}

.description {
    clear: left;
    border: 2px solid #f2f2f2;
    border-radius: 7px;
    padding: 25px 35px;
}

.num-block {
    margin: 70px 0 20px;
    background-color: #fcfbf6;
    border: 2px solid #ececea;
    border-radius: 7px;
    padding: 25px 55px;
}

.list-item {
    display: grid;
    grid-template-columns: 10% 1fr;
}

.list-item__counter {
    grid-row: 1/3;
    color: #f6961b;
    text-align: center;
    padding: 10px 0;
}

.list-item__counter>.square-brackets {
    margin: 0 auto;
}

.list-item__counter>.square-brackets .square-brackets__content {
    font-size: 40px;
    margin: 0 .5ex;
}

.list-item__name,
.list-item__text {
    grid-column: 2/3;
    padding: 0 20px;
}

.list-item__name {
    font-size: 20px;
    color: #f6961b;
}

.list-item__text {}

.newsItemZ {
    border-left: 2px solid #ececea;
    border-right: 2px solid #ececea;
    display: block;
    padding: 20px 0;
}

.newsItemZ:first-of-type {
    border-top: 2px solid #ececea;
    border-radius: 10px 10px 0 0;
}

.newsItemZ:last-of-type {
    border-bottom: 2px solid #ececea;
    border-radius: 0 0 10px 10px;
}

.newsItem {
    display: flex;
    padding: 25px 30px;
    border-bottom: 2px solid #ececea;
    position: relative;
    /*! margin: 20px 0; */
}

.news-preview-date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    padding-left: 20px;
    border-left: 30px solid #f6961b;
}

.newsItemZ:last-of-type .newsItem {
    border-bottom: none;
}

.newsItem>.imagee {
    flex-basis: 35%;
    padding-left: 20px;
}

.newsItem>.ncnt {
    width: 80%;
    padding-left: 25px;
}

.page-cnt-content~.newsItemZ:first-of-type {
    margin-top: 60px;
}

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

.rzdArea>.item {
    flex-basis: 30%;
    margin: 15px auto;
}

.rzdArea>.item>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 30ex;
    margin: 0 auto;
    padding: 15px 0;
    border: 1px solid transparent;
}

.rzdArea>.item .img {
    border-radius: 50%;
    border: 4px solid #f6961b;
    width: 50%;
    padding: 23.5% 0;
    /*! margin: 0 auto */
    background-size: 95% auto !important;
}

.rzdArea>.item .name {
    font-size: 20px;
    max-width: 20ex;
}

.rzdArea>.item:hover>a {
    text-decoration: underline;
    border: 1px solid #dadada;
}


.mobile {
    display: none;
}

.desktop {}


.footer-1 .block__title {
    color: #f6961b;
}

.footer-1__hello {
    border-left-color: #f6961b;
}

@media (max-width: 480px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    /* MANGO start */

    body {
        width: 100%;
        height: 100%;
    }

    .slideout-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 256px;
        min-height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        z-index: 0;
        display: none;
    }

    .slideout-menu-left {
        left: 0;
    }

    .slideout-menu-right {
        right: 0;
    }

    .slideout-panel {
        position: relative;
        z-index: 1;
        will-change: transform;
        background-color: #FFF;
        /* A background-color is required */
        min-height: 100vh;
    }

    .slideout-open,
    .slideout-open body,
    .slideout-open .slideout-panel {
        overflow: hidden;
    }

    .slideout-open .slideout-menu {
        display: block;
    }

    /* MANGO end */

    .milestones {
        display: none;
    }

    .milestone-list__arrow-right {
        display: none;
    }


    .big-card {
        grid-template-columns: 1fr;
    }

    .big-card__title {
        text-align: center;
    }

    .big-card__super-title {
        display: none
    }

    .big-card__img {
        display: none;
    }

    .feedback {
        display: flex;
        flex-direction: column;
        border-radius: 20px;
    }

    .feedback>* {
        display: none
    }

    .feedback__form {
        display: block;
        padding: 0;

    }

    .feedback__contacts {
        display: none;
    }

    .feedback-form .inline-input {
        flex-direction: column;
    }

    .feedback-form .inline-input>.inline-input__item {
        margin: 10px 0;
    }

    .feedback-form .inline-input>.inline-input__item:first-of-type {
        margin-top: 0;
    }

    .feedback-form .inline-input>.inline-input__item:last-of-type {
        margin-bottom: 0;
    }

    .feedback-form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tab-page__tabs>.nav {
        justify-content: center
    }

    .litle-card {
        margin: 0;
        width: 100px;
    }

    .litle-card__text {
        font-size: 18px;
    }

    .main-slide {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .main-slide__logo {
        display: none;
    }

    .main-slide__text {
        padding: 30px 25px 0;
        grid-row: 1/2;
    }

    .main-slide__text>.head-text {
        font-size: 22px;
        text-align: center;
        padding-bottom: 30px;
    }

    .main-slide__text>.main-text {
        font-size: 16px;
    }

    .main-slide__more {
        padding: 15px 0
    }

    .footer-1 {
        justify-content: center;
    }

    .footer-1__hello {
        flex-basis: 80%;
    }

    .footer-1__menu {
        display: none
    }

    .footer-2 {
        grid-template-columns: 1fr;
    }

    .wrapper {
        padding: 0 20px;
    }

    .wrapper_desktop {
        padding: 0;
    }

    .bullet-item {
        border: none;
        padding: 0 5px;
        word-break: break-all;
    }

    .nav__other .phone-number,
    .nav__other .phone-number a {
        font-size: 15px !important;
        ;
    }

    .mobile-menu-line {
        margin-bottom: 5px;
    }
    
    .project-list{
        flex-direction: column;
    }
    
    .project-list__item{
        width: 100%;
        margin-bottom: 20px; 
    }
    
    .project-list__item:last-of-type{
        margin-bottom: 0; 
    }
    
    .project-card{
        box-sizing: border-box;
        white-space: 100%;
    }

    .project-card__table{
        padding: 15px 10px;
    }

    .product-list__item{
        flex-basis: 100%;
    }

    .listItemDesc .buy{
        grid-template-columns: 1fr;
    }

    .listItemDesc .buy .price{
        font-size: 18px;
        margin-top: 5px;
    }

    main#panel{
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .feedback-form__line{
        width: 100%;
    }

    .photo-card__text{
        display: none;
    }

    .rzdArea > .item{
        flex-basis: 100%;
    }
}

.mobile-menu-line {
    display: flex;
    align-items: center;
}

.mobile-menu-line__burger {
    flex-basis: 15%;
    padding: 10px;
}

.mobile-menu-line__burger>.toggle-button {

}

.mobile-menu-line__logo {
    flex-basis: 40%;
    padding: 10px
}

.logo__img {
    background-image: url(img/logo.png);
    width: 100%;
    padding: 40% 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mobile-menu-line__contacts {
    flex-basis: 45%;
}

.mobile-menu-list__item {
    padding: 10px 15px 10px 25px;
    border-bottom: 1px solid #f2f2f2;
}

.mobile-menu-list__item_full-width>.sitem {
    padding: 10px 15px 10px 25px
}

.mobile-menu-list__item_full-width>.sitem a {
    width: 100%;
    display: block;
}

.mobile-menu-list__item_full-width>.sitem:first-child {}

.small-logo {
    width: 50%;
    margin: 0 auto;
}

.portfolio-card{
    margin: 50px 0; 
}

.portfolio-slider__item{
    padding: 0 10px;
}

.portfolio-preview{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 10px; 
}

.portfolio-preview>*{
   grid-column: 1/3;
   place-self: center; 
}

.portfolio-preview__img{
    width: 80%;    
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #f6961b;
}

.portfolio-preview__img>.img{
    border-radius: 50%;
    background-size: cover;
    width: 95%;
    padding: 47.5% 0;
    margin: 2.5%
}

.portfolio-preview__title{
    font-size: 25px;
    max-width: 80%;
    text-align: center
}

.portfolio-preview__size{
    grid-column: 1/2;
    font-size: 22px;
    color: #f6961b;
}

.portfolio-preview__price{
    grid-column: 2/3;
    font-size: 22px;
}

.portfolio-card .slick-prev,
.portfolio-card .slick-next{
    border: none;
}

.portfolio-card__tittle{
    text-align: center;
    margin-bottom: 35px;
}

.feedback__success{
    color: #6ba610;
}

.img_burger{
    background-image: url(img/burger.png);
}

.tab-page__promo-card{
    display: none;
}

h1{
    font-size: 2rem;
}

.button_cancel,
.button_send {
    border-radius: 25px;
}

.button_cancel:hover{
    color: #6c757d;
    background-color: #fff;
}

.button_send{
    background-color: #f6961b;
    border-color: #f6961b;
}

.button_send:hover{
    color: #f6961b;
    background-color: #fff;
    border-color: #f6961b;
}

.main_slider{
    position: relative
}

.bg-slider{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.bg-slider *{
    height: 100%;
}

.bg-slider__slide .img{
    padding: 0;
    background-size: cover;
}

.main_slider,
.bg-slider{
    height: 600px;
}

.main_slider__content{
    position: absolute;
    top: 10%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-slider-content{
    display: grid;
    grid-template-columns: 8fr 10fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    width: 500px;
    margin-right: 400px;
    max-width: 60%;
}

.main-slider-content__text{
    grid-column: 1/3;
    max-width: 100%;
    padding: 25px 20px;
    background-color: rgba(254, 254, 254, 0.8);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 100%);
}

.main-slider-content__logo{
    width: 100%;
}

.main-slider-content__logo .img__logo{
    background-image: url(img/logo.png);
    padding: 30% 0;
}

.main-slider-content__text .button{
    margin-top: 10px;
}

.slider-block__item{
    max-height: 220px;
}

.bullet-item {
    -webkit-transform: skewX(-25deg); 
    -moz-transform: skewX(-25deg); 
    -ms-transform: skewX(-25deg); 
    -o-transform: skewX(-25deg); 
    transform: skewX(-25deg); 
    padding: 0 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bullet-item_full{
    -webkit-transform: skewX(0deg); 
    -moz-transform: skewX(0deg); 
    -ms-transform: skewX(0deg); 
    -o-transform: skewX(0deg); 
    transform: skewX(0deg);
    border: none;
    display: grid;
    grid-template-columns: 1fr 5fr;
    padding: 0 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px; ;
}



.bullets_full>.bullets__item:last-child .bullet-item{
    border: none;
}


.bullet-item_full>.bullet-item__img{
    align-self: center;
}

.bullet-item_full>.bullet-item__text{
    text-transform: uppercase;
    font-size: 25px;
    color: #134987;
}

.bullet-item_full>.bullet-item__anonce{
    grid-column: 1/3;
    font-size: 15px;
}

.bullet-item_full>.bullet-item__border-top{
    display: none;
}

.bullet-item_full .bullet-item__img{
    margin: 0;
}

.bullet-item_img-only{
    display: block;
}

.bullet-item_img-only>.bullet-item__img{
    width: 90%;
    height: auto;
    transition: all .5s ease-out 0s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

.bullet-item_img-only:hover>.bullet-item__img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none; /* IE 6-9 */
}

.bullet-item_img-only>.bullet-item__anonce,
.bullet-item_img-only>.bullet-item__text,
.bullet-item_img-only>.bullet-item__border-top{
    display: none;
}

.bullet-item > * {
    -webkit-transform: skewX(25deg); 
    -moz-transform: skewX(25deg); 
    -ms-transform: skewX(25deg); 
    -o-transform: skewX(25deg); 
    transform: skewX(25deg); 
}

.bullet-item_full > * {
    -webkit-transform: skewX(0deg); 
    -moz-transform: skewX(0deg); 
    -ms-transform: skewX(0deg); 
    -o-transform: skewX(0deg); 
    transform: skewX(0deg); 
}

.main-slider-content__text .slick-dots li.slick-active button::before{
    color: #7cb303;
}

.some_words{
    margin: 0 auto;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    max-width: 65ex;
        
}

.some_words:before,
.some_words:after{
    margin: 30px auto;
    content: "";
    display: block;
    width: 250px;
    background-color: #000;
    height: 1px;
}

.some_words_no-border:before,
.some_words_no-border:after{
    display: none;
}

.section__building-title{
    margin: 140px 0 50px
}

.main-tabs{
    margin: 60px auto;
    max-width: 950px;
}

.main-tabs__title{
    text-align: center;
}

.main-tabs__title .title{
    border-bottom: none;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 30px;
}

.main-tabs__tabs{
    margin: 40px 0;
}

.tabs2 .nav{
    justify-content: space-between;
}

.m.main-tabs .nav-item:nth-child(n+1){
    border-left: #bfbfbf;
}

.main-tabs .nav-item{
    flex:  1 1 10%;
    text-align: center;
    margin: 0.8rem 0 40px;
}

.main-tabs .nav-item:nth-child(n+2){
    border-left: 2px solid #b1b1b1;
}

.main-tabs .nav-item>.nav-link{
    border: none;
    background-color: transparent;
    color: #595959;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px 16px;
    line-height: 1.5rem;
    
}

.main-tabs .nav-item>.nav-link:hover{
    text-decoration: underline;
}

.main-tabs .nav-item>.nav-link.active{
    color: #406a9a;
    text-decoration: underline;
}

.tabs-content{
    display: grid;
    grid-template-columns: 65fr 35fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.tabs-content__img{
    grid-column: 2/3;
    grid-row: 1/3;
    position: relative;
    
    
}

.clip-path-img{
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 35%, 50% 0%);
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 38%, 50% 0%);
    padding: 45% 0;
    position: relative;
    margin-top: 0px;
}

.tabs-content__img:before{
    content: "";
    display: block;
    position: absolute;
    background-image: url(img/border.png);
    width: 70%;
    height: 70%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 100;
    left: 11%;
    top: 5px;
    
}

.clip-path-img img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.tabs-content__media img{
    margin: 10px 0 0 15px; 
    width: 40px
}

.tabs-content__button{
    padding-left: 20px;
}

.tabs-content__button .button{
    padding: 7px 50px;
}

.section_floor{
    background-color: #646d7e;
}

.floor-block{
    display: flex;
}

.floor-block__left{
    flex-basis: 45%;
    padding: 90px 40px 90px 0;
    position: relative;
}

.floor-block__left:after{
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    background-color: #d2d3d8;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 250px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.floor-block__right{
    flex-basis: 55%;
    padding: 100px 0;
    background-color: #d2d3d8;
}

.floor-block__map:after {content:"";display:block;width:133px;height:134px;position:absolute;bottom:-150px;right:0;background:url(img/roza-vetrov.png) center center no-repeat;}

.floor-title{
    display: grid;
    grid-template-columns: 3.1fr 8fr;
    grid-column-gap: 20px
}

.floor-title__img{
    margin-left: 20px;
    margin-top: .5rem;
    
}

.img_floor{
    background-image: url(img/floor_title.png);
}

.floor-title__title{
    color: #eeeff1;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 3rem
}

.floor-title__floors{
    color: #9dc445;
    grid-column: 2/3;
    font-size: 22px;
    text-transform:  uppercase;
}

.floor-block__text{
    margin: 30px 95px 0 20px;
    color: #eeeff1;
}

.floor-block__select-btn{
    margin-left: 20px;
    margin-top: 30px;
}

.floor-plan{
    background-image: url(img/floor.png);
    width: 500px;
    margin: 0 auto;
    height: 500px;
    background-position: center;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}

.floor-plan__flat{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.floor-plan__flat:hover{

}

.floor-plan__flat_blue{
    background-color: rgba(29,187,253,0.5);
}

.floor-plan__flat_blue.active,
.floor-plan__flat_blue:hover{
    background-color: rgba(29,187,253,0.8);
}

.floor-plan__flat_orange{
    background-color: rgba(253,129,29,0.5);
}

.floor-plan__flat_orange.active,
.floor-plan__flat_orange:hover{
    background-color: rgba(253,129,29,0.8);
}

.floor-plan__flat_red{
    background-color: rgba(207,2,17,0.5);
}

.floor-plan__flat_red.active,
.floor-plan__flat_red:hover{
    background-color: rgba(207,2,17,0.8);
}

.floor-plan__flat_green{
    background-color: rgba(158,196,71,0.5);
}

.floor-plan__flat_green.active,
.floor-plan__flat_green:hover{
    background-color: rgba(158,196,71,0.8);
}

.floor-plan__flat_1{
    left: 2.8%;
    width: 42%;
    -webkit-clip-path: polygon(0.12% 21.55%, 32.62% 21.48%, 32.49% 0.03%, 93.35% 0.85%, 93.52% 96.24%, 0% 100%);
    clip-path: polygon(0.12% 21.55%, 32.62% 21.48%, 32.49% 0.03%, 93.35% 0.85%, 93.52% 96.24%, 0% 100%);
    height: 26.5%;
    top: 1.5%;
}

.floor-plan__flat_2{

    -webkit-clip-path: polygon(0px 100%, 61.18% 100%, 61.18% 78.55%, 99.01% 78.57%, 99.02% 18.27%, 64.27% 18.49%, 63.77% -0.09%, 0% 0%);
    clip-path: polygon(0px 100%, 61.18% 100%, 61.18% 78.55%, 99.01% 78.57%, 99.02% 18.27%, 64.27% 18.49%, 63.77% -0.09%, 0% 0%);
    width: 29.5%;
    left: 3%;
    top: 29%;
    height: 30.5%;
}

.floor-plan__flat_3{

    -webkit-clip-path: polygon(100% 0%, 99.54% 15.27%, 97.08% 15.23%, 97.06% 32.45%, 67.34% 32.58%, 67.48% 57.63%, 38.54% 57.66%, 38.57% 100%, 0% 100%, 0.21% 17%, 68.17% 17.16%, 67.47% 0.29%);
    clip-path: polygon(100% 0%, 99.54% 15.27%, 97.08% 15.23%, 97.06% 32.45%, 67.34% 32.58%, 67.48% 57.63%, 38.54% 57.66%, 38.57% 100%, 0% 100%, 0.21% 17%, 68.17% 17.16%, 67.47% 0.29%);
    width: 28.2%;
    top: 54%;
    left: 3%;
    height: 38.7%;
}

.floor-plan__flat_4{
    -webkit-clip-path: polygon(37.45% 0.3%, 69.66% 0.3%, 69.66% 5.81%, 99.78% 5.16%, 99.78% 82.38%, 51.31% 82.18%, 52.37% 100%, -0.22% 100%, 0% 31.92%, 37.77% 31.62%);
    clip-path: polygon(37.45% 0.3%, 69.66% 0.3%, 69.66% 5.81%, 99.78% 5.16%, 99.78% 82.38%, 51.31% 82.18%, 52.37% 100%, -0.22% 100%, 0% 31.92%, 37.77% 31.62%);
    top: 67.5%;
    left: 14.7%;
    width: 22.3%;
    height: 30.7%;
}

.floor-plan__flat_5{
    -webkit-clip-path: polygon(7.49% 0.46%, 99.63% 0.46%, 99.83% 100.03%, -2% 100.03%, -0.26% 32.06%, 7.50% 32.06%);
    clip-path: polygon(7.49% 0.46%, 99.63% 0.46%, 99.83% 100.03%, -2% 100.03%, -0.26% 32.06%, 7.50% 32.06%);
    top: 57.7%;
    left: 38%;
    width: 11.5%;
    height: 35%;
}

.floor-plan__flat_6{
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 85.69% 0.03%, 85.6% 4.03%, 93.64% 4%, 94.75% 33.71%, 100.00% 34.00%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 0%, 85.69% 0.03%, 85.6% 4.03%, 93.64% 4%, 94.75% 33.71%, 100.00% 34.00%, 100% 100%);
    top: 57.7%;
    left: 50.5%;
    width: 11.4%;
    height: 35%;
}

.floor-plan__flat_7{
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 30.38% 0.43%, 30.38% 26.66%, 99.73% 26.66%, 100.09% 81.48%, 69.5% 81.48%, 69.5% 100%);
    clip-path: polygon(0% 100%, 0% 0%, 30.38% 0.43%, 30.38% 26.66%, 99.73% 26.66%, 100.09% 81.48%, 69.5% 81.48%, 69.5% 100%);
    top: 69.2%;
    left: 62.8%;
    width: 34.1%;
    height: 29%;
}

.floor-plan__flat_8{
    -webkit-clip-path: polygon(99.64% 99.5%, 99.64% 35.62%, 37.98% 35.62%, 37.78% 0.26%, 0.29% 0.26%, 0.29% 27.02%, 13.42% 27.02%, 13.42% 61.2%, 26.94% 61.2%, 26.94% 99.3%);
    clip-path: polygon(99.64% 99.5%, 99.64% 35.62%, 37.98% 35.62%, 37.78% 0.26%, 0.29% 0.26%, 0.29% 27.02%, 13.42% 27.02%, 13.42% 61.2%, 26.94% 61.2%, 26.94% 99.3%);
    top: 55.6%;
    left: 67.8%;
    width: 23.7%;
    height: 20.6%;
}

.floor-plan__flat_9{
    -webkit-clip-path: polygon(99.53% 99.9%, 99.53% 51.80%, 81.16% 51.8%, 80.48% 2.15%, 0.62% 1%, 0.42% 66.03%, 33.43% 66.03%, 33.43% 99.9%);
    clip-path: polygon(99.53% 99.9%, 99.53% 51.80%, 81.16% 51.8%, 80.48% 2.15%, 0.62% 1%, 0.42% 66.03%, 33.43% 66.03%, 33.43% 99.9%);
    top: 40.9%;
    left: 68%;
    width: 29.3%;
    height: 21%;
}

.floor-plan__flat_10{
    -webkit-clip-path: polygon(99.57% 0%, 44.12% -0.00%, 44.12% 32.34%, 0.18% 32.34%, 0.38% 99.61%, 81.22% 100.4%, 80.33% 48.01%, 99.77% 48.01%);
    clip-path: polygon(99.57% 0%, 44.12% -0.00%, 44.12% 32.34%, 0.18% 32.34%, 0.38% 99.61%, 81.22% 100.4%, 80.33% 48.01%, 99.77% 48.01%);
    top: 19.8%;
    left: 68%;
    width: 28.9%;
    height: 20.2%;
}

.floor-plan__flat_11{
    -webkit-clip-path: polygon(100% 21%, 66.52% 20.85%, 66.5% 0%, 0% 0%, 0% 100%, 22% 100%, 22% 92%, 55.5% 92%, 55.5% 66.5%, 100% 66.5%);
    clip-path: polygon(100% 21%, 66.52% 20.85%, 66.5% 0%, 0% 0%, 0% 100%, 22% 100%, 22% 92%, 55.5% 92%, 55.5% 66.5%, 100% 66.5%);
    top: 1.6%;
    left: 58.6%;
    width: 38.2%;
    height: 26%;
}

.floor-plan__counter{
    position: absolute;
    background-color: red;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    line-height: 1rem;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floor-plan__counter_orange{
    background-color: #fd811d;
    
}

.floor-plan__counter_blue{
    background-color: #1fbafc;
}

.floor-plan__counter_red{
    background-color: #d00113;
}

.floor-plan__counter_green{
    background-color: #9dc447;
}

.floor-plan__rooms_1:before{
    content: "1-к";
    font-size: 12px;
}

.floor-plan__rooms_2:before{
    content: "2-к";
    font-size: 12px;
}

.floor-plan__rooms_3:before{
    content: "3-к";
    font-size: 12px;
}

.floor-plan__rooms_:before{
    content: "студия";
    font-size: 12px;
}

.floor-plan__counter_1{
    top: 3%;
    left: 41%;
}

.floor-plan__counter_2{
    top: 31.5%;
    left:10%;
}

.floor-plan__counter_3{
    top: 24%;
    left: 5%;
}

.floor-plan__counter_4{
    top: 46%;
    left: 3.5%;
}

.floor-plan__counter_5{
    top: 56%;
    left: 5.5%;
}

.floor-plan__counter_6{
    top: 55%;
    left: 6%;
}

.floor-plan__counter_7{
    top: 50%;
    left: 37%;
}

.floor-plan__counter_8{
    top: 44%;
    left: 47%;
}

.floor-plan__counter_9{
    top: 23.5%;
    left: 39%;
}

.floor-plan__counter_10{
    top: 42%;
    left: 41%;
}

.floor-plan__counter_11{
    top: 2%;
    left: 32%;
}


.map-block-container{
    margin: 20px 0;
}


.map-block-container__title{
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin: 20px 0 40px;
}

.map-block{
    display: flex;
}

.map-block__map{
    flex: 0 0 70%;
    max-width: 70%;
}

.map-block__contacts{
    flex: 0 0 30%;
    background-color: #4c5366;
    color: #fff;
    padding: 10px 15px;
}

.map-block__map{
    position: relative;
}

.map-block__map>nav{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: flex; 
}

.map-block__map>nav>*{
    margin: 0 5px
}

.map-block__map>nav>*:last-child{
    margin-right: 0;
}

.nav-tabs .nav-link.button_map-tab,
.button_map-tab{
    background-color: #a7c958;
    padding: 12px 35px;
    border-radius: 0;
    text-decoration: underline;
}

.nav-tabs .nav-link.button_map-tab.active{
    background-color: #a7c958;
    color: #fff;
}

.map-block__map{
    min-height: 400px;
}

.section_building{
    background-color: #4c5366;
    border-top: 20px solid #9dc445;
}

.nav-item_building .nav-link_building.active{
    background-color: #9dc445;
}

.nav-item_building .nav-link_building{
    border-radius: 0px;  
    font-size: 25px;
    text-transform: uppercase;
    padding: .6rem 3.5rem;
    color: #fff;
}

.building-years__buttons{
    margin: 40px 0 25px;
}

.button_year{
    background-color: transparent;
    border: none;
    text-decoration: underline;
    font-size: 18px;
}

.button_year:hover{
    text-decoration: none;
    background-color: transparent;
}

.button_year.active{
    border: 1px solid #fff;
}

.year-title{
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.building-months_buttons{
    display: flex;
    margin-bottom: 35px;
}

.building-months_buttons>.button_month{
    flex: 0 1 8.3%
}

.button_month{
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-right: none;
    padding: 0.7rem 0;
    text-align: center;
    border-radius: 0
}

.button_month.active,
.button_month:hover{
    background-color: #9dc445;
    color: #fff;
}

.button_month:first-child{
    
}

.button_month:last-child{
    border-right: 1px solid #fff;
}

.building-slide{
    position: relative;
    padding: 30% 0;
    height: 0;
}

.building-slide img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 1%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.building-slider{
    padding-bottom: 130px;
}

.building-slider .slick-prev{
    bottom: 35px;
    top: auto;
    left: 45%
}

.building-slider .slick-next{
    bottom: 35px;
    top: auto;
    right: 45%
}

.file-list{
    padding: 20px 0 50px;
}

.file-list__item a{
    color: #fff;
}

/*NEWS BLOCK START HERE*/
    
.news-block{
    margin: 90px 0 0;
}

.news-block__title{
    text-align: center;
    margin-bottom: 50px;
}

.news-deck{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.news-deck__item{
    padding: 30% 0;
    position: relative;
    height: 0;
}

.news-deck__item>*{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.news-card{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5.2% 0 0 10%;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.news-card__name{
    max-width: 30ex;
}

.news-deck__item:first-child{
    grid-column: 1/3;
    grid-row: 1/3;
}

.news-deck__item:first-child .news-card__name{
    font-size: 30px;
}

/*NEWS BLOCK END HERE*/
.header{
    position: relative;
}

.section__grey{
    background-color: #f7f5f6;
}

.main-slider-content__link {
    align-self: end;
}

.tooltip-inner{
    background-color: #fff;
    color: #000;
    border: 1px solid #646d7e;
    padding: 10px;
    max-width: 300px;
}

.tooltip-inner h2{
    font-size: 20px;
    color: #9dc445;
}

.tooltip.bs-tooltip-right .arrow:before {border-right-color: #646d7e ;}
.tooltip.bs-tooltip-left .arrow:before {border-left-color: #646d7e;}
.tooltip.bs-tooltip-bottom .arrow:before {border-bottom-color: #646d7e;}
.tooltip.bs-tooltip-top .arrow:before {border-top-color: #646d7e;}

.background-banner{
    width: 100%;
    height: 16vw;
}

.pageHd{
    color: #000;
    position: relative;
    padding: 0px 0 0 0 ;
}


.pageHd:before{
    content: "";
    display: block;
    width: 100vw;
    height: 3px;
    background-color: #9dc447;
    position: absolute;
    left: -100vw;
    top: -3px;
}
.pageHd>span{
    border-top: 7px solid #9dc447;
    /*! box-sizing: border-box; */
    /*! margin-top: 50px; */
}

.background-banner{
    background-position: center;
    background-size: cover;
}

.news_page{
    display: flex;
    
}

.news_page__article{
    flex: 1 1 73%;
}

.news_page__article-list{
    flex: 1 1 27%;
}

.article{
    display: grid;
    grid-template-columns: 50fr 54fr;
    margin-right: 50px;
    grid-column-gap: 8%;
    grid-row-gap: 35px;
}

.article__date,
.article__text,
.article__img{
    grid-column: 1/3;
}

.article__date{
    color: #4d5369;
    margin: 0 15px;
}

.article__title{
    margin-left: 15px;
}

.article__title h1{
    color: #4d5369;
    font-size: 22px;
}

.article__lead{
    margin-right: 15px;
    font-style: italic;
    text-align: justify;
    font-size: 14px;
    color: #b8b8b8;
}

.article__img>img{
    width: 100%;
}

.article-preview{
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}



.article-preview__date{
    font-size: 14px;
    margin-bottom: 10px;
}

.article-preview__date:before{
    content: "";
    background-color: #9dc445;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: -2px;
}

.article__text{
    padding: 0 15px;
}

.inner-header{
    position: relative;
}

.inner-header__logo{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    display: flex;
}

.logo-bg{
    display: block;
    background-image: url(img/logo.png);
    width: 60%;
    padding: 20% 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.background-banner>.wrapper>.inner-header,
.background-banner>.wrapper{
    height: 100%;
}

.inner-header__border{
    position: absolute;
    height: 6px;
    background-color: #9dc445;
    bottom: -6px;
    right: 0;
    width: 70%;
}

.floor-widget__floor-slider{
    display: flex;
    align-items: center;
}

.floor-slider-title{
    flex: 0 1 10%;
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
    color: #b7b7b7;
}

.floor-slider{
    flex-basis: 90%;
    max-width: 90%;
}

.floor-slider-item{
    text-align: center;
    padding: 10px 0;
    font-size: 22px;
}

.floor-slider-item:hover{
    background-color: #e9e9e9;
    cursor: pointer;
}

.floor-widget__legend{
    margin: 45px 0;
}

.floor-legend{
    display: flex;
}

.floor-legend-item{
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-right: 50px;
}

.floor-legend-item__img{
    width: 2.3rem;
    height: 2.3rem;
    margin-right: 20px;
}

.floor-legend-item__text{

}

.legend-img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.marker__green,
.legend-img__green{
    background-color: #c6dc93;
}

.marker__orange,
.legend-img__orange{
    background-color: #dbc84f;
}

.marker__red,
.legend-img__red{
    background-color: #dc0210;
}

.floor-widget-content{
    display: flex;
    flex-wrap: wrap;
}

.floor-widget-content__title{
    flex: 0 1 100%;
    padding-left: 40%;
    font-size: 30px;
    margin-bottom: 50px;
}

.floor-widget-content__sidebar{
    flex: 0 1 35%;
    padding-right: 20px;
    box-sizing: border-box;
}

.floor-widget-content__main{
    flex: 0 1 65%;
    padding-left: 20px;
    box-sizing: border-box;
}

.flat-navigation{
    
    
}

.flat-navigation-item{
    padding: 1px 15px;
    display: grid;
    grid-template-columns: 1.2fr 5fr 4fr;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-bottom: 4px;
}

.flat-navigation-item.active,
.flat-navigation-item:hover{
    background-color: #f3f3f3;
}

.flat-navigation-item__img{
    grid-row: 1/3;
    padding-top: .5rem;
}

.flat-navigation-item__name{
    grid-column: 2/4; 
    font-size: 18px;
}

.flat-navigation-item__size{
    grid-column: 2/3;
}

.flat-navigation-item__size:after{
    content: " м2";
}

.flat-navigation-item__price{
    grid-column: 3/4;
    font-style: italic;
    font-size: 1.1rem;
    color: #4c5164;
    font-weight: 600;
}

.marker{
    position:absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-top:6px;
}

.floor-widget-content__main .floor-block__map{
    padding: 50% 0;   
    height: 0;
    position: relative;
}

.floor-widget-content__main .floor-plan{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
}

.flat-page__img{
    margin-bottom: 50px;
}

.flat-page__img>img{
    width: 100%;
}

.flat-data-price{
}

.flat-data-price::after{
    content: "";
    margin-top: 20px;
    display: block;
    width: 90%;
    height: 1px;
    background-color: #b8b8b8;
}

.flat-data-price__all{
    font-size: 32px;
}

.flat-data-price__per-meter{
    color: #b8b8b8;
    font-size: 18px;
}

.flat-data__table{
    margin: 20px 0;
}

.flat-data-table{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    font-size: 20px;
}

.flat-data-table__label{
}

.flat-data-table__value{
    color: #b8b8b8;
}

.flat-data__text{
    margin: 40px 0;
    color: #b8b8b8;
    font-size 18px;
}

.flat-page__btn{
    margin-top: 50px;
}

.flat-modal{
    margin: 0px 0;
    border: 1px solid #b7d27b;
    padding: 30px;
    border-radius: 5px;
}

.flat-modal__close{
    margin-top: -15px;
}

.flat-modal__title{
    margin: 25px auto 40px;
    text-align: center;
}

.flat-modal__form .button_send{
    background-color: #9dc445;
    border-color: #9dc445;
    padding: 6px 25px;
    border-radius: 6px;
}

.flat-modal__form .button_send:hover{
    background-color: #fff;
    color: #9dc445;
}

.flat-modal__form .form-group__submit{
    text-align: center;
}

.flat-modal__form .form-check{
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/*.flat-page__img_color-green{
    background-color: #c6dc93;
}

.flat-page__img_color-red{
    background-color: #dc0210;
}

.flat-page__img_color-orange{
    background-color: #dbc84f;
}*/

#mainFloorContainer .floor-plan__counter_orange,
#mainFloorContainer .floor-plan__flat_orange{
    background-color: rgba(219,200,79,0.5);
}

#mainFloorContainer .floor-plan__flat_orange.active,
#mainFloorContainer .floor-plan__flat_orange:hover{
    background-color: rgba(219,200,79,0.8);
}

.floor-slider .slick-prev,
.floor-slider .slick-next{
    border: none;
    top: 50%;
    width: auto;
    height: auto;
}

.floor-slider .slick-next,
.floor-slider .slick-prev{
    background-color: transparent;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floor-slider .slick-prev:hover,
.floor-slider .slick-next:hover{
    background-color: #9dc445;
}

.floor-slider .slick-prev:before,
.floor-slider .slick-next:before{
    content: "";
    display: block;
    border-radius: 50%;
    width: 40%;
    height: 0;
    padding: 27.5% 0;
    background-position: top center;
    background-size: cover;
}

.floor-slider .slick-prev:hover:before,
.floor-slider .slick-next:hover:before{
    background-position: bottom center;
}

.floor-slider .slick-prev:before{
    background-image: url(img/prev.png);
    margin-right: 7%; 
}

.floor-slider .slick-next{
    
}

.floor-slider .slick-next:before{
    background-image: url(img/next.png);
    margin-left: 7%;
}

.floor-widget .slick-list{
    margin: 0 70px;
}

.nav-tabs_map a {}
.nav-tabs_map a:hover {text-decoration:none !important;color:white;}