@media (min-width: 240px) and (max-width: 479px) {
  /* Header begin */
  #header {
    height: 80px; }
    #header > div {
      padding: 0 70px 0 20px; }
    #header .social_links {
      display: none; }
  .main_nav {
    display: none; }
  .toggler {
    display: block; }
  .request_link {
    padding: 0 8px 0 0; }
    .request_link a {
      font-size: 12px; }
  .lang a {
    display: none; }
  .lang select {
    display: block; }
  .mobile_aside .lang {
    display: block; }
  /* Header end */
  /* Index begin */
  .index_inner {
    top: 130px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
    .index_inner h2 {
      font-size: 36px; }
    .index_inner p {
      font-size: 14px; }
  .index_nav {
    width: 100%;
    left: 0;
    padding: 0 20px;
    bottom: 90px; }
    .index_nav h3 {
      display: none; }
    .index_nav ul {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
      grid-auto-rows: minmax(min-content, max-content);
      grid-gap: 4px 4px; }
    .index_nav a {
      font-size: 13px; }
  .bg_slides {
    background: #0052A3; }
  .scroll_link {
    bottom: 32px; }
    .scroll_link a {
      font-size: 12px; }
  .index_projects {
    padding: 0; }
    .index_projects > div {
      padding: 0 20px; }
  .project_item {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0); }
    .project_item h2 {
      max-width: 100500px;
      font-size: 24px;
      top: auto;
      bottom: 24px; }
    .project_item .link {
      width: 100%;
      height: 100%;
      padding: 0;
      top: 0;
      left: 0; }
      .project_item .link a {
        height: 100%;
        width: 100%;
        position: relative;
        opacity: 0; }
    .project_item .bg {
      width: calc(100% + 40px);
      margin: 0 0 0 -20px;
      position: relative; }
    .project_item .inner {
      position: static;
      width: 100%;
      padding: 24px 0;
      -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0); }
      .project_item .inner p {
        padding: 0 0 20px; }
    .project_item .tags {
      padding: 0 0 20px; }
  .view_all a {
    padding: 20px 24px;
    font-size: 16px; }
  .index_services {
    padding: 60px 0 60px; }
    .index_services h2 {
      padding: 0 0 0px;
      font-size: 24px; }
  .services_list {
    padding: 0 0px; }
    .services_list article {
      display: block;
      padding: 20px 0; }
    .services_list .image {
      width: 100%;
      margin: 0 0 12px; }
    .services_list .num {
      width: 100%;
      padding: 12px 0 12px;
      font-size: 16px;
      text-align: center; }
    .services_list h3 {
      width: 100%;
      padding: 0 0 0px;
      margin: 0;
      font-size: 16px;
      text-align: left; }
    .services_list .icon {
      display: none;
      width: 100%;
      text-align: center;
      position: static;
      text-align: center; }
      .services_list .icon::before {
        display: inline-block;
        width: 48px;
        height: 48px;
        background-size: 45%; }
  #bg_video {
    display: none; }
  .index_first {
    min-height: 60vh; }
  .image_bg {
    /*display: none;*/
    background-position: 90% 50%; }
  .video_cover {
    display: none; }
  /* Index end */
  /* News begin */
  .latest_news {
    padding: 60px 0 0; }
    .latest_news h2 {
      padding: 0;
      font-size: 32px; }
  .news_list {
    padding: 0 0px; }
    .news_list article {
      display: block;
      padding: 20px 0; }
    .news_list .image {
      width: 100%;
      margin: 0 0 18px; }
    .news_list .inner {
      width: 100%;
      margin: 0; }
    .news_list h3 {
      font-size: 16px; }
    .news_list time {
      padding: 0 0 8px;
      font-size: 14px; }
  /* News end */
  /* Footer begin */
  .footer_first {
    display: block;
    padding: 20px 0; }
    .footer_first .r_side {
      width: 100%; }
  .footer_bignav {
    display: none; }
  .social_block h3 {
    display: none; }
  .footer_contacts {
    width: 100%; }
    .footer_contacts li {
      padding: 0 0 18px; }
    .footer_contacts p {
      padding: 0 0 4px;
      font-size: 14px; }
    .footer_contacts h3 {
      font-size: 14px; }
  .footer_last {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 24px 0; }
  .footer_link {
    padding: 8px 0; }
  .jis {
    width: 100%;
    padding: 0 0 12px; }
  /* Footer end */
  /* About begin */
  .about_first h1 {
    padding: 0 0 16px;
    font-size: 32px; }
  .about_first .inner {
    width: 100%; }
  .about_first .text {
    font-size: 15px; }
  .about_second {
    padding: 20px 0; }
    .about_second > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .about_second .image {
      width: 100%;
      padding: 0 0 12px; }
    .about_second .inner {
      width: 100%;
      padding: 0 0 12px;
      font-size: 15px; }
  .advantages_wrapper {
    padding: 0 0 20px; }
  .advantages_block {
    padding: 30px 20px; }
    .advantages_block h2 {
      padding: 0 0 24px;
      font-size: 24px; }
  .advantages_three {
    grid-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    .advantages_three article {
      padding: 0 0 20px; }
      .advantages_three article:last-child {
        border: none;
        padding: 0; }
    .advantages_three .icon {
      height: auto;
      padding: 0 0 12px; }
    .advantages_three h3 {
      font-size: 18px; }
    .advantages_three p {
      font-size: 15px; }
  /* About end */
  /* Project begin */
  .project_first {
    padding: 90px 0 20px; }
    .project_first > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  .project_slider {
    width: 100%;
    height: 80vw; }
  .big_slides {
    width: 100%; }
    .big_slides img {
      height: 80vw;
      -o-object-fit: cover;
      object-fit: cover; }
    .big_slides .flickity-button {
      width: 36px;
      height: 36px;
      top: calc(50% - 18px);
      background-size: 50%;
      right: 16px; }
      .big_slides .flickity-button.previous {
        left: 16px; }
  .project_thumbnails {
    display: none; }
  .project_inset {
    width: 100%;
    padding: 24px 0 0; }
    .project_inset h1 {
      font-size: 24px; }
    .project_inset .status {
      padding: 0 0 24px; }
  .project_text {
    font-size: 15px; }
  .next_project h2 {
    padding: 0 0 12px;
    font-size: 21px; }
  .next_project img {
    height: 48vw;
    -o-object-fit: cover;
    object-fit: cover; }
  /* Project end */
  /* Works begin */
  .works_wrapper {
    padding: 90px 0 30px; }
    .works_wrapper h1 {
      padding: 0 0 12px;
      font-size: 24px; }
  .works_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    .works_grid .tags {
      width: calc(100% - 32px);
      left: 16px;
      top: 16px; }
    .works_grid .inner {
      width: calc(100% - 32px);
      left: 16px;
      bottom: 16px; }
    .works_grid h3 {
      font-size: 18px; }
    .works_grid p {
      padding: 8px 0 0;
      font-size: 13px; }
  /* Works end */
  /* Services begin */
  .services_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    .services_grid h3 {
      min-height: 1px;
      width: calc(100% - 32px);
      left: 16px;
      bottom: 16px;
      font-size: 18px; }
    .services_grid .num {
      width: calc(100% - 32px);
      left: 16px;
      top: 16px; }
  .service_sides {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 24px 32px; }
    .service_sides h2 {
      font-size: 20px; }
    .service_sides h3 {
      font-size: 18px; }
  /* Services end */
  /* Carrer begin */
  .career_first::before {
    background-color: rgba(0, 174, 205, 0.6); }
  .career_first .inner {
    width: 100%;
    margin: 0; }
  .career_first h1 {
    padding: 0 0 16px;
    font-size: 32px; }
  .career_first .links a {
    padding: 0 20px;
    font-size: 13px; }
  .vacancies_block {
    padding: 30px 0; }
    .vacancies_block h2 {
      padding: 0 0 16px;
      font-size: 27px; }
  .vacancies_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0px;
    padding: 0; }
    .vacancies_grid h3 {
      font-size: 16px; }
    .vacancies_grid time {
      font-size: 13px; }
    .vacancies_grid article {
      padding: 12px 48px 12px 0; }
      .vacancies_grid article::before {
        background-size: 24px; }
  .become_team {
    padding: 30px 0; }
    .become_team h2 {
      padding: 0 0 16px;
      font-size: 27px; }
    .become_team h3 {
      padding: 0 0 24px; }
    .become_team .inner {
      padding: 0; }
  .career_form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px; }
  .vacancy_header {
    padding: 120px 0 20px;
    background-size: cover; }
    .vacancy_header h1 {
      padding: 0 0 12px;
      font-size: 24px; }
  .vacancy_inner {
    padding: 30px 0; }
    .vacancy_inner > div {
      display: block; }
    .vacancy_inner h2 {
      padding: 0 0 16px;
      font-size: 18px; }
    .vacancy_inner article {
      width: 100%; }
      .vacancy_inner article:first-child {
        padding: 0 0 12px; }
  /* Carrer begin */
  /* Contacts begin */
  .contacts_wrapper {
    padding: 120px 0 32px; }
    .contacts_wrapper h1 {
      padding: 0 0 24px;
      font-size: 24px; }
    .contacts_wrapper > div {
      display: block; }
    .contacts_wrapper .l_side {
      width: 100%; }
  .map_side {
    width: 100%; }
  .contacts_info article {
    padding: 0 0 16px; }
  .contacts_info h3 {
    font-size: 16px; }
  .contacts_info p {
    font-size: 13px; }
  /* Contacts end */
  /* Modals begin */
  .request_modal {
    padding: 54px 24px 24px; }
    .request_modal h2 {
      padding: 0 0 16px;
      font-size: 24px; }
  /* Modals end */ }

