* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.workarea {
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
}

.center {
    padding: 0 20px;
    position: relative;
}

/* header */
    .header {
        position: relative;
        text-align: center;
        background: #000;
    }
    .header__wrap {
        background-size:cover;
        background-position: center;
        background-image: url("../img/interview/header__bg.jpg");
    }
    .team .header__wrap {
        background-image: url("../img/interview/t_header__bg.jpg");
        background-image: url("../img/interview/team.jpg");
    }
    .header__content {
        background: rgba(0, 0, 0, 0.6);
        padding: 20px;
    }
    .header__img {
        display: none;
    }

    .header__tass-logo {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: url("../img/interview/tass-logo.svg") 0 0 no-repeat;
        background-size: 100%;
        position: absolute;
        top: 0;
        left: 20px;
    }
    .en .header__tass-logo {
        background-image: url("../img/interview/tass-logo_en.svg");
    }

    .header__etokavkaz-logo {
        display: inline-block;
        width: 100px;
        height: 67px;
        background: url("../img/interview/etokavkaz-logo.svg") 0 0 no-repeat;
        background-size: 100%;
    }

    .header__logo {
        display: inline-block;
        width: 155px;
        height: 20px;
        margin: 48px auto 0;
        background: url("../img/interview/header__logo.svg") 0 0 no-repeat;
        background-size: 100%;
    }

    .en .header__logo {
        background-image: url("../img/interview/header__logo_en.svg");
    }

    .header__subtitle {
        font-size: 10px;
        line-height: 14px;
        font-weight: 14px;
        margin: 10px auto 0;
        color: #fff;
    }

    .header__delimetr {
        width: 2px;
        height: 30px;
        background: #fff;
        margin: 20px auto;
    }

    .header__title {
        font-size: 24px;
        line-height: 33px;
        font-weight: 900; 
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .header__note {
        margin-top: 80px;
        font-size: 12px;
        line-height: 17px;
        color: #fff;
        font-style: italic;
        text-align: center;
    }

    .header-copyright {
        position: absolute;
        bottom: 55px;
        left: 20px;
        right: 20px;
        color: #fff;
        font-size: 8px;
        text-align: left;
    }

    .header-lang {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .header-lang__item {
        display: block;
        font-size: 13px;
        line-height: 18px;
        font-weight: bold;
        text-transform: uppercase;
        color:#fff;
        opacity: 1;
        cursor: pointer;
        text-decoration: none;
    }
    .header-lang__item_current {
        opacity: 0.5;
    }

    .header-lang__item_current {
        cursor: default;
    }

    .header-social {
        background: #323232;
        font-size: 0;
        white-space: nowrap;
    }

    .header-social__item {
        display: inline-block;
        width: 25%;
        height: 50px;
        box-sizing: border-box;
        border-left: 1px solid #4C4C4C;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
    }

    .header-social__item:first-child {
        border-left: 0 none;
    }
    .header-social__item_fb {
        background-image: url("../img/interview/soc_fb.svg");
        background-size: 12px 20px;
    }
    .header-social__item_vk {
        background-image: url("../img/interview/soc_vk.svg");
        background-size: 24px 14px;
    }
    .header-social__item_tw {
        background-image: url("../img/interview/soc_tw.svg");
        background-size: 20px 16px;
    }
    .header-social__item_ok {
        background-image: url("../img/interview/soc_ok.svg");
        background-size: 14px 22px;
    }
/* x_header */

/* interview */
    .interview {
        padding: 30px 0;
    }

    .interview__lid {
        font-style: 18px;
        line-height: 28px;
        font-weight: bold;
    }
    .interview__photo {
        margin-top: 30px;
        position: relative;
    }

    .interview__photo img {
        width: 100%;
    }

    .interview__item
    {
        /*background: url("../img/interview/bg.png") center 0 no-repeat;
        background-size: 100% auto;*/
    }

    .interview__title {
        color: #20998D;
        font-size: 24px;
        line-height: 33px;
        font-weight: bold;
        margin-top: 30px;
    }

    .interview__q {
        font-size: 16px;
        line-height: 24px;
        font-style: italic;
        font-weight: bold;
        margin-top: 20px;
    }

    .interview__q:before {
        content: "\2015";
        margin-right: 1ex;
    }

    .interview__a {
        margin-top: 20px;
    }

    .interview__a p {
        margin-top: 20px;
    }

    .interview__a p:first-child:before {
        content: "\2015";
        margin-right: 1ex;
    }

    .interview__a p:first-child {
        margin-top: 0;
    }

    .interview__img {
        margin: 30px auto;
        font-size: 0;
        position: relative;
    }

    .interview__copyright {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 5px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: 8px;
        text-align: left;
    }
    .interview__copyright_half.interview__copyright_f {
        right: auto;
        width: 52.084%;
        box-sizing: border-box;
    }
    .interview__copyright_half.interview__copyright_s {
        left: 52.084%;
    }

    .interview__img img {
        width: 100%;
    }

    .interview__quote {
        margin: 30px 0;
        padding: 30px 0;
        font-size: 20px;
        line-height: 27px;
        font-weight: bold;
        position: relative;
    }

    .interview__quote:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        right: 10px;
        border: 10px solid #5CF1E3;
        transition: 1s;
    }

    .interview__quote-text {
        position: relative;
    }


    .interview__author {
        font-size: 16px;
        line-height: 26px;
        font-weight: bold;
        font-style: italic;
        margin-top: 30px;
    }

    .team .interview__a p:first-child:before {
        display: none;
    }
    .team .interview__quote_first .interview__quote-text:before {
        content: "\2015";
        margin-right: 1ex;
    }
    .team .interview__img-half {
        display: inline-block;
        width: 47.916%;
        height: auto;
        vertical-align: top;
        position: relative;
    }
    .team .interview__img-half:first-child{
        width: 52.084%;
    }
    
    .interview-person {
        padding-top: 35px;
        position: relative;
        margin: 30px auto;
        overflow: visible;
    }
    .interview-person__back {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        font-size: 33px;
        line-height: 54px;
        font-weight: 900;
        color: #E6E6E6;
        letter-spacing: 4px;
        text-transform: uppercase;
    }
    .interview-person__content {
        position: relative;
    }
    .interview-person__photo {
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
    .interview-person__photo img {
        width: 100%;
    }

    .interview-person__data {
        margin-left: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    .interview-person__name {
        font-size: 15px;
        line-height: 18px;
        font-weight: bold;
    }

    .interview-person__position {
        font-size: 12px;
        line-height: 17px;
        margin-top: 10px;
    }

/* x_interview */

.btn {
    display: inline-block;
    text-decoration: none;
    font-style: 18px;
    line-height: 24px;
    font-weight: bold;
    background: #5CF1E3;
    padding: 13px 30px;
    color: #000;
}

/* footer */
    .footer {
        position: relative;
        background: #5CF1E3;
        margin-top: 60px;
    }

    .footer__img {
        width: 100%;
    }

    .footer__logo {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 280px;
        height: 36px;
        background: url('../img/interview/footer__logo.png') 0 0 no-repeat;
        background-size: 100% auto;
        margin-top: -20px;
    }

    .en .footer__logo {
        background-image: url('../img/interview/footer__logo_en.svg');
        margin-top: -14px;
        height: 25px;
    }

    .footer__dots {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 300px;
        height: 169px;
        background: url('../img/interview/footer__dots.png') 0 0 no-repeat;
        background-size: 100% auto;
        margin-top: -20px;
    }

    .footer__bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.8);
        padding: 10px 20px;
    }

    .footer__bottom-text {
        color: #fff;
        font-size: 10px;
        line-height: 14px;
    }
/* x_footer */

@media screen and (min-width: 768px){
    .center {
        width: 700px;
        margin: 0 auto;
        padding: 0;
    }
    /* header */
        .header__center {
            width: 600px;
            margin: 0 auto;
        }

        .header__tass-logo {
            width: 50px;
            height: 50px;
        }

        .header__etokavkaz-logo {
            width: 120px;
            height: 80px;
        }

        .header__logo {
            width: 280px;
            height: 36px;
            margin-top: 50px;
        }

        .header__title {
            font-size: 60px;
            line-height: 60px;
        }
        .header__note {
            margin-top: 43px;
        }
        .header-copyright {
            bottom: 10px;
            left: 20px;
            right: 20px;
            font-size: 10px;
        }

        .header-lang {
            top: 40px;
        }
        .header-social {
            position: absolute;
            background: transparent;
            right: 20px;
            top: 50%;
            transform: translate(0, -50%);
        }

        .header-social__item {
            display: block;
            width: 24px;
            height: 22px;
            margin-top: 24px;
            border: 0 none;
        }

        .header-social__item:first-child {
            margin-top: 0;
        }
    /* x_header */

    /* interview */

        .interview {
            padding: 60px 0;
        }

        .interview__lid {
            font-size: 20px;
            line-height: 30px;
        }

        .interview__photo {
            margin-top: 60px;
        }

        .interview__title {
            font-size: 36px;
            line-height: 49px;
            margin-top: 60px;
        }

        .interview__q {
            padding: 0 50px 0 44px;
            border-left: 6px solid #000;
            margin-top: 30px;
        }

        .interview__a {
            padding: 0 50px;
            margin-top: 30px;
        }

        .interview__a p {
            margin-top: 30px;
        }
        .interview__img {
            margin: 60px auto;
        }

        .interview__quote {
            font-size: 24px;
            line-height: 37px;
            padding: 60px 0;
            margin: 60px 0;
        }

        .interview__a .interview__quote,
        .interview__a .interview__img
         {
            margin-left: -50px;
            margin-right: -50px;
        }

        .interview__quote:before {
            left: 100px;
            right: 100px;
        }

        .interview__author {
            padding: 0 50px;
        }

        .interview-person {
            margin: 60px auto;
            padding-top: 82px;
            padding-left: 130px;
            position: relative;
            overflow: visible;
        }

        .interview-person__photo {
            width: 200px;
            height: 200px;
        }

        .interview-person__position {
            font-size: 14px;
            line-height: 18px;
            margin-top: 10px;
        }

        .interview-person__name {
            font-size: 18px;
            line-height: 24px;
            font-weight: bold;
        }
        .interview-person__back {

            font-size: 90px;
            line-height: 122px;
        }
    /*  x_interview */

    /* footer */
        .footer {
            margin-top: 150px;
        }

        .footer__logo {
            width: 608px;
            height: 120px;
            margin-top: -50px;
        }

        .en .footer__logo {
            margin-top: -30px;
            height: 150px;
        }

        .footer__dots {
            width: 600px;
            height: 337px;
            margin-top: -50px;
        }

        .footer__bottom-text {
            width: 400px;
            margin: 0 auto;
            font-size: 12px;
            line-height: 17px;
            text-align: center;
        }

        .footer__img {
            margin-top: 2px;
        }

    /* x_footer */
    .interview__copyright {
        font-size: 14px;
        padding: 10px;
    }
}

@media screen and (min-width: 1024px){
    .text-dots {
        width: 330px;
        height: 648px;
        background: url("../img/interview/text-dots.png") 0 0 no-repeat;
        background-size: 100%;
        position: absolute;
        right: -250px;
    }

    .header__center {
        width: 700px;
    }
    .header__tass-logo {
        left: 40px;
    }

    .header__content {
        padding: 40px;
    }
    .header__column {
        position: absolute;
        top: 40px;
        bottom: 40px;
        left: 40px;
        right: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .header__wrap {
        background: none;
    }
    .header__content {
        padding: 20px;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .header__img {
        display: block;
        width: 100%;
    }
    .header__note, .header__logo {
        margin-top: 0;
    }
    .header-copyright {
        left: 40px;
        right: 40px;
    }

    .header-lang, .header-social {
        right: 40px;
    }

    .interview__img_wide {
        height: 500px;
        overflow: hidden;
        position: relative;
        max-width: 1280px;
    }
    .team .interview__img_wide {
        max-height: 620px;
    }

    .interview__img_wide img {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

    .footer__img {
        margin-top: 4px;
    }

    .footer__logo {
        width: 700px;
        height: 137px;
    }
    .en .footer__logo {
        margin-top: -35px;
    }
}

.mount {
    position: relative;
}

.mount-item {
    position: absolute;
    background: url("../img/interview/mount-2.png") center 0 no-repeat;
    background-size: 100% auto;
    height: 100vw;
    left: 0;
    right: 0;
    margin-top: 90px;
}

.mount-item:first-child {
    background: url("../img/interview/mount-1.jpg") center 0 no-repeat;
    background-size: 100% auto;
    margin-top: 0;
}

.interview__quote_active:before {
        left: -10px;
        right: -10px;
    }