.homeAdvantages {
    margin-top: 60px;
}
.homeAdvantages-name {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
@media (max-width: 700px) {
    .homeAdvantages-name {
        font-size: 20px;
        justify-content: center;
        text-align: center;
    }
}
.homeAdvantages-name span {
    background: #EC2449;
    color: #fff;
    padding: 4px;
}
.homeAdvantages-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.homeAdvantages-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
@media (max-width: 966px) {
    .homeAdvantages-item {
        width: 50%;
    }
}
.homeAdvantages-item__img {
    width: 234px;
    height: 233px;
    background: url("../images/new/home-advantages.svg") center no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1025px) {
    .homeAdvantages-item__img {
        width: 219px;
        height: 219px;
    }
}
@media (max-width: 768px) {
    .homeAdvantages-item__img {
        width: 131px;
        height: 131px;
    }
}
.homeAdvantages-item__img img {
    display: block;
    width: 90px;
}
@media (max-width: 768px) {
    .homeAdvantages-item__img img {
        height: 54px;
    }
}
.homeAdvantages-item__name {
    margin-top: 18px;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #000;
}
@media (max-width: 768px) {
    .homeAdvantages-item__name {
        font-size: 15px;
    }
}
@media (max-width: 340px) {
    .homeAdvantages-item__name {
        font-size: 14px;
    }
}

/*.homeBrand {
    margin-top: 100px;
    margin-bottom: 60px;
}*/
.homeBrand-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
@media (max-width: 700px) {
    .homeBrand-items {
        justify-content: center;
    }
}
.homeBrand-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px;
}
@media (max-width: 966px) {
    .homeBrand-list {
        flex-direction: column;
        gap: 30px;
    }
}
.homeBrand-list__left {
    /*width: calc(100% - 215px);*/
}
@media (max-width: 966px) {
    .homeBrand-list__left {
        width: 100%;
    }
}
.homeBrand-list__right {
    width: 190px;
    margin-left: auto;
}
@media (max-width: 966px) {
    .homeBrand-list__right {
        margin-right: auto;
    }
}
.homeBrand-btn {
    background-color: #EC2449;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
    color: #F6F6F6;
    padding: 20px 50px;
    width: 100%;
}
.homeBrand-btn:hover {
    color: #F6F6F6;
    background: rgb(203.3571428571, 17.6428571429, 52);
}

.homeBrand-item {
    width: 16%;
    /*width: 20%;*/
}
@media (max-width: 700px) {
    .homeBrand-item {
        width: 33.3%;
        margin-bottom: 20px;
    }
}
.homeBrand-item img {
    display: block;
    max-width: 100%;
}

.askQuestion {
    background: url("../images/new/askQuestion.svg") left top #F1F1F1 no-repeat;
    background-size: 100%;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 49px;
}
.askQuestion-maxwidth {
    max-width: 260px;
}
.askQuestion-btn {
    display: block;
    width: 100%;
    background-color: #F0F0F0;
    color: #383B47;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0;
    border-radius: 0 0 4px 4px;
    text-decoration: none;
}
.askQuestion-btn:hover {
    background-color: #EC2449;
    color: #F6F6F6;
    text-decoration: none;
}
.askQuestion-name {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 7px;
}
.askQuestion-text {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
}
.askQuestion-text span {
    background-color: #EC2449;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
    font-weight: 600;
}

.footerNew {
    background: #f5f5f5;
}

.sectionRev {
    margin: 70px 0;
}
.sectionRev-name h2 {
    margin-bottom: 0;
}
.sectionRev .swiper-button-prev:after,
.sectionRev .swiper-button-next:after{
    display: none;
}
.sectionRev-list {
    margin-top: 50px;
}
.sectionRev-item__box {
    border: 1px solid #EC2449;
    border-radius: 12px;
    padding: 20px;
    color: #252525;
}
.sectionRev-item__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.sectionRev-item__name {
    font-weight: 600;
    font-size: 16px;
}
.sectionRev-item__date {
    font-size: 14px;
    opacity: 0.5;
}
.sectionRev-item__text {
    line-height: 1.3;
    font-size: 16px;
    max-height: 86px;
    overflow: hidden;
}
.sectionRev-item__text.full {
    max-height: 100%;
}
.sectionRev-item__more {
    text-align: right;
    text-decoration: underline;
    display: flex;
    justify-content: end;
    margin-top: 8px;
}
.sectionRev-item__more a {
    color: #252525;
    text-decoration: underline;
}
.sectionRev-item__more a:hover {
    text-decoration: none;
    color: #EC2449;
}
.sectionRev-item__star {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 24px;
}
.sectionRev-item__star span {
    width: 19px;
    height: 19px;
    background: url("../images/new/star.svg") no-repeat;
    background-size: 100%;
}
.footerV2-phone {
    margin-bottom: 10px;
}
.footerV2-phone a {
    font-size: 16px;
    color: #2D2D2D;
    font-weight: 700;
}

.footerV2-contact__align-items {
    align-items: center;
}
.footerV2-contact__flexs {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.footerV2-contact__top {
    display: flex;
    flex-wrap: wrap;
}
.footerV2-contact__flex {
    width: 50%;
    padding: 0 5px;
}
.footerV2-contact__btn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 13px;
}
.footerV2-contact .intec-ui.intec-ui-control-button {
    width: 100%;
}

.footerV2-contact-item {
    margin-bottom: 16px;
}
.footerV2-contact-item__val {
    display: flex;
    gap: 10px;
    color: #777E89;
}
.footerV2-contact-item__val a {
    color: #777E89;
}
.footerV2-contact-item__val i {
    margin-top: 3px;
    color: #2D2D2D;
}
.footerV2-contacts {
    margin-top: 16px;
    text-align: left;
}
@media (max-width: 600px) {
    .footerV2-contact__flex {
        width: 100%;
    }
    .footerV2-contact__phone {
        order: 2;
        margin-bottom: 10px;
    }
    .footerV2-contact__hr {
        order: 1;
    }
    .footerV2-contact__adress {
        margin-top: 12px;
    }
}


.sectionBrnd {
    margin: 70px 0;
}
.sectionBrnd-name h2 {
    margin-bottom: 0;
}
.sectionBrnd .swiper-button-prev:after,
.sectionBrnd .swiper-button-next:after{
    display: none;
}
.sectionBrnd-list {
    margin-top: 50px;
}

.sectionBrnd-item{
    text-align: center;
}