

/* Start:/local/templates/mp_black_white/css/dzerzh.css?176136957026347*/
@font-face {
    font-family: 'Greycliff CF';
    src: url('/local/templates/mp_black_white/css/../fonts/GreycliffCF/GreycliffCF-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Schoolbook';
    src: url('/local/templates/mp_black_white/css/../fonts/CenturySchoolbook/CenturySchoolbook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    /* font-family: 'Greycliff CF'; */
    font-size: 18px;
    line-height: 150%;
    color: #171718;
}

.dz__container {
    width: 1326px;
    margin: 0 auto;
}

.dz__container-small {
    width: 1100px;
    margin: 0 auto;
}

@media (max-width: 1440px) {
    .dz__container, .dz__container-small {
        width: 1140px;
    }
}

@media (max-width: 1200px) {
    .dz__container, .dz__container-small {
        width: 992px;
    }
}

@media (max-width: 992px) {
    .dz__container, .dz__container-small{
        width: 100%;
        padding: 0 15px;
    }
}


.dz__container p {
    margin: 0 0 10px;
    color: #787878;
}


.dz__block-title {
    font-family: "Century Schoolbook";
    text-align: center;
    font-size: 36px;
    line-height: 43px;
    position: relative;
}

@media (max-width: 480px) {
    .dz__block-title {
        font-size: 28px;
        line-height: 36px;
    }
}

.dz__block-subtitle {
    font-size: 16px;
    line-height: 140%;
    color: #787878;
    margin: 5px 0 0;
    text-align: center;
}


.dz__banner {
    position: relative;
    height: 537px;
    width: 100%;
    overflow: hidden;
    font-family: 'Greycliff CF';
    background: url(/local/templates/mp_black_white/css/../images/ulica-dzerzhinskogo/banner-super-new.png) no-repeat center;
    background-size: cover;
}

.dz__banner-main {
    position: absolute;
    z-index: -1;
}

.dz__logo {
    margin: 30px auto 35px;
    text-align: center;
}
.dz__logo img{
    display: initial;
    width: auto;
}

@media (max-width: 480px) {
    .dz__logo img {
        width: 100%;
    }
}

.dz__menu {
    display: flex;
    justify-content: space-between;
    width: 770px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .dz__menu {
        width: 100%;
    }
}

.dz__menu-item {
    font-family: 'Greycliff CF';
    display: block;
    border: 1px solid #C68174;
    border-radius: 5px;
    transition: 0.3s all ease;
    background: #fff;
    padding: 11px 26px;
    text-decoration: none;
    color: #171718;
}

@media (max-width: 480px) {
    .dz__menu {
        flex-wrap: wrap;
    }
    .dz__menu-item {
        width: calc(50% - 5px);
        padding: 11px;
        text-align: center;
        margin-bottom: 10px;
    }
}

.dz__menu-item:hover {
    background: #C68174;
    color: #fff;
}

.dz__menu-item--active {
    background: #C68174;
    color: #fff;
    cursor: default;
}



.dz__about {
    font-family: 'Greycliff CF';
    padding: 70px 0 50px;
}

.dz__about-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 0;
}

.dz__about-section-part {
    width: calc(50% - 15px);
    overflow: hidden;
}
.dz__about-section-part img {
    width: 100%;
}

@media (max-width: 1200px) {
    .dz__about-section {
        flex-wrap: wrap;
        margin: 0;
    }
    .dz__about-section-part {
        width: 100%;
        margin: 30px 0 0;
    }
}
.dz__about-section-title {
    color: #171718;
    margin: 37px 0 13px;
}

.dz__about-section-list-item {
    position: relative;
    color: #787878;
    padding-left: 13px;
}
.dz__about-section-list-item::before {
    position: absolute;
    left: 0;
    content: '•';
    font-size: 34px;
    color: #623821;
}



.dz__more {
    font-family: 'Greycliff CF';
    padding: 0 0 100px;
}

.dz__more-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dz__more-item {
    background: #FFFFFF;
    border: 1px solid #D3C265;
    box-sizing: border-box;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    width: calc(50% - 15px);
    padding: 55px 0 56px 41px;
    position: relative;
}

.dz__more-item::before {
    position: absolute;
    top: 45px;
    right: 30px;
}
.dz__more-item:first-of-type::before {
    content: url(/local/templates/mp_black_white/css/../images/ulica-dzerzhinskogo/more-1.png);
}
.dz__more-item:last-of-type::before {
    content: url(/local/templates/mp_black_white/css/../images/ulica-dzerzhinskogo/more-2.png);
}

@media (max-width: 480px) {
    .dz__more-item {
        overflow: hidden;
    }
    .dz__more-item::before {
        bottom: 20px;
        right: 20px;
        width: 70%;
    }
}
.dz__more-item-title {
    font-family: "Century Schoolbook";
    font-size: 36px;
    line-height: 43px;
}

.dz__more-item-desc {
    margin: 12px 0 0;
    color: #787878;
    font-size: 16px;
    line-height: 140%;
}

.dz__more-btn {
    display: block;
    margin: 38px 0 0;
    background: #D3C265;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 21.5px 24px;
    text-decoration: none;
    max-width: 300px;
    text-align: center;
    font-size: 18px;
    position: relative;
    transition: 0.3s all ease;
    line-height: 100%;
}

.dz__more-btn:hover {
    background: #C68174;
}

@media (max-width: 992px) {
    .dz__more-item {
        width: 100%;
    }
    .dz__more-item + .dz__more-item {
        margin: 30px 0 0;
    }
}

@media (max-width: 480px) {
    .dz__more-btn {
        max-width: 100%;
    }
    .dz__more-item {
        padding: 55px 20px 56px 20px;
    }
}



.dz__future {
    font-family: 'Greycliff CF';
    background: #FCEBE2;;
    padding: 73px 0;
    position: relative;
    overflow: hidden;
}

.dz__future-desc {
    font-size: 20px;
    line-height: 140%;
    color: #787878;
    text-align: center;
    margin: 15px 0 50px;
    position: relative;
}

.dz__future-btn {
    background: #D3C265;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    color: #FFFFFF;
    padding: 21px 36px;
    max-width: 300px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s all ease;
    line-height: 100%;
    position: relative;
}

.dz__future-btn:hover {
    background: #C68174;
}

.dz__future-bg {
    position: absolute;
    bottom: 0;
}

@media (max-width: 1440px) {
    .dz__future-bg {
        width: 1140px;
        left: 0;
    }
}

@media (max-width: 1200px) {
    .dz__future-bg {
        width: 992px;
    }
}

@media (max-width: 992px) {
    .dz__future-bg {
        width: 300%;
        left: 15px;
    }
}



.dz__orgs {
    font-family: 'Greycliff CF';
    padding: 100px 0;
}

.dz__orgs-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0 0;
}

