

/* Start:/bitrix/templates/1/components/bitrix/news/catalog_2024/bitrix/news.detail/.default/style.css?177573445015154*/
.producer{
    float: right;
    margin-top: -5px;
}
.desc-wrapper .detail-title{
    display: inline-block;
}
div.news-detail
{
    word-wrap: break-word;
}
div.news-detail img.detail_picture
{
    float:left;
    margin:0 8px 6px 1px;
}
.news-date-time
{
    color:#486DAA;
}
.gorod{
    display: block;
    position: relative;
    text-align: left;
    font-family: 'CoreSans_E',sans-serif;
    font-size: 14px;
}
.gorod div{
    display: block;
    font-weight: 400;
    padding: 12px 0px 6px;
}
.gorod span{
    display: block;
    width: 100%;
    font-weight: 200;
    padding: 3px 0px 2px;
}
.gorod span i{
    margin-right: 5px;
    font-size: 16px;
}
.news-detail .img-wrapper img {width: 100%;}
.news-detail .img-wrapper {float: left; width: 54%; margin-left: 10px}
.news-detail .desc-wrapper {margin-left: 54%; padding-left: 30px;}


.news-detail .prop {color: #000; font-family: MyriadProRegular; font-size: 14px; padding: 10px 15px 10px 10px}
.news-detail .value {font-family: MyriadProRegular; color: #757575; font-size: 14px; padding: 10px 10px 10px 15px;}
.news-detail .cost {margin: 10px 0px; background-color: #BF2422; color: #fff; font-size: 18px; font-family: CoreSans45; text-align: center; text-transform: uppercase; padding: 10px 0px 9px;}
.news-detail .text {color: #4a4d54; font-family: CoreSans35; font-size: 14px; margin: 20px 0px}

.news-detail .detail-title {margin: 0;
    border-left: 8px solid #bf2321;
    text-transform: uppercase;
    color: #3d3d45;
    font-size: 24px;
    font-family: CoreSans65;
    /*height: 17px; */
    padding: 0px 0px 0px 12px;
    /*line-height: 15px; */
    margin-bottom: 30px;
    margin-left:20px;}
.news-detail .detail-title h3 {text-transform: uppercase; color: #3d3d45; font-size: 24px; font-family: CoreSans65; line-height: 15px; margin: 0px}
.news-detail .producer {float: right}

.advantages-list{
    display: block;
    position: relative;
    margin: 10px 0 0;
    max-width: 100%;
    overflow: hidden;
}
.advantages-list:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    background: #DADADA;
}
.advantages-list:after{
    content: '';
    display: table;
    clear: both;
}
.advantages-item{
    display: inline-block;
    position: relative;
    margin: 18px 0 0;
    width: calc(100%/2);
    vertical-align: top;
}
.advantages-item:after{
    content: '';
    display: table;
    clear: both;
}
.advantages-item__icon{
    display: block;
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
}
.advantages-item__icon img{
    display: block;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.advantages-item__title{
    display: block;
    position: relative;
    float: left;
    margin: 0 0 0 10px;
    width: calc(100% - 40px);
    font-size: 13px;
    line-height: 17px;
}

@media (max-width:1000px) {
    .news-detail .img-wrapper {float: left; width: 50%; margin-left: 10px}
    .news-detail .desc-wrapper {margin-left: 50%;}
}
@media (max-width:650px) {
    .news-detail .img-wrapper {float: none; width: 100%; display: block; margin-left: 0px; margin-bottom: 30px}
    .news-detail .desc-wrapper {margin-left: 0%; display: block; padding-left: 0px;}
}








.product {
    padding: 20px 0 60px;
}

.product__wrapper {
    display: flex;
    justify-content: space-between;
}

.product__photos {
    position: sticky;
    top: 100px;
    height: max-content;
    display: flex;
    gap: 20px;
    max-width: 1035px;
    max-height: 800px;
    overflow-y: auto;
}



.product__mini-photos {
    max-width: 130px;
}

.mini-photos {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mini-photo {
    cursor: pointer;
    border: 1px solid white;
}
.active {
    border: 1px solid #630A09;
}
.mini-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__main-photo {
    width: 885px ;
}

.product__main-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__content {
    margin-left: 20px;
    max-width: 468px;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

.product__content::-webkit-scrollbar {
    width: 0;
}

.product__content::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.product__info {
    padding-bottom: 52px;
    position: relative;
}

.product__info::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #E6E6E6;
}

.product__info-top {
    flex-direction: row-reverse;
    display: flex;
    justify-content: space-between;
    line-height: 145.5%;
    margin-bottom: 30px;
    color: #878787;
    padding-right: 3px;
}

.product__info-top-shine {
    position: relative;
    color: #272727;
}

.product__info-top-art {
    font-style: italic;
}

.product__info-top-shine::after {
    content: '';
    position: absolute;
    background-image: url('/bitrix/templates/1/components/bitrix/news/catalog_2024/bitrix/news.detail/.default/./assets/new.jpg');
    width: 42px;
    height: 20px;
    margin-left: 12px;
}

.product__info-title {
    font-family: 'Lithium Typeface (LT)';
    font-size: 50px;
    line-height: 88.5%;
    margin-bottom: 60px;
}

.block_paspi {
    margin-bottom: 42px;
}

.block_info_kaspi {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    line-height: 1.35;
}

.block_info_kaspi img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: center;
    border-radius: 50%;
    overflow: hidden;
}

.block_info_kaspi span {
    display: block;
    color: #272727;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.block_paspi__link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    padding: 14px 30px;
    background: #432416;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
}

.block_paspi__arrow {
    font-size: 22px;
    line-height: 1;
    height: auto;
}
.block_paspi a{
    background: #31190F;
    color: white!important;
    padding: 16px 32px;
    height: 56px;
    display: block;
    max-width: fit-content;
}
.block_paspi a:hover{
    color: white;
    opacity: 0.8;
}
.product-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
    padding: 28px 22px 30px;
    margin-bottom: 40px;
    background: #F7F3EE;
}

.product-benefits__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.product-benefits__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 14px;
}

.product-benefits__icon img {
    width: 28px;
    height: 28px;
}

.product-benefits__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-benefits__title {
    font-size: 17px;
    line-height: 1.45;
}

.product-benefits__note {
    color: #878787;
    font-style: italic;
    font-size: 17px;
    line-height: 1.45;
}

.location {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.location-item {
    display: flex;
    gap: 23px ;
}

.location__box {
    position: relative;
    padding-bottom: 40px;
}

.location__box:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #E6E6E6;
}

.location__title {
    font-weight: 500;
    line-height: 145.5%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.location__phone {
    line-height: 139.5%;
    margin-bottom: 12px;
}

.location__phone a {
    color: #630A09;
    font-weight: 600;
}

.location__address {
    line-height: 139.5%;
    margin-bottom: 24px;
}

.location__address-time {
    color: #878787;
}

.location__btn {
    text-decoration: none!important;
    display: inline-block;
    padding: 8px 32px;
    border: 1px solid #272727;
    margin-left: 46px;
}

.location__btn div {
    display: flex;
    align-items: center;
}

.location__btn span {
    color: #272727;
    font-size: 14px;
    line-height: 119%;
    margin-left: 10px;
}

.product__info-show-more {
    text-decoration: none!important;
    display: inline-block;
}

.product__info-show-more div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.product__info-show-more span {
    color: #878787;
    font-size: 14px;
    line-height: 145.5%;
    position: relative;
    padding-bottom: 2px;
}

.product__info-show-more span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #878787;
}

.product__description {
    padding-top: 40px;
    padding-bottom: 10px;
}

.description__title {
    line-height: 141.386%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.description__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.description__info-item {
    display: flex;
    justify-content: space-between;
    line-height: 145.5%;
    position: relative;
}

.description__info-item-name {
    color: #878787;
    background: white;
}
.description__info-item-value{
    background: white;
}
.description__info-item:before{
    position: absolute;
    content: '';
    width: 100%;
    bottom: 0;
    z-index: -1;
    left: 0;
    height: 2px;
    border-bottom: 1px dashed #E6E6E6 ;
}
.description__text.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.description__text {
    line-height: 145.5%;
    margin-bottom: 20px;
}

.description__show-more {
    font-weight:400;
    display: inline-block;
    cursor: pointer;
}

.description__show-more div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.description__show-more span {
    color: #878787;
    font-size: 14px;
    line-height: 145.5%;
    position: relative;
    padding-bottom: 2px;
    text-decoration: none!important;
}

.description__show-more span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #878787;
}




@media (max-width: 1500px) {
    .product__wrapper {
        gap: 30px;
      /*  max-height: 800px;*/
    }
    .product__photos {
        flex-direction: column;
    }
    .product__main-photo {
        width: 100%;
        max-width: 885px ;
    }
    .product__mini-photos {
        display: flex;
        justify-content: center;
        max-width: 100%;
        order: 2;
    }

    .mini-photos {
        flex-direction: row;
        max-height: 100px;
        justify-content: center;
    }

    .product__main-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1140px) {
    .product__content {
        max-width: 400px;
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .product__photos{
        margin: 0 -20px;
    }

    .product__mini-photos{
        padding: 0 20px!important;
        justify-content: flex-start;
    }
    .swiper-pagination-bullet{
        background: black!important;
    }
    .recommendations__slider{
        margin: 0 -20px!important;
        padding: 0 20px!important;
    }
    .active {
        border: none;
    }
    .product {
        padding: 15px 0 45px;
    }
    .product__wrapper {
        flex-direction: column;
        gap: 80px;
        max-height: 100%;
    }
    .product__main-photo {
        display: none;
    }
    .product__content {
        overflow-y: auto;
        max-width: 100%;
        margin-left: 0;
    }
    .mini-photos {
        max-height: 100%;
        justify-content: start;
        gap: 0;
    }
    .mini-photo{
        max-width: 650px;
    }
    .mini-photo img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper-pagination {
        display: none;
    }
}

@media (max-width: 768px) {
    .mini-photo{
        max-width: 500px;
    }
}

@media (max-width: 850px) {
    .product__photos{
        position: relative;
        top: 0;
        height: auto;
    }
    .product {
        padding: 10px 0 30px;
    }
    .product__wrapper {
        gap: 40px;
    }
    .mini-photo{
        width: 100%;
        max-width: 600px;
    }
    .swiper-pagination {
        display: block;
    }
    .swiper-pagination-bullet-active {
        background-color: #000;
        color: #000;
    }
    .product__info-top {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .product__info-top-shine::after {
        margin-left: 6px;
    }
    .product__info-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .block_paspi {
        margin-bottom: 34px;
    }
    .block_info_kaspi {
        gap: 12px;
        margin-bottom: 16px;
    }
    .block_info_kaspi img {
        width: 24px;
        height: 24px;
    }
    .block_info_kaspi span {
        font-size: 14px;
    }
    .block_paspi__link {
        min-height: 48px;
        padding: 12px 22px;
        font-size: 16px;
    }
    .block_paspi__arrow {
        font-size: 20px;
    }
    .product-benefits {
        gap: 26px 14px;
        padding: 24px 16px;
        margin-bottom: 30px;
    }
    .product-benefits__icon {
        width: 34px;
        height: 34px;
        margin-bottom: 10px;
    }
    .product-benefits__icon img {
        width: 24px;
        height: 24px;
    }
    .product-benefits__title {
        font-size: 14px;
        line-height: 1.4;
    }
    .product-benefits__note {
        font-size: 14px;
        line-height: 1.4;
    }
    .location {
        gap: 30px;
    }
    .location-item {
        gap: 12px;
       /* padding-bottom: 30px;*/
    }
    .location-item svg {
        width: 16px;
        height: 14px;
    }
    .location__title {
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 1;
    }
    .location__phone {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        line-height: 160%;
        margin-bottom: 8px;
    }
    .location__phone a {
        font-size: 16px;
    }
    .location__address {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 20px;
    }
    .location__address-time {
        font-size: 14px;
    }
    .location__btn {
        display: block;
        width: 100%;
        margin-left: 0;
        border: 1px solid #272727;
    }
    .location__btn div {
        justify-content: center;
    }
    .product__info {
        padding-bottom: 40px;
    }
    .description__title {
        font-size: 14px;
        letter-spacing: 0.56px;
        margin-bottom: 20px;
    }
    .description__info-item {
        font-size: 14px;
        line-height: 140%;
    }
    .description__text {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 28px;
    }

}

/*------------------------------/product---------------------------------*/

/* End */


/* Start:/bitrix/templates/1/components/bitrix/news.list/catalog_adds_2024/style.css?17744303383003*/

/*------------------------------recommendations---------------------------------*/

.recommendations {
    padding: 60px 0 87px;
    overflow: hidden;
}

.recommendations__title {
    line-height: 141.386%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin-bottom: 20px;
}



.recommendations__cards {
    display: flex;
    width: max-content;
}

.recommendations__card {
    max-width: 604px;
}

.card__img {
    margin-bottom: 16px;
}

.card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card__content__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    color: #878787;
    line-height: 145.5%;
}

.card__content__top-art {
    font-style: italic;
}
.recommendations__slider.swiper{
    overflow: inherit;
}
.card__content p {
    line-height: 141.386%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    max-width: 500px;
}

.recommendations__arrow-right {
    position: absolute;
    top: 35%;
    right: 5px;
    display: inline-block;
    border-radius: 30px;
    background-color: #272727;
    backdrop-filter: blur(5.25px);
    padding: 10px 14px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
}
.recommendations__arrow-left {
    position: absolute;
    top: 35%;
    left: 5px;
    display: inline-block;
    border-radius: 30px;
    background-color: #272727;
    backdrop-filter: blur(5.25px);
    padding: 10px 14px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
    transform: rotate(180deg);
}

.recommendations__slider:hover .recommendations__arrow-right {
    opacity: 1;
}

.recommendations__slider:hover .recommendations__arrow-left {
    opacity: 1;
}


@media (max-width: 1500px) {
    .recommendations__card {
        max-width: 600px;
    }
}

@media (max-width: 1400px) {
    .recommendations__card {
        max-width: 300px;
    }
}

@media (max-width: 1140px) {
  /*  .recommendations__card {
        max-width: 450px;
    }*/
}

@media (max-width: 992px) {
    .recommendations {
        padding: 45px 0 70px;
    }
  /*  .recommendations__card {
        max-width: 400px;
    }*/
    .card__content__top {
        font-size: 16px;
    }

    .card__content p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
   /* .recommendations__card {
        max-width: 320px;
    }*/
}

@media (max-width: 600px) {
    .recommendations__arrow-left, .recommendations__arrow-right{
        display: none!important;
    }
    .recommendations {
        padding: 30px 0 60px;
    }

    .recommendations__card {
        max-width: 244px;
    }

    .recommendations__title {
        font-size: 14px;
        letter-spacing: 0.56px;
        margin-bottom: 20px;
    }

    .card__content__top {
        font-size: 14px;
        line-height: 140%;
    }

    .card__content p {
        font-size: 14px;
        letter-spacing: 0.56px;
        max-width: 244px;
    }
}
/* End */
/* /bitrix/templates/1/components/bitrix/news/catalog_2024/bitrix/news.detail/.default/style.css?177573445015154 */
/* /bitrix/templates/1/components/bitrix/news.list/catalog_adds_2024/style.css?17744303383003 */
