/* Страница «Информация об ООО Сибсети ИТ»: дополнения к index.css */

body.company-information {
    background-color: #ffffff;
}

body.company-information .container {
    max-width: unset;
}

body.company-information > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body.company-information .logo-link {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

body.company-information .menu .nav-element > a:not(.phone-number) {
    color: #fefefe;
    text-decoration: none;
}

body.company-information .menu .nav-element > a:not(.phone-number):hover {
    text-decoration: underline;
}

body.company-information .mobile-menu .nav-element > a:not(.phone-number) {
    color: #3a3a3a;
    text-decoration: none;
}

body.company-information .mobile-menu .nav-element > a:not(.phone-number):hover {
    text-decoration: underline;
}

body.company-information .menu {
    background-color: #0d5cf0;
}

body.company-information .navbar {
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}

body.company-information main {
    box-sizing: border-box;
    max-width: 1110px;
    margin: 0 auto;
    padding: 50px 16px 80px;
    background-color: #ffffff;
    color: #000000;
}

body.company-information .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
    margin: 0 0 50px;
    font-size: 14px;
    line-height: 1.4;
}

body.company-information .bc-item a {
    color: #252525;
    text-decoration: none;
}

body.company-information .bc-item a:hover {
    text-decoration: underline;
}

body.company-information .bc-sep {
    color: #7a7a7a;
}

body.company-information .bc-current {
    color: #666666;
}

body.company-information main h1 {
    margin: 0 0 36px;
    font-size: 80px;
    line-height: 1.1;
    font-weight: 400;
    color: #0d5cf0;
}

body.company-information .info-lead {
    margin: 0 0 36px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: #0d5cf0;
}

body.company-information .info-table {
    display: flex;
    flex-direction: column;
    gap: 32px;
    font-size: 20px;
    line-height: 1.5;
}

body.company-information .info-block {
    margin: 0;
}

body.company-information .info-head {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    align-items: flex-start;
    margin-bottom: 12px;
    font-weight: 500;
    color: #000000;
}

body.company-information .info-num {
    flex-shrink: 0;
    font-weight: 400;
}

body.company-information .info-q {
    flex: 1;
    min-width: 0;
    font-weight: bold;
}

body.company-information .info-answer,
body.company-information .info-answer-long {
    font-family: 'Stolzl Book';
    margin: 0;
    line-height: 1.2;
    font-weight: 400;
}

body.company-information .info-answer-long p {
    margin: 0 0 0.6em;
}

body.company-information .info-answer-long p:last-child {
    margin-bottom: 0;
}

body.company-information .info-mail {
    color: inherit;
    text-decoration: underline;
}

body.company-information .info-mail:hover {
    text-decoration: none;
}

body.company-information a.big-white-btn {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

body.company-information .wrap-block {
    max-width: 1148px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1196px) {
    body.company-information .container {
        max-width: unset;
    }

    body.company-information main {
        padding-top: 140px;
        min-width: 0;
    }

    body.company-information main h1 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 768px) {
    body.company-information .container {
        max-width: unset;
    }

    body.company-information main {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 480px) {
    body.company-information main {
        padding: 120px 16px 60px;
        max-width: 100%;
    }

    body.company-information .breadcrumbs {
        margin-bottom: 36px;
    }

    body.company-information main h1 {
        font-size: 40px;
        margin-bottom: 32px;
    }

    body.company-information .info-lead {
        font-size: 18px;
        margin-bottom: 32px;
    }

    body.company-information .info-table {
        font-size: 16px;
        gap: 24px;
    }

    body.company-information .info-head {
        margin-bottom: 8px;
    }
}