@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Play-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Play-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/Exo2-Thin.ttf) format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/Exo2-ExtraLight.ttf) format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Exo2-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Exo2-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Exo2-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Exo2-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Exo2-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Exo2-ExtraBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Exo2-Black.ttf) format('truetype');
}
a:hover{
    text-decoration: none;
}

h2{
    font-family: Play;
    font-weight: bold;
    font-size: 56px;
    line-height: 56px;
    text-align: center;
    color: #000000;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
}
h3{
    font-family: Play;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-top: 16px;
}
p{
    color: #505050;
}
.client a{
    font-family: Exo 2;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #3D50FC;
    margin-bottom: 24px;
    display: inline-block;
}
#menu{}

#header, #features, #clients{
    padding-top: 75px;
    padding-bottom: 75px;
}
.menu-items{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.menu-items a{
    font-family: Play;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    white-space: nowrap;
    padding-right: 20px;
    padding-left: 20px;
}

#menu{
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    padding: 12px 0;
}
#footer{
    background-color: #000000;
    padding: 12px 0;
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-top: 55px;
}
#contact{
    padding-top: 75px;
}

.clients-list{
    margin-top: 56px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px;
    row-gap: 25px;
}
.client p{
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
}
.client p span{
    font-weight: 600;
    color: #BA0202;
}

img{
    max-width: 100%;
}

.redline{
    border-bottom: 1px solid #BA0202;
}
.redline::after{
    content: "";
    position: relative;
    width: 28px;
    height: 36px;
    display: block;
    background-image: url(../images/icons/mountaine.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    left: 50%;
    bottom: -95px;
}

.redline.inContact::after {
    bottom: -19px;
}

.df{
    display: flex;
}
.jc{
    justify-content: center;
}
.jsa{
    justify-content: space-around;
}
.jsb{
    justify-content: space-between;
}
.ac{
    align-items: center;
}
.tc{
    text-align: center;
}
.sm-auto{
    margin-left: auto;
    margin-right: auto;
}
.fs{
    justify-content: flex-start;
}
.fe{
    justify-content: flex-end;
}
.t-shadow{
    font-family: "Exo 2";
    font-size: 16px;
    line-height: 24px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #000000;
}
.icons{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.icons a{
    width: 32px;
    height: 32px;
    min-width: 32px;
    max-width: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 8px;
    display: inline-block;
    background-size: 22px 22px !important;
}
.icons a:last-child{
    margin-right: 0px;
}
.icons-red a{
    background-color: #FFF;
}
.icons-white a{
    background-color: #BA0202;
}
.icons-red .twitter{
    background-image: url(../images/icons/twitter-r.svg);
}
.icons-red .facebook{
    background-image: url(../images/icons/facebook-r.svg);
}
.icons-red .linkedin{
    background-image: url(../images/icons/linkedin-r.svg);
}
.icons-red .telegram{
    background-image: url(../images/icons/telegram-r.svg);
}
.icons-white .twitter{
    background-image: url(../images/icons/twitter-w.svg);
}
.icons-white .facebook{
    background-image: url(../images/icons/facebook-w.svg);
}
.icons-white .linkedin{
    background-image: url(../images/icons/linkedin-w.svg);
}
.icons-white .telegram{
    background-image: url(../images/icons/telegram-w.svg);
}
.logo{
    min-width: 208px;
}
.tac{
    text-align: center;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}

.benefits{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 63px;
    padding-bottom: 40px;
}
.benefits > div{
    min-width: 20%;
    max-width: 20%;
    margin-left: 3%;
    margin-right: 3%;
    text-align: center;
    background-image: url(../images/icons/marker.svg);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 24px 32px;
    padding-top: 36px;
    margin-bottom: 16px;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}
.ceo{
    max-width: 655px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
.ceo::after{
    content: "";
    width: 24px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: 20px;
    background-image: url(../images/icons/ic_quote.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.ceo img{
    border-radius: 50%;
    max-width: 74px;
    background-color: #D5EFFA;
}
.ceo .image{
    position: relative;
    margin-bottom: 10px;
}
.ceo .image::after{
    content: "";
    display: block;
    height: 24px;
    width: 20px;
    background-image: url(../images/icons/mountaine.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
}

.ceo .name{
    font-family: "Exo 2";
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-align: center;
}
.ceo .title{
    font-family: "Exo 2";
    font-size: 12px;
    line-height: 16px;
    color: #505050;
    text-align: center;
}
.ceo .desc{
    font-family: "Exo 2";
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    padding-left: 25px;
}
.ceo .info{
    min-width: 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* FEATURES */
.f-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 25px;
    row-gap: 24px;
    margin-top: 56px;
}

.feature{
    background-color: #F3F3F3;
    padding: 16px;
    font-family: "Exo 2";
    height: 100%;
}
.feature h3{
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}
.feature h3 .icon{
    margin-right: 9px;
}

.feature div{
    color: #505050;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}


.icon{
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-size: 24px 24px;
}

.security{
    background-image: url(../images/icons/ic_security.svg);
}
.lock{
    background-image: url(../images/icons/ic_lock.svg);
}
.key{
    background-image: url(../images/icons/ic_key.svg);
}
.chip{
    background-image: url(../images/icons/ic_chip.svg);
}
.industry{
    background-image: url(../images/icons/ic_industry.svg);
}
.marker{
    background-image: url(../images/icons/ic_marker.svg);
}

@media (max-width: 1200px){
    .menu-items{
        justify-content: flex-end;
    }
    .f-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .clients-list{
        column-gap: 8px;
        row-gap: 16px;
    }
}

@media (max-width: 992px){
    .f-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .clients-list{
        column-gap: 8px;
        row-gap: 16px;
    }
}

@media (max-width: 768px){
    .f-grid{
        grid-template-columns: 1fr 1fr;
    }
    .clients-list{
        grid-template-columns: 1fr 1fr;
    }
    #footer{
        padding-top: 32px;
    }
    #footer .col-12{
        justify-content: center;
    }
    #footer .icons{
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .copyright{
        order: 1;
    }
    .benefits > div{
        min-width: 40%;
        max-width: 40%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .ceo{
        flex-direction: column;
    }
    .ceo .desc{
        padding-left: 0px;
        margin-top: 16px;
    }
}

@media (max-width: 545px){
    .f-grid{
        grid-template-columns: 1fr;
        row-gap: 8px;
    }
    .clients-list{
        grid-template-columns: 1fr;
    }
}

.map {
    margin-top: 56px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    position: relative;
}

#map {
    height: 100%;
}

#vacancies {
    padding-top: 50px;
}

.h3_modified {
    margin-top: 0;
    font-size: 30px;
    text-align: center;
}

.vacancies_list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vacancy_link {
    width: fit-content;
    color: rgba(0, 0, 0, 0.86);
    font-size: 1.3rem;
    text-decoration: none;
    margin-top: 1em;
    display: inline-block;
    font-weight: bold;
    padding: .5em;
    margin-left: -.5em;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    cursor: pointer;
}

.vacancy_link:hover {
    color: black;
}

.vacancy_link:before,
.vacancy_link:after {
    position: absolute;
    content: '';
    border-bottom: 3px solid #BA0202;
    border-radius: 1em;
    bottom: .3em;
    transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.vacancy_link::before {
    width: 1em;
    transform-origin: left;
}

.vacancy_link:after {
    width: 90%;
    left: 1em;
    transform: translateX(110%);
}

.vacancy_link:hover:before {
    transform: scaleX(0.3);
}

.vacancy_link:hover:after {
    transform: translateX(0);
}
