blockquote,
body,
button,
dd,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
menu,
ol,
optgroup,
p,
pre,
select,
textarea,
ul {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

a {
    background-color: transparent
}

button,
img,
input {
    border: 0
}

input {
    border-radius: 0
}

a:active,
a:hover,
button,
input,
select,
textarea {
    outline: 0
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none
}

button,
input[type=submit] {
    cursor: pointer
}

button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

td,
th {
    padding: 0
}

svg:not(:root) {
    overflow: hidden
}

main {
    display: block
}

.flex {
    display: flex
}

.flex-center {
    justify-content: center
}

.flex-space-between {
    justify-content: space-between
}

.flex-space-around {
    justify-content: space-around
}

.flex-middle {
    align-items: center
}

.flex-bottom {
    align-items: flex-end
}

.flex-right {
    justify-content: flex-end
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) 50% no-repeat
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

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

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg")
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted .slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0
}

.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-loader,
.lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) 100% 0 no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(opacity=70);
    opacity: .7;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1
}

html {
    height: 100%
}

body {
    margin: 0;
    background: #fff;
    color: #515151;
    min-height: 100%;
    height: auto;
    font: 16px/22px Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none
}

.lang-wrap {
    position: relative;
    width: 52px
}

.lang-wrap select {
    display: none !important
}

.select-selected {
    background-color: transparent
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 11px;
    right: -10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #000
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000;
    top: 4px
}

.select-items div,
.select-selected {
    color: #000;
    padding: 3px 0;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-transform: uppercase
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: calc(100% + 7px);
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 5px
}

.select-items:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -7px;
    width: 0;
    height: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 6px 7px
}

.select-hide {
    display: none
}

.select-items div:hover {
    color: #d41e20
}

.error {
    position: relative
}

.error .label,
.error input,
.error textarea {
    box-shadow: 0 0 1px 1px red
}

.error:before {
    top: -8px;
    color: red;
    content: attr(data-error);
    font-size: 12px;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translate(-50%);
    width: 100%
}

.success .label,
.success input,
.success textarea {
    box-shadow: 0 0 1px 1px #009245
}

#preloader {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #788d9c;
    opacity: 1;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    overflow: hidden
}

.spin {
    position: absolute;
    width: 150px;
    height: 120px;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -75px;
    flex-direction: column;
    -webkit-animation: preloaderAnimationTop 2s infinite alternate;
    animation: preloaderAnimationTop 2s infinite alternate;
    background: url(../images/) no-repeat 50%;
    background-size: contain
}

.spin,
.theme-link {
    display: flex;
    align-items: center;
    justify-content: center
}

.theme-link {
    width: 265px;
    height: 60px;
    background: #d41e20;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 50px;
    font-weight: 700;
    line-height: normal;
    font-size: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative
}

.theme-link:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 0;
    background-color: #e44142;
    border-radius: 50px;
    transition: width .1s linear
}

.theme-link:hover:after {
    width: 100%
}

.theme-title {
    font-weight: 400;
    line-height: normal;
    font-size: 40px;
    text-transform: uppercase;
    color: #3300FF;
}

.container {
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto
}

.header-wrap {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    background-color: transparent
}

.header-wrap.header-fixed {
    position: fixed;
    background-color: #A4B8C6
}

.header {
    height: 94px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header__toggle {
    display: none;
    width: 31px;
    height: 26px;
    background: url(../images/burger.png) no-repeat 50%;
    padding: 5px
}

.header__toggle.active {
    background-color: hsla(0, 0%, 100%, .2)
}

.header__overlay {
    display: none;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%
}

.header__overlay.active {
    display: block
}

.menu {
    display: flex
}

.menu li {
    margin-left: 10px
}

.menu a {
    display: inline-block;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding: 6px 4px;
    position: relative
}

.menu a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #d41e20;
    transform: translateX(-50%);
    transition: width .2s linear
}

.menu a:hover:after {
    width: 100%
}

.description-wrap {
    background: url(../images/texture-background.jpg) no-repeat 50%;
    background-size: cover
}

.description {
    position: relative;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 80px
}

.description__image {
    margin-bottom: 5%
}

.description__title {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 40px
}

.description__title span {
    color: #d41e20
}

.description__link {
    margin: 0 auto
}

.about {
    padding: 90px 0
}

.about__title {
    margin-bottom: 30px
}

