/* Fonts */
@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

/* Containers */
.c-container {
    max-width: 1530px;
    margin: 0 auto;
    font-family: 'Lato';
}

@media only screen and (max-width: 1900px) {
    .c-container {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 1200px) {
    .c-container {
        max-width: 970px;
    }
}

@media only screen and (max-width: 991px) {
    .c-container {
        max-width: 750px;
    }
}

@media only screen and (max-width: 767px) {
    .c-container {
        max-width: 100%;
        padding: 0 15px;
    }
}

/* Showcase */
.showcase {
    background: #eef3fa;
    min-height: 100vh;
    position: relative;
}

.showcase-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    max-width: 1430px;
    padding: 30px 0;
}

.showcase-content {
    color: #788597;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .showcase-content {
        margin-right: 34vw;
    }
}

.showcase-title {
    max-width: 560px;
    font-weight: bold;
    font-size: 44px;
    line-height: 1.4;
    margin-bottom: 50px;
}

.showcase-description {
    max-width: 510px;
    font-size: 24px;
    margin-bottom: 60px;
}

.showcase-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: inherit;
}

.showcase-link:hover {
    color: #667180;
}

.showcase-link img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
}

.showcase-link span {
    line-height: 1;
    margin-top: 3px;
}

.showcase-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    text-align: center;
}

.showcase-links a {
    width: 290px;
    height: 290px;
    background-color: #fff;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
    color: #c1cdde;
    font-size: 33px;
    font-weight: bold;
}

.showcase-links a:hover {
    -webkit-box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.3);
}

.showcase-links span {
    font-size: 42px;
    font-weight: bold;
    color: #c1cdde;
    margin: 40px 0;
}

.showcase-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 500px;
    background: #d7e5f8 url(../img/guy_final.jpg) 50% 0% no-repeat;
    background-size: contain;
}

@media only screen and (min-width: 1200px) and (max-height: 800px) {
    .showcase-links span {
        margin: 15px 0;
    }
    .showcase-links a {
        height: 230px;
    }
}

@media only screen and (max-width: 1900px) {
    .showcase-img {
        left: 60%;
    }
}

