/*.inContAuto {
    position: relative;
}
.popular__item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(25% - 20px);
    margin-bottom: 20px;
}

a.card-sm {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    height: 390px;
}


.blockPopular .hits__select {
    max-height: 390px;
    padding: 25px 20px 20px 30px;
    border-radius: 0;
    overflow: auto;
    z-index: 10;
    width: 25%;
    position: absolute;
}
.popular__row:before {
    display: inline-block;
    content: '';
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(25% - 20px);
    margin-bottom: 20px;
    height: 320px;
}
.popular__row {
    font-size: 0;
}
a.card-sm {
    width: 25%;
}
@media screen and (max-width: 1199px) {
    a.card-sm, .blockPopular .hits__select {
        width: 33%;
    }
    .popular__row:before {
        width: calc(33% - 20px);
    }
}
@media screen and (max-width: 1023px) {
    a.card-sm, .blockPopular .hits__select {
        width: 50%;
    }
    .popular__row:before {
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 767px) {
    a.card-sm, .blockPopular .hits__select {
        width: 100%;
    }
    .popular__row:before {
        width: calc(100% - 20px);
    }
}


ul.popular__nav.tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
li.type_auto_list {
    padding: 14px 24px;
    border: 1px solid #CED7D9;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--gray);
    transition: all 0.3s linear;
    cursor: pointer;
}
.tabs-nav li.type_auto_list {
    padding: 12px 20px;
    font-size: 12px;
    line-height: 15px;
    list-style: none;
}
li.type_auto_list.type_auto_bt_all.active {
    border-color: var(--secondary);
    background-color: var(--secondary);
    color: #fff;
}
.popular__check {
    border: 1px solid #CED7D9;
    display: inline-block;
    margin: 0 20px 20px 0;
}
.popular__check input[type="checkbox"] {
    display: none;
}
.popular__check input[type="checkbox"] + label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    height: 55px;
    padding: 0 14px 0 50px;
    font-weight: 400;
    font-size: 15px;
    color: var(--gray);
    cursor: pointer;
}
.popular__check input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 12px;
    width: 24px;
    height: 24px;
    border: 1px solid #CED7D9;
    border-radius: 5px;
}
.popular__check input[type="checkbox"]:checked + label::before {
    background-color: var(--secondary);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS4wOTIgNi40bC02LjI5NyA3LjM1Ni0zLjYtMy42IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    border-color: var(--secondary);
}
.popular__tab {
    display: none;
}
.popular__tab.active {
    display: block;
}

.filter-elem-cont {
    display: inline-block;
    vertical-align: bottom;
    font-size: 0;
    margin: 0 20px 20px 0;
    position: relative;
}
.filter-elem-cont span {
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: var(--gray);
}
.filter-elem-cont input {
    width: 150px;
    padding: 19px 19px 19px 40px;
    border: 1px solid #CED7D9;
    background: #fff;
    font-size: 14px;
}
.filter-elem-cont .cont-input + .cont-input input {
    border-left: none;
}

.cont-input {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.cont-input:before {
    content: "от";
    display: block;
    position: absolute;
    font-size: 12px;
    top: 21px;
    left: 20px;
}
.cont-input + .cont-input:before {
    content: "до";
}
.wrap-sm .hits__link {
    font-size: 12px;
    cursor: pointer;
}
.hits__link:hover, .hits__link.active {
    color: var(--secondary);
}
*/

.section__text a {
    color: var(--secondary);
}
.review-card__author {
    width: 70%;
  }
.review-card__img::after {
    border-radius: 0;
}
.wrap-sm .select2-container--default .select2-selection--single, .wrap-sm .select2-container--default .select2-selection--multiple {
    overflow-y: hidden !important;
}
.faq__text, .faq__text li {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: var(--primary);
}
.faq__text a {
    color: var(--secondary);
}