.product h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    margin: 20px 0;
}
.product-card {
    display: flex;
    justify-content: center;
    gap: 100px;
    padding: 40px 0;
}
.line {
    margin: 30px 0 20px;
    border: 1px solid #EDEDED;
}
p {
  font-size: 20px!important;
  font-weight: 800!important;
}
.descr {
    font-size: 18px!important;
    font-weight: 400!important;
    line-height: 20px!important;
    letter-spacing: 0!important;
}
.descr-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
}
.header-product-card * {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
}
.favourites {
    margin-bottom: 20px;
}
.price {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #004cb6;
    /*margin-bottom: 30px;*/
    white-space: nowrap;
}
.right-side button.btn {
    padding: 10px 40px;
}
.right-side .btn.btn-white {
    color: #068638!important;
    border: 1px solid #018536;
    padding: 10px 40px!important;
    border-radius: 4px;
}
.left-side {
    flex: 7
}
.right-side {
    flex: 4;
}
.img-table {
    position: relative;
    min-height: 400px;
}
.num-product {
    font-weight: 800;
}
.bread-crumbs button:last-child {
    font-weight: 800;
}
.in-right {
    margin-left: auto;
}
.drag-field .status.action-btn {
    visibility: hidden;
}
.chat-m-wrapper {
    visibility: hidden;
}
.chat-m-wrapper.show-field {
    visibility: visible;
}
.svg-red {
    position: absolute;
    z-index: 10;
    left: 80%;
    top: 0;
    width: 40px;
    height: 40px;
}
.svg-red svg {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.svg-red svg path {
    fill: red;
}
.side-shore {
    position: fixed;
    z-index: 500;
    top: 0;
    width: 50vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.78);
    transition: 0.6s;
}
.left-shore {
    left: 0;
    transform: translateX(-100%);
}
.right-shore {
    right: -5px;
    transform: translateX(100%);
}
.img-row {
    padding: 1em 0;
}
.side-shore.close-shore {
    transform: translateX(0);
}
.box {
    position: fixed;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 505;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 1;
}
.img-row {
    position: relative;
}
.white-shore {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.78);
    z-index: 5;
}
.box h1 {
    font-size: 2em!important;
    color: #ffffff!important;
    font-weight: 800!important;
}
.box .img-row {
    margin-top: 1em;
    background-color: #ffffff;
    width: 100%;
}
#sale-place {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#sale-place h2 {
    font-size: 1.6em!important;
    font-weight: 600!important;
    width: 100%;
}
#sale-place .descr {
    max-height: 110px;
    overflow-y: auto;
}
#sale-place .price {
    font-size: 1.8em!important;
    color: #2ea8ff!important;
    font-weight: 800!important;
    width: 100%;
    margin: 15px 15px 15px 0;
}
#sale-place .price-wraper {
    width: 100%;
}
#sale-place input[type=number] {
    font-size: 1.5em!important;
    font-weight: 600!important;
    display: inline-block;
    width: 100px;
    border: none;
    text-align: center;
}
#sale-place button {
    font-size: 1.5em!important;
}
#sale-place .person-data input {
    display: inline-block;
    font-size: 1.4em!important;
    font-weight: 600!important;
    margin: 5px auto;
}
.btn.red {
    background: linear-gradient(92.05deg, #ff2424 2.32%, #b60000 138.42%)!important;
}
.deleter {
    opacity: 0;
}
.pay-info {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}
#dim {
    position: absolute;
    left: 50%;
    width: 100%;
    text-align: center;
    bottom: -1px;
    transform: translateX(-50%);
    font-size: 14px!important;
}
#granted,
#buy-btn {
    max-width: 100%!important;
    width: 100%!important;
    background: linear-gradient(92.05deg, #4aff24 2.32%, #051200 138.42%);
}
#granted {
    max-width: fit-content!important;
}
#buy-btn.only-on-order {
    background: linear-gradient(92.05deg, #ff9724 2.32%, #051200 138.42%);
}
.favourites button {
    display: flex;
    position: relative;
    align-items: center;
    gap: 15px;
    background: none;
    border: none;
    outline: none;
    min-width: 220px;
}
.favourites button:before {
    content: 'В корзину';
    position: absolute;
    top: 7px;
    left: 46px;
}
.favourites button img,
.favourites button svg {
    display: inline-block;
    width: 30px;
    height: 26px;
}

@media screen and (max-width: 950px) {
    .bread-crumbs {
        flex-wrap: wrap;
        margin: 15px 0 10px;
    }
    .bread-crumbs button {
        line-height: 20px;
    }
    .product h1 {
        font-size: 24px!important;
        line-height: 32px;
    }
    .slider-one {
        transform: scale(0.99);
        background: #FFFFFF;
        border: 1px solid #eeeeee;
        border-radius: 10px;
    }
    .product-card {
        flex-direction: column;
        gap: 10px;
        padding: 10px 0;
    }
    .left-side, .right-side {
        width: 100%;
    }
    button.right-row {
        right: -5px;
    }
    button.left-row {
        left: -5px;
    }
    .left-side {
        margin-bottom: 15px;
    }
    body button.btn-shop {
        width: 100%!important;
    }
    .header-product-card {
        flex-wrap: wrap;
    }
    .header-product-card > * {
        display: inline-block;
        width: calc(50% - 10px);
        font-size: 14px;
        line-height: 16px;
    }
    .descr-text {
        margin-top: 10px;
        font-size: 14px;
    }
    .header-product-card > div:nth-child(even) {
        text-align: right;
    }
    .map-controlers {
        flex-direction: column;
        gap: 10px;
    }
    .map-controlers * {
        font-size: 14px;
    }
    .map-controlers.align-center,
    .map-controlers .align-center {
        align-items: flex-start;
    }
    .map-controlers .svg-wrapper {
        width: 30px!important;
        height: 30px!important;
    }
    #map-shower + span {
        display: inline-block;
        justify-self: flex-end;
        margin: 10px auto 0;
        border-bottom: 1px dashed #078b3a;
    }
    #map-shower {
        display: none!important;
    }
    .map-shower-wrapper {
        width: 90%;
        justify-self: flex-end;
    }
    .map-shower-wrapper span {
        font-weight: 800;
    }
    .price {
        font-size: 20px!important;
    }
    .box {
        justify-content: flex-start;
    }
    .box img {
        display: inline-block;
        width: 150px;
        height: 150px;
    }
    .img-row {
        padding: 15px 10px;
    }
    .img-row-insert {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .right-shore {
        right: 0;
    }
    #sale-place,
    #sale-place * {
        text-align: center;
    }
    #sale-place #descr {
        max-height: 30vh;
        overflow-y: auto;
    }
    #sale-place .price-wraper {
        flex-direction: column;
        width: 100%;
    }
    #sale-place p.price {
        margin: 0 auto;
    }
    #sale-place .gap-20 {
        gap: 0;
    }
    #sale-place .pay-info {
        font-size: 14px!important;
    }
    #sale-place h2 {
        margin: 10px auto!important;
    }
    .person-data {
        margin: 1.5em auto;
    }
    button.btn {
        padding: 10px 15px!important;
    }
    #dim {
        bottom: -6px;
    }
    #buy-btn {
        max-width: 230px!important;
        width: 230px!important;
        height: 60px;
        background: linear-gradient(92.05deg, #4aff24 2.32%, #051200 138.42%);
    }
    #granted {
        min-height: 52px!important;
    }
}