.aboutTitleBlock {
    padding-top: 4.86111111VW;
    margin-bottom: 2.08333333VW
}

.aboutTitleBlock .title {
    display: block;
    margin: 0.69444444VW 0;
    margin-left: -0.41666667VW;
    text-align: left
}

.aboutTitleBlock .title .bigTitle {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(0.69444444VW);
    -moz-transform: translateY(0.69444444VW);
    -o-transform: translateY(0.69444444VW);
    -ms-transform: translateY(0.69444444VW);
    transform: translateY(0.69444444VW);
    -webkit-transition: opacity 0.6s 0.3s, visibility 0.6s, 0.3s, transform 0.6s 0.3s;
    -moz-transition: opacity 0.6s 0.3s, visibility 0.6s, 0.3s, transform 0.6s 0.3s;
    -ms-transition: opacity 0.6s 0.3s, visibility 0.6s, 0.3s, transform 0.6s 0.3s;
    -o-transition: opacity 0.6s 0.3s, visibility 0.6s, 0.3s, transform 0.6s 0.3s;
    transition: opacity 0.6s 0.3s, visibility 0.6s, 0.3s, transform 0.6s 0.3s
}

.aboutTitleBlock .title .bigTitle.inview {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.aboutTitleBlock .title .bigTitle:last-child {
    -webkit-transition: opacity 0.6s 0.45s, transform 0.6s 0.45s;
    -moz-transition: opacity 0.6s 0.45s, transform 0.6s 0.45s;
    -ms-transition: opacity 0.6s 0.45s, transform 0.6s 0.45s;
    -o-transition: opacity 0.6s 0.45s, transform 0.6s 0.45s;
    transition: opacity 0.6s 0.45s, transform 0.6s 0.45s
}

.aboutTitleBlock .divider {
    background: #002b36
}

@media all and (max-width:1024px) {
    .aboutTitleBlock {
        padding-top: 6.836vw;
        margin-bottom: 2.93vw
    }

    .aboutTitleBlock .title {
        margin: .976vw 0;
        margin-left: -.585vw
    }

    .aboutTitleBlock .title .bigTitle {
        -webkit-transform: translateY(.976vw);
        -moz-transform: translateY(.976vw);
        -o-transform: translateY(.976vw);
        -ms-transform: translateY(.976vw);
        transform: translateY(.976vw)
    }
}

@media all and (max-width:580px) {
    .aboutTitleBlock {
        padding-top: 12.068vw;
        margin-bottom: 5.172vw
    }

    .aboutTitleBlock .title {
        margin: 1.724vw 0;
        margin-left: -1.035vw
    }

    .aboutTitleBlock .title .bigTitle {
        -webkit-transform: translateY(1.724vw);
        -moz-transform: translateY(1.724vw);
        -o-transform: translateY(1.724vw);
        -ms-transform: translateY(1.724vw);
        transform: translateY(1.724vw)
    }
}