* {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
}

.main-dark {
    background: green;
}

.bg-main-dark {
    background: #333333;
}

.mw-180 {
    max-width: 180px;
}

.mw-590 {
    max-width: 590px;
}

h1 {
    font-size: 3.75rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    line-height: 29px;
    font-weight: 600;
    font-size: 1.5rem;
}

    h4.section-title {
        line-height: 1;
    }

.mb-40 {
    margin-bottom: 2.5rem;
}

h5 {
    font-size: 1.5rem;
}

h6, h7, p, a {
    font-size: 1.125rem;
}

h7 {
    font-size: 1.125rem;
}

p {
    font-size: 1.125rem;
}

.filtered {
    background: #404591;
    position: relative;
    border-radius: 4px;
}

    .filtered img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.5;
        border: 1px solid #333333;
        border-radius: 4px;
    }

.custom-card-header {
    font-weight: bold;
    padding: 16px 16px 0px 16px;
    font-size: 1.5rem;
}

p.custom-card-header {
    margin-bottom: 0px;
}

.active {
    padding-bottom: 1px;
    border-bottom: 1px solid white;
}

.admin-line {
    background: black;
    padding: 10px;
}

#navbar-separator {
    color: white;
    font-size: 2.5rem;
}

.nav-link {
    text-transform: uppercase;
    margin-right: 28px;
    opacity: 0.5;
}

.socialMedia {
    padding: 0px;
}

li {
    font-size: 1.125rem;
    list-style-type: none;
}

.list-dots > li::before {
    content: "•";
    margin-right: 5px;
    color: #999999;
}

.footer {
    color: white;
    padding: 33px 0px;
    margin-left: auto;
    background: #3F4591;
}

.subtext {
    margin-top: -10px;
    font-size: 0.4375rem;
}

.header-collapse {
    justify-content: space-between;
}

.recruiter-image {
    /* max-height: 180px; */
    max-width: 208px;
    height: auto;
    width: auto;
    filter: grayscale(1);
}

.recruiter-name {
    font-weight: 600;
}

.recruiter-header {
    margin-bottom: 0.75rem;
}

.recruiter-img-block-wide {
    max-height: 180px;
    height: auto;
    width: auto;
    filter: grayscale(1);
}

.recruiter-img-block {
    overflow: hidden;
    max-height: 180px;
    max-width: 208px;
}

