.fadein {
    opacity: 0;
    padding-top: 100px;
}
.fadeinVac {
    opacity: 0;
}
.fadeinstart {
    opacity: 0;
    padding-top: 50px;
}
#bssc {
    font-family: 'Tele2Slab', Arial, Helvetica, 'Trebuchet MS', sans-serif;
}
#bssc .error {
    font-size: 12px;
    color: #f00;
    position: absolute;
    top: 115px;
}
#bssc .error.second {
    font-size: 12px;
    color: #ff9191;
    position: absolute;
    top: -15px;
    left: 0;
}
#bssc .error.third {
    font-size: 12px;
    color: #f00;
    position: absolute;
    top: -20px;
    left: 0;
}
#bssc .bssc-hero {
    width: 100%;
    height: 100vh;
    background: url('/img/bssc/bssc2.png');
    position: relative;
    background-size: cover;
    background-position: center;
}
#bssc .bssc-header {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    height: 65px;
}
#bssc .logo {
    position: absolute;
    bottom: 0;
}
#bssc .btn-cont-head {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 57px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    background: #0086ff;
    display: inline-block;
    font-weight: 700;
    position: fixed;
    right: 0;
    cursor: pointer;
    z-index: 99;
}
#bssc .btn-cont-head::before {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    background: url('/img/bssc/arrow-cid.svg');
    right: 20px;
    top: 20px;
}
#bssc label.wrapl {
    width: 55px;
    overflow: hidden;
    height: 50px;
    position: absolute;
    right: 193px;
    display: inline-block;
    border: 0;
    margin-right: 50px;
    padding-top: 1px;
}

#bssc select.dropdown {
    height: 60px;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    width: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-family: 'Tele2Slab', Arial, Helvetica, 'Trebuchet MS', sans-serif;
}
#bssc select.dropdown option {
    background: #000;
}
#bssc select.dropdown:focus {
    border: 0;
    outline: 0;
}
#bssc label.wrapl:after {
    content: '\f107';
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 1;
    border: 0;
    font-size: 22px;
    pointer-events: none;
}
#bssc .bssc-hero .header-overlay {
    position: absolute;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
}
#bssc .bssc-hero .header-overlay .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
#bssc .hero-heading {
    display: block;
    font-weight: 400;
    color: #fff;
    font-size: 21px;
    line-height: 25px;
    padding-bottom: 30px;
}
#bssc .hero-desc {
    display: block;
    font-weight: 800;
    color: #fff;
    font-size: 70px;
    line-height: 84px;
    margin-top: 20px;
}
#bssc .border-heading {
    width: 125px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}
