.breadcrumbs {
    padding: 16px 0 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    word-wrap: break-word;
    width: 100%
}

@media screen and (min-width: 768px) {
    .breadcrumbs {
        padding: 16px 0 20px
    }
}

@media screen and (min-width: 1348px) {
    .breadcrumbs {
        padding: 20px 0 24px
    }
}

@media screen and (min-width: 1920px) {
    .breadcrumbs {
        padding: 20px 0 28px
    }
}

.breadcrumbs ul {
    width: calc(80%)
}

.breadcrumbs.open {
    white-space: normal
}

.breadcrumbs--arrow {
    margin: 0 13px
}

@media screen and (min-width: 991px) {
    .breadcrumbs--arrow {
        margin: 0 16px
    }
}

.breadcrumbs--arrow svg {
    display: inline
}

.breadcrumbs > div {
    display: inline
}

.breadcrumbs > div.breadcrumbs--arrow {
    display: -webkit-inline-flex;
    display: inline-flex
}

.breadcrumbs--item {
    cursor: pointer;
    font-size: 12px;
    line-height: 14px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on
}

@media screen and (min-width: 1920px) {
    .breadcrumbs--item {
        font-size: 14px;
        line-height: 16px
    }
}

.breadcrumbs--item a, .breadcrumbs--item span {
    color: #939393;
    transition: all 0.3s ease
}

.breadcrumbs--item a:hover, .breadcrumbs--item span:hover {
    color: #67cbb3
}

.breadcrumbs--item:last-child span {
    cursor: default;
    color: #333333
}

.page--title {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #333333;
    margin-bottom: 12px
}

@media screen and (min-width: 768px) {
    .page--title {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 1056px) {
    .page--title {
        font-size: 20px;
        line-height: 23px
    }
}

@media screen and (min-width: 1348px) {
    .page--title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 24px
    }
}

@media screen and (min-width: 1920px) {
    .page--title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 28px
    }
}

.page--title span {
    color: #939393
}

.compare-section {
    width: 100%
}

.compare .tabs-wrap {
    width: 100%
}

.compare .header-tabs {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 12px
}

@media screen and (min-width: 1348px) {
    .compare .header-tabs {
        margin-bottom: 16px
    }
}

.compare .header-tab {
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #333333;
    background: #ffffff;
    border-radius: 6px;
    padding: 15px 25px;
    height: 36px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-right: 8px;
    white-space: nowrap
}

@media screen and (min-width: 768px) {
    .compare .header-tab {
        font-weight: 600;
        -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on;
        font-feature-settings: "pnum" on, "lnum" on, "salt" on;
        color: #939393;
        margin-right: 8px;
        padding: 15px 25px
    }
}

@media screen and (min-width: 1348px) {
    .compare .header-tab {
        font-size: 14px;
        line-height: 16px;
        height: 40px;
        margin-right: 12px;
        padding: 15px 25px
    }
}

@media screen and (min-width: 1920px) {
    .compare .header-tab {
        font-size: 16px;
        line-height: 19px;
        height: 52px;
        margin-right: 16px;
        padding: 15px 25px
    }
}

.compare .header-tab:last-child {
    margin-right: 0
}

.compare .header-tab:hover {
    background: #6ce1c5;
    color: #ffffff
}

.compare .header-tab:active {
    background: #5bb59f;
    color: #ffffff
}

.compare .header-tab.active {
    background: #67cbb3;
    color: #ffffff
}

.compare .tab-content {
    display: -webkit-flex;
    display: flex;
    transition: 0.3s
}

.compare .tabs-wrap .hide {
    display: none
}

.compare .tabs-wrap .show {
    display: -webkit-flex;
    display: flex
}

.compare .tab-descr {
    width: calc(50% - 4px)
}

.compare .tab-descr {
    width: 100%
}

.compare .tab-descr__second {
    display: none
}

.compare .tab-descr .branch {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
    height: 20px
}

@media screen and (min-width: 1348px) {
    .compare .tab-descr .branch {
        margin-bottom: 24px
    }
}

@media screen and (min-width: 1920px) {
    .compare .tab-descr .branch {
        margin-bottom: 28px
    }
}

.compare .tab-descr .branch a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.compare .tab-descr .branch .checkbox input[type="checkbox"]:checked, .compare .tab-descr .branch input {
    background-color: transparent
}

.compare .tab-descr .branch label {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #333333
}

@media screen and (min-width: 768px) {
    .compare .tab-descr .branch label {
        font-size: 12px;
        line-height: 14px
    }
}

@media screen and (min-width: 1348px) {
    .compare .tab-descr .branch label {
        font-size: 14px;
        line-height: 16px
    }
}

@media screen and (min-width: 1920px) {
    .compare .tab-descr .branch label {
        font-size: 16px;
        line-height: 19px
    }
}

.compare .compare-info-block {
    border-radius: 6px;
    overflow: hidden
}

.compare .header-tab-last {
    display: none
}

@media screen and (min-width: 500px) {
    .compare .header-tab-last {
        display: -webkit-flex;
        display: flex
    }
}

.compare-inner-page .compare-block {
    width: 172px;
    height: 222px;
    background: #ffffff;
    box-shadow: 0 10px 60px rgba(51, 93, 83, 0.1);
    border-radius: 6px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: all 0.3s ease
}

.compare-inner-page .compare-block:hover .compare-block__text {
    color: #67cbb3
}

@media screen and (min-width: 1056px) {
    .compare-inner-page .compare-block {
        width: 212px;
        height: 277px
    }
}

@media screen and (min-width: 1920px) {
    .compare-inner-page .compare-block {
        width: 304px;
        height: 366px
    }
}

.compare-inner-page .compare-block__img svg {
    width: 28px;
    height: 28px;
    margin-bottom: 12px
}

@media screen and (min-width: 1348px) {
    .compare-inner-page .compare-block__img svg {
        margin-bottom: 16px
    }
}

@media screen and (min-width: 1920px) {
    .compare-inner-page .compare-block__img svg {
        margin-bottom: 20px
    }
}

.compare-inner-page .compare-block__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #333333;
    transition: all 0.3s ease
}

@media screen and (min-width: 1348px) {
    .compare-inner-page .compare-block__text {
        font-size: 14px;
        line-height: 16px
    }
}

@media screen and (min-width: 1920px) {
    .compare-inner-page .compare-block__text {
        font-size: 16px;
        line-height: 19px
    }
}

.tabs-wrap__select .branch {
    display: none
}

@media screen and (min-width: 768px) {
    .tabs-wrap__select .branch {
        display: block
    }
}

.branch label, .branch input {
    cursor: pointer
}

.branch input {
    margin: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff;
    border: 1px solid #939393;
    box-sizing: border-box;
    border-radius: 3px
}

.branch label {
    font-size: 12px;
    line-height: 18px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #333333;
    margin-left: 4px;
    margin-right: 12px
}

@media screen and (min-width: 1056px) {
    .branch label {
        margin-left: 8px
    }
}

@media screen and (min-width: 1348px) {
    .branch label {
        font-size: 14px;
        line-height: 18px;
        margin-right: 24px
    }
}

@media screen and (min-width: 1920px) {
    .branch label {
        font-size: 16px;
        line-height: 24px
    }
}

.branch label span {
    color: #939393
}

.branch .checkbox {
    grid-template-columns:auto 1fr;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex
}

.branch .checkbox.active {
    display: -webkit-flex;
    display: flex
}

.branch .checkbox li {
    display: -webkit-flex;
    display: flex
}

.branch .checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px
}

@media screen and (min-width: 1348px) {
    .branch .checkbox input[type="checkbox"] {
        width: 18px;
        height: 18px
    }
}

@media screen and (min-width: 1920px) {
    .branch .checkbox input[type="checkbox"] {
        width: 20px;
        height: 20px
    }
}

.branch .checkbox input[type="checkbox"]:checked {
    background-image: url("../../images/yes.svg");
    background-size: 77%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: 1px solid #67cbb3;
    box-sizing: border-box;
    border-radius: 3px
}

.compare-slider {
    position: relative;
    margin-bottom: 12px
}

.compare-slider__main {
    opacity: 0
}

.compare-slider__main.slick-slider {
    opacity: 1
}

.compare-slider .slick-disabled {
    opacity: 0;
    pointer-events: none
}

@media screen and (min-width: 1348px) {
    .compare-slider {
        margin-bottom: 16px
    }
}

