.d-none {
    display: none;
}
.filter__item {
    padding: 0;
}

.filter__item-name {
    display: inline-block;
    padding: 12px 18px;
}

.modal-form__label.error,
.contacts__label.error {
    border: 1px solid #F00;
}

.share {
    z-index: 9980;
}

.ya-share2 {
    display: none;
}

.global_map a {
    color: #119ce5;
}

.modal__phone {
    display: block;
    color: #119ce5;
    margin: 15px 0 0 0;
    font-size: 20px;
    font-weight: bold;
}

.materials-modal__description_hidden {
    display: none;
}

/* zaharov */

.created {
    margin: 40px 0 0 0;
}

.created-icon,
.created-body {
    display: table-cell;
    vertical-align: middle;
}

.created-body p {
    margin: 0;
    line-height: 20px;
}

.created-body a {
    position: relative;
    color: #FFF;
    text-decoration: none;
}

.created-body a::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .3);
    content: '';
}

.created-body a:hover::before {
    display: none;
}

.created-icon img {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    margin-left: 1px;
    margin-right: 10px;
}

.created-body sup {
    color: #FFF;
    font-size: 12px;
}


.modal a {
    color: #119ce5;
    text-decoration: none;
}

.modal a:hover {
    text-decoration: underline;
}


.header__request {
    height: auto;
}

.header__request a {
    color: #FFF;
}

.header__request a:hover {
    text-decoration: none;
}

.tab_active {
    border-bottom: 2px solid #fff;
}

.icons_fl {
   background: url(../img/assets/footer/flamp.svg);
    opacity: 1;
    background-size: cover;
}

.field_modal {
    width: 47%;
}

.field_error input{
    border: 1px solid rgb(220,20,60) !important;
    box-shadow: 0px 0px 5px rgba(220,20,60, .6) !important;
    transition: all 0.5s;
}

.field_error input::placeholder {
    color: rgb(220,20,60);
    transition: all 0.5s;
}

.field_error span {
    transition: all 0.5s;
    color: rgb(220,20,60);
} 

.form-e__input {
    color: #000;
}

.form__area textarea, .form__line input {
    width: 100%;
}

.modal-form__field {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    padding-left: 40px;
    border: 1px solid #dadada;
}
.modal-form__field_text {
    box-sizing: content-box;
    margin: 10px 0;
    height: 80%;
}
.modal-form__label {
    display: block;
    margin: 0 0 25px;
    height: 50px;
    -webkit-transition: border .2s;
    transition: border .2s;
    padding-left: 20px;
    border: none;
}

/* content */
.article__content a {
    color: #119ce5;
    text-decoration: none;
    border-bottom: 1px dashed #119ce5;
}

.article__content a:hover {
    border-bottom: none;
}

.contacts__form a {
    color: #119ce5;
    text-decoration: none;
}

.contacts__form a:hover {
    text-decoration: underline;
}


.about__address {
    left: 50%;
    margin-left: 160px;
}

.news__date {
    width: 70px;
    height: 70px;
}

.news__date span {
    width: 70px;
}

.news__text {
    color: #000;
}

.clearfix::after,
.clearfix::before {
    content: '';
    display: table;
}

.clearfix::after {
    clear: both;
}

.pagenotfound {
    padding-bottom: 500px;
}

.projects__list_mobile {
    display: none;
}

.project__info-content {
    position: static !important;
}

.project__link {
    color: #fff;
    text-decoration: none;
}

