

/* Start:/local/templates/logistic/assets/css/main.css?1716803252134755*/
@charset "UTF-8";
/* COLORS */
/* MEDIA QUERIES */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  opacity: 1 !important;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*
    Пример подключения шрифта woff/woff2
    https://css-tricks.com/snippets/css/using-font-face/

    @include fontFace('ProximaNova', '../fonts/ProximaNova-Regular/ProximaNova-Regular');
*/
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/logistic/assets/css/../fonts/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"), url("/local/templates/logistic/assets/css/../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/logistic/assets/css/../fonts/Montserrat-Medium/Montserrat-Medium.woff2") format("woff2"), url("/local/templates/logistic/assets/css/../fonts/Montserrat-Medium/Montserrat-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/logistic/assets/css/../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff2") format("woff2"), url("/local/templates/logistic/assets/css/../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/logistic/assets/css/../fonts/Montserrat-Bold/Montserrat-Bold.woff2") format("woff2"), url("/local/templates/logistic/assets/css/../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@-webkit-keyframes trembling {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes trembling {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes shimMove {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes shimMove {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes appearLeft {
  to {
    width: 100%;
  }
}

@keyframes appearLeft {
  to {
    width: 100%;
  }
}

@-webkit-keyframes menuItem {
  from {
    opacity: 0;
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes menuItem {
  from {
    opacity: 0;
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fade {
  from {
  }
  to {
  }
}

@keyframes fade {
  from {
  }
  to {
  }
}

@-webkit-keyframes scaleBg {
  from {
    background-size: auto 100%;
  }
  to {
    background-size: auto 105%;
  }
}

@keyframes scaleBg {
  from {
    background-size: auto 100%;
  }
  to {
    background-size: auto 105%;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html,
body {
  font-size: 2.666vw;
}

body {
  line-height: 1.5;
}

address {
  font-style: normal;
}

button {
  cursor: pointer;
}

img {
  height: auto;
  max-width: 100%;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

textarea {
  resize: vertical;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

:-moz-placeholder {
  text-overflow: ellipsis;
}

::-moz-placeholder {
  text-overflow: ellipsis;
}

:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[placeholder] {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.8rem;
}

.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  min-height: 100vh;
}

.site-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #fbfbfb;
}

.truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}

.modal-open {
  position: relative;
  overflow: hidden;
}

.modal-open::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 69, 81, 0.74);
}


@media (max-width: 1023px) {
  .menu-open {
    height: 100%;
    overflow: hidden;
  }
  .menu-open .site-header__dropdown {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .menu-open body {
    position: fixed;
    width: 100%;
  }
  .mobile-hidden {
    display: none;
  }
}


@media (min-width: 768px) {
  html,
  body {
    font-size: 80%;
  }
  .container {
    padding: 0 3rem;
  }
  .container._header {
    padding-left: 2rem;
  }
}
@media (min-width: 1024px) {
  html,
  body {
    font-size: 0.5208333vw;
  }
  .container {
    padding: 0 8rem;
  }
  .container._header {
    padding-left: 4rem;
  }
}

@media (min-width: 1920px) {
  html,
  body {
    font-size: 62.5%;
  }
}

.yandex-map {
  height: 47rem;
}

.hidden {
  display: none !important;
}

.button {
  --text-color: #fff;
  --bg-color: #778e1b;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 2.2rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  width: 100%;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  color: var(--text-color);
  text-decoration: none;
  text-align: center;
  background-color: var(--bg-color);
  border: 0;
  border-radius: 3rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  will-change: transform;
}

.button._transparent {
  border: 1px solid currentColor;
  background-color: transparent;
  color: var(--bg-color);
}

.button--white {
  --text-color: #657d8b;
  --bg-color: #fff;
}

.button-up {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #657D8B;
  font-weight: 400;
  font-style: normal;
  position: fixed;
  display: none;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: transparent;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 2rem;
  text-decoration: none;
  background-color: #fff;
}

.button-up._active {
  display: block;
}

.button-up svg {
  margin-left: 1rem;
  width: 1rem;
  height: 1.2rem;
}

@media (min-width: 1024px) {
  .button {
    width: calc(29rem * 1.5);
    font-size: 2.6rem;
    line-height: 3.3rem;
    border-radius: 4rem;
  }
  .button:hover, .button:focus {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .button._transparent:hover, .button._transparent:focus {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: var(--text-color);
    background-color: var(--bg-color);
    border-color: var(--bg-color);
  }
  .button-up {
    display: none;
  }
  .button-up._active {
    display: none;
  }
}

@media (min-width: 1441px) {
  .button {
    width: 29rem;
    font-size: 1.7rem;
    line-height: 2.2rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}

.form {
  padding: 0 1.8rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.form__button-submit {
  display: block;
  width: 27.7rem;
  margin: 0 auto;
}

.form__text-input {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  -webkit-appearance: none;
}

.form__text-input:-webkit-autofill, .form__text-input:-webkit-autofill:hover, .form__text-input:-webkit-autofill:focus {
  caret-color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form__search-input {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  min-height: 5.4rem;
  padding-left: 5.5rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-radius: 4.4rem;
  border: 1px solid #778e1b;
}

.form__search-input::-webkit-input-placeholder {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.form__search-input::-moz-placeholder {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.form__search-input::-ms-input-placeholder {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.form__search-input::placeholder {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.form__search-input--grey {
  border: 1px solid #d0c9d6;
}

.form--green .form__text-input {
  border-color: #778e1b;
  color: #778e1b;
}

.form--green .form__input-wrap::after {
  background-color: #404e0a;
}

.form--green .form__input-wrap._active .form__label,
.form--green .form__input-wrap._filled .form__label {
  color: #d0c9d6;
}

.form--green .form__label {
  color: #d0c9d6;
}

.form__agreement {
  font-size: 1.2rem;
  line-height: 130%;
  max-width: 37rem;
  color: #fff;
  margin: 2rem 0 1rem;
  text-align: center;
}

.form__agreement a {
  color: inherit;
}

.form__agreement._inactive {
  display: none;
}

.form__texts-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 0;
}

.form__input-wrap {
  position: relative;
  margin-bottom: 3.2rem;
}

.form__input-wrap--task {
  margin-bottom: 4rem;
}

.form__input-wrap::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0;
  background-color: #fff;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.form__input-wrap._filled .form__label {
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #a6bbc8;
}

.form__input-wrap._active::after {
  height: 2px;
  width: 100%;
}

.form__input-wrap._active .form__label {
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
  color: #a6bbc8;
}

.form__input-wrap._wrong .form__text-input {
  border-color: #ffa7a7;
}

.form__input-wrap._uncorrect::before {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #ffa7a7;
  font-weight: 400;
  font-style: normal;
  content: 'Некорректное заполнение поля';
  position: absolute;
  width: 100%;
  top: 100%;
}

.form__search-wrap {
  width: 100%;
  position: relative;
}

.form__search-wrap svg {
  position: absolute;
  left: 2rem;
  top: 50%;
  width: 2.1rem;
  height: 2.1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #000;
}

.form__label {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1rem;
  line-height: 2.4rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0.8rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}

.form__empty-tip {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #ffa7a7;
  font-weight: 400;
  font-style: normal;
  display: none;
  text-align: center;
}

.form__empty-tip._active {
  display: block;
}

@media (min-width: 1024px) {
  .form {
    padding: 0;
    padding-top: 8.8rem;
    padding-left: 8rem;
    padding-bottom: 7.8rem;
    border-bottom: 0;
  }
  .form__search-wrap svg {
    width: 3rem;
    height: 3rem;
  }
  .form__agreement {
    text-align: left;
    font-size: 1.4rem;
    margin: 1rem 0;
  }
  .form__texts-wrap {
    padding-left: 5.5rem;
  }
  .form__button-submit {
    width: calc(38rem * 1.5);
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 4rem;
    margin: 0;
  }
  .form__text-input {
    font-size: 2.2rem;
    line-height: 2.8rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
  .form__wrap-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .form__input-wrap--phone {
    width: 24rem;
    margin-bottom: 3.2rem;
  }
  .form__input-wrap--email {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 4rem;
    margin-bottom: 3.2rem;
  }
  .form__input-wrap--task {
    margin-bottom: 5rem;
  }
  .form__input-wrap._filled .form__label,
  .form__input-wrap._active .form__label {
    font-size: 1.4rem;
  }
  .form__input-wrap._uncorrect::before {
    font-size: 1.4rem;
  }
  .form__label {
    font-size: 1.5rem;
    line-height: 2.2rem;
    top: 1.4rem;
  }
  .form__button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form__empty-tip {
    font-size: 1.7rem;
  }
  .form__search-input {
    font-size: calc(1.6rem * 1.5);
    line-height: calc(2.2rem * 1.5);
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}

@media (min-width: 1441px) {
  .form__input-wrap._filled .form__label,
  .form__input-wrap._active .form__label {
    font-size: 1.4rem;
  }
  .form__label {
    font-size: 1.5rem;
    line-height: 2.4rem;
    top: 0.8rem;
  }
  .form__text-input {
    font-size: 2.1rem;
    line-height: 2.4rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .form__button-submit {
    width: 27.7rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .form__search-wrap svg {
    width: 2.1rem;
    height: 2.1rem;
  }
  .form__search-input {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.link {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #778e1b;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding-right: 5rem;
  text-decoration: none;
}

.link__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2.2rem;
  height: 1px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  background-color: currentColor;
}

.link__arrow::after, .link__arrow::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1.2rem;
  height: 1px;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background-color: currentColor;
}

.link__arrow::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link__arrow::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .link {
    font-size: 1.4rem;
  }
  .link:hover .link__arrow,
  .link:focus .link__arrow {
    width: 2.5rem;
  }
  .link__arrow {
    width: 1.8rem;
  }
  .link__arrow::after, .link__arrow::before {
    width: 1rem;
  }
}

@media (min-width: 1024px) {
  .link {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
  .link:hover .link__arrow,
  .link:focus .link__arrow {
    width: 3.2rem;
  }
}

@media (min-width: 1441px) {
  .link {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
}

.grid__wrap-top {
  padding: 0 1.6rem;
  /*border-bottom: 1px solid #ebeef0;*/
}

@media (max-width: 1023px) {
  .grid__wrap-top._no-breadcrumbs {
    padding-top: 4.5rem;
  }
}

.grid__section--border {
  /*border-bottom: 1px solid #ebeef0;*/
}

.grid__inner {
  padding: 6.4rem 1.8rem;
  /*border-bottom: 1px solid #ebeef0;*/
}

.grid__inner > *:last-child {
  margin-bottom: 0;
}

.grid__inner--no-padding {
  padding: 0;
}

.grid__inner--no-border {
  border: 0;
}

.grid__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 4.4rem;
  color: #657d8b;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 3rem;
}

.grid__subtitle {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 2.8rem;
  color: #657d8b;
  font-weight: 600;
  font-style: normal;
  line-height: 3.2rem;
  margin-top: 0;
  margin-bottom: 2.4rem;
}

.grid__text {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
}

.grid__send-button {
  width: 29rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.grid__text-list {
  margin-bottom: 4rem;
  padding-left: 1.8rem;
}

.grid__text-list--mb-0 {
  margin-bottom: 0;
}

ol.grid__text-list li::after {
  display: none;
}

.grid__text-item {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2.6rem;
  position: relative;
  padding-right: 2rem;
}

.grid__text-item::after {
  content: '';
  position: absolute;
  left: -1.8rem;
  top: 1rem;
  width: 6px;
  height: 6px;
  background-color: #778e1b;
  border-radius: 50%;
}

.grid__text-item:last-child {
  margin-bottom: 0;
}

.grid__item {
  position: relative;
  /*border-bottom: 1px solid #ebeef0;*/
}

.grid__link {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #778e1b;
  font-weight: 400;
  font-style: normal;
}

.grid__link--abs {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.grid__image {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .grid__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-bottom: -1px;
  }
  .grid__item {
    width: 50%;
    /*border-right: 1px solid #ebeef0;*/
  }
  .grid__link {
    font-size: 1.4rem;
  }
}

@media (min-width: 1024px) {
  .grid__text {
    font-size: calc(1.6rem * 1.5);
    line-height: calc(2.6rem * 1.5);
  }
  .grid__text-item::after {
    top: 1.5rem;
  }
  .grid__wrap-top {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid__aside-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
  }
  .grid__aside-content {
    width: 75%;
  }
  .grid__aside-content .grid__section {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid__aside {
    width: 25%;
  }
  .grid__section {
    width: 100%;
    padding: 0 calc(16rem * 1.5);
    /*border-bottom: 1px solid #ebeef0;*/
  }
  .grid__section--no-border {
    border: 0;
  }
  .grid__inner {
    position: relative;
    padding: 0 6.4rem;
    padding-top: 8rem;
    padding-bottom: 10rem;
    border-bottom: 0;
    /*border-right: 1px solid #ebeef0;*/
    -webkit-box-shadow: -1px 0 0 0 #ebeef0;
    box-shadow: -1px 0 0 0 #ebeef0;
  }
  .grid__inner--no-padding {
    padding: 0;
  }
  .grid__inner--no-pb {
    padding-bottom: 1rem;
  }
  .grid__title-wrap {
    width: calc(100% - 24rem * 2);
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
  .grid__title {
    margin: 0;
    font-size: 6.8rem;
    line-height: 7.2rem;
  }
  .grid__subtitle {
    margin-bottom: 2.5rem;
    padding-right: 8rem;
    font-size: calc(3.2rem * 1.5);
    line-height: calc(4.2rem * 1.5);
  }
  .grid__subtitle--with-button {
    margin-bottom: 6rem;
  }
  .grid__subtitle--pr {
    padding-right: 6rem;
  }
  .grid__text-item {
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2.6rem * 1.5);
    padding-right: 5rem;
  }
  .grid__send-button {
    width: calc(29rem * 1.5);
    position: absolute;
    bottom: 12rem;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
  .grid__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid__wrap-half {
    width: 50%;
  }
  .grid__link {
    font-size: 1.6rem;
  }
}

@media (min-width: 1441px) {
  .grid__aside-content .grid__section {
    padding-right: 10.33%;
  }
  .grid__subtitle {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
  .grid__text-item {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .grid__text-item::after {
    top: 1rem;
  }
  .grid__text {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .grid__send-button {
    width: 29rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .grid__title-wrap {
    width: 50%;
    padding-left: 6rem;
  }
  .grid__title {
    font-size: 5.6rem;
    line-height: 6.4rem;
  }
  .grid__title-wrap {
    padding-left: 0;
  }
  .grid__section {
    padding: 0 25%;
  }
}

.accordion__title {
  position: relative;
  margin: 0;
  padding-right: 11rem;
}

.accordion__title a {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #657d8b;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
}

.accordion__title .link__arrow {
  display: none;
}

.accordion__item:not(:last-child) {
  margin-bottom: 3rem;
}

.accordion__link {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #657d8b;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .accordion {
    position: relative;
    padding: 4rem 1.8rem;
    /*border-bottom: 1px solid #ebeef0;*/
  }
  .accordion--small {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .accordion._open .accordion__list {
    display: block;
  }
  .accordion._open .accordion__title::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .accordion._open .accordion__title::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .accordion__title::after, .accordion__title::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.5rem;
    height: 1px;
    background-color: #778e1b;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .accordion__title::after {
    right: 1.1rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .accordion__title::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .accordion__list {
    display: none;
    margin-top: 2.4rem;
  }
}

@media (min-width: 1024px) {
  .accordion__title {
    display: none;
  }
}

.breadcrumbs__item {
  display: none;
}

.breadcrumbs__item:nth-last-child(2) {
  display: block;
}

.breadcrumbs__item a,
.breadcrumbs__item span {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #657d8b;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
  text-decoration: none;
}

.breadcrumbs__item svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 2rem;
  fill: #657d8b;
}

@media (min-width: 1024px) {
  .breadcrumbs {
    width: 24rem;
    padding-left: 0;
  }
  .breadcrumbs-list {
    position: absolute;
    margin-left: 24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .breadcrumbs__item {
    margin-right: 0.6rem;
    display: block;
  }
  .breadcrumbs__item:first-child svg {
    display: none;
  }
  .breadcrumbs__item a,
  .breadcrumbs__item span {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .breadcrumbs__item svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.6rem;
  }
}

@media (min-width: 1441px) {
  .breadcrumbs {
    width: 25%;
  }
  .breadcrumbs-list {
    margin-left: 25%;
  }
  .breadcrumbs__item a,
  .breadcrumbs__item span {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

.about__inner {
  padding-top: 0;
}

.about__inner._no-border {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.about__picture {
  width: 100%;
  margin-bottom: 3rem;
}

.about__text {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 2rem;
}

.about__text:last-child {
  margin-bottom: 0;
}

.about__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 2.8rem;
  color: #657d8b;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
}

.about__possibility-list {
  margin-bottom: 3.8rem;
}

.about__possibility-item {
  padding: 1.1rem 6rem;
  padding-top: 3rem;
  text-align: center;
}

.about__possibility-desc {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin-top: 3.2rem;
}

.about__icon--briefcase {
  width: 5.9rem;
  height: 5rem;
}

.about__icon--geo {
  width: 4.4rem;
  height: 6rem;
}

.about__icon--chat {
  width: 7.1rem;
  height: 6rem;
}

.about__icon--delivery {
  width: 7.7rem;
  height: 5.1rem;
}

.about__icon--crane {
  width: 7.5rem;
  height: 7.5rem;
}

.about__icon--docs {
  width: 4.7rem;
  height: 6.3rem;
}

.about__icon--save {
  width: 5.8rem;
  height: 6.5rem;
}

.about__icon--done {
  width: 6.6rem;
  height: 5.4rem;
}

.about__details {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  margin-bottom: 1.6rem;
}

.about__hh {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  position: relative;
  display: inline-block;
  padding-right: 5rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
  text-decoration: none;
}

.about__hh::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4.2rem;
  height: 4.2rem;
  background-image: url("/local/templates/logistic/assets/css/../img/hh.png");
  background-size: 4.2rem 4.2rem;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .about .grid__section {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .about__desc {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
    font-size: 16px;
    line-height: 24px;
  }
  .about__thesis {
    max-width: 98rem;
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
  .about__hh {
    font-size: 2.4rem;
    line-height: 3.9rem;
  }
  .about__inner {
    padding: 0;
    padding-bottom: 6.4rem;
  }
  .about__wrap {
    padding-left: 6rem;
  }
  .about__text {
    margin-right: 5rem;
    font-size: 2.1rem;
    line-height: 3.9rem;
  }
  .about__picture {
    margin-bottom: 5.5rem;
  }
  .about__title {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
  .about__title--job {
    margin: 0;
  }
  .about__possibility-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .about__possibility-item {
    width: 25%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
  .about__possibility-desc {
    margin-top: 1rem;
    font-size: 2.1rem;
    line-height: 3rem;
  }
  .about__icon {
    height: 10rem;
  }
  .about__details {
    display: block;
    width: 66rem;
    margin: 0 auto;
  }
  .about__item .about__title {
    width: 50%;
  }
  .about__item .about__wrap {
    width: 50%;
    padding-left: 5rem;
  }
  .about__job-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 6.5rem;
  }
  .about__hh {
    margin: 0;
  }
  .about__inner-last {
    padding-bottom: 8rem;
  }
}

@media (min-width: 1441px) {
  .about .grid__section {
    padding-left: 25%;
    padding-right: 25%;
  }
  .about__desc {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  .about__text {
    font-size: 1.6rem;
    line-height: 2.7rem;
    margin-right: 6rem;
  }
  .about__thesis {
    max-width: none;
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
  .about__possibility-item {
    padding-left: 0;
    padding-right: 0;
  }
  .about__possibility-desc {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .about__details {
    width: 44.3rem;
  }
  .about__title {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
  .about__hh {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.advantages__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 4.4rem;
  color: #657d8b;
  font-weight: 600;
  font-style: normal;
  margin: 0;
}

.advantages__item {
  padding: 5rem 1.8rem;
  padding-bottom: 5.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*border-bottom: 1px solid #ebeef0;*/
}

.advantages__item:first-child {
  padding-right: 30rem;
  padding-top: 5.5rem;
  padding-bottom: 3.7rem;
}

.advantages__item:nth-child(2) {
  /*border-top: 1px solid #ebeef0;*/
}

.advantages__item-title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #778e1b;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  margin-bottom: 3.5rem;
}

.advantages__desc {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

@media (min-width: 1024px) {
  .advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .advantages__title {
    font-size: 4.8rem;
    line-height: 6.3rem;
  }
  .advantages__title:first-child {
    padding-right: 3.3rem;
  }
  .advantages__desc {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .advantages__item {
    width: 25%;
    min-height: 38.5rem;
    padding-top: 10rem;
    padding-left: 6rem;
    padding-right: 6.5rem;
    border: 0;
    /*border-right: 1px solid #ebeef0;*/
    /*border-bottom: 1px solid #ebeef0;*/
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .advantages__item:first-child {
    width: 50%;
    padding-left: 8rem;
    padding-top: 10rem;
  }
  .advantages__item:nth-child(2) {
    border-top: 0;
  }
  .advantages__item:nth-child(4) {
    width: 25%;
    margin-left: 25%;
    /*border-left: 1px solid #ebeef0;*/
  }
  .advantages__item:nth-child(n+4) {
    padding-bottom: 14rem;
  }
  .advantages__item:not(:first-child):hover {
    background-color: rgba(235, 238, 240, 0.25);
  }
  .advantages__item-title {
    margin-bottom: 3rem;
    font-size: 2.7rem;
    line-height: 3.6rem;
  }
}

@media (min-width: 1441px) {
  .advantages__desc {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .advantages__title {
    font-size: 5.6rem;
    line-height: 6.4rem;
  }
  .advantages__item-title {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}

.articles__search {
  padding: 0 1.8rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.articles__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}

.articles__search .form__search-wrap {
  width: 24rem;
}

.articles__search-button {
  width: 9.2rem;
}

.articles__sort-button {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding: 0;
  padding-right: 2rem;
  border: 0;
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.articles__sort-button svg {
  width: 10px;
  height: 10px;
  margin-left: 0.8rem;
}

.articles__sort-button._down svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.articles__sort-button::after {
  border-bottom-color: #000;
}

.articles__item {
  padding: 4rem 1.8rem;
  /*border-bottom: 1px solid #ebeef0;*/
}

.articles__item a {
  text-decoration: none;
}

.articles__link {
  text-decoration: none;
}

.articles__image {
  display: block;
  width: 100%;
}

.articles__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #657d8b;
  font-weight: 600;
  font-style: normal;
  margin: 0.8rem 0;
}

.articles__title--more-mb {
  margin-bottom: 1.5rem;
}

.articles__date {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 0.8rem 0;
}

.articles__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.articles__desc {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  width: 28rem;
  margin: 0;
}

.articles__arrow {
  position: absolute;
  right: 0;
  top: 0;
  top: 50%;
  width: 2.2rem;
  height: 1px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  color: #778e1b;
  background-color: currentColor;
}

.articles__arrow::after, .articles__arrow::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1.2rem;
  height: 1px;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background-color: currentColor;
}

.articles__arrow::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.articles__arrow::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.articles__more-section {
  padding-top: 4rem;
  padding-bottom: 9rem;
}

.articles__more {
  display: block;
  width: 26rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .articles__search .form__search-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .articles__search-button {
    width: 10rem;
    margin-left: 3rem;
  }
  .articles__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-bottom: -1px;
  }
  .articles__item {
    width: 50%;
    /*border-right: 1px solid #ebeef0;*/
  }
  .articles__title {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .articles__date {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .articles__desc {
    font-size: 1.2rem;
    line-height: 1.8rem;
    width: 85%;
  }
}

@media (min-width: 1024px) {
  .articles__sort-button {
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2.2rem * 1.5);
  }
  .articles__more {
    width: calc(26rem * 1.5);
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .articles .form__search-input {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .articles__search {
    padding-top: calc(6.6rem * 1.5);
    padding-bottom: calc(5.6rem * 1.5);
    padding-left: calc(6.4rem * 1.5);
    padding-right: calc(6.4rem * 1.5);
  }
  .articles__search .form__search-wrap {
    width: 61.8rem;
  }
  .articles__search-button {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 6rem;
    width: calc(19rem * 1.5);
  }
  .articles__item {
    padding: 4rem 6.4rem;
    padding-bottom: 4.9rem;
  }
  .articles__title {
    font-size: calc(2.1rem * 1.5);
    line-height: calc(2.8rem * 1.5);
    margin: 0.8rem 0;
  }
  .articles__title--more-mb {
    margin-bottom: 2.4rem;
  }
  .articles__date {
    font-size: calc(1.2rem * 1.5);
    line-height: calc(1.8rem * 1.5);
  }
  .articles__desc {
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2.1rem * 1.5);
  }
  .articles__link {
    display: block;
  }
  .articles__link:hover .link__arrow,
  .articles__link:focus .link__arrow {
    width: 3.2rem;
  }
  .articles__more-section {
    padding-top: 5rem;
    padding-bottom: 10.3rem;
  }
}

@media (min-width: 1441px) {
  .articles__search {
    padding: 0 6.4rem;
    padding-top: 6.5rem;
    padding-bottom: 5.7rem;
  }
  .articles__search-button {
    width: 19rem;
  }
  .articles__sort-button {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .articles__title {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
  .articles__date {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .articles__desc {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .articles__more {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    width: 26rem;
  }
}

.contacts__phone {
  color: #000;
  text-decoration: none;
}

.contacts .grid__text {
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  .contacts .grid__text {
    max-width: calc(50rem * 1.5);
  }
  .contacts__coord {
    padding-bottom: 4rem;
  }
  .contacts__coord-title {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1441px) {
  .contacts .grid__text {
    max-width: 50rem;
  }
}

.docs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.docs__item:not(:last-child) {
  /*border-bottom: 1px solid #ebeef0;*/
}

.docs__link {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #657d8b;
  font-weight: 600;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  padding: 4rem 1.8rem;
  text-decoration: none;
}

.docs__link span {
  width: 23rem;
}

.docs__format-icon {
  width: 3.45rem;
  height: 4rem;
  margin-right: 1rem;
}

.docs__download-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin-left: auto;
}

.docs__download {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.docs__download-button {
  display: block;
  width: 23.5rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .docs__download-button {
    width: calc(23.5rem * 1.5);
  }
  .docs__link {
    padding-left: 6.4rem;
    padding-right: 4.2rem;
    font-size: 2.4rem;
    line-height: 4.4rem;
  }
  .docs__link span {
    width: 55rem;
  }
  .docs__format-icon {
    width: 6rem;
    height: 7rem;
    margin-right: 2rem;
  }
  .docs__download-icon {
    width: 5rem;
    height: 5rem;
  }
  .docs__download {
    padding-top: 5rem;
    padding-bottom: 5.6rem;
  }
}

@media (min-width: 1441px) {
  .docs__download-button {
    width: 23.5rem;
  }
}

.site-footer {
  width: 100%;
  padding: 0 1.8rem;
  padding-top: 1.8rem;
  padding-bottom: 3rem;
  background-color: rgba(101, 125, 139, 0.05);
}

.site-footer__service,
.site-footer__nav {
  display: none;
}

.site-footer__wrap-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.8rem 0;
}

.site-footer__contacts {
  width: 21rem;
}

.site-footer__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 1.2rem;
}

.site-footer__title a {
  text-decoration: none;
  color: #000;
}

.site-footer__address {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: grba(#000, 0.5);
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.2rem;
}

.site-footer__phone {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-bottom: 1.2rem;
  text-decoration: none;
}

.site-footer__email {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  display: block;
  text-decoration: none;
}

.site-footer__social {
  width: 9.5rem;
}

.site-footer__social-item svg {
  width: 3.2rem;
  height: 3.2rem;
  fill: #778e1b;
}

.site-footer__copyright {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-style: normal;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}

.site-footer__madeby {
  display: none;
}

@media (min-width: 1024px) {
  .site-footer {
    position: relative;
    padding: 0;
  }
  .site-footer__phone {
    font-size: 2.4rem;
    line-height: 2.4rem;
    margin-bottom: 4rem;
  }
  .site-footer__email {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .site-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-footer__desktop-content {
    display: block;
  }
  .site-footer__service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-top: 3rem;
    padding-left: 8rem;
    padding-bottom: 7rem;
    /*border-right: 1px solid #ebeef0;*/
  }
  .site-footer__social-item svg {
    width: 4rem;
    height: 4rem;
  }
  .site-footer__service-wrap {
    width: 50%;
    padding-right: 1rem;
  }
  .site-footer__service-list {
    margin-bottom: 4.5rem;
    padding-right: 5rem;
  }
  .site-footer__title {
    margin-bottom: 1.4rem;
    margin-right: 6rem;
    font-size: 2.7rem;
    line-height: 3.6rem;
  }
  .site-footer__title._social a {
    font-size: 2.7rem;
    line-height: 3.6rem;
  }
  .site-footer__service-name {
    margin-bottom: 2rem;
    padding-right: 8rem;
  }
  .site-footer__service-name a {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-footer__service-name a:hover, .site-footer__service-name a:focus {
    color: #000;
  }
  .site-footer__nav {
    display: block;
    width: 25%;
    padding-top: 3rem;
    /*border-right: 1px solid #ebeef0;*/
  }
  .site-footer__nav-list {
    padding-left: 6.8rem;
  }
  .site-footer__nav-item a {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 2.1rem;
    line-height: 7.6rem;
    color: #000;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
  }
  .site-footer__wrap-contacts {
    display: block;
    width: 25%;
    padding: 0;
    padding-top: 3rem;
    padding-left: 6.5rem;
  }
  .site-footer__contacts {
    width: 100%;
    margin-bottom: 5.5rem;
  }
  .site-footer__address {
    width: 28rem;
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 4rem;
    opacity: 0.5;
  }
  .site-footer__social {
    width: 100%;
  }
  .site-footer__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-footer__social-item:not(:first-child) {
    margin-left: 2.4rem;
  }
  .site-footer__social-link svg {
    -webkit-transition: fill 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
    -o-transition: fill 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
    transition: fill 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
  }
  .site-footer__social-link--fb:hover svg,
  .site-footer__social-link--fb:focus svg {
    fill: #3b5998;
  }
  .site-footer__social-link--vk:hover svg,
  .site-footer__social-link--vk:focus svg {
    fill: #4680c2;
  }
  .site-footer__social-link--telegram:hover svg,
  .site-footer__social-link--telegram:focus svg {
    fill: #08c;
  }
  .site-footer__copyright {
    position: absolute;
    bottom: 4rem;
    left: 8rem;
    margin: 0;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .site-footer__madeby {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    color: #000;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    right: 8rem;
    bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0;
    text-decoration: none;
  }
  .site-footer__madeby svg {
    width: 12rem;
    height: 2rem;
    margin-bottom: 1px;
  }
  .site-footer__service,
  .site-footer__nav,
  .site-footer__wrap-contacts {
    padding-top: 7.8rem;
    padding-bottom: 9.5rem;
  }
}

@media (min-width: 1441px) {
  .site-footer__service-name {
    margin-bottom: 1rem;
    padding-right: 14.5rem;
  }
  .site-footer__service-name a {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .site-footer__address {
    font-size: 2rem;
    line-height: 2.8rem;
    opacity: 1;
  }
  .site-footer__title a {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
  .site-footer__title._social a {
    font-size: 1.8rem;
  }
  .site-footer__nav-item a {
    line-height: 5.6rem;
  }
}

.format {
  padding-top: 6.4rem;
}

.format__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #657d8b;
  font-weight: 500;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0.6rem;
  padding-right: 5.8rem;
  padding-left: 1.8rem;
}

.format__table {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  border-collapse: collapse;
}

.format__table-row--head {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 3.8rem;
  color: #778e1b;
  font-weight: 700;
  font-style: normal;
}

.format__table-row--head .format__table-cell {
  text-align: center;
  padding-bottom: 0;
}

@media (max-width: 1023px) {
  .format__table-row:nth-child(odd):not(:first-child) {
    background-color: #f5f5f5;
  }
}

.format__table-cell {
  position: relative;
  padding: 1.8rem 0;
}

.format__table-cell:first-child {
  width: 17.6rem;
  padding-left: 1.8rem;
}

.format__table-cell:last-child {
  padding-right: 1.8rem;
}

.format__table-cell:last-child::after {
  left: calc(50% - 1.8rem);
}

.format__table-cell._empty::after {
  content: '';
  position: absolute;
  width: 2.4rem;
  height: 2px;
  background-color: #d0c9d6;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.format__table-cell._checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 1.7rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("/local/templates/logistic/assets/css/../img/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.format__table-cell._checked:last-child::after {
  left: calc(50% - 1.8rem / 2);
}

.format__item {
  padding: 0 1.8rem;
  padding-top: 6rem;
  padding-bottom: 2.4rem;
  /*border-bottom: 1px solid #ebeef0;*/
}

.format__subtitle {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
}

.format__subtitle span {
  display: block;
  font-weight: 700;
}

.format__desc {
  font-family: Montserrat, Arial, sans-serif;
  font-size: calc(1.4rem * 1.5);
  line-height: calc(2.4rem * 1.5);
  color: #000;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 768px) {
  .format__table-cell:first-child {
    width: 30rem;
  }
  .format__subtitle {
    font-size: 2.2rem;
  }
}

@media (min-width: 1024px) {
  .format {
    padding: 0;
  }
  .format__table-row--head {
    font-size: calc(2.1rem * 1.5);
    line-height: calc(3.8rem * 1.5);
  }
  .format__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .format__title-wrap {
    /*border-right: 1px solid #ebeef0;*/
  }
  .format__title {
    width: 25%;
    padding-top: 10rem;
    padding-right: 1rem;
    padding-left: 8rem;
    font-size: 4.2rem;
    line-height: 5.8rem;
  }
  .format__wrap {
    width: 50%;
    padding-top: 8rem;
    -webkit-box-shadow: -1px 0 0 0 #ebeef0;
    box-shadow: -1px 0 0 0 #ebeef0;
    /*border-right: 1px solid #ebeef0;*/
  }
  .format__table {
    margin-bottom: 8rem;
    font-size: calc(1.6rem * 1.5);
    line-height: calc(2rem * 1.5);
  }
  .format__table-row:not(:first-child):hover {
    background-color: #f5f5f5;
  }
  .format__table-cell {
    position: relative;
    min-width: 13rem;
    padding: 1.8rem 0;
  }
  .format__table-cell:first-child {
    width: 60rem;
    padding-left: 6.4rem;
  }
  .format__table-cell:last-child {
    background-position: right calc(50% + 3rem) center;
    padding-right: 30rem;
  }
  .format__table-cell._checked:last-child::after {
    left: calc(50% - 30rem / 2);
  }
  .format__table-cell._checked::after {
    width: calc(2.4rem * 1.5);
    height: calc(1.7rem * 1.5);
  }
  .format__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .format__item {
    width: 100%;
    padding-left: 6.4rem;
    padding-right: calc(22.4rem * 1.5);
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
  .format__item--half {
    width: 50%;
    padding-right: calc(3.6rem * 1.5);
    border-bottom: 0;
  }
  .format__item--right {
    padding-right: calc(9rem * 1.5);
    -webkit-box-shadow: -1px 0 0 0 #ebeef0;
    box-shadow: -1px 0 0 0 #ebeef0;
  }
  .format__subtitle {
    font-size: calc(2.4rem * 1.5);
    line-height: calc(3rem * 1.5);
    margin-bottom: 2.4rem;
  }
  .format__subtitle span {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1441px) {
  .format__table {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .format__subtitle {
    font-size: 2.1rem;
    line-height: 3.2rem;
  }
  .format__desc {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .format__table-row--head {
    font-size: 2.1rem;
    line-height: 3.8rem;
  }
  .format__table-cell:last-child {
    padding-right: 6.4rem;
  }
  .format__table-cell._checked:last-child::after {
    left: calc(50% - 6.4rem / 2);
  }
  .format__table-cell._checked::after {
    width: 2.4rem;
    height: 1.7rem;
  }
  .format__item {
    padding-right: 20.4rem;
  }
  .format__item--half {
    padding-right: 2rem;
  }
  .format__item--right {
    padding-right: 6.4rem;
  }
}

.site-header {
  width: 100%;
  background-color: #657d8b;
}

.site-header__wrap-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-height: 12.2rem;
  z-index: 100;
  position: relative;
}

.site-header__shim {
  display: none;
}

.site-header__phone {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
}

.site-header__menu-open {
  width: 3.8rem;
  height: 3.8rem;
  display: block;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.site-header__menu-open svg {
  width: 3.8rem;
  height: 2.4rem;
}

.site-header__menu-close {
  position: absolute;
  top: 4.2rem;
  right: 2.4rem;
  width: 2.7rem;
  height: 2.7rem;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.site-header__menu-close svg {
  width: 2.7rem;
  height: 2.7rem;
  fill: #3d3d3d;
}

.site-header__logo {
  position: relative;
}

.site-header__logo img {
  display: block;
  width: 8rem;
}

.site-header._main {
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-header._main video {
  display: none;
}

.site-header._main .site-header__video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .site-header__dropdown {
    position: fixed;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 1.8rem;
    padding-left: 1.8rem;
    padding-top: 8.5rem;
    padding-bottom: 4rem;
    z-index: 100;
    overflow-y: auto;
    -webkit-box-shadow: 0 -1px 0 0 #fff;
    box-shadow: 0 -1px 0 0 #fff;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}

@media (min-width: 1024px) {
  .site-header._main {
    position: relative;
    min-height: 78rem;
  }
  .site-header._main .site-header__video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .site-header._main .site-header__progress-bar {
    position: absolute;
    top: 13.3rem;
    height: 2px;
    width: 0;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
    background-color: #ebeef0;
  }
  .site-header._main .site-header__wrap-top {
    min-height: 13.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .site-header._main .site-header__main-nav {
    min-height: 5.4rem;
  }
  .site-header__phone {
    display: none;
  }
  .site-header .site-header__wrap-top {
    position: relative;
    z-index: 10;
    min-height: 15rem;
  }
  .site-header .user-pane {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  .site-header__shim {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
  }
  .site-header__shim._animate {
    background-color: #fff;
    -webkit-animation-name: shimMove;
    animation-name: shimMove;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: cubic-bezier(0.43, 0, 0.58, 0.1);
    animation-timing-function: cubic-bezier(0.43, 0, 0.58, 0.1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .site-header__wrap-top {
    position: relative;
    min-height: 15rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .site-header._main {
    background-image: none;
  }
  .site-header__logo img {
    width: 10rem;
  }
  .site-header__menu-open,
  .site-header__menu-close {
    display: none;
  }
  .site-header__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .site-header__main-nav {
    margin-left: 5.2rem;
  }
  .site-header__user-pane {
    margin-left: auto;
  }
}

@media (min-width: 1920px) {
  img.hero__slide-bg {
    width: 100%;
  }
}

@media (min-width: 2100px) {
  .site-header._main video {
    height: auto;
    width: 100%;
  }
}

.hero {
  position: relative;
  margin-top: -13.4rem;
}

.hero__slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero__slider-item {
  padding: 0 1.8rem;
  padding-top: 13.4rem;
  padding-bottom: 12rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 68.4rem;
}

.hero__slider-item._initial-slide .hero__slide-bg {
  -webkit-filter: opacity(100%);
  filter: opacity(100%);
}

.hero__slider-item .hero__slide-bg {
  -webkit-transition: -webkit-filter 0.8s;
  transition: -webkit-filter 0.8s;
  -o-transition: filter 0.8s;
  transition: filter 0.8s;
  transition: filter 0.8s, -webkit-filter 0.8s;
  -webkit-filter: opacity(40%);
  filter: opacity(40%);
  z-index: -1;
  height: 100%;
}

.hero__slider-item .hero__slide-bg._desktop {
  display: none;
}

.hero__slider-item .hero__slider-item {
  -webkit-filter: opacity(40%);
  filter: opacity(40%);
}

.hero__slider-item._animate .hero__slide-bg,
.hero__slider-item._animate .hero__slider-item {
  -webkit-filter: opacity(100%);
  filter: opacity(100%);
}

.hero__slider-item._animate .hero__title-wrap {
  -webkit-animation-name: appearLeft;
  animation-name: appearLeft;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 0.1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 0.1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hero__slider-item._animate .hero__desc-wrap {
  -webkit-animation-name: appearLeft;
  animation-name: appearLeft;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 0.1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 0.1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.hero__slider-item._animate .hero__process-item {
  -webkit-animation-name: menuItem;
  animation-name: menuItem;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 0.1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 0.1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hero__slider-item._animate .hero__process-item:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.hero__slider-item._animate .hero__process-item:nth-child(2), .hero__slider-item._animate .hero__process-item:nth-child(3) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.hero__slider-item._animate .hero__process-item:nth-child(4), .hero__slider-item._animate .hero__process-item:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.hero__slider-item._animate .hero__process-item:nth-child(6), .hero__slider-item._animate .hero__process-item:nth-child(7) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.hero__slider-item._animate .hero__process-item:nth-child(8), .hero__slider-item._animate .hero__process-item:nth-child(9) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@media (max-width: 1023px) {
  .hero__slider-item {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.hero__title-wrap {
  width: 0;
  overflow: hidden;
  will-change: transform;
}

.hero__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 3rem;
  line-height: 4rem;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  width: calc(100vw - 3.6rem);
  margin-top: 3rem;
  margin-bottom: 2.2rem;
  position: relative;
  z-index: 1;
  letter-spacing: 0.2rem;
}

.hero__title span {
  padding-right: 2rem;
  color: #b9d98d;
}

.hero__desc-wrap {
  width: 0;
  overflow: hidden;
}

.hero__desc {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  width: calc(100vw - 3.6rem);
  margin-bottom: 5.5rem;
}

.hero__desc br {
  display: none;
}

.hero__process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5.5rem;
}

.hero__process-item {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  opacity: 0;
  position: relative;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero__process-item--separator svg {
  margin-top: 0.6rem;
  width: 1.8rem;
  height: 1.8rem;
}

.hero__process-item--search svg {
  width: 3rem;
  height: 3rem;
}

.hero__process-item--pay svg {
  width: 3.4rem;
  height: 2.6rem;
}

.hero__process-item--docs svg {
  width: 3.7rem;
  height: 2.5rem;
}

.hero__process-item--delivery svg {
  width: 4.6rem;
  height: 3rem;
}

.hero__process-item--customs svg {
  width: 3.3rem;
  height: 3.3rem;
}

.hero__process-item::after {
  content: attr(data-content);
  position: absolute;
  top: 100%;
}

.hero__process-item:last-child {
  margin-right: 0.7rem;
}

.hero__process-item p {
  margin: 0;
}

.hero__process-item svg {
  margin-bottom: 10px;
  fill: #fff;
}

.hero__process-item img {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

@media (min-width: 768px) {
  .hero__process-item img {
    margin-bottom: 1rem;
  }
}

.hero__slider-controls {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  bottom: 4rem;
  right: 50%;
  width: 30rem;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  text-align: center;
}

.hero__slider-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  padding: 0;
  vertical-align: middle;
  background-color: transparent;
  border: 0;
}

.hero__control-icon {
  width: 2.4rem;
  height: 1rem;
  vertical-align: middle;
  fill: #fff;
}

.hero__circle-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  height: 8rem;
  stroke-width: 2px;
  stroke: #778e1b;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}

@media (min-width: 768px) {
  .hero__title {
    margin-bottom: 5rem;
    font-size: 4.2rem;
    line-height: 5rem;
  }
  .hero__desc {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 6rem;
  }
  .hero__process {
    max-width: 60rem;
    margin: 0 auto;
    margin-bottom: 5rem;
  }
  .hero__slider-item .hero__slide-bg {
    width: 100%;
    height: auto;
    margin-top: -30rem;
  }
}

@media (min-width: 1024px) {
  .hero__slider-item .hero__slide-bg._mobile {
    display: none;
  }
  .hero__slider-item .hero__slide-bg._desktop {
    width: calc(100% + 2.5rem);
    height: auto;
    margin: 0;
    display: block;
    max-width: none;
  }
  .hero__slider-item .hero__slide-bg._desktop._video {
    -ms-flex-item-align: top;
    align-self: top;
    width: calc(100% + 19.7rem);
    height: 100%;
  }
  .hero__slider-item {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 5rem;
    height: 78rem;
  }
  .hero__title {
    width: 128rem;
    margin-top: 10rem;
    margin-bottom: 4rem;
    font-size: 7.5rem;
    line-height: 9.3rem;
  }
  .hero__desc {
    width: 115rem;
    margin-bottom: 13rem;
    margin: 0;
    font-size: 2.7rem;
    line-height: 4.2rem;
  }
  .hero__desc br {
    display: block;
  }
  .hero__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: bottom;
    -ms-flex-align: bottom;
    align-items: bottom;
    margin-top: auto;
    padding-bottom: 4rem;
  }
  .hero__process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 70rem;
    max-width: none;
    margin: 0;
    margin-bottom: 4rem;
  }
  .hero__process-item {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero__process-item::after {
    font-size: 1.9rem;
  }
  .hero__slider-controls {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: 3rem;
    bottom: 6rem;
    font-size: 3rem;
    line-height: 3.7rem;
  }
}

@media (min-width: 1441px) {
  .hero__desc {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .hero__process-item::after {
    font-size: 1.3rem;
  }
  .hero__process-item svg {
    stroke: none;
  }
  .hero__title {
    font-size: 6.4rem;
    line-height: 7.8rem;
  }
  .hero__slider-controls {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.hint {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding-left: 2.5rem;
  padding-top: 5rem;
  padding-bottom: 3rem;
  z-index: 1000;
  background-color: #fff;
}

.hint .link {
  display: block;
  margin-right: 3rem;
  font-size: 1.4rem;
  text-align: left;
}

.hint._active {
  display: block;
}

.hint__list {
  margin-bottom: 3rem;
}

.hint__item {
  padding-right: 2.5rem;
}

.hint__item:not(:first-child) {
  border-top: 1px solid #d9d9d9;
}

.hint__item::after {
  content: '';
  position: absolute;
  top: 8rem;
  right: 100%;
  z-index: 101;
  -webkit-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  transform: translateY(-90%);
  border: 9px solid transparent;
  border-right-color: #fff;
}

.hint__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #000;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.hint__text {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #6b6b6b;
  font-weight: 500;
  font-style: normal;
}

@media (min-width: 1024px) {
  .hint {
    width: 55rem;
    height: auto;
    padding-top: 2rem;
  }
  .hint .modal__close {
    display: none;
  }
  .hint._active {
    position: absolute;
  }
  .hint .link {
    text-align: right;
  }
  .hint__title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .hint__text {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #6b6b6b;
    font-weight: 500;
    font-style: normal;
  }
}

@media (min-width: 1441px) {
  .hint {
    width: 42rem;
  }
  .hint__title {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .hint__text {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

.info__text {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2.4rem;
}

.info__help {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin-bottom: 2.4rem;
  padding: 0 1rem;
  border-left: 2px solid #657d8b;
}

.info__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 4.2rem;
  color: #657d8b;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 5.8rem;
}

.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info__item .link {
  display: block;
}

.info__link {
  display: block;
  width: 100%;
  padding: 6.4rem 1.8rem;
  text-decoration: none;
}

@media (min-width: 768px) {
  .info__item .link {
    display: inline;
  }
  .info__link {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4rem 1.8rem;
  }
  .info__title {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}

@media (min-width: 1024px) {
  .info__text {
    font-size: calc(1.6rem * 1.5);
    line-height: calc(2.6rem * 1.5);
    width: calc(70rem * 1.5);
    margin-bottom: calc(2.4rem * 1.5);
  }
  .info__help {
    font-size: calc(1.6rem * 1.5);
    line-height: calc(2.6rem * 1.5);
    width: calc(70rem * 1.5);
    margin-bottom: calc(2.4rem * 1.5);
  }
  .info__link {
    padding: 8rem 0;
  }
  .info__link:hover .link__arrow,
  .info__link:focus .link__arrow {
    width: 3.2rem;
  }
  .info__title {
    margin-bottom: 5rem;
    padding-left: 6.4rem;
    padding-right: 1rem;
    font-size: calc(2.4rem * 1.5);
    line-height: calc(3.2rem * 1.5);
  }
  .info__item .link {
    display: block;
    margin: 0 6.4rem;
    font-size: calc(2.1rem * 1.5);
    line-height: calc(2.6rem * 1.5);
  }
}

@media (min-width: 1441px) {
  .info__text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    width: auto;
    margin-bottom: 2.4rem;
  }
  .info__help {
    font-size: 1.6rem;
    line-height: 2.6rem;
    width: auto;
    margin-bottom: 2.4rem;
  }
  .info__title {
    font-size: 4.8rem;
    line-height: 6.4rem;
  }
  .info__item .link {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }
}

.inter .format__list {
  padding-bottom: 0;
}

.inter__delivery-way,
.inter__how-match {
  margin-bottom: 0;
}

.inter__format-desc {
  margin-bottom: 0;
}

.inter__format-wrap {
  padding: 6.4rem 1.8rem;
  /*border-bottom: 1px solid #ebeef0;*/
}

@media (min-width: 1024px) {
  .inter__list-title {
    font-size: calc(1.8rem * 1.5);
    line-height: calc(3.2rem * 1.5);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
  }
  .inter__desc {
    font-family: Montserrat, Arial, sans-serif;
    font-size: calc(1.8rem * 1.5);
    line-height: calc(2.6rem * 1.5);
    color: #000;
    font-weight: 400;
    font-style: normal;
    padding-right: 8rem;
  }
  .inter .grid__section {
    padding-right: 0;
    padding-left: 25%;
  }
  .inter .grid__text-item {
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2rem * 1.5);
  }
  .inter .grid__text {
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2rem * 1.5);
  }
  .inter__wrap-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inter__condition {
    margin-top: auto;
  }
  .inter__condition {
    padding-right: 12rem;
    margin-bottom: 0;
  }
  .inter__title {
    display: none;
  }
  .inter .accordion__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*border-bottom: 1px solid #ebeef0;*/
  }
  .inter .accordion__item {
    width: 25%;
    min-height: 12.7rem;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -1px;
    /*border-right: 1px solid #ebeef0;*/
    /*border-bottom: 1px solid #ebeef0;*/
    vertical-align: middle;
  }
  .inter .accordion__item:nth-child(4n+1) .accordion__link {
    padding-left: 8rem;
  }
  .inter .accordion__item:nth-child(4n+4) .accordion__link {
    padding-right: 8rem;
    border-right: 0;
  }
  .inter .accordion__link {
    font-family: Montserrat, Arial, sans-serif;
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2rem * 1.5);
    color: #000;
    font-weight: 600;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 6.4rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .inter .accordion__link:hover {
    color: #778e1b;
    text-decoration: underline;
  }
  .inter__inner {
    position: relative;
  }
  .inter__format-wrap {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
    padding-top: 8rem;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .inter__format-desc {
    font-family: Montserrat, Arial, sans-serif;
    font-size: calc(1.8rem * 1.5);
    line-height: calc(2.6rem * 1.5);
    color: #000;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
  }
}

@media (min-width: 1441px) {
  .inter__list-title {
    font-size: 2.1rem;
    line-height: 3.2rem;
    font-weight: 700;
  }
  .inter__desc {
    font-size: 2.1rem;
    line-height: 3.2rem;
  }
  .inter__format-desc {
    font-size: 2.1rem;
    line-height: 3.2rem;
  }
  .inter .accordion__link {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .inter .grid__text-item {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .inter .grid__text {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.job {
  margin-bottom: 3rem;
}

.job__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*border-top: 1px solid #ebeef0;*/
}

.job__item:last-child {
  /*border-bottom: 1px solid #ebeef0;*/
}

.job__link {
  width: 100%;
  text-decoration: none;
  padding: 3rem 0;
}

.job__link .link__arrow {
  width: 3rem;
}

.job__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  margin-bottom: 1.5rem;
}

.job__title .link__arrow {
  color: #778e1b;
}

.job__text {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  margin-bottom: 0.5rem;
}

.about__email {
  color: #778e1b;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .job {
    margin-bottom: 2rem;
  }
  .job__link {
    padding: 2.5rem 0;
  }
  .job__title {
    font-size: 2.7rem;
    line-height: 3.6rem;
    display: inline-block;
    padding-right: 6rem;
  }
  .job__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .job__link:hover .link__arrow,
  .job__link:focus .link__arrow {
    width: 4rem;
  }
  .job__text {
    font-size: 2.1rem;
    line-height: 2.7rem;
  }
  .job__text:not(:first-child) {
    margin-left: 3rem;
  }
}

@media (min-width: 1441px) {
  .job__title {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }
  .job__text {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.licence__title {
  padding-right: 4rem;
}

.licence__list {
  padding-top: 3rem;
}

.licence__item-title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #000;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 2.4rem;
}

.licence__text {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2rem;
}

.licence__text b {
  font-weight: 600;
}

.licence__table td {
  width: 50%;
  padding: 0.5rem 0;
  vertical-align: top;
}

.licence__table td:first-child {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #7C8289;
  font-weight: 400;
  font-style: normal;
}

.licence__table td:last-child {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 1024px) {
  .licence__list {
    padding-right: 0;
  }
  .licence__table td:first-child {
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2.8rem * 1.5);
  }
  .licence__table td:last-child {
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2.4rem * 1.5);
  }
  .licence__wrap {
    position: relative;
  }
  .licence__contents {
    padding-left: 8rem;
    padding-right: 6rem;
    padding-top: 6.3rem;
  }
  .licence__contents .accordion__item {
    margin-bottom: 2.5rem;
  }
  .licence__contents .accordion__link {
    font-family: Montserrat, Arial, sans-serif;
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2.4rem * 1.5);
    color: #000;
    font-weight: 400;
    font-style: normal;
  }
  .licence__contents .accordion__link._active {
    color: #657d8b;
  }
  .licence__contents-link {
    color: #000;
  }
  .licence__contents-link._active {
    color: #657d8b;
  }
  .licence__title {
    display: none;
  }
  .licence__item {
    padding-right: 30rem;
    padding-bottom: 7.5rem;
    padding-top: 4rem;
    /*border-bottom: 1px solid #ebeef0;*/
  }
  .licence__item:last-child {
    padding-bottom: 0;
    border: 0;
  }
  .licence__item-title {
    font-family: Montserrat, Arial, sans-serif;
    font-size: calc(2.1rem * 1.5);
    line-height: calc(2.8rem * 1.5);
    color: #000;
    font-weight: 600;
    font-style: normal;
  }
  .licence__text {
    font-size: calc(1.6rem * 1.5);
    line-height: calc(2.6rem * 1.5);
  }
  .licence__table td {
    width: 50%;
    padding: 0.5rem 0;
    vertical-align: top;
  }
  .licence__table td:first-child {
    width: 18rem;
  }
  .licence__table td:last-child {
    width: auto;
    line-height: 3.2rem;
  }
}

@media (min-width: 1441px) {
  .licence__list {
    padding-right: 6.4rem;
  }
  .licence__contents .accordion__link {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .licence__item {
    padding-right: 0;
    padding-bottom: 5rem;
  }
  .licence__item-title {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
  .licence__text {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .licence__table td:first-child {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .licence__table td:last-child {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.main-nav__list {
  margin-bottom: 50px;
}

.main-nav__item a,
.main-nav__item p.linck-menu {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 2.6rem;
  color: #657d8b;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin: 0.5rem 0;
  text-decoration: none;
}

.main-nav__nested-list {
  padding-left: 2rem;
}

.main-nav__nested-item a {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 1.5rem 0;
}

.main-nav__nested-item a:hover, .main-nav__nested-item a:focus {
  color: #b9d98d;
}

@media (min-width: 1024px) {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    min-height: 12rem;
    position: relative;
  }
  .main-nav__dropdown {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .main-nav__item:hover .main-nav__nested-list,
  .main-nav__nested-list:hover {
    display: block;
  }
  .main-nav__nested-list {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding: 0;
    padding-left: 2.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.15);
  }
  .main-nav__nested-list::after {
    content: '';
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    transform: translateY(-90%);
    border: 9px solid transparent;
    border-bottom-color: #fff;
  }
  .main-nav__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3.5rem;
  }
  .main-nav__item._active .main-nav__link {
    font-weight: 700;
  }
  .main-nav__item a,
  .main-nav__item span,
  .main-nav__item p.linck-menu  {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 2.1rem;
    line-height: 3.6rem;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
  }
  .main-nav__item._animate {
    opacity: 0;
    -webkit-animation-name: menuItem;
    animation-name: menuItem;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 0.1);
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 0.1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .main-nav__item._animate:nth-child(1) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  .main-nav__item._animate:nth-child(2) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
  .main-nav__item._animate:nth-child(3) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }
  .main-nav__item._animate:nth-child(4) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .main-nav__item._animate:nth-child(5) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .main-nav__nested-item {
    width: 34rem;
    position: relative;
  }
  .main-nav__nested-item a {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    color: #000;
    font-weight: 500;
    font-style: normal;
    padding: 2.5rem 0;
    padding-right: 2rem;
    margin: 0;
    /*border-bottom: 1px solid #ebeef0;*/
  }
}

@media (min-width: 1441px) {
  .main-nav__item {
    padding: 0 4.2rem;
  }
  .main-nav__item a,
  .main-nav__item p.linck-menu,
  .main-nav__item span {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .main-nav__nested-item {
    width: 28rem;
  }
  .main-nav__nested-item a {
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.main-news__link {
  display: none;
}

.main-news__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 4.4rem;
  color: #657d8b;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  padding: 5rem 1.8rem;
  /*border-bottom: 1px solid #ebeef0;*/
}

.main-news__wrap2 {
  padding: 4rem 1.8rem;
  /*border-bottom: 1px solid #ebeef0;*/
}

.main-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}

.main-news__item {
  width: 47%;
}

.main-news__item a {
  width: 100%;
  display: block;
  text-decoration: none;
}

.main-news__item img {
  width: 100%;
  display: block;
}

.main-news__date {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin-top: 1.4rem;
  margin-bottom: 1.2rem;
}

.main-news__desc {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

.main-news__info {
  padding: 0 2rem;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  /*border-bottom: 1px solid #ebeef0;*/
}

.main-news__subtitle {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 3.2rem;
  color: #000;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 5.2rem;
}

.main-news__info-link {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin: 4rem 0;
  text-decoration: none;
}

.main-news__tracking {
  padding: 0 1.8rem;
  padding-top: 2rem;
}

.main-news__tracking .main-news__subtitle {
  margin-bottom: 6rem;
}

.main-news__tracking-text {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin-right: 10rem;
  margin-bottom: 3rem;
}

.main-news .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.9rem;
  padding: 0;
  border: 0;
}

.main-news .form__label {
  font-size: 1.6rem;
}

.main-news .form__input-wrap {
  margin: 0;
  width: 19.2rem;
  margin-right: 2rem;
}

.main-news .form__input-wrap._active .form__label,
.main-news .form__input-wrap._filled .form__label {
  font-size: 1.4rem;
}

.main-news__submit-button {
  width: 10.7rem;
  margin: 0;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

@media (min-width: 1024px) {
  .main-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  .main-news__link {
    display: inline;
  }
  .main-news__wrap1,
  .main-news__wrap2,
  .main-news__info,
  .main-news__tracking {
    width: 25%;
    padding-top: 7.2rem;
    padding-bottom: 0.8rem;
  }
  .main-news__tracking-text {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .main-news__wrap1 {
    padding-left: 8rem;
  }
  .main-news__title {
    margin-bottom: 18.4rem;
    padding: 0;
    font-size: 5.6rem;
    line-height: 3.2rem;
    border: 0;
  }
  .main-news__wrap2 {
    padding-left: 4.4rem;
    padding-right: 4.4rem;
    padding-top: 7.8rem;
    border-bottom: 0;
    /*border-right: 1px solid #ebeef0;*/
  }
  .main-news__item {
    width: 46%;
  }
  .main-news__date {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-top: 0.8rem;
  }
  .main-news__desc {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .main-news__info {
    padding-left: 6rem;
    padding-right: 8rem;
    padding-top: 4.5rem;
    border-bottom: 0;
    /*border-right: 1px solid #ebeef0;*/
  }
  .main-news__subtitle {
    margin-bottom: 5.8rem;
  }
  .main-news__tracking {
    padding-left: 6rem;
    padding-right: 8.5rem;
    padding-top: 4.4rem;
  }
  .main-news__tracking .form {
    width: 100%;
  }
  .main-news__tracking .form__input-wrap {
    margin-bottom: 2rem;
  }
  .main-news__submit-button {
    font-size: calc(1.4rem * 1.5);
  }
}

@media (min-width: 1441px) {
  .main-news__date {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .main-news__desc {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .main-news__tracking-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .main-news__submit-button .main-news__submit-button {
    font-size: 1.7rem;
  }
}

.map a {
  text-decoration: none;
}

.map__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 2.6rem;
  color: #657d8b;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 2.5rem;
}

.map__list {
  padding-left: 1.8rem;
}

.map__list a {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 2.6rem;
  color: #657d8b;
  font-weight: 600;
  font-style: normal;
}

.map__list--first {
  padding-left: 0;
}

.map__list--second a {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
}

.map__list--third a {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
}

.map__item {
  margin: 1.2rem 0;
}

@media (min-width: 1024px) {
  .map__title {
    font-size: calc(2.1rem * 1.5);
    line-height: calc(2.6rem * 1.5);
  }
  .map__item a {
    font-size: calc(2.1rem * 1.5);
    line-height: cacl(3.9rem);
  }
  .map__list--second a {
    font-size: calc(2.1rem * 1.5);
    line-height: calc(2.6rem * 1.5);
  }
  .map__list--third a {
    font-size: calc(1.6rem * 1.5);
    line-height: calc(2.6rem * 1.5);
  }
}

@media (min-width: 1441px) {
  .map__title {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }
  .map__list {
    padding-left: 1.8rem;
  }
  .map__list a {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }
  .map__list--second a {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }
  .map__list--third a {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 1rem);
  padding: 4.5rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 200;
  background-color: #fff;
}

@media (min-width: 768px) {
  .modal {
    width: 38rem;
  }
  .modal--fail {
    width: 51rem;
  }
}

@media (min-width: 1024px) {
  .modal {
    width: calc(38rem * 1.5);
  }
  .modal--fail {
    width: calc(50rem * 1.5);
  }
}

@media (min-width: 1441px) {
  .modal {
    width: 38rem;
  }
  .modal--fail {
    width: 51rem;
  }
}

.modal._active {
  display: block;
}

.modal .button {
  display: block;
  margin: 0 auto;
}

.modal__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 4.2rem;
  color: #657d8b;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .modal__title {
    font-size: calc(3.2rem * 1.5);
    line-height: calc(4.2rem * 1.5);
  }
}

@media (min-width: 1441px) {
  .modal__title {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}

.modal__message {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 4rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .modal__message {
    font-size: calc(1.6rem * 1.5);
    line-height: calc(2.6rem *1.5);
  }
}

@media (min-width: 1441px) {
  .modal__message {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.modal__close::after, .modal__close::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b4b4b4;
}

.modal__close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.not-found {
  background-color: #fff;
}

.not-found .grid__inner {
  padding-top: 32rem;
  background-image: url("/local/templates/logistic/assets/css/../img/404-mobile.png");
  background-position: left 1rem top 0;
  background-repeat: no-repeat;
  background-size: calc(100% - 2rem) auto;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
  .not-found .grid__inner {
    background-image: url("/local/templates/logistic/assets/css/../img/404-mobile@2x.png");
  }
}

.not-found__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 4.2rem;
  color: #000;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  margin-bottom: 0.8rem;
  text-align: center;
}

.not-found__text {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

.not-found__link {
  color: #778e1b;
}

@media (min-width: 768px) {
  .not-found .grid__inner {
    padding-top: 29rem;
    background-position: center top -10rem;
    background-image: url("/local/templates/logistic/assets/css/../img/404-desktop@2x.png");
    background-size: 50rem auto;
  }
}

@media (min-width: 1024px) {
  .not-found {
    position: relative;
  }
  .not-found__text {
    font-size: calc(1.6rem * 1.5);
    line-height: calc(2.4rem * 1.5);
  }
  .not-found .grid__inner {
    padding-top: 91rem;
    background-position: left 1rem top -16rem;
    background-size: calc(100% - 2rem) auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
  }
  .not-found__title {
    font-size: calc(2.4rem * 1.5);
    line-height: calc(4.2rem * 1.5);
  }
}

@media (min-width: 1441px) {
  .not-found__title {
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
  .not-found__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .not-found .grid__inner {
    padding-top: 61rem;
  }
}

@media (min-width: 1920px) {
  .not-found .grid__inner {
    padding-top: 61%;
  }
}

.opportunity__task-item {
  padding-right: 6rem;
  padding-left: 6rem;
  text-align: center;
}

.opportunity__icon {
  height: 10rem;
  fill: #778e1b;
}

.opportunity__icon--glob {
  width: 8.2rem;
}

.opportunity__icon--plane {
  width: 7.6rem;
}

.opportunity__icon--geo {
  width: 7.5rem;
}

.opportunity__icon--around {
  width: 8.1rem;
}

.opportunity__icon--cert {
  width: 4.7rem;
}

.opportunity__icon--customs {
  width: 5.7rem;
  stroke: #778e1b;
  stroke-width: 0.5px;
}

.opportunity__icon--pen {
  width: 6.2rem;
}

@media (min-width: 768px) {
  .opportunity__task-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .opportunity__task-item {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .opportunity__task-item {
    width: 25%;
  }
  .opportunity__task-name {
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2rem * 1.5);
  }
  .opportunity__text {
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2.4rem * 1.5);
  }
  .opportunity .grid__text-item {
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2rem * 1.5);
  }
}

@media (min-width: 1441px) {
  .opportunity__task-name {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .opportunity__text {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .opportunity .grid__text-item {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.partners-page .grid__image {
  width: 26.5rem;
}

.partners-page .grid__item {
  padding: 4rem 1.8rem;
}

@media (min-width: 1024px) {
  .partners-page .grid__item {
    padding: 4rem 6.4rem;
    padding-bottom: 4.9rem;
  }
}

.partners {
  padding-top: 5rem;
  /*border-bottom: 1px solid #ebeef0;*/
}

.partners__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1.8rem;
  /*border-bottom: 1px solid #ebeef0;*/
}

.partners__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 4.4rem;
  color: #657d8b;
  font-weight: 600;
  font-style: normal;
  margin: 0;
}

.partners__controls-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 10rem;
  margin-top: 1rem;
  padding-bottom: 4.5rem;
}

.partners__control {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.partners__control svg {
  width: 3.5rem;
  height: 3.5rem;
}

.partners__carousel {
  padding: 0 1.8rem;
}

.partners__carousel-list {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.partners__carousel-item {
  width: 50%;
  min-height: 8.6rem;
}

.partners__carousel-item img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.partners__carousel-wrap {
  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;
  width: 100%;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    padding-top: 0;
  }
  .partners__wrap {
    width: 25%;
    display: block;
    padding: 0 8rem;
    padding-top: 7.5rem;
    border-bottom: 0;
    /*border-right: 1px solid #ebeef0;*/
  }
  .partners__title {
    margin-bottom: 12.6rem;
    font-size: 5.6rem;
    line-height: 5.6rem;
  }
  .partners__controls-wrap {
    margin-bottom: 3rem;
  }
  .partners__carousel {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 8rem;
  }
  .partners__carousel-list {
    width: 100%;
  }
  .partners__carousel-item {
    width: 100%;
  }
  .partners__carousel-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .partners__carousel-wrap:hover img {
    -webkit-filter: none;
    filter: none;
  }
}

.send-request {
  position: relative;
  padding-top: 14rem;
  padding-bottom: 3rem;
  background-color: #657d8b;
}

.send-request__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 4.4rem;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  top: 6.5rem;
  left: 0;
  margin: 0 1.8rem;
  margin-bottom: 3rem;
}

.send-request__wrap-bottom {
  padding: 0 1.8rem;
  padding-top: 0.7rem;
}

.send-request__text {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  margin-right: 4rem;
  margin-bottom: 5.8rem;
}

.send-request__persons-wrap {
  margin-right: -1.5rem;
}

.send-request__person-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.send-request__person {
  width: 15.2rem;
  margin-bottom: 3.5rem;
  margin-right: 1.5rem;
}

.send-request__link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.send-request__image-wrap {
  position: relative;
  width: 12rem;
  height: 12rem;
}

.send-request__person-image {
  width: 100%;
  border-radius: 50%;
}

.send-request__svg-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6.5rem;
  height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(60%, 20%);
  -ms-transform: translate(60%, 20%);
  transform: translate(60%, 20%);
  background-color: #fff;
  border-radius: 50%;
  border: 4px solid #657d8b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.send-request__svg-wrap svg {
  width: 3.2rem;
  height: 2.5rem;
  margin: auto;
  fill: #657d8b;
  stroke: #657d8b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.send-request__link:hover svg,
.send-request__link._active svg {
  -webkit-animation: trembling 0.4s infinite cubic-bezier(0.25, 0.1, 0.25, 0.1);
  animation: trembling 0.4s infinite cubic-bezier(0.25, 0.1, 0.25, 0.1);
  fill: #fff;
  stroke: #fff;
}

.send-request__link:hover .send-request__svg-wrap,
.send-request__link._active .send-request__svg-wrap {
  background-color: #778e1b;
}

.send-request__person-name {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 2.1rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 1024px) {
  .send-request {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .send-request__person-name {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }
  .send-request__form {
    width: 50%;
    padding-right: 12.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .send-request__wrap-bottom {
    width: 50%;
    padding-top: 7.8rem;
    padding-left: 6.8rem;
    padding-right: 6.8rem;
  }
  .send-request__title {
    position: static;
    margin: 0;
    margin-bottom: 2rem;
    font-size: 6rem;
    line-height: 6rem;
  }
  .send-request__text {
    font-size: 3.6rem;
    line-height: 4.8rem;
    margin: 0;
    margin-bottom: 5rem;
  }
  .send-request__persons-wrap {
    width: 56rem;
  }
  .send-request__person:nth-child(even) {
    margin-left: 0;
  }
}

@media (min-width: 1441px) {
  .send-request__title {
    font-size: 5.6rem;
    line-height: 7.2rem;
  }
  .send-request__text {
    font-size: 2.4rem;
    line-height: 4.8rem;
  }
  .send-request__image-wrap {
    width: 10rem;
    height: 10rem;
  }
  .send-request__svg-wrap {
    width: 5.8rem;
    height: 5.8rem;
  }
  .send-request__person-name {
    font-size: 2.1rem;
    line-height: 2.1rem;
  }
}

@media (min-width: 1920px) {
  .send-request__wrap-bottom {
    padding-left: 15rem;
  }
}

.service-main__list {
  background-color: #fff;
}

.service-main__item {
  position: relative;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  /*border-bottom: 1px solid #ebeef0;*/
}

.service-main__item--inter {
  background-image: url("/local/templates/logistic/assets/css/../img/cargo1-mobile.png");
}

@media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
  .service-main__item--inter {
    background-image: url("/local/templates/logistic/assets/css/../img/cargo1-mobile@2x.png");
  }
}

.service-main__item--customs {
  background-image: url("/local/templates/logistic/assets/css/../img/cargo2-mobile.png");
}

@media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
  .service-main__item--customs {
    background-image: url("/local/templates/logistic/assets/css/../img/cargo2-mobile@2x.png");
  }
}

.service-main__item--outsource {
  background-image: url("/local/templates/logistic/assets/css/../img/cargo3-mobile.png");
}

@media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
  .service-main__item--outsource {
    background-image: url("/local/templates/logistic/assets/css/../img/cargo3-mobile@2x.png");
  }
}

.service-main__item--adv {
  background-image: url("/local/templates/logistic/assets/css/../img/cargo4-mobile.png");
}

@media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
  .service-main__item--adv {
    background-image: url("/local/templates/logistic/assets/css/../img/cargo4-mobile@2x.png");
  }
}

.service-main__item a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.service-main__item a {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 3.2rem;
  color: #657d8b;
  font-weight: 500;
  font-style: normal;
  position: relative;
  display: block;
  min-height: 48vw;
  padding-top: 3rem;
  padding-left: 1.8rem;
  padding-right: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

.service-main__item span {
  position: relative;
  z-index: 10;
}

@media (min-width: 1024px) {
  .service-main__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-main__item {
    width: 50%;
  }
  .service-main__item:nth-child(odd) a {
    /*border-right: 1px solid #ebeef0;*/
    padding-left: 8rem;
  }
  .service-main__item--inter {
    background-image: url("/local/templates/logistic/assets/css/../img/cargo1-desktop.png");
  }
  .service-main__item--customs {
    background-image: url("/local/templates/logistic/assets/css/../img/cargo2-desktop.png");
  }
  .service-main__item--outsource {
    background-image: url("/local/templates/logistic/assets/css/../img/cargo3-desktop.png");
  }
  .service-main__item--adv {
    background-image: url("/local/templates/logistic/assets/css/../img/cargo4-desktop.png");
  }
  .service-main__item a {
    min-height: 36rem;
    padding-top: 8rem;
    padding-left: 7rem;
    padding-right: 44rem;
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
  .service-main__item a span {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    will-change: transform;
  }
  .service-main__item a::after {
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .service-main__item a:hover span {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .service-main__item a:hover::after {
    background-color: transparent;
  }
  .service-main__item:hover {
    -webkit-animation-name: scaleBg;
    animation-name: scaleBg;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

@media (min-width: 1441px) {
  .service-main__item a {
    font-size: 4.2rem;
    line-height: 5.8rem;
  }
  .service-main__item a:hover {
    font-size: 4.8rem;
  }
}

.service__button {
  width: 29rem;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .accordion__title br {
    display: none;
  }
}

@media (min-width: 1024px) {
  .service__title-link {
    font-family: Montserrat, Arial, sans-serif;
    font-size: calc(2.4rem * 1.5);
    line-height: calc(3.2rem * 1.5);
    color: #657d8b;
    font-weight: 500;
    font-style: normal;
    padding-top: 6rem;
    padding-left: 8rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
  }
  .service__title-link:hover {
    background-color: #f5f5f5;
  }
  .service__title-link:hover .link__arrow {
    opacity: 1;
    width: 5.2rem;
  }
  .service__title-link .link__arrow {
    position: relative;
    display: block;
    top: auto;
    right: auto;
    margin-top: 5rem;
    width: 4rem;
    opacity: 0;
    -webkit-transition: opacity 0.1s, width 0.3s;
    -o-transition: opacity 0.1s, width 0.3s;
    transition: opacity 0.1s, width 0.3s;
  }
  .service .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38rem;
    padding: 0;
    /*border-bottom: 1px solid #ebeef0;*/
  }
  .service .accordion__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    /*border-right: 1px solid #ebeef0;*/
    padding: 0;
  }
  .service .accordion__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 75%;
    padding: 0;
    padding-top: 5.5rem;
    /*border-right: 1px solid #ebeef0;*/
  }
  .service .accordion__list::after, .service .accordion__list::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ebeef0;
  }
  .service .accordion__list::after {
    left: 33.33%;
  }
  .service .accordion__list::before {
    left: 66.66%;
  }
  .service .accordion__item {
    width: 33.33%;
    padding: 0;
    padding-right: 8rem;
    padding-left: 5rem;
    margin-bottom: 2.6rem;
  }
  .service .accordion__link {
    font-family: Montserrat, Arial, sans-serif;
    font-size: calc(1.4rem * 1.5);
    line-height: calc(1.8rem * 1.5);
    color: #657d8b;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .service .accordion__link:hover {
    color: #778e1b;
    text-decoration: underline;
  }
  .service .grid__section {
    padding-left: 25%;
    padding-right: 3rem;
    border-right: 0;
  }
  .service .grid__inner {
    border-right: 0;
  }
  .service .grid__text-item {
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2.4rem * 1.5);
  }
  .service .format__wrap {
    width: 75%;
    border-right: 0;
  }
  .service__inner {
    position: relative;
  }
}

@media (min-width: 1441px) {
  .service .accordion__title a {
    font-size: 4.2rem;
    line-height: 5.8rem;
  }
  .service .accordion__item {
    width: 31rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .service .accordion__link {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .service .accordion__list {
    width: 50%;
  }
  .service .accordion__list::after, .service .accordion__list::before {
    display: none;
  }
  .service .grid__section {
    padding: 0 25%;
  }
  .service .grid__inner {
    /*border-right: 1px solid #ebeef0;*/
  }
  .service .grid__text-item {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .service .format__wrap {
    width: 50%;
    /*border-right: 1px solid #ebeef0;*/
  }
}

.shipment__title {
  padding-right: 2.5rem;
  font-size: 1.5em;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .shipment__wrap-top {
    border-bottom: 0;
  }
}

.shipment__send {
  padding-top: 2rem;
}

.shipment__text {
  margin-bottom: 4rem;
}

.shipment__button {
  display: block;
  width: 29rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.shipment__subtitle {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #000;
  font-weight: 600;
  font-style: normal;
}

@media (min-width: 1024px) {
  .shipment__text,
  .shipment p {
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2.6rem * 1.5);
  }
  .shipment .grid__inner {
    padding-right: 12rem;
  }
  .shipment__wrap-top {
    /*border-bottom: 1px solid #ebeef0;*/
  }
  .shipment__list {
    padding-top: 6rem;
    padding-left: 8rem;
    padding-right: 10.5rem;
    padding-bottom: 6rem;
  }
  .shipment__list .accordion__link {
    font-family: Montserrat, Arial, sans-serif;
    font-size: calc(1.4rem * 1.5);
    line-height: calc(1.8rem * 1.5);
    color: #000;
    font-weight: 600;
    font-style: normal;
  }
  .shipment__list .accordion__link._active {
    color: #657d8b;
  }
  .shipment__wrap {
    width: 50%;
    padding-right: 6.4rem;
    padding-left: 6.4rem;
    padding-top: 10rem;
    padding-bottom: 8rem;
    /*border-right: 1px solid #ebeef0;*/
  }
  .shipment__title {
    margin: 0;
    padding-right: 10rem;
    font-size: 5.6rem;
    line-height: 6.4rem;
  }
  .shipment__send {
    padding-top: 4rem;
  }
  .shipment__button {
    margin: 0;
    width: calc(29rem * 1.5);
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .shipment__subtitle {
    font-size: calc(2.1rem * 1.5);
    line-height: calc(3.2rem * 1.5);
  }
}

@media (min-width: 1441px) {
  .shipment__list .accordion__link {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .shipment__text,
  .shipment p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .shipment__button {
    width: 29rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .shipment__subtitle {
    font-size: 2.1rem;
    line-height: 3.2rem;
  }
  .shipment .grid__inner {
    padding-right: 6.4rem;
  }
}

.tracking {
  padding: 0 1.8rem;
}

.tracking__desc {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 4rem;
}

.tracking__button {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 6rem;
}

@media (min-width: 1024px) {
  .tracking {
    padding: 0 6.4rem;
    padding-top: 8rem;
    padding-bottom: 10.7rem;
  }
  .tracking__desc {
    font-size: calc(1.6rem * 1.5);
    line-height: calc(2.6rem * 1.5);
    width: calc(80rem * 1.5);
  }
  .tracking__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tracking__wrap .form__search-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 3.6rem;
  }
  .tracking__input {
    width: 56rem;
  }
  .tracking__button {
    width: calc(25rem * 1.5);
    margin: 0;
  }
}

@media (min-width: 1441px) {
  .tracking__desc {
    font-size: 1.6rem;
    line-height: 2.6rem;
    width: auto;
  }
  .tracking__button {
    width: 25rem;
  }
  .tracking__wrap .form__search-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.user-pane {
  text-align: center;
}

.user-pane__phone-wrap, .user-pane__email-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-pane__phone-wrap {
  margin-bottom: 2rem;
}

.user-pane__phone,
.user-pane__email {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #232323;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
}

.user-pane__wrap-language {
  position: absolute;
  top: 40px;
  left: 18px;
}

.user-pane__wrap-language._active {
  background-color: #fff;
}

.user-pane__wrap-language._active .user-pane__language-list {
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

.user-pane__wrap-language._active .user-pane__language-btn {
  color: #778e1b;
}

.user-pane__language-btn {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #7d7d7d;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.user-pane__language-btn:focus, .user-pane__language-btn:hover {
  outline: none;
}

.user-pane__language-btn svg {
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
  fill: currentColor;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.user-pane__language-item {
  text-align: left;
}

.user-pane__language-item a {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #7d7d7d;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

.user-pane__language-list {
  display: none;
}

.user-pane__send-request {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .user-pane {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70rem;
  }
  .user-pane__phone-wrap {
    margin-bottom: 1rem;
  }
  .user-pane__contacts-wrap {
    text-align: left;
  }
  .user-pane__language-btn {
    font-size: 1.8rem;
    line-height: 3.4rem;
    color: #fff;
  }
  .user-pane__language-item {
    -moz-text-align-last: left;
    text-align-last: left;
  }
  .user-pane__language-item a {
    display: block;
    font-size: 1.8rem;
    line-height: 3.4rem;
    padding-left: 1rem;
    padding-right: 0.6rem;
  }
  .user-pane__language-item a:hover, .user-pane__language-item a:focus {
    background-color: #d0c9d6;
  }
  .user-pane__send-request {
    width: 32rem;
    margin-bottom: 0;
    font-size: 2.1rem;
    line-height: 2.4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .user-pane__phone,
  .user-pane__email {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 2.1rem;
    line-height: 2.4rem;
    color: #fff;
    font-weight: 400;
    font-style: normal;
  }
  .user-pane__wrap-language {
    position: relative;
    top: auto;
    left: auto;
    padding-left: 1rem;
    padding-right: 0.6rem;
  }
}

@media (min-width: 1441px) {
  .user-pane {
    width: 89rem;
  }
  .user-pane__language-btn {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
  .user-pane__language-item a {
    font-size: 1.4rem;
    line-height: 3.4rem;
  }
  .user-pane__phone, .user-pane__email {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .user-pane__send-request {
    width: 25rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.wysiwyg {
  padding-top: 2.4rem;
}

.wysiwyg img {
  width: 100%;
}

.wysiwyg i {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 2.1rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}

.wysiwyg h2 {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #657d8b;
  font-weight: 600;
  font-style: normal;
  margin-top: 4rem;
  margin-bottom: 2.4rem;
}

.wysiwyg h3 {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #657d8b;
  font-weight: 600;
  font-style: normal;
  margin-top: 3.4rem;
  margin-bottom: 2.2rem;
}

.wysiwyg h4 {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 3.2rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.wysiwyg p {
  font-family: Montserrat, Arial, sans-serif;
  /* font-size: 1.6rem;
  line-height: 2.6rem; */
  font-size: calc(1.4rem * 1.5);
    line-height: calc(2.6rem * 1.5);
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2.5rem;
}

.wysiwyg small {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 1.6rem 0;
  display: block;
}

.wysiwyg strong {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 600;
  font-style: normal;
  display: block;
  border-left: 2px solid #657d8b;
  padding-left: 2.4rem;
}

.wysiwyg blockquote {
  margin: 0;
  padding: 4rem 3rem;
  color: #fff;
  background-color: #657d8b;
  background-image: url("/local/templates/logistic/assets/css/../img/quotes.png");
  background-position: top right 3rem;
  background-repeat: no-repeat;
}

.wysiwyg blockquote p {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 3.2rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
}

.wysiwyg blockquote cite {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
}

.wysiwyg ul,
.wysiwyg ol {
  margin-bottom: 4rem;
}

.wysiwyg ol {
  padding-left: 2rem;
}

.wysiwyg li {
  font-family: Montserrat, Arial, sans-serif;
  /* font-size: 1.6rem;
  line-height: 2.1rem; */
  font-size: calc(1.4rem * 1.5);
    line-height: calc(2.6rem * 1.5);
  color: #000;
  /* font-weight: 600; */
  font-style: normal;
  margin-bottom: 1.2rem;
}

@media (min-width: 1024px) {
  .wysiwyg {
    padding-top: 6.4rem;
  }
  .wysiwyg i {
    font-size: calc(1.2rem * 1.5);
    line-height: calc(2.1rem * 1.5);
  }
  .wysiwyg h2 {
    /* font-family: Montserrat, Arial, sans-serif;
    font-size: calc(3.6rem * 1.5);
    line-height: calc(4.4rem * 1.5);
    color: #657d8b;
    font-weight: 700;
    font-style: normal;
    margin-top: calc(3.2rem * 1.5);
    margin-bottom: calc(3.2rem * 1.5); */
    margin-bottom: 2.5rem;
    padding-right: 8rem;
    font-size: calc(3.2rem * 1.5);
    line-height: calc(4.2rem * 1.5);
  }
  .wysiwyg h3 {
    font-family: Montserrat, Arial, sans-serif;
    font-size: calc(3rem * 1.5);
    line-height: calc(3.8rem * 1.5);
    color: #657d8b;
    /* font-weight: 700; */
    font-style: normal;
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .wysiwyg h4 {
    font-size: calc(2.1rem * 1.5);
    line-height: calc(3.2rem * 1.5);
    margin-top: 3.4rem;
    margin-bottom: 1.8rem;
  }
  .wysiwyg p {
    margin: calc(1.4rem * 1.5) 0;
    /* font-size: calc(1.6rem * 1.5);
    line-height: calc(2.1rem * 1.5); */
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2.6rem * 1.5);
  }
  .wysiwyg blockquote {
    width: calc(100% + 6.4rem * 2);
    margin-left: -6.4rem;
    margin-top: 5.4rem;
    margin-bottom: 5.4rem;
    padding: 5.3rem 6.4rem;
    background-size: 22.3rem 20rem;
    background-position: top right 0.8rem;
  }
  .wysiwyg blockquote p {
    font-size: calc(2.1rem * 1.5);
    line-height: calc(3.2rem *  1.5);
    margin-bottom: 3.2rem;
  }
  .wysiwyg blockquote cite {
    font-size: calc(1.6rem * 1.5);
    line-height: calc(3.2rem * 1.5);
  }
  .wysiwyg small {
    font-size: calc(1.2rem * 1.5);
    line-height: calc(1.8rem * 1.5);
  }
  .wysiwyg strong {
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2.4rem * 1.5);
  }
  .wysiwyg ul,
  .wysiwyg ol {
    margin-bottom: 5.4rem;
  }
  .wysiwyg li {
    /* font-size: calc(1.6rem * 1.5);
    line-height: calc(2.1rem * 1.5); */
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2.6rem * 1.5);
  }
}

@media (min-width: 1441px) {
  .wysiwyg i {
    font-size: 1.2rem;
    line-height: 2.1rem;
  }
  .wysiwyg h2 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .wysiwyg h3 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .wysiwyg h4 {
    font-size: 2.1rem;
    line-height: 3.2rem;
  }
  .wysiwyg p {
    margin: 1.4rem 0;
    /* font-size: 1.6rem;
    line-height: 2.1rem; */
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2.6rem * 1.5);
  }
  .wysiwyg blockquote p {
    font-size: 2.1rem;
    line-height: 3.2rem;
  }
  .wysiwyg blockquote cite {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  .wysiwyg li {
    /* font-size: 1.6rem;
    line-height: 2.1rem; */
    font-size: calc(1.4rem * 1.5);
    line-height: calc(2.6rem * 1.5);
  }
  .wysiwyg small {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .wysiwyg strong {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.table-bordered {
    margin: 30px 0;
    width: 100%;
    border-collapse: collapse;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #657d8b;
    padding: 7px;
    text-align: left;
    vertical-align: top;
}
.table-bordered td.text-center,
.table-bordered th.text-center,
.text-center {
  text-align: center;
}
.bold {
  font-weight: bold !important;
}
  .types-transport .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  box-shadow: 0px 0px 5px #bbb;
  border-radius: 7px; 
}
.types-transport img {
  width: 50px;
}
.types-transport .left {
  width: 22%;
  text-align: center;
  padding: 10px;
}
.types-transport .title {
  font-weight: bold;
}
.types-transport .txt {
  width: 78%;
  padding: 10px;
  text-align: justify;
}
@media (max-width: 992px) {
  .types-transport .left,
  .types-transport .txt {
    width: 100%;
  }
}
.stages {
  text-align: center;
  width: 650px;
  max-width: 100%;
}
.stages .item {
  position: relative;
  margin-bottom: 20px;
}
.stages .item:not(:last-child):after {
  content: "\1F817";
  position: absolute;
  bottom: -25px;
  left: 50%;
}
/*# sourceMappingURL=main.css.map */
.places.places--cities {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.places__item {
  display: flex;
  flex-direction: column;
  border-bottom-width: 0;
  margin-bottom: 20px;
  margin-left: .5%;
  text-align: center;
  width: 18%;
}
.places__item img {
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  object-position: center center;
  object-fit: cover;
}
@media (max-width: 768px) {
  .places__item {
    width: 30%;
  }
}

.img-preview-main{
  float: right;
  margin-left: 10px;
  width: 450px;
  height: 350px;
  object-fit: contain;
}
/* End */


/* Start:/local/templates/logistic/assets/css/custom.css?175404558741010*/
.infographic {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 0 0.5em;
}

.infographic__item {
	flex: 0 1 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1em;
}

.infographic__image {
	flex: 0 0 4em;
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 6em;
	margin-bottom: 1em;
}

.infographic__caption {
	text-align: justify;
	font-family: Montserrat, sans-serif;
	font-size: 1.4rem;
	line-height: 2.6rem;
}

.infographic__title {
	text-align: center;
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}

.infographic-list .infographic__item {
	flex-direction: row;
	flex: 0 1 100%;
	align-items: flex-start;
}

.infographic-list .infographic__image {
	max-width: 4em;
}

.infographic-list .infographic__caption {
	padding: 0 1.2em;
}

.infographic-list .infographic__title {
	text-align: left;
	display: inline;
}

[class*="-check-marked-list"] {
	list-style: none;
}

[class*="-check-marked-list"]>li {
	position: relative;
	padding-left: 1.9em;
	margin-bottom: 0.5em;
	font-size: 1.4rem;
}

[class*="-check-marked-list"]>li::before {
	content: "";
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 0.25em;
	background: transparent no-repeat center;
	background-size: contain;
}

.black-check-marked-list>li::before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABmJLR0QA/wD/AP+gvaeTAAABBElEQVRIie3UMUoDQRQG4E8rUTAqRE9iIWij2IhYeQAP4BUEO7EJqJ122ukhbKwsRQRFEARBsQ4WmsQiWQizs5CNs2CRH6aZ9+Z9O7C7jPJPsoNj1KtElvCDDj6wWQUyiccekq0vjKeGjgKkg8vUyDJaAfKJhZTIFJ7lb7OdEoHTCHKRGllHO0DeMJcSqeFV/jYbZYbM4kD3uyjKeQQ5K4PM4LZ3sIm1SM9WBHnBdBnoOhjQxGpfvY73oKcd9AyUm8jT9mNXkfpJWQTmcV+ANSL7T7q/n6FSx11kaLhaWBkWKYMd/hUZBHvARCqoCPvGYkokS/iC7FeBZKlhD7sYqxIaJZdfhYF6R58+xmoAAAAASUVORK5CYII=");
}

.bordered-table {
	border-collapse: collapse;
}

.bordered-table td,
.bordered-table th {
	border: 1px solid black;
	padding: 0.5em;
}

.clearfix::before,
.clearfix::after {
	display: table;
	content: "";
	clear: both;
}

/*На главной*/
.notshow {
	display: none;
}

.services-main {
	font-family: Montserrat, Arial, sans-serif;
	display: flex;
	flex-wrap: wrap;
	border-collapse: collapse;
	box-sizing: border-box;
}

.services-main__item {
	flex-basis: 50%;
	background: #fbfbfb center right/45% no-repeat;
	padding: 1em 2em;
	/* border: 1px solid #ebeef0; */
	box-sizing: inherit;
	min-height: 300px;
	flex-grow: 1;
}

.faq-item {
	border: 2px solid #ebeef0;
	margin: 3px 0;
}

.faq-item .question-block {
	padding: 20px 4px 16px 45px;
	position: relative;
	cursor: pointer;
}

.faq-item .question {
	padding-right: 30px;
}

.answer-block {
	padding: 0 4px 15px 45px;
	display: none;
}

.question-block .question::after {
	background: url("/upload/images/icons/arrow_faq.svg") no-repeat;
	width: 13px;
	height: 11px;
	transform: rotate(180deg);
	position: absolute;
	content: " ";
	margin-top: 2px;
	right: 15px;
	background-size: 100%;
}

.question-block.active .question::after {
	background: url("/upload/images/icons/arrow_faq.svg") no-repeat;
	width: 13px;
	height: 11px;
	transform: rotate(0deg);
	background-size: 100%;
}

.faq-item .answer-block ul {
	list-style: disc;
	margin-left: 17px;
}

@media (max-width: 1090px) {
	.services-main__item {
		flex-basis: 100%;
	}
}

.services-main__title,
.services-main__link {
	text-decoration: none;
}

.services-main__title,
.services-main__image {
	display: inline-block;
}

.services-main__title {
	font-size: 3.2rem;
	line-height: 3.8rem;
	margin-bottom: 1rem;
	color: #778e1b;
	flex-shrink: 0;
}

.services-main__link {
	color: #22518b;
	flex-basis: 300px;
}

.services-main__menu {
	display: flex;
	flex-wrap: wrap;
}

.services-main__elem {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	flex-basis: 100%;
}

.services-main__elem.notshow {
	display: none;
}

.services-main__image {
	margin-right: 1em;
	border: 1px solid #22518b;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	object-fit: contain;
}

.services-main__more-btn {
	display: inline-block;
	color: white;
	background-color: #778e1b;
	padding: 0.5em 1em;
	border-radius: 1em;
	cursor: pointer;
}

.ul {
	list-style: none;
	margin: 1.4rem 0 1.4rem 20px;
	font-size: calc(1.4rem * 1.5);
	line-height: calc(2.6rem * 1.5);
}

.ul li::before {
	content: "\2022";
	color: #778e1b;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding-right: 15px;
	position: relative;
	top: 2px;
}

.ul-square li::before {
	content: "\25A0";
	font-size: 16px;
	top: 0px;
}

.ul-dash li::before {
	content: "-";
	font-size: 16px;
	top: 0px;
}

.ul-check {
	list-style: none;
	margin: 1.4rem 0 1.4rem 20px;
	font-size: calc(1.4rem * 1.5);
	line-height: calc(2.6rem * 1.5);
}

.ol {
	font-size: calc(1.4rem * 1.5);
	line-height: calc(2.6rem * 1.5);
}

@media (max-width: 1024px) {
	.ul {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.ol {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}

.block-outgrowth-solutions {
	display: flex;
	flex-wrap: wrap;
}

.block-stages-cooperation .item-stages-cooperation {
	display: flex;
	border: 1px solid #000;
	margin-bottom: 10px;
}

.block-stages-cooperation .item-stages-cooperation-num {
	border-right: 1px solid #000;
	width: 10%;
}

.block-stages-cooperation .item-stages-cooperation-text {
	width: 90%;
}

.block-stages-cooperation .item-stages-cooperation-text p {
	padding-left: 10px;
	padding-right: 2px;
}

.block-stages-cooperation .item-stages-cooperation-text span {
	border-bottom: 1px solid #000;
}

.block-stages-cooperation .item-stages-cooperation span {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;
	display: block;
}

.outgrowth-solutions-item span img {
	transform: rotate(90deg);
	width: 13px;
}

.main-block-our-numbers {
	padding: 2% 15%;
}

.main-block-our-numbers h2 {
	font-family: Montserrat, Arial, sans-serif;
	color: #657d8b;
	font-weight: 600;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 2.4rem;
	font-size: 3.2rem;
	line-height: 4.2rem;
}

.block-our-numbers {
	display: flex;
	background: #778e1b;
	text-align: center;
	color: #fff;
}

.block-our-numbers p {
	font-weight: bold;
}

.block-our-numbers .title-num {
	font-size: 36px;
	margin: 10px auto;
}

.item-numbers {
	width: 25%;
	padding: 20px;
}

@media (min-width: 1532px) {
	.item-numbers br {
		display: none;
	}
}

@media (min-width: 1441px) {
	.ul {
		font-size: 1.4rem;
		line-height: 2.6rem;
	}
	.ol {
		font-size: 1.4rem;
		line-height: 2.6rem;
	}
}

@media (max-width: 1023px) {
	.main-block-our-numbers {
		padding: 2% 1%;
	}
}

@media (max-width: 871px) {
	.item-numbers p {
		font-size: 15px;
	}
}

@media (max-width: 680px) {
	.block-our-numbers {
		flex-direction: column;
	}

	.item-numbers {
		width: 100%;
		padding: 5px;
	}
}

@media (min-width: 1024px) {
	.grid__inner {
		box-shadow: none !important;
	}
}

.accordion {
	margin-bottom: 1em;
}

.accordion__list .inter__list {
	border-collapse: collapse;
}

.accordion__item {
	border: 1px solid #ebeef0;
}

ul.disc.disc-custom {
	font-size: 1.4rem;
	line-height: 2.6rem;
	padding-left: 15px;
}

.modal-custom {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 32px;
	border: 1px solid #888;
	width: 30%;
	border-radius: 5px;
	position: relative;
}

.close,
.close_raschet {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	top: 6px;
	right: 18px;
}

.close:hover,
.close:focus,
.close_raschet:hover,
.close_raschet:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.form-custom {
	font-family: Montserrat, Arial, sans-serif;
}

.form-custom .mf-name,
.form-custom .mf-telef,
.form-custom .mf-message {
	width: 100%;
	margin-top: 6px;
}

.form-custom .mf-text {
	font-size: 16px;
}

.form-custom input,
.form-custom textarea {
	padding: 8px;
	border: 1px solid #000;
	border-radius: 3px;
	margin: 10px 0;
	width: 100%;
	font-size: 15px;
	border-radius: 0.8em;
}

.form-custom div.mf-name input,
.form-custom div.mf-email input {
	width: 100%;
}

.form-custom div.mf-message textarea {
	width: 100%;
}

.form-custom input.submit-custom-form {
	width: 29rem;
	font-size: 1.7rem;
	line-height: 2.2rem;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	border-radius: 4rem;
	margin: 0 auto;
	display: block;
	color: #fff;
	background: #778e1b;
	border: 1px solid #778e1b;
	cursor: pointer;
}

.form-custom .errortext {
	font-size: 13px;
}

.modal-custom .fornHide {
	display: none;
}

.modal-custom .text-ok-custom {
	font-size: 2.2rem;
}

.custom-slider {
	display: flex;
}

.custom-text-slider {
	width: 60%;
}

.form_in_slider {
	width: 40%;
	margin: 50px;
	position: relative;
}

.form_in_serves form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form_in_slider form {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	justify-content: space-between;
}

.form_in_slider form .mf-adress,
.form_in_serves form .mf-adress {
	width: 40%;
}

.custom-arrow-in-form {
	margin-top: 23px;
}

.form_in_slider form .mf-adress:first-child,
.form_in_serves form .mf-adress:first-child {
	margin-right: 20%;
}

.form_in_slider form .mf-message,
.form_in_serves form .mf-message {
	width: 100%;
}

.form_in_slider form input,
.form_in_serves form input {
	font-family: Montserrat, sans-serif;
	color: #000;
	padding: 1.4rem;
	font-weight: 600;
	font-size: 15px;
	border: 1px solid #000;
	border-radius: 3rem;
	margin: 7px 0;
	width: 100%;
}

.form_in_slider form input[name="MESSAGE"],
.form_in_slider form input[name="user_phone"],
.form_in_serves form input[name="MESSAGE"],
.form_in_serves form input[name="user_phone"] {
	width: 100%;
}

.form_in_slider div.mf-name,
.form_in_slider .mf-telef,
.form_in_slider .mf-submit-form {
	width: 30%;
}

.form_in_serves div.mf-name,
.form_in_serves .mf-telef,
.form_in_serves .mf-submit-form {
	width: 100%
}

.form_in_serves div.mf-name,
.form_in_serves .mf-telef {}

.form_in_slider div.mf-name,
.form_in_slider .mf-telef {
	margin-right: 5%;
}

.form_in_slider div.mf-name input,
.form_in_serves div.mf-name input {
	width: 100%;
}

.form_in_slider form input[name="user_phone"],
.form_in_serves form input[name="user_phone"] {
	margin-right: 10%;
}

.form_in_slider .mf-submit,
.form_in_serves .mf-submit {
	width: 100%;
}

.title-torm-in-slider {
	font-family: Montserrat, Arial, sans-serif;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}

.form_in_slider .mf-submit,
.form_in_serves .mf-submit {
	font-size: 1.7rem;
	line-height: 2.2rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	border-radius: 4rem;
	display: block;
	color: #fff;
	background: #778e1b;
	border: 1px solid #778e1b;
	cursor: pointer;
}

.form_in_serves form input {
	border-radius: initial;
}

.btn_cusrom_mr {
	position: static !important;
}

.form_in_slider .form-in-slider-error,
.form_in_serves .form-in-slider-error {
	color: #ffa7a7;
	font-weight: bold;
	font-size: 15px;
}

.form_in_slider .form-massage-ok,
.form_in_serves .form-massage-ok {
	color: #778e1b;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 1px 1px 4px #000;
	margin: 23px 0;
	display: block;
}

.form_in_serves .form-massage-ok {
	text-shadow: none;
}

.hero__slider-item._animate .title-torm-in-slider,
.hero__slider-item._animate .form_in_slider .hero__desc-form,
.hero__slider-item._animate .form_in_slider .message-in-form {
	-webkit-animation-name: appearLeft;
	animation-name: appearLeft;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 0.1);
	animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 0.1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.form_in_slider .title-torm-in-slider,
.form_in_slider .hero__desc-form,
.form_in_slider .message-in-form {
	width: 0;
	overflow: hidden;
}

.custom-slider .custom-text-slider .hero__title {
	width: 108rem;
}

.custom-slider .hero__desc {
	margin-bottom: 1.3rem;
	width: 100rem;
}

.main-nav__item .menu-icon-block {
	display: flex;
	align-items: center;
}

.main-nav__item .menu-icon-block .menu-icon {
	margin-right: 7px;
	margin-top: 1px;
}

.show-960-custom {
	display: none !important;
}

.main-nav__item.countries {
	position: static;
}

.flag-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.flag-block .img-flag img {
	width: 100%;
	height: 100px;
	border: 1px solid #ccc;
	margin: 0 auto;
}

.flag-block .flag-item {
	margin: 10px 20px;
	box-sizing: border-box;
}

.flag-block .title_country {
	text-align: center;
	margin-top: 10px;
}

.flag-block .img-flag {
	width: 200px;
	margin: 0 auto;
}

.main-nav__nested-list.countries-ul ul.groups_direction span a {
	color: #000;
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: bold;
}

.main-nav__nested-list.countries-ul ul.groups_direction span.title_direction-top a {
	font-weight: normal;
	font-size: 1.5rem;
}

.main-nav__nested-list.countries-ul ul.groups_direction span.title_direction-top {
	display: none;
}

.main-nav__nested-list.countries-ul ul.groups_direction span.title_direction-top[data-country="Европа"],
.main-nav__nested-list.countries-ul ul.groups_direction span.title_direction-top[data-country="Азия"] {
	display: block;
}

.main-nav__nested-list.countries-ul ul.groups_direction span a:hover {
	color: #b9d98d;
}

.main-nav__nested-list.countries-ul ul.groups_direction a {
	line-height: 1rem;
}

.main-nav__nested-list.countries-ul::after {
	right: 33%;
}

.block_advantages {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #657d8b;
}

.block_advantages .advantages_item {
	width: 33.33%;
}

.block_advantages .advantages_item:not(:last-child) {
	border-right: 1px solid #657d8b;
}

.block_advantages .advantages_top {
	text-align: center;
	border-bottom: 1px solid #657d8b;
	padding: 10px;
}

.block_advantages .title_advantages {
	font-weight: 600;
}

.block_advantages .advantages_bottom_text {
	padding: 10px;
}

.block_type_transportation {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 4rem;
}

.block_type_transportation .item_type_transport {
	padding-top: 10px;
}

.block_type_transportation .item_type_transport:not(:last-child) {
	margin-right: 10px;
}

.block_type_transportation .item_type_transport a {
	background-repeat: no-repeat;
	max-width: 200px;
	display: block;
	height: 150px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	background-size: cover;
}

.block_type_transportation .item_type_transport:hover a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(225, 225, 225, 0.2);
	z-index: 2;
}

.item_type_transport {
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 1458px) {
	.title-torm-in-slider {
		padding: 0;
		margin: 0;
	}
}

@media screen and (max-width: 1440px) {
	.custom-text-slider {
		width: 75%;
	}

	.form_in_slider {
		width: 25%;
		margin: 0px;
	}

	.title-torm-in-slider {
		margin: 82px auto 0;
		line-height: 26px;
		padding: 0;
	}

	.form_in_slider form .mf-adress {
		width: 50%;
	}

	.custom-arrow-in-form {
		display: none;
	}

	.form_in_slider div.mf-name,
	.form_in_slider .mf-telef,
	.form_in_slider .mf-submit-form {
		width: 33%;
	}

	.form_in_slider div.mf-name,
	.form_in_slider .mf-telef {
		margin-right: 0px;
	}
}

@media screen and (max-width: 1200px) {
	.title-torm-in-slider {
		margin: 32px auto 0;
	}
}

@media screen and (min-width: 1024px) {
	.btn_cusrom_mr {
		margin: 4rem 0 0 0;
	}

	.custom-slider .custom-text-slider .hero__title {
		font-size: 7rem;
		line-height: 7rem;
	}

	.title-torm-in-slider {
		font-size: 3rem;
	}

	.main-nav__nested-list.countries-ul ul.groups_direction {
		float: left;
		width: 16%;
		padding-top: 10px;
		padding-bottom: 14px;
	}

	.main-nav__item.countries::after {
		content: "";
		display: table;
		clear: both;
	}
}

@media screen and (max-width: 1023px) {
	.modal-content {
		width: 50%;
	}

	.form-custom input.submit-custom-form {
		width: 24rem;
	}

	.custom-slider {
		display: block;
		height: 100%;
	}

	.custom-text-slider {
		width: 100%;
	}

	.form_in_slider {
		width: 100%;
	}

	.custom-slider .custom-text-slider .hero__title {
		margin: 0;
		padding: 0;
		font-size: 4rem;
		width: 100%;
	}

	.custom-slider .custom-text-slider .hero__desc {
		margin: 0;
		margin: 17px 0;
	}

	.title-torm-in-slider {
		margin: 7px auto 16px;
	}

	.form_in_slider .mf-submit,
	.form_in_serves .mf-submit {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.hero__slider-controls.custom_slider-controls {
		bottom: -1rem;
	}

	.custom-slider .custom-text-slider .hero__desc {
		width: 100%;
	}

	.show-960-custom {
		display: block !important;
	}

	.show-custom {
		display: none;
	}

	.block_advantages .advantages_top {
		height: 135px;
	}
}

@media screen and (max-width: 960px) {
	.flag-block {
		justify-content: center;
	}

	.flag-block .flag-item {
		margin: 10px 10px;
	}
}

@media screen and (min-width: 960px) {
	.btn-in-logistik {
		padding-left: 6.4rem;
	}
}

@media screen and (max-width: 943px) {
	.custom-slider .custom-text-slider .hero__title {
		font-size: 3rem;
		line-height: 3.2rem;
	}
}

@media screen and (max-width: 845px) {
	.custom-slider .custom-text-slider .hero__title {
		font-size: 3.2rem;
	}

	.custom-slider .custom-text-slider .hero__desc {
		margin: 8px 0;
	}
}

@media screen and (max-width: 767px) {
	.infographic__item {
		flex: 0 1 100%;
	}
	.modal-content {
		width: 26rem;
	}

	.form-custom input.submit-custom-form {
		width: 18rem;
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
	}

	.form-custom .modal__title {
		font-size: 2.2rem;
	}

	.form_in_slider .mf-submit,
	.form_in_serves .mf-submit {
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
		font-size: 1rem;
	}

	.custom-slider .custom-text-slider .hero__title {
		line-height: 3rem;
		font-size: 2.4rem;
	}

	.form_in_slider form input {
		padding: 1rem;
		font-size: 1rem;
		margin: 2px 0;
	}

	.title-torm-in-slider {
		font-size: 1.8rem;
		line-height: 3rem;
		margin: 0;
	}

	.form_in_slider div.mf-message {
		padding-bottom: 0;
	}

	.flag-block .flag-item {
		width: 33%;
	}

	.block_advantages .advantages_item {
		width: 100%;
	}

	.block_advantages .advantages_item:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #657d8b;
	}
}

@media screen and (max-width: 576px) {
	.flag-block .flag-item {
		width: 50%;
	}

	.flag-block .title_country {
		margin-top: 0;
	}

	.flag-block .flag-item {
		margin: 10px 0;
	}
}

@media screen and (max-width: 519px) {

	.form_in_slider .mf-submit,
	.form_in_serves .mf-submit {
		padding-top: 0.3rem;
	}

	.title-torm-in-slider {
		margin: 5px auto;
	}

	.form_in_slider .form-in-slider-error {
		font-size: 1.4rem;
	}

	/*	.form_in_slider form input {
		padding: 1.1rem;
		font-size: 1.4rem;
	}*/
	.custom-slider .custom-text-slider .hero__desc {
		margin: 2px 0;
	}

	.form_in_slider .form-massage-ok {
		font-size: 1.4rem;
	}

	.flag-block .img-flag {
		width: 100%;
	}
}

.or-flex,
.stages-flex {
	display: flex;
	justify-content: space-around;
}

.or-flex .or-flex--item {
	width: 22%;
}

.or-flex .or-flex--item img {
	display: block;
	width: 40px;
	margin: auto;
}

.or-flex .or-flex--item p {
	text-align: center;
}

.stages-flex {
	flex-wrap: wrap;
}

.stages-flex .stages-flex--item {
	width: 30%;
}

.stages-flex .stages-flex--item img {
	display: block;
	width: 40px;
	margin: auto;
}

.stages-flex .stages-flex--item p {
	text-align: justify;
}

.stages-flex .stages-flex--item p.bold {
	text-align: center;
}

.map_delivery {
	display: flex;
	border: 2px solid;
	justify-content: space-around;
}

.map_delivery .map {
	width: 60%;
	padding: 10px 0;
}

.map_delivery .info_delivery {
	width: 38%;
	padding: 10px 0;
}

.map_delivery .item_info_deliv {
	border: 1px solid #000;
	margin-bottom: 15px;
}

.map_delivery .title_deliv {
	padding: 10px 10px 20px 10px;
	font-weight: bold;
}

.map_delivery .block_time_prise {
	border-top: 1px solid #ccc;
	margin-right: 20px;
	margin-left: 10px;
	padding: 10px 0;
}

.map_delivery .block_time_prise .item_prise_time {
	display: flex;
	justify-content: space-between;
	font-size: 1.2rem;
}

.attention {
	font-size: 14px !important;
	color: red;
}

@media (min-width: 1023px) and (max-width: 1302px) {
	.map_delivery .block_time_prise .item_prise_time {
		font-size: 1.6rem;
	}
}

@media (max-width: 768px) {
	.map_delivery {
		flex-wrap: wrap;
		padding: 0 10px;
	}

	.map_delivery .map {
		width: 100%;
	}

	.map_delivery .info_delivery {
		width: 100%;
	}
}

@media (max-width: 600px) {

	.or-flex,
	.stages-flex {
		flex-wrap: wrap;
	}

	.or-flex .or-flex--item,
	.stages-flex .stages-flex--item {
		width: 80%;
	}
}

ol {
	font-size: calc(1.4rem * 1.5);
	line-height: calc(2.6rem * 1.5);
}

@media (min-width: 1024px) {
	.grid__inner {
		padding-bottom: 4rem;
		padding-top: 4rem;
	}
}

@media (max-width: 480px) {
	.block_type_transportation {
		flex-wrap: wrap;
		justify-content: center;
	}

	.block_type_transportation .item_type_transport:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.block_type_transportation .item_type_transport {
		padding-right: 10px;
	}

	ol {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}

.scroll-block {
	overflow: hidden;
}

@media (max-width: 600px) {
	.scroll-block

	/*{overflow:scroll}*/
		{
		font-size: 10px;
	}
}

@media (max-width: 600px) {
	.scroll-block_big {
		font-size: 6px;
	}
}

/* adapt table */
/* #213619 */

.flex-container {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 30px 0;
	width: 100%;
	border-spacing: 2px;
	border: 1px solid #657d8b;
}

.flex-item-left {
	flex: 30%;
	border-right: 1px solid #657d8b;
}

.flex-item-right {
	flex: 30%;
}

.flex-item-center {
	flex: 30%;
	border-right: 1px solid #657d8b;
}

.flex-item_title {
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-size: 2rem;
	padding: 10px;
	font-weight: bold;
}

.flex-item_text {
	padding: 10px;
	text-align: left;
	font-size: 2rem;
	font-family: Montserrat, sans-serif;
	border-top: 1px solid #657d8b;
}

@media (max-width: 800px) {

	.flex-item-right,
	.flex-item-center,
	.flex-item-left {
		flex: 100%;
	}

	.flex-item-right,
	.flex-item-center {
		border-top: 1px solid #657d8b;
	}

	.flex-item_title,
	.flex-item_text {
		font-size: 1.4rem;
	}
}

.flex-container_no_border {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 30px 0;
	width: 100%;
}

.flex-item-left_no_border {
	flex: 30%;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-item-right_no_border {
	flex: 30%;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-item-center_no_border {
	flex: 30%;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-item_image {
	text-align: center;
	padding: 10px;
	height: auto;
	padding-left: 0;
}

.flex-item_image img {
	max-width: 25%;
}

.flex-item_text_no_border {
	padding: 10px;
	text-align: left;
	font-size: calc(1.4rem * 1.5);
	font-family: Montserrat, sans-serif;
}

@media (max-width: 800px) {

	.flex-item-right_no_border,
	.flex-item-cente_no_borderr,
	.flex-item-left_no_border {
		flex: 100%;
	}

	.flex-item_text_no_border {
		font-size: 1.6rem;
	}
}

/*  */
.desktop_table {
	display: block;
}

.mobile_table {
	display: none;
}

table {
	border: 1px solid #ccc;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table tr {
	border: 1px solid #ddd;
	padding: 5px;
}

.mobile_hid {
	display: none;
}

#more {
	display: none;
}

.mobile_table_btn {
	display: none;
}

@media screen and (max-width: 800px) {
	.desktop_table {
		display: none;
	}

	.mobile_table {
		display: block;
	}

	table {
		border: 0;
	}

	table thead {
		display: none;
	}

	table tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 2px solid #ddd;
	}

	table td {
		display: block;
		text-align: right;
		font-size: 1.6rem;
		border-bottom: 1px dotted #ccc;
		border-right: 1px solid transparent;
	}

	table td:last-child {
		border-bottom: 0;
	}

	.mobile_hid {
		display: block;
		font-weight: 600;
		text-align: left;
		font-size: 1.6rem;
	}

	.mobile_table_btn {
		display: block;
	}
}

/* ! adapt table */
ol {
	font-size: 1.4rem;
	line-height: 2.6rem;
}

@media (min-width: 1024px) {
	.grid__inner {
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
}

.tab_wrapper .tabcontent {
	display: none;

}

.tab_wrapper .tabcontent.active {
	display: block;

}

.tab_wrapper {
	display: flex;
}

.tab_wrapper .tab_click {
	color: #000;
	padding: 5px 14px;
	font-weight: bold;
	cursor: pointer;
}

.tab_wrapper .tab_click.active {
	color: #657d8b;
}

.tab_wrapp .item_prise_time div:last-child {
	text-align: right;
}

.tab_wrapper.tab_wrapper_zhelezn .map {
	width: 590px;
	height: 500px;
}

.ditail_img {
	padding-bottom: 20px;
}

.form_in_serves.form_model_body {
	margin: 10px;
}

.form_in_serves.form_model_body form input {
	border-radius: 3rem;

}

.form_in_serves.form_model_body .arrow-1 {
	width: 37px;
	left: -15px;
}

.form_in_serves.form_model_body div.mf-name,
.form_in_serves.form_model_body .mf-telef,
.form_in_serves.form_model_body .mf-submit-form {
	width: 100%;
	margin-right: 0;
}

.form_in_serves.form_model_body .grid__subtitle {
	padding-right: 0;
	text-align: center;
}

div.btn_modail {
	font-size: 1.7rem;
	line-height: 2.2rem;
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	border-radius: 4rem;
	display: block;
	color: #fff;
	background: #778e1b;
	border: 1px solid #778e1b;
	cursor: pointer;
	width: 29rem;
	text-align: center;
	font-family: Montserrat, sans-serif;
	margin: 20px 0;
}

.button.modal_form_header {
	background: #808080;
	margin-right: 10px;
	border: #808080;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
}

.bottom_form_wrapp .user-pane__send-request {
	width: 29rem;
	margin-top: 13px;
}

.form__button-submit {
	background: #778e1b;
	color: #fff;
}

.button_slick {
	display: none;
	position: relative;
	width: 29rem;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	font-size: 1.7rem;
	line-height: 2.2rem;
	text-decoration: none;
	text-align: center;
	background-color: #778e1b;
	color: #fff;
	margin-left: 8rem;
	cursor: pointer;
	z-index: 9;
}

.button_slick.fixed {
	display: block;
	position: fixed;
	top: 0;
}


@media (min-width: 1024px) and (max-width: 1441px) {
	.button_slick {
		margin-left: 0;
	}

	.button.modal_form_header {
		padding-top: 2rem;
		padding-bottom: 2rem;
		width: 41rem;
		font-size: 2.1rem;
		line-height: 2.4rem;
	}

	.bottom_form_wrapp .button.modal_form_header {
		padding-top: 2rem;
		padding-bottom: 2rem;
		width: 29rem;
	}
}

@media screen and (max-width: 1023px) {
	.button_slick.modal_form.fixed {
		display: none;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
	#form_model_raschet .modal-content {
		width: 40%;
	}

	#form_model_raschet .arrow-1 div {
		top: 13px;
	}
}

@media screen and (max-width: 884px) {
	.tab_wrapper.tab_wrapper_zhelezn .map_delivery {
		flex-direction: column;
	}

	.tab_wrapper.tab_wrapper_zhelezn .map_delivery .info_delivery {
		width: 100%;
	}

	.tab_wrapper.tab_wrapper_zhelezn .map {
		width: 100%;
	}

	.tab_wrapper.tab_wrapper_zhelezn .map_delivery .item_info_deliv {
		border: none;
	}
}

@media screen and (max-width: 768px) {
	.tab_wrapper {
		flex-direction: column;
	}

	.tab_wrapper .tab_title {
		display: flex;
		flex-wrap: wrap;
	}

	.site-footer__wrap-contacts {
		flex-direction: column;
	}

	.bottom_form_wrapp {
		margin-top: 20px;
	}
}

@media screen and (max-width: 552px) {
	.form_in_serves form .mf-adress {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.form_in_serves .mf-submit-form {
		width: 100%;
	}

	.form_in_serves div.mf-name,
	.form_in_serves .mf-telef {
		margin-right: 0;
		width: 100%;
	}
}

.h3 {
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.cities-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cities-list_item {
	margin-right: 3px;
	margin-bottom: 5px;
}

.cities-list_img img {
	width: 140px;
	height: 110px;
	object-fit: cover;
}

.cities-list_txt {
	text-align: center;
	font-size: 1.4rem;
	color: #657d8b;
	font-weight: 500;
}

#more {
	display: none;
}

.krupnogabaritnye-gruzy_row {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	border: 1px solid #657d8b;
}

.krupnogabaritnye-gruzy_item {
	padding: 8px;
	width: 30%;
}

.krupnogabaritnye-gruzy_title {
	font-size: calc(1.4rem * 1.5);
	line-height: calc(2.6rem * 1.5);
	font-weight: 700;
	text-align: center;
	font-family: Montserrat, sans-serif;
}

.krupnogabaritnye-gruzy_subtitle {
	text-align: center;
}

.krupnogabaritnye-gruzy_subtitle a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
	font-size: calc(1.4rem * 1.5);
	line-height: calc(2.6rem * 1.5);
	font-family: Montserrat, sans-serif;
}

.krupnogabaritnye-gruzy_subtitle a:hover {
	color: #778e1b;
}

.border_kg {
	border-right: 1px solid #657d8b;
}

.krupnogabaritnye-gruzy_btn {
	background-color: #778e1b;
	color: #fff;
	font-size: 1.7rem;
	line-height: 2.2rem;
	border: 0;
	padding: 1.6rem;
	border-radius: 3rem;
	margin: 20px auto;
}

@media screen and (max-width: 480px) {
	.krupnogabaritnye-gruzy_row {
		display: flex;
		flex-direction: column;
	}

	.border_kg {
		border-right: 0;
	}

	.krupnogabaritnye-gruzy_item {
		text-align: center;
		width: 100%;
	}
}

.desktop_table {
	display: block;
}

.mobile_table {
	display: none;
}

.desktop_table table {
	border: 1px solid #657d8b;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.desktop_table table tr {
	border: 1px solid #657d8b;
}

.desktop_table table th,
.desktop_table table td {
	padding: 8px;
}

.mobile_hid {
	display: none;
}

#more {
	display: none;
}

.mobile_table_btn {
	display: none;
}

.row_table_name {
	width: 100%;
	text-align: center;
	padding: 8px;
}

.row_table_boder {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0.5px solid #657d8b;
}

.row_table {
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	border: 0.5px solid #657d8b;
}

.row_table_item {
	padding: 8px;
	width: 50%;
	text-align: center;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #000;
	font-weight: 400;
}

.row_table_item_q {
	padding: 8px;
	width: 25%;
}

.row_table_boder_right {
	border-right: 1px solid #657d8b;
}

.row_table_title {
	font-weight: 600;
	text-align: center;
}

.row_table_title_no_border {
	border-top: 1px solid #fff !important;
	border-bottom: 0 !important;
}

.important {
	color: red;
}

@media screen and (max-width: 780px) {
	.desktop_table {
		display: none;
	}

	.mobile_table {
		display: block;
	}

	.mobile_table table {
		border: 0;
	}

	.mobile_table table thead {
		display: none;
	}

	.mobile_table table tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 2px solid #657d8b;
	}

	.mobile_table table td {
		display: block;
		text-align: right;
		/* font-size: 13px; */
		border-bottom: 1px dotted #657d8b;
		border-right: 1px solid transparent;
		font-family: Montserrat, Arial, sans-serif;
		font-size: 1.6rem;
		line-height: 2.6rem;
		color: #000;
		font-weight: 400;
	}

	.mobile_table table td:last-child {
		border-bottom: 0;
	}

	.mobile_hid {
		display: block;
		font-weight: 600;
		text-align: left;
	}

	.mobile_table_btn {
		display: block;
	}

	.row_table {
		display: flex;
		flex-direction: column;
	}

	.row_table_item {
		width: 100%;
	}

	.row_table_boder_right {
		border-right: 0;
	}
}

table tbody tr:nth-child(n+11) {
	display: none;
}

.wrap_btn_show_more {
	text-align: center;
	margin-top: 10px;
}

.btn_show_more {
	padding: 5px 20px;
	width: auto;
}

.btn_show_more:hover {
	cursor: pointer;
}

.margin-bottom {
	margin-bottom: 0 !important;
}

table.table_show_tr tr {
	display: table-row !important;
}

.like-h2 {
	font-size: 1.5em;
	font-weight: bold;
}

.flex-container-flugs {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex-item-flugs {
	width: 25%;
	margin-bottom: 20px;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.flag-country {
	margin-right: 5px;
}

.flex-item-flugs a {
	display: flex;
}

.flug-name {
	padding: 5px;
}

.dopus{
	font-size: calc(1.4rem * 1.5); 
	padding: 0;
}

.flex-container-flugs img {
	width: 40px;
	height: 30px;
}

@media (max-width: 1024px) {
	.flex-item-flugs {
		width: 33%;
	}
	.dopus{
		font-size: 1.6rem; 
	}
}

@media (max-width: 800px) {
	.flex-item-flugs {
		width: 50%;
	}
	.dopus{
		font-size: 1.6rem; 
	}
}

@media (max-width: 420px) {
	.flex-item-flugs {
		width: 100%;
	}
	.dopus{
		font-size: 1.6rem; 
	}
}

.accordion--small .accordion__title.hide_arrapw_title::after,
.accordion--small .accordion__title.hide_arrapw_title::before {
	content: none;
}

.tedle_requisites {
	overflow: auto;
}

.tedle_requisites table td {
	padding: 7px;
}

.grid__section .tedle_requisites table tr:nth-child(2n+1) {
	background-color: rgba(119, 142, 27, 0.4);
}

.primer-rascheta {
	border: 2px solid #778e1b;
	padding: 0px 20px;
	margin-bottom: 30px;
	border-radius: 15px
}

.italic {
	font-style: italic;
}

.flex-container__wrap-marshryti .triangle {
	color: #778e1b;
}

.grid__section .grid__inner .cifra {
	color: #778e1b;
	font-size: 40px;
	line-height: 0px;
	margin-right: 15px;
	text-align: center;
	width: 20px;
}

.flex-container__wrap-marshryti p {
	padding: 0;
	margin: 0;
}

.flex-container__wrap-marshryti {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.flex-container__wrap-marshryti:last-child {
	margin-bottom: 0px;
}

.flex-item__wrap-marshryti {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

/*  */
.read-more-state {
	display: none;
}

.read-more-target {
	opacity: 0;
	max-height: 0;
	font-size: 0;
	transition: .25s ease;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
	opacity: 1;
	font-size: inherit;
	max-height: 999em;
}

.read-more-state~.read-more-trigger:before {
	content: 'Показать все';

}

.read-more-state:checked~.read-more-trigger:before {
	content: 'Скрыть';
}

.read-more-trigger {
	cursor: pointer;
	display: inline-block;
	padding: 5px 20px;
	width: auto;
	font-size: 2.6rem;
	line-height: 3.3rem;
	border-radius: 4rem;
	background-color: #778e1b;
	color: #fff;
}

.objects-ul {
	width: 900px;
	columns: 6;
	margin-left: -600px;
}

.read-more-state-big {
	display: none;
}

.read-more-target-big {
	opacity: 0;
	max-height: 0;
	font-size: 0;
	transition: .25s ease;
}

.read-more-state-big:checked~.read-more-wrap-big .read-more-target-big {
	opacity: 1;
	font-size: inherit;
	max-height: 999em;
}

.read-more-state-big~.read-more-trigger-big:before {
	content: 'Показать все';

}

.read-more-state-big:checked~.read-more-trigger-big:before {
	content: 'Скрыть';
}

.read-more-trigger-big {
	cursor: pointer;
	display: inline-block;
	padding: 5px 20px;
	width: auto;
	font-size: 2.6rem;
	line-height: 3.3rem;
	border-radius: 4rem;
	background-color: #778e1b;
	color: #fff;
}
@media (min-width: 1024px) and (max-width: 1441px) {
	.site-header .user-pane {
		width: 110rem;
	}
}

.grid__section {
	overflow-x: hidden;
}
.linck-menu {
	position: relative;
}
.linck-menu__arrow {
	position: absolute;
	width: 2.6rem;
	height: 2.6rem;
	display: none;
	right: 0;
	top: 0;
}
.linck-menu__arrow svg {
	fill: #657d8b;
	width: 100%;
	height: 100%;
	transform: rotate(90deg);
	transition: 0.25s;
}
.linck-menu__arrow.active svg {
	transform: rotate(270deg);
}
@media (max-width: 1023px) {
	.objects-ul {
		width: auto;
		margin: 0;
		display: block;
		column-count: 1;
	}
	.linck-menu__arrow {
		display: block;
	}
	.main-nav__nested-list {
		display: none;
	}
}
@media (max-width: 450px) {
	.main-nav__nested-list.countries-ul ul.groups_direction span.title_direction-top {
		display: block !important;
	}
	.a_group_country li:not(:nth-child(-n+3)) {
		display: none;
	}
}

.color_icons {
	display: flex;
	flex-direction: column;
}

.color_icons_row {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
}

.center {
	text-align: center !important;
}
ul.ul.column-5{
	columns: 5;
}
@media screen and (max-width: 1023px){
	ul.ul.column-5{
		columns: 3;
	}	
}
@media screen and (max-width: 767px){
	ul.ul.column-5{
		columns: 2;
	}	
}
div.btn_modail {
	margin: 20px auto;
}
.shipment__button {
	margin: 0 auto;

}
table.border_new tr{
	border: none;
}
.service .accordion{
	height: auto !important;
}
.service .accordion__list{
	flex-direction: row;
}
@media (min-width: 1024px){
	.service .accordion__list{
		justify-content: space-between;
	}
	.service .accordion__item{
		width: 32%;
	}
	.service .accordion__list::after, .service .accordion__list::before{
		content: none;
	}
}
.rubriki-list .rubriki_item{
	display: inline-block;
	margin: 0 5px 10px 0;
}
.rubriki-list .rubriki_item a{
	color: #657d8b;
	text-decoration: none;
	border: 1px solid;
	border-radius: 4px;
	font-weight: 500;
	padding: 5px 10px;
	display: inherit;
}
.rubriki-list .rubriki_item a:hover{
	text-decoration: underline;
}
.rubriki-list{
	margin-bottom: 40px;
}
.rubriki_list_in_articl .rubriki-list .rubriki_item a{
	font-weight: 600;
	font-size: 1.4rem;	
}

ul.check-mark li {
    position: relative;
    padding: 27.5px 0 27.5px 65px
}
ul.check-mark li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%; 
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-image: url(/upload/images/services/countries/ispaniya-rossiya2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
ul.check-mark.check-mark-black li::before {
	background-image: url(/upload/images/services/countries/oae-rossiya-6.png);
}
ul.check-mark.check-mark-green li::before {
	background-image: url(/upload/images/services/countries/check-mark-green.jpg);
}
ul.check-mark.check-mark-green li {
	padding: 10px 0 10px 55px;
}
ul.check-mark.check-mark-green,
ul.check-mark.check-mark-black {
	margin-left: 0;
}
.wrapper-card-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
	align-items: baseline;
}
.wrapper-card-item.repeat-five {
    grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1820px) {
	.wrapper-card-item.repeat-five  {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 871px) {
    .wrapper-card-item,
	.wrapper-card-item.repeat-five  {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 680px) {
    .wrapper-card-item,
	.wrapper-card-item.repeat-five  {
        grid-template-columns: repeat(1, 1fr);
    }
}
.wrapper-card-item .card-item {
    display: grid;
    justify-items: center;
	max-width: 280px;
}
.wrapper-card-item .card-item img {
    width: 110px;
}

.wrapper-card-item .card-item p {
    text-align: center;
}

i[id^="item"] {
    position: relative;
    top: -160px;
}
.site-wrapper header {
	position: fixed;
}
/*шапка начинает перекрывать треть контента всей страницы*/
.site-content {
	margin-top:200px;
}
@media (max-width: 1024px) {
	.site-content {
		margin-top:150px;
	}
}
@media (max-width: 768px) {
	.site-content {
		margin-top:220px;
	}
}
@media (max-width: 600px) {
	.site-wrapper header {
		position: unset;
	}
	.site-content {
		margin-top:0px;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/custom/call_back/call_back3/style.css?173340375934*/
.grecaptcha-badge {display: none;}
/* End */


/* Start:/local/templates/logistic/components/devfix/main.feedback/main.feedback/style.min.css?1624530468251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */


/* Start:/local/templates/logistic/components/devfix/main.feedback/main.feedback.modal/style.css?1655471340926*/
.arrow-1 {
    cursor: pointer;
    position: relative;
    width: 80px;
    height: 50px;
    margin: 10px;
}
.arrow-1 div {
    position: relative;
    top: 20px;
    width: 52px;
    height: 7px;
    background-color: #778e1b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    left: 10px;
    display: block;
    border-radius: 7px;
}
.arrow-1 div::after {
    content: '';
    position: absolute;
    width: 21px;
    height: 7px;
    top: -8px;
    right: -1px;
    background-color: #778e1b;
    transform: rotate(45deg);
    border-radius: 7px;
}
.arrow-1 div::before {
    content: '';
    position: absolute;
    width: 21px;
    height: 7px;
    top: 9px;
    right: 0px;
    background-color: #778e1b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    transform: rotate(-45deg);
    border-radius: 7px;
}
.hide {
    display: none;
}
@media screen and (max-width: 552px) {
    .arrow-1 {
       display: none;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/devfix/main.feedback/main.feedback.modal123/style.css?1710311375926*/
.arrow-1 {
    cursor: pointer;
    position: relative;
    width: 80px;
    height: 50px;
    margin: 10px;
}
.arrow-1 div {
    position: relative;
    top: 20px;
    width: 52px;
    height: 7px;
    background-color: #778e1b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    left: 10px;
    display: block;
    border-radius: 7px;
}
.arrow-1 div::after {
    content: '';
    position: absolute;
    width: 21px;
    height: 7px;
    top: -8px;
    right: -1px;
    background-color: #778e1b;
    transform: rotate(45deg);
    border-radius: 7px;
}
.arrow-1 div::before {
    content: '';
    position: absolute;
    width: 21px;
    height: 7px;
    top: 9px;
    right: 0px;
    background-color: #778e1b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    transform: rotate(-45deg);
    border-radius: 7px;
}
.hide {
    display: none;
}
@media screen and (max-width: 552px) {
    .arrow-1 {
       display: none;
    }
}
/* End */
/* /local/templates/logistic/assets/css/main.css?1716803252134755 */
/* /local/templates/logistic/assets/css/custom.css?175404558741010 */
/* /bitrix/templates/.default/components/custom/call_back/call_back3/style.css?173340375934 */
/* /local/templates/logistic/components/devfix/main.feedback/main.feedback/style.min.css?1624530468251 */
/* /local/templates/logistic/components/devfix/main.feedback/main.feedback.modal/style.css?1655471340926 */
/* /bitrix/templates/.default/components/devfix/main.feedback/main.feedback.modal123/style.css?1710311375926 */
