@media(max-width: 1280px) {
    #map {
        width: 100%;
        height: 900px;
    }
    #for-images {
        width: 2048px;
        height: 1024px;
    }
    .col-12.map-panel {
        padding: 0;
        margin: 0;
        height: 900px;
    }
    .col-12.map-panel {
       padding: 0;
    }
    .step-1 {
        opacity: .9;
    }
    .economy-minus {
        display: inline;
    }
    #scroller {
        display: none;
        position: fixed;
        z-index: 1000;
        bottom: 32px;
        left: 32px;
        background-color: #fff;
        background-image: url("../icons/arrow-down.svg");
        transform: rotate(180deg);
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
        opacity: .9;
    }
    .hand-help {
        border: none;
    }
    .for-mobile-select {
        background: #FFFFFF;
        border: 1px solid #DADBDC;
        box-sizing: border-box;
        border-radius: 1px;
        width: 100%;
        height: 52px;
        margin-bottom: 40px;
    }
    select.form-control {
        background: #FFFFFF;
        border: none;
        width: 100%;
        height: 50px;
        outline-color: #fff;
        outline-style: hidden;
        outline-offset: unset;
    }
    select.form-control:not([size]):not([multiple]) {
        height: 50px;
    }
    .search-address, .step {
        border-radius: 2px;
    }
    input.address {
        background: #fff;
    }

    #locker {
        width: 100%;
        height: 900px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        display: none;
        background: #000;
        opacity: .2;
        cursor: not-allowed;
    }
    #map-controls {
        display: none;
    }
}
@media(max-width: 780px) {
    .header__header__main {
        display: none;
    }
    li:first-child>.full-desc {
        margin-top: 12px;
    }
    li>.full-desc {
        margin-top: 12px;
    }
}
@media(max-width: 767px) {
    .steps {
        width: 100%;
        padding: 10px 10px 0;
    }
    #map {
        width: 100%;
        height: 900px;
    }
    .header__header {
        z-index: 11100;
    }
    .radio-li>div {
        display: inline-block;
    }
    div.descs {
        width: 86%;
    }
    div.radio {
        width: 10%;
        padding-left: 3px;
    }
    .radio-li  .radio>input {
        margin-top: -24px;
        display: block;
    }
    .radio-li:first-child  .radio>input {
        margin-top: -40px;
        display: block;
    }
    div.price {
        display: block;
        overflow: hidden;
        width: 100%;
        position: relative;
    }
    div.price>.discount-red {
        float: left;
        width: 38%;
        margin-left: 10%;
        text-align: left;
        padding-left: 5px;
        font-size: 22px;
    }
    div.price>.price-sum {
        float: right;
        width: 48%;
        text-align: right;
        padding-right: 5px;
    }
    .radio-li.active>div.price>.price-sum {
        color: #1471C4;
    }
    .radio-li {
        border: 1px solid #D2DAE1;
        box-sizing: border-box;
        border-radius: 2px;
        padding: 10px 2%;
        margin-bottom: 10px;
    }
    .radio-li:last-child {
        margin-bottom: 30px;
    }
    .base-price {
        padding-left: 0;
    }
    .step-1 {
        height: 0;
        opacity: 0;
        padding: 0;
    }
    .final-discount {
        display: block;
        text-align: right;
        margin-top: -20px;
        margin-bottom: 8px;
        padding-right: 0;
        height: 16px;
    }
    #address-div {
        margin: 10px 0 32px;
    }
    .rules {
        margin-bottom: 8px;
        padding-right: 0;
        height: 16px;
    }
    .zd-secure>img {
        width: 85%;
    }
    #address-div {
        margin: 10px 0 32px;
    }
    .rules {
        margin-bottom: 20px;
    }
    .guarantee-info {
        padding-bottom: 0;
        margin-bottom: -10px;
    }
    .buttons.hidden-lg {
        margin-bottom: 20px;
    }
    .desc {
        font-size: 16px;
    }
    .guarantee-info {
        padding-bottom: 0;
        margin-bottom: -10px;
    }
    .buttons.hidden-lg {
        margin-bottom: 20px;
    }
    .full-desc {
        font-size: 14px;
    }
    .types-list h3 {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        color: #000;
    }
    div.price {
        padding-top: 12px;
    }
}
@media(max-width: 320px) {
    .btn {
        padding: 10px 28px;
    }
}