.tab-content .materials {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.materials-notice {
    position: relative;
    padding: 49px 56px 65px 56px;
    background: #FFE459;
    max-width: 480px;
    max-height: 280px;
    box-sizing: border-box;
}

.materials-notice__decorate {
    position: absolute;
    top: 73px;
    right: -38px;
}

.materials-notice__title {
    margin: 0;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.materials-notice__desc {
    font-size: 20px;
    white-space: pre-line;
}

.materials-notice__link {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 23px;
    background: #0A9EEB;
    border-radius: 24px;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

.modal_call {
    transform: translateX(-50%);
}
.contacts__field:focus {
    outline: 1px solid #333;
}

.js-btn-more {
    border: none;
    background: none;
    color: #0A9EEB;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #0A9EEB;
    transition: all 0.3s;
}

.js-btn-more:hover{
    transform: scale(1.04);
}

.zoom-icon {
    display: none;
}

@media (max-width: 1000px) {
    .sidebar {
        margin: 15px 0;
    }
}

@media (max-width: 760px) {
    .projects__info {
        top: 0;
        opacity: 0.8;
    }

    .projects__list {
        display: none;
    }

    .projects__item_mobile {
        margin: 0px 0px 10px 0;
    }

    .projects__list_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 40px 0 0 0;
        margin: 0;
    }

    .breadcrumbs__link {
        border-bottom: 1px solid #FFF;
    }

    .about__address {
        left: 50%;
        margin-left: 0;
    }

    .modal {
        width: 100%;
        height: 100vh;
        border-radius: 0;
        padding: 30px 15px;
    }

    .projects__link_all {
        margin-top: 40px;
    }
}

.delivery {
    padding: 40px;
}

.delivery-title {
    position: relative;
    padding-left: 20px;
    color: #828282;
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
}

.delivery-title::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    top: 8px;
    left: 0px;
    background-color: #828282;
    border-radius: 50%;
}

.time-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none;
    padding: 0 0 50px 0;
    margin: 0;
}

.time-list__elem {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 50px;
}

.time-list-image {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #E9E9E9;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.time-list-time {
    font-size: 24px;
    line-height: 24px;
    color: #0A9EEB;
}

.time-list-day {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
}

.delivery__value {
    padding-bottom: 50px;
}

.delivery-table {
    border-collapse: collapse;
}

.delivery-table__cell {
    border: 2px solid #E0E0E0;
    border-bottom: 2px solid #E0E0E0 !important;
    color: #0A9EEB;
}

.delivery-table__cell:last-child {
    border-right: 2px solid #E0E0E0 !important;
}

.delivery-table__cell_highlight {
    padding: 10px !important;
    width: auto;
    border: 2px solid #0A9EEB;
    border-bottom: 2px solid #0A9EEB !important;
    color: #000;
    background: #CAECFE;
    font-size: 15px;
    line-height: 24px;
}

.delivery-table__cell_highlight:last-child {
    border-right: 2px solid #0A9EEB !important;
    border-radius: 0px 4px 0px 0px !important;
}

.delivery-table__cell_highlight:nth-child(1) {
    border-radius: 0px 0px 4px 0px !important;
}

.pay-block_highlight {
    background: linear-gradient(90deg, #DCE35B 0%, #45B649 95.07%);
}

.pay-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-radius: 5px;
}

.pay-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    padding: 16px 83px 22px 25px;
    border-radius: 5px;
    border: 1px dashed #E0E0E0;
}

.pay-block_highlight {
    clip-path: polygon(-1px 243px, 269px 241px, 312px 1px, 0px 0px);
    border: none;
}

.pay-block__percent {
    font-size: 27px;
    line-height: 32px;
    color: #333333;
    font-weight: bold;
}

.pay-block__pay-type {
    font-size: 16px;
    line-height: 16px;
    color: #4F4F4F;
}

.delivery__docs {
    padding-top: 30px;
}

.docs-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.docs-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.docs-list__elem {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 0 30px 0 0;
}

.docs-list__elem span {
    font-size: 15px;
    line-height: 16px;
    color: #333333;
    padding: 0 0 0 10px;
}

.docs-warning {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 13px 26px;
    background: #FFF2AC;
    width: 614px;
}

.docs-warning h5 {
    padding-right: 20px;
    font-size: 15px;
    line-height: 16px;
    color: #B51414;
    font-weight: 700;
    text-transform: uppercase;
}

.delivery__note {
    padding-top: 30px;
}

.note-block {
    position: relative;
    padding: 24px 31px 32px 85px;
    width: 100%;
    border: 3px solid #0A9EEB;
    box-sizing: border-box;
    overflow: hidden;
}

