

/* Start:/local/templates/belkorm/components/bitrix/news.detail/brand_detail/style.css?16933102097933*/
.product__container {
    max-width: 1520px;
    margin: 85px auto 0 auto;
    padding: 0 20px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
}
.product__name {
    display: block;
    margin-bottom: 32px;
    font-size: 12px;
    line-height: 140%;
    color: #606060;
}
.product__wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 41.54% 56.36%;
    column-gap: 31px;
}
.product__wrapper-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.product__wrapper-image {
    width: 429px;
    height: 429px;
}
.product__wrapper-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product__wrapper-block {
    padding-bottom: 118px;
}
.product__wrapper-title {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 118.01%;
    color: #4c4c4c;
    margin-bottom: 10px;
}
.product__wrapper-description {
    font-size: 14px;
    line-height: 118.01%;
    color: #4c4c4c;
    margin-bottom: 34px;
}
.product__wrapper-buttons {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.product__wrapper-weight span {
    font-size: 14px;
    line-height: 118.01%;
    color: #575757;
}
.product__wrapper-weight {
    margin-bottom: 24px;
}
.product__button-count {
    position: relative;
    width: 10px;
    height: 10px;
    padding: 0;
}
.product__button-count::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    z-index: 1;
}
.product__wrapper-control {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.product__wrapper-control input {
    width: 46px;
    height: 46px;
    background-color: #fafafa;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center;
}
.product__wrapper-control a {
    padding: 10px 30px;
    background-color: #c00d0d;
    border-radius: 5px;
    font-size: 16px;
    line-height: 118.01%;
    color: #fff !important;
    transition: 0.5s ease;
}
.product__wrapper-control a:hover {
    transition: 0.5s ease;
    background-color: #b00d0d;
}
.product__wrapper-control a:active {
    background-color: #9b0b0b;
}
.product__button-count--minus {
    margin-right: 16px;
}
.product__button-count--plus {
    margin-left: 16px;
    margin-right: 38px;
}
.product__button-count--plus::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    transform: translateX(-50%);
    background-color: #000;
    z-index: 1;
}
.product__wrapper-buttons button {
    font-weight: 700;
    font-size: 16px;
    line-height: 118.01%;
    background-color: #fafafa;
    width: 60px;
    height: 39px;
    border-radius: 4px;
    margin-right: 10px;
    border: 1px solid transparent;
    color: #4a4a4a;
    padding: 0;
}
.product__wrapper-button--active {
    border: 1px solid #858585 !important;
}
.product__wrapper-buttons button:last-of-type {
    margin-right: 0;
}
.product__wrapper-price {
    display: block;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 118.01%;
    color: #c00d0d;
    margin-bottom: 30px;
}
.product__wrapper-address {
    margin-bottom: 42px;
}
.product__wrapper-address span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 118.01%;
}
.product__wrapper-select {
    position: relative;
    display: inline-block;
    background-color: #fafafa;
    border-radius: 4px;
}
.product__wrapper-select input {
    width: 241px;
    padding: 10px 43px 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 118.01%;
}
.product__wrapper-select-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}
.product__wrapper-select svg {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.product__wrapper-text {
    font-size: 16px;
    line-height: 136%;
    margin-bottom: 30px;
    max-width: 568px;
}
.product__wrapper-text:last-of-type {
    margin-bottom: 0;
}
.product__wrapper-text span {
    display: block;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 118.01%;
    color: #4c4c4c;
    margin-bottom: 14px;
}
.product__wrapper-recomendation {
    margin-bottom: 30px;
}
.product__wrapper-recomendation h3 {
    display: block;
    margin-bottom: 20px;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 118.01%;
    color: #4c4c4c;
}
.product__wrapper-recomendation span {
    display: block;
    margin-top: 18px;
    font-size: 14px;
    line-height: 118.01%;
    color: #4c4c4c;
}
.product__wrapper-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1px;
    max-width: 643px;
    margin-bottom: 1px;
}
.product__wrapper-row:last-child {
    margin-bottom: 0;
}
.product__wrapper-row li {
    font-weight: 600;
    font-size: 14px;
    line-height: 118.01%;
    padding: 15px 20px;
}
.product__wrapper-row--head li {
    background-color: #4c4c4c;
    color: #ffffff;
    font-family: "Roboto Slab";
}
.product__wrapper-row--body li {
    background-color: #fafafa;
    color: #4c4c4c;
}
.product__wrapper-title--mobile {
    display: none;
}
.product__wrapper-description--mobile {
    display: none;
}
@media (max-width: 1400px) {
    .product__container {
        max-width: 1144px;
    }
    .product__wrapper-block {
        padding-bottom: 60px;
    }
}
@media (max-width: 1100px) {
    .product__wrapper-block {
        padding-right: 20px;
    }
    .product__wrapper-image {
        width: 100%;
    }
}
@media (max-width: 990px) {
    .product__name {
        display: none;
    }
    .product__container {
        margin-top: 133px;
    }
}
@media (max-width: 767px) {
    .product__container {
        margin-top: 89px;
    }
    .product__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        column-gap: 0;
    }
    .product__wrapper-title--desctop {
        display: none;
    }
    .product__wrapper-description--desctop {
        display: none;
    }
    .product__wrapper-title--mobile {
        display: block;
        font-size: 20px;
        line-height: 118.01%;
        margin-bottom: 8px;
    }
    .product__wrapper-description--mobile {
        display: block;
        font-size: 12px;
        line-height: 136%;
        margin-bottom: 24px;
    }
    .product__wrapper-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 24px;
    }
    .product__wrapper-image {
        width: 297px;
        height: 297px;
    }
    .product__wrapper-weight {
        margin-bottom: 27px;
    }
    .product__wrapper-control {
        margin-bottom: 24px;
    }
    .product__wrapper-price {
        font-size: 20px;
        line-height: 118.01%;
        margin-bottom: 16px;
    }
    .product__wrapper-address {
        margin-bottom: 32px;
    }
    .product__wrapper-address span {
        font-size: 12px;
    }
    .product__wrapper-select input {
        font-size: 12px;
    }
    .product__wrapper-text {
        font-size: 14px;
        line-height: 118.01%;
        margin-bottom: 24px;
    }
    .product__wrapper-block {
        padding-bottom: 40px;
    }
    .product__wrapper-text span {
        margin-bottom: 8px;
    }
    .product__wrapper-recomendation h3 {
        margin-bottom: 16px;
    }
    .product__wrapper-row li {
        font-size: 12px;
        padding: 9px 20px;
    }
    .product__wrapper-recomendation span {
        font-size: 11px;
        margin-top: 16px;
    }
}

/* End */
/* /local/templates/belkorm/components/bitrix/news.detail/brand_detail/style.css?16933102097933 */
