/*-----------------------------------------------------------------List of  Category Отзывы*/
.otzivs{
    padding-top: 0;
    padding-bottom: 30px;
}
.otzivs .page-header {
    padding-bottom: 30px;
}
.otzivs .otzivs__pretext{
    min-height: 100px;
    border: 2px solid var(--global-green);
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 25px;
}
.otzivs .otzivs__pretext a{
    font-weight: 500;
    text-decoration: none !important;
    color: var(--global-green);
}
.otzivs .otzivs__pretext a:hover{
    color: var(--global-green-light);
}
.otzivs p.otzivs__pretext-summary{
    font-size: 56px;
    line-height: 66px;
    color: var(--global-black);
}
.otzivs__list-item-avatar,
.otzivs__list-item-no-avatar{
    width: 36px;
    height: 36px;
    margin-right: 15px;
}
.otzivs__list-item-no-avatar{
    font-size: 0.9rem;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background-color: #ccc;
}
.otzivs__list-item-no-avatar.blacked{
    background-color: #455a64;
}
.otzivs__list-item-no-avatar.blue{
    background-color: #5798d9;
}
.otzivs__list-item-no-avatar.sky{
    background-color: #50c0e6;
}
.otzivs__list-item-no-avatar.violet{
    background-color: #8585cc;
}
.otzivs__list-item-no-avatar.pink{
    background-color: #f285aa;
}
.otzivs__list-item-no-avatar.green{
    background-color: #6ca632;
}
.otzivs__list-item-no-avatar.orange{
    background-color: #f29d61;
}
.otzivs__list-item-title{
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.2;
    color: #000;
}
.otzivs__list-item-title a{
    color: #000;
}
.otzivs__list-item-title a:hover{
    color: var(--global-green);
}
.otzivs__list-item-podzagolovok{
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.2;
    color: var(--global-gray-text);
}
.otzivs__list-item-content{
    padding-top: 12px;
    padding-left: 47px;
}
.otzivs__list-item-star{
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    font-size: 0;
    line-height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.otzivs__list-item-star.polstar{
    background-image: url(/images/polstar.svg);
}
.otzivs__list-item-star.fullstar{
    background-image: url(/images/fullstar.svg);
}
.otzivs__list-item-date{
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1;
    color: var(--global-gray-3);
}
.otzivs__list-item-text{
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.2;
}
.otzivs__readmore{
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.2;
    background-color: var(--global-green);
    color: #fff;
    border-radius: 0;
    padding: 12px 16px;
}
.otzivs__readmore:hover{
    background-color: var(--global-green-light);
    color: #fff;
}
/*-------------------------------------------------------------------//List of  Category Отзывы*/
/*-----------------------------------------------------------Module Отзывы Для вставки в страницы*/
.mod-otzivs-in-pages{
    padding-top: 100px;
    margin-bottom: 100px;
}
.mod-otzivs-in-pages .otzivs{
    padding-bottom: 0;
}
.mod-otzivs-in-pages .f-button{
    background-color: var(--global-green);
}
.mod-otzivs-in-pages .f-button:hover{
    background-color: var(--global-green-light);
}
.mod-otzivs-in-pages .f-button svg{
    stroke: var(--global-white) !important;
}
.mod-otzivs-in-pages .is-horizontal .f-carousel__nav .f-button.is-prev{
    left: -2%;
}
.mod-otzivs-in-pages .is-horizontal .f-carousel__nav .f-button.is-next{
    right: -2%;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .mod-otzivs-in-pages{
        padding-top: 50px;
        margin-bottom: 50px;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .mod-otzivs-in-pages{
        padding-top: 50px;
        margin-bottom: 50px;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*----------------------------------------------------------//Module Отзывы Для вставки в страницы*/