@import url('fonts.css');

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Ubuntu', sans-serif;
    color: #2c2c2c;
}

a {
    text-decoration: none;
    color: #EE4C00;
}

a:hover {
    color: #fc6a26;
}

a:hover svg path {
    fill: #fc6a26;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.topslider {
    width: 100% !important;
    max-height: 638px;
    overflow: hidden;
    position: relative;
}

h2 {
    font-size: 40px;
    line-height: 150%;
    font-weight: 900;
    font-family: 'CeraPro';
    text-transform: uppercase;
}

h2.light__header {
    color: #fff;
}

h2.dark__header {
    color: #2c2c2c;
}

.btn {
    width: 223px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'CeraPro', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    margin-top: 60px;
}

.btn .rectangle {
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.btn .text {
    z-index: 5;
}


.btn.light__btn {
    position: relative;

}

.btn.light__btn .text {
    color: #2C2C2C;
}

.btn.light__btn .rectangle {
    background-color: #fff;

}

.btn.dark__btn .text {
    color: #fff;
    position: relative;
    text-align: center;
}
.btn.dark__btn .rectangle {
    background-color: #2C2C2C;
}

.btn:hover .text {
    color: #fc6a26;
    position: relative;
    text-align: center;
}

.hamburger {
    display: none;
}

.header {
    font-family: 'CeraPro', sans-serif;
    font-weight: 500;
    padding: 25px 0;
    background-color: #fff;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__menu a {
    text-transform: uppercase;
    color: #2C2C2C;
}

.header__menu .menu__item:not(:last-child) {
    margin-right: 45px;
}

.header__langs,
.header__langs * {
    color: #cfcfcf;
    text-transform: uppercase;
}

.header__langs .lang__item.active {
    color: #2c2c2c;
}

.hero {
    padding: 140px 0 220px;
    width: 100%;
    max-height: 638px;
}

.hero h2 {
    max-width: 695px;
}

.hero .btn {
    /*margin-left: 15%;*/
}
.hero .container {
    /*width: 100vw!important;*/
}

.form__elem-checkbox label,.accord_label {
    font-weight: normal;
}

.about {
    padding: 100px 0;
}
.slick-track {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-basis: 100%;
}

.about .container .about__text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    font-weight: 300;
    flex-direction: column;
    flex-wrap: nowrap;
    line-height: 120%;
}
.about .container .about__text p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.about .container .about__text .more__btn {
    display: none;
}

.about .container .about__text .about__col {
    max-width: calc(50% - 30px);
}

.about .about__text {
    margin-top: 20px;
}

.about__col p:not(:first-child) {
    margin-top: 30px;
}

.about .about__text p {
    font-size: 18px;
    line-height: 165%;
}

.pluses {
    position: relative;
    padding: 60px 0;
    /*background: url('../img/pluses__bg.jpg') top center/100% no-repeat;*/
    /*background-size: 100% 100%;*/
    /*background: url('../img/panorama.jpg') top center/100% no-repeat;*/
    background: url('../img/panorama_new.jpg') top center/100% no-repeat;
    background-size: cover;
    z-index: 0;
}

.pluses_cover{
    position: absolute;
    background-color: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.pluses h2 {
    text-align: center;
}

.pluses__text {
    color: #fff;
    font-size: 18px;
    line-height: 135%;
    max-width: 685px;
    margin: 10px auto 0;
    text-align: center;
}

.pluses__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
    position: relative;
}

.pluses__item {
    max-width: calc(25% - 23px);
    margin-top: 20px;
    text-align: center;
}

.pluses__title {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 135%;
}

.vacancies {
    padding: 100px 0;
}

.vacancies__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.more__link {
    font-weight: 500;
    text-decoration: underline;
}
.vacancy__body {
    text-align: left;
    width: 100%;
}
.vacancy__item {
    border: 2px solid #606060;
    margin-top: 65px;
    padding: 45px 30px 30px 50px;
    position: relative;
}

.vacancy__top {
    position: absolute;
    top: -25px;
    left: -2px;
    background-color: #606060;
    padding: 8px 50px;
    width: 100%;
    max-width: 715px;
}

.vacancy__title {
    font-size: 24px;
    color: #fff;
    line-height: 145%;
    font-weight: 500;
}

