/* region programming-languages */
.programming-languages {
    margin-bottom: 101px;
}

.programming-languages .wr {
    padding-right: 24px;
    padding-left: 24px;

    max-width: 1250px;
    margin: 0 auto;
    text-align: left;
}

.programming-languages h2 {
    margin-bottom: 10px;
    margin-bottom: 35px;
    font-family: Roboto Mono, monospace;
    font-size: 1.777em;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #000;
}

.programming-languages p {
    margin: 10px 0 45px 0;

    font-family: Roboto Mono, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

.programming-languages__container {
    position: relative
}

.programming-languages__container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 28px;
    background-color: #fff;
}

.programming-languages__list {
    position: relative;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(192px, 1fr));
}

.programming-languages__list:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff
}

.programming-languages__list:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #fff
}

.programming-languages__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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 199px;
    padding: 28px 20px 20px;
    border-right: 2px solid #ececec;
    border-bottom: 2px solid #ececec;
    cursor: pointer
}

.programming-languages__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    width: 160px;
    margin-bottom: 26px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative
}

.programming-languages__logo-img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.programming-languages__logo-img--full-color {
    opacity: 0
}

.programming-languages__logo-img--monochrome {
    opacity: 1
}

.programming-languages__item span {
    font-family: Roboto Mono, monospace;
    font-size: .777em;
    line-height: 1.43em;
    color: #000;
    text-transform: capitalize
}


.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    padding: 10px 10px 11px;
    font-family: Roboto Mono, monospace;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    -webkit-transition: color .2s ease, background-color .2s ease;
    -o-transition: color .2s ease, background-color .2s ease;
    transition: color .2s ease, background-color .2s ease;
    cursor: pointer
}

.programming-languages .programming-languages__button {
    display: none;
    min-width: 112px;
    min-height: 40px;
    margin: 0 auto;
    font-size: .666em;
    line-height: 1.33em;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.btn--light-blue-outline {
    color: #426da9;
    background-color: rgba(0, 0, 0, 0);
    border-color: #426da9
}

.programming-languages .programming-languages__button.is-hidden {
    opacity: 0;
    pointer-events: none;
    display: none
}

.programming-languages__item:hover .programming-languages__logo-img {
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.programming-languages__item:hover .programming-languages__logo-img--full-color {
    opacity: 1
}

.programming-languages__item:hover .programming-languages__logo-img--monochrome {
    opacity: 0
}

.btn--light-blue-filled, .btn--light-blue-outline:focus, .btn--light-blue-outline:hover {
    color: #fff;
    background-color: #426da9
}
/* endregion programming-languages */

/* region services */
.services {
    margin-bottom: 84px
}

.services .wr {
    padding-right: 24px;
    padding-left: 24px;

    max-width: 1250px;
    margin: 0 auto;
    text-align: left;
}

.section-header {
    position: relative;
    padding-left: 199px
}

.services__section-header {
    padding: 36px 0 40px 160px;
    border-bottom: 2px solid #d0d0d0
}

.services__section-header:first-of-type {
    border-top: 2px solid #d0d0d0
}

.section-header svg {
    position: absolute;
    top: 2px;
    left: -2px
}
.section-header img {
    position: absolute;
    top: 47px;
    left: -2px
}

.services .services__section-header svg  {
    top: 47px;
    left: 0;
    width: 120px
}

.section-header h2 {
    margin-top: 0;
    margin-bottom: 34px;
    font-family: Roboto Mono, monospace;
    font-size: 1.777em;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #000
}

.services__section-header h2 {
    margin-bottom: 19px;
    font-size: 1.777em;
    line-height: 1.25em
}

.services__header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-header p {
    font-family: Roboto Mono, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000
}

.services__section-header p {
    max-width: 680px;
    margin: 0 42px 0 0
}

.services__header-container .services__button {
    min-width: 300px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-top: 4px;
    margin-right: 1px
}
/* endregion services */

/* region services-bottom */
.services-bottom {
    margin-bottom: 62px
}

.services-bottom .wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;

    max-width: 1250px;
    margin: 0 auto;
    text-align: left;
}

/* region certificates */
.certificates .swiper-button-prev:after,
.certificates .swiper-button-next:after {
    content: '';
}

.certificates {
    position: relative;
    width: 43.215%;
    min-width: 430px;
    min-height: 468px;
    padding: 35px 0;
    border: 4px solid #458ed3
}

.certificates h2 {
    max-width: 372px;
    margin: 0 auto 14px;
    font-family: Roboto Mono, monospace;
    font-size: 1.777em;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #458ed3
}

.certificates__slider {
    max-width: 372px;
    margin: 0 auto
}

.certificates__name {
    margin-bottom: 25px;
    font-family: Roboto Mono, monospace;
    font-size: 1.111em;
    line-height: 1.6em;
    color: #000
}

.certificates__preview {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 224px;
    height: 280px;
    margin: 0 auto;
    border: 9px solid #d0d0d0
}

.certificates__preview a {
    width: 100%;
    height: 100%;

    color: #005d8c;
    border-bottom: 1px solid #3d779d;
}

.certificates__preview a, .certificates__preview a:hover {
    text-decoration: none;
}

.certificates__preview img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}


.certificates__slider-button {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0);
    border: none
}

.certificates__slider-button--prev {
    left: 0
}