.dz__orgs-item {
    width: 535px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 140%;
    background: #FFFFFF;
    color: #171718;
    border: 1px solid #D3C265;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0;
}
.dz__orgs-item + .dz__orgs-item {
    margin-left: 30px;
}

@media (max-width: 1200px) {
    .dz__orgs-item {
        width: calc(50% - 15px);
    }
}

@media (max-width: 480px) {
    .dz__orgs-item {
        width: 100%;
    }
    .dz__orgs-item + .dz__orgs-item {
        margin: 30px 0 0;
    }
}



.dz__socials {
    font-family: 'Greycliff CF';
    padding: 50px 0;
    background: #FCEBE2;
}

.dz__socials-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    margin: 54px 0 0;
}

.dz__socials-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    margin: 0 0 24px;
}

.dz__socials-item a + a {
    margin-left: 25px;
}

.dz__socials-item img {
    display: initial;
    transition: 0.3s all ease;
    width: 61px;
    height: 61px;
}

.dz__socials-item a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

@media (max-width: 480px) {
    .dz__socials-item + .dz__socials-item {
        margin: 30px 0 0;
    }
}


.dz__history {
    font-family: 'Greycliff CF';
    padding: 70px 0 100px;
    text-align: center;
}

.dz__history .dz__block-title {
    margin: 0 0 35px;
}

