*,
input {
    outline: 0;
}
body,
main {
    overflow-x: hidden;
}
.burger-btn .burger-btn-open,
.burger-btn.active .burger-btn-close,
.collapse.in,
.nav-btn span,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
menu,
nav,
section {
    display: block;
}
.wrapper.ui-wrapper,
img {
    max-width: 100%;
}
.accn-t2 .accn-item + .accn-item,
.check-block,
.form,
.text-block + .text-block {
    margin-top: 30px;
}
.nav,
ol,
ul {
    list-style: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body,
button,
input,
textarea {
    font-family: "Futura PT", sans-serif;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a,
button {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    background: 0 0;
    text-decoration: none;
}
textarea {
    resize: vertical;
}
input,
textarea {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1f;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: "Futura PT", sans-serif;
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    font-family: "Futura PT", sans-serif;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-family: "Futura PT", sans-serif;
    opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-family: "Futura PT", sans-serif;
    opacity: 1;
}
input::placeholder,
textarea::placeholder {
    font-family: "Futura PT", sans-serif;
    opacity: 1;
}
body {
    font-size: 14px;
    line-height: 20px;
    color: #1d1d1f;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wrapper--xs {
    max-width: 990px;
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
}
.accn-item-head,
.main-header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ac-btn,
.check-block,
.check-block .checkbox .checkbox-mask,
.main-header ul,
.p-links ul,
.pm-box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
}
.main-header ul,
.p-links ul,
.pm-box ul li {
    display: flex;
}
.main-header ul li + li {
    margin-left: 25px;
}
.main-header ul li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #151515;
}
.check-block label a,
.h-text h1.green,
.main-header ul li a:hover {
    color: #00cb14;
}
.check-block {
    display: flex;
}
.check-block .checkbox {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    margin-right: 8px;
    padding: 0;
    background: #fff;
}
.check-block .checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.check-block .checkbox .checkbox-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #e9f3ee;
}
.input-row,
.input-row2 {
    display: grid;
    border-radius: 40px;
}
.check-block .checkbox .checkbox-mask:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 11.67px;
    height: 11.67px;
    background: #e9f3ee;
    border-radius: 50%;
}
.check-block .checkbox .checkbox-mask img {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.check-block .checkbox input:checked ~ .checkbox-mask {
    border-color: #00cb14;
}
.check-block .checkbox input:checked ~ .checkbox-mask:after {
    background-color: #00cb14;
}
.check-block .checkbox input:checked ~ .checkbox-mask img {
    opacity: 1;
}
.check-block label {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #989898;
    cursor: pointer;
}
.hsection {
    padding-top: 106px;
    padding-bottom: 63px;
    background-image: url("../img/hero-bg.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hsection .wrapper:not(.n) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 35px;
}
.h-text {
    padding-top: 85px;
}
.h-text h1 {
    font-weight: 600;
    font-size: 31px;
    line-height: 40px;
    color: #151515;
    margin-bottom: 20px;
}
.h-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #585858;
}
.ac-btn,
.input-row input {
    height: 49px;
    width: 100%;
    line-height: 21px;
}
.input-row2 {
    -webkit-box-shadow: 0 0 8px 0 rgba(104, 104, 104, 0.5);
    -moz-box-shadow: 0 0 8px 0 rgba(104, 104, 104, 0.5);
    box-shadow: 0 0 8px 0 rgba(104, 104, 104, 0.5);
}
.input-row {
    grid-template-columns: 1fr 134px;
    grid-column-gap: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(104, 104, 104, 0.5);
    -moz-box-shadow: 0 0 8px 0 rgba(104, 104, 104, 0.5);
    box-shadow: 0 0 8px 0 rgba(104, 104, 104, 0.5);
    animation: 2s infinite pulse;
    padding: 10px 10px 10px 20px;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(104, 104, 104, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(104, 104, 104, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.4);
        box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(104, 104, 104, 0);
        box-shadow: 0 0 0 10px rgba(104, 104, 104, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(104, 104, 104, 0);
        box-shadow: 0 0 0 0 rgba(104, 104, 104, 0);
    }
}
.input-row input {
    display: block;
    background: 0 0;
    border: none;
    font-weight: 700;
    font-size: 17px;
    color: #151515;
}
.input-row input::-webkit-input-placeholder {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #151515;
}
.input-row input::-moz-placeholder {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #151515;
}
.input-row input:-ms-input-placeholder {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #151515;
}
.input-row input::-ms-input-placeholder {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #151515;
}
.input-row input::placeholder {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #151515;
}
.ac-btn {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #00cb14;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.ex,
.f-note {
    color: #989898;
}
.logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 12px);
    margin-left: -6px;
    margin-right: -6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px;
}
.logos .lg {
    margin: 6px;
    width: 70px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 3%);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customs_limits_title,
.pm-box,
.service-item + .service-item,
.services {
    margin-top: 20px;
}
.nomob.logos .lg {
    margin: 6px;
    width: auto;
    height: auto;
}
.logos .lg img {
    width: 85%;
    height: 70%;
    -o-object-fit: contain;
    object-fit: contain;
}
.nomob.logos .lg img {
    max-width: inherit !important;
    width: auto;
}
#form-phone-all,
.burger-btn .burger-btn-close,
.burger-btn.active .burger-btn-open,
.collapse,
.hidden,
.logos.mob,
.sidebar-closed > #sidebar > ul {
    display: none;
}
.accn-section,
.for-what {
    padding-top: 100px;
    padding-bottom: 100px;
}
.title-box {
    margin-bottom: 50px;
}
.title-box h2 {
    font-weight: 600;
    font-size: 31px;
    line-height: 40px;
    color: #151515;
    margin-bottom: 20px;
    text-align: center;
}
.fw-tiles strong,
.title-box p {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}
.title-box p {
    font-weight: 400;
    color: #585858;
}
.fw-tiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 116px;
}
.fw-tiles .ic {
    height: 100px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fw-tiles strong {
    display: block;
    font-weight: 600;
    color: #151515;
    margin-bottom: 15px;
}
.fw-tiles p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #585858;
}
.best-services {
    background-image: url("../img/bg.svg");
    background-position: top 0 center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}
