body {
    border: none;
}

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

a:hover {
    text-decoration: underline;
    color: #5299c3;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.wrapper_1100 {
    max-width: 1100px;
    margin: 0 auto;
}

.section_grey {
    background-color: #e2e6e9;
}

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


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

.header_black {
    background-color: #363435;
}

.header-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 5%;
    margin: 30px 0;
    grid-row-gap: 20px;
}

.header-grid__nav {
    grid-column: 1/4;
}

.head-nav {
    display: flex;
}

.head-nav>.sitem a {
    padding: 10px 0px;
    margin: 10px 20px;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
    text-decoration: none;
}

.head-nav>.sitem a.a,
.head-nav>.sitem a:hover {
    border-color: #5c98c1
}

.header_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper_header {
    max-width: 1100px;
}


.header__menu .row {
    margin: 0;
}

.naviation-btn {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px 15px;
}

.naviation-btn__icon {}

.naviation-btn__icon>img {
    width: 2rem
}

.naviation-btn:hover .naviation-btn__text {
    text-decoration: underline;
}

.naviation-btn__text {
    line-height: 1.2rem;
    max-width: 15ex;
    font-size: 14px;
    margin-left: 10xp;
}

.naviation-btn:hover {
    background-color: #dd881d;
}


.head-search-form {
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.head-search-form__input>input {
    padding: .5rem 1.5ex;
    line-height: 1rem;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
}

.head-search-btn {
    width: 2rem;
    height: 2rem;
    border: none;
    background-image: url("img/lupa.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: poiner;
}

.head-search-btn:hover {
    background-position: center bottom;
}

.head-search-form__btn {}

.head-search-form__btn {}

.head-search-form__input {

    margin-right: 10px;
}

.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;
}

h2 {
    font-size: 1.2rem;
    border-left: solid 5px #5c98c1;
    padding-left: 20px;
    font-weight:bold;
}


.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: 14px;
    padding: 7px 18px;
    border-radius: 25px;
    border: 3px solid #dd881d;
    background-color: #dd881d;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase
}

.button_blue {
    background-color: #5999c7;
    border-color: #5999c7;
}

.button_blue:hover {
    background-color: #fff;
    color: #5999c7 !important;
}



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

}

.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: #dd881d;
    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-container {
    margin: 50px 0;
}

.bullets-container__title {
    margin-bottom: 50px;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}

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

.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 50%;
    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;
    display: grid;
    grid-template-columns: 1fr 5fr;
}

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

.bullet-item__img {
    width: 70px;
    height: 70px;
    padding-top: 10px;
    margin-right: 20%;
    grid-row: 1/3;
    place-self: flex-start;
}

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

.bullet-item__text {
    /*! color: #f5cbb3; */
    font-size: 20px;
    text-transform: uppercase;
}

.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: 22px;
    /*! 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 {
    text-align: center;
    padding-top: 20px;
}

.feedback__title {

    margin: 15px 5px 0px;
    font-size: 29px;
    text-align: center;
    text-transform: uppercase;
}

.feedback__anonce {}

.feedback__form {
    padding: 30px 0;
}

.feedback__contacts {
    padding: 30px 10px;
}

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

.feedback-form {}

.form-control {
    border-radius: 0;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.form-control:focus {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    border-color: #e28c27;
}

.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-radio {
    display: none;
}

.feedback-label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.feedback-label:before {
    content: "";
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem auto;
    border-radius: 10px;
    border: 1px solid #000;
}


.feedback-radio+.feedback-label[for="radio-test-drive"]:before {
    background-image: url(img/test_drive.png);
}

.feedback-radio+#radio-client-sys-label.feedback-label[for="radio-client-sys"]:before {
    background-image: url(img/rukopazh.png);
}

.feedback-radio:checked+.feedback-label:before {
    background-color: #f7cb92;
    border-color: #dd881d;
}

.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
}

.img__logo {
    background-image: url(img/logo.png);
    padding: 15% 0;
}

.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: 30px;
}

.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: 0px;
    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-footer.png);
}

.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: #5299c3;
}

.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 15px 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 {
    margin: 20px 0;
    padding: 5px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #f9f9f9;
}

.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/li-marker.png);
}

ul.pagination li {
    list-style: none;
}

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;
}



.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: 20% 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 15px;
    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: 1.8rem;
}

.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 {

    padding: 0 20px;
    height: 100%;
    /*! display: flex; */
    flex-direction: column;
    align-items: center;
    grid-row-gap: 20px;
}

