.catalog-detail__mokka {
    margin-top:0.75rem;
}
.price-module {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    background-color: #E4E5EB;
    color: white;
    line-height: 1;
    padding: 5px 12px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    border-radius:5px;
}
.price-module * {
    color: #232323;
    line-height: 1;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.price-module__price {
    margin: 5px 0;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    margin-right: 10px;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    margin: auto;
}
.price-module__price p {
    margin-right: 4px;
    font-size: 14px;
    font-weight: bold;
}
.price-module__price strong {
    font-weight: bold;
    font-size: 16px;
}

.price-module__logo {
    margin: 5px 0;
    max-height: 18px;
    max-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.price-module__logo img {
    max-height: 100%;
    max-width: 100%;
}

.price-module__divider {
    margin: 5px 6px;
    width: 1px;
    height: 13px;
    background-color: #232323;
}

.price-module__payment-description {
    margin: 5px 0;
    margin-right: 6px;
    font-size: 16px;
    font-weight: 200;
    white-space: nowrap;
}

.price-module__modal-trigger {
    margin: 5px 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    margin: auto;
}
.price-module__modal-trigger:focus {
    border: none;
    outline: none;
}
.price-module__modal-trigger img{
    max-height: 100%;
    max-width: 100%;
}




.price-module-modal {
    color: #323232;
    font-family: "Rubik", sans-serif;
    line-height: 1.5;
    font-weight: normal;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
}
.price-module-modal.open {
    display: block;
}
.price-module-modal * {
    color: #323232;
    font-family: "Rubik", sans-serif;
    line-height: 1.5;
    font-weight: normal;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.price-module-modal__backdrop {
    background-color: black;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1001;
}

.price-module-modal__modal {
    background-color: white;
    position: fixed;
    max-width: 744px;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
    padding: 14px 40px;
    padding-bottom: 32px;
    text-align: center;
    z-index: 1002;
}

.price-module-modal__modal-close {
    position: absolute;
    top: 37px;
    right: 28px;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}

.price-module-modal__modal-content {
    width: 100%;
}

.price-module-modal__modal-content h3 {
    font-family: "Odds", sans-serif;
    font-size: 59px;
    text-transform: lowercase;
    color: #FF5A1E;
    padding: 0 20px;
    display: block;
}

.price-module-modal__advantages {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin-top: 30px;
}
.price-module-modal__advantages li {
    list-style: none;
    max-width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-shrink: 0;
}
.price-module-modal__advantage-img-block {
    margin-bottom: 45px;
    max-width: 136px;
    max-height: 136px;
}
.price-module-modal__advantage-img-block img {
    max-width: 100%;
    max-height: 100%;
}


@media(max-width: 745px) {
    .price-module-modal__advantages {
        flex-wrap: wrap;
        justify-content: center;
    }
    .price-module-modal__advantages li {
        max-width: 250px;
        margin: 20px;
    }
}
@media(max-width: 678px) {
    .price-module-modal__advantages {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .price-module-modal__advantages li {
        max-width: 100%;
        margin: 20px 0;
    }
}
.mokka-group {
    display: flex;
    margin: 0 auto;
    margin-left:1rem;
    align-items: center;
}