/* Некоторые стили "О нас" */
.title_back .capt {
    padding: 50px 0 !important;
}

.container .arrowToDown {
    margin-top: 55px;
}

.title_back:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
}

ul.radioPin li {
    list-style: none;
    background: url('/img/svg/radioPin.svg') no-repeat;
    padding-left: 34px;
    padding-bottom: 18px;
    vertical-align: middle;
}
@media (min-device-width: 200px) and (max-device-width: 600px) {
    .col-md-6 {
        padding-top: 20px;
    }
    ul.radioPin li {
        list-style: none;
        background: url('/img/svg/radioPin.svg') no-repeat;
        padding-left: 34px;
        vertical-align: middle;
        line-height: 20px;
    }
}

/* Стратегия */
div.strategy-big-photo {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 70px;
    padding-top: 66px;
    padding-bottom: 52px;
}
div.strategy-big-photo.container {
    width: 100%;
    top: 50%;
    left: 50%;
}
.gray-rectangle {
    width: 100%;
    height: 100%;
    background: rgba(52, 52, 52, 0.80);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0 40px 0;
}
.gray-rectangle div {
    width: 20%;
    text-align: center;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-device-width: 200px) and (max-device-width: 600px) {
    .gray-rectangle div {
        width: 100%;
        text-align: center;
        margin: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.gray-rectangle.strategy-icon {
    width: 77px;
    height: 77px;
}
.gray-rectangle div p {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    word-wrap: break-word;
    color: #FFF;
}

/* Стили таблицы (strategy-table) "О нас" */
table.strategy-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    height: auto;
    margin-top: 40px;

    text-decoration: none;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}
table.strategy-table, table.strategy-table td, table.strategy-table th {
    border: 1px solid #595959;
}
table.strategy-table td.num {
    text-align: center;
    width: 80px;
}
table.strategy-table tr th {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    background-color: #343434;
    line-height: 150%;
    padding: 5px 10px 5px 10px;
}
table.strategy-table td {
    font-size: 14px;
    color: #343434;
}
table.strategy-table td, table.strategy-table th {
    white-space: pre-wrap;
    padding: 10px 5px;
    line-height: 13px;
    vertical-align: middle;
    border: 1px solid #343434;
}
.mobile-strategy-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}