@media screen and (max-width: 400px) {
    .compare-slider .card .bg-i {
        max-height: 93px;
        min-height: 93px
    }
}

.compare-slider .card.smallSlider .card-info__mainTitle {
    margin-bottom: 4px
}

@media screen and (min-width: 1056px) {
    .compare-slider .card.smallSlider .card-info__mainTitle {
        margin-bottom: 8px
    }
}

@media screen and (min-width: 1920px) {
    .compare-slider .card.smallSlider .card-info__mainTitle {
        margin-bottom: 16px
    }
}

.compare-slider .card .card-label, .compare-slider .card.smallSlider .card-info__rating, .compare-slider .card.smallSlider .card-info__title {
    display: none
}

.compare-slider .slick-list {
    padding-bottom: 24px
}

@media screen and (min-width: 1056px) {
    .compare-slider .slick-list {
        margin: 0 -4px 0 -4px
    }
}

@media screen and (min-width: 1348px) {
    .compare-slider .slick-list {
        margin: 0 -6px;
        padding-bottom: 24px
    }
}

@media screen and (min-width: 1920px) {
    .compare-slider .slick-list {
        margin: 0 -8px
    }
}

.compare-slider .slick-track {
    display: -webkit-flex;
    display: flex
}

@media screen and (min-width: 1348px) {
    .compare-slider .slick-slide > div {
        margin: 0 6px
    }
}

@media screen and (min-width: 1920px) {
    .compare-slider .slick-slide > div {
        margin: 0 8px
    }
}

.compare-slider .progressCompare {
    width: 89%;
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #d1e5e6;
    background-image: linear-gradient(to right, #67cbb3, #67cbb3);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.9s ease-in-out;
    margin-top: 8px;
    margin-bottom: 8px
}

@media screen and (min-width: 768px) {
    .compare-slider .progressCompare {
        margin-top: 12px;
        margin-bottom: 12px
    }
}

@media screen and (min-width: 1348px) {
    .compare-slider .progressCompare {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

.compare-slider .progressCompare span {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #67cbb3;
    transition: 1.5s all ease;
    bottom: -1px;
    border-radius: 10px
}

.compare-slider .comparesr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.compare-slider .compareSlider-next {
    right: 0
}

@media screen and (min-width: 1056px) {
    .compare-slider .compareSlider-next {
        right: -50px;
        visibility: visible
    }
}

@media screen and (min-width: 1348px) {
    .compare-slider .compareSlider-next {
        right: -60px
    }
}

@media screen and (min-width: 1920px) {
    .compare-slider .compareSlider-next {
        right: -90px
    }
}

.compare-slider .compareSlider-prev {
    left: 0
}

@media screen and (min-width: 1056px) {
    .compare-slider .compareSlider-prev {
        left: -50px;
        visibility: visible
    }
}

@media screen and (min-width: 1348px) {
    .compare-slider .compareSlider-prev {
        left: -60px
    }
}

@media screen and (min-width: 1920px) {
    .compare-slider .compareSlider-prev {
        left: -90px
    }
}

.compare-slider.fixed {
    position: sticky;
    top: 82px;
    box-shadow: none;
    z-index: 90;
    background-color: #ffffff;
    padding: 18px 0;
    /*padding: 0 12px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto*/
}
.compare-slider.fixed .compare-slider__main {
    height: 1px;
    overflow: hidden;
}
.compare-slider.fixed .compare__arrows {
    bottom: 19px;
    display: block !important;
}
@media screen and (min-width: 768px) {
    .compare-slider.fixed {
        top: 104px;
    }
}

@media screen and (min-width: 1056px) {
    .compare-slider.fixed {
        top: 105px;
    }
}

@media screen and (min-width: 1348px) {
    .compare-slider.fixed {
        top: 116px;
    }
}

@media screen and (min-width: 1920px) {
    .compare-slider.fixed {
        /*padding: 0 168px*/
    }
}

.compare-slider.fixed .fixed-bg {
    display: none;
}

.compare-slider.fixed .slider-count-mobile {
    /*top: 8px*/
}

.compare-slider.fixed .section-next, .compare-slider.fixed .section-prev {
    /*top: 16px*/
}

@media screen and (min-width: 1056px) {
    .compare-slider.fixed .section-next, .compare-slider.fixed .section-prev {
        /*top: 50%;*/
        /*-webkit-transform: translateY(-50%);*/
        /*transform: translateY(-50%)*/
    }
}

.compare-slider.fixed .card__wrap {
    display: -webkit-flex;
    display: flex;
    padding: 35px 0 10px;
    min-height: auto;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.compare-slider.fixed .card__wrap:hover {
    box-shadow: none
}

@media screen and (min-width: 1920px) {
    .compare-slider.fixed .card__wrap {
        -webkit-align-items: center;
        align-items: center;
        padding: 18px 0
    }
}

.compare-slider.fixed .card .bg-i {
    min-height: auto
}

.compare-slider.fixed .card-img__artInfo, .compare-slider.fixed .card-price__icons {
    display: none
}

.compare-slider.fixed .card-img {
    min-width: 34px;
    margin-right: 8px;
    max-width: 34px
}

@media screen and (min-width: 1024px) {
    .compare-slider.fixed .card-img {
        min-width: 64px;
        max-width: 64px;
        margin-right: 12px
    }
}

@media screen and (min-width: 1920px) {
    .compare-slider.fixed .card-img {
        min-width: 98px;
        margin-right: 16px
    }
}

.compare-slider.fixed .card-info {
    min-width: calc(100% - 42px)
}

@media screen and (min-width: 1024px) {
    .compare-slider.fixed .card-info {
        min-width: calc(100% - 76px)
    }
}

@media screen and (min-width: 1920px) {
    .compare-slider.fixed .card-info {
        min-width: calc(100% - 114px)
    }
}

.compare-slider.fixed .card.smallSlider .card-info__mainTitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #333333;
    margin-bottom: 6px;
    height: calc(14px * 3);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    min-height: auto
}

@media screen and (min-width: 1920px) {
    .compare-slider.fixed .card.smallSlider .card-info__mainTitle {
        font-size: 14px;
        line-height: 16px;
        height: calc(16px * 3)
    }
}

.compare-slider.fixed .slick-list {
    overflow: hidden
}

.compare-slider.fixed .slick-list:after, .compare-slider.fixed .slick-list:before {
    display: none
}

.compare-slider.fixed .progressCompare {
    /*display: none*/
    margin: 0 !important;
}

@media screen and (min-width: 1056px) {
    .compare-slider.fixed .progressCompare {
        /*display: none*/
    }
}

@media screen and (min-width: 1056px) {
    .compare-slider.fixed .compareSlider-prev {
        /*left: 40px*/
    }
}

@media screen and (min-width: 1348px) {
    .compare-slider.fixed .compareSlider-prev {
        /*left: 60px*/
    }
}

@media screen and (min-width: 1920px) {
    .compare-slider.fixed .compareSlider-prev {
        /*left: calc(50% - 884px)*/
    }
}

@media screen and (min-width: 1056px) {
    .compare-slider.fixed .compareSlider-next {
        /*right: 40px*/
    }
}

@media screen and (min-width: 1348px) {
    .compare-slider.fixed .compareSlider-next {
        /*right: 60px*/
    }
}

@media screen and (min-width: 1920px) {
    .compare-slider.fixed .compareSlider-next {
        /*right: calc(50% - 884px)*/
    }
}

.compare-slider.fixed .slick-slider {
    max-width: 1552px;
    margin: 0 auto
}

.compare-slider.fixed .card.smallSlider .card-img {
    margin-bottom: 0
}

.compare-slider.fixed .card.smallSlider .card-img:hover .zoom {
    opacity: 0;
    visibility: hidden
}

.compare-slider.fixed .card.smallSlider .card-img:hover img {
    opacity: 1
}

.compare-slider.fixed .card-price__title {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px
}

@media screen and (min-width: 1348px) {
    .compare-slider.fixed .card-price__title {
        font-size: 16px;
        line-height: 19px
    }
}

@media screen and (min-width: 1920px) {
    .compare-slider.fixed .card-price__title {
        font-size: 24px;
        line-height: 28px
    }
}

.slider-count-mobile {
    font-size: 12px;
    line-height: 18px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    color: #939393;
    margin-bottom: 12px;
    position: absolute;
    top: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none
}

.slider-count-mobile span {
    margin-left: 7px
}

.slider-count-mobile .active {
    margin-left: 0;
    color: #333333;
    font-weight: bold
}

.slider-count-mobile .total {
    margin-left: 6px
}

.tab-descr__second > div.compare-slider {
    margin-right: 0
}

.tab-descr__second > div.compare-slider.fixed {
    right: 0;
    left: auto
}

.fixed-bg {
    position: fixed;
    top: 0;
    box-shadow: 0 5px 20px rgba(51, 93, 83, 0.1);
    z-index: -1;
    background-color: transparent;
    left: 0;
    right: 0;
    width: 100%;
    height: 118px;
    display: none
}

.compare-info:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.compare-info .slick-slide > div {
    margin: 0 4px
}

@media screen and (min-width: 1348px) {
    .compare-info .slick-slide > div {
        margin: 0 6px
    }
}

@media screen and (min-width: 1920px) {
    .compare-info .slick-slide > div {
        margin: 0 8px
    }
}

.compare-info .slick-list {
    margin: 0 -4px;
    padding: 0
}

@media screen and (min-width: 768px) {
    .compare-info .slick-list {
        padding: 0 0;
        margin: 0 -17px 0 -4px
    }
}

@media screen and (min-width: 1056px) {
    .compare-info .slick-list {
        padding: 0
    }
}

@media screen and (min-width: 1348px) {
    .compare-info .slick-list {
        margin: 0 -16px 0 -6px
    }
}

@media screen and (min-width: 1920px) {
    .compare-info .slick-list {
        margin: 0 -26px 0 -8px
    }
}

.compare-info__title {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #333333
}

@media screen and (min-width: 768px) {
    .compare-info__title {
        font-size: 12px;
        line-height: 14px
    }
}

@media screen and (min-width: 1348px) {
    .compare-info__title {
        font-size: 14px;
        line-height: 16px
    }
}

@media screen and (min-width: 1920px) {
    .compare-info__title {
        font-size: 16px;
        line-height: 19px
    }
}

.compare-info__subtitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #939393;
    margin-bottom: 4px;
    height: 20px
}

@media screen and (min-width: 768px) {
    .compare-info__subtitle {
        font-size: 12px;
        line-height: 14px
    }
}

@media screen and (min-width: 1056px) {
    .compare-info__subtitle {
        margin-bottom: 8px
    }
}

@media screen and (min-width: 1348px) {
    .compare-info__subtitle {
        font-size: 14px;
        line-height: 16px
    }
}

@media screen and (min-width: 1920px) {
    .compare-info__subtitle {
        font-size: 16px;
        line-height: 19px
    }
}

.compare-info__item p {
    font-size: 12px;
    line-height: 18px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #333333
}

@media screen and (min-width: 1348px) {
    .compare-info__item p {
        font-size: 14px;
        line-height: 18px
    }
}

@media screen and (min-width: 1920px) {
    .compare-info__item p {
        font-size: 16px;
        line-height: 24px
    }
}

.compare-info__slider.mb23 {
    margin-bottom: 12px
}

@media screen and (min-width: 1348px) {
    .compare-info__slider.mb23 {
        margin-bottom: 16px
    }
}

.slider--arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer
}

@media screen and (max-width: 1055px) {
    .slider--arrow svg {
        width: 7px;
        height: 12px
    }
}

.slider--arrow.prev {
    left: 0
}

.slider--arrow.next {
    right: 0;
    -webkit-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%)
}

