.d-none { display: none !important; }

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
    display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects
*/
img,
object,
embed {
    max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	 In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted #000000;
}

/* tables still need cellspacing="0" in the markup */
table {
    border-spacing: 0;
    border-collapse: collapse;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #CCCCCC;
}

input,
select {
    vertical-align: middle;
}

pre {
    white-space: pre;
    /* CSS2 */
    white-space: pre-wrap;
    /* CSS 2.1 */
    white-space: pre-line;
    /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word;
    /* IE */
}

input[type='radio'] {
    vertical-align: text-bottom;
}

input[type='checkbox'] {
    vertical-align: bottom;
}

.ie7 input[type='checkbox'] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

select,
input,
textarea {
    font: 99% sans-serif;
    border: none;
}

textarea {
    resize: none;
}

table {
    font: 100%;
    font-size: inherit;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

td,
td img {
    vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}

button {
    border: none;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
    margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
    overflow: visible;
    width: auto;
}

/* scale images in IE7 more attractively */
.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
    display: block;
    overflow: hidden;
    height: 0;
    content: '\0020';
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.lead {
    color: #606060;
    font-family: Arial;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .lead {
        line-height: 1;
    }
}

.lead-medium {
    font-size: 30px;
}

.lead-small {
    font-size: 20px;
}

@media (max-width: 768px) {
    .lead-mobile {
        color: #646466;
        font-family: Arial;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 15px;
    }
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 100px;
}

@media (max-width: 768px) {
    .nav-bar {
        padding: 0 15px;
    }
}

.nav-bar__item {
    position: relative;
    display: inline-block;
    width: 90px;
    color: #606060;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    transition: all .2s ease;
}

.nav-bar__item:not(:last-child) {
    margin-right: 20px;
}

.nav-bar__item::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 1px;
    transition: inherit;
}

@media (max-width: 767px) {
    .nav-bar__list {
        display: none;
    }
}

.nav-bar-mobile {
    position: absolute;
    display: none;
    minheight: calc(100vh - 60px);
    align-items: flex-start;
    padding: 0;
    background: white;
    z-index: 10000;
}

.nav-bar-mobile .nav-bar__list {
    display: block;
    width: inherit;
}

.nav-bar-mobile .nav-bar__item {
    width: inherit;
    height: 60px;
    margin: 0;
    padding: 20px 30px 15px;
    text-align: left;
}

.nav-bar-mobile .nav-bar__item::after {
    bottom: 15px;
    left: 30px;
    right: 30px;
}

.nav-bar-mobile-opened {
    display: block;
}

.nav-bar__item--active:nth-child(1),
.nav-bar__item:nth-child(1):hover {
    color: #fbd19f;
}

.nav-bar__item:nth-child(1)::after {
    background: #fbd19f;
}

.nav-bar-mobile .nav-bar__item:nth-child(1):hover {
    background: #fbd19f;
    color: white;
}

.nav-bar-mobile .nav-bar__item:nth-child(1):hover::after {
    background: white;
}

.nav-bar__item--active:nth-child(2),
.nav-bar__item:nth-child(2):hover {
    color: #8eb480;
}

.nav-bar__item:nth-child(2)::after {
    background: #8eb480;
}

.nav-bar-mobile .nav-bar__item:nth-child(2):hover {
    background: #8eb480;
    color: white;
}

.nav-bar-mobile .nav-bar__item:nth-child(2):hover::after {
    background: white;
}

.nav-bar__item--active:nth-child(3),
.nav-bar__item:nth-child(3):hover {
    color: #c47a8b;
}

.nav-bar__item:nth-child(3)::after {
    background: #c47a8b;
}

.nav-bar-mobile .nav-bar__item:nth-child(3):hover {
    background: #c47a8b;
    color: white;
}

.nav-bar-mobile .nav-bar__item:nth-child(3):hover::after {
    background: white;
}

.nav-bar__item--active:nth-child(4),
.nav-bar__item:nth-child(4):hover {
    color: #d5c3d4;
}

.nav-bar__item:nth-child(4)::after {
    background: #d5c3d4;
}

.nav-bar-mobile .nav-bar__item:nth-child(4):hover {
    background: #d5c3d4;
    color: white;
}

.nav-bar-mobile .nav-bar__item:nth-child(4):hover::after {
    background: white;
}

.nav-bar__item--active:nth-child(5),
.nav-bar__item:nth-child(5):hover {
    color: #c0d7e2;
}

.nav-bar__item:nth-child(5)::after {
    background: #c0d7e2;
}

.nav-bar-mobile .nav-bar__item:nth-child(5):hover {
    background: #c0d7e2;
    color: white;
}

.nav-bar-mobile .nav-bar__item:nth-child(5):hover::after {
    background: white;
}

.nav-bar__item--active:nth-child(6),
.nav-bar__item:nth-child(6):hover {
    color: #f3a7a4;
}

.nav-bar__item:nth-child(6)::after {
    background: #f3a7a4;
}

.nav-bar-mobile .nav-bar__item:nth-child(6):hover {
    background: #f3a7a4;
    color: white;
}

.nav-bar-mobile .nav-bar__item:nth-child(6):hover::after {
    background: white;
}

.lang-switch {
    position: absolute;
    top: 40px;
    right: 15px;
    color: #606060;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .lang-switch {
        top: 22px;
        right: 55px;
    }
}

.lang-switch-active {
    color: #9b1f3c;
}

