/*! normalize.css v8.0.1 | 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 iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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; }

input,
button {
  -webkit-appearance: none; }

/**
 * 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 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template,
[hidden] {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  overflow-x: hidden; }

body {
  position: relative;
  overflow-x: hidden; }

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1280px; }

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: #01044B; }

body {
  color: #01044B;
  font-family: 'Raleway', sans-serif;
  max-width: 1920px;
  margin: 0 auto; }

img {
  max-width: 100%; }

p {
  font-size: 17px;
  line-height: 24px; }

.half-part {
  width: 50%; }

.center {
  text-align: center; }

.main-screen.title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 90px; }

.title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .title-block .title {
    margin-bottom: 40px; }
  .title-block .text-block {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 45px 120px; }
    .title-block .text-block p {
      max-width: 500px;
      font-size: 18px;
      font-weight: 500;
      line-height: 26px; }

.title {
  font-size: 65px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 80px;
  color: #01044B; }

.section-title {
  font-size: 43px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 80px;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 40px;
  color: #01044B; }

.terms-section {
  padding-bottom: 90px; }
  .terms-section .title {
    margin-bottom: 10px;
    font-weight: 900; }
  .terms-section .subtitle {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 900; }
  .terms-section p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px; }
  .terms-section ol li {
    list-style-type: lower-alpha;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px; }

.white-section {
  background: #fff; }

.grey-section {
  background: #F2F2F2; }

.blue-section {
  background: #01044B;
  color: #fff; }
  .blue-section .section-title {
    line-height: 55px; }
  .blue-section .subtitle {
    text-align: center;
    max-width: 858px;
    margin-left: auto;
    margin-right: auto; }
  .blue-section .button:before {
    background: #fff; }

.section-title.white-color {
  color: #fff; }

.section-title.black-color {
  color: #000; }

.wrap-button {
  width: 100%;
  text-align: center; }

.button {
  background: #ECE8E8;
  height: 65px;
  line-height: 65px;
  width: 257px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05px;
  text-align: center;
  display: inline-block; }

.button:before {
  content: '';
  width: 15px;
  height: 100%;
  background: #01044B;
  display: inline-block;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }

header .top-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px; }
  header .top-head .login {
    font-weight: bold; }
    header .top-head .login a {
      font-size: 13px; }
    header .top-head .login .transport-link {
      position: relative; }
    header .top-head .login .transport-link:after {
      content: '|';
      margin-left: 15px; }
    header .top-head .login .login-button {
      padding: 5px 15px;
      text-transform: uppercase; }
    header .top-head .login .login-button:first-of-type {
      margin-left: 20px; }
    header .top-head .login .login-button:last-of-type {
      border: 1.5px solid #01044B;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    header .top-head .login .login-button:last-of-type:hover {
      background: #6DE1FF;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

header .bottom-head {
  padding-top: 40px;
  margin-bottom: 74px; }
  header .bottom-head ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    header .bottom-head ul li a {
      font-size: 18px; }
    header .bottom-head ul li a.active {
      font-weight: bold; }

@media screen and (max-width: 991px) {
  .mobile-menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 35px;
    height: 22px;
    margin-left: auto; }
    .mobile-menu-button .line {
      display: inline-block;
      width: 100%;
      height: 3px;
      background: #01044B;
      position: relative; }
    .mobile-menu-button .line:before {
      content: '';
      display: inline-block;
      width: 100%;
      height: 3px;
      position: absolute;
      left: 0;
      top: -9px;
      background: #01044B;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
    .mobile-menu-button .line:after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 3px;
      position: absolute;
      left: 0;
      bottom: -9px;
      background: #01044B;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
  .mobile-menu-button.active .line {
    background: transparent; }
  .mobile-menu-button.active .line:before {
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  .mobile-menu-button.active .line:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  #main-menu {
    margin-top: 20px;
    position: absolute;
    -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
            transform: translateX(110%);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #01044B;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    padding: 30px;
    z-index: 3; }
    #main-menu li {
      margin-bottom: 15px; }
      #main-menu li a {
        color: #fff; }
      #main-menu li a.active {
        position: relative;
        left: 5px; }
    #main-menu li:last-of-type {
      margin-bottom: 0; }
  #main-menu.active {
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  header .top-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding-top: 20px; }
  header .top-head .login {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
  header .top-head .login .log-in {
    margin-left: auto; }
  .top-head__logo {
    width: 230px; }
  header .bottom-head {
    padding-top: 0;
    margin-top: -28px; }
  header .top-head .login .transport-link:after {
    display: none; }
  header .bottom-head {
    margin-bottom: 50px; }
  .main-screen.title-block {
    margin-bottom: 50px; } }

@media screen and (max-width: 576px) {
  .mobile-menu-button {
    width: 20px;
    height: 20px; }
  .top-head__logo {
    width: 170px; }
  .mobile-menu-button .line:before {
    top: -6px; }
  .mobile-menu-button .line:after {
    bottom: -6px; } }

@media screen and (max-width: 480px) {
  .container {
    padding: 0 10px; }
  header .top-head .login a {
    font-size: 10px; }
  header .top-head .login {
    margin-bottom: 15px; }
  #main-menu {
    padding: 20px 30px; }
  #main-menu li {
    margin-bottom: 0; }
  #main-menu li a {
    font-size: 14px;
    line-height: 30px; } }

.first-section .picture-block {
  height: 420px;
  position: relative; }
  .first-section .picture-block .main-section-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.first-section .video-block {
  height: 520px;
  position: relative; }
  .first-section .video-block video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.aereo-page .first-section .picture-block .main-section-img {
  -o-object-position: right;
     object-position: right; }

.home-page .first-section .title {
  margin-bottom: 0; }

.tabs__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 44px;
  position: relative;
  min-width: 800px; }
  .tabs__links__link {
    color: #C2C1C1;
    font-weight: 500;
    height: 80px;
    line-height: 80px;
    margin-left: 20px; }
  .tabs__links__link:first-of-type {
    margin-left: 0; }
  .tabs__links__link.active {
    color: #01044B;
    font-weight: 600;
    position: relative; }
  .tabs__links__link.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #01044B;
    z-index: 1; }

.tabs__links:after {
  content: '';
  width: 100%;
  min-width: 800px;
  height: 10px;
  display: inline-block;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #eee; }

.tabs__content__block {
  height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center; }
  .tabs__content__block__text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500; }

.tabs__content__block.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.section-tab-picture {
  height: 670px;
  position: relative;
  margin-top: -230px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 240px; }
  .section-tab-picture__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1; }
  .section-tab-picture .section-title {
    font-size: 50px; }

.views-transport {
  margin-bottom: -50px;
  background: #F2F2F2; }
  .views-transport .container {
    background: #fff;
    position: relative;
    top: -120px;
    width: 95%; }
  .views-transport .wrap-transport {
    padding: 70px 75px 65px;
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    grid-column-gap: 60px; }
    .views-transport .wrap-transport__block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .views-transport .wrap-transport__block__img {
        min-height: 120px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 30px; }
      .views-transport .wrap-transport__block__title {
        color: #272966;
        font-size: 30px;
        font-weight: 900;
        line-height: 80px; }
      .views-transport .wrap-transport__block__text {
        color: #272966;
        font-size: 17px;
        font-weight: 500;
        line-height: 24px; }
      .views-transport .wrap-transport__block__more {
        font-size: 14px;
        font-weight: 900;
        line-height: 80px;
        text-decoration: underline;
        text-transform: uppercase;
        margin-top: auto; }
  .views-transport .wrap-button {
    padding-bottom: 65px; }
    .views-transport .wrap-button .wrap-button {
      margin-top: 50px;
      margin-bottom: 67px; }

@media screen and (max-width: 1350px) {
  .views-transport .wrap-transport {
    padding: 50px 40px;
    grid-column-gap: 40px; } }

@media screen and (max-width: 1200px) {
  .section-tab .section-title {
    padding-top: 50px;
    padding-bottom: 20px; }
  .views-transport .wrap-transport {
    grid-column-gap: 30px; }
  .views-transport .wrap-transport {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 991px) {
  .views-transport .wrap-transport__block__img {
    margin-bottom: 0; }
  .views-transport .wrap-transport {
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    grid-gap: 60px; }
  .views-transport .wrap-transport__block__text {
    font-size: 18px;
    line-height: 24px; } }

@media screen and (max-width: 768px) {
  .section-tab-picture {
    margin-top: -160px; }
  .tabs__links {
    margin-bottom: 30px; }
  .section-tab-picture {
    padding-bottom: 120px;
    height: 400px; }
  .views-transport .container {
    top: -70px; }
  .section-tab-picture .section-title {
    font-size: 32px;
    line-height: 40px; }
  .views-transport .wrap-transport__block__title {
    font-size: 25px;
    line-height: 56px; }
  .views-transport .wrap-transport {
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    grid-column-gap: 30px; } }

@media screen and (max-width: 576px) {
  .tabs__links__link {
    font-size: 14px; }
  .tabs__links__link.active:after {
    height: 5px; }
  .tabs__links {
    margin-bottom: 30px; }
  .tabs__content__block__text {
    max-width: 246px; }
  .tabs__links:after {
    height: 5px; }
  .tabs__links__link {
    height: 50px;
    line-height: 50px; }
  .section-tab-picture .section-title {
    font-size: 28px;
    line-height: 32px; }
  .views-transport .wrap-transport {
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(1, minmax(150px, 1fr));
    grid-gap: 30px; }
  .views-transport .wrap-transport__block__text {
    font-size: 16px;
    line-height: 20px; }
  .views-transport .wrap-transport__block__more {
    font-size: 12px;
    line-height: 40px; } }

@media screen and (max-width: 480px) {
  .tabs__content__block__text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 30px; }
  .section-tab-picture .section-title {
    font-size: 24px;
    line-height: 30px;
    max-width: 246px; }
  .section-tab-picture {
    margin-top: -100px; }
  .views-transport .wrap-transport {
    padding: 30px 20px; }
  .views-transport .wrap-transport__block__title {
    font-size: 20px;
    line-height: 56px; }
  .views-transport .wrap-transport__block__more {
    font-size: 10px;
    line-height: 40px; }
  .views-transport .wrap-transport__block__text {
    font-size: 14px;
    line-height: 18px; }
  .views-transport .wrap-button {
    padding-bottom: 35px; }
  .views-transport .wrap-transport {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px; } }

.subscribe {
  position: relative; }
  .subscribe .subscribe-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .subscribe .container {
    position: relative;
    z-index: 1; }
    .subscribe .container .wrap-subscribe {
      min-height: 360px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .subscribe .container .wrap-subscribe .left-part {
        max-width: 690px;
        padding-right: 50px; }
        .subscribe .container .wrap-subscribe .left-part .section-title {
          line-height: 55px;
          text-align: left;
          padding-bottom: 15px;
          padding-top: 0; }
        .subscribe .container .wrap-subscribe .left-part .subtitle {
          color: #fff;
          font-size: 17px;
          line-height: 24px; }
      .subscribe .container .wrap-subscribe .right-part form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .subscribe .container .wrap-subscribe .right-part form input {
          height: 60px;
          border: 0;
          background: transparent;
          width: 270px;
          border: 1px solid #C9C7C7; }
        .subscribe .container .wrap-subscribe .right-part form input[type="email"] {
          padding: 0 20px;
          color: #fff;
          font-size: 16px;
          font-weight: 500; }
        .subscribe .container .wrap-subscribe .right-part form input[type="email"]::-webkit-input-placeholder {
          color: #fff;
          font-size: 16px;
          font-weight: 500; }
        .subscribe .container .wrap-subscribe .right-part form input[type="email"]::-moz-placeholder {
          color: #fff;
          font-size: 16px;
          font-weight: 500; }
        .subscribe .container .wrap-subscribe .right-part form input[type="email"]:-ms-input-placeholder {
          color: #fff;
          font-size: 16px;
          font-weight: 500; }
        .subscribe .container .wrap-subscribe .right-part form input[type="email"]::-ms-input-placeholder {
          color: #fff;
          font-size: 16px;
          font-weight: 500; }
        .subscribe .container .wrap-subscribe .right-part form input[type="email"]::placeholder {
          color: #fff;
          font-size: 16px;
          font-weight: 500; }
        .subscribe .container .wrap-subscribe .right-part form .button {
          height: 60px;
          line-height: unset;
          width: 160px;
          border: 0;
          cursor: pointer;
          background: #fff;
          text-transform: none;
          font-size: 16px; }
        .subscribe .container .wrap-subscribe .right-part form .button:before {
          background: #06CCFF; }

.subscribe:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 0;
  background: #01044B;
  opacity: 0.9; }

@media screen and (max-width: 991px) {
  .subscribe .container .wrap-subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .subscribe .container .wrap-subscribe .left-part {
      padding-right: 0;
      text-align: center;
      margin-bottom: 20px;
      max-width: 480px; }
      .subscribe .container .wrap-subscribe .left-part .section-title {
        text-align: center;
        line-height: 42px; } }

@media screen and (max-width: 576px) {
  .subscribe .container .wrap-subscribe {
    height: 320px; }
  .subscribe .container .wrap-subscribe .left-part .section-title {
    line-height: 30px; }
  .subscribe .container .wrap-subscribe .right-part form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .subscribe .container .wrap-subscribe .right-part form input {
      height: 50px; }
    .subscribe .container .wrap-subscribe .right-part form .button {
      height: 50px; }
    .subscribe .container .wrap-subscribe .right-part form input[type="email"] {
      min-width: 300px;
      width: 100%;
      margin-bottom: 20px; }
  .subscribe .container .wrap-subscribe .left-part .subtitle {
    font-size: 12px;
    line-height: 16px; }
  .subscribe .container .wrap-subscribe .right-part form input[type="email"]::-webkit-input-placeholder {
    font-size: 13px; }
  .subscribe .container .wrap-subscribe .right-part form input[type="email"]::-moz-placeholder {
    font-size: 13px; }
  .subscribe .container .wrap-subscribe .right-part form input[type="email"]:-ms-input-placeholder {
    font-size: 13px; }
  .subscribe .container .wrap-subscribe .right-part form input[type="email"]::-ms-input-placeholder {
    font-size: 13px; }
  .subscribe .container .wrap-subscribe .right-part form input[type="email"]::placeholder,
  .subscribe .container .wrap-subscribe .right-part form input[type="email"] {
    font-size: 13px; }
  .subscribe .container .wrap-subscribe .right-part form .button {
    width: 200px;
    font-size: 12px; } }

.section-privileges .wrap-with-img {
  text-align: center;
  padding-bottom: 100px; }
  .section-privileges .wrap-with-img > img {
    position: relative;
    z-index: 1; }
  .section-privileges .wrap-with-img .wrap-privileges {
    background-color: #fff;
    padding: 100px 50px 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    grid-gap: 50px 40px;
    margin-bottom: 100px;
    position: relative; }
    .section-privileges .wrap-with-img .wrap-privileges__block__img {
      margin-bottom: 50px; }
      .section-privileges .wrap-with-img .wrap-privileges__block__img svg {
        min-height: 100px; }
    .section-privileges .wrap-with-img .wrap-privileges__block__text {
      font-size: 24px;
      font-weight: 900;
      letter-spacing: 0;
      line-height: 32px;
      text-align: center; }
  .section-privileges .wrap-with-img .wrap-privileges:after {
    content: '';
    width: 100%;
    height: 430px;
    background: #fff;
    position: absolute;
    display: block;
    bottom: -430px; }

@media screen and (max-width: 1200px) {
  .section-privileges .wrap-with-img .wrap-privileges {
    grid-gap: 40px;
    padding-top: 70px;
    margin-bottom: 70px; }
  .section-privileges .wrap-with-img .wrap-privileges__block__img {
    margin-bottom: 30px; } }

@media screen and (max-width: 991px) {
  .section-privileges .wrap-with-img .wrap-privileges {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: repeat(2, minmax(150px, 350px)); }
  .section-privileges .section-title {
    padding: 40px 0; } }

@media screen and (max-width: 768px) {
  .section-privileges .wrap-with-img .wrap-privileges__block__text {
    font-size: 20px;
    line-height: 24px; }
  .section-privileges .wrap-with-img .wrap-privileges:after {
    height: 340px;
    bottom: -340px; }
  .section-privileges .wrap-with-img {
    padding-bottom: 50px; } }

@media screen and (max-width: 576px) {
  .section-privileges .wrap-with-img .wrap-privileges {
    grid-template-columns: repeat(1, minmax(150px, 350px)); }
    .section-privileges .wrap-with-img .wrap-privileges__block__img svg polygon,
    .section-privileges .wrap-with-img .wrap-privileges__block__img svg path {
      fill: #06CCFF; }
  .section-privileges .wrap-with-img .wrap-privileges:after {
    height: 240px;
    bottom: -240px; } }

@media screen and (max-width: 480px) {
  .section-privileges .wrap-with-img .wrap-privileges:after {
    height: 200px;
    bottom: -200px; } }

.maritimo-page .section-services {
  margin-bottom: 200px;
  position: relative; }

.maritimo-page .section-services:after {
  content: '';
  height: 200px;
  width: 100%;
  display: inline-block;
  background: #F2F2F2;
  position: absolute;
  bottom: -200px;
  z-index: -1; }

.section-services {
  padding-top: 70px;
  padding-bottom: 70px; }
  .section-services .subtitle {
    padding-bottom: 100px; }
  .section-services .wrap-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 65px; }
    .section-services .wrap-services__block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fff;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .section-services .wrap-services__block p {
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
        max-width: 475px;
        color: #01044B;
        max-height: 320px;
        overflow-y: hidden;
        padding: 0 30px;
        min-width: 100%; }
      .section-services .wrap-services__block img {
        height: 100%;
        width: 100%;
        max-height: 370px;
        -o-object-fit: cover;
           object-fit: cover; }
  .section-services .wrap-bottom-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .section-services .wrap-bottom-services .left-part {
      width: 55%; }
      .section-services .wrap-bottom-services .left-part p {
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
        margin-bottom: 55px; }
    .section-services .wrap-bottom-services .right-part {
      width: 45%;
      position: relative; }
      .section-services .wrap-bottom-services .right-part img {
        position: absolute;
        bottom: -160px;
        left: 0px; }

.ferroviario-page .section-services,
.courier-page .section-services,
.terrestre-page .section-services,
.aereo-page .section-services {
  margin-bottom: 0; }
  .ferroviario-page .section-services .subtitle,
  .courier-page .section-services .subtitle,
  .terrestre-page .section-services .subtitle,
  .aereo-page .section-services .subtitle {
    padding-bottom: 70px; }

@media screen and (max-width: 1200px) {
  .maritimo-page .section-services {
    margin-bottom: 100px; }
  .blue-section .section-title {
    line-height: 42px; }
  .section-services .wrap-bottom-services .right-part img {
    bottom: -90px; }
  .section-services .wrap-services__block p {
    line-height: 24px; } }

@media screen and (max-width: 991px) {
  .section-services .wrap-services__block p {
    max-height: 192px;
    font-size: 20px;
    line-height: 24px; }
  .section-services {
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 150px; }
  .blue-section .section-title {
    line-height: 36px; }
  .section-services .subtitle {
    padding-bottom: 40px; }
  .section-services .wrap-bottom-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section-services .wrap-bottom-services .half-part {
      width: 100%; }
    .section-services .wrap-bottom-services .right-part img {
      max-width: 400px;
      width: 100%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .ferroviario-page .section-services .subtitle,
  .courier-page .section-services .subtitle,
  .terrestre-page .section-services .subtitle,
  .aereo-page .section-services .subtitle {
    padding-bottom: 30px; } }

@media screen and (max-width: 768px) {
  .section-services .wrap-services {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 300px; }
    .section-services .wrap-services__block {
      height: 300px; }
    .section-services .wrap-services__block.text-block {
      min-height: 300px;
      padding-top: 30px;
      padding-bottom: 30px; }
      .section-services .wrap-services__block.text-block p {
        max-height: unset; }
    .section-services .wrap-services__block:nth-of-type(1) {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .section-services .wrap-services__block:nth-of-type(2) {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .section-services .wrap-services__block:nth-of-type(3) {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; }
    .section-services .wrap-services__block:nth-of-type(4) {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .section-services .wrap-services__block:nth-of-type(5) {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; }
    .section-services .wrap-services__block:nth-of-type(6) {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
          -ms-flex-order: 6;
              order: 6; }
    .section-services .wrap-services__block:nth-of-type(7) {
      -webkit-box-ordinal-group: 9;
      -webkit-order: 8;
          -ms-flex-order: 8;
              order: 8; }
    .section-services .wrap-services__block:nth-of-type(8) {
      -webkit-box-ordinal-group: 8;
      -webkit-order: 7;
          -ms-flex-order: 7;
              order: 7; }
    .section-services .wrap-services__block:nth-of-type(9) {
      -webkit-box-ordinal-group: 10;
      -webkit-order: 9;
          -ms-flex-order: 9;
              order: 9; }
    .section-services .wrap-services__block:nth-of-type(10) {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
          -ms-flex-order: 10;
              order: 10; }
  .section-services {
    margin-bottom: 100px; } }

@media screen and (max-width: 576px) {
  .blue-section .section-title {
    font-size: 24px;
    line-height: 30px; }
  .section-services {
    padding-bottom: 0; }
  .section-services .subtitle {
    font-size: 14px;
    line-height: 18px; }
  .section-services .wrap-services {
    margin-left: -15px;
    margin-right: -15px; }
  .section-services .wrap-bottom-services .left-part {
    padding-left: 15px;
    padding-right: 15px; }
  .section-services .wrap-bottom-services .right-part img {
    bottom: -50px; }
  .section-services .wrap-services {
    margin-bottom: 45px; }
  .section-services .wrap-bottom-services .left-part p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px; }
  .section-privileges .wrap-with-img .wrap-privileges {
    padding-left: 20px;
    padding-right: 20px; }
  .ferroviario-page .section-services .wrap-bottom-services,
  .courier-page .section-services .wrap-bottom-services,
  .terrestre-page .section-services .wrap-bottom-services,
  .aereo-page .section-services .wrap-bottom-services {
    padding-bottom: 45px; } }

@media screen and (max-width: 480px) {
  .section-privileges .wrap-with-img .wrap-privileges {
    padding-left: 15px;
    padding-right: 15px; }
  .section-services .subtitle {
    font-size: 13px; } }

.statistic-section {
  height: 230px; }
  .statistic-section .wrap-statistic {
    position: relative;
    top: -90px;
    background: #fff;
    height: 230px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 50px 70px;
    grid-gap: 80px; }
    .statistic-section .wrap-statistic__block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: start;
          -ms-flex-align: start;
              align-items: start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
      .statistic-section .wrap-statistic__block__number {
        font-size: 60px;
        font-weight: 900;
        letter-spacing: 0;
        text-align: center; }
      .statistic-section .wrap-statistic__block__desc {
        font-size: 22px;
        font-weight: 900;
        letter-spacing: 0;
        text-align: center; }
    .statistic-section .wrap-statistic__block:nth-child(1):after, .statistic-section .wrap-statistic__block:nth-child(2):after {
      content: '';
      width: 1px;
      background: #979797;
      opacity: 0.4;
      height: 86px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .statistic-section .wrap-statistic__block:last-child {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: auto; }

@media screen and (max-width: 1200px) {
  .statistic-section .wrap-statistic {
    height: 180px; }
  .statistic-section .wrap-statistic__block__number {
    font-size: 50px; }
  .statistic-section .wrap-statistic__block__desc {
    font-size: 18px; }
  .statistic-section {
    height: 140px; } }

@media screen and (max-width: 991px) {
  .statistic-section {
    height: 350px; }
  .statistic-section .wrap-statistic__block__desc {
    font-size: 16px; }
  .statistic-section .wrap-statistic {
    height: unset;
    padding-top: 40px;
    padding-bottom: 40px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 60px;
    padding-left: 0;
    padding-right: 0; }
  .statistic-section .wrap-statistic__block:last-child {
    margin-right: auto; }
  .statistic-section .wrap-statistic__block:nth-child(1):after,
  .statistic-section .wrap-statistic__block:nth-child(2):after {
    width: 200px;
    height: 1px;
    top: unset;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .statistic-section .wrap-statistic__block {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.section-industriales {
  padding-bottom: 75px; }
  .section-industriales .container > p {
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px; }
  .section-industriales .wrap-industriales {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 80px; }
    .section-industriales .wrap-industriales__block {
      text-align: center; }
      .section-industriales .wrap-industriales__block__icon {
        margin-bottom: 55px;
        min-height: 90px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .section-industriales .wrap-industriales__block__icon svg {
          min-height: 90px;
          max-height: 90px; }
      .section-industriales .wrap-industriales__block__title {
        font-size: 24px;
        font-weight: 900;
        text-align: center; }

@media screen and (max-width: 1200px) {
  .section-industriales .wrap-industriales {
    grid-gap: 40px; }
  .section-industriales .wrap-industriales__block__icon {
    margin-bottom: 35px; } }

@media screen and (max-width: 991px) {
  .section-industriales .wrap-industriales__block__title {
    font-size: 18px; }
  .section-industriales .wrap-industriales {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .section-industriales .wrap-industriales__block {
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3);
      margin-bottom: 35px; }
      .section-industriales .wrap-industriales__block svg path,
      .section-industriales .wrap-industriales__block svg polygon {
        fill: #06CCFF; }
      .section-industriales .wrap-industriales__block svg circle {
        stroke: #06CCFF; }
  .section-industriales .container > p {
    font-size: 16px;
    line-height: 22px; }
  .section-industriales {
    padding-bottom: 30px; } }

@media screen and (max-width: 576px) {
  .section-industriales .container > p {
    font-size: 14px;
    line-height: 18px; }
  .section-industriales .wrap-industriales__block {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2); }
  .section-industriales .wrap-industriales__block__icon {
    margin-bottom: 24px; }
  .section-industriales .wrap-industriales__block__title {
    line-height: 24px; }
  .section-industriales {
    padding-bottom: 0px; } }

@media screen and (max-width: 480px) {
  .section-industriales .container > p {
    font-size: 13px;
    line-height: 18px; } }

.check-list-section {
  position: relative;
  background: #F2F2F2;
  margin-bottom: -70px; }
  .check-list-section .picture-block {
    height: 420px;
    overflow: hidden;
    position: relative; }
    .check-list-section .picture-block img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 0; }
  .check-list-section .wrap-check-list {
    padding: 60px 80px;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -100px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .check-list-section .wrap-check-list .left-part {
      width: 40%; }
    .check-list-section .wrap-check-list .right-part {
      width: 60%; }
    .check-list-section .wrap-check-list p {
      font-size: 17px;
      line-height: 40px;
      position: relative;
      padding-left: 30px; }
    .check-list-section .wrap-check-list p:before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 18px;
      height: 18px;
      background: url(../img/Icons/check.svg);
      background-position: center;
      background-size: cover;
      top: 12px;
      left: 0; }
    .check-list-section .wrap-check-list > p {
      width: 100%;
      padding-left: 0;
      font-size: 17px;
      letter-spacing: 0;
      line-height: 24px;
      margin-bottom: 40px; }
    .check-list-section .wrap-check-list > p:before {
      display: none; }

@media screen and (max-width: 1200px) {
  .check-list-section .wrap-check-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .check-list-section .wrap-check-list .left-part,
  .check-list-section .wrap-check-list .right-part {
    width: 100%; } }

@media screen and (max-width: 991px) {
  .check-list-section .wrap-check-list {
    padding: 50px; }
  .check-list-section .wrap-check-list p {
    font-size: 16px;
    line-height: 32px; }
  .check-list-section .wrap-check-list p {
    font-size: 16px;
    line-height: 32px; }
  .check-list-section .wrap-check-list p:before {
    top: 6px; } }

@media screen and (max-width: 576px) {
  .check-list-section .wrap-check-list {
    padding: 24px 20px; }
    .check-list-section .wrap-check-list p {
      font-size: 14px;
      line-height: 26px;
      padding-left: 25px; }
  .check-list-section .picture-block {
    height: 300px; }
  .check-list-section .wrap-check-list p:before {
    top: 3px; } }

@media screen and (max-width: 480px) {
  .check-list-section .wrap-check-list p {
    font-size: 12px;
    line-height: 24px; } }

.simplify {
  position: relative;
  z-index: 1; }
  .simplify .section-title {
    margin-top: 0;
    line-height: 55px;
    margin-bottom: 50px;
    padding-top: 60px; }
  .simplify .simplify-bg-wrap {
    height: 700px;
    position: relative; }
    .simplify .simplify-bg-wrap .simplify-left-bg-mobile,
    .simplify .simplify-bg-wrap .simplify-left-bg {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 570px;
      width: 45vw;
      z-index: 1;
      -o-object-fit: cover;
         object-fit: cover; }
    .simplify .simplify-bg-wrap .simplify-right-bg {
      position: absolute;
      right: 0;
      width: 60vw;
      height: 700px;
      z-index: 0; }
  .simplify .wrap-simplify {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    height: 700px; }
    .simplify .wrap-simplify .right-part {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      z-index: 1; }
      .simplify .wrap-simplify .right-part .wrap-points {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        height: 570px;
        padding: 50px 0; }
        .simplify .wrap-simplify .right-part .wrap-points__block {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .simplify .wrap-simplify .right-part .wrap-points__block__icon {
            margin-right: 50px; }
          .simplify .wrap-simplify .right-part .wrap-points__block__text {
            color: #01044B;
            font-size: 15px; }
            .simplify .wrap-simplify .right-part .wrap-points__block__text__title {
              font-size: 32px;
              line-height: 32px;
              font-weight: 900;
              max-width: 360px;
              margin-bottom: 15px; }

.maritimo-page .simplify .simplify-left-bg-mobile {
  display: none; }

.registro-page .simplify,
.logistica-page .simplify,
.commerce-page .simplify,
.blog-page .simplify,
.contacto-page .simplify,
.ferroviario-page .simplify,
.maritimo-page .simplify,
.aereo-page .simplify,
.terrestre-page .simplify,
.courier-page .simplify {
  padding-bottom: 100px; }

@media screen and (max-width: 1200px) {
  .simplify .section-title {
    line-height: 42px; }
  .registro-page .simplify,
  .logistica-page .simplify,
  .commerce-page .simplify,
  .blog-page .simplify,
  .contacto-page .simplify,
  .ferroviario-page .simplify,
  .maritimo-page .simplify,
  .aereo-page .simplify,
  .terrestre-page .simplify,
  .courier-page .simplify {
    padding-bottom: 70px; } }

@media screen and (max-width: 991px) {
  .registro-page .simplify,
  .logistica-page .simplify,
  .commerce-page .simplify,
  .blog-page .simplify,
  .contacto-page .simplify,
  .ferroviario-page .simplify,
  .maritimo-page .simplify,
  .aereo-page .simplify,
  .terrestre-page .simplify,
  .courier-page .simplify {
    padding-bottom: 0px; }
  .simplify .section-title {
    margin-bottom: 50px; }
  .simplify .wrap-simplify,
  .simplify .simplify-bg-wrap {
    min-height: 1000px;
    height: 100%; }
  .simplify .wrap-simplify {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .simplify .wrap-simplify .left-part,
  .simplify .wrap-simplify .right-part {
    width: 100%; }
  .simplify .wrap-simplify .right-part {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .simplify .wrap-simplify .left-part {
    min-height: 400px; }
  .simplify .simplify-bg-wrap .simplify-right-bg {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .maritimo-page .simplify .simplify-bg-wrap .simplify-left-bg-mobile {
    display: block; }
  .maritimo-page .simplify .simplify-bg-wrap .simplify-left-bg-mobile,
  .simplify .simplify-bg-wrap .simplify-left-bg {
    top: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    left: 0;
    width: 100%;
    height: 400px; }
  .maritimo-page .simplify .simplify-bg-wrap .simplify-left-bg {
    display: none; } }

@media screen and (max-width: 768px) {
  .simplify .section-title {
    padding-top: 30px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 576px) {
  .simplify .section-title {
    line-height: 36px; }
  .simplify .wrap-simplify .right-part .wrap-points {
    height: 100%; }
  .simplify .wrap-simplify .right-part .wrap-points {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .simplify .wrap-simplify .right-part .wrap-points__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 50px; }
    .simplify .wrap-simplify .right-part .wrap-points__block__icon {
      margin-right: 0;
      margin-bottom: 30px; }
    .simplify .wrap-simplify .right-part .wrap-points__block__text__title {
      font-size: 24px;
      line-height: 24px;
      margin-left: auto;
      margin-right: auto; }
    .simplify .wrap-simplify .right-part .wrap-points__block__text__desc {
      font-size: 14px;
      line-height: 18px;
      font-weight: 500; }
  .simplify .wrap-simplify .right-part .wrap-points {
    padding-bottom: 0; } }

@media screen and (max-width: 480px) {
  .simplify .section-title {
    line-height: 30px; }
  .simplify .wrap-simplify .right-part .wrap-points__block__text__title {
    font-size: 20px;
    max-width: 264px; }
  .simplify .wrap-simplify .right-part .wrap-points__block__icon {
    margin-bottom: 20px; }
  .simplify .wrap-simplify .right-part .wrap-points__block__text__desc {
    font-size: 13px;
    line-height: 18px; }
  .maritimo-page .simplify .simplify-bg-wrap .simplify-left-bg-mobile,
  .simplify .simplify-bg-wrap .simplify-left-bg {
    height: 300px; }
  .simplify .wrap-simplify .left-part {
    min-height: 300px; } }

.partners {
  padding-top: 40px; }
  .partners .wrap-partners {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 60px;
    margin-bottom: 90px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .partners .wrap-contacts {
    position: relative; }
    .partners .wrap-contacts .img-right,
    .partners .wrap-contacts .img-left {
      position: absolute;
      height: 100%;
      width: 50vw;
      -o-object-fit: cover;
         object-fit: cover; }
    .partners .wrap-contacts .img-left {
      left: 0; }
    .partners .wrap-contacts .img-right {
      right: 0; }
    .partners .wrap-contacts .wrap-partners-contacts {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: 435px;
      position: relative; }
      .partners .wrap-contacts .wrap-partners-contacts .section-title {
        padding-top: 50px;
        max-width: 510px; }
      .partners .wrap-contacts .wrap-partners-contacts .half-part {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 70px; }
        .partners .wrap-contacts .wrap-partners-contacts .half-part .section-title {
          line-height: 50px;
          text-align: left; }
        .partners .wrap-contacts .wrap-partners-contacts .half-part .section-title + p {
          margin-bottom: 30px; }
        .partners .wrap-contacts .wrap-partners-contacts .half-part .button {
          margin-top: auto; }
      .partners .wrap-contacts .wrap-partners-contacts .left-part {
        font-weight: 500; }
        .partners .wrap-contacts .wrap-partners-contacts .left-part a {
          margin-bottom: 10px;
          display: inline-block; }
          .partners .wrap-contacts .wrap-partners-contacts .left-part a img {
            margin-right: 10px;
            position: relative; }
        .partners .wrap-contacts .wrap-partners-contacts .left-part a:not(.button):hover {
          text-decoration: underline; }
        .partners .wrap-contacts .wrap-partners-contacts .left-part a:first-of-type img {
          position: relative;
          top: 2px; }
      .partners .wrap-contacts .wrap-partners-contacts .right-part {
        padding-left: 5vw; }

@media screen and (max-width: 991px) {
  .partners .wrap-partners {
    grid-column-gap: 30px; }
  .partners .wrap-contacts .wrap-partners-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .partners .wrap-contacts .img-right,
  .partners .wrap-contacts .img-left {
    width: 100%;
    height: 435px; }
  .partners .wrap-contacts .img-left {
    bottom: 0; }
  .partners .wrap-contacts .wrap-partners-contacts .half-part {
    min-height: 435px; }
  .partners .wrap-contacts .wrap-partners-contacts .half-part {
    padding-left: 5vw;
    width: 100%; }
  .partners .wrap-contacts .wrap-partners-contacts .half-part .section-title {
    line-height: 40px; } }

@media screen and (max-width: 768px) {
  .partners .wrap-partners {
    grid-template-columns: repeat(1, minmax(200px, 250px));
    grid-gap: 20px;
    margin-bottom: 60px; }
    .partners .wrap-partners img {
      display: block;
      margin: 0 auto; } }

@media screen and (max-width: 576px) {
  .partners .wrap-partners {
    margin-bottom: 50px; } }

@media screen and (max-width: 480px) {
  .partners .wrap-partners {
    grid-template-columns: repeat(1, minmax(170px, 170px));
    grid-gap: 20px; }
  .partners .wrap-contacts .wrap-partners-contacts .half-part .section-title {
    line-height: 30px; }
  .partners .wrap-contacts .img-right,
  .partners .wrap-contacts .img-left {
    height: 300px; }
  .partners .wrap-contacts .wrap-partners-contacts .section-title {
    padding-top: 40px; }
  .partners .wrap-contacts .wrap-partners-contacts .half-part {
    min-height: 300px;
    padding-bottom: 25px; }
  .partners .wrap-contacts .wrap-partners-contacts .half-part .section-title + p {
    margin-bottom: 20px;
    font-size: 13px; }
  .partners .wrap-contacts .wrap-partners-contacts .half-part p a {
    font-size: 13px; }
  .partners .wrap-contacts .wrap-partners-contacts .half-part {
    padding-left: 0; }
  .partners .wrap-contacts .wrap-partners-contacts .left-part .section-title {
    padding-bottom: 15px; } }

.commerce-section {
  margin-top: 20vw;
  background: #01044B; }
  .commerce-section .picture-commerce {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: -20vw; }
  .commerce-section .wrap-steps {
    display: grid;
    grid-template-columns: repeat(6, minmax(60px, 1fr));
    position: relative;
    padding-bottom: 100px;
    padding-top: 30px; }
    .commerce-section .wrap-steps .step {
      position: relative; }
      .commerce-section .wrap-steps .step__img {
        margin-bottom: 40px;
        position: relative;
        text-align: center;
        padding: 0 20px; }
      .commerce-section .wrap-steps .step__img:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 3px;
        left: 0;
        border-bottom: 1px dashed #046CA8; }
      .commerce-section .wrap-steps .step__img:after {
        content: url(../img/Icons/arrow.png);
        position: absolute;
        bottom: -9px;
        right: -8px;
        z-index: 1; }
      .commerce-section .wrap-steps .step__text {
        padding: 0 20px;
        color: #fff;
        text-align: center;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 30px; }
    .commerce-section .wrap-steps .step:last-of-type .step__img:after {
      display: none; }
    .commerce-section .wrap-steps .step:first-of-type .step__text,
    .commerce-section .wrap-steps .step:last-of-type .step__text {
      font-weight: 900; }

@media screen and (max-width: 1200px) {
  .commerce-section {
    margin-top: 25vw; }
  .commerce-section .picture-commerce {
    margin-top: -25vw; } }

@media screen and (max-width: 991px) {
  .commerce-section {
    margin-top: 30vw; }
  .commerce-section .picture-commerce {
    margin-top: -30vw; }
  .commerce-section .wrap-steps .step__img:after {
    bottom: -20px; }
  .commerce-section .wrap-steps {
    grid-template-columns: repeat(1, minmax(60px, 350px));
    grid-gap: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .commerce-section .wrap-steps .step {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .commerce-section .wrap-steps .step__img:before {
      border-bottom: 0;
      bottom: -3px;
      right: 0px;
      left: unset;
      width: 1px;
      height: 112%;
      border-right: 1px dashed #046CA8; }
  .commerce-section .wrap-steps .step__img {
    margin-bottom: 0; }
    .commerce-section .wrap-steps .step__img img {
      max-width: 160px;
      min-width: 160px; }
  .commerce-section .wrap-steps .step__img:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .commerce-section .wrap-steps .step__img:after {
    right: -3px; } }

@media screen and (max-width: 576px) {
  .commerce-section .wrap-steps .step__img {
    padding: 0; }
  .commerce-section .wrap-steps {
    grid-template-columns: repeat(1, minmax(60px, 300px)); }
  .commerce-section .wrap-steps .step__img img {
    max-width: 120px;
    min-width: 120px; }
  .commerce-section .wrap-steps .step__text {
    font-size: 16px; }
  .commerce-section .wrap-steps .step:first-of-type .step__text,
  .commerce-section .wrap-steps .step:last-of-type .step__text {
    font-size: 18px; }
  .commerce-section .wrap-steps {
    padding-top: 0; } }

footer {
  background: #01044B;
  padding: 80px 0 90px; }
  footer .foot-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    footer .foot-wrap .subtitle {
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.06px;
      line-height: 24px;
      margin-bottom: 30px;
      color: #06CCFF; }
    footer .foot-wrap .left-part {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      footer .foot-wrap .left-part .hidden {
        display: none; }
      footer .foot-wrap .left-part .foot-logo {
        margin-bottom: 60px;
        display: inline-block; }
      footer .foot-wrap .left-part .policy-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        footer .foot-wrap .left-part .policy-links a {
          opacity: 0.5;
          color: #FFFFFF;
          font-family: Raleway;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 27px; }
        footer .foot-wrap .left-part .policy-links a:hover {
          text-decoration: underline; }
      footer .foot-wrap .left-part ul {
        margin-bottom: 50px; }
        footer .foot-wrap .left-part ul li {
          margin-bottom: 20px; }
          footer .foot-wrap .left-part ul li a {
            color: #fff;
            text-transform: uppercase;
            font-size: 18px;
            font-weight: bold;
            letter-spacing: 1.29px;
            line-height: 30px; }
          footer .foot-wrap .left-part ul li a:hover {
            text-decoration: underline; }
        footer .foot-wrap .left-part ul li:last-of-type {
          margin-bottom: 0; }
      footer .foot-wrap .left-part .copyright {
        opacity: 0.5;
        color: #FFFFFF;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 16px;
        margin-top: auto; }
    footer .foot-wrap .right-part {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      color: #06CCFF;
      padding-left: 50px; }
      footer .foot-wrap .right-part ul {
        margin-bottom: 50px; }
        footer .foot-wrap .right-part ul li a {
          color: #06CCFF;
          font-size: 16px;
          line-height: 34px; }
        footer .foot-wrap .right-part ul li a:hover {
          text-decoration: underline; }
      footer .foot-wrap .right-part .logo-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        footer .foot-wrap .right-part .logo-wrap a:first-of-type {
          margin-right: 20px; }

@media screen and (max-width: 991px) {
  footer {
    padding: 50px 0; } }

@media screen and (max-width: 768px) {
  footer .foot-wrap {
    padding-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    footer .foot-wrap .half-part {
      width: 100%; }
  footer .foot-wrap .left-part .foot-logo {
    margin-bottom: 0; }
  footer .foot-wrap .left-part .hidden {
    display: block; }
  footer .foot-wrap .left-part .policy-links {
    position: absolute;
    margin-bottom: 0;
    bottom: 40px; }
  footer .foot-wrap .left-part ul {
    margin-bottom: 20px; }
  footer .foot-wrap .right-part .subtitle {
    display: none; }
  footer .foot-wrap .right-part {
    padding-left: 0; }
  footer .foot-wrap .left-part .copyright {
    position: absolute;
    bottom: 0; }
  footer .foot-wrap .left-part ul li {
    margin-bottom: 10px; }
  footer .foot-wrap .right-part ul {
    margin-bottom: 30px; } }

@media screen and (max-width: 480px) {
  footer {
    padding: 30px 0; }
  footer .foot-wrap .left-part .foot-logo {
    max-width: 200px; }
  footer .foot-wrap .left-part .hidden {
    font-size: 16px;
    line-height: 19px; }
  footer .foot-wrap .left-part ul li a {
    font-size: 14px;
    line-height: 30px; }
  footer .foot-wrap .left-part ul li {
    margin-bottom: 5px; }
  footer .foot-wrap .right-part ul li a {
    font-size: 13px;
    line-height: 30px; }
  footer .foot-wrap .left-part .policy-links a {
    font-size: 12px; }
  footer .foot-wrap .left-part .copyright {
    font-size: 12px; } }

.blog-page .first-section .main-screen.title-block {
  margin-bottom: 0; }
  .blog-page .first-section .main-screen.title-block .title {
    margin-bottom: 60px; }

.blog-page .all-posts,
.blog-page .blog-section {
  padding-bottom: 100px; }
  .blog-page .all-posts h2.subtitle,
  .blog-page .blog-section h2.subtitle {
    font-size: 43px;
    font-weight: 900;
    margin-bottom: 50px; }
  .blog-page .all-posts .wrap-all-posts,
  .blog-page .all-posts .wrap-blog,
  .blog-page .blog-section .wrap-all-posts,
  .blog-page .blog-section .wrap-blog {
    display: grid;
    grid-template-columns: minmax(400px, 705px) minmax(300px, 480px);
    grid-column-gap: 50px; }
    .blog-page .all-posts .wrap-all-posts .post,
    .blog-page .all-posts .wrap-blog .post,
    .blog-page .blog-section .wrap-all-posts .post,
    .blog-page .blog-section .wrap-blog .post {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .blog-page .all-posts .wrap-all-posts .post__img,
      .blog-page .all-posts .wrap-blog .post__img,
      .blog-page .blog-section .wrap-all-posts .post__img,
      .blog-page .blog-section .wrap-blog .post__img {
        max-height: 505px;
        overflow: hidden;
        margin-bottom: 30px; }
        .blog-page .all-posts .wrap-all-posts .post__img img,
        .blog-page .all-posts .wrap-blog .post__img img,
        .blog-page .blog-section .wrap-all-posts .post__img img,
        .blog-page .blog-section .wrap-blog .post__img img {
          -o-object-fit: cover;
             object-fit: cover;
          height: 100%;
          width: 100%; }
      .blog-page .all-posts .wrap-all-posts .post__info__meta,
      .blog-page .all-posts .wrap-blog .post__info__meta,
      .blog-page .blog-section .wrap-all-posts .post__info__meta,
      .blog-page .blog-section .wrap-blog .post__info__meta {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 30px; }
        .blog-page .all-posts .wrap-all-posts .post__info__meta__tags,
        .blog-page .all-posts .wrap-blog .post__info__meta__tags,
        .blog-page .blog-section .wrap-all-posts .post__info__meta__tags,
        .blog-page .blog-section .wrap-blog .post__info__meta__tags {
          font-size: 14px;
          font-weight: bold;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
          .blog-page .all-posts .wrap-all-posts .post__info__meta__tags__tag,
          .blog-page .all-posts .wrap-blog .post__info__meta__tags__tag,
          .blog-page .blog-section .wrap-all-posts .post__info__meta__tags__tag,
          .blog-page .blog-section .wrap-blog .post__info__meta__tags__tag {
            position: relative;
            color: #49D9FF;
            padding-right: 20px; }
          .blog-page .all-posts .wrap-all-posts .post__info__meta__tags__tag:hover,
          .blog-page .all-posts .wrap-blog .post__info__meta__tags__tag:hover,
          .blog-page .blog-section .wrap-all-posts .post__info__meta__tags__tag:hover,
          .blog-page .blog-section .wrap-blog .post__info__meta__tags__tag:hover {
            text-decoration: underline; }
          .blog-page .all-posts .wrap-all-posts .post__info__meta__tags__tag:after,
          .blog-page .all-posts .wrap-blog .post__info__meta__tags__tag:after,
          .blog-page .blog-section .wrap-all-posts .post__info__meta__tags__tag:after,
          .blog-page .blog-section .wrap-blog .post__info__meta__tags__tag:after {
            content: '';
            top: 0;
            right: 9px;
            position: absolute;
            display: block;
            width: 2px;
            height: 15px;
            background: #49D9FF; }
          .blog-page .all-posts .wrap-all-posts .post__info__meta__tags__tag:last-of-type,
          .blog-page .all-posts .wrap-blog .post__info__meta__tags__tag:last-of-type,
          .blog-page .blog-section .wrap-all-posts .post__info__meta__tags__tag:last-of-type,
          .blog-page .blog-section .wrap-blog .post__info__meta__tags__tag:last-of-type {
            padding-right: 0; }
          .blog-page .all-posts .wrap-all-posts .post__info__meta__tags__tag:last-of-type:after,
          .blog-page .all-posts .wrap-blog .post__info__meta__tags__tag:last-of-type:after,
          .blog-page .blog-section .wrap-all-posts .post__info__meta__tags__tag:last-of-type:after,
          .blog-page .blog-section .wrap-blog .post__info__meta__tags__tag:last-of-type:after {
            display: none; }
        .blog-page .all-posts .wrap-all-posts .post__info__meta__date,
        .blog-page .all-posts .wrap-blog .post__info__meta__date,
        .blog-page .blog-section .wrap-all-posts .post__info__meta__date,
        .blog-page .blog-section .wrap-blog .post__info__meta__date {
          color: #B3B1B1;
          font-size: 14px;
          font-weight: 500; }
      .blog-page .all-posts .wrap-all-posts .post__info__title,
      .blog-page .all-posts .wrap-blog .post__info__title,
      .blog-page .blog-section .wrap-all-posts .post__info__title,
      .blog-page .blog-section .wrap-blog .post__info__title {
        font-size: 32px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 32px;
        margin-bottom: 26px; }
      .blog-page .all-posts .wrap-all-posts .post__info__desc,
      .blog-page .all-posts .wrap-blog .post__info__desc,
      .blog-page .blog-section .wrap-all-posts .post__info__desc,
      .blog-page .blog-section .wrap-blog .post__info__desc {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 40px;
        max-height: 72px;
        overflow: hidden; }
      .blog-page .all-posts .wrap-all-posts .post__info__more .button,
      .blog-page .all-posts .wrap-blog .post__info__more .button,
      .blog-page .blog-section .wrap-all-posts .post__info__more .button,
      .blog-page .blog-section .wrap-blog .post__info__more .button {
        width: 125px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        font-weight: bold; }
      .blog-page .all-posts .wrap-all-posts .post__info__more .button:before,
      .blog-page .all-posts .wrap-blog .post__info__more .button:before,
      .blog-page .blog-section .wrap-all-posts .post__info__more .button:before,
      .blog-page .blog-section .wrap-blog .post__info__more .button:before {
        width: 8px; }
    .blog-page .all-posts .wrap-all-posts .last-posts,
    .blog-page .all-posts .wrap-blog .last-posts,
    .blog-page .blog-section .wrap-all-posts .last-posts,
    .blog-page .blog-section .wrap-blog .last-posts {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .blog-page .all-posts .wrap-all-posts .last-posts .post,
      .blog-page .all-posts .wrap-blog .last-posts .post,
      .blog-page .blog-section .wrap-all-posts .last-posts .post,
      .blog-page .blog-section .wrap-blog .last-posts .post {
        margin-bottom: 50px;
        max-height: 160px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
        .blog-page .all-posts .wrap-all-posts .last-posts .post__img,
        .blog-page .all-posts .wrap-blog .last-posts .post__img,
        .blog-page .blog-section .wrap-all-posts .last-posts .post__img,
        .blog-page .blog-section .wrap-blog .last-posts .post__img {
          max-width: 160px;
          min-width: 160px;
          height: 160px;
          width: 100%;
          margin-right: 16px;
          margin-bottom: 0; }
        .blog-page .all-posts .wrap-all-posts .last-posts .post__info,
        .blog-page .all-posts .wrap-blog .last-posts .post__info,
        .blog-page .blog-section .wrap-all-posts .last-posts .post__info,
        .blog-page .blog-section .wrap-blog .last-posts .post__info {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: 100%; }
          .blog-page .all-posts .wrap-all-posts .last-posts .post__info__meta,
          .blog-page .all-posts .wrap-blog .last-posts .post__info__meta,
          .blog-page .blog-section .wrap-all-posts .last-posts .post__info__meta,
          .blog-page .blog-section .wrap-blog .last-posts .post__info__meta {
            margin-bottom: 14px; }
            .blog-page .all-posts .wrap-all-posts .last-posts .post__info__meta__tags__tag,
            .blog-page .all-posts .wrap-blog .last-posts .post__info__meta__tags__tag,
            .blog-page .blog-section .wrap-all-posts .last-posts .post__info__meta__tags__tag,
            .blog-page .blog-section .wrap-blog .last-posts .post__info__meta__tags__tag {
              font-size: 14px; }
            .blog-page .all-posts .wrap-all-posts .last-posts .post__info__meta__date,
            .blog-page .all-posts .wrap-blog .last-posts .post__info__meta__date,
            .blog-page .blog-section .wrap-all-posts .last-posts .post__info__meta__date,
            .blog-page .blog-section .wrap-blog .last-posts .post__info__meta__date {
              font-size: 14px;
              font-weight: 500; }
          .blog-page .all-posts .wrap-all-posts .last-posts .post__info__title,
          .blog-page .all-posts .wrap-blog .last-posts .post__info__title,
          .blog-page .blog-section .wrap-all-posts .last-posts .post__info__title,
          .blog-page .blog-section .wrap-blog .last-posts .post__info__title {
            font-size: 20px;
            line-height: 26px;
            max-height: 82px;
            overflow: hidden;
            margin-bottom: 0; }
          .blog-page .all-posts .wrap-all-posts .last-posts .post__info__more,
          .blog-page .all-posts .wrap-blog .last-posts .post__info__more,
          .blog-page .blog-section .wrap-all-posts .last-posts .post__info__more,
          .blog-page .blog-section .wrap-blog .last-posts .post__info__more {
            margin-top: auto; }
            .blog-page .all-posts .wrap-all-posts .last-posts .post__info__more a,
            .blog-page .all-posts .wrap-blog .last-posts .post__info__more a,
            .blog-page .blog-section .wrap-all-posts .last-posts .post__info__more a,
            .blog-page .blog-section .wrap-blog .last-posts .post__info__more a {
              text-decoration: underline;
              font-size: 16px;
              font-weight: 500;
              line-height: 26px; }
      .blog-page .all-posts .wrap-all-posts .last-posts .post:last-of-type,
      .blog-page .all-posts .wrap-blog .last-posts .post:last-of-type,
      .blog-page .blog-section .wrap-all-posts .last-posts .post:last-of-type,
      .blog-page .blog-section .wrap-blog .last-posts .post:last-of-type {
        margin-bottom: 0; }

.blog-page .all-posts {
  padding-top: 75px;
  padding-bottom: 85px;
  background: #F2F2F2; }
  .blog-page .all-posts .section-title {
    text-align: left;
    margin-bottom: 15px; }
  .blog-page .all-posts .wrap-all-posts {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 66px;
    margin-bottom: 85px; }
    .blog-page .all-posts .wrap-all-posts .post {
      display: none; }
      .blog-page .all-posts .wrap-all-posts .post__img {
        margin-bottom: 15px;
        min-height: 250px; }
        .blog-page .all-posts .wrap-all-posts .post__img img {
          min-height: 250px; }
      .blog-page .all-posts .wrap-all-posts .post__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%; }
        .blog-page .all-posts .wrap-all-posts .post__info__meta {
          margin-bottom: 15px; }
        .blog-page .all-posts .wrap-all-posts .post__info__title {
          font-size: 20px;
          line-height: 26px;
          margin-bottom: 20px; }
        .blog-page .all-posts .wrap-all-posts .post__info__more {
          margin-top: auto; }
          .blog-page .all-posts .wrap-all-posts .post__info__more a {
            text-decoration: underline;
            font-size: 16px;
            font-weight: 500;
            line-height: 26px; }
    .blog-page .all-posts .wrap-all-posts .post.active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }

.blog-page.blog-post .blog-post-info {
  padding-bottom: 30px; }
  .blog-page.blog-post .blog-post-info__tags {
    margin-bottom: 30px; }
    .blog-page.blog-post .blog-post-info__tags a {
      color: #06CCFF;
      font-size: 18px;
      font-weight: bold;
      padding-right: 20px;
      position: relative; }
    .blog-page.blog-post .blog-post-info__tags a:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 2px;
      height: 20px;
      background: #06CCFF;
      right: 5px; }
    .blog-page.blog-post .blog-post-info__tags a:hover {
      text-decoration: underline; }
    .blog-page.blog-post .blog-post-info__tags a:last-of-type {
      padding-right: 0; }
    .blog-page.blog-post .blog-post-info__tags a:last-of-type:after {
      display: none; }
  .blog-page.blog-post .blog-post-info__text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    font-weight: 500; }
  .blog-page.blog-post .blog-post-info__date {
    color: #B3B1B1;
    font-size: 16px;
    font-weight: 600; }
  .blog-page.blog-post .blog-post-info .title {
    margin-bottom: 20px; }

.blog-page.blog-post .blog-post-picture {
  height: 420px;
  overflow: hidden;
  position: relative; }
  .blog-page.blog-post .blog-post-picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.blog-page.blog-post .blog-post-content {
  padding-top: 44px; }
  .blog-page.blog-post .blog-post-content p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 500; }

.blog-page.blog-post .blog-post-soc {
  padding-bottom: 80px;
  padding-top: 70px; }
  .blog-page.blog-post .blog-post-soc h3 {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
    margin-bottom: 50px; }
  .blog-page.blog-post .blog-post-soc .wrap-soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .blog-page.blog-post .blog-post-soc .wrap-soc a {
      margin-right: 50px; }
    .blog-page.blog-post .blog-post-soc .wrap-soc a:last-of-type {
      margin-right: 0; }

.blog-page.blog-post .wrap-all-posts {
  margin-bottom: 0; }
  .blog-page.blog-post .wrap-all-posts .post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

@media screen and (max-width: 1200px) {
  .blog-page .blog-section .wrap-blog .last-posts .post__img {
    max-width: 130px;
    min-width: 130px;
    height: 130px; }
  .blog-page .blog-section .wrap-blog .last-posts .post__info__title {
    font-size: 18px;
    line-height: 22px;
    max-height: 66px; }
  .blog-page .blog-section .wrap-blog .post__info__title {
    font-size: 28px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden; }
  .blog-page .first-section .main-screen.title-block .title {
    margin-bottom: 30px; }
  .blog-page .blog-section {
    padding-bottom: 70px; } }

@media screen and (max-width: 991px) {
  .blog-page .blog-section {
    padding-bottom: 50px; }
  .blog-page .first-section .main-screen.title-block .title {
    margin-bottom: 20px; }
  .blog-page .blog-section h2.subtitle {
    font-size: 32px;
    margin-bottom: 25px; }
  .blog-page .blog-section .wrap-blog .last-posts .post {
    margin-bottom: 30px; }
  .blog-page .blog-section .wrap-blog {
    grid-template-columns: repeat(1, 1fr); }
    .blog-page .blog-section .wrap-blog > .post {
      margin-bottom: 50px; }
  .blog-page .blog-section .wrap-blog .last-posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px; }
    .blog-page .blog-section .wrap-blog .last-posts .post {
      margin-bottom: 0; }
  .blog-page .blog-section .wrap-blog .last-posts .post__info__title {
    font-size: 16px; }
  .blog-page .all-posts .wrap-all-posts .post__info__more a,
  .blog-page .blog-section .wrap-blog .last-posts .post__info__more a {
    font-size: 14px;
    line-height: 26px; }
  .blog-page .blog-section .wrap-blog .last-posts .post__img {
    max-width: 100px;
    min-width: 100px;
    height: 100px; }
  .blog-page .blog-section .wrap-blog .last-posts .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: unset; }
  .blog-page .blog-section .wrap-blog .last-posts .post__img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    min-width: unset;
    min-height: 180px; }
  .blog-page .blog-section .wrap-blog .post__info__meta,
  .blog-page .blog-section .wrap-blog .post__img {
    margin-bottom: 20px; }
  .blog-page .all-posts .wrap-all-posts {
    grid-gap: 40px 30px; }
  .blog-page .all-posts .wrap-all-posts {
    margin-bottom: 50px; }
  .blog-page .all-posts {
    padding-bottom: 50px; }
  .blog-page.blog-post .blog-post-content p,
  .blog-page.blog-post .blog-post-info__text {
    font-size: 18px; }
  .blog-page.blog-post .blog-post-info__tags a {
    font-size: 16px; }
  .blog-page.blog-post .blog-post-info__tags {
    margin-bottom: 20px; }
  .blog-page.blog-post .blog-post-info__tags a:after {
    height: 16px; } }

@media screen and (max-width: 768px) {
  .blog-page .all-posts .wrap-all-posts {
    grid-template-columns: repeat(2, 1fr); }
  .blog-page .all-posts .wrap-all-posts .post__img {
    min-height: 200px;
    max-height: 200px; }
    .blog-page .all-posts .wrap-all-posts .post__img img {
      min-height: 200px;
      max-height: 200px; }
  .blog-page.blog-post .blog-post-content p,
  .blog-page.blog-post .blog-post-info__text {
    font-size: 16px;
    line-height: 20px; }
  .blog-page.blog-post .blog-post-info__text {
    margin-bottom: 20px; }
  .blog-page.blog-post .blog-post-info__date {
    font-size: 14px; } }

@media screen and (max-width: 576px) {
  .blog-page .blog-section .wrap-blog .post__info__meta__date,
  .blog-page .blog-section .wrap-blog .post__info__meta__tags {
    font-size: 13px; }
  .blog-page .blog-section .wrap-blog .post__info__title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px; }
  .blog-page .blog-section .wrap-blog .post__info__meta,
  .blog-page .blog-section .wrap-blog .post__img {
    margin-bottom: 15px; }
  .blog-page .all-posts h2.subtitle,
  .blog-page .blog-section h2.subtitle {
    font-size: 22px;
    line-height: 32px; }
  .blog-page .blog-section .wrap-blog .last-posts .post__info__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .blog-page .blog-section .wrap-blog .last-posts .post__info__meta,
  .blog-page .blog-section .wrap-blog .last-posts .post__img {
    margin-bottom: 10px; }
  .blog-page .blog-section .wrap-blog .last-posts .post__info__meta__tags {
    margin-bottom: 5px; }
  .blog-page .blog-section .wrap-blog .post__info__desc {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px; }
  .blog-page .all-posts h2.subtitle {
    margin-bottom: 20px; }
  .blog-page .all-posts {
    padding-top: 40px; }
  .blog-page .all-posts .wrap-all-posts .post__info__title {
    font-size: 18px;
    line-height: 22px; }
  .blog-page.blog-post .blog-post-content p,
  .blog-page.blog-post .blog-post-info__text {
    font-size: 14px;
    line-height: 18px; }
  .blog-page.blog-post .blog-post-soc h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px; }
  .blog-page.blog-post .blog-post-soc {
    padding-top: 35px;
    padding-bottom: 35px; }
  .blog-page.blog-post .blog-post-soc .wrap-soc a img {
    max-width: 20px;
    max-height: 20px; }
  .blog-page.blog-post .blog-post-picture {
    height: 320px; }
  .blog-page.blog-post .blog-post-content {
    padding-top: 20px; }
  .blog-page.blog-post .blog-post-info__tags a {
    font-size: 14px; }
  .blog-page.blog-post .blog-post-info__tags a:after {
    right: 7px;
    top: 1px;
    height: 14px; } }

@media screen and (max-width: 480px) {
  .blog-page .blog-section .wrap-blog > .post {
    margin-bottom: 30px; }
  .blog-page .all-posts .wrap-all-posts .post__info__meta__date,
  .blog-page .all-posts .wrap-all-posts .post__info__meta__tags__tag,
  .blog-page .blog-section .wrap-blog .post__info__desc {
    font-size: 13px;
    line-height: 18px; }
  .blog-page .blog-section .wrap-blog .last-posts .post__img {
    height: 120px;
    min-height: 120px; }
    .blog-page .blog-section .wrap-blog .last-posts .post__img img {
      height: 120px; }
  .blog-page .blog-section .wrap-blog .post__info__desc {
    margin-bottom: 18px; }
  .blog-page .all-posts .wrap-all-posts .post__info__title {
    margin-bottom: 5px; }
  .blog-page .all-posts .wrap-all-posts {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px; }
  .blog-page .all-posts .wrap-all-posts {
    margin-bottom: 40px; }
  .blog-page .all-posts .wrap-all-posts .post__img {
    margin-left: -15px;
    margin-right: -15px; }
  .blog-page .blog-section .wrap-blog .last-posts .post__info__more a,
  .blog-page .all-posts .wrap-all-posts .post__info__more a {
    font-size: 12px;
    line-height: 26px; }
  .blog-page .all-posts .wrap-all-posts .post__info__meta__tags__tag:after,
  .blog-page .all-posts .wrap-blog .post__info__meta__tags__tag:after,
  .blog-page .blog-section .wrap-all-posts .post__info__meta__tags__tag:after,
  .blog-page .blog-section .wrap-blog .post__info__meta__tags__tag:after {
    top: 2px;
    height: 12px; }
  .blog-page.blog-post .blog-post-content p,
  .blog-page.blog-post .blog-post-info__text {
    font-size: 13px;
    line-height: 18px; } }

.logistica-page .main-screen.title-block {
  margin-bottom: 0; }

.logistica-page .check-list-section {
  background: #01044B; }
  .logistica-page .check-list-section .wrap-check-list {
    padding: 48px;
    padding-right: 48px; }
    .logistica-page .check-list-section .wrap-check-list .right-part,
    .logistica-page .check-list-section .wrap-check-list .left-part {
      width: 50%; }
    .logistica-page .check-list-section .wrap-check-list .wrap-button {
      margin-top: 50px; }
  .logistica-page .check-list-section .section-title {
    margin-top: -50px;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    line-height: 55px;
    padding-bottom: 150px; }

.logistica-page .simplify .wrap-simplify .right-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .logistica-page .simplify .wrap-simplify .right-part .blue-title {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 32px;
    color: #06CCFF;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .logistica-page .simplify .wrap-simplify .right-part h4 {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 20px;
    max-width: 520px;
    padding-right: 10px; }
  .logistica-page .simplify .wrap-simplify .right-part .check-list p {
    font-size: 17px;
    line-height: 40px;
    position: relative;
    padding-left: 30px; }
  .logistica-page .simplify .wrap-simplify .right-part .check-list p:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/Icons/check.svg);
    background-position: center;
    background-size: cover;
    top: 12px;
    left: 0; }

.logistica-page .simplify {
  padding-top: 60px; }
  .logistica-page .simplify .wrap-simplify {
    height: 600px; }
  .logistica-page .simplify .container {
    overflow: hidden;
    position: relative; }
    .logistica-page .simplify .container .simplify-right-bg {
      max-width: 750px;
      width: 100%;
      right: 20px;
      height: 600px; }

.logistica-page .simplify .simplify-bg-wrap {
  height: 600px; }
  .logistica-page .simplify .simplify-bg-wrap .wrap-simplify {
    background: #fff; }

.logistica-page .simplify .simplify-bg-wrap:first-of-type .wrap-simplify,
.logistica-page .simplify .simplify-bg-wrap:last-of-type .wrap-simplify {
  background: none; }

.logistica-page .simplify .simplify-bg-wrap .simplify-left-bg {
  width: 46vw;
  height: 465px; }

.logistica-page .simplify .simplify-bg-wrap:nth-of-type(even) .wrap-simplify {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .logistica-page .simplify .simplify-bg-wrap:nth-of-type(even) .wrap-simplify .right-part {
    padding-left: 120px; }

.logistica-page .simplify .simplify-bg-wrap:nth-of-type(even) .simplify-left-bg {
  right: 0;
  left: unset; }

.logistica-page .simplify .simplify-bg-wrap:first-of-type .left-part,
.logistica-page .simplify .simplify-bg-wrap:last-of-type .left-part {
  position: relative; }

.logistica-page .simplify .simplify-bg-wrap:first-of-type .left-part:after {
  content: '';
  width: 100%;
  height: 300px;
  bottom: 0;
  left: 0;
  background: #fff;
  position: absolute; }

.logistica-page .simplify .simplify-bg-wrap:last-of-type .left-part:after {
  content: '';
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute; }

.logistica-page .section-privileges {
  padding-top: 70px; }
  .logistica-page .section-privileges .wrap-with-img .wrap-privileges {
    background: transparent;
    margin-bottom: 0; }
    .logistica-page .section-privileges .wrap-with-img .wrap-privileges svg path,
    .logistica-page .section-privileges .wrap-with-img .wrap-privileges svg polygon {
      fill: #fff; }
  .logistica-page .section-privileges .wrap-with-img .wrap-privileges:after {
    display: none; }

.logistica-page .section-tab .section-title {
  padding-top: 80px;
  padding-bottom: 44px; }

.logistica-page .section-tab .tabs-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-bottom: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .logistica-page .section-tab .tabs-text p {
    padding-left: 60px;
    max-width: 520px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px; }

.logistica-page .section-tab .tabs__links__link {
  font-size: 20px;
  font-weight: bold;
  line-height: 80px; }

.logistica-page .section-tab-picture {
  padding-bottom: 200px; }

.logistica-page .simplify .simplify-bg-wrap:first-of-type .simplify-left-bg {
  -o-object-position: right;
     object-position: right; }

@media screen and (max-width: 1200px) {
  .logistica-page .check-list-section .wrap-check-list .right-part,
  .logistica-page .check-list-section .wrap-check-list .left-part {
    width: 100%; }
  .logistica-page .simplify .simplify-bg-wrap:nth-of-type(even) .wrap-simplify .right-part {
    padding-left: 60px; } }

@media screen and (max-width: 991px) {
  .logistica-page .check-list-section .section-title {
    line-height: 43px; }
  .logistica-page .simplify .simplify-bg-wrap .simplify-left-bg {
    width: 100%; }
  .logistica-page .simplify .wrap-simplify .left-part,
  .logistica-page .simplify .simplify-bg-wrap .simplify-left-bg {
    height: 400px; }
  .logistica-page .simplify .container .simplify-right-bg {
    width: 100vw;
    display: block; }
  .logistica-page .simplify .simplify-bg-wrap:nth-of-type(even) .wrap-simplify {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .logistica-page .simplify .container .simplify-right-bg {
    width: 100vw;
    display: block;
    right: 0;
    bottom: 0;
    max-width: 100vw; }
  .logistica-page .simplify .simplify-bg-wrap:nth-of-type(even) .wrap-simplify .right-part {
    padding-left: 0; }
  .logistica-page .simplify .wrap-simplify .right-part {
    max-width: 600px;
    margin-top: 50px; }
  .logistica-page .simplify {
    padding-top: 0; }
  .simplify .wrap-simplify,
  .simplify .simplify-bg-wrap {
    min-height: 100%; }
  .logistica-page .simplify .simplify-bg-wrap,
  .logistica-page .simplify .wrap-simplify {
    height: 100%; }
  .logistica-page .simplify .wrap-simplify .right-part {
    margin-bottom: 50px; }
  .logistica-page .simplify .wrap-simplify .right-part,
  .logistica-page .simplify .simplify-bg-wrap:nth-of-type(even) .wrap-simplify .right-part {
    padding-left: 15px; }
  .logistica-page .simplify .wrap-simplify .left-part {
    min-height: unset; }
  .logistica-page .section-privileges .wrap-with-img .wrap-privileges,
  .logistica-page .section-privileges {
    padding-top: 40px; }
  .section-privileges .wrap-with-img .wrap-privileges {
    grid-gap: 50px; }
  .logistica-page .section-tab .tabs__links__link {
    font-size: 16px; }
  .logistica-page .section-tab .tabs-text p {
    padding-left: 0;
    font-size: 16px; }
  .logistica-page .section-tab .section-title {
    padding-top: 50px;
    padding-bottom: 35px; }
  .logistica-page .section-tab .tabs-text {
    margin-bottom: 40px; } }

@media screen and (max-width: 768px) {
  .logistica-page .section-tab-picture {
    padding-bottom: 110px; } }

@media screen and (max-width: 576px) {
  .logistica-page .check-list-section .section-title {
    line-height: 32px;
    padding-top: 0;
    padding-bottom: 110px;
    max-width: 270px; }
  .logistica-page .check-list-section .wrap-check-list > p {
    padding-left: 0;
    margin-bottom: 20px;
    line-height: 20px; }
  .logistica-page .check-list-section .wrap-check-list {
    padding: 24px 20px; }
  .logistica-page .simplify .wrap-simplify .left-part,
  .logistica-page .simplify .simplify-bg-wrap .simplify-left-bg {
    height: 300px; }
  .logistica-page .check-list-section .wrap-check-list .wrap-button {
    margin-top: 30px; }
  .logistica-page .simplify .wrap-simplify .right-part .check-list p:before {
    top: 4px; }
  .logistica-page .simplify .simplify-bg-wrap .simplify-left-bg {
    height: 300px; }
  .logistica-page .simplify .wrap-simplify .right-part .check-list p {
    font-size: 16px;
    line-height: 36px;
    position: relative;
    padding-left: 30px; }
  .logistica-page .simplify .wrap-simplify .right-part .check-list p:before {
    top: 9px; }
  .logistica-page .simplify .wrap-simplify .right-part {
    margin-top: 30px;
    margin-bottom: 30px; }
  .logistica-page .section-privileges .wrap-with-img .wrap-privileges,
  .logistica-page .section-privileges {
    padding-top: 0; }
  .logistica-page .section-tab .tabs__links__link {
    font-size: 14px;
    line-height: 50px; }
  .logistica-page .tabs__links:after,
  .logistica-page .tabs__links {
    min-width: 650px; }
  .logistica-page .section-tab .tabs-text {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px; }
  .logistica-page .section-tab .section-title {
    padding-top: 44px;
    padding-bottom: 30px; }
  .logistica-page .section-tab .tabs-text p {
    font-size: 14px; }
  .logistica-page .section-tab .tabs-text {
    margin-bottom: 20px; } }

@media screen and (max-width: 480px) {
  .logistica-page .check-list-section .section-title {
    line-height: 30px; }
  .logistica-page .simplify .wrap-simplify .right-part .blue-title {
    line-height: 32px; }
  .logistica-page .simplify .wrap-simplify .right-part .blue-title,
  .logistica-page .simplify .wrap-simplify .right-part .check-list p {
    font-size: 12px;
    line-height: 26px; }
  .logistica-page .simplify .wrap-simplify .right-part h4 {
    font-size: 20px;
    line-height: 24px; }
  .logistica-page .simplify .wrap-simplify .right-part .check-list p:before {
    top: 4px; }
  .logistica-page .simplify .wrap-simplify .right-part {
    margin-top: 20px;
    margin-bottom: 20px; }
  .logistica-page .simplify .wrap-simplify .right-part .blue-title {
    margin-bottom: 5px; }
  .logistica-page .simplify .wrap-simplify .right-part h4 {
    margin-bottom: 10px; }
  .logistica-page .section-tab .tabs-text p {
    font-size: 13px;
    line-height: 18px; } }

.registro-page form,
.contacto-page form {
  width: 630px; }
  .registro-page form p,
  .contacto-page form p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    max-width: 100%; }
    .registro-page form p textarea::-webkit-input-placeholder, .registro-page form p input::-webkit-input-placeholder, .contacto-page form p textarea::-webkit-input-placeholder, .contacto-page form p input::-webkit-input-placeholder {
      opacity: 0.3;
      color: #01044B;
      font-size: 16px;
      font-weight: 500; }
    .registro-page form p textarea::-moz-placeholder, .registro-page form p input::-moz-placeholder, .contacto-page form p textarea::-moz-placeholder, .contacto-page form p input::-moz-placeholder {
      opacity: 0.3;
      color: #01044B;
      font-size: 16px;
      font-weight: 500; }
    .registro-page form p textarea:-ms-input-placeholder, .registro-page form p input:-ms-input-placeholder, .contacto-page form p textarea:-ms-input-placeholder, .contacto-page form p input:-ms-input-placeholder {
      opacity: 0.3;
      color: #01044B;
      font-size: 16px;
      font-weight: 500; }
    .registro-page form p textarea::-ms-input-placeholder, .registro-page form p input::-ms-input-placeholder, .contacto-page form p textarea::-ms-input-placeholder, .contacto-page form p input::-ms-input-placeholder {
      opacity: 0.3;
      color: #01044B;
      font-size: 16px;
      font-weight: 500; }
    .registro-page form p textarea::placeholder,
    .registro-page form p input::placeholder,
    .contacto-page form p textarea::placeholder,
    .contacto-page form p input::placeholder {
      opacity: 0.3;
      color: #01044B;
      font-size: 16px;
      font-weight: 500; }
    .registro-page form p input:not([type='submit']),
    .contacto-page form p input:not([type='submit']) {
      padding: 0 20px;
      height: 62px;
      width: 300px;
      border: 1px solid #C9C7C7;
      font-size: 16px;
      font-weight: 500; }
    .registro-page form p input:not([type='submit']):first-of-type,
    .contacto-page form p input:not([type='submit']):first-of-type {
      margin-right: 30px; }
    .registro-page form p textarea,
    .contacto-page form p textarea {
      padding-top: 20px;
      height: 62px;
      resize: none;
      width: 100%;
      border: 1px solid #C9C7C7;
      padding-left: 20px;
      font-weight: 500; }
  .registro-page form .button,
  .contacto-page form .button {
    border: 0;
    cursor: pointer;
    margin-left: auto; }

.registro-page .text-block form p,
.contacto-page .text-block form p {
  max-width: 630px; }

.registro-page .text-block .contacts-adress .phone-number,
.contacto-page .text-block .contacts-adress .phone-number {
  margin-bottom: 5px; }
  .registro-page .text-block .contacts-adress .phone-number img,
  .contacto-page .text-block .contacts-adress .phone-number img {
    margin-right: 10px;
    position: relative;
    top: 3px; }

.registro-page .text-block .contacts-adress .mail-adress img,
.contacto-page .text-block .contacts-adress .mail-adress img {
  margin-right: 10px;
  position: relative;
  top: 1px; }

.registro-page .text-block .contacts-adress .phone-number:hover,
.registro-page .text-block .contacts-adress .mail-adress:hover,
.contacto-page .text-block .contacts-adress .phone-number:hover,
.contacto-page .text-block .contacts-adress .mail-adress:hover {
  text-decoration: underline; }

@media screen and (max-width: 1200px) {
  .contacto-page form {
    width: 500px; }
  .contacto-page form {
    width: 100%; } }

@media screen and (max-width: 991px) {
  .contacto-page .title-block .text-block {
    grid-column-gap: 100px;
    width: 100%;
    grid-template-columns: repeat(1, 1fr); }
  .contacto-page form {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .contacto-page form .button {
    margin-right: auto; }
  .contacto-page form p input:not([type='submit']) {
    width: 100%; }
  .contacto-page .text-block form p {
    max-width: 100%; }
  .contacto-page .title-block .text-block {
    margin-bottom: 0; } }

@media screen and (max-width: 576px) {
  .contacto-page form p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0; }
    .contacto-page form p input {
      margin-bottom: 15px; }
  textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    font-size: 14px; }
  textarea::-moz-placeholder, input::-moz-placeholder {
    font-size: 14px; }
  textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    font-size: 14px; }
  textarea::-ms-input-placeholder, input::-ms-input-placeholder {
    font-size: 14px; }
  textarea::placeholder,
  input::placeholder {
    font-size: 14px; }
  .contacto-page .text-block .contacts-adress .phone-number {
    margin-bottom: 10px; }
  .contacto-page form p textarea {
    padding-top: 15px; }
  .contacto-page form p textarea,
  .contacto-page form p input:not([type='submit']) {
    height: 50px;
    margin-right: 0;
    font-size: 14px; }
  .contacto-page form .button {
    margin-top: 20px; }
  .contacto-page .text-block .contacts-adress .phone-number a,
  .contacto-page .text-block .contacts-adress .mail-adress a {
    font-size: 14px; }
  .contacto-page .title-block .text-block {
    margin-bottom: 0; }
  .contacto-page form {
    margin-top: 25px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px; }
  .contacto-page .simplify {
    background: #fff; }
  .main-screen.title-block {
    margin-bottom: 30px; } }

.registro-page .first-section {
  position: relative; }
  .registro-page .first-section form {
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .registro-page .first-section form p {
      max-width: 960px;
      margin-right: 0; }
      .registro-page .first-section form p label {
        max-width: 300px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        line-height: 26px;
        position: relative;
        height: 24px;
        color: #01044B; }
      .registro-page .first-section form p label:before {
        content: '';
        display: inline-block;
        width: 23px;
        height: 23px;
        padding: 0;
        margin-right: 10px;
        background: #f2f2f2;
        border: 1px solid #C9C7C7; }
      .registro-page .first-section form p input[type='checkbox']:checked + label:after {
        content: url("../img/Icons/checked.svg");
        width: 20px;
        position: absolute;
        top: 2px;
        left: 3px; }
      .registro-page .first-section form p input:not([type='submit']):nth-of-type(2) {
        margin-right: 30px; }
      .registro-page .first-section form p input:not([type='submit']) {
        background: #f2f2f2; }
      .registro-page .first-section form p input[type='checkbox'] {
        display: none; }
      .registro-page .first-section form p input {
        max-width: 300px;
        width: 100%; }
      .registro-page .first-section form p .button {
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        margin-top: 20px; }
    .registro-page .first-section form p:last-of-type {
      margin-bottom: 0; }
  .registro-page .first-section .title-block {
    margin-bottom: 80px; }
    .registro-page .first-section .title-block .text-block {
      grid-template-columns: repeat(1, 1fr);
      width: 100%;
      margin-bottom: 0; }

.registro-page .first-section:before {
  content: '';
  width: 100%;
  position: absolute;
  top: -30px;
  height: 30px;
  background: #f2f2f2; }

@media screen and (max-width: 1200px) {
  .registro-page .first-section form p label,
  .registro-page .first-section form p input {
    max-width: 280px; } }

@media screen and (max-width: 1200px) {
  .registro-page .first-section form p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0; }
  .registro-page .first-section form {
    max-width: 500px; }
  .registro-page .first-section form p label,
  .registro-page .first-section form p input {
    max-width: 500px;
    margin-right: 0;
    margin-bottom: 20px; } }

@media screen and (max-width: 576px) {
  .registro-page .first-section form {
    padding: 0 20px; }
  .registro-page .first-section:before {
    height: 15px;
    top: -15px; }
  .registro-page .first-section .title-block {
    margin-bottom: 20px;
    padding-top: 20px; }
  .registro-page .first-section form p input:not([type='submit']) {
    height: 50px; }
  .registro-page .first-section form {
    margin-top: 25px;
    padding-bottom: 40px; }
  .registro-page .first-section form p label,
  .registro-page .first-section form p input {
    margin-bottom: 15px; }
  .registro-page form p input:not([type='submit']),
  .contacto-page form p input:not([type='submit']) {
    font-size: 14px; }
  .registro-page .first-section form p label {
    font-size: 12px; } }

@media screen and (max-width: 480px) {
  .registro-page .first-section form {
    padding: 0 15px 40px; }
  .registro-page .first-section .title-block {
    margin-bottom: 15px; }
    .registro-page .first-section .title-block .title {
      margin-bottom: 0; }
  .registro-page .first-section form p .button {
    margin-top: 10px; } }

@media screen and (max-width: 1200px) {
  .title {
    font-size: 54px;
    line-height: 60px; }
  .section-title {
    font-size: 36px;
    line-height: 42px;
    padding-top: 30px; } }

@media screen and (max-width: 991px) {
  .title {
    font-size: 42px;
    line-height: 50px; }
  p {
    font-size: 18px;
    line-height: 24px; }
  .title-block .text-block {
    margin-bottom: 40px;
    grid-gap: 30px 50px; }
  .title-block .text-block p {
    font-size: 16px; }
  .terms-section .subtitle {
    font-size: 28px; } }

@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 20px; }
  .title {
    font-size: 42px;
    line-height: 50px; }
  .section-title {
    font-size: 32px;
    line-height: 42px; }
  .title-block .text-block {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px 50px; }
  .main-screen.title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .main-screen.title-block .title {
      margin-bottom: 40px; } }

@media screen and (max-width: 576px) {
  .title {
    font-size: 36px;
    line-height: 42px; }
  .section-title {
    font-size: 28px;
    line-height: 36px; }
    .section-title br {
      display: none; }
  .main-screen.title-block .title {
    margin-bottom: 20px; }
  .title-block .text-block p {
    font-size: 14px;
    line-height: 18px; }
  .button {
    height: 50px;
    line-height: 50px;
    width: 200px;
    font-size: 12px; }
  .button:hover:before {
    left: 0; }
  .button:before {
    width: 10px; }
  .first-section .picture-block,
  .first-section .video-block {
    height: 300px; }
  header .bottom-head {
    bottom: -26px; }
  header .bottom-head {
    margin-bottom: 40px; }
  .terms-section .subtitle {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px; }
  .top-head__logo img {
    position: relative;
    top: -4px; } }

@media screen and (max-width: 480px) {
  p {
    font-size: 14px;
    line-height: 18px; }
  .title {
    font-size: 30px;
    line-height: 32px; }
    .title br {
      display: none; }
  .title-block .text-block p {
    font-size: 13px; }
  .section-title {
    font-size: 24px;
    line-height: 30px; }
  .terms-section .subtitle {
    font-size: 22px;
    line-height: 26px; }
  .terms-section ol li,
  .terms-section p {
    font-size: 13px;
    line-height: 18px; } }
