

/* Start:/bitrix/templates/new_index/components/bitrix/news/rezidenty/bitrix/news.list/list/style.css?17430865825564*/
.company-tabs {
    width: 100%;
    margin: 0 auto;
}

.company-tabs__container {
    width: 100%;
    display: flex;
    gap: 80px;
    margin-bottom: 50px;
}

.company-tabs__nav {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.company-tabs__btn {
    padding: 12px 24px;
    border: 1px solid #00945E;
    color: #333333;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}
.company-tabs__btn:hover {
    color: #fff;
    background: #13B278;
    text-decoration: none;
}

.company-tabs__btn.active {
    background: #00945E;
    color: #fff;
    border: 1px solid #00945E;
    position: relative;
}
.company-tabs__btn.active::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;

    /* Стили внутренней кнопки */
    width: 18px;
    height: 18px;


    /* Создание стрелки */
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
  }

.company-tabs__content {
    padding: 0 20px;
    flex: 1;
}

.company-tabs__item {
    display: none;
}

.company-tabs__item.active {
    display: block;
}


.company-info {
    display: grid;
    gap: 35px;
    align-items: flex-start;
    max-width: 960px;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    padding-bottom: 2rem;
    border-bottom: 1px solid #00945E;
    margin-bottom: 4rem;

@media (width<1400px) {

    grid-template-columns: 3fr 3fr 2fr ;
}
@media (width<1200px) {

    grid-template-columns: 2fr 2fr 1fr;
}
@media (width<996px) {

    grid-template-columns: 1fr 1fr ;
}
@media (width<500px) {

    grid-template-columns: 1fr ;
}
}

.company-info__l {
    min-width: 250px;
    max-width: 250px;
}

.company-info__logo {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.company-info__logo img {
    width: auto;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    margin: 0 !important;
}

.company-info__details {
    flex-grow: 1;
}

.l-main-wrapper .company-info__time {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    color: #333333a3;
}

.l-main-wrapper .company-info__title {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #333333;
    padding: 0 0 15px 0;
    margin: 0;
}

.l-main-wrapper .company-info__text {
    font-weight: 500;
    color: #686868;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.company-info__contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-btns__link {
    border: 1px solid #00945E;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    padding: 12px 38px;
    display: inline-block;
    border-radius: 92px;
    text-align: center;
}

.social-btns__link:hover {
    color: #fff;
    background: #13B278;
    text-decoration: none;
}

.company-info__contacts .social-list {
    margin: 10px 0;
    list-style-type: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.company-info__contacts .social-list li {
    margin-bottom: 0 !important;
}

.company-info__contacts .block.site,
.company-info__contacts .block.mail,
.company-info__contacts .block.phone {
    position: relative;
    padding-left: 25px;
}

.company-info__contacts .block.site a,
.company-info__contacts .block.mail a,
.company-info__contacts .block.phone a {
    font-weight: 500;
    color: #000000;
    font-size: 17px;
    text-decoration: none;
}

.company-info__contacts .block.site::before,
.company-info__contacts .block.mail::before,
.company-info__contacts .block.phone::before {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    left: 0;
    top: 3px;
}

.company-info__contacts .block.site::before {
    background-image: url('/upload/site.svg');
    background-size: contain;
    height: 24px;
    width: 24px;
    top: -1px;
    left: -3px;
}

.company-info__contacts .block.mail::before {
    background-image: url('/upload/mail.svg');
    height: 18px;
    width: 18px;
}

.company-info__contacts .block.phone::before {
    background-image: url('/upload/phone.svg');
    height: 18px;
    width: 18px;
}

.company-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.company-info__phone,
.company-info__email,
.company-info__website {
    color: #2c7be5;
    text-decoration: none;
}

.company-info__phone:hover,
.company-info__email:hover,
.company-info__website:hover {
    text-decoration: underline;
}
@media (max-width:1300px) {
    .company-info {
        flex-wrap: wrap;
        gap: 10px;
    }

    .company-tabs__container {
        gap: 10px;
    }

    .company-info__l {
        min-width: 200px;
        max-width: 200px;
    }

    .company-info__logo {
        height: 40px;
    }
    .social-btns__link{
        margin-left: 0;
    }
}

@media (max-width:720px) {
    .company-tabs__container {
        flex-direction: column;
        gap: 30px;
    }
}
/* End */
/* /bitrix/templates/new_index/components/bitrix/news/rezidenty/bitrix/news.list/list/style.css?17430865825564 */