.vacancy__exp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.vacancy__field {
    color: #5f5f5f;
    font-size: 16px;
    line-height: 145%;
    margin-right: 10px;
}

.vacancy__value,
.vacancy__format {
    font-size: 16px;
    line-height: 145%;
    color: #2c2c2c;
    font-weight: 500;
}

.vacancy__format {
    margin-top: 10px;
}

.vacancy__label {
    margin-top: 10px;
}

.vacancy__label > * {
    margin-right: 10px;
    color: #fff;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 115%;
    letter-spacing: 0.05em;
    font-weight: 500;
    display: inline-block;
}

.vacancy__quickly {
    background-color: #EE4C00;
}

.vacancy__reserv {
    background-color: #b5b5b5;
}

.vacancy__descr {
    margin-top: 15px;
    font-size: 16px;
    line-height: 145%;
    color: #2c2c2c;
}

.vacancy__details {
    margin-top: 20px;
    color: #2c2c2c;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    text-decoration: underline;
    display: block;
}
.vacancy__list ul {
    left: 29px;
    position: relative;
    top: 10px;
}
.vacancy_body-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.vacancy__body-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.features_wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    flex-basis: max-content;
}


.vacancy__icon {
    background-color: #2c2c2c;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vacancy__icon img {
    display: block;
}

.vacancy__right-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 145%;
    margin-right: 20px;
}

.vacancies .btn {
    margin: 40px auto 0;
}

.gallery {
    padding-bottom: 100px;
}

.gallery__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.gallery__item {
    margin-top: 30px;
    max-width: calc(25% - 23px);
}

.gallery__item img {
    display: block;
    width: 100%;
}

.gallery__item:not(:nth-child(4n)) {
    margin-right: 30px;
}

.footer {
    padding-top: 60px;
    background-color: #2c2c2c;
}

.footer h2 {
    text-align: center;
}

.contacts__text {
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 135%;
}