.keen-slide {
    border-radius: 50%
}

.keen-slide.active {
    background: #333333
}

.card {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 6px
}

.card--request__holder {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #67cbb3;
    border-radius: 6px;
    color: #67cbb3;
    height: 32px;
    width: calc(100% - 37px)
}

.card--request__holder:hover {
    color: #ffffff;
    background: #67cbb3
}

@media screen and (min-width: 1056px) {
    .card--request__holder {
        font-size: 14px;
        line-height: 16px;
        width: calc(100% - 40px)
    }
}

@media screen and (min-width: 1920px) {
    .card--request__holder {
        font-size: 16px;
        line-height: 20px;
        width: calc(100% - 52px);
        height: 44px
    }
}

.card .card--img-slider {
    padding: 0 20px;
    position: relative;
    margin-bottom: 12px
}

@media screen and (max-width: 1900px) {
    .card .card--img-slider {
        margin-bottom: 8px
    }
}

@media screen and (max-width: 1023px) {
    .card .card--img-slider {
        padding: 0 17px
    }
}

@media screen and (max-width: 460px) {
    .card .card-info__rating.flex.flex-center-vertical > div > svg:nth-child(2), .card .card-info__rating.flex.flex-center-vertical > div > svg:nth-child(3), .card .card-info__rating.flex.flex-center-vertical > div > svg:nth-child(4), .card .card-info__rating.flex.flex-center-vertical > div > svg:nth-child(5) {
        display: none
    }
}

.card .bg-i {
    background-size: contain
}

@media screen and (max-width: 767px) {
    .card .bg-i {
        max-height: 83px;
        min-height: 83px
    }
}

@media screen and (min-width: 1920px) {
    .card {
        border-radius: 3px
    }
}

.card.smallSlider {
    transition: all 0.3s ease;
    border-radius: 6px
}

.card.smallSlider .card__wrap {
    border-radius: 6px
}

@media screen and (min-width: 1920px) {
    .card.smallSlider .card-label__fav svg {
        width: 21px;
        height: 18px
    }
}

.card.smallSlider .card-img a {
    width: 100%;
    height: 100%
}

@media screen and (min-width: 768px) {
    .card.smallSlider .card-img {
        margin-bottom: 8px
    }
}

@media screen and (min-width: 1056px) {
    .card.smallSlider .card-img {
        margin-bottom: 17px
    }
}

@media screen and (min-width: 1056px) {
    .card.smallSlider .card-img:hover img {
        transition: all 0.3s ease;
        opacity: 0.4
    }

    .card.smallSlider .card-img:hover .zoom {
        opacity: 1;
        visibility: visible
    }
}

.card.smallSlider .card-info__title {
    font-size: 8px;
    line-height: 9px;
    margin-bottom: 4px
}

@media screen and (min-width: 768px) {
    .card.smallSlider .card-info__title {
        font-size: 10px;
        line-height: 12px
    }
}

@media screen and (min-width: 1601px) {
    .card.smallSlider .card-info__title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px
    }
}

.card.smallSlider .card-info__mainTitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    color: #333333;
    margin-bottom: 4px;
    max-height: 44px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .card.smallSlider .card-info__mainTitle {
        font-size: 12px;
        line-height: 14px;
        max-height: 42px
    }
}

@media screen and (min-width: 1056px) {
    .card.smallSlider .card-info__mainTitle {
        font-size: 14px;
        line-height: 16px;
        max-height: 48px
    }
}

@media screen and (min-width: 1920px) {
    .card.smallSlider .card-info__mainTitle {
        font-size: 18px;
        line-height: 21px;
        max-height: 63px;
        margin-bottom: 8px
    }
}

.card.smallSlider .card-rating svg {
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: #f4cf4b;
    opacity: 0.4
}

@media screen and (min-width: 768px) {
    .card.smallSlider .card-rating svg {
        width: 12px;
        height: 12px
    }
}

@media screen and (min-width: 1056px) {
    .card.smallSlider .card-rating svg {
        width: 14px;
        height: 14px
    }
}

@media screen and (min-width: 1920px) {
    .card.smallSlider .card-rating svg {
        width: 18px;
        height: 18px
    }
}

.card.smallSlider .card-rating svg.active {
    opacity: 1;
    color: #f4cf4b;
    cursor: default
}

.card.smallSlider .card-info__rating-text {
    font-size: 8px;
    line-height: 9px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #939393;
    margin-left: 8px
}

@media screen and (min-width: 768px) {
    .card.smallSlider .card-info__rating-text {
        font-size: 10px;
        line-height: 12px;
        margin-left: 12px
    }
}

@media screen and (min-width: 1056px) {
    .card.smallSlider .card-info__rating-text {
        font-size: 12px;
        line-height: 14px
    }
}

@media screen and (min-width: 1601px) {
    .card.smallSlider .card-info__rating-text {
        font-size: 14px;
        line-height: 16px
    }
}

