

/* Start:/local/templates/cf/components/bitrix/catalog.element/main/style.css?176457937119659*/
.product-page {
    margin-top: 40px;
}

.product-title {
    font-size: 31px;
    color: var(--title);
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 25px;
    margin-top: -10px;
}

.sku {
    font-size: 16px;
    margin-bottom: 25px;
}

.product-page__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-image {
    gap: 45px 0;
}

.product-image:not(.swiper-initialized) {
    overflow: visible;
}

.product-image.swiper .swiper-wrapper {
    min-width: 100%;
}


.product-image .swiper-slide {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid #bbbbbb;
    border-radius: 10px;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 37px 25px -20px #00000059;
    box-shadow: 0 37px 25px -20px #00000059;
    overflow: hidden;
    position: relative;
}

.product-image:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    margin-right: -0.5px;
}

.product-image .only-one {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.product-image:not(.swiper-initialized) .swiper-slide:nth-child(n+3) {
    display: none;
}

.product-left {
    width: 50%;
}

.product-image__img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 620px;
}

.product-right {
    width: 50%;
    padding-left: 50px;
    padding-bottom: 35px;
}

.product-info__availability {
    font-size: 18px;
    font-weight: 700;
    gap: 25px 35px;
    margin-bottom: 10px;
	align-items: flex-start;
}

.product-info__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}


.available {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.availability {
    font-weight: 300;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
	align-items: flex-start;
}
.availability>div {
	display: flex;
    flex-direction: column;
}

.availability span span {
    font-weight: 700;
}

.product-info__price {
    display: flex;
    align-items: center;
    width: 100%
}

.sizes-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 40px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
    transition: .3s
}

.sizes-btn:hover {
    color: var(--primary)
}

.sizes-btn svg {}


.price {
    font-size: 40px;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
    margin: 5px 0
}
.price span {
    color: #111111;
    font-size: 16px;
}
.empty_price {
	color: #111111;
	font-size: 20px;
}

.one-click-buy {
    white-space: nowrap;
}

.product-buttons {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    margin-top: 20px;
    width: 100%
}

.product-buttons.one-btn {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    width: 50%;
    margin-left: 0;
    margin-right: auto;
}

.product-buttons:not(.one-btn) {
    margin-top: 0;
}

.product-buttons__item {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-right: 25px;
    color: var(--text);
}

.product-buttons__item.bold {
    cursor: pointer;
    align-items: center;
}

.product-buttons__item.bold:hover,
.product-buttons__item.bold.active {
    color: var(--primary);
}

.product-buttons__item svg {
    position: relative;
    top: 2px;
    min-width: 25px;
    width: 25px
}

.bold {
    font-weight: 700;
}

.product-attention {
    font-size: 17px;
    margin-top: 30px;
}

.product-properties {
    margin: 25px 0 50px 0;
}

.product-properties__item {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
}
.product-properties__item a {
    color: var(--primary);
}

.product-properties__title {
    width: 42%;
    min-width: 42%;
}

.product-properties__value {
    font-weight: 700;
}

.product-video {
    position: relative;
    margin-bottom: 50px;
    cursor: pointer;
    box-shadow: 0 35px 19px -32px #00000059;
}

