/*.container {*/
/*    max-width: 1688px;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    padding-right: 15px;*/
/*    padding-left: 15px;*/
/*}*/

.comparison-title {
    padding-top: 35px;
    margin-bottom: 23px;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
}

.comparison-settings {
    padding-top: 12px;
    padding-bottom: 14px;
    background-color: #f2f2f2;
    position: sticky;
    top: 42px;
    z-index: 999;
    margin-bottom: 20px;
}


.comparison-settings__list {
    display: flex;
    align-items: center;
}

.comparison-settings__list-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-right: 12px;
}

.comparison-settings__select select {
    padding: 13px 30px 13px 11px;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
}

.comparison-settings__wrapper {
    display: flex;
    align-items: center;

}

.comparison-settings__add {
    padding: 0px 30px;
    gap: 3px;
    width: 141px;
    height: 40px;
    background: #C41230;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    position: relative;
    margin-left: 12px;
    margin-right: 12px;
    text-align: left;
}

.comparison-settings__add:hover {
    background: #da2644;
    color: #fff;
}


.comparison-settings__add::after {
    content: '';
    background-image: url("/images/icons/plus.svg");
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 31px;
    top: 11px
}

.comparison-settings__clear {
    padding: 0px 30px;
    gap: 3px;
    width: 189px;
    height: 40px;
    border: 1px solid #C41230;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #C41230;
    position: relative;
    text-align: left;
}

.comparison-settings__clear:after {
    content: '';
    background-image: url("/images/icons/clear.svg");
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 34px;
    top: 9px;
}


.comparison-settings__switcher {
    display: flex;
    margin-left: auto;
}

.comparison-settings__switcher-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    margin-right: 10px;
}



.check-box input[type="checkbox"] {
    position: relative;
    width: 53px;
    height: 16px;
    -webkit-appearance: none;
    appearance: none;
    background: #CDCDCD;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
}

.check-box input[type="checkbox"]::before {
    content: "";
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #E5E5E5;
    position: absolute;
    top: -6px;
    left: 0;
    transition: 0.5s;
}

.check-box input[type="checkbox"]:checked::before {
    left: calc(100% - 29px);
    background: #fff;
}

.comparison-products {
    position: relative;
    top: 0;
    transition: 0.5s;
    background-color: #f2f2f2;
}

.common-template__wrapper.sticky .cmp-tbl__products{
    position: sticky;
    top: 108px;
    z-index: 9;
    transition: 1s;
    transition: 0.5s;
}

.comparison-products__list {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 12px;
    background-color: #f2f2f2;
    padding-bottom: 12px;
}

.comparison-products__list .slick-track {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 12px;
}

.comparison-products__list .slick-arrow {
    cursor: pointer
}

.comparison-products__list .slick-arrow.slick-disabled {
    cursor: auto;
    display: block !important;
}
.comparison-products__list .slick-arrow.slick-disabled path {
    fill: #E5E5E5
}

.comparison-products__list .slick-arrow {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    z-index: 99;
    padding: 57px 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
}

.common-template__wrapper.sticky  .comparison-products__list .slick-arrow {
    padding: 40px 8px;
}

.comparison-products__list .arrow-prev {
    left: 25px;
}
.comparison-products__list .arrow-next {
    right: 25px;
}

.comparison-products__item {
    position: relative;
    background-color: #fff;
    padding: 19px 25px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex !important;
    flex-wrap: wrap;
    flex: 0 0 324px;
    max-width: 324px;
}

.comparison-products__item .del {
    top: 7px;
    right: 7px;
    left: auto;
}

.comparison-products__item .del:hover::after, .comparison-products__item .del:hover::before {
    content: '';
    top: 14px;
    left: 7px;
}

.comparison-products__image {
    text-align: center;
    margin-bottom: 15px;
    flex: 0 0 100%;
}

.comparison-products__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
    height: 48px;
    overflow: hidden;
}