.card.smallSlider .card-hideInfo {
    margin-bottom: 8px
}

@media screen and (min-width: 1920px) {
    .card.smallSlider .card-hideInfo {
        padding-top: 8px;
        margin-bottom: 16px
    }
}

.card.smallSlider .card-hideInfo__wrap {
    margin-bottom: 8px
}

.card.smallSlider .card-hideInfo__text {
    font-size: 12px;
    line-height: 14px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    color: #939393
}

@media screen and (min-width: 1920px) {
    .card.smallSlider .card-hideInfo__text {
        font-size: 14px;
        line-height: 16px
    }
}

.card.smallSlider .card-hideInfo__subtext {
    font-size: 12px;
    line-height: 14px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    color: #333333
}

@media screen and (min-width: 1920px) {
    .card.smallSlider .card-hideInfo__subtext {
        font-size: 14px;
        line-height: 16px
    }
}

.card.smallSlider .card-info__rating {
    margin-bottom: 4px
}

@media screen and (min-width: 768px) {
    .card.smallSlider .card-info__rating {
        margin-bottom: 4px
    }
}

@media screen and (min-width: 1056px) {
    .card.smallSlider .card-info__rating {
        margin-bottom: 8px
    }
}

@media screen and (min-width: 1920px) {
    .card.smallSlider .card-info__rating {
        margin-bottom: 17px
    }
}

.card.smallSlider .card-price__subtitle {
    font-size: 8px;
    line-height: 9px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    font-feature-settings: "pnum" on, "lnum" on, "salt" on
}

@media screen and (min-width: 768px) {
    .card.smallSlider .card-price__subtitle {
        font-size: 10px;
        line-height: 12px
    }
}

@media screen and (min-width: 1056px) {
    .card.smallSlider .card-price__subtitle {
        font-size: 12px;
        line-height: 14px
    }
}

@media screen and (min-width: 1920px) {
    .card.smallSlider .card-price__subtitle {
        font-size: 14px;
        line-height: 16px
    }
}

@media screen and (min-width: 768px) {
    .card.smallSlider .card-price__title {
        font-size: 14px;
        line-height: 16px
    }
}

@media screen and (min-width: 1056px) {
    .card.smallSlider .card-price__title {
        font-size: 16px;
        line-height: 19px
    }
}

@media screen and (min-width: 1920px) {
    .card.smallSlider .card-price__title {
        font-size: 24px;
        line-height: 28px
    }
}

@media screen and (min-width: 768px) {
    .card.smallSlider .card-price__icon {
        width: 30px;
        height: 30px
    }

    .card.smallSlider .card-price__icon + .card-price__icon {
        margin-left: 8px
    }
}

@media screen and (min-width: 1056px) {
    .card.smallSlider .card-price__icon {
        width: 34px;
        height: 34px
    }
}

@media screen and (min-width: 1920px) {
    .card.smallSlider .card-price__icon {
        width: 40px;
        height: 40px
    }

    .card.smallSlider .card-price__icon + .card-price__icon {
        margin-left: 12px
    }

    .card.smallSlider .card-price__icon svg {
        width: 20px;
        height: 18px
    }
}

.card.small {
    border-radius: 6px
}

.card.small .card__wrap {
    border-radius: 6px
}

.card.small.active {
    z-index: 50
}

.card.small.active .card-hideInfo {
    display: block;
    width: 100%;
    z-index: 20
}

.card.small.active .card__wrap {
    left: 0;
    right: 0;
    top: 0;
    padding: 8px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 10px 60px rgba(51, 93, 83, 0.1)
}

@media screen and (min-width: 768px) {
    .card.small.active .card__wrap {
        padding: 12px
    }
}

@media screen and (min-width: 1920px) {
    .card.small.active .card__wrap {
        padding: 20px
    }
}

@media screen and (min-width: 1920px) {
    .card.small .card-label__fav svg {
        width: 21px;
        height: 18px
    }
}

@media screen and (min-width: 768px) {
    .card.small .card-img {
        margin-bottom: 8px
    }
}

@media screen and (min-width: 1056px) {
    .card.small .card-img {
        margin-bottom: 17px
    }
}

@media screen and (min-width: 1056px) {
    .card.small .card-img:hover img {
        transition: all 0.3s ease;
        opacity: 0.4
    }

    .card.small .card-img:hover .zoom {
        opacity: 1;
        visibility: visible
    }
}

.card.small .card-info__title {
    font-size: 8px;
    line-height: 9px;
    margin-bottom: 4px
}

@media screen and (min-width: 1056px) {
    .card.small .card-info__title {
        font-size: 10px;
        line-height: 12px;
        height: 24px
    }
}

@media screen and (min-width: 1601px) {
    .card.small .card-info__title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
        height: 30px
    }
}

.card.small .card-info__mainTitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    color: #333333;
    margin-bottom: 4px;
    max-height: 44px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .card.small .card-info__mainTitle {
        font-size: 12px;
        line-height: 14px;
        max-height: 42px
    }
}

@media screen and (min-width: 1056px) {
    .card.small .card-info__mainTitle {
        font-size: 14px;
        line-height: 16px;
        max-height: 48px
    }
}

@media screen and (min-width: 1920px) {
    .card.small .card-info__mainTitle {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 8px;
        max-height: 63px
    }
}

.card.small .card-rating svg {
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: #f4cf4b;
    opacity: 0.4
}

@media screen and (min-width: 768px) {
    .card.small .card-rating svg {
        width: 12px;
        height: 12px
    }
}

@media screen and (min-width: 1056px) {
    .card.small .card-rating svg {
        width: 14px;
        height: 14px
    }
}

@media screen and (min-width: 1920px) {
    .card.small .card-rating svg {
        width: 18px;
        height: 18px
    }
}

.card.small .card-rating svg.active {
    opacity: 1;
    color: #f4cf4b;
    cursor: default
}

.card.small .card-info__rating-text {
    font-size: 8px;
    line-height: 9px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #939393;
    margin-left: 8px
}

@media screen and (min-width: 768px) {
    .card.small .card-info__rating-text {
        font-size: 10px;
        line-height: 12px;
        margin-left: 12px
    }
}

@media screen and (min-width: 1056px) {
    .card.small .card-info__rating-text {
        font-size: 12px;
        line-height: 14px
    }
}

@media screen and (min-width: 1601px) {
    .card.small .card-info__rating-text {
        font-size: 14px;
        line-height: 16px
    }
}

.card.small .card-hideInfo {
    margin-bottom: 8px
}

@media screen and (min-width: 1920px) {
    .card.small .card-hideInfo {
        padding-top: 8px;
        margin-bottom: 16px
    }
}

.card.small .card-hideInfo__wrap {
    margin-bottom: 8px
}

.card.small .card-hideInfo__text {
    font-size: 12px;
    line-height: 14px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    color: #939393
}

@media screen and (min-width: 1920px) {
    .card.small .card-hideInfo__text {
        font-size: 14px;
        line-height: 16px
    }
}

.card.small .card-hideInfo__subtext {
    font-size: 12px;
    line-height: 14px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    color: #333333
}

@media screen and (min-width: 1920px) {
    .card.small .card-hideInfo__subtext {
        font-size: 14px;
        line-height: 16px
    }
}

.card.small .card-info__rating {
    margin-bottom: 4px
}

@media screen and (min-width: 768px) {
    .card.small .card-info__rating {
        margin-bottom: 4px
    }
}

@media screen and (min-width: 1056px) {
    .card.small .card-info__rating {
        margin-bottom: 8px
    }
}

@media screen and (min-width: 1920px) {
    .card.small .card-info__rating {
        margin-bottom: 17px
    }
}

.card.small .card-price__subtitle {
    font-size: 8px;
    line-height: 9px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    font-feature-settings: "pnum" on, "lnum" on, "salt" on
}

@media screen and (min-width: 768px) {
    .card.small .card-price__subtitle {
        font-size: 10px;
        line-height: 12px
    }
}

@media screen and (min-width: 1056px) {
    .card.small .card-price__subtitle {
        font-size: 12px;
        line-height: 14px
    }
}

@media screen and (min-width: 1920px) {
    .card.small .card-price__subtitle {
        font-size: 14px;
        line-height: 16px
    }
}

@media screen and (min-width: 768px) {
    .card.small .card-price__title {
        font-size: 14px;
        line-height: 16px
    }
}

