@import "library.less";

body, html {
    background-color: @bgColor;
    font-family: 'trivia-grotesk', Helvetica;
    height: 100%;
}
.rt-container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
    display: inline;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
}


.rt-container .col1 {
    width: 100px;
}
.rt-container .col2 {
    width: 200px;
}
.rt-container .col3 {
    width: 300px;
}
.rt-container .col4 {
    width: 400px;
}
.rt-container .col5 {
    width: 500px;
}
.rt-container .col6 {
    width: 600px;
}
.rt-container .col7 {
    min-width: 700px;
}
.rt-container .col8 {
    width: 800px;
}
.rt-container .col9 {
    width: 900px;
}
.rt-container .col10 {
    width: 1000px;
}
.rt-container .col11 {
    width: 1100px;
}
.rt-container .col12 {
    width: 1200px;
}
.clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
}
.clearfix:before,
.clearfix:after,
.rt-container:before,
.rt-container:after {
      content: '.';
      display: block;
      overflow: hidden;
      visibility: hidden;
      font-size: 0;
      line-height: 0;
      width: 0;
      height: 0;
}

.clearfix:after,
.rt-container:after {
    clear: both;
}

.clearfix,
.rt-container {
    zoom: 1;
}

.main-wr {
    width: 100%;
    min-height:100%;
    min-width: 1200px;
    overflow: hidden;
    
    header {
        height: auto;
        padding-top: 62px;
        .top-menu {
            height: 60px;
            border-bottom:solid 2px #000;
            background-color: #fff;
            position: fixed;
            top:0;
            width: 100%;
            z-index: 22;
            .col12 {
                height: 62px;
            }
            .logo {
                width: 96px;
                height: 60px;
                float: left;
                background: url(../images/project/logo.jpg);
            }
            .tp-logo {
                width: 96px;
                height: 60px;
                float: left;
                background: url(../images/project/tp-logo.png) no-repeat center;   
            }
            .arrow-logo {
                position: relative;
                width: 136px;
                height: 275px;
                background: url(../images/project/arrowLogo.png);
                float: left;
                margin-top: -60px;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;

            }
            &.fixed {
                .arrow-logo {
                    margin-top: -162px;
                }
            }
            .links {
                width: auto;
                display: inline-block;
                float: left;
                height: auto;
                margin-left: 136px;
                .link {
                    display: inline-block;
                    font-family: 'trivia-grotesk', Helvetica;
                    font-size: 18px;
                    line-height: 62px;
                    margin-right: 118px;
                    color: #232323;
                    text-decoration: none;
                    &:hover {
                        color:#ed8717;
                    };
                }
            }
            .logo-soc-karta {
                width: 118px;
                height: 40px;
                margin-top: 13px;
                margin-right: 23px;
                background: url(../images/project/logoSocKarta.png);
                float: left;
                margin-left: 20px;
            }
        }
    }
    .promo-box {
        width: 100%;
        height: auto;
        img {
            max-width: 100%;
            width: 100%;
            display: block;
        }
    }
    .text-box {
        height: 536px;
        background-color: #fff;
        position: relative;
        padding-top: 75px;
        box-sizing: border-box;
        .text {
            font-family: 'trivia-serif';
            font-size: 16px;
            line-height: 27px;
            color: #000000;
            margin-left: 400px;
            margin-bottom: 27px;
            letter-spacing: 0.2px;
            position: relative;
            &:before {
                display: inline-block;
                position: absolute;
                font-family: 'trivia-grotesk';
                font-weight: 100;
                font-size: 52px;
                color: #e7631b;
            }
            &.ico1 {
                &:before {
                    content:'α';
                    top: 35px;
                    left: -86px;
                }   
            }
            &.ico2 {
                &:before {
                    content:'β';
                    top: 21px;
                    left: -84px;
                }
            }
            &.ico3 {
                &:before {
                    content:'';
                    display: block;
                    width: 24px;
                    height: 36px;
                    background: url(../images/project/y.png);
                    top: 36px;
                    left: -84px;
                }
                margin-top: 7px;
            }
        }
    }

    .card-box {
        height: auto;
        border-bottom: solid 2px #d3672c;
        border-top: solid 2px #d3672c;
        padding: 90px 0;
        .card-wr {
            position: relative;
            .line {
                position: absolute;
                height: 5px;
                background: url(../images/project/ptrn.png);
                background-repeat:repeat-x;

                &.left {
                    -webkit-transform-origin: 100% 100%;
                    -moz-transform-origin: 100% 100%;
                    -ms-transform-origin: 100% 100%;
                    -o-transform-origin: 100% 100%;
                    transform-origin: 100% 100%;
                }
                &.right {
                    -webkit-transform-origin: 0% 0%;
                    -moz-transform-origin: 0% 0%;
                    -ms-transform-origin: 0% 0%;
                    -o-transform-origin: 0% 0%;
                    transform-origin: 0% 0%;
                }

                &:nth-child(1) {
                    transform: rotate(18deg);
                    left: 300px;
                    top: 25px;
                    width: 0;
                    margin-left: 84px;

                    .transition(@duration: 400ms, @delay: 200ms, @type: ease);
                    
                }
                &:nth-child(2) {
                    transform: rotate(-18deg);
                    left: 300px;
                    top: 245px;
                    width: 0;
                    margin-left: 85px;

                    .transition(@duration: 400ms, @delay: 500ms, @type: ease);
                }
                &:nth-child(3) {
                    transform: rotate(-28deg);
                    left: 815px;
                    top: 45px;
                    width: 0;
                    .transition(@duration: 400ms, @delay: 0ms, @type: ease);
                }
                &:nth-child(4) {
                    transform: rotate(0deg);
                    left: 818px;
                    top: 135px;
                    width: 0;
                    .transition(@duration: 400ms, @delay: 300ms, @type: ease);
                }
                &:nth-child(5) {
                    transform: rotate(23deg);
                    left: 814px;
                    top: 229px;
                    width: 0;
                    .transition(@duration: 400ms, @delay: 600ms, @type: ease);
                }
                &:nth-child(6) {
                    transform: rotate(0deg);
                    left: 300px;
                    top: 135px;
                    width: 0;
                    margin-left: 85px;

                    .transition(@duration: 400ms, @delay: 500ms, @type: ease);
                }
            }
            .circle {
                display: block;
                width: 42px;
                height: 42px;
                .box-sizing;
                border-radius: 100%;
                border:solid 2px #cf7244;
                position: absolute;
                opacity: 0;
                transform: scale(0.8);
                .text {
                    font-family: 'trivia-grotesk';
                    font-size: 18px;
                    color: #4f81c1;
                    position: absolute;
                    line-height: 21px;
                }
                
                &.c1 {
                    left: 253px;
                    top: -30px;
                    .transition(@duration: 400ms, @delay: 1000ms, @type: ease);
                    .text {
                        text-align: right;
                        width: 210px;
                        margin-top: 50px;
                        margin-left: -173px;
                    }
                    .ico {
                        width: 28px;
                        height: 21px;
                        margin-left: -14px;
                        margin-top: -10px;

                        position: absolute;
                        left: 50%;
                        top: 50%;
                        background: url(../images/project/ico/3.png);
                    }
                }
                &.c6 {
                    top: 260px;
                    left: 253px;
                    .transition(@duration: 400ms, @delay: 1000ms, @type: ease);
                    .text {
                        text-align: right;
                        width: 250px;
                        margin-top: 54px;
                        margin-left: -200px;
                        span {
                            font-size: 10px;
                            line-height: 8px;
                            display: block;
                        }
                    }
                    .ico {
                        width: 20px;
                        height: 26px;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        background: url(../images/project/ico/2.png);
                        margin-left: -10px;
                        margin-top: -13px;
                    }
                }
                &.c2 {
                    top: 116px;
                    left: 253px;
                    .transition(@duration: 400ms, @delay: 1000ms, @type: ease);
                    .text {
                        text-align: right;
                        width: 250px;
                        margin-top: 48px;
                        margin-left: -211px;
                    }
                    .ico {
                        width: 26px;
                        height: 17px;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        background: url(../images/project/ico/4.png);
                        margin-left: -13px;
                        margin-top: -8px;
                    }
                }
               
                &.c3 {
                    left: 900px;
                    top: -24px;
                    .transition(@duration: 400ms, @delay: 1000ms, @type: ease);
                    .text {
                        text-align: left;
                        width: 220px;
                        margin-top: 50px;
                        margin-left: 0px;
                    }
                    .ico {
                        width: 22px;
                        height: 22px;
                        margin-left: -11px;
                        margin-top: -11px;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        background: url(../images/project/ico/1.png);
                        
                        
                    }
                }
                &.c4 {
                    .transition(@duration: 400ms, @delay: 1000ms, @type: ease);
                    .text {
                        text-align: left;
                        width: 210px;
                        margin-top: 50px;
                        margin-left: 0px;
                    }
                    left: 910px;
                    top: 116px;
                    .ico {
                        width: 42px;
                        height: 42px;
                        margin-left: -21px;
                        margin-top: -21px;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        background: url(../images/project/ico/6.png);
                    }
                }
                &.c5 {
                    left: 903px;
                    top: 251px;
                    .transition(@duration: 400ms, @delay: 1000ms, @type: ease);
                    .text {
                        text-align: left;
                        width: 320px;
                        margin-top: 50px;
                    }
                    .ico {
                        width: 18px;
                        height: 26px;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        background: url(../images/project/ico/5.png);
                        margin-left: -9px;
                        margin-top: -13px;
                    }
                }

            }
            .card {
                display: block;
                width: 418px;
                height: 280px;
                /*background: url(../images/project/card.png);*/
                margin: 0 auto;
                /*-webkit-box-shadow: 0px 0px 18px rgba(0,0,0,.33);
                -moz-box-shadow: 0px 0px 18px rgba(0,0,0,.33);
                box-shadow: 0px 0px 18px rgba(0,0,0,.33);*/
                margin-top: 45px;
                border-radius: 12px;
            }

            &.action {
                .line {
                    &:nth-child(1) {
                        margin-left: 0;
                        width: 84px;    
                    }
                    &:nth-child(2) {
                        margin-left: 0;
                        width: 85px;
                    }
                    &:nth-child(3) {
                        width: 85px;
                    }
                    &:nth-child(4) {
                        width: 81px;
                        
                    }
                    &:nth-child(5) {
                        width: 84px;
                    }
                    &:nth-child(6) {
                        margin-left: 0;
                        width: 85px;
                    }
                }
                .circle {
                    opacity: 1 !important;
                    transform: scale(1) !important;
                }
            }
        }
        .banki {
            width: 339px;
            height: 37px;
            background: url(../images/project/banki.png);
            margin: 0 auto;
            margin-top: 120px;
            a.industrial {
                height: 37px;
                width: 90px;
                position: absolute;
                margin-left: 103px;
            }
        }
        .bn {
            display: block;
            text-align: center;
            font-size: 28px;
            margin-top: 52px;
            color: #4f81c1;
            font-weight: bold;
            line-height: 36px;
        }
    }

    .generator-box {
        padding-top: 52px;
        padding-bottom: 50px;
        position: relative;
        .generator-img {
            display: block;
            width: 820px;
            height: 553px;
            margin: 0 auto;
            background-repeat: no-repeat;
            box-sizing:border-box;
            border:solid 10px #f26f1d;
            background: url(../images/project/generator.jpg);
            position: relative;
            .inner-box {
                width: 378px;
                height: 378px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -189px;
                margin-left: -189px;
                border-radius: 100%;
                background: url(../images/project/generator-text.png);
                z-index: 2;
            }
            .overlay {
                height: 533px;
                width: 800px;
                top: 0;
                left:0;
                opacity: 0;
                background-color: #d26225;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }
            &:hover {
                 .overlay {
                    opacity: 0.4;
                }
            }
        }
    }
    .interview-box {
        padding-top: 10px;
        max-width: 1300px;
        margin: 0 auto;
        
        .title  {
            font-family: "trivia-grotesk";
            font-size: 21px;
            line-height: 21px;
            text-transform: uppercase;
            text-align: center;
            letter-spacing: 15px;
            color: #323232;
            margin-bottom: 49px;
        }
        .interview-person-box {
            position: relative;
            display: block;
            .img-box {
                width: 100%;
                img {
                    width: 100%;
                    max-width: 100%;
                    display: block;
                }
            }
            .overlay {
                height: 100%;
                width: 100%;
                position: absolute;
                background-color: #001394;
                top: 0;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
                opacity: 0;
            }
            .info-box-wr {
                width: 284px;
                height: 284px;
                border-radius: 100%;
                background-color: transparent;
                left: 50%;
                top: 50%;
                margin-left: -153px;
                margin-top: -153px;
                position: absolute;
                .h-fx {
                    position: absolute;
                    top: -7px;
                    left: -7px;
                    padding: 7px;
                    box-shadow: 0 0 0 3px #e7631b;
                    width: 100%;
                    height: 100%;
                    border-radius: 50%;
                    box-sizing: content-box;
                    opacity: 0;
                    transition: transform 0.2s, opacity 0.2s;
                    transform: scale(0.8);
                    z-index: 1;
                }
                .info-box {
                    width: 284px;
                    height: 284px;
                    border-radius: 100%;
                    background-color: rgba(255,255,255, 0.9);
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    margin-left: -142px;
                    margin-top: -142px;
                    position: relative;
                    z-index: 3;
                    .inner-box {
                        display: table-cell;
                        box-sizing: border-box;
                        padding: 20px;
                        height: 284px;
                        vertical-align: middle;
                        .school-title {
                            font-family: 'Open Sans Condensed';
                            font-size: 15px;
                            text-transform: uppercase;
                            color: #338bc9;
                            letter-spacing: 0px;
                            text-align: center;
                            font-weight: bold;
                            margin-bottom: 5px;
                            padding: 0 20px;
                            font-weight: bold;
                        }
                        .pers-name {
                            font-family: 'trivia-grotesk';
                            font-size: 28px;
                            color: #d3672c;
                            text-align: center;
                        }
                        .pers-info {
                            font-size: 16px;
                            text-align: center;
                            line-height: 24px;

                        }
                    } 
                }
            }
            &:hover {
                .overlay {
                    opacity: 0.4;
                }
                .h-fx {
                    opacity: 1 !important;
                    transform:scale(1) !important;
                }
            }
        }
    }
    .interview-list-box {
        padding-top: 70px;
        padding-bottom: 35px;
        background-color: #ffffff;
        .interview-list {
            margin-left: 170px;
            .item {
                float: left;
                width: 405px;
                height: 150px;
                margin-bottom: 100px;
                display: block;
                &:hover {
                    .img-wr {
                        opacity: 0.7;
                    }
                    .img-box {
                        .h-fx {
                            transform: scale(1);
                            opacity: 1;
                        }
                    }
                    .info-wr {
                        .school-title {
                            color: #5079ff;
                        }
                        .pers-name {
                            color: #5079ff;
                        }
                        .pers-info {
                            color: #5079ff;   
                        }

                    }
                }
                &.disabled {
                    pointer-events:none;
                    opacity: 0.5;
                    .school-title {
                        color: #777 !important;
                    }
                    .pers-name {
                        color: #777 !important;   
                    }
                    .pers-info {
                        color: #777 !important;   
                    }
                }
                &:nth-child(odd) {
                    margin-right: 76px;
                }
                .img-box {
                    float: left;
                    position: relative;
                    width: 144px;
                    height: 144px;
                    .h-fx {
                        position: absolute;
                        top: -6px;
                        left: -6px;
                        padding: 6px;
                        box-shadow: 0 0 0 2px #e7631b;
                        width: 100%;
                        height: 100%;
                        border-radius: 50%;
                        box-sizing: content-box;
                        opacity: 0;
                        transition: transform 0.2s, opacity 0.2s;
                        transform: scale(0.8);
                        z-index: 1;
                    }
                    .img-wr {
                        width: 144px;
                        height: 144px;
                        border-radius: 100%;
                        overflow: hidden;
                        position: relative;
                        z-index: 2;
                        background-size: cover;
                        background-position: center;
                        img {
                            display: block;
                            max-width: 100%;
                        }
                    }
                }
               
                .info-wr {
                    float: left;
                    width: 220px;
                    margin-left: 33px;
                    .school-title { 
                        font-family: 'Open Sans Condensed';
                        font-size: 15px;
                        text-transform: uppercase;
                        color: #338bc9;
                        margin-bottom: 5px;
                        -webkit-transition: color 0.3s ease;
                        -o-transition: color 0.3s ease;
                        transition: color 0.3s ease;
                    }
                    .pers-name {
                        font-family: 'trivia-grotesk';
                        font-size: 30px;
                        color: #d3672c;
                        text-align: left;
                        margin-bottom: 5px;
                        -webkit-transition: color 0.3s ease;
                        -o-transition: color 0.3s ease;
                        transition: color 0.3s ease; 
                    }
                    .pers-info {
                        font-size: 13px;
                        text-align: left;
                        line-height: 17px;
                        -webkit-transition: color 0.3s ease;
                        -o-transition: color 0.3s ease;
                        transition: color 0.3s ease;
                    }
                }
            }
        }
    }
    .generator-start-page {
        // min-height: 900px;
        background-color: #fff;
        padding-top: 40px;
        position: relative;
        .title {
            width: 483px;
            height: 138px;
            background: url(../images/project/gen-start-title.png);
            margin: 0 auto;
        }
        .description {
            width: 520px;
            margin: 0 auto;
            font-family: 'trivia-grotesk';
            font-size: 16px;
            line-height: 28px;
            color: #f26f1d;
            text-transform: uppercase;
            text-align: center;
        }
        .description-details {
            width: 520px;
            font-family: 'trivia-grotesk';
            font-size: 16px;
            line-height: 28px;
            color: #000;
            margin: 0 auto;
            text-align: center;
        }    
        .start-btn {
            width: 152px;
            height: 152px;
            margin: 0 auto;
            background: url(../images/project/gen-start-btn.png);
            cursor: pointer;
        }
        .auth-box {
            position: absolute;
            width: 230px;
            height: 160px;
            background: url(../images/project/mary.png);
            background-repeat: no-repeat;
            background-position: right;
            left: 110px;
            top: 200px;
            .auth-title {
                font-size: 12px;
                position: relative;
                top: 40px;
                a {
                    color: #f26f1d;
                    text-decoration: underline;
                    &:hover {
                        text-decoration:none;
                    }
                }
            }
        }
    }
    .gen-box-outer {
        width: 100%;
        height: 100%;
        min-height: 500px;
        
        .pop-wr {
            width: 600px;
            min-height: 320px;
            position: absolute;
            top: 20%;
            left: 0;
            right: 0;
            margin: auto;
            background-color: #fff;

            .title {
                width: 230px;
                height: 114px;
                position: absolute;
                z-index: 1;
                background-color: #fff;
                left: -210px;
                background: url(../images/project/gen-title.png) 0 0 #fff;
                background-repeat: no-repeat;
                -webkit-box-shadow: 4px 2px 13px rgba(0,0,0,.26);
                -moz-box-shadow: 4px 2px 13px rgba(0,0,0,.26);
                box-shadow: 4px 2px 13px rgba(0,0,0,.26);
                top: 50%;
                margin-top: -57px;
            }
            .get-lead {
                width: 117px;
                height: 100%;
                position: absolute;
                right: -117px;
                -webkit-box-shadow: 4px 2px 13px rgba(0,0,0,.26);
                -moz-box-shadow: 4px 2px 13px rgba(0,0,0,.26);
                box-shadow: 4px 2px 13px rgba(0,0,0,.26);
                background: url(../images/project/get_lead.png) center red;
                background-repeat: no-repeat;
                background-size: cover;
                cursor: pointer;
                overflow: hidden;
                &:hover {
                    background: url(../images/project/get_lead_hover.png) center red;
                }
                .t {
                    width: 117px;
                    height: 280px;
                    background: url(../images/project/arrows.gif) center;
                    background-repeat: no-repeat;
                    background-size: contain;
                    top: 50%;
                    position: absolute;
                    margin-top: -140px;
                    line-height: 100%;
                    b {
                       font-family: 'trivia-grotesk';
                       font-size: 24px;
                       line-height: 23px;
                       color: #fff;
                       font-weight: 800;
                       text-align: center;
                       display: block;
                       top: 50%;
                       position: relative;
                       margin-top: -23px;
                    }
                }

            }
            .gen-pop {
                height: auto;
                padding: 30px;
                background-color: #fff;
                -webkit-box-shadow: 4px 2px 13px rgba(0,0,0,.26);
                -moz-box-shadow: 4px 2px 13px rgba(0,0,0,.26);
                box-shadow: 4px 2px 13px rgba(0,0,0,.26);
                z-index: 2;
                position: relative;
                min-height: 240px;
                .l-box {
                    float: left;
                    margin-right: 20px;
                    width: 180px;
                    position: relative;
                    .img-wr {
                        min-height: 250px;
                        max-width: 100%;
                        display: table-cell;
                        text-align: center;
                        vertical-align: middle;
                        img {
                            max-width: 100%;
                        }
                    }
                }
                .r-box {
                    float: left;
                    width: 320px;
                    margin-top: 20px;
                    min-height: 240px;
                    .text {
                        font-family: 'trivia-grotesk';
                        font-size: 18px;
                        line-height: 28px;
                        color: #141414;
                        width: 310px;
                        margin-bottom: 40px;
                    }
                }
                .social {
                    width: 300px;
                    float: none;
                    height: 37px;
                    position: absolute;
                    bottom: 30px;
                    .vk {
                        width: 148px;
                        height: 37px;
                        background: url(../images/project/shareVKbtn.png);
                        background-position: 0 0;
                        cursor: pointer;
                        float: left;
                        margin-right: 20px;
                        &:hover {
                            background-position: 0 -38px;
                        }
                    }
                    .tw {
                        width: 123px;
                        height: 37px;
                        background: url(../images/project/shareTWITTbtn.png);
                        background-position: 0 0;
                        cursor: pointer;
                        float: left;
                        &:hover {
                            background-position: 0 -38px;
                        }
                    }
                }
            }
        }
        
    }
    .bottom-img {
        height: 163px;
        background-image: url(../images/project/mgu-logo.png);
        background-position: center 15px;
        background-repeat: no-repeat;
    }
    .fix {
        height: 66px;
    }
}

.footer {
    height: 66px;
    margin-top: -66px;
    background-color: #f55d0b;
    .wos {
        width: 81px;
        height: 10px;
        background: url(../images/project/wos-f-logo.png);
        display: block;
        float: left;
        margin-right: 73px;
        margin-left: 188px;
        margin-top: 31px;
    }
    .tp {
        width: 28px;
        height: 15px;
        background: url(../images/project/t&p-f-logo.png);
        display: block;
        margin-right: 175px;
        float: left;
        margin-top: 28px;
    }
    .studmosk {
        width: 99px;
        height: 53px;
        background: url(../images/project/studmosk-f-logo.png);
        display: block;
        margin-right: 31px;
        float: left;
        margin-top: 9px;
    }
    .link-list {
        float: left;
        height: 31px;
        margin-top: 19px;
        .link {
            display: inline-block;
            padding: 0px 24px;
            height: 31px;
            font-family: 'trivia-grotesk';
            font-size: 13px;
            color: #fff;
            border-left: solid 1px #fc8e53;
            line-height: 31px;
            &:hover {
                text-decoration: none;
            }
        }
    }
}
.footer-bottom {
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    color: #fff;
    background-color: darken(#F55D0B, 10%);
    text-align: center;
    a {
        color: #fff;
    }
}
.read-more {
    font-family: 'trivia-serif';
    font-size: 28px;
    line-height: 30px;
    padding:50px 0;
    text-align: center;
    font-weight: normal;
}
.old-box {
    width: 1076px;
    height: 381px;
    display: block;
    background: url(../images/project/benefit.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 60px;
    position: relative;
}
.mask_link {
    position: absolute;
    width: 180px;
    height: 60px;
    z-index: 23;
    bottom: 10px;
    left: 0;
    display: none;
}
#social-shares {
    position: fixed; 
    top: 40%; 
    left: 15px; 
    z-index: 999;
    .b-share {
        // height: 38px;
        .b-share-btn__wrap {
            height: 38px;
            width: 39px;
            float: none;
            margin-bottom: 10px;
            display: block;
            margin-left: 0 !important;
            
            .b-share__link {
                background-color: transparent !important;
                float: none;
                .b-share-counter {
                    display: none !important;
                }
                .b-share-icon {
                    height: 37px;
                    width: 39px;
                    background-image: url(../images/project/social-buttons.png);
                    &.b-share-icon_vkontakte {
                        background-position: -40px 0;
                        /*&:hover {
                            background-position: -40px -38px;
                        }*/
                    }
                    &.b-share-icon_facebook {
                        background-position: 0 0;
                        /*&:hover {
                            background-position: 0 -38px;
                        }*/
                    }
                    &.b-share-icon_twitter {
                        background-position: -80px 0;
                        /*&:hover {
                            background-position: -80px -38px;
                        }*/
                    }
                }
                &:hover {
                    .b-share-icon_vkontakte {
                        background-position: -40px -38px;
                    }
                    .b-share-icon_facebook {
                        background-position: 0 -38px;;
                    }
                    .b-share-icon_twitter {
                        background-position: -80px -38px;
                    }
                }
                &:active {
                    height: auto !important;
                    border-top: 0 !important;
                }
            }
        }
    }
}
.b-share_theme_counter .b-share__link:active .b-share-icon, 
.b-share_theme_counter .b-share__link:active .b-share-counter {
    top:0 !important;
}