.product-kp {
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    gap: 20px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-video__img {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.product-video:hover .product-video__img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.download {}

.product-kp__btn {
    background: transparent;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.product-kp__btn:hover {
    color: var(--primary)
}

.send {}

.product-advantages {
    font-size: 16px;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.payment {
    font-size: 18px;
    text-transform: uppercase;
    color: #333333;
    margin: 20px 0 30px 0;
}

.payment__icons,
.delivery__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
}

.delivery__icons {
    flex-wrap: wrap;
    gap: 20px 15px;
}


.delivery__icons-item,
.payment__icons-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.delivery__icons img,
.payment__icons img {
    max-width: 100%;
}

.tabs {
    margin-top: 25px;
}

.tab-content__item h2 {
    margin-bottom: 23px;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 40px
}
.tab-content a {
	text-decoration: underline;
}
.tab-content a:hover {
	text-decoration: none;
}

.tab-content__item>h3:first-child,
.tab-content__item>h2:first-child {
    margin-top: 0 !important
}

.tab-content__item h3{
    margin-top: 50px;
    font-size: 18px;
}
.tab-content__item h6 {
    font-size: 18px;
	margin: 20px 0;
}

.tab-content__item p {
    margin-bottom: 20px
}

.tab-nav {
    padding: 0;
    background: var(--light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    -webkit-box-shadow: 0 27px 29px -24px #000000ba;
    box-shadow: 0 27px 29px -24px #000000ba;
}

.tab-nav__item {
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tab-nav__link {
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    color: #000000;
    padding: 1.2rem 2.2rem;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    width: 100%;
}

.tab-nav__link:not(.active) {
    position: relative;
    color: var(--text);
}

.tab-nav__link:not(.active)::before {
    content: '';
    position: absolute;
    right: -5px;
    top: 20px;
    width: 2px;
    height: 25px;
    background: var(--primary);
}

.tab-nav__item:last-child .tab-nav__link:not(.active)::before {
    display: none;
}

.tab-nav__link.active {
    background: var(--primary);
    color: #ffffff;
}

.tab-content {
    font-size: 14px;
}

.tab-content__item {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    font-size: 17px;
    max-width: 1145px;
    margin: 0 auto;
}

.tab-content__item.active {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    overflow: hidden;
    padding: 60px 15px 30px 15px;
    opacity: 1;
}

.tab-content__item ul {
    margin: 40px 0 30px 0;
    list-style: none;
    padding: 0;
}

.tab-content__item ul li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 22px;
}

.tab-content__item ul li:before {
    content: '';
    background: url(/local/templates/cf/images/point_menu.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}

.sertificates {
    display: flex;
    justify-content: space-between;
    gap: 20px 40px;
    flex-wrap: wrap;
}

.sertificates__item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 17px;
}

.sertificates__icon {}

.sertificate__title {}

.reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.reviews__item {
    display: flex;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 30px;
    flex-wrap: wrap;
    gap: 25px 0;
    width: 100%
}

.reviews__name {
    font-size: 20px;
    font-weight: 800;
    margin-right: auto;
}

.reviews__stars {
    position: relative;
}

.reviews__bg {
    background: url(/local/templates/cf/components/bitrix/catalog.element/main/../images/star.svg);
    width: 133px;
    height: 20px;
}

.reviews__fill {
    background: url(/local/templates/cf/components/bitrix/catalog.element/main/../images/star-active.svg);
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.reviews__date {
    font-size: 14px;
    width: 155px;
    text-align: right;
}

.popup__title {
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    line-height: 1.4;
}

.popup .sku {
    font-size: 16px;
    margin-top: 20px;
}

.popup__price {
    margin: 4px 0;
    font-size: 30px !important;
    margin-right: 25px;
}

.popup__bold {
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
    margin: 20px 0;
}

.reviews__item .reviews__text {
	width: 100%;
}



@media screen and (max-width:1360px) {

    .product-info__form .btn {
        padding: 8px 16px;
        font-weight: 600;
        font-size: 16px;
    }

    .product-title {
        font-size: 23px;
    }

    .product-advantages,
    .tab-content__item {
        font-size: 15px;
    }

    .payment {
        font-size: 16px;
    }

    .product-buttons__item {
        font-size: 14px;
    }

    .product-properties__item {
        font-size: 15px;
    }


    .form-item-qty {
        font-size: 20px;
    }

    .form-text {
        max-width: 65px;
    }

    .sku {
        font-size: 14px;
    }

    .price {
        font-size: 32px;
    }

    .product-info__availability {
        font-size: 15px;
    }

    .tab-nav__link {
        padding: 0.8rem 1.2rem;
        font-size: 16px;
    }

    .tab-nav__link:not(.active)::before {
        top: 7px;
    }

    .tab-nav {
        box-shadow: 0 17px 21px -14px #00000033;
    }

    .product-kp {
        font-size: 16px;
        gap: 15px
    }

    .product-kp__btn {
        font-size: 15px;
    }

}

@media screen and (max-width:1024px) {

    .checkbox {
        font-size: 12px;
    }

    .popup__title {
        font-size: 20px;
    }
    .popup__bold {
        font-size: 14px;
        line-height: 1.2;
    }

    .popup .form-text {
        max-width: 55px;
    }

    .product-info__form .form-item-qty input {
        font-weight: 700;
        font-size: 17px;
    }

    .popup .sku {
        font-size: 15px;
        margin-top: 15px;
    }

    .popup__price {
        font-size: 22px !important;
        margin-right: 20px;
    }

    .product-title {
        font-size: 19px;
    }

    .product-kp {
        font-size: 14px;
        gap: 10px;
    }

    .product-kp__btn {
        font-size: 14px;
        gap: 10px
    }

    .product-kp__btn svg {
        height: 20px
    }

    .product-buttons__item {
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .available,
    .availability {
        gap: 10px;
        white-space: nowrap;
    }

    .product-info__form .btn {
        padding: 8px 15px;
        font-size: 15px;
        display: flex;
        align-items: center;
    }

    .product-info__availability {
        gap: 20px 25px;
    }

    .product-left {
        width: 45%;
    }

    .product-right {
        width: 55%;
        padding-left: 35px;
    }

    .tab-nav__link:not(.active)::before {
        display: none;
    }

    .tab-nav__link {
        border-radius: 8px;
    }

    .tab-nav {
        padding: 10px 0;
    }

    .reviews__name {
        width: calc(100% - 133px);
        padding-right: 30px;
    }

    .reviews__stars {
        width: 133px
    }

}


@media screen and (max-width:767px) {
    

    .price {
        margin: 2px 0;
    }

    .product-info__form .form-item-qty input {
        font-size: 16px;
        max-width: 46px
    }

    .product-info__form .form-item-qty {
        font-size: 18px;
        margin-left: auto;
        margin-right: auto;
        padding: 1px 18px;
    }

    .product-info__price {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .product-info__price.have-offers {
        width: 100%;
        justify-content: center;
    }

    .sizes-btn {
        margin-left: 30px;
        font-size: 15px;
        gap: 6px;
    }

    .offers-popup__title {
        font-size: 16px;
    }

    .sizes-btn svg {
        width: 20px;
    }

   

    .product-image .swiper-slide {
        box-shadow: 0 35px 19px -32px #00000059;
    }


    .product-title {
        margin-top: 0;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .availability span {
        margin-left: -2px;
    }

    .product-left {
        gap: 15px 0;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .price {
        font-size: 20px;
    }

    .form-item-qty {
        font-size: 15px;
        padding: 0 12px;
    }

    .form-text {
        max-width: 40px;
    }

    .product-page {
        margin-top: 0;
    }

    .product-info__form .btn {
        padding: 6px 14px;
        font-size: 12px;
    }

    .product-info__form {
        gap: 20px 12px;
        max-width: 272px;
        justify-content: center;
    }

    .sku {
        text-align: center;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .available,
    .availability {
        gap: 7px;
    }

    .product-info__availability {
        gap: 20px 15px;
        font-size: 12px;
        align-items: center;
    }

    .product-info__availability svg {
        height: 15px
    }

    .product-info__availability {
        justify-content: center;
    }

    .product-page__container {
        flex-direction: column;
    }

    .product-right {
        width: 100%;
        padding-left: 0;
        align-items: center;
    }

    .product-image .swiper-wrapper {
        margin-bottom: 20px;
    }

    .product-info {
        margin-top: 10px;
    }


    .product-information,
    .product-payment {
        max-width: 100%;
    }

    .payment__icons {
        gap: 15px;
        margin: 15px 0;
    }

    .product-properties__title {
        width: 36%;
        min-width: 36%;
    }
	
    .tab-content__item {
        font-size: 13px;
    }

    .product-kp__btn {
        font-size: 12px;
        gap: 7px;
    }

    .product-kp {
        font-size: 12px;
    }

    .product-properties__item {
        font-size: 13px;
    }

    .product-attention {
        margin-top: 0
    }

    .product-properties {
        margin: 10px 0 35px 0;
    }

    .tab-nav__link {
        padding: 0.3rem 0.4rem;
        font-size: 12px;
        font-weight: 600;
    }
	
	.product-attention {
		font-size: 15px;
	}

    .product-buttons__item {
        font-size: 12px;
    }

    .tab-nav__link.active {
        padding: 0.3rem 0.6rem;
    }

    .tab-content__item,
    .sertificates__item {
        font-size: 14px
    }

    .tab-nav {
        box-shadow: 0 26px 17px -23px #00000033;
        gap: 8px 2px;
    }

    .tabs {
        margin-top: 0;
    }

    .tab-content__item.active {
        padding: 25px 0 0 0;
    }

    .tab-nav__item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .reviews__item {
        gap: 15px 0;
    }

    .reviews__date {
        text-align: left;
    }

    .reviews__name {
        font-size: 15px;
    }

    .reviews__date {
        font-size: 12px;
    }

    .reviews__text {
        font-size: 14px;
    }

    .tab-content__item h3 {
        margin-top: 30px;
        font-size: 16px;
    }

    .tab-content__item ul {
        margin: 30px 0 20px 0;
    }

    .product-video {
        margin-bottom: 40px;
    }

}

@media screen and (max-width:640px) {

    .product-image:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }


    .product-image:not(.swiper-initialized) .swiper-slide:nth-child(n+2) {
        display: none;
    }

    .product-image__img {
        max-height: 246px;
        width: 246px;
    }

}


@media screen and (max-width:567px) {
    .reviews__fill {
        background-size: 16px;
        height: 12px;
    }

    .reviews__bg {
        width: 80px;
        background-size: 16px;
        height: 12px;
    }

    .reviews__stars {
        width: 80px;
    }

    .reviews__name {
        width: calc(100% - 80px);
        padding-right: 20px;
        line-height: 1.2;
    }

    .product-info__availability {
        flex-direction: column;
        gap: 8px;
    }
}

.product-info .product-item__labels {
    align-items: baseline;
    justify-content: space-between;
}

.offers-popup.offers_roznica .offers-popup__item {
	display: none;
}
.offers-popup.offers_roznica .offers-popup__item[data-offline="Y"] {
	display: flex;
}
.offers-popup.offers_roznica .offline_label {
	display: inline-block;
}
.offers-popup .offline_label {
	display: none;
}

.product-info_buttons {
	display: flex;
	align-items: center;
	gap: 15px;
}

.product-info_buttons button.product-buttons__item {
	margin: 0;
}

.product-buttons_wrapper {
	margin-bottom: 30px;
}

@media(max-width: 767px) {
	.product-info__mobile {
		flex-direction: column;
		gap: 15px;
	}

	.product-info__mobile .sku {
		flex-direction: row;
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: space-between;
	}
}

@media(max-width: 576px) {
	.product-buttons_wrapper {
		margin-top: 30px;
	}
}

.product-buttons__item svg path {
	fill: #000;
}

.product-buttons__item.active svg path {
	fill: #FF7316;
}

.models_mini-wrapper {
    padding: 15px 0;
}

.models_mini-wrapper h2 {
    font-size: 16px;
}
/* End */


/* Start:/local/templates/cf/components/bitrix/news.list/reyting/style.css?17817551562684*/
.section-external-reviews {
    margin-top: 70px;
}

.external-reviews {
    margin: 30px 0 70px 0;
    flex-wrap: wrap;
}

.external-reviews__item {
    box-shadow: 0 26px 25px -30px #00000059;
    flex-grow: 1;
    padding: 40px 15px;
    display: flex;
    gap: 30px;
    flex-grow: 1;
}

.external-reviews__content {
    gap: 18px 0;
    display: flex;
    flex-direction: column;
}

.external-reviews__count {
    font-size: 20px;
    font-weight: 700;
}

.external-reviews__link {}
.external-reviews__link .only-mobile {
    width: auto
}

.external-reviews__stars {
    margin-left: 30px;
    position: relative;
}

.reviews__mark {
    position: absolute;
    left: -32px;
    font-size: 19px;
    top: 1px;
    line-height: 1;
}

.reviews__stars {
    position: relative;
}

.reviews__bg {
    background: url(/local/templates/cf/images/star.svg);
    width: 133px;
    height: 20px;
}

.reviews__fill {
    background: url(/local/templates/cf/images/star-active.svg);
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.external-reviews .arrow-btn i {
    font-style: normal;
}


@media screen and (max-width: 1480px) {
    .external-reviews__img {
        width: 150px;
    }
}

@media screen and (max-width: 576px) {

    .external-reviews__link {
        gap: 10px;
    }

    .external-reviews {
        margin: 30px 0 40px 0;
    }

    .section-external-reviews {
        margin-top: 40px;
    }

    .reviews__mark {
        left: -22px;
        font-size: 12px;
        top: 0px;
    }

    .external-reviews__item {
        padding: 10px 0;
        box-shadow: none;
        gap: 18px;
        align-items: center;
        justify-content: space-between;
    }

    .external-reviews__content {
        flex-direction: row;
        flex-grow: 1;
        justify-content: space-between;
        align-items: center;
    }


    .external-reviews__stars {
        width: 80px;
        background-size: 16px;
        height: 12px;
        margin-left: 20px;
    }

    .reviews__fill {
        background-size: 16px;
        height: 12px;
    }

    .reviews__bg {
        width: 80px;
        background-size: 16px;
        height: 12px;
    }


    .external-reviews .arrow-btn {
        font-size: 12px;
        gap: 4px;
        line-height: 1.1;
        margin-left: 20px
    }

    .external-reviews .arrow-btn svg {
        width: 14px;
    }

    .external-reviews .arrow-btn span {
        font-weight: 600;
    }

    .external-reviews__img {
        width: 80px;
    }

    .external-reviews__count {
        display: none;
    }
}

@media screen and (max-width: 385px) {
    .external-reviews .arrow-btn i {
        width: 48px;
    }
}

/* End */


/* Start:/local/templates/cf/css/form-review.css?1720645200598*/
.rating-mark {
    width: 125px;
    height: 25px;
    margin-left: 10px;
}

.rating-mark input[type="radio"] {
    display: none;
}

.rating-mark__label {
    float: right;
    display: block;
    width: 25px;
    height: 25px;
    background: url(/local/templates/cf/images/star.svg) no-repeat 50% 0;
    cursor: pointer;
    transition: .4s;
}

.rating-mark .rating-mark__label:hover,
.rating-mark .rating-mark__label:hover ~ .rating-mark__label,
.rating-mark input[type="radio"]:checked ~ .rating-mark__label {
    background: url(/local/templates/cf/images/star-active.svg) no-repeat 50% 0;
}

/* End */


/* Start:/local/templates/cf/components/bitrix/catalog.products.viewed/main/style.css?17817768263476*/
.section-crosslink {
    margin-bottom: 80px;
    margin-top: 75px;
}

.crosslink {}

.crosslink-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.crosslink:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.crosslink:not(.swiper-initialized) .swiper-slide:nth-child(n+4) {
    display: none;
}

.crosslink__item,
.crosslink__item.swiper-slide {
    padding: 25px 20px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    gap: 30px 25px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 37px 25px -20px #00000059;
    box-shadow: 0 37px 25px -20px #00000059;
    border: 1px solid #e7e7e7;
    min-height: 185px;
    width: 33.333%
}


.crosslink__picture {
    position: relative;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 35px;
}

.crosslink__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    height: 150px;
}

.crosslink__item:hover .crosslink__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.crosslink__price {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--primary);
    color: #ffffff;
    padding: 6px 32px;
    border-radius: 0 8px 0 0;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.crosslink__content {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 30px;
}

.crosslink__title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.crosslink__title:hover {
    color: var(--primary)
}


@media (max-width: 640px) {
    .crosslink:not(.swiper-initialized) .swiper-wrapper {
        flex-direction: column;
    }

    .crosslink__item {
        width: 100%
    }
}


@media (max-width: 576px) {

    .section-crosslink {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    
    .crosslink__title {
        font-size: 14px;
    }

    .crosslink__item, .crosslink__item.swiper-slide {
        margin: 0;
        min-height: auto;
        box-shadow: 0 18px 14px -14px #00000059;
        width: 100%
    }

    .crosslink-nav {
        margin-top: 35px;
    }

    .crosslink__price {
        padding: 4px 25px;
        font-size: 15px;
    }

    .crosslink__picture {
        padding-bottom: 25px;
    }
}

/* End */
/* /local/templates/cf/components/bitrix/catalog.element/main/style.css?176457937119659 */
/* /local/templates/cf/components/bitrix/news.list/reyting/style.css?17817551562684 */
/* /local/templates/cf/css/form-review.css?1720645200598 */
/* /local/templates/cf/components/bitrix/catalog.products.viewed/main/style.css?17817768263476 */