.projects {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.project {
    display: inline-flex;
    min-width: 320px;
    width: 33.333%;
    /*max-width: 50%;*/
    max-width: 33.333%;
    flex: 1 1 auto;
    flex-shrink: 1;
    height: 310px;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    /* item width x 2 */

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.project:nth-child(2) {
    background-position: 10%;
}
.project:nth-child(5) {
    background-position: 0 100%;
}

@media (max-width: 654px) {
    .project {
        border-right: none;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .project {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .project {
        max-width: 50%;
    }
}

@media (max-width: 500px) {
    .project {
        max-width: 100%;
    }
}

.project--small {
    height: 198px;
    max-width: 33.333%;
    min-width: unset;
}


@media (max-width: 500px) {
    .project--small {
        max-width: 100%;
    }

}

.project__heading {
    padding: 15px 20px;
    background-color: rgba(155, 31, 60, 0.9);
}

.project__title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.project__desc {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
}

.project__specs {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
}

@media (max-width: 768px) {
    .project__specs {
        flex-direction: column;
        padding-top: 30px;
    }
}

.project__spec {
    width: 20%;
    max-width: 186px;
    padding-right: 20px;
}

@media (max-width: 768px) {
    .project__spec {
        max-width: 100%;
        width: 100%;
        display: flex;
    }

    .project__spec:not(:first-child) {
        margin-top: 30px;
    }

    .project__spec .text-subtitile {
        max-width: 120px;
        min-width: 120px;
        width: 100%;
    }
}

.project__slider {
    position: relative;
    height: 628px;
}

@media (max-width: 768px) {
    .project__slider {
        height: 415px;
    }
}

.project__slider .js-slider div,
.project__slider .js-slider, .project__slider .js-slider img {
    width: 100%;
    height: 100%;
}

.project__slider .js-slider img {
    object-fit: cover;
}

.project__slider.project__slider--fullh .slick-list {
    height: 100% !important;
}

.project__slider--fullh {
    height: calc(100vh - 92px);
}

@media (max-width: 768px) {
    .project__slider--fullh {
        height: calc(100vh - 60px);
    }
}

.project__slide {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.projects-nav {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
}

.project__arrows {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    padding: 0 25px;
    z-index: 2;
    transform: translateY(-50%);
}

.project__slider-desc {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}

.project__award {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.project__award:not(:last-child) {
    margin-right: 15px;
}

.project__awards {
    width: 100%;
}

.project__awards-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.project__award-wrapper {
    display: flex;
    margin-top: 15px;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    max-width: 185px;
    width: 100%;
    height: 55px;
    color: #9b1f3c;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    border: 1px solid #9b1f3c;
    transition: all .2s ease;
}

.button:hover {
    background-color: #9b1f3c;
    color: #fff;
}

.button:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 786px) {
    .button {
        height: 40px;
        min-width: 200px;
    }
}

.button-fullw {
    max-width: 100%;
}

.content {
    display: flex;
    flex-wrap: wrap;
    max-width: 915px;
    width: 100%;
    margin: 0 auto 70px;
}

@media (max-width: 768px) {
    .content {
        margin-bottom: 45px;
    }
}

.content-padding {
    padding-top: 85px;
}

@media (max-width: 768px) {
    .content-padding {
        padding-top: 40px;
    }
}

.content-about {
    margin-bottom: 0;
}

.content__split--about {
    margin-top: 35px;
}

@media (max-width: 768px) {
    .content__split--about {
        margin-top: 0px;
    }
}

.content__split--vacancies,
.content__split--services,
.content__split--news {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .content__split--vacancies,
    .content__split--services,
    .content__split--news {
        margin-top: 0px;
    }
}

.content-map-logo {
    padding: 65px 0 40px;
}

.content-space {
    /* 915 content width + paddings */
}

@media (max-width: 955px) {
    .content-space {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.content__split {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
}

@media (max-width: 768px) {
    .content__split {
        flex-direction: column;
    }
}

.content__split > aside {
    max-width: 250px;
    flex-basis: 250px;
}

@media (max-width: 768px) {
    .content__split > aside {
        order: 2;
        padding-top: 15px;
    }
}

.content__split > div {
    flex-basis: calc(100% - 250px);
}

@media (max-width: 768px) {
    .content__split--news > aside {
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media (max-width: 768px) {
    .content__split--career > aside {
        flex-basis: 250px;
    }
}

@media (max-width: 768px) {
    .content__split--vacancies > aside {
        flex-basis: inherit;
    }
}

@media (max-width: 768px) {

    .content__split--mcaslan {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .content__split--mcaslan aside {
        order: 0;
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-bottom: 15px;
    }
}

.content__split aside img {
    max-width: 216px;
}

.partners {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    flex-basis: 100%;
}

.partners::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    bottom: -1px;
    border: 1px solid white;
    z-index: 2;
    pointer-events: none;
}

.partners__item {
    position: relative;
    height: 183px;
    width: 20%;
    flex-basis: 20%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.partners__item::before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    bottom: -1px;
    left: 0;

    border: 1px solid #eee;
}

@media (max-width: 1023px) {
    .partners__item {
        flex-basis: 33.3333%;
        width: 33.3333%;
    }
}

@media (max-width: 480px) {
    .partners__item {
        min-width: 50%;
    }
}

@media (max-width: 400px) {
    .partners__item {
        background-size: 80%;
    }
}

.goddamnstripes {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #3e4e56 0%, #3e4e56 100%), linear-gradient(to bottom, #3e4e56 0%, #3e4e56 100%), linear-gradient(to bottom, #3e4e56 0%, #3e4e56 100%), linear-gradient(to bottom, #3e4e56 0%, #3e4e56 100%), linear-gradient(to bottom, #3e4e56 0%, #3e4e56 100%), linear-gradient(to bottom, #3e4e56 0%, #3e4e56 100%), linear-gradient(to bottom, #3e4e56 0%, #3e4e56 100%), linear-gradient(to bottom, #3e4e56 0%, #3e4e56 100%), linear-gradient(to bottom, #3e4e56 0%, #3e4e56 100%);
    background-repeat: no-repeat;
}

.js-stripes-h {
    background-size: 100% 1px;
}

.js-stripes-v {
    background-size: 1px 100%;
}

footer {
    padding-top: 60px;
}

@media (max-width: 915px) {
    footer {
        display: none;
    }
}

.footer {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    width: 100%;
}

.footer__col {
    display: flex;
    flex-direction: column;
    width: 20%;
    max-width: 186px;
    padding-right: 20px;
}

.footer__cat {
    opacity: 0.7;
    color: #1a1a1a;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}

.footer__link {
    opacity: 0.5;
    color: #1a1a1a;
    font-family: Arial;
    font-size: 10px;
    font-weight: 400;
    line-height: 11px;
}

.footer__link:not(:last-child) {
    margin-bottom: 10px;
}

.footer__divider {
    width: 100%;
    height: 1px;
    background: #606060;
    margin: 15px 0 20px;
}

.switch {
    display: none;
    color: #9b1f3c;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.switch.js-switch {
    display: block;
}

@media (max-width: 768px) {
    .switch.js-switch {
        display: none;
    }
}

.switch-mobile {
    margin-top: 15px;
}

.switch-mobile.js-switch {
    display: block;
}

@media (min-width: 769px) {
    .switch-mobile.js-switch {
        display: none;
    }
}

.divider {
    width: 100%;
    height: 1.1px;
    margin: 15px 0;
}

.divider-grey {
    background: #606060;
}

.divider-red {
    background: #9b1f3c;
}

.slider-desc {
    text-align: center;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.slider-desc__title {
    color: #ffffff;
    font-family: Arial;
    font-size: 30px;
    font-weight: 700;
    line-height: 29px;
}

@media (max-width: 768px) {
    .slider-desc__title {
        font-size: 16px;
        line-height: 1;
        padding: 0 10px;
    }

    .slider-desc__timeline {
        margin-top: 10px;
    }
}

.slider-desc__timeline {
    position: relative;
    width: 100%;
    max-width: 220px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    margin-top: 25px;
}

.slider-desc__timeline::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    max-width: 100%;
    background: #ffffff;
}

.slider-desc__timeline--active::after {
    width: 100%;
    transition: width 4s ease;
}

.slider-desc__counter {
    color: #ffffff;
    font-family: Arial;
    font-size: 10px;
    font-weight: 700;
    margin-top: 10px;
}

.contact-items-wrapper {
    display: flex;
    justify-content: space-around;
}

@media (max-width: 768px) {
    .contact-items-wrapper {
        flex-direction: column;
        flex-basis: 100%;
        margin-top: 30px;
    }
}

.contact-item {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .contact-item {
        flex-direction: row;
    }
}

.contact-item__icon-wrap {
    display: flex;
}

@media (max-width: 768px) {
    .contact-item__icon-wrap {
        flex-basis: 60px;
        min-width: 60px;
    }
}

.contact-item__icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .contact-item__icon {
        margin-right: 0;
        margin-left: 0;
    }
}

.map {
    position: relative;
    height: 600px;
    width: 100%;
}

@media (max-width: 768px) {
    .map {
        height: 333px;
        margin-bottom: 15px;
    }
}

.map-blocked::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.custom-list {
    list-style: disc;
    list-style-position: outside;
    padding-left: 18px;
}

.news {
    padding-right: 35px;
}

@media (max-width: 768px) {
    .news {
        padding-right: 0;
    }
}

.news__wrap:not(:last-child) {
    margin-bottom: 20px;
}

.news__item-wrap {
    position: relative;
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    background: white;
}

.news__item::before, .news__item::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #9c203d;
}

.news__item::before {
    top: -18px;
}

.news__item::after {
    bottom: -18px;
}

.news__item-wrap:last-child {
    top: -1px;
}

@media (max-width: 768px) {
    .news__item-wrap {
        padding-left: 0;
        margin-top: 20px;
    }
}

.news__mob-wrap {
    margin-top: 40px;
}

.news__date {
    color: #9b1f3c;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    cursor: pointer;
}

.news__date::before {
    transform: rotate(180deg);
}

.news__date--active::before {
    transform: rotate(270deg);
}

.news__date--active .news__item-wrap {
    max-height: 100%;
}

.news__item {
    position: relative;
    display: block;
    color: #9c203d;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    margin: 18px 0;
    cursor: pointer;
    line-height: 14px;
}

.news__item-wrap:last-child::before {
    /*content: none;*/
}

/*.news__item::after {
  position: relative;
  top: 1px;
}*/

.partners-entitlement {
    padding: 20px 0;
    display: block;
}

.news__item:not(:first-child)::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #9c203d;
    margin: 15px 0;
}

.text-common {
    max-height: 100%;
    max-width: 100%;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

@media (max-width: 768px) {
    .text-common {
        color: rgba(81, 81, 81, 0.8);
        font-family: Arial;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    .text-common--services {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        padding: 0 10px;
    }
}

.text-common-news {
    padding-top: 35px;
}

@media (max-width: 768px) {
    .text-common-news {
        padding-top: 15px;
        color: #000000;
        font-family: Arial;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
    }
}

.text-regular {
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 15px;
}

.text-regular:not(:last-child) {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .text-regular {
        font-family: Arial;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        margin-top: 0px;
    }
}

.text-subtitile {
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .text-subtitile {
        font-family: Arial;
        font-size: 12px;
        font-weight: 700;
    }
}

.triangle-before::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    border-style: solid;
    border-width: 6.5px 10px 6.5px 0;
    border-color: transparent #9f2743 transparent transparent;
}

.triangle-after::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 6.5px 0 6.5px 10px;
    border-color: transparent transparent transparent #9f2743;
    transition: all .2s ease;
}

.triangle-after-rotate::after {
    transform: rotate(90deg);
}

.line-before {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.line-before::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-right: 15px;
    background: #9c203d;
}

.text-red {
    color: #9b1f3c;
}

.link-to {
    margin: 30px 0;
}

.fl {
    display: flex;
}

.fl-b100 {
    flex-basis: 100%;
}

.fl-a-end {
    align-items: flex-end;
}

.fl-between {
    justify-content: space-between;
}

.fl-wrap {
    flex-wrap: wrap;
}

.fl-j-around {
    justify-content: space-around;
}

.no-margin {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .no-margin-at-xs {
        margin: 0 !important;
    }
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.ln1 {
    line-height: 1 !important;
}

.text-common-cut {
    max-height: 0;
    overflow: hidden;
}

.upcase {
    text-transform: uppercase;
}

.red {
    color: #9b1f3c;
}

.chapter {
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 20px;
}

.chapter::before {
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .chapter {
        margin-top: 25px;
        margin-bottom: 10px;
    }
}

@media (min-width: 769px) {
    .chapter:first-child {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .chapter:not(:first-child) {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.news-pic {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.vacancy {
    width: 100%;
    margin-top: 75px;
}

@media (max-width: 768px) {
    .vacancy {
        margin-top: 30px;
    }

    .vacancy .content__split {
        margin-top: 15px;
    }
}

@media (min-width: 769px) {
    .hide-at-md {
        display: none;
    }
}

.hide-at-xs {
    display: none;
}

@media (min-width: 769px) {
    .hide-at-xs {
        display: block;
    }
}

.hide-at-xs-f {
    display: none;
}

@media (min-width: 769px) {
    .hide-at-xs-f {
        display: flex;
    }
}

.block-center {
    margin: auto;
}

.year {
    color: #606060;
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
}

html {
    font-family: Arial;
}

a {
    text-decoration: none;
    color: inherit;
}

select,
input,
textarea,
button {
    font: 100% 'Arial', sans-serif;
}

select:focus,
input:focus,
textarea:focus,
button:focus {
    outline: none;
}

header.nav {
    display: flex;
    align-items: center;
    height: 92px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(138, 138, 138, 0.5);
}

@media (max-width: 767px) {
    header.nav {
        height: 60px;
    }
}

/*# sourceMappingURL=main.css.map */

/* Freshy */

.awards .awards-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 36px 0 -51px;
}

@media (max-width: 1023px) {
    .awards .awards-list {
        padding: 6px 0;
        margin: 0;
    }
}

.awards .awards-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0 0 51px;
}

@media (max-width: 1023px) {
    .awards .awards-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0;
    }

    .awards .awards-item:not(:last-child) {
        margin: 0 0 21px;
    }
}

.awards .award-wrapper {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.awards .award-pic {
    width: 170px;
    min-height: 170px;
    background: no-repeat center;
    background-size: cover;
}

@media (max-width: 667px) {
    .awards .award-pic {
        width: 114px;
        min-height: 114px;
        height: 114px;
    }
}

.awards .award-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1rem;
    font: 0.875em/1.2857142857 "Arial", sans-serif;
    letter-spacing: 0.015em;
}

@media (max-width: 1023px) {
    .awards .award-content {
        padding: 0 0 0 1rem;
    }
}

.awards .award-title {
    margin: 0 0 1rem;
    font-size: inherit;
    font-weight: bold;
    text-transform: uppercase;
}

.awards .award-grant {
    margin-top: auto;
    padding: 13px 0;
    border-bottom: 1px solid #9B1F3C;
    color: #000;
    font-size: 0.8571428571em;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.certificates .certs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px 0 -51px;
}

@media (max-width: 1023px) {
    .certificates .certs-list {
        padding: 6px 0;
        margin: 0;
    }
}

.certificates .certs-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0 0 51px;
}

@media (max-width: 1023px) {
    .certificates .certs-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0;
    }

    .certificates .certs-item:not(:last-child) {
        margin: 0 0 21px;
    }
}

.certificates .cert-wrapper {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.certificates .cert-wrapper:hover {
    opacity: .75;
}

.certificates .cert-pic {
    width: 170px;
    min-height: 242px;
    background: no-repeat center;
    background-size: cover;
}

@media (max-width: 667px) {
    .certificates .cert-pic {
        width: 114px;
        min-height: 164px;
    }
}

.certificates .cert-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1rem;
    font: 0.875em/1.2857142857 "Arial", sans-serif;
    letter-spacing: 0.015em;
}

@media (max-width: 1023px) {
    .certificates .cert-content {
        padding: 0 0 0 1rem;
    }
}

.certificates .cert-title {
    margin: 0 0 1rem;
    font-size: inherit;
    font-weight: bold;
    text-transform: uppercase;
}

.certificates .cert-grant {
    margin-top: auto;
    padding: 13px 0;
    border-bottom: 1px solid;
    color: #9B1F3C;
    font-size: 0.8571428571em;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

/* Main links */

.main-links {
    width: 100%;
}

.main-links .main-links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 0;
}

.main-links .main-links-item {
    position: relative;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.2%;
    min-height: 228px;
}

.main-links .main-links-item.main-links-item--smaller {
    min-height: 198px;
}

@media (min-width: 768px) {
    .main-links .main-links-item:not(:nth-child(3n)) {
        border-right: 1px solid #eee;
    }

    .main-links .main-links-item:nth-last-child(n+4) {
        border-bottom: 1px solid #eee;
    }
}

@media (max-width: 767px) {
    .main-links .main-links-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        min-height: 0;
        padding: 10px 10px 45%;

        border-bottom: 1px solid #fff;
    }

    .main-links .main-links-item:nth-child(odd) {
        border-right: 1px solid #fff;
    }
}

@media (max-width: 667px) {
    .main-links .main-links-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0;
    }
}

.main-links .link {
    -webkit-transition: color .2s;
    transition: color .2s;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    background-color: #f9f9f9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-links .link:hover .link-header {
    background: rgba(176, 35, 68, 0.8);
}

@media (max-width: 667px) {
    .main-links .link:hover .link-header {
        color: #FFFFFF;
        background: #9B1F3C;
    }
}

@media (max-width: 667px) {
    .main-links .link {
        position: static;
    }
}

.main-links .link-header {
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 31px 0 28px;
    min-height: 3.675rem;
    background: rgba(155, 31, 60, 0.8);
}

@media (max-width: 667px) {
    .main-links .link-header {
        padding: 16px 14px 18px;
        color: #9B1F3C;
        background: #FFFFFF;
    }
}

.main-links .link-header > h2 {
    margin: 0;
    font: normal 1.125em/1.2222222222 "Arial", sans-serif;
}

@media (max-width: 667px) {
    .main-links .link-header > h2 {
        width: 100%;
        padding: 0 0 10px;
        border-bottom: 1px solid;
        font-size: 0.9375em;
        line-height: 1.2;
    }
}

.main-links .link-icon {
    margin: 0 5px;
    font-size: 1.5em;
}

@media (max-width: 667px) {
    .main-links .link-icon {
        display: none;
    }
}

/* Icons */
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/Icomoon/icomoon.eot?go087f1");
    src: url("../fonts/Icomoon/icomoon.eot?go087f1#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?go087f") format("truetype"), url("../fonts/Icomoon/icomoon.woff?go087f") format("woff"), url("../fonts/Icomoon/icomoon.svg?go087f#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\f002";
}

.icon-close:before {
    content: "\f00d";
}

.icon-arrow-left:before {
    /*content: "\f104";*/
}

.icon-arrow-right:before {
    /*content: "\f105";*/
}

.icon-arrow-up:before {
    content: "\f106";
}

.icon-arrow-down:before {
    content: "\f107";
}

.icon-pict:before {
    content: "\e90b";
}

.icon-star:before {
    content: "\e90c";
}

.icon-triang:before {
    content: "\e90d";
}

.icon-call-blvk:before {
    content: "\e90e";
}

.icon-mail:before {
    content: "\e900";
}

.icon-print:before {
    content: "\e901";
}

.icon-call:before {
    content: "\e902";
}

.icon-tie:before {
    content: "\e903";
}

.icon-lamp:before {
    content: "\e904";
}

.icon-ears:before {
    content: "\e905";
}

.icon-bag:before {
    content: "\e906";
}

.icon-chart:before {
    content: "\e907";
}

.icon-badge:before {
    content: "\e908";
}

.icon-desk:before {
    content: "\e909";
}

.icon-price:before {
    content: "\e90a";
}

/* Buttons */
.button.button-accent {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    padding: 0 12px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: white;
    cursor: pointer;
}

.button.button-accent {
    color: white;
    font: normal 500 0.9375em/1.1333333333 "Arial", sans-serif;
    background: #9B1F3C;
}

.button.button-accent:hover {
    background: #b02344;
}

/* Slider */
.projects {
    position: relative;
}

.slider-for {
    max-width: 100%;
    display: none;
}

.slider-for.slick-initialized.slick-slider {
    display: block;
}

.slider-for .slick-slide.slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: calc(100vh - 200px);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
    background-color: #232323;
}

@media (max-width: 767px) {
    .slider-for .slick-slide.slide {
        height: calc(27.3vh);
    }
}


.slider-for .slide-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(32, 32, 32, 0.5);
}

.slider-for .slide-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 8% 50px;
    z-index: 5;
}

.js-slider-arrows {
    z-index: 5;
}

.slide-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
    z-index: -2;
}

.js-slider::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
    z-index: 2;
}