.dz__history a {
    font-style: normal;
    color: #1268E8;
    text-decoration: none;
}

.dz__history img {
    margin: 35px 0 15px;
}

@media (max-width: 1200px) {
    .dz__history img {
        width: 80%;
    }
}

.dz__history i {
    font-style: italic;
}

.dz__block-text {
    margin: 30px 0;
}
.dz__block-text--space {
    margin: 50px 0;
}

.dz__container em {
    font-style: normal;
    color: #1268E8;
}

.dz__history-border-text {
    border: 1px solid #D3C265;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 40px 0;
}



.dz__development {
    font-family: 'Greycliff CF';
    padding: 70px 0 100px;
}

.dz__development-text {
    margin: 30px 0 0;
    color: #787878;;
}

.dz__development-text .dz__text-block {
    margin: 0 0 20px;
}

.dz__text-block ul li {
    padding-left: 13px;
    position: relative;
}

.dz__text-block ul li::before {
    position: absolute;
    left: 0;
    top: -2px;
    content: '•';
    font-size: 34px;
    color: #623821;
}


.dz__results {
    font-family: 'Greycliff CF';
    padding: 70px 0;
    background: #FCEBE2;
}

.dz__results .dz__block-subtitle {
    margin: 65px 0 0;
    font-size: 22px;
}
.dz__results .dz__block-subtitle strong {
    color: #171718;
}

.dz__results-list {
    margin: 65px 0 0;
    display: flex;
    justify-content: space-between;
}

.dz__results-item {
    text-align: center;
}

.dz__result-item-value {
    background: #C68174;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    line-height: 100%;
}

.dz__result-item-text {
    margin: 20px 0 0;
    color: #787878;
    line-height: 130%;
}


@media (max-width: 992px) {
    .dz__results-list {
        flex-wrap: wrap;
    }
    .dz__results-item {
        width: 50%;
        margin: 0 0 30px;
    }
    .dz__result-item-text {
        width: 260px;
        margin: 20px auto 0;
    }
}

@media (max-width: 480px) {
    .dz__results-item {
        width: 100%;
    }

}



.dz__groups {
    font-family: 'Greycliff CF';
    padding: 100px 0 50px;
}

.dz__groups .dz__block-subtitle {
    font-size: 22px;
    line-height: 130%;
    margin: 25px 0 65px;
}

.dz__groups-group_category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 30px;
}

.dz__groups-group_category-item {
    width: 422px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid #D3C265;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}

.dz__groups-group_category-item + .dz__groups-group_category-item  {
    margin-left: 30px;
}

@media (max-width: 1440px) {
    .dz__groups-group_category-item {
        width: 360px;
    }
}

@media (max-width: 1200px) {
    .dz__groups-group_category-item {
        width: 100%;
    }
    .dz__groups-group_category-item + .dz__groups-group_category-item {
        margin: 30px 0 0;
    }
}



.dz__groups-group_category-item-text {
    margin: 15px 0 0;
    font-size: 22px;
    line-height: 130%;
}

.dz__groups-text {
    margin: 100px 0 0;
    text-align: center;
}
.dz__groups-text p {
    margin: 0 0 10px;
}

.dz__groups-solutions {
    margin: 100px 0 0;
}

.dz__groups-solutions-item {
    display: flex;
    padding: 30px 88px 40px 65px;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #D3C265;
}

.dz__groups-solutions-item + .dz__groups-solutions-item {
    margin: 50px 0 0;
}

.dz__groups-solution-item-text {
    margin-left: 40px;
}

.dz__groups-solution-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
}

.dz__groups-solution-list {
    margin: 15px 0 0;
    color: #787878;
}

.dz__groups-solution-list ul li {
    padding-left: 13px;
    position: relative;
}

