@media only screen and (max-width: 1140px) {
  .job-details__apply {
    margin-left: 0;
    margin-right: 0;
  }

  .related-item__inner {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px;
  }

  .our-event--related .our-event__caption {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .fancybox-close {
    right: -19px;
  }

  #home-slider .slide-caption {
    margin-top: 70px;
  }

  .our-details__descr {
    padding: 30px 60px;
    margin-top: 0;
  }

  .page_title {
    font-size: 45px;
  }

  .our-event {
    padding: 20px;
    min-height: 0;
  }
  .our-event__caption {
    padding: 10px;
  }
  .our-event--related {
    padding: 0 0 100% 0;
  }
  .our-event--related .our-event__caption {
    padding: 5px;
  }

  .related-item__title-text {
    font-size: 14px;
  }

  .our-product__title {
    padding: 15px;
  }

  .jobs__inner {
    padding: 40px;
  }

  .main-title {
    font-size: 42px;
  }

  .product-item {
    width: 50%;
  }
  .product-item__more {
    padding: 10px 70px 10px 10px;
    line-height: 40px;
  }
  .product-item__meta {
    word-break: break-all;
  }

  .related-item--transparent .related-item__inner {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
  .related-item--transparent .related-item__title-text {
    font-size: 18px;
  }

  .cta-item__text {
    padding: 15px 50px 5px 15px;
  }
  .cta-item__link {
    padding-left: 15px;
    padding-right: 50px;
  }
  .cta-item__link:after, .cta-item__link:before {
    width: 40px;
  }
  .cta-item:after {
    width: 40px;
  }

  .jobs-item {
    padding: 15px;
  }
  .jobs-item__title {
    font-size: 20px;
  }

  .tab {
    margin-bottom: 2px;
  }

  .step {
    padding: 0;
  }

  .header .columns, .header .row {
    position: static;
  }
  .header .logo {
    position: absolute;
    top: 10px;
    margin-top: 0;
    z-index: 3;
  }
  .header .logo img {
    max-height: 60px;
  }

  .category-video {
    position: static;
    max-width: 400px;
    margin: 0 auto;
  }

  .testimonial-item__photo:before {
    font-size: 100px;
    left: 0;
  }

  .facebook {
    padding: 20px 0;
    text-align: center;
  }
  .facebook__cta {
    margin-bottom: 20px;
  }

  .product-categories__nav {
    display: none;
  }
  .product-categories__list {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .product-categories__title {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 782px) {
  .admin-bar .header--sticky {
    top: 46px;
  }

  .header .top-bar .menu .menu-item a {
    padding: 0 5px;
    font-size: 14px;
  }

  section.top-bar-section li.has-dropdown > a:not(.button):after {
    display: none !important;
  }
}
@media only screen and (max-width: 700px) {
  .back-to-archive:before {
    padding-right: 10px;
  }

  .post-nav__text {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .product-categories__list-holder {
    padding: 20px 0;
  }
  .product-categories__list-wrap {
    max-width: 300px;
    max-height: 50px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
  }
  .product-categories__list-wrap--opened {
    overflow: visible;
  }
  .product-categories__list-placeholder {
    background-color: #fff;
    border: 2px solid #f5f5f5;
    padding: 8px 20px;
    line-height: 30px;
    display: block;
    cursor: pointer;
  }
  .product-categories__list-placeholder:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 20px;
    line-height: 14px;
    margin-top: -7px;
  }
  .product-categories__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .product-categories__title {
    display: block;
    padding: 0 20px;
    text-align: left;
  }
  .product-categories__title:after {
    display: none !important;
  }

  .select {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
  }

  .select-styled {
    position: relative;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }
  .select-styled.active {
    background-color: #f30012;
  }
  .select-styled:after {
    content: '\f107';
    position: absolute;
    right: 25px;
    top: 0;
    font-family: FontAwesome;
    font-size: 25px;
    line-height: 50px;
  }

  .select-options {
    display: none;
    position: absolute;
    z-index: 3;
    top: 100%;
    right: 0;
    left: 0;
    padding: 10px 0;
    background-color: #f7f7f7;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .select-options li {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 27px;
    cursor: pointer;
  }
  .select-options li:hover {
    background-color: #f30012;
  }
  .select-options li[rel="hide"] {
    display: none;
  }

  .news-nav__arrow--prev:before {
    margin-right: 15px;
  }
  .news-nav__arrow--next:after {
    margin-left: 15px;
  }

  .tradeshow-item__image {
    width: 60px;
  }
}
/*-=Small screens=-*/
@media only screen and (max-width: 640px) {
  /* TOP BAR Mobile STYLING */
  .page-wrap {
    padding-top: 40px;
  }

  .main-title {
    font-size: 36px;
  }

  .medium-title {
    font-size: 18px;
  }

  .page_title {
    font-size: 38px;
  }

  .page-header {
    padding: 50px 0 40%;
    min-height: 0;
  }
  .page-header--no-img {
    padding-bottom: 15px;
  }

  .page_subtitle {
    font-size: 22px;
  }

  .header .columns {
    position: static;
  }
  .header .logo {
    position: absolute;
    top: 10px;
    left: 15px;
    margin: 0;
    z-index: 10;
  }
  .header .logo img {
    max-height: 40px;
  }

  .top-nav {
    padding-right: 50px;
  }

  .top-bar {
    height: auto;
    background: #f30012;
    /* change background color if you need */
  }

  .top-bar-section ul li > a {
    font-family: "museo-sans", sans-serif;
    color: white;
    /* change color of text if you need */
    font-size: 13px;
    background: #f30012;
    /* change background color if you need */
    text-align: left;
    line-height: 21px;
  }
  .top-bar-section ul li:hover > a {
    background: #da0010 !important;
    /* change background color if you need */
  }
  .top-bar-section ul li.current-menu-item > a:not(.button), .top-bar-section ul li.current-page-ancestor > a:not(.button) {
    background: #ff0e1f !important;
    /* change background color of current menu item if you need */
  }
  .top-bar-section .menu {
    display: none;
  }
  .top-bar-section .dropdown {
    clip: auto;
    height: auto;
    display: none;
    width: 100%;
    position: static !important;
  }
  .top-bar-section .dropdown > li a {
    padding-left: 30px;
  }
  .top-bar-section .has-dropdown > a:after {
    display: none;
  }
  .top-bar-section ul li.has-dropdown a.dropdown-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 44px;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 100;
    text-align: center;
  }
  .top-bar-section ul li.has-dropdown a.dropdown-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .top-bar.expanded .opnd > .dropdown-toggle i.fa {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar.expanded .title-area {
    background: #c0000e;
  }
  .top-bar.expanded .toggle-topbar a {
    color: #fff;
  }
  .top-bar.expanded .toggle-topbar a span {
    box-shadow: none !important;
  }
  .top-bar.expanded .toggle-topbar a span:after {
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  }

  .our-details__img {
    height: 250px;
  }
  .our-details__link {
    margin-left: 0;
  }
  .our-details__descr {
    padding: 15px;
  }
  .our-details__descr:before {
    display: none;
  }

  .about-us-section {
    padding-bottom: 40px;
  }

  .our-event {
    margin-bottom: 20px;
  }

  .jobs {
    padding: 40px 10px;
  }
  .jobs__img {
    position: static;
    min-height: 250px;
  }
  .jobs__inner {
    min-height: 0;
    padding: 15px;
  }
  .jobs__link {
    right: 0;
  }

  .footer .columns + .columns {
    margin-top: 20px;
  }

  .copyright {
    text-align: center;
  }

  .content-col {
    margin-top: 30px;
  }

  .mission-image {
    margin-bottom: 20px;
    max-height: 200px;
  }

  .mission-section {
    padding: 30px 0 50px;
  }

  .vision-section {
    padding: 40px 0;
  }

  .philosophy-section {
    padding: 40px 0;
  }

  .philosophy {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .related-item__inner {
    padding: 5px;
  }
  .related-item--transparent .related-item__title-cont {
    padding: 15px;
  }
  .related-item--transparent .related-item__inner {
    position: static;
  }

  .cta-item {
    margin-bottom: 20px;
  }

  .jobs-item-cont {
    width: 100%;
  }

  .sidebar {
    margin-bottom: 30px;
  }

  .products-count {
    margin-bottom: 20px;
  }

  .tab {
    padding: 40px 15px 15px;
  }
  .tab__name {
    margin-bottom: 10px;
  }
  .tab:before {
    top: 15px;
  }
  .tab--inline {
    padding: 20px 15px;
  }
  .tab--circle {
    padding: 15px;
  }

  .starting-section {
    padding: 40px 0;
  }

  .step {
    margin-bottom: 25px;
  }

  .faqs__title {
    padding: 10px 50px 10px 10px;
  }
  .faqs__title:before {
    right: 20px;
  }
  .faqs__body {
    padding: 10px 50px 10px 10px;
  }

  .our-socials {
    padding-bottom: 40px;
  }

  .our-social__text {
    position: static;
    background-color: #fff;
    color: #505050;
    padding: 15px;
  }

  .menu-col {
    border: none;
  }

  .shop-header .job-position {
    display: none;
  }

  .product-item {
    width: 100%;
  }

  .job-details__header {
    padding: 15px;
  }

  .job-details__body {
    padding: 15px;
  }

  .job-details__footer {
    padding: 0;
  }

  .video-overlay {
    padding-top: 50px;
  }

  .production-slider .columns {
    padding: 15px;
  }

  .production-slider__caption {
    position: static;
  }

  .production-slider__caption--center .production-slider__text {
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
  }

  .production-slider .slick-slide {
    height: 500px;
  }

  .map-section {
    padding: 0;
  }
  .map-section .row {
    padding: 20px 0;
  }

  .map-side {
    position: relative;
    left: 0;
    height: 300px;
  }

  .testimonials-section .columns:nth-child(n+2) .testimonial-item {
    margin-top: 30px;
  }

  .testimonial-item--row .testimonial-item__quote {
    padding-left: 0;
  }

  .timeline__item {
    padding: 10px 0 10px 30px;
  }
  .timeline__icon {
    margin-top: 10px;
  }
  .timeline__icon:before {
    width: 60px;
  }
  .timeline__icon:after {
    left: -63px;
  }

  .links-grid--collapse .columns:nth-child(n+2) {
    margin-top: -1px;
  }

  .additional-gallery {
    margin-top: 15px;
  }

  .admin-bar .header--sticky {
    top: 0;
  }

  .back-to-archive {
    margin-bottom: 20px;
  }

  .product-categories__descr {
    margin-top: 20px;
  }

  .catalogue {
    margin-top: 20px;
  }

  .page-template-template-form .office__title {
    font-size: 22px;
  }
  .page-template-template-form .office__address {
    font-size: 20px;
  }

  .production-section {
    min-height: 0;
    height: auto !important;
  }
  .production-section__inner {
    padding: 15px;
  }
  .production-section__slider .slick-slide {
    height: 250px;
  }
  .production-section:first-child {
    padding-top: 20px;
  }

  .red-label {
    font-size: 22px;
  }
  .red-label:after {
    width: 100px;
    height: 15px;
    margin-left: -50px;
  }

  .history-block:after {
    left: 15px;
    margin-left: 0;
  }

  .history-item:first-child:before, .history-item:last-child:before {
    left: 15px;
    margin-left: 0;
  }
  .history-item__image {
    border-width: 5px;
    padding-bottom: calc(75% - 10px);
    width: 75%;
  }
  .history-item__image:after {
    left: -74px;
  }
  .history-item__descr p {
    margin-bottom: 0;
  }
  .history-item .columns {
    padding: 30px 30px 30px 60px;
  }
  .history-item .columns.history-item__text {
    padding-bottom: 0;
  }
  .history-item:after {
    left: 26px;
  }

  .news-nav__archive, .news-nav__arrows {
    margin-top: 15px;
  }

  .sidebar {
    margin-top: 30px;
  }

  .tradeshow-link {
    margin-top: 70px;
    padding-left: 0;
  }
}
/* max-width 640px and lower. Use this for mobiles only */
@media only screen and (max-width: 440px) {
  .our-products .small-6 {
    width: 100%;
  }

  .news-item {
    width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  .page_subtitle {
    font-size: 19px;
  }
}
/*-=Medium screens=-*/
@media only screen and (min-width: 641px) {
  /* TOP BAR STYLING */
  h1 {
    font-size: 53px;
  }

  body #lang_sel {
    right: 0;
    height: 80px;
    z-index: 500;
  }
  body #lang_sel a.lang_sel_sel {
    height: 80px;
  }
  body #lang_sel a.lang_sel_sel:after {
    position: absolute;
    top: 40px;
    left: 40%;
    transform: translateX(-50%);
  }

  .top-bar {
    background: transparent;
    height: auto;
    padding: 8px 0 0;
    line-height: 1;
  }

  .top-bar-section {
    float: none;
    text-align: right;
    /* Dropdown Styling*/
  }
  .top-bar-section ul {
    background: transparent;
    font-size: 0;
  }
  .top-bar-section ul li {
    background: transparent;
  }
  .top-bar-section li:not(.has-form),
  .top-bar-section li.has-dropdown {
    float: none;
    display: inline-block;
    padding-bottom: 8px;
  }
  .top-bar-section li:not(.has-form) > a:not(.button),
  .top-bar-section li.has-dropdown > a:not(.button) {
    /* Regular menu item style */
    color: #505050;
    background: transparent;
    font-family: "museo-sans", sans-serif;
    padding: 0 8px;
    font-size: 16px;
  }
  .top-bar-section li:not(.has-form) > a:not(.button):hover,
  .top-bar-section li.has-dropdown > a:not(.button):hover {
    color: #f30012;
    background: transparent;
  }
  .top-bar-section li:not(.has-form) > a:not(.button):after,
  .top-bar-section li.has-dropdown > a:not(.button):after {
    display: none;
  }
  .top-bar-section li.has-dropdown > a:not(.button) {
    position: relative;
    padding-right: 28px;
  }
  .top-bar-section li.has-dropdown > a:not(.button):after {
    content: '\f107';
    font-family: FontAwesome;
    display: block !important;
    position: absolute;
    top: 0;
    right: 15px;
    height: auto;
    width: auto;
    border: none;
    margin: 1px 0 0 0;
    color: #cccccc;
    line-height: 45px;
    font-size: 14px;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .top-bar-section li.has-dropdown:hover a:not(.button):after {
    color: #f30012;
  }
  .top-bar-section li.current-menu-item > a:not(.button),
  .top-bar-section li.current-page-ancestor > a:not(.button) {
    /* Style of Current page and Ancestor page */
    color: #f30012;
    font-weight: 700;
    background: transparent;
  }
  .top-bar-section li.current-menu-item > a:not(.button):after,
  .top-bar-section li.current-page-ancestor > a:not(.button):after {
    color: inherit;
  }
  .top-bar-section ul li:hover:not(.has-form) > a {
    /* Parent link style on dropdown hover */
    color: #f30012;
    background: transparent;
  }
  .top-bar-section .edge .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .dropdown {
    padding: 15px;
    background-color: #fff;
    text-align: left;
    top: 100%;
    display: none;
    min-width: 250px;
    -moz-box-shadow: inset 0 0 0 1px #efefef;
    -webkit-box-shadow: inset 0 0 0 1px #efefef;
    box-shadow: inset 0 0 0 1px #efefef;
  }
  .top-bar-section .dropdown.offscreen {
    right: 0;
    left: auto;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) {
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 35px;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    /* Regular link in dropdown */
    color: #f30012;
    background: transparent;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    line-height: 2;
    position: relative;
    padding: 0;
    left: 0;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active).current_page_item > a:not(.button) {
    font-weight: 700;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    /* Dropdown link on hover */
    color: #f30012;
    background-color: transparent;
    left: 5px;
  }
  .top-bar-section .dropdown--nocol {
    -moz-columns: auto;
    -webkit-columns: auto;
    columns: auto;
    padding: 20px 40px 15px;
  }
  .top-bar-section .two-columns .dropdown {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -moz-column-gap: 5px;
    -webkit-column-gap: 5px;
    column-gap: 5px;
  }
  .top-bar-section .has-dropdown > .dropdown li .dropdrown_menu li a {
    /* Dropdown in dropdown */
    background: blue;
  }
  .top-bar-section .has-dropdown > .dropdown li .dropdrown_menu li:hover a {
    color: white;
    text-decoration: underline;
    background: red;
  }

  /* Align Menu to the right
  	 .top-bar-section { float:right; } */
  /* Align Menu to the center
  	 .top-bar-section { float:none; text-align: center; }
  	 .top-bar-section ul{display: inline-block;} */
  .first-col_wrap {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    float: left;
    width: 60%;
    padding: 10px 0 0;
    border-right: 1px solid #f5f5f5;
  }

  .second-col_wrap {
    float: left;
    width: 40%;
    padding: 10px 0 0;
  }
  .second-col_wrap .second-col:last-child {
    margin-top: 25px;
  }

  .has-dropdown .dropdown-toggle {
    display: none;
  }

  .header--sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 0 3px #666;
    padding-right: 50px;
  }
  .header--scroll .row:before {
    left: -40px;
  }

  .footer-menu {
    padding-top: 44px;
    padding-left: 20px;
  }

  .cta-row .columns {
    padding: 0 3px;
  }
  .cta-row .columns:first-child {
    padding-left: 0;
  }
  .cta-row .columns:last-child {
    padding-right: 0;
  }

  .hideme {
    opacity: 0;
  }

  .single .page-wrap {
    padding-top: 75px;
  }

  .tab--circle {
    padding: 0 0 100% 0;
    position: relative;
    border-radius: 50%;
    background-color: #efefef;
  }
  .tab--circle .tab__name {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 25px;
    text-align: center;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 400;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .tab--circle:before {
    display: none;
  }

  .request__text {
    padding: 40px;
  }

  .timeline:after {
    left: 50%;
    margin-left: -10px;
  }
  .timeline .columns:first-child {
    padding-right: 30px;
    text-align: right;
  }
  .timeline .columns:first-child > div {
    width: 100%;
  }
  .timeline .columns:last-child {
    padding-left: 30px;
  }
  .timeline__item:first-child:before {
    left: 50%;
    margin-left: -10px;
  }
  .timeline__item:first-child .timeline__year {
    position: relative;
    left: 56%;
  }
  .timeline__item:first-child .timeline__inner {
    position: relative;
    left: -44%;
  }
  .timeline__item:nth-child(2n) .columns:first-child {
    text-align: left;
    padding-left: 30px;
  }
  .timeline__item:nth-child(2n) .columns:last-child {
    text-align: right;
    padding-right: 30px;
  }
  .timeline__item:nth-child(2n) .timeline__icon {
    margin-right: 35px;
    margin-left: 0;
  }
  .timeline__item:nth-child(2n) .timeline__icon:before {
    right: auto;
    left: 100%;
  }
  .timeline__item:nth-child(2n) .timeline__icon:after {
    left: auto;
    right: -73px;
  }
  .timeline__item:nth-child(3) .timeline__title {
    text-align: left;
  }
  .timeline__item:last-child:before {
    left: 50%;
    margin-left: -10px;
  }
  .timeline__item:after {
    left: 50%;
    margin-left: -10px;
  }
  .timeline__icon--big {
    width: 135px;
    height: 135px;
    line-height: 129px;
  }
  .timeline__icon--big img, .timeline__icon--big svg {
    max-width: 100px;
    max-height: 100px;
  }

  .tab-content h3 {
    font-size: 44px;
  }

  .markets-tabs__tab {
    padding: 40px;
    margin-top: 0;
  }
  .markets-tabs__tab.active:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f30012 transparent transparent transparent;
  }
  .markets-tabs__icon {
    margin-bottom: 10px;
  }
  .markets-tabs .gform_body {
    margin: 0 -9px;
  }
  .markets-tabs .gfield {
    width: 50%;
    float: left;
    padding: 0 9px;
  }
  .markets-tabs .gfield textarea {
    height: 45px;
    min-height: 45px;
    line-height: 44px;
  }

  .history-item:nth-child(2n) .history-item__image {
    margin-left: 0;
    margin-right: 30px;
  }
  .history-item:nth-child(2n) .history-item__image:after {
    right: -95px;
    left: auto;
  }
  .history-item:nth-child(2n) .history-item__image:before {
    right: auto;
    left: 100%;
  }

  .news-nav__arrows {
    float: left;
    width: 59%;
  }
  .news-nav__archive, .news-nav__pages {
    float: left;
    width: 41%;
  }

  .mission-image {
    width: 100%;
    max-width: 340px;
  }
}
/* min-width 641px */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .testimonials-section .columns:nth-child(n+3) .testimonial-item {
    margin-top: 40px;
  }

  .jobs-item__title {
    word-break: break-all;
  }

  .our-event--related .our-event__text {
    font-size: 16px;
  }

  .history-item .columns {
    padding: 40px;
  }
  .history-item__image {
    width: 75%;
    padding-bottom: calc(75% - 20px);
  }
  .history-item__image:after {
    left: -85px;
  }
  .history-item:nth-child(2n) .history-item__image:after {
    right: -85px;
    left: auto;
  }

  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
}
@media only screen and (min-width: 769px) {
  .product-categories__list-placeholder {
    display: none;
  }

  .news-pagination {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 783px) {
  .admin-bar .header--sticky {
    top: 32px;
  }

  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
}
/*-=Large screens=-*/
@media only screen and (min-width: 1025px) {
  .logo-row {
    position: absolute;
    left: 0;
    right: 0;
    padding-bottom: 10px;
  }

  .our-details__descr {
    padding: 40px 95px;
  }

  .content-col__inner, .contact-col__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-col .content-col__inner {
    padding-left: 45px;
    margin-left: 35px;
    border-left: 1px solid #e5e5e5;
  }

  .header .logo img {
    max-height: 120px;
  }
  .header .row:before {
    content: '';
    position: absolute;
    left: -25px;
    top: calc(100% - 2px);
    background-image: url(../images/shape_new.png);
    width: 200px;
    height: 34px;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  .header .logo img {
    max-height: 120px;
  }

  .tab.active:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f30012 transparent transparent transparent;
  }
  .tab--circle .tab__name {
    font-size: 32px;
  }
  .tab--circle.active:after {
    margin-left: -15px;
    border-width: 15px 15px 0 15px;
    bottom: -10px;
  }

  .timeline {
    margin-left: -100px;
    margin-right: -100px;
  }
  .timeline__item {
    padding: 15px 0;
  }
  .timeline__item:first-child .timeline__year {
    font-size: 78px;
    left: 45%;
  }
  .timeline__item:first-child .timeline__inner {
    left: -45%;
  }
  .timeline__year--big {
    font-size: 72px;
  }

  .testimonials-section .columns:nth-child(n+4) .testimonial-item {
    margin-top: 120px;
  }

  .request__text {
    padding: 50px 80px;
  }

  .links-grid {
    padding-top: 40px;
  }
  .links-grid--collapse {
    padding-top: 0;
  }
  .links-grid--collapse .columns:nth-child(2n+2) {
    margin-left: -1px;
  }
  .links-grid--collapse .columns:nth-child(n+3) {
    margin-top: -1px;
  }

  .responsibility .columns:last-child .responsibility__content {
    padding-left: 60px;
  }

  /* min-width 1025px, large screens */
}
@media only screen and (min-width: 1141px) {
  .top-bar-section li:not(.has-form) > a:not(.button), .top-bar-section li.has-dropdown > a:not(.button) {
    padding: 0 17px;
    font-size: 19px;
  }

  .top-bar-section li.has-dropdown > a:not(.button) {
    padding-right: 35px;
  }

  .cta-section {
    padding: 80px 85px 0;
  }

  .production-section__inner {
    padding: 100px 125px 50px;
    min-height: 560px;
  }

  .job-details__column {
    padding-right: 70px;
  }
}

/*# sourceMappingURL=media-screens.css.map */