.note-block__decorate {
    position: absolute;
    left: -48px;
    top: 65px;
    height: 96px;
    width: 96px;
    line-height: 96px;
    text-align: right;
    border-radius: 50%;
    background: linear-gradient(to left, #0A9EEB 50%, transparent 0) content-box;
    color: #fff;
    font-size: 60px;
}

.note-block__decorate span {
    padding-right: 18px;
}

.note-block p {
    font-size: 15px;
    line-height: 24px;
}

.note-block b {
    font-size: 15px;
    color: #B51414;
}

.materials {
    padding-bottom: 50px;
}

.materials-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.materials-list_60 {
    width: 55% !important;
    padding-top: 0 !important;
}

.material-list__item {
    padding: 0 0 30x 0;
}

.materials-title {
    display: inline-block;
    position: relative;
    margin: 25px 0 5px 0;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
}

.materials-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgb(17, 156, 229);
    transition: all 0.2s;
    transform-origin: center;
    transform: scaleX(0);
}

.materials-title:hover {
    color: rgb(17, 156, 229);
}

.materials-title:hover::before {
     transform: scaleX(1);
}

.material-block {
    display: flex;
    padding-top: 25px;
    border-top: 2px solid #EDEDED;
    text-decoration: none;
    color: #333;
}

.material-block__text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: flex-start;
    justify-content: center;
    padding-left: 25px;
    transition: all 0.2s;
}

.material-block__text:hover{
    color: rgb(17, 156, 229);
}

.material-name {
    padding: 0 0 20px 0;
}

.material-desc {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

.header__phone {
    display: none;
}

.projects__info_mobile {
    display: none;
}

.materials-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    padding-top: 30px;
    width: 100%;
}

.materials-list_mod {
    align-items: flex-start;
}

.materials-list__item {
    width: 25%;
    padding: 0 0 50px 0;
}

.materials-list__item_tab {
    width: 100%;

}

.materials-link {
    text-decoration: none;
    color: #333333;
    transition: 0.5s;
}

.materials-image {
    width: 280px;
    height: 280px;
    transition: 0.5s;
    overflow: hidden;
}

.materials-name {
    margin: 14px 0 14px 0;
    font-size: 20px;
    line-height: 24px;
}

.materials-description {
    font-size: 15px;
    line-height: 20px;
}

.materials-link:hover .materials-name {
    text-decoration: underline;
}

.materials-link:hover .materials-image img {
    transform: scale(1.1);
    transition: 0.5s;
}

.materials-list_small {
    padding-top: 80px;
}

.materials-list__item_small {
    width: 20%;
}

.materials-image_small {
    width: 218px;
    height: 224px;
}

.materials-name_small {
    font-size: 20px;
}

.materials-description_small {
    padding-right: 10px;
}

.mdw {
    display: none;
}

.materials-modal {
    display: flex;
    position: relative;
    width: 800px;
    padding: 60px 50px;
    background: #fff;
    border-radius: 10px;
    flex-wrap: wrap;
    box-sizing: border-box;
    box-shadow: 0 0 18px rgba(0, 0, 0, .08);
    transform: translateX(-50%);
}

.material-modal_close {
    position: absolute;
    top: 15px;
    right: 18px;
    border: none;
    background: none;
    transition: 0.5s;
    border-radius: 50%;
}

.material-modal_close:hover {
    transform: scale(1.1);
}

.modal-with-form__title {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
}

.modal-with-form__inputs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.modal-with-form__inputs span {
    display: inline-block;
    margin: 5px 0;
}

.modal-with-form__input {
    height: 40px;
    width: 280px;
    border-radius: 25px;
    padding-left: 20px;
    border: 1px solid #E0E0E0;
    background: #F2F2F2;
}

.modal-with-form__input:focus {
    outline: none;
}

.modal-with-form__button-wrapper {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.modal-with-form__button {
    margin-top: 23px;
    width: 234px;
    height: 46px;
    color: #fff;
    background: #0A9EEB;
    box-shadow: 0px 2px 25px rgba(10, 158, 235, 0.7);
    border-radius: 28px;
    border: none;
    text-transform: uppercase;
    transition: 0.5s;
}

.modal-with-form__button:hover {
    transform: scale(1.05);
}

.modal-with-form__agree {
    margin: 23px auto;
    width: 80%;
    text-align: center;
}

.modal-with-form__agree-link {
    color: #0A9EEB;
    text-decoration: none;
}

.materials-modal__form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 25px 30px;
    width: 100%;
    border: 2px solid #F2F2F2;
    box-sizing: border-box;
}