.accn-item,
.service-item {
    background: #fff;
    border-radius: 10px;
}
.text-block h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #151515;
    margin-top: 20px;
    margin-bottom: 20px;
}
.service-item p,
.service-item strong,
.text-block p {
    font-size: 16px;
    line-height: 21px;
}
.text-block p {
    font-style: normal;
    font-weight: 400;
    color: #151515;
}
.h-text p.bold,
.text-block p strong {
    font-weight: 700;
}
.text-block p {
    margin-top: 9px;
    margin-bottom: 9px;
}
.services {
    margin-bottom: 30px;
}
.service-item {
    display: block;
    padding: 20px;
}
.service-item img {
    display: block;
    margin-bottom: 10px;
}
.service-item strong {
    display: block;
    font-weight: 600;
    color: #151515;
}
.service-item p {
    font-style: normal;
    font-weight: 400;
    color: #585858;
}
.pm-box strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #151515;
    display: block;
    margin-bottom: 15px;
}
.pm-box ul li .ic {
    width: 17px;
    min-width: 17px;
    height: 17px;
    margin-right: 6px;
    margin-top: 2px;
}
.accn-item-body p,
.pm-box ul li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #585858;
}
.accn-section h2,
.docs .title-col h2 {
    font-weight: 600;
    font-size: 31px;
    line-height: 40px;
    margin-bottom: 50px;
}
.ic-list ul li + li,
.pm-box ul li + li {
    margin-top: 5px;
}
.accn-section h2 {
    text-align: center;
    color: #151515;
}
.accn-item {
    padding: 30px 20px;
    -webkit-box-shadow: 0 7px 24px rgba(227, 227, 227, 0.4);
    box-shadow: 0 7px 24px rgba(227, 227, 227, 0.4);
    cursor: pointer;
}
.accn-item + .accn-item,
.menu-col ul li + li {
    margin-top: 15px;
}
.accn-item._open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accn-item._open svg path {
    fill: #ff8055;
}
.accn-item-head strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #151515;
}
.ex,
.f-bottom .copy,
.f-note,
.p-links a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.accn-item-body {
    margin-top: 15px;
    display: none;
    cursor: initial;
}
.docs {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../img/bg.svg");
    background-position: top 0 center;
    background-repeat: no-repeat;
    background-size: cover;
}
.docs .title-col h2 {
    font-style: normal;
    color: #151515;
}
.docs .title-col img {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}
.cols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}
.f-bottom .wrapper,
.footer-top,
.ic-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
}
.accn-t2 .accn-item {
    padding: 0 0 30px;
    background: 0 0;
    border-bottom: 1px solid #e9f3ee;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.accn-t2 .accn-item._open svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-footer {
    background: #f9fcfb;
}
.footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu-col ul li,
.menu-col ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #151515;
}
.menu-col ul li strong {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #151515;
}
.menu-col ul li strong a {
    font-weight: 600;
}
.f-bottom {
    border-top: 1px solid #f5faf8;
    padding-top: 16px;
    padding-bottom: 16px;
}
.f-bottom .wrapper {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.f-bottom .copy,
.p-links a {
    color: #000;
}
.p-links li + li {
    margin-left: 46px;
}
.hero-img img {
    max-width: 80%;
}
.f-note {
    display: block;
    margin-bottom: 10px;
}
.ex {
    margin-top: 10px;
}
.ic-list {
    margin-bottom: 20px;
}
.ic-list strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #00cb14;
    margin-bottom: 15px;
}
.ic-list ul li {
    display: flex;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    color: #000;
}
.ic-list ul li svg {
    margin-right: 6px;
}
.ac-btn--w {
    max-width: 223px;
}
.ac-btn:hover {
    background: #00b700;
}
.ac-btn:active {
    background: #00ad00;
}
.burger-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ff8055;
    cursor: pointer;
    padding: 0;
    display: none;
}
.check-block label a:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.check-block label.danger,
.ckblock label.danger,
.danger {
    color: red;
}
@media (max-width: 1080px) {
    .main-header :not(ul) {
        z-index: 2;
    }
    .burger-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .main-header ul {
        display: none;
        padding-top: 60px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-image: url("../img/menubg.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }
    .main-header ul li + li {
        margin-left: 0;
        margin-top: 0;
        border-top: 1px solid #989898;
    }
    .main-header ul li a {
        display: block;
        font-weight: 500;
        font-size: 15px;
        line-height: 19px;
        color: #151515;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
}
.accn-item-head svg {
    min-width: 17px;
}
@media (max-width: 980px) {
    .logo-col,
    .menu-col {
        margin-bottom: 30px;
    }
    .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .logo-col {
        margin-left: auto;
        margin-right: auto;
        width: 237px;
    }
    .menu-col + .menu-col {
        margin-bottom: 0;
    }
}
.couriers-link-back {
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
.page-in-couriers-container {
    display: flex;
    margin-bottom: 10px;
}
.couriers-page-img img {
    max-height: 60px;
}
.couriers-page-title h1 {
    font-weight: 700;
    font-size: 21px;
}
.couriers-page-title span {
    font-size: 14px;
}
.couriers-page-title {
    display: flex;
    padding-left: 20px;
    flex-direction: column;
    justify-content: center;
}
.couriers-description {
    display: block;
    width: 100%;
    padding-top: 20px;
}
.couriers-description p {
    padding: 5px 0;
    font-size: 15px;
}
.couriers-link,
.couriers-link-back a,
.couriers-page-title a {
    font-size: 15px;
}
.couriers-link-back a:hover,
.couriers-link:hover,
.page-courier-list a:hover {
    color: #00a942;
}
body .page-courier-list h2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 18px;
}
section.page-courier-list .list-info-courier {
    padding: 0;
    list-style: none;
    display: inline;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}
section.page-courier-list .list-info-courier > a {
    margin: 0 0 15px;
    display: block;
    padding-left: 87px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 60px;
    min-height: 60px;
    line-height: 1.3;
    display: flex;
    align-items: center;
}
section.page-courier-list .list-info-courier .title {
    display: block;
    overflow: hidden;
    margin: 4px 0;
    font-weight: 700;
    font-size: 14px;
}
.nav:after,
section.page-courier-list .list-info-courier > a:after {
    clear: both;
}
section.page-courier-list .list-info-courier > a:after,
section.page-courier-list .list-info-courier > a:before {
    content: " ";
    display: table;
}
@media (min-width: 992px) {
    section.page-courier-list .list-info-courier > a {
        margin: 0 20px 20px 0;
        width: 530px;
    }
}
.m {
    padding: 25px;
    border: 1px solid #ccc;
}
.postcalc_title h3 {
    color: #fff;
    font-size: 16px;
    padding: 10px 10px 10px 20px;
    line-height: 18px;
    margin: 0;
    text-align: left;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}
.badge-info {
    background-color: #0165b1;
}
.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}
.sidebar-toggle-box .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}
.sidebar-closed #main-content {
    margin-left: 0;
}
.sidebar-closed #sidebar {
    margin-left: -180px;
}
#contentContainer {
    margin-top: 20px;
    margin-bottom: 20px;
}
.inline {
    display: inline;
}
.myPopover {
    cursor: pointer;
}
.progress-bar {
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 3s ease-in-out;
}
.progress {
    height: 40px;
    border-radius: 100%;
}
.mt-5 {
    margin-top: 5px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.ml-1 {
    margin-left: 1px !important;
}
.mr-1 {
    margin-right: 1px !important;
}
.ml-2 {
    margin-left: 2px !important;
}
.mr-2 {
    margin-right: 2px !important;
}
.ml-3 {
    margin-left: 3px !important;
}
.mr-3 {
    margin-right: 3px !important;
}
.ml-4 {
    margin-left: 4px !important;
}
.mr-4,
.mr-5 {
    margin-right: 5px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.ml-25 {
    margin-left: 25px !important;
}
.mr-25 {
    margin-right: 25px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.nice-select .nice-select-search-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 8;
    top: 100%;
    left: 0;
    opacity: 0;
    width: 100%;
    margin-top: 5px;
    padding: 5px;
    -webkit-transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
}
.nice-select .nice-select-search {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    height: auto;
    min-height: 40px;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 7px 12px;
    vertical-align: middle;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: 0 !important;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nice-select.open .nice-select-search-box {
    z-index: 10;
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    pointer-events: auto;
}
.select2-container {
    width: 285px !important;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
.wrapper {
    width: 100%;
}
@media (max-width: 768px) {
    .services,
    .title-box {
        margin-bottom: 30px;
    }
    .ex,
    .f-bottom .wrapper,
    .f-note,
    .h-text h1,
    .h-text p,
    .ic-list strong {
        text-align: center;
    }
    .logo {
        max-width: 237px;
    }
    .main-header {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .hsection .wrapper:not(.n) {
        grid-template-columns: 100%;
        grid-row-gap: 15px;
    }
    .hsection {
        padding-top: 87px;
        padding-bottom: 59px;
    }
    .h-text {
        padding-top: 0;
    }
    .h-text h1,
    .title-box h2 {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 10px;
    }
    .accn-item-body p,
    .fw-tiles p,
    .h-text p,
    .ic-list strong,
    .ic-list ul li,
    .menu-col ul li,
    .menu-col ul li a,
    .menu-col ul li strong,
    .pm-box ul li span,
    .service-item p,
    .text-block p,
    .title-box p {
        font-size: 14px;
        line-height: 18px;
    }
    .input-row2 {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .input-row {
        grid-template-columns: 100%;
        grid-row-gap: 10px;
        padding: 0;
        background: 0 0;
        -webkit-box-shadow: none;
        animation: none;
        box-shadow: none;
    }
    .input-row2 .input-wrap {
        border-radius: 40px;
        -webkit-box-shadow: 0 0 8px 0 rgba(104, 104, 104, 0.5);
        -moz-box-shadow: 0 0 8px 0 rgba(104, 104, 104, 0.5);
        box-shadow: 0 0 8px 0 rgba(104, 104, 104, 0.5);
    }
    .input-row input {
        background: #fff;
        -webkit-box-shadow: 0 0 8px 0 rgba(104, 104, 104, 0.5);
        -moz-box-shadow: 0 0 8px 0 rgba(104, 104, 104, 0.5);
        box-shadow: 0 0 8px 0 rgba(104, 104, 104, 0.5);
        border-radius: 40px;
        animation: 2s infinite pulse;
        padding: 0 20px;
    }
    .input-row input::-webkit-input-placeholder {
        font-size: 14px;
    }
    .input-row input::-moz-placeholder {
        font-size: 14px;
    }
    .input-row input:-ms-input-placeholder {
        font-size: 14px;
    }
    .input-row input::-ms-input-placeholder {
        font-size: 14px;
    }
    .input-row input::placeholder {
        font-size: 14px;
    }
    .check-block {
        margin-top: 15px;
    }
    .accn-t2 .accn-item + .accn-item,
    .logos,
    .services {
        margin-top: 20px;
    }
    .hero-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .logos {
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-right: -5px;
    }
    .logos .lg {
        margin: 5px;
        width: 40px;
        height: 40px;
    }
    .accn-section,
    .for-what {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .cols-2,
    .fw-tiles {
        grid-template-columns: 100%;
        grid-row-gap: 30px;
    }
    .fw-tiles strong {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    .best-services {
        padding-top: 70px;
        padding-bottom: 30px;
    }
    .mobile-menu {
        z-index: 1;
    }
    .text-block h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .accn-item + .accn-item,
    .form,
    .p-links a + a,
    .service-item + .service-item {
        margin-top: 10px;
    }
    .service-item strong {
        margin-bottom: 10px;
    }
    .accn-section h2 {
        margin-bottom: 30px;
        font-size: 26px;
        line-height: 33px;
    }
    .copy,
    .ic-list strong {
        margin-bottom: 15px;
    }
    .accn-item {
        padding: 20px;
    }
    .accn-item-head strong {
        font-size: 16px;
        line-height: 21px;
    }
    .docs,
    .footer-top {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .docs .title-col h2 {
        font-size: 26px;
        line-height: 33px;
        text-align: center;
    }
    .accn-t2 .accn-item {
        padding-bottom: 20px;
    }
    .accn-item-head svg {
        margin-left: 20px;
    }
    main {
        padding-bottom: 60px;
    }
    .f-bottom .wrapper,
    .p-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-links a + a {
        margin-left: 0;
    }
    .f-bottom {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ac-btn--w {
        max-width: 100%;
    }
    .hero-img img {
        max-width: 241px;
    }
    .title-box p br {
        display: none;
    }
    .fw-tiles p,
    .fw-tiles strong {
        max-width: 210px;
        margin-left: auto;
        margin-right: auto;
    }
    .docs .title-col img {
        max-width: 200px;
    }
    section.page-courier-list .list-info-courier > a .title {
        white-space: normal;
    }
    section.page-courier-list .list-info-courier {
        grid-template-columns: 100%;
    }
    .select2-container {
        width: 100% !important;
    }
    .m {
        padding: 25px 15px;
    }
}
.customs-limits-result b,
.customs-limits-result strong {
    font-weight: 700 !important;
}
.customs_limits_title h4 {
    color: #fff;
    font-size: 16px;
    padding: 0 10px 0 20px;
    line-height: 45px;
    height: 45px;
    margin-top: 10px;
    text-align: left;
    white-space: nowrap;
}
.customs-limits-result a {
    color: #0b6d32;
}
@media screen and (min-width: 1280px) {
    .b-accn__title {
        padding-top: 22px;
        padding-bottom: 22px;
    }
}
.b-accn {
    border-bottom: 1px solid #d5d7d8;
}
.b-accn__title {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 15px 10px 15px 0;
    cursor: pointer;
}
.b-accn__main-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #333;
    padding-bottom: 0;
    margin: 0 !important;
}
.b-accn_expand {
    float: right;
    font-size: 16px;
    line-height: 1.4;
}
svg:not(:root) {
    overflow: hidden;
}
.b-accn_expand_Rotated {
    transform: rotate(180deg);
}
.b-accn__content {
    overflow: hidden;
    padding: 0 20px 15px;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    margin-bottom: 25px;
}
.wrapper {
    max-width: 1310px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}
main.stat {
    padding: 35px 0;
}
.vert-align img {
    display: inline !important;
}
.nav > li,
.nav > li > a {
    position: relative;
    display: block;
}
.info .td:last-child,
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}
.bt {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 24px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
}
.nav-pills > li {
    float: left;
}
.nav > li > a {
    padding: 10px 15px;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 40px;
}
th {
    text-align: left;
}
.table > thead > tr > th {
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.text-block ul  {
	list-style: disc;
	margin-left: 20px;
	margin-top: 9px;
	margin-bottom: 9px;
}
.text-block ul li {
    font-style: normal;
    font-weight: 400;
    color: #151515;
    font-size: 16px;
    line-height: 21px;
}
.logo-txt-block span {
	font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    color: #ff8055 !important;
}
.main-footer {
    padding: 40px 0;
}
.basic-table {
    border-collapse: collapse;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    width: 100%;
}

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

.basic-table__row--header {
    color: #747474;
    font-size: 14px;
    line-height: 20px;
}

.l08f39a92 th {
    border-bottom: 1px solid #a4a9b5;
}

.padding-right-large {
    padding-right: 48px;
}

.padding-vert-medium {
    padding-bottom: 24px;
    padding-top: 24px;
}

.padding-vert-small {
    padding-bottom: 16px;
    padding-top: 16px;
}

.border-top-colorMinorGrayLighten {
    border-top: 1px solid #d6d9e0;
}

.text-size-5 {
    font-size: 16px;
    line-height: 24px;
}

.text-size-6 {
    font-size: 14px;
    line-height: 20px;
}

.text-nowrap {
    white-space: nowrap;
}

.mtop b, .mtop strong {
	font-weight: bold;
}
@media (max-width: 767px) {
	.logo-txt-block span {
	    font-size: 20px;
	}
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }
    .logos.nomob {
        display: none;
    }
    .logos.mob {
        display: flex;
    }
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 15px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
#statTable > tbody > tr > td {
    vertical-align: middle;
}
.small,
small {
    font-size: 85%;
}
.table-striped > tbody > .danger > td,
.table-striped > tbody > .danger > th,
.table-striped > tbody > tr > .danger {
    background-color: #f2dede !important;
}
.nav:after,
.nav:before {
    display: table;
    content: " ";
}
main.decip {
    padding: 85px 0 47px;
}
.b-accn_vb .b-accn__main-title {
    color: #e16237 !important;
}
.couriers-link,
.couriers-link-back a,
.logo span,
.nav-pills > li > a,
.page-courier-list a {
    color: #282d3c;
}
.mtop110 {
    margin-top: 85px;
}
.customs_limits_title h4,
.postcalc_title h3 {
    background: #e16237 !important;
}
.m {
    background-color: #fff5f0;
}
.wrapper {
  max-width: 1310px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1280px) {
  .b-accordion__title {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.b-accordion {
  /* border-top: 1px solid #d5d7d8; */
  border-bottom: 1px solid #d5d7d8;
}

.b-accordion__title {
  position: relative;
  text-decoration: none;
  display: block;
  padding: 15px 10px 15px 0px;
  cursor: pointer;
}

.b-accordion__main-title {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #333;
  padding-bottom: 0;
  margin: 0 !important;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.b-accordion_expand {
  float: right;
  font-size: 16px;
  line-height: 1.4;
}

svg:not(:root) {
  overflow: hidden;
}

.b-accordion_expand_Rotated {
  transform: rotate(180deg);
}

.b-accordion__content {
  /* height: 0; */
  overflow: hidden;
  padding: 0 20px 0 20px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.bt {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 24px;
}
