.outer-menu {
  display: none;
}

@media screen and (max-width: 1280px) {
  .map-b__big-text {
    font-size: 38px;
    line-height: 42px;
  }
  .welcome-b__text {
    padding: 245px 0  0 40px;
  }
  .welcome-b__back {
    margin: 76px 20px 0 0;
  }
  .head .head__wrap, .menu-pop__top .head .head__wrap {
    padding: 37px 20px;
  }
  .head.sticky .head__wrap {
    padding: 20px;
  }
  .card-menu__bottom {
    padding: 10px 20px;
  }
  .switch-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .switch-service__one {
    width: 30%;
    margin-bottom: 5px;
  }
  .head.sticky .head__wrap, .menu-pop__top .head.active .head__wrap {
    padding: 20px;
  }
  .a-proj__wrap {
    padding-bottom: 120%;
  }
  .projects-page__top {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .projects-page__top .page-title {
    margin-bottom: 30px;
  }
  .projects-page__top .select-year {
    width: 100%;
    text-align: center;
  }
  .projects-page__bottom {
    padding: 60px 20px;
  }
  .career-b__inner {
    left: unset;
    margin-left: 0;
    padding: 0 20px;
  }
  .archive-projects__one {
    width: 31%;
  }
}

@media screen and (max-width: 1024px) {
  .page-title {
    font-size: 42px;
    line-height: 48px;
  }
  .welcome-b__text {
    padding: 20px;
  }
  .welcome-b__back {
    margin: 20px 20px 0 0;
    position: unset;
  }
  .hello_text {
    width: 55%;
  }
  .switch-number {
    width: 40%;
    padding: 0;
  }
  .number__one {
    float: unset;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .number__one:before {
    top: unset;
    width: 100%;
    height: 1px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    bottom: -20px;
  }
  .services .a-proj__wrap {
    padding-bottom: 50%;
  }
  .a-proj__wrap {
    padding-bottom: 110%;
  }
  .archive-projects__one {
    width: 48%;
  }
  .video-in__video {
    padding: 26px 100px;
  }
  .map-b__big-text {
    font-size: 32px;
    line-height: 38px;
  }
  .map-b__text {
    left: 95px;
    margin-left: 0;
  }
  .contact-page__wrap {
    padding: 60px 120px;
  }
  .vacancy {
    width: 650px;
  }
  .career-b__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .career-b__left, .career-b__right {
    width: 100%;
    padding-right: 0;
    height: auto;
  }
  .career-b__outer {
    display: none;
  }
  .career-cards {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .career-cards__one {
    width: 33%;
    height: 500px;
  }
  .services .archive-projects__one {
    width: 48%;
  }
  .cases-section .career-cards {
    width: calc(100vw - 40px);
  }

  .cases-section .career-cards__one {
    width: 100%;
  }

  .cases-section .vac-card__logo img {
    height: 60%;
  }

}

@media screen and (max-width: 980px) {
  .root {
    margin-top: 70px;
  }
  .welcome-b__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hello-text {
    width: 100%;
  }
  .switch-number {
    width: unset;
    margin-top: 30px;
  }
  .number {
    margin-left: 20px;
  }
  .number__one {
    float: left;
    margin-left: 10px;
    margin-right: 50px;
  }
  .number__one:before {
    top: 0;
    left: -20px;
    width: 1px;
    height: 100%;
    -webkit-transform: rotate(11deg);
            transform: rotate(11deg);
  }
  .head .head__wrap, .menu-pop__top .head .head__wrap {
    padding: 20px 20px;
  }
  .head {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0 5px 0 #c3c3c3;
            box-shadow: 0px 0 5px 0 #c3c3c3;
    z-index: 99;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  .head__center {
    padding-left: 25px;
    display: none;
  }
  .head__right {
    display: none;
  }
  .outer-menu {
    display: block;
  }
  .outer-menu {
    position: fixed;
    top: 10vh;
    top: 0;
    right: 65px;
    z-index: 100;
  }
  .outer-menu .checkbox-toggle {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 4;
    cursor: pointer;
    width: 45px;
    height: 45px;
    opacity: 0;
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div:before {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu {
    pointer-events: auto;
    visibility: visible;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu > div {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition-duration: .75s;
            transition-duration: .75s;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
  }
  .outer-menu .checkbox-toggle:hover + .hamburger {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  }
  .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .outer-menu .hamburger {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 1;
    width: 45px;
    height: 45px;
    padding: 10px;
    background: #F0303Df7;
    border-radius: 0 0.12em 0.12em 0;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    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;
  }
  .outer-menu .hamburger > div {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: 2px;
    background: #FEFEFE;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    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;
  }
  .outer-menu .hamburger > div:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .outer-menu .hamburger > div:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 7px;
  }
  .outer-menu .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    outline: 1px solid transparent;
    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;
  }
  .outer-menu .menu > div {
    width: 200vw;
    height: 200vw;
    color: #FEFEFE;
    background: rgba(255, 0, 0, 0.97);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
    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;
  }
  .outer-menu .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    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;
  }
  .outer-menu .menu > div > div > ul {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    display: block;
    max-height: 100vh;
  }
  .outer-menu .menu > div > div > ul > li {
    padding: 0;
    margin: 0.5em;
    font-size: 24px;
    display: block;
  }
  .outer-menu .menu > div > div > ul > li > a {
    position: relative;
    display: inline;
    cursor: pointer;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    color: #fff;
  }
  .outer-menu .menu > div > div > ul > li > a:hover {
    color: #e5e5e5;
  }
  .outer-menu .menu > div > div > ul > li > a:hover:after {
    width: 100%;
  }
  .outer-menu .menu > div > div > ul > li > a:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -0.15em;
    left: 0;
    width: 0;
    height: 2px;
    background: #e5e5e5;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  .services .a-proj__wrap {
    padding-bottom: 75%;
  }
  .case-text__section, .case-text__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case-text__section .section-side, .case-text__link .section-side {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-page__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-page__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-page__right {
    width: 100%;
  }
  .contact-page__right-text {
    margin-left: 0;
  }
    


}

@media screen and (max-width: 768px) {
  .outer-menu .menu > div {
    width: 300vw;
    height: 300vw;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .footer__left {
    margin-bottom: 15px;
  }
  .services .a-proj__wrap {
    padding-bottom: 60%;
  }
  .projects-page__top {
    padding: 60px 20px 0;
  }
  .projects-page__bottom {
    padding: 30px 20px 0;
  }
  .switch-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .switch-service__one {
    width: 100%;
  }
  .case-cover__desc {
    margin: 13vw auto 0;
  }
  .video-in__video {
    padding: 20px 73px;
  }
  .map {
    height: 400px;
  }
  .map-b {
    padding-top: 40px;
  }
  .map-b__text {
    position: unset;
  }
  .map-b__big-text {
    text-align: center;
    width: 100%;
  }
  .map-b__left {
    position: unset;
  }
  .map_contact-page {
    margin-left: 0;
    left: 0;
  }
  .contact-page__wrap {
    padding: 60px 75px;
  }
  .contact-form {
    margin-bottom: 40px;
  }
  .career-cards__one {
    width: 50%;
    height: 400px;
  }
  .vac-card__info {
    margin-bottom: 20px;
  }
  .vacancy {
    width: 100%;
  }
  .vacancy__text h2 {
    font-size: 40px;
    line-height: 1.2em;
    padding-right: 40px;
  }
  .vacancy__text p {
    font-size: 22px;
    line-height: 1.4em;
  }
  .vacancy__form h3 {
    font-size: 32px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 680px) {
  .image-animation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .image-animation img {
    width: 70%;
  }
  .welcome-b__back {
    margin: 20px 20px 0 20px;
  }
  .welcome-b_text {
    padding: 0 20px 20px 20px;
  }
  .hello-text h1 {
    font-size: 42px;
    line-height: 48px;
  }
  .hello-text p {
    font-size: 20px;
    line-height: 32px;
  }
  .number__one .num {
    font-size: 60px;
    height: 60px;
  }
  .case-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case-cell_two-thirds, .case-cell_third {
    width: 100%;
  }
  .case-cell_two-thirds .case-cell__inner, .case-cell_third .case-cell__inner {
    padding-bottom: 0 !important;
  }
  .case-cell__body {
    position: unset;
  }
  .case-cell__body a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .case-cell__body a.round-case {
    width: 100%;
    margin: 0;
    height: 100vw;
  }
  .case-cell__inner {
    height: 100%;
    padding-bottom: 100% !important;
  }
  .page-title, .career-b__text {
    font-size: 42px;
    line-height: 48px;
  }
  .archive-projects p + div {
    width: 100% !important;
  }
  .case-head__box-line p {
    font-size: 24px;
    line-height: 34px;
  }
  .case-next-link {
    height: 130px;
  }
  .case-next-link__big p {
    font-size: 38px;
  }
  .case-big-link a {
    padding: 40px 20px 40px 80px;
  }
  .case-big-link span:after {
    left: -30px;
  }
  .case-text__section, .case-text__link {
    padding-left: 20px;
    padding-right: 20px;
  }
  .case-video__wrap {
    padding: 80px 20px;
  }
  .video-in__wrap {
    padding: 20px;
  }
  .video-in__cover {
    width: 385px;
    margin: 0 auto;
  }
  .video-in__video {
    padding: 13px 45px;
  }
}

@media screen and (max-width: 580px) {
  .switch-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .switch-service__one {
    width: 100%;
  }
  .hello-text h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .hello-text p {
    font-size: 18px;
    line-height: 28px;
  }
  .switch-service__one p, .switch-service__one a {
    line-height: 28px;
    margin-bottom: 4px;
    display: inline-block;
  }
  h1, .all-cases__link {
    font-size: 36px;
    line-height: 1.2em;
  }
  .all-cases {
    padding: 50px 0;
    margin-bottom: 10px;
  }
  .contact-us__wrap {
    padding: 40px 30px;
  }
  .welcome-b__wrap {
    padding-bottom: 0;
    padding-top: 1px;
  }
  .footer_top {
    margin-bottom: 0;
  }
  .footer__wrap {
    padding: 40px 30px;
  }
  .footer__left p {
    font-size: 18px;
    line-height: 24px;
  }
  .contact-b__wrap {
    padding: 0 0 60px;
  }
  .archive-projects__one {
    margin-bottom: 10px;
  }
  .a-proj__title {
    margin-top: 10px;
  }
  .a-proj__wrap {
    padding-bottom: 175%;
  }
  .a-proj__inner {
    padding: 0 10px;
  }
  .case-big-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -50px;
  }
  .case-big-link span {
    font-size: 20px;
  }
  .video-in__nav {
    top: -40px;
  }
  .map-b__big-text {
    font-size: 26px;
    line-height: 30px;
  }
  .career-cards__one {
    width: 100%;
  }
  .vacancy__wrap {
    padding: 100px 25px 50px;
  }
  .vacancy__nav {
    height: 45px;
    width: 45px;
    left: unset;
    right: 20px;
  }
  .career-b__text {
    font-size: 40px;
    line-height: 40px;
  }
  .services .archive-projects__one {
    width: 100%;
  }
}

@media screen and (max-width: 475px) {
  .popup-container-img-close-- {
    top: -35px;
    right: 5px;
  }

  .archive-projects p, .archive-projects div, .archive-projects li {
    line-height: 26px;
    font-size: 18px;
  }
  .archive-projects ul, .archive-projects ol {
    margin: 20px 20px 20px 30px;
  }
  .archive-projects__one {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .services .a-proj__wrap {
    padding-bottom: 60%;
  }
  .page-title {
    font-size: 34px;
    line-height: 42px;
  }
  .services .a-proj__wrap {
    padding-bottom: 0;
    height: auto;
    padding-bottom: 20px;
  }
  .services .a-proj__inner {
    position: unset;
  }
  .a-proj__wrap {
    padding-bottom: 0;
    height: auto;
    padding-bottom: 20px;
  }
  .a-proj__inner {
    position: unset;
  }
  .case-head__cover {
    height: 210px;
    background-position: 78% !important;
  }
  .case-text p {
    font-size: 20px;
    line-height: 34px;
  }
  .case-text__wrap {
    padding: 40px 0 30px;
  }
  .case-video__text p {
    font-size: 20px;
    line-height: 34px;
  }
  .projects-page__top {
    padding: 30px 20px 0;
  }
  .projects-page__top .page-title {
    margin-bottom: 25px;
  }
  .projects-page__bottom {
    padding: 10px 20px 0;
  }
}

@media screen and (max-width: 425px) {
  .contact-page__wrap {
    padding: 50px 35px;
  }
  .cases__text {
    padding-top: 5px;
  }
  .slider-hor .slick-dots li {
    margin: 0 2px;
  }
  .case-cover__cover {
    height: 440px;
  }
  .case-cover__cover img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cases-section .vac-card__logo img {
    height: auto;
    margin-bottom: 110px;
  }
  .career-b__left {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 375px) {
  .video-in__cover {
    width: 335px;
  }
  .video-in__video {
    padding: 12px 39px;
  }
  .video-in__nav {
    top: -40px;
  }
  .map {
    height: 350px;
  }
  .map-b__big-text {
    font-size: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 320px) {
  .select-year__one {
    margin-right: 10px;
  }
}
/*# sourceMappingURL=responsive.css.map */