a[href=''] {
    font-size: 0;
}

a[href='']::after {
    content: none;
}

@media (max-width: 767px) {
    .slider-for .slide-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 667px) {
    .slider-for .slide-wrapper {
        padding: 0 8% 5%;
    }
}

@media (max-width: 480px) {
    .slider-for .slide-wrapper {
        padding: 0 8% 5%;

        background-color:#9B1F3C;

        margin-top:200px;
    }
    .slider-for .slide-wrapper::before{
        background:transparent;
    }
}

.slider-for .slide-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 4rem 0 0;
}

@media (max-width: 767px) {
    .slider-for .slide-info {
        padding: 0 0 12px;
    }
}

.slider-for .slide-header {
    max-width: 680px;
    margin: 0 0 8px;
    color: #FFFFFF;
    font: normal 1.75em/1.1428571429 "Arial", sans-serif;
    letter-spacing: 0.0057142857em;
}

@media (max-width: 767px) {
    .slider-for .slide-header {
        margin: 0 0 31px;
        font-size: 1.875em;
        line-height: 1;
    }
}

@media (max-width: 667px) {
    .slider-for .slide-header {
        margin: 0 0 8px;
        font-size: 1.4375em;
        line-height: 1.1565217391;
        letter-spacing: 0.0056521739em;
    }
}

