.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 {
  color: #606b77;
  background-color: #f8f9fa;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

a {
  color: #0061af;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.pl-button:after {
    content: url(https://cdn.prod.website-files.com/67b59c9da19d5d55d2c83733/67b6ead3ad3ef80d587a4c17_button-arrow.svg);
    line-height: 0;
}
* {
    box-sizing: border-box;
}
.service_page__tracking-block_form .input {
    background: #fff;
    border: 1px solid #dcdde0;
    border-radius: 40px;
    color: #606b77;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    letter-spacing: .02em;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 22px;
    padding: 10px 12px;
    text-align: center;
    width: 100%;
}
.service_page__tracking-block_form .input:focus {
    border-color: red
}
.service_page__tracking-block_form .input:focus-visible {
    outline-color: red;
    outline-width: 1px
}
.service_page__tracking-block_form .input-error {
    color: red;
    display: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 16px;
    margin-bottom: 5px;
    text-align: left
}
.service_page__tracking-block_form .tracking-block-submit {
    align-items: center;
    background: #2361a9;
    border-radius: 100px;
    color: #fff;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: inline-flex;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: .28px;
    line-height: 109%;
    padding: 20px 30px;
    text-decoration: none;
    text-transform: uppercase
}
.service_page__tracking-block_form .tracking-block-submit {
    justify-content: center;
    padding: 15px 30px;
    width: 100%;
}

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

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

.pl-section_head {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 35px 40px 40px;
  display: flex;
  position: relative;
}

.pl-section_head__title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pl-section_head__title__img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 0;
  box-shadow: 0 6px 20px #40629129;
}

.pl-section_head__title__text {
  color: #0061af;
  letter-spacing: .54px;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 135%;
}

.pl-section_head__description {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pl-section_head__description__text {
  letter-spacing: .28px;
  font-weight: 500;
  line-height: 22px;
}

.pl-section_head__description__buttons {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.pl-section_head__description__select {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #0061af;
  letter-spacing: .02em;
  border: 1px solid #d7d8d9;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 45px 0 20px;
  font-weight: 500;
  line-height: 109%;
  display: flex;
}

.pl-section_head__description__select.w--open {
  border-color: #0061af;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 0;
  font-size: 16px;
  display: flex;
  right: 24px;
}

.pl-custom_select--language__option__code {
  font-weight: 600;
}

.pl-language-result-list.w--open {
  scrollbar-width: thin;
  scrollbar-color: #0061af transparent;
  background-color: #fff;
  border-radius: 8px;
  max-height: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: auto;
  box-shadow: 0 5px 8px #0000001f;
}

.pl-language-result-link-item {
  color: #1b2b3c;
  letter-spacing: .32px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 14px 26px;
  font-weight: 500;
  line-height: 109%;
  display: flex;
}

.pl-language-result-link-item.w--current {
  color: #1b2b3c;
  background-image: url('../images/download.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
}

.pl-section_head__description__button {
  white-space: nowrap;
  height: 46px;
  padding-top: 0;
  padding-bottom: 0;
}

.pl-section_head__description__button.pl-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0061af;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-weight: 700;
  display: inline-flex;
}

.pl-service_page__wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 120px;
  display: flex;
}

.pl-service_page__column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.pl-service_page__column.pl-service_page__column--menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.pl-service_page__column.pl-service_page__column--content {
  flex-grow: 1;
  min-width: 500px;
  max-width: 1160px;
}

.pl-service_page__column.pl-service_page__column--reception-point {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  padding: 20px 20px 40px;
}

.pl-service_page__tracking-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #eff1f4;
  border-radius: 16px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 24px;
  display: flex;
}

.pl-service_page__tracking-block_title {
  color: #0061af;
  letter-spacing: -.17px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
}

.pl-service_page__tracking-block_description {
  letter-spacing: .02em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.pl-section_info {
  letter-spacing: .28px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 30px 40px 40px;
  line-height: 22px;
  display: flex;
}

.pl-section_info.pl-section_info__color {
  text-align: center;
  background-color: #deebf5;
}

.pl-section-info--title {
  color: #0061af;
  letter-spacing: -.17px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  line-height: 140%;
}

.pl-section_info_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pl-section-info--subtitle {
  color: #0061af;
  text-align: left;
  font-weight: 600;
}

.pl-service_page__banner--img {
  border-radius: 16px;
}

.pl-section_tariffs__wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.pl-section_tariffs__card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #d7d8d9;
  border-radius: 8px;
  flex-flow: column;
  padding: 20px 25px 25px;
  display: flex;
}

.pl-section_tariffs__card__title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pl-section_tariffs__card__title__text {
  color: #0061af;
  letter-spacing: .02em;
  font-size: 16px;
  font-weight: 600;
  line-height: 109%;
}

.pl-section_tariffs__card__content {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.pl-section_tariffs__card__content__row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pl-section_tariffs__card__content__label {
  color: #5a6673;
  letter-spacing: .02em;
  font-weight: 500;
  line-height: 109%;
}

.pl-section_tariffs__card__content__value {
  color: #0061af;
  letter-spacing: .02em;
  font-weight: 600;
  line-height: 109%;
}

.slider-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: .5;
  border-radius: 20px;
  flex: 1;
  align-items: stretch;
  margin-right: 50px;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: 0 3px 8px #40629129;
}

.splide-component {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: block;
}

.splide-component.active {
  display: block;
}

.step-nav {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #606b77;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.my-slider-progress-bar {
  background-color: #0061af;
  border-radius: 8px;
  width: 0;
  height: .25rem;
  transition: width .4s;
}

.splide.steps {
  z-index: 99;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.step-header {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.splide__arrows {
  color: #606b77;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.my-slider-progress {
  background-color: #606b7733;
  border-radius: 8px;
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
}

.splide__slide {
  flex: none;
  width: 350px;
}

.splide__slide.slide--year {
  flex: 1;
  width: auto;
  transition: font-size .2s, color .4s;
}

.splide__slide.is--main {
  display: flex;
  width: 400px !important;
}

.step-component {
  text-align: center;
  position: relative;
}

.splide__track {
  width: 100%;
  overflow: visible !important;
}

.splide__track.is--main {
  padding: 3rem;
  overflow: hidden !important;
}

.slide-content {
  padding: 2rem 2rem 3rem;
}

.code-embed {
  color: #606b77;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__list.year {
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.step-name {
  opacity: 0;
  transition: opacity .5s;
}

.step-ikon {
  width: 42px;
}

.slide-title {
  color: #0061af;
}

.pl-section_tariffs__table__wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid #40629129;
  border-radius: 10px;
  flex-flow: column;
  display: flex;
}

.pl-section_tariffs__table__grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.pl-section_tariffs__table__grid.top {
  background-color: #deebf5;
  border-radius: 10px;
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  box-shadow: 0 2px 6px #40629129;
}

.pl-section_tariffs__table__grid.bottom {
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.pl-section_tariffs__table__grid__info {
  color: #0061af;
  text-align: center;
  border-right: 1px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  padding: 18px 12px;
  font-size: 11px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.pl-section_tariffs__table__grid__info.last {
  border-right-style: none;
}

.pl-section_tariffs__table__grid__info.bottom {
  color: #606b77;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right-style: none;
  font-weight: 500;
  position: relative;
}

.pl-service_page__column__left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  min-width: 250px;
  max-width: 320px;
  display: flex;
}

.pl-service_page__column__left.full-width--mobile {
  min-width: 285px;
}

.pl-service_page__column--reception-point-img {
  min-width: 220px;
  max-width: 280px;
}

.pl-faq__item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 10px 40px;
}

.pl-faq__title {
  text-transform: uppercase;
  flex: 1;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.pl-faq {
  color: #0061af;
  text-align: left;
  border-radius: 6px;
  overflow: hidden;
}

.pl-ikon__faq__errow {
  color: #0061af;
  width: 15px;
  transform: rotate(180deg);
}

.pl-faq__trigger {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.material-icons.sysf-icon-left {
  margin-top: 2px;
  margin-right: 4px;
}

.material-icons.sysf-icon-left.sysf-icon-collapse {
  color: #0061af;
  margin-top: 0;
  margin-right: 0;
  display: block;
}

.pl-section_info__description__text {
  letter-spacing: .28px;
  font-weight: 500;
  line-height: 109%;
}

.pl-section__faq {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.pl-important_delivery_info__cards__wrapper {
  margin-top: 10px;
}

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

.pl-important_delivery_info__card__img {
  width: 74px;
  height: 74px;
}

.pl-important_delivery_info__card__title {
  color: #0061af;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}

.pl-important_delivery_info__card__button {
  color: #fff;
  text-transform: uppercase;
  background-color: #0061af;
  border-radius: 100px;
  margin-top: auto;
  padding: 12px 42px;
  font-size: 13px;
  font-weight: 700;
  line-height: 109%;
}

.pl-important_delivery_info__card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 34px 20px 20px;
  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-top-wrapper {
  padding: 35px 0;
}

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

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

.lp-footer-link:hover {
  color: #172c3e;
}

.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;
}

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

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

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

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

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

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

.step-img {
  opacity: 0;
  width: 115px;
  position: absolute;
  top: -78px;
  right: 37px;
}

.link-arrow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-arrow:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

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

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

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

.pl-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;
}

.pl-header-language-link:hover {
  color: #2361a9;
}

.pl-header-language-link.pl-header-language-link--second {
  text-transform: none;
}

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

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

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

.pl-sidebar-nav {
  display: none;
}

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

.pl-header-languages__list-item-line {
  z-index: 10;
  cursor: auto;
  justify-content: flex-start;
  align-items: stretch;
  height: 29px;
  padding-left: 150px;
  display: flex;
  position: absolute;
  top: -29px;
  right: 13px;
}

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

.pl-header-top {
  margin-bottom: 0;
}

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

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

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

.pl-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;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: relative;
}

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

.svg {
  display: flex;
}

.pl-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;
}

.pl-header-links-list-item-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0061af;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.pl-header-links-list-item-text:hover {
  color: #0061af;
}

.pl-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;
}

.pl-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: none;
  position: absolute;
  top: 60px;
  left: -142px;
  box-shadow: 0 5px 8px #0003;
}

.pl-header-languages__list.pl-header-languages__list--second {
  top: 40px;
  left: 0;
}

.pl-header-languages__list.pl-header-languages__list--second.w--open {
  display: block;
  left: auto;
}

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

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

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

.pl-popup {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.pl-popup__backdrop {
  z-index: 9;
  background-color: #14143761;
  width: 100%;
  height: 100%;
  position: fixed;
}

.pl-popup__body {
  z-index: 10000;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  width: 630px;
  padding: 60px 60px 40px;
  font-size: 16px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 22px #21436342;
}

.pl-popup__ikon__close {
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 23px;
}

.pl-popup__body__inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  margin-top: 20px;
  line-height: 120%;
  display: flex;
}

.pl-popup__body__inner.pl-popup__body__inner__center {
  text-align: center;
}

.popup {
  max-height: 780px;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow-secondgrey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 42px;
  width: 42px;
  height: 42px;
  transition: all .5s;
}

.splide__arrow:hover {
  background-image: url('../images/arrow-second.svg');
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/arrowgrey.svg');
}

.splide__arrow.splide__arrow--next:hover {
  background-image: url('../images/arrow.svg');
}

.pl-section_addresses__card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #deebf5;
  border-radius: 8px;
  flex-flow: column;
  margin-top: 35px;
  padding: 20px 25px 25px;
  display: flex;
}