.recruiter-block {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.recruiter-position {
    margin-bottom: 1.5rem;
}

.section-subtitle.section-subtitle_shorten {
    margin-bottom: 1.625rem;
}

.recruiter-contact-item {
    display: flex;
    margin: 0.5rem 0px;
    align-items: center;
}

.technology-block {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
}

.technologies-list {
    max-width: 300px;
    display: flex;
    flex-flow: row wrap;
    /* justify-content: center; */
}

    .technologies-list > div {
        padding: 0px 10px;
    }




.technologies-list_larger {
    /* flex-basis: 26%; */
}

.recruiter-contact-item_description {
    margin-bottom: 0px;
}

.recruiter-contact-item_icon {
    margin-right: 10px;
}

.header-img {
    min-height: 100%;
    filter: brightness(20%);
    position: relative;
    z-index: -2;
}

.feedback-header {
    margin-bottom: 16px;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #0C0702;
}

.feedback-avatar {
    width: 40px;
    height: 40px;
    float: left;
}

.feedback-avatar-textblock {
    margin-left: 8px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.feedback-nameperson {
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0C0702;
}

.fa-star, .fa-star-o {
    color: #FED132;
    font: normal normal normal 14px / 1 FontAwesome;
}

.feedback-aboutperson {
    margin-top: 4px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #0C0702;
    display: flex;
    align-items: center;
    color: #0C0702;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

@media screen and (min-width: 769px) {
    .feedback-nameperson {
        flex-direction: row;
        height: 16px;
    }
}

.feedback-footer {
    margin-top: 16px;
}

.feedback-hyphen {
    width: 16px;
    margin: 0px;
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    display: flex;
    color: #0C0702;
}

.feedback-footer-title {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    color: #0C0702;
}

.feedback-footer-text {
    width: 100%;
    height: auto;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    color: #0C0702;
    display: flex;
    color: #0C0702;
}

.header-text-block,
.header-text-block-title {
    margin-top: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 91%;
}

.header-text-block-title {
    width: 70%;
    top: 35vw;
}

    .header-text-block h3,
    .header-text-block h1,
    .header-text-block-title h1,
    h1.header-text-block-title {
        color: white;
    }

div.header-text-block.header-text-block_left {
    left: 30%;
}

.camp:hover .camp-image, .camp:hover .camp-title {
    filter: none;
    text-decoration: underline;
}

.camp {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.camp-image {
    margin: 20px 0px;
    border: 1px solid #333333;
    border-radius: 4px;
    filter: grayscale(1);
    width: 100%;
    display: block;
}

.custom-bg {
    background: #333333;
}

.custom-card_vacancy {
    padding: 1.5rem;
    /* max-height: 160px;
  min-width: 282px; */
}

.btn-no-vacancies {
    max-width: 400px;
}

.custom-card {
    justify-content: space-between;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    border: 1px solid #999999;
    border-radius: 4px;
}

.m-subsection {
    margin-bottom: 4rem;
}

.custom-card_icon {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    margin-bottom: 1rem;
}

.custom-card:hover, .button:hover, .service-block:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.button_send.disabled:hover {
    box-shadow: none;
    outline: none;
}

input:placeholder-shown {
    font-weight: normal;
}

input.message-input {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shadow {
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
}

.button_send:active, .button_send.loading {
    background: #C4C4C4;
}

.button-custom, .button-custom:visited {
    display: inline-block;
    color: #3F4591 !important;
    background: transparent;
    border: 2px solid #3F4591;
    border-radius: 4px 4px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 16px;
    font-weight: 600;
    padding: 16px 0;
    width: 100%;
}

    .button-custom:hover {
        color: #3F4591;
        text-decoration: none;
        background: rgba(63, 69, 145, 0.05);
    }

.lh-32 {
    line-height: 2rem;
}

.lh-35 {
    line-height: 2.1875rem;
}

.lh-27 {
    line-height: 1.6875rem;
}

.ly-col-leftpane {
    display: none;
}

.fw-n {
    font-weight: normal;
}

.fw-sb {
    font-weight: 600;
}

.about-us_header {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
}



a > span.camp-title {
    font-size: 1.5rem;
    color: #333333;
    font-weight: 600;
}

a.button_more, a.more-details-link, a.custom-nav-link {
    color: white;
    text-decoration: none;
}

.button_more {
    font-weight: 400;
    display: block;
    padding: 16px 50px;
    margin-bottom: 0;
}

.nav-block {
    background: #3F4591;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .nav-block a {
        color: white;
    }

.header-square {
    border: 2px solid white;
    background: rgba(63, 69, 145, 0.2);
    border-radius: 4px;
    padding: 10px 0 0 0;
    margin: 0px auto 10px;
}

.header-title,
.header-text-block-title {
    font-weight: bold;
    text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
    font-size: 4vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.header-subtitle {
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
    font-size: 1rem;
}

.card {
    min-height: 160px;
}

.file-subtitle {
    font-size: 10px;
}

.header-block {
    overflow: hidden;
    position: relative;
    z-index: -1;
    max-height: 600px;
    opacity: 1;
    border-radius: 0;
}

.section-title, .section-subtitle {
    text-align: center;
}

.technology-header {
    margin-top: 2.375rem;
    display: block;
    margin-bottom: 1.125rem;
    font-weight: 600;
    font-size: 1.5rem;
}


.m-section {
    margin-bottom: 5rem;
}

h2 {
    font-weight: bold;
}

.section-title {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.section-subtitle {
    font-weight: normal;
    font-size: 1.5rem;
    margin-bottom: 4rem;
}

#message {
    height: 200px;
    resize: none;
}

    #message.message_short {
        height: 120px;
    }

.footer-box {
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
}

.file-block {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 120px;
    border-radius: 4px;
    border: 1px dashed #C4C4C4;
    justify-content: flex-start;
}

.hexa, .hexa div {
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden;
    width: 180px;
    height: 180px;
}

.hexa {
    width: 325px;
    height: 180px;
}

    .hexa div {
        width: 100%;
        height: 100%;
    }

.hexa {
    transform: rotate(120deg);
}

.hex1 {
    transform: rotate(-60deg);
}

.hex2 {
    transform: rotate(-60deg);
}

.file-block > * {
    flex-basis: 53px;
}

.form-group > .form-control:disabled {
    color: #C4C4C4;
    background: rgba(196, 196, 196, 0.25);
}

.form-group > .form-control:focus {
    border: 1px solid #999999;
    /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5); */
}

.form-group > .form-control::placeholder {
    color: #C4C4C4;
}

.form-group > .form-control {
    box-shadow: none;
    background: #e5e5e5;
}

.form-group > .form-control {
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    background: #fff;
}

.form-group text {
    font-size: 18px;
    font-weight: 400;
    margin-left: 30px;
    margin-bottom: 8px;
}

    .form-group text a {
        color: inherit;
        text-decoration: underline;
    }

        .form-group text a:hover {
            color: black;
            text-decoration: underline;
            font-weight: 600;
        }

.address-line-block {
    width: 100%;
    text-align: center;
    color: white;
    background: #333333;
}

.address-line {
    margin: 0.75rem 0px;
}

.message-input.disabled {
    background: #C4C4C4;
}

.form-control[value=""] {
    color: #C4C4C4;
}

#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

.form-group .error-input {
    color: #EB5757;
    border: 1px solid #EB5757;
}

.form-group > label.label {
    margin-bottom: 10px 0px 0px !important;
}

#fileInput {
    padding: 0;
    width: auto;
    border: none;
    z-index: 0;
}

    #fileInput:focus {
        box-shadow: none;
    }


.required {
    color: red;
}

.footer-shadow {
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
}

.navbar-toggler {
    margin-top: 20px;
}

.links-block {
    position: relative;
    color: white;
    background: #6569AB;
}

    .links-block .title, .contacts .title {
        margin: 40px 0px 24px;
        font-weight: 600;
    }

.col-lg-8.links-block .title {
    color: white;
}

.links {
    flex-direction: column;
}

.navbar-toggler {
    margin: 0px;
}

/* .footer-bg {
  background: linear-gradient(to right, #C4C4C4  40%, #999999 40%);
} */

.links-bg {
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100vw;
    position: absolute;
    background: #6569AB;
}

.links a {
    display: block;
    color: white;
}
/* .links  */

.contacts-block {
    background: #C4C4C4;
}

a.custom-card-container {
    text-decoration: none;
    color: #212529;
}

.custom-card > a {
    text-decoration: none;
}

.contacts-bg {
    top: 0;
    left: -100vw;
    z-index: -2;
    height: 100%;
    width: 100vw;
    position: absolute;
    background: #DCDFFF;
}

.contacts:after {
    top: 0;
    left: -400px;
    overflow: hidden;
    background: #DCDFFF;
    position: absolute;
    width: 200vw;
    z-index: -2;
    height: 100%;
    content: ''
}

.col-lg-8.links-block:after {
    top: 0;
    left: -400px;
    background: #6569AB;
    position: absolute;
    width: 200vw;
    z-index: -3;
    height: 100%;
    content: '';
}

.contacts {
    position: relative;
    color: #333333;
    background: #DCDFFF;
}

    .contacts a, .contacts a:hover {
        color: #333333;
    }

.more-details-block {
    cursor: pointer;
    min-height: 150px;
    height: 100%;
    align-items: center;
}

.hr-line {
    border: 1px solid #C4C4C4;
}

label {
    font-weight: 600;
}

.more-details-block > span {
    font-weight: 400;
    text-decoration: none;
}

.recruiter-header {
    text-align: center;
}

.recruiter-name {
    margin-top: 1.125rem;
}

.svg-border {
    position: absolute;
    z-index: 5;
}


.custom-card.more-details-block {
    border: none;
    justify-content: center;
}

.more-details-block p {
    text-transform: uppercase;
}

.no-side-padding {
    padding-left: 0;
    padding-right: 0;
}

.py-3-sides {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.socialMedia_footer {
    font-weight: bold;
    justify-content: flex-end;
}

.copyright {
    font-weight: bold;
    justify-content: left;
}

.logo {
    padding: 8px;
    align-items: center;
}

.copyright > span {
    text-transform: none;
}

.copyright ul {
    margin: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.company-values-block {
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}

.company-values-icon {
    min-height: 67px;
    max-height: 67px;
    margin-bottom: 1.5rem;
}

.company-values-header {
    font-weight: 600;
    margin-bottom: 1rem;
}

.company-values-content {
    font-weight: normal;
}

.service-header {
    z-index: 1;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.service-block:hover .service-header {
    display: none;
}

.service-description {
    z-index: 1;
    font-weight: normal;
    font-size: 0.75rem;
    display: none;
}

.service-block:hover .service-description {
    display: block;
}

a.button {
    color: white;
    text-decoration: none;
}

.button {
    display: block;
    text-transform: uppercase;
}

.button_show {
    font-weight: normal;
    text-align: center;
    font-weight: normal;
}

.service-block {
    position: relative;
    margin: auto;
    text-align: center;
    padding: 10px;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    color: white;
    display: flex;
    min-height: 282px;
    max-width: 282px;
    border: 1px solid #333333;
    border-radius: 4px;
}

a.news-block {
    font-size: 1rem;
    text-decoration: none;
    color: rgb(33, 37, 41);
}

.news-block {
    display: flex;
    height: auto;
    width: 100%;
    max-width: 282px;
    flex-flow: column nowrap;
    display: flex;
    border: 1px solid #333333;
    border-radius: 4px;
    justify-content: space-evenly;
    padding-bottom: 0.7rem;
}


.news-header {
    position: relative;
    flex-grow: 1;
    padding: 8px 14px;
}

.news-description {
    margin: 10px
}

.news-header {
    display: -webkit-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    text-overflow: ellipsis;
    line-height: 1.5rem;
    height: 3.6rem;
}

.news-description {
    display: -webkit-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    text-overflow: ellipsis;
    line-height: 1.2rem;
    height: 4.8rem;
    padding: 0px 16px 14px;
    font-weight: normal;
    color: #999999;
}

.txt-danger {
    color: #EB5757;
    display: block;
    text-align: center;
}

.txt-success {
    display: block;
    text-align: center;
    color: #219653;
}

.news-description:after {
    position: absolute;
    height: 10px;
    width: 20px;
    z-index: 2;
    visibility: visible;
    left: 0;
    bottom: 0;
    content: "\02026";
}


.news-header {
    font-weight: 600;
}

.news-block:hover .news-image, .news-block:hover .news-header {
    cursor: pointer;
    text-decoration: underline;
    filter: none;
}

.news-block .news-image {
    flex-grow: 1;
    overflow: hidden;
    filter: grayscale(1);
    width: 100%;
    max-width: 100%;
    height: 200px;
    max-height: 200px;
    display: block;
    object-fit: cover;
}


.responsive-logo {
    max-width: 294px;
    max-height: 254px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.gradient-block {
    text-align: center;
    padding: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 124px;
    background: linear-gradient(90deg, #333333 0%, #999999 48.62%, #333333 100%);
}

.gradient-text {
    color: white;
    font-weight: 600;
    padding: 0px 3.3rem;
    /* gradient-block */
}

.service-bg {
    z-index: 0;
    filter: brightness(0.2);
    display: block;
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.leader-block {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}

.leader-info-container {
    display: flex;
    align-items: center;
    min-height: 282px;
}

.leader-info {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    color: white;
}

.leader-info-central {
    height: 282px;
    width: 282px;
}

@media screen and (min-width: 1200px) {
    .leader-info-side {
        height: 255px;
        width: 255px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .leader-info-side {
        height: 210px;
        width: 210px;
    }
}

@media screen and (max-width: 991px) {
    .leader-info-side {
        height: 282px;
        width: 282px;
    }
}

.leader-photo {
    filter: grayscale(1);
    display: block;
}

.leader-photo-portrait {
    width: 100%;
    height: auto;
}

.leader-photo-landscape {
    width: auto;
    height: 100%;
}


.leader-text {
    font-weight: 400;
    background: #333333;
    opacity: 0.75;
    text-align: center;
    width: 100%;
    bottom: 0;
    max-width: 100%;
    position: absolute;
}

.leader-contacts-block b {
    color: #000;
}

.leader-text > span, .leader-contacts-block > span {
    display: block;
    margin: 1rem 0px;
}

.leader-contacts-block span:last-child {
    margin-bottom: 0;
}

.leader-contacts-block {
    text-align: center;
}

.leader-position, .leader-contacts-block {
    color: #C4C4C4;
}

.page-404 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .page-404 p, .page-404 a {
        font-size: 1.5rem;
    }

.font-size-404 {
    font-size: 1.5rem;
}

.paragraph-404 {
    margin: 80px auto 30px auto;
}

@media screen and (min-width: 1200px) {
    .col-lg-3 .leader-contacts-block {
        margin-top: -10px;
    }
}

@media screen and (min-width: 370px) {
    .header-text-block-title {
        font-size: 4vw;
        top: 32vw;
    }
}

@media screen and (min-width: 768px) {
    .section-title {
        font-size: 3.75rem;
        margin-bottom: 2.5rem;
    }

    .section-subtitle {
        font-size: 1.5rem;
        margin-bottom: 4rem;
    }

    .header-subtitle {
        font-size: 2rem;
    }

    .logo {
        align-items: flex-start;
    }

    .header-square {
        padding: 20px 0 0 0;
        margin-bottom: 20px;
    }

    .header-title {
        font-weight: bold;
        font-size: 3rem;
    }

    .header-collapse {
        justify-content: flex-start;
    }

    .copyright {
        opacity: 0.75;
        justify-content: flex-start;
    }

    .mw-588 {
        margin: 0px auto;
        max-width: 588px;
    }
}

@media screen and (min-width: 960px) {
    .col-lg-3 .leader-contacts-block {
        margin-top: -10px;
    }

    .header-text-block-title {
        top: 300px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .copyright {
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .copyright, .socialMedia_footer {
        justify-content: center;
    }
}


@media screen and (max-width: 480px) {
    .socialMedia_footer > div > menu:nth-child(1) {
        flex-direction: column !important;
    }

    .logo a svg {
        width: 125px;
    }
}

.custom-nav-link {
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px 10px;
    opacity: 0.5;
}

    .custom-nav-link:hover {
        color: white;
        opacity: 1;
    }

    .custom-nav-link.active {
        opacity: 1;
    }

@media screen and (max-width: 768px) {
    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    .page-404 p, .page-404 a {
        font-size: 1.125rem;
    }

    .paragraph-404 {
        margin: 40px auto 20px auto;
    }
}


@media screen and (min-width: 350px) and (max-width: 992px) {
    .technologies-list > div {
        padding: 0px 10px;
        flex-basis: 50%;
    }

        .technologies-list > div:first-child {
            flex-basis: 50%;
        }

        .technologies-list > div:nth-child(3n) {
            flex-basis: 100%;
            text-align: center;
        }
}


@media screen and (max-width: 992px) {
    .contacts-bg, .links-bg {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .logo {
        padding: 8px 80px;
    }

    .header-square {
        padding: 64px 0 16px 0;
        max-width: 590px;
        margin-bottom: 64px;
    }

    .home-header-title {
        font-size: 9rem;
        letter-spacing: 0.1em;
    }

    .mb-xl-100 {
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 1440px) {
    .header-title,
    .header-text-block-title {
        font-size: 4rem;
    }
}

@media screen and (min-width: 992px) {
    .technologies-list {
        width: 450px;
    }

        .technologies-list > div:nth-child(10n-6),
        .technologies-list > div:nth-child(10n-5) {
            flex-basis: 31%;
        }

            .technologies-list > div:nth-child(10n-6):not(:last-child),
            .technologies-list > div:nth-child(10n-1):not(:last-child) {
                margin: 0 0 0 18%;
            }

        .technologies-list > div:nth-child(5n) {
            margin: 0 18% 0 0;
        }

        .technologies-list > div:nth-child(10n-6):last-child,
        .technologies-list > div:nth-child(10n-3):last-child,
        .technologies-list > div:nth-child(10n-1):last-child,
        .technologies-list > div:nth-child(10n+12):last-child {
            margin: 0px 31% 0px 0px;
        }

        .technologies-list > div:nth-child(10n-4):last-child,
        .technologies-list > div:nth-child(10n+11):last-child {
            margin: 0px 62% 0px 0px;
        }

    /* 
  .technologies-list > div:first-child {
  margin: 0px;
  flex-basis: 35%;
  align-self: flex-start
} */


    .technologies-list {
        max-width: 100%;
        justify-content: center;
    }

    .responsive-logo {
        width: 294px;
        height: 254px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .recruiter-header {
        text-align: left;
    }

    .recruiter-block {
        align-items: flex-start;
    }

    .hexa {
        position: relative;
        left: -55px;
    }
}

@media screen and (max-width: 400px) {
    .social-link-container {
        flex-direction: column !important;
        justify-content: space-between;
    }
}

@media screen and (max-width: 350px) {
    .technologies-list > div {
        flex-basis: 100%;
    }

    .technologies-list {
        justify-content: center;
    }

    .responsive-logo {
        width: 100%;
        height: auto;
    }

    .recruiter-block {
        overflow: hidden;
    }

    .hexa {
        position: relative;
        left: -33px;
    }
}

.DnnModule {
    width: 100%;
}

a.btn-with-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 56px;
    padding: 0;
    position: relative;
}

    a.btn-with-img-container img {
        flex-shrink: 0;
        width: 100%;
        opacity: 0.2;
    }

    a.btn-with-img-container .grey-cover {
        background-color: #333333;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        max-height: 56px;
        border-radius: 4px;
    }

    a.btn-with-img-container p {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.camp-status, .camp-status:hover {
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 100%;
    max-width: 80px;
    padding: 3px 0px;
    border-radius: 4px 0 0 4px;
    color: white;
    font-weight: 400;
    text-align: center;
}

.camp-open {
    background: #14B12D;
}

.camp-ongoing {
    background: #B17C14;
}

.camp-closed {
    background: #3A3A3A;
}

/* Back button Module*/
.btn-back {
    display: inline-block;
    color: #3F4591 !important;
    text-decoration: none;
    margin-top: 1rem;
    margin-bottom: 37px;
}

    .btn-back:hover {
        color: #333333 !important;
        text-decoration: none;
    }

    .btn-back svg, .btn-back img {
        margin-right: 10px;
        margin-top: -2px;
        max-height: 1rem;
        max-width: 20px;
    }

    .btn-back img {
        filter: grayscale(1);
    }

    .btn-back svg, .btn-back svg path {
        fill: #3F4591;
    }

    .btn-back:hover svg, .btn-back:hover svg path {
        fill: #333333;
    }
/* END Back button Module*/

/* Search */
.search-container {
    text-align: center;
    margin: 24px auto;
    position: relative;
}

.hidden-link {
    position: absolute;
    top: -120px;
    left: 0;
    color: transparent;
    z-index: -1;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.search-input {
    display: inline-block;
    font-size: 18px;
    line-height: 16px;
    color: #333;
    border: 1px solid #C4C4C4;
    border-radius: 4px 4px;
    padding: 14px 0 14px 44px;
    width: 100%;
}

    .search-input::-webkit-search-cancel-button {
        -webkit-appearance: none;
        position: relative;
        width: 16px;
        height: 16px;
        padding: 16px;
        background-image: url("../img/diy_cross_1px.svg");
    }

.seach-icon-container {
    position: absolute;
    width: 44px;
    margin-top: 13px;
}

.search-input:focus {
    outline: none;
}

.search-input::placeholder {
    color: #C4C4C4;
}

.search-categories-container {
    text-align: center;
    margin-bottom: 4px;
}

.search-category {
    display: inline-block;
    margin: 0 20px;
}

@media screen and (min-width: 992px) {
    .search-input {
        margin: 0 24px 0 0;
    }
}

@media screen and (min-width: 576px) {
    .search-input {
        margin: 0 10px 0 0;
    }
}

@media screen and (max-width: 575px) {
    .search-input {
        margin: 0 0 10px 0;
    }
}

@media screen and (min-width: 1200px) {
    .search-categories-container {
        margin-bottom: 24px;
    }
}
/* END Search */

/*Tag*/
.tag-container {
    text-align: center;
    margin: 16px auto;
}

.tag {
    display: inline-block;
    font-size: 12px;
    padding: 8px 16px;
    border: 1px solid darkgray;
    border-radius: 20px;
    color: darkgray;
    text-decoration: none;
    margin: 4px;
    line-height: 10px;
}

    .tag:hover {
        border: 1px solid #3F4591;
        color: #3F4591;
        text-decoration: none;
    }

    .tag:visited {
        color: darkgray;
    }

    .tag.active {
        border: 1px solid #3F4591;
        color: #3F4591;
        background: rgba(63, 69, 145, 0.05);
    }

@media screen and (min-width: 1200px) {
    .tag-container {
        margin: 28px auto 16px auto;
    }
}
/*END Tag*/

/*Article*/
.row article.article {
    margin-bottom: 0;
}

.homepage-posts-container {
    margin-bottom: 20px;
}

.article-block {
    column-gap: 24px;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-left: 2px;
}

.fixed-article {
    z-index: 1;
    background: white;
}

.left-panel {
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 25%;
    position: sticky;
    row-gap: 24px;
}

.right-panel {
    width: 75%;
    padding-left: 20px;
    border-left: 1px solid #A9A9A9;
}

.item-left-panel {
    color: #3F4591;
    cursor: pointer;
}

.navItemsMobile {
    border-radius: 5px;
    font-size: 18px;
    color: #41438D;
    width: 100%;
    margin-bottom: 10px;
}

.btn-dropdown {
    display: block;
    font-weight: 500;
    overflow: hidden;
    height: 55px;
    text-align: left;
    transition: background-color .1s ease;
    width: 100%;
    border: none;
    color: #41438D;
    padding-left: 20px;
}

    .btn-dropdown:focus {
        outline: none;
    }

.modal-dropdown {
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 0;
    overflow-y: auto;
    position: absolute;
    transition: max-height .2s ease;
    width: 100%;
    z-index: 10;
}

.modal-is-show {
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, .12);
    max-height: 300px;
}

.drop-item {
    margin: 9px 0;
    line-height: 1.1;
}

    .drop-item:hover {
        text-decoration: underline;
        cursor: pointer;
    }

@media (min-width: 720px) {
    .navItemsMobile {
        display: none;
    }
}

@media (max-width: 720px) {
    .left-panel {
        display: none;
    }

    .right-panel {
        all: unset;
    }
}


.sticky {
    position: sticky;
}

.inherit-position {
    position: inherit;
}

.author {
    font-size: 18px;
    color: #3F4591;
    margin-top: 40px;
}

.posts-container, .post-container, .ga-wrapper {
    margin: 40px auto;
}

.article .link-overlay {
    text-decoration-color: #3F4591;
}

.link-overlay:hover .filtered img, .ga-album:hover .filtered img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

.article-title {
    margin: 19px 0 10px;
    color: #3F4591;
    font-weight: 600;
    line-height: 29px;
}

.article .content {
    color: #999;
}

.tip-pagination {
    position: relative;
    cursor: pointer;
}

    .tip-pagination::before {
        content: attr(data-tooltip);
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        color: #3f4591;
        padding: 5px;
        border-radius: 5px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s;
        pointer-events: none;
    }

    .tip-pagination:hover::before {
        opacity: 1;
        visibility: visible;
    }

.pagination-container {
    margin-top: 20px;
}

    .pagination-container a, .pagination-container span {
        margin: 0 5px;
        color: #999;
    }

        .pagination-container a:hover {
            color: #3f4591;
        }

        .pagination-container a.current-page {
            font-weight: bold;
            color: #3f4591;
            text-decoration: none;
        }

            .pagination-container a.current-page:hover {
                font-weight: normal;
                color: #999;
                text-decoration: none;
                cursor: default;
            }

.no-result {
    text-align: center;
    margin: 20px auto;
}

    .no-result p {
        color: #999;
    }

    .no-result a, .no-result a:hover, .no-result a:visited {
        font-weight: bold;
        color: #3f4591;
    }

.app-blog article.post-detail,
.app-blog article.post-detail p:first-of-type {
    margin-bottom: 0;
}

.app-blog .post-detail ul li {
    list-style-type: disc;
}

.app-blog .post-detail ol li {
    list-style-type: inherit;
}

.contact-block {
    background: rgba(63, 69, 145, 0.05);
    padding: 20px 0;
}

    .contact-block h3 {
        color: #3F4591;
        font-weight: 600;
    }

.input-required {
    outline: none;
    background-color: #A90000;
    padding: 1px;
    border-radius: 4px;
}

.p-10px {
    padding: 10px;
}

.closest-posts {
    background: rgba(63, 69, 145, 0.05);
}

.previous-post, .next-post {
    text-align: center;
}

    .previous-post:hover,
    .previous-post:hover .previous-post-bg,
    .next-post:hover,
    .next-post:hover .next-post-bg {
        background: rgba(63, 69, 145, 0.1);
    }

.previous-post-bg {
    top: 0;
    left: -100vw;
    z-index: -2;
    height: 100%;
    width: 100vw;
    position: absolute;
}

.next-post-bg {
    top: 0;
    right: -50vw;
    z-index: -1;
    height: 100%;
    width: 50vw;
    position: absolute;
}

.previous-post-arrow,
.next-post-arrow {
    position: absolute;
    top: 50%;
    width: 16px;
}

.previous-post-arrow {
    left: 10px;
}

.next-post-arrow {
    right: 10px;
}

.previous-post a, .next-post a {
    display: block;
    padding: 20px 0;
}

    .previous-post a:hover, .next-post a:hover {
        text-decoration: none;
    }

.previous-post p, .next-post p {
    color: #8B8FC8;
}

.previous-post h3, .next-post h3 {
    color: #3F4591;
    font-weight: 600;
}

.author {
    font-size: 18px;
    color: #3F4591;
    margin-top: 40px;
}

@media screen and (min-width: 1200px) {
    .homepage-posts-container {
        margin-bottom: 40px;
    }

    .posts-container, .post-container, .ga-wrapper {
        margin: 30px auto;
    }

    .pagination-container {
        margin-top: 40px;
    }

    .no-result {
        margin: 40px auto;
    }

    .contact-block {
        padding: 40px 0;
    }

    .previous-post a, .next-post a {
        padding: 40px 0;
    }
}
/*END Article*/

/* Gallery */
.ga-album {
    border-radius: 4px;
}

.ga-wrapper a .ga-img .overlay, .ga-wrapper a:hover .ga-img .overlay {
    background: none;
}

    .ga-wrapper a .ga-img .overlay .ga-album-title {
        border-radius: 0 0 4px 4px;
        background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(57, 60, 103, 1) 100%);
    }

        .ga-wrapper a .ga-img .overlay .ga-album-title h5.ga-title {
            font-size: 18px;
            text-transform: none;
            font-weight: 600;
        }

    .ga-wrapper a .ga-img .overlay .ga-files-count .badge {
        border: none;
        background: rgba(51, 51, 51, 0.5);
        font-size: 18px;
    }

    .ga-wrapper a:hover .ga-img .overlay .ga-album-title {
        background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
    }

.post-container .ga-wrapper {
    margin-top: 24px;
    margin-bottom: 0;
}

.album-introduction {
    margin-bottom: 0;
}

.album-img-tiles {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}

    .album-img-tiles figure {
        margin: 0px;
    }

@media screen and (min-width: 768px) {
    .album-img-tiles, .ga-wrapper .ga-album {
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 24px;
    }
}

.ga-wrapper {
    margin-bottom: 48px;
}

.album-container {
    margin: 0 auto 80px auto;
}

.album-img, .album-img img {
    border-radius: 4px;
}

    .album-img:hover {
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    }

.fancybox-thumbs .fancybox-thumbs__list a {
    border-radius: 4px;
    height: 96.5px;
}

    .fancybox-thumbs .fancybox-thumbs__list a:hover {
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    }

.fancybox-thumbs__list a:before, .fancybox-thumbs__list a.fancybox-thumbs-active:before {
    display: none;
}

.fancybox-container .fancybox-thumbs {
    background: #FFFFFF;
}

.clear-search {
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 16px;
    color: #3F4591;
    background: transparent;
    font-weight: 400;
    padding: 5px 10px;
    color: #3F4591 !important;
    text-decoration: none;
}

#clear-search {
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    width: 46%;
}

a.disabled-link {
    color: grey !important;
    pointer-events: none;
}

    a.disabled-link:hover {
        border-color: transparent;
        background: transparent;
    }

.album-link {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    white-space: nowrap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
}

    .album-link a {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #3F4591;
    }

    .album-link p {
        color: black;
        margin-right: 20px;
    }

.bread-crumbs-container {
    display: flex;
    column-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
    width: 100%;
    font-weight: 400;
    flex-wrap: wrap;
}

.bread-crumbs-item {
    white-space: nowrap;
    font-size: 16px;
    color: #3F4591 !important;
}

.bread-crumbs-item-last {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 15%;
    font-size: 16px;
    color: #A9A9A9;
}

@media screen and (min-width: 992px) {
    .bread-crumbs-container {
        flex-wrap: nowrap;
    }

    .fancybox-container .fancybox-thumbs {
        width: 360px;
    }

    .fancybox-active .fancybox-show-thumbs .fancybox-inner {
        right: 360px;
    }

    .fancybox-thumbs .fancybox-thumbs__list {
        margin: 8px;
        width: 98%;
    }

        .fancybox-thumbs .fancybox-thumbs__list a {
            width: 158px;
            height: 158px;
            margin: 4px;
        }
}

.fancybox-toolbar {
    margin-top: 20px;
    margin-right: 20px;
}

    .fancybox-toolbar .fancybox-button {
        background: transparent;
        height: 40px;
        width: 40px;
        padding: 8px;
    }

        .fancybox-toolbar .fancybox-button:hover {
            background: #333333;
            border-radius: 50%;
        }

@media screen and (min-width: 576px) {
    .fancybox-toolbar .fancybox-button {
        margin: 12px;
    }
}

.fancybox-active .fancybox-container .fancybox-bg {
    background: #333333;
    opacity: 0.75;
}

.fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button {
    background: transparent;
    opacity: 0.25;
}

    .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button:hover {
        opacity: 1;
    }

    .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button div {
        background: #333333;
        border-radius: 4px;
    }

@media screen and (min-width: 576px) {
    .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button {
        width: 132px;
        height: 190px;
        padding-right: 34px;
        padding-left: 34px;
        top: calc(50% - 95px);
    }

        .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button div {
            width: 64px;
            height: 64px;
            border-radius: 8px;
        }
}

.fancybox-inner .fancybox-infobar {
    font-size: 18px;
    padding: 0;
    top: 40px;
    left: 40px;
    line-height: 27px;
}

@media screen and (max-width: 575px) {
    .fancybox-inner .fancybox-infobar {
        right: 32px;
        left: auto;
        top: 84px;
    }
}
/* END Gallery */
.search-result-title {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 24px;
}

.light-violet {
    color: #8B8FC8;
}

.search-checkbox {
    line-height: 21px;
}

    .search-checkbox span {
        width: 18px;
        height: 18px;
        margin-right: 15px;
    }

.search-checkbox-checked {
    background-image: url('../img/checkbox-checked.svg');
}

    .search-checkbox-checked:hover {
        background-image: url('../img/checkbox-checked-hover.svg');
    }

.search-checkbox-unchecked {
    background-image: url('../img/checkbox-unchecked.svg');
}

    .search-checkbox-unchecked:hover {
        background-image: url('../img/checkbox-unchecked-hover.svg');
    }


@media screen and (max-width: 640px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 0.9rem;
    }

    .page-404 p, .page-404 a {
        font-size: 1.125rem;
    }

    .paragraph-404 {
        margin: 40px auto 20px auto;
    }

    .top-65 {
        top: 65%;
    }

    .header-text-block-title {
        width: 80%;
    }
}
