.about-menu {
    background: #f2f2f5;
    margin: -15px 0 15px;
    padding: 20px 20px 10px;
}

.about-menu .flex {
    margin-right: -15px;
    margin-left: -15px;
}

.about-menu .flex > * {
    padding: 0 15px;
}

.box-1,
.box-2,
.box-3,
.box-4,
.box-5,
.box-6 {
    color: #333;
}

.box-1 .title {
    color: #e31e24;
    font-family: dincondensedc, sans-serif;
    font-size: 22px;
}

.box-1 .title span {
    font-size: 32px;
}

.box-2,
.box-4,
.box-5 {
    max-width: 1006px;
    margin: auto;
}

.box-2 {
    padding: 30px 0;
    text-align: center;
}

.box-2 .title {
    line-height: 25px;
    margin-bottom: 8px;
    padding-top: 17px;
}
.box-2 .box-img {
    display: block;
    width: 100%;
}
.box-2 img {
    max-width: 100%;
}

.box-2 .descr {
    line-height: 25px;
    overflow: hidden;
}

.box-3 {
    background: url('/img/page/about/cup.png') calc(100% - 42px) 50% no-repeat;
    padding: 42px 67px;
}

.box-3 .title {
    color: #e31e24;
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.box-3 .descr {
    font-size: 18px;
    margin-bottom: 15px;
}
.box-3 .btn-success {
    border-color: #009900;
    background: linear-gradient(#32cb00, #339a00);
    color: #fff;
}
.box-4 .box-title {
    margin: 22px 0 24px;
    text-align: center;
}

.box-4 .item {
    overflow: hidden;
}

.box-4 img {
    float: left;
    margin-right: 30px;
}

.box-4 .title {
    margin-bottom: 5px;
    padding-top: 27px;
}

.box-4 .descr {
    color: #666;
    margin-bottom: 35px;
    overflow: hidden;
}

.box-4 a {
    text-decoration: underline;
}

.box-4 .weekday {
    padding-right: 5px;
}

.box-5 {
    background: url('/img/page/about/services.png') 0 100% no-repeat;
    padding: 27px 0 14px 352px;
}
.box-5--kz {
    background: url('/img/page/about/services--kz.png') 0 0 no-repeat;
}

.box-5 li {
    margin-bottom: 10px;
}

.box-6 .row {
    background: #edf1f1 url('/img/page/about/box-video.jpg') 100% 50% no-repeat;
    overflow: hidden;
    padding: 77px 0;
    position: relative;
}

.box-6 .row .shadow {
    border: 0;
    box-shadow: 0 0 85px #000;
    content: '';
    height: 3px;
    margin: 0;
    position: absolute;
    top: -3px;
    right: 0;
    left: 0;
}

.box-7 .title {
    min-height: 40px;
}

.bg-muted {
    background: #f2f2f2;
}
.box-8 {
    background: linear-gradient(to right, #33add6 0%,#336799 55%);
    min-height: 225px;
    margin-left: -15px;
    margin-right: -15px;
}
.franchise-img {
    padding-top: 11px;
    padding-left: 0;
}
.franchise-right {
    margin-top: 33px;
    margin-left: 31px;
}
.title-franchise {
    font-size: 36px;
    font-family: 'DINCondensedC';
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 0.833;
    letter-spacing: 1px;
}
.text-franchise {
    font-size: 24px;
    font-family: "Tahoma";
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-top: 22px;
    margin-bottom: 3px;
}
.desc-franchise {
    font-size: 14px;
    font-family: "Tahoma";
    color: rgb(255, 255, 255);
    line-height: 1.714;
}
.btn-franchise {
    margin-top: 22px;
    min-width: 264px;
    line-height: 26px;
    box-shadow: 1px 2px 4px -1px #0d396c;
}
ul {
    list-style-type: none;
    padding: 0;
}

iframe {
    vertical-align: middle;
}

@media (min-width: 768px) {
    h1.section-title {
        margin: 14px 0 51px;
    }

    .box-1 .title {
        font-size: 36px;
    }

    .box-1 .title span {
        font-size: 48px;
    }

    .box-2 .box-img {
        float: left;
        margin-right: 15px;
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 992px) {
    .box-5 {
        min-height: 316px;
    }
}

@media (max-width: 1199px) {
    .box-3 {
        background-position: 100% 50%;
        background-size: contain;
        padding: 30px 34% 30px 0;
    }
}

@media (max-width: 991px) {
    .about-menu {
        margin-top: 0;
        padding: 12px 20px 2px;
    }

    .box-3 {
        padding: 15px 36% 15px 0;
    }

    .box-3 .title {
        font-size: 24px;
    }

    .box-3 .descr {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .box-5 {
        background: none;
        padding: 15px 0 4px;
    }

    .box-6 .row {
        background: #edf1f1;
        padding: 15px 0;
        text-align: center;
    }
    .btn-franchise {
        margin-top: 7px;
    }
    .text-franchise {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .box-1 .item {
        margin-bottom: 20px;
    }

    .box-1 img {
        margin-bottom: 10px;
        width: 172px;
    }

    .box-2 {
        padding: 15px 0;
        text-align: center;
    }

    .box-2 .title {
        font-size: 14px;
        margin: 10px 0 0;
        padding: 0;
    }

    .box-3 {
        padding: 15px 0;
    }

    .box-3 .descr {
        padding-right: 40.8%;
    }

    .box-4 .box-title {
        font-size: 18px;
        margin: 11px 0 20px;
        text-align: left;
    }

    .box-4 img {
        margin-right: 15px;
        width: 54px;
    }

    .box-4 .title {
        font-size: 12px;
        font-weight: bold;
        padding-top: 4px;
    }

    .box-4 .descr {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .box-7 .title {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .breadcrumb {
        display: none;
    }
}

@media (max-width: 767px) {
    .box-7 .title {
        min-height: 45px;
    }
    .franchise-right {
        margin: 0;
        padding: 0;
        text-align: center;
        padding: 20px 0;
    }
    .franchise-img {
        padding-left: 0;
        margin: 0 auto;
    }
}
@media (max-width: 400px) {
    .box-7 .title {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        text-align: center;
    }
    .franchise-right {
        text-align: left;
        padding: 17px 0;
    }
    .franchise-img {
        padding-top: 3px;
    }
    .text-franchise {
        line-height: 1.2;
        margin-top: 19px;
        margin-bottom: 0px;
        font-size: 18px;
    }
    .desc-franchise {
        line-height: 1.414;
    }
    .btn-franchise {
        margin-top: 14px;
        font-size: 13px;
        min-width: 162px;
        line-height: 6px;
    }
}

@font-face {
    font-family: 'DINCondensedC';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/dincondensedc.woff2') format('woff2'),
    url('/fonts/dincondensedc.woff') format('woff'),
    url('/fonts/dincondensedc.ttf') format('truetype');
}