.slider-for .slide-desc {
    max-width: 680px;
    color: #FFFFFF;
    font: normal 0.9375em/1.3333333333 "Arial", sans-serif;
}

@media (max-width: 767px) {
    .slider-for .slide-desc {
        margin: 0 0 45px;
        font-size: 0.875em;
        line-height: 1.4285714286;
    }
}

@media (max-width: 667px) {
    .slider-for .slide-desc {
        margin: 0;
        font-size: 0.75em;
        line-height: 1.5;
    }
}

.slider-for .slide-button {
    position: relative;
}

@media (max-width: 767px) {
    .slider-for .slide-button .slide-progress {
        position: absolute;
        clip: rect(0 0 0 0);
    }
}

.slider-for .slide-progress {
    -webkit-transition-property: none;
    transition-property: none;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 3px;
    margin: 11px 0 0;
    background: rgba(255, 255, 255, 0.5);
}

.slider-for .slide-progress:before {
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    content: '';
    display: block;
    height: 100%;
    width: 0;
    background: #FFFFFF;
}

.slider-for .slide-progress.is-active:before {
    width: 100%;
}

.slider-for .slide-progress.slide-progress--mobile {
    top: 29px;
    left: 5%;
    width: 153px;
}

@media (min-width: 768px) {
    .slider-for .slide-progress.slide-progress--mobile {
        clip: rect(0 0 0 0);
        position: absolute;
    }
}