.contacts__body {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact__row {
    font-family: 'CeraPro', sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.contact__field {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 145%;
    width: 95px;
    font-weight: 700;
}

.contact__value {
    margin-left: 25px;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

input[type="text"] {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    width: 386px;
    height: 48px;
    font-size: 18px;
    line-height: 145%;
    padding-left: 15px;
    color: #fff;    
}

textarea:focus, 
.form__submit:focus,
input[type="text"]:focus {
    outline: 1px solid #ee4c00;
}

.form__elem-checkbox {
    height: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.form__elem-checkbox input {
    width: 20px;
    height: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.pseudo__check {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.2);
}

.form__elem-checkbox input:checked ~ .pseudo__check {
    background: url('../img/icons/checked.svg') center center/cover no-repeat;
}

.form__elem:not(:last-child) {
    margin-bottom: 20px;
}

label,
label > a {
    color: #fff;
}

label > a {
    text-decoration: underline;
}

label {
    margin-left: 10px;
    font-size: 14px;
    line-height: 135%;
}

.contacts__form form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.form__right {
    margin-left: 20px;
}

.contacts__form textarea {
    width: 388px;
    height: 116px;
    background-color: rgba(255,255,255,0.2);
    padding: 15px;
    border: none;
    resize: none;
    color: #fff;
}

.form__submit {
    background-color: #fff;
    width: 100%;
    height: 48px;
    border: none;
    font-family: 'CeraPro';
    font-weight: 700;
    color: #2c2c2c;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
}

.footer__copy {
    color: #fff;
    opacity: 0.5;
    font-size: 14px;
    font-family: 'Commissioner', sans-serif;
}

.footer__ilab {
    color: rgba(255,255,255,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}


.footer__ilab:hover {
    color: rgba(255,255,255,0.5);
}

.footer__ilab img {
    margin-right: 10px;
}

.footer__bot {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breadcrumb {
    font-size: 14px;
    margin: 30px 0;
}

.breadcrumb__link {
    color: #2c2c2c;
}

.page__header {
    background-color: #2C2C2C;   
}

.page__header .header__menu a {
    color: #fff;
}

.page__header .header__langs .lang__item.active {
    color: #fff;
}

.page__header .header__langs,
.page__header .header__langs .lang__item {
    color: #6A6A6A;
}

.vacancies__page {
    padding-bottom: 100px;
}

.pagination {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination__pages {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagi__item {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 160%;
    margin-left: 5px;
    margin-right: 5px;
    color: #2c2c2c;
}

.pagi__item.active {
    color: #ee4c00;
    font-weight: 700;
    position: relative;
}

.pagi__dots {
    margin: 0 20px;
}

.pagi__item.active::before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -5px;
    height: 2px;
    background-color: #ee4c00;
}

.pagination__prev {
    cursor: pointer;
    margin-right: 15px;
}
.pagination__next {
    cursor: pointer;
    margin-left: 15px;
}

.page__title {
    font-size: 30px;
    line-height: 125%;
    font-family: 'CeraPro', sans-serif;
    color: #2c2c2c;
    font-weight: 700;
}

.vacancies__page .vacancy__item:first-child {
    margin-top: 55px;
}

.page__header .hamburger span {
    background-color: #fff;
}

.page__header .header__menu {
    background-color: #2c2c2c;
}

.vacancy__salary {
    font-size: 24px;
    line-height: 120%;
    color: #ee4c00;
    font-weight: 500;
    font-family: 'CeraPro', sans-serif;
    margin-top: 10px;
}

.vacancy__page .vacancy__exp {
    margin-top: 10px;
}

.vacancy__feature {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.vacancy__feature .vacancy__right-title {
    margin-left: 20px;
}

.vacancy__page .vacancy__items {
    margin-top: 20px;
}

.vacancy__page .vacancy__items .vacancy__items-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 165%;
}   

ul.vacancy__list {
    margin-top: 5px;
    margin-left: 25px;
}

.vacancy__list li {
    font-size: 16px;
    line-height: 165%;
}

.vacancy__respond {
    background-color: #ee4c00;
    width: 285px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    margin-top: 30px;
}

.vacancy__respond:hover {
    background-color: #f55c15;
    cursor: pointer;
}

.vacancy__page .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.vacancy__other {
    margin-left: 30px;
    max-width: 282px;
    flex-shrink: 0;
}

.vacancy__other-title {
    font-size: 14px;
    line-height: 115%;
    font-weight: 700;
    text-transform: uppercase;
}

.vacancy__other-list {
    margin-top: 20px;
}

.vacancy__other-item {
    margin-bottom: 30px;
    border: 1px solid #C4C4C4;
    padding: 20px;
}

.other__title {
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
}

.other__label {
    margin-top: 10px;
}
.slider_test {
    overflow: hidden;
}
.vacancy__quickly {
    padding: 5px 12px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0.05em;
}

.other__exp {
    margin-top: 10px;
    color: #5F5F5F;
    font-size: 14px;
    line-height: 145%;
}

.other__exp span {
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
}

.other__type {
    margin-top: 10px;
    font-size: 14px;
    line-height: 145%;
    font-weight: 500;
}

.other__descr {
    font-size: 13px;
    line-height: 145%;
    margin-top: 10px;
}

.other__details {
    margin-top: 20px;
    color: #2c2c2c;
    text-decoration: underline;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
}

.slider__gallery {
    margin-top: 50px;
    margin-bottom: 100px;
}

.slide__prev {
    left: -25px;
    top: calc(50% - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
}
.slide__next {
    right: -25px;
    top: calc(50% - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    z-index: 10;
}

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    
    border: 2px solid #fff;
    border-radius: 100%;
    background-color: transparent;
    
    text-indent: -9999px;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #fff;
}

.slick-arrow {
    position: absolute;
    top: 35%;
    width: 50px;
    background-color: rgba(0,0,0,.2);
    border: none;
    cursor: pointer;
    z-index: 999;
    margin: 0;
}
.topslider .slick-arrow:nth-of-type(1){
    left: 0;
}
.topslider .slick-arrow:nth-of-type(1) img{
    width: 80%;
    height: 80%;
    transform: rotate(180deg);
}
.topslider .slick-arrow:nth-of-type(2){
    right: 0;
}
.topslider .slick-arrow:nth-of-type(2) img{
    width: 80%;
    height: 80%;
}

.gallerys__item  img {
    display: block;
    width: 100%;
}
.gallerys__item {
    width: 284px!important;
    margin: 0 10px;
}

.slider__gallery .container {
    position: relative;
}

.vacancy__other-slider {
    display: none;
}

.text_shadow {
    /* text-shadow: #000 1px 0 5px; */
    /* text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000; */
    text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 1.2em #000;
}

.contact__value_small {
    font-size: 13px;
}


@media(max-width: 1600px) {
    .hero {
        background-size: auto 100%;
        /*height: 638px;*/
    }
}

@media(max-width: 1300px) {
    .slide__prev {
        left: 15px;
    }
    .slide__next {
        right: 15px;
    }
    .slide__prev path,
    .slide__next path {
        fill: #fff;
    }
}

@media(max-width: 1249px) {
    .hero {
        padding: 115px 0;
    }
    h2 {
        font-size: 32px;
    }
    .container {
        max-width: 1015px;
    }
    .about .about__text p {
        font-size: 16px;
    }
    .about__col p:not(:first-child) {
        margin-top: 25px;
    }
    .about {
        padding: 50px 0;
    }
    .pluses {
        padding: 50px 0;
    }
    .pluses__text {
        font-size: 16px;
    }
    .pluses__item {
        max-width: calc(25% - 10px);
    }
    .vacancies {
        padding: 50px 0;
    }
    .vacancy__item {
        margin-top: 39px;
    }
    .vacancy__title {
        font-size: 20px;
    }
    .vacancy__top {
        max-width: 565px;
        padding: 8px 30px;
    }
    .vacancies .btn {
        margin-top: 20px;
    }
    .gallery__item:not(:nth-child(4n)) {
        margin-right: 20px;
    }
    .gallery__item {
        max-width: calc(25% - 15px);
        margin-top: 20px;
    }
    .gallery {
        padding-bottom: 50px;
    }
    .footer {
        padding-top: 50px;
    }
    input[type="text"] {
        width: 312px;
    }
    .form__elem-checkbox {
        align-items: flex-start;
        max-width: 312px;
    }
    .contacts__form textarea {
        width: 312px;
    }
    .btn .rectangle {
        width: 195px;
    }   
    .breadcrumb {
        margin-bottom: 20px;
    } 
    .pagination {
        margin-top: 30px;
    }
    .vacancies__page {
        padding-bottom: 50px;
    }
    .page__title {
        font-size: 28px;
    }
    .vacancies__page .vacancy__item:first-child {
        margin-top: 45px;
    }
    .vacancy__other {
        display: none;
    }
    .vacancy__other-slider {
        display: block;
    }
    .vacancy__other-slider .vacancy__other {
        display: block;
        margin-left: 0;
    }
    .slider__gallery {
        margin-bottom: 50px;
    }
    .vacancy__other {
        max-width: 100%;
    }
    .vacancy__other-item {
        height: unset;
    }
}

@media(max-width: 1023px) {
    .container {
        max-width: 1015px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .about .container .about__text p {
        text-align: justify;
    }
    .header__menu .menu__item:not(:last-child) {
        margin-right: 25px;
    }
    .header__menu .menu__item {
        font-size: 14px;
    }
    .hero {
        padding: 80px 0;
    }
    h2 {
        font-size: 28px;
    }
    .hero h2 {
        max-width: 490px;
    }
    .hero .btn {
        /*margin-top: 48px;*/
    }
    .about__col p:not(:first-child) {
        margin-top: 0;
    }
    .about .container .about__text {
        flex-direction: column!important;
    }
    .about__col:not(:first-child) {
        margin-top: 20px;
    }
    .about .container .about__text .about__col {
        max-width: 100%;
    }
    .topslider {
        max-height: 350px;
    }
    .btn.light__btn {
       margin-top: 15px!important;
    }
    .pluses__list {
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .pluses__item {
        max-width: calc(50% - 15px);
        width: 100%;
        margin-top: 30px;
    }
    .vacancy__top {
        max-width: 515px;
    }
    .vacancy__title {
        font-size: 18px;
    }
    .vacancy__item {
        padding: 40px 30px 20px;
    }
    .gallery__item:nth-child(4n) {
        display: none;
    }
    .gallery__item {
        max-width: calc(33.333% - 14px);
    }
    .gallery__item:nth-child(3),
    .gallery__item:nth-child(7) {
        margin-right: 0;
    }
    .contacts__body {
        flex-wrap: wrap;
    }
    .contacts__info {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .contact__row {
        width: 100%;
        max-width: calc(50% - 10px);
    }
    .contact__row:nth-child(2n - 1) {
        margin-right: 20px;
    }
    .contacts__form {
        width: 100%;
    }
    .contacts__form form {
        width: 100%;
    }
    .contacts__form form > * {
        width: 100%;
        max-width: calc(50% - 10px);
        position: relative;
    }
    .form__elem {
        width: 100%;
    }
    .form__elem input,
    .form__elem textarea {
        width: 100%;
    }
    .breadcrumb {
        margin-top: 20px;
    }
    .vacancy__top {
        left: -2px;
    }
    .page__title {
        font-size: 24px;
    }
    .vacancies__page {
        padding-bottom: 60px;
    }
    .header__logo img {
        width: 100px;
    }
    .header {
        padding: 19px 0;
    }
    
    .slide__prev,
    .slide__next {
        display: none;
    }
    .slider__dots {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
    }
    .slider__gallery {
        margin-bottom: 30px;
    }
    .swiper-pagination-bullet-active {
        background: #EE4C00;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .swiper-pagination-bullet-active::after {
        content: '';
        width: 15px;
        height: 15px;
        display: block;
        flex-shrink: 0;
        border: 1px solid #EE4C00;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        border-radius: 0;
        margin: 0 10px;
    }
    .vacancy__other-item {
        padding: 15px;
    }
}
@media (max-width: 800px) {
    .slick-dots button {
        width: 0.7rem;
        height: 0.7rem;
    }
}
@media (max-width: 640px) {
     .hero {
            padding: 12px 0!important;
     }
    .hero .container h2 {
        font-size: 15px;
        margin-top: 30px;
    }
}
@media (max-width: 460px){
    .hero .container {
        /*position: relative;*/
        /*top: -15px;*/
        /*height: 100px;*/
    }
    .hero .container h2 {
        font-size: 12px;
        margin-top: 15px;
    }
    .hero {
        padding: 20px 0!important;
    }
    .btn.light__btn {
        margin-top: 20px;
    }
    .btn .rectangle {
        width: 130px;
        height: 25px;
    }
    .btn {
        height: 30px;
    }
    .slick-dots {
        /* display: none; */
    }
}
@media (max-width: 375px) {
    .hero .container {
        margin-top: -15px!important;
    }
}
@media(max-width: 767px) {
    .container {
        max-width: 320px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .btn.light__btn {
        margin-top: 20px!important;
    }
    .hamburger {
        display: block;
        width: 22px;
        margin-left: 28px;
        z-index: 20;
    }
    .hamburger span {
        width: 22px;
        background-color: #000;
        display: block;
        height: 2px;
        margin: 4px 0;
        border-radius: 15px;
        transition: 0.5s ease;
        position: relative;
    }
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active {
        height: 10px;
    }
    .hamburger.active span {
        position: absolute;
    }
    .hamburger.active span:first-child {
        transform: rotate(45deg);
        position: absolute;
    }
    .hamburger.active span:last-child {
        transform: rotate(-45deg);
    }
    .header__menu {
        position: fixed;
        transform: translateY(-100%);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 15;
        transition: 0.5s ease;
    }
    .header__menu.active {
        transform: translateY(0);
    }
    .header__menu .menu__item:not(:last-child) {
        margin-right: 0;
    }
    .header__menu .menu__item {
        margin-top: 15px;
        display: block;
    }
    .header__logo img {
        width: 80px;
    }
    .header {
        padding: 16px 0 12px;
    }
    .header__langs {
        margin-left: auto;
    }
    .hero {
        padding: 60px 0;
        background: url('../img/hero__bg-mob.jpg') top center/100% 100% no-repeat;
    }
    h2 {
        font-size: 20px;
    }
    .hero h2 {
        text-align: center;
    }
    .hero .btn {
        /*margin-top: 30px;*/
        margin-left: auto;
        margin-right: auto;
    }
    .btn .rectangle {
        width: 162px;
    }
    .about {
        padding: 40px 0;
    }
    .about .container .about__text {
        margin-top: 10px;
        display: block!important;
        width: 100%;
    }
    .about .container {
        /*width: 90% !important;*/
        /*max-width: 90% !important;*/
    }
    .about .container .about__text .about__col:not(:first-child) {
        display: none;
    }

    .about .about__text p {
        font-size: 14px;
        font-weight: 400;
    }
    .about .container .about__text .more__btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #ee4c00;
        font-weight: 500;
        position: relative;
        margin-top: 10px;
    }
    .about .container .about__text .more__btn .arrow {
        margin-left: 8px;
    }
    .about .container .about__text .more__btn::before {
        content: 'Читать больше';
    }
    .about .container .about__text .more__btn.active::before {
        content: 'Читать меньше';
    }
    .about .container .about__text .more__btn.active .arrow {
        transform: rotate(180deg);
    }
    .pluses {
        padding: 40px 0;
        /*background: url('../img/pluses__bg-mob.jpg') top center/100% 100% no-repeat;*/
        background: url('../img/panorama_new.jpg') top center/100% no-repeat;
        background-size: cover;
    }
    .pluses__item {
        max-width: 100%;
    }
    .pluses__text {
        margin-top: 14px;
    }
    .vacancies {
        padding: 40px 0;
        overflow: hidden;
    }

    .vacancies .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }

    .vacancies__top {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 320px;
    }

    .vacancy__top {
        max-width: calc(100% + 4px);
        width: calc(100% + 4px);
        left: -2px;
        padding: 8px 16px;
        font-size: 16px;
    }

    .vacancy__item {
        padding: 65px 29px 20px 15px;
    }

    .vacancy__descr {
        font-size: 14px;
    }

    .vacancy_body-top {
        flex-wrap: wrap;
    }

    .vacancy__icon {
        order: 1;
    }

    .vacancy__right-title {
        margin-right: 0;
        order: 2;
        margin-left: 20px;
    }

    .vacancy__body-right {
        margin-top: 20px;
    }

    .vacancies .btn {
        display: none;
    }

    .more__link {
        font-size: 14px;
    }

    .gallery__item:nth-child(3), .gallery__item:nth-child(7) {
        display: none;
    }

    .gallery__item:nth-child(1n) {
        margin-top: 10px;
    }

    .gallery__item {
        max-width: calc(50% - 5px);
    }

    .gallery__item:nth-child(2n - 1) {
        margin-right: 10px;
    }

    .gallery__item:nth-child(2n) {
        margin-right: 0;
    }

    .gallery {
        padding-bottom: 40px;
    }

    .contacts__text {
        font-size: 16px;
    }

    .contacts__body {
        margin-top: 30px;
    }

    .contact__row {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .contact__field {
        font-size: 14px;
        width: 68px;
    }

    .contact__value {
        margin-left: 20px;
        font-size: 18px;
    }

    .contact__value_small {
        font-size: 13px;
    }
    
    .contact__value svg {
        width: 16px;
    }

    .contacts__form form {
        flex-wrap: wrap;
        position: relative;
    }

    .contacts__form form > * {
        max-width: 100%;
        margin-left: 0;
    }

    .form__elem-checkbox {
        position: absolute;
        bottom: 50px;
    }

    .contacts__form form > * {
        position: unset;
    }

    .form__submit {
        margin-top: 65px;
    }

    .contacts__body {
        padding-bottom: 20px;
    }

    .pagi__item:nth-child(3),
    .pagi__item:nth-child(5) {
        display: none;
    }
    .pagi__item {
        width: 25px;
        height: 25px;
    }
    .vacancies__page .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .vacancies__page .page__title {
        max-width: 320px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .vacancies__page {
        padding-bottom: 50px;
    }
    .slider__gallery {
        display: none;
    }
    .vacancy__other-slider {
        margin-top: 50px;
    }
    .vacancy__other-item {
        margin-bottom: 10px;
    }
    .vacancy__other-slider {
        margin-bottom: 50px;
    }
    .vacancy__list li {
        font-size: 14px;
    }
    .vacancy__page .vacancy__items .vacancy__items-title {
        font-size: 14px;
    }
    .page__title {
        font-size: 20px;
    }
    .vacancy__salary {
        font-size: 18px;
    }
}