.common-template__wrapper.sticky .comparison-products__title {
    font-size: 10px;
}


.comparison-products__price {
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    position: relative;
    flex: 0 0 70%;
    display: flex;
    align-items: center;
}

.comparison-products__price-currency {
    font-size: 18px;
    line-height: 21px;
}

.comparison-products__discount-wrapper {
    position: absolute;
    font-weight: 600;
    color: #cccccc;
    top: -3px;
    right: 0;
}

.comparison-products__discount-price {
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: line-through;
}

.comparison-products__discount-currency {
    font-size: 13px;
    line-height: 15px;
}

.comparison-products__add-cart {
    flex: 0 0 30%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.comparison-products__add-cart .buy-btn {
    background-color: #C41230;
    position: relative;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    width: 44px;
    height: 40px;
    min-width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.comparison-products__add-cart .buy-btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("/images/icons/cart-buy.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.common-template__wrapper.sticky .comparison-products__image {
    flex: 0 0 50%;
}

.common-template__wrapper.sticky .comparison-products__image img {
    width: 85%;
}

.common-template__wrapper.sticky .comparison-products__title {
    flex: 0 0 50%;
    /*padding-top: 20px;*/
}

.comparison-characteristics {
    padding: 35px 0 73px;
}

.comparison-characteristics__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
}

.cmp-tbl__attrs {
    margin-top: 30px;
}

.comparison-characteristics__header {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    padding: 19px 0 19px 40px;
    background-color: #E5E5E5;
}



.comparison-characteristics__value .slick-track {
    display: flex;
}

.comparison-characteristics__value .slick-slide > div {
    height: 100%;
}

.comparison-characteristics__value {
    display: flex;
    grid-auto-rows: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
}

.page-container {
    max-width: 1688px;
    width: 100%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.cmp-tbl__sticky-products-wr {
    display: block;
}

.comparison-characteristics__value .slick-current.slick-slide  {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.comparison-characteristics__value .slick-slide:not(.slick-current)  {
    border-right: 1px solid #E5E5E5;
}

.comparison-characteristics__value .comparison-characteristics__value-item {
    padding: 18px 27px;
    text-align: center;
    opacity: 0.55;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 264px;
    flex: 0 1 264px;
}

.comparison-settings__switcher.desktop {
    display: flex;
}


.comparison-settings__switcher.mobile {
    display: none;
}

.comparison-products__image img {
    max-width: 170px;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

.comparison-characteristics__value .comparison-characteristics__value-item {
    border-left: 1px solid #ccc;
}

.comparison-characteristics__value-item:last-child {
    border-right: 1px solid #E5E5E5;
}

.comparison-characteristics__value {
    gap: 12px;
}

.comparison-characteristics__value.slick-initialized {
    border-left: none;
}

.comparison-characteristics__value.slick-initialized .comparison-characteristics__value-item:last-child {
    border-right: none
}

.comparison-characteristics__value.slick-initialized .comparison-characteristics__value {
    gap: normal;
}

@media (max-width: 1336px) {
    .comparison-products__item {
        padding-left: 11px;
        padding-right: 11px;
    }
}

@media(max-width: 1200px) {

    * {
        scroll-behavior: auto;
    }

    .comparison-characteristics__value-item:last-child {
        border-right: 1px solid #E5E5E5;
    }

    .comparison-characteristics__table {
        border-right: 1px solid #E5E5E5;
    }

    .cmp-tbl__products, .cmp-attrss {
        margin-left: 0;
        margin-right: 0;
    }

    .comparison-characteristics__value .comparison-characteristics__value-item {
        padding: 18px 27px;
        text-align: center;
        opacity: 0.55;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #ccc;
    }

    .page-container {
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        /*max-width: 140.6rem;*/
        /*width: 100%;*/

    }

    .comparison-characteristics__value .comparison-characteristics__value-item {
        flex: 0 0 auto;
        max-width: 100%;
        width: 264px;
    }

    .comparison-characteristics__value {
        position: relative;
        flex: 1 1 auto;
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 12px;
    }

    .comparison-characteristics__header {
        flex: 0 0 auto;
        min-height: 3.2rem;

        padding: 0.8rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .cmp-attrs__center {
        position: absolute;
        left: 20%;

        width: max-content;
        transform: translateX(-20%);
    }
    .scroll {
        overflow: auto;
    }

    .scroll, .scroll-x, .scroll-y {
        -webkit-overflow-scrolling: touch;
        will-change: scroll-position;
    }

    .cmp-tbl__products {
        display: flex;
        flex-wrap: nowrap;
    }

    .cmp-tbl__products {

        width: max-content;
    }

    .cmp-tbl__attrs {

        width: max-content;
    }

    .cmp-tbl {
        position: relative;
    }

    .cmp-tbl__products {
        display: flex;
        flex-wrap: nowrap;
    }

    .cmp-tbl__sticky-products-wr {
        position: absolute;
        left: 0;
        top: -100%;
        transform: translateY(-100%);
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none;

    }

    .common-template__wrapper.sticky .cmp-tbl__sticky-products-wr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: translateY(0);
        z-index: 1;
        pointer-events: none;
    }

    .common-template__wrapper.sticky .cmp-tbl__sticky-products-wr .cmp-tbl__sticky-products::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .cmp-tbl__sticky-products-container {
        position: -webkit-sticky;
        position: sticky;
        background-color: #f2f2f2;
        pointer-events: auto;
    }

    .cmp-tbl__sticky-products-container {
        top: 107px;
        transition: transform 0.5s ease;
    }


    /*.cmp-tbl__sticky-products-container {*/
    /*    transform: translateY(-12.8rem);*/
    /*}*/

    .cmp-tbl__sticky-products {
        display: flex;
        align-items: stretch;
        border-top: none;
        height: auto;
        overflow: hidden;
        overflow-x: auto;
        overscroll-behavior-x: none;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
    }

    .stk-prd-crd {
        flex: 0 0 auto;
        background-color: #ccc;
        width: 42.5vw;
        height: auto;
        padding: 0.4rem;
        align-self: stretch;
        display: flex;
        flex-direction: column;
    }

    .hide-scrollbar {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .comparison-products__item {
        flex: 0 0 264px;
        max-width: 264px;
    }

    .comparison-products__image {
        justify-content: center;
    }

    .comparison-products__image img {
        width: 170px;
    }

    .comparison-products__title {
        font-size: 13px;
        line-height: 15px;
    }

    .comparison-products__price {
        font-size: 21px;
        line-height: 25px;
    }

    .comparison-products__discount-wrapper span{
        font-size: 14px;
        line-height: 16px;
    }

    .comparison-products__item {
        padding: 12px 10px;
    }

    .comparison-characteristics__title {
        font-size: 26px;
        line-height: 30px;
    }

    .cmp-attrs__center {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
    }

    .comparison-characteristics__value-item {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
    }

    .comparison-products__discount-wrapper {
        right: 25px;
    }

    .comparison-products__discount-price {
        font-size: 21px;
        line-height: 25px;
    }

    .common-template__wrapper.sticky .comparison-products__image img {
        width: 71px;
    }

    .common-template__wrapper.sticky .comparison-products__image {
        flex: 0 0 20%;
    }
    .common-template__wrapper.sticky .comparison-products__title {
        flex: 0 0 70%;
        padding-top: 12px;
        padding-left: 5px;
    }

    .common-template__wrapper.sticky .comparison-products__price {
        font-size: 18px;
        line-height: 21px;
    }

    .common-template__wrapper.sticky .comparison-products__discount-wrapper span {
        font-size: 12px;
        line-height: 14px;
    }

    .comparison-products__title {
        font-size: 13px;
        line-height: 15px;
    }

    .common-template__wrapper .container {

    }
}

@media (max-width: 992px) {
    .comparison-settings {
        top: 98px;
    }

    .cmp-tbl__sticky-products-container {
        top: 162px;
    }
}

@media (max-width: 984px) {
    .comparison-settings__list-title {
        display: none;
    }

    .comparison-settings__clear {
        font-size: 0;
        width: auto;
        padding-right: 5px;
    }

    .comparison-settings__clear:after {
        right: 9px;
        top: 11px;
    }
}

@media (max-width: 768px) {
    .comparison-settings__switcher.desktop {
        display: none;
    }


    .comparison-settings__switcher.mobile {
        display: flex;
    }

    .comparison-settings__select {
        order: 1
    }

    .comparison-settings__add {
        order: 3
    }

    .comparison-settings__clear {
        order: 2
    }

    .comparison-settings__switcher.mobile {
        order: 5;
        display: flex;
    }

    .comparison-settings__list {
        flex-wrap: wrap;
    }

    .comparison-settings__select {
        flex:  0 0 90%;
        margin-bottom: 10px;
    }

    .comparison-settings__select select {
        width: 100%;
    }

    .comparison-settings__clear {
        margin-left: auto;
        margin-bottom: 10px;
    }

    .comparison-settings__add {
        margin-left: 0;
        margin-right: 0;
    }

    .comparison-products__item {
        flex: 0 0 142px;
        max-width: 142px;
    }

    .comparison-products__list {
        gap: 10px;
    }

    .comparison-characteristics__value .comparison-characteristics__value-item {
        width: 142px;
    }

    .comparison-characteristics__value {
        gap: 10px;
    }
    .comparison-products__image img {
        width: 105px;
    }

    .comparison-products__title {
        font-size: 10px;
        line-height: 12px;
    }

    .comparison-products__price, .comparison-products__price span {
        font-size: 12px;
        line-height: 14px;
    }

    .comparison-products__discount-wrapper {
        right: 7px;
    }

    .comparison-products__discount-wrapper span {
        font-size: 7px;
        line-height: 8px;
    }

    .comparison-products__add-cart .buy-btn {
        width: 38px;
        height: 26px;
        min-width: 38px;
    }
    .comparison-products__add-cart {
        flex: 0 0 20%;
    }

    .comparison-products__price {
        flex: 0 0 70%;
    }

    .comparison-products__item {
        padding: 7px;
    }
    .comparison-characteristics__title {
        font-size: 22px;
        line-height: 26px;
    }
    .cmp-attrs__center {
        font-size: 12px;
        line-height: 14px;
    }

    .comparison-characteristics__value-item {
        font-size: 12px;
        line-height: 14px;
    }

    .cmp-tbl__sticky-products-container {
        top: 215px;
    }

    .common-template__wrapper.sticky .comparison-products__image img {
        width: 37px;
    }

    .common-template__wrapper.sticky .comparison-products__title {
        flex: 0 0 70%;
        padding-top: 6px;
        padding-left: 5px;
        font-size: 9px;
        line-height: 11px;
    }

    .common-template__wrapper.sticky .comparison-products__item {
        padding: 6px;
    }

    .common-template__wrapper.sticky .comparison-products__price, .common-template__wrapper.sticky .comparison-products__price span {
        font-size: 11px;
        line-height: 13px;
    }

    .common-template__wrapper.sticky .comparison-products__discount-wrapper span {
        font-size: 8px;
        line-height: 9px;
    }

    .comparison-products__add-cart .buy-btn {
        width: 34px;
        height: 24px;
        min-width: 34px;
    }

    .comparison-settings__list .select.comparison-settings__select + a {
        order: 5;
    }
}

@media (max-width: 470px) {
    .comparison-settings__select {
        flex: 0 1 85%;
        margin-bottom: 10px;
    }
}


@media (min-width: 1200px) {
    .cmp-tbl__sticky-products-wr {
        display: none;
    }
    .comparison-products__item {
        flex: 0 1 98%;
        max-width: 264px;
    }
}



