.introBlock {
    padding-top: 4.86111111VW;
    margin-bottom: 2.08333333VW
}

.introBlock .title {
    display: block;
    margin: 0.69444444VW 0;
    margin-left: -0.41666667VW
}

.introBlock .title .bigTitle {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    -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
}

.introBlock .title .bigTitle.inview {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.introBlock .title .bigTitle:last-child {
    -webkit-transition: opacity 0.6s 0.45s, visibility 0.6s 0.3s, transform 0.6s 0.45s;
    -moz-transition: opacity 0.6s 0.45s, visibility 0.6s 0.3s, transform 0.6s 0.45s;
    -ms-transition: opacity 0.6s 0.45s, visibility 0.6s 0.3s, transform 0.6s 0.45s;
    -o-transition: opacity 0.6s 0.45s, visibility 0.6s 0.3s, transform 0.6s 0.45s;
    transition: opacity 0.6s 0.45s, visibility 0.6s 0.3s, transform 0.6s 0.45s
}

.introBlock .extraInfo {
    margin: 0.69444444VW 0
}

.introBlock .extraInfo .subTitle {
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    -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.45s, visibility 0.6s 0.45s, transform 0.6s 0.45s;
    -moz-transition: opacity 0.6s 0.45s, visibility 0.6s 0.45s, transform 0.6s 0.45s;
    -ms-transition: opacity 0.6s 0.45s, visibility 0.6s 0.45s, transform 0.6s 0.45s;
    -o-transition: opacity 0.6s 0.45s, visibility 0.6s 0.45s, transform 0.6s 0.45s;
    transition: opacity 0.6s 0.45s, visibility 0.6s 0.45s, transform 0.6s 0.45s
}

.introBlock .extraInfo .subTitle.inview {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.introBlock .extraInfo .right {
    float: right;
    opacity: 0;
    -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.6s, transform 0.6s 0.6s;
    -moz-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
    -ms-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
    -o-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
    transition: opacity 0.6s 0.6s, transform 0.6s 0.6s
}

.introBlock .extraInfo .right.inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.introBlock .extraInfo .right a {
    color: #fff;
    margin-left: 1.38888889VW;
    position: relative
}

.introBlock .extraInfo .right a:hover:after {
    left: 0;
    right: auto;
    width: 0
}

.introBlock .extraInfo .right a:after {
    content: "";
    height: 1px;
    left: auto;
    position: absolute;
    top: auto;
    width: 100%;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

@media all and (max-width:1024px) {
    .introBlock {
        padding-top: 6.836vw;
        margin-bottom: 2.93vw
    }

    .introBlock .title {
        margin: .976vw 0;
        margin-left: -.585vw
    }

    .introBlock .title .bigTitle {
        -webkit-transform: translateY(.976vw);
        -moz-transform: translateY(.976vw);
        -o-transform: translateY(.976vw);
        -ms-transform: translateY(.976vw);
        transform: translateY(.976vw)
    }

    .introBlock .extraInfo {
        margin: .976vw 0
    }

    .introBlock .extraInfo .subTitle {
        -webkit-transform: translateY(.976vw);
        -moz-transform: translateY(.976vw);
        -o-transform: translateY(.976vw);
        -ms-transform: translateY(.976vw);
        transform: translateY(.976vw)
    }

    .introBlock .extraInfo .right {
        -webkit-transform: translateY(.976vw);
        -moz-transform: translateY(.976vw);
        -o-transform: translateY(.976vw);
        -ms-transform: translateY(.976vw);
        transform: translateY(.976vw)
    }

    .introBlock .extraInfo .right a {
        margin-left: 1.953vw
    }
}

@media all and (max-width:580px) {
    .introBlock {
        padding-top: 12.068vw;
        margin-bottom: 5.172vw
    }

    .introBlock .title {
        margin: 1.724vw 0;
        margin-left: -1.035vw
    }

    .introBlock .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)
    }

    .introBlock .extraInfo {
        margin: 1.724vw 0
    }

    .introBlock .extraInfo .subTitle {
        -webkit-transform: translateY(1.724vw);
        -moz-transform: translateY(1.724vw);
        -o-transform: translateY(1.724vw);
        -ms-transform: translateY(1.724vw);
        transform: translateY(1.724vw)
    }

    .introBlock .extraInfo .right {
        -webkit-transform: translateY(1.724vw);
        -moz-transform: translateY(1.724vw);
        -o-transform: translateY(1.724vw);
        -ms-transform: translateY(1.724vw);
        transform: translateY(1.724vw);
        width: 100%;
        text-align: left;
        float: none
    }

    .introBlock .extraInfo .right a {
        margin-left: 3.448vw
    }

    .introBlock .extraInfo .right a:first-child {
        margin-left: 0
    }
}