@media screen and (min-width: 1056px) {
    .card.small .card-price__title {
        font-size: 16px;
        line-height: 19px
    }
}

@media screen and (min-width: 1920px) {
    .card.small .card-price__title {
        font-size: 24px;
        line-height: 28px
    }
}

.card.small .card-price__icon.hide {
    display: none
}

@media screen and (min-width: 768px) {
    .card.small .card-price__icon {
        width: 30px;
        height: 30px
    }

    .card.small .card-price__icon + .card-price__icon {
        margin-left: 8px
    }
}

@media screen and (min-width: 1056px) {
    .card.small .card-price__icon {
        width: 34px;
        height: 34px
    }
}

@media screen and (min-width: 1920px) {
    .card.small .card-price__icon {
        width: 40px;
        height: 40px
    }

    .card.small .card-price__icon + .card-price__icon {
        margin-left: 12px
    }
}

.card__wrap {
    width: 100%;
    padding: 8px;
    background-color: #ffffff;
    border-radius: 6px;
    transition: all 0.3s ease
}

.card__wrap:hover {
    transition: all 0.3s ease;
    box-shadow: 0 10px 60px rgba(51, 93, 83, 0.1)
}

@media screen and (min-width: 768px) {
    .card__wrap {
        padding: 12px
    }
}

@media screen and (min-width: 1920px) {
    .card__wrap {
        padding: 20px;
        border-radius: 3px
    }
}

.card .card-label {
    width: 100%;
    margin-bottom: 4px
}

@media screen and (min-width: 768px) {
    .card .card-label {
        margin-bottom: 8px
    }
}

.card .card-label__text {
    font-weight: 600;
    font-size: 8px;
    line-height: 9px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #ffffff;
    padding: 1px 2px;
    border-radius: 2px;
    display: none;
    margin-right: 4px
}

@media screen and (min-width: 768px) {
    .card .card-label__text {
        padding: 2px 4px
    }
}

@media screen and (min-width: 1056px) {
    .card .card-label__text {
        font-size: 10px;
        line-height: 12px;
        padding: 2px 4px 1px
    }
}

@media screen and (min-width: 1920px) {
    .card .card-label__text {
        font-size: 12px;
        line-height: 14px;
        padding: 2px 7px;
        margin-right: 6px
    }
}

.card .card-label__text.red {
    background-color: #ff697e
}

.card .card-label__text.green {
    background-color: #67cbb3
}

.card .card-label__text.yellow {
    background-color: #f4cf4b
}

.card .card-label__text.block {
    display: block
}

.card .card-label__fav {
    display: -webkit-flex;
    display: flex
}

.card .card-label__fav svg {
    width: 12px;
    height: 10px;
    color: #939393;
    transition: all 0.3s ease;
    cursor: pointer;
    fill: #ffffff;
    stroke: #939393
}

@media screen and (min-width: 768px) {
    .card .card-label__fav svg {
        width: 16px;
        height: 14px
    }
}

@media screen and (min-width: 1920px) {
    .card .card-label__fav svg {
        width: 20px;
        height: 18px
    }
}

.card .card-label__fav:hover svg {
    stroke: #ff697e
}

.card .card-label__fav.active svg {
    stroke: #ff697e;
    fill: #ff697e
}

.card .card-label .close-hide {
    display: none
}

.card .card-img {
    position: relative;
    margin-bottom: 8px;
    width: 100%
}

.card .card-img a {
    width: 100%;
    height: 100%
}

@media screen and (min-width: 1056px) {
    .card .card-img:hover img {
        transition: all 0.3s ease;
        opacity: 0.4
    }

    .card .card-img:hover .card-img__color-choice img {
        opacity: 1
    }

    .card .card-img:hover .zoom {
        opacity: 1;
        visibility: visible
    }
}

.card .card-img img {
    max-width: 100%;
    opacity: 1
}

@media screen and (min-width: 768px) {
    .card .card-img {
        margin-bottom: 17px
    }
}

.card .card-img__artInfo {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 2
}

@media screen and (min-width: 768px) {
    .card .card-img__artInfo {
        bottom: 4px;
        display: -webkit-flex;
        display: flex
    }
}

@media screen and (min-width: 1920px) {
    .card .card-img__artInfo {
        bottom: 10px
    }
}

.card .card-img__art {
    font-size: 8px;
    line-height: 9px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #939393;
    padding: 3px;
    display: none;
    background: #ffffff;
    border-radius: 3px
}

@media screen and (min-width: 1056px) {
    .card .card-img__art {
        display: block
    }
}

@media screen and (min-width: 1920px) {
    .card .card-img__art {
        font-size: 10px;
        line-height: 12px;
        padding: 4px 3px 2px
    }
}

.card .card-img__color-choice {
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    padding: 2px;
    width: 20px;
    height: 20px
}

.card .card-img__color-choice img {
    width: 100%;
    border-radius: 50%;
    height: 100%
}

.card .card-img__color-choice.gray {
    background-color: #c0cdda
}

.card .card-img__color-choice.green {
    background-color: #abb4bc
}

.card .card-img__color-choice.light {
    background-color: #f4f4f4
}

.card .card-img__color-choice:hover:after, .card .card-img__color-choice:active:after, .card .card-img__color-choice.active:after {
    opacity: 1
}

.card .card-img__color-count {
    display: none;
    font-size: 10px;
    line-height: 12px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #000000;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease
}

@media screen and (min-width: 1920px) {
    .card .card-img__color-count {
        font-size: 10px;
        line-height: 12px
    }
}

.card .card-img__color-count:hover .prompt {
    opacity: 1
}

.card .card-img__color {
}

.card .card-info__title {
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #939393;
    display: none;
    margin-bottom: 4px
}

@media screen and (min-width: 768px) {
    .card .card-info__title {
        display: block;
        height: 24px
    }
}

@media screen and (min-width: 1920px) {
    .card .card-info__title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
        height: 32px
    }
}

.card .card-info__mainTitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    color: #333333;
    margin-bottom: 4px;
    max-height: 44px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .card .card-info__mainTitle {
        font-size: 14px;
        line-height: 16px;
        max-height: 48px
    }
}

@media screen and (min-width: 1056px) {
    .card .card-info__mainTitle {
        font-size: 18px;
        line-height: 21px;
        max-height: 63px
    }
}

@media screen and (min-width: 1920px) {
    .card .card-info__mainTitle {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 8px;
        max-height: 84px
    }
}

.card .card-info__rating-text {
    font-size: 8px;
    line-height: 9px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #939393;
    margin-left: 8px
}

@media screen and (min-width: 768px) {
    .card .card-info__rating-text {
        font-size: 12px;
        line-height: 14px;
        margin-left: 12px
    }
}

@media screen and (min-width: 1601px) {
    .card .card-info__rating-text {
        font-size: 14px;
        line-height: 16px
    }
}

.card .card-hideInfo { /*display:none*/
}

.card-info__rating {
    margin-bottom: 4px
}

@media screen and (min-width: 768px) {
    .card-info__rating {
        margin-bottom: 8px
    }
}

@media screen and (min-width: 1920px) {
    .card-info__rating {
        margin-bottom: 17px
    }
}

@media screen and (max-width: 460px) {
    .card-info__rating .hide {
        display: block;
        margin-left: 3px
    }
}

.card-rating svg.rait__star.filled {
    color: #f4cf4b;
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.card-rating svg.rait__star {
    fill: #f2edec;
    fill-opacity: 1;
    fill-rule: evenodd
}

.card-rating svg.cls-rait {
    fill: #f2edec;
    fill-opacity: 1;
    fill-rule: evenodd
}

.card-rating svg {
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: #f4cf4b;
    opacity: 0.4
}

@media screen and (min-width: 768px) {
    .card-rating svg {
        width: 14px;
        height: 14px
    }
}

@media screen and (min-width: 1920px) {
    .card-rating svg {
        width: 18px;
        height: 18px
    }
}

.card-rating svg.active {
    cursor: default
}

.card-price__subtitle {
    font-weight: 500;
    font-size: 8px;
    line-height: 9px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    color: #939393
}

@media screen and (min-width: 768px) {
    .card-price__subtitle {
        font-size: 12px;
        line-height: 14px
    }
}

@media screen and (min-width: 1920px) {
    .card-price__subtitle {
        font-size: 16px;
        line-height: 19px
    }
}

.card-price__subtitle.no-block {
    display: none
}

.card-price__title {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    font-feature-settings: "pnum" on, "lnum" on, "salt" on;
    color: #333333;
    white-space: nowrap
}

@media screen and (min-width: 768px) {
    .card-price__title {
        font-size: 16px;
        line-height: 19px
    }
}

@media screen and (min-width: 1920px) {
    .card-price__title {
        font-size: 24px;
        line-height: 28px
    }
}

.card-price__icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer
}

