@media (max-width: 1515px) {

  /* Масштабируем карту */
  .worldmap {
    height: auto;
    padding-bottom: 44%;
    background-size: calc(100% - 3rem) auto;
  }
}

@media (max-width: 1378px) {

  /* Отступы меню */
  .header__logo {
    margin-right: 5rem;
  }

  .header__down-right, .header__nav {
    width: 100%;
  }

  .main-menu {
    width: 100%;
    justify-content: space-between;
  }

  .main-menu li {
    margin-right: .5rem;
  }

  .header__down-search {
    margin-left: 3rem;
  }

}

@media (max-width: 1268px) {
  .slider__next {
    right: -15px;
  }

  .slider__prev {
    left: -15px;
  }

  .dificult__nav-block {
    position: relative;
    height: 170px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 60px;
  }

  .dificult__nav {
    max-width: 400px;
  }

  .dificult__nav-img {
    min-width: 140px;
  }

  .dificult__nav>a:nth-child(3) img {
    top: 0px;
  }
  .dificult__nav-title {
	line-height: 20px;
	font-size: 16px;
  }
  .dificult__nav-arr {
	margin-top: 5px;
}
.dificult__nav-main {
	margin-left: 1rem;
}
.footer__l {
	margin-right: 3rem;
}
.footer__left {
	min-width: 555px;
}





}

@media (max-width: 1128px) {

  /* Отступы меню */
  .header__down-search {
    margin-left: 1rem;
  }

  .header__logo {
    margin-right: 3rem;
  }

  .header__logo {
    width: 230px;
    min-width: 230px;
    background-size: cover;
    height: 51px;
  }

  /* Форма */
  .callback__nav-item:not(:last-child) {
    margin-right: 0;
  }

  .callback__right {
    min-width: 420px;
  }
  .pac__flex-item:not(:first-child) {
	   margin-left: 1rem;
}
.pac__flex {
	justify-content: space-evenly;
}


}

@media (max-width: 1128px) and (min-width: 953px) {

  /* Уменьшаем левое меню */
  .dificult__nav-block {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 1.7rem 0 2.7rem;
  }

  .dificult__nav-img {
    margin-top: 2.1rem;
    height: 60px;
    width: 110px;
    min-width: 110px;
  }

  .dificult__nav-title {
    font-size: 17px;
    line-height: 20px;
  }

  .dificult__nav-main {
    margin: 1rem 0 0 0;
  }

  .dificult__nav {
    max-width: 265px;
  }

  .dificult__nav-arr, .dificult__about {
    display: none;
  }

  .dificult__nav::before {
    width: 147px;
  }
}

@media (max-width: 1068px) {

  /* Блок с формой и ссылкой */
  .form-line__header {
    max-width: calc(100% - 320px);
    padding-right: 50px;
  }

  .form-line::after {
    left: calc(100% - 400px);
    width: 100%;
  }

  /* Форма */
  .callback__right {
    margin-left: 3rem;
  }

  /* Категории */
  .ccatalog__flex {
    justify-content: space-around;
  }

  .pab__pos-text {
	column-count: 1;
}

.pab__nitem-flex {
	display: flex;
	flex-wrap: wrap;
}

.pab__news-header {
	font-size: 2rem;
}

.sp__text {
  display: flex;
  flex-wrap: wrap;
}

.sp__text_left img {
  width: 100%;
}
.row {
  flex-wrap: wrap;
}
.form-service-tr.active::after {
	border-left: 0px solid #fff;
}
.service-form-lists {
  margin: 0 auto;
}





}