.slick-arrow {
    -webkit-transition: color .2s;
    transition: color .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 1000;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 667px) {
    .slick-arrow {
        font-size: 1rem;
    }
}

.slick-arrow:hover {
    color: #FFFFFF;
}

.slick-arrow.slick-prev {
    left: 2rem;
}

@media (max-width: 667px) {
    .slick-arrow.slick-prev {
        left: 1rem;
    }
}

.slick-arrow.slick-next {
    right: 2rem;
}

@media (max-width: 667px) {
    .slick-arrow.slick-next {
        right: 1rem;
    }
}

/* B-slide arrows: CSS chevrons (no sprite / slick font icons) */
.slick-arrow.slick-prev,
.slick-arrow.slick-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    min-height: 3.875rem;
    padding: 0;
    background: none !important;
    color: rgba(255, 255, 255, 0.5);
}

.slick-arrow.slick-prev .icon,
.slick-arrow.slick-next .icon {
    display: none;
}

.slick-arrow.slick-prev::before,
.slick-arrow.slick-next::before {
    content: '' !important;
    display: block;
    font-family: inherit !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid currentColor;
    border-width: 0 0 3px 3px;
    opacity: 1;
    position: static;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.slick-arrow.slick-prev::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 4px;
}

.slick-arrow.slick-next::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-right: 4px;
}

