body {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 320px;
    margin: 0;
    font: 400 normal 14px/18px Muller, sans-serif;
    background: #fff;
}

.wrapper {
    max-width: 680px;
    padding: 35px 0 60px;
    margin: 0 auto;
}

.wrapper__top {
    text-align: center;
    margin-bottom: 30px;
}

.wrapper__inner:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #f4f4f4;
}

.wrapper__inner {
    padding-left: 20px;
    padding-right: 20px;
}

.title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 16px;
}

.title.-mt {
    margin-top: 28px;
}

.wrapper__txt {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.wrapper.-v2 .btn {
    height: 57px;
}

.btn {
    background: #ff4222;
    border-radius: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    flex-wrap: wrap;
    text-align: center;
}
.btn i {
    height: 24px;
    line-height: 24px;
    font-style: normal;
    display: block;
    margin-top: 4px;
}
.btn__2lines {
    flex-direction: column;
}

.btn__2lines div:nth-child(1) {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.btn__2lines div:nth-child(2) {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.btn b {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    display: block;
}

.btn span {
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    display: block;
}

.btn.-green {
    background: #24cc63;
    font-size: 18px;
}

.btn.-blue {
    font-size: 18px;
    background: #27a3e2;
}

.btn svg {
    flex-shrink: 0;
    margin-right: 10px;
}

.btn + .btn {
    margin-top: 15px;
}

.address-item {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
}

.address-item__icon {
    margin-right: 10px;
}

.map {
    height: 215px;
    margin: 0 -20px 30px;
}

.ymaps-2-1-78-map-copyrights-promo {
    display: none;
}

.catalog-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.catalog-list-item {
    text-align: center;
    text-decoration: none;
}

.catalog-list-item__img {
    border-radius: 16px;
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    max-width: 100%
}

.catalog-list-item__name {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #222;
}