.bullet-item_full {
    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>* {}

.bullet-item_full>* {}

.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-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: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: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: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: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 152px, 61.18% 152px, 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 152px, 61.18% 152px, 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_orange:before {
    content: "1-к";
}

.floor-plan__counter_blue {
    background-color: #1fbafc;
    content: "студия";
}

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

.floor-plan__counter_red {
    background-color: #d00113;
    content: "3-к";
}

.floor-plan__counter_red:before {
    content: "3-к";
}

.floor-plan__counter_green {
    background-color: #9dc447;
    content: "2-к";
}

.floor-plan__counter_green:before {
    content: "2-к";
}

.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%;
}

/*LIGHT SLIDER  START*/
.light-slide {
    padding: 50px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.light-slide__title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px;
}

.light-slide__text {
    font-size: 16px;
}

.light-slide__img {
    grid-column: 2/3;
    grid-row: 1/3;
}

.light-slide__img>img {
    width: 100%;
}

.light-slide__btn {}

.light-slider .slick-dots {
    bottom: 10px;
}

/*LIGHT SLIDER END*/

.slick-dots li button::before {}

.slick-dots>li.slick-active>button:before {
    color: #dd881d !important;
    ;
}

.block {
    margin: 50px 0;
}

.block__title {
    font-size: 22px;
    text-transform: uppercase;
    /*text-align: center;*/
    margin-bottom: 30px;
}