.slick-arrow.slick-prev:hover::before,
.slick-arrow.slick-next:hover::before,
.slick-arrow.slick-prev:focus::before,
.slick-arrow.slick-next:focus::before {
    opacity: 1;
}

.slick-arrow.slick-prev.slick-disabled::before,
.slick-arrow.slick-next.slick-disabled::before {
    opacity: 0.25;
}

.slick-arrow.slick-prev:hover,
.slick-arrow.slick-next:hover,
.slick-arrow.slick-prev:focus,
.slick-arrow.slick-next:focus {
    color: #FFFFFF;
}

/* Lics */
.lics {
    width: 100%;
    padding-bottom: 2rem;
}

.lics .lics-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 -51px;
}

@media (max-width: 1023px) {
    .lics .lics-list {
        padding: 21px 0;
        margin: 0;
    }
}

.lics .lics-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 1px solid #9B1F3C;
    margin: 1px 0 0;
}

@media (max-width: 1023px) {
    .lics .lics-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0;
    }

    .lics .lics-item:not(:last-child) {
        margin: 0 0 21px;
    }
}

.lics .lic-header {
    font-size: 0.875em;
    line-height: 1.2857142857;
    letter-spacing: 0.015em;
}

.lics .lic-link {
    -webkit-transition: color .2s;
    transition: color .2s;
    margin: 0 0 0 1rem;
    color: #9B1F3C;
    font-size: 0.75em;
    line-height: 1.1666666667;
    font-weight: bold;
    text-transform: uppercase;
}

.lics .lic-link:hover {
    color: #c6284c;
}

.fancybox-nav {
    width: 60px;
}