@media (max-width: 978px) {

  /* Мобильное меню */
  .header__down-right, .header__nav {
    width: auto;
    /* Позиция бургера */
  }

  .header__nav {
    /* background: rgba(0, 0, 0, 0); */
    z-index: -1;
  }

  .header__nav.opened {
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.1);
  }

  .main-menu {
    position: absolute;
    top: 0;
    left: -400px;
    max-width: 300px;
    height: 100vh;
    flex-direction: column;
    background: var(--color-aqua);
    padding: 40px 20px;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: scroll;
    transition: 0.3s;
    -webkit-box-shadow: -13px 0 67px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -13px 0 67px 5px rgba(0, 0, 0, 0.3);
    box-shadow: -13px 0 67px 5px rgba(0, 0, 0, 0.3);
  }

  .main-menu a, .nav-header {
    color: #fff;
  }

  .main-menu li {
    margin-bottom: 1rem;
  }

  .menu-parent>a::after, .nav-header::after {
    display: none;
    color: #fff;
  }

  .header__nav.opened .main-menu {
    left: 0;
  }

  .header__mob {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    transition: .2s;
  }

  .header__mob:hover {
    cursor: pointer;
    opacity: .7;
  }

  .header__mobline {
    position: relative;
    width: 30px;
    height: 4px;
    background: var(--color-aqua);
  }

  .header__down-right {
    align-items: center;
  }

  .header__mobline::before {
    content: '';
    position: absolute;
    width: 30px;
    top: -11px;
    left: 0;
    height: 4px;
    background: var(--color-aqua);
  }

  .header__mobline::after {
    content: '';
    position: absolute;
    width: 30px;
    top: 11px;
    left: 0;
    height: 4px;
    background: var(--color-aqua);
  }

  .main-submenu {
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    padding: 20px 0 0 0;
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 0;
    box-shadow: none;
    max-width: 100%;
  }

  .main-submenu>li {
    padding: 0 10px;
  }

  .main-submenu>li:last-child {
    margin-bottom: 0;
  }

  .main-submenu a {
    padding: 0;
  }

  .main-submenu>li>a>span {
    color: #fff;
  }

  .main-submenu img+span {
    margin-left: 0;
  }

  .main-submenu img {
    display: none;
  }

  .main-submenu>.parent>ul {
    margin-left: 10px;
  }

  .main-submenu__item a {
    font-size: 14px !important;
    white-space: nowrap;
    font-weight: 400;
    transition: 0.2s;
  }

  .main-menu__burger {
    position: absolute;
    top: 27px;
    left: 250px;
    display: block;
    width: 29px;
    height: 25px;
    opacity: 0.7;
    transition: 0.2s;
    cursor: pointer;
  }

  .main-menu__burger:hover {
    opacity: 1;
  }

  .main-menu__burger::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 5px;
    border-radius: 4px;
    background: #fff;
    transform: rotate(-45deg);
  }

  .main-menu__burger::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 5px;
    border-radius: 4px;
    background: #fff;
    transform: rotate(45deg);
  }

  .main-menu__item {
    padding: 10px 0;
  }

  .main-menu__item a,
  .main-menu__item span {
    font-size: 19px;
  }

  .main-menu>.main-menu__item>ul:not(.main-submenu) {
    display: block !important;
    box-shadow: none;
  }

  .main-menu>.main-menu__item>ul {
    list-style: none;
    margin-bottom: 10px;
  }

  .main-menu-child>.main-menu__item a {
    color: #fff;
  }

  .dificult__about {
  	top: 700px;
  }
  .about__right {
	max-width: 100%;
}
  .dificult__nav {
  	max-width: 600px;
  }
  .dificult__nav-block {
  	padding: 0 20px 0 100px;
  }
  .dificult__nav-img {
  	min-width: 200px;
  }
  .dificult__nav-main {
	margin-left: 2rem;
  }
  .dificult__nav-main {
  	max-width: 400px;
  }
  .about {
  	padding: 1.5rem 0 4.5rem;
  }
  .about__left {
  	max-width: 100%;
  }
  .about__left-col {
  	padding-left: 140px;
  	margin-bottom: 60px;
  }
  .equipment__left {
	max-width: 100%;
  }
  .services__col-header {
  	font-size: 19px;
  	line-height: 25px;
  }
  .callback {
  	padding: 4rem 0;
  }
  .services {
  	padding: 3rem 0 2rem 0;
  }
  .worldmap {
  	margin: 4rem auto 3rem auto;
  }
  .dificult__content-pos {
  	padding: 3rem 1rem 3.5rem 2rem;
  }
  .dificult__content-title {
  	font-size: 29px;
  	line-height: 40px;
  }
























  /* Поиск */
  button.finder {
    font-size: 27px;
  }

  /* Сферы применения О компании */
  .about>.wrap>.flex-btw {
    /* justify-content: space-around; */
    flex-wrap: wrap;
  }

  .about__left {
    margin-top: 3rem;
  }

  .about__right {
    padding-left: 0;
    margin-left: 0;
  }

  .about__right-l {
    margin-left: 0;
    margin-bottom: 20px
  }

  /* Оборудование */
  .equipment>.wrap>.flex-btw {
    /* justify-content: space-around; */
    flex-wrap: wrap;
  }

  .equipment>.wrap>.flex-btw>.row {
    flex-direction: column;
  }

  .equipment__col {
    max-width: 380px;
  }

  .equipment__col:first-child {
    margin-bottom: 2rem;
  }

  .equipment__left {
    margin-bottom: 2rem;
    margin-right: 0;
    padding: 0 1rem;
  }

  .equipment__col-img {
    height: auto;
    margin: 1rem 0;
  }

  .equipment .mini-header {
    padding: 0 1rem;
    max-width: 380px;

  }

  /* Сервисное обслуживание */
  .services .row {
    justify-content: space-between;
  }

  .services__col:not(:last-child) {
    margin-right: 2.5rem;
  }

  /* Приводим оборудование в порядок */
  .equipment__col {
    max-width: none;
  }

  .equipment_col-left {
    display: flex;
    flex-wrap: wrap;
  }

  .equipment__col h3 {
    padding-top: 40px;
    padding-left: 50%;
  }

  .equipment__col>div {
    position: relative;
  }

  .equipment__col-img {
    max-width: 350px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 45%;
    max-width: 50%;
    min-height: 250px;
    background-size: contain;
    /* background-size: 120%!important; */
  }

  .equipment__col-img:before {
    content: '';
    padding-top: 81.818181%;
  }

  .equipment__col-list {
    max-width: none !important;
    margin-top: 200px;
    justify-content: flex-start;
  }

  .equipment_col-right .equipment__col-img {
    background-position: center;
  }

  .inovations .equipment__col-img {
    /* background-size: 100%!important; */
    background-position: -30px 0;
  }

  .inovations .equipment__col-item {
    max-width: 50%;
  }

  .inovations .equipment__col-list {
    margin-top: 100px;
  }
  .pab__nitem-l {
    position: relative;
    display: flex;
    align-items: center;
    min-width: auto;
    width: 100%;
    margin-bottom: 40px;
  }
  .pab__extra-flex {
    flex-wrap: wrap;
  }
  .pab__extra-l {
	min-width: 372px;
	max-width: 100%;
}
.pab__extra-image img {
  margin-bottom: 40px;
}
.footer_wrapper {
  flex-wrap: wrap;
}

