/* wrapper */
.companiesNews {
    font-family: "OpenSans2", Arial, Helvetica, sans-serif;
    text-align: left;
}
.companiesNews__title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}
.companiesNews__wrapper {
    position: relative;
}
/* item */
.companiesNews__item {
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    height: auto !important;
}
.companiesNews__item:hover {
    text-decoration: none;
}
.companiesNews__item__content {
    margin: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.122);
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse;
}
.companiesNews__item__title {
    margin: 0 0 5px;
    display: block;
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: -0.6px;
    color: #2f6eb6;
}
.companiesNews__item__title:visited {
    color: #2f6eb6;
}
.companiesNews__item__title:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.companiesNews__item__picture {
    margin: 0 0 0 10px;
}
.companiesNews__item__picture img {
    display: block;
    max-width: 100px;
    max-height: 65px;
}
.companiesNews__item__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
@media (max-width: 758px) {
    .companiesNews__item__content {
        flex-direction: column;
        padding-top: 0;
    }
    .companiesNews__item__picture {
        float: none;
        margin: 0 0 15px;
        padding: 10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        height: 70px;
        width: 100%;
        border-bottom: 1px solid #eaeaea;
    }
    .companiesNews__item__text {
        width: 100%;
    }
    .companiesNews__item__more {
        text-align: center;
        line-height: 1;
    }
}
.companiesNews__item__place {
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    color: #363636;
}

.companiesNews__item__more {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    transform: translateY(-5px);
}
.companiesNews__item__icon {
    font-size: 50px;
    color: #064c91;
    line-height: 1;
    display: block;
    text-align: center;
}
/* more */
.companiesNews__more {
    text-align: right;
}
.companiesNews__more__link {
    font-size: 14px;
    font-weight: 700;
    color: #336eb5;
}
.companiesNews__more__link:visited {
    color: #336eb5;
}
.companiesNews__more__count {
    font-weight: 400;
    color: #999;
}

/* to check */

.companiesNews__item--more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.companiesNews__item--more .companiesNews__item__content {
    justify-content: center;
}
.companiesNews__item__raquo {
    margin-left: 5px;
    color: #ea7224;
    font-weight: normal;
    font-size: 20px;
}
.companiesNews__wrapper {
    position: relative;
    margin: 0 10px;
    /* overflow: hidden; */
}

.swiperButtonNext,
.swiperButtonPrev {
    position: absolute;
    display: block;
    padding: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #2f6eb6;
    font-size: 21px;
    z-index: 100;
    outline: none;
    cursor: pointer;
}
.swiperButtonNext {
    right: -20px;
}
.swiperButtonPrev {
    left: -20px;
}
.swiperButtonNext.swiper-button-disabled,
.swiperButtonPrev.swiper-button-disabled {
    opacity: 0.3;
}