.about-block__row {
    position: relative;
    margin-bottom: 116px
}

.about-block__row:nth-child(2n) .container {
    justify-content: flex-end
}

.about-block__row:nth-child(2n) .about-block__image {
    right: auto;
    left: 0
}

.about-block__row:last-child {
    margin-bottom: 0
}

.about-block__row .container {
    display: flex
}

.about-block__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 590px;
    height: 100%;
    overflow: hidden
}

.about-block__image img {
    position: absolute;
    width: auto;
    max-width: none;
    height: 100%;
    top: 0;
    right: 0
}

.about-block__item {
    height: 440px;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.about-block__item h3 {
    font-weight: 600;
    line-height: 50px;
    font-size: 24px;
    margin-bottom: 10px
}

.about-block__item ul {
    padding-left: 15px;
    margin-left: 20px
}

.about-block__item ul li {
    list-style-type: disc
}

.advantages {
    background-color: #fafafa;
    padding: 90px 0
}

.advantages__title {
    margin-bottom: 80px
}

.advantages-block {
    display: flex;
    justify-content: space-between
}

.advantages-block__item {
    width: 290px
}

.advantages-block__image {
    height: 75px;
    margin-bottom: 33px;
    display: flex;
    align-items: flex-end
}

.advantages-block__image img {
    display: block
}

.career {
    padding: 90px 0
}

.career__title {
    margin-bottom: 54px
}

.career__link {
    margin: 0 auto
}

.career-block {
    position: relative;
    margin: 0 -17px;
    display: flex;
    flex-wrap: wrap
}

.career-block__item {
    counter-increment: career-block-item;
    background-color: #fafafa;
    margin: 0 17px 30px;
    width: calc(50% - 34px);
    height: 320px;
    box-sizing: border-box;
    padding: 0 65px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.career-block__item:after {
    content: counter(career-block-item);
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 35px;
    font-size: 364px;
    line-height: 364px;
    transform: translateY(-50%);
    color: #fff
}

.career-block__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 10px;
    z-index: 1
}

.career-block__text {
    z-index: 1
}

.career-block__link {
    margin: 0 auto
}

.reviews {
    background-color: #f1f1f1;
    padding: 90px 0
}

.reviews__title {
    margin-bottom: 50px
}

.reviews-slider {
    background-color: #fff;
    padding: 70px 100px 100px 70px
}

.reviews-slider__item {
    display: flex
}

.reviews-slider__photo {
    min-width: 145px;
    width: 145px;
    height: 145px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin-right: 75px
}

.reviews-slider__photo img {
    position: absolute;
    height: auto;
    width: 100%;
    max-width: none;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.reviews-slider__name {
    margin-top: 24px;
    font-weight: 600
}

.reviews-slider .slick-next:before,
.reviews-slider .slick-prev:before {
    display: none
}

.reviews-slider .slick-next,
.reviews-slider .slick-prev {
    width: 52px;
    height: 52px;
    top: auto;
    bottom: 46px;
    transform: translate(0)
}

.reviews-slider .slick-prev {
    background: url(../images/angle-left.svg) #f1f1f1 no-repeat 50%;
    left: auto;
    right: 117px
}

.reviews-slider .slick-next {
    background: url(../images/angle-right.svg) #f1f1f1 no-repeat 50%;
    right: 50px
}

.reviews-slide {
    outline: none;
    height: auto
}

.news {
    padding: 90px 0
}

.news-single-block__title,
.news__title {
    margin-bottom: 25px
}

.news-single-block__image {
    width: 50%;
    margin: 0 auto 25px
}

.news-single-block__image img {
    width: 100%
}

.news-single-block p {
    margin-bottom: 22px
}

.news-slider {
    padding-bottom: 52px
}

.news-slider__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    border-bottom: 2px solid #e9e9e9;
    box-sizing: border-box
}

.news-slider__image {
    width: 100%;
    max-width: 440px;
    height: 260px;
    overflow: hidden;
    position: relative
}

.news-slider__image img {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: auto;
    max-width: none;
    transform: translateX(-50%)
}

.news-slider__info {
    width: 100%;
    max-width: 440px
}

.news-slider__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 33px;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center
}

.news-slider__title a {
    color: inherit;
    text-decoration: none
}

.news-slider__title a:hover {
    text-decoration: underline
}