.card-price__icon svg {
    width: 14px;
    height: 12px
}

@media screen and (min-width: 461px) {
    .card-price__icon {
        width: 30px;
        height: 30px
    }

    .card-price__icon + .card-price__icon {
        margin-left: 8px
    }
}

@media screen and (min-width: 1056px) {
    .card-price__icon {
        width: 34px;
        height: 34px
    }

    .card-price__icon svg {
        width: 16px;
        height: 14px
    }
}

@media screen and (min-width: 1920px) {
    .card-price__icon {
        width: 40px;
        height: 40px
    }

    .card-price__icon + .card-price__icon {
        margin-left: 12px
    }

    .card-price__icon svg {
        width: 20px;
        height: 18px
    }
}

.card-price__icon.icon3, .card-price__icon.icon1 {
    display: -webkit-flex;
    display: flex;
    transition: all 0.3s ease;
    margin-right: 4px;
    background-color: #f5f5f8
}

.card-price__icon.icon3:hover, .card-price__icon.icon3.active, .card-price__icon.icon1:hover, .card-price__icon.icon1.active {
    background-color: #f5f5f8
}

.card-price__icon.icon3:hover svg, .card-price__icon.icon3.active svg, .card-price__icon.icon1:hover svg, .card-price__icon.icon1.active svg {
    transition: all 0.3s ease;
    color: #67cbb3
}

@media screen and (max-width: 460px) {
    .card-price__icon.icon3, .card-price__icon.icon1 {
        background-color: #f5f5f8
    }
}

@media screen and (min-width: 461px) {
    .card-price__icon.icon3, .card-price__icon.icon1 {
        margin-right: 0
    }
}

.card-price__icon.icon3 svg, .card-price__icon.icon1 svg {
    color: #67cbb3
}

.card-price__icon.icon2 {
    display: -webkit-flex;
    display: flex;
    background-color: #67cbb3;
    transition: all 0.3s ease
}

.card-price__icon.icon2.hide {
    display: none
}

.card-price__icon.icon2:hover {
    background-color: #6ce1c5
}

.card-price__icon.icon2:hover svg {
    color: #ffffff
}

.card-price__icon.icon2 svg {
    color: #ffffff
}

.zoom {
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer
}

@media screen and (min-width: 1056px) {
    .zoom {
        display: -webkit-flex;
        display: flex
    }
}

.zoom__title {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    margin-top: 5px;
    text-align: center
}

.zoom button {
    width: 30px;
    height: 30px;
    background: #ffffff;
    opacity: 0.8;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 3px 10px rgba(51, 93, 83, 0.1)
}

@media screen and (min-width: 1056px) {
    .zoom button {
        width: 34px;
        height: 34px;
        padding: 10px
    }
}

@media screen and (min-width: 1920px) {
    .zoom button {
        width: 40px;
        height: 40px;
        padding: 12px
    }
}

.zoom button svg {
    color: #939393
}

.prompt {
    position: absolute;
    bottom: 24px;
    right: 50%;
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
    opacity: 0
}

.prompt__wrap {
    position: relative;
    white-space: nowrap;
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #333333;
    transition: all 0.3s ease;
    padding: 4px;
    background: #ffffff;
    border-radius: 3px;
    -webkit-filter: drop-shadow(0px 0 15px rgba(23, 29, 37, 0.15));
    filter: drop-shadow(0px 0 15px rgba(23, 29, 37, 0.15))
}

@media screen and (min-width: 1920px) {
    .prompt__wrap {
        font-size: 12px;
        line-height: 14px
    }
}

.prompt__wrap:after {
    content: "";
    background-image: url(../../images/pol2.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 12px;
    height: 5px;
    -webkit-transform: rotate(180deg) translateX(-50%);
    transform: rotate(180deg) translateX(-50%);
    background-size: contain;
    bottom: -4px;
    left: 50%;
    border-radius: 0.5px
}

.dd-option-text {
    cursor: pointer
}

.card-priceHart, .card-price__btnI {
    display: none
}

.card-hideInfo__wrapHide {
    display: none
}

.lineCard .card.small .card-priceHart {
    margin-left: 8px
}

.lineCard .card.small .card-priceHart + div {
    margin-left: 8px
}

@media screen and (min-width: 768px) {
    .lineCard .card.small .card-priceHart {
        margin-left: 0;
        margin-right: 8px
    }

    .lineCard .card.small .card-priceHart + div {
        margin-left: 0;
        margin-right: 8px
    }
}

@media screen and (min-width: 1920px) {
    .lineCard .card.small .card-priceHart {
        margin-left: 0;
        margin-right: 12px
    }

    .lineCard .card.small .card-priceHart + div {
        margin-left: 0;
        margin-right: 12px
    }
}

.lineCard .card-hideInfo__wrapHide {
    display: -webkit-flex;
    display: flex
}

.lineCard .card.small .card-info__rating {
    margin-bottom: 8px
}

.lineCard .bg-i {
    min-width: 52px
}

@media screen and (min-width: 1920px) {
    .lineCard .bg-i {
        max-height: 100%
    }
}

.lineCard .card.small .card-hideInfo {
    margin-bottom: -8px
}

.lineCard .card.small .card-info__mainTitle {
    min-height: auto
}

@media screen and (max-width: 500px) {
    .lineCard .card.small .card-info__mainTitle {
        margin-top: 20px
    }
}

.lineCard .catalogItems__wrap {
    width: 100%
}

.lineCard .card__wrap {
    display: -webkit-flex;
    display: flex
}

.lineCard .card-label__fav {
    display: none
}

.lineCard .card .card-label {
    width: auto;
    position: absolute
}

.lineCard .card-priceHart {
    display: -webkit-flex;
    display: flex
}

@media screen and (min-width: 768px) {
    .lineCard .icon2 {
        display: none
    }
}

.lineCard .card-hideInfo {
    display: block
}

@media screen and (min-width: 1348px) {
    .lineCard .card.small .card-hideInfo {
        -webkit-column-count: 2;
        column-count: 2
    }
}

.lineCard .card-info__wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%
}

@media screen and (min-width: 768px) {
    .lineCard .card-info__wrap {
        width: calc(100% - 36%)
    }
}

@media screen and (min-width: 1920px) {
    .lineCard .card-info__wrap {
        width: calc(100% - 34%)
    }
}

.lineCard .card-info {
    display: -webkit-flex;
    display: flex;
    width: 77%
}

.lineCard .card-info__title {
    display: none
}

@media screen and (min-width: 1920px) {
    .lineCard .card-info__title {
        display: block
    }
}

.lineCard .card-price__btnI {
    display: none
}

.lineCard .card-price__btnI.hide {
    display: none
}

@media screen and (min-width: 768px) {
    .lineCard .card-price__btnI {
        margin-top: 8px;
        display: -webkit-flex;
        display: flex;
        max-height: 36px
    }

    .lineCard .card-price__btnI.hide {
        display: none
    }
}

@media screen and (min-width: 1348px) {
    .lineCard .card-price__btnI {
        max-height: 40px
    }
}

@media screen and (min-width: 1920px) {
    .lineCard .card-price__btnI {
        max-height: 52px
    }
}

.lineCard .card-price__btnI svg {
    width: 14px;
    height: 14px
}

@media screen and (min-width: 768px) {
    .lineCard .card-price__btnI svg {
        width: 16px;
        height: 14px;
        margin-right: 4px
    }
}

@media screen and (min-width: 1348px) {
    .lineCard .card-price__btnI svg {
        margin-right: 8px
    }
}

@media screen and (min-width: 1920px) {
    .lineCard .card-price__btnI svg {
        width: 20px;
        height: 18px;
        margin-right: 10px
    }
}

.lineCard .card.small .card-img {
    margin-top: 35px;
    margin-bottom: 8px;
    margin-right: 8px;
    width: 23%
}

@media screen and (min-width: 1348px) {
    .lineCard .card.small .card-img {
        margin-right: 12px
    }
}

