.info {
    margin-top: 100px;
}

.info__block {
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
}

.info__body {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

.info__title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 42px;
}

.info__title.last-title {
    margin-top: 100px;
}

.info__text {
    font-size: 24px;
    line-height: 1.1em;
}

.info__text p {
    margin-bottom: 20px;
    line-height: 124.5%;
}

.info__text  ul {
    margin-left: 30px;
}
.info__text  ul li {
    list-style: disc;
    margin-bottom: 20px;
}

.info__text a {
    color: #3995E7;
    text-decoration: underline;
}

.info__map {
    display: -ms-flexbox;
    display: flex;
    margin: 100px 0;
    border-radius: 15px;
    overflow: hidden;
}

.info__map_block {
    flex: 0 0 580px;
    background: #f8f8f8;
    padding: 66px 41px 60px 36px;
    position: relative;
}

.info__map_list {
    margin: 55px 0 50px;
}

.info__map_list li {
    padding: 3px 0 3px 85px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 20px;
    background-image: url(../img/delivery_car.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.info__map_list li:last-child {
    background-image: url(../img/delivery_time.png);
    margin-bottom: 0;
}

.info__map_list li span {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
}

.map_search {
    position: relative;
    margin-top: 23px;
}

.map_search i {
    width: 11px;
    height: 17px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIgMTkiIGZpbGw9IiNBOUQ5OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC42Nzk4IDguNzM2MkwyLjg5MzIyIDEuMzA1MzFDMi40Mzk5MyAwLjg5ODIzMSAxLjc0NjQ5IDAuODk4MjMxIDEuMzE5OTIgMS4zMDUzMUMwLjg5MzM1OSAxLjcxMjM4IDAuODkzMzU5IDIuMzc0MTUgMS4zMTk5MiAyLjgwNjcyTDguMzMzMjYgOS40OTk2NkwxLjMxOTkyIDE2LjE5MjZDMC44OTMzNTkgMTYuNiAwLjg5MzM1OSAxNy4yODU0IDEuMzE5OTIgMTcuNjk0QzEuNzQ2NDkgMTguMTAyNiAyLjQzOTkzIDE4LjEwMTQgMi44OTMyMiAxNy42OTRMMTAuNjc5OCAxMC4yMzc2QzExLjEwNjcgOS44MzA1NCAxMS4xMDY3IDkuMTY4NzggMTAuNjc5OCA4LjczNjJaIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    top: 17px;
    cursor: pointer;
}

.map_search span {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
}

.js-address-map-ya-list {
    width: 100%;
    height: 225px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background: #fff;
    padding: 9px 16px;
    margin-top: 5px;
    box-sizing: border-box;
    border: 1px solid #C4C4C4;
    border-radius: 15px;
}

.js-address-map-ya-list ul {
    height: 100%;
    overflow: auto;
}
.js-address-map-ya-list ul::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0, 0, 0, 0.05);
}
.js-address-map-ya-list ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.326);
    width: 6px;
}
.js-address-map-ya-list ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.05);
}
.js-address-map-ya-list b {
    display: block;
}
.js-address-map-ya-list li {
    font-size: 16px;
    line-height: 17px;
    margin-right: 4px;
    color: #000000;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 13px 9px 14px;
    cursor: pointer;
}
.js-address-map-ya-list li:first-child {
    border-top: none;
}

#map_search {
    width: 100%;
    line-height: 50px;
    background: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 15px;
    font-weight: 400;
    font-size: 20px;
    padding: 0 45px 0 30px;
}

#map {
    flex: 0 1 100%;
    height: 700px;
}

.map_order {
    position: absolute;
    bottom: 60px;
    left: 36px; right: 41px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    background: #A9D992;
    border-radius: 10px;
    transition: background .3s;
}

.map_order:hover,
.map_order:focus,
.map_order:active {
    background: rgba(169, 217, 146, 0.8);
    color: #fff;
}

@media (max-width: 960px) {
    .rhythm__body {
        padding-top: 202px;
    }
    .info {
        margin-top: 70px;
    }

    .info__block {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }

    .info__body {
        -ms-flex: unset;
        flex: unset;
    }

    .info__title {
        font-size: 36px;
        margin: 30px 0;
    }
    
    .info__title.last-title {
        margin-top: 80px;
    }

    .info__text {
        font-size: 16px;
    }

    .info__text p {
        margin-bottom: 15px;
    }

    .info__text  ul {
        margin-left: 30px;
    }
    .info__text  ul li {
        list-style: disc;
        margin-bottom: 15px;
    }
    
    .info__map {
        margin: 80px 0 0;
        border-radius: 7px;
    }
    
    .info__map_block {
        flex: 0 0 270px;
        padding: 30px 20px 30px 15px;
    }
    
    .info__map_block .info__title {
        font-size: 18px;
        margin-top: 0;
    }
    
    .info__map_block .info__text {
        font-size: 10px;
    }
    
    .info__map_list {
        margin: 25px 0 20px;
    }
    
    .info__map_list li {
        padding-left: 50px;
        font-size: 10px;
        background-size: contain;
    }
    
    .info__map_list li span {
        font-size: 10px;
    }
    
    .map_search {
        margin-top: 10px;
    }
    
    .map_search span {
        font-size: 10px;
    }
    
    .map_search i {
        width: 10px;
        height: 12px;
        right: 15px;
        top: 8px;
    }
    
    #map_search {
        border-radius: 7px;
        line-height: 25px;
        font-size: 10px;
        padding: 0 25px 0 15px;
    }
    
    #map {
        height: 325px;
    }

    .map_order {
        bottom: 30px;
        left: 15px; right: 20px;
        line-height: 25px;
        font-size: 10px;
        border-radius: 7px;
    }
}

@media (max-width: 767px) {
    .rhythm__body {
        padding-top: 60px;
    }
    
    .info {
        margin-top: 50px;
    }
    
    .info__title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .info__title.last-title {
        margin-top: 50px;
    }
    
    .info__map {
        flex-direction: column;
    }
    
    .info__map_block .info__text {
        font-size: 14px;
    }
    
    .info__map_list li {
        font-size: 12px;
    }
    
    .map_search i {
        top: 10px;
    }
    
    .map_order {
        position: static;
        display: block;
        margin-top: 25px;
        line-height: 30px;
        font-size: 12px;
    }
    
    #map_search {
        font-size: 12px;
        line-height: 30px;
    }
    
    #map {
        height: 400px;
        flex: unset;
    }
}