.fancybox-nav span {
    visibility: visible;
    opacity: 0.5;

    background: none;
}

.fancybox-nav:hover span {
    opacity: 1;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}

@media (max-width: 320px) {
    .fancybox-next {
        right: -30px;
    }

    .fancybox-prev {
        left: -30px;
    }
}

.fancybox-prev span:before {
    content: "\f104";

    color: #fff;
    font-size: 3rem;

    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: .75;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fancybox-next span {
    text-align: right;
}

.fancybox-next span:before {
    content: "\f105";

    color: #fff;
    font-size: 3rem;

    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: .75;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fancybox-close {
    right: 0;
    top: -50px;

    background: none;
}

.fancybox-close {
    opacity: 0.5;
    transition: opacity .2s;

    width: 41px;
    height: 41px;
}

.fancybox-close:hover {
    opacity: 1;
}

.fancybox-close:before,
.fancybox-close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;

    display: block;
    width: 3px;
    height: 41px;
    margin-left: -1.5px;
    border-radius: 3px;

    background: white;
}

.fancybox-close:before {
    transform: rotate(45deg);
}

.fancybox-close:after {
    transform: rotate(-45deg);
}

.header-404 {
    font-family: Arial, sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #606060;
}

.header-404 .red {
    color: #88102f;
}

.link-404 {
    color: #646466;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;

    margin-top: 20px;
}

.main-wrapper--404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    min-height: calc(100vh - 400px);
}