@media (min-width: 480px) and (max-width: 767px) {
  /* Header begin */
  #header {
    height: 80px; }
    #header > div {
      padding: 0 70px 0 20px; }
    #header .social_links {
      display: none; }
  .main_nav {
    display: none; }
  .toggler {
    display: block; }
  .request_link {
    padding: 0 8px 0 0; }
    .request_link a {
      font-size: 12px; }
  .lang a {
    font-size: 12px; }
  /* Header end */
  /* Index begin */
  .index_inner h2 {
    font-size: 36px; }
  .index_inner p {
    font-size: 14px; }
  .index_nav {
    display: none; }
  .bg_slides {
    background-image: url(../img/index_bg.jpg); }
  .scroll_link {
    bottom: 24px; }
    .scroll_link a {
      font-size: 12px; }
  .project_item {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); }
    .project_item h2 {
      max-width: 100500px;
      font-size: 36px; }
    .project_item .link {
      top: calc(30% + 60px); }
      .project_item .link a {
        height: 40px;
        padding: 0 40px;
        line-height: 40px; }
    .project_item .inner {
      position: static;
      width: 100%; }
      .project_item .inner p {
        padding: 0 0 20px; }
    .project_item .tags {
      padding: 0 0 20px; }
  .view_all a {
    padding: 20px 24px;
    font-size: 16px; }
  .index_services {
    padding: 60px 0 60px; }
    .index_services h2 {
      padding: 0 0 0px;
      font-size: 36px; }
  .services_list {
    padding: 0 0px; }
    .services_list article {
      display: block;
      padding: 20px 0; }
    .services_list .image {
      width: 100%;
      margin: 0 0 12px; }
    .services_list .num {
      width: 100%;
      padding: 12px 0 12px;
      font-size: 18px;
      text-align: center; }
    .services_list h3 {
      width: 100%;
      padding: 0 0 20px;
      margin: 0;
      font-size: 18px;
      text-align: center; }
    .services_list .icon {
      width: 100%;
      text-align: center;
      position: static;
      text-align: center; }
      .services_list .icon::before {
        display: inline-block;
        width: 64px;
        height: 64px; }
  /* Index end */
  /* News begin */
  .latest_news {
    padding: 60px 0 0; }
    .latest_news h2 {
      font-size: 36px; }
  .news_list {
    padding: 0 0px; }
    .news_list article {
      display: block;
      padding: 20px 0; }
    .news_list .image {
      width: 100%;
      margin: 0 0 18px; }
    .news_list .inner {
      width: 100%;
      margin: 0; }
    .news_list h3 {
      font-size: 18px; }
    .news_list time {
      padding: 0 0 8px;
      font-size: 16px; }
  /* News end */
  /* Footer begin */
  .footer_first {
    display: block;
    padding: 20px 0; }
    .footer_first .r_side {
      width: 100%; }
  .footer_bignav {
    display: none; }
  .social_block h3 {
    display: none; }
  .footer_contacts {
    width: 100%; }
    .footer_contacts li {
      padding: 0 0 24px; }
    .footer_contacts p {
      padding: 0 0 8px;
      font-size: 16px; }
    .footer_contacts h3 {
      font-size: 18px; }
  .footer_last {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 0; }
  .footer_link {
    padding: 8px 0; }
  /* Footer end */
  /* About begin */
  .about_first h1 {
    padding: 0 0 16px;
    font-size: 32px; }
  .about_first .inner {
    width: 100%; }
  .about_first .text {
    font-size: 15px; }
  .about_second {
    padding: 20px 0; }
    .about_second > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .about_second .image {
      width: 70%;
      padding: 0 0 24px; }
    .about_second .inner {
      width: 100%;
      padding: 0 0 24px; }
  .advantages_wrapper {
    padding: 0 0 40px; }
  .advantages_block {
    padding: 30px 20px; }
    .advantages_block h2 {
      padding: 0 0 24px;
      font-size: 24px; }
  .advantages_three {
    grid-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    .advantages_three article:last-child {
      border: none;
      padding: 0; }
    .advantages_three .icon {
      height: auto;
      padding: 0 0 12px; }
    .advantages_three h4 {
      font-size: 18px; }
  /* About end */
  /* Project begin */
  .project_first {
    padding: 60px 0 20px; }
    .project_first > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  .project_slider {
    width: 100%;
    height: 80vw; }
  .big_slides img {
    height: 80vw;
    -o-object-fit: cover;
    object-fit: cover; }
  .big_slides .flickity-button {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    background-size: 50%;
    right: 16px; }
    .big_slides .flickity-button.previous {
      left: 16px; }
  .project_inset {
    width: 100%; }
    .project_inset h1 {
      font-size: 32px; }
    .project_inset .status {
      padding: 0 0 24px; }
  .next_project h2 {
    padding: 0 0 12px;
    font-size: 24px; }
  /* Project end */
  /* Works begin */
  .works_wrapper {
    padding: 90px 0 30px; }
    .works_wrapper h1 {
      padding: 0 0 16px;
      font-size: 32px; }
  .works_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    .works_grid .tags {
      width: calc(100% - 32px);
      left: 16px;
      top: 16px; }
    .works_grid .inner {
      width: calc(100% - 32px);
      left: 16px;
      bottom: 16px; }
    .works_grid h3 {
      font-size: 21px; }
    .works_grid p {
      padding: 8px 0 0; }
  /* Works end */
  /* Services begin */
  .services_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    .services_grid h3 {
      width: calc(100% - 32px);
      min-height: 1px;
      left: 16px;
      bottom: 16px;
      font-size: 21px; }
    .services_grid .num {
      width: calc(100% - 32px);
      left: 16px;
      top: 16px; }
  .service_sides {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 24px 32px; }
    .service_sides h2 {
      font-size: 24px; }
    .service_sides h3 {
      font-size: 20px; }
  /* Services end */
  /* Carrer begin */
  .career_first .inner {
    width: 100%;
    margin: 0; }
  .career_first h1 {
    padding: 0 0 16px;
    font-size: 32px; }
  .vacancies_block {
    padding: 30px 0; }
    .vacancies_block h2 {
      padding: 0 0 16px;
      font-size: 32px; }
  .vacancies_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0px;
    padding: 0; }
    .vacancies_grid h3 {
      font-size: 18px; }
    .vacancies_grid time {
      font-size: 13px; }
    .vacancies_grid article::before {
      background-size: 24px; }
  .become_team {
    padding: 30px 0; }
    .become_team h2 {
      padding: 0 0 16px;
      font-size: 32px; }
    .become_team h3 {
      padding: 0 0 24px; }
    .become_team .inner {
      padding: 0; }
  .career_form {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .vacancy_header {
    padding: 140px 0 30px;
    background-size: cover; }
    .vacancy_header h1 {
      font-size: 32px; }
  .vacancy_inner {
    padding: 30px 0; }
    .vacancy_inner > div {
      display: block; }
    .vacancy_inner h2 {
      padding: 0 0 24px;
      font-size: 24px; }
    .vacancy_inner article {
      width: 100%; }
      .vacancy_inner article:first-child {
        padding: 0 0 12px; }
  /* Carrer begin */
  /* Contacts begin */
  .contacts_wrapper {
    padding: 120px 0 32px; }
    .contacts_wrapper h1 {
      padding: 0 0 24px;
      font-size: 32px; }
    .contacts_wrapper > div {
      display: block; }
    .contacts_wrapper .l_side {
      width: 100%; }
  .map_side {
    width: 100%; }
  .contacts_info article {
    padding: 0 0 24px; }
  .contacts_info h3 {
    font-size: 18px; }
  /* Contacts end */ }

