.contacts-map {
    height: 560px;
    margin: 0 !important;
}

@media (max-width: 767px) {
    .contacts-map {
        height: 350px;
    }
}

/*delivery page*/
.delivery-map-block {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    background: #FFFFFF;
    border-radius: 40px;
    overflow: hidden;
}

.office_name {
    display: flex;
    gap: 28px;
    align-items: end;
}

.office_name-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    white-space: nowrap;
}

.delivery-map-text {
    padding: 0 40px 40px 50px;
    text-align: left;
    display: flex;
    align-items: start;
    gap: 50px;
}

.office-address__row {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}

.office_address {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
}

.office-address__row {
    text-align: end;
}

.delivery__payment-methode {
    margin-top: 120px;
}

.payment-method {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.price__payment-methode {
    margin-top: 60px;
}

.payment-method__top {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.payment-method__title {
    font-weight: 500;
    font-size: 46px;
    line-height: 120%;
    color: #000000;
    width: 100%;
    max-width: 540px;
}

.payment-method__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    max-width: 540px;
}

.payment-method__content {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 40px 30px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.payment-method__content-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
}

.check-mark__wrapper::before {
    content: url("/local/templates/Novagard/assets/img/check-mark-green.svg");
    width: 30px;
    height: 24px;
}

.payment-method__content-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 340px;
}

/*delivery page end*/