.dz__groups-solution-list ul li::before {
    position: absolute;
    left: 0;
    top: -2px;
    content: '•';
    font-size: 34px;
    color: #623821;
}

@media (max-width: 480px) {
    .dz__groups-solutions-item {
        padding: 30px;
        flex-direction: column;
    }
    .dz__groups-solution-item-text {
        margin: 0;
    }
    .dz__groups-solution-title {
        text-align: center;
        margin: 15px 0 0;
    }
}



.dz__video {
    margin: 50px 0 0;
}

.dz__video .dz__block-title {
    padding: 65px 140px 0;
}

.dz__video-wrapper {
    position: relative;
    overflow: hidden;
    background: #FFFAF8;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    height: 745px;
}

.dz__video-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.js-video-start {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
    .dz__video .dz__block-title {
        padding: 65px 30px 0;
    }
}

@media (max-width: 480px) {
    .dz__video-wrapper {
        height: 450px;
    }
    .dz__video .dz__block-title {
        padding: 30px 15px 0;
        font-size: 22px;
        line-height: 130%;
    }
    .js-video-start {
        width: 75px;
    }
    .dz__video-banner {
        width: 250%;
    }
}

@media (max-width: 320px) {
    .dz__video .dz__block-title {
        padding: 20px 10px 0;
    }
}


.dz__steps {
    padding: 50px 0;
}

.dz__steps .dz__block-subtitle {
    font-size: 22px;
    margin: 20px 0 0;
}

.dz__steps-list {
    justify-content: space-around;
    margin: 50px 0 0;
    display: flex;
}

.dz__steps-item {
    width: 327px;
    height: 226px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid #D3C265;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 0px 35px;
}

.dz__steps-item-number {
    font-family: 'Greycliff CF';
    font-weight: 700;
    font-size: 72px;
    line-height: 100%;
    color: #D3C265;
}

.dz__steps-item-text {
    color: #787878;
    margin: 15px 0 0;
}

@media (max-width: 480px) {
    .dz__steps-item {
        padding: 0px 15px;
    }
}

.dz__steps-arrow {
    width: 45px;
}

