* {
    margin: 0;
    padding: 0;
}

body{
    font-family: "Public Sans", sans-serif;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: left;
    line-height: 1.5rem;
    background: #f4f3f8;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

body {
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
}

.caveat-text {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    background: linear-gradient(360deg, #EC4A0A 77%, #F26113 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 24px;
    text-align: center;
}

header{
    border-bottom: 1px solid #746F8C26;
    background: #FFFFFF;
}

.header-logo{
    width: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo .logo-title{
    margin-top: 5px;
    margin-right: 2px;
}

footer{
    background: #FFFFFF;
    border-top: 1px solid #746F8C26
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #131218;
    margin-bottom: 0;
}

h1, h2.visually-open {
    font-size: 48px;
}

h2 {
    font-size: 40px;
    line-height: 48px;
}

h3 {
    font-size: 33px;
    line-height: 2.062;
}

h4 {
    font-size: 28px;
    line-height: 1.75;
}

h5 {
    font-size: 23px;
    line-height: 1.438;
}

h6 {
    font-size: 19px;
    line-height: 1.188;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #5E5B6B;
    margin-bottom: 0;
}

a {
    cursor: pointer;
    color: #1E63F1;
    font-size: 16px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
    image-rendering: crisp-edges;
}

button{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1px;
}

.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
    font-size: 13px;
    color: #131218;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.container {
    max-width: 896px;
    width: 100%;
    margin: 0 auto;
}

.header{
    height: 32px;
    padding: 12px 0;
}

.flex-block{
    display: flex;
    flex-direction: row;
    align-items: center;
}

main{
    flex: 1;
}

/* ******************************
            HEADER
****************************** */

.header nav, .header nav a{
    display: inline-flex;
    align-items: center;
}

nav .link-app-store{
    margin-right: 7px;
}

.nav-mobile-links.ios .link-app-store {
    margin-right: 0;
}

.nav-mobile-links.ios .link-google-play {
    display: none;
}

nav .link-carriers{
    margin-left: 32px;
    color: #131218;
}

nav .link-carriers img{
    margin-right: 8px;
}

.carriers-list nav .link-carriers.fw-5{
    border-bottom: 2px solid #EC4A0A;
    line-height: 22px;
}

.header.flex-block{
    justify-content: space-between;
}

.img-mob{
    display: none;
}

.img-desk{
    display: block;
}

/* ******************************
      LANGUAGE SWITCHER
****************************** */
.link-language{
    display: inline-flex;
    align-items: center;
}

.language-switcher {
    position: relative;
    display: inline-block;
    line-height: 0.5rem;
    margin-left: 32px;
}

.language-btn {
    background: none;
    border: none;
    cursor: pointer;
    line-height: 10px;
}

.language-list {
    display: none;
    position: absolute;
    width: 178px;
    top: 35px;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    list-style: none;
    padding: 8px 0 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.language-list li {
    padding-left: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.language-list li:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.language-list li:first-child {
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
}


.language-list li img {
    margin-right: 8px;
}

.language-list li:hover {
    background-color: #F5F5F7;
}

.language-list li div {
    display: inline-block;
    padding: 8px 0;
}

.language-list li div span {
    font-size: 13px;
    font-weight: 600;
    line-height: 15.6px;
    text-align: left;
    color: #131218;
}

.language-list li div small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #AFACBF;
}

.ios-banner {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    padding: 20px;
}

.ios-banner.hidden {
    display: none;
}

.ios-banner-inner {
    background: #fff;
    border-radius: 24px;
    padding: 24px 16px;
    max-width: 400px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.promo-character {
    width: 218px;
    margin-bottom: 24px;
}

.ios-banner-title {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.2;
    color: #000;
}

.ios-banner-description {
    font-size: 16px;
    color: #6e6e73;
    line-height: 1.5;
    margin-bottom: 8px;
}

.ios-feature-list {
    background: #fdfdfd;
    border-radius: 16px;
    padding: 16px 16px 16px 0;
    text-align: left;
    margin-bottom: 8px;
    list-style: none;
}

.ios-feature-list li {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.ios-feature-list li:last-child {
    margin-bottom: 0;
}

.icon {
    width: 32px;
    height: 32px;
}

.ios-banner-button {
    display: block;
    margin: 0 auto;
}

.ios-banner-button img {
    width: 100%;
    height: auto;
}

.ios-banner-links {
    margin-top: 20px;
    font-size: 13px;
    color: #f6531b;
    font-weight: 600;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.ios-banner-link {
    background: none;
    border: none;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #f6531b;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
}

.ios-banner-divider {
    color: #000;
    opacity: 0.6;
}

#continue-button {
    line-height: 1px;
}

/* ******************************
            MAIN
****************************** */

.container-height{
    padding: 48px 0 21px 0;
}

.carriers-block .advantages-list{
    margin-top: 24px;
    min-height: 120px; /* Prevent layout shift */
}

.advantages-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.advantages-list li {
    flex: 1;
    min-width: 150px;
}

.carriers-info .carriers-info-text{
    margin-bottom: 32px;
}

.carriers-info.text{
    text-align: center;
}

.carriers-info.text h2{
    letter-spacing: -0.02em;
}

.container-background {
    height: 275px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: visible;
}

.container-background.loaded {
    background-image: url('/site/img/map.svg');
}

.container-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(244, 243, 248, 0.7), rgba(255, 255, 255, 0.01), rgb(244, 243, 248, 0.7));
    z-index: 1;
    pointer-events: none;
}

.container-min{
    max-width: 590px;
    /*margin: 55px auto 0;*/
    text-align: center;
    margin: 0 auto;
    padding-top: 55px;
}

.content{
    width: 230px;
    padding: 7px;
    border-radius: 30px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #ffffff;
}

.quantity-carriers{
    width: 56%;
    text-align: center;
}

.content p{
    margin-left: 8px;
}

.container.search-block, .carriers .search-block,
.carriers-list .search-block{
    max-width: 896px;
    width: 100%;
    margin: 0 auto;
}

.search-section{
    padding: 0 16px;
}

.icon-carriers {
    display: flex;
    align-items: center;
}

.icon-carriers img:nth-child(n+2) {
    margin-left: -3px;
}

.content-banner {
    position: relative;
    margin-top: -275px;
    z-index: 10;
}

.content, .content-banner p, .content-banner h1 {
    position: relative;
    z-index: 2;
}

.content-banner h1{
    line-height: 57px;
    margin: 24px 0 12px 0;
}

.content-banner p.container-min-text{
    margin-bottom: 40px;
}

.reverse-block{
    display: flex;
    flex-direction: column;
}

.search-block {
    border-radius: 12px;
    max-width: 590px;
    margin: 16px auto 0;
}

.search-input {
    flex: 1;
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    border: none;
    border-radius: 12px;
    color: #7B778C;
    background-color: #ffffff!important;
    letter-spacing: 0.5px;

}

.search-input {
    color: #201E26;
    caret-color: #FB6514;

}

.search-input::placeholder {
    color: #7B778C;
}

.carriers-search{
    background-color: #ffffff;
}

.search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 13px 7px;
    background: linear-gradient(360deg, #EC4A0A 77%, #F26113 100%);
    border: 0.5px solid #EC4A0A;
    color: #fff;
    width: 170px;
    margin: 4px;
    right: 0;
    border-radius: 8px;
    cursor: pointer;
}

.search-button img{
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.search-block form:focus-within {
    border: 1px solid #FB6514;
    box-shadow: 0 0 0 4px #EC4A0A14;
}

.search-block.error form {
    border: 1px solid #D22222;
    box-shadow: 0 0 0 4px #D23E2014;
}

.container-height .error-block{
    height: 24px;
    margin-bottom: 12px;
}

.search-block .error-message{
    display: none;
}

.search-block.error .error-message{
    display: block;
}

.search-input:focus {
    outline: none;
}

.search-block svg{
    margin-right: 8px;
    display: block;
}

.search-block form{
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #746F8C26
}

.grecaptcha-badge {
    display: none;
}

.search-block .error-search {
    display: none;
}

.error-block p{
    font-size: 12px;
    line-height: 14px;
    padding-top: 3px;
    color: #D22222;
}

.mobile-tracking .tracking-block{
    margin: 56px 0 56px 0;
}

.tracking-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 56px 0;
    box-shadow: 0 226px 63px 0 #00000000;
}

.tracking-image{
    max-width: 335px;
    display: flex;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    padding: 9px;

}

.tracking-image img{
    border-radius: 8px;
    box-shadow:
            0 9px 20px 0 #00000005,
            0 36px 36px 0 #00000005,
            0 82px 49px 0 #00000003,
            0 145px 58px 0 #00000000,
            0 226px 63px 0 #00000000;
}

.tracking-content{
    max-width: 509px;
    margin-left: 32px;
}

.tracking-content h2{
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.advantages-block{
    padding: 56px 0;
}

.operator-block{
    padding: 16px 0;
}

.advantages-list, .details-operator,
.details-shop{
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    padding: 9px;
}

.advantages-list ul, .details-operator ul,
.details-shop ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    box-shadow:
            0 9px 20px 0 #00000005,
            0 36px 36px 0 #00000005,
            0 82px 49px 0 #00000003,
            0 145px 58px 0 #00000000,
            0 226px 63px 0 #00000000;
}

.details-operator ul,
.details-shop ul{
    align-items: stretch;
}

.details-operator ul li,
.details-shop ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    background: #ffffff;
}

.advantages-list ul li{
    width: calc(100% / 3);
    align-items: center;
    text-align: center;
    background: #ffffff;
    padding: 16px 0;
}

.details-operator li:first-child,
.details-shop li:first-child {
    justify-content: start;
}

.details-shop li:last-child {
    justify-content: end;
}

.operator-support p{
    color: #131218;
}

.operator-rating .rating{
    display: flex;
}

.operator-rating .rating .stars{
    margin-right: 4px;
}

.operator-rating .rating .stars,
.operator-rating .rating .score{
    cursor: default;
}

.details-operator ul li img, .operator-image-label{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.details-operator ul li .operator-image, .operator-image-label,
.details-shop ul li .operator-image{
    margin: 16px 16px;
    width: 72px;
    min-width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 16px;
}

.operator-image-label{
    background: #413F4A;
    margin-left: -88px;
    text-align: center;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.operator-image-label p{
    font-size: 28px;
    font-weight: 400;
    line-height: 72px;
    color: #FFFFFF;
}

.fa-star:before{
    content: "\f005";
}

.fas.fa-star {
    color: #ddd;
}

.fas.fa-star.filled {
    color: #f5c518;
}

.details-operator span{
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #7B778C;
}

.advantages-list ul li:not(:last-child) {
    margin-right: 1px;
}

.details-operator ul li:not(:last-child) {
    margin-right: 1px;
}

.operator-mail{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 16px 16px 16px 0;
}

.operator-mail a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: start;
}

.operator-mail h5{
    font-size: 23px;
    font-weight: 600;
    line-height: 27.6px;
    letter-spacing: -0.02em;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.advantages-list p{
    color: #131218;
    margin-top: 6px;
}

.advantages-list span{
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    color: #EC4A0A;
    letter-spacing: -0.02em;
}

ul li:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

ul li:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.link-app-google{
    display: inline-flex;
    align-items: center;
    margin-top: 24px;
}

.link-app-google-mob{
    display: none;
}

.link-app-google .link-app-store{
    margin-right: 16px;
}

.link-app-google img{
    width: 100%;
}

.carriers-link{
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0 0 0;
}

.container-carriers-link{
    display: flex;
    flex-wrap: wrap;
}

.carrier{
    flex: 0 0 calc(25% - 15px);
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 24px;
    margin-right: 20px;
}

.carrier:nth-child(4n) {
    margin-right: 0;
}

.button-container{
    cursor: pointer;
}

.carriers-link a, .container-carriers-link a{
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #746F8C26;
    border-radius: 16px;
    line-height: 24px;
    text-align: start;
}

.carriers-link span, .container-carriers-link span{
    margin-left: 12px;
    color: #000000;
    margin-right: 7px;
}

.carriers-link .carrier-image,
.container-carriers-link .carrier-image{
    margin: 7px 0 7px 7px;
    width: 72px;
    min-width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 16px;
}

.carrier .operator-image-label{
    margin: 7px 0 7px -72px;
}

.carrier-item .operator-image-label{
    margin: 0 0 7px -72px;
}

.container-carriers-link img, .carriers-link img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-size: 10px;
    line-height: 10px;
}

.carriers-block{
    padding: 56px 0;
    min-height: 300px; /* Prevent layout shift */
}

.carriers-block-sup,
.carriers-block-shops{
    padding: 32px 0;
    min-height: 200px; /* Prevent layout shift */
}

.carriers-block-shops .list-block li {
    padding: 20px;
}

.carriers-block-sup h2,
.carriers-block-shops h2{
    margin-bottom: 16px;
}



.carriers-block h2{
    margin-bottom: 16px;
}

.carriers-link .carrier:not(:nth-child(4n)) {
    margin-right: 20px;
}

.carriers-info .button-container{
    width: 146px;
    border: 1px solid #EC4A0A;
    text-align: center;
    color: #EC4A0A;
    border-radius: 12px;
    margin: 24px auto 0;
}

.button-container a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 11px 0;
    text-decoration: none;
    color: inherit;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.1px;
}

.tracking-results-body{
    max-width: 556px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #746F8C26;
}

.tracking-results-header{
    max-width: 590px;
    margin: 0 auto 16px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #746F8C26;
}

.carriers .tracking-results-header,
.carriers-list .tracking-results-header{
    margin-top: 10px;
}

.tracking-results-header.no-location,
.tracking-results-header.error{
    margin: 0 auto -10px;
}

.tracking-results-body{
    margin-bottom: -10px;
}

.carriers .tracking-results-body,
.carriers-list .tracking-results-body{
    margin-bottom: 0;
}

.icon-transport{
    display: flex;
    align-items: center;
    padding: 16px 16px 8px 16px;
}

.icon-transport img{
    background: #fff;
    margin-right: 12px;
}

.transit .icon-transport img{
    padding: 8px 8px;
    background: #1E63F126;
    border-radius: 12px;
    margin-right: 12px;
}

.icon-transport span{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.15px;
}

.transit .icon-transport span{
    color: #1E63F1;
}

.out-for-delivery .icon-transport span, .delivered .icon-transport span{
    color: #439C48;
}

.fail .icon-transport span{
    color: #FDAD19;
}

.no-location .icon-transport span,
.error .icon-transport span{
    color: #AFACBF;
}

.cancel .icon-transport span,
.return .icon-transport span{
    color: #D22222;
}

.slideContainer{
    padding: 0 16px 16px 16px;
    border-bottom: 1px solid #746F8C26;
    opacity: 1;
}

.error .slideContainer,
.no-location .slideContainer{
    border-bottom: 0;
}

.slideContainer input {
    width: 100%;
    opacity: 1;
}

.custom-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    outline: none;
    border-radius: 5px;
    position: relative;
    transition: background 0.3s;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: default;
    background: #ddd;
    border-radius: 5px;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: default;
    background: #ddd;
    border-radius: 5px;
}

.custom-range::-ms-track {
    width: 100%;
    height: 8px;
    cursor: default;
    background: #ddd;
    border-radius: 5px;
    border-color: transparent;
    color: transparent;
}

.custom-range::-ms-fill-lower {
    background: #ddd;
    border-radius: 5px;
}

.custom-range::-ms-fill-upper {
    background: #ddd;
    border-radius: 5px;
}

.transit .custom-range::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #1E63F1 50%, #E5E4ED 50%);
}

