
@media (min-width: 1300px) and (max-width: 1400px) {
    .employees-block:nth-child(2),
    .employees-block:nth-child(3),
    .employees-block:nth-child(4) {
        padding-left: 10px;
    }
}

@media (min-width: 1181px) and (max-width: 1300px) {
    .employees-block:nth-child(2),
    .employees-block:nth-child(3),
    .employees-block:nth-child(4) {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .new-container {
        width: 750px;
    }

    .order-item_id,
    .order-item_status,
    .order-item_price {
        order: 1
    }

    .order-item_create-date  {
        order: 4;
    }
    .order-item_track {
        order: 3;
    }
    .order-item_track+.order-item_track {
        order: 5;
    }

    .order-item_pickup {
        order: 4;
    }

    .order-item_receipt-date {
        order: 6;
    }

    .order-item_name {
        order: 7;
    }

    .order-item_price-1,
    .order-item_price-2,
    .order-item_address,
    .order-item_courier-cost {
        order: 9;
    }

    .addrbook-arrow {
        display: none;
    }
}

@media (min-width: 992px) {
    .new-container {
        width: 970px;
    }
}

@media (min-width: 1025px) {
    .header-mobile-social {
        display: none;
    }
}

@media (min-width: 1181px) {
    .new-container {
        width: 1150px;
    }

    .status-label {
        white-space: nowrap;
        line-height: 24px;
    }
}

@media (min-width: 1280px) {
    .new-container {
        width: 1230px;
    }
}

@media (max-width: 1439px) {
    .tracking-container {
        max-width: 1110px;
    }
}

@media (max-width: 1180px) {
    .box {
        width: 100%;
        max-width: 960px;
    }

    .logo {
        margin-left: 0;
    }

    .header-content {
        margin-right: 0;
    }

    #nav li {
        padding-left: 4px;
        padding-right: 4px;
    }

    #nav li a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

    .user-menu-list li {
        padding: 0 12px 0 13px;
    }

    .user-menu-list li a {
        padding-left: 4px;
        padding-right: 4px;
    }

    .user-header {
        margin: 0 4px;
    }

    .lang-container {
        margin-left: 4px;
    }

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

    .footer-menu, .footer-service {
        margin: 0 15px;
    }

    .footer-menu-content a {
        width: 150px;
        white-space: normal;
    }

    .employees-block:nth-child(2),
    .employees-block:nth-child(3),
    .employees-block:nth-child(4) {
        width: calc(100% / 4);
        padding-left: 0;
        align-items: center;
    }

    .delivery-block p {
        max-width: 400px;
    }

    .employees-title p {
        margin-left: auto;
        margin-right: auto;
    }

    .employees-block img {
        max-width: 100%;
    }

    .contacts-form {
        padding-bottom: 0;
        margin-top: 95px;
    }

    .contacts-list {
        display: block;
        width: 380px;
        margin: 25px auto;
    }

    .form-wrapper {
        display: block;
        width: 100%;
    }

    .form-wrapper .form-item {
        max-width: 475px;
        margin-left: auto;
        margin-right: auto;
    }

    .form-wrapper .success-message {
        max-width: 475px;
        margin-left: auto;
        margin-right: auto;
    }

    .form-wrapper .submit-form {
        margin-left: 135px;
    }

    .countries-services table,
    .countries-services .four-table table {
        width: 100%;
    }
}

@media (max-width: 1180px) and (min-width: 1025px) {
    [lang="de"] #header .new-container {
        width: 100%;
    }

    [lang="de"] #nav li a {
        font-size: 11px;
    }
}