@media (max-width: 992px) {
    .dz__steps-list {
        display: block;
    }

    .dz__steps-item {
        width: 80%;
        margin: 0 auto;
    }

    .dz__steps-arrow {
        display: block;
        margin: 30px auto;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}


.dz__map .dz__container {
}

.dz__map-container {
    position: relative;
    overflow: hidden;
}

.dz__map-container img {
    width: 100%;
}

.dz__map-container svg {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 480px) {
    .dz__map-container {
        margin: 0 -15px;
    }
}

.dz__map-area {
    cursor: pointer;
}

.dz__map-details {
    margin: 30px 0 0;
}

.dz__map-details-zone {
    display: none;
    justify-content: space-between;
}

.dz__map-zone-info, .dz__map-zone-stickers {
    width: calc(50% - 15px);
    background: #FCEBE2;
    border-radius: 10px;
}

.dz__map-zone-info {
    padding: 20px 48px 30px;
}

@media (max-width: 480px) {
    .dz__map-zone-info {
        padding: 20px 15px 30px;
    }
}

.dz__map-details-zone--active {
    display: flex;
}

@media (max-width: 992px) {
    .dz__map-details-zone--active {
        display: block;
    }
    .dz__map-zone-info, .dz__map-zone-stickers {
        width: 100%;
    }
    .dz__map-zone-info {
        margin-bottom: 30px;
    }
}

.dz__map-zone-title {
    text-align: center;
    font-size: 22px;
    line-height: 130%;
    margin: 0 0 30px;
}

.dz__map-zone-info-item {
    display: flex;
    align-items: center;
    color: #787878;
}

.dz__map-zone-info-item + .dz__map-zone-info-item {
    margin: 45px 0 0;
}

@media (max-width: 1440px) {
    .dz__map-zone-info-item + .dz__map-zone-info-item {
        margin-top: 25px;
    }
}

.dz__map-zone-info-item img {
    margin-right: 25px;
}

.dz__map-zone-stickers {
    padding: 20px 70px 30px;
}

.dz__map-zone-stickers__tabs {
    display: flex;
    justify-content: center;
}

.dz__map-zone-stickers__tabs-item {
    cursor: pointer;
    border: 1px solid #C68174;
    border-radius: 5px;
    line-height: 100%;
    width: 120px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dz__map-zone-stickers__tabs-item--active {
    color: #FFFFFF;
    background: #C68174;
}

.dz__map-zone-stickers__tabs-item + .dz__map-zone-stickers__tabs-item {
    margin-left: 15px;
}

.dz__map-zone-stickers__content {
    margin: 25px 0 0;
}

.dz__map-zone-stickers__content-item {
    display: none;
}

.dz__map-zone-stickers__content-item--active {
    display: block;
}


.dz__map-zone-stickers__content-slider__item {
    display: grid;
    grid-template-columns: repeat(3, 149px);
    grid-template-rows: repeat(2, 149px);
    gap: 25px 30px;
    grid-template-areas: ". . ." ". . .";
}

.dz__map-zone-sticker__content-slider-img {
    cursor: pointer;
    background: #F1D4C4;
    border-radius: 100%;
    /* overflow: hidden; */
    display: flex;
    position: relative;
    justify-content: center;
}
.dz__map-zone-sticker__content-slider-img .wrapper {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.dz__map-zone-sticker__content-slider-img img {
    width: 115%;
}

.dz__map-zone-sticker__content-slider-img label {
    position: absolute;
    opacity: 0;
    bottom: 0;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #D3C265;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    transition: 0.3s all ease;
}

.dz__map-zone-sticker__content-slider-img:hover label,
.dz__map-zone-sticker__content-slider-img--active label {
    opacity: 1;
}

@media all and (-ms-high-contrast:none) {
    .dz__map-zone-stickers__content-slider__item {
      display: -ms-grid;
      -ms-grid-columns: repeat(3, 149px);
      -ms-grid-rows: repeat(2, 149px);
    }

}

@media (max-width: 1440px) {
    .dz__map-zone-stickers__content-slider__item {
        grid-template-columns: repeat(3, 118px);
        grid-template-rows: repeat(2, 118px);
    }
}

@media (max-width: 1200px) {
    .dz__map-zone-stickers__content-slider__item {
        grid-template-columns: repeat(3, 93px);
        grid-template-rows: repeat(2, 93px);
    }
}

@media (max-width: 992px) {
    .dz__map-zone-stickers__content-slider__item {
        grid-template-columns: repeat(3, 179px);
        grid-template-rows: repeat(2, 179px);
    }

    .dz__map-zone-sticker__content-slider-img img {
        width: 100%;
    }
}

.dz__map-zone-stickers__content-slider-wrapper {
    outline: none !important;
}


@media (max-width: 480px) {
    .dz__map-zone-stickers {
        padding: 20px 15px 30px;
    }
    .dz__map-zone-stickers__content-slider__item {
        gap: 10px 10px;
        grid-template-rows: auto;
        grid-template-columns: auto;
        padding: 0 10px;
    }
    .dz__map-zone-sticker__content-slider-img label {
        font-size: 12px;
    }
    .dz__map-zone-sticker__content-slider-img:hover label {
        opacity: 0;
    }
    .dz__map-zone-sticker__content-slider-img--active label {
        opacity: 1 !important;
    }
}

.dz__map-slider-dots {
    display: flex !important;
    justify-content: center;
    margin: 25px 0 0;
}

.dz__map-slider-dots li {
    width: 20px;
    height: 20px;
    border: 1px solid #C68174;
    border-radius: 100%;
    cursor: pointer;
}

.dz__map-slider-dots li + li {
    margin-left: 10px;
}

.dz__map-slider-dots li.slick-active {
    background: #C68174;
}

.dz__map-details-btn-send {
    display: none;
    background: #C68174;
    border-radius: 5px;
    color: #FFFFFF;
    transition: 0.3s all ease;
    padding: 21px;
    width: 300px;
    cursor: pointer;
    margin: 50px auto 0;
    text-align: center;
    line-height: 100%;
}

.dz__map-details-btn-send:hover {
    background: #623821;
}

.dz__map-details-btn-send--active {
    display: block;
}

.dz__map-zone-sticker__content-slider-img--active {
    border: 1px solid #C68174;
}

.dz__map-details-result {
    text-align: center;
    margin: 25px 0 0;
    font-size: 26px;
}



.dz__popular {
    padding: 100px 0 0;
}

.dz__popular-wrapper {
    margin: 50px 0 0;
    display: flex;
    justify-content: space-between;
}

.dz__popular-block {
    border: 1px solid #D3C265;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 35px;
    width: calc(50% - 15px);
    text-align: center;
}

@media (max-width: 992px) {
    .dz__popular-block {
        width: 100%;
        margin: 0 auto;
    }
    .dz__popular-block + .dz__popular-block {
        margin-top: 30px;
    }
    .dz__popular-wrapper {
        display: block;
    }

}

@media (max-width: 480px) {
    .dz__popular-img img {
        width: 100%;
    }
}


.dz__popular-results {
    display: flex;
    justify-content: center;
    margin: 25px 0 0;
}

.dz__popular-results-item + .dz__popular-results-item {
    margin-left: 45px;
}

@media (max-width: 480px) {
    .dz__popular-results-item + .dz__popular-results-item {
        margin-left: 10px;
    }
}

.dz__popular-results-item img {
    width: 80px;
    height: 80px;
    background: #F1D4C4;
    border-radius: 100%;

}

.dz__popular-results-value {
    margin: 10px 0 0;
    padding-left: 15px;
    font-size: 22px;
}



.dz__idea {
    padding: 100px 0 0;
}

.dz__idea .dz__block-subtitle {
    margin: 20px 0 0;
    font-size: 22px;
    line-height: 130%;
}

.dz__idea-form {
    margin: 35px auto 0;
    width: 550px;
}

@media (max-width: 480px) {
    .dz__idea-form {
        margin: 35px auto 0;
        width: 100%;
    }
}

.dz__idea-form-field {
    position: relative;
}

.dz__idea-form-field + .dz__idea-form-field {
    margin: 20px 0 0;
}

.dz__idea-form-field input, .dz__idea-form-field textarea {
    font-family: 'Greycliff CF';
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D3C265;
    border-radius: 5px;
    padding: 14px 19px;
    font-size: 16px;
}

.dz__idea-form-field input:focus, .dz__idea-form-field textarea:focus {
    outline: none;
}

.dz__idea-form-field input::placeholder, .dz__idea-form-field textarea::placeholder  {
    font-size: 16px;
    line-height: 130%;
}

.dz__idea-form-field input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    width: auto;
}

.dz__idea-form-field label {
    font-size: 16px;
    line-height: 130%;
    color: #787878;
    display: block;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.dz__idea-form-field label::before {
    position: absolute;
    content: '';
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #D3C265;
    border-radius: 2px;
}

input[type="checkbox"]:checked + label:after{
    position: absolute;
    content: '';
    left: 4px;
    top: 4px;
    width: 12px;
    height: 8px;
    border-radius: 1px;
    border-left: 2px solid #D3C265;
    border-bottom: 2px solid #D3C265;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dz__idea-form-field label a {
    color: #787878;
    font-weight: bold;
}

input.dz__idea-form-btn-submit {
    background: #C68174;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 21px;
    cursor: pointer;
    line-height: 100%;
    border: none;
    font-size: 18px;
}

.dz__idea-form-btn-submit:hover {
    background: #623821;
}

.dz__idea-form-result {
    text-align: center;
    font-size: 22px;
}

.to-top {
    width: 250px !important;
}

@media (max-width: 480px) {
    .to-top {
        display: none;
    }
}
/* End */
/* /local/templates/mp_black_white/css/dzerzh.css?176136957026347 */