.transit .custom-range::-moz-range-track {
    background: linear-gradient(to right, #1E63F1 50%, #E5E4ED 50%);
}

.transit .custom-range::-ms-fill-lower {
    background: linear-gradient(to right, #1E63F1 50%, #E5E4ED 50%);
}

.transit .custom-range::-ms-fill-upper {
    background: linear-gradient(to right, #1E63F1 50%, #E5E4ED 50%);
}


.out-for-delivery .custom-range::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #439C48 75%, #E5E4ED 25%);
    color: rgb(197, 197, 197);
}

.out-for-delivery .custom-range::-moz-range-track {
    background: linear-gradient(to right, #439C48 75%, #E5E4ED 25%);
    color: rgb(197, 197, 197);
}

.out-for-delivery .custom-range::-ms-fill-lower {
    background: linear-gradient(to right, #439C48 75%, #E5E4ED 25%);
    color: rgb(197, 197, 197);
}

.out-for-delivery .custom-range::-ms-fill-upper {
    background: linear-gradient(to right, #439C48 75%, #E5E4ED 25%);
    color: rgb(197, 197, 197);
}


.fail .custom-range::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #FDAD19 75%, #E5E4ED 25%);
}

.fail .custom-range::-moz-range-track {
    background: linear-gradient(to right, #FDAD19 75%, #E5E4ED 25%);
}

.fail .custom-range::-ms-fill-lower {
    background: linear-gradient(to right, #FDAD19 75%, #E5E4ED 25%);
}

.fail .custom-range::-ms-fill-upper {
    background: linear-gradient(to right, #FDAD19 75%, #E5E4ED 25%);
}


.no-location .custom-range::-webkit-slider-runnable-track,
.error .custom-range::-webkit-slider-runnable-track {
    background: #E5E4ED;
}

.no-location .custom-range::-moz-range-track,
.error .custom-range::-moz-range-track {
    background: #E5E4ED;
}

.no-location .custom-range::-ms-fill-lower,
.error .custom-range::-ms-fill-lower {
    background: #E5E4ED;
}

.no-location .custom-range::-ms-fill-upper,
.error .custom-range::-ms-fill-upper {
    background: #E5E4ED;
}


.delivered .custom-range::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #439C48 100%, #E5E4ED 0%);
}

.delivered .custom-range::-moz-range-track {
    background: linear-gradient(to right, #439C48 100%, #E5E4ED 0%);
}

.delivered .custom-range::-ms-fill-lower {
    background: linear-gradient(to right, #439C48 100%, #E5E4ED 0%);
}

.delivered .custom-range::-ms-fill-upper {
    background: linear-gradient(to right, #439C48 100%, #E5E4ED 0%);
}


.cancel .custom-range::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #D22222 25%, #E5E4ED 0%);
}

.cancel .custom-range::-moz-range-track {
    background: linear-gradient(to right, #D22222 25%, #E5E4ED 0%);
}

.cancel .custom-range::-ms-fill-lower {
    background: linear-gradient(to right, #D22222 25%, #E5E4ED 0%);
}

.cancel .custom-range::-ms-fill-upper {
    background: linear-gradient(to right, #D22222 25%, #E5E4ED 0%);
}


.return .custom-range::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #D22222 50%, #E5E4ED 50%);
}

.return .custom-range::-moz-range-track {
    background: linear-gradient(to right, #D22222 50%, #E5E4ED 50%);
}

.return .custom-range::-ms-fill-lower {
    background: linear-gradient(to right, #D22222 50%, #E5E4ED 50%);
}

.return .custom-range::-ms-fill-upper {
    background: linear-gradient(to right, #D22222 50%, #E5E4ED 50%);
}


.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    cursor: default;
    border-radius: 50%;
    position: relative;
    margin-top: -5px;
    pointer-events: none;
}

.delivered .custom-range::-webkit-slider-thumb {
    margin-left: 3px;
}

.delivered .custom-range::-moz-range-thumb {
    margin-left: 3px;
}

.delivered .custom-range::-ms-thumb {
    margin-left: 3px;
}


.no-location .custom-range::-webkit-slider-thumb,
.error .custom-range::-webkit-slider-thumb {
    margin-left: -3px;
}

.no-location .custom-range::-moz-range-thumb,
.error .custom-range::-moz-range-thumb {
    margin-left: -3px;
}

.no-location .custom-range::-ms-thumb,
.error .custom-range::-ms-thumb {
    margin-left: -3px;
}


.transit .custom-range::-webkit-slider-thumb {
    background-image: url("/site/img/beacon-w.svg");
}

.fail .custom-range::-webkit-slider-thumb {
    background-image: url("/site/img/slider-failed.svg");
}

.no-location .custom-range::-webkit-slider-thumb,
.error .custom-range::-webkit-slider-thumb {
    background-image: url("/site/img/beacon-grey.svg");
}

.cancel .custom-range::-webkit-slider-thumb,
.return .custom-range::-webkit-slider-thumb{
    background-image: url("/site/img/slider-canceled.svg");
}

.out-for-delivery .custom-range::-webkit-slider-thumb,
.delivered .custom-range::-webkit-slider-thumb {
    background-image: url("/site/img/slider-ready.svg");
}

.custom-range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    cursor: default;
    border-radius: 50%;
    position: relative;
    margin-top: -5px;
    pointer-events: none;
}

.transit .custom-range::-moz-range-thumb {
    background-image: url("/site/img/beacon-w.svg");
}

.fail .custom-range::-moz-range-thumb {
    background-image: url("/site/img/slider-failed.svg");
}

.no-location .custom-range::-moz-range-thumb {
    background-image: url("/site/img/beacon-grey.svg");
}

.cancel .custom-range::-moz-range-thumb,
.return .custom-range::-moz-range-thumb {
    background-image: url("/site/img/slider-canceled.svg");
}

.out-for-delivery .custom-range::-moz-range-thumb,
.delivered .custom-range::-moz-range-thumb {
    background-image: url("/site/img/slider-ready.svg");
}

.transit .custom-range::-moz-range-thumb,
.fail .custom-range::-moz-range-thumb,
.no-location .custom-range::-moz-range-thumb,
.cancel .custom-range::-moz-range-thumb,
.return .custom-range::-moz-range-thumb,
.out-for-delivery .custom-range::-moz-range-thumb,
.delivered .custom-range::-moz-range-thumb {
    border: none;
    box-shadow: none;
}

.tracking-days{
    padding:16px 16px;
    display: flex;
    justify-content: space-between;
}

.tracking-days p{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
}

.tracking-item{
    display: flex;
    flex-direction: row;
}

.tracking-left-block{
    margin-right: 12px;
    margin-bottom: 22px;
}

.track-icon{
    width: 20px;
    height: 20px;
}

.track-icon img{
    margin: 0 auto;
}

.track-icon img:nth-child(1),
.track-icon img:nth-child(2),
.track-icon img:nth-child(3),
.track-icon img:nth-child(4),
.track-icon img:nth-child(5),
.track-icon img:nth-child(6){
    display: none;
}

.track-icon.path img:nth-child(1) {
    display: block;
    padding-top: 3px;
}

.track-icon.accepted img:nth-child(2) {
    display: block;
}

.track-icon.transit img:nth-child(3) {
    display: block;
}

.track-icon.delivered img:nth-child(4) {
    display: block;
}


.track-icon.out-for-delivery img:nth-child(4) {
    display: block;
}

.track-icon.cancel img:nth-child(5) {
    display: block;
}

.track-icon.return img:nth-child(5) {
    display: block;
}

.track-icon.fail img:nth-child(6) {
    display: block;
}

.track-icon.create img:nth-child(1){
    display: block;
    padding-top: 5px;
}

.track-icon-border{
    width: 1px;
    height: 100%;
    border-radius: 8px;
    background: #CAC7D9;
    margin: 0 auto;
}

.tracking-item:last-child .track-icon-border {
    display: none;
}

.tracking-item:last-child .tracking-time-block {
    margin-bottom: 0;
}

.tracking-place, .tracking-time, .tracking-time-block span{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #AFACBF;
    letter-spacing: 0.05em;
}

.tracking-status{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #131218;
    letter-spacing: 0.25px;
}

.tracking-status, .tracking-place{
    margin-bottom: 8px;
}

.tracking-time-block{
    margin-bottom: 20px;
}

.tracking-time{
    margin-right: 8px;
}

.postal-service{
    display: flex;
    align-items: center;
}

.postal-service img{
    margin-right: 4px;
}

.package .container-height{
    padding: 48px 0 12px 0;
}

.tracking-number button{
    line-height: 0;
    padding: 7px 7px;
    border-radius: 12px;
    border: 1px solid #746F8C26;
    background-color: #ffffff;
}

.tracking-number{
    max-width: 590px;
    background-color: #ffffff;
    border: 1px solid #746F8C26;
    border-radius: 12px;
    margin: 0 auto 16px;
}

.tracking-number-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 16px;
}

.tracking-number-width {
    flex: 1;
    max-width: calc(100% - 100px);
    overflow: hidden;
}

.insert-tracking-number {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
}

.copy-send{
    margin-left: 16px;
}

.tracking-number p {
    color: #131218;
}
.tracking-number div span {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #7B778C;
    letter-spacing: 0.5px;
}

.btn-with-image {
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-with-image:hover {
    background-color: #f1f0f1;
}

.copy.clicked {
    background-color: #f1f0f1;
}

.btn-with-image.copy{
    margin-right: 4px;
}

.btn-with-image .tooltiptext-copy{
    visibility: hidden;
    width: 128px;
    background: #FFFFFF;
    box-shadow: 0 1px 3px 1px #00000026;
    color: #131218;
    border-radius: 4px;
    padding: 4px 8px;
    position: absolute;
    z-index: 1;
    top: 41px;
    margin-left: -136px;
}

.btn-with-image .tooltiptext-send{
    visibility: hidden;
    width: 133px;
    background: #FFFFFF;
    box-shadow: 0 1px 3px 1px #00000026;
    color: #131218;
    text-align: center;
    border-radius: 4px;
    padding: 4px 8px;
    position: absolute;
    z-index: 1;
    top: 41px;
    left: 265%;
    margin-left: -100px;
}

.btn-with-image:hover .tooltiptext-copy{
    visibility: visible;
    opacity: 1;
}

.btn-with-image:hover .tooltiptext-send{
    visibility: visible;
    opacity: 1;
}

.btn-with-image img {
    vertical-align: middle;
}

.block-carriers{
    padding: 32px 0;
}

.block-carriers h1{
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;

}

.container-carriers h2, .container-carriers div {
    margin-bottom: 24px;
}

.container-carriers div.carriers-container, .container-carriers div.block-carriers, .container-carriers div.pagination,
.container-carriers div.shops-container{
    margin-bottom: 0;
}

.carriers-country-list{
    display: flex;
    border-bottom: 1px solid #746F8C26
}

.carriers-country-list li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 14px 16px;
    cursor: pointer;
    color: #131218;
    letter-spacing: 0.1px;
}

.carriers-country-list li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
}

.region-link.active::after {
        background-color: #EC4A0A;
    }

.carriers-country-list li:hover::after {
    background-color: #EC4A0A;
}

.carriers-country-list li:hover {
    color: #EC4A0A;
    text-decoration: none;
}

.region-link.active {
    color: #EC4A0A;
    text-decoration: none;
}

.container-carriers ul li:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.container-carriers ul li:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.carriers-container-list {
    display: flex;
    flex-wrap: wrap;
}

.carrier-item {
    flex: 0 0 calc(25% - 15px);
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 24px;
    margin-right: 20px;
}

.carrier-item:nth-child(4n) {
    margin-right: 0;
}

.carrier-item .carrier-image,
.list-block-item .carrier-image {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 1 / 1; /* Prevent layout shift */
}

.carrier-image img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.carrier-item img {
    object-fit: contain;
    font-size: 10px;
    line-height: 10px;
}

.carrier-item a {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #746F8C26;
    border-radius: 16px;
    line-height: 24px;
    text-align: start;
    padding: 7px 0 7px 7px;
}

.carrier-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
    margin-left: 12px;
    margin-right: 7px;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.container-carriers .carrier-item div{
    margin-bottom: 0px;
}

.container-carriers .pagination .pagination-item{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7B778C;
    width: 46px;
    height: 46px;
    border: 1px solid #746F8C26;
    border-radius: 8px;
    background-color: white;
}

.container-carriers .pagination .pagination-item:hover{
    border: 1px solid #EC4A0A;
    color: #EC4A0A;
}

.pagination-item.page.active{
    border: 1px solid #EC4A0A;
    color: #EC4A0A;
}

.pagination-item.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.pagination .pagination-item:not(:last-child) {
    margin-right: 5px;;
}

.pagination-list{
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.icon-left-arrow, .icon-right-arrow{
    fill: #7B778C;
    height: 11px;
}

.pagination ul li:hover .icon-left-arrow, .pagination ul li:hover .icon-right-arrow{
    fill: #EC4A0A;
}

.icon-left-arrow{
    transform: rotate(90deg);
}

.icon-right-arrow{
    transform: rotate(-90deg);
}

.section-carriers-white{
    background-color: #ffffff;
    padding: 12px 0 12px 0;
}

.section-carriers-white .tracking-results-header, .section-carriers-white .tracking-number, .section-carriers-white .tracking-results-body{
    max-width: 100%;
}

.section-carriers-white .tracking-results-header, .section-carriers-white .tracking-number{
    margin-bottom: 10px;
}

.section-carriers-white .tracking-number{
    margin-top: 10px;
}

.section-carriers-white .tracking-results-header.error,
.section-carriers-white .tracking-results-header.no-location{
    margin-bottom: 0;
}

.breadcrumb {
    display: flex;
    list-style: none;
    padding: 12px 0;
    margin: 0;
}

.breadcrumb-item, .breadcrumb-item a{
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: #413F4A;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: fontawesome;
    color: #9592A6;
    padding: 0 6px;
    margin: 0 8px;
    font-size: 10px;
}

.time{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #7B778C;
}

.postal-operator h1,
.package-shop h1{
    font-size: 48px;
    font-weight: 600;
    line-height: 57.6px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 24px;
}

.postal-operator .written{
    color: #7B778C;
    letter-spacing: 0.25px;
    margin-bottom: 16px;
}

.postal-operator .written span{
    font-size: 14px;
    font-weight: 500;
    color: #131218;
}

.privacy-policy-block ul,
.terms-block ul {
    padding-left: 10px;
}

.privacy-policy-block ul li,
.terms-block ul li {
    margin-bottom: 16px;
    list-style: inside;
    color: #413F4A;
}

.privacy-policy-block ul li a,
.terms-block ul li a {
    color: #413F4A;
    border-bottom: 0.1em solid #413F4A;
    text-decoration: none;
}

.privacy-policy-block time:before,
.terms-block time:before {
    content: '\2022';
    padding: 0 7px;
}

.privacy-policy-block h4,
.terms-block h4{
    padding-top: 29px;
    margin-bottom: 16px;
}

.privacy-policy-block p a,
.terms-block p a{
    font-weight: 600;
    color: #413F4A;
}

.privacy-policy-block p,
.terms-block p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #413F4A;
    margin-bottom: 16px;
}

.privacy-policy,
.terms{
    flex: 1;
}
.privacy-policy h1,
.terms h1{
    line-height: 57px;
}

.search-button .loading-button{
    display: none;
}


.search-button.loading .loading-button{
    display: inline-flex;
}

.search-button .glass{
    display: contents;
}

.search-button.loading .glass{
    display: none;
}

/* ******************************
            ERROR
****************************** */

.header-error .carriers.section-carriers-white{
    border-top: 1px solid #746F8C26;
}

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

.error-info{
    height: 282px;
    display: flex;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    padding: 9px;
    text-align: center;
}

.error-text{
    box-shadow: 0 9px 20px 0 #00000005,
                0 36px 36px 0 #00000005,
                0 82px 49px 0 #00000003,
                0 145px 58px 0 #00000000,
                0 226px 63px 0 #00000000;
    border-radius: 8px;
    background-color: #fff;
    padding: 48px 32px 48px 32px;
}

.error-text p{
    font-size: 88px;
    font-weight: 600;
    line-height: 105.6px;
    letter-spacing: -0.02em;
    color: #EC4A0A;
    padding-bottom: 32px;
}

.error-text span{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
}

.error-text a{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #EC4A0A;
    text-decoration: underline;
}

/* ******************************
            MODAL
****************************** */
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #201E261A;
}

.modal-content {
    position: relative;
    z-index: 100000;
    width: 321px;
    height: 268px;
    border-radius: 16px;
    background-color: #ffffff;
    margin: 258px auto;
    box-shadow: 0 9px 20px 0 #00000005,
                0 36px 36px 0 #00000005,
                0 82px 49px 0 #00000003,
                0 145px 58px 0 #00000000,
                0 226px 63px 0 #00000000;
}

.modal-options{
    padding: 32px 24px 32px 24px;
    /*border: 1px solid #746F8C26;*/
}

.close {
    width: 24px;
    height: 24px;
    padding: 8px;
    color: #aaa;
    float: right;
    text-align: center;
    font-size: 37px;
    font-weight: 200;
    border-radius: 12px;
    background: #FFFFFF66;
    border: 1px solid #746F8C26;
    box-shadow: 0 9px 20px 0 #00000005,
                0 36px 36px 0 #00000005,
                0 82px 49px 0 #00000003,
                0 145px 58px 0 #00000000,
                0 226px 63px 0 #00000000;
    margin-right: -24px;
    margin-top: -22px;
}

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

body.modal-open {
    overflow: hidden;
}

.share-title {
    font-size: 23px;
    font-weight: 600;
    line-height: 27.6px;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
    height: 55px;
}
.share-icons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.share-icons div {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.share-icons-img{
    width: 24px;
    height: 24px;
    padding: 8px;
    border: 1px solid #746F8C26;
    border-radius: 12px;
    margin: 4px;
}

.share-icons p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #9592A6;
    margin-top: 8px;
}
.share-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 14px 14px 14px 14px;
    border-radius: 12px;
    border: 1px solid #746F8C26
}

.share-link .tracking-link{
    white-space: nowrap;
    overflow: hidden;
}

.share-link p:focus {
        outline: none;
        border: none;
}

.share-link p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    margin-right: 8px;
    background: none;
    border: none;
    color: #AFACBF;
}

.share-link button {
    background: none;
    border: none;
    cursor: pointer;
    line-height: 10px;
    width: 26px;
    height: 26px;
}

.share-link button img{
    width: 24px;
    height: 24px;
    max-width: none;
}

.copy_success_modal{
    font-size: 13px;
    font-weight: 600;
    line-height: 15.6px;
    text-align: center;
    color: #201E26;
    margin-top: 4px;
}

.copy_success_modal_index{
    text-align: end;
    margin-right: 46px;
    font-size: 16px;
    line-height: 20px;
    margin-top: -20px;
    /*margin-bottom: 5px;*/
}

.custom-modal {
    display: none;
    position: fixed;
    bottom: 1%;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-modal-content {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    max-width: 896px;
    width: 100%;
    box-sizing: border-box;
    padding: 24px;
    background-color: white;
    border-radius: 16px;
    z-index: 10000;
    margin: 0 auto;
    align-items: center;
    border: 1px solid #746F8C26;
    box-shadow:
        0 9px 20px 0 #00000005,
        0 36px 36px 0 #00000005,
        0 82px 49px 0 #00000003,
        0 145px 58px 0 #00000000,
        0 226px 63px 0 #00000000;
}

.custom-modal-text-container {
    grid-column: 1;
}

.custom-modal-title {
    font-size: 23px;
    font-weight: 600;
    line-height: 27.6px;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000000;
}

.custom-modal-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: left;
    color: #131218;
}

.custom-button-outline, .custom-button-primary {
    width: 124px;
    height: 40px;
    border: none;
    cursor: pointer;
    border-radius: 12px;
}

.custom-button-outline {
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
    margin-right: 4px;
}

.custom-button-primary {
    background-color: #f76342;
    color: white;
}

body.custom-modal-open {
    overflow: hidden;
    pointer-events: none;
}

body.custom-modal-open .custom-modal {
    pointer-events: auto;
}


/* ******************************
            FOOTER
****************************** */

.footer-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
}
.container-left a .header-logo{
    padding-bottom: 8px;
}

.container-left p{
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #131218;
}

.container-right{
    display: flex;
}

.container-right div {
    display: flex;
    flex-direction: column;
}

.container-right div:first-child {
    margin-right: 48px;
}

.container-right a{
    font-size: 13px;
    font-weight: 500;
    line-height: 15.6px;
    text-align: left;
    color: #131218;
}

.terms-conditions{
    margin-bottom: 12px;
}

.logo-hide{
    display: none;
}

.postal-service-img, .postal-service-label{
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.postal-service-label{
    margin-left: -20px;
}

.postal-service-img img{
    width: 100%;
    display: block;
    border-radius: 3px;
}

.postal-service-label p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    background-color: #333366;
    border-radius: 3px;
}


/* ******************************
           number block
****************************** */

.number-block {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding-top: 10px;
}
.number-item {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 7px 12px 7px 12px;
    border-radius: 8px;
    border: 1px solid #746F8C26;
}
.number-item a {
    margin-right: 8px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;

}
.close-btn {
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #7B778C;
}
.close-btn:hover {
    color: #e74c3c;
}

.container-index{
    max-width: 590px;
    margin: 0 auto 16px;
}

.container-index .number-item{
    background-color: #ffffff;
}

.container-index .number-item a{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.container-index .number-block{
    gap: 8px;
    padding-top: 0px;
}

#showMoreBtn{
    display: none;
}


@media (max-width: 767px) {
    #showMoreBtn, #showLessBtn {
        display: inline-block;
        color: #7B778C;
        background: none;
        border: none;
        border-bottom: 1px solid #7B778C;
        width: fit-content;
        cursor: pointer;
    }
}

/*#showMoreBtn, #showLessBtn{*/
/*    color: #7B778C;*/
/*    background: none;*/
/*    border: none;*/
/*    border-bottom: 1px solid #7B778C;*/
/*    width: fit-content;*/
/*}*/

.operator-info{
    padding-bottom: 16px;
}

.list-container {
    display: flex;
    justify-content: center;
}

/* Для всех браузеров */
.list-block {
    width: 100%;
    column-count: 2;
    gap: 20px;
}

/* Для Safari */
@supports (-webkit-touch-callout: none) {
    .list-block {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: flex-start;
    }

    .list-block li {
        flex: 0 0 calc(46% - 25px);
        border: 1px solid #746F8C26;
        border-radius: 16px !important;
        background: #FFFFFF;
        padding: 20px 20px 8px 20px;
        margin-bottom: 0;
    }
    /* Мобильная версия Safari */
    @media (max-width: 767px) {
        .list-container .list-block li {
            flex: 0 0 100%;
            margin-bottom: 8px !important;
        }
        .list-block {
            gap: 0;
        }
    }
}

/* Для всех браузеров */
.list-block li {
    border: 1px solid #746F8C26;
    border-radius: 16px!important;
    background: #FFFFFF;
    margin-bottom: 20px;
    padding: 20px 20px 8px 20px;
}


.list-block > * {
    break-inside: avoid;
}

.list-block-faq li{
    border: 1px solid #746F8C26;
    border-radius: 16px!important;
    background: #FFFFFF;
    padding: 20px;
}

.list-block-faq h3{
    font-size: 19px;
    font-weight: 600;
    line-height: 22.8px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 8px;
}

.list-block-faq li:not(:last-child) {
    margin-bottom: 8px;
}

.list-block li .list-block-item{
    display: flex;
    align-items: center;
}

.list-block-item .operator-image-label{
    margin: 0 12px 0 -84px;
}

.list-block-item .carrier-image{
    margin-right: 12px;
}

.list-block li img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
}

.list-block li h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #000000;
}

.list-block li p.list-block-icon{
    margin: 0;
}

.list-block li p {
    margin-top: 12px;
}



/* ******************************
          SHOPS LIST
****************************** */
.shops-container-list {
    display: flex;
    flex-wrap: wrap;
}

.shop-item {
    flex: 0 0 calc(25% - 15px);
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 24px;
    margin-right: 20px;
}

.shop-item a {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #746F8C26;
    border-radius: 16px;
    line-height: 24px;
    text-align: start;
    padding: 7px 0 7px 7px;
}

.shop-item .shop-image{
    width: 72px;
    min-width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 16px;
}

.shops-container-list .shop-item div {
    margin-bottom: 0;
}

.shop-item img {
    object-fit: contain;
    font-size: 10px;
    line-height: 10px;
}

.shop-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
    margin-left: 12px;
    margin-right: 7px;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.shop-item:nth-child(4n) {
    margin-right: 0;
}

.shop-item .operator-image-label {
    margin: 0 0 7px -72px;
}

.pagination-container {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.container-carriers div.pagination-container{
    margin-bottom: 0;
}

.pagination-container button {
    color: #7B778C;
    width: 46px;
    height: 46px;
    border: 1px solid #746F8C26;
    border-radius: 8px;
    background-color: white;
}

.pagination-container button[disabled] {
    border: 1px solid #EC4A0A;
    color: #EC4A0A;
}

.container-carriers .pagination-container button:hover {
    border: 1px solid #EC4A0A;
    color: #EC4A0A;
}

.container-carriers .pagination-container button:hover .icon-left-arrow, .container-carriers .pagination-container button:hover .icon-right-arrow {
    fill: #EC4A0A;
}

.details-shop .button-container a{
    margin-left: 12px;
}

.details-shop .button-container{
    display: flex;
    align-items: center;
    border: 1px solid #FB6514;
    border-radius: 8px;
    margin-right: 16px;
    color: #FB6514;
    padding: 0 16px;
}

.details-shop .button-container div{
    width: 10px;
}

.regional-carrier-links .links-block-title {
    text-align: center;
}

.regional-carrier-links .links-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px;
}

.regional-carrier-links .links-block a {
    color: #0076ff;
    text-decoration: none;
    font-size: 16px;
}

.regional-carrier-links .links-block a:hover {
    text-decoration: underline;
}

.push-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: flex-start;
    justify-content: center;
    z-index: 9999;
    pointer-events: auto;
    padding-top: calc(50vh + 100px);
}

.push-popup {
    background: white;
    border-radius: 16px;
    padding: 16px;
    width: 360px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.push-popup .popup-content {
    display: flex;
    align-items: flex-start;
}

.push-popup .popup-icon {
    display: none;
}

.push-popup .popup-icon img {
    width: 48px;
    max-width: 48px;
    height: 48px;
    margin-right: 16px;
    flex-shrink: 0;
}

.push-popup .popup-text  {
    width: 266px;
}

.push-popup .popup-text h2 {
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 120%;
    font-weight: bold;
    color: #000;
}

.push-popup .popup-text p {
    margin: 0;
    font-size: 12px;
    line-height: 150%;
    color: #666;
    width: 248px;
    padding-right: 16px;
}

.push-popup .popup-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 16px;
}

.push-popup .cancel-btn,
.push-popup .allow-btn {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
}

.push-popup .cancel-btn {
    background: transparent;
    color: #333;
}

.push-popup .cancel-btn:hover {
    background: #f0f0f0;
}

.push-popup .allow-btn {
    background: linear-gradient(360deg, #EC4A0A 77%, #F26113 100%);
    border: 0.5px solid #EC4A0A;
    color: #fff;
}

.push-popup .allow-btn:hover, .subscription-banner .allow-btn:hover {
    filter: brightness(1.05);
}

.subscription-banner {
    max-width: 558px;
    margin: 0 auto 16px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #746F8C26;
    padding: 16px;
}

.subscription-banner .subscription-banner-content {
    display: flex;
    align-items: flex-start;
}

.subscription-banner .subscription-banner-buttons {
    display: flex;
    justify-content: right;
    gap: 8px;
    margin-top: 24px;
}
.subscription-banner .allow-btn {
    width: 100%;
    padding: 14px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    max-width: 328px;
    background: linear-gradient(360deg, #EC4A0A 77%, #F26113 100%);
    border: 0.5px solid #EC4A0A;
    color: #fff;
    box-shadow: 0 0 0 4px #FF6D2B40;
}

.subscription-banner .subscription-banner-icon img {
    width: 48px;
    max-width: 48px;
    height: 48px;
    margin-right: 16px;
    flex-shrink: 0;
}

.subscription-banner .subscription-banner-text h2 {
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 120%;
    font-weight: bold;
    color: #000;
}

.subscription-banner .subscription-banner-text p {
    margin: 0;
    font-size: 12px;
    line-height: 150%;
    color: #666;
}

.flag-en {
    cursor: pointer;
    margin-left: 32px;
}

.push-modal {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    pointer-events: none;
}

.push-popup {
    background: white;
    border-radius: 16px;
    padding: 16px;
    width: 360px;
    max-width: 90vw;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    pointer-events: auto;
}

.push-popup .popup-content {
    display: flex;
    align-items: flex-start;
}

.push-popup .popup-icon {
    display: none;
}

.push-popup .popup-icon img {
    width: 48px;
    max-width: 48px;
    height: 48px;
    margin-right: 16px;
    flex-shrink: 0;
}

.push-popup .popup-text  {
    width: 266px;
}

.push-popup .popup-text h2 {
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 120%;
    font-weight: bold;
    color: #000;
}

.push-popup .popup-text p {
    margin: 0;
    font-size: 12px;
    line-height: 150%;
    color: #666;
    width: 248px;
    padding-right: 16px;
}

.push-popup .popup-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 16px;
}

.push-popup .cancel-btn,
.push-popup .allow-btn {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
}

.push-popup .cancel-btn {
    background: transparent;
    color: #333;
}

.push-popup .cancel-btn:hover {
    background: #f0f0f0;
}

.push-popup .allow-btn {
    background: linear-gradient(360deg, #EC4A0A 77%, #F26113 100%);
    border: 0.5px solid #EC4A0A;
    color: #fff;
}

.push-popup .allow-btn:hover, .subscription-banner .allow-btn:hover {
    filter: brightness(1.05);
}

.subscription-banner {
    max-width: 558px;
    margin: 0 auto 16px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #746F8C26;
    padding: 16px;
}

.subscription-banner .subscription-banner-content {
    display: flex;
    align-items: flex-start;
}

.subscription-banner .subscription-banner-buttons {
    display: flex;
    justify-content: right;
    gap: 8px;
    margin-top: 24px;
}
.subscription-banner .allow-btn {
    width: 100%;
    padding: 14px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    max-width: 328px;
    background: linear-gradient(360deg, #EC4A0A 77%, #F26113 100%);
    border: 0.5px solid #EC4A0A;
    color: #fff;
    box-shadow: 0 0 0 4px #FF6D2B40;
}

.subscription-banner .subscription-banner-icon img {
    width: 48px;
    max-width: 48px;
    height: 48px;
    margin-right: 16px;
    flex-shrink: 0;
}

.subscription-banner .subscription-banner-text h2 {
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 120%;
    font-weight: bold;
    color: #000;
}

.subscription-banner .subscription-banner-text p {
    margin: 0;
    font-size: 12px;
    line-height: 150%;
    color: #666;
}

/* ******************************
            @MEDIA
****************************** */

@media screen and (max-width: 1040px) {
    .btn-with-image .tooltiptext-send{
        display: none;
    }
}

@media screen and (min-width: 929px) {
    .section-carriers-white .tracking-results-header.error, .section-carriers-white .tracking-results-header.no-location{
        margin-top: 10px;
    }
}

@media screen and (max-width: 928px) {
    .header {
        padding: 16px 16px;
    }
    .tracking-block, .carriers-info {
        padding: 0 16px;
    }

    .advantages-block, .operator-block {
        padding: 56px 16px;
    }

    .footer-container{
        padding: 32px 16px;
    }

    .block-carriers{
        padding: 16px 16px;
    }

    .section-carriers-white .carriers-search {
        margin: 0 16px;
        padding-bottom: 12px;
    }

    .section-carriers-white .container {
        margin-top: 0;
        padding-top: 16px;
    }

    .section-carriers-white {
        padding-bottom: 0;
    }

    .container-carriers h2, .container-carriers div, .postal-operator h1, .block-carriers h1 {
        margin-bottom: 12px;
    }

    .postal-operator h1 {
        margin-top: -20px;
    }

    .carriers-container-list .carrier-item,
    .shops-container-list .shop-item{
        margin-bottom: 12px;
    }

    .breadcrumb {
        padding: 12px 16px;
        flex-wrap: wrap;
    }

    .operator-info{
        padding: 0 16px 16px 16px;
    }

    .privacy-policy-block, .terms-block{
        padding: 0 16px;
    }

    .section-carriers-white .tracking-results-header,
    .section-carriers-white .tracking-number,
    .carriers .tracking-results-header{
        margin-top: 0;
    }

    .main-content-error .container {
        padding: 0 16px;
    }

    .custom-modal .custom-modal-content{
        margin: 0 16px;
    }

    .carriers-block .advantages-list{
        margin: 24px 16px 0 16px;
    }

    .push-modal {
        position: fixed;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        pointer-events: none;
    }

    #pushRequestModal .push-popup,
    .push-modal #pushRequestModal .push-popup,
    .push-modal .push-popup {
        box-sizing: border-box;
        display: block;
        width: 328px !important;
        min-width: 328px;
        max-width: 90vw;
        margin: 0;
    }
}

@media screen and (max-width: 896px) {
    .tracking-results-body, .tracking-results-header, .tracking-number, .subscription-banner{
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    .section-carriers-white .container.num{
        background: #ffffff;
        padding-top: 0px;
    }

    .number-block {
        flex-direction: column;
        gap: 5px;
    }

    .section-carriers-white .container .number-block{
        padding: 0 16px 10px 16px;
    }

    .section-carriers-white .container{
        background: #f4f3f8;
    }
    .carriers .search-block,
    .carriers-list .search-block{
        padding-bottom: 12px;
    }
    .carriers .tracking-results-body{
        padding: 12px 16px;
    }

    .container-index .number-block{
        padding: 0px 16px;
    }

    .show-less{
        display: block;
    }
}

@media screen and (max-width: 860px) {
    .carrier-item, .carriers-link .carrier, .container-carriers-link .carrier,
    .shop-item{
        flex: 0 0 calc(50% - 10px);
    }

    .carrier-item:nth-child(2n),
    .shop-item:nth-child(2n),
    .carriers-link .carrier:nth-child(2n),
    .container-carriers-link .carrier:nth-child(2n){
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .desk-img{
        display: block;
    }

    .mob-img{
        display: none;
    }

    .icon-carriers.mob{
        display: none;
    }

    .push-modal {
        position: fixed;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        pointer-events: none;
    }
}

@media screen and (max-width: 767px) {
    h1{
        font-size: 28px;
        line-height: 1.75;
    }

    #pushRequestModal .push-popup,
    .push-modal #pushRequestModal .push-popup,
    .push-modal .push-popup {
        box-sizing: border-box;
        display: block;
        width: 328px !important;
        min-width: 328px;
        max-width: 90vw;
    }

    .content-banner h1 {
        line-height: 29.6px;
    }

    .postal-operator h1, .package-shop h1{
        display: none;
    }

    h2 {
        font-size: 26px;
        line-height: 31px;
        letter-spacing: -0.02em;
    }

    h3 {
        font-size: 23px;
        line-height: 1.438;
    }

    h4 {
        font-size: 21px;
        line-height: 1.312;
    }

    h5 {
        font-size: 19px;
        line-height: 1.188;
    }

    h6 {
        font-size: 18px;
        line-height: 1.125;
    }

    .block-carriers h1{
        font-size: 26px;
        line-height: 31px;
        letter-spacing: -0.02em;
    }

    .container-background::before{
        background: none;
    }

    .container-min {
        margin: 24px auto 0;
        padding-top: 97px;
    }

    .advantages-list ul, .details-operator ul,
    .details-shop ul {
        flex-direction: column;
    }

    .advantages-list ul li, .details-operator ul li {
        width: 100%;
    }

    ul li:first-child {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
    }

    .details-shop li:last-child{
        justify-content: center;
    }

    ul li:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .advantages-list ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1px;
    }

    .details-operator ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1px;
    }

    .details-shop .button-container{
        margin: 0 16px 16px 16px;
    }

    .details-operator ul li:not(:first-child) {
        height: 104px;
    }

    .container-background {
        height: 197px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        overflow: inherit;
        margin-top: 24px;
    }

    .container-background.loaded {
        background-image: url('/site/img/map.svg');
    }

    .caveat-text {
        text-align: center;
    }

    .content-banner p.container-min-text {
        margin: 0 10px 40px 10px;
    }

    .tracking-block {
        flex-direction: column;
        margin: 32px 0;
    }

    .tracking-image {
        max-width: 308px;
        width: 308px;
        height: 215px;
        margin-bottom: 24px;
    }

    .tracking-image img {
        width: 308px;
        height: 198px;
    }

    .tracking-content {
        max-width: 100%;
        margin-left: 0;
    }

    .advantages-block{
        padding: 32px 16px;
    }

    .operator-block{
        padding: 16px 16px;
    }

    .link-app-google{
        display: none;
    }

    .link-app-google-mob{
        display: flex;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .link-app-google-mob img{
        width: 160px;
        height: 48px;
    }

    .link-app-google-mob a{
        line-height: 11px;
        margin-right: auto;
        margin-left: auto;
    }

    .link-app-google-mob .link-app-store{
        margin-right: 8px;
    }

    .loading-button svg{
        width: 22px;
        height: 22px;
    }

    .mobile-tracking {
        order: 1;
    }

    .secure-tracking {
        order: 2;
    }

    .advantages {
        order: 3;
    }

    .loading .mobile-tracking {
        order: 1;
    }

    .loading .secure-tracking {
        order: 2;
    }

    .loading .advantages {
        order: 3;
    }

    .carriers-link{
        margin: 24px 0 0 0;
    }

    .carriers-block h2{
        margin-bottom: 12px;
    }

    .carriers-block {
        padding: 32px 0 32px 0;
    }

    .package .mobile-tracking{
        display: none;
    }

    .carrier-item .carrier-image, .carrier-item .operator-image-label,
    .carriers-link .carrier-image, .container-carriers-link .carrier-image, .carrier .operator-image-label,
    .shop-item .shop-image, .shop-item .operator-image-label{
        width: 56px;
        min-width: 56px;
        height: 56px;
    }

    .list-block-item .carrier-image,
    .list-block-item .operator-image-label{
        width: 64px;
        min-width: 64px;
        height: 64px;
    }

    .list-block-item .operator-image-label {
        margin: 0 12px 0 -75px;
    }

    .list-block-item .operator-image-label p {
        line-height: 64px;
    }

    .carrier-item .operator-image-label,
    .shop-item .operator-image-label{
        margin: 0 0 7px -56px;
    }

    .operator-image-label p{
        line-height: 56px;
        font-size: 22px;
    }


    .details-operator li:first-child {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .details-operator li:first-child .operator-image {
        margin: 16px auto;
    }

    .details-operator li:first-child .operator-mail {
        padding: 0;
        align-items: center;
        margin-bottom: 20px;
    }

    .details-operator .operator-image-label p{
        font-size: 28px;
        line-height: 72px;
    }

    .package .container-height {
        padding: 0 0 8px 0;
    }

    .copy-send {
        display: flex;
    }

    .copy-send .btn-with-image.copy{
        order: 2;
    }

    .btn-with-image.copy {
        margin-right: 0;
    }

    .btn-with-image.send-mob{
        margin-right: 8px;
    }

    .container-height {
        padding: 0;
    }

    .container-height .error-block{
        margin-bottom: 8px;
    }

    .error-info {
        height: auto;
    }

    .modal-content {
        margin: 150px auto;
    }

    .language-switcher {
        margin-left: 16px;
    }

    nav .link-carriers {
        margin-left: 16px;
    }

    .img-mob{
        display: block;
    }

    .img-desk{
        display: none;
    }

    .mobile-tracking .tracking-block{
        margin: 32px 0 32px 0;
    }
    .tracking-content h2{
        margin-bottom: 12px;
    }

    .number-block.showall .number-item {
        display: none;
    }

    .number-block.showall .number-item:nth-of-type(1) {
        display: block;
        padding: 5px 12px 5px 12px;
    }

    #showMoreBtn {
        display: block;
    }

    #showLessBtn {
        display: none;
    }

    .carrier .operator-image-label {
        margin: 7px 0 7px -56px;
    }

    .list-container .list-block {
        column-count: 1;
    }

    .list-container .list-block li {
        margin-bottom: 8px !important;
        width: 100%;
        box-sizing: border-box;
    }

        .carriers-info .list-container {
        margin-top: 24px;
    }

    .carriers-info .button-container {
        margin: 16px auto 0;
    }

    .carriers-info.text {
        text-align: left;
    }
    .tracking-content {
        order: 1;
    }

    .tracking-image {
        order: 2;
        margin-bottom: 0;
    }

    .carriers-block-sup.faq{
        padding: 16px 0;
    }

    .carriers-block-sup.faq .carriers-info .list-container{
        margin-top: 16px;
    }

    .carriers-block-shops .list-block li {
        padding: 16px;
    }

    .list-block li {
        padding: 16px 16px 4px 16px;
    }

    .carriers-info .carriers-info-text {
        margin-bottom: 24px;
    }

    .list-block-faq li {
        padding: 16px;
    }

    .container-right {
        flex-direction: column;
    }

    .container-right div:first-child {
        order: 2;
        margin-right: 0;
    }

    .container-right div:last-child {
        order: 1;
        margin-bottom: 24px;
    }

    .desk-img{
        display: none;
    }

    .mob-img{
        display: block;
    }

    .icon-carriers.desk{
        display: none;
    }

    .icon-carriers.mob{
        display: inline-flex;
    }

    .push-popup .popup-icon {
        display: inline;
    }

    .push-popup .popup-text,
    .push-popup .popup-text p{
        width: 100%;
    }
}

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

    .carriers-link a{
        width: auto;
    }

    .carriers-link span {
        margin-left: 6px;
    }

    .logo-hide{
        display: block;
    }

    .container-left img{
        display: none;
    }

    .footer-container {
        flex-direction: column;
    }

    .container-left{
        order: 3;
    }

    .footer-container {
        padding: 16px 16px;
    }

    .container-right{
        margin: 24px 0 16px 0;
    }

    .container-right a{
        text-align: center;
    }

    .error-info .error-text p{
        font-size: 72px;
        line-height: 86.4px;
    }

    .error-info .error-text {
        padding: 32px 16px;
    }

    .container .error-info {
        height: 302px;
    }

    .container.carriers-block-sup.faq h2{
        font-size: 28px;
        font-weight: 653;
        line-height: 32px;
        letter-spacing: -0.01em;
        text-align: left;
        font-variation-settings: 'slnt' 0;

    }
}

@media screen and (max-width: 622px) {
    .search-block {
        margin: 16px 16px 0;
    }

    .carriers-container-list,
    .shops-container-list {
        display: block;
    }

    .carrier-item,
    .shop-item {
        margin-right: 0;
    }

    .custom-modal .custom-modal-content {
        display: block;
        padding: 20px;
    }

    .custom-modal-text{
        margin-bottom: 16px;
    }
    .custom-modal .custom-button-outline, .custom-modal .custom-button-primary {
        width: 139px;
    }

    #cookieConsentModal.custom-modal {
        bottom: 4%;
    }
}

@media screen and (max-width: 540px) {
    .carriers-link span,
    .container-carriers-link span{
        display: none;
    }

    .tracking-results-header, .tracking-number {
        border-radius: 0;
        margin: 0 auto 8px;
    }

    .tracking-results-header.no-location,
    .tracking-results-header.error{
        margin: 0 auto 24px;
    }

    .tracking-results-body {
        border-radius: 0;
        margin: 0 auto 24px;
    }

    .tracking-place, .tracking-time, .tracking-time-block span{
        font-size: 12px;
        line-height: 16px;
    }

    .tracking-status{
        font-size: 14px;
        line-height: 20px;
    }

    .tracking-number p{
        font-size: 14px;
        line-height: 20px;
    }

    .copy_success_modal_index{
        margin-right: 53px;
    }

    .carriers-link a,
    .container-carriers-link a{
        display: inline-grid;
        line-height: 0;
        margin-bottom: 16px;
    }

    .details-shop .button-container{
        width: 100%;
        justify-content: center;
    }

    .details-shop .button-container a{
        width: auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        word-break: break-all;
        line-height: 26px;
        letter-spacing: 0.5px;
        text-align: start;
        padding: 10px 0;
    }

    .carriers-link .carrier-image,
    .container-carriers-link .carrier-image {
        margin: 7px 7px 7px 7px;
    }

    .carriers-link a:not(:nth-child(4n)) {
         margin-right: 0px;
    }

    .carriers-link .carrier,
    .container-carriers-link .carrier {
        flex: 0 0 calc(25% - 10px);
        margin-bottom: 0;
    }

    .carriers-link .carrier:not(:nth-child(4n)),
    .container-carriers-link .carrier:not(:nth-child(4n)) {
        margin-right: 13px;
    }

    .carriers-info .button-container{
        margin-top: 16px;
    }

    .carriers-country-list {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }

    .carrier .operator-image-label{
        margin: -63px 7px 7px 7px;
    }
}

@media screen and (max-width: 430px) {
    .content-banner h1 {
        line-height: 29.6px;
        letter-spacing: -0.02em;
        margin: 40px 0 12px 0;
    }

    .container-min {
        margin: 24px 16px 0;
    }

    nav .link-app-store {
        margin-right: 16px;
    }

    .carriers-link a:nth-child(n+5) {
        display: flex;
    }
    .carriers-link {
        flex-wrap: wrap;
    }

    .carriers-link{
        margin: 24px 0 0 0;
    }

    .carriers-info .button-container {
        width: 100%;
    }

    .search-block svg{
        width: 24px;
        height: 24px;
        margin-right: 0;
    }

    .search-button {
        padding: 11px 11px;
        width: 110px;
    }

    .loading-button span {
        font-size: 12px;
        line-height: 24px;
    }

    .search-block form:focus-within {
        border: 1px solid #FB6514;
        box-shadow: 0 0 0 4px #EC4A0A14;
    }

    .search-button img{
        width: 24px;
        height: 24px;
        margin-right: 0;
    }

    .carriers-country-list li {
        padding: 14px 11px;
    }

    .subscription-banner .subscription-banner-buttons {
        justify-content: center;
    }
}
.stars .fa-star {
    color: gray;
}

.stars .fa-star.active {
    color: gold;
}

.language-switcher.header-lang {
    position: relative;
    display: inline-block;
    line-height: 0.5rem;
    margin-left: 32px;
}

.language-switcher.header-lang .language-list {
    display: none;
    position: absolute;
    width: 180px;
    top: 32px;
    right: 0;
    background-color: white;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    list-style: none;
    padding: 8px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

.language-switcher.header-lang .language-list.show {
    display: block;
}

.language-switcher.header-lang .language-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.language-switcher.header-lang .language-btn:hover {
    background-color: #F5F5F7;
}

.language-switcher.header-lang .language-list li {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.language-switcher.header-lang .language-list li:hover {
    background-color: #F5F5F7;
}

.language-switcher.header-lang .language-list li a {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.language-switcher.header-lang .language-list li a img {
    margin-right: 12px;
    flex-shrink: 0;
}

.language-switcher.header-lang .language-list li a div {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.language-switcher.header-lang .language-list li a div span {
    font-size: 13px;
    font-weight: 500;
    color: #131218;
    margin-bottom: 2px;
}

.language-switcher.header-lang .language-list li a div small {
    font-size: 11px;
    font-weight: 400;
    color: #AFACBF;
}


