.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  font-family: Montserrat, sans-serif;
}

.main-container {
  max-width: none;
  padding-bottom: 60px;
}

.header-links-list-item-text-line {
  display: none;
  position: absolute;
  bottom: -31px;
}

.header-logo {
  object-fit: cover;
  scroll-margin-top: 84px;
}

/*.header-nav {*/
/*  grid-column-gap: 20px;*/
/*  grid-row-gap: 20px;*/
/*  margin-left: auto;*/
/*  display: flex;*/
/*}*/

.header-nav.header-nav--mobile {
  display: none;
}

.header-languages-selected--p {
  margin-bottom: 0;
}

.sidebar-nav {
  display: none;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-languages__list-item-line {
  z-index: 10;
  padding-left: 150px;
  position: absolute;
  top: -14px;
  right: 13px;
}

.container {
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.ms_lp_header-top {
  margin-bottom: 0;
}

.header-nav-list-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #0061af;
  text-align: center;
  letter-spacing: .02em;
  cursor: pointer;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: relative;
}

.header-nav-list {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.svg {
  display: flex;
}

.header-links-list-item-text {
  color: #0061af;
  text-decoration: none;
}

.header-links-list-item-text.btn {
  border: 1px solid #0061af;
  border-radius: 24px;
  padding: 15px 20px;
  transition: all .5s;
}

.header-links-list-item-text.btn:hover {
  background-color: #deebf5;
  border-color: #deebf5;
  box-shadow: 0 2px 8px #1f549d24;
}

.header-languages-selected {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #0061af;
  text-align: center;
  letter-spacing: .02em;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #f3f4f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: static;
}

.header-language-link {
  color: #2361a9;
  letter-spacing: .26px;
  cursor: pointer;
  justify-content: space-between;
  padding: 15px 26px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.header-language-link.w--current {
  background-image: url('../images/language-arrow.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
}

.ms_lp_hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.ms_lp_hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.ms_lp_hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.header-languages {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.header-languages__list {
  z-index: 10;
  background-color: #fff;
  border-radius: 8px;
  width: 190px;
  margin-bottom: 0;
  padding: 10px 0;
  list-style-type: none;
  display: block;
  position: absolute;
  top: 60px;
  left: -142px;
  box-shadow: 0 5px 8px #0003;
}

.container-inner {
  z-index: 5;
  background-color: #0000;
  width: calc(100% - 60px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-inner.container-inner--header {
  justify-content: space-between;
  padding: 10px 0;
}

.header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ms-banner-block-img {
  width: 600px;
}

.main-banner-block-right {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.main-banner-modal-slider {
  background-color: #0000;
  height: 100%;
}

.main-banner-modal-slide {
  -webkit-user-select: none;
  user-select: none;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.ms-banner-info {
  text-align: left;
}

.right-arrow {
  display: none;
}

.main-banner-subtitle {
  color: #606b77;
  margin-bottom: 34px;
  font-size: 16px;
  line-height: 24px;
}

.left-arrow {
  display: none;
}

.banner-element {
  z-index: 1;
  color: #0061af;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffd72f;
  border-radius: 8px;
  min-width: 175px;
  max-width: 320px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-weight: 700;
}

.slide-navigation {
  color: #0860c7;
  font-size: 10px;
  position: absolute;
  bottom: -25px;
}

.main-banner-block-left {
  width: 50%;
  padding-left: 60px;
}

.main-banner-mask-slider {
  position: static;
  overflow: hidden;
}

.banner-element--p {
  white-space: nowrap;
  margin-bottom: 0;
}

.main-banner-btn {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  background-color: #0860c7;
  border: 1px solid #0000;
  border-radius: 36px;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding: 12px 89px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.section-intro {
  /*margin-top: 120px;*/
  padding-bottom: 25px;
}

.main-banner-modal-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 30px;
  display: flex;
}

.main-banner-title {
  color: #2361a9;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.main-banner-block {
  background-color: #deebf5;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 480px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 60px;
  display: flex;
  overflow: hidden;
}

.banner_slider {
  pointer-events: none;
  object-fit: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.advantages-service-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.advantages-service-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #deebf5;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 275px;
  padding: 20px;
  display: flex;
}

.advantages-service-ikon {
  background-color: #deebf5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  display: flex;
}

.partners-title {
  color: #0061af;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.section-about {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #deebf5;
  border-radius: 40px;
  flex-flow: row;
  margin-top: 75px;
  padding: 40px;
  display: flex;
}

.section-title {
  color: #2361a9;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.about-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 40px;
  display: flex;
}

.p {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
}

.about-content-block {
  color: #606b77;
  letter-spacing: .28px;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.about-banner-block-right {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.about-banner {
  pointer-events: none;
  object-fit: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.section-partners {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 75px;
  display: flex;
}

.section-head {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  display: flex;
}

.section-head.left {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
}

.shipping-partners-grid {
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

.partners-items {
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #deebf5;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.shipping-partners-logo {
  max-width: 160px;
}

.shipping-partners-logo.full {
  max-width: 110px;
}

.shipping-partners-logo.big {
  min-width: 110px;
}

.partners-item-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130px;
  padding: 15px;
  display: flex;
}

.partners-item-bottom {
  text-align: center;
  background-color: #deebf5;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 15px 15px;
  display: flex;
}

.block-shipping-partners {
  margin-bottom: 25px;
}

.lp-btn {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 54px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.lp-btn.blue {
  background-color: #0061af;
  width: 100%;
  min-width: 225px;
  max-width: 300px;
}

.btn-block {
  justify-content: center;
  align-items: center;
  display: none;
}

.shipping-partners-item {
  box-shadow: none;
  cursor: pointer;
  background-color: #deebf5;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130px;
  padding: 25px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.screen-text {
  color: #0061af;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.screen-business-services {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 75px;
  display: flex;
}

.wrape-business-services {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.business-services-left {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #deebf5;
  border-radius: 24px;
  flex-flow: column;
  width: 50%;
  padding: 30px;
  display: flex;
}

.business-services-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-item-title {
  color: #0061af;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.business-services-img {
  width: 125px;
}

.screen-advantages {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 75px;
  display: flex;
}

.advantages-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch center;
}

.advantages-items {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  box-shadow: none;
  border: 1px solid #deebf5;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.advantages-items.color {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.advantages-title {
  color: #0061af;
  letter-spacing: .02em;
  text-transform: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.advantages-ikon {
  width: 55px;
}

.screen-tariffs {
  flex-flow: column;
  margin-top: 75px;
  display: flex;
}

.tariffs-wrape {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.tariffs-item {
  border: 1px solid #eff1f4;
  border-radius: 24px;
  justify-content: space-between;
  padding: 15px 25px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.tariffs-item:hover {
  background-color: #eff1f4;
}

.tariffs-item-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lp-btn-calc {
  text-align: center;
  background-color: #0061af;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  max-width: 180px;
  height: 48px;
  padding: 5px 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.tariffs-title {
  color: #0061af;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.tariffs-wrape-second {
  justify-content: space-between;
  margin-top: 25px;
  display: flex;
}

.tariffs-item-second-left {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tariffs-second-title-block {
  color: #0061af;
  text-transform: uppercase;
  background-color: #deebf5;
  border-radius: 10px;
  padding: 10px;
  font-weight: 700;
}

.tariffs-second-content-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #606b77;
  letter-spacing: .28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.tariffs-second-content-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.tariffs-second-content-btn {
  color: #0061af;
  background-color: #f8f9fa;
  border-radius: 24px;
  padding: 10px;
  font-weight: 700;
}

.tariffs-second-content-btn.small {
  background-color: #deebf5;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 7px 10px;
  font-size: 12px;
  display: flex;
}

.tariffs-item-second {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f8f9fa;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 20px;
  display: flex;
}

.screen-instruction {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 75px;
  display: flex;
}

.instruction-items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
}

.instruction-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid #deebf5;
  border-radius: 40px;
  flex-flow: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: stretch;
  height: 350px;
  padding: 40px 40px 25px;
  display: flex;
  position: relative;
}

.instruction-item-label {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.instruction-item-label-number {
  color: #0061af;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
}

.instruction-item-image {
  width: 65px;
}

.instruction-item-title {
  color: #0061af;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
}

.instruction-item-subtitle {
  letter-spacing: .02em;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}

.instruction-number-block {
  background-color: #deebf5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  display: flex;
}

.instruction-list {
  color: #606b77;
  padding-left: 20px;
}

.select-simple {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.select-simple-selected--bloc {
  cursor: auto;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.tariffs-dropdown-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tariffs-flag-img--dropdown {
  border-top: 1px solid #fff;
  border-radius: 100%;
  width: 25px;
  margin-right: 10px;
}

.tariffs-dropdown-p {
  color: #2361a9;
  letter-spacing: .26px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 109%;
}

.svg-errow {
  display: flex;
}

.container-18 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1388px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

/*.footer-social {*/
/*  background-color: #0061af;*/
/*  border-radius: 100px;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  width: 44px;*/
/*  height: 44px;*/
/*  margin-right: 10px;*/
/*  display: flex;*/
/*}*/

/*.footer-copyright-wrapper {*/
/*  margin-bottom: 15px;*/
/*}*/

/*.footer-top-wrapper {*/
/*  padding: 35px 0;*/
/*}*/

/*.footer-top-block-item-change-country-item {*/
/*  padding-left: 15px;*/
/*  padding-right: 15px;*/
/*}*/

/*.footer-top-block-item {*/
/*  padding-bottom: 0;*/
/*  padding-left: 15px;*/
/*  padding-right: 15px;*/
/*}*/

/*.footer-phones {*/
/*  grid-column-gap: 10px;*/
/*  grid-row-gap: 10px;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  display: grid;*/
/*}*/

/*.footer-form {*/
/*  flex-flow: column;*/
/*  display: flex;*/
/*}*/

/*.footer-socials {*/
/*  display: flex;*/
/*}*/

/*.footer-block-ttl-ttl {*/
/*  color: #0061af;*/
/*  margin-bottom: 20px;*/
/*  font-family: Montserrat, sans-serif;*/
/*  font-size: 16px;*/
/*  font-weight: 700;*/
/*}*/

/*.footer-block-ttl-ttl.padding {*/
/*  margin-bottom: 10px;*/
/*}*/

.div-block-260 {
  border-top: 1px solid #e6e6e6;
  margin-top: 2em;
  margin-bottom: 2em;
}

/*.lp-footer-tel-link {*/
/*  color: #0061af;*/
/*  font-family: Montserrat, sans-serif;*/
/*  font-size: 16px;*/
/*  font-weight: 600;*/
/*  text-decoration: none;*/
/*}*/

/*.footer-top-block {*/
/*  flex-wrap: wrap;*/
/*  justify-content: space-between;*/
/*  padding-right: 40px;*/
/*  display: flex;*/
/*}*/

/*.footer-block-ttl-ttl-2 {*/
/*  color: #0061af;*/
/*  margin-bottom: 20px;*/
/*  font-family: Montserrat, sans-serif;*/
/*  font-size: 16px;*/
/*  font-weight: 700;*/
/*}*/

/*.footer-row {*/
/*  margin-bottom: 30px;*/
/*}*/

/*.footer-menu-mobile-block {*/
/*  display: none;*/
/*}*/

/*.lp-footer-link--phone {*/
/*  color: #606b77;*/
/*  font-family: Montserrat, sans-serif;*/
/*  font-size: 16px;*/
/*  font-weight: 500;*/
/*  text-decoration: none;*/
/*}*/

/*.footer {*/
/*  z-index: 1;*/
/*  background-color: #fff;*/
/*  border-top: 1px solid #eff1f4;*/
/*  border-bottom: 1px solid #e4ebf3;*/
/*  padding: 50px 30px 15px;*/
/*  position: relative;*/
/*}*/

/*.footer-block {*/
/*  margin-bottom: 30px;*/
/*}*/

.item-inner {
  width: 100%;
  max-width: 350px;
}

.item-inner.last {
  max-width: 100%;
}

/*.lp-footer-link {*/
/*  color: #172c3e;*/
/*  margin-bottom: 8px;*/
/*  font-family: Montserrat, sans-serif;*/
/*  text-decoration: none;*/
/*  display: block;*/
/*  position: static;*/
/*}*/

.screen-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 75px;
  display: flex;
}

.form-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .container-inner, .container-inner.container-inner--header {
    max-width: 1330px;
  }

  .main-banner-block-left {
    padding-left: 100px;
  }

  .main-banner-title {
    font-size: 38px;
  }

  .tariffs-item-second-left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
  }

  .tariffs-second-content-item {
    justify-content: space-around;
  }

  .tariffs-item-second {
    width: 40%;
  }

  .select-simple {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }
}

@media screen and (min-width: 1440px) {
  .container-inner.container-inner--header {
    width: 100%;
  }

  .ms-banner-block-img {
    width: 675px;
  }

  .main-banner-block-right {
    padding-left: 0;
    padding-right: 0;
  }

  .main-banner-modal-slider {
    bottom: 0;
  }

  .ms-banner-info {
    width: 100%;
  }

  .main-banner-subtitle {
    letter-spacing: .02em;
  }

  .slide-navigation {
    margin-bottom: 0;
    bottom: -25px;
  }

  .main-banner-block-left {
    display: block;
  }

  .main-banner-btn {
    background-color: #0860c7;
    border-radius: 36px;
    font-weight: 500;
    line-height: 24px;
  }

  .banner_slider {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 100%;
    height: 100%;
  }

  .about-banner-block-right {
    padding-left: 0;
    padding-right: 0;
  }

  .about-banner {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .container-inner.container-inner--header {
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .sidebar-nav-list-item {
    color: #0061af;
    letter-spacing: .02em;
    text-transform: uppercase;
    border-top: 1px solid #cbdce9;
    height: 45px;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    position: relative;
  }

  .sidebar-nav-list-item.btn {
    border: 1px solid #0061af;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    min-width: 180px;
    max-width: 280px;
    margin-top: 15px;
    transition: all .5s;
    display: flex;
  }

  .sidebar-nav-list-item.btn:hover {
    box-shadow: 0 2px 8px #1f549d24;
  }

  /*.header-nav {*/
  /*  display: none;*/
  /*}*/

  .header-nav.header-nav--mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: stretch;
    display: flex;
  }

  .sidebar-nav {
    display: block;
  }

  .header-menu-wrapper {
    z-index: 12;
    background-color: #deebf5;
    border-top: 1px #eff0f6;
    border-bottom: 1px #eff0f6;
    width: 100%;
    height: 100vh;
    margin-top: 90px;
    padding: 0;
    top: 144px;
  }

  .header-content-wrapper {
    flex-flow: wrap-reverse;
    place-content: stretch space-between;
    align-items: center;
    height: 70px;
  }

  .container {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ms_lp_header-top {
    margin-bottom: 0;
  }

  .ms_lp_hamburger-menu-wrapper {
    color: #0860c7;
    background-image: url('../images/menu-open.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 25px;
    margin-right: 11px;
    transition-property: none;
  }

  .ms_lp_hamburger-menu-wrapper:hover {
    transform: none;
  }

  .ms_lp_hamburger-menu-wrapper.w--open {
    cursor: pointer;
    background-color: #0000;
    background-image: url('../images/menu-close.webp');
    background-repeat: no-repeat;
    background-size: contain;
    order: 0;
    width: 25px;
  }

  .sidebar-nav-list {
    padding-left: 15px;
    list-style-type: none;
  }

  .sidebar-nav-list-item--a {
    color: #0061af;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    text-decoration: none;
    display: flex;
  }

  .container-inner {
    width: calc(100% - 30px);
  }

  .ms-banner-block-img {
    margin-left: auto;
    margin-right: auto;
  }

  .main-banner-block-right {
    width: 100%;
  }

  .main-banner-modal-slider {
    height: auto;
  }

  .main-banner-modal-slide {
    position: relative;
  }

  .ms-banner-info {
    text-align: center;
  }

  .main-banner-subtitle {
    margin-bottom: 20px;
  }

  .slide-navigation {
    position: static;
  }

  .main-banner-block-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .main-banner-mask-slider {
    overflow: hidden;
  }

  .section-intro {
    /*margin-top: 100px;*/
    padding-bottom: 0;
  }

  .main-banner-modal-content {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .main-banner-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 38px;
  }

  .main-banner-block {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-right: 0;
    display: flex;
  }

  .banner_slider {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 0;
    height: auto;
    margin-left: 0;
  }

  .advantages-service-wrap {
    overflow: auto;
  }

  .advantages-service-item {
    min-width: 350px;
    margin-bottom: 15px;
  }

  .section-about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .about-left {
    width: 100%;
    padding-bottom: 0;
  }

  .about-banner-block-right {
    width: 70%;
  }

  .about-banner-block-img {
    margin-left: auto;
    margin-right: auto;
  }

  .about-banner {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 0;
    height: auto;
    margin-left: 0;
  }

  .shipping-partners-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hide-block {
    display: none;
  }

  .lp-btn {
    width: 100%;
    min-width: 225px;
    max-width: 225px;
  }

  .lp-btn.blue {
    max-width: 275px;
  }

  .screen-text {
    margin-top: 10px;
  }

  .business-services-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .business-services-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
  }

  .advantages-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lp-btn-calc {
    font-size: 12px;
  }

  .tariffs-item-second-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .tariffs-second-content-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tariffs-second-content-btn.small {
    font-size: 10px;
  }

  .tariffs-item-second {
    width: 100%;
  }

  .instruction-items {
    padding-bottom: 10px;
    overflow-x: auto;
  }

  .instruction-item {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    min-width: 300px;
    height: 380px;
  }

  .select-simple {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
  }

  .select-simple-selected--bloc {
    padding-left: 0;
    padding-right: 0;
  }

  .tariffs-dropdown-p {
    text-transform: none;
  }

  .dropdown-3 {
    width: 100%;
  }

  .container-18 {
    max-width: 1388px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    color: #0061af;
  }

  /*.footer-copyright-wrapper {*/
  /*  background-color: #eceff4;*/
  /*  align-items: center;*/
  /*  min-height: 50px;*/
  /*  margin-bottom: 0;*/
  /*  padding-top: 15px;*/
  /*  padding-bottom: 15px;*/
  /*  font-size: 10px;*/
  /*  line-height: 1.3;*/
  /*  display: flex;*/
  /*}*/

  /*.footer-menu-title {*/
  /*  color: #0061af;*/
  /*  padding-bottom: 0;*/
  /*  font-family: Montserrat, sans-serif;*/
  /*  font-size: 16px;*/
  /*  font-weight: 700;*/
  /*}*/

  /*.footer-top-wrapper {*/
  /*  padding: 0;*/
  /*}*/

  /*.footer-top-block-item {*/
  /*  border-bottom: 1px solid #e6e6e6;*/
  /*  width: 100%;*/
  /*  padding-left: 0;*/
  /*  padding-right: 0;*/
  /*}*/

  /*.footer-form {*/
  /*  justify-content: flex-start;*/
  /*  align-items: center;*/
  /*}*/

  /*.footer-top-block {*/
  /*  flex-direction: column;*/
  /*  padding-right: 0;*/
  /*}*/

  /*.footer-row {*/
  /*  display: none;*/
  /*}*/

  /*.footer-row.show {*/
  /*  margin-bottom: 0;*/
  /*  display: block;*/
  /*}*/

  /*.footer-menu-mobile-block {*/
  /*  padding-left: 15px;*/
  /*  padding-right: 15px;*/
  /*  display: block;*/
  /*}*/

  /*.footer {*/
  /*  padding: 0;*/
  /*}*/

  /*.footer-block {*/
  /*  margin-bottom: 0;*/
  /*}*/

  /*.footer-block.hide {*/
  /*  display: none;*/
  /*}*/

  .item-inner {
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /*.footer_menu {*/
  /*  display: none;*/
  /*}*/

  /*.footer_menu.w--open {*/
  /*  background-color: #0000;*/
  /*  padding-top: 0;*/
  /*  position: static;*/
  /*}*/

  .dropdown-toggle {
    width: 100%;
    padding: 0;
    display: block;
  }

  .dropdown-toggle.w--open {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ms_lp_header-top {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-inner {
    max-width: 100%;
    position: relative;
  }

  .container-inner.container-inner--header {
    width: 100%;
  }

  .ms-banner-block-img {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-banner-subtitle {
    margin-bottom: 30px;
  }

  .main-banner-modal-content {
    margin-bottom: 15px;
  }

  .main-banner-title {
    line-height: 34px;
  }

  .section-title {
    font-size: 22px;
    line-height: 29px;
  }

  .about-banner-block-right {
    width: 100%;
  }

  .about-banner-block-img {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shipping-partners-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .lp-btn {
    font-size: 14px;
  }

  .screen-text {
    font-size: 18px;
    line-height: 26px;
  }

  .wrape-business-services {
    flex-flow: column;
  }

  .business-services-left {
    width: 100%;
  }

  .advantages-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .tariffs-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .instruction-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    overflow: auto;
  }

  .instruction-item-label-number {
    font-size: 28px;
    line-height: 28px;
  }

  .select-simple {
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  /*.footer-top-wrapper {*/
  /*  width: 100%;*/
  /*}*/

  /*.footer-top-block-item {*/
  /*  aspect-ratio: auto;*/
  /*  object-fit: fill;*/
  /*  border-bottom: 1px solid #e6e6e6;*/
  /*  flex-direction: column;*/
  /*  width: 100%;*/
  /*  display: flex;*/
  /*  overflow: auto;*/
  /*}*/

  /*.footer-block-ttl-ttl {*/
  /*  margin-bottom: 0;*/
  /*}*/

  /*.lp-footer-menu {*/
  /*  padding-top: 20px;*/
  /*  display: block;*/
  /*}*/

  /*.footer {*/
  /*  padding-left: 0;*/
  /*  padding-right: 0;*/
  /*}*/

  .item-inner {
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .ms_lp_header-top {
    margin-left: 10px;
    margin-right: 10px;
  }

  .ms-banner-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-banner-subtitle {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .main-banner-btn {
    align-self: flex-start;
    margin-left: 0;
    padding: 10px 35px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }

  .main-banner-modal-content {
    padding-left: 0;
    padding-right: 0;
  }

  .main-banner-title {
    font-size: 22px;
    line-height: 28px;
  }

  .main-banner-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-about {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-head {
    margin-bottom: 20px;
  }

  .shipping-partners-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    height: 425px;
    overflow: hidden;
  }

  .partners-items {
    width: 100%;
  }

  .shipping-partners-logo {
    max-width: 50%;
  }

  .lp-btn {
    width: 180px;
    min-width: 200px;
    max-width: 220px;
    height: 50px;
  }

  .lp-btn.blue.show {
    min-width: 200px;
    max-width: 225px;
    display: flex;
  }

  .btn-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .shipping-partners-item {
    width: 100%;
    padding: 20px;
  }

  .screen-text {
    font-size: 16px;
    line-height: 22px;
  }

  .advantages-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .advantages-items {
    width: 100%;
  }

  .tariffs-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tariffs-item-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .lp-btn-calc {
    min-width: 140px;
    height: 40px;
  }

  .tariffs-title {
    font-size: 14px;
  }

  .tariffs-second-content-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tariffs-second-content-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tariffs-second-content-btn.small {
    padding: 5px 15px;
  }

  .tariffs-item-second {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .instruction-item {
    min-width: 265px;
    height: auto;
    padding: 20px 20px 10px;
  }

  .instruction-item-label-number {
    font-size: 24px;
  }

  .instruction-item-image {
    width: 60px;
  }

  .instruction-item-subtitle {
    font-size: 12px;
  }

  .instruction-number-block {
    width: 45px;
    height: 45px;
  }

  .select-simple {
    justify-content: flex-start;
    align-items: center;
  }

  .select-simple-selected--bloc {
    padding: 0;
  }

  .tariffs-dropdown-p {
    text-transform: uppercase;
    font-size: 14px;
  }

  .errow-block {
    justify-content: center;
    align-items: center;
    width: 20px;
    display: flex;
  }

  .container-18 {
    max-width: none;
  }

  /*.footer-form {*/
  /*  justify-content: center;*/
  /*  align-items: center;*/
  /*}*/

  /*.footer-block-ttl-ttl {*/
  /*  margin-bottom: 20px;*/
  /*}*/

  /*.footer-top-block {*/
  /*  justify-content: space-between;*/
  /*  align-items: flex-start;*/
  /*}*/

  /*.lp-footer-menu {*/
  /*  display: block;*/
  /*}*/

  /*.footer {*/
  /*  padding-left: 0;*/
  /*  padding-right: 0;*/
  /*}*/
}

#w-node-c6384ff3-0c1a-fde0-69b5-ea8fd6163c9d-321b8871, #w-node-b1a97378-357a-5364-d7f2-a4749263430e-321b8871, #w-node-b0d6c5c5-2a05-4ea0-1aa8-3e99e2302a13-321b8871, #w-node-_8e28bd97-efd0-53c9-975b-09271c199afb-321b8871, #w-node-f8cb85bd-5a39-a552-eb84-7f306b3a2725-321b8871, #w-node-_55aae069-8ba9-8061-d013-ae60b2d103ab-321b8871, #w-node-_514b99df-08e7-d727-a6e0-fcbb8207737f-321b8871, #w-node-_748db9ca-c8de-d527-9c07-706269b3cf41-321b8871, #w-node-f064279b-ba74-a50d-3c95-44ff5cf83d86-321b8871, #w-node-_007d6f8d-c527-11c8-e9d2-5b909be82035-321b8871, #w-node-_8693fb5e-6c48-6015-0e63-d000de33e474-321b8871, #w-node-_04a9c742-bbbb-a8c3-f898-6f969baf46f9-321b8871, #w-node-c9e4e3f5-f2aa-c7be-62c0-655624897227-321b8871, #w-node-accedb8a-5250-7922-2c0e-9d7a61f90642-321b8871, #w-node-_2b7e1f9e-248d-dbbe-713a-6eeb9e1a8236-321b8871, #w-node-b08a9909-15d2-a1df-926e-0740e72c52af-321b8871, #w-node-_524fdab3-4aaa-9bcb-9f51-377edb7e7e76-321b8871, #w-node-d08b1899-4262-509a-ad97-4a9982d23dd8-321b8871, #w-node-_3d7c56ed-33f0-5073-75dd-7f1f477e724d-321b8871, #w-node-c6384ff3-0c1a-fde0-69b5-ea8fd6163c9d-30fcecc3, #w-node-b1a97378-357a-5364-d7f2-a4749263430e-30fcecc3, #w-node-b0d6c5c5-2a05-4ea0-1aa8-3e99e2302a13-30fcecc3, #w-node-_8e28bd97-efd0-53c9-975b-09271c199afb-30fcecc3, #w-node-f8cb85bd-5a39-a552-eb84-7f306b3a2725-30fcecc3, #w-node-_55aae069-8ba9-8061-d013-ae60b2d103ab-30fcecc3, #w-node-_514b99df-08e7-d727-a6e0-fcbb8207737f-30fcecc3, #w-node-_748db9ca-c8de-d527-9c07-706269b3cf41-30fcecc3, #w-node-f064279b-ba74-a50d-3c95-44ff5cf83d86-30fcecc3, #w-node-_007d6f8d-c527-11c8-e9d2-5b909be82035-30fcecc3, #w-node-_8693fb5e-6c48-6015-0e63-d000de33e474-30fcecc3, #w-node-_04a9c742-bbbb-a8c3-f898-6f969baf46f9-30fcecc3, #w-node-c9e4e3f5-f2aa-c7be-62c0-655624897227-30fcecc3, #w-node-accedb8a-5250-7922-2c0e-9d7a61f90642-30fcecc3, #w-node-_2b7e1f9e-248d-dbbe-713a-6eeb9e1a8236-30fcecc3, #w-node-b08a9909-15d2-a1df-926e-0740e72c52af-30fcecc3, #w-node-_524fdab3-4aaa-9bcb-9f51-377edb7e7e76-30fcecc3, #w-node-d08b1899-4262-509a-ad97-4a9982d23dd8-30fcecc3, #w-node-_3d7c56ed-33f0-5073-75dd-7f1f477e724d-30fcecc3, #w-node-c6384ff3-0c1a-fde0-69b5-ea8fd6163c9d-0964d9c7, #w-node-b1a97378-357a-5364-d7f2-a4749263430e-0964d9c7, #w-node-b0d6c5c5-2a05-4ea0-1aa8-3e99e2302a13-0964d9c7, #w-node-_8e28bd97-efd0-53c9-975b-09271c199afb-0964d9c7, #w-node-f8cb85bd-5a39-a552-eb84-7f306b3a2725-0964d9c7, #w-node-_55aae069-8ba9-8061-d013-ae60b2d103ab-0964d9c7, #w-node-_514b99df-08e7-d727-a6e0-fcbb8207737f-0964d9c7, #w-node-_748db9ca-c8de-d527-9c07-706269b3cf41-0964d9c7, #w-node-f064279b-ba74-a50d-3c95-44ff5cf83d86-0964d9c7, #w-node-_007d6f8d-c527-11c8-e9d2-5b909be82035-0964d9c7, #w-node-_8693fb5e-6c48-6015-0e63-d000de33e474-0964d9c7, #w-node-_04a9c742-bbbb-a8c3-f898-6f969baf46f9-0964d9c7, #w-node-c9e4e3f5-f2aa-c7be-62c0-655624897227-0964d9c7, #w-node-accedb8a-5250-7922-2c0e-9d7a61f90642-0964d9c7, #w-node-_2b7e1f9e-248d-dbbe-713a-6eeb9e1a8236-0964d9c7, #w-node-b08a9909-15d2-a1df-926e-0740e72c52af-0964d9c7, #w-node-_524fdab3-4aaa-9bcb-9f51-377edb7e7e76-0964d9c7, #w-node-d08b1899-4262-509a-ad97-4a9982d23dd8-0964d9c7, #w-node-_3d7c56ed-33f0-5073-75dd-7f1f477e724d-0964d9c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