#bssc .b-wrap {
    max-width: 1280px;
    margin: 0 auto;
}
#bssc .vacancies {
    width: 100%;
    background: #0086ff;
}
#bssc .vacancies .vacancies-list {
    font-weight: 500;
    font-size: 38px;
    line-height: 45px;
    color: #000;
    text-align: center;
    padding-bottom: 10px;
}
#bssc .vacancies .vacancies-list.active {
    color: #fff;
    font-weight: 700;
}
#bssc .vacancies .vacancies-list:hover {
    color: #fff;
    cursor: pointer;
    font-weight: 700;
}
#bssc .vacancies .heading {
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 45px;
}
#bssc .vacancies .vacancies-submit {
    display: flex;
    height: 550px;
    background: linear-gradient(90deg, rgba(242, 242, 242, 1) 50%, rgba(225, 225, 225, 1) 50%);
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
#bssc .vacancies .vacancies-submit .vs-col1,
#bssc .vacancies .vacancies-submit .vs-col2 {
    flex: 1;
    max-width: 640px;
    position: relative;
}
#bssc .vacancies .vacancies-submit .vs-col1 .vs-col1-img {
    width: 100%;
    height: 275px;
    background: url('/img/bssc/leftimg.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
}
#bssc .vacancies .vacancies-submit .vs-col1 .vs-col1-text {
    position: sticky;
    max-width: 460px;
    margin-top: 195px;
    margin-left: 40px;
}
#bssc .vacancies .vacancies-submit .vs-col1 .vs-col1-text .heading {
    color: #000;
    font-weight: 800;
    font-size: 52px;
    line-height: 52px;
    padding-top: 0;
    padding-bottom: 25px;
}
#bssc .vacancies .vacancies-submit .vs-col1 .vs-col1-text .desc {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}
#bssc .vacancies .vacancies-submit .vs-col2 .col2-head {
    padding-top: 65px;
    font-size: 23px;
    line-height: 28px;
    color: #000;
    padding-bottom: 15px;
}
#bssc .input-group {
    display: flex;
    justify-content: center;
    height: 50px;
    margin-bottom: 15px;
    border-bottom: 1px solid #373737;
}
#bssc .input-form {
    outline: none;
    border: 0;
    border-bottom: 0;
    background: transparent;
    padding-left: 10px;
    font-family: 'Tele2Slab', Arial, Helvetica, 'Trebuchet MS', sans-serif;
    width: 100%;
}
#bssc .input-form::placeholder {
    color: #b6b6b6;
}
#bssc .input-group-addon {
    outline: none;
    border: 0;
    border-bottom: 0;
    background: transparent;
    line-height: 52px;
    color: #373737;
}
#bssc .vacancies .vacancies-submit .vs-col2 .col2-cont {
    box-sizing: border-box;
    padding-left: 115px;
    padding-right: 115px;
}
#bssc .fbasis {
    flex-basis: 25px;
    font-size: 18px;
    color: #999;
}
#bssc .note-text {
    flex: 1;
    line-height: 12px;
    font-size: 10px;
    color: #999;
}
#bssc .more-link {
    color: #373737;
    font-weight: 700;
    text-decoration: underline;
}
#bssc .note {
    display: flex;
    margin-bottom: 30px;
}
#bssc .bssc-btn-cont {
    font-family: 'Tele2Slab', Arial, Helvetica, 'Trebuchet MS', sans-serif !important;
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 105px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    background: #0086ff;
    display: inline-block;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}
#bssc .bssc-btn-cont::before {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    background: url('/img/bssc/arrow-cid.svg');
    right: 20px;
    top: 14px;
}

#bssc .bssc-btn-cont.third-btn::before {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    background: url('/img/bssc/arrow-cid-blue.svg');
    right: 0;
    top: 14px;
    background-size: cover;
    background-repeat: no-repeat;
}
#bssc .bssc-btn-cont::before {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    background: url('/img/bssc/arrow-cid.svg');
    right: 20px;
    top: 14px;
}
#bssc .bssc-btn-cont2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 125px;
    color: #373737;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    background: transparent;
    border: 1px solid #373737;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