.certificates__slider-button--next {
    right: 0
}

.certificates__slider-button--prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.certificates .certificates__slider-button {
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: 0;
}

.certificates__slider-button svg {
    width: 100%;
    height: 100%;
    stroke: #426da9
}
/* endregion certificates */

/* region task-assessment */
.task-assessment {
    width: 48.401%;
    min-height: 468px;
    padding: 59px 62px;
    background-color: #458ed3
}

.task-assessment h2 {
    margin-top: 0;
    margin-bottom: 38px;
    font-family: Roboto Mono, monospace;
    font-size: 1.776em;
    line-height: 1.27em;
    text-transform: uppercase;
    color: #fff
}

.task-assessment p {
    margin-bottom: 58px;
    font-family: Roboto Mono, monospace;
    font-size: 1.111em;
    line-height: 1.6em;
    color: #fff
}

.btn--white-outline {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff
}

.task-assessment__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px
}

.btn--white-outline:focus, .btn--white-outline:hover {
    color: #458ed3;
    background-color: #fff
}
/* endregion task-assessment */
/* endregion services-bottom */

/* region media */

@media (max-width: 1050px) {
    /* region services */
    .services__section-header {
        padding-top: 26px;
        padding-left: 0;
        padding-bottom: 24px
    }

    .services .services__section-header svg {
        top: 26px;
        width: 38px;
        height: 40px
    }

    .section-header h2 {
        min-height: 46px;
        margin-bottom: 14px;
        padding-left: 48px;
        font-size: .888em;
        line-height: 1.5em
    }

    .services__section-header h2 {
        margin-bottom: 14px;
        margin-left: 10px;
        padding-left: 48px;
        min-height: 40px;
        font-size: .888em;
        line-height: 1.5em
    }

    .services__section-header p {
        max-width: none;
        margin-right: 0;
        margin-bottom: 25px;
        font-size: .666em;
        line-height: 1.34em
    }

    .services__header-container {
        display: block
    }

    .services__header-container .services__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 0;
        min-height: 40px;
        font-size: .666em;
        line-height: 1.33em
    }
    /* endregion services */
}

@media (max-width: 1000px) {
    /* region services-bottom */
    .certificates {
        width: auto;
        margin-bottom: 40px
    }
    /* endregion services-bottom */

    /* region task-assessment */
    .task-assessment {
        width: auto;
        min-height: 0
    }
    /* endregion task-assessment */
}

@media (max-width: 800px) {
    /* region programming-languages */
    .programming-languages {
        margin-bottom: 20px
    }

    .programming-languages h2 {
        margin-bottom: 21px;
        font-size: .888em;
        line-height: 1.5em
    }

    .programming-languages p {
        margin-bottom: 17px;
        font-size: .666em;
        line-height: 1.33em
    }

    .programming-languages__container {
        margin-bottom: 23px;
        max-height: 260px;
        overflow: hidden;
        -webkit-transition: max-height .5s ease;
        -o-transition: max-height .5s ease;
        transition: max-height .5s ease
    }

    .programming-languages__container:before {
        height: 13px
    }

    .programming-languages__list {
        grid-template-columns:1fr 1fr 1fr
    }

    .programming-languages__item {
        padding: 13px 4px 9px;
        min-height: 142px
    }

    .programming-languages__logo {
        max-width: 70px;
        height: 56px;
        margin-bottom: 16px
    }

    .programming-languages__logo-img {
        height: 56px;
        max-width: 70px
    }

    .programming-languages__item span {
        font-size: .666em;
        line-height: 1.33em
    }

    .programming-languages .programming-languages__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    /* endregion programming-languages */

    /* region services */
    .services {
        margin-bottom: 40px
    }

    .section-header {
        padding-left: 0
    }

    .section-header svg {
        width: 40px;
        height: 40px;
        left: 0
    }
    
    .section-header p {
        font-size: .666em;
        line-height: 1.34em
    }
    /* endregion services */

    /* region services-bottom */
    /* region certificates */
    .services-bottom {
        margin-bottom: 0
    }

    .services-bottom .wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .certificates {
        min-width: 0;
        min-height: 0;
        margin-bottom: 24px;
        padding: 19px 0;
        border-width: 2px
    }

    .certificates h2 {
        max-width: 243px;
        margin-bottom: 12px;
        padding-left: 17px;
        font-size: .888em;
        line-height: 1.5em
    }

    .certificates__slider {
        max-width: 243px
    }

    .certificates__name {
        padding-left: 17px;
        font-size: .666em;
        line-height: 1.33em
    }

    .certificates__preview {
        width: 176px;
        height: 221px;
        border-width: 7px
    }

    .certificates .certificates__slider-button {
        width: 24px;
        height: 24px;
        margin-top: -7px
    }
    /* endregion certificates */

    /* region task-assessment */
    .task-assessment {
        padding: 21px 32px 27px
    }

    .task-assessment h2 {
        margin-bottom: 13px;
        font-size: .888em;
        line-height: 1.5em
    }

    .task-assessment p {
        margin-bottom: 20px;
        font-size: .666em;
        line-height: 1.33em
    }

    .task-assessment__button {
        min-height: 40px;
        font-size: .666em;
        line-height: 1.33em
    }
    /* endregion task-assessment */
    /* endregion services-bottom */
}
/* endregion media */