.footer__right {
  width: 100%;
  height: 400px;
}
.footer__left {
	width: 100%;
}
.pab__header {
	font-size: 2.9rem;
}
.pab__year-slider {
	padding: 0 20px;
}
.slick-prev {
	left: 0px;
}


}






@media (max-width: 952px) {

  /* Убираем адрес */
  .header__left-block:first-child {
    display: none;
  }

  /* Блок с видео */
  .dificult .row {
    flex-direction: column-reverse;
  }

  .dificult__video {
    padding-top: 56.666666%;
  }

  .dificult__content-pos {
    padding-top: 1rem;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }

  /* Форма */
  .callback .wrap>.flex-btw {
    flex-wrap: wrap;
    max-width: 540px;
    margin: 0 auto;
  }

  .contact-block {
    width: 100%;
  }

  .callback__right {
    max-width: 100%;
    margin-top: 3rem;
    margin-left: 0;
  }

}

@media (max-width: 841px) {

  /* Текс на видео */
  .dificult__content-title {
    font-size: 42px;
    line-height: 45px;
  }
}

@media (max-width: 791px) {

  /* Скрываем адрес в шапке */
  .header__left-block:first-child {
    display: none;
  }

  /* Сервисное обслуживание */
  .services .row {
    flex-wrap: wrap;
  }

  .services__col {
    position: relative;
    max-width: 100%;
    padding-left: 100px;
  }

  .services__col:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .services__col img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .services__col-header {
    min-height: 0;
  }

}

@media (max-width: 741px) {

  /* Блок с формой и ссылкой */
  .form-line__flex {
    flex-direction: column;
  }

  .form-line__header::before {
    content: '';
    position: absolute;
    width: calc(100% + 40px);
    height: 100%;
    top: 0;
    left: -20px;
    background: var(--color-dark-gray);
    z-index: -1;
  }

  .form-line::after {
    top: auto;
    bottom: 0;
    left: 0;
    height: 360px;
  }

  .form-line__buttons {
    margin-top: 90px;
    padding: 61px 0;
  }

  .form-line__header {
    z-index: 1;
    width: 100%;
    padding: 85px 24.22% 20px 24.22%;
    max-width: none;
    text-align: center;
  }

  .form-line__header::after {
    top: auto;
    bottom: -90px;
    left: -20px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    height: 90px;
    width: calc(100% + 40px);
    background: var(--color-dark-gray);
  }

  /* footer */
  .footer__left {
    flex-wrap: wrap;
  }

  .footer__copyright {
    margin: 2rem 0 3rem 0;
  }
}