#bssc .bssc-btn-cont2::before {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    background: url('/img/bssc/arrow-down-cid.svg');
    right: 20px;
    top: 14px;
}
#bssc .form-bottom {
    display: flex;
    align-items: center;
    margin-top: 45px;
}
#bssc .fb-text {
    flex: 1;
    color: #373737;
    font-size: 17px;
    line-height: 21px;
}
#bssc .fb-btn {
    flex: 1;
    margin-left: 50px;
}
#bssc #headerVideoFull {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#bssc .input-group.second-group {
    display: flex;
    justify-content: center;
    height: 50px;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #fff;
}
#bssc .input-group.second-group.thanks {
    display: none;
    text-align: center;
    padding-bottom: 80px;
}
#bssc .input-group.third-group.thanks {
    display: none;
    padding-bottom: 40px;
}
#bssc .input-group-addon.second-addon {
    border-bottom: 0;
    color: #fff;
}
#bssc .input-group-addon.second-addon.thanks {
    border-bottom: 0;
    color: #fff;
    line-height: 12px;
}
#bssc .input-group-addon.third-addon.thanks {
    border-bottom: 0;
}
#bssc .input-form.second-input {
    border-bottom: 0;
    color: #000;
}
#bssc .bssc-btn-cont.second-btn {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    min-width: 210px;
    font-size: 14px;
    line-height: 16px;
    background: transparent;
    display: inline-block;
    font-weight: 700;
    border-bottom: 0;
}
#bssc .heading-lead-form {
    padding-top: 220px;
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    padding-bottom: 70px;
    padding-left: 255px;
    padding-right: 255px;
}
#bssc .loader {
    display: none;
    position: absolute;
    top: 40%;
    left: 40%;
    border: 16px solid #f2f2f2;
    border-radius: 50%;
    border-top: 16px solid #0086ff;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#bssc .loader.second {
    display: none;
    position: unset;
    margin: 0 auto;
    border: 16px solid #f2f2f2;
    border-radius: 50%;
    border-top: 16px solid #0086ff;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-bottom: 70px;
}
#bssc .loader.third {
    display: none;
    position: unset;
    border: 16px solid #373737;
    border-radius: 50%;
    border-top: 16px solid #000;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    margin-bottom: 10px;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#bssc .note.second-note {
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 160px;
    padding-top: 30px;
}
#bssc .note-text.nt-second {
    color: #fff;
    line-height: 14px;
    font-size: 12px;
}
#bssc .fbasis.fbasis-second {
    color: #000;
}
#bssc .section-values-new .slide_controls a:hover {
    color: #000;
}
#bssc .fbasis.fbasis-third {
    color: #585858;
}
#bssc .cont-heading {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    color: #373737;
    text-align: center;
    padding-top: 200px;
}
#bssc .cont-desc {
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    color: #373737;
    text-align: center;
    padding-bottom: 200px;
}
#bssc .twocol {
    display: flex;
    margin-bottom: 150px;
    height: 410px;
}
#bssc .twocol .video-poster {
    flex: 1;
    position: relative;
}
#bssc .twocol .video-poster-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.6);
    z-index: 2;
    cursor: pointer;
    opacity: 50%;
}
#bssc .twocol .video-poster.order2 {
    order: 2;
}
#bssc .twocol .v-text {
    flex: 1;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 240px;
    padding-left: 100px;
    padding-right: 100px;
}
#bssc .twocol .v-text .vt-heading {
    display: block;
    font-weight: 800;
    font-size: 23px;
    line-height: 28px;
    color: #373737;
    padding-bottom: 30px;
}
#bssc .twocol .v-text .vt-desc {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #5b5b5b;
}
#bssc .twocol .border-t {
    border-top: 1px solid;
    padding-bottom: 50px;
    width: 60px;
}
#bssc .twocol .poster-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
#bssc .section-values-new {
    position: relative;
    padding: 100px 0;
}
#bssc .section-values-new .title {
    position: relative;
    margin-bottom: 72px;
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    color: #000;
}
#bssc .section-values-new .slide_controls {
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 16;
    font-size: 16px;
    line-height: 24px;
}
#bssc .section-values-new .slide_controls a.left {
    margin-right: 8px;
}
#bssc .section-values-new .slide_controls a {
    display: inline-block;
    color: #b4b4b4;
}
#bssc .section-values-new .flex_list {
    display: flex;
    overflow: hidden;
    min-width: 100%;
}
#bssc .section-values-new .flex_list .item {
    position: relative;
    margin-right: 55px;
    padding-bottom: 45px;
}
#bssc .section-values-new .flex_list .item .img {
    position: relative;
    width: 325px;
    z-index: 4;
}
#bssc .section-values-new .flex_list .item .block {
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 240px;
    height: 145px;
    padding: 25px;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    z-index: 16;
}
#bssc .section-values-new .flex_list .item .block h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 12px;
}
#bssc .section-values-new .flex_list .item .block .desc {
    font-size: 13px;
    line-height: 19px;
    font-weight: normal;
}
#bssc .bssc-footer {
    background: #000;
    padding-top: 200px;
    padding-bottom: 200px;
}
#bssc .bssc-footer .form-twocol {
    display: flex;
    text-align: center;
}
#bssc .bssc-footer .form-twocol .form-heading,
#bssc .bssc-footer .form-twocol .form-lead {
    flex: 1;
}
#bssc .vacancies .vacancies-submit .vs-col2 .col2-cont {
    box-sizing: border-box;
    padding-left: 115px;
    padding-right: 115px;
}
#bssc .vacancies .vacancies-submit .vs-col2 .col2-cont.thanks {
    display: none;
    text-align: center;
    height: 100%;
    color: #000;
    font-size: 32px;
    font-weight: 600;
    padding-top: 200px;
    line-height: 32px;
}
#bssc .vacancies .vacancies-submit .vs-col2 .col2-cont.thanks .fa-check {
    padding-top: 30px;
    font-size: 72px;
    color: #0086ff;
}
#bssc .input-group.second-group.thanks .fa-check {
    font-size: 32px;
    color: #000;
}
#bssc .bssc-btn-cont3 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 105px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    background: #0086ff;
    display: inline-block;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}