@media (max-width: 1024px) {
    #main {
        min-height: calc(100vh - 355px - 66px);
    }

    #header {
        padding: 8px 0;
        height: 64px;
        background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FCFCFC;
        border-bottom: 1px solid #B3B3B3;
    }

    #header .new-container,
    .christmas-banner .new-container {
        width: 100%;
    }

    .logo img {
        height: 40px;
        width: auto;
    }

    .header-russia-post.tablet-visible {
        display: block;
    }

    .mobile-menu {
        display: block;
        position: relative;
        width: 32px;
        height: 32px;
        margin-right: 9px;
        cursor: pointer;
    }

    .mobile-menu span {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 24px;
        height: 4px;
        background-color: #f05d2f;
        border-radius: 4px;
        transform: translate(-50%, -50%);
    }

    .mobile-menu span:after,
    .mobile-menu span:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: -8px;
        width: 24px;
        height: 4px;
        background-color: #f05d2f;
        border-radius: 4px;
    }

    .mobile-menu span:after {
        top: 8px;
    }

    .menu-overlay {
        display: none !important;
    }

    .mobile-overlay {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        background: rgba(34, 34, 34, 0.6);
        z-index: 1;
    }

    .header-content {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 310px;
        background: #FCFCFC;
        box-shadow: none;
        transition: all 0.3s ease;
        z-index: 2;
        transform: translateX(-100%);
    }

    .header-content.open {
        transform: translateX(0);
        box-shadow: 0 4px 40px rgba(0, 0, 0, 0.5);
    }

    .menu {
        width: 100%;
        max-height: calc(100% - 56px - 60px);
        border-bottom: 1px solid #EDEDED;
        border-top: 1px solid #EDEDED;
        overflow: auto;
    }

    .menu-title {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 24px;
    }

    .menu-title a {
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #003E92;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .menu-title a:hover {
        color: #F05D2F;
    }

    .menu-title a svg {
        margin-right: 12px;
    }

    .close-menu {
        position: relative;
        width: 32px;
        height: 32px;
        margin-right: -7px;
        transition: all 0.3s ease;
    }

    .close-menu:hover {
        background-color: rgba(0, 0, 0, 0.035);
    }

    .close-menu:before,
    .close-menu:after {
        content: "";
        position: absolute;
        width: 18px;
        height: 2px;
        top: 15px;
        left: 7px;
        background-color: #F05D2F;
        transform: rotate(-45deg);
    }

    .close-menu:after {
        transform: rotate(45deg);
    }

    #nav {
        display: block;
        width: 100%;
    }

    #nav li {
        padding: 0;
    }

    #nav li a {
        display: block;
        padding: 8px 24px;
        font-size: 16px;
        line-height: 32px;
    }

    #nav li a:hover {
        background: #F6F6F6;
        color: #2E2E2E;
    }

    #nav li a.btn-nav {
        display: block;
        padding: 8px 24px;
        background-color: transparent !important;
        color: #F05D2F;
    }

    #nav li a.btn-nav:hover {
        color: #FE6F41;
    }

    .user-menu {
        display: block !important;
        position:  static;
        height: auto;
        padding: 4px 0 8px;
        background: #F6F6F6;
        box-shadow: none;
    }

    #header .user-menu .new-container {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .show-mobile-icon {
        display: block;
    }

    .user-menu-list {
        display: block;
        width: 100%;
    }

    .user-menu-list.logout {
        order: 1;
    }

    .user-menu-list li {
        position: relative;
        padding: 0;
    }

    .user-menu-list li:before {
        content: none;
    }

    .user-menu-list li a {
        padding: 6px 24px;
        font-size: 14px;
        line-height: 32px;
        text-align: left;
        font-weight: 500 !important;
    }

    .user-menu-list:not(.login) li a.active {
        background: #fff;
    }

    .user-menu-list:not(.login) li a:hover {
        background: #fff;
    }

    .user-menu-list.login {
        display: flex;
        padding: 8px 24px 4px;
    }

    .user-menu-list.login li {
        display: flex;
    }

    .user-menu-list.login li.mobile-hide {
        display: none;
    }

    .user-menu-list.login li:first-child:after {
        content: "/";
        margin: 0 12px;
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
        color: #003E92;
    }

    .user-menu-list.login li a {
        padding: 0;
    }

    .user-menu-list.login li a svg {
        vertical-align: middle;
    }

    .show-mobile {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .lang-container {
        flex: 1 1 auto;
        align-items: flex-end;
        width: 100%;
        padding: 7px 24px 12px;
        margin-left: 0;
    }

    .lang-container .lang-item {
        height: 36px;
        width: 41px;
        font-weight: 500;
        line-height: 36px;
        border-radius: 3px !important;
    }

    .lang-container .lang-item.active-lang {
        font-weight: 500;
    }

    .user-header {
        display: none;
    }

    .h2-title {
        margin-top: 48px;
        font-size: 24px;
        font-weight: 400;
    }

    .order-documents-top {
        display: none;
    }

    .promo__social {
        display: none;
    }

    .header-mobile-social ul {
        display: flex;
        padding: 15px 17px;
        margin: 0;
        list-style: none;
    }

    .header-mobile-social ul li {
        margin-right: 4px;
        margin-bottom: 0;
    }

    .header-mobile-social ul a {

    }

    .header-mobile-social ul .social-logo > path:first-child {
        fill: #F6F6F6;
    }
}