@media (max-width: 691px) {

  /* Карта */
  .worldmap__flex {
    flex-direction: column;
  }

  .worldmap__right {
    margin: 0;
  }
}

@media (max-width: 645px) {
  .form-line__header {
    padding: 85px 60px 20px 60px;
  }
}

/* -------- 560 560 560 560 560 560 560 560 560 560 560 ---------- */

@media (max-width: 560px) {
  .hd-wright-us {
    display: none;
  }

  .dificult {
    padding: 0 0px;
  }

  .dificult__video-bck {
    width: 100%;
    height: 100%;
  }

  .dificult__video-bck iframe {
    width: 100%;
    height: 100%;
  }

  .dificult__content-desc {
    display: none;
  }

  .dificult__content-title {
    font-size: 26px;
    line-height: 35px;
  }

  .dificult__content-pos {
    padding: 9rem 1rem 3.5rem 2rem;
  }

  .dificult__nav {
    padding-left: 50px;
  }

  .dificult__nav::before {
    width: 150px;
  }

  .dificult__nav-block {
    padding: 0 10px 0 10px;
  }

  .dificult__nav-img {
    width: 400px;
    min-width: auto;
  }

  .dificult__nav-arr {
    font-size: 13px;
  }

  .dificult__nav-title {
    color: var(--color-black);
    max-width: 210px;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 13px;
    font-weight: 500;
  }

  .about__left-item span {
    font-size: 13px;
  }

  .about__left-col {
    padding-right: 0;
    padding-left: 30px;
  }

  .about__left {
    margin-top: 1rem;
  }

  .about__title {
    font-size: 16px;
  }

  .dificult__nav-main {
    margin-left: 20px;
    width: 400px;
  }

  .about {
    padding: 2rem 0 2rem;
  }

  .about__right {
    margin-top: 80px;
  }

  .dificult__nav-img img {
    left: -10px;
  }

  .sp__fl strong {
    font-size: 14px;
  }

  .about__right-img {
    text-align: center;
  }

  .about__right-title {
    font-size: 25px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 1rem;
  }


  .dificult__about {
    position: absolute;
    top: 350px;
    left: -130px;
    width: 300px;
    font-size: 12px;
    letter-spacing: 5px;
  }

  .dificult__nav-img img {
    width: 130px;
    max-width: auto;
  }



  .equipment {
    padding: 3rem 0 1rem 0;
  }

  .equipment__col>div {
    display: flex;
    flex-wrap: wrap;
  }

  .mini-header {
    text-align: center;
  }

  .def-head {
    text-align: center;
  }

  .equipment__col-img {
    max-width: 100%;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-size: contain;
    min-height: auto;
  }

  .equipment__col-list {
    margin-top: 0px;
  }

  .equipment__col-list {
    justify-content: space-evenly;
  }

  .equipment__col h3 {
    text-align: center;
    font-size: 22px;
    padding-top: 0px;
    padding-left: 0;
    font-weight: 800;
  }

  .inovations .equipment__col-list {
    margin-top: 0px;
  }

  .inovations .equipment__col-img {
    background-position: center;
  }

  .inovations .equipment__col h3 {
    max-width: none;
  }

  .mod-articles-category-title {
    font-size: 15px;
  }

  .worldmap {
    height: auto;
    padding-bottom: 74%;
    background-size: calc(130%);
  }

  .worldmap__item-text {
    font-size: 14px;
  }

  .services__col-header {
    font-size: 20px;
  }

  .services {
    position: relative;
    width: 100%;
    padding: 0rem 0 0rem 0;
  }

  .worldmap {
    margin: 2rem auto 3rem auto;
  }

  .equipment__left h3, .def-head {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
  }

  .callback {
    padding: 4rem 0;
  }

  .form-line__header {
    font-size: 30px;
  }


  .callback__mid {
    width: 100%;
    max-width: 400px;
    margin-left: 1rem;
    line-height: 20px;
  }

  .callback .flex-btw::before {
    width: 240px;
    height: 400px;
  }


  .callback__right {
    min-width: auto;
  }

  .callback__nav-item {
    text-align: center;
  }

  .callback__row {
    display: flex;
    flex-wrap: wrap;
  }

  .callback__row input:last-child {
    margin-left: 0rem;
  }

  .callback__row input:first-child {
    margin-right: 0rem;
  }

  .footer__left {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-width: auto;
  }


  .footer__icons {
    margin: 1rem 0;
  }


  .sp__next {
    padding: 0rem 0 0rem 0;

  }

  .sp__line {
    flex-wrap: wrap-reverse;
  }

  .sp__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .sketchfab-embed-wrapper img {
    width: 100%;
    height: 300px;
  }

  .sp__nav-item {
    font-size: 15px;
    padding-bottom: 10px;
    margin-right: 20px;
    ;
  }

  .sp__qr {
    margin-bottom: 40px;
    justify-content: center;
    width: 100%;
  }

  .su-youtube iframe {
    width: 100%;
    height: 280px;
  }

  .sp__pos-text {
    column-count: 1;
  }

  .sp__area-list {
    flex-wrap: wrap;
    margin: 0 2rem;
  }

  .sp__area-item {
    margin: 0 2rem 40px;
  }

  .sp__fl-l {
    margin-right: 0;
  }

  .sp__fl-l, .sp__fl-r {
    width: calc(50% - 10px);
  }

  .sp__area h2 {
    text-align: center;
  }

  .production__item {
    width: 50%;
  }

  .slider__next {
    right: -15px;
  }

  .slider__prev {
    left: -15px;
  }

  .slick-slide img {
    display: block;
    object-fit: contain;
    height: 100%;
    width: 100%;
  }

  .production__item-link {
    display: block;
    margin: 0px 0 0 0px;
    text-align: center;
  }

  .production__item-link::before {
    border-bottom: 0px solid var(--color-aqua);
    border-left: 0px solid var(--color-aqua);
  }

  .pab__header {
    margin: 40px 0;
    font-size: 29px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
  }

  .pab__left {
    max-width: auto;
    margin: 0px auto 40px;
  }

  .pab__flex {
    flex-wrap: wrap;
  }

  .pab__right {
    margin-left: 0rem;
  }

  .pab__pos-text {
    column-count: 1;
  }

  .pab__nitem-flex {
    display: flex;
    flex-wrap: wrap;
  }


  .pab__news-slider {
    max-height: none;
    width: 100%;
  }

  .pab__news-header {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-aqua);
    margin: 4rem 0 3.75rem 0;
  }

  .pab__nitem-l::before {
    display: none;
  }

  .pab__nitem-r {
    margin: 0 1rem 0 0rem;
    font-size: 14px;
    overflow: auto;
    max-height: 400px;
  }


  .pab__extra-r {
    margin-left: 0rem;
  }



  .ccatalog__item-image img {
    width: 100%;
  }

  .category__header {
    font-size: 1.7rem;
    text-align: center;
  }

  .ccatalog__item {
    margin-top: 10px;
  }

  .ccatalog__item-image {
    margin-bottom: 13px;
  }

  .category__header {
    margin: 2rem 0 2rem 0;
  }

  ul.breadcrumb {
    overflow-x: scroll;
  }

  .sp__title {
    font-size: 2rem;
  }

  .sp__flex .btn-11 {
    min-width: 50%;
  }

  .sp__left::before {
    width: 300px;
  }

  .sp__pos::before {
    width: 300px;
    right: -10px;
  }

  .sp__title {
    margin: 2rem 0 3.7rem 0;
  }

  .pac__flex {
    display: flex;
    padding: 1rem 0 4.5rem 0;
    flex-wrap: wrap;
  }

  .pac__flex-item:not(:first-child) {
    margin-left: 0rem;
  }

  .pac__flex-item {
    margin-bottom: 40px;
  }

  .pac__row {
    flex-wrap: wrap;
  }

  .pac__row-r {
    flex-wrap: wrap;
    margin-left: 0rem;
  }

  .pac__s-item {
    margin: 20px 0rem;
    width: 100%;
  }

  .pac__item {
    max-width: 100%;
    margin: 20px 0rem;
  }


  .about__right-desc {
    margin-bottom: 40px;
  }

  .form-service-tr.active::after {
    display: none;
  }

  .form-list-title {
    font-size: 16px;
  }

  .callback__right {
    margin-top: 1rem;
  }

  .service-pab {
    margin-bottom: 40px;
  }

  .main-menu li {
    margin-bottom: 10px;
  }

}