.pl-section_addresses__card.address {
  margin-top: 50px;
}

.pl-popup__size {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.pl-popup__ikon__close__size {
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 23px;
}

.pl-popup__backdrop__size {
  z-index: 9;
  background-color: #14143761;
  width: 100%;
  height: 100%;
  position: fixed;
}

.pl-important_delivery_info__popup__title {
  color: #0061af;
  text-align: left;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.footer-social-img {
  width: 22px;
}

.pl-tab__link {
  color: #5a6673;
  text-align: center;
  background-color: #0000;
  border: 1px solid #deebf5;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.pl-tab__link.w--current, .pl-tab__link.active {
  color: #0061af;
  background-color: #deebf5;
  font-weight: 600;
}

.pl-tabs__menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pl-tabs {
  flex-flow: column;
}

.pl-tabs__content {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pl-tab__pane {
  width: 100%;
  display: none;
}

.pl-tab__pane.active {
  display: block;
}

.pl-maps__wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #deebf5;
  border-radius: 10px;
  flex-flow: column;
  margin-top: 25px;
  margin-bottom: 12px;
  padding: 20px;
  font-weight: 500;
  display: flex;
}

.pl-section_addresses__info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.pl-section_adresses__subtitle {
  color: #0061af;
  font-weight: 600;
}

.pl-btn__adresses {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.pl-btn__adresses:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.pl-section_adresses__card__title__text {
  color: #0061af;
  letter-spacing: .02em;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 109%;
}

.pl-tab__slider__menu {
  background-color: #0000;
  height: 45px;
}

.pl-tabs__wrapper__menu {
  display: flex;
}

.slide-nav {
  display: none;
}

.container {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.slider-custom-style {
  display: none;
}

.author-designation {
  color: #0a0c0a99;
  letter-spacing: -.00656rem;
  font-size: .875rem;
  font-weight: 400;
}

.swiper-slide {
  flex: none;
}

.testimonial_text {
  color: #0a0c0a99;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.testimonial_content {
  flex-direction: column;
  justify-content: space-between;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  display: flex;
}

.swiper-wrapper {
  display: flex;
}

.swiper-button-prev {
  z-index: 5;
  cursor: pointer;
  background-color: #f8ffe9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .2s, background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 60% -1.5rem;
  transform: translate(0, 50%);
}

.swiper-button-prev:hover, .swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.swiper_slider-wrapper {
  overflow: hidden;
}

.author-name {
  color: #0a0c0a;
  font-weight: 500;
  line-height: 1.1;
}

.testimonial_thumb {
  flex: none;
  overflow: hidden;
}

.testimonial_author {
  border-radius: .9375rem;
  width: 100%;
}

.testimonial_item-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f1f1f1;
  border-radius: 1.25rem;
  padding: 1.5rem;
  display: flex;
}

.swiper-pagination {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.swiper-button-next {
  z-index: 5;
  cursor: pointer;
  background-color: #f8ffe9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .2s, background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1.5rem 60% auto;
  transform: translate(0, 50%);
}

.swiper-button-next:hover, .swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.swiper_component {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pl-slider__mask {
  max-width: 32.5%;
  overflow: visible;
}

.pl-slider {
  background-color: #0000;
  height: 100%;
}

.image {
  color: #d3e8ff;
}

.pl-slider__container {
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.pl-icon__arrow {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.slider-arrow-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 15px;
  display: flex;
}

.ms_lp-img-benefits-slider {
  filter: blur();
  width: 140px;
  margin-bottom: 0;
  position: absolute;
  inset: auto auto auto 0%;
}

.link-arrow-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-arrow-2:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.hide {
  display: none;
}

.card {
  background-color: #292929;
  border: 1px solid #525252;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.card.is-slider {
  background-color: #0000;
  border-color: #d3e8ff;
  border-radius: 24px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  transition: all .3s;
}

.card.is-slider:hover {
  transform: scale(1.03);
}

.pl-slider__slide {
  background-color: #0000;
  margin-right: 8px;
}

.ms_lp-p-benefits-title {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ms_lp-p-benefits-title.bold {
  font-size: 16px;
  font-weight: 700;
}

.slider-text-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 50%;
  margin: 20px;
  padding: 0;
  display: flex;
}

.pl-icon__arrow__right {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.ms_lp-price {
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.slider-arrow {
  color: #d3e8ff;
  cursor: pointer;
  border: 1px solid #d3e8ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: all .3s;
  display: flex;
}

.slider-arrow:hover {
  color: #fff;
  background-color: #deebf5;
}

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

.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:hover {
  color: #2361a9;
}

.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-19 {
  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;
}

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

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

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

.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;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: relative;
}

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

.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-links-list-item-text {
  color: #0061af;
  text-decoration: none;
}

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

.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: none;
  position: absolute;
  top: 60px;
  left: -142px;
  box-shadow: 0 5px 8px #0003;
}

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

.pl-header-dropdown-ikon {
  margin-right: 0;
  position: static;
}

.dropdown-list {
  display: flex;
}

.dropdown-list.w--open {
  background-color: #0000;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pl-header-dropdown-list-link {
  background-color: #fff;
}

.pl-header-dropdown-svg {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.pl-section_info_wrappers--img {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 35%;
  display: flex;
}

.pl-section_info_wrapper--btn {
  white-space: nowrap;
  height: 46px;
  padding-top: 0;
  padding-bottom: 0;
}

.pl-section_info_wrapper--btn.pl-btn_info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0061af;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-weight: 700;
  display: inline-flex;
}

.pl-section_tariffs__table__wrapper-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid #40629129;
  border-radius: 10px;
  flex-flow: column;
  display: flex;
}

.ms__tooltip-ikon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms__tooltip-info {
  z-index: 21;
  text-align: left;
  background-color: #fff;
  border-radius: 24px;
  width: 450px;
  padding: 12px 24px;
  font-size: 13px;
  line-height: 18px;
  display: block;
  position: absolute;
  left: 75px;
  box-shadow: 0 2px 5px #0000001a;
}

.pl-section_tariffs__card__content-2 {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.instruction-tab-btn-item {
  color: #606b77;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  background-color: #0000;
  border-radius: 100px;
  width: 100%;
  max-width: 300px;
  padding: 13px 32px;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.instruction-tab-btn-item.w--current {
  color: #0061af;
  background-color: #deebf5;
}

.pl-instruction_tab {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pl-instruction_grid {
  margin-top: 30px;
}

.pl-instruction_botton_btn {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.instruction-tab-btn-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border: 1px solid #deebf5;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 25px;
  margin-right: auto;
  padding: 5px;
  display: flex;
}

.how-to-arrange-parcel-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #deebf5;
  border-radius: 24px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.how-to-arrange-parcel-left.color {
  background-color: #deebf5;
  border-color: #f3f4f5;
  width: auto;
}

.pl-instruction_number {
  color: #0061af;
  background-color: #fff;
  border: 1px solid #deebf5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.pl-instruction_item-head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

  .pl-section_head__description {
    flex-flow: row;
  }

  .pl-service_page__tracking-block_title {
    font-size: 17px;
  }

  .pl-service_page__column__left {
    min-width: 320px;
  }

  .pl-important_delivery_info__cards {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .pl-important_delivery_info__card__button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .container-inner, .container-inner.pl-container-inner--header, .container-inner.container-inner--header {
    max-width: 1330px;
  }
}

@media screen and (min-width: 1440px) {
  .pl-service_page__column.pl-service_page__column--menu {
    padding: 40px;
  }

  .pl-service_page__column.pl-service_page__column--reception-point {
    border: 1px solid #eff1f4;
  }

  .pl-section_tariffs__table__grid__info.bottom {
    font-size: 12px;
  }

  .pl-service_page__column__left {
    max-width: 320px;
  }

  .pl-service_page__column__left.full-width--mobile {
    min-width: 450px;
    max-width: 450px;
  }

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

  .pl-popup__ikon__close, .pl-popup__ikon__close__size {
    z-index: 11;
  }
}

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

@media(max-width: 1024px) {
    .page .service_page__tracking-block_form .tracking-block-submit {
        font-size:12px;
        padding: 12px 22px
    }
}

@media screen and (max-width: 991px) {
  .pl-container-inner {
    width: calc(100% - 30px);
  }

  .pl-section_head {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 15px;
  }

  .pl-section_head__title__text {
    font-size: 20px;
  }

  .pl-service_page__wrapper {
    flex-flow: wrap-reverse;
    margin-top: 100px;
  }

  .pl-service_page__column.pl-service_page__column--menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pl-service_page__column.pl-service_page__column--content {
    margin-bottom: 20px;
  }

  .pl-service_page__column.pl-service_page__column--reception-point {
    border: 1px solid #eff1f4;
    width: 50%;
  }

  .pl-service_page__tracking-block {
    margin-bottom: 0;
  }

  .pl-section_info {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .pl-section-info--title {
    margin-top: 0;
  }

  .pl-section_info-item {
    line-height: 18px;
  }

  .pl-section-info--subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .pl-section_tariffs__wrapper {
    margin-top: 0;
  }

  .pl-section_tariffs__card {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-component {
    padding-right: 1rem;
  }

  .splide__track.is--main {
    padding: 20px;
  }

  .pl-section_tariffs__table__grid.top, .pl-section_tariffs__table__grid.bottom {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .pl-service_page__column__left {
    flex-flow: row;
    min-width: auto;
    max-width: none;
  }

  .material-icons.sysf-icon-left.sysf-icon-collapse {
    margin-top: 1px;
  }

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

  .dropdown-3 {
    width: 100%;
  }

  .container-18 {
    max-width: 1388px;
  }

  .icon-2 {
    color: #0061af;
  }

  .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-copyright-wrapper {
    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-block {
    margin-bottom: 0;
    display: none;
  }

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

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

  .footer {
    padding: 0;
  }

  .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;
  }

  .step-img {
    width: 85px;
    top: -65px;
    right: 28px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 18px;
  }

  .pl-service_page__column__mob {
    width: 50%;
  }

  .pl-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;
  }

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

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

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

  .pl-sidebar-nav-list-item--a:hover {
    color: #0061af;
  }

  .pl-sidebar-nav {
    display: block;
  }

  .pl-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;
  }

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

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

  .pl-header-top {
    margin-bottom: 0;
  }

  .pl-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;
  }

  .pl-hamburger-menu-wrapper:hover {
    transform: none;
  }

  .pl-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;
  }

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

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

  .pl-section_addresses__card {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .swiper-slide {
    flex-basis: 32rem;
  }

  .testimonial_text {
    font-size: 1.4rem;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -1rem;
  }

  .testimonial_thumb {
    width: 13.2rem;
  }

  .swiper-pagination {
    bottom: -3rem;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -1rem;
  }

  .pl-slider__container {
    position: static;
  }

  .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;
  }

  .header-nav {
    display: none;
  }

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

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

  .sidebar-nav-list-item--a:hover {
    color: #0061af;
  }

  .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-19 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .ms_lp_hamburger-menu-wrapper-2 {
    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-2:hover {
    transform: none;
  }

  .ms_lp_hamburger-menu-wrapper-2.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-sublist-item--text {
    color: #0061af;
    letter-spacing: .01em;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 15px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
    display: flex;
  }

  .lp-sidebar-nav-list-item {
    color: #0061af;
    letter-spacing: .02em;
    text-transform: uppercase;
    border-top: 1px solid #cbdce9;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    position: relative;
  }

  .lp-sidebar-nav-sublist-item--a {
    color: #0061af;
    letter-spacing: .01em;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
    display: flex;
  }

  .lp-sidebar-nav-sublist-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 11px;
    display: flex;
  }

  .lp-sidebar-nav-sublist-item.first-child {
    border-top: 1px solid #cbdce9;
    margin-top: 16px;
  }

  .lp-sidebar-nav-sublist, .sidebar-nav-sublist--level-2 {
    width: 100%;
    padding: 0;
    list-style-type: none;
    display: none;
  }

  .lp-sidebar-nav-list-item--a {
    color: #0061af;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    text-decoration: none;
    display: flex;
  }

  .sidebar-nav-sublist-item--level-2--a {
    color: #0061af;
    letter-spacing: .01em;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    display: flex;
  }

  .pl-instruction_item_title {
    text-align: left;
  }

  .how-to-arrange-parcel-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pl-instruction_item-head {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .pl-container-inner {
    max-width: 100%;
    position: relative;
  }

  .pl-service_page__column.pl-service_page__column--menu {
    flex-flow: column;
  }

  .pl-service_page__column.pl-service_page__column--content {
    min-width: 0;
  }

  .pl-service_page__column.pl-service_page__column--reception-point {
    width: 100%;
  }

  .pl-section_info {
    padding: 20px 15px 30px;
  }

  .pl-section_info_wrapper {
    flex-flow: column;
  }

  .pl-section_info_wrapper--img {
    max-width: 80%;
  }

  .pl-service_page__banner--img {
    width: 100%;
  }

  .pl-section_tariffs__card {
    border-style: none;
    padding: 10px 0 0;
  }

  .slider-component {
    flex-direction: column;
    padding-right: 0;
  }

  .splide-component {
    width: 100%;
  }

  .step-nav {
    font-size: 12px;
  }

  .splide__slide.is--main {
    width: 320px !important;
  }

  .splide__track.is--main {
    padding: 20px;
  }

  .step-name {
    display: none;
  }

  .pl-section_tariffs__table__wrapper {
    flex-flow: row;
  }

  .pl-section_tariffs__table__grid.top {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    box-shadow: none;
    background-color: #0000;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 50%;
    padding: 5px;
  }

  .pl-section_tariffs__table__grid.bottom {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 50%;
  }

  .pl-section_tariffs__table__grid__info {
    background-color: #deebf5;
    border-bottom: 1px #ffffff4d;
    border-radius: 10px;
  }

  .pl-section_tariffs__table__grid__info.bottom {
    background-color: #0000;
  }

  .pl-faq__item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pl-faq__title {
    font-size: 14px;
  }

  .pl-important_delivery_info__cards {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 10px;
    overflow: auto;
  }

  .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;
  }

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

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

  .step-img {
    width: 60px;
    top: -43px;
    right: 22px;
  }

  .pl-service_page__column__mob {
    width: 100%;
  }

  .pl-header-top {
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

  .pl-popup__body {
    width: 450px;
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .splide__arrow {
    background-size: 22px;
    width: 22px;
    height: 22px;
  }

  .pl-important_delivery_info__popup__title {
    font-size: 18px;
  }

  .pl-tabs__menu {
    display: none;
  }

  .pl-maps__wrapper {
    margin-top: 0;
  }

  .swiper-slide {
    flex-basis: 100%;
  }

  .testimonial_text {
    font-size: 1.3rem;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    display: none;
  }

  .testimonial_thumb {
    width: auto;
  }

  .testimonial_author {
    object-fit: cover;
    object-position: 50% 0%;
    height: 24rem;
  }

  .testimonial_item-wrap {
    flex-direction: column;
    padding: 1rem;
  }

  .swiper-pagination {
    margin-top: 2rem;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    display: none;
  }

  .pl-slider__mask {
    max-width: 32.1%;
  }

  .pl-slider__container {
    display: block;
  }

  .ms_lp_header-top {
    margin-left: 15px;
    margin-right: 15px;
  }

  .pl-section_tariffs__table__wrapper-2 {
    flex-flow: row;
  }

  .ms__tooltip-info {
    width: 250px;
    margin-left: auto;
    left: 0;
    right: 0;
  }

  .instruction-tab-btn-item {
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 11px;
    line-height: 13px;
  }

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

  .how-to-arrange-parcel-left {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .pl-section_head__title {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .pl-section_head__title__img {
    width: 40px;
    height: 40px;
  }

  .pl-section_head__description__buttons {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pl-section_head__description__select {
    justify-content: flex-start;
    align-items: center;
  }

  .pl-section_head__description__button.pl-button {
    justify-content: space-between;
    align-items: center;
  }

  .slider-component {
    margin-right: 0;
    box-shadow: 0 3px 8px #40629129;
  }

  .splide-component {
    margin-top: 15px;
  }

  .step-nav {
    font-size: 11px;
  }

  .splide {
    margin-bottom: 10px;
  }

  .step-header {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .splide__slide {
    display: flex;
  }

  .splide__slide.slide--year {
    justify-content: center;
    align-items: center;
  }

  .splide__slide.is--main {
    width: 100% !important;
  }

  .splide__track.is--main {
    padding: 0 0 20px 10px;
  }

  .slide-content {
    text-align: center;
    padding: 1.2rem;
  }

  .step-ikon {
    width: 30px;
  }

  .pl-faq__title {
    color: #0056a4;
    line-height: 1.2;
  }

  .pl-faq__trigger {
    justify-content: flex-start;
    align-items: center;
  }

  .material-icons.sysf-icon-left.sysf-icon-collapse {
    margin-top: 4px;
  }

  .pl-important_delivery_info__card__button {
    white-space: nowrap;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
  }

  .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;
  }

  .step-img {
    opacity: 0;
    width: 75px;
    top: -59px;
    right: -15px;
  }

  .pl-header-top {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pl-popup__body {
    width: 100%;
    max-width: 350px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .pl-popup__body__inner {
    margin-top: 25px;
  }

  .pl-important_delivery_info__popup__title {
    text-align: center;
    font-size: 16px;
  }

  .pl-tab__link {
    white-space: nowrap;
    margin-bottom: 8px;
  }

  .pl-tabs__menu {
    scroll-behavior: smooth;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    overflow-x: auto;
  }

  .testimonial_text {
    font-size: 1.2rem;
  }

  .swiper-button-prev {
    display: none;
  }

  .swiper-pagination {
    bottom: -2.5rem;
  }

  .swiper-button-next {
    display: none;
  }

  .pl-slider__mask {
    width: 100%;
    max-width: 65%;
  }

  .pl-slider {
    align-items: stretch;
    width: 100%;
  }

  .pl-icon__arrow {
    width: 15px;
    height: 15px;
  }

  .ms_lp-img-benefits-slider {
    position: static;
    top: -70px;
  }

  .card.is-slider {
    flex-flow: column;
    justify-content: space-between;
    padding: 25px;
  }

  .slider-text-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .pl-icon__arrow__right {
    width: 15px;
    height: 15px;
  }

  .slider-arrow {
    width: 30px;
    height: 30px;
  }

  .ms_lp_header-top {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pl-section_head__description__buttons__dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .pl-section_info_wrapper--btn.pl-btn_info {
    justify-content: space-between;
    align-items: center;
  }

  .pl-section_tariffs__table__wrapper-2 {
    overflow: auto;
  }

  .ms__tooltip-info {
    width: auto;
    min-width: 200px;
    max-width: 450px;
    left: 35px;
  }

  .pl-instruction_item_title {
    font-size: 18px;
  }

  .pl-instruction_number {
    width: 45px;
    height: 45px;
  }
}

#w-node-_04825ac2-9a3f-aa3d-8a46-5b19fc547d0e-3ab4fec1, #w-node-_95695b1c-14df-b6e9-732b-745bd0984ddc-3ab4fefb {
  order: 0;
}
