@charset "UTF-8";

@media only screen and (min-width: 320px) and (max-width: 560px) {
  html,
  body {
    min-width: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .section-helper {
    min-width: auto;
    max-width: none;
    width: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .wrapper-empty {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .standart-page {
    margin-left: 15px;
    margin-right: 15px;
  }

  .standart-page .padding-fixed {
    padding: 30px 0;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .padding-fixed {
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .custom-content h2 {
    margin: 30px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .polimernaja_promyshlennost table tr td:nth-child(2),
  .logisticheskie_uslugi table tr td:nth-child(2),
  .tamozhenno-brokerskie table tr td:nth-child(2),
  .import-ehksport table tr td:nth-child(2) {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .notF {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }

  .notF .content {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .notF .bottom-bar {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    margin-left: 0;
    width: auto;
    flex-direction: column;
    padding: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .custom-content ul.links-list li {
    padding-left: 20px;
  }

  .custom-content ul.links-list li::before {
    content: "\27A4";
    border: none;
    color: #ef812a;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .float-header,
  .header {
    display: none;
  }
}

.mobile-header {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .mobile-header {
    z-index: 10000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 0 0 15px;
    background-color: white;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  }

  .mobile-header__logo {
    width: 100%;
  }

  .mobile-header__logo img {
    height: 40px;
  }

  .mobile-header__callback {
    position: relative;
  }

  .mobile-header__callback__trigger {
    display: block;
    min-width: 50px;
    height: 50px;
    background: no-repeat center/24px url(/images/vendor/bootstrap-icons/icons/telephone-fill.svg?f2c9518fad5db18079676ff26ae375e4);
  }

  .mobile-header__callback__dropdown {
    z-index: 9999;
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    display: none;
    padding: 7px 15px;
    background-color: white;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  }

  .mobile-callback-opened .mobile-header__callback__dropdown {
    display: block;
  }

  .mobile-header__callback__item {
    padding: 7px 0;
  }

  .mobile-header__callback__item a {
    font-weight: bold;
    color: #323232 !important;
  }

  .mobile-header__callback__item a span {
    font-weight: normal;
  }

  .mobile-header__burger a {
    display: block;
    min-width: 50px;
    height: 50px;
    background: no-repeat center/34px url(/images/vendor/bootstrap-icons/icons/list.svg?aa002540b50760fc710ece6e7bf2f436);
  }
}

.mobile-header__callback__dropdown {
  display: none;
}

.mobile-menu {
  overflow: auto;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 50px;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 10px 10px 20px 10px;
  background: url(/images/Vector2.png?a6a6fb376986bd11ed6042cb38f5a49c) bottom -200px left -100px no-repeat white;
  transition: all 200ms ease-in-out;
  transform: translateX(100%);
}

.mobile-menu-opened .mobile-menu {
  transform: translateX(0);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .mobile-menu {
    display: block;
  }
}

.mobile-menu__links {
  width: 100%;
}

.mobile-menu__links > li {
  width: 100%;
}

.mobile-menu__links > li > a {
  display: block;
  width: 100%;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #2a70df !important;
}

.mobile-menu__links > li.active > a {
  color: #ef812a !important;
}

.mobile-menu__links ul {
  display: none;
}

.mobile-menu__links ul > li {
  width: 100%;
}

.mobile-menu__links ul > li > a {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #2a70df !important;
}

.mobile-menu__links ul > li.active > a {
  color: #ef812a !important;
}

.mobile-menu__has-sub > a {
  background: no-repeat right 10px center url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-chevron-right' fill='%23ef812a' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.mobile-menu__has-sub--opened > a {
  background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-chevron-down' fill='%23ef812a' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.mobile-menu__has-sub--opened ul {
  display: block;
}

.mobile-menu__callback {
  padding: 13px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu__callback__item {
  padding: 7px 0;
}

.mobile-menu__callback__item a {
  font-weight: bold;
  color: #323232 !important;
}

.mobile-menu__callback__item a span {
  font-weight: normal;
}

.mobile-menu__language {
  display: flex;
  margin-bottom: 20px;
  padding: 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu__language li {
  margin-right: 20px;
}

.mobile-menu__language a {
  color: #323232 !important;
}

.mobile-menu .btn {
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .swiper-slide {
    width: 100% !important;
    background-size: cover;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .title-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    height: auto;
    padding-top: 50px;
  }

  .title-image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    left: auto;
    margin-left: auto;
  }

  .title-image h1 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    word-break: break-word;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  footer {
    height: auto;
    margin-top: 0;
    padding: 15px;
  }

  footer .panel,
  footer .contacts,
  footer .section-helper {
    flex-direction: column;
  }

  footer .section-helper {
    align-items: flex-start;
  }

  footer .logo {
    margin-bottom: 15px;
  }

  footer .panel {
    padding: 0;
  }

  footer .panel ul {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  footer .panel ul li {
    width: 50%;
    margin: 5px 0;
  }

  footer .contacts div:nth-child(1) {
    margin-bottom: 10px;
  }

  footer .contacts div:nth-child(1) svg {
    width: 24px;
    margin-right: 10px;
  }

  footer .contacts div:nth-child(2) {
    margin-bottom: 10px;
    padding: 0 !important;
  }

  footer .contacts div:nth-child(2) span:nth-child(1) {
    margin-bottom: 10px;
  }

  footer .contacts div:nth-child(3) {
    margin-left: 35px !important;
  }

  footer .contacts div:nth-child(3) span {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .float-feedback {
    z-index: 9990;
    right: 30px;
    bottom: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .recall {
    padding: 60px 15px 30px 15px;
  }

  .recall form {
    flex-direction: column;
  }

  .recall form .text {
    margin-bottom: 15px;
    text-align: center;
  }

  .recall form input {
    margin-bottom: 15px;
  }

  .recall form input,
  .recall form button {
    max-width: none;
    width: 100%;
  }

  .recall .recall-ty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .recall .recall-ty .title {
    padding-top: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .products .section-helper > .title {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .products .our-products {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .products .our-products .one {
    position: relative;
    flex-basis: auto;
    padding-left: 100px;
  }

  .products .our-products .one:hover {
    box-shadow: none;
  }

  .products .our-products .one .img {
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    width: 60px;
    height: auto;
  }

  .products .our-products .one .img svg {
    width: 100%;
    height: auto;
  }

  .products .our-products .one .title {
    display: block;
    max-height: none;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: left;
  }

  .products .our-products .one .description {
    text-align: left;
  }

  .products .our-products .one .plus {
    display: none !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .about-us {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-us .title {
    padding-bottom: 30px;
  }

  .about-us p {
    line-height: 1.5;
  }

  .about-us .blocks-horizontal {
    padding: 15px 0;
    flex-direction: column;
  }

  .about-us .blocks-horizontal .block {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .float-block {
    z-index: 100000;
    right: 0;
    bottom: 0;
    top: 0;
    width: auto;
  }

  .float-block input,
  .float-block button {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .breadcrumbs {
    width: auto;
    max-width: none;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .blocks {
    flex-direction: column;
    padding: 30px 0;
  }

  .blocks.simple {
    padding: 30px 0;
  }

  .blocks.simple .block {
    width: 100%;
    height: auto;
  }

  .blocks.simple .block .img {
    height: auto;
    margin-bottom: 15px;
  }

  .blocks.simple .block .img img {
    width: auto;
  }

  .blocks .block {
    width: 100%;
  }

  .blocks .block img {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .blocks-horizontal {
    flex-direction: column;
  }

  .blocks-horizontal.icons .block {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .custom-bg-points-about {
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 15px 30px 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .promo-slider {
    min-height: none;
    height: auto;
  }

  .promo-slider .overlay {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: 330px;
  }

  .promo-slider .overlay .swiper-container .content {
    margin-right: 0;
    padding: 80px 30px 30px;
  }

  .promo-slider .overlay .swiper-container .content .title {
    max-width: none;
    margin-bottom: 30px;
    font-size: 24px;
  }

  .promo-slider .overlay .swiper-container .swiper-pagination {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
  }

  .promo-slider .footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }

  .promo-slider .footer nav {
    position: relative;
    left: auto;
    height: auto;
    max-width: none;
    margin-left: 0;
    padding: 15px;
  }

  .promo-slider .footer nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .promo-slider .footer nav ul li {
    width: 50%;
    padding: 0;
  }

  .promo-slider .footer nav ul li:not(:last-child) a {
    margin-bottom: 30px;
  }

  .promo-slider .footer nav a {
    flex-direction: column;
    width: 100%;
    height: auto;
    text-align: center;
  }

  .promo-slider .footer nav svg {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  #callUs {
    width: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .callUs {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .callUs--single-page {
    margin-left: 15px;
    margin-right: 15px;
  }

  .callUs .form-place,
  .callUs .contacts-place {
    width: 100%;
  }

  .callUs .contacts-place {
    padding: 170px 15px 30px 15px;
  }

  .callUs .contacts-place .photo {
    position: absolute;
    top: 15px;
  }

  .callUs .contacts-place .helper {
    height: auto;
  }

  .callUs .form-place {
    padding: 30px 15px;
  }

  .callUs .form-place input,
  .callUs .form-place button {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  .news.news-wrap {
    padding-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .news.news-wrap .new {
    width: 100%;
  }
}