.modal-sliders {
    width: 278px;
}

.media__pic_materials {
    width: 302px;
}

.media__smallpics_materials {
    width: 264px;
    margin: 0 auto;
}

.media__smallpics_materials img {
    width: 72px;
}

.media__slider_materials {
    height: 288px;
}

.media__slider_materials,
.media__smallpics_materials{
    overflow: hidden;
}

.media__slider_materials li,
.media__smallpics_materials li{
    display: inline-block;
    cursor: pointer;
}

. materials__arrow_next slick-arrow::after{
    right: 3px
}

.materials-modal__title {
    font-size: 34px;
    line-height: 40px;
    color: #0A9EEB;
    margin-top: 7px;
}

.materials-modal__description {
    padding-top: 5px;
}

.material-modal__text {
    padding-left: 40px;
    width: 50%;
    box-sizing: border-box;
}

.about__wrapper {
    padding: 20px 15px;
}

.projects__info-content_mobile {
    display: none;
}

.materials-notice__link:hover {
    background-color: #0052d6;
}

.media__slider_materials .media__slider-pic {
    height: 300px;
}

.sale__offers_index {
    padding-top: 100px;
    padding-bottom: 20px;
}

.sale-offer__title {
    max-width: 80%;
}

.sales__link {
    z-index: 1;
}

.materials-text-wrapper {
    padding-top: 40px;
}

#map {
    height: auto;
    bottom: 0;
}

.hidden-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.policy {
    text-align: left;
}

.policy__block {
    margin: 50px 0;    
} 
 
.policy__title {
    text-align: center;
}

.policy a {
    color: #119ce5;
}

.sale-input {
    transition: all 0.5s;
}

.sale-input:focus {
    outline: none; 
    box-shadow: inset 0 0 0 2px #333;
}

.btn_sale {
    transition: all 0.3s;
}

.btn_sale:hover {
    background: #071e19;
}

.checkbox p {
    text-align: center !important;    
}

.field_error .request__field {
    border: none !important;
    box-shadow: inset 0px 0px 5px rgba(220,20,60, .6) !important;
    transition: all 0.5s
}

.projects-item__show_delivery::after {
    display: none;
}
.projects-item__show_active.projects-item__show_delivery::after{
    display: block;
}

.icons_inst {
    background: url(../img/assets/footer/instagram.svg);
    opacity: 1;
    background-size: cover;
}

.icons_ok {
   background: url(../img/assets/footer/ok.svg);
    opacity: 1;
    background-size: cover;
}

.icons_vk {
    background: url(../img/assets/footer/social.svg);
    opacity: 1;
    background-size: cover; 
}

.icons_wh {
     background: url(../img/assets/footer/whatsapp.svg);
    opacity: 1;
    background-size: cover;   
}

/*media 768*/