.news-slider__text {
    margin-bottom: 24px;
    height: 88px;
    overflow: hidden
}

.news-slider__link {
    color: #515151;
    text-decoration: none;
    font-weight: 600
}

.news-slider__link:hover {
    text-decoration: underline
}

.news-slider .slick-next:before,
.news-slider .slick-prev:before {
    display: none
}

.news-slider .slick-next,
.news-slider .slick-prev {
    width: 52px;
    height: 52px;
    top: auto;
    bottom: 0;
    transform: translate(0)
}

.news-slider .slick-prev {
    background: url(../images/angle-left.svg) #f1f1f1 no-repeat 50%;
    left: auto;
    right: 66px;
    transform: translate(0) rotate(90deg)
}

.news-slider .slick-next {
    background: url(../images/angle-right.svg) #f1f1f1 no-repeat 50%;
    right: 0;
    transform: translate(0) rotate(90deg)
}

.news-slider .slick-list:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #fff
}

.news-slide {
    outline: none
}

.contact {
    padding: 90px 0 20px;
    background-color: #fafafa
}

.contact__title {
    margin-bottom: 50px
}

.contact-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.contact-block__item {
    width: 100%;
    max-width: 440px;
    margin-bottom: 70px
}

.contact-block__item a {
    font-size: 16px;
    line-height: 22px;
    color: #515151;
    text-decoration: none
}

.contact-block__item a:hover {
    text-decoration: underline
}

.contact-block__image {
    margin-bottom: 30px;
    position: relative
}

.contact-block__image img {
    display: block;
    max-width: 100%
}

.contact-block__city {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-size: 48px
}

.contact-block__location {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px
}

.contact-block__location:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 11px;
    height: 18px;
    background: url(../images/location-ico.svg) no-repeat 50%;
    background-size: contain
}

.contact-block__phone {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px
}

.contact-block__phone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 17px;
    background: url(../images/phone-ico.svg) no-repeat 50%;
    background-size: contain
}

.contact-block__mail {
    position: relative;
    padding-left: 30px
}

.contact-block__mail:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: url(../images/mail-ico.svg) no-repeat 50%;
    background-size: contain
}

.news-single,
.thank-you-page,
.vacancy-page,
.vacancy-single {
    display: flex;
    flex-direction: column
}

.news-single .header-wrap,
.thank-you-page .header-wrap,
.vacancy-page .header-wrap,
.vacancy-single .header-wrap {
    background: #A4B8C6;
    position: relative;
    flex: 0 0 auto
}

.news-single .news-single-block,
.news-single .thanks-wrap,
.news-single .vacancy,
.news-single .vacancy-single,
.thank-you-page .news-single-block,
.thank-you-page .thanks-wrap,
.thank-you-page .vacancy,
.thank-you-page .vacancy-single,
.vacancy-page .news-single-block,
.vacancy-page .thanks-wrap,
.vacancy-page .vacancy,
.vacancy-page .vacancy-single,
.vacancy-single .news-single-block,
.vacancy-single .thanks-wrap,
.vacancy-single .vacancy,
.vacancy-single .vacancy-single {
    padding: 90px 0;
    flex: 1 1 auto
}

.news-single .footer,
.thank-you-page .footer,
.vacancy-page .footer,
.vacancy-single .footer {
    flex: 0 0 auto
}

.thanks-wrap {
    text-align: center
}

.thanks-wrap h2 {
    font-weight: 400;
    line-height: normal;
    font-size: 40px;
    text-transform: uppercase;
    color: #d16d27
}

.thanks-wrap p {
    font-size: 24px;
    line-height: 33px
}

.thanks-wrap img {
    display: block;
    margin: 60px auto 0;
    max-width: 100%
}

.vacancy__title {
    margin-bottom: 30px
}

.vacancy-block__filter {
    position: relative;
    padding: 30px 0 20px;
    box-sizing: border-box;
    margin: 0 -10px 50px;
    display: flex;
    flex-wrap: wrap
}

.vacancy-block__filter:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: calc(100% - 20px);
    border-bottom: 2px solid #e9e9e9;
    transform: translateX(-50%)
}

