/*Стили для верхнего блока с видео*/

.collection-test-video {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 54px;
    margin-top: 26px;
    margin-right: -32px;
    margin-left: -32px;

    transition: all .2s ease;
}

.collection-test-video-banner {
    max-width: 730px;
    background-color: #cd7855;
    border-radius: 100px;

    padding: 51px 141px 53px 72px;
    position: relative;
    box-sizing: border-box;
    z-index: 5;
    transition: all .2s ease;
}

.collection-test-video-banner-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 59px;
    line-height: 115%;
    color: #FFFFFF;

    margin-bottom: 33px;
    transition: all .2s ease;
}

.collection-test-video-banner-description {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 132%;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 510px;
    transition: all .2s ease;
}

.collection-test-video-banner-arrow {
    position: absolute;
    right: 47px;
    bottom: 43px;
    transition: all .2s ease;
}

.collection-test-video-item {
    position: relative;
    left: -90px;
    transition: all .2s ease;
}

.collection-test-video-item video {
    position: unset;
    transform: unset;
    margin: unset;
    transition: all .2s ease;
}

@media screen and (max-width: 1500px){
    .collection-test-video {
        flex-direction: column;
        gap: 26px;
        padding-left: 48px;
        padding-right: 48px;
    }
    .collection-test-video-banner {
        width: 100%;
        max-width: unset;
        border-radius: 50px;
        padding: 30px 37px 41px 37px;
    }
    .collection-test-video-banner-title {
        text-align: center;
        font-size: 49px;
        margin-bottom: 6px;
    }
    .collection-test-video-banner-description {
        max-width: unset;
        font-size: 15px;
        text-align: center;
    }
    .collection-test-video-banner-arrow {
        right: 26px;
        bottom: 20px;
        transform: rotate(180deg);
    }
    .collection-test-video-item {
        left: 0;
    }
}