@media (min-width: 768px) and (max-width: 1023px) {
  /* Header begin */
  #header {
    height: 80px; }
    #header > div {
      padding: 0 70px 0 20px; }
  .main_nav {
    display: none; }
  .toggler {
    display: block; }
  /* Header end */
  /* Index begin */
  .index_inner h2 {
    font-size: 48px; }
  .index_nav {
    display: none; }
  .bg_slides {
    background-image: url(../img/index_bg.jpg); }
  .project_item h2 {
    font-size: 36px; }
  .project_item .link {
    top: calc(30% + 60px); }
    .project_item .link a {
      height: 40px;
      padding: 0 40px;
      line-height: 40px; }
  .project_item .inner p {
    padding: 0 0 20px; }
  .project_item .tags {
    padding: 0 0 20px; }
  .view_all a {
    padding: 20px 24px;
    font-size: 16px; }
  .index_services {
    padding: 60px 0 60px; }
    .index_services h2 {
      font-size: 48px; }
  .services_list {
    padding: 0 0px; }
    .services_list article {
      padding: 20px 0; }
    .services_list .image {
      width: 200px; }
    .services_list .num {
      width: 70px;
      font-size: 21px; }
    .services_list h3 {
      width: calc(100% - 420px);
      font-size: 21px; }
    .services_list .icon {
      width: 64px; }
      .services_list .icon::before {
        width: 64px;
        height: 64px; }
  /* Index end */
  /* News begin */
  .latest_news {
    padding: 60px 0 0; }
    .latest_news h2 {
      font-size: 48px; }
  .news_list {
    padding: 0 0px; }
    .news_list article {
      padding: 20px 0; }
    .news_list .image {
      width: 200px; }
    .news_list .inner {
      width: calc(100% - 240px);
      margin: 0 0 0 40px; }
    .news_list h3 {
      font-size: 21px; }
    .news_list time {
      font-size: 18px; }
  /* News end */
  /* Footer begin */
  .footer_first {
    display: block;
    padding: 40px 0; }
    .footer_first .r_side {
      width: 100%; }
  .footer_bignav {
    display: none; }
  .social_block h3 {
    display: none; }
  .footer_contacts {
    width: 100%; }
    .footer_contacts li {
      padding: 0 0 24px; }
    .footer_contacts p {
      padding: 0 0 8px;
      font-size: 16px; }
    .footer_contacts h3 {
      font-size: 18px; }
  /* Footer end */
  /* About begin */
  .about_first h1 {
    padding: 0 0 24px;
    font-size: 48px; }
  .about_first .inner {
    width: 100%; }
  .about_second {
    padding: 60px 0; }
    .about_second > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .about_second .image {
      width: 50%; }
    .about_second .inner {
      width: 100%;
      padding: 0 0 24px; }
  .advantages_wrapper {
    padding: 0 0 40px; }
  .advantages_block {
    padding: 40px 40px; }
    .advantages_block h2 {
      font-size: 36px; }
  .advantages_three {
    grid-gap: 40px; }
  /* About end */
  /* Project begin */
  .project_first {
    padding: 90px 0 30px; }
    .project_first > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  .project_slider {
    width: 100%;
    height: 80vw; }
  .big_slides img {
    height: 80vw;
    -o-object-fit: cover;
    object-fit: cover; }
  .project_inset {
    width: 100%; }
    .project_inset h1 {
      font-size: 36px; }
    .project_inset .status {
      padding: 0 0 24px; }
  .next_project h2 {
    font-size: 32px; }
  /* Project end */
  /* Works begin */
  .works_wrapper {
    padding: 110px 0 30px; }
    .works_wrapper h1 {
      padding: 0 0 24px;
      font-size: 36px; }
  .works_grid .tags {
    width: calc(100% - 32px);
    left: 16px;
    top: 16px; }
  .works_grid .inner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px; }
  .works_grid h3 {
    font-size: 21px; }
  .works_grid p {
    padding: 8px 0 0; }
  /* Works end */
  /* Services begin */
  .services_grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
    .services_grid h3 {
      font-size: 21px; }
  .service_sides {
    grid-gap: 24px 32px; }
    .service_sides h2 {
      font-size: 24px; }
  /* Services end */
  /* Carrer begin */
  .career_first .inner {
    width: 55%;
    margin: 0; }
  .career_first h1 {
    padding: 0 0 24px;
    font-size: 48px; }
  .vacancies_block {
    padding: 50px 0; }
    .vacancies_block h2 {
      padding: 0 0 24px;
      font-size: 48px; }
  .vacancies_grid {
    padding: 0; }
    .vacancies_grid h3 {
      font-size: 18px; }
    .vacancies_grid time {
      font-size: 13px; }
  .become_team {
    padding: 50px 0; }
    .become_team h2 {
      padding: 0 0 24px;
      font-size: 48px; }
    .become_team h3 {
      padding: 0 0 24px; }
    .become_team .inner {
      padding: 0; }
  .vacancy_header {
    padding: 140px 0 30px; }
    .vacancy_header h1 {
      font-size: 36px; }
  .vacancy_inner {
    padding: 50px 0; }
    .vacancy_inner h2 {
      padding: 0 0 24px;
      font-size: 32px; }
  /* Carrer begin */
  /* Contacts begin */
  .contacts_wrapper {
    padding: 120px 0 32px; }
    .contacts_wrapper h1 {
      padding: 0 0 24px;
      font-size: 48px; }
    .contacts_wrapper > div {
      display: block; }
    .contacts_wrapper .l_side {
      width: 100%; }
  .map_side {
    width: 100%; }
  .contacts_info article {
    padding: 0 0 24px; }
  .contacts_info h3 {
    font-size: 18px; }
  /* Contacts end */ }

@media (min-width: 1024px) and (max-width: 1440px) {
  /* Header begin */
  .main_nav li {
    padding: 0 18px 0 0; }
  .main_nav a {
    font-size: 14px; }
  .request_link a {
    padding: 0 12px; }
  #header .social_links {
    padding: 0 0 0 12px; }
    #header .social_links a {
      width: 36px;
      height: 36px; }
  /* Header end */
  /* Project begin */
  .project_slider {
    width: calc(55% - 20px);
    height: 43vw; }
  .project_inset {
    width: calc(45% - 20px); }
  /* Project end */
  .map_side {
    width: calc(40% + 24px); } }