.rzd-card-deck {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.rzd-card-deck__card {
    flex: 0 1 30%;

}

.rzd-card-deck__card:nth-child(n+1) {
    margin-right: 3%;
    margin-bottom: 30px;

}

.rzd-card {
    border: 2px solid transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;

    height: 100%;
}

.rzd-card__img {
    position: relative;
    width: 100%;
    padding: 40% 0;

    overflow: hidden;
}

.rzd-card__img>img {
    margin-top: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.rzd-card__title {
    padding: 10px;
    font-size: 16px;
/*text-transform: uppercase;*/
    background-color: #e2e6e9;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.rzd-card__title>span {}

.rzd-card__more {
    margin: 20px 0;
    text-align: center;
}

.rzd-card:hover {
    border-color: #e2e6e9;
}

.rzd-card:hover>.rzd-card__title {
    background-color: transparent;
}

/* COMMENTS START */
.comments {
    display: flex;
    justify-content: space-between;
}

.comments_slider .slick-list {
    margin: 0 50px;
}

.comments__item {
    flex-basis: 50%;
    align-self: stretch;
}

.comment-item {
    display: block;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: min-content 1fr;
    margin-bottom: 50px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

.comment-item__name {
    display: inline-block;
    padding: 5px 15px;
    font-size: 20px;
    border-left: 3px solid #d88c14;
}

.comment-item__img {
    grid-row: 1/4;
    grid-column: 1/2;
}

.comment-item__img>img {
    width: 92%;
    margin: 0 auto;
}


.comment-item__text {
    font-size: 16px;
    display: flex;
    color: #5d5d5d;
}

.comment-item__button {
    justify-self: right;
}

.comment-item__text:before {
    content: "";
    display: block;
    max-width: 15px;
    height: 20px;
    background-image: url(img/g-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    flex-basis: 80%;
    flex-grow: 1;
}

.comment-item__text>div>span {
    display: inline-block;
}

.comment-item__text>div>span>p:last-child:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 20px;
    background-image: url(img/g-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
}

.comment_pagination {
    display: flex;
    justify-content: flex-end;

}

.page-link {
    background-color: transparent;
    border-color: transparent;
    color: #000;
}

.page-item.active .page-link {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    color: #000;
}

.comment_pagination {
    margin: 30px 0;
}

.comments_list>.comments_list__item {
    margin: 20px 0;
}

/* COMMENTS END */

footer {
    background-color: #363435;
    color: #fff;
    margin: 70px 0;
}

.wrapper_small {
    max-width: 900px;
}

.nav_border {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 10px 0;
}

.footer-1__menu .subItem {
    margin-left: 20px;
}

.nav.nav-ft-first .sitem a {
    font-size: 12px;
    text-transform: uppercase;
}

.nav.nav-ft-second .sitem a {
    font-size: 18px;
    text-transform: uppercase;
}

.nav.nav-ft-second .subItem .dditem a {
    font-size: 13px;
    text-transform: none;
}

.content {
    display: grid;
    grid-template-columns: 5fr 14fr;
    grid-column-gap: 2%;
}

.content__left-sidebar {
    flex-basis: 25%;
}

.content__main {
    /*! flex-basis: 85%; */
    /*! margin-left: px; */
    /* flex: 0 1 85%; */
    max-width: 100%;
    /* overflow-x: hidden; */
    grid-column: 1/3;
}

.content__left-sidebar+.content__main {
    grid-column: auto;
}

.rzd-title {
    font-size: 28px;
    text-transform: uppercase;
}

.submenu {
    margin: 30px 0;
    border: 1px solid #e5e5e5;
}

.submenu>.sitem>a {
    display: block;
    padding: 10px 20px;

}

.submenu>.sitem:nth-child(n+2)>a {
    border-top: 1px solid #e5e5e5;
}

.submenu>.sitem>a:hover {
    background-color: #f5f5f5;
}

.submenu>.sitem>a.a {
    background-color: #e5e5e5;
    padding-left: 15px;
}

.submenu>.sitem>a>span {
    padding: 10px 0;
    display: block;
    font-size: 16px;
}

.submenu>.sitem>a.a>span {
    /* border-top: 1px solid #000;
    border-bottom: 1px solid #000; */
}

.submenu .dditem>a {
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.submenu .dditem>a:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #f1c80c;
    margin-right: 10px;
    margin-bottom: 1px;
}

.submenu .sitem>a+.subItem {
    display: none;
}

.submenu .sitem>a.a+.subItem {
    margin: 5px 0;
    display: block;
}

.submenu .dditem>a>span {
    padding: 5px 0;
    font-size: 15px;
}

.comment_pagination {
    display: flex;
    justify-content: flex-end;

}

.page-link {
    background-color: transparent;
    border-color: transparent;
    color: #000;
}

.page-item.active .page-link {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    color: #000;
}

.product-preview {
    display: grid;
    grid-template-columns: 1.2fr 1fr 2fr;
    grid-column-gap: 2%;
    grid-row-gap: 1.5rem;
    border: 1px solid #e2e6e9;
    padding: 15px;
    margin-bottom: 20px;
    grid-template-rows: min-content 1fr min-content;
}

.product-preview:hover {
    background-color: #e2e6e9
}

.button_light {
    background-color: #fff;
    color: #5892c2;
    text-decoration: underline;
    border: none;
    padding: 7px 15px;
    font-weight: 600;
}

.button_light:hover {
    color: #5892c2;
}

.product-preview__type>span {
    display: block;
    background-color: #c51005;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: -15px;
    padding: 7px 10px 7px 25px;
}

.product-preview.special .product-preview__type>span {
    display: none;
}

.product-preview__img {
    grid-row: 2/4
}

.product-preview.special .product-preview__img {
    grid-row: 1/4;
    padding-top: 1rem;
}

.product-preview__title,
.product-preview__anonce {
    grid-column: 2/4;
}

.product-preview__title {
    font-size: 18px;
    text-decoration: underline;
}

.product-preview__price {
    font-size: 25px;
}

.product-preview.special .product-preview__price {
    display: none;
}

.product-preview__features {
    grid-column: 2/4;
    display: flex;
}

.product-preview__buttons {
    display: flex;
    justify-content: space-around
}

.product-preview.special .product-preview__buttons {
    grid-column: 2/4;
}

.features-item {
    margin-right: 15px;
}

.features-item:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url(img/marker-orange.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: .5rem;

}

.product-preview .button_buy-js {
    display: none;
}

.product-preview.special .button_buy-js {
    display: inline-block;
}

/*PRODUCT CARD START*/
.product-slider__big,
.product-slider-big__item,
.product-slider-nav__item,
.product-slider__nav {
    max-width: 100%;
}

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

.product-slider-big__item,
.product-slider-nav__item {
    /* position: relative;
    width: 100%;
    padding: 40% 0;
    height: 0; */
}

.product-slider-big__item>img,
.product-slider-nav__item>img {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    /* max-width: 100%;
    height: 100%; */
    /* object-position: center;
    object-fit: contain; */
}

.product-slider-nav__item {
    margin: 0 15px;
}

.product-card {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
}

.product-card__type,
.product-card__title,
.product-card__text,
.product-card__tabs {
    grid-column: 1/4;
}

.product-card__features,
.product-card__anonce {
    grid-column: 2/4;
}

.product-card__price {
    grid-column: 2/3;
    display: flex;
    /*! flex-direction: column; */
    align-items: center;
    font-size: 25px;
}

.product-card__tool-bar {
    grid-column: 3/4
}

.special .product-card__img {
    grid-row: 2/6;
}

.product-card__img {
    max-width: 99%;
    grid-row: 3/6;
}

.product-card__type>span {
    background-color: #c51005;
    padding: 10px 90px 10px 30px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.product-card__text {
    padding: 10px 20px;
    border: 1px solid #bababa;
    padding: 40px;
}

.product-card__tabs nav {
    border-bottom: 1px solid #dd881d;
}

.product-card__tabs nav .nav-item:hover {
    color: #dd881d;
}

.product-card__tabs nav .nav-item.active {
    background-color: transparent;
    color: #dd881d;
}

.product-card__tabs .tab-pane {
    padding: 10px 15px;
}

.product-card__tabs li {
    list-style-image: none
}

.product-card.special .product-card__price,
.product-card.special .product-card__type {
    display: none;
}

.product-card.special .product-card__tool-bar {
    grid-column: 2/4;
    text-align: left;
}

/*PRODUCT CARD END*/

.modal-body .form-control {
    border: none;
    box-shadow: none;
    background-color: #eeeeee;
}

.modal-body .form-group.form-check {
    text-align: center
}

.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 30px;
    height: 27.5px;
}

.slick-slider .slick-arrow {
    border: none;
}

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

.slick-slider .slick-prev {left:-50px;}

.slick-slider .slick-prev::before {
    background-image: url(img/arrow-left.png);
}

.slick-slider .slick-next {right:-50px;}

.slick-slider .slick-next::before {
    background-image: url(img/arrow-right.png);
}

.product-card-slider {
    max-width: 200px;
}

.comment-form {
    max-width: 600px;
    margin: 0 auto;
}


@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,
    .footer-1__menu {
        display: none
    }

    .footer-2 {
        display:block;text-align:center;padding-top:0 !important;
    }
    .footer-2 * {margin-left:auto !important;margin-right:auto !important;}

    .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%;
    }
    
    .product-card__type {margin-top:15px;}
    
    .features-item {margin-top:15px;}

    .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%;
    }

    .header-grid {
        display: none
    }

    .header_1 {
        display: none
    }

    .mobile-menu-list__item .header__menu {
        margin-bottom: 20px;
    }

    .head-search-form__input {
        max-width: 100%
    }

    .head-search-form__input>input {
        max-width: 100%;
    }

    .head-search-btn {
        display: none;
    }
    
    .light-slide__text{
        display: none;
    }
    
    .light-slide{
        grid-template-columns: 1fr;
    }
    
    .light-slide__img{
        grid-column: 1/2;
        
    }
    
    .light-slide__title,
    .light-slide__btn{
        text-align: center;
    }
    
    .rzd-card-deck__card{
        flex-basis: 100%;
        margin: 0 0 20px;
    }
    
    .feedback-label{
        justify-content: flex-start
    }
    
    .pageCnt{
        padding: 0 5%
    }
    
    .product-preview {display:block;}
    
    .product--preview-list{
        max-width: 100%;
    }
    
    .product-preview__features{
        flex-wrap: wrap;
    }
    
    .product-card__img{
        grid-row: auto;
        grid-column: 1/4;
    }
    
    .product-card__features,
    .product-card__anonce{
        grid-column: 1/4
    }
    
    .product-card__price{
        grid-column: 1/3;
    }
    
    .product-card-slider{
        max-width: 100%;
    }
    
    .product-card__text{
        max-width: 100%
    }
    
    img{
        max-width: 100%;
        height: auto
    }

    .content {
        grid-template-columns: 1fr;
    }
    
    .content__left-sidebar {
        display:none;
    }
    
    .slick-arrow, .mobile-hide {display:none !important;}
    .rzd-title {margin-left:20px;}
    .copyright__item {font-size:12px;color:#dedede;}
    
    .bullets {display:block;}

}