#bssc .bssc-btn-cont3::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 29px;
    background: url('/img/bssc/arrow-cid-blue.svg');
    background-size: cover;
    right: 0;
    top: 7px;
}
#bssc .bssc-btn-cont2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 100px;
    color: #373737;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    background: transparent;
    border: 1px solid #373737;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
#bssc .close-btn {
    float: right;
    padding-top: 25px;
    padding-right: 25px;
    cursor: pointer;
}
#bssc .bssc-btn-cont2::before {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    background: url('/img/bssc/arrow-down-cid.svg');
    right: 20px;
    top: 14px;
}
#bssc .input-group.third-group {
    display: flex;
    justify-content: center;
    height: 50px;
    padding-bottom: 0;
    max-width: 480px;
    margin: 0 auto;
    font-size: 23px;
    position: relative;
    border-bottom: 1px solid #fff;
}
#bssc .input-group-addon.third-addon {
    border-bottom: 0;
    color: #fff;
    line-height: 48px;
}
#bssc .input-form.third-input {
    border-bottom: 0;
    color: #fff;
}
#bssc .bssc-btn-cont.third-btn {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    min-width: 149px;
    font-size: 14px;
    line-height: 16px;
    background: transparent;
    display: inline-block;
    font-weight: 700;
    border-bottom: 0;
    color: #0086ff;
    text-align: left;
}
#bssc .note.third-note {
    max-width: 480px;
    margin: 0 auto;
    margin-top: 30px;
}
#bssc .note-text.nt-third {
    color: #585858;
    text-align: left;
    margin-left: 10px;
}
#bssc .bssc-footer .form-heading {
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    color: #fff;
    text-align: left;
}
#bssc .header_playbtn {
    position: absolute;
    left: 50%;
    top: 71%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    opacity: 50%;
}
#bssc .btn-cont-head-mob {
    display: none;
}
#bssc #gl-video-player-modal {
    display: none;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#bssc #gl-video-player-modal .video-container video {
    width: 100%;
    height: auto;
    max-height: 80vh;
}
#bssc #gl-video-player-modal .close-button {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 45px;
    color: #fff;
    z-index: 2100;
}
#bssc .privacy {
    color: unset;
    text-decoration: underline;
}
#bssc .privacy:hover {
    color: unset;
}
@media (max-width: 1286px) {
    #bssc .vacancies .vacancies-submit .vs-col2 .col2-cont {
        padding-left: 55px;
        padding-right: 55px;
    }
}
@media (max-width: 1046px) {
    #bssc .vacancies .vacancies-submit .vs-col2 .col2-cont {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    #bssc .btn-cont-head {
        display: none;
    }
    #bssc .b-wrap {
        margin: 0 20px;
    }
    #bssc .fb-btn {
        margin-left: 0;
    }
    #bssc .btn-cont-head-mob {
        display: block;
        padding-top: 22px;
        padding-bottom: 22px;
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        background: #0086ff;
        font-weight: 700;
        right: 0;
        cursor: pointer;
        position: relative;
    }
    #bssc .btn-cont-head-mob::before {
        content: '';
        position: absolute;
        width: 19px;
        height: 19px;
        background: url('/img/bssc/arrow-cid.svg');
        right: 0;
        top: 20px;
    }
    #bssc .vacancies .heading {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #fff;
        padding-top: 60px;
        padding-bottom: 45px;
    }
    #bssc .vacancies .vacancies-list {
        font-weight: 500;
        font-size: 24px;
        line-height: 45px;
        color: #000;
        text-align: center;
        padding-bottom: 10px;
    }
    #bssc .bssc-header {
        max-width: 1280px;
        margin: 0 20px;
        position: relative;
        height: 65px;
    }
    #bssc label.wrapl {
        width: 55px;
        overflow: hidden;
        height: 50px;
        position: absolute;
        right: 0;
        display: inline-block;
        border: 0;
        margin-right: 0;
        margin-top: 11px;
    }
    #bssc select.dropdown {
        height: 60px;
        border: 0;
        font-size: 21px;
        font-weight: 700;
        width: 55px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        color: #fff;
        cursor: pointer;
        font-family: 'Tele2Slab', Arial, Helvetica, 'Trebuchet MS', sans-serif;
    }
    #bssc label.wrapl:after {
        content: '\f107';
        font-family: FontAwesome;
        color: #fff;
        position: absolute;
        right: 0;
        top: 18px;
        z-index: 1;
        border: 0;
        font-size: 26px;
        pointer-events: none;
    }
    #bssc .bssc-hero .header-overlay .overlay-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #bssc .hero-desc {
        display: block;
        font-weight: 800;
        color: #fff;
        font-size: 32px;
        line-height: 38px;
        margin-top: 20px;
    }
    #bssc .hero-heading {
        display: block;
        font-weight: 400;
        color: #fff;
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 10px;
    }
    #bssc .header_playbtn {
        position: absolute;
        left: 50%;
        top: 63%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 60px;
    }
    #bssc .vacancies .vacancies-submit {
        display: block;
        height: auto;
        background: linear-gradient(0deg rgba(242, 242, 242, 1) 50%, rgba(225, 225, 225, 1) 50%);
        justify-content: center;
        margin-top: unset;
        margin-bottom: unset;
    }
    #bssc .vacancies .vacancies-submit .vs-col1 .vs-col1-img {
        width: 100%;
        height: 275px;
        background: url('/img/bssc/leftimg.jpg');
        background-size: cover;
        background-position: center;
        position: unset;
    }
    #bssc .vacancies .vacancies-submit .vs-col1 .vs-col1-text {
        position: unset;
        max-width: 460px;
        margin: 0 20px;
        margin-top: -50px;
    }
    #bssc .vacancies .vacancies-submit .vs-col1 .vs-col1-text .heading {
        color: #373737;
        font-weight: 800;
        font-size: 42px;
        line-height: 52px;
        padding-top: 0;
        padding-bottom: 25px;
    }
    #bssc .vacancies .vacancies-submit .vs-col1 .vs-col1-text .desc {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 80px;
    }
    #bssc .vacancies .vacancies-submit .vs-col2 .col2-cont {
        padding-left: 20px;
        padding-right: 20px;
    }
    #bssc .bssc-btn-cont {
        font-family: 'Tele2Slab', Arial, Helvetica, 'Trebuchet MS', sans-serif !important;
        border: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 105px;
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        background: #0086ff;
        display: inline-block;
        font-weight: 700;
        position: relative;
        cursor: pointer;
        width: 100%;
    }
    #bssc .form-bottom {
        display: block;
        align-items: center;
        margin-top: 45px;
    }
    #bssc .heading-lead-form {
        padding-top: 220px;
        font-size: 28px;
        text-align: center;
        font-weight: 700;
        color: #fff;
        line-height: 45px;
        padding-bottom: 70px;
        padding-left: 0;
        padding-right: 0;
    }
    #bssc .bssc-btn-cont.second-btn {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        color: #0086ff;
        width: 45px;
        min-width: unset;
        font-size: 14px;
        line-height: 16px;
        background: transparent;
        display: inline-block;
        font-weight: 700;
        border-bottom: 0;
        overflow: hidden;
    }
    #bssc .bssc-btn-cont.second-btn::before {
        content: '';
        position: absolute;
        width: 19px;
        height: 19px;
        background: url('/img/bssc/arrow-cid.svg');
        right: 0;
        top: 14px;
    }
    #bssc .twocol {
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
        height: unset;
    }
    #bssc .twocol .video-poster {
        flex: 1;
        position: relative;
        order: 2;
    }
    #bssc .twocol .poster-img {
        object-fit: cover;
        height: 400px;
        width: 100%;
    }
    #bssc .twocol .video-poster-play-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 60px;
    }
    #bssc .twocol .v-text {
        flex: 1;
        margin-top: auto;
        margin-bottom: auto;
        max-width: unset;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        padding-bottom: 30px;
    }
    #bssc .twocol .border-t {
        border-top: 1px solid;
        padding-bottom: 30px;
        width: 50%;
        margin: 0 auto;
    }
    #bssc .twocol .v-text .vt-heading {
        display: block;
        font-weight: 800;
        font-size: 23px;
        line-height: 28px;
        color: #373737;
        padding-bottom: 30px;
    }
    #bssc .twocol .v-text .vt-desc {
        display: block;
        font-size: 16px;
        line-height: 19px;
        color: #5b5b5b;
    }
    #bssc .cont-heading {
        font-size: 32px;
        line-height: 42px;
        font-weight: 700;
        color: #373737;
        text-align: center;
        padding-top: 200px;
    }
    #bssc .cont-desc {
        font-size: 22px;
        line-height: 30px;
        font-weight: 400;
        color: #373737;
        text-align: center;
        padding-bottom: 150px;
        padding-top: 20px;
    }
    #bssc .bssc-footer .form-twocol {
        display: flex;
        text-align: center;
        flex-direction: column;
    }
    #bssc .bssc-footer .form-heading {
        font-weight: 700;
        font-size: 32px;
        line-height: 42px;
        color: #fff;
        text-align: left;
        padding-bottom: 50px;
    }
    #bssc .bssc-btn-cont.third-btn {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        width: 59px;
        font-size: 14px;
        line-height: 16px;
        background: transparent;
        display: inline-block;
        font-weight: 700;
        border-bottom: 0;
        color: #000;
        text-align: left;
        min-width: 0;
        overflow: hidden;
    }
    #bssc .bssc-btn-cont.third-btn::before {
        content: '';
        position: absolute;
        width: 19px;
        height: 19px;
        background: url('/img/bssc/arrow-cid-blue.svg');
        right: 0;
        top: 14px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #bssc .error {
        font-size: 12px;
        color: #f00;
        position: absolute;
        top: 125px;
    }
    #bssc .vacancies .vacancies-submit .vs-col2 {
        background: #f2f2f2;
        padding-bottom: 50px;
    }
    #bssc .vacancies .vacancies-submit .vs-col1 {
        background: #e1e1e1;
    }
    #bssc .loader {
        display: none;
        position: unset;
        margin: 0 auto;
        margin-top: 50px;
        top: 40%;
        left: 40%;
        border: 16px solid #f2f2f2;
        border-radius: 50%;
        border-top: 16px solid #0086ff;
        width: 60px;
        height: 60px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }
    #bssc .vacancies .vacancies-submit .vs-col2 .col2-cont.thanks {
        display: none;
        text-align: center;
        height: 100%;
        color: #000;
        font-size: 32px;
        font-weight: 600;
        padding-top: 100px;
        padding-bottom: 50px;
        line-height: 32px;
    }
    #bssc .input-group.third-group {
        display: flex;
        justify-content: center;
        height: 50px;
        padding-bottom: 0;
        max-width: unset;
        margin: 0 auto;
        font-size: 23px;
        position: relative;
    }
    #bssc .input-group.third-group.thanks {
        display: none;
        padding-bottom: 55px;
    }
    #bssc .input-group-addon.third-addon.thanks {
        border-bottom: 0;
        line-height: 23px;
        font-size: 18px;
    }
}

#bssc .form-group {
    position: relative;
}

#bssc .form-label {
    position: absolute;
    top: 14px;
    left: 10px;
    color: #000;
    font-size: 16px;
    transition: all 0.3s ease;
    pointer-events: none;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 20px);
}

#bssc .form-label.number {
    left: 45px;
}

#bssc .form-label.number.third {
    left: 60px;
    font-size: 23px;
    top: calc(50% - 13px);
    color: #fafafa;
}

#bssc .form-input:focus + .form-label,
#bssc .form-input:not(:placeholder-shown) + .form-label {
    top: -15px;
    left: 0;
    font-size: 14px;
    color: #ffffff;
    background-color: transparent;
}