@media (max-width: 1180px) and (min-width: 992px) {
    [lang="de"] #nav li a {
        font-size: 16px;
        padding: 8px 24px;
    }

}

@media (max-width: 991px) {
    .wrapper-holder {
        min-height: calc(100vh - 542px);
    }

    #main {
        min-height: calc(100vh - 542px - 66px);
    }

    #footer {
        padding-top: 32px;
    }

    .footer-link-content {
        padding-bottom: 0;
        flex-wrap: wrap;
    }

    .footer-menu-content .mobile-hide {
        display: none !important;
    }

    .footer-logo-content {
        width: 100%;
    }

    .send-parcel {
        display: none;
    }

    .footer-menu, .footer-service {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid rgba(217, 217, 217, 0.08);
    }

    .footer-menu {
        padding: 40px 0 8px;
    }

    .footer-service {
        padding: 24px 0 8px;
    }

    .footer-social {
        padding: 24px 0 16px;
    }

    .footer-title {
        padding: 0;
        margin-bottom: 12px;
    }

    .footer-menu .footer-title {
        display: none;
    }

    .footer-service-content {
        column-count: 3;
    }

    .menu-content-item.first-item {
        width: 33.33333%;
    }

    .menu-content-item.last-item {
        width: 66.66666%;
    }

    .footer-menu-content a,
    .footer-service-content a {
        width: auto;
        margin-bottom: 18px;
        padding: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .footer-menu-content a:hover, .footer-service-content a:hover {
        background: transparent;
    }

    .footer-social {
        margin-right: 0;
        width: 100%;
        text-align: left;
    }

    .footer-social-content {
        justify-content: flex-start;
        margin-left: -8px;
        margin-right: -8px;
    }

    .copyright-content {
        padding-top: 24px;
        flex-wrap: wrap;
    }

    h4 {
        font-size: 28px;
    }

    .employees-block {
        width: 33.333%;
    }

    .employees-block.employees-title {
        width: 100%;
        text-align: center;
        height: 30px;
        line-height: 60px;
    }

    .employees-block:nth-child(2),
    .employees-block:nth-child(3),
    .employees-block:nth-child(4) {
        width: calc(100% / 3);
        align-items: center;
        padding-left: 0;
    }

    #filters {
        position: relative;
        margin-bottom: 0;
    }

    .filter-toggle {
        position: absolute;
        bottom: calc(100% + 24px);
        right: 0;
        display: block;
        width: 40px;
        height: 40px;

        background: url("../img/icon-filter.svg") center no-repeat;
        background-color: #F05D2F;
        box-shadow: 0 1px 2px rgba(240, 93, 47, 0.4);
        border-radius: 4px;
        transition: 0.3s;
    }

    .filter-toggle:hover {
        background-color: #FE6F41;
    }

    .filter-toggle.open {
        background: url("../img/icon-filter-open.svg") center no-repeat;
        background-color: #F6F6F6;
        box-shadow: none;
    }

    .filter-toggle.open:hover {
        background-color: #FAFAFA;
    }

    .filter-content {
        display: none;
        padding-bottom: 24px;
    }

    .filter-inputs {
        width: 100%;
        padding: 0;
        flex-wrap: wrap;
        border: none;
    }

    .filter-line {
        display: none;
    }

    .filter-date,
    .filter-status,
    .filter-track {
        width: 100%;
        margin-bottom: 8px;
        order: 1;
    }

    .filter-status {
        order: 0;
    }

    .filter-date input {
        height: 40px;
        border: 1px solid #606060;
        border-radius: 4px;
        padding: 8px 38px 8px 16px;
    }

    .filter-status .bootstrap-select {
        width: 100% !important;

    }

    .filter-status .bootstrap-select > .dropdown-toggle.btn-default {
        height: 40px;
        border: 1px solid #606060;
        border-radius: 4px;
        padding: 8px 36px 8px 16px;
    }

    .filter-track .filter-track-input {
        height: 40px;
        border: 1px solid #606060;
        border-radius: 4px;
        padding: 8px 40px 8px 16px;
    }

    .filter-track .filter-track-input::placeholder {
        color: #9E9E9E;
        opacity: 1;
    }

    .filter-search-button {
        display: block;
        padding: 9px 24px 7px;
        margin-left: 0;
        width: 100%;
        height: 40px;
    }

    .filter-search-reset-button {
        display: block;
        padding: 9px 24px 7px;
        margin-left: 0;
        margin-top: 8px;
        width: 100%;
        height: 40px;
    }

    .filter-search-reset-button:hover {
        background: #003E92;
    }

    .filter-search-reset-button:active {
        background: #F05D2F;
        color: #FFFFFF;
        text-decoration: none;
    }

    .orders-table {
        border-top: 1px solid #B3B3B3;
        border-radius: 0;
    }

    .orders-table thead {
        display: none;
    }

    .orders-table tbody tr {
        display: flex;
        flex-wrap: wrap;
        background: #fcfcfc;
        border-bottom: 1px solid #B3B3B3;
        padding: 12px;
    }

    .orders-table td {
        padding: 2px 12px !important;
        width: 50%;
        border-bottom: none;
        background: transparent;
    }

    .orders-table tbody tr:nth-child(even) {
        background: #FAFAFA;
    }

    .orders-mobile-label {
        display: inline-block;
        width: 50%;
        color: #606060;
        font-weight: 400;
    }

    .orders-table td.orders-item-status {
        order: 1;
        width: calc(100% - 60px);
        padding-top: 10px !important;
        padding-bottom: 12px !important;
    }

    .orders-table td.orders-item-link {
        width: 60px;
        order: 1;
        padding-top: 10px !important;
        padding-bottom: 12px !important;
    }

    .orders-item-status .status-label,
    .order-item_status .status-label {
        padding: 8px 16px 4px;
    }

    .order-form {
        padding-bottom: 40px;
    }

    .order-form-confirm {
        padding: 0 30px;
    }

    .form-control {
        height: 42px;
        font-size: 14px;
    }

    .addrbook-form-content .input-item.address_name,
    .addrbook-form-content .input-item.address_region,
    .addrbook-form-content .input-item.address_phone_number,
    .addrbook-form-content .input-item.address_state,
    .addrbook-form-content .input-item.address_area,
    .addrbook-form-content .input-item.address_city,
    .addrbook-form-content .input-item.address_street,
    .addrbook-form-content .input-item.address_country {
        width: 50%;
    }

    .addrbook-form-content .input-item.address_district {
        width: 30%;
    }

    .addrbook-form-content .input-item.address_postcode {
        width: 20%;
    }

    .addrbook-form-content .input-item.address_building {
        width: 50%;
    }

    .addrbook-form-content .input-item.address_apartment {
        width: 50%;
    }

    [lang="de"] .orders-mobile-label {
        padding-right: 15px;
        word-break: break-word;
    }

    [lang="de"] .filter-search-reset-button,
    [lang="de"] .filter-search-button {
        width: 100%;
    }

    [lang="de"] .employees-block.employees-title {
        height: 90px;
        line-height: 1.4;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .btn_panel {
        display: flex;
        justify-content: center;
        margin-bottom: 12px;
    }

    .sm-hide {
        display: none;
    }

    .table-wrapper {
        border-bottom: 2px solid #cdcdcd;
        margin-bottom: 24px;
    }

    .table-wrapper+.btn_panel+.table-wrapper {
        border-bottom: none;
        margin-bottom: 0;
    }

    .countries-services table {
        margin-bottom: 14px;
    }

    .container-services .flex-row {
        flex-direction: column;
        align-items: center;
    }

    .flex-row .open-price-delivery {
        margin-top: 24px;
    }

    .countries-services table td {
        padding: 20px 10px;
    }

    .orders-item-status .status-label,
    .order-item_status .status-label {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page-head {
        font-size: 22px;
        line-height: 22px;
        margin-top: 44px;
        margin-bottom: 24px;
        padding: 0 30px;
    }

    h2.page-head {
        margin-bottom: 24px;
    }

    .back-page-text {
        display: none;
    }

    .new-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .wrapper-holder {
        min-height: calc(100vh - 658px);
    }

    #main {
        min-height: calc(100vh - 658px - 66px);
    }

    .box {
        width: 100%;
    }

    #footer .new-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .footer-menu-content {
        column-count: 2;
    }

    .footer-service {
        padding-bottom: 16px;
    }

    .footer-service-content {
        display: flex;
        flex-wrap: wrap;
        column-gap: 0;
    }

    .footer-service-content a {
        width: 33.3333%;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .copyright-content {
        justify-content: center;
    }

    .copyright {
        width: 100%;
        text-align: center;
    }

    .terms-privacy {
        width: 100%;
        margin: 8px 0 24px;
        text-align: center;
    }

    .employees-block {
        width: 100%;
        height: 137px;
        line-height: 137px;
        text-align: center !important;
    }

    .employees-block.employees-title {
        height: auto;
        line-height: 90px;
    }

    .employees .box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .user_profile__discounts {
        margin-top: 0;
        margin-left: -24px;
        margin-right: -24px;
    }

    .close_discounts {
        top: 5px;
        right: 8px;
    }

    .user_profile__discounts-content {
        border-radius: 0;
        padding: 8px 50px 8px 24px;
    }

    .user_profile__discounts .discounts {
        margin: 8px 0;
    }

    .hide_discounts .open_discounts {
        top: -10px;
        left: 24px;
    }

    .orders-table {
        margin-left: -24px;
        margin-right: -24px;
        width: calc(100% + 48px);
    }

    .orders-table td {
        width: 100%;
        color: #2E2E2E;
    }

    .orders-table td.orders-item-delivery {
        font-weight: 400;
    }

    .order-info {
        padding: 0;
        margin-left: -24px;
        margin-right: -24px;
    }

    .order-info-item {
        width: 100%;
        order: 1;
    }

    .order-info-item-content {
        width: 100%;
        order: 2;
    }

    .order-info-item.order-item_id {
        width: 50%;
        order: 0;
    }

    .order-info-item.order-item_price {
        border-radius: 0;
        box-shadow: none;
        width: 50%;
        order: 0;
    }

    .order-info-item.order-item_track {
        order: 0;
    }

    .order-info-item.order-item_create-date,
    .order-info-item.order-item_receipt-date {
        order: 2;
        width: 50%;
    }

    .order-info-item.order-item_address {
        order: 2;
        border-bottom: 1px solid #EDEDED;
    }

    .order-info-item.order-item_courier-cost {
        order: 2;
    }

    .order-info-item-content .order-info-item_value {
        font-weight: 400;
    }

    .order-page-title {
        padding: 16px 0;
    }

    .declaration-content {
        margin-left: -24px;
        margin-right: -24px;
    }

    .declaration-head {
        display: none;
    }

    .declaration-body-row {
        flex-wrap: wrap;
        border-width: 1px 0;
        border-style: solid;
        border-color: #EDEDED;
    }

    .declaration-body-item {
        flex: 1 1 50%;
        margin-bottom: 8px;
        display: flex;
        order: 2;
    }

    .declaration-mobile-label {
        display: block;
        width: 50%;
        margin-right: 12px;
        color: #606060;
    }

    .declaration-description {
        max-width: 100%;
        flex: 1 0 100%;
        margin-bottom: 0;
    }

    .declaration-body-item.declaration-quantity {
        order: 0;
    }

    .declaration-body-item.declaration-weight {
        order: 1;
    }

    .declaration-body-item.declaration-total {
        font-weight: 700;
    }

    .order-documents-bottom {
        padding: 0;
        margin-top: 16px;
        margin-bottom: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .order-documents-bottom-back {
        order: 1;
        margin-top: 16px;
    }

    .order-documents-bottom-buttons {
        flex-wrap: wrap;
        margin: 0;
    }

    .order-documents-bottom-buttons a {
        width: 100%;
        padding: 12px 18px;
        margin: 0 0 12px;
    }

    .order-documents-bottom-buttons a:hover {
        background: #fff;
    }

    #orders {
        margin-bottom: 0;
    }

    .tracking-section {
        margin-left: -24px;
        margin-right: -24px;
        border-radius: 0;
    }

    .tracking-head {
        display: none;
    }

    .tracking-head-item {
        display: none;
    }

    .tracking-body-values {
        flex-wrap: wrap;
        padding: 6px 0;
    }

    .tracking-body-item {
        width: 100%;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .tracking-list-second-item {
        width: 100%;
    }

    .about-advantages {
        background-image: none;
    }

    .advantage-list {
        justify-content: center;
    }

    .advantage-list li {
        width: 50%;
    }

    .countries-services-item {
        flex-basis: 100%;
    }

    .order-form {
        padding: 0 20px 40px;
    }

    .order-form-confirm {
        padding: 0;
    }

    .enclosures-list-item {
        flex-wrap: wrap;
        padding-bottom: 10px;
        border-bottom: solid 1px #aaa;
    }

    .enclosures-list .enclosures-list-item .enclosures-col-2 {
        flex: 0 0 33.333%;
    }

    .enclosures-list.show-hidden .enclosures-list-item .enclosures-col-2 {
        flex: 0 0 25%;
    }

    .enclosures-list .enclosures-list-item .enclosures-col-6,
    .enclosures-list.show-hidden .enclosures-list-item .enclosures-col-6 {
        flex: 0 0 100%;
    }

    .form-item-title {
        display: none;
    }

    .form-item-title-mobile {
        display: block;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .form-control {
        height: 32px;
        font-size: 14px;
        padding: 0 10px;
    }

    #booking-form .form-group {
        margin-top: 9px;
        margin-bottom: 9px;
    }

    .order-form .error-input {
        min-height: 9px;
        margin-bottom: -9px;
    }

    .modal-error .modal-content {
        padding: 20px;
    }

    .sign-form-head {
        justify-content: center;
        padding: 8px 0;
        margin-bottom: 16px;
    }

    .sign-form-head-item {
        padding: 0;
        width: auto;
    }

    .sign-form-head-item:not(.note-slash):not(:last-child):after {
        content: "/";
        margin: 0 16px;
        background: none;
        font-weight: normal;
    }

    .sign-form-head-item:hover {
        background: none;
        text-decoration: underline;
    }

    .sign-form-head-item.active {
        display: none;
    }

    .sign-form-body {
        margin-bottom: 0;
    }

    .sign-form-body {
        margin-left: -24px;
        margin-right: -24px;
        padding: 24px;
    }

    .input-item.input-item-submit.double-button {
        flex-direction: column;
        margin-bottom: 12px;
    }

    .input-item.double-button input[type="submit"] {
        margin-bottom: 20px;
        order: -1;
        width: 100%;
    }

    .input-item-submit .form-link {
        width: 100%;
        margin-right: 0;
    }

    .new-container.new_user {
        width: 100%;
        margin-bottom: 15px;
    }

    #addrbook_form {
        height: calc(100% - 90px);
    }

    .addrbook-form-content {
        margin-left: -24px;
        margin-right: -24px;
    }

    .addrbook-form-item {
        padding: 0;
        margin-bottom: 0;
        border: none;
        background: #FCFCFC;
        border-top: 1px solid #B3B3B3;
        border-bottom: none;
        border-radius: 0 !important;
    }

    .addrbook-form-item:last-child {
        border-bottom: 1px solid #B3B3B3;
    }

    .addrbook-form-item:nth-child(even) {
        background: #FCFCFC;
    }

    .addrbook-form-item .addrbook-form-item-head {
        background: #F6F6F6;
        display: flex;
        align-items: flex-start;
        padding: 16px 24px;
        cursor: pointer;
    }

    .addrbook-form-item.open .addrbook-form-item-head {
        background: #FCFCFC;
    }

    .addrbook-form-item .addrbook-form-item-body {
        display: none;
        padding: 24px 16px 32px;
        border-top: 1px solid #EFEFEF;
    }

    .addrbook-form-item.open .addrbook-form-item-body {
        display: flex;
    }

    .addrbook-form-item .addrbook-count {
        font-size: 18px;
        line-height: 24px;
        color: #A3A3A3;
    }

    .addrbook-form-item .addrbook-title {
        flex: 1 1 auto;
        margin-right: 8px;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #F05D2F;
    }

    .addrbook-form-item .addrbook-arrow {
        color: #606060;
    }

    .addrbook-form-item.open .addrbook-title {
        color: #111111;
    }

    .addrbook-form-item.open .addrbook-arrow {
        transform: rotate(180deg);
        color: #F05D2F;
    }

    .addrbook-form-item-head .addrbook-sub-title {
        display: none;
    }

    .sub-title-mobile {
        display: block;
        padding: 0 8px 16px;
    }

    .addrbook-form-item .addrbook-arrow svg {
        vertical-align: top;
    }

    .addrbook-form-content .input-item {
        width: 100% !important;
        margin-bottom: 4px;
    }

    .addrbook-buttons {
        flex-wrap: wrap;
    }

    .success-message.addrbook-success {
        bottom: 154px;
        width: calc(100% - 48px);
    }

    .addrbook_add-new-address {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
        order: 1;
    }

    .addrbook-submit-btn {
        width: 100%;
    }

    .clear-address-table {
        order: 1;
        flex: 0 0 calc(50% + 2px);
    }

    .delete_addr_table {
        margin-top: 0;
    }

    .hide-mobile-addrbook {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 calc(50% - 14px);
        padding: 11px 16px 9px;
        margin-right: 8px;
        order: 2;
        margin-left: 4px;

        background: #FCFCFC;
        box-shadow: 0 1px 0 rgba(0, 62, 146, 0.08), 0 1px 2px rgba(0, 62, 146, 0.12);
        border-radius: 3px;
        font-size: 14px;

        line-height: 24px;
        text-align: center;
        color: #003E92;

        transition: all 0.3s ease;
    }

    .hide-mobile-addrbook:before {
        content: "";
        width: 24px;
        height: 24px;
        margin-right: 6px;
        background: url(../img/arrow-top.svg) center no-repeat;
    }

    .hide-mobile-addrbook:hover {
        background: #F6F6F6;
        color: #003E92;
        text-decoration: none;
    }

    .service-link {
        margin-top: -18px;
        margin-bottom: 9px;
    }

    .order-info-item.order-item_status {
        width: 100%;
    }
}

