:root {
    --it-red: #d94f2f;
    --it-white: #fff;
    --it-black: #000;
    --it-pink: #fff0f0;
    --it-grey: #999;
}

@font-face {
    font-family: 'DaxlinePro';
    src: url('../fonts/DaxlinePro-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'DaxlinePro';
    src: url('../fonts/DaxlinePro-Black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'DaxlinePro';
    src: url('../fonts/DaxlinePro-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'DaxlinePro';
    src: url('../fonts/DaxlinePro-ExtraBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Helios';
    src: url('../fonts/HeliosCond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.it-box {
    border-radius: 10px;
    border: 2px solid var(--it-red);
    padding: 5px 5px 15px 5px;
    height: 100%;
    /*margin: 0;*/
}
.it-box h4 {
    color: var(--it-red);
    font-size: 1.8em;
    font-weight: bold;
    font-family: DaxlinePro;
    margin-top: 5px;
    margin-left: 5px;
}
.it-box ul {
    padding-left: 1em;
}
.it-fill h4 {
    color: var(--it-white);
}
.it-fill {
    background-color: var(--it-red);
    color: var(--it-white);
}
.about-work {
    font-size: 14px;
    font-family: Helios;
}
.about-work .row {
    margin: 16px 0;
    padding: 15px 5px 5px 5px;
}
.about-work h1 {
    font-family: DaxlinePro;
    font-weight: bold;
    color: var(--it-red);
    text-align: left;
    margin-bottom: 0;
    line-height: 1;
}
.about-work h1 > .Small {
    font-family: Helios;
    font-size: 10px;
}
.DivBlockInline {
    display: inline-block;
    width: 32%;
    padding: 0 16px;
}
.DivBlockInline p {
    line-height: 1rem;
}

.BlockWithTitle p {
    line-height: 1rem;
    margin: 0 0 0 8px;
}

.BlockWithTitle {
    position: relative;
    height: 100%;
}
.BlockWithTitle .IsTitle {
    position: absolute;
    right: 15px;
    top: -40px;
    width: 50px;
    /*background-color: var(--it-white);*/
}

.VacListTitle {
    font-family: DaxlinePro;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    line-height: 2.2rem;
    text-transform: uppercase;
    color: var(--it-red);
}
.BoxDynamic {
    padding: 0;
}
.BoxDynamicItem {
    border: 2px solid var(--it-red);
    margin-top: -20px;
    padding: 10px 10px 20px 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    width: 100%;
}
.BoxDynamicItemBody {
    margin: 0 !important;
    padding: 0 10px 20px 10px !important;
}
.BoxDynamicItemHead {
    font-family: DaxlinePro;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.2rem;
    padding: 0 10px;
    /*border-bottom: 1px solid var(--it-red);*/
    border-bottom: 1px solid #000;
}
.BoxDynamicItemHead div {
    display: inline-block;
}
.BoxDynamicItemHead .Title {

}
.BoxDynamicItemHead .Text {
    padding: 0 20px;
}
.BoxDynamicItemHead .BtnHide {
    font-size: 0.8em;
    cursor: pointer;
}
.BoxDynamicItem.Show {
    background-color: var(--it-white);
}
.BoxDynamicItem.Show .BoxDynamicItemHead {
    color: var(--it-red);
}

.BoxDynamicItem.Hide {
    background-color: var(--it-red);
}
.BoxDynamicItem.Hide .BoxDynamicItemHead {
    color: var(--it-white);
    border: none;
}
.BoxDynamicItem.Hide .BoxDynamicItemBody {
    display: none;
}
.JobFunctions {
    margin-top: 20px;
    margin-bottom: 20px;
    /*margin-right: 50%;*/
}

.VideoIt {
    background-color: var(--it-red);
    border: 2px solid var(--it-red);
    border-radius: 20px;
    width: max-content;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    aspect-ratio: 16/9;
}
.VideoIt #vacancy-video {
    background-color: var(--it-red);
    max-width: 100%;
    border-radius: 20px;
    height: 100%;
}
.VideoIt #vacancy-video * {
    border-radius: 20px;
}

.it-fill-pink {
    font-family: Helios;
    background-color: var(--it-pink);
    border: none;
    color: var(--it-red);
    padding-bottom: 15px !important;
}
.it-fill-pink h2, .it-fill-pink h6 {
    font-family: DaxlinePro;
    font-weight: 200;
    text-align: center;
}
.it-fill-pink input {
    margin-bottom: 10px;
    height: 28px;
    line-height: 28px;
    padding: 5px;
    border: 2px solid var(--it-red);
    background-color: inherit;
}
.it-fill-pink input::placeholder {
    color: var(--it-grey);
}
.it-fill-pink button {
    background-color: var(--it-red);
    border-radius: 5px;
    border: none;
    padding: 5px 15px;
    color: var(--it-white);
}
.it-fill-pink a {
    color: var(--it-red);
    text-decoration: none;
}
.it-fill-pink h3 {
    font-family: Helios;
    /*color: var(--it-red);*/
    /*text-decoration: none;*/
    display: inline-block;
    margin: 0 0 0 10px;
}
.UnderButton {
    font-size: 0.8em;
    color: var(--it-black);
}
.BtnVacancyRespond {
    background-color: var(--it-red);
    border-radius: 5px;
    border: none;
    padding: 5px 15px;
    color: var(--it-white);
    position: absolute;
    bottom: 0;
    right: 0;
}


#rev_slider_index {
    width: 100%;
}
#rev_slider_index img {
    width: 100%;
}

.border-radius-vacancy {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#nav808246083 {
    border-bottom: 2px solid #d94f2f;
}

.t228__rightside_ada {
    height: 100%;
    width: 100%;
    display: table;
}
.t228__rightside_ada .t228__rightcontainer {
    height: 100%;
}

.t228__rightside {
    min-width: 200px !important;
}

.t1007__col-wrapper {
    background-color: rgba(217, 79, 47, 0.2);
    border-radius: 10px;
    height: 100%;
    padding: 10px 0;
}

.box-vac-preimush-ul {
    padding: 0 2%;
}

.t-title_xs {
    font-size: 50px;
}

.t-img {
    border-radius: 10px;
}

.FrmVac {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/media/images/vacancy/vac-back-01.jpg') center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 500px;
    position: relative;
    text-align: center;
    color: #FFF;
    margin-bottom: 2em;
}
.FrmVacTitle {
    padding: 0.25em 0.5em;
    font-size: 3rem;
}
.FrmVacDescript {
    padding: 0.25em 0.5em;
    font-size: 1.25rem;
    margin-bottom: 0.5em;
}
.FrmVac .form-control {
    font-size: 1rem;
    margin: 8px 16px;
    padding: 1em 2em;
    border-radius: 0.5em;
    width: calc(100% - 4em - 32px - 4px);
    max-width: 560px;
}
.FrmVac button.form-control {
    max-width: 260px;
    color: #FFF;
    background-color:#d94f2f;
    font-weight:700;
    text-transform:uppercase;
}
.FrmVac .Send {
    background-color: #edf5df;
    color: #84a151;
    font-size: 1.5em;
    display: inline-block;
}

.FrmVac .SendErr {
    background-color: #ffe6e6;
    color: #ff1010;
    font-size: 1.5em;
    display: inline-block;
}

@media only screen and (max-width: 980px) {
    .t228__rightside_ada {
        height: 4em;
    }

    .t1007__col {
        padding: 2% 5%;
    }
}

.plashka {
    position: absolute;
    z-index: 9999;
    top: 5vh;
    left: 5vw;
    width: 280px;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 16px;
}
.plashka p {
    font-size: 20px;
    margin-top: 4px;
}
.plashka h2 {
    display: block;
    text-align: center;
    margin-bottom: 12px;
}
.plashka a {
    color: inherit !important;
}







@media only screen and (max-width: 575px) {
    .DivBlockInline {
        font-size: 12px;
    }
    .BlockWithTitle {
        padding-bottom: 50px;
    }
    .BoxDynamicItemHead {
        font-size: 1.2rem;
    }
    .t-title_xs {
        font-size: 40px;
    }
    .hidden-xs {
        display: none;
    }
    .FrmVacTitle {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .DivBlockInline {
        font-size: 12px;
    }
    .BoxDynamicItemHead {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {

}