@media(max-width: 768px) {
    .about__title {
        margin-bottom: 20px !important;
    }

    .section__projects-mobile .wrapper {
        padding: 0 !important;
    }

    .section__projects-mobile .projects__title {
        padding-left: 15px;
    }

    .reviews .slick-list {
        padding: 0 !important;
    }

    .slider_reviews {
        padding: 40px 0 150px !important;
    }

    .slider_reviews .slider__list {
        position: relative;
        left: -97px;
        height: 400px;
        overflow: visible;
        width: 100vw;
    }

    .reviews .slick-dots {
        position: absolute;
        bottom: -120px;
        left: 70px;
        width: 100vw;
        text-align: center;
    }

    .delivery {
        padding: 0;
    }

    .time-list {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .time-list__elem {
        margin: 20px 0;
    }

    .time-list-image {
        top: 5px;
    }

    .delivery-table tbody {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .delivery-table__row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        width: 50%;
    }

    .delivery-table__cell_highlight {
        font-size: 15px;
        width: 100%;
        border-bottom: 2px solid #0A9EEB !important;
    }

    .delivery-table__cell {
        position: relative;
        padding-left: 15px !important;
        box-sizing: border-box;
        border-radius: 0;
    }

    .delivery-table__cell_white {
        font-size: 20px !important;
        width: 100%;
        padding: 10px !important;
    }

    .delivery-table__cell_highlight:nth-child(1) {
        width: 100% !important;
        border-radius: 0 !important;
    }

    .delivery-table__cell_white:nth-child(1) {
        width: 100% !important;
        border-radius: 0 !important;
    }

    .delivery-table__cell:last-child {
        border-right: none !important;
    }

    .delivery-table__cell_second {
        padding-top: 106px !important;
    }

    .delivery-table__row {
        border: 2px solid #EDEDED;
        border-radius: 0 8px 8px 0;
    }

    .delivery-table__row_highlight {
        border: 2px solid #0A9EEB;
        border-radius: 8px 0 0 8px;
    }

    .tab-content table td {
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .delivery-table__cell_highlight {
        font-size: 15px;
        width: 100%;
        border-bottom: 2px solid #0A9EEB !important;
    }

    .delivery-table__cell::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: #0A9EEB;
    }

    .delivery-table__cell_white::before {
        background: #EDEDED;
    }

    .delivery-table__cell:last-child::before {
        display: none;
    }

    .pay-block {
        padding: 14px 28px 32px 16px;
    }

    .docs-wrapper {
        flex-wrap: wrap;
    }

    .docs-list__elem {
        width: 50%;
    }

    .docs-warning {
        margin-top: 30px;
    }

    .note-block p {
        font-size: 17px;
    }

    .note-block__decorate {
        top: 115px;
    }

    .materials-list {
        width: 100%;
    }

    .header__phone {
        top: 0;
        left: 20px;
        position: absolute;
    }

    .header__phone {
        display: inline-block;
        z-index: 88;
    }

    .projects__item {
        position: relative;
    }

    .projects__info {
        display: none;
    }

    .projects__item {
        display: inline-block;
        position: relative;
        height: 180px;
        width: 49%;
    }

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

    .projects__item img {
        width: 100%;
        position: absolute;
    }

    .projects__info_mobile {
        position: absolute;
        top: 0;
        left: 0%;
        width: 100%;
        display: inline-block;
        z-index: 5;
        color: #fff;
        background-color: rgba(0, 0, 0, .5);
    }

    .projects__caption_mobile {
        font-size: 22px;
        text-align: left;
    }

    .projects__info-content {
        position: static;
        padding: 0;
        position: static;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 0 0 15px 15px;
        background-color: rgba(0, 0, 0, .4);
    }

    .projects__info-content-mobile {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 10px;
        height: 180px;
    }

    .projects__price_mobile {
        text-align: left;
    }

    .projects__text_mobile {
        text-align: left;
    }

    .projects-item__title {
        margin-top: 80px;
    }

    .project {
        display: inline-block;
        margin: 0 0 15px;
        width: 49%;
        height: 150px;
    }

    .project_mobile .project__info {
        display: none;
    }

    .projects__info_mobile-list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 90px;
        height: 160px;
    }

    .projects__info_mobile-list .projects__info-content-mobile {
        padding-left: 90px;
    }

    .materials-list_tab {
        flex-direction: column;
    }

    .materials-list_60 {
        width: 100% !important;
        margin-top: 0;
    }

    .materials-list__item {
        width: 100%;
        padding: 10px 5px 20px 5px;
    }

    .materials-image {
        width: 100%;
        height: auto;
    }
    
    .materials-image img {
        width: 100%;
    }
    
    .materials-name {
        margin: 0;
        padding: 10px 0 10px 0;
    }

    .tab-content .materials {
        flex-direction: column;
        padding-bottom: 0;
    }

    .materials-notice {
        padding: 30px;
        margin-top: 30px;
    }

    .materials-notice__decorate {
        display: none;
    }

    .materials-modal {
        width: 100%;
        padding: 40px 20px 20px 20px;
    }

    .material-modal__text {
        width: 100%;
        padding-left: 0;
    }

    .media__slider_materials {
        height: auto;
    }
    
    .media__slider_materials li {
        margin: 0 auto;
    }
    
    .media__slider_materials li img {
        height: 100%;
        width: 100%;
    }
    
    .b-close_materials {
        top: 10px;
    }
    
    .materials-modal .modal-sliders {
        width: 100%;
    }

    .materials-modal__description {
        display: none;
    }

    .materials-modal__form {
        margin-top: 0;
        padding: 10px;
    }

    .modal-with-form__inputs {
        flex-direction: column;
    }

    .modal-with-form__input {
        width: 100%;
        margin-top: 15px;
        box-sizing: border-box;
    }

    .modal-with-form__button {
        width: 100%;
        margin-top: 10px;
        box-shadow: none;
    }

    .modal-with-form__agree {
        margin: 0;
        width: 100%;
    }

    .media__slider_materials .media__slider-pic {
        height: 200px;
    }

    .materials-modal__title {
        margin: 10px 0 10px 0;
        font-size: 20px;
        text-align: center;
        margin-top: -20px;
    }

    .modal-with-form__title {
        font-size: 16px;
    }
    
    .modal-form__label {
        padding: 0;
    }
    
    .modal-form__label input,
    .modal-form__label textarea {
        box-sizing: border-box;
    }
    
    .modal-form__label textarea {
        height: 80px;
        margin-top: 10px;
    }
    
    .form__line label {
        width: 100%;    
    }
    
    .media__pic_materials {
        width: 100%;
        height: 100%
    }

    .material-modal_close {
        top: 0;
        right: 20px;
        width: 20px;
        height: 20px;
    }

    .sale__offers_index {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section__sales-mobile {
        padding-bottom: 20px;
    }

    #map {
        position: static;
        display: block;
        width: 100vw;
        height: 548px;
    }

    .about__address {
        margin-left: 160px;
        left: 28%;
        top: 61%;
    }
    .media__slider_materials .slick-list {
        height: 250px !important;
    } 
    .materials__arrow_next,
    .materials__arrow_prev {
        width: 20px;
    }
    .modal-image {
        width: 100%;
        height: 270px;
    }
    .policy {
        padding-top: 20px;
    }
    .policy__title {
        margin-bottom: 40px;
        font-size: 24px;
        text-align: left;
    }
    .policy__block {
        margin: 20px 0;    
    }
    .js-btn-more {
        display: none;
    }
    #contacts-map {
        margin-top: -50px;
    }
    .howwework__steps {
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .howwework__item {
        width: 50%;
        max-width: initial;
        margin-bottom: 50px;
    }
    .howwework__item-pic::after {
        display: none;
    }
    .project_detail-page {
        height: 250px;
    }
    .media__slider_detail {
        height: 350px;
    }
    .media__slider_detail .slick-list {
        height: 315px;
    }
    .media__slider_detail .media__slider-pic {
        height: 315px;
    }
    .media__slider_detail .media__pic {
        height: 90%;
    }
    .zoom-icon{
        display: flex;
        position: absolute;
        right: 20px;
        bottom: 40px;
        z-index: 9;
        border-radius: 50%;
        width: 40px;
        background: rgba(0, 0, 0, .3);
        height: 40px;
        justify-content: center;
        align-items: center;
    }
    .contacts__content_df {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .contacts__info_order {
        order: -1;
        margin: 0;
    }
    .projects-item__show_active {
        border-bottom: none;
    }
    .projects-item__show:last-of-type {
        border-bottom: 2px solid #119ce5;
    }
    .projects-item__show_active:last-of-type {
        border-bottom: none;
    } 
}

/*media 360*/

@media(max-width: 360px) {
    .delivery-table__cell_second {
        padding-top: 154px !important;
    }
    
    .media__slider_materials .slick-list {
        height: 200px !important;
    } 
    
    .note-block p {
        display: inline;
    }

    .reviews .slick-dots {
        left: 80px;
    }
    .media__slider_materials {
        height: 200px;
    }
    .modal-with-form__button {
        margin-top: 20px;
        height: 35px;
    }
    .modal-with-form__input {
        height: 30px;
        margin-top: 20px;
    }
    .modal-image {
        height: 220px;
    }
    .media__slider_detail .media__pic {
        height: 80%;
    }
    .media__slider_detail .slick-list {
        height: 285px;
    }
    .zoom-icon {
        bottom: 80px;
    }
}