@font-face {
    font-family: 'Vectora LT Std Roman';
    src: url('../fonts/VectoraLTStd-Roman.eot');
    src: url('../fonts/VectoraLTStd-Roman.eot?#iefix') format('embedded-opentype'),
    url('../fonts/VectoraLTStd-Roman.woff2') format('woff2'),
    url('../fonts/VectoraLTStd-Roman.woff') format('woff'),
    url('../fonts/VectoraLTStd-Roman.ttf') format('truetype'),
    url('../fonts/VectoraLTStd-Roman.svg#VectoraLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vectora LT Std Bold';
    src: url('../fonts/VectoraLTStd-Bold.eot');
    src: url('../fonts/VectoraLTStd-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/VectoraLTStd-Bold.woff2') format('woff2'),
    url('../fonts/VectoraLTStd-Bold.woff') format('woff'),
    url('../fonts/VectoraLTStd-Bold.ttf') format('truetype'),
    url('../fonts/VectoraLTStd-Bold.svg#VectoraLTStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vectora LT Std Light';
    src: url('../fonts/VectoraLTStd-Light.eot');
    src: url('../fonts/VectoraLTStd-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/VectoraLTStd-Light.woff2') format('woff2'),
    url('../fonts/VectoraLTStd-Light.woff') format('woff'),
    url('../fonts/VectoraLTStd-Light.ttf') format('truetype'),
    url('../fonts/VectoraLTStd-Light.svg#VectoraLTStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0;
    font-family: 'Vectora LT Std Light', sans-serif;
    font-size: 18px;
    line-height: 30px;
}
h1, h2, h3, h4, h5 {
    font-family: 'Vectora LT Std Bold', sans-serif;
}
h3 {
    font-size: 24px;
}
img {
    vertical-align: top;
}
ul {
    margin-left: -25px;
    margin-top: 0px;
}
li {
    display: list-item;
    position: relative;
    padding-left: 10px;
    z-index: -1;
}
li::marker {
    color: var(--mainColor);
    content: "\25A0";
}
.ui.popup a {
    color: var(--mainColor);
    text-decoration: none;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
section {
    box-sizing: border-box;
    margin: 50px 0;
    padding: 0 40px;
    width: 100%;
}
section.mainpic {
    padding: 0;
    margin: 0;
}
section.contact {
    padding: 0 0;
}
header {
    position: sticky;
    top: 0;
    background: #fff;
}
footer {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.headerWrapper {
    box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 0 auto;
    max-width: 1140px;
    padding: 20px 30px;
}
.logoWrapper {
    flex-basis: 50%;
}
header a {
    color: unset;
    text-decoration: none;
}
.logo img {
    max-width: 265px;
    width: 100%;
    height: auto;
    max-height: 100px;
}
.btn.apply a {
    display: inline-block;
    background: var(--buttonColor);
    padding: 16px 77px;
    color: var(--buttonTextColor);
}
.mainpic img {
    max-width: 100%;
}
.title {
    text-align: center;
}
.title h1 {
    font-size: 40px;
    line-height: 40px;
}
.title h2 {
    font-size: 26px;
}
section.contact {
    background-color: var(--contactBackground);
}
.contact:after {
    clear: both;
    content: "";
    display: block;
}
.contact-content {
    max-width: 50%;
    float: left;
    padding-left: 40px;
    padding-top: 40px;
}
.contact-content h3 {
    margin-bottom: 40px;
}
.contact-img {
    float: right;
}
.benefits {
    min-height: 180px;
}
.benefit-element {
    float: left;
    width: 16%;
    cursor: pointer;
}
.benefit-element:last-child {
    margin-right: 15px;
}
.benefit-element img {
    max-width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.benefit-text {
    font-size: 12px;
    margin: 0;
    text-align: center;
    line-height: 1.5;
}
.top-left {
    margin-right: 16px;
    max-height: 160px;
    width: 305px;
}
.top-right {
    height: 160px;
    width: 215px;
}
.two.image img {
    width: 100%;
}
.bottom-left {
    margin-right: 16px;
    display: inline-block;
    margin-top: 10px;
    height: 160px;
    width: 215px;
}
.bottom-right {
    max-height: 160px;
    width: 305px;
}
.gmaps, .video {
    margin-top: 15px;
}
.video-container {
    position: relative;
    padding-bottom: 56.6%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container-wrapper {
    max-width: 100%;
    width: 600px;
    left: 0;
    right:0;
    margin:auto;
}
section.similar {
    margin-bottom: 200px;
    clear: both;
}
.similar-item {
    border-top: 1px solid #C8C8C8;
    padding: 22px 0;
    cursor: pointer;
    transition: .3s;
}
.similar-item:hover {
    padding: 22px 20px;
    background-color: #f7f7f7;
}
.similar-item:last-child {
    border-bottom: 1px solid #C8C8C8;
}
.similar-item .similar-title {
    display: inline-block;
    width: 50%;
}
.similar-title a {
    text-decoration: none;
    color: var(--mainColor);
    max-width: 300px;
}
.similar-item .similar-icon {
    float: right;
}
.similar-icon svg {
    width: 20px;
}
footer {
    bottom: 0;
}
.footerWrapper {
    box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.15);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1140px;
    padding: 35px 30px;
}
footer a {
    text-decoration: none;
}
.print-btn {
    cursor: pointer;
}
.left-icons a {
    float: left;
    width: 30px;
    margin-right: 5px;
}
.right-icons a {
    float: right;
    width: 30px;
    margin-right: 5px;
}
.right-icons img {
    max-width: 30px;
}
.two-col {
    overflow:hidden;
}
.two-col div {
    min-height: 200px;
    padding: 10px;
}
.one {
    float: left;
    margin-right: 20px;
    width: 49%;
}
.two {
    overflow:hidden;
    min-height:170px;
}
/* media queries */
@media screen and (max-width: 1320px) {
    .one {
        float: none;
        margin-right:0;
        width:100%;
    }
    .top-left, .top-right, .bottom-left, .bottom-right, article.image img, article.gmaps img, article.video img {
        width: 100%;
        height: 100%;
        max-height: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    .workplace * img {
        display: block;
        width: 100%;
        height: auto;
    }
    .benefits {
        min-height: 400px;
    }
    .benefit-element {
        width: 50%;
    }
    .video-container-wrapper {
        width: 100% ;
    }
}
@media screen and (max-width: 765px) {
    .mainpic img {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }
    .one {
        float: none;
        margin-right:0;
        width:100%;
    }
    .contact-content {
        max-width: 100%;
        float: none;
        padding-right: 40px;
    }
    .contact-img {
        float: none;
        padding-left: 40px;
        padding-right: 40px;
    }
    .contact-img img {
        max-width: 100%;
    }
    .benefits {
        min-height: 400px;
    }
    .benefit-element {
        width: 50%;
    }
    .logo img {
        max-width: 150px;
    }
    .btn.apply a {
        padding: 7px 10px;
    }
    .footerWrapper {
        padding: 10px 30px;
    }
}
@media screen and (max-width: 400px) {
    body {
        font-size: 15px;
    }
    .title h1 {
        font-size: 24px;
    }
    .title h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
}
.ui.bottom.center.popup {
    z-index: 0;
}
.ui.popup {
    border-radius: 0 !important;
}