@media screen and (min-width: 1920px) {
    .lineCard .card.small .card-img {
        margin-right: 16px
    }
}

.lineCard .card--request__holder {
    max-width: 100%;
    width: 100%;
    margin-right: 8px;
    height: 30px
}

@media screen and (min-width: 400px) {
    .lineCard .card--request__holder {
        width: 166px
    }
}

@media screen and (min-width: 768px) {
    .lineCard .card--request__holder {
        width: 100%;
        height: 38px
    }
}

.lineCard .card-price {
    margin-top: 0;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .lineCard .card-price {
        margin-top: 8px
    }
}

.lineCard .card-price .card-price__wrap {
    width: 100%
}

@media screen and (min-width: 768px) {
    .lineCard .card-price {
        position: absolute;
        right: 12px;
        bottom: 12px;
        left: auto;
        min-width: auto;
        width: 23%;
        top: 12px
    }
}

@media screen and (min-width: 1920px) {
    .lineCard .card-price {
        min-width: 283px;
        right: 20px;
        bottom: 20px;
        width: 22%;
        top: 20px
    }
}

.lineCard .small.active .card-hideInfo {
    display: block;
    width: 100%;
    z-index: 20
}

.lineCard .small.active .card__wrap {
    left: 0;
    right: 0;
    top: 0;
    padding: 8px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 10px 60px rgba(51, 93, 83, 0.1)
}

@media screen and (min-width: 768px) {
    .lineCard .small.active .card__wrap {
        padding: 12px
    }
}

@media screen and (min-width: 1920px) {
    .lineCard .small.active .card__wrap {
        padding: 20px
    }
}

@media screen and (max-width: 767px) {
    .lineCard .card-hideInfo__wrapHide {
        display: none
    }
}

@media screen and (max-width: 1919px) {
    .lineCard .card--price-right {
        margin-left: 4px
    }
}