@media only screen and (max-width: 1200px) {
    .showcase-title {
        font-size: 32px;
        max-width: 490px;
    }
    .showcase-description {
        font-size: 21px;
        max-width: 410px;
    }
    .showcase-img {
        width: 340px;
        left: 50%;
        margin-left: 50px;
    }
    .showcase-links a {
        font-size: 24px;
        width: 230px;
        height: 230px;
    }
    .showcase-links span {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .showcase-title {
        max-width: 310px;
    }
    .showcase-description {
        max-width: 310px;
    }
}

@media only screen and (max-width: 767px) {
    .showcase {
        padding: 55px 0 80px;
    }
    .showcase-inner {
        min-height: 0;
        display: block;
        padding: 0;
    }
    .showcase-img {
        position: static;
    }
    .showcase-title {
        font-size: 24px;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .showcase-description {
        font-size: 16px;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .showcase-link {
        font-size: 13px;
        margin-bottom: 17px;
    }
    .showcase-link img {
        width: 21px;
        margin-right: 7px;
    }
    .showcase-img {
        -webkit-transform: none;
        transform: none;
        margin-left: 0;
        height: 240px;
        background-size: contain;
        width: 100%;
        margin-bottom: 30px;
    }
    .showcase-links a {
        width: 209px;
        height: 209px;
        padding: 10px 18px;
    }
    .showcase-links span {
        font-size: 31px;
        margin: 30px 0;
    }
}

/* News */
.news {
    background: #eef3fa;
    font-family: 'Lato';
    min-height: 100vh;
}

.news-header {
    padding: 53px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.news-nav li {
    margin-right: 55px;
}

.news-nav li:last-child {
    margin-right: 0;
}

.news-nav li:hover a, .news-nav li.active a {
    color: #3e8bd2;
}

.news-nav li:hover a:before, .news-nav li.active a:before {
    width: 100%;
}

.news-nav li a {
    color: #788597;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.news-nav li a:before {
    content: '';
    display: block;
    height: 2px;
    background: #3e8bd2;
    bottom: -3px;
    left: 0;
    width: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    position: absolute;
}

.news-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.news-select {
    width: 136px;
}

.news-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px;
}

.news-item {
    margin-right: 102px;
    width: 290px;
    margin-bottom: 45px;
}

.news-item:nth-child(4n) {
    margin-right: 0;
}

.news-img {
    max-height: 224px;
    overflow: hidden;
    margin-bottom: 15px;
    display: block;
    border-radius: 15px;
}

.news-img img {
    width: 100%;
    border-radius: 15px;
}

.news-tag {
    font-size: 16px;
    color: #98a4b3;
    margin-bottom: 15px;
}

.news-name {
    color: #788597;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 12px;
    display: inline-block;
    line-height: 1.2;
}

.news-name:hover {
    color: #6c7786;
}

.news-date {
    color: #98a4b3;
    font-size: 16px;
}

.news-more {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news-more a {
    color: #3e8bd2;
    font-weight: 300;
    text-align: center;
    line-height: 1;
    font-size: 32px;
    text-transform: uppercase;
}

.news-more a span {
    font-size: 48px;
    display: block;
    line-height: 1;
}

.back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 28px;
    color: #788597;
}

.back:hover {
    color: #788597;
}

.back:hover img {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

.back img {
    margin-right: 23px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search input {
    width: 125px;
    background: 0;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    color: #3e8bd2;
    margin-left: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}

.search input::-webkit-input-placeholder {
    color: #3e8bd2;
}

.search input:-moz-placeholder {
    color: #3e8bd2;
}

.search input::-moz-placeholder {
    color: #3e8bd2;
}

.search input:-ms-input-placeholder {
    color: #3e8bd2;
}

.search button {
    background: 0;
    cursor: pointer;
    border: 0;
}

@media only screen and (max-width: 1900px) {
    .news-item {
        margin-right: 40px;
        width: 247px;
    }
    .news-name {
        font-size: 21px;
    }
}

@media only screen and (max-width: 1200px) {
    .news-items {
        padding: 0;
    }
    .news-item {
        margin-right: 30px;
        width: 303px;
    }
    .news-item:nth-child(4n) {
        margin-right: 30px;
    }
    .news-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .news-item {
        width: calc(50% - 50px);
        margin-right: 50px;
    }
    .news-item:nth-child(3n) {
        margin-right: 50px;
    }
    .news-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .news-header {
        padding: 38px 0 25px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .news-nav {
        width: 100%;
        margin-top: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .news-nav li {
        margin-right: 0;
    }
    .news-nav li a {
        font-size: 13px;
    }
    .news-select {
        width: 96px;
    }
    .news-sort {
        margin-bottom: 20px;
    }
    .news-items {
        display: block;
        padding-bottom: 30px;
    }
    .news-item {
        width: 210px;
        margin: 0 auto 30px !important;
    }
    .news-item:last-child {
        margin-bottom: 0 !important;
    }
    .news-img {
        margin-bottom: 10px;
    }
    .news-tag {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .news-name {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .news-date {
        font-size: 12px;
    }
    .news-more {
        height: 150px;
    }
    .back {
        font-size: 20px;
    }
    .back img {
        width: 6px;
        margin-right: 15px;
    }
    .search {
        font-size: 13px;
    }
    .search button img {
        width: 13px;
    }
    .search input {
        margin-left: 10px;
        width: 70px;
        font-size: 12px;
    }
}

/* Select */
.select2-search--dropdown {
    display: none;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #3e8bd2;
    border-radius: 15px;
    background: none;
    outline: none;
}

.select2-container .select2-selection--single {
    height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
    color: #3e8bd2;
    font-size: 16px;
    margin-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
    background: url(../img/arrow-bottom.png) no-repeat 50%;
    right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #3e8bd2;
}

@media only screen and (max-width: 767px) {
    .select2-container--default .select2-selection--single {
        border-radius: 10px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
        line-height: 27px;
        margin-left: 0;
    }
    .select2-container .select2-selection--single {
        height: 27px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 27px;
        background-size: 50%;
        right: 5px;
    }
    .select2-container--default .select2-results__option {
        font-size: 12px;
    }
}

/* Result */
.result {
    min-height: 100vh;
    background: #eef3fa;
    font-family: 'Lato';
    padding-bottom: 100px;
}

.result-header {
    padding: 50px 0 30px;
}

.result-container {
    max-width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.result-info {
    max-width: 520px;
    padding-top: 30px;
}

.result-info img {
    border-radius: 15px;
    margin-bottom: 33px;
    max-width: 250px;
}

.result-title {
    font-size: 34px;
    font-weight: bold;
    color: #788597;
    line-height: 1.2;
    margin-bottom: 35px;
}

.result-caption {
    font-size: 24px;
    font-weight: bold;
    color: #788597;
    margin-left: 40px;
    margin-bottom: 40px;
}

@media (min-width: 1900px) {
    .result-caption {
        font-size: 34px;
        font-weight: bold;
        color: #788597;
        margin: 100px 0 0 300px;
        position: absolute;
    }

}

.result-text {
    font-size: 24px;
    font-weight: 30;
    font-family: 'Gilroy';
    line-height: 1.2;
    color: #788597;
}

.result-items {
    width: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.result-item {
    width: calc(50% - 25px);
    margin-right: 25px;
    margin-bottom: 25px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 40px;
    color: #788597;
}

.result-item.red {
    border-color: #df3737;
}

.result-item.red .progress {
    background: #df3737;
}

.result-item.yellow {
    border-color: #fff000;
}

.result-item.yellow .progress {
    background: #fff000;
}

.result-item.green {
    border-color: #9aff00;
}

.result-item.green .progress {
    background: #9aff00;
}

.result-item:nth-child(2n) {
    margin-right: 0;
}

.result-head {
    height: 94px;
    overflow: hidden;
}

.result-prof {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 1.2;
}

.result-prof-descr {
    font-family: 'Gilroy';
    font-weight: 300;
    font-size: 16px;
}

.result-compatibility {
    font-family: 'Gilroy';
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 35px;
}

.result-compatibility .line {
    position: relative;
    height: 4px;
    background-color: #eef3fa;
}

.result-compatibility .progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.result-skills {
    font-family: 'Gilroy';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    height: 96px;
    overflow: hidden;
    margin-bottom: 20px;
}

.result-link {
    background: rgb(0, 207, 232);
    height: 50px;
    border: 1px solid #e4ebf4;
    border-radius: 15px;
    font-size: 22px;
    font-weight: bold;
    /*color: #788597;*/
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.result-link:hover {
    border-color: #788597;
    color: #788597;
}

@media only screen and (max-width: 1900px) {
    .result-info {
        width: 380px;
    }
}

@media only screen and (max-width: 1200px) {
    .result-info {
        width: 300px;
    }
    .result-items {
        width: 600px;
    }
    .result-prof {
        font-size: 21px;
    }
    .result-skills {
        height: 130px;
    }
}

@media only screen and (max-width: 991px) {
    .result-container {
        display: block;
    }
    .result-info {
        width: 100%;
        margin-bottom: 30px;
        max-width: 100%;
    }
    .result-items {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .result-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .result-caption {
        margin-left: 20px;
        margin-bottom: 5px;
        font-size: 17px;
    }
    .result-info {
        margin-bottom: 20px;
        padding-top: 0;
    }
    .result-info img {
        margin-bottom: 25px;
    }
    .result-text {
        font-size: 17px;
    }
    .result-items {
        display: block;
    }
    .result-item {
        width: 260px;
        margin: 0 auto 17px !important;
        padding: 25px;
    }
    .result-head {
        height: auto;
        margin-bottom: 20px;
    }
    .result-prof {
        font-size: 19px;
    }
    .result-prof-descr {
        font-size: 12px;
    }
    .result-compatibility {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .result-skills {
        font-size: 12px;
        margin-bottom: 30px;
        height: auto;
    }
    .result-link {
        font-size: 16px;
        height: 36px;
        border-radius: 10px;
    }
    .result-header {
        padding: 42px 0 40px;
    }
}

/* Test */
.test {
    min-height: 100vh;
    background: #eef3fa;
    font-family: 'Lato';
    padding-bottom: 100px;
}

.test-header {
    padding: 55px 0 60px;
}

.test-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.test-content {
    width: 500px;
    color: #788597;
    padding-top: 100px;
}

.test-title {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 55px;
    line-height: 1.2;
}

.test-text {
    font: 300 24px/1.2 'Gilroy';
    margin-bottom: 45px;
}

.test-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-weight: bold;
}

.test-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.test-info-item img {
    margin-right: 10px;
}

.test-info-item:first-child {
    margin-right: 55px;
}

.test-steps {
    width: 910px;
    color: #788597;
}

.test-description {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    /*padding-left: 30px;*/
    text-align: center;
}

.test-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.test-item {
    width: calc(50% - 34px);
    margin-bottom: 65px;
    margin-right: 65px;
    border: 5px solid transparent;
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms;
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.test-item img {
    width: 100%;
}

.test-item.active {
    border: 5px solid #3e8bd2;
    -webkit-box-shadow: 0 22px 27px rgba(62, 139, 210, 0.41);
    box-shadow: 0 22px 27px rgba(62, 139, 210, 0.41);
}

.test-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    /*justify-content: flex-end;*/
    /*padding-right: 80px;*/
}

.test-pages {
    font-size: 22px;
    font-weight: bold;
    margin-right: 90px;
}

.test-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.test-links a {
    width: 140px;
    height: 50px;
    border: 1px solid #3e8bd2;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #3e8bd2;
}

.test-links a:first-child {
    margin-right: 47px;
}

.test-links a:first-child:hover {
    background: #3e8bd2;
    color: #ffffff;
}

.test-links a:last-child {
    background: #3e8bd2;
    color: #ffffff;
}

.test-links a:last-child:hover {
    background: #397dbb;
}

@media only screen and (max-width: 1900px) {
    .test-content {
        width: 380px;
        margin-right: 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .test-content {
        width: 290px;
        margin-right: 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .test-text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .test-description {
        font-size: 18px;
    }
    .test-item {
        margin-right: 30px;
        margin-bottom: 30px;
        width: calc(50% - 15px);
    }
    .test-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 0;
    }
    .test-pages {
        width: 100%;
        text-align: right;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .test-header {
        padding: 40px 0;
    }
    .test-container {
        display: block;
    }
    .test-content {
        width: 100%;
        padding-top: 0;
    }
    .test-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .test-text {
        font-size: 17px;
        margin-bottom: 30px;
    }
    .test-info {
        padding-bottom: 37px;
        border-bottom: 1px solid #788597;
        margin-bottom: 40px;
    }
    .test-info-item {
        font-size: 17px;
    }
    .test-info-item img {
        width: 20px;
    }
    .test-info-item:first-child {
        margin-right: 40px;
    }
    .test-description {
        font-size: 17px;
        margin-bottom: 16px;
        padding-left: 0;
    }
    .test-items {
        display: block;
    }
    .test-steps {
        width: 100%;
    }
    .test-item {
        width: 230px;
        margin: 0 auto 20px !important;
        display: block;
    }
    /*.test-item:nth-child(2) {*/
    /*margin-bottom: 60px !important;*/
    /*}*/
    .test-pages {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .test-nav a {
        width: 101px;
        height: 36px;
        font-size: 14px;
        border-radius: 10px;
    }
    .test-nav a:first-child {
        margin-right: 30px;
    }
}

/* Vacancy */
.vacancy {
    min-height: 100vh;
    background: #eef3fa;
    font-family: 'Lato';
    padding-bottom: 100px;
}

.vacancy-header {
    padding: 50px 0 20px;
}

.vacancy-title {
    font-size: 34px;
    font-weight: bold;
    color: #788597;
    margin-bottom: 70px;
    text-align: center;
}

.vacancy-item.vacancy-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
}

.vacancy-item.vacancy-more a {
    font-weight: 300;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
}

.vacancy-item.vacancy-more a span {
    font-size: 44px;
    display: block;
}

.vacancy-name {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
}

.vacancy-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 300 16px 'Gilroy';
    margin-bottom: 37px;
}

.vacancy-location img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 7px;
}

.vacancy-skills {
    height: 100px;
    font: 300 16px 'Gilroy';
}

.vacancy-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
}

.vacancy-info-item {
    color: #b7c2d2;
    font-size: 16px;
}

.vacancy-info-item b {
    color: #788597;
    font-weight: bold;
    display: block;
}

.vacancy-info-item:first-child {
    margin-right: 50px;
}

.vacancy-link {
    height: 50px;
    border: 1px solid #e4ebf4;
    border-radius: 15px;
    color: #788597;
    font-size: 22px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vacancy-link:hover {
    color: #788597;
    border-color: #788597;
}

.c-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-item {
    margin-right: 25px;
    margin-bottom: 25px;
    width: 360px;
    background: #ffffff;
    border-radius: 15px;
    padding: 40px;
    color: #788597;
}

.c-item:nth-child(4n) {
    margin-right: 0;
}

@media only screen and (max-width: 1900px) {
    .c-item {
        width: 273px;
    }
    .vacancy-skills {
        height: 120px;
    }
    .vacancy-name {
        font-size: 21px;
    }
}

@media only screen and (max-width: 1200px) {
    .c-item {
        width: 306px;
    }
    .c-item:nth-child(4n) {
        margin-right: 25px;
    }
    .c-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .c-item {
        width: calc(50% - 13px);
    }
    .c-item:nth-child(3n) {
        margin-right: 25px;
    }
    .c-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .c-items {
        display: block;
    }
    .c-item {
        width: 260px;
        margin: 0 auto 15px !important;
        padding: 25px;
    }
    .vacancy-header {
        padding: 35px 0 18px;
    }
    .vacancy-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .vacancy-name {
        font-size: 19px;
        margin-bottom: 5px;
    }
    .vacancy-location {
        font-size: 12px;
    }
    .vacancy-location img {
        width: 6px;
    }
    .vacancy-skills {
        font-size: 12px;
        height: auto;
        margin-bottom: 25px;
    }
    .vacancy-info {
        margin-bottom: 25px;
    }
    .vacancy-info-item {
        font-size: 12px;
    }
    .vacancy-link {
        font-size: 16px;
        height: 36px;
    }
}

/* Tests */
.tests-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 300ms;
    transition: 300ms;
    color: #788597;
}

.tests-item:hover {
    -webkit-box-shadow: 0 22px 27px rgba(3, 15, 251, 0.07);
    box-shadow: 0 22px 27px rgba(3, 15, 251, 0.07);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    color: #788597;
}

.tests-name {
    font-size: 26px;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    margin-bottom: 24px;
}

.tests-text {
    font: 300 16px 'Gilroy';
    line-height: 1.2;
    display: block;
    margin-bottom: 50px;
}

.tests-info {
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tests-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.tests-info-item:first-child {
    margin-right: 33px;
}

.tests-info-item img {
    width: 18px;
    margin-right: 7px;
}

@media only screen and (max-width: 767px) {
    .tests-name {
        font-size: 19px;
    }
    .tests-text {
        font-size: 12px;
    }
    .tests-info {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .tests-info-item {
        font-size: 12px;
    }
}

/* Auth */
.auth {
    min-height: 100vh;
    background: #eef3fa;
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #788597;
    text-align: center;
}

.auth-content {
    width: 400px;
    max-width: 100%;
}

.auth-title {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 75px;
}

.auth-group {
    padding-bottom: 20px;
}

.auth-group input {
    width: 100%;
    display: block;
    height: 50px;
    background-color: #fff;
    border-radius: 15px;
    border: 0;
    padding: 0 45px;
    font: 300 18px 'Gilroy';
    margin-bottom: 18px;
}

.auth-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

.auth-links a {
    font: 300 18px 'Gilroy';
    color: #788597;
}

.auth-links a:hover {
    color: #667181;
}

.auth-btn {
    font-size: 28px;
    font-weight: bold;
    color: #788597;
    background: none;
    border: 0;
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.auth-btn:hover {
    color: #667181;
}

.auth-confirm {
    text-align: center;
    margin-bottom: 65px;
}

.checkbox {
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid #dfe7f3;
    border-radius: 5px;
    position: relative;
    margin-right: 17px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.checkbox-wrap {
    cursor: pointer;
}

.checkbox span {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.checkbox span:before {
    content: '';
    display: block;
    background: url(../img/checked.png);
    width: 13px;
    height: 11px;
    position: absolute;
    left: 3px;
    top: 3px;
    opacity: 0;
    visibility: hidden;
}

.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}

.checkbox input:checked + span:before {
    opacity: 1;
    visibility: visible;
}

.checkbox-text {
    font: 300 18px 'Gilroy';
}

.checkbox-text a {
    text-decoration: underline;
    color: #788597;
}

.checkbox-text a:hover {
    text-decoration: none;
    color: #788597;
}

.checkbox-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media only screen and (max-width: 767px) {
    .auth-title {
        font-size: 24px;
        margin-bottom: 50px;
    }
    .auth-group input {
        height: 36px;
        font-size: 13px;
        padding: 0 30px;
    }
    .auth-links {
        margin-bottom: 30px;
    }
    .auth-links a {
        font-size: 13px;
    }
    .auth-btn {
        font-size: 20px;
    }
    .auth-confirm {
        margin-bottom: 50px;
    }
    .checkbox {
        width: 15px;
        height: 15px;
        margin-right: 10px;
    }
    .checkbox-text {
        font-size: 13px;
    }
    .checkbox span:before {
        left: 2px;
        top: 2px;
        background-size: 80%;
        background-repeat: no-repeat;
    }
}

.showcase-line {
    display: none;
}

@media (max-width: 767px) {
    .showcase-links {
        margin-top: 30px;
        flex-direction: row;
        justify-content: space-between;
        margin-left: -15px;
        width: 100vw;
        background: #d7e5f8 url(../img/guy_final.jpg) 50% 0% no-repeat;
        background-size: contain;
        height: 240px;
        padding: 0 15px;
    }

    .showcase-img {
        position: absolute;
        left: 0;
        top: 425px;
        margin-bottom: 0;
        display: none;
    }

    .showcase-links a {
        width: 120px;
        height: 120px;
        padding: 5px 5px;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        background: #c1cdde;
        border: 2px solid #ADB9C8;
    }

    .showcase-links span {
        display: none;
    }

    /*.showcase-links span.showcase-line {*/
    /*display: block;*/
    /*width: 1px;*/
    /*border: 1px solid;*/
    /*height: 30px;*/
    /*}*/
    .showcase-link {
        display: flex;
        justify-content: center;
    }
}