.vacancy-block__button {
    width: 140px;
    background: #f7f7f7;
    border-radius: 5px;
    height: 38px;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #565656;
    margin: 0 10px 10px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.vacancy-block__button.active {
    background: #d41e20;
    color: #fff
}

.vacancy-block__vacancies {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px
}

.vacancy-block__item {
    display: block;
    margin: 0 20px 30px;
    width: calc(33.3333% - 40px);
    background: #f7f7f7;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 10px 15px 20px;
    text-decoration: none;
    position: relative;
    bottom: 0;
    transition: all .1s linear
}

.vacancy-block__item:hover {
    bottom: 5px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2)
}

.vacancy-block__title {
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    color: #565656;
    height: 78px;
    margin-bottom: 16px;
    overflow: hidden
}

.vacancy-block__tag {
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #565656
}

.vacancy-single__title {
    margin-bottom: 30px
}

.vacancy-single-block {
    display: flex
}

.vacancy-single-block__form {
    width: 100%;
    max-width: 420px;
    margin-left: 80px
}

.vacancy-single-block__form h2 {
    text-align: center
}

.vacancy-single-block__info h2 {
    margin-bottom: 22px
}

.vacancy-single-block__info ul {
    margin-left: 20px;
    margin-bottom: 22px
}

.vacancy-single-block__info ul li {
    font-size: 16px;
    line-height: 22px;
    list-style-type: disc
}

.vacancy-single-block__info p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 22px
}

.vacancy-single-block h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #565656
}

.form__item {
    padding: 10px 0;
    position: relative
}

.form input[type=file] {
    width: 0;
    height: 0;
    visibility: hidden
}

.form input,
.form select,
.form textarea {
    display: block;
    width: 100%;
    height: 50px;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: normal;
    border: 0;
    color: #565656
}

.form input::-webkit-input-placeholder,
.form select::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
    color: #a3a3a3
}

.form input::-moz-placeholder,
.form select::-moz-placeholder,
.form textarea::-moz-placeholder {
    color: #a3a3a3
}

.form input:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
    color: #a3a3a3
}

.form input:-moz-placeholder,
.form select:-moz-placeholder,
.form textarea:-moz-placeholder {
    color: #a3a3a3
}

.form input[type=submit],
.form select[type=submit],
.form textarea[type=submit] {
    background: #d41e20;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .1em;
    text-transform: uppercase
}

.form input[type=submit]:hover,
.form select[type=submit]:hover,
.form textarea[type=submit]:hover {
    background: rgba(209, 109, 39, .51)
}

.form textarea {
    height: 120px;
    resize: vertical;
    padding-top: 10px
}

.form .label {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: normal;
    border: 0;
    color: #565656;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .25);
    transition: all .1s linear;
    position: relative;
    top: -2px;
    margin-bottom: -2px
}

.form .label:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, .25);
    top: 0
}

.gallery {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.gallery__item {
    margin: 0 5px 10px;
    width: 256px;
    height: 256px;
    position: relative;
    overflow: hidden
}

.gallery__item:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images) no-repeat 50% rgba(0, 0, 0, .31);
    width: 0;
    height: 0;
    transition: all .1s linear;
    overflow: hidden
}

.gallery__item:hover:before {
    width: 100%;
    height: 100%
}

.gallery__item img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto
}

.lightbox {
    display: flex;
    flex-direction: column
}

.lightbox .lb-outerContainer {
    order: 2
}