@media (max-width: 574px) {
    .employees-block:nth-child(2),
    .employees-block:nth-child(3),
    .employees-block:nth-child(4) {
        width: 100%;
        justify-content: center;
    }

    .employees-block:nth-child(2){
        margin-top: 40px;
    }
    .employees-block:nth-child(3),
    .employees-block:nth-child(4) {
        margin-top: 5px;
    }

    .tracking-country-list .tracking-list-first p {
        margin: 0 0 20px;
        padding: 120px 32px 30px;
    }

    .tracking-list-first p img {
        left: 50%;
        top: 30px;
        transform: translateX(-50%);
    }

    .social-contact__link {
        width: 40px;
        height: 40px;
    }

    .social-contact__link svg {
        width: 25px;
        height: 25px;
    }

    .social-contact__list {
        justify-content: center;
    }

    .social-contact__list {
        flex-wrap: wrap;
        margin-left: -15px;
        margin-bottom: -15px;
    }

    .social-contact__link {
        margin-left: 15px;
        margin-bottom: 15px;
        transition: 0.3s;
    }

    .form-wrapper .form-item {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .form-wrapper label {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .form-wrapper form input,
    .form-wrapper textarea {
        width: 100%;
    }

    .form-wrapper .submit-form {
        margin-left: 0;
    }

    .form-wrapper .success-message {
        max-width: 100%;
        width: 100%;
    }

    .order-form {
        padding: 0 10px 40px;
    }

    .order-form-block {
        margin-bottom: 20px;
        padding: 10px;
    }

    .btn-add {
        max-width: 100%;
        margin:  0 auto 10px!important;
    }

    .payment-wrapper {
        flex-direction: column;
    }

    .order-form-text {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 16px;
    }

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

    .payment-wrapper .form-check {
        margin-bottom: 10px;
    }

    .order-delivery-line,
    .order-total-line {
        float: none;
        text-align: left;
    }

    .enclosures-list-item {
        margin-left: -3px;
        margin-right: -3px;
    }

    .enclosures-list-item .enclosures-col-2,
    .enclosures-list-item .enclosures-col-6 {
        padding: 0 3px;
    }

    html[lang="de"] .tracking-header h1 {
        font-size: 30px;
    }
}

@media (max-width: 500px) {
    .christmas-banner {
        padding: 11px 0 9px;
        min-height: 38px;
        background: #A80505 url("../img/christmas_header_bg.png") center 0 no-repeat;
    }

    .christmas-banner-text {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        font-size: 10px;
    }

    .menu-content-item.first-item,
    .menu-content-item.last-item {
        width: 50%;
    }

    .footer-service-content a {
        width: 50%;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .tracking-country-list li h2 {
        font-size: 28px;
    }

    .header-how-it-works h1 {
        margin-bottom: 50px;
    }

    .how-it-works-list li p,
    ul.how-it-works-sub-list {
        padding-left: 20px;
        font-size: 14px;
    }

    .inner-container {
        padding: 0 10px;
    }

    .advantage-title {
        font-size: 22px;
    }

    .advantage-list {
        padding-left: 0;
    }

    .advantage-list li {
        width: 100%;
        padding: 0 15px;
    }

    .contacts-list {
        width: 100%;
        padding: 0 10px;
    }

    .contacts-list li {
        padding-left: 75px;
    }

    li.social-contact {
        padding: 30px 0;
    }

    .form-wrapper .submit-form {
        margin-left: 0;
    }

    .form-wrapper label {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
    }

    .form-wrapper form input, .form-wrapper textarea {
        margin: 5px 0 0;
    }

    [lang="de"] .form-item-title-mobile {
        font-size: 10px;
    }

    [lang="de"] .countries-services table th {
        line-height: 1.4;
    }

    .btn-success-page, .btn-cancel-page {
        margin: 10px;
    }
}

@media (max-width: 400px) {
    .form-item-title-mobile {
        font-size: 11px;
    }

    html[lang="de"] .tracking-header h1 {
        font-size: 38px;
    }
}

@media (max-width: 388px) {
    [lang="de"] .form-item-title-mobile {
        font-size: 9px;
    }

}

@media (max-width: 375px) {
    .header-russia-post {
        margin-left: 5px;
        margin-right: 5px;
    }

    .open-price-delivery {
        padding: 16px 10px;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .countries-services table th {
        font-size: 12px;
    }
}

@media all and (max-width: 370px) {
    .header-russia-post {
        width: 150px;
    }

    .tracking-header h1 {
        font-size: 32px;
    }
}

@media all and (max-width: 782px) {
    .btn-cancel-page {
        font-size: 11px;
    }
}