.lineCard .card-price__holder {
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width: 1200px) {
    .lineCard .card-price__holder {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 767px) {
    .lineCard .card-price__holder > * {
        -webkit-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-align-items: center;
        align-items: center
    }
}

.lineCard .card--price-opt {
    margin-bottom: 0
}

@media screen and (max-width: 1200px) {
    .lineCard .card--price-opt {
        margin-bottom: 4px
    }
}

.lineCard .card-price__icons {
    top: 0;
    right: 0;
    position: absolute
}

@media screen and (min-width: 768px) {
    .lineCard .card-price__icons {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media screen and (max-width: 767px) {
    .lineCard .card-price__icons {
        position: relative
    }
}

@media screen and (max-width: 767px) {
    .lineCard .card--price--opt_rrc {
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .lineCard .card--price--opt_rrc .card-price__holder {
        margin-bottom: 0
    }
}

.lineCard .card-price > div.card-price__wrap.flex.flex-center-vertical.flex-space-between > div.card-price__icons.flex.flex-center-vertical > div.card-price__icon.icon1.card-priceHart svg {
    stroke: #67cbb3;
    fill: transparent
}

.lineCard .card-price > div.card-price__wrap.flex.flex-center-vertical.flex-space-between > div.card-price__icons.flex.flex-center-vertical > div.card-price__icon.icon1.card-priceHart:hover svg {
    stroke: #ffffff;
    fill: transparent
}

.lineCard .card-price > div.card-price__wrap.flex.flex-center-vertical.flex-space-between > div.card-price__icons.flex.flex-center-vertical > div.card-price__icon.icon1.card-priceHart.active svg {
    stroke: #ff697e;
    fill: #ff697e
}

.card-rating svg.active {
    opacity: 1;
    color: #f4cf4b
}

.card-logo .bg-i {
    background-size: 67%
}

@media screen and (min-width: 1348px) {
    .card-logo .bg-i {
        background-size: 50%
    }
}

.card {
    position: relative
}

.card__holder {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%
}

.new .card__wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    height: 100%
}

.new .card-hideInfo {
    display: none
}

.new .card-price {
    margin-top: 12px;
    display: block
}

@media screen and (min-width: 768px) {
    .new .card__wrap:hover {
        border-bottom: 0;
        height: auto;
        box-shadow: 0 10px 60px rgba(51, 93, 83, 0.1)
    }

    .new .card__wrap:hover .card-info__bottom {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        position: absolute;
        border-top: none;
        z-index: 10;
        background-color: #ffffff;
        top: 95%;
        right: 0;
        left: 0;
        padding: 0 20px 20px;
        border-radius: 0 0 6px 6px;
        box-shadow: 0 10px 20px rgba(51, 93, 83, 0.1)
    }

    .new .card__wrap:hover .card-hideInfo {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.card-info__mainTitle {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.card-info__holder {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.mb--slider {
    margin-right: -13px
}

@media screen and (min-width: 768px) {
    .mb--slider {
        margin-right: 0
    }
}

.mb--slider .slick-list {
    padding-right: 42.5%;
    width: 100%
}

@media screen and (min-width: 375px) {
    .mb--slider .slick-list {
        padding-right: 7%
    }
}

@media screen and (min-width: 600px) {
    .mb--slider .slick-list {
        padding-right: 12%
    }
}

.card-img__color .slick-list {
    margin: 0 -6px
}

@media screen and (max-width: 1919px) {
    .card-img__color .slick-list {
        margin: 0 -6px
    }
}

@media screen and (max-width: 1055px) {
    .card-img__color .slick-list {
        margin: 0 -4px
    }
}

.card-img__color .slick-slide {
    width: 20px;
    height: 20px;
    margin: 0 5px
}

.card-img__color .slick-slide > div {
    padding: 1px;
    background: #ffffff;
    transition: 0.3s all ease;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 1919px) {
    .card-img__color .slick-slide {
        margin: 0 6px
    }
}

@media screen and (max-width: 1055px) {
    .card-img__color .slick-slide {
        margin: 0 4px;
        width: 18px;
        height: 18px
    }
}

.card-img__color .slick-slide.slick-current {
    border-radius: 50%
}

.card-img__color .slick-slide.slick-current > div {
    padding: 2px;
    background: #333333
}

.pagesSlider-section .slick-list {
    overflow: visible
}

.pagesSlider-section .slick-list:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    left: calc(-100% - 4px);
    background-color: #f5f5f8;
    z-index: 2;
    top: 0
}

@media screen and (min-width: 1348px) {
    .pagesSlider-section .slick-list:after {
        left: calc(-100% - 6px)
    }
}

@media screen and (min-width: 1920px) {
    .pagesSlider-section .slick-list:after {
        left: calc(-100% - 8px)
    }
}

.pagesSlider-section .slick-list:before {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    right: calc(-100% - 4px);
    background-color: #f5f5f8;
    z-index: 2
}

@media screen and (min-width: 1348px) {
    .pagesSlider-section .slick-list:before {
        right: calc(-100% - 6px)
    }
}

@media screen and (min-width: 1920px) {
    .pagesSlider-section .slick-list:before {
        right: calc(-100% - 8px)
    }
}

.pagesSlider-section .slick-track {
    display: -webkit-flex;
    display: flex
}

.pagesSlider-section .progress {
    display: block;
    width: 97%;
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #d1e5e6;
    background-image: linear-gradient(to right, #67cbb3, #67cbb3);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.9s ease-in-out;
    margin-top: 8px
}

@media screen and (min-width: 768px) {
    .pagesSlider-section .progress {
        margin-top: 12px;
        width: 97%
    }
}

@media screen and (min-width: 1056px) {
    .pagesSlider-section .progress {
        margin-top: 28px;
        width: 90%
    }
}

@media screen and (min-width: 1348px) {
    .pagesSlider-section .progress {
        margin-top: 30px;
        width: 93%
    }
}

@media screen and (min-width: 1920px) {
    .pagesSlider-section .progress {
        margin-top: 40px;
        width: 92%
    }
}

.pagesSlider-section .progress span {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #67cbb3;
    transition: 1.5s all ease;
    bottom: -1px;
    border-radius: 10px
}

.pagesSlider-section .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.pagesSlider-section .pagesSlider-wrap {
    margin-right: -4px;
    position: relative
}

@media screen and (min-width: 768px) {
    .pagesSlider-section .pagesSlider-wrap {
        margin-right: -24px
    }
}

@media screen and (min-width: 1056px) {
    .pagesSlider-section .pagesSlider-wrap {
        margin-right: 0
    }
}

.pagesSlider-section .pagesSlider-wrap .slick-slide > div {
    margin: 0 4px
}

@media screen and (min-width: 1348px) {
    .pagesSlider-section .pagesSlider-wrap .slick-slide > div {
        margin: 0 6px
    }
}

@media screen and (min-width: 1920px) {
    .pagesSlider-section .pagesSlider-wrap .slick-slide > div {
        margin: 0 8px
    }
}

.pagesSlider-section .pagesSlider-wrap .slick-list {
    margin: 0 -4px;
    padding: 5px 7px 5px 0
}

@media screen and (min-width: 768px) {
    .pagesSlider-section .pagesSlider-wrap .slick-list {
        padding: 5px 27px 5px 0
    }
}

@media screen and (min-width: 1056px) {
    .pagesSlider-section .pagesSlider-wrap .slick-list {
        padding: 5px 0
    }
}

@media screen and (min-width: 1348px) {
    .pagesSlider-section .pagesSlider-wrap .slick-list {
        margin: 0 -6px;
        padding: 10px 0
    }
}

@media screen and (min-width: 1920px) {
    .pagesSlider-section .pagesSlider-wrap .slick-list {
        margin: 0 -8px
    }
}

.pagesSlider-section .pagesSlider-container {
    position: absolute;
    top: auto;
    bottom: -10px;
    right: 0;
    left: auto;
    width: 71px;
    display: none
}

@media screen and (min-width: 1056px) {
    .pagesSlider-section .pagesSlider-container {
        display: -webkit-flex;
        display: flex
    }
}

@media screen and (min-width: 1348px) {
    .pagesSlider-section .pagesSlider-container {
        width: 66px
    }
}

@media screen and (min-width: 1920px) {
    .pagesSlider-section .pagesSlider-container {
        width: 100px;
        bottom: -17px
    }
}

.pagesSlider-section .pagesSlider-container .section-next, .pagesSlider-section .pagesSlider-container .section-prev {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.tabs-wrap {
    position: relative
}

.section-next, .section-prev {
    z-index: 2
}
.wrapper {
    overflow: clip;
}
.compare .compare-slider {
    max-width: 80%;
    margin-left: auto;
}

.tabs-wrap__select {
    max-width: 20%;
    width: 100%;
    z-index: 2;
    position: absolute;
    padding-right: 12px
}

.compare__arrows {
    position: absolute;
    right: 0;
    width: 100px;
    display: flex;
    justify-content: space-between;
    bottom: 5px
}

.compare-slider .compareSlider-next {
    right: 0
}

.compare-slider .compareSlider-prev {
    left: 0
}

.compare .header-tab {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.compare .header-tab {
    margin-bottom: 12px;
    margin-right: 0
}

.css-select:after {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 10px;
    right: 30px;
    background-image: url("../../images/css-select_arrow.svg");
    transition: top 0.3s ease, -webkit-transform 0.3s ease;
    transition: top 0.3s ease, transform 0.3s ease;
    transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: top;
    pointer-events: none;
    background-repeat: no-repeat
}

.css-select:focus-within:after {
    top: calc(30% - 0.25rem);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.css-select__dropdown {
    position: absolute;
    top: 48%;
    left: 0;
    padding: 0.5rem;
    width: 100%;
    max-height: 70vh;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(1.25rem);
    transform: translateY(1.25rem);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 9999;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.css-select:focus-within .css-select__dropdown {
    -webkit-transform: translateY(0.75rem);
    transform: translateY(0.75rem);
    opacity: 1;
    visibility: visible;
    min-width: max-content
}

.css-select__option {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #333333;
    padding: 0.5rem;
    width: 100%;
    border: none;
    background: transparent;
    transition: background 0.3s ease;
    cursor: pointer;
    outline: none !important
}

.css-select__selected {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #939393;
    padding: 0 36px 0 20px;
    width: 100%;
    border: none;
    border-radius: 6px;
    background: #ffffff;
    cursor: pointer;
    outline: none !important;
    height: 44px;
    margin-bottom: 8px
}

.checkbox__wrapper {
    display: flex;
    align-items: center
}

.compare-info {
    display: flex;
    width: 100%;
    pointer-events: none
}

.compare-info__title {
    width: 20%;
    border-right: 1px solid #9DBFC0;
    padding: 12px 15px;
    display: flex;
    align-items: center
}

.compare-info__slider {
    width: calc(80% - -2px)
}

.compare-info__item {
    padding: 12px 15px;
    border-right: 1px solid #9DBFC0;
    height: 100%;
    display: flex !important;
    align-items: center
}

.compare-info .slick-slide > div {
    margin: 0;
    height: 100%
}

.compare-info .slick-list {
    margin: 0;
    height: 100%
}

.compare-info .slick-track {
    height: 100%
}

.compare-info-block .compare-info:nth-child(3n) {
    background: #F5F5F8
}

.compare-info-block .compare-info:nth-child(3n+1) {
    background: #E8F1F1
}

.compare-info-block .compare-info:nth-child(3n+2) {
    background: #fff
}

.compare-info-block__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
    margin-bottom: 30px;
    margin-top: 28px
}

.compare-info-block__main.d-none {
    display: none
}

.compare-info-block__wrapper {
    display: none
}

@media screen and (max-width: 1919px) {
    .compare__arrows {
        width: 66px
    }

    .compare-slider .progressCompare {
        width: 91%
    }

    .compare-info-block__title {
        font-size: 16px;
        line-height: 19px
    }
}

@media screen and (max-width: 1347px) {
    .tabs-wrap__select {
        max-width: 25%
    }

    .compare .compare-slider {
        max-width: 75%
    }

    .compare-info__title {
        width: 25%
    }

    .compare-info__slider {
        width: calc(75% - -2px)
    }

    .compare__arrows {
        width: 71px
    }

    .compare-slider .progressCompare {
        width: 87%
    }

    .compare-info-block__title {
        font-size: 14px;
        line-height: 16px
    }
}

@media screen and (max-width: 1055px) {
    .compare__arrows {
        width: 62px
    }

    .compare-slider .progressCompare {
        width: 86%
    }

    .compare__arrows {
        right: 5px
    }
}

@media screen and (max-width: 767px) {
    .compare__arrows {
        display: none
    }

    .compare-slider .progressCompare {
        width: 85%;
        width: calc(100% - 80px);
        margin-bottom: 0
    }

    .tabs-wrap__select {
        position: relative;
        max-width: 100%
    }

    .css-select__selected {
        height: 38px;
        margin-bottom: 16px
    }

    .css-select:after {
        top: 50%
    }

    .css-select:focus-within:after {
        top: calc(50% - 0.25rem)
    }

    .css-select__dropdown {
        top: 90%
    }

    .compare .compare-slider {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 0
    }

    .tabs-wrap__select {
        padding-right: 0
    }

    .compare-slider .slick-list {
        padding-bottom: 0;
        margin-right: -8px
    }

    .slick-initialized .slick-slide {
        margin-right: 8px
    }

    .compare-info {
        flex-direction: column
    }

    .compare-info__title {
        width: 100%;
        border-right: 0;
        padding: 8px 12px
    }

    .compare-info__slider {
        width: calc(100% - -2px)
    }

    .compare-info__item {
        border-right: 0;
        padding: 0 12px 8px 12px
    }

    .compare-info-block__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .compare-info-block__wrapper .branch {
        margin-bottom: 0 !important
    }

    .compare-info-block__main .compare-info-block__title {
        display: none
    }

    .compare-info-block__wrapper .compare-info-block__title {
        max-width: 120px;
        margin: 20px 0
    }

    .compare-info-block__wrapper .compare-info-block__title.d-none {
        opacity: 0
    }

    .compare .tab-descr .branch label {
        margin-right: 0
    }

    .compare .header-tab {
        align-items: start;
        height: auto;
        align-items: start;
        text-align: left;
        white-space: normal;
        padding: 10px 12px
    }

    .css-select:focus-within .css-select__dropdown {
        min-width: auto
    }

    .css-select__selected {
        padding: 0 36px 0 12px
    }

    .css-select:after {
        right: 14px
    }
}

@media screen and (max-width: 576px) {
    .tab-descr__second {
        display: none
    }

    .compare .tab-descr {
        width: 100%
    }

    .slider-count-mobile {
        display: none
    }
}