@media screen and (max-width: 1250px){
    .collection-test-video {
        padding-left: 0;
        padding-right: 0;
        margin-left: -16px;
        margin-right: -16px;
    }
    .collection-test-video-banner {
        border-radius: 30px;
        padding: 30px 16px 41px 16px;
    }
    .collection-test-video-banner-description {
        max-width: 1110px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1050px){
    .collection-test-video {
        gap: 40px;
    }
    .collection-test-video-banner {
        border-radius: 20px;
        padding: 22px 30px 35px 30px;
    }
    .collection-test-video-banner-title {
        font-size: 40px;
        line-height: 170%;
        margin-bottom: 0;
    }
    .collection-test-video-banner-description {
        font-size: 13px;
        line-height: 154%;
        max-width: 900px;
    }
}

@media screen and (max-width: 950px){
    .collection-test-video {
        gap: 33px;
    }
    .collection-test-video-banner {
        padding: 0 54px 24px 54px;
    }
    .collection-test-video-banner-title {
        font-size: 30px;
        line-height: 227%;
    }
    .collection-test-video-banner-description {
        line-height: 138%;
        max-width: 660px;
    }
    .collection-test-video-banner-arrow {
        display: none;
    }
}

@media screen and (max-width: 750px){
    .collection-test-video-banner {
        padding: 22px 30px 35px 30px;
    }
    .collection-test-video-banner-title {
        line-height: 111%;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 450px){
    .collection-test-video {
        gap: 17px;
        margin-bottom: 34px;
    }
    .collection-test-video-banner {
        padding: 6px 10px 12px 10px;
    }
    .collection-test-video-banner-title {
        font-size: 18px;
        line-height: 111%;
    }
    .collection-test-video-banner-description {
        font-size: 10px;
        line-height: 129%;
        /*max-width: 295px;*/
    }
}
/*-------------------------------------*/
/*Стили для блока все товары коллекции*/

.collection-elements {
    margin-bottom: 43px;
    position: relative;
}

.collection-elements-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #2d4942;

    margin-bottom: 40px;
}

.collection-elements-title span {
    color: #cd7855;
}

.collection-elements-filters {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 33px;

    position: relative;

    margin-bottom: 60px;
}

.collection-elements-filters-dropdown {
    /*position: relative;*/
    /*display: inline-block;*/
    /*margin-bottom: 60px;*/
}

.collection-elements-filters-dropdown-item {
    border: 1px solid #cd7855;
    border-radius: 100px;
    padding: 14px 35px;
    background-color: #FFFFFF;
    height: 100%;

    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 96%;
    color: #2d4942;
    position: relative;

    cursor: pointer;
    transition: .2s ease-in-out;
}

.collection-elements-filters-dropdown-item:hover {
    color: #CD7855;
}

.collection-elements-filters-dropdown-item.active {
    background-color: #cd7855;
    color: #FFFFFF;
}

.collection-elements-filters-dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 360px;
    top: 87px;
    left: calc(50% - 180px);

    padding: 23px 18px;
    border: 1px solid #cd7855;
    border-radius: 50px;
    box-sizing: border-box;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.collection-elements-filters-dropdown:first-child .collection-elements-filters-dropdown-content {
    left: 0;
}

/*.collection-elements-filters-dropdown:last-child .collection-elements-filters-dropdown-content {*/
/*    right: 0;*/
/*    left: unset;*/
/*}*/

.collection-elements-filters-dropdown-content-item {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    color: #2d4942;
    cursor: pointer;

    background: transparent;
    border: 0;
    text-align: left;

    margin-bottom: 17px;

    transition: .2s ease-in-out;
}

.collection-elements-filters-dropdown-content-item:last-child {
    margin-bottom: 0;
}

.collection-elements-filters-dropdown-content-item:hover {
    text-decoration: underline;
    text-decoration-color: #cd7855;
}

.collection-elements-filters-dropdown.active .collection-elements-filters-dropdown-content {
    display: none;
}

.collection-elements-filters-dropdown.active .collection-elements-subfilters {
    display: flex;
}

.collection-elements-filters-dropdown-item.active ~ .collection-elements-subfilters {
    display: flex;
}

.collection-elements-filters-dropdown-content::before {
    content: "";
    position: absolute;
    display: none;
    cursor: auto;
    width: 20px;
    height: 20px;
    border: 1px solid #cd7855;
    border-left: 0;
    border-bottom: 0;
    top: -11px;
    left: calc(50% - 10px);
    background-color: #FFFFFF;
    transform: rotate(-45deg);
    z-index: 3;

    transition: .2s ease-in-out;
}

.collection-elements-filters::before {
    content: "";
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cd7855;
}

.collection-elements-filters-dropdown-item.active::before {
    content: "";
    position: absolute;
    display: block;
    cursor: auto;
    width: 20px;
    height: 20px;
    border: 1px solid #cd7855;
    border-left: 0;
    border-bottom: 0;
    bottom: -44px;
    left: calc(50% - 10px);
    background-color: #FFFFFF;
    transform: rotate(-45deg);
    z-index: 3;

    transition: .2s ease-in-out;
}

.collection-elements-subfilters {
    display: none;
    align-items: stretch;
    justify-content: center;
    gap: 19px;

    position: absolute;
    left: 0;
    right: 0;
    top: 136px;

    margin-bottom: 40px;
}

.collection-elements-subfilter-item {
    border: 1px solid #787878;
    border-radius: 100px;
    padding: 12px 22px;
    background-color: #FFFFFF;

    cursor: pointer;

    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    text-align: center;
    color: #2d4942;

    transition: .2s ease-in-out;
}

.collection-elements-subfilter-item.active {
    background-color: #787878;
    color: #FFFFFF;
}

.collection-elements-filters-mobile {
    display: none;
}

.collection-elements-content {
    margin-top: 180px;
}

.collection-elements-content-btn {
    border-radius: 6px;
    padding: 13px 27px;
    width: 934px;
    background: #CB7D5D;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 96%;
    color: #FFFFFF;

    border: 0;

    margin: 40px auto 0 auto;
    transition: .2s;
}

.collection-elements-content-btn:hover {
    background: #2D2F33;
}

.collection_elem {
    position: relative;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, position 0.2s ease-in-out 2s;
    /*transform: scale(1);*/
    opacity: 1;
}

.collection_elem.hidden {
    opacity: 0;
    transform: scale(0);
    position: absolute;
    bottom: -1000px;
}

@media screen and (max-width: 1600px){
    .collection-elements-filters {
        gap: 8px;
    }

    .collection-elements-subfilters {
        gap: 6px;
    }
}

@media screen and (max-width: 1250px){
    .collection-elements-subfilters,
    .collection-elements-filters-dropdown.active .collection-elements-subfilters,
    .collection-elements-filters-dropdown-item.active ~ .collection-elements-subfilters {
        display: none;
    }

    .collection-elements-filters-dropdown.active .collection-elements-filters-dropdown-content {
        display: block;
    }

    .collection-elements-filters-dropdown {
        position: relative;
    }

    .collection-elements-filters {
        column-gap: 8px;
        row-gap: 23px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .collection-elements-filters::before {
        content: none;
    }

    .collection-elements-filters-dropdown-item.active::before {
        display: none;
    }

    /*.collection-elements-filters-dropdown.active .collection-elements-filters-dropdown-item.active::before {*/
    /*    display: block;*/
    /*}*/

    .collection-elements-filters-dropdown:first-child.active .collection-elements-filters-dropdown-item.active::before {
        display: none;
    }

    .collection-elements-filters-dropdown-content::before {
        display: block;
    }

    .collection-elements-content {
        margin-top: 0;
    }
}

@media screen and (max-width: 1200px){
    .collection-elements-filters-dropdown-content {
        width: 280px;
        left: calc(50% - 140px);
    }
}

@media screen and (max-width: 1150px){
    .collection-elements-filters-dropdown-content {
        left: unset;
        right: 0;
    }
}

@media screen and (max-width: 1090px){
    .collection-elements-filters-dropdown-content {
        left: 0;
    }
    .collection-elements-content-btn {
        width: 100%;
    }
}

@media screen and (max-width: 900px){
    .collection-elements-title {
        font-size: 30px;
        line-height: 133%;
        max-width: 530px;
        margin: 0 auto 66px auto;
    }

    .collection-elements-filters-dropdown-item {
        padding: 12px 27px;
        font-size: 21px;
        line-height: 119%;
    }

    .collection-elements-filters-dropdown-content {
        top: 83px;
        left: unset;
        right: 0;
        padding: 14px 18px;
    }

    .collection-elements-filters-dropdown-content-item {
        font-size: 18px;
        line-height: 167%;
        margin-bottom: 13px;
    }
}

@media screen and (max-width: 882px){
    .collection-elements-filters-dropdown-content {
        left: 0;
    }
}

@media screen and (max-width: 768px){
    .collection-elements-content-btn {
        padding: 13px 27px;
        font-size: 20px;
        line-height: 120%;
        margin: 20px auto 0 auto;
    }
}

@media screen and (max-width: 740px){
    .collection-elements {
        margin-bottom: 33px;
    }

    .collection-elements-filters-dropdown-content {
        width: 250px;
    }

    .collection-elements-filters-dropdown-content-item {
        font-size: 15px;
    }
}

@media screen and (max-width: 650px) {
    .collection-elements-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 550px) {
    .collection-elements-title {
        margin-bottom: 40px;
    }
    .collection-elements-filters {
        row-gap: 15px;
    }
    .collection-elements-filters-dropdown-item {
        padding: 8px 12px;
        font-size: 15px;
        line-height: 119%;
    }
    .collection-elements-filters-dropdown-content {
        top: 68px;
        width: 220px;
        left: -12px;
        padding: 14px 13px;
    }
}

@media screen and (max-width: 520px) {
    .collection-elements-title {
        margin-bottom: 10px;
    }

    .collection-elements-filters {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 5px;
        grid-row-gap: 10px;
    }

    .collection-elements-filters {
        display: none;
    }

    .collection-elements-filters-mobile {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .collection-elements-filters-mobile-dropdown {
        position: relative;
    }

    .collection-elements-filters-mobile-dropdown-item {
        border: 1px solid #cd7855;
        border-radius: 100px;
        padding: 8px 12px;
        background-color: #FFFFFF;

        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 400;
        font-size: 11px;
        color: #2d4942;

        display: flex;
        align-items: center;
        justify-content: center;

        transition: .2s ease-in-out;
    }

    .collection-elements-filters-mobile-dropdown.active .collection-elements-filters-mobile-dropdown-item {
        background-color: #cd7855;
        color: #FFFFFF;
    }

    .collection-elements-filters-mobile-dropdown:last-child .collection-elements-filters-mobile-dropdown-item:after {
        content: url("/template/new/images/collection/reviews/elements-filter-arrow.svg");
        margin-left: 8px;
        width: 4px;
        height: 12px;
    }

    .collection-elements-filters-mobile-dropdown.active:last-child .collection-elements-filters-mobile-dropdown-item:after {
        content: url("/template/new/images/collection/reviews/elements-filter-arrow-2.svg");
        width: 12px;
        height: 14px;
    }

    .collection-elements-filters-mobile-dropdown-content-dropdown {
        display: none;
        position: absolute;
        background-color: #FFFFFF;
        width: 200px;
        height: 200px;
        overflow-y: scroll;
        top: 45px;
        left: 0;
        padding: 14px;
        border: 1px solid #cd7855;
        border-radius: 30px;
        box-sizing: border-box;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        z-index: 11;
    }

    .collection-elements-filters-mobile-dropdown-content-item {
        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 400;
        /*font-size: 15px;*/
        line-height: 167%;
        color: #2d4942;

        margin-bottom: 6px;
    }

    .collection-elements-filters-mobile-dropdown-content-item:last-child {
        margin-bottom: 0;
    }

    .collection-elements-filters-mobile-dropdown-content-item-title {
        cursor: pointer;
        background: transparent;
        border: 0;
        font-size: 17px;
        text-align: left;
    }

    .collection-elements-filters-mobile-dropdown-content-item-subtitle {
        font-size: 13px;
        line-height: 200%;
        padding-left: 10px;
        margin-bottom: 3px;

        cursor: pointer;
        background: transparent;
        border: 0;
        text-align: left;
    }

    .collection-elements-filters-mobile-dropdown-content-item-subtitle:last-child {
        margin-bottom: 0;
    }

    .collection-elements-filters-mobile-dropdown.active .collection-elements-filters-mobile-dropdown-content-dropdown {
        display: block;
    }
}

@media screen and (max-width: 470px) {
    .collection-elements-title {
        font-size: 18px;
        line-height: 111%;
        max-width: 300px;
    }
    .collection-elements-content-btn {
        padding: 8px 16px;
        font-size: 15px;
        margin: 15px auto 0 auto;
    }
}



/*-------------------------------------*/
/*Стили для блока фото коллекции*/

.collection-photos {
    margin-bottom: 55px;
    margin-right: -32px;
    margin-left: -32px;
}

.collection-photos-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: center;
    color: #2d4942;

    margin-bottom: 45px;
}

.collection-photos .swiper-slide {
    width: unset;
}
@media screen and (max-width: 1500px) {
    .collection-photos {
        margin-bottom: 51px;
    }

    .collection-photos-title {
        margin-bottom: 13px;
    }
}

@media screen and (max-width: 1250px) {
    .collection-photos {
        margin-right: -16px;
        margin-left: -16px;
    }
}

@media screen and (max-width: 1050px) {
    .collection-photos {
        margin-bottom: 62px;
    }

    .collection-photos-title {
        margin-bottom: 29px;
    }
}

@media screen and (max-width: 768px) {
    .collection-photos-title {
        font-size: 30px;
        line-height: 227%;
    }
    .collection-photos .slider .arrows_cont {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .collection-photos-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 470px) {
    .collection-photos {
        margin-bottom: 48px;
    }
    .collection-photos-title {
        font-size: 18px;
        line-height: 111%;
        margin-bottom: 18px;
    }
}


/*-------------------------------------*/
/*Стили для блока особенности*/

.collection-especially {
    margin-bottom: 91px;
}

.collection-especially-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: center;
    color: #2d4942;
    margin-bottom: 23px;
}

.collection-especially-items {
    display: flex;
    justify-content: center;
}

.collection-especially-items-item {
    border-radius: 100px;
    width: 100px;
    height: 787px;
    padding: 59px 26px;
    box-sizing: border-box;

    z-index: 10;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out, padding 0.5s ease-in-out, border-radius 0.5s ease-in-out;
}

.collection-especially-items-item.active,
.collection-especially-items-item:hover {
    width: 1080px;
    padding: 59px 60px;
    border-radius: 70px;
}

.collection-especially-items-item::before {
    content: "";
    position: absolute;
    z-index: -10;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 100%;
}

.collection-especially-items-item.active::before,
.collection-especially-items-item:hover::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.collection-especially-items-item-img {
    opacity: 0;
    position: absolute;
    z-index: -20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.5s ease-in-out;
}

.collection-especially-items-item.active .collection-especially-items-item-img,
.collection-especially-items-item:hover .collection-especially-items-item-img {
    opacity: 1;
}

.collection-especially-items-item:nth-child(1) {
    background-color: #c8e7f2;
}
.collection-especially-items-item:nth-child(1) .collection-especially-items-item-img {
    background-image: url("/template/new/images/collection/especially/especially-1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.collection-especially-items-item:nth-child(2) {
    background-color: #D2D1D6;
}
.collection-especially-items-item:nth-child(2) .collection-especially-items-item-img {
    background-image: url("/template/new/images/collection/especially/especially-2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.collection-especially-items-item:nth-child(3) {
    background-color: #efc380;
}
.collection-especially-items-item:nth-child(3) .collection-especially-items-item-img {
    background-image: url("/template/new/images/collection/especially/especially-3.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.collection-especially-items-item:nth-child(4) {
    background-color: #d37a56;
}
.collection-especially-items-item:nth-child(4) .collection-especially-items-item-img {
    background-image: url("/template/new/images/collection/especially/especially-4.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.collection-especially-items-item:nth-child(5) {
    background-color: #c5d7d4;
}
.collection-especially-items-item:nth-child(5) .collection-especially-items-item-img {
    background-image: url("/template/new/images/collection/especially/especially-5.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.collection-especially-items-item:nth-child(6) {
    background-color: #edd3ba;
}
.collection-especially-items-item:nth-child(6) .collection-especially-items-item-img {
    background-image: url("/template/new/images/collection/especially/especially-6.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.collection-especially-items-item:nth-child(7) {
    background-color: #2e4942;
}
.collection-especially-items-item:nth-child(7) .collection-especially-items-item-img {
    background-image: url("/template/new/images/collection/especially/especially-7.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.collection-especially-items-item-number {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 131%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #2d4942;

    position: absolute;
    right: 26px;
    /*top: 59px;*/
    transition: right 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
}

.collection-especially-items-item:nth-child(7) .collection-especially-items-item-number {
    color: #f2f3ee;
}

.collection-especially-items-item.active .collection-especially-items-item-number,
.collection-especially-items-item:hover .collection-especially-items-item-number {
    right: 60px;
}

.collection-especially-items-item-extra {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 67px;
    left: 60px;
    right: 60px;
    overflow: hidden;
}

.collection-especially-items-item-extra-text {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 117%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #2d4942;
    max-width: 800px;

    min-height: 0;
    transform: translateY(300px);
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 1s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
}

.collection-especially-items-item.active .collection-especially-items-item-extra-text,
.collection-especially-items-item:hover .collection-especially-items-item-extra-text {
    opacity: 1;
    transform: none;
}

.collection-especially-items-item-extra-arrow {
    background-image: url("/template/new/images/collection/arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 71px;
    height: 71px;

    min-height: 0;
    transform: translateY(300px);
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 1s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
}

.collection-especially-items-item.active .collection-especially-items-item-extra-arrow,
.collection-especially-items-item:hover .collection-especially-items-item-extra-arrow {
    opacity: 1;
    transform: none;
}

@media screen and (max-width: 1500px){
    .collection-especially-items-item {
        width: 80px;
        height: 643px;
        padding: 27px 21px;
    }

    .collection-especially-items-item.active,
    .collection-especially-items-item:hover {
        width: 883px;
        padding: 27px 50px;
    }

    .collection-especially-items-item-number {
        font-size: 20px;
        line-height: 170%;
        right: 21px;
    }

    .collection-especially-items-item.active .collection-especially-items-item-number,
    .collection-especially-items-item:hover .collection-especially-items-item-number {
        right: 50px;
    }

    .collection-especially-items-item-extra {
        bottom: 32px;
        left: 50px;
        right: 50px;
    }

    .collection-especially-items-item-extra-text {
        font-size: 25px;
        line-height: 136%;
        max-width: 430px;
    }

    .collection-especially-items-item-extra-arrow {
        width: 58px;
        height: 58px;
    }
}

@media screen and (max-width: 1250px){
    .collection-especially {
        margin-bottom: 66px;
    }

    .collection-especially-items-item {
        width: 67px;
        height: 541px;
        padding: 23px 17px;
    }

    .collection-especially-items-item.active,
    .collection-especially-items-item:hover {
        width: 742px;
        padding: 23px 42px;
    }

    .collection-especially-items-item-number {
        font-size: 16px;
        line-height: 212%;
        right: 17px;
    }

    .collection-especially-items-item.active .collection-especially-items-item-number,
    .collection-especially-items-item:hover .collection-especially-items-item-number {
        right: 42px;
    }

    .collection-especially-items-item-extra {
        bottom: 47px;
        left: 42px;
        right: 42px;
    }

    .collection-especially-items-item-extra-text {
        font-size: 20px;
        line-height: 130%;
        max-width: 450px;
    }

    .collection-especially-items-item-extra-arrow {
        width: 48px;
        height: 48px;
    }
}

@media screen and (max-width: 1050px){
    .collection-especially {
        margin-bottom: 79px;
    }

    .collection-especially-items {
        flex-direction: column;
        align-items: center;
    }

    .collection-especially-items-item {
        width: 100%;
        height: 125px;
        padding: 43px 40px;
    }
    .collection-especially-items-item.active,
    .collection-especially-items-item:hover {
        width: 100%;
        height: 1253px;
        padding: 43px 40px;
        border-radius: 70px;
    }

    .collection-especially-items-item:nth-child(1) .collection-especially-items-item-img {
        background-image: url("/template/new/images/collection/especially/especially_1050/especially-1.png");
    }

    .collection-especially-items-item:nth-child(2) .collection-especially-items-item-img {
        background-image: url("/template/new/images/collection/especially/especially_1050/especially-2.png");
    }

    .collection-especially-items-item:nth-child(3) .collection-especially-items-item-img {
        background-image: url("/template/new/images/collection/especially/especially_1050/especially-3.png");
    }

    .collection-especially-items-item:nth-child(4) .collection-especially-items-item-img {
        background-image: url("/template/new/images/collection/especially/especially_1050/especially-4.png");
    }

    .collection-especially-items-item:nth-child(5) .collection-especially-items-item-img {
        background-image: url("/template/new/images/collection/especially/especially_1050/especially-5.png");
    }

    .collection-especially-items-item:nth-child(6) .collection-especially-items-item-img {
        background-image: url("/template/new/images/collection/especially/especially_1050/especially-6.png");
    }

    .collection-especially-items-item:nth-child(7) .collection-especially-items-item-img {
        background-image: url("/template/new/images/collection/especially/especially_1050/especially-7.png");
    }

    .collection-especially-items-item-number {
        font-size: 50px;
        line-height: 68%;
        right: 40px;
    }

    .collection-especially-items-item.active .collection-especially-items-item-number,
    .collection-especially-items-item:hover .collection-especially-items-item-number {
        right: 40px;
    }

    .collection-especially-items-item-extra {
        bottom: 63px;
        left: 40px;
        right: 40px;
    }

    .collection-especially-items-item-extra-text {
        font-size: 31px;
        line-height: 139%;
        max-width: 500px;
    }

    .collection-especially-items-item-extra-arrow {
        width: 78px;
        height: 78px;
        background-image: url("/template/new/images/collection/arrow-1050.svg");
    }
}

@media screen and (max-width: 768px){
    .collection-especially {
        margin-bottom: 83px;
    }

    .collection-especially-title {
        font-size: 30px;
        line-height: 227%;
    }

    .collection-especially-items-item {
        width: 100%;
        height: 104px;
        padding: 35px 42px;
    }

    .collection-especially-items-item.active,
    .collection-especially-items-item:hover {
        width: 100%;
        height: 831px;
        padding: 35px 42px;
    }

    .collection-especially-items-item-number {
        font-size: 40px;
        line-height: 85%;
        right: 42px;
    }

    .collection-especially-items-item.active .collection-especially-items-item-number,
    .collection-especially-items-item:hover .collection-especially-items-item-number {
        right: 42px;
    }

    .collection-especially-items-item-extra {
        bottom: 29px;
        left: 40px;
        right: 40px;
    }

    .collection-especially-items-item-extra-text {
        font-size: 26px;
        line-height: 115%;
        max-width: 500px;
    }

    .collection-especially-items-item-extra-arrow {
        width: 65px;
        height: 65px;
    }
}

@media screen and (max-width: 650px){
    .collection-especially {
        margin-bottom: 63px;
    }

    .collection-especially-title {
        font-size: 24px;
    }

    .collection-especially-items-item {
        width: 100%;
        height: 70px;
        padding: 25px 32px;
    }

    .collection-especially-items-item.active,
    .collection-especially-items-item:hover {
        width: 100%;
        height: 500px;
        padding: 25px 32px;
        border-radius: 50px;
    }

    .collection-especially-items-item-number {
        font-size: 30px;
        line-height: 100%;
        right: 32px;
    }

    .collection-especially-items-item.active .collection-especially-items-item-number,
    .collection-especially-items-item:hover .collection-especially-items-item-number {
        right: 32px;
    }

    .collection-especially-items-item-extra {
        bottom: 29px;
        left: 32px;
        right: 32px;
    }

    .collection-especially-items-item-extra-text {
        font-size: 20px;
        line-height: 115%;
        max-width: 335px;
    }

    .collection-especially-items-item-extra-arrow {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 470px){
    .collection-especially {
        margin-bottom: 43px;
    }

    .collection-especially-title {
        font-size: 18px;
        line-height: 111%;
    }

    .collection-especially-items-item {
        width: 100%;
        height: 40px;
        padding: 10px 14px;
    }

    .collection-especially-items-item.active,
    .collection-especially-items-item:hover {
        width: 100%;
        height: 400px;
        padding: 10px 14px;
        border-radius: 30px;
    }

    .collection-especially-items-item-number {
        font-size: 20px;
        line-height: 100%;
        right: 14px;
    }

    .collection-especially-items-item.active .collection-especially-items-item-number,
    .collection-especially-items-item:hover .collection-especially-items-item-number {
        right: 14px;
    }

    .collection-especially-items-item-extra {
        bottom: 20px;
        left: 14px;
        right: 14px;
    }

    .collection-especially-items-item-extra-text {
        font-size: 11px;
        line-height: 118%;
        max-width: 200px;
    }
}

/*-------------------------------------*/
/*Стили для блока наши преимущества*/

.collection-advantages {
    background-color: #ecf1f0;
    border-radius: 50px;
    padding: 53px 68px 100px 68px;

    margin-bottom: 146px;
    margin-right: -32px;
    margin-left: -32px;
}

.collection-advantages-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: center;
    color: #2d4942;

    margin-bottom: 60px;
}

.collection-advantages-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
}

.collection-advantages-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.collection-advantages-item-icon {
    margin-bottom: 24px;
}

.collection-advantages-item-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 97%;
    text-transform: uppercase;
    text-align: center;
    color: #2d4942;

    max-width: 290px;

    margin-bottom: 16px;
}

.collection-advantages-item-subtitle {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 121%;
    text-transform: lowercase;
    text-align: center;
    color: #2d4942;
}

@media screen and (max-width: 1500px){
    .collection-advantages {
        margin-bottom: 50px;
        padding: 53px 68px 67px 68px;
    }

    .collection-advantages-items {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 136px;
        grid-row-gap: 90px;
    }

    .collection-advantages-item-subtitle {
        max-width: 430px;
    }
}

@media screen and (max-width: 1250px){
    .collection-advantages {
        margin-bottom: 60px;
        padding: 55px 62px 69px 62px;

        margin-right: -16px;
        margin-left: -16px;
    }

    .collection-advantages-title {
        margin-bottom: 60px;
    }

    .collection-advantages-items {
        grid-column-gap: 76px;
    }
}

@media screen and (max-width: 1050px){
    .collection-advantages {
        padding: 54px 62px 62px 62px;
        margin-bottom: 40px;
    }

    .collection-advantages-title {
        margin-bottom: 36px;
    }

    .collection-advantages-items {
        grid-column-gap: 62px;
        grid-row-gap: 41px;
    }

    .collection-advantages-item-icon {
        margin-bottom: 15px;
    }

    .collection-advantages-item-title {
        font-size: 25px;
        line-height: 112%;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 768px){
    .collection-advantages {
        padding: 0;
        margin-bottom: 65px;
        background-color: unset;
        border-radius: 0;
    }

    .collection-advantages-title {
        font-size: 30px;
        line-height: 227%;
        margin-bottom: 24px;
    }

    .collection-advantages-items {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        grid-row-gap: 70px;

        padding: 46px 0 74px 0;
        background-color: #ecf1f0;
        border-radius: 50px;
    }
}

@media screen and (max-width: 650px) {
    .collection-advantages-title {
        font-size: 24px;
        line-height: 111%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px){
    .collection-advantages {
        margin-bottom: 41px;
    }

    .collection-advantages-title {
        font-size: 24px;
        line-height: 111%;
        margin-bottom: 20px;
    }

    .collection-advantages-items {
        grid-row-gap: 27px;
        padding: 31px 0 33px 0;
    }

    .collection-advantages-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .collection-advantages-item-icon {
        margin-bottom: 12px;
    }

    .collection-advantages-item-icon svg {
        width: 80px;
        height: 80px;
    }

    .collection-advantages-item-title {
        font-size: 20px;
        line-height: 115%;
        margin-bottom: 7px;
        max-width: 235px;
    }

    .collection-advantages-item-subtitle {
        font-size: 15px;
        line-height: 133%;
        max-width: 300px;
    }
}

@media screen and (max-width: 470px) {
    .collection-advantages-title {
        font-size: 18px;
        line-height: 111%;
    }
}

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

    .collection-advantages-item-title {
        font-size: 13px;
        line-height: 115%;
        margin-bottom: 7px;
        max-width: 150px;
    }

    .collection-advantages-item-subtitle {
        font-size: 9px;
        line-height: 133%;
        max-width: 200px;
    }
}

/*-------------------------------------*/
/*Стили для блока с формой*/

.collection-form {
    padding: 39px 0 39px 50px;
    border-radius: 30px 200px 200px 30px;
    background-image: url("/template/new/images/collection/form/form-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    position: relative;

    margin-right: 210px;
    margin-bottom: 144px;
}

.collection-form-content {
    position: relative;
    z-index: 2;
}

.collection-form-content-supertitle {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 93%;
    text-transform: uppercase;
    color: #FFFFFF;

    margin-bottom: 18px;
}

.collection-form-content-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 80px;
    line-height: 60%;
    text-transform: uppercase;
    color: #FFFFFF;

    margin-bottom: 26px;
}

.collection-form-content-subtitle {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    color: #FFFFFF;

    margin-bottom: 32px;
}

.collection-form-content-actions {
    display: flex;
    align-items: center;
    gap: 19px;
}

.collection-form-content-actions .button {
    border-radius: 6px;
    padding: 13px 27px;
    box-sizing: border-box;
    background: #CB7D5D;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: #FFFFFF;
    text-decoration: none;

    transition: 0.2s;
}

.collection-form-content-actions .button.callMeasurer {
    background: #334842;
}

.collection-form-content-actions .button:hover {
    background-color: #2D2F33;
}

.collection-form-image {
    width: 765px;
    height: 475px;
    background-image: url("/template/new/images/collection/form/form-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    position: absolute;
    top: -100px;
    right: -168px;
}

@media screen and (max-width: 1670px){
    .collection-form-image {
        width: 669px;
        height: 430px;
        top: -80px;
    }
}

@media screen and (max-width: 1500px){
    .collection-form {
        margin-right: 57px;
        margin-bottom: 100px;
    }

    .collection-form-content-title {
        font-size: 60px;
        line-height: 80%;
    }

    .collection-form-image {
        /*top: -54px;*/
        right: -47px;
    }
}

@media screen and (max-width: 1350px){
    .collection-form-image {
        width: 542px;
        height: 359px;

        top: -48px;
        right: -31px;
    }
}

@media screen and (max-width: 1250px){
    .collection-form {
        padding: 32px 0 32px 41px;

        margin-right: 48px;
        margin-bottom: 82px;
    }

    .collection-form-content-supertitle {
        font-size: 18px;
        line-height: 139%;

        margin-bottom: 15px;
    }

    .collection-form-content-title {
        font-size: 45px;
        line-height: 107%;

        margin-bottom: 13px;
    }

    .collection-form-content-subtitle {
        font-size: 20px;
        line-height: 150%;

        margin-bottom: 35px;
    }

    .collection-form-content-actions .button {
        padding: 9px 20px;
    }

    .collection-form-image {
        width: 542px;
        height: 359px;

        top: -48px;
        right: -31px;
    }
}

@media screen and (max-width: 1050px){
    .collection-form {
        margin-right: 51px;
        margin-bottom: 58px;
    }

    .collection-form-content-supertitle {
        font-size: 17px;
        line-height: 147%;
    }

    .collection-form-content-title {
        font-size: 38px;
        line-height: 126%;
    }

    .collection-form-content-subtitle {
        font-size: 17px;
        line-height: 176%;

        margin-bottom: 38px;
    }

    .collection-form-content-actions {
        gap: 15px;
    }

    .collection-form-content-actions .button {
        padding: 6px 7px;
    }

    .collection-form-image {
        width: 410px;
        height: 300px;
        top: -24px;
        right: -43px;
    }
}

@media screen and (max-width: 880px){
    .collection-form-image {
        top: -36px;
        right: -60px;
    }
}

@media screen and (max-width: 800px){
    .collection-form {
        padding: 78px 63px 711px 63px;
        border-radius: 30px 30px 500px 500px;
        background-image: url("/template/new/images/collection/form/form-bg-768.png");

        margin-right: 0;
        margin-bottom: 141px;
    }

    .collection-form-content-supertitle {
        font-size: 31px;
        line-height: 81%;
        text-align: center;

        margin-bottom: 28px;
    }

    .collection-form-content-title {
        font-size: 66px;
        line-height: 92%;
        text-align: center;

        max-width: 450px;
        margin: 0 auto 28px auto;
    }

    .collection-form-content-subtitle {
        font-size: 31px;
        line-height: 106%;
        text-align: center;

        max-width: 356px;
        margin: 0 auto 40px auto;
    }

    .collection-form-content-actions {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .collection-form-content-actions .button {
        border-radius: 6px;
        padding: 25px 27px;
        width: 100%;

        font-size: 25px;
        line-height: 96%;
    }

    .collection-form-image {
        width: 698px;
        height: 947px;
        background-image: url("/template/new/images/collection/form/form-img-768.png");

        top: unset;
        bottom: -220px;
        right: 0;
    }
}

@media screen and (max-width: 600px){
    .collection-form {
        padding: 78px 63px 511px 63px;
        border-radius: 30px 30px 200px 200px;

        margin-bottom: 100px;
    }

    .collection-form-content-supertitle {
        font-size: 25px;
        line-height: 100%;

        margin-bottom: 20px;
    }

    .collection-form-content-title {
        font-size: 50px;
        line-height: 100%;

        max-width: 350px;
        margin: 0 auto 25px auto;
    }

    .collection-form-content-subtitle {
        font-size: 28px;
        line-height: 100%;

        max-width: 280px;
        margin: 0 auto 25px auto;
    }

    .collection-form-content-actions .button {
        padding: 13px 27px;

        font-size: 20px;
        line-height: 100%;
    }

    .collection-form-image {
        width: 530px;
        height: 641px;

        top: unset;
        bottom: -140px;
        right: 0;
    }
}

@media screen and (max-width: 500px){
    .collection-form {
        padding: 36px 24px 415px 24px;
        margin-bottom: 84px;
    }

    .collection-form-content-supertitle {
        font-size: 15px;
        line-height: 167%;

        margin-bottom: 2px;
    }

    .collection-form-content-title {
        font-size: 40px;
        line-height: 100%;

        margin-bottom: 14px;
    }

    .collection-form-content-subtitle {
        font-size: 20px;
        line-height: 100%;

        margin-bottom: 18px;
    }

    .collection-form-content-actions {
        gap: 14px;
    }

    .collection-form-content-actions .button {
        padding: 13px 15px;

        font-size: 18px;
        line-height: 133%;
    }

    .collection-form-image {
        width: 330px;
        height: 541px;

        bottom: -113px;
        right: 0;
    }
}

@media screen and (max-width: 450px){
    .collection-form {
        padding: 36px 24px 365px 24px;
    }
}

/*-------------------------------------*/
/*Стили для блока с отзывами*/

.collection-reviews {
    margin-bottom: 138px;
}

.collection-reviews-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: center;
    color: #2d4942;

    margin-bottom: 42px;
}

.collection-reviews-title span {
    color: #cd7855;
}

.collection-reviews-items {
    display: flex;
    align-items: stretch;
    justify-content: center;

    text-align: center;
}

.collection-reviews-items .slick-track {
    display: flex;
    justify-content: center;
}

.collection-reviews-items .slick-track .slick-slide {
    width: 488px !important;
    margin-right: 25px;
    margin-left: 25px;
}

.collection-reviews-items-item {
    padding: 81px 26px 29px 26px;

    background-image: url("/template/new/images/collection/reviews/reviews-item-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    border-radius: 50px;
    position: relative;
    text-align: left;

    margin-right: 25px;
    margin-left: 25px;
    margin-top: 35px;
    width: 488px !important;
    box-sizing: border-box;
}

.collection-reviews-items-item::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 33px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-image: url("/template/new/images/collection/reviews/reviews-image-person.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.collection-reviews-items-item-text {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #2d4942;
    max-height: 300px;
    overflow-y: scroll;

    margin-bottom: 20px;
}

.collection-reviews-items-item-image {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    height: 172px;

    margin-bottom: 28px;
}

.collection-reviews-items-item-image .slick-track {
    display: flex;
    justify-content: left;
    margin-left: 0;
}

.collection-reviews-items-item-image .slick-track .slick-slide {
    width: 186px !important;
    margin-right: 15px;
    margin-left: 15px;
}

.collection-reviews-items-item-image img {
    border-radius: 10px;
    width: 186px;
    height: 172px;
    cursor: pointer;
}

.collection-reviews-items-item .hr {
    margin: 0 0 25px 0;
}

.collection-reviews-items-item-extra {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
}

.collection-reviews-items-item-extra-name {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    text-transform: uppercase;
    color: #2d4942;
}

.collection-reviews-items-item-extra-ratings {
    display: flex;
    align-items: center;
    gap: 12px;
}

.collection-reviews-items-item-extra-ratings-star {
    width: 25px;
    height: 24px;
}

.collection-reviews-items-item-extra-ratings-star.full {
    background-image: url('/template/new/images/collection/reviews/reviews-star-full.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.collection-reviews-items-item-extra-ratings-star.empty {
    background-image: url('/template/new/images/collection/reviews/reviews-star-empty.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.collection-reviews .slick-prev, .collection-reviews .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 44px);
    display: block;
    width: 30px;
    height: 88px;
    padding: 0;
    transform: none;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 30;
}

.collection-reviews .slick-prev {
    left: 0;
}

.collection-reviews .slick-next {
    right: 0;
}

.collection-reviews .slick-prev:before {
    content: url("/template/new/images/collection/reviews/reviews-arrow-left.svg");
}

.collection-reviews .slick-next:before {
    content: url("/template/new/images/collection/reviews/reviews-arrow-right.svg");
}

.collection-reviews .slick-prev:before, .collection-reviews .slick-next:before {
    display: block;
    width: 30px;
    height: 88px;
    line-height: 1;
    opacity: 1;
    color: #BEBEC0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.collection-reviews .slick-dots {
    bottom: -30px;
}

.collection-reviews .slick-dots li button:before {
    font-size: 10px;
    opacity: 1;
    color: #D9D9D9;
}

.collection-reviews .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #CB7D5D;
}

@media screen and (max-width: 1600px){
    .collection-reviews-items .slick-track .slick-slide {
        width: 100% !important;
    }
}


@media screen and (max-width: 1500px){
    .collection-reviews {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1200px){
    .collection-reviews-items .slick-track .slick-slide {
        margin-right: unset;
        margin-left: unset;
    }
    .collection-reviews-items-item-image .slick-track .slick-slide {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media screen and (max-width: 768px){
    .collection-reviews {
        margin-bottom: 90px;
    }

    .collection-reviews-title {
        font-size: 30px;
        line-height: 111%;

        margin-bottom: 40px;
    }

    .collection-reviews-items {
        gap: 0;
    }

    .collection-reviews-items-item .hr {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .collection-reviews-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 550px){
    .collection-reviews-items-item {
        max-width: 350px;
        margin-right: unset;
        margin-left: unset;
    }

    .collection-reviews-items-item-image {
        height: auto;
    }

    .collection-reviews-items-item-image img {
        width: 100%;
        height: 200px;
    }

    .collection-reviews-items-item-text {
        max-height: 200px;
    }
}

@media screen and (max-width: 500px){
    .collection-reviews {
        margin-bottom: 54px;
    }

    .collection-reviews-title {
        font-size: 18px;
        line-height: 111%;

        margin-bottom: 48px;
    }

    .collection-reviews-items-item {
        padding: 47px 12px 33px 12px;
        border-radius: 20px;

        margin-top: 20px;
        max-width: 280px;
    }

    .collection-reviews-items-item::before {
        top: -20px;
        left: 19px;
        width: 48px;
        height: 48px;
    }

    .collection-reviews-items-item-text {
        font-size: 15px;
        line-height: 120%;

        margin-bottom: 12px;
    }

    .collection-reviews-items-item-image {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
        height: auto;

        margin-bottom: 18px;
    }

    .collection-reviews-items-item-image img {
        width: 158px;
        height: 146px;
    }

    .collection-reviews-items-item .hr {
        margin: 0 0 20px 0;
    }

    .collection-reviews-items-item-extra {
        gap: 32px;
    }

    .collection-reviews-items-item-extra-name {
        font-size: 15px;
        line-height: 167%;
    }

    .collection-reviews-items-item-extra-ratings {
        gap: 7px;
    }

    .collection-reviews-items-item-extra-ratings-star {
        width: 14px;
        height: 13px;
    }
}

@media screen and (max-width: 360px) {
    .collection-reviews-items-item {
        max-width: 260px;
    }
}

/*-------------------------------------*/