.section-default {
    position: relative;
    padding-top: 104px;
    padding-bottom: 110px;
}

@media (max-width: 1440px) .b-about__inner {
    margin-right: 70px;
}

.b-about__inner {
    margin-right: 40px;
    padding-right: 320px;
    padding-bottom: 40px;
    background: url(../../bg-2.png) no-repeat 100% 55px;
}

.b-about .ui-title-block {
    letter-spacing: -.015em;
}

.ui-title-block {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.08;
}

.ui-subtitle-block {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.875;
    color: #888;
}

.ui-decor {
    background-color: #d01818;
}

.ui-decor:before {
    background-color: #d01818;
}

.ui-decor:after {
    background-color: #d01818;
}

.b-about-main {
    margin-top: 60px;
    padding-top: 81px;
    padding-bottom: 160px;
}

.b-about-main__title {
    font: 600 18px/1.2 Poppins;
    letter-spacing: .01em;
    color: #222;
}

.b-about-main__subtitle {
    margin-bottom: 20px;
    font: 300 24px Poppins;
}

.b-about-main__btns {
    margin-top: 40px;
}

.b-about-main__btns .btn {
    margin-right: 10px;
}

.b-about-main__btns .btn {
    margin-right: 10px;
}

.b-about-main__btns .btn {
    margin-right: 10px;
}

.b-about-main__btns .btn {
    position: relative;
    overflow: hidden;
}

.btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background-size: 2em 100%;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.b-about-list {
    margin-right: 0;
    margin-left: -100px;
}

.b-about-list__item {
    position: relative;
    margin-bottom: 34px;
    padding-left: 77px;
}

.b-about-list__icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 57px;
    line-height: 1;
    color: #333;
}

.b-about-list__title {
    margin-bottom: 14px;
    font: 600 16px Poppins;
    color: #222;
}

.b-about-list__info {
    margin-bottom: 7px;
}

.text-black {
    color: black;
}

.btn-dark {
    background-color: #222;
}

.b-about .btn {
    display: inline-block;
    height: 44px;
    margin-bottom: 0;
    padding: 0 20px;
    font: 600 12px/40px Poppins;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    color: white;
    transition: all .3s;
    letter-spacing: .05em;
    border-radius: 2px;
}