.footer {
    height: 56px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    background-color: #0e0e0e;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer,
.footer__links {
    color: hsla(0, 0%, 100%, .5)
}

.privacy-policy {
    margin-top: 40px;
    margin-bottom: 40px
}

.privacy-policy h1,
.privacy-policy h2 {
    padding-top: 20px;
    margin-bottom: 30px
}

.privacy-policy p {
    margin-bottom: 20px
}

.privacy-policy ol,
.privacy-policy ul {
    padding-left: 15px;
    margin-left: 20px
}

.privacy-policy ul li {
    list-style-type: disc
}

.privacy-policy li:last-child {
    margin-bottom: 20px
}

@media (min-width:1370px) {
    .header-wrap .container {
        max-width: 1200px
    }
    .description__link {
        bottom: 2%
    }
    .about-block__row .container {
        position: relative
    }
    .about-block__image {
        right: -130px
    }
    .about-block__row:nth-child(2n) .about-block__image {
        left: -130px
    }
}

@media (max-width:1279px) {
    .about-block__image {
        max-width: 50%
    }
    .menu li {
        margin-left: 10px
    }
    .menu a,
    .select-selected {
        padding: 5px 7px
    }
    .career-block__item {
        padding: 0 75px
    }
}

@media (max-width:1023px) {
    .active-mobile-menu {
        overflow: hidden;
        height: 100vh
    }
    .active-mobile-menu .header-wrap {
        background-color: #A4B8C6;
        transition: background-color 0s linear
    }
    .header-wrap {
        transition: background-color 0s linear .2s
    }
    .container {
        padding: 0 40px
    }
    .header__toggle {
        display: block;
        cursor: pointer
    }
    .header__menu {
        position: absolute;
        left: 0;
        top: 70px;
        width: 100%;
        background-color: #A4B8C6;
        overflow: hidden;
        transition: all .2s linear;
        height: 0
    }
    .header__menu.active {
        height: calc(100vh - 70px);
        max-height: 640px;
        overflow-y: auto
    }
    .menu {
        display: block
    }
    .menu li {
        margin-left: 0;
        text-align: center;
        margin-bottom: 30px
    }
    .menu li a {
        font-size: 18px
    }
    .menu li:last-child {
        border-top: 2px solid #e9e9e9;
        margin-bottom: 0
    }
    .lang-wrap {
        margin: 35px auto 0;
        width: 60px
    }
    .select-selected {
        display: none
    }
    .select-items {
        position: static;
        display: block;
        background-color: transparent
    }
    .select-items div {
        font-size: 18px;
        margin-bottom: 30px;
        opacity: .25
    }
    .select-items div:last-child {
        margin-bottom: 0
    }
    .select-items div.same-as-selected {
        opacity: 1;
        background-color: transparent
    }
    .menu {
        padding: 33px 0
    }
    .description-wrap {
        background: url(../images/description-tablet.jpg) no-repeat 50%;
        background-size: cover
    }
    .description {
        height: 880px
    }
    .about {
        padding: 90px 0 0
    }
    .about__title {
        margin-bottom: 50px
    }
    .about-block__image {
        position: relative;
        margin: 0 -40px;
        height: 328px;
        max-width: none;
        width: calc(100% + 80px)
    }
    .about-block__image img {
        right: auto;
        left: 0;
        width: 100%;
        height: auto;
        top: 50%;
        transform: translateY(-50%)
    }
    .about-block__row .container {
        display: block
    }
    .about-block__item {
        height: auto;
        max-width: none;
        margin-bottom: 36px
    }
    .about-block__row {
        margin-bottom: 36px
    }
    .about-block__row:last-child {
        margin-bottom: 0
    }
    .advantages-block {
        display: block
    }
    .advantages-block__item {
        width: 100%;
        margin-bottom: 60px;
        display: flex;
        align-items: center
    }
    .advantages-block__item:last-child {
        margin-bottom: 0
    }
    .advantages-block__image {
        min-width: 71px;
        height: auto;
        margin-bottom: 0;
        margin-right: 48px;
        text-align: center
    }
    .advantages-block__image img {
        margin: 0 auto
    }
    .advantages-block__text {
        max-width: 480px
    }
    .career-block {
        display: block
    }
    .career-block__item {
        width: 100%;
        height: 262px
    }
    .career-block__item:after {
        font-size: 300px
    }
    .career-block__title {
        margin-bottom: 17px
    }
    .career-block__text {
        max-width: 508px
    }
    .reviews-slider {
        padding: 55px 40px 120px 35px
    }
    .reviews-slider__photo {
        margin-right: 30px
    }
    .reviews-slider .slick-next {
        right: 40px
    }
    .reviews-slider .slick-prev {
        right: 107px
    }
    .news__title {
        margin-bottom: 0
    }
    .news-slider__image {
        max-width: 260px;
        height: 200px;
        margin-right: 45px
    }
    .news-slider__info {
        max-width: none
    }
    .news-slider__title {
        margin-bottom: 20px
    }
    .contact-block__item {
        max-width: none;
        position: relative;
        height: 238px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    .contact-block__item>:not(:first-child) {
        max-width: 275px;
        box-sizing: border-box
    }
    .contact-block__image {
        position: absolute;
        right: -40px;
        top: 0
    }
    .vacancy-block__item {
        width: calc(50% - 40px)
    }
    .vacancy-single-block {
        display: block
    }
    .vacancy-single-block__form {
        margin: 0 auto;
        max-width: 720px
    }
    .vacancy-single .theme-title {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .news-slider .slick-next,
    .news-slider .slick-prev {
        transform: translate(0) rotate(0)
    }
    .news-single-block__image {
        width: 100%
    }
    .container {
        padding: 0 20px
    }
    .description-wrap {
        background: url(../images/description-phone.jpg) no-repeat 50%;
        background-size: cover
    }
    .description {
        height: 435px;
        padding-bottom: 40px
    }
    .description__image img {
        width: 125px
    }
    .about {
        padding: 60px 0 0
    }
    .about-block__image {
        margin: 0 -20px;
        width: calc(100% + 40px)
    }
    .advantages {
        padding: 60px 0
    }
    .advantages-block__image {
        margin-right: 30px
    }
    .contact-block__image {
        position: static;
        position: relative;
        right: 0
    }
    .career {
        padding: 60px 0
    }
    .career-block {
        margin: 0
    }
    .career-block__item {
        margin: 0 0 30px;
        padding: 52px 40px 52px 52px
    }
    .reviews {
        padding: 60px 0
    }
    .reviews-slider {
        padding: 35px 40px 120px 35px
    }
    .reviews-slider__item {
        display: block
    }
    .reviews-slider__photo {
        margin-right: 0;
        margin-bottom: 30px
    }
    .news {
        padding: 60px 0
    }
    .news-slider.slick-slider {
        margin-left: -20px
    }
    .news-slider__title {
        height: 99px
    }
    .contact-block__item {
        height: auto;
        width: 100%;
        max-width: 440px;
        margin: 0 auto 70px
    }
    .contact-block__image {
        margin-bottom: 20px
    }
    .contact-block__item>:not(:first-child) {
        max-width: none
    }
    .vacancy-block__button {
        width: 135px
    }
    .news-slider__title {
        height: auto
    }
    .news-slider__item {
        display: block
    }
    .news-slider__info {
        width: auto;
        padding: 0 20px
    }
    .news-slider__text {
        overflow: auto;
        height: auto
    }
    .vacancy-single .theme-title {
        font-size: 24px
    }
}

@media (max-width:549px) {
    .description {
        height: 420px;
        justify-content: center
    }
    .description__block {
        display: none
    }
    .header__logo img {
        width: 112px;
        display: block
    }
    .about {
        padding: 50px 0 0
    }
    .theme-title {
        font-size: 35px
    }
    .about-block__image img {
        width: auto;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }
    .advantages__title {
        margin-bottom: 48px
    }
    .advantages-block__item {
        display: block
    }
    .advantages-block__image {
        margin-right: 0;
        margin-bottom: 28px
    }
    .advantages-block__image img {
        margin: 0
    }
    .career__title {
        margin-bottom: 34px
    }
    .career-block__item {
        height: 400px;
        padding: 88px 37px 88px 22px
    }
    .career-block__item:after {
        font-size: 364px;
        right: 0
    }
    .news-slider.slick-slider {
        margin: 0 -20px;
        overflow: hidden
    }
    .news-slider__item {
        display: block;
        padding: 40px 0
    }
    .news-slider__image {
        max-width: none;
        height: 260px;
        margin-bottom: 28px
    }
    .news-slider__info {
        padding: 0 20px;
        box-sizing: border-box
    }
    .news-slider .slick-next {
        right: 20px
    }
    .news-slider .slick-prev {
        right: 86px
    }
    .reviews-slider {
        padding: 35px 20px 120px
    }
    .contact {
        padding: 50px 0 0
    }
    .contact-block__image {
        margin: 0 -20px 20px
    }
    .footer {
        padding: 0 26px
    }
    .vacancy-block__filter {
        margin-bottom: 30px
    }
    .vacancy-block__vacancies {
        margin: 0
    }
    .vacancy-block__item {
        width: 100%;
        margin: 0 0 20px
    }
    .vacancy-block__button {
        margin: 0 7px 10px
    }
}

@media (max-width:429px) {
    .description-wrap {
        background: url(../images/description-phone-xs.jpg) no-repeat 50%;
        background-size: cover
    }
    .description {
        height: 425px
    }
    .description__block {
        display: none
    }
}

@-webkit-keyframes preloaderAnimationTop {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(1.5)
    }
}

@keyframes preloaderAnimationTop {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(1.5)
    }
}

@-webkit-keyframes headerFixed {
    0% {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes headerFixed {
    0% {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}