@media screen and (max-width: 768px) {
    .main-wrapper--404 {
        min-height: calc(100vh - 70px);
        padding: 0 20px;
    }

    .header-404 {
        font-size: 24px;
    }

    .link-404 {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1150px) {
    .nav-bar {
        padding: 0 80px 0 15px !important;
    }

    .nav-bar__item {
        width: 72px;
        font-size: 13px;
    }

    .nav-bar__item:not(:last-child) {
        margin-right: 5px;
    }
}

.burger {
    position: absolute;
    display: none;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: all .2s ease;
    background-image: url(../images/png-sprite/sprite.png);
    background-position: -131px -70px;
    width: 19px;
    height: 18px;
}

@media (max-width: 767px) {
    .burger {
        display: block;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .burger {
        background-image: url(../images/png-sprite/sprite@2x.png);
        background-size: 235px 114px;
    }
}

.burger-opened {
    background-image: url(../images/png-sprite/sprite.png);
    background-position: -160px -70px;
    width: 17px;
    height: 17px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .burger-opened {
        background-image: url(../images/png-sprite/sprite@2x.png);
        background-size: 235px 114px;
    }
}

.contact-item__icon--fax {
    background-image: url(../images/png-sprite/sprite.png);
    background-position: -165px -40px;
    width: 23px;
    height: 20px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .contact-item__icon--fax {
        background-image: url(../images/png-sprite/sprite@2x.png);
        background-size: 235px 114px;
    }
}

.contact-item__icon--phone {
    background-image: url(../images/png-sprite/sprite.png);
    background-position: -98px -70px;
    width: 23px;
    height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .contact-item__icon--phone {
        background-image: url(../images/png-sprite/sprite@2x.png);
        background-size: 235px 114px;
    }
}

.contact-item__icon--mail {
    background-image: url(../images/png-sprite/sprite.png);
    background-position: -198px -40px;
    width: 23px;
    height: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .contact-item__icon--mail {
        background-image: url(../images/png-sprite/sprite@2x.png);
        background-size: 235px 114px;
    }
}

.contact-item__icon--lupa {
    background-image: url(../images/png-sprite/sprite.png);
    background-position: -68px -70px;
    width: 20px;
    height: 31px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .contact-item__icon--lupa {
        background-image: url(../images/png-sprite/sprite@2x.png);
        background-size: 235px 114px;
    }
}

.logo {
    background-image: url(../images/logo-abd.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 235px 30px;
    width: 235px;
    height: 30px;
}

@media (max-width: 1150px) {
    .logo {
        background-image: url(../images/logo-abd-mini.png);
        background-size: 155px 20px;
        width: 155px;
        height: 20px;
    }
}

.logo-small {
    background-image: url(../images/logo-abd-mini.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 155px 20px;
    width: 155px;
    height: 20px;
}

.project__award-text {
    display: flex;
    flex-basis: 100%;
}

@media (min-width: 769px) {
    .show-at-md {
        display: block !important;
    }

    .show-at-xs {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .show-at-md {
        display: none !important;
    }

    .show-at-xs {
        display: block !important;
    }
}

.link-next,
.link-prev {
    display: flex;
    flex-basis: 50%;
    text-align: left;
    align-items: baseline;
    justify-content: flex-start;
}

.link-next {
    text-align: right;
    justify-content: flex-end;
}

/* B-Slide */
.slick-arrow {
    z-index: 2;

    opacity: 0.5;
}
.slick-arrow:hover {
    opacity: 1;
}
.b-slide--projects--container {
    position: relative;

    height: 100%;
}
.b-slide{
    width:100%;

    position:relative;
}
.b-slide__tab{
    width:100%;
    /*max-height: 568px;*/

    position:relative;

    background-color:#232323;
}
.b-slide__background {
    width: 100%;
    height: 100%;

    text-align: center;

    overflow: hidden;

    background-color: #555555;
}

.b-slide__background__overlay {
    display: block;

    position: absolute;
    top:0;

    width: 100%;
    height: 100%;

    filter:blur(10px);
    -moz-filter:blur(10px);
    -webkit-filter: blur(10px);
    opacity: 0.3;


    z-index: 0;
}

.b-slide__background__image {
    position: relative;

    z-index: 1;

    height: 100%;
    max-width: none;

    margin: 0 auto;
}

.b-slide__progress {
    width: 100%;
    height: 3px;

    background-color: rgba(255, 255, 255, .5);
}
.b-slide__progress__bar {
    width:0;
    height: 100%;

    background-color:#ffffff;
}
.b-slide__progress__bar--active {
    -webkit-transition: linear 9999ms;
    -moz-transition: linear 9999ms;
    -ms-transition: linear 9999ms;
    -o-transition: linear 9999ms;
    transition: linear 9999ms;

    width:100%;
}

.b-slide__param { color:#ffffff; }
.b-slide__param-title { font: 1.75em/1.1428571429 "Arial",sans-serif; }
.b-slide__param-description { font: .9375em/1.3333333333 "Arial",sans-serif }
.b-slide__param-counter { text-align: center; }
.b-slide__param--project-title {
    font: 700 30px/29px "Arial", sans-serif;

    text-align: center;

    padding: 0 50px;
}

.b-slide__meta {
    position: absolute;
    z-index: 2;

    box-sizing: border-box;

    width: 100%;

    bottom: 0;

    padding: 0 11% 50px;

    display: flex;
}

.b-slide__counter { font: 700 10px "Arial", sans-serif; }

@media (min-width: 769px) {
    .b-slide__tab.slick-slide { height: calc(70vh); }
    .b-slide__meta {
        align-items: flex-start;
        justify-content: space-between;
    }
    .b-slide__meta--separate {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .b-slide__meta:before {
        content: '';

        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;

        z-index: -2;

        height: 200px;

        background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.5) 100%);
    }
    .b-slide__meta__section--separate { width: 50%; }
    .b-slide__meta__section-progress { max-width: 300px; }
    .b-slide__button {
        display: block;

        height: 38px;

        padding: 0 12px;

        border-radius: 4px;
        border: 0;
        outline: 0;

        cursor: pointer;

        color: #fff;

        font: 500 .9375em/2.6 "Arial",sans-serif;

        text-align: center;

        background: #9b1f3c;
    }
    .b-slide__param-description { margin:10px 0 0 0; }
    .b-slide__param-progress { margin: 20px 0 10px 0; }
}


@media (max-width: 768px) {
    .b-slide--projects .b-slide__tab.slick-slide { height: calc(30vh); }
    .b-slide--home .b-slide__tab.slick-slide { height: calc(41vh); }
    .b-slide--home .b-slide__background { height: calc(100% - 126px); }
    .slick-arrow { top:50%; }
    .b-slide--home .slick-arrow{ top:33% }

    .b-slide__wrapper {
        position: relative;
        z-index: 2;
    }
    .b-slide__wrapper:not(.b-slide__wrapper--separate){ background-color:#9B1F3C; }

    .b-slide__meta { position: relative; }

    .b-slide__meta:not(.b-slide__meta--separate) {
        flex-direction: column;
        padding:14px;
    }

    .b-slide__meta--separate {
        width: 100%;

        padding: 0;

        position: relative;

        border-bottom: #9B1F3C;

        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
    }
    .b-slide__meta__section-title {  width: 100%; }
    .b-slide__meta__section-progress{
        width: 90%;
        height: 25px;

        background-color: #9B1F3C;
    }
    .b-slide__meta__section-counter {
        width: 10%;
        height: 25px;

        background-color: #ffffff;
    }
    .b-slide__counter {
        font: 700 12px/26px "Arial", sans-serif;

        color:#9B1F3C;
    }

    .b-slide__param--project-title {
        font: 600 1.2em/1.2 "Arial",sans-serif;

        color:#9B1F3C;

        padding: 20px 0;
        margin: 0 20px;

        text-align: left;

        border-bottom: 3px solid rgba(155, 31, 60, 0.5);
    }

    .b-slide__button {
        display: block;

        margin:10px 0 0 0;
        padding:10px;

        border:1px solid #ffffff;

        color:#ffffff;

        font-size:13px;
    }

    .b-slide__progress {
        display: none;
    }
}

/* iPhone Horizontal */
@media (max-width: 768px) and (max-height: 450px) {
    .b-slide__tab.slick-slide { height: calc(100vh) !important; }
}

/* iPad Horizontal */
@media only screen
    and (min-device-width: 1000px)
    and (max-height: 768px)
    and (max-width: 1024px) {
        .b-slide--home .b-slide__tab.slick-slide { height: calc(60vh); }
        .b-slide--home .b-slide__tab.slick-slide:nth-child(4) .b-slide__background__image { left:0; }
        .b-slide--home .b-slide__background__image { left: -7% }

        .b-slide--projects .b-slide__tab.slick-slide { height: calc(65vh); }
}



/* iPhone 5 */
@media (width: 320px) and (height: 568px) {
    .b-slide--home .b-slide__tab.slick-slide { height: calc(45vh); }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Portrait */
@media only screen
  and (min-device-width: 1024px)
  and (min-device-height: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .b-slide--home .b-slide__tab.slick-slide { height: calc(45vh); }
}

/* Landscape */
@media only screen
  and (min-device-height: 1024px)
  and (max-device-width: 1366px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .b-slide--home .b-slide__background__image { left: -20%; }
}
